paper-with-me

홈 › Papers

Teacher-Student Architecture for Mixed Supervised Lung Tumor Segmentation

2021-12-21 · Vemund Fredriksen, Svein Ole M. Svele, André Pedersen, Thomas Langø, Gabriel Kiss, Frank Lindseth

Purpose: Automating tasks such as lung tumor localization and segmentation in radiological images can free valuable time for radiologists and other clinical personnel. Convolutional neural networks may be suited for such tasks, but require substantial amounts of labeled data to train. Obtaining labeled data is a challenge, especially in the medical domain. Methods: This paper investigates the use of a teacher-student design to utilize datasets with different types of supervision to train an automatic model performing pulmonary tumor segmentation on computed tomography images. The framework consists of two models: the student that performs end-to-end automatic tumor segmentation and the teacher that supplies the student additional pseudo-annotated data during training. Results: Using only a small proportion of semantically labeled data and a large number of bounding box annotated data, we achieved competitive performance using a teacher-student design. Models trained on larger amounts of semantic annotations did not perform better than those trained on teacher-annotated data. Conclusions: Our results demonstrate the potential of utilizing teacher-student designs to reduce the annotation load, as less supervised annotation schemes may be performed, without any real degradation in segmentation accuracy.

📄 PDF Abstract BibTeX arXiv:2112.11541

Code (1)

vemundfredriksen/lungtumormask 공식 구현 pytorch

Tasks

SegmentationTumor Segmentation

Similar Papers 제목 키워드 기반

Weakly Semi-Supervised Detection in Lung Ultrasound Videos

2023-08-08 · Jiahong Ouyang, Li Chen, Gary Y. Li, Naveen Balaraju 외

Frame-by-frame annotation of bounding boxes by clinical experts is often required to train fully supervised object detection models on medical video data. We propose a method for improving object detection in medical vid…

object-detectionObject DetectionTransfer Learning

MixedTeacher : Knowledge Distillation for fast inference textural anomaly detection

2023-06-16 · Simon Thomine, Hichem Snoussi, Mahmoud Soua

For a very long time, unsupervised learning for anomaly detection has been at the heart of image processing research and a stepping stone for high performance industrial automation process. With the emergence of CNN, sev…

Anomaly DetectionKnowledge Distillation

Simple Construction of Mixed-Language Texts for Vocabulary Learning

2019-08-01 · WS 2019 8 · Adithya Renduchintala, Philipp Koehn, Jason Eisner

We present a machine foreign-language teacher that takes documents written in a student{'}s native language and detects situations where it can replace words with their foreign glosses such that new foreign vocabulary ca…

Language ModelingLanguage Modelling

Teach me to segment with mixed supervision: Confident students become masters

2020-12-15 · Jose Dolz, Christian Desrosiers, Ismail Ben Ayed

Deep segmentation neural networks require large training datasets with pixel-wise segmentations, which are expensive to obtain in practice. Mixed supervision could mitigate this difficulty, with a small fraction of the d…

Semantic Segmentation

MUM : Mix Image Tiles and UnMix Feature Tiles for Semi-Supervised Object Detection

2021-11-22 · Jongmok Kim, Jooyoung Jang, Seunghyeon Seo, Jisoo Jeong 외

Many recent semi-supervised learning (SSL) studies build teacher-student architecture and train the student network by the generated supervisory signal from the teacher. Data augmentation strategy plays a significant rol…

Data Augmentationobject-detectionObject DetectionSemi-Supervised Object Detection