paper-with-me

홈 › Papers

MulBot: Unsupervised Bot Detection Based on Multivariate Time Series

2022-09-21 · Lorenzo Mannocci, Stefano Cresci, Anna Monreale, Athina Vakali, Maurizio Tesconi

Online social networks are actively involved in the removal of malicious social bots due to their role in the spread of low quality information. However, most of the existing bot detectors are supervised classifiers incapable of capturing the evolving behavior of sophisticated bots. Here we propose MulBot, an unsupervised bot detector based on multivariate time series (MTS). For the first time, we exploit multidimensional temporal features extracted from user timelines. We manage the multidimensionality with an LSTM autoencoder, which projects the MTS in a suitable latent space. Then, we perform a clustering step on this encoded representation to identify dense groups of very similar users -- a known sign of automation. Finally, we perform a binary classification task achieving f1-score $= 0.99$, outperforming state-of-the-art methods (f1-score $\le 0.97$). Not only does MulBot achieve excellent results in the binary classification task, but we also demonstrate its strengths in a novel and practically-relevant task: detecting and separating different botnets. In this multi-class classification task we achieve f1-score $= 0.96$. We conclude by estimating the importance of the different features used in our model and by evaluating MulBot's capability to generalize to new unseen bots, thus proposing a solution to the generalization deficiencies of supervised bot detectors.

📄 PDF Abstract BibTeX arXiv:2209.10361

Code (0)

등록된 구현이 없습니다.

Tasks

Binary ClassificationMulti-class ClassificationTime SeriesTime Series Analysis

Methods 이 논문이 사용한 방법론

MTS 설명 없음
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Ymir: A Supervised Ensemble Framework for Multivariate Time Series Anomaly Detection

2021-12-09 · Zhanxiang Zhao

We proposed a multivariate time series anomaly detection frame-work Ymir, which leverages ensemble learning and supervisedlearning technology to efficiently learn and adapt to anomaliesin real-world system applications. …

Anomaly DetectionEnsemble LearningTime SeriesTime Series Analysis+2

GenAD: General Representations of Multivariate Time Series for Anomaly Detection

2021-01-01 · Xiaolei Hua, Su Wang, Lin Zhu, Dong Zhou 외

Anomaly Detection(AD) for multivariate time series is an active area in machine learning, with critical applications in Information Technology system management, Spacecraft Health monitoring, Multi-Robot Systems detectio…

Anomaly DetectionManagementTime SeriesTime Series Analysis+1

Physics-Informed Diffusion Models for Unsupervised Anomaly Detection in Multivariate Time Series

2025-08-15 · Juhi Soni, Markus Lange-Hegermann, Stefan Windmann arxiv

We propose an unsupervised anomaly detection approach based on a physics-informed diffusion model for multivariate time series data. Over the past years, diffusion model has demonstrated its effectiveness in forecasting,…

Unsupervised Anomaly Detection

RoLA: A Real-Time Online Lightweight Anomaly Detection System for Multivariate Time Series

2023-05-25 · Ming-Chang Lee, Jia-Chun Lin

A multivariate time series refers to observations of two or more variables taken from a device or a system simultaneously over time. There is an increasing need to monitor multivariate time series and detect anomalies in…

Anomaly DetectionTime SeriesTime Series Anomaly Detection

mTSBench: Benchmarking Multivariate Time Series Anomaly Detection and Model Selection at Scale

2025-06-26 · Xiaona Zhou, Constantin Brif, Ismini Lourentzou

Multivariate time series anomaly detection (MTS-AD) is critical in domains like healthcare, cybersecurity, and industrial monitoring, yet remains challenging due to complex inter-variable dependencies, temporal dynamics,…

Anomaly DetectionBenchmarkingLanguage ModelingLanguage Modelling+4