Average sensitivity of the Knapsack Problem

Soh Kumabe,Yuichi Yoshida
2024-05-22
Abstract:In resource allocation, we often require that the output allocation of an algorithm is stable against input perturbation because frequent reallocation is costly and untrustworthy. Varma and Yoshida (SODA'21) formalized this requirement for algorithms as the notion of average sensitivity. Here, the average sensitivity of an algorithm on an input instance is, roughly speaking, the average size of the symmetric difference of the output for the instance and that for the instance with one item deleted, where the average is taken over the deleted item.
Data Structures and Algorithms
What problem does this paper attempt to address?