🤖 AI Summary
Electronic noses (e-noses) suffer significant degradation in gas classification performance during real-world deployment due to sensor drift induced by environmental variations and sensor aging. To address this, we propose a novel hybrid approach that synergistically integrates knowledge distillation (KD) with domain-regularized component analysis (DRCA), establishing a dual-domain adaptation framework. This design simultaneously mitigates drift effects and preserves class-discriminative variance—thereby avoiding the over-compensation pitfalls common in conventional domain-adaptive methods. Evaluated on the UCI e-nose dataset via 30 randomized train-test splits, our method achieves an 18% improvement in classification accuracy and a 15% gain in F1-score over the best-performing baseline (DRCA). The results demonstrate substantially enhanced model generalization and robustness under realistic operational conditions.
📝 Abstract
Due to environmental changes and sensor aging, sensor drift challenges the performance of electronic nose systems in gas classification during real-world deployment. Previous studies using the UCI Gas Sensor Array Drift Dataset reported promising drift compensation results but lacked robust statistical experimental validation and may overcompensate for sensor drift, losing class-related variance.To address these limitations and improve sensor drift compensation with statistical rigor, we first designed two domain adaptation tasks based on the same electronic nose dataset: using the first batch to predict the remaining batches, simulating a controlled laboratory setting; and predicting the next batch using all prior batches, simulating continuous training data updates for online training. We then systematically tested three methods: our proposed novel Knowledge Distillation (KD) method, the benchmark method Domain Regularized Component Analysis (DRCA), and a hybrid method KD-DRCA, across 30 random test set partitions on the UCI dataset. We showed that KD consistently outperformed both DRCA and KD-DRCA, achieving up to an 18% improvement in accuracy and 15% in F1-score, demonstrating KD's superior effectiveness in drift compensation. This is the first application of KD for electronic nose drift mitigation, significantly outperforming the previous state-of-the-art DRCA method and enhancing the reliability of sensor drift compensation in real-world environments.