CVApr 12, 2022

RL-CoSeg : A Novel Image Co-Segmentation Algorithm with Deep Reinforcement Learning

arXiv:2204.05951v18 citationsh-index: 18
Originality Incremental advance
AI Analysis

This addresses the issue of rough segmentation edges in co-segmentation for computer vision applications, though it appears incremental as it builds on existing deep learning methods with RL.

The paper tackles the problem of obtaining precise foreground edges in image co-segmentation by proposing RL-CoSeg, a novel algorithm based on deep reinforcement learning, which achieves state-of-the-art performance on multiple datasets.

This paper proposes an automatic image co-segmentation algorithm based on deep reinforcement learning (RL). Existing co-segmentation tasks mainly rely on deep learning methods, and the obtained foreground edges are often rough. In order to obtain more precise foreground edges, we use deep RL to solve this problem and achieve the finer segmentation. To our best knowledge, this is the first work to apply RL methods to co-segmentation. We define the problem as a Markov Decision Process (MDP) and optimize it by RL with asynchronous advantage actor-critic (A3C). The RL image co-segmentation network uses the correlation between images to segment common and salient objects from a set of related images. In order to achieve automatic segmentation, our RL-CoSeg method eliminates user's hints. For the image co-segmentation problem, we propose a collaborative RL algorithm based on the A3C model. We propose a Siamese RL co-segmentation network structure to obtain the co-attention of images for co-segmentation. We improve the self-attention for automatic RL algorithm to obtain long-distance dependence and enlarge the receptive field. The image feature information obtained by self-attention can be used to supplement the deleted user's hints and help to obtain more accurate actions. Experimental results have shown that our method can improve the performance effectively on both coarse and fine initial segmentations, and it achieves the state-of-the-art performance on Internet dataset, iCoseg dataset and MLMR-COS dataset.

Foundations

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

Your Notes