Improved Point Transformation Methods For Self-Supervised Depth Prediction
Chen Ziwen, Zixuan Guo, Jerod Weinman

TL;DR
This paper introduces a z-buffering algorithm and a negative depth loss to improve unsupervised monocular depth prediction, addressing occlusion handling and erroneous shallow depths, leading to better performance on KITTI.
Contribution
It presents a novel z-buffering method for occlusion handling and a loss function for negative depths, enhancing existing depth prediction frameworks.
Findings
Z-buffering improves occlusion handling in depth estimation.
Negative depth loss reduces shallow depth prediction errors.
Method achieves better results on KITTI dataset.
Abstract
Given stereo or egomotion image pairs, a popular and successful method for unsupervised learning of monocular depth estimation is to measure the quality of image reconstructions resulting from the learned depth predictions. Continued research has improved the overall approach in recent years, yet the common framework still suffers from several important limitations, particularly when dealing with points occluded after transformation to a novel viewpoint. While prior work has addressed this problem heuristically, this paper introduces a z-buffering algorithm that correctly and efficiently handles occluded points. Because our algorithm is implemented with operators typical of machine learning libraries, it can be incorporated into any existing unsupervised depth learning framework with automatic support for differentiation. Additionally, because points having negative depth after…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Vision and Imaging · Optical measurement and interference techniques · Advanced Image Processing Techniques
