11 papers
FedOUI: OUI-Guided Client Weighting for Federated Aggregation
Alberto Fernández-Hernández, Jose I. Mestre, Cristian Pérez-Corral +3
Federated learning usually aggregates client updates using dataset size or gradient-level criteria, while overlooking internal signals about how each client model is organizing its…
OUI as a Structural Observable: Towards an Activation-Centric View of Neural Network Training
Alberto Fernández-Hernández, Jose I. Mestre, Cristian Pérez-Corral +3
Activation functions are what make deep networks expressive: without them, the model collapses to a linear map. Yet we still evaluate training mostly from the outside, through loss…
OUIDecay: Adaptive Layer-wise Weight Decay for CNNs Using Online Activation Patterns
Alberto Fernández-Hernández, Jose I. Mestre, Cristian Pérez-Corral +3
Weight decay remains one of the most widely used regularization mechanisms for training convolutional neural networks, yet it is still commonly applied as a fixed coefficient share…
GLAI: GreenLightningAI for Accelerated Training through Knowledge Decoupling
Jose I. Mestre, Alberto Fernández-Hernández, Cristian Pérez-Corral +3
In this work we introduce GreenLightningAI (GLAI), a new architectural block designed as an alternative to conventional MLPs. The central idea is to separate two types of knowledge…
FedSQ: Optimized Weight Averaging via Fixed Gating
Cristian Pérez-Corral, Jose I. Mestre, Alberto Fernández-Hernández +3
Federated learning (FL) enables collaborative training across organizations without sharing raw data, but it is hindered by statistical heterogeneity (non-i.i.d.\ client data) and…
When Learning Rates Go Wrong: Early Structural Signals in PPO Actor-Critic
Alberto Fernández-Hernández, Cristian Pérez-Corral, Jose I. Mestre +3
Deep Reinforcement Learning systems are highly sensitive to the learning rate (LR), and selecting stable and performant training runs often requires extensive hyperparameter search…