CVAIJul 19, 2024

A New Lightweight Hybrid Graph Convolutional Neural Network -- CNN Scheme for Scene Classification using Object Detection Inference

arXiv:2407.14658v16 citationsh-index: 37Has Code
Originality Incremental advance
AI Analysis

This work addresses scene context adaptability for computer vision applications like autonomous vehicles, but it is incremental as it builds on existing object detection models.

The paper tackles indoor/outdoor scene classification by proposing a lightweight hybrid GCNN-CNN framework that uses object detection outputs to predict scene types, achieving over 90% efficiency on a COCO-derived dataset with fewer parameters than traditional methods.

Scene understanding plays an important role in several high-level computer vision applications, such as autonomous vehicles, intelligent video surveillance, or robotics. However, too few solutions have been proposed for indoor/outdoor scene classification to ensure scene context adaptability for computer vision frameworks. We propose the first Lightweight Hybrid Graph Convolutional Neural Network (LH-GCNN)-CNN framework as an add-on to object detection models. The proposed approach uses the output of the CNN object detection model to predict the observed scene type by generating a coherent GCNN representing the semantic and geometric content of the observed scene. This new method, applied to natural scenes, achieves an efficiency of over 90\% for scene classification in a COCO-derived dataset containing a large number of different scenes, while requiring fewer parameters than traditional CNN methods. For the benefit of the scientific community, we will make the source code publicly available: https://github.com/Aymanbegh/Hybrid-GCNN-CNN.

Code Implementations1 repo
Foundations

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

Your Notes