Abstract

Blockchain constructs a distributed point-to-point system, which is a secure and verifiable mechanism for decentralized transaction validation and is widely used in financial economy, Internet of Things, large data, cloud computing, and edge computing. On the other hand, artificial intelligence technology is gradually promoting the intelligent development of various industries. As two promising technologies today, there is a natural advantage in the convergence between blockchain and artificial intelligence technologies. Blockchain makes artificial intelligence more autonomous and credible, and artificial intelligence can prompt blockchain toward intelligence. In this paper, we analyze the combination of blockchain and artificial intelligence from a more comprehensive and three-dimensional point of view. We first introduce the background of artificial intelligence and the concept, characteristics, and key technologies of blockchain and subsequently analyze the feasibility of combining blockchain with artificial intelligence. Next, we summarize the research work on the convergence of blockchain and artificial intelligence in home and overseas within this category. After that, we list some related application scenarios about the convergence of both technologies and also point out existing problems and challenges. Finally, we discuss the future work.

1. Introduction

As the cutting-edge technologies nowadays, blockchain and artificial intelligence have attracted increasing attention due to the irreplaceable role that they play in technological innovation and industrial transformation [13]. The concept of artificial intelligence technology originated from the Dartmouth Society in 1956. As an essential branch of computer science, artificial intelligence technology is dedicated to the research and development of technical sciences used to simulate, extend, and expand human intelligence. In recent years, thanks to the tremendous breakthroughs made in machine learning (especially deep learning) [4] and the exponential growth of data, artificial intelligence has ushered in an explosive period. Due to its advantages in analysis, prediction, judgment, and decision-making, artificial intelligence can fundamentally empower industries such as security, finance, retail, transportation, and education [58]. Blockchain technology started relatively late, firstly starting with Bitcoin proposed by Satoshi Nakamoto in 2008. The blockchain is essentially a distributed ledger [9, 10]. It can use a decentralized consensus mechanism in an environment where different entities participate, without the intervention of a third trusted party. Blockchain also realizes the generation and verification of transactions in an untrusted distributed system, building trust at a lower cost [11]. It is precisely because of this that more and more researchers have concentrated on blockchain technology [12, 13].

Artificial intelligence and blockchain have their own advantages, but each one of them also has corresponding drawbacks. Blockchain has problems regarding energy consumption, scalability, security, privacy, and efficiency, while artificial intelligence faces issues such as interpretability and effectiveness. As two different research directions, they can be related to each other and have the advantages of natural integration. These two technologies have common demands for data analysis, security, and trust, and they can empower each other. For instance, artificial intelligence depends on three key elements: algorithms, computing power, and data, and the blockchain can break the island of data and realize the flow of algorithms, computing power, and data resources, based on its inherent characteristics, including decentralization, immutability, and anonymization. In addition, blockchain can guarantee the credibility of the original data as well as the audit credibility and traceability of artificial intelligence. Moreover, blockchain can record the decision-making of artificial intelligence, which helps to analyze and understand the behavior of artificial intelligence and ultimately promotes the decision-making of artificial intelligence, making it more transparent, explainable, and trustworthy. Artificial intelligence can optimize the construction of the blockchain to make it more secure, energy-saving, and efficient.

To date, there has been a certain amount of literature to review the research of artificial intelligence and blockchain. However, there is still a lack of generalization and summarization of the work on their integration, and the correlation between the two is not yet reflected. Existing literature shows that researchers pay attention to the combination of blockchain and artificial intelligence for application in a variety of vertical fields and business [1418]. In contrast, this paper analyzes the feasibility of the combination of blockchain and artificial intelligence from a more comprehensive and three-dimensional perspective, and extensively collect and demonstrate the combination points of the two in various research fields. The primary contributions of this paper can be summarized as follows:(1)We analyze the relationship between blockchain and artificial intelligence, as well as the feasibility of their integration.(2)We make a comprehensive summary from different classifications, according to the current domestic and foreign research on the integration of blockchain and artificial intelligence.(3)We select various application scenarios and practical use cases in various fields to discuss how to integrate the blockchain and artificial intelligence.(4)We point out the problems and challenges in the integration of blockchain and artificial intelligence, and look forward to the research work in the future.

The rest of the paper is organized as follows. Section 2 and Section 3 introduce the necessary foundation and background knowledge of artificial intelligence and blockchain technology respectively. Section 4 analyzes the feasibility of the combination of blockchain and artificial intelligence. Section 5 discusses the current research issues at home and abroad in detail. Application scenarios in various fields are categorized in Section 6. Section 7 describes the existing difficulties and challenges, and Section 8 presents the future research progress. Section 9 concludes the paper. Table 1 contains a detailed list of all acronyms used in this paper.

2. Artificial Intelligence Technology

Artificial intelligence technology started in 1956 and has experienced three peaks of development from 1956 to 1970, 1980 to 1990, and 2000 to the present. The proposal for machine learning in 1959 promoted the peak of the first development. The United States and Japan were dedicated to artificial intelligence research in the 1980s and 1990s which promoted the peak of the second development. Benefiting from the breakthrough of deep learning and reinforcement learning algorithms, the exponential growth of network data and the qualitative leap in computing power, artificial intelligence has entered the third period of rapid development [19, 20]. Artificial intelligence includes the following key technologies: computational vision technology, natural language processing technology, cross-media reasoning technology, intelligent adaptive learning technology, swarm intelligence technology, autonomous drone system technology, smart chip technology, and brain-computer interface technology, which can be widely used in various industries, such as healthcare, driverless cars [21], education development, games, entertainment, Internet of Things [22, 23], maritime Internet of Things [24, 25], and communication networks [26, 27].

3. Blockchain Technology

3.1. Concept of Blockchain

Blockchain technology is a kind of distributed ledger technology that stores data in a chain data structure. It is a new distributed infrastructure and computing paradigm, which employs the distributed node consensus algorithm to verify the transaction data and further synchronize the entire network, as well as uses cryptography to ensure data security and credibility [28].

3.2. Characteristics of Blockchain
3.2.1. Multicenter

The blockchain adopts distributed decentralized storage, so the distributed recording, storage, and update of data can be realized without a single central point. Since there is no centralized hardware or management organization, any node can operate on the data on the blockchain according to the established rules.

3.2.2. Transparency

The system data of the blockchain is open and transparent, and any node can have a general ledger of the entire network. Except for the private information of the directly related parties of the data being encrypted through asymmetric encryption technology, the blockchain data are open to all nodes, so the entire system information is highly open and transparent.

3.2.3. Autonomy

The blockchain system has multiple participants, and they have formulated automatically negotiated specifications and protocols based on open rules and algorithms. Each node in the system always follows these specifications and protocols during operation. This ensures that every transaction in a trustless environment can guarantee its correctness and authenticity. The nodes can securely exchange, record, and update data, and operations that do not follow the specifications and protocols will not take effect.

3.2.4. Immutability

After the transaction information of the blockchain passes the consensus of all nodes and is recorded in the block, there is a complete backup locally on each node. At the same time, the correlation between blocks is carried out by the hash algorithm. If you want to tamper with a piece of data, you need to modify all subsequent blocks, which is very costly.

3.2.5. Traceability

Each node in the blockchain saves all the records in the history. Any piece of data can be found by traversing the local blockchain data, which makes all the data on the blockchain chain traceable.

3.2.6. Programmability

The nature of the blockchain provides a trusted application environment for the execution of smart contracts, so the blockchain can provide users with programmable data manipulation capabilities. Users can customize smart contract rules that meet their needs. At the same time, due to its open and automatic execution characteristics, it also guarantees the security of assets and data on the chain.

3.3. Concept of Blockchain

The rich application scenarios of blockchain are basically based on the four core technologies of blockchain, namely, consensus mechanism, data structure, cryptography, and distributed storage. As the key future research direction of blockchain technology, cross-training technology has gradually become one of the core technologies of blockchain.

3.3.1. Consensus Mechanism

To ensure that nodes are willing to take the initiative to keep accounts, the blockchain has formed an important consensus mechanism. Common consensus mechanisms are as follows: (1) The proof of work mechanism (PoW) is the original consensus mechanism, and all participating nodes compete for bookkeeping rights by comparing computing power. Since everyone participates, but only one node can be selected, many resources and time costs will be wasted. (2) For the proof-of-stake (PoS) mechanism, the longer you hold the digital currency and the more assets you hold, the more likely this mechanism is to obtain the right to bookkeeping and rewards, which saves time but easily causes the Matthew effect. (3) The delegated proof-of-stake mechanism (DPoS) selects representative nodes for proxy verification and accounting, which is simpler and more efficient, but it also sacrifices some decentralization to a certain extent.

3.3.2. Data Structure

The blockchain is similar to an iron chain in form, consisting of one block after another to form a complete chain. Each block includes a block header and a block body. The blocks are linked back and forth through the hash pointer in the block header. The hash value contained in each block header is similar to a digital fingerprint of all the data in the previous block, so there is an interlocking connection between each block. This relationship forms a chain. When any data in the block are modified, all subsequent hash values will change. Such a structure and content constitute the entire blockchain.

3.3.3. Cryptography

Blockchain uses killer feature-cryptography. The symmetric encryption is equivalent to using the same key to open and lock the door. Asymmetric encryption is equivalent to using a pair of different keys to open and lock the door, namely, public key and private key. If you use the public-key encryption, you can use the private key to decrypt; if you use private-key encryption, you can use the public key to decrypt. These two keys are generally stored in the user’s personal wallet. Once the private key is lost, the assets are gone. It is relatively safe in the blockchain in which the public key and private key are formed through multiple transformations, and the characters are relatively long and complex [29].

3.3.4. Distributed Storage

The most attractive thing about blockchain is its distributed storage mechanism. The information record on each block in the blockchain is recorded by each node participating in the bookkeeping competition. To prevent some malicious nodes from doing damage, the new data in the blockchain that adopts the PoW consensus mechanism need to be unanimously confirmed and agreed upon by most nodes, and at least 51% of the nodes must agree. Therefore, it is difficult to tamper with data.

3.3.5. Cross-Chain Technology

Cross-chain technology is an important technical means for blockchain to realize interconnection and improve scalability. In terms of network morphology, blockchain is different from the Internet. The latter supports one network to connect to global nodes, while the former forms multiple isolated parallel networks. In addition to the extensive coexistence of public chains, private chains and consortium chains allow different organizations to have their own blockchains and even allow multiple blockchains to run simultaneously within the same organization. The number of global blockchains is increasing, and the isolation of different blockchain networks makes it impossible to effectively carry out operations, such as digital asset transfer and cross-chain communication between chains. In the cross-chain process, the two most important things are: The first is to recognize atomicity, that is, cross-chain transactions either happen or do not happen, so that honest nodes will not be damaged; the second is to ensure that the total assets on each chain will not decrease.

4. Feasibility Analysis of the Integration of Blockchain and Artificial Intelligence

The combination of artificial intelligence and blockchain is complementary. Blockchain provides a trustworthy foundation for artificial intelligence, and artificial intelligence provides the landing conditions for blockchain.

4.1. Blockchain Empowers Artificial Intelligence
4.1.1. Transparent and Reliable Data Sources

To more securely share data among multiple organizations, it is particularly important to ensure the transparency and reliability of data sources. Smart blockchain technology ensures the transparency of data on the chain through the synchronization of the full ledger of the nodes and ensures the traceability of data through transaction signatures and time stamps and so on after certificate authentication. A transparent and reliable information-sharing channel has been constructed among multiple participants.

4.1.2. Strong Fairness Guarantee

The traditional blockchain system rewards miners who work hard for the normal operation of the system through tokens and promotes the good operation of the system by ensuring fairness. The party who misbehaves in multiple parties will be punished economically, and the honest party will be compensated accordingly. Smart blockchain technology ensures that system participants can obtain corresponding rewards as long as they honestly abide by the agreement through automatically executed preset smart contract codes. At the same time, the condition-triggered automatic transfer mechanism is used to distribute the rewards to the corresponding participants, which provides a strong fairness guarantee for the intelligent scene of multiparty participation.

4.1.3. Efficient Autonomy

As a distributed ledger technology, the main feature of blockchain is decentralization. Decentralization means that there is no authoritative center or server to manage the entire system, so the blockchain system will not be controlled by a single organization. Using the automatic execution characteristics of smart contracts, predefining management rules in smart contracts can reduce the uncertainty and possible attacks brought about by the human operation process [30, 31].

4.1.4. Privacy Protection

As increasingly more data content is shared on the chain, the privacy of users may be directly or indirectly leaked [32]. Traditional blockchain systems use pseudonyms, shuffling, and other methods to protect users’ privacy, but malicious attackers can nevertheless steal users’ private information through data mining and analysis. In the new smart blockchain system, some cryptographic technologies with excellent security performance are used to protect users’ data privacy. Li et al. [33] proposed a privacy protection scheme based on ring signatures using an anonymous signature method based on an elliptic curve encryption algorithm to protect privacy. Cai et al. [34] provided a privacy protection scheme based on Pedersen’s commitment for the deletable blockchain system, which can hold users accountable when necessary while protecting privacy. The Prada-Delgado team [35] used zero-knowledge proof technology to identify the Internet of things devices in the smart blockchain system, which can protect the data privacy of lightweight devices efficiently and at low cost.

4.1.5. Distributed Computing Power

Artificial intelligence is usually provided by a single unit of computing capacity or computing platform. With the rapid increase in the amount of data and the obvious increase in computational complexity, it is difficult for traditional computing platforms to independently provide the computing capacity required for artificial intelligence, and the hardware costs and maintenance costs of enterprises are also rising [36]. Blockchain realizes the decentralization of computing capacity with its distributed nature, which is helpful to realize the operation of artificial intelligence models on global mass decentralized nodes and realize decentralized computing. Lin et al. [37] propose a new wireless edge intelligence framework to achieve stable and robust edge intelligence through energy collection methods on a permissioned edge blockchain, and design the optimal edge learning strategy to maximize the efficiency of edge intelligence.

4.2. Artificial Intelligence Empowers Blockchain

The design and operation of blockchain involves thousands of parameters, as well as the trade-off of security, throughput, decentralization, and other parameters. Artificial intelligence technology can simplify these decisions and optimize the blockchain to achieve higher performance and better governance. Moreover, artificial intelligence can also improve the intelligence of blockchain applications and reduce errors caused by human influence.

4.2.1. Security

As we all know, unless the adversary owns the majority of mining rights, blockchain is almost impossible to hack. Unfortunately, the programs and functions of decentralized applications built on the blockchain platform are not so secure. For example, in the DAO incident [38], hackers took advantage of loopholes in smart contracts to repeatedly withdraw funds, resulting in a loss of $50 million. Artificial intelligence technology provides new development opportunities for the intelligentization of blockchain system security protection and can provide security and technical support for the entire life-cycle of blockchain transactions. As far as the security of smart contracts is concerned, some work has been done. Raja et al. [39] have used artificial intelligence technology to automatically generate smart contracts, so as to reduce the vulnerability of smart contracts as much as possible. Furthermore, data mining and other technologies are used to analyze the vulnerabilities of the smart contract, and big data analysis is used to check malicious vulnerabilities to avoid economic losses caused by hackers. The involvement of artificial intelligence in the blockchain can make smart contracts more intelligent and efficient, allowing them to form a more complete code through continuous learning and practice and reshape the capabilities of blockchain smart contracts.

4.2.2. Efficiency

In the industrial sector, a large number of mature blockchain systems have been put into practical application, and more enterprises are increasing investment in the application of blockchain. However, due to the limitation of data storage mode, the blockchain system generally faces serious problems of simple query function and low query performance. The reason is that the underlying data storage systems of most blockchain systems use levelDB, a data storage system designed for write-intensive applications. At the cost of data reading performance, writing performance has improved. With the increase of data and the expansion of applications in blockchain systems, it is often necessary to deal with frequent queries. The underlying storage system has excessive writing performance but insufficient reading performance, which has become the main bottleneck limiting the query performance. The data-storing methods of blockchain can likewise be enhanced with the assistance of AI algorithms. Gawas et al. [40] propose an AI-based novel TTA-CB protocol to establish a secure and distributed blockchain for data management in VECONs and utilize a PSO algorithm to solve the optimal data provider selection problem. Artificial intelligence technology has brought new opportunities for the development of blockchain. Through continuous learning and practice, it has significantly improved the speed of data query and the efficiency of blockchain applications.

5. Research Issues of Blockchain and Artificial Intelligence Integration

In this section, we classify and summarize the applications of blockchain and artificial intelligence integration.

5.1. Sharing Applications

The information age has ushered in an explosive growth of data, and the value of data lies in circulation. However, the existing data trust system is not perfect, which restricts the secure circulation of data and affects the development of the industry. Blockchain technology can provide new technical means for data sharing due to its inherent characteristics, such as immutability, decentralization, and traceability. However, in general data-sharing applications, blockchain is often only used as a secure and reliable distributed database. Because of missing data analysis capability, the practicality of blockchain is greatly reduced. For this reason, artificial intelligence technology can be used to compensate for the deficiencies of blockchain and enhance the value of its applications.

In the industrial IoT driven by mobile crowd sensing, Liu et al. [41] combined Ethereum and deep reinforcement learning to propose a joint framework to ensure effective data collection and secure data sharing. To achieve maximum data collection, minimum energy expenditure, and regional fairness, the authors used a distributed deep reinforcement learning mechanism to help smart mobile terminals perceive nearby points of interest and then used blockchain technology to ensure the security and reliability of data sharing.

To ensure flexible and secure resource sharing, Dai et al. [42] made full use of the advantages of blockchain and artificial intelligence to construct a secure and intelligent network architecture for the next generation of wireless networks, as shown in Figure 1. Blockchain technology was used to establish a secure and distributed resource-sharing environment, while artificial intelligence technology was used to solve the problems of uncertainty, time variation, and complexity in wireless systems. In particular, the authors used the consortium blockchain to establish a secure content-caching environment and used deep-reinforcement learning to design a caching mechanism to maximize the use of cache resources.

To reduce the burden of transmission and address privacy issues, Lu et al. [43] established a network architecture based on federated learning. The authors ensured the security and stability of model parameters through a hybrid blockchain architecture that integrated consortium blockchains and local directed acyclic graphs and then designed an asynchronous federated learning mechanism empowered by deep-reinforcement learning to improve model-learning efficiency. The model was integrated into the blockchain, and two-phase verification was performed to ensure the reliability of the shared data.

Using video analysis technology based on artificial intelligence, the current intelligent surveillance system can provide more diversified services. However, there are still security and privacy issues caused by malicious attackers and untrusted third parties. To solve this problem, the blockchain technology developed by Lee et al. [44] was used to ensure the integrity and security of cloud-based intelligent monitoring systems. The proposed Merkle-Tree method can promote the effective transmission of video data, help reduce the bandwidth required for transmission and the overhead of redundant data storage, and realize the secure synchronization of video data without exposing the privacy of the target.

At present, the wearable device market is growing, storing a large amount of personal health data, which can be used to implement various health-related applications. Blockchain technology transparently records these massive amounts of health data, which can provide support to some researchers and commercial companies while also protecting the privacy of data providers. Bagchi et al. used neural networks to process different types of cardiovascular clinical data and integrated them into the main cardiovascular output [45]. These outputs were shared with patients and doctors through the designed blockchain mechanism. To deal with low data quality in data sharing, Zheng et al. proposed a data quality check module based on machine learning. When integrated into the system, the module can analyze the high-quality data required by related applications [46].

5.2. Security Applications

With the continuous development of the blockchain system, the perfection of smart contracts and incentive mechanisms will depend on the occurrence of malicious behavior in the system. On the one hand, these malicious behaviors pose huge challenges to the security of the blockchain system. On the other hand, the large amount of data generated by the blockchain will increase the difficulty of reviewing and detecting malicious behavior. The integration of blockchain and artificial intelligence is conducive to enhancing the existing blockchain system.

Smart contracts may contain wrong codes and loopholes, which can easily cause huge financial losses. The current smart contract vulnerability detection methods mainly focus on symbolic execution and dynamic execution methods with low accuracy. Liao et al. proposed a smart contract vulnerability detection method [47], namely, SoliAudit. This method used both static and dynamic testing technologies and enhanced smart contract vulnerability detection capabilities through machine learning and dynamic fuzzers. The SoliAudit method achieved up to 90% vulnerability identification accuracy on 17,979 samples and can still quickly adapt to new unknown weaknesses without expert knowledge and predefined features. Zhuang et al. also proposed a vulnerability detection method fused with machine learning, using a graph neural network method to detect smart contracts from another perspective [48]. Aiming at the syntactic and semantic structure of the smart contract function, the authors constructed a contract graph and designed an elimination phase to normalize the graph and highlight the main nodes. Furthermore, a nondegree graph convolutional neural network and a novel time information dissemination network were proposed to learn from the normalized graph and detect smart contract vulnerabilities.

The incentive mechanism is the core of the public chain. It encourages participants to run and ensure the security of the underlying consensus protocol. However, it is very difficult to design an incentive mechanism compatible with incentives. Hou et al. proposed a framework based on deep learning to detect vulnerabilities in the blockchain incentive mechanism-SquirRL [49], as shown in Figure 2. Developers of the protocol can use SquirRL as a general method to test the deficiencies of the incentive mechanism. SquirRL does not provide theoretical guarantees, but its instantiation is very effective in checking adversarial strategies, which can be used to show that an incentive mechanism is insecure.

The blockchain system will generate a large amount of transaction data, which brings certain challenges to the review and detection of malicious behavior. The authors in [50] proposed a method of using data mining and machine learning to detect and capture Ponzi schemes that occurred in Ethereum. This method first extracted features from user accounts and operating codes of smart contracts and then built a classification model to detect potential Ponzi schemes. DOORChain was proposed in [51] for the malicious behavior of blockchain. It combined three powerful intrusion and malicious detection methods, namely, deep learning, ontology, and operations research. This method utilized the constraints of operations research to formalize and detect malicious behaviors on the network, especially using ontology to detect behavioral malicious behavior, and then used feedback from this formalization of deep learning to check whether transactions in the blockchain were malicious.

5.3. Transaction Applications

Blockchain has great advantages in protecting data, while artificial intelligence is good at analysis, prediction, and judgment. The combination of the two can be used for related research, such as price prediction and transaction analysis.

McNally et al. applied machine learning technology to predict the price trend of Bitcoin and completed this task by Bayesian optimization of recurrent neural networks and long short-term memory networks [52]. McNally et al. also compared the experimental results with the results predicted by the popular ARIMA model and found that the effect of nonlinear deep learning methods was better than that of ARIMA prediction. Users in the Bitcoin system used pseudonymous Bitcoin addresses as transaction accounts, making Bitcoin address correlation analysis a challenging task. In this case, a new Bitcoin address association scheme was proposed in [53], making it possible to track addresses in the Bitcoin system. After extracting the Bitcoin addresses, the authors converted the address clustering problem into a binary classification problem to reduce the computational complexity. Then, the system analyzed whether the two Bitcoin addresses belong to the same user by constructing a two-layer model. Finally, the system clustered addresses belonging to the same user. Shao et al. proposed a deep learning method to implement address-user mapping [54], which makes it possible to realize user identification in the Bitcoin system. Shao et al. mapped the representation of the address to the Euclidean space and used a deep neural network to embed transaction behavior, thereby obtaining the feature vector of each address. Finally, the owner of the address is identified through address verification, identification, and clustering.

5.4. Deposit Applications

Blockchain can guarantee the authenticity, integrity, and credibility of stored digital information due to its inherent characteristics. Artificial intelligence can assist in data analysis and processing as well as the natural evolution and dynamic adjustment of smart contracts. Combining blockchain and artificial intelligence technology can provide a wide range of application scenarios for data storage, retrieval, and inspection services.

Immunization is an indispensable mechanism for preventing infectious diseases in modern society. Vaccine safety is closely related to public health and national security. However, issues such as vaccine expiration and vaccine record fraud are still common in the vaccine supply chain. Therefore, there is an urgent need to establish an effective vaccine regulatory system. To this end, Yong et al. developed a vaccine blockchain system based on blockchain and machine learning technology [55]. Blockchain technology aims to change the current information management method and establish a new trust mechanism, while machine learning technology provides an additional method for data analysis in the information management system. The vaccine blockchain system was designed with a smart contract based on Ethereum to query personal vaccination records and vaccine circulation for consumers and to track vaccine operation records for vaccine institutions and governments. If the vaccine has liability issues, it can be solved through the vaccine blockchain system.

For environmental protection considerations, electric cars are regarded as an important tool for green city projects. As the demand for electric cars increases, it is not easy for users to find suitable charging facilities. On the other hand, energy companies operate their own charging stations for their own purposes, and their charging information is not transparent to the outside world. To solve these problems, Fu et al. [56] proposed a charging system for electric cars, which provided users with convenient charging services by realizing collaboration between energy companies, as shown in Figure 3. The author used the consortium blockchain to realize the management and recording of charging information between energy companies. In particular, smart contracts were designed to balance the company’s charging-user-scheduling problem to ensure the fairness of the benefits of different energy companies.

The food supply chain is a complex system involving many stakeholders, such as farmers, production plants, distributors, retailers, and consumers. Information asymmetry between different stakeholders is an important reason for fraud, and the application of blockchain helps ensure food safety. However, there are some studies that are more inclined to study the traceability of food than supervision. In this regard, Mao et al. designed a blockchain-based credit evaluation system to strengthen the effectiveness of supervision and management of the food supply chain [57]. The system collected credit evaluation texts from traders through smart contracts, analyzed the texts collected by a network called long- and short-term memory, and used the credit results of traders as a reference for supervision and management.

The voting system is a powerful means to ensure fairness. Because of this, various complex security measures are used to ensure the security of the voting system. In view of the transparency and auditability issues of the current voting system, Pawlak et al. used smart methods to improve the electronic voting system based on blockchain [58]. The system aimed to provide a secure electronic voting solution that can resist voting tampering and fraud, and can be audited and verified by public voters.

5.5. Resource Management Applications

Both blockchain technology and artificial intelligence technology need the support of network resources, so their integration in resource management applications involves many scenarios. Considering that large computing and energy resources are consumed in the process of blockchain mining, Loung et al. proposed an optimal auction mechanism based on deep learning to allocate edge computing resources [59]. In this mechanism, the provider of edge computing services can support the offloading of mining tasks from mobile devices (i.e., miners) in a mobile blockchain environment. Based on the analytical solution of the optimal auction, the authors constructed a multilayer neural network structure. The network first implemented the monotonic transformation of absenteeism bids and then provided rules for the allocation and conditional payment for absenteeism. The estimate of absenteeism was used as training data to adjust the parameters of the neural network to maximize the loss function. Similarly, Asheralieva et al. [60] conducted research on resource management and pricing in IoT systems and discussed resource management solutions in blockchain as a service (BaaS) and mobile edge computing (MEC) scenarios [61, 62].

Feng et al. [63] aimed to optimize the blockchain system more comprehensively, improve the security and privacy of MEC as much as possible, and solve the problem of task offloading of MEC. The authors took the computing speed of the edge computing system and the throughput of the blockchain system as the joint optimization goal. To meet the performance requirements of the system, the collaborative offloading decision-making, energy allocation, block size, and block interval were jointly optimized. Aiming at the dynamic characteristics of wireless channels and available resources, the optimization problem was modeled as a Markov decision process problem, and a deep reinforcement learning algorithm that can stably train neural networks was proposed.

Liao et al. constructed a secure and intelligent task offloading architecture using blockchain and smart contracts to promote fair scheduling of tasks and alleviate various security attacks [64]. The authors quantified the success probability of task offloading through a trust index based on subjective logic and then proposed a trust evaluation mechanism. In addition, an online intelligent algorithm was designed to learn the long-term optimal offloading strategy, and a good balance was achieved between task offloading delay, queuing delay, and switching overhead. Federated learning that supports blockchain is usually limited by energy and CPU when performing collaborative training on mobile devices, which will increase the training delay due to the blockchain mining process. Hieu et al. [65] proposed a resource management scheme based on deep reinforcement learning. The author modeled the blockchain network in the federated learning system as an M/M/1 queue, proposed a random optimization model for the resource management of the machine learning model owner, and used deep reinforcement learning to provide an optimal solution for the model.

The architecture and data sources of the energy Internet are becoming increasingly complex. It is a good opportunity and trend to use blockchain technology to combine energy equipment and data information. Applying blockchain technology and broad learning technology based on the Energy Internet platform, Zhai et al. [66] conducted multisource data fusion calculations. The authors introduced in detail a novel combination model that comprehensively processes energy equipment data, blockchain data, and user feedback data, using convolutional neural network modules to deal with prediction accuracy and computational complexity and using long- and short-term memory network modules to enhance the system’s advantages in long-term memory.

With the development of the Internet of Things, data centers will generate massive amounts of data. On the one hand, these data can give rise to different data-driven services; on the other hand, they will bring about further energy expenditures. Xu et al. [67] used grid and green energy to solve the problem of how to reduce the overall energy expenditure. To this end, the authors proposed a distributed resource management architecture based on blockchain. The architecture can record all transaction activities without any scheduling. In addition, the authors used the reinforcement-learning-based demand migration method with embedded smart contracts to save costs.

5.6. Scalability Optimization Applications

With the increase in the number of transactions, the scalability of the blockchain has gradually become a key bottleneck, restricting the development of the blockchain. The choice of consensus algorithm plays an important role in the actual solution of the scalability problem. The method, based on Byzantine fault tolerance, is most preferred to solve the scalability problem of the blockchain network. Bugday et al. [68] proposed a new model to replace the proof of work to form a consensus group. This consensus group allowed the use of Byzantine fault tolerance methods in public blockchain networks. The model used an online learning algorithm of decision theory to calculate the reputation value for the nodes that wish to participate in the consensus committee and selected nodes with a higher reputation value for the consensus committee to reduce the chance of harm to the nodes in the consensus committee.

Another way to expand the blockchain is slicing technology. It can divide the network into fragments for concurrent transaction processing. Most of the existing blockchain systems use proof-of-work consensus protocols to create fragments. Ruparel et al. [69] proposed a network sharing algorithm based on machine learning. This algorithm can quickly and accurately create fragments, map the IP addresses of nodes to geographic coordinates, and then use the k-means clustering algorithm to divide these coordinates into fragments. The nodes in the shard were geographically closer, thereby reducing the propagation delay in the network during intrashard communication. Compared with the PoW-based slicing algorithm, GeoSharding is significantly faster, bringing scalability to a new level.

To solve the scalability and increase the throughput of the Industrial Internet of Things, Liu et al. [70] proposed a system performance optimization framework based on deep reinforcement learning and blockchain, which quantitatively evaluated the new blockchain system from four aspects, namely, scalability, decentralization, security, and delay. Then, Liu et al. designed an algorithm based on deep reinforcement learning to dynamically adjust the block producers, consensus algorithm, block size, and block interval, which improve the performance of the system and promote the wide application of the system.

The emerging federated edge learning technology can not only ensure good machine learning performance but also solve the “data island” problem caused by data privacy issues. However, large-scale federated edge learning technology lacks a secure and effective communication model training program, and there is no updateable and flexible framework to update local models and global model sharing (transaction) management. Kang et al. [71] proposed a blockchain-based federated edge learning system, which has a hierarchical blockchain framework composed of a main chain and subchains. It can separately manage local model updates or model sharing to achieve performance isolation. This framework can also realize scalable and flexible distributed federated edge learning.

Table 2 summarizes the applications of blockchain and artificial intelligence integration based on the above classification.

6. Application Scenarios

In this section, we select application scenarios and practical use cases in various fields.

6.1. Smart Grid

A smart grid is part of the energy Internet, where everyone contributes to the energy supply [12, 72, 73]. Distributed energy trading is the current mainstream development trend of smart grids, but traditional centralized grid systems cannot be organically combined with distributed energy trading. Therefore, the decentralized characteristics of smart blockchains can effectively help smart grids realize the transformation from centralization to distribution [12]. The decentralization of smart blockchain breaks information barriers and realizes secure data sharing among multiple participants. In addition, smart blockchain technology can reduce the operation and maintenance costs of smart grids and improve the participation of market players.

6.2. Internet of Vehicles

With the development of communication technologies, Internet of Vehicles is playing an increasingly important role in smart transportation [7476]. The Internet of Vehicles can help solve existing traffic and road safety problems through vehicular communication, but there may be a crisis of trust and safety hazards in the process of information exchange [77, 78]. Smart blockchain can provide trust guarantees, reliable data security, and effective incentive mechanisms, and can also escort the development of Internet of Vehicles technology. Blockchain introduces elements, such as cars, people, and service providers, into the chain. Through its transparency, anonymity, and immutability characteristics, it can ensure mutual trust between different elements, strengthen data information security, and promote data information sharing.

6.3. Supply Chain

Blockchain technology has become an important technical means to break through the development constraints of traditional supply chains because of its decentralization, high reliability, and immutability. Using the blockchain network to publish the information data stored in the database can leverage the accurate and rapid sharing and collaboration of logistics data as well as effectively solve the problem of information asymmetry between upstream and downstream enterprises in the supply chain system. The application of artificial intelligence technology in the blockchain system can redefine the supply chain by automating the entire workflow. When integrated with the blockchain, the artificial intelligence platform can discover useful information from point-of-sale sales data, historical purchase data, etc., so that data characteristics can be identified, and predictive analysis can be implemented, including future demand forecasts, sales model forecasts, path planning, and network management.

6.4. Health Care

With the development of the social economy, health care has entered a stage of rapid development. However, there are certain problems that need to be resolved. On the one hand, users have extremely high requirements for the security of personal information and health data; on the other hand, data sharing between medical institutions can achieve an accurate and effective diagnosis and medical treatment. Blockchain can solve the above problems. Through its immutability, the blockchain is conducive to data tracking and anti-counterfeiting while using a reliable trust mechanism. The blockchain can realize secure data sharing. The use of artificial intelligence technology can then mine the hidden value behind the data, thereby allowing more comprehensive data analysis.

7. Problems and Challenges

In this section, we point out the problems and challenges in the integration of blockchain and artificial intelligence.

7.1. Scalability

The scalability issue is the key to the smooth implementation of smart blockchain applications. Blockchain decentralized application (DApp) must run on the underlying platform of the existing blockchain. If the performance and scalability of the system are insufficient, it cannot be implemented as a large-scale application. On the premise of ensuring data security and decentralization, the scalability challenges of blockchain mainly include three aspects, namely, consistency issues, network delays, and performance limitations. To ensure the security of the blockchain, most nodes need to reach a consensus on the transaction data. One-sided pursuit of scalability reduces the consistency requirement of the distributed network, which will cause the blockchain to bifurcate. Since the blockchain is a peer-to-peer distributed network, the network delay between nodes will limit the scalability of the entire system, especially those with longer delays. The third point is the limitation of transaction performance on the scalability of the blockchain, which is also the core reason that restricts the implementation of blockchain applications. To ensure security and eventual consistency, blockchain transactions cannot be performed in parallel, which makes it difficult to increase transaction throughput.

7.2. Security and Privacy

Among the challenges of blockchain application, landing, security, and privacy protection are important issues. As the infrastructure of the Internet of Value, the information between the nodes of the blockchain system is open and transparent, and it may contain private information that users do not want to disclose. Therefore, how to protect user privacy is the key to whether blockchain applications can be implemented on a large scale. Common blockchain privacy protection methods include information hiding and identity confusion. Identity obfuscation technology partially anonymizes the user’s identity on the blockchain and uses privacy protection signature technologies, such as group signatures and ring signatures, to confuse the identity information of both parties to the transaction, making it impossible to correspond to the real user. When necessary, the supervisor can use the supervisor’s private key to view user information to ensure identity security.

Information hiding uses technologies, such as zero-knowledge proof and secure multiparty computing, to conduct transactions without revealing any private information and to ensure the credibility of the results, which effectively protects the user’s transaction privacy. However, the increase in the calculation process leads to a system with reduced efficiency, and further improvement is needed in actual applications. How to make rational use of artificial intelligence algorithm to improve the low efficiency is a difficult problem. In addition, the application of artificial intelligence algorithm to distributed environment obviously needs to redesign the existing algorithm.

7.3. Data Collaboration between On-Chain and Off-Chain Storage

Traditional information systems and blockchain systems are two ways of storing data, and each has limitations. On the one hand, blockchain needs to improve performance through off-chain storage and computing systems; on the other hand, traditional information systems need blockchain technology to ensure the safe sharing and credibility of data. This requires an effective combination of blockchain technology and traditional information systems, and the most critical point is to ensure the relevance and consistency of the data on the chain and the data off the chain. Moreover, the development of artificial intelligence cannot be separated from data. Artificial intelligence technology is still facing many problems, such as poor data quality, data monopoly, data abuse, and so on. The intervention of blockchain gives these problems new development opportunities. Only by correctly combining the data on the chain with the data off the chain, can the combination of blockchain and artificial intelligence be truly applied to the real economy.

8. Future Work

In this section, we look forward to the possible research work on the integration of blockchain and artificial intelligence in the future.

8.1. Hybrid Architecture Combining On-Chain and Off-Chain Storage

In view of different distributed scenarios, the transaction and data storage modes of smart blockchain in the future may become a hybrid architecture, combining on-chain and off-chain storage. Off-chain storage has the advantages of faster efficiency, lower cost, and higher privacy, but it is difficult for off-chain data to take advantage of the blockchain trust. A key research direction in the future is to closely integrate the on-chain and off-chain data so that the trust on the chain can be mapped to the off-chain data.

8.2. Balance between Performance Improvement and Security Guarantees

Although blockchain has many advantages in various aspects, its own performance bottleneck still limits its practical application. Most of the technical challenges of the blockchain itself focus on performance issues, especially transaction throughput, transaction confirmation delay, and block capacity. Different solutions such as directed acyclic graphs, transaction sharing, off-chain transactions, and block expansion have been proposed to solve the performance problems of the blockchain, but they will inevitably reduce the credibility and security of the blockchain. However, in scenarios with stronger privacy protection requirements, some cryptographic schemes with higher security are applied to the blockchain system, which improves the degree of privacy protection and reduces the transaction efficiency of the blockchain system. An important concern for further breakthroughs in blockchain technology is determining how to directly balance performance improvement and privacy protection.

8.3. Distributed Trust Construction

In the application scenarios enabled by blockchain, there is more cooperation and intercommunication between devices. The basis of cooperation is the existence of trust between the partners; that is, they all believe that the identity of the other party and the provided information are true and reliable. Blockchain technology naturally guarantees the authenticity and reliability of data due to its consensus mechanism and immutability modification, which can better build trust in an open network. In a scenario in which a node has a specific identity and role, the identity of the node where the device is located needs to be authenticated. This requires the construction of distributed trust in the blockchain scenario. A key research direction in the future is to authenticate the identities of other nodes without a central authority.

8.4. Improve User Awareness and Enhance Legal Regulations

The development of blockchain is fast, and the introduction of relevant industry regulations is relatively lagging, so chaos and bubbles inevitably exist. Deleveraging, strong supervision, and the ups and downs of the capital market have made people always wait and see the blockchain, and some illegal behaviors under the guise of blockchain have been repeatedly prohibited. Therefore, people’s understanding of blockchain technology is not uniform, and the dividing line between coin and chain is also very blurred. Therefore, it is necessary to strengthen the popularization of blockchain knowledge for the public.

9. Conclusion

As two most cutting-edge technologies, blockchain and artificial intelligence have the corresponding integration opportunities in addition to their own advantages, which can completely revolutionize the information technology in the future. In this paper, we introduce the background knowledge of artificial intelligence and blockchain in detail, conduct an in-depth analysis of the feasibility of the integration of blockchain and artificial intelligence, and comprehensively summarize the research work on the integration of blockchain and artificial intelligence in the domestic market and overseas. Finally, we point out the promising application scenarios and future work.

Conflicts of Interest

The authors declare that they have no conflicts of interest.

Acknowledgments

This work was supported by the National Key Research and Development Program of China under Grant No. 2020YFB1807500, the National Natural Science Foundation of China under Grant Nos. 62001357 and 61802080, the Guangdong Basic and Applied Basic Research Foundation under Grant Nos. 2020A1515110496 and 2020A1515110079, the Education Bureau of Guangzhou Municipality Higher Education Research Project under Grant No. 201831827, the Key Research and Development Programs of Shaanxi under Grant Nos. 2019ZDLGY13-07 and 2019ZDLGY13-04, and the Guangzhou University Research Project under Grant Nos. RQ2020085 and RD2020076.