Paper Overview
Field: Machine Learning Authors: Quoc H. Nguyen, Ali Lafzi, Abhijeet Phatak, Siddharth Pratap Singh, Rohit Upadhyay, Yogananda Domlur Seetharama, Chittaranjan Tripathy Published: 2026-09-04 arXiv: 2609.05403
Abstract
Retail search systems serve diverse geographic regions with distinct query patterns, vocabularies, and product preferences, creating significant data heterogeneity that challenges both privacy-preserving training and model personalization. Federated learning offers a natural solution for privacy, but standard FL methods produce global models that sacrifice regional performance, while existing personalized FL approaches operate at the parameter level and catastrophically collapse on modern transformers (below 10% accuracy on T5) due to tied embeddings and LayerNorm interactions.
The authors introduce RegionFed, an *architecture-robust* federated learning framework that sidesteps this failure by operating entirely at the gradient level. RegionFed uses the ℓ2 conflict between regional and global gradient updates to balance personalization and shared knowledge, enabling effective per-region adaptation without destabilizing transformer architectures.
*Note: the abstract above is truncated in the original source; see the arXiv link for the full paper.*
---
*Auto-collected on 2026-09-08.*