CVAIApr 13, 2022

Deep Learning Model with GA based Feature Selection and Context Integration

arXiv:2204.06189v1h-index: 72
Originality Incremental advance
AI Analysis

This addresses the limitation of context integration in deep learning for image segmentation, offering a domain-specific improvement for computer vision applications.

The paper tackled the problem of deep CNN models failing to integrate global and local context with visual features in image segmentation, proposing a three-layered model that uses GA-optimized features and context integration, showing promising results on Stanford Background and CamVid datasets with improved accuracy and stable predictions comparable to state-of-the-art models.

Deep learning models have been very successful in computer vision and image processing applications. Since its inception, Many top-performing methods for image segmentation are based on deep CNN models. However, deep CNN models fail to integrate global and local context alongside visual features despite having complex multi-layer architectures. We propose a novel three-layered deep learning model that assiminlate or learns independently global and local contextual information alongside visual features. The novelty of the proposed model is that One-vs-All binary class-based learners are introduced to learn Genetic Algorithm (GA) optimized features in the visual layer, followed by the contextual layer that learns global and local contexts of an image, and finally the third layer integrates all the information optimally to obtain the final class label. Stanford Background and CamVid benchmark image parsing datasets were used for our model evaluation, and our model shows promising results. The empirical analysis reveals that optimized visual features with global and local contextual information play a significant role to improve accuracy and produce stable predictions comparable to state-of-the-art deep CNN models.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes