LSTM-CF: Unifying Context Modeling and Fusion with LSTMs for RGB-D Scene Labeling
Abstract
Semantic labeling of RGB-D scenes is crucial to many intelligent applications including perceptual robotics. It generates pixelwise and fine-grained label maps from simultaneously sensed photometric (RGB) and depth channels. This paper addresses this problem by (i) developing a novel Long Short-Term Memorized Context Fusion (LSTM-CF) Model that captures and fuses contextual information from multiple channels of photometric and depth data, and (ii) incorporating this model into deep convolutional neural networks (CNNs) for end-to-end training. Specifically, contexts in photometric and depth channels are, respectively, captured by stacking several convolutional layers and a long short-term memory layer; the memory layer encodes both short-range and long-range spatial dependencies in an image along the vertical direction. Another long short-term memorized fusion layer is set up to integrate the contexts along the vertical direction from different channels, and perform bi-directional propagation of the fused vertical contexts along the horizontal direction to obtain true 2D global contexts. At last, the fused contextual representation is concatenated with the convolutional features extracted from the photometric channels in order to improve the accuracy of fine-scale semantic labeling. Our proposed model has set a new state of the art, i.e., ${\mathbf{48.1}}\%$ 48.1 % and ${\mathbf{49.4}}\%$ 49.4 % average class accuracy over 37 categories ( ${\mathbf{2.2}}\%$ 2.2 % and ${\mathbf{5.4}}\%$ 5.4 % improvement) on the large-scale SUNRGBD dataset and the NYUDv2 dataset, respectively.
Cite
Text
Li et al. "LSTM-CF: Unifying Context Modeling and Fusion with LSTMs for RGB-D Scene Labeling." European Conference on Computer Vision, 2016. doi:10.1007/978-3-319-46475-6_34Markdown
[Li et al. "LSTM-CF: Unifying Context Modeling and Fusion with LSTMs for RGB-D Scene Labeling." European Conference on Computer Vision, 2016.](https://mlanthology.org/eccv/2016/li2016eccv-lstm/) doi:10.1007/978-3-319-46475-6_34BibTeX
@inproceedings{li2016eccv-lstm,
title = {{LSTM-CF: Unifying Context Modeling and Fusion with LSTMs for RGB-D Scene Labeling}},
author = {Li, Zhen and Gan, Yukang and Liang, Xiaodan and Yu, Yizhou and Cheng, Hui and Lin, Liang},
booktitle = {European Conference on Computer Vision},
year = {2016},
pages = {541-557},
doi = {10.1007/978-3-319-46475-6_34},
url = {https://mlanthology.org/eccv/2016/li2016eccv-lstm/}
}