← Search

Junhao Zheng

16 accepted papers

2026

A Unified Shape-Aware Foundation Model for Time Series Classification

AAAI 2026technical

Foundation models pre-trained on large-scale source datasets are reshaping the traditional training paradigm for time series classification. However, existing time series foundation models primarily focus on forecasting tasks and often overlook classification-specific challenges, such as modeling in

Cited by 0SourcePDFScholar
2026

OPUS: Towards Efficient and Principled Data Selection in Large Language Model Pre-training in Every Iteration

ICML 2026oral

As high-quality public text approaches exhaustion, a phenomenon known as the Data Wall—LLM pre-training is shifting from more tokens to better tokens. However, existing methods either rely on heuristic static filters that ignore training dynamics, or use dynamic yet optimizer-agnostic criteria based…

Cited by 0SourceScholar
2025

HyperIMTS: Hypergraph Neural Network for Irregular Multivariate Time Series Forecasting

ICML 2025poster

Irregular multivariate time series (IMTS) are characterized by irregular time intervals within variables and unaligned observations across variables, posing challenges in learning temporal and variable dependencies. Many existing IMTS models either require padded samples to learn separately from te…

2025

Revisiting Adversarial Patch Defenses on Object Detectors: Unified Evaluation, Large-Scale Dataset, and New Insights

ICCV 2025poster

Developing reliable defenses against patch attacks on object detectors has attracted increasing interest. However, we identify that existing defense evaluations lack a unified and comprehensive framework, resulting in inconsistent and incomplete assessments of current methods. To address this issue,…

2025

Spurious Forgetting in Continual Learning of Language Models

ICLR 2025poster

Recent advancements in large language models (LLMs) reveal a perplexing phenomenon in continual learning: despite extensive training, models experience significant performance declines, raising questions about task alignment and underlying knowledge retention. This study first explores the concept o…

2025

Training Large Language Models for Retrieval-Augmented Question Answering through Backtracking Correction

ICLR 2025poster

Despite recent progress in Retrieval-Augmented Generation (RAG) achieved by large language models (LLMs), retrievers often recall uncorrelated documents, regarded as "noise" during subsequent text generation. To address this, some methods train LLMs to distinguish between relevant and irrelevant doc…

Cited by 0SourcePDFScholar
2024

Incremental Sequence Labeling: A Tale of Two Shifts

ACL 2024findings

The incremental sequence labeling task involves continuously learning new classes over time while retaining knowledge of the previous ones. Our investigation identifies two significant semantic shifts: E2O (where the model mislabels an old entity as a non-entity) and O2E (where the model labels a no…

2024

Knowledge-Empowered Dynamic Graph Network for Irregularly Sampled Medical Time Series

NeurIPS 2024poster

Irregularly Sampled Medical Time Series (ISMTS) are commonly found in the healthcare domain, where different variables exhibit unique temporal patterns while interrelated. However, many existing methods fail to efficiently consider the differences and correlations among medical variables together, l…

Cited by 1SourcePDFScholar
2024

Learn or Recall? Revisiting Incremental Learning with Pre-trained Language Models

ACL 2024long

Incremental Learning (IL) has been a long-standing problem in both vision and Natural Language Processing (NLP) communities.In recent years, as Pre-trained Language Models (PLMs) have achieved remarkable progress in various NLP downstream tasks, utilizing PLMs as backbones has become a common practi…

2024

Physical 3D Adversarial Attacks against Monocular Depth Estimation in Autonomous Driving

CVPR 2024poster

Deep learning-based monocular depth estimation (MDE) extensively applied in autonomous driving is known to be vulnerable to adversarial attacks. Previous physical attacks against MDE models rely on 2D adversarial patches so they only affect a small localized region in the MDE map but fail under vari…

2024

Well Begun Is Half Done: An Implicitly Augmented Generative Framework with Distribution Modification for Hierarchical Text Classification

COLING 2024main

Hierarchical Text Classification (HTC) is a challenging task which aims to extract the labels in a tree structure corresponding to a given text. Discriminative methods usually incorporate the hierarchical structure information into the encoding process, while generative methods decode the features a…

Cited by 0SourcePDFScholar
2023

CTW: Confident Time-Warping for Time-Series Label-Noise Learning

IJCAI 2023poster

Noisy labels seriously degrade the generalization ability of Deep Neural Networks (DNNs) in various classification tasks. Existing studies on label-noise learning mainly focus on computer vision, while time series also suffer from the same issue. Directly applying the methods from computer vision to…

2023

Joint Constrained Learning with Boundary-adjusting for Emotion-Cause Pair Extraction

ACL 2023long

Emotion-Cause Pair Extraction (ECPE) aims to identify the document’s emotion clauses and corresponding cause clauses. Like other relation extraction tasks, ECPE is closely associated with the relationship between sentences. Recent methods based on Graph Convolutional Networks focus on how to model t…

Cited by 7SourcePDFScholar
2023

Preserving Commonsense Knowledge from Pre-trained Language Models via Causal Inference

ACL 2023long

Fine-tuning has been proven to be a simple and effective technique to transfer the learned knowledge of Pre-trained Language Models (PLMs) to downstream tasks. However, vanilla fine-tuning easily overfits the target data and degrades the generalization ability. Most existing studies attribute it to…

2022

Distilling Causal Effect from Miscellaneous Other-Class for Continual Named Entity Recognition

EMNLP 2022main

Continual Learning for Named Entity Recognition (CL-NER) aims to learn a growing number of entity types over time from a stream of data. However, simply learning Other-Class in the same way as new entity types amplifies the catastrophic forgetting and leads to a substantial performance drop. The mai…