← Search

Giovanni Neglia

15 accepted papers

2026

A Unified Convergence Analysis for Semi-Decentralized Learning: Sampled-to-Sampled vs. Sampled-to-All Communication

AAAI 2026technical

In semi-decentralized federated learning, devices primarily rely on device-to-device communication but occasionally interact with a central server. Periodically, a sampled subset of devices uploads their local models to the server, which computes an aggregate model. The server can then either (i) sh

Cited by 0SourcePDFScholar
2026

Variance-Reduced $(\varepsilon, \delta)-$Unlearning using Forget Set Gradients

ICML 2026poster

In machine unlearning, $(\varepsilon,\delta)-$unlearning is a popular framework that provides formal guarantees on the effectiveness of the removal of a subset of training data, the \emph{forget set}, from a trained model. For strongly convex objectives, existing first-order methods achieve $(\varep…

Cited by 0SourceScholar
2025

Attribute Inference Attacks for Federated Regression Tasks

AAAI 2025technical

Federated Learning (FL) enables multiple clients, such as mobile phones and IoT devices, to collaboratively train a global machine learning model while keeping their data localized. However, recent studies have revealed that the training phase of FL is vulnerable to reconstruction attacks, such as a…

2025

Cutting Through Privacy: A Hyperplane-Based Data Reconstruction Attack in Federated Learning

UAI 2025

Federated Learning (FL) enables collaborative training of machine learning models across distributed clients without sharing raw data, ostensibly preserving data privacy. Nevertheless, recent studies have revealed critical vulnerabilities in FL, showing that a malicious central server can manipulate

Cited by 0SourcePDFScholar
2025

Scalable Decentralized Algorithms for Online Personalized Mean Estimation

AAAI 2025technical

In numerous settings, agents lack sufficient data to learn a model directly. Collaborating with other agents may help, but introduces a bias-variance trade-off when local data distributions differ. A key challenge is for each agent to identify clients with similar distributions while learning the mo…

2025

When to Forget? Complexity Trade-offs in Machine Unlearning

ICML 2025poster

Machine Unlearning (MU) aims at removing the influence of specific data points from a trained model, striving to achieve this at a fraction of the cost of full model retraining. In this paper, we analyze the efficiency of unlearning methods and establish the first upper and lower bounds on minimax c…

Cited by 0SourcePDFScholar
2024

Improved Stability and Generalization Guarantees of the Decentralized SGD Algorithm

ICML 2024poster

This paper presents a new generalization error analysis for Decentralized Stochastic Gradient Descent (D-SGD) based on algorithmic stability. The obtained results overhaul a series of recent works that suggested an increased instability due to decentralization and a detrimental impact of poorly-conn…

Cited by 6SourcePDFScholar
2022

FLamby: Datasets and Benchmarks for Cross-Silo Federated Learning in Realistic Healthcare Settings

NeurIPS 2022accept

Federated Learning (FL) is a novel approach enabling several clients holding sensitive data to collaboratively train machine learning models, without centralizing data. The cross-silo FL setting corresponds to the case of few ($2$--$50$) reliable clients, each holding medium to large datasets, and i…

2022

Personalized Federated Learning through Local Memorization

ICML 2022spotlight

Federated learning allows clients to collaboratively learn statistical models while keeping their data local. Federated learning was originally used to train a unique global model to be served to all clients, but this approach might be sub-optimal when clients’ local data distributions are heterogen…

2021

Federated Multi-Task Learning under a Mixture of Distributions

NeurIPS 2021poster

The increasing size of data generated by smartphones and IoT devices motivated the development of Federated Learning (FL), a framework for on-device collaborative training of machine learning models. First efforts in FL focused on learning a single global model with good average performance across c…

2020

Decentralized gradient methods: does topology matter?

AISTATS 2020poster

Consensus-based distributed optimization methods have recently been advocated as alternatives to parameter server and ring all-reduce paradigms for large scale training of machine learning models. In this case, each worker maintains a local estimate of the optimal parameter vector and iteratively up…

Cited by 62SourcePDFScholar
2020

Throughput-Optimal Topology Design for Cross-Silo Federated Learning

NeurIPS 2020poster

Federated learning usually employs a client-server architecture where an orchestrator iteratively aggregates model updates from remote clients and pushes them back a refined model. This approach may be inefficient in cross-silo settings, as close-by data silos with high-speed access links may exchan…