paper-with-me

홈 › Papers

Semantic Object Parsing with Local-Global Long Short-Term Memory

2015-11-14 · CVPR 2016 6 · Xiaodan Liang, Xiaohui Shen, Donglai Xiang, Jiashi Feng, Liang Lin, Shuicheng Yan

Semantic object parsing is a fundamental task for understanding objects in detail in computer vision community, where incorporating multi-level contextual information is critical for achieving such fine-grained pixel-level recognition. Prior methods often leverage the contextual information through post-processing predicted confidence maps. In this work, we propose a novel deep Local-Global Long Short-Term Memory (LG-LSTM) architecture to seamlessly incorporate short-distance and long-distance spatial dependencies into the feature learning over all pixel positions. In each LG-LSTM layer, local guidance from neighboring positions and global guidance from the whole image are imposed on each position to better exploit complex local and global contextual information. Individual LSTMs for distinct spatial dimensions are also utilized to intrinsically capture various spatial layouts of semantic parts in the images, yielding distinct hidden and memory cells of each position for each dimension. In our parsing approach, several LG-LSTM layers are stacked and appended to the intermediate convolutional layers to directly enhance visual features, allowing network parameters to be learned in an end-to-end way. The long chains of sequential computation by stacked LG-LSTM layers also enable each pixel to sense a much larger region for inference benefiting from the memorization of previous dependencies in all positions along all dimensions. Comprehensive evaluations on three public datasets well demonstrate the significant superiority of our LG-LSTM over other state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:1511.04510

Code (0)

등록된 구현이 없습니다.

Tasks

MemorizationPosition

Similar Papers 제목 키워드 기반

Global Aggregation then Local Distribution for Scene Parsing

2021-07-28 · Xiangtai Li, Li Zhang, Guangliang Cheng, Kuiyuan Yang 외

Modelling long-range contextual relationships is critical for pixel-wise prediction tasks such as semantic segmentation. However, convolutional neural networks (CNNs) are inherently limited to model such dependencies due…

Scene ParsingSegmentationSemantic Segmentation

Context Driven Scene Parsing with Attention to Rare Classes

2014-06-01 · CVPR 2014 6 · Jimei Yang, Brian Price, Scott Cohen, Ming-Hsuan Yang

This paper presents a scalable scene parsing algorithm based on image retrieval and superpixel matching. We focus on rare object classes, which play an important role in achieving richer semantic understanding of visual …

General ClassificationImage RetrievalRetrievalScene Parsing

Semi-Supervised Hierarchical Semantic Object Parsing

2017-09-23 · Jalal Mirakhorli, Hamidreza Amindavar

Models based on Convolutional Neural Networks (CNNs) have been proven very successful for semantic segmentation and object parsing that yield hierarchies of features. Our key insight is to build convolutional networks th…

Instance SegmentationObjectSegmentationSemantic Segmentation

A Globally Normalized Neural Model for Semantic Parsing

2021-06-07 · ACL (spnlp) 2021 8 · Chenyang Huang, Wei Yang, Yanshuai Cao, Osmar Zaïane 외

In this paper, we propose a globally normalized model for context-free grammar (CFG)-based semantic parsing. Instead of predicting a probability, our model predicts a real-valued score at each step and does not suffer fr…

modelSemantic Parsing

Human Parsing With Contextualized Convolutional Neural Network

2015-12-01 · ICCV 2015 12 · Xiaodan Liang, Chunyan Xu, Xiaohui Shen, Jianchao Yang 외

In this work, we address the human parsing task with a novel Contextualized Convolutional Neural Network (Co-CNN) architecture, which well integrates the cross-layer context, global image-level context, within-super-pixe…

Human Parsing