Search papers, labs, and topics across Lattice.
This paper introduces V-Mem, a multimodal memory system designed to enhance retrieval accuracy in long-term interactions involving both text and images. The authors identify two critical gaps in existing memory systems鈥攖he modality gap and the similarity-relevance gap鈥攖hat hinder effective multimodal querying. V-Mem addresses these issues by routing retrieval based on the query's modality and utilizing LLM-generated anchors, resulting in significantly improved performance on multimodal tasks, achieving an LLM-judge score of 0.82 on Mem-Gallery, surpassing the nearest competitor by a notable margin.
V-Mem achieves a groundbreaking LLM-judge score of 0.82 in multimodal memory retrieval, outperforming existing systems by leveraging modality-specific routing and LLM-generated anchors.
Interaction between users and LLM agents is increasingly multimodal: conversations interleave text with images, and a later question may target either. Yet most agent memories are designed around text, and even the few that support multimodal conversations still fail on vision-related questions. We trace this failure to an assumption behind the similarity search they rely on: in the index space, a query lies close to the relevant evidence that answers it. In multimodal settings, two gaps break it. By the modality gap, a query lies closer to memory content of its own modality than to evidence in another, even in a trained joint embedding space. By the similarity-relevance gap, the content most similar to a query is often not the evidence that answers it, most acutely when a query carries both text and image and its evidence resembles neither part alone. We present V-Mem, a multimodal agentic memory system that routes retrieval by the modality of the query and that of the target evidence, both recognized from the query alone. To cross the modality gap, V-Mem organizes the conversation into rounds and returns the target-modality content from the same round as the match, without comparing across modalities. To close the similarity-relevance gap, it searches with an LLM-generated anchor that sits closer to the relevant evidence than the query does: a hypothetical caption for a text-only query seeking an image, and an enriched search anchor, the query text plus relevant keywords extracted from the query image, when the evidence is reachable only by combining the two. On Mem-Gallery, V-Mem reaches an LLM-judge score of 0.82 versus 0.56 for the second best, with the largest margin on questions carrying an image (0.87, no baseline above 0.47); on LoCoMo it scores 0.69 versus 0.58.