paper-with-me

Papers

Contrastive Gaussian Clustering: Weakly Supervised 3D Scene Segmentation

2024-04-19 · Myrna C. Silva, Mahtab Dahaghin, Matteo Toso, Alessio Del Bue

We introduce Contrastive Gaussian Clustering, a novel approach capable of provide segmentation masks from any viewpoint and of enabling 3D segmentation of the scene. Recent works in novel-view synthesis have shown how to model the appearance of a scene via a cloud of 3D Gaussians, and how to generate accurate images from a given viewpoint by projecting on it the Gaussians before $\alpha$ blending their color. Following this example, we train a model to include also a segmentation feature vector for each Gaussian. These can then be used for 3D scene segmentation, by clustering Gaussians according to their feature vectors; and to generate 2D segmentation masks, by projecting the Gaussians on a plane and $\alpha$ blending over their segmentation features. Using a combination of contrastive learning and spatial regularization, our method can be trained on inconsistent 2D segmentation masks, and still learn to generate segmentation masks consistent across all views. Moreover, the resulting model is extremely accurate, improving the IoU accuracy of the predicted masks by $+8\%$ over the state of the art. Code and trained models will be released soon.

📄 PDF Abstract BibTeX arXiv:2404.12784

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringContrastive LearningNovel View SynthesisScene SegmentationSegmentation

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Improving Event Representation via Simultaneous Weakly Supervised Contrastive Learning and Clustering

2022-03-15 · ACL 2022 5 · Jun Gao, Wei Wang, Changlong Yu, Huan Zhao 외

Representations of events described in text are important for various tasks. In this work, we present SWCC: a Simultaneous Weakly supervised Contrastive learning and Clustering framework for event representation learning…

ClusteringContrastive LearningRepresentation LearningSentence+1

Weakly Supervised Graph Clustering

2021-09-29 · Tian Bian, Tingyang Xu, Yu Rong, Wenbing Huang 외

Graph Clustering, which clusters the nodes of a graph given its collection of node features and edge connections in an unsupervised manner, has long been researched in graph learning and is essential in certain applicati…

ClusteringGraph ClusteringGraph Learning

Weakly Supervised Temporal Sentence Grounding With Gaussian-Based Contrastive Proposal Learning

2022-01-01 · CVPR 2022 1 · Minghang Zheng, Yanjie Huang, Qingchao Chen, Yuxin Peng 외

Temporal sentence grounding aims to detect the most salient moment corresponding to the natural language query from untrimmed videos. As labeling the temporal boundaries is labor-intensive and subjective, the weakly-…

Model OptimizationSentenceTemporal Sentence Grounding

WeCromCL: Weakly Supervised Cross-Modality Contrastive Learning for Transcription-only Supervised Text Spotting

2024-07-28 · Jingjing Wu, Zhengyao Fang, Pengyuan Lyu, Chengquan Zhang 외

Transcription-only Supervised Text Spotting aims to learn text spotters relying only on transcriptions but no text boundaries for supervision, thus eliminating expensive boundary annotation. The crux of this task lies in…

Contrastive LearningText Spotting

Densify Your Labels: Unsupervised Clustering with Bipartite Matching for Weakly Supervised Point Cloud Segmentation

2023-12-11 · Shaobo Xia, Jun Yue, Kacper Kania, Leyuan Fang 외

We propose a weakly supervised semantic segmentation method for point clouds that predicts "per-point" labels from just "whole-scene" annotations while achieving the performance of recent fully supervised approaches. Our…

ClusteringPoint Cloud SegmentationSegmentationSemantic Segmentation+2