paper-with-me

홈 › Papers

Unifying Flow, Stereo and Depth Estimation

2022-11-10 · Haofei Xu, Jing Zhang, Jianfei Cai, Hamid Rezatofighi, Fisher Yu, DaCheng Tao, Andreas Geiger

We present a unified formulation and model for three motion and 3D perception tasks: optical flow, rectified stereo matching and unrectified stereo depth estimation from posed images. Unlike previous specialized architectures for each specific task, we formulate all three tasks as a unified dense correspondence matching problem, which can be solved with a single model by directly comparing feature similarities. Such a formulation calls for discriminative feature representations, which we achieve using a Transformer, in particular the cross-attention mechanism. We demonstrate that cross-attention enables integration of knowledge from another image via cross-view interactions, which greatly improves the quality of the extracted features. Our unified model naturally enables cross-task transfer since the model architecture and parameters are shared across tasks. We outperform RAFT with our unified model on the challenging Sintel dataset, and our final model that uses a few additional task-specific refinement steps outperforms or compares favorably to recent state-of-the-art methods on 10 popular flow, stereo and depth datasets, while being simpler and more efficient in terms of model design and inference speed.

📄 PDF Abstract BibTeX arXiv:2211.05783

Code (1)

autonomousvision/unimatch 공식 구현 pytorch

Tasks

Depth EstimationOptical Flow EstimationStereo Depth EstimationStereo Matching

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Position-Wise Feed-Forward Layer 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
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$…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Feature-Level Collaboration: Joint Unsupervised Learning of Optical Flow, Stereo Depth and Camera Motion

2021-06-19 · CVPR 2021 1 · Cheng Chi, Qingjie Wang, Tianyu Hao, Peng Guo 외

Precise estimation of optical flow, stereo depth and camera motion are important for the real-world 3D scene understanding and visual perception. Since the three tasks are tightly coupled with the inherent 3D geometr…

Camera Pose EstimationDecoderDepth And Camera MotionDepth Estimation+5

Learning Residual Flow as Dynamic Motion from Stereo Videos

2019-09-16 · Seokju Lee, Sunghoon Im, Stephen Lin, In So Kweon

We present a method for decomposing the 3D scene flow observed from a moving stereo rig into stationary scene elements and dynamic object motion. Our unsupervised learning framework jointly reasons about the camera motio…

Depth And Camera MotionMotion EstimationOptical Flow EstimationStereo Matching+2

UnOS: Unified Unsupervised Optical-Flow and Stereo-Depth Estimation by Watching Videos

2019-06-01 · CVPR 2019 6 · Yang Wang, Peng Wang, Zhenheng Yang, Chenxu Luo 외

In this paper, we propose UnOS, an unified system for unsupervised optical flow and stereo depth estimation using convolutional neural network (CNN) by taking advantages of their inherent geometrical consistency based on…

Depth EstimationMotion SegmentationOptical Flow EstimationStereo Depth Estimation+1

2T-UNET: A Two-Tower UNet with Depth Clues for Robust Stereo Depth Estimation

2022-10-27 · Rohit Choudhary, Mansi Sharma, Rithvik Anil

Stereo correspondence matching is an essential part of the multi-step stereo depth estimation process. This paper revisits the depth estimation problem, avoiding the explicit stereo matching step using a simple two-tower…

Depth EstimationStereo Depth EstimationStereo Matching

Joint Unsupervised Learning of Optical Flow and Depth by Watching Stereo Videos

2018-10-08 · Yang Wang, Zhenheng Yang, Peng Wang, Yi Yang 외

Learning depth and optical flow via deep neural networks by watching videos has made significant progress recently. In this paper, we jointly solve the two tasks by exploiting the underlying geometric rules within stereo…

Motion EstimationOptical Flow Estimation