paper-with-me

홈 › Papers

Explicit Motion Disentangling for Efficient Optical Flow Estimation

2023-01-01 · ICCV 2023 1 · Changxing Deng, Ao Luo, Haibin Huang, Shaodan Ma, Jiangyu Liu, Shuaicheng Liu

In this paper, we propose a novel framework for optical flow estimation that achieves a good balance between performance and efficiency. Our approach involves disentangling global motion learning from local flow estimation, treating global matching and local refinement as separate stages. We offer two key insights: First, the multi-scale 4D cost-volume based recurrent flow decoder is computationally expensive and unnecessary for handling small displacement. With the separation, we can utilize lightweight methods for both parts and maintain similar performance. Second, a dense and robust global matching is essential for both flow initialization as well as stable and fast convergence for the refinement stage. Towards this end, we introduce EMD-Flow, a framework that explicitly separates global motion estimation from the recurrent refinement stage. We propose two novel modules: Multi-scale Motion Aggregation (MMA) and Confidence-induced Flow Propagation (CFP). These modules leverage cross-scale matching prior and self-contained confidence maps to handle the ambiguities of dense matching in a global manner, generating a dense initial flow. Additionally, a lightweight decoding module is followed to handle small displacements, resulting in an efficient yet robust flow estimation framework. We further conduct comprehensive experiments on standard optical flow benchmarks with the proposed framework, and the experimental results demonstrate its superior balance between performance and runtime. Code is available at https://github.com/gddcx/EMD-Flow.

📄 PDF Abstract BibTeX

Code (1)

gddcx/emd-flow 공식 구현 pytorch

Tasks

DecoderMotion EstimationOptical Flow Estimation

Similar Papers 제목 키워드 기반

TETO: Tracking Events with Teacher Observation for Motion Estimation and Frame Interpolation

2026-03-24 · Jini Yang, Eunbeen Hong, Soowon Son, Hyunkoo Lee 외 arxiv

Event cameras capture per-pixel brightness changes with microsecond resolution, offering continuous motion information lost between RGB frames. However, existing event-based motion estimators depend on large-scale synthe…

Knowledge DistillationPoint Tracking

E-MoFlow: Learning Egomotion and Optical Flow from Event Data via Implicit Regularization

2025-10-14 · Wenpu Li, Bangyan Liao, Yi Zhou, Qi Xu 외 arxiv

The estimation of optical flow and 6-DoF ego-motion, two fundamental tasks in 3D vision, has typically been addressed independently. For neuromorphic vision (e.g., event cameras), however, the lack of robust data associa…

Optical Flow EstimationDepth Estimation

Optical Flow in Mostly Rigid Scenes

2017-05-03 · CVPR 2017 7 · Jonas Wulff, Laura Sevilla-Lara, Michael J. Black

The optical flow of natural scenes is a combination of the motion of the observer and the independent motion of objects. Existing algorithms typically focus on either recovering motion and structure under the assumption …

Motion EstimationOptical Flow Estimation

Unsupervised Learning of Depth, Optical Flow and Pose with Occlusion from 3D Geometry

2020-03-02 · arXiv 2020 3 · Guangming Wang, Chi Zhang, Hesheng Wang, Jingchuan Wang 외

In autonomous driving, monocular sequences contain lots of information. Monocular depth estimation, camera ego-motion estimation and optical flow estimation in consecutive frames are high-profile concerns recently. By an…

3D geometryAutonomous DrivingDepth And Camera MotionDepth Estimation+3

Learning Residual Flow as Dynamic Motion from Stereo Videos

2019-09-16 · Seokju Lee, Sunghoon Im, Stephen Lin, In So Kweon

We present a method for decomposing the 3D scene flow observed from a moving stereo rig into stationary scene elements and dynamic object motion. Our unsupervised learning framework jointly reasons about the camera motio…

Depth And Camera MotionMotion EstimationOptical Flow EstimationStereo Matching+2