arXiv:2606.01873cs.LG2026-06KDD

解决图文图谱持续学习中的遗忘与干扰问题

G2LoRA: Gradient Orthogonal Low-Rank Adaptation Framework for Graph Continual Learning on Text-Attributed Graphs

论文配图:G2LoRA: Gradient Orthogonal Low-Rank Adaptation Framework for Graph Continual Learning on Text-Attributed Graphs
图 1 · 摘自论文原文
  • 通过梯度正交低秩适配,统一多层级任务优化目标
  • 实现跨任务正向迁移与反向知识流动的动态平衡
  • 适合需要长期学习新任务的图文图谱系统

LLM-as-Aligner已成为文本属性图(TAGs)的主流预训练范式,通过类似CLIP的对比学习将图与文本模态对齐至共享嵌入空间。然而在顺序微调流式任务时,此类模型表现出严重灾难性遗忘。尽管参数高效微调缓解了部分遗忘,仍难以解决任务干扰与无效知识迁移问题。本文研究基于LLM-as-Aligner的图文图谱持续学习,旨在缓解干扰并促进跨任务正向迁移。该场景面临两大挑战:(1) 异构下游任务导致优化目标漂移,阻碍统一微调;(2) 图与文本编码器对适配敏感度不同,未协调更新易引发错位。为此,我们提出G2LoRA框架:统一节点、链接与图级任务于单一图-文对齐目标下,并支持领域/类别/任务增量模式的一致优化。通过结构化子空间中的类别感知梯度投影,缓解冲突更新,实现条件后向迁移以平衡前后向知识流。为防止跨模态漂移,引入梯度幅度调制,协调图与文本编码器的更新速率。在基准数据集上的大量实验表明,G2LoRA在不同骨干架构下均显著优于强基线,具备更优的持续学习性能与可迁移性。

原文摘要 · Abstract (English)

LLM-as-Aligner has emerged as a prevalent pre-training paradigm for Text-Attributed Graphs(TAGS), aligning graph and text modalities into a shared embedding space via CLIP-style contrastive learning. While effective on individual downstream tasks, we observe severe catastrophic forgetting when such models are sequentially fine-tuned on streaming tasks. Although parameter-efficient fine-tuning alleviates forgetting to some extent, it remains insufficient to resolve task interference and ineffective knowledge transfer. In this work, we study graph continual learning for LLM-as-Aligner models on TAGs, with the goal of mitigating interference while promoting positive transfer across tasks. This setting introduces two fundamental challenges: (1) heterogeneous downstream tasks induce shifting optimization objectives, hindering unified fine-tuning; and (2) graph and text encoders exhibit different sensitivities to adaptation, making uncoordinated updates prone to misalignment. To address these challenges, we propose G2LoRA, a continual learning framework for TAGs. G2LoRA unifies node-, link-, and graph-level tasks under a single graph--text alignment objective, and enables consistent optimization across domain/class/task incremental modes. To reduce task interference while encouraging positive transfer, G2LoRA performs category-aware gradient projection in structured subspaces, resolving conflicting updates and enabling conditional backward transfer to balance forward and backward knowledge flow. To further prevent cross-modal drift, G2LoRA introduces gradient magnitude modulation to coordinate update rates between graph and text encoders. Extensive experiments on benchmark datasets demonstrate that G2LoRA consistently outperforms strong baselines across different backbone architectures, achieving superior continual performance and transferability.

持续学习图文图谱低秩适配

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。