paper-with-me

Papers

Enhancing the Robustness via Adversarial Learning and Joint Spatial-Temporal Embeddings in Traffic Forecasting

2022-08-05 · Juyong Jiang, Binqing Wu, Ling Chen, Kai Zhang, Sunghun Kim

Traffic forecasting is an essential problem in urban planning and computing. The complex dynamic spatial-temporal dependencies among traffic objects (e.g., sensors and road segments) have been calling for highly flexible models; unfortunately, sophisticated models may suffer from poor robustness especially in capturing the trend of the time series (1st-order derivatives with time), leading to unrealistic forecasts. To address the challenge of balancing dynamics and robustness, we propose TrendGCN, a new scheme that extends the flexibility of GCNs and the distribution-preserving capacity of generative and adversarial loss for handling sequential data with inherent statistical correlations. On the one hand, our model simultaneously incorporates spatial (node-wise) embeddings and temporal (time-wise) embeddings to account for heterogeneous space-and-time convolutions; on the other hand, it uses GAN structure to systematically evaluate statistical consistencies between the real and the predicted time series in terms of both the temporal trending and the complex spatial-temporal dependencies. Compared with traditional approaches that handle step-wise predictive errors independently, our approach can produce more realistic and robust forecasts. Experiments on six benchmark traffic forecasting datasets and theoretical analysis both demonstrate the superiority and the state-of-the-art performance of TrendGCN. Source code is available at https://github.com/juyongjiang/TrendGCN.

📄 PDF Abstract BibTeX arXiv:2208.03063

Code (2)

juyongjiang/daagcn 공식 구현 pytorch
juyongjiang/trendgcn 공식 구현 pytorch

Tasks

Time SeriesTime Series Analysis

Methods 이 논문이 사용한 방법론

MAE 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Exposing and Defending the Achilles' Heel of Video Mixture-of-Experts

2026-02-01 · Songping Wang, Qinglong Liu, Yueming Lyu, Ning Li 외 arxiv

Mixture-of-Experts (MoE) has demonstrated strong performance in video understanding tasks, yet its adversarial robustness remains underexplored. Existing attack methods often treat MoE as a unified architecture, overlook…

Adversarial Robustness

Spatial-Temporal Graph Learning with Adversarial Contrastive Adaptation

2023-06-19 · Qianru Zhang, Chao Huang, Lianghao Xia, Zheng Wang 외

Spatial-temporal graph learning has emerged as a promising solution for modeling structured spatial-temporal data and learning region representations for various urban sensing tasks such as crime forecasting and traffic …

Contrastive LearningGraph LearningSelf-Supervised Learning

Pose-Guided Temporal Enhancement for Robust Low-Resolution Hand Reconstruction

2025-01-01 · CVPR 2025 1 · Kaixin Fan, Pengfei Ren, Jingyu Wang, Haifeng Sun 외

3D hand reconstruction is essential in non-contact human-computer interaction applications, but existing methods struggle with low-resolution images, which occur in slightly distant interactive scenes. Leveraging tem…

Adversarial Attack on Skeleton-based Human Action Recognition

2019-09-14 · Jian Liu, Naveed Akhtar, Ajmal Mian

Deep learning models achieve impressive performance for skeleton-based human action recognition. However, the robustness of these models to adversarial attacks remains largely unexplored due to their complex spatio-tempo…

Action RecognitionAdversarial AttackSkeleton Based Action RecognitionTemporal Action Localization

Fast Adversarial Training with Weak-to-Strong Spatial-Temporal Consistency in the Frequency Domain on Videos

2025-04-21 · Songping Wang, Hanqing Liu, Yueming Lyu, Xiantao Hu 외

Adversarial Training (AT) has been shown to significantly enhance adversarial robustness via a min-max optimization approach. However, its effectiveness in video recognition tasks is hampered by two main challenges. Firs…

Adversarial RobustnessVideo Recognition