Multiscale Similarity GWR (M-SGWR) Model
- Multiscale Similarity GWR (M-SGWR) is a spatial regression framework that blends geographic proximity with attribute similarity to capture both contiguous and network-based dependencies.
- It employs dual weighting via geographic and attribute kernels, with each predictor’s spatial scale and mixing parameter optimized through iterative backfitting using criteria like AICc and CV.
- Empirical results, such as in COVID-19 case studies, show that M-SGWR yields improved fit, lower RMSE, and reduced residual spatial autocorrelation compared to traditional GWR models.
Multiscale Similarity Geographically Weighted Regression (M-SGWR) is a spatial regression framework that extends the classical geographically weighted regression (GWR) and its multiscale generalizations. M-SGWR explicitly quantifies local regression relationships using both spatial proximity and attribute (covariate) similarity, allowing different predictors to exhibit varying degrees of dependence on geographic versus contextual, non-contiguous similarity. This dual weighting addresses limitations of conventional GWR/MGWR models in settings where local similarity is not purely spatially contiguous, as in network diffusion or socio-demographic contagion. The model was formally introduced by Lessani et al. (Lessani et al., 27 Jan 2026).
1. Mathematical Foundations and Model Specification
Given a response vector and predictors at spatial locations , M-SGWR fits local weighted least-squares (WLS) models at each site . Each predictor is associated with two key parameters:
- Bandwidth specifying the spatial scale for geographic proximity.
- Mixing parameter quantifying the balance between geographic and attribute-based weighting.
For each location and covariate , two diagonal weight matrices are constructed:
- Geographic kernel: uses a fixed bandwidth 0:
1
with 2.
- Attribute similarity kernel: 3, defined over geographic neighbors 4:
5
with 6.
The combined weight matrix for covariate 7:
8
Local parameter estimates 9 are computed as:
0
with 1 and 2.
2. Parameter Selection and Optimization
Efficient estimation in M-SGWR requires the determination of both 3 and 4 for each predictor.
2.1 Model Selection Criteria
The two primary objective functions used are:
- Corrected Akaike Information Criterion (AICc):
5
where 6 is the WLS residual variance and 7 is the hat-matrix.
- Cross Validation (CV):
8
with 9.
2.2 Iterative Backfitting
Simultaneous optimization across all predictors is performed via an iterative backfitting routine:
- Initialize 0 and 1 for all 2.
- For each predictor, hold others fixed, optimize 3 by minimizing AICc or CV.
- Update WLS estimates using new weights.
- Iterate until convergence (e.g., residual sum-of-squares or coefficient change).
This approach efficiently explores the combinatorial search space by reducing the high-dimensional problem into a series of one-dimensional optimizations, such as via golden-section or greedy search strategies.
3. Theoretical Properties and Model Generalization
M-SGWR encompasses several established local regression models:
- Setting all 4 and equal 5 recovers standard GWR.
- Allowing each 6 but setting all 7 yields MGWR.
- Fixed 8, shared global 9 is equivalent to SGWR.
The parameter 0 provides an explicit control: as 1, predictor 2’s kernel becomes purely geographic; as 3, attribute similarity dominates, supporting remote (non-contiguous) similarity. This generalization enables modeling of processes where spatial interaction is defined by contextual or attribute matching, not just physical proximity.
A plausible implication is that M-SGWR is structurally capable of capturing both spatially contiguous and “network-like” contextual dependencies, accommodating complex patterns in spatial social or epidemiological data.
4. Simulation Studies
M-SGWR has been empirically compared to MGWR under simulated scenarios:
- Mixed “Geographic + Contextual” Effects (n=1200):
- M-SGWR yields lower RMSE and higher Pearson correlation for local 6 estimation than MGWR.
- Estimated 7 demonstrates that 8 is primarily driven by attribute similarity.
- Pure Geographic Effects:
All 9 are smooth spatial fields. M-SGWR with 0 reproduces MGWR coefficients exactly.
Goodness-of-fit metrics used include: RMSE for local 1 estimates, adjusted 2, AICc, residual sum-of-squares (RSS), and residual Moran’s 3.
| Model | RMSE(β₀,β₁,β₂) | Pearson(β₀,β₁,β₂) |
|---|---|---|
| MGWR | (0.260, 0.385, 0.544) | (0.971, 0.766, 0.704) |
| M-SGWR | (0.224, 0.361, 0.511) | (0.972, 0.798, 0.744) |
5. Empirical Application: COVID-19 Analysis
An application to COVID-19 confirmed case rates across 616 counties in seven southern U.S. states involved covariates such as %Black, %Hispanic, %Bachelor’s, median income, %65+, %18–29, population density, %foreign born, and %uninsured.
5.1 Comparative Model Performance
| Model | Adj. 4 | AICc | RMSE |
|---|---|---|---|
| MGWR | 0.701 | 1093.5 | 0.513 |
| M-SGWR | 0.782 | 943.2 | 0.433 |
M-SGWR achieves the highest adjusted 5, lowest AICc, and lowest RMSE. Residual spatial autocorrelation (Moran’s 6) is also minimized under M-SGWR.
5.2 Interpretation of Estimated Parameters
Optimized 7 values reveal the role of attribute similarity in different predictors:
- 8
- 9
- 0
- 1
Low 2 (e.g., population density) indicates significant influence from attribute similarity, enabling the model to identify shared dynamics across non-local counties. High 3 values indicate primarily spatially contiguous effects.
6. Implications and Summary
M-SGWR generalizes previous geographically weighted regression models by allowing each covariate to select both its spatial scale 4 and its own mix 5 of geographic versus attribute-based weighting. The methodology retains the interpretability and computational structure of local WLS regression while expanding the scope of spatial interaction to include both traditional spatial and non-spatial (attribute-based, network) similarity. In both synthetic and real spatial datasets, including epidemiological contexts, M-SGWR demonstrates superior fit and ability to model complex spatial-connectivity structures compared to GWR, SGWR, and MGWR (Lessani et al., 27 Jan 2026).