paper-with-me

홈 › Papers

Tensor Decomposition for Compressing Recurrent Neural Network

2018-02-28 · Andros Tjandra, Sakriani Sakti, Satoshi Nakamura

In the machine learning fields, Recurrent Neural Network (RNN) has become a popular architecture for sequential data modeling. However, behind the impressive performance, RNNs require a large number of parameters for both training and inference. In this paper, we are trying to reduce the number of parameters and maintain the expressive power from RNN simultaneously. We utilize several tensor decompositions method including CANDECOMP/PARAFAC (CP), Tucker decomposition and Tensor Train (TT) to re-parameterize the Gated Recurrent Unit (GRU) RNN. We evaluate all tensor-based RNNs performance on sequence modeling tasks with a various number of parameters. Based on our experiment results, TT-GRU achieved the best results in a various number of parameters compared to other decomposition methods.

📄 PDF Abstract BibTeX arXiv:1802.10410

Code (1)

androstj/tensor_rnn 공식 구현 pytorch

Tasks

Tensor Decomposition

Similar Papers 제목 키워드 기반

Kronecker CP Decomposition with Fast Multiplication for Compressing RNNs

2020-08-21 · Dingheng Wang, Bijiao Wu, Guangshe Zhao, Man Yao 외

Recurrent neural networks (RNNs) are powerful in the tasks oriented to sequential data, such as natural language processing and video recognition. However, since the modern RNNs, including long-short term memory (LSTM) a…

Tensor DecompositionVideo Recognition

Towards Efficient Tensor Decomposition-Based DNN Model Compression with Optimization Framework

2021-07-26 · CVPR 2021 1 · Miao Yin, Yang Sui, Siyu Liao, Bo Yuan

Advanced tensor decomposition, such as Tensor train (TT) and Tensor ring (TR), has been widely studied for deep neural network (DNN) model compression, especially for recurrent neural networks (RNNs). However, compressin…

image-classificationImage ClassificationModel CompressionTensor Decomposition+1

Compressing Recurrent Neural Networks Using Hierarchical Tucker Tensor Decomposition

2020-05-09 · Miao Yin, Siyu Liao, Xiao-Yang Liu, Xiaodong Wang 외

Recurrent Neural Networks (RNNs) have been widely used in sequence analysis and modeling. However, when processing high-dimensional data, RNNs typically require very large model sizes, thereby bringing a series of deploy…

Model CompressionTensor Decomposition

Compressing Recurrent Neural Networks with Tensor Ring for Action Recognition

2018-11-19 · NIPS Workshop CDNNRIA 2018 · Yu Pan, Jing Xu, Maolin Wang, Jinmian Ye 외

Recurrent Neural Networks (RNNs) and their variants, such as Long-Short Term Memory (LSTM) networks, and Gated Recurrent Unit (GRU) networks, have achieved promising performance in sequential data modeling. The hidden la…

Action RecognitionTemporal Action LocalizationTensor Decomposition

Tensor Decompositions in Deep Learning

2020-02-26 · Davide Bacciu, Danilo P. Mandic

The paper surveys the topic of tensor decompositions in modern machine learning applications. It focuses on three active research topics of significant relevance for the community. After a brief review of consolidated wo…

BIG-bench Machine LearningDeep Learning