paper-with-me

Papers

Dilated Fully Convolutional Neural Network for Depth Estimation from a Single Image

2021-03-12 · Binghan Li, Yindong Hua, Yifeng Liu, Mi Lu

Depth prediction plays a key role in understanding a 3D scene. Several techniques have been developed throughout the years, among which Convolutional Neural Network has recently achieved state-of-the-art performance on estimating depth from a single image. However, traditional CNNs suffer from the lower resolution and information loss caused by the pooling layers. And oversized parameters generated from fully connected layers often lead to a exploded memory usage problem. In this paper, we present an advanced Dilated Fully Convolutional Neural Network to address the deficiencies. Taking advantages of the exponential expansion of the receptive field in dilated convolutions, our model can minimize the loss of resolution. It also reduces the amount of parameters significantly by replacing the fully connected layers with the fully convolutional layers. We show experimentally on NYU Depth V2 datasets that the depth prediction obtained from our model is considerably closer to ground truth than that from traditional CNNs techniques.

📄 PDF Abstract BibTeX arXiv:2103.07570

Code (0)

등록된 구현이 없습니다.

Tasks

Depth EstimationDepth Prediction

Similar Papers 제목 키워드 기반

Single image depth estimation by dilated deep residual convolutional neural network and soft-weight-sum inference

2017-04-27 · Bo Li, Yuchao Dai, Huahui Chen, Mingyi He

This paper proposes a new residual convolutional neural network (CNN) architecture for single image depth estimation. Compared with existing deep CNN based methods, our method achieves much better results with fewer trai…

Depth Estimation

Monocular Depth Estimation with Hierarchical Fusion of Dilated CNNs and Soft-Weighted-Sum Inference

2017-08-02 · Bo Li, Yuchao Dai, Mingyi He

Monocular depth estimation is a challenging task in complex compositions depicting multiple objects of diverse scales. Albeit the recent great progress thanks to the deep convolutional neural networks (CNNs), the state-o…

Depth EstimationMonocular Depth EstimationQuantizationSemantic Segmentation

A Graph Attention Spatio-temporal Convolutional Network for 3D Human Pose Estimation in Video

2020-03-11 · Junfa Liu, Juan Rojas, Zhijun Liang, Yihui Li 외

Spatio-temporal information is key to resolve occlusion and depth ambiguity in 3D pose estimation. Previous methods have focused on either temporal contexts or local-to-global architectures that embed fixed-length spatio…

3D Human Pose Estimation3D Pose EstimationGraph AttentionPose Estimation+1

Detail Preserving Depth Estimation from a Single Image Using Attention Guided Networks

2018-09-03 · Zhixiang Hao, Yu Li, ShaoDi You, Feng Lu

Convolutional Neural Networks have demonstrated superior performance on single image depth estimation in recent years. These works usually use stacked spatial pooling or strided convolution to get high-level information …

Depth Estimation

HarmoF0: Logarithmic Scale Dilated Convolution For Pitch Estimation

2022-05-02 · Weixing Wei, Peilin Li, Yi Yu, Wei Li

Sounds, especially music, contain various harmonic components scattered in the frequency dimension. It is difficult for normal convolutional neural networks to observe these overtones. This paper introduces a multiple ra…