paper-with-me

Papers

Examining the Use of Neural Networks for Feature Extraction: A Comparative Analysis using Deep Learning, Support Vector Machines, and K-Nearest Neighbor Classifiers

2018-05-06 · Stephen Notley, Malik Magdon-Ismail

Neural networks in many varieties are touted as very powerful machine learning tools because of their ability to distill large amounts of information from different forms of data, extracting complex features and enabling powerful classification abilities. In this study, we use neural networks to extract features from both images and numeric data and use these extracted features as inputs for other machine learning models, namely support vector machines (SVMs) and k-nearest neighbor classifiers (KNNs), in order to see if neural-network-extracted features enhance the capabilities of these models. We tested 7 different neural network architectures in this manner, 4 for images and 3 for numeric data, training each for varying lengths of time and then comparing the results of the neural network independently to those of an SVM and KNN on the data, and finally comparing these results to models of SVM and KNN trained using features extracted via the neural network architecture. This process was repeated on 3 different image datasets and 2 different numeric datasets. The results show that, in many cases, the features extracted using the neural network significantly improve the capabilities of SVMs and KNNs compared to running these algorithms on the raw features, and in some cases also surpass the performance of the neural network alone. This in turn suggests that it may be a reasonable practice to use neural networks as a means to extract features for classification by other machine learning models for some datasets.

📄 PDF Abstract BibTeX arXiv:1805.02294

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine LearningGeneral Classification

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…

Similar Papers 제목 키워드 기반

Temporal vs. Spatial: Comparing DINOv3 and V-JEPA2 Feature Representations for Video Action Analysis

2025-09-25 · Sai Varun Kodathala, Rakesh Vunnam arxiv

This study presents a comprehensive comparative analysis of two prominent self-supervised learning architectures for video action recognition: DINOv3, which processes frames independently through spatial feature extracti…

Self-Supervised LearningAction Recognition

Combining Multiple Cues for Visual Madlibs Question Answering

2016-11-01 · Tatiana Tommasi, Arun Mallya, Bryan Plummer, Svetlana Lazebnik 외

This paper presents an approach for answering fill-in-the-blank multiple choice questions from the Visual Madlibs dataset. Instead of generic and commonly used representations trained on the ImageNet classification task,…

AttributeGeneral ClassificationMultiple-choiceQuestion Answering+1

The Effectiveness of LLMs as Annotators: A Comparative Overview and Empirical Analysis of Direct Representation

2024-05-02 · Maja Pavlovic, Massimo Poesio

Large Language Models (LLMs) have emerged as powerful support tools across various natural language tasks and a range of application domains. Recent studies focus on exploring their capabilities for data annotation. This…

Comparative Analysis of Hand-Crafted and Machine-Driven Histopathological Features for Prostate Cancer Classification and Segmentation

2025-01-19 · Feda Bolus Al Baqain, Omar Sultan Al-Kadi

Histopathological image analysis is a reliable method for prostate cancer identification. In this paper, we present a comparative analysis of two approaches for segmenting glandular structures in prostate images to autom…

Cancer ClassificationSegmentationSemantic Segmentation

Distance weighted discrimination of face images for gender classification

2017-06-15 · Mónica Benito, Eduardo García-Portugués, J. S. Marron, Daniel Peña

We illustrate the advantages of distance weighted discrimination for classification and feature extraction in a High Dimension Low Sample Size (HDLSS) situation. The HDLSS context is a gender classification problem of fa…

ClassificationGender ClassificationGeneral Classification