paper-with-me

Papers

CSC-PA: Cross-image Semantic Correlation via Prototype Attentions for Single-network Semi-supervised Breast Tumor Segmentation

2025-01-01 · CVPR 2025 1 · Zhenhui Ding, Guilian Chen, Qin Zhang, Huisi Wu, Jing Qin

Accurate automatic breast ultrasound (BUS) image segmentation is essential for early breast cancer screening and diagnosis. However, it remains challenging owing to (1) breast lesions of various scale and shape, (2) ambiguous boundaries caused by speckle noise and artifacts, and (3) the scarcity of high-quality annotations. Most existing semi-supervised methods employ the mean-teacher architecture, which merely learns semantic information within a single image and heavily relies on the performance of the teacher model. Therefore, we present a novel cross-image semantic correlation semi-supervised framework, named CSC-PA, to improve the performance of BUS image segmentation. CSC-PA is trained based on a single network, which integrates a foreground prototype attention (FPA) and an edge prototype attention (EPA). Specifically, FPA transfers complementary foreground information for more stable and complete lesion segmentation. On the other hand, EPA enhances edge features of lesions by using edge prototype, where an adaptive edge container is proposed to store global edge features and generate the edge prototype. Additionally, we introduce a pixel affinity loss (PAL) to exploit previously ignored contextual correlation in supervision, which further improves performance on edges. Extensive experiments on two benchmark BUS datasets demonstrate that our model outperforms other state-of-the-art methods under different partition protocols. Codes are available at https://github.com/shdkdh/CSC-PA.

📄 PDF Abstract BibTeX

Code (1)

shdkdh/csc-pa 공식 구현 pytorch

Tasks

Image SegmentationLesion SegmentationSemantic SegmentationTumor Segmentation

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Disentangled Fine-Grained Prototype Learning for Incomplete Image-Tabular Classification

2026-06-03 · Feixiang Zhou, Jianyang Xie, Zhuangzhi Gao, Qinkai Yu 외 arxiv

The missing-modality problem poses a significant challenge in image-tabular multimodal learning across a wide range of multimedia applications, including product understanding, recommendation systems, and medical diagnos…

Recommendation SystemsMedical Diagnosis

Heterogeneous Semantic Transfer for Multi-label Recognition with Partial Labels

2022-05-23 · Tianshui Chen, Tao Pu, Lingbo Liu, Yukai Shi 외

Multi-label image recognition with partial labels (MLR-PL), in which some labels are known while others are unknown for each image, may greatly reduce the cost of annotation and thus facilitate large-scale MLR. We find t…

Multi-Label Image RecognitionMulti-label Image Recognition with Partial Labels

Correlation Weighted Prototype-based Self-Supervised One-Shot Segmentation of Medical Images

2024-08-12 · Siladittya Manna, Saumik Bhattacharya, Umapada Pal

Medical image segmentation is one of the domains where sufficient annotated data is not available. This necessitates the application of low-data frameworks like few-shot learning. Contemporary prototype-based frameworks …

Few-Shot LearningImage SegmentationMedical Image SegmentationOne-Shot Learning+4

Holistic Prototype Attention Network for Few-Shot VOS

2023-07-16 · Yin Tang, Tao Chen, Xiruo Jiang, Yazhou Yao 외

Few-shot video object segmentation (FSVOS) aims to segment dynamic objects of unseen classes by resorting to a small set of support images that contain pixel-level object annotations. Existing methods have demonstrated t…

Graph AttentionSemantic SegmentationVideo Object SegmentationVideo Semantic Segmentation

AttentionSmithy: A Modular Framework for Rapid Transformer Development and Customization

2025-02-13 · Caleb Cranney, Jesse G. Meyer

Transformer architectures have transformed AI applications but remain complex to customize for domain experts lacking low-level implementation expertise. We introduce AttentionSmithy, a modular software package that simp…

Neural Architecture Search