paper-with-me

홈 › Papers

Hierarchical Memory Networks

2016-05-24 · Sarath Chandar, Sungjin Ahn, Hugo Larochelle, Pascal Vincent, Gerald Tesauro, Yoshua Bengio

Memory networks are neural networks with an explicit memory component that can be both read and written to by the network. The memory is often addressed in a soft way using a softmax function, making end-to-end training with backpropagation possible. However, this is not computationally scalable for applications which require the network to read from extremely large memories. On the other hand, it is well known that hard attention mechanisms based on reinforcement learning are challenging to train successfully. In this paper, we explore a form of hierarchical memory network, which can be considered as a hybrid between hard and soft attention memory networks. The memory is organized in a hierarchical structure such that reading from it is done with less computation than soft attention over a flat memory, while also being easier to train than hard attention over a flat memory. Specifically, we propose to incorporate Maximum Inner Product Search (MIPS) in the training and inference procedures for our hierarchical memory network. We explore the use of various state-of-the art approximate MIPS techniques and report results on SimpleQuestions, a challenging large scale factoid question answering task.

📄 PDF Abstract BibTeX arXiv:1605.07427

Code (0)

등록된 구현이 없습니다.

Tasks

Hard AttentionQuestion AnsweringReinforcement Learning

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$…

Similar Papers 제목 키워드 기반

HiCM$^2$: Hierarchical Compact Memory Modeling for Dense Video Captioning

2024-12-19 · Minkuk Kim, Hyeon Bae Kim, Jinyoung Moon, Jinwoo Choi 외

With the growing demand for solutions to real-world video challenges, interest in dense video captioning (DVC) has been on the rise. DVC involves the automatic captioning and localization of untrimmed videos. Several stu…

Dense Video CaptioningVideo Captioning

Hierarchical Variational Memory for Few-shot Learning Across Domains

2021-12-15 · ICLR 2022 4 · Yingjun Du, XianTong Zhen, Ling Shao, Cees G. M. Snoek

Neural memory enables fast adaptation to new tasks with just a few training samples. Existing memory models store features only from the single last layer, which does not generalize well in presence of a domain shift bet…

Few-Shot LearningVariational Inference

TiMem: Temporal-Hierarchical Memory Consolidation for Long-Horizon Conversational Agents

2026-01-06 · Kai Li, Xuanqing Yu, Ziyi Ni, Yi Zeng 외 arxiv

Long-horizon conversational agents have to manage ever-growing interaction histories that quickly exceed the finite context windows of large language models (LLMs). Existing memory frameworks provide limited support for …

HiMem-WAM: Hierarchical Memory-Gated World Action Models for Robotic Manipulation

2026-06-09 · Xiaoquan Sun, Ruijian Zhang, Chen Cao, Yihan Sun 외 arxiv

World Action Models (WAMs) have emerged as a new powerful paradigm for embodied intelligence, learning action-relevant visual dynamics that significantly enhance generalization and robustness. However, existing WAMs stil…

Optical Flow EstimationCausal Inference

Hierarchical Memory Matching Network for Video Object Segmentation

2021-09-23 · ICCV 2021 10 · Hongje Seong, Seoung Wug Oh, Joon-Young Lee, Seongwon Lee 외

We present Hierarchical Memory Matching Network (HMMN) for semi-supervised video object segmentation. Based on a recent memory-based method [33], we propose two advanced memory read modules that enable us to perform memo…

ObjectRetrievalSemantic SegmentationSemi-Supervised Video Object Segmentation+2