Toward Equitable Low-Carbon Mobility: Fairness-Aware Demand Prediction for Expanding Bike-Sharing Systems
Summary
The paper proposes FairGIN, a fairness-aware graph neural network for demand prediction in expanding bike-sharing systems, addressing cold-start expansion and spatial inequities to promote equitable low-carbon mobility.
View Cached Full Text
Cached at: 08/28/26, 09:39 AM
# Toward Equitable Low-Carbon Mobility: Fairness-Aware Demand Prediction for Expanding Bike-Sharing Systems
Source: [https://arxiv.org/html/2608.26451](https://arxiv.org/html/2608.26451)
Man Luo\*††thanks:\*Corresponding author\.††thanks:Y\. Zhao and M\. Luo are with the Department of Computer Science, University of Exeter, Exeter EX4 4QF, U\.K\. \(e\-mail: \{yz776, m\.luo\}@exeter\.ac\.uk\)\.
###### Abstract
Bike\-sharing systems constitute an important component of low\-carbon urban mobility, but their continued expansion presents two closely related challenges\. Newly deployed stations lack historical ridership records, creating a discrepancy between training and inference for graph\-based models applied to evolving network topologies in which nodes have heterogeneous feature availability\. A further challenge arises from the structural biases embedded in historical demand observations\. Systematically lower ridership in low\-income neighborhoods may reflect inadequate access to cycling infrastructure rather than inherently weak latent demand\. Models trained directly on such observations can therefore reproduce existing spatial inequalities, leading deployment strategies to direct green transportation resources toward already advantaged communities and further exacerbate mobility inequity\. To address these challenges, we proposeFairGIN, a fairness\-aware graph neural network for demand prediction in expanding bike\-sharing systems\. FairGIN comprises three coordinated components\.Expansion\-Simulated Increment Trainingintroduces a graph augmentation mechanism that stochastically simulates cold\-start expansion scenarios during training, thereby reducing the distribution discrepancy encountered when new stations are added\.Attention\-Based Knowledge Transfercombines station\-adaptive temperature scaling with orthogonal embedding alignment, enabling data\-sparse new stations to selectively acquire representations from data\-rich existing stations\.Fairness\-Aware Optimizationincorporates income\-stratified regularization and an equity\-calibrated deployment scoring function to translate equitable demand prediction into more inclusive station placement decisions\. Experiments on the NYC and Seattle mobility systems demonstrate that FairGIN achieves state\-of\-the\-art predictive accuracy across diverse network expansion scenarios while substantially reducing income\-based disparities without compromising overall system efficiency\.
###### Index Terms:
Graph Neural Networks, Urban Computing, Demand Prediction, Dynamic Graph, Fairness\-aware Learning\.
## IIntroduction
Fairness has become an important concern in the expansion of low\-carbon urban mobility systems\. Bike\-sharing systems, as a prominent example, provide short\-term bicycle rental services through networks of spatially distributed stations and offer environmentally friendly alternatives for last\-mile commuting\. By reducing reliance on motorized trips, they can help alleviate traffic congestion and support broader carbon reduction objectives in cities pursuing climate action\[[1](https://arxiv.org/html/2608.26451#bib.bib1)\]\. As illustrated in Fig\.[1](https://arxiv.org/html/2608.26451#S1.F1)\([1](https://arxiv.org/html/2608.26451#S1.F1)\), Citi Bike stations in Manhattan have expanded substantially from 2018 to 2024\[[2](https://arxiv.org/html/2608.26451#bib.bib19)\]\. However, this expansion remains spatially uneven, with newly deployed stations concentrated in high\-income downtown and midtown corridors, while lower\-income neighborhoods in Upper Manhattan remain comparatively underserved\.
This uneven expansion raises a critical equity concern\. As quantified in Fig\.[1](https://arxiv.org/html/2608.26451#S1.F1)\([1](https://arxiv.org/html/2608.26451#S1.F1)\), the highest\-income quintile \(\>$160k\>\\$160k\) is served by 22\.8 stations per 10,000 residents, more than three times the 6\.3 stations available to the lowest\-income quintile \(<$55k<\\$55k\), indicating that recent deployments have widened the coverage gap\. This pattern is consistent with evidence from North American cities showing that higher\-income and more educated residents have disproportionately greater access to bike\-sharing infrastructure\[[3](https://arxiv.org/html/2608.26451#bib.bib3),[4](https://arxiv.org/html/2608.26451#bib.bib2)\]\. Crucially, low observed ridership in underserved communities should not be treated as weak latent demand, as it may reflect affordability constraints, lower technology adoption, and the absence of nearby stations\[[5](https://arxiv.org/html/2608.26451#bib.bib4)\]\. Without targeted intervention, such imbalance may reinforce green mobility gentrification, concentrating the benefits of low\-carbon transportation infrastructure in already advantaged communities\. This concern is compounded by a self\-reinforcing dynamic inherent to data\-driven deployment: stations in underserved communities generate lower observed ridership, causing predictive models to underestimate their true latent need, which further reduces their likelihood of being selected in demand\-driven expansion planning\[[6](https://arxiv.org/html/2608.26451#bib.bib42),[7](https://arxiv.org/html/2608.26451#bib.bib43)\]\. The result is a feedback loop in which algorithmic predictions reproduce and amplify the infrastructure gaps they are built to inform, a pattern that is particularly consequential when model outputs directly shape capital investment decisions in expanding networks\.
\(a\)
\(b\)
Fig\. 1:Bike\-sharing station coverage and neighbourhood income in Manhattan\. \(a\) Spatial distribution of existing stations in 2018 and newly deployed stations from 2018\. \(b\) Per\-capita station density across neighbourhood income quintiles\.Addressing this equity challenge requires accurate demand prediction for newly deployed stations, essential for guiding fair and efficient resource allocation during network expansion\. However, new stations pose a fundamental modeling challenge because they lack historical ridership records and are embedded in a continuously evolving spatial network\. Traditional regression\-based models rely on historical demand observations to capture temporal regularities, but have limited capacity to model inter\-station spatial dependencies\[[8](https://arxiv.org/html/2608.26451#bib.bib5),[9](https://arxiv.org/html/2608.26451#bib.bib6)\]\. Functional zone\-based approaches incorporate urban context, such as land use and population density, to support localized analysis\[[10](https://arxiv.org/html/2608.26451#bib.bib7)\], while machine learning models, including random forests and support vector machines, improve prediction accuracy through multi\-source feature integration\[[11](https://arxiv.org/html/2608.26451#bib.bib8)\]\. More recently, graph neural network based approaches, such as STGCN\[[12](https://arxiv.org/html/2608.26451#bib.bib14)\]and Graph WaveNet\[[13](https://arxiv.org/html/2608.26451#bib.bib20)\], have achieved strong performance in spatio\-temporal prediction by modeling complex spatial dependencies among stations\. Nevertheless, most methods are developed under a transductive setting with a fixed training graph, limiting their generalization to newly deployed stations\. The challenge extends beyond topology evolution because newly deployed stations possess only location\-based spatial attributes at inference time and lack the historical demand sequences required by graph\-based models for reliable prediction\. Recent transformer\-based spatiotemporal architectures\[[14](https://arxiv.org/html/2608.26451#bib.bib16)\]relax the rigid structural assumptions of graph convolution, but they still depend on historical demand signals during inference\. Consequently, these models remain subject to the same cold\-start limitation when applied to stations that were absent from the training graph\.
Beyond the prediction gap, this feature\-level asymmetry between existing and newly deployed stations carries important fairness consequences\. When a model encounters a new station at inference time with only spatial context available, its demand estimates are shaped by representations learned from existing stations whose patterns reflect historical inequities in infrastructure access\. Areas with established transit connections, dense amenities, and high surrounding mobility tend to produce strong spatial signals, and are therefore more likely to receive high predicted demand regardless of the socioeconomic profile of the target location\. Underserved communities with sparser surrounding infrastructure may receive systematically lower estimates even when their true latent demand is comparable\. Consequently, resolving the cold\-start prediction problem without simultaneously accounting for income\-based disparities risks translating historical deployment inequities directly into demand predictions for newly deployed stations\.
Motivated by the need to generalize beyond fixed training graphs, inductive methods such as GraphSAGE\[[15](https://arxiv.org/html/2608.26451#bib.bib21)\], KITS\[[16](https://arxiv.org/html/2608.26451#bib.bib22)\], and DA\-MRGNN\[[17](https://arxiv.org/html/2608.26451#bib.bib17)\]enable prediction for unseen nodes through neighborhood aggregation, knowledge transfer, and domain adaptation\. Although these approaches improve generalization under evolving network structures, they remain primarily accuracy\-driven and do not explicitly address income\-based disparities in demand estimation\. Fairness\-aware methods such as FairST\[[18](https://arxiv.org/html/2608.26451#bib.bib23)\]introduce spatiotemporal fairness metrics and regularization, but are designed mainly for fixed grid\-based representations and are not directly applicable to newly deployed stations absent during training\. Foundation models such as UrbanGPT\[[19](https://arxiv.org/html/2608.26451#bib.bib39)\]use large language models to infer spatiotemporal patterns from textual station descriptions, providing some zero\-shot capability for new stations\. However, they lack income\-stratified supervision and cannot reliably correct systematic group\-level prediction disparities through language\-based spatial reasoning alone\. Existing research therefore treats inductive demand prediction and fairness\-aware mobility modeling largely as separate problems, leaving a methodological gap in jointly modeling evolving station\-level graphs, demand at newly added stations, and income\-stratified fairness in expanding bike\-sharing systems\.
To tackle these challenges, we proposeFairGIN, a fairness\-aware dynamic graph neural network framework for demand prediction in expanding bike\-sharing systems\. FairGIN is designed to jointly address two intertwined issues that arise during network expansion: the evolving topology of station\-level graphs and the equity risks embedded in data\-driven deployment decisions\. To improve generalization to newly deployed stations, FairGIN introduces an Expansion\-Simulated Increment Training strategy that treats selected existing stations as pseudo\-new nodes during training\. By exposing the model to expansion\-like scenarios before deployment, this strategy reduces the discrepancy between the fully observed training graph and the partially observed graph encountered when new stations are introduced\. For cold\-start station representation, FairGIN further develops an Attention\-Based Knowledge Transfer mechanism that adaptively transfers information from data\-rich existing stations to data\-sparse new stations through learnable soft attention, avoiding the rigidity of fixed neighbor selection\. Beyond predictive accuracy, FairGIN incorporates a Fairness\-Aware Training Objective that aligns demand forecasting with equity\-oriented planning goals\. This objective reduces income\-based disparities in prediction, particularly for communities that have historically received limited access to bike\-sharing infrastructure\.
The contributions of our work are summarized as follows:
- •We propose Expansion\-Simulated Increment Training to bridge the training\-inference graph gap by exposing the model to expansion\-like scenarios, thereby enhancing generalization to newly deployed stations\.
- •We develop an Attention\-Based Knowledge Transfer mechanism for adaptive cold\-start representation learning, enabling new stations to selectively leverage information from data\-rich existing stations\.
- •We incorporate income\-stratified fairness regularization into the learning objective, reducing systematic prediction disparities and supporting equitable station deployment\.
- •We validate our proposed approach using datasets from NYC and Seattle mobility systems\. Experimental results consistently demonstrate superior performance compared to state\-of\-the\-art baselines\.
## IIProblem Statement
This section formalizes the problem addressed by FairGIN, namely fairness\-aware demand prediction for newly deployed bike\-sharing stations under dynamic network expansion\. We first define the station graph and feature representations, then introduce the prediction task, fairness formulation, joint optimization objective, and deployment scoring mechanism\.
### II\-AExpanding Bike\-Sharing Network Formulation
Let𝒱A=\{v1,v2,…,vN\}\\mathcal\{V\}\_\{A\}=\\\{v\_\{1\},v\_\{2\},\\ldots,v\_\{N\}\\\}denote the set ofNNexisting bike\-sharing stations, and let𝒱B=\{u1,u2,…,uM\}\\mathcal\{V\}\_\{B\}=\\\{u\_\{1\},u\_\{2\},\\ldots,u\_\{M\}\\\}denote the set ofMMnewly deployed stations\. Each station is described by two categories of features\. Location\-based features𝐱isp∈ℝds\\mathbf\{x\}\_\{i\}^\{\\mathrm\{sp\}\}\\in\\mathbb\{R\}^\{d\_\{s\}\}are derived from external data sources for any geographic location and include POI category distributions, road network characteristics, weather conditions, and ambient taxi flow as a proxy for surrounding mobility demand\. These features are available for both existing and new stations\. History\-based features𝐱itp∈ℝT×dt\\mathbf\{x\}\_\{i\}^\{\\mathrm\{tp\}\}\\in\\mathbb\{R\}^\{T\\times d\_\{t\}\}consist of historical hourly demand sequences overTTtime steps and are available only for existing stationsvi∈𝒱Av\_\{i\}\\in\\mathcal\{V\}\_\{A\}\. For newly deployed stationsuj∈𝒱Bu\_\{j\}\\in\\mathcal\{V\}\_\{B\}, no ridership history exists, so𝐱jtp=𝟎\\mathbf\{x\}\_\{j\}^\{\\mathrm\{tp\}\}=\\mathbf\{0\}\.
We represent the expanding system as a dynamic graph𝒢t=\(𝒱t,ℰt,𝐀t\)\\mathcal\{G\}^\{t\}=\(\\mathcal\{V\}^\{t\},\\mathcal\{E\}^\{t\},\\mathbf\{A\}^\{t\}\), where𝒱=𝒱A∪𝒱B\\mathcal\{V\}=\\mathcal\{V\}\_\{A\}\\cup\\mathcal\{V\}\_\{B\}\. The edge weightaijta\_\{ij\}^\{t\}is defined according to station availability:
aijt=\{αsimsp\(i,j\)\+βdist\(i,j\)\+γsimtp\(i,j\),i,j∈𝒱A,αsimsp\(i,j\)\+βdist\(i,j\),i∈𝒱A,j∈𝒱B\.a\_\{ij\}^\{t\}=\\begin\{cases\}\\begin\{aligned\} &\\alpha\\,\\mathrm\{sim\}\_\{sp\}\(i,j\)\+\\beta\\,\\mathrm\{dist\}\(i,j\)\\\\ &\\quad\+\\gamma\\,\\mathrm\{sim\}\_\{tp\}\(i,j\),\\end\{aligned\}&i,j\\in\\mathcal\{V\}\_\{A\},\\\\\[6\.0pt\] \\begin\{aligned\} &\\alpha\\,\\mathrm\{sim\}\_\{sp\}\(i,j\)\+\\beta\\,\\mathrm\{dist\}\(i,j\),\\end\{aligned\}&i\\in\\mathcal\{V\}\_\{A\},\\ j\\in\\mathcal\{V\}\_\{B\}\.\\end\{cases\}\(1\)
Here,simsp\\mathrm\{sim\}\_\{sp\},dist\\mathrm\{dist\}, andsimtp\\mathrm\{sim\}\_\{tp\}denote spatial feature similarity, geographic distance decay, and temporal demand correlation, respectively\. The temporal term is omitted for edges involving newly deployed stations because these stations have no historical demand observations\.
### II\-BBike\-Sharing Demand Prediction Formulation
Given existing\-station features\{𝐱i\}i∈𝒱A\\\{\\mathbf\{x\}\_\{i\}\\\}\_\{i\\in\\mathcal\{V\}\_\{A\}\}, new\-station spatial features\{𝐱jsp\}j∈𝒱B\\\{\\mathbf\{x\}\_\{j\}^\{sp\}\\\}\_\{j\\in\\mathcal\{V\}\_\{B\}\}, and graph𝒢\\mathcal\{G\}, the task is to learn a mappingfθf\_\{\\theta\}that predicts hourly demand for new stations:
𝐲^B=fθ\(𝒢,\{𝐱i\}i∈𝒱A,\{𝐱jsp\}j∈𝒱B\),𝐲^B∈ℝM\.\\hat\{\\mathbf\{y\}\}\_\{B\}=f\_\{\\theta\}\\\!\\left\(\\mathcal\{G\},\\\{\\mathbf\{x\}\_\{i\}\\\}\_\{i\\in\\mathcal\{V\}\_\{A\}\},\\\{\\mathbf\{x\}\_\{j\}^\{sp\}\\\}\_\{j\\in\\mathcal\{V\}\_\{B\}\}\\right\),\\quad\\hat\{\\mathbf\{y\}\}\_\{B\}\\in\\mathbb\{R\}^\{M\}\.\(2\)
The main challenge is that stations in𝒱B\\mathcal\{V\}\_\{B\}are unseen during training, so their demand must be inferred from spatial context and knowledge transferred from existing stations\.
### II\-CFairness Formulation
Fig\. 2:Overview of the proposed FairGIN framework for fairness\-aware demand prediction in expanding bike\-sharing networks\. The framework first constructs a heterogeneous station graph from multi\-source station features, then applies expansion\-simulated increment training \(ESIT\) to simulate cold\-start expansion scenarios, and finally performs attention\-based knowledge transfer with fairness\-aware optimization for new\-station demand prediction\.Income group partition\.We use median household income as the sensitive attribute, obtained from American Community Survey \(ACS\) 5\-year estimates at the census tract level\. Each candidate stationuj∈𝒱Bu\_\{j\}\\in\\mathcal\{V\}\_\{B\}is assigned to its enclosing census tract\. Stations located in tracts at or above the city\-wide median income form the advantaged group𝒢\+\\mathcal\{G\}^\{\+\}, while those below the median form the disadvantaged group𝒢−\\mathcal\{G\}^\{\-\}\.
Fairness metrics\.We evaluate prediction equity using two complementary metrics\. The Region\-based Fairness Gap\[[18](https://arxiv.org/html/2608.26451#bib.bib23)\]measures the per\-capita predicted demand difference between income groups across all evaluated regions:
RFG=\|∑i∈𝒢\+y^i∑i∈𝒢\+pi−∑j∈𝒢−y^j∑j∈𝒢−pj\|,\\mathrm\{RFG\}=\\left\|\\frac\{\\sum\_\{i\\in\\mathcal\{G\}^\{\+\}\}\\hat\{y\}\_\{i\}\}\{\\sum\_\{i\\in\\mathcal\{G\}^\{\+\}\}p\_\{i\}\}\-\\frac\{\\sum\_\{j\\in\\mathcal\{G\}^\{\-\}\}\\hat\{y\}\_\{j\}\}\{\\sum\_\{j\\in\\mathcal\{G\}^\{\-\}\}p\_\{j\}\}\\right\|,\(3\)wherepip\_\{i\}denotes the population of stationii’s service area normalized by the city total\. A smaller RFG indicates lower group\-level prediction disparity\.
The Individual\-based Fairness Gap\[[18](https://arxiv.org/html/2608.26451#bib.bib23)\]measures station\-level disparity by representing each station as a weighted mixture of income groups:
IFG=∑i∈𝒱Bwi\+y^i/pi∑i∈𝒱Bwi\+−∑i∈𝒱Bwi−y^i/pi∑i∈𝒱Bwi−,\\mathrm\{IFG\}=\\frac\{\\sum\_\{i\\in\\mathcal\{V\}\_\{B\}\}w\_\{i\}^\{\+\}\\hat\{y\}\_\{i\}/p\_\{i\}\}\{\\sum\_\{i\\in\\mathcal\{V\}\_\{B\}\}w\_\{i\}^\{\+\}\}\-\\frac\{\\sum\_\{i\\in\\mathcal\{V\}\_\{B\}\}w\_\{i\}^\{\-\}\\hat\{y\}\_\{i\}/p\_\{i\}\}\{\\sum\_\{i\\in\\mathcal\{V\}\_\{B\}\}w\_\{i\}^\{\-\}\},\(4\)wherewi\+w\_\{i\}^\{\+\}andwi−w\_\{i\}^\{\-\}denote the proportions of residents in advantaged and disadvantaged income brackets within stationii’s census tract\. We also report Spearman’sρ\\rhobetween predicted demand and tract\-level income across𝒱B\\mathcal\{V\}\_\{B\}, whereρ≈0\\rho\\approx 0indicates weak income dependence\.
The model is optimized by jointly minimizing prediction error and income\-based demand disparity:
ℒtotal=ℒobs\+λsimℒsim\+λfairℒfair,\\mathcal\{L\}\_\{total\}=\\mathcal\{L\}\_\{obs\}\+\\lambda\_\{sim\}\\mathcal\{L\}\_\{sim\}\+\\lambda\_\{fair\}\\mathcal\{L\}\_\{fair\},\(5\)
whereℒobs\\mathcal\{L\}\_\{obs\}supervises demand prediction on existing stations,ℒsim\\mathcal\{L\}\_\{sim\}supervises expansion\-simulated pseudo\-new stations, andℒfair\\mathcal\{L\}\_\{fair\}penalizes per\-capita demand disparity between𝒢\+\\mathcal\{G\}^\{\+\}and𝒢−\\mathcal\{G\}^\{\-\}\. During inference, candidate stations are ranked by an income\-aware deployment scoreScorej=y^j\+α𝟏\[j∈𝒢−\]\\mathrm\{Score\}\_\{j\}=\\hat\{y\}\_\{j\}\+\\alpha\\mathbf\{1\}\[j\\in\\mathcal\{G\}^\{\-\}\], whereα≥0\\alpha\\geq 0controls the fairness bonus assigned to stations in𝒢−\\mathcal\{G\}^\{\-\}for deployment prioritization\.
## IIIMethodology
This section presents the design of FairGIN for fairness\-aware demand prediction at newly deployed stations in expanding bike\-sharing systems\. The overall framework, illustrated in Fig\.[2](https://arxiv.org/html/2608.26451#S2.F2), comprises four tightly coupled components that jointly address dynamic network expansion, cold\-start demand prediction, bias mitigation, and fairness\-aware station deployment\. The following subsections describe the design rationale and technical details of each component\.
### III\-AStation Representation and Graph Construction
Bike\-sharing demand exhibits substantial spatial and temporal heterogeneity, while different station types provide different levels of observable information\. To accommodate this heterogeneity, FairGIN constructs station representations according to the feature availability of each node type\. For each existing stationvi∈𝒱Av\_\{i\}\\in\\mathcal\{V\}\_\{A\}, FairGIN encodes two complementary sources of information\. Location\-based spatial features𝐱isp\\mathbf\{x\}\_\{i\}^\{sp\}\(including POI distributions, road network characteristics, and taxi flow\) are projected through a two\-layer MLP, and temporal demand sequences𝐱itp\\mathbf\{x\}\_\{i\}^\{tp\}are encoded by a GRU\. The resulting representations are concatenated to obtain a unified station embedding𝐡iA∈ℝd\\mathbf\{h\}\_\{i\}^\{A\}\\in\\mathbb\{R\}^\{d\}\. For newly deployed stationsuj∈𝒱Bu\_\{j\}\\in\\mathcal\{V\}\_\{B\}, historical demand observations are unavailable; therefore, their initial representations are derived only from spatial features, i\.e\.,𝐡jB=MLPsp\(𝐱jsp\)∈ℝd\\mathbf\{h\}\_\{j\}^\{B\}=\\mathrm\{MLP\}\_\{sp\}\(\\mathbf\{x\}\_\{j\}^\{sp\}\)\\in\\mathbb\{R\}^\{d\}\.
To model structural dependencies among stations, FairGIN constructs a dynamic graph𝒢=\(𝒱,ℰ,𝐀\)\\mathcal\{G\}=\(\\mathcal\{V\},\\mathcal\{E\},\\mathbf\{A\}\)following Eq\. \([1](https://arxiv.org/html/2608.26451#S2.E1)\), with edge weights reflecting the different feature availability of existing and newly deployed stations\. Contextual information is then propagated throughLLgraph convolution layers, where each layer updates station representations as𝐇\(l\+1\)=σ\(𝐀^𝐇\(l\)𝐖\(l\)\)\\mathbf\{H\}^\{\(l\+1\)\}=\\sigma\(\\hat\{\\mathbf\{A\}\}\\mathbf\{H\}^\{\(l\)\}\\mathbf\{W\}^\{\(l\)\}\)\. Here,𝐀^\\hat\{\\mathbf\{A\}\}denotes the normalized adjacency matrix and𝐖\(l\)\\mathbf\{W\}^\{\(l\)\}is the learnable transformation matrix at layerll\. The resulting representations encode both station\-level features and neighborhood structure for subsequent demand prediction tasks, especially for newly deployed stations with limited observations\.
### III\-BExpansion\-Simulated Increment Training
A key challenge in predicting demand for newly deployed stations lies in the distribution mismatch between training and deployment\. A model trained only on fully observed existing stations does not encounter nodes with missing temporal histories during training\. When newly deployed stations appear at inference time, the model faces a different feature distribution, which can lead to degraded prediction performance\.
To reduce this mismatch, we propose Expansion\-Simulated Increment Training \(ESIT\), which simulates network expansion during each training epoch\. At the beginning of each epoch,ρ=15%\\rho=15\\%of existing stations in𝒱A\\mathcal\{V\}\_\{A\}are uniformly sampled as pseudo\-new stations, denoted as𝒱B′⊂𝒱A\\mathcal\{V\}\_\{B\}^\{\\prime\}\\subset\\mathcal\{V\}\_\{A\}\. Their historical demand sequences are masked as𝐱itp←𝟎\\mathbf\{x\}\_\{i\}^\{tp\}\\leftarrow\\mathbf\{0\}for alli∈𝒱B′i\\in\\mathcal\{V\}\_\{B\}^\{\\prime\}, reproducing the cold\-start condition of actual newly deployed stations while preserving location\-based features\.
The remaining stations form the observed set𝒱A′=𝒱A∖𝒱B′\\mathcal\{V\}\_\{A\}^\{\\prime\}=\\mathcal\{V\}\_\{A\}\\setminus\\mathcal\{V\}\_\{B\}^\{\\prime\}\. The resulting training graph𝒢′=\(𝒱A′∪𝒱B′,ℰ′\)\\mathcal\{G\}^\{\\prime\}=\(\\mathcal\{V\}\_\{A\}^\{\\prime\}\\cup\\mathcal\{V\}\_\{B\}^\{\\prime\},\\,\\mathcal\{E\}^\{\\prime\}\)follows the same structural setting as the deployment graph, where observed stations coexist with new stations that lack historical demand records\.
Since pseudo\-new stations are sampled from existing stations, their ground\-truth demandyiy\_\{i\}remains available and can be used to supervise the simulation loss\. Their geographic coordinates also enable census\-tract spatial matching to assign income group labels𝒢\+\\mathcal\{G\}^\{\+\}and𝒢−\\mathcal\{G\}^\{\-\}, allowing the fairness loss to be optimized during training without additional annotations\. ESIT therefore improves generalization to cold\-start stations while supporting income\-stratified fairness supervision\.
### III\-CAttention\-Based Knowledge Transfer
After graph message passing, newly deployed stations still lack historical demand information and require prediction\-ready representations\. FairGIN addresses this by using a differentiable attention\-based transfer mechanism that aggregates knowledge from observed existing stations according to representation similarity\. A learnable station\-specific temperature further adapts the concentration of transferred knowledge to each new station\.
For each pseudo\-new stationj∈𝒱B′j\\in\\mathcal\{V\}\_\{B\}^\{\\prime\}, similarity scores with observed existing stations are computed asSji=sim\(𝐡jB,𝐡iA\)S\_\{ji\}=\\mathrm\{sim\}\(\\mathbf\{h\}\_\{j\}^\{B\},\\mathbf\{h\}\_\{i\}^\{A\}\)\. The attention distribution is controlled by a station\-specific temperatureτj=softplus\(𝐰⊤𝐡jB\+b\)\\tau\_\{j\}=\\mathrm\{softplus\}\(\\mathbf\{w\}^\{\\top\}\\mathbf\{h\}\_\{j\}^\{B\}\+b\), which is learned from the station embedding:
αji=exp\(Sji/τj\)∑k∈𝒱A′exp\(Sjk/τj\)\.\\alpha\_\{ji\}=\\frac\{\\exp\(S\_\{ji\}/\\tau\_\{j\}\)\}\{\\sum\_\{k\\in\\mathcal\{V\}\_\{A\}^\{\\prime\}\}\\exp\(S\_\{jk\}/\\tau\_\{j\}\)\}\.\(6\)A smallerτj\\tau\_\{j\}concentrates attention on the most similar existing stations, while a largerτj\\tau\_\{j\}encourages broader aggregation\. The transferred embedding is computed as𝐮j=∑i∈𝒱A′αji𝐡iA\\mathbf\{u\}\_\{j\}=\\sum\_\{i\\in\\mathcal\{V\}\_\{A\}^\{\\prime\}\}\\alpha\_\{ji\}\\mathbf\{h\}\_\{i\}^\{A\}\.
To reduce distributional mismatch between existing and newly deployed station embeddings, the transferred representation is further transformed by an orthogonal mapping,𝐮~j=𝐗𝐮j\\tilde\{\\mathbf\{u\}\}\_\{j\}=\\mathbf\{X\}\\mathbf\{u\}\_\{j\}, where𝐗\\mathbf\{X\}is parameterized through a Cayley transform to preserve orthogonality during training\. The transformed transfer signal is then combined with the station’s own spatial representation through a learnable gate:
𝐠j\\displaystyle\\mathbf\{g\}\_\{j\}=σ\(𝐖g\[𝐡jB;𝐮~j\]\+𝐛g\),\\displaystyle=\\sigma\\\!\\left\(\\mathbf\{W\}\_\{g\}\[\\mathbf\{h\}\_\{j\}^\{B\};\\tilde\{\\mathbf\{u\}\}\_\{j\}\]\+\\mathbf\{b\}\_\{g\}\\right\),\(7\)𝐟j\\displaystyle\\mathbf\{f\}\_\{j\}=𝐠j⊙𝐮~j\+\(1−𝐠j\)⊙𝐡jB\.\\displaystyle=\\mathbf\{g\}\_\{j\}\\odot\\tilde\{\\mathbf\{u\}\}\_\{j\}\+\(1\-\\mathbf\{g\}\_\{j\}\)\\odot\\mathbf\{h\}\_\{j\}^\{B\}\.\(8\)
This gating mechanism allows FairGIN to balance transferred knowledge with local spatial information according to each station’s context\. A shared MLP decoder is then used for demand prediction, withy^i=MLP\(𝐡iA\)\\hat\{y\}\_\{i\}=\\mathrm\{MLP\}\(\\mathbf\{h\}\_\{i\}^\{A\}\)for observed stationsi∈𝒱A′i\\in\\mathcal\{V\}\_\{A\}^\{\\prime\}andy^j=MLP\(𝐟j\)\\hat\{y\}\_\{j\}=\\mathrm\{MLP\}\(\\mathbf\{f\}\_\{j\}\)for pseudo\-new stationsj∈𝒱B′j\\in\\mathcal\{V\}\_\{B\}^\{\\prime\}\.
### III\-DFairness\-Aware Optimization
Training objective\.Following the joint optimization in Eq\. \([5](https://arxiv.org/html/2608.26451#S2.E5)\), FairGIN is trained with three loss terms\. The observation loss preserves prediction accuracy on fully observed existing stations:
ℒobs=1\|𝒱A′\|∑i∈𝒱A′\(y^i−yi\)2\.\\mathcal\{L\}\_\{obs\}=\\frac\{1\}\{\|\\mathcal\{V\}\_\{A\}^\{\\prime\}\|\}\\sum\_\{i\\in\\mathcal\{V\}\_\{A\}^\{\\prime\}\}\(\\hat\{y\}\_\{i\}\-y\_\{i\}\)^\{2\}\.\(9\)
The simulation loss provides direct supervision for pseudo\-new stations generated by ESIT:
ℒsim=1\|𝒱B′\|∑j∈𝒱B′\(y^j−yj\)2\.\\mathcal\{L\}\_\{sim\}=\\frac\{1\}\{\|\\mathcal\{V\}\_\{B\}^\{\\prime\}\|\}\\sum\_\{j\\in\\mathcal\{V\}\_\{B\}^\{\\prime\}\}\(\\hat\{y\}\_\{j\}\-y\_\{j\}\)^\{2\}\.\(10\)
The fairness loss penalizes income\-based per\-capita prediction disparity among pseudo\-new stations:
ℒfair=\|1\|𝒢\+\|∑i∈𝒢\+y^ipi−1\|𝒢−\|∑j∈𝒢−y^jpj\|\.\\mathcal\{L\}\_\{fair\}=\\left\|\\frac\{1\}\{\|\\mathcal\{G\}^\{\+\}\|\}\\sum\_\{i\\in\\mathcal\{G\}^\{\+\}\}\\frac\{\\hat\{y\}\_\{i\}\}\{p\_\{i\}\}\-\\frac\{1\}\{\|\\mathcal\{G\}^\{\-\}\|\}\\sum\_\{j\\in\\mathcal\{G\}^\{\-\}\}\\frac\{\\hat\{y\}\_\{j\}\}\{p\_\{j\}\}\\right\|\.\(11\)
Here,pip\_\{i\}denotes the population\-normalized service area of stationii\. The hyperparametersλsim\\lambda\_\{sim\}andλfair\\lambda\_\{fair\}\(in Eq\. \([5](https://arxiv.org/html/2608.26451#S2.E5)\)\) are selected through grid search on the validation set\.
Demand prediction for new stations\.During inference, ESIT is disabled and FairGIN is applied to the expanded graph𝒢=\(𝒱A∪𝒱B,ℰ\)\\mathcal\{G\}=\(\\mathcal\{V\}\_\{A\}\\cup\\mathcal\{V\}\_\{B\},\\mathcal\{E\}\)\. For each candidate new stationj∈𝒱Bj\\in\\mathcal\{V\}\_\{B\}, only deployment\-time spatial features𝐱jsp\\mathbf\{x\}\_\{j\}^\{sp\}are available, whereas historical demand observations remain unavailable\. The trained attention\-gate pipeline computes similarity scoresSjiS\_\{ji\}between the candidate station and existing station embeddings\{𝐡iA\}\\\{\\mathbf\{h\}\_\{i\}^\{A\}\\\}, generates the fused representation𝐟j\\mathbf\{f\}\_\{j\}by adaptively aggregating knowledge from relevant existing stations, and predicts demand through the shared decoder asy^j=MLP\(𝐟j\)\\hat\{y\}\_\{j\}=\\mathrm\{MLP\}\(\\mathbf\{f\}\_\{j\}\)\. Since ESIT explicitly aligns the training process with this inference condition, FairGIN can be directly applied to newly deployed stations without retraining, additional graph reconstruction, or manual feature imputation\.
Fairness\-guided expansion\.At inference time, FairGIN predicts demandy^j\\hat\{y\}\_\{j\}for each candidate new stationj∈𝒱Bj\\in\\mathcal\{V\}\_\{B\}\. Since ranking solely by predicted demand may still favor historically high\-ridership areas, we apply the deployment score as a decision\-level correction, where an equity bonusα\\alphais assigned to stations in𝒢−\\mathcal\{G\}^\{\-\}\. This score can be calibrated according to local equity objectives without modifying the trained model\. In our experiments, we compare three deployment strategies: demand\-only ranking byy^j\\hat\{y\}\_\{j\}, random selection as an uninformed reference, and FairGIN ranking byScorej\\mathrm\{Score\}\_\{j\}with income\-group adjustment\.
## IVExperiments
In this section, we present the experimental datasets, implementation details, and evaluation protocol\. We then compare FairGIN with state\-of\-the\-art baselines, followed by ablation studies that assess the contribution of each proposed component\. Sensitivity and robustness analyses are further conducted to examine the stability of key design choices\. Finally, we simulate real\-world deployment scenarios to evaluate the practical equity impact of FairGIN’s deployment scoring mechanism\.
### IV\-AExperimental Setup
Datasets\.We evaluate FairGIN on two publicly available bike\-sharing datasets from major US cities with clear income variation across urban neighborhoods\. Summary statistics for both datasets are reported in Table[I](https://arxiv.org/html/2608.26451#S4.T1)\.
NYC Citi Bike111https://citibikenyc\.com/system\-datatrip records are obtained from the NYC Open Data portal, covering January 2018 to December 2023\. During this period, the system expanded from 746 to 1,973 docking stations\. We treat stations active before January 2021 as the existing station set𝒱A\\mathcal\{V\}\_\{A\}withN=746N=746, and stations first activated between January 2021 and December 2023 as the new station evaluation set𝒱B\\mathcal\{V\}\_\{B\}withM=312M=312\. Hourly demand is aggregated from more than 80 million trip records\. The income variation across NYC neighborhoods provides a suitable setting for evaluating fairness\-aware demand prediction\.
Seattle Bikeshare trip records are obtained from the Transportation Data Collaborative at the University of Washington\[[18](https://arxiv.org/html/2608.26451#bib.bib23)\], covering October 2017 to October 2018 with more than 1\.6 million trips across 247 stations\. We apply a temporal split to define existing stations from the first eight months and new stations from the final four months, resulting inN=186N=186existing stations andM=61M=61new stations\. Seattle provides a complementary evaluation setting due to its income variation between central and peripheral neighborhoods\.
TABLE I:Dataset statistics\.TABLE II:Prediction accuracy and fairness comparison on new stations \(𝒱B\\mathcal\{V\}\_\{B\}\)\.Bold: best;underline: best baseline per metric\.Auxiliary data\.To construct location\-based features available for all stations, we incorporate publicly available POI distributions from OpenStreetMap222https://www\.openstreetmap\.orgwithin a 300 m radius, covering food, retail, transit, parks, education, healthcare, entertainment, and offices\. Road network333https://osmnx\.readthedocs\.ioattributes are extracted using OSMnx\. Weather features, including temperature, precipitation, and wind speed, are obtained from NOAA444https://www\.ncei\.noaa\.gov\. Ambient taxi flow within a 500 m radius is derived from NYC TLC555https://www\.nyc\.gov/site/tlc/about/tlc\-trip\-record\-data\.pageand Seattle Rideshare trip records to capture surrounding mobility activity\. Income group labels \(𝒢\+\\mathcal\{G\}^\{\+\},𝒢−\\mathcal\{G\}^\{\-\}\) and income proportion weights \(wi\+w\_\{i\}^\{\+\},wi−w\_\{i\}^\{\-\}\) are derived from ACS666https://data\.census\.gov5\-year estimates via census tract spatial matching, using Tables B19013 and B19001, respectively\.
Implementation details\.FairGIN is implemented in PyTorch 2\.0 with PyTorch Geometric 2\.3\. The spatial encoder is a two\-layer MLP with hidden dimensiond=128d=128, and the temporal encoder is a single\-layer GRU with hidden dimension 128\. We useL=2L=2graph convolutional layers\. All models are optimized with Adam using a learning rate of10−310^\{\-3\}and weight decay of10−410^\{\-4\}\. Early stopping is applied with patience 20\. The ESIT mask ratio is set toρ=0\.15\\rho=0\.15\. The hyperparametersλsim=0\.5\\lambda\_\{sim\}=0\.5andλfair=0\.3\\lambda\_\{fair\}=0\.3are selected through grid search over\{0\.1,0\.3,0\.5,0\.8,1\.0\}2\\\{0\.1,0\.3,0\.5,0\.8,1\.0\\\}^\{2\}\. The deployment equity bonus is set toα=0\.2\\alpha=0\.2\. All experiments are conducted on a single RTX4090, and results are reported as mean±\\pmstandard deviation\. The model implementation is available at:https://github\.com/VineYX/FairGIN\.git\.
Compared methods\.We compare FairGIN with nine representative baselines spanning statistical forecasting, sequential modeling, graph\-based prediction, inductive learning, fairness\-aware learning, and urban foundation models\. All methods are trained on𝒱A\\mathcal\{V\}\_\{A\}and evaluated on𝒱B\\mathcal\{V\}\_\{B\}under the same protocol\. For transductive models, the temporal features of new stations are unavailable and are therefore set to zero\.
- •ARIMA\[[20](https://arxiv.org/html/2608.26451#bib.bib41)\]: A classical autoregressive integrated moving average model\. For new stations, demand signals are first spatially interpolated from thekk\-nearest existing stations and then used for forecasting\.
- •LSTM\[[21](https://arxiv.org/html/2608.26451#bib.bib38)\]: A sequence\-to\-sequence recurrent model applied independently to each station\. New\-station temporal inputs are initialized to zero\.
- •STGCN\[[12](https://arxiv.org/html/2608.26451#bib.bib14)\]: A spatiotemporal graph convolutional network\. New stations are inserted into the graph with zero temporal features and connected using the same distance\-based adjacency as FairGIN\.
- •DCRNN\[[22](https://arxiv.org/html/2608.26451#bib.bib40)\]: A diffusion convolutional recurrent network\. It is adapted in the same way as STGCN by extending the graph topology and setting new\-station temporal features to zero\.
- •FairST\[[18](https://arxiv.org/html/2608.26451#bib.bib23)\]: A fairness\-aware spatiotemporal forecasting baseline that incorporates income\-stratified regularization into an STGCN backbone\. The fairness constraint is applied to both existing and new stations\.
- •GraphSAGE\(GSAGE\)\[[23](https://arxiv.org/html/2608.26451#bib.bib30)\]: An inductive graph neural network that generalizes to unseen nodes through neighborhood aggregation\. Spatial features are used as node attributes for new stations\.
- •DA\-MRGNN\(DA\-MR\)\[[17](https://arxiv.org/html/2608.26451#bib.bib17)\]: A domain\-adaptive multi\-relational graph network for transfer, adapted by treating𝒱A\\mathcal\{V\}\_\{A\}as the source domain and𝒱B\\mathcal\{V\}\_\{B\}as the target domain\.
- •KITS\[[16](https://arxiv.org/html/2608.26451#bib.bib22)\]: A knowledge injection framework for cold\-start traffic forecasting in expanding networks\. It is applied directly, as it supports new\-node prediction through knowledge transfer from existing nodes\.
- •UrbanGPT\(UrGPT\)\[[19](https://arxiv.org/html/2608.26451#bib.bib39)\]: A large language model\-based method for zero\-shot urban spatio\-temporal prediction\. We provide detailed station metadata and local spatial context as textual prompts, while omitting historical temporal observations for newly deployed stations\.
Evaluation metrics\.Prediction accuracy is evaluated using Mean Absolute Error \(MAE\) and Root Mean Squared Error \(RMSE\) on new stations𝒱B\\mathcal\{V\}\_\{B\}\. Fairness is measured by the Region\-based Fairness Gap \(RFG\) and Individual\-based Fairness Gap \(IFG\), where lower values indicate more equitable predictions\. We also report the absolute Spearman rank correlation\|ρ\|\|\\rho\|between predicted demand and census tract income, where values closer to zero indicate weaker dependence on income\.
### IV\-BMain Performance Comparison
As shown in Table[II](https://arxiv.org/html/2608.26451#S4.T2), FairGIN achieves the lowest MAE and RMSE on both datasets, while also obtaining the smallest RFG, IFG, and Spearman\|ρ\|\|\\rho\|among all compared methods\. This joint improvement indicates that the gains in prediction accuracy are not achieved at the expense of fairness across income groups\. On NYC Citi Bike, FairGIN reduces MAE by 15\.8% and RMSE by 15\.3% compared with the strongest accuracy baseline, KITS\. It also reduces RFG by 33\.3% and IFG by 37\.3% compared with the strongest fairness baseline, FairST\. Similar improvements are observed on Seattle Bikeshare, indicating that FairGIN generalizes across different city scales and system sizes in expansion settings\. The consistently lower Spearman\|ρ\|\|\\rho\|further suggests that its predicted demand is less strongly associated with neighborhood income levels\.
The comparison reveals a clear and consistent pattern\. Statistical and fixed\-topology methods, including ARIMA, LSTM, STGCN, and DCRNN, struggle under the cold\-start setting because they cannot effectively model newly deployed stations without historical demand observations\. In particular, fixed\-topology graph models are sensitive to the discrepancy between the training graph and the expanded inference graph\. Inductive and cold\-start\-oriented methods, including GraphSAGE, DA\-MRGNN, and KITS, improve prediction accuracy but provide limited fairness gains because they do not incorporate income\-stratified supervision or explicitly constrain group\-level prediction disparities\. FairST achieves the strongest fairness performance among baselines through explicit fairness regularization, but its transductive STGCN backbone limits its accuracy on new stations under dynamic expansion\. UrbanGPT shows competitive fairness but remains less accurate than specialized graph\-based methods, highlighting the importance of explicitly modeling spatial dependencies among stations\. FairGIN achieves the most balanced performance by jointly addressing expansion\-induced cold\-start prediction and income\-aware fairness within a unified framework\.
\(a\)
\(b\)
Fig\. 3:Performance comparison of ablation variants evaluated by MAE and RFG\. \(a\) NYC\. \(b\) Seattle\.
### IV\-CAblation Study
\(a\)
\(b\)
\(c\)
\(d\)
\(e\)
\(f\)
\(g\)
\(h\)
Fig\. 4:\(a\) Sensitivity of MAE and RFG to the ESIT mask ratioρ\\rho\. \(b\) Sensitivity of MAE and RFG to the fairness regularization weightλfair\\lambda\_\{\\mathrm\{fair\}\}\. Spatial distribution of newly added stations under different expansion patterns: \(c\) localized expansion, \(d\) regional expansion\. Prediction performance of different methods in terms of MAE and RFG under \(e\) localized expansion and \(f\) regional expansion\. Prediction performance of different methods across expansion rates on NYC Citi Bike, \(g\) MAE, \(h\) RFG\.To examine the contribution of each component in FairGIN, we conduct ablation studies by removing or simplifying key modules from the full framework\. As shown in Fig\.[3](https://arxiv.org/html/2608.26451#S4.F3),w/o ESITremoves Expansion\-Simulated Increment Training,w/o KTreplaces attention\-based knowledge transfer with standard GCN aggregation,w/o FLsetsλfair=0\\lambda\_\{\\mathrm\{fair\}\}=0, andw/o TSreplaces the learnable station\-specific temperatureτj\\tau\_\{j\}with a fixed valueτ=1\\tau=1\. All variants exhibit clear performance degradation on both datasets, confirming that each component contributes to the overall effectiveness of FairGIN\. Removing ESIT causes the most substantial decline, with MAE increasing by 27\.3% and RFG increasing by 64\.0% on NYC\. This result highlights the importance of explicitly aligning the training process with cold\-start deployment conditions, where newly deployed stations lack historical demand observations\. Thew/o KTvariant increases MAE by 17\.0% and RFG by 47\.4%, showing that standard GCN aggregation is insufficient for learning informative representations of new stations and that adaptive knowledge transfer is essential for identifying relevant existing stations\. Thew/o FLvariant has a limited impact on prediction accuracy, with MAE increasing by only 2\.2%, but raises RFG from 1\.14 to 1\.93\. This gap demonstrates that optimizing prediction accuracy alone does not ensure income\-stratified fairness across neighborhoods\. Finally, thew/o TSvariant increases MAE by 8\.1% and RFG by 17\.5%, suggesting that station\-specific temperature scaling helps adapt the concentration of attention weights to heterogeneous new\-station contexts\. Overall, the ablation results show that ESIT provides the foundation for cold\-start generalization, while KT, FL, and TS further improve representation quality and fairness\-aware prediction\.
### IV\-DSensitivity and Robustness Analysis
Parameter sensitivity\.Figs\.[4](https://arxiv.org/html/2608.26451#S4.F4)and[4](https://arxiv.org/html/2608.26451#S4.F4)report the sensitivity of FairGIN to the ESIT mask ratioρ\\rhoand the fairness regularization weightλfair\\lambda\_\{\\mathrm\{fair\}\}on NYC Citi Bike\. Forρ∈\{0\.05,0\.10,0\.15,0\.20,0\.25\}\\rho\\in\\\{0\.05,0\.10,0\.15,0\.20,0\.25\\\}, increasingρ\\rhofrom 0\.05 to 0\.15 consistently improves both accuracy and fairness, suggesting that a larger pseudo\-new station set introduces more diverse expansion patterns and provides richer supervision across income groups\. Whenρ\\rhoexceeds 0\.15, performance gradually declines because the observed graph𝒱A′\\mathcal\{V\}^\{\\prime\}\_\{A\}becomes increasingly sparse, weakening GCN message passing and reducing the reference pool available for knowledge transfer\. This result indicates that an appropriate masking ratio should balance the diversity of simulated expansions against the structural completeness of the observed graph\. The best performance is achieved atρ=0\.15\\rho=0\.15, which also falls within the annual expansion rate range of NYC Citi Bike in our dataset, namely 10–20%\. Forλfair∈\{0\.0,0\.1,0\.3,0\.5,0\.8,1\.0\}\\lambda\_\{\\mathrm\{fair\}\}\\in\\\{0\.0,0\.1,0\.3,0\.5,0\.8,1\.0\\\}withλsim=0\.5\\lambda\_\{\\mathrm\{sim\}\}=0\.5fixed, increasingλfair\\lambda\_\{\\mathrm\{fair\}\}from 0 to 0\.3 substantially reduces the fairness gap while introducing only a limited accuracy cost, with MAE increasing by 2\.2%\. Whenλfair\\lambda\_\{\\mathrm\{fair\}\}exceeds 0\.5, further fairness gains become marginal, whereas the decline in prediction accuracy becomes more evident\. This reflects the trade\-off between demand prediction accuracy and income\-based fairness regularization\. We therefore adoptρ=0\.15\\rho=0\.15andλfair=0\.3\\lambda\_\{\\mathrm\{fair\}\}=0\.3as the default settings\.
Robustness to expansion patterns\.Bike\-sharing systems may expand through different geographic patterns, ranging from hub\-centric localized expansion to city\-wide regional expansion\. As shown in Figs\.[4](https://arxiv.org/html/2608.26451#S4.F4)and[4](https://arxiv.org/html/2608.26451#S4.F4), localized expansion concentrates new stations in a compact area, while regional expansion distributes them proportionally across the five NYC boroughs\. To evaluate robustness to these patterns, we construct two NYC Citi Bike test variants\. In the regional setting, new stations are sampled proportionally across boroughs\. In the localized setting, all𝒱B\\mathcal\{V\}\_\{B\}candidates are sampled within a 3 km radius of a randomly selected centroid and averaged over five seeds\. Figs\.[5](https://arxiv.org/html/2608.26451#S4.F5)and[4](https://arxiv.org/html/2608.26451#S4.F4)compare all baselines under localized and regional expansion, respectively\. Under localized expansion, transductive methods, including STGCN and DCRNN, show the largest MAE increases, at 9\.4% and 9\.3%, indicating that fixed\-neighborhood assumptions become less reliable when new stations are spatially concentrated\. FairST and UrbanGPT remain relatively stable in accuracy, with MAE increases of 4\.3% and 1\.0%, but their fairness gaps increase under the narrower income distribution of localized rollout\. DA\-MRGNN achieves the strongest baseline accuracy under localized expansion, although its RFG increases by 6\.1%\. FairGIN limits the MAE increase to 2\.7% and the RFG increase to 4\.4%, suggesting that temperature\-scaled soft attention supports more stable knowledge transfer when the reference pool is geographically constrained\.
TABLE III:Deployment equity simulation\. G\-ratio denotes the share of selected stations in𝒢−\\mathcal\{G\}^\{\-\}\.Robustness to different expansion rates\.Real\-world bike\-sharing systems expand at different scales\. To evaluate the stability of FairGIN under varying expansion sizes, we vary the expansion rater∈\{5%,10%,15%,20%,30%\}r\\in\\\{5\\%,10\\%,15\\%,20\\%,30\\%\\\}over the candidate new\-station set\|𝒱B\|\|\\mathcal\{V\}\_\{B\}\|on NYC Citi Bike, with five independent trials for each setting\. We compare all baselines except ARIMA and LSTM\. Figs\.[4](https://arxiv.org/html/2608.26451#S4.F4)and[5](https://arxiv.org/html/2608.26451#S4.F5)report MAE and RFG across different expansion rates\. This setting allows us to examine whether each method can preserve both predictive accuracy and group\-level fairness as the number of unseen stations gradually increases\. Graph\-based methods, including STGCN and DCRNN, show more noticeable performance degradation asrrincreases, since a larger set of new stations amplifies the discrepancy between the training and inference graphs\. This suggests that models relying on a fixed graph structure are sensitive to expansion\-induced topology shifts, especially when many nodes lack historical observations\.
As the expansion rate increases, inductive methods generally maintain more stable overall performance than fixed\-graph models\. GraphSAGE, DA\-MRGNN, and KITS show relatively consistent predictive accuracy, although their results still fluctuate across trials due to changes in the sampled new\-station composition\. UrbanGPT also remains relatively stable in MAE at higher expansion rates, but its fairness gap increases slightly, indicating that prompt\-based spatial reasoning alone may not sufficiently correct group\-level demand disparities\. In comparison, FairGIN consistently achieves the lowest MAE and RFG across all evaluated expansion rates\. Fromr=5%r=5\\%tor=30%r=30\\%, its performance changes by at most 5\.6% in MAE and 11\.3% in RFG\. This stability can be attributed to the expansion\-simulated training strategy, which exposes the model to diverse pseudo\-new stations during training, and the fairness\-aware objective, which regularizes group\-level prediction errors under varying station compositions\.
### IV\-EComputational Complexity Analysis
TABLE IV:Complexity comparison \(N=37N\\\!=\\\!37,M=16M\\\!=\\\!16,\|ℰ\|=604\|\\mathcal\{E\}\|\\\!=\\\!604; RTX 4090\)\. ✓/✗: cold\-start support\. Mean±\\pmstd \(100 inference / 20 training runs\)\.ModelCold\#ParamsTrain \(ms\)Infer \(ms\)ARIMA✗∼\\sim5/stn——UrbanGPT∼\\sim✓∼\\sim7\.2B——LSTM✗200\.7K1\.8±1\.01\.8\_\{\\pm 1\.0\}0\.29±0\.020\.29\_\{\\pm 0\.02\}STGCN✗59\.0K3\.5±1\.13\.5\_\{\\pm 1\.1\}0\.95±0\.190\.95\_\{\\pm 0\.19\}DCRNN✗148\.7K91\.4±17\.291\.4\_\{\\pm 17\.2\}51\.2±9\.451\.2\_\{\\pm 9\.4\}GraphSAGE✓36\.7K1\.6±0\.11\.6\_\{\\pm 0\.1\}0\.41±0\.260\.41\_\{\\pm 0\.26\}DA\-MRGNN✓162\.2K5\.7±2\.75\.7\_\{\\pm 2\.7\}1\.94±0\.391\.94\_\{\\pm 0\.39\}KITS✓135\.6K3\.6±0\.63\.6\_\{\\pm 0\.6\}1\.33±0\.301\.33\_\{\\pm 0\.30\}FairGIN✓211\.2K11\.3±4\.911\.3\_\{\\pm 4\.9\}1\.96±0\.631\.96\_\{\\pm 0\.63\}Table[IV](https://arxiv.org/html/2608.26451#S4.T4)compares the parameter count, per\-step training time, and per\-pass inference latency of FairGIN with all deep\-learning baselines on the NYC Citi Bike graph \(N\!=\!37N\!=\!37,M\!=\!16M\!=\!16,\|ℰ\|\!=\!604\|\\mathcal\{E\}\|\!=\!604\), using an NVIDIA RTX 4090 GPU\. FairGIN contains 211\.2K trainable parameters, comparable to LSTM \(200\.7K\) and DA\-MRGNN \(162\.2K\), with a moderate increase over KITS \(135\.6K\)\. This additional capacity supports cold\-start prediction and income\-aware fairness optimization within a unified model\. Combining a cold\-start model such as KITS with a separate post\-hoc fairness module would require additional parameters and inference operations\.
FairGIN completes each training step in 11\.3,ms and each forward pass in 1\.96,ms\. Its training time is approximately eight times lower than that of DCRNN \(91\.4,ms\), whose recurrent graph architecture sequentially unrollsT=24T=24graph convolution steps\. FairGIN instead encodes historical demand through a GRU before graph propagation, limiting the overhead introduced by the Cayley orthogonal transform and gated knowledge fusion\. Its inference latency is comparable to DA\-MRGNN \(1\.94,ms\) and approximately 26 times lower than DCRNN \(51\.22,ms\)\. The Cayley transform requires𝒪\(d3\)\\mathcal\{O\}\(d^\{3\}\)operations to construct the orthogonal matrix, but its practical cost remains small atd=128d=128, corresponding to approximately 2\.1 million floating\-point operations\. Temperature\-scaled attention over theM×NM\\times Nstation matrix adds𝒪\(MNd\)\\mathcal\{O\}\(MNd\)complexity, which is also modest for bike\-sharing networks of this scale\. These results indicate that FairGIN maintains practical computational efficiency while jointly supporting network expansion and fairness\-aware prediction\. ARIMA does not require GPU computation, but it fits an independent model for each station and has an inference complexity of𝒪\(Npq\)\\mathcal\{O\}\(Npq\)\. UrbanGPT relies on a 7\.2B\-parameter language\-model backbone and requires dedicated server\-side infrastructure, making its per\-pass latency and deployment cost not directly comparable with the lightweight deep\-learning baselines\.
\(a\)\(b\)
Fig\. 5:Deployment outcomes on the NYC Citi Bike development split withM=16M\\\!=\\\!16\. Red denotes𝒢−\\mathcal\{G\}^\{\-\}and blue denotes𝒢\+\\mathcal\{G\}^\{\+\}\. Panel \(a\) reports the proportion of𝒢−\\mathcal\{G\}^\{\-\}stations in the top\-kkselections, with the dotted line showing their candidate\-set proportion of 0\.625\. Panel \(b\) reports the income\-group composition atk=3k\\\!=\\\!3,55, and1010\. Solid and hatched bars represent demand\-only and FairGIN selection, respectively\.
### IV\-FDeployment Equity Simulation
Table[III](https://arxiv.org/html/2608.26451#S4.T3)evaluates three deployment strategies on both datasets\. We report the fraction of selected stations belonging to the disadvantaged group𝒢−\\mathcal\{G\}^\{\-\}, denoted as the G\-ratio, together with the mean predicted demand of the selected𝒢−\\mathcal\{G\}^\{\-\}stations under the top\-10, top\-20, and top\-30 selection thresholds\. The demand\-only strategy selects a substantially smaller share of𝒢−\\mathcal\{G\}^\{\-\}stations than their candidate base rate\. On NYC, only 0\.20 of the top\-10 selected stations belong to𝒢−\\mathcal\{G\}^\{\-\}, compared with a base rate of 0\.52, suggesting that ranking stations solely by predicted demand may give insufficient attention to disadvantaged\-group locations during deployment planning\. This gap also indicates that historical demand patterns alone may not fully reflect the actual service needs of lower\-income communities\.
Random selection remains close to the candidate base rate, whereas FairGIN consistently increases the G\-ratio across both cities and all selection thresholds, reaching 0\.60 for the top\-10 stations on NYC and 0\.58 on Seattle\. Importantly, FairGIN does not improve disadvantaged\-group representation by indiscriminately selecting low\-demand locations\. Compared with random selection, it increases the mean predicted demand of the selected𝒢−\\mathcal\{G\}^\{\-\}stations from 2\.31 to 2\.47 on NYC and from 2\.04 to 2\.19 on Seattle\. This indicates that the model identifies disadvantaged\-group locations that remain valuable from a demand perspective, rather than prioritizing fairness at the expense of service efficiency\. Overall, these results demonstrate that the deployment scoring strategy improves disadvantaged\-group representation while preserving the demand relevance of the selected stations, thereby achieving a more balanced allocation of new bike\-sharing infrastructure\.
TABLE V:Representative deployment results on the NYC Citi Bike development split withα=0\.2\\alpha\\\!=\\\!0\.2\. For𝒢\+\\mathcal\{G\}^\{\+\},Sj=y^jS\_\{j\}\\\!=\\\!\\hat\{y\}\_\{j\}\. For𝒢−\\mathcal\{G\}^\{\-\},Sj=y^j\+0\.2S\_\{j\}\\\!=\\\!\\hat\{y\}\_\{j\}\+0\.2\. DO and FG denote demand\-only and FairGIN selection, respectively\. ✓/✗ indicates inclusion or exclusion from the top 10\.StationGroupy^j\\hat\{y\}\_\{j\}SjS\_\{j\}DOFGSelected by both strategies, 2 of 6 shownSip Ave𝒢−\\mathcal\{G\}^\{\-\}\+0\.028\+0\.028\+0\.228\+0\.228✓✓Columbia Park𝒢−\\mathcal\{G\}^\{\-\}−0\.063\-0\.063\+0\.137\+0\.137✓✓Selected only by demand\-only ranking5 Corners Library𝒢\+\\mathcal\{G\}^\{\+\}\+0\.007\+0\.007\+0\.007\+0\.007✓✗Dixon Mills𝒢\+\\mathcal\{G\}^\{\+\}−0\.010\-0\.010−0\.010\-0\.010✓✗York St𝒢\+\\mathcal\{G\}^\{\+\}−0\.027\-0\.027−0\.027\-0\.027✓✗Astor Place𝒢\+\\mathcal\{G\}^\{\+\}−0\.038\-0\.038−0\.038\-0\.038✓✗Selected only by FairGINLafayette Park𝒢−\\mathcal\{G\}^\{\-\}−0\.070\-0\.070\+0\.130\+0\.130✗✓Communipaw & Berry𝒢−\\mathcal\{G\}^\{\-\}−0\.106\-0\.106\+0\.094\+0\.094✗✓Dey St𝒢−\\mathcal\{G\}^\{\-\}−0\.136\-0\.136\+0\.064\+0\.064✗✓Danforth Light Rail𝒢−\\mathcal\{G\}^\{\-\}−0\.183\-0\.183\+0\.017\+0\.017✗✓
### IV\-GEquity\-Aware Deployment Case Study
To complement the aggregate results in Tables[II](https://arxiv.org/html/2608.26451#S4.T2)and[III](https://arxiv.org/html/2608.26451#S4.T3), we conduct a station\-level case study on the NYC Citi Bike development split\. The candidate set containsM=16M\\\!=\\\!16new stations, including\|𝒢−\|=10\|\\mathcal\{G\}^\{\-\}\|\\\!=\\\!10low\-income stations and\|𝒢\+\|=6\|\\mathcal\{G\}^\{\+\}\|\\\!=\\\!6high\-income stations\. We compare demand\-only ranking with FairGIN’s equity\-calibrated deployment score
Sj=y^j\+α𝟏\[j∈𝒢−\],S\_\{j\}=\\hat\{y\}\_\{j\}\+\\alpha\\mathbf\{1\}\[j\\in\\mathcal\{G\}^\{\-\}\],\(12\)whereα=0\.2\\alpha\\\!=\\\!0\.2controls the additional weight assigned to stations in𝒢−\\mathcal\{G\}^\{\-\}\.
Table[V](https://arxiv.org/html/2608.26451#S4.T5)reports the predicted demandy^j\\hat\{y\}\_\{j\}, equity\-calibrated scoreSjS\_\{j\}, income group, and top\-10 selection status of representative candidate stations\. For stations in𝒢\+\\mathcal\{G\}^\{\+\}, the deployment score remains equal to the original predicted demand\. Stations in𝒢−\\mathcal\{G\}^\{\-\}receive an additional score of0\.20\.2under the fairness adjustment\. As a result, four𝒢\+\\mathcal\{G\}^\{\+\}stations with scores ranging from−0\.038\-0\.038to0\.0070\.007are replaced by four𝒢−\\mathcal\{G\}^\{\-\}stations whose adjusted scores range from0\.0170\.017to0\.1300\.130\. Each elevated station therefore ranks above every displaced station under the equity\-calibrated deployment criterion\. The original demand differences between these stations range from 0\.06 to 0\.19 normalized units, indicating that the adjustment mainly affects candidates with relatively similar predicted demand rather than promoting stations with consistently low service potential\.
Figs\.[5](https://arxiv.org/html/2608.26451#S4.F5)\(a\) and \(b\) examine how the two strategies behave under different deployment budgets\. Under demand\-only ranking, the proportion of selected𝒢−\\mathcal\{G\}^\{\-\}stations falls to 0\.60 at bothk=5k\\\!=\\\!5andk=10k\\\!=\\\!10, slightly below their candidate\-set proportion of 0\.625\. Withα=0\.2\\alpha\\\!=\\\!0\.2, FairGIN selects only𝒢−\\mathcal\{G\}^\{\-\}stations for allk≤10k\\\!\\leq\\\!10\. This result demonstrates that the equity\-calibrated score can substantially increase the representation of low\-income areas\. It also shows that the choice ofα\\alphadirectly determines the balance between income\-group representation and demand\-based ranking\. In practice, this parameter should therefore be selected according to the intended equity target and deployment constraints\.
## VDiscussion and Limitations
This section discusses and interprets the main findings through four research questions that provide broader insights beyond the quantitative analysis presented in Section VI\.
RQ1: Does integrating cold\-start prediction with fairness regularization improve equity beyond accuracy\-focused inductive methods?
The results in Table[II](https://arxiv.org/html/2608.26451#S4.T2)show that inductive capability alone does not eliminate income\-based prediction disparities\. On the NYC Citi Bike dataset, KITS achieves the lowest MAE among the baselines, but its RFG remains 2\.19, only slightly lower than the 2\.31 obtained by the transductive DCRNN model\. This finding suggests that generalization to unseen stations does not necessarily produce equitable predictions because transferred knowledge may preserve income\-related patterns embedded in historical ridership data\.
FairGIN addresses this issue during representation learning rather than through an output\-level correction\. Income\-stratified supervision is incorporated into the same forward pass used to construct cold\-start representations, allowing the fairness objective to influence new\-station embeddings before demand prediction\. The ablation results support this design\. Removingℒfair\\mathcal\{L\}\_\{\\mathrm\{fair\}\}increases RFG by 0\.47 on NYC, while MAE increases by only 0\.08\. Fairness can therefore be improved without a substantial reduction in predictive accuracy when it is integrated directly into cold\-start representation learning\. By comparison, a separate fairness correction applied after prediction cannot modify the income\-related bias already encoded in the spatial representation\.
RQ2: Why does feature heterogeneity at inference time disadvantage low\-income new stations?
At inference time, new stations are represented only by spatial attributes, including POI density, transit connectivity, and surrounding land use, whereas existing stations also provide complete historical demand sequences\. Knowledge transfer therefore depends on the similarity between the spatial representation of a new station and the learned representations of existing stations\. In New York City, high\-demand stations are often located in higher\-income areas with dense amenities and stronger transit access\. These characteristics are also reflected in the spatial features used by the model\. New stations in lower\-income and less amenity\-dense areas may consequently receive weaker attention from the most informative existing stations, producing transferred representations that underestimate their latent demand\.
FairGIN reduces this bias through orthogonal alignment and gated fusion\. The Cayley transform adjusts the transferred representation to reduce its dependence on income\-related spatial patterns\. The gated fusion mechanism then allows each new station to balance the aligned transferred information with its own spatial embedding\. The sensitivity analysis in Fig\.[4](https://arxiv.org/html/2608.26451#S4.F4)\(b\) supports this interpretation\. Increasingλfair\\lambda\_\{\\mathrm\{fair\}\}from 0\.0 to 0\.3 reduces RFG by 33\.3%, while MAE increases by only 2\.2%\. This result indicates that much of the fairness gap arises from correctable representation bias rather than an unavoidable limitation of cold\-start prediction\.
TABLE VI:MAE variation within the income groups for theM=16M\\\!=\\\!16new stations in the NYC development split\. The binary grouping masks differences in prediction error within𝒢−\\mathcal\{G\}^\{\-\}\.†indicates that no ACS income record is available for the corresponding census tract\.RQ3: How well does FairGIN generalize across urban contexts and expansion scales?
The Seattle experiments show that FairGIN remains effective in a city with a different demographic and spatial structure\. Seattle has a higher median household income than New York City, with values of $93,500 and $72,800, respectively, and exhibits different patterns of income segregation\. Despite these differences, FairGIN reduces RFG by 31\.2% relative to the strongest Seattle baseline, close to the 33\.3% reduction achieved on NYC\. This consistency suggests that the fairness objective is not tied to a specific income distribution and can address group\-level disparities across different urban settings\.
The expansion\-rate experiments in Fig\.[4](https://arxiv.org/html/2608.26451#S4.F4)\(g–h\) further demonstrate the robustness of FairGIN\. Atr=30%r=30\\%, its MAE variation across random seeds remains within 5\.6%, while its stability advantage over the baselines becomes more pronounced\. This robustness stems from ESIT, which exposes the model to pseudo\-new station sets of varying sizes and compositions during training, reducing sensitivity to specific expansion patterns\. Atr=5%r=5\\%, FairGIN maintains a clear RFG advantage over KITS, showing that fairness supervision remains effective with fewer newly added stations\.
RQ4: What are the main limitations and directions for future work?
Binary income partitioning\.FairGIN divides stations into two income groups,𝒢\+\\mathcal\{G\}^\{\+\}and𝒢−\\mathcal\{G\}^\{\-\}, using the city\-wide median income as the threshold\. Although this binary formulation provides a clear group\-fairness objective, it does not capture differences in income disadvantage within𝒢−\\mathcal\{G\}^\{\-\}\.
Table[VI](https://arxiv.org/html/2608.26451#S5.T6)examines this within\-group variation for theM=16M\\\!=\\\!16new stations in the NYC development split\. Among stations with available income records, MAE increases from 0\.588 for the near\-median subgroup \($60k to $85k\) to 0\.717 for the low\-income subgroup \($36k to $59k\)\. The five stations without ACS income records have a substantially higher MAE of 1\.586, raising the overall𝒢−\\mathcal\{G\}^\{\-\}MAE to 1\.113\. These results show that the binary grouping masks meaningful variation in prediction difficulty\. Future work could use income quintiles or a continuous sensitive attribute, such as Wasserstein fairness\[[24](https://arxiv.org/html/2608.26451#bib.bib54)\], and assign greater fairness weights to stations facing greater income disadvantage\.
Further limitations\.The current study is subject to several additional limitations\. Neighborhood income is treated as the only protected attribute, although race, car ownership, and proximity to public transport may exert effects that are not fully explained by income alone\. A multi\-attribute fairness formulation could therefore provide a more comprehensive account of overlapping sources of disadvantage\. The spatial encoder also relies on POI and demographic features captured at a single point in time\. As neighborhood conditions evolve after station deployment, periodically updating these inputs may help preserve long\-term accuracy and equity without requiring full model retraining\. In addition, both datasets are drawn from docked bike\-sharing systems in the United States and benefit from relatively dense ACS coverage\. Whether FairGIN generalizes to dockless networks, cities where income is less strongly associated with mobility patterns, or data\-scarce regions in the Global South remains to be investigated\.
## VIRelated Work
This section reviews six key strands of literature relevant to our work\. We first provide an overview of urban mobility systems and bike\-sharing in sustainable low\-carbon transport\. We then examine bike\-sharing expansion, highlighting existing limitations in modeling newly added stations\. Next, we review fairness\-aware urban mobility studies, focusing on equity in demand prediction, followed by a discussion of fairness in machine learning and graph neural networks that situates FairGIN’s fairness objectives within the broader data mining literature\. We then discuss spatiotemporal graph neural networks for mobility prediction, emphasizing methods for dynamic and evolving network structures\. Finally, we review knowledge transfer and cold\-start prediction techniques, situating the attention\-based knowledge transfer mechanism of FairGIN within this broader context\.
### VI\-AUrban Mobility Systems
As cities seek to reduce transportation\-related carbon emissions, shared mobility systems, particularly bike\-sharing, have become an important component of sustainable urban transport infrastructure\[[1](https://arxiv.org/html/2608.26451#bib.bib1)\]\. By offering flexible, zero\-emission options for short\-distance travel and last\-mile connectivity, bike\-sharing systems can reduce reliance on private vehicles and support urban decarbonization goals\[[17](https://arxiv.org/html/2608.26451#bib.bib17)\]\. Realizing these benefits, however, requires addressing key operational challenges, including station rebalancing and optimization\[[9](https://arxiv.org/html/2608.26451#bib.bib6)\], spatio\-temporal demand prediction\[[25](https://arxiv.org/html/2608.26451#bib.bib10)\], and user behavior modeling\[[26](https://arxiv.org/html/2608.26451#bib.bib9)\]\. Sathishkumar et al\.\[[27](https://arxiv.org/html/2608.26451#bib.bib24)\]analyzed multi\-year real\-world data to identify spatio\-temporal usage patterns and evaluate system performance across diverse urban contexts\. Most existing studies focus on operational efficiency at established stations, typically assuming fixed network topology and stable historical usage patterns\. Such assumptions limit their applicability to expanding bike\-sharing networks, where new stations continuously reshape spatial structure and mobility demand\. Recent studies have examined expansion\-related issues, including optimal station placement based on spatial coverage, urban morphology, and built environment characteristics\[[28](https://arxiv.org/html/2608.26451#bib.bib25)\], as well as the effects of system expansion on transit integration and heterogeneous demand patterns\[[29](https://arxiv.org/html/2608.26451#bib.bib26),[30](https://arxiv.org/html/2608.26451#bib.bib27),[31](https://arxiv.org/html/2608.26451#bib.bib28)\]\. Despite these advances, predicting how newly deployed stations affect demand dynamics across the existing network remains insufficiently explored, especially for equitable low\-carbon mobility expansion\. More recently, data\-driven urban computing has shifted toward large\-scale foundation model approaches that leverage broad pretraining to support generalized inference across diverse urban tasks\[[19](https://arxiv.org/html/2608.26451#bib.bib39)\]\. While such methods expand the applicability of urban prediction models, they typically operate on established network configurations and do not explicitly address the distributional shift that arises when new stations with no demand history are integrated into an expanding graph\.
### VI\-BBike\-Sharing System Expansion
Significant research efforts have targeted the prediction of optimal expansion strategies for bike\-sharing systems, including the deployment of new stations\[[32](https://arxiv.org/html/2608.26451#bib.bib11),[33](https://arxiv.org/html/2608.26451#bib.bib18)\]and capacity adjustments at existing facilities\[[17](https://arxiv.org/html/2608.26451#bib.bib17),[34](https://arxiv.org/html/2608.26451#bib.bib12)\]\. Common prediction methods involve spatial clustering, demand mapping, and various optimization techniques, often guided by historical usage data or static spatial heuristics\. However, many existing studies assume that newly added stations exhibit demand characteristics similar to those of existing locations, neglecting the explicit prediction of temporal shifts and relational dynamics resulting from system expansion\. Such assumptions significantly reduce model adaptability in real\-world scenarios, where new stations may serve entirely different urban functions, land\-use types, or demographic groups\. Liu et al\.\[[10](https://arxiv.org/html/2608.26451#bib.bib7)\]introduced a hierarchical zone\-based demand prediction model designed to estimate average demand at newly deployed stations across different stages of expansion\. Although our approach leverages contextual information similarly, it differs fundamentally by explicitly modeling dynamic network evolution and the changing spatial\-temporal interactions among stations\. Furthermore, our method simultaneously predicts both instantaneous and expected demands at a fine\-grained temporal resolution, rather than merely aggregating demand at a coarse zone level or assuming station\-level homogeneity\. More recent inductive approaches, including KITS\[[16](https://arxiv.org/html/2608.26451#bib.bib22)\]and DA\-MRGNN\[[17](https://arxiv.org/html/2608.26451#bib.bib17)\], have extended graph\-based prediction to newly added stations by simulating cold\-start conditions or transferring demand patterns across graph domains\. These methods improve generalization to unseen stations and represent important steps toward operational deployment in expanding networks\. However, they focus exclusively on predictive accuracy and do not account for the income\-based disparities that may be embedded in or amplified by such predictions\. Without fairness\-aware supervision, demand estimates for new stations risk systematically reflecting and perpetuating existing socioeconomic inequities in infrastructure access\.
### VI\-CFairness in Urban Mobility
Equity in urban transportation has received increasing attention, as empirical studies show that shared mobility services often reproduce existing socioeconomic disparities rather than alleviating them\. In docked bike\-sharing systems, higher\-income and more educated residents tend to have greater spatial access to stations\[[35](https://arxiv.org/html/2608.26451#bib.bib37),[36](https://arxiv.org/html/2608.26451#bib.bib34)\], while underserved neighborhoods remain systematically under\-provisioned\[[37](https://arxiv.org/html/2608.26451#bib.bib36),[38](https://arxiv.org/html/2608.26451#bib.bib35)\]\. These patterns reflect the interaction between deployment decisions, unequal land use, infrastructure investment, and service coverage, creating risks that data\-driven models may further amplify\. Recent studies have therefore introduced fairness\-aware methods for mobility prediction\. Zheng et al\.\[[39](https://arxiv.org/html/2608.26451#bib.bib31)\]propose SA\-Net, which integrates sociodemographic features and bias\-mitigation regularization for ride\-hailing demand forecasting\. Xia et al\.\[[40](https://arxiv.org/html/2608.26451#bib.bib32)\]develop FairTP to reduce long\-term regional disparities in traffic prediction, while Zhuang et al\.\[[41](https://arxiv.org/html/2608.26451#bib.bib33)\]design a residual\-aware spatiotemporal GNN with an equality\-enhancing loss for urban demand forecasting\. More broadly, the machine learning fairness literature has established a taxonomy of fairness criteria that includes group fairness, which requires equitable aggregate outcomes across demographic groups, and individual fairness, which requires similar predictions for comparably situated instances\[[6](https://arxiv.org/html/2608.26451#bib.bib42)\]\. These distinctions motivate the complementary use of the Region\-based Fairness Gap and the Individual\-based Fairness Gap in our evaluation, capturing both population\-level and station\-level prediction disparities\. Despite their contributions, existing fairness\-aware mobility methods share a common limitation: they are designed for fixed network settings in which all stations are observed during training\. None addresses the cold\-start scenario where new stations must be evaluated at inference time without any prior demand history, leaving the problem of equitable demand prediction for newly deployed stations unresolved\.
### VI\-DFairness in Machine Learning
Fairness\-aware machine learning has established two dominant paradigms for constraining model behavior with respect to sensitive attributes\. Group fairness requires equitable aggregate outcomes across demographic groups, with demographic parity and equalized odds as prominent operationalizations\[[42](https://arxiv.org/html/2608.26451#bib.bib48),[6](https://arxiv.org/html/2608.26451#bib.bib42)\]\. Individual fairness\[[43](https://arxiv.org/html/2608.26451#bib.bib45)\]requires that similarly situated instances receive similar predictions, a principle that motivates station\-level as well as population\-level disparity evaluation; these two paradigms directly underpin the complementary Region\-based Fairness Gap and Individual\-based Fairness Gap metrics used in our work\. In graph neural networks, enforcing fairness introduces additional challenges because neighborhood aggregation can encode and propagate sensitive attribute correlations across the graph structure\[[44](https://arxiv.org/html/2608.26451#bib.bib46),[45](https://arxiv.org/html/2608.26451#bib.bib49)\]\. Methods such as FairGNN\[[44](https://arxiv.org/html/2608.26451#bib.bib46)\]address this through adversarial debiasing, while subgroup\-constrained objectives\[[45](https://arxiv.org/html/2608.26451#bib.bib49)\]target generalization disparity across demographic subgroups\. However, all of these approaches assume a static transductive setting in which node labels, group annotations, and neighborhood structure are fully observable at training time, and none is designed for expanding graphs where newly deployed nodes are absent during training and must be evaluated under cold\-start conditions\.
### VI\-EDynamic Graph Modeling
Dynamic graph prediction has been widely studied for modeling spatial and temporal dependencies in transportation systems\. Early approaches combine recurrent neural networks with graph convolutions for sequential prediction\[[12](https://arxiv.org/html/2608.26451#bib.bib14),[46](https://arxiv.org/html/2608.26451#bib.bib13)\], but often suffer from high computational costs and gradient instability over long sequences\. CNN\-based methods replace recurrent structures with one\-dimensional convolutions to improve efficiency\[[12](https://arxiv.org/html/2608.26451#bib.bib14)\], although repeated graph propagation may oversmooth fine\-grained station relationships\. More recent studies employ adaptive graph structures\[[47](https://arxiv.org/html/2608.26451#bib.bib15)\]and transformer\-based architectures\[[14](https://arxiv.org/html/2608.26451#bib.bib16)\]to capture changing connectivity and long\-range dependencies\. Inductive models such as GraphSAGE\[[23](https://arxiv.org/html/2608.26451#bib.bib30)\]generalize to unseen nodes through neighborhood aggregation, while IGNNK\[[48](https://arxiv.org/html/2608.26451#bib.bib29)\]reconstructs spatiotemporal signals from randomly sampled subgraphs\. Dynamic graph representation learning further models evolving node states and edge formations\[[49](https://arxiv.org/html/2608.26451#bib.bib50)\], and architectures such as PDFormer\[[50](https://arxiv.org/html/2608.26451#bib.bib47)\]improve traffic prediction through adaptive spatial and temporal attention\. However, most existing methods assume a fixed and fully observed node set, leaving unresolved the feature heterogeneity that arises when newly deployed stations lack historical demand observations\. Our framework addresses this limitation by updating graph connectivity at each time step according to spatial proximity, functional similarity, and temporal demand variation, thereby improving prediction under bike\-sharing network structures\.
### VI\-FKnowledge Transfer for Cold\-Start Prediction
Knowledge transfer addresses data scarcity at cold\-start nodes by leveraging representations from data\-rich sources to support inference at data\-sparse targets, a challenge formalized across instance, feature, and model transfer paradigms by Pan and Yang\[[51](https://arxiv.org/html/2608.26451#bib.bib44)\]\. In the graph domain, GraphSAGE\[[23](https://arxiv.org/html/2608.26451#bib.bib30)\]introduced inductive representation learning through neighborhood sampling and aggregation, enabling embedding generation for nodes absent during training\. Cold Brew\[[52](https://arxiv.org/html/2608.26451#bib.bib51)\]extended this by distilling graph\-aware representations into a feature\-only student model, explicitly targeting the strict cold\-start scenario in which a node has no available neighbors at inference time\. Spatiotemporal prediction has seen parallel efforts: IGNNK\[[48](https://arxiv.org/html/2608.26451#bib.bib29)\]reconstructs demand signals at unobserved locations via random subgraph kriging over source nodes; STEP\[[53](https://arxiv.org/html/2608.26451#bib.bib52)\]enhances spatiotemporal GNNs through long\-term temporal pre\-training to improve generalization under limited observations; and ST\-GFSL\[[54](https://arxiv.org/html/2608.26451#bib.bib53)\]addresses few\-shot spatiotemporal prediction via cross\-city meta\-learning and node\-level parameter matching\. Most directly relevant to the expanding network setting, KITS\[[16](https://arxiv.org/html/2608.26451#bib.bib22)\]combines inductive kriging with an increment training strategy that simulates cold\-start conditions before deployment\. Despite these advances, existing methods transfer knowledge through uniform neighborhood aggregation or fixed structural priors, without adapting the weighting of the transfer to the pairwise representational similarity between individual source and target nodes\. FairGIN addresses this gap through temperature\-scaled soft attention and orthogonal embedding alignment, enabling fine\-grained, similarity\-aware knowledge transfer under the feature heterogeneity that characterizes expanding bike\-sharing networks\.
## VIIConclusion
We proposed FairGIN, a fairness\-aware dynamic graph neural network framework for demand prediction in expanding bike\-sharing systems, aiming to support more equitable and low\-carbon urban mobility\. FairGIN jointly addresses two structurally coupled challenges, the inductive prediction gap for newly deployed stations and the income\-based bias inherited from historical demand data\. Its three core components, namely Expansion\-Simulated Increment Training, Attention\-Based Knowledge Transfer, and Fairness\-Aware Training with deployment scoring, target distinct limitations of prior approaches while forming a unified framework that can be trained in an end\-to\-end manner\. Experiments on NYC Citi Bike and Seattle Bikeshare show that FairGIN achieves leading prediction accuracy while substantially reducing demand disparities across income groups, demonstrating that accurate and fair prediction for newly deployed stations can be achieved simultaneously in expanding bike\-sharing networks\.
Beyond its technical contributions, this work highlights the importance of fairness\-aware modeling in low\-carbon urban planning\. As data\-driven tools increasingly inform transportation investment, models that uncritically reproduce historical inequities may further concentrate the benefits of sustainable mobility in already well\-served areas\. FairGIN demonstrates that deliberate fairness design at the embedding level can translate model\-level equity into more inclusive green mobility access for underserved communities, and we hope it serves as a foundation for broader equity\-aware spatiotemporal learning in multi\-modal low\-carbon networks\.
## References
- \[1\]L\. Amatuni, J\. Ottelin, B\. Steubing, and J\. M\. Mogollón\(2020\)Does car sharing reduce greenhouse gas emissions? assessing the modal shift and lifetime shift rebound effects from a life cycle perspective\.Journal of cleaner production266,pp\. 121869\.Cited by:[§I](https://arxiv.org/html/2608.26451#S1.p1.1),[§VI\-A](https://arxiv.org/html/2608.26451#S6.SS1.p1.1)\.
- \[2\]S\. Mahajan and J\. Argota Sánchez\-Vaquerizo\(2024\)Global comparison of urban bike\-sharing accessibility across 40 cities\.Scientific Reports14\(1\),pp\. 20493\.Cited by:[§I](https://arxiv.org/html/2608.26451#S1.p1.1)\.
- \[3\]J\. Beaudoin, Y\. H\. Farzin, and C\. C\. L\. Lawell\(2015\)Public transit investment and sustainable transportation: a review of studies of transit’s impact on traffic congestion and air quality\.Research in Transportation Economics52,pp\. 15–22\.Cited by:[§I](https://arxiv.org/html/2608.26451#S1.p2.1)\.
- \[4\]C\. Venter, G\. Jennings, D\. Hidalgo, and A\. F\. Valderrama Pineda\(2018\)The equity impacts of bus rapid transit: a review of the evidence and implications for sustainable transport\.International Journal of Sustainable Transportation12\(2\),pp\. 140–152\.Cited by:[§I](https://arxiv.org/html/2608.26451#S1.p2.1)\.
- \[5\]G\. Wang, S\. Zhong, S\. Wang, F\. Miao, Z\. Dong, and D\. Zhang\(2021\)Data\-driven fairness\-aware vehicle displacement for large\-scale electric taxi fleets\.In2021 IEEE 37th International Conference on Data Engineering \(ICDE\),pp\. 1200–1211\.Cited by:[§I](https://arxiv.org/html/2608.26451#S1.p2.1)\.
- \[6\]N\. Mehrabi, F\. Morstatter, N\. Saxena, K\. Lerman, and A\. Galstyan\(2021\)A survey on bias and fairness in machine learning\.ACM computing surveys \(CSUR\)54\(6\),pp\. 1–35\.Cited by:[§I](https://arxiv.org/html/2608.26451#S1.p2.1),[§VI\-C](https://arxiv.org/html/2608.26451#S6.SS3.p1.1),[§VI\-D](https://arxiv.org/html/2608.26451#S6.SS4.p1.1)\.
- \[7\]D\. Ensign, S\. A\. Friedler, S\. Neville, C\. Scheidegger, and S\. Venkatasubramanian\(2018\)Runaway feedback loops in predictive policing\.InConference on fairness, accountability and transparency,pp\. 160–171\.Cited by:[§I](https://arxiv.org/html/2608.26451#S1.p2.1)\.
- \[8\]L\. Chen, D\. Zhang, G\. Pan, X\. Ma, D\. Yang, K\. Kushlev, W\. Zhang, and S\. Li\(2015\)Bike sharing station placement leveraging heterogeneous urban open data\.InProceedings of the 2015 ACM International Joint Conference on Pervasive and Ubiquitous Computing,pp\. 571–575\.Cited by:[§I](https://arxiv.org/html/2608.26451#S1.p3.1)\.
- \[9\]J\. Liu, Q\. Li, M\. Qu, W\. Chen, J\. Yang, H\. Xiong, H\. Zhong, and Y\. Fu\(2015\)Station site optimization in bike sharing systems\.In2015 IEEE International Conference on Data Mining,pp\. 883–888\.Cited by:[§I](https://arxiv.org/html/2608.26451#S1.p3.1),[§VI\-A](https://arxiv.org/html/2608.26451#S6.SS1.p1.1)\.
- \[10\]J\. Liu, L\. Sun, Q\. Li, J\. Ming, Y\. Liu, and H\. Xiong\(2017\)Functional zone based hierarchical demand prediction for bike system expansion\.InProceedings of the 23rd ACM SIGKDD international conference on knowledge discovery and data mining,pp\. 957–966\.Cited by:[§I](https://arxiv.org/html/2608.26451#S1.p3.1),[§VI\-B](https://arxiv.org/html/2608.26451#S6.SS2.p1.1)\.
- \[11\]Z\. Kou and H\. Cai\(2021\)Incorporating spatial network information to improve demand prediction for bike share system expansion\.InProceedings of the 10th International Workshop on Urban Computing\. ACM, Beijing,Cited by:[§I](https://arxiv.org/html/2608.26451#S1.p3.1)\.
- \[12\]B\. Yu, H\. Yin, and Z\. Zhu\(2018\)Spatio\-temporal graph convolutional networks: a deep learning framework for traffic forecasting\.InProceedings of the 27th International Joint Conference on Artificial Intelligence,IJCAI’18,pp\. 3634–3640\.External Links:ISBN 9780999241127Cited by:[§I](https://arxiv.org/html/2608.26451#S1.p3.1),[3rd item](https://arxiv.org/html/2608.26451#S4.I1.i3.p1.1),[§VI\-E](https://arxiv.org/html/2608.26451#S6.SS5.p1.1)\.
- \[13\]Z\. Wu, S\. Pan, G\. Long, J\. Jiang, and C\. Zhang\(2019\)Graph wavenet for deep spatial\-temporal graph modeling\.arXiv preprint arXiv:1906\.00121\.Cited by:[§I](https://arxiv.org/html/2608.26451#S1.p3.1)\.
- \[14\]G\. Jin, Y\. Liang, Y\. Fang, Z\. Shao, J\. Huang, J\. Zhang, and Y\. Zheng\(2023\)Spatio\-temporal graph neural networks for predictive learning in urban computing: a survey\.IEEE Transactions on Knowledge and Data Engineering\.Cited by:[§I](https://arxiv.org/html/2608.26451#S1.p3.1),[§VI\-E](https://arxiv.org/html/2608.26451#S6.SS5.p1.1)\.
- \[15\]J\. Liu, G\. P\. Ong, and X\. Chen\(2020\)GraphSAGE\-based traffic speed forecasting for segment network with sparse data\.IEEE Transactions on Intelligent Transportation Systems23\(3\),pp\. 1755–1766\.Cited by:[§I](https://arxiv.org/html/2608.26451#S1.p5.1)\.
- \[16\]Q\. Xu, C\. Long, Z\. Li, S\. Ruan, R\. Zhao, and Z\. Li\(2025\)Kits: inductive spatio\-temporal kriging with increment training strategy\.InProceedings of the AAAI Conference on Artificial Intelligence,Vol\.39,pp\. 12945–12953\.Cited by:[§I](https://arxiv.org/html/2608.26451#S1.p5.1),[8th item](https://arxiv.org/html/2608.26451#S4.I1.i8.p1.1),[§VI\-B](https://arxiv.org/html/2608.26451#S6.SS2.p1.1),[§VI\-F](https://arxiv.org/html/2608.26451#S6.SS6.p1.1)\.
- \[17\]Y\. Liang, G\. Huang, and Z\. Zhao\(2023\)Cross\-mode knowledge adaptation for bike sharing demand prediction using domain\-adversarial graph neural networks\.IEEE Transactions on Intelligent Transportation Systems\.Cited by:[§I](https://arxiv.org/html/2608.26451#S1.p5.1),[7th item](https://arxiv.org/html/2608.26451#S4.I1.i7.p1.1),[§VI\-A](https://arxiv.org/html/2608.26451#S6.SS1.p1.1),[§VI\-B](https://arxiv.org/html/2608.26451#S6.SS2.p1.1)\.
- \[18\]A\. Yan and B\. Howe\(2020\)Fairness\-aware demand prediction for new mobility\.InProceedings of the AAAI Conference on Artificial Intelligence,Vol\.34,pp\. 1079–1087\.Cited by:[§I](https://arxiv.org/html/2608.26451#S1.p5.1),[§II\-C](https://arxiv.org/html/2608.26451#S2.SS3.p2.1),[§II\-C](https://arxiv.org/html/2608.26451#S2.SS3.p4.1),[5th item](https://arxiv.org/html/2608.26451#S4.I1.i5.p1.1),[§IV\-A](https://arxiv.org/html/2608.26451#S4.SS1.p3.1)\.
- \[19\]Z\. Li, L\. Xia, J\. Tang, Y\. Xu, L\. Shi, L\. Xia, D\. Yin, and C\. Huang\(2024\)Urbangpt: spatio\-temporal large language models\.InProceedings of the 30th ACM SIGKDD conference on knowledge discovery and data mining,pp\. 5351–5362\.Cited by:[§I](https://arxiv.org/html/2608.26451#S1.p5.1),[9th item](https://arxiv.org/html/2608.26451#S4.I1.i9.p1.1),[§VI\-A](https://arxiv.org/html/2608.26451#S6.SS1.p1.1)\.
- \[20\]G\. E\. Box, G\. M\. Jenkins, G\. C\. Reinsel, and G\. M\. Ljung\(2015\)Time series analysis: forecasting and control\.John Wiley & Sons\.Cited by:[1st item](https://arxiv.org/html/2608.26451#S4.I1.i1.p1.1)\.
- \[21\]S\. Hochreiter and J\. Schmidhuber\(1997\)Long short\-term memory\.Neural computation9\(8\),pp\. 1735–1780\.Cited by:[2nd item](https://arxiv.org/html/2608.26451#S4.I1.i2.p1.1)\.
- \[22\]Y\. Li, R\. Yu, C\. Shahabi, and Y\. Liu\(2017\)Diffusion convolutional recurrent neural network: data\-driven traffic forecasting\.arXiv preprint arXiv:1707\.01926\.Cited by:[4th item](https://arxiv.org/html/2608.26451#S4.I1.i4.p1.1)\.
- \[23\]W\. Hamilton, Z\. Ying, and J\. Leskovec\(2017\)Inductive representation learning on large graphs\.Advances in neural information processing systems30\.Cited by:[6th item](https://arxiv.org/html/2608.26451#S4.I1.i6.p1.1),[§VI\-E](https://arxiv.org/html/2608.26451#S6.SS5.p1.1),[§VI\-F](https://arxiv.org/html/2608.26451#S6.SS6.p1.1)\.
- \[24\]R\. Jiang, A\. Pacchiano, T\. Stepleton, H\. Jiang, and S\. Chiappa\(2020\)Wasserstein fair classification\.InUncertainty in artificial intelligence,pp\. 862–872\.Cited by:[§V](https://arxiv.org/html/2608.26451#S5.p13.1)\.
- \[25\]K\. Zhao, D\. Khryashchev, J\. Freire, C\. Silva, and H\. Vo\(2016\)Predicting taxi demand at high spatial resolution: approaching the limit of predictability\.In2016 IEEE international conference on Big data \(big data\),pp\. 833–842\.Cited by:[§VI\-A](https://arxiv.org/html/2608.26451#S6.SS1.p1.1)\.
- \[26\]P\. Chen, H\. Hsieh, K\. Su, X\. K\. Sigalingging, Y\. Chen, and J\. Leu\(2020\)Predicting station level demand in a bike\-sharing system using recurrent neural networks\.IET Intelligent Transport Systems14\(6\),pp\. 554–561\.Cited by:[§VI\-A](https://arxiv.org/html/2608.26451#S6.SS1.p1.1)\.
- \[27\]V\. E\. Sathishkumar, J\. Park, and Y\. Cho\(2020\)Using data mining techniques for bike sharing demand prediction in metropolitan city\.Computer Communications153,pp\. 353–366\.Cited by:[§VI\-A](https://arxiv.org/html/2608.26451#S6.SS1.p1.1)\.
- \[28\]D\. Duran\-Rodas, B\. Wright, F\. C\. Pereira, and G\. Wulfhorst\(2021\)Demand and/or equity \(dare\) method for planning bike\-sharing\.Transportation Research Part D: Transport and Environment97,pp\. 102914\.Cited by:[§VI\-A](https://arxiv.org/html/2608.26451#S6.SS1.p1.1)\.
- \[29\]L\. Zhu, M\. Ali, E\. Macioszek, M\. Aghaabbasi, and A\. Jan\(2022\)Approaching sustainable bike\-sharing development: a systematic review of the influence of built environment features on bike\-sharing ridership\.Sustainability14\(10\),pp\. 5795\.Cited by:[§VI\-A](https://arxiv.org/html/2608.26451#S6.SS1.p1.1)\.
- \[30\]H\. Bi, Z\. Ye, and Y\. Zhang\(2021\)Analysis of the integration usage patterns of multiple shared mobility modes and metro system\.Transportation research record2675\(10\),pp\. 876–894\.Cited by:[§VI\-A](https://arxiv.org/html/2608.26451#S6.SS1.p1.1)\.
- \[31\]J\. Chen, K\. Li, K\. Li, P\. S\. Yu, and Z\. Zeng\(2021\)Dynamic planning of bicycle stations in dockless public bicycle\-sharing system using gated graph neural network\.ACM Transactions on Intelligent Systems and Technology \(TIST\)12\(2\),pp\. 1–22\.Cited by:[§VI\-A](https://arxiv.org/html/2608.26451#S6.SS1.p1.1)\.
- \[32\]Y\. Li and Y\. Zheng\(2020\)Citywide bike usage prediction in a bike\-sharing system\.IEEE Transactions on Knowledge and Data Engineering32\(6\),pp\. 1079–1091\.External Links:[Document](https://dx.doi.org/10.1109/TKDE.2019.2898831)Cited by:[§VI\-B](https://arxiv.org/html/2608.26451#S6.SS2.p1.1)\.
- \[33\]Y\. Liang, Z\. Zhao, F\. Ding, Y\. Tang, and Z\. He\(2024\)Time\-dependent trip generation for bike sharing planning: a multi\-task memory\-augmented graph neural network\.Information Fusion106,pp\. 102294\.Cited by:[§VI\-B](https://arxiv.org/html/2608.26451#S6.SS2.p1.1)\.
- \[34\]Y\. Liang, F\. Ding, G\. Huang, and Z\. Zhao\(2023\)Deep trip generation with graph neural networks for bike sharing system expansion\.Transportation Research Part C: Emerging Technologies154,pp\. 104241\.Cited by:[§VI\-B](https://arxiv.org/html/2608.26451#S6.SS2.p1.1)\.
- \[35\]K\. Hosford and M\. Winters\(2018\)Who are public bicycle share programs serving? an evaluation of the equity of spatial access to bicycle share service areas in canadian cities\.Transportation research record2672\(36\),pp\. 42–50\.Cited by:[§VI\-C](https://arxiv.org/html/2608.26451#S6.SS3.p1.1)\.
- \[36\]N\. Giuffrida, F\. Pilla, and P\. Carroll\(2023\)The social sustainability of cycling: assessing equity in the accessibility of bike\-sharing services\.Journal of transport geography106,pp\. 103490\.Cited by:[§VI\-C](https://arxiv.org/html/2608.26451#S6.SS3.p1.1)\.
- \[37\]S\. J\. Mooney, K\. Hosford, B\. Howe, A\. Yan, M\. Winters, A\. Bassok, and J\. A\. Hirsch\(2019\)Freedom from the station: spatial equity in access to dockless bike share\.Journal of transport geography74,pp\. 91–96\.Cited by:[§VI\-C](https://arxiv.org/html/2608.26451#S6.SS3.p1.1)\.
- \[38\]H\. Mohiuddin, D\. T\. Fitch\-Polse, and S\. L\. Handy\(2023\)Does bike\-share enhance transport equity? evidence from the sacramento, california region\.Journal of Transport Geography109,pp\. 103588\.Cited by:[§VI\-C](https://arxiv.org/html/2608.26451#S6.SS3.p1.1)\.
- \[39\]Y\. Zheng, Q\. Wang, D\. Zhuang, S\. Wang, and J\. Zhao\(2023\)Fairness\-enhancing deep learning for ride\-hailing demand prediction\.IEEE Open Journal of Intelligent Transportation Systems4,pp\. 551–569\.Cited by:[§VI\-C](https://arxiv.org/html/2608.26451#S6.SS3.p1.1)\.
- \[40\]J\. Xia, Y\. Yang, J\. Shen, S\. Wang, and J\. Cao\(2025\)Fairtp: a prolonged fairness framework for traffic prediction\.InProceedings of the AAAI Conference on Artificial Intelligence,Vol\.39,pp\. 26391–26399\.Cited by:[§VI\-C](https://arxiv.org/html/2608.26451#S6.SS3.p1.1)\.
- \[41\]D\. Zhuang, H\. Xu, X\. Guo, Y\. Zheng, S\. Wang, and J\. Zhao\(2025\)Mitigating spatial disparity in urban prediction using residual\-aware spatiotemporal graph neural networks: a chicago case study\.InCompanion Proceedings of the ACM on Web Conference 2025,pp\. 2351–2360\.Cited by:[§VI\-C](https://arxiv.org/html/2608.26451#S6.SS3.p1.1)\.
- \[42\]M\. Hardt, E\. Price, and N\. Srebro\(2016\)Equality of opportunity in supervised learning\.Advances in neural information processing systems29\.Cited by:[§VI\-D](https://arxiv.org/html/2608.26451#S6.SS4.p1.1)\.
- \[43\]C\. Dwork, M\. Hardt, T\. Pitassi, O\. Reingold, and R\. Zemel\(2012\)Fairness through awareness\.InProceedings of the 3rd innovations in theoretical computer science conference,pp\. 214–226\.Cited by:[§VI\-D](https://arxiv.org/html/2608.26451#S6.SS4.p1.1)\.
- \[44\]E\. Dai and S\. Wang\(2021\)Say no to the discrimination: learning fair graph neural networks with limited sensitive attribute information\.InProceedings of the 14th ACM international conference on web search and data mining,pp\. 680–688\.Cited by:[§VI\-D](https://arxiv.org/html/2608.26451#S6.SS4.p1.1)\.
- \[45\]J\. Ma, J\. Deng, and Q\. Mei\(2021\)Subgroup generalization and fairness of graph neural networks\.Advances in Neural Information Processing Systems34,pp\. 1048–1061\.Cited by:[§VI\-D](https://arxiv.org/html/2608.26451#S6.SS4.p1.1)\.
- \[46\]A\. Roy, K\. K\. Roy, A\. A\. Ali, M\. A\. Amin, and A\. M\. Rahman\(2021\)Unified spatio\-temporal modeling for traffic forecasting using graph neural network\.In2021 International Joint Conference on Neural Networks \(IJCNN\),pp\. 1–8\.Cited by:[§VI\-E](https://arxiv.org/html/2608.26451#S6.SS5.p1.1)\.
- \[47\]C\. Zheng, X\. Fan, S\. Pan, H\. Jin, Z\. Peng, Z\. Wu, C\. Wang, and S\. Y\. Philip\(2023\)Spatio\-temporal joint graph convolutional networks for traffic forecasting\.IEEE Transactions on Knowledge and Data Engineering36\(1\),pp\. 372–385\.Cited by:[§VI\-E](https://arxiv.org/html/2608.26451#S6.SS5.p1.1)\.
- \[48\]Y\. Wu, D\. Zhuang, A\. Labbe, and L\. Sun\(2020\)Inductive graph neural networks for spatiotemporal kriging\.CoRRabs/2006\.07527\.External Links:[Link](https://arxiv.org/abs/2006.07527),2006\.07527Cited by:[§VI\-E](https://arxiv.org/html/2608.26451#S6.SS5.p1.1),[§VI\-F](https://arxiv.org/html/2608.26451#S6.SS6.p1.1)\.
- \[49\]S\. M\. Kazemi, R\. Goel, K\. Jain, I\. Kobyzev, A\. Sethi, P\. Forsyth, and P\. Poupart\(2020\)Representation learning for dynamic graphs: a survey\.Journal of Machine Learning Research21\(70\),pp\. 1–73\.External Links:[Link](http://jmlr.org/papers/v21/19-447.html)Cited by:[§VI\-E](https://arxiv.org/html/2608.26451#S6.SS5.p1.1)\.
- \[50\]J\. Jiang, C\. Han, W\. X\. Zhao, and J\. Wang\(2023\)Pdformer: propagation delay\-aware dynamic long\-range transformer for traffic flow prediction\.InProceedings of the AAAI conference on artificial intelligence,Vol\.37,pp\. 4365–4373\.Cited by:[§VI\-E](https://arxiv.org/html/2608.26451#S6.SS5.p1.1)\.
- \[51\]S\. J\. Pan and Q\. Yang\(2009\)A survey on transfer learning\.IEEE Transactions on knowledge and data engineering22\(10\),pp\. 1345–1359\.Cited by:[§VI\-F](https://arxiv.org/html/2608.26451#S6.SS6.p1.1)\.
- \[52\]W\. Zheng, E\. W\. Huang, N\. Rao, S\. Katariya, Z\. Wang, and K\. Subbian\(2021\)Cold brew: distilling graph node representations with incomplete or missing neighborhoods\.arXiv preprint arXiv:2111\.04840\.Cited by:[§VI\-F](https://arxiv.org/html/2608.26451#S6.SS6.p1.1)\.
- \[53\]Z\. Shao, Z\. Zhang, F\. Wang, and Y\. Xu\(2022\)Pre\-training enhanced spatial\-temporal graph neural network for multivariate time series forecasting\.InProceedings of the 28th ACM SIGKDD conference on knowledge discovery and data mining,pp\. 1567–1577\.Cited by:[§VI\-F](https://arxiv.org/html/2608.26451#S6.SS6.p1.1)\.
- \[54\]B\. Lu, X\. Gan, W\. Zhang, H\. Yao, L\. Fu, and X\. Wang\(2022\)Spatio\-temporal graph few\-shot learning with cross\-city knowledge transfer\.InProceedings of the 28th ACM SIGKDD conference on knowledge discovery and data mining,pp\. 1162–1172\.Cited by:[§VI\-F](https://arxiv.org/html/2608.26451#S6.SS6.p1.1)\.Similar Articles
STAGformer: A Spatio-temporal Agent Graph Transformer for Micro Mobility Demand Forecasting
STAGformer introduces a spatio-temporal agent graph transformer with linear complexity for bike-sharing demand forecasting, outperforming baselines on NYC and Chicago datasets.
Robust OT-Guided Generative Residual Domain Adaptation for Bike-Sharing Demand Prediction under Temporal Domain Shift
This paper proposes Gen-ROTDA, a robust optimal transport-guided residual domain adaptation framework for predicting bike-sharing demand under temporal domain shift, achieving improved stability and accuracy compared to baselines, especially with noisy target data.
Towards Inclusive Mobility Modeling: Characterizing and Evaluating Elderly Trajectory Patterns in Urban Systems
This paper examines how the underrepresentation of elderly riders in mobility datasets introduces systematic bias into mobility modeling, using Citi Bike data from Jersey City. It shows that models trained on majority-dominated populations misrepresent elderly mobility behavior, and that higher-capability models do not necessarily improve subgroup fidelity under limited demographic data.
Grounded, Compute-Efficient LLM Policy Agents for Energy-Poverty Equity in Physically-Constrained Peer-to-Peer Energy Markets
This paper presents EqGrid, a closed-loop simulation where an LLM policy agent sets price and carbon bounds to promote energy-poverty equity in physically-constrained peer-to-peer energy markets, demonstrating reduced burden inequality with compute-efficient models.
Using the Gini Coefficient to Plan Edge Capacity
Fastly uses the Gini coefficient, a macroeconomic metric for inequality, to model traffic inequality and plan edge capacity, outperforming complex ML models for rare but critical events.