Adaptive Endpointing with Deep Contextual Multi-armed Bandits
Do June Min, Andreas Stolcke, Anirudh Raju, Colin Vaz, Di He, Venkatesh Ravichandran, Viet Anh Trinh
TL;DR
The paper addresses the inefficiency of static endpointing configurations and offline tuning by introducing an online adaptive endpointing framework based on a deep contextual CMAB. By learning from reward signals that combine latency and cutoff outcomes, and without requiring ground-truth labels, the approach leverages target utterance audio and hypothesis features to decide between a standard and a relaxed endpointing configuration on a per-utterance basis. Findings show that audio and partial hypothesis information are highly informative, with early-cutoff reductions achievable using only a portion of the utterance and with little to no degradation in latency; online CMAB models can approach or match offline supervised performance under certain conditions. This work demonstrates the practical viability of online, reward-driven endpointing in production dialog systems, reducing manual tuning and enabling responsive, low-latency interactions.
Abstract
Current endpointing (EP) solutions learn in a supervised framework, which does not allow the model to incorporate feedback and improve in an online setting. Also, it is a common practice to utilize costly grid-search to find the best configuration for an endpointing model. In this paper, we aim to provide a solution for adaptive endpointing by proposing an efficient method for choosing an optimal endpointing configuration given utterance-level audio features in an online setting, while avoiding hyperparameter grid-search. Our method does not require ground truth labels, and only uses online learning from reward signals without requiring annotated labels. Specifically, we propose a deep contextual multi-armed bandit-based approach, which combines the representational power of neural networks with the action exploration behavior of Thompson modeling algorithms. We compare our approach to several baselines, and show that our deep bandit models also succeed in reducing early cutoff errors while maintaining low latency.
