paper-with-me

Papers

MDSGen: Fast and Efficient Masked Diffusion Temporal-Aware Transformers for Open-Domain Sound Generation

2024-10-03 · Trung X. Pham, Tri Ton, Chang D. Yoo

We introduce MDSGen, a novel framework for vision-guided open-domain sound generation optimized for model parameter size, memory consumption, and inference speed. This framework incorporates two key innovations: (1) a redundant video feature removal module that filters out unnecessary visual information, and (2) a temporal-aware masking strategy that leverages temporal context for enhanced audio generation accuracy. In contrast to existing resource-heavy Unet-based models, \texttt{MDSGen} employs denoising masked diffusion transformers, facilitating efficient generation without reliance on pre-trained diffusion models. Evaluated on the benchmark VGGSound dataset, our smallest model (5M parameters) achieves $97.9$% alignment accuracy, using $172\times$ fewer parameters, $371$% less memory, and offering $36\times$ faster inference than the current 860M-parameter state-of-the-art model ($93.9$% accuracy). The larger model (131M parameters) reaches nearly $99$% accuracy while requiring $6.5\times$ fewer parameters. These results highlight the scalability and effectiveness of our approach. The code is available at https://bit.ly/mdsgen.

📄 PDF Abstract BibTeX arXiv:2410.02130

Code (0)

등록된 구현이 없습니다.

Tasks

Audio GenerationDenoising

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

TAD: Temporal-Aware Trajectory Self-Distillation for Fast and Accurate Diffusion LLM

2026-05-10 · Haoyang Zhou, Li Kong, Shijie Ren, Xiting Wang 외 arxiv

Diffusion large language models (dLLMs) offer a promising paradigm for parallel text generation, but in practice they face an accuracy-parallelism trade-off, where increasing tokens per forward (TPF) often degrades gener…

Text Generation

TBD-VLA: Temporal Block Diffusion Vision Language Action Model

2026-06-05 · Sung-Wook Lee, Xuhui Kang, Yen-Ling Kuo arxiv

Discrete Vision-Language-Action (VLA) models typically formulate action generation as next-token prediction over discretized action spaces, conditioning each token autoregressively on prior context. While effective, this…

Masked Diffusion Vision-Language Models for Temporal Action Localization

2026-05-28 · Fengshun Wang, Zhengbo Zhang, Zhigang Tu arxiv

Temporal action localization (TAL) requires recognizing the target event and localizing its start and end times precisely in untrimmed videos. Recent vision-language formulations improve semantic reasoning and support la…

Temporal Action Localization

Masked Temporal Interpolation Diffusion for Procedure Planning in Instructional Videos

2025-07-04 · Yufan Zhou, Zhaobo Qi, Lingshuai Lin, Junqi Jing 외 arxiv

In this paper, we address the challenge of procedure planning in instructional videos, aiming to generate coherent and task-aligned action sequences from start and end visual observations. Previous work has mainly relied…

Fast Training of Diffusion Transformer with Extreme Masking for 3D Point Clouds Generation

2023-12-12 · Shentong Mo, Enze Xie, Yue Wu, Junsong Chen 외

Diffusion Transformers have recently shown remarkable effectiveness in generating high-quality 3D point clouds. However, training voxel-based diffusion models for high-resolution 3D voxels remains prohibitively expensive…

3D GenerationDenoisingPoint Cloud Generation