paper-with-me

Papers

Towards Robust Unsupervised Attention Prediction in Autonomous Driving

2025-01-25 · Mengshi Qi, Xiaoyang Bi, Pengfei Zhu, Huadong Ma

Robustly predicting attention regions of interest for self-driving systems is crucial for driving safety but presents significant challenges due to the labor-intensive nature of obtaining large-scale attention labels and the domain gap between self-driving scenarios and natural scenes. These challenges are further exacerbated by complex traffic environments, including camera corruption under adverse weather, noise interferences, and central bias from long-tail distributions. To address these issues, we propose a robust unsupervised attention prediction method. An Uncertainty Mining Branch refines predictions by analyzing commonalities and differences across multiple pre-trained models on natural scenes, while a Knowledge Embedding Block bridges the domain gap by incorporating driving knowledge to adaptively enhance pseudo-labels. Additionally, we introduce RoboMixup, a novel data augmentation method that improves robustness against corruption through soft attention and dynamic augmentation, and mitigates central bias by integrating random cropping into Mixup as a regularizer. To systematically evaluate robustness in self-driving attention prediction, we introduce the DriverAttention-C benchmark, comprising over 100k frames across three subsets: BDD-A-C, DR(eye)VE-C, and DADA-2000-C. Our method achieves performance equivalent to or surpassing fully supervised state-of-the-art approaches on three public datasets and the proposed robustness benchmark, reducing relative corruption degradation by 58.8% and 52.8%, and improving central bias robustness by 12.4% and 11.4% in KLD and CC metrics, respectively. Code and data are available at https://github.com/zaplm/DriverAttention.

📄 PDF Abstract BibTeX arXiv:2501.15045

Code (1)

zaplm/driverattention 공식 구현 pytorch

Tasks

Autonomous DrivingData AugmentationPrediction

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar Papers 제목 키워드 기반

Visual Attention for Behavioral Cloning in Autonomous Driving

2018-12-05 · Sourav Pal, Tharun Mohandoss, Pabitra Mitra

The goal of our work is to use visual attention to enhance autonomous driving performance. We present two methods of predicting visual attention maps. The first method is a supervised learning approach in which we collec…

Autonomous Driving

Motion Inspired Unsupervised Perception and Prediction in Autonomous Driving

2022-10-14 · Mahyar Najibi, Jingwei Ji, Yin Zhou, Charles R. Qi 외

Learning-based perception and prediction modules in modern autonomous driving systems typically rely on expensive human annotation and are designed to perceive only a handful of predefined object categories. This closed-…

Autonomous DrivingPredictionTrajectory Prediction

Importance is in your attention: agent importance prediction for autonomous driving

2022-04-19 · Christopher Hazard, Akshay Bhagat, Balarama Raju Buddharaju, Zhongtao Liu 외

Trajectory prediction is an important task in autonomous driving. State-of-the-art trajectory prediction models often use attention mechanisms to model the interaction between agents. In this paper, we show that the atte…

Autonomous DrivingPredictionTrajectory Prediction

Unified End-to-End V2X Cooperative Autonomous Driving

2024-05-07 · Zhiwei Li, Bozhen Zhang, Lei Yang, Tianyu Shen 외

V2X cooperation, through the integration of sensor data from both vehicles and infrastructure, is considered a pivotal approach to advancing autonomous driving technology. Current research primarily focuses on enhancing …

Autonomous Drivingmotion prediction

Human Visual Attention Prediction Boosts Learning & Performance of Autonomous Driving Agents

2019-09-11 · Alexander Makrigiorgos, Ali Shafti, Alex Harston, Julien Gerard 외

Autonomous driving is a multi-task problem requiring a deep understanding of the visual environment. End-to-end autonomous systems have attracted increasing interest as a method of learning to drive without exhaustively …

Autonomous Driving