paper-with-me

Papers

DPPD: Deformable Polar Polygon Object Detection

2023-04-05 · Yang Zheng, Oles Andrienko, Yonglei Zhao, Minwoo Park, Trung Pham

Regular object detection methods output rectangle bounding boxes, which are unable to accurately describe the actual object shapes. Instance segmentation methods output pixel-level labels, which are computationally expensive for real-time applications. Therefore, a polygon representation is needed to achieve precise shape alignment, while retaining low computation cost. We develop a novel Deformable Polar Polygon Object Detection method (DPPD) to detect objects in polygon shapes. In particular, our network predicts, for each object, a sparse set of flexible vertices to construct the polygon, where each vertex is represented by a pair of angle and distance in the Polar coordinate system. To enable training, both ground truth and predicted polygons are densely resampled to have the same number of vertices with equal-spaced raypoints. The resampling operation is fully differentable, allowing gradient back-propagation. Sparse polygon predicton ensures high-speed runtime inference while dense resampling allows the network to learn object shapes with high precision. The polygon detection head is established on top of an anchor-free and NMS-free network architecture. DPPD has been demonstrated successfully in various object detection tasks for autonomous driving such as traffic-sign, crosswalk, vehicle and pedestrian objects.

📄 PDF Abstract BibTeX arXiv:2304.02250

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingInstance SegmentationObjectobject-detectionObject DetectionSemantic Segmentation

Similar Papers 제목 키워드 기반

Towards Instance Segmentation with Polygon Detection Transformers

2026-03-10 · Jiacheng Sun, Jiaqi Lin, Wenlong Hu, Haoyang Li 외 arxiv

One of the bottlenecks for instance segmentation today lies in the conflicting requirements of high-resolution inputs and lightweight, real-time inference. To address this bottleneck, we present a Polygon Detection Trans…

Instance SegmentationCell Segmentation

PolarNeXt: Rethink Instance Segmentation with Polar Representation

2025-01-01 · CVPR 2025 1 · Jiacheng Sun, Xinghong Zhou, Yiqiang Wu, Bin Zhu 외

One of the roadblocks for instance segmentation today is heavy computational overhead and model parameters. Previous methods based on Polar Representation made the initial mark to address this challenge by formulatin…

Instance SegmentationSegmentationSemantic Segmentation

FisheyeDetNet: 360° Surround view Fisheye Camera based Object Detection System for Autonomous Driving

2024-04-20 · Ganesh Sistu, Senthil Yogamani

Object detection is a mature problem in autonomous driving with pedestrian detection being one of the first deployed algorithms. It has been comprehensively studied in the literature. However, object detection is relativ…

ARCAutonomous DrivingInstance SegmentationObject+4

Predicting Scientific Impact Through Diffusion, Conformity, and Contribution Disentanglement

2023-11-15 · Zhikai Xue, Guoxiu He, Zhuoren Jiang, Sichen Gu 외

The scientific impact of academic papers is influenced by intricate factors such as dynamic popularity and inherent contribution. Existing models typically rely on static graphs for citation count estimation, failing to …

DisentanglementGraph Neural Network

Poly-YOLO: higher speed, more precise detection and instance segmentation for YOLOv3

2020-05-27 · Petr Hurtik, Vojtech Molek, Jan Hula, Marek Vajgl 외

We present a new version of YOLO with better performance and extended with instance segmentation called Poly-YOLO. Poly-YOLO builds on the original ideas of YOLOv3 and removes two of its weaknesses: a large amount of rew…

Instance SegmentationSemantic Segmentation