CVApr 3, 2021

Mutual Graph Learning for Camouflaged Object Detection

arXiv:2104.02613v1255 citations
Originality Highly original
AI Analysis

This addresses the challenge of detecting objects that blend with their surroundings for computer vision applications, representing an incremental improvement with a novel graph-based approach.

The paper tackled the problem of camouflaged object detection by proposing a Mutual Graph Learning model that decouples images into task-specific features and exploits high-order relations through graphs, achieving superior performance on datasets like CHAMELEON, CAMO, and COD10K compared to state-of-the-art methods.

Automatically detecting/segmenting object(s) that blend in with their surroundings is difficult for current models. A major challenge is that the intrinsic similarities between such foreground objects and background surroundings make the features extracted by deep model indistinguishable. To overcome this challenge, an ideal model should be able to seek valuable, extra clues from the given scene and incorporate them into a joint learning framework for representation co-enhancement. With this inspiration, we design a novel Mutual Graph Learning (MGL) model, which generalizes the idea of conventional mutual learning from regular grids to the graph domain. Specifically, MGL decouples an image into two task-specific feature maps -- one for roughly locating the target and the other for accurately capturing its boundary details -- and fully exploits the mutual benefits by recurrently reasoning their high-order relations through graphs. Importantly, in contrast to most mutual learning approaches that use a shared function to model all between-task interactions, MGL is equipped with typed functions for handling different complementary relations to maximize information interactions. Experiments on challenging datasets, including CHAMELEON, CAMO and COD10K, demonstrate the effectiveness of our MGL with superior performance to existing state-of-the-art methods.

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