Aggregated f-average Neural Network applied to Few-Shot Class Incremental Learning
Mathieu Vu, Emilie Chouzenoux, Ismail Ben Ayed, Jean-Christophe Pesquet
TL;DR
The paper tackles few-shot class incremental learning (FSCIL) by eschewing heavy meta-learning in favor of a principled ensemble fusion. It introduces Aggregated $f$-averages (AFA), a shallow neural-network that aggregates multiple $f$-averages with learnable weights to fuse predictions from session-specific weak classifiers, while using padding and inlierness to handle evolving class spaces. The approach demonstrates competitive or superior performance across mini-ImageNet, tiered-ImageNet, CUB-200, and FGVC-Aircraft, with strong interpretability and memory efficiency due to a compact parameterization and prototype-rehearsal training. The work emphasizes robust evaluation through base/new class metrics and F1 scores, and suggests extending AFA to regression tasks as future work.
Abstract
Ensemble learning leverages multiple models (i.e., weak learners) on a common machine learning task to enhance prediction performance. Basic ensembling approaches average the weak learners outputs, while more sophisticated ones stack a machine learning model in between the weak learners outputs and the final prediction. This work fuses both aforementioned frameworks. We introduce an aggregated f-average (AFA) shallow neural network which models and combines different types of averages to perform an optimal aggregation of the weak learners predictions. We emphasise its interpretable architecture and simple training strategy, and illustrate its good performance on the problem of few-shot class incremental learning.
