{"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":"/code/labelembedder","entry":"LabelEmbedder","source":"Syntology graph, per-sample; not an archive number","read_at":"2026-09-24T18:15:14+00:00","claim":"Names are grouped by exact entry-name string. Same-named routines are NOT asserted to be equivalent; 'ran' means executed on a synthesized fixture, not correctness. n_samples_ran = sum of by_status over every status except 'unverified' (ran_draft_wrong and ran_fixture are failures of Syntology's instrument, not of the code); n_papers_ran = papers with at least one such sample.","status_vocabulary":{"ran_honours":"ran, honoured the contract we drafted","ran_violates":"ran, violated the contract we drafted","ran_draft_wrong":"ran; our contract draft was wrong, not the code","ran_fixture":"ran; our fixture could not drive it","ran":"ran on a synthesized input","unverified":"unverified (harvested, no recorded run)"},"n_papers":13,"n_papers_ran":13,"units":"n_samples, n_samples_ran, n_samples_fingerprinted and by_status count distinct code bodies (code_sha256); n_places and n_places_pointer_only count places, one per (paper, code body) pair, which is also the unit of the samples list","n_samples":13,"n_samples_ran":13,"n_samples_fingerprinted":0,"n_places":13,"n_places_pointer_only":6,"by_status":{"ran_honours":0,"ran_violates":0,"ran_draft_wrong":0,"ran_fixture":0,"ran":13,"unverified":0},"syntology":{"atlas_url":null,"mcp":null,"mcp_per_sample":{"tool":"get_code","arguments_in":"samples[].mcp_get_code"},"developers":"https://syntology.ai/developers"},"samples":[{"arxiv_id":"2608.01298","paper":"/paper/arxiv-2608-01298","title":"UDT: Reconciling U-Nets and Diffusion Transformers with Data-Adaptive Token Reduction","date":null,"month_inferred_from_arxiv_id":"2026-08","title_source":"syntology","repo":"JN-Yun/UDT","path":"models/UDT.py","file_url":"https://github.com/JN-Yun/UDT/blob/HEAD/models/UDT.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"813b038557b60edd","mcp_get_code":{"code_sha256":"813b038557b60edd"}},{"arxiv_id":"2603.14366","paper":"/paper/arxiv-2603-14366","title":"Representation Alignment for Just Image Transformers is not Easier than You Think","date":null,"month_inferred_from_arxiv_id":"2026-03","title_source":"syntology","repo":"kaist-cvml/PixelREPA","path":"model_pixelREPA.py","file_url":"https://github.com/kaist-cvml/PixelREPA/blob/HEAD/model_pixelREPA.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"87930693cba7acab","mcp_get_code":{"code_sha256":"87930693cba7acab"}},{"arxiv_id":"2602.02493","paper":"/paper/arxiv-2602-02493","title":"PixelGen: Improving Pixel Diffusion with Perceptual Supervision","date":null,"month_inferred_from_arxiv_id":"2026-02","title_source":"syntology","repo":"Zehong-Ma/PixelGen","path":"src/models/transformer/JiT.py","file_url":"https://github.com/Zehong-Ma/PixelGen/blob/HEAD/src/models/transformer/JiT.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"2f4663cf9f632886","mcp_get_code":{"code_sha256":"2f4663cf9f632886"}},{"arxiv_id":"2504.11295","paper":"/paper/autoregressive-distillation-of-diffusion","title":"Autoregressive Distillation of Diffusion Transformers","date":"2025-04-15","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"alsdudrla10/ARD","path":"models_ARD.py","file_url":"https://github.com/alsdudrla10/ARD/blob/HEAD/models_ARD.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"code_sha256_prefix":"cef97d18fc075e73","mcp_get_code":{"code_sha256":"cef97d18fc075e73"}},{"arxiv_id":"2503.03965","paper":"/paper/all-atom-diffusion-transformers-unified","title":"All-atom Diffusion Transformers: Unified generative modelling of molecules and materials","date":"2025-03-05","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"facebookresearch/all-atom-diffusion-transformer","path":"src/models/denoisers/dit.py","file_url":"https://github.com/facebookresearch/all-atom-diffusion-transformer/blob/HEAD/src/models/denoisers/dit.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"code_sha256_prefix":"d712ae7c7b20e719","mcp_get_code":{"code_sha256":"d712ae7c7b20e719"}},{"arxiv_id":"2501.00880","paper":"/paper/improving-autoregressive-visual-generation","title":"Improving Autoregressive Visual Generation with Cluster-Oriented Token Prediction","date":"2025-01-01","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"sjtuplayer/IAR","path":"autoregressive/models/gpt.py","file_url":"https://github.com/sjtuplayer/IAR/blob/HEAD/autoregressive/models/gpt.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"5cdccc4f721bbecd","mcp_get_code":{"code_sha256":"5cdccc4f721bbecd"}},{"arxiv_id":"2412.12095","paper":"/paper/causal-diffusion-transformers-for-generative","title":"Causal Diffusion Transformers for Generative Modeling","date":"2024-12-16","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"causalfusion/causalfusion","path":"models.py","file_url":"https://github.com/causalfusion/causalfusion/blob/HEAD/models.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"19b85a064360126a","mcp_get_code":{"code_sha256":"19b85a064360126a"}},{"arxiv_id":"2410.23788","paper":"/paper/edt-an-efficient-diffusion-transformer","title":"EDT: An Efficient Diffusion Transformer Framework Inspired by Human-like Sketching","date":"2024-10-31","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"xinwangchen/edt","path":"models_edt.py","file_url":"https://github.com/xinwangchen/edt/blob/HEAD/models_edt.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"code_sha256_prefix":"3da76c6c6b6525e1","mcp_get_code":{"code_sha256":"3da76c6c6b6525e1"}},{"arxiv_id":"2410.10356","paper":"/paper/fasterdit-towards-faster-diffusion","title":"FasterDiT: Towards Faster Diffusion Transformers Training without Architecture Modification","date":"2024-10-14","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"hustvl/LightningDiT","path":"models/lightningdit.py","file_url":"https://github.com/hustvl/LightningDiT/blob/HEAD/models/lightningdit.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"908133c58e4b4a36","mcp_get_code":{"code_sha256":"908133c58e4b4a36"}},{"arxiv_id":"2410.02705","paper":"/paper/controlar-controllable-image-generation-with","title":"ControlAR: Controllable Image Generation with Autoregressive Models","date":"2024-10-03","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"hustvl/controlar","path":"autoregressive/models/gpt.py","file_url":"https://github.com/hustvl/controlar/blob/HEAD/autoregressive/models/gpt.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"code_sha256_prefix":"7a710e6cde2ae35c","mcp_get_code":{"code_sha256":"7a710e6cde2ae35c"}},{"arxiv_id":"2405.17829","paper":"/paper/ldmol-text-conditioned-molecule-diffusion","title":"LDMol: Text-to-Molecule Diffusion Model with Structurally Informative Latent Space","date":"2024-05-28","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"jinhojsk515/ldmol","path":"models.py","file_url":"https://github.com/jinhojsk515/ldmol/blob/HEAD/models.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"code_sha256_prefix":"9d9a29443412f3ad","mcp_get_code":{"code_sha256":"9d9a29443412f3ad"}},{"arxiv_id":"2401.08741","paper":"/paper/fixed-point-diffusion-models","title":"Fixed Point Diffusion Models","date":"2024-01-16","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"lukemelas/fixed-point-diffusion-models","path":"models.py","file_url":"https://github.com/lukemelas/fixed-point-diffusion-models/blob/HEAD/models.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"e717f373a323a23c","mcp_get_code":{"code_sha256":"e717f373a323a23c"}},{"arxiv_id":"2303.14389","paper":"/paper/masked-diffusion-transformer-is-a-strong","title":"MDTv2: Masked Diffusion Transformer is a Strong Image Synthesizer","date":"2023-03-25","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"sail-sg/MDT","path":"masked_diffusion/models.py","file_url":"https://github.com/sail-sg/MDT/blob/HEAD/masked_diffusion/models.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"code_sha256_prefix":"e10926ae02924e62","mcp_get_code":{"code_sha256":"e10926ae02924e62"}}]}