论文中文题名: | 基于图卷积神经网络的社交机器人检测方法研究 |
姓名: | |
学号: | 21208223044 |
保密级别: | 保密(1年后开放) |
论文语种: | chi |
学科代码: | 085400 |
学科名称: | 工学 - 电子信息 |
学生类型: | 硕士 |
学位级别: | 工程硕士 |
学位年度: | 2024 |
培养单位: | 西安科技大学 |
院系: | |
专业: | |
研究方向: | 异常检测 |
第一导师姓名: | |
第一导师单位: | |
论文提交日期: | 2024-06-18 |
论文答辩日期: | 2024-05-31 |
论文外文题名: | Research on Detection Method of Social Robot Based on Graph Convolutional Neural Networks |
论文中文关键词: | |
论文外文关键词: | Social network ; Social robot detection ; Graph convolutional networks ; Feature-wise linear modulation ; Bidirectional heterogeneous networks |
论文中文摘要: |
在信息化时代,社交网络成为人们互相交流和获取信息的主要途径。社交机器人的出现引发了人们对网络安全和社会稳定的担忧,社交机器人能快速传播信息且操作便利,使它们逐渐成为个人或组织实施恶意行为的工具。具有潜在危害的恶意社交机器人不仅能够模仿真实用户的行为,还能传播虚假信息、发起网络攻击。这些恶意活动破坏网络空间的健康,威胁用户信息安全和隐私。因此,检测恶意社交机器人对维护公共安全和促进网络环境的健康发展至关重要。 随着社交机器人智能化程度不断提升,其检测工作面临着严峻挑战。现有社交机器人检测方法存在以下问题:社交网络节点数量庞大、关系复杂,处理时面临计算复杂度高的问题;社交关系网络用户的互动过程存在交互性,现有方法较少考虑互动过程的交互性。根据上述存在的问题,本文进行了如下研究: (1)为解决社交网络节点多且关系复杂,难以准确描述节点拓扑关系之间的差异问题,提出了改进的图注意力卷积网络社交机器人检测方法。借助用户的社交关系网络构建社交关系子图,以便解耦复杂社交关系;构建特征线性调制的图注意力残差网络模型,引入特征线性调制模块以及残差结构,以增强对节点间差异性的学习能力;通过结合用户文本内容和行为基因序列,构建社交行为特征,并与社交关系子图特征融合,以实现对社交机器人的有效检测。实验结果表明,本文所提方法在公共数据集TwiBot-20和Cresci-15上的准确率分别提升2.2%和1.35%。 (2)考虑到恶意社交机器人的互动关系和方向性通常呈现单一性,而现有检测方法往往忽视用户间动态互动的问题,本文提出多重社交关系下的恶意社交机器人检测方法。该方法提出了基于特征增强的双向异构网络模型,通过考虑前向和反向传播方式学习节点特征,更广泛地学习用户之间的互动信息,更准确地捕捉节点之间的互动性。其次,为了进一步提升特征表达能力和模型的鲁棒性,本文在异构图卷积网络层中加入了特征增强模块。最后,通过将互动网络特征与文本特征进行融合以检测恶意社交机器人,并在交叉熵损失函数中加入梯度惩罚项,以防过拟合并增强模型稳定性。在Twibot-22和MGTAB数据集上的实验结果验证了所提方法的有效性,检测准确率分别提升了1.08%和1.54%。 (3)基于上述所提方法,本文设计并实现社交机器人检测系统。社交机器人检测系统主要包括五个模块,分别是数据采集、数据处理、特征分析、社交机器人检测及可视化模块。利用社交机器人检测系统,能够提高社交机器人和存在恶意性社交机器人的检测效率,缓解其对社交网络和用户的危害。 |
论文外文摘要: |
In the information age, social network has become the main way for people to communicate with each other and obtain information. The emergence of social robots has raised concerns about cyber security and social stability. Social robots can spread information quickly and operate easily, making them increasingly tools for individuals or organizations to carry out malicious acts. Potentially harmful malicious social bots can not only mimic the behavior of real users, but also spread false information and launch cyber attacks. These malicious activities undermine the health of cyberspace and threaten users' information security and privacy. Therefore, the detection of malicious social robots is crucial to maintaining public safety and promoting the healthy development of the network environment. With the continuous improvement of the intelligence of social robots, its detection work is facing serious challenges. The existing social robot detection methods have the following problems: the number of social network nodes is large, the relationship is complex, and the processing is faced with high computational complexity; The interaction of users in the social network is interactive, and the interaction of the interaction process is less considered in the existing methods. According to the above problems, this thesis conducted the following research: (1) In order to solve the problem that it is difficult to accurately describe the differences between the topological relations of nodes in social networks due to the large number of nodes and complex relationships, an improved graph attention convolutional network social robot detection method is proposed. In order to decouple complex social relationships, the subgraph of social relationships is constructed by means of the user's social relationship network. In order to enhance the learning ability of the difference between nodes, the feature linear modulation module and residual structure are introduced to construct the graph attention residual network model. By combining user text content and behavioral gene sequence, social behavior features are constructed and fused with social relationship subgraph features to realize effective detection of social robots. Experimental results show that the accuracy of the proposed method on public data sets TwiBot-20 and Cresci-15 increases by 2.2% and 1.35%, respectively. (2) Considering that the interaction relationship and directivity of malicious social robots are usually simple, and the existing detection methods often ignore the problem of dynamic interaction between users, this thesis proposes a detection method of malicious social robots under multiple social relationships. In this method, a bidirectional heterogeneous network model based on feature enhancement is proposed to learn node features by considering both forward and back propagation modes, learn the interaction information between users more extensively, and capture the interaction between nodes more accurately. Secondly, in order to further improve the feature representation ability and robustness of the model, this thesis adds a feature enhancement module to the heterogeneous graph convolutional network layer. Finally, by fusing interactive network features with text features to detect malicious social robots, a gradient penalty term is added to the cross-entropy loss function to prevent overfitting and enhance the stability of the model. Experimental results on Twibot-22 and MGTAB data sets validate the effectiveness of the proposed method, and the detection accuracy increases by 1.08% and 1.54%, respectively. (3) Based on the above mentioned methods, a social robot detection system is designed and implemented in this thesis. The social robot detection system mainly consists of five modules, which are data acquisition, data processing, feature analysis, social robot detection and visualization module. The use of social robot detection system can improve the detection efficiency of social robots and malicious social robots, and alleviate their harm to social networks and users. |
参考文献: |
[1] 王庚润. 网络空间用户身份对齐技术研究及应用综述[J]. 计算机科学, 2024, 51(5): 12–20. [4] 李元, 张栖, 朱建明等. 基于多层次深度模型的社交网络核心谣言传播节点识别[J]. 中国科学院大学学报, 2024, 41(1): 136–144. [5] 龙光华. 基于情感和网络特征的社交机器人检测研究[D]. 南昌:南昌大学, 2023. [17] 杨舟. 社交网络机器人检测综述[J]. 网络安全技术与应用, 2022, (3): 135–136. [18] Cresci S. A decade of social bot detection[J]. Communications of the ACM, 2020, 63(10): 72–83. [53] 李丹珉, 谢耘耕. 政治传播视角下社交机器人的研究现状及发展趋势——基于SCI和SSCI文献的计量分析[J]. 新媒体与社会, 2023, 2: 140–156. [60] 周飞燕, 金林鹏, 董军. 卷积神经网络研究综述[J]. 计算机学报, 2017, 40(6): 1229–1251. |
中图分类号: | TP391.9 |
开放日期: | 2025-06-18 |