Presentation is loading. Please wait.

Presentation is loading. Please wait.

Scheduling with Uncertain Resources Eugene Fink, Jaime G. Carbonell, Ulas Bardak, Alex Carpentier, Steven Gardiner, Andrew Faulring, Blaze Iliev, P. Matthew.

Similar presentations


Presentation on theme: "Scheduling with Uncertain Resources Eugene Fink, Jaime G. Carbonell, Ulas Bardak, Alex Carpentier, Steven Gardiner, Andrew Faulring, Blaze Iliev, P. Matthew."— Presentation transcript:

1 Scheduling with Uncertain Resources Eugene Fink, Jaime G. Carbonell, Ulas Bardak, Alex Carpentier, Steven Gardiner, Andrew Faulring, Blaze Iliev, P. Matthew Jennings, Brandon Rothrock, Mehrbod Sharifi, Konstantin Salomatin, Peter Smatana

2 Motivation The available knowledge is inherently uncertain. We usually make decisions based on incomplete and partially inaccurate data.

3 Learning of reasonable defaults Representation of uncertainty Challenges Fast reasoning based on uncertain knowledge Elicitation of critical additional data

4 RADAR project Scheduling and resource allocation under uncertainty. Part of the RADAR project, aimed at building an intelligent assistant for an office manager.

5 Demo Planning a conference based on uncertain data about available resources and scheduling constraints.

6 Outline Representation of uncertainty Reasoning based on uncertain knowledge Elicitation of missing data Default assumptions Representation of uncertainty

7 Alternative representations Approximations Mary’s weight is about 150. Mary’s cell phone is probably in her purse. Ranges or sets of possible values Mary’s weight is between 140 and 160. Mary’s cell phone may be in her purse, office, home, or car. Probability distributions Phone location: 95%purse 2% home 2% office 1% car Weight: probability density 140 160

8 Approximations Simple and intuitive approach, which usually does not require changes to standard algorithms. BUT… We assume that small input changes do not cause large output changes

9 Approximations Example: Selecting an amount of medication. patient weight amount of medication Since small input changes translate into small output changes, we can use an approximate weight value.

10 Approximations Example: Loading an elevator. load weight chance of overloading We can adapt this procedure to the use of approximate weights by subtracting a safety margin from the weight limit. 155 LB 140 LB

11 Approximations Example: Playing the “exact weight” game. If your weight is exactly 150 lb, you are a winner! player weight prize If we use approximate weight values, we cannot determine the chances of winning.

12 Ranges or sets of possible values Explicit representation of a margin of error Moderate changes to standard algorithms BUT… We may lose the accuracy of computation, and we cannot evaluate the probabilities of different possible values.

13 Ranges or sets of possible values Example: Loading an elevator. load weight chance of overloading We identify the danger of overloading, but we cannot determine its probability.

14 Ranges or sets of possible values Example: Playing the “exact weight” game. player weight prize We still cannot determine the chances of winning.

15 Probability distributions Accurate analysis of possible values and their probabilities. BUT… Major changes to standard algorithms Major increase of the running time

16 Probability distributions Example: Playing the “exact weight” game. player weight prize We can determine possible outcomes and evaluate their probabilities.

17 Proposed approach ranges or sets of values probability distributions ranges or sets with probabilities We approximate a probability density function by a set of uniform distributions, and represent it as a set of ranges with probabilities. Weight: 0.1 chance: [140..145] 0.8 chance: [145..155] 0.1 chance: [155..160] probability density 140 160 150 weight

18 Uncertain data Nominal values An uncertain nominal value is a set of possible values and their probabilities. Phone location: 0.95 chance: purse 0.02 chance: home 0.02 chance: office 0.01 chance: car

19 Uncertain data Nominal values Integers and reals An uncertain numeric value is a probability- density function represented by a set of uniform distributions. probability density 140 160 150 weight Weight: 0.1 chance: [140..145] 0.8 chance: [145..155] 0.1 chance: [155..160]

20 Uncertain data Nominal values Integers and reals Functions An uncertain function is a piecewise-linear function with uncertain coordinates patient weight amount of medication or a set of possible functions and their probabilities. 0.8 chance 0.2 chance

21 Outline Representation of uncertainty Reasoning based on uncertain knowledge Elicitation of missing data Default assumptions

22 Uncertainty arithmetic We have developed a library of basic operations on uncertain data, which input and output uncertain values. Arithmetic operations Logical operations ≤ ≠ ¬ Function application Analysis of distributions μ σ

23 Uncertainty arithmetic Allows extension of standard algorithms to reasoning with uncertain values BUT… Approximate and relatively slow Assumes that all probability distributions are independent

24 RADAR application Scheduling and resource allocation based on uncertain knowledge of resources and constraints. Uncertain room and event properties Uncertain resource availability and prices We use an optimizer that searches for a schedule with the greatest expected quality.

25 RADAR results Manual Auto 0.83 0.72 9 rooms 62 events Manual Auto 0.83 0.63 13 rooms 84 events without uncertainty with uncertainty 10 Search time 0.8 0.9 0.7 0.6 1 2 3 4 5678 9 Schedule Quality Time (seconds) 13 rooms 84 events Manual Auto 0.78 5 rooms 32 events 0.80 Schedule Quality Manual and auto scheduling problem size Scheduling of conference events.

26 Outline Representation of uncertainty Reasoning based on uncertain knowledge Elicitation of missing data Default assumptions

27 Elicitation challenge Identification of critical missing data Analysis of the trade-off between the cost of data acquisition and the expected performance improvements

28 Proposed approach For each question, compute its expected impact on the overall utility, and select questions with highest expected impacts For each candidate question, estimate the probabilities of possible answers For each possible answer, compute its cost, as well as its impact on the optimization utility

29 Missing info: Invited talk: – Projector need Poster session: – Room size – Projector need RADAR example: Initial schedule Assumptions: Invited talk: – Needs a projector Poster session: – Small room is OK – Needs no projector Available rooms: Room num. Area (feet 2 ) Proj- ector 123123 2,000 1,000 1,000 Yes No Yes Events: Invited talk, 9–10am: Needs a large room Poster session, 9–11am: Needs a room 1 2 3 Initial schedule: Talk Posters

30 Candidate questions: Invited talk: Needs a projector? Poster session: Needs a larger room? Needs a projector? Events: Invited talk, 9–10am: Needs a large room Poster session, 9–11am: Needs a room RADAR example: Choice of questions 1 2 3 Initial schedule: Talk Posters Useless info: There are no large rooms w/o a projector × Useless info: There are no unoccupied larger rooms × Potentially useful info √

31 RADAR example: Improved schedule Events: Invited talk, 9–10am: Needs a large room Poster session, 9–11am: Needs a room 1 2 3 Initial schedule: Talk Posters Info elicitation: System: Does the poster session need a projector? User: A projector may be useful, but not really necessary. 1 2 3 New schedule: Talk Posters

32 RADAR results Repairing a conference schedule after a “ crisis ” loss of rooms. After Crisis 0.50 Manual Repair 0.61 Auto w/o Elicitation 0.68 Auto with Elicitation 0.72 Schedule Quality Manual and auto repair 0.68 0.72 Schedule Quality 10 30 20 4050 Number of Questions Dependency of the quality on the number of questions

33 Outline Representation of uncertainty Reasoning based on uncertain knowledge Elicitation of missing data Default assumptions

34 Defaults assumptions Learning to make reasonable common-sense assumptions in the absence of specific data. Example assumptions: Almost all people weigh less than 500 lb Tall people usually weigh more than short people

35 Defaults assumptions Learning to make reasonable common-sense assumptions in the absence of specific data. Representation of general and context-specific assumptions Dynamic learning of assumptions Integration with data elicitation

36 RADAR results Dependency of the schedule quality on the number of questions. 0.67 0.72 Schedule Quality 20 60 40 80100 Number of Questions with default learning without learning

37


Download ppt "Scheduling with Uncertain Resources Eugene Fink, Jaime G. Carbonell, Ulas Bardak, Alex Carpentier, Steven Gardiner, Andrew Faulring, Blaze Iliev, P. Matthew."

Similar presentations


Ads by Google