CVGRLGMay 4, 2018

Learning to See in the Dark

arXiv:1805.01934v11482 citations
Originality Incremental advance
AI Analysis

This addresses low-light image processing for computer vision applications, but it is incremental as it builds on existing learning-based methods with a new dataset.

The paper tackles the problem of low-light imaging by introducing a dataset of raw short-exposure images with long-exposure references and developing an end-to-end fully-convolutional network that processes raw sensor data, reporting promising results.

Imaging in low light is challenging due to low photon count and low SNR. Short-exposure images suffer from noise, while long exposure can induce blur and is often impractical. A variety of denoising, deblurring, and enhancement techniques have been proposed, but their effectiveness is limited in extreme conditions, such as video-rate imaging at night. To support the development of learning-based pipelines for low-light image processing, we introduce a dataset of raw short-exposure low-light images, with corresponding long-exposure reference images. Using the presented dataset, we develop a pipeline for processing low-light images, based on end-to-end training of a fully-convolutional network. The network operates directly on raw sensor data and replaces much of the traditional image processing pipeline, which tends to perform poorly on such data. We report promising results on the new dataset, analyze factors that affect performance, and highlight opportunities for future work. The results are shown in the supplementary video at https://youtu.be/qWKUFK7MWvg

Code Implementations19 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes