Average Sensitivity of the Knapsack Problem

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\u2721) 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. In this work, we consider the average sensitivity of the knapsack problem, a representative example of a resource allocation problem. We first show a (1-?)-approximation algorithm for the knapsack problem with average sensitivity O(?^{-1}log ?^{-1}). Then, we complement this result by showing that any (1-?)-approximation algorithm has average sensitivity ?(?^{-1}). As an application of our algorithm, we consider the incremental knapsack problem in the random-order setting, where the goal is to maintain a good solution while items arrive one by one in a random order. Specifically, we show that for any ? > 0, there exists a (1-?)-approximation algorithm with amortized recourse O(?^{-1}log ?^{-1}) and amortized update time O(log n+f_?), where n is the total number of items and f_? > 0 is a value depending on ?

    Similar works