ZeroHour
arXiv cs.AI / cs.LG / cs.CLpublished ()ingested Quoc H. Nguyen1

RegionFed: Federated Learning for Personalized Query Understanding in Heterogeneous Retail Environments

infoAI researchimportance 30
AI summary · glm-5.3-flash

RegionFed is a gradient-level federated learning framework enabling personalized retail query understanding while matching centralized accuracy with differential privacy.

RegionFed is an architecture-robust federated learning framework for personalized query understanding that operates at the gradient level, using the l2 conflict between regional and global gradients to diagnose heterogeneity and control personalization. Existing parameter-level personalized FL methods collapse on transformers, falling below 10% accuracy on T5, while RegionFed deploys unchanged on T5-Small, T5-3B, RoBERTa, and CNNs. RegionFed-Meta achieves 92.27% across Amazon ESCI, Amazon Reviews, and LEAF-FEMNIST, within 0.23 percentage points of the centralized upper bound, with epsilon-approx-0.60 differential privacy.

  • Parameter-level personalized FL collapses below 10% accuracy on T5 due to tied embeddings and LayerNorm interactions.
  • RegionFed uses l2 conflict between regional and global gradients to route personalization strategy and strength.
  • Works as differentiable black box on T5-Small, T5-3B, RoBERTa, and CNN with zero code changes.
  • RegionFed-Meta hits 92.27% on three public datasets, within 0.23pp of centralized, at epsilon-approx-0.60 DP.
ProductsRegionFed
AI modelsT5RoBERTa
Full article200 words · extracted from arxiv.org · click to collapse

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. We introduce RegionFed, an \textit{architecture-robust} federated learning framework that sidesteps this failure by operating entirely at the gradient level. RegionFed uses the $\ell_2$ conflict between regional and global gradients as a unified signal that (i) diagnoses heterogeneity, (ii) routes each region to the cheapest sufficient personalization strategy, and (iii) adaptively controls personalization strength. Because it treats models as differentiable black boxes, RegionFed deploys on T5-Small, T5-3B, RoBERTa, and CNN with zero code changes, providing large gains on transformers (where parameter-level methods collapse) and consistent improvements on CNNs. Across three public datasets (Amazon ESCI, Amazon Reviews, LEAF-FEMNIST) and four architectures, RegionFed-Meta achieves 92.27\%, closing the gap to the privacy-violating centralized upper bound (Centralized + Regional Weighting: 92.04\%, $Δ$=0.23pp, within 1$σ$) while providing $(ε{\approx}0.60)$-differential privacy and $\mathcal{O}(1/\sqrt{T})$ convergence.

Text extracted automatically; images, tables and formatting may be missing. Original: https://arxiv.org/abs/2609.05403