Learning Probabilistic Relational Models

Similar documents
Intelligent Systems (AI-2)

Learning Probabilistic Relational Models. Probabilistic Relational Models

Learning Statistical Models From Relational Data

An Introduction to Probabilistic Graphical Models for Relational Data

Learning Probabilistic Relational Models

Learning Directed Probabilistic Logical Models using Ordering-search

STAT 598L Probabilistic Graphical Models. Instructor: Sergey Kirshner. Exact Inference

Multi-Relational Data Mining

BAYESIAN NETWORKS STRUCTURE LEARNING

Join Bayes Nets: A New Type of Bayes net for Relational Data

Data Mining. 3.5 Lazy Learners (Instance-Based Learners) Fall Instructor: Dr. Masoud Yaghini. Lazy Learners

INDEPENDENCE ASSUMPTIONS FOR MULTI-RELATIONAL CLASSIFICATION

Multi-label classification using rule-based classifier systems

Learning Probabilistic Relational Models with Structural Uncertainty

Building Classifiers using Bayesian Networks

Bayesian Classification Using Probabilistic Graphical Models

CS 582 Database Management Systems II

FMA901F: Machine Learning Lecture 3: Linear Models for Regression. Cristian Sminchisescu

Schema Independent Relational Learning

Learning Probabilistic Models of Relational Structure

Symbolic AI. Andre Freitas. Photo by Vasilyev Alexandr

An Approach to Inference in Probabilistic Relational Models using Block Sampling

Chapter 4. In this chapter, you will learn:

Exam Advanced Data Mining Date: Time:

Causal Modelling for Relational Data. Oliver Schulte School of Computing Science Simon Fraser University Vancouver, Canada

Keyword Search on Form Results

Machine Learning. Topic 5: Linear Discriminants. Bryan Pardo, EECS 349 Machine Learning, 2013

Knowledge libraries and information space

Class-Level Bayes Nets for Relational Data

08 An Introduction to Dense Continuous Robotic Mapping

A probabilistic logic incorporating posteriors of hierarchic graphical models

A Roadmap to an Enhanced Graph Based Data mining Approach for Multi-Relational Data mining

Note Set 4: Finite Mixture Models and the EM Algorithm

Regularization and model selection

Learning Probabilistic Models of Relational Structure

An Exact Approach to Learning Probabilistic Relational Model

Localization and Map Building

Unsupervised Learning

DATABASE SYSTEMS. Chapter 5 Entity Relationship (ER) Modelling DESIGN IMPLEMENTATION AND MANAGEMENT INTERNATIONAL EDITION ROB CORONEL CROCKETT

RNNs as Directed Graphical Models

DIRECTED MODELS FOR STATISTICAL RELATIONAL LEARNING

Supervised Learning for Image Segmentation

Multi-relational decision tree algorithm - implementation and experiments. Anna Atramentov. A thesis submitted to the graduate faculty

CS145: INTRODUCTION TO DATA MINING

CMPT 354 Database Systems I

Efficient Query Evaluation over Temporally Correlated Probabilistic Streams

How Learning Differs from Optimization. Sargur N. Srihari

10708 Graphical Models: Homework 2

Image analysis. Computer Vision and Classification Image Segmentation. 7 Image analysis

COMP Instructor: Dimitris Papadias WWW page:

Local Probabilistic Models: Context-Specific CPDs. Sargur Srihari

Fall 09, Homework 5

Modeling and Reasoning with Bayesian Networks. Adnan Darwiche University of California Los Angeles, CA

Incognito: Efficient Full Domain K Anonymity

Efficient Multi-relational Classification by Tuple ID Propagation

CLASSIFICATION WITH RADIAL BASIS AND PROBABILISTIC NEURAL NETWORKS

Probabilistic Graphical Models

Parallel DBMS. Prof. Yanlei Diao. University of Massachusetts Amherst. Slides Courtesy of R. Ramakrishnan and J. Gehrke

Announcements. CS 188: Artificial Intelligence Fall Reminder: CSPs. Today. Example: 3-SAT. Example: Boolean Satisfiability.

CS 188: Artificial Intelligence Fall 2008

3. Relational Data Model 3.5 The Tuple Relational Calculus

Combining Probabilistic Relational Models (PRM) with Object Role Models (ORM)

Machine Learning. B. Unsupervised Learning B.1 Cluster Analysis. Lars Schmidt-Thieme, Nicolas Schilling

Chapter 2: Entity-Relationship Model

Cse634 DATA MINING TEST REVIEW. Professor Anita Wasilewska Computer Science Department Stony Brook University

Scene Grammars, Factor Graphs, and Belief Propagation

Structure Learning of Probabilistic Relational Models from Incomplete Relational Data

Probabilistic Graphical Models

Learning Probabilistic Ontologies with Distributed Parameter Learning

Joint Entity Resolution

2. Data Preprocessing

3. Data Preprocessing. 3.1 Introduction

Automated Uncertainty Quantification through Information Fusion in Manufacturing processes

Statistical relationship discovery in SNP data using Bayesian networks

What is Learning? CS 343: Artificial Intelligence Machine Learning. Raymond J. Mooney. Problem Solving / Planning / Control.

Scene Grammars, Factor Graphs, and Belief Propagation

CS249: ADVANCED DATA MINING

1/24/2012. Chapter 7 Outline. Chapter 7 Outline (cont d.) CS 440: Database Management Systems

Escaping Local Optima: Genetic Algorithm

Unsupervised Learning and Clustering

A l Ain University Of Science and Technology

Learning Probabilistic Relational Models Using Non-Negative Matrix Factorization

The exam is closed book, closed notes except your one-page (two-sided) cheat sheet.

Chapter 2: Entity-Relationship Model. Entity Sets. Entity Sets customer and loan. Attributes. Relationship Sets. A database can be modeled as:

Neural Network Weight Selection Using Genetic Algorithms

Computer vision: models, learning and inference. Chapter 10 Graphical Models

II TupleRank: Ranking Discovered Content in Virtual Databases 2

One-mode Additive Clustering of Multiway Data

Approximate inference in probabilistic relational models

): Constraint Logic Programming for Probabilistic Knowledge

10601 Machine Learning. Model and feature selection

CS229 Final Project: Predicting Expected Response Times

What s a database system? Review of Basic Database Concepts. Entity-relationship (E/R) diagram. Two important questions. Physical data independence

Roadmap of This Lecture. Weak Entity Sets Extended E-R Features Reduction to Relation Schemas Database Design UML*

Bayesian model ensembling using meta-trained recurrent neural networks

Homework. Gaussian, Bishop 2.3 Non-parametric, Bishop 2.5 Linear regression Pod-cast lecture on-line. Next lectures:

ECLT 5810 Data Preprocessing. Prof. Wai Lam

ECE 6504: Advanced Topics in Machine Learning Probabilistic Graphical Models and Large-Scale Learning

SOCIAL MEDIA MINING. Data Mining Essentials

Data Preprocessing. Slides by: Shree Jaswal

Transcription:

Learning Probabilistic Relational Models

Overview Motivation Definitions and semantics of probabilistic relational models (PRMs) Learning PRMs from data Parameter estimation Structure learning Experimental results

Motivation Most real-world data are stored in relational DBMS Few learning algorithms are capable of handling data in its relational form; thus we have to resort to flattening the data in order to do analysis As a result, we lose relational information which might be crucial to understanding the data

Related Work Most inductive logic programming (ILP) approaches are deterministic classification approaches, i.e. they do not attempt to model a probability distribution but rather learn a set of rules for classifying when a particular predicate holds Recent developments in ILP related to PRMs: Stochastic logic programs (SLPs) [Muggleton, 1996 and Cussens, 1999] Bayesian logic programs (BLPs) [Kersting et al., 2000]

What are PRMs? The starting point of this work is the structured representation of probabilistic models of Bayesian networks (BNs). BNs for a given domain involves a pre-specified set of attributes whose relationship to each other is fixed in advance PRMs conceptually extend BNs to allow the specification of a probability model for classes of objects rather than a fixed set of simple attributes PRMs also allow properties of an entity to depend probabilistically on properties of other related entities

Mapping PRMs from Relational Models The representation of PRMs is a direct mapping from that of relational databases A relational model consists of a set of classes X 1,,X n and a set of relations R 1,,R m, where each relation R i is typed Each class or entity type (corresponding to a single relational table) is associated with a set of attributes A(X i ) and a set of reference slots R (X)

PRM Semantics Reference slots correspond to attributes that are foreign keys (key attributes of another table) X.ρ, is used to denote reference slot ρ of X. Each reference slot ρ is typed according to the relation that it references

University Domain Example - Relational Schema Primary keys are indicated by a blue Indicates many-tomany relationship rectangle Dashed lines indicate the types of objects referenced M M Professor Name Popularity Teaching-Ability Course Name Instructor Rating Difficulty 1 M Student Name Intelligence Ranking Registration RegID Course Student Grade Satisfaction 1 M Indicates one-tomany Underlined relationship attributes are reference slots of the class

PRM Semantics Continued Each attribute A j A(X i ) takes on values in some fixed domain of possible values denoted V(A j ). We assume that value spaces are finite Attribute A of class X is denoted X.A For example, the Student class has an Intelligence attribute and the value space or domain for Student.Intelligence might be {high, low}

PRM Semantics Continued An instance I of a schema specifies a set of objects x, partitioned into classes; such that there is a value for each attribute x.a and a value for each reference slot x.ρ A(x) is used as a shorthand for A(X), where x is of class X. For each object x in the instance and each of its attributes A, we use I x.a to denote the value of x.a in I

University Domain Example An Instance of the Schema One professor is the instructor for both courses Professor Name Prof. Gump Popularity high Teaching-Ability medium Course Course Name Name Phil101 Difficulty Phil101 Difficulty low Rating low Rating high high Registration RegID Registration RegID #5639 Grade Registration #5639 Grade A RegID Satisfaction A #5639 Satisfaction 3 Grade A 3 Satisfaction 3 Student Name Student Jane Doe Intelligence Name high Jane Doe Intelligence Ranking high average Ranking average Jane Doe is registered for only one course, Phil101, while the other student is registered for both courses

University Domain Example Another Instance of the Schema There are two professors instructing a course Professor Name Professor Name Prof. Vincent Popularity Prof. Gump Popularity high Teaching-Ability high Teaching-Ability high medium Course Name Phil201 Difficulty low Rating high Registration RegID Registration RegID #5639 Grade Registration #5639 Grade A RegID Satisfaction A #5723 Satisfaction 3 Grade A 3 Satisfaction 3 Student Name Student Name Jane Doe Student Intelligence Name Jane Doe Intelligence high John Doe Ranking Intelligence high Ranking average high Ranking average average There are three students in the Phil201 course

PRM Semantics Continued Some attributes, such as name or social security number, are fully determined. Such attributes are labeled as fixed. Assume that they are known in any instantiation of the schema The other attributes are called probabilistic

University Domain Example - Relational Schema M Professor Student 1 Name Name Popularity Teaching-Ability Intelligence Ranking Probabilistic Fixed attributes are are shown in in italic regular font M Course Name Instructor Rating Difficulty 1 M Registration RegID Course Student Grade Satisfaction M Probabilistic Fixed attributes attributes are are shown shown in italic in regular font

PRM Semantics Continued A skeleton structure σ of a relational schema is a partial specification of an instance of the schema. It specifies the set of objects O σ (X i ) for each class, the values of the fixed attributes of these objects, and the relations that hold between the objects The values of probabilistic attributes are left unspecified A completion I of the skeleton structure σ extends the skeleton by also specifying the values of the probabilistic attributes

University Domain Example Relational Skeleton Professor Name Prof. Gump Popularity??? Teaching-Ability??? Course Course Name Name Phil101 Difficulty Phil101 Difficulty low Rating??? Rating high??? Registration RegID Registration RegID #5639 Grade Registration #5639 Grade A RegID Satisfaction A #5639 Satisfaction 3 Grade??? 3 Satisfaction??? Student Name Student Jane Doe Intelligence Name high Jane Doe Intelligence Ranking??? average Ranking???

University Domain Example The Completion Instance I Professor Name Prof. Gump Popularity high Teaching-Ability medium Course Course Name Name Phil101 Difficulty Phil101 Difficulty low Rating low Rating high high Registration Name Registration Name #5639 Grade Registration #5639 Grade A Name Satisfaction A #5639 Satisfaction 3 Grade A 3 Satisfaction 3 Student Name Student Jane Doe Intelligence Name high Jane Doe Intelligence Ranking high average Ranking average

University Domain Example Another Relational Skeleton Professor Name Professor Name Prof. Vincent Popularity Prof. Gump Popularity??? Teaching-Ability high Teaching-Ability?????? Course Name Phil201 Difficulty??? Rating??? Registration RegID Registration RegID #5639 Grade Registration #5639 Grade A RegID Satisfaction A #5723 Satisfaction 3 Grade??? 3 Satisfaction??? Student Name Student Name Jane Doe Student Intelligence Name Jane Doe Intelligence high John Doe Ranking Intelligence high Ranking average??? Ranking average??? PRMs allow multiple possible skeletons

University Domain Example The Completion Instance I Professor Name Professor Name Prof. Vincent Popularity Prof. Gump Popularity high Teaching-Ability high Teaching-Ability high medium Course Name Phil201 Difficulty low Rating high Registration RegID Registration RegID #5639 Grade Registration #5639 Grade A RegID Satisfaction A #5723 Satisfaction 3 Grade A 3 Satisfaction 3 Student Name Student Name Jane Doe Student Intelligence Name Jane Doe Intelligence high John Doe Ranking Intelligence high Ranking average high Ranking average average PRMs also allow multiple possible instances and values

More PRM Semantics For each reference slot ρ, we define an inverse slot, ρ -1, which is the inverse function of ρ For example, we can define an inverse slot for the Student slot of Registration and call it Registered- In. Since the original relation is a one-to-many relation, it returns a set of Registration objects A final definition is the notion of a slot chain τ=ρ 1..ρ m, which is a sequence of reference slots that defines functions from objects to other objects to which they are indirectly related. For example, Student.Registered-In.Course.Instructor can be used to denote a student s set of instructors

Definition of PRMs The probabilistic model consists of two components: the qualitative dependency structure, S, and the parameters associated with it, θ S The dependency structure is defined by associating with each attribute X.A a set of parents Pa(X.A); parents are attributes that are direct influences on X.A. This dependency holds for any object of class X

Definition of PRMs Cont d The attribute X.A can depend on another probabilistic attribute B of X. This dependence induces a corresponding dependency for individual objects The attribute X.A can also depend on attributes of related objects X.τ.B, where τ is a slot chain For example, given any Registration object r and the corresponding Professor object p for that instance, r.satisfaction will depend probabilistically on r.grade as well as p.teaching- Ability

M Course PRM Dependency Structure for Rating Difficulty the University Domain M 1 Professor Popularity M Teaching-Ability Registration Satisfaction Grade M 1 Edges correspond to probabilistic dependency for objects in that class Student Intelligence Ranking Edges from one class to another are routed through slot-chains

Dependency Structure in PRMs As mentioned earlier, x.τ represents the set of objects that are τ-relatives of x. Except in cases where the slot chain is guaranteed to be singlevalued, we must specify the probabilistic dependence of x.a on the multiset {y.b:y x.τ} The notion of aggregation from database theory gives us the tool to address this issue; i.e., x.a will depend probabilistically on some aggregate property of this multiset

Aggregation in PRMs Examples of aggregation are: the mode of the set (most frequently occurring value); mean value of the set (if values are numerical); median, maximum, or minimum (if values are ordered); cardinality of the set; etc An aggregate essentially takes a multiset of values of some ground type and returns a summary of it The type of the aggregate can be the same as that of its arguments, or any type returned by an aggregate. X.A can have γ(x.τ.b) as a parent; the semantics is that for any x X, x.a will depend on the value of γ(x.τ.b), V(γ(x.τ.b))

PRM Dependency Structure M Professor Teaching-Ability A student may take multiple courses M Course Rating Difficulty 1 Popularity AVG A course rating depends on the average satisfaction of students in the course M Registration Satisfaction Grade M 1 AVG Student Intelligence Ranking The student s ranking depends on the average of his grades

Parameters of PRMs A PRM contains a conditional probability distribution (CPD) P(X.A Pa(X.A)) for each attribute X.A of each class More precisely, let U be the set of parents of X.A. For each tuple of values u V(U), the CPD specifies a distribution P(X.A u) over V(X.A). The parameters in all of these CPDs comprise θ S

CPDs in PRMs M Professor Teaching-Ability M Course Rating Difficulty Popularity 1 M AVG D.I A B C h,h 0.5 0.4 0.1 h,l 0.1 0.5 0.4 l,h 0.8 0.1 0.1 l,l 0.3 0.6 0.1 Registration Satisfaction Grade M 1 AVG Student Intelligence Ranking avg l m h A 0.1 0.2 0.7 B 0.2 0.4 0.4 C 0.6 0.3 0.1

Parameters of PRMs Continued Given a skeleton structure for our schema, we want to use these local probability models to define a probability distribution over all completions of the skeleton Note that the objects and relations between objects in a skeleton are always specified by σ, hence we are disallowing uncertainty over the relational structure of the model

Parameters of PRMs Continued To define a coherent probabilistic model, we must ensure that our probabilistic dependencies are acyclic, so that a random variable does not depend, directly or indirectly, on its own value A dependency structure S is acyclic relative to a skeleton σ if the directed graph over all the parents of the variables x.a is acyclic If S is acyclic relative to σ, then the following defines a distribution over completions I of σ: P(I σ,s,θ S ) = σ X i A A( X i ) x O ( Xi ) P ) ( I x. a IPa( x. a)

Class Dependency Graph for the University Domain Course.Difficulty Student.Intelligence Professor.Teaching-Ability Registration.Grade Professor.Popularity Registration.Satisfaction Student.Ranking Course.Rating

Ensuring Acyclic Dependencies In general, however, a cycle in the class dependency graph does not imply that all skeletons induce cyclic dependencies A model may appear to be cyclic at the class level, however, this cyclicity is always resolved at the level of individual objects The ability to guarantee that the cyclicity is resolved relies on some prior knowledge about the domain. The user can specify that certain slots are guaranteed acyclic

PRM for the Genetics Domain BloodType (Father) Person BloodType (Mother) Person P-chromosome M-chromosome P-chromosome P-chromosome Person M-chromosome M-chromosome BloodType Contaminated Result BloodTest

Dependency Graph for Genetics Domain Person.M-chromosome Person.P-chromosome Dashed edges correspond to guaranteed acyclic dependencies Person.BloodType BloodTest.Result BloodTest.Contaminated

Learning PRMs: Parameter Estimation Assume that the qualitative dependency structure S of the PRM is known The parameters are estimated using the likelihood function which gives an estimate of the probability of the data given the model The likelihood function used is the same as that for Bayesian network parameter estimation. The only difference is that parameters for different nodes in the network those corresponding to the x.a for different objects x from the same class are forced to be identical

Learning PRMs: Parameter Estimation Our goal is to find the parameter setting θ S that maximizes the likelihood L(θ S I,σ,S) for a given I, σ and S: L(θ S I,σ,S) = P(I σ,s,θ S ). Working with the logarithm of this function: l(θ S I,σ,S) = log P(I σ,s,θ S ) = log P( Ix.A IPa( x.a) ) X i A A(Xi ) σ x O (Xi ) This estimation is simplified by the decomposition of loglikelihood function into a summation of terms corresponding to the various attributes of the different classes. Each of the terms in the square brackets can be maximized independently of the rest Parameter priors can also be incorporated

Learning PRMs: Structure Learning We now move to the more challenging problem of learning a dependency structure automatically There are three important issues that need to be addressed: hypothesis space, scoring function, and search algorithm Our hypothesis specifies a set of parents for each attribute X.A. Note that this hypothesis space is infinite. Our hypothesis space is restricted by ensuring that the structure we are learning will generate a consistent probability model for any skeleton we are likely to see

Learning PRMs: Structure Learning Continued The second key component is the ability to evaluate different structures in order to pick one that fits the data well. Bayesian model selection methods were adapted Bayesian model selection utilizes a probabilistic scoring function. It ascribes a prior probability distribution over any aspect of the model about which we are uncertain The Bayesian score of a structure S is defined as the posterior probability of the structure given the data I

Learning PRMs: Structure Learning Continued Using Bayes rule: P(S I,σ) P(I S,σ) P(S σ) It turns out that marginal likelihood is a crucial component, which has the effect of penalizing models with a large number of parameters. Thus this score automatically balances the complexity of the structure with its fit to the data Now we need only provide an algorithm for finding a high-scoring hypotheses in our space

Learning PRMs: Structure Learning Continued The simplest heuristic search algorithm is greedy hill-climbing search, using the scoring function as a metric. Maintain the current candidate structure and iteratively improve it Local maxima can be dealt with using random restarts, i.e., when a local maximum is reached, we take a number of random steps, and then continue the greedy hill-climbing process

Learning PRMs: Structure Learning Continued The problems with this simple approach is that there are infinitely many possible structures, and it is very costly in computational operations A heuristic search algorithm addresses these issues. At a high level, the algorithm proceeds in phases

Learning PRMs: Structure Learning Continued At each phase k, we have a set of potential parents Pot k (X.A) for each attribute X.A Then apply a standard structure search restricted to the space of structures in which the parents of each X.A are in Pot k (X.A). The phased search is structured so that it first explores dependencies within objects, then between objects that are directly related, then between objects that are two links apart, etc

Learning PRMs: Structure Learning Continued One advantage of this approach is that it gradually explores larger and larger fragments of the infinitely large space, giving priority to dependencies between objects that are more closely related The second advantage is that we can precompute the database view corresponding to X.A, Pot k (X.A); most of the expensive computations the joins and aggregation required in the definition of the parents are precomputed in these views

Experimental Results The learning algorithm was tested on one synthetic dataset and two real ones Genetics domain a artificial genetic database similar to the example mentioned earlier was used to test the learning algorithm Training sets of size 200 to 800, with 10 training sets of each size were used. An independent test database of size 10,000 was also generated A dataset size of n consists of a family tree containing n people, with an average of 0.6 blood tests per person

Experimental Results Continued

Experimental Results Continued Tuberculosis patient domain drawn from a database of epidemiological data for 1300 patients from the SF tuberculosis (TB) clinic, and their 2300 contacts Relational dependencies, along with other interesting dependencies, were discovered: there is a dependence between the patient s HIV result and whether he transmits the disease to a contact; there is a correlation between the ethnicity of the patient and the number of patients infected by the strain

Experimental Results Continued

Experimental Results Continued Company domain a dataset of company and company officers obtained from Security and Exchange Commission (SEC) data The dataset includes information, gathered over a five year period, about companies, corporate officers in the companies, and the role that the person plays in the company For testing, the following classes and table sizes were used: Company (20,000), Person (40,000), and Role (120,000)

Experimental Results Continued

Discussion How do you determine the probability distribution when there is an unbound variable? The literature assumes that domain values are finite. Can it handle continuous values?

PRM Dependency Structure M Professo r Teaching-Ability M Course Rating Difficulty Popularity 1 M AVG Registration Satisfaction M 1 AVG Student Intelligence Ranking Grade