AIHCLGMLDec 10, 2016

Knowledge Elicitation via Sequential Probabilistic Inference for High-Dimensional Prediction

arXiv:1612.03328v236 citations
AI Analysis

This addresses the challenge of accurate prediction in data-scarce, high-dimensional settings like precision medicine, where obtaining more samples is costly, by efficiently leveraging domain experts, though it is incremental as it builds on existing sparse regression methods.

The paper tackles the 'small n, large p' prediction problem by developing a method to sequentially query expert knowledge about feature relevance or coefficient values in sparse linear regression, resulting in improved prediction accuracy with minimal expert effort as shown in evaluations.

Prediction in a small-sized sample with a large number of covariates, the "small n, large p" problem, is challenging. This setting is encountered in multiple applications, such as precision medicine, where obtaining additional samples can be extremely costly or even impossible, and extensive research effort has recently been dedicated to finding principled solutions for accurate prediction. However, a valuable source of additional information, domain experts, has not yet been efficiently exploited. We formulate knowledge elicitation generally as a probabilistic inference process, where expert knowledge is sequentially queried to improve predictions. In the specific case of sparse linear regression, where we assume the expert has knowledge about the values of the regression coefficients or about the relevance of the features, we propose an algorithm and computational approximation for fast and efficient interaction, which sequentially identifies the most informative features on which to query expert knowledge. Evaluations of our method in experiments with simulated and real users show improved prediction accuracy already with a small effort from the expert.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes