Hyperparameter Learning for Conditional Kernel Mean Embeddings with Rademacher Complexity Bounds

Abstract

Conditional kernel mean embeddings are nonparametric models that encode conditional expectations in a reproducing kernel Hilbert space. While they provide a flexible and powerful framework for probabilistic inference, their performance is highly dependent on the choice of kernel and regularization hyperparameters. Nevertheless, current hyperparameter tuning methods predominantly rely on expensive cross validation or heuristics that is not optimized for the inference task. For conditional kernel mean embeddings with categorical targets and arbitrary inputs, we propose a hyperparameter learning framework based on Rademacher complexity bounds to prevent overfitting by balancing data fit against model complexity. Our approach only requires batch updates, allowing scalable kernel hyperparameter tuning without invoking kernel approximations. Experiments demonstrate that our learning framework outperforms competing methods, and can be further extended to incorporate and learn deep neural network weights to improve generalization. (Source code available at: https://github.com/Kelvin-Hsu/cake).

Cite

Text

Hsu et al. "Hyperparameter Learning for Conditional Kernel Mean Embeddings with Rademacher Complexity Bounds." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2018. doi:10.1007/978-3-030-10928-8_14

Markdown

[Hsu et al. "Hyperparameter Learning for Conditional Kernel Mean Embeddings with Rademacher Complexity Bounds." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2018.](https://mlanthology.org/ecmlpkdd/2018/hsu2018ecmlpkdd-hyperparameter/) doi:10.1007/978-3-030-10928-8_14

BibTeX

@inproceedings{hsu2018ecmlpkdd-hyperparameter,
  title     = {{Hyperparameter Learning for Conditional Kernel Mean Embeddings with Rademacher Complexity Bounds}},
  author    = {Hsu, Kelvin and Nock, Richard and Ramos, Fabio},
  booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
  year      = {2018},
  pages     = {227-242},
  doi       = {10.1007/978-3-030-10928-8_14},
  url       = {https://mlanthology.org/ecmlpkdd/2018/hsu2018ecmlpkdd-hyperparameter/}
}