Mul$agent Planning for Social Computa$on

Size: px
Start display at page:

Download "Mul$agent Planning for Social Computa$on"

Transcription

1 Mul$agent Planning for Social Computa$on Michael Rovatsos School of Informa$cs, University of Edinburgh CETINIA Invited Lecture Universidad Rey Juan Carlos, Madrid 10 th October 2013

2 Social Computa$on! Large- scale man- machine collec$ves that perform complex computa$ons mediated by digital media! OIen based on crowdsourcing and/or human computa$on, e.g. Captcha, Galaxy Zoo, TaskRabbit, Kickstarter! Offers a new vision for collec$vely intelligent systems, where people and ar$ficial agents complement each other! Surprisingly, mul$agent systems technologies are not used much for the engineering of these systems! Conversely, exis$ng systems have been built in ad hoc fashion, achieving good design rather a black art 2

3 The SmartSociety Project! 4- year 6.8M EU FP7 FET Integrated Project, co- ordinated by University of Trento! Aim: building hybrid and diversity- aware collec$ve adap$ve systems to solve challenging societal problems! Edinburgh focus within the project: social orchestra9on & composi9onality of social computa$on systems! lightweight architectures for composing workflows on the Web! enabling composi$onality with human and machine help! iden$fying emergent structure and evolving system design

4 The relevance of planning! Planning is a key ability of intelligent systems! how do I achieve a goal given what s true now and what parts of the world I can influence?! algorithmically: the problem of genera$ng ac$on sequences that will reach a state with certain proper$es! Relevance for social computa$on: useful to! describe! synthesise! verify! execute complex distributed tasks 4

5 Structure of this talk! Part I: Introduc$on! social computa$on, and why planning is relevant! Part II: Mul$agent planning problems & solu$ons! several planning- related problems in mul$agent sefngs! present them as canonical within a uniform frameworks! Part III: Applica$on to social computa$on problems! poten$al uses of each proposed method! challenges and opportuni$es! Part IV: Conclusions I will use transporta/on domains as examples throughout (e.g route planning, portage task planning, ridesharing) 5

6 Single- Agent Planning! For single- agent planning, there exist simple and general formula$ons of planning problems! STRIPS- based classical planning problem P=<F,I,A,G> with fluents F, ini$al state I, ac$ons A and goal G! Fluents are proposi$onal proper$es of states, states are sets of these! Ac$ons have the form <a,pre,eff> where pre F and eff=(add,del)! Fluents add F and del F are added to/deleted from the current state when a is executed 6

7 Single- Agent Planning! State transi$on func$on yields S =S \ del(a) add(a)when a is executed in S! Blocks World example:! ac$on a=stack(x,y)! pre(a)={clear(y), Holding(X)}! add(a)={on(x,y), ArmEmpty}! del(a)={clear(y), Holding(X)}! A plan p=<a 1,...,a n > is a solu$on to planning problem P if execu$on of a 1,...,a n from I yields a state S and G S! Various extensions to this: conformant/condi$onal planning, concurrency and scheduling, temporal planning, planning with preferences and side condi$ons 7

8 Single- Agent Planning! Planning made a lot of progress because of! common problem formula$on! scalable algorithms! benchmarks for empirical evalua$on! In mul$agent planning, addi$onal complica$ons:! concurrent ac$on, different views, different goals! coordina$ng the planning ac$vity itself! This makes the problem much much harder... 8

9 Mul$agent planning! Differently from single- agent planning, highly fragmented! Problems addressed include:! centralised planning with concurrent ac$ons! plan merging from individual agent plans! planning- $me co- ordina$on of planning agents! centralised/decentralised strategic planning! con$nuous planning, execu$on, and co- ordina$on 9

10 Our work in mul$agent planning! We try to focus on mul$agent planning problems that address different issues which we consider canonical! These can be defined using just simple varia$ons of the standard formula$on of the classical planning problem! I will discuss work on four problems:! mul$- perspec$ve planning! mul$- objec$ve planning! automated norm synthesis! automated agent decomposi$on 10

11 Mul$- Perspec$ve Planning! Agents disagree about ini$al state and ac$on defini$ons, but share goal: P i =<F,A i,i i,g>! Acceptable planning problem: plan p is acceptable wrt KB 1 and KB 2 iff KB 1 = p and KB 2 = p! Belesio$s & MR developed argumenta$on- based method based on evalua$ng individual agents proposals, solu$on = a plan that can be defended! Scalability achieved by using off- the- shelf single- agent planner for sub- tasks in the argumenta$on process 11

12 Mul$- Perspec$ve Planning Assign Roles Re-evaluate Arguments FALSE Identify Relevant Conflicts FALSE Proposal Proposal Constructed Validate Validation Succeeds FALSE TRUE Argumentation Is Defendable TRUE TRUE Resolve Conflicts Plan proposal generated by single agent (with any planner) Dispute in case of disagreement, argumenta$on follows Ends in successful defence of ini$al proposal or rejec$on Middle- ground between classical and conformant planning 12

13 Example! Robot gridworld domain PRO 2 1 o r t OPP t r o 1 2 pickup drop (1): P (, pickup,, drop) s 0 s 1 s 2 s 3 s 4 (4): HI ( have(r, o)) (6): HI ( at(o, 1, 2)) (5): DA (pickup, at(o, 1, 2),s 1 ) (3): HE (pickup, hold(r, o),s 3 ) (7): Belief (2): GNA (at(o, 2, 2)) proponent moves opponent moves 13

14 Applica$on: ArguDem! A demonstrator for helping robots navigate: 14

15 Mul$- Objec$ve Planning! Agents have independent goals: P=<F,A,I,G i >! Strategic problem, acceptability based on no$ons of stability and equilibrium! Problem depends on whether contracts can be enforced and u$lity can be transferred! Like concurrent planning with addi$onal constraints on plan cost to individuals! Hard to define meaningful solu$on concepts if goals incompa$ble or agents untrustworthy 15

16 Example Delivery domain Note: focus on domains where enumera$on of plans is impossible 16

17 Planning for Self- Interested Agents! Best- Response Planning (Jonsson & MR):! itera$ve method of op$mising agents individual plans without breaking others plans! computes equilibrium plans fast in conges$on games, restricted to interac$ons regarding cost! useful for plan op$misa$on in unrestricted domains! Later also extended to include compress- and- expand algorithm to produce ini$al concurrent plan! only for domains where agents can achieve their individual goals alone; but useful for plan cost op$misa$on 17

18 Applica$on: Ridesharing! Hrncir & Hlavaty s system uses BRP to calculate travel routes using real- world UK public transporta$on data and private cars (>200K connec$ons) 18

19 Automated norm synthesis! Avoiding undesirable states in a system regardless of agents planning ac$vi$es! Automated synthesis = given a planning domain, calculate a set of prohibi$ons for agents! Automated synthesis of such norms is NP- hard in enumerated state systems! Exis$ng methods don t exploit abstrac$ons of proposi$onal/first- order domain theories 19

20 Automated norm synthesis! Christelis & MR developed CRS algorithm based on forward- backward search around conflict states guaranteeing full goal accessibility! Pruning techniques and use of single- agent performant planners result in highly scalable methods! Our method: find detours around conflict states by local search in generalised state spaces 20

21 Automated norm synthesis! Iterated process of forward- backward search around conflict state specifica$on: Not beser than full state- space search in the worst case but we can oien get lucky 21

22 Example! Tunnel world example: Tunnel 1 Tunnel 2 Tunnel! Agents entering tunnels have to leave them out the opposite end immediately (on entering tunnel, future crash not avoidable)! Our algorithm solves this by compu$ng a general norm if you are next to a tunnel and another agent is at the opposite end, don t enter the tunnel 22

23 Automated Agent Decomposi$on! Everything described so far assumes explicit representa$on of agents in problem formula$on! But what makes a domain mul$agent, if all you knew was its classical specifica$on P=<F,I,A,G>?! Many benchmark problems for (single- agent) planning problems are mul$agent to the human eye but does that even maser for an algorithm?! Yes, because! we can build plan search algorithms that exploit this structure! it provides an elegant defini$on of agents 23

24 Automated Agent Decomposi$on! Crosby developed automated decomposi$on technique that iden$fies meaningful agent variable decomposi$ons 24

25 The ADP Algorithm! Automated agent decomposi$on algorithm! Planning algorithm that exploits this structure! Iden$fies decomposable domains fast and reliably! ADP algorithm outperforms state- of- the- art planners on those domains! Relevant for about 40% of common benchmark (IPC) domains 25

26 Back to social Computa$on! All these methods can be used in social computa$on, e.g. ridesharing scenario! Mul$- perspec$ve planning: resolve disagreements among par$cipants in a structured, verifiable way! different travellers have different knowledge about feasibility and quality of trips, e.g. punctuality, reliability, comfort! oien there is conflic$ng knowledge from different informa$on sources, or preferences of individuals are unknown a priori! incomplete informa$on can be refined by humans who incrementally curate the global travel database! challenge: argumenta$on complexity grows exponen$ally with number of possible different views 26

27 Back to social computa$on! Mul$- objec$ve planning: compute travel routes that are acceptable for all travellers involved! reduces probability of individuals devia$ng from joint plan (though collusion among sub- groups is s$ll possible)! allows for broad range of cost func$ons and taking account of external extensives (e.g. to influence traveller behaviour or avoid conges$on)! may help convince people of benefits of ridesharing by helping to navigate unmanageable space of possible rides! challenge: elici$ng preferences in a lightweight yet reliable way, execu$on monitoring despite par$al observability 27

28 Back to social computa$on! Automated norm synthesis: ensure global constraints (especially regarding safety) are met despite flexible design! where full reachability of states can be maintained, norms can be proven not to constrain individual travellers mobility! poten$al addi$onal cost incurred can be es$mated by comparing plans under norm ac$va$on and deac$va$on! important for reassuring travellers in a sensi$ve domain (passenger safety & predictability of trip and its cost essen$al)! challenge: nego$a$ng tradeoffs with user communi$es where full reachability is lost due to synthesised norms 28

29 Back to social computa$on! Automated agent decomposi$on: useful to iden$fy hidden locality and parallelism in a domain! most relevant for complex combinatorial tasks, e.g. planning a set of overlapping rideshares for a larger popula$on! can be used to deal with side- effects and undiscovered conflicts and scale up plan computa$on to larger collec$ves! challenge: finding the right abstrac$ons for group ac$on that will reveal and resolve poten$al cross- group conflicts 29

30 Back to social computa$on! Most challenges when applying these techniques to social computa$on are to do with! Large- scale agent popula$ons interac$ng sporadically! Refinement through con$nually elicited human knowledge! The unpredictable nature of human users! Desiderata for future research:! Approaches must be able to deal with collec$ves! Algorithms must allow for varying levels of detail! Representa$ons must be adapted to past experience! If methods don t work for humans, forget about them! 30

31 ESSENCE - Evolu$on of Shared Seman$cs in Computa$onal Environments! 4- year, 4M Marie Curie Ini$al Training Network, co- ordinated by Edinburgh (starts 1 st November)! Aim: to exploit human methods for nego$a$ng, sharing, and evolving meaning in computa$onal systems! High- profile consor$um, from pure logic and game theory to natural language processing and sensor networks! Focus in Edinburgh: Communica$on planning from heterogeneous sensor data and ontology learning! By the way, we have funding for 11 PhD students and 4 post- docs ($$$$$ - but you have to go abroad!)! Visit network.eu soon, or contact me now (mrovatso@inf.ed.ac.uk)

32 Conclusions! Argued for social computa$on as an exci$ng and challenging domain for mul$agent planning! Massive poten$al impact, though currently lisle use of mul$agent systems techniques! Gave examples from previous work in our group that may be useful star$ng points! Raises challenges which can only be addressed if we adapt certain methodological assump$ons - think out of the box! The future is bright, but not easy to conquer! 32

33 Thanks for your asen$on!! Ques$ons? 33

Principles of Information Systems

Principles of Information Systems Principles of Information Systems Session 08 Systems Investigation and Analysis An Overview of Systems Development Today, users of informa0on systems are involved in their development Avoid costly failures

More information

IT System Scope Development. Presented by Lourdes Coss, MPA, CPPO

IT System Scope Development. Presented by Lourdes Coss, MPA, CPPO IT System Scope Development Presented by Lourdes Coss, MPA, CPPO Objec4ves Discuss Key Components of an IT System Scope of Services Prac?ce the Development of the Document Discuss some of the laws of teamwork

More information

A Generative Dialogue System for Arguing about Plans in Situation Calculus

A Generative Dialogue System for Arguing about Plans in Situation Calculus A Generative Dialogue System for Arguing about Plans in Situation Calculus Alexandros Belesiotis, Michael Rovatsos and Iyad Rahwan University of Edinburgh ArgMAS 2009 Introduction Co-operative agents searching

More information

WPI. Some Issues in Computa/onal Design Crea/vity. David C. Brown Computer Science Department Worcester Polytechnic Ins7tute Worcester, MA, USA

WPI. Some Issues in Computa/onal Design Crea/vity. David C. Brown Computer Science Department Worcester Polytechnic Ins7tute Worcester, MA, USA WPI Some Issues in Computa/onal Design Crea/vity David C. Brown Computer Science Department Worcester Polytechnic Ins7tute Worcester, MA, USA WPI Private university, mostly science & technology. Founded

More information

Protec'ng Privacy in the Archives: Preliminary Explora'ons of Topic Modeling for Born- Digital Collec'ons

Protec'ng Privacy in the Archives: Preliminary Explora'ons of Topic Modeling for Born- Digital Collec'ons Protec'ng Privacy in the Archives: Preliminary Explora'ons of Topic Modeling for Born- Digital Collec'ons Tim Hutchinson 13 December 2017 IEEE 2017: 2 nd CAS Workshop Guiding ques'ons/context! High volume

More information

Audi%ng and Verifica%on of an ISO Energy Management System. Ian Boylan

Audi%ng and Verifica%on of an ISO Energy Management System. Ian Boylan Audi%ng and Verifica%on of an ISO 50001 Energy Management System Ian Boylan +353 86 2353888 ian.boylan@targetenergy.ie Audi%ng & Verifica%on Audi%ng for effec%veness Verifica%on of savings & verifica%on

More information

In Cloud, Can Scien/fic Communi/es Benefit from the Economies of Scale?

In Cloud, Can Scien/fic Communi/es Benefit from the Economies of Scale? In Cloud, Can Scien/fic Communi/es Benefit from the Economies of Scale? By: Lei Wang, Jianfeng Zhan, Weisong Shi, Senior Member, IEEE, and Yi Liang Presented By: Ramneek (MT2011118) Introduc/on The power

More information

Disruptive Innovation and the Future of Medicine: Are We Prepared?

Disruptive Innovation and the Future of Medicine: Are We Prepared? Disruptive Innovation and the Future of Medicine: Are We Prepared? Carolyn Compton, MD, PhD Professor of Life Sciences, Arizona State University Professor of Laboratory Medicine and Pathology, Mayo Clinic

More information

Model- Based System Development for Managing the Evolu;on of a Common Submarine Combat System

Model- Based System Development for Managing the Evolu;on of a Common Submarine Combat System Model- Based System Development for Managing the Evolu;on of a Common Submarine Combat System 18 May 2010 Steven W. Mitchell Lockheed Martin Fellow LM Certified Systems Architect Copyright Lockheed Mar3n,

More information

Mul$- scale Demand- Side Management for Con$nuous Power- intensive Processes. EWO mee(ng, March 13, 2013

Mul$- scale Demand- Side Management for Con$nuous Power- intensive Processes. EWO mee(ng, March 13, 2013 Mul$- scale Demand- Side Management for Con$nuous Power- intensive Processes EWO mee(ng, March 3, 203 Sumit Mitra, Carnegie Mellon University, Pi@sburgh, PA Advisor: Prof. Ignacio E. Grossmann Collaborators:

More information

Process Modeling Best Practices. Raphael Derbier Nicolas Marzin

Process Modeling Best Practices. Raphael Derbier Nicolas Marzin Process Modeling Best Practices Raphael Derbier Nicolas Marzin SAFE HARBOR DISCLOSURE During the course of this presenta1on TIBCO or its representa1ves may make forward-looking statements regarding future

More information

From Capability- Based Planning to Compe66ve Advantage Assembling Your Business Transforma6on Value Network

From Capability- Based Planning to Compe66ve Advantage Assembling Your Business Transforma6on Value Network From Capability- Based Planning to Compe66ve Advantage Assembling Your Business Transforma6on Value Network Marc Lankhorst, BiZZdesign Iver Band, Cambia Health Solu=ons INTRODUCTIONS 2 Marc Lankhorst +31

More information

The Project Management Cer:ficate Program. Project Scope Management

The Project Management Cer:ficate Program. Project Scope Management PMP cross-cutting skills have been updated in the PMP Exam Content Outline June 2015 (PDF of the Examination Content Outline - June 2015 can be found under the Resources Tab). Learn about why the PMP exam

More information

Centre for Research and Technology Hellas Hellenic Institute of Transport Jose-Maria Salanova

Centre for Research and Technology Hellas Hellenic Institute of Transport Jose-Maria Salanova Interna'onal Brokerage Event Brussels, 26-27/10/2017 Centre for Research and Technology Hellas Hellenic Institute of Transport Jose-Maria Salanova jose@certh.gr Centre for Research and Technology-Hellas

More information

Programming Distributed Systems Lab

Programming Distributed Systems Lab in the near future: So7ware Methodologies for Distributed Systems University of Augsburg Bernhard Bauer Mo?va?on and Goals Challenges: So7ware systems become more complex So7ware landscapes are difficult

More information

IDN Variant TLD Program 18 July 2013

IDN Variant TLD Program 18 July 2013 IDN Variant TLD Program 18 July 2013 Introduc

More information

Title Here. Dual Track Agile A Guide for Product and Project Managers. Powering Business Value

Title Here. Dual Track Agile A Guide for Product and Project Managers. Powering Business Value Powering Business Value February 4, 2014 Dual Track Agile A Guide for Product and Project Managers Title Here John E. Parker, CEO Enfocus Solu8ons Inc. www.enfocussolu8ons.com 0 John E. Parker (IntroducAon)

More information

Marke&ng Evalua&on Workshop Focus on the Asia

Marke&ng Evalua&on Workshop Focus on the Asia Marke&ng Evalua&on Workshop Focus on the Asia Pacific @flyjon Today Morning Introduc&on to contemporary marke&ng evalua&on A

More information

Computational Complexity and Agent-based Software Engineering

Computational Complexity and Agent-based Software Engineering Srinivasan Karthikeyan Course: 609-22 (AB-SENG) Page 1 Course Number: SENG 609.22 Session: Fall, 2003 Course Name: Agent-based Software Engineering Department: Electrical and Computer Engineering Document

More information

Monitoring- based Commissioning: Con2nuous Performance Inves2ga2on and Evalua2on

Monitoring- based Commissioning: Con2nuous Performance Inves2ga2on and Evalua2on Monitoring- based Commissioning: Con2nuous Performance Inves2ga2on and Evalua2on Jessica Granderson PhD Lawrence Berkeley Na2onal Laboratory Energy Informa2on Systems and the Energy Informa-on Handbook

More information

Using System- Capacity Benchmarks to Cra6 Strategic Grant Making. SECF Conference 2017

Using System- Capacity Benchmarks to Cra6 Strategic Grant Making. SECF Conference 2017 Using System- Capacity Benchmarks to Cra6 Strategic Grant Making SECF Conference 2017 Objec3ves 1. Review and discuss the impera3ve to demonstrate founda3on impact 2. Discuss barriers 3. Discuss the concept

More information

Business Management Unit 4

Business Management Unit 4 Business Management Unit 4 AOS 1: The Human Resource Management Func8on 5.4 MOTIVATIONAL THEORIES Area of Study Overview In this area of study, students examine the prac5ces and processes of human resource

More information

The Project Management Cer8ficate Program. Project Time Management

The Project Management Cer8ficate Program. Project Time Management PMP cross-cutting skills have been updated in the PMP Exam Content Outline June 2015 (PDF of the Examination Content Outline - June 2015 can be found under the Resources Tab). Learn about why the PMP exam

More information

Experience with Adap0ng a WS BPEL Run0me for escience Workflows

Experience with Adap0ng a WS BPEL Run0me for escience Workflows Experience with Adap0ng a WS BPEL Run0me for escience Workflows Thilina Gunarathne, Chathura Herath, Eran Chinthaka, Suresh Marru Pervasive Technology Ins0tute Indiana University Introduc0on Scien0st communi0es

More information

Leveraging IT Governance for Business Value. Jacqueline Hanson- Kotei

Leveraging IT Governance for Business Value. Jacqueline Hanson- Kotei Leveraging IT Governance for Business Value Jacqueline Hanson- Kotei Contents Introduc)on Business Challenges IT Governance Whose responsibility Frameworks What to look out for Objec)ves Structure and

More information

DATA SCIENCE THE 1890 CENSUS! Herman Hollerith ( )! EM 1879, PhD 1890!

DATA SCIENCE THE 1890 CENSUS! Herman Hollerith ( )! EM 1879, PhD 1890! THE 1890 CENSUS Herman Hollerith (1860-1929) EM 1879, PhD 1890 Hollerith s work on the census was a great example of seeing how a process as complex as the US Census could be abstracted, ra=onalized, and

More information

WHO WANTS TO JOIN IN CREATING IMPACT?!

WHO WANTS TO JOIN IN CREATING IMPACT?! EMPOWER WHO WANTS TO JOIN IN CREATING IMPACT?! (Dissemination) EMPOWER GOALS AND BUILDING BLOCKS What is EMPOWER The main objec@ve of EMPOWER is to substan'ally reduce the use of conven'onally fuelled

More information

Cri$cal infrastructure resilience index JRC, Ispra 28 April 2016

Cri$cal infrastructure resilience index JRC, Ispra 28 April 2016 Cri$cal infrastructure resilience index JRC, Ispra 28 April 2016 Prof. Christer Pursiainen Arc=c University of Norway (UiT) christer.h.pursiainen@uit.no The presenta=on is based on a project called IMPROVER

More information

Project ended.. Terminated or canceled.

Project ended.. Terminated or canceled. Project ended.. Terminated or canceled. 1 Project ended doesn t mean with success. A project can end in underperformance Terminated or canceled projects consumes funds and resources without results 2 Delega&on

More information

Regulatory Framework for Gene Therapies Incorpora:ng Human Genome Edi:ng

Regulatory Framework for Gene Therapies Incorpora:ng Human Genome Edi:ng Regulatory Framework for Gene Therapies Incorpora:ng Human Genome Edi:ng Anna Kwilas, Ph.D. CMC Reviewer, Gene Therapy Branch Division of Cellular and Gene Therapies Office of Tissues and Advanced Therapies

More information

SCRUM & XP Methodologies & Prac7ces. Robert Feldt, Agile Dev Processes, Chalmers

SCRUM & XP Methodologies & Prac7ces. Robert Feldt, Agile Dev Processes, Chalmers SCRUM & XP Methodologies & Prac7ces Robert Feldt, 2012-03- 19 Agile Dev Processes, Chalmers Defini7ons Con7nuous inspec7on Itera7ve List of requirements Increment of func7onality Why Scrum? [Rising2000]

More information

Best Practices for Delivering BPM Projects. Jörg Grote BPM Solution Architect. Copyright TIBCO Software Inc.

Best Practices for Delivering BPM Projects. Jörg Grote BPM Solution Architect. Copyright TIBCO Software Inc. Best Practices for Delivering BPM Projects Jörg Grote BPM Solution Architect Copyright 2000-2014 TIBCO Software Inc. Agenda Topics covered BPM what is it really? Rules for success? Process Centric Development

More information

eceee Summer Study 2009, La Colle sur Loup, Côte d'azur, France, 1 6 June 2009 PhD Jessica Algehed PhD Stefan Wirsenius MSc Johanna Jönsson

eceee Summer Study 2009, La Colle sur Loup, Côte d'azur, France, 1 6 June 2009 PhD Jessica Algehed PhD Stefan Wirsenius MSc Johanna Jönsson Energy efficiency and carbon dioxide emissions in energy intensive industry under stringent CO 2 policies Comparison of top down and bo1om up approaches and evalua8on of usefulness to policy makers eceee

More information

Law Department Strategic Planning. Moving from Vision to Execu;on

Law Department Strategic Planning. Moving from Vision to Execu;on Law Department Strategic Planning Moving from Vision to Execu;on 1 Welcome and Panel Introduc;ons Aaron Van Nice Chris6ne Juhasz Nancy Jessen Nikki Rahimzadeh Director, Legal Opera;ons Legal Opera;ons

More information

Pla$orm for Engaging Everyone Responsibly (PEER)

Pla$orm for Engaging Everyone Responsibly (PEER) Pla$orm for Engaging Everyone Responsibly (PEER) We begin with a novel perspec

More information

Module One: Produc.ve Management Methodology for Health Services (PMMHS) An Introduc.on Part 2

Module One: Produc.ve Management Methodology for Health Services (PMMHS) An Introduc.on Part 2 Module One: Produc.ve Management Methodology for Health Services (PMMHS) An Introduc.on Part 2 What is PMMHS? It is a methodology for the management of health services based on produc.on, efficiency, resources

More information

Architectures for Robot Control

Architectures for Robot Control Architectures for Robot Control Intelligent Robotics 2014/15 Bruno Lacerda This Lecture Deliberative paradigm - STRIPS Reactive paradigm - Behaviour-based architectures Hybrid paradigm The SMACH package

More information

Applying Energy Interopera9on/EMIX to DR and Transac9ve Energy. DR and EI Goals. David Holmberg and William Cox Grid Interop 2012, Irving, TX

Applying Energy Interopera9on/EMIX to DR and Transac9ve Energy. DR and EI Goals. David Holmberg and William Cox Grid Interop 2012, Irving, TX pplying Energy Interopera9on/EMIX to DR and Transac9ve Energy David Holmberg and William ox Grid Interop 2012, Irving, TX DR and EI Goals We want to see the customer/ prosumer be an ac9ve par9cipant in

More information

Challenges for making scalable security management for informa5on and communica5on infrastructure

Challenges for making scalable security management for informa5on and communica5on infrastructure Challenges for making scalable security management for informa5on and communica5on infrastructure Prof. Dr. Suguru Yamaguchi Graduate School of Informa5on Science, Nara Ins5tute of Science and Technology,

More information

The state of the art of Open Data in Finland

The state of the art of Open Data in Finland University of Lapland 22.- 23. April 2013 The state of the art of Open Data in Finland Doctorand Dino Girardi Ins=tute for Law and Informa=cs University of Lapland - Finland CIRSFID University of Bologna

More information

Failure Predic,on of Jobs in Compute Clouds: A Google Cluster Case Study

Failure Predic,on of Jobs in Compute Clouds: A Google Cluster Case Study Failure Predic,on of Jobs in Compute Clouds: A Google Cluster Case Study Xin Chen, and Karthik Pa0abiraman University of Bri:sh Columbia (UBC) Charng- da Lu, Unaffiliated Compute Clouds } Infrastructure

More information

An Econocom Group company. Your partner in the transi8on towards Mobile IT

An Econocom Group company. Your partner in the transi8on towards Mobile IT E c o n o c o m Te l e c o m S e r v i c e s An Econocom Group company Your partner in the transi8on towards Mobile IT E c o n o c o m Te l e c o m S e r v i c e s A few key figures 40 000 mobile terminals

More information

Becoming a Gamemaster: Designing IT Emergency Opera7ons and Drills

Becoming a Gamemaster: Designing IT Emergency Opera7ons and Drills Becoming a Gamemaster: Designing IT Emergency Opera7ons and Drills Adele Shakal Director, Project & Knowledge Management Metacloud Inc. Formerly Technical Project Manager at USC ITS ITS Great Shakeout

More information

INNOVATION IN INDUSTRY. all talk and no ac*on

INNOVATION IN INDUSTRY. all talk and no ac*on INNOVATION IN INDUSTRY all talk and no ac*on Who is this guy? Over 15 years of experience in innova*on and industry: Cookson, YKI, Electrolux, BASF, Hybrid Plas*cs & Phantom Plas*cs Serial innovator: many

More information

Project Management. Project Planning CE PROJECT MANAGEMENT L- 5

Project Management. Project Planning CE PROJECT MANAGEMENT L- 5 Project Management Project Planning CE 447 - PROJECT MANAGEMENT 1 L- 5 Project Phases 1. Ini7a7on 2. Planning 3. Execu7on 4. Controlling 5. Closing Planning Phase Communica7on plan Scope management plan

More information

Narra$on: This is north American Fa0gue Management program Module 10 - Fatigue Monitoring and Management Technologies.

Narra$on: This is north American Fa0gue Management program Module 10 - Fatigue Monitoring and Management Technologies. Narra$on: This is north American Fa0gue Management program Module 10 - Fatigue Monitoring and Management Technologies. 1 Narra$on: Module 10 will last approximately one hour and will consist of four lessons:

More information

MARINE DESIGN Bringing Alternative Fuels onboard

MARINE DESIGN Bringing Alternative Fuels onboard MARINE DESIGN Bringing Alternative Fuels onboard Dr Evangelos K. Boulougouris What is Design? Design and Designer tend to be overused words for which there are many defini

More information

Week 4: Professional Ethics February 4, 2018

Week 4: Professional Ethics February 4, 2018 CS 4001: Computing, Society & Professionalism Munmun De Choudhury Assistant Professor School of Interac:ve Compu:ng Week 4: Professional Ethics February 4, 2018 Do computer professional need to worry about

More information

A Mul&- Modal Freight Safety, Security and Environmental Rou&ng Tool

A Mul&- Modal Freight Safety, Security and Environmental Rou&ng Tool A Mul&- Modal Freight Safety, Security and Environmental Rou&ng Tool Janey Camp, Mark Abkowitz & Robert Stammer Vanderbilt University Mid- Con?nent Transporta?on Research Symposium August 2014 Madison,

More information

Business Model Genera6on Crea%ng Your Canvas

Business Model Genera6on Crea%ng Your Canvas Business Model Genera6on Crea%ng Your Canvas Adapted from Business Model Genera/on by Alexander Osterwalder & Yves Pigneur, Copyright 2010 and The Startup Owner's Manual by Steve Blank and Bob Dorf The

More information

Threats, Vulnerabili0es, Tough Choices Oh My!

Threats, Vulnerabili0es, Tough Choices Oh My! Human Dimensions and Ocean Health in a Changing Climate Symposium USC March 12, 2013 Threats, Vulnerabili0es, Tough Choices Oh My! Research and Ac,on for Adapta,on Success Susanne C. Moser, Ph.D. Susanne

More information

Autonomous Agents and Multi-Agent Systems* 2015/2016. Lecture Reaching Agreements

Autonomous Agents and Multi-Agent Systems* 2015/2016. Lecture Reaching Agreements Autonomous Agents and Multi-Agent Systems* 2015/2016 Lecture Reaching Agreements Manuel LOPES * These slides are based on the book by Prof. M. Wooldridge An Introduction to Multiagent Systems and the online

More information

TerraSwarm. Energy is Conservable: Temporal Modeling for Resource Alloca;on in Swarm Devices. David Jun, Long Le, Douglas L. Jones

TerraSwarm. Energy is Conservable: Temporal Modeling for Resource Alloca;on in Swarm Devices. David Jun, Long Le, Douglas L. Jones TerraSwarm Energy is Conservable: Temporal Modeling for Resource Alloca;on in Swarm Devices David Jun, Long Le, Douglas L. Jones University of Illinois at Urbana-Champaign davidjun@illinois.edu SEC 13

More information

Monitoring and Evalua/on: Adap/ve Management for Landscape Resilience

Monitoring and Evalua/on: Adap/ve Management for Landscape Resilience Monitoring and Evalua/on: Adap/ve Management for Landscape Resilience Diana Salvemini, COMDEKS Project Manager (UNDP- GEF) COMDEKS Global Knowledge Exchange Workshop, Jan 23-26 San José, Costa Rica Monitoring

More information

Biodiversity Informatics and the State of the Data

Biodiversity Informatics and the State of the Data Biodiversity Informatics and the State of the Data Fatima Parker-Allie SANBI ATELIER RÉGIONAL /// REGIONAL WORKSHOP SCÉNARIOS DE LA BIODIVERSITÉ AFRICAINE /// SCENARIOS OF BIODIVERSITY CHANGE IN AFRICA

More information

A Con&nuous- &me Dynamic Pricing Model Knowing the Compe&tor s Pricing Strategy

A Con&nuous- &me Dynamic Pricing Model Knowing the Compe&tor s Pricing Strategy A Con&nuous- &me Dynamic Pricing Model Knowing the Compe&tor s Pricing Strategy Graduate School of Finance, Accoun&ng and Law, Waseda University Kimitoshi Sato Graduate School of Business Administra&on,

More information

Calcula&ng Source Line Level Energy Informa&on

Calcula&ng Source Line Level Energy Informa&on Calcula&ng Source Line Level Energy Informa&on Developers lack fine- grained energy feedback Other approaches have cri&cal limita&ons We built a tool for fine- grained energy measurement Co- authored by

More information

The Legal Ops Investor. Workshop with small group ac9vi9es/exercises

The Legal Ops Investor. Workshop with small group ac9vi9es/exercises The Legal Ops Investor Workshop with small group ac9vi9es/exercises Session Objec9ves Iden9fy and discuss legal ops planning strategies in the context of budget Provide prac9cal insights for achieving

More information

Lecture 8 Process Redesign II

Lecture 8 Process Redesign II MTAT.03.231 Business Process Management Lecture 8 Process Redesign II Marlon Dumas marlon.dumas ät ut. ee 1 Process redesign Process identification Process architecture Conformance and performance insights

More information

Op%mal Scheduling of Combined Heat and Power (CHP) Plants 1 under Time- sensi%ve Electricity Prices

Op%mal Scheduling of Combined Heat and Power (CHP) Plants 1 under Time- sensi%ve Electricity Prices Op%mal Scheduling of Combined Heat and Power (CHP) Plants 1 under Timesensi%ve Electricity Prices Summary In this case study, a CHP plant increases its profit by up to 20%, depending on the level of u8liza8on,

More information

Enterprise Informa>on System (EIS) Value Assurance Framework (VAF) Risk- Reward Op>miza>on. Chris Gunderson In support of OUSD(I)

Enterprise Informa>on System (EIS) Value Assurance Framework (VAF) Risk- Reward Op>miza>on. Chris Gunderson In support of OUSD(I) Enterprise Informa>on System (EIS) Value Assurance Framework (VAF) Risk- Reward Op>miza>on Chris Gunderson cgunders@nps.edu In support of OUSD(I) GAO January 2006 United States Government Accountability

More information

Comprehensive Strategic Planning Framework

Comprehensive Strategic Planning Framework Comprehensive Strategic Planning Framework Introduc)on and Overview This document outlines City College of New York s comprehensive strategic planning ini?a?ve. The document includes the following components:

More information

Quality Management System (QMS) Refresher Training

Quality Management System (QMS) Refresher Training Quality Management System (QMS) Refresher Training Classifica(on 2: Foxhole Technology Employees Only RMD 022 QMS Refresher Training Course September 21, 2017 Version 1.0 The Resource Approach The Triad

More information

Globus Georgetown. Yuriy Gusev - ICBI, Georgetown University, Washington DC

Globus Georgetown. Yuriy Gusev - ICBI, Georgetown University, Washington DC Globus Genomics @ Georgetown Yuriy Gusev - ICBI, Georgetown University, Washington DC Innova5on Center for Biomedical Informa5cs h;p://icbi.georgetown.edu/ Innova5on Center for Biomedical Informa5cs: Enabling

More information

Advanced Strategies to Implement Successful Root Cause Analysis: What You Don t Know

Advanced Strategies to Implement Successful Root Cause Analysis: What You Don t Know Advanced Strategies to Implement Successful Root Cause Analysis: What You Don t Know Presented by: Raven Catlin CEO & Speaker Raven Global Training Raven Global Training, LLC! Providing in-house, virtual,

More information

Applica'on of RBF in the PAF and Cooking Stoves. Felicity Spors & Nuyi Tao Climate and Carbon Finance Unit World Bank June 2, 2016

Applica'on of RBF in the PAF and Cooking Stoves. Felicity Spors & Nuyi Tao Climate and Carbon Finance Unit World Bank June 2, 2016 Applica'on of RBF in the PAF and Cooking Stoves Felicity Spors & Nuyi Tao Climate and Carbon Finance Unit World Bank June 2, 2016 When is RBCF an appropriate policy choice? First choice is whether it is

More information

Value over Velocity From Feature Building to Value Delivery

Value over Velocity From Feature Building to Value Delivery Value over Velocity From Feature Building to Value Delivery Ryan Shriver rshriver@ddig.com @ryanshriver 1 theagileengineer.com Leader of IT Performance Improvement Solu>ons for Dominion Digital in Richmond,

More information

Central New Mexico Climate Change Scenario Planning Project

Central New Mexico Climate Change Scenario Planning Project Central New Mexico Climate Change Scenario Planning Project An Interagency Transporta0on, Land Use, and Climate Change Ini0a0ve Volpe The National Transportation Systems Center Ben Rasmussen November 14,

More information

Introduc)on to Transporta)on Behavioral Modelling

Introduc)on to Transporta)on Behavioral Modelling 14 th Behavior Modeling in Transporta;on, The University of Tokyo Introduc)on to Transporta)on Behavioral Modelling Arnab Jana, PhD Assistant Professor Centre for Urban Science & Engineering Indian Ins;tute

More information

What you need for IoT: Smarter Methods

What you need for IoT: Smarter Methods What you need for IoT: Smarter Methods Ivar Jacobson www.ivarjacobson.com Agenda 1. IoT and Methods 2. Existing Methods puts you in Method Prisons 3. How to get out of your Method Prison? 4. Essentialization

More information

Study on Traceability of Fisheries Products

Study on Traceability of Fisheries Products Study on Traceability of Fisheries Products A compara9ve study of 10 country cases under the framework of the programme GCP/INT/253/JPN Francisco Blaha Melania Borit, Ph.D and Kim Thompson Objec9ve The

More information

Sustainable Land and Ecosystem Management Country Partnership Program (SLEM- CPP)

Sustainable Land and Ecosystem Management Country Partnership Program (SLEM- CPP) Public Disclosure Authorized Public Disclosure Authorized Public Disclosure Authorized Public Disclosure Authorized INDIA Sustainable Land and Ecosystem Management Country Partnership Program (SLEM- CPP)

More information

Product Innova4on, Mgt & Business Strategy Mapping The Power of Knowing How it All Fits Together

Product Innova4on, Mgt & Business Strategy Mapping The Power of Knowing How it All Fits Together Product Innova4on, Mgt & Business Mapping The Power of Knowing How it All Fits Together by Kenneth Kring (e) kkring@gmail.com, (t) @klkring, (l) linkedin.com/in/kenkring based on the book: Business Mapping

More information

Developing A Business Case For WMS in the Automo9ve Component Supply Chain QINGWEI LI SNEHA JAISHANKAR XIAOYUN LIN TRAVIS PERKINS

Developing A Business Case For WMS in the Automo9ve Component Supply Chain QINGWEI LI SNEHA JAISHANKAR XIAOYUN LIN TRAVIS PERKINS Developing A Business Case For WMS in the Automo9ve Component Supply Chain QINGWEI LI SNEHA JAISHANKAR XIAOYUN LIN TRAVIS PERKINS 1 Introduc)on Development of the research - Company A Automo7ve component

More information

8 Key Elements to a Sustainable RCA Program. Presented by Kevin Stewart

8 Key Elements to a Sustainable RCA Program. Presented by Kevin Stewart 8 Key Elements to a Sustainable RCA Program Presented by Kevin Stewart Introduc)on Table of Contents Key elements of a sustainable root cause analysis program Sustainability Audit Introduc=on A new way

More information

Project Controls Expo - 31 st Oct 2012

Project Controls Expo - 31 st Oct 2012 Project Controls Expo - 31 st Oct 2012 Twickenham Stadium, London Producing a Quality Cost Es=mate; Hints, Tips and Best Prac=ce Carl Dalton Director Polaris Consulting Ltd Speaker Profile - Carl Dalton

More information

Research Compliance Committees

Research Compliance Committees Research Compliance Committees Ephy Khaemba, International Livestock Research Institute ILRI. Laboratory Management & Equipment Opera5ons Workshop. 1 Course Outline Structure of Regulatory Environment

More information

Behavioral Economics and Its Implications on Competition Law

Behavioral Economics and Its Implications on Competition Law Behavioral Economics and Its Implications on Competition Law Maurice E. Stucke University of Tennessee College of Law mstucke@utk.edu Ra#onality Neo- Classical Economic Theory Assumes that humans are ra#onal

More information

Organiza(ons, Structure, Management. Bo5 Chapter 4

Organiza(ons, Structure, Management. Bo5 Chapter 4 Organiza(ons, Structure, Management Bo5 Chapter 4 ORGANIZATIONAL MODELS Organiza(onal Models Organiza(onal Theory (founded by Max Weber on the theory side) developed the bureaucra5c model: Tasks are split

More information

Incorpora(ng Social Influence Effects in Global Energy- Economy Models

Incorpora(ng Social Influence Effects in Global Energy- Economy Models Incorpora(ng Social Influence Effects in Global Energy- Economy Models Charlie Wilson, Hazel Pe1for BE4 Workshop London, April 2015 Improving behavioural realism of global energy- economy models: model-

More information

- Heterogeneity in the technological selec1on in CGE-

- Heterogeneity in the technological selec1on in CGE- - Heterogeneity in the technological selec1on in CGE- Na1onal Ins1tute for Environmental Studies 2014 Annual IAMC mee1ng 17-18 th, Nov., 2014 @ Washington DC 1 Outline Detailed energy end- use technology

More information

This slide shows the,mescales of the Call that is now open. Please note: Deadlines are immutable and set electronically. Your bid will be rejected

This slide shows the,mescales of the Call that is now open. Please note: Deadlines are immutable and set electronically. Your bid will be rejected This presenta,on sets out the essen,al elements of informa,on and prac,cal guidance for poten,al candidates interested in responding to a Call for Proposals within the Clean Sky 2 programme. Several Call

More information

Introduc)on to Pathway and Network Analysis

Introduc)on to Pathway and Network Analysis Introduc)on to Pathway and Network Analysis Alison Motsinger-Reif, PhD Associate Professor Bioinforma)cs Research Center Department of Sta)s)cs North Carolina State University Pathway and Network Analysis

More information

So Dave, why are you looking to go agile?

So Dave, why are you looking to go agile? 1 2 My objec+ve with this session is to engage all of you in a conversa+on about how we define Agile Success, How we might measure the degree of success we re realizing. But before star+ng that conversa+on,

More information

Project Scheduling Public Works Projects. E- Contractor Academy, Level II

Project Scheduling Public Works Projects. E- Contractor Academy, Level II Project Scheduling Public Works Projects E- Contractor Academy, Level II Instructor Joe Miller, CPE Construc2on Consultant Mr. Miller has over 35 years experience as a General Engineering & Building Contractor

More information

Set up and Run a Central Data Quality Team

Set up and Run a Central Data Quality Team Service Offering Set up and Run a Central Data Quality Team for the Crea@on of Automa@c Data Quality Statements (Solvency II Compliant) 2013 Summary Trigger Current Situa@on Approach Modules Way forward

More information

The Project Management Cer6ficate Program. Project Quality Management

The Project Management Cer6ficate Program. Project Quality Management PMP cross-cutting skills have been updated in the PMP Exam Content Outline June 2015 (PDF of the Examination Content Outline - June 2015 can be found under the Resources Tab). Learn about why the PMP exam

More information

Antti Salonen KPP KPP227 Antti Salonen

Antti Salonen KPP KPP227 Antti Salonen Antti Salonen KPP227-2015 1 Scheduling may be defined as: the assignment and 1ming of the use of the resources such as personnel, equipment, and facili1es for produc1on ac1vi1es or jobs. Scheduling is

More information

Awareness (training material)

Awareness (training material) Awareness (training material) Green Partnerships Local Partnerships for Greener Ci3es and Regions Hugo Saldanha Areana Tejo Introduction Energy efficiency and Renewable energy sources are more and more

More information

The RIGHT care, at the RIGHT time, for the RIGHT outcome.

The RIGHT care, at the RIGHT time, for the RIGHT outcome. The RIGHT care, at the RIGHT time, for the RIGHT outcome. The New WSIB Surviving the Changes? Unlocking the Secret to WSIB Management Liz R. Scott, PhD Principal Organizational Solutions Inc. AGENDA Introduc/on

More information

Public Contracts Regula2ons 2015 Overview of the new changes. May 2016

Public Contracts Regula2ons 2015 Overview of the new changes. May 2016 Public Contracts Regula2ons 2015 Overview of the new changes May 2016 Contents 1. Introduc2on 2. Overview of PCR 2015 3. Procurement Procedures 4. Light Touch Regime 5. Revised Timescales 6. Framework

More information

Natural resources = substances and energy sources needed for survival

Natural resources = substances and energy sources needed for survival Chapter 1 BIOL 101 The meaning of the term environment The importance of natural resources That environmental science is interdisciplinary The scien=fic method and how science operates Some pressures facing

More information

ISO 39001: A Comprehensive Road Safety Management Tool for Organisa$ons

ISO 39001: A Comprehensive Road Safety Management Tool for Organisa$ons ISO 39001: A Comprehensive Road Safety Management Tool for Organisa$ons Mar$n Small mar$n@mar$nsmallconsul$ng.com Blair Turner blair.turner@arrb.com.au Today s Program 2 Today s Goal Drawing on safety

More information

Monte Carlo AI for Air Traffic. Kagan Tumer MCAI 2013 March 20, 2013

Monte Carlo AI for Air Traffic. Kagan Tumer MCAI 2013 March 20, 2013 Monte Carlo AI for Air Traffic Kagan Tumer MCAI 2013 March 20, 2013 Air Traffic Conges:on Traffic: Interesting Problem? Problem inherently large and distributed Many cars Many intersections Many planes

More information

Advanced BI: Self-Service, Real- Time and Collabora9ve BI. New trends in BI

Advanced BI: Self-Service, Real- Time and Collabora9ve BI. New trends in BI Advanced BI: Self-Service, Real- Time and Collabora9ve BI New trends in BI New trends in BI Self Service Business Analy9cs (today) Real Time Analy9cs (today) Collabora9ve Business Analy9cs (today) Internet

More information

Scrum. an agile development process methodology. - Abhijit Mahajan - Neelam Agrawal

Scrum. an agile development process methodology. - Abhijit Mahajan - Neelam Agrawal Scrum an agile development process methodology - Abhijit Mahajan - Neelam Agrawal Introduction Scrum is an agile sove and incremental methodology for so

More information

REFLECTIONS FROM THE PMR SECRETARIAT

REFLECTIONS FROM THE PMR SECRETARIAT FIRST INDEPENDENT PMR EVALUATION REFLECTIONS FROM THE PMR SECRETARIAT Mr. Adrien de Bassompierre PMR Secretariat PA11 London, United Kingdom 10-11 March, 2015 Outline 1. Looking back: A. Role of the PMR

More information

Transla(ng Principles to Performance Crea(ng a Global System to Promote Responsible Conduct of Human Research by Physicians

Transla(ng Principles to Performance Crea(ng a Global System to Promote Responsible Conduct of Human Research by Physicians Enhancing Safety, Quality and Efficiency in Medicines Development and Health Research through Systems Solu>ons Transla(ng Principles to Performance Crea(ng a Global System to Promote Responsible Conduct

More information

Development Impacts Assessment of Low Emission Transport

Development Impacts Assessment of Low Emission Transport Transporta)on and Low Emission Development Strategies Workshop Development Impacts Assessment of Low Emission Transport Kathleen Nawaz Na,onal Renewable Energy Laboratory September 30, 2013 Manila 1 Introduc*on

More information

TIM158 Business Informa3on Strategy

TIM158 Business Informa3on Strategy TIM158 Business Informa3on Strategy Instructor: Safwan Shah Teaching Assistant: Paul Vroomen To maintain consistency. Lectures throughout TIM158 adapted or borrowed from Kevin Ross. Addi3onal material

More information