paper-with-me

홈 › Papers

Image Augmentation for Object Image Classification Based On Combination of PreTrained CNN and SVM

2018-01-01 · Yoshihiro Shima

Neural networks are a powerful means of classifying object images. The proposed image category classification method for object images combines convolutional neural networks (CNNs) and support vector machines (SVMs). A pre-trained CNN, called Alex-Net, is used as a pattern-feature extractor. Alex-Net is pre-trained for the large-scale object-image dataset ImageNet. Instead of training, Alex-Net, pre-trained for ImageNet is used. An SVM is used as trainable classifier. The feature vectors are passed to the SVM from Alex-Net. The STL-10 dataset are used as object images. The number of classes is ten. Training and test samples are clearly split. STL-10 object images are trained by the SVM with data augmentation. We use the pattern transformation method with the cosine function. We also apply some augmentation method such as rotation, skewing and elastic distortion. By using the cosine function, the original patterns were left-justified, right-justified, top-justified, or bottomjustified. Patterns were also center-justified and enlarged. Test error rate is decreased by 0.435 percentage points from 16.055% by augmentation with cosine transformation. Error rates are increased by other augmentation method such as rotation, skewing and elastic distortion, compared without augmentation . Number of augmented data is 30 times that of the original STL-10 5K training samples. Experimental test error rate for the test 8k STL-10 object images was 15.620%, which shows that image augmentation is effective for image category classification.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

8kData AugmentationGeneral ClassificationImage Augmentationimage-classificationImage ClassificationObject

Similar Papers 제목 키워드 기반

Local Magnification for Data and Feature Augmentation

2022-11-15 · Kun He, Chang Liu, Stephen Lin, John E. Hopcroft

In recent years, many data augmentation techniques have been proposed to increase the diversity of input data and reduce the risk of overfitting on deep neural networks. In this work, we propose an easy-to-implement and …

Data AugmentationDiversityimage-classificationImage Classification+2

Image Augmentation for Satellite Images

2022-07-29 · Oluwadara Adedeji, Peter Owoade, Opeyemi Ajayi, Olayiwola Arowolo

This study proposes the use of generative models (GANs) for augmenting the EuroSAT dataset for the Land Use and Land Cover (LULC) Classification task. We used DCGAN and WGAN-GP to generate images for each class in the da…

ClassificationImage Augmentation

Automatic classification between COVID-19 pneumonia, non-COVID-19 pneumonia, and the healthy on chest X-ray image: combination of data augmentation methods

2020-06-01 · Mizuho Nishio, Shunjiro Noguchi, Hidetoshi Matsuo, Takamichi Murakami

Purpose: This study aimed to develop and validate computer-aided diagnosis (CXDx) system for classification between COVID-19 pneumonia, non-COVID-19 pneumonia, and the healthy on chest X-ray (CXR) images. Materials and M…

Data AugmentationTransfer Learning

Adaptive Weighting Scheme for Automatic Time-Series Data Augmentation

2021-02-16 · Elizabeth Fons, Paula Dawson, Xiao-jun Zeng, John Keane 외

Data augmentation methods have been shown to be a fundamental technique to improve generalization in tasks such as image, text and audio classification. Recently, automated augmentation methods have led to further improv…

Audio ClassificationData Augmentationimage-classificationImage Classification+4

Disentangling the Effects of Data Augmentation and Format Transform in Self-Supervised Learning of Image Representations

2023-12-02 · Neha Kalibhat, Warren Morningstar, Alex Bijamov, Luyang Liu 외

Self-Supervised Learning (SSL) enables training performant models using limited labeled data. One of the pillars underlying vision SSL is the use of data augmentations/perturbations of the input which do not significantl…

Data AugmentationSelf-Supervised LearningTransfer Learning