← Search

Xinyang Chen

21 accepted papers

2026

Mitigating Endogenous Confirmation Bias in Noisy Label Learning for Vision-Language Models

AAAI 2026technical

Pretrained vision-language models (VLMs), especially CLIP, excel at adapting to downstream tasks through fine-tuning with sufficient high-quality labeled data. However, real-world training data often contains noisy labels, leading to significant performance degradation when models are naively fine-

Cited by 0SourcePDFScholar
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

XLinear: A Lightweight and Accurate MLP-Based Model for Long-Term Time Series Forecasting with Exogenous Inputs

AAAI 2026technical

Despite the prevalent assumption of uniform variable importance in long-term time series forecasting models, real-world applications often exhibit asymmetric causal relationships and varying data acquisition costs. Specifically, cost‐effective exogenous data (e.g., local weather) can unilaterally in

Cited by 0SourcePDFScholar
2025

A Survey on the Feedback Mechanism of LLM-based AI Agents

IJCAI 2025

Large language models (LLMs) are increasingly being adopted to develop general-purpose AI agents. However, it remains challenging for these LLM-based AI agents to efficiently learn from feedback and iteratively optimize their strategies. To address this challenge, tremendous efforts have been dedica

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

Breakthrough Sensor-Limited Single View: Towards Implicit Temporal Dynamics for Time Series Domain Adaptation

NeurIPS 2025poster

Unsupervised domain adaptation has emerged as a pivotal paradigm for mitigating distribution shifts in time series analysis. The fundamental challenge in time series domain adaptation arises from the entanglement of domain shifts and intricate temporal patterns. Crucially, the latent continuous-time…

Cited by 0SourcecodeScholar
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

Graph Structure Learning for Spatial-Temporal Imputation: Adapting to Node and Feature Scales

AAAI 2025technical

Spatial-temporal data collected across different geographic locations often suffer from missing values, posing challenges to data analysis. Existing methods primarily leverage fixed spatial graphs to impute missing values, which implicitly assume that the spatial relationship is roughly the same for…

2025

Handling Imbalanced Pseudolabels for Vision-Language Models with Concept Alignment and Confusion-Aware Calibrated Margin

ICML 2025poster

Adapting vision-language models (VLMs) to downstream tasks with pseudolabels has gained increasing attention. A major obstacle is that the pseudolabels generated by VLMs tend to be imbalanced, leading to inferior performance. While existing methods have explored various strategies to address this,…

2025

Meta Guidance: Incorporating Inductive Biases into Deep Time Series Imputers

NeurIPS 2025poster

Missing values, frequently encountered in time series data, can significantly impair the effectiveness of analytical methods. While deep imputation models have emerged as the predominant approach due to their superior performance, explicitly incorporating inductive biases aligned with time-series ch…

Cited by 0SourceScholar
2025

Unified Transferability Metrics for Time Series Foundation Models

NeurIPS 2025poster

With the increasing number of time series pre-trained models, designing transferability evaluation metrics for time series has become an urgent problem to address. While transferability evaluation has been extensively studied in computer vision, we aim to address a critical gap by developing tailor…

Cited by 0SourceScholar
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

Frequency-aware Generative Models for Multivariate Time Series Imputation

NeurIPS 2024poster

Missing data in multivariate time series are common issues that can affect the analysis and downstream applications. Although multivariate time series data generally consist of the trend, seasonal and residual terms, existing works mainly focus on optimizing the modeling for the first two items. How…

Cited by 2SourcePDFScholar
2024

Structured Matrix Basis for Multivariate Time Series Forecasting with Interpretable Dynamics

NeurIPS 2024poster

Multivariate time series forecasting is of central importance in modern intelligent decision systems. The dynamics of multivariate time series are jointly characterized by temporal dependencies and spatial correlations. Hence, it is equally important to build the forecasting models from both perspec…

Cited by 2SourcePDFScholar
2024

Vector Quantization Pretraining for EEG Time Series with Random Projection and Phase Alignment

ICML 2024poster

In this paper, we propose a BERT-style self-supervised learning model, VQ-MTM (Vector Quantization Masked Time-Series Modeling), for the EEG time series data analysis. At its core, VQ-MTM comprises a theoretically grounded random-projection quantization module and a phase-aligning module guided by t…

2022

X-model: Improving Data Efficiency in Deep Learning with A Minimax Model

ICLR 2022poster

To mitigate the burden of data labeling, we aim at improving data efficiency for both classification and regression setups in deep learning. However, the current focus is on classification problems while rare attention has been paid to deep regression, which usually requires more human effort to lab…

Cited by 2SourcePDFScholar
2021

Representation Subspace Distance for Domain Adaptation Regression

ICML 2021spotlight

Regression, as a counterpart to classification, is a major paradigm with a wide range of applications. Domain adaptation regression extends it by generalizing a regressor from a labeled source domain to an unlabeled target domain. Existing domain adaptation regression methods have achieved positive…

Cited by 122SourcePDFScholar
2020

Progressive Adversarial Networks for Fine-Grained Domain Adaptation

CVPR 2020poster

Fine-grained visual categorization has long been considered as an important problem, however, its real application is still restricted, since precisely annotating a large fine-grained image dataset is a laborious task and requires expert-level human knowledge. A solution to this problem is applying…

Cited by 82PDFScholar
2019

Catastrophic Forgetting Meets Negative Transfer: Batch Spectral Shrinkage for Safe Transfer Learning

NeurIPS 2019poster

Before sufficient training data is available, fine-tuning neural networks pre-trained on large-scale datasets substantially outperforms training from random initialization. However, fine-tuning methods suffer from two dilemmas, catastrophic forgetting and negative transfer. While several methods wit…

2019

Transferability vs. Discriminability: Batch Spectral Penalization for Adversarial Domain Adaptation

ICML 2019oral

Adversarial domain adaptation has made remarkable advances in learning transferable representations for knowledge transfer across domains. While adversarial learning strengthens the feature transferability which the community focuses on, its impact on the feature discriminability has not been fully…