paper-with-me

홈 › Papers

Expressive Mortality Models through Gaussian Process Kernels

2023-05-02 · Mike Ludkovski, Jimmy Risk

We develop a flexible Gaussian Process (GP) framework for learning the covariance structure of Age- and Year-specific mortality surfaces. Utilizing the additive and multiplicative structure of GP kernels, we design a genetic programming algorithm to search for the most expressive kernel for a given population. Our compositional search builds off the Age-Period-Cohort (APC) paradigm to construct a covariance prior best matching the spatio-temporal dynamics of a mortality dataset. We apply the resulting genetic algorithm (GA) on synthetic case studies to validate the ability of the GA to recover APC structure, and on real-life national-level datasets from the Human Mortality Database. Our machine-learning based analysis provides novel insight into the presence/absence of Cohort effects in different populations, and into the relative smoothness of mortality surfaces along the Age and Year dimensions. Our modelling work is done with the PyTorch libraries in Python and provides an in-depth investigation of employing GA to aid in compositional kernel search for GP surrogates.

📄 PDF Abstract BibTeX arXiv:2305.01728

Code (1)

jimmyrisk/gpga-synthetic-surfaces 공식 구현

Methods 이 논문이 사용한 방법론

GA Genetic Algorithms are search algorithms that mimic Darwinian biological evolution in order to select and propagate better solutions.
Gaussian Process Gaussian Processes are non-parametric models for approximating functions. They rely upon a measure of similarity between points (the kernel function) to predict the value for…

Similar Papers 제목 키워드 기반

Interpretable deep Gaussian processes with moments

2019-05-27 · Chi-Ken Lu, Scott Cheng-Hsin Yang, Xiaoran Hao, Patrick Shafto

Deep Gaussian Processes (DGPs) combine the expressiveness of Deep Neural Networks (DNNs) with quantified uncertainty of Gaussian Processes (GPs). Expressive power and intractable inference both result from the non-Gaussi…

Gaussian Processes

Scalable Gaussian Processes for Characterizing Multidimensional Change Surfaces

2015-11-13 · William Herlands, Andrew Wilson, Hannes Nickisch, Seth Flaxman 외

We present a scalable Gaussian process model for identifying and characterizing smooth multidimensional changepoints, and automatically learning changes in expressive covariance structure. We use Random Kitchen Sink feat…

Gaussian Processes

Deep Kernel Learning

2015-11-06 · Andrew Gordon Wilson, Zhiting Hu, Ruslan Salakhutdinov, Eric P. Xing

We introduce scalable deep kernels, which combine the structural properties of deep learning architectures with the non-parametric flexibility of kernel methods. Specifically, we transform the inputs of a spectral mixtur…

Gaussian Processes

GPatt: Fast Multidimensional Pattern Extrapolation with Gaussian Processes

2013-10-20 · Andrew Gordon Wilson, Elad Gilboa, Arye Nehorai, John P. Cunningham

Gaussian processes are typically used for smoothing and interpolation on small datasets. We introduce a new Bayesian nonparametric framework -- GPatt -- enabling automatic pattern extrapolation with Gaussian processes on…

Gaussian Processes

Harmonizable mixture kernels with variational Fourier features

2018-10-10 · Zheyang Shen, Markus Heinonen, Samuel Kaski

The expressive power of Gaussian processes depends heavily on the choice of kernel. In this work we propose the novel harmonizable mixture kernel (HMK), a family of expressive, interpretable, non-stationary kernels deriv…

Gaussian Processes