{"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/rethinking-semi-supervised-imbalanced-node-1","title":"Rethinking Semi-Supervised Imbalanced Node Classification from Bias-Variance Decomposition","arxiv_id":"2310.18765","date":"2023-10-28","proceeding":"NeurIPS 2023 11","authors":["Divin Yan","Gengchen Wei","Chen Yang","Shengzhong Zhang","Zengfeng Huang"],"abstract":"This paper introduces a new approach to address the issue of class imbalance in graph neural networks (GNNs) for learning on graph-structured data. Our approach integrates imbalanced node classification and Bias-Variance Decomposition, establishing a theoretical framework that closely relates data imbalance to model variance. We also leverage graph augmentation technique to estimate the variance, and design a regularization term to alleviate the impact of imbalance. Exhaustive tests are conducted on multiple benchmarks, including naturally imbalanced datasets and public-split class-imbalanced datasets, demonstrating that our approach outperforms state-of-the-art methods in various imbalanced scenarios. This work provides a novel theoretical perspective for addressing the problem of imbalanced node classification in GNNs.","url_abs":"https://arxiv.org/abs/2310.18765v3","url_pdf":"https://arxiv.org/pdf/2310.18765v3.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":"rethinking-semi-supervised-imbalanced-node-1","repo_url":"https://github.com/yanliang3612/revar","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"node-classification","task_name":"Node Classification"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2310.18765","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2310.18765"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+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/yanliang3612/revar","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran":10,"unverified":1},"by_repo_kind":{"official":{"samples":11,"ran":10,"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":"763b720bcd81d46e","entry":"classcenter","repo":"yanliang3612/revar","repo_kind":"official","path":"src/classcenter.py","file_url":"https://github.com/yanliang3612/revar/blob/HEAD/src/classcenter.py","link_basis":"first_harvest_node","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":"763b720bcd81d46e"}},{"code_sha256_prefix":"9152905367d843e7","entry":"compute_accuracy","repo":"yanliang3612/revar","repo_kind":"official","path":"src/utils.py","file_url":"https://github.com/yanliang3612/revar/blob/HEAD/src/utils.py","link_basis":"first_harvest_node","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":"9152905367d843e7"}},{"code_sha256_prefix":"66a0df4ab6362faf","entry":"config2string","repo":"yanliang3612/revar","repo_kind":"official","path":"src/utils.py","file_url":"https://github.com/yanliang3612/revar/blob/HEAD/src/utils.py","link_basis":"first_harvest_node","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":"66a0df4ab6362faf"}},{"code_sha256_prefix":"cad9ca0ca2f41597","entry":"data_mask","repo":"yanliang3612/revar","repo_kind":"official","path":"src/data.py","file_url":"https://github.com/yanliang3612/revar/blob/HEAD/src/data.py","link_basis":"first_harvest_node","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":"cad9ca0ca2f41597"}},{"code_sha256_prefix":"4208b454d230cfda","entry":"data_mask_csrandom","repo":"yanliang3612/revar","repo_kind":"official","path":"src/data.py","file_url":"https://github.com/yanliang3612/revar/blob/HEAD/src/data.py","link_basis":"first_harvest_node","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":"4208b454d230cfda"}},{"code_sha256_prefix":"ea120e13a23eaa4c","entry":"get_graph_drop_transform","repo":"yanliang3612/revar","repo_kind":"official","path":"src/transform.py","file_url":"https://github.com/yanliang3612/revar/blob/HEAD/src/transform.py","link_basis":"first_harvest_node","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":"ea120e13a23eaa4c"}},{"code_sha256_prefix":"00519b2173066752","entry":"make_label_dict","repo":"yanliang3612/revar","repo_kind":"official","path":"src/sampling.py","file_url":"https://github.com/yanliang3612/revar/blob/HEAD/src/sampling.py","link_basis":"first_harvest_node","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":"00519b2173066752"}},{"code_sha256_prefix":"373be3b2bfdee273","entry":"make_labels_matrix","repo":"yanliang3612/revar","repo_kind":"official","path":"src/sampling.py","file_url":"https://github.com/yanliang3612/revar/blob/HEAD/src/sampling.py","link_basis":"first_harvest_node","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":"373be3b2bfdee273"}},{"code_sha256_prefix":"bb981e0b29ff63e1","entry":"supconloss","repo":"yanliang3612/revar","repo_kind":"official","path":"src/supconloss.py","file_url":"https://github.com/yanliang3612/revar/blob/HEAD/src/supconloss.py","link_basis":"first_harvest_node","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":"bb981e0b29ff63e1"}},{"code_sha256_prefix":"b5fbe4f251aa9ff0","entry":"supconloss2","repo":"yanliang3612/revar","repo_kind":"official","path":"src/supconloss.py","file_url":"https://github.com/yanliang3612/revar/blob/HEAD/src/supconloss.py","link_basis":"first_harvest_node","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":"b5fbe4f251aa9ff0"}},{"code_sha256_prefix":"aa9b2429b01f7c94","entry":"data_mask_computersrandom","repo":"yanliang3612/revar","repo_kind":"official","path":"src/data.py","file_url":"https://github.com/yanliang3612/revar/blob/HEAD/src/data.py","link_basis":"first_harvest_node","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":"aa9b2429b01f7c94"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}