paper-with-me

Papers

Dyna-DepthFormer: Multi-frame Transformer for Self-Supervised Depth Estimation in Dynamic Scenes

2023-01-14 · Songchun Zhang, Chunhui Zhao

Self-supervised methods have showed promising results on depth estimation task. However, previous methods estimate the target depth map and camera ego-motion simultaneously, underusing multi-frame correlation information and ignoring the motion of dynamic objects. In this paper, we propose a novel Dyna-Depthformer framework, which predicts scene depth and 3D motion field jointly and aggregates multi-frame information with transformer. Our contributions are two-fold. First, we leverage multi-view correlation through a series of self- and cross-attention layers in order to obtain enhanced depth feature representation. Specifically, we use the perspective transformation to acquire the initial reference point, and use deformable attention to reduce the computational cost. Second, we propose a warping-based Motion Network to estimate the motion field of dynamic objects without using semantic prior. To improve the motion field predictions, we propose an iterative optimization strategy, together with a sparsity-regularized loss. The entire pipeline achieves end-to-end self-supervised training by constructing a minimum reprojection loss. Extensive experiments on the KITTI and Cityscapes benchmarks demonstrate the effectiveness of our method and show that our method outperforms state-of-the-art algorithms.

📄 PDF Abstract BibTeX arXiv:2301.05871

Code (0)

등록된 구현이 없습니다.

Tasks

Depth Estimation

Similar Papers 제목 키워드 기반

Multi-Frame Self-Supervised Depth with Transformers

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

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 revis…

Depth EstimationMonocular Depth Estimation

Depthformer : Multiscale Vision Transformer For Monocular Depth Estimation With Local Global Information Fusion

2022-07-10 · Ashutosh Agarwal, Chetan Arora

Attention-based models such as transformers have shown outstanding performance on dense prediction tasks, such as semantic segmentation, owing to their capability of capturing long-range dependency in an image. However, …

DecoderDepth EstimationDepth PredictionMonocular Depth Estimation+1

FocDepthFormer: Transformer with latent LSTM for Depth Estimation from Focal Stack

2023-10-17 · Xueyang Kang, Fengze Han, Abdur R. Fayjie, Patrick Vandewalle 외

Most existing methods for depth estimation from a focal stack of images employ convolutional neural networks (CNNs) using 2D or 3D convolutions over a fixed set of images. However, their effectiveness is constrained by t…

DecoderDepth Estimation

DepthFormer: Multimodal Positional Encodings and Cross-Input Attention for Transformer-Based Segmentation Networks

2022-11-08 · Francesco Barbato, Giulia Rizzoli, Pietro Zanuttigh

Most approaches for semantic segmentation use only information from color cameras to parse the scenes, yet recent advancements show that using depth data allows to further improve performances. In this work, we focus on …

SegmentationSemantic Segmentation

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