Presentation is loading. Please wait.

Presentation is loading. Please wait.

ARCHEOLOGICAL SERIATION AND INTERVAL GRAPHS

Similar presentations


Presentation on theme: "ARCHEOLOGICAL SERIATION AND INTERVAL GRAPHS"β€” Presentation transcript:

1 ARCHEOLOGICAL SERIATION AND INTERVAL GRAPHS
By Pranathi Reddy Tetali

2 Outline Problem statement Graph Construction Relation to graph problem
NP-Hard problem Special Properties Depicting graph solution Comments

3 Problem Statement Archeology seriation is the attempt to place a set of items in their proper chronological order. The problem also called sequence dating is to figure out the time relationships between set of artifacts, found in graves and the time intervals during which they were in use.

4 Problem statement It involves mapping all the artifacts found in each grave to the corresponding time duration. This problem has much in common with interval graphs and consecutive 1s property of incidence matrices.

5 Graph Construction Assumptions:
If two different artifacts occurred together in the same grave, then their time periods must have overlapped. Since number of graves was large, if time periods overlapped then the artifacts appeared together in some graves.

6 Graph Construction Consider 6 artifacts: a,b,c,d,e,f
The adjacency matrix tells which pairs of artifacts occurred together in graves. π‘Ž 𝑏 𝑐 𝑑 𝑒 𝑓 π‘Ž 𝑏 𝑐 𝑑 𝑒 𝑓

7 Graph Construction The problem now is to represent them in chronological order. This can be done by permuting adjacency matrix to incidence matrix with consecutive 1’s property. However, this method produces many correct permutations. To limit the number of correct orders we will use graph theory of interval graphs.

8 Graph Construction Let G be a graph whose vertices represent artifacts and edges correspond to pairs of artifacts that appear together in same grave.

9 Relation to a graph problem
This Real world problem is converted to interval graph problem. The problem in graphical terms can be described as- β€œTo obtain an interval model with all the adjacent vertices intersecting while the non adjacent vertices are apart.

10 Relation to a graph problem
From the graph we construct a set of intervals on the real line corresponding to time periods during which the artefacts were in use. Artefacts correspond to overlapping intervals and sets of artifacts correspond to overlapping intervals.

11 Relation to a graph problem
The interval model obtained from the graph:

12 An NP- Hard problem It takes many years to determine all possible permutations and obtain correct order. The problem is solvable in polynomial time on interval graphs that is NP-complete while it is NP-Hard in general case.

13 Special Properties The clique matrix of an undirected graph is an incidence matrix having maximal cliques as rows and vertices as columns. Corollary: An undirected graph G is an interval graph if and only if the clique matrix of G has the consecutive ones property for columns.

14 Special Properties Given a finite set X and a collection F of subsets of X, the consecutive arrangement problem is to determine whether or not there exists a permutation Ο€ of X in which the elements of each subset S ∈ F appear as a consecutive subsequence of Ο€. X is the set of maximal cliques of G. F = {S (v)β”‚v ∈ V}, S(v) is set of maximal cliques of G.

15 Special Properties Algorithm calculates πœ‹ (F): 1: procedure consecutive (X ,F, πœ‹) 2: let πœ‹ be the set of all permutations of X 3: for all S ∈ F do 4: remove from πœ‹ those permutations in which the elements of S do not occur as a subsequence 5: end procedure Alternatively we can use PQ-Tree representation.

16 Special Properties Theorem:
Interval graphs can be recognized in O(n+m) time. Moreover, if G is an interval graph, then there is an algorithm taking O(n+m) time to construct a proper PQ-tree T such that consistent(T) is the set of orderings of the maximal cliques of G in which, for every vertex v of G, the maximal cliques containing vertex v occur consecutively.

17 Special Properties Some other properties that define interval graphs:
It is chordal and its complement G is a comparability graph. It contains no induced 𝐢 4 and G is transitively orientable. It is chordal and contains no asteroidal triple (AT).

18 Depicting Graph Solution
The interval model directly displays the chronological order. From the interval graph we get, the following intervals

19 Comments The interval graph is used to optimize the seriation process.
It is not simple in practice as few different arrangements of intervals are possible. Additional information is required to exactly determine one order from the few permutations.

20 References Kendall, D. (1969). INCIDENCE MATRICES, INTERVAL GRAPHS AND SERIATION IN ARCHAEOLOGY.Β PACIFIC JOURNAL OF MATHEMATICS,Β 28(3), Retrieved October 7, 2014, from uclid.pjm/

21 References Interval Graph Isomorphism. (n.d.). Retrieved October 7, 2014, from d.pdf Mertzios, G. (2008). AΒ matrixΒ characterization of interval and proper interval graphs.Β Applied MathematicsΒ Letters,Β 21, Β RetrievedΒ October 7, 2014, from papers/Jour/Jour_NIR_SNIR.pdf

22 Thank You!!!

23 Any Queries?


Download ppt "ARCHEOLOGICAL SERIATION AND INTERVAL GRAPHS"

Similar presentations


Ads by Google