paper-with-me

Papers

Instance Segmentation by Jointly Optimizing Spatial Embeddings and Clustering Bandwidth

2019-06-26 · CVPR 2019 6 · Davy Neven, Bert de Brabandere, Marc Proesmans, Luc van Gool

Current state-of-the-art instance segmentation methods are not suited for real-time applications like autonomous driving, which require fast execution times at high accuracy. Although the currently dominant proposal-based methods have high accuracy, they are slow and generate masks at a fixed and low resolution. Proposal-free methods, by contrast, can generate masks at high resolution and are often faster, but fail to reach the same accuracy as the proposal-based methods. In this work we propose a new clustering loss function for proposal-free instance segmentation. The loss function pulls the spatial embeddings of pixels belonging to the same instance together and jointly learns an instance-specific clustering bandwidth, maximizing the intersection-over-union of the resulting instance mask. When combined with a fast architecture, the network can perform instance segmentation in real-time while maintaining a high accuracy. We evaluate our method on the challenging Cityscapes benchmark and achieve top results (5\% improvement over Mask R-CNN) at more than 10 fps on 2MP images. Code will be available at https://github.com/davyneven/SpatialEmbeddings .

📄 PDF Abstract BibTeX arXiv:1906.11109

Code (4)

davyneven/SpatialEmbeddings 공식 구현 pytorch
JLrumberger/SpatialEmbeddingLoss tf
gymoon10/Instance-Segmentation-with-SpatialEmbedding-CA pytorch
juglab/EmbedSeg pytorch

Tasks

Autonomous DrivingClusteringInstance SegmentationSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

FUS3DMaps: Scalable and Accurate Open-Vocabulary Semantic Mapping by 3D Fusion of Voxel- and Instance-Level Layers

2026-05-05 · Timon Homberger, Finn Lukas Busch, Jesús Gerardo Ortega Peimbert, Quantao Yang 외 arxiv

Open-vocabulary semantic mapping enables robots to spatially ground previously unseen concepts without requiring predefined class sets. Current training-free methods commonly rely on multi-view fusion of semantic embeddi…

3D Semantic Segmentation

ClickSeg3D: Few-Click Interactive Segmentation via Semantic Embeddings

2026-05-09 · Xueyang Kang, Zijian Yu, Kourosh Khoshelham, Liangliang Nan arxiv

Interactive segmentation allows efficient label generation by leveraging user-provided clicks to progressively refine predictions, which is critical when fully supervised labels are costly or generalization to unseen cla…

Interactive 3D Instance SegmentationInteractive Segmentation

Towards Lightweight Lane Detection by Optimizing Spatial Embedding

2020-08-19 · arXiv.org 2020 8 · Seokwoo Jung, Sungha Choi, Mohammad Azam Khan, Jaegul Choo

A number of lane detection methods depend on a proposal-free instance segmentation because of its adaptability to flexible object shape, occlusion, and real-time application. This paper addresses the problem that pixel e…

ClusteringInstance SegmentationLane DetectionSegmentation+2

Joint 3D Instance Segmentation and Object Detection for Autonomous Driving

2020-06-01 · CVPR 2020 6 · Dingfu Zhou, Jin Fang, Xibin Song, Liu Liu 외

Currently, in Autonomous Driving (AD), most of the 3D object detection frameworks (either anchor- or anchor-free-based) consider the detection as a Bounding Box (BBox) regression problem. However, this compact representa…

3D Instance Segmentation3D Object DetectionAutonomous DrivingClustering+6

DQFormer: Towards Unified LiDAR Panoptic Segmentation with Decoupled Queries

2024-08-28 · Yu Yang, Jianbiao Mei, Liang Liu, Siliang Du 외

LiDAR panoptic segmentation, which jointly performs instance and semantic segmentation for things and stuff classes, plays a fundamental role in LiDAR perception tasks. While most existing methods explicitly separate the…

DecoderInstance SegmentationPanoptic SegmentationSegmentation+1