arXiv:2508.06063cs.CV2025-08被引 3

提出联合检测显著与伪装物体的新方法,让模型同时具备两种能力。

Distribution-Specific Learning for Joint Salient and Camouflaged Object Detection

  • 通过学习解码过程的分布差异,用少量参数解耦任务矛盾
  • 在COD-SOD数据集上达到新纪录,显著优于单一任务模型
  • 适合需要多目标检测的通用视觉系统开发

显著性物体检测(SOD)和伪装物体检测(COD)是两个密切相关但本质不同的计算机视觉任务。前者识别图像中最显眼的物体,后者专注于检测与背景完全融合的伪装物体。两者属性相互矛盾。以往研究认为联合学习会混淆网络,降低性能。本文提出相反观点:在正确方法下,网络可同时具备识别显著与伪装物体的能力。我们提出SCJoint,假设SOD与COD的解码过程具有不同分布特征,通过在全共享网络中引入极少量任务特有可学习参数,分别学习其均值与方差,从而以最低成本解耦矛盾属性。此外,提出基于显著性的采样策略(SBSS),平衡两任务训练集规模,提升数据质量并缩短训练时间。基于此构建通用网络JoNet,可同时捕捉‘显著’与‘伪装’物体。大量实验验证了方法的有效性与竞争力。代码已开源。

原文摘要 · Abstract (English)

Salient object detection (SOD) and camouflaged object detection (COD) are two closely related but distinct computer vision tasks. Although both are class-agnostic segmentation tasks that map from RGB space to binary space, the former aims to identify the most salient objects in the image, while the latter focuses on detecting perfectly camouflaged objects that blend into the background in the image. These two tasks exhibit strong contradictory attributes. Previous works have mostly believed that joint learning of these two tasks would confuse the network, reducing its performance on both tasks. However, here we present an opposite perspective: with the correct approach to learning, the network can simultaneously possess the capability to find both salient and camouflaged objects, allowing both tasks to benefit from joint learning. We propose SCJoint, a joint learning scheme for SOD and COD tasks, assuming that the decoding processes of SOD and COD have different distribution characteristics. The key to our method is to learn the respective means and variances of the decoding processes for both tasks by inserting a minimal amount of task-specific learnable parameters within a fully shared network structure, thereby decoupling the contradictory attributes of the two tasks at a minimal cost. Furthermore, we propose a saliency-based sampling strategy (SBSS) to sample the training set of the SOD task to balance the training set sizes of the two tasks. In addition, SBSS improves the training set quality and shortens the training time. Based on the proposed SCJoint and SBSS, we train a powerful generalist network, named JoNet, which has the ability to simultaneously capture both ``salient" and ``camouflaged". Extensive experiments demonstrate the competitive performance and effectiveness of our proposed method. The code is available at https://github.com/linuxsino/JoNet.

目标检测联合学习伪装检测

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