Vortex Pooling: Improving Context Representation in Semantic Segmentation
Chen-Wei Xie, Hong-Yu Zhou, Jianxin Wu

TL;DR
This paper introduces Vortex Pooling, a novel method for enhancing context aggregation in semantic segmentation, outperforming previous models like DeepLab v3 with similar computational efficiency.
Contribution
The paper proposes Vortex Pooling, a new approach that improves context representation in CNNs for semantic segmentation, replacing ASPP in DeepLab v3.
Findings
Outperforms DeepLab v3 by 1.5% on PASCAL VOC 2012 validation set
Achieves 0.6% higher accuracy on test set
Maintains similar computational cost as DeepLab v3
Abstract
Semantic segmentation is a fundamental task in computer vision, which can be considered as a per-pixel classification problem. Recently, although fully convolutional neural network (FCN) based approaches have made remarkable progress in such task, aggregating local and contextual information in convolutional feature maps is still a challenging problem. In this paper, we argue that, when predicting the category of a given pixel, the regions close to the target are more important than those far from it. To tackle this problem, we then propose an effective yet efficient approach named Vortex Pooling to effectively utilize contextual information. Empirical studies are also provided to validate the effectiveness of the proposed method. To be specific, our approach outperforms the previous state-of-the-art model named DeepLab v3 by 1.5% on the PASCAL VOC 2012 val set and 0.6% on the test set…
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.
Taxonomy
TopicsAdvanced Neural Network Applications · Advanced Image and Video Retrieval Techniques · Multimodal Machine Learning Applications
MethodsConditional Random Field · Dilated Convolution · Dense Connections · Feedforward Network · DeepLab · Spatial Pyramid Pooling
