paper-with-me

홈 › Papers

Learning Deep Matrix Representations

2017-03-04 · Kien Do, Truyen Tran, Svetha Venkatesh

We present a new distributed representation in deep neural nets wherein the information is represented in native form as a matrix. This differs from current neural architectures that rely on vector representations. We consider matrices as central to the architecture and they compose the input, hidden and output layers. The model representation is more compact and elegant -- the number of parameters grows only with the largest dimension of the incoming layer rather than the number of hidden units. We derive several new deep networks: (i) feed-forward nets that map an input matrix into an output matrix, (ii) recurrent nets which map a sequence of input matrices into a sequence of output matrices. We also reinterpret existing models for (iii) memory-augmented networks and (iv) graphs using matrix notations. For graphs we demonstrate how the new notations lead to simple but effective extensions with multiple attentions. Extensive experiments on handwritten digits recognition, face reconstruction, sequence to sequence learning, EEG classification, and graph-based node classification demonstrate the efficacy and compactness of the matrix architectures.

📄 PDF Abstract BibTeX arXiv:1703.01454

Code (0)

등록된 구현이 없습니다.

Tasks

EEGElectroencephalogram (EEG)Face ReconstructionGeneral ClassificationNode Classification

Similar Papers 제목 키워드 기반

MatrixNet: Learning over symmetry groups using learned group representations

2025-01-16 · Lucas Laird, Circe Hsu, Asilata Bapat, Robin Walters

Group theory has been used in machine learning to provide a theoretically grounded approach for incorporating known symmetry transformations in tasks from robotics to protein modeling. In these applications, equivariant …

Semi-Supervised Clustering via Dynamic Graph Structure Learning

2022-09-06 · Huaming Ling, Chenglong Bao, Xin Liang, Zuoqiang Shi

Most existing semi-supervised graph-based clustering methods exploit the supervisory information by either refining the affinity matrix or directly constraining the low-dimensional representations of data points. The aff…

ClusteringGraph structure learning

Gradual Learning of Matrix-Space Models of Language for Sentiment Analysis

2017-08-01 · WS 2017 8 · Shima Asaadi, Sebastian Rudolph

Learning word representations to capture the semantics and compositionality of language has received much research interest in natural language processing. Beyond the popular vector space models, matrix representations f…

Representation LearningSentiment Analysis

Rethinking Non-Negative Matrix Factorization with Implicit Neural Representations

2024-04-05 · Krishna Subramani, Paris Smaragdis, Takuya Higuchi, Mehrez Souden

Non-negative Matrix Factorization (NMF) is a powerful technique for analyzing regularly-sampled data, i.e., data that can be stored in a matrix. For audio, this has led to numerous applications using time-frequency (TF) …

Boosting the Rating Prediction with Click Data and Textual Contents

2019-08-21 · ThaiBinh Nguyen, Atsuhiro Takasu

Matrix factorization (MF) is one of the most efficient methods for rating predictions. MF learns user and item representations by factorizing the user-item rating matrix. Further, textual contents are integrated to conve…