CVApr 9, 2025

Visually Similar Pair Alignment for Robust Cross-Domain Object Detection

arXiv:2504.06607v11 citationsh-index: 5
Originality Incremental advance
AI Analysis

It addresses domain adaptation for object detection in real-world environments, offering incremental improvements over existing methods.

The paper tackles the problem of domain gaps degrading object detection performance by proposing a memory-based system that aligns visually similar pairs, achieving 53.1 mAP on Foggy Cityscapes and 62.3 on Sim10k, surpassing prior methods by 1.2 and 4.1 mAP.

Domain gaps between training data (source) and real-world environments (target) often degrade the performance of object detection models. Most existing methods aim to bridge this gap by aligning features across source and target domains but often fail to account for visual differences, such as color or orientation, in alignment pairs. This limitation leads to less effective domain adaptation, as the model struggles to manage both domain-specific shifts (e.g., fog) and visual variations simultaneously. In this work, we demonstrate for the first time, using a custom-built dataset, that aligning visually similar pairs significantly improves domain adaptation. Based on this insight, we propose a novel memory-based system to enhance domain alignment. This system stores precomputed features of foreground objects and background areas from the source domain, which are periodically updated during training. By retrieving visually similar source features for alignment with target foreground and background features, the model effectively addresses domain-specific differences while reducing the impact of visual variations. Extensive experiments across diverse domain shift scenarios validate our method's effectiveness, achieving 53.1 mAP on Foggy Cityscapes and 62.3 on Sim10k, surpassing prior state-of-the-art methods by 1.2 and 4.1 mAP, respectively.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes