DeNuC / README.md
ZijiangY's picture
Update README.md
a75e397 verified
---
tags:
- medical
---
<h1 align="center">
DeNuC: Decoupling Nuclei Detection and Classification in Histopathology
</h1>
<div align="center">
<a href='https://arxiv.org/abs/2603.04240'><img src='https://img.shields.io/badge/Arxiv-Paper-Red?style=flat&logo=arxiv&logoColor=red&color=red'></a>
<a href='https://github.com/ZijiangY1116/DeNuC'><img src='https://img.shields.io/badge/GitHub-Code-blue?style=flat&logo=github&color=blue'></a>
<a href='https://huggingface.co/datasets/ZijiangY/DeNuC'><img src='https://img.shields.io/badge/HuggingFace-Model-Yellow?style=flat&logo=huggingface&color=yellow'></a>
</div>
This is the official code repository for the paper "DeNuC: Decoupling Nuclei Detection and Classification in Histopathology".
## Introduction
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 **De**coupling **Nu**clei detection and **C**lassification. 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.
This repository provides the preprocessed datasets and pre-trained models. For the training and evaluation of DeNuC, please refer to the [GitHub repository](https://github.com/ZijiangY1116/DeNuC) for the detailed instructions.