paper-with-me

Papers

Online Dense Point Tracking with Streaming Memory

2025-03-09 · Qiaole Dong, Yanwei Fu

Dense point tracking is a challenging task requiring the continuous tracking of every point in the initial frame throughout a substantial portion of a video, even in the presence of occlusions. Traditional methods use optical flow models to directly estimate long-range motion, but they often suffer from appearance drifting without considering temporal consistency. Recent point tracking algorithms usually depend on sliding windows for indirect information propagation from the first frame to the current one, which is slow and less effective for long-range tracking. To account for temporal consistency and enable efficient information propagation, we present a lightweight and fast model with \textbf{S}treaming memory for dense \textbf{PO}int \textbf{T}racking and online video processing. The \textbf{SPOT} framework features three core components: a customized memory reading module for feature enhancement, a sensory memory for short-term motion dynamics modeling, and a visibility-guided splatting module for accurate information propagation. This combination enables SPOT to perform dense point tracking with state-of-the-art accuracy on the CVO benchmark, as well as comparable or superior performance to offline models on sparse tracking benchmarks such as TAP-Vid and RoboTAP. Notably, SPOT with 10$\times$ smaller parameter numbers operates at least 2$\times$ faster than previous state-of-the-art models while maintaining the best performance on CVO. We will release the models and codes at: https://github.com/DQiaole/SPOT.

📄 PDF Abstract BibTeX arXiv:2503.06471

Code (1)

dqiaole/spot 공식 구현 pytorch

Tasks

Optical Flow EstimationPoint Tracking

Similar Papers 제목 키워드 기반

Track-On: Transformer-based Online Point Tracking with Memory

2025-01-30 · Görkay Aydemir, Xiongyi Cai, Weidi Xie, Fatma Güney

In this paper, we consider the problem of long-term point tracking, which requires consistent identification of points across multiple frames in a video, despite changes in appearance, lighting, perspective, and occlusio…

Point Tracking

Point3R: Streaming 3D Reconstruction with Explicit Spatial Pointer Memory

2025-07-03 · Yuqi Wu, Wenzhao Zheng, Jie Zhou, Jiwen Lu arxiv

Dense 3D scene reconstruction from an ordered sequence or unordered image collections is a critical step when bringing research in computer vision into practical scenarios. Following the paradigm introduced by DUSt3R, wh…

3D Reconstruction

Track-On2: Enhancing Online Point Tracking with Memory

2025-09-23 · Görkay Aydemir, Weidi Xie, Fatma Güney arxiv

In this paper, we consider the problem of long-term point tracking, which requires consistent identification of points across video frames under significant appearance changes, motion, and occlusion. We target the online…

Point Tracking

Anchor3R: Streaming 3D Reconstruction with Transient Anchors for Long-Horizon Visual Mapping

2026-06-03 · Peilin Tao, Chong Cheng, Yuansen Du, Caiwei Song 외 arxiv

Long-horizon online visual mapping is a core capability for robot perception, requiring continuous camera-motion and scene-geometry estimation from visual streams under bounded memory and computation. Recent feed-forward…

3D Reconstruction

Sketch-Based Anomaly Detection in Streaming Graphs

2021-06-08 · Siddharth Bhatia, Mohit Wadhwa, Kenji Kawaguchi, Neil Shah 외

Given a stream of graph edges from a dynamic graph, how can we assign anomaly scores to edges and subgraphs in an online manner, for the purpose of detecting unusual behavior, using constant time and memory? For example,…

Anomaly DetectionIntrusion Detection