🤖 AI Summary
This work investigates the critical role of feature diversity in open-set recognition (OSR) and continual learning. In OSR, detecting novel classes remains challenging; in continual learning, there exists a fundamental trade-off between mitigating catastrophic forgetting and integrating new classes. To address these issues, we propose a feature-space diversification regularization method for deep neural networks, which explicitly constrains feature distributions to enhance inter-class separability and intra-class compactness. We provide the first systematic empirical evidence demonstrating the benefits of feature diversity across both tasks: in OSR, it significantly improves unknown-class discrimination (average AUROC gain of 5.2%); in continual learning, it simultaneously boosts retention of old knowledge (18.7% reduction in forgetting rate) and adaptation to new classes (9.4% accuracy improvement). These results establish feature diversity as an effective mechanism for jointly optimizing recognition robustness and learning continuity.
📝 Abstract
Open set recognition (OSR) and continual learning are two critical challenges in machine learning, focusing respectively on detecting novel classes at inference time and updating models to incorporate the new classes. While many recent approaches have addressed these problems, particularly OSR, by heuristically promoting feature diversity, few studies have directly examined the role that feature diversity plays in tackling them. In this work, we provide empirical evidence that enhancing feature diversity improves the recognition of open set samples. Moreover, increased feature diversity also facilitates both the retention of previously learned data and the integration of new data in continual learning. We hope our findings can inspire further research into both practical methods and theoretical understanding in these domains.