paper-with-me

홈 › Papers

Improving Occlusion and Hard Negative Handling for Single-Stage Pedestrian Detectors

2018-06-01 · CVPR 2018 6 · Junhyug Noh, Soochan Lee, Beomsu Kim, Gunhee Kim

We propose methods of addressing two critical issues of pedestrian detection: (i) occlusion of target objects as false negative failure, and (ii) confusion with hard negative examples like vertical structures as false positive failure. Our solutions to these two problems are general and flexible enough to be applicable to any single-stage detection models. We implement our methods into four state-of-the-art single-stage models, including SqueezeDet+, YOLOv2, SSD, and DSSD. We empirically validate that our approach indeed improves the performance of those four models on Caltech pedestrian and CityPersons dataset. Moreover, in some heavy occlusion settings, our approach achieves the best reported performance. Specifically, our two solutions are as follows. For better occlusion handling, we update the output tensors of single-stage models so that they include the prediction of part confidence scores, from which we compute a final occlusion-aware detection score. For reducing confusion with hard negative examples, we introduce average grid classifiers as post-refinement classifiers, trainable in an end-to-end fashion with little memory and time overhead (e.g. increase of 1--5 MB in memory and 1--2 ms in inference time).

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Occlusion HandlingPedestrian Detection

Methods 이 논문이 사용한 방법론

Average Pooling 설명 없음
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Batch Normalization 설명 없음
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…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
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…
Darknet-19 설명 없음
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…

Similar Papers 제목 키워드 기반

OMG: Occlusion-friendly Personalized Multi-concept Generation in Diffusion Models

2024-03-16 · Zhe Kong, Yong Zhang, Tianyu Yang, Tao Wang 외

Personalization is an important topic in text-to-image generation, especially the challenging multi-concept personalization. Current multi-concept methods are struggling with identity preservation, occlusion, and the har…

DenoisingImage GenerationLayout GenerationText to Image Generation+1

MOHO: Learning Single-view Hand-held Object Reconstruction with Multi-view Occlusion-Aware Supervision

2023-10-18 · CVPR 2024 1 · Chenyangguang Zhang, Guanlong Jiao, Yan Di, Gu Wang 외

Previous works concerning single-view hand-held object reconstruction typically rely on supervision from 3D ground-truth models, which are hard to collect in real world. In contrast, readily accessible hand-object videos…

ObjectObject Reconstruction

Resisting Crowd Occlusion and Hard Negatives for Pedestrian Detection in the Wild

2020-05-15 · Zhe Wang, Jun Wang, Yezhou Yang

Pedestrian detection has been heavily studied in the last decade due to its wide application. Despite incremental progress, crowd occlusion and hard negatives are still challenging current state-of-the-art pedestrian det…

object-detectionObject DetectionPedestrian Detection

Coarse-to-Fine: Learning Compact Discriminative Representation for Single-Stage Image Retrieval

2023-08-08 · ICCV 2023 1 · Yunquan Zhu, Xinkai Gao, Bo Ke, Ruizhi Qiao 외

Image retrieval targets to find images from a database that are visually similar to the query image. Two-stage methods following retrieve-and-rerank paradigm have achieved excellent performance, but their separate local …

Image RetrievalRetrieval

Real-Time Hard Negative Sampling via LLM-based Clustering for Large-Scale Two-Tower Retrieval

2026-07-01 · Ivan Ji, Liuyi Hu, Harrison, Zhao 외 arxiv

The two-tower model has been widely used for large-scale recommendation systems, particularly in the retrieval stage. Industry standards for training two-tower models typically involve in-batch and/or out-of-batch negati…

Recommendation Systems