paper-with-me

Papers

Recall and Refine: A Simple but Effective Source-free Open-set Domain Adaptation Framework

2024-11-19 · Ismail Nejjar, Hao Dong, Olga Fink

Open-set Domain Adaptation (OSDA) aims to adapt a model from a labeled source domain to an unlabeled target domain, where novel classes - also referred to as target-private unknown classes - are present. Source-free Open-set Domain Adaptation (SF-OSDA) methods address OSDA without accessing labeled source data, making them particularly relevant under privacy constraints. However, SF-OSDA presents significant challenges due to distribution shifts and the introduction of novel classes. Existing SF-OSDA methods typically rely on thresholding the prediction entropy of a sample to identify it as either a known or unknown class but fail to explicitly learn discriminative features for the target-private unknown classes. We propose Recall and Refine (RRDA), a novel SF-OSDA framework designed to address these limitations by explicitly learning features for target-private unknown classes. RRDA employs a two-step process. First, we enhance the model's capacity to recognize unknown classes by training a target classifier with an additional decision boundary, guided by synthetic samples generated from target domain features. This enables the classifier to effectively separate known and unknown classes. In the second step, we adapt the entire model to the target domain, addressing both domain shifts and improving generalization to unknown classes. Any off-the-shelf source-free domain adaptation method (e.g., SHOT, AaD) can be seamlessly integrated into our framework at this stage. Extensive experiments on three benchmark datasets demonstrate that RRDA significantly outperforms existing SF-OSDA and OSDA methods.

📄 PDF Abstract BibTeX arXiv:2411.12558

Code (1)

ismailnejjar/RRDA 공식 구현 pytorch

Tasks

Domain AdaptationSource-Free Domain Adaptation

Similar Papers 제목 키워드 기반

Mask-Attention-Free Transformer for 3D Instance Segmentation

2023-09-04 · ICCV 2023 1 · Xin Lai, Yuhui Yuan, Ruihang Chu, Yukang Chen 외

Recently, transformer-based methods have dominated 3D instance segmentation, where mask attention is commonly involved. Specifically, object queries are guided by the initial instance masks in the first cross-attention, …

3D Instance SegmentationInstance SegmentationPositionregression+1

Training-Free Composed Video Retrieval via Visual Representation-Guided Video-LLM Reasoning

2026-06-01 · Yang Liu, Qianqian Xu, Peisong Wen, Siran Dai 외 arxiv

Recent advances in large vision-language models have expanded video retrieval from simple text-based search to more flexible scenarios, where users may specify the desired result through both visual examples and textual …

Video Retrieval

C-SFDA: A Curriculum Learning Aided Self-Training Framework for Efficient Source Free Domain Adaptation

2023-03-30 · CVPR 2023 1 · Nazmul Karim, Niluthpol Chowdhury Mithun, Abhinav Rajvanshi, Han-Pang Chiu 외

Unsupervised domain adaptation (UDA) approaches focus on adapting models trained on a labeled source domain to an unlabeled target domain. UDA methods have a strong assumption that the source data is accessible during ad…

Domain AdaptationMemorizationPseudo LabelSemantic Segmentation+2

Refined Differentially Private Linear Regression via Extension of a Free Lunch Result

2026-04-11 · Sasmita Harini S, Anshoo Tandon arxiv

As data-privacy regulations tighten and statistical models are increasingly deployed on sensitive human-sourced data, privacy-preserving linear regression has become a critical necessity. For the add-remove DP model, Kul…

Focus When Necessary: Adaptive Routing and Collaborative Grounding for Training-Free Visual Grounding

2026-06-15 · Yifan Wang, Peiming Li, Shiyu Li, Zhiyuan Hu 외 arxiv

While Multimodal Large Language Models (MLLMs) excel in cross-modal reasoning, they often struggle to perceive fine-grained details in complex high-resolution images. Recent training-free methods address this through ima…

Visual Grounding