Exploring Multi-Branch and High-Level Semantic Networks for Improving Pedestrian Detection
Jiale Cao, Yanwei Pang, and Xuelong Li

TL;DR
This paper introduces a multi-branch, high-level semantic network for pedestrian detection that improves multi-scale detection accuracy without adding extra parameters, achieving state-of-the-art results on multiple datasets.
Contribution
The paper proposes a novel multi-branch network with high-level semantics and shared weights, enhancing multi-scale pedestrian detection without increasing model complexity.
Findings
Achieves state-of-the-art performance on KITTI, Caltech, and Citypersons datasets.
Effective for general object detection on COCO benchmark.
Utilizes skip connections and dilated convolutions for improved feature representation.
Abstract
To better detect pedestrians of various scales, deep multi-scale methods usually detect pedestrians of different scales by different in-network layers. However, the semantic levels of features from different layers are usually inconsistent. In this paper, we propose a multi-branch and high-level semantic network by gradually splitting a base network into multiple different branches. As a result, the different branches have the same depth and the output features of different branches have similarly high-level semantics. Due to the difference of receptive fields, the different branches are suitable to detect pedestrians of different scales. Meanwhile, the multi-branch network does not introduce additional parameters by sharing convolutional weights of different branches. To further improve detection performance, skip-layer connections among different branches are used to add context to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVideo Surveillance and Tracking Methods · Advanced Neural Network Applications · Fire Detection and Safety Systems
MethodsDilated Convolution · Convolution
