CVMar 18, 2023

Multi-Semantic Interactive Learning for Object Detection

arXiv:2303.10411v1h-index: 11
Originality Incremental advance
AI Analysis

This is an incremental improvement for object detection systems that addresses task-specific feature relevance in multi-branch architectures.

The paper tackles the problem of shared features in object detection being suboptimal for both localization and classification tasks by proposing multi-semantic interactive learning (MSIL), which mines semantic relevance between branches and extracts enhanced features, achieving better performance on MS COCO and Pascal VOC datasets.

Single-branch object detection methods use shared features for localization and classification, yet the shared features are not fit for the two different tasks simultaneously. Multi-branch object detection methods usually use different features for localization and classification separately, ignoring the relevance between different tasks. Therefore, we propose multi-semantic interactive learning (MSIL) to mine the semantic relevance between different branches and extract multi-semantic enhanced features of objects. MSIL first performs semantic alignment of regression and classification branches, then merges the features of different branches by semantic fusion, finally extracts relevant information by semantic separation and passes it back to the regression and classification branches respectively. More importantly, MSIL can be integrated into existing object detection nets as a plug-and-play component. Experiments on the MS COCO, and Pascal VOC datasets show that the integration of MSIL with existing algorithms can utilize the relevant information between semantics of different tasks and achieve better performance.

Foundations

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

Your Notes