paper-with-me

Papers

Deep CNN Ensemble with Data Augmentation for Object Detection

2015-06-24 · Jian Guo, Stephen Gould

We report on the methods used in our recent DeepEnsembleCoco submission to the PASCAL VOC 2012 challenge, which achieves state-of-the-art performance on the object detection task. Our method is a variant of the R-CNN model proposed Girshick:CVPR14 with two key improvements to training and evaluation. First, our method constructs an ensemble of deep CNN models with different architectures that are complementary to each other. Second, we augment the PASCAL VOC training set with images from the Microsoft COCO dataset to significantly enlarge the amount training data. Importantly, we select a subset of the Microsoft COCO images to be consistent with the PASCAL VOC task. Results on the PASCAL VOC evaluation server show that our proposed method outperform all previous methods on the PASCAL VOC 2012 detection task at time of submission.

📄 PDF Abstract BibTeX arXiv:1506.07224

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationObjectobject-detectionObject Detection

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 제목 키워드 기반

EDF: Ensemble, Distill, and Fuse for Easy Video Labeling

2018-12-10 · Giulio Zhou, Subramanya Dulloor, David G. Andersen, Michael Kaminsky

We present a way to rapidly bootstrap object detection on unseen videos using minimal human annotations. We accomplish this by combining two complementary sources of knowledge (one generic and the other specific) using b…

Data AugmentationObjectobject-detectionObject Detection

An original framework for Wheat Head Detection using Deep, Semi-supervised and Ensemble Learning within Global Wheat Head Detection (GWHD) Dataset

2020-09-24 · Fares Fourati, Wided Souidene, Rabah Attia

In this paper, we propose an original object detection methodology applied to Global Wheat Head Detection (GWHD) Dataset. We have been through two major architectures of object detection which are FasterRCNN and Efficien…

Data AugmentationEnsemble LearningHead DetectionObject+2

2nd Place Solution to ECCV 2020 VIPriors Object Detection Challenge

2020-07-17 · Yinzheng Gu, Yihan Pan, Shi-Zhe Chen

In this report, we descibe our approach to the ECCV 2020 VIPriors Object Detection Challenge which took place from March to July in 2020. We show that by using state-of-the-art data augmentation strategies, model designs…

Data Augmentationobject-detectionObject DetectionTransfer Learning

A Robust Ensemble Model for Patasitic Egg Detection and Classification

2022-07-04 · Yuqi Wang, Zhiqiang He, Shenghui Huang, Huabin Du

Intestinal parasitic infections, as a leading causes of morbidity worldwide, still lacks time-saving, high-sensitivity and user-friendly examination method. The development of deep learning technique reveals its broad ap…

ClassificationData AugmentationSensitivityTransfer Learning

Exploring Data Augmentation for Multi-Modality 3D Object Detection

2020-12-23 · Wenwei Zhang, Zhe Wang, Chen Change Loy

It is counter-intuitive that multi-modality methods based on point cloud and images perform only marginally better or sometimes worse than approaches that solely use point cloud. This paper investigates the reason behind…

3D Object DetectionAutonomous DrivingData AugmentationObject+2