Implicit guidance for enhancing low-light optical flow estimation via channel attention networks
摘要
Optical flow estimation, a fundamental task in computer vision, faces significant challenges in low-light environments due to issues such as low signal-to-noise ratios. Traditional methods rely on photometric consistency, which often fails in low-light conditions. Recent deep learning-based approaches, while effective under normal lighting, struggle with the noise and texture loss present in low-light images. In this paper, we propose a novel method that employs implicit guidance for enhancing low-light images to improve optical flow estimation. Our approach utilizes a channel-attention-based image enhancement network to reduce noise and improve image quality, followed by an iterative optical flow estimation module. During training, the enhancement network is supervised by features extracted from a pre-trained network on normal-light images, and the optical flow estimation loss is backpropagated to refine the enhancement process. Experiments on both synthetic and real low-light datasets demonstrate that our method significantly outperforms other methods, highlighting the effectiveness of implicit guidance in addressing the challenges of low-light optical flow estimation. Our code will be available at: https://github.com/HDU-ASL/IGEFlow.