paper-with-me

Papers

Training Semantic Segmentation on Heterogeneous Datasets

2023-01-18 · Panagiotis Meletis, Gijs Dubbelman

We explore semantic segmentation beyond the conventional, single-dataset homogeneous training and bring forward the problem of Heterogeneous Training of Semantic Segmentation (HTSS). HTSS involves simultaneous training on multiple heterogeneous datasets, i.e. datasets with conflicting label spaces and different (weak) annotation types from the perspective of semantic segmentation. The HTSS formulation exposes deep networks to a larger and previously unexplored aggregation of information that can potentially enhance semantic segmentation in three directions: i) performance: increased segmentation metrics on seen datasets, ii) generalization: improved segmentation metrics on unseen datasets, and iii) knowledgeability: increased number of recognizable semantic concepts. To research these benefits of HTSS, we propose a unified framework, that incorporates heterogeneous datasets in a single-network training pipeline following the established FCN standard. Our framework first curates heterogeneous datasets to bring them into a common format and then trains a single-backbone FCN on all of them simultaneously. To achieve this, it transforms weak annotations, which are incompatible with semantic segmentation, to per-pixel labels, and hierarchizes their label spaces into a universal taxonomy. The trained HTSS models demonstrate performance and generalization gains over a wide range of datasets and extend the inference label space entailing hundreds of semantic classes.

📄 PDF Abstract BibTeX arXiv:2301.07634

Code (0)

등록된 구현이 없습니다.

Tasks

SegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
FCN Fully Convolutional Networks, or FCNs, are an architecture used mainly for semantic segmentation. They employ solely locally connected layers, such as…

Similar Papers 제목 키워드 기반

Methods for the frugal labeler: Multi-class semantic segmentation on heterogeneous labels

2022-02-08 · PLOS ONE 2022 2 · Mark Schutera, Luca Rettenberger, Christian Pylatiuk, Markus Reischl

Deep learning increasingly accelerates biomedical research, deploying neural networks for multiple tasks, such as image classification, object detection, and semantic segmentation. However, neural networks are commonly t…

2D Semantic Segmentationimage-classificationImage Classificationobject-detection+4

Heterogeneous Feature Distillation Network for SAR Image Semantic Segmentation

2022-10-17 · Gao Mengyu, Dong Qiulei

Semantic segmentation for SAR (Synthetic Aperture Radar) images has attracted increasing attention in the remote sensing community recently, due to SAR's all-time and all-weather imaging capability. However, SAR images a…

Image SegmentationSegmentationSemantic Segmentation

Training of Convolutional Networks on Multiple Heterogeneous Datasets for Street Scene Semantic Segmentation

2018-03-15 · Panagiotis Meletis, Gijs Dubbelman

We propose a convolutional network with hierarchical classifiers for per-pixel semantic segmentation, which is able to be trained on multiple, heterogeneous datasets and exploit their semantic hierarchy. Our network is t…

GPUSemantic Segmentation

Multi-source Pseudo-label Learning of Semantic Segmentation for the Scene Recognition of Agricultural Mobile Robots

2021-02-12 · Shigemichi Matsuzaki, Jun Miura, Hiroaki Masuzawa

This paper describes a novel method of training a semantic segmentation model for scene recognition of agricultural mobile robots exploiting publicly available datasets of outdoor scenes that are different from the targe…

Domain AdaptationPseudo LabelScene RecognitionSegmentation+2

Towards holistic scene understanding: Semantic segmentation and beyond

2022-01-16 · Panagiotis Meletis

This dissertation addresses visual scene understanding and enhances segmentation performance and generalization, training efficiency of networks, and holistic understanding. First, we investigate semantic segmentation in…

object-detectionObject DetectionPanoptic SegmentationPart-aware Panoptic Segmentation+4