paper-with-me

Papers

Dimension Reduction and MARS

2023-02-11 · Yu Liu, Degui Li, Yingcun Xia

The multivariate adaptive regression spline (MARS) is one of the popular estimation methods for nonparametric multivariate regressions. However, as MARS is based on marginal splines, to incorporate interactions of covariates, products of the marginal splines must be used, which leads to an unmanageable number of basis functions when the order of interaction is high and results in low estimation efficiency. In this paper, we improve the performance of MARS by using linear combinations of the covariates which achieve sufficient dimension reduction. The special basis functions of MARS facilitate calculation of gradients of the regression function, and estimation of the linear combinations is obtained via eigen-analysis of the outer-product of the gradients. Under some technical conditions, the asymptotic theory is established for the proposed estimation method. Numerical studies including both simulation and empirical applications show its effectiveness in dimension reduction and improvement over MARS and other commonly-used nonparametric methods in regression estimation and prediction.

📄 PDF Abstract BibTeX arXiv:2302.05790

Code (1)

liuyu-star/drmars 공식 구현

Tasks

Dimensionality Reductionregression

Similar Papers 제목 키워드 기반

Celestial Machine Learning: Discovering the Planarity, Heliocentricity, and Orbital Equation of Mars with AI Feynman

2023-12-19 · Zi-Yu Khoo, Gokul Rajiv, Abel Yang, Jonathan Sze Choong Low 외

Can a machine or algorithm discover or learn the elliptical orbit of Mars from astronomical sightings alone? Johannes Kepler required two paradigm shifts to discover his First Law regarding the elliptical orbit of Mars. …

regressionSymbolic Regression

MARS-M: When Variance Reduction Meets Matrices

2025-10-20 · Yifeng Liu, Angela Yuan, Quanquan Gu arxiv

Matrix-based preconditioned optimizers, such as Muon, have recently been shown to be more efficient than scalar-based optimizers for training large-scale neural networks, including large language models (LLMs). Recent be…

MARS: Unleashing the Power of Variance Reduction for Training Large Models

2024-11-15 · Huizhuo Yuan, Yifeng Liu, Shuang Wu, Xun Zhou 외

Training deep neural networks--and more recently, large models demands efficient and scalable optimizers. Adaptive gradient algorithms like Adam, AdamW, and their variants have been central to this task. Despite the deve…

Stochastic Optimization

MARS via LASSO

2021-11-23 · Dohyeong Ki, Billy Fang, Adityanand Guntuboyina

Multivariate adaptive regression splines (MARS) is a popular method for nonparametric regression introduced by Friedman in 1991. MARS fits simple nonlinear and non-additive functions to regression data. We propose and st…

regression

MARS: Exploiting Multi-Level Parallelism for DNN Workloads on Adaptive Multi-Accelerator Systems

2023-07-23 · Guan Shen, Jieru Zhao, Zeke Wang, Zhe Lin 외

Along with the fast evolution of deep neural networks, the hardware system is also developing rapidly. As a promising solution achieving high scalability and low manufacturing cost, multi-accelerator systems widely exist…