paper-with-me

홈 › Papers

Embedded all relevant feature selection with Random Ferns

2016-04-20 · Miron Bartosz Kursa

Many machine learning methods can produce variable importance scores expressing the usability of each feature in context of the produced model; those scores on their own are yet not sufficient to generate feature selection, especially when an all relevant selection is required. Although there are wrapper methods aiming to solve this problem, they introduce a substantial increase in the required computational effort. In this paper I investigate an idea of incorporating all relevant selection within the training process by producing importance for implicitly generated shadows, attributes irrelevant by design. I propose and evaluate such a method in context of random ferns classifier. Experiment results confirm the effectiveness of such approach, although show that fully stochastic nature of random ferns limits its applicability either to small dimensions or as a part of a broader feature selection procedure.

📄 PDF Abstract BibTeX arXiv:1604.06133

Code (0)

등록된 구현이 없습니다.

Tasks

Allfeature selection

Similar Papers 제목 키워드 기반

rFerns: An Implementation of the Random Ferns Method for General-Purpose Machine Learning

2012-02-06 · Miron B. Kursa

In this paper I present an extended implementation of the Random ferns algorithm contained in the R package rFerns. It differs from the original by the ability of consuming categorical and numerical attributes instead of…

AttributeBIG-bench Machine Learning

Random Ferns for Semantic Segmentation of PolSAR Images

2022-02-07 · Pengchao Wei, Ronny Hänsch

Random Ferns -- as a less known example of Ensemble Learning -- have been successfully applied in many Computer Vision applications ranging from keypoint matching to object detection. This paper extends the Random Fern f…

Ensemble Learningobject-detectionObject DetectionSemantic Segmentation

A Comparison of Random Forests and Ferns on Recognition of Instruments in Jazz Recordings

2013-05-22 · Alicja A. Wieczorkowska, Miron B. Kursa

In this paper, we first apply random ferns for classification of real music recordings of a jazz band. No initial segmentation of audio data is assumed, i.e., no onset, offset, nor pitch data are needed. The notion of ra…

ClassificationGeneral Classification

Multi-label Ferns for Efficient Recognition of Musical Instruments in Recordings

2014-03-30 · Miron B. Kursa, Alicja A. Wieczorkowska

In this paper we introduce multi-label ferns, and apply this technique for automatic classification of musical instruments in audio recordings. We compare the performance of our proposed method to a set of binary random …

ClassificationGeneral Classification

Large-scale Nonlinear Variable Selection via Kernel Random Features

2018-04-19 · Magda Gregorová, Jason Ramapuram, Alexandros Kalousis, Stéphane Marchand-Maillet

We propose a new method for input variable selection in nonlinear regression. The method is embedded into a kernel regression machine that can model general nonlinear functions, not being a priori limited to additive mod…

Additive modelsregressionVariable Selection