中文
相关论文

相关论文: Structured Attention Guided Convolutional Neural F…

200 篇论文

Monocular depth estimation is an essential task for scene understanding. The underlying structure of objects and stuff in a complex scene is critical to recovering accurate and visually-pleasing depth maps. Global structure conveys scene…

计算机视觉与模式识别 · 计算机科学 2019-07-16 Xiaotian Chen , Xuejin Chen , Zheng-Jun Zha

With the frequent use of self-supervised monocular depth estimation in robotics and autonomous driving, the model's efficiency is becoming increasingly important. Most current approaches apply much larger and more complex networks to…

计算机视觉与模式识别 · 计算机科学 2024-01-09 Wang Boya , Wang Shuo , Ye Dong , Dou Ziwen

Convolutional neural networks have enabled major progresses in addressing pixel-level prediction tasks such as semantic segmentation, depth estimation, surface normal prediction and so on, benefiting from their powerful capabilities in…

计算机视觉与模式识别 · 计算机科学 2021-12-16 Guanglei Yang , Paolo Rota , Xavier Alameda-Pineda , Dan Xu , Mingli Ding , Elisa Ricci

Convolutional Neural Networks (CNNs) need large amounts of data with ground truth annotation, which is a challenging problem that has limited the development and fast deployment of CNNs for many computer vision tasks. We propose a novel…

计算机视觉与模式识别 · 计算机科学 2018-03-16 Long Chen , Wen Tang , Nigel John

Pixel-level labelling tasks, such as semantic segmentation, play a central role in image understanding. Recent approaches have attempted to harness the capabilities of deep learning techniques for image recognition to tackle pixel-level…

计算机视觉与模式识别 · 计算机科学 2016-04-15 Shuai Zheng , Sadeep Jayasumana , Bernardino Romera-Paredes , Vibhav Vineet , Zhizhong Su , Dalong Du , Chang Huang , Philip H. S. Torr

Depth estimation is a challenging task of 3D reconstruction to enhance the accuracy sensing of environment awareness. This work brings a new solution with a set of improvements, which increase the quantitative and qualitative understanding…

计算机视觉与模式识别 · 计算机科学 2021-12-14 Armin Masoumian , Hatem A. Rashwan , Saddam Abdulwahab , Julian Cristiano , Domenec Puig

Deep neural networks are applied to a wide range of problems in recent years. In this work, Convolutional Neural Network (CNN) is applied to the problem of determining the depth from a single camera image (monocular depth). Eight different…

计算机视觉与模式识别 · 计算机科学 2018-08-22 S. Bazrafkan , H. Javidnia , J. Lemley , P. Corcoran

This paper aims at understanding the role of multi-scale information in the estimation of depth from monocular images. More precisely, the paper investigates four different deep CNN architectures, designed to explicitly make use of…

计算机视觉与模式识别 · 计算机科学 2018-06-11 Michel Moukari , Sylvaine Picard , Loic Simon , Frédéric Jurie

Monocular depth is important in many tasks, such as 3D reconstruction and autonomous driving. Deep learning based models achieve state-of-the-art performance in this field. A set of novel approaches for estimating monocular depth consists…

计算机视觉与模式识别 · 计算机科学 2022-06-30 Xuanlong Yu , Gianni Franchi , Emanuel Aldea

Depth estimation is a traditional computer vision task, which plays a crucial role in understanding 3D scene geometry. Recently, deep-convolutional-neural-networks based methods have achieved promising results in the monocular depth…

计算机视觉与模式识别 · 计算机科学 2019-01-30 Yuru Chen , Haitao Zhao , Zhengwei Hu

Deep convolutional neural networks (CNN) have achieved great success. On the other hand, modeling structural information has been proved critical in many vision problems. It is of great interest to integrate them effectively. In a classical…

计算机视觉与模式识别 · 计算机科学 2016-11-03 Xiao Chu , Wanli Ouyang , Hongsheng Li , Xiaogang Wang

Self-supervised monocular depth estimation networks are trained to predict scene depth using nearby frames as a supervision signal during training. However, for many applications, sequence information in the form of video frames is also…

计算机视觉与模式识别 · 计算机科学 2021-07-15 Jamie Watson , Oisin Mac Aodha , Victor Prisacariu , Gabriel Brostow , Michael Firman

To improve segmentation performance, a novel neural network architecture (termed DFCN-DCRF) is proposed, which combines an RGB-D fully convolutional neural network (DFCN) with a depth-sensitive fully-connected conditional random field…

计算机视觉与模式识别 · 计算机科学 2018-07-30 Jindong Jiang , Zhijun Zhang , Yongqian Huang , Lunan Zheng

Conditional Random Fields (CRFs) are undirected graphical models, a special case of which correspond to conditionally-trained finite state machines. A key advantage of these models is their great flexibility to include a wide array of…

机器学习 · 计算机科学 2012-12-12 Andrew McCallum

In this paper, we tackle the problem of estimating the depth of a scene from a monocular video sequence. In particular, we handle challenging scenarios, such as non-translational camera motion and dynamic scenes, where traditional structure…

计算机视觉与模式识别 · 计算机科学 2015-11-20 Miaomiao Liu , Mathieu Salzmann , Xuming He

In recent years, monocular depth estimation is applied to understand the surrounding 3D environment and has made great progress. However, there is an ill-posed problem on how to gain depth information directly from a single image. With the…

计算机视觉与模式识别 · 计算机科学 2021-07-15 Meiqi Pei

Depth estimation plays a pivotal role in advancing human-robot interactions, especially in indoor environments where accurate 3D scene reconstruction is essential for tasks like navigation and object handling. Monocular depth estimation,…

计算机视觉与模式识别 · 计算机科学 2025-02-18 Siddiqui Muhammad Yasir , Hyunsik Ahn

We present a method for jointly predicting a depth map and intrinsic images from single-image input. The two tasks are formulated in a synergistic manner through a joint conditional random field (CRF) that is solved using a novel…

计算机视觉与模式识别 · 计算机科学 2016-03-22 Seungryong Kim , Kihong Park , Kwanghoon Sohn , Stephen Lin

We propose a new CNN-CRF end-to-end learning framework, which is based on joint stochastic optimization with respect to both Convolutional Neural Network (CNN) and Conditional Random Field (CRF) parameters. While stochastic gradient descent…

计算机视觉与模式识别 · 计算机科学 2016-09-15 Alexander Kirillov , Dmitrij Schlesinger , Shuai Zheng , Bogdan Savchynskyy , Philip H. S. Torr , Carsten Rother

We propose a novel and principled hybrid CNN+CRF model for stereo estimation. Our model allows to exploit the advantages of both, convolutional neural networks (CNNs) and conditional random fields (CRFs) in an unified approach. The CNNs…

计算机视觉与模式识别 · 计算机科学 2017-05-04 Patrick Knöbelreiter , Christian Reinbacher , Alexander Shekhovtsov , Thomas Pock