I am trying to understand this paper about video summarization using a graph algorithm. Section 4.1 of the linked paper, describes two graphs, with the same node set, while the edges differ, as they have different defining equations for edge weight. And the paper later combines the two graphs using something like a dot product.
$G^\theta_{tc} = G.G^\theta$
What is this notation for graph description?
I'm not certain, but given that not long before it says
I suspect that it's a matrix multiplication, where the matrix is a weighted adjacency matrix.