**arXiv ID:** 2607.11919 **Authors:** Xuguang Yu, Weigang Zheng, Minyue Yu **Published:** 2026-07-07T19:07:27Z **Abstract:** Human memory is reconstructive, not a faithful recording. Current multimodal LLMs (MLLMs) lack this capability: they process images through a frozen visual encoder, produce a one-shot text output, and discard internal representations. We present DoYouRemember, a three-stage architecture introducing reconstructive memory into MLLMs: (1) a VQ-VAE compresses images into di...
Scanned 9/11/2026
Install to Claude Code
npx -y skills add hiyenwong/ai_collection --skill do-you-remember-toward-memorycentric-multimodal-ai --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Do You Remember Toward Memorycentric Multimodal Ai?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hiyenwong-do-you-remember-toward-memorycentric-multimodal-ai)More formats (shields.io, HTML) on the badges page.
# Do You Remember? Toward Memory-Centric Multimodal AI
**arXiv ID:** 2607.11919
**Authors:** Xuguang Yu, Weigang Zheng, Minyue Yu
**Published:** 2026-07-07T19:07:27Z
**Abstract:**
Human memory is reconstructive, not a faithful recording. Current multimodal LLMs (MLLMs) lack this capability: they process images through a frozen visual encoder, produce a one-shot text output, and discard internal representations. We present DoYouRemember, a three-stage architecture introducing reconstructive memory into MLLMs: (1) a VQ-VAE compresses images into discrete visual tokens, (2) a LoRA-fine-tuned LLM jointly attends to visual and text tokens, and (3) a Diffusion Decoder reconstructs images from the LLM's hidden states. On 1,000 3D facial skin texture maps and 99,000 unlabeled facial images, we find that LLM hidden states contain approximately zero recoverable visual information -- the same Decoder producing clear reconstructions from VQ-VAE tokens (pre-LLM) produces pure noise from LLM hidden states (post-LLM), demonstrating that the LLM understands images but does not remember them. Training a shared memory matrix M under backpropagation systematically fails due to gradient cancellation (O(1/sqrt(N)) attenuation). We identify three root causes and show that local EMA updating resolves all three: each image updates only its top-8 slots out of 64, preserving inter-slot diversity. The resulting M (229K parameters, 16x compressed) approaches the VQ upper bound on unseen test images. Scaling to 1,024 slots surpasses it (LPIPS 0.056 vs. 0.071), as M's continuous representation avoids VQ quantization error. We unify these findings under an information-theoretic framework: memory is lossy compression, recall is decompression, and hallucination is an inherent property of lossy decompression rather than a defect.
## Skill Description
This skill is generated from the arXiv paper: Do You Remember? Toward Memory-Centric Multimodal AI (2607.11919).
## How to Use
[To be filled in by the user or by future automation]
## References
- [arXiv:2607.11919](http://arxiv.org/abs/2607.11919v1)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!