EP2954454A1 - Privacy protection against curious recommenders - Google Patents
Privacy protection against curious recommendersInfo
- Publication number
- EP2954454A1 EP2954454A1 EP13751005.3A EP13751005A EP2954454A1 EP 2954454 A1 EP2954454 A1 EP 2954454A1 EP 13751005 A EP13751005 A EP 13751005A EP 2954454 A1 EP2954454 A1 EP 2954454A1
- Authority
- EP
- European Patent Office
- Prior art keywords
- user
- movie
- recommender
- information
- feedback
- 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.)
- Withdrawn
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/60—Protecting data
- G06F21/62—Protecting access to data via a platform, e.g. using keys or access control rules
- G06F21/6218—Protecting access to data via a platform, e.g. using keys or access control rules to a system of files or objects, e.g. local or distributed file system or database
- G06F21/6245—Protecting personal data, e.g. for financial or medical purposes
- G06F21/6254—Protecting personal data, e.g. for financial or medical purposes by anonymising data, e.g. decorrelating personal data from the owner's identification
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06Q—INFORMATION 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
- G06Q30/00—Commerce
- G06Q30/02—Marketing; Price estimation or determination; Fundraising
- G06Q30/0201—Market modelling; Market analysis; Collecting market data
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N21/00—Selective content distribution, e.g. interactive television or video on demand [VOD]
- H04N21/20—Servers specifically adapted for the distribution of content, e.g. VOD servers; Operations thereof
- H04N21/25—Management operations performed by the server for facilitating the content distribution or administrating data related to end-users or client devices, e.g. end-user or client device authentication, learning user preferences for recommending movies
- H04N21/258—Client or end-user data management, e.g. managing client capabilities, user preferences or demographics, processing of multiple end-users preferences to derive collaborative data
- H04N21/25866—Management of end-user data
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N21/00—Selective content distribution, e.g. interactive television or video on demand [VOD]
- H04N21/40—Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
- H04N21/47—End-user applications
- H04N21/475—End-user interface for inputting end-user data, e.g. personal identification number [PIN], preference data
- H04N21/4756—End-user interface for inputting end-user data, e.g. personal identification number [PIN], preference data for rating content, e.g. scoring a recommended movie
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N21/00—Selective content distribution, e.g. interactive television or video on demand [VOD]
- H04N21/40—Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
- H04N21/47—End-user applications
- H04N21/482—End-user interface for programme selection
- H04N21/4826—End-user interface for programme selection using recommendation lists, e.g. of programmes or channels sorted out according to their score
Definitions
- the present invention is related to protecting privacy information while allowing a recommender to provide relevant personalized recommendations.
- Recommender systems can infer demographic information such as gender, age or political affiliation from user feedback.
- the present invention proposes a framework for data exchange protocols (steps, acts) between recommenders and users, capturing the tradeoff between the accuracy of recommendations, user privacy and the information disclosed by the recommender.
- the present invention allows a user to communicate a distorted version of his/her ratings to a recommender system, in such a way that the recommender has no way of inferring some demographic information the user wishes to hide, while allowing the recommender to still provide relevant, personalized recommendations to the user.
- a common approach to reducing such disclosure or leakage is by distorting the feedback reported to the recommender.
- recommendation quality There is a natural tradeoff between recommendation quality and user privacy. Greater distortion may lead to better obfuscation but also less accurate profiles.
- a contribution of the present invention is to identify that there is a third term in this tradeoff, which is the data the recommender discloses to the users in order to obscure their private values. To illustrate this, notice that absolute privacy could be achieved if the recommender discloses to the user all of the data and algorithms used to produce a user profile. The user may then be able to run a local copy of the recommendation system without ever sending any feedback to the recommender. This is clearly private.
- the present invention proposes a formal mathematical framework for addressing the above questions, encompassing three protocols:
- a method and apparatus for protecting user privacy in a recommender system including determining what information to release to a user for a movie, transmitting the information to the user, accepting obfuscated input from the user and estimating the user's non-private feature vector. Also described are a method and apparatus for protecting user privacy in a recommender system including receiving movie information, accepting a user's movie feedback, accepting user's private information, calculating an obfuscation value and transmitting the obfuscation value.
- Figs. 1(a) and 1(b) show the distribution of inference probabilities for males and females before obfuscation after the standard obfuscation scheme with selection using the MovieLens dataset and logistic inference.
- Fig. 1(c) shows the RMSE-AUC tradeoff.
- Fig. 2 is a flowchart of the recommender system of the present invention.
- Fig. 3 is an enlarged view of the recommender portion of the recommender system of the present invention.
- Fig. 4 is an enlarged view of the user portion of the recommender system of the present invention.
- Fig. 5 is a block diagram of the recommender portion of the recommender system of the present invention.
- Fig. 6 is a block diagram of the user portion of the recommender system of the present invention.
- the setup considered in the present invention comprises a recommender and a user.
- the recommender solicits user feedback on items which, for the sake of concreteness, are referred to as "movies'.
- the user's feedback e.g., 1-5 star ratings
- the user profile x is of the form (xo; x), where xo is distinguishable binary feature that the user wishes to keep private (e.g., his/her gender), and x is a non-private component.
- the recommender knows the movie profiles v, and wishes to learn the user's profile x.
- the recommender' s purpose is to predict the user's feedback for other movies and make recommendations.
- the user wishes to benefit from recommendations, but is privacy-conscious with respect to his/her variable xo, and does not wish to release this to the recommender.
- the goal of the present invention is to design a protocol for exchanging information between the recommender and the user that has three salient properties. Informally, the three salient properties are:
- the recommender estimates x, the non- private component of x, as accurately as possible.
- the first property ensures that, at the conclusion of the protocol, the recommender learns the non-private component of a user's profile, and can use it to suggest new movies to the user, which enables the main functionality of the recommender.
- the second property ensures that a privacy-conscious user benefits from recommendations without disclosing his/her private variable, thereby incentivizing participation.
- the third property ensures that movie profiles are not made publicly available in their entirety. This ensures that the recommender's competitors cannot use profiles, whose computation requires resources and which are monetized through recommendations.
- x G M d+1 This feature vector has one component that corresponds to a characteristic that the user wants to keep private. It is assumed that this feature is binary, the generalization to multiple binary features being straightforward.
- the user wants to keep private his/her gender, that is encoded as xo £ ⁇ +1,-1 ⁇ .
- the recommender solicits feedback for M movies, whose set is denoted by
- Attention is restricted to vectors v, such that Vi ⁇ 0.
- the recommender maintains the feature vectors in a database. Constructing such a database is routinely done by recommender algorithms. Features are typically computed through a combination of matrix factorization techniques (and are, hence, latent), as well as explicit functions of the movie descriptors (such as, e.g., genres, plot summaries, or the popularity of cast members). In both cases, these vectors (or even the features identified as relevant) can be used by a competitor, and are, hence, subject to non-disclosure.
- the user feedback for movie i £ [ ] is denoted by r, £ IRL r, is restricted to a specific bi-linear model, whose for is known to both the recommender and the user.
- ⁇ a,b> ⁇ the usual scalar product in M k . It is assumed that there exists a probability distribution Q on M, such that for all i £ [ ]:
- the user does not have access to this database, and does not know a priori values of these feature vectors.
- the user knows his/her private variable xo and either knows or can easily generate her feedback r, to each movie i G [M]. Nevertheless, the user does not know a-priori the remaining feature values x G M d , as "features" corresponding to each coordinate of v, are either "latent" or not disclosed.
- the privacy preserving recommendation method and system of the present invention includes the following protocol between the user and the recommender, comprising three steps:
- Estimator This is a mapping of the form: 2 x (R- 0 (d+1) ) M ⁇ R d . Given the movie feature vectors Vc and the corresponding obfuscated user feedback y G 3 ' , the mapping yields an estimate 7(y, V) of the user's non- private feature vector x.
- the estimator is implemented as a program at the recommender.
- the functional forms of all three of these components are known to both parties: e.g., the recommender knows the obfuscation protocol Y. Both parties are honest but curious: both parties (recommender and user) follow the protocol, but if at any step either party can extract more information than what is intentionally revealed, they do so.
- Both protocols L and Y can be randomized. In the following, the probability and expectation with respect to the feedback model as well as protocol randomization, given x, Vis denoted by ⁇ ⁇ .-, E Xt y.
- the basic quality metrics for a privacy-preserving recommendation system including accuracy of the recommendation system, privacy of the user, and data disclosure extent, corresponding to the properties (a)-(c) discussed above.
- the obfuscation Y is a random variable that does not depend on x 0 .
- the distribution of Y is the same, irrespective of the user's gender.
- a protocol L discloses as much information as U if U can be retrieved from L.
- the estimator in (3) is referred to as the least squares estimator, and is denoted by i'is. It is noted that, under (1), the accuracy of the standard scheme is given by the following i 2 loss: for all x G W,
- the standard scheme is privacy preserving.
- the theorem is proved below.
- the second and third statements establish formally the optimality of the standard scheme. Under Gaussian noise, no privacy preserving system achieves better accuracy. Surprisingly, this is true even among schemes that disclose strictly more information than the standard scheme. There is no reason to disclose more than v, 0 for each movie.
- the third statement implies that, to achieve the same accuracy, the recommender system must disclose at least v, 0 . In fact, the proof establishes that, in such a scenario, an £ 2 loss that was finite under the standard scheme can become unbounded.
- L', Y ' and ?' will be used to construct an estimator . ⁇ -" that has a lower £ 2 loss than the least squares estimator.
- First, it applies the obfuscation Y ' to > ⁇ assuming the gender is +1, computing w Y (7+ v 0 ,+l, G '.
- the construction adds K2fy k at the fc-th coordinate subtracts ⁇ / ⁇ ' from the fc'-th coordinate, where K > M max ( ⁇ , ⁇ ' ⁇ . A similar argument as in Case 1 therefore yields the theorem.
- v,o is the parameter that gauges the impact of the private feature on the user's feedback. In the running example, it is the impact of the gender on the user's appreciation of movie i.
- this parameter has a simple interpretation, if in a population of users for which the other features x are distributed independently of the gender. Indeed, assume a prior distribution on (x 0 ,x) such that x is independent of x 0 .
- the standard scheme of the present invention is evaluated on a movie recommender system.
- Users of the system provide an integer rating between 1 and 5 for the movies they have watched, and in turn expect the system to provide useful recommendations.
- Gender is defined as the private value that users do not want to reveal to the recommender, which is known to be inferable from movie ratings with high accuracy.
- Datasets from two movie rating services are used: MovieLens and Flixster. Both contain the gender of every user. The datasets are restricted to users that rated at least 20 movies and movies that were rated by at least 20 users.
- the MovieLens dataset has 6K users (4319 males, 1703 females), 3043 movies, and 995K ratings.
- the Flixster dataset has 26K users (9604 males, 16433 females), 9921 movies, and 5.6M ratings.
- NB Naive Bayes
- LR Logistic Regression
- SVM Support Vector Machines
- LDA Linear Discriminant Analysis
- the latter method is based on the linear model (1), and assumes a Gaussian prior on x and a Bernoulli prior on the gender j 0 . Under these priors, ratings are normally distributed with a mean determined by x 0 , and the maximum likelihood estimator of x 0 is precisely LDA in a space with dimension of the number of movies viewed.
- Each inference method is evaluated in terms of the area under the curve (AUC).
- AUC area under the curve
- the input to the LR, NB and SVM methods comprises the ratings of all movies given by the user as well as zeros for movies not rated. LDA on the other hand operates only on the ratings that the user provided.
- the standard obfuscation scheme is studied both with and without the selection scheme, which is performed using the maximal scheme (7) discussed above.
- the new rating may not be an integer value, and potentially may even be outside of the range of rating values which is expected by the recommender system.
- a variation that rounds the rating value to an integer in range [1,5] is considered.
- rounding is performed by assigning the rating k with probability r - k and the rating k + 1 with probability 1 - (r - k), which on expectation gives the desired rating r, if ratings higher than 5 or lower than 1 are truncated to 5 or 1 , respectively.
- this entire process is referred to as "Rounding".
- the movie average scheme replaces a user's rating with the average rating of the movie.
- the gender average scheme replaces the user's rating with the average rating provided by males or females, each with probability 0.5.
- the accuracy of the recommendations in terms of the root mean square error (RMSE) of the ratings is measured.
- RMSE root mean square error
- the user' s ratings are split to training and evaluation sets.
- First the obfuscation method is applied to the training set, and then x is estimated through ridge regression over the obfuscated ratings with regularization parameter of 0.1. Ratings of the movies in the evaluation set are predicted using the linear model (1), where o is provided from the LDA inference method. Experiments with the other inference methods were conducted with similar results.
- the proposed obfuscation and inference methods were run on both datasets.
- a 10-fold cross validation on the users was used, and the mean AUC and RMSE were computed across the folds.
- the summary of all the evaluations is shown in Table 1.
- the table provides the AUC obtained by the different inference methods under the various obfuscation methods detailed above, as well the RMSE for each obfuscation method.
- Figs. 1(a) and 1(b) show the distribution of log (P Male / P Female), with P Ma ie and P Fema ie obtained through logistic regression, before obfuscation and after obfuscation with the standard scheme and selection, respectively.
- P Male / P Female the distribution of log (P Male / P Female)
- P Ma ie and P Fema ie obtained through logistic regression
- Fig. 1(c) shows the resulting RMSE-AUC tradeoff curves for the three obfuscation schemes.
- the figure shows that the standard scheme combined with selection provides the best privacy-accuracy tradeoff, and consistently obtains better accuracy (lower RMSE) for the same privacy (inference AUC).
- Fig. 2 is a flowchart of the recommender system of the present invention.
- the recommender system includes a user portion and a recommender portion.
- Fig. 2 is a flowchart of the overall operation of an exemplary embodiment of the recommender system.
- the goal of the recommender system is to provide the user with accurate recommendation while preserving the user's private information.
- the present invention has been explained above using gender as the private information (characteristic, feature) but other features may include age, political affiliation etc. that is, the present invention is not so limited as to use gender alone as the user's private information.
- the data protocol portion of the recommender system is executed.
- the obfuscation protocol portion of the recommender system is executed.
- the estimator protocol portion of the recommender system is executed.
- Fig. 3 is an enlarged view of the recommender portion of the recommender system of the present invention. Specifically, Fig. 3 includes an enlargement of elements 205 and 215 of Fig. 2.
- L there is a mapping L: ⁇
- the recommender portion of the recommender system receives (accepts) the obfuscated user information.
- the recommender portion of the recommender system estimates the user's non-private feature vector.
- Fig. 4 is an enlarged view of the user portion of the recommender system of the present invention. Specifically, Fig. 4 is an enlargement of element 210 of Fig. 2.
- the user portion of the recommender system receives (accepts) the movie information from the recommender portion (data disclosure protocol portion) of the recommender system.
- the user portion of the recommender system accepts (receives) user feedback values.
- the user portion of the recommender system accepts (receives) user private information (characteristics, features, values, data).
- the user portion of the recommender system calculates an obfuscation value. This is done by subtracting the contribution of the user's private information (features, characteristics, values, data) from each feedback.
- the calculated obfuscation value is transmitted to the recommender portion of the recommender system.
- Fig. 5 is a block diagram of the recommender portion of the recommender system of the present invention.
- the recommender portion of the recommender system of the present invention may be implemented on a mainframe computer or on a desktop, laptop, tablet, iPod, iPhone, iPod, dual mode smart phone or any other wired or wireless computing device.
- the recommender portion of the recommender system includes at least one of a wired communications interface and a wireless communications interface and may include both types of communications interfaces.
- a wireless communications interface also includes appropriate antennas.
- the communications interfaces operate to accept data (information, features, values) and to transmit (send, forward) data (information, features, values).
- the data disclosure module and the estimator module may be implemented on separate processors or a single processor.
- the data disclosure module and the estimator module are in bi- directional communication with each other (if not implemented on a single processor) and with the communications interfaces.
- the data disclosure module and the estimator module are also in bi-directional communication with a storage or memory system, which may be any form of memory including removable and fixed storage systems.
- the data disclosure module includes the means for determining what information to release to a user for a movie.
- the communications interfaces include means for transmitting said information to the user and means for accepting obfuscated input from the user.
- the estimator module includes means for estimating the user's non-private feature vector.
- Fig. 6 is a block diagram of the user portion of the recommender system of the present invention.
- the user portion of the recommender system of the present invention may be implemented on a desktop, laptop, tablet, iPod, iPhone, iPod, dual mode smart phone or any other wired or wireless computing device.
- the user portion of the recommender system includes at least one of a wired communications interface and a wireless communications interface and may include both types of communications interfaces.
- a wireless communications interface also includes appropriate antennas.
- the communications interfaces operate to accept data (information, features, values) and to transmit (send, forward) data (information, features, values).
- the obfuscation module may be implemented on one or more processors. The obfuscation module is in bi-directional communication with the communications interfaces.
- the obfuscation module is also in bi-directional communication with a storage or memory system, which may be any form of memory including removable and fixed storage systems.
- the obfuscation module includes means for calculating an obfuscation value.
- the communications interfaces (wired or wireless) include means for accepting a user's movie feedback, means for accepting user's private information and means for transmitting the obfuscation value.
- the present invention may be implemented in various forms of hardware, software, firmware, special purpose processors, or a combination thereof.
- Special purpose processors may include application specific integrated circuits (ASICs), reduced instruction set computers (RISCs) and/or field programmable gate arrays (FPGAs).
- ASICs application specific integrated circuits
- RISCs reduced instruction set computers
- FPGAs field programmable gate arrays
- the present invention is implemented as a combination of hardware and software.
- the software is preferably implemented as an application program tangibly embodied on a program storage device.
- the application program may be uploaded to, and executed by, a machine comprising any suitable architecture.
- the machine is implemented on a computer platform having hardware such as one or more central processing units (CPU), a random access memory (RAM), and input/output (I/O) interface(s).
- CPU central processing units
- RAM random access memory
- I/O input/output
- the computer platform also includes an operating system and microinstruction code.
- the various processes and functions described herein may either be part of the microinstruction code or part of the application program (or a combination thereof), which is executed via the operating system.
- various other peripheral devices may be connected to the computer platform such as an additional data storage device and a printing device.
Landscapes
- Engineering & Computer Science (AREA)
- Business, Economics & Management (AREA)
- Theoretical Computer Science (AREA)
- Databases & Information Systems (AREA)
- Multimedia (AREA)
- Signal Processing (AREA)
- Development Economics (AREA)
- Accounting & Taxation (AREA)
- Finance (AREA)
- Strategic Management (AREA)
- General Health & Medical Sciences (AREA)
- Bioethics (AREA)
- Health & Medical Sciences (AREA)
- Human Computer Interaction (AREA)
- Physics & Mathematics (AREA)
- Software Systems (AREA)
- General Physics & Mathematics (AREA)
- Entrepreneurship & Innovation (AREA)
- Marketing (AREA)
- Computer Graphics (AREA)
- General Business, Economics & Management (AREA)
- Economics (AREA)
- Game Theory and Decision Science (AREA)
- Medical Informatics (AREA)
- Computer Hardware Design (AREA)
- Computer Security & Cryptography (AREA)
- General Engineering & Computer Science (AREA)
- Data Mining & Analysis (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
- Traffic Control Systems (AREA)
Abstract
Description
Claims
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| EP17181127.6A EP3267353A1 (en) | 2013-02-06 | 2013-08-07 | Privacy protection against curious recommenders |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US201361761330P | 2013-02-06 | 2013-02-06 | |
| PCT/US2013/053984 WO2014123581A1 (en) | 2013-02-06 | 2013-08-07 | Privacy protection against curious recommenders |
Related Child Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| EP17181127.6A Division EP3267353A1 (en) | 2013-02-06 | 2013-08-07 | Privacy protection against curious recommenders |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| EP2954454A1 true EP2954454A1 (en) | 2015-12-16 |
Family
ID=49004011
Family Applications (2)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| EP17181127.6A Withdrawn EP3267353A1 (en) | 2013-02-06 | 2013-08-07 | Privacy protection against curious recommenders |
| EP13751005.3A Withdrawn EP2954454A1 (en) | 2013-02-06 | 2013-08-07 | Privacy protection against curious recommenders |
Family Applications Before (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| EP17181127.6A Withdrawn EP3267353A1 (en) | 2013-02-06 | 2013-08-07 | Privacy protection against curious recommenders |
Country Status (8)
| Country | Link |
|---|---|
| EP (2) | EP3267353A1 (en) |
| JP (1) | JP2016512628A (en) |
| KR (1) | KR20150115762A (en) |
| CN (1) | CN104995631A (en) |
| AU (1) | AU2013377887A1 (en) |
| BR (1) | BR112015015445A2 (en) |
| TW (1) | TW201443685A (en) |
| WO (1) | WO2014123581A1 (en) |
Families Citing this family (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP6316773B2 (en) * | 2015-05-07 | 2018-04-25 | 日本電信電話株式会社 | Statistical data reconstruction device, statistical data reconstruction method, program |
| JP6649875B2 (en) * | 2016-12-27 | 2020-02-19 | Kddi株式会社 | Information processing apparatus, information processing method, program, and information processing system |
| CN110276204B (en) * | 2019-05-22 | 2022-05-13 | 湖北工业大学 | Player configuration method under privacy protection |
| CN110414241B (en) * | 2019-08-05 | 2021-08-27 | 深圳市网安计算机安全检测技术有限公司 | Privacy policy detection method and device, computer equipment and storage medium |
| CN114817996A (en) * | 2022-05-18 | 2022-07-29 | 中国工商银行股份有限公司 | Privacy data processing method, device and system based on block chain |
Citations (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20120239809A1 (en) * | 2010-09-22 | 2012-09-20 | Mainak Mazumdar | Methods and apparatus to determine impressions using distributed demographic information |
| WO2012146508A1 (en) * | 2011-04-25 | 2012-11-01 | Alcatel Lucent | Privacy protection in recommendation services |
Family Cites Families (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN102317941A (en) * | 2011-07-30 | 2012-01-11 | 华为技术有限公司 | Information recommendation method, recommendation engine and network system |
-
2013
- 2013-08-07 BR BR112015015445A patent/BR112015015445A2/en not_active IP Right Cessation
- 2013-08-07 EP EP17181127.6A patent/EP3267353A1/en not_active Withdrawn
- 2013-08-07 WO PCT/US2013/053984 patent/WO2014123581A1/en not_active Ceased
- 2013-08-07 AU AU2013377887A patent/AU2013377887A1/en not_active Abandoned
- 2013-08-07 EP EP13751005.3A patent/EP2954454A1/en not_active Withdrawn
- 2013-08-07 KR KR1020157020991A patent/KR20150115762A/en not_active Withdrawn
- 2013-08-07 JP JP2015555989A patent/JP2016512628A/en not_active Withdrawn
- 2013-08-07 CN CN201380071863.1A patent/CN104995631A/en active Pending
-
2014
- 2014-02-06 TW TW103103961A patent/TW201443685A/en unknown
Patent Citations (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20120239809A1 (en) * | 2010-09-22 | 2012-09-20 | Mainak Mazumdar | Methods and apparatus to determine impressions using distributed demographic information |
| WO2012146508A1 (en) * | 2011-04-25 | 2012-11-01 | Alcatel Lucent | Privacy protection in recommendation services |
Non-Patent Citations (1)
| Title |
|---|
| See also references of WO2014123581A1 * |
Also Published As
| Publication number | Publication date |
|---|---|
| EP3267353A1 (en) | 2018-01-10 |
| AU2013377887A1 (en) | 2015-06-18 |
| KR20150115762A (en) | 2015-10-14 |
| TW201443685A (en) | 2014-11-16 |
| JP2016512628A (en) | 2016-04-28 |
| CN104995631A (en) | 2015-10-21 |
| BR112015015445A2 (en) | 2017-07-11 |
| WO2014123581A1 (en) | 2014-08-14 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US20150339493A1 (en) | Privacy protection against curious recommenders | |
| Zhang et al. | No free lunch theorem for security and utility in federated learning | |
| Zhang et al. | A survey of trustworthy federated learning: Issues, solutions, and challenges | |
| Xiong et al. | A comprehensive survey on local differential privacy | |
| Wang et al. | Privacy-preserving distributed machine learning via local randomization and ADMM perturbation | |
| Zhao et al. | The federation strikes back: A survey of federated learning privacy attacks, defenses, applications, and policy landscape | |
| EP4097618B1 (en) | Privacy preserving machine learning for content distribution and analysis | |
| US20180181878A1 (en) | Privacy-preserving transformation of continuous data | |
| US20160012238A1 (en) | A method and system for privacy-preserving recommendation to rating contributing users based on matrix factorization | |
| JP2023509589A (en) | Privacy Preserving Machine Learning via Gradient Boosting | |
| US20230161905A1 (en) | Firecommendation method, device, and system for distributed privacy-preserving learning | |
| EP3036679A1 (en) | Method and apparatus for utility-aware privacy preserving mapping through additive noise | |
| US20170070351A1 (en) | Method and apparatus for verifying processed data | |
| CN110546642A (en) | secure multi-party computing without using trusted initializer | |
| WO2014123581A1 (en) | Privacy protection against curious recommenders | |
| US20180131667A1 (en) | Systems and methods to verify ownership of a telephone number and to track ownership reassignments | |
| CN105612529A (en) | Method and apparatus for utility-aware privacy-preserving mapping in view of collaboration and composition | |
| CN113821732A (en) | Item recommendation method, device and learning system for protecting user privacy | |
| Guo et al. | Quantum correlation exists in any non-product state | |
| US20150371241A1 (en) | User identification through subspace clustering | |
| Lin et al. | Privacy-preserving cross-domain sequential recommendation | |
| Ioannidis et al. | Privacy tradeoffs in predictive analytics | |
| Gao et al. | A verifiable and privacy-preserving framework for federated recommendation system | |
| Chen et al. | Model trip: Enhancing privacy and fairness in model fusion across multi-federations for trustworthy global healthcare | |
| Li et al. | (Private) kernelized bandits with distributed biased feedback |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| PUAI | Public reference made under article 153(3) epc to a published international application that has entered the european phase |
Free format text: ORIGINAL CODE: 0009012 |
|
| 17P | Request for examination filed |
Effective date: 20150728 |
|
| AK | Designated contracting states |
Kind code of ref document: A1 Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR |
|
| AX | Request for extension of the european patent |
Extension state: BA ME |
|
| DAX | Request for extension of the european patent (deleted) | ||
| 17Q | First examination report despatched |
Effective date: 20160517 |
|
| GRAP | Despatch of communication of intention to grant a patent |
Free format text: ORIGINAL CODE: EPIDOSNIGR1 |
|
| RIC1 | Information provided on ipc code assigned before grant |
Ipc: G06F 21/62 20130101AFI20180601BHEP Ipc: H04N 21/482 20110101ALI20180601BHEP Ipc: H04N 21/475 20110101ALI20180601BHEP Ipc: G06Q 30/02 20120101ALI20180601BHEP Ipc: H04N 21/258 20110101ALI20180601BHEP Ipc: H04N 21/466 20110101ALI20180601BHEP |
|
| INTG | Intention to grant announced |
Effective date: 20180620 |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: THE APPLICATION IS DEEMED TO BE WITHDRAWN |
|
| 18D | Application deemed to be withdrawn |
Effective date: 20181031 |