paper-with-me

Papers

Efficient Subclass Segmentation in Medical Images

2023-07-01 · Linrui Dai, Wenhui Lei, Xiaofan Zhang

As research interests in medical image analysis become increasingly fine-grained, the cost for extensive annotation also rises. One feasible way to reduce the cost is to annotate with coarse-grained superclass labels while using limited fine-grained annotations as a complement. In this way, fine-grained data learning is assisted by ample coarse annotations. Recent studies in classification tasks have adopted this method to achieve satisfactory results. However, there is a lack of research on efficient learning of fine-grained subclasses in semantic segmentation tasks. In this paper, we propose a novel approach that leverages the hierarchical structure of categories to design network architecture. Meanwhile, a task-driven data generation method is presented to make it easier for the network to recognize different subclass categories. Specifically, we introduce a Prior Concatenation module that enhances confidence in subclass segmentation by concatenating predicted logits from the superclass classifier, a Separate Normalization module that stretches the intra-class distance within the same superclass to facilitate subclass segmentation, and a HierarchicalMix model that generates high-quality pseudo labels for unlabeled samples by fusing only similar superclass regions from labeled and unlabeled images. Our experiments on the BraTS2021 and ACDC datasets demonstrate that our approach achieves comparable accuracy to a model trained with full subclass annotations, with limited subclass annotations and sufficient superclass annotations. Our approach offers a promising solution for efficient fine-grained subclass segmentation in medical images. Our code is publicly available here.

📄 PDF Abstract BibTeX arXiv:2307.00257

Code (1)

ovo1111/efficientsubclasslearning 공식 구현 pytorch

Tasks

BraTS2021Medical Image AnalysisSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Unbiased Subclass Regularization for Semi-Supervised Semantic Segmentation

2022-03-18 · CVPR 2022 1 · Dayan Guan, Jiaxing Huang, Aoran Xiao, Shijian Lu

Semi-supervised semantic segmentation learns from small amounts of labelled images and large amounts of unlabelled images, which has witnessed impressive progress with the recent advance of deep neural networks. However,…

SegmentationSemantic SegmentationSemi-Supervised Semantic Segmentation

Training-Free Semantic Segmentation via LLM-Supervision

2024-03-31 · Wenfang Sun, Yingjun Du, Gaowen Liu, Ramana Kompella 외

Recent advancements in open vocabulary models, like CLIP, have notably advanced zero-shot classification and segmentation by utilizing natural language for class-specific embeddings. However, most research has focused on…

Language ModelingLanguage ModellingLarge Language ModelPrompt Engineering+5

DERM12345: A Large, Multisource Dermatoscopic Skin Lesion Dataset with 38 Subclasses

2024-06-11 · Abdurrahim Yilmaz, Sirin Pekcan Yasar, Gulsum Gencoglan, Burak Temelkuran

Skin lesion datasets provide essential information for understanding various skin conditions and developing effective diagnostic tools. They aid the artificial intelligence-based early detection of skin cancer, facilitat…

Diagnostic

Subclass Classification of Gliomas Using MRI Fusion Technique

2025-02-26 · Kiranmayee Janardhan, Christy Bobby Thomas

Glioma, the prevalent primary brain tumor, exhibits diverse aggressiveness levels and prognoses. Precise classification of glioma is paramount for treatment planning and predicting prognosis. This study aims to develop a…

ClassificationPrognosisSpecificity

Alleviating Class Imbalance in Semi-supervised Multi-organ Segmentation via Balanced Subclass Regularization

2024-08-26 · Zhenghao Feng, Lu Wen, Binyu Yan, Jiaqi Cui 외

Semi-supervised learning (SSL) has shown notable potential in relieving the heavy demand of dense prediction tasks on large-scale well-annotated datasets, especially for the challenging multi-organ segmentation (MoS). Ho…

Organ Segmentation