paper-with-me

Papers

Open-YOLO 3D: Towards Fast and Accurate Open-Vocabulary 3D Instance Segmentation

2024-06-04 · Mohamed El Amine Boudjoghra, Angela Dai, Jean Lahoud, Hisham Cholakkal, Rao Muhammad Anwer, Salman Khan, Fahad Shahbaz Khan

Recent works on open-vocabulary 3D instance segmentation show strong promise, but at the cost of slow inference speed and high computation requirements. This high computation cost is typically due to their heavy reliance on 3D clip features, which require computationally expensive 2D foundation models like Segment Anything (SAM) and CLIP for multi-view aggregation into 3D. As a consequence, this hampers their applicability in many real-world applications that require both fast and accurate predictions. To this end, we propose a fast yet accurate open-vocabulary 3D instance segmentation approach, named Open-YOLO 3D, that effectively leverages only 2D object detection from multi-view RGB images for open-vocabulary 3D instance segmentation. We address this task by generating class-agnostic 3D masks for objects in the scene and associating them with text prompts. We observe that the projection of class-agnostic 3D point cloud instances already holds instance information; thus, using SAM might only result in redundancy that unnecessarily increases the inference time. We empirically find that a better performance of matching text prompts to 3D masks can be achieved in a faster fashion with a 2D object detector. We validate our Open-YOLO 3D on two benchmarks, ScanNet200 and Replica, under two scenarios: (i) with ground truth masks, where labels are required for given object proposals, and (ii) with class-agnostic 3D proposals generated from a 3D proposal network. Our Open-YOLO 3D achieves state-of-the-art performance on both datasets while obtaining up to $\sim$16$\times$ speedup compared to the best existing method in literature. On ScanNet200 val. set, our Open-YOLO 3D achieves mean average precision (mAP) of 24.7\% while operating at 22 seconds per scene. Code and model are available at github.com/aminebdj/OpenYOLO3D.

📄 PDF Abstract BibTeX arXiv:2406.02548

Code (1)

aminebdj/openyolo3d 공식 구현 pytorch

Tasks

2D Object Detection3D Instance Segmentation3D Open-Vocabulary Instance SegmentationInstance Segmentationobject-detectionObject Detectionopen vocabulary 3d instance segmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…
SAM 설명 없음

Similar Papers 제목 키워드 기반

Retrieving Objects from 3D Scenes with Box-Guided Open-Vocabulary Instance Segmentation

2025-12-22 · Khanh Nguyen, Dasith de Silva Edirimuni, Ghulam Mubashar Hassan, Ajmal Mian arxiv

Locating and retrieving objects from scene-level point clouds is a challenging problem with broad applications in robotics and augmented reality. This task is commonly formulated as open-vocabulary 3D instance segmentati…

3D Instance SegmentationPoint Clouds

YOLO-Count: Differentiable Object Counting for Text-to-Image Generation

2025-08-01 · Guanning Zeng, Xiang Zhang, Zirui Wang, Haiyang Xu 외 arxiv

We propose YOLO-Count, a differentiable open-vocabulary object counting model that tackles both general counting challenges and enables precise quantity control for text-to-image (T2I) generation. A core contribution is …

Text-to-Image GenerationObject Counting

YOLOE-26: Integrating YOLO26 with YOLOE for Real-Time Open-Vocabulary Instance Segmentation

2026-01-29 · Ranjan Sapkota, Manoj Karkee arxiv

This paper presents YOLOE-26, a unified framework that integrates the deployment-optimized YOLO26(or YOLOv26) architecture with the open-vocabulary learning paradigm of YOLOE for real-time open-vocabulary instance segmen…

Instance Segmentation

YOLO-World: Real-Time Open-Vocabulary Object Detection

2024-01-30 · CVPR 2024 1 · Tianheng Cheng, Lin Song, Yixiao Ge, Wenyu Liu 외

The You Only Look Once (YOLO) series of detectors have established themselves as efficient and practical tools. However, their reliance on predefined and trained object categories limits their applicability in open scena…

Instance SegmentationLanguage ModelingLanguage ModellingObject+6

YOLO-UniOW: Efficient Universal Open-World Object Detection

2024-12-30 · Lihao Liu, Juexiao Feng, Hui Chen, Ao Wang 외

Traditional object detection models are constrained by the limitations of closed-set datasets, detecting only categories encountered during training. While multimodal models have extended category recognition by aligning…

Incremental LearningObjectobject-detectionObject Detection+1