GitHunt
LE

Calibrated Disambiguation for Partial Multi-Label Learning (AAAI '25)

to run PML-CD:

$ python PML_CD_train.py --dataset voc2007 --noise-rate 0.8

to train Calibrator

$ for noise_rate in 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9; do
    python PML_CD_train.py --dataset voc2007 --noise-rate $noise_rate --weighting identity --export-ckpts voc2007-$noise_rate.export-ckpts;
  done
$ python calibrator_train.py "voc2007-*.ckpts" weighter_new.ckpt

Languages

Python100.0%

Contributors

MIT License
Created December 18, 2024
Updated November 26, 2025