Wiki source code of Step 2: Functions
Version 2.1 by Alexandru Bobe on 2023/02/19 21:40
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | |**Topic**|**Question**|**Answer** | ||
2 | |((( | ||
3 | [[image:5.png]] | ||
4 | |||
5 | //Overall objective// | ||
6 | )))|((( | ||
7 | What is the overall objective of the human-AI system? | ||
8 | |||
9 | How do human and AI collaborate and support each other (interdependence)? | ||
10 | )))|((( | ||
11 | The system oughts to facilitate the job of the caretaker and relieve some of the stress from the PwD's relatives. The AI provides information about the person's development and can send alarms in case of rapid decay in the person's mental status. | ||
12 | |||
13 | |||
14 | Depending on the mental state of the PwD, the relatives provide different levels of information about the person's hobbies, interests and passions. Moreover, different past experiences are provided by the family. | ||
15 | |||
16 | |||
17 | The caretaker has always the final decision in choosing the strategy the robot undertakes while interacting with the PwD. | ||
18 | |||
19 | |||
20 | ))) | ||
21 | |((( | ||
22 | [[image:6.png]] | ||
23 | |||
24 | //Functions// | ||
25 | |||
26 | |||
27 | )))|((( | ||
28 | What are the functions of the AI system (s)? | ||
29 | |||
30 | What does it actually do? | ||
31 | |||
32 | What are its inputs, and what are its outputs? | ||
33 | )))|((( | ||
34 | The AI system supports the PwD in continuing to follow their artistic passion. It does this by having the following functionalities: | ||
35 | |||
36 | * Trigger the person to have an artistic session, like admiring famous paintings, watching videos about art and trying to create their own drawings | ||
37 | * Support the person for each action by splitting it into smaller achievable steps | ||
38 | * Memorize and interpret different metrics for the person's mental ability, like response time, level of attention and average duration of concentration - one of the outputs that help the caretaker better understand the needs of the person | ||
39 | * Alert the caretaker in case of any fluctuation in the person's mood. | ||
40 | |||
41 | |||
42 | ))) | ||
43 | |((( | ||
44 | [[image:8.png]] | ||
45 | |||
46 | //Interaction// | ||
47 | )))|How do you expect the human to interact with these AI functions? Does the human provide any input? (just a (high-level) description of interaction(s) is fine, e.g. “Actor A provides feedback in the form of tags”)|((( | ||
48 | In this case, the robot receives as input the following: | ||
49 | |||
50 | * Information about the specific PwD, including their age, gender, and mental health status - this is the input that helps the robot become adaptable to the specific case | ||
51 | * Past experiences that might still be significant for the person - another important input that facilitates the adaptability of the robot | ||
52 | * The specific strategy in dealing with the person, depending on some predefined measurement. Afterwards, taking into account the following interactions, the robot adapts the strategy to become more suitable for the person's needs | ||
53 | ))) |