← Search

Zhichao Wang

26 accepted papers

2026

Beyond the Trade-off: Unifying Fairness and Performance in Federated Learning

ICML 2026poster

Federated Learning (FL) often suffers from a trade-off between global model performance and client-level fairness due to data heterogeneity, which often leads to inconsistent performance of the globally trained models, resulting in unfair outcomes among users. Existing fair FL algorithms face a trad…

Cited by 0SourceScholar
2026

OneVoice: One Model, Triple Scenarios—Towards Unified Zero-shot Voice Conversion

IJCAI 2026

Recent progress of voice conversion (VC) has achieved a new milestone in speaker cloning and linguistic preservation. But the field remains fragmented, relying on specialized models for linguistic-preserving, expressive, and singing scenarios. We propose OneVoice, a unified zero-shot framework capab

Cited by 0Scholar
2026

PRISM: Distribution-free Adaptive Computation of Matrix Functions for Accelerating Neural Network Training

ICML 2026poster

Matrix functions such as square root, inverse roots, and orthogonalization play a central role in preconditioned gradient methods for neural network training. This has motivated the development of iterative algorithms that avoid explicit eigendecompositions and rely primarily on matrix multiplicatio…

Cited by 0SourceScholar
2026

THE END OF MANUAL DECODING: TOWARDS TRULY END-TO-END LANGUAGE MODELS

ICLR 2026poster

The "end-to-end" label for LLMs is a misnomer. In practice, they depend on a non-differentiable decoding process that requires laborious, hand-tuning of hyperparameters like temperature and top-p. This paper introduces AutoDeco, a novel architecture that enables truly "end-to-end'' generation by lea…

Cited by 0SourcecodeScholar
2026

Walking Further: Semantic-Aware Multimodal Gait Recognition Under Long-Range Conditions

AAAI 2026technical

Gait recognition is an emerging biometric technology that enables non-intrusive and hard-to-spoof human identification. However, most existing methods are confined to short-range, unimodal settings and fail to generalize to long-range and cross-distance scenarios under real-world conditions. To addr

Cited by 0SourcePDFScholar
2025

Federated Unlearning with Gradient Descent and Conflict Mitigation

AAAI 2025technical

Federated Learning (FL) has received much attention in recent years. However, although clients are not required to share their data in FL, the global model itself can implicitly remember clients' local data. Therefore, it’s necessary to effectively remove the target client's data from the FL global…

2025

Generalization Bound of Gradient Flow through Training Trajectory and Data-dependent Kernel

NeurIPS 2025poster

Gradient-based optimization methods have shown remarkable empirical success, yet their theoretical generalization properties remain only partially understood. In this paper, we establish a generalization bound for gradient flow that aligns with the classical Rademacher complexity bounds for kernel m…

Cited by 0SourceScholar
2025

UGM2N: An Unsupervised and Generalizable Mesh Movement Network via M-Uniform Loss

NeurIPS 2025poster

Partial differential equations (PDEs) form the mathematical foundation for modeling physical systems in science and engineering, where numerical solutions demand rigorous accuracy-efficiency tradeoffs. Mesh movement techniques address this challenge by dynamically relocating mesh nodes to rapidly-va…

Cited by 0SourceScholar
2024

Faithful and Efficient Explanations for Neural Networks via Neural Tangent Kernel Surrogate Models

ICLR 2024spotlight

A recent trend in explainable AI research has focused on surrogate modeling, where neural networks are approximated as simpler ML algorithms such as kernel machines. A second trend has been to utilize kernel functions in various explain-by-example or data attribution tasks. In this work, we combine…

2024

Optimal Exact Recovery in Semi-Supervised Learning: A Study of Spectral Methods and Graph Convolutional Networks

ICML 2024poster

We delve into the challenge of semi-supervised node classification on the Contextual Stochastic Block Model (CSBM) dataset. Here, nodes from the two-cluster Stochastic Block Model (SBM) are coupled with feature vectors, which are derived from a Gaussian Mixture Model (GMM) that corresponds to their…

Cited by 0SourcePDFScholar
2024

StreamVoice: Streamable Context-Aware Language Modeling for Real-time Zero-Shot Voice Conversion

ACL 2024long

Recent language model (LM) advancements have showcased impressive zero-shot voice conversion (VC) performance. However, existing LM-based VC models usually apply offline conversion from source semantics to acoustic features, demanding the complete source speech and limiting their deployment to real-…

2023

Delivering Speaking Style in Low-Resource Voice Conversion with Multi-Factor Constraints

ICASSP 2023accepted

Conveying the linguistic content and maintaining the source speech’s speaking style, such as intonation and emotion, is essential in voice conversion (VC). However, in a low-resource situation, where only limited utterances from the target speaker are accessible, existing VC methods are hard to meet…

Cited by 0SourceScholar
2023

Expressive-VC: Highly Expressive Voice Conversion with Attention Fusion of Bottleneck and Perturbation Features

ICASSP 2023accepted

Voice conversion for highly expressive speech is challenging. Current approaches struggle with the balance between speaker similarity, intelligibility, and expressiveness. To address this problem, we propose Expressive-VC, a novel end-to-end voice conversion framework that leverages advantages from…

Cited by 0SourceScholar
2023

Learning in the Presence of Low-dimensional Structure: A Spiked Random Matrix Perspective

NeurIPS 2023poster

We consider the learning of a single-index target function $f_*: \mathbb{R}^d\to\mathbb{R}$ under spiked covariance data: $$f_*(\boldsymbol{x}) = \textstyle\sigma_*(\frac{1}{\sqrt{1+\theta}}\langle\boldsymbol{x},\boldsymbol{\mu}\rangle), ~~ \boldsymbol{x}\overset{\small\mathrm{i.i.d.}}{\sim}\mathca…

Cited by 39SourcePDFScholar
2023

Robust Point Cloud Registration Using Geometric Spatial Refinement

RA-L 2023

Point cloud registration is a process used in computer vision and robotics for aligning different partial scans via rigid transform prediction. Recently, several existing traditional and learning-based point cloud registration methods have demonstrated significant progress. However, certain methods

Cited by 6SourceScholar
2023

Spectral Evolution and Invariance in Linear-width Neural Networks

NeurIPS 2023poster

We investigate the spectral properties of linear-width feed-forward neural networks, where the sample size is asymptotically proportional to network width. Empirically, we show that the spectra of weight in this high dimensional regime are invariant when trained by gradient descent for small constan…

Cited by 20SourcePDFScholar
2023

Streaming Voice Conversion via Intermediate Bottleneck Features and Non-Streaming Teacher Guidance

ICASSP 2023accepted

Streaming voice conversion (VC) is the task of converting the voice of one person to another in real-time. Previous streaming VC methods use phonetic posteriorgrams (PPGs) extracted from automatic speech recognition (ASR) systems to represent speaker-independent information. However, PPGs lack the p…

Cited by 0SourceScholar
2022

High-dimensional Asymptotics of Feature Learning: How One Gradient Step Improves the Representation

NeurIPS 2022accept

We study the first gradient descent step on the first-layer parameters $\boldsymbol{W}$ in a two-layer neural network: $f(\boldsymbol{x}) = \frac{1}{\sqrt{N}}\boldsymbol{a}^\top\sigma(\boldsymbol{W}^\top\boldsymbol{x})$, where $\boldsymbol{W}\in\mathbb{R}^{d\times N}, \boldsymbol{a}\in\mathbb{R}^{N}…

Cited by 179SourcePDFScholar
2022

One-Shot Voice Conversion For Style Transfer Based On Speaker Adaptation

ICASSP 2022accepted

One-shot style transfer is a challenging task, since training on one utterance makes model extremely easy to over-fit to training data and causes low speaker similarity and lack of expressiveness. In this paper, we build on the recognition-synthesis framework and propose a one-shot voice conversion…

Cited by 0SourceScholar
2021

Numerical Solution of Stochastic Differential Equations in Stiefel Manifolds via Tangent Space Parametrization

ICASSP 2021accepted

Stochastic differential equations (SDEs) evolving in Stiefel manifold have numerous applications in Science and Engineering. While numerical schemes for ordinary differential equations (ODEs) in Stiefel manifolds are reasonably well established, much less has been done for numerical SDEs schemes in…

Cited by 0SourceScholar
2020

Spectra of the Conjugate Kernel and Neural Tangent Kernel for linear-width neural networks

NeurIPS 2020oral

We study the eigenvalue distributions of the Conjugate Kernel and Neural Tangent Kernel associated to multi-layer feedforward neural networks. In an asymptotic regime where network width is increasing linearly in sample size, under random initialization of the weights, and for input samples satisfyi…

Cited by 118SourcePDFScholar