paper-with-me

Papers

Multi-Frame Self-Supervised Depth with Transformers

2022-04-15 · CVPR 2022 1 · Vitor Guizilini, Rares Ambrus, Dian Chen, Sergey Zakharov, Adrien Gaidon

Multi-frame depth estimation improves over single-frame approaches by also leveraging geometric relationships between images via feature matching, in addition to learning appearance-based features. In this paper we revisit feature matching for self-supervised monocular depth estimation, and propose a novel transformer architecture for cost volume generation. We use depth-discretized epipolar sampling to select matching candidates, and refine predictions through a series of self- and cross-attention layers. These layers sharpen the matching probability between pixel features, improving over standard similarity metrics prone to ambiguities and local minima. The refined cost volume is decoded into depth estimates, and the whole pipeline is trained end-to-end from videos using only a photometric objective. Experiments on the KITTI and DDAD datasets show that our DepthFormer architecture establishes a new state of the art in self-supervised monocular depth estimation, and is even competitive with highly specialized supervised single-frame architectures. We also show that our learned cross-attention network yields representations transferable across datasets, increasing the effectiveness of pre-training strategies. Project page: https://sites.google.com/tri.global/depthformer

📄 PDF Abstract BibTeX arXiv:2204.07616

Code (0)

등록된 구현이 없습니다.

Tasks

Depth EstimationMonocular Depth Estimation

Similar Papers 제목 키워드 기반

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

TransDSSL: Transformer based Depth Estimation via Self-Supervised Learning

2022-08-05 · journal 2022 8 · Daechan Han, Jeongmin Shin, Namil Kim, Soomnim Hwang 외

Recently, transformers have been widely adopted for various computer vision tasks and show promising results due to their ability to encode long-range spatial dependencies in an image effectively. However, very few studi…

DecoderDepth EstimationMonocular Depth EstimationSelf-Supervised Learning+1

Transformers in Self-Supervised Monocular Depth Estimation with Unknown Camera Intrinsics

2022-02-07 · Arnav Varma, Hemang Chawla, Bahram Zonooz, Elahe Arani

The advent of autonomous driving and advanced driver assistance systems necessitates continuous developments in computer vision for 3D scene understanding. Self-supervised monocular depth estimation, a method for pixel-w…

Autonomous DrivingDepth EstimationDepth Predictionimage-classification+3

Self-supervised Pretraining and Finetuning for Monocular Depth and Visual Odometry

2024-06-16 · Boris Chidlovskii, Leonid Antsfeld

For the task of simultaneous monocular depth and visual odometry estimation, we propose learning self-supervised transformer-based models in two steps. Our first step consists in a generic pretraining to learn 3D geometr…

3D geometryDepth EstimationDepth PredictionVisual Odometry

MonoViT: Self-Supervised Monocular Depth Estimation with a Vision Transformer

2022-08-06 · Chaoqiang Zhao, Youmin Zhang, Matteo Poggi, Fabio Tosi 외

Self-supervised monocular depth estimation is an attractive solution that does not require hard-to-source depth labels for training. Convolutional neural networks (CNNs) have recently achieved great success in this task.…

Depth EstimationDepth PredictionMonocular Depth EstimationUnsupervised Monocular Depth Estimation