Two problems with causal-counterfactual utility indifference

post by jessicata (jessica.liu.taylor) · 2016-05-26T06:21:07.000Z · LW · GW · 0 comments

Contents

  Problem 1: Bad bets
  Problem 2: Preventing resistance
  Discussion
None
No comments

These are problems both for utility indifference and the causal version of factoring out variables. Thanks to Eliezer for pointing out the second problem.

Suppose there are two utility functions, and . There is some button; let be the event that a button is pressed. The button can only be pressed at some particular time (we can adapt this example to cases where the button can get pressed at multiple times). The AI should optimize if the button is pressed, and if the button is not pressed. For example, could be a paperclip-maximization objective, and could be a shutdown utility function.

Introduce a random variable , the result of the roll of a 3-sided die. has 3 possible values, , and . It's with very small probability , with probability , and with probability .

If , then an invisible mechanism will prevent the button from depressing. If , then an invisible mechanism will automatically depress the button. If , then neither mechanism activates, so the button is pushed or not based on physical force applied. The AI may observe the button push but not the event .

Now consider a utility function:

for some constant . Note that we recover a variant of utility indifference by setting very close to 1, and we recover factoring out variables by setting to be the actual probability of the button push (in a fixed-point manner). For now let's say is set to .

Note that simulates a causal counterfactual on . Rougly, we could have instead written the objective as

What will an AI optimizing this utility function do? It will optimize the average of and until time , at which it will see whether the button has been pressed or not, and then optimize either or depending on the button's state. Note that it will attempt to acquire resources before time and delay important decisions until after time , due to value of information. It has no reason to push the button or prevent the button from being pushed; this is because it only cares about worlds where or , and in these worlds, physical force applied to the button has no effect.

This has some desirable properties, but ultimately fails. Consider the following two problems:

Problem 1: Bad bets

The AI only cares about worlds where . Therefore, it will "believe" that is uncorrelated with the human's intention to press the button, or humans' application of force to the button. If it is offered the ability to make bets that only make sense given this belief (say, by a nearby agent with more "conventional" beliefs), then it will.

Problem 2: Preventing resistance

Suppose that humans have some chance of trying to press the button. If the button fails to depress, then the humans will attempt to shut the AI down by other means (say, with bombs). This will somewhat reduce the AI's ability to achieve its objective .

The first half of the AI's utility function, , specifies that the AI cares about optimizing in worlds where the button fails to depress (even if someone applies force to it). In some of these worlds, the humans tried (but failed) to press the button, and then afterwards tried to shut the AI down using bombs (reducing ). So the AI will prefer a policy that prevents the humans from interfering using bombs after the button fails to depress (say, by psychologically manipulating them).

This seems quite bad. Hypothetically, maybe you can tell the humans not to use bombs if the button fails to depress. But this solution seems both brittle and unrealistic.

Discussion

I think both of these problems can be traced to the fact that, since the AI is ignoring most of the actual probability mass (where ), it has weird beliefs about the joint distribution of the button push and humans' intentions/behavior. It seems like it would be better to have utility indifference solutions that avoid this problem by not using a causal counterfactual (or one simulated by a rare event), but I'm quite unsure about whether one exists.

0 comments

Comments sorted by top scores.