IBCL: Zero-shot Model Generation for Task Trade-offs in Continual Learning
Pengyuan Lu, Michele Caprio, Eric Eaton, Insup Lee

TL;DR
IBCL introduces a zero-shot approach to generate models for different task trade-offs in continual learning, significantly reducing training overhead while maintaining or improving performance.
Contribution
It proposes IBCL, a method that builds a knowledge base enabling zero-shot model generation for task trade-offs, reducing training costs in continual learning.
Findings
IBCL guarantees Pareto optimality in model selection.
It improves per-task accuracy by up to 23%.
It reduces training overhead from multiple models to at most three.
Abstract
Like generic multi-task learning, continual learning has the nature of multi-objective optimization, and therefore faces a trade-off between the performance of different tasks. That is, to optimize for the current task distribution, it may need to compromise performance on some previous tasks. This means that there exist multiple models that are Pareto-optimal at different times, each addressing a distinct task performance trade-off. Researchers have discussed how to train particular models to address specific trade-off preferences. However, existing algorithms require training overheads proportional to the number of preferences -- a large burden when there are multiple, possibly infinitely many, preferences. As a response, we propose Imprecise Bayesian Continual Learning (IBCL). Upon a new task, IBCL (1) updates a knowledge base in the form of a convex hull of model parameter…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning
MethodsBalanced Selection
