paper-with-me

Papers

GMFlow: Learning Optical Flow via Global Matching

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

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 large displacements. To alleviate this, the state-of-the-art framework RAFT gradually improves its prediction quality by using a large number of iterative refinements, achieving remarkable performance but introducing linearly increasing inference time. To enable both high accuracy and efficiency, we completely revamp the dominant flow regression pipeline by reformulating optical flow as a global matching problem, which identifies the correspondences by directly comparing feature similarities. Specifically, we propose a GMFlow framework, which consists of three main components: a customized Transformer for feature enhancement, a correlation and softmax layer for global feature matching, and a self-attention layer for flow propagation. We further introduce a refinement step that reuses GMFlow at higher feature resolution for residual flow prediction. Our new framework outperforms 31-refinements RAFT on the challenging Sintel benchmark, while using only one refinement and running faster, suggesting a new paradigm for accurate and efficient optical flow estimation. Code is available at https://github.com/haofeixu/gmflow.

📄 PDF Abstract BibTeX arXiv:2111.13680

Code (4)

haofeixu/gmflow 공식 구현 pytorch
autonomousvision/unimatch pytorch
hpcforge/gmflow pytorch
raymondwang987/nvds pytorch

Tasks

Optical Flow Estimationregression

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
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 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
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…

Similar Papers 제목 키워드 기반

Global Matching with Overlapping Attention for Optical Flow Estimation

2022-03-21 · CVPR 2022 1 · Shiyu Zhao, Long Zhao, Zhixing Zhang, Enyu Zhou 외

Optical flow estimation is a fundamental task in computer vision. Recent direct-regression methods using deep neural networks achieve remarkable performance improvement. However, they do not explicitly capture long-term …

Optical Flow Estimationregression

Gaussian Mixture Flow Matching Models

2025-04-07 · Hansheng Chen, Kai Zhang, Hao Tan, Zexiang Xu 외

Diffusion models approximate the denoising distribution as a Gaussian and predict its mean, whereas flow matching models reparameterize the Gaussian mean as flow velocity. However, they underperform in few-step sampling …

DenoisingImage Generation

GMFlow: Global Motion-Guided Recurrent Flow for 6D Object Pose Estimation

2024-11-26 · Xin Liu, Shibei Xue, Dezong Zhao, Shan Ma 외

6D object pose estimation is crucial for robotic perception and precise manipulation. Occlusion and incomplete object visibility are common challenges in this task, but existing pose refinement methods often struggle to …

6D Pose Estimation using RGBComputational EfficiencyObjectPose Estimation

Large-Scale 3D Ground-Motion Synthesis with Physics-Inspired Latent Operator Flow Matching

2026-03-18 · Yaozhong Shi, Grigorios Lavrentiadis, Konstantinos Tsalouchidis, Zachary E. Ross 외 arxiv

Earthquake hazard analysis and design of spatially distributed infrastructure, such as power grids and energy pipeline networks, require scenario-specific ground-motion time histories with realistic frequency content and…

Motion Synthesis

Rethinking Dense Optical Flow without Test-Time Scaling

2026-05-08 · Praroop Chanda, Suryansh Kumar arxiv

Recent progress in dense optical flow has been driven by increasingly complex architectures and multi-step refinement for test-time scaling. While these approaches achieve strong benchmark performance, they also require …