DIRA: Dynamic Domain Incremental Regularised Adaptation
Abanoub Ghobrial, Xuan Zheng, Darryl Hond, Hamid Asgari, Kerstin Eder

TL;DR
DIRA is a novel method enabling deep neural networks to adapt to new operational domains during deployment using few samples, significantly reducing forgetting and improving robustness in dynamic environments.
Contribution
This paper introduces DIRA, a regularisation-based approach for online domain adaptation of DNNs that mitigates catastrophic forgetting with minimal samples.
Findings
DIRA outperforms existing methods on CIFAR-10C/100C benchmarks.
DIRA achieves state-of-the-art results in robustness to distribution shifts.
DIRA effectively balances adaptation and retention during online learning.
Abstract
Autonomous systems (AS) often use Deep Neural Network (DNN) classifiers to allow them to operate in complex, high-dimensional, non-linear, and dynamically changing environments. Due to the complexity of these environments, DNN classifiers may output misclassifications during operation when they face domains not identified during development. Removing a system from operation for retraining becomes impractical as the number of such AS increases. To increase AS reliability and overcome this limitation, DNN classifiers need to have the ability to adapt during operation when faced with different operational domains using a few samples (e.g. 2 to 100 samples). However, retraining DNNs on a few samples is known to cause catastrophic forgetting and poor generalisation. In this paper, we introduce Dynamic Incremental Regularised Adaptation (DIRA), an approach for dynamic operational 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 · Machine Learning and ELM
MethodsElastic Weight Consolidation
