← Search

Linxiao Yang

15 accepted papers

2026

Baguan-TS: dual in-context learning model for time series forecasting with covariates

ICML 2026poster

Transformers enable in-context learning (ICL) for rapid, gradient-free adaptation in time series forecasting, yet most ICL-style approaches rely on tabularized, hand-crafted features, while end-to-end sequence models lack inference-time adaptation. We bridge this gap with a unified framework, Baguan…

Cited by 0SourceScholar
2026

ProtoTS: Learning Hierarchical Prototypes for Explainable Time Series Forecasting

ICLR 2026poster

While deep learning has achieved impressive performance in time series forecasting, it becomes increasingly crucial to understand its decision-making process for building trust in high-stakes scenarios. Existing interpretable models often provide only local and partial explanations, lacking the capa…

Cited by 0SourceScholar
2025

A Non-isotropic Time Series Diffusion Model with Moving Average Transitions

ICML 2025poster

Diffusion models, known for their generative ability, have recently been adapted to time series analysis. Most pioneering works rely on the standard isotropic diffusion, treating each time step and the entire frequency spectrum identically. However, it may not be suitable for time series, which ofte…

Cited by 0SourcePDFScholar
2025

Learning to Extrapolate and Adjust: Two-Stage Meta-Learning for Concept Drift in Online Time Series Forecasting

IJCAI 2025

The inherent non-stationarity of time series in practical applications poses significant challenges for accurate forecasting. This paper tackles the concept drift problem where the underlying distribution or environment of time series changes. To better describe the characteristics and effectively m

2024

Task-oriented Time Series Imputation Evaluation via Generalized Representers

NeurIPS 2024poster

Time series analysis is widely used in many fields such as power energy, economics, and transportation, including different tasks such as forecasting, anomaly detection, classification, etc. Missing values are widely observed in these tasks, and often leading to unpredictable negative effects on exi…

2023

SADI: A Self-Adaptive Decomposed Interpretable Framework for Electric Load Forecasting Under Extreme Events

ICASSP 2023accepted

Accurate prediction of electric load is crucial in power grid planning and management. In this paper, we solve the electric load forecasting problem under extreme events such as scorching heats. One challenge for accurate forecasting is the lack of training samples under extreme conditions. Also loa…

Cited by 0SourceScholar
2022

Netrca: An Effective Network Fault Cause Localization Algorithm

ICASSP 2022accepted

Localizing the root cause of network faults is crucial to network operation and maintenance. However, due to the complicated network architectures and wireless environments, as well as limited labeled data, accurately localizing the true root cause is challenging. In this paper, we propose a novel a…

Cited by 0SourceScholar
2021

Learning Interpretable Decision Rule Sets: A Submodular Optimization Approach

NeurIPS 2021spotlight

Rule sets are highly interpretable logical models in which the predicates for decision are expressed in disjunctive normal form (DNF, OR-of-ANDs), or, equivalently, the overall model comprises an unordered collection of if-then decision rules. In this paper, we consider a submodular optimization bas…

Cited by 35SourcePDFScholar
2019

Deep Clustering by Gaussian Mixture Variational Autoencoders With Graph Embedding

ICCV 2019poster

We propose DGG: D eep clustering via a G aussian-mixture variational autoencoder (VAE) with G raph embedding. To facilitate clustering, we apply Gaussian mixture model (GMM) as the prior in VAE. To handle data with complex spread, we apply graph embedding. Our idea is that graph information which…

Cited by 154PDFcodeScholar
2019

Self-supervised GAN: Analysis and Improvement with Multi-class Minimax Game

NeurIPS 2019poster

Self-supervised (SS) learning is a powerful approach for representation learning using unlabeled data. Recently, it has been applied to Generative Adversarial Networks (GAN) training. Specifically, SS tasks were proposed to address the catastrophic forgetting issue in the GAN discriminator. In this…