paper-with-me

홈 › Papers

Tuned Compositional Feature Replays for Efficient Stream Learning

2021-04-06 · Morgan B. Talbot, Rushikesh Zawar, Rohil Badkundri, Mengmi Zhang, Gabriel Kreiman

Our brains extract durable, generalizable knowledge from transient experiences of the world. Artificial neural networks come nowhere close to this ability. When tasked with learning to classify objects by training on non-repeating video frames in temporal order (online stream learning), models that learn well from shuffled datasets catastrophically forget old knowledge upon learning new stimuli. We propose a new continual learning algorithm, Compositional Replay Using Memory Blocks (CRUMB), which mitigates forgetting by replaying feature maps reconstructed by combining generic parts. CRUMB concatenates trainable and re-usable "memory block" vectors to compositionally reconstruct feature map tensors in convolutional neural networks. Storing the indices of memory blocks used to reconstruct new stimuli enables memories of the stimuli to be replayed during later tasks. This reconstruction mechanism also primes the neural network to minimize catastrophic forgetting by biasing it towards attending to information about object shapes more than information about image textures, and stabilizes the network during stream learning by providing a shared feature-level basis for all training examples. These properties allow CRUMB to outperform an otherwise identical algorithm that stores and replays raw images, while occupying only 3.6% as much memory. We stress-tested CRUMB alongside 13 competing methods on 7 challenging datasets. To address the limited number of existing online stream learning datasets, we introduce 2 new benchmarks by adapting existing datasets for stream learning. With only 3.7-4.1% as much memory and 15-43% as much runtime, CRUMB mitigates catastrophic forgetting more effectively than the state-of-the-art. Our code is available at https://github.com/MorganBDT/crumb.git.

📄 PDF Abstract BibTeX arXiv:2104.02206

Code (1)

morganbdt/crumb 공식 구현 pytorch

Tasks

Continual LearningImage ClassificationObject RecognitionTransfer Learning

Methods 이 논문이 사용한 방법론

Memory Network 설명 없음

Similar Papers 제목 키워드 기반

Compositional Literary Primitives in Instruction-Tuned LLMs: Cross-Architectural SAE Features for Self, Style, and Affect

2026-05-11 · Joao Paulo Cavalcante Presa, Savio Salvarino Teles de Oliveira arxiv

We characterize a compositional architecture of literary primitives in two instruction-tuned large language models (Llama 3.1 8B-Instruct and Gemma 2 9B-IT) via sparse autoencoders on mid-depth residual streams. Four fea…

Equi-Tuning: Group Equivariant Fine-Tuning of Pretrained Models

2022-10-13 · Sourya Basu, Prasanna Sattigeri, Karthikeyan Natesan Ramamurthy, Vijil Chenthamarakshan 외

We introduce equi-tuning, a novel fine-tuning method that transforms (potentially non-equivariant) pretrained models into group equivariant models while incurring minimum $L_2$ loss between the feature representations of…

Fairnessimage-classificationImage ClassificationInductive Bias+1

Considering Durations and Replays to Improve Music Recommender Systems

2017-11-14 · Hanna Pierre

The consumption of music has its specificities in comparison with other media, especially in relation to listening durations and replays. Music recommendation can take these properties into account in order to predict th…

Music RecommendationRecommendation Systems

Coordinates from Context: Using LLMs to Ground Complex Location References

2025-10-09 · Tessa Masis, Brendan O'Connor arxiv

Geocoding is the task of linking a location reference to an actual geographic location and is essential for many downstream analyses of unstructured text. In this paper, we explore the challenging setting of geocoding co…

Prioritized Sweeping Neural DynaQ with Multiple Predecessors, and Hippocampal Replays

2018-02-15 · Lise Aubin, Mehdi Khamassi, Benoît Girard

During sleep and awake rest, the hippocampus replays sequences of place cells that have been activated during prior experiences. These have been interpreted as a memory consolidation process, but recent results suggest a…

HippocampusQ-Learningreinforcement-learningReinforcement Learning+1