SFO: A Toolbox for Submodular Function Optimization
Abstract
In recent years, a fundamental problem structure has emerged as very useful in a variety of machine learning applications: Submodularity is an intuitive diminishing returns property, stating that adding an element to a smaller set helps more than adding it to a larger set. Similarly to convexity, submodularity allows one to efficiently find provably (near-) optimal solutions for large problems. We present SFO, a toolbox for use in MATLAB or Octave that implements algorithms for minimization and maximization of submodular functions. A tutorial script illustrates the application of submodularity to machine learning and AI problems such as feature selection, clustering, inference and optimized information gathering.
Cite
Text
Krause. "SFO: A Toolbox for Submodular Function Optimization." Machine Learning Open Source Software, 2010.Markdown
[Krause. "SFO: A Toolbox for Submodular Function Optimization." Machine Learning Open Source Software, 2010.](https://mlanthology.org/mloss/2010/krause2010jmlr-sfo/)BibTeX
@article{krause2010jmlr-sfo,
title = {{SFO: A Toolbox for Submodular Function Optimization}},
author = {Krause, Andreas},
journal = {Machine Learning Open Source Software},
year = {2010},
pages = {1141-1144},
volume = {11},
url = {https://mlanthology.org/mloss/2010/krause2010jmlr-sfo/}
}