Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Boosting Domain Incremental Learning: Selecting the Optimal Parameters is All You Need

About

Deep neural networks (DNNs) often underperform in real-world, dynamic settings where data distributions change over time. Domain Incremental Learning (DIL) offers a solution by enabling continual model adaptation, with Parameter-Isolation DIL (PIDIL) emerging as a promising paradigm to reduce knowledge conflicts. However, existing PIDIL methods struggle with parameter selection accuracy, especially as the number of domains and corresponding classes grows. To address this, we propose SOYO, a lightweight framework that improves domain selection in PIDIL. SOYO introduces a Gaussian Mixture Compressor (GMC) and Domain Feature Resampler (DFR) to store and balance prior domain data efficiently, while a Multi-level Domain Feature Fusion Network (MDFN) enhances domain feature extraction. Our framework supports multiple Parameter-Efficient Fine-Tuning (PEFT) methods and is validated across tasks such as image classification, object detection, and speech enhancement. Experimental results on six benchmarks demonstrate SOYO's consistent superiority over existing baselines, showcasing its robustness and adaptability in complex, evolving environments. The codes will be released in https://github.com/qwangcv/SOYO.

Qiang Wang, Xiang Song, Yuhang He, Jizhou Han, Chenhao Ding, Xinyuan Gao, Yihong Gong• 2025

Related benchmarks

TaskDatasetResultRank
Image ClassificationDomainNet (test)--
219
Image ClassificationCORe50 (test)
A_T90.77
22
Image ClassificationCDDB Hard (test)
Accuracy90.12
21
Object DetectionPascal VOC series (test)
Session 1 Score86.4
16
Object DetectionBDD100K series (test)
Session 1 Score52.1
16
Continual Toxicity DetectionDynEscape
T180.47
11
Domain Incremental Speech EnhancementWSJ0 synthetic
SI-SNR (dB) - Alarm18.5
7
Showing 7 of 7 rows

Other info

Code

Follow for update