Papers › Grounding Image Matching in 3D with MASt3R

Grounding Image Matching in 3D with MASt3R

14 Jun 2024arXiv:2406.09756archive 2025-07-28

Vincent Leroy, Yohann Cabon, Jérôme Revaud

Image Matching is a core component of all best-performing algorithms and pipelines in 3D vision. Yet despite matching being fundamentally a 3D problem, intrinsically linked to camera pose and scene geometry, it is typically treated as a 2D problem. This makes sense as the goal of matching is to establish correspondences between 2D pixel fields, but also seems like a potentially hazardous choice. In this work, we take a different stance and propose to cast matching as a 3D task with DUSt3R, a recent and powerful 3D reconstruction framework based on Transformers. Based on pointmaps regression, this method displayed impressive robustness in matching views with extreme viewpoint changes, yet with limited accuracy. We aim here to improve the matching capabilities of such an approach while preserving its robustness. We thus propose to augment the DUSt3R network with a new head that outputs dense local features, trained with an additional matching loss. We further address the issue of quadratic complexity of dense matching, which becomes prohibitively slow for downstream applications if not carefully treated. We introduce a fast reciprocal matching scheme that not only accelerates matching by orders of magnitude, but also comes with theoretical guarantees and, lastly, yields improved results. Extensive experiments show that our approach, coined MASt3R, significantly outperforms the state of the art on multiple matching tasks. In particular, it beats the best published methods by 30% (absolute improvement) in VCRE AUC on the extremely challenging Map-free localization dataset.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

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="2406.09756")

Code

Syntology Ran 14 of 17 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 14 ran with no contract checked.

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

naver/mast3r officialmentioned in papermentioned 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

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

14ran
3unverified

Licence: 17 of the 17 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 naver/mast3r. “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.

apply_log_to_norm naver/mast3r/mast3r/losses.py official repository ran fingerprinted no licence file found · pointer only · f3fd659d5f95c771 · report
batched_triangulate naver/mast3r/mast3r/cloud_opt/triangulation.py official repository ran licence not identified · pointer only · 474afb3f38b2c1bc · report
bruteforce_reciprocal_nns naver/mast3r/mast3r/fast_nn.py official repository ran licence not identified · pointer only · 60d067ba9a3fb4a6 · report
convert_dust3r_pairs_naming naver/mast3r/mast3r/cloud_opt/sparse_ga.py official repository ran licence not identified · pointer only · f6b7e329975502ed · report
gamma_loss naver/mast3r/mast3r/cloud_opt/utils/losses.py official repository ran licence not identified · pointer only · a28441649e04c270 · report
get_similarities naver/mast3r/mast3r/losses.py official repository ran fingerprinted no licence file found · pointer only · 6e6b3f8c6d2c3d69 · report
how_select_local naver/mast3r/mast3r/retrieval/model.py official repository ran licence not identified · pointer only · eaadf59dfacc29f6 · report
l05_loss naver/mast3r/mast3r/cloud_opt/utils/losses.py official repository ran fingerprinted licence not identified · pointer only · fdeb9a710048befb · report
l1_loss naver/mast3r/mast3r/cloud_opt/utils/losses.py official repository ran fingerprinted licence not identified · pointer only · 57af2b727ab331be · report
merge_corres naver/mast3r/mast3r/fast_nn.py official repository ran licence not identified · pointer only · 6575a76869abe3b3 · report
pcawhitenlearn_shrinkage naver/mast3r/mast3r/retrieval/model.py official repository ran fingerprinted licence not identified · pointer only · 68208f1e15cc2916 · report
reg_desc naver/mast3r/mast3r/catmlp_dpt_head.py official repository ran licence not identified · pointer only · 2e16111f6a6717ac · report
sel naver/mast3r/mast3r/image_pairs.py official repository ran licence not identified · pointer only · a2c256044b1ba139 · report
weighted_spoc naver/mast3r/mast3r/retrieval/model.py official repository ran fingerprinted licence not identified · pointer only · f8448367aee10bcc · report
filter_pairs_seq naver/mast3r/mast3r/image_pairs.py official repository unverified no licence file found · pointer only · d07895a2f6ed02f8 · report
load_model naver/mast3r/mast3r/model.py official repository unverified licence not identified · pointer only · 9a09f31d98cc4d88 · report
matches_to_depths naver/mast3r/mast3r/cloud_opt/triangulation.py official repository unverified licence not identified · pointer only · c030fad7954a65d2 · report

Tasks

3D Reconstruction

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