paper-with-me

Papers

Mask the Unknown: Assessing Different Strategies to Handle Weak Annotations in the MICCAI2023 Mediastinal Lymph Node Quantification Challenge

2024-06-20 · Stefan M. Fischer, Johannes Kiechle, Daniel M. Lang, Jan C. Peeken, Julia A. Schnabel

Pathological lymph node delineation is crucial in cancer diagnosis, progression assessment, and treatment planning. The MICCAI 2023 Lymph Node Quantification Challenge published the first public dataset for pathological lymph node segmentation in the mediastinum. As lymph node annotations are expensive, the challenge was formed as a weakly supervised learning task, where only a subset of all lymph nodes in the training set have been annotated. For the challenge submission, multiple methods for training on these weakly supervised data were explored, including noisy label training, loss masking of unlabeled data, and an approach that integrated the TotalSegmentator toolbox as a form of pseudo labeling in order to reduce the number of unknown voxels. Furthermore, multiple public TCIA datasets were incorporated into the training to improve the performance of the deep learning model. Our submitted model achieved a Dice score of 0.628 and an average symmetric surface distance of 5.8~mm on the challenge test set. With our submitted model, we accomplished third rank in the MICCAI2023 LNQ challenge. A finding of our analysis was that the integration of all visible, including non-pathological, lymph nodes improved the overall segmentation performance on pathological lymph nodes of the test set. Furthermore, segmentation models trained only on clinically enlarged lymph nodes, as given in the challenge scenario, could not generalize to smaller pathological lymph nodes. The code and model for the challenge submission are available at \url{https://gitlab.lrz.de/compai/MediastinalLymphNodeSegmentation}.

📄 PDF Abstract BibTeX arXiv:2406.14365

Code (1)

https://gitlab.lrz.de/compai/MediastinalLymphNodeSegmentation 공식 구현

Tasks

SegmentationWeakly-supervised Learning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Mask and Reason: Pre-Training Knowledge Graph Transformers for Complex Logical Queries

2022-08-16 · Xiao Liu, Shiyu Zhao, Kai Su, Yukuo Cen 외

Knowledge graph (KG) embeddings have been a mainstream approach for reasoning over incomplete KGs. However, limited by their inherently shallow and static architectures, they can hardly deal with the rising focus on comp…

Mixture-of-Experts

Masking Strategies for Background Bias Removal in Computer Vision Models

2023-08-23 · Ananthu Aniraj, Cassio F. Dantas, Dino Ienco, Diego Marcos

Models for fine-grained image classification tasks, where the difference between some classes can be extremely subtle and the number of samples per class tends to be low, are particularly prone to picking up background-r…

Fine-Grained Image Classificationimage-classificationImage Classification

Toward Open-Set Face Recognition

2017-05-03 · Manuel Günther, Steve Cruz, Ethan M. Rudd, Terrance E. Boult

Much research has been conducted on both face identification and face verification, with greater focus on the latter. Research on face identification has mostly focused on using closed-set protocols, which assume that al…

Face IdentificationFace RecognitionFace VerificationKnown Unknowns

Mask Selection and Propagation for Unsupervised Video Object Segmentation

2021-01-05 · Shubhika Garg, Vidit Goel

In this work we present a novel approach for Unsupervised Video Object Segmentation, that is automatically generating instance level segmentation masks for salient objects and tracking them in a video. We efficiently han…

SegmentationSemantic SegmentationUnsupervised Video Object SegmentationVideo Object Segmentation+1

Unmasking the Limits of Large Language Models: A Systematic Evaluation of Masked Text Processing Ability through MskQA and MskCal

2024-11-08 · Fuka Matsuzaki, Haru-Tada Sato

This paper sheds light on the limitations of Large Language Models (LLMs) by rigorously evaluating their ability to process masked text. We introduce two novel tasks: MskQA, measuring reasoning on masked question-answeri…

Question Answering