paper-with-me

홈 › Papers

HUGE2: a Highly Untangled Generative-model Engine for Edge-computing

2019-07-25 · Feng Shi, Ziheng Xu, Tao Yuan, Song-Chun Zhu

As a type of prominent studies in deep learning, generative models have been widely investigated in research recently. Two research branches of the deep learning models, the Generative Networks (GANs, VAE) and the Semantic Segmentation, rely highly on the upsampling operations, especially the transposed convolution and the dilated convolution. However, these two types of convolutions are intrinsically different from standard convolution regarding the insertion of zeros in input feature maps or in kernels respectively. This distinct nature severely degrades the performance of the existing deep learning engine or frameworks, such as Darknet, Tensorflow, and PyTorch, which are mainly developed for the standard convolution. Another trend in deep learning realm is to deploy the model onto edge/ embedded devices, in which the memory resource is scarce. In this work, we propose a Highly Untangled Generative-model Engine for Edge-computing or HUGE2 for accelerating these two special convolutions on the edge-computing platform by decomposing the kernels and untangling these smaller convolutions by performing basic matrix multiplications. The methods we propose use much smaller memory footprint, hence much fewer memory accesses, and the data access patterns also dramatically increase the reusability of the data already fetched in caches, hence increasing the localities of caches. Our engine achieves a speedup of nearly 5x on embedded CPUs, and around 10x on embedded GPUs, and more than 50% reduction of memory access.

📄 PDF Abstract BibTeX arXiv:1907.11210

Code (0)

등록된 구현이 없습니다.

Tasks

Deep LearningEdge-computingSemantic Segmentation

Methods 이 논문이 사용한 방법론

Transposed convolution 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

AI-driven Transformer Model for Fault Prediction in Non-Linear Dynamic Automotive System

2024-08-22 · Priyanka Kumar

Fault detection in automotive engine systems is one of the most promising research areas. Several works have been done in the field of model-based fault diagnosis. Many researchers have discovered more advanced statistic…

ARCFault DetectionFault Diagnosis

Generative Design of a Gas Turbine Combustor Using Invertible Neural Networks

2026-04-27 · Patrick Krüger, Hanno Gottschalk, Werner Krebs, Bastian Werdelmann arxiv

The need to burn 100% H2 in high efficient gas turbines featuring low NOx combustion in premix mode require the complete redesign of the combustion system to ensure stable operation without any flashback. Since all engin…

GEO: Generative Engine Optimization

2023-11-16 · Pranjal Aggarwal, Vishvak Murahari, Tanmay Rajpurohit, Ashwin Kalyan 외

The advent of large language models (LLMs) has ushered in a new paradigm of search engines that use generative models to gather and summarize information to answer user queries. This emerging technology, which we formali…

Instructed Language Models with Retrievers Are Powerful Entity Linkers

2023-11-06 · Zilin Xiao, Ming Gong, Jie Wu, Xingyao Zhang 외

Generative approaches powered by large language models (LLMs) have demonstrated emergent abilities in tasks that require complex reasoning abilities. Yet the generative nature still makes the generated content suffer fro…

Entity LinkingIn-Context Learning

Quo Vadis ChatGPT? From Large Language Models to Large Knowledge Models

2024-05-29 · Venkat Venkatasubramanian, Arijit Chakraborty

The startling success of ChatGPT and other large language models (LLMs) using transformer-based generative neural network architecture in applications such as natural language processing and image synthesis has many rese…

Image GenerationText Summarization