paper-with-me

Papers

OpenSight: A Simple Open-Vocabulary Framework for LiDAR-Based Object Detection

2023-12-12 · Hu Zhang, Jianhua Xu, Tao Tang, Haiyang Sun, Xin Yu, Zi Huang, Kaicheng Yu

Traditional LiDAR-based object detection research primarily focuses on closed-set scenarios, which falls short in complex real-world applications. Directly transferring existing 2D open-vocabulary models with some known LiDAR classes for open-vocabulary ability, however, tends to suffer from over-fitting problems: The obtained model will detect the known objects, even presented with a novel category. In this paper, we propose OpenSight, a more advanced 2D-3D modeling framework for LiDAR-based open-vocabulary detection. OpenSight utilizes 2D-3D geometric priors for the initial discernment and localization of generic objects, followed by a more specific semantic interpretation of the detected objects. The process begins by generating 2D boxes for generic objects from the accompanying camera images of LiDAR. These 2D boxes, together with LiDAR points, are then lifted back into the LiDAR space to estimate corresponding 3D boxes. For better generic object perception, our framework integrates both temporal and spatial-aware constraints. Temporal awareness correlates the predicted 3D boxes across consecutive timestamps, recalibrating the missed or inaccurate boxes. The spatial awareness randomly places some ``precisely'' estimated 3D boxes at varying distances, increasing the visibility of generic objects. To interpret the specific semantics of detected objects, we develop a cross-modal alignment and fusion module to first align 3D features with 2D image embeddings and then fuse the aligned 3D-2D features for semantic decoding. Our experiments indicate that our method establishes state-of-the-art open-vocabulary performance on widely used 3D detection benchmarks and effectively identifies objects for new categories of interest.

📄 PDF Abstract BibTeX arXiv:2312.08876

Code (0)

등록된 구현이 없습니다.

Tasks

cross-modal alignmentobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

LOSC: LiDAR Open-voc Segmentation Consolidator

2025-07-10 · Nermin Samet, Gilles Puy, Renaud Marlet arxiv

We study the use of image-based Vision-Language Models (VLMs) for open-vocabulary segmentation of lidar scans in driving settings. Classically, image semantics can be back-projected onto 3D point clouds. Yet, resulting p…

Panoptic SegmentationPoint Clouds

Training an Open-Vocabulary Monocular 3D Object Detection Model without 3D Data

2024-11-23 · Rui Huang, Henry Zheng, Yan Wang, Zhuofan Xia 외

Open-vocabulary 3D object detection has recently attracted considerable attention due to its broad applications in autonomous driving and robotics, which aims to effectively recognize novel classes in previously unseen d…

3D Object DetectionAutonomous DrivingMonocular 3D Object Detectionobject-detection+1

Segment Any Events with Language

2026-01-30 · Seungjun Lee, Gim Hee Lee arxiv

Scene understanding with free-form language has been widely explored within diverse modalities such as images, point clouds, and LiDAR. However, related studies on event sensors are scarce or narrowly centered on semanti…

Instance SegmentationScene UnderstandingEvent SegmentationPoint Clouds

VaLID: Verification as Late Integration of Detections for LiDAR-Camera Fusion

2024-09-23 · Vanshika Vats, Marzia Binta Nizam, James Davis

Vehicle object detection benefits from both LiDAR and camera data, with LiDAR offering superior performance in many scenarios. Fusion of these modalities further enhances accuracy, but existing methods often introduce co…

object-detectionObject Detectionvalid

IGLOSS: Image Generation for Lidar Open-vocabulary Semantic Segmentation

2026-04-01 · Nermin Samet, Gilles Puy, Renaud Marlet arxiv

This paper presents a new method for the zero-shot open-vocabulary semantic segmentation (OVSS) of 3D automotive lidar data. To circumvent the recognized image-text modality gap that is intrinsic to approaches based on V…

Semantic SegmentationImage Generation