Identifying Influence Mechanisms of Low-Carbon Travel Intention Through the Integration of Built Environment and Policy Perceptions: A Case Study in Shanghai, China
Abstract
1. Introduction
2. Literature Review
2.1. The Theoretical Framework
- (1)
- The Theory of Planned Behavior
- (2)
- The Technology Acceptance Model
2.2. Travel Decision-Making
2.3. Policies to Promote Low-Carbon Travel
2.4. Research Gaps
3. Methodology
3.1. Structural Equation Model
- (1)
- The structural model
- (2)
- The measurement model
3.2. Machine Learning Classification Model
4. Results
4.1. Descriptive Statistical Analysis
4.2. Reliability and Validity Test
4.3. Path Analysis of the Structural Equation Model
- (1)
- ATT has a significant positive effect on LI (β = 0.520, p < 0.001).
- (2)
- BEP significantly influences both EPP (β = 0.366, p < 0.001) and RPP (β = 0.433, p < 0.001)
- (3)
- Paths through which EPP and RPP directly influence ATT are insignificant. Instead, paths where EPP or APP indirectly influence ATT through SN or PBC are significant (EPP→SN: β = 0.320, p < 0.001, EPP→PBC: β = 0.178, p < 0.015, RPP→SN: β = 0.361, p < 0.001, RPP→PBC: β = 0.344, p < 0.001).
- (4)
- Both EPP and RPP can indirectly affect LI by influencing ATT. In addition, EPP rather than RPP directly affects LI (β = 0.184, p < 0.01).
4.4. SHAP Analysis of the Machine Learning Model
5. Discussion
5.1. Latent Variable Mechanism
5.2. Population Segmentation and Policy Recommendations
- (1)
- People of different age groups
- (2)
- People from different income levels
- (3)
- Policy priorities
- (1)
- Promotions on popular media platforms and co-branded merchandise (targeting young people),
- (2)
- Subsidies on the purchase, parking, insurance, and annual inspection of clean energy vehicles (targeting middle-aged people and individuals with medium-to-low income who currently own gasoline cars),
- (3)
- Enhancing the safety performance and quality inspection of clean energy vehicles (targeting childbearing middle-aged gasoline car owners),
- (4)
- Subsidies for public transportation (targeting individuals with medium-to-low income).
6. Conclusions
6.1. Summary and Implications
6.2. Limitations and Future Research
Author Contributions
Funding
Institutional Review Board Statement
Informed Consent Statement
Data Availability Statement
Acknowledgments
Conflicts of Interest
Appendix A
Appendix A.1
Appendix A.2
Category | Interpretation | Recommended Value | ||
---|---|---|---|---|
Structural Validity | whether the theoretical relationships between latent constructs are supported | KMO | a measure of sampling adequacy in factor analysis | >0.7 |
p-value | the representation of sample independence | <0.05 | ||
Factor Loading | the correlation between the original variables and the common factors extracted in factor analysis | >0.6 | ||
Convergent Validity | the correlation between two measurement tools assessing the same construct | CR | the internal consistency of all observed variables reflecting a certain latent construct | >0.7 |
AVE | a measure of convergence for latent construct estimation by observed variables | >0.5 | ||
Discriminant Validity | validating the distinctiveness of different constructs or attributes in a test | larger than the correlation with other variables |
Indicator | Reference Value | Actual Value | Test |
---|---|---|---|
ML χ2 | — | 345.397 | — |
df | — | 178 | — |
χ2/df | 1 < χ2/df < 3 | 1.940 | Pass |
CFI | >0.9 | 0.940 | Pass |
TLI | >0.9 | 0.929 | Pass |
RMSEA | <0.08 | 0.051 | Pass |
SRMR | <0.08 | 0.070 | Pass |
Hypothesis | Estimate | S.E. | Est./S.E. | p-Value | Significance | Result |
---|---|---|---|---|---|---|
H1 | 0.505 | 0.061 | 8.351 | <0.001 | *** | Support |
H2 | 0.511 | 0.069 | 7.435 | <0.001 | *** | Support |
H3 | 0.141 | 0.066 | 2.129 | 0.033 | * | Support |
H4 | 0.320 | 0.079 | 4.058 | <0.001 | *** | Support |
H5 | −0.038 | 0.074 | −0.512 | 0.609 | — | Reject |
H6 | 0.178 | 0.076 | 2.347 | 0.019 | * | Support |
H7 | 0.289 | 0.062 | 4.640 | <0.001 | *** | Support |
H8 | 0.361 | 0.071 | 5.088 | <0.001 | *** | Support |
H9 | 0.041 | 0.076 | 0.534 | 0.594 | — | Reject |
H10 | 0.344 | 0.069 | 4.975 | <0.001 | *** | Support |
H11 | 0.367 | 0.063 | 5.843 | <0.001 | *** | Support |
H12 | 0.432 | 0.056 | 7.683 | <0.001 | *** | Support |
H13 | 0.184 | 0.069 | 2.644 | 0.008 | ** | Support |
H14 | 0.042 | 0.071 | 0.596 | 0.551 | — | Reject |
Appendix A.3
Classifier | Hyper-Parameter | Hyper-Parameter Grid | Best Hyper-Parameter |
---|---|---|---|
RF | Number of Estimators | 5, 10, 20, 30, 40 | 20 |
Maximum Depth | None, 5, 10, 20, 30 | 20 | |
Minimum Samples Split | 2, 5, 7, 10 | 7 | |
Minimum Samples Leaf | 1, 2, 3, 5 | 2 | |
Maximum Features | “sqrt”, ”log2” | “log2” | |
GBDT | Number of Estimators | 50, 100, 200, 300, 500 | 50 |
Learning Rate | 0.01, 0.1, 0.2, 0.3 | 0.3 | |
Maximum Depth | 3, 4, 5, 6, 7 | 7 | |
Subsample | 0.7, 0.8, 0.9, 1.0 | 0.7 | |
KNN | Number of Neighbors | 6, 7, 8, 9, 10 | 9 |
Weights | “uniform”, “distance” | “uniform” | |
Algorithm | “auto”, “ball tree”, “kd tree”, “brute” | “auto” | |
LR | C | 0.001, 0.01, 0.1, 1, 10 | 0.1 |
Penalty | “l”, “l2” | “l2” | |
Solver | “liblinear”, “lbfgs”, “newton-cg”, “sag” | “newton-cg” | |
DT | Criterion | “gini”, “entropy” | “entropy” |
Maximum Depth | None, 2, 3, 4, 5 | 3 | |
Minimum Samples Split | 2, 5, 10 | 10 | |
Minimum Samples Leaf | 1, 2, 4 | 1 | |
Maximum Features | “auto”, “sqrt”, “log2” | “log2” |
References
- Bastani, P.; Heywood, J.B.; Hope, C. The Effect of Uncertainty on US Transport-related GHG Emissions and Fuel Consumption out to 2050. Transp. Res. Part A Policy Pract. 2012, 46, 517–548. [Google Scholar] [CrossRef]
- Xu, H.; Li, Y.; Zheng, Y.; Xu, X. Analysis of Spatial Associations in the Energy–carbon Emission Efficiency of the Transportation Industry and Its Influencing Factors: Evidence from China. Environ. Impact Assess. Rev. 2022, 97, 106905. [Google Scholar] [CrossRef]
- IEA. World Energy Outlook 2017: China. Available online: https://www.iea.org/reports/world-energy-outlook-2017-china (accessed on 28 March 2025).
- Deng, Z.; Li, L.; Du, Y. Can Polycentric Urban Morphology Improve Transportation Carbon Emission Efficiency? Evidence from 285 Chinese Cities, 2005–2020. Transportation 2024. [Google Scholar] [CrossRef]
- Loo, B.P.Y.; Li, L.; Namdeo, A. Reducing Road Transport Emissions for Climate Policy in China and India. Transp. Res. Part D Transp. Environ. 2023, 122, 103895. [Google Scholar] [CrossRef]
- Hu, X.; Wu, N.; Chen, N. Young People’s Behavioral Intentions towards Low-carbon Travel: Extending the Theory of Planned Behavior. Int. J. Environ. Res. Public Health 2021, 18, 2327. [Google Scholar] [CrossRef] [PubMed]
- Sun, S.; Xu, L.; Yao, Y.; Duan, Z. Investigating the Determinants to Retain Spurious-loyalty Passengers: A Data-fusion Based Approach. Transp. Res. Part A Policy Pract. 2021, 152, 70–83. [Google Scholar] [CrossRef]
- Hook, H.; De Vos, J.; Van Acker, V.; Witlox, F. Does Undirected Travel Compensate for Reduced Directed Travel During Lockdown? Transp. Lett. 2021, 13, 414–420. [Google Scholar] [CrossRef]
- Kang, S.-E.; Lee, C.-K.; Park, Y.-n.; Olya, H.; Suess, C. How Does the Media Influence Korean Travelers’ Intention to Use Hyperloop Trains? Transp. Lett. 2024, 17, 528–540. [Google Scholar] [CrossRef]
- Huang, Y.; Gan, H.; Jing, P.; Wang, X. Analysis of Park and Ride Mode Choice Behavior under Multimodal Travel Information Service. Transp. Lett. 2022, 14, 1080–1090. [Google Scholar] [CrossRef]
- Choi, S.; Choo, S.; Kim, S. Exploring the Influences of Compact Development on Zone-based Travel Patterns: A Case Study of the Seoul Metropolitan Area. Transp. Lett. 2020, 12, 316–328. [Google Scholar] [CrossRef]
- Cho, S.-H.; Park, S.H.; Choo, S. Exploring the Travel Behavioral Differences for the Elderly Mobility on Public Transit. Transp. Lett. 2024, 17, 61–71. [Google Scholar] [CrossRef]
- Cheng, L.; Chen, X.; Yang, S.; Wu, J.; Yang, M. Structural Equation Models to Analyze Activity Participation, Trip Generation, and Mode Choice of Low-income Commuters. Transp. Lett. 2019, 11, 341–349. [Google Scholar] [CrossRef]
- Sharma, I.; Gupta, M.; Mishra, S.; Velaga, N.R. Exploring the Impact of Time Pressure on Motorized Two-wheeler Riders’ Over-speeding Behavior. Transp. Lett. 2024, 17, 595–611. [Google Scholar] [CrossRef]
- Manaugh, K.; Boisjoly, G.; El-Geneidy, A. Overcoming Barriers to Cycling: Understanding Frequency of Cycling in a University Setting and the Factors Preventing Commuters from Cycling on a Regular Basis. Transportation 2017, 44, 871–884. [Google Scholar] [CrossRef]
- Sherriff, G.; Adams, M.; Blazejewski, L.; Davies, N.; Kamerāde, D. From Mobike to No Bike in Greater Manchester: Using the Capabilities Approach to Explore Europe’s First Wave of Dockless Bike Share. J. Transp. Geogr. 2020, 86, 102744. [Google Scholar] [CrossRef]
- Mandal, A.; Johansson, C.; Lindelöw, D. Exploring Walking from the Perspective of Theory of Planned Behavior. Transp. Res. Interdiscip. Perspect. 2023, 22, 100931. [Google Scholar] [CrossRef]
- State Council of China. Notice on Adjusting the Standards for Urban Size Classification. Available online: https://www.gov.cn/gongbao/content/2014/content_2779012.htm (accessed on 28 March 2025).
- Jiang, J.; Ye, B.; Shao, S.; Zhou, N.; Wang, D.; Zeng, Z.; Liu, J. Two-Tier Synergic Governance of Greenhouse Gas Emissions and Air Pollution in China’s Megacity, Shenzhen: Impact Evaluation and Policy Implication. Environ. Sci. Technol. 2021, 55, 7225–7236. [Google Scholar] [CrossRef]
- Wu, X.; He, R.; He, M. Chaos Analysis of Urban Low-Carbon Traffic Based on Game Theory. Int. J. Environ. Res. Public Health 2021, 18, 2285. [Google Scholar] [CrossRef]
- Ajzen, I. From Intentions to Actions: A Theory of Planned Behavior. In Action Control: From Cognition to Behavior; Kuhl, J., Beckmann, J., Eds.; Springer: Berlin/Heidelberg, Germany, 1985; pp. 11–39. [Google Scholar]
- Fu, X. A Novel Perspective to Enhance the Role of TPB in Predicting Green Travel: The Moderation of Affective-cognitive Congruence of Attitudes. Transportation 2021, 48, 3013–3035. [Google Scholar] [CrossRef]
- Han, H.; Al-Ansi, A.; Chua, B.-L.; Tariq, B.; Radic, A.; Park, S.-h. The Post-Coronavirus World in the International Tourism Industry: Application of the Theory of Planned Behavior to Safer Destination Choices in the Case of US Outbound Tourism. Int. J. Environ. Res. Public Health 2020, 17, 6485. [Google Scholar] [CrossRef]
- Huang, Y.; Gao, L. Influence Mechanism of Commuter’s Low-carbon Literacy on the Intention of Mode Choice: A Case Study in Shanghai, China. Int. J. Sustain. Transp. 2022, 16, 1131–1143. [Google Scholar] [CrossRef]
- Li, R.; Han, Y.; Zhou, H. What Changes the Autonomous Vehicle Acceptance After COVID-19? Evidence from China. Res. Transp. Econ. 2025, 109, 101498. [Google Scholar] [CrossRef]
- Herrenkind, B.; Nastjuk, I.; Brendel, A.B.; Trang, S.; Kolbe, L.M. Young People’s Travel Behavior—Using the Life-oriented Approach to Understand the Acceptance of Autonomous Driving. Transp. Res. Part D Transp. Environ. 2019, 74, 214–233. [Google Scholar] [CrossRef]
- Liu, T.; Zhang, Y.; Zhang, M.; Chen, M.; Yu, S. Factors Influencing Consumer Willingness to Use AI-Driven Autonomous Taxis. Behav. Sci. 2024, 14, 1216. [Google Scholar] [CrossRef]
- Batouei, A.; Nikbin, D.; Foroughi, B. Acceptance of ChatGPT as an Auxiliary Tool Enhancing Travel Experience. J. Hosp. Tour. Insights 2025. [Google Scholar] [CrossRef]
- Zhang, C.; Chen, J.; Fu, X. A Multilevel Analysis of Adoption Intention of Travel Information on Social Media: Evidence from China. Travel. Behav. Soc. 2023, 32, 100582. [Google Scholar] [CrossRef]
- Wang, Y.; Li, C.; Yang, S.; Ye, L.; Guo, M. A Study on Urban Residents’ Intention to Choose Green Transportation Modes Based on the 2T Composite Model: A Case Study of Beijing, China. Res. Transp. Bus. Manag. 2025, 60, 101376. [Google Scholar] [CrossRef]
- Wu, S.; Ma, E.; Wang, J.; Li, D. Experience with Travel Mobile Apps and Travel Intentions—The Case of University Students in China. Sustainability 2022, 14, 12603. [Google Scholar] [CrossRef]
- Li, W.; Yang, Y.; Cheng, L.; Meng, X.; Zhang, F.; Ji, Y. Understanding Adoption Intent and Behavioral Response to Shared Electric Bicycles: A Survey in Ningbo, China. Transp. Res. Rec. J. Transp. Res. Board. 2023, 2677, 1311–1326. [Google Scholar] [CrossRef]
- Chou, C.-C.; Iamtrakul, P.; Yoh, K.; Miyata, M.; Doi, K. Determining the Role of Self-efficacy in Sustained Behavior Change: An Empirical Study on Intention to Use Community-based Electric Ride-sharing. Transp. Res. Part A Policy Pract 2024, 179, 103921. [Google Scholar] [CrossRef]
- Chen, C.-F.; Chao, W.-H. Habitual or Reasoned? Using the Theory of Planned Behavior, Technology Acceptance Model, and Habit to Examine Switching Intentions toward Public Transit. Transp. Res. Part F Traffic Psychol. Behav. 2011, 14, 128–137. [Google Scholar] [CrossRef]
- Jiang, Y.; Wu, Q.; Chen, B.; Long, Q.; Song, Y.; Yang, J. How is the Acceptance of New Energy Vehicles under the Recurring COVID-19—A Case Study in China. J. Clean. Prod. 2023, 430, 139751. [Google Scholar] [CrossRef]
- Ru, X.; Wang, S.; Chen, Q.; Yan, S. Exploring the Interaction Effects of Norms and Attitudes on Green Travel Intention: An Empirical Study in Eastern China. J. Clean. Prod. 2018, 197, 1317–1327. [Google Scholar] [CrossRef]
- Juschten, M.; Jiricka-Pürrer, A.; Unbehaun, W.; Hössinger, R. The Mountains are Calling! An Extended TPB Model for Understanding Metropolitan Residents’ Intentions to Visit Nearby Alpine Destinations in Summer. Tour. Manag. 2019, 75, 293–306. [Google Scholar] [CrossRef]
- Li, W.; Zhao, S.; Ma, J.; Qin, W. Investigating Regional and Generational Heterogeneity in Low-carbon Travel Behavior Intention Based on a PLS-SEM Approach. Sustainability 2021, 13, 3492. [Google Scholar] [CrossRef]
- Samadzad, M.; Nosratzadeh, H.; Karami, H.; Karami, A. What are the Factors Affecting the Adoption and Use of Electric Scooter Sharing Systems from the End User’s Perspective? Transp. Policy 2023, 136, 70–82. [Google Scholar] [CrossRef]
- Liao, C.; Huang, Y.; Zheng, Z.; Xu, Y. Investigating the Factors Influencing Urban Residents’ Low-carbon Travel Intention: A Comprehensive Analysis Based on the TPB Model. Transp. Res. Interdiscip. Perspect. 2023, 22, 100948. [Google Scholar] [CrossRef]
- Lembcke, T.-B.; Herrenkind, B.; Nastjuk, I.; Brendel, A.B. Promoting Business Trip Ridesharing with Green Information Systems: A Blended Environment Perspective. Transp. Res. Part D Transp. Environ. 2021, 94, 102795. [Google Scholar] [CrossRef]
- Cervero, R.; Kockelman, K. Travel Demand and the 3Ds: Density, Diversity, and Design. Transp. Res. Part D Transp. Environ. 1997, 2, 199–219. [Google Scholar] [CrossRef]
- Yu, Z.; Li, P.; Schwanen, T.; Zhao, P.; Zhao, Z. Role of Rural Built Environment in Travel Mode Choice: Evidence from China. Transp. Res. Part D Transp. Environ. 2023, 117, 103649. [Google Scholar] [CrossRef]
- Yu, Z.; Zhao, P. The Factors in Residents’ Mobility in Rural Towns of China: Car Ownership, Road Infrastructure and Public Transport Services. J. Transp. Geogr. 2021, 91, 102950. [Google Scholar] [CrossRef]
- Guo, Y.; Yang, L.; Chen, Y. Bike Share Usage and the Built Environment: A Review. Front. Public Health 2022, 10, 848169. [Google Scholar] [CrossRef]
- Yin, C.; Shao, C.; Wang, X. Exploring the Impact of Built Environment on Car Use: Does Living Near Urban Rail Transit Matter? Transp. Lett. 2020, 12, 391–398. [Google Scholar] [CrossRef]
- Luo, P.; Guo, G.; Zhang, W. The Role of Social Influence in Green Travel Behavior in Rural China. Transp. Res. Part D Transp. Environ. 2022, 107, 103284. [Google Scholar] [CrossRef]
- Wang, B.; Shi, H.; Sun, K.; Guo, H.; Zhang, S.; Wang, Z. Whom You Are with Will Make Your Travel Greener. Transp. Res. Part D Transp. Environ. 2021, 99, 102936. [Google Scholar] [CrossRef]
- Chen, Q.; Qin, Y.; Yao, M.; Zhang, Y.; Zhai, Z. The Consistency of Subjective and Objective Factors Influencing Walking Path Choice around Rail Transit Stations. Buildings 2024, 14, 2225. [Google Scholar] [CrossRef]
- Dill, J.; Mohr, C.; Ma, L. How Can Psychological Theory Help Cities Increase Walking and Bicycling? J. Am. Plan. Assoc. 2014, 80, 36–51. [Google Scholar] [CrossRef]
- Li, J.; Sun, J.; Wang, W. Study of Residents’ Ongoing Behavioural Intentions for Regular Bus Travel. Promet Traffic Transp. 2024, 36, 345–356. [Google Scholar] [CrossRef]
- Ko, E.; Kwon, Y.; Son, W.; Kim, J.; Kim, H. Factors Influencing Intention to Use Mobility as a Service: Case Study of Gyeonggi Province, Korea. Sustainability 2022, 14, 218. [Google Scholar] [CrossRef]
- González-Sánchez, G.; Maeso-González, E.; López, E.; Aguiar, I. Exploring Determining Factors of MaaS APP Use and Its Potential Effects on Mobility Behavior: Keys to Gender-sensitive Planning and Management. Transp. Policy 2024, 158, 175–195. [Google Scholar] [CrossRef]
- Masoumi, H.E. A Discrete Choice Analysis of Transport Mode Choice Causality and Perceived Barriers of Sustainable Mobility in the MENA Region. Transp. Policy 2019, 79, 37–53. [Google Scholar] [CrossRef]
- Ali Aden, W.; Zheng, J.; Ullah, I.; Safdar, M. Public Preferences Towards Car Sharing Service: The Case of Djibouti. Front. Environ. Sci. 2022, 10, 889453. [Google Scholar] [CrossRef]
- Shi, J.; Hua, W.; Si, H.; Cheng, L. How to Stimulate Users’ Ridesharing Intention and Behavior? Evidence from Structural and Multi-group Analyses. Travel. Behav. Soc. 2024, 37, 100858. [Google Scholar] [CrossRef]
- Mattia, G.; Di Pietro, L.; Principato, L.; Toni, M. Shared Car for Traveling? Uncovering the Intention of Non-users to Adopt P2P Ride-sharing. Res. Transp. Bus. Manag. 2022, 43, 100737. [Google Scholar] [CrossRef]
- Ong, A.K.S.; Agcaoili, T.I.F.; Juan, D.E.R.; Motilla, P.M.R.; Salas, K.A.A.; German, J.D. Utilizing a Machine Learning Ensemble to Evaluate the Service Quality and Passenger Satisfaction among Public Transportations. J. Public Transp. 2023, 25, 100076. [Google Scholar] [CrossRef]
- Xu, N.; Nie, Q.; Liu, J.; Jones, S. Post-pandemic Shared Mobility and Active Travel in Alabama: A Machine Learning Analysis of COVID-19 Survey Data. Travel. Behav. Soc. 2023, 32, 100584. [Google Scholar] [CrossRef] [PubMed]
- Zhang, S.; Zhang, J.; Yang, Y.; Kong, Y.; Li, Z.; Shen, Y.; Tang, J. The Non-linear Effects of Built Environment on Bus Ridership of Vulnerable People. Transp. Res. Part D Transp. Environ. 2025, 139, 104540. [Google Scholar] [CrossRef]
- Cheng, L.; De Vos, J.; Zhao, P.; Yang, M.; Witlox, F. Examining Non-linear Built Environment Effects on Elderly’s Walking: A Random Forest Approach. Transp. Res. Part D Transp. Environ. 2020, 88, 102552. [Google Scholar] [CrossRef]
- Tu, M.; Li, W.; Orfila, O.; Li, Y.; Gruyer, D. Exploring Nonlinear Effects of the Built Environment on Ridesplitting: Evidence from Chengdu. Transp. Res. Part D Transp. Environ. 2021, 93, 102776. [Google Scholar] [CrossRef]
- Wali, B.; Frank, L.D.; Chapman, J.E.; Fox, E.H. Developing Policy Thresholds for Objectively Measured Environmental Features to Support Active Travel. Transp. Res. Part D Transp. Environ. 2021, 90, 102678. [Google Scholar] [CrossRef]
- Neves, A.; Brand, C. Assessing the Potential for Carbon Emissions Savings from Replacing Short Car Trips with Walking and Cycling Using a Mixed GPS-travel Diary Approach. Transp. Res. Part A Policy Pract. 2019, 123, 130–146. [Google Scholar] [CrossRef]
- Keall, M.D.; Shaw, C.; Chapman, R.; Howden-Chapman, P. Reductions in Carbon Dioxide Emissions from an Intervention to Promote Cycling and Walking: A Case Study from New Zealand. Transp. Res. Part D Transp. Environ. 2018, 65, 687–696. [Google Scholar] [CrossRef]
- Yang, Y.; Wang, C.; Liu, W.; Zhou, P. Microsimulation of Low Carbon Urban Transport Policies in Beijing. Energy Policy 2017, 107, 561–572. [Google Scholar] [CrossRef]
- Zhang, S.; Zhao, J. Low-carbon Futures for Shenzhen’s Urban Passenger Transport: A Human-based Approach. Transp. Res. Part D Transp. Environ. 2018, 62, 236–255. [Google Scholar] [CrossRef]
- Hilton, D.; Charalambides, L.; Demarque, C.; Waroquier, L.; Raux, C. A Tax Can Nudge: The Impact of an Environmentally Motivated Bonus/Malus Fiscal System on Transport Preferences. J. Econ. Psychol. 2014, 42, 17–27. [Google Scholar] [CrossRef]
- Wang, X.; Shao, C.; Yin, C.; Dong, C. Exploring the Effects of the Built Environment on Commuting Mode Choice in Neighborhoods near Public Transit Stations: Evidence from China. Transp. Plan. Technol. 2021, 44, 111–127. [Google Scholar] [CrossRef]
- He, Y.; Sun, Y.; Zhao, Z.; Chen, M.; Waygood, E.O.D.; Shu, Y. Impact of Social-psychological Factors on Low-carbon Travel Intention: Merging Theory of Planned Behavior and Value-belief-norm Theory. Heliyon 2024, 10, e28161. [Google Scholar] [CrossRef]
- Lin, A.; Lou, J.; Zeng, E.; Li, D.; Zheng, L. Impact of Energy Policies on Residential Low-carbon Behaviors by Considering Place Attachment: Evidence from China. Energy Environ. 2023, 36, 425–447. [Google Scholar] [CrossRef]
- Liu, D.; Du, H.; Southworth, F.; Ma, S. The Influence of Social-psychological Factors on the Intention to Choose Low-carbon Travel Modes in Tianjin, China. Transp. Res. Part A Policy Pract. 2017, 105, 42–53. [Google Scholar] [CrossRef]
- Song, Y.; Zhang, L.; Zhang, M. Research on the Impact of Public Climate Policy Cognition on Low-carbon Travel Based on SOR Theory—Evidence from China. Energy 2022, 261, 125192. [Google Scholar] [CrossRef]
- Han, S.; Zhang, B.; Sun, X.; Han, S.; Höök, M. China’s Energy Transition in the Power and Transport Sectors from a Substitution Perspective. Energies 2017, 10, 600. [Google Scholar] [CrossRef]
- Bollen, K.A. Structural Equations with Latent Variables; John Wiley & Sons: New York, NY, USA, 1989. [Google Scholar]
- Hair, J.; Hult, G.T.M.; Ringle, C.; Sarstedt, M. A Primer on Partial Least Squares Structural Equation Modeling (PLS-SEM), 3rd ed.; SAGE Publications: Thousand Oaks, CA, USA, 2022. [Google Scholar]
- Choobchian, P.; Mohammadi, A.; Zou, B.; Hair, J.F.; Valinejad, M.; Shin, J.; Sriraj, P.S. Calibrating Walkability Indicators for Commute Walk Trips: A Structural Equation Modeling Approach. Transp. Res. Part A Policy Pract. 2024, 179, 103896. [Google Scholar] [CrossRef]
- Li, L.; Zhang, Y. An Extended Theory of Planned Behavior to Explain the Intention to Use Carsharing: A Multi-group Analysis of Different Sociodemographic Characteristics. Transportation 2023, 50, 143–181. [Google Scholar] [CrossRef]
- Cheng, L.; Chen, X.; De Vos, J.; Lai, X.; Witlox, F. Applying a Random Forest Method Approach to Model Travel Mode Choice Behavior. Travel. Behav. Soc. 2019, 14, 1–10. [Google Scholar] [CrossRef]
- Wu, X.; Tao, T.; Cao, J.; Fan, Y.; Ramaswami, A. Examining Threshold Effects of Built Environment Elements on Travel-related Carbon-dioxide Emissions. Transp. Res. Part D Transp. Environ. 2019, 75, 1–12. [Google Scholar] [CrossRef]
- Koushik, A.N.P.; Manoj, M.; Nezamuddin, N.; Prathosh, A.P. Testing and Enhancing Spatial Transferability of Artificial Neural Networks Based Travel Behavior Models. Transp. Lett. 2023, 15, 1083–1094. [Google Scholar] [CrossRef]
- Liu, Y.; Miller, E.; Habib, K.N. Detecting Transportation Modes Using Smartphone Data and GIS Information: Evaluating Alternative Algorithms for an Integrated Smartphone-based Travel Diary Imputation. Transp. Lett. 2022, 14, 933–943. [Google Scholar] [CrossRef]
- Deng, Y. Application of Machine Learning with a Surrogate Model to Explore Seniors’ Daily Activity Patterns. Transp. Lett. 2022, 14, 972–982. [Google Scholar] [CrossRef]
- Lundberg, S.M.; Lee, S.-I. A Unified Approach to Interpreting Model Predictions. In Proceedings of the 31st International Conference on Neural Information Processing Systems, Long Beach, CA, USA, 4–9 December 2017; pp. 4768–4777. [Google Scholar]
- Koushik, A.N.P.; Manoj, M.; Nezamuddin, N. Machine Learning Applications in Activity-travel Behaviour Research: A Review. Transp. Rev. 2020, 40, 288–311. [Google Scholar] [CrossRef]
- Saeys, Y.; Inza, I.; Larrañaga, P. A Review of Feature Selection Techniques in Bioinformatics. Bioinformatics 2007, 23, 2507–2517. [Google Scholar] [CrossRef]
- Liu, M.; Wang, M.; Wang, J.; Li, D. Comparison of Random Forest, Support Vector Machine and Back Propagation Neural Network for Electronic Tongue Data Classification: Application to the Recognition of Orange Beverage and Chinese Vinegar. Sens. Actuators B Chem. 2013, 177, 970–980. [Google Scholar] [CrossRef]
- Khaledian, Y.; Miller, B.A. Selecting Appropriate Machine Learning Methods for Digital Soil Mapping. Appl. Math. Model. 2020, 81, 401–418. [Google Scholar] [CrossRef]
- Lundberg, S.M.; Erion, G.; Chen, H.; DeGrave, A.; Prutkin, J.M.; Nair, B.; Katz, R.; Himmelfarb, J.; Bansal, N.; Lee, S.-I. From Local Explanations to Global Understanding with Explainable AI for Trees. Nat. Mach. Intell. 2020, 2, 56–67. [Google Scholar] [CrossRef]
- Fujimoto, K.; Kojadinovic, I.; Marichal, J.-L. Axiomatic Characterizations of Probabilistic and Cardinal-probabilistic Interaction Indices. Games Econ. Behav. 2006, 55, 72–99. [Google Scholar] [CrossRef]
- Shanghai Municipal Statistical Bureau. Shanghai Municipal Statistical Bureau and Survey Office of the National Bureau of Statistics in Shanghai. In Shanghai Statistical Yearbook; China Statistics Press: Shanghai, China, 2024. [Google Scholar]
- Price, L.R. Confirmatory Factor Analysis: Foundations and Extensions. In International Encyclopedia of Education, 4th ed.; Tierney, R.J., Rizvi, F., Ercikan, K., Eds.; Elsevier: Oxford, UK, 2023; pp. 607–618. [Google Scholar]
- Fornell, C.; Larcker, D.F. Evaluating Structural Equation Models with Unobservable Variables and Measurement Error. J. Mark. Res. 1981, 18, 39–50. [Google Scholar] [CrossRef]
- Eastmoney. Gasoline Prices in Shanghai, China. Available online: https://data.eastmoney.com/cjsj/oil_city.html?city=%E4%B8%8A%E6%B5%B7 (accessed on 3 August 2025).
- Pitombo, C.; Sousa, A.; Filipe, L. Classification and Regression Tree, Principal Components Analysis and Multiple Linear Regression to Summarize Data and Understand Travel Behavior. Transp. Lett. 2009, 1, 295–308. [Google Scholar] [CrossRef]
- Nadimi, N.; Sangdeh, A.K.; Amiri, A.M. Deciding about the Effective Factors on Improving Public Transit Popularity among Women in Developing Countries. Transp. Lett. 2021, 13, 707–715. [Google Scholar] [CrossRef]
- Simancas, W.; Vinasco, C.; Rosas-Satizábal, D.; Alberto Ortiz-Ramirez, H.; Rodriguez-Valencia, A. Decision-making in Open Carpooling Programs: Perspectives of Drivers Versus Passengers. Travel. Behav. Soc. 2024, 36, 100759. [Google Scholar] [CrossRef]
- García, J.; Arroyo, R.; Mars, L.; Ruiz, T. The Influence of Attitudes towards Cycling and Walking on Travel Intentions and Actual Behavior. Sustainability 2019, 11, 2554. [Google Scholar] [CrossRef]
- Li, M.; Zhao, J. Gaining Acceptance by Informing the People? Public Knowledge, Attitudes, and Acceptance of Transportation Policies. J. Plan. Educ. Res. 2019, 39, 166–183. [Google Scholar] [CrossRef]
- Chen, Q.; Yan, Y.; Zhang, X.; Chen, J. Impact of Subjective and Objective Factors on Bus Travel Intention. Behav. Sci. 2022, 12, 462. [Google Scholar] [CrossRef]
- Mamkhezri, J. Public Preferences for Battery Electric Vehicle Policies Considering Energy Mix: A US Choice Experiment Study. Energy Econ. 2025, 143, 108210. [Google Scholar] [CrossRef]
- Jiao, J.; Azimian, A. Exploring the Factors Affecting Travel Behaviors During the Second Phase of the COVID-19 Pandemic in the United States. Transp. Lett. 2021, 13, 331–343. [Google Scholar] [CrossRef]
- Tamim Kashifi, M.; Jamal, A.; Samim Kashefi, M.; Almoshaogeh, M.; Masiur Rahman, S. Predicting the Travel Mode Choice with Interpretable Machine Learning Techniques: A Comparative Study. Travel. Behav. Soc. 2022, 29, 279–296. [Google Scholar] [CrossRef]
- Shanghai Civil Affairs Bureau. The 2023 Marriage Registration Data of Shanghai. Available online: https://mzj.sh.gov.cn/2024bsmz/20240125/03b848b5868d4908ac6a5b13d0cc747b.html (accessed on 28 March 2025).
- Ren, J.; Ren, W.; Fang, J. The 2024 China Youth Consumption Trend Report. Available online: https://www.bjnews.com.cn/detail/1720425706129851.html (accessed on 28 April 2025).
- Pang, C.; Ji, X. Fan Groups, Family, and Chinese Tourists’ Purchase Intentions to Cultural Products: A Structural Equation Modeling Approach Based on Dimensional Innovation. Acta Psychol. 2025, 255, 104994. [Google Scholar] [CrossRef] [PubMed]
- Alzaydi, Z.M.; Elsharnouby, M.H. Using Social Media Marketing to Pro-tourism Behaviours: The Mediating Role of Destination Attractiveness and Attitude Towards the Positive Impacts of Tourism. Future Bus. J. 2023, 9, 42. [Google Scholar] [CrossRef]
- Zhong, B.; Deng, J.; Liu, X. Analyzing the Influence of TikTok on Sustainable Choices: The Moderating Role of Environmental Consciousness. Acta Psychol. 2025, 258, 105182. [Google Scholar] [CrossRef]
- Huby, M.; Burkitt, N. Is the New Deal for Transport Really Better for Everyone? The Social Policy Implications of the UK 1998 White Paper on Transport. Environ. Plan. C Gov. Policy 2000, 18, 379–392. [Google Scholar] [CrossRef]
- Ryley, T. Use of non-motorised modes and life stage in Edinburgh. J. Transp. Geogr. 2006, 14, 367–375. [Google Scholar] [CrossRef]
- Li, X.; Peng, Y.; He, Q.; He, H.; Xue, S. Development of New-Energy Vehicles under the Carbon Peaking and Carbon Neutrality Strategy in China. Sustainability 2023, 15, 7725. [Google Scholar] [CrossRef]
- Liu, L.; Zhang, T.; Avrin, A.-P.; Wang, X. Is China’s Industrial Policy Effective? An Empirical Study of the New Energy Vehicles Industry. Technol. Soc. 2020, 63, 101356. [Google Scholar] [CrossRef]
- Sahari, E.; Salo, M.; Sandman, N. The Role of Socio-demographic and Psychological Factors in Shaping Individual Carbon Footprints in Finland. Sci. Rep. 2024, 14, 27984. [Google Scholar] [CrossRef] [PubMed]
- Shanghai Environment and Energy Exchange. Announcement on the Launch and Operation of Shanghai Greenhouse Gas Voluntary Emission Reduction Trading Product SHCERCIR1. Available online: https://www.cneeex.com/c/2024-09-06/495614.shtml (accessed on 9 August 2025).
- State Council of China. Interim Provisions on the Management of Carbon Emission Trading. Available online: https://www.gov.cn/zhengce/content/202402/content_6930137.htm (accessed on 9 August 2025).
- Singapore Exchange Limited. Climate Impact X (CIX). Available online: https://www.sgx.com/zh-hans/climate-impact-x-cix (accessed on 9 August 2025).
- Ideacarbon. Thailand to Introduce New Rule Allowing Companies to Offset 15% of Emissions with Carbon Credits While Preparing for Carbon Taxes. Available online: https://www.ideacarbon.org/news_free/64635/?pc=pc (accessed on 9 August 2025).
- Axsen, J.; Long, Z. Sport Utility Vehicles and Willingness-to-downsize: A Mixed-method Exploration of Functional, Symbolic, and Societal Consumer Perceptions in Canada. Energy Res. Soc. Sci. 2022, 92, 102776. [Google Scholar] [CrossRef]
- Ramírez-Díaz, A.J.; Ramos-Real, F.J.; Rodríguez-Brito, M.G.; Rodríguez-Donate, M.C.; Lorente de las Casas, A. Determining Factors of Consumers’ Choice of Sport Utility Vehicles in an Isolated Energy System: How Can We Contribute to the Decarbonization of the Economy? Energies 2022, 15, 6454. [Google Scholar] [CrossRef]
- Shanghai Municipal People’s Government. Research on the Prospects, Challenges and Key Measures for Achieving Peak Carbon Emissions by 2025 in Shanghai. Available online: https://www.fzzx.sh.gov.cn/zdkt_2021/20220808/991a6d8244734ff9807e2d9267e1a549.html (accessed on 28 March 2025).
Latent Variables | Observed Variables | Description of the Observed Variables |
---|---|---|
Attitudes (ATT) | ATT1 | Low-carbon travel is comfortable, safe and convenient. |
ATT2 | I like low-carbon travel. | |
ATT3 | Low-carbon travel makes me happy. | |
Subjective Norms (SN) | SN1 | I will make same choice as my friends/colleagues in adopting low-carbon travel. |
SN2 | I will make same choice as my neighbors in adopting low-carbon travel. | |
SN3 | I will choose low-carbon travel because of media promotion and public opinion. | |
Perceived Behavioral Control (PBC) | PBC1 | Time constraints will not affect my decision for low-carbon travel. |
PBC2 | Severe weather will not affect my decision for low-carbon travel. | |
Built Environment Perception (BEP) | BEP1 | My nearby transit stations feature smart, advanced technologies (e.g., real-time arrival information, user-friendly interfaces, and integrated payment systems), with safe, punctual buses and subways, as well as efficient transfers. |
BEP2 | My surrounding subway and bus networks are dense, with well-planned routes and station placements. | |
BEP3 | It is convenient for me to get to transit stations. | |
BEP4 | Subway, bus, and shuttle services adequately meet my daily travel needs. | |
Restrictive Policy Perception (RPP) | RPP1 | License plate auction is effective and encourages my low-carbon travel. |
RPP2 | License plate restriction is effective and encourages my low-carbon travel. | |
RPP3 | Parking price regulation is effective and encourages my low-carbon travel. | |
Encouraging Policy Perception (EPP) | EPP1 | Transit priority measures are effective and encourage my low-carbon travel. |
EPP2 | Smartcards are effective and significantly encourage my low-carbon travel. | |
Low-Carbon Travel Intention (LI) | LI1 | I am willing to choose low-carbon travel in the coming weeks. |
LI2 | It is common for me to choose low-carbon travel. | |
LI3 | Low-carbon travel is one of my main transportation modes. | |
LI4 | I will continue to choose low-carbon travel in the near future. |
Latent Construct | Observed Variables | Reliability | KMO | Parameters of Significant Test | Item Reliability | Composite Reliability | Convergence Validity | |||
---|---|---|---|---|---|---|---|---|---|---|
Cronbach α | Estimate | S.E. | Est./S.E. | p-Value | SMC | CR | AVE | |||
ATT | ATT1 | 0.745 | 0.870 | 0.536 | 0.043 | 12.402 | *** | 0.287 | 0.754 | 0.512 |
ATT2 | 0.780 | 0.030 | 26.178 | *** | 0.608 | |||||
ATT3 | 0.801 | 0.029 | 27.862 | *** | 0.642 | |||||
SN | SN1 | 0.778 | 0.707 | 0.035 | 20.430 | *** | 0.500 | 0.780 | 0.541 | |
SN2 | 0.763 | 0.032 | 23.509 | *** | 0.582 | |||||
SN3 | 0.736 | 0.034 | 21.913 | *** | 0.542 | |||||
PBC | PBC1 | 0.709 | 0.820 | 0.055 | 14.975 | *** | 0.672 | 0.717 | 0.561 | |
PBC2 | 0.671 | 0.051 | 13.047 | *** | 0.450 | |||||
BEP | BEP1 | 0.831 | 0.659 | 0.036 | 18.563 | *** | 0.434 | 0.832 | 0.554 | |
BEP2 | 0.765 | 0.029 | 26.220 | *** | 0.585 | |||||
BEP3 | 0.762 | 0.029 | 26.130 | *** | 0.581 | |||||
BEP4 | 0.784 | 0.028 | 27.620 | *** | 0.615 | |||||
RPP | RPP1 | 0.759 | 0.801 | 0.033 | 24.524 | *** | 0.642 | 0.763 | 0.521 | |
RPP2 | 0.741 | 0.035 | 21.242 | *** | 0.549 | |||||
RPP3 | 0.609 | 0.041 | 14.932 | *** | 0.371 | |||||
EPP | EPP1 | 0.708 | 0.737 | 0.045 | 16.225 | *** | 0.543 | 0.708 | 0.548 | |
EPP2 | 0.743 | 0.045 | 16.345 | *** | 0.552 | |||||
LI | LI1 | 0.828 | 0.719 | 0.032 | 22.632 | *** | 0.517 | 0.835 | 0.559 | |
LI2 | 0.716 | 0.032 | 22.598 | *** | 0.513 | |||||
LI3 | 0.732 | 0.031 | 23.980 | *** | 0.536 | |||||
LI4 | 0.819 | 0.025 | 32.171 | *** | 0.671 |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2025 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Sheng, Y.; Ni, A.; Liu, L.; Gao, L.; Zhang, Y.; Zhu, Y. Identifying Influence Mechanisms of Low-Carbon Travel Intention Through the Integration of Built Environment and Policy Perceptions: A Case Study in Shanghai, China. Sustainability 2025, 17, 7647. https://doi.org/10.3390/su17177647
Sheng Y, Ni A, Liu L, Gao L, Zhang Y, Zhu Y. Identifying Influence Mechanisms of Low-Carbon Travel Intention Through the Integration of Built Environment and Policy Perceptions: A Case Study in Shanghai, China. Sustainability. 2025; 17(17):7647. https://doi.org/10.3390/su17177647
Chicago/Turabian StyleSheng, Yingjie, Anning Ni, Lijie Liu, Linjie Gao, Yi Zhang, and Yutong Zhu. 2025. "Identifying Influence Mechanisms of Low-Carbon Travel Intention Through the Integration of Built Environment and Policy Perceptions: A Case Study in Shanghai, China" Sustainability 17, no. 17: 7647. https://doi.org/10.3390/su17177647
APA StyleSheng, Y., Ni, A., Liu, L., Gao, L., Zhang, Y., & Zhu, Y. (2025). Identifying Influence Mechanisms of Low-Carbon Travel Intention Through the Integration of Built Environment and Policy Perceptions: A Case Study in Shanghai, China. Sustainability, 17(17), 7647. https://doi.org/10.3390/su17177647