菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-02
📄 Abstract - Center-Aware Detection with Swin-based Co-DETR Framework for Cervical Cytology

Automated analysis of Pap smear images is critical for cervical cancer screening but remains challenging due to dense cell distribution and complex morphology. In this paper, we present our winning solution for the RIVA Cervical Cytology Challenge, achieving 1st place in Track B and 2nd place in Track A. Our approach leverages a powerful baseline, integrating the Co-DINO framework with a Swin-Large backbone for robust multi-scale feature extraction. To address the dataset's unique fixed-size bounding box annotations, we formulate the detection task as a center-point prediction problem. Tailoring our approach to this formulation, we introduce a center-preserving data augmentation strategy and an analytical geometric box optimization to effectively absorb localization jitter. Finally, we apply track-specific loss tuning to adapt the loss weights for each task. Experiments demonstrate that our targeted optimizations improve detection performance, providing an effective pipeline for cytology image analysis. Our code is available at this https URL.

顶级标签: medical computer vision model training
详细标签: object detection medical imaging cervical cytology data augmentation loss tuning 或 搜索:

基于Swin的协同DETR框架与中心感知检测在宫颈细胞学中的应用 / Center-Aware Detection with Swin-based Co-DETR Framework for Cervical Cytology


1️⃣ 一句话总结

这篇论文提出了一种专门用于分析宫颈涂片图像的智能检测方法,通过将检测任务转化为中心点预测问题,并结合针对性的数据增强和优化策略,在细胞密集且形态复杂的图像中实现了高精度的自动识别,从而为宫颈癌筛查提供了一种有效的自动化解决方案。

源自 arXiv: 2604.02090