SearcharxivSearch

arXiv subjects

Erik Carlsson

Publications and source records attributed to Erik Carlsson.

At least 19 recordsLinked to original sources

Transport based embeddings with topological guarantees

Point clouds arising in image collections, samples from Markov chain Monte Carlo, or states of a random walk, often have a simple underlying geometry which is obscured by noise, high ambient dimension, and the failure of Euclidean distance to reflect similarity. Methods such as UMAP and t-SNE condense such data into usable form, but rely on heuristic choices and provide no guarantee that the output reflects the topology of the input. We introduce a condensation method that comes with such a guarantee. Encoding the data as a positive $m\times n$ stochastic matrix $Q=(q_{ij})$, for instance the transition matrix of a random walk on the point cloud, we define a potential function $\psi(p)=\log \sum_{i} \exp(-KL(p,q_{i\bullet}))$ on the probability simplex $\Delta_n$, where $KL(p,q)$ is the Kullback-Leibler divergence, and prove that $\psi$ is $c$-convex in the sense of Optimal Transport Theory for the cost function $c(p,q)=KL(p,q)$. The associated transport map collapses noisy directions while provably preserving topology: the super-level sets of $\psi$ are homotopy equivalent to those of a $c$-conjugate function, whose image is a condensed, resampleable family of topological spaces which can be interpreted as a continuous analog of an alpha shape. We demonstrate the method by recovering the circle of camera angles from the COIL image dataset, where a standard PCA pipeline produces spurious homology, and the quotient $SO(3)/A_4$ from $45{,}000$ views of a tetrahedron in the SYMSOL pose-estimation benchmark.

math.AT

Affine Schubert calculus and double coinvariants

We define an action of the double coinvariant algebra $DR_n$ on the equivariant Borel-Moore homology of the affine flag variety $\widetilde{Fl}_n$ in type $A$, which has an explicit form in terms of the left and right action of the (extended) affine Weyl group and multiplication by Chern classes. Up to first order in the augmentation ideal, we show that it coincides with the action of the Cherednik algebra on the equivariant homology of the homogeneous affine Springer fiber $\widetilde{S}_{n,n+1} \subset \widetilde{Fl}_n$ due to Yun and the second author, and therefore preserves the non-equivariant Borel-Moore homology groups $H_*(\widetilde{S}_{n,n+1})\hookrightarrow H_*(\widetilde{Fl}_n)$. We then define a geometric filtration $F_{a} H_*(\widetilde{S}_{n,n+1})=H_*(\widetilde{S}(a))$ by closed subspaces $\widetilde{S}(a)\subset \widetilde{S}_{n,n+1}$, which we prove recovers the Garsia-Stanton descent order on $DR_n$. We use this to deduce an explicit monomial basis of $DR_n$, as well as an independent proof of the (non-compositional) Shuffle Theorem.

math.CO

VillageNet: Graph-based, Easily-interpretable, Unsupervised Clustering for Broad Biomedical Applications

Clustering large high-dimensional datasets with diverse variable is essential for extracting high-level latent information from these datasets. Here, we developed an unsupervised clustering algorithm, we call "Village-Net". Village-Net is specifically designed to effectively cluster high-dimension data without priori knowledge on the number of existing clusters. The algorithm operates in two phases: first, utilizing K-Means clustering, it divides the dataset into distinct subsets we refer to as "villages". Next, a weighted network is created, with each node representing a village, capturing their proximity relationships. To achieve optimal clustering, we process this network using a community detection algorithm called Walk-likelihood Community Finder (WLCF), a community detection algorithm developed by one of our team members. A salient feature of Village-Net Clustering is its ability to autonomously determine an optimal number of clusters for further analysis based on inherent characteristics of the data. We present extensive benchmarking on extant real-world datasets with known ground-truth labels to showcase its competitive performance, particularly in terms of the normalized mutual information (NMI) score, when compared to other state-of-the-art methods. The algorithm is computationally efficient, boasting a time complexity of O(N*k*d), where N signifies the number of instances, k represents the number of villages and d represents the dimension of the dataset, which makes it well suited for effectively handling large-scale datasets.

cs.LG

Alpha shapes and optimal transport on the sphere

In [3], the authors used the Legendre transform to give a tractable method for studying Topological Data Analysis (TDA) in terms of sums of Gaussian kernels. In this paper, we prove a variant for sums of cosine similarity-based kernel functions, which requires considering the more general "$c$-transform" from optimal transport theory [16]. We then apply these methods to a point cloud arising from a recent breakthrough study, which exhibits a toroidal structure in the brain activity of rats [11]. A key part of this application is that the transport map and transformed density function arising from the theorem replace certain delicate preprocessing steps related to density-based denoising and subsampling.

math.ST

Alpha shapes in kernel density estimation

For every Gaussian kernel density estimator $f(x)=\sum_i a_i \exp(-\lVert x-x_i\rVert^2/2h^2)$ associated to a point cloud $\mathcal{D}=\{x_1,...,x_N\}\subset \mathbb{R}^d$, we define a nested family of closed subspaces $\mathcal{S}(a)\subset\mathbb{R}^d$, which we interpret as a continuous version of an alpha shape. Using arguments based on Fenchel duality, we prove that $\mathcal{S}(a)$ is homotopy equivalent to the superlevel set $\mathcal{L}(a)=f^{-1}[e^{-a},\infty)$, and that $\mathcal{L}(a)$ can be realized as the union of a certain power-shifted covering by balls with centers in $\mathcal{S}(a)$. By extracting finite alpha complexes with vertices in $\mathcal{S}(a)$, we obtain refined geometric models of noisy point clouds, as well as density-filtered persistent homology calculations. In order to compute alpha complexes in higher dimension, we used a recent algorithm due to the present authors based on the duality principle.

math.AT

A descent basis for the Garsia-Procesi module

We assign to each Young diagram $λ$ a subset $\mathcal{B}_{λ'}$ of the collection of Garsia-Stanton descent monomials, and prove that it determines a basis of the Garsia-Procesi module $R_λ$, whose graded character is the Hall-Littlewood polynomial $\tilde{H}_λ[X;t]$. This basis is a major index analogue of the basis $\mathcal{B}_λ\subset R_λ$ defined by certain recursions in due to Garsia and Procesi, in the same way that the descent basis is related to the Artin basis of the coinvariant algebra $R_n$, which in fact corresponds to the case when $λ=1^n$. By anti-symmetrizing a subset of this basis with respect to the corresponding Young subgroup under the Springer action, we obtain a basis in the parabolic case, as well as a corresponding formula for the expansion of $\tilde{H}_λ[X;t]$. Despite a similar appearance, it does not appear obvious how to connect these formulas appear to the specialization of the modified Macdonald formula of Haglund, Haiman and Loehr at $q=0$.

math.RT

Computing the alpha complex using dual active set methods

The alpha complex is a fundamental data structure from computational geometry, which encodes the topological type of a union of balls $B(x; r) \subset \mathbb{R}^m$ for $x\in S$, including a weighted version that allows for varying radii. It consists of the collection of "simplices" $σ= \{x_0, ..., x_k \} \subset S$, which correspond to nomempty $(k + 1)$-fold intersections of cells in a radius-restricted version of the Voronoi diagram. Existing algorithms for computing the alpha complex require that the points reside in low dimension because they begin by computing the entire Delaunay complex, which rapidly becomes intractable, even when the alpha complex is of a reasonable size. This paper presents a method for computing the alpha complex without computing the full Delaunay triangulation by applying Lagrangian duality, specifically an algorithm based on dual quadratic programming that seeks to rule simplices out rather than ruling them in.

math.AT

GKM spaces, and the signed positivity of the nabla operator

We show that the Frobenius character of the equivariant Borel-Moore homology of a certain positive $GL_n$-version of the unramified affine Springer fiber $Z_k$ studied by Goreski, Kottwitz and MacPherson is computed by the matrix coefficients of the $\nabla^k$-operator, which acts diagonally in the modified Macdonald basis. We do this by relating the combinatorial formula for the $\nabla^k$-operator we obtained in an earlier paper to the GKM paving of $Z_k$, and we give an algebraic presentation of the above homology as an explicit submodule of the Kostant-Kumar nil Hecke algebra. We then study a certain open locus $U_k \subset Z_k$, and reduce a long-standing conjecture of Bergeron, Garsia, Haiman and Tesler, which predicts the sign of the coefficients of the Schur expansion of $\nabla^k$, to a vanishing conjecture about the homology groups of $U_k$. The latter conjecture is in turn reduced to a vanishing conjecture for certain open loci of the regular semisimple Hessenberg varieties which are indexed by partial Dyck paths.

math.RT

A new construction for sublevel set persistence

We construct a filtered simplicial complex $(X_L,f_L)$ associated to a subset $X\subset \mathbb{R}^d$, a function $f:X\rightarrow \mathbb{R}$ with compactly supported sublevel sets, and a collection of landmark points $L\subset \mathbb{R}^d$. The persistence values $f_L(Δ)$ are defined as the minimizing values of a family of constrained optimization problems, whose domains are certain higher order Voronoi cells associated to $L$. We prove that $H_k^{a,b}(X_L)\cong H^{a,b}_k(X)$ provided that $f$ is the restriction of a smooth function, the landmarks are sufficiently dense, and $a<b$ are generic, and we show that the construction produces desirable results in some examples.

math.AT

A combinatorial formula for the nabla operator

We present an LLT-type formula for a general power of the nabla operator applied to the Cauchy product for the modified Macdonald polynomials, and use it to deduce a new proof of the generalized shuffle theorem describing $\nabla^k e_n$, and the Elias-Hogancamp formula for $(\nabla^k p_1^n,e_n)$ as corollaries. We give a direct proof of the theorem by verifying that the LLT expansion satisfies the defining properties of $\nabla^k$, such as triangularity in the dominance order, as well as a geometric proof based on a method for counting bundles on $\mathbb{P}^1$ due to the second author. These formulas are related to an affine paving of the type A unramified affine Springer fiber studied by Goresky, Kottwitz, and MacPherson, and also to Stanley's chromatic symmetric functions.

math.CO

A proof of the shuffle conjecture

We present a proof of the compositional shuffle conjecture, which generalizes the famous shuffle conjecture for the character of the diagonal coinvariant algebra. We first formulate the combinatorial side of the conjecture in terms of certain operators on a graded vector space $V_*$ whose degree zero part is the ring of symmetric functions $Sym[X]$ over $\mathbb{Q}(q,t)$. We then extend these operators to an action of an algebra $\tildeÅ$ acting on this space, and interpret the right generalization of the $\nabla$ using an involution of the algebra which is antilinear with respect to the conjugation $(q,t)\mapsto (q^{-1},t^{-1})$.

math.RT

Exts and Vertex Operators

The direct product of two Hilbert schemes of the same surface has natural K-theory classes given by the alternating Ext groups between the two ideal sheaves in question, twisted by a line bundle. We express the Chern classes of these virtual bundles in terms of Nakajima operators.

math.AG

The $\mathbb{A}_{q,t}$ algebra and parabolic flag Hilbert schemes

The earlier work of the first and the third named authors introduced the algebra $\mathbb{A}_{q,t}$ and its polynomial representation. In this paper we construct an action of this algebra on the equivariant K-theory of certain smooth strata in the flag Hilbert schemes of points on the plane. In this presentation, the fixed points of torus action correspond to generalized Macdonald polynomials and the the matrix elements of the operators have explicit combinatorial presentation.

math.RT

Vertex operators and character varieties

We prove some combinatorial conjectures extending those proposed in [13, 14]. The proof uses a vertex operator due to Nekrasov, Okounkov, and the first author [4] to obtain a "gluing formula" for the relevant generating series, essentially reducing the computation to the case of complex projective space with three punctures.

math.AG

AGT and the Segal-Sugawara construction

The conjectures of Alday, Gaiotto and Tachikawa and its generalizations have been mathematically formulated as the existence of an action of a $W$-algebra on the cohomology or $K$-theory of the instanton moduli space, together with a Whitakker vector. However, the original conjectures also predict intertwining properties with the natural higher rank version of the "$Ext^1$ operator" which was previously studied by Okounkov and the author in [CO], a result which is now sometimes referred to as AGT in rank one [Alb,PSS]. Physically, this corresponds to incorporating matter in the Nekrasov partition functions, an obviously important feature in the physical theory. It is therefore of interest to study how the $Ext^1$ operator relates to the aforementioned structures on cohomology in higher rank, and if possible to find a formulation from which the AGT conjectures follow as a corollary. In this paper, we carry out something analogous using a modified Segal-Sugawara construction for the $\hat{\mathfrak{sl}}_2\mathbb{C}$ structure that appears in Okounkov and Nekrasov's proof of Nekrasov's conjecture [NO] for rank two. This immediately implies the AGT identities when the central charge is one, a case which is of particular interest for string theorists, and because of the natural appearance of the Seiberg-Witten curve in this setup, see for instance Dijkgraaf and Vafa [DV], as well as [IKV].

math.RT

Five dimensional gauge theories and vertex operators

We study supersymmetric gauge theories in five dimensions, using their relation to the K-theory of the moduli spaces of torsion free sheaves. In the spirit of the BPS/CFT correspondence the partition function and the expectation values of the chiral, BPS protected observables are given by the matrix elements and more generally by the correlation functions in some q-deformed conformal field theory in two dimensions. We show that the coupling of the gauge theory to the bi-fundamental matter hypermultiplet inserts a particular vertex operator in this theory. In this way we get a generalization of the main result of \cite{CO} to $K$-theory. The theory of interpolating Macdonald polynomials is an important tool in our construction.

math.RT

A projection formula for the ind-Grassmannian

Let $X = \bigcup_k X_k$ be the ind-Grassmannian of codimension $n$ subspaces of an infinite-dimensional torus representation. If $\cE$ is a bundle on $X$, we expect that $\sum_j (-1)^j Λ^j(\cE)$ represents the $K$-theoretic fundamental class $[\cO_Y]$ of a subvariety $Y \subset X$ dual to $\cE^*$. It is desirable to lift a $K$-theoretic "projection formula" from the finite-dimensional subvarieties $X_k$, but such a statement requires switching the order of the limits in $j$ and $k$. We find conditions in which this may be done, and consider examples in which $Y$ is the Hilbert scheme of points in the plane, the Hilbert scheme of an irreducible curve singularity, and the affine Grassmannian of $SL(2,\C)$. In the last example, the projection formula becomes an instance of the Weyl-Kaç character formula, which has long been recognized as the result of formally extending Borel-Weil theory and localization to $Y$ \cite{S}. See also \cite{C3} for a proof of the MacDonald inner product formula of type $A_n$ along these lines.

math.RT