ACM: Adaptive Cross-Modal Graph Convolutional Neural Networks for RGB-D Scene Recognition

Abstract

RGB image classification has achieved significant performance improvement with the resurge of deep convolutional neural networks. However, mono-modal deep models for RGB image still have several limitations when applied to RGB-D scene recognition. 1) Images for scene classification usually contain more than one typical object with flexible spatial distribution, so the object-level local features should also be considered in addition to global scene representation. 2) Multi-modal features in RGB-D scene classification are still under-utilized. Simply combining these modal-specific features suffers from the semantic gaps between different modalities. 3) Most existing methods neglect the complex relationships among multiple modality features. Considering these limitations, this paper proposes an adaptive crossmodal (ACM) feature learning framework based on graph convolutional neural networks for RGB-D scene recognition. In order to make better use of the modal-specific cues, this approach mines the intra-modality relationships among the selected local features from one modality. To leverage the multi-modal knowledge more effectively, the proposed approach models the inter-modality relationships between two modalities through the cross-modal graph (CMG). We evaluate the proposed method on two public RGB-D scene classification datasets: SUN-RGBD and NYUD V2, and the proposed method achieves state-of-the-art performance.

Cite

Text

Yuan et al. "ACM: Adaptive Cross-Modal Graph Convolutional Neural Networks for RGB-D Scene Recognition." AAAI Conference on Artificial Intelligence, 2019. doi:10.1609/AAAI.V33I01.33019176

Markdown

[Yuan et al. "ACM: Adaptive Cross-Modal Graph Convolutional Neural Networks for RGB-D Scene Recognition." AAAI Conference on Artificial Intelligence, 2019.](https://mlanthology.org/aaai/2019/yuan2019aaai-acm/) doi:10.1609/AAAI.V33I01.33019176

BibTeX

@inproceedings{yuan2019aaai-acm,
  title     = {{ACM: Adaptive Cross-Modal Graph Convolutional Neural Networks for RGB-D Scene Recognition}},
  author    = {Yuan, Yuan and Xiong, Zhitong and Wang, Qi},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2019},
  pages     = {9176-9184},
  doi       = {10.1609/AAAI.V33I01.33019176},
  url       = {https://mlanthology.org/aaai/2019/yuan2019aaai-acm/}
}