# TriDepth: Triangular Patch-based Deep Depth Prediction

**Authors:** Masaya Kaneko, Ken Sakurada, Kiyoharu Aizawa

arXiv: 1905.01312 · 2020-03-12

## TL;DR

TriDepth introduces a triangular patch-based representation for single-view depth estimation, improving efficiency and performance over point-cloud methods by capturing surface details with fewer parameters.

## Contribution

The paper presents a novel triangular-patch-cloud representation and a CNN framework for 3D structure estimation from a single image, addressing limitations of point-clouds.

## Key findings

- Achieves comparable or better performance than point-cloud methods.
- Uses fewer parameters for the same or improved accuracy.
- Demonstrates effectiveness on RGBD datasets.

## Abstract

We propose a novel and efficient representation for single-view depth estimation using Convolutional Neural Networks (CNNs). Point-cloud is generally used for CNN-based 3D scene reconstruction; however it has some drawbacks: (1) it is redundant as a representation for planar surfaces, and (2) no spatial relationships between points are available (e.g, texture and surface). As a more efficient representation, we introduce a triangular-patch-cloud, which represents the surface of the 3D structure using a set of triangular patches, and propose a CNN framework for its 3D structure estimation. In our framework, we create it by separating all the faces in a 2D mesh, which are determined adaptively from the input image, and estimate depths and normals of all the faces. Using a common RGBD-dataset, we show that our representation has a better or comparable performance than the existing point-cloud-based methods, although it has much less parameters.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1905.01312/full.md

## Figures

54 figures with captions in the complete paper: https://tomesphere.com/paper/1905.01312/full.md

## References

13 references — full list in the complete paper: https://tomesphere.com/paper/1905.01312/full.md

---
Source: https://tomesphere.com/paper/1905.01312