paper-with-me

Papers

Lightweight RGB-D Salient Object Detection from a Speed-Accuracy Tradeoff Perspective

2025-05-07 · Songsong Duan, Xi Yang, Nannan Wang, Xinbo Gao

Current RGB-D methods usually leverage large-scale backbones to improve accuracy but sacrifice efficiency. Meanwhile, several existing lightweight methods are difficult to achieve high-precision performance. To balance the efficiency and performance, we propose a Speed-Accuracy Tradeoff Network (SATNet) for Lightweight RGB-D SOD from three fundamental perspectives: depth quality, modality fusion, and feature representation. Concerning depth quality, we introduce the Depth Anything Model to generate high-quality depth maps,which effectively alleviates the multi-modal gaps in the current datasets. For modality fusion, we propose a Decoupled Attention Module (DAM) to explore the consistency within and between modalities. Here, the multi-modal features are decoupled into dual-view feature vectors to project discriminable information of feature maps. For feature representation, we develop a Dual Information Representation Module (DIRM) with a bi-directional inverted framework to enlarge the limited feature space generated by the lightweight backbones. DIRM models texture features and saliency features to enrich feature space, and employ two-way prediction heads to optimal its parameters through a bi-directional backpropagation. Finally, we design a Dual Feature Aggregation Module (DFAM) in the decoder to aggregate texture and saliency features. Extensive experiments on five public RGB-D SOD datasets indicate that the proposed SATNet excels state-of-the-art (SOTA) CNN-based heavyweight models and achieves a lightweight framework with 5.2 M parameters and 415 FPS.

📄 PDF Abstract BibTeX arXiv:2505.04758

Code (1)

duan-song/SATNet 공식 구현 pytorch

Tasks

object-detectionObject DetectionRGB-D Salient Object DetectionSalient Object Detection

Methods 이 논문이 사용한 방법론

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$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

KD-SCFNet: Towards More Accurate and Efficient Salient Object Detection via Knowledge Distillation

2022-08-03 · Jin Zhang, Qiuwei Liang, Yanjiao Shi

Most existing salient object detection (SOD) models are difficult to apply due to the complex and huge model structures. Although some lightweight models are proposed, the accuracy is barely satisfactory. In this paper, …

Knowledge Distillationobject-detectionObject DetectionSalient Object Detection

Rethinking Lightweight Salient Object Detection via Network Depth-Width Tradeoff

2023-01-17 · Jia Li, Shengye Qiao, Zhirui Zhao, Chenxi Xie 외

Existing salient object detection methods often adopt deeper and wider networks for better performance, resulting in heavy computational burden and slow inference speed. This inspires us to rethink saliency detection to …

Decoderobject-detectionObject DetectionSaliency Detection+1

MINet: Multi-scale Interactive Network for Real-time Salient Object Detection of Strip Steel Surface Defects

2024-05-25 · Kunye Shen, Xiaofei Zhou, Zhi Liu

The automated surface defect detection is a fundamental task in industrial production, and the existing saliencybased works overcome the challenging scenes and give promising detection results. However, the cutting-edge …

CPUDefect DetectionGPUobject-detection+2

Lightweight Multi-Scale Feature Extraction with Fully Connected LMF Layer for Salient Object Detection

2025-08-10 · Yunpeng Shi, Lei Chen, Xiaolu Shen, Yanju Guo arxiv

In the domain of computer vision, multi-scale feature extraction is vital for tasks such as salient object detection. However, achieving this capability in lightweight networks remains challenging due to the trade-off be…

Salient Object Detection

All in One: RGB, RGB-D, and RGB-T Salient Object Detection

2023-11-23 · Xingzhao Jia, ZhongQiu Zhao, Changlei Dongye, Zhao Zhang

Salient object detection (SOD) aims to identify the most attractive objects within an image. Depending on the type of data being detected, SOD can be categorized into various forms, including RGB, RGB-D (Depth), RGB-T (T…

Allobject-detectionObject DetectionRGB-T Salient Object Detection+2