Statistical Analysis on Stiefel and Grassmann Manifolds with Applications in Computer Vision

Total Page:16

File Type:pdf, Size:1020Kb

Statistical Analysis on Stiefel and Grassmann Manifolds with Applications in Computer Vision Statistical analysis on Stiefel and Grassmann Manifolds with applications in Computer Vision Pavan Turaga, Ashok Veeraraghavan and Rama Chellappa Center for Automation Research University of Maryland, College Park {pturaga,vashok,rama}@umiacs.umd.edu Abstract ifold (geodesics etc). The answer to the second question involves statistical modeling of inter- and intra-class varia- Many applications in computer vision and pattern recog- tions on the manifold. The solution to the second problem nition involve drawing inferences on certain manifold- goes far beyond simply defining distance metrics. Given valued parameters. In order to develop accurate inference several samples per class, one can derive efficient proba- algorithms on these manifolds we need to a) understand the bilistic models on the manifold by exploiting the class en- geometric structure of these manifolds b) derive appropri- semble populations that are also consistent with the geo- ate distance measures and c) develop probability distribu- metric structure of these manifolds. This offers significant tion functions (pdf) and estimation techniques that are con- improvements in performance over, say, a distance-based sistent with the geometric structure of these manifolds. In nearest-neighbor classifier. In addition to this, statistical this paper, we consider two related manifolds - the Stiefel models also provide us with generative capabilities via ap- manifold and the Grassmann manifold, which arise natu- propriate sampling strategies. rally in several vision applications such as spatio-temporal In this paper, we concern ourselves with two related modeling, affine invariant shape analysis, image matching manifolds that often appear in several applications in com- and learning theory. We show how accurate statistical char- puter vision – the Stiefel Manifold and the Grassmann Man- acterization that reflects the geometry of these manifolds ifold. The Stiefel manifold is the space of k orthonormal allows us to design efficient algorithms that compare fa- m vectors in R , represented by an m × k matrix Y , such vorably to the state of the art in these very different ap- T that Y Y = Ik. The Grassmann manifold is the space of k plications. In particular, we describe appropriate distance m dimensional subspaces in R . While a point on the Grass- measures and parametric and non-parametric density esti- mann manifold represents a subspace, a point on the Stiefel mators on these manifolds. These methods are then used manifold also specifies exactly what frame (choice of basis to learn class conditional densities for applications such as vectors) is used in order to specify the subspace. The study activity recognition, video based face recognition and shape of these manifolds has important consequences for applica- classification. tions such as dynamic textures [24, 9], human activity mod- eling and recognition [7, 30], video based face recognition [2] and shape analysis [14, 20] where data naturally lies ei- 1. Introduction ther on the Stiefel or the Grassmann manifold. Many applications in computer vision such as dynamic The geometric properties of the Stiefel and Grassmann textures [24, 9], human activity modeling and recognition manifolds are well understood and we refer the interested [7, 30], video based face recognition [2], shape analysis reader to [13, 1] for specific details. The scope of this paper [14, 20] involve learning and recognition of patterns from is not restricted to the differential geometry of these mani- exemplars which lie on certain manifolds. Given a database folds. Instead, we are interested in statistical modeling and of examples and a query, the following two questions are inference tools on these manifolds and their applicability usually addressed – a) what is the ‘closest’ example to the in vision applications. While a meaningful distance met- query in the database ? b) what is the ‘most probable’ class ric is an important requirement, statistical methods (such to which the query belongs ? A systematic solution to these as learning probability density functions) provide far richer problems involves a study of the manifold on which the tools for pattern classification problems. In this context, we data lies. The answer to the first question involves study of describe the Procrustes distance measures on the Stiefel and the geometric properties of the manifold, which then leads the Grassmann manifold [10]. Further, we describe para- to appropriate definitions of distance metrics on the man- metric and non-parametric kernel based density functions 1 on these manifolds and describe learning algorithms for es- of shapes is a well understood field [15, 12]. The shape timating the distribution from data. observed in an image is a perspective projection of the Prior Work: Statistical methods on manifolds have original shape. In order to account for this, shape the- been studied for several years in the statistics community ory studies the equivalent class of all configurations [5, 21, 22]. A compilation of research results on statisti- that can be obtained by a specific class of transforma- cal analysis on the Stiefel and Grassmann manifolds can tion (e.g. linear, affine, projective) on a single basis be found in [10]. Their utility in practical applications has shape. It can be shown that affine and linear shape not yet been fully explored. Theoretical foundations for spaces for specific configurations can be identified by manifolds based shape analysis were described in [14, 20]. points on the Grassmann manifold [20]. Given several The Grassmann manifold structure of the affine shape space exemplar shapes belonging to a few known classes, we is exploited in [4] to perform affine invariant clustering of are interested in estimating a probability distribution shapes. [26] exploited the geometry of the Grassmann man- over the shape space for each of the classes. These can ifold for subspace tracking in array signal processing ap- then be used for problems such as retrieval, classifi- plications. Statistical learning of shape classes using non- cation or even to learn a generative model for shapes. linear shape manifolds was presented in [27] where statis- The theory developed here may also impact several re- tics are learnt on the manifold’s tangent space. Classifica- lated problems such as video stabilization and image tion on Riemannian manifolds have also been explored in registration which amounts to finding the best warping the vision community such as in [28, 29]. based on mean affine shapes of a few landmark points. Organization of the paper: In section 2, we present 3. On-line Visual Learning via Subspace Tracking: motivating examples where Stiefel and Grassmann mani- Applications involving dynamic environments and au- folds arise naturally in vision applications. In section 3, tonomous agents such as a mobile robot navigating a brief review of statistical modeling theory on the Stiefel through an unknown space cannot be represented by and Grassmann manifolds is presented. In section 4, we static models. In such applications it is important to demonstrate the strength of the framework on several ex- adapt models, that have been learnt offline, accord- ample applications including view invariant activity recog- ing to new observations in an online fashion. One ap- nition, video based face recognition, shape matching and proach is to perform incremental PCA to dynamically retrieval. Finally, section 5 presents some concluding re- learn a better representational model as the appearance marks. of the target dynamically changes as in [3]. Incremen- tal PCA has also been used to recognize abnormalities 2. Motivating Examples in the visual field of a robot as in [18]. In an unre- 1. Spatio-temporal dynamical models: Awideva- lated domain, the theory of subspace tracking on the riety of spatio-temporal data in computer vision are Grassmann manifold [26] has been developed for ar- modeled as realizations of dynamical models. Exam- ray signal processing applications. Since PCA basis ples include Dynamic textures [24], human joint an- vectors represent a subspace which is identified by a gle trajectories [7] and silhouette sequences [30]. One point on the Grassmann manifold, subspace tracking popular dynamical model for such time-series data lends itself readily to statistical analysis for online vi- is the autoregressive and moving average (ARMA) sual learning applications. model. For the ARMA model closed form solutions for learning the model parameters have been proposed 3. Statistics on Manifolds in [19, 24] and are widely used. The parameters of the In this section, we discuss the problem of pattern recog- model are known to lie on the Stiefel manifold as noted nition on Stiefel and Grassmann manifolds. Specifically, in [23]. Given several instances, current approaches parametric and non-parametric distributions and parame- involve computing the distance between them using ter estimation are reviewed. Procrustes analysis and cor- well-known distance measures [11] followed by near- responding distance metrics on the manifolds is also pre- est neighbor classification. Instead, given several in- sented. The discussion will focus mainly on the Stiefel stances of each class we can learn compact class con- manifold. Similar results extend to the Grassmann mani- ditional probability density functions over the parame- fold [10]. ter space – the Stiefel manifold in this case. Maximum likelihood and maximum a posteriori estimation can 3.1. Definitions then be performed in order to solve problems such as The Stiefel Manifold Vk,m [10]: The Stiefel manifold video classification, clustering and retrieval. m Vk,m is the space whose points are k-frames in R , where 2. Shape Analysis: Representations and recognition a set of k orthonormal vectors in Rm is called a k-frame in m R (k<= m). Each point on the Stiefel manifold Vk,m can reduced rank (rank = p) singular value decomposition of X. T ˆ ˆ be represented as a m×k matrices X such that X X = Ik, The maximum likelihood estimators for Γ, Θ are given by ˆ ˆ ˆ where Ik is the k × k identity matrix.
Recommended publications
  • The Grassmann Manifold
    The Grassmann Manifold 1. For vector spaces V and W denote by L(V; W ) the vector space of linear maps from V to W . Thus L(Rk; Rn) may be identified with the space Rk£n of k £ n matrices. An injective linear map u : Rk ! V is called a k-frame in V . The set k n GFk;n = fu 2 L(R ; R ): rank(u) = kg of k-frames in Rn is called the Stiefel manifold. Note that the special case k = n is the general linear group: k k GLk = fa 2 L(R ; R ) : det(a) 6= 0g: The set of all k-dimensional (vector) subspaces ¸ ½ Rn is called the Grassmann n manifold of k-planes in R and denoted by GRk;n or sometimes GRk;n(R) or n GRk(R ). Let k ¼ : GFk;n ! GRk;n; ¼(u) = u(R ) denote the map which assigns to each k-frame u the subspace u(Rk) it spans. ¡1 For ¸ 2 GRk;n the fiber (preimage) ¼ (¸) consists of those k-frames which form a basis for the subspace ¸, i.e. for any u 2 ¼¡1(¸) we have ¡1 ¼ (¸) = fu ± a : a 2 GLkg: Hence we can (and will) view GRk;n as the orbit space of the group action GFk;n £ GLk ! GFk;n :(u; a) 7! u ± a: The exercises below will prove the following n£k Theorem 2. The Stiefel manifold GFk;n is an open subset of the set R of all n £ k matrices. There is a unique differentiable structure on the Grassmann manifold GRk;n such that the map ¼ is a submersion.
    [Show full text]
  • Cheap Orthogonal Constraints in Neural Networks: a Simple Parametrization of the Orthogonal and Unitary Group
    Cheap Orthogonal Constraints in Neural Networks: A Simple Parametrization of the Orthogonal and Unitary Group Mario Lezcano-Casado 1 David Mart´ınez-Rubio 2 Abstract Recurrent Neural Networks (RNNs). In RNNs the eigenval- ues of the gradient of the recurrent kernel explode or vanish We introduce a novel approach to perform first- exponentially fast with the number of time-steps whenever order optimization with orthogonal and uni- the recurrent kernel does not have unitary eigenvalues (Ar- tary constraints. This approach is based on a jovsky et al., 2016). This behavior is the same as the one parametrization stemming from Lie group theory encountered when computing the powers of a matrix, and through the exponential map. The parametrization results in very slow convergence (vanishing gradient) or a transforms the constrained optimization problem lack of convergence (exploding gradient). into an unconstrained one over a Euclidean space, for which common first-order optimization meth- In the seminal paper (Arjovsky et al., 2016), they note that ods can be used. The theoretical results presented unitary matrices have properties that would solve the ex- are general enough to cover the special orthogo- ploding and vanishing gradient problems. These matrices nal group, the unitary group and, in general, any form a group called the unitary group and they have been connected compact Lie group. We discuss how studied extensively in the fields of Lie group theory and Rie- this and other parametrizations can be computed mannian geometry. Optimization methods over the unitary efficiently through an implementation trick, mak- and orthogonal group have found rather fruitful applications ing numerically complex parametrizations usable in RNNs in recent years (cf.
    [Show full text]
  • Building Deep Networks on Grassmann Manifolds
    Building Deep Networks on Grassmann Manifolds Zhiwu Huangy, Jiqing Wuy, Luc Van Goolyz yComputer Vision Lab, ETH Zurich, Switzerland zVISICS, KU Leuven, Belgium fzhiwu.huang, jiqing.wu, [email protected] Abstract The popular applications of Grassmannian data motivate Learning representations on Grassmann manifolds is popular us to build a deep neural network architecture for Grassman- in quite a few visual recognition tasks. In order to enable deep nian representation learning. To this end, the new network learning on Grassmann manifolds, this paper proposes a deep architecture is designed to accept Grassmannian data di- network architecture by generalizing the Euclidean network rectly as input, and learns new favorable Grassmannian rep- paradigm to Grassmann manifolds. In particular, we design resentations that are able to improve the final visual recog- full rank mapping layers to transform input Grassmannian nition tasks. In other words, the new network aims to deeply data to more desirable ones, exploit re-orthonormalization learn Grassmannian features on their underlying Rieman- layers to normalize the resulting matrices, study projection nian manifolds in an end-to-end learning architecture. In pooling layers to reduce the model complexity in the Grass- summary, two main contributions are made by this paper: mannian context, and devise projection mapping layers to re- spect Grassmannian geometry and meanwhile achieve Eu- • We explore a novel deep network architecture in the con- clidean forms for regular output layers. To train the Grass- text of Grassmann manifolds, where it has not been possi- mann networks, we exploit a stochastic gradient descent set- ble to apply deep neural networks.
    [Show full text]
  • Stiefel Manifolds and Polygons
    Stiefel Manifolds and Polygons Clayton Shonkwiler Department of Mathematics, Colorado State University; [email protected] Abstract Polygons are compound geometric objects, but when trying to understand the expected behavior of a large collection of random polygons – or even to formalize what a random polygon is – it is convenient to interpret each polygon as a point in some parameter space, essentially trading the complexity of the object for the complexity of the space. In this paper I describe such an interpretation where the parameter space is an abstract but very nice space called a Stiefel manifold and show how to exploit the geometry of the Stiefel manifold both to generate random polygons and to morph one polygon into another. Introduction The goal is to describe an identification of polygons with points in certain nice parameter spaces. For example, every triangle in the plane can be identified with a pair of orthonormal vectors in 3-dimensional 3 3 space R , and hence planar triangle shapes correspond to points in the space St2(R ) of all such pairs, which is an example of a Stiefel manifold. While this space is defined somewhat abstractly and is hard to visualize – for example, it cannot be embedded in Euclidean space of fewer than 5 dimensions [9] – it is easy to visualize and manipulate points in it: they’re just pairs of perpendicular unit vectors. Moreover, this is a familiar and well-understood space in the setting of differential geometry. For example, the group SO(3) of rotations of 3-space acts transitively on it, meaning that there is a rotation of space which transforms any triangle into any other triangle.
    [Show full text]
  • The Biflag Manifold and the Fixed Points of a Unipotent Transformation on the Flag Manifold* Uwe Helmke Department of Mathematic
    The Biflag Manifold and the Fixed Points of a Unipotent Transformation on the Flag Manifold* Uwe Helmke Department of Mathematics Regensburg University 8400 Regensburg, Federal Republic of Germany and Mark A. Shaymanf Electrical Engineering Department and Systems Research Center University of Mayland College Park, Maryland 20742 Submitted by Paul A. Fuhrmann ‘, ABSTRACT We investigate the topology of the submanifold of the partial flag manifold consisting of those flags S, c . c S,, in___@ (.F = R or C) that are fixed by a given unipotent A E SL,(.F) and for which the restrictions AIS, have prescribed Jordan type. It is shown that this submanifold has a compact nonsingular projective variety as a strong deformation retract. This variety, the b&g manifold, consists of rectangular arrays of subspaces which are nested along each row and column. It is proven that the biflag manifold has the homology type (mod 2 for F = R) of a product of Grassmannians. A partition of the biflag manifold into a finite union of affine spaces is also given. In the special case when the biflag manifold is a flag manifold, this partition coincides with the Bruhat cell decomposition. *Presented at the 824th meeting of the American Mathematical Society, Claremont, California, November 1985. ‘Research partially supported by the National Science Foundation under Grant ECS- 8301015. LINEAR ALGEBRA AND ITS APPLlCATlONS 92:125-159 (1987) 125 0 Elsevier Science Publishing Co., Inc., 1987 52 Vanderbilt Ave., New York, NY 10017 0024-3795/87/$3.50 126 UWE HELMKE AND MARK A. SHAYMAN 1. INTRODUCTION Let n be a positive integer, and let k = (k,, .
    [Show full text]
  • Arxiv:1610.07968V3 [Math.AT] 11 Jan 2019
    EQUIVARIANT COHOMOLOGY RINGS OF THE REAL FLAG MANIFOLDS CHEN HE Abstract. We give Leray-Borel-type descriptions for the mod-2 and the rational equivariant cohomology rings of the real and the oriented flag manifolds under the canonical torus or 2-torus actions. Contents 1. Introduction 1 2. Preliminaries 2 2.1. Real flag manifolds 2 2.2. Equivariant cohomology 5 3. The main tools and strategy 7 3.1. Mod-2 and Z1/2-coefficient ordinary cohomology rings of the real Stiefel manifolds 7 3.2. The Leray-Borel theorems 8 3.3. The main strategy 10 4. Mod-2 equivariant cohomology rings of the real flag manifolds 10 4.1. Reduction from real flag manifolds to real Stiefel manifolds 11 4.2. The case of real Stiefel manifolds 12 5. Z1/2-coefficient equivariant cohomology rings of the oriented or real flag manifolds 17 5.1. Covering between the oriented and real flag manifolds 17 5.2. The case of real Stiefel manifolds 17 5.3. The case when n1,...,nk are all even 19 5.4. The case when n1,...,nk are not all even 22 6. Integral equivariant cohomology rings of the complex or quaternionic flag manifolds 25 6.1. Connections with the Schubert calculus 26 References 27 1. Introduction Let G be a compact connected Lie group and H be a closed connected subgroup. A general method of computing the cohomology of the homogeneous space G/H in rational coefficients was given by H. Cartan [Car50] ∗ ∗ arXiv:1610.07968v3 [math.AT] 11 Jan 2019 as the cohomology of a cochain complex H (G, Q) ⊗ H (BH, Q), δ , where BH is the classifying space of H and δ is a differential.
    [Show full text]
  • Communication on the Grassmann Manifold: a Geometric Approach to the Noncoherent Multiple-Antenna Channel Lizhong Zheng, Student Member, IEEE, and David N
    IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 48, NO. 2, FEBRUARY 2002 359 Communication on the Grassmann Manifold: A Geometric Approach to the Noncoherent Multiple-Antenna Channel Lizhong Zheng, Student Member, IEEE, and David N. C. Tse, Member, IEEE Abstract—In this paper, we study the capacity of multiple-an- increase [2]. The parameter is the number of de- tenna fading channels. We focus on the scenario where the fading grees of freedom per second per hertz provided by the multiple coefficients vary quickly; thus an accurate estimation of the coef- antenna channel, and is a key measure of performance. This ficients is generally not available to either the transmitter or the receiver. We use a noncoherent block fading model proposed by observation suggests the potential for very sizable improvement Marzetta and Hochwald. The model does not assume any channel in spectral efficiency. side information at the receiver or at the transmitter, but assumes The result above is derived under the key assumption that that the coefficients remain constant for a coherence interval of the instantaneous fading coefficients are known to the receiver. length symbol periods. We compute the asymptotic capacity of Thus, this result can be viewed as a fundamental limit for co- this channel at high signal-to-noise ratio (SNR) in terms of the coherence time , the number of transmit antennas , and the herent multiple-antenna communications. In a fixed wireless number of receive antennas . While the capacity gain of the co- environment, the fading coefficients vary slowly, so the trans- herent multiple antenna channel is min bits per second mitter can periodically send pilot signals to allow the receiver per hertz for every 3-dB increase in SNR, the corresponding gain to estimate the coefficients accurately.
    [Show full text]
  • The Geometry of Algorithms with Orthogonality Constraints∗
    SIAM J. MATRIX ANAL. APPL. c 1998 Society for Industrial and Applied Mathematics Vol. 20, No. 2, pp. 303–353 " THE GEOMETRY OF ALGORITHMS WITH ORTHOGONALITY CONSTRAINTS∗ ALAN EDELMAN† , TOMAS´ A. ARIAS‡ , AND STEVEN T. SMITH§ Abstract. In this paper we develop new Newton and conjugate gradient algorithms on the Grassmann and Stiefel manifolds. These manifolds represent the constraints that arise in such areas as the symmetric eigenvalue problem, nonlinear eigenvalue problems, electronic structures computations, and signal processing. In addition to the new algorithms, we show how the geometrical framework gives penetrating new insights allowing us to create, understand, and compare algorithms. The theory proposed here provides a taxonomy for numerical linear algebra algorithms that provide a top level mathematical view of previously unrelated algorithms. It is our hope that developers of new algorithms and perturbation theories will benefit from the theory, methods, and examples in this paper. Key words. conjugate gradient, Newton’s method, orthogonality constraints, Grassmann man- ifold, Stiefel manifold, eigenvalues and eigenvectors, invariant subspace, Rayleigh quotient iteration, eigenvalue optimization, sequential quadratic programming, reduced gradient method, electronic structures computation, subspace tracking AMS subject classifications. 49M07, 49M15, 53B20, 65F15, 15A18, 51F20, 81V55 PII. S0895479895290954 1. Introduction. Problems on the Stiefel and Grassmann manifolds arise with sufficient frequency that a unifying investigation of algorithms designed to solve these problems is warranted. Understanding these manifolds, which represent orthogonality constraints (as in the symmetric eigenvalue problem), yields penetrating insight into many numerical algorithms and unifies seemingly unrelated ideas from different areas. The optimization community has long recognized that linear and quadratic con- straints have special structure that can be exploited.
    [Show full text]
  • Low Rank Pure Quaternion Approximation for Pure Quaternion Matrices
    Low Rank Pure Quaternion Approximation for Pure Quaternion Matrices Guangjing Song∗ Weiyang Ding† Michael K. Ng‡ January 1, 2021 Abstract Quaternion matrices are employed successfully in many color image processing ap- plications. In particular, a pure quaternion matrix can be used to represent red, green and blue channels of color images. A low-rank approximation for a pure quaternion ma- trix can be obtained by using the quaternion singular value decomposition. However, this approximation is not optimal in the sense that the resulting low-rank approximation matrix may not be pure quaternion, i.e., the low-rank matrix contains real component which is not useful for the representation of a color image. The main contribution of this paper is to find an optimal rank-r pure quaternion matrix approximation for a pure quaternion matrix (a color image). Our idea is to use a projection on a low- rank quaternion matrix manifold and a projection on a quaternion matrix with zero real component, and develop an alternating projections algorithm to find such optimal low-rank pure quaternion matrix approximation. The convergence of the projection algorithm can be established by showing that the low-rank quaternion matrix manifold and the zero real component quaternion matrix manifold has a non-trivial intersection point. Numerical examples on synthetic pure quaternion matrices and color images are presented to illustrate the projection algorithm can find optimal low-rank pure quaternion approximation for pure quaternion matrices or color images. Keywords: Color images, pure quaternion matrices, low-rank approximation, manifolds 1 Introduction The RGB color model is one of the most commonly applied additive color models.
    [Show full text]
  • Projection-Like Retractions on Matrix Manifolds Pierre-Antoine Absil, Jérôme Malick
    Projection-like retractions on matrix manifolds Pierre-Antoine Absil, Jérôme Malick To cite this version: Pierre-Antoine Absil, Jérôme Malick. Projection-like retractions on matrix manifolds. SIAM Jour- nal on Optimization, Society for Industrial and Applied Mathematics, 2012, 22 (1), pp.135-158. 10.1137/100802529. hal-00651608v2 HAL Id: hal-00651608 https://hal.archives-ouvertes.fr/hal-00651608v2 Submitted on 14 Dec 2011 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. PROJECTION-LIKE RETRACTIONS ON MATRIX MANIFOLDS∗ P.-A. ABSIL† AND JER´ OMEˆ MALICK‡ Abstract. This paper deals with constructing retractions, a key step when applying optimization algorithms on matrix manifolds. For submanifolds of Euclidean spaces, we show that the operation consisting of taking a tangent step in the embedding Euclidean space followed by a projection onto the submanifold, is a retraction. We also show that the operation remains a retraction if the pro- jection is generalized to a projection-like procedure that consists of coming back to the submanifold along “admissible” directions, and we give a sufficient condition on the admissible directions for the generated retraction to be second order. This theory offers a framework in which previously-proposed retractions can be analyzed, as well as a toolbox for constructing new ones.
    [Show full text]
  • Period Integrals and Tautological Systems
    Surveys in Differential Geometry XXII Period integrals and tautological systems An Huang, Bong Lian, Shing-Tung Yau, and Chenglong Yu Abstract. Tautological systems are Picard-Fuchs type systems arising from varieties with large symmetry. In this survey, we discuss recent progress on the study of tautological systems. This includes tautological systems for vector bundles, a new construction of Jacobian rings for homogenous vector bundles, and relations between period integrals and zeta functions. Contents 1. Introduction 275 2. Tautological systems for homogenous vector bundles 277 3. Jacobian rings for homogenous vector bundles 283 4. Hasse-Witt invariants and unit roots 285 References 287 1. Introduction Period integrals connect Hodge theory, number theory, mirror symme- try, and many other important areas of math. The study of periods has a long history dating back to Euler, Legendre, Gauss, Abel, Jacobi and Pi- card in the form of special functions, which are periods of curves. Period integrals first appeared in the form of hypergeometric functions. The name hypergeometric functions appeared to have been introduced by John Wallis in his book Arithmetica Infinitorum (1655). Euler introduced the theory of elliptic integrals. Gauss studied their differential equations, now known as Euler-Gauss hypergeometric equations. Legendre made the first connection to geometry of hypergeometric equations through the theory of elliptic inte- grals. He showed that periods of the Legendre family of elliptic curves were in fact solutions to a special hypergeometric equation. Euler obtained the power series solutions to the Euler-Gauss equations and also wrote them in terms of contour integrals. He introduced the important idea that instead c 2018 International Press 275 276 A.
    [Show full text]
  • The Topology of Fiber Bundles Lecture Notes Ralph L. Cohen
    The Topology of Fiber Bundles Lecture Notes Ralph L. Cohen Dept. of Mathematics Stanford University Contents Introduction v Chapter 1. Locally Trival Fibrations 1 1. Definitions and examples 1 1.1. Vector Bundles 3 1.2. Lie Groups and Principal Bundles 7 1.3. Clutching Functions and Structure Groups 15 2. Pull Backs and Bundle Algebra 21 2.1. Pull Backs 21 2.2. The tangent bundle of Projective Space 24 2.3. K - theory 25 2.4. Differential Forms 30 2.5. Connections and Curvature 33 2.6. The Levi - Civita Connection 39 Chapter 2. Classification of Bundles 45 1. The homotopy invariance of fiber bundles 45 2. Universal bundles and classifying spaces 50 3. Classifying Gauge Groups 60 4. Existence of universal bundles: the Milnor join construction and the simplicial classifying space 63 4.1. The join construction 63 4.2. Simplicial spaces and classifying spaces 66 5. Some Applications 72 5.1. Line bundles over projective spaces 73 5.2. Structures on bundles and homotopy liftings 74 5.3. Embedded bundles and K -theory 77 5.4. Representations and flat connections 78 Chapter 3. Characteristic Classes 81 1. Preliminaries 81 2. Chern Classes and Stiefel - Whitney Classes 85 iii iv CONTENTS 2.1. The Thom Isomorphism Theorem 88 2.2. The Gysin sequence 94 2.3. Proof of theorem 3.5 95 3. The product formula and the splitting principle 97 4. Applications 102 4.1. Characteristic classes of manifolds 102 4.2. Normal bundles and immersions 105 5. Pontrjagin Classes 108 5.1. Orientations and Complex Conjugates 109 5.2.
    [Show full text]