Algorithm 1.
Train confident classifiers
| Input: Data 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 ; |
| 6: | until convergence or exceed max iteration |