paper-with-me

Papers

MemoryLLM: Plug-n-Play Interpretable Feed-Forward Memory for Transformers

2026-01-30 · Ajay Jaiswal, Lauren Hannah, Han-Byul Kim, Duc Hoang, Arnav Kundu, Mehrdad Farajtabar, Minsik Cho arxiv

Understanding how transformer components operate in LLMs is important, as it is at the core of recent technological advances in artificial intelligence. In this work, we revisit the challenges associated with interpretability of feed-forward modules (FFNs) and propose MemoryLLM, which aims to decouple FFNs from self-attention and enables us to study the decoupled FFNs as context-free token-wise neural retrieval memory. In detail, we investigate how input tokens access memory locations within FFN parameters and the importance of FFN memory across different downstream tasks. MemoryLLM achieves context-free FFNs by training them in isolation from self-attention directly using the token embeddings. This approach allows FFNs to be pre-computed as token-wise lookups (ToLs), enabling on-demand transfer between VRAM and storage, additionally enhancing inference efficiency. We also introduce Flex-MemoryLLM, positioning it between a conventional transformer design and MemoryLLM. This architecture bridges the performance gap caused by training FFNs with context-free token-wise embeddings.

📄 PDF Abstract BibTeX arXiv:2602.00398

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MEMORYLLM: Towards Self-Updatable Large Language Models

2024-02-07 · Yu Wang, Yifan Gao, Xiusi Chen, Haoming Jiang 외

Existing Large Language Models (LLMs) usually remain static after deployment, which might make it hard to inject new knowledge into the model. We aim to build models containing a considerable portion of self-updatable pa…

Model Editing

M+: Extending MemoryLLM with Scalable Long-Term Memory

2025-02-01 · Yu Wang, Dmitry Krotov, Yuanzhe Hu, Yifan Gao 외

Equipping large language models (LLMs) with latent-space memory has attracted increasing attention as they can extend the context window of existing language models. However, retaining information from the distant past r…

16kGPULong-Context UnderstandingText Generation

ConFixGS: Learning to Fix Feedforward 3D Gaussian Splatting with Confidence-Aware Diffusion Priors in Driving Scenes

2026-05-10 · Rui Song, Tianhui Cai, Markus Gross, Xingcheng Zhou 외 arxiv

Feedforward 3D Gaussian Splatting (3DGS) often struggles in trajectory-based sparse-view driving scenes. Existing Gaussian repair methods mainly target optimization-based 3DGS, while diffusion-based repair is typically r…

Novel View Synthesis

Constructing an Interpretable Deep Denoiser by Unrolling Graph Laplacian Regularizer

2024-09-10 · Seyed Alireza Hosseini, Tam Thuc Do, Gene Cheung, Yuichi Tanaka

An image denoiser can be used for a wide range of restoration problems via the Plug-and-Play (PnP) architecture. In this paper, we propose a general framework to build an interpretable graph-based deep denoiser (GDD) by …

DenoisingImage Denoising

RobustGS: Unified Boosting of Feedforward 3D Gaussian Splatting under Low-Quality Conditions

2025-08-05 · Anran Wu, Long Peng, Xin Di, Xueyuan Dai 외 arxiv

Feedforward 3D Gaussian Splatting (3DGS) overcomes the limitations of optimization-based 3DGS by enabling fast and high-quality reconstruction without the need for per-scene optimization. However, existing feedforward ap…

3D Reconstruction