{"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/resnet12","entry":"resnet12","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":2,"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":11,"n_samples_ran":2,"n_samples_fingerprinted":0,"n_places":12,"n_places_pointer_only":3,"by_status":{"ran_honours":0,"ran_violates":0,"ran_draft_wrong":1,"ran_fixture":0,"ran":1,"unverified":9},"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":"2603.14238","paper":"/paper/arxiv-2603-14238","title":"Domain-Skewed Federated Learning with Feature Decoupling and Calibration","date":null,"month_inferred_from_arxiv_id":"2026-03","title_source":"syntology","repo":"mala-lab/F2DC","path":"backbone/ResNet.py","file_url":"https://github.com/mala-lab/F2DC/blob/HEAD/backbone/ResNet.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"code_sha256_prefix":"d74ecd8345a7fed8","mcp_get_code":{"code_sha256":"d74ecd8345a7fed8"}},{"arxiv_id":"2507.06482","paper":null,"title":"arXiv:2507.06482","date":null,"month_inferred_from_arxiv_id":"2025-07","title_source":null,"repo":"hwang52/FedDifRC","path":"model/resnet_cnn.py","file_url":"https://github.com/hwang52/FedDifRC/blob/HEAD/model/resnet_cnn.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"code_sha256_prefix":"e1d61582aac4c432","mcp_get_code":{"code_sha256":"e1d61582aac4c432"}},{"arxiv_id":"2412.05823","paper":"/paper/dapperfl-domain-adaptive-federated-learning","title":"DapperFL: Domain Adaptive Federated Learning with Model Fusion Pruning for Edge Devices","date":"2024-12-08","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"jyzgh/DapperFL","path":"fedml_api/standalone/domain_generalization/backbone/ResNet.py","file_url":"https://github.com/jyzgh/DapperFL/blob/HEAD/fedml_api/standalone/domain_generalization/backbone/ResNet.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"code_sha256_prefix":"d74ecd8345a7fed8","mcp_get_code":{"code_sha256":"d74ecd8345a7fed8"}},{"arxiv_id":"2309.16286","paper":"/paper/generalizable-heterogeneous-federated-cross","title":"Generalizable Heterogeneous Federated Cross-Correlation and Instance Similarity Learning","date":"2023-09-28","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"wenkehuang/fccl","path":"fccl+/backbone/ResNet.py","file_url":"https://github.com/wenkehuang/fccl/blob/HEAD/fccl%2B/backbone/ResNet.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"60a7b217270ea56a","mcp_get_code":{"code_sha256":"60a7b217270ea56a"}},{"arxiv_id":"2212.11702","paper":"/paper/robust-meta-representation-learning-via","title":"Robust Meta-Representation Learning via Global Label Inference and Classification","date":"2022-12-22","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"isakfalk/mela","path":"models/resnet.py","file_url":"https://github.com/isakfalk/mela/blob/HEAD/models/resnet.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"8172da2e9953c358","mcp_get_code":{"code_sha256":"8172da2e9953c358"}},{"arxiv_id":"2212.06079","paper":"/paper/robust-perception-through-equivariance","title":"Robust Perception through Equivariance","date":"2022-12-12","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"nayeemrizve/invariance-equivariance","path":"models/resnet_inv_eq.py","file_url":"https://github.com/nayeemrizve/invariance-equivariance/blob/HEAD/models/resnet_inv_eq.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"5dfeaba4ac54fa20","mcp_get_code":{"code_sha256":"5dfeaba4ac54fa20"}},{"arxiv_id":"2106.09017","paper":"/paper/bridging-multi-task-learning-and-meta","title":"Bridging Multi-Task Learning and Meta-Learning: Towards Efficient Training and Effective Adaptation","date":"2021-06-16","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"AI-secure/multi-task-learning","path":"models/resnet.py","file_url":"https://github.com/AI-secure/multi-task-learning/blob/HEAD/models/resnet.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"df4df7ccf0516f04","mcp_get_code":{"code_sha256":"df4df7ccf0516f04"}},{"arxiv_id":"2103.13582","paper":"/paper/learning-dynamic-alignment-via-meta-filter","title":"Learning Dynamic Alignment via Meta-filter for Few-shot Learning","date":"2021-03-25","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"loadder/Dynamic-Meta-filter","path":"torchFewShot/models/net.py","file_url":"https://github.com/loadder/Dynamic-Meta-filter/blob/HEAD/torchFewShot/models/net.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"8765a23e0885d73e","mcp_get_code":{"code_sha256":"8765a23e0885d73e"}},{"arxiv_id":"2003.11539","paper":"/paper/rethinking-few-shot-image-classification-a","title":"Rethinking Few-Shot Image Classification: a Good Embedding Is All You Need?","date":"2020-03-25","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"WangYueFt/rfs","path":"models/resnet.py","file_url":"https://github.com/WangYueFt/rfs/blob/HEAD/models/resnet.py","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"77f7c2774941b965","mcp_get_code":{"code_sha256":"77f7c2774941b965"}},{"arxiv_id":"aaai_25383","paper":null,"title":"arXiv:aaai_25383","date":null,"month_inferred_from_arxiv_id":null,"title_source":null,"repo":"PRIS-CV/Bi-FRN","path":"models/backbones/ResNet.py","file_url":"https://github.com/PRIS-CV/Bi-FRN/blob/HEAD/models/backbones/ResNet.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"ef174e2d4977666c","mcp_get_code":{"code_sha256":"ef174e2d4977666c"}},{"arxiv_id":"Li_Language-Driven_Anchors_for_Zero-Shot_Adversarial_Robustness_CVPR_2024_paper","paper":null,"title":"arXiv:Li_Language-Driven_Anchors_for_Zero-Shot_Adversarial_Robustness_CVPR_2024_paper","date":null,"month_inferred_from_arxiv_id":null,"title_source":null,"repo":"LixiaoTHU/LAAT","path":"models/ResNet12_embedding.py","file_url":"https://github.com/LixiaoTHU/LAAT/blob/HEAD/models/ResNet12_embedding.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"01c7f5ac0ec0c63b","mcp_get_code":{"code_sha256":"01c7f5ac0ec0c63b"}},{"arxiv_id":"Lazarou_Iterative_Label_Cleaning_for_Transductive_and_Semi-Supervised_Few-Shot_Learning_ICCV_2021_paper","paper":null,"title":"arXiv:Lazarou_Iterative_Label_Cleaning_for_Transductive_and_Semi-Supervised_Few-Shot_Learning_ICCV_2021_paper","date":null,"month_inferred_from_arxiv_id":null,"title_source":null,"repo":"MichalisLazarou/iLPC","path":"ici_models/resnet12.py","file_url":"https://github.com/MichalisLazarou/iLPC/blob/HEAD/ici_models/resnet12.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"6fe77adfd5176da0","mcp_get_code":{"code_sha256":"6fe77adfd5176da0"}}]}