Initializing Services in Interactive ML Systems for Diverse Users
Avinandan Bose, Mihaela Curmei, Daniel L. Jiang, Jamie Morgenstern, Sarah Dean, Lillian J. Ratliff, Maryam Fazel
TL;DR
This work tackles initializing multiple specialized ML services for a user population with diverse preferences under bandit feedback. It generalizes the classic k-means++ initialization to a broad loss framework, proving that a data-efficient randomized procedure can achieve a near-optimal total loss after initialization, with a logarithmic dependence on the number of services. The authors extend the theory to fair objectives across demographic groups and provide a linear-predictor generalization with finite-sample guarantees, accompanied by empirical validation on Census and MovieLens datasets. The results demonstrate the practical impact of robust initialization on subsequent learning dynamics, showing faster convergence and improved fairness compared to baselines. Overall, the paper provides a principled, scalable approach to initialize multi-service ML systems in settings with heterogeneous users and limited feedback.
Abstract
This paper investigates ML systems serving a group of users, with multiple models/services, each aimed at specializing to a sub-group of users. We consider settings where upon deploying a set of services, users choose the one minimizing their personal losses and the learner iteratively learns by interacting with diverse users. Prior research shows that the outcomes of learning dynamics, which comprise both the services' adjustments and users' service selections, hinge significantly on the initialization. However, finding good initializations faces two main challenges: (i) Bandit feedback: Typically, data on user preferences are not available before deploying services and observing user behavior; (ii) Suboptimal local solutions: The total loss landscape (i.e., the sum of loss functions across all users and services) is not convex and gradient-based algorithms can get stuck in poor local minima. We address these challenges with a randomized algorithm to adaptively select a minimal set of users for data collection in order to initialize a set of services. Under mild assumptions on the loss functions, we prove that our initialization leads to a total loss within a factor of the globally optimal total loss with complete user preference data}, and this factor scales logarithmically in the number of services. This result is a generalization of the well-known $k$-means++ guarantee to a broad problem class, which is also of independent interest. The theory is complemented by experiments on real as well as semi-synthetic datasets.
