paper-with-me

홈 › Papers

LiteFlowNet: A Lightweight Convolutional Neural Network for Optical Flow Estimation

2018-05-18 · CVPR 2018 6 · Tak-Wai Hui, Xiaoou Tang, Chen Change Loy

FlowNet2, the state-of-the-art convolutional neural network (CNN) for optical flow estimation, requires over 160M parameters to achieve accurate flow estimation. In this paper we present an alternative network that outperforms FlowNet2 on the challenging Sintel final pass and KITTI benchmarks, while being 30 times smaller in the model size and 1.36 times faster in the running speed. This is made possible by drilling down to architectural details that might have been missed in the current frameworks: (1) We present a more effective flow inference approach at each pyramid level through a lightweight cascaded network. It not only improves flow estimation accuracy through early correction, but also permits seamless incorporation of descriptor matching in our network. (2) We present a novel flow regularization layer to ameliorate the issue of outliers and vague flow boundaries by using a feature-driven local convolution. (3) Our network owns an effective structure for pyramidal feature extraction and embraces feature warping rather than image warping as practiced in FlowNet2. Our code and trained models are available at https://github.com/twhui/LiteFlowNet .

📄 PDF Abstract BibTeX arXiv:1805.07036

Code (4)

twhui/LiteFlowNet 공식 구현 tf
keeper121/liteflownet-tf2 tf
open-mmlab/mmflow pytorch
sniklaus/pytorch-liteflownet pytorch

Tasks

Optical Flow Estimation

Similar Papers 제목 키워드 기반

A Lightweight Optical Flow CNN -- Revisiting Data Fidelity and Regularization

2019-03-15 · Tak-Wai Hui, Xiaoou Tang, Chen Change Loy

Over four decades, the majority addresses the problem of optical flow estimation using variational methods. With the advance of machine learning, some recent works have attempted to address the problem using convolutiona…

Optical Flow Estimation

Revisiting Optical Flow Estimation in 360 Videos

2020-10-15 · Keshav Bhandari, Ziliang Zong, Yan Yan

Nowadays 360 video analysis has become a significant research topic in the field since the appearance of high-quality and low-cost 360 wearable devices. In this paper, we propose a novel LiteFlowNet360 architecture for 3…

Data AugmentationDomain AdaptationOptical Flow Estimation

LiteFlowNet3: Resolving Correspondence Ambiguity for More Accurate Optical Flow Estimation

2020-07-18 · ECCV 2020 8 · Tak-Wai Hui, Chen Change Loy

Deep learning approaches have achieved great success in addressing the problem of optical flow estimation. The keys to success lie in the use of cost volume and coarse-to-fine flow inference. However, the matching proble…

Optical Flow EstimationScene Flow Estimation

FPCR-Net: Feature Pyramidal Correlation and Residual Reconstruction for Optical Flow Estimation

2020-01-17 · Xiaolin Song, Yuyang Zhao, Jingyu Yang, Cuiling Lan 외

Optical flow estimation is an important yet challenging problem in the field of video analytics. The features of different semantics levels/layers of a convolutional neural network can provide information of different gr…

Optical Flow Estimation

Temporal Hockey Action Recognition via Pose and Optical Flows

2018-12-22 · Zixi Cai, Helmut Neher, Kanav Vats, David Clausi 외

Recognizing actions in ice hockey using computer vision poses challenges due to bulky equipment and inadequate image quality. A novel two-stream framework has been designed to improve action recognition accuracy for hock…

Action RecognitionOptical Flow EstimationPose EstimationTemporal Action Localization+1