Auto-FL-Research: Agentic Search for Federated Learning Algorithms

📅 2026-07-01
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work addresses the challenge of efficiently and fairly exploring fine-grained algorithmic combinations in federated learning. It proposes Auto-FL-Research (AFR), the first automated search framework based on constraint-encoded agents, to systematically investigate key components such as server aggregation rules, client scheduling strategies, local objective functions, and model variants. AFR leverages multi-agent collaborative programming, constrained search spaces, standardized evaluation protocols, and cross-dataset replication to disentangle reproducible mechanisms from hyperparameter tuning effects and spurious gains due to randomness. Evaluated on FLamby and LEAF benchmarks, AFR not only achieves performance improvements that validate genuine algorithmic advances but also uncovers issues of seed sensitivity and search artifacts, substantially enhancing the reliability and reproducibility of federated algorithm discovery.
📝 Abstract
Federated learning (FL) research often depends on many small but consequential algorithmic choices: optimizer variants, server aggregation rules, local training schedules, normalization, regularization, and model architecture. These choices are expensive to explore manually and difficult to compare fairly when candidate changes can also alter the FL training or evaluation path. In this work, we present Auto-FL-Research (AFR), a constrained coding-agent workflow for FL algorithmic recipe search. Agents may propose and implement candidate training algorithms, including server aggregation rules, client update schedules, local objectives, and registered model variants, while task profiles fix the mutation surface, compute budget, communication contract, and final model evaluation. Each campaign records candidate scores, runtime, edited files, artifacts, and failure status. We evaluate AFR on five healthcare cross-silo FLamby tasks and on grouped-client profiles for the five fixed LEAF datasets plus the LEAF synthetic task. Five-seed repeat evaluations support gains on four FLamby tasks and five of six LEAF profiles, while also exposing seed-sensitive and search-selected failure cases. Same-budget controls show that several gains correspond to FL-recipe changes, whereas other improvements are recovered by fixed-surface scalar controls or fail under repeat or held-out evaluation. These mixed outcomes are part of the contribution: they show how agent-generated candidates can be separated into repeated FL mechanisms, fixed-surface tuning effects, and selected single-run artifacts.
Problem

Research questions and friction points this paper is trying to address.

Federated Learning
Algorithmic Choices
Fair Comparison
Search Space
Evaluation Consistency
Innovation

Methods, ideas, or system contributions that make the work stand out.

federated learning
algorithmic search
agentic workflow
automated machine learning
reproducibility
🔎 Similar Papers
No similar papers found.