Injecting Frame-Event Complementary Fusion into Diffusion for Optical Flow in Challenging Scenes
Haonan Wang, Hanyu Zhou, Haoyue Liu, Luxin Yan
TL;DR
This work tackles optical flow estimation in challenging high-speed and low-light scenes where frame-based appearance is rich but boundary information is incomplete, and event streams provide dense boundaries with sparse appearance. It introduces Diff-ABFlow, a diffusion-based framework that fuses frame and event cues through an Attention-ABF module and refines flow via a Multi-Condition Iterative Denoising Decoder (MC-IDD) comprising TVM-MCA and MGDD, effectively modeling the denoising process conditioned on time, visuals, and motion. The approach demonstrates robust performance and strong generalization on synthetic and real degraded datasets, outperforming frame-only, event-only, and prior dual-modal methods, with ablations showing the critical value of the fusion module and the diffusion backbone. The work suggests that combining frame-event complementarity with diffusion-based denoising yields substantial gains in robustness and accuracy, potentially benefiting other perception tasks such as depth estimation and semantic segmentation.
Abstract
Optical flow estimation has achieved promising results in conventional scenes but faces challenges in high-speed and low-light scenes, which suffer from motion blur and insufficient illumination. These conditions lead to weakened texture and amplified noise and deteriorate the appearance saturation and boundary completeness of frame cameras, which are necessary for motion feature matching. In degraded scenes, the frame camera provides dense appearance saturation but sparse boundary completeness due to its long imaging time and low dynamic range. In contrast, the event camera offers sparse appearance saturation, while its short imaging time and high dynamic range gives rise to dense boundary completeness. Traditionally, existing methods utilize feature fusion or domain adaptation to introduce event to improve boundary completeness. However, the appearance features are still deteriorated, which severely affects the mostly adopted discriminative models that learn the mapping from visual features to motion fields and generative models that generate motion fields based on given visual features. So we introduce diffusion models that learn the mapping from noising flow to clear flow, which is not affected by the deteriorated visual features. Therefore, we propose a novel optical flow estimation framework Diff-ABFlow based on diffusion models with frame-event appearance-boundary fusion.
