← Latest papers
⚡ electrical engineering

A General Set-Based Framework for Cognitive State Estimation: Theory and Application to Conditionally Automated Driving

This paper introduces a set-based framework that estimates human cognitive states (trust, perceived risk, and workload) in conditionally automated driving by treating uncertainties as unknown but bounded, demonstrating through a simulator experiment that it outperforms probabilistic baselines in predicting human reliance without requiring large datasets or distributional assumptions.

Original authors: Sibibalan Jeevanandam, Neera Jain

Published 2026-08-04
📖 8 min read🧠 Deep dive

Original authors: Sibibalan Jeevanandam, Neera Jain

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to drive a car that can steer itself, but only if you are paying attention. This is the world of "Level 3" automated driving: the car does the heavy lifting, but the human driver is the safety net, ready to grab the wheel if things get weird. The big problem? Humans are tricky. Sometimes we trust the car too much and zone out; other times, we panic and take over too early. To make these cars safe, the computer needs to know what's going on inside the driver's head—specifically, how much they trust the car, how risky they think the situation is, and how stressed they feel. This field of study is called Human-Automation Interaction. For a long time, scientists have tried to guess these mental states using math that assumes human behavior follows a predictable "bell curve" of randomness, like rolling dice. But humans aren't dice; we are messy, and we don't always have enough data to roll the dice enough times to know the pattern.

This paper introduces a clever new way to guess what a driver is thinking without needing to know the "rules of the dice." Instead of guessing probabilities, the researchers use a "set-based" approach. Think of it like a game of "Hot or Cold" played with a shrinking box. Instead of saying, "The driver is 70% likely to be stressed," the system says, "The driver's stress level is definitely somewhere inside this specific box." As the driver interacts with the car, the box gets smaller and more precise. The researchers tested this in a driving simulator with 20 volunteers, asking them to drive while the car took over. They found that this "shrinking box" method was better at predicting when a driver would take over the wheel than the traditional "dice-rolling" methods, especially when looking further into the future.

The Paper's Story: A Detective with a Shrinking Box

The Problem: The "Dice" Don't Roll Right
Most previous attempts to read a driver's mind rely on probability. They assume that if a driver is stressed, it's like rolling a die where "stress" comes up 30% of the time. To make this work, you need a massive amount of data to figure out exactly how the die is weighted. But in real life, you don't have millions of driving trials for every single person. Plus, human thoughts don't always follow neat, smooth curves. Sometimes, a driver might be perfectly calm until a construction zone appears, and then suddenly, they are on high alert. The old methods struggle with these sudden jumps and the lack of data.

The New Idea: Bounding the Unknown
The authors, Sibibalan Jeevanandam and Neera Jain, propose a different strategy. Instead of asking, "What is the chance the driver is stressed?", they ask, "What is the range of possibilities that fits what we see?"

Imagine you are trying to find a lost cat in a dark house.

  • The Old Way (Probabilistic): You guess the cat is 80% likely to be in the kitchen, 15% in the bedroom, and 5% in the garage. You need a lot of past data about where cats usually hide to make these guesses.
  • The New Way (Set-Based): You don't guess probabilities. Instead, you draw a box around the kitchen. You say, "We know for a fact the cat is somewhere inside this box." As you hear a meow or see a paw print, you shrink the box. If the cat is definitely in the kitchen, the box shrinks to just the kitchen. If you hear a meow from the hallway, the box expands to include the hallway. You never need to know the "probability" of the cat being there; you just need to know the box is big enough to catch the cat, but small enough to be useful.

In this paper, the "cat" is the driver's mental state (Trust, Perceived Risk, and Workload). The "box" is a mathematical set that contains all possible values for these states. The researchers treat the unknown factors (like sudden distractions or unmeasured thoughts) as "unknown but bounded." They don't know exactly how much the driver's mind wanders, but they know it won't wander off the planet. So, they draw a box big enough to cover that wander, and then they shrink it as they get more clues.

How the Detective Works
The system acts like a detective solving a mystery in two ways:

  1. The "Self-Report" Clue: Every so often, the driver is asked, "How much do you trust the car?" or "How risky does this feel?" The driver answers on a scale (like 0 to 100). This is a bit fuzzy because the driver might round their answer or be slightly biased. The system takes this answer and draws a "feasible set" (a box) around it.
  2. The "Reliance" Clue: The most important clue is what the driver does. Did they let the car drive (reliance = 1), or did they take the wheel (reliance = 0)? This is a binary clue: yes or no. The system uses a special map (a decision tree) to figure out which mental states lead to which action. For example, the map might say, "If Trust is high AND Risk is low, the driver will rely on the car."

By combining these clues, the system updates its box. If the driver says "I trust the car a lot" (Self-Report) but then immediately takes the wheel (Reliance), the system knows something is wrong with its current box. It shrinks the box to find a new spot where both clues make sense. If the box ever becomes empty (meaning no possible mental state fits the clues), the system realizes its map is wrong and redraws the whole map using the new data.

The Experiment: The Simulator Test
To test this, the researchers put 20 people in a driving simulator. The car was set to Level 3 automation, meaning it could drive itself, but the driver had to be ready to take over. The route had "construction zones" (high complexity) and normal roads (low complexity).

  • The drivers had to decide whether to let the car drive or drive themselves.
  • Every few minutes, they stopped at a red light and answered questions about their trust, risk, and workload.
  • The researchers used the first half of the drive to "train" the system (draw the initial maps and boxes) and the second half to test if the system could guess the driver's state in real-time.

What They Found
The results were promising. The "shrinking box" method worked well for most people:

  • Consistency: For about 80% of the participants, the system's box successfully contained the driver's actual mental state at least 75% of the time. For four participants, it was 100% consistent.
  • Speed: The system was fast, calculating new boxes in about 0.03 to 0.07 seconds, which is much faster than the 1-second intervals between data points. This means it could run in real-time on a real car.
  • Prediction Power: The biggest win was predicting the future. The researchers asked, "Can we guess if the driver will take over the wheel 15, 30, 45, or 60 seconds from now?"
    • The new set-based method was the best predictor.
    • As the prediction time got longer (e.g., 60 seconds ahead), the new method got better relative to the old methods.
    • The traditional "particle filter" (the probabilistic method) got worse over time. The authors suggest this is because the old method's assumptions about "noise" (randomness) piled up errors over time, while the set-based method's "boxes" stayed tight and accurate by using the history of the driver's actions to constrain the possibilities.

Why It Matters
This paper suggests that we don't need to know the exact "probability" of a human's thoughts to build safe automated cars. We just need to know the boundaries of those thoughts. By using a set-based framework, the system can adapt to individual drivers, handle messy data, and predict future behavior more accurately than current methods. It's a step toward cars that don't just drive themselves, but actually understand the human sitting next to them, adjusting their behavior to keep everyone safe. The authors note that while this works well in a simulator, the next step is to see if it can handle the chaos of real-world driving and be used to automatically adjust the car's automation level to keep the driver engaged.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →