← Search

Yiqun Zhang

27 accepted papers

2026

Beyond Gemini-3-Pro: Revisiting LLM Routing and Aggregation at Scale

ICML 2026poster

Large Language Models (LLMs) have rapidly advanced, with Gemini-3-Pro setting a new performance milestone. In this work, we explore collective intelligence as an alternative to monolithic scaling, and demonstrate that open-source LLMs' collaboration can surpass Gemini-3-Pro. We first revisit LLM rou…

Cited by 0SourceScholar
2026

Break the Tie: Learning Cluster-Customized Category Relationships for Categorical Data Clustering

AAAI 2026technical

Categorical attributes with qualitative values are ubiquitous in cluster analysis of real datasets. Unlike the Euclidean distance of numerical attributes, the categorical attributes lack well-defined relationships of their possible values (also called categories interchangeably), which hampers the e

Cited by 0SourcePDFScholar
2026

CADM: Cluster-customized Adaptive Distance Metric for Categorical Data Clustering

ICASSP 2026poster

An appropriate distance metric is crucial for categorical data clustering, as the distance between categorical data cannot be directly calculated. However, the distances between attribute values usually vary in different clusters induced by their different distributions, which has not been taken int…

Cited by 0SourcePDFScholar
2026

CARE: Class-Adaptive Expert Consensus for Reliable Learning with Long-Tailed Noisy Labels

ICML 2026poster

Learning from real-world data is frequently hindered by the compound challenge of long-tailed class distributions and noisy annotations. Existing methods partially address these issues but typically ignore the non-uniform impact of label noise across classes, resulting in ineffective correction for …

Cited by 0SourceScholar
2026

Can LLMs Beat Humans in Debating? A Dynamic Multi-agent Framework for Competitive Debate

ICASSP 2026poster

Competitive debate is a complex task of computational argumentation. Large Language Models (LLMs) suffer from hallucinations and lack competitiveness in this field. To address these challenges, we introduce Agent for Debate (Agent4Debate), a dynamic multi-agent framework based on LLMs designed to en…

Cited by 0SourcePDFScholar
2026

Fine-Tuning Impairs the Balancedness of Foundation Models in Long-tailed Personalized Federated Learning

CVPR 2026

Personalized federated learning (PFL) with foundation models has emerged as a promising paradigm enabling clients to adapt to heterogeneous data distributions. However, real-world scenarios often face the co-occurrence of non-IID data and long-tailed class distributions, presenting unique challenges

Cited by 0SourcecodeScholar
2026

ICL-Router: In-Context Learned Model Representations for LLM Routing

AAAI 2026technical

Large language models (LLMs) often exhibit complementary strengths. Model routing harnesses these strengths by dynamically directing each query to the most suitable model, given a candidate model pool. However, routing performance relies on accurate model representations, and adding new models typic

Cited by 0SourcePDFScholar
2026

Mask the Redundancy: Evolving Masking Representation Learning for Multivariate Time-Series Clustering

AAAI 2026technical

Multivariate Time-Series (MTS) clustering discovers intrinsic grouping patterns of temporal data samples. Although time-series provide rich discriminative information, they also contain substantial redundancy, such as steady-state machine operation records and zero-output periods of solar power gene

Cited by 0SourcePDFScholar
2026

SECOS: Semantic Capture for Rigorous Classification in Open-World Semi-Supervised Learning

CVPR 2026

In open-world semi-supervised learning (OWSSL), a model learns from labeled data and unlabeled data containing both known and novel classes. In practical OWSSL applications, models are expected to perform rigorous classification by directly selecting the most semantically relevant label from a candi

Cited by 0SourcecodeScholar
2026

The Avengers: A Routing Recipe for Collective Intelligence in Language Models

AAAI 2026technical

Proprietary models are increasingly dominating the race for ever-larger language models. Can open-source, smaller models remain competitive across a broad range of tasks? In this paper, we present the Avengers---a lightweight framework that leverages the collective intelligence of these smaller mod

Cited by 0SourcePDFScholar
2025

Asynchronous Federated Clustering with Unknown Number of Clusters

AAAI 2025technical

Federated Clustering (FC) is crucial to mining knowledge from unlabeled non-Independent Identically Distributed (non-IID) data provided by multiple clients while preserving their privacy. Most existing attempts learn cluster distributions at local clients, then securely pass the desensitized informa…

2025

FIRING-Net: A filtered feature recycling network for speech enhancement

ICLR 2025poster

Current deep neural networks for speech enhancement (SE) aim to minimize the distance between the output signal and the clean target by filtering out noise features from input features. However, when noise and speech components are highly similar, SE models struggle to learn effective discrimination…

Cited by 0SourcePDFScholar
2025

Improving Speech Enhancement by Cross- and Sub-band Processing with State Space Model

ICASSP 2025accepted

Recently, the state space model (SSM) represented by Mamba has shown remarkable performance in long-term sequence modeling tasks, including speech enhancement. However, due to substantial differences in sub-band features, applying the same SSM to all sub-bands limits its inference capability. Additi…

Cited by 0SourceScholar
2025

Mind the Gap: Confidence Discrepancy Can Guide Federated Semi-Supervised Learning Across Pseudo-Mismatch

CVPR 2025poster

Federated Semi-Supervised Learning (FSSL) aims to leverage unlabeled data across clients with limited labeled data to train a global model with strong generalization ability. Most FSSL methods rely on consistency regularization with pseudo-labels, converting predictions from local or global models i…

2025

PRO-VPT: Distribution-Adaptive Visual Prompt Tuning via Prompt Relocation

ICCV 2025accepted

Visual prompt tuning (VPT), i.e., fine-tuning some lightweight prompt tokens, provides an efficient and effective approach for adapting pre-trained models to various downstream tasks. However, most prior art indiscriminately uses a fixed prompt distribution across different tasks, neglecting the imp…

2025

Robust Qualitative Data Clustering via Learnable Multi-Metric Space Fusion

ICASSP 2025accepted

Understanding categorical data with vague qualitative values by forming clusters is crucial in many data-driven AI fields. Compared with numerical data with its quantitative values embedded in well-defined Euclidean distance space, distances of the qualitative values are naturally unknown and are sp…

Cited by 0SourceScholar
2025

SeqPose: An End-to-End Framework to Unify Single-frame and Video-based RGB Category-Level Pose Estimation

IJCAI 2025

Category-level object pose estimation is a longstanding and fundamental task crucial for augmented reality and robotic manipulation applications. Existing RGB-based approaches struggle with multi-stage settings and heavily rely on off-the-shelf techniques, such as object detectors, depth estimators,

2025

SmartNet: One-shot Talking Head Synthesis via Subtle Motion and Appearance Compensation

ICASSP 2025accepted

One-shot talking head synthesis aims to animate a source person’s portrait with driving video sequences. Recent facial keypoint-based methods have achieved remarkable animation performance and produced high-quality results. However, it remains challenging to perform cross-identity face reenactment b…

Cited by 0SourceScholar
2025

TOOL-ED: Enhancing Empathetic Response Generation with the Tool Calling Capability of LLM

COLING 2025main

Empathetic conversation is a crucial characteristic in daily conversations between individuals. Nowadays, Large Language models (LLMs) have shown outstanding performance in generating empathetic responses. Knowledge bases like COMET can assist LLMs in mitigating illusions and enhancing the understan…

2025

Weighted Density for The Win: Accurate Subspace Density Clustering

ICASSP 2025accepted

k-clustering typically struggles with the detection of irregular-distributed clusters due to the natural bias, while density clustering usually cannot well-adapt to different datasets and clustering tasks as it is not an oriented optimization process. This paper, therefore, proposes to perform densi…

Cited by 0SourceScholar
2024

An Efficient and Interpre Table Speech Enhancement Network Via Deep Dictionary Learning

ICASSP 2024accepted

Speech enhancement is a vital and highly ill-posed problem for many speech downstream tasks. While currently existing deep learning based speech enhancement methods have held state-of-the-art results, they still possess apparent shortcomings in that most of the deep learning based models lack interp…

Cited by 0SourceScholar
2024

Curricular Contrastive Regularization for Speech Enhancement with Self-Supervised Representations

ICASSP 2024accepted

Existing deep learning-based speech enhancement methods only adopt clean speech as positive samples to guide the training of speech enhancement networks while negative samples, i.e., noisy speech, are unexploited. In this paper, we adopt contrastive regularization (CR) built upon contrastive learnin…

Cited by 0SourceScholar
2024

HiFT: A Hierarchical Full Parameter Fine-Tuning Strategy

EMNLP 2024main

Full-parameter fine-tuning (FPFT) has become the go-to choice for adapting language models (LMs) to downstream tasks due to its excellent performance. As LMs grow in size, fine-tuning the full parameters of LMs requires a prohibitively large amount of GPU memory. Existing approaches utilize zeroth-o…

2024

Improving Acoustic Echo Cancellation by Exploring Speech and Echo Affinity with Multi-Head Attention

ICASSP 2024accepted

Deep learning-based approaches formulate acoustic echo cancellation (AEC) as a supervised speech separation task, where the mixture signal and the far-end signal are combined directly before or after the encoding stage. However, the mixture signal and the far-end signal are not integrated sufficient…

Cited by 0SourceScholar
2024

Improving Visual Prompt Tuning by Gaussian Neighborhood Minimization for Long-Tailed Visual Recognition

NeurIPS 2024poster

Long-tailed visual recognition has received increasing attention recently. Despite fine-tuning techniques represented by visual prompt tuning (VPT) achieving substantial performance improvement by leveraging pre-trained knowledge, models still exhibit unsatisfactory generalization performance on tai…

2024

STICKERCONV: Generating Multimodal Empathetic Responses from Scratch

ACL 2024long

Stickers, while widely recognized for enhancing empathetic communication in online interactions, remain underexplored in current empathetic dialogue research, notably due to the challenge of a lack of comprehensive datasets. In this paper, we introduce the Agent for STICKERCONV (Agent4SC), which use…

2022

Het2Hom: Representation of Heterogeneous Attributes into Homogeneous Concept Spaces for Categorical-and-Numerical-Attribute Data Clustering

IJCAI 2022poster

Data sets composed of a mixture of categorical and numerical attributes (also called mixed data hereinafter) are common in real-world cluster analysis. However, insightful analysis of such data under an unsupervised scenario using clustering is extremely challenging because the information provided…

Cited by 16SourcePDFScholar