paper-with-me

Papers

Oriented Boxes for Accurate Instance Segmentation

2019-11-18 · Patrick Follmann, Rebecca König

State-of-the-art instance-aware semantic segmentation algorithms use axis-aligned bounding boxes as an intermediate processing step to infer the final instance mask output. This often leads to coarse and inaccurate mask proposals due to the following reasons: Axis-aligned boxes have a high background to foreground pixel-ratio, there is a strong variation of mask targets with respect to the underlying box, and neighboring instances frequently reach into the axis-aligned bounding box of the instance mask of interest. In this work, we overcome these problems by proposing to use oriented boxes as the basis to infer instance masks. We show that oriented instance segmentation improves the mask predictions, especially when objects are diagonally aligned, touching, or overlapping each other. We evaluate our model on the D2S and Screws datasets and show that we can significantly improve the mask accuracy by 10% and 12% mAP compared to instance segmentation using axis-aligned bounding boxes, respectively. On the newly introduced Pill Bags dataset we outperform the baseline using only 10% of the mask annotations.

📄 PDF Abstract BibTeX arXiv:1911.07732

Code (0)

등록된 구현이 없습니다.

Tasks

Instance SegmentationSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

OBSeg: Accurate and Fast Instance Segmentation Framework Using Segmentation Foundation Models with Oriented Bounding Box Prompts

2024-01-16 · Zhen Zhou, Junfeng Fan, Yunkai Ma, Sihan Zhao 외

Instance segmentation in remote sensing images is a long-standing challenge. Since horizontal bounding boxes introduce many interference objects, oriented bounding boxes (OBBs) are usually used for instance identificatio…

Amodal Instance SegmentationInstance SegmentationKnowledge DistillationObject+2

Graph Fusion Network for Multi-Oriented Object Detection

2022-05-07 · Shi-Xue Zhang, Xiaobin Zhu, Jie-Bo Hou, Xu-Cheng Yin

In object detection, non-maximum suppression (NMS) methods are extensively adopted to remove horizontal duplicates of detected dense boxes for generating final object instances. However, due to the degraded quality of de…

Objectobject-detectionObject DetectionOriented Object Detection

INSTA-YOLO: Real-Time Instance Segmentation

2021-02-12 · Eslam Mohamed, Abdelrahman Shaker, Ahmad El-Sallab, Mayada Hadhoud

Instance segmentation has gained recently huge attention in various computer vision applications. It aims at providing different IDs to different object of the scene, even if they belong to the same class. This is useful…

GPUInstance SegmentationObjectobject-detection+4

Sketchy Bounding-box Supervision for 3D Instance Segmentation

2025-05-22 · CVPR 2025 1 · Qian Deng, Le Hui, Jin Xie, Jian Yang

Bounding box supervision has gained considerable attention in weakly supervised 3D instance segmentation. While this approach alleviates the need for extensive point-level annotations, obtaining accurate bounding boxes i…

3D Instance SegmentationInstance SegmentationSemantic Segmentation

From Horizontal to Rotated: Cross-View Object Geo-Localization with Orientation Awareness

2026-03-16 · Chenlin Fu, Ao Gong, Yingying Zhu arxiv

Cross-View object geo-localization (CVOGL) aims to precisely determine the geographic coordinates of a query object from a ground or drone perspective by referencing a satellite map. Segmentation-based approaches offer h…