arXiv:2508.07585cs.CV2025-08被引 1

轻量级模型通过粒度感知机制提升图像视频显著目标检测效果

GAPNet: A Lightweight Framework for Image and Video Salient Object Detection via Granularity-Aware Paradigm

  • 按粒度分级监督多尺度解码器输出,粗略定位与精细边界分别对应高层与低层特征
  • 在轻量化模型上达到当前最先进性能,视频检测精度提升1.8%以上
  • 适合边缘设备部署,兼顾精度与计算效率,尤其适合实时视频处理

当前显著目标检测(SOD)模型多依赖重型主干网络,带来巨大计算开销,限制了其在边缘设备等实际场景的应用。本文提出GAPNet,一种基于粒度感知范式的轻量级图像与视频显著目标检测框架。将不同粒度的显著图用于监督多尺度解码器的侧输出:高层输出关注粗略物体位置,低层输出聚焦精细边界。解码器采用粒度感知连接,分别融合高粒度的高层特征与低粒度的低层特征。为此设计了粒度金字塔卷积(GPC)和跨尺度注意力(CSA)模块,分别高效融合低尺度与高尺度特征。在编码器上引入自注意力模块以学习全局信息,实现精准定位且计算成本极低。相比传统U-Net方法,该方法优化了特征利用与语义理解,在各阶段施加恰当监督。大量实验表明,所提方法在轻量级图像与视频SOD模型中达到新基准性能。代码已公开于https://github.com/yuhuan-wu/GAPNet。

原文摘要 · Abstract (English)

Recent salient object detection (SOD) models predominantly rely on heavyweight backbones, incurring substantial computational cost and hindering their practical application in various real-world settings, particularly on edge devices. This paper presents GAPNet, a lightweight network built on the granularity-aware paradigm for both image and video SOD. We assign saliency maps of different granularities to supervise the multi-scale decoder side-outputs: coarse object locations for high-level outputs and fine-grained object boundaries for low-level outputs. Specifically, our decoder is built with granularity-aware connections which fuse high-level features of low granularity and low-level features of high granularity, respectively. To support these connections, we design granular pyramid convolution (GPC) and cross-scale attention (CSA) modules for efficient fusion of low-scale and high-scale features, respectively. On top of the encoder, a self-attention module is built to learn global information, enabling accurate object localization with negligible computational cost. Unlike traditional U-Net-based approaches, our proposed method optimizes feature utilization and semantic interpretation while applying appropriate supervision at each processing stage. Extensive experiments show that the proposed method achieves a new state-of-the-art performance among lightweight image and video SOD models. Code is available at https://github.com/yuhuan-wu/GAPNet.

轻量级显著目标视频检测粒度感知

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。