paper-with-me

Papers

Depth Estimation Algorithm Based on Transformer-Encoder and Feature Fusion

2024-03-03 · Linhan Xia, Junbang Liu, Tong Wu

This research presents a novel depth estimation algorithm based on a Transformer-encoder architecture, tailored for the NYU and KITTI Depth Dataset. This research adopts a transformer model, initially renowned for its success in natural language processing, to capture intricate spatial relationships in visual data for depth estimation tasks. A significant innovation of the research is the integration of a composite loss function that combines Structural Similarity Index Measure (SSIM) with Mean Squared Error (MSE). This combined loss function is designed to ensure the structural integrity of the predicted depth maps relative to the original images (via SSIM) while minimizing pixel-wise estimation errors (via MSE). This research approach addresses the challenges of over-smoothing often seen in MSE-based losses and enhances the model's ability to predict depth maps that are not only accurate but also maintain structural coherence with the input images. Through rigorous training and evaluation using the NYU Depth Dataset, the model demonstrates superior performance, marking a significant advancement in single-image depth estimation, particularly in complex indoor and traffic environments.

📄 PDF Abstract BibTeX arXiv:2403.01370

Code (0)

등록된 구현이 없습니다.

Tasks

Depth EstimationSSIM

Similar Papers 제목 키워드 기반

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

DEHRFormer: Real-time Transformer for Depth Estimation and Haze Removal from Varicolored Haze Scenes

2023-03-13 · Sixiang Chen, Tian Ye, Jun Shi, Yun Liu 외

Varicolored haze caused by chromatic casts poses haze removal and depth estimation challenges. Recent learning-based depth estimation methods are mainly targeted at dehazing first and estimating depth subsequently from h…

Contrastive LearningDepth Estimation

HiMODE: A Hybrid Monocular Omnidirectional Depth Estimation Model

2022-04-11 · Masum Shah Junayed, Arezoo Sadeghzadeh, Md Baharul Islam, Lai-Kuan Wong 외

Monocular omnidirectional depth estimation is receiving considerable research attention due to its broad applications for sensing 360{\deg} surroundings. Existing approaches in this field suffer from limitations in recov…

DecoderDepth EstimationmodelMonocular Depth Estimation

High-Resolution Synthetic RGB-D Datasets for Monocular Depth Estimation

2023-05-02 · Aakash Rajpal, Noshaba Cheema, Klaus Illgner-Fehns, Philipp Slusallek 외

Accurate depth maps are essential in various applications, such as autonomous driving, scene reconstruction, point-cloud creation, etc. However, monocular-depth estimation (MDE) algorithms often fail to provide enough te…

Autonomous DrivingDepth EstimationDepth PredictionMonocular Depth Estimation+1

Hybrid Transformer Based Feature Fusion for Self-Supervised Monocular Depth Estimation

2022-11-20 · Snehal Singh Tomar, Maitreya Suin, A. N. Rajagopalan

With an unprecedented increase in the number of agents and systems that aim to navigate the real world using visual cues and the rising impetus for 3D Vision Models, the importance of depth estimation is hard to understa…

Depth EstimationDepth PredictionMonocular Depth EstimationNavigate