paper-with-me

Papers

Multi-level Contextual RNNs with Attention Model for Scene Labeling

2016-07-08 · Heng Fan, Xue Mei, Danil Prokhorov, Haibin Ling

Context in image is crucial for scene labeling while existing methods only exploit local context generated from a small surrounding area of an image patch or a pixel, by contrast long-range and global contextual information is ignored. To handle this issue, we in this work propose a novel approach for scene labeling by exploring multi-level contextual recurrent neural networks (ML-CRNNs). Specifically, we encode three kinds of contextual cues, i.e., local context, global context and image topic context in structural recurrent neural networks (RNNs) to model long-range local and global dependencies in image. In this way, our method is able to `see' the image in terms of both long-range local and holistic views, and make a more reliable inference for image labeling. Besides, we integrate the proposed contextual RNNs into hierarchical convolutional neural networks (CNNs), and exploit dependence relationships in multiple levels to provide rich spatial and semantic information. Moreover, we novelly adopt an attention model to effectively merge multiple levels and show that it outperforms average- or max-pooling fusion strategies. Extensive experiments demonstrate that the proposed approach achieves new state-of-the-art results on the CamVid, SiftFlow and Stanford-background datasets.

📄 PDF Abstract BibTeX arXiv:1607.02537

Code (0)

등록된 구현이 없습니다.

Tasks

Scene Labeling

Similar Papers 제목 키워드 기반

Scene Parsing via Dense Recurrent Neural Networks with Attentional Selection

2018-11-09 · Heng Fan, Peng Chu, Longin Jan Latecki, Haibin Ling

Recurrent neural networks (RNNs) have shown the ability to improve scene parsing through capturing long-range dependencies among image units. In this paper, we propose dense RNNs for scene labeling by exploring various l…

Scene LabelingScene Parsing

Dense Recurrent Neural Networks for Scene Labeling

2018-01-21 · Heng Fan, Haibin Ling

Recently recurrent neural networks (RNNs) have demonstrated the ability to improve scene labeling through capturing long-range dependencies among image units. In this paper, we propose dense RNNs for scene labeling by ex…

Scene Labeling

Multi-Path Feedback Recurrent Neural Network for Scene Parsing

2016-08-27 · Xiaojie Jin, Yunpeng Chen, Jiashi Feng, Zequn Jie 외

In this paper, we consider the scene parsing problem and propose a novel Multi-Path Feedback recurrent neural network (MPF-RNN) for parsing scene images. MPF-RNN can enhance the capability of RNNs in modeling long-range …

Scene Parsing

Multimodal Recurrent Neural Networks with Information Transfer Layers for Indoor Scene Labeling

2018-03-13 · Abrar H. Abdulnabi, Bing Shuai, Zhen Zuo, Lap-Pui Chau 외

This paper proposes a new method called Multimodal RNNs for RGB-D scene semantic segmentation. It is optimized to classify image pixels given two input sources: RGB color channels and Depth maps. It simultaneously perfor…

Scene LabelingSemantic Segmentation

StateX: Enhancing RNN Recall via Post-training State Expansion

2025-09-26 · Xingyu Shen, Yingfa Chen, Zhen Leng Thai, Xu Han 외 arxiv

Recurrent neural networks (RNNs), such as linear attention and state-space models, have gained popularity due to their constant per-token complexity when processing long contexts. However, these recurrent models struggle…