← Search

Yang Shu

23 accepted papers

2026

Aurora: Towards Universal Generative Multimodal Time Series Forecasting

ICLR 2026poster

Cross-domain generalization is very important in Time Series Forecasting because similar historical information may lead to distinct future trends due to the domain-specific characteristics. Recent works focus on building unimodal time series foundation models and end-to-end multimodal supervised mo…

Cited by 0SourcecodeScholar
2026

CoRA: Boosting Time Series Foundation Models for Multivariate Forecasting through Correlation-aware Adapter

ICLR 2026poster

Most existing Time Series Foundation Models (TSFMs) use channel independent modeling and focus on capturing and generalizing temporal dependencies, while neglecting the correlations among channels or overlook the different aspects of correlations. However, these correlations play a vital role in Mul…

Cited by 0SourcecodeScholar
2026

KITE: Knowledge-Guided Probabilistic Modeling for Time Series Forecasting with Exogenous Variables

ICML 2026poster

Probabilistic forecasting with exogenous variables is vital for decision-making but remains underexplored compared to deterministic methods. We propose KITE, a knowledge-guided probabilistic modeling framework designed to bridge this gap by addressing two key bottlenecks: (1) topological disparity i…

Cited by 0SourceScholar
2026

PATRA: Pattern-Aware Alignment and Balanced Reasoning for Time Series Question Answering

ICML 2026poster

Time series reasoning demands both the perception of complex dynamics and logical depth. However, existing LLM-based approaches exhibit two limitations: they often treat time series merely as text or images, failing to capture the patterns like trends and seasonalities needed to answer specific ques…

Cited by 0SourceScholar
2026

SwiftTS: A Swift Selection Framework for Time Series Pre-trained Models via Multi-task Meta-Learning

ICLR 2026poster

Pre-trained models exhibit strong generalization to various downstream tasks. However, given the numerous models available in the model hub, identifying the most suitable one by individually fine-tuning is time-consuming. In this paper, we propose \textbf{SwiftTS}, a swift selection framework for ti…

Cited by 0SourcecodeScholar
2026

Towards Multimodal Time Series Anomaly Detection with Semantic Alignment and Condensed Interaction

ICLR 2026poster

Time series anomaly detection plays a critical role in many dynamic systems. However, previous approaches have primarily relied on unimodal numerical data, overlooking the importance of complementary information from other modalities. In this paper, we propose a novel multimodal time series anomaly…

Cited by 0SourcecodeScholar
2026

Towards Non-Stationary Time Series Forecasting with Temporal Stabilization and Frequency Differencing

AAAI 2026technical

Time series forecasting is critical for decision making across dynamic domains such as energy, finance, transportation, and cloud computing. However, real-world time series often exhibit non-stationarity, including temporal distribution shifts and spectral variability, which poses significant challe

Cited by 0SourcePDFScholar
2026

Unlocking the Value of Text: Event-Driven Reasoning and Multi-Level Alignment for Time Series Forecasting

ICLR 2026poster

Existing time series forecasting methods primarily rely on the numerical data itself. However, real-world time series exhibit complex patterns associated with multimodal information, making them difficult to predict with numerical data alone. While several multimodal time series forecasting methods…

Cited by 0SourcecodeScholar
2025

Assessing Pre-Trained Models for Transfer Learning Through Distribution of Spectral Components

AAAI 2025technical

Pre-trained model assessment for transfer learning aims to identify the optimal candidate for the downstream tasks from a model hub, without the need of time-consuming fine-tuning. Existing advanced works mainly focus on analyzing the intrinsic characteristics of the entire features extracted by eac…

Cited by 0SourcePDFScholar
2025

CrossAD: Time Series Anomaly Detection with Cross-scale Associations and Cross-window Modeling

NeurIPS 2025poster

Time series anomaly detection plays a crucial role in a wide range of real-world applications. Given that time series data can exhibit different patterns at different sampling granularities, multi-scale modeling has proven beneficial for uncovering latent anomaly patterns that may not be apparent at…

Cited by 0SourceScholar
2025

Debiased Curriculum Adaptation for Safe Transfer Learning in Chest X-ray Classification

ICCV 2025poster

Chest X-ray classification is extensively utilized within the field of medical image analysis. However, manually labeling chest X-ray images is time-consuming and costly. Domain adaptation, which is designed to transfer knowledge from related domains, could offer a promising solution. Existing metho…

2025

Enhancing Diversity for Data-free Quantization

CVPR 2025poster

Model quantization is an effective way to compress deep neural networks and accelerate the inference time on edge devices. Existing quantization methods usually require original data for calibration during the compressing process, which may be inaccessible due to privacy issues. A common way is to g…

Cited by 1SourcePDFScholar
2025

Learning Generalizable Skills from Offline Multi-Task Data for Multi-Agent Cooperation

ICLR 2025poster

Learning cooperative multi-agent policy from offline multi-task data that can generalize to unseen tasks with varying numbers of agents and targets is an attractive problem in many scenarios. Although aggregating general behavior patterns among multiple tasks as skills to improve policy transfer is…

2025

LightGTS: A Lightweight General Time Series Forecasting Model

ICML 2025poster

Existing works on general time series forecasting build foundation models with heavy model parameters through large-scale multi-source pretraining. These models achieve superior generalization ability across various datasets at the cost of significant computational burdens and limitations in resourc…

Cited by 0SourcePDFScholar
2025

Towards a General Time Series Anomaly Detector with Adaptive Bottlenecks and Dual Adversarial Decoders

ICLR 2025poster

Time series anomaly detection plays a vital role in a wide range of applications. Existing methods require training one specific model for each dataset, which exhibits limited generalization capability across different target datasets, hindering anomaly detection performance in various scenarios wit…

Cited by 5SourcePDFScholar
2025

Towards a General Time Series Forecasting Model with Unified Representation and Adaptive Transfer

ICML 2025poster

With the growing availability of multi-domain time series data, there is an increasing demand for general forecasting models pre-trained on multi-source datasets to support diverse downstream prediction scenarios. Existing time series foundation models primarily focus on scaling up pre-training data…

Cited by 0SourcePDFScholar
2024

Boosting Transferability and Discriminability for Time Series Domain Adaptation

NeurIPS 2024poster

Unsupervised domain adaptation excels in transferring knowledge from a labeled source domain to an unlabeled target domain, playing a critical role in time series applications. Existing time series domain adaptation methods either ignore frequency features or treat temporal and frequency features eq…

2024

Hierarchical Trajectory Deformation Algorithm With Hybrid Controller for Active Lower Limb Rehabilitation

RA-L 2024

Robot-aided active rehabilitation has shown to be an effective treatment approach for hemiplegic patients. This paper presents an active control framework for lower limb rehabilitation, combining an interaction layer with a hierarchical trajectory deformation algorithm (HTDA), and an assist-as-neede

Cited by 5SourceScholar
2024

Pathformer: Multi-scale Transformers with Adaptive Pathways for Time Series Forecasting

ICLR 2024poster

Transformers for time series forecasting mainly model time series from limited or fixed scales, making it challenging to capture different characteristics spanning various scales. We propose Pathformer, a multi-scale Transformer with adaptive pathways. It integrates both temporal resolution and temp…

2023

CLIPood: Generalizing CLIP to Out-of-Distributions

ICML 2023poster

Out-of-distribution (OOD) generalization, where the model needs to handle distribution shifts from training, is a major challenge of machine learning. Contrastive language-image pre-training (CLIP) models have shown impressive zero-shot ability, but the further adaptation of CLIP on downstream tasks…

2022

Hub-Pathway: Transfer Learning from A Hub of Pre-trained Models

NeurIPS 2022accept

Transfer learning aims to leverage knowledge from pre-trained models to benefit the target task. Prior transfer learning work mainly transfers from a single model. However, with the emergence of deep models pre-trained from different resources, model hubs consisting of diverse models with various ar…

Cited by 8SourcePDFScholar
2021

Open Domain Generalization with Domain-Augmented Meta-Learning

CVPR 2021poster

Leveraging datasets available to learn a model with high generalization ability to unseen domains is important for computer vision, especially when the unseen domain's annotated data are unavailable. We study the problem of learning from different source domains to achieve high performance on an unk…

Cited by 202PDFScholar
2021

Zoo-Tuning: Adaptive Transfer from A Zoo of Models

ICML 2021spotlight

With the development of deep networks on various large-scale datasets, a large zoo of pretrained models are available. When transferring from a model zoo, applying classic single-model-based transfer learning methods to each source model suffers from high computational cost and cannot fully utilize…

Cited by 50SourcePDFScholar