CVApr 15, 2023

Exploring Incompatible Knowledge Transfer in Few-shot Image Generation

Tsinghua
arXiv:2304.07574v129 citationsh-index: 41
Originality Incremental advance
AI Analysis

This addresses a specific bottleneck in few-shot image generation for computer vision applications, offering an incremental improvement.

The paper tackles the problem of incompatible knowledge transfer in few-shot image generation, which degrades realism, by proposing knowledge truncation to remove detrimental filters from the source generator, achieving state-of-the-art performance with consistent gains in challenging setups.

Few-shot image generation (FSIG) learns to generate diverse and high-fidelity images from a target domain using a few (e.g., 10) reference samples. Existing FSIG methods select, preserve and transfer prior knowledge from a source generator (pretrained on a related domain) to learn the target generator. In this work, we investigate an underexplored issue in FSIG, dubbed as incompatible knowledge transfer, which would significantly degrade the realisticness of synthetic samples. Empirical observations show that the issue stems from the least significant filters from the source generator. To this end, we propose knowledge truncation to mitigate this issue in FSIG, which is a complementary operation to knowledge preservation and is implemented by a lightweight pruning-based method. Extensive experiments show that knowledge truncation is simple and effective, consistently achieving state-of-the-art performance, including challenging setups where the source and target domains are more distant. Project Page: yunqing-me.github.io/RICK.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes