Streaming Stochastic Submodular Maximization with On-Demand User Requests
Honglian Wang, Sijing Tu, Lutz Oettershagen, Aristides Gionis
TL;DR
This work introduces S3MOR, a streaming framework for stochastic submodular maximization with on-demand user visits, motivated by news recommendations. By reducing S3MOR to submodular maximization under a partition matroid, it leverages existing online streaming algorithms and derives a spectrum of memory-limited solutions. LMGreedy attains the best possible 1/2 competitive ratio when the entire stream can be stored, while Storm and Storm++ enable single-pass, memory-bounded guarantees with competitive ratios of 1/4(T'-T+1) and 1/(8δ), respectively. Empirical results on six real-world datasets show that the proposed methods consistently outperform baselines in both coverage quality and efficiency, highlighting practical viability for on-demand, diverse content recommendation under streaming constraints.
Abstract
We explore a novel problem in streaming submodular maximization, inspired by the dynamics of news-recommendation platforms. We consider a setting where users can visit a news website at any time, and upon each visit, the website must display up to $k$ news items. User interactions are inherently stochastic: each news item presented to the user is consumed with a certain acceptance probability by the user, and each news item covers certain topics. Our goal is to design a streaming algorithm that maximizes the expected total topic coverage. To address this problem, we establish a connection to submodular maximization subject to a matroid constraint. We show that we can effectively adapt previous methods to address our problem when the number of user visits is known in advance or linear-size memory in the stream length is available. However, in more realistic scenarios where only an upper bound on the visits and sublinear memory is available, the algorithms fail to guarantee any bounded performance. To overcome these limitations, we introduce a new online streaming algorithm that achieves a competitive ratio of $1/(8δ)$, where $δ$ controls the approximation quality. Moreover, it requires only a single pass over the stream, and uses memory independent of the stream length. Empirically, our algorithms consistently outperform the baselines.
