Paper Overview
- Field: Computer Vision
- Authors: Mohammed Arif Mainuddin, Najifa Tabassum, Omar Ibne Shahid
- Published: 2026-06-12
- arXiv: 2606.14684
- Hierarchical progressive knowledge distillation: a hierarchical feature builder generates fused spatial attention masks that selectively guide distillation toward discriminative regions.
- Multi-stage knowledge distillation: three distillation stages are progressively activated during training.
Abstract
Real-time fire classification systems require models that are simultaneously accurate, computationally efficient, and deployable on resource-constrained hardware. This work proposes HumP-KD, a Hybrid Uncertainty-aware Multi-stage Progressive Knowledge Distillation framework for efficient fire classification. Two datasets, FlameVision and Dataset-II, containing 8,600 and 31,309 images, are used. Various CNN and transformer baselines are applied under standard preprocessing, online augmentation, Gaussian noise, and motion blur robustness conditions.
The proposed HumP-KD model distills knowledge from two frozen heterogeneous transformer teachers, Swin-Tiny and ViT-Base, along with their Meta-MLP ensemble, into a lightweight MobileViT-S student via three tightly integrated components:
Results
On Dataset-II, HumP-KD achieved a mean F1 score of 0.9876 ± 0.0063 over 10 independent trials, significantly outperforming the MobileViT-S baseline trained without distillation (0.9537 ± 0.0351). Statistical significance was confirmed by an independent t-test (p = 0.0195) and the Wilcoxon signed-rank test (W = 1, p = 0.0039). The method also demonstrated strong generalization across datasets and robustness under degraded visual conditions.
Efficiency
The student model retains only 4.94M parameters (19.01 MB model size) — a 5.7x parameter reduction versus Swin-Tiny and 17.5x versus ViT-Base — while achieving 37.72 CPU FPS, making it suitable for real-time deployment.
*Auto-collected on 2026-06-16.*