paper-with-me

Papers

Learning Optical Flow from a Few Matches

2021-04-05 · CVPR 2021 1 · Shihao Jiang, Yao Lu, Hongdong Li, Richard Hartley

State-of-the-art neural network models for optical flow estimation require a dense correlation volume at high resolutions for representing per-pixel displacement. Although the dense correlation volume is informative for accurate estimation, its heavy computation and memory usage hinders the efficient training and deployment of the models. In this paper, we show that the dense correlation volume representation is redundant and accurate flow estimation can be achieved with only a fraction of elements in it. Based on this observation, we propose an alternative displacement representation, named Sparse Correlation Volume, which is constructed directly by computing the k closest matches in one feature map for each feature vector in the other feature map and stored in a sparse data structure. Experiments show that our method can reduce computational cost and memory use significantly, while maintaining high accuracy compared to previous approaches with dense correlation volumes. Code is available at https://github.com/zacjiang/scv .

📄 PDF Abstract BibTeX arXiv:2104.02166

Code (1)

zacjiang/scv 공식 구현 pytorch

Tasks

Optical Flow Estimation

Similar Papers 제목 키워드 기반

FALDOI: A new minimization strategy for large displacement variational optical flow

2016-02-29 · Roberto P. Palomares, Enric Meinhardt-Llopis, Coloma Ballester, Gloria Haro

We propose a large displacement optical flow method that introduces a new strategy to compute a good local minimum of any optical flow energy functional. The method requires a given set of discrete matches, which can be …

Optical Flow Estimation

Efficient Sparse-to-Dense Optical Flow Estimation Using a Learned Basis and Layers

2015-06-01 · CVPR 2015 6 · Jonas Wulff, Michael J. Black

We address the elusive goal of estimating optical flow both accurately and efficiently by adopting a sparse-to-dense approach. Given a set of sparse matches, we regress to dense optical flow using a learned set of full-f…

CPUOptical Flow Estimation

EpicFlow: Edge-Preserving Interpolation of Correspondences for Optical Flow

2015-01-12 · CVPR 2015 6 · Jerome Revaud, Philippe Weinzaepfel, Zaid Harchaoui, Cordelia Schmid

We propose a novel approach for optical flow estimation , targeted at large displacements with significant oc-clusions. It consists of two steps: i) dense matching by edge-preserving interpolation from a sparse set of ma…

Optical Flow Estimation

FlowFields++: Accurate Optical Flow Correspondences Meet Robust Interpolation

2018-05-09 · René Schuster, Christian Bailer, Oliver Wasenmüller, Didier Stricker

Optical Flow algorithms are of high importance for many applications. Recently, the Flow Field algorithm and its modifications have shown remarkable results, as they have been evaluated with top accuracy on different dat…

Optical Flow Estimation

Automatic Generation of Dense Non-rigid Optical Flow

2018-12-05 · Hoàng-Ân Lê, Tushar Nimbhorkar, Thomas Mensink, Anil S. Baslamisli 외

There hardly exists any large-scale datasets with dense optical flow of non-rigid motion from real-world imagery as of today. The reason lies mainly in the required setup to derive ground truth optical flows: a series of…

Optical Flow Estimation