English

Corruption-tolerant Algorithms for Generalized Linear Models

Machine Learning 2022-12-13 v1 Machine Learning

Abstract

This paper presents SVAM (Sequential Variance-Altered MLE), a unified framework for learning generalized linear models under adversarial label corruption in training data. SVAM extends to tasks such as least squares regression, logistic regression, and gamma regression, whereas many existing works on learning with label corruptions focus only on least squares regression. SVAM is based on a novel variance reduction technique that may be of independent interest and works by iteratively solving weighted MLEs over variance-altered versions of the GLM objective. SVAM offers provable model recovery guarantees superior to the state-of-the-art for robust regression even when a constant fraction of training labels are adversarially corrupted. SVAM also empirically outperforms several existing problem-specific techniques for robust regression and classification. Code for SVAM is available at https://github.com/purushottamkar/svam/

Keywords

Cite

@article{arxiv.2212.05430,
  title  = {Corruption-tolerant Algorithms for Generalized Linear Models},
  author = {Bhaskar P Mukhoty and Debojyoti Dey and Purushottam Kar},
  journal= {arXiv preprint arXiv:2212.05430},
  year   = {2022}
}

Comments

46 pages, 5 figures, to appear in the 31st AAAI Conference on Artificial Intelligence (AAAI), 2023

R2 v1 2026-06-28T07:29:26.755Z