PCA Vs. Tensor-Based Dimension Reduction Methods: an Empirical Comparison on Active Shape Models of Organs

Total Page:16

File Type:pdf, Size:1020Kb

PCA Vs. Tensor-Based Dimension Reduction Methods: an Empirical Comparison on Active Shape Models of Organs PCA vs. Tensor-Based Dimension Reduction Methods: An Empirical Comparison on Active Shape Models of Organs Jiun-Hung Chen and Linda G. Shapiro Abstract— How to model shape variations plays an important our empirical comparison of four reconstruction methods, role in active shape models that is widely used in model- including PCA, 2DPCA, Parafac and the Tucker decompo- based medical image segmentation, and principal component sition, on several different organs such as livers, spleens analysis is a common approach for this task. Recently, different tensor-based dimension reduction methods have been proposed and kidneys. From our experimental comparisons, 2DPCA and have achieved better performances than PCA in face achieves the best performance among the four compared recognition. However, how they perform in modeling 3D shape methods and there are statistically significant differences variations of organs in terms of reconstruction errors in medical between the performance of 2DPCA and those of the other image analysis is still unclear. methods. In this paper, we propose to use tensor-based dimension reduction methods to model shape variations. We empirically II. METHODS compare two-dimensional principal component analysis, the parallel factor model and the Tucker decomposition with PCA Assume that we have a training set of N 3D shapes in terms of the reconstruction errors. From our experimental and each shape is represented by M 3D landmark points. results on several different organs such as livers, spleens and Conventionally, we can represent each such shape by a vector kidneys, 2DPCA performs best among the four compared of 3M × 1. methods, and the performance differences between 2DPCA and the other methods are statistically significant. A. PCA I. INTRODUCTION The total scatter matrix S is defined as Modeling shape variations is a significant step in active N X t shape models [1] that is widely used in model-based medical S = (xi − x¯) (xi − x¯) (1) image segmentation. A standard method for this step is i=1 principal component analysis (PCA). Unlike PCA that uses where xi is the i-th training shape vector and x¯ is the mean vector-based representations, varied tensor-based dimension shape vector as defined below. reduction methods [2][3][4] have been recently proposed and PN x achieved better performances than PCA in face recognition. x¯ = i=1 i (2) In contrast with conventionally using a vector representa- N tion to represent a shape, tensor-based dimension reduction PCA finds a projection axis b that maximizes btSb. methods can represent a shape by a two-dimensional matrix Intuitively, the total scatter of the projected samples is directly or can represent the whole training set of shapes as maximized after the projection of a sample onto b. The a tensor [5]. For example, two-dimensional principal compo- optimal L projection axes bl; l = 1;:::;L that maximize nent analysis (2DPCA) [2] constructs the image covariance the above criterion are the eigenvectors of S corresponding matrix directly by using the original image matrices without to the largest L eigenvalues1. For a shape vector x, we can transforming them into 1D vectors and uses its eigenvectors use its reconstruction x~ defined below to approximate it. as principal components. The parallel factor model (Parafac) L X [6][5] and the Tucker decomposition [7][5] are two major x~ = x¯ + c b (3) tensor decomposition methods that decompose a tensor into l l l=1 components. t However, we have not seen any work that has used where cl = (x − x¯) bl. tensor-based dimension reduction methods in medical image B. Tensor-Based Dimension Reduction Methods analysis except [8] that compared 2DPCA [2] with PCA on a normal/abnormal left ventricle shape classification task. In In contrast with conventionally using a vector representa- addition, in contrast with previous papers that mainly focus tion to represent a shape, tensor-based dimension reduction on classification, our work requires accurate 3D reconstruc- methods represent a shape by a two-dimensional matrix tions of 3D organs whose shape can vary significantly. representation. In other words, let X be a 3 × M matrix In this paper, we propose to model shape variations with to represent a shape. In the following, we give a very tensor-based dimension reduction methods. We report on brief introduction on tensors. For more details about tensors, please refer to [5]. A tensor is a generalization of vectors Jiun-Hung Chen and Linda G. Shapiro are with Computer Sci- ence and Engineering, University of Washington, Seattle, WA 98195. 1To be consistent, we will use L in the following discussions to denote fjhchen,[email protected] the number of components used in reconstructing a shape. and matrices. The order (or mode) of a tensor is the number of dimensions. We use a third-order tensor X 2 R3×M×N to represent the whole training set of N shapes where the first mode represents the x,y,z dimension of a point, the second mode represents the order of points and the third mode represents different patients. Although we focus on using third-order tensors in this paper, it is easy to extend our concepts to higher-order tensors. For example, if the above training set changed at regular intervals of time, then a fourth-order tensor in which the fourth order represents time can be used. 1) 2DPCA: 2DPCA [2] projects a shape matrix X, which (a) Livers (b) Left kidneys is a 3×M matrix onto a vector, b, which is a M ×1 vector, by the linear transformation. c = Xb (4) The image scatter matrix G is defined as N X t G = (Xi − X¯ ) (Xi − X¯ ) (5) i=1 where Xi is the shape matrix that represents the i-th training shape and PN X X¯ = i=1 i (6) N (c) Right kidneys (d) Spleens Similar to PCA, the goal of 2DPCA is to find a projection axis that maximizes btGb. The optimal L projection axes Fig. 1: The 3D triangular meshes of different organs we use in the experiments. bl; l = 1;:::;L that maximize the above criterion are the eigenvectors of G corresponding to the largest L eigenvalues. For a shape matrix X, we can use its reconstruction X~ defined below to approximate it. 3) Tucker Decomposition: In contrast with Parafac, which L decomposes a tensor into rank-one tensors, the Tucker de- X t composition is a form of higher-order principal component X~ = X¯ + clbl (7) analysis that decomposes a tensor into a core tensor mul- l=1 ¯ tiplied by a matrix along each mode [5]. Given a tensor where cl = (X − X)bl. 2 RI×J×K , the Tucker decomposition is given by 2) Parallel Factor Model: Parafac [6][5] factorizes a X tensor into a weighted sum of component rank-one tensors ≈ ×1 A ×2 B ×3 C (10) I×J×K X G [5]. In other words, given a tensor X 2 R , Parafac P Q R X X X decomposes it as = gpqrap ◦ bq ◦ cr (11) L p=1 q=1 r=1 X ≈ λlal ◦ bl ◦ cl (8) X P ×Q×R I×P l=1 where G 2 R is called the core tensor, A 2 R , B 2 RJ×Q,C 2 RK×R, a 2 RI×1 is the p-th column where a 2 RI×1, b 2 RJ×1, c 2 RK×1, λ 2 R1 for l = p l l l l in A, b 2 RJ×1 is the q-th column in B, c 2 RK×1 is 1;:::;L and ◦ represents the vector outer product [5]. The q r the r-th column in C and × is the n-mode matrix product alternating least squares (ALS) method [6][5] is commonly n operator for multiplying a tensor by a matrix in mode n [5]. used to find the Parafac decomposition. ALS can be used to find the Tucker decomposition. After the decomposition is computed, for a test shape, Let V = × A × B be the matrix formed by mode- different methods [9][10] can be used to find the associated (3) G 1 2 n matricizing [5] the tensor × A × B with respect to coefficient vectors and to compute the reconstruction that G 1 2 the third mode. Based on the above linear projection idea approximates it. In this paper, we follow the linear projection [9], given a shape vector x, we calculate its reconstruction method in [9]. Given a shape matrix X, we calculate its L L x~ = P c v where v is the l-th column of V to reconstruction X~ = P c λ a ◦ b to approximate it by l=1 l l l (3) l=1 l l l l approximate it by solving the following equation. solving the following equation. min jjX − X~ jj (9) ~ min jjx − x~jj (12) X x~ where jjXjj is the Frobenius norm of X. III. EXPERIMENTAL RESULTS AND DISCUSSIONS We have 3D mesh models of 20 livers, 17 left kidneys, Euclidean distance vs. Numbers of components in use Euclidean distance vs. Numbers of components in use 900 400 15 right kidneys, and 18 spleens as shown in Figure 1. All PCA PCA 800 2DPCA 2DPCA Parafac 350 Parafac Tucker Tucker these 3D triangular meshes are constructed from CT scans of 700 300 different patients and the 3D point correspondence problems 600 2 250 among different 3D mesh models of the organs are solved . 500 200 400 All the mesh models of the same organ have the same Euclidean distance Euclidean distance 150 number of vertices (2563) and the same number of faces 300 100 (5120), and all vertices are used as landmarks to represent 200 100 50 5 6 7 8 9 10 11 12 13 14 15 5 6 7 8 9 10 11 12 13 14 15 shapes.
Recommended publications
  • On Manifolds of Tensors of Fixed Tt-Rank
    ON MANIFOLDS OF TENSORS OF FIXED TT-RANK SEBASTIAN HOLTZ, THORSTEN ROHWEDDER, AND REINHOLD SCHNEIDER Abstract. Recently, the format of TT tensors [19, 38, 34, 39] has turned out to be a promising new format for the approximation of solutions of high dimensional problems. In this paper, we prove some new results for the TT representation of a tensor U ∈ Rn1×...×nd and for the manifold of tensors of TT-rank r. As a first result, we prove that the TT (or compression) ranks ri of a tensor U are unique and equal to the respective seperation ranks of U if the components of the TT decomposition are required to fulfil a certain maximal rank condition. We then show that d the set T of TT tensors of fixed rank r forms an embedded manifold in Rn , therefore preserving the essential theoretical properties of the Tucker format, but often showing an improved scaling behaviour. Extending a similar approach for matrices [7], we introduce certain gauge conditions to obtain a unique representation of the tangent space TU T of T and deduce a local parametrization of the TT manifold. The parametrisation of TU T is often crucial for an algorithmic treatment of high-dimensional time-dependent PDEs and minimisation problems [33]. We conclude with remarks on those applications and present some numerical examples. 1. Introduction The treatment of high-dimensional problems, typically of problems involving quantities from Rd for larger dimensions d, is still a challenging task for numerical approxima- tion. This is owed to the principal problem that classical approaches for their treatment normally scale exponentially in the dimension d in both needed storage and computa- tional time and thus quickly become computationally infeasable for sensible discretiza- tions of problems of interest.
    [Show full text]
  • Matrices and Tensors
    APPENDIX MATRICES AND TENSORS A.1. INTRODUCTION AND RATIONALE The purpose of this appendix is to present the notation and most of the mathematical tech- niques that are used in the body of the text. The audience is assumed to have been through sev- eral years of college-level mathematics, which included the differential and integral calculus, differential equations, functions of several variables, partial derivatives, and an introduction to linear algebra. Matrices are reviewed briefly, and determinants, vectors, and tensors of order two are described. The application of this linear algebra to material that appears in under- graduate engineering courses on mechanics is illustrated by discussions of concepts like the area and mass moments of inertia, Mohr’s circles, and the vector cross and triple scalar prod- ucts. The notation, as far as possible, will be a matrix notation that is easily entered into exist- ing symbolic computational programs like Maple, Mathematica, Matlab, and Mathcad. The desire to represent the components of three-dimensional fourth-order tensors that appear in anisotropic elasticity as the components of six-dimensional second-order tensors and thus rep- resent these components in matrices of tensor components in six dimensions leads to the non- traditional part of this appendix. This is also one of the nontraditional aspects in the text of the book, but a minor one. This is described in §A.11, along with the rationale for this approach. A.2. DEFINITION OF SQUARE, COLUMN, AND ROW MATRICES An r-by-c matrix, M, is a rectangular array of numbers consisting of r rows and c columns: ¯MM..
    [Show full text]
  • A Some Basic Rules of Tensor Calculus
    A Some Basic Rules of Tensor Calculus The tensor calculus is a powerful tool for the description of the fundamentals in con- tinuum mechanics and the derivation of the governing equations for applied prob- lems. In general, there are two possibilities for the representation of the tensors and the tensorial equations: – the direct (symbolic) notation and – the index (component) notation The direct notation operates with scalars, vectors and tensors as physical objects defined in the three dimensional space. A vector (first rank tensor) a is considered as a directed line segment rather than a triple of numbers (coordinates). A second rank tensor A is any finite sum of ordered vector pairs A = a b + ... +c d. The scalars, vectors and tensors are handled as invariant (independent⊗ from the choice⊗ of the coordinate system) objects. This is the reason for the use of the direct notation in the modern literature of mechanics and rheology, e.g. [29, 32, 49, 123, 131, 199, 246, 313, 334] among others. The index notation deals with components or coordinates of vectors and tensors. For a selected basis, e.g. gi, i = 1, 2, 3 one can write a = aig , A = aibj + ... + cidj g g i i ⊗ j Here the Einstein’s summation convention is used: in one expression the twice re- peated indices are summed up from 1 to 3, e.g. 3 3 k k ik ik a gk ∑ a gk, A bk ∑ A bk ≡ k=1 ≡ k=1 In the above examples k is a so-called dummy index. Within the index notation the basic operations with tensors are defined with respect to their coordinates, e.
    [Show full text]
  • 1.3 Cartesian Tensors a Second-Order Cartesian Tensor Is Defined As A
    1.3 Cartesian tensors A second-order Cartesian tensor is defined as a linear combination of dyadic products as, T Tijee i j . (1.3.1) The coefficients Tij are the components of T . A tensor exists independent of any coordinate system. The tensor will have different components in different coordinate systems. The tensor T has components Tij with respect to basis {ei} and components Tij with respect to basis {e i}, i.e., T T e e T e e . (1.3.2) pq p q ij i j From (1.3.2) and (1.2.4.6), Tpq ep eq TpqQipQjqei e j Tij e i e j . (1.3.3) Tij QipQjqTpq . (1.3.4) Similarly from (1.3.2) and (1.2.4.6) Tij e i e j Tij QipQjqep eq Tpqe p eq , (1.3.5) Tpq QipQjqTij . (1.3.6) Equations (1.3.4) and (1.3.6) are the transformation rules for changing second order tensor components under change of basis. In general Cartesian tensors of higher order can be expressed as T T e e ... e , (1.3.7) ij ...n i j n and the components transform according to Tijk ... QipQjqQkr ...Tpqr... , Tpqr ... QipQjqQkr ...Tijk ... (1.3.8) The tensor product S T of a CT(m) S and a CT(n) T is a CT(m+n) such that S T S T e e e e e e . i1i2 im j1j 2 jn i1 i2 im j1 j2 j n 1.3.1 Contraction T Consider the components i1i2 ip iq in of a CT(n).
    [Show full text]
  • Tensor-Spinor Theory of Gravitation in General Even Space-Time Dimensions
    Physics Letters B 817 (2021) 136288 Contents lists available at ScienceDirect Physics Letters B www.elsevier.com/locate/physletb Tensor-spinor theory of gravitation in general even space-time dimensions ∗ Hitoshi Nishino a, ,1, Subhash Rajpoot b a Department of Physics, College of Natural Sciences and Mathematics, California State University, 2345 E. San Ramon Avenue, M/S ST90, Fresno, CA 93740, United States of America b Department of Physics & Astronomy, California State University, 1250 Bellflower Boulevard, Long Beach, CA 90840, United States of America a r t i c l e i n f o a b s t r a c t Article history: We present a purely tensor-spinor theory of gravity in arbitrary even D = 2n space-time dimensions. Received 18 March 2021 This is a generalization of the purely vector-spinor theory of gravitation by Bars and MacDowell (BM) in Accepted 9 April 2021 4D to general even dimensions with the signature (2n − 1, 1). In the original BM-theory in D = (3, 1), Available online 21 April 2021 the conventional Einstein equation emerges from a theory based on the vector-spinor field ψμ from a Editor: N. Lambert m lagrangian free of both the fundamental metric gμν and the vierbein eμ . We first improve the original Keywords: BM-formulation by introducing a compensator χ, so that the resulting theory has manifest invariance = =− = Bars-MacDowell theory under the nilpotent local fermionic symmetry: δψ Dμ and δ χ . We next generalize it to D Vector-spinor (2n − 1, 1), following the same principle based on a lagrangian free of fundamental metric or vielbein Tensors-spinors rs − now with the field content (ψμ1···μn−1 , ωμ , χμ1···μn−2 ), where ψμ1···μn−1 (or χμ1···μn−2 ) is a (n 1) (or Metric-less formulation (n − 2)) rank tensor-spinor.
    [Show full text]
  • Low-Level Image Processing with the Structure Multivector
    Low-Level Image Processing with the Structure Multivector Michael Felsberg Bericht Nr. 0202 Institut f¨ur Informatik und Praktische Mathematik der Christian-Albrechts-Universitat¨ zu Kiel Olshausenstr. 40 D – 24098 Kiel e-mail: [email protected] 12. Marz¨ 2002 Dieser Bericht enthalt¨ die Dissertation des Verfassers 1. Gutachter Prof. G. Sommer (Kiel) 2. Gutachter Prof. U. Heute (Kiel) 3. Gutachter Prof. J. J. Koenderink (Utrecht) Datum der mundlichen¨ Prufung:¨ 12.2.2002 To Regina ABSTRACT The present thesis deals with two-dimensional signal processing for computer vi- sion. The main topic is the development of a sophisticated generalization of the one-dimensional analytic signal to two dimensions. Motivated by the fundamental property of the latter, the invariance – equivariance constraint, and by its relation to complex analysis and potential theory, a two-dimensional approach is derived. This method is called the monogenic signal and it is based on the Riesz transform instead of the Hilbert transform. By means of this linear approach it is possible to estimate the local orientation and the local phase of signals which are projections of one-dimensional functions to two dimensions. For general two-dimensional signals, however, the monogenic signal has to be further extended, yielding the structure multivector. The latter approach combines the ideas of the structure tensor and the quaternionic analytic signal. A rich feature set can be extracted from the structure multivector, which contains measures for local amplitudes, the local anisotropy, the local orientation, and two local phases. Both, the monogenic signal and the struc- ture multivector are combined with an appropriate scale-space approach, resulting in generalized quadrature filters.
    [Show full text]
  • The Riemann Curvature Tensor
    The Riemann Curvature Tensor Jennifer Cox May 6, 2019 Project Advisor: Dr. Jonathan Walters Abstract A tensor is a mathematical object that has applications in areas including physics, psychology, and artificial intelligence. The Riemann curvature tensor is a tool used to describe the curvature of n-dimensional spaces such as Riemannian manifolds in the field of differential geometry. The Riemann tensor plays an important role in the theories of general relativity and gravity as well as the curvature of spacetime. This paper will provide an overview of tensors and tensor operations. In particular, properties of the Riemann tensor will be examined. Calculations of the Riemann tensor for several two and three dimensional surfaces such as that of the sphere and torus will be demonstrated. The relationship between the Riemann tensor for the 2-sphere and 3-sphere will be studied, and it will be shown that these tensors satisfy the general equation of the Riemann tensor for an n-dimensional sphere. The connection between the Gaussian curvature and the Riemann curvature tensor will also be shown using Gauss's Theorem Egregium. Keywords: tensor, tensors, Riemann tensor, Riemann curvature tensor, curvature 1 Introduction Coordinate systems are the basis of analytic geometry and are necessary to solve geomet- ric problems using algebraic methods. The introduction of coordinate systems allowed for the blending of algebraic and geometric methods that eventually led to the development of calculus. Reliance on coordinate systems, however, can result in a loss of geometric insight and an unnecessary increase in the complexity of relevant expressions. Tensor calculus is an effective framework that will avoid the cons of relying on coordinate systems.
    [Show full text]
  • Tensor, Exterior and Symmetric Algebras
    Tensor, Exterior and Symmetric Algebras Daniel Murfet May 16, 2006 Throughout this note R is a commutative ring, all modules are left R-modules. If we say a ring is noncommutative, we mean it is not necessarily commutative. Unless otherwise specified, all rings are noncommutative (except for R). If A is a ring then the center of A is the set of all x ∈ A with xy = yx for all y ∈ A. Contents 1 Definitions 1 2 The Tensor Algebra 5 3 The Exterior Algebra 6 3.1 Dimension of the Exterior Powers ............................ 11 3.2 Bilinear Forms ...................................... 14 3.3 Other Properties ..................................... 18 3.3.1 The determinant formula ............................ 18 4 The Symmetric Algebra 19 1 Definitions Definition 1. A R-algebra is a ring morphism φ : R −→ A where A is a ring and the image of φ is contained in the center of A. This is equivalent to A being an R-module and a ring, with r · (ab) = (r · a)b = a(r · b), via the identification of r · 1 and φ(r). A morphism of R-algebras is a ring morphism making the appropriate diagram commute, or equivalently a ring morphism which is also an R-module morphism. In this section RnAlg will denote the category of these R-algebras. We use RAlg to denote the category of commutative R-algebras. A graded ring is a ring A together with a set of subgroups Ad, d ≥ 0 such that A = ⊕d≥0Ad as an abelian group, and st ∈ Ad+e for all s ∈ Ad, t ∈ Ae.
    [Show full text]
  • Lecture 12. Tensors
    Lecture 12. Tensors In this lecture we define tensors on a manifold, and the associated bundles, and operations on tensors. 12.1 Basic definitions We have already seen several examples of the idea we are about to introduce, namely linear (or multilinear) operators acting on vectors on M. For example, the metric is a bilinear operator which takes two vectors to give a real number, i.e. gx : TxM × TxM → R for each x is defined by u, v → gx(u, v). The difference between two connections ∇(1) and ∇(2) is a bilinear op- erator which takes two vectors and gives a vector, i.e. a bilinear operator Sx : TxM × TxM → TxM for each x ∈ M. Similarly, the torsion of a connec- tion has this form. Definition 12.1.1 A covector ω at x ∈ M is a linear map from TxM to R. The set of covectors at x forms an n-dimensional vector space, which we ∗ denote Tx M.Atensor of type (k, l)atx is a multilinear map which takes k vectors and l covectors and gives a real number × × × ∗ × × ∗ → R Tx : .TxM .../0 TxM1 .Tx M .../0 Tx M1 . k times l times Note that a covector is just a tensor of type (1, 0), and a vector is a tensor of type (0, 1), since a vector v acts linearly on a covector ω by v(ω):=ω(v). Multilinearity means that i1 ik j1 jl T c vi1 ,..., c vik , aj1 ω ,..., ajl ω i i j j 1 k 1 l . i1 ik j1 jl = c ...c aj1 ...ajl T (vi1 ,...,vik ,ω ,...,ω ) i1,...,ik,j1,...,jl 110 Lecture 12.
    [Show full text]
  • Whitney Algebras and Grassmann's Regressive Products
    Whitney algebras and Grassmann’s regressive products Andrea Brini and Francesco Regonati Dipartimento di Matematica “Alma Mater Studiorum” Universit`adegli Studi di Bologna October 18, 2018 Abstract Geometric products on tensor powers Λ(V )⊗m of an exterior algebra and on Whitney algebras [13] provide a rigorous version of Grassmann’s regressive products of 1844 [17]. We study geometric products and their relations with other classical operators on exterior algebras, such as the Hodge ∗−operators and the join and meet products in Cayley-Grassmann algebras [2, 30]. We establish encodings of tensor powers Λ(V )⊗m and of Whitney algebras W m(M) in terms of letterplace algebras and of their geometric products in terms of divided powers of polarization operators. We use these encodings to provide simple proofs of the Crapo and Schmitt exchange relations in Whitney algebras and of two typical classes of identities in Cayley-Grassmann algebras . arXiv:1010.2964v1 [math.CO] 14 Oct 2010 We thank Henry Crapo and William Schmitt for their advice, encouragement, and invaluable suggestions Contents 1 Introduction 2 2 The algebras: generalities 5 3 The algebras: basic constructions 6 3.1 Cayley-Grassmannalgebras . .. .. 6 3.2 Tensorpowersofexterioralgebras. 7 3.3 Whitneyalgebras .............................. 11 1 4 Relations among the algebras 12 4.1 From tensor powers of exterior algebras to CG-Algebras . .... 12 4.2 From Whitney algebras to tensor powers of exterior algebras. .... 12 5 The Hodge operators 13 5.1 The Hodge ∗−operators .......................... 13 5.2 ThegeneralizedHodgeoperators . 15 6 Letterplace algebras and polarization operators 17 6.1 Skew-symmetric Letterplace algebras and place polarization operators.
    [Show full text]
  • Appendix a Tensor Mathematics
    Appendix A Tensor Mathematics A.l Introduction In physics we are accustomed to relating quantities to other quantities by means of mathematical expressions. The quantities that represent physical properties of a point or of an infinitesimal volume in space may be of a single numerical value without direction, such as temperature, mass, speed, dist­ ance, specific gravity, energy, etc.; they are defined by a single magnitude and we call them scalars. Other physical quantities have direction as well and their magnitude is represented by an array of numerical values, their number corresponding to the number of dimensions of the space, three numerical values in a three-dimensional space; such quantities are called vectors, for example velocity, acceleration, force, etc., and the three numerical values are the components of the vector in the direction of the coordinates of the space. Still other physical quantities such as moment of inertia, stress, strain, permeability coefficients, electric flux, electromagnetic flux, etc., are repre­ sented in a three-dimensional space by nine numerical quantities, called components, and are known as tensors. We will introduce a slightly different definition. We shall call the scalars tensors of order zero, vectors - tensors of order one and tensors with nine components - tensors of order two. There are, of course, in physics and mathematics, tensors of higher order. Tensors of order three have an array of 27 components and tensors of order four have 81 components and so on. Couple stresses that arise in materials with polar forces are examples of tensors of order three, and the Riemann curvature tensor that appears in geodesics is an example of a tensor of order four.
    [Show full text]
  • Differential Forms on Riemannian (Lorentzian) and Riemann-Cartan
    Differential Forms on Riemannian (Lorentzian) and Riemann-Cartan Structures and Some Applications to Physics∗ Waldyr Alves Rodrigues Jr. Institute of Mathematics Statistics and Scientific Computation IMECC-UNICAMP CP 6065 13083760 Campinas SP Brazil e-mail: [email protected] or [email protected] May 28, 2018 Abstract In this paper after recalling some essential tools concerning the theory of differential forms in the Cartan, Hodge and Clifford bundles over a Riemannian or Riemann-Cartan space or a Lorentzian or Riemann-Cartan spacetime we solve with details several exercises involving different grades of difficult. One of the problems is to show that a recent formula given in [10] for the exterior covariant derivative of the Hodge dual of the torsion 2-forms is simply wrong. We believe that the paper will be useful for students (and eventually for some experts) on applications of differential geometry to some physical problems. A detailed account of the issues discussed in the paper appears in the table of contents. Contents 1 Introduction 3 arXiv:0712.3067v6 [math-ph] 4 Dec 2008 2 Classification of Metric Compatible Structures (M; g;D) 4 2.1 Levi-Civita and Riemann-Cartan Connections . 5 2.2 Spacetime Structures . 5 3 Absolute Differential and Covariant Derivatives 5 ∗published in: Ann. Fond. L. de Broglie 32 (special issue dedicate to torsion), 424-478 (2008). 1 ^ 4 Calculus on the Hodge Bundle ( T ∗M; ·; τg) 8 4.1 Exterior Product . 8 4.2 Scalar Product and Contractions . 9 4.3 Hodge Star Operator ? ........................ 9 4.4 Exterior derivative d and Hodge coderivative δ .
    [Show full text]