paper-with-me

Papers

High-Resolution Optical Flow from 1D Attention and Correlation

2021-04-28 · ICCV 2021 10 · Haofei Xu, Jiaolong Yang, Jianfei Cai, Juyong Zhang, Xin Tong

Optical flow is inherently a 2D search problem, and thus the computational complexity grows quadratically with respect to the search window, making large displacements matching infeasible for high-resolution images. In this paper, we take inspiration from Transformers and propose a new method for high-resolution optical flow estimation with significantly less computation. Specifically, a 1D attention operation is first applied in the vertical direction of the target image, and then a simple 1D correlation in the horizontal direction of the attended image is able to achieve 2D correspondence modeling effect. The directions of attention and correlation can also be exchanged, resulting in two 3D cost volumes that are concatenated for optical flow estimation. The novel 1D formulation empowers our method to scale to very high-resolution input images while maintaining competitive performance. Extensive experiments on Sintel, KITTI and real-world 4K ($2160 \times 3840$) resolution images demonstrated the effectiveness and superiority of our proposed method. Code and models are available at \url{https://github.com/haofeixu/flow1d}.

📄 PDF Abstract BibTeX arXiv:2104.13918

Code (1)

haofeixu/flow1d 공식 구현 pytorch

Tasks

4kOptical Flow EstimationVocal Bursts Intensity Prediction

Methods 이 논문이 사용한 방법론

High-resolution input 설명 없음

Similar Papers 제목 키워드 기반

EDCFlow: Exploring Temporally Dense Difference Maps for Event-based Optical Flow Estimation

2025-01-01 · CVPR 2025 1 · Daikun Liu, Lei Cheng, Teng Wang, Changyin Sun

Recent learning-based methods for event-based optical flow estimation utilize cost volumes for pixel matching but suffer from redundant computations and limited scalability to higher resolutions for flow refinement. …

Event-based Optical FlowOptical Flow Estimation

DIP: Deep Inverse Patchmatch for High-Resolution Optical Flow

2022-04-01 · CVPR 2022 1 · Zihua Zheng, Ni Nie, Zhi Ling, Pengfei Xiong 외

Recently, the dense correlation volume method achieves state-of-the-art performance in optical flow. However, the correlation volume computation requires a lot of memory, which makes prediction difficult on high-resoluti…

Optical Flow EstimationVocal Bursts Intensity Prediction

GMFlow: Learning Optical Flow via Global Matching

2021-11-26 · CVPR 2022 1 · Haofei Xu, Jing Zhang, Jianfei Cai, Hamid Rezatofighi 외

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

Optical Flow Estimationregression

FreeFlow: A Bias-free Hierarchical Transformer for Optical Flow Estimation

2026-09-10 · Vladislav Bargatin, Alexander Yakovenko, Khaled Abud, Dmitriy Vatolin hf

Optical flow methods typically rely on task-specific inductive biases, such as correlation volumes, feature warping, and iterative refinement, among others, to reach high accuracy. While effective, such biases constrain …

Optical Flow Estimation

E-RAFT: Dense Optical Flow from Event Cameras

2021-08-24 · Mathias Gehrig, Mario Millhäusler, Daniel Gehrig, Davide Scaramuzza

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 …

Feature CorrelationOptical Flow Estimation