Papers › SAF3R: Dynamic Sparse Attention for Feed-Forward 3D Reconstruction Transformers

SAF3R: Dynamic Sparse Attention for Feed-Forward 3D Reconstruction Transformers

3 Jul 2026arXiv:2607.03612added by Syntology

Jianing Deng, Yuanzhe Li, Jialu Wang, Song Wang, Tianlong Chen, Huanrui Yang, Jingtong Hu

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Feed-forward 3D reconstruction (F3R) transformers have recently achieved remarkable success. However, scaling them to long image sequences remains challenging, as the quadratic complexity of cross-view global attention quickly becomes the dominant computational bottleneck. While recent efforts attempt to improve efficiency through compressed or sparse attention, they fail to fully exploit the inherent sparsity and dynamic behavior of global attention. In this work, we present a comprehensive analysis of global attention across multiple F3R transformers and reveal that attention patterns are highly heterogeneous, dynamic, and extremely sparse across layers and attention heads. Motivated by these findings, we propose SAF3R, a training-free dynamic sparse attention framework tailored to F3R transformers. SAF3R integrates tailored sparse attention mechanisms with offline head profiling and an efficient online adaptation strategy to match input-dependent attention behaviors. Extensive experiments demonstrate that SAF3R achieves high sparsity ratios while preserving camera pose estimation and 3D reconstruction quality, translating into substantial end-to-end speedup on F3R transformers compared to existing methods. Code is available at https://github.com/jndeng/SAF3R

PaperPDFCode 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="2607.03612")

Code

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

By repository: found in paper text by Syntology: 12 samples from 1 repository, 10 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

jndeng/SAF3R found in paper text by Syntology report

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

12 samples harvested; 10 ran; 0 honoured the contract we drafted; 2 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.

10ran
2unverified

Licence: 12 of the 12 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 jndeng/SAF3R. “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.

broadcast_anchorframe_attention jndeng/SAF3R/saf3r/patch/sparse_attention.py found in paper text by Syntology ran no licence file found · pointer only · 352f830a936276d7 · report
compute_qk_topk_indices_batched jndeng/SAF3R/saf3r/patch/utils.py found in paper text by Syntology ran no licence file found · pointer only · 54ee3709aac5da15 · report
get_separate_indices jndeng/SAF3R/saf3r/patch/sparse_attention.py found in paper text by Syntology ran no licence file found · pointer only · f4b1536fd995efc5 · report
getattr_nested jndeng/SAF3R/saf3r/patch/utils.py found in paper text by Syntology ran no licence file found · pointer only · 3397d0878a853bf9 · report
load_config jndeng/SAF3R/saf3r/models/official_da3/cfg.py found in paper text by Syntology ran no licence file found · pointer only · 61fc3feab9b77a2e · report
rel2abs jndeng/SAF3R/saf3r/patch/patch_da3.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 357cd1b8cc2b4d9a · report
rel2abs jndeng/SAF3R/saf3r/patch/patch_pi3.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 3c7eb2d7ebaabac4 · report
resolve_inheritance jndeng/SAF3R/saf3r/models/official_da3/cfg.py found in paper text by Syntology ran no licence file found · pointer only · e670cca85ad64e35 · report
resolve_recursive jndeng/SAF3R/saf3r/models/official_da3/cfg.py found in paper text by Syntology ran no licence file found · pointer only · a09fd8ce00f2afb2 · report
sample_frames jndeng/SAF3R/saf3r/profile_models.py found in paper text by Syntology ran no licence file found · pointer only · eec68b77b0f0e53d · report
build_model jndeng/SAF3R/saf3r/utils/model_utils.py found in paper text by Syntology unverified no licence file found · pointer only · 25c975b9fde6e203 · report
sparse_attention jndeng/SAF3R/saf3r/patch/sparse_attention.py found in paper text by Syntology unverified no licence file found · pointer only · dcd87d59a89a40d5 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2607.03612, was issued in July 2026, after that date, so the archive has no leaderboard rows for it.

Placed on leaderboards by Syntology Syntology

Syntology's extractor considered 1 leaderboard for this paper and did not place the paper on it: 1 refused by a rule. What is not shown.

Syntology has checked 6,885 of the 9,623 papers on this site that are newer than the archive; results from the others appear after they are checked.

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