paper-with-me

Papers

Submodularity In Machine Learning and Artificial Intelligence

2022-01-31 · Jeff Bilmes

In this manuscript, we offer a gentle review of submodularity and supermodularity and their properties. We offer a plethora of submodular definitions; a full description of a number of example submodular functions and their generalizations; example discrete constraints; a discussion of basic algorithms for maximization, minimization, and other operations; a brief overview of continuous submodular extensions; and some historical applications. We then turn to how submodularity is useful in machine learning and artificial intelligence. This includes summarization, and we offer a complete account of the differences between and commonalities amongst sketching, coresets, extractive and abstractive summarization in NLP, data distillation and condensation, and data subset selection and feature selection. We discuss a variety of ways to produce a submodular function useful for machine learning, including heuristic hand-crafting, learning or approximately learning a submodular function or aspects thereof, and some advantages of the use of a submodular function as a coreset producer. We discuss submodular combinatorial information functions, and how submodularity is useful for clustering, data partitioning, parallel machine learning, active and semi-supervised learning, probabilistic modeling, and structured norms and loss functions.

📄 PDF Abstract BibTeX arXiv:2202.00132

Code (0)

등록된 구현이 없습니다.

Tasks

Abstractive Text SummarizationBIG-bench Machine Learningfeature selection

Similar Papers 제목 키워드 기반

Adaptive Maximization of Pointwise Submodular Functions With Budget Constraint

2016-03-30 · NeurIPS 2016 12 · Nguyen Viet Cuong, Huan Xu

We study the worst-case adaptive optimization problem with budget constraint that is useful for modeling various practical applications in artificial intelligence and machine learning. We investigate the near-optimality …

Active Learning

Scalable Greedy Feature Selection via Weak Submodularity

2017-03-08 · Rajiv Khanna, Ethan Elenberg, Alexandros G. Dimakis, Sahand Negahban 외

Greedy algorithms are widely used for problems in machine learning such as feature selection and set function optimization. Unfortunately, for large datasets, the running time of even greedy algorithms can be quite high.…

feature selection

Adaptivity in Adaptive Submodularity

2019-11-09 · Hossein Esfandiari, Amin Karbasi, Vahab Mirrokni

Adaptive sequential decision making is one of the central challenges in machine learning and artificial intelligence. In such problems, the goal is to design an interactive policy that plans for an action to take, from a…

Active LearningDecision MakingExperimental DesignSequential Decision Making

Submodularity for Data Selection in Machine Translation

2014-10-01 · EMNLP 2014 10 · Katrin Kirchhoff, Jeff Bilmes
Language ModellingMachine TranslationTranslation

On Additive Approximate Submodularity

2020-10-06 · Flavio Chierichetti, Anirban Dasgupta, Ravi Kumar

A real-valued set function is (additively) approximately submodular if it satisfies the submodularity conditions with an additive error. Approximate submodularity arises in many settings, especially in machine learning, …