{"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/center-based-relaxed-learning-against","title":"Center-Based Relaxed Learning Against Membership Inference Attacks","arxiv_id":"2404.17674","date":"2024-04-26","proceeding":null,"authors":["Xingli Fang","Jung-eun Kim"],"abstract":"Membership inference attacks (MIAs) are currently considered one of the main privacy attack strategies, and their defense mechanisms have also been extensively explored. However, there is still a gap between the existing defense approaches and ideal models in performance and deployment costs. In particular, we observed that the privacy vulnerability of the model is closely correlated with the gap between the model's data-memorizing ability and generalization ability. To address this, we propose a new architecture-agnostic training paradigm called center-based relaxed learning (CRL), which is adaptive to any classification model and provides privacy preservation by sacrificing a minimal or no loss of model generalizability. We emphasize that CRL can better maintain the model's consistency between member and non-member data. Through extensive experiments on standard classification datasets, we empirically show that this approach exhibits comparable performance without requiring additional model capacity or data costs.","url_abs":"https://arxiv.org/abs/2404.17674v2","url_pdf":"https://arxiv.org/pdf/2404.17674v2.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":"center-based-relaxed-learning-against","repo_url":"https://github.com/jekimlab/uai24_crl","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":0,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2404.17674","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2404.17674"}},"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/jekimlab/uai24_crl","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran":5,"unverified":3},"by_repo_kind":{"official":{"samples":8,"ran":5,"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":"130827a9ff96589d","entry":"get_attack_preds","repo":"jekimlab/uai24_crl","repo_kind":"official","path":"summary_acc_paramter_single_auc_arc.py","file_url":"https://github.com/jekimlab/uai24_crl/blob/HEAD/summary_acc_paramter_single_auc_arc.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":"130827a9ff96589d"}},{"code_sha256_prefix":"dec333d29bb209bc","entry":"get_network","repo":"jekimlab/uai24_crl","repo_kind":"official","path":"models/model_selector.py","file_url":"https://github.com/jekimlab/uai24_crl/blob/HEAD/models/model_selector.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":"dec333d29bb209bc"}},{"code_sha256_prefix":"cdb961d28eae592f","entry":"load_attack_model","repo":"jekimlab/uai24_crl","repo_kind":"official","path":"summarization/load_model.py","file_url":"https://github.com/jekimlab/uai24_crl/blob/HEAD/summarization/load_model.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":"cdb961d28eae592f"}},{"code_sha256_prefix":"e6db65b17e13655b","entry":"load_target_model","repo":"jekimlab/uai24_crl","repo_kind":"official","path":"summarization/load_model.py","file_url":"https://github.com/jekimlab/uai24_crl/blob/HEAD/summarization/load_model.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":"e6db65b17e13655b"}},{"code_sha256_prefix":"19eccdc224bb3bed","entry":"one_hot_embedding","repo":"jekimlab/uai24_crl","repo_kind":"official","path":"representation/loss/crl.py","file_url":"https://github.com/jekimlab/uai24_crl/blob/HEAD/representation/loss/crl.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":"19eccdc224bb3bed"}},{"code_sha256_prefix":"cb1836f89f485d87","entry":"get_attack_model","repo":"jekimlab/uai24_crl","repo_kind":"official","path":"summarization/load_model.py","file_url":"https://github.com/jekimlab/uai24_crl/blob/HEAD/summarization/load_model.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":"cb1836f89f485d87"}},{"code_sha256_prefix":"8c52853d4c3ab826","entry":"get_target_preds","repo":"jekimlab/uai24_crl","repo_kind":"official","path":"summary_acc_paramter_single_auc_arc.py","file_url":"https://github.com/jekimlab/uai24_crl/blob/HEAD/summary_acc_paramter_single_auc_arc.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":"8c52853d4c3ab826"}},{"code_sha256_prefix":"1e7fae4f0ba5e2ce","entry":"run","repo":"jekimlab/uai24_crl","repo_kind":"official","path":"summary_acc_paramter_single_auc_arc.py","file_url":"https://github.com/jekimlab/uai24_crl/blob/HEAD/summary_acc_paramter_single_auc_arc.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":"1e7fae4f0ba5e2ce"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}