paper-with-me

홈 › Papers

Using Pareto Simulated Annealing to Address Algorithmic Bias in Machine Learning

2021-05-31 · William Blanzeisky, Pádraig Cunningham

Algorithmic Bias can be due to bias in the training data or issues with the algorithm itself. These algorithmic issues typically relate to problems with model capacity and regularisation. This underestimation bias may arise because the model has been optimised for good generalisation accuracy without any explicit consideration of bias or fairness. In a sense, we should not be surprised that a model might be biased when it hasn't been "asked" not to be. In this paper, we consider including bias (underestimation) as an additional criterion in model training. We present a multi-objective optimisation strategy using Pareto Simulated Annealing that optimise for both balanced accuracy and underestimation. We demonstrate the effectiveness of this strategy on one synthetic and two real-world datasets.

📄 PDF Abstract BibTeX arXiv:2105.15064

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine LearningFairness

Similar Papers 제목 키워드 기반

Simulated Annealing-based Candidate Optimization for Batch Acquisition Functions

2026-01-12 · Sk Md Ahnaf Akif Alvi, Raymundo Arróyave, Douglas Allaire arxiv

Bayesian Optimization with multi-objective acquisition functions such as q-Expected Hypervolume Improvement (qEHVI) requires efficient candidate optimization to maximize acquisition function values. Traditional approache…

Customizing Pareto Simulated Annealing for Multi-objective Optimization of Control Cabinet Layout

2019-06-04 · Sabri Pllana, Suejb Memeti, Joanna Kolodziej

Determining the optimal location of control cabinet components requires the exploration of a large configuration space. For real-world control cabinets it is impractical to evaluate all possible cabinet configurations. T…

Position

Protein design by multiobjective optimization: evolutionary and non-evolutionary approaches

2017-07-01 · 01 July 2017Sandeep V. Belure, Ofer M. Shir, Vikas Nanda

Traditional simulation-based protein design considers energy minimization of candidate conformations as a singleobjective combinatorial optimization problem. In this paper we consider a challenging protein design problem…

Combinatorial OptimizationEfficient ExplorationMultiobjective OptimizationProtein Design+1

Optimization of Robot Trajectory Planning with Nature-Inspired and Hybrid Quantum Algorithms

2022-06-08 · Martin J. A. Schuetz, J. Kyle Brubaker, Henry Montagu, Yannick van Dijk 외

We solve robot trajectory planning problems at industry-relevant scales. Our end-to-end solution integrates highly versatile random-key algorithms with model stacking and ensemble techniques, as well as path relinking fo…

Trajectory Planning

Attention Pruning: Automated Fairness Repair of Language Models via Surrogate Simulated Annealing

2025-03-20 · Vishnu Asutosh Dasu, Md Rafi Ur Rashid, Vipul Gupta, Saeid Tizpaz-Niari 외

This paper explores pruning attention heads as a post-processing bias mitigation method for large language models (LLMs). Modern AI systems such as LLMs are expanding into sensitive social contexts where fairness concern…

FairnessProgram Repair