paper-with-me

Papers

An Efficient Domain-Incremental Learning Approach to Drive in All Weather Conditions

2022-04-19 · M. Jehanzeb Mirza, Marc Masana, Horst Possegger, Horst Bischof

Although deep neural networks enable impressive visual perception performance for autonomous driving, their robustness to varying weather conditions still requires attention. When adapting these models for changed environments, such as different weather conditions, they are prone to forgetting previously learned information. This catastrophic forgetting is typically addressed via incremental learning approaches which usually re-train the model by either keeping a memory bank of training samples or keeping a copy of the entire model or model parameters for each scenario. While these approaches show impressive results, they can be prone to scalability issues and their applicability for autonomous driving in all weather conditions has not been shown. In this paper we propose DISC -- Domain Incremental through Statistical Correction -- a simple online zero-forgetting approach which can incrementally learn new tasks (i.e weather conditions) without requiring re-training or expensive memory banks. The only information we store for each task are the statistical parameters as we categorize each domain by the change in first and second order statistics. Thus, as each task arrives, we simply 'plug and play' the statistical vectors for the corresponding task into the model and it immediately starts to perform well on that task. We show the efficacy of our approach by testing it for object detection in a challenging domain-incremental autonomous driving scenario where we encounter different adverse weather conditions, such as heavy rain, fog, and snow.

📄 PDF Abstract BibTeX arXiv:2204.08817

Code (1)

jmiemirza/dua 공식 구현 pytorch

Tasks

AllAutonomous DrivingIncremental Learningobject-detectionObject Detection

Similar Papers 제목 키워드 기반

Sit Back and Relax: Learning to Drive Incrementally in All Weather Conditions

2023-05-30 · Stefan Leitner, M. Jehanzeb Mirza, Wei Lin, Jakub Micorek 외

In autonomous driving scenarios, current object detection models show strong performance when tested in clear weather. However, their performance deteriorates significantly when tested in degrading weather conditions. In…

AllAutonomous DrivingIncremental Learningobject-detection+1

Principles of Forgetting in Domain-Incremental Semantic Segmentation in Adverse Weather Conditions

2023-03-24 · CVPR 2023 1 · Tobias Kalb, Jürgen Beyerer

Deep neural networks for scene perception in automated vehicles achieve excellent results for the domains they were trained on. However, in real-world conditions, the domain of operation and its underlying data distribut…

Continual LearningIncremental LearningSemantic Segmentation

Gradient-based Maximally Interfered Retrieval for Domain Incremental 3D Object Detection

2023-04-27 · Barza Nisar, Hruday Vishal Kanna Anand, Steven L. Waslander

Accurate 3D object detection in all weather conditions remains a key challenge to enable the widespread deployment of autonomous vehicles, as most work to date has been performed on clear weather data. In order to genera…

3D Object DetectionAllAutonomous VehiclesContinual Learning+3

Incremental Adversarial Domain Adaptation for Continually Changing Environments

2017-12-20 · Markus Wulfmeier, Alex Bewley, Ingmar Posner

Continuous appearance shifts such as changes in weather and lighting conditions can impact the performance of deployed machine learning models. While unsupervised domain adaptation aims to address this challenge, current…

Domain AdaptationGenerative Adversarial NetworkUnsupervised Domain Adaptation

Domain-Incremental Semantic Segmentation for Autonomous Driving under Adverse Driving Conditions

2025-01-09 · Shishir Muralidhara, René Schuster, Didier Stricker

Semantic segmentation for autonomous driving is an even more challenging task when faced with adverse driving conditions. Standard models trained on data recorded under ideal conditions show a deteriorated performance in…

Autonomous DrivingDomain AdaptationIncremental LearningSegmentation+1