Submitted Successfully!
To reward your contribution, here is a gift for you: A free trial for our video production service.
Thank you for your contribution! You can also upload a video entry or images related to this topic.
Version Summary Created by Modification Content Size Created at Operation
1 -- 3129 2022-08-12 11:30:16 |
2 Reference format revised. -67 word(s) 3062 2022-08-15 04:19:32 |

Video Upload Options

Do you have a full video?

Confirm

Are you sure to Delete?
Cite
If you have any further questions, please contact Encyclopedia Editorial Office.
Wong, A.T.C.;  Smith, C.J. Artificial Intelligence-Based Decision Support Systems in Project Sustainability. Encyclopedia. Available online: https://encyclopedia.pub/entry/26101 (accessed on 19 April 2024).
Wong ATC,  Smith CJ. Artificial Intelligence-Based Decision Support Systems in Project Sustainability. Encyclopedia. Available at: https://encyclopedia.pub/entry/26101. Accessed April 19, 2024.
Wong, Andy T. C., Craig John Smith. "Artificial Intelligence-Based Decision Support Systems in Project Sustainability" Encyclopedia, https://encyclopedia.pub/entry/26101 (accessed April 19, 2024).
Wong, A.T.C., & Smith, C.J. (2022, August 12). Artificial Intelligence-Based Decision Support Systems in Project Sustainability. In Encyclopedia. https://encyclopedia.pub/entry/26101
Wong, Andy T. C. and Craig John Smith. "Artificial Intelligence-Based Decision Support Systems in Project Sustainability." Encyclopedia. Web. 12 August, 2022.
Artificial Intelligence-Based Decision Support Systems in Project Sustainability
Edit

Decision support systems (DSS) is a computer-based aid, which is designed to assist project managers in decision making when the tasks at hand are of a complex nature. Artificial intelligence (AI) is “the theory and development of computer systems able to perform tasks normally requiring human intelligence, such as visual perception, speech recognition, decision-making, and translation between languages”. The use of artificial intelligence (AI)-based decision support systems (DSS) has been gaining in popularity. AI technologies are becoming powerful tools throughout the world for improving project management; however, the advancement of construction management is still in its infancy and is adapting to the use of AI at a much slower pace than other sectors

decision support system construction artificial intelligence machine learning sustainability

1. Introduction

Project management in the construction sector has its own unique challenges, which have a clear impact on project success. These challenges relate to each project having variations in location, personnel, the equipment and logistics, as well as other factors such as economics and cost variations [1]. These can increase the degree of uncertainty during project planning and implementation, which can result in overspending, project delays, and disputes between the customer, employees, and contractors. In addition, traditional project management methods that are used by current construction companies rely heavily on the experience of project managers, while data are collected manually in a variety of non-digital formats through decentralized storage [2][3]. This leads to the use of delayed, flawed, or incomplete information during decision making, which jeopardizes process improvement. Relying heavily on empirical knowledge rather than a systematic approach often leads to wrong conclusions with substantial consequences.
Moreover, the critical success factors (CSFs) of project management are changing alongside the technological advancements. In particular, the CSF evolution is obvious in construction project management due to key changes in societal needs at the start of this century. The goals of construction project management have moved on from focusing on cost and profit, scheduling, and quality to also consider other tangible and intangible factors as well [4]. This trend motivates the measurement of project success with respect to the goals of economic, environmental, and social sustainability.

1.1. Decision Support Systems

A DSS can be defined as a computer-based aid, which is designed to assist project managers in decision making when the tasks at hand are of a complex nature [5][6]. Early DSSs could be defined as passive ones that would do what the users explicitly direct them to do, with a narrow range of decision-making capability [5]. In more recent years, the introduction of AI techniques has increased the capability of DSSs in construction. The basic structure of a DSS can be seen in Figure 1. This involves a user interface to support human-machine interaction, such as inputting data for analysis and receiving the guidance or recommendations in a human-readable format. The inference engine is the brain of the system, which utilizes AI algorithms to perform reasoning and computing. Hence, decisions or solutions to a problem can be derived based off the historical data stored in the knowledge base and the inputted data from the user. The knowledge base is where useful decision-making logics and historical data are stored to support the inference engine. The knowledge base will also be updated with new information/knowledge from interacting with users and resolving real-life issues. This will increase the sophistication of knowledge base and the intelligence of the system.
Figure 1. The three key components of a DSS: the user interface, the inference engine, and the knowledge database.

1.2. Sustainability in Construction

Project sustainability relies on the notion that the project should meet the present as well as future needs without compromising the others’ interests. A widely accepted view on sustainability is the idea of the three pillars of sustainability, which are defined as the economic, environmental, and social goals [7]. These are more informally defined as the consideration of the three Ps: profit, planet, and people [8].

Economic Sustainability

The primary goal of economic sustainability is providing financial return compared to the utilized resources, adding value, and making financial profits while saving through minimizing expenditure [9]. Examples of this would include efficient project management, compliance with standards and regulations, and effective risk management and mitigation.

Environmental Sustainability

Looking further than the business alone, the goal of environmental sustainability is to minimize the negative impact of operations on the environment and to maintain and improve the environment. This includes reducing energy usage, limiting material usage, and utilizing environmentally friendly materials [10]. The goals of environmental sustainability have often gone together with economic sustainability, as the reduction of waste materials and compensating for inefficient working methods will reduce financial waste and increase profits.

Social Sustainability

The goal of social sustainability is to maintain and improve the quality of human life. This includes customers, employees, contractors, and all other parties who may be affected by the work carried out during a project. This can be through improving health and well-being, better training, and development; improving workplace diversity; and contributing to the betterment of society [11]. The benefits of social sustainability are the improvement of the morale and well-being of company personnel; improving relations with suppliers, customers, and the affected parties; as well as improving reputations both locally and internationally.

1.3. Artificial Intelligence

Machine Learning

This is the process of developing computer programs that learn from past data to make predictions without being explicitly programmed to do so. The learning methods consist of supervised data; learning from labelled datasets for both the input and desired result and unsupervised learning; for structuring unlabeled data and reinforcement learning (RL); and mapping from situations to actions to maximize the reward [12]. Examples of machine learning algorithms include multivariate-linear regression (MLR), logistic regression (LR), support vector machine (SVM), decision tree (DT), random forest (RF), K-means, Bayesian inference (BI), and artificial neural network (ANN).

Fuzzy Logic

In the real world, especially in project management, there are situations in which human reasoning is required for decision making, which may have a level of uncertainty for what the right choice may be. A tool to combat these situations is fuzzy logic (FL), first introduced in 1965 by Lotfi Zadeh [13]. This is a technique that can measure the degree of correctness of uncertain data, and it has been widely adopted in real-world systems to tackle ill-defined and complex problems that have incomplete and imprecise information [14]. Rather than measure something to be true or false, fuzzy logic is used to quantify the level of truth. Fuzzy logic is used primarily for quantifying the knowledge of experts from ranked questionnaires [15], capturing human reasoning for various applications in decision making.

Natural Language Processing

Natural language is what humans use to communicate information as opposed to computer programming languages, examples being English or Mandarin. In order for natural language to be interpreted by a computer, a tool known as natural language processing (NLP) is applied [16]. This is concerned with creating computational models that will resemble the linguistic capability of human beings. This includes reading, writing, listening, and speaking [17]. NLP is used to convert natural language into computer readable language for applications in social media, customer service, e-commerce, education, entertainment, finance, and healthcare [18]. In relation to construction project management, the processing of typed documentation and reporting can be computed, and knowledge can be gained through the use of NLP. Examples being the evaluation of accident reports in the construction sector for determining the precursors for accidents [19].

Evolutionary Algorithms

Evolutionary algorithms are a tool that relates biology, artificial intelligence, numerical optimization, and decision support for a diverse field of engineering applications. These algorithms utilize models based on organic evolution for intelligent optimization [20]. The task of intelligent optimization involves searching for the best result to minimize or maximize an objective function subjected to defined constraints [21]. An example of this type of algorithm would be the genetic algorithm (GA). This can be used for the optimization of the results of a system to improve model performance in decision making for construction project management [22].

Construction Project Lifecycle

The construction industry can be defined as the construction, extension, installation, repair and maintenance, renewal, removal, alteration, dismantling or demolition of any building or structure, transport infrastructures, power, and water services [23]. This covers both commercial and industrial applications, residential buildings, as well as infrastructure items, such as transport routes, water service stations, and the connecting pipelines. Over this wide field of construction, projects can be categorized into five stages. These stages are initiation, planning, execution, controlling, and closing [24]. A flowchart explaining each stage of the project lifecycle is given in Figure 2.
Figure 2. A flowchart of the five stages of the project lifecycle.

2. Artificial Intelligence-Based Decision Support Systems in Project Sustainability

2.1. Categorizing the Task of the DSSs

Contractor and Supplier Evaluation

An area of research where DSSs have been applied with sustainability criteria using AI is for evaluating suppliers. Ref. [25] refined sustainability criteria for the selection of suppliers with the assistance of academics and industry experts for defining the importance of applicability of criteria taken from the literature. Fuzzy preference programming was then used to allocate weights to each of the sustainability criteria, resulting in graded levels of importance reducing from economic to environmental to social criteria. Fuzzy Technique for Order of Preference by Similarity to Ideal Solution (FTOPSIS) was then used for supplier selection. Others have also used a similar approach, with [26] also using fuzzy logic for weight definition but using VIKOR for the selection of the projects. Another example is [27], who used VIKOR for project selection but with analytical hierarchy processing for the weight definition. The sustainable selection criteria in all these studies are great examples of a drive towards sustainability, and these are just some examples of the few studies into supplier selection in manufacturing [26]. It can be seen in these studies that all the evaluation criteria are defined through subjective opinions of experts related to the work, and there is a lack of quantitative data. Combining these two data types may prove beneficial for supplier selections. These are all focused on the manufacturing industry, which does have a different format from the construction industry for supplier selection and would have differences in the selection criteria based of the unique aspects of construction projects when compared to manufacturing.

Design Optimization

Ref. [28] highlighted ongoing research into the use of DSSs for sustainable building material selection in the design stages, with a key focus on incorporating criteria for the environmental goals of sustainability. Ref. [29] developed a DSS for helping design engineers to choose sustainable materials during the planning stage of construction for pavement design. This method not only considers economic, environmental, and social goals during the project lifecycle but also for the maintenance of the materials during the lifecycle of the product. An example of AI being used for DSSs for design optimization would be [30], who developed a DSS for concept-design decision making in the construction industry. They adopted a Markov decision process (MDP) and RL for this DSS. The aim of this model was to implement value engineering from the manufacturing section into the construction design phase. The focus was to achieve optimization against environmental, economic, and social criteria. Utilizing the MDP approach was especially useful, as the structure of this approach has similarities to the decision-making system that engineers manually carry out in the concept-design stage of construction projects. The method was tested using the concept design of a house, and the design was optimized, which showed a positive result; however, there is area for improvement by adding feedback complexity and representing the interdependencies between different decisions at different stages of design.

Early-Stage Project Predictions

The most popular application for a DSS from the last ten years is for making predictions of project performance at the initiation and planning stages of the project lifecycle. This can be for project cost prediction, project delays, and for risk in project selection. These areas of study all follow the same approach of utilizing historical project performance data and key parameters to train an algorithm for predicting the resultant performance given the same input parameters for a new test project. This is an especially useful tool, as it provides the project manager with a quantifiable method for selecting which projects to choose during the initiation stage of the lifecycle or how best to plan for a project prior to execution. The most popular algorithms to be used are ANNs and more recent models, which include hybrids with FL for quantifying qualitative data and genetic algorithms (GA) for optimizing the weights of the parameters [22][31][32][33]. Case-based reasoning (CBR) has also been studied, utilizing previous similar cases of projects to make predictions [34][35][36][37][38]. It has been observed that most of the research into project predictions examine the economic pillar of sustainability with 76% of all EPP research solely focusing on the economic sustainability goals. Research considering environmental and social goals is the minority, equating to approximately 25% of studies.

Dynamic Performance Prediction

The authors of [22], who proposed the evolutionary fuzzy hybrid neural network (EFHNN) for project cost prediction at early stages, clearly understood the benefits of creating a dynamic performance-prediction tool. This hybrid is a combination of FL for dealing with uncertain data, a high-order ANN for making predictions, and GA for optimizing the results. The same authors published a paper on their dynamic prediction performance method [39], which used the same hybrid AI algorithms to classify the performance of projects throughout the lifecycle. This classified project performance into four levels ranging from successful to disastrous, with inputs related to 10 time dependent variables, including change order data, weather impact, owner commitments, contractor commitments, recorded incidents, and overtime work. This model is classified with a high accuracy; however, the method was only validated against the highly similar evolutionary fuzzy neural inference model (EFNIM) and with only 12 projects for training and 3 projects for testing.

Safety Risk Assessment

In the application of improving safety through the project lifecycle, there have been studies into the use of natural language processing (NLP) for analyzing injury reports. Ref. [40] used NLP to structure data from accident reports into attributes of incidents and the safety outcomes and then used random forest and stochastic gradient tree boosting for prediction. The models were able to have better predictive capability for defining the injury type, energy type involved, and the injured body part with a higher likelihood than at random, which gives evidence to the use of quantitative and empirical methods for evaluating safety compared to that of expert opinion and subjective judgment. One of the authors then took the study further, such as [19], which introduced a method for automatically determining valid accident precursors for accidents in the oil and gas sector. Three different ML techniques were used and compared. These are convolutional neural network (CNN), hierarchical attention network (HAN), and term frequency-inverse document frequency representation with support vector machine TF-IDF-SVM, which were used for NLP. All predictions of precursors performed better than random selection, and the TF-IDF + SVM method proved to be the most accurate. The data collected for these reports were quantitative in nature, and circumstantial and environmental information that contribute to hazards in the workplace were not considered.

Site Logistics

Site logistics can be defined as the control of the movement of people, equipment, and materials related to a work site. The category for site logistics covers all the DSSs, which focus on improving site logistics with the use of AI and sustainability criteria. Ref. [41] developed a digital twin and DSS, which applied heuristic optimization and clustering for the purposes of silo replenishment on various construction sites during project execution. The purpose of this software tool is to predict the best routes for resupply vehicles to optimize vehicle usage and minimize work site stoppage times. Over a 3-year period, this reduced logistic costs by up to 25% and with every kilometer of transport saved having a positive impact on the development of CO2 emissions. The complexity of the digital twin and refill truck cost had a large effect on the cost reduction, which has left area for improvement.

2.2. Observations and Trends Related to AI

The overall trend in AI shows that complex prediction in the form of ANN and quantifying expert opinion using FL have had the most focus, which covered 37% and 31% of papers, respectively. GA is also popular for the optimization of models, with 12% of studies considering this. CBR, which focuses on the use of previous cases to advise project managers on how to progress in future projects, and two other machine learning algorithms, namely MLR and SVM, have been involved in approximately 10% of all studies. In total, 46% of the studies used hybrids of multiple AI algorithms; this was not an increasing trend, though. As the quantity of papers increased over the decade, the ratio of hybrid models decreased. This reduction in the ratio of hybrid models does coincide with the increase in studies for other applications of DSSs than EPP. In all, 50% of all studies are focused on EPP, which can lead to a bias of the overall results towards the EPP research.
Contractor and supplier evaluation papers have used only FL for quantifying expert opinion [25][42] while overlooking the potential of using machine learning techniques to examine empirical data alongside the opinion of experts. Design optimization and site logistics have only a few studies that use AI, and there is no obvious trend, but these two categories were published within the last six years, suggesting an increase in interest; hence, the potential of AI has not been fully explored in these areas. EPP is the most popular field of study and has been investigated with a wide variety of AI models. The most popular are the ANN and FL, with CBR, MLR, and GA also used in a considerable number of studies. DPP has also been involved a wide variety of AI models, the most common being ANN, followed by DT, FL, and SVM.

2.3. Observations and Trends Related to Sustainability

It must be noted that this coincides with the increase in papers focused on design, site logistics, safety, and both supplier and contractor evaluation as shown in Figure 3. These studies have been noted to have a high percentage of consideration for the environmental and social goals of sustainability. EPP primarily focuses on the economic goal of sustainability when viewing bidding, claims, and cost prediction; however, there has been an area of EPP focused on project risk, of which most studies consider the three sustainability goals [43][44].

/media/item_content/202208/62f9a33d8eb54informatics-09-00043-g003.png
Figure 3. The count of each DSS category examined in papers by year of publication.

References

  1. Rafiei, M.H.; Adeli, H. Novel Machine-Learning Model for Estimating Construction Costs Considering Economic Variables and Indexes. J. Constr. Eng. Manag. 2018, 144, 04018106.
  2. You, Z.; Wu, C. A framework for data-driven informatization of the construction company. Adv. Eng. Inform. 2019, 39, 269–277.
  3. You, Z.; Fu, H.; Shi, J. Design-by-analogy: A characteristic tree method for geotechnical engineering. Autom. Constr. 2018, 87, 13–21.
  4. Ahmed, S.; El-Sayegh, S. Critical Review of the Evolution of Project Delivery Methods in the Construction Industry. Buildings 2021, 11, 11.
  5. Rao, H.R.; Sridhar, R.; Narain, S. An active intelligent decision support system—Architecture and simulation. Decis. Support Syst. 1994, 12, 79–91.
  6. Keen, P.G.W. Adaptive design for decision support systems. SIGMIS Database 1980, 12, 15–25.
  7. Ranjbari, M. Three pillars of sustainability in the wake of COVID-19: A systematic review and future research agenda for sustainable development. J. Clean. Prod. 2021, 297, 126660.
  8. Böcker, L.; Meelen, T. Sharing for people, planet or profit? Analysing motivations for intended sharing economy participation. Environ. Innov. Soc. Transit. 2017, 23, 28–39.
  9. Azapagic, A.; Perdan, S. Indicators of Sustainable Development for Industry: A General Framework. Process Saf. Environ. Prot. 2000, 78, 243–261.
  10. Hong, J. Towards environmental sustainability in the local community: Future insights for managing the hazardous pollutants at construction sites. J. Hazard. Mater. 2021, 403, 123804.
  11. Fatourehchi, D.; Zarghami, E. Social sustainability assessment framework for managing sustainable construction in residential buildings. J. Build. Eng. 2020, 32, 101761.
  12. Abioye, S.O. Artificial intelligence in the construction industry: A review of present status, opportunities and future challenges. J. Build. Eng. 2021, 44, 103299.
  13. Bělohlávek, R.; Klir, G.J. Concepts and Fuzzy Logic; MIT Press: Cambridge, MA, USA, 2011.
  14. Chen, L.; Pan, W. Review fuzzy multi-criteria decision-making in construction management using a network approach. Appl. Soft Comput. 2021, 102, 107103.
  15. Awad, A.; Fayek, A.R. A decision support system for contractor prequalification for surety bonding. Autom. Constr. 2012, 21, 89–98.
  16. Hapke, H.; Howard, C.; Lane, H. Natural Language Processing in Action: Understanding, Analyzing, and Generating Text with Python; Manning: Shelter Island, NY, USA, 2019.
  17. Bilal, M. Big Data in the construction industry: A review of present status, opportunities, and future trends. Adv. Eng. Inform. 2016, 30, 500–521.
  18. Hagiwara, M. Real-World Natural Language Processing: Practical Applications with Deep Learning; Manning: Shelter Island, NY, USA, 2021.
  19. Baker, H.; Hallowell, M.R.; Tixier, A.J.P. Automatically learning construction injury precursors from text. Autom. Constr. 2020, 118, 103145.
  20. Back, T. Evolutionary Algorithms in Theory and Practice: Evolution Strategies, Evolutionary Programming, Genetic Algorithms; Oxford University Press: Oxford, UK, 1996.
  21. Pan, Y.; Zhang, L. Roles of artificial intelligence in construction engineering and management: A critical review and future trends. Autom. Constr. 2021, 122, 103517.
  22. Cheng, M.-Y.; Tsai, H.-C.; Sudjono, E. Conceptual cost estimates using evolutionary fuzzy hybrid neural network for projects in construction industry. Expert Syst. Appl. 2010, 37, 4224–4231.
  23. Ofori, G. The Construction Industry: Aspects of Its Economics and Management; Singapore University Press: Singapore, 1990.
  24. Vargas, R.V. A new approach to PMBOK guide 2000. In Proceedings of the Project Management Institute Annual Seminars & Symposium, Nashville, TN, USA, 1–10 November 2001; Project Management Institute: Newtown Square, PA, USA, 2001.
  25. Fallahpour, A.; Olugu, E.U.; Musa, S.N.; Wong, K.Y.; Noori, S. A decision support model for sustainable supplier selection in sustainable supply chain management. Comput. Ind. Eng. 2017, 105, 391–410.
  26. Kannan, D.; Mina, H.; Nosrati-Abarghooee, S.; Khosrojerdi, G. Sustainable circular supplier selection: A novel hybrid approach. Sci. Total Environ. 2020, 722, 137936.
  27. Luthra, S.; Govindan, K.; Kannan, D.; Mangla, S.K.; Garg, C.P. An integrated framework for sustainable supplier selection and evaluation in supply chains. J. Clean. Prod. 2017, 140, 1686–1698.
  28. Minhas, M.R.; Potdar, V.; Sianaki, O.A. A Decision Support System for Selecting Sustainable Materials in Construction Projects. In Proceedings of the 32nd International Conference on Advanced Information Networking and Applications Workshops (WAINA), Krakow, Poland, 16–18 May 2018; pp. 721–726.
  29. Santos, J.; Bressi, S.; Cerezo, V.; Presti, D.L. SUP&R DSS: A sustainability-based decision support system for road pavements. J. Clean. Prod. 2019, 206, 524–540.
  30. BuHamdan, S.; Alwisy, A.; Bouferguene, A. Explore the application of reinforced learning to support decision making during the design phase in the construction industry. Procedia Manuf. 2020, 42, 181–187.
  31. Tang, L.C.M.; Leung, A.Y.T.; Wong, C.W.Y. Entropic Risk Analysis by a High Level Decision Support System for Construction SMEs. J. Comput. Civ. Eng. 2010, 24, 81–94.
  32. Bilal, M.; Oyedele, L.O. Guidelines for applied machine learning in construction industry—A case of profit margins estimation. Adv. Eng. Inform. 2020, 43, 101013.
  33. Elmousalami, H.H. Intelligent methodology for project conceptual cost prediction. Heliyon 2019, 5, e01625.
  34. Marzouk, M.M.; Ahmed, R.M. A case-based reasoning approach for estimating the costs of pump station projects. J. Adv. Res. 2011, 2, 289–295.
  35. Zima, K. The Case-based Reasoning Model of Cost Estimation at the Preliminary Stage of a Construction Project. Procedia Eng. 2015, 122, 57–64.
  36. Kim, S. Hybrid forecasting system based on case-based reasoning and analytic hierarchy process for cost estimation. J. Civil Eng. Manag. 2013, 19, 737829.
  37. Koo, C.; Hong, T.; Hyun, C. The development of a construction cost prediction model with improved prediction capacity using the advanced CBR approach. Expert Syst. Appl. 2011, 38, 8597–8606.
  38. Car-Pusic, D.; Petruseva, S.; Zileska Pancovska, V.; Zafirovski, Z. Neural Network-Based Model for Predicting Preliminary Construction Cost as Part of Cost Predicting System. Adv. Civil Eng. 2020, 2020, 8886170.
  39. Cheng, M.-Y.; Tsai, H.-C.; Sudjono, E. Evolutionary fuzzy hybrid neural network for dynamic project success assessment in construction industry. Autom. Constr. 2012, 21, 46–51.
  40. Tixier, A.J.P.; Hallowell, M.R.; Rajagopalan, B.; Bowman, D. Application of machine learning to construction injury prediction. Autom. Constr. 2016, 69, 102–114.
  41. Greif, T.; Stein, N.; Flath, C.M. Peeking into the void: Digital twins for construction site logistics. Comput. Ind. 2020, 121, 103264.
  42. Ulubeyli, S.; Kazaz, A. Fuzzy multi-criteria decision making model for subcontractor selection in international construction projects. Technol. Econ. Dev. Econ. 2015, 22, e984363.
  43. Taylan, O.; Bafail, A.O.; Abdulaal, R.M.S.; Kabli, M.R. Construction projects selection and risk assessment by fuzzy AHP and fuzzy TOPSIS methodologies. Appl. Soft Comput. 2014, 17, 105–116.
  44. Hatefi, S.M.; Tamošaitienė, J. An integrated fuzzy DEMATEL-fuzzy ANP model for evaluating construction projects by considering interrelationships among risk factors. J. Civ. Eng. Manag. 2019, 25, 114–131.
More
Information
Contributors MDPI registered users' name will be linked to their SciProfiles pages. To register with us, please refer to https://encyclopedia.pub/register : ,
View Times: 2.5K
Revisions: 2 times (View History)
Update Date: 15 Aug 2022
1000/1000