Home › Code › MSDeformAttn

MSDeformAttn

Syntologyentry name in harvested coderead from the graph 2026-09-24

MSDeformAttn appears in the code Syntology harvested for 13 papers, as 15 distinct code bodies found in 15 places (a place is one code body under one paper). At least one of them ran in 7 of the papers; 0 of the code bodies carry a behaviour fingerprint.

What this page is not. Routines are grouped here by the exact string of their function or class name. Nothing asserts that two samples named MSDeformAttn do the same thing, share code, or are comparable; the name is a string, not an identity. Behaviour outputs (what a fingerprinted sample returned on the shared battery) are not in this export and are not shown here; the graph at syntology.ai holds them. "Ran" means executed on a synthesized fixture, not that the code is correct or reproduces a paper.

Samples Syntology

Syntology ran 7 of the 15 distinct code bodies named MSDeformAttn; 8 are unverified. One tile per status, in the site's fixed vocabulary, each code body counted once:

0ran · honoured contract
0ran · violated contract
0ran · our draft was wrong
0ran · fixture could not drive it
7ran
8unverified
0fingerprinted

Licence is a property of each copy, so it is counted per place: 6 of the 15 places are pointer only (Syntology does not serve that copy's text). This site shows no code text for any sample; every row below links to the file in its repository where the record names one.

“Ran” means the sample executed on a synthesized input; it does not mean the output is correct. “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, and those samples did run. The ran count above is every status except unverified, the same rule as each paper page.

Papers

13 papers shown of 13, newest first; 15 places in the table. A paper with no recorded date is placed by the month its arXiv id encodes, shown in the Date column as YYYY-MM (from id). One row per place: a paper whose repository defines the name more than once appears more than once, and the same code body held for several papers appears once under each, with the same status. Titles and dates are the archive's archive 2025-07-28 for papers in the archive; 1 papers have no page here and are shown by arXiv id only. Status and fingerprint are Syntology's record of each code body; licence is recorded for each place. The File cell ends with the code body's 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.

PaperDateFileStatus SyntologyLicence
Depth Any Camera: Zero-Shot Metric Depth Estimation from Any Camera 5 Jan 2025 yuliangguo/depth_any_camera/dac/models/idisc.py 51b14f91451eddd0 unverified MIT (permissive)
WeCromCL: Weakly Supervised Cross-Modality Contrastive Learning for Transcription-only Supervised Text Spotting 28 Jul 2024 ZhengyaoFang/WeCromCL/models/wecromcl.py 05b9a47ccafbfbbb ran · metamorphic tier: deterministic no licence file found · pointer only
Eliminating Feature Ambiguity for Few-Shot Segmentation 13 Jul 2024 Sam1224/AENet/SCCAN_CyCTR/model/cyc_transformer_plus.py b29bc600718c53ee unverified licence not identified · pointer only
InternVL: Scaling up Vision Foundation Models and Aligning for Generic Visual-Linguistic Tasks 21 Dec 2023 opengvlab/internvl-mmdetseg/ops/deformable_attention/modules/ms_deform_attn.py 726773e9a4284528 ran · metamorphic tier: deterministic no licence file found · pointer only
RLIPv2: Fast Scaling of Relational Language-Image Pre-training 18 Aug 2023 jacobyuan7/rlip/models/ParSetransformer.py 5d8915fe61383bce ran Apache-2.0 (permissive)
Lite DETR : An Interleaved Multi-Scale Encoder for Efficient DETR 13 Mar 2023 IDEA-Research/Lite-DETR/models/dino/deformable_transformer.py 9ed2bb9f05856a74 ran · metamorphic tier: deterministic Apache-2.0 (permissive)
PTSEFormer: Progressive Temporal-Spatial Enhanced TransFormer Towards Video Object Detection 6 Sep 2022 Hon-Wong/PTSEFormer/src/models/model_builder.py fd3c89afd641c536 ran · metamorphic tier: deterministic MIT (permissive)
Text Spotting Transformers 5 Apr 2022 mlpc-ucsd/TESTR/adet/modeling/testr/models.py debe8b805c7fb525 unverified Apache-2.0 (permissive)
DN-DETR: Accelerate DETR Training by Introducing Query DeNoising 2 Mar 2022 idea-research/maskdino/maskdino/modeling/transformer_decoder/dino_decoder.py 107172bd7583403e unverified Apache-2.0 (permissive)
Sparse DETR: Efficient End-to-End Object Detection with Learnable Sparsity 29 Nov 2021 kakaobrain/sparse-detr/models/deformable_transformer.py 196198adff3ea1cd unverified Apache-2.0 (permissive)
MonteFloor: Extending MCTS for Reconstructing Accurate Large-Scale Floor Plans 20 Mar 2021 woodfrog/poly-diffuse/src/models/polygon_models/polygon_net.py c89a6058bd1947a6 ran · metamorphic tier: deterministic GPL-3.0 (copyleft) · pointer only
Deformable DETR: Deformable Transformers for End-to-End Object Detection 8 Oct 2020 LONGXUANX/CDFormer_code/models/deformable_transformer.py 128bb63311a349d1 unverified MIT (permissive)
Deformable DETR: Deformable Transformers for End-to-End Object Detection 8 Oct 2020 roboflow/rf-detr/src/rfdetr/models/ops/modules/ms_deform_attn.py 764de19ef8f2c6e8 unverified Apache-2.0 (permissive)
Deformable DETR: Deformable Transformers for End-to-End Object Detection 8 Oct 2020 Visual-Behavior/aloception/alonet/deformable_detr/deformable_transformer.py 878cb59d722b1377 unverified licence not identified · pointer only
arXiv:Liu_BWFormer_Building_Wireframe_Reconstruction_from_Airborne_LiDAR_Point_Cloud_with_CVPR_2025_paper 3dv-casia/BWformer/models/corner_models.py 33dedba48b0a2aa6 ran · metamorphic tier: deterministic no licence file found · pointer only

This site shows no code text; each File cell links to the file on GitHub at the repository's current default branch, which may have changed since the 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 cell for the reason. Per-sample records for a paper are on its paper page under "Code Syntology ran".

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