Memory-Augmented Neural Network (MANN)

From GM-RKB
(Redirected from augmented memory structure)
Jump to navigation Jump to search

A Memory-Augmented Neural Network (MANN) is a memory-based neural network that incorporates external memory modules to store and retrieve information independently from the network's parameters.



References

2018a

2018b

(1) We replace currently popular CNN with gated convolutional neural network to extract more temporal features of audios;
(2) We propose a new segment-level attention mechanism to focus more on the audio segments with more energy;
(3) We utilize model ensemble to enhance the classification capability of our model.
We examine the following configurations:
(1) CNN: Convolutional neural network as baseline system;
(2) SAM-CNN: Convolutional neural network with our proposed segment-level attention mechanism;
(3) GCNN: Gated convolutional neural network;
(4) SAM-GCNN: Gated convolutional neural network with our proposed segment-level attention mechanism;
(5) Ensemble: Gated convolutional neural network with our proposed segment-level attention mechanism and model ensemble.

2016a

2016b

2016c