paper-with-me

Papers

GMMSeg: Gaussian Mixture based Generative Semantic Segmentation Models

2022-10-05 · Chen Liang, Wenguan Wang, Jiaxu Miao, Yi Yang

Prevalent semantic segmentation solutions are, in essence, a dense discriminative classifier of p(class|pixel feature). Though straightforward, this de facto paradigm neglects the underlying data distribution p(pixel feature|class), and struggles to identify out-of-distribution data. Going beyond this, we propose GMMSeg, a new family of segmentation models that rely on a dense generative classifier for the joint distribution p(pixel feature,class). For each class, GMMSeg builds Gaussian Mixture Models (GMMs) via Expectation-Maximization (EM), so as to capture class-conditional densities. Meanwhile, the deep dense representation is end-to-end trained in a discriminative manner, i.e., maximizing p(class|pixel feature). This endows GMMSeg with the strengths of both generative and discriminative models. With a variety of segmentation architectures and backbones, GMMSeg outperforms the discriminative counterparts on three closed-set datasets. More impressively, without any modification, GMMSeg even performs well on open-world datasets. We believe this work brings fundamental insights into the related fields.

📄 PDF Abstract BibTeX arXiv:2210.02025

Code (3)

leonnnop/gmmseg 공식 구현 pytorch
0liliulei/hieraseg pytorch
lingorx/hieraseg pytorch

Tasks

Out-of-Distribution DetectionSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

GZSL-MoE: Apprentissage G{é}n{é}ralis{é} Z{é}ro-Shot bas{é} sur le M{é}lange d'Experts pour la Segmentation S{é}mantique de Nuages de Points 3DAppliqu{é} {à} un Jeu de Donn{é}es d'Environnement de Collaboration Humain-Robot

2025-09-23 · Ahed Alboody arxiv

Generative Zero-Shot Learning approach (GZSL) has demonstrated significant potential in 3D point cloud semantic segmentation tasks. GZSL leverages generative models like GANs or VAEs to synthesize realistic features (rea…

Generalized Zero-Shot Learning3D Semantic Segmentation

Global and Local Features through Gaussian Mixture Models on Image Semantic Segmentation

2022-07-19 · Darwin Saire, Adín Ramírez Rivera

The semantic segmentation task aims at dense classification at the pixel-wise level. Deep models exhibited progress in tackling this task. However, one remaining problem with these approaches is the loss of spatial preci…

ClusteringSegmentationSemantic Segmentation

Sparsely Annotated Semantic Segmentation With Adaptive Gaussian Mixtures

2023-01-01 · CVPR 2023 1 · Linshan Wu, Zhun Zhong, Leyuan Fang, Xingxin He 외

Sparsely annotated semantic segmentation (SASS) aims to learn a segmentation model by images with sparse labels (i.e., points or scribbles). Existing methods mainly focus on introducing low-level affinity or generati…

Contrastive LearningSemantic Segmentation

TransG : A Generative Mixture Model for Knowledge Graph Embedding

2015-09-18 · Han Xiao, Minlie Huang, Yu Hao, Xiaoyan Zhu

Recently, knowledge graph embedding, which projects symbolic entities and relations into continuous vector space, has become a new, hot topic in artificial intelligence. This paper addresses a new issue of multiple relat…

Graph EmbeddingKnowledge Graph EmbeddingRelation

Self-Supervised Learning on 3D Point Clouds by Learning Discrete Generative Models

2021-06-19 · CVPR 2021 1 · Benjamin Eckart, Wentao Yuan, Chao Liu, Jan Kautz

While recent pre-training tasks on 2D images have proven very successful for transfer learning, pre-training for 3D data remains challenging. In this work, we introduce a general method for 3D self-supervised represe…

DecoderPoint Cloud SegmentationRepresentation LearningSegmentation+3