paper-with-me

Papers

Structured Attention Guided Convolutional Neural Fields for Monocular Depth Estimation

2018-03-29 · CVPR 2018 6 · Dan Xu, Wei Wang, Hao Tang, Hong Liu, Nicu Sebe, Elisa Ricci

Recent works have shown the benefit of integrating Conditional Random Fields (CRFs) models into deep architectures for improving pixel-level prediction tasks. Following this line of research, in this paper we introduce a novel approach for monocular depth estimation. Similarly to previous works, our method employs a continuous CRF to fuse multi-scale information derived from different layers of a front-end Convolutional Neural Network (CNN). Differently from past works, our approach benefits from a structured attention model which automatically regulates the amount of information transferred between corresponding features at different scales. Importantly, the proposed attention model is seamlessly integrated into the CRF, allowing end-to-end training of the entire architecture. Our extensive experimental evaluation demonstrates the effectiveness of the proposed method which is competitive with previous methods on the KITTI benchmark and outperforms the state of the art on the NYU Depth V2 dataset.

📄 PDF Abstract BibTeX arXiv:1803.11029

Code (1)

danxuhk/StructuredAttentionDepthEstimation 공식 구현 pytorch

Tasks

Depth EstimationMonocular Depth Estimation

Methods 이 논문이 사용한 방법론

CRF Conditional Random Fields or CRFs are a type of probabilistic graph model that take neighboring sample context into account for tasks like classification. Prediction is…

Similar Papers 제목 키워드 기반

AGG-Net: Attention Guided Gated-convolutional Network for Depth Image Completion

2023-09-04 · ICCV 2023 1 · Dongyue Chen, Tingxuan Huang, Zhimin Song, Shizhuo Deng 외

Recently, stereo vision based on lightweight RGBD cameras has been widely used in various fields. However, limited by the imaging principles, the commonly used RGB-D cameras based on TOF, structured light, or binocular v…

Learning Depth from Single Monocular Images Using Deep Convolutional Neural Fields

2015-02-26 · Fayao Liu, Chunhua Shen, Guosheng Lin, Ian Reid

In this article, we tackle the problem of depth estimation from single monocular images. Compared with depth estimation using multiple images such as stereo depth perception, depth from monocular images is much more chal…

Depth Estimation

Probabilistic Graph Attention Network with Conditional Kernels for Pixel-Wise Prediction

2021-01-08 · Dan Xu, Xavier Alameda-Pineda, Wanli Ouyang, Elisa Ricci 외

Multi-scale representations deeply learned via convolutional neural networks have shown tremendous importance for various pixel-level prediction problems. In this paper we present a novel approach that advances the state…

Depth EstimationGraph AttentionMonocular Depth EstimationPrediction+1

Lightweight Monocular Depth Estimation with an Edge Guided Network

2022-09-29 · Xingshuai Dong, Matthew A. Garratt, Sreenatha G. Anavatti, Hussein A. Abbass 외

Monocular depth estimation is an important task that can be applied to many robotic applications. Existing methods focus on improving depth estimation accuracy via training increasingly deeper and wider networks, however…

DecoderDepth EstimationGPUMonocular Depth Estimation

Unstructured Road Segmentation using Hypercolumn based Random Forests of Local experts

2022-07-23 · Prassanna Ganesh Ravishankar, Antonio M. Lopez, Gemma M. Sanchez

Monocular vision based road detection methods are mostly based on machine learning methods, relying on classification and feature extraction accuracy, and suffer from appearance, illumination and weather changes. Traditi…

Road SegmentationSuperpixels