paper-with-me

Papers

Dense Optical Tracking: Connecting the Dots

2023-12-01 · CVPR 2024 1 · Guillaume Le Moing, Jean Ponce, Cordelia Schmid

Recent approaches to point tracking are able to recover the trajectory of any scene point through a large portion of a video despite the presence of occlusions. They are, however, too slow in practice to track every point observed in a single frame in a reasonable amount of time. This paper introduces DOT, a novel, simple and efficient method for solving this problem. It first extracts a small set of tracks from key regions at motion boundaries using an off-the-shelf point tracking algorithm. Given source and target frames, DOT then computes rough initial estimates of a dense flow field and visibility mask through nearest-neighbor interpolation, before refining them using a learnable optical flow estimator that explicitly handles occlusions and can be trained on synthetic data with ground-truth correspondences. We show that DOT is significantly more accurate than current optical flow techniques, outperforms sophisticated "universal" trackers like OmniMotion, and is on par with, or better than, the best point tracking algorithms like CoTracker while being at least two orders of magnitude faster. Quantitative and qualitative experiments with synthetic and real videos validate the promise of the proposed approach. Code, data, and videos showcasing the capabilities of our approach are available in the project webpage: https://16lemoing.github.io/dot .

📄 PDF Abstract BibTeX arXiv:2312.00786

Code (1)

16lemoing/dot 공식 구현 pytorch

Tasks

Optical Flow EstimationPoint Tracking

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Dense Matchers for Dense Tracking

2024-02-17 · Tomáš Jelínek, Jonáš Šerých, Jiří Matas

Optical flow is a useful input for various applications, including 3D reconstruction, pose estimation, tracking, and structure-from-motion. Despite its utility, the field of dense long-term tracking, especially over wide…

3D ReconstructionOptical Flow EstimationPose EstimationPosition

FlowTrack: Revisiting Optical Flow for Long-Range Dense Tracking

2024-01-01 · CVPR 2024 1 · Seokju Cho, Jiahui Huang, Seungryong Kim, Joon-Young Lee

In the domain of video tracking existing methods often grapple with a trade-off between spatial density and temporal range. Current approaches in dense optical flow estimators excel in providing spatially dense track…

Optical Flow Estimation

CoWTracker: Tracking by Warping instead of Correlation

2026-02-04 · Zihang Lai, Eldar Insafutdinov, Edgar Sucar, Andrea Vedaldi arxiv

Dense point tracking is a fundamental problem in computer vision, with applications ranging from video analysis to robotic manipulation. State-of-the-art trackers typically rely on cost volumes to match features across f…

Optical Flow EstimationPoint Tracking

Planar Object Tracking via Weighted Optical Flow

2023-01-24 · Jonas Serych, Jiri Matas

We propose WOFT -- a novel method for planar object tracking that estimates a full 8 degrees-of-freedom pose, i.e. the homography w.r.t. a reference view. The method uses a novel module that leverages dense optical flow …

ObjectObject TrackingOptical Flow Estimation

DeGraF-Flow: Extending DeGraF Features for accurate and efficient sparse-to-dense optical flow estimation

2019-01-28 · Felix Stephenson, Toby Breckon, Ioannis Katramados

Modern optical flow methods make use of salient scene feature points detected and matched within the scene as a basis for sparse-to-dense optical flow estimation. Current feature detectors however either give sparse, non…

Computational EfficiencyGPUOptical Flow Estimation