paper-with-me

Papers

Memory-Modular Classification: Learning to Generalize with Memory Replacement

2025-04-08 · Dahyun Kang, Ahmet Iscen, Eunchan Jo, Sua Choi, Minsu Cho, Cordelia Schmid

We propose a novel memory-modular learner for image classification that separates knowledge memorization from reasoning. Our model enables effective generalization to new classes by simply replacing the memory contents, without the need for model retraining. Unlike traditional models that encode both world knowledge and task-specific skills into their weights during training, our model stores knowledge in the external memory of web-crawled image and text data. At inference time, the model dynamically selects relevant content from the memory based on the input image, allowing it to adapt to arbitrary classes by simply replacing the memory contents. The key differentiator that our learner meta-learns to perform classification tasks with noisy web data from unseen classes, resulting in robust performance across various classification scenarios. Experimental results demonstrate the promising performance and versatility of our approach in handling diverse classification tasks, including zero-shot/few-shot classification of unseen classes, fine-grained classification, and class-incremental classification.

📄 PDF Abstract BibTeX arXiv:2504.06021

Code (1)

dahyun-kang/mml 공식 구현 pytorch

Tasks

Classificationimage-classificationImage ClassificationMemorizationWorld Knowledge

Similar Papers 제목 키워드 기반

Labeled Memory Networks for Online Model Adaptation

2017-07-05 · Shiv Shankar, Sunita Sarawagi

Augmenting a neural network with memory that can grow without growing the number of trained parameters is a recent powerful concept with many exciting applications. We propose a design of memory augmented neural networks…

Few-Shot LearningMeta-Learningmodel

MoNe: Modular Neural Memory for Efficient Long Context Inference

2026-08-18 · Wonguk Cho, Kyubyung Chae, Tribhuvanesh Orekondy, Sunghyun Park 외 arxiv

We present MoNe, a lightweight modular neural memory that attaches to any frozen pretrained Transformer to enable long-context inference without retraining. MoNe reads context in fixed-size segments via test-time learnin…

MILES: Modular Instruction Memory with Learnable Selection for Self-Improving LLM Reasoning

2026-07-08 · Ruilin Tong, Dong Gong arxiv

Large language models (LLMs) increasingly improve their reasoning at test time via additional computation, yet most existing works treat each problem in isolation. When problems arrive sequentially, accumulating reusable…

Rosetta Memory: Adaptive Memory for Cross-LLM Agents

2026-06-05 · Hao Yang, Shiqi Shen, Haoxuan Li, Zhipeng Wang 외 arxiv

Memory is the key component for transforming a stateless LLM into a persistent, evolving agent through experience accumulation, long-horizon planning, and continual self-improvement. Existing memory systems typically tak…

Submodular Streaming in All its Glory: Tight Approximation, Minimum Memory and Low Adaptive Complexity

2019-05-02 · Ehsan Kazemi, Marko Mitrovic, Morteza Zadimoghaddam, Silvio Lattanzi 외

Streaming algorithms are generally judged by the quality of their solution, memory footprint, and computational complexity. In this paper, we study the problem of maximizing a monotone submodular function in the streamin…

AllData Summarization