paper-with-me

Papers

MobileDepth: Efficient Monocular Depth Prediction on Mobile Devices

2020-11-20 · Yekai Wang

Depth prediction is fundamental for many useful applications on computer vision and robotic systems. On mobile phones, the performance of some useful applications such as augmented reality, autofocus and so on could be enhanced by accurate depth prediction. In this work, an efficient fully convolutional network architecture for depth prediction has been proposed, which uses RegNetY 06 as the encoder and split-concatenate shuffle blocks as decoder. At the same time, an appropriate combination of data augmentation, hyper-parameters and loss functions to efficiently train the lightweight network has been provided. Also, an Android application has been developed which can load CNN models to predict depth map by the monocular images captured from the mobile camera and evaluate the average latency and frame per second of the models. As a result, the network achieves 82.7% {\delta}1 accuracy on NYU Depth v2 dataset and at the same time, have only 62ms latency on ARM A76 CPUs so that it can predict the depth map from the mobile camera in real-time.

📄 PDF Abstract BibTeX arXiv:2011.10189

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationDecoderDepth EstimationDepth PredictionPrediction

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Average Pooling 설명 없음
Batch Normalization 설명 없음
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…
Grouped Convolution A Grouped Convolution uses a group of convolutions - multiple kernels per layer - resulting in multiple channel outputs per layer. This leads to wider networks helping a…
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…
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…
Squeeze-and-Excitation Block The Squeeze-and-Excitation Block is an architectural unit designed to improve the representational power of a network by enabling it to perform dynamic channel-wise feature…

Similar Papers 제목 키워드 기반

Lightweight Monocular Depth Estimation via Token-Sharing Transformer

2023-06-09 · Dong-Jae Lee, Jae Young Lee, Hyounguk Shon, Eojindl Yi 외

Depth estimation is an important task in various robotics systems and applications. In mobile robotics systems, monocular depth estimation is desirable since a single RGB camera can be deployable at a low cost and compac…

Depth EstimationDepth PredictionMonocular Depth Estimation

Real-time Monocular Depth Estimation with Sparse Supervision on Mobile

2021-05-25 · Mehmet Kerim Yucel, Valia Dimaridou, Anastasios Drosou, Albert Saà-Garriga

Monocular (relative or metric) depth estimation is a critical task for various applications, such as autonomous vehicles, augmented reality and image editing. In recent years, with the increasing availability of mobile d…

Autonomous VehiclesDepth EstimationGPUKnowledge Distillation+2

Mobile AR Depth Estimation: Challenges & Prospects -- Extended Version

2023-10-22 · Ashkan Ganj, Yiqin Zhao, Hang Su, Tian Guo

Metric depth estimation plays an important role in mobile augmented reality (AR). With accurate metric depth, we can achieve more realistic user interactions such as object placement and occlusion detection. While specia…

Depth EstimationMonocular Depth Estimation

FusionMapping: Learning Depth Prediction with Monocular Images and 2D Laser Scans

2019-11-29 · Peng Yin, Jianing Qian, Yibo Cao, David Held 외

Acquiring accurate three-dimensional depth information conventionally requires expensive multibeam LiDAR devices. Recently, researchers have developed a less expensive option by predicting depth information from two-dime…

Depth EstimationDepth Prediction

METER: a mobile vision transformer architecture for monocular depth estimation

2024-03-13 · L. Papa, P. Russo, I. Amerini

Depth estimation is a fundamental knowledge for autonomous systems that need to assess their own state and perceive the surrounding environment. Deep learning algorithms for depth estimation have gained significant inter…

CPUData AugmentationDepth EstimationGPU+1