paper-with-me

Papers

Incremental Multi-Target Domain Adaptation for Object Detection with Efficient Domain Transfer

2021-04-13 · Le Thanh Nguyen-Meidine, Madhu Kiran, Marco Pedersoli, Jose Dolz, Louis-Antoine Blais-Morin, Eric Granger

Recent advances in unsupervised domain adaptation have significantly improved the recognition accuracy of CNNs by alleviating the domain shift between (labeled) source and (unlabeled) target data distributions. While the problem of single-target domain adaptation (STDA) for object detection has recently received much attention, multi-target domain adaptation (MTDA) remains largely unexplored, despite its practical relevance in several real-world applications, such as multi-camera video surveillance. Compared to the STDA problem that may involve large domain shifts between complex source and target distributions, MTDA faces additional challenges, most notably the computational requirements and catastrophic forgetting of previously-learned targets, which can depend on the order of target adaptations. STDA for detection can be applied to MTDA by adapting one model per target, or one common model with a mixture of data from target domains. However, these approaches are either costly or inaccurate. The only state-of-art MTDA method specialized for detection learns targets incrementally, one target at a time, and mitigates the loss of knowledge by using a duplicated detection model for knowledge distillation, which is computationally expensive and does not scale well to many domains. In this paper, we introduce an efficient approach for incremental learning that generalizes well to multiple target domains. Our MTDA approach is more suitable for real-world applications since it allows updating the detection model incrementally, without storing data from previous-learned target domains, nor retraining when a new target domain becomes available. Our proposed method, MTDA-DTM, achieved the highest level of detection accuracy compared against state-of-the-art approaches on several MTDA detection benchmarks and Wildtrack, a benchmark for multi-camera pedestrian detection.

📄 PDF Abstract BibTeX arXiv:2104.06476

Code (1)

Natlem/M-HTCN 공식 구현 pytorch

Tasks

Domain AdaptationIncremental LearningKnowledge DistillationMulti-target Domain Adaptationobject-detectionObject DetectionPedestrian DetectionUnsupervised Domain Adaptation

Similar Papers 제목 키워드 기반

Class-Incremental Domain Adaptation

2020-08-04 · ECCV 2020 8 · Jogendra Nath Kundu, Rahul Mysore Venkatesh, Naveen Venkat, Ambareesh Revanur 외

We introduce a practical Domain Adaptation (DA) paradigm called Class-Incremental Domain Adaptation (CIDA). Existing DA methods tackle domain-shift but are unsuitable for learning novel target-domain classes. Meanwhile, …

Domain Adaptation

Incremental Open-set Domain Adaptation

2024-08-31 · Sayan Rakshit, Hmrishav Bandyopadhyay, Nibaran Das, Biplab Banerjee

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 whe…

Domain Adaptationimage-classificationImage ClassificationIncremental Learning

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

2024-11-25 · CVPR 2025 1 · Peihua Deng, Jiehua Zhang, Xichun Sheng, Chenggang Yan 외

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 t…

class-incremental learningDomain AdaptationRepresentation LearningSource-Free Domain Adaptation+1

Prototype-Guided Continual Adaptation for Class-Incremental Unsupervised Domain Adaptation

2022-07-22 · Hongbin Lin, Yifan Zhang, Zhen Qiu, Shuaicheng Niu 외

This paper studies a new, practical but challenging problem, called Class-Incremental Unsupervised Domain Adaptation (CI-UDA), where the labeled source domain contains all classes, but the classes in the unlabeled target…

Domain AdaptationUnsupervised Domain Adaptation

FRIDA -- Generative Feature Replay for Incremental Domain Adaptation

2021-12-28 · Sayan Rakshit, Anwesh Mohanty, Ruchika Chavhan, Biplab Banerjee 외

We tackle the novel problem of incremental unsupervised domain adaptation (IDA) in this paper. We assume that a labeled source domain and different unlabeled target domains are incrementally observed with the constraint …

Domain AdaptationGenerative Adversarial NetworkUnsupervised Domain Adaptation