paper-with-me

홈 › Papers

Forget Less, Generalize More: Unifying Temporal and Structural Adaptation for Dynamic Graphs

2026-05-28 · Qian Chang, Ciprian Doru Giurcaneanu, Runsong Jia, Xia Li, Guoping Hu, Xiufeng Cheng, Jinqing Yang, Mengjia Wu, Yi Zhang arxiv

Representation learning on dynamic graphs requires capturing complex dependencies that evolve across both time and structure. Existing approaches typically adopt fixed temporal decay schemes or predetermined structural propagation depths, limiting their ability to generalize across graphs with diverse interaction frequencies and topological characteristics. We propose Dual-Scale Retentive Dynamics (DSRD), a unified framework that maintains a retentive representation state encoding both temporal memory and structural context. DSRD introduces two key components: (i) a retentive state with dual-scale adaptation that jointly models temporal dynamics and structural propagation within a single recurrent formulation, and (ii) adaptive decay kernels with learnable time-sensitivity parameters that automatically balance short-term responsiveness and long-term retention based on the underlying interaction patterns. We provide theoretical analysis establishing the equivalence between event-wise parallel aggregation and efficient recurrent state updates, as well as stability and boundedness guarantees for the learned dynamics. Extensive experiments on 14 real-world benchmarks demonstrate that DSRD consistently achieves state-of-the-art performance on both link prediction and node classification tasks, with strong generalization across transductive and inductive settings.

📄 PDF Abstract BibTeX arXiv:2605.29453

Code (0)

등록된 구현이 없습니다.

Tasks

Representation LearningNode ClassificationLink Prediction

Similar Papers 제목 키워드 기반

Dynamic Few-Shot Visual Learning without Forgetting

2018-04-25 · CVPR 2018 6 · Spyros Gidaris, Nikos Komodakis

The human visual system has the remarkably ability to be able to effortlessly learn novel concepts from only a few examples. Mimicking the same behavior on machine learning vision systems is an interesting and very chall…

Few-Shot Image ClassificationFew-Shot LearningGeneral ClassificationNovel Concepts+2

UFT: Unifying Fine-Tuning of SFT and RLHF/DPO/UNA through a Generalized Implicit Reward Function

2024-10-28 · Zhichao Wang, Bin Bi, Zixu Zhu, Xiangbo Mao 외

By pretraining on trillions of tokens, an LLM gains the capability of text generation. However, to enhance its utility and reduce potential harm, SFT and alignment are applied sequentially to the pretrained model. Due to…

Instruction FollowingText Generation

Personalized Federated Continual Learning via Multi-granularity Prompt

2024-06-27 · Hao Yu, Xin Yang, Xin Gao, Yan Kang 외

Personalized Federated Continual Learning (PFCL) is a new practical scenario that poses greater challenges in sharing and personalizing knowledge. PFCL not only relies on knowledge fusion for server aggregation at the gl…

Continual LearningFederated LearningPersonalized Federated Learning

Cross-Sample Relational Fusion: Unifying Domain Generalization and Class-Incremental Learning

2026-05-09 · Zhen-Hao Xie, Yan Wang, Hao Sun, Han-Jia Ye 외 arxiv

Class-Incremental Learning (CIL) requires a learning system to learn new classes while retaining previously learned knowledge. However, in real-world scenarios such as autonomous driving, a system trained on urban roads …

class-incremental learningDomain GeneralizationAutonomous Driving

Towards guarantees for parameter isolation in continual learning

2023-10-02 · Giulia Lanzillotta, Sidak Pal Singh, Benjamin F. Grewe, Thomas Hofmann

Deep learning has proved to be a successful paradigm for solving many challenges in machine learning. However, deep neural networks fail when trained sequentially on multiple tasks, a shortcoming known as catastrophic fo…

Continual Learning