← Search

Yerlan Idelbayev

11 accepted papers

2025

SnapGen: Taming High-Resolution Text-to-Image Models for Mobile Devices with Efficient Architectures and Training

CVPR 2025highlight

Existing text-to-image (T2I) diffusion models face several limitations, including large model sizes, slow runtime, and low-quality generation on mobile devices. This paper aims to address all of these challenges by developing an extremely small and fast T2I model that generates high-resolution and h…

2024

BitsFusion: 1.99 bits Weight Quantization of Diffusion Model

NeurIPS 2024poster

Diffusion-based image generation models have achieved great success in recent years by showing the capability of synthesizing high-quality content. However, these models contain a huge number of parameters, resulting in a significantly large model size. Saving and transferring them is a major bottle…

2024

E$^2$GAN: Efficient Training of Efficient GANs for Image-to-Image Translation

ICML 2024poster

One highly promising direction for enabling flexible real-time on-device image editing is utilizing data distillation by leveraging large-scale text-to-image diffusion models to generate paired datasets used for training generative adversarial networks (GANs). This approach notably alleviates the st…

Cited by 8SourcePDFScholar
2024

Efficient Training with Denoised Neural Weights

ECCV 2024poster

"Good weight initialization serves as an effective measure to reduce the training cost of a deep neural network (DNN) model. The choice of how to initialize parameters is challenging and may require manual tuning, which can be time-consuming and prone to human error. To overcome such limitations, th…

Cited by 0SourcePDFScholar
2024

TextCraftor: Your Text Encoder Can be Image Quality Controller

CVPR 2024poster

Diffusion-based text-to-image generative models e.g. Stable Diffusion have revolutionized the field of content generation enabling significant advancements in areas like image editing and video synthesis. Despite their formidable capabilities these models are not without their limitations. It is sti…

Cited by 18SourcePDFScholar
2022

Exploring the Effect of ℓ0/ℓ2 Regularization in Neural Network Pruning using the LC Toolkit

ICASSP 2022accepted

The LC Toolkit is an open-source library written in Python and PyTorch that allows to compress any neural network using several compressions including quantization, pruning, and low-rank. The versatility of the framework is rooted in the principled mathematical formulation of the underlying network…

Cited by 0SourceScholar
2021

Optimal Quantization Using Scaled Codebook

CVPR 2021poster

We study the problem of quantizing N sorted, scalar datapoints with a fixed codebook containing K entries that are allowed to be rescaled. The problem is defined as finding the optimal scaling factor \alpha and the datapoint assignments into the \alpha-scaled codebook to minimize the squared error b…

Cited by 9PDFScholar
2021

Optimal Selection of Matrix Shape and Decomposition Scheme for Neural Network Compression

ICASSP 2021accepted

When applying the low-rank decomposition to neural networks, tensor-shaped weights need to be reshaped into a matrix first. While many matrix reshapes are possible, some of them induce a low-rank decomposition scheme that can be more efficiently implemented as a sequence of layers. This poses the fo…

Cited by 0SourceScholar
2020

Low-Rank Compression of Neural Nets: Learning the Rank of Each Layer

CVPR 2020poster

Neural net compression can be achieved by approximating each layer's weight matrix by a low-rank matrix. The real difficulty in doing this is not in training the resulting neural net (made up of one low-rank matrix per layer), but in determining what the optimal rank of each layer is--effectively, a…

Cited by 193PDFcodeScholar
2020

Structured Multi-Hashing for Model Compression

CVPR 2020poster

Despite the success of deep neural networks (DNNs), state-of-the-art models are too large to deploy on low-resource devices or common server configurations in which multiple models are held in memory. Model compression methods address this limitation by reducing the memory footprint, latency, or ene…

Cited by 19PDFScholar
2018

“Learning-Compression” Algorithms for Neural Net Pruning

CVPR 2018poster

Pruning a neural net consists of removing weights without degrading its performance. This is an old problem of renewed interest because of the need to compress ever larger nets so they can run in mobile devices. Pruning has been traditionally done by ranking or penalizing weights according to some c…