paper-with-me

Papers

H2FA R-CNN: Holistic and Hierarchical Feature Alignment for Cross-Domain Weakly Supervised Object Detection

2022-01-01 · CVPR 2022 1 · Yunqiu Xu, Yifan Sun, Zongxin Yang, Jiaxu Miao, Yi Yang

Cross-domain weakly supervised object detection (CDWSOD) aims to adapt the detection model to a novel target domain with easily acquired image-level annotations. How to align the source and target domains is critical to the CDWSOD accuracy. Existing methods usually focus on partial detection components for domain alignment. In contrast, this paper considers that all the detection components are important and proposes a Holistic and Hierarchical Feature Alignment (H^2FA) R-CNN. H^2FA R-CNN enforces two image-level alignments for the backbone features, as well as two instance-level alignments for the RPN and detection head. This coarse-to-fine aligning hierarchy is in pace with the detection pipeline, i.e., processing the image-level feature and the instance-level features from bottom to top. Importantly, we devise a novel hybrid supervision method for learning two instance-level alignments. It enables the RPN and detection head to simultaneously receive weak/full supervision from the target/source domains. Combining all these feature alignments, H^2FA R-CNN effectively mitigates the gap between the source and target domains. Experimental results show that H^2FA R-CNN significantly improves cross-domain object detection accuracy and sets new state of the art on popular benchmarks. Code and pre-trained models are available at https://github.com/XuYunqiu/H2FA_R-CNN.

📄 PDF Abstract BibTeX

Code (1)

xuyunqiu/h2fa_r-cnn 공식 구현 pytorch

Tasks

Domain Adaptationobject-detectionObject DetectionWeakly Supervised Object Detection

Methods 이 논문이 사용한 방법론

RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
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 제목 키워드 기반

Exploiting Local Feature Patterns for Unsupervised Domain Adaptation

2018-11-12 · Jun Wen, Risheng Liu, Nenggan Zheng, Qian Zheng 외

Unsupervised domain adaptation methods aim to alleviate performance degradation caused by domain-shift by learning domain-invariant representations. Existing deep domain adaptation methods focus on holistic feature align…

Domain AdaptationUnsupervised Domain Adaptation

HUD: Hierarchical Uncertainty-Aware Disambiguation Network for Composed Video Retrieval

2025-12-02 · Zhiwei Chen, Yupeng Hu, Zixu Li, Zhiheng Fu 외 arxiv

Composed Video Retrieval (CVR) is a challenging video retrieval task that utilizes multi-modal queries, consisting of a reference video and modification text, to retrieve the desired target video. The core of this task l…

Image RetrievalVideo Retrieval

Dynamic Prototype Mask for Occluded Person Re-Identification

2022-07-19 · Lei Tan, Pingyang Dai, Rongrong Ji, Yongjian Wu

Although person re-identification has achieved an impressive improvement in recent years, the common occlusion case caused by different obstacles is still an unsettled issue in real application scenarios. Existing method…

Occluded Person Re-IdentificationPerson Re-Identification

Hierarchical Spatial and Channel Aggregation for Cross-domain Few-shot Segmentation

2026-06-23 · Sujun Sun, Mingwu Ren, Haofeng Zhang arxiv

Cross-domain Few-shot Segmentation (CD-FSS) aims to learn generalizable segmentation capability from abundant annotated samples in the source domain, enabling accurate segmentation of novel classes in the target domain w…

Cross-Domain Few-Shot

Classes Matter: A Fine-grained Adversarial Approach to Cross-domain Semantic Segmentation

2020-07-17 · ECCV 2020 8 · Haoran Wang, Tong Shen, Wei zhang, Ling-Yu Duan 외

Despite great progress in supervised semantic segmentation,a large performance drop is usually observed when deploying the model in the wild. Domain adaptation methods tackle the issue by aligning the source domain and t…

Domain AdaptationImage-to-Image TranslationSemantic SegmentationSynthetic-to-Real Translation