Boosting Object Detection with Zero-Shot Day-Night Domain Adaptation
Zhipeng Du, Miaojing Shi, Jiankang Deng
TL;DR
This work tackles low-light object detection under zero-shot day-night domain adaptation by learning illumination-invariant reflectance representations. It introduces DAI-Net, which adds a reflectance decoder to a standard detector and enforces stability via an interchange-redecomposition-coherence mechanism, guided by pseudo ground-truth from a pretrained Retinex network. The approach combines mutual feature alignment, reconstruction-based decomposition losses, and a redecomposition coherence loss to achieve robust generalization without real low-light target data. Empirical results on ExDark, DARK FACE, and CODaN demonstrate strong dark-domain generalization and cross-task applicability, with comprehensive ablations validating each component.
Abstract
Detecting objects in low-light scenarios presents a persistent challenge, as detectors trained on well-lit data exhibit significant performance degradation on low-light data due to low visibility. Previous methods mitigate this issue by exploring image enhancement or object detection techniques with real low-light image datasets. However, the progress is impeded by the inherent difficulties about collecting and annotating low-light images. To address this challenge, we propose to boost low-light object detection with zero-shot day-night domain adaptation, which aims to generalize a detector from well-lit scenarios to low-light ones without requiring real low-light data. Revisiting Retinex theory in the low-level vision, we first design a reflectance representation learning module to learn Retinex-based illumination invariance in images with a carefully designed illumination invariance reinforcement strategy. Next, an interchange-redecomposition-coherence procedure is introduced to improve over the vanilla Retinex image decomposition process by performing two sequential image decompositions and introducing a redecomposition cohering loss. Extensive experiments on ExDark, DARK FACE, and CODaN datasets show strong low-light generalizability of our method. Our code is available at https://github.com/ZPDu/DAI-Net.
