paper-with-me

홈 › Papers

Lazy and Fast Greedy MAP Inference for Determinantal Point Process

2022-06-13 · Shinichi Hemmi, Taihei Oki, Shinsaku Sakaue, Kaito Fujii, Satoru Iwata

The maximum a posteriori (MAP) inference for determinantal point processes (DPPs) is crucial for selecting diverse items in many machine learning applications. Although DPP MAP inference is NP-hard, the greedy algorithm often finds high-quality solutions, and many researchers have studied its efficient implementation. One classical and practical method is the lazy greedy algorithm, which is applicable to general submodular function maximization, while a recent fast greedy algorithm based on the Cholesky factorization is more efficient for DPP MAP inference. This paper presents how to combine the ideas of "lazy" and "fast", which have been considered incompatible in the literature. Our lazy and fast greedy algorithm achieves almost the same time complexity as the current best one and runs faster in practice. The idea of "lazy + fast" is extendable to other greedy-type algorithms. We also give a fast version of the double greedy algorithm for unconstrained DPP MAP inference. Experiments validate the effectiveness of our acceleration ideas.

📄 PDF Abstract BibTeX arXiv:2206.05947

Code (1)

Alnusjaponica/DPP-MAP-Inference 공식 구현

Tasks

Point Processes

Similar Papers 제목 키워드 기반

Faster Greedy MAP Inference for Determinantal Point Processes

2017-03-09 · ICML 2017 8 · Insu Han, Prabhanjan Kambadur, KyoungSoo Park, Jinwoo Shin

Determinantal point processes (DPPs) are popular probabilistic models that arise in many machine learning tasks, where distributions of diverse sets are characterized by matrix determinants. In this paper, we develop fas…

Point Processes

Fast Greedy MAP Inference for Determinantal Point Process to Improve Recommendation Diversity

2018-05-26 · NeurIPS 2018 12 · Chen Laming, Zhang Guoxin, Zhou Hanning

The determinantal point process (DPP) is an elegant probabilistic model of repulsion with applications in various machine learning tasks including summarization and search. However, the maximum a posteriori (MAP) inferen…

Diversity

Lazier Than Lazy Greedy

2014-09-28 · Baharan Mirzasoleiman, Ashwinkumar Badanidiyuru, Amin Karbasi, Jan Vondrak 외

Is it possible to maximize a monotone submodular function faster than the widely used lazy greedy algorithm (also known as accelerated greedy), both in theory and practice? In this paper, we develop the first linear-time…

ClusteringData Summarization

Lazy Greedy Hypervolume Subset Selection from Large Candidate Solution Sets

2020-07-04 · Wei-Yu Chen, Hisao Ishibuhci, Ke Shang

Subset selection is a popular topic in recent years and a number of subset selection methods have been proposed. Among those methods, hypervolume subset selection is widely used. Greedy hypervolume subset selection algor…

Near-Optimal MAP Inference for Determinantal Point Processes

2012-12-01 · NeurIPS 2012 12 · Jennifer Gillenwater, Alex Kulesza, Ben Taskar

Determinantal point processes (DPPs) have recently been proposed as computationally efficient probabilistic models of diverse sets for a variety of applications, including document summarization, image search, and …

Document SummarizationImage RetrievalPoint ProcessesPose Estimation