paper-with-me

Papers

Cross Domain Object Detection via Multi-Granularity Confidence Alignment based Mean Teacher

2024-07-10 · Jiangming Chen, Li Liu, Wanxia Deng, Zhen Liu, Yu Liu, YingMei Wei, Yongxiang Liu

Cross domain object detection learns an object detector for an unlabeled target domain by transferring knowledge from an annotated source domain. Promising results have been achieved via Mean Teacher, however, pseudo labeling which is the bottleneck of mutual learning remains to be further explored. In this study, we find that confidence misalignment of the predictions, including category-level overconfidence, instance-level task confidence inconsistency, and image-level confidence misfocusing, leading to the injection of noisy pseudo label in the training process, will bring suboptimal performance on the target domain. To tackle this issue, we present a novel general framework termed Multi-Granularity Confidence Alignment Mean Teacher (MGCAMT) for cross domain object detection, which alleviates confidence misalignment across category-, instance-, and image-levels simultaneously to obtain high quality pseudo supervision for better teacher-student learning. Specifically, to align confidence with accuracy at category level, we propose Classification Confidence Alignment (CCA) to model category uncertainty based on Evidential Deep Learning (EDL) and filter out the category incorrect labels via an uncertainty-aware selection strategy. Furthermore, to mitigate the instance-level misalignment between classification and localization, we design Task Confidence Alignment (TCA) to enhance the interaction between the two task branches and allow each classification feature to adaptively locate the optimal feature for the regression. Finally, we develop imagery Focusing Confidence Alignment (FCA) adopting another way of pseudo label learning, i.e., we use the original outputs from the Mean Teacher network for supervised learning without label assignment to concentrate on holistic information in the target image. These three procedures benefit from each other from a cooperative learning perspective.

📄 PDF Abstract BibTeX arXiv:2407.07780

Code (0)

등록된 구현이 없습니다.

Tasks

object-detectionObject DetectionPseudo Label

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Multi-Granularity Alignment Domain Adaptation for Object Detection

2022-03-31 · CVPR 2022 1 · Wenzhang Zhou, Dawei Du, Libo Zhang, Tiejian Luo 외

Domain adaptive object detection is challenging due to distinctive data distribution between source domain and target domain. In this paper, we propose a unified multi-granularity alignment based object detection framewo…

Domain AdaptationObjectobject-detectionObject Detection

Robust Domain Adaptive Object Detection with Unified Multi-Granularity Alignment

2023-01-01 · Libo Zhang, Wenzhang Zhou, Heng Fan, Tiejian Luo 외

Domain adaptive detection aims to improve the generalization of detectors on target domain. To reduce discrepancy in feature distributions between two domains, recent approaches achieve domain adaption through feature al…

Domain Adaptationobject-detectionObject Detection

MuGE: Multiple Granularity Edge Detection

2024-01-01 · CVPR 2024 1 · Caixia Zhou, Yaping Huang, Mengyang Pu, Qingji Guan 외

Edge segmentation is well-known to be subjective due to personalized annotation styles and preferred granularity. However most existing deterministic edge detection methods produce only a single edge map for one inpu…

Edge Detection

Improving Anomaly Segmentation with Multi-Granularity Cross-Domain Alignment

2023-08-16 · Ji Zhang, Xiao Wu, Zhi-Qi Cheng, Qi He 외

Anomaly segmentation plays a pivotal role in identifying atypical objects in images, crucial for hazard detection in autonomous driving systems. While existing methods demonstrate noteworthy results on synthetic data, th…

Anomaly SegmentationAutonomous DrivingContrastive Learning

Universal-RCNN: Universal Object Detector via Transferable Graph R-CNN

2020-02-18 · Hang Xu, Linpu Fang, Xiaodan Liang, Wenxiong Kang 외

The dominant object detection approaches treat each dataset separately and fit towards a specific domain, which cannot adapt to other domains without extensive retraining. In this paper, we address the problem of designi…

AllObjectobject-detectionObject Detection+1