paper-with-me

Papers

MPI-Flow: Learning Realistic Optical Flow with Multiplane Images

2023-09-13 · ICCV 2023 1 · Yingping Liang, Jiaming Liu, Debing Zhang, Ying Fu

The accuracy of learning-based optical flow estimation models heavily relies on the realism of the training datasets. Current approaches for generating such datasets either employ synthetic data or generate images with limited realism. However, the domain gap of these data with real-world scenes constrains the generalization of the trained model to real-world applications. To address this issue, we investigate generating realistic optical flow datasets from real-world images. Firstly, to generate highly realistic new images, we construct a layered depth representation, known as multiplane images (MPI), from single-view images. This allows us to generate novel view images that are highly realistic. To generate optical flow maps that correspond accurately to the new image, we calculate the optical flows of each plane using the camera matrix and plane depths. We then project these layered optical flows into the output optical flow map with volume rendering. Secondly, to ensure the realism of motion, we present an independent object motion module that can separate the camera and dynamic object motion in MPI. This module addresses the deficiency in MPI-based single-view methods, where optical flow is generated only by camera motion and does not account for any object movement. We additionally devise a depth-aware inpainting module to merge new images with dynamic objects and address unnatural motion occlusions. We show the superior performance of our method through extensive experiments on real-world datasets. Moreover, our approach achieves state-of-the-art performance in both unsupervised and supervised training of learning-based models. The code will be made publicly available at: \url{https://github.com/Sharpiless/MPI-Flow}.

📄 PDF Abstract BibTeX arXiv:2309.06714

Code (1)

sharpiless/mpi-flow 공식 구현 pytorch

Tasks

Optical Flow Estimation

Methods 이 논문이 사용한 방법론

Inpainting Train a convolutional neural network to generate the contents of an arbitrary image region conditioned on its surroundings.

Similar Papers 제목 키워드 기반

Learning Multi-Human Optical Flow

2019-10-24 · Anurag Ranjan, David T. Hoffmann, Dimitrios Tzionas, Siyu Tang 외

The optical flow of humans is well known to be useful for the analysis of human action. Recent optical flow methods focus on training deep networks to approach the problem. However, the training data used by them does no…

Optical Flow Estimation

Creative Flow+ Dataset

2019-06-01 · CVPR 2019 6 · Maria Shugrina, Ziheng Liang, Amlan Kar, Jiaman Li 외

We present the Creative Flow+ Dataset, the first diverse multi-style artistic video dataset richly labeled with per-pixel optical flow, occlusions, correspondences, segmentation labels, normals, and depth. Our dataset in…

3D Character Animation From A Single PhotoDepth EstimationImage AnimationObject Tracking+5

RealFlow: EM-based Realistic Optical Flow Dataset Generation from Videos

2022-07-22 · Yunhui Han, Kunming Luo, Ao Luo, Jiangyu Liu 외

Obtaining the ground truth labels from a video is challenging since the manual annotation of pixel-wise flow labels is prohibitively expensive and laborious. Besides, existing approaches try to adapt the trained model on…

Dataset GenerationImage GenerationOptical Flow Estimation

Flow-Anything: Learning Real-World Optical Flow Estimation from Large-Scale Single-view Images

2025-06-09 · Yingping Liang, Ying Fu, Yutao Hu, Wenqi Shao 외

Optical flow estimation is a crucial subfield of computer vision, serving as a foundation for video tasks. However, the real-world robustness is limited by animated synthetic datasets for training. This introduces domain…

Depth EstimationMonocular Depth EstimationOptical Flow Estimation

A qualitative investigation of optical flow algorithms for video denoising

2022-04-19 · Hannes Fassold

A good optical flow estimation is crucial in many video analysis and restoration algorithms employed in application fields like media industry, industrial inspection and automotive. In this work, we investigate how well …

DenoisingOptical Flow EstimationVideo Denoising