paper-with-me

Papers

3D Part Segmentation via Geometric Aggregation of 2D Visual Features

2024-12-05 · Marco Garosi, Riccardo Tedoldi, Davide Boscaini, Massimiliano Mancini, Nicu Sebe, Fabio Poiesi

Supervised 3D part segmentation models are tailored for a fixed set of objects and parts, limiting their transferability to open-set, real-world scenarios. Recent works have explored vision-language models (VLMs) as a promising alternative, using multi-view rendering and textual prompting to identify object parts. However, naively applying VLMs in this context introduces several drawbacks, such as the need for meticulous prompt engineering, and fails to leverage the 3D geometric structure of objects. To address these limitations, we propose COPS, a COmprehensive model for Parts Segmentation that blends the semantics extracted from visual concepts and 3D geometry to effectively identify object parts. COPS renders a point cloud from multiple viewpoints, extracts 2D features, projects them back to 3D, and uses a novel geometric-aware feature aggregation procedure to ensure spatial and semantic consistency. Finally, it clusters points into parts and labels them. We demonstrate that COPS is efficient, scalable, and achieves zero-shot state-of-the-art performance across five datasets, covering synthetic and real-world data, texture-less and coloured objects, as well as rigid and non-rigid shapes. The code is available at https://3d-cops.github.io.

📄 PDF Abstract BibTeX arXiv:2412.04247

Code (1)

marco-garosi/COPS 공식 구현 pytorch

Tasks

3D geometry3D Part SegmentationPrompt Engineering

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Geometrically-driven Aggregation for Zero-shot 3D Point Cloud Understanding

2023-12-04 · CVPR 2024 1 · Guofeng Mei, Luigi Riz, Yiming Wang, Fabio Poiesi

Zero-shot 3D point cloud understanding can be achieved via 2D Vision-Language Models (VLMs). Existing strategies directly map Vision-Language Models from 2D pixels of rendered or captured views to 3D points, overlooking …

SegmentationSemantic Segmentation

A2GC: Asymmetric Aggregation with Geometric Constraints for Locally Aggregated Descriptors

2025-11-18 · Zhenyu Li, Tianyi Shang arxiv

Visual Place Recognition (VPR) aims to match query images against a database using visual cues. State-of-the-art methods aggregate features from deep backbones to form global descriptors. Optimal transport-based aggregat…

Visual Place Recognition

GVC-Seg: Training-Free 3D Instance Segmentation via Geometric Visual Correspondence

2026-06-06 · Liang Xu, Fangjing Wang, Jinyu Yang, Feng Zheng arxiv

Accurate 3D instance segmentation in point cloud data is critical for machine vision applications. Recent advancements leverage multiple pre-trained foundation models to generate 3D proposals, followed by the application…

3D Instance SegmentationSemantic SegmentationEnsemble Learning

4D-StOP: Panoptic Segmentation of 4D LiDAR using Spatio-temporal Object Proposal Generation and Aggregation

2022-09-29 · Lars Kreuzberg, Idil Esen Zulfikar, Sabarinath Mahadevan, Francis Engelmann 외

In this work, we present a new paradigm, called 4D-StOP, to tackle the task of 4D Panoptic LiDAR Segmentation. 4D-StOP first generates spatio-temporal proposals using voting-based center predictions, where each point in …

4D Panoptic SegmentationObject Proposal GenerationPanoptic Segmentation

VoxSegNet: Volumetric CNNs for Semantic Part Segmentation of 3D Shapes

2018-09-01 · Zongji Wang, Feng Lu

Voxel is an important format to represent geometric data, which has been widely used for 3D deep learning in shape analysis due to its generalization ability and regular data format. However, fine-grained tasks like part…

Segmentation