CVNov 25, 2024

Multi-Granularity Class Prototype Topology Distillation for Class-Incremental Source-Free Unsupervised Domain Adaptation

arXiv:2411.16064v411 citationsh-index: 16Has CodeCVPR
Originality Incremental advance
AI Analysis

This addresses a specific domain adaptation problem for machine learning applications with incremental target data, but it appears incremental as it builds on existing methods for similar challenges.

The paper tackles the Class-Incremental Source-Free Unsupervised Domain Adaptation problem, where unlabeled target data arrives incrementally without labeled source access, and proposes the GROTO algorithm to transfer source knowledge while mitigating interference and shocks; experiments show it achieves state-of-the-art performance on three public datasets.

This paper explores the Class-Incremental Source-Free Unsupervised Domain Adaptation (CI-SFUDA) problem, where the unlabeled target data come incrementally without access to labeled source instances. This problem poses two challenges, the interference of similar source-class knowledge in target-class representation learning and the shocks of new target knowledge to old ones. To address them, we propose the Multi-Granularity Class Prototype Topology Distillation (GROTO) algorithm, which effectively transfers the source knowledge to the class-incremental target domain. Concretely, we design the multi-granularity class prototype self-organization module and the prototype topology distillation module. First, we mine the positive classes by modeling accumulation distributions. Next, we introduce multi-granularity class prototypes to generate reliable pseudo-labels, and exploit them to promote the positive-class target feature self-organization. Second, the positive-class prototypes are leveraged to construct the topological structures of source and target feature spaces. Then, we perform the topology distillation to continually mitigate the shocks of new target knowledge to old ones. Extensive experiments demonstrate that our proposed method achieves state-of-the-art performance on three public datasets. Code is available at https://github.com/dengpeihua/GROTO.

Foundations

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

Your Notes