ConceptioArchivearXiv CS
arXiv CSopen access

DualGate-Net: A Prior-Gated Dual-Encoder Framework for Histopathology Cell Detection

Unknown · 2026 · arxiv_cs
arXiv CS · Papers · License: Open Access · 2026
Open Source ↗Direct PDF ↓
artificialintelligenceknowledgerepresentationreasoning
artificial intelligence, reasoning, knowledge representation

DualGate-Net: A Prior-Gated Dual-Encoder Framework for Histopathology Cell Detection Bahman Jafari Tabaghsar1 , Son Tran1 , K. Devaraja2 , and Atul Sajjanhar1 School of Information Technology, Deakin University, Burwood, VIC 3125, Australia {b.jafaritabaghsar,atul.sajjanhar, son.tran}@deakin.edu.au 2 Kasturba Medical College, Manipal Academy of Higher Education, Manipal, Karnataka 576104, India [email protected]

arXiv:2606.07222v1 [cs.CV] 5 Jun 2026

1

Abstract. Cell detection in histopathology images strongly depends on surrounding tissue context, where visually similar cells may belong to different classes under different microenvironments. Recent tissue-aware methods incorporate contextual priors, but often rely on static fusion strategies that may propagate noisy information. In this work, we propose DualGate-Net, a prior-aware dual-encoder framework that combines a ConvNeXtV2-based local encoder and a SegFormer-based global encoder through a learnable prior-gated fusion mechanism. The proposed module adaptively regulates the influence of tissue priors across spatial locations, while an auxiliary foreground reconstruction branch preserves high-frequency cellular structures during training. In addition, auxiliary cellness-guided cues are incorporated to further improve localization robustness. Experiments on the OCELOT benchmark demonstrate consistent improvements, achieving macro F1-scores of 0.7722 on the validation set and 0.7345 on the test set, highlighting the effectiveness of adaptive prior integration for robust histopathology cell detection. Keywords: Cell Detection · Histopathology Image Analysis · TissueAware Learning · Prior-Guided Fusion · Auxiliary Reconstruction

1

Introduction

Computational pathology (CPATH) extends digital pathology by employing artificial intelligence techniques for the analysis of digitized tissue specimens, particularly whole-slide images (WSIs), in clinical workflows [1]. Despite significant progress, accurate cell (or nucleus) detection plays a fundamental role in enabling a wide range of applications, including cancer diagnosis, grading, prognosis estimation, and treatment planning [4,17,11]. In clinical practice, pathologists address this challenge by analyzing WSIs at multiple magnification levels, first capturing global tissue architecture and then focusing on fine-grained cellular details, highlighting the importance of jointly modeling local and contextual information for robust cell detection [11,14]. Recent advances in improved automated

2

Jafari Tabaghsar et al.

cell detection, tissue-aware approaches (OCELOT) [11] have demonstrated that incorporating contextual information can enhance detection performance by providing additional cues about the spatial distribution of cancerous regions. Despite these advances, several important challenges remain unresolved. Unlike conventional segmentation-based datasets [13,3,7], OCELOT formulates cell detection as a centroid-based classification problem, making accurate localization substantially more difficult in dense and overlapping cellular regions. Furthermore, tissue priors used in context-aware frameworks are typically generated from auxiliary prediction models and therefore inherently contain uncertainty and noise. However, existing methods often incorporate such priors through static fusion or direct concatenation strategies [11,6], which can propagate unreliable contextual signals and negatively affect feature learning. In addition, current CNN-based approaches struggle to capture long-range contextual dependencies [11,6], while transformer-based methods [10,6], despite their strong global modeling capability, often lack an adaptive mechanism for jointly leveraging fine-grained local morphology and noisy tissue-level contextual priors. To address these limitations, we propose a prior-aware dual-encoder framework for cell detection that explicitly models both local morphological features and global contextual information. The proposed architecture combines a ConvNeXtV2-based [16] local encoder with a SegFormer-based [18] global encoder, enabling complementary feature extraction across multiple scales. To effectively incorporate prior information, we introduce a learnable prior-gated fusion mechanism that adaptively controls the influence of tissue-derived priors at each spatial location, allowing the model to selectively refine and utilize contextual signals. In addition, we incorporate an auxiliary foreground reconstruction objective to encourage the preservation of high-frequency cellular structures, and further enhance localization performance by integrating a class-agnostic cellness prior derived from a teacher model. Experimental results on the OCELOT benchmark show that the proposed framework achieves robust and consistent improvements in cell detection performance across challenging pathological regions. The main contributions of this work can be summarized as follows: (1) we propose a dual-encoder architecture that effectively integrates local and global representations for cell detection; (2) we introduce a prior-gated fusion mechanism for adaptive and spatially-aware integration of tissue priors; (3) we incorporate auxiliary supervision and cellnessguided signals to improve robustness and localization accuracy; and (4) extensive experiments on OCELOT and additional cross-dataset analysis on BRCA demonstrate the effectiveness and generalization capability of the proposed adaptive prior integration framework.

2

Related Work

2.1

CNN-based Cell Detection Methods

Initial studies on histopathology cell detection were largely based on convolutional neural network (CNN) architectures and semantic segmentation frame-

DualGate-Net for Cell Detection

3

works for local morphology modeling. These approaches generally formulate cell detection as dense probability-map prediction or pixel-wise segmentation followed by centroid extraction through post-processing operations such as nonmaximum suppression or watershed algorithms [4]. Within the OCELOT challenge, the official baseline adopted a DeepLabV3+-based framework trained on high-resolution cell patches using Gaussian-based point supervision [11]. Several competition submissions further extended CNN-based tissue-aware learning paradigms. For example, SoftCTM incorporated soft Gaussian label generation and tissue-aware contextual learning into a DeepLabV3+ framework [12], while FC-HarDNet-based approaches utilized auxiliary tissue segmentation priors to refine cell classification predictions [9]. Other methods employed ensemble CNN architectures based on ResNet-50 for robust local feature extraction [8]. Although CNN-based methods demonstrate strong capability in capturing fine-grained nuclear morphology and texture information, their limited receptive fields restrict effective modeling of large-scale tissue context and long-range spatial dependencies. Consequently, these approaches often struggle in challenging pathological regions where local cellular appearance alone is insufficient for reliable classification. 2.2

Transformer-based Cell Detection Methods

To address the limitations of purely local modeling, recent studies have increasingly explored transformer-based and global context-aware architectures for histopathology analysis. Inspired by the multi-scale diagnostic workflow of pathologists, these methods aim to jointly model fine-grained cellular structures together with broader tissue organization [14]. The OCELOT benchmark demonstrated that incorporating tissue-level contextual priors can significantly improve cell detection performance by providing complementary information about the spatial distribution of cancerous regions [11]. Building upon this observation, several OCELOT challenge submissions adopted transformer-based architectures to improve contextual reasoning in whole-slide images. CellViT employed vision transformer representations for joint cell segmentation and classification, demonstrating improved contextual feature learning compared to conventional CNNbased frameworks [6]. Similarly, SegFormer-based architectures showed strong capability in capturing long-range dependencies while maintaining efficient hierarchical feature extraction [18]. Sæther et al. further proposed a transformerbased additive joint pred-to-decoder framework that injects tissue predictions into intermediate decoder stages for improved tissue-aware cell detection on the OCELOT benchmark [5]. In parallel, recent hybrid context-aware frameworks combining convolutional and transformer-based representations demonstrated the complementary benefits of local morphological modeling and global contextual reasoning in histopathology analysis [15]. Despite these advances, several limitations remain unresolved. Existing context-aware approaches often rely on static fusion or direct concatenation when integrating tissue priors, without considering the uncertainty and noise associated with predicted contextual information [11,6]. As a result, unreliable tissue predictions may negatively affect feature

4

Jafari Tabaghsar et al.

learning and localization performance. Furthermore, although transformer-based architectures improve global context modeling, excessive reliance on high-level contextual representations may suppress fine-grained cellular morphology that remains critical for accurate cell classification in dense and overlapping regions. Motivated by these limitations, our work introduces a prior-aware dual-encoder framework that adaptively integrates CNN-based local morphological representations and transformer-based global contextual features through learnable gated fusion mechanisms. Furthermore, we incorporate auxiliary foreground supervision and cellness-guided priors to improve robustness, preserve fine-grained cellular structures, and enhance localization performance in challenging and densely populated regions.

3

Method

3.1

Baseline Architecture

We adopt a dual-encoder architecture with learnable fusion to jointly capture complementary representations from histopathology images. Specifically, a local encoder is used to extract fine-grained morphological features, while a global encoder models long-range contextual dependencies. Such dual-branch designs have been shown to be effective for combining local and global information in medical image analysis [15]. However, in our preliminary experiments, we observe that simply combining a convolutional encoder (ResNet34) with a transformer-based global encoder (SegFormer) provides only marginal performance improvements. This observation suggests that the effectiveness of the dual-encoder framework is highly dependent on the representation capacity of the local encoder, particularly for capturing subtle cellular structures and improving generalization to unseen data. Motivated by this, we replace the conventional convolutional backbone with a more advanced ConvNeXtV2-based encoder, which provides stronger feature representations and improved robustness. As demonstrated in our experiments, this modification leads to significant performance gains, especially on validation and test sets, indicating improved generalization capability. Formally, let Ul and Sl denote the local and global feature maps at scale l, respectively. These features are spatially aligned and fused before being passed to the decoder.

DualGate-Net for Cell Detection

5

Fig. 1: Overview of the proposed DualGate-Net architecture. The framework combines a ConvNeXtV2-based local encoder and a SegFormer-based global encoder through multi-scale prior-gated fusion modules. The decoder jointly predicts tumor cells (TC), background cells (BC), and auxiliary foreground reconstruction (FG). Detailed structures of the prior-gated fusion module and auxiliary FG (foreground reconstruction) branch are illustrated in Fig. 2 and Fig. 3, respectively.

3.2

Prior Generation

Given the strong dependency between tissue context and cell-level predictions in histopathology images [11], we first train a SegFormer-B2 model for tissue segmentation to provide contextual information. In [10], they extract the softmax output corresponding to the cancer class to construct a single-channel cancer-area probability map, which serves as a coarse spatial prior. In our extended formulation, we further exploit the full soft tissue predictions by constructing multi-channel priors, where each channel corresponds to a specific tissue class (cancer and background). These class-wise probability

6

Jafari Tabaghsar et al.

maps are concatenated with the input and provide richer contextual guidance to the proposed model. 3.3

Prior-Gated Multi-Scale Fusion

Existing OCELOT-based approaches typically incorporate tissue-derived priors using static fusion strategies, such as direct concatenation or additive injection [6,11]. However, predicted tissue priors may contain uncertainty and spatially varying noise. Treating all prior responses uniformly can therefore propagate unreliable contextual signals into the cell detection branch. To address this limitation, we propose a prior-gated fusion module that adaptively regulates the contribution of prior information at each spatial location and feature scale. As illustrated in Fig. 2, the proposed module consists of two main stages. In the first stage, denoted as B(1), the module estimates a spatial reliability gate from the local features, global features, and prior maps. At each scale l, let Ul and Sl denote the local CNN-based and global transformer-based feature maps, respectively, and let Pl denote the resized prior map at the same spatial resolution. The gate is computed as: gl = σ (Wg2 ∗ ϕ (BN(Wg1 ∗ [Ul ; Sl ; Pl ]))) ,

(1)

where [·; ·] denotes channel-wise concatenation, Wg1 and Wg2 are convolutional layers, BN denotes batch normalization, ϕ is the GELU activation function, and σ is the sigmoid function. The resulting gate gl assigns spatially adaptive weights to prior information, allowing the model to suppress unreliable prior responses while emphasizing informative contextual regions. In the second stage, denoted as B(2), the prior map is projected into the feature spaces of both encoder streams and modulated by the learned gate: Ûl = Ul + gl ⊙ (Wu ∗ Pl ),

(2)

Ŝl = Sl + gl ⊙ (Ws ∗ Pl ),

(3)

where Wu and Ws are projection layers for the local and global branches, respectively, and ⊙ denotes element-wise multiplication. The gated prior-enhanced features are then concatenated and refined using an attention-based fusion module: Fl = CBAM([Ûl ; Ŝl ]). (4) This design enables spatially adaptive prior integration across multiple scales. Instead of injecting tissue priors uniformly, the proposed module learns where and how strongly prior information should influence the local and global feature representations.

DualGate-Net for Cell Detection

7

Algorithm 1: Prior-Gated Multi-Scale Fusion L Input: Local features {Ul }L l=1 , global features {Sl }l=1 , prior map P L Output: Fused features {Fl }l=1 for l = 1 to L do Pl ← Resize(P ); Xl ← Concat(Ul , Sl , Pl ); gl ← σ (Wg2 ∗ ϕ (BN(Wg1 ∗ Xl ))); PlU ← Wu ∗ Pl ; PlS ← Ws ∗ Pl ; Ûl ← Ul + gl ⊙ PlU ; Ŝl ← Sl + gl ⊙ PlS ; Fl ← CBAM(Concat(Ûl , Ŝl ));

return {Fl }L l=1

Fig. 2: Prior-gated fusion module. B(1) estimates a spatial reliability gate from the concatenation of local features, global features, and tissue prior maps. B(2) projects the prior maps into the local and global feature spaces, modulates them using the learned gate, and performs attention-based fusion to obtain the final fused representation.

3.4

Auxiliary Foreground Reconstruction

To further preserve fine-grained cellular morphology and high-frequency structural information, we introduce an auxiliary foreground reconstruction branch that operates on the decoder features during training. As illustrated in Fig. 3, the auxiliary branch encourages the network to retain discriminative structural details such as cell boundaries, edges, and foreground texture patterns that are often degraded during deep feature abstraction. Instead of directly reconstructing the original RGB image, we define a foreground-enhanced reconstruction

8

Jafari Tabaghsar et al.

target using a high-frequency residual representation: Tfg = |I − G(I)| ,

(5)

where I denotes the input RGB image and G(·) represents Gaussian smoothing. The subtraction operation suppresses low-frequency background information while emphasizing structurally informative foreground regions and cellular boundaries. The auxiliary branch receives decoder features and predicts a reconstructed foreground representation T̂fg through a lightweight convolutional head. The reconstruction objective is defined using the ℓ1 loss: Lfg = ∥T̂fg − Tfg ∥1 .

(6)

Our auxiliary foreground reconstruction branch is designed to preserve finegrained cellular morphology while the model exploits tissue priors. This auxiliary supervision regularizes feature learning by encouraging the decoder to preserve high-frequency structural cues throughout training. Consequently, the network becomes more robust in dense and ambiguous pathological regions where accurate boundary preservation is critical for reliable cell localization. Importantly, the auxiliary branch is only used during training and is removed during inference, introducing no additional computational overhead at test time.

Fig. 3: Architecture of the auxiliary foreground reconstruction branch used during training. The module reconstructs foreground-enhanced RGB representations from decoder features to preserve high-frequency cellular structures and improve localization robustness.

3.5

Training Objective

The proposed model is trained using a regression-based objective, where the network predicts dense heatmaps for cell localization. Specifically, the main decoder outputs class-specific heatmaps corresponding to cancer and background

DualGate-Net for Cell Detection

9

cell regions. Given the predicted heatmaps Z and the ground-truth heatmaps Y , where the ground-truth maps are generated using Gaussian kernels centered at annotated cell locations. the primary loss is defined as a mean squared error (MSE) loss: Lseg = |Z − Y |22 (7) In addition to the main objective, an auxiliary foreground reconstruction loss is applied at the bottleneck level, as defined in Eq. (6). The overall training objective is formulated as: L = Lseg + λLfg (8) where λ is a weighting factor that balances the contribution of the auxiliary loss. This formulation encourages the model to jointly learn accurate cell localization through heatmap regression while preserving fine structural details via the auxiliary high-frequency reconstruction objective. The model is optimized using the Adam optimizer under standard training settings.

4

Experiments and Results

4.1

Dataset

We used the OCELOT 2023 dataset (version 1.0.1) [11], a paired histopathology benchmark designed for tissue-aware cell analysis. The dataset contains 663 paired samples split into 400 training, 137 validation, and 126 test cases. Each sample includes a high-resolution cell patch and a corresponding larger-fieldof-view tissue patch extracted from the same TCGA whole-slide image. Cell annotations are provided as centroid coordinates with binary labels for background cells (BC) and tumor cells (TC), while tissue annotations are provided as pixel-wise masks for cancer and background regions. Unlike conventional cell detection datasets, OCELOT explicitly models the interaction between tissuelevel context and cell-level localization. Fig. 4 illustrates an example OCELOT sample, including cell annotations, tissue supervision, generated cellness priors, predicted tissue channels, and final prediction overlays. 4.2

Implementation Details

The proposed framework is trained as a heatmap regression model using classspecific Gaussian targets. The primary objective is a mean squared error (MSE) loss between predicted and ground-truth heatmaps, while configurations with the auxiliary foreground reconstruction branch additionally employ an L1 reconstruction loss at the bottleneck level. Detailed experimental settings, including network configuration, optimization parameters, input channels, and augmentation strategies, are summarized in Table 1.

10

Jafari Tabaghsar et al.

Table 1: Experimental configuration. Configuration Input size Input channels Global encoder Local encoder Decoder Epochs Batch size Optimizer Learning rate LR schedule Main loss Auxiliary loss Auxiliary weight Augmentation

Value 512 × 512 6 (RGB + priors + cellness) SegFormer-B2 ConvNeXtV2-Tiny U-Net style (256, 128, 64, 32) 250 4 AdamW 1 × 10−5 Polynomial decay MSE (heatmap regression) L1 (foreground reconstruction) 0.005 Flip, crop, blur, color jitter

Fig. 4: Example visualization from the OCELOT benchmark. (a) Ground-truth cell centroid annotations. (b) Tissue-level cancer/background annotations. (c) Generated cellness prior. (d,e) Predicted tissue prior channels. (f) Final prediction overlay with false positives and false negatives.

DualGate-Net for Cell Detection

4.3

11

Cellness Prior

In addition to tissue-derived priors, we explore the use of a class-agnostic cellness prior as an auxiliary input signal to improve localization performance. Inspired by prior works that leverage cellness or objectness cues for enhancing detection robustness [10], we construct a cellness map using a teacher model by taking the maximum response over tumour-cell and background-cell heatmaps. The resulting cellness prior is incorporated as an additional input channel, leading to a 6-channel input configuration when combined with RGB and tissue priors. This configuration is evaluated in our experiments (see Table 3), where the performance gains associated with the 6-channel setting reflect the contribution of the cellness prior. Importantly, this prior is not fused multiplicatively with tissue priors, but rather used independently and jointly processed within the proposed framework to avoid disrupting the contextual information derived from tissue segmentation. While not a primary contribution, the inclusion of cellness information serves as a practical enhancement, enabling the model to better localize cells in challenging regions with ambiguous tissue context. 4.4

Main Results

As shown in Table 2, the proposed method achieves the best overall performance on both the validation and test sets. On the validation set, our model obtains a macro F1-score of 77.22 In addition to the overall improvement, the proposed method consistently enhances performance across both tumor cell (TC) and background cell (BC) categories, demonstrating robust behavior under varying tissue contexts. The improvements observed on the validation set are effectively transferred to the test set, suggesting strong generalization capability without overfitting. Compared to existing state-of-the-art approaches, the performance gains highlight the effectiveness of combining complementary feature representations with adaptive prior integration. These results indicate that leveraging both local morphological cues and global contextual information, together with structured prior guidance, plays a crucial role in achieving accurate and reliable cell detection in challenging histopathology images. 4.5

Ablation Study

We conduct a series of ablation experiments to evaluate the contribution of each component in the proposed framework, as summarized in Table 3. In this context, the Ch column denotes the number of input channels corresponding to prior information, where tissue-derived priors (cancer and background) and the class-agnostic cellness prior are incorporated as separate channels. In particular, the 6-channel configuration corresponds to the inclusion of the additional cellness prior alongside the RGB image and tissue priors.

12

Jafari Tabaghsar et al.

Starting from the baseline ACS-SegNet model, incorporating tissue-aware priors and the proposed prior-gated fusion mechanism consistently improves performance, highlighting the importance of adaptive contextual integration for robust cell detection. Introducing the auxiliary foreground reconstruction branch further improves both validation and test performance, demonstrating its effectiveness in preserving high-frequency structural details and enhancing localization robustness in dense cellular regions. Increasing the number of input channels from 5 to 6 by incorporating the additional cellness prior leads to further gains, suggesting that the teacher-guided cellness signal provides complementary localization cues beyond tissue-level contextual information. Furthermore, replacing the baseline architecture with the proposed dual-encoder framework consistently improves performance across all experimental settings, confirming the effectiveness of jointly modeling local morphological features and global contextual representations. Finally, integrating all proposed components yields the best overall performance, achieving macro F1scores of 77.22 on the validation set and 73.45 on the test set.

Table 2: Comparison with prior methods on the OCELOT dataset. Method Li et al. Millward et al. SoftCTM OCELOT HardNet U-Net ACS-SegNet Ours

TC – 80.73 – – 78.60 – 81.01 83.87

Val BC – 68.72 – – 65.04 – 68.95 71.93

mF1 75.18 74.73 70.46 72.68 71.82 65.60 74.98 77.22

TC 77.53 76.87 76.11 74.64 74.57 – 76.60 78.16

Test BC 67.35 67.55 67.34 67.73 65.27 – 67.82 68.74

mF1 72.44 72.21 71.89 71.23 69.92 62.38 72.21 73.45

Table 3: Ablation study of different components. Model ACS-SegNet

Ours

Ch 3 4 5 5 6 3 3 4 5 5 6

Gate – – ✓ ✓ ✓ – – – ✓ ✓ ✓

FG – – – ✓ ✓ – ✓ – – ✓ ✓

Cellness – – – – ✓ – – – – – ✓

Val137 70.93 74.98 75.55 75.65 76.07 71.48 72.35 75.86 76.11 76.34 77.22

Test126 68.88 72.21 72.33 72.28 72.80 69.61 70.71 72.39 73.05 73.22 73.45

DualGate-Net for Cell Detection

4.6

13

Additional Cross-Dataset Analysis on BRCA

To further investigate the behavior of contextual guidance beyond the OCELOT benchmark, we additionally evaluated the proposed framework on a BRCA histopathology dataset [2]. Unlike OCELOT, which explicitly models the interaction between tissue-level context and cell-level representations through paired tissue and cellular regions-of-interest, the BRCA setting does not provide explicit tissue-aware contextual supervision. Instead, the experiments focus on the effect of cellness-based localization guidance in a multi-class cell discrimination scenario involving lymphocyte, tumor epithelial, and stromal cells. Table 4 summarizes the experimental results. Existing context-aware approaches already achieve strong performance on this benchmark, demonstrating the effectiveness of contextual modeling for histopathology cell detection. In particular, the recent context-aware detector [14] achieved a Macro F1-score of 0.7201, highlighting the importance of integrating broader contextual information even without explicit tissue-level supervision. Starting from the RGB-only dual-encoder baseline, we explored different strategies for incorporating cellness guidance. Directly injecting cellness-related information as an additional input signal produced limited improvements and introduced instability due to the noisy nature of teacher-generated localization priors. In contrast, the proposed Cellness Gate consistently improved both localization and classification performance, achieving the best overall Macro F1-score of 0.7258 and the highest Detection F1-score of 0.8562.

Table 4: Additional cross-dataset analysis on the BRCA dataset. Method

Lymph Tumor Stromal Macro F1 Det. F1

MCSpatNet [2] Context-aware Detector [14] Ours (RGB + FG ) Ours (RGB) Ours (Cellness Gate)

0.6350 0.7268 0.7578 0.7511 0.7631

5

0.7850 0.8349 0.8014 0.8162 0.8149

0.5530 0.5987 0.5720 0.5727 0.5992

0.6580 0.7201 0.7104 0.7133 0.7258

0.8490 – 0.8317 0.8279 0.8562

Conclusion

In this work, we proposed a prior-aware dual-encoder framework for contextaware cell detection in histopathology images. The proposed architecture combines CNN-based local feature modeling with transformer-based global contextual reasoning through a learnable prior-gated fusion mechanism, enabling adaptive integration of contextual priors while reducing the influence of noisy guidance signals.

14

Jafari Tabaghsar et al.

Experiments on the OCELOT benchmark demonstrated consistent improvements over existing approaches, highlighting the importance of jointly modeling local morphology and global tissue context. Additional experiments on the BRCA dataset further showed that adaptive gated prior integration is more effective than direct prior injection, improving both localization and classification performance even without explicit tissue-level contextual supervision. Overall, the results suggest that reliable contextual integration plays a critical role in robust computational pathology cell detection. Future work will investigate uncertainty-aware prior modeling and stronger cross-domain generalization across diverse pathological datasets.

References 1. Abels, E., Pantanowitz, L., Aeffner, F., Zarella, M.D., Van der Laak, J., Bui, M.M., Vemuri, V.N., Parwani, A.V., Gibbs, J., Agosto-Arroyo, E., et al.: Computational pathology definitions, best practices, and recommendations for regulatory guidance: a white paper from the digital pathology association. The Journal of pathology 249(3), 286–294 (2019) 2. Abousamra, S., Belinsky, D., Van Arnam, J., Allard, F., Yee, E., Gupta, R., Kurc, T., Samaras, D., Saltz, J., Chen, C.: Multi-class cell detection using spatial context representation. In: Proceedings of the IEEE/CVF International Conference on Computer Vision. pp. 4005–4014 (2021) 3. Gamper, J., Koohbanani, N.A., Benes, K., Graham, S., Jahanifar, M., Khurram, S.A., Azam, A., Hewitt, K., Rajpoot, N.: Pannuke dataset extension, insights and baselines. arXiv preprint arXiv:2003.10778 (2020) 4. Graham, S., Vu, Q.D., Raza, S.E.A., Azam, A., Tsang, Y.W., Kwak, J.T., Rajpoot, N.: Hover-net: Simultaneous segmentation and classification of nuclei in multitissue histology images. Medical image analysis 58, 101563 (2019) 5. Ha, S.M., Ko, Y.S., Park, Y.: Generating blobcell label from weak annotations for precise cell segmentation. In: International Conference on Medical Image Computing and Computer-Assisted Intervention. pp. 161–170. Springer (2023) 6. Hörst, F., Rempe, M., Heine, L., Seibold, C., Keyl, J., Baldini, G., Ugurel, S., Siveke, J., Grünwald, B., Egger, J., et al.: Cellvit: Vision transformers for precise cell segmentation and classification. Medical image analysis 94, 103143 (2024) 7. Kumar, N., Verma, R., Anand, D., Zhou, Y., Onder, O.F., Tsougenis, E., Chen, H., Heng, P.A., Li, J., Hu, Z., et al.: A multi-organ nucleus segmentation challenge. IEEE transactions on medical imaging 39(5), 1380–1391 (2019) 8. Lafarge, M.W., Koelzer, V.H.: Detecting cells in histopathology images with a resnet ensemble model. In: International Conference on Medical Image Computing and Computer-Assisted Intervention. pp. 123–129. Springer (2023) 9. Lo, Y.W., Yang, C.H.: Enhancing cell detection via fc-hardnet and tissue segmentation: Ocelot 2023 challenge approach. In: International Conference on Medical Image Computing and Computer-Assisted Intervention. pp. 130–137. Springer (2023) 10. Millward, J., He, Z., Nibali, A.: Dense prediction of cell centroids using tissue context and cell refinement. In: International Conference on Medical Image Computing and Computer-Assisted Intervention. pp. 138–149. Springer (2023)

DualGate-Net for Cell Detection

15

11. Ryu, J., Puche, A.V., Shin, J., Park, S., Brattoli, B., Lee, J., Jung, W., Cho, S.I., Paeng, K., Ock, C.Y., et al.: Ocelot: Overlapped cell on tissue dataset for histopathology. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. pp. 23902–23912 (2023) 12. Schoenpflug, L.A., Koelzer, V.H.: Softctm: cell detection by soft instance segmentation and consideration of cell-tissue interaction. In: International Conference on Medical Image Computing and Computer-Assisted Intervention. pp. 109–122. Springer (2023) 13. Schuiveling, M., Liu, H., Eek, D., Breimer, G.E., Suijkerbuijk, K.P., Blokx, W.A., Veta, M.: A novel dataset for nuclei and tissue segmentation in melanoma with baseline nuclei segmentation and tissue segmentation benchmarks. GigaScience 14, giaf011 (2025) 14. Shui, Z., Li, H., Zhang, Y., Sun, Y., Ye, Y., Chen, P., Guo, R., Cui, L., Zhu, C., Yang, L.: Towards effective and efficient context-aware nucleus detection in histopathology whole slide images. In: Proceedings of the AAAI Conference on Artificial Intelligence. vol. 40, pp. 9042–9050 (2026) 15. Torbati, N., Meshcheryakova, A., Woitek, R., Mechtcheriakova, D., Mahbod, A.: Acs-segnet: An attention-based cnn-segformer segmentation network for tissue segmentation in histopathology. arXiv preprint arXiv:2510.20754 (2025) 16. Woo, S., Debnath, S., Hu, R., Chen, X., Liu, Z., Kweon, I.S., Xie, S.: Convnext v2: Co-designing and scaling convnets with masked autoencoders. In: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition. pp. 16133– 16142 (2023) 17. Wu, Y., Liu, X., Liu, F., Li, Y., Xiong, X., Sun, H., Lin, B., Li, Y., Xu, B.: A multiclass classification algorithm based on hematoxylin-eosin staining for neoadjuvant therapy in rectal cancer: a retrospective study. PeerJ 11, e15408 (2023) 18. Xie, E., Wang, W., Yu, Z., Anandkumar, A., Alvarez, J.M., Luo, P.: Segformer: Simple and efficient design for semantic segmentation with transformers. Advances in neural information processing systems 34, 12077–12090 (2021)

Record · ID 266224 · SHA-256 c5813b1e5a77e53c
Retrieved via Conceptio — every document is proof-bundled with source, license, and retrieval metadata.