paper-with-me

홈 › Papers

A Differential Private Method for Distributed Optimization in Directed Networks via State Decomposition

2021-07-09 · Xiaomeng Chen, Lingying Huang, Lidong He, Subhrakanti Dey, Ling Shi

In this paper, we study the problem of consensus-based distributed optimization where a network of agents, abstracted as a directed graph, aims to minimize the sum of all agents' cost functions collaboratively. In existing distributed optimization approaches (Push-Pull/AB) for directed graphs, all agents exchange their states with neighbors to achieve the optimal solution with a constant stepsize, which may lead to the disclosure of sensitive and private information. For privacy preservation, we propose a novel state-decomposition based gradient tracking approach (SD-Push-Pull) for distributed optimzation over directed networks that preserves differential privacy, which is a strong notion that protects agents' privacy against an adversary with arbitrary auxiliary information. The main idea of the proposed approach is to decompose the gradient state of each agent into two sub-states. Only one substate is exchanged by the agent with its neighbours over time, and the other one is kept private. That is to say, only one substate is visible to an adversary, protecting the privacy from being leaked. It is proved that under certain decomposition principles, a bound for the sub-optimality of the proposed algorithm can be derived and the differential privacy is achieved simultaneously. Moreover, the trade-off between differential privacy and the optimization accuracy is also characterized. Finally, a numerical simulation is provided to illustrate the effectiveness of the proposed approach.

📄 PDF Abstract BibTeX arXiv:2107.04370

Code (0)

등록된 구현이 없습니다.

Tasks

Distributed Optimization

Similar Papers 제목 키워드 기반

Differentially Private Gradient-Tracking-Based Distributed Stochastic Optimization over Directed Graphs

2025-01-12 · Jialong Chen, Jimin Wang, Ji-Feng Zhang

This paper proposes a new differentially private gradient-tracking-based distributed stochastic optimization algorithm over directed graphs. Specifically, privacy noises are added to each agent's state and tracking varia…

Stochastic Optimization

Differentially Private Dual Gradient Tracking for Distributed Resource Allocation

2024-03-27 · Wei Huo, Xiaomeng Chen, Lingying Huang, Karl Henrik Johansson 외

This paper investigates privacy issues in distributed resource allocation over directed networks, where each agent holds a private cost function and optimizes its decision subject to a global coupling constraint through …

Locally Differentially Private Gradient Tracking for Distributed Online Learning over Directed Graphs

2023-10-24 · Ziqin Chen, Yongqiang Wang

Distributed online learning has been proven extremely effective in solving large-scale machine learning problems over streaming data. However, information sharing between learners in distributed learning also raises conc…

image-classificationImage Classification

Differentially Private Distributed Stochastic Optimization with Time-Varying Sample Sizes

2023-10-18 · Jimin Wang, Ji-Feng Zhang

Differentially private distributed stochastic optimization has become a hot topic due to the urgent need of privacy protection in distributed stochastic optimization. In this paper, two-time scale stochastic approximatio…

Stochastic Optimization

Scalable and Provably Accurate Algorithms for Differentially Private Distributed Decision Tree Learning

2020-12-19 · Kaiwen Wang, Travis Dick, Maria-Florina Balcan

This paper introduces the first provably accurate algorithms for differentially private, top-down decision tree learning in the distributed setting (Balcan et al., 2012). We propose DP-TopDown, a general privacy preservi…

Privacy Preserving