← Search

Xiaoyu Yang

23 accepted papers

2026

Denoising Neural Reranker for Recommender Systems

ICLR 2026poster

For multi-stage recommenders in industry, a user request would first trigger a simple and efficient retriever module that selects and ranks a list of relevant items, then the recommender calls a slower but more sophisticated reranking model that refines the item list exposure to the user. To consist…

Cited by 0SourcecodeScholar
2026

Drift-aware Collaborative Assistance Mixture of Experts for Heterogeneous Multistream Learning

AAAI 2026technical

Learning from multiple data streams in real-world scenarios is fundamentally challenging due to intrinsic heterogeneity and unpredictable concept drifts. Existing methods typically assume homogeneous streams and employ static architectures with indiscriminate knowledge fusion, limiting generalizabil

Cited by 0SourcePDFScholar
2026

LLM Safety in Judicial AI: A Stress Test of Social Media Influence on Real-World Judgments

AAAI 2026technical

Integrating Large Language Models (LLMs) into judicial decision-making demands rigorous safety examination against non-legal influences. This paper presents a novel stress test where we evaluate LLM-generated labor dispute outcomes by introducing social media sentiment as an external pressure, criti

Cited by 0SourcePDFScholar
2026

SPEAR: A Unified SSL Framework for Learning Speech and Audio Representations

ICML 2026poster

Self-supervised learning (SSL) has significantly advanced acoustic representation learning. However, most existing models are optimised for either speech or audio event understanding, resulting in a persistent gap between these two domains. We address this gap with SPEAR (SPEech and Audio Representa…

Cited by 0SourceScholar
2026

Turning Drift into Constraint: Robust Reasoning Alignment in Non-Stationary Multi-Stream Environments

ICML 2026poster

This paper identifies a critical yet underexplored challenge in reasoning alignment from multiple multi-modal large language models (MLLMs): In non-stationary environments, the diverse reasoning distributions of source models often evolve unpredictably, transmitting systematic biases and drift to th…

Cited by 0SourceScholar
2025

Adapting Multi-modal Large Language Model to Concept Drift From Pre-training Onwards

ICLR 2025poster

Multi-modal Large Language Models (MLLMs) frequently face challenges from concept drift when dealing with real-world streaming data, wherein distributions change unpredictably. This mainly includes gradual drift due to long-tailed data and sudden drift from Out-Of-Distribution (OOD) data, both of wh…

2025

CR-CTC: Consistency regularization on CTC for improved speech recognition

ICLR 2025poster

Connectionist Temporal Classification (CTC) is a widely used method for automatic speech recognition (ASR), renowned for its simplicity and computational efficiency. However, it often falls short in recognition performance. In this work, we propose the Consistency-Regularized CTC (CR-CTC), which en…

2025

Learning Robust Spectral Dynamics for Temporal Domain Generalization

NeurIPS 2025poster

Modern machine learning models struggle to maintain performance in dynamic environments where temporal distribution shifts, \textit{i.e., concept drift}, are prevalent. Temporal Domain Generalization (TDG) seeks to enable model generalization across evolving domains, yet existing approaches typicall…

Cited by 0SourceScholar
2025

One Leaf Reveals the Season: Occlusion-Based Contrastive Learning with Semantic-Aware Views for Efficient Visual Representation

ICML 2025poster

This paper proposes a scalable and straightforward pre-training paradigm for efficient visual conceptual representation called occluded image contrastive learning (OCL). Our OCL approach is simple: we randomly mask patches to generate different views within an image and contrast them among a mini-ba…

2025

SALMONN-omni: A Standalone Speech LLM without Codec Injection for Full-duplex Conversation

NeurIPS 2025poster

In order to enable fluid and natural human-machine speech interaction, existing full-duplex conversational systems often adopt modular architectures with auxiliary components such as voice activity detectors, interrupters, conversation state predictors, or multiple LLMs. These systems, however, suff…

Cited by 0SourcecodeScholar
2025

Walking the Tightrope: Autonomous Disentangling Beneficial and Detrimental Drifts in Non-Stationary Custom-Tuning

NeurIPS 2025poster

This paper uncovers a critical yet overlooked phenomenon in multi-modal large language models (MLLMs), especially for chest diagnosis: detrimental concept drift within chain-of-thought (CoT) reasoning during non-stationary reinforcement fine-tuning (RFT), where reasoning token distributions evolve u…

Cited by 0SourcecodeScholar
2025

Who You Are Matters: Bridging Interests and Social Roles via LLM-Enhanced Logic Recommendation

NeurIPS 2025poster

Recommender systems filter contents/items valuable to users by inferring preferences from user features and historical behaviors. Mainstream approaches follow the learning-to-rank paradigm, which focus on discovering and modeling item topics (e.g., categories), and capturing user preferences on the…

Cited by 0SourcecodeScholar
2024

Libriheavy: A 50, 000 Hours ASR Corpus with Punctuation Casing and Context

ICASSP 2024accepted

In this paper, we introduce Libriheavy, a large-scale ASR corpus consisting of 50,000 hours of read English speech derived from LibriVox. To the best of our knowledge, Libriheavy is the largest freely-available corpus of speech with supervisions. Different from other open-sourced datasets that only…

Cited by 0SourceScholar
2024

PromptASR for Contextualized ASR with Controllable Style

ICASSP 2024accepted

Prompts are crucial to large language models as they provide context information such as topic or logical relationships. Inspired by this, we propose PromptASR, a framework that integrates prompts in end-to-end automatic speech recognition (E2E ASR) systems to achieve contextualized ASR with control…

Cited by 0SourceScholar
2024

TrafficNight : An Aerial Multimodal Benchmark For Nighttime Vehicle Surveillance

ECCV 2024poster

"In autonomous simulation and surveillance, realistic scenarios are crucial for advancing object detection algorithms. Existing aerial datasets suffer from sample class imbalance, especially in larger vehicles like trucks, and unrealistic lighting conditions. This hampers progress in driving behavio…

Cited by 1SourcePDFScholar
2024

Zipformer: A faster and better encoder for automatic speech recognition

ICLR 2024oral

The Conformer has become the most popular encoder model for automatic speech recognition (ASR). It adds convolution modules to a transformer to learn both local and global dependencies. In this work we describe a faster, more memory-efficient, and better-performing transformer, called Zipformer. M…

2023

Delay-Penalized Transducer for Low-Latency Streaming ASR

ICASSP 2023accepted

In streaming automatic speech recognition (ASR), it is desirable to reduce latency as much as possible while having minimum impact on recognition accuracy. Although a few existing methods are able to achieve this goal, they are difficult to implement due to their dependency on external alignments. I…

Cited by 0SourceScholar
2023

Fast and Parallel Decoding for Transducer

ICASSP 2023accepted

The transducer architecture is becoming increasingly popular in the field of speech recognition, because it is naturally streaming as well as high in accuracy. One of the drawbacks of transducer is that it is difficult to decode in a fast and parallel way due to an unconstrained number of symbols th…

Cited by 0SourceScholar
2023

Predicting Multi-Codebook Vector Quantization Indexes for Knowledge Distillation

ICASSP 2023accepted

Knowledge distillation (KD) is a common approach to improve model performance in automatic speech recognition (ASR), where a student model is trained to imitate the output behaviour of a teacher model. However, traditional KD methods suffer from teacher label storage issue, especially when the train…

Cited by 0SourceScholar
2023

T-distributed Spherical Feature Representation for Imbalanced Classification

AAAI 2023technical

Real-world classification tasks often show an extremely imbalanced problem. The extreme imbalance will cause a strong bias that the decision boundary of the classifier is completely dominated by the categories with abundant samples, which are also called the head categories. Current methods have all…

Cited by 2SourcePDFScholar
2022

Knowledge Distillation for Neural Transducers from Large Self-Supervised Pre-Trained Models

ICASSP 2022accepted

Self-supervised pre-training is an effective approach to leveraging a large amount of unlabelled data to reduce word error rates (WERs) of automatic speech recognition (ASR) systems. Since it is impractical to use large pre-trained models for many real-world ASR applications, it is desirable to have…

Cited by 0SourceScholar
2020

Rumor Detection on Social Media with Graph Structured Adversarial Learning

IJCAI 2020poster

The wide spread of rumors on social media has caused tremendous effects in both the online and offline world. In addition to text information, recent detection methods began to exploit the graph structure in the propagation network. However, without a rigorous design, rumors may evade such graph mod…

Cited by 0SourcePDFScholar