paper-with-me

홈 › Papers

Reducing Overconfidence Predictions for Autonomous Driving Perception

2022-02-16 · Gledson Melotti, Cristiano Premebida, Jordan J. Bird, Diego R. Faria, Nuno Gonçalves

In state-of-the-art deep learning for object recognition, SoftMax and Sigmoid functions are most commonly employed as the predictor outputs. Such layers often produce overconfident predictions rather than proper probabilistic scores, which can thus harm the decision-making of `critical' perception systems applied in autonomous driving and robotics. Given this, the experiments in this work propose a probabilistic approach based on distributions calculated out of the Logit layer scores of pre-trained networks. We demonstrate that Maximum Likelihood (ML) and Maximum a-Posteriori (MAP) functions are more suitable for probabilistic interpretations than SoftMax and Sigmoid-based predictions for object recognition. We explore distinct sensor modalities via RGB images and LiDARs (RV: range-view) data from the KITTI and Lyft Level-5 datasets, where our approach shows promising performance compared to the usual SoftMax and Sigmoid layers, with the benefit of enabling interpretable probabilistic predictions. Another advantage of the approach introduced in this paper is that the ML and MAP functions can be implemented in existing trained networks, that is, the approach benefits from the output of the Logit layer of pre-trained networks. Thus, there is no need to carry out a new training phase since the ML and MAP functions are used in the test/prediction phase.

📄 PDF Abstract BibTeX arXiv:2202.07825

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingDecision MakingObject Recognition

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$…

Similar Papers 제목 키워드 기반

Probabilistic Approach for Road-Users Detection

2021-12-02 · G. Melotti, W. Lu, P. Conde, D. Zhao 외

Object detection in autonomous driving applications implies that the detection and tracking of semantic objects are commonly native to urban driving environments, as pedestrians and vehicles. One of the major challenges …

Autonomous DrivingObjectobject-detectionObject Detection

Probabilistic Object Classification using CNN ML-MAP layers

2020-05-29 · G. Melotti, C. Premebida, J. J. Bird, D. R. Faria 외

Deep networks are currently the state-of-the-art for sensory perception in autonomous driving and robotics. However, deep models often generate overconfident predictions precluding proper probabilistic interpretation whi…

Autonomous DrivingBayesian InferenceClassificationGeneral Classification+1

Perception as prediction using general value functions in autonomous driving applications

2020-01-24 · Daniel Graves, Kasra Rezaee, Sean Scheideman

We propose and demonstrate a framework called perception as prediction for autonomous driving that uses general value functions (GVFs) to learn predictions. Perception as prediction learns data-driven predictions relatin…

Autonomous DrivingPrediction

PriorFusion: Unified Integration of Priors for Robust Road Perception in Autonomous Driving

2025-07-31 · Xuewei Tang, Mengmeng Yang, Tuopu Wen, Peijin Jia 외 arxiv

With the growing interest in autonomous driving, there is an increasing demand for accurate and reliable road perception technologies. In complex environments without high-definition map support, autonomous vehicles must…

Autonomous VehiclesAutonomous Driving

A Stitch in Time Saves Nine: Preserving Policy Compatibility Under Perception Updates in End-to-End Autonomous Driving

2026-06-19 · Yueyuan Li, Yifei Xiao, Mingyang Jiang, Xiang Zuo 외 arxiv

End-to-end autonomous driving systems tightly couple perception and decision-making through latent representations. Consequently, updates to perception models can alter these representations and degrade the performance o…

Autonomous Driving