paper-with-me

Papers

Semi-WTC: A Practical Semi-supervised Framework for Attack Categorization through Weight-Task Consistency

2022-05-19 · Zihan Li, Wentao Chen, Zhiqing Wei, Xingqi Luo, Bing Su

Supervised learning has been widely used for attack categorization, requiring high-quality data and labels. However, the data is often imbalanced and it is difficult to obtain sufficient annotations. Moreover, supervised models are subject to real-world deployment issues, such as defending against unseen artificial attacks. To tackle the challenges, we propose a semi-supervised fine-grained attack categorization framework consisting of an encoder and a two-branch structure and this framework can be generalized to different supervised models. The multilayer perceptron with residual connection is used as the encoder to extract features and reduce the complexity. The Recurrent Prototype Module (RPM) is proposed to train the encoder effectively in a semi-supervised manner. To alleviate the data imbalance problem, we introduce the Weight-Task Consistency (WTC) into the iterative process of RPM by assigning larger weights to classes with fewer samples in the loss function. In addition, to cope with new attacks in real-world deployment, we propose an Active Adaption Resampling (AAR) method, which can better discover the distribution of unseen sample data and adapt the parameters of encoder. Experimental results show that our model outperforms the state-of-the-art semi-supervised attack detection methods with a 3% improvement in classification accuracy and a 90% reduction in training time.

📄 PDF Abstract BibTeX arXiv:2205.09669

Code (1)

huanglizi/wtc 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Residual Connection 설명 없음
Batch Normalization 설명 없음

Similar Papers 제목 키워드 기반

Poisoning Semi-supervised Federated Learning via Unlabeled Data: Attacks and Defenses

2020-12-08 · Yi Liu, Xingliang Yuan, Ruihui Zhao, Cong Wang 외

Semi-supervised Federated Learning (SSFL) has recently drawn much attention due to its practical consideration, i.e., the clients may only have unlabeled data. In practice, these SSFL systems implement semi-supervised tr…

Federated LearningQuantization

Rethinking Backdoor Data Poisoning Attacks in the Context of Semi-Supervised Learning

2022-12-05 · Marissa Connor, Vincent Emanuele

Semi-supervised learning methods can train high-accuracy machine learning models with a fraction of the labeled training samples required for traditional supervised learning. Such methods do not typically involve close r…

Data Poisoning

Improving Performance of Semi-Supervised Learning by Adversarial Attacks

2023-08-08 · Dongyoon Yang, Kunwoong Kim, Yongdai Kim

Semi-supervised learning (SSL) algorithm is a setup built upon a realistic assumption that access to a large amount of labeled data is tough. In this study, we present a generalized framework, named SCAR, standing for Se…

Adversarial Robustnessimage-classificationImage Classification

Online Multivariate Anomaly Detection and Localization for High-dimensional Settings

2019-05-17 · Mahsa Mozaffari, Yasin Yilmaz

This paper considers the real-time detection of anomalies in high-dimensional systems. The goal is to detect anomalies quickly and accurately so that the appropriate countermeasures could be taken in time, before the sys…

Anomaly DetectionVocal Bursts Intensity Prediction

SemiAdv: Query-Efficient Black-Box Adversarial Attack with Unlabeled Images

2024-07-13 · Mingyuan Fan, Yang Liu, Cen Chen, Ximeng Liu

Adversarial attack has garnered considerable attention due to its profound implications for the secure deployment of robots in sensitive security scenarios. To potentially push for advances in the field, this paper studi…

Adversarial Attack