paper-with-me

Papers

DiTAR: Diffusion Transformer Autoregressive Modeling for Speech Generation

2025-02-06 · Dongya Jia, Zhuo Chen, Jiawei Chen, Chenpeng Du, Jian Wu, Jian Cong, Xiaobin Zhuang, ChuMin Li, Zhen Wei, Yuping Wang, Yuxuan Wang

Several recent studies have attempted to autoregressively generate continuous speech representations without discrete speech tokens by combining diffusion and autoregressive models, yet they often face challenges with excessive computational loads or suboptimal outcomes. In this work, we propose Diffusion Transformer Autoregressive Modeling (DiTAR), a patch-based autoregressive framework combining a language model with a diffusion transformer. This approach significantly enhances the efficacy of autoregressive models for continuous tokens and reduces computational demands. DiTAR utilizes a divide-and-conquer strategy for patch generation, where the language model processes aggregated patch embeddings and the diffusion transformer subsequently generates the next patch based on the output of the language model. For inference, we propose defining temperature as the time point of introducing noise during the reverse diffusion ODE to balance diversity and determinism. We also show in the extensive scaling analysis that DiTAR has superb scalability. In zero-shot speech generation, DiTAR achieves state-of-the-art performance in robustness, speaker similarity, and naturalness.

📄 PDF Abstract BibTeX arXiv:2502.03930

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityLanguage ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

EditAR: Unified Conditional Generation with Autoregressive Models

2025-01-08 · CVPR 2025 1 · Jiteng Mu, Nuno Vasconcelos, Xiaolong Wang

Recent progress in controllable image generation and editing is largely driven by diffusion-based methods. Although diffusion models perform exceptionally well in specific tasks with tailored designs, establishing a unif…

Conditional Image GenerationImage GenerationImage SegmentationSemantic Segmentation

GROW: Group-Relative Advantage-Weighted On-Policy Reinforcement Learning of Autoregressive-Diffusion Text-to-Speech model

2026-08-04 · Guanrou Yang, Tian Tan, Qian Chen, Ziyang Ma 외 arxiv

Reinforcement learning for flow-matching text-to-speech is complicated by deterministic ODE sampling: trajectory-level policy-gradient methods typically convert the ODE into an SDE and track per-step likelihood ratios, i…

Reinforcement Learning

Generating Developable 3D Molecules via Pocket-Conditioned Diffusion and Property-Aware Optimization

2026-07-14 · Ruoxi Gao, Jiangweizhi Peng, Ziqi Chen, Frazier N. Baker 외 arxiv

Drug discovery and development is time-consuming and resource-intensive, motivating computational approaches such as diffusion models for de novo drug design. Many such models follow the structure-based drug design (SBDD…

Representation LearningDrug Discovery

ACDiT: Interpolating Autoregressive Conditional Modeling and Diffusion Transformer

2024-12-10 · Jinyi Hu, Shengding Hu, Yuxuan Song, Yufei Huang 외

The recent surge of interest in comprehensive multimodal models has necessitated the unification of diverse modalities. However, the unification suffers from disparate methodologies. Continuous visual generation necessit…

DenoisingImage GenerationVideo Generation

TaDiCodec: Text-aware Diffusion Speech Tokenizer for Speech Language Modeling

2025-08-22 · Yuancheng Wang, Dekun Chen, Xueyao Zhang, Junan Zhang 외 arxiv

Speech tokenizers serve as foundational components for speech language models, yet current designs exhibit several limitations, including: 1) dependence on multi-layer residual vector quantization structures or high fram…