Semantic Segmentation via Highly Fused Convolutional Network with Multiple Soft Cost Functions
Tao Yang, Yan Wu, Junqiao Zhao, Linting Guan

TL;DR
This paper introduces a highly fused convolutional network with multiple soft cost functions for semantic segmentation, achieving state-of-the-art results by effectively combining multi-scale features and multi-level supervision.
Contribution
The novel network architecture fuses features at multiple scales and employs soft cost functions on pre-outputs and final output for improved training and accuracy.
Findings
Achieves state-of-the-art on CamVid dataset.
Significant improvements on PASCAL VOC.
Notable performance gains on ADE20K.
Abstract
Semantic image segmentation is one of the most challenged tasks in computer vision. In this paper, we propose a highly fused convolutional network, which consists of three parts: feature downsampling, combined feature upsampling and multiple predictions. We adopt a strategy of multiple steps of upsampling and combined feature maps in pooling layers with its corresponding unpooling layers. Then we bring out multiple pre-outputs, each pre-output is generated from an unpooling layer by one-step upsampling. Finally, we concatenate these pre-outputs to get the final output. As a result, our proposed network makes highly use of the feature information by fusing and reusing feature maps. In addition, when training our model, we add multiple soft cost functions on pre-outputs and final outputs. In this way, we can reduce the loss reduction when the loss is back propagated. We evaluate our model…
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 · Visual Attention and Saliency Detection
