Skip to main content
Erschienen in: EURASIP Journal on Wireless Communications and Networking 1/2019

Open Access 01.12.2019 | Research

Friend and POI recommendation based on social trust cluster in location-based social networks

verfasst von: Jinghua Zhu, Chao Wang, Xu Guo, Qian Ming, Jinbao Li, Yong Liu

Erschienen in: EURASIP Journal on Wireless Communications and Networking | Ausgabe 1/2019

Aktivieren Sie unsere intelligente Suche, um passende Fachinhalte oder Patente zu finden.

search-config
loading …

Abstract

Friend and point-of-interest (POI) recommendation are two primary individual services in location-based social networks (LBSNs). Major social platforms such as Foursquare and Instagram are all capable of recommending friends or POIs to individuals. However, most of these social websites make recommendations only based on similarity, popularity, or geographical influence; social trust among individuals has not been considered in those recommendation system. Recently, trust relationship has been proved to be helpful in collaborative recommendation. In this paper, we first propose algorithm to identify trust clusters and then give a trust prediction method based on these trust clusters. Then we combine the trust value and similarity among individuals to recommend friends to the target user. As for the POI recommendation, we devise a hybrid framework that integrates user preference, geographical influence, and trust relationship to improve the recommendation quality. In order to validate the effectiveness and efficiency of our methods, a series of experiments on two real social networks Foursquare and Instagram are conducted. The experiment results show that the trust cluster-based recommendation approach outperforms the baseline recommendation approaches in precision and recall.
Hinweise
Jinghua Zhu and Jinbao Li contributed equally to this work

Authors’ information

Not applicable.
Abkürzungen
Abbreviations CF
Collabrative filtering
FCM
Fuzzy c-Means
LBSN
Location-based social network
POI
Point of interest

1 Introduction

In recent years, social networks have become popular and widespread. There are various of social networks such as location-based social network, mobile social network, vehicular social network, and social sensor cloud system [15]. Location-based social networks (LBSNs) are a kind of social networks which include geographical information into shared contents. Many research problems emerge in LBSNs such as information propagation [69], privacy, and security [1014]. Among them, friends and POI recommendation aiming at helping users make friends and find new places are two important services in LBSNs that have attracted a lot of attentions recently [1518].
However, most of the recommendation methods are based on similarity, popularity, or geographical influence which are intuitive but consider few of the social trust. Actually, trust relationship has now been proved to be helpful for friends and location recommendation. Collaborative filtering (CF)-based methods use the similarity obtained from the user-location matrix to make recommendations. The basic idea is that user preferences can be inferred according to users who have similar check-in records. But this kind of similarity only reflects the activity similarity among users, not the interest similarity. For example, user A is a tourist and user B is a cook; they both uploaded photos at the same restaurant. The tag of the photo uploaded by A is “travel” and the tag of photo uploaded by B is “food material”. The traditional methods may recommend B to A because they checked in at the same location, but indeed their activities reflected from the photos are different. As for the POI recommendation, a user has higher probability to visit the places recommended by the people he trusts, other than the places recommended by the strangers. It is not necessary for the trusted users to have similar check-in records as the target user. Thus, in addition to check-in similarity, social trust plays a key role in friends’ and POI recommendation. Many trust-based recommendation methods not only can improve the performance of the recommendation but also can guarantee robustness and solve data sparsity and cold start problem.
Figure 1 is an example of LBSNs, showing the check-in activities as well the trust relationships among users. Three different categories of relationships exist in LBSNs: user check-in activities denoted by the directed links from users to locations; trust and distrust relationships among users denoted by directed links from users to users; and geographical links among locations. As can be seen from Fig. 1, u1 has checked in at l1,l2 and l3; l2 has been visited by u1 and u2; u1 trusts in u3; and u3 trusts in u4. Both u1 and u4 distrust in u2.
We can obtain trust relationship either explicitly from users or implicitly deduce them from users’ activities such as follow, review, and rating. Trust predication is the key problem in trust-based recommendation system. Jaccard coefficient or its variants which belongs to memory-based methods are the most popular trust measurement. Model-based approaches utilize both trust and rating by matrix factorization. Data sparsity is the inherent problem of large-scale trust network, and the cost of trust predication via matrix factorization is very high. We present approach to compute trust value by finding co-clusters between trusters and trustees. Co-clusters are groups of both trusters and trustees with similar patterns. Users can trust several user groups and also can be trusted by several user groups according to his social community characteristics. Then, we present FRTC (Friend Recommendation Based on Trust Cluster) algorithm and TSG algorithm for friend and POI recommendation respectively. TSG is a hybrid recommendation algorithm that combines the social trust, user preference similarity, and geographical influence. To validate the proposed method, several series of experiments on two real LBSN dataset (Foursquare and Instagram) are conducted. The experiments results show that trust relation is helpful for friend and location recommendation; the presented hybrid location recommendation method is considerably significant. Due to that the computation complexity is very low, the algorithms presented in this paper are scalable to the large-scale network.
The remainder of this paper is organized as follows. Section 2 reviews the related work on friend and location recommendation in LBSN. In Section 3, we first introduce the trust co-clustering approach and then introduce the friend recommendation algorithm FRTC by utilizing trust co-clusters. The hybrid POI recommendation algorithm TSG is proposed in Section 4. Several series of experiments are conducted in Section 5 to evaluate the performance of our methods. We give conclusion and future work in Section 6.

2.1 Friend recommendation

The simple way of friend recommendation is according to the number of common friends among users [19]. However, this kind of social graph-based friend recommendation methods may not be appropriate to reflect a user preference in real life. Another way of friend recommendation is depending on similar user preferences. Zhang and Xu [15] designed a friend recommendation framework which can characterize user interest in context and content, as well as combining domain knowledge to improve recommending quality. Lam and Riedl [16] calculated the similarity between users by means of mining users’ latent features and proposed a random walking model to get friend recommendation. Guo et al. [17] proposed a sematic-based friend recommendation method to mine friends based on lifestyles instead of social activities. However, the recommendation quality is undesirable because of lack of description of semantic information about user activity preferences.
Social trust has now been considered useful in collaborative recommendation. Guo et al. [18] proposed to recommend friends by considering multiple factors such as user semantic, activity preferences, and social trust. Jamali and Ester [20] designed a light-weighted privacy-preserving friend recommendation scheme by utilizing both social attribute and trust relationship to establish a multi-hop trust chain between strangers. Due to that the number of explicit trust relationship is very small, the trust relation data is usually very sparse.
In this work, we propose to use co-clustering technique for trust value prediction when recommending friends. Co-clustering approaches have been used in the collaborative filtering process. However, most of the research focus on product recommendation [21, 22] or community detection [23]; we are interested in friend recommendation according to trust value prediction with co-clusters.

2.2 POI recommendation

Collaborative filtering (CF) is the most popular recommendation technique, Zhang and Xu [15] used the co-rating-based similarity measurement for predicting ratings of unknown locations. Social influence can also be used for POI recommendation. Wang et al. [24] proposed a trust-based probabilistic recommendation model for social networks. A matrix factorization model was proposed for recommendation which considered trust and distrust relation to improve the recommendation accuracy [25]. Ye et al. [26] designed a power law distribution model to describe geographical influence on user check-in behaviors, and improved the POI recommendation quality by including geographical influence into CF method. Lian et al. [27] proposed a combinative recommendation framework which integrates the users’ physical check-in characters and social influence into the recommendation model. In addition to check-in activities, context information can also be used to improve the recommendation quality [28]. Gao et al. [29] studied the content information such as user preferences, location characteristics, and emotion distinctions in POI recommendation system. Lee and Ma [30] exploit distrust information and investigate their propagation effects. They combine the k-nearest neighbors and the matrix factorization methods to maximize the advantages of both rating and trust information.
In the above work, the social trust is derived directly or indirectly from the trust network; however, the trust network is usually very sparse. We first deal with friend recommendation problem by using co-clustering approach and then propose a hybrid POI recommendation method by incorporating trust, geographical influence, and user preference.

3 Social trust-based friend recommendation method

In this section, we present our trust co-clustering-based friend recommendation algorithm for LBSN.

3.1 Trust network and matrix

Given trust matrix T, the rows correspond to trusters and the columns correspond to trustees. If the (i,j)th element of T takes on the value tij=1, this indicates that user i trusts user j and user j is trusted by user i. tij=0 indicates that user i might trust user j or user j might be trusted by user i. Our objective is to recommend friends that the target user is likely to trust.
Example: The trust network is shown in Fig. 2 (The left is the explicit trust and the right is the implicit trust; the solid line indicates the direct trust; the dotted line represents the 2-hop indirect trust). The trust matrix T can be derived from the trust network.
$${} \begin{aligned} & \quad ~ A \quad ~ B \quad ~ C \quad ~ D \quad ~ E \\ T= \begin{array}{l} A \\ B \\ C \\ D \\ E \end{array} & \left(\begin{array}{lllll} 0 & \quad 0 & \quad 1 & \quad 0 & \quad 0 \\ 0 & \quad 0 & \quad 0 & \quad 1 & \quad 0 \\ 0 & \quad 0 & \quad 0 & \quad 1 & \quad 0 \\ 0 & \quad 0 & \quad 1 & \quad 0 & \quad 1 \\ 0 & \quad 0 & \quad 0 & \quad 0 & \quad 0 \end{array}\right) \end{aligned} $$
(1)
In order to solve the matrix sparsity, we assume that the vertices in the path whose path length does not exceed two are the follow users of the starting vertex in the transit path of the user relationship. For example, in the left part of Fig. 2 one of the paths starting from A is A-C-D-E, which indicates that A trust D and E indirectly. Due to that the path length from A to E is beyond two, E does not serve as the following user of A. We can see from the right part of Fig. 2 that there is no dotted line from A to E. We obtain the implicit trust through the transitive closure of the trust matrix. The implicit trust matrix is as the following:
$$ \begin{aligned} & \quad ~ A \quad ~ B \quad ~ C \quad ~ D \quad ~ E \\ T^{\prime}= \begin{array}{l} A \\ B \\ C \\ D \\ E \end{array} & \left(\begin{array}{lllll} 0 & \quad 0 & \quad 1 & \quad 1 & \quad 0 \\ 0 & \quad 0 & \quad 1 & \quad 1 & \quad 1 \\ 0 & \quad 0 & \quad 0 & \quad 1 & \quad 1 \\ 0 & \quad 0 & \quad 1 & \quad 0 & \quad 1 \\ 0 & \quad 0 & \quad 0 & \quad 0 & \quad 0 \end{array}\right) \end{aligned} $$
(2)
The goal of trust co-clustering is to divide the matrix T’ into several clusters. Both the trusters and the trustees can belong to multiple clusters. There is at least one truster and one trustee in one cluster. We will introduce the specific co-clustering method in the following subsection.

3.2 Trust co-clustering algorithm

We choose fuzzy c-means (FCM) as the trust co-clustering algorithm. FCM is a widely used clustering algorithm which uses membership to determine the degree of user affiliation with each cluster. The result of the clustering of trust network is represented by affiliation matrix of users and clusters An×c; the value of Aij∈ [0,1] denotes the probability that user i belongs to cluster j. The goal of FCM is to minimize the following cost function J:
$$ J(A_{ij},c_{j})=\sum_{j=1}^{c}\sum_{i=1}^{n}(A_{ij})^{p}d\left(x_{i},c_{j}\right)^{2}, where \sum_{j=1}^{c}A_{ij}=1. $$
(3)
In the above equation, Aij represents the probability that user i belongs to cluster j. cj is the center of the jth cluster. p is a free parameter that controls the degree of mixing of different clusters. When p=0, each user belongs to only one cluster; when p>0, each user is allowed to belong to multiple clusters. Here we set p=2. d(xi,cj) is the Euclidean distance from the cluster center of the ith user to the jth cluster. We divide the user relationship matrix R into c fuzzy clusters and find the cluster center of each cluster to minimize the global cost function.
In the initialization step of FCM, the affiliation matrix is initialized with random numbers between (0,1). The sum of the affiliation of each user to all clusters is one. The necessary condition for minimizing the global cost function is as the following:
$$ c_{j}=\frac{\sum_{i=1}^{n+m}(A_{ij})^{p}x_{i}}{\sum_{i=1}^{n}(A_{ij})^{p}} $$
(4)
$$ A_{ij}=\frac{1}{\sum_{k=1}^{c}\left(\frac{d(x_{i},c_{j})}{d(x_{i},c_{k})}\right)^{2/(p-1)}} $$
(5)
FCM algorithm generates trust clusters in a way of iterative process. The performance of FCM depends on the initial cluster center, so we run FCM multiple times. Each time, a different cluster center is selected to initialize the algorithm. The algorithm stops when the change of cost function J from the previous iteration is less than the threshold q. The trust aggregation result is shown in Fig. 3 As can be seen, u1 ∼ u3 belong to the same trust cluster. u3 ∼ u6 belong to another trust cluster. One user can belong to multiple clusters, for example, u3 belongs to two different trust clusters in Fig. 3. u7 does not belong to any cluster.
The main steps of the FCM algorithm are shown in the Algorithm 1.
https://static-content.springer.com/image/art%3A10.1186%2Fs13638-019-1388-2/MediaObjects/13638_2019_1388_Figa_HTML.png
The input parameter T of FCM is trust matrix; q is the threshold to control the iteration times. c is the number of co-clusters. A is the affiliation matrix. Lines 1–2 initialize the iteration time and affiliation matrix. Lines 4–13 generate trust clusters in a way of iterative process. In the iterative process, we first compute the cluster center for every cluster and then compute the distance and the affiliation value to each cluster for each user. Finally,we compute the cost function J and the cost change from the previous iteration. The algorithm stops when the cost change less than threshold q.
The time cost of FCM not only depends on the number of samples n and the number of co-clusters c, but also depends on the threshold q. The time cost of lines 4–6 is O(c); the cost of lines 7–10 is O(cn); suppose that the iteration time is m, so the total time cost of FCM is O(mcn).

3.3 Trust value prediction

Aij represents the affiliation degree of user xi and cj, and p is a free parameter that controls the degree of mixing of different clusters. When p=0, user only belongs to one cluster; when p>0, user is allowed to belong to multiple clusters. d(xi,cj) is the Euclidean distance between the user xi to cluster cj. We divide the trust matrix Tn×n into c fuzzy clusters and find the clustering center of each cluster to minimize the global cost function.
Assume that we have K trust co-clusters generated by the clustering algorithm. Two K-dimensional co-cluster affiliation vectors fu and fv are used to denote the affiliation of truster u and trustee v with co-cluster. The entry values of the vectors are constrained to be nonnegative. [f]c denotes the c-th entry of f. The absolute value of [fu]c corresponds to the affiliation strength of u with co-cluster c; the larger it is, the stronger the affiliation. [fu]c =0 indicates that truster u has no affiliation with co-cluster c.
If truster u and trustee v appear in the same co-cluster c, co-cluster generates a positive example with probability \(1-e^{-[\mathbf {f}_{u}]_{c}[\mathbf {f}_{v}]_{c}}\). We assume that co-clusters generate positive example independently, so \(1-P[t_{uv}=1]=\prod _{c}e^{-[\mathbf {f_{u}}]_{c}[\mathbf {f_{v}}]_{c}}=e^{-<\mathbf {f}_{u},\mathbf {f}_{v}>}\); here \(<\mathbf {f}_{u},\mathbf {f}_{v}>=\sum _{c}{[\textup {f}_{u}][\textup {f}_{v}]}\) represents the inner product.
Thus, we have the following model:
$$ t_{u,v}^{+}=P[t_{uv}=1]=1-e^{-<\mathbf{f}_{u},\mathbf{f}_{v}>} $$
(6)
We find the most likely factors fu and fv to matrix T by maximizing the likelihood to fit the model parameters.
$$ {L}=\prod_{(u,v):t_{{uv}}=1}\left(1-e^{-<\textup{f}_{u},\textup{f}_{v}>}\right)\prod_{(u,v):t_{{uv}}=0}e^{-<\textup{f}_{u},\textup{f}_{v}>} $$
(7)
We use single-step projected gradient descent with backtracking search method to solve the above likelihood approximately. fu and fv are iteratively updated until convergence.
Take Fig. 3 as an example, if we want to predict the trust value from u3 to u5, because there are two trust clusters in the network; the affiliation vectors are f3 and f5. After iterative updating, we get f3 = [0.85,0.15] and f5 = [0.77,0.23]. Then, the trust value t35=0.49 can be computed according to formula (6) as shown in Fig. 4

3.4 Distrust value prediction

The trust model that integrates distrust is an effective way to deal with user’s dishonesty and malicious attacks, so we consider distrust relationship among users in our trust model. Measuring distrust propagation involves the evaluation of both trust and distrust links. For example, in order to propagate distrust from user u to user v, we first select the qualified paths and then adopt the Jaccard coefficient to calculate the distrust value of each link as below:
$$ \begin{aligned} t_{u,v}^{-}=&{min}_{x \in O(u)}t_{u,x}^{-}\cdot \frac{|O(u^{-})\cap I\left(x^{+}\right)|}{|O(u^{-})|} \\&- {max}_{x \in O(u)}t_{u,x}^{-}\cdot \frac{|O\left(u^{+}\right)\cap I\left(x^{+}\right)|}{|O\left(u^{+}\right)|} \end{aligned} $$
(8)
In the above equation, the first term represents the distrust aggregation over all paths that a distrust link followed by a trust link, and the second term represents the trust over all paths that a trust link followed by a trust link. O(u),O(u,O(u+ denote the sets of direct neighbors, trust neighbors, and distrust neighbors of user u, respectively. I(x+) is the set of users who trust user x. The function min in the first term provides the minimal value on the links of user u to his distrusted neighbors, and the function max in the second term provides the maximal value meaning to the highest trust relationship. Thus, a negative \(t_{u,v}^{-}\) enables a distrust propagation from u to v. The final trust value tuv from user u to user v is the difference of the trust value \(t_{u,v}^{+} \) based on co-clusters and the distrust value \(t_{u,v}^{-} \) based on Jaccard coefficient:
$$ t_{u,v}=t_{u,v}^{+}+t_{u,v}^{-} $$
(9)

3.5 Friend recommendation

Friend recommendation algorithm mainly consists of the computation of user check-in similarity and user trust value. Due to the fact that user check-in history can reflect user preference, our friend algorithm first builds the user-checkin matrix; the matrix value of vij represents the times that user i has checked in at location j.
$$ \begin{aligned} & \quad ~ L1 \quad ~~~ L2 \quad ~~.. \quad ~~ Lj \quad ~~~.. \quad ~ Lm \\ ULM= \begin{array}{l} u_{1} \\ u_{2} \\.. \\ u_{i} \\.. \\ u_{n} \end{array} & \left(\begin{array}{llllll} v_{11} & \quad v_{12} & \quad.. & \quad v_{1j} & \quad.. & \quad v_{1m} \\ v_{21} & \quad v_{22} & \quad.. & \quad v_{2j} & \quad.. & \quad v_{2m} \\.. & \quad.. & \quad.. & \quad.. & \quad.. & \quad.. \\ v_{i1} & \quad v_{i2} & \quad.. & \quad.. & \quad.. & \quad v_{im} \\.. & \quad.. & \quad.. & \quad.. & \quad.. & \quad.. \\ v_{n1} & \quad v_{n2} & \quad.. & \quad.. & \quad.. & \quad v_{nm} \\ \end{array}\right) \end{aligned} $$
(10)
We compute the cosine similarity suv between u and v:
$$ s_{u,v}=\frac{\sum_{l_{j} \in L}{c_{u,j}c_{v,j}}}{\sqrt{\sum_{l_{j} \in L}c^{2}_{u,j}} \cdot \sqrt{\sum_{l_{j} \in L}c^{2}_{v,j}}} $$
(11)
We can rank the candidate users by combining the trust value and similarity weight in a linear combination way:
$$ r_{u,v}=\lambda t_{u,v}+(1-\lambda)s_{u,v} $$
(12)
In the above equation, λ is a number between zero and one which is used to adjust the weight of trust relation and similarity for friend recommendation. In our experiments, we vary the value of λ to verify the effect of trust relation for friend recommendation. The larger λ indicates that the trust relation has an important role in the friend recommendation; the smaller λ indicates that the similarity has an important role in recommendation. We set the value of λ to be 0.5 which implies that both trust relation and similarity has the same influence in friend recommendation. The main steps of the friends recommendation algorithm is shown in the Algorithm 2.
https://static-content.springer.com/image/art%3A10.1186%2Fs13638-019-1388-2/MediaObjects/13638_2019_1388_Figb_HTML.png

4 Hybrid POI recommendation method

4.1 Similarity-based recommendation

As we know that users who are similar usually have common location interests, thus traditional CF techniques make POI recommendation by inferring the potential location interests of the target user according to his similar users’ interests. We use U and L to denote user set and POI set; ci,j presents the check-in of user uiU at POI ljL. ci,j=1 means that ui has checked in at lj; otherwise, we have no record of ui at lj. We can utilize the similar users check-in records to infer the target user’s location preference. The check-in probability of how likely the user would visit an unvisited location is denoted as ci,j:
$$ c_{i,j}=\frac{\sum_{k}{s_{i,k}c_{k,j}}}{\sum_{k}{s_{i,k}}} $$
(13)
here si,k represents similarity between user i and k.

4.2 Geographical influence-based POI recommendation

Usually, near things have closer relations than distant things. On the one hand, people would like to go to nearby locations around their living and work places. On the other hand, it is very possible that people will visit the nearby locations of their interested locations, even if they are far away from them.
We use the naive Bayesian model to infer the probability that people will visit a POI under the geographical influence. Given user ui and his POI set Li, the probability of ui check-in at locations in Li is decided by the pair-wise distances of POI in Li as follows:
$$ Pr[L_{i}]=\prod_{l_{m},l_{n} \in L_{i} \wedge m \neq n}Pr[d(l_{m},l_{n})] $$
(14)
Here, d(lm,ln) represents the Euclidean distance between lm and ln whose probability is independent and follows power law distribution. Given the candidate POI lj, the target user ui and the target user’s visited POI set Li; the probability for ui to visit lj can be computed as the following:
$$ Pr\left[l_{j}|L_{i}\right]=\prod_{l_{y} \in L_{i}}Pr\left[d(l_{j},l_{y})\right] $$
(15)

4.3 Trust-based POI recommendation

Trust-aware POI recommendation methods have been proved to be able to improve recommendation accuracy, provide robustness for attack, and solve the sparsity and cold start problem.
Under the influence of trust, the likelihood of user ui visiting lj can be computed as the following:
$$ {c}_{i,j}=\frac{\sum_{{u_{k}}\in{F_{i}}}{t_{i,k} \cdot c_{k,j}}}{\sum_{{u_{k}}\in{F_{i}}}{t_{i,k}}} $$
(16)
Fi is the trust friends set of user i which can be obtained by the friend recommendation method presented in this paper, ti,k represents the trust value from user i to user k, and ck,j represents the check-in probability of user k at location j.

4.4 Hybird POI recommendation

In this section, we integrate the user similarity, geographic influence, and trust influence into a hybrid POI recommendation system. Si,j is the check-in probability of user i at location j, and we use \(S_{i,j}^{s}\), \(S_{i,j}^{g}\) and \(S_{i,j}^{t}\) to represent the check-in probability of user i at location j based on user similarity, geographical influence, and trust respectively. Then we combine these three probabilities in a linear way:
$$ S_{i,j}=(1- \alpha - \beta) S_{i,j}^{s} + \alpha S_{i,j}^{g} + \beta S_{i,j}^{t} $$
(17)
Here, α and β (0≤α+β≤1) are weighting parameters which adjust the relative importance of three different influence factors. α=1 means that check-in probability mainly depends on geographical influence; β=1 indicates that probability depends on trust influence.
Check-in probability: In order to estimate the check-in probability Si,j, we first compute the check-in probability \(S_{i,j}^{s}\), \(S_{i,j}^{g}\), and \(S_{i,j}^{t}\), respectively. Accordingly, we compute the check-in probability \(p_{i,j}^{s}\), \(p_{i,j}^{g}\) and \(p_{i,j}^{t}\) to obtain \(S_{i,j}^{s}\), \(S_{i,j}^{g}\), and \(S_{i,j}^{t}\). According to the Eq. (13), we have:
$$ p_{i,j}^{s}=\frac{\sum_{u_{k}}s_{i,k} \times c_{k,j}}{\sum_{u_{k}}s_{i,k}} $$
(18)
Similarly, according to Eq. (15), we have:
$$ p_{i,j}^{g}=Pr[l_{j}|L_{i}]=\prod_{l_{y} \in L_{i}}Pr\left[d(l_{j},l_{y})\right] $$
(19)
Based on the relationship of trust and distrust and the effect of its propagation, we have:
$$ p_{i,j}^{t}=\frac{\sum_{u_{k} \in F_{i}}t_{i,k} \times c_{k,j}}{\sum_{u_{k} \in F_{i}}t_{i,k}} $$
(20)
Finally, the corresponding scores can be computed as the following:
\(S_{i,j}^{s}=\frac {p_{i,j}^{s}}{{Z_{i}^{s}}}, where~ {Z_{i}^{s}}={max}_{l_{j} \in L-L_{i}}\left \{p_{i,j}^{s}\right \}\)
\(S_{i,j}^{g}=\frac {p_{i,j}^{g}}{{Z_{i}^{g}}}, where~ {Z_{i}^{g}}={max}_{l_{j} \in L-L_{i}}\left \{p_{i,j}^{g}\right \}\)
\(S_{i,j}^{t}=\frac {p_{i,j}^{t}}{{Z_{i}^{t}}}, where~ {Z_{i}^{t}}={max}_{l_{j} \in L-L_{i}}\left \{p_{i,j}^{t}\right \}\)
According to the hybrid framework above, the specific steps for generating the recommendation are as follows:
https://static-content.springer.com/image/art%3A10.1186%2Fs13638-019-1388-2/MediaObjects/13638_2019_1388_Figc_HTML.png

5 Experiments

In order to reveal the effectiveness of the proposed friend and POI recommendation methods, extensive experiments are designed and conducted to evaluate the performance of the proposed recommendation methods by comparing them with several state-of-the-art recommendation techniques.
Datasets: This paper uses two representative LBSNs Foursquare and Gowalla’s datasets to conduct the experiment. The user profile, check-in activities, trust relation, and POI information are all included in the dataset. To reduce the sparsity of data, experiments were conducted on the data of two popular cities, New York and Austin. In addition, the user with less than 10 check-in records and fewer than 5 friends and the POI with less than 5 check-in records were not used in experiments. After processing the dataset, Foursquare’s dataset includes 9800 users, 4626 POIs, and 45711 check-in records. Gowalla’s dataset includes 3112 users, 3298 POIs, and 27149 check-in records. Eighty percent data are randomly chosen as the training set, the remaining 20% as test data.
Performance metrics: The friend and POI recommendation algorithms aim to recommend a list of friends and POIs to the target user. We evaluate the performance of our friend recommendation algorithm by comparing it with the existing friend recommendation method. In the POI recommendation algorithm, we calculate the probability of the target user check-in each candidate position, and the POI with the highest score is recommended to the target user. Recall ratio and precision ratio are used to evaluate the friend recommendation quality.
$$ Pre@k=\frac{\left|U_{re}\cap U_{uT@friend}\right|}{k} $$
(21)
$$ Recall@k=\frac{\left|U_{re}\cap U_{uT@friend}\right|}{\left|U_{uT@friend}\right|} $$
(22)
where UuT@friend are the real friends of the target user in LBSN.
We use the same performance metrics to evaluate POI recommendation methods. How many POIs previously marked off in the preprocessing step recovered in the returned POI recommendations is meaningful to in our evaluation.
$$ Precison@N=\frac{\left|{POI}_{recommend}\cap {POI}_{recovered}\right|}{N} $$
(23)
$$\hspace{9pt} Recall@N=\frac{\left|{POI}_{recommend}\cap {POI}_{recovered}\right|}{|{POI}_{recovered}|} $$
(24)
where POIrecovered are the recovered POIs and POIrecommend are the recommend POIs. Precision@N represents the ratio of recovered POIs to the N recommended POIs, and Recall@N represents the ratio of recovered POIs to the set of POIs deleted in preprocessing. We test the performance when N=5, 10, 20 with 5 as the default value.
Baseline Algorithms: As for friend recommendation, we evaluated the recommendation performance of our social trust co-cluster-based algorithm (FRTC) by comparing it with the other three baseline friend recommendation algorithms:
(1) Common Friend Recommendation algorithm (CFR) [31] recommends friends to the target user according to the number of common friends.
(2) Preference Similarity Recommendation algorithm (PSR) [32] recommends friends according to user preference similarity.
(3) Friend Recommend based on Preference Coverage (FRPC) algorithm [33] focuses on information coverage of user’s preference demands.
In our hybrid POI recommendation algorithm, we consider trust relationship (T), user similarity (S), and geographical influence from POIs (G), so our algorithm is denoted as TSG. In TSG algorithm, we set 0≤α+β≤1. We run TSG algorithm on Foursquare dataset several rounds with different value of α and β and find that the recommendation quality is the best when α=0.1,β=0.2. And we also compare the performance of TSG with the following existing algorithms.
(1) User-based (U): the traditional CF recommendation algorithm based on user similarity [15]. This is a special case of USG; α and β are set to be zero. That means only user preference similarity is considered for POI recommendation.
(2) Geographic Distance (GD): a special case of USG where α=1 and β=0. GD considers the importance of geographical influence in the user’s choice of POI [27]. GD recommends POI according to the distance factor.
(3) User Similarity and Social trust (USG): algorithm that considers user similarity and trust [30] where 0<α<1 and β=0.
Figure 6a–d show the recommendation precision and recall ratio of the four algorithms. Fig. 6a and b show the recommendation precision and recall on Foursquare dataset; Fig. 6c and d show the precision and recall on Gowalla dataset.

6 Results and discussion

We compare our Friend Recommend based on Trust Cluster (FRTC) algorithm with the above algorithms in Foursquare and Gowalla. We randomly select 200 users in the LBSNs as the target users. In Fig. 5 (a)–(d), our algorithm FRTC has the significant advantage in recommendation precision and recall compared with CFR, PSR, and FRPC. The x-axis represents the number of recommended friends and the y-axis represents the precision and recall respectively. CFR makes recommendation by utilizing network topology, PSR and FRPC consider the preference coverage, and none of them utilize the trust relationship among users. Our FRTC algorithm first computes the trust co-clusters of users and then predicts the trust values among users according to these trust co-clusters. Finally, FRTC combines the trust value and user similarity to recommend top-k users to the target user. As can be seen from Fig. 5, the recommendation quality of FRTC is better than the other three algorithms.
We evaluate the POI recommendation performance of our TSG algorithm and compare with the existing three algorithms. As can be seen in Fig. 6, our hybrid recommendation algorithm TSG can get a better performance than the other three algorithms on both of the two datasets. And as N increases, the accuracy of all algorithms decreases and the recall of all algorithms increases. However, TSG algorithm proposed in this paper always shows the best recommendation quality. This verifies that trust relationship can improve the accuracy and reliability of the recommendation.
In Fig. 7, we compare the performance of algorithms which consider trust and distrust. TSG only considers trust relationship, and TSG-all considers both trust and distrust relationship at the same time. From Fig. 7, we can see that TSG-all has better accuracy and recall compared with TSG. This implies that distrust can improve recommendation quality. Therefore, more potential user information such as distrust can be mined to improve recommendation accuracy.
Figure 8 compares the running time of the proposed hybrid algorithm with the other recommendation algorithm. As can be seen from Fig. 8, TSG algorithm with trust relationship spends much more time than the traditional recommendation algorithm with single factor in both datasets. It is because that the hybrid recommendation needs to calculate the probability according to similarity, geographic influence, and trust relationship and linearly combines them to obtain the final recommendation result. However, the three recommendation systems are relatively independent and can run in parallel, so the increase in time overhead is not very large.

7 Conclusion and future work

This paper studies friend and POI recommendation problem in location-based social networks. Most of the existing recommendation methods do not consider trust relationship among users, and thus, they cannot obtain high-quality recommendation result. In order to improve the recommendation quality as well as time efficiency, in this paper, we study how to utilize trust relationship for friend and POI recommendation. First, we introduce trust co-cluster concept and exploit FCM algorithm to generate trust clusters among users. Then, we predicate the trust values among users in an iterative way. We combine the trust value and similarity among users to recommend friends to the target user. Finally, as for the POI recommendation, we present a hybrid approach that integrates social trust, preference, and geographical influence into the recommendation system. In order to evaluate the performance of our trust-based recommendation method, experiments are conducted on real LBSNs datasets. The experiment results show that compared with the existing friend and POI recommendation algorithms, our trust co-cluster-based friend recommendation algorithm and hybrid POI recommendation algorithm are more accurate and time efficient.
As for the future work, we plan to incorporate more semantic information into the clustering process to further improve the quality of friend and location recommendations. We will also consider the privacy protection problem in the friend and POI recommendation process.

Acknowledgements

The authors thank the reviewers and editors for giving the helpful comments and suggestions, which help to improve the quality of the manuscript.

Funding

This work is supported in part by the National Natural Science Foundation of China (CN) (61602159, 61100048, 61370222), the Natural Science Foundation of Heilongjiang Province (F2016034), the Education Department of Heilongjiang Province (12531498).

Availability data and materials

The data can be made available for scientific purpose only by sending an e-mail to zhujinghua@hlju.edu.cn.

Competing interests

The authors declare that they have no competing interests.

Publisher’s Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.
Open Access This article is distributed under the terms of the Creative Commons Attribution 4.0 International License(http://​creativecommons.​org/​licenses/​by/​4.​0/​), which permits unrestricted use, distribution, and reproduction in any medium, provided you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made.

Authors’ information

Not applicable.
Literatur
1.
Zurück zum Zitat S. Zhao, I. King, M.R. Lyu, in Proceedings of the 29th AAAI Conference on Artificial Intelligence (AAAI 2015). A Surveyv of Point-of-interest Recommendation in Location-based Social Networks (SpringerNew York, 2016). S. Zhao, I. King, M.R. Lyu, in Proceedings of the 29th AAAI Conference on Artificial Intelligence (AAAI 2015). A Surveyv of Point-of-interest Recommendation in Location-based Social Networks (SpringerNew York, 2016).
2.
Zurück zum Zitat H. Zhou, M. Ruan, C. Zhu, V.C.M. Leung, S. Xu, C. Huang, A time-ordered aggregation model-based centrality metric for mobile social networks. IEEE Access. 6(1), 25588–25599 (2018).CrossRef H. Zhou, M. Ruan, C. Zhu, V.C.M. Leung, S. Xu, C. Huang, A time-ordered aggregation model-based centrality metric for mobile social networks. IEEE Access. 6(1), 25588–25599 (2018).CrossRef
3.
Zurück zum Zitat C. Huang, Y. Chen, S. Xu, H. Zhou, The vehicular social network (VSN)-based sharing of downloaded geo data using the credit-based clustering scheme. IEEE Access. 6(1), 2018. C. Huang, Y. Chen, S. Xu, H. Zhou, The vehicular social network (VSN)-based sharing of downloaded geo data using the credit-based clustering scheme. IEEE Access. 6(1), 2018.
4.
Zurück zum Zitat H. Zhou, H. Wang, X. Chen, X. Li, S. Xu, Data offloading techniques through vehicular ad hoc networks: a survey IEEE Access. 6(1), 65250–65259 (2018). H. Zhou, H. Wang, X. Chen, X. Li, S. Xu, Data offloading techniques through vehicular ad hoc networks: a survey IEEE Access. 6(1), 65250–65259 (2018).
5.
Zurück zum Zitat C. Zhu, V.C.M. Leung, J.J.P.C. Rodrigues, L. Shu, L. Wang, H. Zhou, Social sensor cloud: framework, greenness, issues, and outlook. IEEE Network. 32(5), 100–105 (2018).CrossRef C. Zhu, V.C.M. Leung, J.J.P.C. Rodrigues, L. Shu, L. Wang, H. Zhou, Social sensor cloud: framework, greenness, issues, and outlook. IEEE Network. 32(5), 100–105 (2018).CrossRef
6.
Zurück zum Zitat J. Zhu, Y. Liu, X. Yin, et al, A New Structure Hole-based Algorithm For Influence Maximization in Large Online Social Networks. IEEE Access. 5:, 23405–23412 (2017).CrossRef J. Zhu, Y. Liu, X. Yin, et al, A New Structure Hole-based Algorithm For Influence Maximization in Large Online Social Networks. IEEE Access. 5:, 23405–23412 (2017).CrossRef
7.
Zurück zum Zitat Z. He, Z. Cai, Wang X, in Proceedings of International Conference on Distributed Computing IEEE Systems. Modeling Propagation Dynamics and Developing Optimized Countermeasures for Rumor Spreading in Online Social Networks, (2015), pp. 205–214. Z. He, Z. Cai, Wang X, in Proceedings of International Conference on Distributed Computing IEEE Systems. Modeling Propagation Dynamics and Developing Optimized Countermeasures for Rumor Spreading in Online Social Networks, (2015), pp. 205–214.
8.
Zurück zum Zitat M. Han, Y. Li, J. Li, et al, Maximizing influence in sensed heterogenous social network with privacy preservation. Int. J. Sensor Netw.1(1), 1 (2017).CrossRef M. Han, Y. Li, J. Li, et al, Maximizing influence in sensed heterogenous social network with privacy preservation. Int. J. Sensor Netw.1(1), 1 (2017).CrossRef
9.
Zurück zum Zitat J. Li, Z. Cai, M. Yan, Y. Li, in Proceedings of the 35th Annual IEEEInternational Conference on Computer Communications (INFOCOM 2016). Using Crowdsourced Data in Location-based Social Networks to Explore Influence Maximization (San Francisco, 2016). J. Li, Z. Cai, M. Yan, Y. Li, in Proceedings of the 35th Annual IEEEInternational Conference on Computer Communications (INFOCOM 2016). Using Crowdsourced Data in Location-based Social Networks to Explore Influence Maximization (San Francisco, 2016).
10.
Zurück zum Zitat J. Li, Z. Cai, J. Wang, et al, Truthful Incentive Mechanisms for Geographical Position Conflicting Mobile Crowdsensing Systems. IEEE Trans. Comput. Soc. Syst., 1–11 (2018). J. Li, Z. Cai, J. Wang, et al, Truthful Incentive Mechanisms for Geographical Position Conflicting Mobile Crowdsensing Systems. IEEE Trans. Comput. Soc. Syst., 1–11 (2018).
11.
Zurück zum Zitat Z. Cai, Z. He, X. Guan, Y. Li, Collective Data-Sanitization for Preventing Sensitive Information Inference Attacks in Social Networks. IEEE Trans. Dependable Secure Comput.15(4), 577–590 (2018). Z. Cai, Z. He, X. Guan, Y. Li, Collective Data-Sanitization for Preventing Sensitive Information Inference Attacks in Social Networks. IEEE Trans. Dependable Secure Comput.15(4), 577–590 (2018).
12.
Zurück zum Zitat X. Zheng, Z. Cai, Y. Li, in IEEE Communications Magazine. Data Linkage in Smart IoTSystems: AConsideration from Privacy Perspective (ACMPiscataway, 2017), pp. 51–58. X. Zheng, Z. Cai, Y. Li, in IEEE Communications Magazine. Data Linkage in Smart IoTSystems: AConsideration from Privacy Perspective (ACMPiscataway, 2017), pp. 51–58.
13.
Zurück zum Zitat X. Zheng, Z. Cai, J. Li, H. Gao, in The 36th Annual IEEEInternational Conference on Computer Communications (INFOCOM 2017) Location-Privacy-Aware. Review Publication Mechanism for Local Business Service Systems (Atlanta, 2017), pp. 1–9. X. Zheng, Z. Cai, J. Li, H. Gao, in The 36th Annual IEEEInternational Conference on Computer Communications (INFOCOM 2017) Location-Privacy-Aware. Review Publication Mechanism for Local Business Service Systems (Atlanta, 2017), pp. 1–9.
14.
Zurück zum Zitat Z. Cai, X. Zheng, APrivate and Efficient Mechanism for Data Uploading in Smart Cyber-Physical Systems. IEEE Trans. Netw. Sci. Eng.PP(99), 1–1 (2018). Z. Cai, X. Zheng, APrivate and Efficient Mechanism for Data Uploading in Smart Cyber-Physical Systems. IEEE Trans. Netw. Sci. Eng.PP(99), 1–1 (2018).
15.
Zurück zum Zitat D. Zhang, C. Xu, in Web-Age Information Management. A Collaborative Filtering Recommendation System by Unifying User Similarity and Item Similarity (SpringerHeidelberg, 2012), pp. 175–184.CrossRef D. Zhang, C. Xu, in Web-Age Information Management. A Collaborative Filtering Recommendation System by Unifying User Similarity and Item Similarity (SpringerHeidelberg, 2012), pp. 175–184.CrossRef
16.
Zurück zum Zitat SK. Lam, J. Riedl, in International Conference on World Wide Web. Shilling recommender systems for fun and profit (ACMNew York, 2004), pp. 393–402. SK. Lam, J. Riedl, in International Conference on World Wide Web. Shilling recommender systems for fun and profit (ACMNew York, 2004), pp. 393–402.
17.
Zurück zum Zitat G. Guo, J. Zhang, D. Thalmann, Merging trust in collaborative filtering to alleviate data sparsity and cold start. Knowl-Based Syst. 57(2), 57–68 (2014).CrossRef G. Guo, J. Zhang, D. Thalmann, Merging trust in collaborative filtering to alleviate data sparsity and cold start. Knowl-Based Syst. 57(2), 57–68 (2014).CrossRef
18.
Zurück zum Zitat G. Guo, in ACMConference on Recommender Systems. Integrating trust and similarity to ameliorate the data sparsity and cold start for recommender systems, (2013), pp. 451–454. G. Guo, in ACMConference on Recommender Systems. Integrating trust and similarity to ameliorate the data sparsity and cold start for recommender systems, (2013), pp. 451–454.
19.
Zurück zum Zitat Y. Zheng, Location-Based Social Networks: Users (Springer, New York, 2011). Y. Zheng, Location-Based Social Networks: Users (Springer, New York, 2011).
20.
Zurück zum Zitat M. Jamali, M. Ester, in Proceedings of the 15th ACM SIGKDD international conference on Knowledge discovery and data mining. TrustWalker: a random walk model for combining trust-based and item-based recommendation (ACMParis, 2009), pp. 397–406.CrossRef M. Jamali, M. Ester, in Proceedings of the 15th ACM SIGKDD international conference on Knowledge discovery and data mining. TrustWalker: a random walk model for combining trust-based and item-based recommendation (ACMParis, 2009), pp. 397–406.CrossRef
21.
Zurück zum Zitat C. Cheng, H. Yang, I. King, M. RLyu, in Proceedings of the Twenty-Sixth AAAIConference on Artificial Intelligence. Fused matrix factorization with geographical and social inuence in location-based social networks (AAAI PressToronto, 2012), pp. 17–23. C. Cheng, H. Yang, I. King, M. RLyu, in Proceedings of the Twenty-Sixth AAAIConference on Artificial Intelligence. Fused matrix factorization with geographical and social inuence in location-based social networks (AAAI PressToronto, 2012), pp. 17–23.
22.
Zurück zum Zitat S. Zhao, I. King, M. RLyu, in International Conference on Neural Information Processing. Capturing geographical influence in poi recommendations (SpringerBerlin, 2013), pp. 530–537.CrossRef S. Zhao, I. King, M. RLyu, in International Conference on Neural Information Processing. Capturing geographical influence in poi recommendations (SpringerBerlin, 2013), pp. 530–537.CrossRef
23.
Zurück zum Zitat B. Liu, Y. Fu, Z. Yao, H. Xiong, in ACMSIGKDDInternational Conference on Knowledge Discovery and Data Mining. Learning geographical preferences for point-of-interest recommendation (Chicago, 2013), pp. 1043–1051. B. Liu, Y. Fu, Z. Yao, H. Xiong, in ACMSIGKDDInternational Conference on Knowledge Discovery and Data Mining. Learning geographical preferences for point-of-interest recommendation (Chicago, 2013), pp. 1043–1051.
24.
Zurück zum Zitat Y. Wang, G. Yin, Z. Cai, et al, A trust-based probabilistic recommendation model for social networks. J. Netw. Comput. Appl.55:, 59–67 (2015).CrossRef Y. Wang, G. Yin, Z. Cai, et al, A trust-based probabilistic recommendation model for social networks. J. Netw. Comput. Appl.55:, 59–67 (2015).CrossRef
25.
Zurück zum Zitat R. Forsati, M. Mahdavi, M. Shamsfard, et al., Matrix factorization with explicit trust and distrust side information for improved social recommendation. ACM Trans. Inf. Syst.32(4), 17 (2014).CrossRef R. Forsati, M. Mahdavi, M. Shamsfard, et al., Matrix factorization with explicit trust and distrust side information for improved social recommendation. ACM Trans. Inf. Syst.32(4), 17 (2014).CrossRef
26.
Zurück zum Zitat M. Ye, P. Yin, W-C. Lee, D-L. Lee, in Proceedings of the 34th international ACMSIGIR conference on Research and development in Information Retrieval. Exploiting geographical influence for collaborative point-of-interest recommendation (Beijing, 2011), pp. 325–334. M. Ye, P. Yin, W-C. Lee, D-L. Lee, in Proceedings of the 34th international ACMSIGIR conference on Research and development in Information Retrieval. Exploiting geographical influence for collaborative point-of-interest recommendation (Beijing, 2011), pp. 325–334.
27.
Zurück zum Zitat D. Lian, C. Zhao, X. Xie, G. Sun, E. Chen, Y. Rui, in ACMSIGKDDInternational Conference on Knowledge Discovery and Data Mining. Geomf: joint geographical modeling and matrix factorization for point-of-interest recommendation (New York, 2014), pp. 831–840. D. Lian, C. Zhao, X. Xie, G. Sun, E. Chen, Y. Rui, in ACMSIGKDDInternational Conference on Knowledge Discovery and Data Mining. Geomf: joint geographical modeling and matrix factorization for point-of-interest recommendation (New York, 2014), pp. 831–840.
28.
Zurück zum Zitat Y. Liang, Z. Cai, J. Yu, Q. Han, Y. Li, Deep learning based inference of private information using embedded sensors in smart devices. IEEE Netw.32(4), 8–14 (2018).CrossRef Y. Liang, Z. Cai, J. Yu, Q. Han, Y. Li, Deep learning based inference of private information using embedded sensors in smart devices. IEEE Netw.32(4), 8–14 (2018).CrossRef
29.
Zurück zum Zitat H. Gao, J. Tang, X. Hu, H. Liu, in Proceedings of the Twenty-Ninth AAAIConference on Artificial Intelligence. Content-aware point of interest recommendation on location-based social networks (AAAI PressTexas, 2015), pp. 1721–1727. H. Gao, J. Tang, X. Hu, H. Liu, in Proceedings of the Twenty-Ninth AAAIConference on Artificial Intelligence. Content-aware point of interest recommendation on location-based social networks (AAAI PressTexas, 2015), pp. 1721–1727.
30.
Zurück zum Zitat W. P. Lee, C. Y. Ma, Enhancing collaborative recommendation performance by combining user preference and trust-distrust propagation in social networks (Elsevier Science Publishers B. V., North-Holland, 2016).CrossRef W. P. Lee, C. Y. Ma, Enhancing collaborative recommendation performance by combining user preference and trust-distrust propagation in social networks (Elsevier Science Publishers B. V., North-Holland, 2016).CrossRef
31.
Zurück zum Zitat J. Chen, W. Geyer, C. Dugan, et al, in Sigchi Conference on Human Factors in Computing Systems. Make new friends, but keep the old:recommending people on social networking sites (ACMBoston, 2009), pp. 201–210. J. Chen, W. Geyer, C. Dugan, et al, in Sigchi Conference on Human Factors in Computing Systems. Make new friends, but keep the old:recommending people on social networking sites (ACMBoston, 2009), pp. 201–210.
32.
Zurück zum Zitat C. J. Bao, Y. Zheng, M. F. Mokbel, in International Conference on Advances in Geographic Information Systems. Location-based and preference-aware recommendation using sparse geo-social networking data (ACMNew York, 2012), pp. 199–208. C. J. Bao, Y. Zheng, M. F. Mokbel, in International Conference on Advances in Geographic Information Systems. Location-based and preference-aware recommendation using sparse geo-social networking data (ACMNew York, 2012), pp. 199–208.
33.
Zurück zum Zitat F. Yu, N. Che, Z. Li, et al, in Pacific-Asia Conference on Knowledge Discovery and Data Mining. Friend Recommendation Considering Preference Coverage in Location-Based Social Networks (SpringerCham, 2017). F. Yu, N. Che, Z. Li, et al, in Pacific-Asia Conference on Knowledge Discovery and Data Mining. Friend Recommendation Considering Preference Coverage in Location-Based Social Networks (SpringerCham, 2017).
Metadaten
Titel
Friend and POI recommendation based on social trust cluster in location-based social networks
verfasst von
Jinghua Zhu
Chao Wang
Xu Guo
Qian Ming
Jinbao Li
Yong Liu
Publikationsdatum
01.12.2019
Verlag
Springer International Publishing
DOI
https://doi.org/10.1186/s13638-019-1388-2

Weitere Artikel der Ausgabe 1/2019

EURASIP Journal on Wireless Communications and Networking 1/2019 Zur Ausgabe