Performance

June 24, 2022 ยท View on GitHub

SSOD

Fair Comparison

For fair comparison, we reproduce some SSOD methods with the same setting (e.g., augmentation, training iterations, batch-size, and so on.).

  • Soft-Teacher: without box-jitter (we will add box-jitter in next version)
  • PASCAL-VOC: use 2-GPU

COCO-standard

methodbatch-sizeiterations1%5%10%
STAC (thr=0.9, CE)32 labeled + 32 unlabeled40K16.124.028.1
Unbiased-Teacher (thr=0.7, FL)32 labeled + 32 unlabeled40K22.028.632.1
Soft-Teacher (thr=0.9, CE)32 labeled + 32 unlabeled40K22.129.032.7
LabelMatch (original code)32 labeled + 32 unlabeled40K24.631.534.6
LabelMatch (here)32 labeled + 32 unlabeled40K24.631.634.4

NOTE: we use the ablation training setting here. (different training setting can be found in supplementary materials.)

PASCAL-VOC

methodbatch-sizeiterationsAP50:95AP50
STAC (thr=0.9, CE)8 labeled +8 unlabeled80K46.578.6
Unbiased-Teacher (thr=0.7, FL)8 labeled +8 unlabeled80K53.384.2
Soft-Teacher (thr=0.9, CE)8 labeled +8 unlabeled80K52.884.3
LabelMatch8 labeled +8 unlabeled80K54.784.8