Sketch of ideas in geometry and computing

We wish to apply statistics to images (e.g. computer images, hand drawings, etc.). A semi-educated guess is that the category of Stratified spaces might be large enough to fit what we want.

This is not directly about fitting curves. Curve fitting is nice, but the resulting curves will not necessarily have any interesting meaning. Some example methods include Bezier curves and Vandermonde interpolation. Another example is simply using least-squares in a somewhat blind fashion. Suppose our computer outputs some polynomials based on some interpolation method. If the user knows about the space, they can make sense out of the equations (e.g. curve order, genus, extrema, etc). But if the user does not know about the space, then the equations may not be illuminating and could even be misleading. Similarly, if we have an image $F$ that looks like a smooth manifold, then we can approximate it using local taylor polynomials, but these are pretty uninteresting.

Formally, we will choose images in a category $\mathcal{C}$ which we think of as a "hypothesis space" with a distribution $f$.


Rough Categorization of Drawability

We first split the images into drawable and non-drawable. To this end, we define a stylus to be a pensil or a brush. This is made precise below.

Drawable

We first categorize a few artistic styles. The first is that of drawing with a pen. We can represent this by the space of finite-length smooth curves in $\mathbb{R}^n$, and finite unions of such curves. We can consider this to be a space of drawings. The class of finite-area maps $C^k(U,\mathbb{R}^n)$ and their unions where $U \subset \mathbb{R}^2$ is a compact subset: these are paintings. Call these categories stylus-categories.

Given a finite set of points $F$ and a stylus category $\mathcal{C}$, we want to know the objects in $\mathcal{C}$ which contain $F$. In other words, we want to sample from

$$f(\cdot|F).$$

Non-drawable

We categorize these as semi-algebraic sets.

First, note that we are justified in saying that an algebraic set is not necessarily drawable. A first question we have is whether Bresenham's algorithm applies. I haven't tried it yet, but I believe it does work. Regardless, such spaces are not, in general, drawable by a stylus.


Statistical/Geometric Theory

We will be looking for geometric, algebraic and topological constraints on our data. The basic idea is that we will have a statistic $\psi_{M,N}$ which gives the $k$-th derivatives at $N$ points, where $0 \leq k \leq M$. One can use $\psi_{M,N}$ to find the degree of the curve, extrema, and singularities. We will discuss this more in a future post.

← Back to all posts