Adaptive Region Selection for Active Learning in Whole Slide Image
Semantic Segmentation
- URL: http://arxiv.org/abs/2307.07168v1
- Date: Fri, 14 Jul 2023 05:34:13 GMT
- Title: Adaptive Region Selection for Active Learning in Whole Slide Image
Semantic Segmentation
- Authors: Jingna Qiu, Frauke Wilm, Mathias \"Ottl, Maja Schlereth, Chang Liu,
Tobias Heimann, Marc Aubreville, and Katharina Breininger
- Abstract summary: Region-based active learning (AL) involves training the model on a limited number of annotated image regions.
We introduce a novel technique for selecting annotation regions adaptively, mitigating the reliance on this AL hyper parameter.
We evaluate our method using the task of breast cancer segmentation on the public CAMELYON16 dataset.
- Score: 3.1392713791311766
- License: http://arxiv.org/licenses/nonexclusive-distrib/1.0/
- Abstract: The process of annotating histological gigapixel-sized whole slide images
(WSIs) at the pixel level for the purpose of training a supervised segmentation
model is time-consuming. Region-based active learning (AL) involves training
the model on a limited number of annotated image regions instead of requesting
annotations of the entire images. These annotation regions are iteratively
selected, with the goal of optimizing model performance while minimizing the
annotated area. The standard method for region selection evaluates the
informativeness of all square regions of a specified size and then selects a
specific quantity of the most informative regions. We find that the efficiency
of this method highly depends on the choice of AL step size (i.e., the
combination of region size and the number of selected regions per WSI), and a
suboptimal AL step size can result in redundant annotation requests or inflated
computation costs. This paper introduces a novel technique for selecting
annotation regions adaptively, mitigating the reliance on this AL
hyperparameter. Specifically, we dynamically determine each region by first
identifying an informative area and then detecting its optimal bounding box, as
opposed to selecting regions of a uniform predefined shape and size as in the
standard method. We evaluate our method using the task of breast cancer
metastases segmentation on the public CAMELYON16 dataset and show that it
consistently achieves higher sampling efficiency than the standard method
across various AL step sizes. With only 2.6\% of tissue area annotated, we
achieve full annotation performance and thereby substantially reduce the costs
of annotating a WSI dataset. The source code is available at
https://github.com/DeepMicroscopy/AdaptiveRegionSelection.
Related papers
- Leveraging image captions for selective whole slide image annotation [0.37334049820361814]
This paper focuses on identifying and annotating specific image regions that optimize model training.
Prototype sampling is more effective than random and diversity sampling in identifying annotation regions with valuable training information.
Our results show that prototype sampling is more effective than random and diversity sampling in identifying annotation regions with valuable training information.
arXiv Detail & Related papers (2024-07-08T20:05:21Z) - Less is More: Fewer Interpretable Region via Submodular Subset Selection [54.07758302264416]
This paper re-models the above image attribution problem as a submodular subset selection problem.
We construct a novel submodular function to discover more accurate small interpretation regions.
For correctly predicted samples, the proposed method improves the Deletion and Insertion scores with an average of 4.9% and 2.5% gain relative to HSIC-Attribution.
arXiv Detail & Related papers (2024-02-14T13:30:02Z) - Towards Free Data Selection with General-Purpose Models [71.92151210413374]
A desirable data selection algorithm can efficiently choose the most informative samples to maximize the utility of limited annotation budgets.
Current approaches, represented by active learning methods, typically follow a cumbersome pipeline that iterates the time-consuming model training and batch data selection repeatedly.
FreeSel bypasses the heavy batch selection process, achieving a significant improvement in efficiency and being 530x faster than existing active learning methods.
arXiv Detail & Related papers (2023-09-29T15:50:14Z) - Region-Aware Metric Learning for Open World Semantic Segmentation via
Meta-Channel Aggregation [19.584457251137252]
We propose a method called region-aware metric learning (RAML)
RAML separates the regions of the images and generates region-aware features for further metric learning.
We show that the proposed RAML achieves SOTA performance in both stages of open world segmentation.
arXiv Detail & Related papers (2022-05-17T04:12:47Z) - Spatial Likelihood Voting with Self-Knowledge Distillation for Weakly
Supervised Object Detection [54.24966006457756]
We propose a WSOD framework called the Spatial Likelihood Voting with Self-knowledge Distillation Network (SLV-SD Net)
SLV-SD Net converges region proposal localization without bounding box annotations.
Experiments on the PASCAL VOC 2007/2012 and MS-COCO datasets demonstrate the excellent performance of SLV-SD Net.
arXiv Detail & Related papers (2022-04-14T11:56:19Z) - Semantic Segmentation by Early Region Proxy [53.594035639400616]
We present a novel and efficient modeling that starts from interpreting the image as a tessellation of learnable regions.
To model region-wise context, we exploit Transformer to encode regions in a sequence-to-sequence manner.
Semantic segmentation is now carried out as per-region prediction on top of the encoded region embeddings.
arXiv Detail & Related papers (2022-03-26T10:48:32Z) - Real-Time Scene Text Detection with Differentiable Binarization and
Adaptive Scale Fusion [62.269219152425556]
segmentation-based scene text detection methods have drawn extensive attention in the scene text detection field.
We propose a Differentiable Binarization (DB) module that integrates the binarization process into a segmentation network.
An efficient Adaptive Scale Fusion (ASF) module is proposed to improve the scale robustness by fusing features of different scales adaptively.
arXiv Detail & Related papers (2022-02-21T15:30:14Z) - BoundaryNet: An Attentive Deep Network with Fast Marching Distance Maps
for Semi-automatic Layout Annotation [10.990447273771592]
BoundaryNet is a novel resizing-free approach for high-precision semi-automatic layout annotation.
Results on a challenging image manuscript dataset demonstrate that BoundaryNet outperforms strong baselines.
arXiv Detail & Related papers (2021-08-21T04:24:00Z) - An End-to-End Breast Tumour Classification Model Using Context-Based
Patch Modelling- A BiLSTM Approach for Image Classification [19.594639581421422]
We have tried to integrate this relationship along with feature-based correlation among the extracted patches from the particular tumorous region.
We trained and tested our model on two datasets, microscopy images and WSI tumour regions.
We found out that BiLSTMs with CNN features have performed much better in modelling patches into an end-to-end Image classification network.
arXiv Detail & Related papers (2021-06-05T10:43:58Z) - Attentive CutMix: An Enhanced Data Augmentation Approach for Deep
Learning Based Image Classification [58.20132466198622]
We propose Attentive CutMix, a naturally enhanced augmentation strategy based on CutMix.
In each training iteration, we choose the most descriptive regions based on the intermediate attention maps from a feature extractor.
Our proposed method is simple yet effective, easy to implement and can boost the baseline significantly.
arXiv Detail & Related papers (2020-03-29T15:01:05Z) - Reinforced active learning for image segmentation [34.096237671643145]
We present a new active learning strategy for semantic segmentation based on deep reinforcement learning (RL)
An agent learns a policy to select a subset of small informative image regions -- opposed to entire images -- to be labeled from a pool of unlabeled data.
Our method proposes a new modification of the deep Q-network (DQN) formulation for active learning, adapting it to the large-scale nature of semantic segmentation problems.
arXiv Detail & Related papers (2020-02-16T14:03:06Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.