Scholay

学术搜索 · AI 审稿 · LaTeX 协作

Learning-Based Attribute-Augmented Proximity Matrix Factorization for Attributed Network Embedding

作者:Kun Xie, Xiangyu Dong, Yusong Zhang, Xingyi Zhang, Qintian Guo, Sibo Wang · 发表于:IEEE Transactions on Knowledge and Data Engineering · 年份:2024 · DOI:10.1109/tkde.2024.3385847 · 被引用次数:10 · 研究领域:Advanced Graph Neural Networks、Recommender Systems and Techniques、Complex Network Analysis Techniques

Given a graph$\mathcal {G}$with a set of attributes, theattributed network embedding (ANE)aims to learn low-dimensional representations of nodes that preserve both graph topology and node attribute proximity. ANE is shown to be more effective than plain network embedding methods (using only graph topology) on many graph mining tasks. However, existing ANE solutions still provide inferior performance on tasks like node classification and link prediction, as will be shown in our experiments. The key issue is that when combining graph topology and attribute information, most existing solutions take attributes with equal importance, while in real scenarios, different attribute exerts distinct influence over the network due to the heterogeneous nature among attributes. Motivated by this, we presentLATAM, a learning-based framework for ANE via trainable proximity matrix factorization. To capture the node-attribute relationships, we first construct the attribute-augmented graph by adding attribute nodes (resp. edges) to the original graph. Then, we define the attribute-augmented random walk and proximity on the attribute-augmented graph, where the weights of different attributes can be learned automatically by our designed loss functions so that more indicative attributes tend to have higher weights, imposing a higher impact on the node connectivity. To achieve this, we incorporate a differentiable SVD to back-propagate gradients of attribute weights in an end-to-end process. To sca...