paper-with-me

Papers

Robust Domain Adaptive Object Detection with Unified Multi-Granularity Alignment

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

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 alignment in different granularities via adversarial learning. However, they neglect the relationship between multiple granularities and different features in alignment, degrading detection. Addressing this, we introduce a unified multi-granularity alignment (MGA)-based detection framework for domain-invariant feature learning. The key is to encode the dependencies across different granularities including pixel-, instance-, and category-levels simultaneously to align two domains. Specifically, based on pixel-level features, we first develop an omni-scale gated fusion (OSGF) module to aggregate discriminative representations of instances with scale-aware convolutions, leading to robust multi-scale detection. Besides, we introduce multi-granularity discriminators to identify where, either source or target domains, different granularities of samples come from. Note that, MGA not only leverages instance discriminability in different categories but also exploits category consistency between two domains for detection. Furthermore, we present an adaptive exponential moving average (AEMA) strategy that explores model assessments for model update to improve pseudo labels and alleviate local misalignment problem, boosting detection robustness. Extensive experiments on multiple domain adaption scenarios validate the superiority of MGA over other approaches on FCOS and Faster R-CNN detectors. Code will be released at https://github.com/tiankongzhang/MGA.

📄 PDF Abstract BibTeX arXiv:2301.00371

Code (1)

tiankongzhang/mga 공식 구현 pytorch

Tasks

Domain Adaptationobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
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…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
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…
FPN 설명 없음
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…
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…

Similar Papers 제목 키워드 기반

UniDA3D: A Unified Domain-Adaptive Framework for Multi-View 3D Object Detection

2026-03-30 · Hongjing Wu, Cheng Chi, Jinlin Wu, Yanzhao Su 외 arxiv

Camera-only 3D object detection is critical for autonomous driving, offering a cost-effective alternative to LiDAR based methods. In particular, multi-view 3D object detection has emerged as a promising direction due to …

Contrastive Learning3D Object DetectionAutonomous DrivingDomain Adaptation

Unsupervised Domain Adaptive 3D Detection with Multi-Level Consistency

2021-07-23 · ICCV 2021 10 · Zhipeng Luo, Zhongang Cai, Changqing Zhou, Gongjie Zhang 외

Deep learning-based 3D object detection has achieved unprecedented success with the advent of large-scale autonomous driving datasets. However, drastic performance degradation remains a critical challenge for cross-domai…

3D Object DetectionAutonomous Drivingobject-detectionObject Detection

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

UniShield: An Adaptive Multi-Agent Framework for Unified Forgery Image Detection and Localization

2025-10-03 · Qing Huang, Zhipei Xu, Xuanyu Zhang, Xiangyu Yu 외 arxiv

With the rapid advancements in image generation, synthetic images have become increasingly realistic, posing significant societal risks, such as misinformation and fraud. Forgery Image Detection and Localization (FIDL) t…

Domain GeneralizationImage ManipulationImage Generation

CLDA-YOLO: Visual Contrastive Learning Based Domain Adaptive YOLO Detector

2024-12-16 · Tianheng Qiu, Ka Lung Law, Guanghua Pan, Jufei Wang 외

Unsupervised domain adaptive (UDA) algorithms can markedly enhance the performance of object detectors under conditions of domain shifts, thereby reducing the necessity for extensive labeling and retraining. Current doma…

Contrastive LearningData Augmentationobject-detectionObject Detection