English

Z-Error Loss for Training Neural Networks

Machine Learning 2025-06-04 v1 Artificial Intelligence

Abstract

Outliers introduce significant training challenges in neural networks by propagating erroneous gradients, which can degrade model performance and generalization. We propose the Z-Error Loss, a statistically principled approach that minimizes outlier influence during training by masking the contribution of data points identified as out-of-distribution within each batch. This method leverages batch-level statistics to automatically detect and exclude anomalous samples, allowing the model to focus its learning on the true underlying data structure. Our approach is robust, adaptive to data quality, and provides valuable diagnostics for data curation and cleaning.

Keywords

Cite

@article{arxiv.2506.02154,
  title  = {Z-Error Loss for Training Neural Networks},
  author = {Guillaume Godin},
  journal= {arXiv preprint arXiv:2506.02154},
  year   = {2025}
}

Comments

13 pages, 6 figures, A technical note

R2 v1 2026-07-01T02:55:18.458Z