1. Introduction
Urban air quality monitoring has become a pressing public health priority as cities worldwide grapple with the impacts of pollution on respiratory health, cardiovascular disease, and overall environmental quality [
1,
2,
3]. Traditional monitoring approaches rely on official reference stations that provide highly accurate measurements but face a fundamental constraint: their high cost limits spatial coverage, leaving vast urban areas unmonitored. This sparse coverage makes it difficult to capture the fine-scale spatial variability of air pollution that exists within cities, where concentrations can vary significantly across neighborhoods due to local traffic patterns, industrial sources, and geographic features. Recent advances in sensor technology have introduced low-cost air quality sensors as a potential solution [
4], offering the promise of dense monitoring networks at a fraction of the cost of traditional stations [
5,
6]. However, these sensors present their own challenges, particularly around calibration accuracy and data quality assurance. We analyze 24 months of hourly data (August 2023–July 2025), deliberately spanning two complete winter heating seasons to capture inter-annual variability and the full range of pollution conditions typical in Central European cities. This extended temporal coverage, combined with exceptional sensor data completeness (96.9% average data availability), provides a robust foundation for developing and validating calibration transfer methodologies.
The core challenge lies in integrating two fundamentally different monitoring systems: official reference stations that deliver traceable, quality-assured measurements but with limited spatial coverage, and low-cost sensor networks that enable dense monitoring but suffer from calibration uncertainties and sensor drift. While official stations operated by environmental agencies provide the gold standard for air quality data and are used for regulatory compliance, their expansion is financially prohibitive for most municipalities. Low-cost sensors, on the other hand, can be deployed in large numbers to reveal spatial pollution patterns, but their raw measurements often deviate significantly from reference-grade instruments due to cross-sensitivities, temperature dependencies, and gradual calibration drift. This creates a dilemma for cities seeking to expand their monitoring capabilities: invest heavily in a few additional reference stations, or deploy many low-cost sensors with uncertain data quality. This study addresses this challenge using data from Sofia, Bulgaria, where a unique opportunity exists to examine both systems operating in parallel–5 official reference stations operated by the Executive Environmental Agency (ExEA), located in the Pavlovo, Hipodruma, Nadezhda, Mladost, and Druzhba neighborhoods, alongside 22 AirThings low-cost sensors deployed throughout the city, with 4 sensors co-located within meters of official stations. A unique characteristic of this dataset is that while all reference stations measure PM10, NO2, and O3, only one station (Hipodruma) provides PM2.5 measurements. This creates an opportunity to examine calibration transfer under varying data availability constraints, with PM2.5 calibration relying on a single co-located pair while other pollutants benefit from four independent training locations.
Three critical gaps prevent the effective integration of official and low-cost monitoring systems into validated hybrid networks. First, while co-located sensors can be calibrated against nearby reference stations, the vast majority of low-cost sensors are deployed in locations without proximate reference measurements, creating a calibration transfer problem that has not been systematically addressed in the literature. Second, operational frameworks that guide municipalities on how to strategically deploy and maintain hybrid networks are largely absent, leaving cities without clear implementation pathways. Third, quality assurance protocols for low-cost sensor data remain underdeveloped, particularly regarding uncertainty quantification and transparent communication of data reliability to policy makers and the public.
This study introduces a machine learning-based calibration transfer framework for creating validated hybrid air quality monitoring networks that combine the accuracy of official reference stations with the spatial density of low-cost sensor arrays. Our approach develops calibration models using co-located sensor pairs and then systematically transfers these calibrations to non-co-located sensors through transfer learning techniques that account for spatial distance, meteorological conditions, and measurement uncertainty. We implement and compare two machine learning calibration methods–Multiple Linear Regression as a baseline and Random Forest as an ensemble approach–achieving across pollutants for operational calibration transfer. A key innovation is our distance-based uncertainty quantification framework that predicts calibration uncertainty as a function of spatial separation from reference stations (uncertainty growth rates: 3.8–5.6% per km; statistically significant for PM10 and O3, with consistent trends for PM2.5 and NO2), enabling practitioners to estimate measurement reliability for sensors deployed without ground-truth validation. This framework addresses a longstanding question in the sensor community: How sparse can co-location infrastructure be while maintaining acceptable calibration quality? Our analysis demonstrates that co-location sites spaced 6 km apart achieve <30% uncertainty increase at network midpoints, enabling cost-effective city-wide monitoring while maintaining transparent quality assurance.
The remainder of this paper is organized as follows.
Section 2 reviews the relevant literature on low-cost air quality sensors, machine learning calibration methods, transfer learning applications, hybrid monitoring networks, and quality assurance frameworks.
Section 3 describes our methodology, including the Sofia case study setup, data preprocessing, calibration model development, transfer learning implementation, and quality flagging system design.
Section 4 presents results from calibration model evaluation, transfer learning performance, and network optimization analysis.
Section 5 discusses the implications for urban air quality monitoring policy and practice, addresses limitations, and proposes future research directions.
Section 6 concludes with practical recommendations for cities seeking to implement hybrid monitoring networks.
2. Literature Review
2.1. Low-Cost Air Quality Sensors
The past decade has witnessed rapid development in low-cost air quality sensing technology, driven by advances in miniaturized sensors, wireless communication, and affordable computing platforms [
5]. These sensors, typically costing between
$100 and
$1000, measure particulate matter (PM
2.5, PM
10), gaseous pollutants (NO
2, O
3, CO), and meteorological variables using optical, electrochemical, or metal-oxide semiconductor technologies. Field deployments have demonstrated that low-cost sensors can capture meaningful spatial and temporal pollution patterns, revealing hotspots and gradients that official monitoring networks miss entirely due to their sparse coverage [
6]. However, these sensors face well-documented limitations that complicate their use in scientific and regulatory applications. Cross-sensitivities to humidity, temperature, and interfering gases can introduce significant measurement errors. Sensor drift over time degrades calibration accuracy, with performance typically declining within months of deployment. Inter-sensor variability means that even sensors from the same manufacturer and model batch can produce different readings under identical conditions.
Validation studies comparing low-cost sensors against reference instruments have yielded mixed results, with correlation coefficients ranging from strong agreement
under controlled conditions to poor performance
in challenging field environments. The literature reveals that raw sensor measurements often require substantial calibration corrections before they can be considered reliable. Various calibration approaches have been proposed, from simple linear corrections to more sophisticated methods accounting for environmental cofactors [
7], but most studies focus exclusively on co-located calibration scenarios where sensors sit directly next to reference stations. This leaves a critical gap: how to calibrate the majority of sensors deployed in locations far from any reference station.
2.2. Machine Learning Calibration Methods
Machine learning has emerged as a powerful tool for improving low-cost sensor accuracy by learning complex, nonlinear relationships between sensor readings, environmental conditions, and true pollutant concentrations [
8]. Multiple Linear Regression (MLR) serves as the baseline approach in many studies, using sensor outputs and meteorological variables as predictors of reference measurements [
9]. While interpretable and computationally efficient, MLR struggles to capture nonlinear sensor responses and complex interactions between variables. Random Forest models have shown superior performance in numerous calibration studies [
10], effectively handling nonlinearities, variable interactions, and outliers without requiring extensive feature engineering. These ensemble methods consistently outperform linear models, achieving correlation improvements of 0.1–0.3 in
values [
11].
Neural networks and deep learning approaches represent the cutting edge of sensor calibration research, with architectures ranging from simple feedforward networks to more complex convolutional and recurrent designs [
12]. These models can automatically extract relevant features from high-dimensional input data and learn hierarchical representations of sensor behavior [
13]. Long Short-Term Memory (LSTM) networks have recently been applied to sensor calibration with the specific goal of modeling temporal dependencies and capturing sensor drift dynamics. LSTMs can learn how sensor accuracy degrades over time and potentially provide adaptive calibration that adjusts as sensors age. However, these advanced methods require substantial training data and computational resources, and their “black box” nature complicates interpretation and diagnostic analysis when calibrations fail.
Systematic algorithm comparisons confirm this hierarchy: gradient tree boosting, AdaBoost, and neural networks all outperform linear baselines in controlled benchmarks, but no single method consistently dominates across sensor types and environments [
14]. Recent studies specifically targeting calibration propagation (applying a model trained at one node to geographically separated nodes) report that RF and gradient boosting maintain acceptable accuracy when source and target sites share similar microenvironments, while LSTM networks offer additional gains for pollutants with strong temporal structure [
15,
16].
Prior work has specifically evaluated supervised and unsupervised machine learning approaches for calibrating low-cost air quality sensors in urban deployments, consistently finding ensemble methods superior to linear baselines [
17]. Despite this methodological diversity, a critical limitation persists across the literature: nearly all machine learning calibration studies train and validate models exclusively on co-located sensor-reference pairs. The question of how well these models transfer to sensors deployed elsewhere—spatially separated from training locations–remains largely unexplored. This represents a fundamental gap because the practical value of low-cost sensor networks depends precisely on deploying sensors where reference stations do not exist.
The study in [
18] proposes machine learning calibration methods which use a high-cost instrument as a reference to improve the accuracy of networks of low-cost sensors. The authors combine three models for machine learning: linear regression, random forest, and Gradient Boosting Regression. In [
19], the integration of machine learning and neural networks for the calibration of a low-cost nitrogen dioxide sensor is proposed. Tastan [
20] developed the Internet of Things (IoT)-based air quality monitoring system. The system is tested by applying several machine learning algorithms as follows: Decision Tree (DT), Linear Regression (LR), Random Forest (RF), k-Nearest Neighbors (kNN), AdaBoost (AB), Gradient Boosting (GB), Support Vector Machines (SVM), and Stochastic Gradient Descent (SGD). In [
21], the authors apply Linear Regression (LR), Random Forest (RF), Gradient Boosting (GB), k-nearest Neighbors (KNN), and Neural Networks (NN) for calibration of low-cost sensors for monitoring PM
2.5. They apply k-fold cross-validation methods to ensure the robustness of the performance of the model.
2.3. Transfer Learning in Sensor Networks
Transfer learning, the process of applying knowledge gained from one task or domain to a different but related task or domain [
22,
23], has seen limited application in air quality sensor calibration despite its potential relevance. The broader environmental monitoring literature includes examples of spatial transfer, where models trained at one location are applied to another, and temporal transfer, where models trained during one time period are applied to later periods. These studies demonstrate that transfer learning can work reasonably well when source and target domains share similar characteristics, but often requires domain adaptation techniques to account for systematic differences.
In the air quality sensor context, a few recent studies have begun exploring calibration transfer [
8,
24], typically by training models on co-located sensors and applying them to nearby non-co-located sensors, sometimes with correction factors based on meteorological similarity or spatial proximity. However, these efforts remain exploratory and lack systematic frameworks for quantifying transfer uncertainty, determining when transfer is appropriate, and adapting transferred calibrations to local conditions. No comprehensive methodology exists for implementing calibration transfer across an entire sensor network with varying distances from reference stations, diverse microclimatic conditions, and heterogeneous sensor characteristics. This gap is particularly problematic for operational deployments where most sensors will necessarily be far from reference stations.
2.4. Hybrid Monitoring Networks
The concept of hybrid monitoring networks—integrating official reference stations with low-cost sensor arrays—has gained traction as a pragmatic approach to expanding spatial coverage while maintaining data quality [
25,
26]. Several pilot deployments in cities worldwide have demonstrated the feasibility of operating both systems in parallel, with reference stations providing calibration anchors and validation data while low-cost sensors fill in spatial gaps. Co-location studies, where low-cost sensors are deliberately placed alongside reference instruments, have become standard practice for developing calibration equations and assessing sensor performance under real-world conditions [
27].
However, the literature on hybrid networks reveals a significant gap in operational guidance. While researchers have successfully demonstrated hybrid network concepts in controlled deployments, cities lack clear frameworks for making strategic decisions about network design: how many reference stations are needed as calibration anchors, where to place them for maximum network benefit, how to optimize low-cost sensor placement to maximize coverage while ensuring calibratability, and how frequently sensors require recalibration. Cost-benefit analyses comparing hybrid network expansion strategies against traditional reference-station-only expansion are largely absent from the literature, making it difficult for municipalities to justify investments in hybrid approaches to policymakers and funding agencies.
2.5. Quality Assurance and Uncertainty Quantification
Quality assurance (QA) for low-cost sensor data presents unique challenges distinct from traditional reference monitoring [
28]. While reference stations operate under strict QA/QC protocols with regular calibration checks, zero/span tests, and performance audits, comparable protocols for low-cost sensor networks remain underdeveloped. The literature includes various proposals for automated QA procedures: statistical outlier detection, temporal consistency checks, spatial coherence analysis, and comparison against co-located reference data when available [
29]. However, these methods typically flag potentially problematic data without providing quantitative uncertainty estimates that would allow users to assess fitness for specific purposes.
Uncertainty quantification–providing confidence intervals or prediction intervals for calibrated measurements–is essential for regulatory and policy applications but is rarely implemented in low-cost sensor deployments [
30]. Some studies have explored uncertainty estimation using machine learning prediction intervals, ensemble model variance, or residual analysis from co-located comparisons [
31]. A particularly important gap is the need for distance-based uncertainty models that recognize a fundamental reality: measurements from sensors located far from reference stations inherently carry greater calibration uncertainty than those close to reference stations. Such models would enable transparent communication of data reliability, allowing end users to make informed decisions about whether data quality is sufficient for their intended application, whether for community awareness, scientific research, or regulatory compliance.
Furthermore, existing quality flagging systems, when they exist at all, tend to be binary (pass/fail) rather than providing graduated quality levels that reflect the reality that data can have varying degrees of reliability suitable for different purposes. Transparent, automated quality flagging systems that clearly communicate confidence levels based on objective criteria—distance to reference stations, calibration model performance, measurement uncertainty—would significantly enhance the credibility and usability of hybrid network data.
2.6. Research Gaps and Study Objectives
Prior studies have established important foundations for calibration transferability research. Van Zoest et al. [
32] evaluated spatial transferability of three calibration methods for NO
2 electrochemical sensors across a 35-node network in Eindhoven, finding that calibration parameters do not generalise well across locations. Wei et al. [
33] demonstrated the importance of temperature-sensitive corrections for long-term NO
2 network calibration. De Vito et al. [
34] documented “concept drift” when electrochemical NO
2 sensor nodes are relocated to different microenvironments, concluding that static field calibrations degrade with relocation. These three studies collectively establish that calibration transfer for gas-phase sensors is problematic; they address NO
2 measured by electrochemical sensors exclusively.
Three interconnected gaps remain. First, calibration transfer for optical particulate matter sensors (PM2.5, PM10) has received far less systematic attention; the different physical measurement principles and interference mechanisms require independent investigation. Second, none of the prior works quantify how much uncertainty grows as a function of spatial separation from reference infrastructure, leaving network planners without actionable co-location spacing guidance. Third, the simultaneous treatment of calibration relocation and cross-node sensor-to-sensor fabrication variance has not been addressed within a unified uncertainty framework.
This study addresses these gaps using data from Sofia, Bulgaria’s hybrid monitoring network. We develop and evaluate RF and MLR calibration models on co-located sensor pairs across four pollutants (PM2.5, PM10, NO2, O3), then introduce a distance-based uncertainty quantification framework that translates spatial separation into calibration uncertainty bounds. We provide practical network design guidance demonstrating that co-location sites spaced 6 km apart achieve less than 30% uncertainty increase at network midpoints, within EU indicative monitoring thresholds.
4. Results
4.1. Co-Location Calibration Performance
Table 1 summarizes the calibration performance of both models across all four pollutants on the held-out test set. Random Forest consistently outperformed MLR across all pollutants, with
improvements ranging from 40% (O
3) to 407% (PM
2.5). Better results are in bold.
Figure 1 shows calibration scatter plots comparing Random Forest predictions against reference measurements for each pollutant.
Based on these results, Random Forest was selected as the operational calibration model for transfer to non-co-located sensors.
4.2. Cross-Validation Analysis
To assess model generalizability beyond the training period and locations, we conducted both temporal and spatial cross-validation experiments. The temporal cross-validation design trained models on the first 18 months of data and reserved the final 6 months as an independent test set, simulating the operational deployment scenario where calibration models must extrapolate to future time periods that may differ in pollution regimes and meteorological conditions. Under this temporal holdout design, MLR performance degraded substantially for some pollutants, with NO2 dropping from to . Negative values indicate that predictions performed worse than simply using the training period mean as a constant predictor, suggesting that the linear model failed to capture temporal dynamics that differ between training and test periods. In contrast, O3 maintained a more stable performance , indicating that the drivers of ozone calibration are more temporally consistent. These results suggest that the importance of temporal factors varies substantially across pollutants.
Spatial cross-validation using a leave-one-station-out design provided critical insights about calibration transferability across Sofia’s monitoring network. In this experiment, Random Forest models were trained on three of the four co-located pairs and evaluated on the held-out fourth pair, rotating through all combinations.
Table 2 summarizes performance when each co-location site is held out for testing.
The variable performance across stations (
ranging from
to
with the full feature set) indicates that calibration transfer is not uniformly successful across all locations. Hipodruma shows particularly poor O
3 transfer performance, likely reflecting unique microenvironmental conditions at this central urban site, while Druzhba NO
2 also yields negative
, consistent with the pronounced NO
2 spatial gradient near this traffic-exposed location. Notably, temporal features (hour, month, weekend indicator) consistently improve spatial transfer performance across all three pollutants and all stations: mean
increases from 0.25 to 0.33 for PM
10, from 0.03 to 0.23 for NO
2, and from 0.19 to 0.29 for O
3 when temporal features are included. This empirical result indicates that, for Sofia’s compact urban network, the shared diurnal and seasonal structure of emission sources across neighborhoods provides a generalizable signal rather than location-specific overfitting, as might be expected in a larger or more spatially heterogeneous city. This variability underscores the importance of the uncertainty quantification framework developed in
Section 3.5.
Seasonal cross-validation (
Table 3) revealed substantial variation in calibration performance across seasons. O
3 achieved the highest seasonal
during summer
, reflecting the strong temperature-ozone relationship during photochemically active months. Conversely, PM
2.5 showed negative
during summer
, suggesting that calibration relationships developed during heating-season pollution episodes may not transfer well to summer conditions with different particle composition. NO
2 exhibited consistently modest performance across all seasons
, indicating challenges in generalizing electrochemical sensor calibrations across seasonal emission and meteorological regimes.
To verify that RF extrapolation is not a concern in practice, we checked what fraction of transfer-site observations fall within the training feature space. Across all three pollutants, 99.5% of transfer observations () lie within the min–max bounds of the co-location training data for every feature; the only gap is 0.5% of temperature readings marginally outside the training range. RF extrapolation is therefore not a material source of error in this network.
4.3. Feature Importance Analysis
Random Forest feature importance analysis (
Figure 2) reveals that fundamentally different calibration mechanisms operate across pollutant types. For particulate matter, the sensor readings themselves dominate the calibration model, contributing 60% of the total importance for PM
2.5 and 58% for PM
10. Temperature and seasonal features (encoded through month) add modest contributions of 10–18%, primarily capturing humidity-related optical interference in winter months. This pattern indicates that the optical particle counters in these low-cost sensors provide informative base signals that require only modest environmental correction to align with reference measurements.
The calibration mechanism for NO2 differs markedly from that of particulate matter. Temporal features dominate the model, with month contributing 28% and hour of day contributing 16% of total importance, together exceeding the 32% contribution from the sensor reading itself. This pattern reflects the strong diurnal and seasonal cycles characteristic of NO2 concentrations, driven by morning and evening traffic rush hours and seasonal variations in atmospheric mixing depth. The implication is that electrochemical NO2 sensors require substantial temporal adjustment, and the calibration model essentially learns to predict typical NO2 patterns for a given time of day and season, with the sensor reading providing secondary refinement.
Ozone calibration is dominated almost entirely by temperature, which accounts for 57% of feature importance while the sensor reading contributes only 16%. This finding reflects the well-documented temperature cross-sensitivity of electrochemical O3 sensors, where the sensing element responds not only to ozone concentration but also strongly to ambient temperature. The calibration model thus primarily corrects for thermal artifacts rather than extracting an ozone-specific signal from the sensor output.
These non-linear sensor behaviours directly explain the large RF–MLR performance gap (average 246% improvement). Multiple Linear Regression can fit only a single slope per feature; it cannot represent the temperature-saturating response of EC O3 sensors, the interaction between humidity and optical PM scattering, or the non-linear diurnal NO2 profile. Random Forest partitions the feature space into local regions where each non-linearity is captured independently, which is precisely why ensemble methods outperform linear baselines so markedly for these sensor types.
These distinct calibration mechanisms have practical implications for sensor network design and transferability. Particulate matter sensors, where the sensor reading dominates calibration, may transfer more reliably across locations because the fundamental sensor response remains consistent. Gaseous sensors, in contrast, require careful attention to local temporal pollution patterns and temperature regimes, and calibrations developed at one location may not transfer as effectively to sites with different diurnal traffic patterns or thermal environments.
4.4. Calibration Transfer to Non-Co-Located Sensors
Having established Random Forest as the preferred calibration approach through the co-location experiments, we applied the trained models to calibrate measurements from the 18 non-co-located sensors distributed across Sofia. Over the 24-month study period, this transfer process generated a total of 1,207,809 calibrated hourly measurements, each accompanied by distance-scaled uncertainty estimates derived from the framework described in
Section 3.5.
The calibrated measurements reveal the pollution landscape across Sofia’s urban area. Mean PM2.5 concentrations of 14.5 μg/m3 indicate moderate fine particulate pollution that exceeds the WHO guideline of 5 μg/m3 but remains below the EU annual limit of 25 μg/m3. PM10 levels are elevated at 27.3 μg/m3, reflecting contributions from road dust, construction activity, and residential heating during winter months. NO2 concentrations average 28.9 μg/m3, consistent with traffic-dominated urban environments. Ozone levels are relatively high at 48.7 μg/m3, typical of continental European cities where strong solar radiation during summer drives photochemical production from precursor pollutants transported into the Sofia basin.
4.5. Spatial Uncertainty Quantification
A central question for network planners is how measurement uncertainty grows as sensors are deployed increasingly far from reference stations. To address this, we fitted linear uncertainty growth models relating prediction residual magnitude to distance from the nearest co-location site.
Table 4 presents the fitted uncertainty growth parameters for all pollutants, including the baseline uncertainty at co-located sites (
), the growth rate per kilometer (
), and statistical significance of the distance effect.
Figure 3 visualizes the uncertainty growth model, showing how prediction uncertainty increases with distance from co-location sites for each pollutant.
Figure 4 illustrates the spatial distribution of monitoring stations across Sofia and the predicted PM
10 calibration uncertainty for each non-co-located sensor. We present PM
10 because it exhibits the highest uncertainty growth rate (5.62%/km) among the pollutants with statistically significant distance effects, representing the most conservative (worst-case) scenario for network planning. The map demonstrates the practical application of the uncertainty framework: sensors near reference stations (e.g., AT8 at 6% uncertainty) can provide reliable, calibrated measurements, while sensors at the network periphery (e.g., AT2 at 31% uncertainty) require more cautious interpretation.
The modest uncertainty growth rates, all below 6% per kilometer, have direct implications for practical network design. At 6 km spacing between co-location sites, sensors positioned at the network midpoint (3 km from the nearest reference station) experience less than 30% uncertainty increase relative to co-located sensors. This degradation remains well within acceptable bounds for indicative monitoring applications, suggesting that relatively sparse co-location infrastructure can support city-wide calibration transfer without excessive quality degradation. The stronger statistical significance for PM10 and O3 provides confidence in these design recommendations for coarse particulate and ozone monitoring, while the consistent trends for PM2.5 and NO2, though not statistically significant at conventional thresholds given the limited sample of 18 transfer sensors, point in the same direction.
5. Discussion
5.1. Summary of Key Findings
This study developed and validated a machine learning-based calibration transfer framework for hybrid air quality monitoring networks. Our investigation yielded three primary findings:
First, Random Forest calibration substantially outperformed Multiple Linear Regression across all pollutants ( vs. ), demonstrating the value of ensemble learning for capturing non-linear sensor-environment-pollutant relationships. The performance gains were most pronounced for particulate matter (PM2.5: 408% improvement, PM10: 370% improvement).
Second, and most significantly, we quantified spatial uncertainty degradation through a distance-based framework characterized by pollutant-specific uncertainty growth rates ( parameters): PM10 (5.62%/km), PM2.5 (5.33%/km), NO2 (4.24%/km), and O3 (3.84%/km). These parameters enable prediction of calibration uncertainty for sensors deployed 1–6 km from reference stations without requiring ground-truth validation.
Third, the modest uncertainty growth rates (<6%/km for all pollutants) support practical network design recommendations: co-location sites spaced 6 km apart achieve <30% uncertainty increase at network midpoints, enabling cost-effective city-wide monitoring.
5.2. Comparison with Literature
Table 5 contextualizes our calibration performance against published studies.
Our PM2.5 calibration () is notable given reliance on a single co-located training pair (Hipodruma ↔ AT1, ), whereas benchmark studies typically employ multiple co-location sites. This suggests that the 24-month training duration compensates partially for limited spatial replication. NO2 performance () aligns with the literature findings that electrochemical NO2 sensors are more challenging to calibrate than optical PM sensors due to cross-sensitivities to O3 and temperature.
The MobiliSense study [
53] found median correlations of only from 0.21 to 0.27 between personal exposure and fixed station measurements, with slight improvement as distance to the nearest station decreased. While that study addressed a different question, comparing mobile individuals against fixed monitors rather than fixed sensors at varying distances, it reinforces the broader principle that distance from reference infrastructure degrades measurement reliability. Our
parameters quantify this same phenomenon for fixed sensor networks, providing the operational metrics that network planners need.
5.3. Methodological Contribution
The distance-based uncertainty quantification framework addresses a practical gap in low-cost sensor deployment. While geostatistical methods (kriging, land-use regression) quantify ambient spatial variability of pollutant concentrations [
10], and personal exposure studies demonstrate distance-dependent misclassification between fixed stations and mobile individuals [
53], neither approach directly addresses the operational question facing network planners: how does calibration uncertainty degrade as sensors are deployed farther from reference stations?
Prior studies of calibration transfer (Van Zoest et al. [
32], Wei et al. [
33], and De Vito et al. [
34]) established that transferring NO
2 electrochemical sensor calibrations across locations is unreliable, but did not quantify uncertainty as a function of spatial separation, did not address optical PM sensors, and did not provide actionable network design guidance. The present work extends this body of knowledge in three respects: it covers optical PM sensors (PM
2.5, PM
10) alongside electrochemical gas sensors; it introduces pollutant-specific
parameters that convert distance into a calibration uncertainty bound; and it simultaneously captures both calibration relocation and cross-node fabrication variance within a single operational metric.
Our framework fills this gap by providing actionable parameters (3.8–5.6%/km) that quantify calibration transfer uncertainty. This quantity is distinct from ambient concentration variability: it measures how much additional error is introduced by applying a calibration model developed at one location to sensors at another location, rather than how much pollutant concentrations vary spatially. These parameters enable practitioners to predict measurement reliability at any network location without requiring ground-truth validation, supporting cost-effective decisions about co-location infrastructure density. While the specific values derived here are Sofia-specific, reflecting its basin topography, source mix, and climate, the methodology itself is transferable to other cities implementing hybrid monitoring networks, though local calibration studies would be required to derive city-specific uncertainty parameters.
5.4. Practical Implications
The regulatory context provides important benchmarks for evaluating this framework’s practical utility. The EU Air Quality Directive [
36] specifies Data Quality Objectives for indicative measurements at
% uncertainty for particulate matter. Our framework achieves less than 30% uncertainty increase at network midpoints when co-location sites are spaced 6 km apart, comfortably within these indicative measurement thresholds. This positions calibrated low-cost sensor networks as viable supplements to reference monitoring for indicative air quality assessment, community awareness applications, and preliminary spatial mapping. However, they cannot replace the fixed reference stations required for regulatory compliance monitoring and enforcement actions. It is also worth noting that reference instruments themselves carry measurement uncertainty, typically 10–15% for PM analyzers, and this baseline uncertainty propagates through calibration transfer to the low-cost sensor measurements.
The economic case for hybrid networks is compelling when comparing the costs of equivalent spatial coverage. Reference-grade PM analyzers cost approximately $20,000–50,000 per station, including installation, housing, and utility connections, while low-cost sensors cost $200–500 per unit with minimal infrastructure requirements. For Sofia’s 18-sensor low-cost network, achieving equivalent spatial coverage with reference stations would require approximately $360,000 (18 stations at $20,000 minimum each), compared to approximately $10,000 for the low-cost sensors plus the co-location infrastructure already provided by existing reference stations. This represents a 36-fold cost reduction while providing roughly ten times better spatial resolution than the existing 5-station reference network alone.
The uncertainty growth parameters derived in this study enable evidence-based decisions about co-location spacing. A spacing of 2 km between co-location sites achieves less than 10% uncertainty increase at the midpoint between stations, suitable for applications requiring high confidence. Spacing of 6 km achieves less than 30% uncertainty increase, acceptable for indicative monitoring and spatial screening. For PM10, NO2, and O3, where four co-location pairs support robust spatial cross-validation, these recommendations rest on a solid empirical foundation. The situation for PM2.5 is more constrained because Sofia operates only a single reference station measuring fine particulate matter, and expanding PM2.5 reference coverage should be a priority for municipalities seeking comprehensive hybrid network design.
5.5. Limitations and Future Research
Four limitations constrain our findings, each suggesting specific directions for future research.
The most significant limitation is that our uncertainty estimates at transfer sites are predicted rather than validated. The parameters quantify how uncertainty grows with distance from co-location sites, but these predictions have not been empirically verified by deploying reference instruments at the transfer locations. Mobile reference campaigns offer a path forward: deploying portable reference-grade instruments at selected transfer sites (for example, at 2 km, 4 km, and 6 km from co-location stations) for one to two week intensive measurement periods could directly validate whether observed prediction errors match the uncertainty estimates our framework provides. Sofia’s Executive Environmental Agency possesses mobile monitoring capabilities that would be suitable for such validation studies.
The distance range over which our linear uncertainty growth model has been validated is limited to 1–6 km, the spatial extent of Sofia’s current sensor network. Whether uncertainty continues to grow linearly beyond this range, or instead saturates at some asymptotic level or accelerates at greater distances, remains unknown. Extended-range validation studies in larger metropolitan areas such as London, Paris, or Berlin could address this gap and determine whether the linear model requires modification for city-wide deployments spanning tens of kilometers.
The values derived here reflect Sofia’s particular characteristics: a basin topography that traps pollutants, a source mix dominated by residential heating and traffic, and a continental climate with strong seasonal temperature variations. Whether these parameters generalize to other cities is an open question. Multi-city comparative studies applying identical methodology could establish whether parameters cluster by city typology (basin versus coastal versus flat terrain), climate zone, or dominant pollution sources, potentially enabling transferable lookup tables that would allow network planners in new cities to estimate uncertainty growth rates without requiring local calibration studies.
The statistical significance of the distance–uncertainty relationship varies by pollutant: PM10 () and O3 () are significant at , while PM2.5 () and NO2 () are not. This disparity is primarily a power constraint rather than evidence that the distance effect is absent for the non-significant pollutants. With only transfer sensors spanning a 1–5.6 km distance range, the regression has limited degrees of freedom; a positive trend can exist and remain physically consistent yet fall short of conventional significance thresholds. The estimates for PM2.5 (5.33%/km) and NO2 (4.24%/km) are quantitatively consistent with the significant PM10 (5.62%/km) and O3 (3.84%/km) values, and all four point estimates have the same sign. Practitioners should treat the PM2.5 and NO2 values as indicative rather than prescriptive; validation with larger networks spanning wider distance ranges would narrow the confidence intervals and determine whether the linear model holds for these pollutants.
The inclusion of temporal features (hour, month, weekend indicator) in the calibration models warrants discussion in the context of spatial transfer. It has been argued that temporal features may encode location-specific emission profiles that do not generalize to other sites. We tested this directly by running leave-one-station-out spatial cross-validation with RF models both with and without temporal features (
Section 4.2). Empirically, temporal features improved spatial transfer for all three pollutants in Sofia’s network. This outcome reflects the city’s relatively compact geography, where major emission sources (residential heating, traffic) follow broadly similar diurnal and seasonal rhythms across neighborhoods. In networks with greater spatial heterogeneity, for example, in cities with highly localized industrial sources, this assumption may not hold, and temporal features could introduce the location-specific bias that prior literature cautions against.
The spatial cross-validation reveals substantial station-to-station variability, with negative at specific held-out stations (NO2 at Druzhba, O3 at Hipodruma). This is a structural consequence of the small leave-one-station-out training set: with only four co-location sites, removing one leaves just three spatial training points to span Sofia’s urban variability. When the held-out station occupies a distinctive microenvironment (Druzhba’s predominantly residential NO2 profile is not well represented by the three remaining stations, and Hipodruma’s city-center photochemical O3 dynamics differ from those at the outer-ring stations), the calibration model lacks sufficient spatial context to generalize, producing predictions that are systematically offset from the true concentration mean. This negative reflects microenvironmental specificity rather than a general failure of the calibration transfer method; the positive values achieved when the full four-station co-location dataset is used confirm that the approach performs reliably when spatial coverage is adequate.
A further limitation concerns interferent gases. Cross-sensitivity between non-target and target species is well documented in electrochemical gas sensors: O3 sensors are sensitive to NO2 and vice versa. The AirThings sensors used here provide only calibrated concentration outputs through their consumer API; raw electrochemical voltages and cross-channel signals are not accessible without manufacturer cooperation. Interferent correction was therefore not possible within our framework. Calibration accuracy for NO2 and O3 may consequently be reduced at transfer sites where the NO2/O3 ratio differs substantially from co-location training conditions.
Random Forest regressors cannot extrapolate beyond the feature space seen during co-location training; however, a coverage check (
Section 4.2) confirms that 99.5% of transfer-site observations lie within the training bounds, so this structural limitation has negligible practical effect in the present network. Practitioners deploying this framework in networks with substantially different pollution regimes or climatic conditions should verify that transfer-site features overlap with training-site distributions before applying the calibration.
Finally, the constraint of having only a single reference station measuring PM2.5 in Sofia means that spatial cross-validation is impossible for this health-critical pollutant. All PM2.5 calibration and uncertainty estimates rest on a single co-located pair, and we cannot assess how well these calibrations transfer across the city’s diverse microenvironments. Expansion of PM2.5 reference monitoring infrastructure would enable robust spatial validation and more reliable uncertainty quantification for fine particulate matter.
6. Conclusions
This study presents a comprehensive framework for creating validated hybrid air quality monitoring networks that combine the accuracy of official reference stations with the spatial density of low-cost sensor arrays.
Random Forest calibration models achieved values ranging from 0.53 to 0.75 across four pollutants (PM2.5, PM10, NO2, and O3), representing an average improvement of 246% over Multiple Linear Regression baselines. The superior performance of ensemble methods reflects their ability to capture the non-linear relationships between sensor readings, environmental conditions, and true pollutant concentrations that linear models cannot represent.
The central methodological contribution is the empirical derivation of distance-based uncertainty growth rates. These parameters quantify how calibration uncertainty increases as sensors are deployed farther from reference stations: 5.62% per kilometer for PM10, 5.33% for PM2.5, 4.24% for NO2, and 3.84% for O3. These parameters enable practitioners to predict measurement uncertainty at any network location without requiring ground-truth validation at each sensor site, addressing a longstanding gap in low-cost sensor deployment methodology.
The modest uncertainty growth rates translate directly into practical network design guidance. Co-location sites spaced 6 km apart achieve less than 30% uncertainty increase at network midpoints, well within acceptable bounds for indicative monitoring applications. For PM10, NO2, and O3, where four co-location pairs support robust cross-validation, four to five strategically placed co-location sites can provide calibration anchors for a city-wide sensor network. PM2.5 network design remains constrained by limited reference infrastructure in Sofia, highlighting the importance of expanding fine particulate monitoring capacity.
The operational demonstration of this framework, generating 1.2 million calibrated measurements for Sofia’s 18 non-co-located sensors over 24 months, each accompanied by 95% prediction intervals, establishes that hybrid networks can provide spatially dense, quality-assured air quality data at a fraction of the cost of traditional reference-station expansion. This framework offers municipalities actionable guidance for implementing cost-effective hybrid monitoring networks while maintaining the transparent quality assurance essential for scientific credibility and public trust.