paper-with-me

홈 › Papers

Proposal-Level Unsupervised Domain Adaptation for Open World Unbiased Detector

2023-11-04 · Xuanyi Liu, Zhongqi Yue, Xian-Sheng Hua

Open World Object Detection (OWOD) combines open-set object detection with incremental learning capabilities to handle the challenge of the open and dynamic visual world. Existing works assume that a foreground predictor trained on the seen categories can be directly transferred to identify the unseen categories' locations by selecting the top-k most confident foreground predictions. However, the assumption is hardly valid in practice. This is because the predictor is inevitably biased to the known categories, and fails under the shift in the appearance of the unseen categories. In this work, we aim to build an unbiased foreground predictor by re-formulating the task under Unsupervised Domain Adaptation, where the current biased predictor helps form the domains: the seen object locations and confident background locations as the source domain, and the rest ambiguous ones as the target domain. Then, we adopt the simple and effective self-training method to learn a predictor based on the domain-invariant foreground features, hence achieving unbiased prediction robust to the shift in appearance between the seen and unseen categories. Our approach's pipeline can adapt to various detection frameworks and UDA methods, empirically validated by OWOD evaluation, where we achieve state-of-the-art performance.

📄 PDF Abstract BibTeX arXiv:2311.02342

Code (1)

lxycopper/plu 공식 구현 pytorch

Tasks

Domain AdaptationIncremental LearningObjectobject-detectionObject DetectionOpen World Object DetectionUnsupervised Domain Adaptationvalid

Similar Papers 제목 키워드 기반

Domain Adaptation by Class Centroid Matching and Local Manifold Self-Learning

2020-03-20 · Lei Tian, Yongqiang Tang, Liangchen Hu, Zhida Ren 외

Domain adaptation has been a fundamental technology for transferring knowledge from a source domain to a target domain. The key issue of domain adaptation is how to reduce the distribution discrepancy between two domains…

Domain AdaptationSelf-LearningUnsupervised Domain Adaptation

Unsupervised Domain Adaptation for Video Semantic Segmentation

2021-07-23 · Inkyu Shin, KwanYong Park, Sanghyun Woo, In So Kweon

Unsupervised Domain Adaptation for semantic segmentation has gained immense popularity since it can transfer knowledge from simulation to real (Sim2Real) by largely cutting out the laborious per pixel labeling efforts at…

Domain AdaptationSemantic SegmentationUnsupervised Domain AdaptationVideo Semantic Segmentation

PoliTO-IIT-CINI Submission to the EPIC-KITCHENS-100 Unsupervised Domain Adaptation Challenge for Action Recognition

2022-09-09 · Mirco Planamente, Gabriele Goletto, Gabriele Trivigno, Giuseppe Averta 외

In this report, we describe the technical details of our submission to the EPIC-Kitchens-100 Unsupervised Domain Adaptation (UDA) Challenge in Action Recognition. To tackle the domain-shift which exists under the UDA set…

Action RecognitionDomain AdaptationDomain GeneralizationMulti-target Domain Adaptation+2

Fully Convolutional Adaptation Networks for Semantic Segmentation

2018-04-23 · CVPR 2018 6 · Yiheng Zhang, Zhaofan Qiu, Ting Yao, Dong Liu 외

The recent advances in deep neural networks have convincingly demonstrated high capability in learning vision models on large datasets. Nevertheless, collecting expert labeled datasets especially with pixel-level annotat…

Domain AdaptationSemantic Segmentation

Open Set Domain Adaptation: Theoretical Bound and Algorithm

2019-07-19 · Zhen Fang, Jie Lu, Feng Liu, Junyu Xuan 외

The aim of unsupervised domain adaptation is to leverage the knowledge in a labeled (source) domain to improve a model's learning performance with an unlabeled (target) domain -- the basic strategy being to mitigate the …

Domain AdaptationUnsupervised Domain Adaptation