Dense Object Detection

21 papers with code • 1 benchmarks • 3 datasets

This task has no description! Would you like to contribute one?

Libraries

Use these libraries to find Dense Object Detection models and implementations

Salience DETR: Enhancing Detection Transformer with Hierarchical Salience Filtering Refinement

xiuqhou/Salience-DETR 24 Mar 2024

DETR-like methods have significantly increased detection performance in an end-to-end manner.

40
24 Mar 2024

Bridging Cross-task Protocol Inconsistency for Distillation in Dense Object Detection

tinytigerpan/bckd ICCV 2023

Thus, the optimum of the distillation loss does not necessarily lead to the optimal student classification scores for dense object detectors.

41
28 Aug 2023

CrossKD: Cross-Head Knowledge Distillation for Object Detection

jbwang1997/crosskd 20 Jun 2023

Moreover, as mimicking the teacher's predictions is the target of KD, CrossKD offers more task-oriented information in contrast with feature imitation.

111
20 Jun 2023

Ambiguity-Resistant Semi-Supervised Learning for Dense Object Detection

PaddlePaddle/PaddleDetection CVPR 2023

It employs a "divide-and-conquer" strategy and separately exploits positives for the classification and localization task, which is more robust to the assignment ambiguity.

12,031
27 Mar 2023

Revisiting AP Loss for Dense Object Detection: Adaptive Ranking Pair Selection

xudangliatiger/ape-loss CVPR 2022

However, a deep understanding of how AP loss affects the detector from a pairwise ranking perspective has not yet been developed. In this work, we revisit the average precision (AP)loss and reveal that the crucial element is that of selecting the ranking pairs between positive and negative samples. Based on this observation, we propose two strategies to improve the AP loss.

19
25 Jul 2022

PP-YOLOE: An evolved version of YOLO

PaddlePaddle/PaddleDetection 30 Mar 2022

In this report, we present PP-YOLOE, an industrial state-of-the-art object detector with high performance and friendly deployment.

12,029
30 Mar 2022

Prediction-Guided Distillation for Dense Object Detection

chenhongyiyang/pgd 10 Mar 2022

Based on this, we propose Prediction-Guided Distillation (PGD), which focuses distillation on these key predictive regions of the teacher and yields considerable gains in performance over many existing KD baselines.

63
10 Mar 2022

Rethinking the Misalignment Problem in Dense Object Detection

XavierYoungY/SALT-Net 27 Aug 2021

On the basis of SALT and SDR loss, we propose SALT-Net, which explicitly exploits task-aligned point-set features for accurate detection results.

5
27 Aug 2021

SRPN: similarity-based region proposal networks for nuclei and cells detection in histology images

sigma10010/nuclei_cells_det 25 Jun 2021

The embedding layer is added into the region proposal networks, enabling the networks to learn discriminative features based on similarity learning.

9
25 Jun 2021

Localization Distillation for Dense Object Detection

open-mmlab/mmdetection CVPR 2022

Previous KD methods for object detection mostly focus on imitating deep features within the imitation regions instead of mimicking classification logit due to its inefficiency in distilling localization information and trivial improvement.

27,708
24 Feb 2021