Guest User

Untitled

a guest
Aug 19th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. We build our activity model based on the Relational Markov
  2. Network (RMN) framework [Taskar et al., 2002]. RMNs describe
  3. specific relations between objects using clique templates
  4. specified by SQL queries: each query C selects the
  5. relevant objects and their attributes, and specifies a potential
  6. function, or clique potential, C, on the possible values of
  7. these attributes. Intuitively, the clique potentials measure the
  8. “compatibility” between values of the attributes. Clique potentials
  9. are usually defined as a log-linear combinations of
  10. feature functions, i.e., C(vC) = exp{wTC
  11. · fC(vC)}, where vC are the attributes selected in the query, fC() is a feature
  12. vector for C, and wTC
  13. is the transpose of the corresponding
  14. weight vector. For instance, a feature could be the number of
  15. different homes defined using aggregations.
  16. To perform inference, an RMN is unrolled into a Markov
  17. network, in which the nodes correspond to the attributes of
  18. objects. The connections among the nodes are built by applying
  19. the SQL templates to the data; each template C can result
  20. in several cliques, which share the same feature weights.
  21. Standard inference algorithms, such as belief propagation and
  22. MCMC, can be used to estimate the conditional distribution
  23. of hidden variables given all the observations.
Add Comment
Please, Sign In to add comment