CVAug 17, 2021

Self-supervised Monocular Depth Estimation for All Day Images using Domain Separation

arXiv:2108.07628v196 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of robust depth estimation in varying lighting conditions 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 depth estimation for all-day images, which suffer from performance degradation due to domain shifts between day and night illumination, by proposing a domain-separated network that partitions information into private and invariant domains; it achieves state-of-the-art results on the Oxford RobotCar dataset.

Remarkable results have been achieved by DCNN based self-supervised depth estimation approaches. However, most of these approaches can only handle either day-time or night-time images, while their performance degrades for all-day images due to large domain shift and the variation of illumination between day and night images. To relieve these limitations, we propose a domain-separated network for self-supervised depth estimation of all-day images. Specifically, to relieve the negative influence of disturbing terms (illumination, etc.), we partition the information of day and night image pairs into two complementary sub-spaces: private and invariant domains, where the former contains the unique information (illumination, etc.) of day and night images and the latter contains essential shared information (texture, etc.). Meanwhile, to guarantee that the day and night images contain the same information, the domain-separated network takes the day-time images and corresponding night-time images (generated by GAN) as input, and the private and invariant feature extractors are learned by orthogonality and similarity loss, where the domain gap can be alleviated, thus better depth maps can be expected. Meanwhile, the reconstruction and photometric losses are utilized to estimate complementary information and depth maps effectively. Experimental results demonstrate that our approach achieves state-of-the-art depth estimation results for all-day images on the challenging Oxford RobotCar dataset, proving the superiority of our proposed approach.

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