paper-with-me

Papers

A Generative Model for Raw Audio Using Transformer Architectures

2021-06-30 · Prateek Verma, Chris Chafe

This paper proposes a novel way of doing audio synthesis at the waveform level using Transformer architectures. We propose a deep neural network for generating waveforms, similar to wavenet. This is fully probabilistic, auto-regressive, and causal, i.e. each sample generated depends only on the previously observed samples. Our approach outperforms a widely used wavenet architecture by up to 9% on a similar dataset for predicting the next step. Using the attention mechanism, we enable the architecture to learn which audio samples are important for the prediction of the future sample. We show how causal transformer generative models can be used for raw waveform synthesis. We also show that this performance can be improved by another 2% by conditioning samples over a wider context. The flexibility of the current model to synthesize audio from latent representations suggests a large number of potential applications. The novel approach of using generative transformer architectures for raw audio synthesis is, however, still far away from generating any meaningful music, without using latent codes/meta-data to aid the generation process.

📄 PDF Abstract BibTeX arXiv:2106.16036

Code (0)

등록된 구현이 없습니다.

Tasks

Audio Synthesis

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Dilated Causal Convolution A Dilated Causal Convolution is a causal convolution where the filter is applied over an area larger than its length by…
Mixture of Logistic Distributions 설명 없음
WaveNet WaveNet is an audio generative model based on the PixelCNN architecture. In order to deal with long-range temporal dependencies…
Adam 설명 없음

Similar Papers 제목 키워드 기반

A Framework for Generative and Contrastive Learning of Audio Representations

2020-10-22 · Prateek Verma, Julius Smith

In this paper, we present a framework for contrastive learning for audio representations, in a self supervised frame work without access to any ground truth labels. The core idea in self supervised contrastive learning i…

Contrastive Learning

UniForm: A Unified Multi-Task Diffusion Transformer for Audio-Video Generation

2025-02-06 · Lei Zhao, Linfeng Feng, Dongxu Ge, Rujin Chen 외

With the rise of diffusion models, audio-video generation has been revolutionized. However, most existing methods rely on separate modules for each modality, with limited exploration of unified generative architectures. …

Audio GenerationDiversityVideo Generation

AudioSlots: A slot-centric generative model for audio separation

2023-05-09 · Pradyumna Reddy, Scott Wisdom, Klaus Greff, John R. Hershey 외

In a range of recent works, object-centric architectures have been shown to be suitable for unsupervised scene decomposition in the vision domain. Inspired by these methods we present AudioSlots, a slot-centric generativ…

blind source separationDecoderSpeech Separation

AudioLCM: Text-to-Audio Generation with Latent Consistency Models

2024-06-01 · Huadai Liu, Rongjie Huang, Yang Liu, Hengyuan Cao 외

Recent advancements in Latent Diffusion Models (LDMs) have propelled them to the forefront of various generative tasks. However, their iterative sampling process poses a significant computational burden, resulting in slo…

Audio GenerationAudio SynthesisGPU

MAX-AST: COMBINING CONVOLUTION, LOCAL AND GLOBAL SELF-ATTENTIONS FOR AUDIO EVENT CLASSIFICATION

2024-04-14 · ICASSP 2024 4 · Tony Alex, Sara Ahmed, Armin Mustafa, Muhammad Awais 외

In the domain of audio transformer architectures, prior research has extensively investigated isotropic architectures that capture the global context through full self-attention and hierarchical architectures that prog…

Audio Classification