paper-with-me

홈 › Papers

Scene Labeling With LSTM Recurrent Neural Networks

2015-06-01 · CVPR 2015 6 · Wonmin Byeon, Thomas M. Breuel, Federico Raue, Marcus Liwicki

This paper addresses the problem of pixel-level segmentation and classification of scene images with an entirely learning-based approach using Long Short Term Memory (LSTM) recurrent neural networks, which are commonly used for sequence classification. We investigate two-dimensional (2D) LSTM networks for natural scene images taking into account the complex spatial dependencies of labels. Prior methods generally have required separate classification and image segmentation stages and/or pre- and post-processing. In our approach, classification, segmentation, and context integration are all carried out by 2D LSTM networks, allowing texture and spatial model parameters to be learned within a single model. The networks efficiently capture local and global contextual information over raw RGB values and adapt well for complex scene images. Our approach, which has a much lower computational complexity than prior methods, achieved state-of-the-art performance over the Stanford Background and the SIFT Flow datasets. In fact, if no pre- or post-processing is applied, LSTM networks outperform other state-of-the-art approaches. Hence, only with a single-core Central Processing Unit (CPU), the running time of our approach is equivalent or better than the compared state-of-the-art approaches which use a Graphics Processing Unit (GPU). Finally, our networks' ability to visualize feature maps from each layer supports the hypothesis that LSTM networks are overall suited for image processing tasks.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationCPUGeneral ClassificationGPUImage SegmentationScene LabelingSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Geometric Scene Parsing with Hierarchical LSTM

2016-04-07 · Zhanglin Peng, Ruimao Zhang, Xiaodan Liang, Xiaobai Liu 외

This paper addresses the problem of geometric scene parsing, i.e. simultaneously labeling geometric surfaces (e.g. sky, ground and vertical plane) and determining the interaction relations (e.g. layering, supporting, sid…

3D ReconstructionRelation PredictionScene LabelingScene Parsing

Scene Labeling using Gated Recurrent Units with Explicit Long Range Conditioning

2016-11-22 · Qiangui Huang, Weiyue Wang, Kevin Zhou, Suya You 외

Recurrent neural network (RNN), as a powerful contextual dependency modeling framework, has been widely applied to scene labeling problems. However, this work shows that directly applying traditional RNN architectures, w…

Scene Labeling

Syntax Aware LSTM Model for Chinese Semantic Role Labeling

2017-04-03 · Feng Qian, Lei Sha, Baobao Chang, Lu-chen Liu 외

As for semantic role labeling (SRL) task, when it comes to utilizing parsing information, both traditional methods and recent recurrent neural network (RNN) based methods use the feature engineering way. In this paper, w…

Chinese Semantic Role LabelingDependency ParsingFeature EngineeringSemantic Role Labeling

Leveraging Sentence-level Information with Encoder LSTM for Semantic Slot Filling

2016-01-07 · EMNLP 2016 11 · Gakuto Kurata, Bing Xiang, Bo-Wen Zhou, Mo Yu

Recurrent Neural Network (RNN) and one of its specific architectures, Long Short-Term Memory (LSTM), have been widely used for sequence labeling. In this paper, we first enhance LSTM-based sequence labeling to explicitly…

Natural Language UnderstandingSentenceslot-fillingSlot Filling

Long-Term Occupancy Grid Prediction Using Recurrent Neural Networks

2018-09-11 · Marcel Schreiber, Stefan Hoermann, Klaus Dietmayer

We tackle the long-term prediction of scene evolution in a complex downtown scenario for automated driving based on Lidar grid fusion and recurrent neural networks (RNNs). A bird's eye view of the scene, including occupa…

Prediction