paper-with-me

홈 › Papers

Salient Object Detection From Arbitrary Modalities

2024-05-06 · Nianchang Huang, Yang Yang, Ruida Xi, Qiang Zhang, Jungong Han, Jin Huang

Toward desirable saliency prediction, the types and numbers of inputs for a salient object detection (SOD) algorithm may dynamically change in many real-life applications. However, existing SOD algorithms are mainly designed or trained for one particular type of inputs, failing to be generalized to other types of inputs. Consequentially, more types of SOD algorithms need to be prepared in advance for handling different types of inputs, raising huge hardware and research costs. Differently, in this paper, we propose a new type of SOD task, termed Arbitrary Modality SOD (AM SOD). The most prominent characteristics of AM SOD are that the modality types and modality numbers will be arbitrary or dynamically changed. The former means that the inputs to the AM SOD algorithm may be arbitrary modalities such as RGB, depths, or even any combination of them. While, the latter indicates that the inputs may have arbitrary modality numbers as the input type is changed, e.g. single-modality RGB image, dual-modality RGB-Depth (RGB-D) images or triple-modality RGB-Depth-Thermal (RGB-D-T) images. Accordingly, a preliminary solution to the above challenges, \i.e. a modality switch network (MSN), is proposed in this paper. In particular, a modality switch feature extractor (MSFE) is first designed to extract discriminative features from each modality effectively by introducing some modality indicators, which will generate some weights for modality switching. Subsequently, a dynamic fusion module (DFM) is proposed to adaptively fuse features from a variable number of modalities based on a novel Transformer structure. Finally, a new dataset, named AM-XD, is constructed to facilitate research on AM SOD. Extensive experiments demonstrate that our AM SOD method can effectively cope with changes in the type and number of input modalities for robust salient object detection.

📄 PDF Abstract BibTeX arXiv:2405.03352

Code (1)

nexiakele/AMSODFirst 공식 구현

Tasks

Objectobject-detectionObject DetectionSaliency PredictionSalient Object Detection

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Residual Connection 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
AM 설명 없음
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

Modality Prompts for Arbitrary Modality Salient Object Detection

2024-05-06 · Nianchang Huang, Yang Yang, Qiang Zhang, Jungong Han 외

This paper delves into the task of arbitrary modality salient object detection (AM SOD), aiming to detect salient objects from arbitrary modalities, eg RGB images, RGB-D images, and RGB-D-T images. A novel modality-adapt…

Objectobject-detectionObject DetectionSalient Object Detection

Scribble-Supervised RGB-T Salient Object Detection

2023-03-17 · Zhengyi Liu, Xiaoshen Huang, Guanghui Zhang, Xianyong Fang 외

Salient object detection segments attractive objects in scenes. RGB and thermal modalities provide complementary information and scribble annotations alleviate large amounts of human labor. Based on the above facts, we p…

Objectobject-detectionObject DetectionRGB-T Salient Object Detection+2

RGBT Salient Object Detection: A Large-scale Dataset and Benchmark

2020-07-07 · Zhengzheng Tu, Yan Ma, Zhun Li, Chenglong Li 외

Salient object detection in complex scenes and environments is a challenging research topic. Most works focus on RGB-based salient object detection, which limits its performance of real-life applications when confronted …

Objectobject-detectionObject DetectionRGB Salient Object Detection+1

CMA-Net: A Cascaded Mutual Attention Network for Light Field Salient Object Detection

2021-05-03 · Yi Zhang, Lu Zhang, Wassim Hamidouche, Olivier Deforges

In the past few years, numerous deep learning methods have been proposed to address the task of segmenting salient objects from RGB images. However, these approaches depending on single modality fail to achieve the state…

object-detectionObject DetectionSalient Object Detection

Depth-Cooperated Trimodal Network for Video Salient Object Detection

2022-02-12 · Yukang Lu, Dingyao Min, Keren Fu, Qijun Zhao

Depth can provide useful geographical cues for salient object detection (SOD), and has been proven helpful in recent RGB-D SOD methods. However, existing video salient object detection (VSOD) methods only utilize spatiot…

Objectobject-detectionObject DetectionOptical Flow Estimation+2