paper-with-me

Papers

Sparse L0-norm based Kernel-free Quadratic Surface Support Vector Machines

2025-01-20 · Ahmad Mousavi, Ramin Zandvakili

Kernel-free quadratic surface support vector machine (SVM) models have gained significant attention in machine learning. However, introducing a quadratic classifier increases the model's complexity by quadratically expanding the number of parameters relative to the dimensionality of the data, exacerbating overfitting. Hence, we propose sparse $\ell_0$-norm based Kernel-free quadratic surface SVMs, designed to mitigate overfitting and enhance interpretability. Given the intractable nature of these models, we present a penalty decomposition algorithm to obtain first-order optimality points efficiently. We demonstrate that the subproblems in our framework either admit closed-form solutions or can leverage duality theory to improve computational efficiency. Through empirical evaluations on real-world datasets, we demonstrate the efficacy and robustness of our approach, showcasing its potential to advance Kernel-free quadratic surface SVMs in practical applications while addressing overfitting concerns. All the implemented models and experiment codes are available at https://github.com/raminzandvakili/L0-QSVM.

📄 PDF Abstract BibTeX arXiv:2501.11268

Code (1)

raminzandvakili/l0-qsvm 공식 구현

Tasks

Computational Efficiency

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Sparse Universum Quadratic Surface Support Vector Machine Models for Binary Classification

2021-04-03 · Hossein Moosaei, Ahmad Mousavi, Milan Hladík, Zheming Gao

In binary classification, kernel-free linear or quadratic support vector machines are proposed to avoid dealing with difficulties such as finding appropriate kernel functions or tuning their hyper-parameters. Furthermore…

Binary ClassificationGeneral Classification

Robust kernel-free quadratic surface twin support vector machine with capped $L_1$-norm distance metric

2024-05-27 · Qi Si, Zhi Xia Yang

Twin support vector machine (TSVM) is a very classical and practical classifier for pattern classification. However, the traditional TSVM has two limitations. Firstly, it uses the L_2-norm distance metric that leads to i…

Generalized-CVO: Fast and Correspondence-Free Local Point Cloud Registration with Second Order Riemannian Optimization

2026-06-08 · Ray Zhang, Marcus Greiff, Thomas Lew, John Subosits arxiv

We propose a fast and correspondence-free local point cloud registration method that leverages geometric surface structure and reproducing kernel Hilbert space (RKHS) embeddings. The method represents point clouds as con…

Point Cloud RegistrationPoint Clouds

CoSA: Accelerating Long-Context Inference via Proxy-Kernel Co-Designed Sparse Attention

2026-07-28 · Yufei Xue, Lin Niu, Hong Liu, Siran Liu 외 arxiv

The quadratic cost of self-attention makes long-context inference prohibitively expensive, and proxy-based block-sparse attention has become a practical remedy. Existing methods typically rely on a proxy to predict a bin…

Manifold Learning with Sparse Regularised Optimal Transport

2023-07-19 · Stephen Zhang, Gilles Mordant, Tetsuya Matsumoto, Geoffrey Schiebinger

Manifold learning is a central task in modern statistics and data science. Many datasets (cells, documents, images, molecules) can be represented as point clouds embedded in a high dimensional ambient space, however the …