-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
186 lines (160 loc) · 5.53 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
\documentclass[sigconf,10pt]{acmart}
\usepackage[boxed]{algorithm2e}
\usepackage{tikz}
\usetikzlibrary{cd, positioning}
\graphicspath{{img/}}
\newtheorem{definition}{Definition}[section]
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{multirow}
\usepackage{array}
\usepackage{subcaption}
\usepackage{mathtools}
\usepackage{listings}
\usepackage{subcaption} %https://tex.stackexchange.com/questions/365198/idiomatic-approach-to-captioned-subfigures-and-tables-with-the-2017-acmart-class
\usepackage{tikz}
\newcolumntype{L}{>{$}l<{$}}
\DeclareMathOperator{\map}{map}
\DeclareMathOperator{\im}{im}
\DeclareMathOperator{\toList}{toList}
\DeclareMathOperator{\toSet}{toSet}
\DeclareMathOperator{\toBag}{toBag}
\DeclareMathOperator{\isGraphBag}{isGraphBag}
\DeclareMathOperator{\sort}{sort}
\DeclareMathOperator{\concat}{concat}
\DeclareMathOperator{\canonizeGraphBag}{canonizeGraphBag}
\newcommand{\unbind}[1]{{\ensuremath{\scriptstyle\left[-#1\right]\,}}}
\newcommand{\bind}[1]{{\ensuremath{\scriptstyle\left[#1\right]\,}}}
\newcommand{\lrparen}[1]{% \lrparen{..}
\left(#1\right)}
\newcommand{\lrcurly}[1]{
\left\{#1\right\}}
\newcommand{\lrbracket}[1]{
\left[#1\right]}
\newcommand{\lrceil}[1]{
\left\lceil#1\right\rceil}
\newcommand{\llrrbracket}[1]{
\left[\mkern-3mu\left[#1\right]\mkern-3mu\right]}
\newcommand{\llrrparen}[1]{
\left(\mkern-6mu\left(#1\right)\mkern-6mu\right)}
\newcommand{\lrangle}[1]{
\left\langle#1\right\rangle}
\newcommand{\Bold}[0]{B_{old}}
\newcommand{\Bcur}[0]{B_{cur}}
\newcommand{\Bnew}[0]{B_{new}}
\newcommand{\MPLAN}[0]{\textsc{MPlan}}
\newcommand{\RPLAN}[0]{\textsc{RPlan}}
% \usepackage[utf8]{inputenc}
% \usepackage{booktabs} % For formal tables
% Copyright
%\setcopyright{none}
%\setcopyright{acmcopyright}
%\setcopyright{acmlicensed}
\setcopyright{rightsretained}
%\setcopyright{usgov}
%\setcopyright{usgovmixed}
%\setcopyright{cagov}
%\setcopyright{cagovmixed}
% DOI
% \acmDOI{10.475/123_4}
% ISBN
% \acmISBN{123-4567-24-567/08/06}
%Conference
\acmConference[SIGMOD]{ACM SIGMOD}{June 2019}{Amsterdam, NL}
\acmYear{2019}
\copyrightyear{2019}
% \acmArticle{4}
\acmPrice{15.00}
\newcommand{\tr}[0]{{\mathsf{T}}}
\begin{document}
\title{Wormhole: Sum-Product Optimization for Large-Scale Linear Algebra}
\author{Shana Hutchison}%
\orcid{0000-0002-3206-3415}
\email{[email protected]}
\author{Jonathan Leang}
\email{[email protected]}
\author{Remy Wang}
\email{[email protected]}
\author{Bill Howe}
\email{[email protected]}
\author{Dan Suciu}
\email{[email protected]}
\affiliation{%
\institution{University of Washington}
\city{Seattle}
\state{Washington}
\postcode{98195}
\country{USA}
}
\author{Alexandre Evfimievski}
\email{[email protected]}
\author{Berthold Reinwald}
\email{[email protected]}
\author{Prithviraj Sen}
\email{[email protected]}
\affiliation{%
\institution{IBM Research -- Almaden}
\city{San Jose}
\state{California}
\postcode{95120}
\country{USA}
}
\author{Matthias Boehm}
\email{[email protected]}
\affiliation{%
\institution{Technische Universit\"{a}t Graz}
\city{Graz}
\country{Austria}
}
\renewcommand{\shortauthors}{Hutchison, Leang, Howe, Suciu, Evfimievskit, Reinwald, Sen, Boehm}
\begin{abstract}
Machine learning algorithms are commonly specified in linear algebra.
These algorithms can be rewritten into more efficient forms,
by taking advantage of the properties of their underlying sum
and product operations.
However, existing optimization algorithms fail to fully search through the large space of equivalent sum-product expressions and find the best version to run, due to challenges lying in the addition operation and common sub-expressions (CSEs).
In this paper, we introduce a cost-based optimization technique for selecting the best alternative in linear algebra scripts that include the plus, multiply, and aggregation operators as well as CSEs.
Our experiments in SystemML show competitive performance alongside existing optimization heuristics across a spectrum of machine learning tasks, as well as large speedups in cases where newfound rewrites apply.
\end{abstract}
% %
% % The code below should be generated by the tool at
% % http://dl.acm.org/ccs.cfm
% % Please copy and paste the code instead of the example below.
% %
% \begin{CCSXML}
% <ccs2012>
% <concept>
% <concept_id>10010520.10010553.10010562</concept_id>
% <concept_desc>Computer systems organization~Embedded systems</concept_desc>
% <concept_significance>500</concept_significance>
% </concept>
% <concept>
% <concept_id>10010520.10010575.10010755</concept_id>
% <concept_desc>Computer systems organization~Redundancy</concept_desc>
% <concept_significance>300</concept_significance>
% </concept>
% <concept>
% <concept_id>10010520.10010553.10010554</concept_id>
% <concept_desc>Computer systems organization~Robotics</concept_desc>
% <concept_significance>100</concept_significance>
% </concept>
% <concept>
% <concept_id>10003033.10003083.10003095</concept_id>
% <concept_desc>Networks~Network reliability</concept_desc>
% <concept_significance>100</concept_significance>
% </concept>
% </ccs2012>
% \end{CCSXML}
% \ccsdesc[500]{Computer systems organization~Embedded systems}
% \ccsdesc[300]{Computer systems organization~Redundancy}
% \ccsdesc{Computer systems organization~Robotics}
% \ccsdesc[100]{Networks~Network reliability}
% \keywords{ACM proceedings, \LaTeX, text tagging}
\maketitle
% \input{body.tex}
\input{play.tex}
\clearpage
\bibliographystyle{ACM-Reference-Format}
\bibliography{10_bibliography}
\end{document}