paper-with-me

홈 › Papers

Semi-supervised Domain Adaptation with Instance Constraints

2013-06-01 · CVPR 2013 6 · Jeff Donahue, Judy Hoffman, Erik Rodner, Kate Saenko, Trevor Darrell

Most successful object classification and detection methods rely on classifiers trained on large labeled datasets. However, for domains where labels are limited, simply borrowing labeled data from existing datasets can hurt performance, a phenomenon known as "dataset bias." We propose a general framework for adapting classifiers from "borrowed" data to the target domain using a combination of available labeled and unlabeled examples. Specifically, we show that imposing smoothness constraints on the classifier scores over the unlabeled data can lead to improved adaptation results. Such constraints are often available in the form of instance correspondences, e.g. when the same object or individual is observed simultaneously from multiple views, or tracked between video frames. In these cases, the object labels are unknown but can be constrained to be the same or similar. We propose techniques that build on existing domain adaptation methods by explicitly modeling these relationships, and demonstrate empirically that they improve recognition accuracy in two scenarios, multicategory image classification and object detection in video.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Domain AdaptationGeneral Classificationimage-classificationImage ClassificationObjectobject-detectionObject DetectionSemi-supervised Domain Adaptation

Similar Papers 제목 키워드 기반

Selective Pseudo-Labeling with Reinforcement Learning for Semi-Supervised Domain Adaptation

2020-12-07 · Bingyu Liu, Yuhong Guo, Jieping Ye, Weihong Deng

Recent domain adaptation methods have demonstrated impressive improvement on unsupervised domain adaptation problems. However, in the semi-supervised domain adaptation (SSDA) setting where the target domain has a few lab…

Domain AdaptationQ-Learningreinforcement-learningReinforcement Learning (RL)+2

AGLP: A Graph Learning Perspective for Semi-supervised Domain Adaptation

2024-11-20 · Houcheng Su, Mengzhu Wang, Jiao Li, Nan Yin 외

In semi-supervised domain adaptation (SSDA), the model aims to leverage partially labeled target domain data along with a large amount of labeled source domain data to enhance its generalization capability for the target…

Domain AdaptationGraph LearningSemi-supervised Domain Adaptation

CLDA: Contrastive Learning for Semi-Supervised Domain Adaptation

2021-06-30 · NeurIPS 2021 12 · Ankit Singh

Unsupervised Domain Adaptation (UDA) aims to align the labeled source distribution with the unlabeled target distribution to obtain domain invariant predictive models. However, the application of well-known UDA approache…

Contrastive LearningDomain AdaptationSemi-supervised Domain AdaptationUnsupervised Domain Adaptation

A Unified Framework for Heterogeneous Semi-supervised Learning

2025-01-01 · CVPR 2025 1 · Marzi Heidari, Abdullah Alchihabi, Hao Yan, Yuhong Guo

In this work, we introduce a novel problem setup termed as Heterogeneous Semi-Supervised Learning (HSSL), which presents unique challenges by bridging the semi-supervised learning (SSL) task and the unsupervised doma…

Domain AdaptationTransfer LearningUnsupervised Domain Adaptation

CAST: Contrastive Adaptation and Distillation for Semi-Supervised Instance Segmentation

2025-05-28 · Pardis Taghavi, Tian Liu, Renjie Li, Reza Langari 외

Instance segmentation demands costly per-pixel annotations and large models. We introduce CAST, a semi-supervised knowledge distillation (SSKD) framework that compresses pretrained vision foundation models (VFM) into com…

Domain AdaptationInstance SegmentationKnowledge DistillationPseudo Label+2