Leveraging Object Priors for Point Tracking
Bikram Boote, Anh Thai, Wenqi Jia, Ozgur Kara, Stefan Stojanov, James, M. Rehg, Sangmin Lee

TL;DR
This paper introduces a novel objectness regularization method for point tracking that improves long-term tracking accuracy by ensuring points stay within object boundaries, leveraging object priors and contextual attention.
Contribution
It proposes a new objectness regularization technique that captures object priors during training, eliminating the need for object masks during testing, and enhances feature representation with contextual attention.
Findings
Achieves state-of-the-art results on three point tracking benchmarks.
Validates effectiveness of objectness regularization through ablation studies.
Improves long-term point tracking accuracy by maintaining points within object boundaries.
Abstract
Point tracking is a fundamental problem in computer vision with numerous applications in AR and robotics. A common failure mode in long-term point tracking occurs when the predicted point leaves the object it belongs to and lands on the background or another object. We identify this as the failure to correctly capture objectness properties in learning to track. To address this limitation of prior work, we propose a novel objectness regularization approach that guides points to be aware of object priors by forcing them to stay inside the the boundaries of object instances. By capturing objectness cues at training time, we avoid the need to compute object masks during testing. In addition, we leverage contextual attention to enhance the feature representation for capturing objectness at the feature level more effectively. As a result, our approach achieves state-of-the-art performance on…
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
TopicsRobotic Path Planning Algorithms · Human Motion and Animation · Autonomous Vehicle Technology and Safety
MethodsSoftmax · Attention Is All You Need · Attentive Walk-Aggregating Graph Neural Network
