paper-with-me

홈 › Papers

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, which is originally proposed for object recognition. Different from traditional convolutional neural networks (CNN), this model has intra-layer recurrent connections in the convolutional layers. Therefore each convolutional layer becomes a two-dimensional recurrent neural network. The units receive constant feed-forward inputs from the previous layer and recurrent inputs from their neighborhoods. While recurrent iterations proceed, the region of context captured by each unit expands. In this way, feature extraction and context modulation are seamlessly integrated, which is different from typical methods that entail separate modules for the two steps. To further utilize the context, a multi-scale RCNN is proposed. Over two benchmark datasets, Standford Background and Sift Flow, the model outperforms many state-of-the-art models in accuracy and efficiency.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Object RecognitionScene Labeling

Similar Papers 제목 키워드 기반

Convolutional Neural Networks with Gated Recurrent Connections

2021-06-05 · JianFeng Wang, Xiaolin Hu

The convolutional neural network (CNN) has become a basic model for solving many computer vision problems. In recent years, a new class of CNNs, recurrent convolution neural network (RCNN), inspired by abundant recurrent…

object-detectionObject DetectionObject RecognitionScene Text Recognition

Denoising Auto-encoder with Recurrent Skip Connections and Residual Regression for Music Source Separation

2018-07-05 · Jen-Yu Liu, Yi-Hsuan Yang

Convolutional neural networks with skip connections have shown good performance in music source separation. In this work, we propose a denoising Auto-encoder with Recurrent skip Connections (ARC). We use 1D convolution a…

ARCDenoisingMusic Source Separationregression

Bidirectional Recurrent Convolutional Networks for Multi-Frame Super-Resolution

2015-12-01 · NeurIPS 2015 12 · Yan Huang, Wei Wang, Liang Wang

Super resolving a low-resolution video is usually handled by either single-image super-resolution (SR) or multi-frame SR. Single-Image SR deals with each video frame independently, and ignores intrinsic temporal dependen…

Image Super-ResolutionMulti-Frame Super-ResolutionOptical Flow EstimationSuper-Resolution+2

Implicit recurrent networks: A novel approach to stationary input processing with recurrent neural networks in deep learning

2020-10-20 · Sebastian Sanokowski

The brain cortex, which processes visual, auditory and sensory data in the brain, is known to have many recurrent connections within its layers and from higher to lower layers. But, in the case of machine learning with n…

Recurrent knowledge distillation

2018-05-18 · Silvia L. Pintea, Yue Liu, Jan C. van Gemert

Knowledge distillation compacts deep networks by letting a small student network learn from a large teacher network. The accuracy of knowledge distillation recently benefited from adding residual layers. We propose to re…

Knowledge Distillation