paper-with-me

홈 › Papers

Is feature selection secure against training data poisoning?

2018-04-21 · Huang Xiao, Battista Biggio, Gavin Brown, Giorgio Fumera, Claudia Eckert, Fabio Roli

Learning in adversarial settings is becoming an important task for application domains where attackers may inject malicious data into the training set to subvert normal operation of data-driven technologies. Feature selection has been widely used in machine learning for security applications to improve generalization and computational efficiency, although it is not clear whether its use may be beneficial or even counterproductive when training data are poisoned by intelligent attackers. In this work, we shed light on this issue by providing a framework to investigate the robustness of popular feature selection methods, including LASSO, ridge regression and the elastic net. Our results on malware detection show that feature selection methods can be significantly compromised under attack (we can reduce LASSO to almost random choices of feature sets by careful insertion of less than 5% poisoned training samples), highlighting the need for specific countermeasures.

📄 PDF Abstract BibTeX arXiv:1804.07933

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyData Poisoningfeature selectionMalware Detection

Similar Papers 제목 키워드 기반

Fuzzy Feature Selection with Key-based Cryptographic Transformations

2023-06-16 · Mike Nkongolo

In the field of cryptography, the selection of relevant features plays a crucial role in enhancing the security and efficiency of cryptographic algorithms. This paper presents a novel approach of applying fuzzy feature s…

feature selection

Blockchain-based Secure Client Selection in Federated Learning

2022-05-11 · Truc Nguyen, Phuc Thai, Tre' R. Jeter, Thang N. Dinh 외

Despite the great potential of Federated Learning (FL) in large-scale distributed learning, the current system is still subject to several privacy issues due to the fact that local models trained by clients are exposed t…

Federated Learning

Privacy-Preserving Feature Selection with Secure Multiparty Computation

2021-02-06 · Xiling Li, Rafael Dowsley, Martine De Cock

Existing work on privacy-preserving machine learning with Secure Multiparty Computation (MPC) is almost exclusively focused on model training and on inference with trained models, thereby overlooking the important data p…

BIG-bench Machine Learningfeature selectionPrivacy Preserving

SecureLearn -- An Attack-agnostic Defense for Multiclass Machine Learning Against Data Poisoning Attacks

2025-10-25 · Anum Paracha, Junaid Arshad, Mohamed Ben Farah, Khalid Ismail arxiv

Data poisoning attacks are a potential threat to machine learning (ML) models, aiming to manipulate training datasets to disrupt their performance. Existing defenses are mostly designed to mitigate specific poisoning att…

Adversarial Robustness

AdRo-FL: Informed and Secure Client Selection for Federated Learning in the Presence of Adversarial Aggregator

2025-06-21 · Md. Kamrul Hossain, Walid Aljoby, Anis Elgabli, Ahmed M. Abdelmoniem 외

Federated Learning (FL) enables collaborative learning without exposing clients' data. While clients only share model updates with the aggregator, studies reveal that aggregators can infer sensitive information from thes…

Federated LearningPrivacy Preserving