菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-17
📄 Abstract - A Depth-Aware Comparative Study of Euclidean and Hyperbolic Graph Neural Networks on Bitcoin Transaction Systems

Bitcoin transaction networks are large scale socio- technical systems in which activities are represented through multi-hop interaction patterns. Graph Neural Networks(GNNs) have become a widely adopted tool for analyzing such systems, supporting tasks such as entity detection and transaction classification. Large-scale datasets like Elliptic have allowed for a rise in the analysis of these systems and in tasks such as fraud detection. In these settings, the amount of transactional context available to each node is determined by the neighborhood aggregation and sampling strategies, yet the interaction between these receptive fields and embedding geometry has received limited attention. In this work, we conduct a controlled comparison of Euclidean and tangent-space hyperbolic GNNs for node classification on a large Bitcoin transaction graph. By explicitly varying the neighborhood while keeping the model architecture and dimensionality fixed, we analyze the differences in two embedding spaces. We further examine optimization behavior and observe that joint selection of learning rate and curvature plays a critical role in stabilizing high-dimensional hyperbolic embeddings. Overall, our findings provide practical insights into the role of embedding geometry and neighborhood depth when modeling large-scale transaction networks, informing the deployment of hyperbolic GNNs for computational social systems.

顶级标签: machine learning systems financial
详细标签: graph neural networks hyperbolic embeddings bitcoin transaction node classification receptive fields 或 搜索:

基于比特币交易系统的欧几里得与双曲图神经网络深度感知对比研究 / A Depth-Aware Comparative Study of Euclidean and Hyperbolic Graph Neural Networks on Bitcoin Transaction Systems


1️⃣ 一句话总结

这项研究通过对比欧几里得和双曲几何的图神经网络在比特币交易网络节点分类任务中的表现,发现结合学习率与曲率的优化策略对稳定双曲嵌入至关重要,为大规模交易系统建模提供了几何空间与邻域深度选择的实用见解。

源自 arXiv: 2603.16080