Papers by Xinyuan Gao
AffectCodec: Emotion-Preserving Neural Speech Codec for Expressive Speech Modeling (2026.findings-acl)
Copied to clipboard
| Challenge: | Existing codecs optimize acoustic reconstruction, leaving emotion expressiveness insufficiently modeled at the representation level. |
| Approach: | They propose an emotion-guided neural speech codec that preserves emotional information while maintaining semantic fidelity and prosodic naturalness. |
| Outcome: | The proposed codec preserves emotional cues while maintaining semantic fidelity and prosodic naturalness. |
DiffS2UT: A Semantic Preserving Diffusion Model for Textless Direct Speech-to-Speech Translation (2023.emnlp-main)
Copied to clipboard
| Challenge: | Existing models for speech generation are not efficient due to low information density of speech data. |
| Approach: | They propose a method to integrate discrete diffusion models into speech generation tasks . they propose to apply diffusion forward process while employing diffusion backward process . |
| Outcome: | The proposed model achieves comparable results to the auto-regressive baselines with significantly fewer decoding steps (50 steps). |
SuLoRA: Subspace Low-Rank Adaptation for Parameter-Efficient Fine-Tuning (2025.findings-acl)
Copied to clipboard
| Challenge: | Existing methods for fine-tuning large language models (LLMs) introduce parameter interference, leading to a gap in generalization performance for specific tasks compared to full fine-uning. |
| Approach: | They propose a parameter-separated low-rank adapter to account for task differences by decomposing LoRA’s parameter matrix into multiple independent subspaces and assigning them differentially to distinct tasks. |
| Outcome: | The proposed method outperforms LoRA in trainable parameter efficiency and overall model performance on various NLP tasks. |