Skip to main content
. Author manuscript; available in PMC: 2022 Jul 1.
Published in final edited form as: Med Image Anal. 2021 Mar 24;71:101997. doi: 10.1016/j.media.2021.101997

Table 2.

Active learning strategy definition. We have codified different learning strategies covering the makeup of training samples and the initial CNN weights of fine-tuning.

Code Description of learning strategy
RFT(LQ) Fine-tuning from M0 using L and randomly selected Q
AFT(LQ) Fine-tuning from M0 using L and actively selected Q
ACFT(Q) Continual fine-tuning from Mt − 1 using actively selected Q only
ACFT(LQ) Continual fine-tuning from Mt − 1 using L and actively selected Q
ACFT(HQ) Continual fine-tuning from Mt − 1 using H and actively selected Q

1 L: Annotated candidates. 2 Q: Newly annotated candidates. 3 H: Misclassified candidates. 4 M0: Pre-trained CNNs from large scale dataset (like ImageNet). 5 Mt − 1: Pre-trained CNNs from last active selecting step.