CVAug 8, 2021

MPI: Multi-receptive and Parallel Integration for Salient Object Detection

arXiv:2108.03618v12 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of accurately detecting salient objects in images for computer vision applications, representing an incremental improvement over existing methods.

The paper tackles salient object detection by proposing a multi-receptive enhancement module and a parallel fusion strategy to improve feature integration, resulting in state-of-the-art performance across multiple datasets.

The semantic representation of deep features is essential for image context understanding, and effective fusion of features with different semantic representations can significantly improve the model's performance on salient object detection. In this paper, a novel method called MPI is proposed for salient object detection. Firstly, a multi-receptive enhancement module (MRE) is designed to effectively expand the receptive fields of features from different layers and generate features with different receptive fields. MRE can enhance the semantic representation and improve the model's perception of the image context, which enables the model to locate the salient object accurately. Secondly, in order to reduce the reuse of redundant information in the complex top-down fusion method and weaken the differences between semantic features, a relatively simple but effective parallel fusion strategy (PFS) is proposed. It allows multi-scale features to better interact with each other, thus improving the overall performance of the model. Experimental results on multiple datasets demonstrate that the proposed method outperforms state-of-the-art methods under different evaluation metrics.

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