Transductive Optimization of Top K Precision
Abstract
Consider a binary classification problem in which the learner is given a labeled training set, an unlabeled test set, and is restricted to choosing exactly k test points to output as positive predictions. Problems of this kind — transductive precision@k — arise in many applications. Previous methods solve these problems in two separate steps, learning the model and selecting k test instances by thresholding their scores. In this way, model training is not aware of the constraint of choosing k test instances as positive in the test phase. This paper shows the importance of incorporating the knowledge of k into the learning process and introduces a new approach, Transductive Top K (TTK), that seeks to minimize the hinge loss over all training instances under the constraint that exactly k test instances are predicted as positive. The paper presents two optimization methods for this challenging problem. Experiments and analysis confirm the benefit of incoporating k in the learning process. In our experimental evaluations, the performance of TTK matches or exceeds existing state-of-the-art methods on 7 benchmark datasets for binary classification and 3 reserve design problem instances. PDF
Cite
Text
Liu et al. "Transductive Optimization of Top K Precision." International Joint Conference on Artificial Intelligence, 2016.Markdown
[Liu et al. "Transductive Optimization of Top K Precision." International Joint Conference on Artificial Intelligence, 2016.](https://mlanthology.org/ijcai/2016/liu2016ijcai-transductive/)BibTeX
@inproceedings{liu2016ijcai-transductive,
title = {{Transductive Optimization of Top K Precision}},
author = {Liu, Li-Ping and Dietterich, Thomas G. and Li, Nan and Zhou, Zhi-Hua},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2016},
pages = {1781-1787},
url = {https://mlanthology.org/ijcai/2016/liu2016ijcai-transductive/}
}