Normalized Convolution Upsampling for Refined Optical Flow Estimation
Abdelrahman Eldesokey, Michael Felsberg

TL;DR
This paper introduces NCUP, a normalized convolution-based upsampling method that improves full-resolution optical flow estimation during training, outperforming existing methods in accuracy and efficiency.
Contribution
The paper proposes a novel normalized convolutional upsampler for optical flow CNNs, enabling efficient, high-quality full-resolution flow prediction during training.
Findings
Outperforms existing joint upsampling methods on FlyingChairs dataset.
Achieves state-of-the-art results on Sintel with fewer parameters.
Demonstrates better generalization across datasets.
Abstract
Optical flow is a regression task where convolutional neural networks (CNNs) have led to major breakthroughs. However, this comes at major computational demands due to the use of cost-volumes and pyramidal representations. This was mitigated by producing flow predictions at quarter the resolution, which are upsampled using bilinear interpolation during test time. Consequently, fine details are usually lost and post-processing is needed to restore them. We propose the Normalized Convolution UPsampler (NCUP), an efficient joint upsampling approach to produce the full-resolution flow during the training of optical flow CNNs. Our proposed approach formulates the upsampling task as a sparse problem and employs the normalized convolutional neural networks to solve it. We evaluate our upsampler against existing joint upsampling approaches when trained end-to-end with a a coarse-to-fine optical…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Vision and Imaging · Advanced Image Processing Techniques · Retinal Imaging and Analysis
MethodsConvolution
