paper-with-me

Papers

Heterogeneous Graph Learning for Acoustic Event Classification

2023-03-05 · Amir Shirian, Mona Ahmadian, Krishna Somandepalli, Tanaya Guha

Heterogeneous graphs provide a compact, efficient, and scalable way to model data involving multiple disparate modalities. This makes modeling audiovisual data using heterogeneous graphs an attractive option. However, graph structure does not appear naturally in audiovisual data. Graphs for audiovisual data are constructed manually which is both difficult and sub-optimal. In this work, we address this problem by (i) proposing a parametric graph construction strategy for the intra-modal edges, and (ii) learning the crossmodal edges. To this end, we develop a new model, heterogeneous graph crossmodal network (HGCN) that learns the crossmodal edges. Our proposed model can adapt to various spatial and temporal scales owing to its parametric construction, while the learnable crossmodal edges effectively connect the relevant nodes across modalities. Experiments on a large benchmark dataset (AudioSet) show that our model is state-of-the-art (0.53 mean average precision), outperforming transformer-based models and other graph-based models.

📄 PDF Abstract BibTeX arXiv:2303.02665

Code (1)

amirsh15/cross_modality_graph 공식 구현 pytorch

Tasks

Classificationgraph constructionGraph Learning

Similar Papers 제목 키워드 기반

Visually-aware Acoustic Event Detection using Heterogeneous Graphs

2022-07-16 · Amir Shirian, Krishna Somandepalli, Victor Sanchez, Tanaya Guha

Perception of auditory events is inherently multimodal relying on both audio and visual cues. A large number of existing multimodal approaches process each modality using modality-specific models and then fuse the embedd…

Event Detection

Multi-dimensional Edge-based Audio Event Relational Graph Representation Learning for Acoustic Scene Classification

2022-10-27 · Yuanbo Hou, Siyang Song, Chuang Yu, Yuxin Song 외

Most existing deep learning-based acoustic scene classification (ASC) approaches directly utilize representations extracted from spectrograms to identify target scenes. However, these approaches pay little attention to t…

Acoustic Scene ClassificationGraph Representation LearningRepresentation LearningScene Classification

Audio Event-Relational Graph Representation Learning for Acoustic Scene Classification

2023-10-05 · Yuanbo Hou, Siyang Song, Chuang Yu, Wenwu Wang 외

Most deep learning-based acoustic scene classification (ASC) approaches identify scenes based on acoustic features converted from audio clips containing mixed information entangled by polyphonic audio events (AEs). Howev…

Acoustic Scene ClassificationGraph Representation LearningRepresentation LearningScene Classification

CNN-based Discriminative Training for Domain Compensation in Acoustic Event Detection with Frame-wise Classifier

2021-03-26 · Tiantian Tang, Xinyuan Zhou, Yanhua Long, Yijie Li 외

Domain mismatch is a noteworthy issue in acoustic event detection tasks, as the target domain data is difficult to access in most real applications. In this study, we propose a novel CNN-based discriminative training fra…

Event Detection

TMac: Temporal Multi-Modal Graph Learning for Acoustic Event Classification

2023-09-21 · Meng Liu, Ke Liang, Dayu Hu, Hao Yu 외

Audiovisual data is everywhere in this digital age, which raises higher requirements for the deep learning models developed on them. To well handle the information of the multi-modal data is the key to a better audiovisu…

Graph Learning