paper-with-me

홈 › Papers

LLA: Loss-aware Label Assignment for Dense Pedestrian Detection

2021-01-12 · Zheng Ge, JianFeng Wang, Xin Huang, Songtao Liu, Osamu Yoshie

Label assignment has been widely studied in general object detection because of its great impact on detectors' performance. However, none of these works focus on label assignment in dense pedestrian detection. In this paper, we propose a simple yet effective assigning strategy called Loss-aware Label Assignment (LLA) to boost the performance of pedestrian detectors in crowd scenarios. LLA first calculates classification (cls) and regression (reg) losses between each anchor and ground-truth (GT) pair. A joint loss is then defined as the weighted summation of cls and reg losses as the assigning indicator. Finally, anchors with top K minimum joint losses for a certain GT box are assigned as its positive anchors. Anchors that are not assigned to any GT box are considered negative. Loss-aware label assignment is based on an observation that anchors with lower joint loss usually contain richer semantic information and thus can better represent their corresponding GT boxes. Experiments on CrowdHuman and CityPersons show that such a simple label assigning strategy can boost MR by 9.53% and 5.47% on two famous one-stage detectors - RetinaNet and FCOS, respectively, demonstrating the effectiveness of LLA.

📄 PDF Abstract BibTeX arXiv:2101.04307

Code (1)

Megvii-BaseDetection/LLA 공식 구현 pytorch

Tasks

object-detectionObject DetectionPedestrian Detection

Methods 이 논문이 사용한 방법론

Focal Loss A Focal Loss function addresses class imbalance during training in tasks like object detection. Focal loss applies a modulating term to the cross entropy loss in order to…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
RetinaNet RetinaNet is a one-stage object detection model that utilizes a focal loss function to address class imbalance during training.…
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…
FPN 설명 없음
Non Maximum Suppression Non Maximum Suppression is a computer vision method that selects a single entity out of many overlapping entities (for example bounding boxes in object detection). The…
FCOS FCOS is an anchor-box free, proposal free, single-stage object detection model. By eliminating the predefined set of anchor boxes, FCOS avoids computation related to anchor…

Similar Papers 제목 키워드 기반

Reliable Student: Addressing Noise in Semi-Supervised 3D Object Detection

2024-04-27 · IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops (CVPRW) 2023 8 · Farzad Nozarian, Shashank Agarwal, Farzaneh Rezaeianaran, Danish Shahzad 외

Semi-supervised 3D object detection can benefit from the promising pseudo-labeling technique when labeled data is limited. However, recent approaches have overlooked the impact of noisy pseudo-labels during training, des…

3D Object Detectionobject-detectionObject DetectionPseudo Label

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 ina…

Allobject-detectionObject DetectionPedestrian Detection

Variational Pedestrian Detection

2021-04-26 · CVPR 2021 1 · Yuang Zhang, Huanyu He, Jianguo Li, Yuxi Li 외

Pedestrian detection in a crowd is a challenging task due to a high number of mutually-occluding human instances, which brings ambiguity and optimization difficulties to the current IoU-based ground truth assignment proc…

object-detectionObject DetectionPedestrian DetectionVariational Inference

Point2RBox-v3: Self-Bootstrapping from Point Annotations via Integrated Pseudo-Label Refinement and Utilization

2025-09-30 · Teng Zhang, Ziqian Fan, Mingxin Liu, Xin Zhang 외 arxiv

Driven by the growing need for Oriented Object Detection (OOD), learning from point annotations under a weakly-supervised framework has emerged as a promising alternative to costly and laborious manual labeling. In this …

Object Detection

Real-Time High-Resolution Pedestrian Detection in Crowded Scenes via Parallel Edge Offloading

2023-01-20 · Hao Wang, Hao Bao, Liekang Zeng, Ke Luo 외

To identify dense and small-size pedestrians in surveillance systems, high-resolution cameras are widely deployed, where high-resolution images are captured and delivered to off-the-shelf pedestrian detection models. How…

Pedestrian DetectionScheduling