paper-with-me

Papers

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

2020-05-27 · Petr Hurtik, Vojtech Molek, Jan Hula, Marek Vajgl, Pavel Vlasanek, Tomas Nejezchleba

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 rewritten labels and inefficient distribution of anchors. Poly-YOLO reduces the issues by aggregating features from a light SE-Darknet-53 backbone with a hypercolumn technique, using stairstep upsampling, and produces a single scale output with high resolution. In comparison with YOLOv3, Poly-YOLO has only 60% of its trainable parameters but improves mAP by a relative 40%. We also present Poly-YOLO lite with fewer parameters and a lower output resolution. It has the same precision as YOLOv3, but it is three times smaller and twice as fast, thus suitable for embedded devices. Finally, Poly-YOLO performs instance segmentation using bounding polygons. The network is trained to detect size-independent polygons defined on a polar grid. Vertices of each polygon are being predicted with their confidence, and therefore Poly-YOLO produces polygons with a varying number of vertices.

📄 PDF Abstract BibTeX arXiv:2005.13243

Code (2)

https://gitlab.com/irafm-ai/poly-yolo 공식 구현 tf
BYLi-AI/poly-yolo tf

Tasks

Instance SegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Average Pooling 설명 없음
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Batch Normalization 설명 없음
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Residual Connection 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
BNB Customer Service Number +1-833-534-1729 설명 없음

Similar Papers 제목 키워드 기반

YOLO-LAN: Precise Polyp Detection via Optimized Loss, Augmentations and Negatives

2025-09-23 · Siddharth Gupta, Jitin Singla arxiv

Colorectal cancer (CRC), a lethal disease, begins with the growth of abnormal mucosal cell proliferation called polyps in the inner wall of the colon. When left undetected, polyps can become malignant tumors. Colonoscopy…

Object Detection

Comparative Analysis of Object Detection Algorithms for Surface Defect Detection

2025-10-21 · Arpan Maity, Tamal Ghosh arxiv

This article compares the performance of six prominent object detection algorithms, YOLOv11, RetinaNet, Fast R-CNN, YOLOv8, RT-DETR, and DETR, on the NEU-DET surface defect detection dataset, comprising images representi…

Real-Time Object Detection

YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors

2022-07-06 · CVPR 2023 1 · Chien-Yao Wang, Alexey Bochkovskiy, Hong-Yuan Mark Liao

YOLOv7 surpasses all known object detectors in both speed and accuracy in the range from 5 FPS to 160 FPS and has the highest accuracy 56.8% AP among all known real-time object detectors with 30 FPS or higher on GPU V100…

2D Object DetectionGPUObjectObject Detection+3

Polyp detection in colonoscopy images using YOLOv11

2025-01-15 · Alok Ranjan Sahoo, Satya Sangram Sahoo, Pavan Chakraborty

Colorectal cancer (CRC) is one of the most commonly diagnosed cancers all over the world. It starts as a polyp in the inner lining of the colon. To prevent CRC, early polyp detection is required. Colonosopy is used for t…

object-detectionObject Detection

Fast vehicle detection algorithm based on lightweight YOLO7-tiny

2023-04-12 · Bo Li, Yihua Chen, Hao Xu, Fei Zhong

The swift and precise detection of vehicles plays a significant role in intelligent transportation systems. Current vehicle detection algorithms encounter challenges of high computational complexity, low detection rate, …

Fast Vehicle Detectionvehicle detection