NNK-Means: Data summarization using dictionary learning with non-negative kernel regression

Published in IEEE 30th European Signal Processing Conference (EUSIPCO), 2022

An increasing number of systems are being designed by first gathering significant amounts of data, and then optimizing the system parameters directly using the obtained data. Often this is done without analyzing the dataset structure. As task complexity, data size, and parameters all increase to millions or even billions, data summarization is becoming a major challenge. In this work, we investigate data summarization via dictionary learning, leveraging the properties of recently introduced non-negative kernel regression (NNK) graphs. Our proposed NNK-Means, unlike competing techniques, such askSVD, learns geometric dictionaries with atoms that lie in the input data space. Experiments show that summaries using NNK-Meanscan provide better discrimination compared to linear and kernel versions of kMeans and kSVD. Moreover, NNK-Means has a scalable implementation, with runtime complexity similar to that of kMeans.

Download paper here

@misc{shekkizhar2021nnkmeans,
    title={NNK-Means: Dictionary Learning using Non-Negative Kernel regression},
    author={Sarath Shekkizhar and Antonio Ortega},
    year={2021},
    eprint={2110.08212},
    archivePrefix={arXiv},
    primaryClass={cs.LG}
}