paper-with-me

Papers

Efficient Self-Ensemble for Semantic Segmentation

2021-11-26 · arXiv 2021 11 · Walid Bousselham, Guillaume Thibault, Lucas Pagano, Archana Machireddy, Joe Gray, Young Hwan Chang, Xubo Song

Ensemble of predictions is known to perform better than individual predictions taken separately. However, for tasks that require heavy computational resources, e.g. semantic segmentation, creating an ensemble of learners that needs to be trained separately is hardly tractable. In this work, we propose to leverage the performance boost offered by ensemble methods to enhance the semantic segmentation, while avoiding the traditional heavy training cost of the ensemble. Our self-ensemble approach takes advantage of the multi-scale features set produced by feature pyramid network methods to feed independent decoders, thus creating an ensemble within a single model. Similar to the ensemble, the final prediction is the aggregation of the prediction made by each learner. In contrast to previous works, our model can be trained end-to-end, alleviating the traditional cumbersome multi-stage training of ensembles. Our self-ensemble approach outperforms the current state-of-the-art on the benchmark datasets Pascal Context and COCO-Stuff-10K for semantic segmentation and is competitive on ADE20K and Cityscapes. Code is publicly available at github.com/WalBouss/SenFormer.

📄 PDF Abstract BibTeX arXiv:2111.13280

Code (1)

WalBouss/SenFormer 공식 구현 pytorch

Tasks

SegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

MEDOE: A Multi-Expert Decoder and Output Ensemble Framework for Long-tailed Semantic Segmentation

2023-08-16 · Junao Shen, Long Chen, Kun Kuang, Fei Wu 외

Long-tailed distribution of semantic categories, which has been often ignored in conventional methods, causes unsatisfactory performance in semantic segmentation on tail categories. In this paper, we focus on the problem…

DecoderSegmentationSemantic Segmentation

Semi-supervision semantic segmentation with uncertainty-guided self cross supervision

2022-03-10 · Yunyang Zhang, Zhiqiang Gong, Xiaohu Zheng, Xiaoyu Zhao 외

As a powerful way of realizing semi-supervised segmentation, the cross supervision method learns cross consistency based on independent ensemble models using abundant unlabeled images. However, the wrong pseudo labeling …

SegmentationSemantic Segmentation

Self-supervised Augmentation Consistency for Adapting Semantic Segmentation

2021-04-30 · CVPR 2021 1 · Nikita Araslanov, Stefan Roth

We propose an approach to domain adaptation for semantic segmentation that is both practical and highly accurate. In contrast to previous work, we abandon the use of computationally involved adversarial objectives, netwo…

Data AugmentationDomain AdaptationSegmentationSemantic Segmentation+1

BEDS: Bagging ensemble deep segmentation for nucleus segmentation with testing stage stain augmentation

2021-02-17 · Xing Li, Haichun Yang, Jiaxin He, Aadarsh Jha 외

Reducing outcome variance is an essential task in deep learning based medical image analysis. Bootstrap aggregating, also known as bagging, is a canonical ensemble algorithm for aggregating weak learners to become a stro…

Deep LearningEnsemble LearningMedical Image AnalysisSegmentation

U-Net Ensemble for Enhanced Semantic Segmentation in Remote Sensing Imagery

2024-06-08 · Remote Sensing 2024 6 · Ivica Dimitrovski, Vlatko Spasev, Suzana Loshkovska, Ivan Kitanovski

Semantic segmentation of remote sensing imagery stands as a fundamental task within the domains of both remote sensing and computer vision. Its objective is to generate a comprehensive pixel-wise segmentation map of an i…

SegmentationSegmentation Of Remote Sensing ImagerySemantic Segmentation