Finding Optimal Combination of Kernels using Genetic Programming
Jyothi Korra

TL;DR
This paper proposes using genetic programming to evolve non-linear combinations of kernels for object categorization, improving accuracy over traditional linear MKL methods in challenging image conditions.
Contribution
It introduces a novel approach of evolving non-linear kernel combinations with genetic programming for enhanced object categorization.
Findings
Non-linear kernel combinations outperform linear ones in accuracy.
Genetic programming effectively evolves complex kernel functions.
Improved recognition in cluttered and occluded images.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsEvolutionary Algorithms and Applications · Metaheuristic Optimization Algorithms Research · Machine Learning and Data Classification
