CVAug 9, 2021

Regularizing Nighttime Weirdness: Efficient Self-supervised Monocular Depth Estimation in the Dark

arXiv:2108.03830v2106 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of accurate depth estimation in dark environments for applications like autonomous driving, though it is incremental as it builds on existing self-supervised methods.

The paper tackles the problem of self-supervised monocular depth estimation in nighttime scenarios, where low visibility and varying illuminations cause weird outputs, by proposing a framework with priors-based regularization, mapping-consistent image enhancement, and statistics-based masking, achieving state-of-the-art results on two nighttime datasets.

Monocular depth estimation aims at predicting depth from a single image or video. Recently, self-supervised methods draw much attention since they are free of depth annotations and achieve impressive performance on several daytime benchmarks. However, they produce weird outputs in more challenging nighttime scenarios because of low visibility and varying illuminations, which bring weak textures and break brightness-consistency assumption, respectively. To address these problems, in this paper we propose a novel framework with several improvements: (1) we introduce Priors-Based Regularization to learn distribution knowledge from unpaired depth maps and prevent model from being incorrectly trained; (2) we leverage Mapping-Consistent Image Enhancement module to enhance image visibility and contrast while maintaining brightness consistency; and (3) we present Statistics-Based Mask strategy to tune the number of removed pixels within textureless regions, using dynamic statistics. Experimental results demonstrate the effectiveness of each component. Meanwhile, our framework achieves remarkable improvements and state-of-the-art results on two nighttime datasets.

Code Implementations2 repos
Foundations

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

Your Notes