paper-with-me

홈 › Papers

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 problem becomes ill-posed when partially occluded or homogeneous regions exist in images. This causes a cost volume to contain outliers and affects the flow decoding from it. Besides, the coarse-to-fine flow inference demands an accurate flow initialization. Ambiguous correspondence yields erroneous flow fields and affects the flow inferences in subsequent levels. In this paper, we introduce LiteFlowNet3, a deep network consisting of two specialized modules, to address the above challenges. (1) We ameliorate the issue of outliers in the cost volume by amending each cost vector through an adaptive modulation prior to the flow decoding. (2) We further improve the flow accuracy by exploring local flow consistency. To this end, each inaccurate optical flow is replaced with an accurate one from a nearby position through a novel warping of the flow field. LiteFlowNet3 not only achieves promising results on public benchmarks but also has a small model size and a fast runtime.

📄 PDF Abstract BibTeX arXiv:2007.09319

Code (1)

twhui/LiteFlowNet3 공식 구현

Tasks

Optical Flow EstimationScene Flow Estimation

Similar Papers 제목 키워드 기반

Resolving Symmetry Ambiguity in Correspondence-based Methods for Instance-level Object Pose Estimation

2024-05-17 · Yongliang Lin, Yongzhi Su, Sandeep Inuganti, Yan Di 외

Estimating the 6D pose of an object from a single RGB image is a critical task that becomes additionally challenging when dealing with symmetric objects. Recent approaches typically establish one-to-one correspondences b…

ObjectPose Estimation

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

On Accurate and Robust Estimation of 3D and 2D Circular Center: Method and Application to Camera-Lidar Calibration

2025-11-10 · Jiajun Jiang, Xiao Hu, Wancheng Liu, Wei Jiang arxiv

Circular targets are widely used in LiDAR-camera extrinsic calibration due to their geometric consistency and ease of detection. However, achieving accurate 3D-2D circular center correspondence remains challenging. Exist…

Resolving the Ambiguity of Complete-to-Partial Point Cloud Registration for Image-Guided Liver Surgery with Patches-to-Partial Matching

2024-12-26 · Zixin Yang, Jon S. Heiselman, Cheng Han, Kelly Merrell 외

In image-guided liver surgery, the initial rigid alignment between preoperative and intraoperative data, often represented as point clouds, is crucial for providing sub-surface information from preoperative CT/MRI images…

Point Cloud Registration

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 outpe…

Optical Flow Estimation