{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/online-dense-point-tracking-with-streaming","title":"Online Dense Point Tracking with Streaming Memory","arxiv_id":"2503.06471","date":"2025-03-09","proceeding":null,"authors":["Qiaole Dong","Yanwei Fu"],"abstract":"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.","url_abs":"https://arxiv.org/abs/2503.06471v1","url_pdf":"https://arxiv.org/pdf/2503.06471v1.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"online-dense-point-tracking-with-streaming","repo_url":"https://github.com/dqiaole/spot","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":null}],"tasks":[{"task_slug":"optical-flow-estimation","task_name":"Optical Flow Estimation"},{"task_slug":"point-tracking","task_name":"Point Tracking"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2503.06471","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2503.06471"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/dqiaole/spot","reach":null}],"summary":{"ran":5,"unverified":7},"by_repo_kind":{"official":{"samples":12,"ran":5,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"c2cb34b505553e92","entry":"AlphaHead","repo":"dqiaole/spot","repo_kind":"official","path":"spot/models/shelf/spot.py","file_url":"https://github.com/dqiaole/spot/blob/HEAD/spot/models/shelf/spot.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"c2cb34b505553e92"}},{"code_sha256_prefix":"ea952a3ce1427b69","entry":"BasicEncoder","repo":"dqiaole/spot","repo_kind":"official","path":"spot/models/shelf/spot.py","file_url":"https://github.com/dqiaole/spot/blob/HEAD/spot/models/shelf/spot.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"ea952a3ce1427b69"}},{"code_sha256_prefix":"790484672ba69037","entry":"BasicMotionEncoder","repo":"dqiaole/spot","repo_kind":"official","path":"spot/models/shelf/spot.py","file_url":"https://github.com/dqiaole/spot/blob/HEAD/spot/models/shelf/spot.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"790484672ba69037"}},{"code_sha256_prefix":"e937dd70d848868a","entry":"FlowHead","repo":"dqiaole/spot","repo_kind":"official","path":"spot/models/shelf/spot.py","file_url":"https://github.com/dqiaole/spot/blob/HEAD/spot/models/shelf/spot.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"e937dd70d848868a"}},{"code_sha256_prefix":"0776edda07555e0d","entry":"ResidualBlock","repo":"dqiaole/spot","repo_kind":"official","path":"spot/models/shelf/spot.py","file_url":"https://github.com/dqiaole/spot/blob/HEAD/spot/models/shelf/spot.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"0776edda07555e0d"}},{"code_sha256_prefix":"5c8cfbb76ae2a7e1","entry":"BasicUpdateBlock2","repo":"dqiaole/spot","repo_kind":"official","path":"spot/models/shelf/spot.py","file_url":"https://github.com/dqiaole/spot/blob/HEAD/spot/models/shelf/spot.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"5c8cfbb76ae2a7e1"}},{"code_sha256_prefix":"aa68132b6cf85657","entry":"CorrBlock","repo":"dqiaole/spot","repo_kind":"official","path":"spot/models/shelf/spot.py","file_url":"https://github.com/dqiaole/spot/blob/HEAD/spot/models/shelf/spot.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"aa68132b6cf85657"}},{"code_sha256_prefix":"efde9ebbfb82cda7","entry":"SPOT","repo":"dqiaole/spot","repo_kind":"official","path":"spot/models/shelf/spot.py","file_url":"https://github.com/dqiaole/spot/blob/HEAD/spot/models/shelf/spot.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"efde9ebbfb82cda7"}},{"code_sha256_prefix":"fa5211ea81e3089d","entry":"SepConvGRU","repo":"dqiaole/spot","repo_kind":"official","path":"spot/models/shelf/spot.py","file_url":"https://github.com/dqiaole/spot/blob/HEAD/spot/models/shelf/spot.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"fa5211ea81e3089d"}},{"code_sha256_prefix":"7a26d31f2de59fc3","entry":"SepConvGRU2","repo":"dqiaole/spot","repo_kind":"official","path":"spot/models/shelf/spot.py","file_url":"https://github.com/dqiaole/spot/blob/HEAD/spot/models/shelf/spot.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"7a26d31f2de59fc3"}},{"code_sha256_prefix":"0a3912c3f6aa43c4","entry":"bilinear_sampler","repo":"dqiaole/spot","repo_kind":"official","path":"spot/models/shelf/spot.py","file_url":"https://github.com/dqiaole/spot/blob/HEAD/spot/models/shelf/spot.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"0a3912c3f6aa43c4"}},{"code_sha256_prefix":"5a3313ae059803f1","entry":"coords_grid","repo":"dqiaole/spot","repo_kind":"official","path":"spot/models/shelf/spot.py","file_url":"https://github.com/dqiaole/spot/blob/HEAD/spot/models/shelf/spot.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"5a3313ae059803f1"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}