Order Learning Using Partially Ordered Data via Chainization

Abstract

We propose the chainization algorithm for effective order learning when only partially ordered data are available. First, we develop a binary comparator to predict missing ordering relations between instances. Then, by extending the Kahn’s algorithm, we form a chain representing a linear ordering of instances. We fine-tune the comparator over pseudo pairs, which are sampled from the chain, and then re-estimate the linear ordering alternately. As a result, we obtain a more reliable comparator and a more meaningful linear ordering. Experimental results show that the proposed algorithm yields excellent rank estimation performances under various weak supervision scenarios, including semi-supervised learning, domain adaptation, and bipartite cases. The source codes are available at https://github.com/seon92/Chainization

Cite

Text

Lee and Kim. "Order Learning Using Partially Ordered Data via Chainization." Proceedings of the European Conference on Computer Vision (ECCV), 2022. doi:10.1007/978-3-031-19778-9_12

Markdown

[Lee and Kim. "Order Learning Using Partially Ordered Data via Chainization." Proceedings of the European Conference on Computer Vision (ECCV), 2022.](https://mlanthology.org/eccv/2022/lee2022eccv-order/) doi:10.1007/978-3-031-19778-9_12

BibTeX

@inproceedings{lee2022eccv-order,
  title     = {{Order Learning Using Partially Ordered Data via Chainization}},
  author    = {Lee, Seon-Ho and Kim, Chang-Su},
  booktitle = {Proceedings of the European Conference on Computer Vision (ECCV)},
  year      = {2022},
  doi       = {10.1007/978-3-031-19778-9_12},
  url       = {https://mlanthology.org/eccv/2022/lee2022eccv-order/}
}