Intent detection is vital in bridging human intents with system actions within human-machine interaction systems. A new study, published on July 8, 2026, introduces a multi-cluster boundary learning method for detecting out-of-scope (OOS) intents using MiniLM embedding. The research, conducted by Yihong Xu, Mingyu Kang, and Linyuan Lü, addresses significant challenges in OOS intent detection.
Challenges in Traditional OOS Intent Detection
Traditionally, OOS intent detection methods approach the problem as a multi-class classification task. This strategy leads to decreased accuracy as the number of known intents increases. Additionally, large language model (LLM) embedding methods often require substantial parameters, complicating their training and deployment.
The proposed method by Xu and his colleagues shifts the paradigm by utilizing a one-class classification workflow. Instead of treating OOS detection as a multi-class problem, this approach leverages the boundaries of multi-cluster embeddings generated by MiniLM from training utterances.
Innovative Methodology Leveraging MiniLM Embedding
The researchers employ MiniLM embedding, specifically the all-MiniLM-L6-v2 model, to learn boundaries from training data. This method effectively identifies and rejects out-of-domain utterances, categorizing them as OOS intents. The approach is designed to adapt better to the requirements of utterance embedding, enhancing detection performance.




