Proceedings of the Genetic and Evolutionary Computation Conference 2019
DOI: 10.1145/3321707.3321845
|View full text |Cite
|
Sign up to set email alerts
|

Algorithm selection using deep learning without feature extraction

Abstract: We propose a novel technique for algorithm-selection which adopts a deep-learning approach, specifically a Recurrent-Neural Network with Long-Short-Term-Memory (RNN-LSTM). In contrast to the majority of work in algorithm-selection, the approach does not need any features to be extracted from the data but instead relies on the temporal data sequence as input. A large case-study in the domain of 1-d bin packing is undertaken in which instances can be solved by one of four heuristics. We first evolve a large set … Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
34
0

Year Published

2020
2020
2024
2024

Publication Types

Select...
5
2

Relationship

2
5

Authors

Journals

citations
Cited by 26 publications
(34 citation statements)
references
References 22 publications
0
34
0
Order By: Relevance
“…As mentioned in the introduction, in a recent conference paper, Seiler et al (2020) adopted and adapted the LSTM approach we proposed in (Alissa et al, 2019) to be applicable to the Euclidean TSP domain, also using an evolved (and balanced) dataset (1000 instances) with two TSP solvers. They compared a feature-based approach using four different classical ML classifiers to a feature-free approach using deep learning Convolutional Neural Networks (CNNs).…”
Section: Asp With Deep Learning Approachesmentioning
confidence: 99%
See 1 more Smart Citation
“…As mentioned in the introduction, in a recent conference paper, Seiler et al (2020) adopted and adapted the LSTM approach we proposed in (Alissa et al, 2019) to be applicable to the Euclidean TSP domain, also using an evolved (and balanced) dataset (1000 instances) with two TSP solvers. They compared a feature-based approach using four different classical ML classifiers to a feature-free approach using deep learning Convolutional Neural Networks (CNNs).…”
Section: Asp With Deep Learning Approachesmentioning
confidence: 99%
“…In a recent conference paper (Alissa et al, 2019), we described an initial implementation of an RNN-LSTM to perform algorithm-selection in the field of 1D bin-packing, showing that it was able to outperform the Single-Best Solver (SBS) (i.e. the single heuristic that achieves the best performance over the instance set) on multiple datasets and achieving comparable performance to the Virtual-Best Solver (VBS), i.e.…”
Section: Introductionmentioning
confidence: 99%
“…When the item doesn't fit in any container, then the container with the lowest free space is closed and a new one is opened to pack/stack the item into." We use 900 bin-packing instances from datasets 3 first defined in [30], each of which has 120 items and is initialised with item sizes drawn from two different distributions. In order to solve this as a streaming instance, we consider the items to arrive in the order defined in each instance.…”
Section: Streaming Bin-packing Data Instancesmentioning
confidence: 99%
“…Each instance is solved best by one of the heuristics under investigation (according to the Falkenauer fitness function [31] given in equation 1). The heuristics considered are -Best-Fit; First-Fit and Worst-Fit [30] (BF, FF and WF). Thus, 150 instances are solved best by each one of them.…”
Section: Streaming Bin-packing Data Instancesmentioning
confidence: 99%
“…Generation of discriminating instances is increasingly popular [4], for instance to measure algorithm performance across instances [28] or to improve algorithm selection tools [30,14]. Most studies in this area tackle one problem class at a time.…”
Section: Related Workmentioning
confidence: 99%