Skip to main content

Memory Wrap: an extension for image classification models

Project description

Description

Memory Wrap is an extension to image classification models that improves both data-efficiency and model interpretability, adopting a sparse content-attention mechanism between the input and some memories of past training samples.

Installation

This is a PyTorch implementation of Memory Wrap. To install Memory Wrap run the following command:

pip install memorywrap

The library contains two main classes:

  • MemoryWrapLayer: it is the Memory Wrap variant described in the paper that uses both the input encoding and the memory encoding to compute the output;
  • BaselineMemory: it is the baseline that uses only the memory encoding to compute the output.

Usage

Instantiate the layer

memorywrap = MemoryWrapLayer(encoder_dim,output_dim,return_weights=False)

or

memorywrap = BaselineMemory(encoder_dim,output_dim)

where:

  • encoder_dim is the output dimension of the last layer of the encoder
  • output_dim is the desired output dimensione. In the case of the paper output_dim is equal to the number of classes;
  • return_weights is a flag telling to the layer if it has to return the sparse content weights.

Forward call

Add the forward call to your forward function.

output_memorywrap = memorywrap(input_encoding,memory_encoding)

where input_encoding and memory_encoding are the outputs of the the encoder of rispectively the current input and the memory set.
If you have set the flag return_weights to True, then output_memorywrap is a Tuple where the first element is the output and the second one are the content weights associated to each element in the memory_encoding.

Additional information

Here you can find link to additional source of information about Memory Wrap:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

memorywrap-1.0.4.tar.gz (3.5 kB view details)

Uploaded Source

Built Distribution

memorywrap-1.0.4-py3-none-any.whl (4.5 kB view details)

Uploaded Python 3

File details

Details for the file memorywrap-1.0.4.tar.gz.

File metadata

  • Download URL: memorywrap-1.0.4.tar.gz
  • Upload date:
  • Size: 3.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.8

File hashes

Hashes for memorywrap-1.0.4.tar.gz
Algorithm Hash digest
SHA256 57e94205d1b0182a22fa3b085c3bc46a30410023a9a28ec007f685de050aa9bd
MD5 43dba0f9a019f295992909fd0d787660
BLAKE2b-256 fdaea8451e82f0f6dab3fc05e573eb866788d2dc1642f8efeb76602c00d9a452

See more details on using hashes here.

File details

Details for the file memorywrap-1.0.4-py3-none-any.whl.

File metadata

  • Download URL: memorywrap-1.0.4-py3-none-any.whl
  • Upload date:
  • Size: 4.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.8

File hashes

Hashes for memorywrap-1.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 19b57fc280b62d47841516c80555c96e3cd981f7ca929b0d16c62404f75b2ef8
MD5 339744a94a8cba342a9dcc47be64adfa
BLAKE2b-256 a679d5d5faa4630c345dc509e8e9a51499c5346fa4cd8c901cdd3f8e3dc3ff46

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page