1. Introduction
According to the Global Burden of Diseases, Injuries, and Risk Factors Study (GBD) 2019 published in 2020, air pollution was responsible for approximately 6.7 million premature deaths worldwide in 2019 [
1]. Reducing this substantial health burden requires a detailed understanding of both outdoor and indoor air quality (IAQ), particularly regarding toxic and harmful components. However, air represents a highly complex and dynamic mixture of gases and particulate matter, making comprehensive identification and quantification of all substances challenging [
2,
3]. For IAQ, accurately detecting volatile organic compounds (VOCs) which mainly affect the air quality is essential [
4,
5]. For indoor and especially outdoor monitoring applications, dense sensor networks are often needed to adequately cover the monitored space [
6], which leads to the need for low-cost air monitoring systems. Most analytical measurement systems that enable highly accurate gas estimations [
7] are costly, often require expert knowledge to operate, and represent spot measurements, which prevents widespread use, or are limited continuous online measurements [
8].
Sensor systems are often based on metal oxide semiconductor (MOS) gas sensors as a cost-effective solution, enabling the development of compact real-time in situ sensor systems [
9]. However, their inherent lack of selectivity limits their ability to quantify specific gases accurately. One approach is to use sensor arrays to increase the selectivity [
10]. Alternatively, dynamic operation like temperature-cycled operation (TCO) has been proven to increase the selectivity and also improve sensitivity [
11]. For IAQ, it was proven that the combination of a multipixel sensor and TCO allows quantification of single VOCs in complex mixtures with an uncertainty outperforming even standard analytics [
12]. Based on complex lab calibration machine learning (ML)-based calibration models are trained for quantification of individual components in complex mixtures with up to 16 independent components [
13]. The calibration model interprets complex sensor response patterns, especially in the transient response after temperature changes, and provides quantitative outputs as gas concentration [
14]. The ML models are trained on calibration datasets recorded under controlled lab conditions using a gas mixing apparatus (GMA) capable of generating well-defined and complex gas mixtures [
15]. However, responses from MOS sensors of the same type will typically exhibit slight differences. These changes in characteristics can be caused by minor changes in manufacturing [
16], which slightly alter the actual hotplate temperature [
17] or the behavior of the sensitive layers [
18,
19], especially when produced in a different production batch. Another challenge can occur when sensors are operated in the field, as the sensitive layers can drift over time [
7,
18,
20]. Consequently, each sensor calibration model must be recalibrated to continue accurately estimating the target gas concentration, resulting in a time-consuming, high-effort calibration process.
Consequently, individual calibration procedures and dedicated calibration models are required for each sensor to ensure reliable gas estimation. This additional effort partially offsets the inherent cost advantage of low-cost MOS sensor technology.
Beyond robust model development based on feature extraction, feature selection, and regression (FESR) [
21], previous studies have introduced calibration transfer and drift compensations approaches, including direct standardization and orthogonal signal correction, to reduce the calibration effort [
22,
23]. These methods compensate for systematic inter-sensor variations at an early stage of signal processing, i.e., manipulating the sensor raw data, enabling consistent predictions across different devices. While effective for small shifts in MOS sensor data, their performance decreases with more significant domain shifts [
24]. Another drawback of direct standardization is that exactly the same test gas mixture is needed for the correction as used in the initial calibration, which is often not feasible. Significant domain shifts can be the transferring of a calibration model across different production batches (calibration transfer) or the accounting for changes in sensor responses over time (poisoning and sensor drift) due to irreversible alterations in the sensing layer (sub-sensor) of MOS gas sensors [
25,
26]. Reversible sensor drift is not considered in this study.
An alternative approach involves using deep neural networks (DNNs), which enable transfer learning (TL) by fine-tuning a pre-trained DNN calibration model with data from new sensors [
26,
27]. These model-based calibration techniques enable adaptation to a new domain after a significant domain shift with a reduced amount of calibration data from the new domain. Although DNN-based models can achieve high predictive accuracy and support model-based calibration transfer, they often operate as black boxes with limited interpretability [
28] and require comparatively large datasets to train from scratch [
29]. Additionally, the DNN exhibits reduced robustness to significant domain shifts, resulting in decreased accuracy without the collection of a novel calibration dataset [
30]. Beside this, the introduced DNN requires high storage effort and computational complexity [
31].
To address these limitations, a recent study proposed a novel framework that represents the inference procedure of an FESR model as dedicated DNN layers, allowing efficient implementation on edge hardware with a comparably small memory requirement [
32]. This interpretable Deep Neural Network Representation (IDNNRep) approach preserves the interpretability and robustness of conventional FESR models while simultaneously improving computational efficiency and reducing inference time [
33]. To reduce calibration time, the IDNNRep enables a model-based calibration transfer strategy based on TL without sacrificing transparency, by retraining specific layers of the IDNNRep to adapt to the novel domain. This method is explained in detail in the method section. In addition to introducing model-based calibration transfer, the novel approach allows interpretation of the changes observed during retraining. The interpretability of changes in the retrained model can facilitate deeper insights into sensor- and gas-specific behavior, providing valuable guidance for optimizing future calibration procedures and understanding the sensor’s sensitive layers.
In this context, the present work investigates the transferability of an initial FESR-based calibration model to sensors originating from a different production batch using a reduced set of unique gas mixtures (UGMs) for the transfer. Beyond inter-batch model transfer, this study also addresses recalibration of sensor-specific models to compensate for irreversible alterations in the sensitive sensor layer over time, leading to drift in sensor response and consequent degradation in quantification accuracy.
In this study, multiple initial FESR-based calibration models for different target gases are implemented as DNNs and subsequently transferred to a novel domain. This approach demonstrates the feasibility of model-based calibration transfer while preserving the interpretability of the underlying calibration models. The investigation focuses on two different gases out of a mixture of eight independent gas components and four different domain shifts. The proposed interpretable, model-based calibration transfer approach is evaluated across varying numbers of transfer samples, i.e., calibration points, and benchmarked against the performance of the initial calibration model, the OSC and an FESR model retrained exclusively on the corresponding transfer samples. In addition, the paper also investigates the interpretability of the calibration transfer and aims to gain novel insights into the various sub-sensors and the calibration process itself.
The paper is structured as follows:
Section 2 describes the used dataset and methods, including the IDNNRep, the novel model-based calibration transfer, and the domain-shift scenarios used.
Section 3 presents the results of the calibration transfer and interprets the changes obtained during that process.
Section 4 discusses the results for the different gases, and
Section 5 concludes the paper and gives an outlook on future work.
3. Results
Before presenting the results of the novel interpretable and model-based calibration transfer, a brief exploration of the data is provided. The domain shifts included in this study are shown in
Figure 2. This study presents two types of domain shifts in MOS gas sensing: batch-to-batch and drift. To demonstrate the significant shift in the data distribution, a standardized PCA [
40] is applied to the mean and slope features of the one-second intervals and shown in
Figure 6. The PCA plots show a significant shift in the sensor data for all four domain shifts. The drift effect is reflected by a significant shift along the first principal component (PC), while the batch shift results in a shift primarily along the 2nd PC for the sensors before field operation and in both PCs for the sensors after field operation. The stronger domain shift is observed for drift, which could make it more difficult to adapt the model for drift compensation.
The dataset comprises multiple domain-shift scenarios originating from both calibration transfer between different sensor batches and irreversible sensor drift. Furthermore, the included UGMs comprise eight VOCs, resulting in complex nonlinear sensor response characteristics and a challenging calibration task. As illustrated by the PCA analysis (
Figure 6), the source and target domains exhibit a clear separation with varying cluster distances, indicating domain shifts of different severity and providing representative benchmark scenarios for evaluating the proposed adaptation method.
For the demonstration of the novel introduced method, the data are separated as follows for the training and test data sets, as seen in
Table 2. The novel approach is demonstrated for two different gases, acetone and toluene, which are included in all measurements. The calibration models are assessed with the metrics root mean square error (RMSE) and coefficient of determination (R
2). RMSE provides a quantitative measure of prediction error, while R
2 characterizes the model’s goodness-of-fit and its ability to describe the variability of the unseen domain.
3.1. R2 Results
While RMSE provides an absolute measure of prediction error [
41], R
2 provides insight into how well the model’s variability explains the variability in the reference data after transfer [
42]. By considering both metrics together, a more comprehensive assessment of the calibration transfer performance can be achieved. Before analyzing the RMSE, the R
2 is first analyzed to confirm that the model successfully captures the underlying relationship between the input features and the target variable. Subsequently, the RMSE is evaluated to quantify the magnitude of the prediction error and the resulting calibration accuracy (n RMSE: normalized on the maximum concentration). A comparison with the R
2 value of the initial model in the target domain is omitted, as the initial model yielded poor predictive performance across all shift scenarios. Consequently, both calibration transfer approaches, IDNNRep retraining and the target-domain model, significantly outperform the initial model.
Figure 7 shows the R
2 performance of the IDNNRep retraining and the target-domain model across the four domain-shift scenarios for acetone quantification. For acetone both approaches achieve generally high R
2 values between 90% and 98%, across all four domain-shift scenarios, indicating that both models explain most of the variance and that the calibration model quantifications correlate strongly with the target. For Calibration Transfer 1, the R
2 value of the target-domain model starts comparably low at 80% for a 0.1 split of the UGMs with a high standard deviation. The IDNNRep starts at 94% in the Calibration Transfer 1 scenario, showing a significant improvement vs. training from scratch. For all domain-shift scenarios and both approaches, the R
2 value increases nearly monotonically with the number of transfer samples and converges to the R
2 value reached with all transfer samples from the target domain.
The same comparison can be made for the toluene estimation (see
Figure 8). The R
2 values for the toluene estimation follow a similar trend to those for the acetone estimation. Both approaches yield similarly high R
2 values (95%) across all scenarios when the data split is greater than 0.1. The upward trends indicate that both models effectively adapt to domain shifts, achieving good generalization with a limited fraction of new data. However, the target-domain model exhibits slightly lower or the same R
2 values, particularly evident in Calibration Transfer 1 for data splits below 0.4. Despite this, both methods also showed weak performance for the Drift Compensation 1 domain shift at small data splits (<0.3). However, especially during training with a higher number of transfer samples, both models show good performance, with R
2 values ranging from 92% to 98%, demonstrating strong explained variance in the calibration model for gas estimation across all domain shifts. To summarize, the models for both gases converge quickly toward the target-domain model trained with all transfer sample baselines, with negligible differences between them. This suggests both approaches are comparably efficient once a moderate amount of calibration transfer data is available. Also, the error bars diminish rapidly as retraining data increases, signifying good reproducibility and model stability for data splits with approx. 0.3–0.4 of the full target-domain dataset. Note, however, that this corresponds to 60 to 80 gas mixtures, already representing a high effort. Performance close to full-data retraining can be obtained with less than half of the available target-domain data, highlighting the efficiency and robustness of both transfer strategies. Transfer learning for the IDNNRep can reduce the amount of training data required significantly, with 20 or 40 gas mixtures being required to achieve a performance similar to retraining the full model for both gases and all domain-shift scenarios.
3.2. RMSE Results
After the R
2 values proved that the model is capable of capturing the relationship between input and target,
Table 3 summarizes the RMSE and the normalized RMSE (normalized regarding the maximum of the corresponding concentration range) of the initial FESR calibration model under conditions of significant domain shift. The model demonstrates robust performance in the presence of batch-related shifts, yielding prediction errors of 70.5 ppb for Calibration Transfer 1 and 73.7 ppb for Calibration Transfer 2 for the acetone estimation. In contrast, temporal domain shifts substantially degrade model performance, with errors increasing to 266.9 ppb (Drift Compensation 1) and 300.1 ppb (Drift Compensation 2) for acetone. Note that the observed RMSE after the domain shift of Drift Compensation 2 for acetone actually exceeds the studied gas concentration range, indicating very poor performance of the initial calibration model on previously unseen data.
Table 3 also shows that applying OSC only slightly affects the base-domain performance, increasing the RMSE by approximately 1–5 ppb across all scenarios. By contrast, its influence on the target-domain performance strongly depends on the underlying domain shift. For the drift compensation scenarios, OSC considerably reduces the RMSE, for example from 266.9 ppb to 237.4 ppb for acetone (Drift Compensation 1), from 300.1 ppb to 119.8 ppb for acetone (Drift Compensation 2), and from 151.9 ppb to 105.3 ppb for toluene (Drift Compensation 1). However, for the calibration transfer scenarios, OSC provides only limited improvements or even degrades the prediction accuracy, e.g., increasing the RMSE from 70.5 ppb to 108.1 ppb for acetone (Calibration Transfer 1) and from 73.7 ppb to 93.1 ppb for acetone (Calibration Transfer 2). These results indicate that OSC is mainly beneficial at drift compensation, whereas it is less effective for calibration transfer scenarios.
The novel approach allows the fine-tuning of this initial calibration model to adapt to the target domain.
Figure 9 presents the RMSE results for acetone quantification using the retrained IDNNRep and the target-domain FESR model, respectively, for different proportions of target-domain training data. Performance is evaluated under the four pre-defined domain-shift scenarios. Across all domain-shift scenarios, the retrained IDNNRep shows a consistent decrease in RMSE as the number of transfer samples from the novel domain increases. This is observed for both types of domain shifts, the batch-related shifts (Calibration Transfer 1, Calibration Transfer 2) and temporal shifts (Drift Compensation 1, Drift Compensation 2). In the Calibration Transfer shift scenarios, RMSE decreases from 21.2 ppb to 14.6 ppb for Calibration Transfer 1 and from 18.9 ppb to 8.9 ppb for Calibration Transfer 2. Notably, Calibration Transfer 2 consistently yields the lowest errors across all splits, indicating that this batch shift is either less severe or better aligned with the learned representation after transfer. In the drift scenarios, a similar improvement is observed. In Drift Compensation 1, the RMSE decreases from 27.0 ppb to 14.8 ppb, and in Drift Compensation 2, it decreases from 20.7 ppb to 11.7 ppb. Drift Compensation 1 consistently shows a higher RMSE than Drift Compensation 2, suggesting that Drift Compensation 1 involves a more challenging temporal-domain shift. Importantly, the model achieves significant performance gains even with a small number of transfer samples (split 0.1–0.3) across all scenarios, compared to the initial model.
The reduced FESR model also shows improved performance as the transfer sample increases from the novel domain. Under batch shift conditions, the target-domain model exhibits a higher RMSE in Calibration Transfer 1 with a small number of UGMs (42.3 ppb at split 0.1). Although the RMSE decreases to 17.8 ppb, it remains consistently higher than that of IDNNRep. In Calibration Transfer 2, the RMSE is lower, starting at 23.2 ppb and decreasing to 13.8 ppb. For the time-related domain shift, the model estimation RMSE is reduced from 26.7 ppb to 15.6 ppb for Drift Compensation 1 and from 23.3 ppb to 13.8 ppb for Drift Compensation 2. The difference between the IDNNRep and the target-domain model is significantly smaller for time-related domain shifts in predicting acetone.
Figure 9 also shows that the improvement in acetone estimation with the full number of transfer samples is greater for batch-related domain shifts. In addition, the IDNNRep outperforms the target-domain model in every domain shift, even if the target-domain model is trained on all available transfer samples.
The same comparison for toluene is shown in
Table 3 and
Figure 10. The initial model (no transfer) exhibits substantially higher RMSE values across all scenarios (122.3–158.8 ppb), highlighting the necessity of transfer learning. The same trend as observed for the acetone estimation is also shown in
Figure 10 for the toluene concentration quantifications. Under batch shift conditions, both models improve substantially with increasing split, with Calibration Transfer 1 representing the more challenging scenario. IDNNRep reduces RMSE from 20.0 ppb to 9.6 ppb in Calibration Transfer 1 and from 18.1 ppb to 9.6 ppb in Calibration Transfer 2, while the target-domain model decreases from 28.5 ppb to 13.3 ppb in Calibration Transfer 1 and from 21.4 ppb to 13.2 ppb in Calibration Transfer 2. For the temporal shifts, the IDNNRep improves from 31.9 ppb to 15.0 ppb, whereas the target-domain model reaches 18.9 ppb in Drift Compensation 1. In the Drift Compensation 2 domain shift, the IDNNRep improves from 21.1 ppb to 11.2 ppb, and the target-domain model from 21.4 ppb to 13.2 ppb. While both models clearly improve the performance, the IDNNRep maintains a clear performance advantage especially for a higher number of transfer samples. For a small amount of transfer sample, the IDNNRep matches (time-related) or even outperforms (batch-related) the RMSE of the target-domain model. By increasing the number of UGMs the IDNNRep outperforms the target-domain model across all domain shifts for the toluene estimation.
The proposed approach reduces the RMSE using only a small amount of retraining data (split: 0.1), achieving a reduction of up to 93% for Drift Compensation 2 on acetone, decreasing the RMSE from 300.1 ppb for the initial model to 21.1 ppb. Furthermore, the proposed IDNNRep approach consistently outperforms OSC on the presented dataset, although OSC also improves the transferability of the initial calibration model. Compared with OSC, IDNNRep achieves an additional RMSE reduction of up to 89.0% for Drift Compensation 1 while requiring only 10% of the target-domain data for retraining. For both gases, the standard deviation of a small number of UGMs for the target-domain model is typically higher than that of the IDNNRep, except for acetone in Calibration Transfer 2. Increasing the transfer sample reduces the influence of random UGM splitting, and the standard deviation between models decreases accordingly.
3.3. Interpretable Calibration Transfer
To gain insight into how sensor characteristics or environmental factors influence model adaptation, an interpretation of the calibration transfer can describe how calibration models adapt to new domains. This transparency enhances diagnostic understanding and model robustness, which are essential for deploying sensor systems in real-world applications.
Figure 11 and
Figure 12 demonstrate the changes in the weighting of the mean and slope features extracted from the four sub-sensors of the gas sensor for the four domain-shifts for the quantification of acetone and toluene, respectively. The color intensity indicates the magnitude of the change in the extracted features, ranging from zero to one. By combining feature analysis with the TC, it becomes possible to identify which phase in the TC each feature is associated with.
Figure 11 highlights that the majority of calibration transfer adjustments for acetone quantification across all domain-shifts occur within the mean features and this primarily for sub-sensors 2 and 3. While adjustments are seen across the full range for most domain-shift scenarios, Calibration Transfer 1 shows strong adjustments at the beginning and end of the TC for sub-sensor 2 and also in the beginning of the TC for sub-sensor 4. Sub-sensor 1 remains largely stable throughout the transfer process, except for Calibration Transfer 2, which probably means that it contributes only little information for acetone quantification. Sub-sensor 4 shows some adaptation of the mean features, mainly for Calibration Transfer 1. Sub-sensor 3 is the only sub-sensor which exhibits significant adaptation for the slope features, basically across all domain-shift scenarios.
For the toluene, the most significant adaptations are observed in the mean values of sub-sensor 2 and 3, as illustrated in
Figure 12, which was also observed for acetone. This indicates that the multi-sensor character is an important aspect for the performance of the overall sensor system. Sub-sensor 1 overall shows the least changes, indicating that it contributes only little to toluene quantification. Slope adaptions occur primarily at transitions between two temperature phases, which is consistent with the Sauerwald–Baur model for temperature-cycled operation [
43].
4. Discussion
This paper describes a novel approach enabling calibration transfer for interpretable FESR models for a multi-layer MOS gas sensor operated in TCO mode in complex gas mixtures with up to eight independent variables demonstrated for quantification of acetone and toluene, respectively. The novel approach was tested on laboratory data sets that include several domain-shift scenarios covering both sensor batch changes as well as sensor drift over time. The novel approach was tested across four significant domain-shift scenarios and compared against classical methods (OSC). The results demonstrate that the novel approach enables model-based calibration transfer with significant reduction in the calibration effort compared to recalibration from scratch and outperforms the OSC technique for the selected domain shifts. For a small number of transfer samples, the model-based calibration transfer outperforms training a new FESR model from scratch. Remarkably, the transfer learning approach consistently achieves a lower RMSE than a model trained solely for and with data from the novel domain. Additionally, in some scenarios the IDNNRep even outperforms the target-domain model trained on the full data. This demonstrated that the IDNNRep increases the dimensionality by including all features for the retraining process. For both gases the drift-related domain shifts appear to be more challenging for the calibration transfer than the batch-related ones. This is evidenced by the higher loss of performance when only a limited number of transfer samples (UGMs) are available for drift compensation. In addition to achieving a low RMSE, the proposed approach effectively adapts the initial model to the new domain, as evidenced by the significant improvement in R2. This demonstrates the method’s capability to maintain both predictive accuracy and model consistency across varying domain conditions. The high R2 value for the target-domain model and the IDNNRep proves the efficient and robust model building of the FESR methods trained with a reduced number of UGMs. Additionally, the variance caused by the random selection of the transfer sample is reduced by using transfer learning to adapt an initial model to a novel domain.
On the one hand, these results demonstrate the robustness of the proposed interpretable calibration transfer approach by effectively reusing knowledge learned in the base domain. On the other hand, they highlight the importance of selecting suitable UGMs for calibration transfer, which remains an open research challenge and warrants further investigation. Since both the initial model training and the IDNNRep retraining are nearly deterministic, the variability introduced by the learning algorithm itself is negligible, as indicated by the near-zero error bars for larger transfer splits. Consequently, the error bars reported in the RMSE figures primarily reflect the influence of the transfer UGM selection rather than the training process itself, emphasizing the critical role of representative transfer samples in MOS gas sensor calibration.
While this study demonstrated the successful implementation of model-based calibration transfer, it did not include a detailed hyperparameter search for transfer learning. This search could further improve the performance of the IDNNRep retraining. Besides the performance gains of the novel approach, it also demonstrates the interpretable nature of FESR model calibration transfer, without further usage of XAI. This enables a better understanding of the changes leading to domain shift and necessitating retraining for different sensing layers and gases. In particular, the identification of features which are highly affected by domain shift is possible. By understanding the adaptation of features caused by domain shift, the interpretation allows us to identify robust features for future model building and offers the potential to understand the decrease in the calibration model performance. Additionally, in-depth interpretation of the calibration model allows identification of relevant phases of the TC, offering the potential to optimize the TC for different target gases and applications. Since the data investigated were collected in a controlled lab environment, the representativeness of the dataset for large-scale industrial deployment remains to be validated using real-world data.
5. Conclusions and Outlook
In conclusion, the IDNNRep can be used to enable transfer learning for interpretable calibration models, adapting them to unseen domains with a low amount of transfer samples. The novel approach was able to quantify the acetone concentration with an RMSE of 18.0–28.0 ppb (R2: 94–98%) and the toluene concentration with an RMSE of 18.0–32.0 ppb (R2: 86–95%) across the four different domain-shift scenarios, by only using 20 transfer samples (split: 0.1). The results demonstrate the efficient usage of model-based calibration transfer for interpretable FESR calibration models and the performance gain compared to OSC. In addition to the efficient implementation offered by the IDNNRep, this contribution extends the IDNNRep potential to adaptation of FESR models to new domains, an essential characteristic for field operation. This capability is particularly important for field operation, where changing environmental conditions and sensor replacement may require adaptation of the calibration model. Future work should also investigate in-field applications in which transfer learning is directly applied under real-world operating conditions.
By reusing the initial calibration model, the proposed approach reduces the number of transfer samples required for recalibration. Furthermore, a potential limitation of the proposed method is its applicability to domain shifts that exceed those represented in the available datasets, such as previously unseen gas compositions or extreme changes in operating conditions. Investigating the robustness of the proposed approach under such scenarios represents an important direction for future work.
Since the model developed in this study was optimized primarily for performance in the base domain, future work should also focus on improving its robustness to domain shifts. In particular, the standardization procedure, whose parameters were estimated exclusively from the base domain, may limit the model’s ability to adapt during retraining. Future research should therefore investigate (a) allowing the standardization layer to be fine-tuned within the IDNNRep framework and (b) recalculating the standardization parameters using representative samples from the target domain. Both approaches have the potential to further improve model performance under target-domain conditions.
The knowledge gained through the interpretation of the weight changes can be used in future work to gain sensor- and gas-specific insights into the calibration process, thereby optimizing the complex process for sensor system development, including sensor selection, optimized operating modes, and the selection of calibration points. Furthermore, future work should investigate the relationship between the learned weight changes and the underlying physicochemical processes within the sensor, such as sensing-layer degradation or changes in reaction kinetics. Establishing this relationship could further improve the interpretability of the proposed approach and provide valuable insights into the mechanisms driving calibration transfer and sensor drift. Further research could also investigate advanced FESR models that extract features beyond simple mean-slope calculations, including varying time segmentation for feature calculation [
44]. Such approaches may enable a more comprehensive characterization of the underlying signals. In addition, future work could build upon the insights from the training process in this study to systematically identify features that are both robust and reliable, thereby improving the overall performance and generalizability of the calibration models, while still allowing for further improvement through model-based calibration transfer for the interpretable FESR models. Since this novel approach is not limited to the transfer of MOS gas sensor calibration models, future research could also address use-cases from different applications, e.g., industrial condition monitoring using multi-modal sensor systems [
45] or other fields where changing conditions decrease model performance.