次回の更新記事:誤解を招きやすいAI用語6選、技術語なのに揺れる意味(公開予定日:2026年04月30日)
AIDB Daily Papers

CraniMem:脳を模倣したゲート制御型・制限付きメモリによる自律型システム

原題: CraniMem: Cranial Inspired Gated and Bounded Memory for Agentic Systems
著者: Pearl Mody, Mihir Panchal, Rishit Kar, Kiran Bhowmick, Ruhina Karani
公開日: 2026-03-03 | 分野: LLM 強化学習 AI エージェント 知識 オープンソース 情報検索 情報 最適化 グラフニューラルネットワーク システム データベース GitHub メモリ

※ 日本語タイトル・ポイントはAIによる自動生成です。正確な内容は原論文をご確認ください。

ポイント

  • LLMエージェント向けに、脳の認知機能に着想を得た新しいメモリシステムCraniMemを提案しました。
  • 既存のシステムと異なり、目標条件付きゲーティングと有用性タグ付けで、長期的な知識グラフを構築し、安定した記憶保持を実現します。
  • 長期ベンチマークテストで、CraniMemは従来のRAGやMem0よりもロバストで、ノイズに対する性能低下も抑制されました。

Abstract

Large language model (LLM) agents are increasingly deployed in long running workflows, where they must preserve user and task state across many turns. Many existing agent memory systems behave like external databases with ad hoc read/write rules, which can yield unstable retention, limited consolidation, and vulnerability to distractor content. We present CraniMem, a neurocognitively motivated, gated and bounded multi-stage memory design for agentic systems. CraniMem couples goal conditioned gating and utility tagging with a bounded episodic buffer for near term continuity and a structured long-term knowledge graph for durable semantic recall. A scheduled consolidation loop replays high utility traces into the graph while pruning low utility items, keeping memory growth in check and reducing interference. On long horizon benchmarks evaluated under both clean inputs and injected noise, CraniMem is more robust than a Vanilla RAG and Mem0 baseline and exhibits smaller performance drops under distraction. Our code is available at https://github.com/PearlMody05/Cranimem and the accompanying PyPI package at https://pypi.org/project/cranimem.

Paper AI Chat

この論文のPDF全文を対象にAIに質問できます。

質問の例:

AIチャット機能を利用するには、ログインまたは会員登録(無料)が必要です。

会員登録 / ログイン

💬 ディスカッション

ディスカッションに参加するにはログインが必要です。

ログイン / アカウント作成 →

関連するAIDB記事