paper-with-me

Papers

Submodular Function Maximization for Group Elevator Scheduling

2017-06-28 · Srikumar Ramalingam, Arvind U. Raghunathan, Daniel Nikovski

We propose a novel approach for group elevator scheduling by formulating it as the maximization of submodular function under a matroid constraint. In particular, we propose to model the total waiting time of passengers using a quadratic Boolean function. The unary and pairwise terms in the function denote the waiting time for single and pairwise allocation of passengers to elevators, respectively. We show that this objective function is submodular. The matroid constraints ensure that every passenger is allocated to exactly one elevator. We use a greedy algorithm to maximize the submodular objective function, and derive provable guarantees on the optimality of the solution. We tested our algorithm using Elevate 8, a commercial-grade elevator simulator that allows simulation with a wide range of elevator settings. We achieve significant improvement over the existing algorithms.

📄 PDF Abstract BibTeX arXiv:1707.00617

Code (0)

등록된 구현이 없습니다.

Tasks

Scheduling

Similar Papers 제목 키워드 기반

Group Equality in Adaptive Submodular Maximization

2022-07-07 · Shaojie Tang, Jing Yuan

In this paper, we study the classic submodular maximization problem subject to a group equality constraint under both non-adaptive and adaptive settings. It has been shown that the utility function of many machine learni…

Data SummarizationFairness

Balancing Utility and Fairness in Submodular Maximization (Technical Report)

2022-11-02 · Yanhao Wang, Yuchen Li, Francesco Bonchi, Ying Wang

Submodular function maximization is a fundamental combinatorial optimization problem with plenty of applications -- including data summarization, influence maximization, and recommendation. In many of these problems, the…

Combinatorial OptimizationData SummarizationFairness

Robust Adaptive Submodular Maximization

2021-07-23 · Shaojie Tang

The goal of a sequential decision making problem is to design an interactive policy that adaptively selects a group of items, each selection is based on the feedback from the past, in order to maximize the expected utili…

Active LearningDecision MakingMarketingSequential Decision Making

Group Fairness in Non-monotone Submodular Maximization

2023-02-03 · Jing Yuan, Shaojie Tang

Maximizing a submodular function has a wide range of applications in machine learning and data mining. One such application is data summarization whose goal is to select a small set of representative and diverse data ite…

Data SummarizationFairness

Non-monotone Sequential Submodular Maximization

2023-08-16 · Shaojie Tang, Jing Yuan

In this paper, we study a fundamental problem in submodular optimization, which is called sequential submodular maximization. Specifically, we aim to select and rank a group of $k$ items from a ground set $V$ such that t…

Assortment OptimizationDiversityRecommendation Systems