paper-with-me

홈 › Papers

How Far Can I Go ? : A Self-Supervised Approach for Deterministic Video Depth Forecasting

2022-07-01 · Sauradip Nag, Nisarg Shah, Anran Qi, Raghavendra Ramachandra

In this paper we present a novel self-supervised method to anticipate the depth estimate for a future, unobserved real-world urban scene. This work is the first to explore self-supervised learning for estimation of monocular depth of future unobserved frames of a video. Existing works rely on a large number of annotated samples to generate the probabilistic prediction of depth for unseen frames. However, this makes it unrealistic due to its requirement for large amount of annotated depth samples of video. In addition, the probabilistic nature of the case, where one past can have multiple future outcomes often leads to incorrect depth estimates. Unlike previous methods, we model the depth estimation of the unobserved frame as a view-synthesis problem, which treats the depth estimate of the unseen video frame as an auxiliary task while synthesizing back the views using learned pose. This approach is not only cost effective - we do not use any ground truth depth for training (hence practical) but also deterministic (a sequence of past frames map to an immediate future). To address this task we first develop a novel depth forecasting network DeFNet which estimates depth of unobserved future by forecasting latent features. Second, we develop a channel-attention based pose estimation network that estimates the pose of the unobserved frame. Using this learned pose, estimated depth map is reconstructed back into the image domain, thus forming a self-supervised solution. Our proposed approach shows significant improvements in Abs Rel metric compared to state-of-the-art alternatives on both short and mid-term forecasting setting, benchmarked on KITTI and Cityscapes. Code is available at https://github.com/sauradip/depthForecasting

📄 PDF Abstract BibTeX arXiv:2207.00506

Code (1)

sauradip/depthforecasting 공식 구현

Tasks

Depth EstimationPose EstimationSelf-Supervised Learning

Similar Papers 제목 키워드 기반

STDepthFormer: Predicting Spatio-temporal Depth from Video with a Self-supervised Transformer Model

2023-03-02 · Houssem Boulahbal, Adrian Voicila, Andrew Comport

In this paper, a self-supervised model that simultaneously predicts a sequence of future frames from video-input with a novel spatial-temporal attention (ST) network is proposed. The ST transformer network allows constra…

Depth EstimationDepth Predictionobject-detectionObject Detection

Forecasting of depth and ego-motion with transformers and self-supervision

2022-06-15 · Houssem Boulahbal, Adrian Voicila, Andrew Comport

This paper addresses the problem of end-to-end self-supervised forecasting of depth and ego motion. Given a sequence of raw images, the aim is to forecast both the geometry and ego-motion using a self supervised photomet…

Inductive Bias

On depth prediction for autonomous driving using self-supervised learning

2024-03-10 · Houssem Boulahbal

Perception of the environment is a critical component for enabling autonomous driving. It provides the vehicle with the ability to comprehend its surroundings and make informed decisions. Depth prediction plays a pivotal…

Autonomous DrivingDepth EstimationDepth PredictionSelf-Supervised Learning

Momentum-Guided Semantic Forecasting (MoFore) for Self-Supervised Video Representation Learning

2026-06-08 · Qinwu Xu arxiv

Self-supervised video representation learning has recently advanced through contrastive learning, masked reconstruction, and predictive representation learning. Reconstruction-based approaches such as MAE and VideoMAE le…

Representation LearningContrastive Learning

Self-Supervised Human Depth Estimation from Monocular Videos

2020-05-07 · CVPR 2020 6 · Feitong Tan, Hao Zhu, Zhaopeng Cui, Siyu Zhu 외

Previous methods on estimating detailed human depth often require supervised training with `ground truth' depth data. This paper presents a self-supervised method that can be trained on YouTube videos without known depth…

Depth EstimationSelf-Supervised Learning