paper-with-me

홈 › Papers

Coresets for Classification -- Simplified and Strengthened

2021-06-08 · NeurIPS 2021 12 · Tung Mai, Anup B. Rao, Cameron Musco

We give relative error coresets for training linear classifiers with a broad class of loss functions, including the logistic loss and hinge loss. Our construction achieves $(1\pm \epsilon)$ relative error with $\tilde O(d \cdot \mu_y(X)^2/\epsilon^2)$ points, where $\mu_y(X)$ is a natural complexity measure of the data matrix $X \in \mathbb{R}^{n \times d}$ and label vector $y \in \{-1,1\}^n$, introduced in by Munteanu et al. 2018. Our result is based on subsampling data points with probabilities proportional to their $\ell_1$ $Lewis$ $weights$. It significantly improves on existing theoretical bounds and performs well in practice, outperforming uniform subsampling along with other importance sampling methods. Our sampling distribution does not depend on the labels, so can be used for active learning. It also does not depend on the specific loss function, so a single coreset can be used in multiple training scenarios.

📄 PDF Abstract BibTeX arXiv:2106.04254

Code (0)

등록된 구현이 없습니다.

Tasks

Active LearningClassification

Methods 이 논문이 사용한 방법론

Coresets 설명 없음

Similar Papers 제목 키워드 기반

Coresets for Classification – Simplified and Strengthened

2021-05-21 · NeurIPS 2021 12 · Tung Mai, Cameron N Musco, Anup Rao

We give relative error coresets for training linear classifiers with a broad class of loss functions, including the logistic loss and hinge loss. Our construction achieves $(1\pm \epsilon)$ relative error with $\tilde O(…

Active LearningClassification

Pruning Neural Networks via Coresets and Convex Geometry: Towards No Assumptions

2022-09-18 · Murad Tukan, Loay Mualem, Alaa Maalouf

Pruning is one of the predominant approaches for compressing deep neural networks (DNNs). Lately, coresets (provable data summarizations) were leveraged for pruning DNNs, adding the advantage of theoretical guarantees on…

No Dimensional Sampling Coresets for Classification

2024-02-07 · Meysam Alishahi, Jeff M. Phillips

We refine and generalize what is known about coresets for classification problems via the sensitivity sampling framework. Such coresets seek the smallest possible subsets of input data, so one can optimize a loss functio…

ClassificationSensitivity

Simple Weak Coresets for Non-Decomposable Classification Measures

2023-12-15 · Jayesh Malaviya, Anirban Dasgupta, Rachit Chhaya

While coresets have been growing in terms of their application, barring few exceptions, they have mostly been limited to unsupervised settings. We consider supervised classification problems, and non-decomposable evaluat…

Classification

Financial fraud detection system based on improved random forest and gradient boosting machine (GBM)

2025-02-20 · Tianzuo Hu

This paper proposes a financial fraud detection system based on improved Random Forest (RF) and Gradient Boosting Machine (GBM). Specifically, the system introduces a novel model architecture called GBM-SSRF (Gradient Bo…

Computational EfficiencyEnsemble Learningfeature selectionFraud Detection