paper-with-me

홈 › Papers

Distilling Meta Knowledge on Heterogeneous Graph for Illicit Drug Trafficker Detection on Social Media

2021-12-01 · NeurIPS 2021 12 · Yiyue Qian, Yiming Zhang, Yanfang Ye, Chuxu Zhang

Driven by the considerable profits, the crime of drug trafficking (a.k.a. illicit drug trading) has co-evolved with modern technologies, e.g., social media such as Instagram has become a popular platform for marketing and selling illicit drugs. The activities of online drug trafficking are nimble and resilient, which call for novel techniques to effectively detect, disrupt, and dismantle illicit drug trades. In this paper, we propose a holistic framework named MetaHG to automatically detect illicit drug traffickers on social media (i.e., Instagram), by tackling the following two new challenges: (1) different from existing works which merely focus on analyzing post content, MetaHG is capable of jointly modeling multi-modal content and relational structured information on social media for illicit drug trafficker detection; (2) in addition, through the proposed meta-learning technique, MetaHG addresses the issue of requiring sufficient data for model training. More specifically, in our proposed MetaHG, we first build a heterogeneous graph (HG) to comprehensively characterize the complex ecosystem of drug trafficking on social media. Then, we employ a relation-based graph convolutional neural network to learn node (i.e., user) representations over the built HG, in which we introduce graph structure refinement to compensate the sparse connection among entities in the HG for more robust node representation learning. Afterwards, we propose a meta-learning algorithm for model optimization. A self-supervised module and a knowledge distillation module are further designed to exploit unlabeled data for improving the model. Extensive experiments based on the real-world data collected from Instagram demonstrate that the proposed MetaHG outperforms state-of-the-art methods. Our source code is available at {\color{black}{\href{https://github.com/Meta-HG/MetaHG}{https://github.com/Meta-HG/MetaHG}}}.

📄 PDF Abstract BibTeX

Code (1)

meta-hg/metahg 공식 구현 pytorch

Tasks

Knowledge DistillationMarketingMeta-LearningModel OptimizationRepresentation Learning

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

LLM-Empowered Class Imbalanced Graph Prompt Learning for Online Drug Trafficking Detection

2025-02-28 · Tianyi Ma, Yiyue Qian, Zehong Wang, Zheyuan Zhang 외

As the market for illicit drugs remains extremely profitable, major online platforms have become direct-to-consumer intermediaries for illicit drug trafficking participants. These online activities raise significant soci…

Large Language ModelPrompt Learning

HIRE: Distilling High-order Relational Knowledge From Heterogeneous Graph Neural Networks

2022-07-25 · Jing Liu, Tongya Zheng, Qinfen Hao

Researchers have recently proposed plenty of heterogeneous graph neural networks (HGNNs) due to the ubiquity of heterogeneous graphs in both academic and industrial areas. Instead of pursuing a more powerful HGNN model, …

Knowledge DistillationVocal Bursts Intensity Prediction

Meta-node: A Concise Approach to Effectively Learn Complex Relationships in Heterogeneous Graphs

2022-10-26 · Jiwoong Park, Jisu Jeong, KyungMin Kim, Jin Young Choi

Existing message passing neural networks for heterogeneous graphs rely on the concepts of meta-paths or meta-graphs due to the intrinsic nature of heterogeneous graphs. However, the meta-paths and meta-graphs need to be …

Contrastive LearningGraph LearningNode Clustering

Distilling Causal Metaknowledge from Massive Knowledge Graph

2021-11-16 · ACL ARR November 2021 11 · Anonymous

In recent years, the growing information overload facilitates the access to billions of relational facts in the world, which are usually integrated in all manner of knowledge graphs. The metaknowledge, defined as the …

Knowledge Graphs

MetaKRec: Collaborative Meta-Knowledge Enhanced Recommender System

2022-11-14 · Liangwei Yang, Shen Wang, Jibing Gong, Shaojie Zheng 외

Knowledge graph (KG) enhanced recommendation has demonstrated improved performance in the recommendation system (RecSys) and attracted considerable research interest. Recently the literature has adopted neural graph netw…

Recommendation Systems