CVApr 30, 2019

Cross-Modal Message Passing for Two-stream Fusion

arXiv:1904.13072v1
Originality Incremental advance
AI Analysis

This addresses the challenge of effectively integrating multi-modal data for computer vision tasks, offering an incremental improvement over prior fusion techniques.

The paper tackles the problem of multi-modal fusion for action recognition by introducing Cross-modal Message Passing (CMMP), which fuses appearance and motion networks with a competing objective, resulting in outperforming all existing two-stream fusion methods on UCF-101 and HMDB-51 datasets.

Processing and fusing information among multi-modal is a very useful technique for achieving high performance in many computer vision problems. In order to tackle multi-modal information more effectively, we introduce a novel framework for multi-modal fusion: Cross-modal Message Passing (CMMP). Specifically, we propose a cross-modal message passing mechanism to fuse two-stream network for action recognition, which composes of an appearance modal network (RGB image) and a motion modal (optical flow image) network. The objectives of individual networks in this framework are two-fold: a standard classification objective and a competing objective. The classification object ensures that each modal network predicts the true action category while the competing objective encourages each modal network to outperform the other one. We quantitatively show that the proposed CMMP fuses the traditional two-stream network more effectively, and outperforms all existing two-stream fusion method on UCF-101 and HMDB-51 datasets.

Foundations

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

Your Notes