paper-with-me

Papers

Visibility Guided NMS: Efficient Boosting of Amodal Object Detection in Crowded Traffic Scenes

2020-06-15 · Nils Gählert, Niklas Hanselmann, Uwe Franke, Joachim Denzler

Object detection is an important task in environment perception for autonomous driving. Modern 2D object detection frameworks such as Yolo, SSD or Faster R-CNN predict multiple bounding boxes per object that are refined using Non-Maximum-Suppression (NMS) to suppress all but one bounding box. While object detection itself is fully end-to-end learnable and does not require any manual parameter selection, standard NMS is parametrized by an overlap threshold that has to be chosen by hand. In practice, this often leads to an inability of standard NMS strategies to distinguish different objects in crowded scenes in the presence of high mutual occlusion, e.g. for parked cars or crowds of pedestrians. Our novel Visibility Guided NMS (vg-NMS) leverages both pixel-based as well as amodal object detection paradigms and improves the detection performance especially for highly occluded objects with little computational overhead. We evaluate vg-NMS using KITTI, VIPER as well as the Synscapes dataset and show that it outperforms current state-of-the-art NMS.

📄 PDF Abstract BibTeX arXiv:2006.08547

Code (0)

등록된 구현이 없습니다.

Tasks

2D Object DetectionAutonomous DrivingObjectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

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$…
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…
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…
Non Maximum Suppression Non Maximum Suppression is a computer vision method that selects a single entity out of many overlapping entities (for example bounding boxes in object detection). The…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
RoIPool 설명 없음
SSD SSD is a single-stage object detection method that discretizes the output space of bounding boxes into a set of default boxes over different aspect ratios and scales per…
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 제목 키워드 기반

TAO-Amodal: A Benchmark for Tracking Any Object Amodally

2023-12-19 · Cheng-Yen Hsieh, Kaihua Chen, Achal Dave, Tarasha Khurana 외

Amodal perception, the ability to comprehend complete object structures from partial visibility, is a fundamental skill, even for infants. Its significance extends to applications like autonomous driving, where a clear u…

Amodal TrackingAutonomous DrivingBenchmarkingData Augmentation+1

Learning Semantics-aware Distance Map with Semantics Layering Network for Amodal Instance Segmentation

2019-05-30 · Ziheng Zhang, Anpei Chen, Ling Xie, Jingyi Yu 외

In this work, we demonstrate yet another approach to tackle the amodal segmentation problem. Specifically, we first introduce a new representation, namely a semantics-aware distance map (sem-dist map), to serve as our ta…

Amodal Instance SegmentationInstance SegmentationSegmentationSemantic Segmentation

Training for X-Ray Vision: Amodal Segmentation, Amodal Content Completion, and View-Invariant Object Representation from Multi-Camera Video

2025-07-01 · Alexander Moore, Amar Saini, Kylie Cancilla, Doug Poland 외 arxiv

Amodal segmentation and amodal content completion require using object priors to estimate occluded masks and features of objects in complex scenes. Until now, no data has provided an additional dimension for object conte…

Object Detection

Amodal Detection of 3D Objects: Inferring 3D Bounding Boxes From 2D Ones in RGB-Depth Images

2017-07-01 · CVPR 2017 7 · Zhuo Deng, Longin Jan Latecki

This paper addresses the problem of amodal perception of 3D object detection. The task is to not only find object localizations in the 3D world, but also estimate their physical sizes and poses, even if only parts of the…

3D Object DetectionObjectobject-detectionObject Detection

AmodalSVG: Amodal Image Vectorization via Semantic Layer Peeling

2026-04-13 · Juncheng Hu, Ziteng Xue, Guotao Liang, Anran Qi 외 arxiv

We introduce AmodalSVG, a new framework for amodal image vectorization that produces semantically organized and geometrically complete SVG representations from natural images. Existing vectorization methods operate under…