paper-with-me

홈 › Papers

DARC: Distribution-Aware Re-Coloring Model for Generalizable Nucleus Segmentation

2023-09-01 · Shengcong Chen, Changxing Ding, DaCheng Tao, Hao Chen

Nucleus segmentation is usually the first step in pathological image analysis tasks. Generalizable nucleus segmentation refers to the problem of training a segmentation model that is robust to domain gaps between the source and target domains. The domain gaps are usually believed to be caused by the varied image acquisition conditions, e.g., different scanners, tissues, or staining protocols. In this paper, we argue that domain gaps can also be caused by different foreground (nucleus)-background ratios, as this ratio significantly affects feature statistics that are critical to normalization layers. We propose a Distribution-Aware Re-Coloring (DARC) model that handles the above challenges from two perspectives. First, we introduce a re-coloring method that relieves dramatic image color variations between different domains. Second, we propose a new instance normalization method that is robust to the variation in foreground-background ratios. We evaluate the proposed methods on two H$\&$E stained image datasets, named CoNSeP and CPM17, and two IHC stained image datasets, called DeepLIIF and BC-DeepLIIF. Extensive experimental results justify the effectiveness of our proposed DARC model. Codes are available at \url{https://github.com/csccsccsccsc/DARC

📄 PDF Abstract BibTeX arXiv:2309.00188

Code (1)

csccsccsccsc/darc 공식 구현 pytorch

Tasks

Segmentation

Methods 이 논문이 사용한 방법론

Instance Normalization Instance Normalization (also known as contrast normalization) is a normalization layer where: $$ y_{tijk} = \frac{x_{tijk} - \mu_{ti}}{\sqrt{\sigma_{ti}^2 +…

Similar Papers 제목 키워드 기반

Channel-Wise MLPs Improve the Generalization of Recurrent Convolutional Networks

2025-08-06 · Nathan Breslow arxiv

We investigate the impact of channel-wise mixing via multi-layer perceptrons (MLPs) on the generalization capabilities of recurrent convolutional networks. Specifically, we compare two architectures: DARC (Depth Aware Re…

Program Synthesis

DARC: Disagreement-Aware Alignment via Risk-Constrained Decoding

2026-03-09 · Mingxi Zou, Jiaxiang Chen, Junfan Li, Langzhang Liang 외 arxiv

Preference-based alignment methods (e.g., RLHF, DPO) typically optimize a single scalar objective, implicitly averaging over heterogeneous human preferences. In practice, systematic annotator and user-group disagreement …

Decision Making

CPP-Net: Context-aware Polygon Proposal Network for Nucleus Segmentation

2021-02-13 · Shengcong Chen, Changxing Ding, Minfeng Liu, Jun Cheng 외

Nucleus segmentation is a challenging task due to the crowded distribution and blurry boundaries of nuclei. Recent approaches represent nuclei by means of polygons to differentiate between touching and overlapping nuclei…

Segmentation

NuNext: Reframing Nucleus Detection as Next-Point Detection

2026-03-07 · Zhongyi Shui, Honglin Li, Xiaozhong Ji, Ye Zhang 외 arxiv

Nucleus detection in histopathology is pivotal for a wide range of clinical applications. Existing approaches either regress nuclear proxy maps that require complex post-processing, or employ dense anchors or queries tha…

An Efficient Model-Driven Groupwise Approach for Atlas Construction

2025-08-14 · Ziwei Zou, Bei Zou, Xiaoyan Kui, Wenqi Lu 외 arxiv

Atlas construction is fundamental to medical image analysis, offering a standardized spatial reference for tasks such as population-level anatomical modeling. While data-driven registration methods have recently shown pr…

One-Shot Segmentation