π€ AI Summary
Electronic noses face two key challenges in open-set gas identification: (1) feature distribution shift caused by sensor signal drift, and (2) decision failure induced by unknown interfering gases. Existing approaches rely on Euclidean distance, which fails to capture gas featuresβ anisotropy and dynamic intensity variations. This paper proposes a general deep learning framework that decouples geometric representation from discriminative metric learning. We introduce spherical normalization (SN), a novel cascaded scheme combining batch normalization and L2 normalization, ensuring intensity invariance. Further, we design a class-aware Mahalanobis distance to construct adaptive ellipsoidal decision boundaries, enabling effective anisotropic modeling. The framework is architecture-agnostic, supporting CNNs, RNNs, and Transformers. On the Vergara dataset, Transformer+SNM achieves an AUROC of 0.9977 (+3.0%), unknown gas detection rate of 99.57% at 5% FPR, 91.0% reduction in standard deviation, and exceptional cross-sensor stability (Ο < 0.0028).
π Abstract
Electronic nose (E-nose) systems face dual challenges in open-set gas recognition: feature distribution shifts caused by signal drift and decision failures induced by unknown interference. Existing methods predominantly rely on Euclidean distance, failing to adequately account for anisotropic gas feature distributions and dynamic signal intensity variations. To address these issues, this study proposes SNM-Net, a universal deep learning framework for open-set gas recognition. The core innovation lies in a geometric decoupling mechanism achieved through cascaded batch normalization and L2 normalization, which projects high-dimensional features onto a unit hypersphere to eliminate signal intensity fluctuations. Additionally, Mahalanobis distance is introduced as the scoring mechanism, utilizing class-wise statistics to construct adaptive ellipsoidal decision boundaries. SNM-Net is architecture-agnostic and seamlessly integrates with CNN, RNN, and Transformer backbones. Systematic experiments on the Vergara dataset demonstrate that the Transformer+SNM configuration attains near-theoretical performance, achieving an AUROC of 0.9977 and an unknown gas detection rate of 99.57% (TPR at 5% FPR). This performance significantly outperforms state-of-the-art methods, showing a 3.0% improvement in AUROC and a 91.0% reduction in standard deviation compared to Class Anchor Clustering. The framework exhibits exceptional robustness across sensor positions with standard deviations below 0.0028. This work effectively resolves the trade-off between accuracy and stability, providing a solid technical foundation for industrial E-nose deployment.