What is: Compressed Memory?
Source | Compressive Transformers for Long-Range Sequence Modelling |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
Compressed Memory is a secondary FIFO memory component proposed as part of the Compressive Transformer model. The Compressive Transformer keeps a fine-grained memory of past activations, which are then compressed into coarser compressed memories.
For choices of compression functions the authors consider (1) max/mean pooling, where the kernel and stride is set to the compression rate ; (2) 1D convolution also with kernel & stride set to ; (3) dilated convolutions; (4) most-used where the memories are sorted by their average attention (usage) and the most-used are preserved.