paper-with-me

홈 › Papers

PartDistill: 3D Shape Part Segmentation by Vision-Language Model Distillation

2023-12-07 · CVPR 2024 1 · Ardian Umam, Cheng-Kun Yang, Min-Hung Chen, Jen-Hui Chuang, Yen-Yu Lin

This paper proposes a cross-modal distillation framework, PartDistill, which transfers 2D knowledge from vision-language models (VLMs) to facilitate 3D shape part segmentation. PartDistill addresses three major challenges in this task: the lack of 3D segmentation in invisible or undetected regions in the 2D projections, inconsistent 2D predictions by VLMs, and the lack of knowledge accumulation across different 3D shapes. PartDistill consists of a teacher network that uses a VLM to make 2D predictions and a student network that learns from the 2D predictions while extracting geometrical features from multiple 3D shapes to carry out 3D part segmentation. A bi-directional distillation, including forward and backward distillations, is carried out within the framework, where the former forward distills the 2D predictions to the student network, and the latter improves the quality of the 2D predictions, which subsequently enhances the final 3D segmentation. Moreover, PartDistill can exploit generative models that facilitate effortless 3D shape creation for generating knowledge sources to be distilled. Through extensive experiments, PartDistill boosts the existing methods with substantial margins on widely used ShapeNetPart and PartNetE datasets, by more than 15% and 12% higher mIoU scores, respectively. The code for this work is available at https://github.com/ardianumam/PartDistill.

📄 PDF Abstract BibTeX arXiv:2312.04016

Code (1)

ardianumam/partdistill 공식 구현 pytorch

Tasks

3D Part SegmentationLanguage ModelingLanguage ModellingSegmentation

Similar Papers 제목 키워드 기반

PartDistillation: Learning Parts From Instance Segmentation

2023-01-01 · CVPR 2023 1 · Jang Hyun Cho, Philipp Krähenbühl, Vignesh Ramanathan

We present a scalable framework to learn part segmentation from object instance labels. State-of-the-art instance segmentation models contain a surprising amount of part information. However, much of this information…

Instance SegmentationObjectSegmentationSemantic Segmentation+1

PartGlot: Learning Shape Part Segmentation from Language Reference Games

2021-12-13 · CVPR 2022 1 · Juil Koo, IAn Huang, Panos Achlioptas, Leonidas Guibas 외

We introduce PartGlot, a neural framework and associated architectures for learning semantic part segmentation of 3D shape geometry, based solely on part referential language. We exploit the fact that linguistic descript…

3D geometry

Toward Semantic-Agnostic and Shape-Aware Vision-Language Segmentation Models

2026-05-27 · Corentin Seutin, Mohamed Amine Ettaki, Michaël Clément, Pierrick Coupé 외 arxiv

Vision-language segmentation models have recently achieved strong performance by leveraging high-level semantic object categories expressed in natural language. However, this semantic dependence limits their ability to r…

Visual Reasoning

Universal 3D Shape Matching via Coarse-to-Fine Language Guidance

2026-02-22 · Qinfeng Xiao, Guofeng Mei, Bo Yang, Liying Zhang 외 arxiv

Establishing dense correspondences between shapes is a crucial task in computer vision and graphics, while prior approaches depend on near-isometric assumptions and homogeneous subject types (i.e., only operate for human…

Contrastive Learning

Progressive Vision-Language Prompt for Multi-Organ Multi-Class Cell Semantic Segmentation with Single Branch

2024-12-04 · Qing Zhang, Hang Guo, Siyuan Yang, Qingli Li 외

Pathological cell semantic segmentation is a fundamental technology in computational pathology, essential for applications like cancer diagnosis and effective treatment. Given that multiple cell types exist across variou…

Cell SegmentationSegmentationSemantic Segmentation