FUSE: Label-Free Image-Event Joint Monocular Depth Estimation via Frequency-Decoupled Alignment and Degradation-Robust Fusion
Pihai Sun, Junjun Jiang, Yuanqi Yao, Youyu Chen, Wenbo Zhao, Kui Jiang, Xianming Liu
TL;DR
FUSE tackles two core challenges in image–event depth estimation: scarce cross-modal supervision and frequency-domain mismatches. It introduces PST to transfer image-depth priors to the image–event domain using a two-stage, parameter-efficient adaptation with LoRA adapters, and FreDFuse to decouple and fuse high-frequency event cues with low-frequency image structure through a Gaussian–Laplacian pyramid and cross-attention. The approach achieves state-of-the-art performance on MVSEC and DENSE, with strong zero-shot robustness under challenging lighting and motion conditions, while significantly reducing trainable parameters compared to full fine-tuning. This work enables robust, scalable depth perception in dynamic environments and points to future improvements in native asynchronous processing and model compression for real-time deployment.
Abstract
Image-event joint depth estimation methods leverage complementary modalities for robust perception, yet face challenges in generalizability stemming from two factors: 1) limited annotated image-event-depth datasets causing insufficient cross-modal supervision, and 2) inherent frequency mismatches between static images and dynamic event streams with distinct spatiotemporal patterns, leading to ineffective feature fusion. To address this dual challenge, we propose Frequency-decoupled Unified Self-supervised Encoder (FUSE) with two synergistic components: The Parameter-efficient Self-supervised Transfer (PST) establishes cross-modal knowledge transfer through latent space alignment with image foundation models, effectively mitigating data scarcity by enabling joint encoding without depth ground truth. Complementing this, we propose the Frequency-Decoupled Fusion module (FreDFuse) to explicitly decouple high-frequency edge features from low-frequency structural components, resolving modality-specific frequency mismatches through physics-aware fusion. This combined approach enables FUSE to construct a universal image-event encoder that only requires lightweight decoder adaptation for target datasets. Extensive experiments demonstrate state-of-the-art performance with 14% and 24.9% improvements in Abs .Rel on MVSEC and DENSE datasets. The framework exhibits remarkable zero-shot adaptability to challenging scenarios including extreme lighting and motion blur, significantly advancing real-world deployment capabilities. The source code for our method is publicly available at: https://github.com/sunpihai-up/FUSE
