<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">Relations as Context to Improve Multi-Target Tracking and Activity Recognition</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Cristina</forename><surname>Manfredotti</surname></persName>
							<email>manfredotti@disco.unimib.it</email>
						</author>
						<author>
							<persName><forename type="first">Enza</forename><surname>Messina</surname></persName>
							<email>messina@disco.unimib.it</email>
							<affiliation key="aff0">
								<orgName type="department">DISCo</orgName>
								<orgName type="institution">University of Milano-Bicocca</orgName>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">David</forename><surname>Fleet</surname></persName>
							<email>fleet@cs.toronto.edu</email>
							<affiliation key="aff1">
								<orgName type="department">Computer Science Dept</orgName>
								<orgName type="institution">University of Toronto</orgName>
							</affiliation>
						</author>
						<title level="a" type="main">Relations as Context to Improve Multi-Target Tracking and Activity Recognition</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">308A19CBB0E96E2732EA1BBA15D4482F</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-25T01:37+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>Multi Target tracking</term>
					<term>Probabilistic Relational Models</term>
					<term>Bayesian Filtering</term>
					<term>Particle Filtering</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>The explicit recognition of the relationships between interacting objects can improve the understanding of their dynamic model. In this work, we investigate the use of Relational Dynamic Bayesian Networks to represent the dependencies between objects behavior in the context of multitarget tracking. We propose a new formulation of the transition model that accommodates for First-Order Logic relations and we extend the Particle Filter algorithm in order to directly track relations between targets. Many applications can benefit from this work, as activities recognition, traffic monitoring, strategic analysis, sports coaching and others. We present some results about activity recognition in monitoring Canadian costal borders.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Introduction and Motivations</head><p>Context interpretation and context-based reasoning have been shown to be key factors for Computer Vision in the development of algorithms for object recognition <ref type="bibr" target="#b2">[3]</ref>. In this domain the context is the scene where objects are located and the knowledge about it is expressed by the beliefs over the scene <ref type="bibr" target="#b3">[4]</ref>.</p><p>In this paper we deal with moving objects and we refer the concept of context to "what is happening around the object we are tracking". Knowing the scene can improve the objects recognition task and the knowledge about the identity of the objects improves the belief over the scene; knowing what is happening in the scene (which "relations" are believed to be true in the scene) can improve the tracking and the knowledge about the state of the objects can improve our knowledge about the relation between the objects in the scene (i.e. the context).</p><p>Consider, for example, the situation in which we have a group of people walking in a park. If we know they are walking together (i.e. if we have a certain belief over their relation), we know they will have a similar behavior or a similar motion. This will help us in tracking them. Moreover, taking into account the relations between objects can also allow us to recognize complex activities like, for example, the activity of "going to a pub together": single persons walking can be a simple fragment of a more complex activity that includes some people meeting, going in the same direction, waiting each other at different points and entering together into the pub. Dealing with relations between moving objects allows us to recognize a complex activity like this one from another similar one that can be the "catching the subway during rush hour": this complex activity also includes a group of people walking together in the same direction but those people will not wait for each other. In the last years Computer Vision has mostly dealt with the recognition of activities composed by the repetition of simple movements <ref type="bibr" target="#b11">[12]</ref>, instead those are examples of more complex activities that involve relations between objects and/or single actions during time.</p><p>In our work we model the context as a set of First-Order Logic relations using them in two principal ways:</p><p>-We will use relations to improve the efficiency of the tracking. The information contained in the relationships can improve prediction, resulting in a better estimation of objects trajectories. -We will monitor relations as a goal in itself. This is the case in many applications like traffic prediction or consumer monitoring, anomaly detection or activity recognition.</p><p>In this work we consider Relational Dynamic Bayesian Networks (RDBNs) <ref type="foot" target="#foot_0">1</ref> , an extension of Probabilistic Relational Model <ref type="bibr" target="#b4">[5]</ref> to dynamic domains, as a formalism to monitor relations between moving objects. In our RDBN-based model, relationships are considered as random variables whose values may change over time. While tracking the objects in the domain, we also track the evolution of their relationships. For this purpose, in the next sections we propose a formalization of a new dynamic model able to predict the future state of the objects taking into account their relations and we introduce a new version of Particle Filter (that we call Relational Particle Filter) that adapts to these settings. After presenting some preliminary results obtained on the Intelligent System Challenge 2008-2009 data set<ref type="foot" target="#foot_1">2</ref> , and a brief review of the literature, we conclude with some final remarks.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Modeling and Inference</head><p>A relational domain is a set of objects with relations between them. We will call the state s of a relational domain relational state, and we define it as the set of instantiations of all the objects and their relations in the domain. Therefore, we can divide the relational state in two parts: the state of the objects<ref type="foot" target="#foot_2">3</ref> s o and the state of the relations s r and we will write: s = [s o , s r ].</p><p>A Relational Bayesian Network (RBN) is a directed acyclic graph whose nodes are First-Order Logic attributes or relations between objects in the relational domain and whose structure represents the causality between the nodes.</p><p>When we deal with dynamic, relational states evolve with time and RBNs has to be extended to RDBNs. A Relational Dynamic Bayesian Network is structured as a pair of RBNs (B 0 , B → ), where B 0 represents the probability distribution over the state of the relational domain at time 0 and B → is a RBN of nodes at time t whose parent are predicates at time t − 1 or predicates at time t and nodes at time t − 1 without their parents.</p><p>In order to make inference in a multi-target setting, we need to extend the algorithms traditionally used in tracking to represent relations. As in classic tracking, the aim is to estimate the current posterior distribution of the state space s t conditioned to the sequence of observations z 1:t up to time t: p(s t |z 1:t ). This distribution is often called the target's belief (bel(s t )).</p><p>The tracker predicts the probability distribution of the future state s t , given the knowledge about the current state s t−1 , by means of a state transition model p(s t |s t−1 ). Once measurements about the state at time t (z t ) are acquired, the state is filtered using the sensor model p(z t |s t ) that relates (potentially noisy) measurements to the state. To extend the traditional tracking algorithms to represent relations we introduce the following components:</p><p>The relational transitional model p(s t |s t−1 ) = p(s o t , s r t |s o t−1 , s r t−1 ) is a joint probability of the state of all instances and relations. We assume that the state of relations is not directly affected by the state of the objects at the previous time step (see Figure <ref type="figure" target="#fig_0">1</ref>). Therefore the transition model can be rewritten as:</p><formula xml:id="formula_0">p(s o t , s r t |s o t−1 , s r t−1 ) = p(s o t |s o t−1 , s r t−1 )p(s r t |s r t−1 , s o t ).<label>(1)</label></formula><p>The sensor model p(z t |s t ) gives the probability of the state at time t given the measurements obtained at the same time. We assume the relations to be not directly measurable, so the observation z t is independent of the relations between objects:</p><formula xml:id="formula_1">p(z t |s t ) = p(z t |s o t , s r t ) = p(z t |s o t ).<label>(2)</label></formula><p>Under the Markov assumption and the conditional independence of the data given the state, we can use a Bayesian filter algorithm to compute the belief of the relational state:</p><formula xml:id="formula_2">bel(s t ) = α p(z t |s o t ) bel(s t )<label>(3)</label></formula><p>where α is a normalization constant and bel(s t ) is the prediction done over the system (p(s o t , s r t |z 1:t−1 )) that can be computed as:</p><formula xml:id="formula_3">bel(s t ) = p(s o t , s r t |s o t−1 , s r t−1 )bel(s t−1 )ds t−1 .<label>(4)</label></formula><p>According to the state transition model (Equation <ref type="formula" target="#formula_0">1</ref>), we can write Equation (4) as:</p><formula xml:id="formula_4">bel(s t ) = p(s o t |s o t−1 , s r t−1 )p(s r t |s r t−1 , s o t )bel(s t−1 )ds t−1 .<label>(5)</label></formula><p>In the most general case we can represent the two partial transition models of Equation (1) by a First Order Logic Tree (FOPT) <ref type="foot" target="#foot_3">4</ref> . We will introduce an example of FOPT when dealing with the experiments.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1">Relational Particle Filter</head><p>The specific and complex probabilistic nature of the presented setting makes impossible to use filters that require a probabilistic function in closed form, such as the Kalman filter. To solve this issue we developed an extension of the Particle Filter (PF) algorithm whose properties are appealing for our case.</p><p>The PF algorithm <ref type="bibr" target="#b0">[1]</ref> is a Monte Carlo method that approximates the required posterior density function by a set of random samples with associated weights and computes estimates based on these samples and weights. As the number of samples becomes very large, the Monte Carlo approximation to the correct posterior improves and the PF approaches the optimal Bayesian estimate.</p><p>We integrate the relational transitional model introduced in Equation ( <ref type="formula" target="#formula_0">1</ref> x A particle (x t,(m) ) is a representation of the state. For this reason, in our setting, it is divided in two parts: the part of the objects x o t,(m) and the part of the relations x r t,(m) . (see Figure <ref type="figure" target="#fig_3">2</ref>(a)). The part of the particle relative to the instantiations is sampled according to p(s o t |s o t−1 , s r t−1 ) (Line 1), subsequently the part of the particle relative to the relations is sampled according to the second part of the relational transition model (Line 2). When the measurement is acquired, particles are weighted according to the sensor model (Line 3). The sensor model takes into account only the part of the particles relative to the objects, since the particles are composed by two parts, also the parts associated to the relations are weighted. After the weighting step, weights are normalized (Line 4) and the set of particles for the next iteration is extracted according to the normalized weights in the resampling step (Line 5).  </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Experiments</head><p>We evaluated the proposed method on a synthetic data set that is based on the Intelligence System Challenge 2008-2009 data set. We chose to use this data set because it is easier than a real data set but still challenging. The data set contains the description of the events happened in the sea; each element of the data set reports the tracks of two boats participating in an event (i.e. Rendezvous, PickUp and Avoidance) together. At each time interval at most one event takes place. We are particularly interested in the case where there is uncertainty about the participants taking part in an event, in order to demonstrate the advantage of maintaining beliefs over the set of possible relations. In order to test our relational particle filter algorithm for activity recognition in a more challenging scenario with multiple targets, we use the original data set to build a new synthetic data set of 120 situations (either rendezvous or avoidance), obtained by pairing two encounters randomly sampled from the original data set. In this way, four ships are present at the same time in the scene.</p><p>In the experiment, we consider the task of detecting a rendezvous between a yacht and a fisher ship. After describing the setting of our experiments, in the next subsection, we report some results.  We used the data set to estimate the prior for the event Rendezvous between a Fisher and a Yacht (33/80). Then, we examined the data relative to the encounters in order to acquire information about the two different events (rendezvous or avoidance) that can be used to predict the relation. In particular, we focused on the variation of speed of the two targets. Consider for example, the rendezvous in Figure <ref type="figure">(</ref>3): the two ships come closer and both progressively reduce their speed until a nearly-zero value. Different is the case of ships that are avoiding each other (thus not in relation according to our model), one maintains its speed and the other decelerates (Figure ( <ref type="formula" target="#formula_3">4</ref>)).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1">Settings and Results</head><p>From the images it is also possible to notice the three-phases which characterize the event of rendezvous: ships approach each other reducing their speed in the first phase, they travel in the same direction with nearly-zero speed in the second phase and finally they go apart and at least one of them change its speed. Our relational transition model takes into account these three different phases allowing to detect when the event starts and when it finishes but also allowing to understand if two ships can be in relation (since a ship can be in relation only with another ship).</p><p>An example of the relational transition model used in our experiments is given in Figure <ref type="bibr" target="#b4">(5)</ref> and in Figure <ref type="bibr" target="#b5">(6)</ref> . We ran the experiments on each of the 120 sets of four tracks in the data set. In table <ref type="bibr" target="#b0">(1)</ref> we show the accuracy of our method for the rendezvous detection compared to the accuracy of a method that randomly choses which boats are in relation. In the table it is also reported the average tracking error of the RPF algorithm compared to a PF algorithm that does not take into account relations. The tracking error is computed as the distance between the trajectories acquired by the particle filter (at each time-step, it averages the position considering the states of all particles) and the real trajectories.  <ref type="table">1</ref>. In columns TP ratio and TN ratio the ratio over the 120 set of tracks of true positive and true negative is reported for our method and a random choice method. In the last column the average tracking error for our method (RPF) and a method that does not take into account relations (PF) is reported.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2">Related Works</head><p>Our work is at the intersection of work in Probabilistic Relational Models, that to our knowledge have never before considered applications in tracking, and Computer Vision, where often heuristics are used to improve tracking, but not with a systematic account of relationships between targets.</p><p>Recently there has been increasing interest in models that extend probabilistic reasoning to First Order Logic to exploit redundancies observed in the worlds ( <ref type="bibr" target="#b4">[5]</ref>, <ref type="bibr" target="#b5">[6]</ref>). In this setting, many relational inference algorithms proceed by first fully instantiating the First-Order relations and then working at the propositional level. In <ref type="bibr" target="#b9">[10]</ref> an inference algorithm that instantiates relations only as needed is presented, but this algorithm can deal only with static domains as the relations are not supposed to change over time. Moreover, our model is different from the one presented in <ref type="bibr" target="#b8">[9]</ref>, where the concept of class is used to develop an inference system able to deal with a large number of heterogenous objects. We use First-Order Logic to explicitly represent relationships between objects to improve the inference task. Our method is potentially applicable to situations with a large number of objects as well.</p><p>Hybrid states models have been used to deal with complex tracking tasks <ref type="bibr" target="#b6">[7]</ref>. They combined continuous-valued dynamic with a discrete state of the world (context) encoding which switching dynamic is performed jointly with tracking. Our system uses relations as representations of the context of each object instead of the context of the entire world. The explicit recognition of the relations of each object allows us to deal with much more complex tracking tasks. Moreover, the use of First Order Logic (as opposed to predicative logic) generalizes our models to different domains.</p><p>In <ref type="bibr" target="#b7">[8]</ref> the recognition of complex activity (temporally extended activities that can be fragmented in simple ones) is based on context-free grammar. They decouple the recognition task in two levels: a lower level that detects single simple activities that are the inputs for the stochastic context-free grammar used as a "bag of words" for a parsing mechanism. Instead, our approach does not decouple the recognition task, but seek to take advantage from the tracking, that provides the detection of simple activities, to recognize the temporally extended activity and from the knowledge about the complex activity to improve the tracking.</p><p>In <ref type="bibr" target="#b10">[11]</ref>, the authors address the problem of activity recognition using First Order Logic rules and Markov Logic Networks to represent common sense domain knowledge. Differently from the method we are proposing, the inference task is performed off-line: they perform probabilistic inference for input queries about events of interest already happened. We seek, instead, to perform an on-line probabilistic inference of both the state of the domain and the activities.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Conclusions</head><p>In this paper we presented a technique based on relational Bayesian reasoning in order to address the problem of activity recognition and tracking. We presented an extension of particle filter, called relational particle filter, that can be used to make inference. From our preliminary results we can conclude that our method can help to identify the type of encounter that the targets are engaging. Moreover we have shown how using relations as context can improve the tracking task. Compared to hybrid state model techniques, we are able to model the problem with a single dynamic model and the state representation is much more compact.</p><p>There are a number of possible applications of this approach in problems where there is the need of monitoring a situation from sensed data (video surveillance, homelandsecurity, etc.) that we are interested to consider for future works.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Fig. 1 .</head><label>1</label><figDesc>Fig. 1. Relational Transition Model. Arrows indicate probabilistic dependence between variables.</figDesc><graphic coords="3,238.60,318.76,138.07,100.72" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Algorithm 1 :</head><label>1</label><figDesc>) in a new Relational Particle Filter (RPF), shown in Algorithm (1). Pseudo Code for the Relational Particle Filter algorithm bel(st) = RP F (bel(st−1), zt) for all m = 1 : M do 1.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head></head><label></label><figDesc>(a) Particle representation. (b) First step of hypothesis. (c) Second step of hypothesis. (d) Particle weighting.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head>Fig. 2 .</head><label>2</label><figDesc>Fig. 2. Cartoon representation of the proposed algorithm.</figDesc><graphic coords="5,311.10,384.45,137.95,62.01" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_4"><head>Fig. 3 .</head><label>3</label><figDesc>Fig. 3. Example of Rendezvous.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_5"><head>Fig. 4 .</head><label>4</label><figDesc>Fig. 4. Example of no relation.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_6"><head>Fig. 5 .</head><label>5</label><figDesc>Fig. 5. FOPT for p(s o t |s o t−1 , s r t−1 ).</figDesc><graphic coords="7,143.46,346.32,328.14,238.26" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_7"><head>Fig. 6 .</head><label>6</label><figDesc>Fig. 6. FOPT for p(s r t |s r t−1 , s o t ).</figDesc><graphic coords="8,143.46,117.23,328.11,251.22" type="bitmap" /></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">The authors are aware of the works of Sanghai, Weld and Domingos on RDBNs; however the paper presenting their work has been retracted. Refer to: http://www.aaai.org/Library/JAIR/Vol24/jair24-019.php</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_1">http://www.intelligent-systems-challenge.ca/home/index.html</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_2">We will use the terms state of objects and state of instantiations interchangeably.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_3">A FOPT (also known as First Order Decision Diagram<ref type="bibr" target="#b1">[2]</ref>) is Probabilistic Tree whose nodes are First Order Logic formulas.</note>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">A tutorial on particle filters for online nonlinear/non-gaussian bayesian tracking</title>
		<author>
			<persName><forename type="first">S</forename><surname>Arulampalam</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Maskell</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Gordon</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Transactions on Signal Processing</title>
		<imprint>
			<biblScope unit="volume">50</biblScope>
			<biblScope unit="page" from="174" to="188" />
			<date type="published" when="2002">2002</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">First order decision diagrams for relational mdps</title>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">J C</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Khardon</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">JAIR</title>
		<imprint>
			<biblScope unit="volume">31</biblScope>
			<biblScope unit="page" from="431" to="472" />
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Putting objects in perspective</title>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">A E</forename><surname>Derek Hoiem</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Hebert</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. IEEE Computer Vision and Pattern Recognition (CVPR)</title>
				<meeting>IEEE Computer Vision and Pattern Recognition (CVPR)</meeting>
		<imprint>
			<date type="published" when="2006-06">June 2006</date>
			<biblScope unit="volume">2</biblScope>
			<biblScope unit="page" from="2137" to="2144" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Learning object shape: From drawings to images</title>
		<author>
			<persName><forename type="first">G</forename><surname>Elidan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Heitz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Koller</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Conference on Computer Vision and Pattern Recognition (CVPR)</title>
				<meeting>the Conference on Computer Vision and Pattern Recognition (CVPR)</meeting>
		<imprint>
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Learning probabilistic relational models</title>
		<author>
			<persName><forename type="first">N</forename><surname>Friedman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Getoor</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Koller</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Pfeffer</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">IJCAI</title>
				<imprint>
			<date type="published" when="1999">1999</date>
			<biblScope unit="page" from="1300" to="1309" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Learning probabilistic models of link structure</title>
		<author>
			<persName><forename type="first">L</forename><surname>Getoor</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Friedman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Koller</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Taskar</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Machine Learning Research</title>
		<imprint>
			<biblScope unit="volume">3</biblScope>
			<biblScope unit="page" from="679" to="707" />
			<date type="published" when="2002">2002</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">A mixed-state condensation tracker with automatic model-switching</title>
		<author>
			<persName><forename type="first">M</forename><surname>Isard</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Blake</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ICCV</title>
				<imprint>
			<date type="published" when="1998">1998</date>
			<biblScope unit="page" from="107" to="112" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Recognition of visual activities and interactions by stochastic parsing</title>
		<author>
			<persName><forename type="first">Y</forename><forename type="middle">A</forename><surname>Ivanov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">F</forename><surname>Bobick</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Trans. Pattern Anal. Mach. Intell</title>
		<imprint>
			<biblScope unit="volume">22</biblScope>
			<biblScope unit="issue">8</biblScope>
			<biblScope unit="page" from="852" to="872" />
			<date type="published" when="2000">2000</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">General-purpose mcmc inference over relational structures</title>
		<author>
			<persName><forename type="first">B</forename><surname>Milch</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">J</forename><surname>Russell</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">UAI</title>
				<imprint>
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">A general method for reducing the complexity of relational inference and its application to mcmc</title>
		<author>
			<persName><forename type="first">H</forename><surname>Poon</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Domingos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Sumner</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">AAAI</title>
				<imprint>
			<date type="published" when="2008">2008</date>
			<biblScope unit="page" from="1075" to="1080" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Event modeling and recognition using markov logic networks</title>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">D</forename><surname>Tran</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">S</forename><surname>Davis</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ECCV (2)</title>
				<imprint>
			<date type="published" when="2008">2008</date>
			<biblScope unit="page" from="610" to="623" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Event detection in crowded videos</title>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">S</forename><surname>Yan Ke</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Hebert</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">IEEE International Conference on Computer Vision</title>
				<imprint>
			<date type="published" when="2007-10">October 2007</date>
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
