paper-with-me

Papers

Fast Privacy-Preserving Text Classification based on Secure Multiparty Computation

2021-01-18 · Amanda Resende, Davis Railsback, Rafael Dowsley, Anderson C. A. Nascimento, Diego F. Aranha

We propose a privacy-preserving Naive Bayes classifier and apply it to the problem of private text classification. In this setting, a party (Alice) holds a text message, while another party (Bob) holds a classifier. At the end of the protocol, Alice will only learn the result of the classifier applied to her text input and Bob learns nothing. Our solution is based on Secure Multiparty Computation (SMC). Our Rust implementation provides a fast and secure solution for the classification of unstructured text. Applying our solution to the case of spam detection (the solution is generic, and can be used in any other scenario in which the Naive Bayes classifier can be employed), we can classify an SMS as spam or ham in less than 340ms in the case where the dictionary size of Bob's model includes all words (n = 5200) and Alice's SMS has at most m = 160 unigrams. In the case with n = 369 and m = 8 (the average of a spam SMS in the database), our solution takes only 21ms.

📄 PDF Abstract BibTeX arXiv:2101.07365

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral ClassificationPrivacy PreservingSpam detectiontext-classificationText Classification

Similar Papers 제목 키워드 기반

Privacy-Preserving Classification of Personal Text Messages with Secure Multi-Party Computation

2019-12-01 · NeurIPS 2019 12 · Devin Reich, Ariel Todoki, Rafael Dowsley, Martine De Cock 외

Classification of personal text messages has many useful applications in surveillance, e-commerce, and mental health care, to name a few. Giving applications access to personal texts can easily lead to (un)intentional pr…

ClassificationGeneral ClassificationPrivacy Preservingtext-classification+1

Privacy-Preserving Classification of Personal Text Messages with Secure Multi-Party Computation: An Application to Hate-Speech Detection

2019-06-05 · Devin Reich, Ariel Todoki, Rafael Dowsley, Martine De Cock 외

Classification of personal text messages has many useful applications in surveillance, e-commerce, and mental health care, to name a few. Giving applications access to personal texts can easily lead to (un)intentional pr…

ClassificationGeneral ClassificationHate Speech DetectionPrivacy Preserving+2

Private Text Classification with Convolutional Neural Networks

2021-06-01 · NAACL (PrivateNLP) 2021 6 · Samuel Adams, David Melanson, Martine De Cock

Text classifiers are regularly applied to personal texts, leaving users of these classifiers vulnerable to privacy breaches. We propose a solution for privacy-preserving text classification that is based on Convolutional…

ClassificationPrivacy Preservingtext-classificationText Classification

Secure Multi-Party Computation Based Privacy Preserving Extreme Learning Machine Algorithm Over Vertically Distributed Data

2016-02-09 · Ferhat Özgür Çatak

Especially in the Big Data era, the usage of different classification methods is increasing day by day. The success of these classification methods depends on the effectiveness of learning methods. Extreme learning machi…

ClassificationGeneral ClassificationPrivacy Preserving

FastSecAgg: Scalable Secure Aggregation for Privacy-Preserving Federated Learning

2020-09-23 · Swanand Kadhe, Nived Rajaraman, O. Ozan Koyluoglu, Kannan Ramchandran

Recent attacks on federated learning demonstrate that keeping the training data on clients' devices does not provide sufficient privacy, as the model parameters shared by clients can leak information about their training…

Federated LearningPrivacy Preserving