paper-with-me

Papers

T2S-GPT: Dynamic Vector Quantization for Autoregressive Sign Language Production from Text

2024-06-11 · Aoxiong Yin, Haoyuan Li, Kai Shen, Siliang Tang, Yueting Zhuang

In this work, we propose a two-stage sign language production (SLP) paradigm that first encodes sign language sequences into discrete codes and then autoregressively generates sign language from text based on the learned codebook. However, existing vector quantization (VQ) methods are fixed-length encodings, overlooking the uneven information density in sign language, which leads to under-encoding of important regions and over-encoding of unimportant regions. To address this issue, we propose a novel dynamic vector quantization (DVA-VAE) model that can dynamically adjust the encoding length based on the information density in sign language to achieve accurate and compact encoding. Then, a GPT-like model learns to generate code sequences and their corresponding durations from spoken language text. Extensive experiments conducted on the PHOENIX14T dataset demonstrate the effectiveness of our proposed method. To promote sign language research, we propose a new large German sign language dataset, PHOENIX-News, which contains 486 hours of sign language videos, audio, and transcription texts.Experimental analysis on PHOENIX-News shows that the performance of our model can be further improved by increasing the size of the training data. Our project homepage is https://t2sgpt-demo.yinaoxiong.cn.

📄 PDF Abstract BibTeX arXiv:2406.07119

Code (0)

등록된 구현이 없습니다.

Tasks

QuantizationSign Language Production

Similar Papers 제목 키워드 기반

Towards Accurate Image Coding: Improved Autoregressive Image Generation with Dynamic Vector Quantization

2023-05-19 · CVPR 2023 1 · Mengqi Huang, Zhendong Mao, Zhuowei Chen, Yongdong Zhang

Existing vector quantization (VQ) based autoregressive models follow a two-stage generation paradigm that first learns a codebook to encode images as discrete codes, and then completes generation based on the learned cod…

Image GenerationPositionQuantization

Autoregressive Sign Language Production: A Gloss-Free Approach with Discrete Representations

2023-09-21 · Eui Jun Hwang, Huije Lee, Jong C. Park

Gloss-free Sign Language Production (SLP) offers a direct translation of spoken language sentences into sign language, bypassing the need for gloss intermediaries. This paper presents the Sign language Vector Quantizatio…

QuantizationSign Language ProductionTranslation

Continuous Autoregressive Modeling with Stochastic Monotonic Alignment for Speech Synthesis

2025-02-03 · Weiwei Lin, Chenghan He

We propose a novel autoregressive modeling approach for speech synthesis, combining a variational autoencoder (VAE) with a multi-modal latent space and an autoregressive model that uses Gaussian Mixture Models (GMM) as t…

QuantizationSpeech Synthesis

Autoregressive Image Generation without Vector Quantization

2024-06-17 · Tianhong Li, Yonglong Tian, He Li, Mingyang Deng 외

Conventional wisdom holds that autoregressive models for image generation are typically accompanied by vector-quantized tokens. We observe that while a discrete-valued space can facilitate representing a categorical dist…

Image GenerationQuantization

Autoregressive Speech Synthesis without Vector Quantization

2024-07-11 · Lingwei Meng, Long Zhou, Shujie Liu, Sanyuan Chen 외

We present MELLE, a novel continuous-valued token based language modeling approach for text-to-speech synthesis (TTS). MELLE autoregressively generates continuous mel-spectrogram frames directly from text condition, bypa…

Audio CompressionDiversityLanguage ModelingLanguage Modelling+6