paper-with-me

홈 › Papers

Lite-Mono: A Lightweight CNN and Transformer Architecture for Self-Supervised Monocular Depth Estimation

2022-11-23 · CVPR 2023 1 · Ning Zhang, Francesco Nex, George Vosselman, Norman Kerle

Self-supervised monocular depth estimation that does not require ground truth for training has attracted attention in recent years. It is of high interest to design lightweight but effective models so that they can be deployed on edge devices. Many existing architectures benefit from using heavier backbones at the expense of model sizes. This paper achieves comparable results with a lightweight architecture. Specifically, the efficient combination of CNNs and Transformers is investigated, and a hybrid architecture called Lite-Mono is presented. A Consecutive Dilated Convolutions (CDC) module and a Local-Global Features Interaction (LGFI) module are proposed. The former is used to extract rich multi-scale local features, and the latter takes advantage of the self-attention mechanism to encode long-range global information into the features. Experiments demonstrate that Lite-Mono outperforms Monodepth2 by a large margin in accuracy, with about 80% fewer trainable parameters.

📄 PDF Abstract BibTeX arXiv:2211.13202

Code (1)

noahzn/lite-mono 공식 구현 pytorch

Tasks

Depth EstimationMonocular Depth EstimationUnsupervised Monocular Depth Estimation

Similar Papers 제목 키워드 기반

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

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

Monocular Robot Navigation with Self-Supervised Pretrained Vision Transformers

2022-03-07 · Miguel Saavedra-Ruiz, Sacha Morin, Liam Paull

In this work, we consider the problem of learning a perception model for monocular robot navigation using few annotated images. Using a Vision Transformer (ViT) pretrained with a label-free self-supervised method, we suc…

CPUImage SegmentationRobot NavigationSegmentation+1

LiteNeXt: A Novel Lightweight ConvMixer-based Model with Self-embedding Representation Parallel for Medical Image Segmentation

2024-04-04 · Ngoc-Du Tran, Thi-Thao Tran, Quang-Huy Nguyen, Manh-Hung Vu 외

The emergence of deep learning techniques has advanced the image segmentation task, especially for medical images. Many neural network models have been introduced in the last decade bringing the automated segmentation ac…

Data AugmentationDecoderImage SegmentationMedical Image Segmentation+3

A Closer Look at Self-Supervised Lightweight Vision Transformers

2022-05-28 · Shaoru Wang, Jin Gao, Zeming Li, Xiaoqin Zhang 외

Self-supervised learning on large-scale Vision Transformers (ViTs) as pre-training methods has achieved promising downstream performance. Yet, how much these pre-training paradigms promote lightweight ViTs' performance i…

Contrastive Learningimage-classificationImage ClassificationSelf-Supervised Learning