Doodle It Yourself:
Class Incremental Learning by Drawing a Few Sketches


Ayan Kumar Bhunia
Viswanatha Reddy
Subhadeep Koley
Rohit Kundu
Aneeshan Sain
Tao Xiang
Yi-Zhe Song
SketchX, Centre for Vision Speech and Signal Processing,
University of Surrey, United Kingdom

Published at CVPR 2022

[Paper]
[GitHub]



llustration of our DIY-FSCIL framework. For instance, given sketch exemplars (1-shot here) from 3 novel classes as support-set, a 10-class classifier gets updated to (10 + 3)-class classifier that can classify photos from both base and novel classes


Framework

The human visual system is remarkable in learning new visual concepts from just a few examples. This is precisely the goal behind few-shot class incremental learning (FSCIL), where the emphasis is additionally placed on ensuring the model does not suffer from "forgetting". In this paper, we push the boundary further for FSCIL by addressing two key questions that bottleneck its ubiquitous application (i) can the model learn from diverse modalities other than just photo (as humans do), and (ii) what if photos are not readily accessible (due to ethical and privacy constraints). Our key innovation lies in advocating the use of sketches as a new modality for class support. The product is a "Doodle It Yourself" (DIY) FSCIL framework where the users can freely sketch a few examples of a novel class for the model to learn to recognize photos of that class. For that, we present a framework that infuses (i) gradient consensus for domain invariant learning, (ii) knowledge distillation for preserving old class information, and (iii) graph attention networks for message passing between old and novel classes. We experimentally show that sketches are better class support than text in the context of FSCIL, echoing findings elsewhere in the sketching literature.




Bibtex

Citation
 
Doodle It Yourself: Class Incremental Learning by Drawing a Few Sketches. In CVPR 2022.

[Bibtex]

@InProceedings{DoodleIncremental,
    author = {Ayan Kumar Bhunia and Viswanatha Reddy Gajjala and Subhadeep Koley and Rohit Kundu and Aneeshan Sain and Tao Xiang and Yi-Zhe Song},
    title = {Doodle It Yourself: Class Incremental Learning by Drawing a Few Sketches},
    booktitle = {The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
    month = {June},
    year = {2022}
    }