TL;DR
Class-incremental learning on time series data presents challenges in efficiently querying relevant data. TypiCore introduces a hybrid active query strategy that balances exploration and exploitation to enhance model performance.
✦ Why It Matters
Implement TypiCore to enhance your time series models' adaptability to new classes with fewer data queries.
Key Takeaways
How It Works
TypiCore operates by alternating between selecting samples based on their typicality—how representative they are of the existing data—and their diversity—how different they are from each other. This dual approach ensures that the memory buffers used for training are both comprehensive and varied, allowing the model to learn effectively from a limited number of labeled instances.
Related