macs a framework for developmental learning of affordances
play

MACS A framework for developmental learning of Affordances MACS 3 - PowerPoint PPT Presentation

Austrian Research Institute for Artificial Intelligence OFAI MACS A framework for developmental learning of Affordances MACS 3 rd Review Sankt Augustin, 15 th Feb 2008 Florian Kintzler, Jrg Irran, Georg Dorffner (OFAI) Outline


  1. Austrian Research Institute for Artificial Intelligence – OFAI MACS A framework for developmental learning of Affordances MACS 3 rd Review Sankt Augustin, 15 th Feb 2008 Florian Kintzler, Jörg Irran, Georg Dorffner (OFAI)

  2. Outline Austrian Research Institute for Artificial Intelligence – OFAI ● Learning of Affordances – Concept ● Behaviour-Monitoring/Self Observation (LM, ESGM and PM) ● Learning-Algorithm (LM) – Clustering of data from one channel – Finding correlating channels – Re-Learning ● Using the derived knowledge: – Generating Filters – (ESGM and ARR) – Using the generated filters (ESGM, ARR, DM and BM) ● Connection to Cue-Learning by JR_DIB (LM, PM) ● Outlook

  3. Affordance Initial Idea – Learning Perspective Austrian Research Institute for Artificial Intelligence – OFAI not gripped gripped Behaviour space B Cue space C “Small Ball” “close hand” “Circular Surface” “Small Structure” “rapidly move arm” “Floor” “Flat Surface” “stretch arm” “Cube” pushed reached “The affordances of the environment are what it offers the animal, what it provides or furnishes , either for good or ill. […] I mean by it [affordances] something that refers to both the environment and the animal.” (Gibson, 1986)

  4. Affordance Agents View Austrian Research Institute for Artificial Intelligence – OFAI not gripped gripped Behaviour space B Cue space C Cue space C Cue space C ? “Small Ball” “close hand” ? “Circular Surface” “Small Structure” “rapidly move arm” “Floor” “Flat Surface” “stretch arm” “Cube” pushed reached ● Behaviours, Outcomes, Cues ● There is no meaning of one without the other

  5. Learning of Affordances Concept -Observing Own Behaviour Austrian Research Institute for Artificial Intelligence – OFAI ● One behaviour can cause multiple outcome events ● Multiple behaviours can cause similar outcome events ● One cue can indicate the possibility to apply multiple behaviours ● Multiple cues can indicate the possibility to apply one behaviour

  6. Monitoring of Perception and Behaviour Application Flow Austrian Research Institute for Artificial Intelligence – OFAI LearningControl ApplicationSpacesModule Recorded Data (via RMI) PerceptionMonitoringModule Start, Stop, Cancel of Behaviours (via CORBA interface Request for ETS ETS (via CORBA) PerceptionMonitoringModule- (via CORBA) CorbaInterface , see alm.idl, registered at IOR server provided by dyknow ESGM package) Sensors CUs Behaviour Module (or GUI)

  7. Austrian Research Institute for Artificial Intelligence – OFAI Monitoring of Perception and Behaviour GUI

  8. Monitoring of Perception and Behaviour Implementation – Problems and Solution Austrian Research Institute for Artificial Intelligence – OFAI ● Sun JDK-ORB, IBM JDK-ORB, OpenORB are not compatible with ESGM ● JacORB compiles the idl files, but the class AttributeValuePair is empty. ● Added the following lines to class AttributeValuePair : public String name; public Value val; ● Added the following lines to method read(...) in class AttributeValuePairHelper (method write analogue): result.name=in.read_string(); result.val=ValueHelper.read(in); ● Helper classes (like SubscriptionProxy ) that are provided in native C/C++ were re-implemented

  9. Partition an Application-Space Clustering of Data from One Sensor Channel Austrian Research Institute for Artificial Intelligence – OFAI ● Learning Approach described in D5.3.1 ● Procedure is implemented data type independent ● New types of data can be handled by providing – the data type T – Comparator(s!) to compare time series consisting of data of data type T – GUI components for displaying (optional)

  10. Partition an Application-Space Clustering of Data from One Sensor Channel Austrian Research Institute for Artificial Intelligence – OFAI “Gripper-Pressure” Comp1 Comp2 ... “Blob-Pos-Y” Comp3

  11. Partition an Application-Space Clustering of Data from One Sensor Channel Austrian Research Institute for Artificial Intelligence – OFAI “Gripper-Pressure” Comparator 1

  12. Partition an Application-Space Clustering of Data from One Sensor Channel Austrian Research Institute for Artificial Intelligence – OFAI “Gripper-Pressure” Comparator 1 1 0

  13. Partition an Application-Space Clustering of Data from One Sensor Channel Austrian Research Institute for Artificial Intelligence – OFAI “Gripper-Pressure” Comp2 Comp1 0 0 1 1 Cx,1 Cx,0 Cx,1 Cx,3 ... C1,0;C2,0 C3,1 Cx,1 “Blob-Pos-Y” Cx,4 Cx,1 Comp3 Cx,6 0 1

  14. Partition an Application-Space Finding Correlating Channel-Clusters Austrian Research Institute for Artificial Intelligence – OFAI ● Transfers all available time series sets into cluster-vectors ● Tries to find correlations between the clusters, i.e. matches like “whenever the data of channel A belongs to cluster Cx,y the the data of channel B belongs to cluster Cz,r” (can also include or-relations) ● Implementation is thus data type independent ● Can be used independent of the concrete implementation of the clustering of data channel specific data

  15. Partition an Application-Space Finding Correlating Channel-Clusters Austrian Research Institute for Artificial Intelligence – OFAI “Gripper-Pressure” Comp2 Comp1 0 0 1 1 Gripper- Gripper- Gripper- Gripper- Pressure, Pressure, Pressure, Pressure, Cluster C1,0 Cluster C1,1 Cluster C2,0 Cluster C2,1 ... Blob-Pos-X, Blob-Pos- “Blob-Pos-Y” Cluster C3,0 X,Cluster C3,1 Comp3 0 1

  16. Partition an Application-Space Finding Correlating Channel-Clusters Austrian Research Institute for Artificial Intelligence – OFAI Gripper- Gripper- Gripper- Gripper- Pressure, Pressure, Pressure, Pressure, Cluster C1,0 Cluster C1,1 Cluster C2,0 Cluster C2,1 Blob-Pos-X, Blob-Pos- Cluster C3,0 X,Cluster C3,1 Cx,1 Cx,1 Cx,1 Cx,1 X X Cx,0 Cx,0 Cx,0 Cx,0 X X Cx,1 Cx,1 Cx,1 Cx,1 X X Cx,3 Cx,3 Cx,3 Cx,3 X X C1,0 C1,1 C2,0 C1,0 C1,0 C1,1;C2,0 C3,0 C3,1 C3,1 C3,0 C3,0 C3,1 Cx,1 Cx,1 Cx,1 Cx,1 X X Cx,4 Cx,4 Cx,4 Cx,4 X X Cx,1 Cx,1 Cx,1 Cx,1 X X Cx,6 Cx,6 Cx,6 Cx,6 X X

  17. Partitioning Application Flow Austrian Research Institute for Artificial Intelligence – OFAI 4 1 Assigns derived Partitioner Invokes to partition an to ApplicationSpace XYZ ApplicationSpace XYZ Requests 2 LearningControl ApplicationSpace XYZ PartitioningModule ApplicationSpacesModule Sends 3 ApplicationSpace XYZ

  18. Austrian Research Institute for Artificial Intelligence – OFAI Clustering – Start via GUI Partitioning

  19. Austrian Research Institute for Artificial Intelligence – OFAI Clustering – Result: Partitioner Partitioning

  20. Partitioning Clustering for deriving Outcomes and Cues Austrian Research Institute for Artificial Intelligence – OFAI Pre-Application-Phase Application- and Post-ApplicationPhase used for extraction used for extraction of relevant cue channels (Step 2a) of relevant outcome channels (Step 3a)

  21. Cue-Learning Austrian Research Institute for Artificial Intelligence – OFAI ● Sub-Partitioning of the Partitioned ApplicationSpaces ● Using the methods developed by JR_DIB Interfaces: – File System (storing data with respect to the derived outcome) – CORBA-Interface – Using the derived Filters

  22. Re-Learning Adaptation of Networks Austrian Research Institute for Artificial Intelligence – OFAI ● Adaptation of the derived networks ● When a new cluster is found for one channel, the network of the Inter- Channel-Relations must be adapted too ● Implementation via Listeners : Data structures representing the inter cluster-relation-graphs Comparator 1 are informed when the clusters are changed 1 0

  23. Providing the Derived Knowledge Application Flow – Invocation of ESGM and ARR Austrian Research Institute for Artificial Intelligence – OFAI 4 Adds the ID of the Partitions ARR (=ID of EntityTrajectoryStructur) and relates to involved Behaviour 1 Request to Export Partitioner of ApplicationSpace XYZ LearningControl Partitioner of 3 ApplicationSpace XYZ ApplicationSpacesModule ExportModule 2 Requests Partitioner of ApplicationSpace XYZ ESGM Creates one 5 GenericComputationalUnit and the concerning EntityTrajectoryStructure for each Partition Sensors CUs “Direct Perception” of Affordances!

  24. Affordance Representation Repository ARR-Interface and ARR-GUI Austrian Research Institute for Artificial Intelligence – OFAI ● Stored IDs of the derived Computational Units (CUs) and their Interrelations ● Using these IDs ● Interface via CORBA and RMI – to get IDs – to query related Cues ● GUI for managing (storing/loading/removing)

  25. Using the Derived Knowledge Execution and Planning Austrian Research Institute for Artificial Intelligence – OFAI Behaviour of agent becomes robust and flexible – reinforce actions if an Affordance is present – suppress reflex like actions (don't bite a stone) – fulfil needs (Hunger etc.) – accomplish complex missions – Using the derived knowledge as input for learning enables learning based on Affordances

  26. Austrian Research Institute for Artificial Intelligence – OFAI Demonstration Afternoon

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend