paper-with-me

홈 › Papers

C3: Concentrated-Comprehensive Convolution and its application to semantic segmentation

2018-12-12 · Hyojin Park, Youngjoon Yoo, Geonseok Seo, Dongyoon Han, Sangdoo Yun, Nojun Kwak

One of the practical choices for making a lightweight semantic segmentation model is to combine a depth-wise separable convolution with a dilated convolution. However, the simple combination of these two methods results in an over-simplified operation which causes severe performance degradation due to loss of information contained in the feature map. To resolve this problem, we propose a new block called Concentrated-Comprehensive Convolution (C3) which applies the asymmetric convolutions before the depth-wise separable dilated convolution to compensate for the information loss due to dilated convolution. The C3 block consists of a concentration stage and a comprehensive convolution stage. The first stage uses two depth-wise asymmetric convolutions for compressed information from the neighboring pixels to alleviate the information loss. The second stage increases the receptive field by using a depth-wise separable dilated convolution from the feature map of the first stage. We applied the C3 block to various segmentation frameworks (ESPNet, DRN, ERFNet, ENet) for proving the beneficial properties of our proposed method. Experimental results show that the proposed method preserves the original accuracies on Cityscapes dataset while reducing the complexity. Furthermore, we modified ESPNet to achieve about 2% better performance while reducing the number of parameters by half and the number of FLOPs by 35% compared with the original ESPNet. Finally, experiments on ImageNet classification task show that C3 block can successfully replace dilated convolutions.

📄 PDF Abstract BibTeX arXiv:1812.04920

Code (2)

HYOJINPARK/C3SINet tf
clovaai/c3_sinet pytorch

Tasks

Semantic Segmentation

Methods 이 논문이 사용한 방법론

Hierarchical Feature Fusion Hierarchical Feature Fusion (HFF) is a feature fusion method employed in ESP and EESP image…
Pointwise Convolution Pointwise Convolution is a type of convolution that uses a 1x1 kernel: a kernel that iterates through every single point. This…
ESP 설명 없음
Kaiming Initialization 설명 없음
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
PReLU A Parametric Rectified Linear Unit, or PReLU, is an activation function that generalizes the traditional rectified unit with a slope for negative values.…
ESPNet ESPNet is a convolutional neural network for semantic segmentation of high resolution images under resource constraints. ESPNet is based on a convolutional module, efficient…
Dilated Convolution 설명 없음

Similar Papers 제목 키워드 기반

ExtremeC3Net: Extreme Lightweight Portrait Segmentation Networks using Advanced C3-modules

2019-08-08 · Hyojin Park, Lars Lowe Sjösund, Youngjoon Yoo, Jihwan Bang 외

Designing a lightweight and robust portrait segmentation algorithm is an important task for a wide range of face applications. However, the problem has been considered as a subset of the object segmentation problem. bvio…

Portrait SegmentationSegmentationSemantic Segmentation

Recent progress in semantic image segmentation

2018-09-20 · Xiaolong Liu, Zhidong Deng, Yuhan Yang

Semantic image segmentation, which becomes one of the key applications in image processing and computer vision domain, has been used in multiple domains such as medical area and intelligent transportation. Lots of benchm…

Image SegmentationSegmentationSemantic Segmentation

Few-Shot Point Cloud Semantic Segmentation via Contrastive Self-Supervision and Multi-Resolution Attention

2023-02-21 · Jiahui Wang, Haiyue Zhu, Haoren Guo, Abdullah Al Mamun 외

This paper presents an effective few-shot point cloud semantic segmentation approach for real-world applications. Existing few-shot segmentation methods on point cloud heavily rely on the fully-supervised pretrain with l…

Contrastive LearningFew-Shot LearningSegmentationSemantic Segmentation

Learning Non-Unique Segmentation with Reward-Penalty Dice Loss

2020-09-23 · Jiabo He, Sarah Erfani, Sudanthi Wijewickrema, Stephen O'Leary 외

Semantic segmentation is one of the key problems in the field of computer vision, as it enables computer image understanding. However, most research and applications of semantic segmentation focus on addressing unique se…

Medical Image SegmentationSegmentationSemantic Segmentation

LENet: Lightweight And Efficient LiDAR Semantic Segmentation Using Multi-Scale Convolution Attention

2023-01-11 · Ben Ding

LiDAR-based semantic segmentation is critical in the fields of robotics and autonomous driving as it provides a comprehensive understanding of the scene. This paper proposes a lightweight and efficient projection-based s…

Autonomous DrivingDecoderLIDAR Semantic SegmentationSegmentation+1