paper-with-me

홈 › Papers

Hybrid Cost Volume for Memory-Efficient Optical Flow

2024-09-06 · Yang Zhao, Gangwei Xu, Gang Wu

Current state-of-the-art flow methods are mostly based on dense all-pairs cost volumes. However, as image resolution increases, the computational and spatial complexity of constructing these cost volumes grows at a quartic rate, making these methods impractical for high-resolution images. In this paper, we propose a novel Hybrid Cost Volume for memory-efficient optical flow, named HCV. To construct HCV, we first propose a Top-k strategy to separate the 4D cost volume into two global 3D cost volumes. These volumes significantly reduce memory usage while retaining a substantial amount of matching information. We further introduce a local 4D cost volume with a local search space to supplement the local information for HCV. Based on HCV, we design a memory-efficient optical flow network, named HCVFlow. Compared to the recurrent flow methods based the all-pairs cost volumes, our HCVFlow significantly reduces memory consumption while ensuring high accuracy. We validate the effectiveness and efficiency of our method on the Sintel and KITTI datasets and real-world 4K (2160*3840) resolution images. Extensive experiments show that our HCVFlow has very low memory usage and outperforms other memory-efficient methods in terms of accuracy. The code is publicly available at https://github.com/gangweiX/HCVFlow.

📄 PDF Abstract BibTeX arXiv:2409.04243

Code (1)

gangweix/hcvflow 공식 구현 pytorch

Tasks

4kOptical Flow Estimation

Similar Papers 제목 키워드 기반

DIFT: Dynamic Iterative Field Transforms for Memory Efficient Optical Flow

2023-06-09 · Risheek Garrepalli, Jisoo Jeong, Rajeswaran C Ravindran, Jamie Menjay Lin 외

Recent advancements in neural network-based optical flow estimation often come with prohibitively high computational and memory requirements, presenting challenges in their model adaptation for mobile and low-power use c…

Optical Flow Estimation

FlowFormer: A Transformer Architecture and Its Masked Cost Volume Autoencoding for Optical Flow

2023-06-08 · Zhaoyang Huang, Xiaoyu Shi, Chao Zhang, Qiang Wang 외

This paper introduces a novel transformer-based network architecture, FlowFormer, along with the Masked Cost Volume AutoEncoding (MCVA) for pretraining it to tackle the problem of optical flow estimation. FlowFormer toke…

DecoderOptical Flow Estimation

Removing Cost Volumes from Optical Flow Estimators

2025-10-15 · Simon Kiefhaber, Stefan Roth, Simone Schaub-Meyer arxiv

Cost volumes are used in every modern optical flow estimator, but due to their computational and space complexity, they are often a limiting factor regarding both processing speed and the resolution of input frames. Moti…

Scalable Full Flow with Learned Binary Descriptors

2017-07-20 · Gottfried Munda, Alexander Shekhovtsov, Patrick Knöbelreiter, Thomas Pock

We propose a method for large displacement optical flow in which local matching costs are learned by a convolutional neural network (CNN) and a smoothness prior is imposed by a conditional random field (CRF). We tackle t…

Optical Flow Estimation

Memory-Efficient Optical Flow via Radius-Distribution Orthogonal Cost Volume

2023-12-06 · Gangwei Xu, Shujun Chen, Hao Jia, Miaojie Feng 외

The full 4D cost volume in Recurrent All-Pairs Field Transforms (RAFT) or global matching by Transformer achieves impressive performance for optical flow estimation. However, their memory consumption increases quadratica…

4kOptical Flow Estimation