paper-with-me

홈 › Papers

Genetic Algorithms for the Optimization of Diffusion Parameters in Content-Based Image Retrieval

2019-08-19 · Federico Magliani, Laura Sani, Stefano Cagnoni, Andrea Prati

Several computer vision and artificial intelligence projects are nowadays exploiting the manifold data distribution using, e.g., the diffusion process. This approach has produced dramatic improvements on the final performance thanks to the application of such algorithms to the kNN graph. Unfortunately, this recent technique needs a manual configuration of several parameters, thus it is not straightforward to find the best configuration for each dataset. Moreover, the brute-force approach is computationally very demanding when used to optimally set the parameters of the diffusion approach. We propose to use genetic algorithms to find the optimal setting of all the diffusion parameters with respect to retrieval performance for each different dataset. Our approach is faster than others used as references (brute-force, random-search and PSO). A comparison with these methods has been made on three public image datasets: Oxford5k, Paris6k and Oxford105k.

📄 PDF Abstract BibTeX arXiv:1908.06896

Code (0)

등록된 구현이 없습니다.

Tasks

Content-Based Image RetrievalImage RetrievalRetrieval

Similar Papers 제목 키워드 기반

Deep Genetic Network

2018-11-05 · Siddhartha Dhar Choudhury, Shashank Pandey, Kunal Mehrotra

Optimizing a neural network's performance is a tedious and time taking process, this iterative process does not have any defined solution which can work for all the problems. Optimization can be roughly categorized into …

Hyperparameter Optimization

Discovering Attention-Based Genetic Algorithms via Meta-Black-Box Optimization

2023-04-08 · Robert Tjarko Lange, Tom Schaul, Yutian Chen, Chris Lu 외

Genetic algorithms constitute a family of black-box optimization algorithms, which take inspiration from the principles of biological evolution. While they provide a general-purpose tool for optimization, their particula…

Efficient Hyperparameter Optimization in Deep Learning Using a Variable Length Genetic Algorithm

2020-06-23 · Xueli Xiao, Ming Yan, Sunitha Basodi, Chunyan Ji 외

Convolutional Neural Networks (CNN) have gained great success in many artificial intelligence tasks. However, finding a good set of hyperparameters for a CNN remains a challenging task. It usually takes an expert with de…

CPUHyperparameter Optimization

Genetically Optimized Prediction of Remaining Useful Life

2021-02-17 · Shaashwat Agrawal, Sagnik Sarkar, Gautam Srivastava, Praveen Kumar Reddy Maddikunta 외

The application of remaining useful life (RUL) prediction has taken great importance in terms of energy optimization, cost-effectiveness, and risk mitigation. The existing RUL prediction algorithms mostly constitute deep…

Prediction

Solution to Quadratic Equation Using Genetic Algorithm

2013-06-19 · Tanistha Nayak, Tirtharaj Dash

Solving Quadratic equation is one of the intrinsic interests as it is the simplest nonlinear equations. A novel approach for solving Quadratic Equation based on Genetic Algorithms (GAs) is presented. Genetic Algorithms (…