paper-with-me

Papers

MemX: A Local-First Long-Term Memory System for AI Assistants

2026-03-17 · Lizheng Sun arxiv

We present MemX, a local-first long-term memory system for AI assistants with stability-oriented retrieval design. MemX is implemented in Rust on top of libSQL and an OpenAI-compatible embedding API, providing persistent, searchable, and explainable memory for conversational agents. Its retrieval pipeline applies vector recall, keyword recall, Reciprocal Rank Fusion (RRF), four-factor re-ranking, and a low-confidence rejection rule that suppresses spurious recalls when no answer exists in the memory store. We evaluate MemX on two axes. First, two custom Chinese-language benchmark suites (43 queries, <=1,014 records) validate pipeline design: Hit@1=91.3% on a default scenario and 100% under high confusion, with conservative miss-query suppression. Second, the LongMemEval benchmark (500 queries, up to 220,349 records) quantifies system boundaries across four ability types and three storage granularities. At fact-level granularity the system reaches Hit@5=51.6% and MRR=0.380, doubling session-level performance, while temporal and multi-session reasoning remain challenging (<=43.6% Hit@5). FTS5 full-text indexing reduces keyword search latency by 1,100x at 100k-record scale, keeping end-to-end search under 90 ms. Unlike Mem0 and related work that targets end-to-end agent benchmarks, MemX focuses on a narrower, reproducible baseline: local-first deployment, structural simplicity, explainable retrieval, and stability-oriented design.

📄 PDF Abstract BibTeX arXiv:2603.16171

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MemX: An Attention-Aware Smart Eyewear System for Personalized Moment Auto-capture

2021-05-03 · Yuhu Chang, Yingying Zhao, Mingzhi Dong, Yujiang Wang 외

This work presents MemX: a biologically-inspired attention-aware eyewear system developed with the goal of pursuing the long-awaited vision of a personalized visual Memex. MemX captures human visual attention on the fly,…

Towards Online Domain Adaptive Object Detection

2022-04-11 · Vibashan VS, Poojan Oza, Vishal M. Patel

Existing object detection models assume both the training and test data are sampled from the same source domain. This assumption does not hold true when these detectors are deployed in real-world applications, where they…

Domain AdaptationObjectobject-detectionObject Detection+2

Short window attention enables long-term memorization

2025-09-29 · Loïc Cabannes, Maximilian Beck, Gergely Szilvasy, Matthijs Douze 외 arxiv

Recent works show that hybrid architectures combining local sliding window attention layers and global attention layers outperform either of these architectures taken separately. However, the impact of the window length …

Video Prediction Recalling Long-term Motion Context via Memory Alignment Learning

2021-04-02 · CVPR 2021 1 · Sangmin Lee, Hak Gu Kim, Dae Hwi Choi, Hyung-Il Kim 외

Our work addresses long-term motion context issues for predicting future frames. To predict the future precisely, it is required to capture which long-term motion context (e.g., walking or running) the input motion (e.g.…

Video Prediction

Dual Temporal Memory Network for Efficient Video Object Segmentation

2020-03-13 · Kaihua Zhang, Long Wang, Dong Liu, Bo Liu 외

Video Object Segmentation (VOS) is typically formulated in a semi-supervised setting. Given the ground-truth segmentation mask on the first frame, the task of VOS is to track and segment the single or multiple objects of…

ObjectOne-shot visual object segmentationSegmentationSemantic Segmentation+2