SLIDE 15 Domain description and queries
Example (Domain descritpion:)
knowledge about object detection: xBL(b1) = 23, yBL(b1) = 73, width(b1) = 20, height(b1) = 21 xBL(b2) = 45, yBL(b1) = 70, width(b1) = 40, height(b1) = 104 . . . contRatio(b2, b4) = 1.0, contRatio(b2, b5) = 0.4, . . . partial knowledge about object types and relations ball(b1), player(b2), player(b3), leg(b4), leg(b5), partOf (b3, b2), kicks(b2, b1), hasNum(b3, b7),. . .
∀xy.partOf (x, y) ∧ leg(x) → player(y), ∀xy, kick(x, y) → player(x) ∧ ball(y), ∀xypartOf (x, y) → contRatio(x, y) > .9 ∀xplayer(x) → ¬ball(x),
Example (Queries)
Query about missing knowledge about
- bject tipes and relations
player(b10)
yBL(b10 = 42, width(b10 = 30 . . . partOf (b10, b11)
yBL(b10 = 42, width(b10 = 30 . . . xBL(b11) = 83, yBL(b11 = 42, width(b11 = 30 . . . contRatio(b10, b11) = 0.6 contRatio(b11, b10) = 0.9 . . .
Luciano Serafini, Ivan Donadello, Artur d’Avila Garces ( Fondazione Bruno Kessler, Italy University of Trento, Italy City University London, Learning and Reasoning in Logic Tensor Networks May 7, 2017 9 / 23