Continual BatchNorm Adaptation (CBNA) for Semantic Segmentation
Marvin Klingner, Mouadh Ayache, Tim Fingscheidt

TL;DR
This paper introduces CBNA, a method for online, source-free unsupervised domain adaptation in semantic segmentation that updates model batch normalization statistics on a per-image basis during deployment, improving performance without source data access.
Contribution
We propose CBNA, a novel online, source-free unsupervised domain adaptation method that adapts deep neural networks for semantic segmentation during deployment on individual images.
Findings
CBNA improves segmentation accuracy across various domain shifts.
The method operates with minimal computational overhead.
It enables continuous model adaptation during deployment without source data.
Abstract
Environment perception in autonomous driving vehicles often heavily relies on deep neural networks (DNNs), which are subject to domain shifts, leading to a significantly decreased performance during DNN deployment. Usually, this problem is addressed by unsupervised domain adaptation (UDA) approaches trained either simultaneously on source and target domain datasets or even source-free only on target data in an offline fashion. In this work, we further expand a source-free UDA approach to a continual and therefore online-capable UDA on a single-image basis for semantic segmentation. Accordingly, our method only requires the pre-trained model from the supplier (trained in the source domain) and the current (unlabeled target domain) camera image. Our method Continual BatchNorm Adaptation (CBNA) modifies the source domain statistics in the batch normalization layers, using target domain…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Advanced Neural Network Applications · Fetal and Pediatric Neurological Disorders
MethodsBatch Normalization
