Persistence kernels for classification: A comparative study
Cinzia Bandiziol, Stefano De Marchi
TL;DR
This work conducts a comprehensive, cross-domain comparison of five persistence kernels—PSSK, PWGK, SWK, PFK, and PI—for classification tasks within the framework of persistent homology. By mapping persistence diagrams into diverse feature representations and pairing them with SVMs, the study evaluates kernel performance on point clouds, images, graphs, and time series, highlighting SWK's strong empirical performance and its computational efficiency. Key contributions include detailed kernel descriptions, parameter-tuning guidelines, extensive numerical experiments, and publicly available Python code for reproducibility. The findings underscore the importance of the filtration choice and kernel design in extracting robust topological features for real-world classification problems.
Abstract
The aim of the present work is a comparative study of different persistence kernels applied to various classification problems. After some necessary preliminaries on homology and persistence diagrams, we introduce five different kernels that are then used to compare their performances of classification on various datasets. We also provide the Python codes for the reproducibility of results.
