abduction
play

Abduction Abduction is an assumption-based reasoning strategy where - PowerPoint PPT Presentation

Abduction Abduction is an assumption-based reasoning strategy where H is a set of assumptions about what could be happening in a system F axiomatizes how a system works g to be explained is an observation or a design goal Example: in


  1. Abduction Abduction is an assumption-based reasoning strategy where ➤ H is a set of assumptions about what could be happening in a system ➤ F axiomatizes how a system works ➤ g to be explained is an observation or a design goal Example: in diagnosis of a physical system: H contain possible faults and assumptions of normality, F contains a model of how faults manifest themselves g is conjunction of symptoms. ☞ ☞

  2. Abduction versus Default Reasoning Abduction differs from default reasoning in that: ➤ The explanations are of interest, not just the conclusion. ➤ H contains assumptions of abnormality as well as assumptions of normality. ➤ We don’t only explain normal outcomes. Often we want to explain why some abnormal observation occurred. ➤ We don’t care if ¬ g can also been explained. ☞ ☞ ☞

  3. Abductive Diagnosis ➤ You need to axiomatize the effects of normal conditions and faults. ➤ We need to be able to explain all of the observations. ➤ Assumables are all of those hypotheses that require no further explanation. ☞ ☞ ☞

  4. Electrical Environment outside power cb 1 s 1 w 5 circuit w 1 breaker s 2 cb 2 w 2 w 3 off s 3 switch w 0 on w 6 w 4 two-way switch l 1 light l 2 p 2 power p 1 outlet ☞ ☞ ☞

  5. lit ( L ) ⇐ light ( L ) & ok ( L ) & live ( L ). dark ( L ) ⇐ light ( L ) & broken ( L ). dark ( L ) ⇐ light ( L ) & dead ( L ). live ( W ) ⇐ connected _ to ( W , W 1 ) & live ( W 1 ). dead ( W ) ⇐ connected _ to ( W , W 1 ) & dead ( W 1 ). dead ( W ) ⇐ unconnected ( W ). connected _ to ( l 1 , w 0 ) ⇐ true . connected _ to ( w 0 , w 1 ) ⇐ up ( s 2 ) & ok ( s 2 ). unconnected ( w 0 ) ⇐ broken ( s 2 ). unconnected ( w 1 ) ⇐ broken ( s 1 ). unconnected ( w 1 ) ⇐ down ( s 1 ). false ← ok ( X ) ∧ broken ( X ). assumable ok ( X ), broken ( X ), up ( X ), down ( X ). ☞ ☞ ☞

  6. Explaining Observations ➤ To explain lit ( l 1 ) there are two explanations: { ok ( l 1 ), ok ( s 2 ), up ( s 2 ), ok ( s 1 ), up ( s 1 ), ok ( cb 1 ) } { ok ( l 1 ), ok ( s 2 ), down ( s 2 ), ok ( s 1 ), down ( s 1 ), ok ( cb 1 ) } ➤ To explain lit ( l 2 ) there is one explanation: { ok ( cb 1 ), ok ( s 3 ), up ( s 3 ), ok ( l 2 ) } ☞ ☞ ☞

  7. Explaining Observations (cont) ➤ To explain dark ( l 1 ) there are 8 explanations: { broken ( l 1 ) } { broken ( cb 1 ), ok ( s 1 ), up ( s 1 ), ok ( s 2 ), up ( s 2 ) } { broken ( s 1 ), ok ( s 2 ), up ( s 2 ) } { down ( s 1 ), ok ( s 2 ), up ( s 2 ) } { broken ( cb 1 ), ok ( s 1 ), down ( s 1 ), ok ( s 2 ), down ( s 2 ) } { up ( s 1 ), ok ( s 2 ), down ( s 2 ) } { broken ( s 1 ), ok ( s 2 ), down ( s 2 ) } { broken ( s 2 ) } ☞ ☞ ☞

  8. Explaining Observations (cont) ➤ To explain dark ( l 1 ) ∧ lit ( l 2 ) there are explanations: { ok ( cb 1 ), ok ( s 3 ), up ( s 3 ), ok ( l 2 ), broken ( l 1 ) } { ok ( cb 1 ), ok ( s 3 ), up ( s 3 ), ok ( l 2 ), broken ( s 1 ), ok ( s 2 ), up ( s 2 ) } { ok ( cb 1 ), ok ( s 3 ), up ( s 3 ), ok ( l 2 ), down ( s 1 ), ok ( s 2 ), up ( s 2 ) } { ok ( cb 1 ), ok ( s 3 ), up ( s 3 ), ok ( l 2 ), up ( s 1 ), ok ( s 2 ), down ( s 2 ) } { ok ( cb 1 ), ok ( s 3 ), up ( s 3 ), ok ( l 2 ), broken ( s 1 ), ok ( s 2 ), down ( s 2 { ok ( cb 1 ), ok ( s 3 ), up ( s 3 ), ok ( l 2 ), broken ( s 2 ) } ☞ ☞ ☞

  9. Abduction for User Modeling Suppose the infobot wants to determine what a user is interested in. We can hypothesize the interests of users: H = { interested _ in ( Ag , Topic ) } . Suppose the corresponding facts are: selects ( Ag , Art ) ← about ( Art , Topic ) ∧ interested _ in ( Ag , Topic ). about ( art _94 , ai ). about ( art _94 , info _ highway ). ☞ about ( art _34 , ai ). about ( art _34 , skiing ). ☞ ☞

  10. Explaining User’s Actions There are two minimal explanations of selects ( fred , art _94 ) : { interested _ in ( fred , ai ) } . { interested _ in ( fred , information _ highway ) } . If we observe selects ( fred , art _94 ) ∧ selects ( fred , art _34 ) , there are two minimal explanations: { interested _ in ( fred , ai ) } . { interested _ in ( fred , information _ highway ), interested _ in ( fred , skiing ) } . ☞ ☞ ☞

  11. Image interpretation ➤ A scene is the world that the agent is in. ➤ An image is what the agent sees. ➤ Vision: given an image try to determine the scene. ➤ Typically we know more about the scene → image mapping than the image → scene mapping. ☞ ☞ ☞

  12. Example Scene and Image Image Scene ☞ ☞ ☞

  13. Scene and Image Primitives Scene Primitives Image Primitives land, water region river, road, shore chain Y X joins ( X , Y , E ) tee ( E ∈ { 0 , 1 } specifies which end of X ) Y X mouth ( X , Y , E ) Y X ☞ cross ( X , Y ) chi ☞ ☞

  14. Scene and image primitives (cont.) Scene Primitives Image Primitives R C beside ( C , R ) bounds(C,R) E C source ( C , E ) open(C,E) C loop ( C ) closed(C) R C inside ( C , R ) interior(C,R) C R outside ( C , R ) exterior(C,R) ☞ ☞ ☞

  15. Axiomatizing the Scene → Image map chain ( X ) ← river ( X ) ∨ road ( X ) ∨ shore ( X ). region ( X ) ← land ( X ) ∨ water ( X ). tee ( X , Y , E ) ← joins ( X , Y , E ) ∨ mouth ( X , Y , E ). chi ( X , Y ) ← cross ( X , Y ). open ( X , N ) ← source ( X , N ). closed ( X ) ← loop ( X ). interior ( X , Y ) ← inside ( X , Y ). exterior ( X , Y ) ← outside ( X , Y ). assumable road ( X ), river ( X ), shore ( X ), land ( X ), . . . assumable joins ( X , Y , E ), cross ( X , Y ), mouth ( L , R , E ) . . . ☞ ☞ ☞

  16. Scene Constraints false ← cross ( X , Y ) ∧ river ( X ) ∧ river ( Y ). false ← cross ( X , Y ) ∧ ( shore ( X ) ∨ shore ( Y )). false ← mouth ( R , L 1 , 1 ) ∧ river ( R ) ∧ mouth ( R , L 2 , 0 ). start ( R , N ) ← river ( R ) ∧ road ( Y ) ∧ joins ( R , Y , N ). start ( X , Y ) ← source ( X , Y ). false ← start ( R , 1 ) ∧ river ( R ) ∧ start ( R , 0 ). false ← joins ( R , L , N ) ∧ river ( R ) ∧ ( river ( L ) ∨ shore ( L )). false ← mouth ( X , Y , N ) ∧ ( road ( X ) ∨ road ( Y )). false ← source ( X , N ) ∧ shore ( X ). false ← joins ( X , A , N ) ∧ shore ( X ). false ← loop ( X ) ∧ river ( X ). ☞ ☞ ☞

  17. Scene constraints (continued) false ← shore ( X ) ∧ inside ( X , Y ) ∧ outside ( X , Z ) ∧ land ( Y ) ∧ land ( Z ). false ← shore ( X ) ∧ inside ( X , Y ) ∧ outside ( X , Z ) ∧ water ( Z ) ∧ water ( Y ). false ← water ( Y ) ∧ beside ( X , Y ) ∧ ( road ( X ) ∨ river ( X )). ☞ ☞ ☞

  18. Describing an image 0 chain ( c 1 ) ∧ chain ( c 2 ) ∧ region ( r 1 ) ∧ region ( r 2 ) ∧ r2 c2 tee ( c 2 , c 1 , 1 ) ∧ bounds ( c 2 , r 2 ) ∧ bounds ( c 1 , r 1 ) ∧ 1 bounds ( c 1 , r 2 ) ∧ interior ( c 1 , r 1 ) ∧ c1 r1 exterior ( c 1 , r 2 ) ∧ open ( c 2 , 0 ) ∧ closed ( c 1 ) ☞ ☞ ☞

  19. A more complicated image 1 chain ( c 1 ) ∧ open ( c 1 , 0 ) ∧ 0 open ( c 1 , 1 ) ∧ region ( r 1 ) ∧ c4 bounds ( c 1 , r 1 ) ∧ chain ( c 2 ) ∧ 1 tee ( c 2 , c 1 , 0 ) ∧ bounds ( c 2 , r 1 ) r2 c2 1 c1 ∧ chain ( c 3 ) ∧ bounds ( c 3 , r 1 ) ∧ 0 c3 region ( r 2 ) ∧ bounds ( c 3 , r 2 ) ∧ 0 chain ( c 5 ) ∧ closed ( c 5 ) ∧ bounds ( c 5 , r 2 ) ∧ 0 r1 1 c6 exterior ( c 5 , r 2 ) ∧ region ( r 3 ) ∧ c5 r4 bounds ( c 5 , r 3 ) ∧ r3 interior ( c 5 , r 3 ) ∧ … ☞ ☞ ☞

  20. Parameterizing Assumables Suppose we had a battery b connected to voltage meter: To be able to explain a measurement of the battery voltage, we need to parameterize the assumables enough: assumable flat ( B , V ). assumable tester _ ok . measured _ voltage ( B , V ) ← flat ( B , V ) ∧ tester _ ok . false ← flat ( B , V ) ∧ V > 1 . 2 . ☞ ☞

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