Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
arXiv Machine Learning · 2026/7/22 04:00:00

Scalable and Efficient Joint Spiking Embedding Predictive Architecture for Large-Scale Dynamic Graphs

AI 中文解读
动态图表学习迎来新突破!最近arXiv上发表的SG-JEPA架构,破解了传统方法在大规模动态图上计算量巨大的难题。简单来说,动态图就像不断更新的社交网络或购物记录,AI要从中发现规律。过去,为了在没有大量标注数据的情况下训练模型,研究人员往往设计复杂的“伪装”任务,比如让AI还原被遮住的边,或者给数据做各种变换,这导致计算负担极重。而SG-JEPA另辟蹊径:它沿着时间维度把节点分成“预测方”和“被预测方”,通过额外的时间空间信息互相学习,完全避开了那些复杂操作。同时,它用“脉冲计数”的方式编码信息,从粗略到精细,让AI能根据任务需求灵活调整计算量。实验证明,SG-JEPA在节点分类任务上性能不输甚至超过传统方法,并且能高效处理包含1300万条边的超大规模动态图,训练速度和内存效率都显著提升。这项技术最直接的影响是:你用的推荐系统、欺诈检测工具将变得更聪明、更省电。比如电商平台在“双十一”大规模交易流中实时识别异常订单,或者视频App在你刷几秒后快速推荐新内容,背后都能借助类似SG-JEPA的架构,在不消耗太多算力的前提下,实现更快、更准的响应。普通用户感受到的就是“更懂你、更流畅”的体验。
arXiv:2607.18412v1 Announce Type: new Abstract: Dynamic graph learning aims to capture evolving structural and semantic patterns in real-world systems, such as fraud detection and recommender systems. Due to the scarcity of labeled data in real-world dynamic graphs, recent studies have introduced generative or contrastive paradigms (e.g., masked graph autoencoders or graph contrastive learning) to generate task-agnostic graph embeddings. However, these methods typically rely on complex edge-level reconstruction objectives and tailored graph augmentation strategies. This incurs substantial computational overhead when scaling to large-scale dynamic graphs. In this paper, we propose SG-JEPA, a joint spiking embedding predictive architecture for large-scale dynamic graphs. In contrast to existing self-supervised methods, SG-JEPA partitions nodes into context and target sets along the temporal dimension to learn embeddings that are predictive of each other via additional spatial-temporal information. Furthermore, through encoding sequential inputs into coarse-to-fine spike count embeddings, spiking neurons enable SG-JEPA to adapt to the varying computational constraints of downstream tasks. Extensive experiments demonstrate that SG-JEPA achieves competitive or even superior performance over discriminative baselines on node classification, while effectively scaling to the dynamic graph with 13 million edges. SG-JEPA avoids the complex machinery (negative sampling, graph augmentations, edge-level reconstruction, etc.), resulting in superior training efficiency and memory scalability compared with prior self-supervised dynamic graph baselines.
分享
阅读原文