CN113918814A - High-robustness privacy protection recommendation method based on counterstudy - Google Patents

High-robustness privacy protection recommendation method based on counterstudy Download PDF

Info

Publication number
CN113918814A
CN113918814A CN202111187124.1A CN202111187124A CN113918814A CN 113918814 A CN113918814 A CN 113918814A CN 202111187124 A CN202111187124 A CN 202111187124A CN 113918814 A CN113918814 A CN 113918814A
Authority
CN
China
Prior art keywords
model
training
collaborative filtering
user
recommendation
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202111187124.1A
Other languages
Chinese (zh)
Inventor
李浥东
张洪磊
赵旭
崔文军
陈乃月
贾晓丰
徐葳
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Jiaotong University
Original Assignee
Beijing Jiaotong University
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Jiaotong University filed Critical Beijing Jiaotong University
Priority to CN202111187124.1A priority Critical patent/CN113918814A/en
Publication of CN113918814A publication Critical patent/CN113918814A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/953Querying, e.g. by the use of web search engines
    • G06F16/9535Search customisation based on user profiles and personalisation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/953Querying, e.g. by the use of web search engines
    • G06F16/9536Search customisation based on social or collaborative filtering
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/045Combinations of networks
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Systems or methods specially adapted for specific business sectors, e.g. utilities or tourism
    • G06Q50/01Social networking

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • General Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • General Health & Medical Sciences (AREA)
  • Health & Medical Sciences (AREA)
  • Computing Systems (AREA)
  • Computational Linguistics (AREA)
  • Business, Economics & Management (AREA)
  • Evolutionary Computation (AREA)
  • Biophysics (AREA)
  • Biomedical Technology (AREA)
  • Mathematical Physics (AREA)
  • Software Systems (AREA)
  • Artificial Intelligence (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Molecular Biology (AREA)
  • Economics (AREA)
  • Human Resources & Organizations (AREA)
  • Marketing (AREA)
  • Primary Health Care (AREA)
  • Strategic Management (AREA)
  • Tourism & Hospitality (AREA)
  • General Business, Economics & Management (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention provides a high-robustness privacy protection recommendation method based on counterstudy. The method comprises the following steps: constructing a training set required for optimizing a neural collaborative filtering model and a reference set required for training a member inference model; designing a neural collaborative filtering combined model with a member reasoning regular term, and performing iterative optimization of a countermeasure training mode on the combined model by using the training set and the reference set to obtain a robust user and article characteristic representation matrix; predicting the unobserved scores according to the obtained user characteristic matrix and the obtained article characteristic matrix; recommending the corresponding item set with higher prediction score and no behavior to the corresponding user. The invention designs a unified minimum maximization objective function in an anti-training mode to explicitly endow the recommendation algorithm with the capability of defending against member reasoning attack, thereby defending against member reasoning attack and relieving overfitting of the recommendation model, and realizing bidirectional promotion of personalized recommendation model algorithm performance and training data privacy protection.

Description

High-robustness privacy protection recommendation method based on counterstudy
Technical Field
The invention relates to the technical field of personalized recommendation, in particular to a high-robustness privacy protection recommendation method based on counterstudy.
Background
The personalized recommendation system is an effective supplementary means for traditional information retrieval, makes full use of the content characteristics of the user and the object and the interaction data between the user and the object, automatically filters useless information, is a common application capable of helping the user find the potential interest of the user, and gets more and more attention in academic and industrial fields. The technical support at the core behind the personalized recommendation system is a recommendation algorithm which trains the historical browsing data of a user by using a machine learning idea.
The recommendation algorithm is capable of grasping the future interest preference of the user because it needs to collect as much personal information and behavior information of the user as possible so as to realize accurate recommendation services, such as a content-based recommendation system and a collaborative filtering-based recommendation system. In addition, according to social homogeneity theory, the behaviors of friends tend to be more consistent, so that many researches merge social information into the traditional collaborative filtering method. By fusing more and more information and combining different types of data, the prediction performance of the recommendation system is certainly improved significantly, but the risk of revealing the privacy of the user is inevitably caused. Therefore, in recent years, there has been an increasing interest in protecting the privacy of sensitive information of users. However, most of the previous work has focused on protecting sensitive information such as the user's demographic characteristics and the user's historical purchasing behavior. The privacy protection of user information is mainly carried out through a differential privacy technology and a perturbation technology, most of the methods carry out direct data perturbation on original data, although the privacy data of the user are protected to a certain extent, the degradation of the predictive performance of a model is inevitably caused.
At present, the mainstream service mode is a machine learning-as-a-service mode, so that the original data of the model is difficult to acquire and directly perturb, and therefore, the white box attack on the original training data of the model is no longer practical. Recent studies have shown that trained data and untrained data often have different statistical properties, so that machine learning models are prone to privacy disclosure of their trained data set information. More specifically, an attacker can deduce whether some samples are the trained data or not by constructing a reasoning model based on the different statistical characteristics, and such a reasoning process is called member reasoning attack, and the method can easily attack the black box model, so that the method becomes a mainstream attack method in recent years.
At present, there are two broad categories of prior art methods for defending against member inference attacks. The first category includes a simple mitigation technique, that is, the prediction result of the model is limited, for example, five classified prediction tasks are only output to the first three categories after probability sorting, and obviously, such an operation reduces the prediction accuracy of the model; or regularize the prediction model, for example using the common L2 paradigm. These techniques, while able to guarantee the prediction accuracy of the model to some extent, do not guarantee any strict privacy protection definitions.
The second broad category of defense techniques is the use of different differential privacy mechanisms. However, the existing differential privacy mechanism meets the requirement of privacy protection in a strict mathematical sense, and meanwhile, the model prediction performance is not definitely brought into the design target of the privacy mechanism, which often causes serious prediction precision loss. Therefore, it is very important to design a robust algorithm that is guaranteed by considering both the model prediction performance and the training data privacy protection effect.
Disclosure of Invention
The embodiment of the invention provides a high-robustness privacy protection recommendation method based on counterstudy, so as to accurately recommend interested articles to a user on the premise of protecting the privacy of the members.
In order to achieve the purpose, the invention adopts the following technical scheme.
A highly robust privacy protection recommendation method based on counterstudy comprises the following steps:
step S1: establishing a neural collaborative filtering model and a required training set, and randomly initializing parameters P, Q, theta of the neural collaborative filtering recommendation modelR
Figure BDA0003299730600000031
A matrix of characteristics of the user is represented,
Figure BDA0003299730600000032
representing a matrix of article characteristics, ΘRUniformly representing a parameter matrix of a recommendation model hidden layer;
step S2: constructing a member reasoning model and a required reference set, and randomly initializing a parameter matrix theta of the member reasoning modelM,ΘMThe learnable parameters of the member reasoning model are represented in a unified mode;
step S3: constructing a neural collaborative filtering combination model with a member reasoning regular term by using the neural collaborative filtering model and the member reasoning model, designing a unified minimum maximization objective function based on antagonistic learning and carrying out iterative antagonistic training to obtain a robust user characteristic matrix P and an article characteristic matrix Q;
step S4: and predicting the scoring value of the user on the unobserved goods according to the trained P and Q:
Figure BDA0003299730600000033
to pair
Figure BDA0003299730600000034
Arranged in descending order row by row, and will
Figure BDA0003299730600000035
Median score value comparisonA number of items that are high and not rated are recommended to the respective users,
Figure BDA0003299730600000036
representing the predicted user-item scoring matrix.
Preferably, the constructing of the neural collaborative filtering model in step S1 includes:
the neural collaborative filtering model f (P, Q, theta)RThe input layer of | U, i) includes two one-hot feature sparse vectors v describing user U and item i, respectivelyuAnd viMapping the sparse vector to a user feature vector p through an embedding layeru=PTvuAnd an item feature vector qi=QTviWherein
Figure BDA0003299730600000037
And
Figure BDA0003299730600000038
the matrixes respectively represent a user characteristic matrix and an article characteristic matrix, d is a dimension after low-dimensional embedding, obtained hidden vectors of the user and the article are input into the multilayer neural network, and the low-dimensional vectors of the user and the article are mapped into a predicted click probability
Figure BDA0003299730600000039
The predicted click probability
Figure BDA00032997306000000310
A closer to 1 indicates that the user likes the item more, a closer to 0 indicates that the user dislikes the item more, and a predicted click probability
Figure BDA00032997306000000311
Closer to the real tag yuiThe higher the recommendation accuracy of the recommendation system is proved.
Preferably, the training set constructing in step S1 includes:
building a user-item scoring matrix R e {0, 1, 2, 3 by using the existing data set,4,5}m×nThe rows and columns in the scoring matrix respectively represent users and articles, element values in the scoring matrix represent the scoring of the users on the articles, m and n respectively represent the number of the users and the articles, the user-article scoring matrix data are normalized, and a scoring matrix Y suitable for classification tasks is obtained, wherein the scoring matrix Y belongs to {0, 1}m×nThe value 1 indicates that the user clicked on the item, 0 indicates that no behavior is generated, and the triple data set is generated for the element of 1 in the scoring matrix
Figure BDA0003299730600000041
Wherein u represents a user number, i represents an item number, y ui1 represents a positive sample of the user clicking on the item;
generating user click negative samples according to the principle of same distribution with the positive samples by utilizing a negative sampling technology
Figure BDA0003299730600000042
Clicking on a positive sample with the user
Figure BDA0003299730600000043
And user clicks negative examples
Figure BDA0003299730600000044
Training set jointly forming training neural collaborative filtering recommendation model
Figure BDA0003299730600000045
Preferably, the member inference model building in step S2 includes:
the member inference model g (Θ)M) Modeling with a classification task based on statistical differences between member predictions and non-member predictions, i.e. positive samples if the sample exists in the training set, and negative samples otherwise, the member inference attack model is treated as a two-classification task, instantiating the member inference attack model as g (Θ)M|u,i×Y2)→[0,1]Fitting input samples to labels using deep neural networks with robust feature extractionThe former complex association, for any sample (u, i, y) in the neural collaborative filtering model datasetui) And corresponding output vector of personalized recommendation model
Figure BDA0003299730600000046
Input samples that collectively form a member inference attack model
Figure BDA0003299730600000047
If the output result passes through the member reasoning model
Figure BDA0003299730600000048
Close to 1 is a member, otherwise it is a non-member.
Preferably, the reference set construction in step S2 includes:
data set to be involved in neural collaborative filtering recommendation model training
Figure BDA0003299730600000049
Positive samples as training member inference models
Figure BDA00032997306000000410
Member set, also called member inference model, where h ui1 represents a member sample participating in training of the neural collaborative filtering recommendation model; according to the principle of independent and same distribution, negative samples for member inference models are generated by sampling according to the same proportion
Figure BDA00032997306000000411
Wherein h isui0 represents a non-member sample that does not participate in the training of the neural collaborative filtering recommendation model, also referred to as a non-member set of member inference models;
the member set and the non-member set of the member inference model jointly form a reference set required by training the member inference model
Figure BDA0003299730600000051
Preferably, the objective function of the member inference regularization term-based neural collaborative filtering joint model in step S3 is defined as follows:
Figure BDA0003299730600000052
wherein the internal maximization function is targeted for a given recommendation model f (Θ)R) Finding the strongest member reasoning attack model g (theta)M) The objective of the external minimization function is to infer the attack model g (Θ) for a given strongest memberM) Finding a most robust personalized recommendation model, wherein the parameter lambda controls the balance between recommendation precision and member privacy;
neural collaborative filtering model f (Θ)R) The optimization objective of (1) is to minimize the expected experience loss, which is expressed as follows using cross-entropy loss as the objective loss function:
Figure BDA0003299730600000053
wherein
Figure BDA0003299730600000054
To optimize the training set of the neural collaborative filtering model,
Figure BDA0003299730600000055
yuirespectively representing the predicted click probability and the real label of the recommendation model;
the objective of the member inference attack model is to maximize the empirical benefit, i.e., to calculate the supervision loss of the member inference attack model using cross entropy loss for modeling the statistical difference between the predicted distribution and the true distribution, wherein the empirical benefit is expressed as follows:
Figure BDA0003299730600000056
after the terms are combined, the unified min-max countermeasure objective function is refined into the following mathematical form:
Figure BDA0003299730600000057
wherein, according to 4: 1 to construct training set required by neural collaborative filtering model
Figure BDA0003299730600000061
And reference set required by member reasoning model
Figure BDA0003299730600000062
The training set is used for training the recommendation model and positive samples of the member reasoning attack model, the reference set does not participate in the training of the recommendation system but is used as the negative samples of the member reasoning model, the training set is used as the positive samples in the reference set,
Figure BDA0003299730600000063
and performing iterative countermeasure training on the neural collaborative filtering joint recommendation model with the member inference regular term by using the training set and the reference set.
Preferably, the iterative countermeasure training of the neural collaborative filtering joint recommendation model with the member inference regularization term in step S3 is as follows:
randomly initializing neural collaborative filtering recommendation model parameters P, Q, thetaR(ii) a Random initialization member reasoning model parameter thetaMAnd entering an iterative training process: fixing algorithm parameters P, Q, theta of recommendation modelRCalculating target revenue for ΘMUpdating the parameter matrix theta by using a gradient ascent algorithmM(ii) a Algorithm parameters theta of fixed member inference modelMCalculating target losses with respect to P, Q, theta, respectivelyRRespectively updating the parameter matrixes P, Q and theta by using a gradient descent algorithmR(ii) a Repeating the steps, and continuously and alternately updating the parameters P, Q and thetaR,ΘMUntil a convergence condition is satisfied;
through the algorithm, the balance point of the minimum and maximum game problem is found, and the robust personalized recommendation system with member privacy protection capability is obtained.
Preferably, the convergence condition includes that the objective function value is less than a certain preset threshold or the number of iteration rounds reaches a certain magnitude.
According to the technical scheme provided by the embodiment of the invention, the unified minimum maximization objective function is designed in a mode of resisting learning to explicitly endow the recommendation algorithm with the capability of defending member reasoning attack; the game countertraining is carried out on the personalized recommendation model and the member inference model, so that the member inference attack model can learn the potential member privacy risks in the recommendation model, meanwhile, the recommendation model can defend and learn the trained member attack model, the purposes of defending member inference attack and relieving overfitting of the recommendation model so as to enhance the generalization ability and robustness are achieved, the bidirectional promotion of the algorithm performance of the personalized recommendation model and the protection degree of the privacy of training data is finally achieved, and the goal of accurately recommending the interested articles to the user on the premise of protecting the member privacy is achieved.
Additional aspects and advantages of the invention will be set forth in part in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
FIG. 1 is a flowchart of a model confrontation training process according to an embodiment of the present invention;
fig. 2 is a processing flow chart of a personalized recommendation method based on member privacy protection of a counterlearning paradigm according to an embodiment of the present invention;
fig. 3 is a specific instantiation structure diagram of a personalized neural collaborative filtering recommendation model method according to an embodiment of the present invention.
Fig. 4 is a specific instantiation structure diagram of a member inference model method provided in an embodiment of the present invention.
Detailed Description
Reference will now be made in detail to embodiments of the present invention, examples of which are illustrated in the accompanying drawings, wherein like reference numerals refer to the same or similar elements or elements having the same or similar function throughout. The embodiments described below with reference to the accompanying drawings are illustrative only for the purpose of explaining the present invention, and are not to be construed as limiting the present invention.
As used herein, the singular forms "a", "an", "the" and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise. It will be further understood that the terms "comprises" and/or "comprising," when used in this specification, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof. It will be understood that when an element is referred to as being "connected" or "coupled" to another element, it can be directly connected or coupled to the other element or intervening elements may also be present. Further, "connected" or "coupled" as used herein may include wirelessly connected or coupled. As used herein, the term "and/or" includes any and all combinations of one or more of the associated listed items.
It will be understood by those skilled in the art that, unless otherwise defined, all terms (including technical and scientific terms) used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this invention belongs. It will be further understood that terms, such as those defined in commonly used dictionaries, should be interpreted as having a meaning that is consistent with their meaning in the context of the prior art and will not be interpreted in an idealized or overly formal sense unless expressly so defined herein.
For the convenience of understanding the embodiments of the present invention, the following description will be further explained by taking several specific embodiments as examples in conjunction with the drawings, and the embodiments are not to be construed as limiting the embodiments of the present invention.
The method provided by the invention considers the problem of member privacy protection in the recommendation system for the first time, designs the recommendation precision and the member protection degree as a minimum maximization game framework, explicitly considers the privacy protection problem in a member reasoning regular term mode in a recommendation system model, and designs an algorithm for balancing the recommendation precision and the member privacy protection effect, so that the accurate recommendation target is realized on the premise of protecting the user privacy.
The embodiment of the invention provides a robust personalized recommendation framework for member privacy protection based on a countering learning paradigm, which is used for performing countering training between a personalized neural collaborative filtering recommendation model and a member reasoning model to finally reach a game balance point of recommendation performance and member privacy protection capability, so that the method can improve the generalization capability of the neural collaborative filtering recommendation model and further has the member reasoning protection capability, thereby achieving the bidirectional promotion of the generalization capability of a recommendation system and the member privacy protection degree.
The method formalizes the balance problem of the recommendation algorithm on the prediction performance and the member privacy protection into a minimum maximization game problem, and designs a special confrontation training algorithm to enable an algorithm frame to maximize the member reasoning attack capability, minimize the prediction error of the recommendation algorithm and improve the defense capability of the model on the member reasoning attack, namely, the aim of accurate recommendation is achieved on the premise that whether data participate in the training of the neural collaborative filtering recommendation model cannot be accurately judged. Specifically, the member reasoning model seeks accurate member information of an inferred user by learning click rate prediction distribution of the neural collaborative filtering recommendation model on input data, namely whether target data appear in a training set or not; the neural collaborative filtering recommendation model enables the model to accurately fit the potential distribution of the original training set in the whole training process on the one hand through the explicit addition of the member reasoning regular term, and meanwhile enables the model to have the capability of defending against the strongest member reasoning attack. The strategy laterally relieves the over-fitting problem of the neural collaborative filtering recommendation model, so that the generalization capability and robustness of the neural collaborative filtering recommendation model are improved, and accurate recommendation service is provided for users on the premise of ensuring member privacy protection.
The method mainly comprises the following steps:
(1) training set required for constructing neural collaborative filtering model
Figure BDA0003299730600000091
The training set contains user click positive samples given in the original data set
Figure BDA0003299730600000092
And generating a user click negative sample according to the principle of same distribution with the positive sample by utilizing a negative sampling technology
Figure BDA0003299730600000093
The two subsets jointly form a training set for training a neural collaborative filtering recommendation model
Figure BDA0003299730600000094
(2) Reference set required for constructing member reasoning model
Figure BDA0003299730600000095
The reference set comprises member sets participating in training of the neural collaborative filtering recommendation model
Figure BDA0003299730600000096
(and
Figure BDA0003299730600000097
synonymous) and same number of non-member sets of equal size and distribution not involved in neural collaborative filtering recommendation model training
Figure BDA0003299730600000098
The two subsets jointly form a reference set for training member inference models
Figure BDA0003299730600000099
(3) Instantiating a neural collaborative filtering model f (Θ)R) And member inference model g (theta)M) And constructing a neural collaborative filtering combined model with a member reasoning regular term by using the neural collaborative filtering model and the member reasoning model, and designing a uniform minimum maximization objective function based on antagonistic learning. Performing iterative countermeasure training on the member inference regular term-based neural collaborative filtering joint recommendation model by using the training set and the reference set to generate a robust user characteristic matrix P and an article characteristic matrix Q;
(4) and predicting the items which are interested by the user according to the generated user characteristic matrix P and the item characteristic matrix Q.
The embodiment of the invention provides a working flow chart of model confrontation training, which is shown in fig. 1 and specifically comprises the following steps:
step S1: a training set required by constructing a neural collaborative filtering model, wherein the training set comprises user click positive samples given in an original data set
Figure BDA0003299730600000101
And generating a user click negative sample according to the principle of same distribution with the positive sample by utilizing a negative sampling technology
Figure BDA0003299730600000102
Step S1-1: for user click positive sample given in original data set
Figure BDA0003299730600000103
And (6) carrying out normalization processing.
Utilizing the existing data to construct a user-item scoring matrix R epsilon {0, 1, 2, 3, 4, 5}m×nRows and columns in the scoring matrix represent users and items, respectively, and elemental values in the scoring matrix represent the scores of users for items, where m and n represent the user and item numbers, respectively. Then, the scoring data is normalized to obtain the data suitable for classificationThe scoring matrix Y of the affairs belongs to {0, 1}m×nA value of 1 indicates that the user clicked on the item, and a value of 0 indicates that no action was taken. Generating a triple data set for an element of 1 in a scoring matrix
Figure BDA0003299730600000104
Wherein u represents a user number, i represents an item number, yuiA positive sample with 1 indicates that the user clicked on the item.
Step S1-2: negative sample clicking on user based on negative sampling strategy
Figure BDA0003299730600000105
And (4) constructing.
Generally, we can train the neural collaborative filtering model by using the original user-item scoring matrix described above, but because of the large amount of negative sample data in the matrix, optimizing a large amount of negative samples can greatly slow down the training process, and the serious imbalance of the positive and negative samples can greatly affect the effect of the model. Therefore, we propose a negative sampling technique to speed up the training process of the model and improve the prediction accuracy of the model. Clicking positive samples on the divided users based on the negative sampling strategy
Figure BDA0003299730600000106
Generating a user negative sample set, wherein the negative sample strategy is mainly realized by performing a negative sample set generation on the basis of a 1: 4, randomly sampling the interaction which is not observed in the sampling comparison, and generating user click negative sample data
Figure BDA0003299730600000111
Wherein y isuiA negative sample of the user not clicking on the item is denoted 0. The positive click behavior sample and the negative click behavior sample of the user jointly form a training set for training the neural collaborative filtering recommendation model
Figure BDA0003299730600000112
Step S2: reference set required for constructing member reasoning model
Figure BDA0003299730600000113
The reference set comprises member sets participating in training of the neural collaborative filtering recommendation model
Figure BDA0003299730600000114
And equally sized and distributed non-member sets not participating in neural collaborative filtering recommendation model training
Figure BDA0003299730600000115
Generally, training the member inference model requires a positive sample participating in training the neural collaborative filtering recommendation model, and also requires a negative sample not participating in training the neural collaborative filtering recommendation model. For the member inference model, the training set required by the neural collaborative filtering model is a member, and the set which does not participate in the training of the neural collaborative filtering model is a non-member. Therefore, data sets participating in neural collaborative filtering recommendation model training
Figure BDA0003299730600000116
Can be used as a positive sample for training member reasoning model
Figure BDA0003299730600000117
Namely, it is
Figure BDA0003299730600000118
And
Figure BDA0003299730600000119
the meanings of the expressions are the same and synonyms may be substituted in the following, where h ui1 represents the member sample participating in the training of the neural collaborative filtering recommendation model.
In order to ensure the normal training of the member inference model, according to the principle of independent and same distribution, the negative samples for the member inference model are generated by sampling according to the same proportion
Figure BDA00032997306000001110
Wherein h isui0 represents a non-member sample that did not participate in the neural collaborative filtering recommendation model training. The member set and the non-member set jointly form a reference set required by training a member inference model
Figure BDA00032997306000001111
Step S3: instantiating a neural collaborative filtering model f (Θ)R) And member inference model g (theta)M) And constructing a neural collaborative filtering combined model with a member reasoning regular term by using the neural collaborative filtering model and the member reasoning model, and designing a uniform minimum maximization objective function based on antagonistic learning. And performing iterative countermeasure training on the member inference regular term-based neural collaborative filtering joint recommendation model by using the training set and the reference set to generate a robust user characteristic matrix P and an article characteristic matrix Q.
Through the processing on the data set, a training set required by the neural collaborative filtering model and a reference set required by the member reasoning model are obtained. The countermeasure training framework mainly relates to game learning of a neural collaborative filtering recommendation model and a member inference model, wherein the member inference model seeks accurate member information of an inferred user by learning click rate prediction distribution of the neural collaborative filtering recommendation model on input data; the neural collaborative filtering recommendation model enables the model to accurately fit the potential distribution of the original training set in the whole training process through the explicit addition of the member reasoning regular term, and meanwhile, the model has the capability of defending the strongest member reasoning attack. In the next section, we first introduce the neural collaborative filtering model and the membership inference model separately, then introduce the unified objective function combining the two, and finally explain the countertraining process of the two.
The part of the neural collaborative filtering model is as follows: the input layer comprises two one-hot feature sparse vectors v which respectively describe a user u and an item iuAnd viThen mapping the sparse vector to a user feature vector p through an embedding layeru=PTvuAnd an item feature vector qi=QTviWherein
Figure BDA0003299730600000121
And
Figure BDA0003299730600000122
the matrixes respectively represent a user characteristic matrix and an article characteristic matrix, and d is a dimension after low-dimensional embedding. Then inputting the obtained hidden vectors of the user and the article into a multi-layer neural network (which is called as a neural collaborative filtering layer), and finally mapping the potential vectors into predicted click probability
Figure BDA0003299730600000123
The specific network structure is shown in fig. 3. Wherein the predicted click probability
Figure BDA0003299730600000124
Closer to 1 indicates that the user likes the item more, and closer to 0 indicates that the user dislikes the item more. Predicting click probability
Figure BDA00032997306000001210
Closer to the real tag yuiThe higher the recommendation accuracy of the recommendation system is proved.
We can formally express the neural collaborative filtering model prediction function as:
Figure BDA0003299730600000125
wherein
Figure BDA0003299730600000126
Is a hidden variable matrix for the user,
Figure BDA0003299730600000127
is a latent variable matrix of the article, thetaRModel parameters of the recommendation model f are filtered for neural synergy.
Since the neural collaborative filtering model is a multi-layer neural network, the prediction model can be expressed as:
Figure BDA0003299730600000128
Figure BDA0003299730600000129
……
Figure BDA0003299730600000131
Figure BDA0003299730600000132
wherein WL,bL,aLRespectively, a weight matrix, a bias vector and an activation function of the L-th layer perceptron. The activation function can select sigmoid, tanh, ReLU and the like, and the ReLU function is selected in the invention.
The optimization goal of the neural collaborative filtering model is to minimize the expected experience loss, which is expressed in the present invention as follows, using cross entropy loss as the objective loss function:
Figure BDA0003299730600000133
wherein
Figure BDA0003299730600000134
Is a training set of the neural collaborative filtering model,
Figure BDA0003299730600000135
yuiand respectively predicting click probability and real labels of the neural collaborative filtering recommendation model.
Member reasoning model part: whether the input sample exists in the original data set or not is deduced according to different performances of the input data on model prediction distribution, namely, the model prediction results often generated by the trained member data have the condition of extremely high confidence coefficient of a certain class, and the model prediction results often generated by the untrained non-member data are distributed more uniformly. According to the statistical rule and other background knowledge, an attacker can easily cause member reasoning attack on the model, and finally the privacy problem of the members is revealed.
Thus, based on the above statistical rules, the member inference model is often modeled with a classification task based on the statistical difference of the predictions for members and the predictions for non-members, i.e. positive samples if the sample exists in the training set, and negative samples otherwise. In the invention, the member reasoning model is regarded as a binary task, and the instantiated member reasoning model is g (theta)M|u,i×Y2)→[0,1]And a deep neural network with good characteristic extraction is utilized to fit the complex relation between the input sample and the label, and the specific network structure is shown in fig. 4. For any sample (u, i, y) in the datasetui) And corresponding output vector of the personalized neural collaborative filtering recommendation model
Figure BDA0003299730600000136
Input samples that collectively form a member inference model
Figure BDA0003299730600000137
If the output result passes through the member reasoning model
Figure BDA0003299730600000141
Close to 1 is a member, otherwise it is a non-member. We can formally express the prediction function of the member inference model as:
Figure BDA0003299730600000142
wherein
Figure BDA0003299730600000143
As input number of modelAccordingly, the user label, the article label, the prediction distribution of the neural collaborative filtering recommendation model and the real label of the sample are respectively expressedMModel parameters of the model g are inferred for the members.
Here, to model statistical differences before the predicted distribution and the true distribution, we also use cross-entropy loss to compute the supervised loss of the member inference model, which aims to maximize the empirical benefit, which can be expressed as follows:
Figure BDA0003299730600000144
with the above, we have introduced the structure, input and output, and loss functions of the neural collaborative filtering model and the membership inference model, and we mainly introduce the principle of the antagonistic training between the two and the optimization algorithm in detail below.
Inspired by the popular idea of counterlearning at present, the recommendation system with member reasoning protection can be naturally regarded as a minimum maximization game problem. The member reasoning model can adjust the parameters of the attack model according to the grasped background knowledge and the set objective function, and the ultimate aim is to maximize the attack income of the member reasoning model on the existing nerve collaborative filtering recommendation model; the personalized neural collaborative filtering recommendation model can adjust parameters of the model according to a target function of the model, and the primary goals of minimizing a model prediction error of the model and reducing the privacy disclosure risk of the model to members are achieved. This means that defenders and attackers have conflicting goals and can therefore be considered a game trade-off problem, who needs to find a neuro-collaborative filtering recommendation model that not only minimizes their losses, but also minimizes the opponent's maximum gain, which can be modeled as a minimum maximization game problem.
If the simple purpose is to resist member reasoning attack, the input and the output of the model can be simply made to have no relation, but the recommendation utility of the neural collaborative filtering recommendation model can be greatly influenced. Therefore, the invention designs the target of the recommendation system innovatively to minimize the member privacy disclosure risk when the strongest member reasoning attack is faced while minimizing the recommendation performance loss, thereby designing an optimal member privacy mechanism and ensuring the maximization of the model utility.
We uniformly formalize member privacy and recommendation performance in the following countermeasure objective function:
Figure BDA0003299730600000151
wherein the objective of the internal maximization function is to filter the recommendation model f (Θ) for a given neural synergyR) Find the strongest member inference model g (Θ)M) The objective of the external minimization function is to infer the model g (Θ) for a given strongest memberM) And finding out the most robust personalized neural collaborative filtering recommendation model, so that the most robust personalized neural collaborative filtering recommendation model not only can protect member information, but also can provide accurate recommendation service. The parameter lambda controls the balance between the recommendation precision and the member privacy, the member privacy protection model is used as a regular item of the neural collaborative filtering recommendation model, and the purpose of preventing the neural collaborative filtering recommendation model from overfitting original training data so as to enhance the robustness of the model is achieved.
More specifically, the unified countermeasure objective function described above can be refined into the following mathematical form:
Figure BDA0003299730600000152
wherein, for the training effect of the neural collaborative filtering recommendation model, we ensure that according to 4: 1 to construct training set required by neural collaborative filtering model
Figure BDA0003299730600000153
And reference set required by member reasoning model
Figure BDA0003299730600000154
The training set is used for training of the neural collaborative filtering recommendation model and positive samples of the member inference model, and the reference set does not participate in training of the recommendation system and serves as a negative sample of the member inference model. Since the training set is used as a positive sample in the reference set, therefore
Figure BDA0003299730600000155
The working flow of training and optimizing the personalized recommendation algorithm for resisting learning and protecting member privacy provided by the embodiment of the invention is that in each round of training, a neural collaborative filtering recommendation model f and a member inference model g are alternately trained to search for optimal models for each other. In the internal optimization step, for a fixed neural collaborative filtering recommendation model f, a member inference model is trained to distinguish whether the target data belongs to a training set DtOr reference set Dr. In this step, the empirical benefit of the maximum membership inference model is
Figure BDA0003299730600000161
In the external optimization step, for a fixed member inference model g, the experience gain of the member inference model is used as a regular term of a neural collaborative filtering recommendation model in a training set DtTraining is performed, this step minimizes the loss of experience recommendations
Figure BDA0003299730600000162
More specifically, the workflow of training and optimizing the personalized recommendation algorithm for protecting the privacy of the members against learning provided by the embodiment of the present invention is shown in fig. 2, and includes the following steps:
s3-1: randomly initializing neural collaborative filtering recommendation model parameters P, Q, thetaR
S3-2: random initialization member reasoning model parameter thetaMAnd entering an iterative training process:
s3-3: algorithm parameters P, Q, theta of fixed neural collaborative filtering recommendation modelRCalculating a target profit aboutΘMUpdating the parameter matrix theta by using a gradient ascent algorithmM
S3-4: algorithm parameters theta of fixed member inference modelMCalculating target losses with respect to P, Q, theta, respectivelyRRespectively updating the parameter matrixes P, Q and theta by using a gradient descent algorithmR
S3-5: repeating the steps S3-3 to S3-4, continuously and alternately updating the parameters P, Q, thetaR,ΘMAnd outputting the parameter model until a convergence condition is met, for example, the objective function value is smaller than a certain preset threshold or the number of iteration rounds reaches a certain magnitude.
Through the algorithm, the balance point of the minimum and maximum game problem can be found finally, a personalized recommendation system for member privacy protection is obtained finally, and the generalization capability and member privacy protection capability of the recommendation system are improved doubly.
Step S4: predicting the scoring value of the user to the unobserved object according to the feature matrix of the user and the object:
Figure BDA0003299730600000163
to pair
Figure BDA0003299730600000164
Arranged in descending order row by row, and will
Figure BDA0003299730600000165
And recommending a plurality of items with higher (and not-scored) middle scoring values to corresponding users. Wherein the content of the first and second substances,
Figure BDA0003299730600000171
a matrix of characteristics of the user is represented,
Figure BDA0003299730600000172
a matrix of characteristics of the article is represented,
Figure BDA0003299730600000173
representing the predicted user-item scoring matrix.
In conclusion, the invention designs a unified minimum maximization objective function in a mode of resisting learning to explicitly endow a recommendation algorithm with the capability of defending member reasoning attack; the game countermeasure training is carried out on the personalized neural collaborative filtering recommendation model and the member inference model, so that the member inference model can learn the potential member privacy risks in the neural collaborative filtering recommendation model, meanwhile, the neural collaborative filtering recommendation model can carry out defense learning on the trained member attack model, the purposes of defending member inference attacks and relieving overfitting of the neural collaborative filtering recommendation model so as to enhance the generalization ability and the robustness are achieved, finally, the bidirectional promotion of the algorithm performance of the personalized neural collaborative filtering recommendation model and the privacy protection degree of training data is achieved, and the goal of accurately recommending interested articles to a user on the premise of protecting the member privacy can be achieved.
Those of ordinary skill in the art will understand that: the figures are merely schematic representations of one embodiment, and the blocks or flow diagrams in the figures are not necessarily required to practice the present invention.
From the above description of the embodiments, it is clear to those skilled in the art that the present invention can be implemented by software plus necessary general hardware platform. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which may be stored in a storage medium, such as ROM/RAM, magnetic disk, optical disk, etc., and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the method according to the embodiments or some parts of the embodiments.
The embodiments in the present specification are described in a progressive manner, and the same and similar parts among the embodiments are referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, for apparatus or system embodiments, since they are substantially similar to method embodiments, they are described in relative terms, as long as they are described in partial descriptions of method embodiments. The above-described embodiments of the apparatus and system are merely illustrative, and the units described as separate parts may or may not be physically separate, and the parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. One of ordinary skill in the art can understand and implement it without inventive effort.
The above description is only for the preferred embodiment of the present invention, but the scope of the present invention is not limited thereto, and any changes or substitutions that can be easily conceived by those skilled in the art within the technical scope of the present invention are included in the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (8)

1. A highly robust privacy protection recommendation method based on counterstudy is characterized by comprising the following steps:
step S1: establishing a neural collaborative filtering model and a required training set, and randomly initializing parameters P, Q, theta of the neural collaborative filtering recommendation modelR
Figure FDA0003299730590000011
A matrix of characteristics of the user is represented,
Figure FDA0003299730590000012
representing a matrix of article characteristics, ΘRUniformly representing a parameter matrix of a recommendation model hidden layer;
step S2: constructing a member reasoning model and a required reference set, and randomly initializing a parameter matrix theta of the member reasoning modelM,ΘMThe learnable parameters of the member reasoning model are represented in a unified mode;
step S3: constructing a neural collaborative filtering combination model with a member reasoning regular term by using the neural collaborative filtering model and the member reasoning model, designing a unified minimum maximization objective function based on antagonistic learning and carrying out iterative antagonistic training to obtain a robust user characteristic matrix P and an article characteristic matrix Q;
step S4: and predicting the scoring value of the user on the unobserved goods according to the trained P and Q:
Figure FDA0003299730590000013
to pair
Figure FDA0003299730590000014
Arranged in descending order row by row, and will
Figure FDA0003299730590000015
A plurality of items with higher middle scoring value and which are not scored are recommended to the corresponding users,
Figure FDA0003299730590000016
representing the predicted user-item scoring matrix.
2. The method according to claim 1, wherein the constructing of the neural collaborative filtering model in step S1 includes:
the neural collaborative filtering model f (P, Q, theta)RThe input layer of | u, i) includes two one-hot feature sparse vectors v describing user u and item i, respectivelyuAnd viMapping the sparse vector to a user feature vector p through an embedding layeru=PTvuAnd an item feature vector qi=QTviWherein
Figure FDA0003299730590000017
And
Figure FDA0003299730590000018
the matrixes respectively represent a user characteristic matrix and an article characteristic matrix, d is the dimension after low-dimensional embedding, and the obtained hidden vectors of the user and the article are input into the multilayer neural networkIn (3), mapping the user and item low-dimensional vectors to the predicted click probability
Figure FDA0003299730590000019
The predicted click probability
Figure FDA00032997305900000110
A closer to 1 indicates that the user likes the item more, a closer to 0 indicates that the user dislikes the item more, and a predicted click probability
Figure FDA00032997305900000111
Closer to the real tag yuiThe higher the recommendation accuracy of the recommendation system is proved.
3. The method according to claim 1, wherein the training set construction in step S1 includes:
utilizing the existing data set to construct a user-item scoring matrix R belonging to {0, 1, 2, 3, 4, 5}m×nThe rows and columns in the scoring matrix respectively represent users and articles, element values in the scoring matrix represent the scoring of the users on the articles, m and n respectively represent the number of the users and the articles, the user-article scoring matrix data are normalized, and a scoring matrix Y suitable for classification tasks is obtained, wherein the scoring matrix Y belongs to {0, 1}m×nThe value 1 indicates that the user clicked on the item, 0 indicates that no behavior is generated, and the triple data set is generated for the element of 1 in the scoring matrix
Figure FDA0003299730590000021
Wherein u represents a user number, i represents an item number, yui1 represents a positive sample of the user clicking on the item;
generating user click negative samples according to the principle of same distribution with the positive samples by utilizing a negative sampling technology
Figure FDA0003299730590000022
Clicking on a positive sample with the user
Figure FDA0003299730590000023
And user clicks negative examples
Figure FDA0003299730590000024
Training set jointly forming training neural collaborative filtering recommendation model
Figure FDA0003299730590000025
4. The method according to claim 1, wherein the member inference model building in step S2 includes:
the member inference model g (Θ)M) Modeling with a classification task based on statistical differences between member predictions and non-member predictions, i.e. positive samples if the sample exists in the training set, and negative samples otherwise, the member inference attack model is treated as a two-classification task, instantiating the member inference attack model as g (Θ)M|u,i×Y2)→[0,1]Fitting complex associations between input samples and labels using deep neural networks with robust feature extraction for any sample (u, i, y) in the neural collaborative filtering model datasetui) And corresponding output vector of personalized recommendation model
Figure FDA0003299730590000026
Input samples that collectively form a member inference attack model
Figure FDA0003299730590000027
If the output result passes through the member reasoning model
Figure FDA0003299730590000028
Close to 1 is a member, otherwise it is a non-member.
5. The method according to claim 1, wherein the reference set construction in step S2 includes:
data set to be involved in neural collaborative filtering recommendation model training
Figure FDA0003299730590000031
Positive samples as training member inference models
Figure FDA0003299730590000032
Member set, also called member inference model, where hui1 represents a member sample participating in training of the neural collaborative filtering recommendation model; according to the principle of independent and same distribution, negative samples for member inference models are generated by sampling according to the same proportion
Figure FDA0003299730590000033
Wherein h isui0 represents a non-member sample that does not participate in the training of the neural collaborative filtering recommendation model, also referred to as a non-member set of member inference models;
the member set and the non-member set of the member inference model jointly form a reference set required by training the member inference model
Figure FDA0003299730590000034
6. The method according to claim 1, wherein the objective function of the neural collaborative filtering joint model based on the member inference regularization term in the step S3 is defined as follows:
Figure FDA0003299730590000035
wherein the internal maximization function is targeted for a given recommendation model f (Θ)R) Finding the strongest member reasoning attack model g (theta)M) The objective of the external minimization function is to infer the attack model g (Θ) for a given strongest memberM) Find the bestA robust personalized recommendation model, wherein a parameter lambda controls the balance between recommendation precision and member privacy;
neural collaborative filtering model f (Θ)R) The optimization objective of (1) is to minimize the expected experience loss, which is expressed as follows using cross-entropy loss as the objective loss function:
Figure FDA0003299730590000036
wherein
Figure FDA0003299730590000037
To optimize the training set of the neural collaborative filtering model,
Figure FDA0003299730590000038
yuirespectively representing the predicted click probability and the real label of the recommendation model;
the objective of the member inference attack model is to maximize the empirical benefit, i.e., to calculate the supervision loss of the member inference attack model using cross entropy loss for modeling the statistical difference between the predicted distribution and the true distribution, wherein the empirical benefit is expressed as follows:
Figure FDA0003299730590000041
after the terms are combined, the unified min-max countermeasure objective function is refined into the following mathematical form:
Figure FDA0003299730590000042
wherein, according to 4: 1 to construct training set required by neural collaborative filtering model
Figure FDA0003299730590000043
And reference set required by member reasoning model
Figure FDA0003299730590000044
The training set is used for training the recommendation model and optimizing a positive sample of the member reasoning attack model, the reference set does not participate in the training of the recommendation system but is used as a negative sample of the member reasoning model optimization, the training set is used as a positive sample in the reference set,
Figure FDA0003299730590000045
and performing iterative countermeasure training on the neural collaborative filtering joint recommendation model with the member inference regular term by using the training set and the reference set.
7. The method of claim 6, wherein the neural collaborative filtering joint recommendation model with the member inference regularization term performs iterative confrontation training as follows:
randomly initializing neural collaborative filtering recommendation model parameters P, Q, thetaR(ii) a Random initialization member reasoning model parameter thetaMAnd entering an iterative training process: fixing algorithm parameters P, Q, theta of recommendation modelRCalculating target revenue for ΘMUpdating the parameter matrix theta by using a gradient ascent algorithmM(ii) a Algorithm parameters theta of fixed member inference modelMCalculating target losses with respect to P, Q, theta, respectivelyRRespectively updating the parameter matrixes P, Q and theta by using a gradient descent algorithmR(ii) a Repeating the steps, and continuously and alternately updating the parameters P, Q and thetaR,ΘMUntil a convergence condition is satisfied;
through the algorithm, the balance point of the minimum and maximum game problem is found, and the robust personalized recommendation system with member privacy protection capability is obtained.
8. The method of claim 7, wherein the convergence condition comprises that the objective function value is less than a predetermined threshold or the number of iterations reaches a certain level.
CN202111187124.1A 2021-10-12 2021-10-12 High-robustness privacy protection recommendation method based on counterstudy Pending CN113918814A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111187124.1A CN113918814A (en) 2021-10-12 2021-10-12 High-robustness privacy protection recommendation method based on counterstudy

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111187124.1A CN113918814A (en) 2021-10-12 2021-10-12 High-robustness privacy protection recommendation method based on counterstudy

Publications (1)

Publication Number Publication Date
CN113918814A true CN113918814A (en) 2022-01-11

Family

ID=79239605

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111187124.1A Pending CN113918814A (en) 2021-10-12 2021-10-12 High-robustness privacy protection recommendation method based on counterstudy

Country Status (1)

Country Link
CN (1) CN113918814A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114417427A (en) * 2022-03-30 2022-04-29 浙江大学 Deep learning-oriented data sensitivity attribute desensitization system and method
CN116522399A (en) * 2023-06-30 2023-08-01 杭州金智塔科技有限公司 Recommendation model updating method, system and device for protecting user privacy
CN117290609A (en) * 2023-11-24 2023-12-26 中国科学技术大学 Product data recommendation method and product data recommendation device

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114417427A (en) * 2022-03-30 2022-04-29 浙江大学 Deep learning-oriented data sensitivity attribute desensitization system and method
CN114417427B (en) * 2022-03-30 2022-08-02 浙江大学 Deep learning-oriented data sensitivity attribute desensitization system and method
CN116522399A (en) * 2023-06-30 2023-08-01 杭州金智塔科技有限公司 Recommendation model updating method, system and device for protecting user privacy
CN116522399B (en) * 2023-06-30 2023-09-19 杭州金智塔科技有限公司 Recommendation model updating method, system and device for protecting user privacy
CN117290609A (en) * 2023-11-24 2023-12-26 中国科学技术大学 Product data recommendation method and product data recommendation device
CN117290609B (en) * 2023-11-24 2024-03-29 中国科学技术大学 Product data recommendation method and product data recommendation device

Similar Documents

Publication Publication Date Title
CN113918814A (en) High-robustness privacy protection recommendation method based on counterstudy
Li et al. Feature cross-substitution in adversarial classification
Jie et al. RunPool: A dynamic pooling layer for convolution neural network
CN107330115A (en) A kind of information recommendation method and device
Truex et al. Effects of differential privacy and data skewness on membership inference vulnerability
Wanda et al. DeepFriend: finding abnormal nodes in online social networks using dynamic deep learning
Wang et al. HGNN: Hyperedge-based graph neural network for MOOC course recommendation
Navgaran et al. Evolutionary based matrix factorization method for collaborative filtering systems
Chen et al. Uncertain portfolio selection with high-order moments
CN113050931A (en) Symbolic network link prediction method based on graph attention machine mechanism
Chen et al. An ensemble model for link prediction based on graph embedding
Shao et al. FairCF: Fairness-aware collaborative filtering
Ramik Soft computing: overview and recent developments in fuzzy optimization
Wasid et al. Use of soft computing techniques for recommender systems: an overview
Li et al. The agile improvement of MMORPGs based on the enhanced chaotic neural network
Yu et al. Network embedding attack: An euclidean distance based method
Conti et al. On the Vulnerability of Data Points under Multiple Membership Inference Attacks and Target Models
Hui et al. Node-polysemy aware recommendation by matrix completion with side information
Sreevallabh Chivukula et al. Adversarial Deep Learning with Stackelberg Games
Huster et al. Towards the development of robust deep neural networks in adversarial settings
Zhang et al. TEA-RNN: Topic-Enhanced Attentive RNN for Attribute Inference Attacks via User Behaviors
Guo Comparison Of Neural Network and Traditional Classifiers for Twitter Sentiment Analysis
Li et al. Multi-layer Attention Social Recommendation System Based on Deep Reinforcement Learning
Nebbione et al. Deep Neural Ranking for Crowdsourced Geopolitical Event Forecasting
Yuan et al. Probabilistic Embedding for Collaborative Reasoning

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination