paper-with-me

Papers

Style Quantization for Data-Efficient GAN Training

2025-03-31 · CVPR 2025 1 · Jian Wang, Xin Lan, Jizhe Zhou, Yuxin Tian, Jiancheng Lv

Under limited data setting, GANs often struggle to navigate and effectively exploit the input latent space. Consequently, images generated from adjacent variables in a sparse input latent space may exhibit significant discrepancies in realism, leading to suboptimal consistency regularization (CR) outcomes. To address this, we propose \textit{SQ-GAN}, a novel approach that enhances CR by introducing a style space quantization scheme. This method transforms the sparse, continuous input latent space into a compact, structured discrete proxy space, allowing each element to correspond to a specific real data point, thereby improving CR performance. Instead of direct quantization, we first map the input latent variables into a less entangled ``style'' space and apply quantization using a learnable codebook. This enables each quantized code to control distinct factors of variation. Additionally, we optimize the optimal transport distance to align the codebook codes with features extracted from the training data by a foundation model, embedding external knowledge into the codebook and establishing a semantically rich vocabulary that properly describes the training dataset. Extensive experiments demonstrate significant improvements in both discriminator robustness and generation quality with our method.

📄 PDF Abstract BibTeX arXiv:2503.24282

Code (0)

등록된 구현이 없습니다.

Tasks

NavigateQuantization

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

MuonQ: Enhancing Low-Bit Muon Quantization via Directional Fidelity Optimization

2026-05-12 · Yupeng Su, Ruijie Zhang, Ziyue Liu, Yequan Zhao 외 arxiv

The Muon optimizer has emerged as a compelling alternative to Adam for training large language models, achieving remarkable computational savings through gradient orthogonalization. However, Muon's optimizer state is mor…

DAQ: Delta-Aware Quantization for Post-Training LLM Weight Compression

2026-03-20 · Xiaoming Yu, Shize Tang, Guanghua Yu, Linchuan Xie 외 arxiv

We introduce Delta-Aware Quantization (DAQ), a data-free post-training quantization framework that preserves the knowledge acquired during post-training. Standard quantization objectives minimize reconstruction error but…

Post-training Model Quantization Using GANs for Synthetic Data Generation

2023-05-10 · Athanasios Masouris, Mansi Sharma, Adrian Boguszewski, Alexander Kozlov 외

Quantization is a widely adopted technique for deep neural networks to reduce the memory and computational resources required. However, when quantized, most models would need a suitable calibration process to keep their …

QuantizationSynthetic Data Generation

CONSTANT: Towards High-Quality One-Shot Handwriting Generation with Patch Contrastive Enhancement and Style-Aware Quantization

2026-03-08 · Anh-Duy Le, Van-Linh Pham, Thanh-Nam Vo, Xuan Toan Mai 외 arxiv

One-shot styled handwriting image generation, despite achieving impressive results in recent years, remains challenging due to the difficulty in capturing the intricate and diverse characteristics of human handwriting by…

Image Generation

MatGPTQ: Accurate and Efficient Post-Training Matryoshka Quantization

2026-02-03 · Maximilian Kleinegger, Elvir Crnčević, Dan Alistarh arxiv

Matryoshka Quantization (MatQuant) is a recent quantization approach showing that a single integer-quantized model can be served across multiple precisions, by slicing the most significant bits (MSB) at inference time. T…