English

Object Segmentation with Audio Context

Computer Vision and Pattern Recognition 2023-01-26 v1 Sound Audio and Speech Processing

Abstract

Visual objects often have acoustic signatures that are naturally synchronized with them in audio-bearing video recordings. For this project, we explore the multimodal feature aggregation for video instance segmentation task, in which we integrate audio features into our video segmentation model to conduct an audio-visual learning scheme. Our method is based on existing video instance segmentation method which leverages rich contextual information across video frames. Since this is the first attempt to investigate the audio-visual instance segmentation, a novel dataset, including 20 vocal classes with synchronized video and audio recordings, is collected. By utilizing combined decoder to fuse both video and audio features, our model shows a slight improvements compared to the base model. Additionally, we managed to show the effectiveness of different modules by conducting extensive ablations.

Keywords

Cite

@article{arxiv.2301.10295,
  title  = {Object Segmentation with Audio Context},
  author = {Kaihui Zheng and Yuqing Ren and Zixin Shen and Tianxu Qin},
  journal= {arXiv preprint arXiv:2301.10295},
  year   = {2023}
}

Comments

Research project for Introduction to Deep Learning (11785) at Carnegie Mellon University

R2 v1 2026-06-28T08:19:05.459Z