Zum Hauptinhalt springen

Showing 1–12 of 12 results for author: Lowy, A

Searching in archive cs. Search in all archives.
.
  1. arXiv:2408.16913  [pdf, other

    cs.LG cs.AI cs.CR stat.ML

    Analyzing Inference Privacy Risks Through Gradients in Machine Learning

    Authors: Zhuohang Li, Andrew Lowy, Jing Liu, Toshiaki Koike-Akino, Kieran Parsons, Bradley Malin, Ye Wang

    Abstract: In distributed learning settings, models are iteratively updated with shared gradients computed from potentially sensitive user data. While previous work has studied various privacy risks of sharing gradients, our paper aims to provide a systematic approach to analyze private information leakage from gradients. We present a unified game-based framework that encompasses a broad range of attacks inc… ▽ More

    Submitted 29 August, 2024; originally announced August 2024.

  2. arXiv:2407.09690  [pdf, other

    cs.LG cs.CR math.OC

    Private Heterogeneous Federated Learning Without a Trusted Server Revisited: Error-Optimal and Communication-Efficient Algorithms for Convex Losses

    Authors: Changyu Gao, Andrew Lowy, Xingyu Zhou, Stephen J. Wright

    Abstract: We revisit the problem of federated learning (FL) with private data from people who do not trust the server or other silos/clients. In this context, every silo (e.g. hospital) has data from several people (e.g. patients) and needs to protect the privacy of each person's data (e.g. health records), even if the server and/or other silos try to uncover this data. Inter-Silo Record-Level Differential… ▽ More

    Submitted 17 July, 2024; v1 submitted 12 July, 2024; originally announced July 2024.

    Comments: The 41st International Conference on Machine Learning (ICML 2024)

  3. arXiv:2406.05257  [pdf, other

    cs.LG cs.CR

    Efficient Differentially Private Fine-Tuning of Diffusion Models

    Authors: Jing Liu, Andrew Lowy, Toshiaki Koike-Akino, Kieran Parsons, Ye Wang

    Abstract: The recent developments of Diffusion Models (DMs) enable generation of astonishingly high-quality synthetic samples. Recent work showed that the synthetic samples generated by the diffusion model, which is pre-trained on public data and fully fine-tuned with differential privacy on private data, can train a downstream classifier, while achieving a good privacy-utility tradeoff. However, fully fine… ▽ More

    Submitted 7 June, 2024; originally announced June 2024.

  4. arXiv:2402.11173  [pdf, other

    cs.LG cs.CR math.OC

    How to Make the Gradients Small Privately: Improved Rates for Differentially Private Non-Convex Optimization

    Authors: Andrew Lowy, Jonathan Ullman, Stephen J. Wright

    Abstract: We provide a simple and flexible framework for designing differentially private algorithms to find approximate stationary points of non-convex loss functions. Our framework is based on using a private approximate risk minimizer to "warm start" another private algorithm for finding stationary points. We use this framework to obtain improved, and sometimes optimal, rates for several classes of non-c… ▽ More

    Submitted 19 August, 2024; v1 submitted 16 February, 2024; originally announced February 2024.

    Comments: ICML 2024

  5. arXiv:2402.09540  [pdf, other

    cs.CR cs.AI cs.LG

    Why Does Differential Privacy with Large Epsilon Defend Against Practical Membership Inference Attacks?

    Authors: Andrew Lowy, Zhuohang Li, Jing Liu, Toshiaki Koike-Akino, Kieran Parsons, Ye Wang

    Abstract: For small privacy parameter $ε$, $ε$-differential privacy (DP) provides a strong worst-case guarantee that no membership inference attack (MIA) can succeed at determining whether a person's data was used to train a machine learning model. The guarantee of DP is worst-case because: a) it holds even if the attacker already knows the records of all but one person in the data set; and b) it holds unif… ▽ More

    Submitted 14 February, 2024; originally announced February 2024.

    Comments: Accepted at PPAI-24: AAAI Workshop on Privacy-Preserving Artificial Intelligence

    MSC Class: 68P27

  6. arXiv:2306.15056  [pdf, other

    cs.LG cs.CR math.OC stat.ML

    Optimal Differentially Private Model Training with Public Data

    Authors: Andrew Lowy, Zeman Li, Tianjian Huang, Meisam Razaviyayn

    Abstract: Differential privacy (DP) ensures that training a machine learning model does not leak private data. In practice, we may have access to auxiliary public data that is free of privacy concerns. In this work, we assume access to a given amount of public data and settle the following fundamental open questions: 1. What is the optimal (worst-case) error of a DP model trained over a private data set whi… ▽ More

    Submitted 13 February, 2024; v1 submitted 26 June, 2023; originally announced June 2023.

    Comments: V2 changed the title and added high-dimensional approximate semi-DP lower bounds

  7. arXiv:2210.08781  [pdf, other

    cs.LG cs.CR

    Stochastic Differentially Private and Fair Learning

    Authors: Andrew Lowy, Devansh Gupta, Meisam Razaviyayn

    Abstract: Machine learning models are increasingly used in high-stakes decision-making systems. In such applications, a major concern is that these models sometimes discriminate against certain demographic groups such as individuals with certain race, gender, or age. Another major concern in these applications is the violation of the privacy of users. While fair learning algorithms have been developed to mi… ▽ More

    Submitted 3 June, 2023; v1 submitted 17 October, 2022; originally announced October 2022.

    Comments: ICLR 2023

  8. arXiv:2209.07403  [pdf, other

    cs.LG cs.CR math.OC stat.ML

    Private Stochastic Optimization With Large Worst-Case Lipschitz Parameter: Optimal Rates for (Non-Smooth) Convex Losses and Extension to Non-Convex Losses

    Authors: Andrew Lowy, Meisam Razaviyayn

    Abstract: We study differentially private (DP) stochastic optimization (SO) with loss functions whose worst-case Lipschitz parameter over all data points may be extremely large. To date, the vast majority of work on DP SO assumes that the loss is uniformly Lipschitz continuous over data (i.e. stochastic gradients are uniformly bounded over all data points). While this assumption is convenient, it often lead… ▽ More

    Submitted 27 October, 2023; v1 submitted 15 September, 2022; originally announced September 2022.

    Comments: Appeared in the International Conference on Algorithmic Learning Theory (ALT) 2023. This version improves the runtime bound in Theorem 6

  9. arXiv:2203.06735  [pdf, other

    cs.LG cs.CR math.OC

    Private Non-Convex Federated Learning Without a Trusted Server

    Authors: Andrew Lowy, Ali Ghafelebashi, Meisam Razaviyayn

    Abstract: We study federated learning (FL) -- especially cross-silo FL -- with non-convex loss functions and data from people who do not trust the server or other silos. In this setting, each silo (e.g. hospital) must protect the privacy of each person's data (e.g. patient's medical record), even if the server or other silos act as adversarial eavesdroppers. To that end, we consider inter-silo record-level… ▽ More

    Submitted 25 June, 2023; v1 submitted 13 March, 2022; originally announced March 2022.

    Comments: AISTATS 2023

  10. arXiv:2106.09779  [pdf, other

    cs.LG cs.CR math.OC stat.ML

    Private Federated Learning Without a Trusted Server: Optimal Algorithms for Convex Losses

    Authors: Andrew Lowy, Meisam Razaviyayn

    Abstract: This paper studies federated learning (FL)--especially cross-silo FL--with data from people who do not trust the server or other silos. In this setting, each silo (e.g. hospital) has data from different people (e.g. patients) and must maintain the privacy of each person's data (e.g. medical record), even if the server or other silos act as adversarial eavesdroppers. This requirement motivates the… ▽ More

    Submitted 14 June, 2023; v1 submitted 17 June, 2021; originally announced June 2021.

    Comments: ICLR 2023

  11. arXiv:2102.12586  [pdf, other

    cs.LG cs.IT

    A Stochastic Optimization Framework for Fair Risk Minimization

    Authors: Andrew Lowy, Sina Baharlouei, Rakesh Pavan, Meisam Razaviyayn, Ahmad Beirami

    Abstract: Despite the success of large-scale empirical risk minimization (ERM) at achieving high accuracy across a variety of machine learning tasks, fair ERM is hindered by the incompatibility of fairness constraints with stochastic optimization. We consider the problem of fair classification with discrete sensitive attributes and potentially large models and data sets, requiring stochastic solvers. Existi… ▽ More

    Submitted 11 January, 2023; v1 submitted 24 February, 2021; originally announced February 2021.

    Comments: 44 pages

    Journal ref: Transactions on Machine Learning Research, 2022

  12. arXiv:2102.04704  [pdf, ps, other

    cs.LG cs.CR stat.ML

    Output Perturbation for Differentially Private Convex Optimization with Improved Population Loss Bounds, Runtimes and Applications to Private Adversarial Training

    Authors: Andrew Lowy, Meisam Razaviyayn

    Abstract: Finding efficient, easily implementable differentially private (DP) algorithms that offer strong excess risk bounds is an important problem in modern machine learning. To date, most work has focused on private empirical risk minimization (ERM) or private population loss minimization. However, there are often other objectives--such as fairness, adversarial robustness, or sensitivity to outliers--be… ▽ More

    Submitted 9 February, 2021; originally announced February 2021.