How does initial exposure to accurate or inaccurate AV confidence information shape driver behavior, trust, and physiological response over time, particularly among elderly users? This is the question I'm designing and researching around at NHanCE Lab.
Dash AVS in action. Check out the source code and the demo. In this Dash AVS app, you can play an interactive clip containing a scene, which is a segment of a car trip with data collected from LIDAR sensors, cameras, GPS, the car itself, and from human annotators (e.g. the bounding box annotations).
Autonomous vehicles constantly communicate confidence to the humans inside them, whether or not that confidence is accurate. My research at NHanCE Lab looks at what happens when that first signal is right versus wrong, and how that shapes a rider's trust, behavior, and even physiological response over time, with a particular focus on elderly users.
The work spans three threads: grounding the study in existing literature on trust calibration, building the real-time confidence display participants interact with, and communicating findings across a cross-disciplinary research team.
Autonomous vehicles are classified by the Society of Automotive Engineers into six levels of automation. At SAE Level 3, a vehicle can handle most driving tasks on its own, steering, braking, monitoring the environment, but it is not fully autonomous. It still requires a human driver to be available and ready to take control when the system reaches its limits, like navigating unexpected road conditions or complex intersections. Think of it as a co-pilot that does most of the work but can hand the controls back to you at any moment.
To help drivers know when to step in, Level 3 AVs display real-time confidence information through in-vehicle human-machine interfaces, essentially showing how certain the system is about handling a given situation. The problem is that this confidence display is not always accurate. Sensors fail, systems misjudge conditions, and when drivers repeatedly encounter information that does not match reality, they form cognitive biases that shape whether they trust the system, and when they decide to take over.
How initial exposure to accurate vs. inaccurate AV confidence information creates diverging trust trajectories
Research consistently shows that a rider's first exposure to AV confidence information sets the trajectory for everything after. When that first signal is accurate, trust climbs quickly and settles into a stable, well-calibrated range. When it's wrong, even once, trust drops sharply and only partially recovers, even after a long run of accurate signals that follow.
Key sources: Lee & See (2004) · Mishler & Chen (2023) · Liu et al. (2024) · Tijerina et al. (2016) · Pennycook et al. (2018) · Endsley (1988)
Conducted a comprehensive review of how users develop and calibrate trust in automated systems, and how elderly populations specifically perceive and respond to AV technology, covering cognitive load, trust repair after failures, and age-related differences in automation acceptance.
Designed and built the real-time HMI participants see during the study, visualizing the AV's self-assessed confidence navigating a roadway obstacle, clear enough for fast interpretation under real driving conditions.
Base UI referenced Plotly's Dash AVS Explorer
Presented research progress and HCI concepts to collaborators across engineering and human factors, translating technical findings into accessible insights for a cross-disciplinary audience.
Prototyped and refined the confidence display in Figma before building it as a real, working interface in Python. Used Claude Code to move quickly between iterations while keeping the interaction design decisions, what to show, when, and how urgently, my own.
"Landing on a research direction took longer than building the prototype. Once I knew what I was actually testing for, the design decisions got a lot easier."