paper-with-me

홈 › Papers

SVM and ELM: Who Wins? Object Recognition with Deep Convolutional Features from ImageNet

2015-06-08 · Lei Zhang, David Zhang

Deep learning with a convolutional neural network (CNN) has been proved to be very effective in feature extraction and representation of images. For image classification problems, this work aim at finding which classifier is more competitive based on high-level deep features of images. In this report, we have discussed the nearest neighbor, support vector machines and extreme learning machines for image classification under deep convolutional activation feature representation. Specifically, we adopt the benchmark object recognition dataset from multiple sources with domain bias for evaluating different classifiers. The deep features of the object dataset are obtained by a well-trained CNN with five convolutional layers and three fully-connected layers on the challenging ImageNet. Experiments demonstrate that the ELMs outperform SVMs in cross-domain recognition tasks. In particular, state-of-the-art results are obtained by kernel ELM which outperforms SVMs with about 4% of the average accuracy. The features and codes are available in http://www.escience.cn/people/lei/index.html

📄 PDF Abstract BibTeX arXiv:1506.02509

Code (0)

등록된 구현이 없습니다.

Tasks

General Classificationimage-classificationImage ClassificationObject Recognition

Similar Papers 제목 키워드 기반

Guarding Barlow Twins Against Overfitting with Mixed Samples

2023-12-04 · Wele Gedara Chaminda Bandara, Celso M. de Melo, Vishal M. Patel

Self-supervised Learning (SSL) aims to learn transferable feature representations for downstream applications without relying on labeled data. The Barlow Twins algorithm, renowned for its widespread adoption and straight…

Contrastive LearningSelf-Supervised Learning

Learning Deep Features for Scene Recognition using Places Database

2014-12-01 · NeurIPS 2014 12 · Bolei Zhou, Agata Lapedriza, Jianxiong Xiao, Antonio Torralba 외

Scene recognition is one of the hallmark tasks of computer vision, allowing definition of a context for object recognition. Whereas the tremendous recent progress in object recognition tasks is due to the availability of…

DiversityObjectObject RecognitionScene Recognition

Striving for Simplicity: The All Convolutional Net

2014-12-21 · Jost Tobias Springenberg, Alexey Dosovitskiy, Thomas Brox, Martin Riedmiller

Most modern convolutional neural networks (CNNs) used for object recognition are built using the same principles: Alternating convolution and max-pooling layers followed by a small number of fully connected layers. We re…

AllImage ClassificationObjectObject Recognition

Pre-Trained Convolutional Neural Network Features for Facial Expression Recognition

2018-12-16 · Aravind Ravi

Facial expression recognition has been an active area in computer vision with application areas including animation, social robots, personalized banking, etc. In this study, we explore the problem of image classification…

ClassificationFacial Expression RecognitionFacial Expression Recognition (FER)General Classification+3

Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition

2014-06-18 · Kaiming He, Xiangyu Zhang, Shaoqing Ren, Jian Sun

Existing deep convolutional neural networks (CNNs) require a fixed-size (e.g., 224x224) input image. This requirement is "artificial" and may reduce the recognition accuracy for the images or sub-images of an arbitrary s…

General Classificationimage-classificationImage Classificationobject-detection+2