vix.ing · top · new · best · stats · spec

Submodlib: A Submodular Optimization Library

2022/02/22 by Vishal Kaushal, Kaushal, Vishal, Ganesh Ramakrishnan +3 · 1 citation
Computer Science · #Complexity and Algorithms in Graphs #Data Mining Algorithms and Applications #FOS: Computer and information sciences #Information Retrieval (cs.IR) #Machine Learning (cs.LG) #Rough Sets and Fuzzy Logic

paper · pdf · doi:10.48550/arxiv.2202.10680

openalex publication_date 2022/02/22 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

Submodular functions are a special class of set functions which naturally model the notion of representativeness, diversity, coverage etc. and have been shown to be computationally very efficient. A lot of past work has applied submodular optimization to find optimal subsets in various contexts. Some examples include data summarization for efficient human consumption, finding effective smaller subsets of training data to reduce the model development time (training, hyper parameter tuning), finding effective subsets of unlabeled data to reduce the labeling costs, etc. A recent work has also leveraged submodular functions to propose submodular information measures which have been found to be very useful in solving the problems of guided subset selection and guided summarization. In this work, we present Submodlib which is an open-source, easy-to-use, efficient and scalable Python library for submodular optimization with a C++ optimization engine. Submodlib finds its application in summarization, data subset selection, hyper parameter tuning, efficient training and more. Through a rich API, it offers a great deal of flexibility in the way it can be used. Source of Submodlib is available at https://github.com/decile-team/submodlib.

Cited by

Related