Mask Pooling, which pools foreground and background separately using ground-truth masks, improves object-detection robustness on domain-shift benchmarks but requires masks at inference and lacks a rigorous causal derivation.
Improving Object Detection via Local-global Contrastive Learning
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Visual domain gaps often impact object detection performance. Image-to-image translation can mitigate this effect, where contrastive approaches enable learning of the image-to-image mapping under unsupervised regimes. However, existing methods often fail to handle content-rich scenes with multiple object instances, which manifests in unsatisfactory detection performance. Sensitivity to such instance-level content is typically only gained through object annotations, which can be expensive to obtain. Towards addressing this issue, we present a novel image-to-image translation method that specifically targets cross-domain object detection. We formulate our approach as a contrastive learning framework with an inductive prior that optimises the appearance of object instances through spatial attention masks, implicitly delineating the scene into foreground regions associated with the target object instances and background non-object regions. Instead of relying on object annotations to explicitly account for object instances during translation, our approach learns to represent objects by contrasting local-global information. This affords investigation of an under-explored challenge: obtaining performant detection, under domain shifts, without relying on object annotations nor detector model fine-tuning. We experiment with multiple cross-domain object detection settings across three challenging benchmarks and report state-of-the-art performance. Project page: https://local-global-detection.github.io
fields
cs.CV 1years
2025 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
Mitigating Context Bias in Domain Adaptation for Object Detection using Mask Pooling
Mask Pooling, which pools foreground and background separately using ground-truth masks, improves object-detection robustness on domain-shift benchmarks but requires masks at inference and lacks a rigorous causal derivation.