CLLGNEJun 17, 2016

SMS Spam Filtering using Probabilistic Topic Modelling and Stacked Denoising Autoencoder

arXiv:1606.05554v123 citations
AI Analysis

This addresses spam filtering for SMS users with a novel hybrid method, though it appears incremental as it builds on existing techniques.

The paper tackles SMS spam filtering by combining probabilistic topic modeling with a stacked denoising autoencoder, achieving over 97% accuracy compared to state-of-the-art methods.

In This paper we present a novel approach to spam filtering and demonstrate its applicability with respect to SMS messages. Our approach requires minimum features engineering and a small set of la- belled data samples. Features are extracted using topic modelling based on latent Dirichlet allocation, and then a comprehensive data model is created using a Stacked Denoising Autoencoder (SDA). Topic modelling summarises the data providing ease of use and high interpretability by visualising the topics using word clouds. Given that the SMS messages can be regarded as either spam (unwanted) or ham (wanted), the SDA is able to model the messages and accurately discriminate between the two classes without the need for a pre-labelled training set. The results are compared against the state-of-the-art spam detection algorithms with our proposed approach achieving over 97% accuracy which compares favourably to the best reported algorithms presented in the literature.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes