同順位を含むラベル順位を多出力回帰で予測する
MORE-PLR: multi-output regression employed for partial label ranking
この論文をやさしく読む
ひとことで言うと
同順位や欠落を含むラベルの並びを、多出力回帰として学び、後処理で順位グループに戻す方法です。
何に役立つ?
複数の候補に同順位があり得る予測問題で、既存の順位付け手法とは別のモデル設計として参考になります。
この研究の面白いところ
学習時に不完全な順位を多変量の目標値へ変換し、予測時に複数の後処理法で同順位グループを作ります。
どこまで分かった?
要旨は既存手法と競争力があると述べますが、データセット名、数値、条件は記載されていません。
v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。
アブストラクトの日本語訳
部分ラベル順位付けは、入力された事例に対して、一組のラベルを同順位のグループごとに並べる選好モデルを学ぶ教師あり学習の問題である。これは、実際にはラベルを完全な順位に並べることに限られがちな通常のラベル順位付けを一般化する。既存の部分ラベル順位付け手法は、主に通常の順位付け手法を拡張し、予測時の同順位を扱ってきた。 本論文は、多出力回帰を使って部分ラベル順位付けを解く方法MORE-PLRを提案する。学習段階では、同順位を含み、欠落している部分もあり得るラベルの順位を多変量回帰の目標値へ変換するエンコーダを導入する。これは通常のラベル順位付けと部分ラベル順位付けの双方で、十分に探究されてこなかった見方である。推論段階では、多出力回帰の結果を同順位グループの順序へ変換する複数の後処理層を導入する。実験的評価によると、この枠組みは現在の最先端の部分ラベル順位付け手法と競争力のある学習戦略を提供する。
v1の要旨から自動生成。本文の精読・人による確認は未実施。
- 初稿
- 2026-09-24(UTC)
- 最新改訂
- 2026-09-24 · v1
- 査読・掲載
- 掲載先の記載あり
著者による掲載先の記載:Machine Learning 115, 18 (2026)。出版社での独立確認は未実施です。
更新履歴
- v1 2026-09-24 この版を読む
取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。
原文の要旨
The partial label ranking problem is a supervised learning scenario that aims to fit a preference model that predicts a bucket order defined over a set of labels for a given input instance. This problem generalizes the well-known label ranking problem, which, in practice, is limited to outputting total orders of labels. Existing partial label ranking methods have primarily extended label ranking approaches to handle ties in predictions. This paper proposes using multi-output regression to address the partial label ranking problem, introducing an encoder that, during the learning phase, transforms the (possibly incomplete) rankings with ties of labels to multivariate regression targets, an underexplored perspective in both label ranking and partial label ranking. Moreover, during the inference phase, we introduce several post-hoc layers that convert the multi-output regression results into the output bucket order to effectively implement this approach. This framework provides learning strategies that are competitive with the current state-of-the-art partial label ranking methods, as demonstrated through experimental evaluations.
著者のコメント
Code available at https://github.com/Advueu963/MORE-PLR. Extended version of a paper presented at Discovery Science 2024
arXiv ID: 2609.29386 / 要約の誤りについて