paper-with-me

홈 › Papers

Curriculum Guided Domain Adaptation in the Dark

2023-08-02 · Chowdhury Sadman Jahan, Andreas Savakis

Addressing the rising concerns of privacy and security, domain adaptation in the dark aims to adapt a black-box source trained model to an unlabeled target domain without access to any source data or source model parameters. The need for domain adaptation of black-box predictors becomes even more pronounced to protect intellectual property as deep learning based solutions are becoming increasingly commercialized. Current methods distill noisy predictions on the target data obtained from the source model to the target model, and/or separate clean/noisy target samples before adapting using traditional noisy label learning algorithms. However, these methods do not utilize the easy-to-hard learning nature of the clean/noisy data splits. Also, none of the existing methods are end-to-end, and require a separate fine-tuning stage and an initial warmup stage. In this work, we present Curriculum Adaptation for Black-Box (CABB) which provides a curriculum guided adaptation approach to gradually train the target model, first on target data with high confidence (clean) labels, and later on target data with noisy labels. CABB utilizes Jensen-Shannon divergence as a better criterion for clean-noisy sample separation, compared to the traditional criterion of cross entropy loss. Our method utilizes co-training of a dual-branch network to suppress error accumulation resulting from confirmation bias. The proposed approach is end-to-end trainable and does not require any extra finetuning stage, unlike existing methods. Empirical results on standard domain adaptation datasets show that CABB outperforms existing state-of-the-art black-box DA models and is comparable to white-box domain adaptation models.

📄 PDF Abstract BibTeX arXiv:2308.00956

Code (0)

등록된 구현이 없습니다.

Tasks

Domain Adaptation

Methods 이 논문이 사용한 방법론

None 설명 없음

Similar Papers 제목 키워드 기반

Map-Guided Curriculum Domain Adaptation and Uncertainty-Aware Evaluation for Semantic Nighttime Image Segmentation

2020-05-28 · Christos Sakaridis, Dengxin Dai, Luc van Gool

We address the problem of semantic nighttime image segmentation and improve the state-of-the-art, by adapting daytime models to nighttime without using nighttime annotations. Moreover, we design a new evaluation framewor…

Domain AdaptationImage SegmentationSegmentationSemantic Segmentation

Guided Curriculum Model Adaptation and Uncertainty-Aware Evaluation for Semantic Nighttime Image Segmentation

2019-01-17 · ICCV 2019 10 · Christos Sakaridis, Dengxin Dai, Luc van Gool

Most progress in semantic segmentation reports on daytime images taken under favorable illumination conditions. We instead address the problem of semantic segmentation of nighttime images and improve the state-of-the-art…

Image SegmentationSegmentationSemantic SegmentationStyle Transfer

YOLO in the Dark - Domain Adaptation Method for Merging Multiple Models -

2020-08-01 · ECCV 2020 8 · Yukihiro Sasagawa, Hajime Nagahara

Generating new visual tasks requires additional datasets, and it costs a considerable effort. We propose a new method of domain adaptation for merging multiple models with less effort than creating an additional dataset.…

Domain AdaptationKnowledge Distillationobject-detectionObject Detection

Empowering Source-Free Domain Adaptation with MLLM-driven Curriculum Learning

2024-05-28 · Dongjie Chen, Kartik Patwari, Zhengfeng Lai, Sen-ching Cheung 외

Source-Free Domain Adaptation (SFDA) aims to adapt a pre-trained source model to a target domain using only unlabeled target data. Current SFDA methods face challenges in effectively leveraging pre-trained knowledge and …

Domain AdaptationInstruction FollowingSource-Free Domain AdaptationTransfer Learning+1

Robust Source-Free Domain Adaptation for Medical Image Segmentation based on Curriculum Learning

2025-10-09 · Ziqi Zhang, Yuexiang Li, Yawen Huang, Nanjun He 외 arxiv

Recent studies have uncovered a new research line, namely source-free domain adaptation, which adapts a model to target domains without using the source data. Such a setting can address the concerns on data privacy and s…

Source-Free Domain AdaptationMedical Image SegmentationPolyp Segmentation