# Cross-Modal Message Passing for Two-stream Fusion

**Authors:** Dong Wang, Yuan Yuan, Qi Wang

arXiv: 1904.13072 · 2019-05-01

## TL;DR

This paper introduces Cross-modal Message Passing (CMMP), a novel fusion framework for two-stream networks that enhances multi-modal action recognition by effectively combining appearance and motion information.

## Contribution

The paper proposes a new cross-modal message passing mechanism that improves fusion in two-stream networks for action recognition, outperforming existing methods.

## Key findings

- Outperforms all existing two-stream fusion methods on UCF-101.
- Effective fusion of appearance and motion modalities.
- Quantitative improvements demonstrated on HMDB-51.

## Abstract

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.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.13072/full.md

## Figures

2 figures with captions in the complete paper: https://tomesphere.com/paper/1904.13072/full.md

## References

21 references — full list in the complete paper: https://tomesphere.com/paper/1904.13072/full.md

---
Source: https://tomesphere.com/paper/1904.13072