paper-with-me

홈 › Papers

Convolutional neural network compression for natural language processing

2018-05-28 · Krzysztof Wróbel, Marcin Pietroń, Maciej Wielgosz, Michał Karwatowski, Kazimierz Wiatr

Convolutional neural networks are modern models that are very efficient in many classification tasks. They were originally created for image processing purposes. Then some trials were performed to use them in different domains like natural language processing. The artificial intelligence systems (like humanoid robots) are very often based on embedded systems with constraints on memory, power consumption etc. Therefore convolutional neural network because of its memory capacity should be reduced to be mapped to given hardware. In this paper, results are presented of compressing the efficient convolutional neural networks for sentiment analysis. The main steps are quantization and pruning processes. The method responsible for mapping compressed network to FPGA and results of this implementation are presented. The described simulations showed that 5-bit width is enough to have no drop in accuracy from floating point version of the network. Additionally, significant memory footprint reduction was achieved (from 85% up to 93%).

📄 PDF Abstract BibTeX arXiv:1805.10796

Code (0)

등록된 구현이 없습니다.

Tasks

Neural Network CompressionQuantizationSentiment Analysis

Similar Papers 제목 키워드 기반

A Token-wise CNN-based Method for Sentence Compression

2020-09-23 · Weiwei Hou, Hanna Suominen, Piotr Koniusz, Sabrina Caldwell 외

Sentence compression is a Natural Language Processing (NLP) task aimed at shortening original sentences and preserving their key information. Its applications can benefit many fields e.g. one can build tools for language…

SentenceSentence Compression

Convolutional Neural Network (CNN) to reduce construction loss in JPEG compression caused by Discrete Fourier Transform (DFT)

2022-08-26 · Suman Kunwar

In recent decades, digital image processing has gained enormous popularity. Consequently, a number of data compression strategies have been put forth, with the goal of minimizing the amount of information required to rep…

Data CompressionImage Compressionspeech-recognitionSpeech Recognition

An Overview of Neural Network Compression

2020-06-05 · James O' Neill

Overparameterized networks trained to convergence have shown impressive performance in domains such as computer vision and natural language processing. Pushing state of the art on salient tasks within these domains corre…

Knowledge DistillationModel CompressionNeural Network CompressionQuantization+1

Attention Based Image Compression Post-Processing Convolutional Neural Network

2019-05-27 · Yuyang Xue, Jiannan Su

The traditional image compressors, e.g., BPG and H.266, have achieved great image and video compression quality. Recently, Convolutional Neural Network has been used widely in image compression. We proposed an attention-…

DecoderImage CompressionMS-SSIMSSIM+1

From Imitation to Prediction, Data Compression vs Recurrent Neural Networks for Natural Language Processing

2017-05-01 · Juan Andrés Laura, Gabriel Masi, Luis Argerich

In recent studies [1][13][12] Recurrent Neural Networks were used for generative processes and their surprising performance can be explained by their ability to create good predictions. In addition, data compression is a…

Data Compression