paper-with-me

홈 › Papers

The Solution for the AIGC Inference Performance Optimization Competition

2024-07-06 · Sishun Pan, Haonan Xu, Zhonghua Wan, Yang Yang

In recent years, the rapid advancement of large-scale pre-trained language models based on transformer architectures has revolutionized natural language processing tasks. Among these, ChatGPT has gained widespread popularity, demonstrating human-level conversational abilities and attracting over 100 million monthly users by late 2022. Concurrently, Baidu's commercial deployment of the Ernie Wenxin model has significantly enhanced marketing effectiveness through AI-driven technologies. This paper focuses on optimizing high-performance inference for Ernie models, emphasizing GPU acceleration and leveraging the Paddle inference framework. We employ techniques such as Faster Transformer for efficient model processing, embedding layer pruning to reduce computational overhead, and FP16 half-precision inference for enhanced computational efficiency. Additionally, our approach integrates efficient data handling strategies using multi-process parallel processing to minimize latency. Experimental results demonstrate that our optimized solution achieves up to an 8.96x improvement in inference speed compared to standard methods, while maintaining competitive performance.

📄 PDF Abstract BibTeX arXiv:2407.04991

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyGPUMarketing

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

Fooling the Watchers: Breaking AIGC Detectors via Semantic Prompt Attacks

2025-05-29 · Run Hao, Peng Ying

The rise of text-to-image (T2I) models has enabled the synthesis of photorealistic human portraits, raising serious concerns about identity misuse and the robustness of AIGC detectors. In this work, we propose an automat…

Multi-Agent RL-Based Industrial AIGC Service Offloading over Wireless Edge Networks

2024-05-05 · Siyuan Li, Xi Lin, Hansong Xu, Kun Hua 외

Currently, the generative model has garnered considerable attention due to its application in addressing the challenge of scarcity of abnormal samples in the industrial Internet of Things (IoT). However, challenges persi…

Few-Shot LearningMulti-agent Reinforcement Learning

A Survey on ChatGPT: AI-Generated Contents, Challenges, and Solutions

2023-05-25 · Yuntao Wang, Yanghe Pan, Miao Yan, Zhou Su 외

With the widespread use of large artificial intelligence (AI) models such as ChatGPT, AI-generated content (AIGC) has garnered increasing attention and is leading a paradigm shift in content creation and knowledge repres…

Survey

Content Accuracy and Quality Aware Resource Allocation Based on LP-Guided DRL for ISAC-Driven AIGC Networks

2025-08-16 · Ningzhe Shi, Yiqing Zhou, Ling Liu, Jinglin Shi 외 arxiv

Integrated sensing and communication (ISAC) can enhance artificial intelligence-generated content (AIGC) networks by providing efficient sensing and transmission. Existing AIGC services usually assume that the accuracy o…

Reinforcement Learning

Semantic Communications for Artificial Intelligence Generated Content (AIGC) Toward Effective Content Creation

2023-08-09 · Guangyuan Liu, Hongyang Du, Dusit Niyato, Jiawen Kang 외

Artificial Intelligence Generated Content (AIGC) Services have significant potential in digital content creation. The distinctive abilities of AIGC, such as content generation based on minimal input, hold huge potential,…

DecoderSemantic Communication