Piggyback GAN: Efficient Lifelong Learning for Image Conditioned Generation
Mengyao Zhai, Lei Chen, Jiawei He, Megha Nawhal, Frederick Tung, Greg, Mori

TL;DR
Piggyback GAN introduces a parameter-efficient lifelong learning framework for image-conditioned generation, preserving previous task performance while adapting to new tasks with fewer parameters.
Contribution
The paper proposes Piggyback GAN, a novel method that factorizes filters to enable efficient lifelong learning in image generation tasks, reducing parameter growth and catastrophic forgetting.
Findings
Achieves high-quality generation comparable to standalone models.
Effectively preserves previous task performance.
Reduces total parameters needed for multiple tasks.
Abstract
Humans accumulate knowledge in a lifelong fashion. Modern deep neural networks, on the other hand, are susceptible to catastrophic forgetting: when adapted to perform new tasks, they often fail to preserve their performance on previously learned tasks. Given a sequence of tasks, a naive approach addressing catastrophic forgetting is to train a separate standalone model for each task, which scales the total number of parameters drastically without efficiently utilizing previous models. In contrast, we propose a parameter efficient framework, Piggyback GAN, which learns the current task by building a set of convolutional and deconvolutional filters that are factorized into filters of the models trained on previous tasks. For the current task, our model achieves high generation quality on par with a standalone model at a lower number of parameters. For previous tasks, our model can also…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMultimodal Machine Learning Applications · Domain Adaptation and Few-Shot Learning · Advanced Neural Network Applications
