paper-with-me

Papers

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

2022-03-25 · CVPR 2022 1 · Tai-Yin Chiu, Danna Gurari

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}.

📄 PDF Abstract BibTeX arXiv:2203.13452

Code (1)

chiutaiyin/pca-knowledge-distillation 공식 구현 tf

Tasks

Knowledge DistillationStyle Transfer

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Breaking Modality Gap in RGBT Tracking: Coupled Knowledge Distillation

2024-10-15 · Andong Lu, jiacong Zhao, Chenglong Li, Yun Xiao 외

Modality gap between RGB and thermal infrared (TIR) images is a crucial issue but often overlooked in existing RGBT tracking methods. It can be observed that modality gap mainly lies in the image style difference. In thi…

Knowledge DistillationRgb-T Tracking

TeleStyle V2: Beyond Content-Preserving Style Transfer with Self-Distillation and Distribution-Matching-Distillation

2026-06-16 · Shiwen Zhang, Yifan Xu, Haibin Huang, Chi Zhang 외 arxiv

Given a content reference and a style reference, content-preserving style transfer requires the model to generate stylized outputs with content and style consistency. We introduced TeleStyle V1 to tackle this problem. Ho…

Style TransferImage Editing

Balanced Image Stylization with Style Matching Score

2025-03-10 · Yuxin Jiang, Liming Jiang, Shuai Yang, Jia-Wei Liu 외

We present Style Matching Score (SMS), a novel optimization method for image stylization with diffusion models. Balancing effective style transfer with content preservation is a long-standing challenge. Unlike existing e…

Image StylizationStyle Transfer

Content-Aware GAN Compression

2021-04-06 · CVPR 2021 1 · Yuchen Liu, Zhixin Shu, Yijun Li, Zhe Lin 외

Generative adversarial networks (GANs), e.g., StyleGAN2, play a vital role in various image generation and synthesis tasks, yet their notoriously high computational cost hinders their efficient deployment on edge devices…

Image GenerationImage ManipulationKnowledge Distillation

Collaborative Learning of Bidirectional Decoders for Unsupervised Text Style Transfer

2021-11-01 · EMNLP 2021 11 · Yun Ma, Yangbin Chen, Xudong Mao, Qing Li

Unsupervised text style transfer aims to alter the underlying style of the text to a desired value while keeping its style-independent semantics, without the support of parallel training corpora. Existing methods struggl…

AttributeDecoderKnowledge DistillationStyle Transfer+2