paper-with-me

Papers

Leveraging Object Priors for Point Tracking

2024-09-09 · Bikram Boote, Anh Thai, Wenqi Jia, Ozgur Kara, Stefan Stojanov, James M. Rehg, Sangmin Lee

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 three point tracking benchmarks, and we further validate the effectiveness of our components via ablation studies. The source code is available at: https://github.com/RehgLab/tracking_objectness

📄 PDF Abstract BibTeX arXiv:2409.05786

Code (1)

rehglab/tracking_objectness 공식 구현 pytorch

Tasks

ObjectPoint Tracking

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…

Similar Papers 제목 키워드 기반

MBPTrack: Improving 3D Point Cloud Tracking with Memory Networks and Box Priors

2023-03-09 · ICCV 2023 1 · Tian-Xing Xu, Yuan-Chen Guo, Yu-Kun Lai, Song-Hai Zhang

3D single object tracking has been a crucial problem for decades with numerous applications such as autonomous driving. Despite its wide-ranging use, this task remains challenging due to the significant appearance variat…

3D Single Object TrackingAutonomous DrivingGPUObject Tracking

Leveraging Previous-Traversal Point Cloud Map Priors for Camera-Based 3D Object Detection and Tracking

2026-04-28 · Markus Käppeler, Özgün Çiçek, Yakov Miron, Abhinav Valada arxiv

Camera-based 3D object detection and tracking are central to autonomous driving, yet precise 3D object localization remains fundamentally constrained by depth ambiguity when no expensive, depth-rich online LiDAR is avail…

Object Localization3D Object DetectionAutonomous Driving

SeqTrack3D: Exploring Sequence Information for Robust 3D Point Cloud Tracking

2024-02-26 · Yu Lin, Zhiheng Li, Yubo Cui, Zheng Fang

3D single object tracking (SOT) is an important and challenging task for the autonomous driving and mobile robotics. Most existing methods perform tracking between two consecutive frames while ignoring the motion pattern…

3D Single Object TrackingAutonomous DrivingObject Tracking

Point2Pose: Occlusion-Recovering 6D Pose Tracking and 3D Reconstruction for Multiple Unknown Objects Via 2D Point Trackers

2026-04-12 · Tzu-Yuan Lin, Ho Jae Lee, Kevin Doherty, Yonghyeon Lee 외 arxiv

We present Point2Pose, a model-free method for causal 6D pose tracking of multiple rigid objects from monocular RGB-D video. Initialized only from sparse image points on the objects to be tracked, our approach tracks mul…

Multi-Object Tracking3D ReconstructionPose Tracking

Probing and Leveraging Video Diffusion Transformer Features for Robust Point Tracking

2025-12-23 · Soowon Son, Honggyu An, Jisu Nam, Hyunah Ko 외 arxiv

Despite achieving strong results on standard benchmarks, current point tracking methods rely on feature backbones that are rarely designed with the temporal coherence needed for robust real-world performance. While recen…

Point Tracking