Pedestrian Detection

113 papers with code • 6 benchmarks • 15 datasets

Pedestrian detection is the task of detecting pedestrians from a camera.

Further state-of-the-art results (e.g. on the KITTI dataset) can be found at 3D Object Detection.

( Image credit: High-level Semantic Feature Detection: A New Perspective for Pedestrian Detection )

Libraries

Use these libraries to find Pedestrian Detection models and implementations
3 papers
27,693
2 papers
15,400
See all 6 libraries.

Most implemented papers

Focal Loss for Dense Object Detection

facebookresearch/detectron ICCV 2017

Our novel Focal Loss focuses training on a sparse set of hard examples and prevents the vast number of easy negatives from overwhelming the detector during training.

FCOS: Fully Convolutional One-Stage Object Detection

tianzhi0549/FCOS ICCV 2019

By eliminating the predefined set of anchor boxes, FCOS completely avoids the complicated computation related to anchor boxes such as calculating overlapping during training.

Feature Pyramid Networks for Object Detection

PaddlePaddle/PaddleOCR CVPR 2017

Feature pyramids are a basic component in recognition systems for detecting objects at different scales.

Fast Algorithms for Convolutional Neural Networks

XiaoMi/mace CVPR 2016

The algorithms compute minimal complexity convolution over small tiles, which makes them fast with small filters and small batch sizes.

Beyond Appearance: a Semantic Controllable Self-Supervised Learning Framework for Human-Centric Visual Tasks

tinyvision/SOLIDER CVPR 2023

Unlike the existing self-supervised learning methods, prior knowledge from human images is utilized in SOLIDER to build pseudo semantic labels and import more semantic information into the learned representation.

Detection in Crowded Scenes: One Proposal, Multiple Predictions

megvii-model/CrowdDetection CVPR 2020

We propose a simple yet effective proposal-based object detector, aiming at detecting highly-overlapped instances in crowded scenes.

Multiview Detection with Feature Perspective Transformation

hou-yz/MVDet ECCV 2020

First, how should we aggregate cues from the multiple views?

Exploring Visual Context for Weakly Supervised Person Search

ljpadam/CGPS 19 Jun 2021

This paper inventively considers weakly supervised person search with only bounding box annotations.

MOTChallenge 2015: Towards a Benchmark for Multi-Target Tracking

khalidw/MOT16_Annotator 8 Apr 2015

We discuss the challenges of creating such a framework, collecting existing and new data, gathering state-of-the-art methods to be tested on the datasets, and finally creating a unified evaluation system.

Joint Detection and Identification Feature Learning for Person Search

ShuangLI59/person_search CVPR 2017

Existing person re-identification benchmarks and methods mainly focus on matching cropped pedestrian images between queries and candidates.