paper-with-me

Papers

Modeling Neural Networks with Privacy Using Neural Stochastic Differential Equations

2025-01-12 · Sanghyun Hong, Fan Wu, Anthony Gruber, Kookjin Lee

In this work, we study the feasibility of using neural ordinary differential equations (NODEs) to model systems with intrinsic privacy properties. Unlike conventional feedforward neural networks, which have unlimited expressivity and can represent arbitrary mappings between inputs and outputs, NODEs constrain their learning to the solution of a system of differential equations. We first examine whether this constraint reduces memorization and, consequently, the membership inference risks associated with NODEs. We conduct a comprehensive evaluation of NODEs under membership inference attacks and show that they exhibit twice the resistance compared to conventional models such as ResNets. By analyzing the variance in membership risks across different NODE models, we find that their limited expressivity leads to reduced overfitting to the training data. We then demonstrate, both theoretically and empirically, that membership inference risks can be further mitigated by utilizing a stochastic variant of NODEs: neural stochastic differential equations (NSDEs). We show that NSDEs are differentially-private (DP) learners that provide the same provable privacy guarantees as DPSGD, the de-facto mechanism for training private models. NSDEs are also effective in mitigating membership inference attacks, achieving risk levels comparable to private models trained with DP-SGD while offering an improved privacyutility trade-off. Moreover, we propose a drop-in-replacement strategy that efficiently integrates NSDEs into conventional feedforward architectures to enhance their privacy.

📄 PDF Abstract BibTeX arXiv:2501.06686

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingMemorization

Methods 이 논문이 사용한 방법론

NODE Neural Oblivious Decision Ensembles (NODE) is a tabular data architecture that consists of differentiable oblivious decision trees (ODT) that are trained end-to-end by…

Similar Papers 제목 키워드 기반

Introduction to Stochastic Differential Equations for Generative Machine Learning: A Variational Perspective

2026-06-30 · Ole Winther, Paul Jeha, Sander Dieleman, Andriy Mnih 외 arxiv

The use of ordinary and stochastic differential equations has led to substantial progress in generative machine learning with applications to, for example, image, video and biomolecule generation. This paper provides a s…

Uncertainty Modeling in Graph Neural Networks via Stochastic Differential Equations

2024-08-28 · Richard Bergna, Sergio Calvo-Ordoñez, Felix L. Opolka, Pietro Liò 외

We address the problem of learning uncertainty-aware representations for graph-structured data. While Graph Neural Ordinary Differential Equations (GNODE) are effective in learning node representations, they fail to quan…

Uncertainty Quantification

Deep Generative Modeling with Backward Stochastic Differential Equations

2023-04-08 · Xingcheng Xu

This paper proposes a novel deep generative model, called BSDE-Gen, which combines the flexibility of backward stochastic differential equations (BSDEs) with the power of deep neural networks for generating high-dimensio…

Image Generation

Privacy Risk for anisotropic Langevin dynamics using relative entropy bounds

2023-02-01 · Anastasia Borovykh, Nikolas Kantas, Panos Parpas, Greg Pavliotis

The privacy preserving properties of Langevin dynamics with additive isotropic noise have been extensively studied. However, the isotropic noise assumption is very restrictive: (a) when adding noise to existing learning …

Inference AttackMembership Inference AttackPrivacy Preserving

Deep Neural Networks Inspired by Differential Equations

2025-10-09 · Yongshuai Liu, Lianfang Wang, Kuilin Qin, Qinghua Zhang 외 arxiv

Deep learning has become a pivotal technology in fields such as computer vision, scientific computing, and dynamical systems, significantly advancing these disciplines. However, neural Networks persistently face challeng…