paper-with-me

홈 › Papers

Optimizing Inference in Transformer-Based Models: A Multi-Method Benchmark

2025-09-22 · Siu Hang Ho, Prasad Ganesan, Nguyen Duong, Daniel Schlabig arxiv

Efficient inference is a critical challenge in deep generative modeling, particularly as diffusion models grow in capacity and complexity. While increased complexity often improves accuracy, it raises compute costs, latency, and memory requirements. This work investigates techniques such as pruning, quantization, knowledge distillation, and simplified attention to reduce computational overhead without impacting performance. The study also explores the Mixture of Experts (MoE) approach to further enhance efficiency. These experiments provide insights into optimizing inference for the state-of-the-art Fast Diffusion Transformer (fast-DiT) model.

📄 PDF Abstract BibTeX arXiv:2509.17894

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

Similar Papers 제목 키워드 기반

Full Stack Optimization of Transformer Inference: a Survey

2023-02-27 · Sehoon Kim, Coleman Hooper, Thanakul Wattanawong, Minwoo Kang 외

Recent advances in state-of-the-art DNN architecture design have been moving toward Transformer models. These models achieve superior accuracy across a wide range of applications. This trend has been consistent over the …

Neural Architecture SearchSchedulingSurvey

Optimizing Inference Performance of Transformers on CPUs

2021-02-12 · Dave Dice, Alex Kogan

The Transformer architecture revolutionized the field of natural language processing (NLP). Transformers-based models (e.g., BERT) power many important Web services, such as search, translation, question-answering, etc. …

Question AnsweringTranslation

Optimizing Non-Autoregressive Transformers with Contrastive Learning

2023-05-23 · Chenxin An, Jiangtao Feng, Fei Huang, Xipeng Qiu 외

Non-autoregressive Transformers (NATs) reduce the inference latency of Autoregressive Transformers (ATs) by predicting words all at once rather than in sequential order. They have achieved remarkable progress in machine …

Contrastive LearningMachine TranslationText SummarizationTranslation

A Survey of Techniques for Optimizing Transformer Inference

2023-07-16 · Krishna Teja Chitty-Venkata, Sparsh Mittal, Murali Emani, Venkatram Vishwanath 외

Recent years have seen a phenomenal rise in performance and applications of transformer neural networks. The family of transformer networks, including Bidirectional Encoder Representations from Transformer (BERT), Genera…

Knowledge DistillationNeural Architecture SearchQuantizationSurvey

DoT: An efficient Double Transformer for NLP tasks with tables

2021-06-01 · Findings (ACL) 2021 8 · Syrine Krichene, Thomas Müller, Julian Martin Eisenschlos

Transformer-based approaches have been successfully used to obtain state-of-the-art accuracy on natural language processing (NLP) tasks with semi-structured tables. These model architectures are typically deep, resulting…

Question Answering