← Search

Xinyu Duan

16 accepted papers

2025

Accurate KV Cache Quantization with Outlier Tokens Tracing

ACL 2025long

The impressive capabilities of Large Language Models (LLMs) come at the cost of substantial computational resources during deployment. While KV Cache can significantly reduce recomputation during inference, it also introduces additional memory overhead. KV Cache quantization presents a promising sol…

2025

Alignment-Augmented Speculative Decoding with Alignment Sampling and Conditional Verification

EMNLP 2025

Recent works have revealed the great potential of speculative decoding in accelerating the autoregressive generation process of large language models. The success of these methods relies on the alignment between draft candidates and the sampled outputs of the target model. Existing methods mainly ac

2025

Beware of Calibration Data for Pruning Large Language Models

ICLR 2025poster

As large language models (LLMs) are widely applied across various fields, model compression has become increasingly crucial for reducing costs and improving inference efficiency. Post-training pruning is a promising method that does not require resource-intensive iterative training and only needs a…

Cited by 1SourcePDFScholar
2025

Multi-Branch Self-Drafting for LLM Inference Acceleration

AAAI 2025technical

The autoregressive decoding paradigm endows large language models (LLMs) with superior language generation capabilities; however, its step-by-step decoding process inherently limits decoding speed. To mitigate these constraints, the prevalent “draft and validation” strategy enables parallel validati…

2025

Rhythm Controllable and Efficient Zero-Shot Voice Conversion via Shortcut Flow Matching

ACL 2025long

Zero-Shot Voice Conversion (VC) aims to transform the source speaker’s timbre into an arbitrary unseen one while retaining speech content. Most prior work focuses on preserving the source’s prosody, while fine-grained timbre information may leak through prosody, and transferring target prosody to sy…

2024

Adaptive Feature-based Low-Rank Compression of Large Language Models via Bayesian Optimization

EMNLP 2024finding

In recent years, large language models (LLMs) have driven advances in natural language processing. Still, their growing scale has increased the computational burden, necessitating a balance between efficiency and performance. Low-rank compression, a promising technique, reduces non-essential paramet…

2024

Are Bert Family Good Instruction Followers? A Study on Their Potential And Limitations

ICLR 2024poster

Language modeling at scale has proven very effective and brought unprecedented success to natural language models. Many typical representatives, especially decoder-only models, e.g., BLOOM and LLaMA, and encoder-decoder models, e.g., Flan-T5 and AlexaTM, have exhibited incredible instruction-followi…

Cited by 2SourcePDFScholar
2024

AuG-KD: Anchor-Based Mixup Generation for Out-of-Domain Knowledge Distillation

ICLR 2024poster

Due to privacy or patent concerns, a growing number of large models are released without granting access to their training data, making transferring their knowledge inefficient and problematic. In response, Data-Free Knowledge Distillation (DFKD) methods have emerged as direct solutions. However, si…

2024

Dialogues Are Not Just Text: Modeling Cognition for Dialogue Coherence Evaluation

AAAI 2024technical

The generation of logically coherent dialogues by humans relies on underlying cognitive abilities. Based on this, we redefine the dialogue coherence evaluation process, combining cognitive judgment with the basic text to achieve a more human-like evaluation. We propose a novel dialogue evaluation fr…

2024

High-order Joint Constituency and Dependency Parsing

COLING 2024main

This work revisits the topic of jointly parsing constituency and dependency trees, i.e., to produce compatible constituency and dependency trees simultaneously for input sentences, which is attractive considering that the two types of trees are complementary in representing syntax. The original work…

2024

StyleSinger: Style Transfer for Out-of-Domain Singing Voice Synthesis

AAAI 2024technical

Style transfer for out-of-domain (OOD) singing voice synthesis (SVS) focuses on generating high-quality singing voices with unseen styles (such as timbre, emotion, pronunciation, and articulation skills) derived from reference singing voice samples. However, the endeavor to model the intricate nuanc…

2024

TextrolSpeech: A Text Style Control Speech Corpus with Codec Language Text-to-Speech Models

ICASSP 2024accepted

Recently, there has been a growing interest in the field of controllable Text-to-Speech (TTS). While previous studies have relied on users providing specific style factor values based on acoustic knowledge or selecting reference speeches that meet certain requirements, generating speech solely from…

Cited by 0SourceScholar
2024

TransFace: Unit-Based Audio-Visual Speech Synthesizer for Talking Head Translation

ACL 2024findings

Direct speech-to-speech translation achieves high-quality results through the introduction of discrete units obtained from self-supervised learning. However, talking head translation, converting audio-visual speech (i.e., talking head video) from one language into another, still confronts several ch…

2023

AraMUS: Pushing the Limits of Data and Model Scale for Arabic Natural Language Processing

ACL 2023findings

Developing monolingual large Pre-trained Language Models (PLMs) is shown to be very successful in handling different tasks in Natural Language Processing (NLP). In this work, we present AraMUS, the largest Arabic PLM with 11B parameters trained on 529GB of high-quality Arabic textual data. AraMUS ac…

2023

OpenSR: Open-Modality Speech Recognition via Maintaining Multi-Modality Alignment

ACL 2023long

Speech Recognition builds a bridge between the multimedia streaming (audio-only, visual-only or audio-visual) and the corresponding text transcription. However, when training the specific model of new domain, it often gets stuck in the lack of new-domain utterances, especially the labeled visual utt…

2022

Revisiting Pre-trained Language Models and their Evaluation for Arabic Natural Language Processing

EMNLP 2022main

There is a growing body of work in recent years to develop pre-trained language models (PLMs) for the Arabic language. This work addresses two major problems in existing Arabic PLMs that limit the progress of the Arabic NLU and NLG fields. First, existing Arabic PLMs are not well-explored and their…