paper-with-me

Papers

Unsupervised Open Domain Recognition by Semantic Discrepancy Minimization

2019-04-18 · CVPR 2019 6 · Junbao Zhuo, Shuhui Wang, Shuhao Cui, Qingming Huang

We address the unsupervised open domain recognition (UODR) problem, where categories in labeled source domain S is only a subset of those in unlabeled target domain T. The task is to correctly classify all samples in T including known and unknown categories. UODR is challenging due to the domain discrepancy, which becomes even harder to bridge when a large number of unknown categories exist in T. Moreover, the classification rules propagated by graph CNN (GCN) may be distracted by unknown categories and lack generalization capability. To measure the domain discrepancy for asymmetric label space between S and T, we propose Semantic-Guided Matching Discrepancy (SGMD), which first employs instance matching between S and T, and then the discrepancy is measured by a weighted feature distance between matched instances. We further design a limited balance constraint to achieve a more balanced classification output on known and unknown categories. We develop Unsupervised Open Domain Transfer Network (UODTN), which learns both the backbone classification network and GCN jointly by reducing the SGMD, enforcing the limited balance constraint and minimizing the classification loss on S. UODTN better preserves the semantic structure and enforces the consistency between the learned domain invariant visual features and the semantic embeddings. Experimental results show superiority of our method on recognizing images of both known and unknown categories.

📄 PDF Abstract BibTeX arXiv:1904.08631

Code (1)

junbaoZHUO/UODTN 공식 구현 pytorch

Tasks

ClassificationGeneral Classification

Methods 이 논문이 사용한 방법론

GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

Sliced Wasserstein Discrepancy for Unsupervised Domain Adaptation

2019-03-10 · CVPR 2019 6 · Chen-Yu Lee, Tanmay Batra, Mohammad Haris Baig, Daniel Ulbricht

In this work, we connect two distinct concepts for unsupervised domain adaptation: feature distribution alignment between domains by utilizing the task-specific decision boundary and the Wasserstein metric. Our proposed …

Domain AdaptationGeneral Classificationimage-classificationImage Classification+4

Adaptation Across Extreme Variations using Unlabeled Domain Bridges

2019-06-05 · Shuyang Dai, Kihyuk Sohn, Yi-Hsuan Tsai, Lawrence Carin 외

We tackle an unsupervised domain adaptation problem for which the domain discrepancy between labeled source and unlabeled target domains is large, due to many factors of inter and intra-domain variation. While deep domai…

Domain AdaptationObject RecognitionSemantic SegmentationUnsupervised Domain Adaptation

Bridging the Theoretical Bound and Deep Algorithms for Open Set Domain Adaptation

2020-06-23 · Li Zhong, Zhen Fang, Feng Liu, Bo Yuan 외

In the unsupervised open set domain adaptation (UOSDA), the target domain contains unknown classes that are not observed in the source domain. Researchers in this area aim to train a classifier to accurately: 1) recogniz…

Domain AdaptationObject Recognition

Spectral Unsupervised Domain Adaptation for Visual Recognition

2021-06-11 · CVPR 2022 1 · Jingyi Zhang, Jiaxing Huang, Zichen Tian, Shijian Lu

Though unsupervised domain adaptation (UDA) has achieved very impressive progress recently, it remains a great challenge due to missing target annotations and the rich discrepancy between source and target distributions.…

Domain Adaptationimage-classificationImage Classificationobject-detection+3

Open Set Domain Recognition via Attention-Based GCN and Semantic Matching Optimization

2021-05-11 · Xinxing He, Yuan Yuan, Zhiyu Jiang

Open set domain recognition has got the attention in recent years. The task aims to specifically classify each sample in the practical unlabeled target domain, which consists of all known classes in the manually labeled …

Attribute