CVMar 25, 2022

PCA-Based Knowledge Distillation Towards Lightweight and Content-Style Balanced Photorealistic Style Transfer Models

arXiv:2203.13452v134 citationsh-index: 22Has Code
Originality Incremental advance
AI Analysis

This work addresses the need for efficient and balanced photorealistic style transfer models, which is incremental as it applies a known technique (knowledge distillation) to a new domain.

The paper tackles the problem of slow and large photorealistic style transfer models by introducing PCA-based knowledge distillation to create lightweight models, achieving speeds 5-20x faster with at most 1% of parameters while improving the balance between stylization and content preservation.

Photorealistic style transfer entails transferring the style of a reference image to another image so the result seems like a plausible photo. Our work is inspired by the observation that existing models are slow due to their large sizes. We introduce PCA-based knowledge distillation to distill lightweight models and show it is motivated by theory. To our knowledge, this is the first knowledge distillation method for photorealistic style transfer. Our experiments demonstrate its versatility for use with different backbone architectures, VGG and MobileNet, across six image resolutions. Compared to existing models, our top-performing model runs at speeds 5-20x faster using at most 1\% of the parameters. Additionally, our distilled models achieve a better balance between stylization strength and content preservation than existing models. To support reproducing our method and models, we share the code at \textit{https://github.com/chiutaiyin/PCA-Knowledge-Distillation}.

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