← Search

Qing Jin

11 accepted papers

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
2023

SnapFusion: Text-to-Image Diffusion Model on Mobile Devices within Two Seconds

NeurIPS 2023poster

Text-to-image diffusion models can create stunning images from natural language descriptions that rival the work of professional artists and photographers. However, these models are large, with complex network architectures and tens of denoising iterations, making them computationally expensive and…

Cited by 174SourcePDFScholar
2023

Towards Real-Time Segmentation on the Edge

AAAI 2023technical

The research in real-time segmentation mainly focuses on desktop GPUs. However, autonomous driving and many other applications rely on real-time segmentation on the edge, and current arts are far from the goal. In addition, recent advances in vision transformers also inspire us to re-design the ne…

Cited by 14SourcePDFScholar
2022

F8Net: Fixed-Point 8-bit Only Multiplication for Network Quantization

ICLR 2022oral

Neural network quantization is a promising compression technique to reduce memory footprint and save energy consumption, potentially leading to real-time inference. However, there is a performance gap between quantized and full-precision models. To reduce it, existing quantization approaches require…

2022

You Already Have It: A Generator-Free Low-Precision DNN Training Framework Using Stochastic Rounding

ECCV 2022poster

"Stochastic rounding is a critical technique used in low-precision deep neural networks (DNNs) training to ensure good model accuracy. However, it requires a large number of random numbers generated on the fly. This is not a trivial task on the hardware platforms such as FPGA and ASIC. The widely us…

Cited by 5SourcePDFScholar
2021

Lottery Ticket Preserves Weight Correlation: Is It Desirable or Not?

ICML 2021spotlight

In deep model compression, the recent finding "Lottery Ticket Hypothesis" (LTH) pointed out that there could exist a winning ticket (i.e., a properly pruned sub-network together with original weight initialization) that can achieve competitive performance than the original dense network. However, it…

Cited by 38SourcePDFScholar
2021

MEST: Accurate and Fast Memory-Economic Sparse Training Framework on the Edge

NeurIPS 2021spotlight

Recently, a new trend of exploring sparsity for accelerating neural network training has emerged, embracing the paradigm of training on the edge. This paper proposes a novel Memory-Economic Sparse Training (MEST) framework targeting for accurate and fast execution on edge devices. The proposed MEST…

2021

NPAS: A Compiler-Aware Framework of Unified Network Pruning and Architecture Search for Beyond Real-Time Mobile Acceleration

CVPR 2021poster

With the increasing demand to efficiently deploy DNNs on mobile edge devices, it becomes much more important to reduce unnecessary computation and increase the execution speed. Prior methods towards this goal, including model compression and network architecture search (NAS), are largely performed i…

Cited by 34PDFcodeScholar
2021

Teachers Do More Than Teach: Compressing Image-to-Image Models

CVPR 2021poster

Generative Adversarial Networks (GANs) have achieved huge success in generating high-fidelity images, however, they suffer from low efficiency due to tremendous computational cost and bulky memory usage. Recent efforts on compression GANs show noticeable progress in obtaining smaller generators by s…

Cited by 73PDFcodeScholar