collaborators

13 papers

cs.LG2026

Detecting Atypical Clients in Federated Learning via Representation-Level Divergence

Cristian Pérez-Corral, Jose I. Mestre, Alberto Fernández-Hernández +2

Federated learning enables collaborative training across distributed clients with heterogeneous data, but such heterogeneity often leads to unstable updates and degraded global per…

cs.LG2026

StableGrad: Backward Scale Control without Batch Normalization

Jose I. Mestre, Alberto Fernández-Hernández, Cristian Pérez-Corral +2

Training very deep neural networks requires controlling the propagation of magnitudes across depth. Without such control, activations and gradients may vanish, explode, or enter un…

cs.LG2026

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…

cs.LG2026

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…

cs.LG2026

Refresh-Scaling the Memory of Balanced Adam

Alberto Fernández-Hernández, Cristian Pérez-Corral, Jose I. Mestre +2

Recent evidence suggests that Adam performs robustly when its momentum parameters are tied, , reducing the optimizer to a single remaining parameter. However, how this p…

cs.LG2026

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…