paper-with-me

Papers

Brain-inspired analogical mixture prototypes for few-shot class-incremental learning

2025-02-26 · Wanyi Li, Wei Wei, Yongkang Luo, Peng Wang

Few-shot class-incremental learning (FSCIL) poses significant challenges for artificial neural networks due to the need to efficiently learn from limited data while retaining knowledge of previously learned tasks. Inspired by the brain's mechanisms for categorization and analogical learning, we propose a novel approach called Brain-inspired Analogical Mixture Prototypes (BAMP). BAMP has three components: mixed prototypical feature learning, statistical analogy, and soft voting. Starting from a pre-trained Vision Transformer (ViT), mixed prototypical feature learning represents each class using a mixture of prototypes and fine-tunes these representations during the base session. The statistical analogy calibrates the mean and covariance matrix of prototypes for new classes according to similarity to the base classes, and computes classification score with Mahalanobis distance. Soft voting combines both merits of statistical analogy and an off-shelf FSCIL method. Our experiments on benchmark datasets demonstrate that BAMP outperforms state-of-the-art on both traditional big start FSCIL setting and challenging small start FSCIL setting. The study suggests that brain-inspired analogical mixture prototypes can alleviate catastrophic forgetting and over-fitting problems in FSCIL.

📄 PDF Abstract BibTeX arXiv:2502.18923

Code (0)

등록된 구현이 없습니다.

Tasks

class-incremental learningClass Incremental LearningFew-Shot Class-Incremental LearningIncremental Learning

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Residual Connection 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

Learn by Reasoning: Analogical Weight Generation for Few-Shot Class-Incremental Learning

2025-03-27 · Jizhou Han, Chenhao Ding, Yuhang He, Songlin Dong 외

Few-shot class-incremental Learning (FSCIL) enables models to learn new classes from limited data while retaining performance on previously learned classes. Traditional FSCIL methods often require fine-tuning parameters …

class-incremental learningClass Incremental LearningFew-Shot Class-Incremental LearningIncremental Learning

Infinite Mixture Prototypes for Few-Shot Learning

2019-02-12 · Kelsey R. Allen, Evan Shelhamer, Hanul Shin, Joshua B. Tenenbaum

We propose infinite mixture prototypes to adaptively represent both simple and complex data distributions for few-shot learning. Our infinite mixture prototypes represent each class by a set of clusters, unlike existing …

ClusteringFew-Shot Learning

Steps are all you need: Rethinking STEM Education with Prompt Engineering

2024-12-06 · Krishnasai Addala, Kabir Dev Paul Baghel, Chhavi Kirtani, Avinash Anand 외

Few shot and Chain-of-Thought prompting have shown promise when applied to Physics Question Answering Tasks, but are limited by the lack of mathematical ability inherent to LLMs, and are prone to hallucination. By utiliz…

AllHallucinationMixture-of-ExpertsPrompt Engineering+1

Large Language Models as Analogical Reasoners

2023-10-03 · Michihiro Yasunaga, Xinyun Chen, Yujia Li, Panupong Pasupat 외

Chain-of-thought (CoT) prompting for language models demonstrates impressive performance across reasoning tasks, but typically needs labeled exemplars of the reasoning process. In this work, we introduce a new prompting …

Code GenerationGSM8KMath

A Neural-Symbolic Approach to Natural Language Understanding

2022-03-20 · Zhixuan Liu, ZiHao Wang, Yuan Lin, Hang Li

Deep neural networks, empowered by pre-trained language models, have achieved remarkable results in natural language understanding (NLU) tasks. However, their performances can drastically deteriorate when logical reasoni…

Logical ReasoningNatural Language InferenceNatural Language UnderstandingQuestion Answering