paper-with-me

Papers

Understanding Memory Modules on Learning Simple Algorithms

2019-07-01 · Kexin Wang, Yu Zhou, Shaonan Wang, Jiajun Zhang, Cheng-qing Zong

Recent work has shown that memory modules are crucial for the generalization ability of neural networks on learning simple algorithms. However, we still have little understanding of the working mechanism of memory modules. To alleviate this problem, we apply a two-step analysis pipeline consisting of first inferring hypothesis about what strategy the model has learned according to visualization and then verify it by a novel proposed qualitative analysis method based on dimension reduction. Using this method, we have analyzed two popular memory-augmented neural networks, neural Turing machine and stack-augmented neural network on two simple algorithm tasks including reversing a random sequence and evaluation of arithmetic expressions. Results have shown that on the former task both models can learn to generalize and on the latter task only the stack-augmented model can do so. We show that different strategies are learned by the models, in which specific categories of input are monitored and different policies are made based on that to change the memory.

📄 PDF Abstract BibTeX arXiv:1907.00820

Code (0)

등록된 구현이 없습니다.

Tasks

Dimensionality Reduction

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
Neural Turing Machine A Neural Turing Machine is a working memory neural network model. It couples a neural network architecture with external memory resources. The whole architecture is…
Location-based Attention 설명 없음
Content-based Attention Content-based attention is an attention mechanism based on cosine similarity: $$f_{att}\left(\textbf{h}_{i}, \textbf{s}\_{j}\right) =…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

A Simple Baseline for Streaming Video Understanding

2026-04-02 · Yujiao Shen, Shulin Tian, Jingkang Yang, Ziwei Liu arxiv

Recent streaming video understanding methods increasingly rely on complex memory mechanisms to handle long video streams. We challenge this trend with a simple finding: a sliding-window baseline that feeds only the most …

Memorizing Comprehensively to Learn Adaptively: Unsupervised Cross-Domain Person Re-ID with Multi-level Memory

2020-01-13 · Xin-Yu Zhang, Dong Gong, Jiewei Cao, Chunhua Shen

Unsupervised cross-domain person re-identification (Re-ID) aims to adapt the information from the labelled source domain to an unlabelled target domain. Due to the lack of supervision in the target domain, it is crucial …

Person Re-Identification

Modular Memorability: Tiered Representations for Video Memorability Prediction

2023-01-01 · CVPR 2023 1 · Théo Dumont, Juan Segundo Hevia, Camilo L. Fosco

The question of how to best estimate the memorability of visual content is currently a source of debate in the memorability community. In this paper, we propose to explore how different key properties of images and v…

Prediction

MovieChat+: Question-aware Sparse Memory for Long Video Question Answering

2024-04-26 · Enxin Song, Wenhao Chai, Tian Ye, Jenq-Neng Hwang 외

Recently, integrating video foundation models and large language models to build a video understanding system can overcome the limitations of specific pre-defined vision tasks. Yet, existing methods either employ complex…

2kQuestion AnsweringVideo Question AnsweringVideo Understanding

Evaluating Memory in LLM Agents via Incremental Multi-Turn Interactions

2025-07-07 · Yuanzhe Hu, Yu Wang, Julian McAuley

Recent benchmarks for Large Language Model (LLM) agents primarily focus on evaluating reasoning, planning, and execution capabilities, while another critical component-memory, encompassing how agents memorize, update, an…

Large Language ModelRAGRetrievalRetrieval-augmented Generation