paper-with-me

Papers

Memory-Augmented Dynamic Neural Relational Inference

2021-01-01 · ICCV 2021 10 · Dong Gong, Frederic Z. Zhang, Javen Qinfeng Shi, Anton Van Den Hengel

Dynamic interacting systems are prevalent in vision tasks. These interactions are usually difficult to observe and measure directly, and yet understanding latent interactions is essential for performing inference tasks on dynamic systems like forecasting. Neural relational inference (NRI) techniques are thus introduced to explicitly estimate interpretable relations between the entities in the system for trajectory prediction. However, NRI assumes static relations; thus, dynamic neural relational inference (DNRI) was proposed to handle dynamic relations using LSTM. Unfortunately, the older information will be washed away when the LSTM updates the latent variable as a whole, which is why DNRI struggles with modeling long-term dependences and forecasting long sequences. This motivates us to propose a memory-augmented dynamic neural relational inference method, which maintains two associative memory pools: one for the interactive relations and the other for the individual entities. The two memory pools help retain useful relation features and node features for the estimation in the future steps. Our model dynamically estimates the relations by learning better embeddings and utilizing the long-range information stored in the memory. With the novel memory modules and customized structures, our memory-augmented DNRI can update and access the memory adaptively as required. The memory pools also serve as global latent variables across time to maintain detailed long-term temporal relations readily available for other components to use. Experiments on synthetic and real-world datasets show the effectiveness of the proposed method on modeling dynamic relations and forecasting complex trajectories.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Trajectory Prediction

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

GSEM: Graph-based Self-Evolving Memory for Experience Augmented Clinical Reasoning

2026-03-23 · Xiao Han, Yuzheng Fan, Sendong Zhao, Haochun Wang 외 arxiv

Clinical decision-making agents can benefit from reusing prior decision experience. However, many memory-augmented methods store experiences as independent records without explicit relational structure, which may introdu…

Knowledge Graph Enhanced Memory-Augmented Retrieval for Long Context Modeling

2026-06-12 · Ghadir Alselwi, Basem Suleiman, Hao Xue, Shoaib Jameel 외 arxiv

Long-context language modeling requires not only extending context windows but maintaining coherent understanding of entity states and relationships across thousands of tokens -- a challenge that semantic similarity alon…

Semantic SimilarityRelation ExtractionKnowledge Graphs

Relational dynamic memory networks

2018-08-10 · Trang Pham, Truyen Tran, Svetha Venkatesh

Neural networks excel in detecting regular patterns but are less successful in representing and manipulating complex data structures, possibly due to the lack of an external memory. This has led to the recent development…

Distributed Associative Memory Network with Association Reinforcing Loss

2021-01-01 · Taewon Park, Inchul Choi, Minho Lee

Despite recent progress in memory augmented neural network research, associative memory networks with a single external memory still show limited performance on complex relational reasoning tasks. The main reason for thi…

MemorizationRelational Reasoning

Relational Memory Augmented Language Models

2022-01-24 · Qi Liu, Dani Yogatama, Phil Blunsom

We present a memory-augmented approach to condition an autoregressive language model on a knowledge graph. We represent the graph as a collection of relation triples and retrieve relevant relations for a given context to…

Language ModelingLanguage ModellingText Generation