paper-with-me

홈 › Papers

Beyond Least Squares: Robust Regression Transformer (R2T)

2025-08-04 · Roman Gutierrez, Tony Kai Tang, Isabel Gutierrez arxiv

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.

📄 PDF Abstract BibTeX arXiv:2508.02874

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Vector-Valued Least-Squares Regression under Output Regularity Assumptions

2022-11-16 · Luc Brogat-Motte, Alessandro Rudi, Céline Brouard, Juho Rousu 외

We propose and analyse a reduced-rank method for solving least-squares regression problems with infinite dimensional output. We derive learning bounds for our method, and study under which setting statistical performance…

Image ReconstructionMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONregression+1

Beyond Least-Squares: Fast Rates for Regularized Empirical Risk Minimization through Self-Concordance

2019-02-08 · Ulysse Marteau-Ferey, Dmitrii Ostrovskii, Francis Bach, Alessandro Rudi

We consider learning methods based on the regularization of a convex empirical risk by a squared Hilbertian norm, a setting that includes linear predictors and non-linear predictors through positive-definite kernels. In …

regression

On the Role of Transformer Feed-Forward Layers in Nonlinear In-Context Learning

2025-01-30 · Haoyuan Sun, Ali Jadbabaie, Navid Azizan

Transformer-based models demonstrate a remarkable ability for in-context learning (ICL), where they can adapt to unseen tasks from a few prompt examples without parameter updates. Notably, recent research has provided in…

In-Context Learning

One Step of Gradient Descent is Provably the Optimal In-Context Learner with One Layer of Linear Self-Attention

2023-07-07 · Arvind Mahankali, Tatsunori B. Hashimoto, Tengyu Ma

Recent works have empirically analyzed in-context learning and shown that transformers trained on synthetic linear regression tasks can learn to implement ridge regression, which is the Bayes-optimal predictor, given suf…

In-Context Learningregression

A Risk Comparison of Ordinary Least Squares vs Ridge Regression

2011-05-04 · Paramveer S. Dhillon, Dean P. Foster, Sham M. Kakade, Lyle H. Ungar

We compare the risk of ridge regression to a simple variant of ordinary least squares, in which one simply projects the data onto a finite dimensional subspace (as specified by a Principal Component Analysis) and then pe…

regression