paper-with-me

Papers

Anchor-free Small-scale Multispectral Pedestrian Detection

2020-08-19 · Alexander Wolpert, Michael Teutsch, M. Saquib Sarfraz, Rainer Stiefelhagen

Multispectral images consisting of aligned visual-optical (VIS) and thermal infrared (IR) image pairs are well-suited for practical applications like autonomous driving or visual surveillance. Such data can be used to increase the performance of pedestrian detection especially for weakly illuminated, small-scaled, or partially occluded instances. The current state-of-the-art is based on variants of Faster R-CNN and thus passes through two stages: a proposal generator network with handcrafted anchor boxes for object localization and a classification network for verifying the object category. In this paper we propose a method for effective and efficient multispectral fusion of the two modalities in an adapted single-stage anchor-free base architecture. We aim at learning pedestrian representations based on object center and scale rather than direct bounding box predictions. In this way, we can both simplify the network architecture and achieve higher detection performance, especially for pedestrians under occlusion or at low object resolution. In addition, we provide a study on well-suited multispectral data augmentation techniques that improve the commonly used augmentations. The results show our method's effectiveness in detecting small-scaled pedestrians. We achieve 5.68% log-average miss rate in comparison to the best current state-of-the-art of 7.49% (25% improvement) on the challenging KAIST Multispectral Pedestrian Detection Benchmark. Code: https://github.com/HensoldtOptronicsCV/MultispectralPedestrianDetection

📄 PDF Abstract BibTeX arXiv:2008.08418

Code (1)

HensoldtOptronicsCV/MultispectralPedestrianDetection 공식 구현

Tasks

Autonomous DrivingData AugmentationObjectObject LocalizationPedestrian Detection

Methods 이 논문이 사용한 방법론

RoIPool 설명 없음
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…
RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
Faster R-CNN Faster R-CNN is an object detection model that improves on Fast R-CNN by utilising a region proposal network…

Similar Papers 제목 키워드 기반

Box-level Segmentation Supervised Deep Neural Networks for Accurate and Real-time Multispectral Pedestrian Detection

2019-02-14 · Yanpeng Cao, Dayan Guan, Yulun Wu, Jiangxin Yang 외

Effective fusion of complementary information captured by multi-modal sensors (visible and infrared cameras) enables robust pedestrian detection under various surveillance situations (e.g. daytime and nighttime). In this…

Autonomous DrivingComputational EfficiencyPedestrian Detection

MSCoTDet: Language-driven Multi-modal Fusion for Improved Multispectral Pedestrian Detection

2024-03-22 · Taeheon Kim, Sangyun Chung, Damin Yeom, Youngjoon Yu 외

Multispectral pedestrian detection is attractive for around-the-clock applications due to the complementary information between RGB and thermal modalities. However, current models often fail to detect pedestrians in cert…

Pedestrian Detection

Causal Mode Multiplexer: A Novel Framework for Unbiased Multispectral Pedestrian Detection

2024-03-02 · CVPR 2024 1 · Taeheon Kim, Sebin Shin, Youngjoon Yu, Hak Gu Kim 외

RGBT multispectral pedestrian detection has emerged as a promising solution for safety-critical applications that require day/night operations. However, the modality bias problem remains unsolved as multispectral pedestr…

Pedestrian Detection

Fusion of Multispectral Data Through Illumination-aware Deep Neural Networks for Pedestrian Detection

2018-02-27 · Dayan Guan, Yanpeng Cao, Jun Liang, Yanlong Cao 외

Multispectral pedestrian detection has received extensive attention in recent years as a promising solution to facilitate robust human target detection for around-the-clock applications (e.g. security surveillance and au…

Autonomous DrivingMultispectral Object DetectionMulti-Task LearningPedestrian Detection+1

Multispectral Pedestrian Detection with Sparsely Annotated Label

2025-01-05 · Chan Lee, Seungho Shin, Gyeong-Moon Park, Jung Uk Kim

Although existing Sparsely Annotated Object Detection (SAOD) approches have made progress in handling sparsely annotated environments in multispectral domain, where only some pedestrians are annotated, they still have th…

object-detectionObject DetectionPedestrian DetectionPseudo Label