paper-with-me

홈 › Papers

LSTM-CF: Unifying Context Modeling and Fusion with LSTMs for RGB-D Scene Labeling

2016-04-18 · Zhen Li, Yukang Gan, Xiaodan Liang, Yizhou Yu, Hui Cheng, Liang Lin

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., 48.1% and 49.4% average class accuracy over 37 categories (2.2% and 5.4% improvement) on the large-scale SUNRGBD dataset and the NYUDv2dataset, respectively.

📄 PDF Abstract BibTeX arXiv:1604.05000

Code (1)

icemansina/LSTM-CF 공식 구현

Tasks

Scene Labeling

Similar Papers 제목 키워드 기반

A Unifying Framework of Bilinear LSTMs

2019-10-23 · Mohit Rajpal, Bryan Kian Hsiang Low

This paper presents a novel unifying framework of bilinear LSTMs that can represent and utilize the nonlinear interaction of the input features present in sequence datasets for achieving superior performance over a linea…

Contextual and Seasonal LSTMs for Time Series Anomaly Detection

2026-02-10 · Lingpei Zhang, Qingming Li, Yong Yang, Jiahao Chen 외 arxiv

Univariate time series (UTS), where each timestamp records a single variable, serve as crucial indicators in web systems and cloud servers. Anomaly detection in UTS plays an essential role in both data mining and system …

Time Series Anomaly Detection

Explaining and Interpreting LSTMs

2019-09-25 · Leila Arras, Jose A. Arjona-Medina, Michael Widrich, Grégoire Montavon 외

While neural networks have acted as a strong unifying force in the design of modern AI systems, the neural network architectures themselves remain highly heterogeneous due to the variety of tasks to be solved. In this ch…

Cell-aware Stacked LSTMs for Modeling Sentences

2018-09-07 · Jihun Choi, Taeuk Kim, Sang-goo Lee

We propose a method of stacking multiple long short-term memory (LSTM) layers for modeling sentences. In contrast to the conventional stacked LSTMs where only hidden states are fed as input to the next layer, the suggest…

Machine TranslationNatural Language InferenceParaphrase IdentificationSentiment Analysis+2

Cortical microcircuits as gated-recurrent neural networks

2017-11-07 · NeurIPS 2017 12 · Rui Ponte Costa, Yannis M. Assael, Brendan Shillingford, Nando de Freitas 외

Cortical circuits exhibit intricate recurrent architectures that are remarkably similar across different brain areas. Such stereotyped structure suggests the existence of common computational principles. However, such pr…

image-classificationImage ClassificationLanguage ModellingSequential Image Classification