Equivalence of Multicategory SVM and Simplex Cone SVM: Fast Computations and Statistical Theory

Total Page:16

File Type:pdf, Size:1020Kb

Equivalence of Multicategory SVM and Simplex Cone SVM: Fast Computations and Statistical Theory Equivalence of Multicategory SVM and Simplex Cone SVM: Fast Computations and Statistical Theory Guillaume A. Pouliot 1 Abstract attempts have been made at extending the methodology to The multicategory SVM (MSVM) of Lee et al. accommodate classification with K>2 categories (Sun et (2004) is a natural generalization of the classical, al., 2017; Dogan et al., 2016; Lopez et al., 2016; Kumar binary support vector machines (SVM). However, et al., 2017, survey available in Ma and Guo, 2014). Lee, its use has been limited by computational diffi- Lin and Wahba (2004) propose what is arguably the natural culties. The simplex-cone SVM (SCSVM) of multicategory generalization of binary SVM. For instance, Mroueh et al. (2012) is a computationally ef- their multicategory SVM (MSVM) is Fisher consistent (i.e., ficient multicategory classifier, but its use has the classification rule it produces converges to the Bayes been limited by a seemingly opaque interpreta- rule), which is a key property and motivation for the use tion. We show that MSVM and SCSVM are in standard SVM. Furthermore, it encompasses standard SVM fact exactly equivalent, and provide a bijection as a special case. between their tuning parameters. MSVM may However, the method has not been widely used in applica- then be entertained as both a natural and com- tion, nor has it been studied from a statistical perspective, putationally efficient multicategory extension of the way SVM has been. Amongst the machine learning SVM. We further provide a Donsker theorem for community, MSVM has not gathered popularity commen- finite-dimensional kernel MSVM and partially surate to that of SVM. Likewise, three major publications answer the open question pertaining to the very (Jiang et al., 2008; Koo et al., 2008; Li et al., 2011) have competitive performance of One-vs-Rest meth- established Donsker theorems for SVM, and none have done ods against MSVM. Furthermore, we use the de- so for MSVM. rived asymptotic covariance formula to develop an inverse-variance weighted classification rule Interestingly, computation and statistical analysis of MSVM which improves on the One-vs-Rest approach. are hindered by the same obstable. The optimization prob- lem which MSVM consists of is done under a sum-to-zero constraint on the vector argument. This makes both the 1. Introduction numerical optimization task and the statistical asymptotic analysis of the estimator more challenging. The numerical Support vector machines (SVM) is an established algorithm optimization is substantially slowed down by the equality for classification with two categories (Vapnik, 1998; Smola constraint1 as detailed in Table 1. Likewise, standard meth- and Schlkopf, 1998; Steinwart and Christmann, 2008; Fried- ods for deriving Donsker theorems and limit distribution man et al., 2009). The method finds the maximum margin theory do not apply to such constrained vectors of random separating hyperplane; it finds the hyperplane dividing the variables.2 input space (perhaps after mapping the data to a higher di- mensional space) into two categories and maximizing the In a separate strain of literature, Mroueh, Poggio, Rosasco minimum distance from a point to the hyperplane. SVM and Slotine (2012) have proposed the simplex-cone SVM can also be adapted to allow for imperfect classification, in (SC-SVM), a multicategory classifier developped within the which case we speak of soft margin SVM. vector reproducing kernel Hilbert space set-up. The SC- SVM optimization program is computationally tractable, Given the success of SVM at binary classification, many and in particular does away with the equality constraint slow- ing down the primal and dual formulations of MSVM (Lee 1Harris School of Public Policy, University of Chicago, Chicago, IL, USA. Correspondence to: Guillaume A. Pouliot 1In fact, a “hack” sometimes used is to ignore the equality <[email protected]>. constraint in the primal or dual formulation. This can result in th arbitrarily large distorsions of the optimal solution. 35 2 Proceedings of the International Conference on Machine For instance, the covariance matrix of a vector of random Learning, Stockholm, Sweden, PMLR 80, 2018. Copyright 2018 variables constrained to sum to zero is not positive definite. by the author(s). Equivalence of Multicategory SVM and Simplex Cone SVM et al., 2004). Nevertheless, its use has remained marginal, theory has been put forth to explain it. arguably due to more limited interpretability, e.g., the notion We make some progress towards an analytical characteriza- of distance is captured via angles and the nesting of binary tion of the comparative performance, and are able to suggest SVM as a special case is not entirely straightforward. an explanation as to the competitive, and sometimes supe- As our main contribution, we show that MSVM and SC- rior, empirical performance of One-vs-Rest compared to SVM are in fact exactly equivalent. As a direct consequence, MSVM. We argue that, in some respect, One-vs-Rest makes we deliver faster computations for MSVM. Simulations a more efficient use of the information contained in the data. such as those presented in Table 1 display speed gains or The remainder of the paper is organized as follows. Sec- an order of magnitude. Furthermore, the equivalence with tion 2 defines both MSVM and SC-SVM, and contains the an unconstrained estimator allows for statistical analysis of proof of the equivalence between the two methods. Sec- MSVM. As a second contribution, we deliver a Donsker tion 3 gives the Donsker theorem for MSVM, and describes theorem for MSVM, as well as an asymptotic covariance how the asymptotic distribution may be used for more ef- formula with sample analog. A third contribution is to ficient classification. Section 4 suggests an analytical ex- use the asymptotic analysis result to propose a statistically planation for the surprisingly competitive performance of efficient, inverse-variance weighted modification of One- One-vs-Rest classifiers versus MSVM. Section 5 discusses vs-Rest. Finally, as a fourth contribution, we show that and concludes. the asymptotic analysis allows us to partially answer, with analytic characterizations, the open question relating to the very competitive performance of the seemingly more naive 2. Equivalence One-vs-Rest method against MSVM. The multicategory SVM (MSVM) of Lee et al. (2004) is The fourth contribution is important because it provides an- arguably the more elegant and natural generalization of alytical substance to a long-standing open question. To be SVM to multicategory data. However, its implementation, sure, the different attempts at developping a multicategory even for moderate size data sets, is complicated by the generalization of binary SVM can be understood as sub- presence of a sum constraint on the vector argument. scribing to one of two broad approaches. The first approach The simplex encoding of Mroueh et al. (2012) is relieved consists in doing multicategory classification using the stan- of the linear constraint on the vector argument. However, dard, binary SVM. For instance, the popular One-vs-Rest we believe the simplex encoding is not more widely used approach works as follows: to predict the category of a point because it is not known what standard encoding it corre- in a test set3 (i.e. out of sample), run K binary SVMs where sponds to, making it challenging for practitioners to carry the first category is one of the original K categories, and the out interpretable classification analysis. The following re- second category is the union of the remaining K 1 cate- − sult resolves both issues, making it of practical interest for gories. The predicted category is the one that was picked analysts and researchers using multicategory classification against all others with the greatest “confidence”. In prac- methods. tice, the confidence criteria used is the distance of the test point to the separating hyperplane (we show in Subsection We define MSVM and SC-SVM, and establish their equiv- 3.1 that even this can be improved according to statistical alence. The presentation is done with finite-dimensional considerations). The second approach consists in generaliz- kernels for ease of exposition. Remark 3 details the general- ing the standard SVM to develop a single machine which ization to infinite-dimensional kernels in reproducing kernel implements multicategory classification solving a single, Hilbert spaces. joint optimization problem. Many such algorithms have p With K categories, data is of the form (xi,yi) R been suggested (Weston and Watkins, 1999; Crammer and 2 ⇥ 1,...,K , i =1,...,N. When carrying out multicategory Singer, 2002; Lee et al., 2004). Intuition would suggest that { } classification, different choices of encodings of the cate- joint optimization makes for a more statistically efficient gory variables y lead to optimization problems that are procedure, and for superior out-of-sample prediction perfor- i differently formulated and implemented. mance. However, in a quite counterintuitive turn of events, it has been widely observed in practice that multicategory clas- For their multicategory SVM (MSVM), Lee et al. (2004) encode yi associated with category k 1,...,K as a K- sification with binary machines offers a performance (for th 1 2{ } tuple with 1 in the k entry and K− 1 in every other entry. instance, in out-of-sample classification) which is competi- − tive with, and sometimes superior to, that of single-machine For instance, multicategory SVM algorithms. This phenomenon is widely
Recommended publications
  • New Multicategory Boosting Algorithms Based on Multicategory Fisher-Consistent Losses by Hui
    The Annals of Applied Statistics 2008, Vol. 2, No. 4, 1290–1306 DOI: 10.1214/08-AOAS198 © Institute of Mathematical Statistics, 2008 NEW MULTICATEGORY BOOSTING ALGORITHMS BASED ON MULTICATEGORY FISHER-CONSISTENT LOSSES BY HUI ZOU1,JI ZHU AND TREVOR HASTIE University of Minnesota , University of Michigan and Stanford University Fisher-consistent loss functions play a fundamental role in the construc- tion of successful binary margin-based classifiers. In this paper we establish the Fisher-consistency condition for multicategory classification problems. Our approach uses the margin vector concept which can be regarded as a multicategory generalization of the binary margin. We characterize a wide class of smooth convex loss functions that are Fisher-consistent for multi- category classification. We then consider using the margin-vector-based loss functions to derive multicategory boosting algorithms. In particular, we de- rive two new multicategory boosting algorithms by using the exponential and logistic regression losses. 1. Introduction. The margin-based classifiers, including the support vector machine (SVM) [Vapnik (1996)] and boosting [Freund and Schapire (1997)], have demonstrated their excellent performances in binary classification problems. Re- cent statistical theory regards binary margin-based classifiers as regularized em- pirical risk minimizers with proper loss functions. Friedman, Hastie and Tibshi- rani (2000) showed that AdaBoost minimizes the novel exponential loss by fitting a forward stage-wise additive model. In the same spirit, Lin (2002) showed that the SVM solves a penalized hinge loss problem and the population minimizer of the hinge loss is exactly the Bayes rule, thus, the SVM directly approximates the Bayes rule without estimating the conditional class probability.
    [Show full text]
  • Generalized Enrichment of Categories
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Elsevier - Publisher Connector Journal of Pure and Applied Algebra 168 (2002) 391–406 www.elsevier.com/locate/jpaa Generalized enrichment of categories Tom Leinster Department of Pure Mathematics and Mathematical Statistics, Centre for Mathematical Sciences, Wilberforce Road, Cambridge CB3 0WB, UK Received 1 December 1999; accepted 4 May 2001 Abstract We deÿne the phrase ‘category enriched in an fc-multicategory’ and explore some exam- ples. An fc-multicategory is a very general kind of two-dimensional structure, special cases of which are double categories, bicategories, monoidal categories and ordinary multicategories. Enrichment in an fc-multicategory extends the (more or less well-known) theories of enrichment in a monoidal category, in a bicategory, and in a multicategory. Moreover, fc-multicategories provide a natural setting for the bimodules construction, traditionally performed on suitably co- complete bicategories. Although this paper is elementary and self-contained, we also explain why, from one point of view, fc-multicategories are the natural structures in which to enrich categories. c 2001 Elsevier Science B.V. All rights reserved. MSC: 18D20; 18D05; 18D50; 18D10 A general question in category theory is: given some kind of categorical structure, what might it be enriched in? For instance, suppose we take braided monoidal cat- egories. Then the question asks: what kind of thing must V be if we are to speak sensibly of V-enriched braided monoidal categories? (The usual answer is that V must be a symmetricmonoidal category.) In another paper, [7], I have given an answer to the general question for a certain family of categorical structures (generalized multicategories).
    [Show full text]
  • On the Geometric Realization of Dendroidal Sets
    Fabio Trova On the Geometric Realization of Dendroidal Sets Thesis advisor: Prof. Ieke Moerdijk Leiden University MASTER ALGANT University of Padova Et tu ouvriras parfois ta fenˆetre, comme ¸ca,pour le plaisir. Et tes amis seront bien ´etonn´esde te voir rire en regardant le ciel. Alors tu leur diras: “Oui, les ´etoiles,¸came fait toujours rire!” Et ils te croiront fou. Je t’aurai jou´eun bien vilain tour. A Irene, Lorenzo e Paolo a chi ha fatto della propria vita poesia a chi della poesia ha fatto la propria vita Contents Introduction vii Motivations and main contributions........................... vii 1 Category Theory1 1.1 Categories, functors, natural transformations...................1 1.2 Adjoint functors, limits, colimits..........................4 1.3 Monads........................................7 1.4 More on categories of functors............................ 10 1.5 Monoidal Categories................................. 13 2 Simplicial Sets 19 2.1 The Simplicial Category ∆ .............................. 19 2.2 The category SSet of Simplicial Sets........................ 21 2.3 Geometric Realization................................ 23 2.4 Classifying Spaces.................................. 28 3 Multicategory Theory 29 3.1 Trees.......................................... 29 3.2 Planar Multicategories................................ 31 3.3 Symmetric multicategories.............................. 34 3.4 (co)completeness of Multicat ............................. 37 3.5 Closed monoidal structure in Multicat ....................... 40 4 Dendroidal Sets 43 4.1 The dendroidal category Ω .............................. 43 4.1.1 Algebraic definition of Ω ........................... 44 4.1.2 Operadic definition of Ω ........................... 45 4.1.3 Equivalence of the definitions........................ 46 4.1.4 Faces and degeneracies............................ 48 4.2 The category dSet of Dendroidal Sets........................ 52 4.3 Nerve of a Multicategory............................... 55 4.4 Closed Monoidal structure on dSet ........................
    [Show full text]
  • Models of Classical Linear Logic Via Bifibrations of Polycategories
    Models of Classical Linear Logic via Bifibrations of Polycategories N. Blanco and N. Zeilberger School of Computer Science University of Birmingham, UK SYCO5, September 2019 N. Blanco and N. Zeilberger ( School of ComputerModels Science of Classical University Linear of Logic Birmingham, via Bifibrations UK ) of PolycategoriesSYCO5, September 2019 1 / 27 Outline 1 Multicategories and Monoidal categories 2 Opfibration of Multicategories 3 Polycategories and Linearly Distributive Categories 4 Bifibration of polycategories N. Blanco and N. Zeilberger ( School of ComputerModels Science of Classical University Linear of Logic Birmingham, via Bifibrations UK ) of PolycategoriesSYCO5, September 2019 2 / 27 Multicategories and Monoidal categories Outline 1 Multicategories and Monoidal categories N. Blanco and N. Zeilberger ( School of ComputerModels Science of Classical University Linear of Logic Birmingham, via Bifibrations UK ) of PolycategoriesSYCO5, September 2019 3 / 27 Multicategories and Monoidal categories Tensor product of vector spaces In linear algebra: universal property C A; B A ⊗ B In category theory as a structure: a monoidal product ⊗ Universal property of tensor product needs many-to-one maps Category with many-to-one maps ) Multicategory N. Blanco and N. Zeilberger ( School of ComputerModels Science of Classical University Linear of Logic Birmingham, via Bifibrations UK ) of PolycategoriesSYCO5, September 2019 3 / 27 Multicategories and Monoidal categories Multicategory1 Definition A multicategory M has: A collection of objects Γ finite list of objects and A objects Set of multimorphisms M(Γ; A) Identities idA : A ! A f :Γ ! A g :Γ ; A; Γ ! B Composition: 1 2 g ◦i f :Γ1; Γ; Γ2 ! B With usual unitality and associativity and: interchange law: (g ◦ f1) ◦ f2 = (g ◦ f2) ◦ f1 where f1 and f2 are composed in two different inputs of g 1Tom Leinster.
    [Show full text]
  • Tom Leinster
    Theory and Applications of Categories, Vol. 12, No. 3, 2004, pp. 73–194. OPERADS IN HIGHER-DIMENSIONAL CATEGORY THEORY TOM LEINSTER ABSTRACT. The purpose of this paper is to set up a theory of generalized operads and multicategories and to use it as a language in which to propose a definition of weak n-category. Included is a full explanation of why the proposed definition of n- category is a reasonable one, and of what happens when n ≤ 2. Generalized operads and multicategories play other parts in higher-dimensional algebra too, some of which are outlined here: for instance, they can be used to simplify the opetopic approach to n-categories expounded by Baez, Dolan and others, and are a natural language in which to discuss enrichment of categorical structures. Contents Introduction 73 1 Bicategories 77 2 Operads and multicategories 88 3 More on operads and multicategories 107 4 A definition of weak ω-category 138 A Biased vs. unbiased bicategories 166 B The free multicategory construction 177 C Strict ω-categories 180 D Existence of initial operad-with-contraction 189 References 192 Introduction This paper concerns various aspects of higher-dimensional category theory, and in partic- ular n-categories and generalized operads. We start with a look at bicategories (Section 1). Having reviewed the basics of the classical definition, we define ‘unbiased bicategories’, in which n-fold composites of 1-cells are specified for all natural n (rather than the usual nullary and binary presentation). We go on to show that the theories of (classical) bicategories and of unbiased bicategories are equivalent, in a strong sense.
    [Show full text]
  • Reinforced Multicategory Support Vector Machines
    Supplementary materials for this article are available online. PleaseclicktheJCGSlinkathttp://pubs.amstat.org. Reinforced Multicategory Support Vector Machines Yufeng L IU and Ming YUAN Support vector machines are one of the most popular machine learning methods for classification. Despite its great success, the SVM was originally designed for binary classification. Extensions to the multicategory case are important for general classifica- tion problems. In this article, we propose a new class of multicategory hinge loss func- tions, namely reinforced hinge loss functions. Both theoretical and numerical properties of the reinforced multicategory SVMs (MSVMs) are explored. The results indicate that the proposed reinforced MSVMs (RMSVMs) give competitive and stable performance when compared with existing approaches. R implementation of the proposed methods is also available online as supplemental materials. Key Words: Fisher consistency; Multicategory classification; Regularization; SVM. 1. INTRODUCTION Classification is a very important statistical task for information extraction from data. Among numerous classification techniques, the Support Vector Machine (SVM) is one of the most well-known large-margin classifiers and has achieved great success in many ap- plications (Boser, Guyon, and Vapnik 1992; Cortes and Vapnik 1995). The basic concept behind the binary SVM is to find a separating hyperplane with maximum separation be- tween the two classes. Because of its flexibility in estimating the decision boundary using kernel learning as well as its ability in handling high-dimensional data, the SVM has be- come a very popular classifier and has been widely applied in many different fields. More details about the SVM can be found, for example, in the works of Cristianini and Shawe- Taylor (2000), Hastie, Tibshirani, and Friedman (2001), Schölkopf and Smola (2002).
    [Show full text]
  • Cyclic Multicategories, Multivariable Adjunctions and Mates
    J. K-Theory 13 (2014), 337–396 ©2013 ISOPP doi:10.1017/is013012007jkt250 Cyclic multicategories, multivariable adjunctions and mates by EUGENIA CHENG,NICK GURSKI AND EMILY RIEHL Abstract A multivariable adjunction is the generalisation of the notion of a 2-variable adjunction, the classical example being the hom/tensor/cotensor trio of functors, to n C 1 functors of n variables. In the presence of multivariable adjunctions, natural transformations between certain composites built from multivariable functors have “dual” forms. We refer to corresponding natural transformations as multivariable or parametrised mates, generalising the mates correspondence for ordinary adjunctions, which enables one to pass between natural transformations involving left adjoints to those involving right adjoints. A central problem is how to express the naturality (or functoriality) of the parametrised mates, giving a precise characterization of the dualities so-encoded. We present the notion of “cyclic double multicategory” as a structure in which to organise multivariable adjunctions and mates. While the standard mates correspondence is described using an isomorphism of double categories, the multivariable version requires the framework of “double multicategories”. Moreover, we show that the analogous isomorphisms of double multicate- gories give a cyclic action on the multimaps, yielding the notion of “cyclic double multicategory”. The work is motivated by and applied to Riehl’s approach to algebraic monoidal model categories. Key Words: Adjunctions, mates, multicategories. Mathematics Subject Classification 2010: 18A40, 18D99. Contents 1 Mates 343 2 Multivariable adjunctions 350 2.1 Definition of multivariable adjunctions . ............. 351 2.2 Amotivatingexample........................ 358 2.3 Composition ............................. 359 2.4 Multivariablemates.......................... 365 338 E. CHENG,N.GURSKI &E.RIEHL 3 Cyclic double multicategories 374 3.1 Plainmulticategories........................
    [Show full text]
  • Operator Categories, Multicategories, and Homotopy Coherent Algebra
    OPERATOR CATEGORIES, MULTICATEGORIES, AND HOMOTOPY COHERENT ALGEBRA by Clark Barwick What's all this then?| Here are revised notes for my ill-fated talk in the Norwegian Topology Symposium in Bergen in June, 2007. As a result of poor planning, a tedious narrative structure, and a basic lack of familiarity with computer-based presentations, I did not manage to explore nearly as much material as I had intended. This was, for me, a genuine loss, as I was excited to see what interesting applications \real" topologists might find for my little pet project. As penance for my failings as a speaker, I've spent the last three months or so revising and expanding the slides from the talk; here is the result. I have included more details and examples throughout, and I have interspersed a fair number of friendly, informal comments and attempts at humor in order to cut down the inevitable turgidity of the prose. The detailed proofs of the results announced here will be compiled elsewhere | mostly as threads developed in [3] and [4] |, and for the most part, I feel satisfied with sketching the proofs of the more surprising results here. As the completion and revision of the book have taken far longer than expected, this short note can be seen as a kind of progress report on my work so far in these areas. I never did finish writing up these notes, and they haven't been edited in a year. I'm making them available publicly mostly to express the ideas. Some introductory remarks. | The aim of the theory of operator categories is to provide a new set of \sharper tools" (to borrow an expression from Hilbert) for discussing the interaction between algebraic structures and homotopy theory.
    [Show full text]
  • [Math.CT] 28 Feb 1999 Hst Riaymliaeois N H Eswl Nw Aeo Enr of Case E Known Obvious Well the Less Category, the Bicategory
    fc-multicategories Tom Leinster∗ Department of Pure Mathematics, University of Cambridge Email: [email protected] Web: http://www.dpmms.cam.ac.uk/∼leinster Notes for a talk at the 70th Peripatetic Seminar on Sheaves and Logic, Cambridge, 28 February 1999 Abstract What fc-multicategories are, and two uses for them. Introduction fc-multicategories are a very general kind of two-dimensional structure, encom- passing bicategories, monoidal categories, double categories and ordinary multi- categories. Here we define what they are and explain how they provide a natural setting for two familiar categorical ideas. The first is the bimodules construc- tion, traditionally carried out on suitably cocomplete bicategories but perhaps more naturally carried out on fc-multicategories. The second is enrichment: there is a theory of categories enriched in an fc-multicategory, which includes the usual case of enrichment in a monoidal category, the obvious extension of this to ordinary multicategories, and the less well known case of enrichment in a bicategory. To finish we briefly indicate the wider context, including how the work below is just the simplest case of a much larger phenomenon and the reason for the name ‘fc-multicategory’. arXiv:math/9903004v1 [math.CT] 28 Feb 1999 1 What is an fc-multicategory? An fc-multicategory consists of • A collection of objects x, x′, ... ∗Financial support from EPSRC; curveless diagrams by Paul Taylor’s macros 1 x ′ • For each pair (x, x ) of objects, a collection of vertical 1-cells ❄, denoted x′ f, f ′, ... • For each pair (x, x′) of objects, a collection of horizontal 1-cells x ✲ x′, denoted m, m′, ..
    [Show full text]
  • The 1-Type of Algebraic K-Theory As a Multifunctor Yaineli Valdes
    Florida State University Libraries Electronic Theses, Treatises and Dissertations The Graduate School 2018 The 1-Type of Algebraic K-Theory as a Multifunctor Yaineli Valdes Follow this and additional works at the DigiNole: FSU's Digital Repository. For more information, please contact [email protected] FLORIDA STATE UNIVERSITY COLLEGE OF ARTS AND SCIENCES THE 1-TYPE OF ALGEBRAIC K-THEORY AS A MULTIFUNCTOR By YAINELI VALDES A Dissertation submitted to the Department of Mathematics in partial fulfillment of the requirements for the degree of Doctor of Philosophy 2018 Copyright © 2018 Yaineli Valdes. All Rights Reserved. Yaineli Valdes defended this dissertation on April 10, 2018. The members of the supervisory committee were: Ettore Aldrovandi Professor Directing Dissertation John Rawling University Representative Amod Agashe Committee Member Paolo Aluffi Committee Member Kate Petersen Committee Member Mark van Hoeij Committee Member The Graduate School has verified and approved the above-named committee members, and certifies that the dissertation has been approved in accordance with university requirements. ii ACKNOWLEDGMENTS The completion of this research was only made possible through the assistance and support from so many throughout my educational career. I am very thankful to my committee members for their dedication as they not only served in my supervisory committee for my dissertation, but as well for my candidacy exam. I also had the immense pleasure of taking some of their courses as a graduate student and I owe much of my research achievements to their great teaching. I am especially thankful to my major professor Dr. Aldrovandi who has been my insight, professor, and guide throughout this research project, and has eloquently taught me so much of what I know today.
    [Show full text]
  • Representations of Multicategories of Planar Diagrams and Tensor Categories
    数理解析研究所講究録 第 1714 巻 2010 年 32-48 32 REPRESENTATIONS OF MULTICATEGORIES OF PLANAR DIAGRAMS AND TENSOR CATEGORIES YAMAGAMI Shigeru Graduate School of Mathematics Nagoya University Nagoya, 464-8602, JAPAN We shall discuss how the notions of multicategories and their linear representations are related with tensor categories. When one focuses on the ones arizing from planar diagrams, it particularly implies that there is a natural one-to-one correspondence between planar algebras and singly generated bicategories. 1. MULTICATEGORIES Multicategory is a categorical notion which concerns a class of ob- jects and morphisms so that morphisms are enhanced to admit multiple objects as inputs, whereas outputs are kept to be single. The operation of composition can therefore be performed in a ramified way, which is referred to as plugging in what follows. The associativity axiom for plugging and the neutrality effect of identity morphisms enable us to visualize the result of repeated pluggings as a rooted tree (Figure 1). As in the case of ordinary category, defined are functors as well as natural transformations and natural equivalences between them. We say that two multicategories $\mathcal{M}$ and $\mathcal{N}$ are equivalent if we can find functors $F:\mathcal{M}arrow \mathcal{N}$ and $G:\mathcal{N}arrow M$ so that their compositions $F\circ G$ and $GoF$ are naturally equivalent to identitiy functors. Example 1.1. The multicategory MSet of sets (and maps) and the multicategory $M\mathcal{V}ec$ of vector spaces (and multilinear maps). Given a (strict) monoidal category $C$ , we define a multicategory $\mathcal{M}$ so that $C$ and $\mathcal{M}$ have the same class of objects and $Hom(X_{1}\cross\cdots\cross$ $X_{d},$ $X)=Hom(X_{1}\otimes\cdots\otimes X_{d}, X)$ .
    [Show full text]
  • Represnetations of Multicategories of Planar Diagrams and Tensor Categories
    REPRESNETATIONS OF MULTICATEGORIES OF PLANAR DIAGRAMS AND TENSOR CATEGORIES YAMAGAMI Shigeru Graduate School of Mathematics Nagoya University Nagoya, 464-8602, JAPAN We shall discuss how the notions of multicategories and their linear representations are related with tensor categories. When one focuses on the ones arizing from planar diagrams, it particularly implies that there is a natural one-to-one correspondence between planar algebras and singly generated bicategories. 1. Multicategories Multicategory is a categorical notion which concerns a class of ob- jects and morphisms so that morphisms are enhanced to admit multiple objects as inputs, whereas outputs are kept to be single. The operation of composition can therefore be performed in a ramified way, which is referred to as plugging in what follows. The associativity axiom for plugging and the neutrality effect of identity morphisms enable us to visualize the result of repeated pluggings as a rooted tree (Figure 1). As in the case of ordinary category, defined are functors as well as natural transformations and natural equivalences between them. We say that two multicategories M and N are equivalent if we can find functors F : M ! N and G : N ! M so that their compositions F ◦ G and G ◦ F are naturally equivalent to identitiy functors. Example 1.1. The multicategory MSet of sets (and maps) and the multicategory MVec of vector spaces (and multilinear maps). Given a (strict) monoidal category C, we define a multicategory M so that C and M have the same class of objects and Hom(X1 × · · · × Xd;X) = Hom(X1 ⊗ · · · ⊗ Xd;X). = = Figure 1 1 Proposition 1.2.
    [Show full text]