《计算机应用》唯一官方网站 ›› 2026, Vol. 46 ›› Issue (8): 2494-2504.DOI: 10.11772/j.issn.1001-9081.2025070851

• 数据科学与技术 • 上一篇    下一篇

多视图注意力融合的引文网络学术群体识别

邱原1, 彭海龙1, 费蓉1,2(), 徐庆征3, 李仟禧1, 薛诚1   

  1. 1.西安理工大学 计算机科学与工程学院,西安 710048
    2.陕西省网络计算与安全技术重点实验室(西安理工大学),西安 710048
    3.信息支援部队工程大学,武汉 430034
  • 收稿日期:2025-07-29 修回日期:2025-11-04 接受日期:2025-11-06 发布日期:2025-12-22 出版日期:2026-08-10
  • 通讯作者: 费蓉
  • 作者简介:邱原(1983—),男,陕西汉中人,讲师,博士,CCF会员,主要研究方向:人工智能、数据挖掘
    彭海龙(2000—),男,陕西宝鸡人,硕士研究生,主要研究方向:社区检测
    费蓉(1980—),女,陕西西安人,教授,博士,CCF会员,主要研究方向:深度强化学习、社区检测
    徐庆征(1980—),男,陕西西安人,副研究员,博士,主要研究方向:进化计算
    李仟禧(2000—),女,陕西咸阳人,博士研究生,主要研究方向:深度强化学习
    薛诚(2002—),女,陕西咸阳人,硕士研究生,主要研究方向:医学影像。
  • 基金资助:
    国家自然科学基金资助项目(62120106011)

Multi-view attention fusion for academic community identification in citation networks

Yuan QIU1, Hailong PENG1, Rong FEI1,2(), Qingzheng XU3, Qianxi LI1, Cheng XUE1   

  1. 1.School of Computer Science and Engineering,Xi’an University of Technology,Xi’an Shaanxi 710048,China
    2.Shaanxi Key Laboratory for Network Computing and Security Technology (Xi’an University of Technology),Xi’an Shaanxi 710048,China
    3.Information Support Force Engineering University,Wuhan Hubei 430034,China
  • Received:2025-07-29 Revised:2025-11-04 Accepted:2025-11-06 Online:2025-12-22 Published:2026-08-10
  • Contact: Rong FEI
  • About author:QIU Yuan, born in 1983, Ph. D., lecturer. His research interests include artificial intelligence, data mining.
    PENG Hailong, born in 2000, M. S. candidate. His research interests include community detection.
    XU Qingzheng, born in 1980, Ph. D., associate research fellow. His research interests include evolutionary computation.
    LI Qianxi, born in 2000, Ph. D. candidate. Her research interests include deep reinforcement learning.
    XUE Cheng, born in 2002, M. S. candidate. Her research interests include medical imaging.
  • Supported by:
    National Natural Science Foundation of China(62120106011)

摘要:

引文网络中的学术群体识别旨在揭示学者间的内在关联。然而,节点属性(内容特征)与拓扑结构(关联模式)的异质性导致融合时易出现特征错位与信息稀释,且现有方法常忽略由高连接度节点构成的核心子网络所蕴含的稳定关联模式,这些制约了识别精度。为了解决上述问题,提出一种多视图注意力融合的学术群体识别(MAFCI)方法。所提方法采用双视图设计:一个视图对原始节点属性与邻接矩阵进行编码,另一个视图融合由k-core提取的核心节点信息及其拓扑结构;采用稀疏图注意力机制分别从两个视图中提取低维嵌入,并通过动态加权策略实现多源信息的自适应融合,以兼顾局部结构与全局语义。解码器通过内积重构邻接矩阵,并基于注意力机制恢复节点属性与核心信息;同时,引入自监督聚类损失,引导嵌入表示向判别性聚类中心收敛,增强群体边界的区分度。在Cora、Citeseer、ACM和DBLP 4个引文网络数据集上的实验结果表明,MAFCI方法在多数核心评价指标上优于DDGAE(Deep Dual Graph Attention auto-Encoder)和BCDAN(Balanced method for Community Detection in Attribute Networks)等9个先进基线方法。具体地,在DBLP数据集上,MAFCI方法的归一化互信息(NMI)达到0.513,准确率(ACC)达到0.809,分别较最优基线方法提升了2.3和1.3个百分点;在ACM数据集上,MAFCI方法的NMI为0.674,F1分数为0.903,分别较最优基线方法提升了1.2和0.8个百分点;在Citeseer数据集上,MAFCI方法的NMI达到0.448,较最优基线方法提升了0.7个百分点;在Cora数据集上,MAFCI方法的NMI达到0.543,同样优于所有对比方法。可见,MAFCI方法通过双视图稀疏注意力与动态融合机制,有效提升了学术群体识别的准确性与鲁棒性,在不同规模与结构的引文网络上均表现出良好泛化能力。

关键词: 学术群体识别, 社区检测, 自监督聚类, 核心子网络, 稀疏图注意力, 联合优化, 表示学习

Abstract:

Academic community identification in citation networks aims at uncovering internal correlations among scholars. However, heterogeneity of node attributes (content features) and topological structures (association patterns) often cause feature misalignment and information dilution during fusion, and the existing methods often ignore stable association patterns in core subnetworks formed by highly-connected nodes, which limit identification accuracy. To address these issues, a Multi-view Attention Fusion for academic Community Identification (MAFCI) method was proposed. In the method, a dual-view design was adopted: original node attributes and the adjacency matrix were encoded by one view, while core-node information and its topology extracted by k?core were incorporated by the other one view. A sparse graph attention mechanism was applied to extract low-dimensional embeddings from both views, and a dynamic weighting strategy was employed to fuse multi-source information adaptively, thereby balancing local structure and global semantics. In the decoder, the adjacency matrix was reconstructed via inner product and node attributes as well as core information were restored using attention mechanism. At the same time, a self-supervised clustering loss was introduced to guide embedding representations in converging to discriminative cluster centers and enhance community boundary separability. Experimental results on four citation network datasets (Cora, Citeseer, ACM, and DBLP) demonstrate that MAFCI method outperforms nine advanced baseline methods, including DDGAE (Deep Dual Graph Attention auto-Encoder) and BCDAN (Balanced method for Community Detection in Attribute Networks), on most core metrics. Specifically, on the DBLP dataset, MAFCI method achieves a Normalized Mutual Information (NMI) of 0.513 and an Accuracy (ACC) of 0.809, which are improved by 2.3 and 1.3 percentage points, respectively, compared to the optimal baseline method; on the ACM dataset, MAFCI method achieves an NMI of 0.674 and an F1-score of 0.903, representing improvements of 1.2 and 0.8 percentage points, respectively, compared to the optimal baseline method; on the Citeseer dataset, MAFCI method has the NMI achieved 0.448, which is improved by 0.7 percentage points; on the Cora dataset, MAFCI method has the NMI reached 0.543, also surpassing all comparison methods. It can be seen that MAFCI method enhances the accuracy and robustness of academic community identification and has strong generalization across citation networks of varying scales and structures effectively through dual-view sparse attention and dynamic fusion mechanism.

Key words: academic community identification, community detection, self-supervised clustering, core subnetwork, sparse graph attention, joint optimization, representation learning

中图分类号: