Learning Contextual Dependencies with Convolutional Hierarchical Recurrent Neural Networks
Zhen Zuo, Bing Shuai, Gang Wang, Xiao Liu, Xingxing Wang, and Bing, Wang

TL;DR
This paper introduces convolutional hierarchical recurrent neural networks (C-HRNNs) that combine CNNs with hierarchical RNNs to effectively model spatial and scale dependencies in images, leading to state-of-the-art classification results.
Contribution
The paper proposes a novel integration of CNNs with hierarchical RNNs, specifically HSRN and HLSTM models, to encode contextual dependencies in images for improved classification.
Findings
Achieved state-of-the-art results on Places 205 and SUN 397 datasets.
Demonstrated effective modeling of spatial and scale dependencies.
Presented two RNN models with different computational costs and performance.
Abstract
Existing deep convolutional neural networks (CNNs) have shown their great success on image classification. CNNs mainly consist of convolutional and pooling layers, both of which are performed on local image areas without considering the dependencies among different image regions. However, such dependencies are very important for generating explicit image representation. In contrast, recurrent neural networks (RNNs) are well known for their ability of encoding contextual information among sequential data, and they only require a limited number of network parameters. General RNNs can hardly be directly applied on non-sequential data. Thus, we proposed the hierarchical RNNs (HRNNs). In HRNNs, each RNN layer focuses on modeling spatial dependencies among image regions from the same scale but different locations. While the cross RNN scale connections target on modeling scale dependencies…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
