paper-with-me

홈 › Papers

Probabilistic Permutation Graph Search: Black-Box Optimization for Fairness in Ranking

2022-04-28 · Ali Vardasbi, Fatemeh Sarvi, Maarten de Rijke

There are several measures for fairness in ranking, based on different underlying assumptions and perspectives. PL optimization with the REINFORCE algorithm can be used for optimizing black-box objective functions over permutations. In particular, it can be used for optimizing fairness measures. However, though effective for queries with a moderate number of repeating sessions, PL optimization has room for improvement for queries with a small number of repeating sessions. In this paper, we present a novel way of representing permutation distributions, based on the notion of permutation graphs. Similar to PL, our distribution representation, called PPG, can be used for black-box optimization of fairness. Different from PL, where pointwise logits are used as the distribution parameters, in PPG pairwise inversion probabilities together with a reference permutation construct the distribution. As such, the reference permutation can be set to the best sampled permutation regarding the objective function, making PPG suitable for both deterministic and stochastic rankings. Our experiments show that PPG, while comparable to PL for larger session repetitions (i.e., stochastic ranking), improves over PL for optimizing fairness metrics for queries with one session (i.e., deterministic ranking). Additionally, when accurate utility estimations are available, e.g., in tabular models, the performance of PPG in fairness optimization is significantly boosted compared to lower quality utility estimations from a learning to rank model, leading to a large performance gap with PL. Finally, the pairwise probabilities make it possible to impose pairwise constraints such as "item $d_1$ should always be ranked higher than item $d_2$." Such constraints can be used to simultaneously optimize the fairness metric and control another objective such as ranking performance.

📄 PDF Abstract BibTeX arXiv:2204.13765

Code (1)

alivard/ppg 공식 구현 pytorch

Tasks

FairnessLearning-To-Rank

Methods 이 논문이 사용한 방법론

REINFORCE REINFORCE is a Monte Carlo variant of a policy gradient algorithm in reinforcement learning. The agent collects samples of an episode using its current policy, and uses it to…

Similar Papers 제목 키워드 기반

Shortest Edit Path Crossover: A Theory-driven Solution to the Permutation Problem in Evolutionary Neural Architecture Search

2022-10-25 · Xin Qiu, Risto Miikkulainen

Population-based search has recently emerged as a possible alternative to Reinforcement Learning (RL) for black-box neural architecture search (NAS). It performs well in practice even though it is not theoretically well …

Evolutionary AlgorithmsNeural Architecture SearchReinforcement Learning (RL)

Explaining and visualizing black-box models through counterfactual paths

2023-07-15 · Bastian Pfeifer, Mateusz Krzyzinski, Hubert Baniecki, Anna Saranti 외

Explainable AI (XAI) is an increasingly important area of machine learning research, which aims to make black-box models transparent and interpretable. In this paper, we propose a novel approach to XAI that uses the so-c…

counterfactualExplainable Artificial Intelligence (XAI)Feature ImportanceKnowledge Graphs

Probabilistically Aligned View-unaligned Clustering with Adaptive Template Selection

2024-09-23 · Wenhua Dong, Xiao-Jun Wu, ZhenHua Feng, Sara Atito 외

In most existing multi-view modeling scenarios, cross-view correspondence (CVC) between instances of the same target from different views, like paired image-text data, is a crucial prerequisite for effortlessly deriving …

Clustering

Inducing Permutation Invariant Priors in Bayesian Optimization for Carbon Capture and Storage Applications

2026-05-04 · Sofianos Panagiotis Fotias, Vassilis Gaganis arxiv

Bayesian Optimization is an iterative method, tailored to optimizing expensive black box objective functions. Surrogate models like Gaussian Processes, which are the gold standard in Bayesian Optimization, can be ineffic…

Gaussian Processes

Bayesian Optimization over Permutation Spaces

2021-12-02 · Aryan Deshwal, Syrine Belakaria, Janardhan Rao Doppa, Dae Hyun Kim

Optimizing expensive to evaluate black-box functions over an input space consisting of all permutations of d objects is an important problem with many real-world applications. For example, placement of functional blocks …

Bayesian OptimizationHeuristic SearchThompson Sampling