paper-with-me

Papers

Scene Labeling using Gated Recurrent Units with Explicit Long Range Conditioning

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

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, which unfolds a 2D lattice grid into a sequence, is not sufficient to model structure dependencies in images due to the "impact vanishing" problem. First, we give an empirical analysis about the "impact vanishing" problem. Then, a new RNN unit named Recurrent Neural Network with explicit long range conditioning (RNN-ELC) is designed to alleviate this problem. A novel neural network architecture is built for scene labeling tasks where one of the variants of the new RNN unit, Gated Recurrent Unit with Explicit Long-range Conditioning (GRU-ELC), is used to model multi scale contextual dependencies in images. We validate the use of GRU-ELC units with state-of-the-art performance on three standard scene labeling datasets. Comprehensive experiments demonstrate that the new GRU-ELC unit benefits scene labeling problem a lot as it can encode longer contextual dependencies in images more effectively than traditional RNN units.

📄 PDF Abstract BibTeX arXiv:1611.07485

Code (0)

등록된 구현이 없습니다.

Tasks

Scene Labeling

Similar Papers 제목 키워드 기반

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

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

Edge-Labeling based Directed Gated Graph Network for Few-shot Learning

2021-01-27 · Peixiao Zheng, Xin Guo, Lin Qi

Existing graph-network-based few-shot learning methods obtain similarity between nodes through a convolution neural network (CNN). However, the CNN is designed for image data with spatial information rather than vector f…

Few-Shot Learning

Multi-dimensional Gated Recurrent Units for Automated Anatomical Landmark Localization

2017-08-09 · Simon Andermatt, Simon Pezold, Michael Amann, Philippe C. Cattin

We present an automated method for localizing an anatomical landmark in three-dimensional medical images. The method combines two recurrent neural networks in a coarse-to-fine approach: The first network determines a can…

Convolutional Neural Networks with Intra-Layer Recurrent Connections for Scene Labeling

2015-12-01 · NeurIPS 2015 12 · Ming Liang, Xiaolin Hu, Bo Zhang

Scene labeling is a challenging computer vision task. It requires the use of both local discriminative features and global context information. We adopt a deep recurrent convolutional neural network (RCNN) for this task,…

Object RecognitionScene Labeling