{"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/get-color-distortion","entry":"get_color_distortion","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":9,"n_papers_ran":4,"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":2,"n_samples_fingerprinted":0,"n_places":10,"n_places_pointer_only":2,"by_status":{"ran_honours":0,"ran_violates":0,"ran_draft_wrong":2,"ran_fixture":0,"ran":0,"unverified":4},"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":"2411.06508","paper":"/paper/understanding-the-role-of-equivariance-in","title":"Understanding the Role of Equivariance in Self-supervised Learning","date":"2024-11-10","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"kaotty/Understanding-ESSL","path":"ESSL/equivariant_tasks.py","file_url":"https://github.com/kaotty/Understanding-ESSL/blob/HEAD/ESSL/equivariant_tasks.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"fea67a5756eb68e5","mcp_get_code":{"code_sha256":"fea67a5756eb68e5"}},{"arxiv_id":"2404.03392","paper":"/paper/two-tricks-to-improve-unsupervised","title":"Boosting Unsupervised Segmentation Learning","date":"2024-04-04","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"alperensari/segmentation-tricks","path":"utils_dis.py","file_url":"https://github.com/alperensari/segmentation-tricks/blob/HEAD/utils_dis.py","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"b8ef2b49a369cb69","mcp_get_code":{"code_sha256":"b8ef2b49a369cb69"}},{"arxiv_id":"2303.06670","paper":"/paper/dino-mc-self-supervised-contrastive-learning","title":"Extending global-local view alignment for self-supervised learning with remote sensing imagery","date":"2023-03-12","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"wennyxy/dino-mc","path":"data_process/dino_augmentation.py","file_url":"https://github.com/wennyxy/dino-mc/blob/HEAD/data_process/dino_augmentation.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"94226f82998bee03","mcp_get_code":{"code_sha256":"94226f82998bee03"}},{"arxiv_id":"2210.09866","paper":"/paper/towards-efficient-and-effective-self","title":"Towards Efficient and Effective Self-Supervised Learning of Visual Representations","date":"2022-10-18","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"val-iisc/EffSSL","path":"src/multicropdataset.py","file_url":"https://github.com/val-iisc/EffSSL/blob/HEAD/src/multicropdataset.py","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"b8ef2b49a369cb69","mcp_get_code":{"code_sha256":"b8ef2b49a369cb69"}},{"arxiv_id":"2207.01156","paper":"/paper/removing-batch-normalization-boosts","title":"Removing Batch Normalization Boosts Adversarial Training","date":"2022-07-04","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"amazon-research/normalizer-free-robust-training","path":"dataloaders/imagenet.py","file_url":"https://github.com/amazon-research/normalizer-free-robust-training/blob/HEAD/dataloaders/imagenet.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":"94226f82998bee03","mcp_get_code":{"code_sha256":"94226f82998bee03"}},{"arxiv_id":"2110.01445","paper":"/paper/robust-and-decomposable-average-precision-for","title":"Robust and Decomposable Average Precision for Image Retrieval","date":"2021-10-01","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"elias-ramzi/roadmap","path":"roadmap/datasets/base_dataset.py","file_url":"https://github.com/elias-ramzi/roadmap/blob/HEAD/roadmap/datasets/base_dataset.py","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"b8ef2b49a369cb69","mcp_get_code":{"code_sha256":"b8ef2b49a369cb69"}},{"arxiv_id":"2104.09866","paper":"/paper/distill-on-the-go-online-knowledge","title":"Distill on the Go: Online knowledge distillation in self-supervised learning","date":"2021-04-20","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"NeurAI-Lab/DoGo","path":"augmentations/helper.py","file_url":"https://github.com/NeurAI-Lab/DoGo/blob/HEAD/augmentations/helper.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"3860c3a3593e414b","mcp_get_code":{"code_sha256":"3860c3a3593e414b"}},{"arxiv_id":"2002.05709","paper":"/paper/a-simple-framework-for-contrastive-learning","title":"A Simple Framework for Contrastive Learning of Visual Representations","date":"2020-02-13","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"liuch37/image-processing","path":"augmentation/color_distortion_pytorch.py","file_url":"https://github.com/liuch37/image-processing/blob/HEAD/augmentation/color_distortion_pytorch.py","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"code_sha256_prefix":"0adaf15a01b00920","mcp_get_code":{"code_sha256":"0adaf15a01b00920"}},{"arxiv_id":"2002.05709","paper":"/paper/a-simple-framework-for-contrastive-learning","title":"A Simple Framework for Contrastive Learning of Visual Representations","date":"2020-02-13","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"AndrewAtanov/simclr-pytorch","path":"utils/datautils.py","file_url":"https://github.com/AndrewAtanov/simclr-pytorch/blob/HEAD/utils/datautils.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"94226f82998bee03","mcp_get_code":{"code_sha256":"94226f82998bee03"}},{"arxiv_id":"Zhou_Revisiting_Prototypical_Network_for_Cross_Domain_Few-Shot_Learning_CVPR_2023_paper","paper":null,"title":"arXiv:Zhou_Revisiting_Prototypical_Network_for_Cross_Domain_Few-Shot_Learning_CVPR_2023_paper","date":null,"month_inferred_from_arxiv_id":null,"title_source":null,"repo":"NWPUZhoufei/LDP-Net","path":"train_dataset.py","file_url":"https://github.com/NWPUZhoufei/LDP-Net/blob/HEAD/train_dataset.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":"8024c9e3bfd77b1f","mcp_get_code":{"code_sha256":"8024c9e3bfd77b1f"}}]}