AIBullisharXiv – CS AI · Jun 237/10
🧠MemoryVAM introduces an episodic memory mechanism for video-world-model policies that enables robots to perform long-horizon manipulation tasks by retaining and leveraging historical context. The system achieves significant performance improvements on benchmark tasks and real robot experiments, addressing a fundamental limitation where short observation windows make complex manipulation non-Markovian.
AIBullisharXiv – CS AI · May 117/10
🧠Researchers introduce CASCADE, a framework enabling large language models to continuously learn and improve during deployment without modifying parameters, using an episodic memory system formulated as a contextual bandit problem. The approach demonstrates 20.9% improvement over zero-shot prompting across 16 diverse tasks, addressing a fundamental limitation in current LLM lifecycles where learning stops after training ends.
AIBullisharXiv – CS AI · May 47/10
🧠Researchers propose E-mem, a new framework for LLM agent memory that reconstructs episodic context instead of compressing it, enabling more rigorous reasoning over extended tasks. The approach uses multiple assistant agents managing uncompressed memory while a master agent coordinates planning, achieving 54% F1 on benchmarks with 70% lower token costs than existing methods.
AIBullisharXiv – CS AI · Jun 196/10
🧠Researchers introduce FlowEdit, a lifelong adaptation framework for text-to-speech systems that corrects pronunciation errors without retraining the underlying model. Using associative memory and latent conditioning edits, FlowEdit achieves 92.7% error reduction on multilingual proper nouns while maintaining speech quality and completing corrections in ~15 seconds.
AINeutralarXiv – CS AI · May 296/10
🧠Researchers introduce S3MEM, a structured memory framework that improves how AI agents retrieve and answer questions about long trajectory histories. The system outperforms standard retrieval-augmented generation by organizing trajectories into scene-event units and using anchor-sensitive retrieval, achieving better accuracy with fewer tokens across multiple interactive environments.
AIBullisharXiv – CS AI · May 126/10
🧠Researchers introduce MemQ, a novel framework that applies Q-learning eligibility traces to episodic memory in large language model agents, enabling credit assignment across memory dependencies recorded in provenance DAGs. The approach achieves superior performance across six diverse benchmarks, with gains up to 5.7 percentage points on multi-step tasks requiring deep memory chains.
AINeutralarXiv – CS AI · May 125/10
🧠PYTHALAB-MERA is a novel external controller system that enhances frozen local language models for code generation by integrating validation-grounded memory, adaptive retrieval, and reinforcement learning techniques. In a constrained benchmark, the system achieved 8/9 validation successes compared to 0/9 for baseline approaches, though the authors explicitly limit claims to this specific experimental setting.
AIBullisharXiv – CS AI · Mar 36/104
🧠Researchers have developed the Cognitive Prosthetic Multimodal System (CPMS), an AI-enabled proof-of-concept that helps knowledge workers recall workplace experiences by capturing speech, physiological signals, and gaze behavior into queryable episodic memories. The system processes data locally for privacy and allows natural language queries to retrieve past workplace interactions based on semantic content, time, attention, or physiological state.
AIBullisharXiv – CS AI · Mar 36/105
🧠Researchers have developed REMem, a new framework that enables AI language agents to form and reason with episodic memory similar to humans. The system uses a two-phase approach with offline memory graph indexing and online agentic retrieval, showing significant improvements over existing memory systems like Mem0 and HippoRAG 2.
AINeutralarXiv – CS AI · Mar 54/10
🧠Researchers developed a memory-augmented transformer that uses attention for retrieval, consolidation, and write-back operations, with lateralized memory banks connected through inhibitory cross-talk. The inhibitory coupling mechanism enables functional specialization between memory banks, achieving superior performance on episodic recall tasks while maintaining rule-based prediction capabilities.