paper-with-me

홈 › Papers

DCVNet: Dilated Cost Volume Networks for Fast Optical Flow

2021-03-31 · Huaizu Jiang, Erik Learned-Miller

The cost volume, capturing the similarity of possible correspondences across two input images, is a key ingredient in state-of-the-art optical flow approaches. When sampling correspondences to build the cost volume, a large neighborhood radius is required to deal with large displacements, introducing a significant computational burden. To address this, coarse-to-fine or recurrent processing of the cost volume is usually adopted, where correspondence sampling in a local neighborhood with a small radius suffices. In this paper, we propose an alternative by constructing cost volumes with different dilation factors to capture small and large displacements simultaneously. A U-Net with skip connections is employed to convert the dilated cost volumes into interpolation weights between all possible captured displacements to get the optical flow. Our proposed model DCVNet only needs to process the cost volume once in a simple feedforward manner and does not rely on the sequential processing strategy. DCVNet obtains comparable accuracy to existing approaches and achieves real-time inference (30 fps on a mid-end 1080ti GPU). The code and model weights are available at https://github.com/neu-vi/ezflow.

📄 PDF Abstract BibTeX arXiv:2103.17271

Code (1)

neu-vi/ezflow 공식 구현 pytorch

Tasks

GPUOptical Flow Estimation

Similar Papers 제목 키워드 기반

FastFlowNet: A Lightweight Network for Fast Optical Flow Estimation

2021-03-08 · Lingtong Kong, Chunhua Shen, Jie Yang

Dense optical flow estimation plays a key role in many robotic vision tasks. In the past few years, with the advent of deep learning, we have witnessed great progress in optical flow estimation. However, current networks…

DecoderGPUOptical Flow Estimation

Accurate Optical Flow via Direct Cost Volume Processing

2017-04-24 · CVPR 2017 7 · Jia Xu, René Ranftl, Vladlen Koltun

We present an optical flow estimation approach that operates on the full four-dimensional cost volume. This direct approach shares the structural benefits of leading stereo matching pipelines, which are known to yield hi…

Optical Flow EstimationStereo MatchingStereo Matching Hand

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…

PolSAR Image Classification using a Hybrid Complex-Valued Network (HybridCVNet)

2026-05-29 · Mohammed Q. Alkhatib arxiv

Recently, convolutional neural networks (CNNs) have become popular for image classification due to their effectiveness in computer vision tasks. Now, researchers are exploring the potential of vision transformers (ViTs) …

Image Classification

Devon: Deformable Volume Network for Learning Optical Flow

2018-02-20 · Yao Lu, Jack Valmadre, Heng Wang, Juho Kannala 외

State-of-the-art neural network models estimate large displacement optical flow in multi-resolution and use warping to propagate the estimation between two resolutions. Despite their impressive results, it is known that …

Optical Flow Estimation