paper-with-me

홈 › Papers

LFA: Layer Feature Attention for Run-Time Introspection of 2D Object Detectors in Automated Driving

2026-05-29 · Mert Keser, Alois Knoll arxiv

Reliable object detection is critical for automated driving, yet even state-of-the-art detectors inevitably make errors that can compromise safety. Introspection methods that predict detector failures enable safer deployment by triggering fallback mechanisms or alerting human operators. However, existing approaches rely solely on last-layer features or hand-crafted statistics, discarding valuable information from earlier layers that capture different levels of visual abstraction. We propose Layer Feature Attention (LFA), a lightweight introspection method that learns to aggregate features from multiple backbone layers through an attention mechanism. Our key insight is that detection errors manifest differently across feature hierarchies: low-level layers capture fine-grained details essential for detecting small or occluded objects, while high-level layers encode semantic information for scene understanding. LFA learns layer importance weights end-to-end, enabling both improved error prediction and interpretable analysis of which feature levels are most indicative of detector failures. Extensive experiments on KITTI and BDD100K demonstrate that LFA achieves state-of-the-art introspection performance, outperforming single-layer baselines across multiple detector architectures.

📄 PDF Abstract BibTeX arXiv:2606.00372

Code (0)

등록된 구현이 없습니다.

Tasks

Scene UnderstandingObject Detection

Similar Papers 제목 키워드 기반

Run-time Monitoring of 3D Object Detection in Automated Driving Systems Using Early Layer Neural Activation Patterns

2024-04-11 · Hakan Yekta Yatbaz, Mehrdad Dianati, Konstantinos Koufos, Roger Woodman

Monitoring the integrity of object detection for errors within the perception module of automated driving systems (ADS) is paramount for ensuring safety. Despite recent advancements in deep neural network (DNN)-based obj…

2D Object Detection3D Object DetectionObjectobject-detection+1

Detecting the Disturbance: A Nuanced View of Introspective Abilities in LLMs

2025-12-13 · Ely Hahami, Ishaan Sinha, Lavik Jain, Josh Kaplan 외 arxiv

Can large language models introspect, that is, accurately detect perturbations to their own internal states? We systematically investigate this question using activation steering in Meta-Llama-3.1-8B-Instruct. First, we …

Run-time Introspection of 2D Object Detection in Automated Driving Systems Using Learning Representations

2024-03-02 · Hakan Yekta Yatbaz, Mehrdad Dianati, Konstantinos Koufos, Roger Woodman

Reliable detection of various objects and road users in the surrounding environment is crucial for the safe operation of automated driving systems (ADS). Despite recent progresses in developing highly accurate object det…

2D Object DetectionObjectobject-detectionObject Detection

DynaLay: An Introspective Approach to Dynamic Layer Selection for Deep Networks

2023-12-20 · Mrinal Mathur, Sergey Plis

Deep learning models have become increasingly computationally intensive, requiring extensive computational resources and time for both training and inference. A significant contributing factor to this challenge is the un…

Decision Making

Me, Myself, and $π$ : Evaluating and Explaining LLM Introspection

2026-03-17 · Atharv Naphade, Samarth Bhargav, Sean Lim, Mcnair Shah arxiv

A hallmark of human intelligence is Introspection-the ability to assess and reason about one's own cognitive processes. Introspection has emerged as a promising but contested capability in large language models (LLMs). H…