paper-with-me

Papers

Selecting Learnable Training Samples is All DETRs Need in Crowded Pedestrian Detection

2023-05-18 · Feng Gao, Jiaxu Leng, Gan Ji, Xinbo Gao

DEtection TRansformer (DETR) and its variants (DETRs) achieved impressive performance in general object detection. However, in crowded pedestrian detection, the performance of DETRs is still unsatisfactory due to the inappropriate sample selection method which results in more false positives. To settle the issue, we propose a simple but effective sample selection method for DETRs, Sample Selection for Crowded Pedestrians (SSCP), which consists of the constraint-guided label assignment scheme (CGLA) and the utilizability-aware focal loss (UAFL). Our core idea is to select learnable samples for DETRs and adaptively regulate the loss weights of samples based on their utilizability. Specifically, in CGLA, we proposed a new cost function to ensure that only learnable positive training samples are retained and the rest are negative training samples. Further, considering the utilizability of samples, we designed UAFL to adaptively assign different loss weights to learnable positive samples depending on their gradient ratio and IoU. Experimental results show that the proposed SSCP effectively improves the baselines without introducing any overhead in inference. Especially, Iter Deformable DETR is improved to 39.7(-2.0)% MR on Crowdhuman and 31.8(-0.4)% MR on Citypersons.

📄 PDF Abstract BibTeX arXiv:2305.10801

Code (0)

등록된 구현이 없습니다.

Tasks

Allobject-detectionObject DetectionPedestrian Detection

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
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…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Multi-Head Attention 설명 없음
Adam 설명 없음
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Ranking-based Adaptive Query Generation for DETRs in Crowded Pedestrian Detection

2023-10-24 · Feng Gao, Jiaxu Leng, Ji Gan, Xinbo Gao

DEtection TRansformer (DETR) and its variants (DETRs) have been successfully applied to crowded pedestrian detection, which achieved promising performance. However, we find that, in different degrees of crowded scenes, t…

Pedestrian Detection

DEYO: DETR with YOLO for End-to-End Object Detection

2024-02-26 · Haodong Ouyang

The training paradigm of DETRs is heavily contingent upon pre-training their backbone on the ImageNet dataset. However, the limited supervisory signals provided by the image classification task and one-to-one matching st…

DecoderGPUimage-classificationImage Classification+2

DETRDistill: A Universal Knowledge Distillation Framework for DETR-families

2022-11-17 · ICCV 2023 1 · Jiahao Chang, Shuo Wang, HaiMing Xu, Zehui Chen 외

Transformer-based detectors (DETRs) are becoming popular for their simple framework, but the large model size and heavy time consumption hinder their deployment in the real world. While knowledge distillation (KD) can be…

Knowledge Distillationobject-detectionObject Detection

CLoCKDistill: Consistent Location-and-Context-aware Knowledge Distillation for DETRs

2025-02-15 · Qizhen Lan, Qing Tian

Object detection has advanced significantly with Detection Transformers (DETRs). However, these models are computationally demanding, posing challenges for deployment in resource-constrained environments (e.g., self-driv…

DenoisingKnowledge Distillationobject-detectionObject Detection+1

DETRs Beat YOLOs on Real-time Object Detection

2023-04-17 · CVPR 2024 1 · Yian Zhao, Wenyu Lv, Shangliang Xu, Jinman Wei 외

The YOLO series has become the most popular framework for real-time object detection due to its reasonable trade-off between speed and accuracy. However, we observe that the speed and accuracy of YOLOs are negatively aff…

2D Object DetectionDecoderGPUObject+3