MLLGApr 11, 2013

Scaling the Indian Buffet Process via Submodular Maximization

arXiv:1304.3285v433 citations
Originality Incremental advance
AI Analysis

This work addresses a computational bottleneck for researchers and practitioners using latent feature models, offering a scalable inference method that is incremental in improving efficiency.

The paper tackles the scalability challenge of inference in latent feature models with an Indian Buffet Process prior by developing a method based on submodular maximization, achieving linear scaling with data size and demonstrating efficacy on the largest datasets analyzed with such models.

Inference for latent feature models is inherently difficult as the inference space grows exponentially with the size of the input data and number of latent features. In this work, we use Kurihara & Welling (2008)'s maximization-expectation framework to perform approximate MAP inference for linear-Gaussian latent feature models with an Indian Buffet Process (IBP) prior. This formulation yields a submodular function of the features that corresponds to a lower bound on the model evidence. By adding a constant to this function, we obtain a nonnegative submodular function that can be maximized via a greedy algorithm that obtains at least a one-third approximation to the optimal solution. Our inference method scales linearly with the size of the input data, and we show the efficacy of our method on the largest datasets currently analyzed using an IBP model.

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