paper-with-me

Papers

Contrastive Conditional Latent Diffusion for Audio-visual Segmentation

2023-07-31 · Yuxin Mao, Jing Zhang, Mochu Xiang, Yunqiu Lv, Yiran Zhong, Yuchao Dai

We propose a latent diffusion model with contrastive learning for audio-visual segmentation (AVS) to extensively explore the contribution of audio. We interpret AVS as a conditional generation task, where audio is defined as the conditional variable for sound producer(s) segmentation. With our new interpretation, it is especially necessary to model the correlation between audio and the final segmentation map to ensure its contribution. We introduce a latent diffusion model to our framework to achieve semantic-correlated representation learning. Specifically, our diffusion model learns the conditional generation process of the ground-truth segmentation map, leading to ground-truth aware inference when we perform the denoising process at the test stage. As a conditional diffusion model, we argue it is essential to ensure that the conditional variable contributes to model output. We then introduce contrastive learning to our framework to learn audio-visual correspondence, which is proven consistent with maximizing the mutual information between model prediction and the audio data. In this way, our latent diffusion model via contrastive learning explicitly maximizes the contribution of audio for AVS. Experimental results on the benchmark dataset verify the effectiveness of our solution. Code and results are online via our project page: https://github.com/OpenNLPLab/DiffusionAVS.

📄 PDF Abstract BibTeX arXiv:2307.16579

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningDenoisingRepresentation LearningSegmentation

Methods 이 논문이 사용한 방법론

AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…
Contrastive Learning 설명 없음
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…
Latent Diffusion Model Diffusion models applied to latent spaces, which are normally built with (Variational) Autoencoders.

Similar Papers 제목 키워드 기반

CMMD: Contrastive Multi-Modal Diffusion for Video-Audio Conditional Modeling

2023-12-08 · Ruihan Yang, Hannes Gamper, Sebastian Braun

We introduce a multi-modal diffusion model tailored for the bi-directional conditional generation of video and audio. We propose a joint contrastive training loss to improve the synchronization between visual and auditor…

Audio Generation

Text-to-Audio Generation Synchronized with Videos

2024-03-08 · Shentong Mo, Jing Shi, Yapeng Tian

In recent times, the focus on text-to-audio (TTA) generation has intensified, as researchers strive to synthesize audio from textual descriptions. However, most existing methods, though leveraging latent diffusion models…

AudioCapsAudio GenerationContrastive Learning

DiffAVA: Personalized Text-to-Audio Generation with Visual Alignment

2023-05-22 · Shentong Mo, Jing Shi, Yapeng Tian

Text-to-audio (TTA) generation is a recent popular problem that aims to synthesize general audio given text descriptions. Previous methods utilized latent diffusion models to learn audio embedding in a latent space with …

AudioCapsAudio GenerationContrastive Learning

Diff-Foley: Synchronized Video-to-Audio Synthesis with Latent Diffusion Models

2023-06-29 · NeurIPS 2023 11 · Simian Luo, Chuanhao Yan, Chenxu Hu, Hang Zhao

The Video-to-Audio (V2A) model has recently gained attention for its practical application in generating audio directly from silent videos, particularly in video/film production. However, previous methods in V2A have lim…

Audio Synthesis

A Versatile Diffusion Transformer with Mixture of Noise Levels for Audiovisual Generation

2024-05-22 · Gwanghyun Kim, Alonso Martinez, Yu-Chuan Su, Brendan Jou 외

Training diffusion models for audiovisual sequences allows for a range of generation tasks by learning conditional distributions of various input-output combinations of the two modalities. Nevertheless, this strategy oft…