#415 · Primary category: Computer Vision
PreciseRoIPooling
Precise RoI Pooling with coordinate gradient support, proposed in the paper "Acquisition of Localization Confidence for Accurate Object Detection" (https://arxiv.org/abs/1807.11590).
Project last updated:12/12/22
GitHub Stars
781
Forks
151
Contributors
3
License
MIT
Why we included this project
PreciseRoIPooling implements the PrRoI pooling operator from the ECCV 2018 paper on localization confidence, and it addresses a real annoyance for anyone training two-stage detectors in PyTorch. Instead of quantizing RoIs into discrete bins like Fast R-CNN's RoI pooling, or sampling a fixed set of points like RoI Align, it integrates over the region with bilinear interpolation, which gives a continuous gradient with respect to the box coordinates. That means the loss can refine box positions rather than treating them as fixed inputs. The implementation is small and self-contained, PyTorch-only, and the paper spells out the gradient math if you need it. One practical gotcha: install by cloning the repo, since the zip download breaks the symbolic links in the source tree.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)