paper-with-me

Papers

Iterative Residual Refinement for Joint Optical Flow and Occlusion Estimation

2019-04-10 · CVPR 2019 6 · Junhwa Hur, Stefan Roth

Deep learning approaches to optical flow estimation have seen rapid progress over the recent years. One common trait of many networks is that they refine an initial flow estimate either through multiple stages or across the levels of a coarse-to-fine representation. While leading to more accurate results, the downside of this is an increased number of parameters. Taking inspiration from both classical energy minimization approaches as well as residual networks, we propose an iterative residual refinement (IRR) scheme based on weight sharing that can be combined with several backbone networks. It reduces the number of parameters, improves the accuracy, or even achieves both. Moreover, we show that integrating occlusion prediction and bi-directional flow estimation into our IRR scheme can further boost the accuracy. Our full network achieves state-of-the-art results for both optical flow and occlusion estimation across several standard datasets.

📄 PDF Abstract BibTeX arXiv:1904.05290

Code (2)

visinf/irr 공식 구현 pytorch
open-mmlab/mmflow pytorch

Tasks

Occlusion EstimationOptical Flow Estimation

Similar Papers 제목 키워드 기반

Detail Preserving Residual Feature Pyramid Modules for Optical Flow

2021-07-23 · Libo Long, Jochen Lang

Feature pyramids and iterative refinement have recently led to great progress in optical flow estimation. However, downsampling in feature pyramids can cause blending of foreground objects with the background, which will…

Optical Flow EstimationTransfer Learning

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

FlowPainter: Inpainting Optical Flow via Confidence-Guided Completion

2026-07-11 · Yuang Meng, Chenyang Wu, Xianshun Liu, Chun-Le Guo 외 arxiv

Existing optical flow methods broadly follow two paradigms: iterative optimization and diffusion-based estimation. Iterative methods, exemplified by RAFT, achieve high accuracy through recurrent refinement, but remain ch…

Optical Flow Estimation

ReFIn: A Refinement Approach for Video Frame Interpolation

2021-10-19 · NeurIPS Workshop Deep_Invers 2021 12 · Saikat Dutta, Anurag Mittal

Video Frame Interpolation is an important video enhancement problem which aims to generate one or multiple frames between consecutive frames in video. Optical flow-based frame interpolation approaches estimate intermedia…

Optical Flow EstimationVideo EnhancementVideo Frame Interpolation

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 …