Skip to main content
. Author manuscript; available in PMC: 2018 Jan 27.
Published in final edited form as: IEEE Trans Image Process. 2016 Jul 27;25(10):4753–4767. doi: 10.1109/TIP.2016.2594486

Algorithm 1.

Train confident classifiers

Input: Data {(xi,yi)}i=1n and its index set π’Ÿ = {1, 2, . . . , n}
Output: Confident classifiers (w+,wβˆ’), easy samples β„° and hard samples β„‹
1: Init: β„° β†π’Ÿ; β„‹β†βˆ…;
2: repeat
3:  (w+,wβˆ’) ← solve (2) with fixed β„° and β„‹;
4:  Update easy and hard samples (β„°,β„‹) using (1);
5:  Update relabels Ξ·j+,Ξ·j-βˆ€j∈H;
6: until convergence or exceed max iteration