{"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":"/paper/boosting-co-teaching-with-compression","title":"Boosting Co-teaching with Compression Regularization for Label Noise","arxiv_id":"2104.13766","date":"2021-04-28","proceeding":null,"authors":["Yingyi Chen","Xi Shen","Shell Xu Hu","Johan A. K. Suykens"],"abstract":"In this paper, we study the problem of learning image classification models in the presence of label noise. We revisit a simple compression regularization named Nested Dropout. We find that Nested Dropout, though originally proposed to perform fast information retrieval and adaptive data compression, can properly regularize a neural network to combat label noise. Moreover, owing to its simplicity, it can be easily combined with Co-teaching to further boost the performance. Our final model remains simple yet effective: it achieves comparable or even better performance than the state-of-the-art approaches on two real-world datasets with label noise which are Clothing1M and ANIMAL-10N. On Clothing1M, our approach obtains 74.9% accuracy which is slightly better than that of DivideMix. On ANIMAL-10N, we achieve 84.1% accuracy while the best public result by PLC is 83.4%. We hope that our simple approach can be served as a strong baseline for learning with label noise. Our implementation is available at https://github.com/yingyichen-cyy/Nested-Co-teaching.","url_abs":"https://arxiv.org/abs/2104.13766v1","url_pdf":"https://arxiv.org/pdf/2104.13766v1.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"boosting-co-teaching-with-compression","repo_url":"https://github.com/yingyichen-cyy/Nested-Co-teaching","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"data-compression","task_name":"Data Compression"},{"task_slug":"image-classification","task_name":"Image Classification"},{"task_slug":"learning-with-noisy-labels","task_name":"Learning with noisy labels"},{"task_slug":"retrieval","task_name":"Retrieval"},{"task_slug":"image-classification","task_name":"image-classification"}],"methods":[{"method_slug":"dropout","method_name":"Dropout"}],"datasets_introduced":[],"methods_introduced":[],"results":[{"leaderboard":"/sota/image-classification-on-clothing1m","task":"Image Classification","dataset":"Clothing1M","model":"NestedCoTeaching","rank_in_archive_order":13,"of":51,"metrics":{"Accuracy":"74.9%"},"uses_additional_data":true},{"leaderboard":"/sota/learning-with-noisy-labels-on-animal","task":"Learning with noisy labels","dataset":"ANIMAL","model":"CE + Dropout","rank_in_archive_order":17,"of":19,"metrics":{"Accuracy":"81.3","ImageNet Pretrained":"NO","Network":"Vgg19-BN"},"uses_additional_data":false},{"leaderboard":"/sota/learning-with-noisy-labels-on-animal","task":"Learning with noisy labels","dataset":"ANIMAL","model":"Nested Dropout","rank_in_archive_order":18,"of":19,"metrics":{"Accuracy":"81.3","ImageNet Pretrained":"NO","Network":"Vgg19-BN"},"uses_additional_data":false}],"syntology":{"syntology_url":"https://syntology.ai/paper/2104.13766","atlas_url":"https://app.syntology.ai/?focus=2104.13766","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2104.13766"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-25T09:33:49+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/yingyichen-cyy/Nested-Co-teaching","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran":11,"ran_draft_wrong":2,"unverified":1},"by_repo_kind":{"listed":{"samples":14,"ran":13,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"fe964f9da089c7b3","entry":"Classification","repo":"yingyichen-cyy/Nested-Co-teaching","repo_kind":"listed","path":"co_teaching_resnet/loss.py","file_url":"https://github.com/yingyichen-cyy/Nested-Co-teaching/blob/HEAD/co_teaching_resnet/loss.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"fe964f9da089c7b3"}},{"code_sha256_prefix":"847e47bb4c648749","entry":"Classification","repo":"yingyichen-cyy/Nested-Co-teaching","repo_kind":"listed","path":"co_teaching_vgg/loss.py","file_url":"https://github.com/yingyichen-cyy/Nested-Co-teaching/blob/HEAD/co_teaching_vgg/loss.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"847e47bb4c648749"}},{"code_sha256_prefix":"e6716b3f6de221b0","entry":"GaussianDist","repo":"yingyichen-cyy/Nested-Co-teaching","repo_kind":"listed","path":"nested/train_resnet.py","file_url":"https://github.com/yingyichen-cyy/Nested-Co-teaching/blob/HEAD/nested/train_resnet.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"e6716b3f6de221b0"}},{"code_sha256_prefix":"5054e5e4494e826b","entry":"LoadImg","repo":"yingyichen-cyy/Nested-Co-teaching","repo_kind":"listed","path":"co_teaching_resnet/dataloader.py","file_url":"https://github.com/yingyichen-cyy/Nested-Co-teaching/blob/HEAD/co_teaching_resnet/dataloader.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"5054e5e4494e826b"}},{"code_sha256_prefix":"6cac4fd32c7d1a5a","entry":"SampleSelection","repo":"yingyichen-cyy/Nested-Co-teaching","repo_kind":"listed","path":"co_teaching_resnet/loss.py","file_url":"https://github.com/yingyichen-cyy/Nested-Co-teaching/blob/HEAD/co_teaching_resnet/loss.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"6cac4fd32c7d1a5a"}},{"code_sha256_prefix":"9b8431879155ba27","entry":"TrainDataLoader","repo":"yingyichen-cyy/Nested-Co-teaching","repo_kind":"listed","path":"co_teaching_resnet/dataloader.py","file_url":"https://github.com/yingyichen-cyy/Nested-Co-teaching/blob/HEAD/co_teaching_resnet/dataloader.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"9b8431879155ba27"}},{"code_sha256_prefix":"17fbc93284075f10","entry":"ValDataLoader","repo":"yingyichen-cyy/Nested-Co-teaching","repo_kind":"listed","path":"co_teaching_resnet/dataloader.py","file_url":"https://github.com/yingyichen-cyy/Nested-Co-teaching/blob/HEAD/co_teaching_resnet/dataloader.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"17fbc93284075f10"}},{"code_sha256_prefix":"fa5cbf12facd0411","entry":"accuracy","repo":"yingyichen-cyy/Nested-Co-teaching","repo_kind":"listed","path":"co_teaching_resnet/utils.py","file_url":"https://github.com/yingyichen-cyy/Nested-Co-teaching/blob/HEAD/co_teaching_resnet/utils.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"fa5cbf12facd0411"}},{"code_sha256_prefix":"fac5364e2f53c6db","entry":"conv3x3","repo":"yingyichen-cyy/Nested-Co-teaching","repo_kind":"listed","path":"co_teaching_resnet/model/imagenet_resnet.py","file_url":"https://github.com/yingyichen-cyy/Nested-Co-teaching/blob/HEAD/co_teaching_resnet/model/imagenet_resnet.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"fac5364e2f53c6db"}},{"code_sha256_prefix":"8d7ec010c29e813b","entry":"format_time","repo":"yingyichen-cyy/Nested-Co-teaching","repo_kind":"listed","path":"co_teaching_resnet/utils.py","file_url":"https://github.com/yingyichen-cyy/Nested-Co-teaching/blob/HEAD/co_teaching_resnet/utils.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"8d7ec010c29e813b"}},{"code_sha256_prefix":"28d050556a857ac4","entry":"get_dataloader","repo":"yingyichen-cyy/Nested-Co-teaching","repo_kind":"listed","path":"nested/train_resnet.py","file_url":"https://github.com/yingyichen-cyy/Nested-Co-teaching/blob/HEAD/nested/train_resnet.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"28d050556a857ac4"}},{"code_sha256_prefix":"55045252e9531a03","entry":"resnet18","repo":"yingyichen-cyy/Nested-Co-teaching","repo_kind":"listed","path":"co_teaching_resnet/model/imagenet_resnet.py","file_url":"https://github.com/yingyichen-cyy/Nested-Co-teaching/blob/HEAD/co_teaching_resnet/model/imagenet_resnet.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"55045252e9531a03"}},{"code_sha256_prefix":"a566c1068b6eb98d","entry":"resnet34","repo":"yingyichen-cyy/Nested-Co-teaching","repo_kind":"listed","path":"co_teaching_resnet/model/imagenet_resnet.py","file_url":"https://github.com/yingyichen-cyy/Nested-Co-teaching/blob/HEAD/co_teaching_resnet/model/imagenet_resnet.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"a566c1068b6eb98d"}},{"code_sha256_prefix":"6ef939661707cdd0","entry":"TestNested","repo":"yingyichen-cyy/Nested-Co-teaching","repo_kind":"listed","path":"nested/train_resnet.py","file_url":"https://github.com/yingyichen-cyy/Nested-Co-teaching/blob/HEAD/nested/train_resnet.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"6ef939661707cdd0"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}