paper-with-me

홈 › Papers

HR-Depth: High Resolution Self-Supervised Monocular Depth Estimation

2020-12-14 · Xiaoyang Lyu, Liang Liu, Mengmeng Wang, Xin Kong, Lina Liu, Yong liu, Xinxin Chen, Yi Yuan

Self-supervised learning shows great potential in monoculardepth estimation, using image sequences as the only source ofsupervision. Although people try to use the high-resolutionimage for depth estimation, the accuracy of prediction hasnot been significantly improved. In this work, we find thecore reason comes from the inaccurate depth estimation inlarge gradient regions, making the bilinear interpolation er-ror gradually disappear as the resolution increases. To obtainmore accurate depth estimation in large gradient regions, itis necessary to obtain high-resolution features with spatialand semantic information. Therefore, we present an improvedDepthNet, HR-Depth, with two effective strategies: (1) re-design the skip-connection in DepthNet to get better high-resolution features and (2) propose feature fusion Squeeze-and-Excitation(fSE) module to fuse feature more efficiently.Using Resnet-18 as the encoder, HR-Depth surpasses all pre-vious state-of-the-art(SoTA) methods with the least param-eters at both high and low resolution. Moreover, previousstate-of-the-art methods are based on fairly complex and deepnetworks with a mass of parameters which limits their realapplications. Thus we also construct a lightweight networkwhich uses MobileNetV3 as encoder. Experiments show thatthe lightweight network can perform on par with many largemodels like Monodepth2 at high-resolution with only20%parameters. All codes and models will be available at https://github.com/shawLyu/HR-Depth.

📄 PDF Abstract BibTeX arXiv:2012.07356

Code (1)

shawLyu/HR-Depth 공식 구현 pytorch

Tasks

Depth EstimationMonocular Depth EstimationSelf-Supervised LearningUnsupervised Monocular Depth EstimationVocal Bursts Intensity Prediction

Methods 이 논문이 사용한 방법론

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…
Pointwise Convolution Pointwise Convolution is a type of convolution that uses a 1x1 kernel: a kernel that iterates through every single point. This…
Sigmoid Activation 설명 없음
Average Pooling 설명 없음
Batch Normalization 설명 없음
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

SuperDepth: Self-Supervised, Super-Resolved Monocular Depth Estimation

2018-10-03 · Sudeep Pillai, Rares Ambrus, Adrien Gaidon

Recent techniques in self-supervised monocular depth estimation are approaching the performance of supervised methods, but operate in low resolution only. We show that high resolution is key towards high-fidelity self-su…

Depth EstimationDepth PredictionImage Super-ResolutionMonocular Depth Estimation+2

RA-Depth: Resolution Adaptive Self-Supervised Monocular Depth Estimation

2022-07-25 · Mu He, Le Hui, Yikai Bian, Jian Ren 외

Existing self-supervised monocular depth estimation methods can get rid of expensive annotations and achieve promising results. However, these methods suffer from severe performance degradation when directly adopting a m…

Data AugmentationDecoderDepth EstimationMonocular Depth Estimation

RTS-Mono: A Real-Time Self-Supervised Monocular Depth Estimation Method for Real-World Deployment

2025-11-18 · Zeyu Cheng, Tongfei Liu, Tao Lei, Xiang Hua 외 arxiv

Depth information is crucial for autonomous driving and intelligent robot navigation. The simplicity and flexibility of self-supervised monocular depth estimation are conducive to its role in these fields. However, most …

Monocular Depth EstimationAutonomous DrivingRobot Navigation

Deep Neighbor Layer Aggregation for Lightweight Self-Supervised Monocular Depth Estimation

2023-09-17 · Wang Boya, Wang Shuo, Ye Dong, Dou Ziwen

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 comple…

Autonomous DrivingDecoderDepth EstimationMonocular Depth Estimation

Multi-resolution Monocular Depth Map Fusion by Self-supervised Gradient-based Composition

2022-12-03 · Yaqiao Dai, Renjiao Yi, Chenyang Zhu, Hongjun He 외

Monocular depth estimation is a challenging problem on which deep neural networks have demonstrated great potential. However, depth maps predicted by existing deep models usually lack fine-grained details due to the conv…

Depth EstimationMonocular Depth Estimation