Self-Supervised Monocular Depth Estimation: Solving the Edge-Fattening Problem
Xingyu Chen, Ruonan Zhang, Ji Jiang, Yan Wang, Ge Li, Thomas H. Li

TL;DR
This paper addresses the edge-fattening problem in self-supervised monocular depth estimation by redesigning the triplet loss, leading to significant performance improvements without extra inference costs.
Contribution
The authors propose two novel modifications to the triplet loss in MDE to effectively reduce edge-fattening and improve depth estimation accuracy.
Findings
Outperforms all previous state-of-the-art methods by a large margin.
Provides substantial performance boosts to existing models.
Achieves these results without additional inference computation.
Abstract
Self-supervised monocular depth estimation (MDE) models universally suffer from the notorious edge-fattening issue. Triplet loss, as a widespread metric learning strategy, has largely succeeded in many computer vision applications. In this paper, we redesign the patch-based triplet loss in MDE to alleviate the ubiquitous edge-fattening issue. We show two drawbacks of the raw triplet loss in MDE and demonstrate our problem-driven redesigns. First, we present a min. operator based strategy applied to all negative samples, to prevent well-performing negatives sheltering the error of edge-fattening negatives. Second, we split the anchor-positive distance and anchor-negative distance from within the original triplet, which directly optimizes the positives without any mutual effect with the negatives. Extensive experiments show the combination of these two small redesigns can achieve…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Self-Supervised Monocular Depth Estimation: Solving the Edge-Fattening Problem· youtube
Taxonomy
TopicsImage Processing Techniques and Applications · Advanced Vision and Imaging · Optical measurement and interference techniques
MethodsTriplet Loss
