arXiv Analytics

Sign in

arXiv:2006.11193 [cs.CV]AbstractReferencesReviewsResources

Adaptive feature recombination and recalibration for semantic segmentation with Fully Convolutional Networks

Sergio Pereira, Adriano Pinto, Joana Amorim, Alexandrine Ribeiro, Victor Alves, Carlos A. Silva

Published 2020-06-19Version 1

Fully Convolutional Networks have been achieving remarkable results in image semantic segmentation, while being efficient. Such efficiency results from the capability of segmenting several voxels in a single forward pass. So, there is a direct spatial correspondence between a unit in a feature map and the voxel in the same location. In a convolutional layer, the kernel spans over all channels and extracts information from them. We observe that linear recombination of feature maps by increasing the number of channels followed by compression may enhance their discriminative power. Moreover, not all feature maps have the same relevance for the classes being predicted. In order to learn the inter-channel relationships and recalibrate the channels to suppress the less relevant ones, Squeeze and Excitation blocks were proposed in the context of image classification with Convolutional Neural Networks. However, this is not well adapted for segmentation with Fully Convolutional Networks since they segment several objects simultaneously, hence a feature map may contain relevant information only in some locations. In this paper, we propose recombination of features and a spatially adaptive recalibration block that is adapted for semantic segmentation with Fully Convolutional Networks - the SegSE block. Feature maps are recalibrated by considering the cross-channel information together with spatial relevance. Experimental results indicate that Recombination and Recalibration improve the results of a competitive baseline, and generalize across three different problems: brain tumor segmentation, stroke penumbra estimation, and ischemic stroke lesion outcome prediction. The obtained results are competitive or outperform the state of the art in the three applications.

Comments: Published in IEEE Transactions on Medical Imaging (TMI)
Journal: IEEE Transactions on Medical Imaging, vol. 38, no. 12, pp. 2914-2925, Dec. 2019
Categories: cs.CV
Related articles: Most relevant | Search more
arXiv:1706.02135 [cs.CV] (Published 2017-06-07)
BiSeg: Simultaneous Instance Segmentation and Semantic Segmentation with Fully Convolutional Networks
arXiv:2303.13846 [cs.CV] (Published 2023-03-24)
Feature Separation and Recalibration for Adversarial Robustness
arXiv:1909.07229 [cs.CV] (Published 2019-09-16)
Global Aggregation then Local Distribution in Fully Convolutional Networks