Code Monkey home page Code Monkey logo

xmsnet's Introduction

Object Segmentation by Mining Cross-Modal Semantics, ACMMM'23

Official PyTorch implementaton of ACMMM'23 paper Object Segmentation by Mining Cross-Modal Semantics

Abstract

Multi-sensor clues have shown promise for object segmentation, but inherent noise in each sensor, as well as the calibration error in practice, may bias the segmentation accuracy. In this paper, we propose a novel approach by mining the Cross-Modal Semantics to guide the fusion and decoding of multimodal features, with the aim of controlling the modal contribution based on relative entropy. We explore semantics among the multimodal inputs in two aspects: the modality-shared consistency and the modality-specific variation. Specifically, we propose a novel network, termed XMSNet, consisting of (1) all-round attentive fusion (AF), (2) coarse-to-fine decoder (CFD), and (3) cross-layer self-supervision. On the one hand, the AF block explicitly dissociates the shared and specific representation and learns to weight the modal contribution by adjusting the \textit{proportion, region,} and \textit{pattern}, depending upon the quality. On the other hand, our CFD initially decodes the shared feature and then refines the output through specificity-aware querying. Further, we enforce semantic consistency across the decoding layers to enable interaction across network hierarchies, improving feature discriminability. Exhaustive comparison on eleven datasets with depth or thermal clues, and on two challenging tasks, namely salient and camouflage object segmentation, validate our effectiveness in terms of both performance and robustness.

Train and Test

Please follow the training, inference, and evaluation steps:

python train.py
python test.py
python test_evaluation_maps.py

Make sure that you have changed the path to your dataset in the config file and in the abovementioned Python files.

We use the same evaluation protocol as here

Citation

If you find this repo useful, please consider citing:

@INPROCEEDINGS{wu2023object,
  title={Object Segmentation by Mining Cross-Modal Semantics},
  author={Wu, Zongwei and Wang, Jingjing and Zhou, Zhuyun and An, Zhaochong and Jiang, Qiuping and Demonceaux, C{\'e}dric and Sun, Guolei and Timofte, Radu},
  booktitle={ACMMM}, 
  year={2023},
}
  

Related works

  • ICCV 23 - Source-free Depth for Object Pop-out [Code]
  • TIP 23 - HiDANet: RGB-D Salient Object Detection via Hierarchical Depth Awareness [Code]
  • 3DV 22 - Robust RGB-D Fusion for Saliency Detection [Code]
  • 3DV 21 - Modality-Guided Subnetwork for Salient Object Detection [Code]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.