paper-with-me

홈 › Papers

CRAFT Objects from Images

2016-04-12 · CVPR 2016 6 · Bin Yang, Junjie Yan, Zhen Lei, Stan Z. Li

Object detection is a fundamental problem in image understanding. One popular solution is the R-CNN framework and its fast versions. They decompose the object detection problem into two cascaded easier tasks: 1) generating object proposals from images, 2) classifying proposals into various object categories. Despite that we are handling with two relatively easier tasks, they are not solved perfectly and there's still room for improvement. In this paper, we push the "divide and conquer" solution even further by dividing each task into two sub-tasks. We call the proposed method "CRAFT" (Cascade Region-proposal-network And FasT-rcnn), which tackles each task with a carefully designed network cascade. We show that the cascade structure helps in both tasks: in proposal generation, it provides more compact and better localized object proposals; in object classification, it reduces false positives (mainly between ambiguous categories) by capturing both inter- and intra-category variances. CRAFT achieves consistent and considerable improvement over the state-of-the-art on object detection benchmarks like PASCAL VOC 07/12 and ILSVRC.

📄 PDF Abstract BibTeX arXiv:1604.03239

Code (1)

byangderek/CRAFT 공식 구현

Tasks

Objectobject-detectionObject DetectionRegion Proposal

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
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…
R-CNN R-CNN, or Regions with CNN Features, is an object detection model that uses high-capacity CNNs to bottom-up region proposals in order to localize and segment objects. It…

Similar Papers 제목 키워드 기반

Rapid Detection of Aircrafts in Satellite Imagery based on Deep Neural Networks

2021-04-21 · Arsalan Tahir, Muhammad Adil, Arslan Ali

Object detection is one of the fundamental objectives in Applied Computer Vision. In some of the applications, object detection becomes very challenging such as in the case of satellite image processing. Satellite image …

ManagementObjectobject-detectionObject Detection

Visual descriptors for content-based retrieval of remote sensing images

2016-02-02 · Paolo Napoletano

In this paper we present an extensive evaluation of visual descriptors for the content-based retrieval of remote sensing (RS) images. The evaluation includes global hand-crafted, local hand-crafted, and Convolutional Neu…

Content-Based Image RetrievalImage RetrievalRetrieval

OSAD: Open-Set Aircraft Detection in SAR Images

2024-11-03 · Xiayang Xiao, Zhuoxuan Li, Haipeng Wang

Current mainstream SAR image object detection methods still lack robustness when dealing with unknown objects in open environments. Open-set detection aims to enable detectors trained on a closed set to detect all known …

Contrastive Learningobject-detectionObject Detection

Concurrent Segmentation and Object Detection CNNs for Aircraft Detection and Identification in Satellite Images

2020-05-27 · Damien Grosgeorge, Maxime Arbelot, Alex Goupilleau, Tugdual Ceillier 외

Detecting and identifying objects in satellite images is a very challenging task: objects of interest are often very small and features can be difficult to recognize even using very high resolution imagery. For most appl…

object-detectionObject Detection

AdvDrop: Adversarial Attack to DNNs by Dropping Information

2021-08-20 · ICCV 2021 10 · Ranjie Duan, Yuefeng Chen, Dantong Niu, Yun Yang 외

Human can easily recognize visual objects with lost information: even losing most details with only contour reserved, e.g. cartoon. However, in terms of visual perception of Deep Neural Networks (DNNs), the ability for r…

Adversarial AttackAdversarial Robustness