The implementation for the paper Asymmetric Beta Loss for Evidence-Based Safe Semi-Supervised Multi-Label Learning (KDD 2024).
The partition of the OOD dataset in the paper is available at formatted OOD data.
The manually selected subset of ImageNet-21K can be downloaded from selected ImageNet-21K for voc&coco and selected ImageNet-21K for nus.
We can also generate the formatted OOD dataset with different parameters through ./generate_data.py.
- Warm up the model with the labeled data.
python run_warmup.py --dataset_name coco-imagenet --lb_ratio 0.03 --warmup_epochs 12 --seed 1
- Perform the main training process.
python run_abl.py --dataset_name coco-imagenet --lb_ratio 0.03 --epoch 40 --seed 1