paper-with-me

홈 › Papers

Selective Convolutional Network: An Efficient Object Detector with Ignoring Background

2020-02-04 · Hefei Ling, Yangyang Qin, Li Zhang, Yuxuan Shi, Ping Li

It is well known that attention mechanisms can effectively improve the performance of many CNNs including object detectors. Instead of refining feature maps prevalently, we reduce the prohibitive computational complexity by a novel attempt at attention. Therefore, we introduce an efficient object detector called Selective Convolutional Network (SCN), which selectively calculates only on the locations that contain meaningful and conducive information. The basic idea is to exclude the insignificant background areas, which effectively reduces the computational cost especially during the feature extraction. To solve it, we design an elaborate structure with negligible overheads to guide the network where to look next. It's end-to-end trainable and easy-embedding. Without additional segmentation datasets, we explores two different train strategies including direct supervision and indirect supervision. Extensive experiments assess the performance on PASCAL VOC2007 and MS COCO detection datasets. Results show that SSD and Pelee integrated with our method averagely reduce the calculations in a range of 1/5 and 1/3 with slight loss of accuracy, demonstrating the feasibility of SCN.

📄 PDF Abstract BibTeX arXiv:2002.01205

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

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,…
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…

Similar Papers 제목 키워드 기반

A hierarchical framework for object recognition

2014-10-28 · Reza Moazzezi

Object recognition in the presence of background clutter and distractors is a central problem both in neuroscience and in machine learning. However, the performance level of the models that are inspired by cortical mecha…

ObjectObject Recognition

Exploring the Vulnerability of Single Shot Module in Object Detectors via Imperceptible Background Patches

2018-09-16 · Yuezun Li, Xiao Bian, Ming-Ching Chang, Siwei Lyu

Recent works succeeded to generate adversarial perturbations on the entire image or the object of interests to corrupt CNN based object detectors. In this paper, we focus on exploring the vulnerability of the Single Shot…

ObjectRegion Proposal

Continual Detection Transformer for Incremental Object Detection

2023-04-06 · CVPR 2023 1 · Yaoyao Liu, Bernt Schiele, Andrea Vedaldi, Christian Rupprecht

Incremental object detection (IOD) aims to train an object detector in phases, each with annotations for new object categories. As other incremental settings, IOD is subject to catastrophic forgetting, which is often add…

Class-Incremental Object DetectionKnowledge DistillationObjectobject-detection+1

Solving Missing-Annotation Object Detection with Background Recalibration Loss

2020-02-12 · Han Zhang, Fangyi Chen, Zhiqiang Shen, Qiqi Hao 외

This paper focuses on a novel and challenging detection scenario: A majority of true objects/instances is unlabeled in the datasets, so these missing-labeled areas will be regarded as the background during training. Prev…

Objectobject-detectionObject Detection

Shape-Prior-Based Point Cloud Completion for Single-Stage Fully Sparse 3D Object Detection

2026-05-30 · Kaizheng Wang, Mingqian Ji, Jian Yang, Shanshan Zhang arxiv

Single-stage fully sparse 3D object detectors rely on point clouds data to detect objects in autonomous driving scenarios. However, the sparsity and incompleteness of point clouds significantly limit the performance of 3…

Point Cloud Completion3D Object DetectionAutonomous DrivingPoint Clouds