paper-with-me

홈 › Papers

Similarity Learning for Provably Accurate Sparse Linear Classification

2012-06-27 · Aurelien Bellet, Amaury Habrard, Marc Sebban

In recent years, the crucial importance of metrics in machine learning algorithms has led to an increasing interest for optimizing distance and similarity functions. Most of the state of the art focus on learning Mahalanobis distances (requiring to fulfill a constraint of positive semi-definiteness) for use in a local k-NN algorithm. However, no theoretical link is established between the learned metrics and their performance in classification. In this paper, we make use of the formal framework of good similarities introduced by Balcan et al. to design an algorithm for learning a non PSD linear similarity optimized in a nonlinear feature space, which is then used to build a global linear classifier. We show that our approach has uniform stability and derive a generalization bound on the classification error. Experiments performed on various datasets confirm the effectiveness of our approach compared to state-of-the-art methods and provide evidence that (i) it is fast, (ii) robust to overfitting and (iii) produces very sparse classifiers.

📄 PDF Abstract BibTeX arXiv:1206.6476

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral Classification

Methods 이 논문이 사용한 방법론

k-NN $k$-Nearest Neighbors is a clustering-based algorithm for classification and regression. It is a a type of instance-based learning as it does not attempt to construct a…

Similar Papers 제목 키워드 기반

Pairwise Supervision Can Provably Elicit a Decision Boundary

2020-06-11 · Han Bao, Takuya Shimada, Liyuan Xu, Issei Sato 외

Similarity learning is a general problem to elicit useful representations by predicting the relationship between a pair of patterns. This problem is related to various important preprocessing tasks such as metric learnin…

Binary ClassificationClassificationContrastive LearningGeneral Classification+3

Combating Adversarial Attacks Using Sparse Representations

2018-03-11 · Soorya Gopalakrishnan, Zhinus Marzi, Upamanyu Madhow, Ramtin Pedarsani

It is by now well-known that small adversarial perturbations can induce classification errors in deep neural networks (DNNs). In this paper, we make the case that sparse representations of the input data are a crucial to…

General Classification

Verified Neural Compressed Sensing

2024-05-07 · Rudy Bunel, Krishnamurthy Dvijotham, M. Pawan Kumar, Alessandro De Palma 외

We develop the first (to the best of our knowledge) provably correct neural networks for a precise computational task, with the proof of correctness generated by an automated verification algorithm without any human inpu…

compressed sensing

Finding a sparse vector in a subspace: Linear sparsity using alternating directions

2014-12-15 · NeurIPS 2014 12 · Qing Qu, Ju Sun, John Wright

Is it possible to find the sparsest vector (direction) in a generic subspace $\mathcal{S} \subseteq \mathbb{R}^p$ with $\mathrm{dim}(\mathcal{S})= n < p$? This problem can be considered a homogeneous variant of the spars…

Dictionary Learning

Supersparse Linear Integer Models for Predictive Scoring Systems

2013-06-25 · Berk Ustun, Stefano Traca, Cynthia Rudin

We introduce Supersparse Linear Integer Models (SLIM) as a tool to create scoring systems for binary classification. We derive theoretical bounds on the true risk of SLIM scoring systems, and present experimental results…

Binary ClassificationClassificationGeneral Classification