paper-with-me

홈 › Papers

The Problem of Fragmented Occlusion in Object Detection

2020-04-27 · Julian Pegoraro, Roman Pflugfelder

Object detection in natural environments is still a very challenging task, even though deep learning has brought a tremendous improvement in performance over the last years. A fundamental problem of object detection based on deep learning is that neither the training data nor the suggested models are intended for the challenge of fragmented occlusion. Fragmented occlusion is much more challenging than ordinary partial occlusion and occurs frequently in natural environments such as forests. A motivating example of fragmented occlusion is object detection through foliage which is an essential requirement in green border surveillance. This paper presents an analysis of state-of-the-art detectors with imagery of green borders and proposes to train Mask R-CNN on new training data which captures explicitly the problem of fragmented occlusion. The results show clear improvements of Mask R-CNN with this new training strategy (also against other detectors) for data showing slight fragmented occlusion.

📄 PDF Abstract BibTeX arXiv:2004.13076

Code (0)

등록된 구현이 없습니다.

Tasks

Objectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

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…
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…
RoIAlign Region of Interest Align, or RoIAlign, is an operation for extracting a small feature map from each RoI in detection and segmentation based tasks. It removes the harsh…
Mask R-CNN Mask R-CNN extends Faster R-CNN to solve instance segmentation tasks. It achieves this by adding a branch for predicting an…

Similar Papers 제목 키워드 기반

Occlusion-Aware Detection and Re-ID Calibrated Network for Multi-Object Tracking

2023-08-30 · Yukun Su, Ruizhou Sun, Xin Shu, Yu Zhang 외

Multi-Object Tracking (MOT) is a crucial computer vision task that aims to predict the bounding boxes and identities of objects simultaneously. While state-of-the-art methods have made remarkable progress by jointly opti…

Multi-Object TrackingObjectObject Tracking

Robust Online Multi-Object Tracking based on Tracklet Confidence and Online Discriminative Appearance Learning

2014-06-01 · CVPR 2014 6 · Seung-Hwan Bae, Kuk-Jin Yoon

Online multi-object tracking aims at producing complete tracks of multiple objects using the information accumulated up to the present moment. It still remains a difficult problem in complex scenes, because of frequent o…

Multi-Object TrackingObjectObject TrackingOnline Multi-Object Tracking

OGMN: Occlusion-guided Multi-task Network for Object Detection in UAV Images

2023-04-24 · Xuexue Li, Wenhui Diao, Yongqiang Mao, Peng Gao 외

Occlusion between objects is one of the overlooked challenges for object detection in UAV images. Due to the variable altitude and angle of UAVs, occlusion in UAV images happens more frequently than that in natural scene…

object-detectionObject DetectionOcclusion Estimation

Offline Tracking with Object Permanence

2023-10-02 · Xianzhong Liu, Holger Caesar

To reduce the expensive labor cost for manual labeling autonomous driving datasets, an alternative is to automatically label the datasets using an offline perception system. However, objects might be temporally occluded.…

3D Multi-Object TrackingAutonomous DrivingMulti-Object TrackingObject+1

Occlusion-Robust Multi-Object Decoupling for Physics-Based Robotic Interaction

2026-06-28 · Xin Dong, Lihan Zhang, Tianru Dai, Wenfeng Deng 외 arxiv

We propose a mask-free method for lossless multi-object 3D reconstruction from sparse and occluded real-world views, enabling physically plausible robotic interaction via Material Point Method (MPM) simulation. Our key i…

3D Reconstruction