paper-with-me

홈 › Papers

Friend or Faux: Graph-Based Early Detection of Fake Accounts on Social Networks

2020-04-09 · Adam Breuer, Roee Eilat, Udi Weinsberg

In this paper, we study the problem of early detection of fake user accounts on social networks based solely on their network connectivity with other users. Removing such accounts is a core task for maintaining the integrity of social networks, and early detection helps to reduce the harm that such accounts inflict. However, new fake accounts are notoriously difficult to detect via graph-based algorithms, as their small number of connections are unlikely to reflect a significant structural difference from those of new real accounts. We present the SybilEdge algorithm, which determines whether a new user is a fake account (`sybil') by aggregating over (I) her choices of friend request targets and (II) these targets' respective responses. SybilEdge performs this aggregation giving more weight to a user's choices of targets to the extent that these targets are preferred by other fakes versus real users, and also to the extent that these targets respond differently to fakes versus real users. We show that SybilEdge rapidly detects new fake users at scale on the Facebook network and outperforms state-of-the-art algorithms. We also show that SybilEdge is robust to label noise in the training data, to different prevalences of fake accounts in the network, and to several different ways fakes can select targets for their friend requests. To our knowledge, this is the first time a graph-based algorithm has been shown to achieve high performance (AUC>0.9) on new users who have only sent a small number of friend requests.

📄 PDF Abstract BibTeX arXiv:2004.04834

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Do You See What I Say? Generalizable Deepfake Detection based on Visual Speech Recognition

2025-11-27 · Maheswar Bora, Tashvik Dhamija, Shukesh Reddy, Baptiste Chopin 외 arxiv

Deepfake generation has witnessed remarkable progress, contributing to highly realistic generated images, videos, and audio. While technically intriguing, such progress has raised serious concerns related to the misuse o…

Visual Speech RecognitionDeepFake Detection

Decoding Fake Narratives in Spreading Hateful Stories: A Dual-Head RoBERTa Model with Multi-Task Learning

2025-12-18 · Yash Bhaskar, Sankalp Bahad, Parameswari Krishnamurthy arxiv

Social media platforms, while enabling global connectivity, have become hubs for the rapid spread of harmful content, including hate speech and fake narratives \cite{davidson2017automated, shu2017fake}. The Faux-Hate sha…

severity predictionMulti-Task Learning

Leveraging Users' Social Network Embeddings for Fake News Detection on Twitter

2022-11-19 · Ting Su, Craig Macdonald, Iadh Ounis

Social networks (SNs) are increasingly important sources of news for many people. The online connections made by users allows information to spread more easily than traditional news media (e.g., newspaper, television). H…

Fake News DetectionGraph EmbeddingLanguage ModellingStance Detection

Combining exogenous and endogenous signals with a semi-supervised co-attention network for early detection of COVID-19 fake tweets

2021-04-12 · Rachit Bansal, William Scott Paka, Nidhi, Shubhashis Sengupta 외

Fake tweets are observed to be ever-increasing, demanding immediate countermeasures to combat their spread. During COVID-19, tweets with misinformation should be flagged and neutralized in their early stages to mitigate …

Graph EmbeddingMisinformation

Preemptive Detection of Fake Accounts on Social Networks via Multi-Class Preferential Attachment Classifiers

2023-08-10 · Adam Breuer, Nazanin Khosravani, Michael Tingley, Bradford Cottel

In this paper, we describe a new algorithm called Preferential Attachment k-class Classifier (PreAttacK) for detecting fake accounts in a social network. Recently, several algorithms have obtained high accuracy on this p…