Multi-Granularity Open Intent Classification via Adaptive Granular-Ball Decision Boundary
Yanhua Li, Xiaocao Ouyang, Chaofan Pan, Jie Zhang, Sen Zhao, Shuyin Xia, Xin Yang, Guoyin Wang, Tianrui Li
TL;DR
Open intent classification requires correctly labeling known intents while detecting unknown ones. The paper introduces MOGB, a two-module framework that combines hierarchical representation learning via adaptive granular-ball clustering with a nearest sub-centroid classifier, and multi-granularity decision boundaries to separate known from open intents. This approach addresses non-spherical distributions and intra-open intents, achieving strong results across StackOverflow, SNIPS, and BANKING, especially when unknowns predominate. It provides a scalable, end-to-end training paradigm that integrates representation learning and boundary acquisition, yielding reduced empirical and open-space risks and improved interpretability through multi-scale granular-balls. Overall, MOGB offers a robust solution for open-world intent classification with practical impact for dialogue systems.
Abstract
Open intent classification is critical for the development of dialogue systems, aiming to accurately classify known intents into their corresponding classes while identifying unknown intents. Prior boundary-based methods assumed known intents fit within compact spherical regions, focusing on coarse-grained representation and precise spherical decision boundaries. However, these assumptions are often violated in practical scenarios, making it difficult to distinguish known intent classes from unknowns using a single spherical boundary. To tackle these issues, we propose a Multi-granularity Open intent classification method via adaptive Granular-Ball decision boundary (MOGB). Our MOGB method consists of two modules: representation learning and decision boundary acquiring. To effectively represent the intent distribution, we design a hierarchical representation learning method. This involves iteratively alternating between adaptive granular-ball clustering and nearest sub-centroid classification to capture fine-grained semantic structures within known intent classes. Furthermore, multi-granularity decision boundaries are constructed for open intent classification by employing granular-balls with varying centroids and radii. Extensive experiments conducted on three public datasets demonstrate the effectiveness of our proposed method.
