An ML-Based Solution in the Transformation towards a Sustainable Smart City
Abstract
:Featured Application
Abstract
1. Introduction
2. AI in SSC
- Performing collection, analysis, inference and prediction from large amounts of data describing residents, services and facilities of the SC;
- Process automation;
- Improving efficiency and supporting the economy;
- Securing and creating opportunities for residents;
- Respecting the environment and its resources [3].
2.1. General Picture of AI in SSCs
- Better education and work/career opportunities and achieving work–life balance (as part of the so-called individual success);
- Higher ecological performance (including natural diversity);
- Support of the health of residents, including support based on preventive medicine, faster and more accurate diagnoses and timely healthcare services, and the well-being of residents;
- Support of the social activity of residents as a community.
- Careful planning, taking into account the objectives of the SC and its inhabitants;
- Differentiation according to geographical, demographic, economic, social, etc., factors;
- Collection and analysis of data to extract valuable knowledge associated with location and navigation strategies;
- Optimal response of the SC according to social rules (cyberdemocracy);
- Sustainable management of resources;
- Strong and comprehensive ICT platform;
- Cybersecurity;
- Dynamic modernisation at different levels and time horizons of operational improvements;
2.2. AI in Selected Areas of SSCs
- data from various IoT sources:
- Scattered;
- Heterogeneous;
- Non-linear;
- Monitoring and tracking objects;
- data analysed using various methods:
- Mathematical (including probabilistic);
- Computational (including artificial intelligence) [17].
- Improving and equalising access to digital SSC services;
- Improving the digital skills of residents (including children, elderly people and disabled people);
- Improving physical and mental health;
- Increasing social participation and connections;
- Real-time intelligence;
- Distributed intelligence;
- Law enforcement with privacy;
- 6G mobile networks (bit-pipe connectivity);
- Smart edges (realising the burden of intelligent computing as close as possible to the consumers of services);
- AI/ML
- Large amount of high-quality data;
- Agreement at the level of policies, their coherence and the participation of all stakeholder groups;
- Health equity (measured cross-sectionally);
- Creative removal of barriers across various levels and areas.
3. Materials and Methods
3.1. Computational Methods
- Stage 1 (algorithms 1–3): algorithms for edge processing;
- Stage 2 (algorithms 4–6): algorithms for data aggregation;
- Stage 3 (algorithm 7): global model algorithm.
- Algorithms 1–3: for segmented sensor data;
- Algorithms 4–6: for Stage 1 analysis data (to aggregate the segmented data);
- Algorithm 7: for Stage 2 (aggregated) analysis data.
- selection of the overall structure of the cascade model (e.g., Figure 3: for 3 types of input sensors/data sets),
- selection of data sets (Table 2),
- selection of algorithms for STAGE 3 best for given data sets,
- completion and tuning of the overall model (e.g., Figure 4: for 3 types of input sensors/data sets).
- reducing errors (i.e., incorrect response to input vectors/matrices);
- shortening response time;
- training the system to better adapt to the specificity of the data.
3.2. Data Sets
- Medical data;
- Energy consumption data;
- Data on the movement of people and vehicles.
Data Set Type | Data Set Name | Source |
---|---|---|
Medical data | 500 cities local data for better health, 2018 [61] | https://www.kaggle.com/datasets/jaimeblasco/500-cities-local-data-for-better-health-2019 City- and census region-level estimates for small area chronic disease risk factors, health outcomes and use of clinical preventive services for the largest 500 cities in the United States. |
United States of America Health Indicators [62] | https://www.kaggle.com/datasets/mahdiehhajian/united-states-of-america-health-indicators The database contains data from the World Health Organisation’s data portal covering basic healthcare categories. | |
Energy production and consumption data | Hourly Energy Consumption [63] | https://www.kaggle.com/datasets/robikscube/hourly-energy-consumption Database of the Eastern Interconnection network operating the electric transmission system serving parts of the US containing hourly energy consumption data. |
Energy consumption prediction [64] | https://www.kaggle.com/datasets/mrsimple07/energy-consumption-prediction The data set includes temperature, humidity, occupancy, HVAC and lighting use, renewable energy contribution, time stamp. | |
Movement of people and vehicles | Smart city traffic patterns [65] | https://www.kaggle.com/datasets/utathya/smart-city-traffic-patterns The data set form Mckinsey Analytics Online Hackathon. |
Traffic Prediction Dataset [66] | https://www.kaggle.com/datasets/fedesoriano/traffic-prediction-dataset This dataset 48120 observations of the number of vehicles each hour in four different junctions. |
- Training (70%): presented to the network during training as the network is adjusted according to this error;
- Validation (20%): is used to measure the generalisation of the network and to stop training when the generalisation stops improving;
- Testing (10%): provides an independent measurement of network performance during and after training [56].
4. Results
- LightGBM regression: A gradient boosting framework that uses tree-based learning algorithms. It is designed to be fast and efficient, especially for large data sets, and is known for its high performance and scalability.
- FastTreeTweedie regression: A variant of the FastTree algorithm that models the Tweedie distribution, suitable for tasks such as insurance claims, where the target variable has both zero and positive continuous values. It combines decision tree learning with the Tweedie distribution to handle complex data distributions.
- LbfgsPoisson regression: A regression algorithm that uses the limited-memory Broyden-Fletcher-Goldfarb-Shanno (LBFGS) optimization method to fit a Poisson distribution model. It is useful for numerical data where the output is a non-negative integer, such as the number of occurrences of an event.
- FastTree Regression: A gradient-boosting algorithm that builds an ensemble of decision trees for regression tasks. It is designed for fast execution and can efficiently handle large data sets, making it suitable for high-dimensional data.
- FastForest Regression: An ensemble method that combines multiple decision trees to increase predictive accuracy. It is a type of random forest algorithm that is particularly good at reducing overfitting and improving generalization in regression tasks.
- SdcaRegression: Stochastic Dual Coordinate Ascent (SDCA) regression is an optimization-based method for linear regression tasks. It is well-suited for large-scale problems and achieves efficient, fast convergence by solving a dual original optimisation problem.
- Health data: LightGbm Regression (0.8510) (Table 3);
- Energy consumption data: LbfgsPoissonRegression (0.7688) (Table 4);
- Traffic data: LightGbm Regression (0.8687) (Table 5).
Agorithm | RSsquared | Absolute Loss | Squared Loss | RMS Loss |
---|---|---|---|---|
LightGbmRegression | 0.8510 | 0.37 | 0.24 | 0.49 |
LightGbmRegression | 0.8383 | 0.38 | 0.25 | 0.50 |
LightGbmRegression | 0.8357 | 0.39 | 0.25 | 0.50 |
FastTreeTweedieRegression | 0.8258 | 0.38 | 0.26 | 0.51 |
FastTreeTweedieRegression | 0.8179 | 0.39 | 0.27 | 0.52 |
Agorithm | RSsquared | Absolute Loss | Squared Loss | RMS Loss |
---|---|---|---|---|
LbfgsPoissonRegression | 0.7688 | 975.90 | 1539806.29 | 1240.89 |
LbfgsPoissonRegression | 0.7088 | 1046.44 | 1939766.85 | 1392.76 |
LbfgsPoissonRegression | 0.6942 | 1128.64 | 2037087.58 | 1427.27 |
LbfgsPoissonRegression | 0.5871 | 1277.95 | 2750434.96 | 1658.44 |
LbfgsPoissonRegression | 0.5585 | 1317.30 | 2940633.20 | 1714.83 |
Agorithm | RSsquared | Absolute Loss | Squared Loss | RMS Loss |
---|---|---|---|---|
LightGbmRegression | 0.8687 | 4.96 | 55.89 | 7.48 |
FastTreeRegression | 0.8639 | 5.11 | 57.91 | 7.61 |
LightGbmRegression | 0.8506 | 5.30 | 63.56 | 7.97 |
LightGbmRegression | 0.8388 | 5.53 | 68.61 | 8.28 |
FastTreeRegression | 0.8370 | 5.54 | 69.35 | 8.33 |
- Health data (algorithm 4): LightGbm Regression (0.8501);
- Energy consumption data (algorithm 5): LbfgsPoissonRegression (0.7597);
- Traffic data (algorithm 6): LightGbm Regression (0.8567).
- LightGbm Regression (0.8322).
Agorithm | RSsquared | Absolute Loss | Squared Loss | RMS Loss |
---|---|---|---|---|
FastForestRegression | 0.6944 | 7.65 | 145.13 | 11.92 |
LightGbmRegression | 0.7623 | 7.19 | 111.22 | 11.01 |
FastForestRegression | 0.7521 | 6.78 | 114.43 | 11.17 |
FastTreeTweedieRegression | 0.8367 | 5.55 | 66.22 | 7.97 |
SdcaRegression | 0.7790 | 7.11 | 101.77 | 10.17 |
FastTreeRegression | 0.8283 | 6.56 | 82.83 | 9.43 |
LbfgsPoissonRegressionRegression | 0.7912 | 6.78 | 97.99 | 9.84 |
LightGbmRegression | 0.8439 | 5.61 | 72.55 | 8.97 |
FastForestRegression | 0.8407 | 5.19 | 67.43 | 8.43 |
FastTreeTweedieRegression | 0.7979 | 6.78 | 101.11 | 10.01 |
SdcaRegression | 0.8320 | 6.43 | 85.65 | 9.44 |
FastTreeRegression | 0.7789 | 7.13 | 108.32 | 10.22 |
LbfgsPoissonRegressionRegression | 0.7645 | 7.08 | 104.41 | 10.13 |
Agorithm | RSsquared | Absolute Loss | Squared Loss | RMS Loss |
---|---|---|---|---|
LbfgsPoissonRegressionRegression | 0.6534 | 1153.40 | 2311041.62 | 1520.21 |
LbfgsPoissonRegressionRegression | 0.6542 | 1139.34 | 2305941.48 | 1518.53 |
FastTreeRegression | 0.6283 | 1221.52 | 2478228.27 | 1574,24 |
LbfgsPoissonRegressionRegression | 0.6972 | 1111.92 | 2018649.36 | 1420.79 |
FastTreeRegression | 0.7427 | 1016.11 | 1715846.96 | 1309.90 |
LbfgsPoissonRegressionRegression | 0.6895 | 1083.60 | 2070330.99 | 1438.86 |
FastTreeRegression | 0.6145 | 1247.94 | 2570239.36 | 1603.20 |
LbfgsPoissonRegressionRegression | 0.7056 | 1099.95 | 1963138.93 | 1401.2 |
FastTreeTweedieRegression | 0.6013 | 1267.53 | 2658605.93 | 1630.52 |
FastTreeRegression | 0.6049 | 1260.06 | 2634609.08 | 1623.15 |
LbfgsPoissonRegressionRegression | 0.6112 | 1267.24 | 2592538.55 | 1610.14 |
FastTreeRegression | 0.7604 | 974.84 | 1597501.02 | 1263.92 |
LbfgsPoissonRegressionRegression | 0.6404 | 1219.63 | 2397823.37 | 1548.49 |
Agorithm | RSsquared | Absolute Loss | Squared Loss | RMS Loss |
---|---|---|---|---|
FastForestRegression | 0.7759 | 7.05 | 102.82 | 10.14 |
LightGbmRegression | 0.7677 | 7.12 | 106.56 | 10.32 |
FastForestRegression | 0.7542 | 7.44 | 112.75 | 10.62 |
LbfgsPoissonRegressionRegression | 0.6620 | 7.42 | 155.06 | 12.45 |
FastTreeRegression | 0.8010 | 6.65 | 91.32 | 9.56 |
LightGbmRegression | 0.7808 | 6.69 | 100.56 | 10.03 |
FastTreeTweedieRegression | 0.6788 | 7.82 | 147.36 | 12.14 |
FastForestRegression | 0.7773 | 7.03 | 102.17 | 10.11 |
LbfgsPoissonRegressionRegression | 0.7540 | 6.61 | 112.85 | 10.62 |
FastTreeRegression | 0.8577 | 5.51 | 65.30 | 8.08 |
FastForestRegression | 0.7801 | 7.00 | 100.86 | 10.04 |
LbfgsPoissonRegressionRegression | 0.8173 | 6.28 | 83.83 | 9.16 |
LightGbmRegression | 0.7845 | 6.89 | 98.86 | 9.94 |
FastTreeRegression | 0.8442 | 5.74 | 71.48 | 8.45 |
FastTreeTweedieRegression | 0.8507 | 5.20 | 68.50 | 8.28 |
FastForestRegression | 0.7820 | 6.98 | 100.00 | 10.00 |
LightGbmRegression | 0.8150 | 6.06 | 84.85 | 9.21 |
FastTreeRegression | 0.7627 | 7.02 | 108.89 | 10.44 |
FastForestRegression | 0.7759 | 7.05 | 102.82 | 10.14 |
- Health data: 0.8322;
- Energy consumption data: 0.6513;
- Traffic data: 0.7523.
- Mean aggregated value: 0.7453.
- LightGbm Regression: The number of boosting iterations (num_iterations), learning rate (learning_rate) and maximum tree depth (max_depth).These control the number of trees built, the step size of model updates and the complexity of each tree;
- FastTreeTweedie Regression: the number of leaves (num_leaves), the minimum number of examples per leaf (min_leaf_count) and learning rate (learning_rate).These affect the granularity of the tree, the minimum data needed in a leaf for further splitting, and the speed of convergence;
- LbfgsPoissonRegression: the number of iterations (num_iterations), the strength of regularisation (l2_regularization) and the tolerance (convergence_tolerance).These govern the maximum number of optimisation steps, the penalisation of large coefficients and the convergence criteria of the algorithm;
- FastTreeRegression: number of trees (num_trees), minimum split gain (min_split_gain) and learning rate (learning_rate).These control the ensemble size, the threshold for splitting nodes and the rate of model adaptation;
- FastForestRegression: number of trees (num_trees), the number of features to consider per split (num_features_per_split) and the minimum number of samples per leaf (min_samples_per_leaf).These control the diversity and depth of the trees, as well as the minimum data required to create a leaf;
- SdcaRegression: L1 and L2 regularisation terms (l1_regularization and l2_regularization) and convergence tolerance (convergence_tolerance). These parameters control the sparsity of feature selection, the model complexity penalty and the stopping criterion of the optimisation process.
5. Discussion
- Algorithms 1–3 are dedicated to edge computing, where initial data refinement and feature extraction occur;
- Algorithms 4–6 focus on data aggregation, where information from multiple sources is consolidated;
- Algorithm 7 is used in the final stage to develop a global model that synthesises the aggregated data into actionable insights.
5.1. Comparison with Results of Previous Studies
5.2. Opportunities for Further Exploration
6. Conclusions
- Interdisciplinary approaches: interdisciplinary collaboration between computer scientists, urban planners, environmental scientists and social scientists can lead to more holistic and effective AI-based solutions for SSCs;
- Privacy-preserving AI: effective data analysis is possible while protecting the privacy of SSC residents;
- Community engagement and citizen empowerment: AI can be used to increase citizen engagement, participation and empowerment in sustainable urban development projects;
- Resilience and disaster management: AI can contribute to building resilient smart cities by developing robust systems for disaster prediction, response and recovery, integrated with urban planning.
Author Contributions
Funding
Institutional Review Board Statement
Informed Consent Statement
Data Availability Statement
Conflicts of Interest
References
- Oprea, S.-V.; Bâra, A.; Ciurea, C.-E.; Stoica, L.F. Smart Cities and Awareness of Sustainable Communities Related to Demand Response Programs: Data Processing with First-Order and Hierarchical Confirmatory Factor Analyses. Electronics 2022, 11, 1157. [Google Scholar] [CrossRef]
- Rehman, A.U.; Naqvi, R.A.; Rehman, A.; Paul, A.; Sadiq, M.T.; Hussain, D. A Trustworthy SIoT Aware Mechanism as an Enabler for Citizen Services in Smart Cities. Electronics 2020, 9, 918. [Google Scholar] [CrossRef]
- Corchado, J.M.; Trabelsi, S. Advances in Sustainable Smart Cities and Territories. Electronics 2022, 11, 1280. [Google Scholar] [CrossRef]
- Herath, H.M.K.K.M.B.; Mittal, M. Adoption of artificial intelligence in smart cities: A comprehensive review. Int. J. Inf. Manag. Data Insights 2022, 2, 100076. [Google Scholar] [CrossRef]
- Adenekan, O.A.; Ezeigweneme, C.; Chukwurah, E.G. The evolution of smart cities: Integrating technology, governance, and sustainable development. Int. J. Appl. Res. Soc. Sci. 2024, 6, 891–902. [Google Scholar] [CrossRef]
- Yigitcanlar, T.; Corchado, J.M.; Mehmood, R.; Li, R.Y.M.; Mossberger, K.; Desouza, K. Responsible Urban Innovation with Local Government Artificial Intelligence (AI): A Conceptual Framework and Research Agenda. J. Open Innov. Technol. Mark. Complex. 2021, 7, 71. [Google Scholar] [CrossRef]
- Mondal, M.; Srivastava, D. A Genetic Algorithm-Based Approach to Solve a New Time-Limited Travelling Salesman Problem. Int. J. Distrib. Syst. Technol. 2023, 14, 1–14. [Google Scholar] [CrossRef]
- Namazi, E.; Li, J.; Lu, C. Intelligent Intersection Management Systems Considering Autonomous Vehicles: A Systematic Literature Review. IEEE Access 2019, 7, 91946–91965. [Google Scholar] [CrossRef]
- Lin, D.; Jabari, S.E. Pay for Intersection Priority: A Free Market Mechanism for Connected Vehicles. IEEE Trans. Intell. Transp. Syst. 2021, 23, 5138–5149. [Google Scholar] [CrossRef]
- Kocsis, M.; Susmann, N.; Buyer, J.; Zollner, R. Safety concept for autonomous vehicles that operate in pedestrian areas. In Proceedings of the IEEE/SICE International Symposium on System Integration (SII), Taipei, Taiwan, 11–14 December 2017; pp. 841–846. [Google Scholar]
- Artuñedo, A.; del Toro, R.M.; Haber, R.E. Consensus-based cooperative control based on pollution sensing and traffic information for urban traffic networks. Sensors 2017, 17, 953. [Google Scholar] [CrossRef]
- Valença, G.; Moura, F.; de Sá, A.M. Main challenges and opportunities to dynamic road space allocation: From static to dynamic urban designs. J. Urban Mobil. 2021, 1, 100008. [Google Scholar] [CrossRef]
- Alam, F.; Mehmood, R.; Katib, I.; Albogami, N.; Albeshri, A. Data fusion and IoT for smart ubiquitous environments: A survey. IEEE Access 2017, 5, 9533–9554. [Google Scholar] [CrossRef]
- Kim, N.; Kim, G.; Shim, S.; Jang, S.; Song, J.; Lee, B. Key Technologies for 6G-Enabled Smart Sustainable City. Electronics 2024, 13, 268. [Google Scholar] [CrossRef]
- Yun, J.J.; Zhao, X.; Jung, K.; Yigitcanlar, T. The culture for open innovation dynamics. Sustainability 2020, 12, 5076. [Google Scholar] [CrossRef]
- Flores, P.; Carrillo, F.J.; Robles, J.G.; Leal, M.A. Applying open innovation to promote the development of a knowledge city: The Culiacan experience. Int. J. Knowl. Based Dev. 2018, 9, 312–335. [Google Scholar] [CrossRef]
- Sodhro, A.; Gurtov, A.; Zahid, N.; Pirbhulal, S.; Wang, L.; Rahman, M.; Abbasi, Q. Towards convergence of AI and IoT for energy efficient communication in smart homes. IEEE Internet Things J. 2020, 8, 9664–9671. [Google Scholar] [CrossRef]
- Rojek, I.; Dostatni, E.; Mikołajewski, D.; Pawłowski, L.; Wegrzyn-Wolska, K. Modern approach to sustainable production in the context of Industry 4.0. Bull. Pol. Acad. Sci. Tech. Sci. 2022, 70, e143828. [Google Scholar] [CrossRef]
- Rojek, I.; Mikołajewski, D.; Mroziński, A.; Macko, M. Machine Learning- and Artificial Intelligence-Derived Prediction for Home Smart Energy Systems with PV Installation and Battery Energy Storage. Energies 2023, 16, 6613. [Google Scholar] [CrossRef]
- Rojek, I.; Mikołajewski, D.; Macko, M.; Szczepański, Z.; Dostatni, E. Optimization of extrusion-based 3D Printing process using neural networks for sustainable development. Materials 2021, 14, 2737. [Google Scholar] [CrossRef]
- Rojek, I.; Mikołajewski, D.; Kotlarz, P.; Macko, M.; Kopowski, J. Intelligent system supporting technological process planning for machining and 3D printing. Bull. Pol. Acad. Sci. Tech. Sci. 2021, 69, e136722. [Google Scholar] [CrossRef]
- Hassankhani, M.; Alidadi, M.; Sharifi, A.; Azhdari, A. Smart City and crisis management: Lessons for the COVID-19 pandemic. Int. J. Environ. Res. Public. Health 2021, 18, 7736. [Google Scholar] [CrossRef] [PubMed]
- Khan, M.A.; Alkaabi, N. Rebirth of distributed AI—A review of eHealth research. Sensors 2021, 21, 4999. [Google Scholar] [CrossRef] [PubMed]
- Al-Rawashdeh, M.; Keikhosrokiani, P.; Belaton, B.; Alawida, M.; Zwiri, A. IoT Adoption and Application for Smart Healthcare: A Systematic Review. Sensors 2022, 22, 5377. [Google Scholar] [CrossRef]
- Ali, H.; Alam, T.; Househ, M.; Shah, Z. Federated Learning and Internet of Medical Things—Opportunities and Challenges. Stud. Health Technol. Inform. 2022, 295, 201–204. [Google Scholar] [CrossRef]
- Jiang, J.C.; Kantarci, B.; Oktug, S.; Soyata, T. Federated Learning in Smart City Sensing: Challenges and Opportunities. Sensors 2020, 20, 6230. [Google Scholar] [CrossRef] [PubMed]
- Ismail, L.; Buyya, R. Artificial Intelligence Applications and Self-Learning 6G Networks for Smart Cities Digital Ecosystems: Taxonomy, Challenges, and Future Directions. Sensors 2022, 22, 5750. [Google Scholar] [CrossRef]
- Mohsen, F.; Ali, H.; El Hajj, N.; Shah, Z. Artificial intelligence-based methods for fusion of electronic health records and imaging data. Sci. Rep. 2022, 12, 17981. [Google Scholar] [CrossRef]
- Ali, H.; Shah, Z.; Alam, T.; Wijayatunga, P.; Elyan, E. Editorial: Recent advances in multimodal artificial intelligence for disease diagnosis, prognosis, and prevention. Front. Radiol. 2024, 3, 1349830. [Google Scholar] [CrossRef]
- Khan, M.J.; Khan, M.A.; Malik, S.; Kulkarni, P.; Alkaabi, N.; Ullah, O.; El-Sayed, H.; Ahmed, A.; Turaev, S. Advancing C-V2X for Level 5 Autonomous Driving from the Perspective of 3GPP Standards. Sensors 2023, 23, 2261. [Google Scholar] [CrossRef]
- Wang, W.; Liang, H.; Zhang, Z.; Xu, C.; Wei, D.; Li, W.; Qian, Y.; Zhang, L.; Liu, J.; Lei, D. Comparing three-dimensional and two-dimensional deep-learning, radiomics, and fusion models for predicting occult lymph node metastasis in laryngeals quamous cell carcinoma based on CT imaging: A multicentre, retrospective, diagnostic study. eClinicalMedicine 2024, 67, 102385. [Google Scholar] [CrossRef]
- Gonzalez, R.; Saha, A.; Campbell, C.J.V.; Nejat, P.; Lokker, C.; Norgan, A.P. Seeing the random forest through the decision trees. Supporting learning health systems from histopathology with machine learning models: Challenges and opportunities. J. Pathol. Inform. 2023, 15, 100347. [Google Scholar] [CrossRef] [PubMed]
- Ali, H.; Qureshi, R.; Shah, Z. Artificial intelligence-based methods for integrating local and global features for brain cancer imaging: Scoping review. JMIR Med. Inform. 2023, 11, e47445. [Google Scholar] [CrossRef] [PubMed]
- Siam, A.; Alsaify, A.R.; Mohammad, B.; Biswas, M.R.; Ali, H.; Shah, Z. Multimodal deep learning for liver cancer applications: A scoping review. Front. Artif. Intell. 2023, 6, 1247195. [Google Scholar] [CrossRef] [PubMed]
- Manickam, P.; Mariappan, S.A.; Murugesan, S.M.; Hansda, S.; Kaushik, A.; Shinde, R.; Thipperudraswamy, S.P. Artificial Intelligence (AI) and Internet of Medical Things (IoMT) Assisted Biomedical Systems for Intelligent Healthcare. Biosensors 2022, 12, 562. [Google Scholar] [CrossRef]
- Rachakonda, S.; Moorthy, S.; Jain, A.; Bukharev, A.; Bucur, A.; Manni, F.; Quiterio, T.M.; Joosten, L.; Mendez, N.I. Privacy Enhancing and Scalable Federated Learning to Accelerate AI Implementation in Cross-Silo and IoMT Environments. IEEE J. Biomed. Health Inform. 2023, 27, 744–755. [Google Scholar] [CrossRef]
- Ahmed, J.; Nguyen, T.N.; Ali, B.; Javed, M.A.; Mirza, J. On the Physical Layer Security of Federated Learning Based IoMT Networks. IEEE J. Biomed. Health Inform. 2023, 27, 691–697. [Google Scholar] [CrossRef]
- Ali, M.; Naeem, F.; Tariq, M.; Kaddoum, G. Federated Learning for Privacy Preservation in Smart Healthcare Systems: A Comprehensive Survey. IEEE J. Biomed. Health Inform. 2023, 27, 778–789. [Google Scholar] [CrossRef]
- Irkham, I.; Ibrahim, A.U.; Nwekwo, C.W.; Al-Turjman, F.; Hartati, Y.W. Current Technologies for Detection of COVID-19: Biosensors, Artificial Intelligence and Internet of Medical Things (IoMT): Review. Sensors 2022, 23, 426. [Google Scholar] [CrossRef]
- Irkham, I.; Ibrahim, A.U.; Pwavodi, P.C.; Al-Turjman, F.; Hartati, Y.W. Smart graphene-based electrochemical nanobiosensor for clinical diagnosis: Review. Sensors 2023, 23, 2240. [Google Scholar] [CrossRef]
- Jain, S.; Nehra, M.; Kumar, R.; Dilbaghi, N.; Hu, T.; Kumar, S.; Kaushik, A.; Li, C.Z. Internet of medical things (IoMT)-integrated biosensors for point-of-care testing of infectious diseases. Biosens. Bioelectron. 2021, 179, 113074. [Google Scholar] [CrossRef]
- Bi, S.; Wang, C.; Zhang, J.; Huang, W.; Wu, B.; Gong, Y.; Ni, W. A Survey on Artificial Intelligence Aided Internet-of-Things Technologies in Emerging Smart Libraries. Sensors 2022, 22, 2991. [Google Scholar] [CrossRef] [PubMed]
- Rojek, I.; Mroziński, A.; Kotlarz, P.; Macko, M.; Mikołajewski, D. AI-Based Computational Model in Sustainable Transformation of Energy Markets. Energies 2023, 16, 8059. [Google Scholar] [CrossRef]
- Beniwal, R.; Kalra, S.; Singh Beniwal, N.; Gupta, H.O. Smart photovoltaic system for Indian smart cities: A cost analysis. Environ. Sci. Pollut. Res. Int. 2023, 30, 45445–45454. [Google Scholar] [CrossRef] [PubMed]
- Ait Abdelmoula, I.; Idrissi Kaitouni, S.; Lamrini, N.; Jbene, M.; Ghennioui, A.; Mehdary, A.; El Aroussi, M. Towards a sustainable edge computing framework for condition monitoring in decentralized photovoltaic systems. Heliyon 2023, 9, e21475. [Google Scholar] [CrossRef]
- Bardhan, R.; Debnath, R.; Gama, J.; Vijay, U. REST framework: A modeling approach towards cooling energy stress mitigation plans for future cities in warming Global South. Sustain. Cities Soc. 2020, 61, 102315. [Google Scholar] [CrossRef]
- Imam, A.U.; Banerjee, U.K. Urbanisation and greening of Indian cities: Problems, practices, and policies. Ambio 2016, 45, 442–457. [Google Scholar] [CrossRef] [PubMed]
- Ramirez-Rubio, O.; Daher, C.; Fanjul, G.; Gascon, M.; Mueller, N.; Pajín, L.; Plasencia, A.; Rojas-Rueda, D.; Thondoo, M.; Nieuwenhuijsen, M.J. Urban health: An example of a “health in all policies” approach in the context of SDGs implementation. Global Health 2019, 15, 87. [Google Scholar] [CrossRef]
- Camblong, H.; Curea, O.; Ugartemendia, J.; Boussaada, Z.; Lizarralde, I.; Etxegarai, G. Photovoltaic energy sharing: Implementation and tests on a real collective self-consumption system. Heliyon 2023, 9, e22252. [Google Scholar] [CrossRef]
- Yang, X.; Wei, J.; Ye, G.; Zhao, Y.; Li, Z.; Qiu, G.; Li, F.; Wei, C. The correlations among waste water internal energy, energy consumption and energy recovery/production potentials in waste water treatment plant: An assessment of the energy balance. Sci. Total Environ. 2020, 714, 136655. [Google Scholar] [CrossRef]
- Kwak, Y.H.; Lee, J. Toward Sustainable Smart City: Lessons From 20 Years of Korean Programs. IEEE Trans. Eng. Manag. 2023, 70, 740–754. [Google Scholar] [CrossRef]
- Saraji, M.K.; Streimikiene, D. A Novel Extended Fermatean Fuzzy Framework for Evaluating the Challenges to Sustainable Smart City Development. In Real Life Applications of Multiple Criteria Decision Making Techniques in Fuzzy Domain; Sahoo, L., Senapati, T., Yager, R.R., Eds.; Springer: Singapore, 2022; pp. 37–58. [Google Scholar]
- Bao, Z.; Lin, Y.; Zhang, S.; Li, Z.; Mao, S. Threat of Adversarial Attacks on DL-Based IoT Device Identification. IEEE Internet Things J. 2022, 9, 9012–9024. [Google Scholar] [CrossRef]
- Lin, Y.; Wang, M.; Zhou, X.; Din, G.; Mao, S. Dynamic Spectrum Interaction of UAV Flight Formation Communication with Priority: A Deep Reinforcement Learning Approach. IEEE Trans. Cogn. Commun. Netw. 2020, 6, 892–903. [Google Scholar] [CrossRef]
- Ek, A.; Alexandrou, C.; Delisle Nyström, C.; Direito, A.; Eriksson, U.; Hammar, U.; Henriksson, P.; Maddison, R.; Trolle Lagerros, Y.; Löf, M. The Smart City Active Mobile Phone Intervention (SCAMPI) study to promote physical activity through active transportation in healthy adults: A study protocol for a randomized controlled trial. BMC Public Health 2018, 18, 880. [Google Scholar] [CrossRef]
- Wu, P.; Zhang, Z.; Peng, X.; Wang, R. Deep learning solutions for smart city challenges in urban development. Sci. Rep. 2024, 14, 5176. [Google Scholar] [CrossRef]
- Han, L.; Peng, C.; Xu, Z. The Effect of Commuting Time on Quality of Life: Evidence from China. Int. J. Environ. Res. Public Health 2022, 20, 573. [Google Scholar] [CrossRef]
- O’Keeffe, K.P.; Anjomshoaa, A.; Strogatz, S.H.; Santi, P.; Ratti, C. Quantifying the sensing power of vehicle fleets. Proc. Natl. Acad. Sci. USA 2019, 116, 12752–12757. [Google Scholar] [CrossRef] [PubMed]
- Chen, L.; Lu, Y.; He, Z.; Chen, Y. Online Trajectory Estimation Based on a Network-Wide Cellular Fingerprint Map. Sensors 2022, 22, 1605. [Google Scholar] [CrossRef]
- Lilhore, U.K.; Imoize, A.L.; Li, C.T.; Simaiya, S.; Pani, S.K.; Goyal, N.; Kumar, A.; Lee, C.C. Design and Implementation of an ML and IoT Based Adaptive Traffic-Management System for Smart Cities. Sensors 2022, 22, 2908. [Google Scholar] [CrossRef]
- Kaggle Dataset. Available online: https://www.kaggle.com/datasets/jaimeblasco/500-cities-local-data-for-better-health-2019 (accessed on 10 January 2024).
- Kaggle Dataset. Available online: https://www.kaggle.com/datasets/mahdiehhajian/united-states-of-america-health-indicators (accessed on 2 April 2024).
- Kaggle Dataset. Available online: https://www.kaggle.com/datasets/robikscube/hourly-energy-consumption (accessed on 10 July 2024).
- Kaggle Dataset. Available online: https://www.kaggle.com/datasets/mrsimple07/energy-consumption-prediction (accessed on 10 July 2024).
- Kaggle Dataset. Available online: https://www.kaggle.com/datasets/utathya/smart-city-traffic-patterns (accessed on 10 July 2024).
- Kaggle Dataset. Available online: https://www.kaggle.com/datasets/fedesoriano/traffic-prediction-dataset (accessed on 10 July 2024).
- Alsuwian, T.; Shahid Butt, A.; Amin, A.A. Smart Grid Cyber Security Enhancement: Challenges and Solutions—A Review. Sustainability 2022, 14, 14226. [Google Scholar] [CrossRef]
- Ding, J.; Qammar, A.; Zhang, Z.; Karim, A.; Ning, H. Cyber Threats to Smart Grids: Review, Taxonomy, Potential Solutions, and Future Directions. Energies 2022, 15, 6799. [Google Scholar] [CrossRef]
- Choi, H.-S.; Song, S.-K. Direction for a Transition toward Smart Sustainable Cities based on the Diagnosis of Smart City Plans. Smart Cities 2023, 6, 156–178. [Google Scholar] [CrossRef]
- Hashem, I.A.T.; Usmani, R.S.A.; Almutairi, M.S.; Ibrahim, A.O.; Zakari, A.; Alotaibi, F.; Alhashmi, S.M.; Chiroma, H. Urban Computing for Sustainable Smart Cities: Recent Advances, Taxonomy, and Open Research Challenges. Sustainability 2023, 15, 3916. [Google Scholar] [CrossRef]
- Castellanos-Nieves, D.; García-Forte, L. Strategies of Automated Machine Learning for Energy Sustainability in Green Artificial Intelligence. Appl. Sci. 2024, 14, 6196. [Google Scholar] [CrossRef]
- Castellanos-Nieves, D.; García-Forte, L. Improving Automated Machine-Learning Systems through Green AI. Appl. Sci. 2023, 13, 11583. [Google Scholar] [CrossRef]
- Gotovtsev, P. How IoT Can Integrate Biotechnological Approaches for City Applications — Review of Recent Advancements, Issues, and Perspectives. Appl. Sci. 2020, 10, 3990. [Google Scholar] [CrossRef]
- Trappey, A.J.C.; Chen, P.P.J.; Trappey, C.V.; Ma, L. A Machine Learning Approach for Solar Power Technology Review and Patent Evolution Analysis. Appl. Sci. 2019, 9, 1478. [Google Scholar] [CrossRef]
- Dostatni, E.; Rojek, I.; Hamrol, A. The Use of Machine Learning Method in Concurrent Ecodesign of Products and Technological Processes. In Advances in Manufacturing. Lecture Notes in Mechanical Engineering; Hamrol, A., Ciszak, O., Legutko, S., Jurczyk, M., Eds.; Springer: Cham, Switzerland, 2018; pp. 321–330. [Google Scholar]
- Rojek, I.; Jasiulewicz-Kaczmarek, M.; Piechowski, M.; Mikołajewski, D. An Artificial Intelligence Approach for Improving Maintenance to Supervise Machine Failures and Support Their Repair. Appl. Sci. 2023, 13, 4971. [Google Scholar] [CrossRef]
- Narkhede, G.; Mahajan, S.; Narkhede, R.; Chaudhari, T. Significance of Industry 4.0 technologies in major work functions of manufacturing for sustainable development of small and medium-sized enterprises. Bus. Strategy Dev. 2023, 7, e325. [Google Scholar] [CrossRef]
Area | Subarea | Tasks |
---|---|---|
Urban planning and development | Simulation and modelling | AI helps simulate urban development scenarios, enabling planners to assess the sustainability of different projects and optimise the use of space, resources and energy. |
Building smart infrastructure | AI helps in the design and management of smart buildings that optimise energy consumption, increase user comfort and reduce environmental impact. | |
Energy management and efficiency | Smart grids | AI is used to manage smart grids that optimise energy distribution and consumption in real time. This helps to reduce energy waste and integrate renewable energy sources more effectively. |
Predictive maintenance | AI algorithms predict when infrastructure, such as power lines or renewable energy equipment, will require maintenance, thus preventing downtime and reducing operational costs. | |
Transport and mobility | Traffic management | Traffic management systems based on artificial intelligence optimise traffic flow, reducing congestion and emissions. These systems can adjust traffic signals in real time based on traffic patterns. |
Deployment of autonomous vehicles | Self-driving cars and public transport systems based on artificial intelligence are being tested and deployed to reduce congestion and carbon emissions. | |
Water management | Intelligent water systems | AI monitors water quality and consumption, ensuring efficient distribution and reducing water waste. It also helps detect leaks and manage water resources during droughts. |
Flood prediction | AI models are used to predict flooding, enabling cities to take proactive measures to minimise damage and protect citizens. | |
Air quality monitoring | Real-time air quality monitoring | AI systems continuously monitor air quality, providing real-time data to help identify sources of pollution and take immediate action to mitigate them. |
Pollution prediction | AI can predict pollution levels based on weather patterns and human activity, enabling cities to implement preventative measures. | |
Waste management | Intelligent waste collection | AI is used in waste management to optimise collection routes, reducing fuel consumption and operational costs. AI can also help sort waste more efficiently, increasing recycling rates. |
Waste prediction models | AI models predict trends in waste generation, helping cities to better plan waste treatment and recycling. | |
Climate resilience | Climate modelling | AI models help cities understand the long-term impacts of climate change and develop mitigation strategies. |
Disaster response | AI is used in disaster management systems to predict natural disasters, such as earthquakes or hurricanes, and effectively coordinate response actions. | |
Other areas | Smart governance | AI is used to analyse data from citizen feedback and social media to improve public services and respond more effectively to citizens’ needs. |
Public safety | AI enhances public safety with surveillance systems that can detect and respond to criminal activity or accidents in real time. | |
Resource allocation | Artificial intelligence helps optimise the allocation of urban resources, ensuring that sustainability goals are achieved without compromising efficiency. | |
Big Data analysis | AI processes vast amounts of data from a variety of city sensors and IoT devices, providing insights that help city managers make informed decisions about sustainability initiatives. |
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. |
© 2024 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
Rojek, I.; Mikołajewski, D.; Dorożyński, J.; Dostatni, E.; Mreła, A. An ML-Based Solution in the Transformation towards a Sustainable Smart City. Appl. Sci. 2024, 14, 8288. https://doi.org/10.3390/app14188288
Rojek I, Mikołajewski D, Dorożyński J, Dostatni E, Mreła A. An ML-Based Solution in the Transformation towards a Sustainable Smart City. Applied Sciences. 2024; 14(18):8288. https://doi.org/10.3390/app14188288
Chicago/Turabian StyleRojek, Izabela, Dariusz Mikołajewski, Janusz Dorożyński, Ewa Dostatni, and Aleksandra Mreła. 2024. "An ML-Based Solution in the Transformation towards a Sustainable Smart City" Applied Sciences 14, no. 18: 8288. https://doi.org/10.3390/app14188288
APA StyleRojek, I., Mikołajewski, D., Dorożyński, J., Dostatni, E., & Mreła, A. (2024). An ML-Based Solution in the Transformation towards a Sustainable Smart City. Applied Sciences, 14(18), 8288. https://doi.org/10.3390/app14188288