A1:笑得海潮 B3:冒泡的崔 D2:Cornell University,Computer Vision Group H2:冰河的博客 G3:丕子博客 K1:MLA CHINA K4:斯坦福视觉实验室 L4:MIT 机器学习实验室
现在的位置: 首页科研>正文
cat_ico37 category
Point-wise, Pair-wise and List-wise
发表于846 天前 科研 评论数 1 ⁄ 被围观 585 次+

The task of learning to rank has recently drawn a lot of interest in
machine learning. As distinguished by [3] and [4], previous works
fall into three categories: (1) the point-wise approach, (2) the pairwise
approach, and (3) the list-wise approach.

In the point-wise approaches, each training instance is associated
with a rating. The learning is to find a model that can map
instances into ratings that are close to their true ones
. A typical
example is PRank [5], which trains a Perceptron model to directly
maintain a totally-ordered set via projections. The pair-wise
approaches take pairs of objects and their relative preferences as
training instances and attempt learning to classify each object pair
into correctly-ranked or incorrectly-ranked. Indeed, most existing
methods are the pair-wise approaches,
including Ranking SVM
[10], RankBoost [9], and RankNet [2]. Ranking SVM employs
support vector machine (SVM) to classify object pairs in
consideration of large margin rank boundaries. RankBoost
conducts Boosting to find a combined ranking which minimizes
the number of misordered pairs of objects. RankNet defines Cross
Entropy as a probabilistic cost function on object pairs and uses a
neural network model to optimize the cost function. Finally, the
list-wise approaches use a list of ranked objects as training
instances and learn to predict the list of objects.
For example,
ListNet [3] introduces a probabilistic-based list-wise loss function
for learning. Neural network and gradient descent are employed
to train a list prediction model.

-----J. Yeh, J. Lin, H. Ke, and W. Yang. Learning to rank
for information retrieval using genetic programming.
In LR4IR, 2007.

When ranking problem is described as a machine
learning problem, proposing and minimizing the ranking
loss function becomes the key to learning to rank. There
are several popular approaches to constructing the
ranking loss function which are considered on different
instance level. One is building the loss function on
document instance level
. SVOR [9] is proposed to
minimize the rank loss by aggregating the error on each
document instance. Another approach is pair-wise loss
function, which create the pair instance between two
documents with different relevance level, and denote
correct rank pair as positive (+1) instance while incorrect
as negative (-1). So the ranking problem is transformed
into a binary classification problem
in RSVM [1],
RankBoost [2], RankNet [3]. And a recent approach is
list-wise, which define rank loss with the difference
between predicting document list and labeled list for each
query,
in AdaRank [10], ListNet [11].

-----An Ensemble Approach to Learning to Rank

Point-wise, Pair-wise and List-wise:目前有1 条留言

    给我留言


    / 快捷键:Ctrl+Enter

    无觅相关文章插件,快速提升流量

    不想听你唠叨×