LGAICLJul 19, 2025

GCC-Spam: Spam Detection via GAN, Contrastive Learning, and Character Similarity Networks

arXiv:2507.14679v21 citations
Originality Incremental advance
AI Analysis

This work improves spam detection for internet users, but it is incremental as it combines existing techniques.

The paper tackled spam text detection by addressing adversarial obfuscation and data scarcity, achieving higher detection rates with fewer labeled examples in experiments.

The exponential growth of spam text on the Internet necessitates robust detection mechanisms to mitigate risks such as information leakage and social instability. This work addresses two principal challenges: adversarial strategies employed by spammers and the scarcity of labeled data. We propose a novel spam-text detection framework GCC-Spam, which integrates three core innovations. First, a character similarity network captures orthographic and phonetic features to counter character-obfuscation attacks and furthermore produces sentence embeddings for downstream classification. Second, contrastive learning enhances discriminability by optimizing the latent-space distance between spam and normal texts. Third, a Generative Adversarial Network (GAN) generates realistic pseudo-spam samples to alleviate data scarcity while improving model robustness and classification accuracy. Extensive experiments on real-world datasets demonstrate that our model outperforms baseline approaches, achieving higher detection rates with significantly fewer labeled examples.

Foundations

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

Your Notes