arXiv:2603.04240cs.CV2026-03

分离癌细胞检测与分类任务,让大模型更高效准确。

DeNuC: Decoupling Nuclei Detection and Classification in Histopathology

  • 先用轻量模型精确定位细胞,再用病理大模型分类
  • 在两个数据集上F1分数提升超3.6%,参数量仅需16%
  • 适合想用大模型做病理分析但资源有限的研究者

病理基础模型(FMs)在多种病理图像表征与诊断任务中表现优异,但在细胞检测与分类(NDC)任务上未能展现预期优势。本文发现,联合优化检测与分类会导致基础模型表征能力严重退化;且检测与分类任务难度差异显著,使检测阶段承受不必要的计算负担。为此,提出DeNuC方法,通过解耦检测与分类:先用轻量模型精准定位细胞,再利用病理基础模型根据定位坐标提取细胞特异性特征进行分类。在三个主流基准上实验表明,DeNuC有效释放了基础模型在NDC任务中的潜力,显著优于现有方法。特别地,在BRCAM2C和PUMA数据集上F1分数分别提升4.2%和3.6%以上,同时仅需其他方法16%或更少的可训练参数。代码已公开于https://github.com/ZijiangY1116/DeNuC。

原文摘要 · Abstract (English)

Pathology Foundation Models (FMs) have shown strong performance across a wide range of pathology image representation and diagnostic tasks. However, FMs do not exhibit the expected performance advantage over traditional specialized models in Nuclei Detection and Classification (NDC). In this work, we reveal that jointly optimizing nuclei detection and classification leads to severe representation degradation in FMs. Moreover, we identify that the substantial intrinsic disparity in task difficulty between nuclei detection and nuclei classification renders joint NDC optimization unnecessarily computationally burdensome for the detection stage. To address these challenges, we propose DeNuC, a simple yet effective method designed to break through existing bottlenecks by Decoupling Nuclei detection and Classification. DeNuC employs a lightweight model for accurate nuclei localization, subsequently leveraging a pathology FM to encode input images and query nucleus-specific features based on the detected coordinates for classification. Extensive experiments on three widely used benchmarks demonstrate that DeNuC effectively unlocks the representational potential of FMs for NDC and significantly outperforms state-of-the-art methods. Notably, DeNuC improves F1 scores by 4.2% and 3.6% (or higher) on the BRCAM2C and PUMA datasets, respectively, while using only 16% (or fewer) trainable parameters compared to other methods. Code is available at https://github.com/ZijiangY1116/DeNuC.

病理分析大模型细胞检测解耦设计

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