{"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/arxiv-2607-23649","title":"DP-IVON-Gradsq: Differentially Private Squared-Gradient Improved Variational Online Newton","arxiv_id":"2607.23649","date":"2026-07-26","proceeding":null,"authors":["Nour Jamoussi","Ikram Dridi","Giuseppe Serra","Marios Kountouris"],"abstract":"Differential privacy provides formal privacy guarantees for training neural networks on sensitive data, while Bayesian deep learning offers a principled framework for uncertainty-aware prediction. Combining these two objectives remains challenging, as privacy noise can interact with the stochasticity introduced by Bayesian posterior sampling. In this work, we investigate differentially private variational Bayesian learning through the Improved Variational Online Newton (IVON) optimizer. We introduce DP-IVON-Gradsq, a private variant of IVON. The proposed method constructs its curvature estimate from the privatized gradient using a noise-corrected squared-gradient estimator, reducing the direct interaction between posterior-sampling noise and privacy noise while preserving the Adam-like computational efficiency of IVON. We evaluate DP-IVON-Gradsq on CIFAR-10 against the standard private optimizers DP-SGD and DP-Adam over a range of privacy budgets. The results show that DP-IVON-Gradsq is competitive under weak-to-moderate privacy constraints, i.e., large-to-moderate values of $\\varepsilon$, while degrading under strong privacy. Code is available at https://github.com/NourJamoussi/DP-IVON-Gradsq.git.","url_abs":"https://arxiv.org/abs/2607.23649","url_pdf":"https://arxiv.org/pdf/2607.23649","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":null,"atlas_url":"https://app.syntology.ai/?focus=2607.23649","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2607.23649"}},"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":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/NourJamoussi/DP-IVON-Gradsq","reach":null}],"summary":{"ran":13,"unverified":2},"by_repo_kind":{"found_in_text":{"samples":15,"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":15,"samples":[{"code_sha256_prefix":"4d992c5287c3756f","entry":"acc","repo":"NourJamoussi/DP-IVON-Gradsq","repo_kind":"found_in_text","path":"utils/scores.py","file_url":"https://github.com/NourJamoussi/DP-IVON-Gradsq/blob/HEAD/utils/scores.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"4d992c5287c3756f"}},{"code_sha256_prefix":"19a34d726cff276a","entry":"ece","repo":"NourJamoussi/DP-IVON-Gradsq","repo_kind":"found_in_text","path":"utils/scores.py","file_url":"https://github.com/NourJamoussi/DP-IVON-Gradsq/blob/HEAD/utils/scores.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"19a34d726cff276a"}},{"code_sha256_prefix":"8204c80c5a235d7c","entry":"get_csv_path","repo":"NourJamoussi/DP-IVON-Gradsq","repo_kind":"found_in_text","path":"utils/logging.py","file_url":"https://github.com/NourJamoussi/DP-IVON-Gradsq/blob/HEAD/utils/logging.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"8204c80c5a235d7c"}},{"code_sha256_prefix":"c9ab185ad5f93ae1","entry":"get_data_loaders","repo":"NourJamoussi/DP-IVON-Gradsq","repo_kind":"found_in_text","path":"utils/data.py","file_url":"https://github.com/NourJamoussi/DP-IVON-Gradsq/blob/HEAD/utils/data.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"c9ab185ad5f93ae1"}},{"code_sha256_prefix":"999e7647c9bf4924","entry":"get_fresh_model","repo":"NourJamoussi/DP-IVON-Gradsq","repo_kind":"found_in_text","path":"utils/models.py","file_url":"https://github.com/NourJamoussi/DP-IVON-Gradsq/blob/HEAD/utils/models.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"999e7647c9bf4924"}},{"code_sha256_prefix":"a8dfa73317596d2a","entry":"get_lr_map","repo":"NourJamoussi/DP-IVON-Gradsq","repo_kind":"found_in_text","path":"experiment_config.py","file_url":"https://github.com/NourJamoussi/DP-IVON-Gradsq/blob/HEAD/experiment_config.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"a8dfa73317596d2a"}},{"code_sha256_prefix":"5ab668906673811c","entry":"get_optimizer_name","repo":"NourJamoussi/DP-IVON-Gradsq","repo_kind":"found_in_text","path":"experiment_config.py","file_url":"https://github.com/NourJamoussi/DP-IVON-Gradsq/blob/HEAD/experiment_config.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"5ab668906673811c"}},{"code_sha256_prefix":"a67c196343fbb391","entry":"get_privacy_engine_name","repo":"NourJamoussi/DP-IVON-Gradsq","repo_kind":"found_in_text","path":"experiment_config.py","file_url":"https://github.com/NourJamoussi/DP-IVON-Gradsq/blob/HEAD/experiment_config.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"a67c196343fbb391"}},{"code_sha256_prefix":"9fdaa4278747b543","entry":"get_transform","repo":"NourJamoussi/DP-IVON-Gradsq","repo_kind":"found_in_text","path":"utils/data.py","file_url":"https://github.com/NourJamoussi/DP-IVON-Gradsq/blob/HEAD/utils/data.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"9fdaa4278747b543"}},{"code_sha256_prefix":"495606fbfb61f018","entry":"make_group_norm","repo":"NourJamoussi/DP-IVON-Gradsq","repo_kind":"found_in_text","path":"utils/models.py","file_url":"https://github.com/NourJamoussi/DP-IVON-Gradsq/blob/HEAD/utils/models.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"495606fbfb61f018"}},{"code_sha256_prefix":"e78b0a2f168379de","entry":"maybe_make_scheduler","repo":"NourJamoussi/DP-IVON-Gradsq","repo_kind":"found_in_text","path":"experiment_runner.py","file_url":"https://github.com/NourJamoussi/DP-IVON-Gradsq/blob/HEAD/experiment_runner.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"e78b0a2f168379de"}},{"code_sha256_prefix":"523d40f6f8973c19","entry":"read_existing_runs","repo":"NourJamoussi/DP-IVON-Gradsq","repo_kind":"found_in_text","path":"utils/logging.py","file_url":"https://github.com/NourJamoussi/DP-IVON-Gradsq/blob/HEAD/utils/logging.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"523d40f6f8973c19"}},{"code_sha256_prefix":"8e2a7a7b23c1f862","entry":"run_already_exists","repo":"NourJamoussi/DP-IVON-Gradsq","repo_kind":"found_in_text","path":"utils/logging.py","file_url":"https://github.com/NourJamoussi/DP-IVON-Gradsq/blob/HEAD/utils/logging.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"8e2a7a7b23c1f862"}},{"code_sha256_prefix":"d5b479ea9239b322","entry":"get_datasets","repo":"NourJamoussi/DP-IVON-Gradsq","repo_kind":"found_in_text","path":"utils/data.py","file_url":"https://github.com/NourJamoussi/DP-IVON-Gradsq/blob/HEAD/utils/data.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"d5b479ea9239b322"}},{"code_sha256_prefix":"10d41e91be4e1c7b","entry":"nll","repo":"NourJamoussi/DP-IVON-Gradsq","repo_kind":"found_in_text","path":"utils/scores.py","file_url":"https://github.com/NourJamoussi/DP-IVON-Gradsq/blob/HEAD/utils/scores.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"10d41e91be4e1c7b"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.LG","source":"arxiv_2026.jsonl"},"syntology_extracted_results":{"kind":"leaderboard_placements","source":"Syntology's leaderboard-shaped extractor over the paper's own arXiv-HTML tables: a model pointed at a cell, the number was read from that cell and checked against the board's metric, dataset, split and scale, and an independent check accepted the entry; not reviewed by the paper's authors or the archive's editors","extractor_model":"global.anthropic.claude-sonnet-4-5-20250929-v1:0","verifier_model":null,"prompt_sha":"fa63d4bb9d755694","coverage":{"sentence":"Syntology has checked 6,795 of the 9,581 papers on this site that are newer than the archive; results from the others appear after they are checked.","papers_newer_than_archive":9581,"papers_checked":6795},"entries":[],"not_placed":{"boards":0,"rejected_by_independent_check":0,"refused_by_a_rule":0,"check_did_not_answer":0,"proposed_without_a_cell":0,"declined_by_site":0}}}