paper-with-me

홈 › Papers

Differential Privacy in Machine Learning: From Symbolic AI to LLMs

2025-06-13 · Francisco Aguilera-Martínez, Fernando Berzal

Machine learning models should not reveal particular information that is not otherwise accessible. Differential privacy provides a formal framework to mitigate privacy risks by ensuring that the inclusion or exclusion of any single data point does not significantly alter the output of an algorithm, thus limiting the exposure of private information. This survey paper explores the foundational definitions of differential privacy, reviews its original formulations and tracing its evolution through key research contributions. It then provides an in-depth examination of how DP has been integrated into machine learning models, analyzing existing proposals and methods to preserve privacy when training ML models. Finally, it describes how DP-based ML techniques can be evaluated in practice. %Finally, it discusses the broader implications of DP, highlighting its potential for public benefit, its real-world applications, and the challenges it faces, including vulnerabilities to adversarial attacks. By offering a comprehensive overview of differential privacy in machine learning, this work aims to contribute to the ongoing development of secure and responsible AI systems.

📄 PDF Abstract BibTeX arXiv:2506.11687

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Optimal Accounting of Differential Privacy via Characteristic Function

2021-06-16 · Yuqing Zhu, Jinshuo Dong, Yu-Xiang Wang

Characterizing the privacy degradation over compositions, i.e., privacy accounting, is a fundamental topic in differential privacy (DP) with many applications to differentially private machine learning and federated lear…

Federated Learning

Partial sensitivity analysis in differential privacy

2021-09-22 · Tamara T. Mueller, Alexander Ziller, Dmitrii Usynin, Moritz Knolle 외

Differential privacy (DP) allows the quantification of privacy loss when the data of individuals is subjected to algorithmic processing such as machine learning, as well as the provision of objective privacy guarantees. …

image-classificationImage ClassificationSensitivity

Explainable Differential Privacy-Hyperdimensional Computing for Balancing Privacy and Transparency in Additive Manufacturing Monitoring

2024-07-09 · Fardin Jalil Piran, Prathyush P. Poduval, Hamza Errahmouni Barkam, Mohsen Imani 외

Machine Learning (ML) models integrated with in-situ sensing offer transformative solutions for defect detection in Additive Manufacturing (AM), but this integration brings critical challenges in safeguarding sensitive d…

Anomaly DetectionDefect Detection

From Equations to Insights: Unraveling Symbolic Structures in PDEs with LLMs

2025-03-13 · Rohan Bhatnagar, Ling Liang, Krish Patel, Haizhao Yang

Motivated by the remarkable success of artificial intelligence (AI) across diverse fields, the application of AI to solve scientific problems, often formulated as partial differential equations (PDEs), has garnered incre…

Learning Differentially Private Mechanisms

2021-01-04 · Subhajit Roy, Justin Hsu, Aws Albarghouthi

Differential privacy is a formal, mathematical definition of data privacy that has gained traction in academia, industry, and government. The task of correctly constructing differentially private algorithms is non-trivia…

Program Synthesis