paper-with-me

Papers

Improving 360 Monocular Depth Estimation via Non-local Dense Prediction Transformer and Joint Supervised and Self-supervised Learning

2021-09-22 · IlWi Yun, Hyuk-Jae Lee, Chae Eun Rhee

Due to difficulties in acquiring ground truth depth of equirectangular (360) images, the quality and quantity of equirectangular depth data today is insufficient to represent the various scenes in the world. Therefore, 360 depth estimation studies, which relied solely on supervised learning, are destined to produce unsatisfactory results. Although self-supervised learning methods focusing on equirectangular images (EIs) are introduced, they often have incorrect or non-unique solutions, causing unstable performance. In this paper, we propose 360 monocular depth estimation methods which improve on the areas that limited previous studies. First, we introduce a self-supervised 360 depth learning method that only utilizes gravity-aligned videos, which has the potential to eliminate the needs for depth data during the training procedure. Second, we propose a joint learning scheme realized by combining supervised and self-supervised learning. The weakness of each learning is compensated, thus leading to more accurate depth estimation. Third, we propose a non-local fusion block, which can further retain the global information encoded by vision transformer when reconstructing the depths. With the proposed methods, we successfully apply the transformer to 360 depth estimations, to the best of our knowledge, which has not been tried before. On several benchmarks, our approach achieves significant improvements over previous works and establishes a state of the art.

📄 PDF Abstract BibTeX arXiv:2109.10563

Code (1)

yuniw18/Joint_360depth pytorch

Tasks

Depth EstimationMonocular Depth EstimationSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Multi-Head Attention 설명 없음
Residual Connection 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

RadarCam-Depth: Radar-Camera Fusion for Depth Estimation with Learned Metric Scale

2024-01-09 · Han Li, Yukai Ma, Yaqing Gu, Kewei Hu 외

We present a novel approach for metric dense depth estimation based on the fusion of a single-view image and a sparse, noisy Radar point cloud. The direct fusion of heterogeneous Radar and image data, or their encodings,…

Depth EstimationDepth Prediction

AnchorD: Metric Grounding of Monocular Depth Using Factor Graphs

2026-05-04 · Simon Dorer, Martin Büchner, Nick Heppert, Abhinav Valada arxiv

Dense and accurate depth estimation is essential for robotic manipulation, grasping, and navigation, yet currently available depth sensors are prone to errors on transparent, specular, and general non-Lambertian surfaces…

Monocular Depth Estimation

SLAM Endoscopy enhanced by adversarial depth prediction

2019-06-29 · Richard J. Chen, Taylor L. Bobrow, Thomas Athey, Faisal Mahmood 외

Medical endoscopy remains a challenging application for simultaneous localization and mapping (SLAM) due to the sparsity of image features and size constraints that prevent direct depth-sensing. We present a SLAM approac…

Depth EstimationDepth PredictionMonocular Depth EstimationPrediction+1

Dense Prediction Transformer for Scale Estimation in Monocular Visual Odometry

2022-10-04 · André O. Françani, Marcos R. O. A. Maximo

Monocular visual odometry consists of the estimation of the position of an agent through images of a single camera, and it is applied in autonomous vehicles, medical robots, and augmented reality. However, monocular syst…

Autonomous VehiclesMonocular Visual OdometryPositionVisual Odometry

SwinDepth: Unsupervised Depth Estimation using Monocular Sequences via Swin Transformer and Densely Cascaded Network

2023-01-17 · Dongseok Shim, H. Jin Kim

Monocular depth estimation plays a critical role in various computer vision and robotics applications such as localization, mapping, and 3D object detection. Recently, learning-based algorithms achieve huge success in de…

3D Object DetectionDecoderDepth EstimationMonocular Depth Estimation+2