Nantes 2004 proceedings paper
117 pages
English

Nantes 2004 proceedings paper

Le téléchargement nécessite un accès à la bibliothèque YouScribe
Tout savoir sur nos offres
117 pages
English
Le téléchargement nécessite un accès à la bibliothèque YouScribe
Tout savoir sur nos offres

Description

  • mémoire
  • dissertation
In: Actes des Journées d'Etudes Linguistiques, 2004, pp. 129-131. Evidence for phonetic adaptation of loanwords: an experimental study Inga Vendelin & Sharon Peperkamp Laboratoire de Sciences Cognitives et Psycholinguistique, EHESS-ENS-CNRS & Université de Paris 8 , 1 Abstract Japanese loanword adaptations show an asymmetry in the treatment of word-final [n] in words from French and English, respectively: while word-final [n] is adapted as a moraic nasal consonant in loanwords from English, it is adapted as a geminate nasal followed by an epenthetic
  • cvn
  • native words
  • epenthetic vowel at the end of cvn-items
  • epenthetic vowel
  • phonetic factors
  • perceptual assimilation
  • lexical contrast
  • loanword adaptation
  • phonology
  • perception

Sujets

Informations

Publié par
Nombre de lectures 31
Langue English

Extrait

On the Complexity of Matrix
Multiplication
Andrew James Stothers
Doctor of Philosophy
University of Edinburgh
2010In principio erat Verbum,
et Verbum erat apud Deum,
et Deus erat Verbum.
Hoc erat in principio apud Deum.
Omnia per ipsum facta sunt,
et sine ipso factum est nihil, quod factum est;
in ipso vita erat,
et vita erat lux hominum,
et lux in tenebris lucet
et tenebrae eam non comprehenderunt.
3Declaration
I declare that this thesis was composed by myself and that the work contained therein
is my own, except where explicitly stated otherwise in the text.
(Andrew James Stothers)
4This thesis is dedicated to my parents, Jim and Lynda.
5Abstract
The evaluation of the product of two matrices can be very computationally expensive.
3The multiplication of twon×n matrices, using the “default” algorithm can takeO(n )
field operations in the underlying fieldk. It is therefore desirable to find algorithms to
reduce the “cost” of multiplying two matrices together. If multiplication of two n×n
αmatrices can be obtained in O(n ) operations, the least upper bound for α is called
the exponent of matrix multiplication and is denoted by ω.
A bound for ω < 3 was found in 1968 by Strassen in his algorithm. He found
that multiplication of two 2×2 matrices could be obtained in 7 multiplications in the
underlyingfieldk,asopposedtothe8requiredtodothesamemultiplicationpreviously.
Using recursion, we are able to show thatω≤ log 7< 2.8074, which is better than the2
value of 3 we had previously.
In chapter 1, we look at various techniques that have been found for reducing
ω. These include Pan’s Trilinear Aggregation, Bini’s Border Rank and Sch¨onhage’s
Asymptotic Sum inequality.
In chapter 2, we look in detail at the current best estimate of ω found by Copper-
smith and Winograd. We also propose a different method of evaluating the “value” of
trilinear forms.
Chapters3and4buildontheworkofCoppersmithandWinogradandexaminehow
cubing and raising to the fourth power of Coppersmith and Winograd’s “complicated”
algorithm affect the value of ω, if at all.
Finally, in chapter 5, we look at the Group-Theoretic context proposed by Cohn
and Umans, and see how we can derive some of Coppersmith and Winograd’s values
using this method, as well as showing how working in this context can perhaps be more
conducive to showing ω = 2.
6Acknowledgements
The most gratitude goes to my supervisor, Sandy Davie, who not only introduced me
to the topic, but also helped me understand it and encouraged me when it almost
became too much. He comes highly recommended as a supervisor. I would also like to
mention Istvan Gyongy, my second supervisor for his encouragement and Jim Wright
for encouraging me to take this on after my Undergraduate degree.
I would also like to thank the secretarial staff, who were a pleasure to work with.
I am indebted to the Engineering and Physical Science Research Council and to the
School of Mathematics for the generous financial support.
I would like to say thanks to my PG colleagues for the irreverent (and often irrel-
evant) discussions at lunchtime and elsewhere. I feel blessed that I am able to work
with such great people.
Outside the department, I would like to thank James Whiteford and John Walker
for the encouraging chat (and occasional Pool) at lunchtimes.
My heartfelt thanks go to the people of St Catherine’s Argyle Church of Scotland
for supporting me prayerfully (and often for feeding me!), especially to those in the 20s
and 30s Group.
God has blessed me with such stong Christian friends, and I am eternally thankful
to Him for this.
I would like to name and thank my flatmates (current and old) James, Edward,
Alasdair, Jaideep, Andrew, William, Luke, Douglas, and Mark, and my good friends
Emma, David, Justin, Steve, Laura, Catherine, Tim, AnnaLauren, Colin, Kirsty and
Philip for praying, listening to me, and putting up with my mood swings.
7Contents
Abstract 6
Acknowledgements 7
1 Introduction and Background 10
1.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
1.2 History of the problem . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
1.3 The main problem . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
1.4 Strassen’s Algorithm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
1.5 The rank of a Bilinear Map . . . . . . . . . . . . . . . . . . . . . . . . . 14
1.5.1 Properties of the Rank . . . . . . . . . . . . . . . . . . . . . . . . 15
1.6 Trilinear Aggregation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
1.7 Border Rank and Degeneration . . . . . . . . . . . . . . . . . . . . . . . 22
2 Coppersmith and Winograd’s Algorithms 31
2.1 Direct Sum Decomposition . . . . . . . . . . . . . . . . . . . . . . . . . 31
2.2 C-tensors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31
2.3 Strassen’s Construction . . . . . . . . . . . . . . . . . . . . . . . . . . . 33
2.4 Coppersmith and Winograd’s Algorithms . . . . . . . . . . . . . . . . . 34
2.4.1 Salem-Spencer sets . . . . . . . . . . . . . . . . . . . . . . . . . . 34
2.4.2 Coppersmith and Winograd’s “Easy” algorithm . . . . . . . . . . 40
2.5 More Complicated Algorithms. . . . . . . . . . . . . . . . . . . . . . . . 42
2.6 Coupling the w . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45i
2.7 Values and C-tensors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54
3 Extending Coppersmith and Winograd to the Third Tensor Power 57
3.1 Trilinear Forms . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57
3.2 Raising the Algorithm to the Third Tensor Power . . . . . . . . . . . . . 60
3.3 Finding the Values of the Trilinear Forms . . . . . . . . . . . . . . . . . 65
4 Extending Coppersmith and Winograd to the Fourth Tensor Power 71
4.1 Trilinear forms . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 71
4.2 Raising the Algorithm to the Fourth Tensor Power . . . . . . . . . . . . 77
4.3 Finding the Values of the Trilinear Forms . . . . . . . . . . . . . . . . . 82
5 Group-Theoretic Methods for Determining ω 90
5.1 Background to Representation Theory . . . . . . . . . . . . . . . . . . . 90
5.2 The Triple Product Property . . . . . . . . . . . . . . . . . . . . . . . . 93
5.2.1 Using USPs to Generate Subsets . . . . . . . . . . . . . . . . . . 99
5.3 Using Group Theory to show ω = 2 . . . . . . . . . . . . . . . . . . . . . 102
85.4 Relationship between ω and Group Algebra multiplication . . . . . . . . 107
6 Conclusions and Further Work 108
6.1 Conclusions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 108
6.2 Possible Further Work . . . . . . . . . . . . . . . . . . . . . . . . . . . . 108
A Pan’s Trilinear Aggregation Algorithm 110
B Optimisation Methods in Chapters 3 and 4 113
B.1 Optimisation for Chapter 3 . . . . . . . . . . . . . . . . . . . . . . . . . 113
B.2 Optimisation for Chapter 4 . . . . . . . . . . . . . . . . . . . . . . . . . 114
9Chapter 1
Introduction and Background
1.1 Introduction
This thesis aims to look at the concept of Matrix Multiplication. We consider that
the number of operations over a field k required to multiply two n×n matrices is
ωO(n ). We look at the ways in which ω may be reduced, leading to faster algorithms
to multiply two matrices of this type together.
In the first chapter, we look at how this problem has been approached historically:
welookatthetechniquesthathavebeenusedandhowboundsforω havebeenaffected
by them.
In the second chapter, we look in detail at the current upper bound forω found by
Coppersmith and Winograd [12], and how it was obtained.
Chapters 3 and 4 take the algorithm with which Coppersmith and Winograd get
their record bound and raise it to the third and fourth powers respectively. We explain
why these algorithms are more complex and investigate how they change ω.
In chapter 5, we look at Cohn and Umans new Group-Theoretic framework for
matrix multiplication, introduced in [9], placing some of Coppersmith and Winograd’s
discoveries in this context and explaining how proving some combinatorical conjectures
can show that ω = 2.
1.2 History of the problem
in 1968, Winograd [28] made the discovery that, by using a different method of cal-
culating the inner product, one could find the product of two n×n matrices, which,
while using a similar number of overall operations, shifted the emphasis more on addi-
tion than on multiplication. This was important as addition was computationally less
demanding than multiplication.
The same year, Strassen [24] provided an explicit algorithm which could multiply
n n ntwo 2 ×2 matrices in less than 6.7 operations, where using Winograd or the trivial
nalgorithm, we would have had approximately 8 operations. Using this, it is shown
that ω≤ log (7)< 2.81.2
In 1978, Pan [18] (also in [19],[20]) found explicit algorithms to further reduce ω
by means of the technique of trilinear aggregation. This technique uses the fact that
computing the trace of the product of threen×n matrices is equivalent to the problem
of multiplying two n×n matrices (in terms of the total number of multiplications).
By defining a function on the indices of the entries in the matrices A, B and C to<

  • Univers Univers
  • Ebooks Ebooks
  • Livres audio Livres audio
  • Presse Presse
  • Podcasts Podcasts
  • BD BD
  • Documents Documents