{"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/update-model-probs","entry":"update_model_probs","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":12,"n_papers_ran":7,"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":6,"n_samples_ran":4,"n_samples_fingerprinted":4,"n_places":14,"n_places_pointer_only":6,"by_status":{"ran_honours":1,"ran_violates":0,"ran_draft_wrong":3,"ran_fixture":0,"ran":0,"unverified":2},"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":"2609.02507","paper":"/paper/arxiv-2609-02507","title":"Rethinking the Teacher-Student Framework for Test-Time Adaptation","date":null,"month_inferred_from_arxiv_id":"2026-09","title_source":"syntology","repo":"dmn-sjk/intransigent_teacher","path":"methods/eata.py","file_url":"https://github.com/dmn-sjk/intransigent_teacher/blob/HEAD/methods/eata.py","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"f4a71b97346fb88d","mcp_get_code":{"code_sha256":"f4a71b97346fb88d"}},{"arxiv_id":"2604.15609","paper":"/paper/arxiv-2604-15609","title":"Adapting in the Dark: Efficient and Stable Test-Time Adaptation for Black-Box Models","date":null,"month_inferred_from_arxiv_id":"2026-04","title_source":"syntology","repo":"yunbeizhang/BETA","path":"tta_library/beta.py","file_url":"https://github.com/yunbeizhang/BETA/blob/HEAD/tta_library/beta.py","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"8a1599bccdd2a405","mcp_get_code":{"code_sha256":"8a1599bccdd2a405"}},{"arxiv_id":"2603.21928","paper":"/paper/arxiv-2603-21928","title":"The Golden Subspace: Where Efficiency Meets Generalization in Continual Test-Time Adaptation","date":null,"month_inferred_from_arxiv_id":"2026-03","title_source":"syntology","repo":"AIGNLAI/GOLD","path":"classification/methods/cmf.py","file_url":"https://github.com/AIGNLAI/GOLD/blob/HEAD/classification/methods/cmf.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"073ab5af80ddbe36","mcp_get_code":{"code_sha256":"073ab5af80ddbe36"}},{"arxiv_id":"2601.16240","paper":"/paper/arxiv-2601-16240","title":"Test-Time Adaptation for Speech Emotion Recognition","date":null,"month_inferred_from_arxiv_id":"2026-01","title_source":"syntology","repo":"JiahengDong/SETTA","path":"TTAs/eata.py","file_url":"https://github.com/JiahengDong/SETTA/blob/HEAD/TTAs/eata.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"182d3657a9eebb0d","mcp_get_code":{"code_sha256":"182d3657a9eebb0d"}},{"arxiv_id":"2407.12128","paper":"/paper/distribution-alignment-for-fully-test-time","title":"Distribution Alignment for Fully Test-Time Adaptation with Dynamic Online Data Streams","date":"2024-07-16","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"WZq975/DA-TTA","path":"methods/eata.py","file_url":"https://github.com/WZq975/DA-TTA/blob/HEAD/methods/eata.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"182d3657a9eebb0d","mcp_get_code":{"code_sha256":"182d3657a9eebb0d"}},{"arxiv_id":"2402.17316","paper":"/paper/towards-robust-and-efficient-cloud-edge","title":"Towards Robust and Efficient Cloud-Edge Elastic Model Adaptation via Selective Entropy Distillation","date":"2024-02-27","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"chenyaofo/cema","path":"codebase/core/tta/cema.py","file_url":"https://github.com/chenyaofo/cema/blob/HEAD/codebase/core/tta/cema.py","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"BSD-3-Clause","inline_ok":true,"code_sha256_prefix":"f4a71b97346fb88d","mcp_get_code":{"code_sha256":"f4a71b97346fb88d"}},{"arxiv_id":"2311.14402","paper":"/paper/tea-test-time-energy-adaptation","title":"TEA: Test-time Energy Adaptation","date":"2023-11-24","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"yuanyige/tea","path":"core/adazoo/eata.py","file_url":"https://github.com/yuanyige/tea/blob/HEAD/core/adazoo/eata.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"182d3657a9eebb0d","mcp_get_code":{"code_sha256":"182d3657a9eebb0d"}},{"arxiv_id":"2309.14949","paper":"/paper/towards-real-world-test-time-adaptation-tri","title":"Towards Real-World Test-Time Adaptation: Tri-Net Self-Training with Balanced Normalization","date":"2023-09-26","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"gorilla-lab-scut/tribe","path":"core/adapter/eata.py","file_url":"https://github.com/gorilla-lab-scut/tribe/blob/HEAD/core/adapter/eata.py","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"f4a71b97346fb88d","mcp_get_code":{"code_sha256":"f4a71b97346fb88d"}},{"arxiv_id":"2306.00650","paper":"/paper/universal-test-time-adaptation-through-weight","title":"Universal Test-time Adaptation through Weight Ensembling, Diversity Weighting, and Prior Correction","date":"2023-06-01","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"mariodoebler/test-time-adaptation","path":"classification/methods/roid.py","file_url":"https://github.com/mariodoebler/test-time-adaptation/blob/HEAD/classification/methods/roid.py","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"0baf3c3fd33582c4","mcp_get_code":{"code_sha256":"0baf3c3fd33582c4"}},{"arxiv_id":"2204.02610","paper":"/paper/efficient-test-time-model-adaptation-without","title":"Efficient Test-Time Model Adaptation without Forgetting","date":"2022-04-06","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"mr-eggplant/eata","path":"eata.py","file_url":"https://github.com/mr-eggplant/eata/blob/HEAD/eata.py","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"NOASSERTION","inline_ok":false,"code_sha256_prefix":"662233292898d011","mcp_get_code":{"code_sha256":"662233292898d011"}},{"arxiv_id":"2204.02610","paper":"/paper/efficient-test-time-model-adaptation-without","title":"Efficient Test-Time Model Adaptation without Forgetting","date":"2022-04-06","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":null,"path":"","file_url":null,"status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":null,"inline_ok":false,"code_sha256_prefix":"f4a71b97346fb88d","mcp_get_code":{"code_sha256":"f4a71b97346fb88d"}},{"arxiv_id":"openreview_QYPKLGyz7K","paper":null,"title":"arXiv:openreview_QYPKLGyz7K","date":null,"month_inferred_from_arxiv_id":null,"title_source":null,"repo":"scienceliuc/SaTeen","path":"eata.py","file_url":"https://github.com/scienceliuc/SaTeen/blob/HEAD/eata.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"code_sha256_prefix":"182d3657a9eebb0d","mcp_get_code":{"code_sha256":"182d3657a9eebb0d"}},{"arxiv_id":"Ni_Maintaining_Consistent_Inter-Class_Topology_in_Continual_Test-Time_Adaptation_CVPR_2025_paper","paper":null,"title":"arXiv:Ni_Maintaining_Consistent_Inter-Class_Topology_in_Continual_Test-Time_Adaptation_CVPR_2025_paper","date":null,"month_inferred_from_arxiv_id":null,"title_source":null,"repo":"Successybbdwm/TCA","path":"classification/methods/eata.py","file_url":"https://github.com/Successybbdwm/TCA/blob/HEAD/classification/methods/eata.py","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"f4a71b97346fb88d","mcp_get_code":{"code_sha256":"f4a71b97346fb88d"}},{"arxiv_id":"Ni_Maintaining_Consistent_Inter-Class_Topology_in_Continual_Test-Time_Adaptation_CVPR_2025_paper","paper":null,"title":"arXiv:Ni_Maintaining_Consistent_Inter-Class_Topology_in_Continual_Test-Time_Adaptation_CVPR_2025_paper","date":null,"month_inferred_from_arxiv_id":null,"title_source":null,"repo":"Successybbdwm/TCA","path":"classification/methods/cmf.py","file_url":"https://github.com/Successybbdwm/TCA/blob/HEAD/classification/methods/cmf.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"073ab5af80ddbe36","mcp_get_code":{"code_sha256":"073ab5af80ddbe36"}}]}