← Search

Qingkai Fang

16 accepted papers

2025

FastLongSpeech: Enhancing Large Speech-Language Models for Efficient Long-Speech Processing

NeurIPS 2025poster

The rapid advancement of Large Language Models (LLMs) has spurred significant progress in Large Speech-Language Models (LSLMs), enhancing their capabilities in both speech understanding and generation. While existing LSLMs often concentrate on augmenting speech generation or tackling a diverse array…

Cited by 0SourceScholar
2025

LLaMA-Omni 2: LLM-based Real-time Spoken Chatbot with Autoregressive Streaming Speech Synthesis

ACL 2025long

Real-time, intelligent, and natural speech interaction is an essential part of the next-generation human-computer interaction. Recent advancements have showcased the potential of building intelligent spoken chatbots based on large language models (LLMs). In this paper, we introduce LLaMA-Omni 2, a s…

2025

LLaMA-Omni: Seamless Speech Interaction with Large Language Models

ICLR 2025poster

Models like GPT-4o enable real-time interaction with large language models (LLMs) through speech, significantly enhancing user experience compared to traditional text-based interaction. However, there is still a lack of exploration on how to build speech interaction models based on open-source LLMs.…

2025

LLaVA-Mini: Efficient Image and Video Large Multimodal Models with One Vision Token

ICLR 2025poster

The advent of real-time large multimodal models (LMMs) like GPT-4o has sparked considerable interest in efficient LMMs. LMM frameworks typically encode visual inputs into vision tokens (continuous representations) and integrate them and textual instructions into the context of large language models…

2024

A Non-autoregressive Generation Framework for End-to-End Simultaneous Speech-to-Any Translation

ACL 2024long

Simultaneous translation models play a crucial role in facilitating communication. However, existing research primarily focuses on text-to-text or speech-to-text models, necessitating additional cascade components to achieve speech-to-speech translation. These pipeline methods suffer from error prop…

2024

CTC-based Non-autoregressive Textless Speech-to-Speech Translation

ACL 2024findings

Direct speech-to-speech translation (S2ST) has achieved impressive translation quality, but it often faces the challenge of slow decoding due to the considerable length of speech sequences. Recently, some research has turned to non-autoregressive (NAR) models to expedite decoding, yet the translatio…

2024

Can We Achieve High-quality Direct Speech-to-Speech Translation without Parallel Speech Data?

ACL 2024long

Recently proposed two-pass direct speech-to-speech translation (S2ST) models decompose the task into speech-to-text translation (S2TT) and text-to-speech (TTS) within an end-to-end model, yielding promising results. However, the training of these models still relies on parallel speech data, which is…

2024

StreamSpeech: Simultaneous Speech-to-Speech Translation with Multi-task Learning

ACL 2024long

Simultaneous speech-to-speech translation (Simul-S2ST, a.k.a streaming speech translation) outputs target speech while receiving streaming speech inputs, which is critical for real-time communication. Beyond accomplishing translation between speech, Simul-S2ST requires a policy to control the model…

2023

Bridging the Gap between Synthetic and Authentic Images for Multimodal Machine Translation

EMNLP 2023long main

Multimodal machine translation (MMT) simultaneously takes the source sentence and a relevant image as input for translation. Since there is no paired image available for the input sentence in most cases, recent studies suggest utilizing powerful text-to-image generation models to provide image input…

Cited by 0SourcecodeScholar
2023

DASpeech: Directed Acyclic Transformer for Fast and High-quality Speech-to-Speech Translation

NeurIPS 2023poster

Direct speech-to-speech translation (S2ST) translates speech from one language into another using a single model. However, due to the presence of linguistic and acoustic diversity, the target speech follows a complex multimodal distribution, posing challenges to achieving both high-quality translati…

2022

STEMM: Self-learning with Speech-text Manifold Mixup for Speech Translation

ACL 2022long

How to learn a better speech representation for end-to-end speech-to-text translation (ST) with limited labeled data? Existing techniques often attempt to transfer powerful machine translation (MT) capabilities to ST, but neglect the representation discrepancy across modalities. In this paper, we pr…