EmissionNet (ENV): ML Models for Traffic & Agriculture
- EmissionNet (ENV) refers to dual ML architectures: one using a nonparametric, tree-based eMFD for urban traffic emissions and another employing deep convolutional networks for agricultural N2O forecasting.
- The urban traffic ENV leverages probe data, eMFD principles, and tree ensembles like XGBoost (R² = 0.92) to accurately estimate tract-level CO₂ emission intensities.
- The agricultural ENV applies dense convolutional layers with multi-scale feature extraction and channel attention to forecast next-month gridded N₂O maps with high short-term precision.
EmissionNet (ENV) denotes two distinct machine-learning constructs in the 2025 literature. In urban transportation, ENV is an Emission–MFD-based, location-aware model for tract-level network emissions, centered on the macroscopic emission fundamental diagram (eMFD) and learned from probe traffic data plus MOVES-Matrix emissions labeling (Adlouni et al., 11 Nov 2025). In agricultural air-quality forecasting, ENV is a pure convolutional spatio-temporal regression architecture for next-step prediction of gridded agricultural emissions from multi-channel monthly emissions histories (Saligram et al., 7 Jul 2025). A third 2025 paper, on Group Reasoning Emission Estimation Networks (GREEN), does not define or reference a system called “EmissionNet (ENV),” but it describes components that could underpin a practical emissions estimation network in enterprise carbon accounting (Guo et al., 8 Feb 2025).
1. Scope and nomenclature
The label “EmissionNet (ENV)” is therefore context dependent rather than standardized across a single research lineage. In one usage, it refers to a macroscopic urban traffic emissions model built around and intended for real-time monitoring, tract-level inference, and emissions-aware control (Adlouni et al., 11 Nov 2025). In the other, it denotes a deep convolutional architecture that consumes a $24$-month context of gridded emissions maps and outputs the next monthly field (Saligram et al., 7 Jul 2025). This suggests that the common label reflects a shared concern with emissions estimation or forecasting, but not a shared architecture, data model, or application domain.
| ENV context | Target | Core representation |
|---|---|---|
| Urban traffic | Tract-level emission intensity and derived | |
| Agricultural forecasting | Next-month map | , with 0 |
The distinction is material. The traffic ENV is explicitly location-aware, uses tract descriptors and fleet characteristics, and is empirically grounded in the eMFD literature. The agricultural ENV is a dense convolutional predictor whose inductive bias is multi-scale spatial extraction, dense connectivity, and channel attention over stacked temporal and molecular channels.
2. Emission–MFD-based ENV for urban traffic networks
In the urban traffic formulation, ENV is built on the macroscopic emission fundamental diagram for a network such as a census tract 1 (Adlouni et al., 11 Nov 2025). For links 2 with length 3 and 4 lanes, the per-lane link variables are density 5, flow 6, and speed 7, with
8
Space-mean network aggregation over lane-miles gives
9
$24$0
$24$1
$24$2
Link-level running exhaust emission intensity $24$3 is defined in grams $24$4 per vehicle-mile and is obtained by coupling link activity and speed $24$5 with MOVES-Matrix, indexed by vehicle type, vintage, road type, and speed. Network-level emission intensity is the VMT-weighted average
$24$6
where $24$7 and
$24$8
The total emission rate is then
$24$9
The eMFD posits a consistent relationship among aggregated traffic states and emissions. In its simplest tract-specific form,
0
and more generally,
1
The paper further makes the location and fleet dependence explicit:
2
where 3 encodes network, infrastructure, and land-use factors such as development level, street and intersection density, road class composition, job centers, bike/walk potential, and topography, while 4 summarizes fleet characteristics such as vintage mix and LDV versus other classes.
A central methodological point is that the learned 5 is nonparametric. The study represents the eMFD with tree ensembles rather than a closed-form polynomial or spline. A convenient parametric representation with XGBoost is
6
where 7 are shallow regression trees. The resulting tract-specific eMFDs support region-wide emissions monitoring and provide a basis for assignment and perimeter-control formulations.
3. Data, learning protocol, and deployment in the traffic setting
The traffic ENV draws on HERE probe vehicle data for the full U.S. from September to November 2019 at 8-minute resolution, with variables including network geometry, traffic counts, speeds, and number of probes (Adlouni et al., 11 Nov 2025). Segment-level speed and volume are aggregated in space-mean fashion to derive per-link flow 9 and density 0, then aggregated to tract-level 1, 2, and 3. Emissions labels are created by querying MOVES-Matrix using link average speed 4 and categorical inputs for vehicle type, vintage, and road type. In the study, New York, Colorado, Texas, and Georgia have emissions labels via MOVES-Matrix; across these states, 5 urban census tracts and 6-minute intervals produce 7 rows for modeling.
Location features are transformed into tract-level factors following the probe-data macroscopic modeling framework cited as [7] in the source paper. These factors include development level, network complexity, local roads share, principal/non-freeway arterials, freeway share, long streets, job centers, bike/walk potential, topography such as hilly/circular roads, and median travel. Fleet is represented with bounding light-duty vehicle vintages, “older” (8 and earlier) versus “newer” (9), yielding indicators such as vehtype_L1. Preprocessing includes normalization and stratification by road types and development factors to ensure consistent aggregation across heterogeneous networks.
The target variable is tract-level emission intensity 0 in 1. The evaluated models are Random Forest, XGBoost, LightGBM, and Linear SVM, trained with an 2 training and 3 testing split. Performance is reported in terms of 4, MAE, RMSE, and MAPE. XGBoost is the best-performing model on the test set, with 5, MAE 6, RMSE 7, and MAPE 8. Random Forest and LightGBM both achieve 9 but with substantially larger errors, while Linear SVM reaches 0.
Interpretability is handled with TreeExplainer and SHAP interaction values with density. The most influential features on the eMFD are “development level” and vehtype_L1. Both exhibit pronounced divergence beyond 1. High development level tracts show lower 2 at the same 3, and newer LDVs yield lower 4 relative to older LDVs, especially under high density. The paper also reports location heterogeneity in MFD and eMFD shapes, including a contrast between tracts with lower and higher network capacity and a New York City example in which tracts with high density at 5 PM also exhibit higher per-mile 6 emission intensities.
Although trees perform best, the paper provides a neural alternative aligned with the same framework. This ENV variant takes
7
as input, uses hidden layers such as Dense(64, [ReLU](https://www.emergentmind.com/topics/rectified-linear-unit-relu-regression)) → Dense(64, ReLU) → Dense(32, ReLU), outputs 8, and minimizes
9
Training uses Adam, early stopping on validation MSE, an 0 split, input standardization for continuous features, and one-hot or embeddings for categorical road types. For deployment, the study emphasizes that inference can use time-resolved aggregated traffic measurements at 1-minute granularity or faster, together with static 2 and 3 profiles. Given 4 and tract descriptors, ENV outputs 5, after which 6 follows from 7. Space-mean aggregation is presented as a robustness mechanism, with temporal smoothing, imputation, and regional fallbacks suggested for missing data, and periodic retraining such as quarterly updates suggested for adaptation.
4. Convolutional ENV for agricultural 8 forecasting
In the agricultural forecasting paper, EmissionNet (ENV) is a pure convolutional architecture for spatio-temporal regression on global gridded emissions data (Saligram et al., 7 Jul 2025). The task is next-step forecasting of spatially resolved agricultural nitrous oxide emissions from a multi-year context of monthly emissions maps. The input is
9
with 0 months and 1 channels corresponding to 2, 3, 4, 5, and GWA. The supervised objective is
6
where 7 is the next-month 8 field. The primary setup uses a single-step horizon 9, while evaluation also includes auto-regressive multi-step roll-outs in which previous predictions can enter the context window.
The data source is EDGAR GHG emissions from 0 to 1 at 2 resolution over latitudes 3 and longitudes 4. Preprocessing pools spatially to 5 and discards flux dimensions, yielding a tensor of shape 6, where 7 years 8 months. A rolling-window context uses 9 months to predict the next month’s 00. The split is Train Jan 2000–Mar 2019, Val Apr 2019–Jul 2021, and Test Aug 2021–Jan 2024. The data are described as exhibiting strong seasonality and spatial heterogeneity aligned with agricultural cycles and continental versus oceanic contrasts.
ENV represents time by stacking the 01 context frames and 02 molecular channels along the channel axis, so that standard 03D convolutions jointly mix spatial and temporal/molecular dimensions. The input head consists of two 04 convolution layers with stride 05, each followed by batch normalization and ReLU:
06
07
The backbone then applies three multi-scale feature extraction modules. Each module uses parallel branches with kernel sizes 08, 09, 10, and a pooling branch, concatenated channel-wise:
11
This is followed by four implicit deep supervision modules with dense skip-concatenation in a DenseNet-style form,
12
where each 13 is BN 14 ReLU 15 Conv 16. To control channel growth, each IDS module ends with a 17 convolution for channel compression and a 18 max pool with stride 19.
A further architectural component is squeeze-and-excitation-style channel attention between basic layers in each IDS module:
20
21
22
Here, 23 is the 24-th channel feature map, 25 is a global average-pooled descriptor, 26 is ReLU, and 27 is sigmoid. The final output head is a 28D convolution projecting to a single 29 emission map. No explicit positional encoding or transformer attention is used in ENV.
Training minimizes mean squared error,
30
with AdamW, dynamic learning rate, warmup, weight decay 31, learning rate 32, warmup ratio 33–34, batch size 35 for deeper models, and 36 epochs. The paper reports no additional regularization beyond weight decay.
5. Empirical performance and comparative behavior
The two ENV systems are evaluated in very different regimes, so their metrics are not directly comparable. The traffic ENV predicts tract-level 37 emission intensity in physical units, while the agricultural ENV predicts gridded next-step 38 fields and is primarily scored by MSE (Adlouni et al., 11 Nov 2025, Saligram et al., 7 Jul 2025).
In the traffic setting, the benchmark comparison among tabular regressors is as follows:
| Model | Test performance |
|---|---|
| XGBoost | 39; MAE 40 g/veh-mile; RMSE 41 g/veh-mile; MAPE 42 |
| Random Forest | 43; MAE 44; RMSE 45; MAPE 46 |
| LightGBM | 47; MAE 48; RMSE 49; MAPE 50 |
| Linear SVM | 51; MAE 52; RMSE 53; MAPE 54 |
The result that 55 indicates that density plus location and fleet features explain most variance in 56 across tracts and times. The paper further states that interactions become pronounced at medium-to-high densities, especially for development level and fleet vintage.
In the agricultural setting, ENV is compared with MLP, ConvLSTM, and EmissionNet-Transformer (ENT):
| Model | Test MSE |
|---|---|
| EmissionNet (ENV) | 57 |
| EmissionNet-Transformer (ENT) | 58 |
| ConvLSTM | 59 |
| MLP | 60 |
The paper reports relative improvements of ENV versus ConvLSTM at approximately 61, versus ENT at approximately 62, and versus MLP at approximately 63. It also reports a parameter count of approximately 64M for ENV, versus approximately 65M for ENT, approximately 66M for ConvLSTM, and approximately 67M for the MLP. ENV has the best single-step accuracy, whereas ENT is described as more stable in long auto-regressive roll-outs, with RMSE approaching an asymptote over extended horizons. By contrast, ENV exhibits faster error growth during long roll-outs due to weaker modeling of long-range temporal dependencies.
The traffic and agricultural studies also differ in interpretability strategy. The traffic paper uses TreeExplainer and SHAP interaction values to identify development level and fleet vintage as dominant modifiers of the density–emissions relation. The agricultural paper primarily uses qualitative map comparison, noting that ENV avoids ocean offsets observed in ConvLSTM and maintains high fidelity in both high-gradient and smooth regions. Formal saliency, SHAP, or occlusion analyses are not reported იქ in the agricultural study; the paper explicitly notes that no explicit calibration or uncertainty quantification is reported.
6. Related frameworks, limitations, and prospective extensions
A separate line of work, GREEN, is adjacent to but distinct from ENV (Guo et al., 8 Feb 2025). That paper states explicitly that it “does not define or reference a system called ‘EmissionNet (ENV).’” GREEN is an end-to-end enterprise emissions estimation framework based on text-driven sector classification, Group Reasoning over the NAICS ontology, and EE-MRIO-linked carbon intensity assignment. The same source further states that a practical EmissionNet could adopt GREEN’s components: an enterprise-to-sector classifier framed as information retrieval, a Group Reasoning hierarchical ensemble, an aligned economic model linking sector labels to carbon intensity factors, and an emissions inference module computing emissions from intensity and revenue. This suggests that “EmissionNet” is also emerging as a broader naming pattern for emissions-oriented ML systems beyond the two ENV definitions above.
The limitations of the traffic ENV are domain specific. The paper lists probe bias due to varying HERE coverage, emissions labeling coverage limited to four states, a simplified fleet representation using only two LDV vintages, transferability challenges for unseen cities, model drift as infrastructure and travel demand evolve, the need for dynamic models and equity/access constraints in policy integration, and limited mechanistic interpretability of tree ensembles. It proposes richer fleet mix modeling, extension beyond MOVES-Matrix coverage, fine-tuning for new cities, and hybrid approaches such as GAM plus trees or physics-informed ML.
The limitations of the agricultural ENV are likewise explicit. The study relies on single-step training with auto-regressive evaluation, which makes long-horizon forecasts susceptible to compounding error. It reports no explicit uncertainty quantification, no explicit meteorological drivers beyond the emissions channels, and no graph-based modeling or adjacency matrices. Suggested directions include scheduled sampling, teacher forcing, multi-horizon loss, multi-resolution heads, hybrid conv-attention designs such as ENT, positional encodings, uncertainty-aware objectives, and integration of additional environmental drivers.
Across these usages, ENV functions less as a single canonical model than as a recurring label for emissions-focused ML systems. In transportation, it operationalizes a learned, location-aware eMFD that links network density, infrastructure, land use, and fleet composition to tract-level 68 intensity and total emissions. In agricultural forecasting, it denotes a deep convolutional architecture that exploits stacked temporal context, multi-scale spatial processing, dense connectivity, and channel attention to predict monthly 69 maps. The shared theme is the replacement of sparse empirical or physics-driven formulations with learned nonlinear mappings whose structure is tailored to the aggregation level and control objective of the application domain.