paper-with-me

홈 › Papers

Finding Optimal Combination of Kernels using Genetic Programming

2016-04-08 · Jyothi Korra

In Computer Vision, problem of identifying or classifying the objects present in an image is called Object Categorization. It is a challenging problem, especially when the images have clutter background, occlusions or different lighting conditions. Many vision features have been proposed which aid object categorization even in such adverse conditions. Past research has shown that, employing multiple features rather than any single features leads to better recognition. Multiple Kernel Learning (MKL) framework has been developed for learning an optimal combination of features for object categorization. Existing MKL methods use linear combination of base kernels which may not be optimal for object categorization. Real-world object categorization may need to consider complex combination of kernels(non-linear) and not only linear combination. Evolving non-linear functions of base kernels using Genetic Programming is proposed in this report. Experiment results show that non-kernel generated using genetic programming gives good accuracy as compared to linear combination of kernels.

📄 PDF Abstract BibTeX arXiv:1604.02376

Code (0)

등록된 구현이 없습니다.

Tasks

ObjectObject Categorization

Similar Papers 제목 키워드 기반

Improving Evaluation of Recombination-based Cartesian Genetic Programming

2026-05-27 · Duy Long Tran, Anja Jankovic, Marie Anastacio, Holger Hoos 외 arxiv

Cartesian Genetic Programming has traditionally been using mutation as its main and often sole genetic operator to drive evolutionary search. Despite advancements in recent years, recombinationbased approaches have long …

Optimal Recombination in Genetic Algorithms

2013-07-21 · Anton V. Eremeev, Julia V. Kovalenko

This paper surveys results on complexity of the optimal recombination problem (ORP), which consists in finding the best possible offspring as a result of a recombination operator in a genetic algorithm, given two parent …

Sentiment analysis with genetically evolved Gaussian kernels

2019-04-01 · Ibai Roman, Alexander Mendiburu, Roberto Santana, Jose A. Lozano

Sentiment analysis consists of evaluating opinions or statements from the analysis of text. Among the methods used to estimate the degree in which a text expresses a given sentiment, are those based on Gaussian Processes…

Gaussian ProcessesSentiment Analysis

A Genetic Algorithm based Kernel-size Selection Approach for a Multi-column Convolutional Neural Network

2019-12-28 · Animesh Singh, Sandip Saha, Ritesh Sarkhel, Mahantapas Kundu 외

Deep neural network-based architectures give promising results in various domains including pattern recognition. Finding the optimal combination of the hyper-parameters of such a large-sized architecture is tedious and r…

On the Success Rate of Crossover Operators for Genetic Programming with Offspring Selection

2013-09-23 · Gabriel Kronberger, Stephan Winkler, Michael Affenzeller, Andreas Beham 외

Genetic programming is a powerful heuristic search technique that is used for a number of real world applications to solve among others regression, classification, and time-series forecasting problems. A lot of progress …

Heuristic SearchTime SeriesTime Series AnalysisTime Series Forecasting