paper-with-me

Papers

Subspace Learning Machine (SLM): Methodology and Performance

2022-05-11 · Hongyu Fu, Yijing Yang, Vinod K. Mishra, C. -C. Jay Kuo

Inspired by the feedforward multilayer perceptron (FF-MLP), decision tree (DT) and extreme learning machine (ELM), a new classification model, called the subspace learning machine (SLM), is proposed in this work. SLM first identifies a discriminant subspace, $S^0$, by examining the discriminant power of each input feature. Then, it uses probabilistic projections of features in $S^0$ to yield 1D subspaces and finds the optimal partition for each of them. This is equivalent to partitioning $S^0$ with hyperplanes. A criterion is developed to choose the best $q$ partitions that yield $2q$ partitioned subspaces among them. We assign $S^0$ to the root node of a decision tree and the intersections of $2q$ subspaces to its child nodes of depth one. The partitioning process is recursively applied at each child node to build an SLM tree. When the samples at a child node are sufficiently pure, the partitioning process stops and each leaf node makes a prediction. The idea can be generalized to regression, leading to the subspace learning regressor (SLR). Furthermore, ensembles of SLM/SLR trees can yield a stronger predictor. Extensive experiments are conducted for performance benchmarking among SLM/SLR trees, ensembles and classical classifiers/regressors.

📄 PDF Abstract BibTeX arXiv:2205.05296

Code (0)

등록된 구현이 없습니다.

Tasks

Benchmarking

Similar Papers 제목 키워드 기반

Sliding Mode Control and Subspace Stabilization Methodology for the Orbital Stabilization of Periodic Trajectories

2025-12-03 · Maksim Surov, Leonid Freidovich arxiv

This paper presents a combined sliding-mode control and subspace stabilization methodology for orbital stabilization of periodic trajectories in underactuated mechanical systems with one degree of underactuation. The app…

Subspace Representation Learning for Sparse Linear Arrays to Localize More Sources than Sensors: A Deep Learning Methodology

2024-08-29 · Kuan-Lin Chen, Bhaskar D. Rao

Localizing more sources than sensors with a sparse linear array (SLA) has long relied on minimizing a distance between two covariance matrices and recent algorithms often utilize semidefinite programming (SDP). Although …

Representation Learningsubspace methods

Active Subspaces in Infinite Dimension

2025-10-13 · Poorbita Kundu, Nathan Wycoff arxiv

Active subspace analysis uses the leading eigenspace of the gradient's second moment to conduct supervised dimension reduction. In this article, we extend this methodology to real-valued functionals on Hilbert space. We …

On Supervised Feature Selection from High Dimensional Feature Spaces

2022-03-22 · Yijing Yang, Wei Wang, Hongyu Fu, C. -C. Jay Kuo

The application of machine learning to image and video data often yields a high dimensional feature space. Effective feature selection techniques identify a discriminant feature subspace that lowers computational and mod…

BIG-bench Machine Learningfeature selectionVocal Bursts Intensity Prediction

PixelHop: A Successive Subspace Learning (SSL) Method for Object Classification

2019-09-17 · Yueru Chen, C. -C. Jay Kuo

A new machine learning methodology, called successive subspace learning (SSL), is introduced in this work. SSL contains four key ingredients: 1) successive near-to-far neighborhood expansion; 2) unsupervised dimension re…

BenchmarkingDecision MakingDimensionality ReductionGeneral Classification