paper-with-me

Papers

Efficient Hyperparameter Importance Assessment for CNNs

2024-10-11 · Ruinan Wang, Ian Nabney, Mohammad Golbabaee

Hyperparameter selection is an essential aspect of the machine learning pipeline, profoundly impacting models' robustness, stability, and generalization capabilities. Given the complex hyperparameter spaces associated with Neural Networks and the constraints of computational resources and time, optimizing all hyperparameters becomes impractical. In this context, leveraging hyperparameter importance assessment (HIA) can provide valuable guidance by narrowing down the search space. This enables machine learning practitioners to focus their optimization efforts on the hyperparameters with the most significant impact on model performance while conserving time and resources. This paper aims to quantify the importance weights of some hyperparameters in Convolutional Neural Networks (CNNs) with an algorithm called N-RReliefF, laying the groundwork for applying HIA methodologies in the Deep Learning field. We conduct an extensive study by training over ten thousand CNN models across ten popular image classification datasets, thereby acquiring a comprehensive dataset containing hyperparameter configuration instances and their corresponding performance metrics. It is demonstrated that among the investigated hyperparameters, the top five important hyperparameters of the CNN model are the number of convolutional layers, learning rate, dropout rate, optimizer and epoch.

📄 PDF Abstract BibTeX arXiv:2410.08920

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage Classification

Methods 이 논문이 사용한 방법론

Focus 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Dataset Complexity Assessment Based on Cumulative Maximum Scaled Area Under Laplacian Spectrum

2022-09-29 · Guang Li, Ren Togo, Takahiro Ogawa, Miki Haseyama

Dataset complexity assessment aims to predict classification performance on a dataset with complexity calculation before training a classifier, which can also be used for classifier selection and dataset reduction. The t…

Classification

Optimizing Hyperparameters in CNNs using Bilevel Programming in Time Series Data

2021-01-19 · Taniya Seth, Pranab K. Muhuri

Hyperparameter optimization has remained a central topic within the machine learning community due to its ability to produce state-of-the-art results. With the recent interest growing in the usage of CNNs for time series…

BIG-bench Machine LearningHyperparameter OptimizationPositionPrediction+3

A Surrogate-Assisted Highly Cooperative Coevolutionary Algorithm for Hyperparameter Optimization in Deep Convolutional Neural Network

2023-02-25 · An Chen, Zhigang Ren, Muyi Wang, Hui Chen 외

Convolutional neural networks (CNNs) have gained remarkable success in recent years. However, their performance highly relies on the architecture hyperparameters, and finding proper hyperparameters for a deep CNN is a ch…

Hyperparameter Optimizationimage-classificationImage Classification

Leveraging CNNs and Ensemble Learning for Automated Disaster Image Classification

2023-11-22 · Archit Rathod, Veer Pariawala, Mokshit Surana, Kumkum Saxena

Natural disasters act as a serious threat globally, requiring effective and efficient disaster management and recovery. This paper focuses on classifying natural disaster images using Convolutional Neural Networks (CNNs)…

Disaster ResponseEnsemble Learningimage-classificationImage Classification+1

Using convolutional neural networks for the classification of breast cancer images

2021-08-31 · Eric Bonnet

An important part of breast cancer staging is the assessment of the sentinel axillary node for early signs of tumor spreading. However, this assessment by pathologists is not always easy and retrospective surveys often r…

Data AugmentationTransfer Learning