← Search

Xue Jiang

26 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

Disco: Densely-overlapping Cell Instance Segmentation via Adjacency-aware Collaborative Coloring

ICLR 2026poster

Accurate cell instance segmentation is foundational for digital pathology analysis. Existing methods based on contour detection and distance mapping still face significant challenges in processing complex and dense cellular regions. Graph coloring-based methods provide a new paradigm for this task,…

Cited by 0SourcecodeScholar
2026

Large Language Model Unlearning for Source Code

AAAI 2026technical

While Large Language Models (LLMs) excel at code generation, their inherent tendency toward verbatim memorization of training data introduces critical risks like copyright infringement, insecurity emission, and deprecated API utilization, etc. A straightforward yet promising defense is unlearning, i

Cited by 0SourcePDFScholar
2026

MM-Snowball: Evaluating and Mitigating Hallucination Snowballing in Multimodal Multi-turn Dialogue

ICML 2026poster

Multimodal Large Language Models (MLLMs) demonstrate remarkable visual understanding, yet their reliability in interactive settings is severely undermined by {hallucination snowballing}: a phenomenon where initial errors amplify across conversational turns, leading to a collapse in coherence. This f…

Cited by 0SourceScholar
2026

Transferability of Adversarial Attacks in Video-based MLLMs: A Cross-modal Image-to-Video Approach

AAAI 2026technical

Video-based multimodal large language models (V-MLLMs) have shown vulnerability to adversarial examples in video-text multimodal tasks. However, the transferability of adversarial videos to unseen models—a common and practical real-world scenario—remains unexplored. In this paper, we pioneer an in

Cited by 0SourcePDFScholar
2025

On the Generalization Ability of Next-Token-Prediction Pretraining

ICML 2025poster

Large language models (LLMs) have demonstrated remarkable potential in handling natural language processing (NLP) tasks and beyond. LLMs usually can be categorized as transformer decoder-only models (DOMs), utilizing Next-Token-Prediction (NTP) as their pre-training methodology. Despite their tremen…

Cited by 0SourcePDFScholar
2025

Reasoning is Periodicity? Improving Large Language Models Through Effective Periodicity Modeling

NeurIPS 2025poster

Periodicity, as one of the most important basic characteristics, lays the foundation for facilitating structured knowledge acquisition and systematic cognitive processes within human learning paradigms. However, the potential flaws of periodicity modeling in Transformer affect the learning efficienc…

Cited by 0SourceScholar
2025

Rethinking Repetition Problems of LLMs in Code Generation

ACL 2025long

With the advent of neural language models, the performance of code generation has been significantly boosted. However, the problem of repetitions during the generation process continues to linger. Previous work has primarily focused on content repetition, which is merely a fraction of the broader re…

2024

Frequency-Domain Signal Reconstruction for Dynamic Time-Domain Weighting Hybrid Precoding with Beam Squint

ICASSP 2024accepted

Hybrid precoding is considered in wideband mm-Wave massive MIMO-OFDM systems with beam squint. Traditional wideband hybrid precoding schemes cannot achieve near-optimal sum rate as digital precoding/beamforming (DBF) and may induce high hardware cost. Dynamic time-domain weighting hybrid precoding (…

Cited by 0SourceScholar
2024

Generalization or Memorization: Data Contamination and Trustworthy Evaluation for Large Language Models

ACL 2024findings

Recent statements about the impressive capabilities of large language models (LLMs) are usually supported by evaluating on open-access benchmarks. Considering the vast size and wide-ranging sources of LLMs’ training data, it could explicitly or implicitly include test data, leading to LLMs being mor…

2024

Generalize for Future: Slow and Fast Trajectory Learning for CTR Prediction

AAAI 2024technical

Deep neural networks (DNNs) have achieved significant advancements in click-through rate (CTR) prediction by demonstrating strong generalization on training data. However, in real-world scenarios, the assumption of independent and identically distributed (i.i.d.) conditions, which is fundamental to…

Cited by 0SourcePDFScholar
2024

Leveraging Tensor Subspace Prior: Enhanced Sum of Nuclear Norm Minimization for Tensor Completion

ICASSP 2024accepted

Tensor completion has attracted increasing attention in signal processing, computer vision, and biomedical engineering. By using nuclear norm minimization, a tensor completion problem can be converted into a convex program and enjoys properties gained from matrix completion. The low rank property ha…

Cited by 0SourceScholar
2024

Negative Label Guided OOD Detection with Pretrained Vision-Language Models

ICLR 2024spotlight

Out-of-distribution (OOD) detection aims at identifying samples from unknown classes, playing a crucial role in trustworthy models against errors on unexpected inputs. Extensive research has been dedicated to exploring OOD detection in the vision modality. {Vision-language models (VLMs) can lever…

2024

PACE: Improving Prompt with Actor-Critic Editing for Large Language Model

ACL 2024findings

Large language models (LLMs) have showcased remarkable potential across various tasks by conditioning on prompts. However, the quality of different human-written prompts leads to substantial discrepancies in LLMs’ performance, and improving prompts usually necessitates considerable human effort and…

Cited by 14SourcePDFScholar
2023

Detecting Out-of-distribution Data through In-distribution Class Prior

ICML 2023poster

Given a pre-trained in-distribution (ID) model, the inference-time out-of-distribution (OOD) detection aims to recognize OOD data during the inference stage. However, some representative methods share an unproven assumption that the probability that OOD data belong to every ID class should be the sa…

2023

On the Stability and Generalization of Triplet Learning

AAAI 2023technical

Triplet learning, i.e. learning from triplet data, has attracted much attention in computer vision tasks with an extremely large number of categories, e.g., face recognition and person re-identification. Albeit with rapid progress in designing and applying triplet learning algorithms, there is a lac…

Cited by 5SourcePDFScholar
2022

Boundary-Aware Bias Loss for Transformer-Based Aerial Image Segmentation Model

ICASSP 2022accepted

Inspired by the tremendous success of the transformer-based model in natural language processing (NLP), many efforts introduce the transformer-based model into the image processing tasks. However, naive transformer models have to down-sample the image resolution to satisfy computational restrictions…

Cited by 0SourceScholar
2022

Cross-Image Relational Knowledge Distillation for Semantic Segmentation

CVPR 2022poster

Current Knowledge Distillation (KD) methods for semantic segmentation often guide the student to mimic the teacher's structured information generated from individual data samples. However, they ignore the global semantic relations among pixels across various images that are valuable for KD. This pap…

Cited by 247PDFcodeScholar
2022

End-to-End Neural Speech Coding for Real-Time Communications

ICASSP 2022accepted

Deep-learning based methods have shown their advantages in audio coding over traditional ones but limited attention has been paid on real-time communications (RTC). This paper proposes the TFNet, an end-to-end neural speech codec with low latency for RTC. It takes an encoder-temporal filtering-decod…

Cited by 0SourceScholar
2021

TreeBERT: A tree-based pre-trained model for programming language

UAI 2021poster

Source code can be parsed into the abstract syntax tree (AST) based on defined syntax rules. However, in pre-training, little work has considered the incorporation of tree structure into the learning process. In this paper, we present TreeBERT, a tree-based pre-trained model for improving programmin…