Combining Models from Multiple Sources for RGB-D Scene Recognition
Abstract
Depth can complement RGB with useful cues about object volumes and scene layout. However, RGB-D image datasets are still too small for directly training deep convolutional neural networks (CNNs), in contrast to the massive monomodal RGB datasets. Previous works in RGB-D recognition typically combine two separate networks for RGB and depth data, pretrained with a large RGB dataset and then fine tuned to the respective target RGB and depth datasets. These approaches have several limitations: 1) only use low-level filters learned from RGB data, thus not being able to exploit properly depth-specific patterns, and 2) RGB and depth features are only combined at high-levels but rarely at lower-levels. In this paper, we propose a framework that leverages both knowledge acquired from large RGB datasets together with depth-specific cues learned from the limited depth data, obtaining more effective multi-source and multi-modal representations. We propose a multi-modal combination method that selects discriminative combinations of layers from the different source models and target modalities, capturing both high-level properties of the task and intrinsic low-level properties of both modalities.
Cite
Text
Song et al. "Combining Models from Multiple Sources for RGB-D Scene Recognition." International Joint Conference on Artificial Intelligence, 2017. doi:10.24963/IJCAI.2017/631Markdown
[Song et al. "Combining Models from Multiple Sources for RGB-D Scene Recognition." International Joint Conference on Artificial Intelligence, 2017.](https://mlanthology.org/ijcai/2017/song2017ijcai-combining/) doi:10.24963/IJCAI.2017/631BibTeX
@inproceedings{song2017ijcai-combining,
title = {{Combining Models from Multiple Sources for RGB-D Scene Recognition}},
author = {Song, Xinhang and Jiang, Shuqiang and Herranz, Luis},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2017},
pages = {4523-4529},
doi = {10.24963/IJCAI.2017/631},
url = {https://mlanthology.org/ijcai/2017/song2017ijcai-combining/}
}