paper-with-me

홈 › Papers

Lightweight Transformer via Unrolling of Mixed Graph Algorithms for Traffic Forecast

2025-05-19 · Ji Qi, Tam Thuc Do, Mingxiao Liu, Zhuoshi Pan, Yuzhe Li, Gene Cheung, H. Vicky Zhao

To forecast traffic with both spatial and temporal dimensions, we unroll a mixed-graph-based optimization algorithm into a lightweight and interpretable transformer-like neural net. Specifically, we construct two graphs: an undirected graph $\mathcal{G}^u$ capturing spatial correlations across geography, and a directed graph $\mathcal{G}^d$ capturing sequential relationships over time. We formulate a prediction problem for the future samples of signal $\mathbf{x}$, assuming it is "smooth" with respect to both $\mathcal{G}^u$ and $\mathcal{G}^d$, where we design new $\ell_2$ and $\ell_1$-norm variational terms to quantify and promote signal smoothness (low-frequency reconstruction) on a directed graph. We construct an iterative algorithm based on alternating direction method of multipliers (ADMM), and unroll it into a feed-forward network for data-driven parameter learning. We insert graph learning modules for $\mathcal{G}^u$ and $\mathcal{G}^d$, which are akin to the self-attention mechanism in classical transformers. Experiments show that our unrolled networks achieve competitive traffic forecast performance as state-of-the-art prediction schemes, while reducing parameter counts drastically. Our code is available in https://github.com/SingularityUndefined/Unrolling-GSP-STForecast.

📄 PDF Abstract BibTeX arXiv:2505.13102

Code (1)

singularityundefined/unrolling-gsp-stforecast 공식 구현 pytorch

Tasks

Graph Learning

Similar Papers 제목 키워드 기반

Interpretable Lightweight Transformer via Unrolling of Learned Graph Smoothness Priors

2024-06-06 · Tam Thuc Do, Parham Eftekhar, Seyed Alireza Hosseini, Gene Cheung 외

We build interpretable and lightweight transformer-like neural networks by unrolling iterative optimization algorithms that minimize graph smoothness priors -- the quadratic graph Laplacian regularizer (GLR) and the $\el…

Graph Learning

Lightweight Transformer for EEG Classification via Balanced Signed Graph Algorithm Unrolling

2025-10-03 · Junyi Yao, Parham Eftekhar, Gene Cheung, Xujin Chris Liu 외 arxiv

Samples of brain signals collected by EEG sensors have inherent anti-correlations that are well modeled by negative edges in a finite graph. To differentiate epilepsy patients from healthy subjects using collected EEG si…

Binary Classification

Graph Unrolling Networks: Interpretable Neural Networks for Graph Signal Denoising

2020-06-01 · Siheng Chen, Yonina C. Eldar, Lingxiao Zhao

We propose an interpretable graph neural network framework to denoise single or multiple noisy graph signals. The proposed graph unrolling networks expand algorithm unrolling to the graph domain and provide an interpreta…

DenoisingGraph Neural NetworkRolling Shutter Correction

Graph Signal Restoration Using Nested Deep Algorithm Unrolling

2021-06-30 · Masatoshi Nagahama, Koki Yamada, Yuichi Tanaka, Stanley H. Chan 외

Graph signal processing is a ubiquitous task in many applications such as sensor, social, transportation and brain networks, point cloud processing, and graph neural networks. Often, graph signals are corrupted in the se…

DenoisingRolling Shutter Correction

PtychoDV: Vision Transformer-Based Deep Unrolling Network for Ptychographic Image Reconstruction

2023-10-11 · Weijie Gan, Qiuchen Zhai, Michael Thompson McCann, Cristina Garcia Cardona 외

Ptychography is an imaging technique that captures multiple overlapping snapshots of a sample, illuminated coherently by a moving localized probe. The image recovery from ptychographic data is generally achieved via an i…

Image ReconstructionRetrieval