CVAug 31, 2024

Incremental Open-set Domain Adaptation

arXiv:2409.00530v12 citationsh-index: 7
Originality Incremental advance
AI Analysis

This addresses the challenge of adapting models to new visual domains over time without forgetting previous ones, which is crucial for real-world applications like remote sensing, though it is incremental in nature.

The paper tackles the problem of catastrophic forgetting in neural networks during incremental open-set domain adaptation for image classification, achieving state-of-the-art performance on datasets like Office-Home and DomainNet with a two-stage learning pipeline.

Catastrophic forgetting makes neural network models unstable when learning visual domains consecutively. The neural network model drifts to catastrophic forgetting-induced low performance of previously learnt domains when training with new domains. We illuminate this current neural network model weakness and develop a forgetting-resistant incremental learning strategy. Here, we propose a new unsupervised incremental open-set domain adaptation (IOSDA) issue for image classification. Open-set domain adaptation adds complexity to the incremental domain adaptation issue since each target domain has more classes than the Source domain. In IOSDA, the model learns training with domain streams phase by phase in incremented time. Inference uses test data from all target domains without revealing their identities. We proposed IOSDA-Net, a two-stage learning pipeline, to solve the problem. The first module replicates prior domains from random noise using a generative framework and creates a pseudo source domain. In the second step, this pseudo source is adapted to the present target domain. We test our model on Office-Home, DomainNet, and UPRN-RSDA, a newly curated optical remote sensing dataset.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes