paper-with-me

홈 › Papers

View-Consistent Hierarchical 3D Segmentation Using Ultrametric Feature Fields

2024-05-30 · Haodi He, Colton Stearns, Adam W. Harley, Leonidas J. Guibas

Large-scale vision foundation models such as Segment Anything (SAM) demonstrate impressive performance in zero-shot image segmentation at multiple levels of granularity. However, these zero-shot predictions are rarely 3D-consistent. As the camera viewpoint changes in a scene, so do the segmentation predictions, as well as the characterizations of "coarse" or "fine" granularity. In this work, we address the challenging task of lifting multi-granular and view-inconsistent image segmentations into a hierarchical and 3D-consistent representation. We learn a novel feature field within a Neural Radiance Field (NeRF) representing a 3D scene, whose segmentation structure can be revealed at different scales by simply using different thresholds on feature distance. Our key idea is to learn an ultrametric feature space, which unlike a Euclidean space, exhibits transitivity in distance-based grouping, naturally leading to a hierarchical clustering. Put together, our method takes view-inconsistent multi-granularity 2D segmentations as input and produces a hierarchy of 3D-consistent segmentations as output. We evaluate our method and several baselines on synthetic datasets with multi-view images and multi-granular segmentation, showcasing improved accuracy and viewpoint-consistency. We additionally provide qualitative examples of our model's 3D hierarchical segmentations in real world scenes. The code and dataset are available at https://github.com/hardyho/ultrametric_feature_fields

📄 PDF Abstract BibTeX arXiv:2405.19678

Code (1)

hardyho/ultrametric_feature_fields 공식 구현 pytorch

Tasks

Image SegmentationNeRFSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Planar Ultrametrics for Image Segmentation

2015-12-01 · NeurIPS 2015 12 · Julian E. Yarkony, Charless Fowlkes

We study the problem of hierarchical clustering on planar graphs. We formulate this in terms of finding the closest ultrametric to a specified set of distances and solve it using an LP relaxation that leverages minimum c…

ClusteringImage SegmentationSegmentationSemantic Segmentation

Planar Ultrametric Rounding for Image Segmentation

2015-07-09 · Julian Yarkony, Charless C. Fowlkes

We study the problem of hierarchical clustering on planar graphs. We formulate this in terms of an LP relaxation of ultrametric rounding. To solve this LP efficiently we introduce a dual cutting plane scheme that uses mi…

ClusteringImage SegmentationSegmentationSemantic Segmentation

Ultrametric Component Analysis with Application to Analysis of Text and of Emotion

2013-09-14 · Fionn Murtagh

We review the theory and practice of determining what parts of a data set are ultrametric. It is assumed that the data set, to begin with, is endowed with a metric, and we include discussion of how this can be brought ab…

T-Stochastic Graphs

2023-09-04 · Sijia Fang, Karl Rohe

Previous statistical approaches to hierarchical clustering for social network analysis all construct an "ultrametric" hierarchy. While the assumption of ultrametricity has been discussed and studied in the phylogenetics …

ClusteringDiagnostic

Ultrametric Fitting by Gradient Descent

2019-05-25 · NeurIPS 2019 12 · Giovanni Chierchia, Benjamin Perret

We study the problem of fitting an ultrametric distance to a dissimilarity graph in the context of hierarchical cluster analysis. Standard hierarchical clustering methods are specified procedurally, rather than in terms …

Clustering