paper-with-me

홈 › Papers

An Average Classification Algorithm

2015-06-04 · Brendan van Rooyen, Aditya Krishna Menon, Robert C. Williamson

Many classification algorithms produce a classifier that is a weighted average of kernel evaluations. When working with a high or infinite dimensional kernel, it is imperative for speed of evaluation and storage issues that as few training samples as possible are used in the kernel expansion. Popular existing approaches focus on altering standard learning algorithms, such as the Support Vector Machine, to induce sparsity, as well as post-hoc procedures for sparse approximations. Here we adopt the latter approach. We begin with a very simple classifier, given by the kernel mean $$ f(x) = \frac{1}{n} \sum\limits_{i=i}^{n} y_i K(x_i,x) $$ We then find a sparse approximation to this kernel mean via herding. The result is an accurate, easily parallelized algorithm for learning classifiers.

📄 PDF Abstract BibTeX arXiv:1506.01520

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral Classification

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

A Classification Leveraged Object Detector

2016-04-07 · Miao Sun, Tony X. Han, Zhihai He

Currently, the state-of-the-art image classification algorithms outperform the best available object detector by a big margin in terms of average precision. We, therefore, propose a simple yet principled approach that al…

ClassificationGeneral Classificationimage-classificationImage Classification+3

Online Classification with Specificity Constraints

2010-12-01 · NeurIPS 2010 12 · Andrey Bernstein, Shie Mannor, Nahum Shimkin

We consider the online binary classification problem, where we are given m classifiers. At each stage, the classifiers map the input to the probability that the input belongs to the positive class. An online classificati…

Binary ClassificationClassificationGeneral ClassificationSpecificity

Deep Learning Neural Networks for Emotion Classification from Text: Enhanced Leaky Rectified Linear Unit Activation and Weighted Loss

2022-03-04 · Hui Yang, Abeer Alsadoon, P. W. C. Prasad, Thair Al-Dala'in 외

Accurate emotion classification for online reviews is vital for business organizations to gain deeper insights into markets. Although deep learning has been successfully implemented in this area, accuracy and processing …

ClassificationEmotion ClassificationModel Optimization

Comparative Analysis of Radar Cross Section Based UAV Classification Techniques

2021-12-17 · Martins Ezuma, Chethan Kumar Anjinappa, Vasilii Semkin, Ismail Guvenc

This work investigates the problem of unmanned aerial vehicles (UAVs) identification using their radar crosssection (RCS) signature. The RCS of six commercial UAVs are measured at 15 GHz and 25 GHz in an anechoic chamber…

Classification

Reproducing and Improving CheXNet: Deep Learning for Chest X-ray Disease Classification

2025-05-10 · Daniel Strick, Carlos Garcia, Anthony Huang

Deep learning for radiologic image analysis is a rapidly growing field in biomedical research and is likely to become a standard practice in modern medicine. On the publicly available NIH ChestX-ray14 dataset, containing…

Multi-Label Classification