paper-with-me

Papers

Expand and Compress: Exploring Tuning Principles for Continual Spatio-Temporal Graph Forecasting

2024-10-16 · Wei Chen, Yuxuan Liang

The widespread deployment of sensing devices leads to a surge in data for spatio-temporal forecasting applications such as traffic flow, air quality, and wind energy. Although spatio-temporal graph neural networks have achieved success in modeling various static spatio-temporal forecasting scenarios, real-world spatio-temporal data are typically received in a streaming manner, and the network continuously expands with the installation of new sensors. Thus, spatio-temporal forecasting in streaming scenarios faces dual challenges: the inefficiency of retraining models over newly arrived data and the detrimental effects of catastrophic forgetting over long-term history. To address these challenges, we propose a novel prompt tuning-based continuous forecasting method, following two fundamental tuning principles guided by empirical and theoretical analysis: expand and compress, which effectively resolve the aforementioned problems with lightweight tuning parameters. Specifically, we integrate the base spatio-temporal graph neural network with a continuous prompt pool, utilizing stored prompts (i.e., few learnable parameters) in memory, and jointly optimize them with the base spatio-temporal graph neural network. This method ensures that the model sequentially learns from the spatio-temporal data stream to accomplish tasks for corresponding periods. Extensive experimental results on multiple real-world datasets demonstrate the multi-faceted superiority of our method over the state-of-the-art baselines, including effectiveness, efficiency, universality, etc.

📄 PDF Abstract BibTeX arXiv:2410.12593

Code (1)

Onedean/EAC pytorch

Tasks

Graph Neural NetworkSpatio-Temporal Forecasting

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음
BASE 설명 없음

Similar Papers 제목 키워드 기반

Expandable, Compressible, Mineable: Open-World Thermal Image Restoration

2026-05-16 · Pu Li, Huafeng Li, Yafei Zhang, Wen Wang 외 arxiv

In open-world settings, thermal infrared (TIR) image degradations continuously emerge and evolve, while most existing all-in-one restoration methods are built on a closed-set assumption and struggle to continually adapt …

Continual LearningImage Restoration

Compressed Context Memory For Online Language Model Interaction

2023-12-06 · Jang-Hyun Kim, Junyoung Yeom, Sangdoo Yun, Hyun Oh Song

This paper presents a context key/value compression method for Transformer language models in online scenarios, where the context continually expands. As the context lengthens, the attention process demands increasing me…

Language ModelingLanguage ModellingmodelMulti-Task Learning

Regularize, Expand and Compress: Multi-task based Lifelong Learning via NonExpansive AutoML

2019-03-20 · Jie Zhang, Junting Zhang, Shalini Ghosh, Dawei Li 외

Lifelong learning, the problem of continual learning where tasks arrive in sequence, has been lately attracting more attention in the computer vision community. The aim of lifelong learning is to develop a system that ca…

AutoMLContinual LearningLifelong learning

ADEPT: Continual Pretraining via Adaptive Expansion and Dynamic Decoupled Tuning

2025-10-11 · Jinyang Zhang, Yue Fang, Hongxin Ding, Weibin Liao 외 arxiv

Conventional continual pretraining (CPT) for large language model (LLM) domain adaptation often suffers from catastrophic forgetting and limited domain capacity. Existing strategies adopt layer expansion, introducing add…

Continual PretrainingGeneral KnowledgeDomain Adaptation

GRID: Scaling Task-Agnostic Inference in Continual Prompt Tuning

2025-07-19 · Anushka Tiwari, Sayantan Pal, Rohini K. Srihari, Kaiyi Ji arxiv

Prompt-based continual learning (CL) offers a parameter-efficient way to adapt large language models (LLMs) across task sequences. However, existing methods often rely on task-aware inference and maintain an expanding se…

Continual Learning