2015

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

Liang, Xiaodan, Shen, Xiaohui, Xiang, Donglai et al.

Understand

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.

Reading the bibliography…