paper-with-me

홈 › Papers

Algebraic Machine Learning for Small-to-Medium Datasets Is Competitive against Strong Standard Baselines

2026-05-21 · David Mendez, Fernando Martin-Maroto, Gonzalo G. de Polavieja arxiv

Symbolic methods are generally not considered competitive with strong modern learners on realistic supervised tasks. We evaluate Algebraic Machine Learning (AML), a framework that learns through subdirect decomposition of algebraic structure rather than numerical optimization, against standard baselines on image and tabular classification across varying training-set sizes. We find that AML trained only on training data without using validation or cross-validation outperforms a family of cross-validated baseline methods including CNNs on small to medium image datasets (50--2000 training examples). On tabular datasets in the same size range, XGBoost is overall the best performing method, but AML is nonetheless comparable to methods incorporating task-specific biases such as LightGBM and random forests. AML achieves this competitive performance across two very different types of datasets using a generic algebraic inductive bias, rather than the modality-specific biases built into standard baselines like CNNs for images or XGBoost for tabular data, and requires no cross validation because it has no task-dependent hyperparameters to tune.

📄 PDF Abstract BibTeX arXiv:2605.22155

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Scalable Distributed Least Squares Algorithm for Linear Algebraic Equations via Scheduling

2024-11-11 · Shenyu Liu

In this work, we propose a novel discrete-time distributed algorithm for finding least squares solutions of linear algebraic equations with a scheduling protocol to further enhance its scalability. Each agent in the netw…

Scheduling

Learning Algebraic Structures: Preliminary Investigations

2019-05-02 · Yang-Hui He, Minhyong Kim

We employ techniques of machine-learning, exemplified by support vector machines and neural classifiers, to initiate the study of whether AI can "learn" algebraic structures. Using finite groups and finite rings as a con…

BIG-bench Machine Learning

SMLT-MUGC: Small, Medium, and Large Texts -- Machine versus User-Generated Content Detection and Comparison

2024-06-28 · Anjali Rawal, Hui Wang, Youjia Zheng, Yu-Hsuan Lin 외

Large language models (LLMs) have gained significant attention due to their ability to mimic human language. Identifying texts generated by LLMs is crucial for understanding their capabilities and mitigating potential co…

Turning Time Series into Algebraic Equations: Symbolic Machine Learning for Interpretable Modeling of Chaotic Time Series

2026-03-07 · Madhurima Panja, Grace Younes, Tanujit Chakraborty arxiv

Chaotic time series are notoriously difficult to forecast. Small uncertainties in initial conditions amplify rapidly, while strong nonlinearities and regime dependent variability constrain predictability. Although modern…

Algebraic Machine Learning

2018-03-14 · Fernando Martin-Maroto, Gonzalo G. de Polavieja

Machine learning algorithms use error function minimization to fit a large set of parameters in a preexisting model. However, error minimization eventually leads to a memorization of the training dataset, losing the abil…

BIG-bench Machine LearningMemorization