Few-Shot Incremental Learning for Label-to-Image Translation

Abstract

Label-to-image translation models generate images from semantic label maps. Existing models depend on large volumes of pixel-level annotated samples. When given new training samples annotated with novel semantic classes, the models should be trained from scratch with both learned and new classes. This hinders their practical applications and motivates us to introduce an incremental learning strategy to the label-to-image translation scenario. In this paper, we introduce a few-shot incremental learning method for label-to-image translation. It learns new classes one by one from a few samples of each class. We propose to adopt semantically-adaptive convolution filters and normalization. When incrementally trained on a novel semantic class, the model only learns a few extra parameters of class-specific modulation. Such design avoids catastrophic forgetting of already-learned semantic classes and enables label-to-image translation of scenes with increasingly rich content. Furthermore, to facilitate few-shot learning, we propose a modulation transfer strategy for better initialization. Extensive experiments show that our method outperforms existing related methods in most cases and achieves zero forgetting.

Cite

Text

Chen et al. "Few-Shot Incremental Learning for Label-to-Image Translation." Conference on Computer Vision and Pattern Recognition, 2022. doi:10.1109/CVPR52688.2022.00368

Markdown

[Chen et al. "Few-Shot Incremental Learning for Label-to-Image Translation." Conference on Computer Vision and Pattern Recognition, 2022.](https://mlanthology.org/cvpr/2022/chen2022cvpr-fewshot/) doi:10.1109/CVPR52688.2022.00368

BibTeX

@inproceedings{chen2022cvpr-fewshot,
  title     = {{Few-Shot Incremental Learning for Label-to-Image Translation}},
  author    = {Chen, Pei and Zhang, Yangkang and Li, Zejian and Sun, Lingyun},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2022},
  pages     = {3697-3707},
  doi       = {10.1109/CVPR52688.2022.00368},
  url       = {https://mlanthology.org/cvpr/2022/chen2022cvpr-fewshot/}
}