paper-with-me

홈 › Papers

Semantic Object Parsing with Graph LSTM

2016-03-23 · Xiaodan Liang, Xiaohui Shen, Jiashi Feng, Liang Lin, Shuicheng Yan

By taking the semantic object parsing task as an exemplar application scenario, we propose the Graph Long Short-Term Memory (Graph LSTM) network, which is the generalization of LSTM from sequential data or multi-dimensional data to general graph-structured data. Particularly, instead of evenly and fixedly dividing an image to pixels or patches in existing multi-dimensional LSTM structures (e.g., Row, Grid and Diagonal LSTMs), we take each arbitrary-shaped superpixel as a semantically consistent node, and adaptively construct an undirected graph for each image, where the spatial relations of the superpixels are naturally used as edges. Constructed on such an adaptive graph topology, the Graph LSTM is more naturally aligned with the visual patterns in the image (e.g., object boundaries or appearance similarities) and provides a more economical information propagation route. Furthermore, for each optimization step over Graph LSTM, we propose to use a confidence-driven scheme to update the hidden and memory states of nodes progressively till all nodes are updated. In addition, for each node, the forgets gates are adaptively learned to capture different degrees of semantic correlation with neighboring nodes. Comprehensive evaluations on four diverse semantic object parsing datasets well demonstrate the significant superiority of our Graph LSTM over other state-of-the-art solutions.

📄 PDF Abstract BibTeX arXiv:1603.07063

Code (0)

등록된 구현이 없습니다.

Tasks

ObjectSuperpixels

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

UC Davis at SemEval-2019 Task 1: DAG Semantic Parsing with Attention-based Decoder

2019-06-01 · SEMEVAL 2019 6 · Dian Yu, Kenji Sagae

We present an encoder-decoder model for semantic parsing with UCCA SemEval 2019 Task 1. The encoder is a Bi-LSTM and the decoder uses recursive self-attention. The proposed model alleviates challenges and feature enginee…

DecoderFeature EngineeringSemantic Parsing

Simple and Accurate Dependency Parsing Using Bidirectional LSTM Feature Representations

2016-03-14 · TACL 2016 1 · Eliyahu Kiperwasser, Yoav Goldberg

We present a simple and effective scheme for dependency parsing which is based on bidirectional-LSTMs (BiLSTMs). Each sentence token is associated with a BiLSTM vector representing the token in its sentential context, an…

Dependency ParsingSentence

GCN-Sem at SemEval-2019 Task 1: Semantic Parsing using Graph Convolutional and Recurrent Neural Networks

2019-06-01 · SEMEVAL 2019 6 · Shiva Taslimipoor, Omid Rohanian, Sara Mo{\v{z}}e

This paper describes the system submitted to the SemEval 2019 shared task 1 {`}Cross-lingual Semantic Parsing with UCCA{'}. We rely on the semantic dependency parse trees provided in the shared task which are converted f…

Dependency ParsingSemantic Dependency ParsingSemantic Parsing

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

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

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-lev…

MemorizationPosition

Incorporating EDS Graph for AMR Parsing

2021-08-01 · Joint Conference on Lexical and Computational Semantics 2021 · Ziyi Shou, Fangzhen Lin

AMR (Abstract Meaning Representation) and EDS (Elementary Dependency Structures) are two popular meaning representations in NLP/NLU. AMR is more abstract and conceptual, while EDS is more low level, closer to the lexical…

Abstract Meaning RepresentationAMR Parsing