English

Beyond Least Squares: Robust Regression Transformer (R2T)

Machine Learning 2025-08-06 v1 Artificial Intelligence Machine Learning

Abstract

Robust regression techniques rely on least-squares optimization, which works well for Gaussian noise but fails in the presence of asymmetric structured noise. We propose a hybrid neural-symbolic architecture where a transformer encoder processes numerical sequences, a compression NN predicts symbolic parameters, and a fixed symbolic equation reconstructs the original sequence. Using synthetic data, the training objective is to recover the original sequence after adding asymmetric structured noise, effectively learning a symbolic fit guided by neural parameter estimation. Our model achieves a median regression MSE of 6e-6 to 3.5e-5 on synthetic wearable data, which is a 10-300 times improvement when compared with ordinary least squares fit and robust regression techniques such as Huber loss or SoftL1.

Keywords

Cite

@article{arxiv.2508.02874,
  title  = {Beyond Least Squares: Robust Regression Transformer (R2T)},
  author = {Roman Gutierrez and Tony Kai Tang and Isabel Gutierrez},
  journal= {arXiv preprint arXiv:2508.02874},
  year   = {2025}
}

Comments

10 pages, 4 figures, 1 table

R2 v1 2026-07-01T04:34:10.082Z