CVJul 7, 2024

CPM: Class-conditional Prompting Machine for Audio-visual Segmentation

arXiv:2407.05358v312 citationsh-index: 15
Originality Incremental advance
AI Analysis

This work improves audio-visual segmentation for applications like robotics and AR/VR, but it is incremental as it builds on existing transformer architectures.

The paper tackled the problem of audio-visual segmentation by addressing inefficiencies in cross-modal interaction and bipartite matching in transformer-based methods, resulting in state-of-the-art segmentation accuracy on benchmarks.

Audio-visual segmentation (AVS) is an emerging task that aims to accurately segment sounding objects based on audio-visual cues. The success of AVS learning systems depends on the effectiveness of cross-modal interaction. Such a requirement can be naturally fulfilled by leveraging transformer-based segmentation architecture due to its inherent ability to capture long-range dependencies and flexibility in handling different modalities. However, the inherent training issues of transformer-based methods, such as the low efficacy of cross-attention and unstable bipartite matching, can be amplified in AVS, particularly when the learned audio query does not provide a clear semantic clue. In this paper, we address these two issues with the new Class-conditional Prompting Machine (CPM). CPM improves the bipartite matching with a learning strategy combining class-agnostic queries with class-conditional queries. The efficacy of cross-modal attention is upgraded with new learning objectives for the audio, visual and joint modalities. We conduct experiments on AVS benchmarks, demonstrating that our method achieves state-of-the-art (SOTA) segmentation accuracy.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes