Lorenzo Sani
Research Scientist at Flower Labs · finishing a PhD in Computer Science at the University of Cambridge
I am a Research Scientist at Flower Labs, where I work on federated and distributed training of foundation models. In parallel I am finishing my PhD in Computer Science at the University of Cambridge, supervised by Prof. Nicholas D. Lane in the CaMLSys group at the Computer Laboratory.
My research asks a simple question: how do we train large models when the data and the compute are spread across the world and cannot be pooled? That has led me through federated pre-training of language models — the Photon system and the DEPT method — and, more recently, to communication-efficient distributed optimizers such as DES-LOC, MT-DAO, and LoRDO, and to sparse and modular architectures like FoMoE.
Before Cambridge, I read Physics at the University of Bologna: a Bachelor’s in 2019 with a thesis on the fine structure of hydrogen-like atoms, and a Master’s in Applied Physics in 2021 with a thesis on unsupervised clustering of MDS data using federated learning, supervised by Prof. Enrico Giampieri and Prof. Gastone Castellani. During that time I contributed to the GenoMed4All project — including Deliverable 6.2 on federated learning for clinical data — and began collaborating with CaMLSys on the Flower framework, now the most widely used open-source federated learning framework.
Selected publications
All publications →-
FoMoE: Breaking the Full-Replica Barrier with a Federation of MoEs
FoMoE breaks the full-replica barrier in distributed training by federating mixtures of experts, so no participant needs to hold the entire model.
-
SparsyFed: Sparse Adaptive Federated Training
This work proposes a novel approach to sparse federated training that does not require to fix a global mask to be efficient.
-
Photon: Federated LLM Pre-Training
We present Photon, the first fully federated system for the federated pre-training of large language models.
-
DEPT: Decoupled Embeddings for Pre-training Language Models.
This work proposes a novel pre-training method for language models that decouples the embeddings from the rest of the model.
-
Flower: A Friendly Federated Learning Research Framework
This paper is about Flower, the federated learning framework developed at the University of Cambridge by the MLSys group.