paper-with-me

홈 › Papers

Ranking with Features: Algorithm and A Graph Theoretic Analysis

2018-08-11 · Aadirupa Saha, Arun Rajkumar

We consider the problem of ranking a set of items from pairwise comparisons in the presence of features associated with the items. Recent works have established that $O(n\log(n))$ samples are needed to rank well when there is no feature information present. However, this might be sub-optimal in the presence of associated features. We introduce a new probabilistic preference model called feature-Bradley-Terry-Luce (f-BTL) model that generalizes the standard BTL model to incorporate feature information. We present a new least squares based algorithm called fBTL-LS which we show requires much lesser than $O(n\log(n))$ pairs to obtain a good ranking -- precisely our new sample complexity bound is of $O(\alpha\log \alpha)$, where $\alpha$ denotes the number of `independent items' of the set, in general $\alpha << n$. Our analysis is novel and makes use of tools from classical graph matching theory to provide tighter bounds that sheds light on the true complexity of the ranking problem, capturing the item dependencies in terms of their feature representations. This was not possible with earlier matrix completion based tools used for this problem. We also prove an information theoretic lower bound on the required sample complexity for recovering the underlying ranking, which essentially shows the tightness of our proposed algorithms. The efficacy of our proposed algorithms are validated through extensive experimental evaluations on a variety of synthetic and real world datasets.

📄 PDF Abstract BibTeX arXiv:1808.03857

Code (0)

등록된 구현이 없습니다.

Tasks

Graph MatchingMatrix Completion

Similar Papers 제목 키워드 기반

Topological Data Analysis and Graph-Theoretic Approaches for Tennis Match Prediction

2026-07-26 · Jake Schwaderer, Alexander Bastien, Omid Khormali, Alejandro Navarrete 외 arxiv

We present two approaches for predicting tennis match outcomes using topological data analysis and graph theory on ATP singles matches from 2000-2025. The first method applies lower-star filtration to player competitive …

Feature Importance

Ranking and synchronization from pairwise measurements via SVD

2019-06-06 · Alexandre d'Aspremont, Mihai Cucuringu, Hemant Tyagi

Given a measurement graph $G= (V,E)$ and an unknown signal $r \in \mathbb{R}^n$, we investigate algorithms for recovering $r$ from pairwise measurements of the form $r_i - r_j$; $\{i,j\} \in E$. This problem arises in a …

Differentially Private Graph Learning via Sensitivity-Bounded Personalized PageRank

2022-07-14 · Alessandro Epasto, Vahab Mirrokni, Bryan Perozzi, Anton Tsitsulin 외

Personalized PageRank (PPR) is a fundamental tool in unsupervised learning of graph representations such as node ranking, labeling, and graph embedding. However, while data privacy is one of the most important recent con…

Graph EmbeddingGraph LearningNode ClassificationSensitivity

The Graph Cut Kernel for Ranked Data

2021-05-26 · Michelangelo Conserva, Marc Peter Deisenroth, K S Sesh Kumar

Many algorithms for ranked data become computationally intractable as the number of objects grows due to the complex geometric structure induced by rankings. An additional challenge is posed by partial rankings, i.e. ran…

Recommendation Systems

Personalized Ranking on Cascading Behavior Graphs for Accurate Multi-Behavior Recommendation

2025-02-17 · Geonwoo Ko, Minseo Jeon, Jinhong Jung

Multi-behavior recommendation predicts items a user may purchase by analyzing diverse behaviors like viewing, adding to a cart, and purchasing. Existing methods fall into two categories: representation learning and graph…

Graph RankingRepresentation Learning