paper-with-me

홈 › Papers

RomniStereo: Recurrent Omnidirectional Stereo Matching

2024-01-09 · Hualie Jiang, Rui Xu, Minglang Tan, Wenjie Jiang

Omnidirectional stereo matching (OSM) is an essential and reliable means for $360^{\circ}$ depth sensing. However, following earlier works on conventional stereo matching, prior state-of-the-art (SOTA) methods rely on a 3D encoder-decoder block to regularize the cost volume, causing the whole system complicated and sub-optimal results. Recently, the Recurrent All-pairs Field Transforms (RAFT) based approach employs the recurrent update in 2D and has efficiently improved image-matching tasks, ie, optical flow, and stereo matching. To bridge the gap between OSM and RAFT, we mainly propose an opposite adaptive weighting scheme to seamlessly transform the outputs of spherical sweeping of OSM into the required inputs for the recurrent update, thus creating a recurrent omnidirectional stereo matching (RomniStereo) algorithm. Furthermore, we introduce two techniques, ie, grid embedding and adaptive context feature generation, which also contribute to RomniStereo's performance. Our best model improves the average MAE metric by 40.7\% over the previous SOTA baseline across five datasets. When visualizing the results, our models demonstrate clear advantages on both synthetic and realistic examples. The code is available at \url{https://github.com/HalleyJiang/RomniStereo}.

📄 PDF Abstract BibTeX arXiv:2401.04345

Code (1)

halleyjiang/romnistereo 공식 구현 pytorch

Tasks

DecoderOptical Flow EstimationStereo Matching

Methods 이 논문이 사용한 방법론

MAE 설명 없음

Similar Papers 제목 키워드 기반

Boosting Omnidirectional Stereo Matching with a Pre-trained Depth Foundation Model

2025-03-30 · Jannik Endres, Oliver Hahn, Charles Corbière, Simone Schaub-Meyer 외

Omnidirectional depth perception is essential for mobile robotics applications that require scene understanding across a full 360{\deg} field of view. Camera-based setups offer a cost-effective option by using stereo dep…

Depth EstimationMonocular Depth EstimationOmnnidirectional Stereo Depth EstimationScene Understanding+2

Uniform Subdivision of Omnidirectional Camera Space for Efficient Spherical Stereo Matching

2022-01-01 · CVPR 2022 1 · Donghun Kang, Hyeonjoong Jang, Jungeon Lee, Chong-Min Kyung 외

Omnidirectional cameras have been used widely to better understand surrounding environments. They are often configured as stereo to estimate depth. However, due to the optics of the fisheye lens, conventional epipola…

ARCStereo Matching

H-OmniStereo: Zero-Shot Omnidirectional Stereo Matching with Heading-Aligned Normal Priors

2026-05-14 · Chenxing Jiang, Zhe Tong, Pusen Gao, Peize Liu 외 arxiv

Stereo matching on top-bottom equirectangular images provides an effective framework for full-surround perception, as vertically aligned epipolar lines enable the use of advanced perspective stereo architectures that are…

PanoDepth: A Two-Stage Approach for Monocular Omnidirectional Depth Estimation

2022-02-02 · Yuyan Li, Zhixin Yan, Ye Duan, Liu Ren

Omnidirectional 3D information is essential for a wide range of applications such as Virtual Reality, Autonomous Driving, Robotics, etc. In this paper, we propose a novel, model-agnostic, two-stage pipeline for omnidirec…

Autonomous DrivingDepth EstimationMonocular Depth EstimationStereo Matching+1

OmniMVS: End-to-End Learning for Omnidirectional Stereo Matching

2019-08-17 · ICCV 2019 10 · Changhee Won, Jongbin Ryu, Jongwoo Lim

In this paper, we propose a novel end-to-end deep neural network model for omnidirectional depth estimation from a wide-baseline multi-view stereo setup. The images captured with ultra wide field-of-view (FOV) cameras on…

DecoderDepth EstimationStereo MatchingStereo Matching Hand