paper-with-me

Papers

Multi-Granularity Alignment Domain Adaptation for Object Detection

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

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 framework towards domain-invariant feature learning. To this end, we encode the dependencies across different granularity perspectives including pixel-, instance-, and category-levels simultaneously to align two domains. Based on pixel-level feature maps from the backbone network, we first develop the omni-scale gated fusion module to aggregate discriminative representations of instances by scale-aware convolutions, leading to robust multi-scale object detection. Meanwhile, the multi-granularity discriminators are proposed to identify which domain different granularities of samples(i.e., pixels, instances, and categories) come from. Notably, we leverage not only the instance discriminability in different categories but also the category consistency between two domains. Extensive experiments are carried out on multiple domain adaptation scenarios, demonstrating the effectiveness of our framework over state-of-the-art algorithms on top of anchor-free FCOS and anchor-based Faster RCNN detectors with different backbones.

📄 PDF Abstract BibTeX arXiv:2203.16897

Code (1)

tiankongzhang/mgada 공식 구현 pytorch

Tasks

Domain AdaptationObjectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

FPN 설명 없음
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Non Maximum Suppression Non Maximum Suppression is a computer vision method that selects a single entity out of many overlapping entities (for example bounding boxes in object detection). The…
FCOS FCOS is an anchor-box free, proposal free, single-stage object detection model. By eliminating the predefined set of anchor boxes, FCOS avoids computation related to anchor…
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 제목 키워드 기반

Unsupervised Domain Adaptation for Cross-Regional Scenes Person Re-identification

2023-03-15 · Shanghai Jiao Tong Univ 2023 3 · Mao Yanmei, Li Huafeng, Zhang Yafei

In large-scale surveillance systems, the absence of positive cross-camera pedestrian samples in cross-regional scenes poses a limitation on the performance of person re-identification models. To tackle this challenge, an…

Domain AdaptationDomain Adaptive Person Re-IdentificationPerson Re-IdentificationStyle Transfer+1

Minimizing the Pretraining Gap: Domain-aligned Text-Based Person Retrieval

2025-07-14 · Shuyu Yang, Yaxiong Wang, Yongrui Li, Li Zhu 외 arxiv

In this work, we focus on text-based person retrieval, which identifies individuals based on textual descriptions. Despite advancements enabled by synthetic data for pretraining, a significant domain gap, due to variatio…

Domain AdaptationPerson Retrieval

Multi-Granularity Feature Calibration via VFM for Domain Generalized Semantic Segmentation

2025-08-05 · Xinhui Li, Xiaojie Guo arxiv

Domain Generalized Semantic Segmentation (DGSS) aims to improve the generalization ability of models across unseen domains without access to target data during training. Recent advances in DGSS have increasingly exploite…

parameter-efficient fine-tuningSemantic SegmentationDomain Generalization

SGM3D: Stereo Guided Monocular 3D Object Detection

2021-12-03 · Zheyuan Zhou, Liang Du, Xiaoqing Ye, Zhikang Zou 외

Monocular 3D object detection aims to predict the object location, dimension and orientation in 3D space alongside the object category given only a monocular image. It poses a great challenge due to its ill-posed propert…

3D Object DetectionAutonomous DrivingDepth EstimationDomain Adaptation+4

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