← Search

David Kant

6 accepted papers

2025

AutoMixer: Checkpoint Artifacts as Automatic Data Mixers

ACL 2025long

In language model training, it is desirable to equip models with capabilities from various tasks. However, it is not clear how to directly obtain the right data mixtures for these capabilities as the relationship between data and tasks is difficult to be modeled. In this work, we observe that checkp…

Cited by 0SourcePDFScholar
2024

In-Context Prompt Editing for Conditional Audio Generation

ICASSP 2024accepted

Distributional shift is a central challenge in the deployment of machine learning models as they can be ill-equipped for real-world data. This is particularly evident in text-to-audio generation where the encoded representations are easily undermined by unseen prompts, which leads to the degradation…

Cited by 0SourceScholar
2024

MusicFlow: Cascaded Flow Matching for Text Guided Music Generation

ICML 2024poster

We introduce MusicFlow, a cascaded text-to-music generation model based on flow matching. Based on self-supervised representations to bridge between text descriptions and music audios, we construct two flow matching networks to model the conditional distribution of semantic and acoustic features. Ad…

Cited by 9SourcePDFScholar
2024

Stack-and-Delay: A New Codebook Pattern for Music Generation

ICASSP 2024accepted

Language modeling based music generation relies on discrete representations of audio frames. An audio frame (e.g. 20ms) is typically represented by a set of discrete codes (e.g. 4) computed by a neural codec. Autoregressive decoding typically generates a few thousands of codes per song, which is pro…

Cited by 0SourceScholar
2023

Self-Supervised Representations for Singing Voice Conversion

ICASSP 2023accepted

A singing voice conversion model converts a song in the voice of an arbitrary source singer to the voice of a target singer. Recently, methods that leverage self-supervised audio representations such as HuBERT and Wav2Vec 2.0 have helped further the state-of-the-art. Though these methods produce mor…

Cited by 25SourceScholar
2023

Simple and Controllable Music Generation

NeurIPS 2023poster

We tackle the task of conditional music generation. We introduce MusicGen, a single Language Model (LM) that operates over several streams of compressed discrete music representation, i.e., tokens. Unlike prior work, MusicGen is comprised of a single-stage transformer LM together with efficient toke…