Few-Shot Learning for Industrial Time Series: A Comparative Analysis Using the Example of Screw-Fastening Process Monitoring
Xinyuan Tu

TL;DR
This paper systematically evaluates few-shot learning methods for industrial time series, demonstrating that lightweight CNNs with metric learning outperform larger models in defect detection tasks with limited data.
Contribution
Introduces a label-aware episodic sampler and compares metric-based and gradient-based FSL paradigms on industrial time series, highlighting the effectiveness of lightweight CNNs with metric learning.
Findings
InceptionTime + Prototypical Network achieves 0.944 F1 score in 10-shot, 3-way classification.
Metric learning outperforms MAML across all backbones.
Lightweight CNNs with metric learning outperform larger models in scarce data scenarios.
Abstract
Few-shot learning (FSL) has shown promise in vision but remains largely unexplored for \emph{industrial} time-series data, where annotating every new defect is prohibitively expensive. We present a systematic FSL study on screw-fastening process monitoring, using a 2\,300-sample multivariate torque dataset that covers 16 uni- and multi-factorial defect types. Beyond benchmarking, we introduce a \textbf{label-aware episodic sampler} that collapses multi-label sequences into multiple single-label tasks, keeping the output dimensionality fixed while preserving combinatorial label information. Two FSL paradigms are investigated: the metric-based \emph{Prototypical Network} and the gradient-based \emph{Model-Agnostic Meta-Learning} (MAML), each paired with three backbones: 1D CNN, InceptionTime and the 341 M-parameter transformer \emph{Moment}. On 10-shot, 3-way evaluation, the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFault Detection and Control Systems · Mineral Processing and Grinding
MethodsInceptionTime · 1-Dimensional Convolutional Neural Networks
