中文
相关论文

相关论文: SEA-RAFT: Simple, Efficient, Accurate RAFT for Opt…

200 篇论文

We introduce Recurrent All-Pairs Field Transforms (RAFT), a new deep network architecture for optical flow. RAFT extracts per-pixel features, builds multi-scale 4D correlation volumes for all pairs of pixels, and iteratively updates a flow…

计算机视觉与模式识别 · 计算机科学 2020-08-26 Zachary Teed , Jia Deng

Despite significant progress in deep learning-based optical flow methods, accurately estimating large displacements and repetitive patterns remains a challenge. The limitations of local features and similarity search patterns used in these…

计算机视觉与模式识别 · 计算机科学 2024-01-02 Navid Eslami , Farnoosh Arefi , Amir M. Mansourian , Shohreh Kasaei

How important are training details and datasets to recent optical flow models like RAFT? And do they generalize? To explore these questions, rather than develop a new model, we revisit three prominent models, PWC-Net, IRR-PWC and RAFT, with…

计算机视觉与模式识别 · 计算机科学 2022-09-21 Deqing Sun , Charles Herrmann , Fitsum Reda , Michael Rubinstein , David Fleet , William T. Freeman

We introduce Warping-Alone Field Transforms (WAFT), a simple and effective method for optical flow. WAFT is similar to RAFT but replaces cost volume with high-resolution warping, achieving better accuracy with lower memory cost. This design…

计算机视觉与模式识别 · 计算机科学 2026-02-09 Yihan Wang , Jia Deng

In this report, we present our optical flow approach, MS-RAFT+, that won the Robust Vision Challenge 2022. It is based on the MS-RAFT method, which successfully integrates several multi-scale concepts into single-scale RAFT. Our approach…

计算机视觉与模式识别 · 计算机科学 2025-05-29 Azin Jahedi , Maximilian Luz , Lukas Mehl , Marc Rivinius , Andrés Bruhn

Recent optical flow estimation methods often employ local cost sampling from a dense all-pairs correlation volume. This results in quadratic computational and memory complexity in the number of pixels. Although an alternative…

计算机视觉与模式识别 · 计算机科学 2026-05-27 Karlis Martins Briedis , Markus Gross , Christopher Schroers

Many classical and learning-based optical flow methods rely on hierarchical concepts to improve both accuracy and robustness. However, one of the currently most successful approaches -- RAFT -- hardly exploits such concepts. In this work,…

计算机视觉与模式识别 · 计算机科学 2025-05-29 Azin Jahedi , Lukas Mehl , Marc Rivinius , Andrés Bruhn

Learning scene flow from a monocular camera still remains a challenging task due to its ill-posedness as well as lack of annotated data. Self-supervised methods demonstrate learning scene flow estimation from unlabeled data, yet their…

计算机视觉与模式识别 · 计算机科学 2022-05-04 Bayram Bayramli , Junhwa Hur , Hongtao Lu

Optical flow estimation is an important computer vision task, which aims at estimating the dense correspondences between two frames. RAFT (Recurrent All Pairs Field Transforms) currently represents the state-of-the-art in optical flow…

计算机视觉与模式识别 · 计算机科学 2020-09-15 Zhexiong Wan , Yuxin Mao , Yuchao Dai

We address the problem of scene flow: given a pair of stereo or RGB-D video frames, estimate pixelwise 3D motion. We introduce RAFT-3D, a new deep architecture for scene flow. RAFT-3D is based on the RAFT model developed for optical flow…

计算机视觉与模式识别 · 计算机科学 2021-04-07 Zachary Teed , Jia Deng

We propose to modify the common training protocols of optical flow, leading to sizable accuracy improvements without adding to the computational complexity of the training process. The improvement is based on observing the bias in sampling…

计算机视觉与模式识别 · 计算机科学 2020-05-05 Aviram Bar-Haim , Lior Wolf

We propose to incorporate feature correlation and sequential processing into dense optical flow estimation from event cameras. Modern frame-based optical flow methods heavily rely on matching costs computed from feature correlation. In…

计算机视觉与模式识别 · 计算机科学 2021-10-22 Mathias Gehrig , Mario Millhäusler , Daniel Gehrig , Davide Scaramuzza

We present FlowSeek, a novel framework for optical flow requiring minimal hardware resources for training. FlowSeek marries the latest advances on the design space of optical flow networks with cutting-edge single-image depth foundation…

计算机视觉与模式识别 · 计算机科学 2025-09-08 Matteo Poggi , Fabio Tosi

Real-time high-accuracy optical flow estimation is critical for a variety of real-world robotic applications. However, current learning-based methods often struggle to balance accuracy and computational efficiency: methods that achieve high…

计算机视觉与模式识别 · 计算机科学 2025-08-05 Zhiyong Zhang , Aniket Gupta , Huaizu Jiang , Hanumant Singh

Learning-based optical flow estimation has been dominated with the pipeline of cost volume with convolutions for flow regression, which is inherently limited to local correlations and thus is hard to address the long-standing challenge of…

计算机视觉与模式识别 · 计算机科学 2022-07-19 Haofei Xu , Jing Zhang , Jianfei Cai , Hamid Rezatofighi , Dacheng Tao

In the domain of computer vision, optical flow stands as a cornerstone for unraveling dynamic visual scenes. However, the challenge of accurately estimating optical flow under conditions of large nonlinear motion patterns remains an open…

计算机视觉与模式识别 · 计算机科学 2024-10-15 Chanuka Algama , Kasun Amarasinghe

Optical flow estimation is crucial to a variety of vision tasks. Despite substantial recent advancements, achieving real-time on-device optical flow estimation remains a complex challenge. First, an optical flow model must be sufficiently…

计算机视觉与模式识别 · 计算机科学 2024-04-15 Jamie Menjay Lin , Jisoo Jeong , Hong Cai , Risheek Garrepalli , Kai Wang , Fatih Porikli

Recent advances in optical flow estimation have prioritized accuracy at the cost of growing GPU memory consumption, particularly for high-resolution (FullHD) inputs. We introduce MEMFOF, a memory-efficient multi-frame optical flow method…

计算机视觉与模式识别 · 计算机科学 2025-07-01 Vladislav Bargatin , Egor Chistov , Alexander Yakovenko , Dmitriy Vatolin

Optical flow estimation is a fundamental and long-standing visual task. In this work, we present a novel method, dubbed HMAFlow, to improve optical flow estimation in challenging scenes, particularly those involving small objects. The…

计算机视觉与模式识别 · 计算机科学 2024-11-18 Dianbo Ma , Kousuke Imamura , Ziyan Gao , Xiangjie Wang , Satoshi Yamane

Although multi-scale concepts have recently proven useful for recurrent network architectures in the field of optical flow and stereo, they have not been considered for image-based scene flow so far. Hence, based on a single-scale recurrent…

计算机视觉与模式识别 · 计算机科学 2025-06-03 Jakob Schmid , Azin Jahedi , Noah Berenguel Senn , Andrés Bruhn
‹ 上一页 1 2 3 10 下一页 ›