paper-with-me

홈 › Papers

Mema: Memory-Augmented Adapter for Enhanced Vision-Language Understanding

2026-02-28 · Ying Liu, Yudong Han, Kean Shi, Liyuan Pan arxiv

Multimodal Large Language Models (MLLMs) have achieved remarkable performance by aligning pretrained visual representations with the linguistic knowledge embedded in Large Language Models (LLMs). However, existing approaches typically rely on final-layer visual features or learnable multi-layer fusion, which often fail to sufficiently exploit hierarchical visual cues without explicit cross-layer interaction design. In this work, we propose a Memory-Augmented Adapter (Mema) within the vision encoder. Specifically, Mema maintains a stateful memory that accumulates hierarchical visual representations across layers, with its evolution conditioned on both query embeddings and step-wise visual features. A portion of this memory is selectively injected into token representations via a feedback mechanism, thereby mitigating the attenuation of fine-grained visual cues from shallow layers. Designed as a lightweight and plug-and-play module, Mema integrates seamlessly into pretrained vision encoders without modifying the vanilla backbone architecture. Only a minimal set of additional parameters requires training, enabling adaptive visual feature refinement while reducing training overhead. Extensive experiments across multiple benchmarks demonstrate that Mema consistently improves performance, validating its effectiveness in complex multimodal reasoning tasks. The code have been released at https://github.com/Sisiliu312/Mema.

📄 PDF Abstract BibTeX arXiv:2603.00655

Code (0)

등록된 구현이 없습니다.

Tasks

Multimodal Reasoning

Similar Papers 제목 키워드 기반

MemAdapter: Fast Alignment across Agent Memory Paradigms via Generative Subgraph Retrieval

2026-02-09 · Xin Zhang, Kailai Yang, Chenyue Li, Hao Li 외 arxiv

Memory mechanism is a core component of LLM-based agents, enabling reasoning and knowledge discovery over long-horizon contexts. Existing agent memory systems are typically designed within isolated paradigms (e.g., expli…

Contrastive Learning

MemArchitect: A Policy Driven Memory Governance Layer

2026-03-18 · Lingavasan Suresh Kumar, Yang Ba, Rong Pan arxiv

Persistent Large Language Model (LLM) agents expose a critical governance gap in memory management. Standard Retrieval-Augmented Generation (RAG) frameworks treat memory as passive storage, lacking mechanisms to resolve …

Memorizing Normality to Detect Anomaly: Memory-augmented Deep Autoencoder for Unsupervised Anomaly Detection

2019-04-04 · ICCV 2019 10 · Dong Gong, Lingqiao Liu, Vuong Le, Budhaditya Saha 외

Deep autoencoder has been extensively used for anomaly detection. Training on the normal data, the autoencoder is expected to produce higher reconstruction error for the abnormal inputs than the normal ones, which is ado…

Anomaly DetectionUnsupervised Anomaly Detection

MemAudit: Post-hoc Auditing of Poisoned Agent Memory via Causal Attribution and Structural Anomaly Detection

2026-05-22 · Zhewen Tan, Yilun Yao, Huiyan Jin, Wenhan Yu 외 arxiv

Large language model agents increasingly rely on persistent memory to store past interactions, retrieve relevant demonstrations, and improve long-horizon task execution. However, this memory mechanism also creates a prac…

Anomaly Detection

Memory-augmented Adversarial Autoencoders for Multivariate Time-series Anomaly Detection with Deep Reconstruction and Prediction

2021-10-15 · Qinfeng Xiao, Shikuan Shao, Jing Wang

Detecting anomalies for multivariate time-series without manual supervision continues a challenging problem due to the increased scale of dimensions and complexity of today's IT monitoring systems. Recent progress of uns…

Anomaly DetectionTime SeriesTime Series AnalysisTime Series Anomaly Detection+1