paper-with-me

Papers

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

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

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 quadratically with input resolution, rendering them impractical for high-resolution images. In this paper, we present MeFlow, a novel memory-efficient method for high-resolution optical flow estimation. The key of MeFlow is a recurrent local orthogonal cost volume representation, which decomposes the 2D search space dynamically into two 1D orthogonal spaces, enabling our method to scale effectively to very high-resolution inputs. To preserve essential information in the orthogonal space, we utilize self attention to propagate feature information from the 2D space to the orthogonal space. We further propose a radius-distribution multi-scale lookup strategy to model the correspondences of large displacements at a negligible cost. We verify the efficiency and effectiveness of our method on the challenging Sintel and KITTI benchmarks, and real-world 4K ($2160\!\times\!3840$) images. Our method achieves competitive performance on both Sintel and KITTI benchmarks, while maintaining the highest memory efficiency on high-resolution inputs.

📄 PDF Abstract BibTeX arXiv:2312.03790

Code (1)

gangweix/meflow 공식 구현 pytorch

Tasks

4kOptical Flow Estimation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Multi-Head Attention 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Adam 설명 없음

Similar 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 la…

GPUOptical Flow Estimation

Efficient Coarse-To-Fine PatchMatch for Large Displacement Optical Flow

2016-06-01 · CVPR 2016 6 · Yinlin Hu, Rui Song, Yunsong Li

As a key component in many computer vision systems, optical flow estimation, especially with large displacements, remains an open problem. In this paper we present a simple but powerful matching method works in a coarse-…

Optical Flow Estimation

TIO-Former: Ultra-Lightweight 6-Directional ToF-Inertial Odometry for Nano-UAVs via a Streaming Causal Transformer

2026-09-15 · Yang Liu, Yifan He, Wenhao Zhao, Xiangyu Mo 외 arxiv

Autonomous nano-UAV navigation requires accurate ego-motion estimation under stringent size, weight, power, and computing (SWaP-C) constraints, where visual sensors and LiDARs exceed payload limits, optical flow degrades…

Marine Bubble Flow Quantification Using Wide-Baseline Stereo Photogrammetry

2021-12-14 · Mengkun She, Tim Weiß, YiFan Song, Peter Urban 외

Reliable quantification of natural and anthropogenic gas release (e.g.\ CO$_2$, methane) from the seafloor into the water column, and potentially to the atmosphere, is a challenging task. While ship-based echo sounders s…

Hierarchical Video Generation from Orthogonal Information: Optical Flow and Texture

2017-11-27 · Katsunori Ohnishi, Shohei Yamamoto, Yoshitaka Ushiku, Tatsuya Harada

Learning to represent and generate videos from unlabeled data is a very challenging problem. To generate realistic videos, it is important not only to ensure that the appearance of each frame is real, but also to ensure …

Action ClassificationAttributeOptical Flow EstimationVideo Generation