paper-with-me

Papers

Maximizing Submodular Functions for Recommendation in the Presence of Biases

2023-05-03 · Anay Mehrotra, Nisheeth K. Vishnoi

Subset selection tasks, arise in recommendation systems and search engines and ask to select a subset of items that maximize the value for the user. The values of subsets often display diminishing returns, and hence, submodular functions have been used to model them. If the inputs defining the submodular function are known, then existing algorithms can be used. In many applications, however, inputs have been observed to have social biases that reduce the utility of the output subset. Hence, interventions to improve the utility are desired. Prior works focus on maximizing linear functions -- a special case of submodular functions -- and show that fairness constraint-based interventions can not only ensure proportional representation but also achieve near-optimal utility in the presence of biases. We study the maximization of a family of submodular functions that capture functions arising in the aforementioned applications. Our first result is that, unlike linear functions, constraint-based interventions cannot guarantee any constant fraction of the optimal utility for this family of submodular functions. Our second result is an algorithm for submodular maximization. The algorithm provably outputs subsets that have near-optimal utility for this family under mild assumptions and that proportionally represent items from each group. In empirical evaluation, with both synthetic and real-world data, we observe that this algorithm improves the utility of the output subset for this family of submodular functions over baselines.

📄 PDF Abstract BibTeX arXiv:2305.02806

Code (1)

anaymehrotra/submodular-maximization-in-the-presence-of-biases 공식 구현

Tasks

FairnessRecommendation Systems

Similar Papers 제목 키워드 기반

Submodular Optimization under Noise

2016-01-12 · Avinatan Hassidim, Yaron Singer

We consider the problem of maximizing a monotone submodular function under noise. There has been a great deal of work on optimization of submodular functions under various constraints, resulting in algorithms that provid…

Fast and Private Submodular and $k$-Submodular Functions Maximization with Matroid Constraints

2020-06-28 · ICML 2020 1 · Akbar Rafiey, Yuichi Yoshida

The problem of maximizing nonnegative monotone submodular functions under a certain constraint has been intensively studied in the last decade, and a wide range of efficient approximation algorithms have been developed f…

Data Summarization

Dynamic Non-monotone Submodular Maximization

2023-11-07 · NeurIPS 2023 11

Maximizing submodular functions has been increasingly used in many applications of machine learning, such as data summarization, recommendation systems, and feature selection. Moreover, there has been a growing interest …

Data Summarizationfeature selectionRecommendation SystemsVideo Summarization

Maximizing submodular functions using probabilistic graphical models

2013-09-10 · K. S. Sesh Kumar, Francis Bach

We consider the problem of maximizing submodular functions; while this problem is known to be NP-hard, several numerically efficient local search techniques with approximation guarantees are available. In this paper, we …

Variational Inference

Submodular Maximization Through Barrier Functions

2020-02-10 · NeurIPS 2020 12 · Ashwinkumar Badanidiyuru, Amin Karbasi, Ehsan Kazemi, Jan Vondrak

In this paper, we introduce a novel technique for constrained submodular maximization, inspired by barrier functions in continuous optimization. This connection not only improves the running time for constrained submodul…

Movie Recommendation