Next Article in Journal
Sensor Data-Driven Bearing Fault Diagnosis Based on Deep Convolutional Neural Networks and S-Transform
Next Article in Special Issue
Blockchain-based Reputation for Intelligent Transportation Systems
Previous Article in Journal
A Binder Jet Printed, Stainless Steel Preconcentrator as an In-Line Injector of Volatile Organic Compounds
Previous Article in Special Issue
Design and Implementation of an Integrated IoT Blockchain Platform for Sensing Data Integrity
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Personalized QoS Prediction Method for Web Services via Blockchain-Based Matrix Factorization

1
Department of Computer Science, Shantou University, Shantou 515063, Guangdong, China
2
Key Laboratory of Intelligent Manufacturing Technology (Shantou University), Ministry of Education, Shantou 515063, Guangdong, China
*
Author to whom correspondence should be addressed.
These authors contributed equally to this work.
Sensors 2019, 19(12), 2749; https://doi.org/10.3390/s19122749
Submission received: 5 May 2019 / Revised: 12 June 2019 / Accepted: 17 June 2019 / Published: 19 June 2019

Abstract

:
Personalized quality of service (QoS) prediction plays an important role in helping users build high-quality service-oriented systems. To obtain accurate prediction results, many approaches have been investigated in recent years. However, these approaches do not fully address untrustworthy QoS values submitted by unreliable users, leading to inaccurate predictions. To address this issue, inspired by blockchain with distributed ledger technology, distributed consensus mechanisms, encryption algorithms, etc., we propose a personalized QoS prediction method for web services that we call blockchain-based matrix factorization (BMF). We develop a user verification approach based on homomorphic hash, and use the Byzantine agreement to remove unreliable users. Then, matrix factorization is employed to improve the accuracy of predictions and we evaluate the proposed BMF on a real-world web services dataset. Experimental results show that the proposed method significantly outperforms existing approaches, making it much more effective than traditional techniques.

1. Introduction

Web services are becoming one of the most important interoperable technologies for connecting heterogeneous applications across the Internet to realize cross-platform, cross-system, and cross-language interaction [1]. According to the function of web services, users can find and invoke a web service (e.g., a travel service) to build a high-quality service-oriented system, without concern for its programming language, operating platform, or how it is implemented, among many other advantages. As such, web services are quickly becoming an important way to deploy distributed computing and collaboration, considerably facilitating the efficient use of network resources. Web services have been widely used in e-Economies, e-Sciences, and e-Governments, among other fields. However, with the increase in development and applications of web services, a key concern among the academic community pertains to selecting the most suitable service to meet the needs of users from a large number of services. Many researchers believe that when users select a service, they should not only consider the functional requirements of users, but also non-functional indicators provided by the service—namely, the quality of service (QoS) [2,3]. It is worth noting that QoS is a set of non-functional attributes, such as availability, response time, execution time, and throughput rate. From the perspective of the server, the QoS attributes are user-independent because the QoS on the server-side presents the same attribute values to all users, such as price, attention, and availability. From the perspective of the user, QoS attributes are user-related and present different attribute values to different users, such as response time, throughput, etc. Such QoS attributes from the user-side can only be measured when the web service is called by the user, and these are called personalized QoS attributes. Therefore, when users build a service-oriented application system, they need to choose the web service with the best personalized QoS.
However, there are many web services on the internet that can meet the same functional requirements for users. Even with the same functional requirements, however, many web services have different QoS attributes, and users often need to filter the services to select the best one. In most cases, it is not possible for a user to invoke all web services one-by-one to obtain their QoS attributes before filtering, as this is expensive and time-consuming. In this case, to select a web service with the best QoS, users must predict the QoS for those unused services in advance, to provide the basis for final service optimization [4]. To ensure the objectivity and accuracy of service quality prediction, a widely adopted strategy is to use the history of QoS values from other users who have invoked the service [5,6]. This history is employed as the basis for service quality predictions. In recent years, there have been a large number of such prediction methods [3,7,8,9] but, when applying this method to predict service quality, an important premise is to ensure that the evaluation information for each QoS value submitted by users is true and reliable. Indeed, in actual environments, due to the influence of various factors, this cannot be effectively guaranteed. For example, some users may intentionally reduce the quality evaluation of other related services in the feedback QoS values to improve the utilization rate of the services they provide. Likewise, some users might be employed by service providers to improve the quality of these services deliberately when submitting QoS values, thus affecting the credibility of user feedback information and degrading the accuracy of predictions [10]. Under the circumstances, when making service selections with QoS predication, assuming that all users are reliable is unreasonable [11]. Therefore, it is necessary to consider whether users are credible when making service quality predictions.
In recent years, the development of blockchain has attracted many scholars. Blockchain has been applied in many fields, including finance, the internet of things, public and social services, and reputation systems. Inspired by the blockchain consensus algorithm, we adopt blockchain technology for personalized QoS predictions to eliminate the influence of malicious users by using a decentralized blockchain consensus mechanism. On this basis, a matrix factorization model based on blockchain for QoS prediction is constructed to obtain accurate prediction results. It is worth noting that the implementation of blockchain herein is based on improvements in existing methods.
The main contributions of this paper are summarized as follows:
  • We apply blockchain technology to web service QoS predictions, promoting blockchain in a broader field of applicability.
  • We propose a blockchain-based matrix factorization prediction method that largely eliminates the interference of unreliable users in QoS predictions, thus improving the accuracy of QoS predictions.
  • We compared the proposed method to other methods and analyzed the influence of the prediction model proposed in this paper under different parameters. The results demonstrate the superiority of our method.
The rest of this paper is organized as follows. Section 2 introduces related work and background knowledge. Section 3 describes our QoS prediction framework and provides a detailed workflow of the prediction process. In Section 4, we propose a blockchain-based matrix factorization prediction method. Then, Section 5 presents the experiments and results. Finally, we summarize this study and describe our future plans for improvement.

2. Related Work

This section introduces related work, including personalized QoS prediction approaches and blockchain technology as a solution.

2.1. Personalized QoS Prediction

As a key technology of web service selection, QoS prediction has been widely studied in the past decade. Collaborative filtering (CF) methods are the most common techniques for personalized QoS predictions. The main idea of CF is to determine a group of similar users or services based on the Pearson Correlation Coefficient (PCC). Predictions are then made based on past QoS values contributed by different users. Generally, CF can be divided into neighborhood-based (or memory-based) CF and model-based CF. Memory-based CF is itself divided into user-based CF [12] and item-based CF [13]. User-based CF finds a set of nearest neighboring users with similar interests using the PCC, and item-based CF calculates the similarity of the items. To improve the accuracy of QoS predictions, Zheng et al. [14] proposed a neighborhood-based hybrid model that combines user-based and item-based CF approaches. However, neighborhood-based approaches are susceptible to data sparsity, leading to inaccuracies in similarity calculations. Moreover, neighborhood-based approaches are ineffective when faced with big datasets because the time complexity of similarity calculations increases with the scale of the web services.
Model-based CF employs a learning model from a training dataset to build a predefined model. Examples of model-based approaches include CF based on a clustering model [15] and CF based on a latent semantic model [16]. Matrix factorization is a model-based CF method that decomposes the user-item scoring matrix into a combination of several parts [17,18]. Owing to its accuracy and resistance to sparsity, many scholars apply matrix factorization to QoS predictions. For example, Zheng et al. [19] adopt a probability matrix factorization (PMF)-based approach for reliable, personalized predictions.
There are also hybrid approaches that combine neighborhood- and model-based approaches. Lo et al. [20] proposed an extended matrix decomposition framework to predict QoS using correlation regularization. In recent years, for further accuracy, many CF-based prediction models have considered contextual information as well (e.g., location and temporal context). The model proposed by He et al. [21] considers location information and employs a hierarchical matrix factorization model for QoS value prediction. Zhang et al. [22] integrated time information into a QoS prediction model for web services. Fan et al. [23] considered spatial-temporal information and proposed context-aware service recommendations based on spatial-temporal effectiveness. Some researchers consider the user’s reputation. For example, Qiu et al. [24] proposed a reputation-aware QoS value prediction approach. Xu et al. [5] proposed a reputation-based matrix factorization (RMF) approach to personalized QoS prediction. Based on [5], Li et al. [6,25] proposed a location and reputation-aware matrix factorization (LRMF) prediction model, which considers both the user’s reputation and location information. For the sake of comparing these methods with our BMF model, we detail their properties in Section 3.

2.2. Blockchain Technology

A blockchain can be regarded as a public ledger composed of blocks, with each block representing a set of transactions. A blockchain employs a decentralized infrastructure and distributed storage consensus technologies. Compared to a traditional distributed system, the key features of blockchain are its decentralization, persistency, anonymity, and auditability [26,27]. Furthermore, blockchains are scalable and secure. Based on the blockchain consensus algorithm, the nodes of the blockchain system can participate in an open and free way, constituting an autonomous system.
In recent years, blockchain has been applied in many fields, such as finance, public and social services, reputation systems, and security and privacy [26,28,29]. The growing momentum from the distributed consensus mechanism of Bitcoin beyond encrypted currencies is particularly noteworthy. For instance, blockchain technology can solve the responsibility problem in service contract execution and dispute resolution [30,31,32]. Garay et al. analyzed the Bitcoin protocol in detail in [33], and proved that the two attributes that constitute the backbone of the Bitcoin protocol are the “common prefix” and “chain quality”. Specifically, in our Qos prediction problem, c o m m o n p r e f i x e s refer to users who are considered honest. C h a i n q u a l i t y denotes to the percentage of these blocks contributed by different honest users in the blockchain. These two attributes are used as the basis for devising Byzantine agreement and robust transaction ledger agreements. Participating reliable users want to reach agreement on a common output (i.e., whether the user is a trusted user) in the case of judging others’ potential to be malicious users that require new entries. Essentially, the BA is an agreement in which trusted users can reach consensus on a peer-to-peer network and remove unreliable opponents (especially other users who are applying to join a credible user team). In addition, for a service-oriented environment, Dennis et al. [34] presented a generalized reputation system that can be applied to multiple networks based on blockchain. Zhou et al. [35] presented a witness model to enforce level agreement credibly in cloud services. For their model, they proposed a verifiable consensus sortition algorithm that selects independent witnesses to form a witness committee.
Thus, we designed a concrete method for evaluating whether the new users of a predictive system are untrusted users, and explored the application of blockchain technology to personalized QoS prediction.

3. Prediction Framework

Traditional web service QoS prediction models usually neglect the impact that malicious users can have on their systems. In recent years, Xu [5] abandoned prediction methods based on QoS values collected directly from users, and reconsidered the accuracy of results affected by unreliable QoS values. However, Xu’s approach, which calculates user reputation values, does not completely address the impact of unreliable users on results. By contrast, we use a blockchain as an authenticator and to record evidence, solving this problem completely. Table 1 describes the differences between our method and other methods. “Easy to build” indicates whether the method is easy to implement. “Missing data” denotes that some users have not invoked the target service at the target time interval. The “Algorithm” describes the concrete implementation of each method. The “Unreliable users aware” and “Unreliable users eliminate” represent the consideration of unreliable users in the method and the elimination of the influence of unreliable users, respectively. The table lists all relevant methods, and, as we can see, only our method eliminates the impact of unreliable users, which is why our method is more accurate.
Figure 1 shows a detailed workflow of the web service QoS prediction process in our method. There are three entities: the user, web service, and arbitration node, which is a privileged node combined from trusted users in the blockchain to maintain the distributed ledger and execute smart contracts. In our model, we authenticate participating users before making predictions, by giving these entities account addresses in the blockchain network. This approach has users initiate transactions and trigger smart contracts to eliminate unreliable users. In this way, trusted users selected publicly by all users participate in the prediction of QoS values. The detailed steps are as follows.
  • Step 1: Collecting observed QoS data.
    When users invoke working services, we can collect their QoS values by providing them from users, and keep this data in reserve in our prediction server. It is worth noting that some users (e.g., service providers) can submit better QoS values for their own services and worse ones for rival services. Other users, such as those who like to play pranks, can also submit random or constant QoS values.
  • Step 2: User requests.
    To receive services normally, user U i must request adding their own QoS values. This invokes service S i to the prediction system as a basis for obtaining unknown results.
  • Step 3: Confirming H a s h ( U i ) and verifying the user.
    User U i obtains the homomorphic hash value received from the blockchain account P u i and compares its record on the blockchain stored in the service. If the hash values match, U i sends the corresponding confirmation transaction to the blockchain account of P u i . Otherwise, it applies to rejoin its own information and match the Qos data values, which is already stored in the server and belongs to it.
    After receiving U i ’s confirmation, the account of P u i is added in the model’s arbitration node, which is combined with the other’s trusted user beforehand. The smart contract for arbitration decides whether user U i can be included in the QoS forecast. In other words, the blockchain is a public ledger for all interactions involved in the execution of a service contract. Our approach can solve the arbitration process problem, which is described in Algorithm 1. In addition, to describe the blockchain architecture in more detail, we use a timing diagram to explain it. Figure 2 shows the interaction sequence if a dispute is raised by either the new user or the proven reliable user, and we would describe it in the next section. In short, if the blockchain account of an arbitration node P u i agrees to trade with other trusted users, it is considered a reliable user. Otherwise, P u i will invoke the smart contract to terminate user U i and add their own QoS values in the prediction system.
  • Step 4: Predicting the QoS value in the system.
    Currently, matrix factorizing is the most commonly used method for predicting QoS values. However, researchers have not been completely able to eliminate the interference of unreliable users before predictions. In our approach, a user invoking a service’s QoS value can only be added to the dataset used for prediction if it is verified by the blockchain arbitration mechanism. Finally, we make a personalized QoS prediction via the trusted users’ values in the database and return prediction results to the target user.
  • Step 5: Application of results.
    Users use the corresponding results predicted by the system to select the best web service to invoke.
Algorithm 1 Dispute arbitration algorithm.
  • Input: user’s number m; the confirmed H a s h ( U i ) ; the standard H a s h ( P u i ) from the blockchain; and arbitration nodes P U ;
  • Output: user’s verdict B u i ;
  •    1: create array Arb[], Decision[], Msg[];
  •    2: V e r d i c t = 0 ;
  •    3: H a s h ( U i ) = t = 1 m g t b t , 1 mod p ;
  •    4: H a s h ( U i + P u i ) = H a s h ( U i ) × H a s h ( P u i ) mod p ;
  •    5: While V e r d i c t = 0  do
  •    6:      for (i = 1; i <= m; i++)  do
  •    7:          A r b [ i ] = g e t V o l u n t a r y A r b i t e r ( ) ;
  •    8:          D e c i s i o n [ i ] = m a k e A r b D e c i s i o n ( A r b [ i ] , P U , U i , H a s h ( P u i ) ) ;
  •    9:          M s g [ i ] = a r b E n c r y p t ( D e c i s i o n [ i ] , p u b k A r b [ i ] ) ;
  •    10:        if H a s h ( U i + P u i ) == H a s h ( U i )  then
  •    11:             Return B u i = 1 ;
  •    12:             B r o a d c a s t ( M s g [ i ] ) ;
  •    13:             else
  •    14:                   Return B u i = 0 ;
  •    15: end while

4. Blockchain-Based Matrix Factorization

In this section, we first introduce the mechanism for QoS prediction with the MF model. Then, we describe our BMF model in detail, including the arbitration process for users and the blockchain-based matrix factorization algorithm.

4.1. QoS Prediction with the MF Model

Generally speaking, to predict missing QoS values, it is necessary to fit the user–item matrix into the factorization model, and then use the factorization model for subsequent predictions. Matrix factorization is a typical latent factor analysis model, which decomposes a high-dimensional call matrix into two low-dimensional feature matrices in the same feature space. In these two feature matrices, each column represents potential feature vectors of users or services that need to be learned according to the known QoS records in the user-item matrix. Using statistical learning theory, all eigenvectors are constructed separately. Once the stop condition is satisfied, these feature spaces can repair all the missing values in the original user term matrix. The most important step of the MF model is to establish an objective function with two independent feature spaces, which can be reconstructed to improve the prediction accuracy.
In the prediction system for web services, there is a set of m users U = { u 1 , u 2 , , u m } and a set of n web services S = { s 1 , s 2 , , s n } . The user–server matrix is an m × n matrix Q. Each entry in this matrix q i j ( i m , j n ) expresses the value of a certain user-side QoS property (e.g., the response time) of web service j invoked by service user i. If user i did not invoke web service j before, then q i j = n u l l . Specifically, we construct latent user factors and latent service factors as U Q k × n and S Q k × m , respectively, to fit the QoS matrix Q. In order to avoid over-fitting, the regularization term is added to punish the specification of the solution. Therefore, our goal is to minimize the following loss functions:
ζ = 1 2 i = 1 n j = 1 m I i j ( q i j U i T S j ) 2 + λ U 2 U F 2 + λ S 2 S F 2 ,
where I i j is an indicator that equals 1 if q i j is observed and equals 0 if q i j is unknown. λ S and λ U are both small positive decimal numbers to control the extent of regularization, and . F represents the Frobenius norm. To minimize the loss function, the gradients of the reconstructed feature space U and S are computed as
ζ U i = j S i I i j ( U i T S j q i j ) S j + λ U U i ,
ζ S j = i U i I i j ( U i T S j q i j ) S j + λ S S j ,
by iterating in the following formulas to alternatively update U i and S j until convergence:
U i U i η ζ U i ,
S j S j η ζ S j ,
where η is the learning rate to control each iteration’s change. In the end, the unknown QoS value Q i j can be predicted by the dot product after obtaining the latent factors U i and S j :
Q Q ˜ = U i T S j .

4.2. Arbitration Process

Figure 2 not only shows interaction sequence among various roles, but also describes the whole sequence when the dispute occurs by the arbitration nodes (i.e., trusted users in the blockchain). Based on the typical contract management interactions in a service network, we employ the dispute arbitration protocol to eliminate unreliable users. Specifically, when arbitrating over whether a new user can enter the trusted user queue, any trusted user in the blockchain can declare a user as unreliable, by broadcasting a dispute message with this verdict. After the disputed message is publicized, the other trusted users can either report the violation of this new user to the smart contract or remain silent.
If the final arbitration result is that the user is unreliable, the first user who opted to broadcast the dispute message will get more of a reward than those who reported the violation. The implementation of our blockchain inspired the service contract management scheme, which is based on the concept of blockchain in Bitcoin. As a tool to make the QoS predication more accury, the block format, transactions, consensus algorithm, transaction time, among others, are similar to the application of blockchain in other areas. In the web service QoS predication, the arbitration process is described as follows:
  • After confirming that the arbitration process has begun, every user in the blockchain acts as a node. Those who believe that a user violates an obligation (i.e, the standard for a trusted user) can opt to broadcast a dispute message. Meanwhile, the message will produce a fee attached for arbitration in this prediction system.
  • The node, which requests as arbitration node, obtains the homomorphic hash value received from the existed blockchain account and compares its record on the blockchain stored in the service.
  • The arbitration node, which is mined to the POW block, began examining the service transactions recorded in the blockchain against the service contract in the service registry, and determines the party at fault.
  • The result of the arbitration will be encrypted (hidden) by the miner’s public key, so that no one can see the decision, which will be included in the block as a transaction and is broadcast to the system. After adding a certain number of blocks (m), the arbitrator will publish the signed explicit text decision on the blockchain. Each node can verify that the hidden decision is the same as the plaintext decision.
  • According to public ledger Π P L —namely, the protocol proposed by Garay et al. [33] called Public Transaction Ledger and BA for Honest Majority—to ensure so-called persistence and liveness, we hold an honest majority that participates during the arbitration process. That is, the hashing power of the unreliable users in the blockchain is strictly less than 50%. Essentially, the unanimity of arbitrators composed of an honest majority determines that the arbitral award is impartial and accurate in most cases.
  • To identify unreliable users more accurately, we use blockchain and bottom BAs as tools to build consensus among honest parties, while combining most functions to achieve reasonably accurate final judgments.
The methodology of the arbitration process is provided in Algorithm 1. The parameters we need to input are as follows: the block number m (e.g., the user’s number), the  H a s h ( U i ) , the standard H a s h ( P u i ) from the blockchain, and arbitration nodes P U . Let the verdict of users be represented as B = { u 1 , u 2 , u 3 u m } . First, we need to create and initialize the parameters A r b , D e c i s i o n , and M s g , which are used to accommodate the user’s query, the decision on the application for user U i , and the message posted by users during the arbitration process, respectively. The users’ verdict B u i denotes the final arbitration outcome, which equals 1 when the user is judged to be a trusted user, and 0 when the user is judged to be unreliable. In addition, we compare the user’s hash value with the value it stores in the blockchain, which can validate the user before arbitration. In other words, the user applying to join the prediction system records its QoS value in the server, and the new user cannot enter the arbitration stage. After entering the arbitration network, the nodes form a distributed ledger to determine whether the user is regarded as credible, and its QoS value is entered into the prediction system as the dataset. With the dataset, which elimates the unreliable users, we can now construst our blockchain-based matrix factorization(BMF) model for QoS value prediction.

4.3. Blockchain-Based Matrix Factorization Algorithm

When factoring the value of the QoS, many researchers do not consider the impact of unreliable users. (In other words, all users can participate in QoS prediction.) In our prediction system, some users may not be able to participate in the prediction process because they are judged to be unreliable users. We adopt the user-service matrix, an m × n matrix Q ˜ , which is predicted by two low-rank matrices U and S, whose sizes are k × m and k × n , respectively. For each QoS value observed by user u i for invoking service s j , we can obtain the following pairwise loss function:
ζ = 1 2 i = 1 n B u i j = 1 m I i j ( q i j U i T S j ) 2 + λ U 2 U F 2 + λ S 2 S F 2 .
Unlike Formula (1), Formula (7) adds an extra parameter B u i , which can serve as the arbitration result of user u i , to affect the accuracy of the prediction. Unlike the RMF algorithm, which uses reputation to classify user weights, it is divided into two states. If  B u i is equal to 1, the user is considered a reliable user, and its value can greatly influence the prediction results. By contrast, if  B u i is equal to 0, this user will be considered unreliable and will not affect the prediction at all. Indeed, prediction results based on unreliable users can lead to large deviations. Thus, the gradient descent algorithm is applied iteratively to restore the potential space of users and services. The specific calculation is as follows:
ζ U i = B u i j S i I i j ( U i T S j q i j ) S j + λ U U i ,
ζ S j = B u i i U i I i j ( U i T S j q i j ) S j + λ S S j .
Algorithm 2 summarizes the process of constructing QoS prediction based on BMF. First, we initialize matrices U and S with small random values, and update these matrices iteratively using the gradient descent algorithm. M a x T is the largest iteration in the gradient descent algorithm. The parameter t is the iteration number in the gradient descent algorithm. Then, we use η as the learning rate to control each iteration’s change. Finally, the algorithm outputs the approximate predicted matrix Q ˜ obtained by Formula (6).
Algorithm 2 BMF-based QoS prediction construction.
  • Input: training matrix Q; and all the model parameters.
  • Output: predicted matrix Q ˜ .
  •    1: initialize U and S with small random numbers; t = 0;
  •    2: determine whether the user is eligible to enter the forecast (i.e., B U i ) from Algorithm 1;
  •    3: update ζ U i ;
  •    4: update ζ S j ;
  •    5: While t < M a x T  do
  •    6:      for (i = 1; i <= m; i++)  do
  •    7:          U i U i η ζ U i ;
  •    8:      end for
  •    9:      for (j = 1; j <= n; j++)  do
  •    10:          S j S j η ζ S j ;
  •    11:      end for
  •    12: end while
  •    13: update Q ˜ by Q ˜ i j ( U i , S j );

5. Experiments and Results

In this section, we describe our experiments to verify our BMF model, and we discuss the most important parameters, including dimensionality and the effect of the regularization parameter λ in the model. By comparing the results with those from other methods and different parameters, we determine our BMF model’s accuracy and the impact of its parameters. We implement a prototype system based on Ethereum’s intelligent contract. Solidity 2, the language used for building Ethereum, is used to write smart contracts. All of the experiments were conducted on an Intel(R) Core(TM) i7-4790 CPU @ 3.40 GHz (Santa Clara, CA, USA), with 8 GB RAM, using Windows 8.1 (64 bit) (Microsoft Corporation, WA, USA) and MATLAB 2017b (The MathWorks, MA, USA).

5.1. Dataset Description

In our experiment, we used a real-world dataset released by Zheng et al. [40], comprising user QoS values collected via monitoring. This dataset includes a 339 × 5825 matrix of 339 service users and 5825 actual web services. In the dataset, 1,974,675 response times and throughput records were collected. Response time attributes range from 0 to 20 s, while throughput ranges from 0 to 1000 kbps. In our experiment, we used the response time dataset and added 40 unreliable service users to the dataset. To make the experiment more realistic, QoS values from unreliable users were pseudo-randomly generated.

5.2. Evaluation Metrics

In this study, the mean absolute error (MAE) and 90% relative error (NPRE) were used to measure the difference between predicted and measured values. The MAE is widely used to evaluate the average prediction accuracy of recommendation systems. Among all paired relative errors, NPRE takes 90 percentiles. They are defined as:
MAE = I i j = 0 | Q ˜ i j Q i j | N ,
NPRE = 90 % × | Q ˜ i j Q i j | / Q i j ,
where Q i j is the training value, which denotes the known QoS value of service j observed by service user i , and Q ˜ i j is the corresponding predicted value. N is the number of predicted values.

5.3. Performance Comparison

To show that our BMF model can achieve the most accurate prediction results, we conducted several experiments on existing QoS prediction methods and compared them. We selected several representative methods for comparison with our model, including the following methods:
  • UMean (user-mean): In this method, the average value of all known QoS values of users is calculated to predict the value of QoS.
  • UPCC: This method is a collaborative filtering method [36] based on the user’s use of the similarity between users to predict the QoS value, and the use of similar users’ PCC and call history records.
  • IPCC: This method is similar to UPCC, but it does not use similar users. Rather, it focuses on similar services and estimates missing QoS values using similar services’ QoS values.
  • UIPCC: This method integrates UPCC and IPCC into a unified model and aggregates their prediction results, thus utilizing both similar users and similar services.
  • PMF: This is an implementation of a widely used matrix factorization model, which uses two low-rank matrices to predict missing values in user service matrices.
  • RMF: This is a method that calculates the credibility of each user according to the contribution of the QoS value. It quantifies the credibility of the user, and then considers the credibility of the user, to achieve more accurate QoS predictions.
In practice, a recorded QoS matrix is typically sparse. Thus, we defined the matrix density as the density of the training dataset. In this experiment, each QoS prediction method ran on six different matrices with densities of 5%, 10%, 15%, 20%, 25%, and 30%, respectively. We randomly deleted entries from the data matrix such that only a few historical values were available for each user. For example, a matrix density of 15% means that 15% of the entries in the matrix were used to predict missing QoS values, while the remaining 85% were predicted. In this way, the reserved data items were randomized into QoS data streams for training. Then, the rejected items were used as test data to evaluate the prediction accuracy. By contrast, our method is applicable to the prediction of QoS data in the presence of unreliable user-provided QoS values. Thus, we set the percentage of unreliable users to 10.55% (40 unreliable users among all 379 users) for all methods.
For the other parameters, the dimensionality was set to 10, the number of iterations was set to 20, and λ U = λ S = 30. These parameters were the optimal values obtained on the basis of previous studies [5,41] and our experiments. Below, we discuss the two most important parameters. In the following experiments, we used the same experimental settings. Note that each approach was performed 20 times for each matrix density (with different random seeds), and the results show the average prediction accuracy. To more clearly describe the parameters in the experiment, we detail the simulation parameters in Table 2. With these experiments, Table 3 shows the MAE and NPRE results of different methods with varying matrix density from 5% to 30% at a step increase of 5%. From the results, we can draw the following important conclusions:
  • For the response time of different matrix densities, our BMF method obtained lower MAE and NPRE values than other methods. This shows that our method is more accurate than existing methods, and further verifies the effectiveness of our method.
    Specifically, to more intuitively demonstrate the superiority of our algorithm in terms of accuracy, we calculated the percentage improvement of our method over the best optimal results of other methods. At different matrix densities, our method improved by 1.12–2.63% in terms of the MAE and by 7.62–9.66% in terms of the NPRE. In addition, because our method improves as a result of a PMF uniting blockchain, we also compared our model to the PMF model. At different densities, the BMF achieved a 6.61–28.97% and 7.97–29.08% improvement in terms of the MAE and NPRE, respectively.
    Ultimately, the effective improvement in the accuracy of our method in comparison to the RMF and PMF is on account of our perfect solution, which uses distributed ledger technology and distributed consensus, greatly reducing the influence of potential unreliable users for QoS predictions.
  • Compared to UMEAN, UPCC, IPCC, and UIPCC, BMF makes more accurate predictions. The reason for this result is that BMF uses all available information in the user-service matrix for the predictions, while the neighbor-based method exclusively uses information similar to that of the neighbor (user or service).
  • Relative to other methods, as the matrix became more dense (e.g., from 5% to 30%), the accuracy of the BMF predictions is more obvious. BMF was 1.16% more accurate than RMF in terms of the MAE when the matrix density was MD = 5%, and 2.63% more accurate when the matrix density was MD = 30%. Similarly, it was 7.89% more accurate than RMF in terms of the NPRE when the matrix density was MD = 5%, and 9.66% more accurate when the matrix density was MD = 30%.
  • We also found that although UIPCC was more accurate than UPCC and IPCC in [38], PMF and RMF were better than the first three methods reported in [5,39]. All of these methods had considerable errors in terms of both the MAE and NPRE. Judging from the difference in accuracy between these methods and BMF, unreliable users seriously affect the prediction of QoS values, and the use of blockchain can indeed screen out trustworthy users.
In the following experiments, we studied the influence of parameters on the performance of the model, including λ U and λ S , dimensionality, and the matrix density.

5.4. Impact of λ U and λ S

λ U and λ S , which are used to adjust the accuracy and avoid overfitting, control the percentage of regularization. In this experiment, with reference to [42], we set λ U = λ S = λ for our BMF model. If λ U and λ S are too small, the accuracy of the reputation evaluation will be unsatisfactory. By contrast, if the parameters are too large, the result will overfit. To demonstrate the impacts of λ U and λ S , we set these parameters to vary from 10 to 50 with a step increase of 5. For the other parameters, we selected a dimensionality of 10, and set the percentage of density to 5%, 10%, 15%, 20%, 25%, and 30%.
As shown in Figure 3, for either the MAE values or the NPRE values with different densities, when the parameter λ gradually increases, the results become increasingly smaller until λ = 30. Indeed, their values appear to be significantly smaller. After this point, the MAE value begins to increase slowly or level off, and the NPRE values tend to stabilize gently. More importantly, the larger λ is, the larger the risk of overfitting. Thus, we selected λ U = λ S = 30 in the experiments.

5.5. Impact of Dimensionality

The parameter of dimensionality refers to the number of latent features used to factorize the user-item matrix. It is used to represent the rank of the low-rank assumption of MF. In short, the difference in dimensions affects predictions of QoS values, and, in turn, the accuracy and efficiency of our calculation of the user’s reputation. To demonstrate the impact of dimensionality, we set the dimensions to 5, 10, 15, 20, 25, and 30. In addition, we set the other parameters as follows: λ U = λ S = 30, and matrix density varying from 5% to 30% with a step size of 5%.
Figure 4 shows the impact of dimensionality on the MAE and NPRE of our model. As shown, for either the MAE values or the NPRE values with different densities, as the parameter of dimensionality gradually increases, the results first decrease, and then increase slowly or level off. If we observe the NPRE values more carefully, we see that, before a dimensionality of 10, the error values decrease rapidly. After this point, although it has also decreased slightly, it tends to stabilize. Thus, we selected a dimensionality of 10 for all experiments.

5.6. Impact of Matrix Density

As mentioned above, in web services, the available QoS data matrix is actually sparse because each user usually uses only a small number of candidate services. It is conceivable that different low-density data matrices will result in different prediction accuracies. Matrix density is the sum of unremoved entries in the user-services matrix. We changed the density of the matrix from 5% to 30% with a step value of 5% to study the impact of matrix density. For the other parameters, we again selected λ U = λ S = 30 and set the dimensionality to 10. The experimental results are given in Figure 4.
Figure 5 shows that, in different ways, as the matrix density increases, the MAE values continue to decrease. Although it tends to stabilize, this trend indicates that our method, like other methods, effectively reduces the value of the MAE as the density decreases. However, as the matrix density increases, the UPCC, IPCC, and UIPCC become dramatically smaller. This decrease then slows. However, in terms of the NPRE values, the PMF, RMF, and our method did not change significantly with an increase in matrix density. Rather, they always stayed at a relatively small value. The NPRE represents pairwise relative errors. Thus, our method is superior with low-density matrices.

6. Conclusions

Based on the intuition that unreliable users have a negative effect on personalized QoS predictions, we proposed a blockchain-based QoS prediction framework that can effectively resist unreliable users to obtain more accurate prediction results. In this framework, we proposed a novel model, namely BMF, which systematically fuses blockchain technology and matrix factorization to obtain more accurate predictions. In addition, we argue that BMF can be regarded as a new personalized QoS prediction model for service selection. BMF provides an arbitration network to determine reliable users who can enter the prediction system. Thus, we can obtain more accurate prediction results than other methods. Analysis of a large number of experiments demonstrated the effectiveness of our approach.
In future research, we intend to integrate contextual information, such as spatial and temporal context, to establish more complex and effective solutions to improve the accuracy of QoS prediction. In addition, we will apply our method to a cloud computing environment.

Author Contributions

J.X. and X.D. proposed the main idea. X.D. and W.C. conceived the algorithm and designed a prediction framework. W.C. and X.D. performed the experiments and analyzed the results. X.D. and J.X. wrote the paper.

Funding

This research was financially supported by the National Natural Science Foundation of China (No. 61702318), the Science and Technology Planning Project of Guangdong Province (No. 2019B010116001, 2016B010124012), the Shantou University Scientific Research Start-up Fund Project (No. NTF18024), and the 2018 Provincial and Municipal Vertical Coordination Management Science and Technology Planning Project.

Acknowledgments

We are grateful to two anonymous reviewers who have contributed to the enhancement of the paper’s completeness with their valuable suggestions.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Zhang, L.J.; Cai, H.; Zhang, J. Services Computing; Springer: Berlin/Heidelberg, Germany, 2007. [Google Scholar]
  2. Zheng, Z.; Lyu, M.R. QoS Management of Web Services. Adv. Top. Sci. Technol. China 2011, 32, 94–96. [Google Scholar]
  3. Calinescu, R.; Grunske, L.; Kwiatkowska, M.; Mirandola, R.; Tamburrelli, G. Dynamic QoS management and optimization in service-based systems. IEEE Trans. Softw. Eng. 2011, 37, 387–409. [Google Scholar] [CrossRef]
  4. Wu, H.; Yue, K.; Hsu, C.H.; Zhao, Y.; Zhang, B.; Zhang, G. Deviation-based neighborhood model for context-aware QoS prediction of cloud and IoT services. Future Gener. Comput. Syst. 2017, 76, 550–560. [Google Scholar] [CrossRef]
  5. Xu, J.; Zheng, Z.; Lyu, M.R. Web service personalized quality of service prediction via reputation-based matrix factorization. IEEE Trans. Reliab. 2016, 65, 28–37. [Google Scholar] [CrossRef]
  6. Li, S.; Wen, J.; Luo, F.; Cheng, T.; Xiong, Q. A location and reputation aware matrix factorization approach for personalized quality of service prediction. In Proceedings of the 2017 IEEE International Conference on Web Services (ICWS), Honolulu, HI, USA, 25–30 June 2017; pp. 652–659. [Google Scholar]
  7. Chen, X.; Zheng, Z.; Liu, X.; Huang, Z.; Sun, H. Personalized qos-aware web service recommendation and visualization. IEEE Trans. Serv. Comput. 2013, 6, 35–47. [Google Scholar] [CrossRef]
  8. Chen, Z.; Shen, L.; Li, F. Exploiting Web service geographical neighborhood for collaborative QoS prediction. Future Gener. Comput. Syst. 2017, 68, 248–259. [Google Scholar] [CrossRef]
  9. Wu, H.; Zhang, Z.; Luo, J.; Yue, K.; Hsu, C.H. Multiple Attributes QoS Prediction via Deep Neural Model with Contexts. IEEE Trans. Serv. Comput. 2018. [Google Scholar] [CrossRef]
  10. Sun, L.; Dong, H.; Hussain, F.K.; Hussain, O.K.; Chang, E. Cloud service selection: State-of-the-art and future research directions. J. Netw. Comput. Appl. 2014, 45, 134–150. [Google Scholar] [CrossRef]
  11. Pan, Y.; Ding, S.; Fan, W.; Li, J.; Yang, S. Trust-enhanced cloud service selection model based on QoS analysis. PLoS ONE 2015, 10, e0143448. [Google Scholar] [CrossRef]
  12. Shao, L.; Zhang, J.; Wei, Y.; Zhao, J.; Xie, B.; Mei, H. Personalized qos prediction for web services via collaborative filtering. In Proceedings of the IEEE International Conference on Web Services (ICWS 2007), Salt Lake City, UT, USA, 9–13 July 2007; pp. 439–446. [Google Scholar]
  13. Linden, G.; Smith, B.; York, J. Amazon.com recommendations: Item-to-item collaborative filtering. IEEE Internet Comput. 2003, 7, 76–80. [Google Scholar] [CrossRef]
  14. Zheng, Z.; Ma, H.; Lyu, M.R.; King, I. Wsrec: A collaborative filtering based web service recommender system. In Proceedings of the 2009 IEEE International Conference on Web Services, Los Angeles, CA, USA, 6–10 July 2009; pp. 437–444. [Google Scholar]
  15. Zhu, J.; Kang, Y.; Zheng, Z.; Lyu, M.R. A clustering-based QoS prediction approach for Web service recommendation. In Proceedings of the 2012 IEEE 15th International Symposium on Object/Component/ Service-Oriented Real-Time Distributed Computing Workshops, Shenzhen, China, 11 April 2012; pp. 93–98. [Google Scholar]
  16. Hofmann, T. Latent semantic models for collaborative filtering. ACM Trans. Inf. Syst. (TOIS) 2004, 22, 89–115. [Google Scholar] [CrossRef]
  17. Rennie, J.D.; Srebro, N. Fast maximum margin matrix factorization for collaborative prediction. In Proceedings of the 22nd International Conference on Machine Learning, Bonn, Germany, 7–11 August 2005; ACM: New York, NY, USA, 2005; pp. 713–719. [Google Scholar]
  18. Salakhutdinov, R.; Mnih, A. Bayesian probabilistic matrix factorization using Markov chain Monte Carlo. In Proceedings of the 25th International Conference on Machine Learning, Helsinki, Finland, 5–9 July 2008; ACM: New York, NY, USA, 2008; pp. 880–887. [Google Scholar] [Green Version]
  19. Zheng, Z.; Lyu, M.R. Personalized reliability prediction of web services. ACM Trans. Softw. Eng. Methodol. (TOSEM) 2013, 22, 12. [Google Scholar] [CrossRef]
  20. Lo, W.; Yin, J.; Deng, S.; Li, Y.; Wu, Z. An extended matrix factorization approach for qos prediction in service selection. In Proceedings of the 2012 IEEE Ninth International Conference on Services Computing, Honolulu, HI, USA, 24–29 June 2012; pp. 162–169. [Google Scholar]
  21. He, P.; Zhu, J.; Zheng, Z.; Xu, J.; Lyu, M.R. Location-based hierarchical matrix factorization for web service recommendation. In Proceedings of the 2014 IEEE International Conference on Web Services, Anchorage, AK, USA, 27 June–2 July 2014; pp. 297–304. [Google Scholar]
  22. Zhang, Y.; Zheng, Z.; Lyu, M.R. WSPred: A time-aware personalized QoS prediction framework for Web services. In Proceedings of the 2011 IEEE 22nd International Symposium on Software Reliability Engineering, Hiroshima, Japan, 29 November–2 December 2011; pp. 210–219. [Google Scholar]
  23. Fan, X.; Hu, Y.; Zheng, Z.; Wang, Y.; Brezillon, P.; Chen, W. CASR-TSE: Context-Aware Web Services Recommendation for Modeling Weighted Temporal-Spatial Effectiveness. IEEE Trans. Serv. Comput. 2017. [Google Scholar] [CrossRef]
  24. Qiu, W.; Zheng, Z.; Wang, X.; Yang, X.; Lyu, M.R. Reputation-aware QoS value prediction of web services. In Proceedings of the 2013 IEEE International Conference on Services Computing, Santa Clara, CA, USA, 28 June–3 July 2013; pp. 41–48. [Google Scholar]
  25. Kuang, L.; Yu, L.; Huang, L.; Wang, Y.; Ma, P.; Li, C.; Zhu, Y. A personalized qos prediction approach for cps service recommendation based on reputation and location-aware collaborative filtering. Sensors 2018, 18, 1556. [Google Scholar] [CrossRef] [PubMed]
  26. Zheng, Z.; Xie, S.; Dai, H.N.; Wang, H. Blockchain challenges and opportunities: A survey. Int. J. Web Grid Serv. 2018, 14, 352. [Google Scholar] [CrossRef]
  27. Brundo, R.; De Nicola, R. Blockchain-based decentralized cloud/fog solutions: Challenges, opportunities, and standards. IEEE Commun. Stand. Mag. 2018, 2, 22–28. [Google Scholar]
  28. Liang, W.; Tang, M.; Long, J.; Peng, X.; Xu, J.; Li, K. A Secure Fabric Blockchain-based Data Transmission Technique for Industrial Internet-of-Things. IEEE Trans. Ind. Inform. 2019. [Google Scholar] [CrossRef]
  29. Perazzo, P.; Dini, G. A uniformity-based approach to location privacy. Comput. Commun. 2015, 64, 21–32. [Google Scholar] [CrossRef]
  30. Zou, J.; Wang, Y.; Orgun, M.A. A dispute arbitration protocol based on a peer-to-peer service contract management scheme. In Proceedings of the 2016 IEEE International Conference on Web Services (ICWS), San Francisco, CA, USA, 27 June–2 July 2016; pp. 41–48. [Google Scholar]
  31. Xu, Y.; Ren, J.; Wang, G.; Zhang, C.; Yang, J.; Zhang, Y. A Blockchain-based Non-Repudiation Network Computing Service Scheme for Industrial IoT. IEEE Trans. Ind. Inform. 2019, 15, 3632–3641. [Google Scholar] [CrossRef]
  32. Perazzo, P.; Dini, G. Secure positioning with non-ideal distance bounding protocols. In Proceedings of the 2015 IEEE Symposium on Computers and Communication (ISCC), Larnaca, Cyprus, 6–9 July 2015; pp. 907–912. [Google Scholar]
  33. Garay, J.; Kiayias, A.; Leonardos, N. The bitcoin backbone protocol: Analysis and applications. In Proceedings of the Annual International Conference on the Theory and Applications of Cryptographic Techniques, Sofia, Bulgaria, 26–30 April 2015; Springer: Berlin/Heidelberg, Germany, 2015; pp. 281–310. [Google Scholar]
  34. Dennis, R.; Owen, G. Rep on the block: A next generation reputation system based on the blockchain. In Proceedings of the 2015 10th International Conference for Internet Technology and Secured Transactions (ICITST), London, UK, 14–16 December 2015; pp. 131–138. [Google Scholar]
  35. Zhou, H.; de Laat, C.; Zhao, Z. Trustworthy Cloud Service Level Agreement Enforcement with Blockchain Based Smart Contract. In Proceedings of the 2018 IEEE International Conference on Cloud Computing Technology and Science (CloudCom), Nicosia, Cyprus, 10–13 December 2018; pp. 255–260. [Google Scholar]
  36. Resnick, P.; Iacovou, N.; Suchak, M.; Bergstrom, P.; Riedl, J. GroupLens: An open architecture for collaborative filtering of netnews. In Proceedings of the 1994 ACM Conference on Computer Supported Cooperative Work, Chapel Hill, NC, USA, 22–26 October 1994; ACM: New York, NY, USA, 1994; pp. 175–186. [Google Scholar]
  37. Sarwar, B.M.; Karypis, G.; Konstan, J.A.; Riedl, J. Item-based collaborative filtering recommendation algorithms. In Proceedings of the WWW ’01 Proceedings of the 10th international conference on World Wide Web, Hong Kong, China, 1–5 May 2001; Volume 1, pp. 285–295. [Google Scholar]
  38. Zheng, Z.; Ma, H.; Lyu, M.R.; King, I. Collaborative web service qos prediction via neighborhood integrated matrix factorization. IEEE Trans. Serv. Comput. 2013, 6, 289–299. [Google Scholar] [CrossRef]
  39. Mnih, A.; Salakhutdinov, R.R. Probabilistic matrix factorization. In Advances in Neural Information Processing Systems 20; Curran Associates, Inc.: Red Hook, NY, USA, 2008; pp. 1257–1264. [Google Scholar]
  40. Zheng, Z.; Zhang, Y.; Lyu, M.R. Distributed qos evaluation for real-world web services. In Proceedings of the 2010 IEEE International Conference on Web Services, Miami, FL, USA, 5–10 July 2010; pp. 83–90. [Google Scholar]
  41. Zheng, Z.; Zhang, Y.; Lyu, M.R. Investigating QoS of real-world web services. IEEE Trans. Serv. Comput. 2014, 7, 32–39. [Google Scholar] [CrossRef]
  42. Zhu, J.; He, P.; Zheng, Z.; Lyu, M.R. Online QoS prediction for runtime service adaptation via adaptive matrix factorization. IEEE Trans. Parallel Distrib. Syst. 2017, 28, 2911–2924. [Google Scholar] [CrossRef]
Figure 1. Blockchain-based QoS prediction framework.
Figure 1. Blockchain-based QoS prediction framework.
Sensors 19 02749 g001
Figure 2. The timing diagram of arbitration process.
Figure 2. The timing diagram of arbitration process.
Sensors 19 02749 g002
Figure 3. Impact of λ U and λ S . (a) MAE; (b) NPRE.
Figure 3. Impact of λ U and λ S . (a) MAE; (b) NPRE.
Sensors 19 02749 g003
Figure 4. Impact of dimensionality. (a) MAE; (b) NPRE.
Figure 4. Impact of dimensionality. (a) MAE; (b) NPRE.
Sensors 19 02749 g004
Figure 5. Impact of matrix density. (a) MAE; (b) NPRE.
Figure 5. Impact of matrix density. (a) MAE; (b) NPRE.
Sensors 19 02749 g005
Table 1. Comparison of our approach with other approaches.
Table 1. Comparison of our approach with other approaches.
Easy to BuildMissing DataAlgorithmsUnreliable Users- AwareUnreliable Users- Eliminate
UPCC [36]YesNouser-based collaborative filteringNoNo
IPCC [37]YesNoitem-based collaborative filteringNoNo
WSRec [14]YesNoneighborhood-based collaborative filteringNoNo
UIPCC [38]YesNocombing both UPCC and IPCCNoNo
PMF [39]NoNoprobability-based matrix factorizationNoNo
RMF [5]NoYesL1AVG-based matrix factorizationYesNo
LRMF [6]NoYeslocation and L1AVG-based matrix factorizationYesNo
BMFNoYesblockchain-based matrix factorizationYesYes
UPCC: user-based collaborative filtering method using person correlation coefficient;IPCC: item-based collaborative filtering method using person correlation coefficient; WSRec: collaborative filtering based web service recommender system; UIPCC: integrate UPCC and IPCC; PMF: probabilistic matrix factorization; RMF: reputation-based matrix factorization; LRMF: location and reputation aware matrix factorization approach.
Table 2. Detail simulation parameters in our experiments.
Table 2. Detail simulation parameters in our experiments.
ParameterValueMeans
dimensionality10the number of latent features used to factorize the user-service matrix
iterations20the number of iterations in the prediction process.
λ U and λ S 30The parameters control the proportion of the two regularization terms that are used to avoid overfitting in the final predicted value.
densities5–30%the percentage of unremoved entries in the user-service matrix
unreliable users40users may submit unreliable QoS values to impact the prediction system
reliable users339users submit reliable QoS values to the prediction
services5825the services that users’ invoke
Table 3. Accuracy comparison of response time.
Table 3. Accuracy comparison of response time.
MethodDensity = 5%Density = 10%Density = 15%Density = 20%Density = 25%Density = 30%
MAENPREMAENPREMAENPREMAENPREMAENPREMAENPRE
UMEAN0.86549.00860.86438.99200.86368.98590.86338.98650.86318.98530.86318.9900
UPCC0.64465.40470.56523.96270.52683.50080.49953.20410.48113.00260.46842.8556
IPCC0.78066.76090.71676.38100.58413.73550.52182.83520.49972.65360.48142.2682
UIPCC0.75506.56640.69146.11470.56863.70610.50982.51890.48782.34560.46992.2700
PMF0.74482.77720.67412.84840.56902.67460.50442.48030.46382.32550.44022.2337
RMF0.54272.13820.48422.41990.45792.40080.44102.34830.42982.30250.42222.2754
BMF0.53641.96950.47882.23550.44942.21020.43182.15170.42002.09910.41112.0556
Impro.vs. RMF (%)1.16%7.89%1.12%7.62%1.86%7.94%2.09%7.92%2.28%8.83%2.63%9.66%
Impro.vs. PMF (%)27.98%29.08%28.97%21.52%21.02%17.36%14.39%13.25%9.44%9.74%6.61%7.97%
UMean: user mean; UPCC: user-based collaborative filtering method using person correlation coefficient; IPCC: item-based collaborative filtering method using person correlation coefficient; UIPCC: integrate UPCC and IPCC; PMF: probabilistic matrix factorization; RMF: reputation-based matrix factorization; BMF: blockchain-based matrix factorization.

Share and Cite

MDPI and ACS Style

Cai, W.; Du, X.; Xu, J. A Personalized QoS Prediction Method for Web Services via Blockchain-Based Matrix Factorization. Sensors 2019, 19, 2749. https://doi.org/10.3390/s19122749

AMA Style

Cai W, Du X, Xu J. A Personalized QoS Prediction Method for Web Services via Blockchain-Based Matrix Factorization. Sensors. 2019; 19(12):2749. https://doi.org/10.3390/s19122749

Chicago/Turabian Style

Cai, Weihong, Xin Du, and Jianlong Xu. 2019. "A Personalized QoS Prediction Method for Web Services via Blockchain-Based Matrix Factorization" Sensors 19, no. 12: 2749. https://doi.org/10.3390/s19122749

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop