AIDB Daily Papers
長期間自律AIエージェントのための階層的メモリ構造と検索ボトルネック分析
※ 日本語タイトル・ポイントはAIによる自動生成です。正確な内容は原論文をご確認ください。
ポイント
- 長期間稼働するAIエージェントのメモリ一貫性問題を解決するため、階層的なメモリ構造と高度な検索エンジンを提案した。
- 既存のフラットなメモリシステムでは稼働時間と共に成功率が低下する問題を、構造化されたエピソード記憶と意味記憶の階層化で解決する。
- 提案手法により、軽量な検索でも大幅な性能向上(+33%)を達成し、特に長期記憶と時空間推論の能力が向上した。
Abstract
Long-running autonomous AI agents suffer from a well-documented memory coherence problem: tool-execution success rates degrade 14 percentage points over 72-hour operation windows due to four compounding failure modes in existing flat-file memory systems. We present MEMTIER, a tripartite memory architecture for the OpenClaw agent runtime that introduces a structured episodic JSONL store, a five-signal weighted retrieval engine, an attention-attributed cognitive weight update loop, an asynchronous consolidation daemon promoting episodic facts to a semantic tier, and a PPO-based policy framework for adapting retrieval weights (infrastructure validated; performance gains pending camera-ready). On the full 500-question LongMemEval-S benchmark (Wu et al., 2025), MEMTIER achieves Acc=0.382, F1=0.412 with Qwen2.5-7B on a consumer 6GB GPU - a +33 percentage point improvement over the full-context baseline (0.050 -> 0.382, i.e., 5% -> 38%). With DeepSeek-V4-Flash fact pre-population, single-session recall reaches 0.686-0.714, exceeding the paper's RAG BM25 GPT-4o baseline (0.560) on those categories. Temporal reasoning rises to 0.323 and multi-session synthesis to 0.173, demonstrating that structured semantic pre-population qualitatively changes what lightweight retrieval can achieve. All phases run locally on a consumer laptop with a 6GB GPU.
Paper AI Chat
この論文のPDF全文を対象にAIに質問できます。
質問の例: