paper-with-me

홈 › Papers

A Kernel Fisher Discriminant Analysis-Based Tree Ensemble Classifier: KFDA Forest

2026-06-27 · Donghwan Kim, Seung Hwan Park, Jun-Geol Baek arxiv

In general, an ensemble classifier is more accurate than a single classifier. In this study, we propose an ensemble classifier called the kernel Fisher discriminant analysis forest (KFDA Forest), which is a tree-based ensemble method that applies KFDA. To promote diversity, bootstrap is used, and variable sets are randomly divided into K subsets. KFDA is performed on each subset to increase classification accuracy. KFDA maximizes the distance between classes while minimizing the distance within classes. KFDA can also be applied to classification problems in a nonlinear data structure using the kernel trick because it can transform the input space into a kernel feature space, commonly named a rotation, rather than performing a dimensionality reduction. Because new feature axes and KFDA projections are parallel, decision trees are used as a base classifier. To compare the proposed method with existing ensemble methods, we apply these to real datasets from the UCI and KEEL repositories.

📄 PDF Abstract BibTeX arXiv:2606.29053

Code (0)

등록된 구현이 없습니다.

Tasks

Dimensionality Reduction

Similar Papers 제목 키워드 기반

Fisher and Kernel Fisher Discriminant Analysis: Tutorial

2019-06-22 · Benyamin Ghojogh, Fakhri Karray, Mark Crowley

This is a detailed tutorial paper which explains the Fisher discriminant Analysis (FDA) and kernel FDA. We start with projection and reconstruction. Then, one- and multi-dimensional FDA subspaces are covered. Scatters in…

Dimensionality Reduction

Essence of kernel Fisher discriminant: KPCA plus LDA

2003-10-15 · Pattern Recognition 2003 10 · Jian Yang; Zhong Jin; Jing-yu Yang, David Zhang, Alejandro F. Frangi

In this paper, the method of kernel Fisher discriminant (KFD) is analyzed and its nature is revealed, i.e., KFD is equivalent to kernel principal component analysis (KPCA) plus Fisher linear discriminant analysis (LDA).…

Testing for Homogeneity with Kernel Fisher Discriminant Analysis

2007-12-01 · NeurIPS 2007 12 · Moulines Eric, Francis R. Bach, Zaïd Harchaoui

We propose to test for the homogeneity of two samples by using Kernel Fisher discriminant Analysis. This provides us with a consistent nonparametric test statistic, for which we derive the asymptotic distribution under t…

Roweis Discriminant Analysis: A Generalized Subspace Learning Method

2019-10-11 · Benyamin Ghojogh, Fakhri Karray, Mark Crowley

We present a new method which generalizes subspace learning based on eigenvalue and generalized eigenvalue problems. This method, Roweis Discriminant Analysis (RDA), is named after Sam Roweis to whom the field of subspac…

Dimensionality ReductionFace Recognition

The Geometry of Nonlinear Embeddings in Kernel Discriminant Analysis

2020-05-12 · Jiae Kim, Yoonkyung Lee, Zhiyu Liang

Fisher's linear discriminant analysis is a classical method for classification, yet it is limited to capturing linear features only. Kernel discriminant analysis as an extension is known to successfully alleviate the lim…