paper-with-me

홈 › Papers

Improving Batch Normalization with TTA for Robust Object Detection in Self-Driving

2024-11-28 · Dacheng Liao, Mengshi Qi, Liang Liu, Huadong Ma

In current open real-world autonomous driving scenarios, challenges such as sensor failure and extreme weather conditions hinder the generalization of most autonomous driving perception models to these unseen domain due to the domain shifts between the test and training data. As the parameter scale of autonomous driving perception models grows, traditional test-time adaptation (TTA) methods become unstable and often degrade model performance in most scenarios. To address these challenges, this paper proposes two new robust methods to improve the Batch Normalization with TTA for object detection in autonomous driving: (1) We introduce a LearnableBN layer based on Generalized-search Entropy Minimization (GSEM) method. Specifically, we modify the traditional BN layer by incorporating auxiliary learnable parameters, which enables the BN layer to dynamically update the statistics according to the different input data. (2) We propose a new semantic-consistency based dual-stage-adaptation strategy, which encourages the model to iteratively search for the optimal solution and eliminates unstable samples during the adaptation process. Extensive experiments on the NuScenes-C dataset shows that our method achieves a maximum improvement of about 8% using BEVFormer as the baseline model across six corruption types and three levels of severity. We will make our source code available soon.

📄 PDF Abstract BibTeX arXiv:2411.18860

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous Drivingobject-detectionObject DetectionRobust Object DetectionTest-time Adaptation

Methods 이 논문이 사용한 방법론

Batch Normalization 설명 없음

Similar Papers 제목 키워드 기반

Multi-model approach for autonomous driving: A comprehensive study on traffic sign-, vehicle- and lane detection and behavioral cloning

2026-03-10 · Kanishkha Jaisankar, Pranav M. Pawar, Diana Susane Joseph, Raja Muthalagu 외 arxiv

Deep learning and computer vision techniques have become increasingly important in the development of self-driving cars. These techniques play a crucial role in enabling self-driving cars to perceive and understand their…

Traffic Sign RecognitionAutonomous DrivingTransfer LearningData Augmentation

Unsupervised Out-of-Distribution Detection with Batch Normalization

2019-10-21 · Jiaming Song, Yang song, Stefano Ermon

Likelihood from a generative model is a natural statistic for detecting out-of-distribution (OoD) samples. However, generative models have been shown to assign higher likelihood to OoD samples compared to ones from the t…

Out-of-Distribution DetectionOut of Distribution (OOD) Detection

Rethinking Normalization and Elimination Singularity in Neural Networks

2019-11-21 · Siyuan Qiao, Huiyu Wang, Chenxi Liu, Wei Shen 외

In this paper, we study normalization methods for neural networks from the perspective of elimination singularity. Elimination singularities correspond to the points on the training trajectory where neurons become consis…

image-classificationImage ClassificationInstance Segmentationobject-detection+3

The Norm Must Go On: Dynamic Unsupervised Domain Adaptation by Normalization

2021-12-01 · CVPR 2022 1 · M. Jehanzeb Mirza, Jakub Micorek, Horst Possegger, Horst Bischof

Domain adaptation is crucial to adapt a learned model to new scenarios, such as domain shifts or changing data distributions. Current approaches usually require a large amount of labeled or unlabeled data from the shifte…

Autonomous DrivingDomain Adaptationobject-detectionObject Detection+2

Micro-Batch Training with Batch-Channel Normalization and Weight Standardization

2019-03-25 · Siyuan Qiao, Huiyu Wang, Chenxi Liu, Wei Shen 외

Batch Normalization (BN) has become an out-of-box technique to improve deep network training. However, its effectiveness is limited for micro-batch training, i.e., each GPU typically has only 1-2 images for training, whi…

GPUimage-classificationImage ClassificationInstance Segmentation+5