paper-with-me

Papers

SVDC: Consistent Direct Time-of-Flight Video Depth Completion with Frequency Selective Fusion

2025-03-03 · CVPR 2025 1 · Xuan Zhu, Jijun Xiang, Xianqi Wang, Longliang Liu, Yu Wang, Hong Zhang, Fei Guo, Xin Yang

Lightweight direct Time-of-Flight (dToF) sensors are ideal for 3D sensing on mobile devices. However, due to the manufacturing constraints of compact devices and the inherent physical principles of imaging, dToF depth maps are sparse and noisy. In this paper, we propose a novel video depth completion method, called SVDC, by fusing the sparse dToF data with the corresponding RGB guidance. Our method employs a multi-frame fusion scheme to mitigate the spatial ambiguity resulting from the sparse dToF imaging. Misalignment between consecutive frames during multi-frame fusion could cause blending between object edges and the background, which results in a loss of detail. To address this, we introduce an adaptive frequency selective fusion (AFSF) module, which automatically selects convolution kernel sizes to fuse multi-frame features. Our AFSF utilizes a channel-spatial enhancement attention (CSEA) module to enhance features and generates an attention map as fusion weights. The AFSF ensures edge detail recovery while suppressing high-frequency noise in smooth regions. To further enhance temporal consistency, We propose a cross-window consistency loss to ensure consistent predictions across different windows, effectively reducing flickering. Our proposed SVDC achieves optimal accuracy and consistency on the TartanAir and Dynamic Replica datasets. Code is available at https://github.com/Lan1eve/SVDC.

📄 PDF Abstract BibTeX arXiv:2503.01257

Code (1)

lan1eve/svdc 공식 구현 pytorch

Tasks

Depth Completion

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
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 제목 키워드 기반

Video-Based Prediction of In-Flight Particle Characteristics in Atmospheric Plasma Spraying

2026-06-05 · Abhijeet Praveen, Sareh Soleimani, Cormac Cureton, Aman Sidhu 외 arxiv

Atmospheric plasma spraying (APS) is a widely used coating process in which in-flight particle temperature and velocity strongly influence coating quality. However, these particle characteristics are difficult to monitor…

Consistent Direct Time-of-Flight Video Depth Super-Resolution

2022-11-16 · CVPR 2023 1 · Zhanghao Sun, Wei Ye, Jinhui Xiong, Gyeongmin Choe 외

Direct time-of-flight (dToF) sensors are promising for next-generation on-device 3D sensing. However, limited by manufacturing capabilities in a compact module, the dToF data has a low spatial resolution (e.g., $\sim 20\…

Super-Resolution

Think Like a Pilot: Fine-Grained Long-Horizon UAV Navigation

2026-06-05 · Xiangyi Zheng, Xiangyu Wang, Qinan Liao, Zimu Tang 외 arxiv

Language-guided UAV agents must execute long-horizon semantic instructions while producing smooth, physically feasible continuous flight commands, yet existing Vision-Language Navigation (VLN) benchmarks typically use di…

Vision-Language NavigationContinuous Control

TIMo -- A Dataset for Indoor Building Monitoring with a Time-of-Flight Camera

2021-08-27 · Pascal Schneider, Yuriy Anisimov, Raisul Islam, Bruno Mirbach 외

We present TIMo (Time-of-flight Indoor Monitoring), a dataset for video-based monitoring of indoor spaces captured using a time-of-flight (ToF) camera. The resulting depth videos feature people performing a set of differ…

Anomaly DetectionHuman Detection

Multi range Real-time depth inference from a monocular stabilized footage using a Fully Convolutional Neural Network

2018-09-12 · Clément Pinard, Laure Chevalley, Antoine Manzanera, David Filliat

Using a neural network architecture for depth map inference from monocular stabilized videos with application to UAV videos in rigid scenes, we propose a multi-range architecture for unconstrained UAV flight, leveraging …