paper-with-me

Papers

Kernel Density Estimation by Genetic Algorithm

2022-03-03 · Kiheiji Nishida

This study proposes a data condensation method for multivariate kernel density estimation by genetic algorithm. First, our proposed algorithm generates multiple subsamples of a given size with replacement from the original sample. The subsamples and their constituting data points are regarded as $\it{chromosome}$ and $\it{gene}$, respectively, in the terminology of genetic algorithm. Second, each pair of subsamples breeds two new subsamples, where each data point faces either $\it{crossover}$, $\it{mutation}$, or $\it{reproduction}$ with a certain probability. The dominant subsamples in terms of fitness values are inherited by the next generation. This process is repeated generation by generation and brings the sparse representation of kernel density estimator in its completion. We confirmed from simulation studies that the resulting estimator can perform better than other well-known density estimators.

📄 PDF Abstract BibTeX arXiv:2203.01535

Code (0)

등록된 구현이 없습니다.

Tasks

Density Estimation

Similar Papers 제목 키워드 기반

Sub-linear RACE Sketches for Approximate Kernel Density Estimation on Streaming Data

2019-12-04 · Benjamin Coleman, Anshumali Shrivastava

Kernel density estimation is a simple and effective method that lies at the heart of many important machine learning applications. Unfortunately, kernel methods scale poorly for large, high dimensional datasets. Approxim…

Density Estimation

Fast Kernel Density Estimation with Density Matrices and Random Fourier Features

2022-08-02 · Joseph A. Gallego, Juan F. Osorio, Fabio A. González

Kernel density estimation (KDE) is one of the most widely used nonparametric density estimation methods. The fact that it is a memory-based method, i.e., it uses the entire training data set for prediction, makes it unsu…

Density Estimation

Kernel Density Estimation by Stagewise Algorithm with a Simple Dictionary

2021-07-27 · Kiheiji Nishida, Kanta Naito

This study proposes multivariate kernel density estimation by stagewise minimization algorithm based on $U$-divergence and a simple dictionary. The dictionary consists of an appropriate scalar bandwidth matrix and a part…

Density Estimation

Variational Weighting for Kernel Density Ratios

2023-11-06 · NeurIPS 2023 11 · Sangwoong Yoon, Frank C. Park, Gunsu S Yun, Iljung Kim 외

Kernel density estimation (KDE) is integral to a range of generative and discriminative tasks in machine learning. Drawing upon tools from the multidimensional calculus of variations, we derive an optimal weight function…

Density Estimation

Tropical Density Estimation of Phylogenetic Trees

2022-06-09 · Ruriko Yoshida, David Barnhill, Keiji Miura, Daniel Howe

Much evidence from biological theory and empirical data indicates that, gene tree, phylogenetic trees reconstructed from different genes (loci), do not have to have exactly the same tree topologies. Such incongruence bet…

Density Estimation