paper-with-me

Papers

Domain-Specific Suppression for Adaptive Object Detection

2021-05-08 · CVPR 2021 1 · Yu Wang, Rui Zhang, Shuo Zhang, Miao Li, Yangyang Xia, Xishan Zhang, Shaoli Liu

Domain adaptation methods face performance degradation in object detection, as the complexity of tasks require more about the transferability of the model. We propose a new perspective on how CNN models gain the transferability, viewing the weights of a model as a series of motion patterns. The directions of weights, and the gradients, can be divided into domain-specific and domain-invariant parts, and the goal of domain adaptation is to concentrate on the domain-invariant direction while eliminating the disturbance from domain-specific one. Current UDA object detection methods view the two directions as a whole while optimizing, which will cause domain-invariant direction mismatch even if the output features are perfectly aligned. In this paper, we propose the domain-specific suppression, an exemplary and generalizable constraint to the original convolution gradients in backpropagation to detach the two parts of directions and suppress the domain-specific one. We further validate our theoretical analysis and methods on several domain adaptive object detection tasks, including weather, camera configuration, and synthetic to real-world adaptation. Our experiment results show significant advance over the state-of-the-art methods in the UDA object detection field, performing a promotion of $10.2\sim12.2\%$ mAP on all these domain adaptation scenarios.

📄 PDF Abstract BibTeX arXiv:2105.03570

Code (0)

등록된 구현이 없습니다.

Tasks

Domain AdaptationObjectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

Box Re-Ranking: Unsupervised False Positive Suppression for Domain Adaptive Pedestrian Detection

2021-02-01 · WeiJie Chen, Yilu Guo, Shicai Yang, Zhaoyang Li 외

False positive is one of the most serious problems brought by agnostic domain shift in domain adaptive pedestrian detection. However, it is impossible to label each box in countless target domains. Therefore, it yields o…

object-detectionObject DetectionPedestrian DetectionRe-Ranking

Adaptive Class Suppression Loss for Long-Tail Object Detection

2021-04-02 · CVPR 2021 1 · Tong Wang, Yousong Zhu, Chaoyang Zhao, Wei Zeng 외

To address the problem of long-tail distribution for the large vocabulary object detection task, existing methods usually divide the whole categories into several groups and treat each group with different strategies. Th…

Objectobject-detectionObject Detection

Adaptive Base-class Suppression and Prior Guidance Network for One-Shot Object Detection

2023-03-24 · Wenwen Zhang, Xinyu Xiao, Hangguan Shan, Eryun Liu

One-shot object detection (OSOD) aims to detect all object instances towards the given category specified by a query image. Most existing studies in OSOD endeavor to explore effective cross-image correlation and alleviat…

object-detectionObject DetectionOne-Shot Object Detection

CoreNet: Conflict Resolution Network for Point-Pixel Misalignment and Sub-Task Suppression of 3D LiDAR-Camera Object Detection

2025-01-11 · Yiheng Li, Yang Yang, Zhen Lei

Fusing multi-modality inputs from different sensors is an effective way to improve the performance of 3D object detection. However, current methods overlook two important conflicts: point-pixel misalignment and sub-task …

3D Object Detectionobject-detectionObject Detection

Budget-Aware Adaptive Adversarial Patches for Black-Box Object Detection

2026-06-16 · Pedram MohajerAnsari, Amir Salarpour, David Fernandez, Mert D. Pesé arxiv

Adversarial patches pose a practical threat to modern object detectors. Prior work shows vulnerability, but three gaps limit actionable insight: (i) few \emph{score-based black-box} attacks \emph{jointly} optimize patch …

Object Detection