HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

Divide and not forget: Ensemble of selectively trained experts in Continual Learning

Grzegorz Rypeść Sebastian Cygert Valeriya Khan Tomasz Trzciński Bartosz Zieliński Bartłomiej Twardowski

Divide and not forget: Ensemble of selectively trained experts in Continual Learning

Abstract

Class-incremental learning is becoming more popular as it helps models widen their applicability while not forgetting what they already know. A trend in this area is to use a mixture-of-expert technique, where different models work together to solve the task. However, the experts are usually trained all at once using whole task data, which makes them all prone to forgetting and increasing computational burden. To address this limitation, we introduce a novel approach named SEED. SEED selects only one, the most optimal expert for a considered task, and uses data from this task to fine-tune only this expert. For this purpose, each expert represents each class with a Gaussian distribution, and the optimal expert is selected based on the similarity of those distributions. Consequently, SEED increases diversity and heterogeneity within the experts while maintaining the high stability of this ensemble method. The extensive experiments demonstrate that SEED achieves state-of-the-art performance in exemplar-free settings across various scenarios, showing the potential of expert diversification through data in continual learning.

Code Repositories

grypesc/seed
Official
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
class-incremental-learning-on-cifar100-b0-10SEED
Average Incremental Accuracy: 61.7
class-incremental-learning-on-cifar100-b0-20SEED
Average Incremental Accuracy: 56.2
class-incremental-learning-on-cifar100-b0-50SEED
Average Incremental Accuracy: 42.6

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Divide and not forget: Ensemble of selectively trained experts in Continual Learning | Papers | HyperAI