paper-with-me

Papers

Multi-Path Feedback Recurrent Neural Network for Scene Parsing

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

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 context information at multiple levels and better distinguish pixels that are easy to confuse. Different from feedforward CNNs and RNNs with only single feedback, MPF-RNN propagates the contextual features learned at top layer through \textit{multiple} weighted recurrent connections to learn bottom features. For better training MPF-RNN, we propose a new strategy that considers accumulative loss at multiple recurrent steps to improve performance of the MPF-RNN on parsing small objects. With these two novel components, MPF-RNN has achieved significant improvement over strong baselines (VGG16 and Res101) on five challenging scene parsing benchmarks, including traditional SiftFlow, Barcelona, CamVid, Stanford Background as well as the recently released large-scale ADE20K.

📄 PDF Abstract BibTeX arXiv:1608.07706

Code (0)

등록된 구현이 없습니다.

Tasks

Scene Parsing

Similar Papers 제목 키워드 기반

Deep Multiphase Level Set for Scene Parsing

2019-10-08 · Pingping Zhang, Wei Liu, Yinjie Lei, Hongyu Wang 외

Recently, Fully Convolutional Network (FCN) seems to be the go-to architecture for image segmentation, including semantic scene parsing. However, it is difficult for a generic FCN to discriminate pixels around the object…

Image SegmentationScene ParsingSemantic Segmentation

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

TBN-ViT: Temporal Bilateral Network with Vision Transformer for Video Scene Parsing

2021-12-02 · Bo Yan, Leilei Cao, Hongbin Wang

Video scene parsing in the wild with diverse scenarios is a challenging and great significance task, especially with the rapid development of automatic driving technique. The dataset Video Scene Parsing in the Wild(VSPW)…

Scene Parsing

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

Recurrent Feedback Improves Feedforward Representations in Deep Neural Networks

2019-12-22 · Siming Yan, Xuyang Fang, Bowen Xiao, Harold Rockwell 외

The abundant recurrent horizontal and feedback connections in the primate visual cortex are thought to play an important role in bringing global and semantic contextual information to early visual areas during perceptual…