paper-with-me

홈 › Papers

Memora: A Harmonic Memory Representation Balancing Abstraction and Specificity

2026-02-03 · Menglin Xia, Xuchao Zhang, Shantanu Dixit, Paramaguru Harimurugan, Rujia Wang, Victor Ruhle, Robert Sim, Chetan Bansal, Saravan Rajmohan arxiv

Agent memory systems must accommodate continuously growing information while supporting efficient, context-aware retrieval for downstream tasks. Abstraction is essential for scaling agent memory, yet it often comes at the cost of specificity, obscuring the fine-grained details required for effective reasoning. We introduce Memora, a harmonic memory representation that structurally balances abstraction and specificity. Memora organizes information via its primary abstractions that index concrete memory values and consolidate related updates into unified memory entries, while cue anchors expand retrieval access across diverse aspects of the memory and connect related memories. Building on this structure, we employ a retrieval policy that actively exploits these memory connections to retrieve relevant information beyond direct semantic similarity. Theoretically, we show that standard Retrieval-Augmented Generation (RAG) and Knowledge Graph (KG)-based memory systems emerge as special cases of our framework. Empirically, Memora establishes a new state-of-the-art on the LoCoMo and LongMemEval benchmarks, demonstrating better retrieval relevance and reasoning effectiveness as memory scales.

📄 PDF Abstract BibTeX arXiv:2602.03315

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic Similarity

Similar Papers 제목 키워드 기반

Generating Memorable Images Based on Human Visual Memory Schemas

2020-05-06 · Cameron Kyle-Davidson, Adrian G. Bors, Karla K. Evans

This research study proposes using Generative Adversarial Networks (GAN) that incorporate a two-dimensional measure of human memorability to generate memorable or non-memorable images of scenes. The memorability of the g…

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

Modeling Visual Memorability Assessment with Autoencoders Reveals Characteristics of Memorable Images

2024-10-19 · Elham Bagheri, Yalda Mohsenzadeh

Background: Image memorability refers to the phenomenon where certain images are more likely to be remembered than others. It is a quantifiable and intrinsic image attribute, defined as the likelihood of being remembered…

Attribute

Predicting Event Memorability from Contextual Visual Semantics

2021-12-01 · NeurIPS 2021 12 · Qianli Xu, Fen Fang, Ana Molino, Vigneshwaran Subbaraju 외

Episodic event memory is a key component of human cognition. Predicting event memorability,i.e., to what extent an event is recalled, is a tough challenge in memory research and has profound implications for artificial i…

MemORAI: Memory Organization and Retrieval via Adaptive Graph Intelligence for LLM Conversational Agents

2026-05-02 · Hung Pham Van, Nguyen Manh Hieu, Khang Pham Tran Tuan, Nam Le Hai 외 arxiv

Large Language Models (LLMs) lack persistent memory for long-term personalized conversations. Existing graph-based memory systems suffer from information dilution, absent provenance tracking, and uniform retrieval that i…

Response Generation