The crazy title up there means “recovering a 3D model of a molecule, using multiple 2D images/projections”. This was a talk at MIT by Yoel Shkolnisky. The talk was really neat, but the bottom line is this. From a CS point of view he was solving the following question. We have n points that (we know) come from some finite metric. We are given the pairwise distances (+ noise) between points that are within each other’s vicinity (in that metric). The goal is to reconstruct the metric. I’ve phrased this problem a little more generally then the form in which it is addressed in Yoel’s work.
The cool thing is that Yoel et al. solve this problem using a very natural appeal to graph Laplacians. This is found in a technical report on his page. Amit Singer (a collaborator) additionally has a paper on using these techniques to recover the global metric of sensor networks, based on local distance information. This is found in the form of a paper on Amit’s webpage.
There might be an opportunity for a new paper lurking in there. In particular, it is interesting to ask under what noise conditions (and noise can be correlated in real-world examples) is the recovery good. Having heard the talk, I believe that the answer to this question will also depend on the type of metric being recovered, i.e. it may depend on its doubling dimension e.g.
Oh, I should also mention that Yoel seems to have some cool papers involving the discrete Radon transform. This is probably a good place to read about it, while avoiding the continuous lingo.
In a recent paper “Graph sparsification by effective resistances”, Spielman, Srivastava (STOC’08) show that one can sparsify a graph by essentially randomly getting rid of edges with very low effective resistance. Here we discuss an interesting corollary of one of the lemmas in this paper, which is not explicitly mentioned in the paper. In particular, we show a direct connection between the edge density of a graph and the smallest effective resistance.
For a graph
define
. This is all standard notation:
is the diagonal edge-weights matrix,
is the edge orientation matrix, and
is the Laplacian. (Note we have that
.)
The matrix
has the property that
, where
is the effective resistance of edge
, and
is its weight. We’ll focus on the case when all
for simplicity. We prove the following statement:
If graph
has
vertices and
edges, then there is an edge of effective resistance at most
.
To see this, we use Lemma 3 in the paper which states that
has eigenvalue
of multiplicity
, and eigenvalue 0 of multiplicity
. The sum of the eigenvalues thus equals
. On the other hand, the trace of
equals
. Equating the two (and using
) we get
. Therefore
. Thus, there must exist at least one edge with effective resistance at most
.
This inequality is tight in various small-graph cases that one could think of. And it is asymptotically tight in others (a long cycle with a shortcut in the middle). It is interesting to find out whether it is tight for large graphs of intermediate density (more than linear, less than quadratic).
Let’s see how this equality relates (directly) to sparsification. A close inspection of Lemma 4 in the paper asserts the following statement:
If we remove an edge
from a graph, then the Laplacian of the new and the old graph are related by
. This inequality is tight on both sides.
On the left equality is attained when considering the vector of potentials corresponding to a unit electric flow between the endpoints of
. On the right equality is attained by considering any vector that equals 0 over the endpoints of
.
The last statement combined with the inequality (that relates effective resistance to density) beg the question whether one can sparsify a graph by removing one edge at a time (and re-weighting the rest appropriately). If this is indeed a possibility, it would also have to be true that any sequence of removed edges
that leads to a best sparsification must contain the edge of smallest effective resistance in the original graph.
The questions mentioned here are important since they relate to the conjecture that all graphs have linear-size sparsifiers. It is also a possibility that a one-edge-at-a-time procedure may lead to a more practical sparsification (in the Laplacian sense) algorithm than the currently available alternatives.