← Search

Qing Ye

11 accepted papers

2026

AI-Salesman: Towards Reliable Large Language Model Driven Telemarketing

AAAI 2026technical

Goal-driven persuasive dialogue, exemplified by applications like telemarketing, requires sophisticated multi-turn planning and strict factual faithfulness, which remains a significant challenge for even state-of-the-art Large Language Models (LLMs). A lack of task-specific data often limits previou

Cited by 0SourcePDFScholar
2026

Deploying Models to Non-participating Clients in Federated Learning without Fine-tuning: A Hypernetwork-based Approach

ICLR 2026poster

Federated Learning (FL) has emerged as a promising paradigm for privacy-preserving collaborative learning, yet data heterogeneity remains a critical challenge. While existing methods achieve progress in addressing data heterogeneity for participating clients, they fail to generalize to non-participa…

Cited by 0SourceScholar
2026

HyperNAS: Enhancing Architecture Representation for NAS Predictor via Hypernetwork

CVPR 2026

Time-intensive performance evaluations significantly impede progress in Neural Architecture Search (NAS). To address this, neural predictors leverage surrogate models trained on proxy datasets, allowing for direct performance predictions for new architectures.However, these predictors often exhibit

Cited by 0SourceScholar
2026

Learning Locally, Revising Globally: Global Reviser for Federated Learning with Noisy Labels

ICML 2026poster

In pursuit of data privacy, federated learning (FL) collaboratively trains a global model by aggregating local models learned from decentralized data. However, FL heavily depends on high-quality labels, which are often impractical in the real world, leading to the federated label-noise (F-LN) proble…

Cited by 0SourceScholar
2026

Spatial-Aware Reduction Framework: Towards Efficient and Faithful Visual State Space Models

ICML 2026poster

Mamba demonstrates strong efficiency in modeling long visual sequences. However, when token reduction is applied to structurally enhanced Mamba variants, these models exhibit a severe performance collapse. We attribute this degradation to the spatially agnostic nature of existing reduction methods, …

Cited by 0SourceScholar
2025

A Spatio-temporal Cluster-aware Supervised Learning Framework for Predicting County-level Drug Overdose Deaths

AAAI 2025technical

The soaring drug overdose crisis in the United States has claimed more than half a million lives in the past decade and remains a major public health threat. The ability to predict drug overdose deaths at the county level can help local communities develop action plans in response to emerging change…

2025

Ferret: An Efficient Online Continual Learning Framework under Varying Memory Constraints

CVPR 2025poster

In the realm of high-frequency data streams, achieving real-time learning within varying memory constraints is paramount. This paper presents Ferret, a comprehensive framework designed to enhance online accuracy of Online Continual Learning (OCL) algorithms while dynamically adapting to varying memo…

Cited by 0SourcePDFScholar
2025

Pruning-Robust Mamba with Asymmetric Multi-Scale Scanning Paths

NeurIPS 2025poster

Mamba has proven efficient for long-sequence modeling in vision tasks. However, when token reduction techniques are applied to improve efficiency, Mamba-based models exhibit drastic performance degradation compared to Vision Transformers (ViTs). This decline is potentially attributed to Mamba's cha…

Cited by 0SourceScholar
2024

Federated CINN Clustering for Accurate Clustered Federated Learning

ICASSP 2024accepted

Federated Learning (FL) presents an innovative approach to privacy-preserving distributed machine learning and enables efficient crowd intelligence on a large scale. However, a significant challenge arises when coordinating FL with crowd intelligence which diverse client groups possess disparate obj…

Cited by 0SourceScholar
2023

Communication-efficient Federated Learning with Single-Step Synthetic Features Compressor for Faster Convergence

ICCV 2023poster

Reducing communication overhead in federated learning (FL) is challenging but crucial for large-scale distributed privacy-preserving machine learning. While methods utilizing sparsification or other techniques can largely reduce the communication overhead, the convergence rate is also greatly compro…

Cited by 12PDFcodeScholar
2023

PRIOR: Personalized Prior for Reactivating the Information Overlooked in Federated Learning.

NeurIPS 2023poster

Classical federated learning (FL) enables training machine learning models without sharing data for privacy preservation, but heterogeneous data characteristic degrades the performance of the localized model. Personalized FL (PFL) addresses this by synthesizing personalized models from a global mode…