paper-with-me

홈 › Papers

SpamDam: Towards Privacy-Preserving and Adversary-Resistant SMS Spam Detection

2024-04-15 · Yekai Li, Rufan Zhang, Wenxin Rong, Xianghang Mi

In this study, we introduce SpamDam, a SMS spam detection framework designed to overcome key challenges in detecting and understanding SMS spam, such as the lack of public SMS spam datasets, increasing privacy concerns of collecting SMS data, and the need for adversary-resistant detection models. SpamDam comprises four innovative modules: an SMS spam radar that identifies spam messages from online social networks(OSNs); an SMS spam inspector for statistical analysis; SMS spam detectors(SSDs) that enable both central training and federated learning; and an SSD analyzer that evaluates model resistance against adversaries in realistic scenarios. Leveraging SpamDam, we have compiled over 76K SMS spam messages from Twitter and Weibo between 2018 and 2023, forming the largest dataset of its kind. This dataset has enabled new insights into recent spam campaigns and the training of high-performing binary and multi-label classifiers for spam detection. Furthermore, effectiveness of federated learning has been well demonstrated to enable privacy-preserving SMS spam detection. Additionally, we have rigorously tested the adversarial robustness of SMS spam detection models, introducing the novel reverse backdoor attack, which has shown effectiveness and stealthiness in practical tests.

📄 PDF Abstract BibTeX arXiv:2404.09481

Code (1)

chasesecurity/spamdam 공식 구현 pytorch

Tasks

Adversarial RobustnessBackdoor AttackFederated LearningPrivacy PreservingSpam detection

Methods 이 논문이 사용한 방법론

Non Maximum Suppression Non Maximum Suppression is a computer vision method that selects a single entity out of many overlapping entities (for example bounding boxes in object detection). The…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
SSD SSD is a single-stage object detection method that discretizes the output space of bounding boxes into a set of default boxes over different aspect ratios and scales per…

Similar Papers 제목 키워드 기반

Privacy-Preserving Spam Filtering using Functional Encryption

2020-12-08 · Sicong Wang, Naveen Karunanayake, Tham Nguyen, Suranga Seneviratne

Traditional spam classification requires the end-user to reveal the content of its received email to the spam classifier which violates the privacy. Spam classification over encrypted emails enables the classifier to cla…

ClassificationGeneral ClassificationPrivacy Preserving

Privacy-Preserving and Verifiable Approximate Distributed Coded Computing

2026-07-02 · Xavier Martínez-Luaña, Alba Gude-Santos, Manuel Fernández-Veiga, Rebeca P. Díaz-Redondo arxiv

Distributed machine learning enables collaborative model training without centralizing data, but it also exposes learning processes to privacy leakage and malicious manipulation. Existing defenses typically address these…

Federated Learning

Fast Privacy-Preserving Text Classification based on Secure Multiparty Computation

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

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 t…

ClassificationGeneral ClassificationPrivacy PreservingSpam detection+2

Data Poisoning against Differentially-Private Learners: Attacks and Defenses

2019-03-23 · Yuzhe Ma, Xiaojin Zhu, Justin Hsu

Data poisoning attacks aim to manipulate the model produced by a learning algorithm by adversarially modifying the training set. We consider differential privacy as a defensive measure against this type of attack. We sho…

Data Poisoning

Theoretical Guarantees for Model Auditing with Finite Adversaries

2019-11-08 · Mario Diaz, Peter Kairouz, Jiachun Liao, Lalitha Sankar

Privacy concerns have led to the development of privacy-preserving approaches for learning models from sensitive data. Yet, in practice, even models learned with privacy guarantees can inadvertently memorize unique train…

modelPrivacy Preserving