ZHANGYUXUAN-zR commited on
Commit
4cdd1f2
·
verified ·
1 Parent(s): f7e7ac6

Add files using upload-large-folder tool

Browse files
parse/train/Pk972F7J8Um/Pk972F7J8Um.md ADDED
@@ -0,0 +1,590 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Differential Privacy of Dirichlet Posterior Sampling
2
+
3
+ Anonymous Author(s)
4
+ Affiliation
5
+ Address
6
+ email
7
+
8
+ # Abstract
9
+
10
+ 1 We study the inherent privacy of releasing a single sample from a Dirichlet posterior
11
+ 2 distribution. As a complement to the previous study that provides general theories
12
+ 3 on the differential privacy of posterior sampling from exponential families, this
13
+ 4 study focuses specifically on the Dirichlet posterior sampling and its privacy
14
+ 5 guarantees. With the notion of truncated concentrated differential privacy (tCDP),
15
+ 6 we are able to derive a simple privacy guarantee of the Dirichlet posterior sampling,
16
+ 7 which effectively allows us to analyze its utility in various settings. Specifically,
17
+ 8 we provide accuracy guarantees of the Dirichlet posterior sampling in Multinomial
18
+ 9 Dirichlet sampling and private normalized histogram publishing.
19
+
20
+ # 10 1 Introduction
21
+
22
+ 11 The Bayesian framework provides a way to perform statistical analysis by combining prior beliefs
23
+ 12 with real-life evidence. At a high level, the belief and the evidence are assumed to be described
24
+ 13 by probabilistic models. As we receive new data, our belief is updated accordingly via the Bayes’
25
+ 14 theorem, resulting in the so-called posterior belief. The posterior tells us how much we are uncertain
26
+ 15 about the model’s parameters.
27
+ 16 The Dirichlet distribution is usually chosen as the prior when performing Bayesian analysis on discrete
28
+ 17 variables, as it is a conjugate prior to the categorical and multinomial distributions. Specifically,
29
+ 18 Dirichlet distributions are often used in discrete mixture models, where a Dirichlet prior is put on
30
+ 19 the mixture weights [LW92; MMR05]. Such models have applications in NLP [PB98], biophysical
31
+ 20 systems [Hin15], accident analysis [de 06], and genetics [BHW00; PM01; CWS03]. In all of these
32
+ 21 studies, samplings from Dirichlet posteriors arise when performing Markov chain Monte Carlo
33
+ 22 methods for approximate Bayesian inference.
34
+ 23 Dirichlet posterior sampling also appears in other learning tasks. For example, in Bayesian active
35
+ 24 learning, it arises in Gibbs sampling, which is used to approximate the posterior of the classifier over
36
+ 25 the labeled sample [NLYCC13]. In Thompson sampling for multi-armed bandits, one repeatedly
37
+ 26 draws a sample from the Dirichlet posterior of each arm, and picks the arm whose sample maximizes
38
+ 27 the reward [ZHGSY20; AAFK20; NIK20]. And in Bayesian reinforcement learning, state-transition
39
+ 28 probabilities are sampled from the Dirichlet posterior over past observed states [Str00; ORR13].
40
+ 29 Dirichlet posterior sampling can also be used for data synthesis. Suppose that we have a histogram
41
+ 30 $( x _ { 1 } , \ldots , x _ { d } )$ of actual data. An approximate discrete distribution of this histogram can be obtained by
42
+ 31 drawing a sample $\mathbf { Y }$ from Dirichlet $( x _ { 1 } + \alpha _ { 1 } , \ldots , x _ { d } + \alpha _ { d } )$ , where $\alpha _ { 1 } , \ldots , \alpha _ { d }$ are prior parameters.
43
+ 32 Then synthetic data is produced by repeatedly drawing from Multinomial(Y). There are many
44
+ 33 studies on data synthesis that followed this approach [AV08; MKAGV08; RWZ14; PG14; SJGLY17].
45
+ 34 In the above examples, the data that we integrate into these tasks might contain sensitive information.
46
+ 35 Thus it is important to ask: how much of the information is protected from the Dirichlet samplings?
47
+ 36 The goal of this study is to find an answer to this question.
48
+ 37 The mathematical framework of differential privacy (DP) [DMNS06] allows us to quantify how much
49
+ 38 the privacy of the Dirichlet posterior sampling is affected by the prior parameters $\alpha _ { 1 } , \ldots , \alpha _ { d }$ . In the
50
+ 39 definition of DP, the privacy of a randomized algorithm is measured by how much its distribution
51
+ 40 changes upon perturbing a single data point of the input. Nonetheless, this notion might be too
52
+ 41 strict for the Dirichlet distribution, as a small perturbation of a near-zero parameter can cause a large
53
+ 42 distribution shift. Thus, it might be more appropriate to rely on one of several relaxed notions of
54
+ 43 DP, such as approximate differential privacy, Rényi differential privacy, or concentrated differential
55
+ 44 privacy. It is natural to wonder if the Dirichlet posterior sampling satisfies any of these definitions.
56
+
57
+ # 45 1.1 Overview of Our results
58
+
59
+ 46 This study focuses on the privacy and utility of Dirichlet posterior sampling. In summary, we provide
60
+ 47 a closed-form privacy guarantee of the Dirichlet posterior sampling, which in turn allows us to
61
+ 48 effectively analyze its utility in various settings.
62
+
63
+ $\ S 3$ Privacy. We study the role of the prior parameters in the privacy of the Dirichlet posterior sampling. Theorem 1 is our main result, where we provide a guaranteed upper bound for truncated concentrated differential privacy (tCDP) of the Dirichlet posterior sampling. In addition, we convert the tCDP guarantee into an approximate differential privacy guarantee in Corollary 2.
64
+
65
+ $\ S 4$ Utility. Using the tCDP guarantee, we investigate the utility of Dirichlet posterior sampling applied in two specific applications:
66
+
67
+ • In Section 4.1, we consider one-time sampling from a Multinomial-Dirichlet distribution. But instead of directly sampling from this distribution, we sample from another distribution with larger prior parameters. The accuracy is then measured by the KL-divergence between the original and the private distributions.
68
+ • In Section 4.2, we use the Dirichlet posterior sampling for a private release of a normalized histogram. In this case, the accuracy is measured by the mean-squared error between the sample and the original normalized histogram.
69
+
70
+ 62 In both tasks, we compute the sample size that guarantees the desired level of accuracy. In the case
71
+ 63 of private histogram publishing, we also compare the Dirichlet posterior sampling to the Gaussian
72
+ 64 mechanism.
73
+
74
+ # 65 1.2 Related work
75
+
76
+ 66 There are several studies on the differential privacy of posterior sampling. Wang, Fienberg, and
77
+ 67 Smola [WFS15] showed that any posterior sampling with the log-likelihood bounded by $B$ is $4 B$ -
78
+ 68 differentially private. However, the likelihoods that we study are not bounded away from zero; they
79
+ 69 have the form $\Pi _ { i } p _ { i } ^ { x _ { i } }$ which becomes small when one of the $p _ { i }$ ’s is close to zero. Dimitrakakis, Nelson,
80
+ 70 Zhang, Mitrokotsa, and Rubinstein [DNZMR17] showed that if the condition on the log-likelihood is
81
+ 71 relaxed to the Lipschitz continuity with high probability, then one can obtain the approximate DP.
82
+ 72 Nonetheless, with the Dirichlet density, it is difficult to compute the probability of events in which
83
+ 73 the Lipschitz condition is satisfied.
84
+ 74 In the case that the sufficient statistics $\mathbf { x }$ has finite $\ell ^ { 1 }$ -sensitivity, Foulds, Geumlek, Welling and
85
+ 75 Chaudhuri [FGWC16] suggested adding Laplace noises to $\mathbf { x }$ . Suppose that y is the output; they
86
+ 76 showed that sampling from $p ( \boldsymbol { \theta } | \mathbf { y } )$ is differentially private and as asymptotically efficient as sampling
87
+ 77 from $p ( \boldsymbol { \theta } | \mathbf { x } )$ . However, for a small sample size, the posterior over the noisy statistics might be too
88
+ 78 far away from the actual posterior. Bernstein and Sheldon [BS18] thus proposed to approximate the
89
+ 79 joint distribution $p ( \boldsymbol { \theta } , \mathbf { x } , \mathbf { y } )$ using Gibbs sampling, which is then integrated over $\mathbf { x }$ to obtain a more
90
+ 80 accurate posterior over $\mathbf { y }$ .
91
+ 81 Geumlek, Song, and Chaudhuri [GSC17] were the first to study the posterior sampling with the
92
+ 82 RDP. Even though they provided a general framework to find $( \lambda , \epsilon )$ -RDP guarantees for exponential
93
+ 83 families, explicit forms of $\epsilon$ and the upper bound of $\lambda$ were not given. In contrast, our tCDP guarantees
94
+ 84 of the Dirichlet posterior sampling imply an explicit expression for $\epsilon$ , and also an upper bound for $\lambda$ .
95
+ 85 The privacy of data synthesis via sampling from Multinomial $( \mathbf { Y } )$ , where $\mathbf { Y }$ is a discrete distri
96
+ 86 bution drawn from the Dirichlet posterior, was first studied by Machanavajjhala, Kifer, Abowd,
97
+ 87 Gehrke, and Vilhuber [MKAGV08]. They showed that the data synthesis is $( \varepsilon , \delta )$ -probabilistic DP,
98
+ 88 which implies $( \varepsilon , \delta )$ -approximate DP. However, as their privacy analysis includes the sampling from
99
+ 89 Multinomial $( \mathbf { Y } )$ , their privacy guarantee depends on the number of synthetic samples. In contrast,
100
+ 90 we show that the one-time sampling from the Dirichlet posterior is approximate DP, which by the
101
+ 91 post-processing property allows us to sample from Multinomial $( \mathbf { Y } )$ as many times as we want while
102
+ 92 retaining the same privacy guarantee.
103
+ 93 The Dirichlet mechanism was first introduced by Gohari, Wu, Hawkins, Hale, and Topcu [GWHHT21].
104
+ 94 Originally, the Dirichlet mechanism takes a discrete distribution $\mathbf { p } : = ( p _ { 1 } , \ldots , p _ { d } )$ and draws one
105
+ 95 sample $\mathbf { Y } \sim \mathrm { D i r i c h l e t } ( r p _ { 1 } , \dots , r p _ { d } )$ . Note the absence of the prior parameters, which makes $\mathbf { Y }$ an
106
+ 96 unbiased estimator of $\mathbf { p }$ . But this comes with a cost, as the worst case of privacy violation occurs
107
+ 97 when almost all of the parameters are close to zero. The authors avoided this issue by restricting
108
+ 98 the input space to a subset of the unit simplex, with some of the $p _ { i }$ ’s bounded below by a fixed
109
+ 99 positive constant. This results in complicated expressions for the privacy guarantees as they involve
110
+ 100 a minimization problem over the restricted domain. In this study, we take a different approach by
111
+ 101 adding prior parameters to the Dirichlet mechanism. As a result, we obtain a biased algorithm that
112
+ 102 requires no assumption on the input space and has simpler forms of privacy guarantees.
113
+
114
+ # 1.3 Notations
115
+
116
+ 104 We let $\mathbb { R } _ { \geq 0 } ^ { d }$ be the set of $d$ -tuples of non-negative real numbers and $\mathbb { R } _ { > 0 } ^ { d }$ be the set of $d$ -tuples of
117
+ 105 positive real numbers. We assume that all vectors are $d$ -dimensional where $d \geq 2$ . The notations for
118
+ 106 all vectors are always in bold. Specifically, $\mathbf { x } : = ( x _ { 1 } , \ldots , x _ { d } ) \in \mathbb { R } _ { \geq 0 } ^ { d }$ consists of sample statistics of
119
+ 107 the data and $\pmb { \alpha } : = ( \alpha _ { 1 } , \ldots , \alpha _ { d } ) \in \mathbb { R } _ { > 0 } ^ { d }$ consists of the prior parameters. The vector $\mathbf { p } : = ( p _ { 1 } , \ldots , p _ { d } )$
120
+ 108 always satisfies $\textstyle \sum _ { i } p _ { i } = 1$ . The number of observations is always $N$ . We also denote $x _ { 0 } : = \textstyle \sum _ { i } x _ { i }$
121
+ 109 and $\alpha _ { 0 } : = \textstyle \sum _ { i } \alpha _ { i }$ . For any vectors $\mathbf { x } , \mathbf { x } ^ { \prime }$ and scalar $r > 0$ , we write $\mathbf { x } + \mathbf { x } ^ { \prime } : = ( x _ { 1 } + x _ { 1 } ^ { \prime } , \ldots , x _ { d } + x _ { d } ^ { \prime } )$
122
+ 110 and $r \mathbf { x } : = ( r x _ { 1 } , \ldots , r x _ { d } )$ . For any positive reals $x$ and $x ^ { \prime }$ , the notation $x \propto x ^ { \prime }$ means $x = C x ^ { \prime }$ for
123
+ 111 some constant $C > 0$ , $x \approx x ^ { \prime }$ means $c x ^ { \prime } \leq x \leq C x ^ { \prime }$ for some $c , C > 0$ , and $x \lesssim x ^ { \prime }$ means $x \leq C x ^ { \prime }$
124
+ 112 for some $C > 0$ . Lastly, $\| \mathbf { x } \| _ { \infty } : = \operatorname* { m a x } _ { i } | x _ { i } |$ is the $\ell ^ { \infty }$ norm of $\mathbf { x }$ .
125
+
126
+ # 13 2 Background
127
+
128
+ # 2.1 Privacy models
129
+
130
+ Definition 2.1 (Pure and Approximate DP [DMNS06]). A randomized mechanism $M : \mathcal { X } ^ { n } \mathcal { Y }$ is $( \varepsilon , \delta )$ -differentially private $( \varepsilon , \delta )$ -DP) if for any datasets $x , x ^ { \prime }$ differing on a single entry, and all events $E \subset \mathcal { V }$ ,
131
+
132
+ $$
133
+ \mathbb { P } [ M ( x ) \in E ] \leq e ^ { \varepsilon } \mathbb { P } [ M ( x ^ { \prime } ) \in E ] + \delta .
134
+ $$
135
+
136
+ 118 If $M$ is $( \varepsilon , 0 )$ -DP, then we say that it is $\varepsilon$ -differential privacy $\dot { \varepsilon }$ -DP).
137
+
138
+ 19 The term pure differential privacy (pure DP) refers to $\epsilon$ -differential privacy, while approximate
139
+ 20 differential privacy (approximate DP) refers to $( \varepsilon , \delta )$ -DP when $\delta > 0$ .
140
+
141
+ 121 In contrast to pure and approximate DP, the next definitions of differential privacy are defined in terms of the Rényi divergence between 122 $M ( x )$ and $M ( x ^ { \prime } )$ :
142
+
143
+ 123 Definition 2.2 (Rényi Divergence [Rén61]). Let $P$ and $Q$ be probability distributions. $\mathrm { F o r } \lambda \in ( 1 , \infty )$
144
+ 124 the Rényi divergence of order $\lambda$ between $P$ and $Q$ is defined as
145
+
146
+ $$
147
+ \mathrm { D } _ { \lambda } ( P \| Q ) : = { \frac { 1 } { \lambda - 1 } } \log \int P ( y ) ^ { \lambda } Q ( y ) ^ { 1 - \lambda } d y = { \frac { 1 } { \lambda - 1 } } \log \biggl ( \operatorname { \mathbb { E } } _ { y \sim P } \biggl [ { \frac { P ( y ) ^ { \lambda - 1 } } { Q ( y ) ^ { \lambda - 1 } } } \biggr ] \biggr . . \biggr )
148
+ $$
149
+
150
+ 125 Definition 2.3 (tCDP and zCDP [BDRS18; BS16]). A randomized mechanism $M : \mathcal { X } ^ { n } \mathcal { Y }$ is
151
+ 126 $\omega$ -truncated $\rho$ -concentrated differentially private $( ( \rho , \omega )$ -tCDP) if for any datasets $x , x ^ { \prime }$ differing on a
152
+ 127 single entry and for all $\lambda \in ( 1 , \omega )$ ,
153
+
154
+ $$
155
+ \begin{array} { r } { \mathrm { D } _ { \lambda } ( M ( x ) \| M ( x ^ { \prime } ) ) \leq \lambda \rho . } \end{array}
156
+ $$
157
+
158
+ 128 If $M$ is $( \rho , \infty )$ -tCDP, then we say that it is $\rho$ -zero-concentrated differential privacy ( $\rho$ -zCDP).
159
+
160
+ 129 Note that both tCDP and zCDP have the composition and post-processing properties. Intuitively, $\rho$ con
161
+ 130 trols the expectation and standard deviation of the privacy loss random variable: Z = log P [M(x)=Y ]P [M(x0)=Y ] ,
162
+ 131 where $Y$ has density $M ( x )$ , and $\omega$ controls the number of standard deviations for which $Z$ concen
163
+ 132 trates like a Gaussian. A smaller $\rho$ and larger $\omega$ correspond to a stronger privacy guarantee. It turns
164
+ 133 out that tCDP implies approximate DP:
165
+ 134 Lemma 1 (From tCDP to Approximate DP [BDRS18]). Let $\delta > 0$ . If M is a $( \rho , \omega )$ -tCDP mechanism,
166
+ 135 then it also satisfies $( \varepsilon , \delta )$ - $D P$ with
167
+
168
+ $$
169
+ \varepsilon = \left\{ \begin{array} { l l } { \rho + 2 \sqrt { \rho \log ( 1 / \delta ) } \quad } & { i f \log ( 1 / \delta ) \leq ( \omega - 1 ) ^ { 2 } \rho } \\ { \rho \omega + \frac { \log ( 1 / \delta ) } { \omega - 1 } } & { i f \log ( 1 / \delta ) > ( \omega - 1 ) ^ { 2 } \rho } \end{array} \right. .
170
+ $$
171
+
172
+ # 136 2.2 Dirichlet distribution
173
+
174
+ 137 For $\alpha \in \mathbb { R } _ { > 0 } ^ { d }$ , the Dirichlet distribution Dirichlet $( \alpha )$ is a continuous distribution of $d$ -dimensional
175
+ 138 probability vectors i.e. vectors whose coordinate sum is equal to 1. The density function of $\mathbf { Y } \sim$
176
+ 139 Dirichlet $( \alpha )$ is given by:
177
+
178
+ $$
179
+ p ( \mathbf { y } ) = \frac { 1 } { B ( \pmb { \alpha } ) } \prod _ { i = 1 } ^ { d } y _ { i } ^ { \alpha _ { i } - 1 } ,
180
+ $$
181
+
182
+ 140 where $B ( \alpha )$ is the beta function, which can be written in terms of the gamma function:
183
+
184
+ $$
185
+ B ( \pmb { \alpha } ) = \frac { \prod _ { i } \Gamma ( \alpha _ { i } ) } { \Gamma ( \sum _ { i } \alpha _ { i } ) } .
186
+ $$
187
+
188
+ # 141 2.3 Dirichlet posterior sampling
189
+
190
+ 142 We consider the prior Dirichlet $( \alpha )$ and the likelihood of the form $\begin{array} { r } { p ( \mathbf { x } | \mathbf { y } ) \propto \prod _ { i = 1 } ^ { d } y _ { i } ^ { x _ { i } } } \end{array}$ where
191
+ 143 $\mathbf { x } \in \mathbb { R } _ { \geq 0 } ^ { d }$ consists of sample statistics of the dataset. The Dirichlet posterior sampling is a one-time
192
+ 144 sampling:
193
+
194
+ $$
195
+ \mathbf { Y } \sim { \mathrm { D i r i c h l e t } } ( \mathbf { x } + \pmb { \alpha } ) .
196
+ $$
197
+
198
+ 145 There is a modification of the sampling which introduces a concentration parameter $r > 0$ , and
199
+ 146 instead we sample from Dirichlet $( r \mathbf { x } + \pmb { \alpha } )$ [GSC17; GWHHT21]. Smaller values of $r$ make the
200
+ 147 sampling more private, and larger values of $r$ make $\mathbf { Y }$ a closer approximation of $\mathbf { x }$ . Even though the
201
+ 148 case $r = 1$ is the main focus of this study, our main privacy results can be easily extended to other
202
+ 149 values of $r$ as we will see at the end of Section 3.1.
203
+ 150 Consider a special case where $\mathbf x = \mathbf p$ is an empirical distribution derived from the dataset, and we
204
+ 151 want $\mathbf { Y }$ to be a private approximation of $\mathbf { p }$ ; the sampling $\mathbf { Y } \sim { \mathrm { D i r i c h l e t } } ( r \mathbf { p } + \alpha )$ is called the
205
+ 152 Dirichlet mechanism [GWHHT21]. It is interesting to note that the Dirichlet mechanism is a form of
206
+ 153 the exponential mechanism [MT07]: let $r > 0$ be the privacy parameter, Dirichlet $( \alpha )$ be the prior,
207
+ 154 and the negative KL-divergence be the score function of the exponential mechanism. Then the output
208
+ 155 $\mathbf { Y }$ of this mechanism is distributed according to the following density function:
209
+
210
+ $$
211
+ \begin{array} { r l r } & { } & { \frac { \exp \left( - r \mathrm { D } _ { \mathrm { K L } } ( \mathbf { p } , \mathbf { y } ) \right) \prod _ { i } y _ { i } ^ { \alpha _ { i } - 1 } } { \int \exp \left( - r \mathrm { D } _ { \mathrm { K L } } ( \mathbf { p } , \mathbf { y } ) \right) \prod _ { i } y _ { i } ^ { \alpha _ { i } - 1 } d \mathbf { y } } \propto \exp \left( r \sum _ { i , p _ { i } \neq 0 } p _ { i } \log ( y _ { i } / p _ { i } ) \right) \prod _ { i } y _ { i } ^ { \alpha _ { i } - 1 } } \\ & { } & { \propto \displaystyle \prod _ { i , p _ { i } \neq 0 } y _ { i } ^ { r p _ { i } } \prod _ { i } y _ { i } ^ { \alpha _ { i } - 1 } = \prod _ { i } y _ { i } ^ { r p _ { i } + \alpha _ { i } - 1 } , } \end{array}
212
+ $$
213
+
214
+ 156 which is exactly the density function of Dirichlet $( r \mathbf { p } + \alpha )$ .
215
+
216
+ 58 In most of this study, we take advantage of several nice properties of the log-gamma function and its derivatives. Specifically, $\begin{array} { r } { \psi ( x ) : = \frac { d } { d x } \log \Gamma ( x ) } \end{array}$ is concave and increasing, while its derivative $\psi ^ { \prime } ( x )$ is positive, convex, and decreasing. In addition, 0 $\psi ^ { \prime }$ can be approximated by the reciprocals:
217
+
218
+ $$
219
+ { \frac { 1 } { x } } + { \frac { 1 } { 2 x ^ { 2 } } } < \psi ^ { \prime } ( x ) < { \frac { 1 } { x } } + { \frac { 1 } { x ^ { 2 } } } ,
220
+ $$
221
+
222
+ which implies that 161 $\textstyle \psi ^ { \prime } ( x ) \approx { \frac { 1 } { x ^ { 2 } } }$ as $x \to 0$ and $\begin{array} { r } { \psi ^ { \prime } ( x ) \approx \frac { 1 } { x } } \end{array}$ as $x \to \infty$
223
+
224
+ # 3 Main privacy results
225
+
226
+ # 3.1 Truncated concentrated differential privacy
227
+
228
+ Theorem 1. Let $\alpha \in \mathbb { R } _ { > 0 } ^ { d }$ and $\alpha _ { m } : = \operatorname* { m i n } _ { i } \alpha _ { i }$ . Let $\gamma \in ( 0 , \alpha _ { m } )$ . Let $\Delta _ { 2 } , \Delta _ { \infty } > 0$ be constants that satisfy $\begin{array} { r } { \sum _ { i } ( x _ { i } - x _ { i } ^ { \prime } ) ^ { 2 } \leq \Delta _ { 2 } ^ { 2 } } \end{array}$ and $\mathrm { m a x } _ { i } \left| x _ { i } - x _ { i } ^ { \prime } \right| \leq \Delta _ { \infty }$ whenever x, $\mathbf { \Delta } , \mathbf { x } ^ { \prime } \in \mathbb { R } _ { \geq 0 } ^ { 2 }$ are sample statistics of any two datasets differing on a single entry. The one-time sampling from Dirichlet $\left( \mathbf { x } + \alpha \right)$ is $( \rho , \omega )$ -tCDP, where $\begin{array} { r } { \omega = \frac { \gamma } { \Delta _ { \infty } } + 1 } \end{array}$ and
229
+
230
+ $$
231
+ \rho = \frac { 1 } { 2 } \Delta _ { 2 } ^ { 2 } \psi ^ { \prime } ( \alpha _ { m } - \gamma ) .
232
+ $$
233
+
234
+ 168 Note that $( \rho , \infty )$ -tCDP is not obtainable, as the ratio between two Dirichlet densities blows up as
235
+ 169 $\omega \infty$ . We present here a short proof that skips some calculations (see Appendix 1 for a full proof).
236
+
237
+ proof. Consider any 170 $\begin{array} { r } { \lambda \in \left( 1 , \frac { \gamma } { \Delta _ { \infty } } + 1 \right) } \end{array}$ . Let $\mathbf { u } : = \mathbf { x } + \pmb { \alpha }$ and $\mathbf { u } ^ { \prime } : = \mathbf { x } ^ { \prime } + \alpha ^ { \prime }$ . Let $P ( \mathbf { y } )$ be the density of Dirichlet171 $\mathbf { \Pi } ( \mathbf { u } )$ and $P ^ { \prime } ( \mathbf { y } )$ be the density of Dirichlet $\mathbf { \Pi } ^ { ( \mathbf { u } ^ { \prime } ) }$ . A quick calculation shows that:
238
+
239
+ $$
240
+ \mathbb { E } _ { { \mathbf { y } } \sim P ( { \mathbf { y } } ) } \left[ \frac { P ( { \mathbf { y } } ) ^ { \lambda - 1 } } { P ^ { \prime } ( { \mathbf { y } } ) ^ { \lambda - 1 } } \right] = \frac { B ( { \mathbf { u } } ^ { \prime } ) ^ { \lambda - 1 } } { B ( { \mathbf { u } } ) ^ { \lambda - 1 } } \cdot \frac { B ( { \mathbf { u } } + ( \lambda - 1 ) ( { \mathbf { u } } - { \mathbf { u } } ^ { \prime } ) ) } { B ( { \mathbf { u } } ) } .
241
+ $$
242
+
243
+ 172 We take the logarithm on both sides and apply the second-order Taylor expansion to the following
244
+ 173 $G ( u _ { i } , u _ { i } ^ { \prime } )$ and $H ( u _ { i } , u _ { i } ^ { \prime } )$ terms that appear on the right-hand side. As a result, there exist $\xi$ between
245
+ 174 $u _ { i } + ( \lambda - 1 ) ( u _ { i } - u _ { i } ^ { \prime } )$ and $u _ { i }$ , and $\xi ^ { \prime }$ between $u _ { i }$ and $u _ { i } ^ { \prime }$ such that
246
+
247
+ $$
248
+ \begin{array} { r l r } { { G ( u _ { i } , u _ { i } ^ { \prime } ) : = ( \lambda - 1 ) ( \log \Gamma ( u _ { i } ^ { \prime } ) - \log \Gamma ( u _ { i } ) ) } } \\ & { } & \\ & { } & { = - ( \lambda - 1 ) ( x _ { i } - x _ { i } ^ { \prime } ) \psi ( u _ { i } ) + \frac { 1 } { 2 } ( \lambda - 1 ) ( x _ { i } - x _ { i } ^ { \prime } ) ^ { 2 } \psi ^ { \prime } ( \xi ^ { \prime } ) } \\ & { } & { H ( u _ { i } , u _ { i } ^ { \prime } ) : = \log \Gamma ( u _ { i } + ( \lambda - 1 ) ( u _ { i } - u _ { i } ^ { \prime } ) ) - \log \Gamma ( u _ { i } ) } \\ & { } & { = ( \lambda - 1 ) ( x _ { i } - x _ { i } ^ { \prime } ) \psi ( u _ { i } ) + \frac { 1 } { 2 } ( \lambda - 1 ) ^ { 2 } ( x _ { i } - x _ { i } ^ { \prime } ) ^ { 2 } \psi ^ { \prime } ( \xi ) , } \end{array}
249
+ $$
250
+
251
+ Note that 175 $\psi ^ { \prime }$ is increasing. If $x _ { i } > x _ { i } ^ { \prime }$ , then $\xi$ and $\xi ^ { \prime }$ are bounded below by $u _ { i } ^ { \prime } \geq \alpha _ { m }$ . On the other hand, if 176 $x _ { i } \leq x _ { i } ^ { \prime }$ , then $\xi$ and $\xi ^ { \prime }$ are bounded below by $u _ { i } - ( \lambda - 1 ) | u _ { i } - u _ { i } ^ { \prime } |$ . The condition 177 $\begin{array} { r } { \lambda < \frac { \gamma } { \Delta _ { \infty } } + 1 } \end{array}$ guarantees that $u _ { i } - ( \lambda - 1 ) | u _ { i } - u _ { i } ^ { \prime } | > \alpha _ { m } - \gamma$ . All cases considered, we have
252
+
253
+ $$
254
+ \begin{array} { l } { G ( u _ { i } , u _ { i } ^ { \prime } ) + H ( u _ { i } , u _ { i } ^ { \prime } ) \leq \displaystyle \frac { 1 } { 2 } \big ( ( \lambda - 1 ) + ( \lambda - 1 ) ^ { 2 } \big ) ( x _ { i } - x _ { i } ^ { \prime } ) ^ { 2 } \psi ^ { \prime } ( \alpha _ { m } - \gamma ) } \\ { \displaystyle \qquad = \frac { 1 } { 2 } \lambda ( \lambda - 1 ) ( x _ { i } - x _ { i } ^ { \prime } ) ^ { 2 } \psi ^ { \prime } ( \alpha _ { m } - \gamma ) . } \end{array}
255
+ $$
256
+
257
+ Denoting 178 $u _ { 0 } : = \textstyle \sum _ { i } u _ { i }$ and $u _ { 0 } ^ { \prime } : = \textstyle \sum _ { i } u _ { i } ^ { \prime }$ , the same argument shows that $G ( u _ { 0 } , u _ { 0 } ^ { \prime } ) + H ( u _ { 0 } , u _ { 0 } ^ { \prime } ) > 0$ . 179 Therefore,
258
+
259
+ $$
260
+ \begin{array} { r l } & { D _ { \boldsymbol { \lambda } } ( P ( \mathbf { y } ) \| P ^ { \prime } ( \mathbf { y } ) ) = \displaystyle \frac { 1 } { \boldsymbol { \lambda } - 1 } \Biggl ( \sum _ { i } ( G ( u _ { i } , u _ { i } ^ { \prime } ) + H ( u _ { i } , u _ { i } ^ { \prime } ) ) - G ( u _ { 0 } , u _ { 0 } ^ { \prime } ) - H ( u _ { 0 } , u _ { 0 } ^ { \prime } ) \Biggr ) } \\ & { \quad \quad < \displaystyle \frac { 1 } { \boldsymbol { \lambda } - 1 } \sum _ { i } ( G ( u _ { i } , u _ { i } ^ { \prime } ) + H ( u _ { i } , u _ { i } ^ { \prime } ) ) } \\ & { \quad \quad \le \displaystyle \frac { 1 } { 2 } \boldsymbol { \lambda } \sum _ { i } ( x _ { i } - x _ { i } ^ { \prime } ) ^ { 2 } \psi ^ { \prime } ( \alpha _ { m } - \gamma ) \le \frac { 1 } { 2 } \boldsymbol { \lambda } \Delta _ { 2 } ^ { 2 } \psi ^ { \prime } ( \alpha _ { m } - \gamma ) . } \end{array}
261
+ $$
262
+
263
+ ![](images/9b723c7be81bab0fe812229760033b22531dcf9d6fe77c60ac3901a2063deaff.jpg)
264
+ Figure 1: Left: the actual values of $\begin{array} { r } { \rho = \frac { 1 } { 2 } \operatorname { D } _ { 2 } ( P \| P ^ { \prime } ) } \end{array}$ and the worst case $( \rho , 2 )$ -tCDP guarantees (2) at $\Delta _ { 2 } ^ { 2 } = \Delta _ { \infty } = 1$ . Here, $P$ and $P ^ { \prime }$ are Dirichlet posterior densities over $\mathbf { x } = ( 1 1 , 8 , 6 5 , 2 5 , 3 8 , 0 )$ , $\mathbf { x } ^ { \prime } = ( 1 1 , 8 , 6 5 , 2 5 , 3 8 , 1 )$ , and $\pmb { \alpha } = ( \alpha , \ldots , \alpha )$ . Right: comparison between $( \varepsilon , \delta )$ -DP guarantees of the Dirichlet posterior samplings (8) with different uniform priors: $\pmb { \alpha } = ( \alpha , \ldots , \alpha )$ .
265
+
266
+ 180 The guaranteed upper bound (2) is independent of the sample statistics. As a result, the bound applies
267
+ 181 even in worst settings i.e., when $x _ { i } = 0$ and $x _ { i } ^ { \prime } = \Delta _ { \infty }$ , or vice versa, for some $i$ . As we can see in
268
+ 182 Figure 1, the upper bound is a close approximation to the actual value of $\rho$ when $x _ { 6 } = 0$ and $x _ { 6 } ^ { \prime } = 1$ .
269
+ 183 However, being a sample independent bound, the difference becomes substantial when all $x _ { i }$ ’s are
270
+ 184 large. There is one way to get around this issue: if there is no privacy violation in assuming that
271
+ 185 the sample statistics are always bounded below by some threshold $\tau$ , then we can incorporate the
272
+ 186 threshold into the prior (thus $\psi ^ { \prime } ( \alpha _ { m } - \gamma )$ in (2) is replaced by $\psi ^ { \prime } ( \alpha _ { m } + \tau - \gamma ) )$ .
273
+ 187 The parameter $\gamma$ allows us to adjust the moment bound $\omega$ as desired. Even though a higher $\omega$ usually
274
+ 188 leads to a better privacy guarantee, there are two downsides to picking $\gamma$ close to $\alpha _ { m }$ in this case.
275
+ 189 First, note that $\rho$ contains $\psi ^ { \prime } ( \alpha _ { m } - \gamma )$ ; as $\gamma \to \alpha _ { m }$ , the value of $\rho$ diverges to $\infty$ , leading to a weaker
276
+ 190 privacy guarantee instead. Second, as the Taylor approximation (5) is accurate when $u _ { i }$ is close to
277
+ 191 $u _ { i } + ( \lambda - 1 ) ( u _ { i } - u _ { i } ^ { \prime } )$ , having a large value of $\lambda$ would push the guaranteed upper bound away from
278
+ 192 the actual privacy loss. Thus it is recommended to pick $\gamma$ so that $\gamma / \Delta _ { \infty } \geq 1$ and $\alpha _ { m } - \gamma \gg 0$ .
279
+ 193 Alternatively, we can choose the value of $\gamma$ that minimizes $\varepsilon$ when converting from tCDP to $( \varepsilon , \delta )$ -DP
280
+ 194 using Lemma 1—this method will be explored in the next subsection.
281
+
282
+ Theorem 1 can be easily applied to sampling from Dirichlet $( r \mathbf { x } + \alpha )$ . Replacing $\mathbf { x }$ with $r \mathbf { x }$ , we have $\Delta _ { 2 }$ replaced by $r \Delta _ { 2 }$ and $\Delta _ { \infty }$ replaced by $r \Delta _ { \infty }$ . Consequently, the sampling is $\begin{array} { r } { \left( \rho , \frac { \gamma } { r \Delta _ { \infty } } + 1 \right) } \end{array}$ -tCDP, where $\rho = { \textstyle { \frac { 1 } { 2 } } r ^ { 2 } \Delta _ { 2 } ^ { 2 } } \psi ^ { \prime } ( \alpha _ { m } - \gamma )$ . In Appendix 4, we analyze the scaling of $r$ in conjunction with $\alpha _ { m }$ at a fixed privacy budget $\rho$ .
283
+
284
+ # 3.2 Approximate differential privacy
285
+
286
+ 200 We now convert the tCDP guarantee to an approximate DP guarantee. Let $\delta \in ( 0 , 1 )$ . Using Lemma 1,
287
+ 201 the Dirichlet posterior sampling with Dirichlet $( \alpha )$ as the prior is $( \varepsilon , \delta )$ -DP with
288
+
289
+ $$
290
+ \varepsilon = \left\{ \begin{array} { l l } { \rho ( \gamma ) + 2 \sqrt { \rho ( \gamma ) \log ( 1 / \delta ) } } & { \mathrm { i f ~ } \log ( 1 / \delta ) \leq \gamma ^ { 2 } \rho ( \gamma ) / \Delta _ { \infty } ^ { 2 } } \\ { \rho ( \gamma ) \Big ( \frac { \gamma } { \Delta _ { \infty } } + 1 \Big ) + \frac { \log ( 1 / \delta ) \Delta _ { \infty } } { \gamma } } & { \mathrm { i f ~ } \log ( 1 / \delta ) > \gamma ^ { 2 } \rho ( \gamma ) / \Delta _ { \infty } ^ { 2 } } \end{array} , \right.
291
+ $$
292
+
293
+ where 202 $\begin{array} { r } { \rho ( \gamma ) = \frac { 1 } { 2 } \Delta _ { 2 } ^ { 2 } \psi ^ { \prime } ( \alpha _ { m } - \gamma ) } \end{array}$
294
+
295
+ 203 We try to minimize $\epsilon$ by adjusting the value of $\gamma$ . First, we consider the case $\log ( 1 / \delta ) \leq \gamma ^ { 2 } \rho ( \gamma ) / \Delta _ { \infty } ^ { 2 }$
296
+ 204 Since $\rho ( \gamma )$ is a strictly increasing function of $\gamma$ , both $\rho ( \gamma ) + 2 \sqrt { \rho ( \gamma ) \log ( 1 / \delta ) }$ and $\gamma ^ { 2 } \rho ( \gamma ) / \Delta _ { \infty } ^ { 2 }$
297
+ 205 are both strictly increasing function of $\gamma$ . Therefore, $\varepsilon$ is minimized at the minimum possible
298
+ 206 value of $\gamma$ in this case, that is, at the unique $\gamma _ { M }$ that satisfies $\log ( 1 / \delta ) = \gamma _ { M } ^ { 2 } \rho ( \gamma _ { M } ) / \Delta _ { \infty } ^ { 2 } =$
299
+ 207 $\begin{array} { r } { \frac { 1 } { 2 } \gamma _ { M } ^ { 2 } \Delta _ { 2 } ^ { 2 } \psi ^ { \prime } ( \alpha _ { m } - \gamma _ { M } ) / \Delta _ { \infty } ^ { 2 } } \end{array}$ .
300
+ 208 Now we consider the second case, when $\gamma < \gamma _ { M }$ . As $\rho ( \gamma )$ is an increasing positive convex function
301
+ 209 of $\gamma$ , the function
302
+
303
+ $$
304
+ f ( \gamma ) : = \frac 1 2 \Delta _ { 2 } ^ { 2 } \psi ^ { \prime } ( \alpha _ { m } - \gamma ) \left( \frac { \gamma } { \Delta _ { \infty } } + 1 \right) + \frac { \log ( 1 / \delta ) \Delta _ { \infty } } { \gamma } ; \qquad \gamma \in ( 0 , \gamma _ { M } ] ,
305
+ $$
306
+
307
+ is also convex in $\gamma$ , and thus has a unique minimizer $\underline { { \gamma _ { m } } } \in ( 0 , \gamma _ { M } ]$ . Comparing to the first case, we have $f ( \gamma _ { m } ) \leq f ( \gamma _ { M } ) = \rho ( \gamma _ { M } ) + 2 \sqrt { \rho ( \gamma _ { M } ) \log ( 1 / \delta ) } .$ We then conclude that $\varepsilon = f ( \gamma _ { m } )$ .
308
+
309
+ 212 Theorem 2. Let $\alpha \in \mathbb { R } _ { > 0 } ^ { 2 }$ and denote $\alpha _ { m } = \operatorname* { m i n } _ { i } \alpha _ { i }$ . Let $\Delta _ { 2 } , \Delta _ { \infty } > 0$ be constants that satisfy
310
+ 213 $\begin{array} { r } { \sum _ { i } ( x _ { i } - x _ { i } ^ { \prime } ) ^ { 2 } \leq \Delta _ { 2 } ^ { 2 } } \end{array}$ and $\operatorname* { m a x } _ { i } \left| x _ { i } - x _ { i } ^ { \prime } \right| \leq \Delta _ { \infty }$ whenever x, $\mathbf { x } ^ { \prime } \in \mathbb { R } _ { \geq 0 } ^ { d }$ are sample statistics of any
311
+ 214 two datasets differing on a single entry. For any $\delta \in ( 0 , 1 )$ , let $\gamma _ { M }$ be the solution to the equation
312
+ 215 $\begin{array} { r } { \log ( 1 / \delta ) = \frac { 1 } { 2 } \gamma ^ { 2 } \Delta _ { 2 } ^ { 2 } \psi ^ { \prime } ( \alpha _ { m } - \gamma ) / \Delta _ { \infty } ^ { 2 } } \end{array}$ . The one-time sampling from Dirichlet $\left( \mathbf { x } + \alpha \right)$ is $( \varepsilon , \delta ) – D P$
313
+ 216 where
314
+
315
+ $$
316
+ \varepsilon = \operatorname* { m i n } _ { \gamma \in ( 0 , \gamma _ { M } ] } f ( \gamma ) .
317
+ $$
318
+
319
+ 17 Figure 1 shows how $\delta$ decays as a function of $\varepsilon$ at three different values of $\alpha _ { m }$
320
+
321
+ # 4 Utility
322
+
323
+ Using the results from the previous section, we analyze the Dirichlet posterior sampling’s utility in two specific tasks.
324
+
325
+ # 4.1 Multinomial-Dirichlet sampling
326
+
327
+ Suppose that we are observing $N$ trials, each of which has $d$ possible outcomes. For each $i \in$ $\{ 1 , \ldots , d \}$ , let $x _ { i }$ be the number of times the $i$ -th outcome was observed. Then we have the multinomial likelihood $\begin{array} { r } { p ( \mathbf { x } | \mathbf { y } ) \propto \prod _ { i } y _ { i } ^ { x _ { i } } } \end{array}$ . From this, we sample from the Dirichlet posterior:
328
+
329
+ $$
330
+ \mathbf { Y } \sim { \mathrm { D i r i c h l e t } } ( \mathbf { x } + \pmb { \alpha } ) .
331
+ $$
332
+
333
+ 225 Suppose that we want to sample from a true distribution $P _ { \mathbf { X } } \sim \mathrm { D i r i c h l e t } ( \mathbf { x } + { \pmb { \alpha } } )$ , but for privacy
334
+ 226 reasons, we instead sample from $Q _ { \mathbf { x } } \sim \mathrm { D i r i c h l e t } ( \mathbf { x } + \pmb { \alpha } ^ { \prime } )$ where $\alpha _ { i } ^ { \prime } > \alpha _ { i }$ for all $i$ . The utility of the
335
+ 227 privacy scheme is then measured by the KL-divergence between $P _ { \mathbf { x } }$ and $Q _ { \mathbf { x } }$ . Assuming that $\mathbf { x }$ is an
336
+ 228 observation of Multinomial $\mathbf { \tau } ( \mathbf { p } )$ , the following Theorem tells us that, on average, the KL-divergence
337
+ 229 is small when the sample size is large, and the $p _ { i }$ ’s are evenly distributed.
338
+
339
+ Theorem 3. Let 30 $\mathbf { p } : = \left( p _ { 1 } , \ldots , p _ { d } \right)$ where $p _ { i } > 0$ for all $i$ and $\textstyle \sum _ { i } p _ { i } \ = \ 1$ . Define a random variable 31 $\mathbf { X } \sim$ Multinomial $\mathbf { \tau } ( \mathbf { p } )$ . Let $P _ { \mathbf { X } } \sim \mathrm { D i r i c h l e t } ( \mathbf { X } + { \boldsymbol { \alpha } } )$ and $Q _ { \mathbf { X } } \sim { \mathrm { D i r i c h l e t } } ( \mathbf { X } + \mathbf { \alpha } \mathbf { \alpha } ^ { \prime } )$ where 32 $\alpha _ { i } ^ { \prime } \geq \alpha _ { i } \geq 1$ for all $i$ . The following estimate holds:
340
+
341
+ $$
342
+ \mathbb { E } _ { \mathbf { X } } [ \mathrm { D } _ { \mathrm { K L } } ( P _ { \mathbf { X } } \| Q _ { \mathbf { X } } ) ] \leq \frac { 1 } { N + 1 } \sum _ { i } ( \alpha _ { i } ^ { \prime } - \alpha _ { i } ) ^ { 2 } \cdot \frac { 1 } { p _ { i } } .
343
+ $$
344
+
345
+ 233 The proof is given in Appendix 2. Let us consider a simple privacy scheme where we fix $s > 0$ and let 234 $\alpha _ { i } ^ { \prime } = \alpha _ { i } + s$ for all $i$ . Thus (10) becomes:
346
+
347
+ $$
348
+ \mathbb { E } _ { \mathbf { X } } [ \mathrm { D } _ { \mathrm { K L } } ( P _ { \mathbf { X } } \| Q _ { \mathbf { X } } ) ] \leq \frac { G ( \mathbf { p } ) s ^ { 2 } } { N + 1 } ,
349
+ $$
350
+
351
+ where 235 $G ( \mathbf { p } ) : = \textstyle \sum _ { i } 1 / p _ { i }$ . Now we take into account the privacy parameters. Let $\rho = \Delta _ { 2 } ^ { 2 } \psi ^ { \prime } ( \alpha _ { m } - \gamma )$ and 236 $\rho ^ { \prime } = \Delta _ { 2 } ^ { 2 } \psi ^ { \prime } ( \alpha _ { m } ^ { \prime } - \gamma )$ , where $\alpha _ { m } = \operatorname* { m i n } _ { i } \alpha _ { i }$ , $\alpha _ { m } ^ { \prime } = \operatorname* { m i n } _ { i } \alpha _ { i } ^ { \prime }$ , and $\gamma < \alpha _ { m }$ . Here, we approximate the values of 237 $\psi ^ { \prime } ( \alpha _ { m } - \gamma )$ and $\psi ^ { \prime } ( \alpha _ { m } ^ { \prime } - \gamma )$ under two regimes:
352
+
353
+ High-privacy regime: 238 $\alpha _ { m } ^ { \prime } \mathrm { ~ - ~ } \gamma \mathrm { ~ > ~ } 1$ . We have $\psi ^ { \prime } ( \alpha _ { m } ^ { \prime } - \gamma ) \approx 1 / ( \alpha _ { m } ^ { \prime } - \gamma )$ , which implies 239 $\alpha _ { m } ^ { \prime } - \gamma \approx \Delta _ { 2 } ^ { 2 } / \rho ^ { \prime }$ . We also have $\alpha _ { m } - \gamma \approx \Delta _ { 2 } ^ { 2 } / \rho$ for $\alpha _ { m } - \gamma \geq 1$ and $\alpha _ { m } - \gamma > ( \alpha _ { m } - \gamma ) ^ { 2 } \approx \Delta _ { 2 } ^ { 2 } / \rho$ 240 for $\alpha - \gamma < 1$ . Thus we have the following bound for the right-hand side of (11):
354
+
355
+ $$
356
+ \frac { G ( { \bf p } ) s ^ { 2 } } { N + 1 } = \frac { G ( { \bf p } ) ( \alpha _ { m } ^ { \prime } - \alpha _ { m } ) ^ { 2 } } { N + 1 } \lesssim \frac { \Delta _ { 2 } ^ { 4 } G ( { \bf p } ) } { N + 1 } \biggl ( \frac { 1 } { \rho ^ { \prime } } - \frac { 1 } { \rho } \biggr ) ^ { 2 } < \frac { \Delta _ { 2 } ^ { 4 } G ( { \bf p } ) } { \rho ^ { \prime 2 } ( N + 1 ) } .
357
+ $$
358
+
359
+ Consequently, we have 241 $\mathrm { D } _ { \mathrm { K L } } ( P \| Q ) < \epsilon$ for $\begin{array} { r } { N = \Omega \left( \frac { \Delta _ { 2 } ^ { 4 } G ( \mathbf { p } ) } { \rho ^ { \prime 2 } \epsilon } \right) } \end{array}$
360
+
361
+ 242 Low-privacy regime: $1 > \alpha _ { m } ^ { \prime } - \gamma > 0$ . This is similar as above, except we have $\alpha _ { m } ^ { \prime } - \gamma \approx$
362
+ 243 $\Delta _ { 2 } / \rho ^ { \prime 1 / 2 }$ and $\alpha _ { m } - \gamma \approx \Delta _ { 2 } / \rho ^ { 1 / 2 }$ . Similar computation as (12) shows that $\mathrm { D } _ { \mathrm { K L } } ( P \| Q ) < \epsilon$ when
363
+ 244 $\begin{array} { r } { N = \Omega \left( \frac { \Delta _ { 2 } ^ { 2 } G ( \mathbf { p } ) } { \rho ^ { \prime } \epsilon } \right) } \end{array}$
364
+
365
+ We observe that, in both regimes, the sample size scales faster with respect to $\epsilon$ with a higher value of $G ( \mathbf { p } )$ , which is associated with a higher number of outcomes $d$ , and more concentrated multinomial parameter $\mathbf { p }$ ; this agrees with the result of our simulation in Appendix 3. Moreover, for small $\rho ^ { \prime }$ the sample size scales as $1 / \rho ^ { \prime 2 }$ , while for large $\rho ^ { \prime }$ the sample size scales as $1 / \rho ^ { \prime }$ .
366
+
367
+ # 4.2 Private normalized histograms
368
+
369
+ 250 Let $\mathbf { x } = ( x _ { 1 } , \ldots , x _ { d } )$ be a histogram of $N$ observations and $\mathbf { p } : = \mathbf { x } / N$ . We can privatize $\mathbf { p }$ by
370
+ 251 sampling a probability vector: $\mathbf Y \sim \mathrm { D i r i c h l e t } ( { \mathbf x } + { \boldsymbol \alpha } )$ . Note that $\mathbf { Y }$ is a biased estimator of $\mathbf { p }$ .
371
+ 252 Denoting $\alpha _ { 0 } : = \textstyle \sum _ { i } \alpha _ { i }$ , the bias of each component of $\mathbf { Y }$ is given by $\mathbb { E } [ \mathbf { Y } ] - p _ { i }$ . Hence,
372
+
373
+ $$
374
+ | \mathrm { B i a s } ( Y _ { i } ) | = \left| \frac { x _ { i } + \alpha _ { i } } { N + \alpha _ { 0 } } - p _ { i } \right| = \frac { | x _ { i } \alpha _ { 0 } - N \alpha _ { i } | } { N ( N + \alpha _ { 0 } ) } \leq \frac { N \alpha _ { 0 } } { N ( N + \alpha _ { 0 } ) } = \frac { \alpha _ { 0 } } { N + \alpha _ { 0 } } .
375
+ $$
376
+
377
+ Since 253 $Y _ { i } \sim \mathrm { B e t a } ( x _ { i } + \alpha _ { i } , N + \alpha _ { 0 } - x _ { i } - \alpha _ { i } )$ is $\frac { 1 } { 4 ( N + \alpha _ { 0 } + 1 ) }$ -sub-Gaussian [MA17], we have,
378
+
379
+ $$
380
+ \begin{array} { r l } & { \mathbb { P } [ | Y _ { i } - p _ { i } | > t + | \mathrm { B i a s } ( Y _ { i } ) | ] \le \mathbb { P } [ | Y _ { i } - \mathbb { E } [ Y _ { i } ] | + | \mathrm { B i a s } ( Y _ { i } ) | > t + | \mathrm { B i a s } ( Y _ { i } ) | ] } \\ & { \qquad = \mathbb { P } [ | Y _ { i } - \mathbb { E } [ Y _ { i } ] | > t ] } \\ & { \qquad \le 2 e ^ { - 2 t ^ { 2 } ( N + \alpha _ { 0 } + 1 ) } . } \end{array}
381
+ $$
382
+
383
+ With the union bound, we plug in 254 $\begin{array} { r } { t = \sqrt { \frac { \log ( 2 d / \beta ) } { 2 ( N + \alpha _ { 0 } + 1 ) } } } \end{array}$ , for any $\beta \in ( 0 , 1 )$ , to obtain the following 255 accuracy guarantee of the private normalized histogram:
384
+
385
+ 256 Theorem 4. Let $\mathbf Y \sim \mathrm { D i r i c h l e t } ( { \mathbf x } + { \boldsymbol \alpha } )$ , where $\mathbf { x } \in \mathbb { R } _ { \geq 0 } ^ { d }$ and $\alpha \in \mathbb { R } _ { > 0 } ^ { d }$ , and $\mathbf { p } : = \mathbf { x } / N$ . For any
386
+ 257 $\beta \in ( 0 , 1 )$ , with probability at least $1 - \beta$ , the following inequality holds:
387
+
388
+ $$
389
+ \| \mathbf { Y } - \mathbf { p } \| _ { \infty } \leq \sqrt { \frac { \log ( 2 d / \beta ) } { 2 ( N + \alpha _ { 0 } + 1 ) } } + \frac { \alpha _ { 0 } } { N + \alpha _ { 0 } } .
390
+ $$
391
+
392
+ 258 Given $\epsilon > 0$ , we use (13) to find a lower bound for $N$ that gives $\| \mathbf { Y } - \mathbf { p } \| _ { \infty } < \epsilon$ w.p. $1 - \beta$ when
393
+ 259 $\mathbf { Y }$ is sampled with $\rho$ -tCDP. For simplicity, we consider a uniform prior: $\alpha _ { i } = \alpha > 0$ for all $i$ .
394
+ 260 Thus, $\begin{array} { r } { \rho = \frac { 1 } { 2 } \Delta _ { 2 } ^ { 2 } \psi ^ { \prime } ( \alpha - \gamma ) } \end{array}$ , where $\gamma$ might be chosen according to Corollary 2. We consider the two
395
+ 261 following regimes:
396
+
397
+ High-privacy regime: $\alpha - \gamma > 1$ . In this case, $\psi ^ { \prime } ( \alpha - \gamma ) \approx 1 / ( \alpha - \gamma )$ . From $\begin{array} { r } { \rho = \frac { 1 } { 2 } \Delta _ { 2 } ^ { 2 } \psi ^ { \prime } ( \alpha - \gamma ) } \end{array}$ we have $\alpha \approx \Delta _ { 2 } ^ { 2 } / 2 \rho + \gamma$ . Replacing $\alpha _ { 0 }$ by $d \alpha$ in (13) yields the sample size:
398
+
399
+ $$
400
+ N = \Omega \biggl ( \frac { \log ( 2 d / \beta ) } { \epsilon ^ { 2 } } + \frac { d } { \epsilon } \biggl ( \frac { \Delta _ { 2 } ^ { 2 } } { 2 \rho } + \gamma \biggr ) \biggr ) ,
401
+ $$
402
+
403
+ 264 for the desired accuracy.
404
+
405
+ 265 Low-privacy regime: $\alpha - \gamma < 1$ . This is the same as above, except now we have $\psi ^ { \prime } ( \alpha - \gamma ) \approx$
406
+ 266 $1 / ( \alpha - \gamma ) ^ { 2 }$ , which implies $\alpha \approx \Delta _ { 2 } / ( 2 \rho ) ^ { 1 / 2 } + \gamma$ . The sample size that guarantees the desired
407
+ 267 accuracy is:
408
+
409
+ $$
410
+ N = \Omega \biggl ( \frac { \log ( 2 d / \beta ) } { \epsilon ^ { 2 } } + \frac { d } { \epsilon } \biggl ( \frac { \Delta _ { 2 } } { \sqrt { 2 \rho } } + \gamma \biggr ) \biggr ) .
411
+ $$
412
+
413
+ 268 Let us compare this result to the Gaussian mechanism, which adds a noise $\mathbf { Z } \sim N ( 0 , \sigma ^ { 2 } I _ { d } )$ to the
414
+ 269 normalized histogram $\mathbf { p }$ directly. Thus the $\ell _ { 2 }$ -sensitivity in this case is $\Delta _ { 2 } / N$ . We have that the
415
+ 270 Gaussian mechanism is $\rho$ -zCDP where $\begin{array} { r } { \rho = \frac { \Delta ^ { 2 } } { 2 N ^ { 2 } \sigma ^ { 2 } } } \end{array}$ [BS16]. Using the same argument as above, with
416
+ 271 probability at least $1 - \beta$ , the following inequality holds for all $i$ :
417
+
418
+ $$
419
+ \| \mathbf { Z } \| _ { \infty } \leq \sqrt { \frac { \log ( 2 d / \beta ) \Delta _ { 2 } ^ { 2 } } { N ^ { 2 } \rho } } .
420
+ $$
421
+
422
+ ![](images/4d398e42217bd393cee6a912cf2c04e26395de3300d829c872c8f73d8e70fe67.jpg)
423
+ Figure 2: The $\ell ^ { \infty }$ -accuracy, as a function of $N$ , of Dirichlet posterior sampling $( \gamma = 1 )$ ) and Gaussian mechanisms for private normalized histograms $\Delta _ { 2 } ^ { 2 } = 2$ and $\Delta _ { \infty } = 1 $ ). For each $N , d$ and $\rho$ , we generated the inputs $\mathbf { x } _ { 1 } , \ldots , \mathbf { x } _ { 2 0 0 }$ , where $\mathbf { x } _ { k } \sim$ Multinomial $\left( \mathbf { q } _ { k } \right)$ and $\mathbf { q } _ { k } \sim \mathrm { D i r i c h l e t } ( 5 , \ldots , 5 )$ .
424
+
425
+ Hence, the sample size of 272 $N = \Omega \Big ( \sqrt { \log ( 2 d / \beta ) \Delta _ { 2 } ^ { 2 } / \rho \epsilon ^ { 2 } } \Big )$ guarantees the desired accuracy. Compar273 ing this to (14), if we assume $\epsilon < 1$ , the AM-GM inequality tells us that
426
+
427
+ $$
428
+ \frac { \log ( 2 d / \beta ) } { \epsilon ^ { 2 } } + \frac { d \Delta _ { 2 } ^ { 2 } } { \rho \epsilon } > \frac { \log ( 2 d / \beta ) } { \epsilon ^ { 2 } } + \frac { \Delta _ { 2 } ^ { 2 } } { \rho } \geq 2 \sqrt { \frac { \log ( 2 d / \beta ) \Delta _ { 2 } ^ { 2 } } { \rho \epsilon ^ { 2 } } } .
429
+ $$
430
+
431
+ 274 The inequality (17) implies that the Gaussian mechanism requires less sample than the Dirichlet
432
+ 275 mechanism in order to guarantee the same level of accuracy. The Gaussian mechanism is also better
433
+ 276 in the low-privacy regime as the $\rho$ in (15) satisfies ${ \sqrt { \rho } } < \rho$ and $\Delta _ { 2 } \approx \Delta _ { 2 } ^ { 2 }$ , leading to the same
434
+ 277 inequality (17). Nonetheless, the decay in (16) is linear in $d$ , while that in (13) has $\alpha _ { 0 } = d \alpha$ in
435
+ 278 the denominators. This observation suggests that, when $\mathbf { x }$ is a sparse histogram i.e. when $N \leq d$ ,
436
+ 279 the $\ell ^ { \infty }$ -accuracy of the Dirichlet mechanism is smaller than that of the Gaussian mechanism. This
437
+ 280 conclusion is supported by our simulation in Figure 2. We see that the $\ell ^ { \infty }$ -accuracy of the Dirichlet
438
+ 281 mechanism is smaller than that of the Gaussian mechanism for small $N$ when $d = 1 0 0 0$ . The code
439
+ 282 for all experiments in this study can be found in the supplemental material.
440
+
441
+ # 283 Potential negative societal impacts
442
+
443
+ It is important to note that, when $\rho$ becomes unacceptably large (e.g., $\rho = 1 0 ^ { 4 }$ ), the sampling is far away from being private. Thus any organization that deploys the posterior sampling on sensitive data must not vacuously refer to this study and claim that its algorithm is private. It is the organization’s responsibility to fully publish the prior parameters, and educate its users/customers on differential privacy and how the privacy guarantees are calculated.
444
+
445
+ It is desirable that differentially private algorithms are accurate for the task at hand, especially when the data is used for important decision-making. Thus, one needs to make sure that there is enough sample to achieve the desired level of accuracy. For a large differentially private system, privacy budgets need to be allocated to the parts that require accurate outputs.
446
+
447
+ 293 Lastly, one must be careful with the choice of prior parameters; if a uniform prior is used, smaller
448
+ 294 groups will suffer a relatively larger statistical bias. As a result, private statistics of small populations
449
+ 295 (such as ethnic or racial minorities) will be relatively less accurate. One way to get around this issue
450
+ 296 is to (privately) impose larger prior parameters on larger populations.
451
+ 297 References
452
+ 298 [AAFK20] I. Aykin, B. Akgun, M. Feng, and M. Krunz. “MAMBA: A Multi-armed Bandit Framework for
453
+ 299 Beam Tracking in Millimeter-wave Systems”. In: 39th IEEE Conference on Computer Com
454
+ 300 munications, INFOCOM 2020, Toronto, ON, Canada, July 6-9, 2020. IEEE, 2020, pp. 1469–
455
+ 301 1478.
456
+ 302 [AV08] J. M. Abowd and L. Vilhuber. “How Protective Are Synthetic Data?” In: Privacy in Statistical
457
+ 303 Databases, UNESCO Chair in Data Privacy International Conference, PSD 2008, Istan
458
+ 304 bul, Turkey, September 24-26, 2008. Proceedings. Ed. by J. Domingo-Ferrer and Y. Saygin.
459
+ 305 Vol. 5262. Lecture Notes in Computer Science. Springer, 2008, pp. 239–246.
460
+ 306 [BDRS18] M. Bun, C. Dwork, G. N. Rothblum, and T. Steinke. “Composable and versatile privacy via
461
+ 307 truncated CDP”. In: Proceedings of the 50th Annual ACM SIGACT Symposium on Theory of
462
+ 308 Computing, STOC 2018, Los Angeles, CA, USA, June 25-29, 2018. Ed. by I. Diakonikolas,
463
+ 309 D. Kempe, and M. Henzinger. ACM, 2018, pp. 74–86.
464
+ 310 [BHW00] R. J. Boys, D. A. Henderson, and D. J. Wilkinson. “Detecting Homogeneous Segments in DNA
465
+ 311 Sequences by Using Hidden Markov Models”. In: Journal of the Royal Statistical Society.
466
+ 312 Series $C$ (Applied Statistics) 49.2 (2000), pp. 269–285. ISSN: 00359254, 14679876.
467
+ 313 [BS16] M. Bun and T. Steinke. “Concentrated Differential Privacy: Simplifications, Extensions, and
468
+ 314 Lower Bounds”. In: Theory of Cryptography. Ed. by M. Hirt and A. Smith. Berlin, Heidelberg:
469
+ 315 Springer Berlin Heidelberg, 2016, pp. 635–658.
470
+ 316 [BS18] G. Bernstein and D. R. Sheldon. “Differentially Private Bayesian Inference for Exponential
471
+ 317 Families”. In: Advances in Neural Information Processing Systems 31: Annual Conference on
472
+ 318 Neural Information Processing Systems 2018, NeurIPS 2018, December 3-8, 2018, Montréal,
473
+ 319 Canada. Ed. by S. Bengio, H. M. Wallach, H. Larochelle, K. Grauman, N. Cesa-Bianchi, and
474
+ 320 R. Garnett. 2018, pp. 2924–2934.
475
+ 321 [CWS03] J. Corander, P. Waldmann, and M. J. Sillanpää. “Bayesian Analysis of Genetic Differentiation
476
+ 322 Between Populations”. In: Genetics 163.1 (Jan. 2003), pp. 367–374. ISSN: 1943-2631.
477
+ 323 [de 06] M. de Lapparent. “Empirical Bayesian analysis of accident severity for motorcyclists in large
478
+ 324 French urban areas”. In: Accident Analysis & Prevention 38.2 (2006), pp. 260–268. ISSN:
479
+ 325 0001-4575.
480
+ 326 [DMNS06] C. Dwork, F. Mcsherry, K. Nissim, and A. Smith. “Calibrating noise to sensitivity in private
481
+ 327 data analysis”. In: TCC. 2006.
482
+ 328 [DNZMR17] C. Dimitrakakis, B. Nelson, Z. Zhang, A. Mitrokotsa, and B. I. P. Rubinstein. “Differential
483
+ 329 Privacy for Bayesian Inference through Posterior Sampling”. In: J. Mach. Learn. Res. 18
484
+ 330 (2017), 11:1–11:39.
485
+ 331 [FGWC16] J. R. Foulds, J. Geumlek, M. Welling, and K. Chaudhuri. “On the Theory and Practice of
486
+ 332 Privacy-Preserving Bayesian Data Analysis”. In: Proceedings of the Thirty-Second Conference
487
+ 333 on Uncertainty in Artificial Intelligence, UAI 2016, June 25-29, 2016, New York City, NY, USA.
488
+ 334 Ed. by A. T. Ihler and D. Janzing. AUAI Press, 2016.
489
+ 335 [GSC17] J. Geumlek, S. Song, and K. Chaudhuri. “Renyi Differential Privacy Mechanisms for Posterior
490
+ 336 Sampling”. In: Advances in Neural Information Processing Systems 30: Annual Conference
491
+ 337 on Neural Information Processing Systems 2017, December 4-9, 2017, Long Beach, CA, USA.
492
+ 338 Ed. by I. Guyon, U. von Luxburg, S. Bengio, H. M. Wallach, R. Fergus, S. V. N. Vishwanathan,
493
+ 339 and R. Garnett. 2017, pp. 5289–5298.
494
+ 340 [GWHHT21] P. Gohari, B. Wu, C. Hawkins, M. T. Hale, and U. Topcu. “Differential Privacy on the Unit
495
+ 341 Simplex via the Dirichlet Mechanism”. In: IEEE Trans. Inf. Forensics Secur. 16 (2021),
496
+ 342 pp. 2326–2340.
497
+ 343 [Hin15] K. Hines. “A Primer on Bayesian Inference for Biophysical Systems”. In: Biophysical Journal
498
+ 344 108.9 (2015), pp. 2103–2113. ISSN: 0006-3495.
499
+ 345 [LW92] M. Lavine and M. West. “A Bayesian method for classification and discrimination”. In:
500
+ 346 Canadian Journal of Statistics 20.4 (1992), pp. 451–461.
501
+ 347 [MA17] O. Marchal and J. Arbel. “On the sub-Gaussianity of the Beta and Dirichlet distributions”. In:
502
+ 348 Electronic Communications in Probability 22.none (2017), pp. 1 –14.
503
+ 349 [MKAGV08] A. Machanavajjhala, D. Kifer, J. M. Abowd, J. Gehrke, and L. Vilhuber. “Privacy: Theory
504
+ 350 meets Practice on the Map”. In: Proceedings of the 24th International Conference on Data
505
+ 351 Engineering, ICDE 2008, April 7-12, 2008, Cancún, Mexico. Ed. by G. Alonso, J. A. Blakeley,
506
+ 352 and A. L. P. Chen. IEEE Computer Society, 2008, pp. 277–286.
507
+ 353 [MMR05] J.-M. Marin, K. Mengersen, and C. P. Robert. “Bayesian Modelling and Inference on Mixtures
508
+ 354 of Distributions”. In: Bayesian Thinking. Ed. by D. Dey and C. Rao. Vol. 25. Handbook of
509
+ 355 Statistics. Elsevier, 2005, pp. 459–507.
510
+ 356 [MT07] F. McSherry and K. Talwar. “Mechanism Design via Differential Privacy”. In: 48th Annual
511
+ 357 IEEE Symposium on Foundations of Computer Science (FOCS 2007), October 20-23, 2007,
512
+ 358 Providence, RI, USA, Proceedings. IEEE Computer Society, 2007, pp. 94–103.
513
+ 359 [NIK20] I. Nasim, A. S. Ibrahim, and S. Kim. “Learning-Based Beamforming for Multi-User Vehicular
514
+ 360 Communications: A Combinatorial Multi-Armed Bandit Approach”. In: IEEE Access 8 (2020),
515
+ 361 pp. 219891–219902.
516
+ 362 [NLYCC13] V. C. Nguyen, W. S. Lee, N. Ye, K. M. A. Chai, and H. L. Chieu. “Active Learning for
517
+ 363 Probabilistic Hypotheses Using the Maximum Gibbs Error Criterion”. In: Advances in Neural
518
+ 364 Information Processing Systems 26: 27th Annual Conference on Neural Information Processing
519
+ 365 Systems 2013. Proceedings of a meeting held December 5-8, 2013, Lake Tahoe, Nevada,
520
+ 366 United States. Ed. by C. J. C. Burges, L. Bottou, Z. Ghahramani, and K. Q. Weinberger. 2013,
521
+ 367 pp. 1457–1465.
522
+ 368 [ORR13] I. Osband, D. Russo, and B. V. Roy. “(More) Efficient Reinforcement Learning via Poste
523
+ 369 rior Sampling”. In: Advances in Neural Information Processing Systems 26: 27th Annual
524
+ 370 Conference on Neural Information Processing Systems 2013. Proceedings of a meeting held
525
+ 371 December 5-8, 2013, Lake Tahoe, Nevada, United States. Ed. by C. J. C. Burges, L. Bottou,
526
+ 372 Z. Ghahramani, and K. Q. Weinberger. 2013, pp. 3003–3011.
527
+ 373 [PB98] T. Pedersen and R. F. Bruce. “Knowledge Lean Word-Sense Disambiguation”. In: Proceedings
528
+ 374 of the Fifteenth National Conference on Artificial Intelligence and Tenth Innovative Appli
529
+ 375 cations of Artificial Intelligence Conference, AAAI 98, IAAI 98, July 26-30, 1998, Madison,
530
+ 376 Wisconsin, USA. Ed. by J. Mostow and C. Rich. AAAI Press / The MIT Press, 1998, pp. 800–
531
+ 377 805.
532
+ 378 [PG14] Y. Park and J. Ghosh. “PeGS: Perturbed Gibbs Samplers that Generate Privacy-Compliant
533
+ 379 Synthetic Data”. In: Trans. Data Priv. 7.3 (2014), pp. 253–282.
534
+ 380 [PM01] J. Pella and M. Masuda. “Bayesian methods for analysis of stock mixtures from genetic
535
+ 381 characters”. English. In: Fishery Bulletin 99 (Jan. 2001). 1, p. 151. ISSN: 00900656.
536
+ 382 [Rén61] A. Rényi. “On measures of entropy and information”. In: Proceedings of the Fourth Berkeley
537
+ 383 Symposium on Mathematical Statistics and Probability, Volume 1: Contributions to the Theory
538
+ 384 of Statistics. The Regents of the University of California. 1961.
539
+ 385 [RWZ14] J. P. Reiter, Q. Wang, and B. Zhang. “Bayesian Estimation of Disclosure Risks for Multiply
540
+ 386 Imputed, Synthetic Data”. In: J. Priv. Confidentiality 6.1 (2014).
541
+ 387 [SJGLY17] M. J. Schneider, S. Jagpal, S. Gupta, S. Li, and Y. Yu. “Protecting customer privacy when
542
+ 388 marketing with second-party data”. In: International Journal of Research in Marketing 34.3
543
+ 389 (2017), pp. 593–603. ISSN: 0167-8116.
544
+ 390 [Str00] M. J. A. Strens. “A Bayesian Framework for Reinforcement Learning”. In: Proceedings of the
545
+ 391 Seventeenth International Conference on Machine Learning (ICML 2000), Stanford University,
546
+ 392 Stanford, CA, USA, June 29 - July 2, 2000. Ed. by P. Langley. Morgan Kaufmann, 2000,
547
+ 393 pp. 943–950.
548
+ 394 [WFS15] Y. Wang, S. E. Fienberg, and A. J. Smola. “Privacy for Free: Posterior Sampling and Stochastic
549
+ 395 Gradient Monte Carlo”. In: Proceedings of the 32nd International Conference on Machine
550
+ 396 Learning, ICML 2015, Lille, France, 6-11 July 2015. Ed. by F. R. Bach and D. M. Blei. Vol. 37.
551
+ 397 JMLR Workshop and Conference Proceedings. JMLR.org, 2015, pp. 2493–2502.
552
+ 398 [ZHGSY20] J. Zhu, X. Huang, X. Gao, Z. Shao, and Y. Yang. “Multi-Interface Channel Allocation in Fog
553
+ 399 Computing Systems using Thompson Sampling”. In: 2020 IEEE International Conference on
554
+ 400 Communications, ICC 2020, Dublin, Ireland, June 7-11, 2020. IEEE, 2020, pp. 1–6.
555
+
556
+ # 401 Checklist
557
+
558
+ 1. For all authors...
559
+
560
+ (a) Do the main claims made in the abstract and introduction accurately reflect the paper’s contributions and scope? [Yes] We gave a simple guaranteed upper bound of tCDP (2) for the Dirichlet posterior sampling and illustrated how it can be used to derive accuracy guarantees in Section 4.
561
+ (b) Did you describe the limitations of your work? [Yes] We discussed a limitation of the guaranteed upper bound of tCDP in the paragraph following Theorem 1. We also described a situation under which the Gaussian mechanism is preferable to the Dirichlet posterior sampling at the end of Section 4.2.
562
+ (c) Did you discuss any potential negative societal impacts of your work? [Yes] See the section on potential negative societal impacts at the end of the paper.
563
+
564
+ (d) Have you read the ethics review guidelines and ensured that your paper conforms to them? [Yes]
565
+
566
+ 2. If you are including theoretical results...
567
+
568
+ (a) Did you state the full set of assumptions of all theoretical results? [Yes]
569
+ (b) Did you include complete proofs of all theoretical results? [No] The proofs of all theorems are given in the main paper, except that of Theorem 3 which is given in Appendix 2.
570
+
571
+ 3. If you ran experiments...
572
+
573
+ (a) Did you include the code, data, and instructions needed to reproduce the main experimental results (either in the supplemental material or as a URL)? [Yes] The code and the instructions for our simulations are included in the supplemental material.
574
+ (b) Did you specify all the training details (e.g., data splits, hyperparameters, how they were chosen)? [Yes] We specified the details of our simulations in the figures’ captions.
575
+ (c) Did you report error bars (e.g., with respect to the random seed after running experiments multiple times)? [Yes] We reported the error bars in Figure 2
576
+ (d) Did you include the total amount of compute and the type of resources used (e.g., type of GPUs, internal cluster, or cloud provider)? [N/A] Our experiments are not computationally intensive.
577
+
578
+ 4. If you are using existing assets (e.g., code, data, models) or curating/releasing new assets...
579
+
580
+ (a) If your work uses existing assets, did you cite the creators? [N/A]
581
+ (b) Did you mention the license of the assets? [N/A]
582
+ (c) Did you include any new assets either in the supplemental material or as a URL? [N/A]
583
+ (d) Did you discuss whether and how consent was obtained from people whose data you’re using/curating? [N/A]
584
+ (e) Did you discuss whether the data you are using/curating contains personally identifiable information or offensive content? [N/A]
585
+
586
+ 5. If you used crowdsourcing or conducted research with human subjects...
587
+
588
+ (a) Did you include the full text of instructions given to participants and screenshots, if applicable? [N/A]
589
+ (b) Did you describe any potential participant risks, with links to Institutional Review Board (IRB) approvals, if applicable? [N/A]
590
+ (c) Did you include the estimated hourly wage paid to participants and the total amount spent on participant compensation? [N/A]
parse/train/Pk972F7J8Um/Pk972F7J8Um_content_list.json ADDED
@@ -0,0 +1,1591 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "type": "text",
4
+ "text": "Differential Privacy of Dirichlet Posterior Sampling ",
5
+ "text_level": 1,
6
+ "bbox": [
7
+ 184,
8
+ 122,
9
+ 812,
10
+ 147
11
+ ],
12
+ "page_idx": 0
13
+ },
14
+ {
15
+ "type": "text",
16
+ "text": "Anonymous Author(s) \nAffiliation \nAddress \nemail ",
17
+ "bbox": [
18
+ 423,
19
+ 200,
20
+ 580,
21
+ 256
22
+ ],
23
+ "page_idx": 0
24
+ },
25
+ {
26
+ "type": "text",
27
+ "text": "Abstract ",
28
+ "text_level": 1,
29
+ "bbox": [
30
+ 462,
31
+ 294,
32
+ 535,
33
+ 310
34
+ ],
35
+ "page_idx": 0
36
+ },
37
+ {
38
+ "type": "text",
39
+ "text": "1 We study the inherent privacy of releasing a single sample from a Dirichlet posterior \n2 distribution. As a complement to the previous study that provides general theories \n3 on the differential privacy of posterior sampling from exponential families, this \n4 study focuses specifically on the Dirichlet posterior sampling and its privacy \n5 guarantees. With the notion of truncated concentrated differential privacy (tCDP), \n6 we are able to derive a simple privacy guarantee of the Dirichlet posterior sampling, \n7 which effectively allows us to analyze its utility in various settings. Specifically, \n8 we provide accuracy guarantees of the Dirichlet posterior sampling in Multinomial \n9 Dirichlet sampling and private normalized histogram publishing. ",
40
+ "bbox": [
41
+ 150,
42
+ 329,
43
+ 767,
44
+ 465
45
+ ],
46
+ "page_idx": 0
47
+ },
48
+ {
49
+ "type": "text",
50
+ "text": "10 1 Introduction ",
51
+ "text_level": 1,
52
+ "bbox": [
53
+ 148,
54
+ 497,
55
+ 312,
56
+ 515
57
+ ],
58
+ "page_idx": 0
59
+ },
60
+ {
61
+ "type": "text",
62
+ "text": "11 The Bayesian framework provides a way to perform statistical analysis by combining prior beliefs \n12 with real-life evidence. At a high level, the belief and the evidence are assumed to be described \n13 by probabilistic models. As we receive new data, our belief is updated accordingly via the Bayes’ \n14 theorem, resulting in the so-called posterior belief. The posterior tells us how much we are uncertain \n15 about the model’s parameters. \n16 The Dirichlet distribution is usually chosen as the prior when performing Bayesian analysis on discrete \n17 variables, as it is a conjugate prior to the categorical and multinomial distributions. Specifically, \n18 Dirichlet distributions are often used in discrete mixture models, where a Dirichlet prior is put on \n19 the mixture weights [LW92; MMR05]. Such models have applications in NLP [PB98], biophysical \n20 systems [Hin15], accident analysis [de 06], and genetics [BHW00; PM01; CWS03]. In all of these \n21 studies, samplings from Dirichlet posteriors arise when performing Markov chain Monte Carlo \n22 methods for approximate Bayesian inference. \n23 Dirichlet posterior sampling also appears in other learning tasks. For example, in Bayesian active \n24 learning, it arises in Gibbs sampling, which is used to approximate the posterior of the classifier over \n25 the labeled sample [NLYCC13]. In Thompson sampling for multi-armed bandits, one repeatedly \n26 draws a sample from the Dirichlet posterior of each arm, and picks the arm whose sample maximizes \n27 the reward [ZHGSY20; AAFK20; NIK20]. And in Bayesian reinforcement learning, state-transition \n28 probabilities are sampled from the Dirichlet posterior over past observed states [Str00; ORR13]. \n29 Dirichlet posterior sampling can also be used for data synthesis. Suppose that we have a histogram \n30 $( x _ { 1 } , \\ldots , x _ { d } )$ of actual data. An approximate discrete distribution of this histogram can be obtained by \n31 drawing a sample $\\mathbf { Y }$ from Dirichlet $( x _ { 1 } + \\alpha _ { 1 } , \\ldots , x _ { d } + \\alpha _ { d } )$ , where $\\alpha _ { 1 } , \\ldots , \\alpha _ { d }$ are prior parameters. \n32 Then synthetic data is produced by repeatedly drawing from Multinomial(Y). There are many \n33 studies on data synthesis that followed this approach [AV08; MKAGV08; RWZ14; PG14; SJGLY17]. \n34 In the above examples, the data that we integrate into these tasks might contain sensitive information. \n35 Thus it is important to ask: how much of the information is protected from the Dirichlet samplings? \n36 The goal of this study is to find an answer to this question. \n37 The mathematical framework of differential privacy (DP) [DMNS06] allows us to quantify how much \n38 the privacy of the Dirichlet posterior sampling is affected by the prior parameters $\\alpha _ { 1 } , \\ldots , \\alpha _ { d }$ . In the \n39 definition of DP, the privacy of a randomized algorithm is measured by how much its distribution \n40 changes upon perturbing a single data point of the input. Nonetheless, this notion might be too \n41 strict for the Dirichlet distribution, as a small perturbation of a near-zero parameter can cause a large \n42 distribution shift. Thus, it might be more appropriate to rely on one of several relaxed notions of \n43 DP, such as approximate differential privacy, Rényi differential privacy, or concentrated differential \n44 privacy. It is natural to wonder if the Dirichlet posterior sampling satisfies any of these definitions. ",
63
+ "bbox": [
64
+ 147,
65
+ 531,
66
+ 825,
67
+ 607
68
+ ],
69
+ "page_idx": 0
70
+ },
71
+ {
72
+ "type": "text",
73
+ "text": "",
74
+ "bbox": [
75
+ 147,
76
+ 614,
77
+ 825,
78
+ 719
79
+ ],
80
+ "page_idx": 0
81
+ },
82
+ {
83
+ "type": "text",
84
+ "text": "",
85
+ "bbox": [
86
+ 147,
87
+ 727,
88
+ 825,
89
+ 818
90
+ ],
91
+ "page_idx": 0
92
+ },
93
+ {
94
+ "type": "text",
95
+ "text": "",
96
+ "bbox": [
97
+ 147,
98
+ 824,
99
+ 826,
100
+ 900
101
+ ],
102
+ "page_idx": 0
103
+ },
104
+ {
105
+ "type": "text",
106
+ "text": "",
107
+ "bbox": [
108
+ 147,
109
+ 92,
110
+ 826,
111
+ 136
112
+ ],
113
+ "page_idx": 1
114
+ },
115
+ {
116
+ "type": "text",
117
+ "text": "",
118
+ "bbox": [
119
+ 147,
120
+ 143,
121
+ 825,
122
+ 265
123
+ ],
124
+ "page_idx": 1
125
+ },
126
+ {
127
+ "type": "text",
128
+ "text": "45 1.1 Overview of Our results ",
129
+ "text_level": 1,
130
+ "bbox": [
131
+ 148,
132
+ 281,
133
+ 380,
134
+ 296
135
+ ],
136
+ "page_idx": 1
137
+ },
138
+ {
139
+ "type": "text",
140
+ "text": "46 This study focuses on the privacy and utility of Dirichlet posterior sampling. In summary, we provide \n47 a closed-form privacy guarantee of the Dirichlet posterior sampling, which in turn allows us to \n48 effectively analyze its utility in various settings. ",
141
+ "bbox": [
142
+ 148,
143
+ 308,
144
+ 825,
145
+ 353
146
+ ],
147
+ "page_idx": 1
148
+ },
149
+ {
150
+ "type": "text",
151
+ "text": "$\\ S 3$ Privacy. We study the role of the prior parameters in the privacy of the Dirichlet posterior sampling. Theorem 1 is our main result, where we provide a guaranteed upper bound for truncated concentrated differential privacy (tCDP) of the Dirichlet posterior sampling. In addition, we convert the tCDP guarantee into an approximate differential privacy guarantee in Corollary 2. ",
152
+ "bbox": [
153
+ 173,
154
+ 361,
155
+ 825,
156
+ 421
157
+ ],
158
+ "page_idx": 1
159
+ },
160
+ {
161
+ "type": "text",
162
+ "text": "$\\ S 4$ Utility. Using the tCDP guarantee, we investigate the utility of Dirichlet posterior sampling applied in two specific applications: ",
163
+ "bbox": [
164
+ 163,
165
+ 422,
166
+ 823,
167
+ 452
168
+ ],
169
+ "page_idx": 1
170
+ },
171
+ {
172
+ "type": "text",
173
+ "text": "• In Section 4.1, we consider one-time sampling from a Multinomial-Dirichlet distribution. But instead of directly sampling from this distribution, we sample from another distribution with larger prior parameters. The accuracy is then measured by the KL-divergence between the original and the private distributions. \n• In Section 4.2, we use the Dirichlet posterior sampling for a private release of a normalized histogram. In this case, the accuracy is measured by the mean-squared error between the sample and the original normalized histogram. ",
174
+ "bbox": [
175
+ 217,
176
+ 463,
177
+ 825,
178
+ 577
179
+ ],
180
+ "page_idx": 1
181
+ },
182
+ {
183
+ "type": "text",
184
+ "text": "62 In both tasks, we compute the sample size that guarantees the desired level of accuracy. In the case \n63 of private histogram publishing, we also compare the Dirichlet posterior sampling to the Gaussian \n64 mechanism. ",
185
+ "bbox": [
186
+ 148,
187
+ 588,
188
+ 825,
189
+ 633
190
+ ],
191
+ "page_idx": 1
192
+ },
193
+ {
194
+ "type": "text",
195
+ "text": "65 1.2 Related work ",
196
+ "text_level": 1,
197
+ "bbox": [
198
+ 151,
199
+ 651,
200
+ 305,
201
+ 666
202
+ ],
203
+ "page_idx": 1
204
+ },
205
+ {
206
+ "type": "text",
207
+ "text": "66 There are several studies on the differential privacy of posterior sampling. Wang, Fienberg, and \n67 Smola [WFS15] showed that any posterior sampling with the log-likelihood bounded by $B$ is $4 B$ - \n68 differentially private. However, the likelihoods that we study are not bounded away from zero; they \n69 have the form $\\Pi _ { i } p _ { i } ^ { x _ { i } }$ which becomes small when one of the $p _ { i }$ ’s is close to zero. Dimitrakakis, Nelson, \n70 Zhang, Mitrokotsa, and Rubinstein [DNZMR17] showed that if the condition on the log-likelihood is \n71 relaxed to the Lipschitz continuity with high probability, then one can obtain the approximate DP. \n72 Nonetheless, with the Dirichlet density, it is difficult to compute the probability of events in which \n73 the Lipschitz condition is satisfied. \n74 In the case that the sufficient statistics $\\mathbf { x }$ has finite $\\ell ^ { 1 }$ -sensitivity, Foulds, Geumlek, Welling and \n75 Chaudhuri [FGWC16] suggested adding Laplace noises to $\\mathbf { x }$ . Suppose that y is the output; they \n76 showed that sampling from $p ( \\boldsymbol { \\theta } | \\mathbf { y } )$ is differentially private and as asymptotically efficient as sampling \n77 from $p ( \\boldsymbol { \\theta } | \\mathbf { x } )$ . However, for a small sample size, the posterior over the noisy statistics might be too \n78 far away from the actual posterior. Bernstein and Sheldon [BS18] thus proposed to approximate the \n79 joint distribution $p ( \\boldsymbol { \\theta } , \\mathbf { x } , \\mathbf { y } )$ using Gibbs sampling, which is then integrated over $\\mathbf { x }$ to obtain a more \n80 accurate posterior over $\\mathbf { y }$ . \n81 Geumlek, Song, and Chaudhuri [GSC17] were the first to study the posterior sampling with the \n82 RDP. Even though they provided a general framework to find $( \\lambda , \\epsilon )$ -RDP guarantees for exponential \n83 families, explicit forms of $\\epsilon$ and the upper bound of $\\lambda$ were not given. In contrast, our tCDP guarantees \n84 of the Dirichlet posterior sampling imply an explicit expression for $\\epsilon$ , and also an upper bound for $\\lambda$ . \n85 The privacy of data synthesis via sampling from Multinomial $( \\mathbf { Y } )$ , where $\\mathbf { Y }$ is a discrete distri \n86 bution drawn from the Dirichlet posterior, was first studied by Machanavajjhala, Kifer, Abowd, \n87 Gehrke, and Vilhuber [MKAGV08]. They showed that the data synthesis is $( \\varepsilon , \\delta )$ -probabilistic DP, \n88 which implies $( \\varepsilon , \\delta )$ -approximate DP. However, as their privacy analysis includes the sampling from \n89 Multinomial $( \\mathbf { Y } )$ , their privacy guarantee depends on the number of synthetic samples. In contrast, \n90 we show that the one-time sampling from the Dirichlet posterior is approximate DP, which by the \n91 post-processing property allows us to sample from Multinomial $( \\mathbf { Y } )$ as many times as we want while \n92 retaining the same privacy guarantee. \n93 The Dirichlet mechanism was first introduced by Gohari, Wu, Hawkins, Hale, and Topcu [GWHHT21]. \n94 Originally, the Dirichlet mechanism takes a discrete distribution $\\mathbf { p } : = ( p _ { 1 } , \\ldots , p _ { d } )$ and draws one \n95 sample $\\mathbf { Y } \\sim \\mathrm { D i r i c h l e t } ( r p _ { 1 } , \\dots , r p _ { d } )$ . Note the absence of the prior parameters, which makes $\\mathbf { Y }$ an \n96 unbiased estimator of $\\mathbf { p }$ . But this comes with a cost, as the worst case of privacy violation occurs \n97 when almost all of the parameters are close to zero. The authors avoided this issue by restricting \n98 the input space to a subset of the unit simplex, with some of the $p _ { i }$ ’s bounded below by a fixed \n99 positive constant. This results in complicated expressions for the privacy guarantees as they involve \n100 a minimization problem over the restricted domain. In this study, we take a different approach by \n101 adding prior parameters to the Dirichlet mechanism. As a result, we obtain a biased algorithm that \n102 requires no assumption on the input space and has simpler forms of privacy guarantees. ",
208
+ "bbox": [
209
+ 147,
210
+ 678,
211
+ 825,
212
+ 799
213
+ ],
214
+ "page_idx": 1
215
+ },
216
+ {
217
+ "type": "text",
218
+ "text": "",
219
+ "bbox": [
220
+ 147,
221
+ 806,
222
+ 825,
223
+ 912
224
+ ],
225
+ "page_idx": 1
226
+ },
227
+ {
228
+ "type": "text",
229
+ "text": "",
230
+ "bbox": [
231
+ 147,
232
+ 90,
233
+ 825,
234
+ 151
235
+ ],
236
+ "page_idx": 2
237
+ },
238
+ {
239
+ "type": "text",
240
+ "text": "",
241
+ "bbox": [
242
+ 145,
243
+ 157,
244
+ 825,
245
+ 279
246
+ ],
247
+ "page_idx": 2
248
+ },
249
+ {
250
+ "type": "text",
251
+ "text": "",
252
+ "bbox": [
253
+ 145,
254
+ 285,
255
+ 826,
256
+ 438
257
+ ],
258
+ "page_idx": 2
259
+ },
260
+ {
261
+ "type": "text",
262
+ "text": "1.3 Notations ",
263
+ "text_level": 1,
264
+ "bbox": [
265
+ 158,
266
+ 452,
267
+ 279,
268
+ 467
269
+ ],
270
+ "page_idx": 2
271
+ },
272
+ {
273
+ "type": "text",
274
+ "text": "104 We let $\\mathbb { R } _ { \\geq 0 } ^ { d }$ be the set of $d$ -tuples of non-negative real numbers and $\\mathbb { R } _ { > 0 } ^ { d }$ be the set of $d$ -tuples of \n105 positive real numbers. We assume that all vectors are $d$ -dimensional where $d \\geq 2$ . The notations for \n106 all vectors are always in bold. Specifically, $\\mathbf { x } : = ( x _ { 1 } , \\ldots , x _ { d } ) \\in \\mathbb { R } _ { \\geq 0 } ^ { d }$ consists of sample statistics of \n107 the data and $\\pmb { \\alpha } : = ( \\alpha _ { 1 } , \\ldots , \\alpha _ { d } ) \\in \\mathbb { R } _ { > 0 } ^ { d }$ consists of the prior parameters. The vector $\\mathbf { p } : = ( p _ { 1 } , \\ldots , p _ { d } )$ \n108 always satisfies $\\textstyle \\sum _ { i } p _ { i } = 1$ . The number of observations is always $N$ . We also denote $x _ { 0 } : = \\textstyle \\sum _ { i } x _ { i }$ \n109 and $\\alpha _ { 0 } : = \\textstyle \\sum _ { i } \\alpha _ { i }$ . For any vectors $\\mathbf { x } , \\mathbf { x } ^ { \\prime }$ and scalar $r > 0$ , we write $\\mathbf { x } + \\mathbf { x } ^ { \\prime } : = ( x _ { 1 } + x _ { 1 } ^ { \\prime } , \\ldots , x _ { d } + x _ { d } ^ { \\prime } )$ \n110 and $r \\mathbf { x } : = ( r x _ { 1 } , \\ldots , r x _ { d } )$ . For any positive reals $x$ and $x ^ { \\prime }$ , the notation $x \\propto x ^ { \\prime }$ means $x = C x ^ { \\prime }$ for \n111 some constant $C > 0$ , $x \\approx x ^ { \\prime }$ means $c x ^ { \\prime } \\leq x \\leq C x ^ { \\prime }$ for some $c , C > 0$ , and $x \\lesssim x ^ { \\prime }$ means $x \\leq C x ^ { \\prime }$ \n112 for some $C > 0$ . Lastly, $\\| \\mathbf { x } \\| _ { \\infty } : = \\operatorname* { m a x } _ { i } | x _ { i } |$ is the $\\ell ^ { \\infty }$ norm of $\\mathbf { x }$ . ",
275
+ "bbox": [
276
+ 140,
277
+ 478,
278
+ 826,
279
+ 617
280
+ ],
281
+ "page_idx": 2
282
+ },
283
+ {
284
+ "type": "text",
285
+ "text": "13 2 Background ",
286
+ "text_level": 1,
287
+ "bbox": [
288
+ 155,
289
+ 633,
290
+ 308,
291
+ 651
292
+ ],
293
+ "page_idx": 2
294
+ },
295
+ {
296
+ "type": "text",
297
+ "text": "2.1 Privacy models ",
298
+ "text_level": 1,
299
+ "bbox": [
300
+ 173,
301
+ 664,
302
+ 318,
303
+ 679
304
+ ],
305
+ "page_idx": 2
306
+ },
307
+ {
308
+ "type": "text",
309
+ "text": "Definition 2.1 (Pure and Approximate DP [DMNS06]). A randomized mechanism $M : \\mathcal { X } ^ { n } \\mathcal { Y }$ is $( \\varepsilon , \\delta )$ -differentially private $( \\varepsilon , \\delta )$ -DP) if for any datasets $x , x ^ { \\prime }$ differing on a single entry, and all events $E \\subset \\mathcal { V }$ , ",
310
+ "bbox": [
311
+ 173,
312
+ 690,
313
+ 825,
314
+ 736
315
+ ],
316
+ "page_idx": 2
317
+ },
318
+ {
319
+ "type": "equation",
320
+ "img_path": "images/a03fcdf947f012874d645b12dc14503ac64d8f6d03d5b3a81a3e0270a6008422.jpg",
321
+ "text": "$$\n\\mathbb { P } [ M ( x ) \\in E ] \\leq e ^ { \\varepsilon } \\mathbb { P } [ M ( x ^ { \\prime } ) \\in E ] + \\delta .\n$$",
322
+ "text_format": "latex",
323
+ "bbox": [
324
+ 369,
325
+ 736,
326
+ 627,
327
+ 752
328
+ ],
329
+ "page_idx": 2
330
+ },
331
+ {
332
+ "type": "text",
333
+ "text": "118 If $M$ is $( \\varepsilon , 0 )$ -DP, then we say that it is $\\varepsilon$ -differential privacy $\\dot { \\varepsilon }$ -DP). ",
334
+ "bbox": [
335
+ 148,
336
+ 753,
337
+ 625,
338
+ 768
339
+ ],
340
+ "page_idx": 2
341
+ },
342
+ {
343
+ "type": "text",
344
+ "text": "19 The term pure differential privacy (pure DP) refers to $\\epsilon$ -differential privacy, while approximate \n20 differential privacy (approximate DP) refers to $( \\varepsilon , \\delta )$ -DP when $\\delta > 0$ . ",
345
+ "bbox": [
346
+ 153,
347
+ 777,
348
+ 825,
349
+ 809
350
+ ],
351
+ "page_idx": 2
352
+ },
353
+ {
354
+ "type": "text",
355
+ "text": "121 In contrast to pure and approximate DP, the next definitions of differential privacy are defined in terms of the Rényi divergence between 122 $M ( x )$ and $M ( x ^ { \\prime } )$ : ",
356
+ "bbox": [
357
+ 150,
358
+ 815,
359
+ 825,
360
+ 847
361
+ ],
362
+ "page_idx": 2
363
+ },
364
+ {
365
+ "type": "text",
366
+ "text": "123 Definition 2.2 (Rényi Divergence [Rén61]). Let $P$ and $Q$ be probability distributions. $\\mathrm { F o r } \\lambda \\in ( 1 , \\infty )$ \n124 the Rényi divergence of order $\\lambda$ between $P$ and $Q$ is defined as ",
367
+ "bbox": [
368
+ 143,
369
+ 848,
370
+ 828,
371
+ 878
372
+ ],
373
+ "page_idx": 2
374
+ },
375
+ {
376
+ "type": "equation",
377
+ "img_path": "images/93eccc79cfb463d3011599e5ccc70bc2df5473e9e983b54fac6d7edb496536f4.jpg",
378
+ "text": "$$\n\\mathrm { D } _ { \\lambda } ( P \\| Q ) : = { \\frac { 1 } { \\lambda - 1 } } \\log \\int P ( y ) ^ { \\lambda } Q ( y ) ^ { 1 - \\lambda } d y = { \\frac { 1 } { \\lambda - 1 } } \\log \\biggl ( \\operatorname { \\mathbb { E } } _ { y \\sim P } \\biggl [ { \\frac { P ( y ) ^ { \\lambda - 1 } } { Q ( y ) ^ { \\lambda - 1 } } } \\biggr ] \\biggr . . \\biggr )\n$$",
379
+ "text_format": "latex",
380
+ "bbox": [
381
+ 233,
382
+ 881,
383
+ 763,
384
+ 916
385
+ ],
386
+ "page_idx": 2
387
+ },
388
+ {
389
+ "type": "text",
390
+ "text": "125 Definition 2.3 (tCDP and zCDP [BDRS18; BS16]). A randomized mechanism $M : \\mathcal { X } ^ { n } \\mathcal { Y }$ is \n126 $\\omega$ -truncated $\\rho$ -concentrated differentially private $( ( \\rho , \\omega )$ -tCDP) if for any datasets $x , x ^ { \\prime }$ differing on a \n127 single entry and for all $\\lambda \\in ( 1 , \\omega )$ , ",
391
+ "bbox": [
392
+ 140,
393
+ 90,
394
+ 825,
395
+ 137
396
+ ],
397
+ "page_idx": 3
398
+ },
399
+ {
400
+ "type": "equation",
401
+ "img_path": "images/ada4dfd5ac3d4ef86be7aac385827fcfd1809248cc9c468a693ec0b99e679e3a.jpg",
402
+ "text": "$$\n\\begin{array} { r } { \\mathrm { D } _ { \\lambda } ( M ( x ) \\| M ( x ^ { \\prime } ) ) \\leq \\lambda \\rho . } \\end{array}\n$$",
403
+ "text_format": "latex",
404
+ "bbox": [
405
+ 411,
406
+ 140,
407
+ 584,
408
+ 159
409
+ ],
410
+ "page_idx": 3
411
+ },
412
+ {
413
+ "type": "text",
414
+ "text": "128 If $M$ is $( \\rho , \\infty )$ -tCDP, then we say that it is $\\rho$ -zero-concentrated differential privacy ( $\\rho$ -zCDP). ",
415
+ "bbox": [
416
+ 151,
417
+ 162,
418
+ 789,
419
+ 179
420
+ ],
421
+ "page_idx": 3
422
+ },
423
+ {
424
+ "type": "text",
425
+ "text": "129 Note that both tCDP and zCDP have the composition and post-processing properties. Intuitively, $\\rho$ con \n130 trols the expectation and standard deviation of the privacy loss random variable: Z = log P [M(x)=Y ]P [M(x0)=Y ] , \n131 where $Y$ has density $M ( x )$ , and $\\omega$ controls the number of standard deviations for which $Z$ concen \n132 trates like a Gaussian. A smaller $\\rho$ and larger $\\omega$ correspond to a stronger privacy guarantee. It turns \n133 out that tCDP implies approximate DP: \n134 Lemma 1 (From tCDP to Approximate DP [BDRS18]). Let $\\delta > 0$ . If M is a $( \\rho , \\omega )$ -tCDP mechanism, \n135 then it also satisfies $( \\varepsilon , \\delta )$ - $D P$ with ",
426
+ "bbox": [
427
+ 140,
428
+ 188,
429
+ 828,
430
+ 267
431
+ ],
432
+ "page_idx": 3
433
+ },
434
+ {
435
+ "type": "text",
436
+ "text": "",
437
+ "bbox": [
438
+ 145,
439
+ 270,
440
+ 826,
441
+ 301
442
+ ],
443
+ "page_idx": 3
444
+ },
445
+ {
446
+ "type": "equation",
447
+ "img_path": "images/5682ac841ef523f83696996e82de41e02241bf842345449d1713bf0934043f2d.jpg",
448
+ "text": "$$\n\\varepsilon = \\left\\{ \\begin{array} { l l } { \\rho + 2 \\sqrt { \\rho \\log ( 1 / \\delta ) } \\quad } & { i f \\log ( 1 / \\delta ) \\leq ( \\omega - 1 ) ^ { 2 } \\rho } \\\\ { \\rho \\omega + \\frac { \\log ( 1 / \\delta ) } { \\omega - 1 } } & { i f \\log ( 1 / \\delta ) > ( \\omega - 1 ) ^ { 2 } \\rho } \\end{array} \\right. .\n$$",
449
+ "text_format": "latex",
450
+ "bbox": [
451
+ 312,
452
+ 304,
453
+ 686,
454
+ 347
455
+ ],
456
+ "page_idx": 3
457
+ },
458
+ {
459
+ "type": "text",
460
+ "text": "136 2.2 Dirichlet distribution ",
461
+ "text_level": 1,
462
+ "bbox": [
463
+ 142,
464
+ 359,
465
+ 362,
466
+ 376
467
+ ],
468
+ "page_idx": 3
469
+ },
470
+ {
471
+ "type": "text",
472
+ "text": "137 For $\\alpha \\in \\mathbb { R } _ { > 0 } ^ { d }$ , the Dirichlet distribution Dirichlet $( \\alpha )$ is a continuous distribution of $d$ -dimensional \n138 probability vectors i.e. vectors whose coordinate sum is equal to 1. The density function of $\\mathbf { Y } \\sim$ \n139 Dirichlet $( \\alpha )$ is given by: ",
473
+ "bbox": [
474
+ 142,
475
+ 386,
476
+ 825,
477
+ 431
478
+ ],
479
+ "page_idx": 3
480
+ },
481
+ {
482
+ "type": "equation",
483
+ "img_path": "images/cb865a389ca943847c9b7ca4d3ac4e3e6cafefda1521cf6aeef1ab38819aa540.jpg",
484
+ "text": "$$\np ( \\mathbf { y } ) = \\frac { 1 } { B ( \\pmb { \\alpha } ) } \\prod _ { i = 1 } ^ { d } y _ { i } ^ { \\alpha _ { i } - 1 } ,\n$$",
485
+ "text_format": "latex",
486
+ "bbox": [
487
+ 413,
488
+ 429,
489
+ 583,
490
+ 473
491
+ ],
492
+ "page_idx": 3
493
+ },
494
+ {
495
+ "type": "text",
496
+ "text": "140 where $B ( \\alpha )$ is the beta function, which can be written in terms of the gamma function: ",
497
+ "bbox": [
498
+ 137,
499
+ 474,
500
+ 743,
501
+ 489
502
+ ],
503
+ "page_idx": 3
504
+ },
505
+ {
506
+ "type": "equation",
507
+ "img_path": "images/4de47ec9a7935d45799b02e33e5087d394647393a8890ed4359090d66b6b2981.jpg",
508
+ "text": "$$\nB ( \\pmb { \\alpha } ) = \\frac { \\prod _ { i } \\Gamma ( \\alpha _ { i } ) } { \\Gamma ( \\sum _ { i } \\alpha _ { i } ) } .\n$$",
509
+ "text_format": "latex",
510
+ "bbox": [
511
+ 431,
512
+ 492,
513
+ 566,
514
+ 529
515
+ ],
516
+ "page_idx": 3
517
+ },
518
+ {
519
+ "type": "text",
520
+ "text": "141 2.3 Dirichlet posterior sampling ",
521
+ "text_level": 1,
522
+ "bbox": [
523
+ 145,
524
+ 541,
525
+ 410,
526
+ 556
527
+ ],
528
+ "page_idx": 3
529
+ },
530
+ {
531
+ "type": "text",
532
+ "text": "142 We consider the prior Dirichlet $( \\alpha )$ and the likelihood of the form $\\begin{array} { r } { p ( \\mathbf { x } | \\mathbf { y } ) \\propto \\prod _ { i = 1 } ^ { d } y _ { i } ^ { x _ { i } } } \\end{array}$ where \n143 $\\mathbf { x } \\in \\mathbb { R } _ { \\geq 0 } ^ { d }$ consists of sample statistics of the dataset. The Dirichlet posterior sampling is a one-time \n144 sampling: ",
533
+ "bbox": [
534
+ 142,
535
+ 566,
536
+ 825,
537
+ 612
538
+ ],
539
+ "page_idx": 3
540
+ },
541
+ {
542
+ "type": "equation",
543
+ "img_path": "images/81c53d2e40427e02c3b08c62fc781df0d80965bd295a8ecfc387de285a339621.jpg",
544
+ "text": "$$\n\\mathbf { Y } \\sim { \\mathrm { D i r i c h l e t } } ( \\mathbf { x } + \\pmb { \\alpha } ) .\n$$",
545
+ "text_format": "latex",
546
+ "bbox": [
547
+ 416,
548
+ 612,
549
+ 578,
550
+ 628
551
+ ],
552
+ "page_idx": 3
553
+ },
554
+ {
555
+ "type": "text",
556
+ "text": "145 There is a modification of the sampling which introduces a concentration parameter $r > 0$ , and \n146 instead we sample from Dirichlet $( r \\mathbf { x } + \\pmb { \\alpha } )$ [GSC17; GWHHT21]. Smaller values of $r$ make the \n147 sampling more private, and larger values of $r$ make $\\mathbf { Y }$ a closer approximation of $\\mathbf { x }$ . Even though the \n148 case $r = 1$ is the main focus of this study, our main privacy results can be easily extended to other \n149 values of $r$ as we will see at the end of Section 3.1. \n150 Consider a special case where $\\mathbf x = \\mathbf p$ is an empirical distribution derived from the dataset, and we \n151 want $\\mathbf { Y }$ to be a private approximation of $\\mathbf { p }$ ; the sampling $\\mathbf { Y } \\sim { \\mathrm { D i r i c h l e t } } ( r \\mathbf { p } + \\alpha )$ is called the \n152 Dirichlet mechanism [GWHHT21]. It is interesting to note that the Dirichlet mechanism is a form of \n153 the exponential mechanism [MT07]: let $r > 0$ be the privacy parameter, Dirichlet $( \\alpha )$ be the prior, \n154 and the negative KL-divergence be the score function of the exponential mechanism. Then the output \n155 $\\mathbf { Y }$ of this mechanism is distributed according to the following density function: ",
557
+ "bbox": [
558
+ 140,
559
+ 631,
560
+ 825,
561
+ 707
562
+ ],
563
+ "page_idx": 3
564
+ },
565
+ {
566
+ "type": "text",
567
+ "text": "",
568
+ "bbox": [
569
+ 140,
570
+ 713,
571
+ 826,
572
+ 805
573
+ ],
574
+ "page_idx": 3
575
+ },
576
+ {
577
+ "type": "equation",
578
+ "img_path": "images/32fa8491332f190dd97efb2a6ec88182fc644c266ee63558b2bdeccc8187550c.jpg",
579
+ "text": "$$\n\\begin{array} { r l r } & { } & { \\frac { \\exp \\left( - r \\mathrm { D } _ { \\mathrm { K L } } ( \\mathbf { p } , \\mathbf { y } ) \\right) \\prod _ { i } y _ { i } ^ { \\alpha _ { i } - 1 } } { \\int \\exp \\left( - r \\mathrm { D } _ { \\mathrm { K L } } ( \\mathbf { p } , \\mathbf { y } ) \\right) \\prod _ { i } y _ { i } ^ { \\alpha _ { i } - 1 } d \\mathbf { y } } \\propto \\exp \\left( r \\sum _ { i , p _ { i } \\neq 0 } p _ { i } \\log ( y _ { i } / p _ { i } ) \\right) \\prod _ { i } y _ { i } ^ { \\alpha _ { i } - 1 } } \\\\ & { } & { \\propto \\displaystyle \\prod _ { i , p _ { i } \\neq 0 } y _ { i } ^ { r p _ { i } } \\prod _ { i } y _ { i } ^ { \\alpha _ { i } - 1 } = \\prod _ { i } y _ { i } ^ { r p _ { i } + \\alpha _ { i } - 1 } , } \\end{array}\n$$",
580
+ "text_format": "latex",
581
+ "bbox": [
582
+ 240,
583
+ 808,
584
+ 754,
585
+ 895
586
+ ],
587
+ "page_idx": 3
588
+ },
589
+ {
590
+ "type": "text",
591
+ "text": "156 which is exactly the density function of Dirichlet $( r \\mathbf { p } + \\alpha )$ . ",
592
+ "bbox": [
593
+ 140,
594
+ 896,
595
+ 566,
596
+ 912
597
+ ],
598
+ "page_idx": 3
599
+ },
600
+ {
601
+ "type": "text",
602
+ "text": "58 In most of this study, we take advantage of several nice properties of the log-gamma function and its derivatives. Specifically, $\\begin{array} { r } { \\psi ( x ) : = \\frac { d } { d x } \\log \\Gamma ( x ) } \\end{array}$ is concave and increasing, while its derivative $\\psi ^ { \\prime } ( x )$ is positive, convex, and decreasing. In addition, 0 $\\psi ^ { \\prime }$ can be approximated by the reciprocals: ",
603
+ "bbox": [
604
+ 156,
605
+ 117,
606
+ 825,
607
+ 162
608
+ ],
609
+ "page_idx": 4
610
+ },
611
+ {
612
+ "type": "equation",
613
+ "img_path": "images/43598d4f5aab518fd3cbc576f85848eaad039f6a414b2615b48ed5e3a2340362.jpg",
614
+ "text": "$$\n{ \\frac { 1 } { x } } + { \\frac { 1 } { 2 x ^ { 2 } } } < \\psi ^ { \\prime } ( x ) < { \\frac { 1 } { x } } + { \\frac { 1 } { x ^ { 2 } } } ,\n$$",
615
+ "text_format": "latex",
616
+ "bbox": [
617
+ 397,
618
+ 164,
619
+ 599,
620
+ 194
621
+ ],
622
+ "page_idx": 4
623
+ },
624
+ {
625
+ "type": "text",
626
+ "text": "which implies that 161 $\\textstyle \\psi ^ { \\prime } ( x ) \\approx { \\frac { 1 } { x ^ { 2 } } }$ as $x \\to 0$ and $\\begin{array} { r } { \\psi ^ { \\prime } ( x ) \\approx \\frac { 1 } { x } } \\end{array}$ as $x \\to \\infty$ ",
627
+ "bbox": [
628
+ 148,
629
+ 195,
630
+ 620,
631
+ 213
632
+ ],
633
+ "page_idx": 4
634
+ },
635
+ {
636
+ "type": "text",
637
+ "text": "3 Main privacy results ",
638
+ "text_level": 1,
639
+ "bbox": [
640
+ 171,
641
+ 229,
642
+ 379,
643
+ 247
644
+ ],
645
+ "page_idx": 4
646
+ },
647
+ {
648
+ "type": "text",
649
+ "text": "3.1 Truncated concentrated differential privacy ",
650
+ "text_level": 1,
651
+ "bbox": [
652
+ 173,
653
+ 258,
654
+ 517,
655
+ 275
656
+ ],
657
+ "page_idx": 4
658
+ },
659
+ {
660
+ "type": "text",
661
+ "text": "Theorem 1. Let $\\alpha \\in \\mathbb { R } _ { > 0 } ^ { d }$ and $\\alpha _ { m } : = \\operatorname* { m i n } _ { i } \\alpha _ { i }$ . Let $\\gamma \\in ( 0 , \\alpha _ { m } )$ . Let $\\Delta _ { 2 } , \\Delta _ { \\infty } > 0$ be constants that satisfy $\\begin{array} { r } { \\sum _ { i } ( x _ { i } - x _ { i } ^ { \\prime } ) ^ { 2 } \\leq \\Delta _ { 2 } ^ { 2 } } \\end{array}$ and $\\mathrm { m a x } _ { i } \\left| x _ { i } - x _ { i } ^ { \\prime } \\right| \\leq \\Delta _ { \\infty }$ whenever x, $\\mathbf { \\Delta } , \\mathbf { x } ^ { \\prime } \\in \\mathbb { R } _ { \\geq 0 } ^ { 2 }$ are sample statistics of any two datasets differing on a single entry. The one-time sampling from Dirichlet $\\left( \\mathbf { x } + \\alpha \\right)$ is $( \\rho , \\omega )$ -tCDP, where $\\begin{array} { r } { \\omega = \\frac { \\gamma } { \\Delta _ { \\infty } } + 1 } \\end{array}$ and ",
662
+ "bbox": [
663
+ 171,
664
+ 285,
665
+ 825,
666
+ 349
667
+ ],
668
+ "page_idx": 4
669
+ },
670
+ {
671
+ "type": "equation",
672
+ "img_path": "images/9c071f26e5c9b105ed606cd08d89805f7dc5069443a3294706e91b05f41c9b8e.jpg",
673
+ "text": "$$\n\\rho = \\frac { 1 } { 2 } \\Delta _ { 2 } ^ { 2 } \\psi ^ { \\prime } ( \\alpha _ { m } - \\gamma ) .\n$$",
674
+ "text_format": "latex",
675
+ "bbox": [
676
+ 423,
677
+ 351,
678
+ 575,
679
+ 381
680
+ ],
681
+ "page_idx": 4
682
+ },
683
+ {
684
+ "type": "text",
685
+ "text": "168 Note that $( \\rho , \\infty )$ -tCDP is not obtainable, as the ratio between two Dirichlet densities blows up as \n169 $\\omega \\infty$ . We present here a short proof that skips some calculations (see Appendix 1 for a full proof). ",
686
+ "bbox": [
687
+ 140,
688
+ 387,
689
+ 831,
690
+ 420
691
+ ],
692
+ "page_idx": 4
693
+ },
694
+ {
695
+ "type": "text",
696
+ "text": "proof. Consider any 170 $\\begin{array} { r } { \\lambda \\in \\left( 1 , \\frac { \\gamma } { \\Delta _ { \\infty } } + 1 \\right) } \\end{array}$ . Let $\\mathbf { u } : = \\mathbf { x } + \\pmb { \\alpha }$ and $\\mathbf { u } ^ { \\prime } : = \\mathbf { x } ^ { \\prime } + \\alpha ^ { \\prime }$ . Let $P ( \\mathbf { y } )$ be the density of Dirichlet171 $\\mathbf { \\Pi } ( \\mathbf { u } )$ and $P ^ { \\prime } ( \\mathbf { y } )$ be the density of Dirichlet $\\mathbf { \\Pi } ^ { ( \\mathbf { u } ^ { \\prime } ) }$ . A quick calculation shows that: ",
697
+ "bbox": [
698
+ 142,
699
+ 433,
700
+ 826,
701
+ 472
702
+ ],
703
+ "page_idx": 4
704
+ },
705
+ {
706
+ "type": "equation",
707
+ "img_path": "images/9d51b1105be5d627508b18a044d72525a2b62b72c1b7e105ea02b3abafae54e6.jpg",
708
+ "text": "$$\n\\mathbb { E } _ { { \\mathbf { y } } \\sim P ( { \\mathbf { y } } ) } \\left[ \\frac { P ( { \\mathbf { y } } ) ^ { \\lambda - 1 } } { P ^ { \\prime } ( { \\mathbf { y } } ) ^ { \\lambda - 1 } } \\right] = \\frac { B ( { \\mathbf { u } } ^ { \\prime } ) ^ { \\lambda - 1 } } { B ( { \\mathbf { u } } ) ^ { \\lambda - 1 } } \\cdot \\frac { B ( { \\mathbf { u } } + ( \\lambda - 1 ) ( { \\mathbf { u } } - { \\mathbf { u } } ^ { \\prime } ) ) } { B ( { \\mathbf { u } } ) } .\n$$",
709
+ "text_format": "latex",
710
+ "bbox": [
711
+ 285,
712
+ 473,
713
+ 712,
714
+ 508
715
+ ],
716
+ "page_idx": 4
717
+ },
718
+ {
719
+ "type": "text",
720
+ "text": "172 We take the logarithm on both sides and apply the second-order Taylor expansion to the following \n173 $G ( u _ { i } , u _ { i } ^ { \\prime } )$ and $H ( u _ { i } , u _ { i } ^ { \\prime } )$ terms that appear on the right-hand side. As a result, there exist $\\xi$ between \n174 $u _ { i } + ( \\lambda - 1 ) ( u _ { i } - u _ { i } ^ { \\prime } )$ and $u _ { i }$ , and $\\xi ^ { \\prime }$ between $u _ { i }$ and $u _ { i } ^ { \\prime }$ such that ",
721
+ "bbox": [
722
+ 143,
723
+ 510,
724
+ 825,
725
+ 554
726
+ ],
727
+ "page_idx": 4
728
+ },
729
+ {
730
+ "type": "equation",
731
+ "img_path": "images/eda561c84699fa451ed7b193c850b548da587691345bf8f7becc94c8820d1cfd.jpg",
732
+ "text": "$$\n\\begin{array} { r l r } { { G ( u _ { i } , u _ { i } ^ { \\prime } ) : = ( \\lambda - 1 ) ( \\log \\Gamma ( u _ { i } ^ { \\prime } ) - \\log \\Gamma ( u _ { i } ) ) } } \\\\ & { } & \\\\ & { } & { = - ( \\lambda - 1 ) ( x _ { i } - x _ { i } ^ { \\prime } ) \\psi ( u _ { i } ) + \\frac { 1 } { 2 } ( \\lambda - 1 ) ( x _ { i } - x _ { i } ^ { \\prime } ) ^ { 2 } \\psi ^ { \\prime } ( \\xi ^ { \\prime } ) } \\\\ & { } & { H ( u _ { i } , u _ { i } ^ { \\prime } ) : = \\log \\Gamma ( u _ { i } + ( \\lambda - 1 ) ( u _ { i } - u _ { i } ^ { \\prime } ) ) - \\log \\Gamma ( u _ { i } ) } \\\\ & { } & { = ( \\lambda - 1 ) ( x _ { i } - x _ { i } ^ { \\prime } ) \\psi ( u _ { i } ) + \\frac { 1 } { 2 } ( \\lambda - 1 ) ^ { 2 } ( x _ { i } - x _ { i } ^ { \\prime } ) ^ { 2 } \\psi ^ { \\prime } ( \\xi ) , } \\end{array}\n$$",
733
+ "text_format": "latex",
734
+ "bbox": [
735
+ 276,
736
+ 556,
737
+ 723,
738
+ 655
739
+ ],
740
+ "page_idx": 4
741
+ },
742
+ {
743
+ "type": "text",
744
+ "text": "Note that 175 $\\psi ^ { \\prime }$ is increasing. If $x _ { i } > x _ { i } ^ { \\prime }$ , then $\\xi$ and $\\xi ^ { \\prime }$ are bounded below by $u _ { i } ^ { \\prime } \\geq \\alpha _ { m }$ . On the other hand, if 176 $x _ { i } \\leq x _ { i } ^ { \\prime }$ , then $\\xi$ and $\\xi ^ { \\prime }$ are bounded below by $u _ { i } - ( \\lambda - 1 ) | u _ { i } - u _ { i } ^ { \\prime } |$ . The condition 177 $\\begin{array} { r } { \\lambda < \\frac { \\gamma } { \\Delta _ { \\infty } } + 1 } \\end{array}$ guarantees that $u _ { i } - ( \\lambda - 1 ) | u _ { i } - u _ { i } ^ { \\prime } | > \\alpha _ { m } - \\gamma$ . All cases considered, we have ",
745
+ "bbox": [
746
+ 145,
747
+ 656,
748
+ 823,
749
+ 703
750
+ ],
751
+ "page_idx": 4
752
+ },
753
+ {
754
+ "type": "equation",
755
+ "img_path": "images/924a0a8d6141a741238a6777371a02cd2f841049f9963563d324459104d00d79.jpg",
756
+ "text": "$$\n\\begin{array} { l } { G ( u _ { i } , u _ { i } ^ { \\prime } ) + H ( u _ { i } , u _ { i } ^ { \\prime } ) \\leq \\displaystyle \\frac { 1 } { 2 } \\big ( ( \\lambda - 1 ) + ( \\lambda - 1 ) ^ { 2 } \\big ) ( x _ { i } - x _ { i } ^ { \\prime } ) ^ { 2 } \\psi ^ { \\prime } ( \\alpha _ { m } - \\gamma ) } \\\\ { \\displaystyle \\qquad = \\frac { 1 } { 2 } \\lambda ( \\lambda - 1 ) ( x _ { i } - x _ { i } ^ { \\prime } ) ^ { 2 } \\psi ^ { \\prime } ( \\alpha _ { m } - \\gamma ) . } \\end{array}\n$$",
757
+ "text_format": "latex",
758
+ "bbox": [
759
+ 259,
760
+ 707,
761
+ 738,
762
+ 766
763
+ ],
764
+ "page_idx": 4
765
+ },
766
+ {
767
+ "type": "text",
768
+ "text": "Denoting 178 $u _ { 0 } : = \\textstyle \\sum _ { i } u _ { i }$ and $u _ { 0 } ^ { \\prime } : = \\textstyle \\sum _ { i } u _ { i } ^ { \\prime }$ , the same argument shows that $G ( u _ { 0 } , u _ { 0 } ^ { \\prime } ) + H ( u _ { 0 } , u _ { 0 } ^ { \\prime } ) > 0$ . 179 Therefore, ",
769
+ "bbox": [
770
+ 135,
771
+ 767,
772
+ 828,
773
+ 797
774
+ ],
775
+ "page_idx": 4
776
+ },
777
+ {
778
+ "type": "equation",
779
+ "img_path": "images/bdd25e6e1558eba61028d51c44db09f492a18b03b4ee8237fc3befaaf821011a.jpg",
780
+ "text": "$$\n\\begin{array} { r l } & { D _ { \\boldsymbol { \\lambda } } ( P ( \\mathbf { y } ) \\| P ^ { \\prime } ( \\mathbf { y } ) ) = \\displaystyle \\frac { 1 } { \\boldsymbol { \\lambda } - 1 } \\Biggl ( \\sum _ { i } ( G ( u _ { i } , u _ { i } ^ { \\prime } ) + H ( u _ { i } , u _ { i } ^ { \\prime } ) ) - G ( u _ { 0 } , u _ { 0 } ^ { \\prime } ) - H ( u _ { 0 } , u _ { 0 } ^ { \\prime } ) \\Biggr ) } \\\\ & { \\quad \\quad < \\displaystyle \\frac { 1 } { \\boldsymbol { \\lambda } - 1 } \\sum _ { i } ( G ( u _ { i } , u _ { i } ^ { \\prime } ) + H ( u _ { i } , u _ { i } ^ { \\prime } ) ) } \\\\ & { \\quad \\quad \\le \\displaystyle \\frac { 1 } { 2 } \\boldsymbol { \\lambda } \\sum _ { i } ( x _ { i } - x _ { i } ^ { \\prime } ) ^ { 2 } \\psi ^ { \\prime } ( \\alpha _ { m } - \\gamma ) \\le \\frac { 1 } { 2 } \\boldsymbol { \\lambda } \\Delta _ { 2 } ^ { 2 } \\psi ^ { \\prime } ( \\alpha _ { m } - \\gamma ) . } \\end{array}\n$$",
781
+ "text_format": "latex",
782
+ "bbox": [
783
+ 212,
784
+ 797,
785
+ 784,
786
+ 916
787
+ ],
788
+ "page_idx": 4
789
+ },
790
+ {
791
+ "type": "image",
792
+ "img_path": "images/9b723c7be81bab0fe812229760033b22531dcf9d6fe77c60ac3901a2063deaff.jpg",
793
+ "image_caption": [
794
+ "Figure 1: Left: the actual values of $\\begin{array} { r } { \\rho = \\frac { 1 } { 2 } \\operatorname { D } _ { 2 } ( P \\| P ^ { \\prime } ) } \\end{array}$ and the worst case $( \\rho , 2 )$ -tCDP guarantees (2) at $\\Delta _ { 2 } ^ { 2 } = \\Delta _ { \\infty } = 1$ . Here, $P$ and $P ^ { \\prime }$ are Dirichlet posterior densities over $\\mathbf { x } = ( 1 1 , 8 , 6 5 , 2 5 , 3 8 , 0 )$ , $\\mathbf { x } ^ { \\prime } = ( 1 1 , 8 , 6 5 , 2 5 , 3 8 , 1 )$ , and $\\pmb { \\alpha } = ( \\alpha , \\ldots , \\alpha )$ . Right: comparison between $( \\varepsilon , \\delta )$ -DP guarantees of the Dirichlet posterior samplings (8) with different uniform priors: $\\pmb { \\alpha } = ( \\alpha , \\ldots , \\alpha )$ . "
795
+ ],
796
+ "image_footnote": [],
797
+ "bbox": [
798
+ 192,
799
+ 102,
800
+ 808,
801
+ 295
802
+ ],
803
+ "page_idx": 5
804
+ },
805
+ {
806
+ "type": "text",
807
+ "text": "180 The guaranteed upper bound (2) is independent of the sample statistics. As a result, the bound applies \n181 even in worst settings i.e., when $x _ { i } = 0$ and $x _ { i } ^ { \\prime } = \\Delta _ { \\infty }$ , or vice versa, for some $i$ . As we can see in \n182 Figure 1, the upper bound is a close approximation to the actual value of $\\rho$ when $x _ { 6 } = 0$ and $x _ { 6 } ^ { \\prime } = 1$ . \n183 However, being a sample independent bound, the difference becomes substantial when all $x _ { i }$ ’s are \n184 large. There is one way to get around this issue: if there is no privacy violation in assuming that \n185 the sample statistics are always bounded below by some threshold $\\tau$ , then we can incorporate the \n186 threshold into the prior (thus $\\psi ^ { \\prime } ( \\alpha _ { m } - \\gamma )$ in (2) is replaced by $\\psi ^ { \\prime } ( \\alpha _ { m } + \\tau - \\gamma ) )$ . \n187 The parameter $\\gamma$ allows us to adjust the moment bound $\\omega$ as desired. Even though a higher $\\omega$ usually \n188 leads to a better privacy guarantee, there are two downsides to picking $\\gamma$ close to $\\alpha _ { m }$ in this case. \n189 First, note that $\\rho$ contains $\\psi ^ { \\prime } ( \\alpha _ { m } - \\gamma )$ ; as $\\gamma \\to \\alpha _ { m }$ , the value of $\\rho$ diverges to $\\infty$ , leading to a weaker \n190 privacy guarantee instead. Second, as the Taylor approximation (5) is accurate when $u _ { i }$ is close to \n191 $u _ { i } + ( \\lambda - 1 ) ( u _ { i } - u _ { i } ^ { \\prime } )$ , having a large value of $\\lambda$ would push the guaranteed upper bound away from \n192 the actual privacy loss. Thus it is recommended to pick $\\gamma$ so that $\\gamma / \\Delta _ { \\infty } \\geq 1$ and $\\alpha _ { m } - \\gamma \\gg 0$ . \n193 Alternatively, we can choose the value of $\\gamma$ that minimizes $\\varepsilon$ when converting from tCDP to $( \\varepsilon , \\delta )$ -DP \n194 using Lemma 1—this method will be explored in the next subsection. ",
808
+ "bbox": [
809
+ 140,
810
+ 375,
811
+ 826,
812
+ 482
813
+ ],
814
+ "page_idx": 5
815
+ },
816
+ {
817
+ "type": "text",
818
+ "text": "",
819
+ "bbox": [
820
+ 140,
821
+ 486,
822
+ 826,
823
+ 608
824
+ ],
825
+ "page_idx": 5
826
+ },
827
+ {
828
+ "type": "text",
829
+ "text": "Theorem 1 can be easily applied to sampling from Dirichlet $( r \\mathbf { x } + \\alpha )$ . Replacing $\\mathbf { x }$ with $r \\mathbf { x }$ , we have $\\Delta _ { 2 }$ replaced by $r \\Delta _ { 2 }$ and $\\Delta _ { \\infty }$ replaced by $r \\Delta _ { \\infty }$ . Consequently, the sampling is $\\begin{array} { r } { \\left( \\rho , \\frac { \\gamma } { r \\Delta _ { \\infty } } + 1 \\right) } \\end{array}$ -tCDP, where $\\rho = { \\textstyle { \\frac { 1 } { 2 } } r ^ { 2 } \\Delta _ { 2 } ^ { 2 } } \\psi ^ { \\prime } ( \\alpha _ { m } - \\gamma )$ . In Appendix 4, we analyze the scaling of $r$ in conjunction with $\\alpha _ { m }$ at a fixed privacy budget $\\rho$ . ",
830
+ "bbox": [
831
+ 163,
832
+ 614,
833
+ 825,
834
+ 685
835
+ ],
836
+ "page_idx": 5
837
+ },
838
+ {
839
+ "type": "text",
840
+ "text": "3.2 Approximate differential privacy ",
841
+ "text_level": 1,
842
+ "bbox": [
843
+ 169,
844
+ 699,
845
+ 442,
846
+ 715
847
+ ],
848
+ "page_idx": 5
849
+ },
850
+ {
851
+ "type": "text",
852
+ "text": "200 We now convert the tCDP guarantee to an approximate DP guarantee. Let $\\delta \\in ( 0 , 1 )$ . Using Lemma 1, \n201 the Dirichlet posterior sampling with Dirichlet $( \\alpha )$ as the prior is $( \\varepsilon , \\delta )$ -DP with ",
853
+ "bbox": [
854
+ 147,
855
+ 726,
856
+ 826,
857
+ 757
858
+ ],
859
+ "page_idx": 5
860
+ },
861
+ {
862
+ "type": "equation",
863
+ "img_path": "images/6298ff4207b3ce4534b84df6d385b7bcce1b93402f660e9b6ae174c7d896ac30.jpg",
864
+ "text": "$$\n\\varepsilon = \\left\\{ \\begin{array} { l l } { \\rho ( \\gamma ) + 2 \\sqrt { \\rho ( \\gamma ) \\log ( 1 / \\delta ) } } & { \\mathrm { i f ~ } \\log ( 1 / \\delta ) \\leq \\gamma ^ { 2 } \\rho ( \\gamma ) / \\Delta _ { \\infty } ^ { 2 } } \\\\ { \\rho ( \\gamma ) \\Big ( \\frac { \\gamma } { \\Delta _ { \\infty } } + 1 \\Big ) + \\frac { \\log ( 1 / \\delta ) \\Delta _ { \\infty } } { \\gamma } } & { \\mathrm { i f ~ } \\log ( 1 / \\delta ) > \\gamma ^ { 2 } \\rho ( \\gamma ) / \\Delta _ { \\infty } ^ { 2 } } \\end{array} , \\right.\n$$",
865
+ "text_format": "latex",
866
+ "bbox": [
867
+ 274,
868
+ 762,
869
+ 722,
870
+ 808
871
+ ],
872
+ "page_idx": 5
873
+ },
874
+ {
875
+ "type": "text",
876
+ "text": "where 202 $\\begin{array} { r } { \\rho ( \\gamma ) = \\frac { 1 } { 2 } \\Delta _ { 2 } ^ { 2 } \\psi ^ { \\prime } ( \\alpha _ { m } - \\gamma ) } \\end{array}$ ",
877
+ "bbox": [
878
+ 142,
879
+ 813,
880
+ 387,
881
+ 832
882
+ ],
883
+ "page_idx": 5
884
+ },
885
+ {
886
+ "type": "text",
887
+ "text": "203 We try to minimize $\\epsilon$ by adjusting the value of $\\gamma$ . First, we consider the case $\\log ( 1 / \\delta ) \\leq \\gamma ^ { 2 } \\rho ( \\gamma ) / \\Delta _ { \\infty } ^ { 2 }$ \n204 Since $\\rho ( \\gamma )$ is a strictly increasing function of $\\gamma$ , both $\\rho ( \\gamma ) + 2 \\sqrt { \\rho ( \\gamma ) \\log ( 1 / \\delta ) }$ and $\\gamma ^ { 2 } \\rho ( \\gamma ) / \\Delta _ { \\infty } ^ { 2 }$ \n205 are both strictly increasing function of $\\gamma$ . Therefore, $\\varepsilon$ is minimized at the minimum possible \n206 value of $\\gamma$ in this case, that is, at the unique $\\gamma _ { M }$ that satisfies $\\log ( 1 / \\delta ) = \\gamma _ { M } ^ { 2 } \\rho ( \\gamma _ { M } ) / \\Delta _ { \\infty } ^ { 2 } =$ \n207 $\\begin{array} { r } { \\frac { 1 } { 2 } \\gamma _ { M } ^ { 2 } \\Delta _ { 2 } ^ { 2 } \\psi ^ { \\prime } ( \\alpha _ { m } - \\gamma _ { M } ) / \\Delta _ { \\infty } ^ { 2 } } \\end{array}$ . \n208 Now we consider the second case, when $\\gamma < \\gamma _ { M }$ . As $\\rho ( \\gamma )$ is an increasing positive convex function \n209 of $\\gamma$ , the function ",
888
+ "bbox": [
889
+ 140,
890
+ 835,
891
+ 826,
892
+ 914
893
+ ],
894
+ "page_idx": 5
895
+ },
896
+ {
897
+ "type": "text",
898
+ "text": "",
899
+ "bbox": [
900
+ 138,
901
+ 90,
902
+ 826,
903
+ 121
904
+ ],
905
+ "page_idx": 6
906
+ },
907
+ {
908
+ "type": "equation",
909
+ "img_path": "images/dcd8f2f31dac6a5156ad364cfe9c4a90ce60b51aeb6769e198459e174b0e14bb.jpg",
910
+ "text": "$$\nf ( \\gamma ) : = \\frac 1 2 \\Delta _ { 2 } ^ { 2 } \\psi ^ { \\prime } ( \\alpha _ { m } - \\gamma ) \\left( \\frac { \\gamma } { \\Delta _ { \\infty } } + 1 \\right) + \\frac { \\log ( 1 / \\delta ) \\Delta _ { \\infty } } { \\gamma } ; \\qquad \\gamma \\in ( 0 , \\gamma _ { M } ] ,\n$$",
911
+ "text_format": "latex",
912
+ "bbox": [
913
+ 253,
914
+ 121,
915
+ 743,
916
+ 156
917
+ ],
918
+ "page_idx": 6
919
+ },
920
+ {
921
+ "type": "text",
922
+ "text": "is also convex in $\\gamma$ , and thus has a unique minimizer $\\underline { { \\gamma _ { m } } } \\in ( 0 , \\gamma _ { M } ]$ . Comparing to the first case, we have $f ( \\gamma _ { m } ) \\leq f ( \\gamma _ { M } ) = \\rho ( \\gamma _ { M } ) + 2 \\sqrt { \\rho ( \\gamma _ { M } ) \\log ( 1 / \\delta ) } .$ We then conclude that $\\varepsilon = f ( \\gamma _ { m } )$ . ",
923
+ "bbox": [
924
+ 161,
925
+ 156,
926
+ 826,
927
+ 188
928
+ ],
929
+ "page_idx": 6
930
+ },
931
+ {
932
+ "type": "text",
933
+ "text": "212 Theorem 2. Let $\\alpha \\in \\mathbb { R } _ { > 0 } ^ { 2 }$ and denote $\\alpha _ { m } = \\operatorname* { m i n } _ { i } \\alpha _ { i }$ . Let $\\Delta _ { 2 } , \\Delta _ { \\infty } > 0$ be constants that satisfy \n213 $\\begin{array} { r } { \\sum _ { i } ( x _ { i } - x _ { i } ^ { \\prime } ) ^ { 2 } \\leq \\Delta _ { 2 } ^ { 2 } } \\end{array}$ and $\\operatorname* { m a x } _ { i } \\left| x _ { i } - x _ { i } ^ { \\prime } \\right| \\leq \\Delta _ { \\infty }$ whenever x, $\\mathbf { x } ^ { \\prime } \\in \\mathbb { R } _ { \\geq 0 } ^ { d }$ are sample statistics of any \n214 two datasets differing on a single entry. For any $\\delta \\in ( 0 , 1 )$ , let $\\gamma _ { M }$ be the solution to the equation \n215 $\\begin{array} { r } { \\log ( 1 / \\delta ) = \\frac { 1 } { 2 } \\gamma ^ { 2 } \\Delta _ { 2 } ^ { 2 } \\psi ^ { \\prime } ( \\alpha _ { m } - \\gamma ) / \\Delta _ { \\infty } ^ { 2 } } \\end{array}$ . The one-time sampling from Dirichlet $\\left( \\mathbf { x } + \\alpha \\right)$ is $( \\varepsilon , \\delta ) – D P$ \n216 where ",
934
+ "bbox": [
935
+ 140,
936
+ 189,
937
+ 825,
938
+ 263
939
+ ],
940
+ "page_idx": 6
941
+ },
942
+ {
943
+ "type": "equation",
944
+ "img_path": "images/5347fdf65d8f5bd7b8451bda92c6cba6c425f16d7d5ff29dc3ed4b319a7a3d60.jpg",
945
+ "text": "$$\n\\varepsilon = \\operatorname* { m i n } _ { \\gamma \\in ( 0 , \\gamma _ { M } ] } f ( \\gamma ) .\n$$",
946
+ "text_format": "latex",
947
+ "bbox": [
948
+ 436,
949
+ 263,
950
+ 562,
951
+ 289
952
+ ],
953
+ "page_idx": 6
954
+ },
955
+ {
956
+ "type": "text",
957
+ "text": "17 Figure 1 shows how $\\delta$ decays as a function of $\\varepsilon$ at three different values of $\\alpha _ { m }$ ",
958
+ "bbox": [
959
+ 155,
960
+ 295,
961
+ 691,
962
+ 310
963
+ ],
964
+ "page_idx": 6
965
+ },
966
+ {
967
+ "type": "text",
968
+ "text": "4 Utility ",
969
+ "text_level": 1,
970
+ "bbox": [
971
+ 173,
972
+ 328,
973
+ 258,
974
+ 345
975
+ ],
976
+ "page_idx": 6
977
+ },
978
+ {
979
+ "type": "text",
980
+ "text": "Using the results from the previous section, we analyze the Dirichlet posterior sampling’s utility in two specific tasks. ",
981
+ "bbox": [
982
+ 176,
983
+ 359,
984
+ 825,
985
+ 390
986
+ ],
987
+ "page_idx": 6
988
+ },
989
+ {
990
+ "type": "text",
991
+ "text": "4.1 Multinomial-Dirichlet sampling ",
992
+ "text_level": 1,
993
+ "bbox": [
994
+ 166,
995
+ 404,
996
+ 434,
997
+ 420
998
+ ],
999
+ "page_idx": 6
1000
+ },
1001
+ {
1002
+ "type": "text",
1003
+ "text": "Suppose that we are observing $N$ trials, each of which has $d$ possible outcomes. For each $i \\in$ $\\{ 1 , \\ldots , d \\}$ , let $x _ { i }$ be the number of times the $i$ -th outcome was observed. Then we have the multinomial likelihood $\\begin{array} { r } { p ( \\mathbf { x } | \\mathbf { y } ) \\propto \\prod _ { i } y _ { i } ^ { x _ { i } } } \\end{array}$ . From this, we sample from the Dirichlet posterior: ",
1004
+ "bbox": [
1005
+ 173,
1006
+ 430,
1007
+ 825,
1008
+ 477
1009
+ ],
1010
+ "page_idx": 6
1011
+ },
1012
+ {
1013
+ "type": "equation",
1014
+ "img_path": "images/6e9407c845bb1087a07c2694a9563c1955bd334025bf84648bde6447d9bc518b.jpg",
1015
+ "text": "$$\n\\mathbf { Y } \\sim { \\mathrm { D i r i c h l e t } } ( \\mathbf { x } + \\pmb { \\alpha } ) .\n$$",
1016
+ "text_format": "latex",
1017
+ "bbox": [
1018
+ 416,
1019
+ 487,
1020
+ 580,
1021
+ 505
1022
+ ],
1023
+ "page_idx": 6
1024
+ },
1025
+ {
1026
+ "type": "text",
1027
+ "text": "225 Suppose that we want to sample from a true distribution $P _ { \\mathbf { X } } \\sim \\mathrm { D i r i c h l e t } ( \\mathbf { x } + { \\pmb { \\alpha } } )$ , but for privacy \n226 reasons, we instead sample from $Q _ { \\mathbf { x } } \\sim \\mathrm { D i r i c h l e t } ( \\mathbf { x } + \\pmb { \\alpha } ^ { \\prime } )$ where $\\alpha _ { i } ^ { \\prime } > \\alpha _ { i }$ for all $i$ . The utility of the \n227 privacy scheme is then measured by the KL-divergence between $P _ { \\mathbf { x } }$ and $Q _ { \\mathbf { x } }$ . Assuming that $\\mathbf { x }$ is an \n228 observation of Multinomial $\\mathbf { \\tau } ( \\mathbf { p } )$ , the following Theorem tells us that, on average, the KL-divergence \n229 is small when the sample size is large, and the $p _ { i }$ ’s are evenly distributed. ",
1028
+ "bbox": [
1029
+ 140,
1030
+ 512,
1031
+ 825,
1032
+ 588
1033
+ ],
1034
+ "page_idx": 6
1035
+ },
1036
+ {
1037
+ "type": "text",
1038
+ "text": "Theorem 3. Let 30 $\\mathbf { p } : = \\left( p _ { 1 } , \\ldots , p _ { d } \\right)$ where $p _ { i } > 0$ for all $i$ and $\\textstyle \\sum _ { i } p _ { i } \\ = \\ 1$ . Define a random variable 31 $\\mathbf { X } \\sim$ Multinomial $\\mathbf { \\tau } ( \\mathbf { p } )$ . Let $P _ { \\mathbf { X } } \\sim \\mathrm { D i r i c h l e t } ( \\mathbf { X } + { \\boldsymbol { \\alpha } } )$ and $Q _ { \\mathbf { X } } \\sim { \\mathrm { D i r i c h l e t } } ( \\mathbf { X } + \\mathbf { \\alpha } \\mathbf { \\alpha } ^ { \\prime } )$ where 32 $\\alpha _ { i } ^ { \\prime } \\geq \\alpha _ { i } \\geq 1$ for all $i$ . The following estimate holds: ",
1039
+ "bbox": [
1040
+ 151,
1041
+ 590,
1042
+ 825,
1043
+ 637
1044
+ ],
1045
+ "page_idx": 6
1046
+ },
1047
+ {
1048
+ "type": "equation",
1049
+ "img_path": "images/dcc77176e1fb57707beeb51e095d0ecb850dd9043b7f7c0e2b40ea53a17d8b2f.jpg",
1050
+ "text": "$$\n\\mathbb { E } _ { \\mathbf { X } } [ \\mathrm { D } _ { \\mathrm { K L } } ( P _ { \\mathbf { X } } \\| Q _ { \\mathbf { X } } ) ] \\leq \\frac { 1 } { N + 1 } \\sum _ { i } ( \\alpha _ { i } ^ { \\prime } - \\alpha _ { i } ) ^ { 2 } \\cdot \\frac { 1 } { p _ { i } } .\n$$",
1051
+ "text_format": "latex",
1052
+ "bbox": [
1053
+ 330,
1054
+ 637,
1055
+ 666,
1056
+ 674
1057
+ ],
1058
+ "page_idx": 6
1059
+ },
1060
+ {
1061
+ "type": "text",
1062
+ "text": "233 The proof is given in Appendix 2. Let us consider a simple privacy scheme where we fix $s > 0$ and let 234 $\\alpha _ { i } ^ { \\prime } = \\alpha _ { i } + s$ for all $i$ . Thus (10) becomes: ",
1063
+ "bbox": [
1064
+ 140,
1065
+ 681,
1066
+ 826,
1067
+ 710
1068
+ ],
1069
+ "page_idx": 6
1070
+ },
1071
+ {
1072
+ "type": "equation",
1073
+ "img_path": "images/c990b3fed25d5be5f403f085524958192030cc19922bc62f624f795a50d9cc4e.jpg",
1074
+ "text": "$$\n\\mathbb { E } _ { \\mathbf { X } } [ \\mathrm { D } _ { \\mathrm { K L } } ( P _ { \\mathbf { X } } \\| Q _ { \\mathbf { X } } ) ] \\leq \\frac { G ( \\mathbf { p } ) s ^ { 2 } } { N + 1 } ,\n$$",
1075
+ "text_format": "latex",
1076
+ "bbox": [
1077
+ 390,
1078
+ 712,
1079
+ 606,
1080
+ 744
1081
+ ],
1082
+ "page_idx": 6
1083
+ },
1084
+ {
1085
+ "type": "text",
1086
+ "text": "where 235 $G ( \\mathbf { p } ) : = \\textstyle \\sum _ { i } 1 / p _ { i }$ . Now we take into account the privacy parameters. Let $\\rho = \\Delta _ { 2 } ^ { 2 } \\psi ^ { \\prime } ( \\alpha _ { m } - \\gamma )$ and 236 $\\rho ^ { \\prime } = \\Delta _ { 2 } ^ { 2 } \\psi ^ { \\prime } ( \\alpha _ { m } ^ { \\prime } - \\gamma )$ , where $\\alpha _ { m } = \\operatorname* { m i n } _ { i } \\alpha _ { i }$ , $\\alpha _ { m } ^ { \\prime } = \\operatorname* { m i n } _ { i } \\alpha _ { i } ^ { \\prime }$ , and $\\gamma < \\alpha _ { m }$ . Here, we approximate the values of 237 $\\psi ^ { \\prime } ( \\alpha _ { m } - \\gamma )$ and $\\psi ^ { \\prime } ( \\alpha _ { m } ^ { \\prime } - \\gamma )$ under two regimes: ",
1087
+ "bbox": [
1088
+ 140,
1089
+ 746,
1090
+ 826,
1091
+ 792
1092
+ ],
1093
+ "page_idx": 6
1094
+ },
1095
+ {
1096
+ "type": "text",
1097
+ "text": "High-privacy regime: 238 $\\alpha _ { m } ^ { \\prime } \\mathrm { ~ - ~ } \\gamma \\mathrm { ~ > ~ } 1$ . We have $\\psi ^ { \\prime } ( \\alpha _ { m } ^ { \\prime } - \\gamma ) \\approx 1 / ( \\alpha _ { m } ^ { \\prime } - \\gamma )$ , which implies 239 $\\alpha _ { m } ^ { \\prime } - \\gamma \\approx \\Delta _ { 2 } ^ { 2 } / \\rho ^ { \\prime }$ . We also have $\\alpha _ { m } - \\gamma \\approx \\Delta _ { 2 } ^ { 2 } / \\rho$ for $\\alpha _ { m } - \\gamma \\geq 1$ and $\\alpha _ { m } - \\gamma > ( \\alpha _ { m } - \\gamma ) ^ { 2 } \\approx \\Delta _ { 2 } ^ { 2 } / \\rho$ 240 for $\\alpha - \\gamma < 1$ . Thus we have the following bound for the right-hand side of (11): ",
1098
+ "bbox": [
1099
+ 140,
1100
+ 805,
1101
+ 823,
1102
+ 852
1103
+ ],
1104
+ "page_idx": 6
1105
+ },
1106
+ {
1107
+ "type": "equation",
1108
+ "img_path": "images/43f3c38a4e99d254010fca3b14c8d659b5a9d81394f89e4fcf805698b459a86b.jpg",
1109
+ "text": "$$\n\\frac { G ( { \\bf p } ) s ^ { 2 } } { N + 1 } = \\frac { G ( { \\bf p } ) ( \\alpha _ { m } ^ { \\prime } - \\alpha _ { m } ) ^ { 2 } } { N + 1 } \\lesssim \\frac { \\Delta _ { 2 } ^ { 4 } G ( { \\bf p } ) } { N + 1 } \\biggl ( \\frac { 1 } { \\rho ^ { \\prime } } - \\frac { 1 } { \\rho } \\biggr ) ^ { 2 } < \\frac { \\Delta _ { 2 } ^ { 4 } G ( { \\bf p } ) } { \\rho ^ { \\prime 2 } ( N + 1 ) } .\n$$",
1110
+ "text_format": "latex",
1111
+ "bbox": [
1112
+ 261,
1113
+ 852,
1114
+ 735,
1115
+ 888
1116
+ ],
1117
+ "page_idx": 6
1118
+ },
1119
+ {
1120
+ "type": "text",
1121
+ "text": "Consequently, we have 241 $\\mathrm { D } _ { \\mathrm { K L } } ( P \\| Q ) < \\epsilon$ for $\\begin{array} { r } { N = \\Omega \\left( \\frac { \\Delta _ { 2 } ^ { 4 } G ( \\mathbf { p } ) } { \\rho ^ { \\prime 2 } \\epsilon } \\right) } \\end{array}$ ",
1122
+ "bbox": [
1123
+ 140,
1124
+ 890,
1125
+ 584,
1126
+ 915
1127
+ ],
1128
+ "page_idx": 6
1129
+ },
1130
+ {
1131
+ "type": "text",
1132
+ "text": "242 Low-privacy regime: $1 > \\alpha _ { m } ^ { \\prime } - \\gamma > 0$ . This is similar as above, except we have $\\alpha _ { m } ^ { \\prime } - \\gamma \\approx$ \n243 $\\Delta _ { 2 } / \\rho ^ { \\prime 1 / 2 }$ and $\\alpha _ { m } - \\gamma \\approx \\Delta _ { 2 } / \\rho ^ { 1 / 2 }$ . Similar computation as (12) shows that $\\mathrm { D } _ { \\mathrm { K L } } ( P \\| Q ) < \\epsilon$ when \n244 $\\begin{array} { r } { N = \\Omega \\left( \\frac { \\Delta _ { 2 } ^ { 2 } G ( \\mathbf { p } ) } { \\rho ^ { \\prime } \\epsilon } \\right) } \\end{array}$ ",
1133
+ "bbox": [
1134
+ 142,
1135
+ 90,
1136
+ 825,
1137
+ 145
1138
+ ],
1139
+ "page_idx": 7
1140
+ },
1141
+ {
1142
+ "type": "text",
1143
+ "text": "We observe that, in both regimes, the sample size scales faster with respect to $\\epsilon$ with a higher value of $G ( \\mathbf { p } )$ , which is associated with a higher number of outcomes $d$ , and more concentrated multinomial parameter $\\mathbf { p }$ ; this agrees with the result of our simulation in Appendix 3. Moreover, for small $\\rho ^ { \\prime }$ the sample size scales as $1 / \\rho ^ { \\prime 2 }$ , while for large $\\rho ^ { \\prime }$ the sample size scales as $1 / \\rho ^ { \\prime }$ . ",
1144
+ "bbox": [
1145
+ 161,
1146
+ 150,
1147
+ 825,
1148
+ 212
1149
+ ],
1150
+ "page_idx": 7
1151
+ },
1152
+ {
1153
+ "type": "text",
1154
+ "text": "4.2 Private normalized histograms ",
1155
+ "text_level": 1,
1156
+ "bbox": [
1157
+ 163,
1158
+ 224,
1159
+ 428,
1160
+ 241
1161
+ ],
1162
+ "page_idx": 7
1163
+ },
1164
+ {
1165
+ "type": "text",
1166
+ "text": "250 Let $\\mathbf { x } = ( x _ { 1 } , \\ldots , x _ { d } )$ be a histogram of $N$ observations and $\\mathbf { p } : = \\mathbf { x } / N$ . We can privatize $\\mathbf { p }$ by \n251 sampling a probability vector: $\\mathbf Y \\sim \\mathrm { D i r i c h l e t } ( { \\mathbf x } + { \\boldsymbol \\alpha } )$ . Note that $\\mathbf { Y }$ is a biased estimator of $\\mathbf { p }$ . \n252 Denoting $\\alpha _ { 0 } : = \\textstyle \\sum _ { i } \\alpha _ { i }$ , the bias of each component of $\\mathbf { Y }$ is given by $\\mathbb { E } [ \\mathbf { Y } ] - p _ { i }$ . Hence, ",
1167
+ "bbox": [
1168
+ 140,
1169
+ 251,
1170
+ 826,
1171
+ 297
1172
+ ],
1173
+ "page_idx": 7
1174
+ },
1175
+ {
1176
+ "type": "equation",
1177
+ "img_path": "images/acfa7af0b43f43c6c250eb27ee7cd6953e76746f9898d49a1224abbc50b2e3f6.jpg",
1178
+ "text": "$$\n| \\mathrm { B i a s } ( Y _ { i } ) | = \\left| \\frac { x _ { i } + \\alpha _ { i } } { N + \\alpha _ { 0 } } - p _ { i } \\right| = \\frac { | x _ { i } \\alpha _ { 0 } - N \\alpha _ { i } | } { N ( N + \\alpha _ { 0 } ) } \\leq \\frac { N \\alpha _ { 0 } } { N ( N + \\alpha _ { 0 } ) } = \\frac { \\alpha _ { 0 } } { N + \\alpha _ { 0 } } .\n$$",
1179
+ "text_format": "latex",
1180
+ "bbox": [
1181
+ 248,
1182
+ 300,
1183
+ 746,
1184
+ 335
1185
+ ],
1186
+ "page_idx": 7
1187
+ },
1188
+ {
1189
+ "type": "text",
1190
+ "text": "Since 253 $Y _ { i } \\sim \\mathrm { B e t a } ( x _ { i } + \\alpha _ { i } , N + \\alpha _ { 0 } - x _ { i } - \\alpha _ { i } )$ is $\\frac { 1 } { 4 ( N + \\alpha _ { 0 } + 1 ) }$ -sub-Gaussian [MA17], we have, ",
1191
+ "bbox": [
1192
+ 142,
1193
+ 338,
1194
+ 787,
1195
+ 358
1196
+ ],
1197
+ "page_idx": 7
1198
+ },
1199
+ {
1200
+ "type": "equation",
1201
+ "img_path": "images/abf09d4f3a689aaa55b0df6994813c7534a229d387d704d8a3da2faeda62cfbe.jpg",
1202
+ "text": "$$\n\\begin{array} { r l } & { \\mathbb { P } [ | Y _ { i } - p _ { i } | > t + | \\mathrm { B i a s } ( Y _ { i } ) | ] \\le \\mathbb { P } [ | Y _ { i } - \\mathbb { E } [ Y _ { i } ] | + | \\mathrm { B i a s } ( Y _ { i } ) | > t + | \\mathrm { B i a s } ( Y _ { i } ) | ] } \\\\ & { \\qquad = \\mathbb { P } [ | Y _ { i } - \\mathbb { E } [ Y _ { i } ] | > t ] } \\\\ & { \\qquad \\le 2 e ^ { - 2 t ^ { 2 } ( N + \\alpha _ { 0 } + 1 ) } . } \\end{array}\n$$",
1203
+ "text_format": "latex",
1204
+ "bbox": [
1205
+ 240,
1206
+ 359,
1207
+ 758,
1208
+ 419
1209
+ ],
1210
+ "page_idx": 7
1211
+ },
1212
+ {
1213
+ "type": "text",
1214
+ "text": "With the union bound, we plug in 254 $\\begin{array} { r } { t = \\sqrt { \\frac { \\log ( 2 d / \\beta ) } { 2 ( N + \\alpha _ { 0 } + 1 ) } } } \\end{array}$ , for any $\\beta \\in ( 0 , 1 )$ , to obtain the following 255 accuracy guarantee of the private normalized histogram: ",
1215
+ "bbox": [
1216
+ 140,
1217
+ 422,
1218
+ 826,
1219
+ 460
1220
+ ],
1221
+ "page_idx": 7
1222
+ },
1223
+ {
1224
+ "type": "text",
1225
+ "text": "256 Theorem 4. Let $\\mathbf Y \\sim \\mathrm { D i r i c h l e t } ( { \\mathbf x } + { \\boldsymbol \\alpha } )$ , where $\\mathbf { x } \\in \\mathbb { R } _ { \\geq 0 } ^ { d }$ and $\\alpha \\in \\mathbb { R } _ { > 0 } ^ { d }$ , and $\\mathbf { p } : = \\mathbf { x } / N$ . For any \n257 $\\beta \\in ( 0 , 1 )$ , with probability at least $1 - \\beta$ , the following inequality holds: ",
1226
+ "bbox": [
1227
+ 145,
1228
+ 463,
1229
+ 823,
1230
+ 494
1231
+ ],
1232
+ "page_idx": 7
1233
+ },
1234
+ {
1235
+ "type": "equation",
1236
+ "img_path": "images/b0d54e562ae47567af0e5d3fafa75d73322673a6540b4c7b9479beacf8ae913f.jpg",
1237
+ "text": "$$\n\\| \\mathbf { Y } - \\mathbf { p } \\| _ { \\infty } \\leq \\sqrt { \\frac { \\log ( 2 d / \\beta ) } { 2 ( N + \\alpha _ { 0 } + 1 ) } } + \\frac { \\alpha _ { 0 } } { N + \\alpha _ { 0 } } .\n$$",
1238
+ "text_format": "latex",
1239
+ "bbox": [
1240
+ 346,
1241
+ 497,
1242
+ 650,
1243
+ 540
1244
+ ],
1245
+ "page_idx": 7
1246
+ },
1247
+ {
1248
+ "type": "text",
1249
+ "text": "258 Given $\\epsilon > 0$ , we use (13) to find a lower bound for $N$ that gives $\\| \\mathbf { Y } - \\mathbf { p } \\| _ { \\infty } < \\epsilon$ w.p. $1 - \\beta$ when \n259 $\\mathbf { Y }$ is sampled with $\\rho$ -tCDP. For simplicity, we consider a uniform prior: $\\alpha _ { i } = \\alpha > 0$ for all $i$ . \n260 Thus, $\\begin{array} { r } { \\rho = \\frac { 1 } { 2 } \\Delta _ { 2 } ^ { 2 } \\psi ^ { \\prime } ( \\alpha - \\gamma ) } \\end{array}$ , where $\\gamma$ might be chosen according to Corollary 2. We consider the two \n261 following regimes: ",
1250
+ "bbox": [
1251
+ 140,
1252
+ 547,
1253
+ 826,
1254
+ 609
1255
+ ],
1256
+ "page_idx": 7
1257
+ },
1258
+ {
1259
+ "type": "text",
1260
+ "text": "High-privacy regime: $\\alpha - \\gamma > 1$ . In this case, $\\psi ^ { \\prime } ( \\alpha - \\gamma ) \\approx 1 / ( \\alpha - \\gamma )$ . From $\\begin{array} { r } { \\rho = \\frac { 1 } { 2 } \\Delta _ { 2 } ^ { 2 } \\psi ^ { \\prime } ( \\alpha - \\gamma ) } \\end{array}$ we have $\\alpha \\approx \\Delta _ { 2 } ^ { 2 } / 2 \\rho + \\gamma$ . Replacing $\\alpha _ { 0 }$ by $d \\alpha$ in (13) yields the sample size: ",
1261
+ "bbox": [
1262
+ 163,
1263
+ 622,
1264
+ 823,
1265
+ 655
1266
+ ],
1267
+ "page_idx": 7
1268
+ },
1269
+ {
1270
+ "type": "equation",
1271
+ "img_path": "images/6b2e0f2a9c4ecb55ff40d739b01c28e86d4c732b58831a487349c9317886cd59.jpg",
1272
+ "text": "$$\nN = \\Omega \\biggl ( \\frac { \\log ( 2 d / \\beta ) } { \\epsilon ^ { 2 } } + \\frac { d } { \\epsilon } \\biggl ( \\frac { \\Delta _ { 2 } ^ { 2 } } { 2 \\rho } + \\gamma \\biggr ) \\biggr ) ,\n$$",
1273
+ "text_format": "latex",
1274
+ "bbox": [
1275
+ 367,
1276
+ 656,
1277
+ 629,
1278
+ 691
1279
+ ],
1280
+ "page_idx": 7
1281
+ },
1282
+ {
1283
+ "type": "text",
1284
+ "text": "264 for the desired accuracy. ",
1285
+ "bbox": [
1286
+ 142,
1287
+ 694,
1288
+ 334,
1289
+ 708
1290
+ ],
1291
+ "page_idx": 7
1292
+ },
1293
+ {
1294
+ "type": "text",
1295
+ "text": "265 Low-privacy regime: $\\alpha - \\gamma < 1$ . This is the same as above, except now we have $\\psi ^ { \\prime } ( \\alpha - \\gamma ) \\approx$ \n266 $1 / ( \\alpha - \\gamma ) ^ { 2 }$ , which implies $\\alpha \\approx \\Delta _ { 2 } / ( 2 \\rho ) ^ { 1 / 2 } + \\gamma$ . The sample size that guarantees the desired \n267 accuracy is: ",
1296
+ "bbox": [
1297
+ 140,
1298
+ 722,
1299
+ 825,
1300
+ 767
1301
+ ],
1302
+ "page_idx": 7
1303
+ },
1304
+ {
1305
+ "type": "equation",
1306
+ "img_path": "images/7142b5d9c6b72b545f886db6868236a551d39d6dbd61e35e32d88d5fc2393253.jpg",
1307
+ "text": "$$\nN = \\Omega \\biggl ( \\frac { \\log ( 2 d / \\beta ) } { \\epsilon ^ { 2 } } + \\frac { d } { \\epsilon } \\biggl ( \\frac { \\Delta _ { 2 } } { \\sqrt { 2 \\rho } } + \\gamma \\biggr ) \\biggr ) .\n$$",
1308
+ "text_format": "latex",
1309
+ "bbox": [
1310
+ 362,
1311
+ 765,
1312
+ 635,
1313
+ 801
1314
+ ],
1315
+ "page_idx": 7
1316
+ },
1317
+ {
1318
+ "type": "text",
1319
+ "text": "268 Let us compare this result to the Gaussian mechanism, which adds a noise $\\mathbf { Z } \\sim N ( 0 , \\sigma ^ { 2 } I _ { d } )$ to the \n269 normalized histogram $\\mathbf { p }$ directly. Thus the $\\ell _ { 2 }$ -sensitivity in this case is $\\Delta _ { 2 } / N$ . We have that the \n270 Gaussian mechanism is $\\rho$ -zCDP where $\\begin{array} { r } { \\rho = \\frac { \\Delta ^ { 2 } } { 2 N ^ { 2 } \\sigma ^ { 2 } } } \\end{array}$ [BS16]. Using the same argument as above, with \n271 probability at least $1 - \\beta$ , the following inequality holds for all $i$ : ",
1320
+ "bbox": [
1321
+ 138,
1322
+ 808,
1323
+ 826,
1324
+ 871
1325
+ ],
1326
+ "page_idx": 7
1327
+ },
1328
+ {
1329
+ "type": "equation",
1330
+ "img_path": "images/02c4415ff1cb154a29b826fadec2a5e08c020ede9ac6400f3cb8e56b453a6080.jpg",
1331
+ "text": "$$\n\\| \\mathbf { Z } \\| _ { \\infty } \\leq \\sqrt { \\frac { \\log ( 2 d / \\beta ) \\Delta _ { 2 } ^ { 2 } } { N ^ { 2 } \\rho } } .\n$$",
1332
+ "text_format": "latex",
1333
+ "bbox": [
1334
+ 408,
1335
+ 873,
1336
+ 589,
1337
+ 916
1338
+ ],
1339
+ "page_idx": 7
1340
+ },
1341
+ {
1342
+ "type": "image",
1343
+ "img_path": "images/4d398e42217bd393cee6a912cf2c04e26395de3300d829c872c8f73d8e70fe67.jpg",
1344
+ "image_caption": [
1345
+ "Figure 2: The $\\ell ^ { \\infty }$ -accuracy, as a function of $N$ , of Dirichlet posterior sampling $( \\gamma = 1 )$ ) and Gaussian mechanisms for private normalized histograms $\\Delta _ { 2 } ^ { 2 } = 2$ and $\\Delta _ { \\infty } = 1 $ ). For each $N , d$ and $\\rho$ , we generated the inputs $\\mathbf { x } _ { 1 } , \\ldots , \\mathbf { x } _ { 2 0 0 }$ , where $\\mathbf { x } _ { k } \\sim$ Multinomial $\\left( \\mathbf { q } _ { k } \\right)$ and $\\mathbf { q } _ { k } \\sim \\mathrm { D i r i c h l e t } ( 5 , \\ldots , 5 )$ . "
1346
+ ],
1347
+ "image_footnote": [],
1348
+ "bbox": [
1349
+ 184,
1350
+ 97,
1351
+ 808,
1352
+ 371
1353
+ ],
1354
+ "page_idx": 8
1355
+ },
1356
+ {
1357
+ "type": "text",
1358
+ "text": "Hence, the sample size of 272 $N = \\Omega \\Big ( \\sqrt { \\log ( 2 d / \\beta ) \\Delta _ { 2 } ^ { 2 } / \\rho \\epsilon ^ { 2 } } \\Big )$ guarantees the desired accuracy. Compar273 ing this to (14), if we assume $\\epsilon < 1$ , the AM-GM inequality tells us that ",
1359
+ "bbox": [
1360
+ 138,
1361
+ 426,
1362
+ 825,
1363
+ 464
1364
+ ],
1365
+ "page_idx": 8
1366
+ },
1367
+ {
1368
+ "type": "equation",
1369
+ "img_path": "images/71774da6e8c49643e0365d0aff1d38983a994504e1f2b72a5cccd376a2a41f0c.jpg",
1370
+ "text": "$$\n\\frac { \\log ( 2 d / \\beta ) } { \\epsilon ^ { 2 } } + \\frac { d \\Delta _ { 2 } ^ { 2 } } { \\rho \\epsilon } > \\frac { \\log ( 2 d / \\beta ) } { \\epsilon ^ { 2 } } + \\frac { \\Delta _ { 2 } ^ { 2 } } { \\rho } \\geq 2 \\sqrt { \\frac { \\log ( 2 d / \\beta ) \\Delta _ { 2 } ^ { 2 } } { \\rho \\epsilon ^ { 2 } } } .\n$$",
1371
+ "text_format": "latex",
1372
+ "bbox": [
1373
+ 292,
1374
+ 468,
1375
+ 705,
1376
+ 511
1377
+ ],
1378
+ "page_idx": 8
1379
+ },
1380
+ {
1381
+ "type": "text",
1382
+ "text": "274 The inequality (17) implies that the Gaussian mechanism requires less sample than the Dirichlet \n275 mechanism in order to guarantee the same level of accuracy. The Gaussian mechanism is also better \n276 in the low-privacy regime as the $\\rho$ in (15) satisfies ${ \\sqrt { \\rho } } < \\rho$ and $\\Delta _ { 2 } \\approx \\Delta _ { 2 } ^ { 2 }$ , leading to the same \n277 inequality (17). Nonetheless, the decay in (16) is linear in $d$ , while that in (13) has $\\alpha _ { 0 } = d \\alpha$ in \n278 the denominators. This observation suggests that, when $\\mathbf { x }$ is a sparse histogram i.e. when $N \\leq d$ , \n279 the $\\ell ^ { \\infty }$ -accuracy of the Dirichlet mechanism is smaller than that of the Gaussian mechanism. This \n280 conclusion is supported by our simulation in Figure 2. We see that the $\\ell ^ { \\infty }$ -accuracy of the Dirichlet \n281 mechanism is smaller than that of the Gaussian mechanism for small $N$ when $d = 1 0 0 0$ . The code \n282 for all experiments in this study can be found in the supplemental material. ",
1383
+ "bbox": [
1384
+ 138,
1385
+ 515,
1386
+ 826,
1387
+ 651
1388
+ ],
1389
+ "page_idx": 8
1390
+ },
1391
+ {
1392
+ "type": "text",
1393
+ "text": "283 Potential negative societal impacts ",
1394
+ "text_level": 1,
1395
+ "bbox": [
1396
+ 140,
1397
+ 670,
1398
+ 464,
1399
+ 688
1400
+ ],
1401
+ "page_idx": 8
1402
+ },
1403
+ {
1404
+ "type": "text",
1405
+ "text": "It is important to note that, when $\\rho$ becomes unacceptably large (e.g., $\\rho = 1 0 ^ { 4 }$ ), the sampling is far away from being private. Thus any organization that deploys the posterior sampling on sensitive data must not vacuously refer to this study and claim that its algorithm is private. It is the organization’s responsibility to fully publish the prior parameters, and educate its users/customers on differential privacy and how the privacy guarantees are calculated. ",
1406
+ "bbox": [
1407
+ 166,
1408
+ 700,
1409
+ 825,
1410
+ 777
1411
+ ],
1412
+ "page_idx": 8
1413
+ },
1414
+ {
1415
+ "type": "text",
1416
+ "text": "It is desirable that differentially private algorithms are accurate for the task at hand, especially when the data is used for important decision-making. Thus, one needs to make sure that there is enough sample to achieve the desired level of accuracy. For a large differentially private system, privacy budgets need to be allocated to the parts that require accurate outputs. ",
1417
+ "bbox": [
1418
+ 171,
1419
+ 784,
1420
+ 823,
1421
+ 844
1422
+ ],
1423
+ "page_idx": 8
1424
+ },
1425
+ {
1426
+ "type": "text",
1427
+ "text": "293 Lastly, one must be careful with the choice of prior parameters; if a uniform prior is used, smaller \n294 groups will suffer a relatively larger statistical bias. As a result, private statistics of small populations \n295 (such as ethnic or racial minorities) will be relatively less accurate. One way to get around this issue \n296 is to (privately) impose larger prior parameters on larger populations. \n297 References \n298 [AAFK20] I. Aykin, B. Akgun, M. Feng, and M. Krunz. “MAMBA: A Multi-armed Bandit Framework for \n299 Beam Tracking in Millimeter-wave Systems”. In: 39th IEEE Conference on Computer Com \n300 munications, INFOCOM 2020, Toronto, ON, Canada, July 6-9, 2020. IEEE, 2020, pp. 1469– \n301 1478. \n302 [AV08] J. M. Abowd and L. Vilhuber. “How Protective Are Synthetic Data?” In: Privacy in Statistical \n303 Databases, UNESCO Chair in Data Privacy International Conference, PSD 2008, Istan \n304 bul, Turkey, September 24-26, 2008. Proceedings. Ed. by J. Domingo-Ferrer and Y. Saygin. \n305 Vol. 5262. Lecture Notes in Computer Science. Springer, 2008, pp. 239–246. \n306 [BDRS18] M. Bun, C. Dwork, G. N. Rothblum, and T. Steinke. “Composable and versatile privacy via \n307 truncated CDP”. In: Proceedings of the 50th Annual ACM SIGACT Symposium on Theory of \n308 Computing, STOC 2018, Los Angeles, CA, USA, June 25-29, 2018. Ed. by I. Diakonikolas, \n309 D. Kempe, and M. Henzinger. ACM, 2018, pp. 74–86. \n310 [BHW00] R. J. Boys, D. A. Henderson, and D. J. Wilkinson. “Detecting Homogeneous Segments in DNA \n311 Sequences by Using Hidden Markov Models”. In: Journal of the Royal Statistical Society. \n312 Series $C$ (Applied Statistics) 49.2 (2000), pp. 269–285. ISSN: 00359254, 14679876. \n313 [BS16] M. Bun and T. Steinke. “Concentrated Differential Privacy: Simplifications, Extensions, and \n314 Lower Bounds”. In: Theory of Cryptography. Ed. by M. Hirt and A. Smith. Berlin, Heidelberg: \n315 Springer Berlin Heidelberg, 2016, pp. 635–658. \n316 [BS18] G. Bernstein and D. R. Sheldon. “Differentially Private Bayesian Inference for Exponential \n317 Families”. In: Advances in Neural Information Processing Systems 31: Annual Conference on \n318 Neural Information Processing Systems 2018, NeurIPS 2018, December 3-8, 2018, Montréal, \n319 Canada. Ed. by S. Bengio, H. M. Wallach, H. Larochelle, K. Grauman, N. Cesa-Bianchi, and \n320 R. Garnett. 2018, pp. 2924–2934. \n321 [CWS03] J. Corander, P. Waldmann, and M. J. Sillanpää. “Bayesian Analysis of Genetic Differentiation \n322 Between Populations”. In: Genetics 163.1 (Jan. 2003), pp. 367–374. ISSN: 1943-2631. \n323 [de 06] M. de Lapparent. “Empirical Bayesian analysis of accident severity for motorcyclists in large \n324 French urban areas”. In: Accident Analysis & Prevention 38.2 (2006), pp. 260–268. ISSN: \n325 0001-4575. \n326 [DMNS06] C. Dwork, F. Mcsherry, K. Nissim, and A. Smith. “Calibrating noise to sensitivity in private \n327 data analysis”. In: TCC. 2006. \n328 [DNZMR17] C. Dimitrakakis, B. Nelson, Z. Zhang, A. Mitrokotsa, and B. I. P. Rubinstein. “Differential \n329 Privacy for Bayesian Inference through Posterior Sampling”. In: J. Mach. Learn. Res. 18 \n330 (2017), 11:1–11:39. \n331 [FGWC16] J. R. Foulds, J. Geumlek, M. Welling, and K. Chaudhuri. “On the Theory and Practice of \n332 Privacy-Preserving Bayesian Data Analysis”. In: Proceedings of the Thirty-Second Conference \n333 on Uncertainty in Artificial Intelligence, UAI 2016, June 25-29, 2016, New York City, NY, USA. \n334 Ed. by A. T. Ihler and D. Janzing. AUAI Press, 2016. \n335 [GSC17] J. Geumlek, S. Song, and K. Chaudhuri. “Renyi Differential Privacy Mechanisms for Posterior \n336 Sampling”. In: Advances in Neural Information Processing Systems 30: Annual Conference \n337 on Neural Information Processing Systems 2017, December 4-9, 2017, Long Beach, CA, USA. \n338 Ed. by I. Guyon, U. von Luxburg, S. Bengio, H. M. Wallach, R. Fergus, S. V. N. Vishwanathan, \n339 and R. Garnett. 2017, pp. 5289–5298. \n340 [GWHHT21] P. Gohari, B. Wu, C. Hawkins, M. T. Hale, and U. Topcu. “Differential Privacy on the Unit \n341 Simplex via the Dirichlet Mechanism”. In: IEEE Trans. Inf. Forensics Secur. 16 (2021), \n342 pp. 2326–2340. \n343 [Hin15] K. Hines. “A Primer on Bayesian Inference for Biophysical Systems”. In: Biophysical Journal \n344 108.9 (2015), pp. 2103–2113. ISSN: 0006-3495. \n345 [LW92] M. Lavine and M. West. “A Bayesian method for classification and discrimination”. In: \n346 Canadian Journal of Statistics 20.4 (1992), pp. 451–461. \n347 [MA17] O. Marchal and J. Arbel. “On the sub-Gaussianity of the Beta and Dirichlet distributions”. In: \n348 Electronic Communications in Probability 22.none (2017), pp. 1 –14. \n349 [MKAGV08] A. Machanavajjhala, D. Kifer, J. M. Abowd, J. Gehrke, and L. Vilhuber. “Privacy: Theory \n350 meets Practice on the Map”. In: Proceedings of the 24th International Conference on Data \n351 Engineering, ICDE 2008, April 7-12, 2008, Cancún, Mexico. Ed. by G. Alonso, J. A. Blakeley, \n352 and A. L. P. Chen. IEEE Computer Society, 2008, pp. 277–286. \n353 [MMR05] J.-M. Marin, K. Mengersen, and C. P. Robert. “Bayesian Modelling and Inference on Mixtures \n354 of Distributions”. In: Bayesian Thinking. Ed. by D. Dey and C. Rao. Vol. 25. Handbook of \n355 Statistics. Elsevier, 2005, pp. 459–507. \n356 [MT07] F. McSherry and K. Talwar. “Mechanism Design via Differential Privacy”. In: 48th Annual \n357 IEEE Symposium on Foundations of Computer Science (FOCS 2007), October 20-23, 2007, \n358 Providence, RI, USA, Proceedings. IEEE Computer Society, 2007, pp. 94–103. \n359 [NIK20] I. Nasim, A. S. Ibrahim, and S. Kim. “Learning-Based Beamforming for Multi-User Vehicular \n360 Communications: A Combinatorial Multi-Armed Bandit Approach”. In: IEEE Access 8 (2020), \n361 pp. 219891–219902. \n362 [NLYCC13] V. C. Nguyen, W. S. Lee, N. Ye, K. M. A. Chai, and H. L. Chieu. “Active Learning for \n363 Probabilistic Hypotheses Using the Maximum Gibbs Error Criterion”. In: Advances in Neural \n364 Information Processing Systems 26: 27th Annual Conference on Neural Information Processing \n365 Systems 2013. Proceedings of a meeting held December 5-8, 2013, Lake Tahoe, Nevada, \n366 United States. Ed. by C. J. C. Burges, L. Bottou, Z. Ghahramani, and K. Q. Weinberger. 2013, \n367 pp. 1457–1465. \n368 [ORR13] I. Osband, D. Russo, and B. V. Roy. “(More) Efficient Reinforcement Learning via Poste \n369 rior Sampling”. In: Advances in Neural Information Processing Systems 26: 27th Annual \n370 Conference on Neural Information Processing Systems 2013. Proceedings of a meeting held \n371 December 5-8, 2013, Lake Tahoe, Nevada, United States. Ed. by C. J. C. Burges, L. Bottou, \n372 Z. Ghahramani, and K. Q. Weinberger. 2013, pp. 3003–3011. \n373 [PB98] T. Pedersen and R. F. Bruce. “Knowledge Lean Word-Sense Disambiguation”. In: Proceedings \n374 of the Fifteenth National Conference on Artificial Intelligence and Tenth Innovative Appli \n375 cations of Artificial Intelligence Conference, AAAI 98, IAAI 98, July 26-30, 1998, Madison, \n376 Wisconsin, USA. Ed. by J. Mostow and C. Rich. AAAI Press / The MIT Press, 1998, pp. 800– \n377 805. \n378 [PG14] Y. Park and J. Ghosh. “PeGS: Perturbed Gibbs Samplers that Generate Privacy-Compliant \n379 Synthetic Data”. In: Trans. Data Priv. 7.3 (2014), pp. 253–282. \n380 [PM01] J. Pella and M. Masuda. “Bayesian methods for analysis of stock mixtures from genetic \n381 characters”. English. In: Fishery Bulletin 99 (Jan. 2001). 1, p. 151. ISSN: 00900656. \n382 [Rén61] A. Rényi. “On measures of entropy and information”. In: Proceedings of the Fourth Berkeley \n383 Symposium on Mathematical Statistics and Probability, Volume 1: Contributions to the Theory \n384 of Statistics. The Regents of the University of California. 1961. \n385 [RWZ14] J. P. Reiter, Q. Wang, and B. Zhang. “Bayesian Estimation of Disclosure Risks for Multiply \n386 Imputed, Synthetic Data”. In: J. Priv. Confidentiality 6.1 (2014). \n387 [SJGLY17] M. J. Schneider, S. Jagpal, S. Gupta, S. Li, and Y. Yu. “Protecting customer privacy when \n388 marketing with second-party data”. In: International Journal of Research in Marketing 34.3 \n389 (2017), pp. 593–603. ISSN: 0167-8116. \n390 [Str00] M. J. A. Strens. “A Bayesian Framework for Reinforcement Learning”. In: Proceedings of the \n391 Seventeenth International Conference on Machine Learning (ICML 2000), Stanford University, \n392 Stanford, CA, USA, June 29 - July 2, 2000. Ed. by P. Langley. Morgan Kaufmann, 2000, \n393 pp. 943–950. \n394 [WFS15] Y. Wang, S. E. Fienberg, and A. J. Smola. “Privacy for Free: Posterior Sampling and Stochastic \n395 Gradient Monte Carlo”. In: Proceedings of the 32nd International Conference on Machine \n396 Learning, ICML 2015, Lille, France, 6-11 July 2015. Ed. by F. R. Bach and D. M. Blei. Vol. 37. \n397 JMLR Workshop and Conference Proceedings. JMLR.org, 2015, pp. 2493–2502. \n398 [ZHGSY20] J. Zhu, X. Huang, X. Gao, Z. Shao, and Y. Yang. “Multi-Interface Channel Allocation in Fog \n399 Computing Systems using Thompson Sampling”. In: 2020 IEEE International Conference on \n400 Communications, ICC 2020, Dublin, Ireland, June 7-11, 2020. IEEE, 2020, pp. 1–6. ",
1428
+ "bbox": [
1429
+ 143,
1430
+ 851,
1431
+ 825,
1432
+ 912
1433
+ ],
1434
+ "page_idx": 8
1435
+ },
1436
+ {
1437
+ "type": "text",
1438
+ "text": "",
1439
+ "bbox": [
1440
+ 135,
1441
+ 97,
1442
+ 828,
1443
+ 888
1444
+ ],
1445
+ "page_idx": 9
1446
+ },
1447
+ {
1448
+ "type": "text",
1449
+ "text": "",
1450
+ "bbox": [
1451
+ 135,
1452
+ 88,
1453
+ 826,
1454
+ 696
1455
+ ],
1456
+ "page_idx": 10
1457
+ },
1458
+ {
1459
+ "type": "text",
1460
+ "text": "401 Checklist ",
1461
+ "text_level": 1,
1462
+ "bbox": [
1463
+ 143,
1464
+ 708,
1465
+ 254,
1466
+ 724
1467
+ ],
1468
+ "page_idx": 10
1469
+ },
1470
+ {
1471
+ "type": "text",
1472
+ "text": "1. For all authors... ",
1473
+ "bbox": [
1474
+ 214,
1475
+ 736,
1476
+ 339,
1477
+ 751
1478
+ ],
1479
+ "page_idx": 10
1480
+ },
1481
+ {
1482
+ "type": "text",
1483
+ "text": "(a) Do the main claims made in the abstract and introduction accurately reflect the paper’s contributions and scope? [Yes] We gave a simple guaranteed upper bound of tCDP (2) for the Dirichlet posterior sampling and illustrated how it can be used to derive accuracy guarantees in Section 4. \n(b) Did you describe the limitations of your work? [Yes] We discussed a limitation of the guaranteed upper bound of tCDP in the paragraph following Theorem 1. We also described a situation under which the Gaussian mechanism is preferable to the Dirichlet posterior sampling at the end of Section 4.2. \n(c) Did you discuss any potential negative societal impacts of your work? [Yes] See the section on potential negative societal impacts at the end of the paper. ",
1484
+ "bbox": [
1485
+ 235,
1486
+ 756,
1487
+ 825,
1488
+ 912
1489
+ ],
1490
+ "page_idx": 10
1491
+ },
1492
+ {
1493
+ "type": "text",
1494
+ "text": "(d) Have you read the ethics review guidelines and ensured that your paper conforms to them? [Yes] ",
1495
+ "bbox": [
1496
+ 235,
1497
+ 90,
1498
+ 823,
1499
+ 121
1500
+ ],
1501
+ "page_idx": 11
1502
+ },
1503
+ {
1504
+ "type": "text",
1505
+ "text": "2. If you are including theoretical results... ",
1506
+ "bbox": [
1507
+ 214,
1508
+ 126,
1509
+ 493,
1510
+ 142
1511
+ ],
1512
+ "page_idx": 11
1513
+ },
1514
+ {
1515
+ "type": "text",
1516
+ "text": "(a) Did you state the full set of assumptions of all theoretical results? [Yes] \n(b) Did you include complete proofs of all theoretical results? [No] The proofs of all theorems are given in the main paper, except that of Theorem 3 which is given in Appendix 2. ",
1517
+ "bbox": [
1518
+ 238,
1519
+ 146,
1520
+ 825,
1521
+ 209
1522
+ ],
1523
+ "page_idx": 11
1524
+ },
1525
+ {
1526
+ "type": "text",
1527
+ "text": "3. If you ran experiments... ",
1528
+ "bbox": [
1529
+ 214,
1530
+ 214,
1531
+ 393,
1532
+ 229
1533
+ ],
1534
+ "page_idx": 11
1535
+ },
1536
+ {
1537
+ "type": "text",
1538
+ "text": "(a) Did you include the code, data, and instructions needed to reproduce the main experimental results (either in the supplemental material or as a URL)? [Yes] The code and the instructions for our simulations are included in the supplemental material. \n(b) Did you specify all the training details (e.g., data splits, hyperparameters, how they were chosen)? [Yes] We specified the details of our simulations in the figures’ captions. \n(c) Did you report error bars (e.g., with respect to the random seed after running experiments multiple times)? [Yes] We reported the error bars in Figure 2 \n(d) Did you include the total amount of compute and the type of resources used (e.g., type of GPUs, internal cluster, or cloud provider)? [N/A] Our experiments are not computationally intensive. ",
1539
+ "bbox": [
1540
+ 238,
1541
+ 234,
1542
+ 826,
1543
+ 392
1544
+ ],
1545
+ "page_idx": 11
1546
+ },
1547
+ {
1548
+ "type": "text",
1549
+ "text": "4. If you are using existing assets (e.g., code, data, models) or curating/releasing new assets... ",
1550
+ "bbox": [
1551
+ 212,
1552
+ 398,
1553
+ 823,
1554
+ 414
1555
+ ],
1556
+ "page_idx": 11
1557
+ },
1558
+ {
1559
+ "type": "text",
1560
+ "text": "(a) If your work uses existing assets, did you cite the creators? [N/A] \n(b) Did you mention the license of the assets? [N/A] \n(c) Did you include any new assets either in the supplemental material or as a URL? [N/A] \n(d) Did you discuss whether and how consent was obtained from people whose data you’re using/curating? [N/A] \n(e) Did you discuss whether the data you are using/curating contains personally identifiable information or offensive content? [N/A] ",
1561
+ "bbox": [
1562
+ 236,
1563
+ 417,
1564
+ 825,
1565
+ 549
1566
+ ],
1567
+ "page_idx": 11
1568
+ },
1569
+ {
1570
+ "type": "text",
1571
+ "text": "5. If you used crowdsourcing or conducted research with human subjects... ",
1572
+ "bbox": [
1573
+ 214,
1574
+ 554,
1575
+ 705,
1576
+ 569
1577
+ ],
1578
+ "page_idx": 11
1579
+ },
1580
+ {
1581
+ "type": "text",
1582
+ "text": "(a) Did you include the full text of instructions given to participants and screenshots, if applicable? [N/A] \n(b) Did you describe any potential participant risks, with links to Institutional Review Board (IRB) approvals, if applicable? [N/A] \n(c) Did you include the estimated hourly wage paid to participants and the total amount spent on participant compensation? [N/A] ",
1583
+ "bbox": [
1584
+ 238,
1585
+ 574,
1586
+ 825,
1587
+ 670
1588
+ ],
1589
+ "page_idx": 11
1590
+ }
1591
+ ]
parse/train/Pk972F7J8Um/Pk972F7J8Um_middle.json ADDED
The diff for this file is too large to render. See raw diff
 
parse/train/Pk972F7J8Um/Pk972F7J8Um_model.json ADDED
The diff for this file is too large to render. See raw diff
 
parse/train/RzYrn625bu8/RzYrn625bu8.md ADDED
@@ -0,0 +1,312 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # VATT: Transformers for Multimodal Self-Supervised Learning from Raw Video, Audio and Text
2
+
3
+ Hassan Akbari∗ Columbia University ha2436@columbia.edu
4
+
5
+ Liangzhe Yuan Google lzyuan@google.com
6
+
7
+ Rui Qian∗ Cornell University rq49@cornell.edu
8
+
9
+ Wei-Hong Chuang Google whchuang@google.com
10
+
11
+ Shih-Fu Chang Columbia University sc250@columbia.edu
12
+
13
+ Yin Cui Google yincui@google.com
14
+
15
+ Boqing Gong
16
+ Google
17
+ bgong@google.com
18
+
19
+ # Abstract
20
+
21
+ We present a framework for learning multimodal representations from unlabeled data using convolution-free Transformer architectures. Specifically, our VideoAudio-Text Transformer (VATT) takes raw signals as inputs and extracts multimodal representations that are rich enough to benefit a variety of downstream tasks. We train VATT end-to-end from scratch using multimodal contrastive losses and evaluate its performance by the downstream tasks of video action recognition, audio event classification, image classification, and text-to-video retrieval. Furthermore, we study a modality-agnostic, single-backbone Transformer by sharing weights among the three modalities. We show that the convolution-free VATT outperforms state-of-the-art ConvNet-based architectures in the downstream tasks. Especially, VATT’s vision Transformer achieves the top-1 accuracy of $8 2 . 1 \%$ on Kinetics-400, $8 3 . 6 \%$ on Kinetics-600, $7 2 . 7 \%$ on Kinetics-700, and $4 1 . 1 \%$ on Moments in Time, new records while avoiding supervised pre-training. Transferring to image classification leads to $7 8 . 7 \%$ top-1 accuracy on ImageNet compared to ${ \bar { 6 4 . 7 \% } }$ by training the same Transformer from scratch, showing the generalizability of our model despite the domain gap between videos and images. VATT’s audio Transformer also sets a new record on waveform-based audio event recognition by achieving the mAP of $3 9 . 4 \%$ on AudioSet without any supervised pre-training. VATT’s source code is publicly available.2
22
+
23
+ # 1 Introduction
24
+
25
+ Convolutional neural networks (CNNs) [53, 51] have triumphed over various computer vision tasks. The inductive bias induced by convolutions, namely translation invariance and locality, are proven effective for the visual data. In the meantime, however, we witness in the natural language processing (NLP) community a paradigm shift from the models with strong inductive biases, such as recurrent neural networks [43, 7] and CNNs [104, 32], to more general architectures constructed upon selfattention. Particularly, Transformers [88] have become the de facto model architecture for NLP tasks [23, 70, 71, 10]. Pre-training a Transformer on large text corpora followed by fine-tuning gives rise to state-of-the-art results for different downstream tasks.
26
+
27
+ ![](images/0682c4b5ff5d083c190cbad0b248ec16501c3f63dda533f65af4f09ebbaca9f4.jpg)
28
+ Figure 1: Overview of the VATT architecture and the self-supervised, multimodal learning strategy. VATT linearly projects each modality into a feature vector and feeds it into a Transformer encoder. We define a semantically hierarchical common space to account for the granularity of different modalities and employ the Noise Contrastive Estimation (NCE) to train the model.
29
+
30
+ In view of the success of the attention mechanism in NLP, there has been a rich line of works exploring its potential in computer vision. Early work studied hybrid models consisting of both convolutions and attention modules [89, 94, 36, 105]. Recent studies showed that convolution-free, specially designed all-attention models can match CNNs’ performance on image recognition tasks [106, 44, 73]. Most recently, [25] achieved impressive performance on several image recognition tasks, including ImageNet [22], using a pre-trained Transformer with minimal architecture changes. Their work delivered a compelling message that “large scale (supervised) training trumps inductive bias (for image classification).” This conclusion was further extended to video recognition tasks by [9, 5].
31
+
32
+ However, the large-scale supervised training of Transformers is essentially troubling for two main reasons. First, it rules out the much larger other part of “big visual data,” i.e, the vast amount of unlabeled, unstructured visual data. As a result, the supervised training strategy could produce biased systems that require even more labeled data to correct their biases. Second, this strategy fundamentally limits the application scope of Transformers in computer vision because it is costly and extremely time-consuming to collect enough labeled images or videos for training the millions of parameters, choosing hyper-parameters, and validating their expected generalization.
33
+
34
+ Hence, this work poses another pressing question about the Transformers that take raw signals as input. How to empower them with large-scale, unlabeled visual data? To answer this question, we draw insights from NLP. BERT [23] and GPT [70, 71, 10] use masked language modeling as their pre-training tasks. Natural languages are organic supervision for Transformers. They sequentially place words, phrases, and sentences into context, granting them semantics and syntax. For visual data, the most organic supervision is arguably the multimodal videos. They are abundantly available in the digital world, and their temporal, cross-modality regulation, and therefore supervision, requires no human annotation. The extreme scale of multimodal videos is potentially capable to teach Transformers necessary priors, as opposed to predefined inductive biases, to model the visual world.
35
+
36
+ To this end, we study self-supervised, multimodal pre-training of three Transformers [88], which take as input the raw RGB frames of internet videos, audio waveforms, and text transcripts of the speech audio, respectively. We call the video, audio, text Transformers VATT. Figure 1 illustrates the architecture. VATT borrows the exact architecture from BERT [23] and ViT [25] except the layer of tokenization and linear projection reserved for each modality separately. This design shares the same spirit as ViT that we make the minimal changes to the architecture so that the learned model can transfer its weights to various frameworks and tasks. Furthermore, the self-supervised, multimodal learning strategy resonates the spirit of BERT and GPT that the pre-training requires minimal human curated labels.
37
+
38
+ We evaluate the pre-trained Transformers on a variety of downstream tasks: image classification, video action recognition, audio event classification, and zero-shot text-to-video retrieval. Fine-tuning the vision-modality Transformer on ImageNet [22] obtains the top-1 accuracy of $7 8 . 7 \%$ , which is comparable to $7 9 . { \dot { 9 } } \%$ achieved by ViT. This result is especially appealing considering the domain gap between videos and images, and that ViT is pre-trained using a large-scale, human-curated image dataset. Furthermore, we set new records on Kinetics-400 [14], Kinetics-600 [15], Moments in Time [61], and AudioSet [33] without supervised pre-training.
39
+
40
+ Our VATT results, along with others reported for NLP tasks [23, 10], image recognition [25], semantic segmentation [108], point cloud classification [107], and action recoginition [9], demonstrate that Transformer is a versatile general-purpose architecture for different types of data.
41
+
42
+ To move one step forward, we challenge the Transformers in VATT by a seemingly too strong constraint: sharing weights among the video, audio, and text modalities. The idea is to test whether there exists a single, general-purpose model for all the modalities — of course, they still have their own layers of tokenization and linear projection. Preliminary results are encouraging. This modality-agnostic Transformer is on par with three modality-specific ones of slightly smaller sizes.
43
+
44
+ Finally, another contribution of this work is DropToken, a simple and yet effective technique to reduce the training complexity with a minor reduction of the end Transformers’ performance. DropToken randomly drops a portion of the video and audio tokens from each input sequence during training, allowing for high-resolution inputs and leveraging their abundance. This is significant for Transformers because their computational complexity is quadratic with respect to the number of input tokens.
45
+
46
+ # 2 Related work
47
+
48
+ # 2.1 Transformers in Vision
49
+
50
+ Transformer was originally built for NLP tasks [88] and the design of multi-head attention shows its effectiveness on modeling long-term correlation of words. A few attempts have been made to use Transformer for vision tasks like image super-resolution [99], object detection [11] and multimodal video understanding [84, 19, 57]. However these methods still rely on the feature extracted by CNNs. Recently, [25] proposes a set of convolution-free vision Transformers which directly work on raw images and obtain competitive performance with CNNs. [86] improves the training data efficiency of [25] by using stronger data augmentations and knowledge distillation. Since then, the pure Transformer design has been adopted to various vision tasks including semantic segmentation [108], point cloud classification [107], action recoginition [9, 78, 5]. To the best of our knowledge, our VATT is the first Transformer model on raw multimodal inputs of video, audio and text.
51
+
52
+ # 2.2 Self-Supervised Learning
53
+
54
+ Single vision modality. Early work of self-supervised visual representation learning usually learns from unlabeled images via manually specified pretext tasks, like auto-encoding [64, 102, 103], patch location prediction [24], solving jigsaw puzzles [63], and image rotation prediction [35]. [95] propose a novel instance discrimination objective. The recent trend of contrastive learning [40, 17, 100, 37, 41, 85] integrates data augmentations and instance discrimination by maintaining relative consistency between representations of an image and its augmented view. Clustering can also provide an effective addition [12]. Recently, [18] conduct contrastive learning using ViT [25] and achieve impressive results. As for the video domain, it is natural to exploit the temporal signals as the pretext task. Examples include predicting the future frame [82], motion and appearance statistics [90], speed [8, 91] and encodings [56, 38, 39], sorting frames or video clips [54, 97, 45, 31]. Recently, [68] apply contrastive learning to videos with a temporal sampling strategy and temporally consistent spatial augmentation.
55
+
56
+ Multimodal video. Video is a natural source of multimodal data. Multimodal self-supervised learning can be achieved by predicting whether a video has correspondence with an audio stream [3, 4, 62, 50], cross-modality clustering [2], and evolving losses [67]. Recently, [1] use contrastive loss to learn from video, audio and text; [74] learn to predict a broad view that spans a longer temporal context from a narrow view. VATT serves as a first work combining the strength of convolution-free Transformer and multimodal contrastive learning.
57
+
58
+ # 3 Approach
59
+
60
+ In this section, we introduce our convolution-free VATT architecture and elaborate on the selfsupervised multimodal objectives for training VATT from scratch.
61
+
62
+ Figure 1 is an overview of the architecture. We feed each modality to a tokenization layer, where the raw input is projected to an embedding vector followed by a Transformer. There are two major settings: 1) The backbone Transformers are separate and have specific weights for each modality, and 2) The Transformers share weights, namely, there is a single backbone Transformer applied to any of the modalities. In either setting, the backbone extracts modality-specific representations, which are then mapped to common spaces to be compared with each other by contrastive losses. We describe each module in the following.
63
+
64
+ # 3.1 Tokenization and Positional Encoding
65
+
66
+ VATT operates on raw signals. The vision-modality input consists of 3-channel RGB pixels of video frames, the audio input is in the form of air density amplitudes (waveforms), and the text input is a sequence of words. We first define a modality-specific tokenization layer that takes as input the raw signals and returns a sequence of vectors to be fed to the Transformers. Besides, each modality has its own positional encoding, which injects the order of tokens into Transformers [88]. We partition an entire video clip of size $T \times H \times W$ to a sequence of $\lceil T / t \rceil \cdot \lceil H / h \rceil \cdot \lceil W / w \rceil$ patches, where each patch contains $t \times h \times w \times 3$ voxels. We apply a linear projection on the entire voxels in each patch to get a $d$ -dimensional vector representation. This projection is performed by a learnable weight $W _ { v p } \in \mathbb { R } ^ { t \cdot h \cdot w \cdot 3 \times d }$ . This can be seen as a 3D extension of the patching mechanism proposed in [25]. To encode the position of these patches, we define a dimension-specific sequence of learnable embeddings as follows:
67
+
68
+ $$
69
+ \begin{array} { r l } { e _ { i , j , k } = e _ { \mathrm { T e m p o r a l } _ { i } } + e _ { \mathrm { H o r i z o n t a l } _ { j } } + e _ { \mathrm { V e r t i c a l } _ { k } } , } & { } \\ { E _ { \mathrm { T e m p o r a l } } \in \mathbb { R } ^ { \lceil T / t \rceil \times d } , } & { E _ { \mathrm { H o r i z o n t a l } } \in \mathbb { R } ^ { \lceil H / h \rceil \times d } , \quad E _ { \mathrm { V e r t i c a l } } \in \mathbb { R } ^ { \lceil W / w \rceil \times d } } \end{array}
70
+ $$
71
+
72
+ where $e _ { i }$ is the $i$ -th row of $\pmb { { \cal E } }$ . This scheme allows us to use $\lceil T / t \rceil + \lceil H / h \rceil + \lceil W / w \rceil$ positional embeddings to encode all the $\lceil T / t \rceil \cdot \lceil H / h \rceil \cdot \lceil W / w \rceil$ patches in a video clip. The raw audio waveform is a 1D input with length $T ^ { \prime }$ , and we partition it to $\lceil T ^ { \prime } / t ^ { \prime } \rceil$ segments each containing $t ^ { \prime }$ waveform amplitudes. Similar to video, we apply a linear projection with a learnable weight $W _ { a p } \in \mathbb { R } ^ { t ^ { \prime } \times d }$ to all elements in a patch to get a $d$ -dimensional vector representation. We use $\lceil T ^ { \prime } / t ^ { \prime } \rceil$ learnable embeddings to encode the position of each waveform segment. For text, we first construct a vocabulary of size $v$ out of all words in our training dataset. For an input text sequence, we then map each word to a $v$ -dimensional one-hot vector followed by a linear projection with a learnable weight $W _ { t p } \in \mathbb { R } ^ { v \times d }$ . This is equivalent to an embedding dictionary lookup, which has been widely used in natural language understanding [60].
73
+
74
+ # 3.1.1 DropToken
75
+
76
+ We introduce DropToken, a simple and yet effective strategy to reduce the computational complexity during training. Once we get the token sequence for the video or audio modality, we randomly sample a portion of the tokens and then feed the sampled sequence, not the complete set of tokens, to the Transformer. This is crucial for reducing the computational cost because a Transformer’s computation complexity is quadratic, $O ( N ^ { 2 } )$ , where $N$ is number of tokens in the input sequence. Any effort on reducing the input length would reduce the number of FLOPs quadratically. This has an immediate impact on the wall clock time for training these models and makes it possible to host large models in limited hardware. We argue that instead of reducing the resolution or dimension of the raw inputs, it is better to keep a high-fidelity input and randomly sample the tokens via DropToken. DropToken is appealing especially with the raw video and audio inputs, which may contain high redundancies.
77
+
78
+ # 3.2 The Transformer Architecture
79
+
80
+ For simplicity, we adopt the most established Transformer architecture [23], which has been widely used in NLP. Similar to ViT [25], we do not tweak the architecture so that our weights can be easily transferred to any standard Transformer implementation. We will briefly elaborate on the pipeline (also illustrated in Figure 1 middle panel) and refer the reader to [25, 23] for more details of the standard Transformer architecture. The sequence of input tokens to the Transformer follows the below formulation:
81
+
82
+ $$
83
+ z _ { \mathrm { i n } } = [ x _ { \mathrm { A G G } } ; ~ x _ { 0 } W _ { P } ; ~ x _ { 1 } W _ { P } ; \ldots ; ~ x _ { N } W _ { P } ] + e _ { \mathrm { P O S } }
84
+ $$
85
+
86
+ where ${ \mathbf { \mathcal { x } } } _ { n }$ is the input patches sequence and $\pmb { x } _ { \mathrm { A G G } }$ is the learnable embedding of a special aggregation token whose corresponding output in the Transformer $( z _ { \mathrm { o u t } } ^ { 0 } )$ is used as the aggregated representation for the entire input sequence. This will be later used for classification and common space mapping. We use a standard self-attention [88] as the Multi-Head-Attention (MHA) module, and GeLU [42] as the activation in the MLP layer. We also use Layer Normalization [6] before the MHA and MLP modules. In our text model, we remove the position encoding $e _ { \mathrm { P O S } }$ and add a learnable relative bias to each attention score of the first layer in the MHA module. This simple change makes our text model’s weights directly transferable to the state-of-the-art text model T5 [72].
87
+
88
+ # 3.3 Common Space Projection
89
+
90
+ We use common space projection and contrastive learning in that common space to train our networks. More specifically, given a video-audio-text triplet, we define a semantically hierarchical common space mapping that enables us to directly compare video-audio pairs as well as video-text pairs by the cosine similarity. As argued in [1], such comparison is more feasible if we assume there are different levels of semantic granularity for these modalities. To achieve this, we define multi-level projections as follows:
91
+
92
+ $$
93
+ \begin{array} { r l } { z _ { v , v a } = g _ { v \to v a } ( z _ { \mathrm { o u t } } ^ { \mathrm { v i d e o } } ) , \ } & { z _ { a , v a } = g _ { a \to v a } ( z _ { \mathrm { o u t } } ^ { \mathrm { a u d i o } } ) } \\ { z _ { t , v t } = g _ { t \to v t } ( z _ { \mathrm { o u t } } ^ { \mathrm { t e x t } } ) , \ } & { z _ { v , v t } = g _ { v \to v t } ( z _ { v , v a } ) } \end{array}
94
+ $$
95
+
96
+ where $g _ { v v a }$ and $g _ { a v a }$ are the projection heads to respectively map the video and audio Transformers’ outputs to the video-audio common space $\boldsymbol { S _ { v a } }$ . Moreover, $g _ { t v t }$ and $g _ { v v t }$ project the text Transformer’s outputs and the video embedding in the $\boldsymbol { S } _ { v a }$ space to video-text common space, $\boldsymbol { S _ { v t } }$ . This multi-level common space projection is depicted in Figure 1 (the rightmost panel). The main intuition behind this hierarchy is that different modalities have different levels of semantic granularity, so we should impose this as an inductive bias in the common space projection. Similar to [1], we use a linear projection for $g _ { a v a } ( . )$ , $g _ { t v t } ( . )$ , and $g _ { v v t } ( . )$ , and a two-layer projection with ReLU in between for $g _ { v v a } ( . )$ . To ease the training, a batch normalization is used after each linear layer.
97
+
98
+ # 3.4 Multimodal Contrastive Learning
99
+
100
+ Inspired by [1, 3, 59], we use Noise Contrastive Estimation (NCE) to align video-audio pairs and Multiple Instance Learning NCE (MIL-NCE) to align video-text pairs. The pairs are composed from different temporal locations in the video-audio-text stream. Positive pairs from two modalities are constructed by sampling their corresponding streams from the same location in the video, and negative pairs are constructed by sampling from any non-matching locations in the video [1]. Concretely, given the common space specified in Section 3, the loss objectives can be written as follows:
101
+
102
+ $$
103
+ \mathrm { N C E } ( z _ { v , v a } , z _ { a , v a } ) = - \log \left( \frac { \exp ( z _ { v , v a } ^ { \top } z _ { a , v a } / \tau ) } { \exp ( z _ { v , v a } ^ { \top } z _ { a , v a } / \tau ) + \sum _ { z ^ { \prime } \in \mathcal { N } } \exp ( z _ { v , v a } ^ { \prime \top } z _ { a , v a } ^ { \prime } / \tau ) } \right) ,
104
+ $$
105
+
106
+ $$
107
+ \begin{array} { r } { \mathcal { A } \mathrm { I L } \mathrm { - N C E } ( z _ { v , v t } , \{ z _ { t , v t } \} ) = - \log \left( \frac { \sum _ { z _ { k , v t } \in \mathcal { P } } \exp ( z _ { v , v t } ^ { \top } z _ { t , v t } / \tau ) } { \sum _ { z _ { t , v t } \in \mathcal { P } } \exp ( z _ { v , v t } ^ { \top } z _ { t , v t } / \tau ) + \sum _ { z ^ { \prime } \in \mathcal { N } } \exp ( z _ { v , v t } ^ { \prime \top } z _ { t , v t } ^ { \prime } / \tau ) } \right) , } \end{array}
108
+ $$
109
+
110
+ where $\mathcal { N }$ contains all non-matching pairs in a batch. In Equation 5, $\mathcal { P }$ contains five text clips that are nearest neighbors to the video clip in time. $\tau$ is a temperature to adjust the softness of the objectives in distinguishing the positive pairs from the negative pairs.
111
+
112
+ The overall per-sample objective for training the entire VATT model end-to-end is as follows:
113
+
114
+ $$
115
+ \mathcal { L } = \mathrm { N C E } ( z _ { v , v a } , z _ { a , v a } ) + \lambda \mathrm { M I L } \mathrm { - N C E } ( z _ { v , v t } , \{ z _ { t , v t } \} ) ,
116
+ $$
117
+
118
+ where $\lambda$ balances the two losses. The model is optimized based on the back-propagation of the average loss calculated over a batch of samples.
119
+
120
+ # 4 Experiments
121
+
122
+ In this section, we first briefly describe the experimental setup for the pre-training and downstream evaluation, and then present the results and analytic interpretation of VATT in different tasks. We refer the reader to the Appendix for a more detailed description of all experimental settings.
123
+
124
+ # 4.1 Experimental Setup
125
+
126
+ Pre-train: we use a combination of AudioSet [33] and HowTo100M [58] datasets to pre-train VATT— we use only a subset of the HowTo100M dataset in compliance with Youtube’s policies. Following [1], we use video-audio-text triplets from HowTo100M clips while only using video-audio pairs from AudioSet. We sample 32 frames at 10 fps with a spatial size of $2 2 4 \times 2 2 4$ following a random crop, horizontal flip and color augmentation (details in A.2.1). Accordingly, we sample audio waveforms in sync at $4 8 \mathrm { k H z }$ . Both video and audio are normalized between [-1,1]. We use patch sizes of $4 \times 1 6 \times 1 6$ and 128 for video and raw waveform tokenization, respectively (ablation in A.5). We use one-hot vectors to encode text sequences (capped to 16 tokens) with the vocabulary size of $2 ^ { 1 6 }$ . In all pre-training experiments, we use DropToken with drop rate $50 \%$ . We train our models using the Adam optimizer [46] with a quarter-period cosine scheduled learning rate from 1e-4 to 5e-5 and 10k warmup steps. Optimization is performed on totally $5 0 0 \mathrm { k }$ steps with batch size 2048 (512 in exploration experiments). Following the previously established practice [1] for the projection to the common spaces $\boldsymbol { S _ { v a } }$ and $\boldsymbol { S _ { v t } }$ , we use $d _ { v a } = 5 1 2$ and $d _ { v t } = 2 5 6$ . We also use the temperature of $\tau = 0 . 0 7$ and the weight of $\lambda = 1$ in the loss in Equation 6. We use 4 network sizes in our experiments (details in A.2.2). We use the Medium model (155M parameters) for our modality-agnostic variant (VATT-MA), and 3 variants for the modality-specific video-audio-text backbones: Base-Base-Small (BBS; 197M), Medium-Base-Small (MBS; 264M), and Large-Base-Small (LBS; 415M). Pre-training an MBS VATT with batch size 2048 on 256 TPUs (v3) takes less than 3 days. Pre-training with batch size 512 takes less than 1 day.
127
+
128
+ Downstream: we evaluate the pre-trained VATT models on 4 major downstream tasks using a total of 10 datasets. We use UCF101 [81], HMDB51 [52], Kinetics-400 [14], Kinetics-600 [15], and Moments in Time [61] for video action recognition. We use ESC50 [66] and AudioSet [33] for audio event classification, and we evaluate the quality of our video-text common space representations by zero-shot text-to-video retrieval on YouCook2 [109] and MSR-VTT [98]. Finally, we evaluate the transferability of the vision backbone by fine-tuning it on ImageNet classification [22]. Since HMDB51, UCF101, and ESC50 are very small datasets compared to the size of our networks, we only use them to train a linear classifier on top of the frozen pre-trained backbones. In our exploration experiments, we report linear classification accuracy and zero-shot video retrieval metrics. We refer to the Appendix for a detailed description of the datasets and the experimental setup.
129
+
130
+ # 4.2 Results
131
+
132
+ # 4.2.1 Fine-tuning for video action recognition
133
+
134
+ We fine-tune VATT’s vision Transformer on Kinetics-400, Kinetics-600, and Moments in Time, three of the arguably most established large-scale datasets for video action recognition. We use the final checkpoints of four pre-train settings for these experiments: three modality-specific variations (LBS, MBS, BBS), and one modality-agnostic (Medium). Table 1 shows the results compared with the state-of-the-art video models. On all three datasets, we achieve higher accuracy than previous works including TimeSFormer [9], a recent effort in fine-tuning the ViT checkpoints obtained by supervised pre-training. In contrast, our pre-training does not rely on any labels curated by humans. To the best of our knowledge, VATT provides the first vision Transformer backbone that is pre-trained from scratch using self-supervision on multimodal videos and achieves state-of-the-art results on video action recognition. It is also worth mentioning that fine-tuning VATT on the most recent Kinetics-700 dataset results in a top-1 accuracy of $7 2 . 7 \%$ , which outperforms the state-of-the-art top-1 accuracy of $7 2 . 4 \%$ in [47].
135
+
136
+ To further quantify how much the multimodal self-supervised pre-training helps in achieving these numbers, we train a variant from scratch without any pre-training and observe the top-1 and top-5 accuracies of $2 6 . 4 \%$ and $5 1 . 8 \%$ on Kinetics-400, respectively. The low accuracies verify the efficacy of our pre-training strategy for VATT. Finally, we find that VATT-MA-Medium, the modality-agnostic backbone shared by the video, audio, and text modalities, is on par with the modality-specific VATTBase when fine-tuned for the video action recognition. This result is encouraging as it indicates the potential of unifying three data modalities by a single Transformer backbone.
137
+
138
+ <table><tr><td></td><td colspan="2">Kinetics-400</td><td colspan="2">Kinetics-600</td><td colspan="2">Moments in Time</td><td rowspan="2">TFLOPS</td></tr><tr><td>METHOD</td><td>ToP-1</td><td>TOP-5</td><td>TOP-1</td><td>TOP-5</td><td>TOP-1</td><td>TOP-5</td></tr><tr><td>I3D[13]</td><td>71.1</td><td>89.3</td><td>71.9</td><td>90.1</td><td>29.5</td><td>56.1</td><td></td></tr><tr><td>R(2+1)D [26]</td><td>72.0</td><td>90.0</td><td>-</td><td>-</td><td>1</td><td>1</td><td>17.5</td></tr><tr><td>bLVNet [27]</td><td>73.5</td><td>91.2</td><td>-</td><td>/</td><td>31.4</td><td>59.3</td><td>0.84</td></tr><tr><td>S3D-G [96]</td><td>74.7</td><td>93.4</td><td>=</td><td></td><td>-</td><td>-</td><td>-</td></tr><tr><td>Oct-I3D+NL [20]</td><td>75.7</td><td>1</td><td>76.0</td><td></td><td>=</td><td>1</td><td>0.84</td></tr><tr><td>D3D[83]</td><td>75.9</td><td>=</td><td>77.9</td><td></td><td></td><td></td><td>=</td></tr><tr><td>I3D+NL [93]</td><td>77.7</td><td>93.3</td><td>-</td><td></td><td></td><td></td><td>10.8</td></tr><tr><td>ip-CSN-152 [87]</td><td>77.8</td><td>92.8</td><td>1</td><td></td><td></td><td>=</td><td>3.3</td></tr><tr><td>AttentionNAS [92]</td><td>-</td><td>1</td><td>79.8</td><td>94.4</td><td>32.5</td><td>60.3</td><td>1.0</td></tr><tr><td>AssembleNet-101 [77]</td><td>-</td><td>=</td><td>-</td><td>-</td><td>34.3</td><td>62.7</td><td>1</td></tr><tr><td>MoViNet-A5 [47]</td><td>78.2</td><td>1</td><td>82.7</td><td>1</td><td>39.1</td><td>-</td><td>0.29</td></tr><tr><td>LGD-3D-101 [69]</td><td>79.4</td><td>94.4</td><td>81.5</td><td>95.6</td><td>-</td><td>=</td><td>-</td></tr><tr><td>SlowFast-R101-NL [30]</td><td>79.8</td><td>93.9</td><td>81.8</td><td>95.1</td><td></td><td></td><td>7.0</td></tr><tr><td>X3D-XL [29]</td><td>79.1</td><td>93.9</td><td>81.9</td><td>95.5</td><td>=</td><td></td><td>1.5</td></tr><tr><td>X3D-XXL [29]</td><td>80.4</td><td>94.6</td><td>1</td><td>-</td><td></td><td></td><td>5.8</td></tr><tr><td>TimeSFormer-L [9]</td><td>80.7</td><td>94.7</td><td>82.2</td><td>95.6</td><td>-</td><td>=</td><td>7.14</td></tr><tr><td>VATT-Base</td><td>79.6</td><td>94.9</td><td>80.5</td><td>95.5</td><td>38.7</td><td>67.5</td><td>9.09</td></tr><tr><td>VATT-Medium</td><td>81.1</td><td>95.6</td><td>82.4</td><td>96.1</td><td>39.5</td><td>68.2</td><td>15.02</td></tr><tr><td>VATT-Large</td><td>82.1</td><td>95.5</td><td>83.6</td><td>96.6</td><td>41.1</td><td>67.7</td><td>29.80</td></tr><tr><td>VATT-MA-Medium</td><td>79.9</td><td>94.9</td><td>80.8</td><td>95.5</td><td>37.8</td><td>65.9</td><td>15.02</td></tr></table>
139
+
140
+ Table 1: Video action recognition accuracy on Kinetics-400, Kinetics-600, and Moments in Time.
141
+
142
+ # 4.2.2 Fine-tuning for audio event classification
143
+
144
+ We fine-tune VATT’s audio Transformer on AudioSet, which benchmarks the task of multi-label audio event classification. We use the final checkpoints of two pre-train settings: one modality-specific (BBS), and one modality-agnostic (Medium). Table 2 shows the results compared to state-of-the-art models. Following common practice [34, 48], we report mean Average Precision (mAP), Area Under Curve (AUC), and d-prime (based on AUC) [34]. Our audio Transformer consistently outperforms the existing CNN-based models in all metrics. More interestingly, fine-tuning the modality-agnostic backbone (VATT-MA-Medium) is on par with fine-tuning the modality-specific one (VATT-Base). To the best of our knowledge, VATT is the first Transformer that outperforms CNN-based models in audio event recognition. VATT operates on raw waveforms and does not utilize any handcrafted features.
145
+
146
+ # 4.2.3 Fine-tuning for image classification
147
+
148
+ In this section, we show that our pipeline is capable of transferring the learned knowledge into another domain by performing the image classification task, even though the models are pre-trained in the multimodal video domain. We fine-tune the vision Transformer in VATT-BBS on ImageNet without any modification to the backbone architecture. Instead, to satisfy the voxel-to-patch layer we replicate the input image 4 times and feed it to the network. The network sees the input as a single-frame video clip and performs spatial self-attention. Table 3 shows the results for fine-tuning the vision Transformer end-to-end on ImageNet. We can see that our pre-training leads to a significant boost in the accuracy compared to training from scratch. We also observe that even though the self-supervised pre-training happens in the video domain, we still achieve competitive results to the supervised pre-training using large-scale image data [25].
149
+
150
+ # 4.2.4 Zero-shot text-to-video retrieval
151
+
152
+ We feed video-text pairs to VATT-MBS, and extract representations in the $\boldsymbol { S _ { v t } }$ space. We then calculate the similarity between each video-text pair from YouCook2 and MSR-VTT. Given a text query, we rank the videos based on their similarities to the text. We then measure the recall for the correct video in the top-10 videos. We also measure the median of the rank of the correct video. Table 4 compares our video retrieval results to two baselines. In our experiments we observe that the zero-shot retrieval results are heavily affected by the batch size and number of epochs, confirming the observation made in [1]. That said, our model still delivers comparable results to MMV [1] while being pre-trained with a half number of epochs and a half batch size of theirs. We also experiment with a larger batch size 8192 and longer pre-training for 6 epochs, arriving at exactly the same results as MIL-NCE [59] on YouCook2 and the $\mathbf { R } @ 1 0$ of 29.2 and MedR of 42 on MSR-VTT. We also notice that, probably due to the noisy nature of text transcripts, a sophisticated language model like ours is underrated. As shown in [1], using a simple linear projection would still perform reasonably well. It is worth exploring other, higher-quality text sources in future work.
153
+
154
+ Table 2: Finetuning results for AudioSet event classification.
155
+
156
+ <table><tr><td>METHOD</td><td>mAP AUC d-prime</td></tr><tr><td>DaiNet [21]</td><td>29.5 95.8 2.437</td></tr><tr><td>LeeNet11 [55]</td><td>26.6 95.3 2.371</td></tr><tr><td>LeeNet24 [55]</td><td>33.6 96.3 2.525</td></tr><tr><td>Res1dNet31 [49]</td><td>36.5 95.8 2.444</td></tr><tr><td>Res1dNet51 [49]</td><td>35.5 94.8 2.295</td></tr><tr><td>Wavegram-CNN [49]</td><td>38.9 96.8 2.612</td></tr><tr><td>VATT-Base</td><td>39.4 97.1 2.895</td></tr><tr><td>VATT-MA-Medium</td><td>39.3 97.0 2.884</td></tr></table>
157
+
158
+ Table 3: Finetuning results for ImageNet classification.
159
+
160
+ <table><tr><td>METHOD</td><td>PRE-TRAINING DATA</td><td>TOP-1</td><td>TOP-5</td></tr><tr><td>iGPT-L [16]</td><td>ImageNet</td><td>72.6</td><td>1</td></tr><tr><td>ViT-Base [25]</td><td>JFT</td><td>79.9</td><td>1</td></tr><tr><td>VATT-Base</td><td>-</td><td>64.7</td><td>83.9</td></tr><tr><td>VATT-Base</td><td>HowTo100M</td><td>78.7</td><td>93.9</td></tr></table>
161
+
162
+ Table 4: Zero-shot text-to-video retrieval.
163
+
164
+ <table><tr><td></td><td colspan="4">YouCook2 MSR-VTT</td></tr><tr><td>METHOD</td><td>BATCH EPOCH R@10 MedR R@ 10 MedR 27</td><td></td><td></td><td></td></tr><tr><td>MIL-NCE [59]</td><td>8192</td><td>51.2</td><td>10 32.4</td><td>30</td></tr><tr><td>MMV[1]</td><td>4096 8</td><td>45.4</td><td>13 31.1</td><td>38</td></tr><tr><td>VATT-MBS</td><td>2048 4</td><td>45.5</td><td>13 29.7</td><td>49</td></tr><tr><td>VATT-MA-Medium</td><td>2048 4</td><td>40.6</td><td>17</td><td>23.6 67</td></tr></table>
165
+
166
+ # 4.2.5 Feature visualization
167
+
168
+ We take our modality-specific and modality-agnostic VATT fine-tuned on Kinetics-400 and visualize their output feature representations using t-SNE. For comparison, we also include the feature visualization of the vision Transformer trained from scratch on Kinetics-400. From Figure 2, we observe that the fine-tuned VATT yields a much better separation than the model trained from scratch. Furthermore, it is worth noting that there is no clear difference between the modality-agnostic features and the modality-specific ones.
169
+
170
+ We further investigate the VATT backbones without any fine-tuning. We randomly choose 1k video clips from the YouCook2 dataset and store the representations from two points of a pre-trained VATT model. One is after the tokenization layer (input space of the Transformer), and the other is after the common space projection (output space), where the loss is computed. Figure 3-top visualizes the representations, comparing modality-specific VATT to modality-agnostic VATT. Interestingly, we observe that the representations are slightly more mixed together in the modality-agnostic setting compared to the modality-specific ones, implying that the modality-agnostic backbone sees different modalities as different symbols describing the same concept. This is analogous to a unified language model in NLP that supports multiple languages.
171
+
172
+ To see how well VATT distinguishes positive video-text pairs from randomly sampled pairs, we calculate pair-wise similarities for all possible pairs and perform a Kernel Density Estimation (KDE) to visualize the distributions of the similarities of the positive pairs vs. negative pairs. We perform this procedure for both input and output spaces of the modality-specific and modality-agnostic backbones. Figure 3-bottom shows the KDE curves of these similarities. We can see that VATT in both settings separates the positive and negative pairs in its output space. This verifies VATT’s efficacy in learning a semantic common space for different modalities, even if we share the backbone across modalities.
173
+
174
+ # 4.2.6 Model Activations
175
+
176
+ We measure the average activation of the modality-agnostic VATT when a full multimodal input is fed to the model. More specifically, we sample $1 0 0 \mathrm { k }$ short video clips from the test split of HowTo100M along with their corresponding audio and text and feed them to the model separately. For each modality, we calculate the average activation of each node at the output of the MLP module, before the residual addition (Figure 1-Transformer Encoder). Figure 4 shows the average activations across all nodes in a Medium-size model. We observe that earlier nodes in the model are activated with the text inputs, while the middle-to-later nodes are activated with video and audio modalities. However, the nodes in the last layers of the network are activated with all modalities almost equally. This might suggest that the model allocates different nodes to certain modalities while reaching the same level of semantic perception for all modalities in the later layers. Such observation encourages further studies on the possibility of utilizing Mixture-of-Experts [79, 28, 76] to increase the model’s capacity for simultaneous multimodal perception. We leave this direction of research for future work.
177
+
178
+ ![](images/264dcf3b3a980aec5d2a5f2a0fee6ce340c013a3c55bff2abf50990cf4d4afe8.jpg)
179
+ Figure 2: t-SNE visualization of the feature representations extracted by the vision Transformer in different training settings. For better visualization, we show 100 random classes from Kinetics-400.
180
+
181
+ ![](images/c6f8e58fd69ca0d895846cdad125dcf844cc929bef9f7744a0c560ca0c9eb205.jpg)
182
+ Figure 3: t-SNE visualization and distribution of pair-wise similarities of the input space vs. output space for modality-specific and modality-agnostic backbones when different modalities are fed.
183
+
184
+ # 4.2.7 Effect of DropToken
185
+
186
+ We introduced a new method to reduce the redundancy in high-resolution data. To study the effect of the proposed DropToken method on downstream applications and the pre-training computation, we perform pre-training by randomly dropping $7 5 \%$ , $5 0 \%$ , $2 5 \%$ , and $0 \%$ (no drop) of the tokens from the video and audio inputs. Table 5 shows the accuracy of linear classification on HMDB51, UCF101, ESC50 and $\mathrm { R @ 1 0 }$ on YouCook2 and MSR-VTT vs. the drop rate along with GFLOPs during a forward call. We choose $5 0 \%$ sampling rate for our large-scale pre-training as it offers a good trade-off between accuracy and computational costs. We then take the final checkpoint of the pre-trained VATT with $5 0 \%$ DropToken rate and perform fine-tuning on Kinetics-400 at different DropToken rates and at different spatial and temporal resolutions to see how high-resolution inputs coupled with DropToken compare to low-resolution inputs with no tokens dropped during fine-tuning. Table 6 shows the top-1 accuracy on Kinetics-400. We argue against using low-resolution inputs, which is the most common approach to reduce the computational cost during training. Instead, we suggest using high-resolution inputs with DropToken, whose accuracy and training cost are comparable to or better than low-resolution counterparts.
187
+
188
+ ![](images/78326d8ea06d3a0ed997fe60a987577bc3f5e4296c66b02b900d7bc3adee2312.jpg)
189
+ Late Activation for Video & Audio
190
+ Figure 4: The average node activation across the Modality-Agnostic-Medium VATT while feeding a multimodal video-audio-text triplet to the model.
191
+
192
+ <table><tr><td></td><td>DropToken Drop Rate 75%</td></tr><tr><td>Multimodal GFLOPs 188.1</td><td>50% 25% 0% 375.4 574.2 784.8</td></tr><tr><td>HMDB51 62.5</td><td>65.6 66.4</td></tr><tr><td>UCF101</td><td>64.8 85.5 87.2</td></tr><tr><td>84.0 ESC50 78.9</td><td>84.1 84.6</td></tr><tr><td>YouCookII 17.9</td><td>20.7 24.2</td></tr><tr><td>14.1</td><td>14.6 15.1</td></tr></table>
193
+
194
+ Table 5: Top-1 accuracy of linear classification and $\mathrm { R @ 1 0 }$ of video retrieval vs. drop rate vs. inference GFLOPs in the VATT-MBS.
195
+
196
+ <table><tr><td rowspan="2">Resolution/ FLOPs</td><td colspan="4">DropToken Drop Rate</td></tr><tr><td>75%</td><td>50%</td><td>25%</td><td>0%</td></tr><tr><td>32 × 224 × 224 Inference (GFLOPs)</td><td></td><td></td><td>=</td><td>79.9 548.1</td></tr><tr><td>64×224 ×224 Inference (GFLOPs)</td><td>= -</td><td>=</td><td>= 1</td><td>80.8 1222.1</td></tr><tr><td>32 ×320×320 Inference (GFLOPs)</td><td>79.3 279.8</td><td>80.2 572.5</td><td>80.7 898.9</td><td>81.1 1252.3</td></tr></table>
197
+
198
+ Table 6: Top-1 accuracy of video action recognition on Kinetics400 using high-resolution inputs coupled with DropToken vs. low-resolution inputs.
199
+
200
+ # 5 Conclusion and Discussion
201
+
202
+ In this paper, we present a self-supervised multimodal representation learning framework based on Transformers. Our study suggests that Transformers are effective for learning semantic video/audio/text representations — even if one model is shared across modalities — and multimodal self-supervised pre-training is promising for reducing their dependency on large-scale labeled data. We show that DropToken can significantly reduce the pre-training complexity with video and audio modalities and have minor impact on the models’ generalization. We report new records of results on video action recognition and audio event classification and competitive performance on image classification and video retrieval. Having these results, we still see some limitations in our work. Firstly, not all videos have organic audio or speech, while our approach depends on meaningful multimodal correspondences. Besides, the text modality currently consists of speech transcripts, which are noisy and sometimes sparse. Potential negative Societal Impacts are mainly concerned with applications. The models could be biased if one applies our approach to the multimodal videos that are not representative enough. Finally, our method is still demanding in computation, though we managed to avoid the need for human labels. Future work can improve upon these limitations.
203
+
204
+ # Acknowledgments and Disclosure of Funding
205
+
206
+ We would like to thank Min-Hsuan Tsai, Jean-Baptise Alayrac, Andrew Audibert, Yeqing Li, Vidush Mukund, and the TensorFlow team for their help with codes, infrastructure, and insightful discussions.
207
+
208
+ # References
209
+
210
+ [1] Jean-Baptiste Alayrac, Adrià Recasens, Rosalia Schneider, Relja Arandjelovic, Jason Rama- ´ puram, Jeffrey De Fauw, Lucas Smaira, Sander Dieleman, and Andrew Zisserman. Selfsupervised multimodal versatile networks. In NeurIPS, 2020. 3, 5, 6, 8, 17, 18, 19, 20 [2] Humam Alwassel, Dhruv Mahajan, Bruno Korbar, Lorenzo Torresani, Bernard Ghanem, and Du Tran. Self-supervised learning by cross-modal audio-video clustering. arXiv preprint arXiv:1911.12667, 2019. 3, 20 [3] Relja Arandjelovic and Andrew Zisserman. Look, listen and learn. In CVPR, 2017. 3, 5 [4] Relja Arandjelovic and Andrew Zisserman. Objects that sound. In ECCV, 2018. 3 [5] Anurag Arnab, Mostafa Dehghani, Georg Heigold, Chen Sun, Mario Luciˇ c, and Cordelia ´ Schmid. Vivit: A video vision transformer. arXiv preprint arXiv:2103.15691, 2021. 2, 3 [6] Jimmy Lei Ba, Jamie Ryan Kiros, and Geoffrey E Hinton. Layer normalization. arXiv preprint arXiv:1607.06450, 2016. 5 [7] Dzmitry Bahdanau, Kyunghyun Cho, and Yoshua Bengio. Neural machine translation by jointly learning to align and translate. In ICLR, 2015. 1 [8] Sagie Benaim, Ariel Ephrat, Oran Lang, Inbar Mosseri, William T Freeman, Michael Rubinstein, Michal Irani, and Tali Dekel. Speednet: Learning the speediness in videos. In CVPR,
211
+ 2020. 3 [9] Gedas Bertasius, Heng Wang, and Lorenzo Torresani. Is space-time attention all you need for video understanding? arXiv preprint arXiv:2102.05095, 2021. 2, 3, 6, 7 [10] Tom B Brown, Benjamin Mann, Nick Ryder, Melanie Subbiah, Jared Kaplan, Prafulla Dhariwal, Arvind Neelakantan, Pranav Shyam, Girish Sastry, Amanda Askell, et al. Language models are few-shot learners. arXiv preprint arXiv:2005.14165, 2020. 2, 3 [11] Nicolas Carion, Francisco Massa, Gabriel Synnaeve, Nicolas Usunier, Alexander Kirillov, and Sergey Zagoruyko. End-to-end object detection with transformers. In ECCV, 2020. 3 [12] Mathilde Caron, Ishan Misra, Julien Mairal, Priya Goyal, Piotr Bojanowski, and Armand Joulin. Unsupervised learning of visual features by contrasting cluster assignments. In NeurIPS, 2020.
212
+ 3 [13] Joao Carreira and Andrew Zisserman. Quo vadis, action recognition? a new model and the kinetics dataset. In CVPR, 2017. 7 [14] Joao Carreira and Andrew Zisserman. Quo vadis, action recognition? a new model and the kinetics dataset. In CVPR, 2017. 3, 6, 17 [15] Joao Carreira, Eric Noland, Andras Banki-Horvath, Chloe Hillier, and Andrew Zisserman. A short note about kinetics-600. arXiv preprint arXiv:1808.01340, 2018. 3, 6, 17 [16] Mark Chen, Alec Radford, Rewon Child, Jeffrey Wu, Heewoo Jun, David Luan, and Ilya Sutskever. Generative pretraining from pixels. In ICML, 2020. 8 [17] Ting Chen, Simon Kornblith, Mohammad Norouzi, and Geoffrey Hinton. A simple framework for contrastive learning of visual representations. In ICML, 2020. 3 [18] Xinlei Chen, Saining Xie, and Kaiming He. An empirical study of training self-supervised visual transformers. arXiv preprint arXiv:2104.02057, 2021. 3 [19] Yen-Chun Chen, Linjie Li, Licheng Yu, Ahmed El Kholy, Faisal Ahmed, Zhe Gan, Yu Cheng, and Jingjing Liu. Uniter: Universal image-text representation learning. In ECCV, 2020. 3 [20] Yunpeng Chen, Haoqi Fan, Bing Xu, Zhicheng Yan, Yannis Kalantidis, Marcus Rohrbach, Shuicheng Yan, and Jiashi Feng. Drop an octave: Reducing spatial redundancy in convolutional neural networks with octave convolution. In ICCV, 2019. 7
213
+ [21] Wei Dai, Chia Dai, Shuhui Qu, Juncheng Li, and Samarjit Das. Very deep convolutional neural networks for raw waveforms. In ICASSP, 2017. 8
214
+ [22] Jia Deng, Wei Dong, Richard Socher, Li-Jia Li, Kai Li, and Li Fei-Fei. Imagenet: A large-scale hierarchical image database. In CVPR, 2009. 2, 3, 6, 17
215
+ [23] Jacob Devlin, Ming-Wei Chang, Kenton Lee, and Kristina Toutanova. Bert: Pre-training of deep bidirectional transformers for language understanding. In NAACL, 2019. 2, 3, 4
216
+ [24] Carl Doersch, Abhinav Gupta, and Alexei A Efros. Unsupervised visual representation learning by context prediction. In ICCV, 2015. 3
217
+ [25] Alexey Dosovitskiy, Lucas Beyer, Alexander Kolesnikov, Dirk Weissenborn, Xiaohua Zhai, Thomas Unterthiner, Mostafa Dehghani, Matthias Minderer, Georg Heigold, Sylvain Gelly, Jakob Uszkoreit, and Neil Houlsby. An image is worth 16x16 words: Transformers for image recognition at scale. In ICLR, 2021. 2, 3, 4, 7, 8
218
+ [26] Heng Wang Du Tran, Lorenzo Torresani, Jamie Ray, Yann LeCun, and Manohar Paluri. A closer look at spatiotemporal convolutions for action recognition. 2018 ieee. In CVPR, 2017. 7
219
+ [27] Quanfu Fan, Chun-Fu (Ricarhd) Chen, Hilde Kuehne, Marco Pistoia, and David Cox. More Is Less: Learning Efficient Video Representations by Temporal Aggregation Modules. In NeurIPS. 2019. 7
220
+ [28] William Fedus, Barret Zoph, and Noam Shazeer. Switch transformers: Scaling to trillion parameter models with simple and efficient sparsity. arXiv preprint arXiv:2101.03961, 2021. 9
221
+ [29] Christoph Feichtenhofer. X3d: Expanding architectures for efficient video recognition. In CVPR, 2020. 7
222
+ [30] Christoph Feichtenhofer, Haoqi Fan, Jitendra Malik, and Kaiming He. Slowfast networks for video recognition. In ICCV, 2019. 7, 18
223
+ [31] Basura Fernando, Hakan Bilen, Efstratios Gavves, and Stephen Gould. Self-supervised video representation learning with odd-one-out networks. In CVPR, 2017. 3
224
+ [32] Jonas Gehring, Michael Auli, David Grangier, Denis Yarats, and Yann N Dauphin. Convolutional sequence to sequence learning. In ICML, 2017. 1
225
+ [33] Jort F. Gemmeke, Daniel P. W. Ellis, Dylan Freedman, Aren Jansen, Wade Lawrence, R. Channing Moore, Manoj Plakal, and Marvin Ritter. Audio set: An ontology and human-labeled dataset for audio events. In ICASSP, 2017. 3, 6, 17
226
+ [34] Jort F Gemmeke, Daniel PW Ellis, Dylan Freedman, Aren Jansen, Wade Lawrence, R Channing Moore, Manoj Plakal, and Marvin Ritter. Audio set: An ontology and human-labeled dataset for audio events. In ICASSP, 2017. 7
227
+ [35] Spyros Gidaris, Praveer Singh, and Nikos Komodakis. Unsupervised representation learning by predicting image rotations. In ICLR, 2018. 3
228
+ [36] Rohit Girdhar and Deva Ramanan. Attentional pooling for action recognition. In NeurIPS, 2017. 2
229
+ [37] Jean-Bastien Grill, Florian Strub, Florent Altché, Corentin Tallec, Pierre H Richemond, Elena Buchatskaya, Carl Doersch, Bernardo Avila Pires, Zhaohan Daniel Guo, Mohammad Gheshlaghi Azar, et al. Bootstrap your own latent: A new approach to self-supervised learning. In NeurIPS, 2020. 3
230
+ [38] Tengda Han, Weidi Xie, and Andrew Zisserman. Video representation learning by dense predictive coding. In ICCV Workshops, 2019. 3
231
+ [39] Tengda Han, Weidi Xie, and Andrew Zisserman. Memory-augmented dense predictive coding for video representation learning. In ECCV, 2020. 3 [40] Kaiming He, Haoqi Fan, Yuxin Wu, Saining Xie, and Ross Girshick. Momentum contrast for unsupervised visual representation learning. In CVPR, 2020. 3 [41] Olivier J Hénaff, Aravind Srinivas, Jeffrey De Fauw, Ali Razavi, Carl Doersch, SM Eslami, and Aaron van den Oord. Data-efficient image recognition with contrastive predictive coding. arXiv preprint arXiv:1905.09272, 2019. 3 [42] Dan Hendrycks and Kevin Gimpel. Gaussian error linear units (gelus). arXiv preprint arXiv:1606.08415, 2016. 5 [43] Sepp Hochreiter and Jürgen Schmidhuber. Long short-term memory. Neural computation,
232
+ 1997. 1 [44] Han Hu, Zheng Zhang, Zhenda Xie, and Stephen Lin. Local relation networks for image recognition. In ICCV, 2019. 2 [45] Dahun Kim, Donghyeon Cho, and In So Kweon. Self-supervised video representation learning with space-time cubic puzzles. In AAAI, 2019. 3 [46] Diederik P Kingma and Jimmy Ba. Adam: A method for stochastic optimization. arXiv preprint arXiv:1412.6980, 2014. 6, 18 [47] Dan Kondratyuk, Liangzhe Yuan, Yandong Li, Li Zhang, Mingxing Tan, Matthew Brown, and Boqing Gong. Movinets: Mobile video networks for efficient video recognition. In CVPR,
233
+ 2021. 6, 7 [48] Qiuqiang Kong, Changsong Yu, Yong Xu, Turab Iqbal, Wenwu Wang, and Mark D Plumbley. Weakly labelled audioset tagging with attention neural networks. TASLP, 2019. 7 [49] Qiuqiang Kong, Yin Cao, Turab Iqbal, Yuxuan Wang, Wenwu Wang, and Mark D Plumbley. Panns: Large-scale pretrained audio neural networks for audio pattern recognition. TASLP,
234
+ 2020. 8, 19 [50] Bruno Korbar, Du Tran, and Lorenzo Torresani. Cooperative learning of audio and video models from self-supervised synchronization. NeurIPS, 2018. 3, 20 [51] Alex Krizhevsky, Ilya Sutskever, and Geoffrey E Hinton. Imagenet classification with deep convolutional neural networks. In NeurIPS, 2012. 1 [52] H. Kuehne, H. Jhuang, E. Garrote, T. Poggio, and T. Serre. HMDB: a large video database for human motion recognition. In ICCV, 2011. 6, 17 [53] Yann LeCun, Léon Bottou, Yoshua Bengio, and Patrick Haffner. Gradient-based learning applied to document recognition. Proceedings of the IEEE, 1998. 1 [54] Hsin-Ying Lee, Jia-Bin Huang, Maneesh Singh, and Ming-Hsuan Yang. Unsupervised representation learning by sorting sequences. In ICCV, 2017. 3 [55] Jongpil Lee, Jiyoung Park, Keunhyoung Luke Kim, and Juhan Nam. Sample-level deep convolutional neural networks for music auto-tagging using raw waveforms. arXiv preprint arXiv:1703.01789, 2017. 8 [56] William Lotter, Gabriel Kreiman, and David Cox. Deep predictive coding networks for video prediction and unsupervised learning. arXiv preprint arXiv:1605.08104, 2016. 3 [57] Huaishao Luo, Lei Ji, Botian Shi, Haoyang Huang, Nan Duan, Tianrui Li, Xilin Chen, and Ming Zhou. Univilm: A unified video and language pre-training model for multimodal understanding and generation. arXiv preprint arXiv:2002.06353, 2020. 3 [58] Antoine Miech, Dimitri Zhukov, Jean-Baptiste Alayrac, Makarand Tapaswi, Ivan Laptev, and Josef Sivic. Howto100m: Learning a text-video embedding by watching hundred million narrated video clips. In ICCV, 2019. 6, 17
235
+
236
+ [59] Antoine Miech, Jean-Baptiste Alayrac, Lucas Smaira, Ivan Laptev, Josef Sivic, and Andrew Zisserman. End-to-end learning of visual representations from uncurated instructional videos. In CVPR, 2020. 5, 8, 17, 20
237
+
238
+ [60] Tomas Mikolov, Kai Chen, Greg Corrado, and Jeffrey Dean. Efficient estimation of word representations in vector space. arXiv preprint arXiv:1301.3781, 2013. 4, 18
239
+
240
+ [61] Mathew Monfort, Alex Andonian, Bolei Zhou, Kandan Ramakrishnan, Sarah Adel Bargal, Tom Yan, Lisa Brown, Quanfu Fan, Dan Gutfreund, Carl Vondrick, et al. Moments in time dataset: one million videos for event understanding. TPAMI, 2019. 3, 6, 17
241
+
242
+ [62] Pedro Morgado, Nuno Vasconcelos, and Ishan Misra. Audio-visual instance discrimination with cross-modal agreement. arXiv preprint arXiv:2004.12943, 2020. 3
243
+
244
+ [63] Mehdi Noroozi and Paolo Favaro. Unsupervised learning of visual representations by solving jigsaw puzzles. In ECCV, 2016. 3
245
+
246
+ [64] Deepak Pathak, Philipp Krahenbuhl, Jeff Donahue, Trevor Darrell, and Alexei A Efros. Context encoders: Feature learning by inpainting. In CVPR, 2016. 3
247
+
248
+ [65] Mandela Patrick, Yuki M Asano, Polina Kuznetsova, Ruth Fong, João F Henriques, Geoffrey Zweig, and Andrea Vedaldi. Multi-modal self-supervision from generalized data transformations. arXiv preprint arXiv:2003.04298, 2020. 20
249
+
250
+ [66] Karol J. Piczak. ESC: Dataset for Environmental Sound Classification. In ACM MM, 2015. 6, 17
251
+
252
+ [67] AJ Piergiovanni, Anelia Angelova, and Michael S Ryoo. Evolving losses for unsupervised video representation learning. In CVPR, 2020. 3, 20
253
+
254
+ [68] Rui Qian, Tianjian Meng, Boqing Gong, Ming-Hsuan Yang, Huisheng Wang, Serge Belongie, and Yin Cui. Spatiotemporal contrastive video representation learning. In CVPR, 2021. 3 [69] Zhaofan Qiu, Ting Yao, Chong-Wah Ngo, Xinmei Tian, and Tao Mei. Learning spatio-temporal representation with local and global diffusion. In CVPR, 2019. 7
255
+
256
+ [70] Alec Radford, Karthik Narasimhan, Tim Salimans, and Ilya Sutskever. Improving language understanding by generative pre-training. 2018. 2
257
+
258
+ [71] Alec Radford, Jeffrey Wu, Rewon Child, David Luan, Dario Amodei, and Ilya Sutskever. Language models are unsupervised multitask learners. OpenAI blog, 2019. 2
259
+
260
+ [72] Colin Raffel, Noam Shazeer, Adam Roberts, Katherine Lee, Sharan Narang, Michael Matena, Yanqi Zhou, Wei Li, and Peter J Liu. Exploring the limits of transfer learning with a unified text-to-text transformer. JMLR, 2020. 5
261
+
262
+ [73] Prajit Ramachandran, Niki Parmar, Ashish Vaswani, Irwan Bello, Anselm Levskaya, and Jonathon Shlens. Stand-alone self-attention in vision models. arXiv preprint arXiv:1906.05909, 2019. 2
263
+
264
+ [74] Adrià Recasens, Pauline Luc, Jean-Baptiste Alayrac, Luyu Wang, Florian Strub, Corentin Tallec, Mateusz Malinowski, Viorica Patraucean, Florent Altché, Michal Valko, et al. Broaden your views for self-supervised video learning. arXiv preprint arXiv:2103.16559, 2021. 3
265
+
266
+ [75] Steffen Rendle. Factorization machines. In ICDM, 2010. 19 [76] Carlos Riquelme, Joan Puigcerver, Basil Mustafa, Maxim Neumann, Rodolphe Jenatton, André Susano Pinto, Daniel Keysers, and Neil Houlsby. Scaling vision with sparse mixture of experts. arXiv preprint arXiv:2106.05974, 2021. 9
267
+
268
+ [77] Michael S Ryoo, AJ Piergiovanni, Mingxing Tan, and Anelia Angelova. Assemblenet: Searching for multi-stream neural connectivity in video architectures. arXiv preprint arXiv:1905.13209, 2019. 7
269
+
270
+ [78] Gilad Sharir, Asaf Noy, and Lihi Zelnik-Manor. An image is worth 16x16 words, what is a video worth? arXiv preprint arXiv:2103.13915, 2021. 3
271
+
272
+ [79] Noam Shazeer, Azalia Mirhoseini, Krzysztof Maziarz, Andy Davis, Quoc Le, Geoffrey Hinton, and Jeff Dean. Outrageously large neural networks: The sparsely-gated mixture-of-experts layer. arXiv preprint arXiv:1701.06538, 2017. 9
273
+
274
+ [80] Laura Smith, Nikita Dhawan, Marvin Zhang, Pieter Abbeel, and Sergey Levine. Avid: Learning multi-stage tasks via pixel-level translation of human videos. arXiv preprint arXiv:1912.04443, 2019. 20
275
+
276
+ [81] Khurram Soomro, Amir Roshan Zamir, and Mubarak Shah. Ucf101: A dataset of 101 human actions classes from videos in the wild. arXiv preprint arXiv:1212.0402, 2012. 6, 17
277
+
278
+ [82] Nitish Srivastava, Elman Mansimov, and Ruslan Salakhudinov. Unsupervised learning of video representations using lstms. In ICML, 2015. 3
279
+
280
+ [83] Jonathan Stroud, David Ross, Chen Sun, Jia Deng, and Rahul Sukthankar. D3d: Distilled 3d networks for video action recognition. In WACV, 2020. 7
281
+
282
+ [84] Chen Sun, Fabien Baradel, Kevin Murphy, and Cordelia Schmid. Learning video representations using contrastive bidirectional transformer. arXiv preprint arXiv:1906.05743, 2019. 3
283
+
284
+ [85] Yonglong Tian, Dilip Krishnan, and Phillip Isola. Contrastive multiview coding. In ECCV, 2020. 3
285
+
286
+ [86] Hugo Touvron, Matthieu Cord, Matthijs Douze, Francisco Massa, Alexandre Sablayrolles, and Hervé Jégou. Training data-efficient image transformers & distillation through attention. arXiv preprint arXiv:2012.12877, 2020. 3
287
+
288
+ [87] Du Tran, Heng Wang, Lorenzo Torresani, and Matt Feiszli. Video classification with channelseparated convolutional networks. In ICCV, 2019. 7
289
+
290
+ [88] Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N Gomez, Lukasz Kaiser, and Illia Polosukhin. Attention is all you need. arXiv preprint arXiv:1706.03762, 2017. 1, 2, 3, 4, 5
291
+
292
+ [89] Fei Wang, Mengqing Jiang, Chen Qian, Shuo Yang, Cheng Li, Honggang Zhang, Xiaogang Wang, and Xiaoou Tang. Residual attention network for image classification. In CVPR, 2017. 2
293
+
294
+ [90] Jiangliu Wang, Jianbo Jiao, Linchao Bao, Shengfeng He, Yunhui Liu, and Wei Liu. Selfsupervised spatio-temporal representation learning for videos by predicting motion and appearance statistics. In CVPR, 2019. 3
295
+
296
+ [91] Jiangliu Wang, Jianbo Jiao, and Yun-Hui Liu. Self-supervised video representation learning by pace prediction. In ECCV, 2020. 3
297
+
298
+ [92] Xiaofang Wang, Xuehan Xiong, Maxim Neumann, AJ Piergiovanni, Michael S Ryoo, Anelia Angelova, Kris M Kitani, and Wei Hua. Attentionnas: Spatiotemporal attention cell search for video classification. In ECCV, 2020. 7
299
+
300
+ [93] Xiaolong Wang, Ross Girshick, Abhinav Gupta, and Kaiming He. Non-local neural networks. In CVPR, 2018. 7
301
+
302
+ [94] Sanghyun Woo, Jongchan Park, Joon-Young Lee, and In So Kweon. Cbam: Convolutional block attention module. In ECCV, 2018. 2
303
+
304
+ [95] Zhirong Wu, Yuanjun Xiong, Stella X Yu, and Dahua Lin. Unsupervised feature learning via non-parametric instance discrimination. In CVPR, 2018. 3
305
+
306
+ [96] Saining Xie, Chen Sun, Jonathan Huang, Zhuowen Tu, and Kevin Murphy. Rethinking spatiotemporal feature learning: Speed-accuracy trade-offs in video classification. In ECCV, 2018. 7
307
+
308
+ [97] Dejing Xu, Jun Xiao, Zhou Zhao, Jian Shao, Di Xie, and Yueting Zhuang. Self-supervised spatiotemporal learning via video clip order prediction. In CVPR, 2019. 3 [98] Jun Xu, Tao Mei, Ting Yao, and Yong Rui. Msr-vtt: A large video description dataset for bridging video and language. In CVPR, 2016. 6, 17 [99] Fuzhi Yang, Huan Yang, Jianlong Fu, Hongtao Lu, and Baining Guo. Learning texture transformer network for image super-resolution. In CVPR, 2020. 3 [100] Mang Ye, Xu Zhang, Pong C Yuen, and Shih-Fu Chang. Unsupervised embedding learning via invariant and spreading instance feature. In CVPR, 2019. 3 [101] Hongyi Zhang, Moustapha Cisse, Yann N Dauphin, and David Lopez-Paz. mixup: Beyond empirical risk minimization. arXiv preprint arXiv:1710.09412, 2017. 19 [102] Richard Zhang, Phillip Isola, and Alexei A Efros. Colorful image colorization. In ECCV,
309
+ 2016. 3 [103] Richard Zhang, Phillip Isola, and Alexei A Efros. Split-brain autoencoders: Unsupervised learning by cross-channel prediction. In CVPR, 2017. 3 [104] Xiang Zhang, Junbo Zhao, and Yann Lecun. Character-level convolutional networks for text classification. NeurIPS, 2015. 1 [105] Y Zhang, K Li, K Li, B Zhong, and Y Fu. Residual non-local attention networks for image restoration. In ICLR, 2019. 2 [106] Hengshuang Zhao, Jiaya Jia, and Vladlen Koltun. Exploring self-attention for image recognition. In CVPR, 2020. 2 [107] Hengshuang Zhao, Li Jiang, Jiaya Jia, Philip Torr, and Vladlen Koltun. Point transformer. arXiv preprint arXiv:2012.09164, 2020. 3 [108] Sixiao Zheng, Jiachen Lu, Hengshuang Zhao, Xiatian Zhu, Zekun Luo, Yabiao Wang, Yanwei Fu, Jianfeng Feng, Tao Xiang, Philip HS Torr, et al. Rethinking semantic segmentation from a sequence-to-sequence perspective with transformers. arXiv preprint arXiv:2012.15840, 2020.
310
+ 3
311
+
312
+ [109] Luowei Zhou, Chenliang Xu, and Jason J Corso. Towards automatic learning of procedures from web instructional videos. In AAAI, 2018. 6, 17
parse/train/RzYrn625bu8/RzYrn625bu8_content_list.json ADDED
@@ -0,0 +1,1604 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "type": "text",
4
+ "text": "VATT: Transformers for Multimodal Self-Supervised Learning from Raw Video, Audio and Text ",
5
+ "text_level": 1,
6
+ "bbox": [
7
+ 179,
8
+ 122,
9
+ 818,
10
+ 172
11
+ ],
12
+ "page_idx": 0
13
+ },
14
+ {
15
+ "type": "text",
16
+ "text": "Hassan Akbari∗ Columbia University ha2436@columbia.edu ",
17
+ "bbox": [
18
+ 217,
19
+ 226,
20
+ 385,
21
+ 267
22
+ ],
23
+ "page_idx": 0
24
+ },
25
+ {
26
+ "type": "text",
27
+ "text": "Liangzhe Yuan Google lzyuan@google.com ",
28
+ "bbox": [
29
+ 436,
30
+ 226,
31
+ 588,
32
+ 268
33
+ ],
34
+ "page_idx": 0
35
+ },
36
+ {
37
+ "type": "text",
38
+ "text": "Rui Qian∗ Cornell University rq49@cornell.edu ",
39
+ "bbox": [
40
+ 640,
41
+ 226,
42
+ 781,
43
+ 267
44
+ ],
45
+ "page_idx": 0
46
+ },
47
+ {
48
+ "type": "text",
49
+ "text": "Wei-Hong Chuang Google whchuang@google.com ",
50
+ "bbox": [
51
+ 212,
52
+ 289,
53
+ 382,
54
+ 332
55
+ ],
56
+ "page_idx": 0
57
+ },
58
+ {
59
+ "type": "text",
60
+ "text": "Shih-Fu Chang Columbia University sc250@columbia.edu ",
61
+ "bbox": [
62
+ 426,
63
+ 289,
64
+ 588,
65
+ 330
66
+ ],
67
+ "page_idx": 0
68
+ },
69
+ {
70
+ "type": "text",
71
+ "text": "Yin Cui Google yincui@google.com ",
72
+ "bbox": [
73
+ 633,
74
+ 289,
75
+ 785,
76
+ 332
77
+ ],
78
+ "page_idx": 0
79
+ },
80
+ {
81
+ "type": "text",
82
+ "text": "Boqing Gong \nGoogle \nbgong@google.com ",
83
+ "bbox": [
84
+ 426,
85
+ 352,
86
+ 570,
87
+ 393
88
+ ],
89
+ "page_idx": 0
90
+ },
91
+ {
92
+ "type": "text",
93
+ "text": "Abstract ",
94
+ "text_level": 1,
95
+ "bbox": [
96
+ 462,
97
+ 430,
98
+ 535,
99
+ 446
100
+ ],
101
+ "page_idx": 0
102
+ },
103
+ {
104
+ "type": "text",
105
+ "text": "We present a framework for learning multimodal representations from unlabeled data using convolution-free Transformer architectures. Specifically, our VideoAudio-Text Transformer (VATT) takes raw signals as inputs and extracts multimodal representations that are rich enough to benefit a variety of downstream tasks. We train VATT end-to-end from scratch using multimodal contrastive losses and evaluate its performance by the downstream tasks of video action recognition, audio event classification, image classification, and text-to-video retrieval. Furthermore, we study a modality-agnostic, single-backbone Transformer by sharing weights among the three modalities. We show that the convolution-free VATT outperforms state-of-the-art ConvNet-based architectures in the downstream tasks. Especially, VATT’s vision Transformer achieves the top-1 accuracy of $8 2 . 1 \\%$ on Kinetics-400, $8 3 . 6 \\%$ on Kinetics-600, $7 2 . 7 \\%$ on Kinetics-700, and $4 1 . 1 \\%$ on Moments in Time, new records while avoiding supervised pre-training. Transferring to image classification leads to $7 8 . 7 \\%$ top-1 accuracy on ImageNet compared to ${ \\bar { 6 4 . 7 \\% } }$ by training the same Transformer from scratch, showing the generalizability of our model despite the domain gap between videos and images. VATT’s audio Transformer also sets a new record on waveform-based audio event recognition by achieving the mAP of $3 9 . 4 \\%$ on AudioSet without any supervised pre-training. VATT’s source code is publicly available.2 ",
106
+ "bbox": [
107
+ 232,
108
+ 460,
109
+ 766,
110
+ 724
111
+ ],
112
+ "page_idx": 0
113
+ },
114
+ {
115
+ "type": "text",
116
+ "text": "1 Introduction ",
117
+ "text_level": 1,
118
+ "bbox": [
119
+ 174,
120
+ 750,
121
+ 310,
122
+ 766
123
+ ],
124
+ "page_idx": 0
125
+ },
126
+ {
127
+ "type": "text",
128
+ "text": "Convolutional neural networks (CNNs) [53, 51] have triumphed over various computer vision tasks. The inductive bias induced by convolutions, namely translation invariance and locality, are proven effective for the visual data. In the meantime, however, we witness in the natural language processing (NLP) community a paradigm shift from the models with strong inductive biases, such as recurrent neural networks [43, 7] and CNNs [104, 32], to more general architectures constructed upon selfattention. Particularly, Transformers [88] have become the de facto model architecture for NLP tasks [23, 70, 71, 10]. Pre-training a Transformer on large text corpora followed by fine-tuning gives rise to state-of-the-art results for different downstream tasks. ",
129
+ "bbox": [
130
+ 174,
131
+ 780,
132
+ 825,
133
+ 864
134
+ ],
135
+ "page_idx": 0
136
+ },
137
+ {
138
+ "type": "image",
139
+ "img_path": "images/0682c4b5ff5d083c190cbad0b248ec16501c3f63dda533f65af4f09ebbaca9f4.jpg",
140
+ "image_caption": [
141
+ "Figure 1: Overview of the VATT architecture and the self-supervised, multimodal learning strategy. VATT linearly projects each modality into a feature vector and feeds it into a Transformer encoder. We define a semantically hierarchical common space to account for the granularity of different modalities and employ the Noise Contrastive Estimation (NCE) to train the model. "
142
+ ],
143
+ "image_footnote": [],
144
+ "bbox": [
145
+ 194,
146
+ 87,
147
+ 810,
148
+ 279
149
+ ],
150
+ "page_idx": 1
151
+ },
152
+ {
153
+ "type": "text",
154
+ "text": "",
155
+ "bbox": [
156
+ 174,
157
+ 366,
158
+ 823,
159
+ 393
160
+ ],
161
+ "page_idx": 1
162
+ },
163
+ {
164
+ "type": "text",
165
+ "text": "In view of the success of the attention mechanism in NLP, there has been a rich line of works exploring its potential in computer vision. Early work studied hybrid models consisting of both convolutions and attention modules [89, 94, 36, 105]. Recent studies showed that convolution-free, specially designed all-attention models can match CNNs’ performance on image recognition tasks [106, 44, 73]. Most recently, [25] achieved impressive performance on several image recognition tasks, including ImageNet [22], using a pre-trained Transformer with minimal architecture changes. Their work delivered a compelling message that “large scale (supervised) training trumps inductive bias (for image classification).” This conclusion was further extended to video recognition tasks by [9, 5]. ",
166
+ "bbox": [
167
+ 174,
168
+ 400,
169
+ 825,
170
+ 511
171
+ ],
172
+ "page_idx": 1
173
+ },
174
+ {
175
+ "type": "text",
176
+ "text": "However, the large-scale supervised training of Transformers is essentially troubling for two main reasons. First, it rules out the much larger other part of “big visual data,” i.e, the vast amount of unlabeled, unstructured visual data. As a result, the supervised training strategy could produce biased systems that require even more labeled data to correct their biases. Second, this strategy fundamentally limits the application scope of Transformers in computer vision because it is costly and extremely time-consuming to collect enough labeled images or videos for training the millions of parameters, choosing hyper-parameters, and validating their expected generalization. ",
177
+ "bbox": [
178
+ 174,
179
+ 517,
180
+ 825,
181
+ 616
182
+ ],
183
+ "page_idx": 1
184
+ },
185
+ {
186
+ "type": "text",
187
+ "text": "Hence, this work poses another pressing question about the Transformers that take raw signals as input. How to empower them with large-scale, unlabeled visual data? To answer this question, we draw insights from NLP. BERT [23] and GPT [70, 71, 10] use masked language modeling as their pre-training tasks. Natural languages are organic supervision for Transformers. They sequentially place words, phrases, and sentences into context, granting them semantics and syntax. For visual data, the most organic supervision is arguably the multimodal videos. They are abundantly available in the digital world, and their temporal, cross-modality regulation, and therefore supervision, requires no human annotation. The extreme scale of multimodal videos is potentially capable to teach Transformers necessary priors, as opposed to predefined inductive biases, to model the visual world. ",
188
+ "bbox": [
189
+ 174,
190
+ 621,
191
+ 825,
192
+ 746
193
+ ],
194
+ "page_idx": 1
195
+ },
196
+ {
197
+ "type": "text",
198
+ "text": "To this end, we study self-supervised, multimodal pre-training of three Transformers [88], which take as input the raw RGB frames of internet videos, audio waveforms, and text transcripts of the speech audio, respectively. We call the video, audio, text Transformers VATT. Figure 1 illustrates the architecture. VATT borrows the exact architecture from BERT [23] and ViT [25] except the layer of tokenization and linear projection reserved for each modality separately. This design shares the same spirit as ViT that we make the minimal changes to the architecture so that the learned model can transfer its weights to various frameworks and tasks. Furthermore, the self-supervised, multimodal learning strategy resonates the spirit of BERT and GPT that the pre-training requires minimal human curated labels. ",
199
+ "bbox": [
200
+ 174,
201
+ 752,
202
+ 825,
203
+ 876
204
+ ],
205
+ "page_idx": 1
206
+ },
207
+ {
208
+ "type": "text",
209
+ "text": "We evaluate the pre-trained Transformers on a variety of downstream tasks: image classification, video action recognition, audio event classification, and zero-shot text-to-video retrieval. Fine-tuning the vision-modality Transformer on ImageNet [22] obtains the top-1 accuracy of $7 8 . 7 \\%$ , which is comparable to $7 9 . { \\dot { 9 } } \\%$ achieved by ViT. This result is especially appealing considering the domain gap between videos and images, and that ViT is pre-trained using a large-scale, human-curated image dataset. Furthermore, we set new records on Kinetics-400 [14], Kinetics-600 [15], Moments in Time [61], and AudioSet [33] without supervised pre-training. ",
210
+ "bbox": [
211
+ 174,
212
+ 883,
213
+ 823,
214
+ 911
215
+ ],
216
+ "page_idx": 1
217
+ },
218
+ {
219
+ "type": "text",
220
+ "text": "",
221
+ "bbox": [
222
+ 174,
223
+ 92,
224
+ 825,
225
+ 161
226
+ ],
227
+ "page_idx": 2
228
+ },
229
+ {
230
+ "type": "text",
231
+ "text": "Our VATT results, along with others reported for NLP tasks [23, 10], image recognition [25], semantic segmentation [108], point cloud classification [107], and action recoginition [9], demonstrate that Transformer is a versatile general-purpose architecture for different types of data. ",
232
+ "bbox": [
233
+ 176,
234
+ 166,
235
+ 823,
236
+ 209
237
+ ],
238
+ "page_idx": 2
239
+ },
240
+ {
241
+ "type": "text",
242
+ "text": "To move one step forward, we challenge the Transformers in VATT by a seemingly too strong constraint: sharing weights among the video, audio, and text modalities. The idea is to test whether there exists a single, general-purpose model for all the modalities — of course, they still have their own layers of tokenization and linear projection. Preliminary results are encouraging. This modality-agnostic Transformer is on par with three modality-specific ones of slightly smaller sizes. ",
243
+ "bbox": [
244
+ 174,
245
+ 215,
246
+ 825,
247
+ 285
248
+ ],
249
+ "page_idx": 2
250
+ },
251
+ {
252
+ "type": "text",
253
+ "text": "Finally, another contribution of this work is DropToken, a simple and yet effective technique to reduce the training complexity with a minor reduction of the end Transformers’ performance. DropToken randomly drops a portion of the video and audio tokens from each input sequence during training, allowing for high-resolution inputs and leveraging their abundance. This is significant for Transformers because their computational complexity is quadratic with respect to the number of input tokens. ",
254
+ "bbox": [
255
+ 174,
256
+ 290,
257
+ 825,
258
+ 361
259
+ ],
260
+ "page_idx": 2
261
+ },
262
+ {
263
+ "type": "text",
264
+ "text": "2 Related work ",
265
+ "text_level": 1,
266
+ "bbox": [
267
+ 174,
268
+ 386,
269
+ 316,
270
+ 402
271
+ ],
272
+ "page_idx": 2
273
+ },
274
+ {
275
+ "type": "text",
276
+ "text": "2.1 Transformers in Vision ",
277
+ "text_level": 1,
278
+ "bbox": [
279
+ 174,
280
+ 420,
281
+ 374,
282
+ 435
283
+ ],
284
+ "page_idx": 2
285
+ },
286
+ {
287
+ "type": "text",
288
+ "text": "Transformer was originally built for NLP tasks [88] and the design of multi-head attention shows its effectiveness on modeling long-term correlation of words. A few attempts have been made to use Transformer for vision tasks like image super-resolution [99], object detection [11] and multimodal video understanding [84, 19, 57]. However these methods still rely on the feature extracted by CNNs. Recently, [25] proposes a set of convolution-free vision Transformers which directly work on raw images and obtain competitive performance with CNNs. [86] improves the training data efficiency of [25] by using stronger data augmentations and knowledge distillation. Since then, the pure Transformer design has been adopted to various vision tasks including semantic segmentation [108], point cloud classification [107], action recoginition [9, 78, 5]. To the best of our knowledge, our VATT is the first Transformer model on raw multimodal inputs of video, audio and text. ",
289
+ "bbox": [
290
+ 174,
291
+ 448,
292
+ 825,
293
+ 587
294
+ ],
295
+ "page_idx": 2
296
+ },
297
+ {
298
+ "type": "text",
299
+ "text": "2.2 Self-Supervised Learning ",
300
+ "text_level": 1,
301
+ "bbox": [
302
+ 174,
303
+ 609,
304
+ 390,
305
+ 625
306
+ ],
307
+ "page_idx": 2
308
+ },
309
+ {
310
+ "type": "text",
311
+ "text": "Single vision modality. Early work of self-supervised visual representation learning usually learns from unlabeled images via manually specified pretext tasks, like auto-encoding [64, 102, 103], patch location prediction [24], solving jigsaw puzzles [63], and image rotation prediction [35]. [95] propose a novel instance discrimination objective. The recent trend of contrastive learning [40, 17, 100, 37, 41, 85] integrates data augmentations and instance discrimination by maintaining relative consistency between representations of an image and its augmented view. Clustering can also provide an effective addition [12]. Recently, [18] conduct contrastive learning using ViT [25] and achieve impressive results. As for the video domain, it is natural to exploit the temporal signals as the pretext task. Examples include predicting the future frame [82], motion and appearance statistics [90], speed [8, 91] and encodings [56, 38, 39], sorting frames or video clips [54, 97, 45, 31]. Recently, [68] apply contrastive learning to videos with a temporal sampling strategy and temporally consistent spatial augmentation. ",
312
+ "bbox": [
313
+ 174,
314
+ 637,
315
+ 825,
316
+ 803
317
+ ],
318
+ "page_idx": 2
319
+ },
320
+ {
321
+ "type": "text",
322
+ "text": "Multimodal video. Video is a natural source of multimodal data. Multimodal self-supervised learning can be achieved by predicting whether a video has correspondence with an audio stream [3, 4, 62, 50], cross-modality clustering [2], and evolving losses [67]. Recently, [1] use contrastive loss to learn from video, audio and text; [74] learn to predict a broad view that spans a longer temporal context from a narrow view. VATT serves as a first work combining the strength of convolution-free Transformer and multimodal contrastive learning. ",
323
+ "bbox": [
324
+ 174,
325
+ 827,
326
+ 825,
327
+ 911
328
+ ],
329
+ "page_idx": 2
330
+ },
331
+ {
332
+ "type": "text",
333
+ "text": "3 Approach ",
334
+ "text_level": 1,
335
+ "bbox": [
336
+ 174,
337
+ 89,
338
+ 287,
339
+ 107
340
+ ],
341
+ "page_idx": 3
342
+ },
343
+ {
344
+ "type": "text",
345
+ "text": "In this section, we introduce our convolution-free VATT architecture and elaborate on the selfsupervised multimodal objectives for training VATT from scratch. ",
346
+ "bbox": [
347
+ 174,
348
+ 121,
349
+ 823,
350
+ 148
351
+ ],
352
+ "page_idx": 3
353
+ },
354
+ {
355
+ "type": "text",
356
+ "text": "Figure 1 is an overview of the architecture. We feed each modality to a tokenization layer, where the raw input is projected to an embedding vector followed by a Transformer. There are two major settings: 1) The backbone Transformers are separate and have specific weights for each modality, and 2) The Transformers share weights, namely, there is a single backbone Transformer applied to any of the modalities. In either setting, the backbone extracts modality-specific representations, which are then mapped to common spaces to be compared with each other by contrastive losses. We describe each module in the following. ",
357
+ "bbox": [
358
+ 173,
359
+ 154,
360
+ 825,
361
+ 252
362
+ ],
363
+ "page_idx": 3
364
+ },
365
+ {
366
+ "type": "text",
367
+ "text": "3.1 Tokenization and Positional Encoding ",
368
+ "text_level": 1,
369
+ "bbox": [
370
+ 176,
371
+ 267,
372
+ 477,
373
+ 282
374
+ ],
375
+ "page_idx": 3
376
+ },
377
+ {
378
+ "type": "text",
379
+ "text": "VATT operates on raw signals. The vision-modality input consists of 3-channel RGB pixels of video frames, the audio input is in the form of air density amplitudes (waveforms), and the text input is a sequence of words. We first define a modality-specific tokenization layer that takes as input the raw signals and returns a sequence of vectors to be fed to the Transformers. Besides, each modality has its own positional encoding, which injects the order of tokens into Transformers [88]. We partition an entire video clip of size $T \\times H \\times W$ to a sequence of $\\lceil T / t \\rceil \\cdot \\lceil H / h \\rceil \\cdot \\lceil W / w \\rceil$ patches, where each patch contains $t \\times h \\times w \\times 3$ voxels. We apply a linear projection on the entire voxels in each patch to get a $d$ -dimensional vector representation. This projection is performed by a learnable weight $W _ { v p } \\in \\mathbb { R } ^ { t \\cdot h \\cdot w \\cdot 3 \\times d }$ . This can be seen as a 3D extension of the patching mechanism proposed in [25]. To encode the position of these patches, we define a dimension-specific sequence of learnable embeddings as follows: ",
380
+ "bbox": [
381
+ 173,
382
+ 292,
383
+ 825,
384
+ 445
385
+ ],
386
+ "page_idx": 3
387
+ },
388
+ {
389
+ "type": "equation",
390
+ "img_path": "images/6adce449c3de86090036ff5f81e4ec11c880952d7de9e2bcf5c4c81ceebdbcc8.jpg",
391
+ "text": "$$\n\\begin{array} { r l } { e _ { i , j , k } = e _ { \\mathrm { T e m p o r a l } _ { i } } + e _ { \\mathrm { H o r i z o n t a l } _ { j } } + e _ { \\mathrm { V e r t i c a l } _ { k } } , } & { } \\\\ { E _ { \\mathrm { T e m p o r a l } } \\in \\mathbb { R } ^ { \\lceil T / t \\rceil \\times d } , } & { E _ { \\mathrm { H o r i z o n t a l } } \\in \\mathbb { R } ^ { \\lceil H / h \\rceil \\times d } , \\quad E _ { \\mathrm { V e r t i c a l } } \\in \\mathbb { R } ^ { \\lceil W / w \\rceil \\times d } } \\end{array}\n$$",
392
+ "text_format": "latex",
393
+ "bbox": [
394
+ 263,
395
+ 453,
396
+ 735,
397
+ 492
398
+ ],
399
+ "page_idx": 3
400
+ },
401
+ {
402
+ "type": "text",
403
+ "text": "where $e _ { i }$ is the $i$ -th row of $\\pmb { { \\cal E } }$ . This scheme allows us to use $\\lceil T / t \\rceil + \\lceil H / h \\rceil + \\lceil W / w \\rceil$ positional embeddings to encode all the $\\lceil T / t \\rceil \\cdot \\lceil H / h \\rceil \\cdot \\lceil W / w \\rceil$ patches in a video clip. The raw audio waveform is a 1D input with length $T ^ { \\prime }$ , and we partition it to $\\lceil T ^ { \\prime } / t ^ { \\prime } \\rceil$ segments each containing $t ^ { \\prime }$ waveform amplitudes. Similar to video, we apply a linear projection with a learnable weight $W _ { a p } \\in \\mathbb { R } ^ { t ^ { \\prime } \\times d }$ to all elements in a patch to get a $d$ -dimensional vector representation. We use $\\lceil T ^ { \\prime } / t ^ { \\prime } \\rceil$ learnable embeddings to encode the position of each waveform segment. For text, we first construct a vocabulary of size $v$ out of all words in our training dataset. For an input text sequence, we then map each word to a $v$ -dimensional one-hot vector followed by a linear projection with a learnable weight $W _ { t p } \\in \\mathbb { R } ^ { v \\times d }$ . This is equivalent to an embedding dictionary lookup, which has been widely used in natural language understanding [60]. ",
404
+ "bbox": [
405
+ 174,
406
+ 496,
407
+ 825,
408
+ 638
409
+ ],
410
+ "page_idx": 3
411
+ },
412
+ {
413
+ "type": "text",
414
+ "text": "3.1.1 DropToken ",
415
+ "text_level": 1,
416
+ "bbox": [
417
+ 174,
418
+ 651,
419
+ 303,
420
+ 666
421
+ ],
422
+ "page_idx": 3
423
+ },
424
+ {
425
+ "type": "text",
426
+ "text": "We introduce DropToken, a simple and yet effective strategy to reduce the computational complexity during training. Once we get the token sequence for the video or audio modality, we randomly sample a portion of the tokens and then feed the sampled sequence, not the complete set of tokens, to the Transformer. This is crucial for reducing the computational cost because a Transformer’s computation complexity is quadratic, $O ( N ^ { 2 } )$ , where $N$ is number of tokens in the input sequence. Any effort on reducing the input length would reduce the number of FLOPs quadratically. This has an immediate impact on the wall clock time for training these models and makes it possible to host large models in limited hardware. We argue that instead of reducing the resolution or dimension of the raw inputs, it is better to keep a high-fidelity input and randomly sample the tokens via DropToken. DropToken is appealing especially with the raw video and audio inputs, which may contain high redundancies. ",
427
+ "bbox": [
428
+ 173,
429
+ 675,
430
+ 825,
431
+ 814
432
+ ],
433
+ "page_idx": 3
434
+ },
435
+ {
436
+ "type": "text",
437
+ "text": "3.2 The Transformer Architecture ",
438
+ "text_level": 1,
439
+ "bbox": [
440
+ 176,
441
+ 830,
442
+ 424,
443
+ 844
444
+ ],
445
+ "page_idx": 3
446
+ },
447
+ {
448
+ "type": "text",
449
+ "text": "For simplicity, we adopt the most established Transformer architecture [23], which has been widely used in NLP. Similar to ViT [25], we do not tweak the architecture so that our weights can be easily transferred to any standard Transformer implementation. We will briefly elaborate on the pipeline (also illustrated in Figure 1 middle panel) and refer the reader to [25, 23] for more details of the standard Transformer architecture. The sequence of input tokens to the Transformer follows the below formulation: ",
450
+ "bbox": [
451
+ 174,
452
+ 856,
453
+ 823,
454
+ 911
455
+ ],
456
+ "page_idx": 3
457
+ },
458
+ {
459
+ "type": "text",
460
+ "text": "",
461
+ "bbox": [
462
+ 173,
463
+ 90,
464
+ 823,
465
+ 119
466
+ ],
467
+ "page_idx": 4
468
+ },
469
+ {
470
+ "type": "equation",
471
+ "img_path": "images/6f96dd30b74d4fbcbd295dbd7078b11d58db1de9c972aefcc9c77e196fc50f18.jpg",
472
+ "text": "$$\nz _ { \\mathrm { i n } } = [ x _ { \\mathrm { A G G } } ; ~ x _ { 0 } W _ { P } ; ~ x _ { 1 } W _ { P } ; \\ldots ; ~ x _ { N } W _ { P } ] + e _ { \\mathrm { P O S } }\n$$",
473
+ "text_format": "latex",
474
+ "bbox": [
475
+ 323,
476
+ 126,
477
+ 673,
478
+ 143
479
+ ],
480
+ "page_idx": 4
481
+ },
482
+ {
483
+ "type": "text",
484
+ "text": "where ${ \\mathbf { \\mathcal { x } } } _ { n }$ is the input patches sequence and $\\pmb { x } _ { \\mathrm { A G G } }$ is the learnable embedding of a special aggregation token whose corresponding output in the Transformer $( z _ { \\mathrm { o u t } } ^ { 0 } )$ is used as the aggregated representation for the entire input sequence. This will be later used for classification and common space mapping. We use a standard self-attention [88] as the Multi-Head-Attention (MHA) module, and GeLU [42] as the activation in the MLP layer. We also use Layer Normalization [6] before the MHA and MLP modules. In our text model, we remove the position encoding $e _ { \\mathrm { P O S } }$ and add a learnable relative bias to each attention score of the first layer in the MHA module. This simple change makes our text model’s weights directly transferable to the state-of-the-art text model T5 [72]. ",
485
+ "bbox": [
486
+ 173,
487
+ 148,
488
+ 826,
489
+ 261
490
+ ],
491
+ "page_idx": 4
492
+ },
493
+ {
494
+ "type": "text",
495
+ "text": "3.3 Common Space Projection ",
496
+ "text_level": 1,
497
+ "bbox": [
498
+ 174,
499
+ 275,
500
+ 398,
501
+ 290
502
+ ],
503
+ "page_idx": 4
504
+ },
505
+ {
506
+ "type": "text",
507
+ "text": "We use common space projection and contrastive learning in that common space to train our networks. More specifically, given a video-audio-text triplet, we define a semantically hierarchical common space mapping that enables us to directly compare video-audio pairs as well as video-text pairs by the cosine similarity. As argued in [1], such comparison is more feasible if we assume there are different levels of semantic granularity for these modalities. To achieve this, we define multi-level projections as follows: ",
508
+ "bbox": [
509
+ 173,
510
+ 301,
511
+ 825,
512
+ 383
513
+ ],
514
+ "page_idx": 4
515
+ },
516
+ {
517
+ "type": "equation",
518
+ "img_path": "images/b55bec1221bbb22d2842cce88674cbef40d822d22b5130812b78534fc3274ef9.jpg",
519
+ "text": "$$\n\\begin{array} { r l } { z _ { v , v a } = g _ { v \\to v a } ( z _ { \\mathrm { o u t } } ^ { \\mathrm { v i d e o } } ) , \\ } & { z _ { a , v a } = g _ { a \\to v a } ( z _ { \\mathrm { o u t } } ^ { \\mathrm { a u d i o } } ) } \\\\ { z _ { t , v t } = g _ { t \\to v t } ( z _ { \\mathrm { o u t } } ^ { \\mathrm { t e x t } } ) , \\ } & { z _ { v , v t } = g _ { v \\to v t } ( z _ { v , v a } ) } \\end{array}\n$$",
520
+ "text_format": "latex",
521
+ "bbox": [
522
+ 336,
523
+ 387,
524
+ 661,
525
+ 429
526
+ ],
527
+ "page_idx": 4
528
+ },
529
+ {
530
+ "type": "text",
531
+ "text": "where $g _ { v v a }$ and $g _ { a v a }$ are the projection heads to respectively map the video and audio Transformers’ outputs to the video-audio common space $\\boldsymbol { S _ { v a } }$ . Moreover, $g _ { t v t }$ and $g _ { v v t }$ project the text Transformer’s outputs and the video embedding in the $\\boldsymbol { S } _ { v a }$ space to video-text common space, $\\boldsymbol { S _ { v t } }$ . This multi-level common space projection is depicted in Figure 1 (the rightmost panel). The main intuition behind this hierarchy is that different modalities have different levels of semantic granularity, so we should impose this as an inductive bias in the common space projection. Similar to [1], we use a linear projection for $g _ { a v a } ( . )$ , $g _ { t v t } ( . )$ , and $g _ { v v t } ( . )$ , and a two-layer projection with ReLU in between for $g _ { v v a } ( . )$ . To ease the training, a batch normalization is used after each linear layer. ",
532
+ "bbox": [
533
+ 173,
534
+ 431,
535
+ 826,
536
+ 544
537
+ ],
538
+ "page_idx": 4
539
+ },
540
+ {
541
+ "type": "text",
542
+ "text": "3.4 Multimodal Contrastive Learning ",
543
+ "text_level": 1,
544
+ "bbox": [
545
+ 176,
546
+ 559,
547
+ 449,
548
+ 574
549
+ ],
550
+ "page_idx": 4
551
+ },
552
+ {
553
+ "type": "text",
554
+ "text": "Inspired by [1, 3, 59], we use Noise Contrastive Estimation (NCE) to align video-audio pairs and Multiple Instance Learning NCE (MIL-NCE) to align video-text pairs. The pairs are composed from different temporal locations in the video-audio-text stream. Positive pairs from two modalities are constructed by sampling their corresponding streams from the same location in the video, and negative pairs are constructed by sampling from any non-matching locations in the video [1]. Concretely, given the common space specified in Section 3, the loss objectives can be written as follows: ",
555
+ "bbox": [
556
+ 174,
557
+ 583,
558
+ 826,
559
+ 669
560
+ ],
561
+ "page_idx": 4
562
+ },
563
+ {
564
+ "type": "equation",
565
+ "img_path": "images/7c2f0f8f4a01ebe1eac39ffcd4c7dcaff59c601d99a6daab504d10ff546fbcc3.jpg",
566
+ "text": "$$\n\\mathrm { N C E } ( z _ { v , v a } , z _ { a , v a } ) = - \\log \\left( \\frac { \\exp ( z _ { v , v a } ^ { \\top } z _ { a , v a } / \\tau ) } { \\exp ( z _ { v , v a } ^ { \\top } z _ { a , v a } / \\tau ) + \\sum _ { z ^ { \\prime } \\in \\mathcal { N } } \\exp ( z _ { v , v a } ^ { \\prime \\top } z _ { a , v a } ^ { \\prime } / \\tau ) } \\right) ,\n$$",
567
+ "text_format": "latex",
568
+ "bbox": [
569
+ 220,
570
+ 674,
571
+ 776,
572
+ 717
573
+ ],
574
+ "page_idx": 4
575
+ },
576
+ {
577
+ "type": "equation",
578
+ "img_path": "images/184c3de8d8ee0dcc733157d3a1c56997967b05ee53dd7352a9487da389e07e18.jpg",
579
+ "text": "$$\n\\begin{array} { r } { \\mathcal { A } \\mathrm { I L } \\mathrm { - N C E } ( z _ { v , v t } , \\{ z _ { t , v t } \\} ) = - \\log \\left( \\frac { \\sum _ { z _ { k , v t } \\in \\mathcal { P } } \\exp ( z _ { v , v t } ^ { \\top } z _ { t , v t } / \\tau ) } { \\sum _ { z _ { t , v t } \\in \\mathcal { P } } \\exp ( z _ { v , v t } ^ { \\top } z _ { t , v t } / \\tau ) + \\sum _ { z ^ { \\prime } \\in \\mathcal { N } } \\exp ( z _ { v , v t } ^ { \\prime \\top } z _ { t , v t } ^ { \\prime } / \\tau ) } \\right) , } \\end{array}\n$$",
580
+ "text_format": "latex",
581
+ "bbox": [
582
+ 181,
583
+ 737,
584
+ 828,
585
+ 780
586
+ ],
587
+ "page_idx": 4
588
+ },
589
+ {
590
+ "type": "text",
591
+ "text": "where $\\mathcal { N }$ contains all non-matching pairs in a batch. In Equation 5, $\\mathcal { P }$ contains five text clips that are nearest neighbors to the video clip in time. $\\tau$ is a temperature to adjust the softness of the objectives in distinguishing the positive pairs from the negative pairs. ",
592
+ "bbox": [
593
+ 176,
594
+ 790,
595
+ 825,
596
+ 834
597
+ ],
598
+ "page_idx": 4
599
+ },
600
+ {
601
+ "type": "text",
602
+ "text": "The overall per-sample objective for training the entire VATT model end-to-end is as follows: ",
603
+ "bbox": [
604
+ 178,
605
+ 838,
606
+ 785,
607
+ 854
608
+ ],
609
+ "page_idx": 4
610
+ },
611
+ {
612
+ "type": "equation",
613
+ "img_path": "images/a15d86359e82321ef689dcc747011edecd3198b810a077e769152f01899ed49e.jpg",
614
+ "text": "$$\n\\mathcal { L } = \\mathrm { N C E } ( z _ { v , v a } , z _ { a , v a } ) + \\lambda \\mathrm { M I L } \\mathrm { - N C E } ( z _ { v , v t } , \\{ z _ { t , v t } \\} ) ,\n$$",
615
+ "text_format": "latex",
616
+ "bbox": [
617
+ 318,
618
+ 859,
619
+ 678,
620
+ 877
621
+ ],
622
+ "page_idx": 4
623
+ },
624
+ {
625
+ "type": "text",
626
+ "text": "where $\\lambda$ balances the two losses. The model is optimized based on the back-propagation of the average loss calculated over a batch of samples. ",
627
+ "bbox": [
628
+ 173,
629
+ 882,
630
+ 828,
631
+ 912
632
+ ],
633
+ "page_idx": 4
634
+ },
635
+ {
636
+ "type": "text",
637
+ "text": "4 Experiments ",
638
+ "text_level": 1,
639
+ "bbox": [
640
+ 174,
641
+ 89,
642
+ 312,
643
+ 107
644
+ ],
645
+ "page_idx": 5
646
+ },
647
+ {
648
+ "type": "text",
649
+ "text": "In this section, we first briefly describe the experimental setup for the pre-training and downstream evaluation, and then present the results and analytic interpretation of VATT in different tasks. We refer the reader to the Appendix for a more detailed description of all experimental settings. ",
650
+ "bbox": [
651
+ 174,
652
+ 121,
653
+ 825,
654
+ 162
655
+ ],
656
+ "page_idx": 5
657
+ },
658
+ {
659
+ "type": "text",
660
+ "text": "4.1 Experimental Setup ",
661
+ "text_level": 1,
662
+ "bbox": [
663
+ 174,
664
+ 179,
665
+ 352,
666
+ 194
667
+ ],
668
+ "page_idx": 5
669
+ },
670
+ {
671
+ "type": "text",
672
+ "text": "Pre-train: we use a combination of AudioSet [33] and HowTo100M [58] datasets to pre-train VATT— we use only a subset of the HowTo100M dataset in compliance with Youtube’s policies. Following [1], we use video-audio-text triplets from HowTo100M clips while only using video-audio pairs from AudioSet. We sample 32 frames at 10 fps with a spatial size of $2 2 4 \\times 2 2 4$ following a random crop, horizontal flip and color augmentation (details in A.2.1). Accordingly, we sample audio waveforms in sync at $4 8 \\mathrm { k H z }$ . Both video and audio are normalized between [-1,1]. We use patch sizes of $4 \\times 1 6 \\times 1 6$ and 128 for video and raw waveform tokenization, respectively (ablation in A.5). We use one-hot vectors to encode text sequences (capped to 16 tokens) with the vocabulary size of $2 ^ { 1 6 }$ . In all pre-training experiments, we use DropToken with drop rate $50 \\%$ . We train our models using the Adam optimizer [46] with a quarter-period cosine scheduled learning rate from 1e-4 to 5e-5 and 10k warmup steps. Optimization is performed on totally $5 0 0 \\mathrm { k }$ steps with batch size 2048 (512 in exploration experiments). Following the previously established practice [1] for the projection to the common spaces $\\boldsymbol { S _ { v a } }$ and $\\boldsymbol { S _ { v t } }$ , we use $d _ { v a } = 5 1 2$ and $d _ { v t } = 2 5 6$ . We also use the temperature of $\\tau = 0 . 0 7$ and the weight of $\\lambda = 1$ in the loss in Equation 6. We use 4 network sizes in our experiments (details in A.2.2). We use the Medium model (155M parameters) for our modality-agnostic variant (VATT-MA), and 3 variants for the modality-specific video-audio-text backbones: Base-Base-Small (BBS; 197M), Medium-Base-Small (MBS; 264M), and Large-Base-Small (LBS; 415M). Pre-training an MBS VATT with batch size 2048 on 256 TPUs (v3) takes less than 3 days. Pre-training with batch size 512 takes less than 1 day. ",
673
+ "bbox": [
674
+ 174,
675
+ 204,
676
+ 825,
677
+ 467
678
+ ],
679
+ "page_idx": 5
680
+ },
681
+ {
682
+ "type": "text",
683
+ "text": "Downstream: we evaluate the pre-trained VATT models on 4 major downstream tasks using a total of 10 datasets. We use UCF101 [81], HMDB51 [52], Kinetics-400 [14], Kinetics-600 [15], and Moments in Time [61] for video action recognition. We use ESC50 [66] and AudioSet [33] for audio event classification, and we evaluate the quality of our video-text common space representations by zero-shot text-to-video retrieval on YouCook2 [109] and MSR-VTT [98]. Finally, we evaluate the transferability of the vision backbone by fine-tuning it on ImageNet classification [22]. Since HMDB51, UCF101, and ESC50 are very small datasets compared to the size of our networks, we only use them to train a linear classifier on top of the frozen pre-trained backbones. In our exploration experiments, we report linear classification accuracy and zero-shot video retrieval metrics. We refer to the Appendix for a detailed description of the datasets and the experimental setup. ",
684
+ "bbox": [
685
+ 173,
686
+ 479,
687
+ 825,
688
+ 618
689
+ ],
690
+ "page_idx": 5
691
+ },
692
+ {
693
+ "type": "text",
694
+ "text": "4.2 Results ",
695
+ "text_level": 1,
696
+ "bbox": [
697
+ 174,
698
+ 635,
699
+ 263,
700
+ 648
701
+ ],
702
+ "page_idx": 5
703
+ },
704
+ {
705
+ "type": "text",
706
+ "text": "4.2.1 Fine-tuning for video action recognition ",
707
+ "text_level": 1,
708
+ "bbox": [
709
+ 174,
710
+ 660,
711
+ 501,
712
+ 674
713
+ ],
714
+ "page_idx": 5
715
+ },
716
+ {
717
+ "type": "text",
718
+ "text": "We fine-tune VATT’s vision Transformer on Kinetics-400, Kinetics-600, and Moments in Time, three of the arguably most established large-scale datasets for video action recognition. We use the final checkpoints of four pre-train settings for these experiments: three modality-specific variations (LBS, MBS, BBS), and one modality-agnostic (Medium). Table 1 shows the results compared with the state-of-the-art video models. On all three datasets, we achieve higher accuracy than previous works including TimeSFormer [9], a recent effort in fine-tuning the ViT checkpoints obtained by supervised pre-training. In contrast, our pre-training does not rely on any labels curated by humans. To the best of our knowledge, VATT provides the first vision Transformer backbone that is pre-trained from scratch using self-supervision on multimodal videos and achieves state-of-the-art results on video action recognition. It is also worth mentioning that fine-tuning VATT on the most recent Kinetics-700 dataset results in a top-1 accuracy of $7 2 . 7 \\%$ , which outperforms the state-of-the-art top-1 accuracy of $7 2 . 4 \\%$ in [47]. ",
719
+ "bbox": [
720
+ 174,
721
+ 683,
722
+ 825,
723
+ 849
724
+ ],
725
+ "page_idx": 5
726
+ },
727
+ {
728
+ "type": "text",
729
+ "text": "To further quantify how much the multimodal self-supervised pre-training helps in achieving these numbers, we train a variant from scratch without any pre-training and observe the top-1 and top-5 accuracies of $2 6 . 4 \\%$ and $5 1 . 8 \\%$ on Kinetics-400, respectively. The low accuracies verify the efficacy of our pre-training strategy for VATT. Finally, we find that VATT-MA-Medium, the modality-agnostic backbone shared by the video, audio, and text modalities, is on par with the modality-specific VATTBase when fine-tuned for the video action recognition. This result is encouraging as it indicates the potential of unifying three data modalities by a single Transformer backbone. ",
730
+ "bbox": [
731
+ 176,
732
+ 856,
733
+ 823,
734
+ 911
735
+ ],
736
+ "page_idx": 5
737
+ },
738
+ {
739
+ "type": "table",
740
+ "img_path": "images/8c187caa118db642d38bd481d9aa692eaa2264b34591f1073deb90f0acf7bf28.jpg",
741
+ "table_caption": [],
742
+ "table_footnote": [
743
+ "Table 1: Video action recognition accuracy on Kinetics-400, Kinetics-600, and Moments in Time. "
744
+ ],
745
+ "table_body": "<table><tr><td></td><td colspan=\"2\">Kinetics-400</td><td colspan=\"2\">Kinetics-600</td><td colspan=\"2\">Moments in Time</td><td rowspan=\"2\">TFLOPS</td></tr><tr><td>METHOD</td><td>ToP-1</td><td>TOP-5</td><td>TOP-1</td><td>TOP-5</td><td>TOP-1</td><td>TOP-5</td></tr><tr><td>I3D[13]</td><td>71.1</td><td>89.3</td><td>71.9</td><td>90.1</td><td>29.5</td><td>56.1</td><td></td></tr><tr><td>R(2+1)D [26]</td><td>72.0</td><td>90.0</td><td>-</td><td>-</td><td>1</td><td>1</td><td>17.5</td></tr><tr><td>bLVNet [27]</td><td>73.5</td><td>91.2</td><td>-</td><td>/</td><td>31.4</td><td>59.3</td><td>0.84</td></tr><tr><td>S3D-G [96]</td><td>74.7</td><td>93.4</td><td>=</td><td></td><td>-</td><td>-</td><td>-</td></tr><tr><td>Oct-I3D+NL [20]</td><td>75.7</td><td>1</td><td>76.0</td><td></td><td>=</td><td>1</td><td>0.84</td></tr><tr><td>D3D[83]</td><td>75.9</td><td>=</td><td>77.9</td><td></td><td></td><td></td><td>=</td></tr><tr><td>I3D+NL [93]</td><td>77.7</td><td>93.3</td><td>-</td><td></td><td></td><td></td><td>10.8</td></tr><tr><td>ip-CSN-152 [87]</td><td>77.8</td><td>92.8</td><td>1</td><td></td><td></td><td>=</td><td>3.3</td></tr><tr><td>AttentionNAS [92]</td><td>-</td><td>1</td><td>79.8</td><td>94.4</td><td>32.5</td><td>60.3</td><td>1.0</td></tr><tr><td>AssembleNet-101 [77]</td><td>-</td><td>=</td><td>-</td><td>-</td><td>34.3</td><td>62.7</td><td>1</td></tr><tr><td>MoViNet-A5 [47]</td><td>78.2</td><td>1</td><td>82.7</td><td>1</td><td>39.1</td><td>-</td><td>0.29</td></tr><tr><td>LGD-3D-101 [69]</td><td>79.4</td><td>94.4</td><td>81.5</td><td>95.6</td><td>-</td><td>=</td><td>-</td></tr><tr><td>SlowFast-R101-NL [30]</td><td>79.8</td><td>93.9</td><td>81.8</td><td>95.1</td><td></td><td></td><td>7.0</td></tr><tr><td>X3D-XL [29]</td><td>79.1</td><td>93.9</td><td>81.9</td><td>95.5</td><td>=</td><td></td><td>1.5</td></tr><tr><td>X3D-XXL [29]</td><td>80.4</td><td>94.6</td><td>1</td><td>-</td><td></td><td></td><td>5.8</td></tr><tr><td>TimeSFormer-L [9]</td><td>80.7</td><td>94.7</td><td>82.2</td><td>95.6</td><td>-</td><td>=</td><td>7.14</td></tr><tr><td>VATT-Base</td><td>79.6</td><td>94.9</td><td>80.5</td><td>95.5</td><td>38.7</td><td>67.5</td><td>9.09</td></tr><tr><td>VATT-Medium</td><td>81.1</td><td>95.6</td><td>82.4</td><td>96.1</td><td>39.5</td><td>68.2</td><td>15.02</td></tr><tr><td>VATT-Large</td><td>82.1</td><td>95.5</td><td>83.6</td><td>96.6</td><td>41.1</td><td>67.7</td><td>29.80</td></tr><tr><td>VATT-MA-Medium</td><td>79.9</td><td>94.9</td><td>80.8</td><td>95.5</td><td>37.8</td><td>65.9</td><td>15.02</td></tr></table>",
746
+ "bbox": [
747
+ 199,
748
+ 88,
749
+ 795,
750
+ 395
751
+ ],
752
+ "page_idx": 6
753
+ },
754
+ {
755
+ "type": "text",
756
+ "text": "",
757
+ "bbox": [
758
+ 178,
759
+ 429,
760
+ 821,
761
+ 472
762
+ ],
763
+ "page_idx": 6
764
+ },
765
+ {
766
+ "type": "text",
767
+ "text": "4.2.2 Fine-tuning for audio event classification ",
768
+ "text_level": 1,
769
+ "bbox": [
770
+ 173,
771
+ 487,
772
+ 508,
773
+ 502
774
+ ],
775
+ "page_idx": 6
776
+ },
777
+ {
778
+ "type": "text",
779
+ "text": "We fine-tune VATT’s audio Transformer on AudioSet, which benchmarks the task of multi-label audio event classification. We use the final checkpoints of two pre-train settings: one modality-specific (BBS), and one modality-agnostic (Medium). Table 2 shows the results compared to state-of-the-art models. Following common practice [34, 48], we report mean Average Precision (mAP), Area Under Curve (AUC), and d-prime (based on AUC) [34]. Our audio Transformer consistently outperforms the existing CNN-based models in all metrics. More interestingly, fine-tuning the modality-agnostic backbone (VATT-MA-Medium) is on par with fine-tuning the modality-specific one (VATT-Base). To the best of our knowledge, VATT is the first Transformer that outperforms CNN-based models in audio event recognition. VATT operates on raw waveforms and does not utilize any handcrafted features. ",
780
+ "bbox": [
781
+ 173,
782
+ 511,
783
+ 825,
784
+ 650
785
+ ],
786
+ "page_idx": 6
787
+ },
788
+ {
789
+ "type": "text",
790
+ "text": "4.2.3 Fine-tuning for image classification ",
791
+ "text_level": 1,
792
+ "bbox": [
793
+ 176,
794
+ 666,
795
+ 470,
796
+ 681
797
+ ],
798
+ "page_idx": 6
799
+ },
800
+ {
801
+ "type": "text",
802
+ "text": "In this section, we show that our pipeline is capable of transferring the learned knowledge into another domain by performing the image classification task, even though the models are pre-trained in the multimodal video domain. We fine-tune the vision Transformer in VATT-BBS on ImageNet without any modification to the backbone architecture. Instead, to satisfy the voxel-to-patch layer we replicate the input image 4 times and feed it to the network. The network sees the input as a single-frame video clip and performs spatial self-attention. Table 3 shows the results for fine-tuning the vision Transformer end-to-end on ImageNet. We can see that our pre-training leads to a significant boost in the accuracy compared to training from scratch. We also observe that even though the self-supervised pre-training happens in the video domain, we still achieve competitive results to the supervised pre-training using large-scale image data [25]. ",
803
+ "bbox": [
804
+ 173,
805
+ 690,
806
+ 825,
807
+ 829
808
+ ],
809
+ "page_idx": 6
810
+ },
811
+ {
812
+ "type": "text",
813
+ "text": "4.2.4 Zero-shot text-to-video retrieval ",
814
+ "text_level": 1,
815
+ "bbox": [
816
+ 176,
817
+ 844,
818
+ 446,
819
+ 859
820
+ ],
821
+ "page_idx": 6
822
+ },
823
+ {
824
+ "type": "text",
825
+ "text": "We feed video-text pairs to VATT-MBS, and extract representations in the $\\boldsymbol { S _ { v t } }$ space. We then calculate the similarity between each video-text pair from YouCook2 and MSR-VTT. Given a text query, we rank the videos based on their similarities to the text. We then measure the recall for the correct video in the top-10 videos. We also measure the median of the rank of the correct video. Table 4 compares our video retrieval results to two baselines. In our experiments we observe that the zero-shot retrieval results are heavily affected by the batch size and number of epochs, confirming the observation made in [1]. That said, our model still delivers comparable results to MMV [1] while being pre-trained with a half number of epochs and a half batch size of theirs. We also experiment with a larger batch size 8192 and longer pre-training for 6 epochs, arriving at exactly the same results as MIL-NCE [59] on YouCook2 and the $\\mathbf { R } @ 1 0$ of 29.2 and MedR of 42 on MSR-VTT. We also notice that, probably due to the noisy nature of text transcripts, a sophisticated language model like ours is underrated. As shown in [1], using a simple linear projection would still perform reasonably well. It is worth exploring other, higher-quality text sources in future work. ",
826
+ "bbox": [
827
+ 176,
828
+ 869,
829
+ 823,
830
+ 911
831
+ ],
832
+ "page_idx": 6
833
+ },
834
+ {
835
+ "type": "table",
836
+ "img_path": "images/dd9f1aeedf2e59982d3207dd4606042013ed20abb2c91c19bc3014a71ea36cc6.jpg",
837
+ "table_caption": [
838
+ "Table 2: Finetuning results for AudioSet event classification. "
839
+ ],
840
+ "table_footnote": [],
841
+ "table_body": "<table><tr><td>METHOD</td><td>mAP AUC d-prime</td></tr><tr><td>DaiNet [21]</td><td>29.5 95.8 2.437</td></tr><tr><td>LeeNet11 [55]</td><td>26.6 95.3 2.371</td></tr><tr><td>LeeNet24 [55]</td><td>33.6 96.3 2.525</td></tr><tr><td>Res1dNet31 [49]</td><td>36.5 95.8 2.444</td></tr><tr><td>Res1dNet51 [49]</td><td>35.5 94.8 2.295</td></tr><tr><td>Wavegram-CNN [49]</td><td>38.9 96.8 2.612</td></tr><tr><td>VATT-Base</td><td>39.4 97.1 2.895</td></tr><tr><td>VATT-MA-Medium</td><td>39.3 97.0 2.884</td></tr></table>",
842
+ "bbox": [
843
+ 173,
844
+ 113,
845
+ 434,
846
+ 267
847
+ ],
848
+ "page_idx": 7
849
+ },
850
+ {
851
+ "type": "table",
852
+ "img_path": "images/5d4d7155f97985a08ae9fc69ace4c92e3477226a27b960002adc34fbaa6ae64a.jpg",
853
+ "table_caption": [
854
+ "Table 3: Finetuning results for ImageNet classification. "
855
+ ],
856
+ "table_footnote": [],
857
+ "table_body": "<table><tr><td>METHOD</td><td>PRE-TRAINING DATA</td><td>TOP-1</td><td>TOP-5</td></tr><tr><td>iGPT-L [16]</td><td>ImageNet</td><td>72.6</td><td>1</td></tr><tr><td>ViT-Base [25]</td><td>JFT</td><td>79.9</td><td>1</td></tr><tr><td>VATT-Base</td><td>-</td><td>64.7</td><td>83.9</td></tr><tr><td>VATT-Base</td><td>HowTo100M</td><td>78.7</td><td>93.9</td></tr></table>",
858
+ "bbox": [
859
+ 446,
860
+ 88,
861
+ 820,
862
+ 175
863
+ ],
864
+ "page_idx": 7
865
+ },
866
+ {
867
+ "type": "table",
868
+ "img_path": "images/2618937fd285200a1452e39c9e610e04e4a402860d6a2f2b0a49d941f483302a.jpg",
869
+ "table_caption": [
870
+ "Table 4: Zero-shot text-to-video retrieval. "
871
+ ],
872
+ "table_footnote": [],
873
+ "table_body": "<table><tr><td></td><td colspan=\"4\">YouCook2 MSR-VTT</td></tr><tr><td>METHOD</td><td>BATCH EPOCH R@10 MedR R@ 10 MedR 27</td><td></td><td></td><td></td></tr><tr><td>MIL-NCE [59]</td><td>8192</td><td>51.2</td><td>10 32.4</td><td>30</td></tr><tr><td>MMV[1]</td><td>4096 8</td><td>45.4</td><td>13 31.1</td><td>38</td></tr><tr><td>VATT-MBS</td><td>2048 4</td><td>45.5</td><td>13 29.7</td><td>49</td></tr><tr><td>VATT-MA-Medium</td><td>2048 4</td><td>40.6</td><td>17</td><td>23.6 67</td></tr></table>",
874
+ "bbox": [
875
+ 446,
876
+ 204,
877
+ 826,
878
+ 309
879
+ ],
880
+ "page_idx": 7
881
+ },
882
+ {
883
+ "type": "text",
884
+ "text": "",
885
+ "bbox": [
886
+ 174,
887
+ 342,
888
+ 825,
889
+ 479
890
+ ],
891
+ "page_idx": 7
892
+ },
893
+ {
894
+ "type": "text",
895
+ "text": "4.2.5 Feature visualization ",
896
+ "text_level": 1,
897
+ "bbox": [
898
+ 174,
899
+ 496,
900
+ 370,
901
+ 510
902
+ ],
903
+ "page_idx": 7
904
+ },
905
+ {
906
+ "type": "text",
907
+ "text": "We take our modality-specific and modality-agnostic VATT fine-tuned on Kinetics-400 and visualize their output feature representations using t-SNE. For comparison, we also include the feature visualization of the vision Transformer trained from scratch on Kinetics-400. From Figure 2, we observe that the fine-tuned VATT yields a much better separation than the model trained from scratch. Furthermore, it is worth noting that there is no clear difference between the modality-agnostic features and the modality-specific ones. ",
908
+ "bbox": [
909
+ 174,
910
+ 520,
911
+ 825,
912
+ 603
913
+ ],
914
+ "page_idx": 7
915
+ },
916
+ {
917
+ "type": "text",
918
+ "text": "We further investigate the VATT backbones without any fine-tuning. We randomly choose 1k video clips from the YouCook2 dataset and store the representations from two points of a pre-trained VATT model. One is after the tokenization layer (input space of the Transformer), and the other is after the common space projection (output space), where the loss is computed. Figure 3-top visualizes the representations, comparing modality-specific VATT to modality-agnostic VATT. Interestingly, we observe that the representations are slightly more mixed together in the modality-agnostic setting compared to the modality-specific ones, implying that the modality-agnostic backbone sees different modalities as different symbols describing the same concept. This is analogous to a unified language model in NLP that supports multiple languages. ",
919
+ "bbox": [
920
+ 174,
921
+ 609,
922
+ 825,
923
+ 734
924
+ ],
925
+ "page_idx": 7
926
+ },
927
+ {
928
+ "type": "text",
929
+ "text": "To see how well VATT distinguishes positive video-text pairs from randomly sampled pairs, we calculate pair-wise similarities for all possible pairs and perform a Kernel Density Estimation (KDE) to visualize the distributions of the similarities of the positive pairs vs. negative pairs. We perform this procedure for both input and output spaces of the modality-specific and modality-agnostic backbones. Figure 3-bottom shows the KDE curves of these similarities. We can see that VATT in both settings separates the positive and negative pairs in its output space. This verifies VATT’s efficacy in learning a semantic common space for different modalities, even if we share the backbone across modalities. ",
930
+ "bbox": [
931
+ 174,
932
+ 739,
933
+ 825,
934
+ 837
935
+ ],
936
+ "page_idx": 7
937
+ },
938
+ {
939
+ "type": "text",
940
+ "text": "4.2.6 Model Activations ",
941
+ "text_level": 1,
942
+ "bbox": [
943
+ 174,
944
+ 853,
945
+ 352,
946
+ 867
947
+ ],
948
+ "page_idx": 7
949
+ },
950
+ {
951
+ "type": "text",
952
+ "text": "We measure the average activation of the modality-agnostic VATT when a full multimodal input is fed to the model. More specifically, we sample $1 0 0 \\mathrm { k }$ short video clips from the test split of HowTo100M along with their corresponding audio and text and feed them to the model separately. For each modality, we calculate the average activation of each node at the output of the MLP module, before the residual addition (Figure 1-Transformer Encoder). Figure 4 shows the average activations across all nodes in a Medium-size model. We observe that earlier nodes in the model are activated with the text inputs, while the middle-to-later nodes are activated with video and audio modalities. However, the nodes in the last layers of the network are activated with all modalities almost equally. This might suggest that the model allocates different nodes to certain modalities while reaching the same level of semantic perception for all modalities in the later layers. Such observation encourages further studies on the possibility of utilizing Mixture-of-Experts [79, 28, 76] to increase the model’s capacity for simultaneous multimodal perception. We leave this direction of research for future work. ",
953
+ "bbox": [
954
+ 174,
955
+ 869,
956
+ 825,
957
+ 911
958
+ ],
959
+ "page_idx": 7
960
+ },
961
+ {
962
+ "type": "image",
963
+ "img_path": "images/264dcf3b3a980aec5d2a5f2a0fee6ce340c013a3c55bff2abf50990cf4d4afe8.jpg",
964
+ "image_caption": [
965
+ "Figure 2: t-SNE visualization of the feature representations extracted by the vision Transformer in different training settings. For better visualization, we show 100 random classes from Kinetics-400. "
966
+ ],
967
+ "image_footnote": [],
968
+ "bbox": [
969
+ 184,
970
+ 109,
971
+ 823,
972
+ 244
973
+ ],
974
+ "page_idx": 8
975
+ },
976
+ {
977
+ "type": "image",
978
+ "img_path": "images/c6f8e58fd69ca0d895846cdad125dcf844cc929bef9f7744a0c560ca0c9eb205.jpg",
979
+ "image_caption": [
980
+ "Figure 3: t-SNE visualization and distribution of pair-wise similarities of the input space vs. output space for modality-specific and modality-agnostic backbones when different modalities are fed. "
981
+ ],
982
+ "image_footnote": [],
983
+ "bbox": [
984
+ 174,
985
+ 295,
986
+ 821,
987
+ 508
988
+ ],
989
+ "page_idx": 8
990
+ },
991
+ {
992
+ "type": "text",
993
+ "text": "",
994
+ "bbox": [
995
+ 174,
996
+ 559,
997
+ 825,
998
+ 684
999
+ ],
1000
+ "page_idx": 8
1001
+ },
1002
+ {
1003
+ "type": "text",
1004
+ "text": "4.2.7 Effect of DropToken ",
1005
+ "text_level": 1,
1006
+ "bbox": [
1007
+ 174,
1008
+ 700,
1009
+ 367,
1010
+ 715
1011
+ ],
1012
+ "page_idx": 8
1013
+ },
1014
+ {
1015
+ "type": "text",
1016
+ "text": "We introduced a new method to reduce the redundancy in high-resolution data. To study the effect of the proposed DropToken method on downstream applications and the pre-training computation, we perform pre-training by randomly dropping $7 5 \\%$ , $5 0 \\%$ , $2 5 \\%$ , and $0 \\%$ (no drop) of the tokens from the video and audio inputs. Table 5 shows the accuracy of linear classification on HMDB51, UCF101, ESC50 and $\\mathrm { R @ 1 0 }$ on YouCook2 and MSR-VTT vs. the drop rate along with GFLOPs during a forward call. We choose $5 0 \\%$ sampling rate for our large-scale pre-training as it offers a good trade-off between accuracy and computational costs. We then take the final checkpoint of the pre-trained VATT with $5 0 \\%$ DropToken rate and perform fine-tuning on Kinetics-400 at different DropToken rates and at different spatial and temporal resolutions to see how high-resolution inputs coupled with DropToken compare to low-resolution inputs with no tokens dropped during fine-tuning. Table 6 shows the top-1 accuracy on Kinetics-400. We argue against using low-resolution inputs, which is the most common approach to reduce the computational cost during training. Instead, we suggest using high-resolution inputs with DropToken, whose accuracy and training cost are comparable to or better than low-resolution counterparts. ",
1017
+ "bbox": [
1018
+ 173,
1019
+ 718,
1020
+ 826,
1021
+ 911
1022
+ ],
1023
+ "page_idx": 8
1024
+ },
1025
+ {
1026
+ "type": "image",
1027
+ "img_path": "images/78326d8ea06d3a0ed997fe60a987577bc3f5e4296c66b02b900d7bc3adee2312.jpg",
1028
+ "image_caption": [
1029
+ "Late Activation for Video & Audio ",
1030
+ "Figure 4: The average node activation across the Modality-Agnostic-Medium VATT while feeding a multimodal video-audio-text triplet to the model. "
1031
+ ],
1032
+ "image_footnote": [],
1033
+ "bbox": [
1034
+ 276,
1035
+ 109,
1036
+ 714,
1037
+ 344
1038
+ ],
1039
+ "page_idx": 9
1040
+ },
1041
+ {
1042
+ "type": "table",
1043
+ "img_path": "images/c22f80ab07fa5a5fc26d322b1c34217571d3a2255063715f082c5c55fa355365.jpg",
1044
+ "table_caption": [],
1045
+ "table_footnote": [
1046
+ "Table 5: Top-1 accuracy of linear classification and $\\mathrm { R @ 1 0 }$ of video retrieval vs. drop rate vs. inference GFLOPs in the VATT-MBS. "
1047
+ ],
1048
+ "table_body": "<table><tr><td></td><td>DropToken Drop Rate 75%</td></tr><tr><td>Multimodal GFLOPs 188.1</td><td>50% 25% 0% 375.4 574.2 784.8</td></tr><tr><td>HMDB51 62.5</td><td>65.6 66.4</td></tr><tr><td>UCF101</td><td>64.8 85.5 87.2</td></tr><tr><td>84.0 ESC50 78.9</td><td>84.1 84.6</td></tr><tr><td>YouCookII 17.9</td><td>20.7 24.2</td></tr><tr><td>14.1</td><td>14.6 15.1</td></tr></table>",
1049
+ "bbox": [
1050
+ 173,
1051
+ 410,
1052
+ 470,
1053
+ 534
1054
+ ],
1055
+ "page_idx": 9
1056
+ },
1057
+ {
1058
+ "type": "table",
1059
+ "img_path": "images/cdace4835c7532a4d4b7563deff8ea13ab85804247a9abc43cb2284d3635a737.jpg",
1060
+ "table_caption": [],
1061
+ "table_footnote": [
1062
+ "Table 6: Top-1 accuracy of video action recognition on Kinetics400 using high-resolution inputs coupled with DropToken vs. low-resolution inputs. "
1063
+ ],
1064
+ "table_body": "<table><tr><td rowspan=\"2\">Resolution/ FLOPs</td><td colspan=\"4\">DropToken Drop Rate</td></tr><tr><td>75%</td><td>50%</td><td>25%</td><td>0%</td></tr><tr><td>32 × 224 × 224 Inference (GFLOPs)</td><td></td><td></td><td>=</td><td>79.9 548.1</td></tr><tr><td>64×224 ×224 Inference (GFLOPs)</td><td>= -</td><td>=</td><td>= 1</td><td>80.8 1222.1</td></tr><tr><td>32 ×320×320 Inference (GFLOPs)</td><td>79.3 279.8</td><td>80.2 572.5</td><td>80.7 898.9</td><td>81.1 1252.3</td></tr></table>",
1065
+ "bbox": [
1066
+ 503,
1067
+ 406,
1068
+ 813,
1069
+ 537
1070
+ ],
1071
+ "page_idx": 9
1072
+ },
1073
+ {
1074
+ "type": "text",
1075
+ "text": "5 Conclusion and Discussion ",
1076
+ "text_level": 1,
1077
+ "bbox": [
1078
+ 176,
1079
+ 598,
1080
+ 426,
1081
+ 616
1082
+ ],
1083
+ "page_idx": 9
1084
+ },
1085
+ {
1086
+ "type": "text",
1087
+ "text": "In this paper, we present a self-supervised multimodal representation learning framework based on Transformers. Our study suggests that Transformers are effective for learning semantic video/audio/text representations — even if one model is shared across modalities — and multimodal self-supervised pre-training is promising for reducing their dependency on large-scale labeled data. We show that DropToken can significantly reduce the pre-training complexity with video and audio modalities and have minor impact on the models’ generalization. We report new records of results on video action recognition and audio event classification and competitive performance on image classification and video retrieval. Having these results, we still see some limitations in our work. Firstly, not all videos have organic audio or speech, while our approach depends on meaningful multimodal correspondences. Besides, the text modality currently consists of speech transcripts, which are noisy and sometimes sparse. Potential negative Societal Impacts are mainly concerned with applications. The models could be biased if one applies our approach to the multimodal videos that are not representative enough. Finally, our method is still demanding in computation, though we managed to avoid the need for human labels. Future work can improve upon these limitations. ",
1088
+ "bbox": [
1089
+ 174,
1090
+ 633,
1091
+ 825,
1092
+ 825
1093
+ ],
1094
+ "page_idx": 9
1095
+ },
1096
+ {
1097
+ "type": "text",
1098
+ "text": "Acknowledgments and Disclosure of Funding ",
1099
+ "text_level": 1,
1100
+ "bbox": [
1101
+ 174,
1102
+ 848,
1103
+ 553,
1104
+ 867
1105
+ ],
1106
+ "page_idx": 9
1107
+ },
1108
+ {
1109
+ "type": "text",
1110
+ "text": "We would like to thank Min-Hsuan Tsai, Jean-Baptise Alayrac, Andrew Audibert, Yeqing Li, Vidush Mukund, and the TensorFlow team for their help with codes, infrastructure, and insightful discussions. ",
1111
+ "bbox": [
1112
+ 174,
1113
+ 883,
1114
+ 825,
1115
+ 911
1116
+ ],
1117
+ "page_idx": 9
1118
+ },
1119
+ {
1120
+ "type": "text",
1121
+ "text": "References ",
1122
+ "text_level": 1,
1123
+ "bbox": [
1124
+ 174,
1125
+ 90,
1126
+ 266,
1127
+ 106
1128
+ ],
1129
+ "page_idx": 10
1130
+ },
1131
+ {
1132
+ "type": "text",
1133
+ "text": "[1] Jean-Baptiste Alayrac, Adrià Recasens, Rosalia Schneider, Relja Arandjelovic, Jason Rama- ´ puram, Jeffrey De Fauw, Lucas Smaira, Sander Dieleman, and Andrew Zisserman. Selfsupervised multimodal versatile networks. In NeurIPS, 2020. 3, 5, 6, 8, 17, 18, 19, 20 [2] Humam Alwassel, Dhruv Mahajan, Bruno Korbar, Lorenzo Torresani, Bernard Ghanem, and Du Tran. Self-supervised learning by cross-modal audio-video clustering. arXiv preprint arXiv:1911.12667, 2019. 3, 20 [3] Relja Arandjelovic and Andrew Zisserman. Look, listen and learn. In CVPR, 2017. 3, 5 [4] Relja Arandjelovic and Andrew Zisserman. Objects that sound. In ECCV, 2018. 3 [5] Anurag Arnab, Mostafa Dehghani, Georg Heigold, Chen Sun, Mario Luciˇ c, and Cordelia ´ Schmid. Vivit: A video vision transformer. arXiv preprint arXiv:2103.15691, 2021. 2, 3 [6] Jimmy Lei Ba, Jamie Ryan Kiros, and Geoffrey E Hinton. Layer normalization. arXiv preprint arXiv:1607.06450, 2016. 5 [7] Dzmitry Bahdanau, Kyunghyun Cho, and Yoshua Bengio. Neural machine translation by jointly learning to align and translate. In ICLR, 2015. 1 [8] Sagie Benaim, Ariel Ephrat, Oran Lang, Inbar Mosseri, William T Freeman, Michael Rubinstein, Michal Irani, and Tali Dekel. Speednet: Learning the speediness in videos. In CVPR, \n2020. 3 [9] Gedas Bertasius, Heng Wang, and Lorenzo Torresani. Is space-time attention all you need for video understanding? arXiv preprint arXiv:2102.05095, 2021. 2, 3, 6, 7 [10] Tom B Brown, Benjamin Mann, Nick Ryder, Melanie Subbiah, Jared Kaplan, Prafulla Dhariwal, Arvind Neelakantan, Pranav Shyam, Girish Sastry, Amanda Askell, et al. Language models are few-shot learners. arXiv preprint arXiv:2005.14165, 2020. 2, 3 [11] Nicolas Carion, Francisco Massa, Gabriel Synnaeve, Nicolas Usunier, Alexander Kirillov, and Sergey Zagoruyko. End-to-end object detection with transformers. In ECCV, 2020. 3 [12] Mathilde Caron, Ishan Misra, Julien Mairal, Priya Goyal, Piotr Bojanowski, and Armand Joulin. Unsupervised learning of visual features by contrasting cluster assignments. In NeurIPS, 2020. \n3 [13] Joao Carreira and Andrew Zisserman. Quo vadis, action recognition? a new model and the kinetics dataset. In CVPR, 2017. 7 [14] Joao Carreira and Andrew Zisserman. Quo vadis, action recognition? a new model and the kinetics dataset. In CVPR, 2017. 3, 6, 17 [15] Joao Carreira, Eric Noland, Andras Banki-Horvath, Chloe Hillier, and Andrew Zisserman. A short note about kinetics-600. arXiv preprint arXiv:1808.01340, 2018. 3, 6, 17 [16] Mark Chen, Alec Radford, Rewon Child, Jeffrey Wu, Heewoo Jun, David Luan, and Ilya Sutskever. Generative pretraining from pixels. In ICML, 2020. 8 [17] Ting Chen, Simon Kornblith, Mohammad Norouzi, and Geoffrey Hinton. A simple framework for contrastive learning of visual representations. In ICML, 2020. 3 [18] Xinlei Chen, Saining Xie, and Kaiming He. An empirical study of training self-supervised visual transformers. arXiv preprint arXiv:2104.02057, 2021. 3 [19] Yen-Chun Chen, Linjie Li, Licheng Yu, Ahmed El Kholy, Faisal Ahmed, Zhe Gan, Yu Cheng, and Jingjing Liu. Uniter: Universal image-text representation learning. In ECCV, 2020. 3 [20] Yunpeng Chen, Haoqi Fan, Bing Xu, Zhicheng Yan, Yannis Kalantidis, Marcus Rohrbach, Shuicheng Yan, and Jiashi Feng. Drop an octave: Reducing spatial redundancy in convolutional neural networks with octave convolution. In ICCV, 2019. 7 \n[21] Wei Dai, Chia Dai, Shuhui Qu, Juncheng Li, and Samarjit Das. Very deep convolutional neural networks for raw waveforms. In ICASSP, 2017. 8 \n[22] Jia Deng, Wei Dong, Richard Socher, Li-Jia Li, Kai Li, and Li Fei-Fei. Imagenet: A large-scale hierarchical image database. In CVPR, 2009. 2, 3, 6, 17 \n[23] Jacob Devlin, Ming-Wei Chang, Kenton Lee, and Kristina Toutanova. Bert: Pre-training of deep bidirectional transformers for language understanding. In NAACL, 2019. 2, 3, 4 \n[24] Carl Doersch, Abhinav Gupta, and Alexei A Efros. Unsupervised visual representation learning by context prediction. In ICCV, 2015. 3 \n[25] Alexey Dosovitskiy, Lucas Beyer, Alexander Kolesnikov, Dirk Weissenborn, Xiaohua Zhai, Thomas Unterthiner, Mostafa Dehghani, Matthias Minderer, Georg Heigold, Sylvain Gelly, Jakob Uszkoreit, and Neil Houlsby. An image is worth 16x16 words: Transformers for image recognition at scale. In ICLR, 2021. 2, 3, 4, 7, 8 \n[26] Heng Wang Du Tran, Lorenzo Torresani, Jamie Ray, Yann LeCun, and Manohar Paluri. A closer look at spatiotemporal convolutions for action recognition. 2018 ieee. In CVPR, 2017. 7 \n[27] Quanfu Fan, Chun-Fu (Ricarhd) Chen, Hilde Kuehne, Marco Pistoia, and David Cox. More Is Less: Learning Efficient Video Representations by Temporal Aggregation Modules. In NeurIPS. 2019. 7 \n[28] William Fedus, Barret Zoph, and Noam Shazeer. Switch transformers: Scaling to trillion parameter models with simple and efficient sparsity. arXiv preprint arXiv:2101.03961, 2021. 9 \n[29] Christoph Feichtenhofer. X3d: Expanding architectures for efficient video recognition. In CVPR, 2020. 7 \n[30] Christoph Feichtenhofer, Haoqi Fan, Jitendra Malik, and Kaiming He. Slowfast networks for video recognition. In ICCV, 2019. 7, 18 \n[31] Basura Fernando, Hakan Bilen, Efstratios Gavves, and Stephen Gould. Self-supervised video representation learning with odd-one-out networks. In CVPR, 2017. 3 \n[32] Jonas Gehring, Michael Auli, David Grangier, Denis Yarats, and Yann N Dauphin. Convolutional sequence to sequence learning. In ICML, 2017. 1 \n[33] Jort F. Gemmeke, Daniel P. W. Ellis, Dylan Freedman, Aren Jansen, Wade Lawrence, R. Channing Moore, Manoj Plakal, and Marvin Ritter. Audio set: An ontology and human-labeled dataset for audio events. In ICASSP, 2017. 3, 6, 17 \n[34] Jort F Gemmeke, Daniel PW Ellis, Dylan Freedman, Aren Jansen, Wade Lawrence, R Channing Moore, Manoj Plakal, and Marvin Ritter. Audio set: An ontology and human-labeled dataset for audio events. In ICASSP, 2017. 7 \n[35] Spyros Gidaris, Praveer Singh, and Nikos Komodakis. Unsupervised representation learning by predicting image rotations. In ICLR, 2018. 3 \n[36] Rohit Girdhar and Deva Ramanan. Attentional pooling for action recognition. In NeurIPS, 2017. 2 \n[37] Jean-Bastien Grill, Florian Strub, Florent Altché, Corentin Tallec, Pierre H Richemond, Elena Buchatskaya, Carl Doersch, Bernardo Avila Pires, Zhaohan Daniel Guo, Mohammad Gheshlaghi Azar, et al. Bootstrap your own latent: A new approach to self-supervised learning. In NeurIPS, 2020. 3 \n[38] Tengda Han, Weidi Xie, and Andrew Zisserman. Video representation learning by dense predictive coding. In ICCV Workshops, 2019. 3 \n[39] Tengda Han, Weidi Xie, and Andrew Zisserman. Memory-augmented dense predictive coding for video representation learning. In ECCV, 2020. 3 [40] Kaiming He, Haoqi Fan, Yuxin Wu, Saining Xie, and Ross Girshick. Momentum contrast for unsupervised visual representation learning. In CVPR, 2020. 3 [41] Olivier J Hénaff, Aravind Srinivas, Jeffrey De Fauw, Ali Razavi, Carl Doersch, SM Eslami, and Aaron van den Oord. Data-efficient image recognition with contrastive predictive coding. arXiv preprint arXiv:1905.09272, 2019. 3 [42] Dan Hendrycks and Kevin Gimpel. Gaussian error linear units (gelus). arXiv preprint arXiv:1606.08415, 2016. 5 [43] Sepp Hochreiter and Jürgen Schmidhuber. Long short-term memory. Neural computation, \n1997. 1 [44] Han Hu, Zheng Zhang, Zhenda Xie, and Stephen Lin. Local relation networks for image recognition. In ICCV, 2019. 2 [45] Dahun Kim, Donghyeon Cho, and In So Kweon. Self-supervised video representation learning with space-time cubic puzzles. In AAAI, 2019. 3 [46] Diederik P Kingma and Jimmy Ba. Adam: A method for stochastic optimization. arXiv preprint arXiv:1412.6980, 2014. 6, 18 [47] Dan Kondratyuk, Liangzhe Yuan, Yandong Li, Li Zhang, Mingxing Tan, Matthew Brown, and Boqing Gong. Movinets: Mobile video networks for efficient video recognition. In CVPR, \n2021. 6, 7 [48] Qiuqiang Kong, Changsong Yu, Yong Xu, Turab Iqbal, Wenwu Wang, and Mark D Plumbley. Weakly labelled audioset tagging with attention neural networks. TASLP, 2019. 7 [49] Qiuqiang Kong, Yin Cao, Turab Iqbal, Yuxuan Wang, Wenwu Wang, and Mark D Plumbley. Panns: Large-scale pretrained audio neural networks for audio pattern recognition. TASLP, \n2020. 8, 19 [50] Bruno Korbar, Du Tran, and Lorenzo Torresani. Cooperative learning of audio and video models from self-supervised synchronization. NeurIPS, 2018. 3, 20 [51] Alex Krizhevsky, Ilya Sutskever, and Geoffrey E Hinton. Imagenet classification with deep convolutional neural networks. In NeurIPS, 2012. 1 [52] H. Kuehne, H. Jhuang, E. Garrote, T. Poggio, and T. Serre. HMDB: a large video database for human motion recognition. In ICCV, 2011. 6, 17 [53] Yann LeCun, Léon Bottou, Yoshua Bengio, and Patrick Haffner. Gradient-based learning applied to document recognition. Proceedings of the IEEE, 1998. 1 [54] Hsin-Ying Lee, Jia-Bin Huang, Maneesh Singh, and Ming-Hsuan Yang. Unsupervised representation learning by sorting sequences. In ICCV, 2017. 3 [55] Jongpil Lee, Jiyoung Park, Keunhyoung Luke Kim, and Juhan Nam. Sample-level deep convolutional neural networks for music auto-tagging using raw waveforms. arXiv preprint arXiv:1703.01789, 2017. 8 [56] William Lotter, Gabriel Kreiman, and David Cox. Deep predictive coding networks for video prediction and unsupervised learning. arXiv preprint arXiv:1605.08104, 2016. 3 [57] Huaishao Luo, Lei Ji, Botian Shi, Haoyang Huang, Nan Duan, Tianrui Li, Xilin Chen, and Ming Zhou. Univilm: A unified video and language pre-training model for multimodal understanding and generation. arXiv preprint arXiv:2002.06353, 2020. 3 [58] Antoine Miech, Dimitri Zhukov, Jean-Baptiste Alayrac, Makarand Tapaswi, Ivan Laptev, and Josef Sivic. Howto100m: Learning a text-video embedding by watching hundred million narrated video clips. In ICCV, 2019. 6, 17 ",
1134
+ "bbox": [
1135
+ 179,
1136
+ 94,
1137
+ 828,
1138
+ 915
1139
+ ],
1140
+ "page_idx": 10
1141
+ },
1142
+ {
1143
+ "type": "text",
1144
+ "text": "",
1145
+ "bbox": [
1146
+ 178,
1147
+ 47,
1148
+ 828,
1149
+ 916
1150
+ ],
1151
+ "page_idx": 11
1152
+ },
1153
+ {
1154
+ "type": "text",
1155
+ "text": "",
1156
+ "bbox": [
1157
+ 176,
1158
+ 50,
1159
+ 828,
1160
+ 921
1161
+ ],
1162
+ "page_idx": 12
1163
+ },
1164
+ {
1165
+ "type": "text",
1166
+ "text": "[59] Antoine Miech, Jean-Baptiste Alayrac, Lucas Smaira, Ivan Laptev, Josef Sivic, and Andrew Zisserman. End-to-end learning of visual representations from uncurated instructional videos. In CVPR, 2020. 5, 8, 17, 20 ",
1167
+ "bbox": [
1168
+ 181,
1169
+ 90,
1170
+ 825,
1171
+ 133
1172
+ ],
1173
+ "page_idx": 13
1174
+ },
1175
+ {
1176
+ "type": "text",
1177
+ "text": "[60] Tomas Mikolov, Kai Chen, Greg Corrado, and Jeffrey Dean. Efficient estimation of word representations in vector space. arXiv preprint arXiv:1301.3781, 2013. 4, 18 ",
1178
+ "bbox": [
1179
+ 178,
1180
+ 142,
1181
+ 823,
1182
+ 172
1183
+ ],
1184
+ "page_idx": 13
1185
+ },
1186
+ {
1187
+ "type": "text",
1188
+ "text": "[61] Mathew Monfort, Alex Andonian, Bolei Zhou, Kandan Ramakrishnan, Sarah Adel Bargal, Tom Yan, Lisa Brown, Quanfu Fan, Dan Gutfreund, Carl Vondrick, et al. Moments in time dataset: one million videos for event understanding. TPAMI, 2019. 3, 6, 17 ",
1189
+ "bbox": [
1190
+ 181,
1191
+ 181,
1192
+ 823,
1193
+ 226
1194
+ ],
1195
+ "page_idx": 13
1196
+ },
1197
+ {
1198
+ "type": "text",
1199
+ "text": "[62] Pedro Morgado, Nuno Vasconcelos, and Ishan Misra. Audio-visual instance discrimination with cross-modal agreement. arXiv preprint arXiv:2004.12943, 2020. 3 ",
1200
+ "bbox": [
1201
+ 181,
1202
+ 234,
1203
+ 823,
1204
+ 263
1205
+ ],
1206
+ "page_idx": 13
1207
+ },
1208
+ {
1209
+ "type": "text",
1210
+ "text": "[63] Mehdi Noroozi and Paolo Favaro. Unsupervised learning of visual representations by solving jigsaw puzzles. In ECCV, 2016. 3 ",
1211
+ "bbox": [
1212
+ 181,
1213
+ 272,
1214
+ 823,
1215
+ 303
1216
+ ],
1217
+ "page_idx": 13
1218
+ },
1219
+ {
1220
+ "type": "text",
1221
+ "text": "[64] Deepak Pathak, Philipp Krahenbuhl, Jeff Donahue, Trevor Darrell, and Alexei A Efros. Context encoders: Feature learning by inpainting. In CVPR, 2016. 3 ",
1222
+ "bbox": [
1223
+ 181,
1224
+ 310,
1225
+ 823,
1226
+ 342
1227
+ ],
1228
+ "page_idx": 13
1229
+ },
1230
+ {
1231
+ "type": "text",
1232
+ "text": "[65] Mandela Patrick, Yuki M Asano, Polina Kuznetsova, Ruth Fong, João F Henriques, Geoffrey Zweig, and Andrea Vedaldi. Multi-modal self-supervision from generalized data transformations. arXiv preprint arXiv:2003.04298, 2020. 20 ",
1233
+ "bbox": [
1234
+ 181,
1235
+ 349,
1236
+ 823,
1237
+ 393
1238
+ ],
1239
+ "page_idx": 13
1240
+ },
1241
+ {
1242
+ "type": "text",
1243
+ "text": "[66] Karol J. Piczak. ESC: Dataset for Environmental Sound Classification. In ACM MM, 2015. 6, 17 ",
1244
+ "bbox": [
1245
+ 181,
1246
+ 402,
1247
+ 825,
1248
+ 433
1249
+ ],
1250
+ "page_idx": 13
1251
+ },
1252
+ {
1253
+ "type": "text",
1254
+ "text": "[67] AJ Piergiovanni, Anelia Angelova, and Michael S Ryoo. Evolving losses for unsupervised video representation learning. In CVPR, 2020. 3, 20 ",
1255
+ "bbox": [
1256
+ 178,
1257
+ 440,
1258
+ 825,
1259
+ 470
1260
+ ],
1261
+ "page_idx": 13
1262
+ },
1263
+ {
1264
+ "type": "text",
1265
+ "text": "[68] Rui Qian, Tianjian Meng, Boqing Gong, Ming-Hsuan Yang, Huisheng Wang, Serge Belongie, and Yin Cui. Spatiotemporal contrastive video representation learning. In CVPR, 2021. 3 [69] Zhaofan Qiu, Ting Yao, Chong-Wah Ngo, Xinmei Tian, and Tao Mei. Learning spatio-temporal representation with local and global diffusion. In CVPR, 2019. 7 ",
1266
+ "bbox": [
1267
+ 181,
1268
+ 479,
1269
+ 825,
1270
+ 510
1271
+ ],
1272
+ "page_idx": 13
1273
+ },
1274
+ {
1275
+ "type": "text",
1276
+ "text": "",
1277
+ "bbox": [
1278
+ 179,
1279
+ 518,
1280
+ 825,
1281
+ 547
1282
+ ],
1283
+ "page_idx": 13
1284
+ },
1285
+ {
1286
+ "type": "text",
1287
+ "text": "[70] Alec Radford, Karthik Narasimhan, Tim Salimans, and Ilya Sutskever. Improving language understanding by generative pre-training. 2018. 2 ",
1288
+ "bbox": [
1289
+ 181,
1290
+ 556,
1291
+ 823,
1292
+ 587
1293
+ ],
1294
+ "page_idx": 13
1295
+ },
1296
+ {
1297
+ "type": "text",
1298
+ "text": "[71] Alec Radford, Jeffrey Wu, Rewon Child, David Luan, Dario Amodei, and Ilya Sutskever. Language models are unsupervised multitask learners. OpenAI blog, 2019. 2 ",
1299
+ "bbox": [
1300
+ 181,
1301
+ 595,
1302
+ 821,
1303
+ 626
1304
+ ],
1305
+ "page_idx": 13
1306
+ },
1307
+ {
1308
+ "type": "text",
1309
+ "text": "[72] Colin Raffel, Noam Shazeer, Adam Roberts, Katherine Lee, Sharan Narang, Michael Matena, Yanqi Zhou, Wei Li, and Peter J Liu. Exploring the limits of transfer learning with a unified text-to-text transformer. JMLR, 2020. 5 ",
1310
+ "bbox": [
1311
+ 183,
1312
+ 635,
1313
+ 823,
1314
+ 676
1315
+ ],
1316
+ "page_idx": 13
1317
+ },
1318
+ {
1319
+ "type": "text",
1320
+ "text": "[73] Prajit Ramachandran, Niki Parmar, Ashish Vaswani, Irwan Bello, Anselm Levskaya, and Jonathon Shlens. Stand-alone self-attention in vision models. arXiv preprint arXiv:1906.05909, 2019. 2 ",
1321
+ "bbox": [
1322
+ 181,
1323
+ 686,
1324
+ 825,
1325
+ 728
1326
+ ],
1327
+ "page_idx": 13
1328
+ },
1329
+ {
1330
+ "type": "text",
1331
+ "text": "[74] Adrià Recasens, Pauline Luc, Jean-Baptiste Alayrac, Luyu Wang, Florian Strub, Corentin Tallec, Mateusz Malinowski, Viorica Patraucean, Florent Altché, Michal Valko, et al. Broaden your views for self-supervised video learning. arXiv preprint arXiv:2103.16559, 2021. 3 ",
1332
+ "bbox": [
1333
+ 181,
1334
+ 739,
1335
+ 825,
1336
+ 782
1337
+ ],
1338
+ "page_idx": 13
1339
+ },
1340
+ {
1341
+ "type": "text",
1342
+ "text": "[75] Steffen Rendle. Factorization machines. In ICDM, 2010. 19 [76] Carlos Riquelme, Joan Puigcerver, Basil Mustafa, Maxim Neumann, Rodolphe Jenatton, André Susano Pinto, Daniel Keysers, and Neil Houlsby. Scaling vision with sparse mixture of experts. arXiv preprint arXiv:2106.05974, 2021. 9 ",
1343
+ "bbox": [
1344
+ 181,
1345
+ 791,
1346
+ 614,
1347
+ 808
1348
+ ],
1349
+ "page_idx": 13
1350
+ },
1351
+ {
1352
+ "type": "text",
1353
+ "text": "",
1354
+ "bbox": [
1355
+ 181,
1356
+ 816,
1357
+ 825,
1358
+ 859
1359
+ ],
1360
+ "page_idx": 13
1361
+ },
1362
+ {
1363
+ "type": "text",
1364
+ "text": "[77] Michael S Ryoo, AJ Piergiovanni, Mingxing Tan, and Anelia Angelova. Assemblenet: Searching for multi-stream neural connectivity in video architectures. arXiv preprint arXiv:1905.13209, 2019. 7 ",
1365
+ "bbox": [
1366
+ 179,
1367
+ 868,
1368
+ 823,
1369
+ 911
1370
+ ],
1371
+ "page_idx": 13
1372
+ },
1373
+ {
1374
+ "type": "text",
1375
+ "text": "[78] Gilad Sharir, Asaf Noy, and Lihi Zelnik-Manor. An image is worth 16x16 words, what is a video worth? arXiv preprint arXiv:2103.13915, 2021. 3 ",
1376
+ "bbox": [
1377
+ 176,
1378
+ 90,
1379
+ 825,
1380
+ 119
1381
+ ],
1382
+ "page_idx": 14
1383
+ },
1384
+ {
1385
+ "type": "text",
1386
+ "text": "[79] Noam Shazeer, Azalia Mirhoseini, Krzysztof Maziarz, Andy Davis, Quoc Le, Geoffrey Hinton, and Jeff Dean. Outrageously large neural networks: The sparsely-gated mixture-of-experts layer. arXiv preprint arXiv:1701.06538, 2017. 9 ",
1387
+ "bbox": [
1388
+ 183,
1389
+ 127,
1390
+ 823,
1391
+ 171
1392
+ ],
1393
+ "page_idx": 14
1394
+ },
1395
+ {
1396
+ "type": "text",
1397
+ "text": "[80] Laura Smith, Nikita Dhawan, Marvin Zhang, Pieter Abbeel, and Sergey Levine. Avid: Learning multi-stage tasks via pixel-level translation of human videos. arXiv preprint arXiv:1912.04443, 2019. 20 ",
1398
+ "bbox": [
1399
+ 181,
1400
+ 179,
1401
+ 823,
1402
+ 222
1403
+ ],
1404
+ "page_idx": 14
1405
+ },
1406
+ {
1407
+ "type": "text",
1408
+ "text": "[81] Khurram Soomro, Amir Roshan Zamir, and Mubarak Shah. Ucf101: A dataset of 101 human actions classes from videos in the wild. arXiv preprint arXiv:1212.0402, 2012. 6, 17 ",
1409
+ "bbox": [
1410
+ 179,
1411
+ 229,
1412
+ 823,
1413
+ 258
1414
+ ],
1415
+ "page_idx": 14
1416
+ },
1417
+ {
1418
+ "type": "text",
1419
+ "text": "[82] Nitish Srivastava, Elman Mansimov, and Ruslan Salakhudinov. Unsupervised learning of video representations using lstms. In ICML, 2015. 3 ",
1420
+ "bbox": [
1421
+ 181,
1422
+ 267,
1423
+ 823,
1424
+ 296
1425
+ ],
1426
+ "page_idx": 14
1427
+ },
1428
+ {
1429
+ "type": "text",
1430
+ "text": "[83] Jonathan Stroud, David Ross, Chen Sun, Jia Deng, and Rahul Sukthankar. D3d: Distilled 3d networks for video action recognition. In WACV, 2020. 7 ",
1431
+ "bbox": [
1432
+ 181,
1433
+ 303,
1434
+ 825,
1435
+ 333
1436
+ ],
1437
+ "page_idx": 14
1438
+ },
1439
+ {
1440
+ "type": "text",
1441
+ "text": "[84] Chen Sun, Fabien Baradel, Kevin Murphy, and Cordelia Schmid. Learning video representations using contrastive bidirectional transformer. arXiv preprint arXiv:1906.05743, 2019. 3 ",
1442
+ "bbox": [
1443
+ 181,
1444
+ 340,
1445
+ 826,
1446
+ 383
1447
+ ],
1448
+ "page_idx": 14
1449
+ },
1450
+ {
1451
+ "type": "text",
1452
+ "text": "[85] Yonglong Tian, Dilip Krishnan, and Phillip Isola. Contrastive multiview coding. In ECCV, 2020. 3 ",
1453
+ "bbox": [
1454
+ 178,
1455
+ 391,
1456
+ 826,
1457
+ 421
1458
+ ],
1459
+ "page_idx": 14
1460
+ },
1461
+ {
1462
+ "type": "text",
1463
+ "text": "[86] Hugo Touvron, Matthieu Cord, Matthijs Douze, Francisco Massa, Alexandre Sablayrolles, and Hervé Jégou. Training data-efficient image transformers & distillation through attention. arXiv preprint arXiv:2012.12877, 2020. 3 ",
1464
+ "bbox": [
1465
+ 181,
1466
+ 429,
1467
+ 825,
1468
+ 472
1469
+ ],
1470
+ "page_idx": 14
1471
+ },
1472
+ {
1473
+ "type": "text",
1474
+ "text": "[87] Du Tran, Heng Wang, Lorenzo Torresani, and Matt Feiszli. Video classification with channelseparated convolutional networks. In ICCV, 2019. 7 ",
1475
+ "bbox": [
1476
+ 179,
1477
+ 479,
1478
+ 825,
1479
+ 508
1480
+ ],
1481
+ "page_idx": 14
1482
+ },
1483
+ {
1484
+ "type": "text",
1485
+ "text": "[88] Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N Gomez, Lukasz Kaiser, and Illia Polosukhin. Attention is all you need. arXiv preprint arXiv:1706.03762, 2017. 1, 2, 3, 4, 5 ",
1486
+ "bbox": [
1487
+ 181,
1488
+ 517,
1489
+ 825,
1490
+ 560
1491
+ ],
1492
+ "page_idx": 14
1493
+ },
1494
+ {
1495
+ "type": "text",
1496
+ "text": "[89] Fei Wang, Mengqing Jiang, Chen Qian, Shuo Yang, Cheng Li, Honggang Zhang, Xiaogang Wang, and Xiaoou Tang. Residual attention network for image classification. In CVPR, 2017. 2 ",
1497
+ "bbox": [
1498
+ 181,
1499
+ 568,
1500
+ 825,
1501
+ 609
1502
+ ],
1503
+ "page_idx": 14
1504
+ },
1505
+ {
1506
+ "type": "text",
1507
+ "text": "[90] Jiangliu Wang, Jianbo Jiao, Linchao Bao, Shengfeng He, Yunhui Liu, and Wei Liu. Selfsupervised spatio-temporal representation learning for videos by predicting motion and appearance statistics. In CVPR, 2019. 3 ",
1508
+ "bbox": [
1509
+ 181,
1510
+ 618,
1511
+ 823,
1512
+ 661
1513
+ ],
1514
+ "page_idx": 14
1515
+ },
1516
+ {
1517
+ "type": "text",
1518
+ "text": "[91] Jiangliu Wang, Jianbo Jiao, and Yun-Hui Liu. Self-supervised video representation learning by pace prediction. In ECCV, 2020. 3 ",
1519
+ "bbox": [
1520
+ 179,
1521
+ 670,
1522
+ 823,
1523
+ 699
1524
+ ],
1525
+ "page_idx": 14
1526
+ },
1527
+ {
1528
+ "type": "text",
1529
+ "text": "[92] Xiaofang Wang, Xuehan Xiong, Maxim Neumann, AJ Piergiovanni, Michael S Ryoo, Anelia Angelova, Kris M Kitani, and Wei Hua. Attentionnas: Spatiotemporal attention cell search for video classification. In ECCV, 2020. 7 ",
1530
+ "bbox": [
1531
+ 181,
1532
+ 707,
1533
+ 823,
1534
+ 750
1535
+ ],
1536
+ "page_idx": 14
1537
+ },
1538
+ {
1539
+ "type": "text",
1540
+ "text": "[93] Xiaolong Wang, Ross Girshick, Abhinav Gupta, and Kaiming He. Non-local neural networks. In CVPR, 2018. 7 ",
1541
+ "bbox": [
1542
+ 179,
1543
+ 757,
1544
+ 823,
1545
+ 786
1546
+ ],
1547
+ "page_idx": 14
1548
+ },
1549
+ {
1550
+ "type": "text",
1551
+ "text": "[94] Sanghyun Woo, Jongchan Park, Joon-Young Lee, and In So Kweon. Cbam: Convolutional block attention module. In ECCV, 2018. 2 ",
1552
+ "bbox": [
1553
+ 179,
1554
+ 795,
1555
+ 821,
1556
+ 824
1557
+ ],
1558
+ "page_idx": 14
1559
+ },
1560
+ {
1561
+ "type": "text",
1562
+ "text": "[95] Zhirong Wu, Yuanjun Xiong, Stella X Yu, and Dahua Lin. Unsupervised feature learning via non-parametric instance discrimination. In CVPR, 2018. 3 ",
1563
+ "bbox": [
1564
+ 179,
1565
+ 832,
1566
+ 821,
1567
+ 861
1568
+ ],
1569
+ "page_idx": 14
1570
+ },
1571
+ {
1572
+ "type": "text",
1573
+ "text": "[96] Saining Xie, Chen Sun, Jonathan Huang, Zhuowen Tu, and Kevin Murphy. Rethinking spatiotemporal feature learning: Speed-accuracy trade-offs in video classification. In ECCV, 2018. 7 ",
1574
+ "bbox": [
1575
+ 179,
1576
+ 869,
1577
+ 825,
1578
+ 911
1579
+ ],
1580
+ "page_idx": 14
1581
+ },
1582
+ {
1583
+ "type": "text",
1584
+ "text": "[97] Dejing Xu, Jun Xiao, Zhou Zhao, Jian Shao, Di Xie, and Yueting Zhuang. Self-supervised spatiotemporal learning via video clip order prediction. In CVPR, 2019. 3 [98] Jun Xu, Tao Mei, Ting Yao, and Yong Rui. Msr-vtt: A large video description dataset for bridging video and language. In CVPR, 2016. 6, 17 [99] Fuzhi Yang, Huan Yang, Jianlong Fu, Hongtao Lu, and Baining Guo. Learning texture transformer network for image super-resolution. In CVPR, 2020. 3 [100] Mang Ye, Xu Zhang, Pong C Yuen, and Shih-Fu Chang. Unsupervised embedding learning via invariant and spreading instance feature. In CVPR, 2019. 3 [101] Hongyi Zhang, Moustapha Cisse, Yann N Dauphin, and David Lopez-Paz. mixup: Beyond empirical risk minimization. arXiv preprint arXiv:1710.09412, 2017. 19 [102] Richard Zhang, Phillip Isola, and Alexei A Efros. Colorful image colorization. In ECCV, \n2016. 3 [103] Richard Zhang, Phillip Isola, and Alexei A Efros. Split-brain autoencoders: Unsupervised learning by cross-channel prediction. In CVPR, 2017. 3 [104] Xiang Zhang, Junbo Zhao, and Yann Lecun. Character-level convolutional networks for text classification. NeurIPS, 2015. 1 [105] Y Zhang, K Li, K Li, B Zhong, and Y Fu. Residual non-local attention networks for image restoration. In ICLR, 2019. 2 [106] Hengshuang Zhao, Jiaya Jia, and Vladlen Koltun. Exploring self-attention for image recognition. In CVPR, 2020. 2 [107] Hengshuang Zhao, Li Jiang, Jiaya Jia, Philip Torr, and Vladlen Koltun. Point transformer. arXiv preprint arXiv:2012.09164, 2020. 3 [108] Sixiao Zheng, Jiachen Lu, Hengshuang Zhao, Xiatian Zhu, Zekun Luo, Yabiao Wang, Yanwei Fu, Jianfeng Feng, Tao Xiang, Philip HS Torr, et al. Rethinking semantic segmentation from a sequence-to-sequence perspective with transformers. arXiv preprint arXiv:2012.15840, 2020. \n3 ",
1585
+ "bbox": [
1586
+ 171,
1587
+ 85,
1588
+ 828,
1589
+ 575
1590
+ ],
1591
+ "page_idx": 15
1592
+ },
1593
+ {
1594
+ "type": "text",
1595
+ "text": "[109] Luowei Zhou, Chenliang Xu, and Jason J Corso. Towards automatic learning of procedures from web instructional videos. In AAAI, 2018. 6, 17 ",
1596
+ "bbox": [
1597
+ 173,
1598
+ 569,
1599
+ 821,
1600
+ 598
1601
+ ],
1602
+ "page_idx": 15
1603
+ }
1604
+ ]
parse/train/RzYrn625bu8/RzYrn625bu8_middle.json ADDED
The diff for this file is too large to render. See raw diff
 
parse/train/RzYrn625bu8/RzYrn625bu8_model.json ADDED
The diff for this file is too large to render. See raw diff
 
parse/train/dvyUaK4neD0/dvyUaK4neD0.md ADDED
@@ -0,0 +1,314 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # The Skellam Mechanism for Differentially Private Federated Learning
2
+
3
+ Naman Agarwal† Peter Kairouz† Ziyu Liu‡⇤ †Google Research ‡Carnegie Mellon University {namanagarwal, kairouz}@google.com, ziyuliu@cs.cmu.edu
4
+
5
+ # Abstract
6
+
7
+ We introduce the multi-dimensional Skellam mechanism, a discrete differential privacy mechanism based on the difference of two independent Poisson random variables. To quantify its privacy guarantees, we analyze the privacy loss distribution via a numerical evaluation and provide a sharp bound on the Rényi divergence between two shifted Skellam distributions. While useful in both centralized and distributed privacy applications, we investigate how it can be applied in the context of federated learning with secure aggregation under communication constraints. Our theoretical findings and extensive experimental evaluations demonstrate that the Skellam mechanism provides the same privacy-accuracy trade-offs as the continuous Gaussian mechanism, even when the precision is low. More importantly, Skellam is closed under summation and sampling from it only requires sampling from a Poisson distribution – an efficient routine that ships with all machine learning and data analysis software packages. These features, along with its discrete nature and competitive privacy-accuracy trade-offs, make it an attractive practical alternative to the newly introduced discrete Gaussian mechanism.
8
+
9
+ # 1 Introduction
10
+
11
+ The Gaussian mechanism is the workhorse for a multitude of differentially private learning algorithms [46, 10, 1]. While simple enough for mathematical reasoning and privacy accounting analyses, its continuous nature presents a number of challenges in practice. For example, it cannot be exactly represented on finite computers, making it prone to numerical errors that can break its privacy guarantees [35]. Moreover, it cannot be used in distributed learning settings with cryptographic multi-party computation primitives involving modular arithmetic, such as secure aggregation [12, 11]. To address these shortcomings, the binomial and (distributed) discrete Gaussian mechanisms were recently introduced [19, 2, 15, 25]. Unfortunately, both have their own drawbacks: the privacy loss for the binomial mechanism can be infinite with a non-zero probability, and the discrete Gaussian: (a) is not closed under summation (i.e. sum of discrete Gaussians is not a discrete Gaussian), complicating analysis in distributed settings and leading to a performance worse than continuous Gaussian in the highly distributed, low-noise regime [25]; (b) requires a sampling algorithm that is not shipped with mainstream machine learning or data analysis software packages, making it difficult for engineers to use it in production settings (naïve implementations may lead to catastrophic privacy errors).
12
+
13
+ Our contributions To overcome these limitations, we introduce and analyze the multi-dimensional Skellam mechanism, a mechanism based on adding noise distributed according to the difference of two independent Poisson random variables. The Skellam noise is closed under summation (i.e. sums of Skellam random variables is again Skellam distributed) and can be sampled from easily – efficient Poisson samplers are widely available in numerical software packages. Being discrete in nature also means that it can mesh well cryptographic protocols and can lead to communication savings.
14
+
15
+ To analyze the privacy guarantees of the Skellam mechanism and compare it with other mechanisms, we provide a numerical evaluation of the privacy loss random variable and prove a sharp bound on the Rényi divergence between two shifted Skellam distributions. Our careful analysis shows that for a multi-dimensional query function with $\ell _ { 1 }$ sensitivity $\Delta _ { 1 }$ and $\ell _ { 2 }$ sensitivity $\Delta _ { 2 }$ , the Skellam mechanism with variance $\mu$ achieves $( \alpha , \varepsilon ( \alpha ) )$ Rényi differential privacy (RDP) [36] for $\varepsilon ( \alpha ) \leq$ $\begin{array} { r } { \frac { \alpha \Delta _ { 2 } } { 2 \mu } + \operatorname* { m i n } { \left( \frac { ( 2 \alpha - 1 ) \Delta _ { 2 } + 6 \Delta _ { 1 } } { 4 \mu ^ { 2 } } , \frac { 3 \Delta _ { 1 } } { 2 \mu } \right) } } \end{array}$ (see Theorem 3.5). This implies that the RDP guarantees are at most $1 + O \left( 1 / \mu \right)$ times worse than those of the Gaussian mechanism.
16
+
17
+ To analyze the performance of the Skellam mechanism in practice, we consider a differentially private and communication constrained federated learning (FL) setting [26] where the noise is added locally to the $d$ -dimensional discretized client updates that are then summed securely via a cryptographic protocol, such as secure aggregation $( { \mathrm { S e c A g g } } )$ [11, 12]. We provide an end-to-end algorithm that appropriately discretizes the data and applies the Skellam mechanism along with modular arithmetic to bound the range of the data and communication costs before applying SecAgg.
18
+
19
+ We show on distributed mean estimation and two benchmark FL datasets, Federated EMNIST [14] and Stack Overflow [8], that our method can match the performance of the continuous Gaussian baseline under tight privacy and communication budgets, despite using generic RDP amplification via sampling [51] for our approach and the precise RDP analysis for the subsampled Gaussian mechanism [37]. Our method is implemented in TensorFlow Privacy [32] and TensorFlow Federated [24] and will be open-sourced.2 While we mostly focus on FL applications, the Skellam mechanism can also be applied in other contexts of learning and analytics, including centralized settings.
20
+
21
+ Related work The Skellam mechanism was first introduced in the context of computational differential privacy from lattice-based cryptography [49] and private Bayesian inference [45]. However, the privacy analyses in the prior work do not readily extend to the multi-dimensional case, and they give direct bounds for pure or approximate DP which makes only advanced composition theorems [28, 22] directly applicable in learning settings where the mechanism is applied many times. For example, the guarantees from [49] lead to poor accuracy-privacy trade-offs as demonstrated in Fig. 1. Moreover, we show in Section 3.1 that extending the direct privacy analysis to the multi-dimensional setting is non-trivial because the worst-case neighboring dataset pair is unknown in this case. For these reasons, our tight privacy analysis via a sharp RDP bound makes the Skellam mechanism practical for learning applications for the first time. These guarantees (almost) match those of the Gaussian mechanism and allow us to use generic RDP amplification via subsampling methods [51].
22
+
23
+ The closest mechanisms to Skellam are the binomial [2, 19] and the discrete Gaussian mechanisms [15, 25]. The binomial mechanism can (asymptotically) match the continuous Gaussian mechanism (when properly scaled). However, it does not achieve Rényi or zero-concentrated DP [36, 13] and has a privacy loss that can be infinite with a non-zero probability, leading to catastrophic privacy failures. The discrete Gaussian mechanism yields Rényi DP and can be applied to distributed settings [25], but it requires a sampling algorithm that is not yet available in data analysis software packages despite being explored in the lattice-based cryptography community (e.g., [43, 18, 38]). The discrete Gaussian is also not closed under summation and the divergence can be large in highly distributed low-noise settings (e.g. quantile estimation [6] and federated analytics [42]), which causes privacy degradation. See the end of Section 4 for more discussion.
24
+
25
+ # 2 Preliminaries
26
+
27
+ We begin by providing a formal definition for $( \varepsilon , \delta )$ -differential privacy (DP) [20].
28
+
29
+ Definition 2.1 (Differential Privacy). For $\varepsilon , \delta \geq 0$ , a randomized mechanism $M$ satisfies $( \varepsilon , \delta )$ -DP if for all neighboring datasets $D , D ^ { \prime }$ and all $s$ in the range of $M$ , we have that
30
+
31
+ $$
32
+ P \left( M ( D ) \in { \mathcal { S } } \right) \leq e ^ { \varepsilon } P \left( M ( D ^ { \prime } ) \in { \mathcal { S } } \right) + \delta ,
33
+ $$
34
+
35
+ where $D$ and $D ^ { \prime }$ are neighboring pairs if they can be obtained from each other by adding or removing all the records that belong to a particular user.
36
+
37
+ In our experiments we consider user-level differential privacy – i.e., $D$ and $D ^ { \prime }$ are neighboring pairs
38
+
39
+ if one of them can be obtained from the other by adding or removing all the records associated with a single user [33]. This is stronger than the commonly-used notion of item level privacy where, if a user contributes multiple records, only the addition or removal of one record is protected.
40
+
41
+ We also make use of Rényi differential privacy (RDP) [36] which allows for tight privacy accounting.
42
+
43
+ Definition 2.2 (Rényi Differential Privacy). A mechanism $M$ satisfies $( \alpha , \varepsilon )$ -RDP if for any two neighboring datasets $D , D ^ { \prime }$ , we have that $D _ { \alpha } ( M ( D ) , M ( D ^ { \prime } ) ) \leq \varepsilon$ where $D _ { \alpha } ( P , Q )$ is the Rényi divergence between $P$ and $Q$ and is given by
44
+
45
+ $$
46
+ D _ { \alpha } ( P , Q ) \triangleq \frac { 1 } { \alpha - 1 } \log \left( \mathbb { E } _ { x \sim Q } \left[ \left( \frac { P ( x ) } { Q ( x ) } \right) ^ { \alpha } \right] \right) = \frac { 1 } { \alpha - 1 } \log \left( \mathbb { E } _ { x \sim P } \left[ \left( \frac { P ( x ) } { Q ( x ) } \right) ^ { \alpha - 1 } \right] \right) .
47
+ $$
48
+
49
+ A closely related privacy notion is zero-concentrated DP (zCDP) [21, 13]. In fact, $\scriptstyle { \frac { 1 } { 2 } } \varepsilon ^ { 2 } - z \mathbf { C D P }$ i s equivalent to simultaneously satisfying an infinite family of RDP guarantees, namely $( \alpha , \textstyle { \frac { 1 } { 2 } } \varepsilon ^ { 2 } \alpha )$ - Rényi differential privacy for all $\alpha \in ( 1 , \infty )$ . The following conversion lemma from [13, 15, 7] relates RDP to $( \varepsilon , \delta )$ -DP.
50
+
51
+ Lemma 2.3. If $M$ satisfies $( \alpha , \varepsilon )$ -RDP, then, for any $\delta > 0$ , $M$ satisfies $( \varepsilon _ { D P } ( \delta ) , \delta )$ -DP, where
52
+
53
+ $$
54
+ \varepsilon _ { D P } ( \delta ) = \operatorname* { i n f } _ { \alpha > 1 } \varepsilon + \frac { \log ( 1 / \alpha \delta ) } { \alpha - 1 } + \log ( 1 - 1 / \alpha ) .
55
+ $$
56
+
57
+ For any query function $f$ , we define the $\Delta _ { p }$ sensitivity as $\begin{array} { r } { \operatorname* { m a x } _ { D , D ^ { \prime } } \| f ( D ) - f ( D ^ { \prime } ) \| _ { p } } \end{array}$ , where $D$ and $D ^ { \prime }$ are neighboring pairs differing by adding or removing all the records from a particular user. We also include the RDP guarantees of the discrete Gaussian mechanism (same RDP guarantees as the continuous Gaussian mechanism) to which we compare our method.
58
+
59
+ Definition 2.4 (The Discrete Gaussian Mechanism [15]). Given an integer-valued query $f ( D ) \in \mathbb { Z } ^ { d }$ and noise variance $\mu _ { ; }$ , the Discrete Gaussian (DGaussian) Mechanism is given by
60
+
61
+ $$
62
+ f ( D ) + Z , w h e r e Z \sim { \mathcal { N } } _ { \mathbb { Z } } ( 0 , \mu ) ,
63
+ $$
64
+
65
+ and $\mathcal { N } _ { \mathbb { Z } } ( 0 , \mu )$ denotes the discrete Gaussian distribution defined in Equation $( l )$ of [15]. The discrete Gaussian mechanism achieves $\begin{array} { r } { ( \alpha , \frac { \alpha \Delta _ { 2 } ^ { 2 } } { 2 \mu } ) } \end{array}$ -Rényi $D P .$
66
+
67
+ # 3 The Skellam Mechanism
68
+
69
+ We begin by presenting the definition of the Skellam distribution, which is the basis of the Skellam Mechanism for releasing integer ranged multi-dimensional queries.
70
+
71
+ Definition 3.1 (Skellam Distribution). The multidimensional Skellam distribution $\operatorname { S k } _ { \Delta , \mu }$ over $\mathbb { Z } ^ { d }$ with mean $\Delta \in \mathbb { Z } ^ { d }$ and variance $\mu$ is given with each coordinate $X _ { i }$ distributed independently as
72
+
73
+ $$
74
+ X _ { i } \sim \mathrm { S k } _ { \Delta _ { i } , \mu } \ w i t h \ P ( X _ { i } = k ) = e ^ { - \mu } I _ { k - \Delta _ { i } } ( \mu ) ,
75
+ $$
76
+
77
+ for $k \in \mathbb { Z }$ . Here, $I _ { \nu } ( x )$ is the modified Bessel function of the first kind. A key property of Skellam random variables which motivates their use in DP is that they are closed under summation, i.e. let $X _ { 1 } \sim \mathrm { S k } _ { \Delta _ { 1 } , \mu _ { 1 } }$ and $X _ { 2 } \sim \mathrm { S k } _ { \Delta _ { 2 } , \mu _ { 2 } }$ then $X _ { 1 } + X _ { 2 } \sim \mathrm { S k } _ { \Delta _ { 1 } + \Delta _ { 2 } , \mu _ { 1 } + \mu _ { 2 } }$ . This follows from the fact that a Skellam random variable $X$ can be obtained by taking the difference between two independent Poisson random variables with means $\mu$ . 3 We are now ready to introduce the Skellam Mechanism.
78
+
79
+ Definition 3.2 (The Skellam Mechanism). Given an integer-valued query $f ( D ) \in \mathbb { Z } ^ { d }$ , we define the Skellam Mechanism as
80
+
81
+ $$
82
+ \begin{array} { r l } & { \qquad \mathrm { S k } _ { 0 , \mu } ( f ( D ) ) = f ( D ) + Z , \ w h e r e \ Z \sim \mathrm { S k } _ { 0 , \mu } , } \\ & { \qquad \cdot o f t h e m e c h a n i s m i s b o u n d e d b y \mathbb { E } \left[ \| \mathrm { S k } _ { 0 , \mu } ( f ( D ) ) - f ( D ) \| _ { 2 } ^ { 2 } \right] \leq d \mu . } \end{array}
83
+ $$
84
+
85
+ and the total $\ell _ { 2 }$ erro
86
+
87
+ The Skellam mechanism was first introduced in [49] for the scalar case. As our goal is to apply the Skellam mechanism in the learning context, we have to address the following challenges. (1) Tight privacy compositions: Learning algorithms are iterative in nature and require the application of the DP mechanism many times (often $> 1 0 0 0$ ). The current direct approximate DP analysis in [49] can be combined with advanced composition (AC) theorems [28, 22] but that leads to poor privacy-accuracy trade-offs (see Fig. 1). (2) Privacy analysis for multi-dimensional queries: In learning algorithms, the differentially private queries are multi-dimensional (where the dimension equals the number of model parameters, typically $\geq 1 0 ^ { 6 }$ ). Using composition theorems lead to poor accuracy-privacy trade-offs and a direct extension of approximate DP guarantee [49] for the multi-dimensional case leads to a strong dependence on $\ell _ { 1 }$ sensitivity which is prohibitively large in high dimensions. (3) Data discretization: The gradients are naturally continuous vectors but we would like to apply an integer based mechanism. This requires properly discretizing the data while making sure that the norm of the vectors (sensitivity of the query) is preserved. We will tackle challenges (1) and (2) in the remainder of this section and leave (3) for the next section.
88
+
89
+ # 3.1 Tight Numerical Accounting via Privacy Loss Distributions
90
+
91
+ We begin by defining the notion of privacy loss distributions (PLDs).
92
+
93
+ Definition 3.3 (Privacy Loss Distribution). For a multi-dimensional discrete privacy mechanism $M$ and neighboring datasets $D , D ^ { \prime }$ , for any $x \in \mathbb { Z } ^ { d }$ , we define $f ( x ) =$ $\log \left( { \frac { P ( M ( D ) = x ) } { P ( M ( D ^ { \prime } ) = x ) } } \right)$ . The privacy loss random variable of $M$ at $( D , D ^ { \prime } )$ is $Z _ { D , D ^ { \prime } } =$ $f ( M ( D ) ) \ l { 2 2 } { ] }$ . The privacy loss distribution $( P L D )$ of $M$ , denoted by $\mathrm { P L D } _ { D , D ^ { \prime } }$ , is the distribution of $Z _ { D , D ^ { \prime } }$ .
94
+
95
+ The PLD of a mechanism $M$ can be used to characterize its $( \varepsilon , \delta )$ -DP guarantees.
96
+
97
+ ![](images/89259f8a4ef4a8b7c950cf0a4b2f3fd06431c154db559e6aac977812e35a7dfb.jpg)
98
+ Figure 1: Comparing privacy compositions across various mechanisms and accounting methods.
99
+
100
+ Lemma 3.4. A mechanism $M$ is $( \varepsilon , \delta )$ -DP if and only if $\delta \geq \mathbb { E } _ { Z \sim \mathrm { P L D } _ { D , D ^ { \prime } } } \left[ 1 - e ^ { \varepsilon - Z } \right] _ { + }$ for all neighboring datasets $D , D ^ { \prime }$ where $[ x ] _ { + } = \operatorname* { m a x } ( 0 , x )$ .
101
+
102
+ When a mechanism $M$ is applied $T$ times on a dataset, the overall PLD of the composed mechanism at $( D , D ^ { \prime } )$ is the $T$ -fold convolution of $\mathrm { P L D } _ { D , D ^ { \prime } }$ [22]. Since discrete convolutions can be computed efficiently using fast Fourier transforms (FFTs) and the expectation in Lemma 3.4 can be numerically approximated, PLDs are attractive for tight numerical accounting [30, 34, 17]. Applying the above to the Skellam mechanism, a direct calculation shows that with $X _ { i }$ are i.i.d. according to $\operatorname { S k } _ { 0 , \mu }$ ,
103
+
104
+ $$
105
+ Z _ { D , D ^ { \prime } } = \sum _ { i = 1 } ^ { d } \log \left( \frac { I _ { X _ { i } - f ( D ) _ { i } } ( \mu ) } { I _ { X _ { i } - f ( D ^ { \prime } ) _ { i } } ( \mu ) } \right) .
106
+ $$
107
+
108
+ When $d = 1$ , it suffices to look at $Z = \log ( I _ { X - \Delta } ( \mu ) / I _ { X } ( \mu ) )$ , where $\Delta = \operatorname* { m a x } _ { D , D ^ { \prime } } | f ( D ) - f ( D ^ { \prime } ) |$ and $X \sim \mathrm { S k } _ { 0 , \mu }$ . Since $X$ has a discrete and symmetric probability distribution and the log function is monotonic, the distribution of $Z$ can be easily characterized. This gives us a tight numerical accountant for the Skellam mechanism in the scalar case, which we use to compare it with both the Gaussian and discrete Gaussian mechanisms. Fig. 1 shows this comparison, highlighting the competitiveness of the Skellam mechanism and the problem of combining the direct analysis of [49] with advanced composition (AC) theorems. When $d > 1$ , there are combinatorially many $Z _ { D , D ^ { \prime } }$ ’s that need to be considered, even when the $\ell _ { 2 }$ sensitivity of $f ( D )$ is bounded. The discrete Gaussian mechanism faces a similar issue (see Theorem 15 of [15]). To provide a tight privacy analysis in the multi-dimensional case, we prove a bound on the RDP guarantees of the Skellam mechanism in the next subsection. Fig. 1 and 2 show that our bound is tight and the competitiveness of the Skellam mechanism in high dimensions.
109
+
110
+ # 3.2 Tight Accounting via Rényi Differential Privacy
111
+
112
+ The following theorem states our main theoretical result, providing a relatively sharp bound on the RDP properties for the Skellam machanism.
113
+
114
+ Theorem 3.5. For $\alpha \in \mathbb { Z } , \alpha > 1$ and sensitivity $\Delta \in \mathbb { Z }$ , the Skellam Mechanism is $( \alpha , \varepsilon )$ -RDP with
115
+
116
+ $$
117
+ \varepsilon ( \alpha ) \leq \frac { \alpha \Delta ^ { 2 } } { 2 \mu } + \operatorname* { m i n } \left( \frac { ( 2 \alpha - 1 ) \Delta ^ { 2 } + 6 \Delta } { 4 \mu ^ { 2 } } , \frac { 3 \Delta } { 2 \mu } \right) ,
118
+ $$
119
+
120
+ To remind the reader in comparison, the Gaussian mechanism is $( \alpha , \varepsilon )$ -RDP with $\begin{array} { r } { \varepsilon ( \alpha ) = \frac { \alpha \Delta ^ { 2 } } { 2 \mu } } \end{array}$ . The bound we provide is at most $1 + O ( 1 / \mu )$ worse than the bound for the Gaussian, which is negligible for all practical choices of $\mu$ , especially as the privacy requirements increase.4 Next we show a simple corollary which follows via the independent composition of RDP across dimensions.
121
+
122
+ Corollary 3.6. The multi-dimensional Skellam Mechanism is $( \alpha , \varepsilon )$ -RDP with
123
+
124
+ $$
125
+ \varepsilon ( \alpha ) \leq \frac { \alpha \Delta _ { 2 } ^ { 2 } } { 2 \mu } + \operatorname* { m i n } \left( \frac { ( 2 \alpha - 1 ) \Delta _ { 2 } ^ { 2 } + 6 \Delta _ { 1 } } { 4 \mu ^ { 2 } } , \frac { 3 \Delta _ { 1 } } { 2 \mu } \right) .
126
+ $$
127
+
128
+ where $\Delta _ { 1 }$ and $\Delta _ { 2 }$ are the $\ell _ { 1 }$ and $\ell _ { 2 }$ sensitivities respectively.
129
+
130
+ # 3.2.1 Proof Overview for Theorem 3.5
131
+
132
+ In this subsection, we provide the proof of Theorem 3.5 assuming a technical bound on the ratios of Bessel functions presented as Lemma 3.7, which is the core of our analysis and may be of independent interest. We provide a proof overview for Lemma 3.7, deferring the full proof to the appendix.
133
+
134
+ On a macroscopic level, our proof structure mimics the RDP proof for the Gaussian mechanism [36], and the main object of our interest is to bound the following quantity, defined for any $X , \Delta , \alpha$ :
135
+
136
+ $$
137
+ \Phi _ { X , \alpha , \Delta } ( \mu ) \triangleq \log \left( \frac { I _ { X - \Delta } ( \mu ) } { I _ { X - \alpha \Delta } ( \mu ) } \left( \frac { I _ { X - \Delta } ( \mu ) } { I _ { X } ( \mu ) } \right) ^ { \alpha - 1 } \right) .
138
+ $$
139
+
140
+ The following lemma states our main bound on this quantity.
141
+
142
+ Lemma 3.7. For any $X , \alpha \in \mathbb { N } ,$ , with $\alpha > 1$ and $\Delta \in \mathbb { Z } ,$ , we have that for all $\mu \geq 0$
143
+
144
+ $$
145
+ \Phi _ { X , \alpha , \Delta } ( \mu ) \leq \frac { \alpha ( \alpha - 1 ) \Delta ^ { 2 } } { 2 \mu } + \operatorname* { m i n } \left( \frac { ( 2 \alpha - 1 ) ( \alpha - 1 ) \Delta ^ { 2 } } { 4 \mu ^ { 2 } } + \frac { 3 ( \alpha - 1 ) | \Delta | } { 2 \mu ^ { 2 } } , \frac { 3 ( \alpha - 1 ) | \Delta | } { 2 \mu } \right) .
146
+ $$
147
+
148
+ Note that in contrast if we consider the analogous notion of $\Phi$ for the Gaussian mechanism (replacing IX(µ) with the Gaussian density eX2/2µ), we readily get the bound ↵(↵1)22µ , which is the same as our bound up to lower order terms. We now provide the proof of Theorem 3.5.
149
+
150
+ Proof of Theorem 3.5. By RDP definition (2.2), we need to bound the following for any $\Delta , \alpha \geq 1$ ,
151
+
152
+ $$
153
+ D _ { \alpha } \left( { \mathrm { S k } } _ { \Delta , \mu } , { \mathrm { S k } } _ { 0 , \mu } \right) = \frac { 1 } { \alpha - 1 } { \log \left( \right)} \sum _ { X = - \infty } ^ { \infty } e ^ { - \mu } I _ { X - \Delta } ( \mu ) \left( \frac { I _ { X - \Delta } ( \mu ) } { I _ { X } ( \mu ) } \right) ^ { \alpha - 1 }
154
+ $$
155
+
156
+ Now consider the following calculations on the log term:
157
+
158
+ $$
159
+ \begin{array} { r l } & { \log \left( \displaystyle \sum _ { X = - \infty } ^ { \infty } \frac { I _ { X - \Delta } ( \mu ) } { e ^ { \mu } } \left( \frac { I _ { X - \Delta } ( \mu ) } { I _ { X } ( \mu ) } \right) ^ { \alpha - 1 } \right) = \log \left( \displaystyle \sum _ { X = - \infty } ^ { \infty } \frac { I _ { X - \alpha \Delta } ( \mu ) } { e ^ { \mu } } e ^ { \Phi _ { X , \alpha , \Delta ( \mu ) } } \right) } \\ & { \leq \log \left( \displaystyle \sum _ { X = - \infty } ^ { \infty } e ^ { - \mu } I _ { X - \alpha \Delta } ( \mu ) \right) + \displaystyle \operatorname* { m a x } _ { X \in \mathbb { Z } } \Phi _ { X , \alpha , \Delta ( \mu ) } } \\ & { \leq \frac { \alpha ( \alpha - 1 ) \Delta ^ { 2 } } { 2 \mu } + \operatorname* { m i n } \left( \frac { ( 2 \alpha - 1 ) ( \alpha - 1 ) \Delta ^ { 2 } } { 4 \mu ^ { 2 } } + \frac { 3 ( \alpha - 1 ) | \Delta | } { 2 \mu ^ { 2 } } , \frac { 3 ( \alpha - 1 ) | \Delta | } { 2 \mu } \right) , } \end{array}
160
+ $$
161
+
162
+ where the inequality follows from Lemma 3.7.
163
+
164
+ We now provide an overview for the proof of Lemma 3.7 highlighting the crux of the argument. As a first step we collect some known facts regarding Bessel functions. It is known that for $x \geq 0$ and $\nu \in \mathbb { Z }$ , $\nu \geq 0$ , $I _ { \nu } ( x )$ is a decreasing function in $\nu$ , $I _ { - \nu } ( x ) = I _ { \nu } ( x )$ and $\frac { I _ { \nu - 1 } ( \mu ) } { I _ { \nu } ( x ) }$ is an increasing function in $\nu$ [47]. A succession of works consider bounding the ratio of successive Bessel functions $I _ { \nu - 1 } ( x ) / I _ { \nu } ( x )$ , which is a natural quantity to considering the objective in Lemma 3.7. We use the following very tight characterization for this recently proved in [44, Theorem 5].
165
+
166
+ Lemma 3.8. For any $\nu \geq 1 / 2 , x \geq 0$ define the following function we have that
167
+
168
+ $$
169
+ \mathrm { a r c s i n h } ( \delta _ { 0 } ( \nu , x ) ) \leq \log ( I _ { \nu - 1 } ( x ) ) - \log ( I _ { \nu } ( x ) ) \leq \mathrm { a r c s i n h } ( \delta _ { 2 } ( \nu , x ) )
170
+ $$
171
+
172
+ Standard bounds such as those appearing in [5, 49] lead to the following conclusion:
173
+
174
+ $$
175
+ \mathrm { a r c s i n h } ( ( \nu - 1 / 2 ) / x ) \leq \log ( I _ { \nu - 1 } ( x ) ) - \log ( I _ { \nu } ( x ) ) \leq \mathrm { a r c s i n h } ( \nu / x ) ) .
176
+ $$
177
+
178
+ While the above bound is significantly easier to work with, it leads to an RDP guarantee of Gaussian $\mathrm { R D P } + O \bigl ( \frac { \Delta } { \mu } \bigr )$ . In high dimensions this manifests as $O ( \frac { \Delta _ { 1 } } { \mu } )$ and overall leads to a constant multiplicative factor over the Gaussian. On the other hand we prove a Gaussian $\mathrm { R D P } + o _ { \mu } ( 1 )$ bound. Our proof of Lemma 3.7 splits into various cases depending on the signs of the quantities involved. We show the derivation for a single case below and defer the full proof to the appendix.
179
+
180
+ Proof of Lemma 3.7 in the case $X \geq \alpha \Delta$ , $\Delta \geq 0$ . Replacing $Y = X - \alpha \delta$ we get that
181
+
182
+ $$
183
+ \begin{array} { r l } & { \Phi _ { X , \boldsymbol { \alpha } , \Delta } ( \mu ) = \log \left( \displaystyle \frac { I _ { Y + ( \alpha - 1 ) \Delta } ( \mu ) } { I _ { Y } ( \mu ) } \left( \frac { I _ { Y + ( \alpha - 1 ) \Delta } ( \mu ) } { I _ { Y + \alpha \Delta } ( \mu ) } \right) ^ { \alpha - 1 } \right) } \\ & { \qquad = \displaystyle \sum _ { j = 0 } ^ { \alpha - 2 } \left( \sum _ { i = Y + j \Delta + 1 } ^ { Y + j \Delta + \Delta } \left( \log \left( \frac { I _ { i - 1 } + ( \alpha - 1 - j ) ( \mu ) } { I _ { i + ( \alpha - 1 - j ) \Delta } ( \mu ) } \right) - \log \left( \frac { I _ { i - 1 } ( \mu ) } { I _ { i } ( \mu ) } \right) \right) \right) } \\ & { \qquad \le \displaystyle \sum _ { j = 0 } ^ { \alpha - 2 } \left( \sum _ { i = Y + j \Delta + 1 } ^ { Y + j \Delta + \Delta } \left( \delta _ { 2 } ( i + ( \alpha - 1 - j ) \Delta , \mu ) - \delta _ { 0 } ( i , \mu ) \right) \right) } \\ & { \qquad \le \displaystyle \frac { \alpha ( \alpha - 1 ) \Delta ^ { 2 } } { 2 \mu } + \operatorname* { m i n } \left( \frac { \alpha ( \alpha - 1 ) \Delta ^ { 2 } + 2 ( \alpha - 1 ) \Delta } { 4 \mu ^ { 2 } } , \frac { ( \alpha - 1 ) \Delta } { 2 \mu } \right) , } \end{array}
184
+ $$
185
+
186
+ where the first inequality follows from Lemma 3.8 and the fact that for all $0 \leq x \leq y$ , $\operatorname { a r c s i n h } ( y ) -$ $\operatorname { a r c s i n h } ( x ) \leq y - x$ and the second inequality follows from Lemma A.1 (provided in the appendix):
187
+
188
+ $$
189
+ \delta _ { 2 } ( \nu _ { 1 } , x ) - \delta _ { 0 } ( \nu _ { 2 } , x ) \leq \frac { \nu _ { 1 } - \nu _ { 2 } } { x } + \frac { 1 } { 2 x } \operatorname* { m i n } \left( \frac { \nu _ { 1 } - \nu _ { 2 } + 1 } { x } , 1 \right) .
190
+ $$
191
+
192
+ # 4 Applying the Skellam Mechanism to Federated Learning
193
+
194
+ With a sharp RDP analysis for the multi-dimensional Skellam mechanism presented in the previous section, we are now ready to apply it to differentially private federated learning. We first outline the general problem setting and then describe our approach under central and distributed DP models.
195
+
196
+ Problem setting At a high-level, we consider the distributed mean estimation problem. There are $n$ clients each holding a vector $x _ { i }$ in $\mathbb { R } ^ { d }$ such that for all $i$ , the vector norm is bounded as $\| x _ { i } \| _ { 2 } \leq c$ for some $c \geq 0$ . We denote the set of vectors as $\mathcal { X } = \{ x _ { i } \} _ { i = 1 } ^ { n }$ , and the aim is for each client to communicate the vectors $x _ { i }$ to a central server which then aggregates them as $\begin{array} { r } { \widehat { x } = \frac { 1 } { n } \sum _ { i } x _ { i } } \end{array}$ for an external analyst. In federated learning, the client vectors $x _ { i }$ are the model gradients or model deltas (typically $d \geq 1 0 ^ { 6 }$ ) after training on the clients’ local datasets, and this procedure can be repeated for many rounds $T > 1 0 0 0 \ r ,$ . A large $d$ and $T$ thus necessitate accounting methods that provide tight privacy compositions for high-dimensional queries.
197
+
198
+ We are primarily concerned with three metrics for this procedure and their trade-offs: (1) Privacy: the mean $\widehat { x }$ should be differentially private with a reasonably small $( \varepsilon , \delta )$ ; (2) Error: we wish to minimize the expected $\ell _ { 2 }$ error; and (3) Communication: we wish to minimize the average number of bits communicated per coordinate. Characterizing this trade-off is an important research problem. For example, it has been recently shown [50] that without formal privacy guarantees, the client training data could still be revealed by the model updates $x _ { i }$ ; on the other hand, applying differential privacy [48] to these updates can degrade the final utility.
199
+
200
+ ![](images/8a7da83f72e1327e3ea24b8cddf36aa7549a54ed5a6c18bfacb1f5d9704a83fa.jpg)
201
+ Figure 2: Benchmarking Skellam on sensitivity-1 queries under various accounting methods. RDP: Rényi DP. PLD: privacy loss distributions. Skellam (Direct): [49]. Gaussian (Analytic): [9]. DGaussian [15] / DDGauss [25]: central / distributed discrete Gaussian. $s$ is the scaling factor applied to both $\Delta$ and $\sigma$ . For Skellam and DDGauss [25], the central noise with std $\sigma$ is split into $n$ shares each applied locally with std $\sigma / { \sqrt { n } }$ ; a large $n$ and small $\sigma$ can thus exacerbate the sum divergence term of DDGauss (left). Left: $\varepsilon \leq 1 0$ . Right: $\varepsilon \leq 1$ .
202
+
203
+ ![](images/c38290ebb9dc27b41d63ab39e366b01c3b59452ece0d54d60bdf13b39554b0e0.jpg)
204
+ Figure 3: Comparing Skellam and Distributed Discrete Gaussian (DDGauss) on multi-dimensional real-valued queries, rounded to integers with $\beta = e ^ { - 0 . 5 }$ (Prop. 4.2). $s$ is the scaling applied to both $\sigma$ and $\Delta _ { 2 }$ ; a larger $s$ reduces the rounding error and norm inflation. $q$ is the sampling rate. For Skellam and DDGauss [25], the central noise with std $\sigma$ is split into $n$ shares each applied locally with std $\sigma / { \sqrt { n } }$ ; a large $n$ and small $\sigma$ can exacerbate the sum divergence term of DDGauss. Left: Simple setting with $\Delta _ { 2 } = 1$ . Right: FL-like setting for training CNNs on Federated EMNIST.
205
+
206
+ Skellam for central DP The central DP model refers to adding Skellam noise onto the non-private aggregate $\widehat { x }$ before releasing it to the external analyst. One important consideration is that the model updates in $\mathrm { F L }$ are continuous in nature, while Skellam is a discrete probability distribution. One approach is to appropriately discretize the client updates, e.g., via uniform quantization (which involves scaling the inputs by a factor $s \sim 2 ^ { b }$ for some bit-width $b$ followed by stochastic rounding5 for unbiased estimates), and the server can convert the private aggregate back to real numbers at the end. Note that this allows us to re-parameterize the variance of the added Skellam noise as $s ^ { 2 } \mu$ , giving the following simple corollary based on Cor. 3.6:
207
+
208
+ Corollary 4.1 (Scaled Skellam Mechanism). With a scaling factor $s \in \mathbb { R } ,$ , the multi-dimensional Skellam Mechanism is $( \alpha , \varepsilon )$ -RDP with
209
+
210
+ $$
211
+ \varepsilon ( \alpha ) \leq \frac { \alpha \Delta _ { 2 } ^ { 2 } } { 2 \mu } + \operatorname* { m i n } \left( \frac { ( 2 \alpha - 1 ) \Delta _ { 2 } ^ { 2 } } { 4 s ^ { 2 } \mu ^ { 2 } } + \frac { 3 \Delta _ { 1 } } { 2 s ^ { 3 } \mu ^ { 2 } } , \frac { 3 \Delta _ { 1 } } { 2 s \mu } \right) .
212
+ $$
213
+
214
+ As $s$ increases, the RDP of scaled Skellam rapidly approaches that of Gaussian as the second term above approaches 0, suggesting that under practical regimes with moderate compression bit-width, Skellam should perform competitively compared to Gaussian. Another aspect worth noting is that rounding vector coordinates from reals to integers can inflate the $\ell _ { 2 }$ -sensitivity $\Delta _ { 2 }$ , and thus more noise is required for the same privacy. To this end, we leverage the conditional rounding procedure introduced in [25] to obtain a bounded norm on the scaled and rounded client vector:
215
+
216
+ Proposition 4.2 (Norm of stochastically rounded vector [25]). Let $\tilde { x }$ be a stochastic rounding of vector $x \in \mathbb { R } ^ { d }$ to the integer grid $\mathbb { Z } ^ { d }$ . Then, for $\beta \in ( 0 , 1 )$ , we have
217
+
218
+ $$
219
+ \begin{array} { r } { \mathbb { P } \left[ \| \tilde { x } \| _ { 2 } ^ { 2 } \leq \| x \| _ { 2 } ^ { 2 } + d / 4 + \sqrt { 2 \log ( 1 / \beta ) } \cdot \left( \| x \| _ { 2 } + \sqrt { d } / 2 \right) \right] \geq 1 - \beta . } \end{array}
220
+ $$
221
+
222
+ Conditional rounding is thus defined as retrying the stochastic rounding on $x _ { i }$ until $\| \tilde { x } _ { i } \| _ { 2 } ^ { 2 }$ is within the probabilistic bound above (which also gives the inflated sensitivity $\tilde { \Delta } _ { 2 }$ ). We can then add Skellam noise to the aggregate $\sum _ { i } \tilde { x } _ { i }$ according to $\mathrm { { \bar { \Delta } } } _ { 2 }$ before undoing the quantization (unscaling). Note that a larger scaling $s$ before rounding reduces the norm inflation and the extra noise needed (Fig. 3 right).
223
+
224
+ Skellam for distributed DP with secure aggregation A stronger notion of privacy in FL can be obtained via the distributed DP model [25] that leverages secure aggregation (SecAgg [12]). The fact that the Skellam distribution is closed under summation allows us to easily extend from central DP to distributed DP. Under this model, the client vectors are quantized as in central DP model, but the Skellam noise is now added locally with variance $\mu / n$ . Then, the noisy client updates are summed via SecAgg ( $b$ bits per coordinate for field size $2 ^ { b }$ ) which only reveals the noisy aggregate to the server. While the local noise might be insufficient for local DP guarantees, the aggregated noise at the server provides privacy and utility comparable to the central DP model, thus removing trust away from the central aggregator. Note that the modulo operations introduced by SecAgg does not impact privacy as it can be viewed as a post-processing of an already differentially private query.
225
+
226
+ We remark on several properties of the distributed Skellam compared to the distributed discrete Gaussian (DDGauss [25]). (1) DDGauss is not closed under summation, and the divergence between discrete Gaussians can lead to notable privacy degradation in settings such as quantile estimation [6] and federated analytics [42] with sufficiently large number of clients and small local noises (see also the left side of Fig. 2 and Fig. 3). While scaling mitigates this issue, it also requires additional bit-width which makes Skellam attractive under tight communication constraints. (2) Sampling from Skellam only requires sampling from Poisson, for which efficient implementations are widely available in numerical software packages. While efficient discrete Gaussian sampling has also been explored in the lattice-based cryptography community (e.g., [43, 18, 38]), we believe the accessibility of Skellam samplers would help facilitate the deployment of DP to FL settings with mobile and edge devices. See Appendix D for more discussion. (3) In practice where $s \gg 1$ (dictated by bit-width $b$ ), both Skellam (cf. Cor. 4.1) and DDGauss (with an exponentially small divergence) quickly approaches Gaussian under RDP, and any differences will be negligible (Fig. 3).
227
+
228
+ # 5 Empirical Evaluation
229
+
230
+ In this section, we empirically evaluate the Skellam mechanism on two sets of experiments: distributed mean estimation and federated learning. In both cases, we focus on the distributed DP model, but note that the Skellam mechanism can be easily adapted to the central DP setting as discussed in the earlier section. Unless otherwise stated, we use RDP accounting for all experiments due to the high-dimensional data and the ease of composition (Section 3). To obtain $\Delta _ { 1 }$ for Skellam RDP, we note that $\Delta _ { 1 } \leq \Delta _ { 2 } \cdot \operatorname* { m i n } ( \sqrt { d } , \Delta _ { 2 } )$ since $\Delta _ { 1 } \leq \sqrt { d } \Delta _ { 2 }$ in general and $\Delta _ { 1 } \leq \Delta _ { 2 } ^ { 2 }$ for integers.
231
+
232
+ Under the distributed DP model, we also introduce a random orthogonal transformation [29, 2, 25] before discretizing and aggregating the client vectors (which can be reverted after the aggregation); this makes the vector coordinates sub-Gaussian and helps spread the magnitudes of the vector coordinates across all dimensions, thus reducing the errors from quantization and potential wraparound from SecAgg modulo operations. Moreover, by approximating the sub-exponential tail of the Skellam distribution as sub-Gaussian, we can derive a heuristic for choosing $s$ following [25] based on a bound on the variance $\tilde { \sigma } ^ { 2 }$ of the aggregated signal, as $\tilde { \sigma } ^ { 2 } \le c ^ { 2 } n ^ { 2 } / d + \bar { n } / ( 4 s ^ { 2 } ) + \mu$ . We choose $s$ such that $2 k \tilde { \sigma }$ are bounded within the SecAgg field size $2 ^ { b }$ , where $k$ is a small constant.
233
+
234
+ Algorithm 1 summarizes the aggregation procedure for the distributed Skellam mechanism via secure
235
+
236
+ Inputs: Private vector $x _ { i } \in \mathbb { R } ^ { \bar { d } }$ for each client $i$ ; $\ell _ { 2 }$ clip norm $c > 0$ ; Bit-width $b$ ; Target central
237
+ noise variance $\mu > 0$ ; Number of clients $n$ ; Signal bound multiplier $k > 0$ ; Bias $\beta \in [ 0 , 1 )$ .
238
+ Shared randomness: $d \times d$ diagonal matrix $D$ with uniformly random $\{ - 1 , + 1 \}$ values, where
239
+ $d \geq \bar { d }$ is the nearest power of 2.
240
+ Shared scale: Obtain scaling factor $s$ such that $2 ^ { b } = 2 k \tilde { \sigma } = 2 k \sqrt { c ^ { 2 } n ^ { 2 } / d + n / ( 4 s ^ { 2 } ) + \mu } .$
241
+ Procedure CLIENTPROCEDURE $\mathbf { \chi } _ { \left( x _ { i } , s , D \right) }$ Clip and scale vector $\hat { x } _ { i } = s \cdot \operatorname* { m i n } ( 1 , c / \| x _ { i } \| _ { 2 } ) \cdot x _ { i }$ , and pad to $\tilde { d }$ dimensions with zeros. Random rotation: $\check { x } _ { i } = \tilde { H } _ { d } D \hat { x } _ { i }$ where $\begin{array} { r } { \tilde { H } _ { d } = \frac { 1 } { \sqrt { d } } H _ { d } } \end{array}$ is the normalized $d \times d$ Hadamard matrix. repeat {conditional stochastic rounding} Stochastically round the coordinates of of ${ \check { x } } _ { i }$ to the integer grid to produce ${ \tilde { x } } _ { i }$ until $\| \widetilde x _ { i } \| _ { 2 } ^ { 2 } \le \operatorname* { m i n } \bigg \{ \Big ( s c + \sqrt d \Big ) ^ { 2 } , s ^ { 2 } c ^ { 2 } + d / 4 + \sqrt { 2 \log ( 1 / \beta ) } \cdot \Big ( s c + \sqrt d / 2 \Big ) \bigg \} .$ . Local noising: Sample noise vector $y _ { i } \in \mathbb { Z } ^ { d }$ where each entry is sampled from $\operatorname { S k } _ { 0 , s ^ { 2 } \mu / n }$ . return $z _ { i } = \tilde { x } _ { i } + y _ { i }$ under the SecAgg protocol with modulo bit-width $b$ .
242
+ Procedure SERVERPROCEDURE $( z , s , D )$ $\{ z$ is the modular sum of $z _ { i }$ under bit-width $b$ } return $\begin{array} { r } { \bar { x } = \frac { 1 } { s } D \tilde { H } _ { d } ^ { \top } z } \end{array}$ , with $\textstyle { \bar { x } } \approx \sum _ { i } x _ { i } \in \mathbb { R } ^ { d }$ .
243
+
244
+ ![](images/a258818d6f7517c63fee2ce116dc0cb01bea0fe531df9cafcfe5043c2794f7e1.jpg)
245
+ Figure 4: Distributed mean estimation with the distributed Skellam mechanism.
246
+
247
+ aggregation as well as the parameters used for the experiments. In summary, we have an $\ell _ { 2 }$ clip norm $c > 0$ ; per-coordinate bit-width $b$ ; target central noise variance $\mu > 0$ ; number of clients $n$ ; signal bound multiplier $k > 0$ ; and rounding bias $\beta \in [ 0 , 1 )$ . We fix $\beta = e ^ { - 1 / 2 }$ for all experiments. Note that the per-coordinate bit-width $b$ is for the aggregated sum as it determines the field size of SecAgg. For federated learning, we also consider the number of rounds $T$ and the total number of clients $N$ (thus the uniform sampling ratio $q = n / N$ at every round). Our experiments are implemented in Python, TensorFlow Privacy [32], and TensorFlow Federated [24]. See also Appendix for additional results and more details on the experimental setup.
248
+
249
+ # 5.1 Distributed Mean Estimation (DME)
250
+
251
+ We first consider DME as the generalization of (single round) FL. We randomly generate $n$ client vectors $X = \{ x _ { i } \} _ { i = 1 } ^ { n }$ from the $d$ -dimensional $\ell _ { 2 }$ sphere with radius $c = 1 0$ , and compute the true mean $\begin{array} { r } { \widehat { x } = \frac { 1 } { n } \sum _ { i } ^ { n } x _ { i } } \end{array}$ 2 . We then compute the private estimate of $\widehat { x }$ with the distributed Skellam mechanism (Algorithm 1) as $\bar { x }$ . For a strong baseline, we use the analytic Gaussian mechanism [9] with tight accounting (see also Figure 2). In Figure 4, we plot the MSE as $\| \widehat { x } - \bar { x } \| _ { 2 } ^ { 2 } / d$ with $9 5 \%$ confidence interval (small shaded region) over 10 dataset initializations across different values of $b , d$ , and $n$ . Results demonstrate that Skellam can match Gaussian even with $n = 1 0 0 0 0$ clients as long as the bit-width is sufficient. We emphasize that the communication cost $b$ depends logarithmically on $n$ , and to put numbers into context, Google’s production next-word prediction models [23, 39] use $n \leq 5 0 0$ and the production DP language model [40] uses $n = 2 0 0 0 0$ .
252
+
253
+ # 5.2 Federated Learning
254
+
255
+ Setup We evaluate on three public federated datasets with real-world characteristics: Federated EMNIST [16], Shakespeare [31, 14], and Stack Overflow next word prediction (SO-NWP [8]). EMNIST is an image classification dataset for hand-written digits and letters; Shakespeare is a text dataset for next-character-prediction based on the works of William Shakespeare; and SO-NWP is a large-scale text dataset for next-word-prediction based on user questions/answers from stackoverflow.com. We emphasize that all datasets have natural client heterogeneity that are representative of practical FL problems: the images in EMNIST are grouped the writer of the handwritten digits, the lines in Shakespeare are grouped by the speaking role, and the sentences in SO-NWP are grouped by the corresponding Stack Overflow user. We train a small CNN with model size $\bar { d } < 2 ^ { 2 0 }$ for EMNIST and use the recurrent models defined in [41] for Shakespeare and SO-NWP. The hyperparameters for the experiments follow those from [25, 6, 27, 41] and tuning is limited. For EMNIST, we follow [25] and fix $c = 0 . 0 3$ , $n = 1 0 0$ , $T = 1 5 0 0$ , client learning rate $\eta _ { \mathrm { c l i e n t } } = 0 . 3 2$ , server learning rate $\eta _ { \mathrm { s e r v e r } } = 1$ , and client batch size $m = 2 0$ . For Shakespeare, we follow [6] and fix $n = 1 0 0$ , $T = 1 2 0 0$ , $\eta _ { \mathrm { c l i e n t } } = 1$ , $\eta _ { \mathrm { s e r v e r } } = 0 . 3 2$ , and $m = 4$ , and we sweep $c \in \{ 0 . 2 5 , 0 . 5 \}$ . For SO-NWP, we follow [27] and fix $c = 0 . 3$ , $n = 1 0 0$ , $T = 1 6 0 0$ , $\eta _ { \mathrm { c l i e n t } } = 0 . 5$ , and $m = 1 6$ , and we sweep $\eta _ { \mathrm { s e r v e r } } \in \{ 0 . 3 , 1 \}$ and limit max examples per client to 256. In all cases, clients train for 1 epoch on their local datasets, and the client updates are weighted uniformly (as opposed to weighting by number of examples). See Appendix for more results and full details on datasets, models, and hyperparameters.
256
+
257
+ ![](images/17c77904c74691a84afb047deea14f30ee01bb1aff6b1891d87bbfa175d13dd8.jpg)
258
+ Figure 5: Federated learning with the distributed Skellam mechanism. DDGauss: Distributed Discrete Gaussian [25]. Left / Middle / Right: Test accuracies on EMNIST / Shakespeare / Stack Overflow NWP across different $\varepsilon$ and $b$ . $\delta$ is set to $1 / N , 1 0 ^ { - 6 } , 1 0 ^ { - 6 }$ , respectively. For Shakespeare, privacy is reported with a hypothetical population size $N = 1 0 ^ { 6 }$ .
259
+
260
+ Results Figure 5 summarizes the FL experiments. For EMNIST and Shakespeare, we report the average test accuracy over the last 100 rounds. For SO-NWP, we report the top-1 accuracy (without padding, out-of-vocab, or begining/end-of-sentence tokens) on the test set. The results indicate that Skellam performs as good as Gaussian despite relying on generic RDP amplification via sampling [51] (cf. Fig. 3) and that Skellam matches DDG consistently under realistic regimes. This bears significant practical relevance given the advantages of Skellam over DDG in real-world deployments.
261
+
262
+ # 6 Conclusion
263
+
264
+ We have introduced the multi-dimensional Skellam mechanism for federated learning. We analyzed the Skellam mechanism through the lens of approximate DP, privacy loss distributions, and Rényi divergences, and derived a sharp RDP bound that enables Skellam to match Gaussian and discrete Gaussian in practical settings as demonstrated by our large-scale experiments. Since Skellam is closed under summation and efficient samplers are widely available, it represents an attractive alternative to distributed discrete Gaussian as it easily extends from the central DP model to the distributed DP model. Being a discrete mechanism can also bring potential communication savings over continuous mechanisms and make Skellam less prone to attacks that exploit floating-point arithmetic on digital computers. Some interesting future work includes: (1) our scalar PLD analysis for Skellam suggests room for improvements on our multi-dimensional analysis via a complete PLD characterization, and (2) our results on FL may be further improved via a targeted analysis for RDP amplification via sampling akin to [37]. Overall, this work is situated within the active area of private machine learning and aims at making ML more trustworthy. One potential negative impact is that our method could be (deliberately or inadvertently) misused, such as sampling the wrong noise or using a minuscule scaling factor, to provide non-existent privacy guarantees for real users’ data. We nevertheless believe our results have positive impact as they facilitate the deployment of differential privacy in practice.
265
+
266
+ # Funding Transparency Statement
267
+
268
+ The authors were employed at and directly supported by Google. No third party funding was received by any of the authors to pursue this work.
269
+
270
+ # References
271
+
272
+ [1] Martin Abadi, Andy Chu, Ian Goodfellow, H Brendan McMahan, Ilya Mironov, Kunal Talwar, and Li Zhang. Deep learning with differential privacy. In Proceedings of the 2016 ACM SIGSAC conference on computer and communications security, pages 308–318, 2016. [2] Naman Agarwal, Ananda Theertha Suresh, Felix Xinnan X Yu, Sanjiv Kumar, and Brendan McMahan. cpSGD: Communication-efficient and differentially-private distributed sgd. In Advances in Neural Information Processing Systems, pages 7564–7575, 2018. [3] Maruan Al-Shedivat, Jennifer Gillenwater, Eric Xing, and Afshin Rostamizadeh. Federated learning via posterior averaging: A new perspective and practical algorithms. In ICLR, 2021. [4] Martin R. Albrecht and Michael Walter. dgs, Discrete Gaussians over the Integers. Available at https: //bitbucket.org/malb/dgs, 2018. [5] Donald E Amos. Computation of modified bessel functions and their ratios. Mathematics of Computation, 28(125):239–251, 1974. [6] Galen Andrew, Om Thakkar, H Brendan McMahan, and Swaroop Ramaswamy. Differentially private learning with adaptive clipping. arXiv preprint arXiv:1905.03871, 2019. [7] S. Asoodeh, J. Liao, F. P. Calmon, O. Kosut, and L. Sankar. A better bound gives a hundred rounds: Enhanced privacy guarantees via f-divergences. In 2020 IEEE International Symposium on Information Theory (ISIT), pages 920–925, 2020. [8] The TensorFlow Federated Authors. Tensorflow federated stack overflow dataset, 2019. [9] Borja Balle and Yu-Xiang Wang. Improving the gaussian mechanism for differential privacy: Analytical calibration and optimal denoising. In International Conference on Machine Learning, pages 394–403. PMLR, 2018.
273
+ [10] Raef Bassily, Adam Smith, and Abhradeep Thakurta. Private empirical risk minimization: Efficient algorithms and tight error bounds. In 2014 IEEE 55th Annual Symposium on Foundations of Computer Science, pages 464–473. IEEE, 2014.
274
+ [11] James Bell, K. A. Bonawitz, Adrià Gascón, Tancrède Lepoint, and Mariana Raykova. Secure singleserver aggregation with (poly)logarithmic overhead. Cryptology ePrint Archive, Report 2020/704, 2020. https://eprint.iacr.org/2020/704.
275
+ [12] Keith Bonawitz, Vladimir Ivanov, Ben Kreuter, Antonio Marcedone, H Brendan McMahan, Sarvar Patel, Daniel Ramage, Aaron Segal, and Karn Seth. Practical secure aggregation for privacy-preserving machine learning. In proceedings of the 2017 ACM SIGSAC Conference on Computer and Communications Security, pages 1175–1191, 2017.
276
+ [13] Mark Bun and Thomas Steinke. Concentrated differential privacy: Simplifications, extensions, and lower bounds. In Theory of Cryptography Conference, pages 635–658. Springer, 2016.
277
+ [14] Sebastian Caldas, Sai Meher Karthik Duddu, Peter Wu, Tian Li, Jakub Konecnˇ y, H Brendan McMa- \` han, Virginia Smith, and Ameet Talwalkar. Leaf: A benchmark for federated settings. arXiv preprint arXiv:1812.01097, 2018.
278
+ [15] Clément Canonne, Gautam Kamath, and Thomas Steinke. The discrete gaussian for differential privacy. In NeurIPS, 2020.
279
+ [16] Gregory Cohen, Saeed Afshar, Jonathan Tapson, and Andre Van Schaik. Emnist: Extending mnist to handwritten letters. In 2017 International Joint Conference on Neural Networks (IJCNN), pages 2921–2926. IEEE, 2017.
280
+ [17] Google Differential Privacy Team. Privacy loss distributions. https://github.com/google/ differential-privacy/blob/master/accounting/docs/Privacy_Loss_Distributions.pdf. 2020.
281
+ [18] Nagarjun C Dwarakanath and Steven D Galbraith. Sampling from discrete gaussians for lattice-based cryptography on a constrained device. Applicable Algebra in Engineering, Communication and Computing, 25(3):159–180, 2014.
282
+ [19] Cynthia Dwork, Krishnaram Kenthapadi, Frank McSherry, Ilya Mironov, and Moni Naor. Our data, ourselves: Privacy via distributed noise generation. In Annual International Conference on the Theory and Applications of Cryptographic Techniques, pages 486–503. Springer, 2006.
283
+ [20] Cynthia Dwork, Frank McSherry, Kobbi Nissim, and Adam Smith. Calibrating noise to sensitivity in private data analysis. In Theory of cryptography conference, pages 265–284. Springer, 2006.
284
+ [21] Cynthia Dwork and Guy N Rothblum. Concentrated differential privacy. arXiv preprint arXiv:1603.01887, 2016.
285
+ [22] Cynthia Dwork, Guy N Rothblum, and Salil Vadhan. Boosting and differential privacy. In 2010 IEEE 51st Annual Symposium on Foundations of Computer Science, pages 51–60. IEEE, 2010.
286
+ [23] Andrew Hard, Kanishka Rao, Rajiv Mathews, Swaroop Ramaswamy, Françoise Beaufays, Sean Augenstein, Hubert Eichner, Chloé Kiddon, and Daniel Ramage. Federated learning for mobile keyboard prediction. arXiv preprint arXiv:1811.03604, 2018.
287
+ [24] Alex Ingerman and Krzys Ostrowski. Introducing tensorflow federated, 2019.
288
+ [25] Peter Kairouz, Ziyu Liu, and Thomas Steinke. The distributed discrete gaussian mechanism for federated learning with secure aggregation. In International Conference on Machine Learning. PMLR, 2021.
289
+ [26] Peter Kairouz, Brendan McMahan, et al. Advances and open problems in federated learning. arXiv preprint arXiv:1912.04977, 2019.
290
+ [27] Peter Kairouz, Brendan McMahan, Shuang Song, Om Thakkar, Abhradeep Thakurta, and Zheng Xu. Practical and private (deep) learning without sampling or shuffling. arXiv preprint arXiv:2103.00039, 2021.
291
+ [28] Peter Kairouz, Sewoong Oh, and Pramod Viswanath. The composition theorem for differential privacy. In International conference on machine learning, pages 1376–1385. PMLR, 2015.
292
+ [29] Jakub Konecnˇ y, H Brendan McMahan, Felix X Yu, Peter Richtárik, Ananda Theertha Suresh, and \` Dave Bacon. Federated learning: Strategies for improving communication efficiency. arXiv preprint arXiv:1610.05492, 2016.
293
+ [30] Antti Koskela, Joonas Jälkö, and Antti Honkela. Computing tight differential privacy guarantees using fft. In International Conference on Artificial Intelligence and Statistics, pages 2560–2569. PMLR, 2020.
294
+ [31] Brendan McMahan, Eider Moore, Daniel Ramage, Seth Hampson, and Blaise Aguera y Arcas. Communication-efficient learning of deep networks from decentralized data. In Artificial Intelligence and Statistics, pages 1273–1282, 2017.
295
+ [32] H Brendan McMahan, Galen Andrew, Ulfar Erlingsson, Steve Chien, Ilya Mironov, Nicolas Papernot, and Peter Kairouz. A general approach to adding differential privacy to iterative training procedures. arXiv preprint arXiv:1812.06210, 2018.
296
+ [33] H Brendan McMahan, Daniel Ramage, Kunal Talwar, and Li Zhang. Learning differentially private recurrent language models. In ICLR, 2018.
297
+ [34] Sebastian Meiser and Esfandiar Mohammadi. Tight on budget? tight bounds for r-fold approximate differential privacy. In Proceedings of the 2018 ACM SIGSAC Conference on Computer and Communications Security, pages 247–264, 2018.
298
+ [35] Ilya Mironov. On significance of the least significant bits for differential privacy. In Proceedings of the 2012 ACM conference on Computer and communications security, pages 650–661, 2012.
299
+ [36] Ilya Mironov. Rényi differential privacy. In 2017 IEEE 30th Computer Security Foundations Symposium (CSF), pages 263–275. IEEE, 2017.
300
+ [37] Ilya Mironov, Kunal Talwar, and Li Zhang. Rényi differential privacy of the sampled gaussian mechanism. arXiv preprint arXiv:1908.10530, 2019.
301
+ [38] Thomas Prest, Thomas Ricosset, and Mélissa Rossi. Simple , fast and constant-time gaussian sampling over the integers for falcon. In Second PQC Standardization Conference, 2019.
302
+ [39] Swaroop Ramaswamy, Rajiv Mathews, Kanishka Rao, and Françoise Beaufays. Federated learning for emoji prediction in a mobile keyboard. arXiv preprint arXiv:1906.04329, 2019.
303
+ [40] Swaroop Ramaswamy, Om Thakkar, Rajiv Mathews, Galen Andrew, H Brendan McMahan, and Françoise Beaufays. Training production language models without memorizing user data. arXiv preprint arXiv:2009.10031, 2020.
304
+ [41] Sashank Reddi, Zachary Charles, Manzil Zaheer, Zachary Garrett, Keith Rush, Jakub Konecnˇ y, Sanjiv \` Kumar, and H Brendan McMahan. Adaptive federated optimization. arXiv preprint arXiv:2003.00295, 2020.
305
+ [42] Google Research. Federated analytics: Collaborative data science without data collection, May 2020.
306
+ [43] Sujoy Sinha Roy, Frederik Vercauteren, and Ingrid Verbauwhede. High precision discrete gaussian sampling on fpgas. In International Conference on Selected Areas in Cryptography, pages 383–401. Springer, 2013.
307
+ [44] Diego Ruiz-Antolín and Javier Segura. A new type of sharp bounds for ratios of modified bessel functions. Journal of Mathematical Analysis and Applications, 443(2):1232–1246, 2016.
308
+ [45] Aaron Schein, Zhiwei Steven Wu, Alexandra Schofield, Mingyuan Zhou, and Hanna Wallach. Locally private bayesian inference for count models. In International Conference on Machine Learning, pages 5638–5648. PMLR, 2019.
309
+ [46] Shuang Song, Kamalika Chaudhuri, and Anand D Sarwate. Stochastic gradient descent with differentially private updates. In 2013 IEEE Global Conference on Signal and Information Processing, pages 245–248. IEEE, 2013.
310
+ [47] VR Thiruvenkatachar and TS Nanjundiah. Inequalities concerning bessel functions and orthogonal polynomials. In Proceedings of the Indian Academy of Sciences-Section A, volume 33, page 373. Springer, 1951.
311
+ [48] Florian Tramèr and Dan Boneh. Differentially private learning needs better features (or much more data). arXiv preprint arXiv:2011.11660, 2020.
312
+ [49] Filipp Valovich and Francesco Alda. Computational differential privacy from lattice-based cryptography. In International Conference on Number-Theoretic Methods in Cryptology, pages 121–141. Springer, 2017.
313
+ [50] Hongxu Yin, Arun Mallya, Arash Vahdat, Jose M Alvarez, Jan Kautz, and Pavlo Molchanov. See through gradients: Image batch recovery via gradinversion. arXiv preprint arXiv:2104.07586, 2021.
314
+ [51] Yuqing Zhu and Yu-Xiang Wang. Poission subsampled rényi differential privacy. In International Conference on Machine Learning, pages 7634–7642. PMLR, 2019.
parse/train/dvyUaK4neD0/dvyUaK4neD0_content_list.json ADDED
@@ -0,0 +1,1362 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "type": "text",
4
+ "text": "The Skellam Mechanism for Differentially Private Federated Learning ",
5
+ "text_level": 1,
6
+ "bbox": [
7
+ 246,
8
+ 122,
9
+ 756,
10
+ 172
11
+ ],
12
+ "page_idx": 0
13
+ },
14
+ {
15
+ "type": "text",
16
+ "text": "Naman Agarwal† Peter Kairouz† Ziyu Liu‡⇤ †Google Research ‡Carnegie Mellon University {namanagarwal, kairouz}@google.com, ziyuliu@cs.cmu.edu ",
17
+ "bbox": [
18
+ 267,
19
+ 224,
20
+ 730,
21
+ 270
22
+ ],
23
+ "page_idx": 0
24
+ },
25
+ {
26
+ "type": "text",
27
+ "text": "Abstract ",
28
+ "text_level": 1,
29
+ "bbox": [
30
+ 462,
31
+ 304,
32
+ 535,
33
+ 320
34
+ ],
35
+ "page_idx": 0
36
+ },
37
+ {
38
+ "type": "text",
39
+ "text": "We introduce the multi-dimensional Skellam mechanism, a discrete differential privacy mechanism based on the difference of two independent Poisson random variables. To quantify its privacy guarantees, we analyze the privacy loss distribution via a numerical evaluation and provide a sharp bound on the Rényi divergence between two shifted Skellam distributions. While useful in both centralized and distributed privacy applications, we investigate how it can be applied in the context of federated learning with secure aggregation under communication constraints. Our theoretical findings and extensive experimental evaluations demonstrate that the Skellam mechanism provides the same privacy-accuracy trade-offs as the continuous Gaussian mechanism, even when the precision is low. More importantly, Skellam is closed under summation and sampling from it only requires sampling from a Poisson distribution – an efficient routine that ships with all machine learning and data analysis software packages. These features, along with its discrete nature and competitive privacy-accuracy trade-offs, make it an attractive practical alternative to the newly introduced discrete Gaussian mechanism. ",
40
+ "bbox": [
41
+ 233,
42
+ 337,
43
+ 766,
44
+ 542
45
+ ],
46
+ "page_idx": 0
47
+ },
48
+ {
49
+ "type": "text",
50
+ "text": "1 Introduction ",
51
+ "text_level": 1,
52
+ "bbox": [
53
+ 176,
54
+ 570,
55
+ 310,
56
+ 587
57
+ ],
58
+ "page_idx": 0
59
+ },
60
+ {
61
+ "type": "text",
62
+ "text": "The Gaussian mechanism is the workhorse for a multitude of differentially private learning algorithms [46, 10, 1]. While simple enough for mathematical reasoning and privacy accounting analyses, its continuous nature presents a number of challenges in practice. For example, it cannot be exactly represented on finite computers, making it prone to numerical errors that can break its privacy guarantees [35]. Moreover, it cannot be used in distributed learning settings with cryptographic multi-party computation primitives involving modular arithmetic, such as secure aggregation [12, 11]. To address these shortcomings, the binomial and (distributed) discrete Gaussian mechanisms were recently introduced [19, 2, 15, 25]. Unfortunately, both have their own drawbacks: the privacy loss for the binomial mechanism can be infinite with a non-zero probability, and the discrete Gaussian: (a) is not closed under summation (i.e. sum of discrete Gaussians is not a discrete Gaussian), complicating analysis in distributed settings and leading to a performance worse than continuous Gaussian in the highly distributed, low-noise regime [25]; (b) requires a sampling algorithm that is not shipped with mainstream machine learning or data analysis software packages, making it difficult for engineers to use it in production settings (naïve implementations may lead to catastrophic privacy errors). ",
63
+ "bbox": [
64
+ 174,
65
+ 602,
66
+ 825,
67
+ 795
68
+ ],
69
+ "page_idx": 0
70
+ },
71
+ {
72
+ "type": "text",
73
+ "text": "Our contributions To overcome these limitations, we introduce and analyze the multi-dimensional Skellam mechanism, a mechanism based on adding noise distributed according to the difference of two independent Poisson random variables. The Skellam noise is closed under summation (i.e. sums of Skellam random variables is again Skellam distributed) and can be sampled from easily – efficient Poisson samplers are widely available in numerical software packages. Being discrete in nature also means that it can mesh well cryptographic protocols and can lead to communication savings. ",
74
+ "bbox": [
75
+ 174,
76
+ 801,
77
+ 823,
78
+ 871
79
+ ],
80
+ "page_idx": 0
81
+ },
82
+ {
83
+ "type": "text",
84
+ "text": "",
85
+ "bbox": [
86
+ 171,
87
+ 90,
88
+ 781,
89
+ 106
90
+ ],
91
+ "page_idx": 1
92
+ },
93
+ {
94
+ "type": "text",
95
+ "text": "To analyze the privacy guarantees of the Skellam mechanism and compare it with other mechanisms, we provide a numerical evaluation of the privacy loss random variable and prove a sharp bound on the Rényi divergence between two shifted Skellam distributions. Our careful analysis shows that for a multi-dimensional query function with $\\ell _ { 1 }$ sensitivity $\\Delta _ { 1 }$ and $\\ell _ { 2 }$ sensitivity $\\Delta _ { 2 }$ , the Skellam mechanism with variance $\\mu$ achieves $( \\alpha , \\varepsilon ( \\alpha ) )$ Rényi differential privacy (RDP) [36] for $\\varepsilon ( \\alpha ) \\leq$ $\\begin{array} { r } { \\frac { \\alpha \\Delta _ { 2 } } { 2 \\mu } + \\operatorname* { m i n } { \\left( \\frac { ( 2 \\alpha - 1 ) \\Delta _ { 2 } + 6 \\Delta _ { 1 } } { 4 \\mu ^ { 2 } } , \\frac { 3 \\Delta _ { 1 } } { 2 \\mu } \\right) } } \\end{array}$ (see Theorem 3.5). This implies that the RDP guarantees are at most $1 + O \\left( 1 / \\mu \\right)$ times worse than those of the Gaussian mechanism. ",
96
+ "bbox": [
97
+ 173,
98
+ 111,
99
+ 825,
100
+ 219
101
+ ],
102
+ "page_idx": 1
103
+ },
104
+ {
105
+ "type": "text",
106
+ "text": "To analyze the performance of the Skellam mechanism in practice, we consider a differentially private and communication constrained federated learning (FL) setting [26] where the noise is added locally to the $d$ -dimensional discretized client updates that are then summed securely via a cryptographic protocol, such as secure aggregation $( { \\mathrm { S e c A g g } } )$ [11, 12]. We provide an end-to-end algorithm that appropriately discretizes the data and applies the Skellam mechanism along with modular arithmetic to bound the range of the data and communication costs before applying SecAgg. ",
107
+ "bbox": [
108
+ 173,
109
+ 224,
110
+ 825,
111
+ 309
112
+ ],
113
+ "page_idx": 1
114
+ },
115
+ {
116
+ "type": "text",
117
+ "text": "We show on distributed mean estimation and two benchmark FL datasets, Federated EMNIST [14] and Stack Overflow [8], that our method can match the performance of the continuous Gaussian baseline under tight privacy and communication budgets, despite using generic RDP amplification via sampling [51] for our approach and the precise RDP analysis for the subsampled Gaussian mechanism [37]. Our method is implemented in TensorFlow Privacy [32] and TensorFlow Federated [24] and will be open-sourced.2 While we mostly focus on FL applications, the Skellam mechanism can also be applied in other contexts of learning and analytics, including centralized settings. ",
118
+ "bbox": [
119
+ 174,
120
+ 315,
121
+ 825,
122
+ 412
123
+ ],
124
+ "page_idx": 1
125
+ },
126
+ {
127
+ "type": "text",
128
+ "text": "Related work The Skellam mechanism was first introduced in the context of computational differential privacy from lattice-based cryptography [49] and private Bayesian inference [45]. However, the privacy analyses in the prior work do not readily extend to the multi-dimensional case, and they give direct bounds for pure or approximate DP which makes only advanced composition theorems [28, 22] directly applicable in learning settings where the mechanism is applied many times. For example, the guarantees from [49] lead to poor accuracy-privacy trade-offs as demonstrated in Fig. 1. Moreover, we show in Section 3.1 that extending the direct privacy analysis to the multi-dimensional setting is non-trivial because the worst-case neighboring dataset pair is unknown in this case. For these reasons, our tight privacy analysis via a sharp RDP bound makes the Skellam mechanism practical for learning applications for the first time. These guarantees (almost) match those of the Gaussian mechanism and allow us to use generic RDP amplification via subsampling methods [51]. ",
129
+ "bbox": [
130
+ 173,
131
+ 417,
132
+ 825,
133
+ 570
134
+ ],
135
+ "page_idx": 1
136
+ },
137
+ {
138
+ "type": "text",
139
+ "text": "The closest mechanisms to Skellam are the binomial [2, 19] and the discrete Gaussian mechanisms [15, 25]. The binomial mechanism can (asymptotically) match the continuous Gaussian mechanism (when properly scaled). However, it does not achieve Rényi or zero-concentrated DP [36, 13] and has a privacy loss that can be infinite with a non-zero probability, leading to catastrophic privacy failures. The discrete Gaussian mechanism yields Rényi DP and can be applied to distributed settings [25], but it requires a sampling algorithm that is not yet available in data analysis software packages despite being explored in the lattice-based cryptography community (e.g., [43, 18, 38]). The discrete Gaussian is also not closed under summation and the divergence can be large in highly distributed low-noise settings (e.g. quantile estimation [6] and federated analytics [42]), which causes privacy degradation. See the end of Section 4 for more discussion. ",
140
+ "bbox": [
141
+ 173,
142
+ 577,
143
+ 825,
144
+ 715
145
+ ],
146
+ "page_idx": 1
147
+ },
148
+ {
149
+ "type": "text",
150
+ "text": "2 Preliminaries ",
151
+ "text_level": 1,
152
+ "bbox": [
153
+ 174,
154
+ 733,
155
+ 318,
156
+ 751
157
+ ],
158
+ "page_idx": 1
159
+ },
160
+ {
161
+ "type": "text",
162
+ "text": "We begin by providing a formal definition for $( \\varepsilon , \\delta )$ -differential privacy (DP) [20]. ",
163
+ "bbox": [
164
+ 173,
165
+ 763,
166
+ 714,
167
+ 779
168
+ ],
169
+ "page_idx": 1
170
+ },
171
+ {
172
+ "type": "text",
173
+ "text": "Definition 2.1 (Differential Privacy). For $\\varepsilon , \\delta \\geq 0$ , a randomized mechanism $M$ satisfies $( \\varepsilon , \\delta )$ -DP if for all neighboring datasets $D , D ^ { \\prime }$ and all $s$ in the range of $M$ , we have that ",
174
+ "bbox": [
175
+ 171,
176
+ 781,
177
+ 823,
178
+ 809
179
+ ],
180
+ "page_idx": 1
181
+ },
182
+ {
183
+ "type": "equation",
184
+ "img_path": "images/be869f9d048df11a4960f08a50ae6f7a76b53d4e308c187484dd7d9996afb720.jpg",
185
+ "text": "$$\nP \\left( M ( D ) \\in { \\mathcal { S } } \\right) \\leq e ^ { \\varepsilon } P \\left( M ( D ^ { \\prime } ) \\in { \\mathcal { S } } \\right) + \\delta ,\n$$",
186
+ "text_format": "latex",
187
+ "bbox": [
188
+ 357,
189
+ 813,
190
+ 637,
191
+ 829
192
+ ],
193
+ "page_idx": 1
194
+ },
195
+ {
196
+ "type": "text",
197
+ "text": "where $D$ and $D ^ { \\prime }$ are neighboring pairs if they can be obtained from each other by adding or removing all the records that belong to a particular user. ",
198
+ "bbox": [
199
+ 171,
200
+ 832,
201
+ 825,
202
+ 859
203
+ ],
204
+ "page_idx": 1
205
+ },
206
+ {
207
+ "type": "text",
208
+ "text": "In our experiments we consider user-level differential privacy – i.e., $D$ and $D ^ { \\prime }$ are neighboring pairs ",
209
+ "bbox": [
210
+ 174,
211
+ 868,
212
+ 823,
213
+ 885
214
+ ],
215
+ "page_idx": 1
216
+ },
217
+ {
218
+ "type": "text",
219
+ "text": "if one of them can be obtained from the other by adding or removing all the records associated with a single user [33]. This is stronger than the commonly-used notion of item level privacy where, if a user contributes multiple records, only the addition or removal of one record is protected. ",
220
+ "bbox": [
221
+ 174,
222
+ 90,
223
+ 825,
224
+ 133
225
+ ],
226
+ "page_idx": 2
227
+ },
228
+ {
229
+ "type": "text",
230
+ "text": "We also make use of Rényi differential privacy (RDP) [36] which allows for tight privacy accounting. ",
231
+ "bbox": [
232
+ 173,
233
+ 138,
234
+ 823,
235
+ 155
236
+ ],
237
+ "page_idx": 2
238
+ },
239
+ {
240
+ "type": "text",
241
+ "text": "Definition 2.2 (Rényi Differential Privacy). A mechanism $M$ satisfies $( \\alpha , \\varepsilon )$ -RDP if for any two neighboring datasets $D , D ^ { \\prime }$ , we have that $D _ { \\alpha } ( M ( D ) , M ( D ^ { \\prime } ) ) \\leq \\varepsilon$ where $D _ { \\alpha } ( P , Q )$ is the Rényi divergence between $P$ and $Q$ and is given by ",
242
+ "bbox": [
243
+ 176,
244
+ 159,
245
+ 825,
246
+ 202
247
+ ],
248
+ "page_idx": 2
249
+ },
250
+ {
251
+ "type": "equation",
252
+ "img_path": "images/1ee3a3f530e0d859fd11a126a2601a937fdc49e76e537724c03f1bb2a5fc894a.jpg",
253
+ "text": "$$\nD _ { \\alpha } ( P , Q ) \\triangleq \\frac { 1 } { \\alpha - 1 } \\log \\left( \\mathbb { E } _ { x \\sim Q } \\left[ \\left( \\frac { P ( x ) } { Q ( x ) } \\right) ^ { \\alpha } \\right] \\right) = \\frac { 1 } { \\alpha - 1 } \\log \\left( \\mathbb { E } _ { x \\sim P } \\left[ \\left( \\frac { P ( x ) } { Q ( x ) } \\right) ^ { \\alpha - 1 } \\right] \\right) .\n$$",
254
+ "text_format": "latex",
255
+ "bbox": [
256
+ 202,
257
+ 208,
258
+ 794,
259
+ 252
260
+ ],
261
+ "page_idx": 2
262
+ },
263
+ {
264
+ "type": "text",
265
+ "text": "A closely related privacy notion is zero-concentrated DP (zCDP) [21, 13]. In fact, $\\scriptstyle { \\frac { 1 } { 2 } } \\varepsilon ^ { 2 } - z \\mathbf { C D P }$ i s equivalent to simultaneously satisfying an infinite family of RDP guarantees, namely $( \\alpha , \\textstyle { \\frac { 1 } { 2 } } \\varepsilon ^ { 2 } \\alpha )$ - Rényi differential privacy for all $\\alpha \\in ( 1 , \\infty )$ . The following conversion lemma from [13, 15, 7] relates RDP to $( \\varepsilon , \\delta )$ -DP. ",
266
+ "bbox": [
267
+ 173,
268
+ 266,
269
+ 828,
270
+ 327
271
+ ],
272
+ "page_idx": 2
273
+ },
274
+ {
275
+ "type": "text",
276
+ "text": "Lemma 2.3. If $M$ satisfies $( \\alpha , \\varepsilon )$ -RDP, then, for any $\\delta > 0$ , $M$ satisfies $( \\varepsilon _ { D P } ( \\delta ) , \\delta )$ -DP, where ",
277
+ "bbox": [
278
+ 171,
279
+ 330,
280
+ 792,
281
+ 347
282
+ ],
283
+ "page_idx": 2
284
+ },
285
+ {
286
+ "type": "equation",
287
+ "img_path": "images/eced28a3cc8b75f2d958122dba881331e91f813b8442eb347818256431eae54d.jpg",
288
+ "text": "$$\n\\varepsilon _ { D P } ( \\delta ) = \\operatorname* { i n f } _ { \\alpha > 1 } \\varepsilon + \\frac { \\log ( 1 / \\alpha \\delta ) } { \\alpha - 1 } + \\log ( 1 - 1 / \\alpha ) .\n$$",
289
+ "text_format": "latex",
290
+ "bbox": [
291
+ 343,
292
+ 354,
293
+ 653,
294
+ 387
295
+ ],
296
+ "page_idx": 2
297
+ },
298
+ {
299
+ "type": "text",
300
+ "text": "For any query function $f$ , we define the $\\Delta _ { p }$ sensitivity as $\\begin{array} { r } { \\operatorname* { m a x } _ { D , D ^ { \\prime } } \\| f ( D ) - f ( D ^ { \\prime } ) \\| _ { p } } \\end{array}$ , where $D$ and $D ^ { \\prime }$ are neighboring pairs differing by adding or removing all the records from a particular user. We also include the RDP guarantees of the discrete Gaussian mechanism (same RDP guarantees as the continuous Gaussian mechanism) to which we compare our method. ",
301
+ "bbox": [
302
+ 173,
303
+ 400,
304
+ 825,
305
+ 458
306
+ ],
307
+ "page_idx": 2
308
+ },
309
+ {
310
+ "type": "text",
311
+ "text": "Definition 2.4 (The Discrete Gaussian Mechanism [15]). Given an integer-valued query $f ( D ) \\in \\mathbb { Z } ^ { d }$ and noise variance $\\mu _ { ; }$ , the Discrete Gaussian (DGaussian) Mechanism is given by ",
312
+ "bbox": [
313
+ 171,
314
+ 462,
315
+ 821,
316
+ 492
317
+ ],
318
+ "page_idx": 2
319
+ },
320
+ {
321
+ "type": "equation",
322
+ "img_path": "images/f8fe0efa21754a90b73c38eeb8461682d6522dadef4ae3a9eb4b911bae11eb5b.jpg",
323
+ "text": "$$\nf ( D ) + Z , w h e r e Z \\sim { \\mathcal { N } } _ { \\mathbb { Z } } ( 0 , \\mu ) ,\n$$",
324
+ "text_format": "latex",
325
+ "bbox": [
326
+ 387,
327
+ 500,
328
+ 607,
329
+ 517
330
+ ],
331
+ "page_idx": 2
332
+ },
333
+ {
334
+ "type": "text",
335
+ "text": "and $\\mathcal { N } _ { \\mathbb { Z } } ( 0 , \\mu )$ denotes the discrete Gaussian distribution defined in Equation $( l )$ of [15]. The discrete Gaussian mechanism achieves $\\begin{array} { r } { ( \\alpha , \\frac { \\alpha \\Delta _ { 2 } ^ { 2 } } { 2 \\mu } ) } \\end{array}$ -Rényi $D P .$ ",
336
+ "bbox": [
337
+ 173,
338
+ 525,
339
+ 825,
340
+ 561
341
+ ],
342
+ "page_idx": 2
343
+ },
344
+ {
345
+ "type": "text",
346
+ "text": "3 The Skellam Mechanism ",
347
+ "text_level": 1,
348
+ "bbox": [
349
+ 174,
350
+ 578,
351
+ 411,
352
+ 597
353
+ ],
354
+ "page_idx": 2
355
+ },
356
+ {
357
+ "type": "text",
358
+ "text": "We begin by presenting the definition of the Skellam distribution, which is the basis of the Skellam Mechanism for releasing integer ranged multi-dimensional queries. ",
359
+ "bbox": [
360
+ 174,
361
+ 611,
362
+ 821,
363
+ 640
364
+ ],
365
+ "page_idx": 2
366
+ },
367
+ {
368
+ "type": "text",
369
+ "text": "Definition 3.1 (Skellam Distribution). The multidimensional Skellam distribution $\\operatorname { S k } _ { \\Delta , \\mu }$ over $\\mathbb { Z } ^ { d }$ with mean $\\Delta \\in \\mathbb { Z } ^ { d }$ and variance $\\mu$ is given with each coordinate $X _ { i }$ distributed independently as ",
370
+ "bbox": [
371
+ 173,
372
+ 643,
373
+ 821,
374
+ 676
375
+ ],
376
+ "page_idx": 2
377
+ },
378
+ {
379
+ "type": "equation",
380
+ "img_path": "images/b062ad4a24d146974dd14e1cf0c769a45f3f043b84caa8eb27b1e9c94b2d7cda.jpg",
381
+ "text": "$$\nX _ { i } \\sim \\mathrm { S k } _ { \\Delta _ { i } , \\mu } \\ w i t h \\ P ( X _ { i } = k ) = e ^ { - \\mu } I _ { k - \\Delta _ { i } } ( \\mu ) ,\n$$",
382
+ "text_format": "latex",
383
+ "bbox": [
384
+ 336,
385
+ 683,
386
+ 656,
387
+ 702
388
+ ],
389
+ "page_idx": 2
390
+ },
391
+ {
392
+ "type": "text",
393
+ "text": "for $k \\in \\mathbb { Z }$ . Here, $I _ { \\nu } ( x )$ is the modified Bessel function of the first kind. A key property of Skellam random variables which motivates their use in DP is that they are closed under summation, i.e. let $X _ { 1 } \\sim \\mathrm { S k } _ { \\Delta _ { 1 } , \\mu _ { 1 } }$ and $X _ { 2 } \\sim \\mathrm { S k } _ { \\Delta _ { 2 } , \\mu _ { 2 } }$ then $X _ { 1 } + X _ { 2 } \\sim \\mathrm { S k } _ { \\Delta _ { 1 } + \\Delta _ { 2 } , \\mu _ { 1 } + \\mu _ { 2 } }$ . This follows from the fact that a Skellam random variable $X$ can be obtained by taking the difference between two independent Poisson random variables with means $\\mu$ . 3 We are now ready to introduce the Skellam Mechanism. ",
394
+ "bbox": [
395
+ 173,
396
+ 715,
397
+ 825,
398
+ 786
399
+ ],
400
+ "page_idx": 2
401
+ },
402
+ {
403
+ "type": "text",
404
+ "text": "Definition 3.2 (The Skellam Mechanism). Given an integer-valued query $f ( D ) \\in \\mathbb { Z } ^ { d }$ , we define the Skellam Mechanism as ",
405
+ "bbox": [
406
+ 171,
407
+ 790,
408
+ 823,
409
+ 819
410
+ ],
411
+ "page_idx": 2
412
+ },
413
+ {
414
+ "type": "equation",
415
+ "img_path": "images/81e132f498160a47307f457b25508f9e22edb01d29e3ad9af2254edafa152c7f.jpg",
416
+ "text": "$$\n\\begin{array} { r l } & { \\qquad \\mathrm { S k } _ { 0 , \\mu } ( f ( D ) ) = f ( D ) + Z , \\ w h e r e \\ Z \\sim \\mathrm { S k } _ { 0 , \\mu } , } \\\\ & { \\qquad \\cdot o f t h e m e c h a n i s m i s b o u n d e d b y \\mathbb { E } \\left[ \\| \\mathrm { S k } _ { 0 , \\mu } ( f ( D ) ) - f ( D ) \\| _ { 2 } ^ { 2 } \\right] \\leq d \\mu . } \\end{array}\n$$",
417
+ "text_format": "latex",
418
+ "bbox": [
419
+ 310,
420
+ 825,
421
+ 772,
422
+ 872
423
+ ],
424
+ "page_idx": 2
425
+ },
426
+ {
427
+ "type": "text",
428
+ "text": "and the total $\\ell _ { 2 }$ erro ",
429
+ "bbox": [
430
+ 173,
431
+ 853,
432
+ 772,
433
+ 872
434
+ ],
435
+ "page_idx": 2
436
+ },
437
+ {
438
+ "type": "text",
439
+ "text": "The Skellam mechanism was first introduced in [49] for the scalar case. As our goal is to apply the Skellam mechanism in the learning context, we have to address the following challenges. (1) Tight privacy compositions: Learning algorithms are iterative in nature and require the application of the DP mechanism many times (often $> 1 0 0 0$ ). The current direct approximate DP analysis in [49] can be combined with advanced composition (AC) theorems [28, 22] but that leads to poor privacy-accuracy trade-offs (see Fig. 1). (2) Privacy analysis for multi-dimensional queries: In learning algorithms, the differentially private queries are multi-dimensional (where the dimension equals the number of model parameters, typically $\\geq 1 0 ^ { 6 }$ ). Using composition theorems lead to poor accuracy-privacy trade-offs and a direct extension of approximate DP guarantee [49] for the multi-dimensional case leads to a strong dependence on $\\ell _ { 1 }$ sensitivity which is prohibitively large in high dimensions. (3) Data discretization: The gradients are naturally continuous vectors but we would like to apply an integer based mechanism. This requires properly discretizing the data while making sure that the norm of the vectors (sensitivity of the query) is preserved. We will tackle challenges (1) and (2) in the remainder of this section and leave (3) for the next section. ",
440
+ "bbox": [
441
+ 173,
442
+ 90,
443
+ 826,
444
+ 285
445
+ ],
446
+ "page_idx": 3
447
+ },
448
+ {
449
+ "type": "text",
450
+ "text": "3.1 Tight Numerical Accounting via Privacy Loss Distributions ",
451
+ "text_level": 1,
452
+ "bbox": [
453
+ 173,
454
+ 308,
455
+ 625,
456
+ 324
457
+ ],
458
+ "page_idx": 3
459
+ },
460
+ {
461
+ "type": "text",
462
+ "text": "We begin by defining the notion of privacy loss distributions (PLDs). ",
463
+ "bbox": [
464
+ 174,
465
+ 337,
466
+ 452,
467
+ 364
468
+ ],
469
+ "page_idx": 3
470
+ },
471
+ {
472
+ "type": "text",
473
+ "text": "Definition 3.3 (Privacy Loss Distribution). For a multi-dimensional discrete privacy mechanism $M$ and neighboring datasets $D , D ^ { \\prime }$ , for any $x \\in \\mathbb { Z } ^ { d }$ , we define $f ( x ) =$ $\\log \\left( { \\frac { P ( M ( D ) = x ) } { P ( M ( D ^ { \\prime } ) = x ) } } \\right)$ . The privacy loss random variable of $M$ at $( D , D ^ { \\prime } )$ is $Z _ { D , D ^ { \\prime } } =$ $f ( M ( D ) ) \\ l { 2 2 } { ] }$ . The privacy loss distribution $( P L D )$ of $M$ , denoted by $\\mathrm { P L D } _ { D , D ^ { \\prime } }$ , is the distribution of $Z _ { D , D ^ { \\prime } }$ . ",
474
+ "bbox": [
475
+ 173,
476
+ 371,
477
+ 454,
478
+ 508
479
+ ],
480
+ "page_idx": 3
481
+ },
482
+ {
483
+ "type": "text",
484
+ "text": "The PLD of a mechanism $M$ can be used to characterize its $( \\varepsilon , \\delta )$ -DP guarantees. ",
485
+ "bbox": [
486
+ 173,
487
+ 522,
488
+ 452,
489
+ 550
490
+ ],
491
+ "page_idx": 3
492
+ },
493
+ {
494
+ "type": "image",
495
+ "img_path": "images/89259f8a4ef4a8b7c950cf0a4b2f3fd06431c154db559e6aac977812e35a7dfb.jpg",
496
+ "image_caption": [
497
+ "Figure 1: Comparing privacy compositions across various mechanisms and accounting methods. "
498
+ ],
499
+ "image_footnote": [],
500
+ "bbox": [
501
+ 464,
502
+ 352,
503
+ 821,
504
+ 493
505
+ ],
506
+ "page_idx": 3
507
+ },
508
+ {
509
+ "type": "text",
510
+ "text": "Lemma 3.4. A mechanism $M$ is $( \\varepsilon , \\delta )$ -DP if and only if $\\delta \\geq \\mathbb { E } _ { Z \\sim \\mathrm { P L D } _ { D , D ^ { \\prime } } } \\left[ 1 - e ^ { \\varepsilon - Z } \\right] _ { + }$ for all neighboring datasets $D , D ^ { \\prime }$ where $[ x ] _ { + } = \\operatorname* { m a x } ( 0 , x )$ . ",
511
+ "bbox": [
512
+ 173,
513
+ 558,
514
+ 823,
515
+ 592
516
+ ],
517
+ "page_idx": 3
518
+ },
519
+ {
520
+ "type": "text",
521
+ "text": "When a mechanism $M$ is applied $T$ times on a dataset, the overall PLD of the composed mechanism at $( D , D ^ { \\prime } )$ is the $T$ -fold convolution of $\\mathrm { P L D } _ { D , D ^ { \\prime } }$ [22]. Since discrete convolutions can be computed efficiently using fast Fourier transforms (FFTs) and the expectation in Lemma 3.4 can be numerically approximated, PLDs are attractive for tight numerical accounting [30, 34, 17]. Applying the above to the Skellam mechanism, a direct calculation shows that with $X _ { i }$ are i.i.d. according to $\\operatorname { S k } _ { 0 , \\mu }$ , ",
522
+ "bbox": [
523
+ 173,
524
+ 604,
525
+ 825,
526
+ 675
527
+ ],
528
+ "page_idx": 3
529
+ },
530
+ {
531
+ "type": "equation",
532
+ "img_path": "images/7cee49270ac343c81fb6c2ed892273dcd89692697fa2b133d5b10d18cbaaea9e.jpg",
533
+ "text": "$$\nZ _ { D , D ^ { \\prime } } = \\sum _ { i = 1 } ^ { d } \\log \\left( \\frac { I _ { X _ { i } - f ( D ) _ { i } } ( \\mu ) } { I _ { X _ { i } - f ( D ^ { \\prime } ) _ { i } } ( \\mu ) } \\right) .\n$$",
534
+ "text_format": "latex",
535
+ "bbox": [
536
+ 374,
537
+ 688,
538
+ 622,
539
+ 732
540
+ ],
541
+ "page_idx": 3
542
+ },
543
+ {
544
+ "type": "text",
545
+ "text": "When $d = 1$ , it suffices to look at $Z = \\log ( I _ { X - \\Delta } ( \\mu ) / I _ { X } ( \\mu ) )$ , where $\\Delta = \\operatorname* { m a x } _ { D , D ^ { \\prime } } | f ( D ) - f ( D ^ { \\prime } ) |$ and $X \\sim \\mathrm { S k } _ { 0 , \\mu }$ . Since $X$ has a discrete and symmetric probability distribution and the log function is monotonic, the distribution of $Z$ can be easily characterized. This gives us a tight numerical accountant for the Skellam mechanism in the scalar case, which we use to compare it with both the Gaussian and discrete Gaussian mechanisms. Fig. 1 shows this comparison, highlighting the competitiveness of the Skellam mechanism and the problem of combining the direct analysis of [49] with advanced composition (AC) theorems. When $d > 1$ , there are combinatorially many $Z _ { D , D ^ { \\prime } }$ ’s that need to be considered, even when the $\\ell _ { 2 }$ sensitivity of $f ( D )$ is bounded. The discrete Gaussian mechanism faces a similar issue (see Theorem 15 of [15]). To provide a tight privacy analysis in the multi-dimensional case, we prove a bound on the RDP guarantees of the Skellam mechanism in the next subsection. Fig. 1 and 2 show that our bound is tight and the competitiveness of the Skellam mechanism in high dimensions. ",
546
+ "bbox": [
547
+ 173,
548
+ 744,
549
+ 825,
550
+ 911
551
+ ],
552
+ "page_idx": 3
553
+ },
554
+ {
555
+ "type": "text",
556
+ "text": "3.2 Tight Accounting via Rényi Differential Privacy ",
557
+ "text_level": 1,
558
+ "bbox": [
559
+ 173,
560
+ 90,
561
+ 545,
562
+ 107
563
+ ],
564
+ "page_idx": 4
565
+ },
566
+ {
567
+ "type": "text",
568
+ "text": "The following theorem states our main theoretical result, providing a relatively sharp bound on the RDP properties for the Skellam machanism. ",
569
+ "bbox": [
570
+ 174,
571
+ 116,
572
+ 823,
573
+ 145
574
+ ],
575
+ "page_idx": 4
576
+ },
577
+ {
578
+ "type": "text",
579
+ "text": "Theorem 3.5. For $\\alpha \\in \\mathbb { Z } , \\alpha > 1$ and sensitivity $\\Delta \\in \\mathbb { Z }$ , the Skellam Mechanism is $( \\alpha , \\varepsilon )$ -RDP with ",
580
+ "bbox": [
581
+ 174,
582
+ 147,
583
+ 820,
584
+ 162
585
+ ],
586
+ "page_idx": 4
587
+ },
588
+ {
589
+ "type": "equation",
590
+ "img_path": "images/4d6e48d44863d27a153b9f54d18bd1c60276f3e0b5baad718b64f6689e1cc95d.jpg",
591
+ "text": "$$\n\\varepsilon ( \\alpha ) \\leq \\frac { \\alpha \\Delta ^ { 2 } } { 2 \\mu } + \\operatorname* { m i n } \\left( \\frac { ( 2 \\alpha - 1 ) \\Delta ^ { 2 } + 6 \\Delta } { 4 \\mu ^ { 2 } } , \\frac { 3 \\Delta } { 2 \\mu } \\right) ,\n$$",
592
+ "text_format": "latex",
593
+ "bbox": [
594
+ 333,
595
+ 165,
596
+ 663,
597
+ 200
598
+ ],
599
+ "page_idx": 4
600
+ },
601
+ {
602
+ "type": "text",
603
+ "text": "To remind the reader in comparison, the Gaussian mechanism is $( \\alpha , \\varepsilon )$ -RDP with $\\begin{array} { r } { \\varepsilon ( \\alpha ) = \\frac { \\alpha \\Delta ^ { 2 } } { 2 \\mu } } \\end{array}$ . The bound we provide is at most $1 + O ( 1 / \\mu )$ worse than the bound for the Gaussian, which is negligible for all practical choices of $\\mu$ , especially as the privacy requirements increase.4 Next we show a simple corollary which follows via the independent composition of RDP across dimensions. ",
604
+ "bbox": [
605
+ 173,
606
+ 212,
607
+ 825,
608
+ 272
609
+ ],
610
+ "page_idx": 4
611
+ },
612
+ {
613
+ "type": "text",
614
+ "text": "Corollary 3.6. The multi-dimensional Skellam Mechanism is $( \\alpha , \\varepsilon )$ -RDP with ",
615
+ "bbox": [
616
+ 176,
617
+ 275,
618
+ 689,
619
+ 290
620
+ ],
621
+ "page_idx": 4
622
+ },
623
+ {
624
+ "type": "equation",
625
+ "img_path": "images/a27f86bf3caba44d5a2085a2d4ac983c5c0c69ba7925ee5c1d128097b60e1420.jpg",
626
+ "text": "$$\n\\varepsilon ( \\alpha ) \\leq \\frac { \\alpha \\Delta _ { 2 } ^ { 2 } } { 2 \\mu } + \\operatorname* { m i n } \\left( \\frac { ( 2 \\alpha - 1 ) \\Delta _ { 2 } ^ { 2 } + 6 \\Delta _ { 1 } } { 4 \\mu ^ { 2 } } , \\frac { 3 \\Delta _ { 1 } } { 2 \\mu } \\right) .\n$$",
627
+ "text_format": "latex",
628
+ "bbox": [
629
+ 325,
630
+ 292,
631
+ 671,
632
+ 329
633
+ ],
634
+ "page_idx": 4
635
+ },
636
+ {
637
+ "type": "text",
638
+ "text": "where $\\Delta _ { 1 }$ and $\\Delta _ { 2 }$ are the $\\ell _ { 1 }$ and $\\ell _ { 2 }$ sensitivities respectively. ",
639
+ "bbox": [
640
+ 173,
641
+ 332,
642
+ 573,
643
+ 347
644
+ ],
645
+ "page_idx": 4
646
+ },
647
+ {
648
+ "type": "text",
649
+ "text": "3.2.1 Proof Overview for Theorem 3.5 ",
650
+ "text_level": 1,
651
+ "bbox": [
652
+ 174,
653
+ 358,
654
+ 449,
655
+ 375
656
+ ],
657
+ "page_idx": 4
658
+ },
659
+ {
660
+ "type": "text",
661
+ "text": "In this subsection, we provide the proof of Theorem 3.5 assuming a technical bound on the ratios of Bessel functions presented as Lemma 3.7, which is the core of our analysis and may be of independent interest. We provide a proof overview for Lemma 3.7, deferring the full proof to the appendix. ",
662
+ "bbox": [
663
+ 174,
664
+ 382,
665
+ 826,
666
+ 426
667
+ ],
668
+ "page_idx": 4
669
+ },
670
+ {
671
+ "type": "text",
672
+ "text": "On a macroscopic level, our proof structure mimics the RDP proof for the Gaussian mechanism [36], and the main object of our interest is to bound the following quantity, defined for any $X , \\Delta , \\alpha$ : ",
673
+ "bbox": [
674
+ 173,
675
+ 431,
676
+ 825,
677
+ 460
678
+ ],
679
+ "page_idx": 4
680
+ },
681
+ {
682
+ "type": "equation",
683
+ "img_path": "images/d09454290efbfee5c51070ad4c3a17eb4c8aa1cd3d1b384efa8b07ea652ed1cd.jpg",
684
+ "text": "$$\n\\Phi _ { X , \\alpha , \\Delta } ( \\mu ) \\triangleq \\log \\left( \\frac { I _ { X - \\Delta } ( \\mu ) } { I _ { X - \\alpha \\Delta } ( \\mu ) } \\left( \\frac { I _ { X - \\Delta } ( \\mu ) } { I _ { X } ( \\mu ) } \\right) ^ { \\alpha - 1 } \\right) .\n$$",
685
+ "text_format": "latex",
686
+ "bbox": [
687
+ 323,
688
+ 463,
689
+ 674,
690
+ 506
691
+ ],
692
+ "page_idx": 4
693
+ },
694
+ {
695
+ "type": "text",
696
+ "text": "The following lemma states our main bound on this quantity. ",
697
+ "bbox": [
698
+ 171,
699
+ 507,
700
+ 584,
701
+ 522
702
+ ],
703
+ "page_idx": 4
704
+ },
705
+ {
706
+ "type": "text",
707
+ "text": "Lemma 3.7. For any $X , \\alpha \\in \\mathbb { N } ,$ , with $\\alpha > 1$ and $\\Delta \\in \\mathbb { Z } ,$ , we have that for all $\\mu \\geq 0$ ",
708
+ "bbox": [
709
+ 179,
710
+ 525,
711
+ 723,
712
+ 539
713
+ ],
714
+ "page_idx": 4
715
+ },
716
+ {
717
+ "type": "equation",
718
+ "img_path": "images/d33ee9c683d567b5c982c3e45b44ba005587aa1e84f439b44e232a84aacec516.jpg",
719
+ "text": "$$\n\\Phi _ { X , \\alpha , \\Delta } ( \\mu ) \\leq \\frac { \\alpha ( \\alpha - 1 ) \\Delta ^ { 2 } } { 2 \\mu } + \\operatorname* { m i n } \\left( \\frac { ( 2 \\alpha - 1 ) ( \\alpha - 1 ) \\Delta ^ { 2 } } { 4 \\mu ^ { 2 } } + \\frac { 3 ( \\alpha - 1 ) | \\Delta | } { 2 \\mu ^ { 2 } } , \\frac { 3 ( \\alpha - 1 ) | \\Delta | } { 2 \\mu } \\right) .\n$$",
720
+ "text_format": "latex",
721
+ "bbox": [
722
+ 197,
723
+ 541,
724
+ 799,
725
+ 577
726
+ ],
727
+ "page_idx": 4
728
+ },
729
+ {
730
+ "type": "text",
731
+ "text": "Note that in contrast if we consider the analogous notion of $\\Phi$ for the Gaussian mechanism (replacing IX(µ) with the Gaussian density e\u0000X2/2µ), we readily get the bound ↵(↵\u00001)\u000022µ , which is the same as our bound up to lower order terms. We now provide the proof of Theorem 3.5. ",
732
+ "bbox": [
733
+ 174,
734
+ 585,
735
+ 823,
736
+ 636
737
+ ],
738
+ "page_idx": 4
739
+ },
740
+ {
741
+ "type": "text",
742
+ "text": "Proof of Theorem 3.5. By RDP definition (2.2), we need to bound the following for any $\\Delta , \\alpha \\geq 1$ , ",
743
+ "bbox": [
744
+ 173,
745
+ 648,
746
+ 820,
747
+ 664
748
+ ],
749
+ "page_idx": 4
750
+ },
751
+ {
752
+ "type": "equation",
753
+ "img_path": "images/46c59ed6f622fa23386b47b11e546c5229a09c55a9302bf5d15e5db3f845ce00.jpg",
754
+ "text": "$$\nD _ { \\alpha } \\left( { \\mathrm { S k } } _ { \\Delta , \\mu } , { \\mathrm { S k } } _ { 0 , \\mu } \\right) = \\frac { 1 } { \\alpha - 1 } { \\log \\left( \\right)} \\sum _ { X = - \\infty } ^ { \\infty } e ^ { - \\mu } I _ { X - \\Delta } ( \\mu ) \\left( \\frac { I _ { X - \\Delta } ( \\mu ) } { I _ { X } ( \\mu ) } \\right) ^ { \\alpha - 1 } \n$$",
755
+ "text_format": "latex",
756
+ "bbox": [
757
+ 250,
758
+ 666,
759
+ 746,
760
+ 710
761
+ ],
762
+ "page_idx": 4
763
+ },
764
+ {
765
+ "type": "text",
766
+ "text": "Now consider the following calculations on the log term: ",
767
+ "bbox": [
768
+ 173,
769
+ 713,
770
+ 547,
771
+ 727
772
+ ],
773
+ "page_idx": 4
774
+ },
775
+ {
776
+ "type": "equation",
777
+ "img_path": "images/a34c1104af70ccc25fc562c8f4f77078cb1190ec63d3c66d1be1465c38b1b3c7.jpg",
778
+ "text": "$$\n\\begin{array} { r l } & { \\log \\left( \\displaystyle \\sum _ { X = - \\infty } ^ { \\infty } \\frac { I _ { X - \\Delta } ( \\mu ) } { e ^ { \\mu } } \\left( \\frac { I _ { X - \\Delta } ( \\mu ) } { I _ { X } ( \\mu ) } \\right) ^ { \\alpha - 1 } \\right) = \\log \\left( \\displaystyle \\sum _ { X = - \\infty } ^ { \\infty } \\frac { I _ { X - \\alpha \\Delta } ( \\mu ) } { e ^ { \\mu } } e ^ { \\Phi _ { X , \\alpha , \\Delta ( \\mu ) } } \\right) } \\\\ & { \\leq \\log \\left( \\displaystyle \\sum _ { X = - \\infty } ^ { \\infty } e ^ { - \\mu } I _ { X - \\alpha \\Delta } ( \\mu ) \\right) + \\displaystyle \\operatorname* { m a x } _ { X \\in \\mathbb { Z } } \\Phi _ { X , \\alpha , \\Delta ( \\mu ) } } \\\\ & { \\leq \\frac { \\alpha ( \\alpha - 1 ) \\Delta ^ { 2 } } { 2 \\mu } + \\operatorname* { m i n } \\left( \\frac { ( 2 \\alpha - 1 ) ( \\alpha - 1 ) \\Delta ^ { 2 } } { 4 \\mu ^ { 2 } } + \\frac { 3 ( \\alpha - 1 ) | \\Delta | } { 2 \\mu ^ { 2 } } , \\frac { 3 ( \\alpha - 1 ) | \\Delta | } { 2 \\mu } \\right) , } \\end{array}\n$$",
779
+ "text_format": "latex",
780
+ "bbox": [
781
+ 223,
782
+ 731,
783
+ 774,
784
+ 856
785
+ ],
786
+ "page_idx": 4
787
+ },
788
+ {
789
+ "type": "text",
790
+ "text": "where the inequality follows from Lemma 3.7. ",
791
+ "bbox": [
792
+ 174,
793
+ 856,
794
+ 478,
795
+ 871
796
+ ],
797
+ "page_idx": 4
798
+ },
799
+ {
800
+ "type": "text",
801
+ "text": "We now provide an overview for the proof of Lemma 3.7 highlighting the crux of the argument. As a first step we collect some known facts regarding Bessel functions. It is known that for $x \\geq 0$ and $\\nu \\in \\mathbb { Z }$ , $\\nu \\geq 0$ , $I _ { \\nu } ( x )$ is a decreasing function in $\\nu$ , $I _ { - \\nu } ( x ) = I _ { \\nu } ( x )$ and $\\frac { I _ { \\nu - 1 } ( \\mu ) } { I _ { \\nu } ( x ) }$ is an increasing function in $\\nu$ [47]. A succession of works consider bounding the ratio of successive Bessel functions $I _ { \\nu - 1 } ( x ) / I _ { \\nu } ( x )$ , which is a natural quantity to considering the objective in Lemma 3.7. We use the following very tight characterization for this recently proved in [44, Theorem 5]. ",
802
+ "bbox": [
803
+ 173,
804
+ 90,
805
+ 826,
806
+ 180
807
+ ],
808
+ "page_idx": 5
809
+ },
810
+ {
811
+ "type": "text",
812
+ "text": "Lemma 3.8. For any $\\nu \\geq 1 / 2 , x \\geq 0$ define the following function we have that ",
813
+ "bbox": [
814
+ 171,
815
+ 184,
816
+ 700,
817
+ 199
818
+ ],
819
+ "page_idx": 5
820
+ },
821
+ {
822
+ "type": "equation",
823
+ "img_path": "images/e82d82d779046fa781ceff63292e3c0e4b1f5e638f07f8035775fca7fdf4df6e.jpg",
824
+ "text": "$$\n\\mathrm { a r c s i n h } ( \\delta _ { 0 } ( \\nu , x ) ) \\leq \\log ( I _ { \\nu - 1 } ( x ) ) - \\log ( I _ { \\nu } ( x ) ) \\leq \\mathrm { a r c s i n h } ( \\delta _ { 2 } ( \\nu , x ) )\n$$",
825
+ "text_format": "latex",
826
+ "bbox": [
827
+ 269,
828
+ 205,
829
+ 727,
830
+ 222
831
+ ],
832
+ "page_idx": 5
833
+ },
834
+ {
835
+ "type": "text",
836
+ "text": "Standard bounds such as those appearing in [5, 49] lead to the following conclusion: ",
837
+ "bbox": [
838
+ 173,
839
+ 263,
840
+ 727,
841
+ 279
842
+ ],
843
+ "page_idx": 5
844
+ },
845
+ {
846
+ "type": "equation",
847
+ "img_path": "images/963bdaec7bb43b750067bbdf5083f029b624096659fffd2f47549548766c8f05.jpg",
848
+ "text": "$$\n\\mathrm { a r c s i n h } ( ( \\nu - 1 / 2 ) / x ) \\leq \\log ( I _ { \\nu - 1 } ( x ) ) - \\log ( I _ { \\nu } ( x ) ) \\leq \\mathrm { a r c s i n h } ( \\nu / x ) ) .\n$$",
849
+ "text_format": "latex",
850
+ "bbox": [
851
+ 258,
852
+ 284,
853
+ 740,
854
+ 301
855
+ ],
856
+ "page_idx": 5
857
+ },
858
+ {
859
+ "type": "text",
860
+ "text": "While the above bound is significantly easier to work with, it leads to an RDP guarantee of Gaussian $\\mathrm { R D P } + O \\bigl ( \\frac { \\Delta } { \\mu } \\bigr )$ . In high dimensions this manifests as $O ( \\frac { \\Delta _ { 1 } } { \\mu } )$ and overall leads to a constant multiplicative factor over the Gaussian. On the other hand we prove a Gaussian $\\mathrm { R D P } + o _ { \\mu } ( 1 )$ bound. Our proof of Lemma 3.7 splits into various cases depending on the signs of the quantities involved. We show the derivation for a single case below and defer the full proof to the appendix. ",
861
+ "bbox": [
862
+ 173,
863
+ 306,
864
+ 826,
865
+ 382
866
+ ],
867
+ "page_idx": 5
868
+ },
869
+ {
870
+ "type": "text",
871
+ "text": "Proof of Lemma 3.7 in the case $X \\geq \\alpha \\Delta$ , $\\Delta \\geq 0$ . Replacing $Y = X - \\alpha \\delta$ we get that ",
872
+ "bbox": [
873
+ 173,
874
+ 395,
875
+ 740,
876
+ 411
877
+ ],
878
+ "page_idx": 5
879
+ },
880
+ {
881
+ "type": "equation",
882
+ "img_path": "images/f7fc7c1ee3f9d8e42caad97aa81208c7c902c8f581fb6c1cb8da3dacf322b285.jpg",
883
+ "text": "$$\n\\begin{array} { r l } & { \\Phi _ { X , \\boldsymbol { \\alpha } , \\Delta } ( \\mu ) = \\log \\left( \\displaystyle \\frac { I _ { Y + ( \\alpha - 1 ) \\Delta } ( \\mu ) } { I _ { Y } ( \\mu ) } \\left( \\frac { I _ { Y + ( \\alpha - 1 ) \\Delta } ( \\mu ) } { I _ { Y + \\alpha \\Delta } ( \\mu ) } \\right) ^ { \\alpha - 1 } \\right) } \\\\ & { \\qquad = \\displaystyle \\sum _ { j = 0 } ^ { \\alpha - 2 } \\left( \\sum _ { i = Y + j \\Delta + 1 } ^ { Y + j \\Delta + \\Delta } \\left( \\log \\left( \\frac { I _ { i - 1 } + ( \\alpha - 1 - j ) ( \\mu ) } { I _ { i + ( \\alpha - 1 - j ) \\Delta } ( \\mu ) } \\right) - \\log \\left( \\frac { I _ { i - 1 } ( \\mu ) } { I _ { i } ( \\mu ) } \\right) \\right) \\right) } \\\\ & { \\qquad \\le \\displaystyle \\sum _ { j = 0 } ^ { \\alpha - 2 } \\left( \\sum _ { i = Y + j \\Delta + 1 } ^ { Y + j \\Delta + \\Delta } \\left( \\delta _ { 2 } ( i + ( \\alpha - 1 - j ) \\Delta , \\mu ) - \\delta _ { 0 } ( i , \\mu ) \\right) \\right) } \\\\ & { \\qquad \\le \\displaystyle \\frac { \\alpha ( \\alpha - 1 ) \\Delta ^ { 2 } } { 2 \\mu } + \\operatorname* { m i n } \\left( \\frac { \\alpha ( \\alpha - 1 ) \\Delta ^ { 2 } + 2 ( \\alpha - 1 ) \\Delta } { 4 \\mu ^ { 2 } } , \\frac { ( \\alpha - 1 ) \\Delta } { 2 \\mu } \\right) , } \\end{array}\n$$",
884
+ "text_format": "latex",
885
+ "bbox": [
886
+ 228,
887
+ 416,
888
+ 767,
889
+ 598
890
+ ],
891
+ "page_idx": 5
892
+ },
893
+ {
894
+ "type": "text",
895
+ "text": "where the first inequality follows from Lemma 3.8 and the fact that for all $0 \\leq x \\leq y$ , $\\operatorname { a r c s i n h } ( y ) -$ $\\operatorname { a r c s i n h } ( x ) \\leq y - x$ and the second inequality follows from Lemma A.1 (provided in the appendix): ",
896
+ "bbox": [
897
+ 173,
898
+ 601,
899
+ 825,
900
+ 630
901
+ ],
902
+ "page_idx": 5
903
+ },
904
+ {
905
+ "type": "equation",
906
+ "img_path": "images/d849ccf675f94f3f49cf967faa1f98df738ec37bda9299fdea5ee92b0622eb64.jpg",
907
+ "text": "$$\n\\delta _ { 2 } ( \\nu _ { 1 } , x ) - \\delta _ { 0 } ( \\nu _ { 2 } , x ) \\leq \\frac { \\nu _ { 1 } - \\nu _ { 2 } } { x } + \\frac { 1 } { 2 x } \\operatorname* { m i n } \\left( \\frac { \\nu _ { 1 } - \\nu _ { 2 } + 1 } { x } , 1 \\right) .\n$$",
908
+ "text_format": "latex",
909
+ "bbox": [
910
+ 287,
911
+ 636,
912
+ 710,
913
+ 671
914
+ ],
915
+ "page_idx": 5
916
+ },
917
+ {
918
+ "type": "text",
919
+ "text": "4 Applying the Skellam Mechanism to Federated Learning ",
920
+ "text_level": 1,
921
+ "bbox": [
922
+ 174,
923
+ 685,
924
+ 679,
925
+ 704
926
+ ],
927
+ "page_idx": 5
928
+ },
929
+ {
930
+ "type": "text",
931
+ "text": "With a sharp RDP analysis for the multi-dimensional Skellam mechanism presented in the previous section, we are now ready to apply it to differentially private federated learning. We first outline the general problem setting and then describe our approach under central and distributed DP models. ",
932
+ "bbox": [
933
+ 174,
934
+ 717,
935
+ 825,
936
+ 761
937
+ ],
938
+ "page_idx": 5
939
+ },
940
+ {
941
+ "type": "text",
942
+ "text": "Problem setting At a high-level, we consider the distributed mean estimation problem. There are $n$ clients each holding a vector $x _ { i }$ in $\\mathbb { R } ^ { d }$ such that for all $i$ , the vector norm is bounded as $\\| x _ { i } \\| _ { 2 } \\leq c$ for some $c \\geq 0$ . We denote the set of vectors as $\\mathcal { X } = \\{ x _ { i } \\} _ { i = 1 } ^ { n }$ , and the aim is for each client to communicate the vectors $x _ { i }$ to a central server which then aggregates them as $\\begin{array} { r } { \\widehat { x } = \\frac { 1 } { n } \\sum _ { i } x _ { i } } \\end{array}$ for an external analyst. In federated learning, the client vectors $x _ { i }$ are the model gradients or model deltas (typically $d \\geq 1 0 ^ { 6 }$ ) after training on the clients’ local datasets, and this procedure can be repeated for many rounds $T > 1 0 0 0 \\ r ,$ . A large $d$ and $T$ thus necessitate accounting methods that provide tight privacy compositions for high-dimensional queries. ",
943
+ "bbox": [
944
+ 173,
945
+ 765,
946
+ 825,
947
+ 877
948
+ ],
949
+ "page_idx": 5
950
+ },
951
+ {
952
+ "type": "text",
953
+ "text": "We are primarily concerned with three metrics for this procedure and their trade-offs: (1) Privacy: the mean $\\widehat { x }$ should be differentially private with a reasonably small $( \\varepsilon , \\delta )$ ; (2) Error: we wish to minimize the expected $\\ell _ { 2 }$ error; and (3) Communication: we wish to minimize the average number of bits communicated per coordinate. Characterizing this trade-off is an important research problem. For example, it has been recently shown [50] that without formal privacy guarantees, the client training data could still be revealed by the model updates $x _ { i }$ ; on the other hand, applying differential privacy [48] to these updates can degrade the final utility. ",
954
+ "bbox": [
955
+ 173,
956
+ 882,
957
+ 823,
958
+ 912
959
+ ],
960
+ "page_idx": 5
961
+ },
962
+ {
963
+ "type": "image",
964
+ "img_path": "images/8a7da83f72e1327e3ea24b8cddf36aa7549a54ed5a6c18bfacb1f5d9704a83fa.jpg",
965
+ "image_caption": [
966
+ "Figure 2: Benchmarking Skellam on sensitivity-1 queries under various accounting methods. RDP: Rényi DP. PLD: privacy loss distributions. Skellam (Direct): [49]. Gaussian (Analytic): [9]. DGaussian [15] / DDGauss [25]: central / distributed discrete Gaussian. $s$ is the scaling factor applied to both $\\Delta$ and $\\sigma$ . For Skellam and DDGauss [25], the central noise with std $\\sigma$ is split into $n$ shares each applied locally with std $\\sigma / { \\sqrt { n } }$ ; a large $n$ and small $\\sigma$ can thus exacerbate the sum divergence term of DDGauss (left). Left: $\\varepsilon \\leq 1 0$ . Right: $\\varepsilon \\leq 1$ . "
967
+ ],
968
+ "image_footnote": [],
969
+ "bbox": [
970
+ 176,
971
+ 85,
972
+ 815,
973
+ 238
974
+ ],
975
+ "page_idx": 6
976
+ },
977
+ {
978
+ "type": "image",
979
+ "img_path": "images/c38290ebb9dc27b41d63ab39e366b01c3b59452ece0d54d60bdf13b39554b0e0.jpg",
980
+ "image_caption": [
981
+ "Figure 3: Comparing Skellam and Distributed Discrete Gaussian (DDGauss) on multi-dimensional real-valued queries, rounded to integers with $\\beta = e ^ { - 0 . 5 }$ (Prop. 4.2). $s$ is the scaling applied to both $\\sigma$ and $\\Delta _ { 2 }$ ; a larger $s$ reduces the rounding error and norm inflation. $q$ is the sampling rate. For Skellam and DDGauss [25], the central noise with std $\\sigma$ is split into $n$ shares each applied locally with std $\\sigma / { \\sqrt { n } }$ ; a large $n$ and small $\\sigma$ can exacerbate the sum divergence term of DDGauss. Left: Simple setting with $\\Delta _ { 2 } = 1$ . Right: FL-like setting for training CNNs on Federated EMNIST. "
982
+ ],
983
+ "image_footnote": [],
984
+ "bbox": [
985
+ 176,
986
+ 348,
987
+ 818,
988
+ 494
989
+ ],
990
+ "page_idx": 6
991
+ },
992
+ {
993
+ "type": "text",
994
+ "text": "",
995
+ "bbox": [
996
+ 174,
997
+ 608,
998
+ 825,
999
+ 678
1000
+ ],
1001
+ "page_idx": 6
1002
+ },
1003
+ {
1004
+ "type": "text",
1005
+ "text": "Skellam for central DP The central DP model refers to adding Skellam noise onto the non-private aggregate $\\widehat { x }$ before releasing it to the external analyst. One important consideration is that the model updates in $\\mathrm { F L }$ are continuous in nature, while Skellam is a discrete probability distribution. One approach is to appropriately discretize the client updates, e.g., via uniform quantization (which involves scaling the inputs by a factor $s \\sim 2 ^ { b }$ for some bit-width $b$ followed by stochastic rounding5 for unbiased estimates), and the server can convert the private aggregate back to real numbers at the end. Note that this allows us to re-parameterize the variance of the added Skellam noise as $s ^ { 2 } \\mu$ , giving the following simple corollary based on Cor. 3.6: ",
1006
+ "bbox": [
1007
+ 173,
1008
+ 684,
1009
+ 825,
1010
+ 796
1011
+ ],
1012
+ "page_idx": 6
1013
+ },
1014
+ {
1015
+ "type": "text",
1016
+ "text": "Corollary 4.1 (Scaled Skellam Mechanism). With a scaling factor $s \\in \\mathbb { R } ,$ , the multi-dimensional Skellam Mechanism is $( \\alpha , \\varepsilon )$ -RDP with ",
1017
+ "bbox": [
1018
+ 174,
1019
+ 801,
1020
+ 825,
1021
+ 830
1022
+ ],
1023
+ "page_idx": 6
1024
+ },
1025
+ {
1026
+ "type": "equation",
1027
+ "img_path": "images/9133e9e1c94c6ece55a387dea136491c7f4bd3a2d9b739e68590c7537641fec8.jpg",
1028
+ "text": "$$\n\\varepsilon ( \\alpha ) \\leq \\frac { \\alpha \\Delta _ { 2 } ^ { 2 } } { 2 \\mu } + \\operatorname* { m i n } \\left( \\frac { ( 2 \\alpha - 1 ) \\Delta _ { 2 } ^ { 2 } } { 4 s ^ { 2 } \\mu ^ { 2 } } + \\frac { 3 \\Delta _ { 1 } } { 2 s ^ { 3 } \\mu ^ { 2 } } , \\frac { 3 \\Delta _ { 1 } } { 2 s \\mu } \\right) .\n$$",
1029
+ "text_format": "latex",
1030
+ "bbox": [
1031
+ 318,
1032
+ 843,
1033
+ 679,
1034
+ 878
1035
+ ],
1036
+ "page_idx": 6
1037
+ },
1038
+ {
1039
+ "type": "text",
1040
+ "text": "As $s$ increases, the RDP of scaled Skellam rapidly approaches that of Gaussian as the second term above approaches 0, suggesting that under practical regimes with moderate compression bit-width, Skellam should perform competitively compared to Gaussian. Another aspect worth noting is that rounding vector coordinates from reals to integers can inflate the $\\ell _ { 2 }$ -sensitivity $\\Delta _ { 2 }$ , and thus more noise is required for the same privacy. To this end, we leverage the conditional rounding procedure introduced in [25] to obtain a bounded norm on the scaled and rounded client vector: ",
1041
+ "bbox": [
1042
+ 174,
1043
+ 90,
1044
+ 825,
1045
+ 174
1046
+ ],
1047
+ "page_idx": 7
1048
+ },
1049
+ {
1050
+ "type": "text",
1051
+ "text": "Proposition 4.2 (Norm of stochastically rounded vector [25]). Let $\\tilde { x }$ be a stochastic rounding of vector $x \\in \\mathbb { R } ^ { d }$ to the integer grid $\\mathbb { Z } ^ { d }$ . Then, for $\\beta \\in ( 0 , 1 )$ , we have ",
1052
+ "bbox": [
1053
+ 171,
1054
+ 178,
1055
+ 825,
1056
+ 208
1057
+ ],
1058
+ "page_idx": 7
1059
+ },
1060
+ {
1061
+ "type": "equation",
1062
+ "img_path": "images/4e56084f458fd2d83d05336f920c03e385fa8b886ef59bd50bc04a65ba8056df.jpg",
1063
+ "text": "$$\n\\begin{array} { r } { \\mathbb { P } \\left[ \\| \\tilde { x } \\| _ { 2 } ^ { 2 } \\leq \\| x \\| _ { 2 } ^ { 2 } + d / 4 + \\sqrt { 2 \\log ( 1 / \\beta ) } \\cdot \\left( \\| x \\| _ { 2 } + \\sqrt { d } / 2 \\right) \\right] \\geq 1 - \\beta . } \\end{array}\n$$",
1064
+ "text_format": "latex",
1065
+ "bbox": [
1066
+ 269,
1067
+ 214,
1068
+ 727,
1069
+ 241
1070
+ ],
1071
+ "page_idx": 7
1072
+ },
1073
+ {
1074
+ "type": "text",
1075
+ "text": "Conditional rounding is thus defined as retrying the stochastic rounding on $x _ { i }$ until $\\| \\tilde { x } _ { i } \\| _ { 2 } ^ { 2 }$ is within the probabilistic bound above (which also gives the inflated sensitivity $\\tilde { \\Delta } _ { 2 }$ ). We can then add Skellam noise to the aggregate $\\sum _ { i } \\tilde { x } _ { i }$ according to $\\mathrm { { \\bar { \\Delta } } } _ { 2 }$ before undoing the quantization (unscaling). Note that a larger scaling $s$ before rounding reduces the norm inflation and the extra noise needed (Fig. 3 right). ",
1076
+ "bbox": [
1077
+ 174,
1078
+ 247,
1079
+ 825,
1080
+ 308
1081
+ ],
1082
+ "page_idx": 7
1083
+ },
1084
+ {
1085
+ "type": "text",
1086
+ "text": "Skellam for distributed DP with secure aggregation A stronger notion of privacy in FL can be obtained via the distributed DP model [25] that leverages secure aggregation (SecAgg [12]). The fact that the Skellam distribution is closed under summation allows us to easily extend from central DP to distributed DP. Under this model, the client vectors are quantized as in central DP model, but the Skellam noise is now added locally with variance $\\mu / n$ . Then, the noisy client updates are summed via SecAgg ( $b$ bits per coordinate for field size $2 ^ { b }$ ) which only reveals the noisy aggregate to the server. While the local noise might be insufficient for local DP guarantees, the aggregated noise at the server provides privacy and utility comparable to the central DP model, thus removing trust away from the central aggregator. Note that the modulo operations introduced by SecAgg does not impact privacy as it can be viewed as a post-processing of an already differentially private query. ",
1087
+ "bbox": [
1088
+ 173,
1089
+ 314,
1090
+ 825,
1091
+ 453
1092
+ ],
1093
+ "page_idx": 7
1094
+ },
1095
+ {
1096
+ "type": "text",
1097
+ "text": "We remark on several properties of the distributed Skellam compared to the distributed discrete Gaussian (DDGauss [25]). (1) DDGauss is not closed under summation, and the divergence between discrete Gaussians can lead to notable privacy degradation in settings such as quantile estimation [6] and federated analytics [42] with sufficiently large number of clients and small local noises (see also the left side of Fig. 2 and Fig. 3). While scaling mitigates this issue, it also requires additional bit-width which makes Skellam attractive under tight communication constraints. (2) Sampling from Skellam only requires sampling from Poisson, for which efficient implementations are widely available in numerical software packages. While efficient discrete Gaussian sampling has also been explored in the lattice-based cryptography community (e.g., [43, 18, 38]), we believe the accessibility of Skellam samplers would help facilitate the deployment of DP to FL settings with mobile and edge devices. See Appendix D for more discussion. (3) In practice where $s \\gg 1$ (dictated by bit-width $b$ ), both Skellam (cf. Cor. 4.1) and DDGauss (with an exponentially small divergence) quickly approaches Gaussian under RDP, and any differences will be negligible (Fig. 3). ",
1098
+ "bbox": [
1099
+ 173,
1100
+ 458,
1101
+ 825,
1102
+ 638
1103
+ ],
1104
+ "page_idx": 7
1105
+ },
1106
+ {
1107
+ "type": "text",
1108
+ "text": "5 Empirical Evaluation ",
1109
+ "text_level": 1,
1110
+ "bbox": [
1111
+ 174,
1112
+ 656,
1113
+ 385,
1114
+ 675
1115
+ ],
1116
+ "page_idx": 7
1117
+ },
1118
+ {
1119
+ "type": "text",
1120
+ "text": "In this section, we empirically evaluate the Skellam mechanism on two sets of experiments: distributed mean estimation and federated learning. In both cases, we focus on the distributed DP model, but note that the Skellam mechanism can be easily adapted to the central DP setting as discussed in the earlier section. Unless otherwise stated, we use RDP accounting for all experiments due to the high-dimensional data and the ease of composition (Section 3). To obtain $\\Delta _ { 1 }$ for Skellam RDP, we note that $\\Delta _ { 1 } \\leq \\Delta _ { 2 } \\cdot \\operatorname* { m i n } ( \\sqrt { d } , \\Delta _ { 2 } )$ since $\\Delta _ { 1 } \\leq \\sqrt { d } \\Delta _ { 2 }$ in general and $\\Delta _ { 1 } \\leq \\Delta _ { 2 } ^ { 2 }$ for integers. ",
1121
+ "bbox": [
1122
+ 173,
1123
+ 688,
1124
+ 825,
1125
+ 773
1126
+ ],
1127
+ "page_idx": 7
1128
+ },
1129
+ {
1130
+ "type": "text",
1131
+ "text": "Under the distributed DP model, we also introduce a random orthogonal transformation [29, 2, 25] before discretizing and aggregating the client vectors (which can be reverted after the aggregation); this makes the vector coordinates sub-Gaussian and helps spread the magnitudes of the vector coordinates across all dimensions, thus reducing the errors from quantization and potential wraparound from SecAgg modulo operations. Moreover, by approximating the sub-exponential tail of the Skellam distribution as sub-Gaussian, we can derive a heuristic for choosing $s$ following [25] based on a bound on the variance $\\tilde { \\sigma } ^ { 2 }$ of the aggregated signal, as $\\tilde { \\sigma } ^ { 2 } \\le c ^ { 2 } n ^ { 2 } / d + \\bar { n } / ( 4 s ^ { 2 } ) + \\mu$ . We choose $s$ such that $2 k \\tilde { \\sigma }$ are bounded within the SecAgg field size $2 ^ { b }$ , where $k$ is a small constant. ",
1132
+ "bbox": [
1133
+ 174,
1134
+ 777,
1135
+ 825,
1136
+ 891
1137
+ ],
1138
+ "page_idx": 7
1139
+ },
1140
+ {
1141
+ "type": "text",
1142
+ "text": "Algorithm 1 summarizes the aggregation procedure for the distributed Skellam mechanism via secure ",
1143
+ "bbox": [
1144
+ 176,
1145
+ 896,
1146
+ 823,
1147
+ 911
1148
+ ],
1149
+ "page_idx": 7
1150
+ },
1151
+ {
1152
+ "type": "text",
1153
+ "text": "Inputs: Private vector $x _ { i } \\in \\mathbb { R } ^ { \\bar { d } }$ for each client $i$ ; $\\ell _ { 2 }$ clip norm $c > 0$ ; Bit-width $b$ ; Target central \nnoise variance $\\mu > 0$ ; Number of clients $n$ ; Signal bound multiplier $k > 0$ ; Bias $\\beta \\in [ 0 , 1 )$ . \nShared randomness: $d \\times d$ diagonal matrix $D$ with uniformly random $\\{ - 1 , + 1 \\}$ values, where \n$d \\geq \\bar { d }$ is the nearest power of 2. \nShared scale: Obtain scaling factor $s$ such that $2 ^ { b } = 2 k \\tilde { \\sigma } = 2 k \\sqrt { c ^ { 2 } n ^ { 2 } / d + n / ( 4 s ^ { 2 } ) + \\mu } .$ \nProcedure CLIENTPROCEDURE $\\mathbf { \\chi } _ { \\left( x _ { i } , s , D \\right) }$ Clip and scale vector $\\hat { x } _ { i } = s \\cdot \\operatorname* { m i n } ( 1 , c / \\| x _ { i } \\| _ { 2 } ) \\cdot x _ { i }$ , and pad to $\\tilde { d }$ dimensions with zeros. Random rotation: $\\check { x } _ { i } = \\tilde { H } _ { d } D \\hat { x } _ { i }$ where $\\begin{array} { r } { \\tilde { H } _ { d } = \\frac { 1 } { \\sqrt { d } } H _ { d } } \\end{array}$ is the normalized $d \\times d$ Hadamard matrix. repeat {conditional stochastic rounding} Stochastically round the coordinates of of ${ \\check { x } } _ { i }$ to the integer grid to produce ${ \\tilde { x } } _ { i }$ until $\\| \\widetilde x _ { i } \\| _ { 2 } ^ { 2 } \\le \\operatorname* { m i n } \\bigg \\{ \\Big ( s c + \\sqrt d \\Big ) ^ { 2 } , s ^ { 2 } c ^ { 2 } + d / 4 + \\sqrt { 2 \\log ( 1 / \\beta ) } \\cdot \\Big ( s c + \\sqrt d / 2 \\Big ) \\bigg \\} .$ . Local noising: Sample noise vector $y _ { i } \\in \\mathbb { Z } ^ { d }$ where each entry is sampled from $\\operatorname { S k } _ { 0 , s ^ { 2 } \\mu / n }$ . return $z _ { i } = \\tilde { x } _ { i } + y _ { i }$ under the SecAgg protocol with modulo bit-width $b$ . \nProcedure SERVERPROCEDURE $( z , s , D )$ $\\{ z$ is the modular sum of $z _ { i }$ under bit-width $b$ } return $\\begin{array} { r } { \\bar { x } = \\frac { 1 } { s } D \\tilde { H } _ { d } ^ { \\top } z } \\end{array}$ , with $\\textstyle { \\bar { x } } \\approx \\sum _ { i } x _ { i } \\in \\mathbb { R } ^ { d }$ . ",
1154
+ "bbox": [
1155
+ 183,
1156
+ 108,
1157
+ 828,
1158
+ 349
1159
+ ],
1160
+ "page_idx": 8
1161
+ },
1162
+ {
1163
+ "type": "image",
1164
+ "img_path": "images/a258818d6f7517c63fee2ce116dc0cb01bea0fe531df9cafcfe5043c2794f7e1.jpg",
1165
+ "image_caption": [
1166
+ "Figure 4: Distributed mean estimation with the distributed Skellam mechanism. "
1167
+ ],
1168
+ "image_footnote": [],
1169
+ "bbox": [
1170
+ 171,
1171
+ 362,
1172
+ 826,
1173
+ 481
1174
+ ],
1175
+ "page_idx": 8
1176
+ },
1177
+ {
1178
+ "type": "text",
1179
+ "text": "aggregation as well as the parameters used for the experiments. In summary, we have an $\\ell _ { 2 }$ clip norm $c > 0$ ; per-coordinate bit-width $b$ ; target central noise variance $\\mu > 0$ ; number of clients $n$ ; signal bound multiplier $k > 0$ ; and rounding bias $\\beta \\in [ 0 , 1 )$ . We fix $\\beta = e ^ { - 1 / 2 }$ for all experiments. Note that the per-coordinate bit-width $b$ is for the aggregated sum as it determines the field size of SecAgg. For federated learning, we also consider the number of rounds $T$ and the total number of clients $N$ (thus the uniform sampling ratio $q = n / N$ at every round). Our experiments are implemented in Python, TensorFlow Privacy [32], and TensorFlow Federated [24]. See also Appendix for additional results and more details on the experimental setup. ",
1180
+ "bbox": [
1181
+ 173,
1182
+ 520,
1183
+ 826,
1184
+ 632
1185
+ ],
1186
+ "page_idx": 8
1187
+ },
1188
+ {
1189
+ "type": "text",
1190
+ "text": "5.1 Distributed Mean Estimation (DME) ",
1191
+ "text_level": 1,
1192
+ "bbox": [
1193
+ 176,
1194
+ 648,
1195
+ 468,
1196
+ 662
1197
+ ],
1198
+ "page_idx": 8
1199
+ },
1200
+ {
1201
+ "type": "text",
1202
+ "text": "We first consider DME as the generalization of (single round) FL. We randomly generate $n$ client vectors $X = \\{ x _ { i } \\} _ { i = 1 } ^ { n }$ from the $d$ -dimensional $\\ell _ { 2 }$ sphere with radius $c = 1 0$ , and compute the true mean $\\begin{array} { r } { \\widehat { x } = \\frac { 1 } { n } \\sum _ { i } ^ { n } x _ { i } } \\end{array}$ 2 . We then compute the private estimate of $\\widehat { x }$ with the distributed Skellam mechanism (Algorithm 1) as $\\bar { x }$ . For a strong baseline, we use the analytic Gaussian mechanism [9] with tight accounting (see also Figure 2). In Figure 4, we plot the MSE as $\\| \\widehat { x } - \\bar { x } \\| _ { 2 } ^ { 2 } / d$ with $9 5 \\%$ confidence interval (small shaded region) over 10 dataset initializations across different values of $b , d$ , and $n$ . Results demonstrate that Skellam can match Gaussian even with $n = 1 0 0 0 0$ clients as long as the bit-width is sufficient. We emphasize that the communication cost $b$ depends logarithmically on $n$ , and to put numbers into context, Google’s production next-word prediction models [23, 39] use $n \\leq 5 0 0$ and the production DP language model [40] uses $n = 2 0 0 0 0$ . ",
1203
+ "bbox": [
1204
+ 174,
1205
+ 674,
1206
+ 825,
1207
+ 814
1208
+ ],
1209
+ "page_idx": 8
1210
+ },
1211
+ {
1212
+ "type": "text",
1213
+ "text": "5.2 Federated Learning ",
1214
+ "text_level": 1,
1215
+ "bbox": [
1216
+ 174,
1217
+ 830,
1218
+ 351,
1219
+ 844
1220
+ ],
1221
+ "page_idx": 8
1222
+ },
1223
+ {
1224
+ "type": "text",
1225
+ "text": "Setup We evaluate on three public federated datasets with real-world characteristics: Federated EMNIST [16], Shakespeare [31, 14], and Stack Overflow next word prediction (SO-NWP [8]). EMNIST is an image classification dataset for hand-written digits and letters; Shakespeare is a text dataset for next-character-prediction based on the works of William Shakespeare; and SO-NWP is a large-scale text dataset for next-word-prediction based on user questions/answers from stackoverflow.com. We emphasize that all datasets have natural client heterogeneity that are representative of practical FL problems: the images in EMNIST are grouped the writer of the handwritten digits, the lines in Shakespeare are grouped by the speaking role, and the sentences in SO-NWP are grouped by the corresponding Stack Overflow user. We train a small CNN with model size $\\bar { d } < 2 ^ { 2 0 }$ for EMNIST and use the recurrent models defined in [41] for Shakespeare and SO-NWP. The hyperparameters for the experiments follow those from [25, 6, 27, 41] and tuning is limited. For EMNIST, we follow [25] and fix $c = 0 . 0 3$ , $n = 1 0 0$ , $T = 1 5 0 0$ , client learning rate $\\eta _ { \\mathrm { c l i e n t } } = 0 . 3 2$ , server learning rate $\\eta _ { \\mathrm { s e r v e r } } = 1$ , and client batch size $m = 2 0$ . For Shakespeare, we follow [6] and fix $n = 1 0 0$ , $T = 1 2 0 0$ , $\\eta _ { \\mathrm { c l i e n t } } = 1$ , $\\eta _ { \\mathrm { s e r v e r } } = 0 . 3 2$ , and $m = 4$ , and we sweep $c \\in \\{ 0 . 2 5 , 0 . 5 \\}$ . For SO-NWP, we follow [27] and fix $c = 0 . 3$ , $n = 1 0 0$ , $T = 1 6 0 0$ , $\\eta _ { \\mathrm { c l i e n t } } = 0 . 5$ , and $m = 1 6$ , and we sweep $\\eta _ { \\mathrm { s e r v e r } } \\in \\{ 0 . 3 , 1 \\}$ and limit max examples per client to 256. In all cases, clients train for 1 epoch on their local datasets, and the client updates are weighted uniformly (as opposed to weighting by number of examples). See Appendix for more results and full details on datasets, models, and hyperparameters. ",
1226
+ "bbox": [
1227
+ 174,
1228
+ 856,
1229
+ 825,
1230
+ 911
1231
+ ],
1232
+ "page_idx": 8
1233
+ },
1234
+ {
1235
+ "type": "image",
1236
+ "img_path": "images/17c77904c74691a84afb047deea14f30ee01bb1aff6b1891d87bbfa175d13dd8.jpg",
1237
+ "image_caption": [
1238
+ "Figure 5: Federated learning with the distributed Skellam mechanism. DDGauss: Distributed Discrete Gaussian [25]. Left / Middle / Right: Test accuracies on EMNIST / Shakespeare / Stack Overflow NWP across different $\\varepsilon$ and $b$ . $\\delta$ is set to $1 / N , 1 0 ^ { - 6 } , 1 0 ^ { - 6 }$ , respectively. For Shakespeare, privacy is reported with a hypothetical population size $N = 1 0 ^ { 6 }$ . "
1239
+ ],
1240
+ "image_footnote": [],
1241
+ "bbox": [
1242
+ 179,
1243
+ 85,
1244
+ 816,
1245
+ 209
1246
+ ],
1247
+ "page_idx": 9
1248
+ },
1249
+ {
1250
+ "type": "text",
1251
+ "text": "",
1252
+ "bbox": [
1253
+ 174,
1254
+ 289,
1255
+ 826,
1256
+ 482
1257
+ ],
1258
+ "page_idx": 9
1259
+ },
1260
+ {
1261
+ "type": "text",
1262
+ "text": "Results Figure 5 summarizes the FL experiments. For EMNIST and Shakespeare, we report the average test accuracy over the last 100 rounds. For SO-NWP, we report the top-1 accuracy (without padding, out-of-vocab, or begining/end-of-sentence tokens) on the test set. The results indicate that Skellam performs as good as Gaussian despite relying on generic RDP amplification via sampling [51] (cf. Fig. 3) and that Skellam matches DDG consistently under realistic regimes. This bears significant practical relevance given the advantages of Skellam over DDG in real-world deployments. ",
1263
+ "bbox": [
1264
+ 174,
1265
+ 488,
1266
+ 825,
1267
+ 571
1268
+ ],
1269
+ "page_idx": 9
1270
+ },
1271
+ {
1272
+ "type": "text",
1273
+ "text": "6 Conclusion ",
1274
+ "text_level": 1,
1275
+ "bbox": [
1276
+ 174,
1277
+ 592,
1278
+ 299,
1279
+ 608
1280
+ ],
1281
+ "page_idx": 9
1282
+ },
1283
+ {
1284
+ "type": "text",
1285
+ "text": "We have introduced the multi-dimensional Skellam mechanism for federated learning. We analyzed the Skellam mechanism through the lens of approximate DP, privacy loss distributions, and Rényi divergences, and derived a sharp RDP bound that enables Skellam to match Gaussian and discrete Gaussian in practical settings as demonstrated by our large-scale experiments. Since Skellam is closed under summation and efficient samplers are widely available, it represents an attractive alternative to distributed discrete Gaussian as it easily extends from the central DP model to the distributed DP model. Being a discrete mechanism can also bring potential communication savings over continuous mechanisms and make Skellam less prone to attacks that exploit floating-point arithmetic on digital computers. Some interesting future work includes: (1) our scalar PLD analysis for Skellam suggests room for improvements on our multi-dimensional analysis via a complete PLD characterization, and (2) our results on FL may be further improved via a targeted analysis for RDP amplification via sampling akin to [37]. Overall, this work is situated within the active area of private machine learning and aims at making ML more trustworthy. One potential negative impact is that our method could be (deliberately or inadvertently) misused, such as sampling the wrong noise or using a minuscule scaling factor, to provide non-existent privacy guarantees for real users’ data. We nevertheless believe our results have positive impact as they facilitate the deployment of differential privacy in practice. ",
1286
+ "bbox": [
1287
+ 173,
1288
+ 622,
1289
+ 825,
1290
+ 844
1291
+ ],
1292
+ "page_idx": 9
1293
+ },
1294
+ {
1295
+ "type": "text",
1296
+ "text": "Funding Transparency Statement ",
1297
+ "text_level": 1,
1298
+ "bbox": [
1299
+ 174,
1300
+ 89,
1301
+ 455,
1302
+ 107
1303
+ ],
1304
+ "page_idx": 10
1305
+ },
1306
+ {
1307
+ "type": "text",
1308
+ "text": "The authors were employed at and directly supported by Google. No third party funding was received by any of the authors to pursue this work. ",
1309
+ "bbox": [
1310
+ 174,
1311
+ 121,
1312
+ 825,
1313
+ 148
1314
+ ],
1315
+ "page_idx": 10
1316
+ },
1317
+ {
1318
+ "type": "text",
1319
+ "text": "References ",
1320
+ "text_level": 1,
1321
+ "bbox": [
1322
+ 174,
1323
+ 167,
1324
+ 267,
1325
+ 183
1326
+ ],
1327
+ "page_idx": 10
1328
+ },
1329
+ {
1330
+ "type": "text",
1331
+ "text": "[1] Martin Abadi, Andy Chu, Ian Goodfellow, H Brendan McMahan, Ilya Mironov, Kunal Talwar, and Li Zhang. Deep learning with differential privacy. In Proceedings of the 2016 ACM SIGSAC conference on computer and communications security, pages 308–318, 2016. [2] Naman Agarwal, Ananda Theertha Suresh, Felix Xinnan X Yu, Sanjiv Kumar, and Brendan McMahan. cpSGD: Communication-efficient and differentially-private distributed sgd. In Advances in Neural Information Processing Systems, pages 7564–7575, 2018. [3] Maruan Al-Shedivat, Jennifer Gillenwater, Eric Xing, and Afshin Rostamizadeh. Federated learning via posterior averaging: A new perspective and practical algorithms. In ICLR, 2021. [4] Martin R. Albrecht and Michael Walter. dgs, Discrete Gaussians over the Integers. Available at https: //bitbucket.org/malb/dgs, 2018. [5] Donald E Amos. Computation of modified bessel functions and their ratios. Mathematics of Computation, 28(125):239–251, 1974. [6] Galen Andrew, Om Thakkar, H Brendan McMahan, and Swaroop Ramaswamy. Differentially private learning with adaptive clipping. arXiv preprint arXiv:1905.03871, 2019. [7] S. Asoodeh, J. Liao, F. P. Calmon, O. Kosut, and L. Sankar. A better bound gives a hundred rounds: Enhanced privacy guarantees via f-divergences. In 2020 IEEE International Symposium on Information Theory (ISIT), pages 920–925, 2020. [8] The TensorFlow Federated Authors. Tensorflow federated stack overflow dataset, 2019. [9] Borja Balle and Yu-Xiang Wang. Improving the gaussian mechanism for differential privacy: Analytical calibration and optimal denoising. In International Conference on Machine Learning, pages 394–403. PMLR, 2018. \n[10] Raef Bassily, Adam Smith, and Abhradeep Thakurta. Private empirical risk minimization: Efficient algorithms and tight error bounds. In 2014 IEEE 55th Annual Symposium on Foundations of Computer Science, pages 464–473. IEEE, 2014. \n[11] James Bell, K. A. Bonawitz, Adrià Gascón, Tancrède Lepoint, and Mariana Raykova. Secure singleserver aggregation with (poly)logarithmic overhead. Cryptology ePrint Archive, Report 2020/704, 2020. https://eprint.iacr.org/2020/704. \n[12] Keith Bonawitz, Vladimir Ivanov, Ben Kreuter, Antonio Marcedone, H Brendan McMahan, Sarvar Patel, Daniel Ramage, Aaron Segal, and Karn Seth. Practical secure aggregation for privacy-preserving machine learning. In proceedings of the 2017 ACM SIGSAC Conference on Computer and Communications Security, pages 1175–1191, 2017. \n[13] Mark Bun and Thomas Steinke. Concentrated differential privacy: Simplifications, extensions, and lower bounds. In Theory of Cryptography Conference, pages 635–658. Springer, 2016. \n[14] Sebastian Caldas, Sai Meher Karthik Duddu, Peter Wu, Tian Li, Jakub Konecnˇ y, H Brendan McMa- \\` han, Virginia Smith, and Ameet Talwalkar. Leaf: A benchmark for federated settings. arXiv preprint arXiv:1812.01097, 2018. \n[15] Clément Canonne, Gautam Kamath, and Thomas Steinke. The discrete gaussian for differential privacy. In NeurIPS, 2020. \n[16] Gregory Cohen, Saeed Afshar, Jonathan Tapson, and Andre Van Schaik. Emnist: Extending mnist to handwritten letters. In 2017 International Joint Conference on Neural Networks (IJCNN), pages 2921–2926. IEEE, 2017. \n[17] Google Differential Privacy Team. Privacy loss distributions. https://github.com/google/ differential-privacy/blob/master/accounting/docs/Privacy_Loss_Distributions.pdf. 2020. \n[18] Nagarjun C Dwarakanath and Steven D Galbraith. Sampling from discrete gaussians for lattice-based cryptography on a constrained device. Applicable Algebra in Engineering, Communication and Computing, 25(3):159–180, 2014. \n[19] Cynthia Dwork, Krishnaram Kenthapadi, Frank McSherry, Ilya Mironov, and Moni Naor. Our data, ourselves: Privacy via distributed noise generation. In Annual International Conference on the Theory and Applications of Cryptographic Techniques, pages 486–503. Springer, 2006. \n[20] Cynthia Dwork, Frank McSherry, Kobbi Nissim, and Adam Smith. Calibrating noise to sensitivity in private data analysis. In Theory of cryptography conference, pages 265–284. Springer, 2006. \n[21] Cynthia Dwork and Guy N Rothblum. Concentrated differential privacy. arXiv preprint arXiv:1603.01887, 2016. \n[22] Cynthia Dwork, Guy N Rothblum, and Salil Vadhan. Boosting and differential privacy. In 2010 IEEE 51st Annual Symposium on Foundations of Computer Science, pages 51–60. IEEE, 2010. \n[23] Andrew Hard, Kanishka Rao, Rajiv Mathews, Swaroop Ramaswamy, Françoise Beaufays, Sean Augenstein, Hubert Eichner, Chloé Kiddon, and Daniel Ramage. Federated learning for mobile keyboard prediction. arXiv preprint arXiv:1811.03604, 2018. \n[24] Alex Ingerman and Krzys Ostrowski. Introducing tensorflow federated, 2019. \n[25] Peter Kairouz, Ziyu Liu, and Thomas Steinke. The distributed discrete gaussian mechanism for federated learning with secure aggregation. In International Conference on Machine Learning. PMLR, 2021. \n[26] Peter Kairouz, Brendan McMahan, et al. Advances and open problems in federated learning. arXiv preprint arXiv:1912.04977, 2019. \n[27] Peter Kairouz, Brendan McMahan, Shuang Song, Om Thakkar, Abhradeep Thakurta, and Zheng Xu. Practical and private (deep) learning without sampling or shuffling. arXiv preprint arXiv:2103.00039, 2021. \n[28] Peter Kairouz, Sewoong Oh, and Pramod Viswanath. The composition theorem for differential privacy. In International conference on machine learning, pages 1376–1385. PMLR, 2015. \n[29] Jakub Konecnˇ y, H Brendan McMahan, Felix X Yu, Peter Richtárik, Ananda Theertha Suresh, and \\` Dave Bacon. Federated learning: Strategies for improving communication efficiency. arXiv preprint arXiv:1610.05492, 2016. \n[30] Antti Koskela, Joonas Jälkö, and Antti Honkela. Computing tight differential privacy guarantees using fft. In International Conference on Artificial Intelligence and Statistics, pages 2560–2569. PMLR, 2020. \n[31] Brendan McMahan, Eider Moore, Daniel Ramage, Seth Hampson, and Blaise Aguera y Arcas. Communication-efficient learning of deep networks from decentralized data. In Artificial Intelligence and Statistics, pages 1273–1282, 2017. \n[32] H Brendan McMahan, Galen Andrew, Ulfar Erlingsson, Steve Chien, Ilya Mironov, Nicolas Papernot, and Peter Kairouz. A general approach to adding differential privacy to iterative training procedures. arXiv preprint arXiv:1812.06210, 2018. \n[33] H Brendan McMahan, Daniel Ramage, Kunal Talwar, and Li Zhang. Learning differentially private recurrent language models. In ICLR, 2018. \n[34] Sebastian Meiser and Esfandiar Mohammadi. Tight on budget? tight bounds for r-fold approximate differential privacy. In Proceedings of the 2018 ACM SIGSAC Conference on Computer and Communications Security, pages 247–264, 2018. \n[35] Ilya Mironov. On significance of the least significant bits for differential privacy. In Proceedings of the 2012 ACM conference on Computer and communications security, pages 650–661, 2012. \n[36] Ilya Mironov. Rényi differential privacy. In 2017 IEEE 30th Computer Security Foundations Symposium (CSF), pages 263–275. IEEE, 2017. \n[37] Ilya Mironov, Kunal Talwar, and Li Zhang. Rényi differential privacy of the sampled gaussian mechanism. arXiv preprint arXiv:1908.10530, 2019. \n[38] Thomas Prest, Thomas Ricosset, and Mélissa Rossi. Simple , fast and constant-time gaussian sampling over the integers for falcon. In Second PQC Standardization Conference, 2019. \n[39] Swaroop Ramaswamy, Rajiv Mathews, Kanishka Rao, and Françoise Beaufays. Federated learning for emoji prediction in a mobile keyboard. arXiv preprint arXiv:1906.04329, 2019. \n[40] Swaroop Ramaswamy, Om Thakkar, Rajiv Mathews, Galen Andrew, H Brendan McMahan, and Françoise Beaufays. Training production language models without memorizing user data. arXiv preprint arXiv:2009.10031, 2020. \n[41] Sashank Reddi, Zachary Charles, Manzil Zaheer, Zachary Garrett, Keith Rush, Jakub Konecnˇ y, Sanjiv \\` Kumar, and H Brendan McMahan. Adaptive federated optimization. arXiv preprint arXiv:2003.00295, 2020. \n[42] Google Research. Federated analytics: Collaborative data science without data collection, May 2020. \n[43] Sujoy Sinha Roy, Frederik Vercauteren, and Ingrid Verbauwhede. High precision discrete gaussian sampling on fpgas. In International Conference on Selected Areas in Cryptography, pages 383–401. Springer, 2013. \n[44] Diego Ruiz-Antolín and Javier Segura. A new type of sharp bounds for ratios of modified bessel functions. Journal of Mathematical Analysis and Applications, 443(2):1232–1246, 2016. \n[45] Aaron Schein, Zhiwei Steven Wu, Alexandra Schofield, Mingyuan Zhou, and Hanna Wallach. Locally private bayesian inference for count models. In International Conference on Machine Learning, pages 5638–5648. PMLR, 2019. \n[46] Shuang Song, Kamalika Chaudhuri, and Anand D Sarwate. Stochastic gradient descent with differentially private updates. In 2013 IEEE Global Conference on Signal and Information Processing, pages 245–248. IEEE, 2013. \n[47] VR Thiruvenkatachar and TS Nanjundiah. Inequalities concerning bessel functions and orthogonal polynomials. In Proceedings of the Indian Academy of Sciences-Section A, volume 33, page 373. Springer, 1951. \n[48] Florian Tramèr and Dan Boneh. Differentially private learning needs better features (or much more data). arXiv preprint arXiv:2011.11660, 2020. \n[49] Filipp Valovich and Francesco Alda. Computational differential privacy from lattice-based cryptography. In International Conference on Number-Theoretic Methods in Cryptology, pages 121–141. Springer, 2017. \n[50] Hongxu Yin, Arun Mallya, Arash Vahdat, Jose M Alvarez, Jan Kautz, and Pavlo Molchanov. See through gradients: Image batch recovery via gradinversion. arXiv preprint arXiv:2104.07586, 2021. \n[51] Yuqing Zhu and Yu-Xiang Wang. Poission subsampled rényi differential privacy. In International Conference on Machine Learning, pages 7634–7642. PMLR, 2019. ",
1332
+ "bbox": [
1333
+ 173,
1334
+ 174,
1335
+ 828,
1336
+ 917
1337
+ ],
1338
+ "page_idx": 10
1339
+ },
1340
+ {
1341
+ "type": "text",
1342
+ "text": "",
1343
+ "bbox": [
1344
+ 171,
1345
+ 51,
1346
+ 828,
1347
+ 916
1348
+ ],
1349
+ "page_idx": 11
1350
+ },
1351
+ {
1352
+ "type": "text",
1353
+ "text": "",
1354
+ "bbox": [
1355
+ 171,
1356
+ 87,
1357
+ 828,
1358
+ 608
1359
+ ],
1360
+ "page_idx": 12
1361
+ }
1362
+ ]
parse/train/dvyUaK4neD0/dvyUaK4neD0_middle.json ADDED
The diff for this file is too large to render. See raw diff
 
parse/train/dvyUaK4neD0/dvyUaK4neD0_model.json ADDED
The diff for this file is too large to render. See raw diff
 
parse/train/heqv8eIweMY/heqv8eIweMY.md ADDED
@@ -0,0 +1,305 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # NON-LOCAL GRAPH NEURAL NETWORKS
2
+
3
+ Anonymous authors Paper under double-blind review
4
+
5
+ # ABSTRACT
6
+
7
+ Modern graph neural networks (GNNs) learn node embeddings through multilayer local aggregation and achieve great success in applications on assortative graphs. However, tasks on disassortative graphs usually require non-local aggregation. In addition, we find that local aggregation is even harmful for some disassortative graphs. In this work, we propose a simple yet effective non-local aggregation framework with an efficient attention-guided sorting for GNNs. Based on it, we develop various non-local GNNs. We perform thorough experiments to analyze disassortative graph datasets and evaluate our non-local GNNs. Experimental results demonstrate that our non-local GNNs significantly outperform previous state-of-the-art methods on six benchmark datasets of disassortative graphs, in terms of both model performance and efficiency.
8
+
9
+ # 1 INTRODUCTION
10
+
11
+ Graph neural networks (GNNs) process graphs and map each node to an embedding vector (Zhang et al., 2018b; Wu et al., 2019). These node embeddings can be directly used for node-level applications, such as node classification (Kipf & Welling, 2017) and link prediction (Schutt et al., 2017). ¨ In addition, they can be used to learn the graph representation vector with graph pooling (Ying et al., 2018; Zhang et al., 2018a; Lee et al., 2019; Yuan & Ji, 2020), in order to fit graph-level tasks (Yanardag & Vishwanathan, 2015). Many variants of GNNs have been proposed, such as ChebNets (Defferrard et al., 2016), GCNs (Kipf & Welling, 2017), GraphSAGE (Hamilton et al., 2017), GATs (Velickovi ˇ c et al., 2018), LGCN (Gao et al., 2018) and GINs (Xu et al., 2019). Their ´ advantages have been shown on various graph datasets and tasks (Errica et al., 2020). However, these GNNs share a multilayer local aggregation framework, which is similar to convolutional neural networks (CNNs) (LeCun et al., 1998) on grid-like data such as images and texts.
12
+
13
+ In recent years, the importance of non-local aggregation has been demonstrated in many applications in the field of computer vision (Wang et al., 2018; 2020) and natural language processing (Vaswani et al., 2017). In particular, the attention mechanism has been widely explored to achieve non-local aggregation and capture long-range dependencies from distant locations. Basically, the attention mechanism measures the similarity between every pair of locations and enables information to be communicated among distant but similar locations. In terms of graphs, non-local aggregation is also crucial for disassortative graphs, while previous studies of GNNs focus on assortative graph datasets (Section 2.2). In addition, we find that local aggregation is even harmful for some disassortative graphs (Section 4.3). The recently proposed Geom-GCN (Pei et al., 2020) explores to capture longrange dependencies in disassortative graphs. It contains an attention-like step that computes the Euclidean distance between every pair of nodes. However, this step is computationally prohibitive for large-scale graphs, as the computational complexity is quadratic in the number of nodes. In addition, Geom-GCN employs pre-trained node embeddings (Tenenbaum et al., 2000; Nickel & Kiela, 2017; Ribeiro et al., 2017) that are not task-specific, limiting the effectiveness and flexibility.
14
+
15
+ In this work, we propose a simple yet effective non-local aggregation framework for GNNs. At the heart of the framework lies an efficient attention-guided sorting, which enables non-local aggregation through classic local aggregation operators in general deep learning. The proposed framework can be flexibly used to augment common GNNs with low computational costs. Based on the framework, we build various efficient non-local GNNs. In addition, we perform detailed analysis on existing disassortative graph datasets, and apply different non-local GNNs accordingly. Experimental results show that our non-local GNNs significantly outperform previous state-of-the-art methods on node classification tasks on six benchmark datasets of disassortative graphs.
16
+
17
+ # 2 BACKGROUND AND RELATED WORK
18
+
19
+ # 2.1 GRAPH NEURAL NETWORKS
20
+
21
+ We focus on learning the embedding vector for each node through graph neural networks (GNNs). Most existing GNNs are inspired by convolutional neural networks (CNNs) (LeCun et al., 1998) and follow a local aggregation framework. In general, each layer of GNNs scans every node in the graph and aggregates local information from directly connected nodes, i.e., the 1-hop neighbors.
22
+
23
+ Specifically, a common layer of GNNs performs a two-step processing similar to the depthwise separable convolution (Chollet, 2017): spatial aggregation and feature transformation. The first step updates each node embedding using embedding vectors of spatially neighboring nodes. For example, GCNs (Kipf & Welling, 2017) and GATs (Velickovi ˇ c et al., 2018) compute a weighted ´ sum of node embeddings within the 1-hop neighborhood, where weights come from the degree of nodes and the interaction between nodes, respectively. GraphSAGE (Hamilton et al., 2017) applies the max pooling, while GINs (Xu et al., 2019) simply sums the node embeddings. The feature transformation step is similar to the $1 \times 1$ convolution, where each node embedding vector is mapped into a new feature space through a shared linear transformation (Kipf & Welling, 2017; Hamilton et al., 2017; Velickovi ˇ c et al., 2018) or multilayer perceptron (MLP) (Xu et al., 2019). Different from ´ these studies, LGCN (Gao et al., 2018) explores to directly apply the regular convolution through top- $k$ ranking.
24
+
25
+ Nevertheless, each layer of these GNNs only aggregates local information within the 1-hop neighborhood. While stacking multiple layers can theoretically enable communication between nodes across the multi-hop neighborhood, the aggregation is essentially local. In addition, deep GNNs usually suffer from the over-smoothing problem (Xu et al., 2018; Li et al., 2018; Chen et al., 2020).
26
+
27
+ # 2.2 ASSORTATIVE AND DISASSORTATIVE GRAPHS
28
+
29
+ There are many kinds of graphs in the literature, such as citation networks (Kipf & Welling, 2017), community networks (Chen et al., 2020), co-occurrence networks (Tang et al., 2009), and webpage linking networks (Rozemberczki et al., 2019). We focus on graph datasets corresponding to the node classification tasks. In particular, we categorize graph datasets into assortative and disassortative ones (Newman, 2002; Ribeiro et al., 2017) according to the node homophily in terms of labels, i.e., how likely nodes with the same label are near each other in the graph.
30
+
31
+ Assortative graphs refer to those with a high node homophily. Common assortative graph datasets are citation networks and community networks. On the other hand, graphs in disassortative graph datasets contain more nodes that have the same label but are distant from each other. Example disassortative graph datasets are co-occurrence networks and webpage linking networks.
32
+
33
+ As introduced above, most existing GNNs perform local aggregation only and achieve good performance on assortative graphs (Kipf & Welling, 2017; Hamilton et al., 2017; Velickovi ˇ c et al., 2018; ´ Gao et al., 2018). However, they may fail on disassortative graphs, where informative nodes in the same class tend to be out of the local multi-hop neighborhood and non-local aggregation is needed. Thus, in this work, we explore the non-local GNNs.
34
+
35
+ # 2.3 ATTENTION MECHANISM
36
+
37
+ The attention mechanism (Vaswani et al., 2017) has been widely used in GNNs (Velickovi ˇ c et al., ´ 2018; Gao & Ji, 2019; Knyazev et al., 2019) as well as other deep learning models (Yang et al., 2016; Wang et al., 2018; 2020). A typical attention mechanism takes three groups of vectors as inputs, namely the query vector $q$ , key vectors $( k _ { 1 } , k _ { 2 } , \ldots , k _ { n } )$ , value vectors $( v _ { 1 } , v _ { 2 } , \ldots , v _ { n } )$ . Note that key and value vectors have a one-to-one correspondence and can be the same sometimes. The attention mechanism computes the output vector $o$ as
38
+
39
+ $$
40
+ a _ { i } = \operatorname { A r T E N D } ( q , k _ { i } ) \in \mathbb { R } , i = 1 , 2 , \dotsc , n ; \quad o = \sum _ { i } a _ { i } v _ { i } ,
41
+ $$
42
+
43
+ where the ATTEND $( \cdot )$ function could be any function that outputs a scalar attention score $a _ { i }$ from the interaction between $q$ and $k _ { i }$ , such as dot product (Gao & Ji, 2019) or even a neural network (Velickovi ˇ c et al., 2018). The definition of the three groups of input vectors depends on the ´ models and applications.
44
+
45
+ Notably, existing GNNs usually use the attention mechanism for local aggregation (Velickovi ˇ c et al., ´ 2018; Gao & Ji, 2019). Specifically, when aggregating information for node $v$ , the query vector is the embedding vector of $v$ while the key and value vectors come from node embeddings of $v$ ’s directly connected nodes. And the process is iterated for each $v \in V$ . It is worth noting that the attention mechanism can be easily extended for non-local aggregation (Wang et al., 2018; 2020), by letting the key and value vectors correspond to all the nodes in the graph when aggregating information for each node. However, it is computationally prohibitive given large-scale graphs, as iterating it for each node in a graph of $n$ nodes requires $O ( n ^ { 2 } )$ time. In this work, we propose a novel non-local aggregation method that only requires $O ( n \log { n } )$ time.
46
+
47
+ # 3 THE PROPOSED METHOD
48
+
49
+ # 3.1 NON-LOCAL AGGREGATION WITH ATTENTION-GUIDED SORTING
50
+
51
+ We consider a graph $\mathcal { G } = ( V , E )$ , where $V$ is the set of nodes and $E$ is the set of edges. Each edge $e \in E$ connects two nodes so that $E \subseteq V \times V$ . Each node $v \in V$ has a node feature vector $x _ { v } \in \bar { \mathbb { R } ^ { d } }$ . The $k$ -hop neighborhood of $v$ refers to the set of nodes $\mathcal { N } _ { k } ( v )$ that can reach $v$ within $k$ edges. For example, the set of $v$ ’s directly connected nodes is its 1-hop neighborhood $\mathcal { N } _ { 1 } ( v )$ .
52
+
53
+ Our proposed non-local aggregation framework is composed of three steps, namely local embedding, attention-guided sorting, and non-local aggregation. In the following, we describe them one by one.
54
+
55
+ Local Embedding: Our proposed framework is built upon a local embedding step that extracts local node embeddings from the node feature vectors. The local embedding step can be as simple as
56
+
57
+ $$
58
+ z _ { v } = \mathbf { M } \mathbf { L } \mathbf { P } ( x _ { v } ) \in \mathbb { R } ^ { f } , \forall v \in V .
59
+ $$
60
+
61
+ The $\mathrm { \mathbf { M L P } ( \cdot ) }$ function is a multilayer perceptron (MLP), and $f$ is the dimension of the local node embedding $z _ { v }$ . Note that the $\mathrm { \mathbf { M L P } ( \cdot ) }$ function is shared across all the nodes in the graph. Applying MLP only takes the node itself into consideration without aggregating information from the neighborhood. This property is very important on some disassortative graphs, as shown in Section 4.3.
62
+
63
+ On the other hand, graph neural networks (GNNs) can be used as the local embedding step as well, so that our proposed framework can be easily employed to augment existing GNNs. As introduced in Section 2.1, modern GNNs perform multilayer local aggregation. Typically, for each node, one layer of a GNN aggregates information from its 1-hop neighborhood. Stacking $L$ such local aggregation layers allows each node to access information that is $L$ hops away. To be specific, the $\ell \cdot$ -th layer of a $L$ -layer GNN $( \ell = 1 , 2 , \ldots , L )$ can be described as
64
+
65
+ $$
66
+ \begin{array} { r } { z _ { v } ^ { ( \ell ) } = { \mathrm { T R A N S F O R M } } ^ { ( \ell ) } \left( \mathbf { A G G R E G A T E } ^ { ( \ell ) } \left( \{ z _ { u } ^ { ( \ell - 1 ) } : u \in \mathcal { N } _ { 1 } ( v ) \cup v \} \right) \right) \in \mathbb { R } ^ { f } , \forall v \in V , } \end{array}
67
+ $$
68
+
69
+ where z(0v $z _ { v } ^ { ( 0 ) } = x _ { v }$ , and $z _ { v } ~ = ~ z _ { v } ^ { ( L ) }$ represents the local node embedding. The AGGREGATE $^ { ( \ell ) } ( \cdot )$ and TR $\mathsf { A N S F O R M } ^ { ( \ell ) } ( \cdot )$ functions represent the spatial aggregation and feature transformation step introduced in Section 2.1, respectively. With the above framework, GNNs can capture the node feature information from nodes within a local neighborhood as well as the structural information.
70
+
71
+ When either MLP or GNNs is used as the local embedding step, the local node embedding $z _ { v }$ only contains local information of a node $v$ . However, $z _ { v }$ can be used to guide non-local aggregation, as distant but informative nodes are likely to have similar node features and local structures. Based on this intuition, we propose the attention-guided sorting to enable the non-local aggregation.
72
+
73
+ Attention-Guided Sorting: The basic idea of the attention-guided sorting is to learn an ordering of nodes, where distant but informative nodes are put near each other. Specifically, given the local node embedding $z _ { v }$ obtained through the local embedding step, we compute one set of attention scores by
74
+
75
+ $$
76
+ a _ { v } = \mathrm { A T T E N D } ( c , z _ { v } ) \in \mathbb { R } , \forall v \in V ,
77
+ $$
78
+
79
+ where $c$ is a calibration vector that is randomly initialized and jointly learned during training (Yang et al., 2016). In this attention operator, $c$ serves as the query vector and $z _ { v }$ are the key vectors. In addition, we also treat $z _ { v }$ as the value vectors. However, unlike the attention mechanism introduced in Section 2.3, we use the attention scores to sort the value vectors instead of computing a weighted sum to aggregating them. Note that originally there is no ordering among nodes in a graph. To be specific, as $a _ { v }$ and $z _ { v }$ have one-to-one correspondence through Equation (4), sorting the attention scores in non-decreasing order into $( a _ { 1 } , a _ { 2 } , \ldots , a _ { n } )$ provides an ordering among nodes, where $n =$ $| V |$ is the number of nodes in the graph. The resulting sequence of local node embeddings can be denoted as $( z _ { 1 } , z _ { 2 } , \ldots , z _ { n } )$ .
80
+
81
+ The attention process in Equation (4) can be also understood as a projection of local node embeddings onto a 1-dimensional space. The projection depends on the concrete ATTEND $( \cdot )$ function and the calibration vector $c$ . As indicated by its name, the calibration vector $c$ is used to calibrate the 1-dimensional space, in order to push distant but informative nodes close to each other in this space. This goal is fulfilled through the following non-local aggregation step and the training of the calibration vector $c$ , as demonstrated below.
82
+
83
+ Non-Local Aggregation: We point out that, with the attention-guided sorting, the non-local aggregation can be achieved by convolution, the most common local aggregation operator in deep learning. Specifically, given the sorted sequence of local node embeddings $( z _ { 1 } , z _ { 2 } , \ldots , z _ { n } )$ , we compute
84
+
85
+ $$
86
+ ( \hat { z } _ { 1 } , \hat { z } _ { 2 } , \ldots , \hat { z } _ { n } ) = \mathbf { C } \mathbf { O } \mathbf { N } \mathbf { V } ( z _ { 1 } , z _ { 2 } , \ldots , z _ { n } ) ,
87
+ $$
88
+
89
+ where the $\mathrm { C o N V } ( \cdot )$ function represents a 1D convolution with appropriate padding. Note that the $\mathrm { C o N V } ( \cdot )$ function can be replaced by a 1D convolutional neural network as long as the number of input and output vectors remains the same.
90
+
91
+ To see how the $\mathrm { C o N V } ( \cdot )$ function performs non-local aggregation with the attention-guided sorting, we take an example where the $\mathrm { C o N V } ( \cdot )$ function is a 1D convolution of kernel size $2 s + 1$ . In this case, $\hat { z } _ { i }$ is computed from $( z _ { i + s } , \dots , z _ { i - s } )$ , corresponding to the receptive field of the $\operatorname { C o n v } ( \cdot )$ function. As a result, if the attention-guided sorting leads to $( z _ { i + s } , \dots , z _ { i - s } )$ containing nodes that are distant but informative to $z _ { i }$ , the output $\hat { z } _ { i }$ aggregates non-local information. Another view is that we can consider the attention-guided sorting as re-connects nodes in the graph, where $( z _ { i + s } , \dots , z _ { i - s } )$ can be treated as the 1-hop neighborhood of $z _ { i }$ . After the $\operatorname { C o n v } ( \cdot )$ function, $\hat { z } _ { i }$ and $z _ { i }$ are concatenated as the input to a classifier to predict the label of the corresponding node, where both non-local and local dependencies can be captured. In order to enable the end-to-end training of the calibration vector $c$ , we modify Equation (5) into
92
+
93
+ $$
94
+ ( \hat { z } _ { 1 } , \hat { z } _ { 2 } , \ldots , \hat { z } _ { n } ) = \mathbf { C } \mathbf { O } \mathbf { N } \mathbf { v } ( a _ { 1 } z _ { 1 } , a _ { 2 } z _ { 2 } , \ldots , a _ { n } z _ { n } ) ,
95
+ $$
96
+
97
+ where we multiply the attention score with the corresponding local node embedding. As a result, the calibration vector $c$ receives gradients through the attention scores during training.
98
+
99
+ The remaining question is how to make sure that the attention-guided sorting pushes distant but informative nodes together. The short answer is that it is not necessary to guarantee this, as the requirement of non-local aggregation depends on the concrete graphs. In fact, our proposed framework grants GNNs the ability of non-local aggregation but lets the end-to-end training process determine whether to use non-local information. The back-propagation from the supervised loss will tune the calibration vector $c$ and encourage $\hat { z } _ { i }$ to capture useful information that is not encoded by $z _ { i }$ . In the case of disassortative graphs, $\hat { z } _ { i }$ usually needs to aggregate information from distant but informative nodes. Hence, the calibration vector $c$ tends to arrange the attention-guided sorting to put distant but informative nodes together, as demonstrated experimentally in Section 4.5. On the other hand, nodes within the local neighborhood are usually much more informative than distant nodes in assortative graphs. In this situation, $\hat { z } _ { i }$ may simply perform local aggregation that is similar to GNNs.
100
+
101
+ In Section 4, we demonstrate the effectiveness of our proposed non-local aggregation framework on six disassortative graph datasets. In particular, we achieve the state-of-the-art performance on all the datasets with significant improvements over previous methods.
102
+
103
+ # 3.2 TIME COMPLEXITY ANALYSIS
104
+
105
+ We perform theoretical analysis of the time complexity of our proposed framework. As discussed in Section 2.3, using the attention mechanism (Vaswani et al., 2017; Wang et al., 2018; 2020) to achieve non-local aggregation requires $O ( n ^ { 2 } )$ time for a graph of $n$ nodes. Essentially, the $O ( n ^ { 2 } )$
106
+
107
+ time complexity is due to the fact that the ATTEND(·) function needs to be computed between every pair of nodes. In particular, the recently proposed Geom-GCN (Pei et al., 2020) contains a similar non-local aggregation step. For each $v \in V$ , Geom-GCN finds the set of nodes from which the Euclidean distance to $v$ is less than a pre-defined number, where the Euclidean distance between every pair of nodes needs to be computed. As the computation of the the Euclidean distance between two nodes can be understood as the ATTEND(·) function, Geom-GCN has at least $O ( n ^ { 2 } )$ time complexity.
108
+
109
+ In contrast, our proposed non-local aggregation framework requires only $O ( n \log n )$ time. To see this, note that the ATTEND(·) function in Equation (4) only needs to be computed once, instead of iterating it for each node. As a result, computing the attention scores only takes $O ( n )$ time. Therefore, the time complexity of sorting, i.e. ${ \bar { O } } ( n \log n )$ , dominates the total time complexity of our proposed framework. In Section 4.6, we compare the real running time on different datasets among common GNNs, Geom-GCN, and our non-local GNNs as introduced in the next section.
110
+
111
+ # 3.3 EFFICIENT NON-LOCAL GRAPH NEURAL NETWORKS
112
+
113
+ We apply our proposed non-local aggregation framework to build efficient non-local GNNs. Recall that our proposed framework starts with the local embedding step, followed by the attention-guided sorting and the non-local aggregation step.
114
+
115
+ In particular, the local embedding step can be implemented by either MLP or common GNNs, such as GCNs (Kipf & Welling, 2017) or GATs (Velickovi ˇ c et al., 2018). MLP extracts the local node ´ embedding only from the node feature vector and excludes the information from nodes within the local neighborhood. This property can be helpful on some disassortative graphs, where nodes within the local neighborhood provide more noises than useful information. On other disassortative graphs, informative nodes locate in both local neighborhood and distant locations. In this case, GNNs are more suitable as the local embedding step. Depending on the disassortative graphs in hand, we build different non-local GNNs with either MLP or GNNs as the local embedding step. In Section 4.3, we show that these two categories of disassortative graphs can be distinguished through simple experiments, where we apply different non-local GNNs accordingly. Specifically, the number of layers is set to 2 for both MLP and GNNs.
116
+
117
+ In terms of the attention-guided sorting, we only need to specify the ATTEND $( \cdot )$ function in Equation (4). In order to make it as efficient as possible, we choose the ATTEND $( \cdot )$ function as
118
+
119
+ $$
120
+ \begin{array} { r } { a _ { v } = \mathrm { A T T E N D } ( c , z _ { v } ) = c ^ { T } z _ { v } \in \mathbb { R } , \forall v \in V , } \end{array}
121
+ $$
122
+
123
+ where $c$ is part of the training parameters, as described in Section 3.1.
124
+
125
+ With the attention-guided sorting, we can implement the non-local aggregation step through convolution, as explained in Section 3.1 and shown in Equation (6). Specifically, $\mathrm { C o N V } ( \cdot )$ function is set as a 2-layer convolutional neural network composed of two 1D convolutions. The kernel size is set to 3 or 5 depending on the datasets. The activation function is ReLU (Krizhevsky et al., 2012).
126
+
127
+ Finally, we use a linear classifier that takes the concatenation of $\hat { z } _ { i }$ and $z _ { i }$ as inputs and makes prediction for the corresponding node. Depending on the local embedding step, we build three efficient non-local GNNs, namely non-local MLP (NLMLP), non-local GCN (NLGCN), and nonlocal GAT (NLGAT). The models can be end-to-end trained with the classification loss.
128
+
129
+ # 4 EXPERIMENTS
130
+
131
+ # 4.1 DATASETS
132
+
133
+ We perform experiments on six disassortative graph datasets (Rozemberczki et al., 2019; Tang et al., 2009; Pei et al., 2020) (Chameleon, Squirrel, Actor, Cornell, Texas, Wisconsin) and three assortative graph datasets (Sen et al., 2008) (Cora, Citeseer, Pubmed). These datasets are commonly used to evaluate GNNs on node classification tasks (Kipf & Welling, 2017; Velickovi ˇ c et al., 2018; Gao ´ et al., 2018; Pei et al., 2020). We provide detailed descriptions of disassortative graph datasets in Appendix A.1. In order to distinguish assortative and disassortative graph datasets, Pei et al. (2020)
134
+
135
+ propose a metric to measure the homophily of a graph $\mathcal { G }$ , defined as
136
+
137
+ $$
138
+ H ( \mathcal { G } ) = \frac { 1 } { | V | } \sum _ { v \in V } \frac { \mathrm { N u m b e r ~ o f ~ } v ^ { \circ } \mathrm { ~ s d i r e c t l y ~ c o n n e c t e d ~ n o d e s ~ w h o ~ h a v e ~ t h e ~ s a m e ~ l a b e l ~ a s ~ } v } { \mathrm { N u m b e r ~ o f ~ } v ^ { \circ } \mathrm { ~ s d i r e c t l y ~ c o n n e c t e d ~ n o d e s } } .
139
+ $$
140
+
141
+ Intuitively, a large $H ( { \mathcal { G } } )$ indicates an assortative graph, and vice versa. The $H ( { \mathcal { G } } )$ and other statistics are summarized in Table 1.
142
+
143
+ Table 1: Statistics of the nine datasets used in our experiments. The definition of $H ( { \mathcal { G } } )$ is provided in Section 4.1. $H ( { \mathcal { G } } )$ can be used to distinguish assortative and disassortative graph datasets.
144
+
145
+ <table><tr><td colspan="5">Assortative</td><td colspan="5">Disassortative</td></tr><tr><td>Datasets</td><td>Cora</td><td>Citeseer</td><td>Pubmed</td><td>Chameleon</td><td>Squirrel</td><td>Actor</td><td>Cornell</td><td>Texas</td><td>Wisconsin</td></tr><tr><td>H(G)</td><td>0.83</td><td>0.71</td><td>0.79</td><td>0.25</td><td>0.22</td><td>0.24</td><td>0.11</td><td>0.06</td><td>0.16</td></tr><tr><td>#Nodes</td><td>2708</td><td>3327</td><td>19717</td><td>2277</td><td>5201</td><td>7600</td><td>183</td><td>183</td><td>251</td></tr><tr><td>#Edges</td><td>5429</td><td>4732</td><td>44338</td><td>36101</td><td>217073</td><td>33544</td><td>295</td><td>309</td><td>499</td></tr><tr><td>#Features</td><td>1433</td><td>3703</td><td>500</td><td>2325</td><td>2089</td><td>931</td><td>1703</td><td>1703</td><td>1703</td></tr><tr><td>#Classes</td><td>7</td><td>6</td><td>3</td><td>5</td><td>5</td><td>5</td><td>5</td><td>5</td><td>5</td></tr></table>
146
+
147
+ In our experiments, we focus on comparing the model performance on disassortative graph datasets, in order to demonstrate the effectiveness of our non-local aggregation framework. The performances on assortative graph datasets are provided for reference, indicating that the proposed framework will not hurt the performance when non-local aggregation is not strongly desired.
148
+
149
+ # 4.2 BASELINES
150
+
151
+ We compare our proposed non-local MLP (NLMLP), non-local GCN (NLGCN), and non-local GAT (NLGAT) with various baselines: (1) MLP is the simplest deep learning model. It makes prediction solely based on the node feature vectors, without aggregating any local or non-local information. (2) GCN (Kipf & Welling, 2017) and GAT (Velickovi ˇ c et al., 2018) are the most common ´ GNNs. As introduced in Section 2.1, they only perform local aggregation. (3) Geom-GCN (Pei et al., 2020) is a recently proposed GNN that can capture long-range dependencies. It is the current stateof-the-art model on several disassortative graph datasets. Geom-GCN requires the use of different node embedding methods, such as Isomap (Tenenbaum et al., 2000), Poincare (Nickel & Kiela, 2017), and struc2vec (Ribeiro et al., 2017). We simply report the best results from Pei et al. (2020) for Geom-GCN and the following two variants without specifying the node embedding method. (4) Geom-GCN- $\mathbf { g }$ (Pei et al., 2020) is a variant of Geom-GCN that performs local aggregation only. It is similar to common GNNs. (5) Geom-GCN-s (Pei et al., 2020) is a variant of Geom-GCN that does not force local aggregation. The designed functionality is similar to our NLMLP.
152
+
153
+ We implement MLP, GCN, GAT, and our methods using Pytorch (Adam et al., 2017) and Pytorch Geometric (Fey & Lenssen, 2019). As has been discussed1, in fair settings, the results of GCN and GAT differ from those in Pei et al. (2020).
154
+
155
+ On each dataset, we follow Pei et al. (2020) and randomly split nodes of each class into $60 \%$ , $20 \%$ , and $20 \%$ for training, validation, and testing. The experiments are repeatedly run 10 times with different random splits and the average test accuracy over these 10 runs are reported. Testing is performed when validation accuracy achieves maximum on each run. Apart from the details specified in Section 3.3, we tune the following hyperparameters individually for our proposed models: (1) the number of hidden unit $\in \{ 1 6 , 4 8 , 9 6 \}$ , (2) dropout rate $\in \{ 0 , 0 . 5 , 0 . 8 \}$ , (3) weight decay $\in \{ 0 , 5 \mathrm { e } { - } 4$ , 5e-5, 5e-6}, and (4) learning rate $\in \{ 0 . 0 1 , 0 . 0 5 \}$ .
156
+
157
+ # 4.3 ANALYSIS OF DISASSORTATIVE GRAPH DATASETS
158
+
159
+ As discussed in Section 3.3, the disassortative graph datasets can be divided into two categories. Nodes within the local neighborhood provide more noises than useful information in disassortative graphs belonging to the first category. Therefore, local aggregation should be avoided in models on such disassortative graphs. As for the second category, informative nodes locate in both local neighborhood and distant locations. Intuitively, a graph with lower $H ( { \mathcal { G } } )$ is more likely to be in the first category. However, it is not an accurate way to determine the two categories.
160
+
161
+ Knowing the exact category of a disassortative graph is crucial, as we need to apply non-local GNNs accordingly. As analyzed above, the key difference lies in whether the local aggregation is useful. Hence, we can distinguish two categories of disassortative graphs by comparing the performance between MLP and common GNNs (GCN, GAT) on each of the six disassortative graph datasets.
162
+
163
+ Table 2: Comparisons between MLP and common GNNs. These analytical experiments are used to determine the two categories of disassortative graph datasets, as introduced in Section 4.3.
164
+
165
+ <table><tr><td colspan="5">Assortative</td><td colspan="5">Disassortative</td></tr><tr><td>Datasets</td><td>Cora</td><td>Citeseer</td><td>Pubmed</td><td>Chameleon</td><td>Squirrel</td><td>Actor</td><td>Cornell</td><td>Texas</td><td>Wisconsin</td></tr><tr><td>MLP</td><td>76.5±1.3</td><td>73.6±1.9</td><td>87.5±0.4</td><td>48.5±3.0</td><td>31.5±1.4</td><td>35.1±0.8</td><td>81.6±6.3</td><td>81.3±7.1</td><td>84.9±5.3</td></tr><tr><td>GCN</td><td>88.2±1.2</td><td>75.7±1.3</td><td>88.4±0.6</td><td>67.6±2.4</td><td>54.9±1.9</td><td>30.3±1.6</td><td>54.2±7.3</td><td>61.1±7.0</td><td>59.6±4.5</td></tr><tr><td>GAT</td><td>88.4±1.4</td><td>76.1±1.0</td><td>87.0±0.3</td><td>65.0±3.7</td><td>51.3±2.5</td><td>29.4±1.2</td><td>56.3±4.3</td><td>57.9±6.1</td><td>57.8±4.3</td></tr></table>
166
+
167
+ The results are summarized in Table 2. We can see that Actor, Cornell, Texas, and Wisconsin fall into the first category, while Chameleon and Squirrel belong to the second category. We add the performance on assortative graph datasets for reference, where the local aggregation is effective so that GNNs tend to outperform MLP.
168
+
169
+ # 4.4 COMPARISONS WITH BASELINES
170
+
171
+ According to the insights from Section 4.3, we apply different non-local GNNs according to the category of disassortative graph datasets, and make comparisons with corresponding baselines.
172
+
173
+ Specifically, we employ NLMLP on Actor, Cornell, Texas, and Wisconsin. The corresponding baselines are MLP, Geom-GCN, and Geom-GCN-s, as Table 2 has shown that GCN and GAT perform much worse than MLP on these datasets. And Geom-GCN- $\mathbf { g }$ is similar to GCN and has worse performance than Geom-GCN-s, which is shown in Ap
174
+
175
+ Table 3: Comparisons between our NLMLP and strong baselines on the four disassortative graph datasets belonging to the first category as defined in Section 4.3.
176
+
177
+ <table><tr><td>Datasets</td><td>Actor</td><td>Cornell</td><td>Texas</td><td>Wisconsin</td></tr><tr><td>MLP</td><td>35.1±0.8</td><td>81.6±6.3</td><td>81.3±7.1</td><td>84.9±5.3</td></tr><tr><td>Geom-GCN</td><td>31.6</td><td>60.8</td><td>67.6</td><td>64.1</td></tr><tr><td>Geom-GCN-s</td><td>34.6</td><td>75.4</td><td>73.5</td><td>80.4</td></tr><tr><td>NLMLP</td><td>37.9±1.3</td><td>84.9±5.7</td><td>85.4±3.8</td><td>87.3±4.3</td></tr></table>
178
+
179
+ pendix A.2. The comparison results are reported in Table 3. While Geom-GCN-s are the previous state-of-the-art GNNs on these datasets (Pei et al., 2020), we find that MLP consistently outperforms Geom-GCN-s by large margins. In particular, although Geom-GCN-s does not explicitly perform local aggregation, it is still outperformed by MLP. A possible explanation is that Geom-GCN-s uses pre-trained node embeddings, which aggregates information from the local neighborhood implicitly. In contrast, our NLMLP is built upon MLP with the proposed non-local aggregation framework, which excludes the local noises and collects useful information from non-local informative nodes. The NLMLP sets the new state-of-the-art performance on these disassortative graph datasets.
180
+
181
+ On Chameleon and Squirrel that belong to the second category of disassortative graph datasets, we apply NLGCN and NLGAT accordingly. The baselines are GCN, GAT, Geom-GCN, and Geom-GCN- $\mathbf { g }$ . On these datasets, these baselines that explicitly perform local aggregation show advantages over MLP and Geom-GCN-s, as shown in Appendix A.2. As shown in Table 4, our proposed NLGCN achieves the best performance on both datasets. In addition, it is worth noting that our NLGCN and NLGAT are built upon GCN and GAT, respectively. They show improvements over their counterparts, which indicates that the advantages of our proposed non-local aggregation framework are general for common GNNs.
182
+
183
+ Table 4: Comparisons between our NLGCN, NLGAT and strong baselines on the two disassortative graph datasets belonging to the second category as defined in Section 4.3.
184
+
185
+ <table><tr><td>Datasets</td><td>Chameleon</td><td>Squirrel</td></tr><tr><td>GCN</td><td>67.6±2.4</td><td>54.9±1.9</td></tr><tr><td>GAT</td><td>65.0±3.7</td><td>51.3±2.5</td></tr><tr><td>Geom-GCN</td><td>60.9</td><td>38.1</td></tr><tr><td>Geom-GCN-g</td><td>68.0</td><td>46.0</td></tr><tr><td>NLGCN</td><td>70.1±2.9</td><td>59.0±1.2</td></tr><tr><td>NLGAT</td><td>65.7±1.4</td><td>56.8±2.5</td></tr></table>
186
+
187
+ We provide the results of all the models on all datasets in Appendix A.2 for reference.
188
+
189
+ # 4.5 ANALYSIS OF THE ATTENTION-GUIDED SORTING
190
+
191
+ We analyze the results of the attention-guided sorting in our proposed framework, in order to show that our non-local GNNs indeed perform non-local aggregation.
192
+
193
+ Suppose the attention-guided sorting leads to the sorted sequence $( z _ { 1 } , z _ { 2 } , \ldots , z _ { n } )$ , which goes through a convolution or CNN into $\left( \hat { z } _ { 1 } , \hat { z } _ { 2 } , \dots , \hat { z } _ { n } \right)$ . As discussed in Section 3.1, we can consider the sequence $( z _ { 1 } , z _ { 2 } , \ldots , z _ { n } )$ as a re-connected graph $\hat { \mathcal G }$ , where we treat nodes within the receptive field of $\hat { z } _ { i }$ as directly connected to $z _ { i }$ , i.e. $z _ { i }$ ’s 1-hop neighborhood. The information within this new 1-hop neighborhood will be aggregated. If our non-local GNNs indeed perform non-local aggregation, the homophily of the re-connected graph should be larger than the original graph. Therefore, we compute $H ( \hat { \mathcal G } )$ for each dataset to verify this statement. Following Section 4.4, we apply NLMLP on Actor, Cornell, Texas, and Wisconsin and NLGCN on Chameleon and Squirrel.
194
+
195
+ Figure 1 compares $H ( \hat { \mathcal G } )$ with $H ( { \mathcal { G } } )$ for each dataset. We can observe that $H ( \hat { \mathcal G } )$ is much larger than $H ( { \mathcal { G } } )$ , indicating that distant but informative nodes are near each other in the re-connected graph $\hat { \mathcal G }$ . We also provide the visualizations of the sorted sequence for Cornell and Texas. We can see that nodes with the same label tend to be clustered together. These facts indicate that our non-local GNNs perform non-local aggregation with the attention-guided sorting.
196
+
197
+ ![](images/ce6b80695989c7253e5e2d1b0da6b98cab5728cae3949ffc7571a9f7cafbd3a1.jpg)
198
+ Figure 1: (a) Comparisons of the homophily between the original graph and the re-connected graph given by our NLGCN on Chameleon and Squirrel. (b) Comparisons of the homophily between the original graph and the re-connected graph given by our NLMLP on Actor, Cornell, Texas, and Wisconsin. (c) Visualization of sorted node sequence after the attention-guided sorting for Cornell and Texas. The colors denote node labels. Details are explained in Section 4.5.
199
+
200
+ # 4.6 EFFICIENCY COMPARISONS
201
+
202
+ As analyzed in Section 3.2, our proposed nonlocal aggregation framework is more efficient than previous methods based on the original attention mechanism, such as Geom-GCN (Pei et al., 2020). Concretely, our method requires only $O ( n \log n )$ computation time in contrast to $O ( n ^ { 2 } )$ . In this section, we compare the real running time to verify our analysis. Specifi
203
+
204
+ Table 5: Comparisons in terms of real running time (milliseconds).
205
+
206
+ <table><tr><td></td><td>Chameleon</td><td>Squirrel</td></tr><tr><td>GCN</td><td>22.2 (1.0×)</td><td>14.3 (1.0×)</td></tr><tr><td>GAT</td><td>33.2 (1.5x)</td><td>163.3 (11.4×)</td></tr><tr><td>Geom-GCN</td><td>3615.0 (163.1×)</td><td>10430.0 (727.3×)</td></tr><tr><td>NLGCN</td><td>26.3 (1.2×)</td><td>39.6 (2.8×)</td></tr></table>
207
+
208
+ cally, we compare NLGCN with Geom-GCN as well as GCN and GAT. For Geom-GCN, we use the code provided in Pei et al. (2020). Each model is trained for 500 epochs on each dataset and the average training time per epoch is reported.
209
+
210
+ The results are shown in Table 5. Although our NLGCN is built upon GCN, it is just slightly slower than GCN and faster than GAT, showing the efficiency of our non-local aggregation framework. On the other hand, Geom-GCN is significantly slower due to the fact that it has $\bar { O ( n ^ { 2 } ) }$ time complexity.
211
+
212
+ # 5 CONCLUSION
213
+
214
+ In this work, we propose a simple yet effective non-local aggregation framework for GNNs. The core of the framework is an efficient attention-guided sorting, which enables non-local aggregation through convolution. The proposed framework can be easily used to build non-local GNNs with low computational costs. We perform thorough experiments on node classification tasks to evaluate our proposed method. In particular, we experimentally analyze existing disassortative graph datasets and apply different non-local GNNs accordingly. The results show that our non-local GNNs significantly outperform previous state-of-the-art methods on six benchmark datasets of disassortative graphs, in terms of both accuracy and speed.
215
+
216
+ # REFERENCES
217
+
218
+ Paszke Adam, Gross Sam, Chintala Soumith, Chanan Gregory, Yang Edward, D Zachary, Lin Zeming, Desmaison Alban, Antiga Luca, and Lerer Adam. Automatic differentiation in pytorch. In Proceedings of Neural Information Processing Systems Autodiff Workshop, 2017.
219
+
220
+ Deli Chen, Yankai Lin, Wei Li, Peng Li, Jie Zhou, and Xu Sun. Measuring and relieving the oversmoothing problem for graph neural networks from the topological view. In Thirty-Fourth AAAI Conference on Artificial Intelligence, 2020.
221
+
222
+ Franc¸ois Chollet. Xception: Deep learning with depthwise separable convolutions. In Proceedings of the IEEE conference on computer vision and pattern recognition, pp. 1251–1258, 2017.
223
+
224
+ Michael Defferrard, Xavier Bresson, and Pierre Vandergheynst. Convolutional neural networks ¨ on graphs with fast localized spectral filtering. In Advances in Neural Information Processing Systems, pp. 3844–3852, 2016.
225
+
226
+ Federico Errica, Marco Podda, Davide Bacciu, and Alessio Micheli. A fair comparison of graph neural networks for graph classification. In International Conference on Learning Representations, 2020.
227
+
228
+ Matthias Fey and Jan E. Lenssen. Fast graph representation learning with PyTorch Geometric. In ICLR Workshop on Representation Learning on Graphs and Manifolds, 2019.
229
+
230
+ Hongyang Gao and Shuiwang Ji. Graph representation learning via hard and channel-wise attention networks. In Proceedings of the 25th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining, pp. 741–749, 2019.
231
+
232
+ Hongyang Gao, Zhengyang Wang, and Shuiwang Ji. Large-scale learnable graph convolutional networks. In Proceedings of the 24th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining, pp. 1416–1424, 2018.
233
+
234
+ Will Hamilton, Zhitao Ying, and Jure Leskovec. Inductive representation learning on large graphs. In Advances in Neural Information Processing Systems, pp. 1024–1034, 2017.
235
+
236
+ Thomas N. Kipf and Max Welling. Semi-supervised classification with graph convolutional networks. In International Conference on Learning Representations, 2017.
237
+
238
+ Boris Knyazev, Graham W Taylor, and Mohamed Amer. Understanding attention and generalization in graph neural networks. In Advances in Neural Information Processing Systems, pp. 4204–4214, 2019.
239
+
240
+ Alex Krizhevsky, Ilya Sutskever, and Geoffrey E Hinton. Imagenet classification with deep convolutional neural networks. In Advances in Neural Information Processing Systems, pp. 1097–1105, 2012.
241
+
242
+ Yann LeCun, Leon Bottou, Yoshua Bengio, and Patrick Haffner. Gradient-based learning applied to ´ document recognition. Proceedings of the IEEE, 86(11):2278–2324, 1998.
243
+
244
+ Junhyun Lee, Inyeop Lee, and Jaewoo Kang. Self-attention graph pooling. In International Conference on Machine Learning, pp. 3734–3743, 2019.
245
+
246
+ Qimai Li, Zhichao Han, and Xiao-Ming Wu. Deeper insights into graph convolutional networks for semi-supervised learning. In Thirty-Second AAAI Conference on Artificial Intelligence, 2018.
247
+
248
+ Mark EJ Newman. Assortative mixing in networks. Physical review letters, 89(20):208701, 2002.
249
+
250
+ Maximillian Nickel and Douwe Kiela. Poincare embeddings for learning hierarchical representa- ´ tions. In Advances in Neural Information Processing Systems, pp. 6338–6347, 2017.
251
+
252
+ Hongbin Pei, Bingzhe Wei, Kevin Chen-Chuan Chang, Yu Lei, and Bo Yang. Geom-GCN: Geometric graph convolutional networks. In International Conference on Learning Representations, 2020.
253
+
254
+ Leonardo FR Ribeiro, Pedro HP Saverese, and Daniel R Figueiredo. struc2vec: Learning node representations from structural identity. In Proceedings of the 23rd ACM SIGKDD International Conference on Knowledge Discovery & Data Mining, pp. 385–394, 2017.
255
+
256
+ Benedek Rozemberczki, Carl Allen, and Rik Sarkar. Multi-scale attributed node embedding. arXiv preprint arXiv:1909.13021, 2019.
257
+
258
+ Kristof Schutt, Pieter-Jan Kindermans, Huziel Enoc Sauceda Felix, Stefan Chmiela, Alexandre ¨ Tkatchenko, and Klaus-Robert Muller. Schnet: A continuous-filter convolutional neural network ¨ for modeling quantum interactions. In Advances in Neural Information Processing Systems, pp. 991–1001, 2017.
259
+
260
+ Prithviraj Sen, Galileo Namata, Mustafa Bilgic, Lise Getoor, Brian Galligher, and Tina Eliassi-Rad. Collective classification in network data. AI magazine, 29(3):93–93, 2008.
261
+
262
+ Jie Tang, Jimeng Sun, Chi Wang, and Zi Yang. Social influence analysis in large-scale networks. In Proceedings of the 15th ACM SIGKDD international conference on Knowledge discovery and data mining, pp. 807–816, 2009.
263
+
264
+ Joshua B Tenenbaum, Vin De Silva, and John C Langford. A global geometric framework for nonlinear dimensionality reduction. science, 290(5500):2319–2323, 2000.
265
+
266
+ Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N Gomez, Łukasz Kaiser, and Illia Polosukhin. Attention is all you need. In Advances in Neural Information Processing Systems, pp. 5998–6008, 2017.
267
+
268
+ Petar Velickovi ˇ c, Guillem Cucurull, Arantxa Casanova, Adriana Romero, Pietro Lio, and Yoshua ´ Bengio. Graph attention networks. In International Conference on Learning Representations, 2018.
269
+
270
+ Xiaolong Wang, Ross Girshick, Abhinav Gupta, and Kaiming He. Non-local neural networks. In Proceedings of the IEEE conference on computer vision and pattern recognition, pp. 7794–7803, 2018.
271
+
272
+ Zhengyang Wang, Na Zou, Dinggang Shen, and Shuiwang Ji. Non-local U-Nets for biomedical image segmentation. In Thirty-Fourth AAAI Conference on Artificial Intelligence, 2020.
273
+
274
+ Zonghan Wu, Shirui Pan, Fengwen Chen, Guodong Long, Chengqi Zhang, and Philip S Yu. A comprehensive survey on graph neural networks. arXiv preprint arXiv:1901.00596, 2019.
275
+
276
+ Keyulu Xu, Chengtao Li, Yonglong Tian, Tomohiro Sonobe, Ken-ichi Kawarabayashi, and Stefanie Jegelka. Representation learning on graphs with jumping knowledge networks. In International Conference on Machine Learning, pp. 5449–5458, 2018.
277
+
278
+ Keyulu Xu, Weihua Hu, Jure Leskovec, and Stefanie Jegelka. How powerful are graph neural networks? In International Conference on Learning Representations, 2019.
279
+
280
+ Pinar Yanardag and SVN Vishwanathan. Deep graph kernels. In Proceedings of the 21th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, pp. 1365–1374. ACM, 2015.
281
+
282
+ Zichao Yang, Diyi Yang, Chris Dyer, Xiaodong He, Alex Smola, and Eduard Hovy. Hierarchical attention networks for document classification. In Proceedings of the 2016 Conference of the North American chapter of the Association for Computational Linguistics: Human Language Technologies, pp. 1480–1489, 2016.
283
+
284
+ Zhitao Ying, Jiaxuan You, Christopher Morris, Xiang Ren, Will Hamilton, and Jure Leskovec. Hierarchical graph representation learning with differentiable pooling. In Advances in Neural Information Processing Systems, pp. 4800–4810, 2018.
285
+
286
+ Hao Yuan and Shuiwang Ji. StructPool: Structured graph pooling via conditional random fields. In International Conference on Learning Representations, 2020.
287
+
288
+ Muhan Zhang, Zhicheng Cui, Marion Neumann, and Yixin Chen. An end-to-end deep learning architecture for graph classification. In Thirty-Second AAAI Conference on Artificial Intelligence, 2018a.
289
+
290
+ Si Zhang, Hanghang Tong, Jiejun Xu, and Ross Maciejewski. Graph convolutional networks: Algorithms, applications and open challenges. In International Conference on Computational Social Networks, pp. 79–91. Springer, 2018b.
291
+
292
+ # A APPENDIX
293
+
294
+ A.1 DETAILS OF DISASSORTATIVE GRAPH DATASETS
295
+
296
+ Here are the details of disassortative graph datasets used in our experiments:
297
+
298
+ • Chameleon and Squirrel are Wikipedia networks (Rozemberczki et al., 2019) where nodes represent web pages from Wikipedia and edges indicate mutual links between pages. Node feature vectors are bag-of-word representation of informative nouns in the corresponding pages. Each node is labeled with one of five classes according to the number of the average monthly traffic of the web page.
299
+ • Actor is an actor co-occurrence network, where nodes denote actors and edges indicate cooccurrence on the same web page from Wikipedia. It is extracted from the film-directoractor-writer network proposed by Tang et al. (Tang et al., 2009). Node feature vectors are bag-of-word representation of keywords in the actors’ Wikipedia pages. Each node is labeled with one of five classes according to the topic of the actor’s Wikipedia page. Cornell, Texas, and Wisconsin come from the WebKB dataset collected by Carnegie Mellon University. Nodes represent web pages and edges denote hyperlinks between them. Node feature vectors are bag-of-word representation of the corresponding web pages. Each node is labeled with one of student, project, course, staff, and faculty.
300
+
301
+ # A.2 FULL EXPERIMENTAL RESULTS
302
+
303
+ Table 6: Comparisons between our NLMLP, NLGCN, NLGAT and baselines on all the nine datasets.
304
+
305
+ <table><tr><td></td><td colspan="3">Assortative</td><td colspan="6">Disassortative</td></tr><tr><td>Datasets</td><td>Cora</td><td>Citeseer</td><td>Pubmed</td><td>Chameleon</td><td>Squirrel</td><td>Actor</td><td>Cornell</td><td>Texas</td><td>Wisconsin</td></tr><tr><td>MLP</td><td>76.5±1.3</td><td>73.6±1.9</td><td>87.5±0.4</td><td>48.5±3.0</td><td>31.5±1.4</td><td>35.1±0.8</td><td>81.6±6.3</td><td>81.3±7.1</td><td>84.9±5.3</td></tr><tr><td>GCN</td><td>88.2±1.2</td><td>75.7±1.3</td><td>88.4±0.6</td><td>67.6±2.4</td><td>54.9±1.9</td><td>30.3±1.6</td><td>54.2±7.3</td><td>61.1±7.0</td><td>59.6±4.5</td></tr><tr><td>GAT</td><td>88.4±1.4</td><td>76.1±1.0</td><td>87.0±0.3</td><td>65.0±3.7</td><td>51.3±2.5</td><td>29.4±1.2</td><td>56.3±4.3</td><td>57.9±6.1</td><td>57.8±4.3</td></tr><tr><td>Geom-GCN</td><td>85.3</td><td>78.0</td><td>90.1</td><td>60.9</td><td>38.1</td><td>31.6</td><td>60.8</td><td>67.6</td><td>64.1</td></tr><tr><td>Geom-GCN-g</td><td>87.0</td><td>80.6</td><td>90.7</td><td>68.0</td><td>46.0</td><td>32.0</td><td>67.0</td><td>73.1</td><td>69.4</td></tr><tr><td>Geom-GCN-s</td><td>73.3</td><td>72.2</td><td>87.0</td><td>61.6</td><td>38.0</td><td>34.6</td><td>75.4</td><td>73.5</td><td>80.4</td></tr><tr><td>NLMLP</td><td>76.9±1.8</td><td>73.4±1.9</td><td>88.2±0.5</td><td>50.7±2.2</td><td>33.7±1.5</td><td>37.9±1.3</td><td>84.9±5.7</td><td>85.4±3.8</td><td>87.3±4.3</td></tr><tr><td>NLGCN</td><td>88.1±1.0</td><td>75.2±1.4</td><td>89.0±0.5</td><td>70.1±2.9</td><td>59.0±1.2</td><td>31.6±1.0</td><td>57.6±5.5</td><td>65.5±6.6</td><td>60.2±5.3</td></tr><tr><td>NLGAT</td><td>88.5±1.8</td><td>76.2±1.6</td><td>88.2±0.3</td><td>65.7±1.4</td><td>56.8±2.5</td><td>29.5±1.3</td><td>54.7±7.6</td><td>62.6±7.1</td><td>56.9±7.3</td></tr></table>
parse/train/heqv8eIweMY/heqv8eIweMY_content_list.json ADDED
@@ -0,0 +1,1614 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "type": "text",
4
+ "text": "NON-LOCAL GRAPH NEURAL NETWORKS ",
5
+ "text_level": 1,
6
+ "bbox": [
7
+ 176,
8
+ 98,
9
+ 679,
10
+ 121
11
+ ],
12
+ "page_idx": 0
13
+ },
14
+ {
15
+ "type": "text",
16
+ "text": "Anonymous authors Paper under double-blind review ",
17
+ "bbox": [
18
+ 183,
19
+ 145,
20
+ 398,
21
+ 172
22
+ ],
23
+ "page_idx": 0
24
+ },
25
+ {
26
+ "type": "text",
27
+ "text": "ABSTRACT ",
28
+ "text_level": 1,
29
+ "bbox": [
30
+ 454,
31
+ 209,
32
+ 544,
33
+ 226
34
+ ],
35
+ "page_idx": 0
36
+ },
37
+ {
38
+ "type": "text",
39
+ "text": "Modern graph neural networks (GNNs) learn node embeddings through multilayer local aggregation and achieve great success in applications on assortative graphs. However, tasks on disassortative graphs usually require non-local aggregation. In addition, we find that local aggregation is even harmful for some disassortative graphs. In this work, we propose a simple yet effective non-local aggregation framework with an efficient attention-guided sorting for GNNs. Based on it, we develop various non-local GNNs. We perform thorough experiments to analyze disassortative graph datasets and evaluate our non-local GNNs. Experimental results demonstrate that our non-local GNNs significantly outperform previous state-of-the-art methods on six benchmark datasets of disassortative graphs, in terms of both model performance and efficiency. ",
40
+ "bbox": [
41
+ 233,
42
+ 241,
43
+ 764,
44
+ 393
45
+ ],
46
+ "page_idx": 0
47
+ },
48
+ {
49
+ "type": "text",
50
+ "text": "1 INTRODUCTION ",
51
+ "text_level": 1,
52
+ "bbox": [
53
+ 176,
54
+ 420,
55
+ 336,
56
+ 435
57
+ ],
58
+ "page_idx": 0
59
+ },
60
+ {
61
+ "type": "text",
62
+ "text": "Graph neural networks (GNNs) process graphs and map each node to an embedding vector (Zhang et al., 2018b; Wu et al., 2019). These node embeddings can be directly used for node-level applications, such as node classification (Kipf & Welling, 2017) and link prediction (Schutt et al., 2017). ¨ In addition, they can be used to learn the graph representation vector with graph pooling (Ying et al., 2018; Zhang et al., 2018a; Lee et al., 2019; Yuan & Ji, 2020), in order to fit graph-level tasks (Yanardag & Vishwanathan, 2015). Many variants of GNNs have been proposed, such as ChebNets (Defferrard et al., 2016), GCNs (Kipf & Welling, 2017), GraphSAGE (Hamilton et al., 2017), GATs (Velickovi ˇ c et al., 2018), LGCN (Gao et al., 2018) and GINs (Xu et al., 2019). Their ´ advantages have been shown on various graph datasets and tasks (Errica et al., 2020). However, these GNNs share a multilayer local aggregation framework, which is similar to convolutional neural networks (CNNs) (LeCun et al., 1998) on grid-like data such as images and texts. ",
63
+ "bbox": [
64
+ 174,
65
+ 450,
66
+ 825,
67
+ 603
68
+ ],
69
+ "page_idx": 0
70
+ },
71
+ {
72
+ "type": "text",
73
+ "text": "In recent years, the importance of non-local aggregation has been demonstrated in many applications in the field of computer vision (Wang et al., 2018; 2020) and natural language processing (Vaswani et al., 2017). In particular, the attention mechanism has been widely explored to achieve non-local aggregation and capture long-range dependencies from distant locations. Basically, the attention mechanism measures the similarity between every pair of locations and enables information to be communicated among distant but similar locations. In terms of graphs, non-local aggregation is also crucial for disassortative graphs, while previous studies of GNNs focus on assortative graph datasets (Section 2.2). In addition, we find that local aggregation is even harmful for some disassortative graphs (Section 4.3). The recently proposed Geom-GCN (Pei et al., 2020) explores to capture longrange dependencies in disassortative graphs. It contains an attention-like step that computes the Euclidean distance between every pair of nodes. However, this step is computationally prohibitive for large-scale graphs, as the computational complexity is quadratic in the number of nodes. In addition, Geom-GCN employs pre-trained node embeddings (Tenenbaum et al., 2000; Nickel & Kiela, 2017; Ribeiro et al., 2017) that are not task-specific, limiting the effectiveness and flexibility. ",
74
+ "bbox": [
75
+ 174,
76
+ 612,
77
+ 825,
78
+ 805
79
+ ],
80
+ "page_idx": 0
81
+ },
82
+ {
83
+ "type": "text",
84
+ "text": "In this work, we propose a simple yet effective non-local aggregation framework for GNNs. At the heart of the framework lies an efficient attention-guided sorting, which enables non-local aggregation through classic local aggregation operators in general deep learning. The proposed framework can be flexibly used to augment common GNNs with low computational costs. Based on the framework, we build various efficient non-local GNNs. In addition, we perform detailed analysis on existing disassortative graph datasets, and apply different non-local GNNs accordingly. Experimental results show that our non-local GNNs significantly outperform previous state-of-the-art methods on node classification tasks on six benchmark datasets of disassortative graphs. ",
85
+ "bbox": [
86
+ 174,
87
+ 811,
88
+ 823,
89
+ 924
90
+ ],
91
+ "page_idx": 0
92
+ },
93
+ {
94
+ "type": "text",
95
+ "text": "2 BACKGROUND AND RELATED WORK ",
96
+ "text_level": 1,
97
+ "bbox": [
98
+ 174,
99
+ 102,
100
+ 511,
101
+ 118
102
+ ],
103
+ "page_idx": 1
104
+ },
105
+ {
106
+ "type": "text",
107
+ "text": "2.1 GRAPH NEURAL NETWORKS ",
108
+ "text_level": 1,
109
+ "bbox": [
110
+ 176,
111
+ 133,
112
+ 415,
113
+ 148
114
+ ],
115
+ "page_idx": 1
116
+ },
117
+ {
118
+ "type": "text",
119
+ "text": "We focus on learning the embedding vector for each node through graph neural networks (GNNs). Most existing GNNs are inspired by convolutional neural networks (CNNs) (LeCun et al., 1998) and follow a local aggregation framework. In general, each layer of GNNs scans every node in the graph and aggregates local information from directly connected nodes, i.e., the 1-hop neighbors. ",
120
+ "bbox": [
121
+ 174,
122
+ 160,
123
+ 825,
124
+ 215
125
+ ],
126
+ "page_idx": 1
127
+ },
128
+ {
129
+ "type": "text",
130
+ "text": "Specifically, a common layer of GNNs performs a two-step processing similar to the depthwise separable convolution (Chollet, 2017): spatial aggregation and feature transformation. The first step updates each node embedding using embedding vectors of spatially neighboring nodes. For example, GCNs (Kipf & Welling, 2017) and GATs (Velickovi ˇ c et al., 2018) compute a weighted ´ sum of node embeddings within the 1-hop neighborhood, where weights come from the degree of nodes and the interaction between nodes, respectively. GraphSAGE (Hamilton et al., 2017) applies the max pooling, while GINs (Xu et al., 2019) simply sums the node embeddings. The feature transformation step is similar to the $1 \\times 1$ convolution, where each node embedding vector is mapped into a new feature space through a shared linear transformation (Kipf & Welling, 2017; Hamilton et al., 2017; Velickovi ˇ c et al., 2018) or multilayer perceptron (MLP) (Xu et al., 2019). Different from ´ these studies, LGCN (Gao et al., 2018) explores to directly apply the regular convolution through top- $k$ ranking. ",
131
+ "bbox": [
132
+ 174,
133
+ 223,
134
+ 825,
135
+ 390
136
+ ],
137
+ "page_idx": 1
138
+ },
139
+ {
140
+ "type": "text",
141
+ "text": "Nevertheless, each layer of these GNNs only aggregates local information within the 1-hop neighborhood. While stacking multiple layers can theoretically enable communication between nodes across the multi-hop neighborhood, the aggregation is essentially local. In addition, deep GNNs usually suffer from the over-smoothing problem (Xu et al., 2018; Li et al., 2018; Chen et al., 2020). ",
142
+ "bbox": [
143
+ 174,
144
+ 396,
145
+ 823,
146
+ 453
147
+ ],
148
+ "page_idx": 1
149
+ },
150
+ {
151
+ "type": "text",
152
+ "text": "2.2 ASSORTATIVE AND DISASSORTATIVE GRAPHS ",
153
+ "text_level": 1,
154
+ "bbox": [
155
+ 174,
156
+ 470,
157
+ 532,
158
+ 484
159
+ ],
160
+ "page_idx": 1
161
+ },
162
+ {
163
+ "type": "text",
164
+ "text": "There are many kinds of graphs in the literature, such as citation networks (Kipf & Welling, 2017), community networks (Chen et al., 2020), co-occurrence networks (Tang et al., 2009), and webpage linking networks (Rozemberczki et al., 2019). We focus on graph datasets corresponding to the node classification tasks. In particular, we categorize graph datasets into assortative and disassortative ones (Newman, 2002; Ribeiro et al., 2017) according to the node homophily in terms of labels, i.e., how likely nodes with the same label are near each other in the graph. ",
165
+ "bbox": [
166
+ 174,
167
+ 496,
168
+ 825,
169
+ 579
170
+ ],
171
+ "page_idx": 1
172
+ },
173
+ {
174
+ "type": "text",
175
+ "text": "Assortative graphs refer to those with a high node homophily. Common assortative graph datasets are citation networks and community networks. On the other hand, graphs in disassortative graph datasets contain more nodes that have the same label but are distant from each other. Example disassortative graph datasets are co-occurrence networks and webpage linking networks. ",
176
+ "bbox": [
177
+ 174,
178
+ 587,
179
+ 823,
180
+ 642
181
+ ],
182
+ "page_idx": 1
183
+ },
184
+ {
185
+ "type": "text",
186
+ "text": "As introduced above, most existing GNNs perform local aggregation only and achieve good performance on assortative graphs (Kipf & Welling, 2017; Hamilton et al., 2017; Velickovi ˇ c et al., 2018; ´ Gao et al., 2018). However, they may fail on disassortative graphs, where informative nodes in the same class tend to be out of the local multi-hop neighborhood and non-local aggregation is needed. Thus, in this work, we explore the non-local GNNs. ",
187
+ "bbox": [
188
+ 174,
189
+ 650,
190
+ 825,
191
+ 719
192
+ ],
193
+ "page_idx": 1
194
+ },
195
+ {
196
+ "type": "text",
197
+ "text": "2.3 ATTENTION MECHANISM ",
198
+ "text_level": 1,
199
+ "bbox": [
200
+ 176,
201
+ 737,
202
+ 390,
203
+ 751
204
+ ],
205
+ "page_idx": 1
206
+ },
207
+ {
208
+ "type": "text",
209
+ "text": "The attention mechanism (Vaswani et al., 2017) has been widely used in GNNs (Velickovi ˇ c et al., ´ 2018; Gao & Ji, 2019; Knyazev et al., 2019) as well as other deep learning models (Yang et al., 2016; Wang et al., 2018; 2020). A typical attention mechanism takes three groups of vectors as inputs, namely the query vector $q$ , key vectors $( k _ { 1 } , k _ { 2 } , \\ldots , k _ { n } )$ , value vectors $( v _ { 1 } , v _ { 2 } , \\ldots , v _ { n } )$ . Note that key and value vectors have a one-to-one correspondence and can be the same sometimes. The attention mechanism computes the output vector $o$ as ",
210
+ "bbox": [
211
+ 173,
212
+ 762,
213
+ 825,
214
+ 847
215
+ ],
216
+ "page_idx": 1
217
+ },
218
+ {
219
+ "type": "equation",
220
+ "img_path": "images/b474c40bd326284c924a1abd87c01f1d426d66b77744887dbbf4c5a679d8b040.jpg",
221
+ "text": "$$\na _ { i } = \\operatorname { A r T E N D } ( q , k _ { i } ) \\in \\mathbb { R } , i = 1 , 2 , \\dotsc , n ; \\quad o = \\sum _ { i } a _ { i } v _ { i } ,\n$$",
222
+ "text_format": "latex",
223
+ "bbox": [
224
+ 302,
225
+ 854,
226
+ 692,
227
+ 887
228
+ ],
229
+ "page_idx": 1
230
+ },
231
+ {
232
+ "type": "text",
233
+ "text": "where the ATTEND $( \\cdot )$ function could be any function that outputs a scalar attention score $a _ { i }$ from the interaction between $q$ and $k _ { i }$ , such as dot product (Gao & Ji, 2019) or even a neural network (Velickovi ˇ c et al., 2018). The definition of the three groups of input vectors depends on the ´ models and applications. ",
234
+ "bbox": [
235
+ 173,
236
+ 895,
237
+ 821,
238
+ 924
239
+ ],
240
+ "page_idx": 1
241
+ },
242
+ {
243
+ "type": "text",
244
+ "text": "",
245
+ "bbox": [
246
+ 173,
247
+ 103,
248
+ 823,
249
+ 132
250
+ ],
251
+ "page_idx": 2
252
+ },
253
+ {
254
+ "type": "text",
255
+ "text": "Notably, existing GNNs usually use the attention mechanism for local aggregation (Velickovi ˇ c et al., ´ 2018; Gao & Ji, 2019). Specifically, when aggregating information for node $v$ , the query vector is the embedding vector of $v$ while the key and value vectors come from node embeddings of $v$ ’s directly connected nodes. And the process is iterated for each $v \\in V$ . It is worth noting that the attention mechanism can be easily extended for non-local aggregation (Wang et al., 2018; 2020), by letting the key and value vectors correspond to all the nodes in the graph when aggregating information for each node. However, it is computationally prohibitive given large-scale graphs, as iterating it for each node in a graph of $n$ nodes requires $O ( n ^ { 2 } )$ time. In this work, we propose a novel non-local aggregation method that only requires $O ( n \\log { n } )$ time. ",
256
+ "bbox": [
257
+ 174,
258
+ 138,
259
+ 825,
260
+ 265
261
+ ],
262
+ "page_idx": 2
263
+ },
264
+ {
265
+ "type": "text",
266
+ "text": "3 THE PROPOSED METHOD ",
267
+ "text_level": 1,
268
+ "bbox": [
269
+ 176,
270
+ 284,
271
+ 416,
272
+ 299
273
+ ],
274
+ "page_idx": 2
275
+ },
276
+ {
277
+ "type": "text",
278
+ "text": "3.1 NON-LOCAL AGGREGATION WITH ATTENTION-GUIDED SORTING ",
279
+ "text_level": 1,
280
+ "bbox": [
281
+ 176,
282
+ 314,
283
+ 669,
284
+ 329
285
+ ],
286
+ "page_idx": 2
287
+ },
288
+ {
289
+ "type": "text",
290
+ "text": "We consider a graph $\\mathcal { G } = ( V , E )$ , where $V$ is the set of nodes and $E$ is the set of edges. Each edge $e \\in E$ connects two nodes so that $E \\subseteq V \\times V$ . Each node $v \\in V$ has a node feature vector $x _ { v } \\in \\bar { \\mathbb { R } ^ { d } }$ . The $k$ -hop neighborhood of $v$ refers to the set of nodes $\\mathcal { N } _ { k } ( v )$ that can reach $v$ within $k$ edges. For example, the set of $v$ ’s directly connected nodes is its 1-hop neighborhood $\\mathcal { N } _ { 1 } ( v )$ . ",
291
+ "bbox": [
292
+ 174,
293
+ 340,
294
+ 825,
295
+ 397
296
+ ],
297
+ "page_idx": 2
298
+ },
299
+ {
300
+ "type": "text",
301
+ "text": "Our proposed non-local aggregation framework is composed of three steps, namely local embedding, attention-guided sorting, and non-local aggregation. In the following, we describe them one by one. ",
302
+ "bbox": [
303
+ 171,
304
+ 404,
305
+ 823,
306
+ 433
307
+ ],
308
+ "page_idx": 2
309
+ },
310
+ {
311
+ "type": "text",
312
+ "text": "Local Embedding: Our proposed framework is built upon a local embedding step that extracts local node embeddings from the node feature vectors. The local embedding step can be as simple as ",
313
+ "bbox": [
314
+ 173,
315
+ 446,
316
+ 821,
317
+ 476
318
+ ],
319
+ "page_idx": 2
320
+ },
321
+ {
322
+ "type": "equation",
323
+ "img_path": "images/8a11e15476544a4afed76cb79fa8c6dafd341e9b634b58fdcb0eff568ac0a465.jpg",
324
+ "text": "$$\nz _ { v } = \\mathbf { M } \\mathbf { L } \\mathbf { P } ( x _ { v } ) \\in \\mathbb { R } ^ { f } , \\forall v \\in V .\n$$",
325
+ "text_format": "latex",
326
+ "bbox": [
327
+ 393,
328
+ 479,
329
+ 604,
330
+ 497
331
+ ],
332
+ "page_idx": 2
333
+ },
334
+ {
335
+ "type": "text",
336
+ "text": "The $\\mathrm { \\mathbf { M L P } ( \\cdot ) }$ function is a multilayer perceptron (MLP), and $f$ is the dimension of the local node embedding $z _ { v }$ . Note that the $\\mathrm { \\mathbf { M L P } ( \\cdot ) }$ function is shared across all the nodes in the graph. Applying MLP only takes the node itself into consideration without aggregating information from the neighborhood. This property is very important on some disassortative graphs, as shown in Section 4.3. ",
337
+ "bbox": [
338
+ 173,
339
+ 501,
340
+ 825,
341
+ 558
342
+ ],
343
+ "page_idx": 2
344
+ },
345
+ {
346
+ "type": "text",
347
+ "text": "On the other hand, graph neural networks (GNNs) can be used as the local embedding step as well, so that our proposed framework can be easily employed to augment existing GNNs. As introduced in Section 2.1, modern GNNs perform multilayer local aggregation. Typically, for each node, one layer of a GNN aggregates information from its 1-hop neighborhood. Stacking $L$ such local aggregation layers allows each node to access information that is $L$ hops away. To be specific, the $\\ell \\cdot$ -th layer of a $L$ -layer GNN $( \\ell = 1 , 2 , \\ldots , L )$ can be described as ",
348
+ "bbox": [
349
+ 173,
350
+ 564,
351
+ 825,
352
+ 648
353
+ ],
354
+ "page_idx": 2
355
+ },
356
+ {
357
+ "type": "equation",
358
+ "img_path": "images/b48de0bf328f73f117e87989ac12115c538c410f8dc5fa41f92845417b7b4915.jpg",
359
+ "text": "$$\n\\begin{array} { r } { z _ { v } ^ { ( \\ell ) } = { \\mathrm { T R A N S F O R M } } ^ { ( \\ell ) } \\left( \\mathbf { A G G R E G A T E } ^ { ( \\ell ) } \\left( \\{ z _ { u } ^ { ( \\ell - 1 ) } : u \\in \\mathcal { N } _ { 1 } ( v ) \\cup v \\} \\right) \\right) \\in \\mathbb { R } ^ { f } , \\forall v \\in V , } \\end{array}\n$$",
360
+ "text_format": "latex",
361
+ "bbox": [
362
+ 199,
363
+ 652,
364
+ 777,
365
+ 679
366
+ ],
367
+ "page_idx": 2
368
+ },
369
+ {
370
+ "type": "text",
371
+ "text": "where z(0v $z _ { v } ^ { ( 0 ) } = x _ { v }$ , and $z _ { v } ~ = ~ z _ { v } ^ { ( L ) }$ represents the local node embedding. The AGGREGATE $^ { ( \\ell ) } ( \\cdot )$ and TR $\\mathsf { A N S F O R M } ^ { ( \\ell ) } ( \\cdot )$ functions represent the spatial aggregation and feature transformation step introduced in Section 2.1, respectively. With the above framework, GNNs can capture the node feature information from nodes within a local neighborhood as well as the structural information. ",
372
+ "bbox": [
373
+ 174,
374
+ 683,
375
+ 825,
376
+ 746
377
+ ],
378
+ "page_idx": 2
379
+ },
380
+ {
381
+ "type": "text",
382
+ "text": "When either MLP or GNNs is used as the local embedding step, the local node embedding $z _ { v }$ only contains local information of a node $v$ . However, $z _ { v }$ can be used to guide non-local aggregation, as distant but informative nodes are likely to have similar node features and local structures. Based on this intuition, we propose the attention-guided sorting to enable the non-local aggregation. ",
383
+ "bbox": [
384
+ 174,
385
+ 752,
386
+ 825,
387
+ 809
388
+ ],
389
+ "page_idx": 2
390
+ },
391
+ {
392
+ "type": "text",
393
+ "text": "Attention-Guided Sorting: The basic idea of the attention-guided sorting is to learn an ordering of nodes, where distant but informative nodes are put near each other. Specifically, given the local node embedding $z _ { v }$ obtained through the local embedding step, we compute one set of attention scores by ",
394
+ "bbox": [
395
+ 173,
396
+ 821,
397
+ 825,
398
+ 878
399
+ ],
400
+ "page_idx": 2
401
+ },
402
+ {
403
+ "type": "equation",
404
+ "img_path": "images/a591c3aadd5b33363ac4f7e6f75381ab26f31c2f70d3e2ebe7c167c8b9f831ea.jpg",
405
+ "text": "$$\na _ { v } = \\mathrm { A T T E N D } ( c , z _ { v } ) \\in \\mathbb { R } , \\forall v \\in V ,\n$$",
406
+ "text_format": "latex",
407
+ "bbox": [
408
+ 379,
409
+ 877,
410
+ 617,
411
+ 893
412
+ ],
413
+ "page_idx": 2
414
+ },
415
+ {
416
+ "type": "text",
417
+ "text": "where $c$ is a calibration vector that is randomly initialized and jointly learned during training (Yang et al., 2016). In this attention operator, $c$ serves as the query vector and $z _ { v }$ are the key vectors. In addition, we also treat $z _ { v }$ as the value vectors. However, unlike the attention mechanism introduced in Section 2.3, we use the attention scores to sort the value vectors instead of computing a weighted sum to aggregating them. Note that originally there is no ordering among nodes in a graph. To be specific, as $a _ { v }$ and $z _ { v }$ have one-to-one correspondence through Equation (4), sorting the attention scores in non-decreasing order into $( a _ { 1 } , a _ { 2 } , \\ldots , a _ { n } )$ provides an ordering among nodes, where $n =$ $| V |$ is the number of nodes in the graph. The resulting sequence of local node embeddings can be denoted as $( z _ { 1 } , z _ { 2 } , \\ldots , z _ { n } )$ . ",
418
+ "bbox": [
419
+ 173,
420
+ 895,
421
+ 828,
422
+ 924
423
+ ],
424
+ "page_idx": 2
425
+ },
426
+ {
427
+ "type": "text",
428
+ "text": "",
429
+ "bbox": [
430
+ 174,
431
+ 103,
432
+ 825,
433
+ 202
434
+ ],
435
+ "page_idx": 3
436
+ },
437
+ {
438
+ "type": "text",
439
+ "text": "The attention process in Equation (4) can be also understood as a projection of local node embeddings onto a 1-dimensional space. The projection depends on the concrete ATTEND $( \\cdot )$ function and the calibration vector $c$ . As indicated by its name, the calibration vector $c$ is used to calibrate the 1-dimensional space, in order to push distant but informative nodes close to each other in this space. This goal is fulfilled through the following non-local aggregation step and the training of the calibration vector $c$ , as demonstrated below. ",
440
+ "bbox": [
441
+ 174,
442
+ 208,
443
+ 825,
444
+ 291
445
+ ],
446
+ "page_idx": 3
447
+ },
448
+ {
449
+ "type": "text",
450
+ "text": "Non-Local Aggregation: We point out that, with the attention-guided sorting, the non-local aggregation can be achieved by convolution, the most common local aggregation operator in deep learning. Specifically, given the sorted sequence of local node embeddings $( z _ { 1 } , z _ { 2 } , \\ldots , z _ { n } )$ , we compute ",
451
+ "bbox": [
452
+ 174,
453
+ 306,
454
+ 823,
455
+ 362
456
+ ],
457
+ "page_idx": 3
458
+ },
459
+ {
460
+ "type": "equation",
461
+ "img_path": "images/8fb6c1a92814a03de58cfabb6055433cd5f843e1226ab1be7152e5ddde52dd24.jpg",
462
+ "text": "$$\n( \\hat { z } _ { 1 } , \\hat { z } _ { 2 } , \\ldots , \\hat { z } _ { n } ) = \\mathbf { C } \\mathbf { O } \\mathbf { N } \\mathbf { V } ( z _ { 1 } , z _ { 2 } , \\ldots , z _ { n } ) ,\n$$",
463
+ "text_format": "latex",
464
+ "bbox": [
465
+ 359,
466
+ 362,
467
+ 635,
468
+ 378
469
+ ],
470
+ "page_idx": 3
471
+ },
472
+ {
473
+ "type": "text",
474
+ "text": "where the $\\mathrm { C o N V } ( \\cdot )$ function represents a 1D convolution with appropriate padding. Note that the $\\mathrm { C o N V } ( \\cdot )$ function can be replaced by a 1D convolutional neural network as long as the number of input and output vectors remains the same. ",
475
+ "bbox": [
476
+ 174,
477
+ 382,
478
+ 825,
479
+ 424
480
+ ],
481
+ "page_idx": 3
482
+ },
483
+ {
484
+ "type": "text",
485
+ "text": "To see how the $\\mathrm { C o N V } ( \\cdot )$ function performs non-local aggregation with the attention-guided sorting, we take an example where the $\\mathrm { C o N V } ( \\cdot )$ function is a 1D convolution of kernel size $2 s + 1$ . In this case, $\\hat { z } _ { i }$ is computed from $( z _ { i + s } , \\dots , z _ { i - s } )$ , corresponding to the receptive field of the $\\operatorname { C o n v } ( \\cdot )$ function. As a result, if the attention-guided sorting leads to $( z _ { i + s } , \\dots , z _ { i - s } )$ containing nodes that are distant but informative to $z _ { i }$ , the output $\\hat { z } _ { i }$ aggregates non-local information. Another view is that we can consider the attention-guided sorting as re-connects nodes in the graph, where $( z _ { i + s } , \\dots , z _ { i - s } )$ can be treated as the 1-hop neighborhood of $z _ { i }$ . After the $\\operatorname { C o n v } ( \\cdot )$ function, $\\hat { z } _ { i }$ and $z _ { i }$ are concatenated as the input to a classifier to predict the label of the corresponding node, where both non-local and local dependencies can be captured. In order to enable the end-to-end training of the calibration vector $c$ , we modify Equation (5) into ",
486
+ "bbox": [
487
+ 173,
488
+ 430,
489
+ 825,
490
+ 570
491
+ ],
492
+ "page_idx": 3
493
+ },
494
+ {
495
+ "type": "equation",
496
+ "img_path": "images/391144d88014d2e90f025ee9f1a413f852cc55d85da7c08cadd98bc9da1ebfda.jpg",
497
+ "text": "$$\n( \\hat { z } _ { 1 } , \\hat { z } _ { 2 } , \\ldots , \\hat { z } _ { n } ) = \\mathbf { C } \\mathbf { O } \\mathbf { N } \\mathbf { v } ( a _ { 1 } z _ { 1 } , a _ { 2 } z _ { 2 } , \\ldots , a _ { n } z _ { n } ) ,\n$$",
498
+ "text_format": "latex",
499
+ "bbox": [
500
+ 334,
501
+ 577,
502
+ 661,
503
+ 594
504
+ ],
505
+ "page_idx": 3
506
+ },
507
+ {
508
+ "type": "text",
509
+ "text": "where we multiply the attention score with the corresponding local node embedding. As a result, the calibration vector $c$ receives gradients through the attention scores during training. ",
510
+ "bbox": [
511
+ 171,
512
+ 602,
513
+ 820,
514
+ 630
515
+ ],
516
+ "page_idx": 3
517
+ },
518
+ {
519
+ "type": "text",
520
+ "text": "The remaining question is how to make sure that the attention-guided sorting pushes distant but informative nodes together. The short answer is that it is not necessary to guarantee this, as the requirement of non-local aggregation depends on the concrete graphs. In fact, our proposed framework grants GNNs the ability of non-local aggregation but lets the end-to-end training process determine whether to use non-local information. The back-propagation from the supervised loss will tune the calibration vector $c$ and encourage $\\hat { z } _ { i }$ to capture useful information that is not encoded by $z _ { i }$ . In the case of disassortative graphs, $\\hat { z } _ { i }$ usually needs to aggregate information from distant but informative nodes. Hence, the calibration vector $c$ tends to arrange the attention-guided sorting to put distant but informative nodes together, as demonstrated experimentally in Section 4.5. On the other hand, nodes within the local neighborhood are usually much more informative than distant nodes in assortative graphs. In this situation, $\\hat { z } _ { i }$ may simply perform local aggregation that is similar to GNNs. ",
521
+ "bbox": [
522
+ 173,
523
+ 636,
524
+ 825,
525
+ 790
526
+ ],
527
+ "page_idx": 3
528
+ },
529
+ {
530
+ "type": "text",
531
+ "text": "In Section 4, we demonstrate the effectiveness of our proposed non-local aggregation framework on six disassortative graph datasets. In particular, we achieve the state-of-the-art performance on all the datasets with significant improvements over previous methods. ",
532
+ "bbox": [
533
+ 174,
534
+ 796,
535
+ 825,
536
+ 838
537
+ ],
538
+ "page_idx": 3
539
+ },
540
+ {
541
+ "type": "text",
542
+ "text": "3.2 TIME COMPLEXITY ANALYSIS ",
543
+ "text_level": 1,
544
+ "bbox": [
545
+ 176,
546
+ 854,
547
+ 426,
548
+ 869
549
+ ],
550
+ "page_idx": 3
551
+ },
552
+ {
553
+ "type": "text",
554
+ "text": "We perform theoretical analysis of the time complexity of our proposed framework. As discussed in Section 2.3, using the attention mechanism (Vaswani et al., 2017; Wang et al., 2018; 2020) to achieve non-local aggregation requires $O ( n ^ { 2 } )$ time for a graph of $n$ nodes. Essentially, the $O ( n ^ { 2 } )$ ",
555
+ "bbox": [
556
+ 176,
557
+ 882,
558
+ 825,
559
+ 924
560
+ ],
561
+ "page_idx": 3
562
+ },
563
+ {
564
+ "type": "text",
565
+ "text": "time complexity is due to the fact that the ATTEND(·) function needs to be computed between every pair of nodes. In particular, the recently proposed Geom-GCN (Pei et al., 2020) contains a similar non-local aggregation step. For each $v \\in V$ , Geom-GCN finds the set of nodes from which the Euclidean distance to $v$ is less than a pre-defined number, where the Euclidean distance between every pair of nodes needs to be computed. As the computation of the the Euclidean distance between two nodes can be understood as the ATTEND(·) function, Geom-GCN has at least $O ( n ^ { 2 } )$ time complexity. ",
566
+ "bbox": [
567
+ 174,
568
+ 103,
569
+ 825,
570
+ 200
571
+ ],
572
+ "page_idx": 4
573
+ },
574
+ {
575
+ "type": "text",
576
+ "text": "In contrast, our proposed non-local aggregation framework requires only $O ( n \\log n )$ time. To see this, note that the ATTEND(·) function in Equation (4) only needs to be computed once, instead of iterating it for each node. As a result, computing the attention scores only takes $O ( n )$ time. Therefore, the time complexity of sorting, i.e. ${ \\bar { O } } ( n \\log n )$ , dominates the total time complexity of our proposed framework. In Section 4.6, we compare the real running time on different datasets among common GNNs, Geom-GCN, and our non-local GNNs as introduced in the next section. ",
577
+ "bbox": [
578
+ 174,
579
+ 208,
580
+ 825,
581
+ 291
582
+ ],
583
+ "page_idx": 4
584
+ },
585
+ {
586
+ "type": "text",
587
+ "text": "3.3 EFFICIENT NON-LOCAL GRAPH NEURAL NETWORKS ",
588
+ "text_level": 1,
589
+ "bbox": [
590
+ 174,
591
+ 311,
592
+ 583,
593
+ 327
594
+ ],
595
+ "page_idx": 4
596
+ },
597
+ {
598
+ "type": "text",
599
+ "text": "We apply our proposed non-local aggregation framework to build efficient non-local GNNs. Recall that our proposed framework starts with the local embedding step, followed by the attention-guided sorting and the non-local aggregation step. ",
600
+ "bbox": [
601
+ 178,
602
+ 339,
603
+ 823,
604
+ 382
605
+ ],
606
+ "page_idx": 4
607
+ },
608
+ {
609
+ "type": "text",
610
+ "text": "In particular, the local embedding step can be implemented by either MLP or common GNNs, such as GCNs (Kipf & Welling, 2017) or GATs (Velickovi ˇ c et al., 2018). MLP extracts the local node ´ embedding only from the node feature vector and excludes the information from nodes within the local neighborhood. This property can be helpful on some disassortative graphs, where nodes within the local neighborhood provide more noises than useful information. On other disassortative graphs, informative nodes locate in both local neighborhood and distant locations. In this case, GNNs are more suitable as the local embedding step. Depending on the disassortative graphs in hand, we build different non-local GNNs with either MLP or GNNs as the local embedding step. In Section 4.3, we show that these two categories of disassortative graphs can be distinguished through simple experiments, where we apply different non-local GNNs accordingly. Specifically, the number of layers is set to 2 for both MLP and GNNs. ",
611
+ "bbox": [
612
+ 174,
613
+ 388,
614
+ 825,
615
+ 541
616
+ ],
617
+ "page_idx": 4
618
+ },
619
+ {
620
+ "type": "text",
621
+ "text": "In terms of the attention-guided sorting, we only need to specify the ATTEND $( \\cdot )$ function in Equation (4). In order to make it as efficient as possible, we choose the ATTEND $( \\cdot )$ function as ",
622
+ "bbox": [
623
+ 174,
624
+ 547,
625
+ 823,
626
+ 577
627
+ ],
628
+ "page_idx": 4
629
+ },
630
+ {
631
+ "type": "equation",
632
+ "img_path": "images/faaf0a0ebb8be6bab23005493566d1679dbabc28271967dfa2f0448ccaea0578.jpg",
633
+ "text": "$$\n\\begin{array} { r } { a _ { v } = \\mathrm { A T T E N D } ( c , z _ { v } ) = c ^ { T } z _ { v } \\in \\mathbb { R } , \\forall v \\in V , } \\end{array}\n$$",
634
+ "text_format": "latex",
635
+ "bbox": [
636
+ 352,
637
+ 587,
638
+ 645,
639
+ 606
640
+ ],
641
+ "page_idx": 4
642
+ },
643
+ {
644
+ "type": "text",
645
+ "text": "where $c$ is part of the training parameters, as described in Section 3.1. ",
646
+ "bbox": [
647
+ 176,
648
+ 614,
649
+ 627,
650
+ 631
651
+ ],
652
+ "page_idx": 4
653
+ },
654
+ {
655
+ "type": "text",
656
+ "text": "With the attention-guided sorting, we can implement the non-local aggregation step through convolution, as explained in Section 3.1 and shown in Equation (6). Specifically, $\\mathrm { C o N V } ( \\cdot )$ function is set as a 2-layer convolutional neural network composed of two 1D convolutions. The kernel size is set to 3 or 5 depending on the datasets. The activation function is ReLU (Krizhevsky et al., 2012). ",
657
+ "bbox": [
658
+ 174,
659
+ 637,
660
+ 823,
661
+ 693
662
+ ],
663
+ "page_idx": 4
664
+ },
665
+ {
666
+ "type": "text",
667
+ "text": "Finally, we use a linear classifier that takes the concatenation of $\\hat { z } _ { i }$ and $z _ { i }$ as inputs and makes prediction for the corresponding node. Depending on the local embedding step, we build three efficient non-local GNNs, namely non-local MLP (NLMLP), non-local GCN (NLGCN), and nonlocal GAT (NLGAT). The models can be end-to-end trained with the classification loss. ",
668
+ "bbox": [
669
+ 174,
670
+ 699,
671
+ 823,
672
+ 755
673
+ ],
674
+ "page_idx": 4
675
+ },
676
+ {
677
+ "type": "text",
678
+ "text": "4 EXPERIMENTS ",
679
+ "text_level": 1,
680
+ "bbox": [
681
+ 176,
682
+ 779,
683
+ 326,
684
+ 795
685
+ ],
686
+ "page_idx": 4
687
+ },
688
+ {
689
+ "type": "text",
690
+ "text": "4.1 DATASETS ",
691
+ "text_level": 1,
692
+ "bbox": [
693
+ 174,
694
+ 813,
695
+ 287,
696
+ 827
697
+ ],
698
+ "page_idx": 4
699
+ },
700
+ {
701
+ "type": "text",
702
+ "text": "We perform experiments on six disassortative graph datasets (Rozemberczki et al., 2019; Tang et al., 2009; Pei et al., 2020) (Chameleon, Squirrel, Actor, Cornell, Texas, Wisconsin) and three assortative graph datasets (Sen et al., 2008) (Cora, Citeseer, Pubmed). These datasets are commonly used to evaluate GNNs on node classification tasks (Kipf & Welling, 2017; Velickovi ˇ c et al., 2018; Gao ´ et al., 2018; Pei et al., 2020). We provide detailed descriptions of disassortative graph datasets in Appendix A.1. In order to distinguish assortative and disassortative graph datasets, Pei et al. (2020) ",
703
+ "bbox": [
704
+ 174,
705
+ 840,
706
+ 825,
707
+ 924
708
+ ],
709
+ "page_idx": 4
710
+ },
711
+ {
712
+ "type": "text",
713
+ "text": "propose a metric to measure the homophily of a graph $\\mathcal { G }$ , defined as ",
714
+ "bbox": [
715
+ 173,
716
+ 103,
717
+ 617,
718
+ 118
719
+ ],
720
+ "page_idx": 5
721
+ },
722
+ {
723
+ "type": "equation",
724
+ "img_path": "images/f51483db18b69e45ee5cb1bdf920e4275999bf93f4b55e06b11abc398b6a9e2d.jpg",
725
+ "text": "$$\nH ( \\mathcal { G } ) = \\frac { 1 } { | V | } \\sum _ { v \\in V } \\frac { \\mathrm { N u m b e r ~ o f ~ } v ^ { \\circ } \\mathrm { ~ s d i r e c t l y ~ c o n n e c t e d ~ n o d e s ~ w h o ~ h a v e ~ t h e ~ s a m e ~ l a b e l ~ a s ~ } v } { \\mathrm { N u m b e r ~ o f ~ } v ^ { \\circ } \\mathrm { ~ s d i r e c t l y ~ c o n n e c t e d ~ n o d e s } } .\n$$",
726
+ "text_format": "latex",
727
+ "bbox": [
728
+ 196,
729
+ 122,
730
+ 784,
731
+ 164
732
+ ],
733
+ "page_idx": 5
734
+ },
735
+ {
736
+ "type": "text",
737
+ "text": "Intuitively, a large $H ( { \\mathcal { G } } )$ indicates an assortative graph, and vice versa. The $H ( { \\mathcal { G } } )$ and other statistics are summarized in Table 1. ",
738
+ "bbox": [
739
+ 174,
740
+ 170,
741
+ 825,
742
+ 199
743
+ ],
744
+ "page_idx": 5
745
+ },
746
+ {
747
+ "type": "table",
748
+ "img_path": "images/4d420ef39c5c73af3ad974fc65b9cc1a7dfe750cf1d8cdc0dc1ef6366eb5be15.jpg",
749
+ "table_caption": [
750
+ "Table 1: Statistics of the nine datasets used in our experiments. The definition of $H ( { \\mathcal { G } } )$ is provided in Section 4.1. $H ( { \\mathcal { G } } )$ can be used to distinguish assortative and disassortative graph datasets. "
751
+ ],
752
+ "table_footnote": [],
753
+ "table_body": "<table><tr><td colspan=\"5\">Assortative</td><td colspan=\"5\">Disassortative</td></tr><tr><td>Datasets</td><td>Cora</td><td>Citeseer</td><td>Pubmed</td><td>Chameleon</td><td>Squirrel</td><td>Actor</td><td>Cornell</td><td>Texas</td><td>Wisconsin</td></tr><tr><td>H(G)</td><td>0.83</td><td>0.71</td><td>0.79</td><td>0.25</td><td>0.22</td><td>0.24</td><td>0.11</td><td>0.06</td><td>0.16</td></tr><tr><td>#Nodes</td><td>2708</td><td>3327</td><td>19717</td><td>2277</td><td>5201</td><td>7600</td><td>183</td><td>183</td><td>251</td></tr><tr><td>#Edges</td><td>5429</td><td>4732</td><td>44338</td><td>36101</td><td>217073</td><td>33544</td><td>295</td><td>309</td><td>499</td></tr><tr><td>#Features</td><td>1433</td><td>3703</td><td>500</td><td>2325</td><td>2089</td><td>931</td><td>1703</td><td>1703</td><td>1703</td></tr><tr><td>#Classes</td><td>7</td><td>6</td><td>3</td><td>5</td><td>5</td><td>5</td><td>5</td><td>5</td><td>5</td></tr></table>",
754
+ "bbox": [
755
+ 176,
756
+ 233,
757
+ 821,
758
+ 332
759
+ ],
760
+ "page_idx": 5
761
+ },
762
+ {
763
+ "type": "text",
764
+ "text": "In our experiments, we focus on comparing the model performance on disassortative graph datasets, in order to demonstrate the effectiveness of our non-local aggregation framework. The performances on assortative graph datasets are provided for reference, indicating that the proposed framework will not hurt the performance when non-local aggregation is not strongly desired. ",
765
+ "bbox": [
766
+ 174,
767
+ 339,
768
+ 825,
769
+ 396
770
+ ],
771
+ "page_idx": 5
772
+ },
773
+ {
774
+ "type": "text",
775
+ "text": "4.2 BASELINES",
776
+ "text_level": 1,
777
+ "bbox": [
778
+ 174,
779
+ 412,
780
+ 294,
781
+ 426
782
+ ],
783
+ "page_idx": 5
784
+ },
785
+ {
786
+ "type": "text",
787
+ "text": "We compare our proposed non-local MLP (NLMLP), non-local GCN (NLGCN), and non-local GAT (NLGAT) with various baselines: (1) MLP is the simplest deep learning model. It makes prediction solely based on the node feature vectors, without aggregating any local or non-local information. (2) GCN (Kipf & Welling, 2017) and GAT (Velickovi ˇ c et al., 2018) are the most common ´ GNNs. As introduced in Section 2.1, they only perform local aggregation. (3) Geom-GCN (Pei et al., 2020) is a recently proposed GNN that can capture long-range dependencies. It is the current stateof-the-art model on several disassortative graph datasets. Geom-GCN requires the use of different node embedding methods, such as Isomap (Tenenbaum et al., 2000), Poincare (Nickel & Kiela, 2017), and struc2vec (Ribeiro et al., 2017). We simply report the best results from Pei et al. (2020) for Geom-GCN and the following two variants without specifying the node embedding method. (4) Geom-GCN- $\\mathbf { g }$ (Pei et al., 2020) is a variant of Geom-GCN that performs local aggregation only. It is similar to common GNNs. (5) Geom-GCN-s (Pei et al., 2020) is a variant of Geom-GCN that does not force local aggregation. The designed functionality is similar to our NLMLP. ",
788
+ "bbox": [
789
+ 173,
790
+ 439,
791
+ 825,
792
+ 619
793
+ ],
794
+ "page_idx": 5
795
+ },
796
+ {
797
+ "type": "text",
798
+ "text": "We implement MLP, GCN, GAT, and our methods using Pytorch (Adam et al., 2017) and Pytorch Geometric (Fey & Lenssen, 2019). As has been discussed1, in fair settings, the results of GCN and GAT differ from those in Pei et al. (2020). ",
799
+ "bbox": [
800
+ 176,
801
+ 626,
802
+ 821,
803
+ 667
804
+ ],
805
+ "page_idx": 5
806
+ },
807
+ {
808
+ "type": "text",
809
+ "text": "On each dataset, we follow Pei et al. (2020) and randomly split nodes of each class into $60 \\%$ , $20 \\%$ , and $20 \\%$ for training, validation, and testing. The experiments are repeatedly run 10 times with different random splits and the average test accuracy over these 10 runs are reported. Testing is performed when validation accuracy achieves maximum on each run. Apart from the details specified in Section 3.3, we tune the following hyperparameters individually for our proposed models: (1) the number of hidden unit $\\in \\{ 1 6 , 4 8 , 9 6 \\}$ , (2) dropout rate $\\in \\{ 0 , 0 . 5 , 0 . 8 \\}$ , (3) weight decay $\\in \\{ 0 , 5 \\mathrm { e } { - } 4$ , 5e-5, 5e-6}, and (4) learning rate $\\in \\{ 0 . 0 1 , 0 . 0 5 \\}$ . ",
810
+ "bbox": [
811
+ 174,
812
+ 675,
813
+ 825,
814
+ 773
815
+ ],
816
+ "page_idx": 5
817
+ },
818
+ {
819
+ "type": "text",
820
+ "text": "4.3 ANALYSIS OF DISASSORTATIVE GRAPH DATASETS ",
821
+ "text_level": 1,
822
+ "bbox": [
823
+ 174,
824
+ 790,
825
+ 563,
826
+ 804
827
+ ],
828
+ "page_idx": 5
829
+ },
830
+ {
831
+ "type": "text",
832
+ "text": "As discussed in Section 3.3, the disassortative graph datasets can be divided into two categories. Nodes within the local neighborhood provide more noises than useful information in disassortative graphs belonging to the first category. Therefore, local aggregation should be avoided in models on such disassortative graphs. As for the second category, informative nodes locate in both local neighborhood and distant locations. Intuitively, a graph with lower $H ( { \\mathcal { G } } )$ is more likely to be in the first category. However, it is not an accurate way to determine the two categories. ",
833
+ "bbox": [
834
+ 174,
835
+ 815,
836
+ 825,
837
+ 900
838
+ ],
839
+ "page_idx": 5
840
+ },
841
+ {
842
+ "type": "text",
843
+ "text": "Knowing the exact category of a disassortative graph is crucial, as we need to apply non-local GNNs accordingly. As analyzed above, the key difference lies in whether the local aggregation is useful. Hence, we can distinguish two categories of disassortative graphs by comparing the performance between MLP and common GNNs (GCN, GAT) on each of the six disassortative graph datasets. ",
844
+ "bbox": [
845
+ 174,
846
+ 103,
847
+ 823,
848
+ 160
849
+ ],
850
+ "page_idx": 6
851
+ },
852
+ {
853
+ "type": "table",
854
+ "img_path": "images/86d33a506352f46b8f1c13c8e951e67662986ff2ba86c3cd041ca784ee52f2c2.jpg",
855
+ "table_caption": [
856
+ "Table 2: Comparisons between MLP and common GNNs. These analytical experiments are used to determine the two categories of disassortative graph datasets, as introduced in Section 4.3. "
857
+ ],
858
+ "table_footnote": [],
859
+ "table_body": "<table><tr><td colspan=\"5\">Assortative</td><td colspan=\"5\">Disassortative</td></tr><tr><td>Datasets</td><td>Cora</td><td>Citeseer</td><td>Pubmed</td><td>Chameleon</td><td>Squirrel</td><td>Actor</td><td>Cornell</td><td>Texas</td><td>Wisconsin</td></tr><tr><td>MLP</td><td>76.5±1.3</td><td>73.6±1.9</td><td>87.5±0.4</td><td>48.5±3.0</td><td>31.5±1.4</td><td>35.1±0.8</td><td>81.6±6.3</td><td>81.3±7.1</td><td>84.9±5.3</td></tr><tr><td>GCN</td><td>88.2±1.2</td><td>75.7±1.3</td><td>88.4±0.6</td><td>67.6±2.4</td><td>54.9±1.9</td><td>30.3±1.6</td><td>54.2±7.3</td><td>61.1±7.0</td><td>59.6±4.5</td></tr><tr><td>GAT</td><td>88.4±1.4</td><td>76.1±1.0</td><td>87.0±0.3</td><td>65.0±3.7</td><td>51.3±2.5</td><td>29.4±1.2</td><td>56.3±4.3</td><td>57.9±6.1</td><td>57.8±4.3</td></tr></table>",
860
+ "bbox": [
861
+ 176,
862
+ 193,
863
+ 821,
864
+ 262
865
+ ],
866
+ "page_idx": 6
867
+ },
868
+ {
869
+ "type": "text",
870
+ "text": "The results are summarized in Table 2. We can see that Actor, Cornell, Texas, and Wisconsin fall into the first category, while Chameleon and Squirrel belong to the second category. We add the performance on assortative graph datasets for reference, where the local aggregation is effective so that GNNs tend to outperform MLP. ",
871
+ "bbox": [
872
+ 173,
873
+ 268,
874
+ 825,
875
+ 324
876
+ ],
877
+ "page_idx": 6
878
+ },
879
+ {
880
+ "type": "text",
881
+ "text": "4.4 COMPARISONS WITH BASELINES",
882
+ "text_level": 1,
883
+ "bbox": [
884
+ 176,
885
+ 343,
886
+ 441,
887
+ 357
888
+ ],
889
+ "page_idx": 6
890
+ },
891
+ {
892
+ "type": "text",
893
+ "text": "According to the insights from Section 4.3, we apply different non-local GNNs according to the category of disassortative graph datasets, and make comparisons with corresponding baselines. ",
894
+ "bbox": [
895
+ 176,
896
+ 369,
897
+ 825,
898
+ 398
899
+ ],
900
+ "page_idx": 6
901
+ },
902
+ {
903
+ "type": "text",
904
+ "text": "Specifically, we employ NLMLP on Actor, Cornell, Texas, and Wisconsin. The corresponding baselines are MLP, Geom-GCN, and Geom-GCN-s, as Table 2 has shown that GCN and GAT perform much worse than MLP on these datasets. And Geom-GCN- $\\mathbf { g }$ is similar to GCN and has worse performance than Geom-GCN-s, which is shown in Ap",
905
+ "bbox": [
906
+ 174,
907
+ 405,
908
+ 436,
909
+ 530
910
+ ],
911
+ "page_idx": 6
912
+ },
913
+ {
914
+ "type": "table",
915
+ "img_path": "images/24ef7297a2f91c7539a229afe0944011ca88548bcce92cbb567d1ae519ac7eda.jpg",
916
+ "table_caption": [
917
+ "Table 3: Comparisons between our NLMLP and strong baselines on the four disassortative graph datasets belonging to the first category as defined in Section 4.3. "
918
+ ],
919
+ "table_footnote": [],
920
+ "table_body": "<table><tr><td>Datasets</td><td>Actor</td><td>Cornell</td><td>Texas</td><td>Wisconsin</td></tr><tr><td>MLP</td><td>35.1±0.8</td><td>81.6±6.3</td><td>81.3±7.1</td><td>84.9±5.3</td></tr><tr><td>Geom-GCN</td><td>31.6</td><td>60.8</td><td>67.6</td><td>64.1</td></tr><tr><td>Geom-GCN-s</td><td>34.6</td><td>75.4</td><td>73.5</td><td>80.4</td></tr><tr><td>NLMLP</td><td>37.9±1.3</td><td>84.9±5.7</td><td>85.4±3.8</td><td>87.3±4.3</td></tr></table>",
921
+ "bbox": [
922
+ 450,
923
+ 448,
924
+ 825,
925
+ 529
926
+ ],
927
+ "page_idx": 6
928
+ },
929
+ {
930
+ "type": "text",
931
+ "text": "pendix A.2. The comparison results are reported in Table 3. While Geom-GCN-s are the previous state-of-the-art GNNs on these datasets (Pei et al., 2020), we find that MLP consistently outperforms Geom-GCN-s by large margins. In particular, although Geom-GCN-s does not explicitly perform local aggregation, it is still outperformed by MLP. A possible explanation is that Geom-GCN-s uses pre-trained node embeddings, which aggregates information from the local neighborhood implicitly. In contrast, our NLMLP is built upon MLP with the proposed non-local aggregation framework, which excludes the local noises and collects useful information from non-local informative nodes. The NLMLP sets the new state-of-the-art performance on these disassortative graph datasets. ",
932
+ "bbox": [
933
+ 174,
934
+ 530,
935
+ 825,
936
+ 641
937
+ ],
938
+ "page_idx": 6
939
+ },
940
+ {
941
+ "type": "text",
942
+ "text": "On Chameleon and Squirrel that belong to the second category of disassortative graph datasets, we apply NLGCN and NLGAT accordingly. The baselines are GCN, GAT, Geom-GCN, and Geom-GCN- $\\mathbf { g }$ . On these datasets, these baselines that explicitly perform local aggregation show advantages over MLP and Geom-GCN-s, as shown in Appendix A.2. As shown in Table 4, our proposed NLGCN achieves the best performance on both datasets. In addition, it is worth noting that our NLGCN and NLGAT are built upon GCN and GAT, respectively. They show improvements over their counterparts, which indicates that the advantages of our proposed non-local aggregation framework are general for common GNNs. ",
943
+ "bbox": [
944
+ 174,
945
+ 647,
946
+ 552,
947
+ 828
948
+ ],
949
+ "page_idx": 6
950
+ },
951
+ {
952
+ "type": "table",
953
+ "img_path": "images/a6a5374d67e9f62f6f1b60f34085100edca0423710e09da059800500bf6487fd.jpg",
954
+ "table_caption": [
955
+ "Table 4: Comparisons between our NLGCN, NLGAT and strong baselines on the two disassortative graph datasets belonging to the second category as defined in Section 4.3. "
956
+ ],
957
+ "table_footnote": [],
958
+ "table_body": "<table><tr><td>Datasets</td><td>Chameleon</td><td>Squirrel</td></tr><tr><td>GCN</td><td>67.6±2.4</td><td>54.9±1.9</td></tr><tr><td>GAT</td><td>65.0±3.7</td><td>51.3±2.5</td></tr><tr><td>Geom-GCN</td><td>60.9</td><td>38.1</td></tr><tr><td>Geom-GCN-g</td><td>68.0</td><td>46.0</td></tr><tr><td>NLGCN</td><td>70.1±2.9</td><td>59.0±1.2</td></tr><tr><td>NLGAT</td><td>65.7±1.4</td><td>56.8±2.5</td></tr></table>",
959
+ "bbox": [
960
+ 568,
961
+ 715,
962
+ 823,
963
+ 827
964
+ ],
965
+ "page_idx": 6
966
+ },
967
+ {
968
+ "type": "text",
969
+ "text": "We provide the results of all the models on all datasets in Appendix A.2 for reference. ",
970
+ "bbox": [
971
+ 176,
972
+ 835,
973
+ 736,
974
+ 849
975
+ ],
976
+ "page_idx": 6
977
+ },
978
+ {
979
+ "type": "text",
980
+ "text": "4.5 ANALYSIS OF THE ATTENTION-GUIDED SORTING ",
981
+ "text_level": 1,
982
+ "bbox": [
983
+ 174,
984
+ 868,
985
+ 557,
986
+ 882
987
+ ],
988
+ "page_idx": 6
989
+ },
990
+ {
991
+ "type": "text",
992
+ "text": "We analyze the results of the attention-guided sorting in our proposed framework, in order to show that our non-local GNNs indeed perform non-local aggregation. ",
993
+ "bbox": [
994
+ 176,
995
+ 895,
996
+ 823,
997
+ 924
998
+ ],
999
+ "page_idx": 6
1000
+ },
1001
+ {
1002
+ "type": "text",
1003
+ "text": "Suppose the attention-guided sorting leads to the sorted sequence $( z _ { 1 } , z _ { 2 } , \\ldots , z _ { n } )$ , which goes through a convolution or CNN into $\\left( \\hat { z } _ { 1 } , \\hat { z } _ { 2 } , \\dots , \\hat { z } _ { n } \\right)$ . As discussed in Section 3.1, we can consider the sequence $( z _ { 1 } , z _ { 2 } , \\ldots , z _ { n } )$ as a re-connected graph $\\hat { \\mathcal G }$ , where we treat nodes within the receptive field of $\\hat { z } _ { i }$ as directly connected to $z _ { i }$ , i.e. $z _ { i }$ ’s 1-hop neighborhood. The information within this new 1-hop neighborhood will be aggregated. If our non-local GNNs indeed perform non-local aggregation, the homophily of the re-connected graph should be larger than the original graph. Therefore, we compute $H ( \\hat { \\mathcal G } )$ for each dataset to verify this statement. Following Section 4.4, we apply NLMLP on Actor, Cornell, Texas, and Wisconsin and NLGCN on Chameleon and Squirrel. ",
1004
+ "bbox": [
1005
+ 173,
1006
+ 103,
1007
+ 825,
1008
+ 219
1009
+ ],
1010
+ "page_idx": 7
1011
+ },
1012
+ {
1013
+ "type": "text",
1014
+ "text": "Figure 1 compares $H ( \\hat { \\mathcal G } )$ with $H ( { \\mathcal { G } } )$ for each dataset. We can observe that $H ( \\hat { \\mathcal G } )$ is much larger than $H ( { \\mathcal { G } } )$ , indicating that distant but informative nodes are near each other in the re-connected graph $\\hat { \\mathcal G }$ . We also provide the visualizations of the sorted sequence for Cornell and Texas. We can see that nodes with the same label tend to be clustered together. These facts indicate that our non-local GNNs perform non-local aggregation with the attention-guided sorting. ",
1015
+ "bbox": [
1016
+ 173,
1017
+ 227,
1018
+ 825,
1019
+ 301
1020
+ ],
1021
+ "page_idx": 7
1022
+ },
1023
+ {
1024
+ "type": "image",
1025
+ "img_path": "images/ce6b80695989c7253e5e2d1b0da6b98cab5728cae3949ffc7571a9f7cafbd3a1.jpg",
1026
+ "image_caption": [
1027
+ "Figure 1: (a) Comparisons of the homophily between the original graph and the re-connected graph given by our NLGCN on Chameleon and Squirrel. (b) Comparisons of the homophily between the original graph and the re-connected graph given by our NLMLP on Actor, Cornell, Texas, and Wisconsin. (c) Visualization of sorted node sequence after the attention-guided sorting for Cornell and Texas. The colors denote node labels. Details are explained in Section 4.5. "
1028
+ ],
1029
+ "image_footnote": [],
1030
+ "bbox": [
1031
+ 173,
1032
+ 314,
1033
+ 825,
1034
+ 434
1035
+ ],
1036
+ "page_idx": 7
1037
+ },
1038
+ {
1039
+ "type": "text",
1040
+ "text": "4.6 EFFICIENCY COMPARISONS ",
1041
+ "text_level": 1,
1042
+ "bbox": [
1043
+ 176,
1044
+ 530,
1045
+ 405,
1046
+ 545
1047
+ ],
1048
+ "page_idx": 7
1049
+ },
1050
+ {
1051
+ "type": "text",
1052
+ "text": "As analyzed in Section 3.2, our proposed nonlocal aggregation framework is more efficient than previous methods based on the original attention mechanism, such as Geom-GCN (Pei et al., 2020). Concretely, our method requires only $O ( n \\log n )$ computation time in contrast to $O ( n ^ { 2 } )$ . In this section, we compare the real running time to verify our analysis. Specifi",
1053
+ "bbox": [
1054
+ 174,
1055
+ 556,
1056
+ 482,
1057
+ 667
1058
+ ],
1059
+ "page_idx": 7
1060
+ },
1061
+ {
1062
+ "type": "table",
1063
+ "img_path": "images/064d517a71a9c49f24a37bb7d6b59187e5303dcc0736c9198398ea0a6721eea1.jpg",
1064
+ "table_caption": [
1065
+ "Table 5: Comparisons in terms of real running time (milliseconds). "
1066
+ ],
1067
+ "table_footnote": [],
1068
+ "table_body": "<table><tr><td></td><td>Chameleon</td><td>Squirrel</td></tr><tr><td>GCN</td><td>22.2 (1.0×)</td><td>14.3 (1.0×)</td></tr><tr><td>GAT</td><td>33.2 (1.5x)</td><td>163.3 (11.4×)</td></tr><tr><td>Geom-GCN</td><td>3615.0 (163.1×)</td><td>10430.0 (727.3×)</td></tr><tr><td>NLGCN</td><td>26.3 (1.2×)</td><td>39.6 (2.8×)</td></tr></table>",
1069
+ "bbox": [
1070
+ 498,
1071
+ 585,
1072
+ 821,
1073
+ 659
1074
+ ],
1075
+ "page_idx": 7
1076
+ },
1077
+ {
1078
+ "type": "text",
1079
+ "text": "cally, we compare NLGCN with Geom-GCN as well as GCN and GAT. For Geom-GCN, we use the code provided in Pei et al. (2020). Each model is trained for 500 epochs on each dataset and the average training time per epoch is reported. ",
1080
+ "bbox": [
1081
+ 176,
1082
+ 667,
1083
+ 823,
1084
+ 710
1085
+ ],
1086
+ "page_idx": 7
1087
+ },
1088
+ {
1089
+ "type": "text",
1090
+ "text": "The results are shown in Table 5. Although our NLGCN is built upon GCN, it is just slightly slower than GCN and faster than GAT, showing the efficiency of our non-local aggregation framework. On the other hand, Geom-GCN is significantly slower due to the fact that it has $\\bar { O ( n ^ { 2 } ) }$ time complexity. ",
1091
+ "bbox": [
1092
+ 176,
1093
+ 717,
1094
+ 825,
1095
+ 760
1096
+ ],
1097
+ "page_idx": 7
1098
+ },
1099
+ {
1100
+ "type": "text",
1101
+ "text": "5 CONCLUSION ",
1102
+ "text_level": 1,
1103
+ "bbox": [
1104
+ 176,
1105
+ 780,
1106
+ 318,
1107
+ 796
1108
+ ],
1109
+ "page_idx": 7
1110
+ },
1111
+ {
1112
+ "type": "text",
1113
+ "text": "In this work, we propose a simple yet effective non-local aggregation framework for GNNs. The core of the framework is an efficient attention-guided sorting, which enables non-local aggregation through convolution. The proposed framework can be easily used to build non-local GNNs with low computational costs. We perform thorough experiments on node classification tasks to evaluate our proposed method. In particular, we experimentally analyze existing disassortative graph datasets and apply different non-local GNNs accordingly. The results show that our non-local GNNs significantly outperform previous state-of-the-art methods on six benchmark datasets of disassortative graphs, in terms of both accuracy and speed. ",
1114
+ "bbox": [
1115
+ 174,
1116
+ 811,
1117
+ 825,
1118
+ 924
1119
+ ],
1120
+ "page_idx": 7
1121
+ },
1122
+ {
1123
+ "type": "text",
1124
+ "text": "REFERENCES ",
1125
+ "text_level": 1,
1126
+ "bbox": [
1127
+ 174,
1128
+ 102,
1129
+ 285,
1130
+ 117
1131
+ ],
1132
+ "page_idx": 8
1133
+ },
1134
+ {
1135
+ "type": "text",
1136
+ "text": "Paszke Adam, Gross Sam, Chintala Soumith, Chanan Gregory, Yang Edward, D Zachary, Lin Zeming, Desmaison Alban, Antiga Luca, and Lerer Adam. Automatic differentiation in pytorch. In Proceedings of Neural Information Processing Systems Autodiff Workshop, 2017. ",
1137
+ "bbox": [
1138
+ 174,
1139
+ 126,
1140
+ 821,
1141
+ 170
1142
+ ],
1143
+ "page_idx": 8
1144
+ },
1145
+ {
1146
+ "type": "text",
1147
+ "text": "Deli Chen, Yankai Lin, Wei Li, Peng Li, Jie Zhou, and Xu Sun. Measuring and relieving the oversmoothing problem for graph neural networks from the topological view. In Thirty-Fourth AAAI Conference on Artificial Intelligence, 2020. ",
1148
+ "bbox": [
1149
+ 176,
1150
+ 178,
1151
+ 821,
1152
+ 222
1153
+ ],
1154
+ "page_idx": 8
1155
+ },
1156
+ {
1157
+ "type": "text",
1158
+ "text": "Franc¸ois Chollet. Xception: Deep learning with depthwise separable convolutions. In Proceedings of the IEEE conference on computer vision and pattern recognition, pp. 1251–1258, 2017. ",
1159
+ "bbox": [
1160
+ 173,
1161
+ 231,
1162
+ 821,
1163
+ 261
1164
+ ],
1165
+ "page_idx": 8
1166
+ },
1167
+ {
1168
+ "type": "text",
1169
+ "text": "Michael Defferrard, Xavier Bresson, and Pierre Vandergheynst. Convolutional neural networks ¨ on graphs with fast localized spectral filtering. In Advances in Neural Information Processing Systems, pp. 3844–3852, 2016. ",
1170
+ "bbox": [
1171
+ 173,
1172
+ 268,
1173
+ 826,
1174
+ 313
1175
+ ],
1176
+ "page_idx": 8
1177
+ },
1178
+ {
1179
+ "type": "text",
1180
+ "text": "Federico Errica, Marco Podda, Davide Bacciu, and Alessio Micheli. A fair comparison of graph neural networks for graph classification. In International Conference on Learning Representations, 2020. ",
1181
+ "bbox": [
1182
+ 173,
1183
+ 321,
1184
+ 825,
1185
+ 364
1186
+ ],
1187
+ "page_idx": 8
1188
+ },
1189
+ {
1190
+ "type": "text",
1191
+ "text": "Matthias Fey and Jan E. Lenssen. Fast graph representation learning with PyTorch Geometric. In ICLR Workshop on Representation Learning on Graphs and Manifolds, 2019. ",
1192
+ "bbox": [
1193
+ 171,
1194
+ 375,
1195
+ 821,
1196
+ 405
1197
+ ],
1198
+ "page_idx": 8
1199
+ },
1200
+ {
1201
+ "type": "text",
1202
+ "text": "Hongyang Gao and Shuiwang Ji. Graph representation learning via hard and channel-wise attention networks. In Proceedings of the 25th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining, pp. 741–749, 2019. ",
1203
+ "bbox": [
1204
+ 174,
1205
+ 414,
1206
+ 823,
1207
+ 457
1208
+ ],
1209
+ "page_idx": 8
1210
+ },
1211
+ {
1212
+ "type": "text",
1213
+ "text": "Hongyang Gao, Zhengyang Wang, and Shuiwang Ji. Large-scale learnable graph convolutional networks. In Proceedings of the 24th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining, pp. 1416–1424, 2018. ",
1214
+ "bbox": [
1215
+ 173,
1216
+ 465,
1217
+ 823,
1218
+ 510
1219
+ ],
1220
+ "page_idx": 8
1221
+ },
1222
+ {
1223
+ "type": "text",
1224
+ "text": "Will Hamilton, Zhitao Ying, and Jure Leskovec. Inductive representation learning on large graphs. In Advances in Neural Information Processing Systems, pp. 1024–1034, 2017. ",
1225
+ "bbox": [
1226
+ 173,
1227
+ 518,
1228
+ 820,
1229
+ 549
1230
+ ],
1231
+ "page_idx": 8
1232
+ },
1233
+ {
1234
+ "type": "text",
1235
+ "text": "Thomas N. Kipf and Max Welling. Semi-supervised classification with graph convolutional networks. In International Conference on Learning Representations, 2017. ",
1236
+ "bbox": [
1237
+ 174,
1238
+ 556,
1239
+ 820,
1240
+ 587
1241
+ ],
1242
+ "page_idx": 8
1243
+ },
1244
+ {
1245
+ "type": "text",
1246
+ "text": "Boris Knyazev, Graham W Taylor, and Mohamed Amer. Understanding attention and generalization in graph neural networks. In Advances in Neural Information Processing Systems, pp. 4204–4214, 2019. ",
1247
+ "bbox": [
1248
+ 174,
1249
+ 595,
1250
+ 825,
1251
+ 638
1252
+ ],
1253
+ "page_idx": 8
1254
+ },
1255
+ {
1256
+ "type": "text",
1257
+ "text": "Alex Krizhevsky, Ilya Sutskever, and Geoffrey E Hinton. Imagenet classification with deep convolutional neural networks. In Advances in Neural Information Processing Systems, pp. 1097–1105, 2012. ",
1258
+ "bbox": [
1259
+ 174,
1260
+ 648,
1261
+ 825,
1262
+ 691
1263
+ ],
1264
+ "page_idx": 8
1265
+ },
1266
+ {
1267
+ "type": "text",
1268
+ "text": "Yann LeCun, Leon Bottou, Yoshua Bengio, and Patrick Haffner. Gradient-based learning applied to ´ document recognition. Proceedings of the IEEE, 86(11):2278–2324, 1998. ",
1269
+ "bbox": [
1270
+ 171,
1271
+ 700,
1272
+ 823,
1273
+ 731
1274
+ ],
1275
+ "page_idx": 8
1276
+ },
1277
+ {
1278
+ "type": "text",
1279
+ "text": "Junhyun Lee, Inyeop Lee, and Jaewoo Kang. Self-attention graph pooling. In International Conference on Machine Learning, pp. 3734–3743, 2019. ",
1280
+ "bbox": [
1281
+ 171,
1282
+ 739,
1283
+ 823,
1284
+ 770
1285
+ ],
1286
+ "page_idx": 8
1287
+ },
1288
+ {
1289
+ "type": "text",
1290
+ "text": "Qimai Li, Zhichao Han, and Xiao-Ming Wu. Deeper insights into graph convolutional networks for semi-supervised learning. In Thirty-Second AAAI Conference on Artificial Intelligence, 2018. ",
1291
+ "bbox": [
1292
+ 173,
1293
+ 779,
1294
+ 823,
1295
+ 809
1296
+ ],
1297
+ "page_idx": 8
1298
+ },
1299
+ {
1300
+ "type": "text",
1301
+ "text": "Mark EJ Newman. Assortative mixing in networks. Physical review letters, 89(20):208701, 2002. ",
1302
+ "bbox": [
1303
+ 173,
1304
+ 818,
1305
+ 816,
1306
+ 833
1307
+ ],
1308
+ "page_idx": 8
1309
+ },
1310
+ {
1311
+ "type": "text",
1312
+ "text": "Maximillian Nickel and Douwe Kiela. Poincare embeddings for learning hierarchical representa- ´ tions. In Advances in Neural Information Processing Systems, pp. 6338–6347, 2017. ",
1313
+ "bbox": [
1314
+ 171,
1315
+ 842,
1316
+ 823,
1317
+ 872
1318
+ ],
1319
+ "page_idx": 8
1320
+ },
1321
+ {
1322
+ "type": "text",
1323
+ "text": "Hongbin Pei, Bingzhe Wei, Kevin Chen-Chuan Chang, Yu Lei, and Bo Yang. Geom-GCN: Geometric graph convolutional networks. In International Conference on Learning Representations, 2020. ",
1324
+ "bbox": [
1325
+ 174,
1326
+ 881,
1327
+ 823,
1328
+ 922
1329
+ ],
1330
+ "page_idx": 8
1331
+ },
1332
+ {
1333
+ "type": "text",
1334
+ "text": "Leonardo FR Ribeiro, Pedro HP Saverese, and Daniel R Figueiredo. struc2vec: Learning node representations from structural identity. In Proceedings of the 23rd ACM SIGKDD International Conference on Knowledge Discovery & Data Mining, pp. 385–394, 2017. ",
1335
+ "bbox": [
1336
+ 176,
1337
+ 103,
1338
+ 821,
1339
+ 146
1340
+ ],
1341
+ "page_idx": 9
1342
+ },
1343
+ {
1344
+ "type": "text",
1345
+ "text": "Benedek Rozemberczki, Carl Allen, and Rik Sarkar. Multi-scale attributed node embedding. arXiv preprint arXiv:1909.13021, 2019. ",
1346
+ "bbox": [
1347
+ 171,
1348
+ 156,
1349
+ 823,
1350
+ 185
1351
+ ],
1352
+ "page_idx": 9
1353
+ },
1354
+ {
1355
+ "type": "text",
1356
+ "text": "Kristof Schutt, Pieter-Jan Kindermans, Huziel Enoc Sauceda Felix, Stefan Chmiela, Alexandre ¨ Tkatchenko, and Klaus-Robert Muller. Schnet: A continuous-filter convolutional neural network ¨ for modeling quantum interactions. In Advances in Neural Information Processing Systems, pp. 991–1001, 2017. ",
1357
+ "bbox": [
1358
+ 173,
1359
+ 195,
1360
+ 825,
1361
+ 251
1362
+ ],
1363
+ "page_idx": 9
1364
+ },
1365
+ {
1366
+ "type": "text",
1367
+ "text": "Prithviraj Sen, Galileo Namata, Mustafa Bilgic, Lise Getoor, Brian Galligher, and Tina Eliassi-Rad. Collective classification in network data. AI magazine, 29(3):93–93, 2008. ",
1368
+ "bbox": [
1369
+ 173,
1370
+ 262,
1371
+ 823,
1372
+ 291
1373
+ ],
1374
+ "page_idx": 9
1375
+ },
1376
+ {
1377
+ "type": "text",
1378
+ "text": "Jie Tang, Jimeng Sun, Chi Wang, and Zi Yang. Social influence analysis in large-scale networks. In Proceedings of the 15th ACM SIGKDD international conference on Knowledge discovery and data mining, pp. 807–816, 2009. ",
1379
+ "bbox": [
1380
+ 174,
1381
+ 301,
1382
+ 821,
1383
+ 343
1384
+ ],
1385
+ "page_idx": 9
1386
+ },
1387
+ {
1388
+ "type": "text",
1389
+ "text": "Joshua B Tenenbaum, Vin De Silva, and John C Langford. A global geometric framework for nonlinear dimensionality reduction. science, 290(5500):2319–2323, 2000. ",
1390
+ "bbox": [
1391
+ 169,
1392
+ 354,
1393
+ 823,
1394
+ 383
1395
+ ],
1396
+ "page_idx": 9
1397
+ },
1398
+ {
1399
+ "type": "text",
1400
+ "text": "Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N Gomez, Łukasz Kaiser, and Illia Polosukhin. Attention is all you need. In Advances in Neural Information Processing Systems, pp. 5998–6008, 2017. ",
1401
+ "bbox": [
1402
+ 174,
1403
+ 392,
1404
+ 823,
1405
+ 436
1406
+ ],
1407
+ "page_idx": 9
1408
+ },
1409
+ {
1410
+ "type": "text",
1411
+ "text": "Petar Velickovi ˇ c, Guillem Cucurull, Arantxa Casanova, Adriana Romero, Pietro Lio, and Yoshua ´ Bengio. Graph attention networks. In International Conference on Learning Representations, 2018. ",
1412
+ "bbox": [
1413
+ 174,
1414
+ 445,
1415
+ 825,
1416
+ 488
1417
+ ],
1418
+ "page_idx": 9
1419
+ },
1420
+ {
1421
+ "type": "text",
1422
+ "text": "Xiaolong Wang, Ross Girshick, Abhinav Gupta, and Kaiming He. Non-local neural networks. In Proceedings of the IEEE conference on computer vision and pattern recognition, pp. 7794–7803, 2018. ",
1423
+ "bbox": [
1424
+ 173,
1425
+ 500,
1426
+ 826,
1427
+ 541
1428
+ ],
1429
+ "page_idx": 9
1430
+ },
1431
+ {
1432
+ "type": "text",
1433
+ "text": "Zhengyang Wang, Na Zou, Dinggang Shen, and Shuiwang Ji. Non-local U-Nets for biomedical image segmentation. In Thirty-Fourth AAAI Conference on Artificial Intelligence, 2020. ",
1434
+ "bbox": [
1435
+ 171,
1436
+ 551,
1437
+ 823,
1438
+ 582
1439
+ ],
1440
+ "page_idx": 9
1441
+ },
1442
+ {
1443
+ "type": "text",
1444
+ "text": "Zonghan Wu, Shirui Pan, Fengwen Chen, Guodong Long, Chengqi Zhang, and Philip S Yu. A comprehensive survey on graph neural networks. arXiv preprint arXiv:1901.00596, 2019. ",
1445
+ "bbox": [
1446
+ 171,
1447
+ 590,
1448
+ 823,
1449
+ 621
1450
+ ],
1451
+ "page_idx": 9
1452
+ },
1453
+ {
1454
+ "type": "text",
1455
+ "text": "Keyulu Xu, Chengtao Li, Yonglong Tian, Tomohiro Sonobe, Ken-ichi Kawarabayashi, and Stefanie Jegelka. Representation learning on graphs with jumping knowledge networks. In International Conference on Machine Learning, pp. 5449–5458, 2018. ",
1456
+ "bbox": [
1457
+ 176,
1458
+ 631,
1459
+ 823,
1460
+ 672
1461
+ ],
1462
+ "page_idx": 9
1463
+ },
1464
+ {
1465
+ "type": "text",
1466
+ "text": "Keyulu Xu, Weihua Hu, Jure Leskovec, and Stefanie Jegelka. How powerful are graph neural networks? In International Conference on Learning Representations, 2019. ",
1467
+ "bbox": [
1468
+ 173,
1469
+ 683,
1470
+ 821,
1471
+ 712
1472
+ ],
1473
+ "page_idx": 9
1474
+ },
1475
+ {
1476
+ "type": "text",
1477
+ "text": "Pinar Yanardag and SVN Vishwanathan. Deep graph kernels. In Proceedings of the 21th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, pp. 1365–1374. ACM, 2015. ",
1478
+ "bbox": [
1479
+ 173,
1480
+ 722,
1481
+ 825,
1482
+ 765
1483
+ ],
1484
+ "page_idx": 9
1485
+ },
1486
+ {
1487
+ "type": "text",
1488
+ "text": "Zichao Yang, Diyi Yang, Chris Dyer, Xiaodong He, Alex Smola, and Eduard Hovy. Hierarchical attention networks for document classification. In Proceedings of the 2016 Conference of the North American chapter of the Association for Computational Linguistics: Human Language Technologies, pp. 1480–1489, 2016. ",
1489
+ "bbox": [
1490
+ 173,
1491
+ 775,
1492
+ 825,
1493
+ 832
1494
+ ],
1495
+ "page_idx": 9
1496
+ },
1497
+ {
1498
+ "type": "text",
1499
+ "text": "Zhitao Ying, Jiaxuan You, Christopher Morris, Xiang Ren, Will Hamilton, and Jure Leskovec. Hierarchical graph representation learning with differentiable pooling. In Advances in Neural Information Processing Systems, pp. 4800–4810, 2018. ",
1500
+ "bbox": [
1501
+ 174,
1502
+ 842,
1503
+ 823,
1504
+ 885
1505
+ ],
1506
+ "page_idx": 9
1507
+ },
1508
+ {
1509
+ "type": "text",
1510
+ "text": "Hao Yuan and Shuiwang Ji. StructPool: Structured graph pooling via conditional random fields. In International Conference on Learning Representations, 2020. ",
1511
+ "bbox": [
1512
+ 173,
1513
+ 895,
1514
+ 823,
1515
+ 924
1516
+ ],
1517
+ "page_idx": 9
1518
+ },
1519
+ {
1520
+ "type": "text",
1521
+ "text": "Muhan Zhang, Zhicheng Cui, Marion Neumann, and Yixin Chen. An end-to-end deep learning architecture for graph classification. In Thirty-Second AAAI Conference on Artificial Intelligence, 2018a. ",
1522
+ "bbox": [
1523
+ 174,
1524
+ 103,
1525
+ 823,
1526
+ 145
1527
+ ],
1528
+ "page_idx": 10
1529
+ },
1530
+ {
1531
+ "type": "text",
1532
+ "text": "Si Zhang, Hanghang Tong, Jiejun Xu, and Ross Maciejewski. Graph convolutional networks: Algorithms, applications and open challenges. In International Conference on Computational Social Networks, pp. 79–91. Springer, 2018b. ",
1533
+ "bbox": [
1534
+ 176,
1535
+ 155,
1536
+ 825,
1537
+ 196
1538
+ ],
1539
+ "page_idx": 10
1540
+ },
1541
+ {
1542
+ "type": "text",
1543
+ "text": "A APPENDIX ",
1544
+ "text_level": 1,
1545
+ "bbox": [
1546
+ 176,
1547
+ 102,
1548
+ 297,
1549
+ 117
1550
+ ],
1551
+ "page_idx": 11
1552
+ },
1553
+ {
1554
+ "type": "text",
1555
+ "text": "A.1 DETAILS OF DISASSORTATIVE GRAPH DATASETS ",
1556
+ "bbox": [
1557
+ 174,
1558
+ 133,
1559
+ 558,
1560
+ 148
1561
+ ],
1562
+ "page_idx": 11
1563
+ },
1564
+ {
1565
+ "type": "text",
1566
+ "text": "Here are the details of disassortative graph datasets used in our experiments: ",
1567
+ "bbox": [
1568
+ 174,
1569
+ 160,
1570
+ 671,
1571
+ 174
1572
+ ],
1573
+ "page_idx": 11
1574
+ },
1575
+ {
1576
+ "type": "text",
1577
+ "text": "• Chameleon and Squirrel are Wikipedia networks (Rozemberczki et al., 2019) where nodes represent web pages from Wikipedia and edges indicate mutual links between pages. Node feature vectors are bag-of-word representation of informative nouns in the corresponding pages. Each node is labeled with one of five classes according to the number of the average monthly traffic of the web page. \n• Actor is an actor co-occurrence network, where nodes denote actors and edges indicate cooccurrence on the same web page from Wikipedia. It is extracted from the film-directoractor-writer network proposed by Tang et al. (Tang et al., 2009). Node feature vectors are bag-of-word representation of keywords in the actors’ Wikipedia pages. Each node is labeled with one of five classes according to the topic of the actor’s Wikipedia page. Cornell, Texas, and Wisconsin come from the WebKB dataset collected by Carnegie Mellon University. Nodes represent web pages and edges denote hyperlinks between them. Node feature vectors are bag-of-word representation of the corresponding web pages. Each node is labeled with one of student, project, course, staff, and faculty. ",
1578
+ "bbox": [
1579
+ 214,
1580
+ 185,
1581
+ 825,
1582
+ 390
1583
+ ],
1584
+ "page_idx": 11
1585
+ },
1586
+ {
1587
+ "type": "text",
1588
+ "text": "A.2 FULL EXPERIMENTAL RESULTS ",
1589
+ "text_level": 1,
1590
+ "bbox": [
1591
+ 176,
1592
+ 407,
1593
+ 437,
1594
+ 421
1595
+ ],
1596
+ "page_idx": 11
1597
+ },
1598
+ {
1599
+ "type": "table",
1600
+ "img_path": "images/e295d12ff87ce3272ad2fcb82c45c6b1c469ffb07c56ed89a9873332edefbc72.jpg",
1601
+ "table_caption": [
1602
+ "Table 6: Comparisons between our NLMLP, NLGCN, NLGAT and baselines on all the nine datasets. "
1603
+ ],
1604
+ "table_footnote": [],
1605
+ "table_body": "<table><tr><td></td><td colspan=\"3\">Assortative</td><td colspan=\"6\">Disassortative</td></tr><tr><td>Datasets</td><td>Cora</td><td>Citeseer</td><td>Pubmed</td><td>Chameleon</td><td>Squirrel</td><td>Actor</td><td>Cornell</td><td>Texas</td><td>Wisconsin</td></tr><tr><td>MLP</td><td>76.5±1.3</td><td>73.6±1.9</td><td>87.5±0.4</td><td>48.5±3.0</td><td>31.5±1.4</td><td>35.1±0.8</td><td>81.6±6.3</td><td>81.3±7.1</td><td>84.9±5.3</td></tr><tr><td>GCN</td><td>88.2±1.2</td><td>75.7±1.3</td><td>88.4±0.6</td><td>67.6±2.4</td><td>54.9±1.9</td><td>30.3±1.6</td><td>54.2±7.3</td><td>61.1±7.0</td><td>59.6±4.5</td></tr><tr><td>GAT</td><td>88.4±1.4</td><td>76.1±1.0</td><td>87.0±0.3</td><td>65.0±3.7</td><td>51.3±2.5</td><td>29.4±1.2</td><td>56.3±4.3</td><td>57.9±6.1</td><td>57.8±4.3</td></tr><tr><td>Geom-GCN</td><td>85.3</td><td>78.0</td><td>90.1</td><td>60.9</td><td>38.1</td><td>31.6</td><td>60.8</td><td>67.6</td><td>64.1</td></tr><tr><td>Geom-GCN-g</td><td>87.0</td><td>80.6</td><td>90.7</td><td>68.0</td><td>46.0</td><td>32.0</td><td>67.0</td><td>73.1</td><td>69.4</td></tr><tr><td>Geom-GCN-s</td><td>73.3</td><td>72.2</td><td>87.0</td><td>61.6</td><td>38.0</td><td>34.6</td><td>75.4</td><td>73.5</td><td>80.4</td></tr><tr><td>NLMLP</td><td>76.9±1.8</td><td>73.4±1.9</td><td>88.2±0.5</td><td>50.7±2.2</td><td>33.7±1.5</td><td>37.9±1.3</td><td>84.9±5.7</td><td>85.4±3.8</td><td>87.3±4.3</td></tr><tr><td>NLGCN</td><td>88.1±1.0</td><td>75.2±1.4</td><td>89.0±0.5</td><td>70.1±2.9</td><td>59.0±1.2</td><td>31.6±1.0</td><td>57.6±5.5</td><td>65.5±6.6</td><td>60.2±5.3</td></tr><tr><td>NLGAT</td><td>88.5±1.8</td><td>76.2±1.6</td><td>88.2±0.3</td><td>65.7±1.4</td><td>56.8±2.5</td><td>29.5±1.3</td><td>54.7±7.6</td><td>62.6±7.1</td><td>56.9±7.3</td></tr></table>",
1606
+ "bbox": [
1607
+ 176,
1608
+ 449,
1609
+ 821,
1610
+ 590
1611
+ ],
1612
+ "page_idx": 11
1613
+ }
1614
+ ]
parse/train/heqv8eIweMY/heqv8eIweMY_middle.json ADDED
The diff for this file is too large to render. See raw diff
 
parse/train/heqv8eIweMY/heqv8eIweMY_model.json ADDED
The diff for this file is too large to render. See raw diff
 
parse/train/o2tx_m7hK3t/o2tx_m7hK3t.md ADDED
@@ -0,0 +1,499 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Missing Data Infill with Automunge
2
+
3
+ Anonymous Author(s)
4
+ Affiliation
5
+ Address
6
+ email
7
+
8
+ # Abstract
9
+
10
+ 1 Missing data is a fundamental obstacle in the practice of data science. This paper
11
+ 2 surveys a few conventions for imputation as available in the Automunge open
12
+ 3 source python library platform for tabular data preprocessing, including “ML infill”
13
+ 4 in which auto ML models are trained for target features from partitioned extracts
14
+ 5 of a training set. A series of validation experiments were performed to benchmark
15
+ 6 imputation scenarios towards downstream model performance, in which it was
16
+ 7 found for the given benchmark sets that in many cases ML infill outperformed for
17
+ 8 both numeric and categoric target features, and was otherwise at minimum within
18
+ 9 noise distributions of the other imputation scenarios. Evidence also suggested
19
+ 10 supplementing ML infill with the addition of support columns with boolean integer
20
+ 11 markers signaling presence of infill was usually beneficial to downstream model
21
+ 12 performance. We consider these results sufficient to recommend defaulting to
22
+ 13 ML infill for tabular learning, and further recommend supplementing imputations
23
+ 14 with support columns signaling presence of infill, each as can be prepared with
24
+ 15 push-button operation in the Automunge library. Our contributions include an
25
+ 16 auto ML derived missing data imputation library for tabular learning in the python
26
+ 17 ecosystem, fully integrated into a preprocessing platform with an extensive library
27
+ 18 of feature transformations, with a novel production friendly implementation that
28
+ 19 bases imputation models on a designated train set for consistent basis towards
29
+ 20 additional data.
30
+
31
+ # 21 1 Introduction
32
+
33
+ 22 Missing data is a fundamental obstacle for data science practitioners. Missing data refers to feature
34
+ 23 sets in which a portion of entries do not have samples recorded, which may interfere with model
35
+ 24 training and/or inference. In some cases, the missing entries may be randomly distributed within the
36
+ 25 samples of a feature set, a scenario known as missing at random. In other cases, certain segments of a
37
+ 26 feature set’s distribution may have a higher prevalence of missing data than other portions, a scenario
38
+ 27 known as missing not at random. In some cases, the presence of missing data may even correlate
39
+ 28 with label set properties, resulting in a kind of data leakage for a supervised training operation.
40
+ 29 In a tabular data set (that is a data set aggregated as a 2D matrix of feature set columns and collected
41
+ 30 sample rows), missing data may be represented by a few conventions. A common one is for missing
42
+ 31 entries to be received as a NaN value, which is a special numeric data type representing “not a
43
+ 32 number”. Some dataframe libraries may have other special data types for this purpose. In another
44
+ 33 configuration, missing data may be represented by some particular value (like a string configuration)
45
+ 34 associated with a feature set.
46
+ 35 When a tabular data set with missing values present is intended to serve as a target for supervised
47
+ 36 training, machine learning (ML) libraries may require as a prerequisite some kind of imputation
48
+ 37 to ensure the set has all valid entries, which for most libraries means all numeric entries (although
49
+ 38 there are some libraries that accept designated categoric feature sets in their string representations).
50
+ 39 Conventions for imputation may follow a variety of options to target numeric or categoric feature sets
51
+ 40 [Table 1], many of which apply a uniform infill value, which may either be arbitrary or derived as a
52
+ 41 function of other entries in the feature set.
53
+ 42 Other, more sophisticated conventions for infill may derive an imputation value as a function of
54
+ 43 corresponding samples of the other features. For example, one of many learning algorithms (like
55
+ 44 random forest, gradient boosting, neural networks, etc.) may be trained for a target feature where
56
+ 45 the populated entries in that feature are treated as labels and surrounding features sub-aggregated
57
+ 46 as features for the imputation model, and where the model may serve as either a classification or
58
+ 47 regression operation based on properties of the target feature.
59
+ 48 This paper is to document a series of validation experiments that were performed to compare
60
+ 49 downstream model performance as a result of a few of these different infill conventions. We crafted a
61
+ 50 contrived set of scenarios representing paradigms like missing at random or missing not at random
62
+ 51 as injected in either a numeric or categoric target feature selected for influence toward downstream
63
+ 52 model performance. Along the way we will offer a brief introduction to the Automunge library for
64
+ 53 tabular data preprocessing, particularly those aspects of the library associated with missing data infill.
65
+ 54 The results of these experiments summarized below may serve as a validation of defaulting to ML
66
+ 55 infill for tabular learning even when faced with different types of missing data, and further defaulting
67
+ 56 to supplementing imputations with support columns signaling presence of infill.
68
+ 57 Our contributions include an auto ML derived missing data imputation library for tabular learning
69
+ 58 in the python ecosystem, fully integrated into a preprocessing platform with an extensive library of
70
+ 59 feature transformations, extending the ML imputation capabilities of R libraries like MissForest [1]
71
+ 60 to a more production friendly implementation that bases imputation models on a designated train set
72
+ 61 for consistent basis towards additional data.
73
+
74
+ Table 1: Imputation Conventions
75
+
76
+ <table><tr><td>Imputation Value</td><td>Numeric</td><td>Categoric</td></tr><tr><td>mean</td><td></td><td></td></tr><tr><td>median</td><td>√ √</td><td></td></tr><tr><td>mode</td><td></td><td>√</td></tr><tr><td>adjacent cell</td><td>【</td><td>←</td></tr><tr><td>arbitrary (e.g. O or 1)</td><td>√</td><td>√</td></tr><tr><td>distinct activation</td><td></td><td>√</td></tr><tr><td>ML infill</td><td>「</td><td>√</td></tr></table>
77
+
78
+ # 62 2 Automunge
79
+
80
+ 63 Automunge [2], put simply, is a python library platform for preparing tabular data for machine
81
+ 64 learning, built on top of the Pandas dataframe library [3] and open sourced under a GNU GPL
82
+ 65 v3.0 license. The interface is channeled through two master functions: automunge(.) for the initial
83
+ 66 preparation of training data, and postmunge(.) for subsequent efficient preparation of additional “test”
84
+ 67 data on the train set basis. In addition to returning transformed data, the automunge(.) function also
85
+ 68 populates and returns a compact dictionary recording all of the steps and parameters of transformations
86
+ 69 and imputations, which dictionary may then serve as a key for consistently preparing additional data
87
+ 70 in the postmunge(.) function on the train set basis.
88
+ 71 Under automation the automunge(.) function performs an evaluation of feature set properties to
89
+ 72 derive appropriate simple feature engineering transformations that may serve to normalize numeric
90
+ 73 sets and binarize (or hash) categoric sets. A user may also apply custom transformations, or even
91
+ 74 custom sets of transformations, assigned to distinct columns. Such transformations may be sourced
92
+ 75 from an extensive internal library, or even may be custom defined. The resulting transformed data log
93
+ 76 the applied stages of derivations by way of suffix appenders on the returned column headers.
94
+ 77 Missing data imputation is handled automatically in the library, where each transformation applied
95
+ 78 includes a default imputation convention to serve as a precursor to imputation model training, one
96
+ 79 that may also be overridden for use of other conventions by assignment.
97
+ 80 Included in the library of infill options is an auto ML solution we refer to as ML infill, in which a
98
+ 81 distinct model is trained for each target feature and saved in the returned dictionary for a consistent
99
+ 82 imputation basis of subsequent data in the postmunge(.) function. The model architecture defaults to
100
+ 83 random forest [4] by Scikit-Learn [5], and other auto ML library options are also supported.
101
+ 84 The ML infill implementation works by first collecting a ‘NArw’ support column for each received
102
+ 85 feature set containing boolean integer markers (1’s and 0’s) with activations corresponding to entries
103
+ 86 with missing or improperly formatted data. The types of data to be considered improperly formatted
104
+ 87 are tailored to the root transformation category to be applied to the column, where for example
105
+ 88 for a numeric transform non-numeric entries may be subject to infill, or for a categoric transform
106
+ 89 invalid entries may just be special data types like NaN or None. Other transforms may have other
107
+ 90 configurations, for example a power law transform may only accept positive numeric entries, or an
108
+ 91 integer transform may only accept integer entries.
109
+ 92 This NArw support column can then be used to perform a target feature specific partitioning of the
110
+ 93 training data for use to train a ML infill model [Fig 1]. The partitioning segregates rows between those
111
+ 94 corresponding to missing data in the target feature verses those rows with valid entries, with the target
112
+ 95 feature valid entries to serve as labels for a supervised training and the other corresponding features’
113
+ 96 samples to serve as training data. Feature samples corresponding to the target feature missing data
114
+ 97 are grouped for an inference operation. Note that for cases where a transformation set has prepared
115
+ 98 a target input feature in multiple configurations, those derivations other than the target feature are
116
+ 99 omitted from the partitions to avoid data leakage. A similar partitioning is performed for test data
117
+ 100 sets for ML infill imputation, although in this case only the rows corresponding to entries of missing
118
+ 101 data in the target feature are utilized for inference. As a further variation available for any of the
119
+ 102 imputation methods, the NArw support columns may themselves be appended to the returned data
120
+ 103 sets as a signal to training of entries that were subject to infill.
121
+
122
+ # ML infill
123
+
124
+ ![](images/bb34845c2aaec3c73fa5b0742eeb30fb09a32a62c1b9fa20a3e9d52652f5b4bf.jpg)
125
+ Figure 1: ML Infill partitioning
126
+
127
+ 104 There is a categorization associated with each preprocessing transformation category to determine
128
+ 105 the type of ML infill training operation, for example a target feature set derived from a transform that
129
+ 106 returns a numeric form may be a target for a regression operation or a target feature set derived from
130
+ 107 a transform that returns an ordinal encoding may be a target for a classification operation. In some
131
+ 108 cases a target feature may be composed of a set of more than one column, like in the case of a set
132
+ 109 returned from a one-hot encoding. For cases where a learner library does not accept some particular
133
+ 110 form of encoding as valid labels there is a conversion of the target feature set for training and an
134
+ 111 inverse conversion after any inference, for example it may be necessary to convert a binarized target
135
+ 112 feature set to one-hot encoding or ordinal encoding for use as labels in different auto ML frameworks.
136
+ 113 As may be particularly beneficial in cases with high prevalence of missing data across features, the
137
+ 114 sequential training of feature imputation models may be iterated through repeated rounds of imputa
138
+ 115 tions. For instance in the first round of model trainings and imputations the models’ performance
139
+ 116 may be slightly degraded by high prevalence of missing data populated with the initial transformation
140
+ 117 function imputation conventions in surrounding features, but after that first round of imputations a
141
+ 118 second iteration of model trainings may have slight improvement of performance due to the presence
142
+ 119 of ML infill imputations, and similarly ML infill may benefit from any additional iterations of model
143
+ 120 trainings and imputations. In each iteration the sequence of imputations between columns are applied
144
+ 121 in an order from features with highest prevalence of missing data to least. The library defaults to a
145
+ 122 single round of imputations, with the option to specify an additional iteration quantity.
146
+ 123 The final trained models for each target feature, as derived from properties of a designated train set
147
+ 124 passed to the automunge(.) function, are collectively saved and returned to the user in a dictionary
148
+ 125 that may serve as a key for consistent imputation basis to additional data in the postmunge(.) function,
149
+ 126 with such dictionary also serving as a key for any applied preprocessing transformations.
150
+
151
+ # 127 3 Preprocessing
152
+
153
+ 128 The utility of the library extends well beyond missing data infill. Automunge is intended as a platform
154
+ 129 for all of the tabular learning steps following receipt of tidy data [6] (meaning one column per
155
+ 130 feature and one row per sample) and immediately preceding the application of machine learning. We
156
+ 131 found that by integrating the imputations directly into a preprocessing library, benefits included that
157
+ 132 imputations can be applied to returned multi-column categoric representations like one-hot encodings
158
+ 133 or binarized encodings, can account for potential data leakage between redundantly encoded feature
159
+ 134 sets, and can accept raw data as input as may include string encoded and date-time entries with only
160
+ 135 the minimal requirement of data received in a tidy form.
161
+ 136 Under automation, Automunge normalizes numeric sets by z-score normalization and binarizes
162
+ 137 categoric sets (where binarize refers to a multi-column boolean integer representation where each
163
+ 138 categoric unique entry is represented by a distinct set of zero, one, or more simultaneous activations).
164
+ 139 We have a separate kind of binarization for categoric sets with two unique entries, which returns a
165
+ 140 single boolean integer encoded column (available as a single column by not having a distinct encoding
166
+ 141 set for missing data which is instead grouped with the most common entry). High cardinality categoric
167
+ 142 sets with unique entry count above a configurable heuristic threshold are instead applied with a hashing
168
+ 143 trick transform [7, 8], and for highest cardinality approaching all unique entries features are given a
169
+ 144 parsed hashing [9] which accesses distinct words found within entries. Further automated encodings
170
+ 145 are available for date-time sets in which entries are segregated by time scale and subject to separate
171
+ 146 sets of sine and cosine transforms at periodicity of time scale and additionally supplemented by
172
+ 147 binned activations for business hours, weekdays, and holidays. Designated label sets are treated a
173
+ 148 little differently, where numeric sets are left un-normalized and categoric sets are ordinal encoded (a
174
+ 149 single column of integer activations). All of the defaults under automation are custom configurable.
175
+ 150 A user need not defer to automation. There is a built in extensive library of feature transformations to
176
+ 151 choose from. Numeric features may be assigned to any range of transformations, normalizations, and
177
+ 152 bin aggregations [10]. Sequential numeric features may be supplemented by proxies for derivatives
178
+ 153 [10]. Categoric features may be subject to encodings like ordinal, one-hot, binarization, hashing, or
179
+ 154 even parsed categoric encoding [11] with an increased information retention in comparison to one-hot
180
+ 155 encoding by a vectorization as a function of grammatical structure shared between entries. Categoric
181
+ 156 sets may be collectively aggregated into a single common binarization. Categoric labels may have
182
+ 157 label smoothing applied [12], or fitted smoothing where null values are fit to class distributions. Data
183
+ 158 augmentation transformations [10] may be applied which make use of noise injection, including
184
+ 159 several variants for both numeric and categoric features. Sets of transformations to be directed at a
185
+ 160 target feature can be assembled which include generations and branches of derivations by making use
186
+ 161 of our “family tree primitives” [13], as can be used to redundantly encode a feature set in multiple
187
+ 162 configurations of varying information content. Such transformation sets may be accessed from those
188
+ 163 predefined in an internal library for simple assignment or alternatively may be custom configured.
189
+ 164 Even the transformation functions themselves may be custom defined with only minimal requirements
190
+ 165 of simple data structures. Through application statistics of the features are recorded to facilitate
191
+ 166 detection of distribution drift. Inversion is available to recover the original form of data found
192
+ 167 preceding transformations, as may be useful to recover the original form of labels after inference.
193
+ 168 Or of course if the data is received already numerically encoded the library can simply be applied as
194
+ 169 a tool for missing data infill.
195
+
196
+ # 170 4 Code Demonstration
197
+
198
+ 171 Jupyter notebook install and imports are as follows:
199
+
200
+ !pip install Automunge from Automunge import $^ *$ am $=$ AutoMunge()
201
+
202
+ 176 The automunge(.) function accepts as input a Pandas dataframe or tabular Numpy array of training
203
+ 177 data and optionally also corresponding test data. If any of the sets include a label column that header
204
+ 178 should be designated, similarly with any index header or list of headers to exclude from the ML infill
205
+ 179 basis. For Numpy, headers are the index integer and labels should be positioned as final column.
206
+ 180 import pandas as pd
207
+ 181 df_train $=$ pd.read_csv('train.csv')
208
+ 182 df_test $=$ pd.read_csv('test.csv')
209
+ 183 labels_column $=$ '<labels_column_header>'
210
+ 184 trainID_column $=$ '<ID_column_header>'
211
+ 185 These data sets can be passed to automunge(.) to automatically encode and impute. The function
212
+ 186 returns 10 sets (9 dataframes and 1 dictionary) which in some cases may be empty based on parameter
213
+ 187 settings, we suggest the following optional naming convention. The final set, the “postprocess_dict”,
214
+ 188 is the key for consistently preparing additional data in postmunge(.). Note that if a validation set
215
+ 189 is desired it can be partitioned from df_train with valpercent and prepared on the train set basis.
216
+ 190 Shuffling is on by default for train data and off by default for test data, the associated parameter
217
+ 191 is shown for reference. Here we demonstrate with the assigncat parameter assigning the root
218
+ 192 category of a transformation set to some target column which will override the default transform
219
+ 193 under automation. We also demonstrate with the assigninfill parameter assigning an alternate
220
+ 194 infill convention to a column. The ML infill and NArw column aggregation are on by default, their
221
+ 195 associated activation parameters are shown for reference. Note that if the data is already numerically
222
+ 196 encoded and user just desires infill, they can pass parameter powertransform $=$ 'infill'.
223
+ 197 train, train_ID, labels, \
224
+ 198 val, val_ID, val_labels, \
225
+ 199 test, test_ID, test_labels, \
226
+ 200 postprocess_dict $=$ \
227
+ 201 am.automunge(df_train,
228
+ 202 df_test $=$ df_test,
229
+ 203 labels_column $=$ labels_column,
230
+ 204 trainID_column $=$ trainID_column,
231
+ 205 valpercent $\ c = \ 0 . 2$ ,
232
+ 206 shuffletrain $=$ True,
233
+ 207 assigncat $=$ {'or23' : ['<parsed_categoric_target_column>'] },
234
+ 208 assigninfill $=$ {'modeinfill' : ['<infill_target_column>'] },
235
+ 209 MLinfill $=$ True,
236
+ 210 NArw_marker $=$ True)
237
+ 211 A list of columns returned from some particular input feature can be accessed with
238
+ 212 postprocess_dict['column_map']['<input_feature_header>']. A report classifying the
239
+ 213 returned column types (such as continuous, boolean, ordinal, onehot, binary, etc.) and their groupings
240
+ 214 can be accessed with postprocess_dict['columntype_report'].
241
+ 215 If the returned train set is to be used for training a model that may go into production, the postpro
242
+ 216 cess_dict should be saved externally, such as with the pickle library.
243
+
244
+ 217 We can then prepare additional data on the train set basis with postmunge(.).
245
+
246
+ 218 test, test_ID, test_labels, \
247
+ 219 postreports_dict $=$ \
248
+ 220 am.postmunge(postprocess_dict,
249
+ 221 df_test)
250
+ 223 The R ecosystem has long enjoyed access to missing data imputation libraries that apply learned
251
+ 224 models to predict infill based on other features in a set, such as MissForest [1] and mice [14], where
252
+ 225 MissForest differs from mice as a deterministic imputation built on top of random forest and mice
253
+ 226 applies chained equations with pooled linear models and sampling from a conditional distribution.
254
+ 227 One of the limitations of these libraries are that the algorithms must be run through both training
255
+ 228 and inference for each separate data set, as may be required if test data is not available at time of
256
+ 229 training, which practice may not be amenable to production environments. Automunge on the other
257
+ 230 hand bases imputations on a designated train set, returning from application a collected dictionary of
258
+ 231 feature set specific models that can then be applied as a key for consistently preparing additional data
259
+ 232 on the train set basis.
260
+ 233 Automunge’s ML infill also differs from these R libraries by providing multiple auto ML options
261
+ 234 for imputation models. We are continuing to build out a range that currently includes Catboost [15],
262
+ 235 AutoGluon [16], and FLAML [17] libraries. Our default configuration is built on top of Scikit-Learn
263
+ 236 [5] random forest [4] models and may be individually tuned to each target feature with grid or random
264
+ 237 search by passing fit parameters to ML infill as lists or distributions.
265
+ 238 There are of course several other variants of machine learning derived imputations that have been
266
+ 239 demonstrated elsewhere. Imputations from generative adversarial networks [18] may improve
267
+ 240 performance compared to ML infill (at a cost of complexity). Gaussian copula imputation [19] has
268
+ 241 a benefit of being able to estimate uncertainty of imputations. There are even imputation solutions
269
+ 242 built around causal graphical models [20]. Towards the other end of complexity spectrum, $\mathbf { k }$ -Nearest
270
+ 243 Neighbor imputation [21] for continuous data is available in common frameworks like Scikit-Learn.
271
+ 244 Being built on top of the Pandas library, there is an inherent limitation that Automunge operations are
272
+ 245 capped at in-memory scale data sets. Other dataframe libraries like Spark [22] have the ability to
273
+ 246 operate on distributed datasets. We believe this is not a major limitation because the in memory scale
274
+ 247 is only associated with datasets passed to automunge(.) to serve as the basis for transformations and
275
+ 248 imputations. Once the basis has been established, transformations to any scale of data can be applied
276
+ 249 by passing partitions to the postmunge(.) function. We expect there may be potential to parallelize
277
+ 250 such an operation with a library like Dask [23] or Ray [24], such an implementation is currently
278
+ 251 intended as a future direction of research.
279
+ 252 Another limitation associated with Pandas dataframes is that operations take place on the CPU. There
280
+ 253 are emerging dataframe platforms like Rapids [25] which are capable of GPU accelerated operations,
281
+ 254 which may particularly be of benefit when you take account for the elimination of a handoff step
282
+ 255 between main and GPU memory to implement training. Although the Pandas aspects of Automunge
283
+ 256 are CPU bound, the range of auto ML libraries incorporated are in some cases capable of GPU
284
+ 257 training for ML infill.
285
+ 258 There will always be a simplicity advantage to deep learning libraries like Tensorflow [26] or PyTorch
286
+ 259 [27] which can integrate preprocessing as a layer directly into a model’s architecture, eliminating the
287
+ 260 need to consider preprocessing in inference. We believe the single added inference step of passing
288
+ 261 data to the postmunge(.) function is an acceptable tradeoff because by keeping the preprocessing
289
+ 262 operations separate it facilitates a ML framework agnostic tabular preprocessing platform.
290
+
291
+ # 263 6 Experiments
292
+
293
+ 264 Some experiments were performed to evaluate efficacy of a few different imputation methods in
294
+ 265 different scenarios of missing data. To amplify the impact of imputations, each of two data sets
295
+ 266 were pared down to a reduced set of the top 15 features based on an Automunge feature importance
296
+ 267 evaluation [11] by shuffle permutation [28]. (This step had the side benefit of reducing the training
297
+ 268 durations of experiments.) The top ranked importance categoric and numeric features were selected
298
+ 269 to separately serve as targets for injections of missing data, with such injections simulating scenarios
299
+ 270 of both missing at random and missing not at random.
300
+ 271 To simulate cases of missing not at random, and also again to amplify the impact of imputation, the
301
+ 272 target features were evaluated to determine the most influential segments of the features’ distributions
302
+ 3 [29], which for the target categoric features was one of the activations and for the target numeric
303
+ 4 features turned out to be the far right tail for both benchmark data sets.
304
+ 75 Further variations were aggregated associated with either the ratio of full feature or ratio of distribution
305
+ 76 segments injected with missing data, ranging from no injections to full replacement.
306
+
307
+ Finally, for each of these scenarios, variations were assembled associated with the type of infill applied by Automunge, including scenarios for defaults (mean imputation for numeric or distinct activations for categoric), imputation with mode, adjacent cell, and ML infill. The ML infill scenario was applied making use of the CatBoost library to take advantage of GPU acceleration.
308
+
309
+ Having prepared the data in each of these scenarios with an automunge(.) call, the final step was to train a downstream model to evaluate impact, again here with the CatBoost library. The performance metric applied was root mean squared error for the regression applications. Each scenario was repeated 68 or more times with the metrics averaged to de-noise the results.
310
+
311
+ Finally, the ML infill scenarios were repeated again with the addition of the NArw support columns to supplement the target features.
312
+
313
+ # 7 Results
314
+
315
+ The results of the various scenarios are presented [Fig 2, 3, 4, 5]. Here the y axis are the performance metrics and the x axis the ratio of entries with missing data injections, which were given as $\{ 0 , 0 . 1$ , 0.33, 0.67, 1.0}, where in the 0.0 case no missing data was injected and with 1.0 the entire feature or feature segment was injected. Because the 0.0 cases had equivalent entries between infill types, their spread across the four infill scenarios are a good approximation for the noise inherent in the learning algorithm. An additional source of noise for the other ratios was from the stochasticity of injections, with a distinct set for each trial. Consistent with common sense, as the injection ratio was ramped up the trend across infill scenarios was a degradation of the performance metric.
316
+
317
+ 296 We did find that with increased repetitions incorporated the spread of the averaged performance
318
+ 97 metrics were tightened, leading us to repeat the experiments at increased scale for some improved
319
+ 98 statistical significance.
320
+ 299 For the missing at random injections [Fig 2, 3], ML infill was at or near top performance across both
321
+ 300 data sets, although the spread between imputations was not extremely pronounced. In most of the
322
+ 301 setups, mode imputation and adjacent cell trended as reduced performance in comparison to ML infill
323
+ 302 or the default imputations (mean for numeric sets and distinct activation set for categoric).
324
+ 303 For not at random injections to the right tail of numeric sets [Fig 4], it appears that ML infill had a
325
+ 304 pronounced benefit to the Ames Housing data set [30], especially as the injection ratio increased,
326
+ 305 and more of an intermediate performance to the Allstate Claims data set [31]. We speculate that ML
327
+ 306 infill had some degree of variability across these demonstrations due to correlations (or lack thereof)
328
+ 307 between the target feature and the other features, without which ML infill may struggle to establish a
329
+ 308 basis for inference. In the final scenario of not at random injections to categoric [Fig 5] we believe
330
+ 309 default performed well because it served as a direct replacement for the single missing activation.
331
+ 310 An additional comparable series of injections were conducted with ML infill and the added difference
332
+ 311 of appending the NArw support columns corresponding to the target columns for injections. Again
333
+ 312 these NArw support columns are the boolean integer markers for presence of infill in the corresponding
334
+ 313 entries which support the partitioning of sets for ML infill. The expectation was that by using these
335
+ 314 markers to signal to the training operation which of the entries were subjected to infill, there would
336
+ 315 be some benefit to downstream model performance. For many of the scenarios the visible impact was
337
+ 316 that supplementing with the NArw support column improved the ML infill performance, demonstrated
338
+ 317 here for missing at random [Fig 6, 7] and missing not at random [Fig 8, 9] with the other imputation
339
+ 318 scenarios shown again for context.
340
+
341
+ ![](images/45c437556a465aa5dc992177208d5c53bf30020d2b467d6f1f92dd24cb6acdd9.jpg)
342
+
343
+ ![](images/3ba119c2a2554c3cdf89111a3b461ebcff079999f52b0f5eb6bb9d17af79fb44.jpg)
344
+ Figure 2: Missing at Random - Numeric Target Feature
345
+ Figure 3: Missing at Random - Categoric Target Feature
346
+
347
+ ![](images/c69e1a3ca7729f1a95208f71e4c3c48b610ababb0a82ecd3534cae240ce0af34.jpg)
348
+
349
+ ![](images/2e5c4483c28923780baf40482fc32a9c59d7db6f49afdf17a0a8b270e056e358.jpg)
350
+ Figure 4: Not at Random - Numeric Target Feature
351
+ Figure 5: Not at Random - Categoric Target Feature
352
+
353
+ # 319 8 Discussion
354
+
355
+ 320 One of the primary goals of this experiment was to validate the efficacy of ML infill as evidenced
356
+ 321 by improvements to downstream model performance. For the Ames Housing benchmark data set,
357
+ 322 there was a notable demonstration of ML infill benefiting model performance in the scenario of
358
+ 323 the numeric target column with not at random injections at increased injection ratios, and also to
359
+ 324 a lesser extent with missing at random injections. We speculate an explanation for this advantage
360
+ 325 towards the numeric target columns may partly be attributed to the fact that the downstream model
361
+ 326 was also a regression application, so that the other features selected for label correlation may by
362
+ 327 proxy have correlations with the target numeric feature. The corollary is that the more mundane
363
+ 328 performance of ML infill toward the categoric target columns may be a result of these having less
364
+ 329 correspondence with the surrounding features. The fact that even in these cases the ML infill still fell
365
+ 330 within noise distribution of the other imputation scenarios we believe presents a reasonable argument
366
+ 331 for defaulting to ML infill for tabular learning.
367
+ 332 Note that as another argument for defaulting to ML infill as opposed to static imputations is that the
368
+ 333 imputation model may serve as a hedge against imperfections in subsequent data streams, particularly
369
+ 334 if one of the features experiences downtime in a streaming application for instance.
370
+ 335 The other key finding of the experiment was the pronounced benefit to downstream model performance
371
+ 336 when including the NArw support column in the returned data set as a supplement to ML infill. This
372
+ 337 finding was consistent with our intuition, which was that increased information retention about infill
373
+ 338 points should help model performance. Note there is some small tradeoff, as the added training set
374
+ 339 dimensionality may increase training time. Another benefit to including NArw support columns may
375
+ 340 be for interpretability in inspection of imputations. We recommend including the NArw support
376
+ 341 columns for model training based on these findings, with the one caveat that care should be taken to
377
+ 342 avoid inclusion in the data leakage scenario where there is some kind of correlation between presence
378
+ 343 of missing data and label set properties that won’t be present in production.
379
+
380
+ ![](images/0c384e6a5f96e198ee72be9f57a7385afc203e769b148b0878d5758bd62952fc.jpg)
381
+
382
+ ![](images/bc182dcaceae281bb6433789415fe76d81d91e725ab77b9753c448ed934a1503.jpg)
383
+ Figure 6: NArw comparison - Missing at Random - Numeric Target Feature
384
+ Missing at Random - Categoric
385
+
386
+ ![](images/f4b089490ed5243731c3f3894da72fdb294238ef724fe3446307b330ecf4aaf0.jpg)
387
+ Figure 7: NArw comparison - Missing at Random - Categoric Target Feature
388
+
389
+ ![](images/95e8ec6c42422a2c737704e8fa765d1fe879e400f4ced62623905130f0712432.jpg)
390
+ Figure 8: NArw comparison - Not at Random - Numeric Target Feature
391
+ t Random-Categoric
392
+ Figure 9: NArw comparison - Not at Random - Categoric Target Feature
393
+
394
+ # 344 9 Conclusion
395
+
396
+ 45 Automunge offers a push-button solution to preparing tabular data for ML, with automated data
397
+ 46 cleaning operations like normalizations, binarizations, and auto ML derived missing data imputation
398
+ 47 aka ML infill. Transformations and imputations are fit to properties of a designated train set, and with
399
+ 48 application of automunge(.) a compact dictionary is returned recording transformation parameters
400
+ 49 and trained imputation models, which dictionary may then serve as a key for consistently preparing
401
+ 50 additional data on the train set basis with postmunge(.).
402
+ 351 We hope that these experiments may serve as a kind of validation of defaulting to ML infill with
403
+ 352 supplemented NArw support columns in tabular learning for users of the Automunge library, as
404
+ 353 even if in our experiments the material benefits towards downstream model performance were not
405
+ 354 demonstrated for all target feature scenarios, in other cases there did not appear to be any material
406
+ 355 penalty. Note that ML infill can be activated for push-button operation by the automunge(.) parameter
407
+ 356 MLinfill True and the NArw support columns included by parameter NArw_marker $\backsimeq$ True. Based
408
+ 357 on these findings these two parameter settings are now cast as defaults for the Automunge platform.
409
+
410
+ # 358 Acknowledgments
411
+
412
+ A thank you owed to those facilitators behind Stack Overflow, Python, Numpy, Scipy Stats, PyPI, GitHub, Colaboratory, Anaconda, VSCode, and Jupyter. Special thanks to Scikit-Learn and Pandas.
413
+
414
+ # References
415
+
416
+ 362 [1] Daniel J. Stekhoven, Peter Bühlmann. MissForest - nonparametric missing value imputation for mixed-type
417
+ 363 data (2011) arXiv:1105.0828
418
+ 364 [2] Author(s) (2021) Automunge, GitHub repository (Please see supplemental material)
419
+ 365 [3] W. McKinney. Data structures for statistical computing in python. Proceedings of the 9th Python in Science
420
+ 366 Conference, pages 51–56, 2010.
421
+ 367 [4] L. Breiman. Random Forests. Machine Learning, 45(1), 2001.
422
+ 368 [5] Pedregosa et al., Scikit-learn: Machine Learning in Python, JMLR 12, pp. 2825-2830, 2011.
423
+ 369 [6] H. Wickham. Tidy data. Journal of Statistical Software, 59(10), 2014.
424
+ 370 [7] John Moody. Fast Learning in Multi-Resolution Hierarchies. NIPS Proceedings, 1989
425
+ 371 [8] Kilian Weinberger, Anirban Dasgupta, John Langford, Alex Smola, Josh Attenberg. Feature Hashing for
426
+ 372 Large Scale Multitask Learning. ICML Proceedings, 2009
427
+ 373 [9] Author(s) Hashed Categoric Encodings with Automunge (2020) (Please see preprint in supplemental material)
428
+ 374 [10] Author(s) Numeric Encoding Options with Automunge (2020) (Please see preprint in supplemental material)
429
+ 375 [11] Author(s) Parsed Categoric Encodings with Automunge (2020) (Please see preprint in supplemental
430
+ 376 material)
431
+ 377 [12] Christian Szegedy, Vincent Vanhoucke, Sergey Ioffe, Jon Shlens, Zbigniew Wojna. Rethinking the Inception
432
+ 378 Architecture for Computer Vision. IEEE conference on computer vision and pattern recognition, 2016
433
+ 379 [13] Author(s) Specification of Derivations with Automunge (2020) (Please see preprint in supplemental
434
+ 380 material)
435
+ 381 [14] Stef van Buuren, Karin Groothuis-Oudshoorn. mice: Multivariate Imputation by Chained Equations in R
436
+ 382 (2011) https://www.jstatsoft.org/article/view/v045i03
437
+ 383 [15] Anna Veronika Dorogush, Vasily Ershov, Andrey Gulin. CatBoost: gradient boosting with categorical
438
+ 384 features support (2018) arXiv:1810.11363
439
+ 385 [16] Nick Erickson, Jonas Mueller, Alexander Shirkov, Hang Zhang, Pedro Larroy, Mu Li, and Alexander Smola.
440
+ 386 AutoGluon-Tabular: Robust and Accurate AutoML for Structured Data (2020) arxiv:2003.06505
441
+ 387 [17] Chi Wang, Qingyun Wu, Markus Weimer, Erkang Zhu. FLAML: A Fast and Lightweight AutoML Library
442
+ 388 (2019) arXiv:1911.04706
443
+ 389 [18] Jinsung Yoon, James Jordon, Mihaela van der Schaar. GAIN: Missing Data Imputation using Generative
444
+ 390 Adversarial Nets (2018 International Conference of Machine Learning), arXiv:1806.02920
445
+ 391 [19] Yuxuan Zhao, Madeleine Udell. Missing Value Imputation for Mixed Data via Gaussian Copula (KDD
446
+ 392 2020), arXiv:1910.12845
447
+ 393 [20] K. Mohan, J. Pearl. Graphical Models for Processing Missing Data (2019), arXiv:1801.03583
448
+ 394 [21] Olga Troyanskaya, Michael Cantor, Gavin Sherlock, Pat Brown, Trevor Hastie, Robert Tibshirani, David
449
+ 395 Botstein and Russ B. Altman. Missing value estimation methods for DNA microarrays, BIOINFORMATICS
450
+ 396 Vol. 17 no. 6, 2001 Pages 520-525.
451
+ 397 [22] Matei Zaharia, Reynold S. Xin, Patrick Wendell, Tathagata Das, Michael Armbrust, Ankur Dave, Xiangrui
452
+ 398 Meng, Josh Rosen, Shivaram Venkataraman, Michael J. Franklin, Ali Ghodsi, Joseph Gonzalez, Scott Shenker,
453
+ 399 Ion Stoica. Apache Spark: a unified engine for big data processing. Communications of the ACM, 59(11), 2016
454
+ 400 [23] Dask Development Team. Dask: Library for dynamic task scheduling (2016) https://dask.org
455
+ 401 [24] Philipp Moritz, Robert Nishihara, Stephanie Wang, Alexey Tumanov, Richard Liaw, Eric Liang, Melih
456
+ 402 Elibol, Zongheng Yang, William Paul, Michael I. Jordan, Ion Stoica. Ray: A Distributed Framework for
457
+ 403 Emerging AI Applications. 13th USENIX Symposium on Operating Systems Design and Implementation
458
+ 404 (2018), arXiv:1712.05889
459
+
460
+ [26] Abadi, Martín, Barham P, Chen J, Chen Z, Davis A, Dean J, et al. Tensorflow: A system for large-scale machine learning. 12th USENIX Symposium on Operating Systems Design and Implementation (2016) p. 265–83.
461
+ [27] Paszke, Adam and Gross, Sam and Massa, Francisco and Lerer, Adam and Bradbury, James and Chanan, Gregory and Killeen, Trevor and Lin, Zeming and Gimelshein, Natalia and Antiga, Luca and Desmaison, Alban and Kopf, Andreas and Yang, Edward and DeVito, Zachary and Raison, Martin and Tejani, Alykhan and Chilamkurthy, Sasank and Steiner, Benoit and Fang, Lu and Bai, Junjie and Chintala, Soumith. PyTorch: An Imperative Style, High-Performance Deep Learning Library. NeurIPS Proceedings, 2019
462
+ [28] Terrence Parr, Kerem Turgutlu, Christopher Csiszar, and Jeremy Howard. Beware default random forest importances. Explained.ai (blog), 2018. https://explained.ai/rf-importance/.
463
+ [29] Author(s) Automunge Influence (2020) (Please see preprint in supplemental material)
464
+ [30] Dean De Cock. Ames, Iowa: Alternative to the Boston Housing Data as an End of Semester Regression Project, Journal of Statistics Education, Volume 19, Number 3 (2011)
465
+ [31] Kaggle: Allstate Claims Severity, https://www.kaggle.com/c/allstate-claims-severity
466
+
467
+ # Checklist
468
+
469
+ 1. For all authors...
470
+
471
+ (a) Do the main claims made in the abstract and introduction accurately reflect the paper’s contributions and scope? [Yes]
472
+ (b) Did you describe the limitations of your work? [Yes] Please see discussions in section 5 Related Work
473
+ (c) Did you discuss any potential negative societal impacts of your work? [Yes] A Broader Impacts discussion is provided as Appendix C
474
+ (d) Have you read the ethics review guidelines and ensured that your paper conforms to them? [Yes]
475
+
476
+ 2. If you are including theoretical results...
477
+
478
+ (a) Did you state the full set of assumptions of all theoretical results? [N/A] (b) Did you include complete proofs of all theoretical results? [N/A]
479
+
480
+ 3. If you ran experiments...
481
+
482
+ (a) Did you include the code, data, and instructions needed to reproduce the main experimental results (either in the supplemental material or as a URL)? [Yes] Please see jupyter notebooks provided with supplemental material
483
+ (b) Did you specify all the training details (e.g., data splits, hyperparameters, how they were chosen)? [Yes] We noted that missing data injections were random for each trial. Performance was evaluated on a $2 5 \%$ validation split. We used hyperparameter defaults for learning.
484
+ (c) Did you report error bars (e.g., with respect to the random seed after running experiments multiple times)? [Yes] We noted that since scenarios for $0 \%$ injection are comparable between imputation methods, their spread may serve as a proxy for noise inherent in the operation.
485
+ (d) Did you include the total amount of compute and the type of resources used (e.g., type of GPUs, internal cluster, or cloud provider)? [No] Our experiments did not require significant compute.
486
+
487
+ 4. If you are using existing assets (e.g., code, data, models) or curating/releasing new assets...
488
+
489
+ (a) If your work uses existing assets, did you cite the creators? [Yes]
490
+ (b) Did you mention the license of the assets? [Yes] We note licenses of supporting packages in the read me document included in the github repository folder within the supplemental material.
491
+ (c) Did you include any new assets either in the supplemental material or as a URL? [Yes]
492
+ (d) Did you discuss whether and how consent was obtained from people whose data you’re using/curating? [N/A]
493
+ (e) Did you discuss whether the data you are using/curating contains personally identifiable information or offensive content? [N/A]
494
+
495
+ 5. If you used crowdsourcing or conducted research with human subjects...
496
+
497
+ (a) Did you include the full text of instructions given to participants and screenshots, if applicable? [N/A]
498
+ (b) Did you describe any potential participant risks, with links to Institutional Review Board (IRB) approvals, if applicable? [N/A]
499
+ (c) Did you include the estimated hourly wage paid to participants and the total amount spent on participant compensation? [N/A]
parse/train/o2tx_m7hK3t/o2tx_m7hK3t_content_list.json ADDED
@@ -0,0 +1,1101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "type": "text",
4
+ "text": "Missing Data Infill with Automunge ",
5
+ "text_level": 1,
6
+ "bbox": [
7
+ 279,
8
+ 122,
9
+ 717,
10
+ 147
11
+ ],
12
+ "page_idx": 0
13
+ },
14
+ {
15
+ "type": "text",
16
+ "text": "Anonymous Author(s) \nAffiliation \nAddress \nemail ",
17
+ "bbox": [
18
+ 423,
19
+ 200,
20
+ 580,
21
+ 256
22
+ ],
23
+ "page_idx": 0
24
+ },
25
+ {
26
+ "type": "text",
27
+ "text": "Abstract ",
28
+ "text_level": 1,
29
+ "bbox": [
30
+ 462,
31
+ 292,
32
+ 535,
33
+ 309
34
+ ],
35
+ "page_idx": 0
36
+ },
37
+ {
38
+ "type": "text",
39
+ "text": "1 Missing data is a fundamental obstacle in the practice of data science. This paper \n2 surveys a few conventions for imputation as available in the Automunge open \n3 source python library platform for tabular data preprocessing, including “ML infill” \n4 in which auto ML models are trained for target features from partitioned extracts \n5 of a training set. A series of validation experiments were performed to benchmark \n6 imputation scenarios towards downstream model performance, in which it was \n7 found for the given benchmark sets that in many cases ML infill outperformed for \n8 both numeric and categoric target features, and was otherwise at minimum within \n9 noise distributions of the other imputation scenarios. Evidence also suggested \n10 supplementing ML infill with the addition of support columns with boolean integer \n11 markers signaling presence of infill was usually beneficial to downstream model \n12 performance. We consider these results sufficient to recommend defaulting to \n13 ML infill for tabular learning, and further recommend supplementing imputations \n14 with support columns signaling presence of infill, each as can be prepared with \n15 push-button operation in the Automunge library. Our contributions include an \n16 auto ML derived missing data imputation library for tabular learning in the python \n17 ecosystem, fully integrated into a preprocessing platform with an extensive library \n18 of feature transformations, with a novel production friendly implementation that \n19 bases imputation models on a designated train set for consistent basis towards \n20 additional data. ",
40
+ "bbox": [
41
+ 147,
42
+ 321,
43
+ 766,
44
+ 599
45
+ ],
46
+ "page_idx": 0
47
+ },
48
+ {
49
+ "type": "text",
50
+ "text": "21 1 Introduction ",
51
+ "text_level": 1,
52
+ "bbox": [
53
+ 148,
54
+ 622,
55
+ 312,
56
+ 640
57
+ ],
58
+ "page_idx": 0
59
+ },
60
+ {
61
+ "type": "text",
62
+ "text": "22 Missing data is a fundamental obstacle for data science practitioners. Missing data refers to feature \n23 sets in which a portion of entries do not have samples recorded, which may interfere with model \n24 training and/or inference. In some cases, the missing entries may be randomly distributed within the \n25 samples of a feature set, a scenario known as missing at random. In other cases, certain segments of a \n26 feature set’s distribution may have a higher prevalence of missing data than other portions, a scenario \n27 known as missing not at random. In some cases, the presence of missing data may even correlate \n28 with label set properties, resulting in a kind of data leakage for a supervised training operation. \n29 In a tabular data set (that is a data set aggregated as a 2D matrix of feature set columns and collected \n30 sample rows), missing data may be represented by a few conventions. A common one is for missing \n31 entries to be received as a NaN value, which is a special numeric data type representing “not a \n32 number”. Some dataframe libraries may have other special data types for this purpose. In another \n33 configuration, missing data may be represented by some particular value (like a string configuration) \n34 associated with a feature set. \n35 When a tabular data set with missing values present is intended to serve as a target for supervised \n36 training, machine learning (ML) libraries may require as a prerequisite some kind of imputation \n37 to ensure the set has all valid entries, which for most libraries means all numeric entries (although \n38 there are some libraries that accept designated categoric feature sets in their string representations). \n39 Conventions for imputation may follow a variety of options to target numeric or categoric feature sets \n40 [Table 1], many of which apply a uniform infill value, which may either be arbitrary or derived as a \n41 function of other entries in the feature set. \n42 Other, more sophisticated conventions for infill may derive an imputation value as a function of \n43 corresponding samples of the other features. For example, one of many learning algorithms (like \n44 random forest, gradient boosting, neural networks, etc.) may be trained for a target feature where \n45 the populated entries in that feature are treated as labels and surrounding features sub-aggregated \n46 as features for the imputation model, and where the model may serve as either a classification or \n47 regression operation based on properties of the target feature. \n48 This paper is to document a series of validation experiments that were performed to compare \n49 downstream model performance as a result of a few of these different infill conventions. We crafted a \n50 contrived set of scenarios representing paradigms like missing at random or missing not at random \n51 as injected in either a numeric or categoric target feature selected for influence toward downstream \n52 model performance. Along the way we will offer a brief introduction to the Automunge library for \n53 tabular data preprocessing, particularly those aspects of the library associated with missing data infill. \n54 The results of these experiments summarized below may serve as a validation of defaulting to ML \n55 infill for tabular learning even when faced with different types of missing data, and further defaulting \n56 to supplementing imputations with support columns signaling presence of infill. \n57 Our contributions include an auto ML derived missing data imputation library for tabular learning \n58 in the python ecosystem, fully integrated into a preprocessing platform with an extensive library of \n59 feature transformations, extending the ML imputation capabilities of R libraries like MissForest [1] \n60 to a more production friendly implementation that bases imputation models on a designated train set \n61 for consistent basis towards additional data. ",
63
+ "bbox": [
64
+ 145,
65
+ 654,
66
+ 825,
67
+ 751
68
+ ],
69
+ "page_idx": 0
70
+ },
71
+ {
72
+ "type": "text",
73
+ "text": "",
74
+ "bbox": [
75
+ 147,
76
+ 757,
77
+ 825,
78
+ 840
79
+ ],
80
+ "page_idx": 0
81
+ },
82
+ {
83
+ "type": "text",
84
+ "text": "",
85
+ "bbox": [
86
+ 147,
87
+ 847,
88
+ 825,
89
+ 902
90
+ ],
91
+ "page_idx": 0
92
+ },
93
+ {
94
+ "type": "text",
95
+ "text": "",
96
+ "bbox": [
97
+ 138,
98
+ 90,
99
+ 825,
100
+ 133
101
+ ],
102
+ "page_idx": 1
103
+ },
104
+ {
105
+ "type": "table",
106
+ "img_path": "images/3c4685dc41fff0f78b357ecbccb9ecc26c937a57376b4191cd235334466beb05.jpg",
107
+ "table_caption": [
108
+ "Table 1: Imputation Conventions "
109
+ ],
110
+ "table_footnote": [],
111
+ "table_body": "<table><tr><td>Imputation Value</td><td>Numeric</td><td>Categoric</td></tr><tr><td>mean</td><td></td><td></td></tr><tr><td>median</td><td>√ √</td><td></td></tr><tr><td>mode</td><td></td><td>√</td></tr><tr><td>adjacent cell</td><td>【</td><td>←</td></tr><tr><td>arbitrary (e.g. O or 1)</td><td>√</td><td>√</td></tr><tr><td>distinct activation</td><td></td><td>√</td></tr><tr><td>ML infill</td><td>「</td><td>√</td></tr></table>",
112
+ "bbox": [
113
+ 334,
114
+ 170,
115
+ 661,
116
+ 297
117
+ ],
118
+ "page_idx": 1
119
+ },
120
+ {
121
+ "type": "text",
122
+ "text": "",
123
+ "bbox": [
124
+ 147,
125
+ 320,
126
+ 826,
127
+ 405
128
+ ],
129
+ "page_idx": 1
130
+ },
131
+ {
132
+ "type": "text",
133
+ "text": "",
134
+ "bbox": [
135
+ 147,
136
+ 411,
137
+ 825,
138
+ 536
139
+ ],
140
+ "page_idx": 1
141
+ },
142
+ {
143
+ "type": "text",
144
+ "text": "",
145
+ "bbox": [
146
+ 147,
147
+ 541,
148
+ 825,
149
+ 611
150
+ ],
151
+ "page_idx": 1
152
+ },
153
+ {
154
+ "type": "text",
155
+ "text": "62 2 Automunge ",
156
+ "text_level": 1,
157
+ "bbox": [
158
+ 148,
159
+ 631,
160
+ 302,
161
+ 648
162
+ ],
163
+ "page_idx": 1
164
+ },
165
+ {
166
+ "type": "text",
167
+ "text": "63 Automunge [2], put simply, is a python library platform for preparing tabular data for machine \n64 learning, built on top of the Pandas dataframe library [3] and open sourced under a GNU GPL \n65 v3.0 license. The interface is channeled through two master functions: automunge(.) for the initial \n66 preparation of training data, and postmunge(.) for subsequent efficient preparation of additional “test” \n67 data on the train set basis. In addition to returning transformed data, the automunge(.) function also \n68 populates and returns a compact dictionary recording all of the steps and parameters of transformations \n69 and imputations, which dictionary may then serve as a key for consistently preparing additional data \n70 in the postmunge(.) function on the train set basis. \n71 Under automation the automunge(.) function performs an evaluation of feature set properties to \n72 derive appropriate simple feature engineering transformations that may serve to normalize numeric \n73 sets and binarize (or hash) categoric sets. A user may also apply custom transformations, or even \n74 custom sets of transformations, assigned to distinct columns. Such transformations may be sourced \n75 from an extensive internal library, or even may be custom defined. The resulting transformed data log \n76 the applied stages of derivations by way of suffix appenders on the returned column headers. \n77 Missing data imputation is handled automatically in the library, where each transformation applied \n78 includes a default imputation convention to serve as a precursor to imputation model training, one \n79 that may also be overridden for use of other conventions by assignment. \n80 Included in the library of infill options is an auto ML solution we refer to as ML infill, in which a \n81 distinct model is trained for each target feature and saved in the returned dictionary for a consistent \n82 imputation basis of subsequent data in the postmunge(.) function. The model architecture defaults to \n83 random forest [4] by Scikit-Learn [5], and other auto ML library options are also supported. \n84 The ML infill implementation works by first collecting a ‘NArw’ support column for each received \n85 feature set containing boolean integer markers (1’s and 0’s) with activations corresponding to entries \n86 with missing or improperly formatted data. The types of data to be considered improperly formatted \n87 are tailored to the root transformation category to be applied to the column, where for example \n88 for a numeric transform non-numeric entries may be subject to infill, or for a categoric transform \n89 invalid entries may just be special data types like NaN or None. Other transforms may have other \n90 configurations, for example a power law transform may only accept positive numeric entries, or an \n91 integer transform may only accept integer entries. \n92 This NArw support column can then be used to perform a target feature specific partitioning of the \n93 training data for use to train a ML infill model [Fig 1]. The partitioning segregates rows between those \n94 corresponding to missing data in the target feature verses those rows with valid entries, with the target \n95 feature valid entries to serve as labels for a supervised training and the other corresponding features’ \n96 samples to serve as training data. Feature samples corresponding to the target feature missing data \n97 are grouped for an inference operation. Note that for cases where a transformation set has prepared \n98 a target input feature in multiple configurations, those derivations other than the target feature are \n99 omitted from the partitions to avoid data leakage. A similar partitioning is performed for test data \n100 sets for ML infill imputation, although in this case only the rows corresponding to entries of missing \n101 data in the target feature are utilized for inference. As a further variation available for any of the \n102 imputation methods, the NArw support columns may themselves be appended to the returned data \n103 sets as a signal to training of entries that were subject to infill. ",
168
+ "bbox": [
169
+ 145,
170
+ 662,
171
+ 825,
172
+ 773
173
+ ],
174
+ "page_idx": 1
175
+ },
176
+ {
177
+ "type": "text",
178
+ "text": "",
179
+ "bbox": [
180
+ 147,
181
+ 780,
182
+ 825,
183
+ 863
184
+ ],
185
+ "page_idx": 1
186
+ },
187
+ {
188
+ "type": "text",
189
+ "text": "",
190
+ "bbox": [
191
+ 148,
192
+ 869,
193
+ 823,
194
+ 911
195
+ ],
196
+ "page_idx": 1
197
+ },
198
+ {
199
+ "type": "text",
200
+ "text": "",
201
+ "bbox": [
202
+ 145,
203
+ 92,
204
+ 825,
205
+ 147
206
+ ],
207
+ "page_idx": 2
208
+ },
209
+ {
210
+ "type": "text",
211
+ "text": "",
212
+ "bbox": [
213
+ 145,
214
+ 152,
215
+ 825,
216
+ 263
217
+ ],
218
+ "page_idx": 2
219
+ },
220
+ {
221
+ "type": "text",
222
+ "text": "",
223
+ "bbox": [
224
+ 143,
225
+ 271,
226
+ 825,
227
+ 436
228
+ ],
229
+ "page_idx": 2
230
+ },
231
+ {
232
+ "type": "text",
233
+ "text": "ML infill ",
234
+ "text_level": 1,
235
+ "bbox": [
236
+ 429,
237
+ 462,
238
+ 503,
239
+ 479
240
+ ],
241
+ "page_idx": 2
242
+ },
243
+ {
244
+ "type": "image",
245
+ "img_path": "images/bb34845c2aaec3c73fa5b0742eeb30fb09a32a62c1b9fa20a3e9d52652f5b4bf.jpg",
246
+ "image_caption": [
247
+ "Figure 1: ML Infill partitioning "
248
+ ],
249
+ "image_footnote": [],
250
+ "bbox": [
251
+ 276,
252
+ 502,
253
+ 728,
254
+ 693
255
+ ],
256
+ "page_idx": 2
257
+ },
258
+ {
259
+ "type": "text",
260
+ "text": "104 There is a categorization associated with each preprocessing transformation category to determine \n105 the type of ML infill training operation, for example a target feature set derived from a transform that \n106 returns a numeric form may be a target for a regression operation or a target feature set derived from \n107 a transform that returns an ordinal encoding may be a target for a classification operation. In some \n108 cases a target feature may be composed of a set of more than one column, like in the case of a set \n109 returned from a one-hot encoding. For cases where a learner library does not accept some particular \n110 form of encoding as valid labels there is a conversion of the target feature set for training and an \n111 inverse conversion after any inference, for example it may be necessary to convert a binarized target \n112 feature set to one-hot encoding or ordinal encoding for use as labels in different auto ML frameworks. \n113 As may be particularly beneficial in cases with high prevalence of missing data across features, the \n114 sequential training of feature imputation models may be iterated through repeated rounds of imputa \n115 tions. For instance in the first round of model trainings and imputations the models’ performance \n116 may be slightly degraded by high prevalence of missing data populated with the initial transformation \n117 function imputation conventions in surrounding features, but after that first round of imputations a \n118 second iteration of model trainings may have slight improvement of performance due to the presence \n119 of ML infill imputations, and similarly ML infill may benefit from any additional iterations of model \n120 trainings and imputations. In each iteration the sequence of imputations between columns are applied \n121 in an order from features with highest prevalence of missing data to least. The library defaults to a \n122 single round of imputations, with the option to specify an additional iteration quantity. \n123 The final trained models for each target feature, as derived from properties of a designated train set \n124 passed to the automunge(.) function, are collectively saved and returned to the user in a dictionary \n125 that may serve as a key for consistent imputation basis to additional data in the postmunge(.) function, \n126 with such dictionary also serving as a key for any applied preprocessing transformations. ",
261
+ "bbox": [
262
+ 140,
263
+ 737,
264
+ 826,
265
+ 912
266
+ ],
267
+ "page_idx": 2
268
+ },
269
+ {
270
+ "type": "text",
271
+ "text": "",
272
+ "bbox": [
273
+ 140,
274
+ 92,
275
+ 825,
276
+ 189
277
+ ],
278
+ "page_idx": 3
279
+ },
280
+ {
281
+ "type": "text",
282
+ "text": "",
283
+ "bbox": [
284
+ 142,
285
+ 194,
286
+ 825,
287
+ 251
288
+ ],
289
+ "page_idx": 3
290
+ },
291
+ {
292
+ "type": "text",
293
+ "text": "127 3 Preprocessing ",
294
+ "text_level": 1,
295
+ "bbox": [
296
+ 142,
297
+ 276,
298
+ 321,
299
+ 294
300
+ ],
301
+ "page_idx": 3
302
+ },
303
+ {
304
+ "type": "text",
305
+ "text": "128 The utility of the library extends well beyond missing data infill. Automunge is intended as a platform \n129 for all of the tabular learning steps following receipt of tidy data [6] (meaning one column per \n130 feature and one row per sample) and immediately preceding the application of machine learning. We \n131 found that by integrating the imputations directly into a preprocessing library, benefits included that \n132 imputations can be applied to returned multi-column categoric representations like one-hot encodings \n133 or binarized encodings, can account for potential data leakage between redundantly encoded feature \n134 sets, and can accept raw data as input as may include string encoded and date-time entries with only \n135 the minimal requirement of data received in a tidy form. \n136 Under automation, Automunge normalizes numeric sets by z-score normalization and binarizes \n137 categoric sets (where binarize refers to a multi-column boolean integer representation where each \n138 categoric unique entry is represented by a distinct set of zero, one, or more simultaneous activations). \n139 We have a separate kind of binarization for categoric sets with two unique entries, which returns a \n140 single boolean integer encoded column (available as a single column by not having a distinct encoding \n141 set for missing data which is instead grouped with the most common entry). High cardinality categoric \n142 sets with unique entry count above a configurable heuristic threshold are instead applied with a hashing \n143 trick transform [7, 8], and for highest cardinality approaching all unique entries features are given a \n144 parsed hashing [9] which accesses distinct words found within entries. Further automated encodings \n145 are available for date-time sets in which entries are segregated by time scale and subject to separate \n146 sets of sine and cosine transforms at periodicity of time scale and additionally supplemented by \n147 binned activations for business hours, weekdays, and holidays. Designated label sets are treated a \n148 little differently, where numeric sets are left un-normalized and categoric sets are ordinal encoded (a \n149 single column of integer activations). All of the defaults under automation are custom configurable. \n150 A user need not defer to automation. There is a built in extensive library of feature transformations to \n151 choose from. Numeric features may be assigned to any range of transformations, normalizations, and \n152 bin aggregations [10]. Sequential numeric features may be supplemented by proxies for derivatives \n153 [10]. Categoric features may be subject to encodings like ordinal, one-hot, binarization, hashing, or \n154 even parsed categoric encoding [11] with an increased information retention in comparison to one-hot \n155 encoding by a vectorization as a function of grammatical structure shared between entries. Categoric \n156 sets may be collectively aggregated into a single common binarization. Categoric labels may have \n157 label smoothing applied [12], or fitted smoothing where null values are fit to class distributions. Data \n158 augmentation transformations [10] may be applied which make use of noise injection, including \n159 several variants for both numeric and categoric features. Sets of transformations to be directed at a \n160 target feature can be assembled which include generations and branches of derivations by making use \n161 of our “family tree primitives” [13], as can be used to redundantly encode a feature set in multiple \n162 configurations of varying information content. Such transformation sets may be accessed from those \n163 predefined in an internal library for simple assignment or alternatively may be custom configured. \n164 Even the transformation functions themselves may be custom defined with only minimal requirements \n165 of simple data structures. Through application statistics of the features are recorded to facilitate \n166 detection of distribution drift. Inversion is available to recover the original form of data found \n167 preceding transformations, as may be useful to recover the original form of labels after inference. \n168 Or of course if the data is received already numerically encoded the library can simply be applied as \n169 a tool for missing data infill. ",
306
+ "bbox": [
307
+ 140,
308
+ 311,
309
+ 825,
310
+ 422
311
+ ],
312
+ "page_idx": 3
313
+ },
314
+ {
315
+ "type": "text",
316
+ "text": "",
317
+ "bbox": [
318
+ 140,
319
+ 429,
320
+ 825,
321
+ 622
322
+ ],
323
+ "page_idx": 3
324
+ },
325
+ {
326
+ "type": "text",
327
+ "text": "",
328
+ "bbox": [
329
+ 140,
330
+ 628,
331
+ 825,
332
+ 877
333
+ ],
334
+ "page_idx": 3
335
+ },
336
+ {
337
+ "type": "text",
338
+ "text": "",
339
+ "bbox": [
340
+ 143,
341
+ 883,
342
+ 823,
343
+ 911
344
+ ],
345
+ "page_idx": 3
346
+ },
347
+ {
348
+ "type": "text",
349
+ "text": "170 4 Code Demonstration ",
350
+ "text_level": 1,
351
+ "bbox": [
352
+ 147,
353
+ 89,
354
+ 379,
355
+ 106
356
+ ],
357
+ "page_idx": 4
358
+ },
359
+ {
360
+ "type": "text",
361
+ "text": "171 Jupyter notebook install and imports are as follows: ",
362
+ "bbox": [
363
+ 145,
364
+ 119,
365
+ 511,
366
+ 135
367
+ ],
368
+ "page_idx": 4
369
+ },
370
+ {
371
+ "type": "text",
372
+ "text": "!pip install Automunge from Automunge import $^ *$ am $=$ AutoMunge() ",
373
+ "bbox": [
374
+ 176,
375
+ 145,
376
+ 364,
377
+ 159
378
+ ],
379
+ "page_idx": 4
380
+ },
381
+ {
382
+ "type": "text",
383
+ "text": "",
384
+ "bbox": [
385
+ 176,
386
+ 172,
387
+ 372,
388
+ 200
389
+ ],
390
+ "page_idx": 4
391
+ },
392
+ {
393
+ "type": "text",
394
+ "text": "176 The automunge(.) function accepts as input a Pandas dataframe or tabular Numpy array of training \n177 data and optionally also corresponding test data. If any of the sets include a label column that header \n178 should be designated, similarly with any index header or list of headers to exclude from the ML infill \n179 basis. For Numpy, headers are the index integer and labels should be positioned as final column. \n180 import pandas as pd \n181 df_train $=$ pd.read_csv('train.csv') \n182 df_test $=$ pd.read_csv('test.csv') \n183 labels_column $=$ '<labels_column_header>' \n184 trainID_column $=$ '<ID_column_header>' \n185 These data sets can be passed to automunge(.) to automatically encode and impute. The function \n186 returns 10 sets (9 dataframes and 1 dictionary) which in some cases may be empty based on parameter \n187 settings, we suggest the following optional naming convention. The final set, the “postprocess_dict”, \n188 is the key for consistently preparing additional data in postmunge(.). Note that if a validation set \n189 is desired it can be partitioned from df_train with valpercent and prepared on the train set basis. \n190 Shuffling is on by default for train data and off by default for test data, the associated parameter \n191 is shown for reference. Here we demonstrate with the assigncat parameter assigning the root \n192 category of a transformation set to some target column which will override the default transform \n193 under automation. We also demonstrate with the assigninfill parameter assigning an alternate \n194 infill convention to a column. The ML infill and NArw column aggregation are on by default, their \n195 associated activation parameters are shown for reference. Note that if the data is already numerically \n196 encoded and user just desires infill, they can pass parameter powertransform $=$ 'infill'. \n197 train, train_ID, labels, \\ \n198 val, val_ID, val_labels, \\ \n199 test, test_ID, test_labels, \\ \n200 postprocess_dict $=$ \\ \n201 am.automunge(df_train, \n202 df_test $=$ df_test, \n203 labels_column $=$ labels_column, \n204 trainID_column $=$ trainID_column, \n205 valpercent $\\ c = \\ 0 . 2$ , \n206 shuffletrain $=$ True, \n207 assigncat $=$ {'or23' : ['<parsed_categoric_target_column>'] }, \n208 assigninfill $=$ {'modeinfill' : ['<infill_target_column>'] }, \n209 MLinfill $=$ True, \n210 NArw_marker $=$ True) \n211 A list of columns returned from some particular input feature can be accessed with \n212 postprocess_dict['column_map']['<input_feature_header>']. A report classifying the \n213 returned column types (such as continuous, boolean, ordinal, onehot, binary, etc.) and their groupings \n214 can be accessed with postprocess_dict['columntype_report']. \n215 If the returned train set is to be used for training a model that may go into production, the postpro \n216 cess_dict should be saved externally, such as with the pickle library. ",
395
+ "bbox": [
396
+ 142,
397
+ 209,
398
+ 826,
399
+ 265
400
+ ],
401
+ "page_idx": 4
402
+ },
403
+ {
404
+ "type": "text",
405
+ "text": "",
406
+ "bbox": [
407
+ 142,
408
+ 276,
409
+ 514,
410
+ 344
411
+ ],
412
+ "page_idx": 4
413
+ },
414
+ {
415
+ "type": "text",
416
+ "text": "",
417
+ "bbox": [
418
+ 140,
419
+ 356,
420
+ 826,
421
+ 521
422
+ ],
423
+ "page_idx": 4
424
+ },
425
+ {
426
+ "type": "text",
427
+ "text": "",
428
+ "bbox": [
429
+ 138,
430
+ 531,
431
+ 813,
432
+ 724
433
+ ],
434
+ "page_idx": 4
435
+ },
436
+ {
437
+ "type": "text",
438
+ "text": "",
439
+ "bbox": [
440
+ 140,
441
+ 734,
442
+ 826,
443
+ 791
444
+ ],
445
+ "page_idx": 4
446
+ },
447
+ {
448
+ "type": "text",
449
+ "text": "",
450
+ "bbox": [
451
+ 150,
452
+ 796,
453
+ 826,
454
+ 825
455
+ ],
456
+ "page_idx": 4
457
+ },
458
+ {
459
+ "type": "text",
460
+ "text": "217 We can then prepare additional data on the train set basis with postmunge(.). ",
461
+ "bbox": [
462
+ 147,
463
+ 830,
464
+ 673,
465
+ 845
466
+ ],
467
+ "page_idx": 4
468
+ },
469
+ {
470
+ "type": "text",
471
+ "text": "218 test, test_ID, test_labels, \\ \n219 postreports_dict $=$ \\ \n220 am.postmunge(postprocess_dict, \n221 df_test) \n223 The R ecosystem has long enjoyed access to missing data imputation libraries that apply learned \n224 models to predict infill based on other features in a set, such as MissForest [1] and mice [14], where \n225 MissForest differs from mice as a deterministic imputation built on top of random forest and mice \n226 applies chained equations with pooled linear models and sampling from a conditional distribution. \n227 One of the limitations of these libraries are that the algorithms must be run through both training \n228 and inference for each separate data set, as may be required if test data is not available at time of \n229 training, which practice may not be amenable to production environments. Automunge on the other \n230 hand bases imputations on a designated train set, returning from application a collected dictionary of \n231 feature set specific models that can then be applied as a key for consistently preparing additional data \n232 on the train set basis. \n233 Automunge’s ML infill also differs from these R libraries by providing multiple auto ML options \n234 for imputation models. We are continuing to build out a range that currently includes Catboost [15], \n235 AutoGluon [16], and FLAML [17] libraries. Our default configuration is built on top of Scikit-Learn \n236 [5] random forest [4] models and may be individually tuned to each target feature with grid or random \n237 search by passing fit parameters to ML infill as lists or distributions. \n238 There are of course several other variants of machine learning derived imputations that have been \n239 demonstrated elsewhere. Imputations from generative adversarial networks [18] may improve \n240 performance compared to ML infill (at a cost of complexity). Gaussian copula imputation [19] has \n241 a benefit of being able to estimate uncertainty of imputations. There are even imputation solutions \n242 built around causal graphical models [20]. Towards the other end of complexity spectrum, $\\mathbf { k }$ -Nearest \n243 Neighbor imputation [21] for continuous data is available in common frameworks like Scikit-Learn. \n244 Being built on top of the Pandas library, there is an inherent limitation that Automunge operations are \n245 capped at in-memory scale data sets. Other dataframe libraries like Spark [22] have the ability to \n246 operate on distributed datasets. We believe this is not a major limitation because the in memory scale \n247 is only associated with datasets passed to automunge(.) to serve as the basis for transformations and \n248 imputations. Once the basis has been established, transformations to any scale of data can be applied \n249 by passing partitions to the postmunge(.) function. We expect there may be potential to parallelize \n250 such an operation with a library like Dask [23] or Ray [24], such an implementation is currently \n251 intended as a future direction of research. \n252 Another limitation associated with Pandas dataframes is that operations take place on the CPU. There \n253 are emerging dataframe platforms like Rapids [25] which are capable of GPU accelerated operations, \n254 which may particularly be of benefit when you take account for the elimination of a handoff step \n255 between main and GPU memory to implement training. Although the Pandas aspects of Automunge \n256 are CPU bound, the range of auto ML libraries incorporated are in some cases capable of GPU \n257 training for ML infill. \n258 There will always be a simplicity advantage to deep learning libraries like Tensorflow [26] or PyTorch \n259 [27] which can integrate preprocessing as a layer directly into a model’s architecture, eliminating the \n260 need to consider preprocessing in inference. We believe the single added inference step of passing \n261 data to the postmunge(.) function is an acceptable tradeoff because by keeping the preprocessing \n262 operations separate it facilitates a ML framework agnostic tabular preprocessing platform. ",
472
+ "bbox": [
473
+ 140,
474
+ 856,
475
+ 429,
476
+ 911
477
+ ],
478
+ "page_idx": 4
479
+ },
480
+ {
481
+ "type": "text",
482
+ "text": "",
483
+ "bbox": [
484
+ 140,
485
+ 126,
486
+ 825,
487
+ 265
488
+ ],
489
+ "page_idx": 5
490
+ },
491
+ {
492
+ "type": "text",
493
+ "text": "",
494
+ "bbox": [
495
+ 142,
496
+ 271,
497
+ 825,
498
+ 340
499
+ ],
500
+ "page_idx": 5
501
+ },
502
+ {
503
+ "type": "text",
504
+ "text": "",
505
+ "bbox": [
506
+ 142,
507
+ 347,
508
+ 825,
509
+ 430
510
+ ],
511
+ "page_idx": 5
512
+ },
513
+ {
514
+ "type": "text",
515
+ "text": "",
516
+ "bbox": [
517
+ 140,
518
+ 436,
519
+ 825,
520
+ 547
521
+ ],
522
+ "page_idx": 5
523
+ },
524
+ {
525
+ "type": "text",
526
+ "text": "",
527
+ "bbox": [
528
+ 140,
529
+ 554,
530
+ 825,
531
+ 637
532
+ ],
533
+ "page_idx": 5
534
+ },
535
+ {
536
+ "type": "text",
537
+ "text": "",
538
+ "bbox": [
539
+ 140,
540
+ 643,
541
+ 825,
542
+ 713
543
+ ],
544
+ "page_idx": 5
545
+ },
546
+ {
547
+ "type": "text",
548
+ "text": "263 6 Experiments ",
549
+ "text_level": 1,
550
+ "bbox": [
551
+ 142,
552
+ 742,
553
+ 312,
554
+ 760
555
+ ],
556
+ "page_idx": 5
557
+ },
558
+ {
559
+ "type": "text",
560
+ "text": "264 Some experiments were performed to evaluate efficacy of a few different imputation methods in \n265 different scenarios of missing data. To amplify the impact of imputations, each of two data sets \n266 were pared down to a reduced set of the top 15 features based on an Automunge feature importance \n267 evaluation [11] by shuffle permutation [28]. (This step had the side benefit of reducing the training \n268 durations of experiments.) The top ranked importance categoric and numeric features were selected \n269 to separately serve as targets for injections of missing data, with such injections simulating scenarios \n270 of both missing at random and missing not at random. \n271 To simulate cases of missing not at random, and also again to amplify the impact of imputation, the \n272 target features were evaluated to determine the most influential segments of the features’ distributions \n3 [29], which for the target categoric features was one of the activations and for the target numeric \n4 features turned out to be the far right tail for both benchmark data sets. \n75 Further variations were aggregated associated with either the ratio of full feature or ratio of distribution \n76 segments injected with missing data, ranging from no injections to full replacement. ",
561
+ "bbox": [
562
+ 140,
563
+ 779,
564
+ 825,
565
+ 877
566
+ ],
567
+ "page_idx": 5
568
+ },
569
+ {
570
+ "type": "text",
571
+ "text": "",
572
+ "bbox": [
573
+ 142,
574
+ 883,
575
+ 825,
576
+ 911
577
+ ],
578
+ "page_idx": 5
579
+ },
580
+ {
581
+ "type": "text",
582
+ "text": "",
583
+ "bbox": [
584
+ 156,
585
+ 92,
586
+ 823,
587
+ 119
588
+ ],
589
+ "page_idx": 6
590
+ },
591
+ {
592
+ "type": "text",
593
+ "text": "",
594
+ "bbox": [
595
+ 156,
596
+ 126,
597
+ 823,
598
+ 155
599
+ ],
600
+ "page_idx": 6
601
+ },
602
+ {
603
+ "type": "text",
604
+ "text": "Finally, for each of these scenarios, variations were assembled associated with the type of infill applied by Automunge, including scenarios for defaults (mean imputation for numeric or distinct activations for categoric), imputation with mode, adjacent cell, and ML infill. The ML infill scenario was applied making use of the CatBoost library to take advantage of GPU acceleration. ",
605
+ "bbox": [
606
+ 166,
607
+ 160,
608
+ 825,
609
+ 215
610
+ ],
611
+ "page_idx": 6
612
+ },
613
+ {
614
+ "type": "text",
615
+ "text": "Having prepared the data in each of these scenarios with an automunge(.) call, the final step was to train a downstream model to evaluate impact, again here with the CatBoost library. The performance metric applied was root mean squared error for the regression applications. Each scenario was repeated 68 or more times with the metrics averaged to de-noise the results. ",
616
+ "bbox": [
617
+ 173,
618
+ 222,
619
+ 825,
620
+ 279
621
+ ],
622
+ "page_idx": 6
623
+ },
624
+ {
625
+ "type": "text",
626
+ "text": "Finally, the ML infill scenarios were repeated again with the addition of the NArw support columns to supplement the target features. ",
627
+ "bbox": [
628
+ 168,
629
+ 284,
630
+ 823,
631
+ 313
632
+ ],
633
+ "page_idx": 6
634
+ },
635
+ {
636
+ "type": "text",
637
+ "text": "7 Results ",
638
+ "text_level": 1,
639
+ "bbox": [
640
+ 171,
641
+ 332,
642
+ 266,
643
+ 348
644
+ ],
645
+ "page_idx": 6
646
+ },
647
+ {
648
+ "type": "text",
649
+ "text": "The results of the various scenarios are presented [Fig 2, 3, 4, 5]. Here the y axis are the performance metrics and the x axis the ratio of entries with missing data injections, which were given as $\\{ 0 , 0 . 1$ , 0.33, 0.67, 1.0}, where in the 0.0 case no missing data was injected and with 1.0 the entire feature or feature segment was injected. Because the 0.0 cases had equivalent entries between infill types, their spread across the four infill scenarios are a good approximation for the noise inherent in the learning algorithm. An additional source of noise for the other ratios was from the stochasticity of injections, with a distinct set for each trial. Consistent with common sense, as the injection ratio was ramped up the trend across infill scenarios was a degradation of the performance metric. ",
650
+ "bbox": [
651
+ 171,
652
+ 361,
653
+ 825,
654
+ 473
655
+ ],
656
+ "page_idx": 6
657
+ },
658
+ {
659
+ "type": "text",
660
+ "text": "296 We did find that with increased repetitions incorporated the spread of the averaged performance \n97 metrics were tightened, leading us to repeat the experiments at increased scale for some improved \n98 statistical significance. \n299 For the missing at random injections [Fig 2, 3], ML infill was at or near top performance across both \n300 data sets, although the spread between imputations was not extremely pronounced. In most of the \n301 setups, mode imputation and adjacent cell trended as reduced performance in comparison to ML infill \n302 or the default imputations (mean for numeric sets and distinct activation set for categoric). \n303 For not at random injections to the right tail of numeric sets [Fig 4], it appears that ML infill had a \n304 pronounced benefit to the Ames Housing data set [30], especially as the injection ratio increased, \n305 and more of an intermediate performance to the Allstate Claims data set [31]. We speculate that ML \n306 infill had some degree of variability across these demonstrations due to correlations (or lack thereof) \n307 between the target feature and the other features, without which ML infill may struggle to establish a \n308 basis for inference. In the final scenario of not at random injections to categoric [Fig 5] we believe \n309 default performed well because it served as a direct replacement for the single missing activation. \n310 An additional comparable series of injections were conducted with ML infill and the added difference \n311 of appending the NArw support columns corresponding to the target columns for injections. Again \n312 these NArw support columns are the boolean integer markers for presence of infill in the corresponding \n313 entries which support the partitioning of sets for ML infill. The expectation was that by using these \n314 markers to signal to the training operation which of the entries were subjected to infill, there would \n315 be some benefit to downstream model performance. For many of the scenarios the visible impact was \n316 that supplementing with the NArw support column improved the ML infill performance, demonstrated \n317 here for missing at random [Fig 6, 7] and missing not at random [Fig 8, 9] with the other imputation \n318 scenarios shown again for context. ",
661
+ "bbox": [
662
+ 150,
663
+ 479,
664
+ 825,
665
+ 521
666
+ ],
667
+ "page_idx": 6
668
+ },
669
+ {
670
+ "type": "text",
671
+ "text": "",
672
+ "bbox": [
673
+ 142,
674
+ 526,
675
+ 825,
676
+ 583
677
+ ],
678
+ "page_idx": 6
679
+ },
680
+ {
681
+ "type": "image",
682
+ "img_path": "images/45c437556a465aa5dc992177208d5c53bf30020d2b467d6f1f92dd24cb6acdd9.jpg",
683
+ "image_caption": [],
684
+ "image_footnote": [],
685
+ "bbox": [
686
+ 256,
687
+ 597,
688
+ 743,
689
+ 693
690
+ ],
691
+ "page_idx": 6
692
+ },
693
+ {
694
+ "type": "image",
695
+ "img_path": "images/3ba119c2a2554c3cdf89111a3b461ebcff079999f52b0f5eb6bb9d17af79fb44.jpg",
696
+ "image_caption": [
697
+ "Figure 2: Missing at Random - Numeric Target Feature ",
698
+ "Figure 3: Missing at Random - Categoric Target Feature "
699
+ ],
700
+ "image_footnote": [],
701
+ "bbox": [
702
+ 259,
703
+ 723,
704
+ 741,
705
+ 816
706
+ ],
707
+ "page_idx": 6
708
+ },
709
+ {
710
+ "type": "text",
711
+ "text": "",
712
+ "bbox": [
713
+ 140,
714
+ 854,
715
+ 826,
716
+ 911
717
+ ],
718
+ "page_idx": 6
719
+ },
720
+ {
721
+ "type": "text",
722
+ "text": "",
723
+ "bbox": [
724
+ 137,
725
+ 90,
726
+ 828,
727
+ 133
728
+ ],
729
+ "page_idx": 7
730
+ },
731
+ {
732
+ "type": "image",
733
+ "img_path": "images/c69e1a3ca7729f1a95208f71e4c3c48b610ababb0a82ecd3534cae240ce0af34.jpg",
734
+ "image_caption": [],
735
+ "image_footnote": [],
736
+ "bbox": [
737
+ 258,
738
+ 150,
739
+ 740,
740
+ 261
741
+ ],
742
+ "page_idx": 7
743
+ },
744
+ {
745
+ "type": "image",
746
+ "img_path": "images/2e5c4483c28923780baf40482fc32a9c59d7db6f49afdf17a0a8b270e056e358.jpg",
747
+ "image_caption": [
748
+ "Figure 4: Not at Random - Numeric Target Feature ",
749
+ "Figure 5: Not at Random - Categoric Target Feature "
750
+ ],
751
+ "image_footnote": [],
752
+ "bbox": [
753
+ 261,
754
+ 292,
755
+ 738,
756
+ 398
757
+ ],
758
+ "page_idx": 7
759
+ },
760
+ {
761
+ "type": "text",
762
+ "text": "",
763
+ "bbox": [
764
+ 140,
765
+ 443,
766
+ 825,
767
+ 568
768
+ ],
769
+ "page_idx": 7
770
+ },
771
+ {
772
+ "type": "text",
773
+ "text": "319 8 Discussion ",
774
+ "text_level": 1,
775
+ "bbox": [
776
+ 145,
777
+ 588,
778
+ 294,
779
+ 606
780
+ ],
781
+ "page_idx": 7
782
+ },
783
+ {
784
+ "type": "text",
785
+ "text": "320 One of the primary goals of this experiment was to validate the efficacy of ML infill as evidenced \n321 by improvements to downstream model performance. For the Ames Housing benchmark data set, \n322 there was a notable demonstration of ML infill benefiting model performance in the scenario of \n323 the numeric target column with not at random injections at increased injection ratios, and also to \n324 a lesser extent with missing at random injections. We speculate an explanation for this advantage \n325 towards the numeric target columns may partly be attributed to the fact that the downstream model \n326 was also a regression application, so that the other features selected for label correlation may by \n327 proxy have correlations with the target numeric feature. The corollary is that the more mundane \n328 performance of ML infill toward the categoric target columns may be a result of these having less \n329 correspondence with the surrounding features. The fact that even in these cases the ML infill still fell \n330 within noise distribution of the other imputation scenarios we believe presents a reasonable argument \n331 for defaulting to ML infill for tabular learning. \n332 Note that as another argument for defaulting to ML infill as opposed to static imputations is that the \n333 imputation model may serve as a hedge against imperfections in subsequent data streams, particularly \n334 if one of the features experiences downtime in a streaming application for instance. \n335 The other key finding of the experiment was the pronounced benefit to downstream model performance \n336 when including the NArw support column in the returned data set as a supplement to ML infill. This \n337 finding was consistent with our intuition, which was that increased information retention about infill \n338 points should help model performance. Note there is some small tradeoff, as the added training set \n339 dimensionality may increase training time. Another benefit to including NArw support columns may \n340 be for interpretability in inspection of imputations. We recommend including the NArw support \n341 columns for model training based on these findings, with the one caveat that care should be taken to \n342 avoid inclusion in the data leakage scenario where there is some kind of correlation between presence \n343 of missing data and label set properties that won’t be present in production. ",
786
+ "bbox": [
787
+ 138,
788
+ 621,
789
+ 825,
790
+ 787
791
+ ],
792
+ "page_idx": 7
793
+ },
794
+ {
795
+ "type": "text",
796
+ "text": "",
797
+ "bbox": [
798
+ 142,
799
+ 794,
800
+ 825,
801
+ 835
802
+ ],
803
+ "page_idx": 7
804
+ },
805
+ {
806
+ "type": "text",
807
+ "text": "",
808
+ "bbox": [
809
+ 140,
810
+ 842,
811
+ 823,
812
+ 911
813
+ ],
814
+ "page_idx": 7
815
+ },
816
+ {
817
+ "type": "text",
818
+ "text": "",
819
+ "bbox": [
820
+ 142,
821
+ 90,
822
+ 825,
823
+ 147
824
+ ],
825
+ "page_idx": 8
826
+ },
827
+ {
828
+ "type": "image",
829
+ "img_path": "images/0c384e6a5f96e198ee72be9f57a7385afc203e769b148b0878d5758bd62952fc.jpg",
830
+ "image_caption": [],
831
+ "image_footnote": [],
832
+ "bbox": [
833
+ 256,
834
+ 160,
835
+ 743,
836
+ 256
837
+ ],
838
+ "page_idx": 8
839
+ },
840
+ {
841
+ "type": "image",
842
+ "img_path": "images/bc182dcaceae281bb6433789415fe76d81d91e725ab77b9753c448ed934a1503.jpg",
843
+ "image_caption": [
844
+ "Figure 6: NArw comparison - Missing at Random - Numeric Target Feature ",
845
+ "Missing at Random - Categoric "
846
+ ],
847
+ "image_footnote": [],
848
+ "bbox": [
849
+ 284,
850
+ 286,
851
+ 743,
852
+ 378
853
+ ],
854
+ "page_idx": 8
855
+ },
856
+ {
857
+ "type": "image",
858
+ "img_path": "images/f4b089490ed5243731c3f3894da72fdb294238ef724fe3446307b330ecf4aaf0.jpg",
859
+ "image_caption": [
860
+ "Figure 7: NArw comparison - Missing at Random - Categoric Target Feature "
861
+ ],
862
+ "image_footnote": [],
863
+ "bbox": [
864
+ 276,
865
+ 411,
866
+ 743,
867
+ 505
868
+ ],
869
+ "page_idx": 8
870
+ },
871
+ {
872
+ "type": "image",
873
+ "img_path": "images/95e8ec6c42422a2c737704e8fa765d1fe879e400f4ced62623905130f0712432.jpg",
874
+ "image_caption": [
875
+ "Figure 8: NArw comparison - Not at Random - Numeric Target Feature ",
876
+ "t Random-Categoric ",
877
+ "Figure 9: NArw comparison - Not at Random - Categoric Target Feature "
878
+ ],
879
+ "image_footnote": [],
880
+ "bbox": [
881
+ 282,
882
+ 535,
883
+ 738,
884
+ 642
885
+ ],
886
+ "page_idx": 8
887
+ },
888
+ {
889
+ "type": "text",
890
+ "text": "344 9 Conclusion ",
891
+ "text_level": 1,
892
+ "bbox": [
893
+ 142,
894
+ 694,
895
+ 299,
896
+ 710
897
+ ],
898
+ "page_idx": 8
899
+ },
900
+ {
901
+ "type": "text",
902
+ "text": "45 Automunge offers a push-button solution to preparing tabular data for ML, with automated data \n46 cleaning operations like normalizations, binarizations, and auto ML derived missing data imputation \n47 aka ML infill. Transformations and imputations are fit to properties of a designated train set, and with \n48 application of automunge(.) a compact dictionary is returned recording transformation parameters \n49 and trained imputation models, which dictionary may then serve as a key for consistently preparing \n50 additional data on the train set basis with postmunge(.). \n351 We hope that these experiments may serve as a kind of validation of defaulting to ML infill with \n352 supplemented NArw support columns in tabular learning for users of the Automunge library, as \n353 even if in our experiments the material benefits towards downstream model performance were not \n354 demonstrated for all target feature scenarios, in other cases there did not appear to be any material \n355 penalty. Note that ML infill can be activated for push-button operation by the automunge(.) parameter \n356 MLinfill True and the NArw support columns included by parameter NArw_marker $\\backsimeq$ True. Based \n357 on these findings these two parameter settings are now cast as defaults for the Automunge platform. ",
903
+ "bbox": [
904
+ 153,
905
+ 724,
906
+ 825,
907
+ 809
908
+ ],
909
+ "page_idx": 8
910
+ },
911
+ {
912
+ "type": "text",
913
+ "text": "",
914
+ "bbox": [
915
+ 142,
916
+ 814,
917
+ 825,
918
+ 911
919
+ ],
920
+ "page_idx": 8
921
+ },
922
+ {
923
+ "type": "text",
924
+ "text": "358 Acknowledgments ",
925
+ "text_level": 1,
926
+ "bbox": [
927
+ 148,
928
+ 92,
929
+ 303,
930
+ 106
931
+ ],
932
+ "page_idx": 9
933
+ },
934
+ {
935
+ "type": "text",
936
+ "text": "A thank you owed to those facilitators behind Stack Overflow, Python, Numpy, Scipy Stats, PyPI, GitHub, Colaboratory, Anaconda, VSCode, and Jupyter. Special thanks to Scikit-Learn and Pandas. ",
937
+ "bbox": [
938
+ 158,
939
+ 116,
940
+ 826,
941
+ 145
942
+ ],
943
+ "page_idx": 9
944
+ },
945
+ {
946
+ "type": "text",
947
+ "text": "References ",
948
+ "text_level": 1,
949
+ "bbox": [
950
+ 171,
951
+ 167,
952
+ 266,
953
+ 184
954
+ ],
955
+ "page_idx": 9
956
+ },
957
+ {
958
+ "type": "text",
959
+ "text": "362 [1] Daniel J. Stekhoven, Peter Bühlmann. MissForest - nonparametric missing value imputation for mixed-type \n363 data (2011) arXiv:1105.0828 \n364 [2] Author(s) (2021) Automunge, GitHub repository (Please see supplemental material) \n365 [3] W. McKinney. Data structures for statistical computing in python. Proceedings of the 9th Python in Science \n366 Conference, pages 51–56, 2010. \n367 [4] L. Breiman. Random Forests. Machine Learning, 45(1), 2001. \n368 [5] Pedregosa et al., Scikit-learn: Machine Learning in Python, JMLR 12, pp. 2825-2830, 2011. \n369 [6] H. Wickham. Tidy data. Journal of Statistical Software, 59(10), 2014. \n370 [7] John Moody. Fast Learning in Multi-Resolution Hierarchies. NIPS Proceedings, 1989 \n371 [8] Kilian Weinberger, Anirban Dasgupta, John Langford, Alex Smola, Josh Attenberg. Feature Hashing for \n372 Large Scale Multitask Learning. ICML Proceedings, 2009 \n373 [9] Author(s) Hashed Categoric Encodings with Automunge (2020) (Please see preprint in supplemental material) \n374 [10] Author(s) Numeric Encoding Options with Automunge (2020) (Please see preprint in supplemental material) \n375 [11] Author(s) Parsed Categoric Encodings with Automunge (2020) (Please see preprint in supplemental \n376 material) \n377 [12] Christian Szegedy, Vincent Vanhoucke, Sergey Ioffe, Jon Shlens, Zbigniew Wojna. Rethinking the Inception \n378 Architecture for Computer Vision. IEEE conference on computer vision and pattern recognition, 2016 \n379 [13] Author(s) Specification of Derivations with Automunge (2020) (Please see preprint in supplemental \n380 material) \n381 [14] Stef van Buuren, Karin Groothuis-Oudshoorn. mice: Multivariate Imputation by Chained Equations in R \n382 (2011) https://www.jstatsoft.org/article/view/v045i03 \n383 [15] Anna Veronika Dorogush, Vasily Ershov, Andrey Gulin. CatBoost: gradient boosting with categorical \n384 features support (2018) arXiv:1810.11363 \n385 [16] Nick Erickson, Jonas Mueller, Alexander Shirkov, Hang Zhang, Pedro Larroy, Mu Li, and Alexander Smola. \n386 AutoGluon-Tabular: Robust and Accurate AutoML for Structured Data (2020) arxiv:2003.06505 \n387 [17] Chi Wang, Qingyun Wu, Markus Weimer, Erkang Zhu. FLAML: A Fast and Lightweight AutoML Library \n388 (2019) arXiv:1911.04706 \n389 [18] Jinsung Yoon, James Jordon, Mihaela van der Schaar. GAIN: Missing Data Imputation using Generative \n390 Adversarial Nets (2018 International Conference of Machine Learning), arXiv:1806.02920 \n391 [19] Yuxuan Zhao, Madeleine Udell. Missing Value Imputation for Mixed Data via Gaussian Copula (KDD \n392 2020), arXiv:1910.12845 \n393 [20] K. Mohan, J. Pearl. Graphical Models for Processing Missing Data (2019), arXiv:1801.03583 \n394 [21] Olga Troyanskaya, Michael Cantor, Gavin Sherlock, Pat Brown, Trevor Hastie, Robert Tibshirani, David \n395 Botstein and Russ B. Altman. Missing value estimation methods for DNA microarrays, BIOINFORMATICS \n396 Vol. 17 no. 6, 2001 Pages 520-525. \n397 [22] Matei Zaharia, Reynold S. Xin, Patrick Wendell, Tathagata Das, Michael Armbrust, Ankur Dave, Xiangrui \n398 Meng, Josh Rosen, Shivaram Venkataraman, Michael J. Franklin, Ali Ghodsi, Joseph Gonzalez, Scott Shenker, \n399 Ion Stoica. Apache Spark: a unified engine for big data processing. Communications of the ACM, 59(11), 2016 \n400 [23] Dask Development Team. Dask: Library for dynamic task scheduling (2016) https://dask.org \n401 [24] Philipp Moritz, Robert Nishihara, Stephanie Wang, Alexey Tumanov, Richard Liaw, Eric Liang, Melih \n402 Elibol, Zongheng Yang, William Paul, Michael I. Jordan, Ion Stoica. Ray: A Distributed Framework for \n403 Emerging AI Applications. 13th USENIX Symposium on Operating Systems Design and Implementation \n404 (2018), arXiv:1712.05889 ",
960
+ "bbox": [
961
+ 137,
962
+ 198,
963
+ 828,
964
+ 911
965
+ ],
966
+ "page_idx": 9
967
+ },
968
+ {
969
+ "type": "text",
970
+ "text": "[26] Abadi, Martín, Barham P, Chen J, Chen Z, Davis A, Dean J, et al. Tensorflow: A system for large-scale machine learning. 12th USENIX Symposium on Operating Systems Design and Implementation (2016) p. 265–83. \n[27] Paszke, Adam and Gross, Sam and Massa, Francisco and Lerer, Adam and Bradbury, James and Chanan, Gregory and Killeen, Trevor and Lin, Zeming and Gimelshein, Natalia and Antiga, Luca and Desmaison, Alban and Kopf, Andreas and Yang, Edward and DeVito, Zachary and Raison, Martin and Tejani, Alykhan and Chilamkurthy, Sasank and Steiner, Benoit and Fang, Lu and Bai, Junjie and Chintala, Soumith. PyTorch: An Imperative Style, High-Performance Deep Learning Library. NeurIPS Proceedings, 2019 \n[28] Terrence Parr, Kerem Turgutlu, Christopher Csiszar, and Jeremy Howard. Beware default random forest importances. Explained.ai (blog), 2018. https://explained.ai/rf-importance/. \n[29] Author(s) Automunge Influence (2020) (Please see preprint in supplemental material) \n[30] Dean De Cock. Ames, Iowa: Alternative to the Boston Housing Data as an End of Semester Regression Project, Journal of Statistics Education, Volume 19, Number 3 (2011) \n[31] Kaggle: Allstate Claims Severity, https://www.kaggle.com/c/allstate-claims-severity ",
971
+ "bbox": [
972
+ 137,
973
+ 109,
974
+ 826,
975
+ 325
976
+ ],
977
+ "page_idx": 10
978
+ },
979
+ {
980
+ "type": "text",
981
+ "text": "Checklist ",
982
+ "text_level": 1,
983
+ "bbox": [
984
+ 173,
985
+ 342,
986
+ 254,
987
+ 357
988
+ ],
989
+ "page_idx": 10
990
+ },
991
+ {
992
+ "type": "text",
993
+ "text": "1. For all authors... ",
994
+ "bbox": [
995
+ 214,
996
+ 364,
997
+ 330,
998
+ 377
999
+ ],
1000
+ "page_idx": 10
1001
+ },
1002
+ {
1003
+ "type": "text",
1004
+ "text": "(a) Do the main claims made in the abstract and introduction accurately reflect the paper’s contributions and scope? [Yes] \n(b) Did you describe the limitations of your work? [Yes] Please see discussions in section 5 Related Work \n(c) Did you discuss any potential negative societal impacts of your work? [Yes] A Broader Impacts discussion is provided as Appendix C \n(d) Have you read the ethics review guidelines and ensured that your paper conforms to them? [Yes] ",
1005
+ "bbox": [
1006
+ 240,
1007
+ 381,
1008
+ 825,
1009
+ 474
1010
+ ],
1011
+ "page_idx": 10
1012
+ },
1013
+ {
1014
+ "type": "text",
1015
+ "text": "2. If you are including theoretical results... ",
1016
+ "bbox": [
1017
+ 214,
1018
+ 477,
1019
+ 467,
1020
+ 491
1021
+ ],
1022
+ "page_idx": 10
1023
+ },
1024
+ {
1025
+ "type": "text",
1026
+ "text": "(a) Did you state the full set of assumptions of all theoretical results? [N/A] (b) Did you include complete proofs of all theoretical results? [N/A] ",
1027
+ "bbox": [
1028
+ 240,
1029
+ 493,
1030
+ 691,
1031
+ 521
1032
+ ],
1033
+ "page_idx": 10
1034
+ },
1035
+ {
1036
+ "type": "text",
1037
+ "text": "3. If you ran experiments... ",
1038
+ "bbox": [
1039
+ 214,
1040
+ 525,
1041
+ 377,
1042
+ 537
1043
+ ],
1044
+ "page_idx": 10
1045
+ },
1046
+ {
1047
+ "type": "text",
1048
+ "text": "(a) Did you include the code, data, and instructions needed to reproduce the main experimental results (either in the supplemental material or as a URL)? [Yes] Please see jupyter notebooks provided with supplemental material \n(b) Did you specify all the training details (e.g., data splits, hyperparameters, how they were chosen)? [Yes] We noted that missing data injections were random for each trial. Performance was evaluated on a $2 5 \\%$ validation split. We used hyperparameter defaults for learning. \n(c) Did you report error bars (e.g., with respect to the random seed after running experiments multiple times)? [Yes] We noted that since scenarios for $0 \\%$ injection are comparable between imputation methods, their spread may serve as a proxy for noise inherent in the operation. \n(d) Did you include the total amount of compute and the type of resources used (e.g., type of GPUs, internal cluster, or cloud provider)? [No] Our experiments did not require significant compute. ",
1049
+ "bbox": [
1050
+ 240,
1051
+ 540,
1052
+ 825,
1053
+ 684
1054
+ ],
1055
+ "page_idx": 10
1056
+ },
1057
+ {
1058
+ "type": "text",
1059
+ "text": "4. If you are using existing assets (e.g., code, data, models) or curating/releasing new assets... ",
1060
+ "bbox": [
1061
+ 218,
1062
+ 686,
1063
+ 772,
1064
+ 700
1065
+ ],
1066
+ "page_idx": 10
1067
+ },
1068
+ {
1069
+ "type": "text",
1070
+ "text": "(a) If your work uses existing assets, did you cite the creators? [Yes] \n(b) Did you mention the license of the assets? [Yes] We note licenses of supporting packages in the read me document included in the github repository folder within the supplemental material. \n(c) Did you include any new assets either in the supplemental material or as a URL? [Yes] \n(d) Did you discuss whether and how consent was obtained from people whose data you’re using/curating? [N/A] \n(e) Did you discuss whether the data you are using/curating contains personally identifiable information or offensive content? [N/A] ",
1071
+ "bbox": [
1072
+ 240,
1073
+ 703,
1074
+ 825,
1075
+ 809
1076
+ ],
1077
+ "page_idx": 10
1078
+ },
1079
+ {
1080
+ "type": "text",
1081
+ "text": "5. If you used crowdsourcing or conducted research with human subjects... ",
1082
+ "bbox": [
1083
+ 214,
1084
+ 813,
1085
+ 658,
1086
+ 825
1087
+ ],
1088
+ "page_idx": 10
1089
+ },
1090
+ {
1091
+ "type": "text",
1092
+ "text": "(a) Did you include the full text of instructions given to participants and screenshots, if applicable? [N/A] \n(b) Did you describe any potential participant risks, with links to Institutional Review Board (IRB) approvals, if applicable? [N/A] \n(c) Did you include the estimated hourly wage paid to participants and the total amount spent on participant compensation? [N/A] ",
1093
+ "bbox": [
1094
+ 240,
1095
+ 829,
1096
+ 825,
1097
+ 909
1098
+ ],
1099
+ "page_idx": 10
1100
+ }
1101
+ ]
parse/train/o2tx_m7hK3t/o2tx_m7hK3t_middle.json ADDED
The diff for this file is too large to render. See raw diff
 
parse/train/o2tx_m7hK3t/o2tx_m7hK3t_model.json ADDED
The diff for this file is too large to render. See raw diff