CGNet: A Light-weight Context Guided Network for Semantic Segmentation
Tianyi Wu, Sheng Tang, Rui Zhang, Yongdong Zhang

TL;DR
CGNet is a lightweight, efficient neural network designed for semantic segmentation on mobile devices, combining local, surrounding, and global context to improve accuracy while significantly reducing parameters.
Contribution
The paper introduces the novel Context Guided (CG) block and CGNet architecture, which effectively captures multi-scale contextual information with fewer parameters for mobile-friendly semantic segmentation.
Findings
Achieves 64.8% mean IoU on Cityscapes without post-processing
Uses less than 0.5 million parameters, outperforming existing models with similar size
Demonstrates effectiveness on Cityscapes and CamVid datasets
Abstract
The demand of applying semantic segmentation model on mobile devices has been increasing rapidly. Current state-of-the-art networks have enormous amount of parameters hence unsuitable for mobile devices, while other small memory footprint models follow the spirit of classification network and ignore the inherent characteristic of semantic segmentation. To tackle this problem, we propose a novel Context Guided Network (CGNet), which is a light-weight and efficient network for semantic segmentation. We first propose the Context Guided (CG) block, which learns the joint feature of both local feature and surrounding context, and further improves the joint feature with the global context. Based on the CG block, we develop CGNet which captures contextual information in all stages of the network and is specially tailored for increasing segmentation accuracy. CGNet is also elaborately designed…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · IoT and Edge/Fog Computing
