paper-with-me

Papers

DINF: Dynamic Instance Noise Filter for Occluded Pedestrian Detection

2023-01-13 · Li Xiang, He Miao, Luo Haibo, Xiao Jiajie

Occlusion issue is the biggest challenge in pedestrian detection. RCNN-based detectors extract instance features by cropping rectangle regions of interest in the feature maps. However, the visible pixels of the occluded objects are limited, making the rectangle instance feature mixed with a lot of instance-irrelevant noise information. Besides, by counting the number of instances with different degrees of overlap of CrowdHuman dataset, we find that the number of severely overlapping objects and the number of slightly overlapping objects are unbalanced, which may exacerbate the challenges posed by occlusion issues. Regarding to the noise issue, from the perspective of denoising, an iterable dynamic instance noise filter (DINF) is proposed for the RCNN-based pedestrian detectors to improve the signal-noise ratio of the instance feature. Simulating the wavelet denoising process, we use the instance feature vector to generate dynamic convolutional kernels to transform the RoIs features to a domain in which the near-zero values represent the noise information. Then, soft thresholding with channel-wise adaptive thresholds is applied to convert the near-zero values to zero to filter out noise information. For the imbalance issue, we propose an IoU-Focal factor (IFF) to modulate the contributions of the well-regressed boxes and the bad-regressed boxes to the loss in the training process, paying more attention to the minority severely overlapping objects. Extensive experiments conducted on CrowdHuman and CityPersons demonstrate that our methods can help RCNN-based pedestrian detectors achieve state-of-the-art performance.

📄 PDF Abstract BibTeX arXiv:2301.05565

Code (0)

등록된 구현이 없습니다.

Tasks

DenoisingPedestrian Detection

Similar Papers 제목 키워드 기반

HeadInfer: Memory-Efficient LLM Inference by Head-wise Offloading

2025-02-18 · Cheng Luo, Zefan Cai, Hanshi Sun, Jinqi Xiao 외

Transformer-based large language models (LLMs) demonstrate impressive performance in long context generation. Extending the context length has disproportionately shifted the memory footprint of LLMs during inference to t…

Computational EfficiencyCPUGPU

dInfer: An Efficient Inference Framework for Diffusion Language Models

2025-10-09 · Yuxin Ma, Lun Du, Lanning Wei, Kun Chen 외 arxiv

Diffusion-based large language models (dLLMs) have emerged as a promising alternative to autoregressive (AR) LLMs, leveraging denoising-based generation to enable inherent parallelism. Even more and more open-sourced dLL…

ContextHOI: Spatial Context Learning for Human-Object Interaction Detection

2024-12-12 · Mingda Jia, Liming Zhao, Ge Li, Yun Zheng

Spatial contexts, such as the backgrounds and surroundings, are considered critical in Human-Object Interaction (HOI) recognition, especially when the instance-centric foreground is blurred or occluded. Recent advancemen…

Human-Object Interaction DetectionObjectobject-detectionObject Detection

Increasing CNN Robustness to Occlusions by Reducing Filter Support

2017-10-01 · ICCV 2017 10 · Elad Osherov, Michael Lindenbaum

Convolutional neural networks (CNNs) provide the current state of the art in visual object classification, but they are far less accurate when classifying partially occluded objects. A straightforward way to improve clas…

General ClassificationObject

Occlusion Coherence: Detecting and Localizing Occluded Faces

2015-06-28 · Golnaz Ghiasi, Charless C. Fowlkes

The presence of occluders significantly impacts object recognition accuracy. However, occlusion is typically treated as an unstructured source of noise and explicit models for occluders have lagged behind those for objec…

Face DetectionObject RecognitionOccluded Face Detection