paper-with-me

Papers

Probabilistic two-stage detection

2021-03-12 · Xingyi Zhou, Vladlen Koltun, Philipp Krähenbühl

We develop a probabilistic interpretation of two-stage object detection. We show that this probabilistic interpretation motivates a number of common empirical training practices. It also suggests changes to two-stage detection pipelines. Specifically, the first stage should infer proper object-vs-background likelihoods, which should then inform the overall score of the detector. A standard region proposal network (RPN) cannot infer this likelihood sufficiently well, but many one-stage detectors can. We show how to build a probabilistic two-stage detector from any state-of-the-art one-stage detector. The resulting detectors are faster and more accurate than both their one- and two-stage precursors. Our detector achieves 56.4 mAP on COCO test-dev with single-scale testing, outperforming all published results. Using a lightweight backbone, our detector achieves 49.2 mAP on COCO at 33 fps on a Titan Xp, outperforming the popular YOLOv4 model.

📄 PDF Abstract BibTeX arXiv:2103.07461

Code (3)

xingyizhou/CenterNet2 공식 구현 pytorch
aim-uofa/DiverGen pytorch
smart-car-lab/Centernet2-mmdetction pytorch

Tasks

object-detectionObject DetectionRegion ProposalVocal Bursts Valence Prediction

Methods 이 논문이 사용한 방법론

1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Average Pooling 설명 없음
FPN 설명 없음
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
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…

Similar Papers 제목 키워드 기반

MCMLSD: A Probabilistic Algorithm and Evaluation Framework for Line Segment Detection

2020-01-06 · James H. Elder, Emilio J. Almazàn, Yiming Qian, Ron Tal

Traditional approaches to line segment detection typically involve perceptual grouping in the image domain and/or global accumulation in the Hough domain. Here we propose a probabilistic algorithm that merges the advanta…

Line Segment Detection

A robust and adaptable method for face detection based on Color Probabilistic Estimation Technique

2014-07-23 · Reza Azad, Fatemeh Davami

Human face perception is currently an active research area in the computer vision community. Skin detection is one of the most important and primary stages for this purpose. So far, many approaches are proposed to done t…

Face Detection

MCMLSD: A Dynamic Programming Approach to Line Segment Detection

2017-07-01 · CVPR 2017 7 · Emilio J. Almazan, Ron Tal, Yiming Qian, James H. Elder

Prior approaches to line segment detection typically involve perceptual grouping in the image domain or global accumulation in the Hough domain. Here we propose a probabilistic algorithm that merges the advantages of bo…

Line Segment Detection

FruitProM-V2: Robust Probabilistic Maturity Estimation and Detection of Fruits and Vegetables

2026-04-28 · Rahul Harsha Cheppally, Sidharth Rai, Sudan Baral, Benjamin Vail 외 arxiv

Accurate fruit maturity identification is essential for determining harvest timing, as incorrect assessment directly affects yield and post-harvest quality. Although ripening is a continuous biological process, vision-ba…

Multi-class Classification

Prototypical Variational Autoencoder for 3D Few-shot Object Detection

2023-09-21 · NeurIPS 2023 11

Few-Shot 3D Point Cloud Object Detection (FS3D) is a challenging task, aiming to detect 3D objects of novel classes using only limited annotated samples for training. Considering that the detection performance highly rel…