paper-with-me

홈 › Papers

Self-Supervised Enhancement for Depth from a Lightweight ToF Sensor with Monocular Images

2025-06-16 · Laiyan Ding, Hualie Jiang, Jiwei Chen, Rui Huang

Depth map enhancement using paired high-resolution RGB images offers a cost-effective solution for improving low-resolution depth data from lightweight ToF sensors. Nevertheless, naively adopting a depth estimation pipeline to fuse the two modalities requires groundtruth depth maps for supervision. To address this, we propose a self-supervised learning framework, SelfToF, which generates detailed and scale-aware depth maps. Starting from an image-based self-supervised depth estimation pipeline, we add low-resolution depth as inputs, design a new depth consistency loss, propose a scale-recovery module, and finally obtain a large performance boost. Furthermore, since the ToF signal sparsity varies in real-world applications, we upgrade SelfToF to SelfToF* with submanifold convolution and guided feature fusion. Consequently, SelfToF* maintain robust performance across varying sparsity levels in ToF data. Overall, our proposed method is both efficient and effective, as verified by extensive experiments on the NYU and ScanNet datasets. The code is available at \href{https://github.com/denyingmxd/selftof}{https://github.com/denyingmxd/selftof}.

📄 PDF Abstract BibTeX arXiv:2506.13444

Code (2)

denyingmxd/selftof 공식 구현 pytorch
denyingmxd/cfpnet pytorch

Tasks

Depth EstimationSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Submanifold Convolution Submanifold Convolution (SC) is a spatially sparse convolution operation used for tasks with sparse data like semantic…
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 제목 키워드 기반

Unsupervised Learning of Dense Optical Flow, Depth and Egomotion from Sparse Event Data

2018-09-23 · Chengxi Ye, Anton Mitrokhin, Cornelia Fermüller, James A. Yorke 외

In this work we present a lightweight, unsupervised learning pipeline for \textit{dense} depth, optical flow and egomotion estimation from sparse event output of the Dynamic Vision Sensor (DVS). To tackle this low level …

DecoderGPUOptical Flow Estimation

PuriLight: A Lightweight Shuffle and Purification Framework for Monocular Depth Estimation

2026-02-11 · Yujie Chen, Li Zhang, Xiaomeng Chu, Tian Zhang arxiv

We propose PuriLight, a lightweight and efficient framework for self-supervised monocular depth estimation, to address the dual challenges of computational efficiency and detail preservation. While recent advances in sel…

Monocular Depth EstimationComputational Efficiency

XiDepth: a Lightweight and Efficient Network for Self-supervised Monocular Depth Estimation

2026-08-04 · Elena Izzo, Riccardo Toniolo, Lamberto Ballan arxiv

Self-supervised monocular depth estimation has emerged as an appealing solution to design lightweight and effective models for deployment on computationally constrained devices due to its reduced reliance on expensive de…

Monocular Depth Estimation

Evo-Depth: A Lightweight Depth-Enhanced Vision-Language-Action Model

2026-05-14 · Tao Lin, Yuxin Du, Jiting Liu, Nuobei Zhu 외 arxiv

Vision-Language-Action models have emerged as a promising paradigm for robotic manipulation by unifying perception, language grounding, and action generation. However, they often struggle in scenarios requiring precise s…

Point Clouds

SelfReDepth: Self-Supervised Real-Time Depth Restoration for Consumer-Grade Sensors

2024-06-05 · Alexandre Duarte, Francisco Fernandes, João M. Pereira, Catarina Moreira 외

Depth maps produced by consumer-grade sensors suffer from inaccurate measurements and missing data from either system or scene-specific sources. Data-driven denoising algorithms can mitigate such problems. However, they …

DenoisingMixed RealitySelf-Supervised Learning