Summary statistics which donβt require us to keep all the data but which allow us to nonetheless do inference nearly as well. e.g sufficient statistics in exponential families allow you to do certain kind of inference perfectly without anything except summaries. Methods such as variational Bayes summarize data by maintaining a posterior density as a summary of all the data likelihood, at some cost in accuracy. I think of these as nearly sufficient statistics but we could thinkg of these data summarization which I note here for later reference.
- Approximate Bayesian Computation
- inducing sets, as seen in Gaussian processes
- coresets as seen in Bayesian models
- probabilistic deep learning possibly does this
- Bounded Memory Learning considers this from a computational complexity standpoint β is that related?
- Some dimension reductions are data summarization
TBC.
Bayes duality
Coresets
Bayesian. Solve an optimisation problem to minimise distance between posterior with all data and with a weighted subset.
Representative subsets
I think this is intended to be generic? See apricot:
apricot implements submodular optimization for the purpose of summarizing massive data sets into minimally redundant subsets that are still representative of the original data. These subsets are useful for both visualizing the modalities in the data (such as in the two data sets below) and for training accurate machine learning models with just a fraction of the examples and compute.
No comments yet. Why not leave one?