Adapting Depth Anything to Adverse Imaging Conditions with Events
Shihan Peng, Yuyang Xiong, Hanyu Zhou, Zhiwei Shi, Haoyue Liu, Gang Chen, Luxin Yan, Yi Chang
TL;DR
This work addresses depth estimation under adverse imaging conditions by bridging the strengths of depth foundation models with event-based sensing. It introduces ADAE, a cross-modal adapter that injects event features into a frozen Depth Anything model, augmented by Entropy-Aware Spatial Fusion for illumination-robust fusion and Motion-Guided Temporal Correction for blur mitigation, formalized through a joint optimization with L_ADAE = $\lambda_1 \mathcal{L}_{gt} + \lambda_2 \mathcal{L}_{s} + \lambda_3 \mathcal{L}_{t}$. Key contributions include adaptive fusion via patch-level entropy, event-guided foreground-background disentanglement using dense event-based optical flow, and a practical training scheme with a pretraining stage for the event encoder. Extensive synthetic and real-world experiments demonstrate improved depth accuracy and boundary fidelity while preserving the generalization of the foundation model, including zero-shot performance on MVSEC, EVRB, and NCER. The results indicate that combining data-driven generalization with event-based signal enhancement yields robust depth estimation in challenging environments, with code to be released after acceptance.
Abstract
Robust depth estimation under dynamic and adverse lighting conditions is essential for robotic systems. Currently, depth foundation models, such as Depth Anything, achieve great success in ideal scenes but remain challenging under adverse imaging conditions such as extreme illumination and motion blur. These degradations corrupt the visual signals of frame cameras, weakening the discriminative features of frame-based depths across the spatial and temporal dimensions. Typically, existing approaches incorporate event cameras to leverage their high dynamic range and temporal resolution, aiming to compensate for corrupted frame features. However, such specialized fusion models are predominantly trained from scratch on domain-specific datasets, thereby failing to inherit the open-world knowledge and robust generalization inherent to foundation models. In this work, we propose ADAE, an event-guided spatiotemporal fusion framework for Depth Anything in degraded scenes. Our design is guided by two key insights: 1) Entropy-Aware Spatial Fusion. We adaptively merge frame-based and event-based features using an information entropy strategy to indicate illumination-induced degradation. 2) Motion-Guided Temporal Correction. We resort to the event-based motion cue to recalibrate ambiguous features in blurred regions. Under our unified framework, the two components are complementary to each other and jointly enhance Depth Anything under adverse imaging conditions. Extensive experiments have been performed to verify the superiority of the proposed method. Our code will be released upon acceptance.
