Paper Overview
Field: Machine Learning Authors: Mohammed Ayalew Belay, Amirshayan Haghipour, Pierluigi Salvo Rossi Published: 2026-09-15 arXiv: 2609.12287
Background
Industrial fault diagnosis often operates with only a handful of labeled fault examples, making few-shot learning attractive for sensor monitoring. Standard prototypical networks (ProtoNet) are simple and effective; however, their class prototypes may become unstable in the very-low-shot regime because each decision relies on a small support set.
Proposed Method: Multi-Episode Prototypical Networks (MEPN)
MEPN aggregates prototypes from multiple disjoint support episodes and uses their mean as the final class representative. This reduces prototype variance without changing the encoder architecture.
Experimental Setup
- Dataset: DeFACTO sensor dataset, real industrial measurements
- Task: Five-way fault classification with synthetic bias, drift, spike, and noise faults injected
- Protocol: 100 independent runs
- In the per-episode one-shot setting (K=1 sample, aggregating N_agg=10 support episodes), MEPN achieves the best accuracy, significantly outperforming the single-episode baseline.
- With an equal 10-sample support budget, MEPN and ProtoNet with K=10 are statistically indistinguishable, confirming that the benefit mechanism comes from prototype accumulation rather than better learning under a fixed budget.
Key Results
Source
Original abstract: "Industrial fault diagnosis often operates with only a handful of labeled fault examples, making few-shot learning attractive for sensor monitoring. Standard prototypical networks are simple and effective; however, their class prototypes may become unstable in the very-low-shot regime because each decision relies on a small support set. We propose Multi-Episode Prototypical Networks (MEPN), which aggregate prototypes from multiple disjoint support episodes and use their mean as the final class representative, reducing prototype variance without changing the encoder architecture."
Paper: https://arxiv.org/abs/2609.12287