All Projects → ethanwharris → STAWM

ethanwharris / STAWM

Licence: other
Code for the paper 'A Biologically Inspired Visual Working Memory for Deep Networks'

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to STAWM

Linformer Pytorch
My take on a practical implementation of Linformer for Pytorch.
Stars: ✭ 239 (+1038.1%)
Mutual labels:  paper
deep-learning-resources
A curated list of deep learning resources books, courses, papers, libraries, conferences, sample code, and many more.
Stars: ✭ 101 (+380.95%)
Mutual labels:  paper
ignite
A Mixin and Access Widener mod loader for Spigot/Paper
Stars: ✭ 115 (+447.62%)
Mutual labels:  paper
Awesome Domain Adaptation
A collection of AWESOME things about domian adaptation
Stars: ✭ 3,357 (+15885.71%)
Mutual labels:  paper
RCAPapers
Papers about Root Cause Analysis in MicroService Systems. Reference to Paper Notes: https://dreamhomes.top/
Stars: ✭ 89 (+323.81%)
Mutual labels:  paper
glico-learning-small-sample
Generative Latent Implicit Conditional Optimization when Learning from Small Sample ICPR 20'
Stars: ✭ 20 (-4.76%)
Mutual labels:  paper
Robosumo
Code for the paper "Continuous Adaptation via Meta-Learning in Nonstationary and Competitive Environments"
Stars: ✭ 234 (+1014.29%)
Mutual labels:  paper
event-extraction-paper
Papers from top conferences and journals for event extraction in recent years
Stars: ✭ 54 (+157.14%)
Mutual labels:  paper
alexnet-pytorch
Pytorch Implementation of AlexNet
Stars: ✭ 87 (+314.29%)
Mutual labels:  paper
MTF
Modular Tracking Framework
Stars: ✭ 99 (+371.43%)
Mutual labels:  paper
Browser Sec Whitepaper
Cure53 Browser Security White Paper
Stars: ✭ 251 (+1095.24%)
Mutual labels:  paper
Pwc
Papers with code. Sorted by stars. Updated weekly.
Stars: ✭ 15,288 (+72700%)
Mutual labels:  paper
grakkit
A modern JavaScript development environment for Minecraft.
Stars: ✭ 184 (+776.19%)
Mutual labels:  paper
Awesome Grounding
awesome grounding: A curated list of research papers in visual grounding
Stars: ✭ 247 (+1076.19%)
Mutual labels:  paper
dot-grid-paper
Dot Grid Paper
Stars: ✭ 97 (+361.9%)
Mutual labels:  paper
Enet Real Time Semantic Segmentation
ENet - A Neural Net Architecture for real time Semantic Segmentation
Stars: ✭ 238 (+1033.33%)
Mutual labels:  paper
PaperShell
Nice and flexible template environment for papers written in LaTeX
Stars: ✭ 117 (+457.14%)
Mutual labels:  paper
sketches
HyperLogLog and other probabilistic data structures for mining in data streams
Stars: ✭ 15 (-28.57%)
Mutual labels:  sketches
my-notes
工程师的自我修养
Stars: ✭ 28 (+33.33%)
Mutual labels:  paper
SpeechEnhancement
about Speech enhancement
Stars: ✭ 33 (+57.14%)
Mutual labels:  paper

STAWM

Code for the paper 'A Biologically Inspired Visual Working Memory for Deep Networks', originally submitted to ICLR2019, reviews can be found here. The memory module can be found in memory.py and each experiment has its own file.

Examples

MNIST

Reconstruction (sketch) sequences for 36 glimpses / sketches of size 4, memory size: 128, latent size: 4. Note that this is significantly more glimpses than used in the paper in order to obtain a reasonable animation, but also shows that the memory can learn a useful representation over very long sequences.

mnist gif

CelebA

Segmentation over time for the model from the paper. Here we plot the masked images according to the alpha channel of the final sketch. As the model trains this alpha channel moves from a uniform representation, to a segmented facial region.

celeb gif

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].