Automated Label Unification for Multi-Dataset Semantic Segmentation with GNNs

Abstract

Deep supervised models possess significant capability to assimilate extensive training data, thereby presenting an opportunity to enhance model performance through training on multiple datasets. However, conflicts arising from different label spaces among datasets may adversely affect model performance. In this paper, we propose a novel approach to automatically construct a unified label space across multiple datasets using graph neural networks. This enables semantic segmentation models to be trained simultaneously on multiple datasets, resulting in performance improvements. Unlike existing methods, our approach facilitates seamless training without the need for additional manual reannotation or taxonomy reconciliation. This significantly enhances the efficiency and effectiveness of multi-dataset segmentation model training. The results demonstrate that our method significantly outperforms other multi-dataset training methods when trained on seven datasets simultaneously, and achieves state-of-the-art performance on the WildDash 2 benchmark. Our code can be found in https://github.com/Mrhonor/AutoUniSeg.

Cite

Text

Ma et al. "Automated Label Unification for Multi-Dataset Semantic Segmentation with GNNs." Neural Information Processing Systems, 2024. doi:10.52202/079017-2547

Markdown

[Ma et al. "Automated Label Unification for Multi-Dataset Semantic Segmentation with GNNs." Neural Information Processing Systems, 2024.](https://mlanthology.org/neurips/2024/ma2024neurips-automated/) doi:10.52202/079017-2547

BibTeX

@inproceedings{ma2024neurips-automated,
  title     = {{Automated Label Unification for Multi-Dataset Semantic Segmentation with GNNs}},
  author    = {Ma, Rong and Chen, Jie and Xue, Xiangyang and Pu, Jian},
  booktitle = {Neural Information Processing Systems},
  year      = {2024},
  doi       = {10.52202/079017-2547},
  url       = {https://mlanthology.org/neurips/2024/ma2024neurips-automated/}
}