Papers › LEAP-VO: Long-term Effective Any Point Tracking for Visual Odometry

LEAP-VO: Long-term Effective Any Point Tracking for Visual Odometry

3 Jan 2024CVPR 2024 1arXiv:2401.01887archive 2025-07-28

Weirong Chen, Le Chen, Rui Wang, Marc Pollefeys

Visual odometry estimates the motion of a moving camera based on visual input. Existing methods, mostly focusing on two-view point tracking, often ignore the rich temporal context in the image sequence, thereby overlooking the global motion patterns and providing no assessment of the full trajectory reliability. These shortcomings hinder performance in scenarios with occlusion, dynamic objects, and low-texture areas. To address these challenges, we present the Long-term Effective Any Point Tracking (LEAP) module. LEAP innovatively combines visual, inter-track, and temporal cues with mindfully selected anchors for dynamic track estimation. Moreover, LEAP's temporal probabilistic formulation integrates distribution updates into a learnable iterative refinement module to reason about point-wise uncertainty. Based on these traits, we develop LEAP-VO, a robust visual odometry system adept at handling occlusions and dynamic scenes. Our mindful integration showcases a novel practice by employing long-term point tracking as the front-end. Extensive experiments demonstrate that the proposed pipeline significantly outperforms existing baselines across various visual odometry benchmarks.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2401.01887")

Code

Syntology Ran 16 of 22 code samples harvested from 1 repository linked to this paper; 6 have no recorded run. Of those that ran: 1 ran · fixture could not drive it; 15 ran with no contract checked.

By repository: official repository: 22 samples from 1 repository, 16 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

wrchen530/leapvo officialmentioned on GitHubpytorchNOASSERTION report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

22 samples harvested; 16 ran; 0 honoured the contract we drafted; 6 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · fixture could not drive it
15ran
6unverified

Licence: 22 of the 22 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from wrchen530/leapvo. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: 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. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

cam_read_sintel wrchen530/leapvo/main/stream.py official repository ran licence not identified · pointer only · 7e9a178fbb50ce7e · report
coords_grid wrchen530/leapvo/main/backend/projective_ops.py official repository ran fingerprinted no licence file found · pointer only · 0cc157cee30b6b04 · report
coords_grid_with_index wrchen530/leapvo/main/leapvo.py official repository ran fingerprinted licence not identified · pointer only · 02a1cbe29e48c275 · report
extract_intrinsics wrchen530/leapvo/main/backend/projective_ops.py official repository ran fingerprinted no licence file found · pointer only · b89d818f78edbb63 · report
get_1d_sincos_pos_embed_from_grid wrchen530/leapvo/main/leap/core/embeddings.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · e5947aba1d10885f · report
get_2d_sincos_pos_embed wrchen530/leapvo/main/leap/core/embeddings.py official repository ran licence not identified · pointer only · 7a2e39f5bb9f70f7 · report
get_anchors wrchen530/leapvo/main/leap/core/anchor_sampler.py official repository ran licence not identified · pointer only · 46bc85ee605f6274 · report
load_depth wrchen530/leapvo/main/stream.py official repository ran licence not identified · pointer only · 7374e0ed28d16746 · report
load_image wrchen530/leapvo/main/stream.py official repository ran licence not identified · pointer only · df1ca9601675493f · report
load_sintel_traj wrchen530/leapvo/main/utils.py official repository ran licence not identified · pointer only · 8716d8663ed1c68b · report
meshgrid2d wrchen530/leapvo/main/leap/core/anchor_sampler.py official repository ran licence not identified · pointer only · d1ec13f0c7d364f4 · report
normalize wrchen530/leapvo/main/leap/core/model_utils.py official repository ran fingerprinted licence not identified · pointer only · f89e7a34d3e135a0 · report
normalize_single wrchen530/leapvo/main/leap/core/model_utils.py official repository ran fingerprinted licence not identified · pointer only · e71ae5fdcb7cc92f · report
read_video_from_path wrchen530/leapvo/main/slam_visualizer.py official repository ran licence not identified · pointer only · 642147810b9b7726 · report
sintel_cam_read wrchen530/leapvo/main/utils.py official repository ran licence not identified · pointer only · 2c720d3602f6ee32 · report
smart_cat wrchen530/leapvo/main/leap/core/model_utils.py official repository ran fingerprinted licence not identified · pointer only · e81e62695ed51d69 · report
build_cotracker wrchen530/leapvo/main/leap/core/predictor.py official repository unverified licence not identified · pointer only · 0ca9ac8ffd2b8e50 · report
build_cotracker_stride_4_wind_12 wrchen530/leapvo/main/leap/core/predictor.py official repository unverified licence not identified · pointer only · bfda8e10f9228772 · report
build_cotracker_stride_4_wind_8 wrchen530/leapvo/main/leap/core/predictor.py official repository unverified licence not identified · pointer only · 1a6a57f2d922fead · report
get_2d_sincos_pos_embed_from_grid wrchen530/leapvo/main/leap/core/embeddings.py official repository unverified no licence file found · pointer only · 665d8a4e8f673a4c · report
image_gradient wrchen530/leapvo/main/leap/core/anchor_sampler.py official repository unverified licence not identified · pointer only · 62f8af9dd7fb5768 · report
iproj wrchen530/leapvo/main/backend/projective_ops.py official repository unverified licence not identified · pointer only · ef03f6ad558340c5 · report

Tasks

Point TrackingVisual Odometry

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections