paper-with-me

Papers

Quantization-Aware and Tensor-Compressed Training of Transformers for Natural Language Understanding

2023-06-01 · Zi Yang, Samridhi Choudhary, Siegfried Kunzmann, Zheng Zhang

Fine-tuned transformer models have shown superior performances in many natural language tasks. However, the large model size prohibits deploying high-performance transformer models on resource-constrained devices. This paper proposes a quantization-aware tensor-compressed training approach to reduce the model size, arithmetic operations, and ultimately runtime latency of transformer-based models. We compress the embedding and linear layers of transformers into small low-rank tensor cores, which significantly reduces model parameters. A quantization-aware training with learnable scale factors is used to further obtain low-precision representations of the tensor-compressed models. The developed approach can be used for both end-to-end training and distillation-based training. To improve the convergence, a layer-by-layer distillation is applied to distill a quantized and tensor-compressed student model from a pre-trained transformer. The performance is demonstrated in two natural language understanding tasks, showing up to $63\times$ compression ratio, little accuracy loss and remarkable inference and training speedup.

📄 PDF Abstract BibTeX arXiv:2306.01076

Code (0)

등록된 구현이 없습니다.

Tasks

Natural Language UnderstandingQuantization

Similar Papers 제목 키워드 기반

Picking Up Quantization Steps for Compressed Image Classification

2023-04-21 · Li Ma, Peixi Peng, Guangyao Chen, Yifan Zhao 외

The sensitivity of deep neural networks to compressed images hinders their usage in many real applications, which means classification networks may fail just after taking a screenshot and saving it as a compressed file. …

Classificationimage-classificationImage ClassificationQuantization+1

Ultra Memory-Efficient On-FPGA Training of Transformers via Tensor-Compressed Optimization

2025-01-11 · Jiayi Tian, Jinming Lu, Hai Li, Xiangwei Wang 외

Transformer models have achieved state-of-the-art performance across a wide range of machine learning tasks. There is growing interest in training transformers on resource-constrained edge devices due to considerations s…

Domain AdaptationGPU

Quantization-Aware Healing: A Practical Recipe for Recovering Compressed, 4-Bit LLMs

2026-08-21 · Bakbergen Ryskulov, Iker García-Ferrero, David Montero, David Jansen 외 arxiv

Serving large language models cheaply increasingly means shipping models that are both structurally compressed to a fraction of their parameters and quantized to 4 bits. Together these steps degrade reasoning, mathematic…

Mixed-TD: Efficient Neural Network Accelerator with Layer-Specific Tensor Decomposition

2023-06-08 · Zhewen Yu, Christos-Savvas Bouganis

Neural Network designs are quite diverse, from VGG-style to ResNet-style, and from Convolutional Neural Networks to Transformers. Towards the design of efficient accelerators, many works have adopted a dataflow-based, in…

Efficient Neural NetworkQuantizationTensor Decomposition

Hardware-Friendly Static Quantization Method for Video Diffusion Transformers

2025-02-20 · Sanghyun Yi, Qingfeng Liu, Mostafa El-Khamy

Diffusion Transformers for video generation have gained significant research interest since the impressive performance of SORA. Efficient deployment of such generative-AI models on GPUs has been demonstrated with dynamic…

QuantizationVideo GenerationVisual Question Answering (VQA)