菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-23
📄 Abstract - STENet: Superpixel Token Enhancing Network for RGB-D Salient Object Detection

Transformer-based methods for RGB-D Salient Object Detection (SOD) have gained significant interest, owing to the transformer's exceptional capacity to capture long-range pixel dependencies. Nevertheless, current RGB-D SOD methods face challenges, such as the quadratic complexity of the attention mechanism and the limited local detail extraction. To overcome these limitations, we propose a novel Superpixel Token Enhancing Network (STENet), which introduces superpixels into cross-modal interaction. STENet follows the two-stream encoder-decoder structure. Its cores are two tailored superpixel-driven cross-modal interaction modules, responsible for global and local feature enhancement. Specifically, we update the superpixel generation method by expanding the neighborhood range of each superpixel, allowing for flexible transformation between pixels and superpixels. With the updated superpixel generation method, we first propose the Superpixel Attention Global Enhancing Module to model the global pixel-to-superpixel relationship rather than the traditional global pixel-to-pixel relationship, which can capture region-level information and reduce computational complexity. We also propose the Superpixel Attention Local Refining Module, which leverages pixel similarity within superpixels to filter out a subset of pixels (i.e., local pixels) and then performs feature enhancement on these local pixels, thereby capturing concerned local details. Furthermore, we fuse the globally and locally enhanced features along with the cross-scale features to achieve comprehensive feature representation. Experiments on seven RGB-D SOD datasets reveal that our STENet achieves competitive performance compared to state-of-the-art methods. The code and results of our method are available at this https URL.

顶级标签: computer vision model training multi-modal
详细标签: salient object detection rgb-d transformer superpixel attention mechanism 或 搜索:

STENet:用于RGB-D显著目标检测的超像素令牌增强网络 / STENet: Superpixel Token Enhancing Network for RGB-D Salient Object Detection


1️⃣ 一句话总结

本文提出了一种名为STENet的新网络,通过引入超像素来改进RGB-D图像中的显著物体检测,它既能有效捕捉全局区域信息、降低计算成本,又能精细提取局部细节,从而在多个数据集上取得了优异的检测效果。

源自 arXiv: 2603.21999