diff --git a/parse/train/B1x5KiCcFX/B1x5KiCcFX.md b/parse/train/B1x5KiCcFX/B1x5KiCcFX.md new file mode 100644 index 0000000000000000000000000000000000000000..8d232bfa2d7f81216c27cf1f53000531916a99b7 --- /dev/null +++ b/parse/train/B1x5KiCcFX/B1x5KiCcFX.md @@ -0,0 +1,689 @@ +# UNDERSTANDING GANS VIA GENERALIZATION ANALYSIS FOR DISCONNECTED SUPPORT + +Anonymous authors Paper under double-blind review + +# ABSTRACT + +This paper provides theoretical analysis of generative adversarial networks (GANs) to explain its advantages over other standard methods of learning probability measures. GANs learn a probability through observations, using the objective function with a generator and a discriminator. While many empirical results indicate that GANs can generate realistic samples, the reason for such successful performance remains unelucidated. This paper focuses the situation where the target probability measure satisfies the disconnected support property, which means a separate support of a probability, and relates it with the advantage of GANs. It is theoretically shown that, unlike other popular models, GANs do not suffer from the decrease of generalization performance caused by the disconnected support property. We rigorously quantify the generalization performance of GANs of a given architecture, and compare it with the performance of the other models. Based on the theory, we also provide a guideline for selecting deep network architecture for GANs. We demonstrate some numerical examples which support our results. + +# 1 INTRODUCTION + +Generative Adversarial Networks (GANs) (Goodfellow et al., 2014) attract much attention as technology for learning a distribution and generating data. The purpose of GANs is to learn a probability measure from a given dataset and generate samples from the learned measure. It is often seen that samples generated by GANs can extract effectively features in the real world; it is difficult, for instance, to distinguish real images and generated images. By practical successes, a countless number of variations of GANs have been developed (Dziugaite et al., 2015; Arjovsky et al., 2017; Li et al., 2015; Nowozin et al., 2016; Gulrajani et al., 2017; Zhao et al., 2016), and applied to a wide range of tasks (Reed et al., 2016; Zhu et al., 2017; Gauthier, 2014). + +Understanding the remarkable performance of GANs is, however, still a challenging problem. There are active discussions on the role of generators in its learning scheme (Goodfellow, 2016; Arjovsky & Bottou, 2017; Arora et al., 2018; Creswell et al., 2018), and adversarial structures with discriminators are also a target of interest (Lotter et al., 2015; Zhang et al., 2018). A gaming structure between generators and discriminators is also regarded as a useful factor in the mechanism of GANs (Mescheder et al., 2017; Arora et al., 2017; Heusel et al., 2017). Generalization performance of GANs has been investigated in several studies (Liang, 2017; Liu et al., 2017; Tolstikhin et al., 2017). In spite of these studies, it is not yet clear why GANs can generate well-extracted data better than other standard methods. + +This paper introduces the disconnected support property, and explains an advantage of GANs in connection with this notion. The disconnected support property refers to a probability measures of which the support is divided into several disjoint sets, allowing non-differentiable density on the boundary. The property makes a probability measure be complex, hence it can be an obstacle for standard methods to learn the measure effectively. This property, however, is popularly seen in many real data, especially data with cluster structure, as demonstrated in Section 3. + +We investigate in detail the approximation and estimation ability of GANs and some other methods, and provide novel generalization analysis of probability measures with disconnected support. Firstly, we show that the other methods suffer worse generalization performance due to complex structures of disconnected supports (Proposition 1 and Lemma 2). Secondly, our generalization analysis reveals that GANs can learn the probability measure without loss of efficiency under the the disconnected supports (Theorem 1, Corollary 1 and ??). Additionally, we derive a guideline for choosing the number of layers or connections of the generator and discriminator from the generalization analysis. Numerical results support our theoretical findings. + +We remark that the disconnected support property is different from the low-dimensional supports studied in Arjovsky & Bottou (2017), where the support of a measure generated by neural networks is disjoint to the measure of observations. In contrast, this paper considers the case in which the support of the observation measure is divided into disjoint subsets. The problem of disconnected supports is complement to the low-dimensionality, hence these two problems can be investigated separately. In this paper, to simplify the discussion, we assume that the support of a probability measure is not low-dimensional. + +The contributions of this paper are summarized as follows: + +1. We show that GANs perform better than other standard methods of estimating probability measures when the measure satisfies the disconnected support property. +2. We provide a new generalization error bound under a general formulation of GANs by analyzing an approximation error. The result is thus applicable to a wide range of variations of GANs. +3. Based on the generalization bound, we provide a theoretical guideline for selecting architectures of generators and discriminators. + +All the proofs are given in Supplementary materials. + +# 2 PRELIMINARIES + +# 2.1 NOTATION + +We use notations $I : = [ 0 , 1 ]$ . A $j$ -th element of a vector $b$ is denoted by $b _ { j }$ , and $\begin{array} { r } { \| b \| _ { q } : = ( \sum _ { j } b _ { j } ^ { q } ) ^ { 1 / q } } \end{array}$ is the $q$ -norm $( q \in [ 0 , \infty ] )$ . $\mathrm { v e c } ( \cdot )$ is a vectorization operator for matrices. For $z \in \mathbb { N } , [ z ] : =$ $\{ 1 , 2 , \ldots , z \}$ is a set of positive integers no more than $z$ . For $\alpha \in \mathbb { R }$ , $\lfloor \alpha \rfloor$ denotes the largest integer which is not larger than ş $\alpha$ . For a domain $\Omega$ in a Euclidean space and a function $f : \Omega \mathbb { R }$ , $\Vert f \Vert _ { L ^ { p } } : = ( \int _ { \Omega } | f ( t ) | ^ { p } d t ) ^ { 1 / p }$ denotes the $L ^ { p }$ norm for $p \in [ 0 , \infty ]$ . For $f : \Omega \to \mathbb { R } ^ { D }$ with a multidimensional output, $f _ { d }$ denotes a $d$ -th coordinate of $\boldsymbol { f } ( \boldsymbol { x } ) = ( f _ { 1 } ( \boldsymbol { x } ) , . . . , f _ { D } ( \boldsymbol { x } ) ) ^ { \top } ,$ . Let $H ^ { \beta } ( \Omega )$ be the Hölder space for $\beta > 0$ such as a set of $\beta$ -smooth functions $f : \Omega \to { \mathbb { R } }$ , namely, $f$ is $C ^ { \lfloor \beta \rfloor }$ -class and its $\lfloor \beta \rfloor$ -th derivative is $\beta - \lfloor \beta \rfloor$ -Hölder continuous. $\otimes$ denotes a tensor product, and $\bigcirc$ a composition of functions, namely, for functions $f$ and $f ^ { \prime }$ , $f \circ f ^ { \prime } = f ( f ^ { \prime } ( \cdot ) )$ . A Borel $\sigma$ -algebra of $\Omega$ is denoted as $\sigma ( \Omega )$ . For a measurable mapping $f : \Omega \to \Omega ^ { \prime }$ and $B ^ { \prime } \subset \Omega ^ { \prime }$ , a pre-image of $f$ is defined as $f ^ { - 1 } ( B ^ { \prime } ) : = \{ t \in \Omega \mid B ^ { \prime } \ni f ( t ) \}$ . Let $I _ { \Omega } : x \mapsto \{ 0 , 1 \}$ be an indicator function such that $\pmb { I } _ { \Omega } ( x ) = 1$ if $x \in \Omega$ , and $\pmb { I } _ { \Omega } ( x ) = 0$ otherwise. + +# 2.2 GENERAL FRAMEWORK OF GANS + +We provide a general formulation of a learning problem with generative adversarial networks $( G A N s )$ following Liu et al. (2017). In this paper, we consider a probability measure $P ^ { * }$ on a measurable space $( I ^ { \breve { D } } , \Sigma )$ with a dimensionality $D \in \mathbb { N }$ and $\Sigma : = \sigma ( I ^ { \hat { D } } )$ . Here, we set $D \geqslant 3$ . Suppose we have a set of $n$ observations ř ${ \mathcal { D } } : = \{ X _ { 1 } , . . . , X _ { n } \}$ which is independently and identically generated from $P ^ { * }$ . Let $\begin{array} { r } { P _ { n } : = \frac { 1 } { n } \sum _ { i \in [ n ] } \delta _ { X _ { i } } } \end{array}$ be an empirical measure where $\delta _ { x }$ is the Dirac measure at $x$ . + +The goal of generative networks is to estimate $P ^ { * }$ from $\mathcal { D }$ . To this end, we construct a probability measure by generators. Let $P _ { Z }$ be the uniform distribution on $( I ^ { D } , \Sigma )$ . For a measurable mapping $g : I ^ { D } \to { \bf \check { \cal I } } ^ { \check { D } }$ , we define $P _ { g }$ as the pushforward measure: i.e., $\begin{array} { r } { P _ { g } ( B ) = P _ { Z } ( g ^ { - 1 } ( B ) ) } \end{array}$ for $B \in \Sigma$ . We call $g$ as a generator and use $\mathcal { G }$ for a set of generators. + +GANs employ a learning scheme with a metric with discriminators (Goodfellow et al., 2014). Let $\mathcal { F } = \{ f : \mathbf { \bar { \chi } } _ { I } D ^ { \bullet } \mathbb { R } \}$ be a a set of discriminators. This paper considers a general metric for GANs (Liu et al., 2017), + +$$ +d _ { \mathcal { F } } ( P , P ^ { \prime } ) : = \operatorname* { s u p } _ { f \in \mathcal { F } } \mathbb { E } _ { X \sim P } [ f ( X ) ] - \mathbb { E } _ { X \sim P ^ { \prime } } [ f ( X ) ] , +$$ + +between probability measures $P$ and $P ^ { \prime }$ . + +For the learning process, we generate $m$ noise samples $\widetilde { Z } _ { 1 } , . . . , \widetilde { Z } _ { m }$ from $P _ { Z }$ and obtain generated samples as $\tilde { X } _ { j } : = g ( \tilde { Z } _ { j } )$ with $g \in { \mathcal { G } }$ for $j \in [ m ]$ . Let $\begin{array} { r } { P _ { g , m } : = \frac { 1 } { m } \sum _ { j \in [ m ] } \delta _ { \widetilde { X } _ { j } } } \end{array}$ denote the sampling measure. GANs construct an estimator $P _ { \hat { g } }$ for $P ^ { * }$ by learning $\widehat g$ with the following optimization problem + +$$ +{ \widehat { g } } \in \mathop { \mathrm { a r g m i n } } _ { g \in { \mathcal { G } } } d _ { { \mathcal { F } } } \left( P _ { n } , P _ { g , m } \right) . +$$ + +The metric (1) covers a wide variety of GANs by selecting $\mathcal { F }$ . Among others, the original GAN (Goodfellow et al., 2014) is realized if $\mathcal { F }$ contains a logarithm of density ratio; Wasserstein-GAN (Arjovsky et al., 2017), MMD-GAN (Dziugaite et al., 2015; Li et al., 2017) and Energy-Based GAN (Zhao et al., 2016) are given if $\mathcal { F }$ is the set of 1-Lipschitz functions, a reproducing kernel Hilbert space, and the bounded continuous functions, respectively. The $f$ -GAN (Nowozin et al., 2016) also belongs to this class. + +We assume that $\mathcal { F }$ is large enough to contain functions which can work as a discriminator, namely, we assume that the following holds: + +$$ +d _ { \mathcal { F } } ( P , P ^ { \prime } ) = 0 \Leftrightarrow P = P ^ { \prime } . +$$ + +A sufficient condition for (3) is investigated in Zhang et al. (2018). + +# 2.3 DEEP NEURAL NETWORKS FOR GENERATORS AND DISCRIMINATORS + +In the schemes of GANs, $\mathcal { F }$ and $\mathcal { G }$ are realized by deep neural networks (DNNs). For further discussion, we formulate the function class given by DNNs. + +Let $L \in \mathbb { N }$ be a number of layers in DNNs, and $D _ { \ell } ^ { \prime } \in \mathbb { N }$ be a dimensionality of variables in an $\ell \cdot$ -th layer for $\ell \in \left[ L + 1 \right]$ . Here, we set $D _ { L + 1 } ^ { \prime } = D$ for generators and $D _ { L + 1 } ^ { \prime } = \mathrm { \bar { 1 } }$ for discriminators. We introduce $A _ { \ell } \in \mathbb { R } ^ { D _ { \ell + 1 } ^ { \prime } \times D _ { \ell } ^ { \prime } }$ and $b _ { \ell } \in \mathbb { R } ^ { D _ { \ell } ^ { \prime } }$ as matrix and vector parametersof the $\ell$ -th layer. An architecture $\Theta$ of DNNs is defined as a set of $L$ pairs of $\left( A _ { \ell } , b _ { \ell } \right)$ as $\bar { \Theta : = ( ( A _ { 1 } , b _ { 1 } ) , . . . , ( A _ { L } , \bar { b } _ { L } ) ) }$ . We define notations for $\Theta$ as follow: $| \Theta | : = L$ as the number of layers, $\begin{array} { r } { \| \Theta \| _ { 0 } : = \sum _ { \ell \in [ L ] } \| \operatorname { v e c } ( A _ { \ell } ) \| _ { 0 } + \| b _ { \ell } \| _ { 0 } } \end{array}$ as the number of non-zero elements in $\Theta$ , and $\begin{array} { r } { \| \Theta \| _ { \infty } : = \operatorname* { m a x } \{ \operatorname* { m a x } _ { \ell \in [ L ] } \| \mathrm { v e c } ( \mathring { A } _ { \ell } ) \| _ { \infty } , \operatorname* { m a x } _ { \ell \in [ L ] } \| b _ { \ell } \| _ { \infty } \} } \end{array}$ be the scale of parameters in $\Theta$ . We employ the ReLU activation function $\eta : \mathbb { R } ^ { D ^ { \prime } } \to \mathbb { R } ^ { D ^ { \prime } }$ for each $D ^ { \prime } \in \mathbb { N }$ such as $\eta ( x ) = ( \operatorname* { m a x } \{ x _ { d } , 0 \} ) _ { d \in [ D ^ { \prime } ] }$ . + +We define functions of DNNs with an architecture $\Theta$ as $\xi [ \Theta ] : \mathbb { R } ^ { D ^ { \prime } } \mathbb { R } ^ { D ^ { \prime \prime } }$ by + +$$ +\xi [ \Theta ] ( x ) = x ^ { ( L + 1 ) } , x ^ { ( 1 ) } : = x , x ^ { ( \ell + 1 ) } : = \eta ( A _ { \ell } x ^ { ( \ell ) } + b _ { \ell } ) , \mathrm { f o r } \ell \in [ L ] . +$$ + +The function class of DNNs is thus given by + +$$ +\Xi ( S , B , L ) : = \Big \{ \xi [ \Theta ] : I ^ { D } \to \mathbb { R } \ | \ \| \Theta \| _ { 0 } \leqslant S , \| \Theta \| _ { \infty } \leqslant B , | \Theta | \leqslant L \Big \} , +$$ + +where $S \in \mathbb { N } , B > 0$ , and $L \in \mathbb { N }$ are hyper-parameters. Here, $S$ bounds the number of non-zero parameters of DNNs, namely, it controls the sparseness of DNNs. $B$ is a bound for scales of parameters. + +# 3 DISCONNECTED SUPPORT PROPERTY + +# 3.1 INTRODUCTION AND EXAMPLE + +It is often observed that data in real world data the support of its probability measure may not be connected but a union of disjoint subsets. This is typical if the data has cluster structures, as seen in many data sets for classification tasks. Moreover, the density function of the probability measure may not be smooth at a boundary of the support. Figures 1 (MNIST, (LeCun et al., 1998)) and 2 (Shelter Animal, Center) illustrate such examples in the real world. They are projected onto a 2-dimensional Euclidean space by t-SNE (Maaten & Hinton, 2008) so that they preserve the original distance structure among points. We can see that both of the data are concentrated on several disjoint subsets and there are a clear gap or empty regions between some of the subsets. This observation suggests that the disconnected property of probability measures should be addressed in discussing estimation of probability measures, while standard analysis does not consider this phenomenon. In fact, this paper will show that the disconnected supports property has an important role in showing an advantage of GANs over standard estimation methods. + +![](images/fe32edfd04a7a392e42a9668e55374015bbdbbcd473787ac6a8e24e86e9e385a.jpg) +Figure 1: Plot of the MNIST data. + +![](images/9e1bdfe866576746ea80f727f2a4ff3e3c05341c6ba33fc8c5e775ffcb4bc9c3.jpg) +Figure 2: Plot of the animal data. + +# 3.2 MATHEMATICAL FORMULATION OF DISCONNECTED SUPPORTS + +Here we make a rigorous definition of disconnected supports. The property of smoothness (i.e. differentiability) is involved, which is a key factor to analyze generalization performance in the fields of the statistics (Stone, 1982; Tsybakov, 2009); Stone (1982) shows, for instance, that smoothness and a dimension of data are sufficient to characterize an optimal convergence of generalization errors. + +We first prepare a family of subsets as a component in the disconnected supports: + +$\begin{array} { r } { S _ { \alpha , J } : = \left\{ S \subset I ^ { D } \ \right| } \end{array}$ A boundary of $S$ is $J$ combination of $\alpha$ -smooth hyper surfaces . + +The supplementary material will provide a more rigorous definition. + +Now, we define the disconnected support property of probability measures as well as a probability measure with global support, i.e., with no the disconnected support property. Let $\operatorname { S u p p } ( P )$ be the support of $P$ ., i.e, ${ \dot { \operatorname { S u p p } } } ( P ) : = \{ x \in I ^ { D } \mid P ( V _ { x } ) > 0$ for all open neighborhood $V _ { x }$ of $x \}$ Hereafter, $M \geqslant 2$ is the number of disjoint components of a support. + +Definition 1. (Disconnected Supports / Global Support) +Let $M \geqslant 2$ . A probability measure $P$ on $( I ^ { D } , \bar { \Sigma } )$ has $M$ disconnected supports, if there exist +nonempty disjoint sets ${ \cal S } _ { 1 } , . . . , { \cal S } _ { M } \in { \cal S } _ { \alpha , J }$ such that + +$$ +\operatorname { S u p p } ( P ) = \bigcup _ { m \in [ M ] } S _ { m } . +$$ + +A probability measure $P$ on $( I ^ { D } , \Sigma )$ has a global support, if $\operatorname { S u p p } ( P ) = I ^ { D }$ . + +Figure 3 illustrates the disconnected support property. + +We next formulate a notion of smoothness for $P$ with disconnected supports. Let $\beta \geqslant 1$ be a parameter for a degree of smoothness of $P$ . + +Definition 2. (Local Smoothness) + +A probability measure $P$ with $M$ disconnected support is locally $\beta$ -smooth, if there exist $M$ pairs $( \widetilde { S } _ { m } , S _ { m } ) \in \mathrm { ~ \cal { S } ~ } _ { 2 \beta , J } \times S _ { 2 \beta , J }$ and $\beta + 1$ -smooth bijective measurable maps $\gamma _ { m } : \widetilde { S } _ { m } S _ { m }$ as + +$$ +P ( B ) = P _ { Z } ( \gamma _ { m } ^ { - 1 } ( B ) ) , \forall B \in \sigma ( S _ { m } ) , +$$ + +for $m \in [ M ]$ + +This definition of local smoothness says that a probability measure $P$ with disconnected supports can be generated by sufficiently smooth mappings $\gamma _ { m }$ . It is used for considering a smooth density function of $P$ restricted on $S _ { m }$ . + +Lemma 1. (Locally Smooth Density Functions) +If a probability measure $P$ with $M$ disconnected support is locally $\beta$ -smooth, then there exists a +function $p _ { m } : S _ { m } \to \mathbb { R } _ { + }$ such that + +$$ +P ( B ) = \int _ { B } p _ { m } ( x ) d \lambda , B \in \sigma ( S _ { m } ) , +$$ + +where $\lambda$ is the Lebesgue measure, and $p _ { m }$ is $\beta$ -smooth for all $m \in [ M ]$ . + +We call $p _ { m }$ as a local density function. + +Note that, since Ť $P$ with disconnected supports is not absolutely continuous to the Lebesgue measure on $\textstyle I ^ { D } \backslash \bigcup _ { m \in [ M ] } S _ { m }$ , an ordinary density function cannot be defined. Instead, a localized version of density functions for each $S _ { m }$ is introduced, which is guaranteed by the local smoothness. + +![](images/c3dfa9a97b096a21af5f6a1718c1eb7930b940550b40573c085a60e6e567de44.jpg) +Figure 3: Illustration of a probability measure $P$ with a disconnected support. $\operatorname { S u p p } ( P )$ is a union of two disjoint sets $S _ { 1 }$ and $S _ { 2 }$ . + +![](images/cfd77cfd712870f7426ee318b45107ce716b4b22206e74bddb9e99ccc7ae3428.jpg) +Figure 4: Illustration of a generator $g$ . To represent discontinuous $S _ { 1 }$ and $S _ { 2 }$ , $g$ should be discontinuous. + +# 3.3 DIFFICULTY WITH DISCONNECTED SUPPORTS + +As shown in this subsection, the generalization performance of many standard estimation methods is worsened with disconnected supports. We consider popular nonparametric methods, for which the generalization performance is well-studied in the asymptotics of the observation size $n$ . The considered methods are the kernel density estimator (KDE) (Nadaraya, 1964), the nonparametric Bayes (NB) by the Dirichlet mixtures of normal distributions (Ferguson, 1973), the series density estimator (SDE) (Efromovich et al., 2008; Efromovich, 2010) and the density estimator with Gaussian process (GP) (Leonard, 1978). Bounds of the generalization errors for these methods are already known (Tsybakov, 2009; Ghosal et al., 2007; van der Vaart $\&$ van Zanten, 2008), and they are optimal in the minimax sense. Here, their performance is evaluated with respect to a root of an expected squared loss with respect to the $L ^ { 2 }$ -norm, namely, $d _ { 2 } ( P , P ^ { \prime } ) : = \mathbb { E } [ \| p - p ^ { \prime } \| _ { L ^ { 2 } } ^ { 2 } ] ^ { 1 / 2 }$ where $p$ and $p ^ { \prime }$ are densities for $P$ and $P ^ { \prime }$ . + +We show the deterioration of their performance by the disconnected support property. Let $\hat { P }$ be an estimator for $P ^ { * }$ by KDE, NB, SDE, or GP. If $P ^ { * }$ has a global support and a $\beta$ -smooth density, the existing studies (Tsybakov, 2009; Ghosal et al., 2007; van der Vaart $\&$ van Zanten, 2008) show that + +$$ +d _ { 2 } ( P ^ { * } , \widehat { P } ) = O \left( n ^ { - \beta / ( 2 \beta + D ) } \right) . +$$ + +These bounds are sufficiently tight, since these bounds corresponds to an optimal rate (Stone, 1982), and the performance of the methods can be improved as the density for $P ^ { * }$ is smoother (larger $\beta$ ). + +On the other hand, we consider a case in which $P ^ { * }$ has the disconnected support property. + +Proposition 1. (Deterioration of other standard methods) There exists $P ^ { * }$ of the disconnected support property and locally $\beta$ -smooth such that + +$$ +d _ { 2 } ( P ^ { * } , \widehat { P } ) = { \cal O } \left( n ^ { - 1 / ( 2 + D ) } \right) . +$$ + +When $P ^ { * }$ has disconnected supports, the errors are worse than those for the global support, independent of $\beta$ . This worse generalization error can be understood by the non-smoothness or discontinuity of the density functions on the boundaries of the disconnected sets (see Figure 3). + +We next discuss other generative models for estimating a probability measure. To the best of our knowledge, other probabilistic generative methods (Koller et al., 2009) and the variational autoencoder (Kingma & Welling, 2013), their statistical generalization property is not well investigated. Here we provide a property of generators for probability measures with disconnected supports. + +Lemma 2. (Discontinuous Generators for Disconnected Supports) +If $P ^ { * }$ has disconnected supports and $P ^ { * } = P _ { g ^ { * } }$ with a generator $g ^ { * }$ , then $g ^ { * }$ is not uniformly continuous. + +Lemma 2 states that a generator must be discontinuous to construct a probability measure with disconnected support sets. Intuitively, to make $P _ { g ^ { * } } ( B ) = 0$ for $B \in I ^ { D }$ with $\lambda ( B ) > 0$ , the slope of $g ^ { * }$ at $z \in I ^ { D }$ should be close to infinite for $z \in g ^ { * , - 1 } ( B )$ , hence $g ^ { * }$ cannot be uniformly continuous (see Figure 4). Because of the discontinuity, generative models with smooth functions, such as an adversarial generative model with kernel generators (Sinn & Rawat, 2018), cannot work well with disconnected supports. + +# 4 GENERALIZATION BY GANS + +We provide generalization analysis for GANs for probability measures with and without disconnected supports. For the purpose, we employ a metric $d _ { \mathcal { F } }$ with properly selected discriminators $\mathcal { F }$ and evaluate the generalization error $d _ { \mathcal { F } } ( P ^ { \ast } , P _ { \hat { g } } )$ with respect to an observation size $n$ and a sampling size $m$ . We assume $\mathcal { F }$ is realized by DNNs as $\mathcal { F } = \Xi ( S _ { f } , B _ { f } , L _ { f } ) \cap \widetilde { \mathcal { F } }$ with parameters $S _ { f } , B _ { f } , L _ { f }$ , where $\tilde { \mathcal { F } }$ is a specified functional class; for an example, $\tilde { \mathcal { F } }$ is 1-Lipschitz functions for WassersteinGAN. Here, we consider settings that all $f \in { \mathcal { F } }$ are $L _ { 1 }$ -Lipschitz continuous and $\| f \| _ { L ^ { \infty } } \leqslant B _ { F }$ with constants $L _ { 1 } , B _ { F } > 0 .$ Generators are also constructed by DNNs as $\mathcal { G } = \Xi ( S _ { g } , B _ { g } , L _ { g } )$ with parameters $S _ { g } , B _ { g } , L _ { g }$ . + +A standard line of discussing generalization, we should consider statistical errors and approximation errors. We define a measure of the complexity of $\mathcal { F }$ + +$$ +\Upsilon _ { n } ( \mathcal { F } ) : = \operatorname* { i n f } _ { \eta > 0 } 4 \eta + 1 2 n ^ { - 1 / 2 } \int _ { \eta } ^ { c } \log \mathcal { N } ( ( L _ { 1 } + 1 ) ^ { - 1 } \epsilon , \mathcal { F } , \| \cdot \| _ { n } ) ^ { 1 / 2 } d \epsilon , +$$ + +where $c > 0$ is a constant depends on $\mathcal { F }$ and $\mathcal { N } ( \epsilon , \tilde { \mathcal { F } } , \| \cdot \| )$ is a covering number of $\tilde { \mathcal { F } }$ with respect to an empirical norm $\| \cdot \|$ . We note that $\Upsilon _ { n } ( \mathcal { F } )$ bounds an expectation of the Rademacher complexity as + +$$ +\Upsilon _ { n } ( \mathcal { F } ) \geqslant \mathbb { E } \left[ \operatorname* { s u p } _ { f \in \mathcal { F } } \frac { 1 } { n } \left| \sum _ { i \in [ n ] } \tau _ { i } f ( X _ { i } ) \right| \right] , +$$ + +where $\tau _ { i }$ is the i.i.d. Rademacher random variables; $\operatorname* { P r } ( \tau _ { i } = 1 ) = \operatorname* { P r } ( \tau _ { i } = 1 ) = 1 / 2$ , and the expectation is about $X _ { i }$ and $\tau _ { i }$ . Using the statistics and learning theory van der Vaart & Wellner (1996); Bartlett et al. (2005), we can apply a bound for $\Upsilon _ { n } ( \mathcal { F } )$ as + +$$ +\Upsilon _ { n } ( \mathcal { F } ) \leqslant C _ { \mathcal { F } } n ^ { - 1 / \kappa } , +$$ + +with some constants $C _ { \mathcal { F } } > 0$ and $\kappa \geqslant 2$ . + +Regarding approximation errors, we need to consider approximation of a discontinuous function; +since Lemma 2 shows that a discontinuous generator is necessary to represent disconnected supports. +To approximate such generators, DNNs in GANs has an advantage. + +Lemma 3. (Approximation for Discontinuous $g$ by DNNs) Suppose $P ^ { * }$ has $M$ disconnected supports and locally $\beta$ -smooth, and also $P ^ { * } = P _ { g ^ { * } }$ holds with some $g ^ { * }$ . Then, for any $S _ { g }$ , there exist $\mathcal { G }$ , ${ \dot { g } } \in { \mathcal { G } }$ , and a constant $c _ { g } = c _ { g } ( B _ { g } , L _ { g } ) > 0$ such that + +$$ +\lVert \dot { \boldsymbol g } _ { d } - \boldsymbol g _ { d } ^ { * } \rVert _ { L ^ { 2 } } \leqslant c _ { g } M S _ { g } ^ { - \beta / D } , \forall d \in [ D ] . +$$ + +Furthermore, if $P ^ { * } = P _ { g ^ { * } }$ has a global support and it is $\beta$ -smooth, (4) holds with $M = 1$ + +Lemma 3 shows that $\mathcal { G }$ for GANs can approximate $g ^ { * }$ for disconnected supports with the rate $\left( - \beta / D \right)$ by $S _ { g }$ , and the rate is same in the case of global support. This implies an advantage of GANs in comparison with the other standard methods (Proposition 1). + +Based on Lemma 3, we obtain the main theorem for generalization analysis. + +Theorem 1. (Generalization of GANs) Suppose that $P ^ { * }$ has $M$ disconnected supports and locally $\beta$ -smooth, and we have n observations and m samplings. Then, with $\mathcal { F }$ , an existing $\mathcal { G }$ , an estimator $P _ { \hat { g } }$ by (2), and finite constants $c _ { 1 } =$ $c _ { 1 } ( L _ { f } , B _ { f } , L _ { g } , B _ { g } ) , c _ { 2 } , c _ { 3 } = c _ { 3 } ( L _ { f } , B _ { f } ) > 0$ , the following inequality holds with high probability, + +$$ +d _ { \mathcal { F } } \big ( P ^ { * } , P _ { \widehat { g } } \big ) \leqslant \underbrace { \Upsilon _ { m } ( \widetilde { \mathcal { F } } ) + c _ { 1 } \frac { \sqrt { S _ { g } } + \sqrt { S _ { f } } } { \sqrt { m } } } _ { = : I } + \underbrace { c _ { 2 } M D S _ { g } ^ { - \beta / D } } _ { = : I I } + \underbrace { \Upsilon _ { n } ( \widetilde { \mathcal { F } } ) + c _ { 3 } \sqrt { \frac { S _ { f } } { n } } } _ { = : I I I } . +$$ + +Furthermore, $i f P ^ { * }$ has a global support and it is $\beta$ -smooth, (5) holds with $M = 1$ + +Each of the terms $I , I I$ and $I I I$ has the following role: $I$ bounds an error by the $m$ samplings, $I I$ bounds an error from approximation by $\mathcal { G }$ , and $I I I$ bounds an error by $n$ observations. + +Proof Outline: By the definition of $P _ { \hat { g } }$ in (2) and standard calculation, we obtain the inequality + +$$ +d _ { \mathcal { F } } ( P ^ { * } , P _ { \hat { g } } ) \leqslant \underbrace { 2 \operatorname* { s u p } _ { g \in \mathcal { G } } \operatorname* { s u p } _ { f \in \mathcal { F } } \big | \mathbb { E } _ { P _ { g , m } } [ f ( X ) ] - \mathbb { E } _ { P _ { g } } [ f ( X ) ] \big | } _ { = : i } + \underbrace { \operatorname* { i n f } _ { g \in \mathcal { G } } d _ { \mathcal { F } } ( P _ { g } , P ^ { * } ) } _ { = : i i } + \underbrace { 2 d _ { \mathcal { F } } ( P _ { n } , P _ { 0 } ) } _ { = : i i i } . +$$ + +To obtain $i \leqslant I$ and $i i i \leqslant I I I$ , we apply an empirical process technique (van der Vaart & Wellner, 1996), especially convergence of integral probability measures (Sriperumbudur et al., 2012) and the entropy control technique (Lemma 4 and 5 in the supplementary material). To show $i i \leqslant I I$ , we employ recent results on approximation ability of DNNs (Yarotsky, 2017; Petersen & Voigtlaender, 2017; Imaizumi & Fukumizu, 2018) and obtain an approximation bound for $d _ { \mathcal { F } } ( P _ { g } , P ^ { * } )$ (Lemma 3). Combining these results, we obtain the statement of Theorem 1. □ + +Theorem 1 provides two trade-off relations with respect to $S _ { g }$ and $S _ { f }$ . The generator class $\mathcal { G }$ controls uncertainty by sampling and the approximation error, while $S _ { f }$ controls uncertainty of observations and discrimination. For balancing the trade-offs, we select the number of parameters (connections of DNNs) with some constants $c _ { g } , c _ { f } > 0$ as + +$$ +S _ { g } = c _ { g } m ^ { D / ( 2 \beta + D ) } , ~ \mathrm { a n d } ~ S _ { f } = c _ { f } n ^ { ( \kappa - 2 ) / \kappa } , +$$ + +for optimizing the bound (5). We then obtain the following corollary. + +Corollary 1. (Convergence Rate of GANs) +Make the same assumptions as Theorem $^ { l }$ , and set $S _ { f }$ and $S _ { g }$ as in (6). Then, with high probability +converging to 1, we obtain + +$$ +d _ { \mathcal { F } } ( P ^ { \ast } , P _ { \hat { g } } ) = O \left( n ^ { - 1 / \kappa } \right) + O \left( m ^ { - 1 / \kappa } + m ^ { - \beta / ( 2 \beta + D ) } \right) . +$$ + +A selection of $\tilde { \mathcal { F } }$ determines the first term in (7), since \` $\kappa$ depends on ˘ $\tilde { \mathcal { F } }$ . For an example, when $\mathcal { F }$ is a set of 1-Lipschitz functions, the first term is $O \left( n ^ { - 1 / \left( 2 + 2 D \right) } \right)$ (Sriperumbudur et al., 2012). + +Remark 1. (Heterogeneous Smoothness) + +Corollary 1 can be extended when $P ^ { * }$ has different smoothness for each $m \in [ M ]$ , i.e., $P ^ { * }$ is locally $\beta _ { m }$ -smooth on a set $S _ { m }$ . In this case, we can easily extend our analysis in Theorem 1 and Corollary 1, and obtain the following convergence rate. + +$$ +d _ { \mathcal { F } } ( P ^ { \ast } , P _ { \hat { g } } ) = O \left( n ^ { - 1 / \kappa } \right) + O \left( m ^ { - 1 / \kappa } + m ^ { - \widetilde { \beta } / ( 2 \widetilde { \beta } + D ) } \right) , +$$ + +where $\widetilde { \beta } : = \operatorname* { m i n } _ { m \in \left[ M \right] } \beta _ { m }$ + +# 5 DISCUSSION + +We emphasize the theoretical results show that GANs do not suffer from the effect of disconnected supports. A larger $\beta$ improves performance of GANs even with disconnected supports, as shown in Theorem 1 and Corollary 1. This phenomenon is different from the result of the other methods discussed in Proposition 1. Hence, we can state that GANs have advantages over the other methods which are deteriorated by the disconnected property (Section 3.3). In other words, when data are generated from a probability measure with disconnected supports and sufficiently smooth in each of the sets, only GANs can estimate the measure effectively and the other methdos cannot. This advantage of GANs comes from the approximation power for discontinuous generators shown in Lemma 3. + +The results (5) and (7) provide interpretation about performance of GANs. About convergence with $n$ the complexity of $\tilde { \mathcal { F } }$ and $S _ { f }$ control a trade-off between convergence and a power of discrimination. While smaller $S _ { f }$ reduce the errors in terms of $d _ { \mathcal { F } }$ , too small $S _ { f }$ can lose the power of discrimination to satisfy (1). Hence, setting $S _ { f }$ as in (6) can keep the discrimination power and does not worsen the overall rate of convergence $O ( n ^ { - 1 / \kappa } )$ . About convergence with $m$ , $S _ { g }$ controls the trade-off between the bias and variance of the estimator. An optimal way to select $S _ { g }$ is provided in (6) which depends on $\beta$ and $D$ , and it is more important when $\kappa$ is small (e.g. $\kappa = 2$ as MMD-GAN). Based on the interpretation and the selection rule (6), our study can provide a guideline for a design of the architecture of DNNs. + +# 5.1 RELATED WORKS + +Compared with studies for understanding GANs (Dziugaite et al., 2015; Liang, 2017; Liu et al., 2017; Zhang et al., 2018; Biau et al., 2018; Arora et al., 2017), we show that GANs can avoid influences of disconnected supports, unlike the other methods, hence it is a source of the advantage of GANs. This paper is the first work to focus on the disconnected support property, while several discussions (Goodfellow, 2016; Liang, 2017; Creswell et al., 2018) focus on models and metrics of the learning scheme of GANs. + +It is important to compare our result with other studies for generalization analysis. Although some existing studies (Dziugaite et al., 2015; Liang, 2017; Liu et al., 2017; Zhang et al., 2018; Biau et al., 2018; Arora et al., 2017) provide generalization analysis, they do not analyze an approximation effect, namely, they evaluate $\begin{array} { r } { d _ { \mathcal { F } } ( P ^ { * } , P _ { \hat { g } } ) - \operatorname* { i n f } _ { g \in \mathcal { G } } ( P ^ { * } , P _ { g } ) } \end{array}$ . Since we analyze the term ${ \operatorname* { i n f } } _ { g \in { \mathcal { G } } } ( P ^ { * } , P _ { g } )$ , we can provide a more general bound and discuss the effect of disconnected support. + +As we mentioned in the introduction, this paper is not along with studies for low-dimensional supports (Arjovsky & Bottou, 2017). We also note that an optimization aspect and gaming aspect of GANs are out of concerns of this paper. We focus on the statistical aspects of GANs such as sample complexity. + +# 6 NUMERICAL EXPERIMENTS + +We compare the numerical performance of GANs and the other methods with toy data with. We generate synthetic data from the following two settings: (A) Gaussian distribution restricted on a compact set (global support), and (B) a probability measure with two disconnected supports (density function is the black solid line in Figure 6). We generate $n = 5 0 0$ , 1000, ..., 5000 observations and estimate the true probability measures with Wasserstein GAN, MMD-GAN, KDE (the Gaussian kernel and the Epanechnikov kernel), SDE (Fourier basis), and NB (Dirichlet process prior). Hyperparameters for these methods are selected by cross-validation. For GANs, we set $m = n$ . We use $d _ { \mathcal { F } }$ to evaluate errors by GANs, and a root of the expected squared errors with the $L ^ { 2 }$ -norm for the other methods. The plots are the mean of 30 replications. + +Figure 5 shows generalization errors by the methods. With the disconnected support case (B), we plot the estimated density in Figure 6. The black line shows the true density, the dashed line is by estimated densities of the other methods, and bars are histograms by GANs. The results by Wasserstein-GAN and MMD-GAN are almost same, so we omit the result by Wasserstein-GAN. + +In Figure 5, we see that in the case of global support (A), the error of GANs and the other methods are comparable. In contrast, in the case of disconnected supports (B), the other standard methods show worse generalization and only GANs keep the high performance. From Figure 6, we can see that GANs can reveal the disconnected supports, while some of the other methods fail to fit. KDE with the Gaussian kernel represents the disconnected support by employing a small bandwidth. However, the small bandwidth yields a too sharp density, tending to worsen the generalization performance. + +![](images/b7802bb8ea485d4b37d7f38150a4da78b2af66548ec317a150627253f99cdfd2.jpg) + +![](images/fdfdd8b80275cb2384c0f8e41eeca8edf4984999a69ba9efe06b8bc5ead17296.jpg) +Figure 5: Generalization errors. +Figure 6: Estimated density functions with the case (B). + +# 7 CONCLUSION + +We investigate a generalization performance of GANs with a situation such that a support of real probability measures is divided into several sets. We find that GANs do not suffer from the division of supports, while some of the other nonparametric methods loss their efficiency by the division. Since real data are often distributed on such divided supports, the finding in this paper is related to the question of why GANs perform well with real datasets. + +# REFERENCES + +Martin Arjovsky and Léon Bottou. Towards principled methods for training generative adversarial networks. arXiv preprint arXiv:1701.04862, 2017. +Martin Arjovsky, Soumith Chintala, and Léon Bottou. Wasserstein gan. arXiv preprint arXiv:1701.07875, 2017. +Sanjeev Arora, Rong Ge, Yingyu Liang, Tengyu Ma, and Yi Zhang. Generalization and equilibrium in generative adversarial nets (gans). arXiv preprint arXiv:1703.00573, 2017. +Sanjeev Arora, Andrej Risteski, and Yi Zhang. Do gans learn the distribution? some theory and empirics. 2018. +Peter L Bartlett, Olivier Bousquet, Shahar Mendelson, et al. Local rademacher complexities. The Annals of Statistics, 33(4):1497–1537, 2005. +G Biau, B Cadre, M Sangnier, and U Tanielian. Some theoretical properties of gans. arXiv preprint arXiv:1803.07819, 2018. +Austin Animal Center. Shelter animal outcomes. http://www.austintexas.gov/ department/aac. +Antonia Creswell, Tom White, Vincent Dumoulin, Kai Arulkumaran, Biswa Sengupta, and Anil A Bharath. Generative adversarial networks: An overview. IEEE Signal Processing Magazine, 35(1): 53–65, 2018. +Gintare Karolina Dziugaite, Daniel M Roy, and Zoubin Ghahramani. Training generative neural networks via maximum mean discrepancy optimization. In Proceedings of the Thirty-First Conference on Uncertainty in Artificial Intelligence, pp. 258–267. AUAI Press, 2015. +Sam Efromovich. Orthogonal series density estimation. Wiley Interdisciplinary Reviews: Computational Statistics, 2(4):467–476, 2010. + +Sam Efromovich et al. Adaptive estimation of and oracle inequalities for probability densities and characteristic functions. The Annals of Statistics, 36(3):1127–1155, 2008. + +Thomas S Ferguson. A bayesian analysis of some nonparametric problems. The annals of statistics, pp. 209–230, 1973. + +Jon Gauthier. Conditional generative adversarial nets for convolutional face generation. Class Project for Stanford CS231N: Convolutional Neural Networks for Visual Recognition, Winter semester, 2014(5):2, 2014. + +Subhashis Ghosal, Aad Van Der Vaart, et al. Posterior convergence rates of dirichlet mixtures at smooth densities. The Annals of Statistics, 35(2):697–723, 2007. + +Ian Goodfellow. Nips 2016 tutorial: Generative adversarial networks. arXiv preprint arXiv:1701.00160, 2016. + +Ian Goodfellow, Jean Pouget-Abadie, Mehdi Mirza, Bing Xu, David Warde-Farley, Sherjil Ozair, Aaron Courville, and Yoshua Bengio. Generative adversarial nets. In Advances in neural information processing systems, pp. 2672–2680, 2014. + +Ishaan Gulrajani, Faruk Ahmed, Martin Arjovsky, Vincent Dumoulin, and Aaron C Courville. Improved training of wasserstein gans. In Advances in Neural Information Processing Systems, pp. 5769–5779, 2017. + +Martin Heusel, Hubert Ramsauer, Thomas Unterthiner, Bernhard Nessler, and Sepp Hochreiter. Gans trained by a two time-scale update rule converge to a local nash equilibrium. In Advances in Neural Information Processing Systems, pp. 6629–6640, 2017. + +Masaaki Imaizumi and Kenji Fukumizu. Deep neural networks learn non-smooth functions effectively. arXiv preprint arXiv:1802.04474, 2018. + +Diederik P Kingma and Max Welling. Auto-encoding variational bayes. arXiv preprint arXiv:1312.6114, 2013. + +Daphne Koller, Nir Friedman, and Francis Bach. Probabilistic graphical models: principles and techniques. MIT press, 2009. + +Yann LeCun, Léon Bottou, Yoshua Bengio, and Patrick Haffner. Gradient-based learning applied to document recognition. Proceedings of the IEEE, 86(11):2278–2324, 1998. + +Tom Leonard. Density estimation, stochastic processes and prior information. Journal of the Royal Statistical Society. Series B (Methodological), pp. 113–146, 1978. + +Chun-Liang Li, Wei-Cheng Chang, Yu Cheng, Yiming Yang, and Barnabás Póczos. Mmd gan: Towards deeper understanding of moment matching network. In Advances in Neural Information Processing Systems, pp. 2200–2210, 2017. + +Yujia Li, Kevin Swersky, and Rich Zemel. Generative moment matching networks. In International Conference on Machine Learning, pp. 1718–1727, 2015. + +Tengyuan Liang. How well can generative adversarial networks (gan) learn densities: A nonparametric view. arXiv preprint arXiv:1712.08244, 2017. + +Shuang Liu, Olivier Bousquet, and Kamalika Chaudhuri. Approximation and convergence properties of generative adversarial learning. In Advances in Neural Information Processing Systems, pp. 5551–5559, 2017. + +William Lotter, Gabriel Kreiman, and David Cox. Unsupervised learning of visual structure using predictive generative networks. arXiv preprint arXiv:1511.06380, 2015. + +Laurens van der Maaten and Geoffrey Hinton. Visualizing data using t-sne. Journal of machine learning research, 9(Nov):2579–2605, 2008. + +Pascal Massart. Some applications of concentration inequalities to statistics. In Annales-Faculte des Sciences Toulouse Mathematiques, volume 9, pp. 245–303. Université Paul Sabatier, 2000. + +Lars Mescheder, Sebastian Nowozin, and Andreas Geiger. The numerics of gans. In Advances in Neural Information Processing Systems, pp. 1823–1833, 2017. + +James R Munkres. Topology. Prentice Hall, 2000. + +Elizbar A Nadaraya. On estimating regression. Theory of Probability & Its Applications, 9(1): 141–142, 1964. + +Sebastian Nowozin, Botond Cseke, and Ryota Tomioka. f-gan: Training generative neural samplers using variational divergence minimization. In Advances in Neural Information Processing Systems, pp. 271–279, 2016. + +Philipp Petersen and Felix Voigtlaender. Optimal approximation of piecewise smooth functions using deep relu neural networks. arXiv preprint arXiv:1709.05289, 2017. + +Scott Reed, Zeynep Akata, Xinchen Yan, Lajanugen Logeswaran, Bernt Schiele, and Honglak Lee. Generative adversarial text to image synthesis. arXiv preprint arXiv:1605.05396, 2016. + +Johannes Schmidt-Hieber. Nonparametric regression using deep neural networks with relu activation function. arXiv preprint arXiv:1708.06633, 2017. + +Mathieu Sinn and Ambrish Rawat. Non-parametric estimation of jensen-shannon divergence in generative adversarial network training. In International Conference on Artificial Intelligence and Statistics, pp. 642–651, 2018. + +Bharath K Sriperumbudur, Kenji Fukumizu, Arthur Gretton, Bernhard Schölkopf, Gert RG Lanckriet, et al. On the empirical estimation of integral probability metrics. Electronic Journal of Statistics, 6:1550–1599, 2012. + +Elias M Stein. Singular integrals and differentiability properties of functions (PMS-30), volume 30. Princeton university press, 2016. + +Ingo Steinwart and Andreas Christmann. Support vector machines. Springer Science & Business Media, 2008. + +CJ Stone. Optimal global rates of convergence for nonparametric regression. The Annals of Statistics, 10:1040–1053, 1982. + +Ilya O Tolstikhin, Sylvain Gelly, Olivier Bousquet, Carl-Johann Simon-Gabriel, and Bernhard Schölkopf. Adagan: Boosting generative models. In Advances in Neural Information Processing Systems, pp. 5430–5439, 2017. + +Alexandre B Tsybakov. Introduction to nonparametric estimation, 2009. + +AW van der Vaart and JH van Zanten. Rates of contraction of posterior distributions based on gaussian process priors. The Annals of Statistics, 36(3):1435–1463, 2008. + +AW van der Vaart and Jon Wellner. Weak Convergence and Empirical Processes: With Applications to Statistics. Springer Science & Business Media, 1996. + +Dmitry Yarotsky. Error bounds for approximations with deep relu networks. Neural Networks, 94: 103–114, 2017. + +Pengchuan Zhang, Qiang Liu, Dengyong Zhou, Tao Xu, and Xiaodong He. On the discriminationgeneralization tradeoff in gans. Proceedings of International Conference on Learning Representations, 2018. + +Junbo Zhao, Michael Mathieu, and Yann LeCun. Energy-based generative adversarial network. arXiv preprint arXiv:1609.03126, 2016. + +Jun-Yan Zhu, Taesung Park, Phillip Isola, and Alexei A Efros. Unpaired image-to-image translation using cycle-consistent adversarial networks. arXiv preprint arXiv:1703.10593, 2017. + +# Supplementary Materials for “Understanding GANs via disconnected Support Detection” + +We introduce a new notation $P f : = \mathbb { E } _ { X \sim P } [ f ( X ) ]$ with a probability measure $P$ and a function $f$ . For a set $\Omega$ with equipped distance $d$ , let $\mathcal { N } ( \epsilon , \Omega , d )$ be a covering number which is a minimum number of $\epsilon$ -balls to cover $\Omega$ . + +# A SOME ADDITIONAL INFORMATION + +# A Rigorous Definition of $S _ { \alpha , J }$ + +We consider a set represented by a combination of multiple horizon functions, which has been used in Petersen & Voigtlaender (2017). Given $\alpha$ -smooth function $h \in \check { H ^ { \alpha } } ( I ^ { D - 1 } )$ with $\alpha \geqslant 1$ , a horizon function $\Psi _ { h } : I ^ { D } \overset { \sim } { } \{ 0 , 1 \}$ is defined for some $d \in [ D ]$ as + +$$ +\Psi _ { h } = \Psi ( x _ { 1 } , \ldots , x _ { d - 1 } , x _ { d } \pm h ( x _ { 1 } , \ldots , x _ { d - 1 } , x _ { d + 1 } , \ldots , x _ { D } ) , x _ { d + 1 } , . . . , x _ { D } ) , +$$ + +where $\Psi$ is the Heaviside function; $\Psi ( x ) = I _ { \{ x \in I ^ { D } | x _ { d } \geqslant 0 \} }$ . We define a set by the intersection of $J$ horizon functions $\Psi _ { h _ { 1 } } , . . . , \Psi _ { h _ { J } }$ ; namely the family of sets is defined by + +$$ +S _ { \alpha , J } : = \left\{ S \subset [ 0 , 1 ] ^ { D } \mid { \cal I } _ { S } = \Psi _ { h _ { 1 } } \otimes \cdot \cdot \cdot \otimes \Psi _ { h _ { J } } \right\} . +$$ + +Intuitively, $h$ is regarded as an $\alpha$ -smooth curved surface in $I ^ { D }$ , and $\Psi _ { h }$ describes a set which is one side of the surface. Also, $S \in S _ { \alpha , J }$ is a set which is a intersection of $J$ sets by $\Psi _ { h _ { 1 } } , . . . , \Psi _ { h _ { J } }$ . + +# A Support of Probability Measures + +Let $N _ { x }$ denote an open neighborhood of $x \in I ^ { D }$ , and For a probability measure $P$ , a support of $P$ is defined as + +$$ +\mathrm { S u p p } ( P ) : = \bigg \{ x \in I ^ { D } \ | \ P ( N _ { x } ) > 0 , \forall N _ { x } \in \Sigma \bigg \} . +$$ + +# B PROOFS + +# B.1 PROOF OF LEMMA 1 + +Fix $m \in [ M ]$ and a corresponding $\widetilde { S } _ { m } , S _ { m }$ and $g _ { m }$ . For any $B \in \sigma ( S _ { m } )$ , the definition of $\gamma _ { m }$ yields + +$$ +P _ { X } ( B ) = P _ { Z } ( \gamma _ { m } ^ { - 1 } ( B ) ) = \int _ { \gamma _ { m } ^ { - 1 } ( B ) } p _ { Z } ( z ) d z , +$$ + +where $p _ { Z }$ is a density function of a uniform measure $P _ { Z }$ . By changing variables $x = \gamma _ { m } ( z )$ , we have + +$$ +\int _ { \gamma _ { m } ^ { - 1 } ( B ) } p _ { Z } ( z ) d z = \int _ { B } p _ { Z } ( \gamma _ { m } ^ { - 1 } ( x ) ) J _ { \gamma _ { m } } ( x ) d x , +$$ + +where $J _ { \gamma _ { m } } ( x ) = | \operatorname* { d e t } \nabla g _ { m } ^ { - 1 } ( x ) |$ . Using $p _ { Z } ( z ) = 1$ for all $z \in I ^ { D }$ , we obtain the following form of $P _ { X } ( B )$ using a function $p _ { m } : \widetilde { S } _ { m } S _ { m }$ as + +$$ +P _ { X } ( B ) = \int _ { B } J _ { g _ { m } } ( x ) d x = : \int _ { B } p _ { m } ( x ) d x , +$$ + +and $p _ { m }$ is $\beta$ -smooth since $\gamma _ { m }$ is $\beta + 1$ -smooth and bijective. + +# B.2 PROOF OF LEMMA 2 + +Firstly, we show the first points. Suppose that $g$ is a continuous mapping. By the generalized intermediate value theorem (Theorem 24.3 in Munkres (2000)), we know that $g ( I ^ { D } )$ is connected since $I ^ { D }$ is a connected set. Thus, a support of $P _ { g }$ is connected. However, $P _ { g }$ has a disconnected support, thus there is a contradiction. □ + +In this proof, $a \lesssim b$ denotes that $b$ is larger than $a$ up to a finite constant. $a = b$ denotes that $a \lesssim b$ and $a \gtrsim b$ hold. + +By the definition of $\{ g _ { m } \} _ { m \in [ M ] }$ for the measure with local smoothness, we consider an explicit form of $g _ { m }$ . By Stein (2016), we can extend $g _ { m } : \widetilde { S } _ { m } S _ { m }$ to $\tilde { g } _ { m } : I ^ { D } \to S _ { m }$ since boundaries of $\widetilde { S } _ { m }$ are Lipschitz continuous. Then, we provide the following formulation + +$$ +\widetilde { \boldsymbol { g } } _ { m } ( \boldsymbol { x } ) = ( \gamma _ { m , 1 } ( \boldsymbol { x } ) , . . . , \gamma _ { m , D } ( \boldsymbol { x } ) ) ^ { \top } , +$$ + +where $\gamma _ { m , d } \in H ^ { \beta } ( I ^ { D } )$ . Then, we obtain the form of $g ^ { * }$ as + +$$ +g ^ { * } = \sum _ { m \in [ M ] } \widetilde { g } _ { m } \otimes \pmb { I } _ { \widetilde { S } _ { m } } . +$$ + +Also, by the definition of $\mathcal { S } _ { 2 \beta , J }$ which contains $\widetilde { S } _ { m }$ , we obtain the form + +$$ +{ \cal I } _ { { \widetilde { \cal S } } _ { m } } = \bigotimes _ { j \in [ J ] } \psi _ { h _ { m , j } } , +$$ + +with existing $\psi _ { h _ { m , j } }$ . Then, we have + +$$ +g ^ { * } = \sum _ { m \in [ M ] } \widetilde { g } _ { m } \bigotimes _ { j \in [ J ] } \psi _ { h _ { m , j } } . +$$ + +Preliminarily, we apply sub-neural networks from Yarotsky (2017) and Petersen & Voigtlaenderř (2017). Let $\zeta [ \Theta _ { + } ]$ be a network for summation such that $\begin{array} { r } { { \bf \Pi } \dot { \zeta } [ \Theta _ { + } ] ( x _ { 1 } , . . . , x _ { D ^ { \prime } } ) = \sum _ { d \in [ D ^ { \prime } ] } x _ { d } } \end{array}$ , and $\zeta [ \Theta _ { \times } ]$ be a network for approximate multiplication such as $| \zeta [ \Theta _ { \times } ] ( x _ { 1 } , . . . , x _ { D ^ { \prime } } ) - \prod _ { d \in [ D ^ { \prime } ] } x _ { d } | < \epsilon$ with some $\epsilon > 0$ for all $x , x ^ { \prime } \in I$ (Proposition 3 in Yarotsky (2017) and Lemma 1 in Imaizumi $\&$ Fukumizu (2018)). + +We consider approximation $\begin{array} { r } { \sum _ { m \in [ M ] } \gamma _ { m , d } \bigotimes _ { j \in [ J ] } \psi _ { h _ { m , j } } } \end{array}$ for each $d \in \mathsf { \Gamma } [ D ]$ . Let $\zeta [ \Theta _ { \gamma , d , m } ]$ and $\zeta [ \Theta _ { h , m , j } ]$ for $d \in [ D ] , m \in [ M ]$ and $j \in [ J ]$ , and we will specify the networks later. Also, let $\zeta \bar { [ \Theta _ { S , m } ] } ^ { - } = \zeta [ \Theta _ { \times } ] ( \bar { \zeta } [ \bar { \Theta } _ { h , m , 1 } ] \bar { ( \cdot ) } , \cdot . . . , \zeta [ \Theta _ { h , m , 1 } ] \bar { ( \cdot ) } )$ . + +We consider a neural network + +$$ +\zeta [ \Theta _ { d } ] = \zeta [ \Theta _ { + } ] ( \zeta [ \Theta _ { \times } ] ( \zeta [ \Theta _ { \gamma , d , 1 } ] ( \cdot ) , \zeta [ \Theta _ { S , 1 } ] ( \cdot ) ) , . . . , \zeta [ \Theta _ { \times } ] ( \zeta [ \Theta _ { \gamma , d , M } ] ( \cdot ) , \zeta [ \Theta _ { S , M } ] ( \cdot ) ) ) . +$$ + +Then, an approximation error is evaluated as + +$$ +\begin{array} { r l } & { \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad } \\ & { \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad } \\ & { \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad } \\ & & { \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad } \\ & & { \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad } \\ & { \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad } \\ & \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \end{array} +$$ + +where the last inequality follows the Hölder’s inequality. + +About $T _ { 1 , m }$ , there exists a corresponding $\zeta [ \Theta _ { \gamma , d , m } ]$ such that + +$$ +\begin{array} { r } { \| \gamma _ { m , d } - \zeta [ \Theta _ { \gamma , d , m } ] \| _ { L ^ { 2 } } \lesssim \| \Theta _ { \gamma , d , m } \| _ { 1 } ^ { - ( \beta + 1 ) / D } , } \end{array} +$$ + +by following Theorem A.8 in Petersen & Voigtlaender (2017). Also, since $\gamma _ { m , d }$ is bounded by its smoothness and compact support, we have $\| \gamma _ { m , d } \| _ { L ^ { \infty } } < \infty$ hence + +$$ +T _ { 1 , m } \lesssim \| \Theta _ { \gamma , d , m } \| _ { 1 } ^ { - ( \beta + 1 ) / D } . +$$ + +For $T _ { 2 , m }$ , we specify $\zeta [ \Theta _ { h , m , j } ]$ as Theorem 3.1 in Petersen & Voigtlaender (2017). Then, we evaluate the following as + +$$ +\begin{array} { r l } & { \| \gamma _ { m , d } - \zeta [ \Theta _ { \gamma , d , m } ] \| _ { L ^ { 2 } } } \\ & { \leqslant \| \displaystyle \bigoplus _ { j \in [ J ] } \psi _ { h _ { m , j } } - \zeta [ \Theta _ { \star } ] ( \zeta [ \Theta _ { h , m , 1 } ] ( \cdot ) , \ldots , \zeta [ \Theta _ { h , m , 1 } ] ( \cdot ) ) \| _ { L ^ { 2 } } } \\ & { \leqslant \| \displaystyle \bigoplus _ { j \in [ J ] } \psi _ { h _ { m , j } } - \zeta [ \Theta _ { h , m , j } ] \| _ { L ^ { 2 } } + \| \displaystyle \bigotimes _ { j \in [ J ] } \psi _ { h _ { m , j } } - \zeta [ \Theta _ { \star } ] ( \zeta [ \Theta _ { h , m , 1 } ] ( \cdot ) , \ldots , \zeta [ \Theta _ { h , m , 1 } ] ( \cdot ) ) \| _ { L ^ { 2 } } } \\ & { \leqslant \displaystyle \sum _ { j \in [ J ] } \prod _ { j \in [ J ] } \prod _ { l = \delta , j } ( | \psi _ { h _ { m , j } } , | \| _ { L ^ { 2 } } \forall [ \Theta _ { h , m , j } ] \| _ { L ^ { 2 } } ) \| \psi _ { h _ { m , j } } - \zeta [ \Theta _ { h , m , j } ] \| _ { L ^ { 2 } } + \epsilon _ { \times } } \\ & { \leqslant \displaystyle \sum _ { j \in [ J ] } \| \psi _ { h _ { m , j } } - \zeta [ \Theta _ { h , m , j } ] \| _ { L ^ { 2 } } + \epsilon _ { \times } . } \end{array} +$$ + +Here, the last inequality follows the boundedness of $\psi _ { h _ { m , j ^ { \prime } } }$ and $\zeta [ \Theta _ { h , m , j } ]$ by Theorem 3.1 in Petersen & Voigtlaender (2017). Also, Theorem 3.1 in Petersen $\&$ Voigtlaender (2017) provides an existence of $[ \Theta _ { h , m , j }$ such that + +$$ +\begin{array} { r } { \| \psi _ { h _ { m , j } } - \zeta [ \Theta _ { h , m , j } ] \| _ { L ^ { 2 } } \leqslant \| \Theta _ { h , m , j } \| _ { 1 } ^ { - \beta / ( D - 1 ) } . } \end{array} +$$ + +We apply the boundedness of $\zeta [ \Theta _ { h , m , j } ]$ , we have + +$$ +T _ { 2 , m } \lesssim \sum _ { j \in [ J ] } \| \Theta _ { h , m , j } \| _ { 1 } ^ { - \beta / ( D - 1 ) } + \epsilon _ { \times } . +$$ + +Combining the bounds for $T _ { 1 , m }$ and $T _ { 2 , m }$ , we bound + +$$ +\begin{array} { r l } & { \left\| \displaystyle \sum _ { m \in [ M ] } \gamma _ { m , d } \bigotimes \psi _ { h _ { m , j } } - \zeta [ \Theta _ { d } ] \right\| _ { L ^ { 2 } } } \\ & { \leqslant \displaystyle \sum _ { m \in [ M ] } \| \Theta _ { \gamma , d , m } \| _ { 1 } ^ { - ( \beta + 1 ) / D } + \displaystyle \sum _ { m \in [ M ] } \sum _ { j \in [ J ] } \| \Theta _ { h , m , j } \| _ { 1 } ^ { - \beta / ( D - 1 ) } + ( M + 1 ) \epsilon _ { \times } . } \end{array} +$$ + +Here, we consider a parameter $\begin{array} { r } { S = \sum _ { d \in [ D ] } \| \Theta _ { d } \| _ { 1 } } \end{array}$ such that $S = \| \Theta _ { \gamma , d , m } \| _ { 1 } \asymp \| \Theta _ { h , m , j } \| _ { 1 } \asymp \| \Theta _ { \times } \| _ { 1 }$ Also, following Yarotsky (2017) and Petersen & Voigtlaender (2017), a proper selection of $L = | \Theta _ { \times } |$ and $B = \| \Theta _ { \times } \| _ { \infty }$ provides $\epsilon _ { \times } \lesssim \| \Theta _ { \times } \| _ { 0 } ^ { - \beta / D }$ }´β{D0 . Then, we have + +$$ +\left. \sum _ { m \in [ M ] } \gamma _ { m , d } \bigotimes _ { j \in [ J ] } \psi _ { h _ { m , j } } - \zeta [ \Theta _ { d } ] \right. _ { L ^ { 2 } } \lesssim M J S ^ { - \beta / D } . +$$ + +Since $J$ is finite, we obtain the result. + +# B.4 PROOF OF THEOREM 1 + +By the definition of $\widehat g$ in (2), the following inequality holds + +$$ +d _ { \mathcal { F } } ( P _ { n } , P _ { \hat { g } , m } ) = \operatorname* { s u p } _ { f \in \mathcal { F } } ( P _ { n } f - P _ { \hat { g } , m } f ) \leqslant d _ { \mathcal { F } } ( P _ { n } , P _ { g , m } ) = \operatorname* { s u p } _ { f \in \mathcal { F } } ( P _ { n } f - P _ { g , m } f ) , +$$ + +for arbitrary $g \in { \mathcal { G } }$ . + +We consider a bound for $d _ { \mathcal { F } } ( P ^ { \ast } , P _ { \hat { g } } )$ as + +$$ +\begin{array} { r l } & { d _ { \mathcal { F } } \big ( P ^ { * } , P _ { \hat { g } } \big ) = \underset { f \in \mathcal { F } } { \operatorname* { s u p } } \big ( P ^ { * } f - P _ { \hat { g } } f \big ) } \\ & { \quad \quad = \underset { f \in \mathcal { F } } { \operatorname* { s u p } } \big ( P ^ { * } f - P _ { n } f + P _ { n } f - P _ { \hat { g } , m } f + P _ { \hat { g } , m } f - P _ { \hat { g } } f \big ) } \\ & { \quad \quad \leqslant \underset { f \in \mathcal { F } } { \operatorname* { s u p } } \big ( P ^ { * } f - P _ { n } f + P _ { \hat { g } , m } f - P _ { \hat { g } } f \big ) + \underset { f \in \mathcal { F } } { \operatorname* { s u p } } \big ( P _ { n } f - P _ { \hat { g } , m } f \big ) , } \end{array} +$$ + +where the inequality follows (9) with an existing ${ \dot { g } } \in { \mathcal { G } }$ . We will provide a detailed construction of $g ^ { * }$ . We continue the bound as + +$$ +\begin{array} { r l } & { d _ { \mathcal { F } } ( P ^ { * } , P _ { \widehat { g } } ) } \\ & { \leqslant \underset { f \in \mathcal { F } } { \operatorname* { s u p } } ( P ^ { * } f - P _ { n } f + P _ { \widehat { g } , m } f - P _ { \widehat { g } } f ) + \underset { f \in \mathcal { F } } { \operatorname* { s u p } } ( P _ { n } f - P ^ { * } f + P ^ { * } f - P _ { \widehat { g } } f + P _ { \widehat { g } } f - P _ { \widehat { g } , m } f ) } \\ & { \leqslant 2 \underset { g \in \mathcal { G } } { \operatorname* { s u p } } \underset { f \in \mathcal { F } } { \operatorname* { s u p } } | P _ { g , m } f - P _ { g } f | + \underset { f \in \mathcal { F } } { \operatorname* { s u p } } ( P ^ { * } f - P _ { \widehat { g } } f ) + 2 \underset { f \in \mathcal { F } } { \operatorname* { s u p } } | P _ { n } f - P ^ { * } f | } \\ & { = : i + i i + i i i . } \end{array} +$$ + +Here, $i$ denotes an effect from $m$ samplings, $\romannumeral 2$ denotes an approximation error, and iii denotes an uncertainty with the $n$ observations. + +To evaluate $i$ and $i i i$ , we provide the following lemma. This result follows a standard technique of the empirical process theory and we provide its outline for a sake of completeness. + +Lemma 4. Let $\mathcal { H }$ be a some set of measurable functions and $X _ { 1 } , . . . , X _ { n } \sim P$ be i.i.d. n observations. Suppose that $\mathbb { E } _ { P } [ h ^ { 2 } ( X ) ] \leqslant \sigma ^ { 2 }$ and $\| h \| _ { L ^ { \infty } } < C _ { h }$ hold with finite parameters $\sigma ^ { 2 } > 0$ and $C _ { h } > 0$ . Then, there exists a constant $C _ { \theta }$ and we obtain + +$$ +\begin{array} { r l r } { { \operatorname* { s u p } _ { h \in \mathcal { H } } | \frac { 1 } { n } \sum _ { i \in [ n ] } h ( X _ { i } ) - \mathbb { E } _ { P } [ h ( X ) ] | } } \\ & { } & { \leqslant \operatorname* { i n f } _ { \eta > 0 } \{ 4 \eta + 1 2 \int _ { \eta } ^ { C _ { h } } \sqrt { \frac { \log \mathcal { N } ( \epsilon , \mathcal { H } , \| \cdot \| _ { L ^ { \infty } } ) } { n } } d \epsilon + \sqrt { \frac { 2 \tau \sigma ^ { 2 } + 4 C _ { \theta } } { n } } + \frac { \tau C _ { h } } { n } ( \frac { 2 } { 3 } + C _ { \theta } ) \} } \end{array} +$$ + +with probability at least $1 - 2 \exp ( - \tau )$ for all $\tau > 0$ . + +Proof. At the beginning, we bound an expectation of the empirical process (Steinwart & Christmann, 2008; Bartlett et al., 2005; Massart, 2000; Sriperumbudur et al., 2012). Afterward, we evaluate a concentration of the empirical process around the expectation. + +By applying the symmetrization and concentration techniques (Proposition 7.10 in Steinwart & Christmann (2008)), we obtain + +$$ +\mathbb { E } _ { P ^ { \otimes n } } \left[ \operatorname* { s u p } _ { h \in \mathcal { H } } \left| \frac { 1 } { n } \sum _ { i \in [ n ] } h ( X _ { i } ) - \mathbb { E } [ h ( X ) ] \right| \right] \leqslant 2 \mathbb { E } _ { P ^ { \otimes n } \otimes \nu ^ { \otimes n } } \left[ \operatorname* { s u p } _ { h \in \mathcal { H } } \left| \frac { 1 } { n } \sum _ { i \in [ n ] } u _ { i } h ( X _ { i } ) \right| \right] , +$$ + +where $u _ { i } \sim \nu$ is the Rademacher variable which takes 0 or 1 with probability 0.5. Combining this bound with the Taralgand’s inequality (Theorem A.9.1 in Steinwart $\&$ Christmann (2008)), we obtain the following inequality + +$$ +\begin{array} { r l } & { \displaystyle \operatorname* { s u p } _ { h \in \mathcal { H } } \left| \frac { 1 } { n } \sum _ { i \in [ n ] } h ( X _ { i } ) - \mathbb { E } _ { P } [ h ( X ) ] \right| } \\ & { \leqslant ( 1 + \theta ) \mathbb { E } _ { P ^ { \otimes n } \otimes \nu ^ { \otimes n } } \left[ \displaystyle \operatorname* { s u p } _ { h \in \mathcal { H } } \left| \frac { 1 } { n } \sum _ { i \in [ n ] } u _ { i } h ( X _ { i } ) \right| \right] + \sqrt { \frac { 2 \tau \sigma ^ { 2 } } { n } } + \frac { \tau C _ { h } } { n } \left( \frac { 2 } { 3 } + \displaystyle \frac { 1 } { \theta } \right) , } \end{array} +$$ + +with probability at least $1 - \exp ( - \tau )$ for all $\tau > 0$ and $\theta > 0$ . + +About the term with the Rademacher variable, we also apply a similar strategy (Lemma A.4 in Bartlett et al. (2005)), then obtain + +$$ +\mathbb { E } _ { P \hat { \otimes } n } \otimes _ { \mathcal { V } } \otimes n ^ { \prime } \left[ \operatorname* { s u p } _ { h \in \mathcal { H } } \left| \frac { 1 } { n } \sum _ { i \in [ n ] } u _ { i } h ( X _ { i } ) \right| \right] \leqslant \frac { 1 } { 1 - \theta ^ { \prime } } \mathbb { E } _ { \nu } \otimes n \left[ \operatorname* { s u p } _ { h \in \mathcal { H } } \left| \frac { 1 } { n } \sum _ { i \in [ n ] } u _ { i } h ( X _ { i } ) \right| \right] + \frac { \tau ^ { \prime } C _ { h } } { n \theta ^ { \prime } ( 1 - \theta ^ { \prime } ) } , +$$ + +with probability at least $1 - \exp ( - \tau ^ { \prime } )$ for all $\tau ^ { \prime } > 0$ and $\theta ^ { \prime } > 0$ . + +Let $\| { \bf \nabla } \cdot { \bf \nabla } \| _ { n }$ be an empirical norm as ˇ ˇı $\begin{array} { r l r } { \| f \| _ { n } ^ { 2 } } & { { } = } & { n ^ { - 1 } \sum _ { i \in [ n ] } f ( X _ { i } ) ^ { 2 } } \end{array}$ . About the term $\begin{array} { r } { \mathbb { E } _ { \nu \otimes n } \left[ \operatorname* { s u p } _ { h \in \mathcal { H } } \left| \frac { 1 } { n } \sum _ { i \in [ n ] } u _ { i } h ( X _ { i } ) \right| \right] } \end{array}$ , we apply the chaining technique and obtain + +$$ +\begin{array} { r } { \mathbb { E } _ { \boldsymbol \nu \otimes \boldsymbol n } \left[ \displaystyle \operatorname* { s u p } _ { h \in \mathcal { H } } \left| \frac { 1 } { n } \sum _ { i \in [ n ] } u _ { i } h ( X _ { i } ) \right| \right] \leqslant \displaystyle \operatorname* { i n f } _ { \boldsymbol \theta ^ { \prime \prime } > 0 } \left\{ 4 \boldsymbol \theta ^ { \prime \prime } + 1 2 \int _ { \boldsymbol \theta ^ { \prime \prime } } ^ { \tilde { C } _ { h } } \sqrt { \frac { \log \mathcal { N } ( \epsilon , \mathcal { H } , \| \cdot \| _ { n } ) } { n } } d \epsilon \right\} } \\ { \leqslant \displaystyle \operatorname* { i n f } _ { \boldsymbol \theta ^ { \prime \prime } > 0 } \left\{ 4 \boldsymbol \theta ^ { \prime \prime } + 1 2 \int _ { \boldsymbol \theta ^ { \prime \prime } } ^ { C _ { h } } \sqrt { \frac { \log \mathcal { N } ( \epsilon , \mathcal { H } , \| \cdot \| _ { L ^ { \infty } } ) } { n } } d \epsilon \right\} , } \end{array} +$$ + +where the last inequality follows a bound for an empirical norm and the boundedness of $\mathcal { H }$ . + +Combining (10), (11) and (12) and changing variables, we obtain the result. + +To bound $I$ with $\widetilde { X } _ { 1 } , . . . , \widetilde { X } _ { m } \sim P _ { g }$ , we consider the following value + +$$ +\begin{array} { r l } & { \underset { g \in \mathcal { G } } { \operatorname* { s u p } } \underset { f \in \mathcal { F } } { \operatorname* { s u p } } \left| \frac { 1 } { m } \sum _ { i \in [ m ] } f ( \widetilde { X } _ { i } ) - \mathbb { E } _ { P _ { g } } [ h ( X ) ] \right| = \underset { g \in \mathcal { G } } { \operatorname* { s u p } } \underset { f \in \mathcal { F } } { \operatorname* { s u p } } \left| \frac { 1 } { m } \sum _ { i \in [ m ] } f \circ g ( Z _ { i } ) - \mathbb { E } _ { P _ { \mathcal { Z } } } [ f \circ g ( X ) ] \right| } \\ & { \qquad = : \underset { h \in \mathcal { H } } { \operatorname* { s u p } } \left| \frac { 1 } { m } \sum _ { i \in [ m ] } h ( Z _ { i } ) - \mathbb { E } _ { P _ { \mathcal { Z } } } [ h ( X ) ] \right| , } \end{array} +$$ + +where we define $\mathcal { H } = \left\{ h = f \circ g \vert f \in \mathcal { F } , g \in \mathcal { G } \right\}$ . To apply Lemma 4, we investigate a covering number $\mathcal { N } ( \epsilon , \mathcal { H } , \| \cdot \| _ { L ^ { \infty } } )$ . + +Lemma 5. Assume that $f \in { \mathcal { F } }$ is $L _ { 1 }$ -Lipschitz continuous. We obtain + +$$ +\log \mathcal { N } ( \epsilon , \mathcal { H } , \| \cdot \| _ { L ^ { \infty } } ) \leqslant \log \mathcal { N } ( ( 1 + L _ { 1 } ) ^ { - 1 } \epsilon , \mathcal { G } , \| \cdot \| _ { L ^ { \infty } } ) + \log \mathcal { N } ( ( 1 + L _ { 1 } ) ^ { - 1 } \epsilon , \mathcal { F } , \| \cdot \| _ { L ^ { \infty } } ) +$$ + +Proof. Fix $\epsilon > 0$ . Let $G \subset { \mathcal { G } }$ and $F \subset { \mathcal { F } }$ be covering sets as a set of centers of $\epsilon$ -balls for the covering $\mathcal { G }$ and $\mathcal { F }$ . Obviously, $| G | = \mathcal { N } ( \epsilon , \mathcal { G } , \| \cdot \| _ { L ^ { \infty } } )$ and $| F | = \mathcal { N } ( \epsilon , \mathcal { F } , \| \cdot \| _ { L ^ { \infty } } )$ . We define a subset + +$$ +H : = \left\{ h = f \circ g \vert g \in G , h \in F \right\} \subset \mathcal { H } , +$$ + +and we known $| H | = | G | \times | F |$ . + +For any $h \in \mathcal H$ , there exist $g \in { \mathcal { G } }$ and $f \in { \mathcal { F } }$ , then $f = f \circ g$ holds. Also, by the definition of covering sets, there exist $f ^ { \prime } \in F$ and $g ^ { \prime } \in G$ such that $\| f - f ^ { \prime } \| _ { L ^ { \infty } } \leqslant \epsilon$ and $\| g - g ^ { \prime } \| _ { L ^ { \infty } } \leqslant \epsilon$ . Let $h ^ { \prime } = f ^ { \prime } \circ g ^ { \prime }$ , and we measure the distance + +$$ +\begin{array} { r l } & { \| h - h ^ { \prime } \| _ { L ^ { \infty } } \leqslant \| f \circ g - f ^ { \prime } \circ g ^ { \prime } \| _ { L ^ { \infty } } } \\ & { \qquad = \| f \circ g - f \circ g ^ { \prime } + f \circ g ^ { \prime } - f ^ { \prime } \circ g ^ { \prime } \| _ { L ^ { \infty } } } \\ & { \qquad \leqslant \| f \circ g - f \circ g ^ { \prime } \| _ { L ^ { \infty } } + \| f \circ g ^ { \prime } - f ^ { \prime } \circ g ^ { \prime } \| _ { L ^ { \infty } } } \\ & { \qquad \leqslant L _ { 1 } \| g - g ^ { \prime } \| _ { L ^ { \infty } } + \| f - f ^ { \prime } \| _ { L ^ { \infty } } } \\ & { \qquad \leqslant ( L _ { 1 } + 1 ) \epsilon . } \end{array} +$$ + +Here, the third inequality follows the Lipschitz property of $f \in { \mathcal { F } }$ . Here, we know that $\mathcal { H }$ is covered by $( L _ { 1 } + 1 ) \epsilon$ -balls with the center $H$ . Since $| H | = | G | \times | F |$ , the result holds. □ + +Now, we have the following entropy bound + +$$ +\begin{array} { r l } & { \log \mathcal { N } ( \epsilon , \mathcal { H } , \| \cdot \| _ { L ^ { \infty } } ) } \\ & { \leqslant \log { \mathcal { N } ( ( 1 + L _ { 1 } ) ^ { - 1 } \epsilon , \mathcal { G } , \| \cdot \| _ { L ^ { \infty } } ) } + \log \mathcal { N } ( ( 1 + L _ { 1 } ) ^ { - 1 } \epsilon , \mathcal { F } , \| \cdot \| _ { L ^ { \infty } } ) } \\ & { \leqslant ( S _ { g } + 1 ) \log ( 2 ( L _ { 1 } + 1 ) \epsilon ^ { - 1 } ( L _ { g } + 1 ) D _ { g } B _ { g } ) } \\ & { \quad + \operatorname* { m i n } \Biggl \{ ( S _ { f } + 1 ) \log ( 2 ( L _ { 1 } + 1 ) \epsilon ^ { - 1 } ( L _ { f } + 1 ) D _ { f } B _ { f } ) , C _ { \kappa } ( 1 + L _ { 1 } ) \epsilon ^ { - \kappa } \Biggr \} } \end{array} +$$ + +with $\begin{array} { r } { D _ { g } : = \prod _ { \ell \in [ L _ { g } + 1 ] } ( D _ { \ell } + 1 ) } \end{array}$ and $\begin{array} { r } { D _ { f } : = \prod _ { \ell \in [ L _ { f } + 1 ] } ( D _ { \ell } + 1 ) } \end{array}$ . Let $\Gamma _ { f } : = 2 ( L _ { f } + 1 ) D _ { f } B _ { f }$ , and $N _ { \epsilon } ( \widetilde { \mathcal { F } } ) : = \log \mathcal { N } ( \epsilon , \widetilde { \mathcal { F } } , \| \cdot \| _ { n } )$ for brevity. Here, we apply Lemma 8 in Schmidt-Hieber (2017) for the entropy bound for $\mathcal { G }$ and $\mathcal { F }$ . Using the entropy bound and Lemma 4, we obtain + +$$ +\begin{array} { r l r } { { 2 \operatorname* { s u p } _ { j \in \mathcal { T } } \big | P _ { n } f - P ^ { * } f \big | } } \\ & { \leqslant 4 \eta + \frac { 1 2 } { n ^ { 1 / 2 } } \int _ { \eta } ^ { \infty } \operatorname* { m i n } \Big \{ N _ { c } ( \widetilde { \mathcal { F } } ) , ( S _ { f } + 1 ) \log ( \Gamma _ { f } \epsilon ^ { - 1 } ) \Big \} ^ { 1 / 2 } d \epsilon } \\ & { } & { + \frac { ( 2 \tau \sigma ^ { 2 } + C _ { \theta } ) ^ { 1 / 2 } } { n ^ { 1 / 2 } } + \frac { \tau C _ { h } ( 2 / 3 + C _ { \theta } ) } { n } } \\ & { \leqslant 4 \eta + \frac { 1 2 } { n ^ { 1 / 2 } } \int _ { \eta } ^ { \infty } N _ { c } ( \widetilde { \mathcal { F } } ) ^ { 1 / 2 } d \epsilon + \frac { 1 2 } { n ^ { 1 / 2 } } ( S _ { f } + 1 ) ^ { 1 / 2 } ( \log ^ { 1 / 2 } \Gamma _ { f } + C _ { \widetilde { \mathcal { F } } } \log ^ { 1 / 2 } C _ { \widetilde { \mathcal { F } } } - \eta \log ^ { 1 / 2 } \eta ) } \\ & { } & { + \frac { ( 2 7 \sigma ^ { 2 } + C _ { \theta } ) ^ { 1 / 2 } } { n ^ { 1 / 2 } } + \frac { \tau C _ { h } ( 2 / 3 + C _ { \theta } ) } { n } } \\ & { \leqslant \Upsilon _ { n } ( \widetilde { \mathcal { F } } ) + \frac { 1 } { n ^ { 1 / 2 } } ( ( S _ { f } + 1 ) ^ { 1 / 2 } A _ { 1 } + A _ { 2 } ) + \frac { A _ { 3 } } { n } , \qquad \mathrm { ~ o ~ } } \end{array} +$$ + +with some $\eta > 0$ , $A _ { 1 } = 1 2 \log ^ { 1 / 2 } \Gamma _ { f } , A _ { 2 } = C _ { \tilde { \pi } } \log ^ { 1 / 2 } C _ { \tilde { \pi } } + ( 2 \tau \sigma ^ { 2 } + C _ { \theta } ) ^ { 1 / 2 }$ , and $A _ { 3 } = \tau C _ { h } ( 2 / 3 +$ $C _ { \theta }$ q. Also, we set $\begin{array} { r } { \Upsilon _ { n } ( \widetilde { \mathcal { F } } ) = 4 \eta + \frac { 1 2 } { n ^ { 1 / 2 } } \int _ { \eta } ^ { C _ { \widetilde { \mathcal { F } } } } N _ { ( L _ { 1 } + 1 ) ^ { - 1 } \epsilon } ( \widetilde { \mathcal { F } } ) ^ { 1 / 2 } d \epsilon } \end{array}$ . Then, we have + +$$ +i i i \leqslant \Upsilon _ { n } ( \widetilde { \mathcal { F } } ) + \frac { 1 } { n ^ { 1 / 2 } } \left( ( S _ { f } + 1 ) ^ { 1 / 2 } A _ { 1 } + A _ { 2 } \right) + \frac { A _ { 3 } } { n } . +$$ + +About $I$ , we define $\Gamma _ { g } : = 2 ( L _ { f } + 1 ) D _ { g } B _ { g }$ and obtain a similar bound as + +$$ +\begin{array} { r l r } & { } & { i \leqslant \Upsilon _ { m } ( \widetilde { \mathcal { F } } ) + \displaystyle \frac { 1 } { m ^ { 1 / 2 } } \left( ( S _ { g } + 1 ) ^ { 1 / 2 } A _ { 1 } ^ { \prime } + A _ { 2 } ^ { \prime } \right) + \displaystyle \frac { A _ { 3 } ^ { \prime } } { m } , } \\ & { } & { A _ { 1 } ^ { \prime } = \smash { 1 2 ( \log ^ { 1 / 2 } \Gamma _ { f } + \log ^ { 1 / 2 } \Gamma _ { g } ) } , A _ { 2 } = C _ { \widetilde { \mathcal { F } } } \log ^ { 1 / 2 } C _ { \widetilde { \mathcal { F } } } + C _ { \mathcal { G } } \log ^ { 1 / 2 } C _ { \mathcal { G } } + 2 ( 2 \tau \sigma ^ { 2 } + C _ { \theta } ) ^ { 1 / 2 } , } \end{array} +$$ + +where and $A _ { 3 } \stackrel { - } { = } 2 \tau C _ { h } ( 2 / 3 + \check { C } _ { \theta } )$ . + +About $\romannumeral 2$ , we evaluate the error from approximation by constructing a specific deep neural network for generators. We apply Lemma 3 and let $\dot { \boldsymbol g } = ( \dot { g } _ { 1 } , . . . , \dot { g } _ { D } )$ be a generator specified in Lemma 3. + +$$ +\begin{array} { r l } & { \mathrm { i } i = P _ { g } \ast f - P _ { g } f } \\ & { = \displaystyle \int \big ( f o { g ^ { \ast } } - f o \bar { g } i \big ) d P _ { Z } } \\ & { \lesssim L \displaystyle \int \big | \displaystyle { g ^ { \ast } } - \bar { g } \big | | d P _ { Z } } \\ & { \lesssim L _ { 1 } \left( \displaystyle \sum _ { i \neq [ D ] } \left\lceil g _ { i } ^ { \ast } ( x ) - \bar { g } _ { d } ( x ) \right\rceil ^ { 2 } d P _ { Z } ( x ) \right) ^ { 1 / 2 } } \\ & { - L _ { 1 } \left( \displaystyle \sum _ { i \neq [ D ] } \| g _ { i } ^ { \ast } - \bar { g } _ { d } \| _ { L ^ { 2 } } ^ { 2 } \right) ^ { 1 / 2 } } \\ & { \lesssim \epsilon _ { g , L } \displaystyle L _ { 1 } D M _ { S } e ^ { \frac { 1 } { g } / D } , } \end{array} +$$ + +which follows $L _ { 1 }$ -Lipschitz continuity of $f$ , the Jensen’s inequality, the Cauchy-Schwartz inequality, compactness of the support $I ^ { D }$ , and uniformity of $P _ { Z }$ . Then, we have + +$$ +\begin{array} { r } { i i \leqslant c _ { 2 } M D S _ { g } ^ { - \beta / D } . } \end{array} +$$ + +Combining the result, we obtain the result of Theorem 1. + +# B.5 PROOF OF PROPOSITION 1 + +When $P$ are globally smooth, we obtain a $\beta$ -smooth density function on $I ^ { D }$ by its definition. Due to the smoothness, the studies for nonparametric statistics (Nadaraya, 1964; Ghosal et al., 2007; Efromovich, 2010; van der Vaart $\&$ van Zanten, 2008; Tsybakov, 2009) guarantees that the methods (KDE,NB,SDE, and GP) obtain the rate $O ( n ^ { - \beta / ( 2 \beta + D ) } )$ with respect to the roof of $L ^ { 2 }$ norm. + +When $P$ have disconnected supports and locally smooth, we consider a following specific $P$ . Fix $M = 2$ . Let us define supports as $S _ { 1 } = \widetilde { S } _ { 1 } = \{ x \in I ^ { D } \mid x _ { 1 } \leqslant 0 . 5 \} \subset I ^ { D }$ and $S _ { 2 } = \bar { S } _ { 2 } = \{ x \in I ^ { D } \mid $ $x _ { 1 } \leqslant 0 . 5 \} \subset I ^ { D }$ . Also, $g _ { 1 } ( z ) = z$ and $g _ { 2 } : \widetilde { S } _ { 2 } S _ { 2 }$ as + +$$ +g _ { 2 } ( z ) = ( g _ { 2 , 1 } ( z _ { 1 } ) , . . . , g _ { 2 , D } ( z _ { D } ) ) ^ { \top } , +$$ + +where $g _ { 2 , 1 } ( z _ { 1 } ) = 0 . 6 + c ( z _ { 1 } - 0 . 5 ) ^ { 1 / 3 }$ and $g _ { 2 , d } ( z _ { d } ) = z _ { d }$ for $d \in [ D ] \backslash \{ 1 \}$ with a constant $c$ . Then, by the proof of Lemma 1, $p _ { 2 } ( x )$ on $S _ { 2 }$ is a quadratic function with respect to $z _ { 1 }$ is 1-times differentiable but not twice-differentiable at the boundary $\{ x \in I ^ { D } \mid x _ { 1 } = 0 . 6 \dot \}$ . Hence, the studies (Nadaraya, 1964; Ghosal et al., 2007; Efromovich, 2010; van der Vaart & van Zanten, 2008; Tsybakov, 2009) provides that the generalization error of the methods is bounded by $O ( n ^ { - \beta / ( 2 \beta + D ) } )$ with $\beta = 1$ . \ No newline at end of file diff --git a/parse/train/B1x5KiCcFX/B1x5KiCcFX_content_list.json b/parse/train/B1x5KiCcFX/B1x5KiCcFX_content_list.json new file mode 100644 index 0000000000000000000000000000000000000000..6ea0e8dddae341b4c1240bcab795dde70b82eeb0 --- /dev/null +++ b/parse/train/B1x5KiCcFX/B1x5KiCcFX_content_list.json @@ -0,0 +1,3223 @@ +[ + { + "type": "text", + "text": "UNDERSTANDING GANS VIA GENERALIZATION ANALYSIS FOR DISCONNECTED SUPPORT ", + "text_level": 1, + "bbox": [ + 176, + 98, + 821, + 146 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Anonymous authors Paper under double-blind review ", + "bbox": [ + 183, + 170, + 398, + 198 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "ABSTRACT ", + "text_level": 1, + "bbox": [ + 454, + 234, + 544, + 251 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "This paper provides theoretical analysis of generative adversarial networks (GANs) to explain its advantages over other standard methods of learning probability measures. GANs learn a probability through observations, using the objective function with a generator and a discriminator. While many empirical results indicate that GANs can generate realistic samples, the reason for such successful performance remains unelucidated. This paper focuses the situation where the target probability measure satisfies the disconnected support property, which means a separate support of a probability, and relates it with the advantage of GANs. It is theoretically shown that, unlike other popular models, GANs do not suffer from the decrease of generalization performance caused by the disconnected support property. We rigorously quantify the generalization performance of GANs of a given architecture, and compare it with the performance of the other models. Based on the theory, we also provide a guideline for selecting deep network architecture for GANs. We demonstrate some numerical examples which support our results. ", + "bbox": [ + 233, + 263, + 764, + 458 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "1 INTRODUCTION ", + "text_level": 1, + "bbox": [ + 178, + 483, + 336, + 498 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Generative Adversarial Networks (GANs) (Goodfellow et al., 2014) attract much attention as technology for learning a distribution and generating data. The purpose of GANs is to learn a probability measure from a given dataset and generate samples from the learned measure. It is often seen that samples generated by GANs can extract effectively features in the real world; it is difficult, for instance, to distinguish real images and generated images. By practical successes, a countless number of variations of GANs have been developed (Dziugaite et al., 2015; Arjovsky et al., 2017; Li et al., 2015; Nowozin et al., 2016; Gulrajani et al., 2017; Zhao et al., 2016), and applied to a wide range of tasks (Reed et al., 2016; Zhu et al., 2017; Gauthier, 2014). ", + "bbox": [ + 174, + 512, + 825, + 625 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Understanding the remarkable performance of GANs is, however, still a challenging problem. There are active discussions on the role of generators in its learning scheme (Goodfellow, 2016; Arjovsky & Bottou, 2017; Arora et al., 2018; Creswell et al., 2018), and adversarial structures with discriminators are also a target of interest (Lotter et al., 2015; Zhang et al., 2018). A gaming structure between generators and discriminators is also regarded as a useful factor in the mechanism of GANs (Mescheder et al., 2017; Arora et al., 2017; Heusel et al., 2017). Generalization performance of GANs has been investigated in several studies (Liang, 2017; Liu et al., 2017; Tolstikhin et al., 2017). In spite of these studies, it is not yet clear why GANs can generate well-extracted data better than other standard methods. ", + "bbox": [ + 174, + 631, + 825, + 756 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "This paper introduces the disconnected support property, and explains an advantage of GANs in connection with this notion. The disconnected support property refers to a probability measures of which the support is divided into several disjoint sets, allowing non-differentiable density on the boundary. The property makes a probability measure be complex, hence it can be an obstacle for standard methods to learn the measure effectively. This property, however, is popularly seen in many real data, especially data with cluster structure, as demonstrated in Section 3. ", + "bbox": [ + 174, + 763, + 825, + 847 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "We investigate in detail the approximation and estimation ability of GANs and some other methods, and provide novel generalization analysis of probability measures with disconnected support. Firstly, we show that the other methods suffer worse generalization performance due to complex structures of disconnected supports (Proposition 1 and Lemma 2). Secondly, our generalization analysis reveals that GANs can learn the probability measure without loss of efficiency under the the disconnected supports (Theorem 1, Corollary 1 and ??). Additionally, we derive a guideline for choosing the number of layers or connections of the generator and discriminator from the generalization analysis. Numerical results support our theoretical findings. ", + "bbox": [ + 174, + 854, + 825, + 924 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "", + "bbox": [ + 176, + 103, + 823, + 146 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "We remark that the disconnected support property is different from the low-dimensional supports studied in Arjovsky & Bottou (2017), where the support of a measure generated by neural networks is disjoint to the measure of observations. In contrast, this paper considers the case in which the support of the observation measure is divided into disjoint subsets. The problem of disconnected supports is complement to the low-dimensionality, hence these two problems can be investigated separately. In this paper, to simplify the discussion, we assume that the support of a probability measure is not low-dimensional. ", + "bbox": [ + 173, + 152, + 825, + 251 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "The contributions of this paper are summarized as follows: ", + "bbox": [ + 174, + 257, + 558, + 272 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "1. We show that GANs perform better than other standard methods of estimating probability measures when the measure satisfies the disconnected support property. \n2. We provide a new generalization error bound under a general formulation of GANs by analyzing an approximation error. The result is thus applicable to a wide range of variations of GANs. \n3. Based on the generalization bound, we provide a theoretical guideline for selecting architectures of generators and discriminators. ", + "bbox": [ + 210, + 284, + 825, + 381 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "All the proofs are given in Supplementary materials. ", + "bbox": [ + 173, + 393, + 516, + 409 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "2 PRELIMINARIES ", + "text_level": 1, + "bbox": [ + 176, + 428, + 339, + 444 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "2.1 NOTATION ", + "text_level": 1, + "bbox": [ + 174, + 459, + 289, + 473 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "We use notations $I : = [ 0 , 1 ]$ . A $j$ -th element of a vector $b$ is denoted by $b _ { j }$ , and $\\begin{array} { r } { \\| b \\| _ { q } : = ( \\sum _ { j } b _ { j } ^ { q } ) ^ { 1 / q } } \\end{array}$ is the $q$ -norm $( q \\in [ 0 , \\infty ] )$ . $\\mathrm { v e c } ( \\cdot )$ is a vectorization operator for matrices. For $z \\in \\mathbb { N } , [ z ] : =$ $\\{ 1 , 2 , \\ldots , z \\}$ is a set of positive integers no more than $z$ . For $\\alpha \\in \\mathbb { R }$ , $\\lfloor \\alpha \\rfloor$ denotes the largest integer which is not larger than ş $\\alpha$ . For a domain $\\Omega$ in a Euclidean space and a function $f : \\Omega \\mathbb { R }$ , $\\Vert f \\Vert _ { L ^ { p } } : = ( \\int _ { \\Omega } | f ( t ) | ^ { p } d t ) ^ { 1 / p }$ denotes the $L ^ { p }$ norm for $p \\in [ 0 , \\infty ]$ . For $f : \\Omega \\to \\mathbb { R } ^ { D }$ with a multidimensional output, $f _ { d }$ denotes a $d$ -th coordinate of $\\boldsymbol { f } ( \\boldsymbol { x } ) = ( f _ { 1 } ( \\boldsymbol { x } ) , . . . , f _ { D } ( \\boldsymbol { x } ) ) ^ { \\top } ,$ . Let $H ^ { \\beta } ( \\Omega )$ be the Hölder space for $\\beta > 0$ such as a set of $\\beta$ -smooth functions $f : \\Omega \\to { \\mathbb { R } }$ , namely, $f$ is $C ^ { \\lfloor \\beta \\rfloor }$ -class and its $\\lfloor \\beta \\rfloor$ -th derivative is $\\beta - \\lfloor \\beta \\rfloor$ -Hölder continuous. $\\otimes$ denotes a tensor product, and $\\bigcirc$ a composition of functions, namely, for functions $f$ and $f ^ { \\prime }$ , $f \\circ f ^ { \\prime } = f ( f ^ { \\prime } ( \\cdot ) )$ . A Borel $\\sigma$ -algebra of $\\Omega$ is denoted as $\\sigma ( \\Omega )$ . For a measurable mapping $f : \\Omega \\to \\Omega ^ { \\prime }$ and $B ^ { \\prime } \\subset \\Omega ^ { \\prime }$ , a pre-image of $f$ is defined as $f ^ { - 1 } ( B ^ { \\prime } ) : = \\{ t \\in \\Omega \\mid B ^ { \\prime } \\ni f ( t ) \\}$ . Let $I _ { \\Omega } : x \\mapsto \\{ 0 , 1 \\}$ be an indicator function such that $\\pmb { I } _ { \\Omega } ( x ) = 1$ if $x \\in \\Omega$ , and $\\pmb { I } _ { \\Omega } ( x ) = 0$ otherwise. ", + "bbox": [ + 173, + 484, + 826, + 660 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "2.2 GENERAL FRAMEWORK OF GANS ", + "text_level": 1, + "bbox": [ + 176, + 676, + 452, + 691 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "We provide a general formulation of a learning problem with generative adversarial networks $( G A N s )$ following Liu et al. (2017). In this paper, we consider a probability measure $P ^ { * }$ on a measurable space $( I ^ { \\breve { D } } , \\Sigma )$ with a dimensionality $D \\in \\mathbb { N }$ and $\\Sigma : = \\sigma ( I ^ { \\hat { D } } )$ . Here, we set $D \\geqslant 3$ . Suppose we have a set of $n$ observations ř ${ \\mathcal { D } } : = \\{ X _ { 1 } , . . . , X _ { n } \\}$ which is independently and identically generated from $P ^ { * }$ . Let $\\begin{array} { r } { P _ { n } : = \\frac { 1 } { n } \\sum _ { i \\in [ n ] } \\delta _ { X _ { i } } } \\end{array}$ be an empirical measure where $\\delta _ { x }$ is the Dirac measure at $x$ . ", + "bbox": [ + 174, + 703, + 825, + 775 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "The goal of generative networks is to estimate $P ^ { * }$ from $\\mathcal { D }$ . To this end, we construct a probability measure by generators. Let $P _ { Z }$ be the uniform distribution on $( I ^ { D } , \\Sigma )$ . For a measurable mapping $g : I ^ { D } \\to { \\bf \\check { \\cal I } } ^ { \\check { D } }$ , we define $P _ { g }$ as the pushforward measure: i.e., $\\begin{array} { r } { P _ { g } ( B ) = P _ { Z } ( g ^ { - 1 } ( B ) ) } \\end{array}$ for $B \\in \\Sigma$ . We call $g$ as a generator and use $\\mathcal { G }$ for a set of generators. ", + "bbox": [ + 174, + 781, + 825, + 839 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "GANs employ a learning scheme with a metric with discriminators (Goodfellow et al., 2014). Let $\\mathcal { F } = \\{ f : \\mathbf { \\bar { \\chi } } _ { I } D ^ { \\bullet } \\mathbb { R } \\}$ be a a set of discriminators. This paper considers a general metric for GANs (Liu et al., 2017), ", + "bbox": [ + 174, + 845, + 825, + 887 + ], + "page_idx": 1 + }, + { + "type": "equation", + "img_path": "images/244cc3b646fd5ce25bfd87530f5bce0261ab7fa6e0a4061047d9305688e29ce1.jpg", + "text": "$$\nd _ { \\mathcal { F } } ( P , P ^ { \\prime } ) : = \\operatorname* { s u p } _ { f \\in \\mathcal { F } } \\mathbb { E } _ { X \\sim P } [ f ( X ) ] - \\mathbb { E } _ { X \\sim P ^ { \\prime } } [ f ( X ) ] ,\n$$", + "text_format": "latex", + "bbox": [ + 330, + 893, + 666, + 921 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "between probability measures $P$ and $P ^ { \\prime }$ . ", + "bbox": [ + 174, + 103, + 439, + 118 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "For the learning process, we generate $m$ noise samples $\\widetilde { Z } _ { 1 } , . . . , \\widetilde { Z } _ { m }$ from $P _ { Z }$ and obtain generated samples as $\\tilde { X } _ { j } : = g ( \\tilde { Z } _ { j } )$ with $g \\in { \\mathcal { G } }$ for $j \\in [ m ]$ . Let $\\begin{array} { r } { P _ { g , m } : = \\frac { 1 } { m } \\sum _ { j \\in [ m ] } \\delta _ { \\widetilde { X } _ { j } } } \\end{array}$ denote the sampling measure. GANs construct an estimator $P _ { \\hat { g } }$ for $P ^ { * }$ by learning $\\widehat g$ with the following optimization problem ", + "bbox": [ + 173, + 125, + 825, + 190 + ], + "page_idx": 2 + }, + { + "type": "equation", + "img_path": "images/2889892051aaebf92d10f96d4f4372712eacc49eecc36b7f3b6d573c8e5c6f31.jpg", + "text": "$$\n{ \\widehat { g } } \\in \\mathop { \\mathrm { a r g m i n } } _ { g \\in { \\mathcal { G } } } d _ { { \\mathcal { F } } } \\left( P _ { n } , P _ { g , m } \\right) .\n$$", + "text_format": "latex", + "bbox": [ + 405, + 195, + 591, + 222 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "The metric (1) covers a wide variety of GANs by selecting $\\mathcal { F }$ . Among others, the original GAN (Goodfellow et al., 2014) is realized if $\\mathcal { F }$ contains a logarithm of density ratio; Wasserstein-GAN (Arjovsky et al., 2017), MMD-GAN (Dziugaite et al., 2015; Li et al., 2017) and Energy-Based GAN (Zhao et al., 2016) are given if $\\mathcal { F }$ is the set of 1-Lipschitz functions, a reproducing kernel Hilbert space, and the bounded continuous functions, respectively. The $f$ -GAN (Nowozin et al., 2016) also belongs to this class. ", + "bbox": [ + 173, + 234, + 825, + 319 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "We assume that $\\mathcal { F }$ is large enough to contain functions which can work as a discriminator, namely, we assume that the following holds: ", + "bbox": [ + 173, + 325, + 825, + 354 + ], + "page_idx": 2 + }, + { + "type": "equation", + "img_path": "images/748c55c4048b7427fe6cec25a9587408d3de30c99ffcffff84626d6cab0055bc.jpg", + "text": "$$\nd _ { \\mathcal { F } } ( P , P ^ { \\prime } ) = 0 \\Leftrightarrow P = P ^ { \\prime } .\n$$", + "text_format": "latex", + "bbox": [ + 406, + 359, + 591, + 377 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "A sufficient condition for (3) is investigated in Zhang et al. (2018). ", + "bbox": [ + 173, + 382, + 611, + 398 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "2.3 DEEP NEURAL NETWORKS FOR GENERATORS AND DISCRIMINATORS ", + "text_level": 1, + "bbox": [ + 174, + 414, + 694, + 429 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "In the schemes of GANs, $\\mathcal { F }$ and $\\mathcal { G }$ are realized by deep neural networks (DNNs). For further discussion, we formulate the function class given by DNNs. ", + "bbox": [ + 171, + 439, + 825, + 469 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "Let $L \\in \\mathbb { N }$ be a number of layers in DNNs, and $D _ { \\ell } ^ { \\prime } \\in \\mathbb { N }$ be a dimensionality of variables in an $\\ell \\cdot$ -th layer for $\\ell \\in \\left[ L + 1 \\right]$ . Here, we set $D _ { L + 1 } ^ { \\prime } = D$ for generators and $D _ { L + 1 } ^ { \\prime } = \\mathrm { \\bar { 1 } }$ for discriminators. We introduce $A _ { \\ell } \\in \\mathbb { R } ^ { D _ { \\ell + 1 } ^ { \\prime } \\times D _ { \\ell } ^ { \\prime } }$ and $b _ { \\ell } \\in \\mathbb { R } ^ { D _ { \\ell } ^ { \\prime } }$ as matrix and vector parametersof the $\\ell$ -th layer. An architecture $\\Theta$ of DNNs is defined as a set of $L$ pairs of $\\left( A _ { \\ell } , b _ { \\ell } \\right)$ as $\\bar { \\Theta : = ( ( A _ { 1 } , b _ { 1 } ) , . . . , ( A _ { L } , \\bar { b } _ { L } ) ) }$ . We define notations for $\\Theta$ as follow: $| \\Theta | : = L$ as the number of layers, $\\begin{array} { r } { \\| \\Theta \\| _ { 0 } : = \\sum _ { \\ell \\in [ L ] } \\| \\operatorname { v e c } ( A _ { \\ell } ) \\| _ { 0 } + \\| b _ { \\ell } \\| _ { 0 } } \\end{array}$ as the number of non-zero elements in $\\Theta$ , and $\\begin{array} { r } { \\| \\Theta \\| _ { \\infty } : = \\operatorname* { m a x } \\{ \\operatorname* { m a x } _ { \\ell \\in [ L ] } \\| \\mathrm { v e c } ( \\mathring { A } _ { \\ell } ) \\| _ { \\infty } , \\operatorname* { m a x } _ { \\ell \\in [ L ] } \\| b _ { \\ell } \\| _ { \\infty } \\} } \\end{array}$ be the scale of parameters in $\\Theta$ . We employ the ReLU activation function $\\eta : \\mathbb { R } ^ { D ^ { \\prime } } \\to \\mathbb { R } ^ { D ^ { \\prime } }$ for each $D ^ { \\prime } \\in \\mathbb { N }$ such as $\\eta ( x ) = ( \\operatorname* { m a x } \\{ x _ { d } , 0 \\} ) _ { d \\in [ D ^ { \\prime } ] }$ . ", + "bbox": [ + 173, + 474, + 826, + 601 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "We define functions of DNNs with an architecture $\\Theta$ as $\\xi [ \\Theta ] : \\mathbb { R } ^ { D ^ { \\prime } } \\mathbb { R } ^ { D ^ { \\prime \\prime } }$ by ", + "bbox": [ + 174, + 607, + 691, + 623 + ], + "page_idx": 2 + }, + { + "type": "equation", + "img_path": "images/c1bff21106541b56e28f7e91281647e125e485cb28a99d1e4cd96af35c7c9245.jpg", + "text": "$$\n\\xi [ \\Theta ] ( x ) = x ^ { ( L + 1 ) } , x ^ { ( 1 ) } : = x , x ^ { ( \\ell + 1 ) } : = \\eta ( A _ { \\ell } x ^ { ( \\ell ) } + b _ { \\ell } ) , \\mathrm { f o r } \\ell \\in [ L ] .\n$$", + "text_format": "latex", + "bbox": [ + 264, + 630, + 730, + 648 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "The function class of DNNs is thus given by ", + "bbox": [ + 176, + 654, + 465, + 670 + ], + "page_idx": 2 + }, + { + "type": "equation", + "img_path": "images/f418b78952b41d50b1e3e5bd160ee7d100699572e4b4dfb1a600a4cac20d581f.jpg", + "text": "$$\n\\Xi ( S , B , L ) : = \\Big \\{ \\xi [ \\Theta ] : I ^ { D } \\to \\mathbb { R } \\ | \\ \\| \\Theta \\| _ { 0 } \\leqslant S , \\| \\Theta \\| _ { \\infty } \\leqslant B , | \\Theta | \\leqslant L \\Big \\} ,\n$$", + "text_format": "latex", + "bbox": [ + 272, + 674, + 722, + 702 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "where $S \\in \\mathbb { N } , B > 0$ , and $L \\in \\mathbb { N }$ are hyper-parameters. Here, $S$ bounds the number of non-zero parameters of DNNs, namely, it controls the sparseness of DNNs. $B$ is a bound for scales of parameters. ", + "bbox": [ + 174, + 707, + 825, + 750 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "3 DISCONNECTED SUPPORT PROPERTY", + "text_level": 1, + "bbox": [ + 174, + 768, + 514, + 785 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "3.1 INTRODUCTION AND EXAMPLE ", + "text_level": 1, + "bbox": [ + 176, + 800, + 431, + 814 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "It is often observed that data in real world data the support of its probability measure may not be connected but a union of disjoint subsets. This is typical if the data has cluster structures, as seen in many data sets for classification tasks. Moreover, the density function of the probability measure may not be smooth at a boundary of the support. Figures 1 (MNIST, (LeCun et al., 1998)) and 2 (Shelter Animal, Center) illustrate such examples in the real world. They are projected onto a 2-dimensional Euclidean space by t-SNE (Maaten & Hinton, 2008) so that they preserve the original distance structure among points. We can see that both of the data are concentrated on several disjoint subsets and there are a clear gap or empty regions between some of the subsets. This observation suggests that the disconnected property of probability measures should be addressed in discussing estimation of probability measures, while standard analysis does not consider this phenomenon. In fact, this paper will show that the disconnected supports property has an important role in showing an advantage of GANs over standard estimation methods. ", + "bbox": [ + 173, + 825, + 825, + 924 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "", + "bbox": [ + 174, + 103, + 825, + 174 + ], + "page_idx": 3 + }, + { + "type": "image", + "img_path": "images/fe32edfd04a7a392e42a9668e55374015bbdbbcd473787ac6a8e24e86e9e385a.jpg", + "image_caption": [ + "Figure 1: Plot of the MNIST data. " + ], + "image_footnote": [], + "bbox": [ + 232, + 204, + 470, + 332 + ], + "page_idx": 3 + }, + { + "type": "image", + "img_path": "images/9e1bdfe866576746ea80f727f2a4ff3e3c05341c6ba33fc8c5e775ffcb4bc9c3.jpg", + "image_caption": [ + "Figure 2: Plot of the animal data. " + ], + "image_footnote": [], + "bbox": [ + 522, + 207, + 763, + 330 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "3.2 MATHEMATICAL FORMULATION OF DISCONNECTED SUPPORTS ", + "text_level": 1, + "bbox": [ + 176, + 401, + 648, + 415 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "Here we make a rigorous definition of disconnected supports. The property of smoothness (i.e. differentiability) is involved, which is a key factor to analyze generalization performance in the fields of the statistics (Stone, 1982; Tsybakov, 2009); Stone (1982) shows, for instance, that smoothness and a dimension of data are sufficient to characterize an optimal convergence of generalization errors. ", + "bbox": [ + 173, + 426, + 828, + 483 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "We first prepare a family of subsets as a component in the disconnected supports: ", + "bbox": [ + 176, + 489, + 705, + 505 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "$\\begin{array} { r } { S _ { \\alpha , J } : = \\left\\{ S \\subset I ^ { D } \\ \\right| } \\end{array}$ A boundary of $S$ is $J$ combination of $\\alpha$ -smooth hyper surfaces . ", + "bbox": [ + 194, + 511, + 774, + 527 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "The supplementary material will provide a more rigorous definition. ", + "bbox": [ + 174, + 532, + 619, + 547 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "Now, we define the disconnected support property of probability measures as well as a probability measure with global support, i.e., with no the disconnected support property. Let $\\operatorname { S u p p } ( P )$ be the support of $P$ ., i.e, ${ \\dot { \\operatorname { S u p p } } } ( P ) : = \\{ x \\in I ^ { D } \\mid P ( V _ { x } ) > 0$ for all open neighborhood $V _ { x }$ of $x \\}$ Hereafter, $M \\geqslant 2$ is the number of disjoint components of a support. ", + "bbox": [ + 174, + 554, + 825, + 611 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "Definition 1. (Disconnected Supports / Global Support) \nLet $M \\geqslant 2$ . A probability measure $P$ on $( I ^ { D } , \\bar { \\Sigma } )$ has $M$ disconnected supports, if there exist \nnonempty disjoint sets ${ \\cal S } _ { 1 } , . . . , { \\cal S } _ { M } \\in { \\cal S } _ { \\alpha , J }$ such that ", + "bbox": [ + 173, + 613, + 826, + 656 + ], + "page_idx": 3 + }, + { + "type": "equation", + "img_path": "images/d49ac0ba410889d90988a4f12f3a2458848edb0bb875626527da7747e70f70f3.jpg", + "text": "$$\n\\operatorname { S u p p } ( P ) = \\bigcup _ { m \\in [ M ] } S _ { m } .\n$$", + "text_format": "latex", + "bbox": [ + 419, + 661, + 578, + 696 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "A probability measure $P$ on $( I ^ { D } , \\Sigma )$ has a global support, if $\\operatorname { S u p p } ( P ) = I ^ { D }$ . ", + "bbox": [ + 173, + 702, + 681, + 719 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "Figure 3 illustrates the disconnected support property. ", + "bbox": [ + 176, + 728, + 526, + 744 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "We next formulate a notion of smoothness for $P$ with disconnected supports. Let $\\beta \\geqslant 1$ be a parameter for a degree of smoothness of $P$ . ", + "bbox": [ + 174, + 750, + 825, + 779 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "Definition 2. (Local Smoothness) ", + "bbox": [ + 174, + 782, + 400, + 796 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "A probability measure $P$ with $M$ disconnected support is locally $\\beta$ -smooth, if there exist $M$ pairs $( \\widetilde { S } _ { m } , S _ { m } ) \\in \\mathrm { ~ \\cal { S } ~ } _ { 2 \\beta , J } \\times S _ { 2 \\beta , J }$ and $\\beta + 1$ -smooth bijective measurable maps $\\gamma _ { m } : \\widetilde { S } _ { m } S _ { m }$ as ", + "bbox": [ + 173, + 796, + 825, + 828 + ], + "page_idx": 3 + }, + { + "type": "equation", + "img_path": "images/e19e218c7e6abdd12d08ca3642dcd8a2421289fe3137a9961e593a6121f77109.jpg", + "text": "$$\nP ( B ) = P _ { Z } ( \\gamma _ { m } ^ { - 1 } ( B ) ) , \\forall B \\in \\sigma ( S _ { m } ) ,\n$$", + "text_format": "latex", + "bbox": [ + 375, + 833, + 620, + 852 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "for $m \\in [ M ]$ ", + "bbox": [ + 173, + 854, + 264, + 871 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "This definition of local smoothness says that a probability measure $P$ with disconnected supports can be generated by sufficiently smooth mappings $\\gamma _ { m }$ . It is used for considering a smooth density function of $P$ restricted on $S _ { m }$ . ", + "bbox": [ + 174, + 881, + 823, + 924 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "Lemma 1. (Locally Smooth Density Functions) \nIf a probability measure $P$ with $M$ disconnected support is locally $\\beta$ -smooth, then there exists a \nfunction $p _ { m } : S _ { m } \\to \\mathbb { R } _ { + }$ such that ", + "bbox": [ + 173, + 103, + 825, + 146 + ], + "page_idx": 4 + }, + { + "type": "equation", + "img_path": "images/b4a21b019ccbff3e9458c9cfc3e1e5df6feff71e8912130595a22ac9d678e394.jpg", + "text": "$$\nP ( B ) = \\int _ { B } p _ { m } ( x ) d \\lambda , B \\in \\sigma ( S _ { m } ) ,\n$$", + "text_format": "latex", + "bbox": [ + 382, + 154, + 614, + 188 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "where $\\lambda$ is the Lebesgue measure, and $p _ { m }$ is $\\beta$ -smooth for all $m \\in [ M ]$ . ", + "bbox": [ + 174, + 195, + 643, + 210 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "We call $p _ { m }$ as a local density function. ", + "bbox": [ + 174, + 222, + 426, + 237 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "Note that, since Ť $P$ with disconnected supports is not absolutely continuous to the Lebesgue measure on $\\textstyle I ^ { D } \\backslash \\bigcup _ { m \\in [ M ] } S _ { m }$ , an ordinary density function cannot be defined. Instead, a localized version of density functions for each $S _ { m }$ is introduced, which is guaranteed by the local smoothness. ", + "bbox": [ + 173, + 243, + 826, + 289 + ], + "page_idx": 4 + }, + { + "type": "image", + "img_path": "images/c3dfa9a97b096a21af5f6a1718c1eb7930b940550b40573c085a60e6e567de44.jpg", + "image_caption": [ + "Figure 3: Illustration of a probability measure $P$ with a disconnected support. $\\operatorname { S u p p } ( P )$ is a union of two disjoint sets $S _ { 1 }$ and $S _ { 2 }$ . " + ], + "image_footnote": [], + "bbox": [ + 245, + 321, + 444, + 435 + ], + "page_idx": 4 + }, + { + "type": "image", + "img_path": "images/cfd77cfd712870f7426ee318b45107ce716b4b22206e74bddb9e99ccc7ae3428.jpg", + "image_caption": [ + "Figure 4: Illustration of a generator $g$ . To represent discontinuous $S _ { 1 }$ and $S _ { 2 }$ , $g$ should be discontinuous. " + ], + "image_footnote": [], + "bbox": [ + 547, + 324, + 753, + 436 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "3.3 DIFFICULTY WITH DISCONNECTED SUPPORTS ", + "text_level": 1, + "bbox": [ + 174, + 537, + 532, + 551 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "As shown in this subsection, the generalization performance of many standard estimation methods is worsened with disconnected supports. We consider popular nonparametric methods, for which the generalization performance is well-studied in the asymptotics of the observation size $n$ . The considered methods are the kernel density estimator (KDE) (Nadaraya, 1964), the nonparametric Bayes (NB) by the Dirichlet mixtures of normal distributions (Ferguson, 1973), the series density estimator (SDE) (Efromovich et al., 2008; Efromovich, 2010) and the density estimator with Gaussian process (GP) (Leonard, 1978). Bounds of the generalization errors for these methods are already known (Tsybakov, 2009; Ghosal et al., 2007; van der Vaart $\\&$ van Zanten, 2008), and they are optimal in the minimax sense. Here, their performance is evaluated with respect to a root of an expected squared loss with respect to the $L ^ { 2 }$ -norm, namely, $d _ { 2 } ( P , P ^ { \\prime } ) : = \\mathbb { E } [ \\| p - p ^ { \\prime } \\| _ { L ^ { 2 } } ^ { 2 } ] ^ { 1 / 2 }$ where $p$ and $p ^ { \\prime }$ are densities for $P$ and $P ^ { \\prime }$ . ", + "bbox": [ + 173, + 564, + 825, + 719 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "We show the deterioration of their performance by the disconnected support property. Let $\\hat { P }$ be an estimator for $P ^ { * }$ by KDE, NB, SDE, or GP. If $P ^ { * }$ has a global support and a $\\beta$ -smooth density, the existing studies (Tsybakov, 2009; Ghosal et al., 2007; van der Vaart $\\&$ van Zanten, 2008) show that ", + "bbox": [ + 173, + 724, + 825, + 768 + ], + "page_idx": 4 + }, + { + "type": "equation", + "img_path": "images/0c52694113ff095830b769476fa4a6696c17d1d7b569dace3312c727f13a10cf.jpg", + "text": "$$\nd _ { 2 } ( P ^ { * } , \\widehat { P } ) = O \\left( n ^ { - \\beta / ( 2 \\beta + D ) } \\right) .\n$$", + "text_format": "latex", + "bbox": [ + 390, + 775, + 607, + 803 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "These bounds are sufficiently tight, since these bounds corresponds to an optimal rate (Stone, 1982), and the performance of the methods can be improved as the density for $P ^ { * }$ is smoother (larger $\\beta$ ). ", + "bbox": [ + 173, + 809, + 825, + 839 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "On the other hand, we consider a case in which $P ^ { * }$ has the disconnected support property. ", + "bbox": [ + 174, + 844, + 764, + 861 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "Proposition 1. (Deterioration of other standard methods) There exists $P ^ { * }$ of the disconnected support property and locally $\\beta$ -smooth such that ", + "bbox": [ + 173, + 864, + 728, + 893 + ], + "page_idx": 4 + }, + { + "type": "equation", + "img_path": "images/b9730f5b9fd0d563aeb76358ab989af6dc4cf556065c4cfb43470574c4e23436.jpg", + "text": "$$\nd _ { 2 } ( P ^ { * } , \\widehat { P } ) = { \\cal O } \\left( n ^ { - 1 / ( 2 + D ) } \\right) .\n$$", + "text_format": "latex", + "bbox": [ + 395, + 901, + 602, + 928 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "When $P ^ { * }$ has disconnected supports, the errors are worse than those for the global support, independent of $\\beta$ . This worse generalization error can be understood by the non-smoothness or discontinuity of the density functions on the boundaries of the disconnected sets (see Figure 3). ", + "bbox": [ + 173, + 103, + 823, + 146 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "We next discuss other generative models for estimating a probability measure. To the best of our knowledge, other probabilistic generative methods (Koller et al., 2009) and the variational autoencoder (Kingma & Welling, 2013), their statistical generalization property is not well investigated. Here we provide a property of generators for probability measures with disconnected supports. ", + "bbox": [ + 174, + 152, + 826, + 209 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Lemma 2. (Discontinuous Generators for Disconnected Supports) \nIf $P ^ { * }$ has disconnected supports and $P ^ { * } = P _ { g ^ { * } }$ with a generator $g ^ { * }$ , then $g ^ { * }$ is not uniformly continuous. ", + "bbox": [ + 173, + 213, + 825, + 255 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Lemma 2 states that a generator must be discontinuous to construct a probability measure with disconnected support sets. Intuitively, to make $P _ { g ^ { * } } ( B ) = 0$ for $B \\in I ^ { D }$ with $\\lambda ( B ) > 0$ , the slope of $g ^ { * }$ at $z \\in I ^ { D }$ should be close to infinite for $z \\in g ^ { * , - 1 } ( B )$ , hence $g ^ { * }$ cannot be uniformly continuous (see Figure 4). Because of the discontinuity, generative models with smooth functions, such as an adversarial generative model with kernel generators (Sinn & Rawat, 2018), cannot work well with disconnected supports. ", + "bbox": [ + 173, + 265, + 825, + 352 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "4 GENERALIZATION BY GANS ", + "text_level": 1, + "bbox": [ + 176, + 371, + 444, + 388 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "We provide generalization analysis for GANs for probability measures with and without disconnected supports. For the purpose, we employ a metric $d _ { \\mathcal { F } }$ with properly selected discriminators $\\mathcal { F }$ and evaluate the generalization error $d _ { \\mathcal { F } } ( P ^ { \\ast } , P _ { \\hat { g } } )$ with respect to an observation size $n$ and a sampling size $m$ . We assume $\\mathcal { F }$ is realized by DNNs as $\\mathcal { F } = \\Xi ( S _ { f } , B _ { f } , L _ { f } ) \\cap \\widetilde { \\mathcal { F } }$ with parameters $S _ { f } , B _ { f } , L _ { f }$ , where $\\tilde { \\mathcal { F } }$ is a specified functional class; for an example, $\\tilde { \\mathcal { F } }$ is 1-Lipschitz functions for WassersteinGAN. Here, we consider settings that all $f \\in { \\mathcal { F } }$ are $L _ { 1 }$ -Lipschitz continuous and $\\| f \\| _ { L ^ { \\infty } } \\leqslant B _ { F }$ with constants $L _ { 1 } , B _ { F } > 0 .$ Generators are also constructed by DNNs as $\\mathcal { G } = \\Xi ( S _ { g } , B _ { g } , L _ { g } )$ with parameters $S _ { g } , B _ { g } , L _ { g }$ . ", + "bbox": [ + 173, + 402, + 826, + 523 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "A standard line of discussing generalization, we should consider statistical errors and approximation errors. We define a measure of the complexity of $\\mathcal { F }$ ", + "bbox": [ + 173, + 527, + 825, + 556 + ], + "page_idx": 5 + }, + { + "type": "equation", + "img_path": "images/f0f88abbaefa9738a0a29630202f8f301c05bb4e4e4f420ebdcc285caa321e65.jpg", + "text": "$$\n\\Upsilon _ { n } ( \\mathcal { F } ) : = \\operatorname* { i n f } _ { \\eta > 0 } 4 \\eta + 1 2 n ^ { - 1 / 2 } \\int _ { \\eta } ^ { c } \\log \\mathcal { N } ( ( L _ { 1 } + 1 ) ^ { - 1 } \\epsilon , \\mathcal { F } , \\| \\cdot \\| _ { n } ) ^ { 1 / 2 } d \\epsilon ,\n$$", + "text_format": "latex", + "bbox": [ + 269, + 561, + 725, + 597 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "where $c > 0$ is a constant depends on $\\mathcal { F }$ and $\\mathcal { N } ( \\epsilon , \\tilde { \\mathcal { F } } , \\| \\cdot \\| )$ is a covering number of $\\tilde { \\mathcal { F } }$ with respect to an empirical norm $\\| \\cdot \\|$ . We note that $\\Upsilon _ { n } ( \\mathcal { F } )$ bounds an expectation of the Rademacher complexity as ", + "bbox": [ + 173, + 603, + 823, + 635 + ], + "page_idx": 5 + }, + { + "type": "equation", + "img_path": "images/e8004170a92a32429e0f943a2b2340f2c2b08e56351771bb26df4b194635a501.jpg", + "text": "$$\n\\Upsilon _ { n } ( \\mathcal { F } ) \\geqslant \\mathbb { E } \\left[ \\operatorname* { s u p } _ { f \\in \\mathcal { F } } \\frac { 1 } { n } \\left| \\sum _ { i \\in [ n ] } \\tau _ { i } f ( X _ { i } ) \\right| \\right] ,\n$$", + "text_format": "latex", + "bbox": [ + 369, + 638, + 625, + 690 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "where $\\tau _ { i }$ is the i.i.d. Rademacher random variables; $\\operatorname* { P r } ( \\tau _ { i } = 1 ) = \\operatorname* { P r } ( \\tau _ { i } = 1 ) = 1 / 2$ , and the expectation is about $X _ { i }$ and $\\tau _ { i }$ . Using the statistics and learning theory van der Vaart & Wellner (1996); Bartlett et al. (2005), we can apply a bound for $\\Upsilon _ { n } ( \\mathcal { F } )$ as ", + "bbox": [ + 173, + 694, + 825, + 737 + ], + "page_idx": 5 + }, + { + "type": "equation", + "img_path": "images/9bf9edf5e6753d43f6d5c96ac98ecd3bcea8f5845a0a611ab96d3d97575558b2.jpg", + "text": "$$\n\\Upsilon _ { n } ( \\mathcal { F } ) \\leqslant C _ { \\mathcal { F } } n ^ { - 1 / \\kappa } ,\n$$", + "text_format": "latex", + "bbox": [ + 428, + 742, + 568, + 762 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "with some constants $C _ { \\mathcal { F } } > 0$ and $\\kappa \\geqslant 2$ . ", + "bbox": [ + 174, + 767, + 439, + 781 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Regarding approximation errors, we need to consider approximation of a discontinuous function; \nsince Lemma 2 shows that a discontinuous generator is necessary to represent disconnected supports. \nTo approximate such generators, DNNs in GANs has an advantage. ", + "bbox": [ + 174, + 789, + 826, + 830 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Lemma 3. (Approximation for Discontinuous $g$ by DNNs) Suppose $P ^ { * }$ has $M$ disconnected supports and locally $\\beta$ -smooth, and also $P ^ { * } = P _ { g ^ { * } }$ holds with some $g ^ { * }$ . Then, for any $S _ { g }$ , there exist $\\mathcal { G }$ , ${ \\dot { g } } \\in { \\mathcal { G } }$ , and a constant $c _ { g } = c _ { g } ( B _ { g } , L _ { g } ) > 0$ such that ", + "bbox": [ + 173, + 834, + 825, + 878 + ], + "page_idx": 5 + }, + { + "type": "equation", + "img_path": "images/437207fb9e38c506a61f082a97c240114373981539eedb3ef9cea0172d2b0c65.jpg", + "text": "$$\n\\lVert \\dot { \\boldsymbol g } _ { d } - \\boldsymbol g _ { d } ^ { * } \\rVert _ { L ^ { 2 } } \\leqslant c _ { g } M S _ { g } ^ { - \\beta / D } , \\forall d \\in [ D ] .\n$$", + "text_format": "latex", + "bbox": [ + 367, + 883, + 630, + 904 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Furthermore, if $P ^ { * } = P _ { g ^ { * } }$ has a global support and it is $\\beta$ -smooth, (4) holds with $M = 1$ ", + "bbox": [ + 169, + 909, + 763, + 925 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Lemma 3 shows that $\\mathcal { G }$ for GANs can approximate $g ^ { * }$ for disconnected supports with the rate $\\left( - \\beta / D \\right)$ by $S _ { g }$ , and the rate is same in the case of global support. This implies an advantage of GANs in comparison with the other standard methods (Proposition 1). ", + "bbox": [ + 174, + 103, + 826, + 146 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "Based on Lemma 3, we obtain the main theorem for generalization analysis. ", + "bbox": [ + 173, + 152, + 673, + 167 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "Theorem 1. (Generalization of GANs) Suppose that $P ^ { * }$ has $M$ disconnected supports and locally $\\beta$ -smooth, and we have n observations and m samplings. Then, with $\\mathcal { F }$ , an existing $\\mathcal { G }$ , an estimator $P _ { \\hat { g } }$ by (2), and finite constants $c _ { 1 } =$ $c _ { 1 } ( L _ { f } , B _ { f } , L _ { g } , B _ { g } ) , c _ { 2 } , c _ { 3 } = c _ { 3 } ( L _ { f } , B _ { f } ) > 0$ , the following inequality holds with high probability, ", + "bbox": [ + 174, + 170, + 823, + 228 + ], + "page_idx": 6 + }, + { + "type": "equation", + "img_path": "images/55f6ba0c10d1b2920d2f98ec941c4c93f252d262de471fecb5cc785a79409abf.jpg", + "text": "$$\nd _ { \\mathcal { F } } \\big ( P ^ { * } , P _ { \\widehat { g } } \\big ) \\leqslant \\underbrace { \\Upsilon _ { m } ( \\widetilde { \\mathcal { F } } ) + c _ { 1 } \\frac { \\sqrt { S _ { g } } + \\sqrt { S _ { f } } } { \\sqrt { m } } } _ { = : I } + \\underbrace { c _ { 2 } M D S _ { g } ^ { - \\beta / D } } _ { = : I I } + \\underbrace { \\Upsilon _ { n } ( \\widetilde { \\mathcal { F } } ) + c _ { 3 } \\sqrt { \\frac { S _ { f } } { n } } } _ { = : I I I } .\n$$", + "text_format": "latex", + "bbox": [ + 230, + 231, + 766, + 286 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "Furthermore, $i f P ^ { * }$ has a global support and it is $\\beta$ -smooth, (5) holds with $M = 1$ ", + "bbox": [ + 173, + 290, + 715, + 306 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "Each of the terms $I , I I$ and $I I I$ has the following role: $I$ bounds an error by the $m$ samplings, $I I$ bounds an error from approximation by $\\mathcal { G }$ , and $I I I$ bounds an error by $n$ observations. ", + "bbox": [ + 171, + 315, + 821, + 344 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "Proof Outline: By the definition of $P _ { \\hat { g } }$ in (2) and standard calculation, we obtain the inequality ", + "bbox": [ + 176, + 351, + 797, + 366 + ], + "page_idx": 6 + }, + { + "type": "equation", + "img_path": "images/93deb4439d4b2492a38423a6f0889a0166b5890088440a7df3df0970d525765a.jpg", + "text": "$$\nd _ { \\mathcal { F } } ( P ^ { * } , P _ { \\hat { g } } ) \\leqslant \\underbrace { 2 \\operatorname* { s u p } _ { g \\in \\mathcal { G } } \\operatorname* { s u p } _ { f \\in \\mathcal { F } } \\big | \\mathbb { E } _ { P _ { g , m } } [ f ( X ) ] - \\mathbb { E } _ { P _ { g } } [ f ( X ) ] \\big | } _ { = : i } + \\underbrace { \\operatorname* { i n f } _ { g \\in \\mathcal { G } } d _ { \\mathcal { F } } ( P _ { g } , P ^ { * } ) } _ { = : i i } + \\underbrace { 2 d _ { \\mathcal { F } } ( P _ { n } , P _ { 0 } ) } _ { = : i i i } .\n$$", + "text_format": "latex", + "bbox": [ + 199, + 371, + 799, + 417 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "To obtain $i \\leqslant I$ and $i i i \\leqslant I I I$ , we apply an empirical process technique (van der Vaart & Wellner, 1996), especially convergence of integral probability measures (Sriperumbudur et al., 2012) and the entropy control technique (Lemma 4 and 5 in the supplementary material). To show $i i \\leqslant I I$ , we employ recent results on approximation ability of DNNs (Yarotsky, 2017; Petersen & Voigtlaender, 2017; Imaizumi & Fukumizu, 2018) and obtain an approximation bound for $d _ { \\mathcal { F } } ( P _ { g } , P ^ { * } )$ (Lemma 3). Combining these results, we obtain the statement of Theorem 1. □ ", + "bbox": [ + 173, + 421, + 826, + 506 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "Theorem 1 provides two trade-off relations with respect to $S _ { g }$ and $S _ { f }$ . The generator class $\\mathcal { G }$ controls uncertainty by sampling and the approximation error, while $S _ { f }$ controls uncertainty of observations and discrimination. For balancing the trade-offs, we select the number of parameters (connections of DNNs) with some constants $c _ { g } , c _ { f } > 0$ as ", + "bbox": [ + 173, + 511, + 825, + 569 + ], + "page_idx": 6 + }, + { + "type": "equation", + "img_path": "images/e48c2040dd109246ebb3ccd8ac6d4973e4a527c42643d9df0e6c9dc500daf35c.jpg", + "text": "$$\nS _ { g } = c _ { g } m ^ { D / ( 2 \\beta + D ) } , ~ \\mathrm { a n d } ~ S _ { f } = c _ { f } n ^ { ( \\kappa - 2 ) / \\kappa } ,\n$$", + "text_format": "latex", + "bbox": [ + 352, + 573, + 643, + 593 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "for optimizing the bound (5). We then obtain the following corollary. ", + "bbox": [ + 173, + 595, + 625, + 611 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "Corollary 1. (Convergence Rate of GANs) \nMake the same assumptions as Theorem $^ { l }$ , and set $S _ { f }$ and $S _ { g }$ as in (6). Then, with high probability \nconverging to 1, we obtain ", + "bbox": [ + 173, + 614, + 826, + 656 + ], + "page_idx": 6 + }, + { + "type": "equation", + "img_path": "images/0242a21b28cf208c69fa84d2b9696407b82dac3667dc7686f4f04ee4dba30595.jpg", + "text": "$$\nd _ { \\mathcal { F } } ( P ^ { \\ast } , P _ { \\hat { g } } ) = O \\left( n ^ { - 1 / \\kappa } \\right) + O \\left( m ^ { - 1 / \\kappa } + m ^ { - \\beta / ( 2 \\beta + D ) } \\right) .\n$$", + "text_format": "latex", + "bbox": [ + 303, + 660, + 694, + 688 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "A selection of $\\tilde { \\mathcal { F } }$ determines the first term in (7), since \\` $\\kappa$ depends on ˘ $\\tilde { \\mathcal { F } }$ . For an example, when $\\mathcal { F }$ is a set of 1-Lipschitz functions, the first term is $O \\left( n ^ { - 1 / \\left( 2 + 2 D \\right) } \\right)$ (Sriperumbudur et al., 2012). ", + "bbox": [ + 171, + 700, + 826, + 733 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "Remark 1. (Heterogeneous Smoothness) ", + "bbox": [ + 173, + 736, + 449, + 750 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "Corollary 1 can be extended when $P ^ { * }$ has different smoothness for each $m \\in [ M ]$ , i.e., $P ^ { * }$ is locally $\\beta _ { m }$ -smooth on a set $S _ { m }$ . In this case, we can easily extend our analysis in Theorem 1 and Corollary 1, and obtain the following convergence rate. ", + "bbox": [ + 173, + 750, + 825, + 791 + ], + "page_idx": 6 + }, + { + "type": "equation", + "img_path": "images/e498f4cc78a2f525e2d9205ab99029d6060970965bc8e0760699ef2d389644a8.jpg", + "text": "$$\nd _ { \\mathcal { F } } ( P ^ { \\ast } , P _ { \\hat { g } } ) = O \\left( n ^ { - 1 / \\kappa } \\right) + O \\left( m ^ { - 1 / \\kappa } + m ^ { - \\widetilde { \\beta } / ( 2 \\widetilde { \\beta } + D ) } \\right) ,\n$$", + "text_format": "latex", + "bbox": [ + 303, + 795, + 692, + 823 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "where $\\widetilde { \\beta } : = \\operatorname* { m i n } _ { m \\in \\left[ M \\right] } \\beta _ { m }$ ", + "bbox": [ + 174, + 828, + 352, + 847 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "5 DISCUSSION ", + "text_level": 1, + "bbox": [ + 174, + 863, + 312, + 881 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "We emphasize the theoretical results show that GANs do not suffer from the effect of disconnected supports. A larger $\\beta$ improves performance of GANs even with disconnected supports, as shown in Theorem 1 and Corollary 1. This phenomenon is different from the result of the other methods discussed in Proposition 1. Hence, we can state that GANs have advantages over the other methods which are deteriorated by the disconnected property (Section 3.3). In other words, when data are generated from a probability measure with disconnected supports and sufficiently smooth in each of the sets, only GANs can estimate the measure effectively and the other methdos cannot. This advantage of GANs comes from the approximation power for discontinuous generators shown in Lemma 3. ", + "bbox": [ + 173, + 895, + 825, + 924 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "", + "bbox": [ + 173, + 103, + 825, + 200 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "The results (5) and (7) provide interpretation about performance of GANs. About convergence with $n$ the complexity of $\\tilde { \\mathcal { F } }$ and $S _ { f }$ control a trade-off between convergence and a power of discrimination. While smaller $S _ { f }$ reduce the errors in terms of $d _ { \\mathcal { F } }$ , too small $S _ { f }$ can lose the power of discrimination to satisfy (1). Hence, setting $S _ { f }$ as in (6) can keep the discrimination power and does not worsen the overall rate of convergence $O ( n ^ { - 1 / \\kappa } )$ . About convergence with $m$ , $S _ { g }$ controls the trade-off between the bias and variance of the estimator. An optimal way to select $S _ { g }$ is provided in (6) which depends on $\\beta$ and $D$ , and it is more important when $\\kappa$ is small (e.g. $\\kappa = 2$ as MMD-GAN). Based on the interpretation and the selection rule (6), our study can provide a guideline for a design of the architecture of DNNs. ", + "bbox": [ + 174, + 208, + 825, + 338 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "5.1 RELATED WORKS ", + "text_level": 1, + "bbox": [ + 174, + 356, + 338, + 369 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "Compared with studies for understanding GANs (Dziugaite et al., 2015; Liang, 2017; Liu et al., 2017; Zhang et al., 2018; Biau et al., 2018; Arora et al., 2017), we show that GANs can avoid influences of disconnected supports, unlike the other methods, hence it is a source of the advantage of GANs. This paper is the first work to focus on the disconnected support property, while several discussions (Goodfellow, 2016; Liang, 2017; Creswell et al., 2018) focus on models and metrics of the learning scheme of GANs. ", + "bbox": [ + 174, + 382, + 825, + 465 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "It is important to compare our result with other studies for generalization analysis. Although some existing studies (Dziugaite et al., 2015; Liang, 2017; Liu et al., 2017; Zhang et al., 2018; Biau et al., 2018; Arora et al., 2017) provide generalization analysis, they do not analyze an approximation effect, namely, they evaluate $\\begin{array} { r } { d _ { \\mathcal { F } } ( P ^ { * } , P _ { \\hat { g } } ) - \\operatorname* { i n f } _ { g \\in \\mathcal { G } } ( P ^ { * } , P _ { g } ) } \\end{array}$ . Since we analyze the term ${ \\operatorname* { i n f } } _ { g \\in { \\mathcal { G } } } ( P ^ { * } , P _ { g } )$ , we can provide a more general bound and discuss the effect of disconnected support. ", + "bbox": [ + 174, + 472, + 825, + 542 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "As we mentioned in the introduction, this paper is not along with studies for low-dimensional supports (Arjovsky & Bottou, 2017). We also note that an optimization aspect and gaming aspect of GANs are out of concerns of this paper. We focus on the statistical aspects of GANs such as sample complexity. ", + "bbox": [ + 174, + 549, + 825, + 592 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "6 NUMERICAL EXPERIMENTS ", + "text_level": 1, + "bbox": [ + 176, + 613, + 434, + 628 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "We compare the numerical performance of GANs and the other methods with toy data with. We generate synthetic data from the following two settings: (A) Gaussian distribution restricted on a compact set (global support), and (B) a probability measure with two disconnected supports (density function is the black solid line in Figure 6). We generate $n = 5 0 0$ , 1000, ..., 5000 observations and estimate the true probability measures with Wasserstein GAN, MMD-GAN, KDE (the Gaussian kernel and the Epanechnikov kernel), SDE (Fourier basis), and NB (Dirichlet process prior). Hyperparameters for these methods are selected by cross-validation. For GANs, we set $m = n$ . We use $d _ { \\mathcal { F } }$ to evaluate errors by GANs, and a root of the expected squared errors with the $L ^ { 2 }$ -norm for the other methods. The plots are the mean of 30 replications. ", + "bbox": [ + 174, + 643, + 825, + 770 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "Figure 5 shows generalization errors by the methods. With the disconnected support case (B), we plot the estimated density in Figure 6. The black line shows the true density, the dashed line is by estimated densities of the other methods, and bars are histograms by GANs. The results by Wasserstein-GAN and MMD-GAN are almost same, so we omit the result by Wasserstein-GAN. ", + "bbox": [ + 174, + 777, + 823, + 833 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "In Figure 5, we see that in the case of global support (A), the error of GANs and the other methods are comparable. In contrast, in the case of disconnected supports (B), the other standard methods show worse generalization and only GANs keep the high performance. From Figure 6, we can see that GANs can reveal the disconnected supports, while some of the other methods fail to fit. KDE with the Gaussian kernel represents the disconnected support by employing a small bandwidth. However, the small bandwidth yields a too sharp density, tending to worsen the generalization performance. ", + "bbox": [ + 174, + 840, + 825, + 924 + ], + "page_idx": 7 + }, + { + "type": "image", + "img_path": "images/b7802bb8ea485d4b37d7f38150a4da78b2af66548ec317a150627253f99cdfd2.jpg", + "image_caption": [], + "image_footnote": [], + "bbox": [ + 598, + 125, + 800, + 280 + ], + "page_idx": 8 + }, + { + "type": "image", + "img_path": "images/fdfdd8b80275cb2384c0f8e41eeca8edf4984999a69ba9efe06b8bc5ead17296.jpg", + "image_caption": [ + "Figure 5: Generalization errors. ", + "Figure 6: Estimated density functions with the case (B). " + ], + "image_footnote": [], + "bbox": [ + 181, + 117, + 566, + 286 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "7 CONCLUSION ", + "text_level": 1, + "bbox": [ + 176, + 368, + 318, + 385 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "We investigate a generalization performance of GANs with a situation such that a support of real probability measures is divided into several sets. We find that GANs do not suffer from the division of supports, while some of the other nonparametric methods loss their efficiency by the division. Since real data are often distributed on such divided supports, the finding in this paper is related to the question of why GANs perform well with real datasets. ", + "bbox": [ + 173, + 400, + 825, + 470 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "REFERENCES ", + "text_level": 1, + "bbox": [ + 174, + 492, + 285, + 507 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Martin Arjovsky and Léon Bottou. Towards principled methods for training generative adversarial networks. arXiv preprint arXiv:1701.04862, 2017. \nMartin Arjovsky, Soumith Chintala, and Léon Bottou. Wasserstein gan. arXiv preprint arXiv:1701.07875, 2017. \nSanjeev Arora, Rong Ge, Yingyu Liang, Tengyu Ma, and Yi Zhang. Generalization and equilibrium in generative adversarial nets (gans). arXiv preprint arXiv:1703.00573, 2017. \nSanjeev Arora, Andrej Risteski, and Yi Zhang. Do gans learn the distribution? some theory and empirics. 2018. \nPeter L Bartlett, Olivier Bousquet, Shahar Mendelson, et al. Local rademacher complexities. The Annals of Statistics, 33(4):1497–1537, 2005. \nG Biau, B Cadre, M Sangnier, and U Tanielian. Some theoretical properties of gans. arXiv preprint arXiv:1803.07819, 2018. \nAustin Animal Center. Shelter animal outcomes. http://www.austintexas.gov/ department/aac. \nAntonia Creswell, Tom White, Vincent Dumoulin, Kai Arulkumaran, Biswa Sengupta, and Anil A Bharath. Generative adversarial networks: An overview. IEEE Signal Processing Magazine, 35(1): 53–65, 2018. \nGintare Karolina Dziugaite, Daniel M Roy, and Zoubin Ghahramani. Training generative neural networks via maximum mean discrepancy optimization. In Proceedings of the Thirty-First Conference on Uncertainty in Artificial Intelligence, pp. 258–267. AUAI Press, 2015. \nSam Efromovich. Orthogonal series density estimation. Wiley Interdisciplinary Reviews: Computational Statistics, 2(4):467–476, 2010. ", + "bbox": [ + 171, + 516, + 828, + 926 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Sam Efromovich et al. Adaptive estimation of and oracle inequalities for probability densities and characteristic functions. The Annals of Statistics, 36(3):1127–1155, 2008. ", + "bbox": [ + 173, + 103, + 825, + 132 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Thomas S Ferguson. A bayesian analysis of some nonparametric problems. The annals of statistics, pp. 209–230, 1973. ", + "bbox": [ + 173, + 140, + 825, + 170 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Jon Gauthier. Conditional generative adversarial nets for convolutional face generation. Class Project for Stanford CS231N: Convolutional Neural Networks for Visual Recognition, Winter semester, 2014(5):2, 2014. ", + "bbox": [ + 176, + 178, + 823, + 220 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Subhashis Ghosal, Aad Van Der Vaart, et al. Posterior convergence rates of dirichlet mixtures at smooth densities. The Annals of Statistics, 35(2):697–723, 2007. ", + "bbox": [ + 171, + 229, + 825, + 258 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Ian Goodfellow. Nips 2016 tutorial: Generative adversarial networks. arXiv preprint arXiv:1701.00160, 2016. ", + "bbox": [ + 171, + 266, + 826, + 295 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Ian Goodfellow, Jean Pouget-Abadie, Mehdi Mirza, Bing Xu, David Warde-Farley, Sherjil Ozair, Aaron Courville, and Yoshua Bengio. Generative adversarial nets. In Advances in neural information processing systems, pp. 2672–2680, 2014. ", + "bbox": [ + 174, + 303, + 825, + 347 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Ishaan Gulrajani, Faruk Ahmed, Martin Arjovsky, Vincent Dumoulin, and Aaron C Courville. Improved training of wasserstein gans. In Advances in Neural Information Processing Systems, pp. 5769–5779, 2017. ", + "bbox": [ + 174, + 354, + 825, + 397 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Martin Heusel, Hubert Ramsauer, Thomas Unterthiner, Bernhard Nessler, and Sepp Hochreiter. Gans trained by a two time-scale update rule converge to a local nash equilibrium. In Advances in Neural Information Processing Systems, pp. 6629–6640, 2017. ", + "bbox": [ + 173, + 405, + 823, + 449 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Masaaki Imaizumi and Kenji Fukumizu. Deep neural networks learn non-smooth functions effectively. arXiv preprint arXiv:1802.04474, 2018. ", + "bbox": [ + 173, + 457, + 823, + 486 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Diederik P Kingma and Max Welling. Auto-encoding variational bayes. arXiv preprint arXiv:1312.6114, 2013. ", + "bbox": [ + 174, + 493, + 823, + 523 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Daphne Koller, Nir Friedman, and Francis Bach. Probabilistic graphical models: principles and techniques. MIT press, 2009. ", + "bbox": [ + 173, + 531, + 823, + 560 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Yann LeCun, Léon Bottou, Yoshua Bengio, and Patrick Haffner. Gradient-based learning applied to document recognition. Proceedings of the IEEE, 86(11):2278–2324, 1998. ", + "bbox": [ + 173, + 569, + 821, + 598 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Tom Leonard. Density estimation, stochastic processes and prior information. Journal of the Royal Statistical Society. Series B (Methodological), pp. 113–146, 1978. ", + "bbox": [ + 174, + 606, + 823, + 636 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Chun-Liang Li, Wei-Cheng Chang, Yu Cheng, Yiming Yang, and Barnabás Póczos. Mmd gan: Towards deeper understanding of moment matching network. In Advances in Neural Information Processing Systems, pp. 2200–2210, 2017. ", + "bbox": [ + 174, + 643, + 825, + 686 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Yujia Li, Kevin Swersky, and Rich Zemel. Generative moment matching networks. In International Conference on Machine Learning, pp. 1718–1727, 2015. ", + "bbox": [ + 174, + 694, + 823, + 724 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Tengyuan Liang. How well can generative adversarial networks (gan) learn densities: A nonparametric view. arXiv preprint arXiv:1712.08244, 2017. ", + "bbox": [ + 173, + 732, + 823, + 761 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Shuang Liu, Olivier Bousquet, and Kamalika Chaudhuri. Approximation and convergence properties of generative adversarial learning. In Advances in Neural Information Processing Systems, pp. 5551–5559, 2017. ", + "bbox": [ + 174, + 768, + 825, + 813 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "William Lotter, Gabriel Kreiman, and David Cox. Unsupervised learning of visual structure using predictive generative networks. arXiv preprint arXiv:1511.06380, 2015. ", + "bbox": [ + 173, + 820, + 823, + 849 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Laurens van der Maaten and Geoffrey Hinton. Visualizing data using t-sne. Journal of machine learning research, 9(Nov):2579–2605, 2008. ", + "bbox": [ + 174, + 858, + 821, + 887 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Pascal Massart. Some applications of concentration inequalities to statistics. In Annales-Faculte des Sciences Toulouse Mathematiques, volume 9, pp. 245–303. Université Paul Sabatier, 2000. ", + "bbox": [ + 173, + 895, + 821, + 924 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Lars Mescheder, Sebastian Nowozin, and Andreas Geiger. The numerics of gans. In Advances in Neural Information Processing Systems, pp. 1823–1833, 2017. ", + "bbox": [ + 171, + 103, + 823, + 133 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "James R Munkres. Topology. Prentice Hall, 2000. ", + "bbox": [ + 173, + 140, + 503, + 156 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Elizbar A Nadaraya. On estimating regression. Theory of Probability & Its Applications, 9(1): 141–142, 1964. ", + "bbox": [ + 171, + 165, + 825, + 194 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Sebastian Nowozin, Botond Cseke, and Ryota Tomioka. f-gan: Training generative neural samplers using variational divergence minimization. In Advances in Neural Information Processing Systems, pp. 271–279, 2016. ", + "bbox": [ + 173, + 202, + 825, + 246 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Philipp Petersen and Felix Voigtlaender. Optimal approximation of piecewise smooth functions using deep relu neural networks. arXiv preprint arXiv:1709.05289, 2017. ", + "bbox": [ + 173, + 253, + 825, + 284 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Scott Reed, Zeynep Akata, Xinchen Yan, Lajanugen Logeswaran, Bernt Schiele, and Honglak Lee. Generative adversarial text to image synthesis. arXiv preprint arXiv:1605.05396, 2016. ", + "bbox": [ + 174, + 291, + 825, + 321 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Johannes Schmidt-Hieber. Nonparametric regression using deep neural networks with relu activation function. arXiv preprint arXiv:1708.06633, 2017. ", + "bbox": [ + 171, + 329, + 825, + 359 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Mathieu Sinn and Ambrish Rawat. Non-parametric estimation of jensen-shannon divergence in generative adversarial network training. In International Conference on Artificial Intelligence and Statistics, pp. 642–651, 2018. ", + "bbox": [ + 174, + 367, + 825, + 410 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Bharath K Sriperumbudur, Kenji Fukumizu, Arthur Gretton, Bernhard Schölkopf, Gert RG Lanckriet, et al. On the empirical estimation of integral probability metrics. Electronic Journal of Statistics, 6:1550–1599, 2012. ", + "bbox": [ + 173, + 419, + 826, + 462 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Elias M Stein. Singular integrals and differentiability properties of functions (PMS-30), volume 30. Princeton university press, 2016. ", + "bbox": [ + 173, + 469, + 825, + 501 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Ingo Steinwart and Andreas Christmann. Support vector machines. Springer Science & Business Media, 2008. ", + "bbox": [ + 173, + 507, + 825, + 537 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "CJ Stone. Optimal global rates of convergence for nonparametric regression. The Annals of Statistics, 10:1040–1053, 1982. ", + "bbox": [ + 174, + 545, + 825, + 575 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Ilya O Tolstikhin, Sylvain Gelly, Olivier Bousquet, Carl-Johann Simon-Gabriel, and Bernhard Schölkopf. Adagan: Boosting generative models. In Advances in Neural Information Processing Systems, pp. 5430–5439, 2017. ", + "bbox": [ + 174, + 583, + 826, + 627 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Alexandre B Tsybakov. Introduction to nonparametric estimation, 2009. ", + "bbox": [ + 174, + 635, + 648, + 651 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "AW van der Vaart and JH van Zanten. Rates of contraction of posterior distributions based on gaussian process priors. The Annals of Statistics, 36(3):1435–1463, 2008. ", + "bbox": [ + 173, + 659, + 823, + 689 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "AW van der Vaart and Jon Wellner. Weak Convergence and Empirical Processes: With Applications to Statistics. Springer Science & Business Media, 1996. ", + "bbox": [ + 174, + 696, + 825, + 727 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Dmitry Yarotsky. Error bounds for approximations with deep relu networks. Neural Networks, 94: 103–114, 2017. ", + "bbox": [ + 173, + 734, + 825, + 763 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Pengchuan Zhang, Qiang Liu, Dengyong Zhou, Tao Xu, and Xiaodong He. On the discriminationgeneralization tradeoff in gans. Proceedings of International Conference on Learning Representations, 2018. ", + "bbox": [ + 173, + 772, + 826, + 815 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Junbo Zhao, Michael Mathieu, and Yann LeCun. Energy-based generative adversarial network. arXiv preprint arXiv:1609.03126, 2016. ", + "bbox": [ + 171, + 824, + 823, + 853 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Jun-Yan Zhu, Taesung Park, Phillip Isola, and Alexei A Efros. Unpaired image-to-image translation using cycle-consistent adversarial networks. arXiv preprint arXiv:1703.10593, 2017. ", + "bbox": [ + 171, + 861, + 825, + 891 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Supplementary Materials for “Understanding GANs via disconnected Support Detection” ", + "text_level": 1, + "bbox": [ + 215, + 99, + 781, + 137 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "We introduce a new notation $P f : = \\mathbb { E } _ { X \\sim P } [ f ( X ) ]$ with a probability measure $P$ and a function $f$ . For a set $\\Omega$ with equipped distance $d$ , let $\\mathcal { N } ( \\epsilon , \\Omega , d )$ be a covering number which is a minimum number of $\\epsilon$ -balls to cover $\\Omega$ . ", + "bbox": [ + 176, + 147, + 823, + 191 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "A SOME ADDITIONAL INFORMATION ", + "text_level": 1, + "bbox": [ + 174, + 212, + 500, + 228 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "A Rigorous Definition of $S _ { \\alpha , J }$ ", + "text_level": 1, + "bbox": [ + 174, + 243, + 380, + 258 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "We consider a set represented by a combination of multiple horizon functions, which has been used in Petersen & Voigtlaender (2017). Given $\\alpha$ -smooth function $h \\in \\check { H ^ { \\alpha } } ( I ^ { D - 1 } )$ with $\\alpha \\geqslant 1$ , a horizon function $\\Psi _ { h } : I ^ { D } \\overset { \\sim } { } \\{ 0 , 1 \\}$ is defined for some $d \\in [ D ]$ as ", + "bbox": [ + 173, + 265, + 825, + 308 + ], + "page_idx": 11 + }, + { + "type": "equation", + "img_path": "images/18d13b9c5a1ed09135ab06b369a668b7c550abd7b74685b4d524b947b2a0bbb6.jpg", + "text": "$$\n\\Psi _ { h } = \\Psi ( x _ { 1 } , \\ldots , x _ { d - 1 } , x _ { d } \\pm h ( x _ { 1 } , \\ldots , x _ { d - 1 } , x _ { d + 1 } , \\ldots , x _ { D } ) , x _ { d + 1 } , . . . , x _ { D } ) ,\n$$", + "text_format": "latex", + "bbox": [ + 246, + 314, + 748, + 332 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "where $\\Psi$ is the Heaviside function; $\\Psi ( x ) = I _ { \\{ x \\in I ^ { D } | x _ { d } \\geqslant 0 \\} }$ . We define a set by the intersection of $J$ horizon functions $\\Psi _ { h _ { 1 } } , . . . , \\Psi _ { h _ { J } }$ ; namely the family of sets is defined by ", + "bbox": [ + 176, + 338, + 821, + 367 + ], + "page_idx": 11 + }, + { + "type": "equation", + "img_path": "images/5b93b4c4bcb78e0e0035e3fda4777f33dd4aedcca7443a3b23f69650a466ea48.jpg", + "text": "$$\nS _ { \\alpha , J } : = \\left\\{ S \\subset [ 0 , 1 ] ^ { D } \\mid { \\cal I } _ { S } = \\Psi _ { h _ { 1 } } \\otimes \\cdot \\cdot \\cdot \\otimes \\Psi _ { h _ { J } } \\right\\} .\n$$", + "text_format": "latex", + "bbox": [ + 331, + 375, + 665, + 395 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Intuitively, $h$ is regarded as an $\\alpha$ -smooth curved surface in $I ^ { D }$ , and $\\Psi _ { h }$ describes a set which is one side of the surface. Also, $S \\in S _ { \\alpha , J }$ is a set which is a intersection of $J$ sets by $\\Psi _ { h _ { 1 } } , . . . , \\Psi _ { h _ { J } }$ . ", + "bbox": [ + 173, + 402, + 821, + 433 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "A Support of Probability Measures ", + "text_level": 1, + "bbox": [ + 174, + 438, + 419, + 453 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Let $N _ { x }$ denote an open neighborhood of $x \\in I ^ { D }$ , and For a probability measure $P$ , a support of $P$ is defined as ", + "bbox": [ + 173, + 458, + 823, + 488 + ], + "page_idx": 11 + }, + { + "type": "equation", + "img_path": "images/d5877d293783b1b4ac1b59e5434a024795a56da044f05101f960fa2812038622.jpg", + "text": "$$\n\\mathrm { S u p p } ( P ) : = \\bigg \\{ x \\in I ^ { D } \\ | \\ P ( N _ { x } ) > 0 , \\forall N _ { x } \\in \\Sigma \\bigg \\} .\n$$", + "text_format": "latex", + "bbox": [ + 336, + 492, + 660, + 527 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "B PROOFS ", + "text_level": 1, + "bbox": [ + 174, + 542, + 276, + 559 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "B.1 PROOF OF LEMMA 1 ", + "text_level": 1, + "bbox": [ + 174, + 574, + 357, + 590 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Fix $m \\in [ M ]$ and a corresponding $\\widetilde { S } _ { m } , S _ { m }$ and $g _ { m }$ . For any $B \\in \\sigma ( S _ { m } )$ , the definition of $\\gamma _ { m }$ yields ", + "bbox": [ + 176, + 598, + 821, + 617 + ], + "page_idx": 11 + }, + { + "type": "equation", + "img_path": "images/a295eb6d8e6cfd958247c4b22dd94c3131e6e1c3f18de4163c37d6d41fa8d632.jpg", + "text": "$$\nP _ { X } ( B ) = P _ { Z } ( \\gamma _ { m } ^ { - 1 } ( B ) ) = \\int _ { \\gamma _ { m } ^ { - 1 } ( B ) } p _ { Z } ( z ) d z ,\n$$", + "text_format": "latex", + "bbox": [ + 349, + 622, + 647, + 659 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "where $p _ { Z }$ is a density function of a uniform measure $P _ { Z }$ . By changing variables $x = \\gamma _ { m } ( z )$ , we have ", + "bbox": [ + 171, + 665, + 823, + 681 + ], + "page_idx": 11 + }, + { + "type": "equation", + "img_path": "images/e8d8f30d672cb8d3b343149ba370671f7151204ba587d3f40fbbbb2296396ce6.jpg", + "text": "$$\n\\int _ { \\gamma _ { m } ^ { - 1 } ( B ) } p _ { Z } ( z ) d z = \\int _ { B } p _ { Z } ( \\gamma _ { m } ^ { - 1 } ( x ) ) J _ { \\gamma _ { m } } ( x ) d x ,\n$$", + "text_format": "latex", + "bbox": [ + 341, + 686, + 651, + 723 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "where $J _ { \\gamma _ { m } } ( x ) = | \\operatorname* { d e t } \\nabla g _ { m } ^ { - 1 } ( x ) |$ . Using $p _ { Z } ( z ) = 1$ for all $z \\in I ^ { D }$ , we obtain the following form of $P _ { X } ( B )$ using a function $p _ { m } : \\widetilde { S } _ { m } S _ { m }$ as ", + "bbox": [ + 178, + 729, + 821, + 763 + ], + "page_idx": 11 + }, + { + "type": "equation", + "img_path": "images/bdbd742866a02c89fdb99d4fdeab787de295196430695486a8d750e1b8aa4e04.jpg", + "text": "$$\nP _ { X } ( B ) = \\int _ { B } J _ { g _ { m } } ( x ) d x = : \\int _ { B } p _ { m } ( x ) d x ,\n$$", + "text_format": "latex", + "bbox": [ + 361, + 770, + 635, + 804 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "and $p _ { m }$ is $\\beta$ -smooth since $\\gamma _ { m }$ is $\\beta + 1$ -smooth and bijective. ", + "bbox": [ + 173, + 809, + 571, + 825 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "B.2 PROOF OF LEMMA 2 ", + "text_level": 1, + "bbox": [ + 174, + 840, + 359, + 856 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Firstly, we show the first points. Suppose that $g$ is a continuous mapping. By the generalized intermediate value theorem (Theorem 24.3 in Munkres (2000)), we know that $g ( I ^ { D } )$ is connected since $I ^ { D }$ is a connected set. Thus, a support of $P _ { g }$ is connected. However, $P _ { g }$ has a disconnected support, thus there is a contradiction. □ ", + "bbox": [ + 174, + 867, + 825, + 924 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "In this proof, $a \\lesssim b$ denotes that $b$ is larger than $a$ up to a finite constant. $a = b$ denotes that $a \\lesssim b$ and $a \\gtrsim b$ hold. ", + "bbox": [ + 171, + 128, + 825, + 159 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "By the definition of $\\{ g _ { m } \\} _ { m \\in [ M ] }$ for the measure with local smoothness, we consider an explicit form of $g _ { m }$ . By Stein (2016), we can extend $g _ { m } : \\widetilde { S } _ { m } S _ { m }$ to $\\tilde { g } _ { m } : I ^ { D } \\to S _ { m }$ since boundaries of $\\widetilde { S } _ { m }$ are Lipschitz continuous. Then, we provide the following formulation ", + "bbox": [ + 173, + 165, + 826, + 212 + ], + "page_idx": 12 + }, + { + "type": "equation", + "img_path": "images/05f0697cf684236905416453966f6d511efecaa191a0fc8f5ee0046c182c3c5a.jpg", + "text": "$$\n\\widetilde { \\boldsymbol { g } } _ { m } ( \\boldsymbol { x } ) = ( \\gamma _ { m , 1 } ( \\boldsymbol { x } ) , . . . , \\gamma _ { m , D } ( \\boldsymbol { x } ) ) ^ { \\top } ,\n$$", + "text_format": "latex", + "bbox": [ + 380, + 213, + 612, + 232 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "where $\\gamma _ { m , d } \\in H ^ { \\beta } ( I ^ { D } )$ . Then, we obtain the form of $g ^ { * }$ as ", + "bbox": [ + 171, + 234, + 557, + 250 + ], + "page_idx": 12 + }, + { + "type": "equation", + "img_path": "images/01b2b8268e655990e9ef44c14a15fadad47644d28b6dce3c0bd1a6c98e401062.jpg", + "text": "$$\ng ^ { * } = \\sum _ { m \\in [ M ] } \\widetilde { g } _ { m } \\otimes \\pmb { I } _ { \\widetilde { S } _ { m } } .\n$$", + "text_format": "latex", + "bbox": [ + 419, + 252, + 576, + 286 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "Also, by the definition of $\\mathcal { S } _ { 2 \\beta , J }$ which contains $\\widetilde { S } _ { m }$ , we obtain the form ", + "bbox": [ + 173, + 290, + 642, + 306 + ], + "page_idx": 12 + }, + { + "type": "equation", + "img_path": "images/7d8e1889d32be15346656dc11d6cd68d41113071f36fdbcdda8d16691c2ef324.jpg", + "text": "$$\n{ \\cal I } _ { { \\widetilde { \\cal S } } _ { m } } = \\bigotimes _ { j \\in [ J ] } \\psi _ { h _ { m , j } } ,\n$$", + "text_format": "latex", + "bbox": [ + 433, + 309, + 562, + 340 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "with existing $\\psi _ { h _ { m , j } }$ . Then, we have ", + "bbox": [ + 174, + 342, + 408, + 358 + ], + "page_idx": 12 + }, + { + "type": "equation", + "img_path": "images/391f427f735494794df2b95d0feebbeec2bb91f6cbf66d580748a3b604ae9631.jpg", + "text": "$$\ng ^ { * } = \\sum _ { m \\in [ M ] } \\widetilde { g } _ { m } \\bigotimes _ { j \\in [ J ] } \\psi _ { h _ { m , j } } .\n$$", + "text_format": "latex", + "bbox": [ + 405, + 359, + 591, + 395 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "Preliminarily, we apply sub-neural networks from Yarotsky (2017) and Petersen & Voigtlaenderř (2017). Let $\\zeta [ \\Theta _ { + } ]$ be a network for summation such that $\\begin{array} { r } { { \\bf \\Pi } \\dot { \\zeta } [ \\Theta _ { + } ] ( x _ { 1 } , . . . , x _ { D ^ { \\prime } } ) = \\sum _ { d \\in [ D ^ { \\prime } ] } x _ { d } } \\end{array}$ , and $\\zeta [ \\Theta _ { \\times } ]$ be a network for approximate multiplication such as $| \\zeta [ \\Theta _ { \\times } ] ( x _ { 1 } , . . . , x _ { D ^ { \\prime } } ) - \\prod _ { d \\in [ D ^ { \\prime } ] } x _ { d } | < \\epsilon$ with some $\\epsilon > 0$ for all $x , x ^ { \\prime } \\in I$ (Proposition 3 in Yarotsky (2017) and Lemma 1 in Imaizumi $\\&$ Fukumizu (2018)). ", + "bbox": [ + 173, + 402, + 826, + 479 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "We consider approximation $\\begin{array} { r } { \\sum _ { m \\in [ M ] } \\gamma _ { m , d } \\bigotimes _ { j \\in [ J ] } \\psi _ { h _ { m , j } } } \\end{array}$ for each $d \\in \\mathsf { \\Gamma } [ D ]$ . Let $\\zeta [ \\Theta _ { \\gamma , d , m } ]$ and $\\zeta [ \\Theta _ { h , m , j } ]$ for $d \\in [ D ] , m \\in [ M ]$ and $j \\in [ J ]$ , and we will specify the networks later. Also, let $\\zeta \\bar { [ \\Theta _ { S , m } ] } ^ { - } = \\zeta [ \\Theta _ { \\times } ] ( \\bar { \\zeta } [ \\bar { \\Theta } _ { h , m , 1 } ] \\bar { ( \\cdot ) } , \\cdot . . . , \\zeta [ \\Theta _ { h , m , 1 } ] \\bar { ( \\cdot ) } )$ . ", + "bbox": [ + 173, + 484, + 825, + 534 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "We consider a neural network ", + "bbox": [ + 173, + 537, + 369, + 551 + ], + "page_idx": 12 + }, + { + "type": "equation", + "img_path": "images/5936dd95c637eaaf7181d955347f3c72533939cd09f33a147da0553a7d457560.jpg", + "text": "$$\n\\zeta [ \\Theta _ { d } ] = \\zeta [ \\Theta _ { + } ] ( \\zeta [ \\Theta _ { \\times } ] ( \\zeta [ \\Theta _ { \\gamma , d , 1 } ] ( \\cdot ) , \\zeta [ \\Theta _ { S , 1 } ] ( \\cdot ) ) , . . . , \\zeta [ \\Theta _ { \\times } ] ( \\zeta [ \\Theta _ { \\gamma , d , M } ] ( \\cdot ) , \\zeta [ \\Theta _ { S , M } ] ( \\cdot ) ) ) .\n$$", + "text_format": "latex", + "bbox": [ + 202, + 554, + 792, + 571 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "Then, an approximation error is evaluated as ", + "bbox": [ + 176, + 573, + 467, + 587 + ], + "page_idx": 12 + }, + { + "type": "equation", + "img_path": "images/fc1a49e41c4f44640fa37ef07efc66fa7752bde0a694d76458b15e34c9dae3b9.jpg", + "text": "$$\n\\begin{array} { r l } & { \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad } \\\\ & { \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad } \\\\ & { \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad } \\\\ & & { \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad } \\\\ & & { \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad } \\\\ & { \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad } \\\\ & \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 202, + 593, + 761, + 925 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "where the last inequality follows the Hölder’s inequality. ", + "bbox": [ + 173, + 102, + 545, + 119 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "About $T _ { 1 , m }$ , there exists a corresponding $\\zeta [ \\Theta _ { \\gamma , d , m } ]$ such that ", + "bbox": [ + 173, + 125, + 578, + 141 + ], + "page_idx": 13 + }, + { + "type": "equation", + "img_path": "images/cf9c02d78c82bf0ec4ea1cb90c186ae5c767f0d912f196c31dd60b47b8cd27fd.jpg", + "text": "$$\n\\begin{array} { r } { \\| \\gamma _ { m , d } - \\zeta [ \\Theta _ { \\gamma , d , m } ] \\| _ { L ^ { 2 } } \\lesssim \\| \\Theta _ { \\gamma , d , m } \\| _ { 1 } ^ { - ( \\beta + 1 ) / D } , } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 348, + 145, + 647, + 166 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "by following Theorem A.8 in Petersen & Voigtlaender (2017). Also, since $\\gamma _ { m , d }$ is bounded by its smoothness and compact support, we have $\\| \\gamma _ { m , d } \\| _ { L ^ { \\infty } } < \\infty$ hence ", + "bbox": [ + 173, + 170, + 821, + 200 + ], + "page_idx": 13 + }, + { + "type": "equation", + "img_path": "images/77e994909b4a447157740b340865eb889db89e77490394d2184e59711f2b59bb.jpg", + "text": "$$\nT _ { 1 , m } \\lesssim \\| \\Theta _ { \\gamma , d , m } \\| _ { 1 } ^ { - ( \\beta + 1 ) / D } .\n$$", + "text_format": "latex", + "bbox": [ + 406, + 204, + 591, + 227 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "For $T _ { 2 , m }$ , we specify $\\zeta [ \\Theta _ { h , m , j } ]$ as Theorem 3.1 in Petersen & Voigtlaender (2017). Then, we evaluate the following as ", + "bbox": [ + 173, + 236, + 823, + 266 + ], + "page_idx": 13 + }, + { + "type": "equation", + "img_path": "images/d7454f652b0711a7d3cb44c37c8f4cbc5d5bae5b1cfed4488ab166a10c8da4eb.jpg", + "text": "$$\n\\begin{array} { r l } & { \\| \\gamma _ { m , d } - \\zeta [ \\Theta _ { \\gamma , d , m } ] \\| _ { L ^ { 2 } } } \\\\ & { \\leqslant \\| \\displaystyle \\bigoplus _ { j \\in [ J ] } \\psi _ { h _ { m , j } } - \\zeta [ \\Theta _ { \\star } ] ( \\zeta [ \\Theta _ { h , m , 1 } ] ( \\cdot ) , \\ldots , \\zeta [ \\Theta _ { h , m , 1 } ] ( \\cdot ) ) \\| _ { L ^ { 2 } } } \\\\ & { \\leqslant \\| \\displaystyle \\bigoplus _ { j \\in [ J ] } \\psi _ { h _ { m , j } } - \\zeta [ \\Theta _ { h , m , j } ] \\| _ { L ^ { 2 } } + \\| \\displaystyle \\bigotimes _ { j \\in [ J ] } \\psi _ { h _ { m , j } } - \\zeta [ \\Theta _ { \\star } ] ( \\zeta [ \\Theta _ { h , m , 1 } ] ( \\cdot ) , \\ldots , \\zeta [ \\Theta _ { h , m , 1 } ] ( \\cdot ) ) \\| _ { L ^ { 2 } } } \\\\ & { \\leqslant \\displaystyle \\sum _ { j \\in [ J ] } \\prod _ { j \\in [ J ] } \\prod _ { l = \\delta , j } ( | \\psi _ { h _ { m , j } } , | \\| _ { L ^ { 2 } } \\forall [ \\Theta _ { h , m , j } ] \\| _ { L ^ { 2 } } ) \\| \\psi _ { h _ { m , j } } - \\zeta [ \\Theta _ { h , m , j } ] \\| _ { L ^ { 2 } } + \\epsilon _ { \\times } } \\\\ & { \\leqslant \\displaystyle \\sum _ { j \\in [ J ] } \\| \\psi _ { h _ { m , j } } - \\zeta [ \\Theta _ { h , m , j } ] \\| _ { L ^ { 2 } } + \\epsilon _ { \\times } . } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 179, + 270, + 815, + 452 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "Here, the last inequality follows the boundedness of $\\psi _ { h _ { m , j ^ { \\prime } } }$ and $\\zeta [ \\Theta _ { h , m , j } ]$ by Theorem 3.1 in Petersen & Voigtlaender (2017). Also, Theorem 3.1 in Petersen $\\&$ Voigtlaender (2017) provides an existence of $[ \\Theta _ { h , m , j }$ such that ", + "bbox": [ + 173, + 457, + 825, + 502 + ], + "page_idx": 13 + }, + { + "type": "equation", + "img_path": "images/1d7f4f313626e55c967af4c3f3fb082d5c83258e1185fbdd428b02a5adbf150c.jpg", + "text": "$$\n\\begin{array} { r } { \\| \\psi _ { h _ { m , j } } - \\zeta [ \\Theta _ { h , m , j } ] \\| _ { L ^ { 2 } } \\leqslant \\| \\Theta _ { h , m , j } \\| _ { 1 } ^ { - \\beta / ( D - 1 ) } . } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 344, + 506, + 650, + 529 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "We apply the boundedness of $\\zeta [ \\Theta _ { h , m , j } ]$ , we have ", + "bbox": [ + 173, + 531, + 500, + 546 + ], + "page_idx": 13 + }, + { + "type": "equation", + "img_path": "images/1c462416da948e58732d16b5247713638a980ec75680ea3f0e9c8341a5ee690b.jpg", + "text": "$$\nT _ { 2 , m } \\lesssim \\sum _ { j \\in [ J ] } \\| \\Theta _ { h , m , j } \\| _ { 1 } ^ { - \\beta / ( D - 1 ) } + \\epsilon _ { \\times } .\n$$", + "text_format": "latex", + "bbox": [ + 370, + 551, + 625, + 587 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "Combining the bounds for $T _ { 1 , m }$ and $T _ { 2 , m }$ , we bound ", + "bbox": [ + 173, + 598, + 521, + 614 + ], + "page_idx": 13 + }, + { + "type": "equation", + "img_path": "images/17ca5910080208ec8a052c5a4fb1c9a5d97427d8cc3cfb01cef837a1a950a61f.jpg", + "text": "$$\n\\begin{array} { r l } & { \\left\\| \\displaystyle \\sum _ { m \\in [ M ] } \\gamma _ { m , d } \\bigotimes \\psi _ { h _ { m , j } } - \\zeta [ \\Theta _ { d } ] \\right\\| _ { L ^ { 2 } } } \\\\ & { \\leqslant \\displaystyle \\sum _ { m \\in [ M ] } \\| \\Theta _ { \\gamma , d , m } \\| _ { 1 } ^ { - ( \\beta + 1 ) / D } + \\displaystyle \\sum _ { m \\in [ M ] } \\sum _ { j \\in [ J ] } \\| \\Theta _ { h , m , j } \\| _ { 1 } ^ { - \\beta / ( D - 1 ) } + ( M + 1 ) \\epsilon _ { \\times } . } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 243, + 617, + 754, + 705 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "Here, we consider a parameter $\\begin{array} { r } { S = \\sum _ { d \\in [ D ] } \\| \\Theta _ { d } \\| _ { 1 } } \\end{array}$ such that $S = \\| \\Theta _ { \\gamma , d , m } \\| _ { 1 } \\asymp \\| \\Theta _ { h , m , j } \\| _ { 1 } \\asymp \\| \\Theta _ { \\times } \\| _ { 1 }$ Also, following Yarotsky (2017) and Petersen & Voigtlaender (2017), a proper selection of $L = | \\Theta _ { \\times } |$ and $B = \\| \\Theta _ { \\times } \\| _ { \\infty }$ provides $\\epsilon _ { \\times } \\lesssim \\| \\Theta _ { \\times } \\| _ { 0 } ^ { - \\beta / D }$ }´β{D0 . Then, we have ", + "bbox": [ + 176, + 709, + 825, + 761 + ], + "page_idx": 13 + }, + { + "type": "equation", + "img_path": "images/b8173faebdf3e1ca9bd6e6a523e04439b02b7d46c88eb2527f521f3b06174517.jpg", + "text": "$$\n\\left. \\sum _ { m \\in [ M ] } \\gamma _ { m , d } \\bigotimes _ { j \\in [ J ] } \\psi _ { h _ { m , j } } - \\zeta [ \\Theta _ { d } ] \\right. _ { L ^ { 2 } } \\lesssim M J S ^ { - \\beta / D } .\n$$", + "text_format": "latex", + "bbox": [ + 325, + 763, + 671, + 814 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "Since $J$ is finite, we obtain the result. ", + "bbox": [ + 174, + 818, + 419, + 833 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "B.4 PROOF OF THEOREM 1 ", + "text_level": 1, + "bbox": [ + 174, + 848, + 375, + 864 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "By the definition of $\\widehat g$ in (2), the following inequality holds ", + "bbox": [ + 174, + 875, + 562, + 890 + ], + "page_idx": 13 + }, + { + "type": "equation", + "img_path": "images/d36f8f5386383d724a3e648a7f9f17852a6da57c033f7262bad182c15ebc8ad9.jpg", + "text": "$$\nd _ { \\mathcal { F } } ( P _ { n } , P _ { \\hat { g } , m } ) = \\operatorname* { s u p } _ { f \\in \\mathcal { F } } ( P _ { n } f - P _ { \\hat { g } , m } f ) \\leqslant d _ { \\mathcal { F } } ( P _ { n } , P _ { g , m } ) = \\operatorname* { s u p } _ { f \\in \\mathcal { F } } ( P _ { n } f - P _ { g , m } f ) ,\n$$", + "text_format": "latex", + "bbox": [ + 238, + 893, + 758, + 921 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "for arbitrary $g \\in { \\mathcal { G } }$ . ", + "bbox": [ + 173, + 103, + 300, + 118 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "We consider a bound for $d _ { \\mathcal { F } } ( P ^ { \\ast } , P _ { \\hat { g } } )$ as ", + "bbox": [ + 174, + 125, + 437, + 140 + ], + "page_idx": 14 + }, + { + "type": "equation", + "img_path": "images/c017ea76d4ab6b949a131df430c696d0b1638127ebbaedaebf3598b63a2cd861.jpg", + "text": "$$\n\\begin{array} { r l } & { d _ { \\mathcal { F } } \\big ( P ^ { * } , P _ { \\hat { g } } \\big ) = \\underset { f \\in \\mathcal { F } } { \\operatorname* { s u p } } \\big ( P ^ { * } f - P _ { \\hat { g } } f \\big ) } \\\\ & { \\quad \\quad = \\underset { f \\in \\mathcal { F } } { \\operatorname* { s u p } } \\big ( P ^ { * } f - P _ { n } f + P _ { n } f - P _ { \\hat { g } , m } f + P _ { \\hat { g } , m } f - P _ { \\hat { g } } f \\big ) } \\\\ & { \\quad \\quad \\leqslant \\underset { f \\in \\mathcal { F } } { \\operatorname* { s u p } } \\big ( P ^ { * } f - P _ { n } f + P _ { \\hat { g } , m } f - P _ { \\hat { g } } f \\big ) + \\underset { f \\in \\mathcal { F } } { \\operatorname* { s u p } } \\big ( P _ { n } f - P _ { \\hat { g } , m } f \\big ) , } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 253, + 145, + 743, + 231 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "where the inequality follows (9) with an existing ${ \\dot { g } } \\in { \\mathcal { G } }$ . We will provide a detailed construction of $g ^ { * }$ . We continue the bound as ", + "bbox": [ + 171, + 236, + 825, + 265 + ], + "page_idx": 14 + }, + { + "type": "equation", + "img_path": "images/1bb6c2fcfb35b64fa37f1b8f5bf2812682b81056e5cbe6d4a9843aa540c4f8d8.jpg", + "text": "$$\n\\begin{array} { r l } & { d _ { \\mathcal { F } } ( P ^ { * } , P _ { \\widehat { g } } ) } \\\\ & { \\leqslant \\underset { f \\in \\mathcal { F } } { \\operatorname* { s u p } } ( P ^ { * } f - P _ { n } f + P _ { \\widehat { g } , m } f - P _ { \\widehat { g } } f ) + \\underset { f \\in \\mathcal { F } } { \\operatorname* { s u p } } ( P _ { n } f - P ^ { * } f + P ^ { * } f - P _ { \\widehat { g } } f + P _ { \\widehat { g } } f - P _ { \\widehat { g } , m } f ) } \\\\ & { \\leqslant 2 \\underset { g \\in \\mathcal { G } } { \\operatorname* { s u p } } \\underset { f \\in \\mathcal { F } } { \\operatorname* { s u p } } | P _ { g , m } f - P _ { g } f | + \\underset { f \\in \\mathcal { F } } { \\operatorname* { s u p } } ( P ^ { * } f - P _ { \\widehat { g } } f ) + 2 \\underset { f \\in \\mathcal { F } } { \\operatorname* { s u p } } | P _ { n } f - P ^ { * } f | } \\\\ & { = : i + i i + i i i . } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 196, + 270, + 802, + 366 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "Here, $i$ denotes an effect from $m$ samplings, $\\romannumeral 2$ denotes an approximation error, and iii denotes an uncertainty with the $n$ observations. ", + "bbox": [ + 174, + 371, + 823, + 400 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "To evaluate $i$ and $i i i$ , we provide the following lemma. This result follows a standard technique of the empirical process theory and we provide its outline for a sake of completeness. ", + "bbox": [ + 173, + 405, + 823, + 435 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "Lemma 4. Let $\\mathcal { H }$ be a some set of measurable functions and $X _ { 1 } , . . . , X _ { n } \\sim P$ be i.i.d. n observations. Suppose that $\\mathbb { E } _ { P } [ h ^ { 2 } ( X ) ] \\leqslant \\sigma ^ { 2 }$ and $\\| h \\| _ { L ^ { \\infty } } < C _ { h }$ hold with finite parameters $\\sigma ^ { 2 } > 0$ and $C _ { h } > 0$ . Then, there exists a constant $C _ { \\theta }$ and we obtain ", + "bbox": [ + 173, + 439, + 825, + 481 + ], + "page_idx": 14 + }, + { + "type": "equation", + "img_path": "images/b70491ed7f2676d24d835ffb7afbbe4935d0c28236950d4bcae1ee4b243db677.jpg", + "text": "$$\n\\begin{array} { r l r } { { \\operatorname* { s u p } _ { h \\in \\mathcal { H } } | \\frac { 1 } { n } \\sum _ { i \\in [ n ] } h ( X _ { i } ) - \\mathbb { E } _ { P } [ h ( X ) ] | } } \\\\ & { } & { \\leqslant \\operatorname* { i n f } _ { \\eta > 0 } \\{ 4 \\eta + 1 2 \\int _ { \\eta } ^ { C _ { h } } \\sqrt { \\frac { \\log \\mathcal { N } ( \\epsilon , \\mathcal { H } , \\| \\cdot \\| _ { L ^ { \\infty } } ) } { n } } d \\epsilon + \\sqrt { \\frac { 2 \\tau \\sigma ^ { 2 } + 4 C _ { \\theta } } { n } } + \\frac { \\tau C _ { h } } { n } ( \\frac { 2 } { 3 } + C _ { \\theta } ) \\} } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 207, + 486, + 790, + 580 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "with probability at least $1 - 2 \\exp ( - \\tau )$ for all $\\tau > 0$ . ", + "bbox": [ + 173, + 585, + 524, + 601 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "Proof. At the beginning, we bound an expectation of the empirical process (Steinwart & Christmann, 2008; Bartlett et al., 2005; Massart, 2000; Sriperumbudur et al., 2012). Afterward, we evaluate a concentration of the empirical process around the expectation. ", + "bbox": [ + 173, + 616, + 825, + 659 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "By applying the symmetrization and concentration techniques (Proposition 7.10 in Steinwart & Christmann (2008)), we obtain ", + "bbox": [ + 169, + 665, + 825, + 693 + ], + "page_idx": 14 + }, + { + "type": "equation", + "img_path": "images/1ce850c8246d003b5b70992d14295a920619fbb39e6448d1988ed020cd0dd243.jpg", + "text": "$$\n\\mathbb { E } _ { P ^ { \\otimes n } } \\left[ \\operatorname* { s u p } _ { h \\in \\mathcal { H } } \\left| \\frac { 1 } { n } \\sum _ { i \\in [ n ] } h ( X _ { i } ) - \\mathbb { E } [ h ( X ) ] \\right| \\right] \\leqslant 2 \\mathbb { E } _ { P ^ { \\otimes n } \\otimes \\nu ^ { \\otimes n } } \\left[ \\operatorname* { s u p } _ { h \\in \\mathcal { H } } \\left| \\frac { 1 } { n } \\sum _ { i \\in [ n ] } u _ { i } h ( X _ { i } ) \\right| \\right] ,\n$$", + "text_format": "latex", + "bbox": [ + 222, + 698, + 772, + 750 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "where $u _ { i } \\sim \\nu$ is the Rademacher variable which takes 0 or 1 with probability 0.5. Combining this bound with the Taralgand’s inequality (Theorem A.9.1 in Steinwart $\\&$ Christmann (2008)), we obtain the following inequality ", + "bbox": [ + 176, + 753, + 825, + 797 + ], + "page_idx": 14 + }, + { + "type": "equation", + "img_path": "images/ba273dfeccef9a093f017d5f2c47c501e5a22d5329078364c74cdbc63b41aaff.jpg", + "text": "$$\n\\begin{array} { r l } & { \\displaystyle \\operatorname* { s u p } _ { h \\in \\mathcal { H } } \\left| \\frac { 1 } { n } \\sum _ { i \\in [ n ] } h ( X _ { i } ) - \\mathbb { E } _ { P } [ h ( X ) ] \\right| } \\\\ & { \\leqslant ( 1 + \\theta ) \\mathbb { E } _ { P ^ { \\otimes n } \\otimes \\nu ^ { \\otimes n } } \\left[ \\displaystyle \\operatorname* { s u p } _ { h \\in \\mathcal { H } } \\left| \\frac { 1 } { n } \\sum _ { i \\in [ n ] } u _ { i } h ( X _ { i } ) \\right| \\right] + \\sqrt { \\frac { 2 \\tau \\sigma ^ { 2 } } { n } } + \\frac { \\tau C _ { h } } { n } \\left( \\frac { 2 } { 3 } + \\displaystyle \\frac { 1 } { \\theta } \\right) , } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 238, + 801, + 758, + 905 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "with probability at least $1 - \\exp ( - \\tau )$ for all $\\tau > 0$ and $\\theta > 0$ . ", + "bbox": [ + 173, + 909, + 581, + 924 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "About the term with the Rademacher variable, we also apply a similar strategy (Lemma A.4 in Bartlett et al. (2005)), then obtain ", + "bbox": [ + 171, + 102, + 825, + 132 + ], + "page_idx": 15 + }, + { + "type": "equation", + "img_path": "images/d2a1a5fb9571b710f684a9df06c55cda3ac83623c2c7782d7816f1b6b7490a8a.jpg", + "text": "$$\n\\mathbb { E } _ { P \\hat { \\otimes } n } \\otimes _ { \\mathcal { V } } \\otimes n ^ { \\prime } \\left[ \\operatorname* { s u p } _ { h \\in \\mathcal { H } } \\left| \\frac { 1 } { n } \\sum _ { i \\in [ n ] } u _ { i } h ( X _ { i } ) \\right| \\right] \\leqslant \\frac { 1 } { 1 - \\theta ^ { \\prime } } \\mathbb { E } _ { \\nu } \\otimes n \\left[ \\operatorname* { s u p } _ { h \\in \\mathcal { H } } \\left| \\frac { 1 } { n } \\sum _ { i \\in [ n ] } u _ { i } h ( X _ { i } ) \\right| \\right] + \\frac { \\tau ^ { \\prime } C _ { h } } { n \\theta ^ { \\prime } ( 1 - \\theta ^ { \\prime } ) } ,\n$$", + "text_format": "latex", + "bbox": [ + 189, + 137, + 807, + 189 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "with probability at least $1 - \\exp ( - \\tau ^ { \\prime } )$ for all $\\tau ^ { \\prime } > 0$ and $\\theta ^ { \\prime } > 0$ . ", + "bbox": [ + 173, + 208, + 596, + 226 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "Let $\\| { \\bf \\nabla } \\cdot { \\bf \\nabla } \\| _ { n }$ be an empirical norm as ˇ ˇı $\\begin{array} { r l r } { \\| f \\| _ { n } ^ { 2 } } & { { } = } & { n ^ { - 1 } \\sum _ { i \\in [ n ] } f ( X _ { i } ) ^ { 2 } } \\end{array}$ . About the term $\\begin{array} { r } { \\mathbb { E } _ { \\nu \\otimes n } \\left[ \\operatorname* { s u p } _ { h \\in \\mathcal { H } } \\left| \\frac { 1 } { n } \\sum _ { i \\in [ n ] } u _ { i } h ( X _ { i } ) \\right| \\right] } \\end{array}$ , we apply the chaining technique and obtain ", + "bbox": [ + 173, + 229, + 825, + 273 + ], + "page_idx": 15 + }, + { + "type": "equation", + "img_path": "images/45ae6f45ab663afc8436f73d5e2a8897f7c1309dd82843745b2fd195bfc014b1.jpg", + "text": "$$\n\\begin{array} { r } { \\mathbb { E } _ { \\boldsymbol \\nu \\otimes \\boldsymbol n } \\left[ \\displaystyle \\operatorname* { s u p } _ { h \\in \\mathcal { H } } \\left| \\frac { 1 } { n } \\sum _ { i \\in [ n ] } u _ { i } h ( X _ { i } ) \\right| \\right] \\leqslant \\displaystyle \\operatorname* { i n f } _ { \\boldsymbol \\theta ^ { \\prime \\prime } > 0 } \\left\\{ 4 \\boldsymbol \\theta ^ { \\prime \\prime } + 1 2 \\int _ { \\boldsymbol \\theta ^ { \\prime \\prime } } ^ { \\tilde { C } _ { h } } \\sqrt { \\frac { \\log \\mathcal { N } ( \\epsilon , \\mathcal { H } , \\| \\cdot \\| _ { n } ) } { n } } d \\epsilon \\right\\} } \\\\ { \\leqslant \\displaystyle \\operatorname* { i n f } _ { \\boldsymbol \\theta ^ { \\prime \\prime } > 0 } \\left\\{ 4 \\boldsymbol \\theta ^ { \\prime \\prime } + 1 2 \\int _ { \\boldsymbol \\theta ^ { \\prime \\prime } } ^ { C _ { h } } \\sqrt { \\frac { \\log \\mathcal { N } ( \\epsilon , \\mathcal { H } , \\| \\cdot \\| _ { L ^ { \\infty } } ) } { n } } d \\epsilon \\right\\} , } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 204, + 279, + 764, + 373 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "where the last inequality follows a bound for an empirical norm and the boundedness of $\\mathcal { H }$ . ", + "bbox": [ + 171, + 378, + 771, + 393 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "Combining (10), (11) and (12) and changing variables, we obtain the result. ", + "bbox": [ + 174, + 400, + 671, + 415 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "To bound $I$ with $\\widetilde { X } _ { 1 } , . . . , \\widetilde { X } _ { m } \\sim P _ { g }$ , we consider the following value ", + "bbox": [ + 173, + 429, + 619, + 449 + ], + "page_idx": 15 + }, + { + "type": "equation", + "img_path": "images/1a10f31982fe724de76bb6fbe9ec64ef90d09ab59f0ad4a365e3a2424a18b029.jpg", + "text": "$$\n\\begin{array} { r l } & { \\underset { g \\in \\mathcal { G } } { \\operatorname* { s u p } } \\underset { f \\in \\mathcal { F } } { \\operatorname* { s u p } } \\left| \\frac { 1 } { m } \\sum _ { i \\in [ m ] } f ( \\widetilde { X } _ { i } ) - \\mathbb { E } _ { P _ { g } } [ h ( X ) ] \\right| = \\underset { g \\in \\mathcal { G } } { \\operatorname* { s u p } } \\underset { f \\in \\mathcal { F } } { \\operatorname* { s u p } } \\left| \\frac { 1 } { m } \\sum _ { i \\in [ m ] } f \\circ g ( Z _ { i } ) - \\mathbb { E } _ { P _ { \\mathcal { Z } } } [ f \\circ g ( X ) ] \\right| } \\\\ & { \\qquad = : \\underset { h \\in \\mathcal { H } } { \\operatorname* { s u p } } \\left| \\frac { 1 } { m } \\sum _ { i \\in [ m ] } h ( Z _ { i } ) - \\mathbb { E } _ { P _ { \\mathcal { Z } } } [ h ( X ) ] \\right| , } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 204, + 454, + 794, + 556 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "where we define $\\mathcal { H } = \\left\\{ h = f \\circ g \\vert f \\in \\mathcal { F } , g \\in \\mathcal { G } \\right\\}$ . To apply Lemma 4, we investigate a covering number $\\mathcal { N } ( \\epsilon , \\mathcal { H } , \\| \\cdot \\| _ { L ^ { \\infty } } )$ . ", + "bbox": [ + 173, + 560, + 823, + 592 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "Lemma 5. Assume that $f \\in { \\mathcal { F } }$ is $L _ { 1 }$ -Lipschitz continuous. We obtain ", + "bbox": [ + 173, + 594, + 632, + 609 + ], + "page_idx": 15 + }, + { + "type": "equation", + "img_path": "images/73c61559df1947ed3a944d7011c2ccba86211047d09e844a52dd7b5301606ee7.jpg", + "text": "$$\n\\log \\mathcal { N } ( \\epsilon , \\mathcal { H } , \\| \\cdot \\| _ { L ^ { \\infty } } ) \\leqslant \\log \\mathcal { N } ( ( 1 + L _ { 1 } ) ^ { - 1 } \\epsilon , \\mathcal { G } , \\| \\cdot \\| _ { L ^ { \\infty } } ) + \\log \\mathcal { N } ( ( 1 + L _ { 1 } ) ^ { - 1 } \\epsilon , \\mathcal { F } , \\| \\cdot \\| _ { L ^ { \\infty } } )\n$$", + "text_format": "latex", + "bbox": [ + 200, + 614, + 794, + 633 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "Proof. Fix $\\epsilon > 0$ . Let $G \\subset { \\mathcal { G } }$ and $F \\subset { \\mathcal { F } }$ be covering sets as a set of centers of $\\epsilon$ -balls for the covering $\\mathcal { G }$ and $\\mathcal { F }$ . Obviously, $| G | = \\mathcal { N } ( \\epsilon , \\mathcal { G } , \\| \\cdot \\| _ { L ^ { \\infty } } )$ and $| F | = \\mathcal { N } ( \\epsilon , \\mathcal { F } , \\| \\cdot \\| _ { L ^ { \\infty } } )$ . We define a subset ", + "bbox": [ + 174, + 647, + 823, + 678 + ], + "page_idx": 15 + }, + { + "type": "equation", + "img_path": "images/8a74c5daf2b3435f74bff3ae49944a3274c2c9c692b86f3dc16635403273f512.jpg", + "text": "$$\nH : = \\left\\{ h = f \\circ g \\vert g \\in G , h \\in F \\right\\} \\subset \\mathcal { H } ,\n$$", + "text_format": "latex", + "bbox": [ + 362, + 683, + 633, + 718 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "and we known $| H | = | G | \\times | F |$ . ", + "bbox": [ + 174, + 724, + 388, + 741 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "For any $h \\in \\mathcal H$ , there exist $g \\in { \\mathcal { G } }$ and $f \\in { \\mathcal { F } }$ , then $f = f \\circ g$ holds. Also, by the definition of covering sets, there exist $f ^ { \\prime } \\in F$ and $g ^ { \\prime } \\in G$ such that $\\| f - f ^ { \\prime } \\| _ { L ^ { \\infty } } \\leqslant \\epsilon$ and $\\| g - g ^ { \\prime } \\| _ { L ^ { \\infty } } \\leqslant \\epsilon$ . Let $h ^ { \\prime } = f ^ { \\prime } \\circ g ^ { \\prime }$ , and we measure the distance ", + "bbox": [ + 174, + 746, + 826, + 789 + ], + "page_idx": 15 + }, + { + "type": "equation", + "img_path": "images/b79659cf5ccb7b50f7cde03b49e7679a36c1782e9b37ff25668f6e4bb05e83d3.jpg", + "text": "$$\n\\begin{array} { r l } & { \\| h - h ^ { \\prime } \\| _ { L ^ { \\infty } } \\leqslant \\| f \\circ g - f ^ { \\prime } \\circ g ^ { \\prime } \\| _ { L ^ { \\infty } } } \\\\ & { \\qquad = \\| f \\circ g - f \\circ g ^ { \\prime } + f \\circ g ^ { \\prime } - f ^ { \\prime } \\circ g ^ { \\prime } \\| _ { L ^ { \\infty } } } \\\\ & { \\qquad \\leqslant \\| f \\circ g - f \\circ g ^ { \\prime } \\| _ { L ^ { \\infty } } + \\| f \\circ g ^ { \\prime } - f ^ { \\prime } \\circ g ^ { \\prime } \\| _ { L ^ { \\infty } } } \\\\ & { \\qquad \\leqslant L _ { 1 } \\| g - g ^ { \\prime } \\| _ { L ^ { \\infty } } + \\| f - f ^ { \\prime } \\| _ { L ^ { \\infty } } } \\\\ & { \\qquad \\leqslant ( L _ { 1 } + 1 ) \\epsilon . } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 307, + 794, + 689, + 891 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "Here, the third inequality follows the Lipschitz property of $f \\in { \\mathcal { F } }$ . Here, we know that $\\mathcal { H }$ is covered by $( L _ { 1 } + 1 ) \\epsilon$ -balls with the center $H$ . Since $| H | = | G | \\times | F |$ , the result holds. □ ", + "bbox": [ + 171, + 895, + 823, + 925 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "Now, we have the following entropy bound ", + "bbox": [ + 174, + 103, + 457, + 118 + ], + "page_idx": 16 + }, + { + "type": "equation", + "img_path": "images/314b08165b4d70c54db8c9640ce17ce8ce7dfb898fe871033f7ea4706feecd55.jpg", + "text": "$$\n\\begin{array} { r l } & { \\log \\mathcal { N } ( \\epsilon , \\mathcal { H } , \\| \\cdot \\| _ { L ^ { \\infty } } ) } \\\\ & { \\leqslant \\log { \\mathcal { N } ( ( 1 + L _ { 1 } ) ^ { - 1 } \\epsilon , \\mathcal { G } , \\| \\cdot \\| _ { L ^ { \\infty } } ) } + \\log \\mathcal { N } ( ( 1 + L _ { 1 } ) ^ { - 1 } \\epsilon , \\mathcal { F } , \\| \\cdot \\| _ { L ^ { \\infty } } ) } \\\\ & { \\leqslant ( S _ { g } + 1 ) \\log ( 2 ( L _ { 1 } + 1 ) \\epsilon ^ { - 1 } ( L _ { g } + 1 ) D _ { g } B _ { g } ) } \\\\ & { \\quad + \\operatorname* { m i n } \\Biggl \\{ ( S _ { f } + 1 ) \\log ( 2 ( L _ { 1 } + 1 ) \\epsilon ^ { - 1 } ( L _ { f } + 1 ) D _ { f } B _ { f } ) , C _ { \\kappa } ( 1 + L _ { 1 } ) \\epsilon ^ { - \\kappa } \\Biggr \\} } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 253, + 121, + 746, + 217 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "with $\\begin{array} { r } { D _ { g } : = \\prod _ { \\ell \\in [ L _ { g } + 1 ] } ( D _ { \\ell } + 1 ) } \\end{array}$ and $\\begin{array} { r } { D _ { f } : = \\prod _ { \\ell \\in [ L _ { f } + 1 ] } ( D _ { \\ell } + 1 ) } \\end{array}$ . Let $\\Gamma _ { f } : = 2 ( L _ { f } + 1 ) D _ { f } B _ { f }$ , and $N _ { \\epsilon } ( \\widetilde { \\mathcal { F } } ) : = \\log \\mathcal { N } ( \\epsilon , \\widetilde { \\mathcal { F } } , \\| \\cdot \\| _ { n } )$ for brevity. Here, we apply Lemma 8 in Schmidt-Hieber (2017) for the entropy bound for $\\mathcal { G }$ and $\\mathcal { F }$ . Using the entropy bound and Lemma 4, we obtain ", + "bbox": [ + 178, + 218, + 823, + 268 + ], + "page_idx": 16 + }, + { + "type": "equation", + "img_path": "images/c6a35d871a7ef2e5880ef4c018bfe3ccc8f73dba709f276734969c8158edf8ae.jpg", + "text": "$$\n\\begin{array} { r l r } { { 2 \\operatorname* { s u p } _ { j \\in \\mathcal { T } } \\big | P _ { n } f - P ^ { * } f \\big | } } \\\\ & { \\leqslant 4 \\eta + \\frac { 1 2 } { n ^ { 1 / 2 } } \\int _ { \\eta } ^ { \\infty } \\operatorname* { m i n } \\Big \\{ N _ { c } ( \\widetilde { \\mathcal { F } } ) , ( S _ { f } + 1 ) \\log ( \\Gamma _ { f } \\epsilon ^ { - 1 } ) \\Big \\} ^ { 1 / 2 } d \\epsilon } \\\\ & { } & { + \\frac { ( 2 \\tau \\sigma ^ { 2 } + C _ { \\theta } ) ^ { 1 / 2 } } { n ^ { 1 / 2 } } + \\frac { \\tau C _ { h } ( 2 / 3 + C _ { \\theta } ) } { n } } \\\\ & { \\leqslant 4 \\eta + \\frac { 1 2 } { n ^ { 1 / 2 } } \\int _ { \\eta } ^ { \\infty } N _ { c } ( \\widetilde { \\mathcal { F } } ) ^ { 1 / 2 } d \\epsilon + \\frac { 1 2 } { n ^ { 1 / 2 } } ( S _ { f } + 1 ) ^ { 1 / 2 } ( \\log ^ { 1 / 2 } \\Gamma _ { f } + C _ { \\widetilde { \\mathcal { F } } } \\log ^ { 1 / 2 } C _ { \\widetilde { \\mathcal { F } } } - \\eta \\log ^ { 1 / 2 } \\eta ) } \\\\ & { } & { + \\frac { ( 2 7 \\sigma ^ { 2 } + C _ { \\theta } ) ^ { 1 / 2 } } { n ^ { 1 / 2 } } + \\frac { \\tau C _ { h } ( 2 / 3 + C _ { \\theta } ) } { n } } \\\\ & { \\leqslant \\Upsilon _ { n } ( \\widetilde { \\mathcal { F } } ) + \\frac { 1 } { n ^ { 1 / 2 } } ( ( S _ { f } + 1 ) ^ { 1 / 2 } A _ { 1 } + A _ { 2 } ) + \\frac { A _ { 3 } } { n } , \\qquad \\mathrm { ~ o ~ } } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 191, + 273, + 805, + 472 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "with some $\\eta > 0$ , $A _ { 1 } = 1 2 \\log ^ { 1 / 2 } \\Gamma _ { f } , A _ { 2 } = C _ { \\tilde { \\pi } } \\log ^ { 1 / 2 } C _ { \\tilde { \\pi } } + ( 2 \\tau \\sigma ^ { 2 } + C _ { \\theta } ) ^ { 1 / 2 }$ , and $A _ { 3 } = \\tau C _ { h } ( 2 / 3 +$ $C _ { \\theta }$ q. Also, we set $\\begin{array} { r } { \\Upsilon _ { n } ( \\widetilde { \\mathcal { F } } ) = 4 \\eta + \\frac { 1 2 } { n ^ { 1 / 2 } } \\int _ { \\eta } ^ { C _ { \\widetilde { \\mathcal { F } } } } N _ { ( L _ { 1 } + 1 ) ^ { - 1 } \\epsilon } ( \\widetilde { \\mathcal { F } } ) ^ { 1 / 2 } d \\epsilon } \\end{array}$ . Then, we have ", + "bbox": [ + 173, + 478, + 825, + 517 + ], + "page_idx": 16 + }, + { + "type": "equation", + "img_path": "images/c0c27879c94e4bf24392d0c1926fc20f7689d5fba1da7188e0521300a4de67e5.jpg", + "text": "$$\ni i i \\leqslant \\Upsilon _ { n } ( \\widetilde { \\mathcal { F } } ) + \\frac { 1 } { n ^ { 1 / 2 } } \\left( ( S _ { f } + 1 ) ^ { 1 / 2 } A _ { 1 } + A _ { 2 } \\right) + \\frac { A _ { 3 } } { n } .\n$$", + "text_format": "latex", + "bbox": [ + 325, + 521, + 673, + 551 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "About $I$ , we define $\\Gamma _ { g } : = 2 ( L _ { f } + 1 ) D _ { g } B _ { g }$ and obtain a similar bound as ", + "bbox": [ + 174, + 561, + 655, + 579 + ], + "page_idx": 16 + }, + { + "type": "equation", + "img_path": "images/d37a9814e431549b5d0424f6689ca2ea0f7491e0b17d45aa964d3cd02017f6a8.jpg", + "text": "$$\n\\begin{array} { r l r } & { } & { i \\leqslant \\Upsilon _ { m } ( \\widetilde { \\mathcal { F } } ) + \\displaystyle \\frac { 1 } { m ^ { 1 / 2 } } \\left( ( S _ { g } + 1 ) ^ { 1 / 2 } A _ { 1 } ^ { \\prime } + A _ { 2 } ^ { \\prime } \\right) + \\displaystyle \\frac { A _ { 3 } ^ { \\prime } } { m } , } \\\\ & { } & { A _ { 1 } ^ { \\prime } = \\smash { 1 2 ( \\log ^ { 1 / 2 } \\Gamma _ { f } + \\log ^ { 1 / 2 } \\Gamma _ { g } ) } , A _ { 2 } = C _ { \\widetilde { \\mathcal { F } } } \\log ^ { 1 / 2 } C _ { \\widetilde { \\mathcal { F } } } + C _ { \\mathcal { G } } \\log ^ { 1 / 2 } C _ { \\mathcal { G } } + 2 ( 2 \\tau \\sigma ^ { 2 } + C _ { \\theta } ) ^ { 1 / 2 } , } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 215, + 582, + 826, + 638 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "where and $A _ { 3 } \\stackrel { - } { = } 2 \\tau C _ { h } ( 2 / 3 + \\check { C } _ { \\theta } )$ . ", + "bbox": [ + 174, + 617, + 823, + 648 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "About $\\romannumeral 2$ , we evaluate the error from approximation by constructing a specific deep neural network for generators. We apply Lemma 3 and let $\\dot { \\boldsymbol g } = ( \\dot { g } _ { 1 } , . . . , \\dot { g } _ { D } )$ be a generator specified in Lemma 3. ", + "bbox": [ + 173, + 655, + 823, + 684 + ], + "page_idx": 16 + }, + { + "type": "equation", + "img_path": "images/87a1840845c38c2a8411f5cf730d1ca08ac2e938aa23bbbf3af0fde6ddecba99.jpg", + "text": "$$\n\\begin{array} { r l } & { \\mathrm { i } i = P _ { g } \\ast f - P _ { g } f } \\\\ & { = \\displaystyle \\int \\big ( f o { g ^ { \\ast } } - f o \\bar { g } i \\big ) d P _ { Z } } \\\\ & { \\lesssim L \\displaystyle \\int \\big | \\displaystyle { g ^ { \\ast } } - \\bar { g } \\big | | d P _ { Z } } \\\\ & { \\lesssim L _ { 1 } \\left( \\displaystyle \\sum _ { i \\neq [ D ] } \\left\\lceil g _ { i } ^ { \\ast } ( x ) - \\bar { g } _ { d } ( x ) \\right\\rceil ^ { 2 } d P _ { Z } ( x ) \\right) ^ { 1 / 2 } } \\\\ & { - L _ { 1 } \\left( \\displaystyle \\sum _ { i \\neq [ D ] } \\| g _ { i } ^ { \\ast } - \\bar { g } _ { d } \\| _ { L ^ { 2 } } ^ { 2 } \\right) ^ { 1 / 2 } } \\\\ & { \\lesssim \\epsilon _ { g , L } \\displaystyle L _ { 1 } D M _ { S } e ^ { \\frac { 1 } { g } / D } , } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 339, + 707, + 656, + 924 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "which follows $L _ { 1 }$ -Lipschitz continuity of $f$ , the Jensen’s inequality, the Cauchy-Schwartz inequality, compactness of the support $I ^ { D }$ , and uniformity of $P _ { Z }$ . Then, we have ", + "bbox": [ + 169, + 103, + 826, + 132 + ], + "page_idx": 17 + }, + { + "type": "equation", + "img_path": "images/f8c772a0ec8f554eb9da6fd8517f95537f30a8ed0b94fa5c49f046e5fc78d9ff.jpg", + "text": "$$\n\\begin{array} { r } { i i \\leqslant c _ { 2 } M D S _ { g } ^ { - \\beta / D } . } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 433, + 138, + 565, + 160 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "Combining the result, we obtain the result of Theorem 1. ", + "bbox": [ + 173, + 171, + 547, + 188 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "B.5 PROOF OF PROPOSITION 1 ", + "text_level": 1, + "bbox": [ + 174, + 203, + 398, + 218 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "When $P$ are globally smooth, we obtain a $\\beta$ -smooth density function on $I ^ { D }$ by its definition. Due to the smoothness, the studies for nonparametric statistics (Nadaraya, 1964; Ghosal et al., 2007; Efromovich, 2010; van der Vaart $\\&$ van Zanten, 2008; Tsybakov, 2009) guarantees that the methods (KDE,NB,SDE, and GP) obtain the rate $O ( n ^ { - \\beta / ( 2 \\beta + D ) } )$ with respect to the roof of $L ^ { 2 }$ norm. ", + "bbox": [ + 173, + 229, + 825, + 287 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "When $P$ have disconnected supports and locally smooth, we consider a following specific $P$ . Fix $M = 2$ . Let us define supports as $S _ { 1 } = \\widetilde { S } _ { 1 } = \\{ x \\in I ^ { D } \\mid x _ { 1 } \\leqslant 0 . 5 \\} \\subset I ^ { D }$ and $S _ { 2 } = \\bar { S } _ { 2 } = \\{ x \\in I ^ { D } \\mid $ $x _ { 1 } \\leqslant 0 . 5 \\} \\subset I ^ { D }$ . Also, $g _ { 1 } ( z ) = z$ and $g _ { 2 } : \\widetilde { S } _ { 2 } S _ { 2 }$ as ", + "bbox": [ + 173, + 294, + 825, + 342 + ], + "page_idx": 17 + }, + { + "type": "equation", + "img_path": "images/952c2c83ffeeba44a2c16663872e5c111863ef867e65db8ba4a7bd63cb194e57.jpg", + "text": "$$\ng _ { 2 } ( z ) = ( g _ { 2 , 1 } ( z _ { 1 } ) , . . . , g _ { 2 , D } ( z _ { D } ) ) ^ { \\top } ,\n$$", + "text_format": "latex", + "bbox": [ + 382, + 348, + 612, + 368 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "where $g _ { 2 , 1 } ( z _ { 1 } ) = 0 . 6 + c ( z _ { 1 } - 0 . 5 ) ^ { 1 / 3 }$ and $g _ { 2 , d } ( z _ { d } ) = z _ { d }$ for $d \\in [ D ] \\backslash \\{ 1 \\}$ with a constant $c$ . Then, by the proof of Lemma 1, $p _ { 2 } ( x )$ on $S _ { 2 }$ is a quadratic function with respect to $z _ { 1 }$ is 1-times differentiable but not twice-differentiable at the boundary $\\{ x \\in I ^ { D } \\mid x _ { 1 } = 0 . 6 \\dot \\}$ . Hence, the studies (Nadaraya, 1964; Ghosal et al., 2007; Efromovich, 2010; van der Vaart & van Zanten, 2008; Tsybakov, 2009) provides that the generalization error of the methods is bounded by $O ( n ^ { - \\beta / ( 2 \\beta + D ) } )$ with $\\beta = 1$ . ", + "bbox": [ + 173, + 375, + 826, + 449 + ], + "page_idx": 17 + } +] \ No newline at end of file diff --git a/parse/train/B1x5KiCcFX/B1x5KiCcFX_middle.json b/parse/train/B1x5KiCcFX/B1x5KiCcFX_middle.json new file mode 100644 index 0000000000000000000000000000000000000000..44f0c4d78d6a60cbb74d2a0b7434d0beae3e5470 --- /dev/null +++ b/parse/train/B1x5KiCcFX/B1x5KiCcFX_middle.json @@ -0,0 +1,62436 @@ +{ + "pdf_info": [ + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 108, + 78, + 503, + 116 + ], + "lines": [ + { + "bbox": [ + 105, + 77, + 506, + 98 + ], + "spans": [ + { + "bbox": [ + 105, + 77, + 506, + 98 + ], + "score": 1.0, + "content": "UNDERSTANDING GANS VIA GENERALIZATION", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 99, + 412, + 118 + ], + "spans": [ + { + "bbox": [ + 106, + 99, + 412, + 118 + ], + "score": 1.0, + "content": "ANALYSIS FOR DISCONNECTED SUPPORT", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "text", + "bbox": [ + 112, + 135, + 244, + 157 + ], + "lines": [ + { + "bbox": [ + 113, + 135, + 201, + 147 + ], + "spans": [ + { + "bbox": [ + 113, + 135, + 201, + 147 + ], + "score": 1.0, + "content": "Anonymous authors", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 111, + 146, + 245, + 158 + ], + "spans": [ + { + "bbox": [ + 111, + 146, + 245, + 158 + ], + "score": 1.0, + "content": "Paper under double-blind review", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 2.5 + }, + { + "type": "title", + "bbox": [ + 278, + 186, + 333, + 199 + ], + "lines": [ + { + "bbox": [ + 276, + 185, + 336, + 200 + ], + "spans": [ + { + "bbox": [ + 276, + 185, + 336, + 200 + ], + "score": 1.0, + "content": "ABSTRACT", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 143, + 209, + 468, + 363 + ], + "lines": [ + { + "bbox": [ + 142, + 209, + 470, + 222 + ], + "spans": [ + { + "bbox": [ + 142, + 209, + 470, + 222 + ], + "score": 1.0, + "content": "This paper provides theoretical analysis of generative adversarial networks (GANs)", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 141, + 220, + 470, + 234 + ], + "spans": [ + { + "bbox": [ + 141, + 220, + 470, + 234 + ], + "score": 1.0, + "content": "to explain its advantages over other standard methods of learning probability", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 141, + 231, + 469, + 245 + ], + "spans": [ + { + "bbox": [ + 141, + 231, + 469, + 245 + ], + "score": 1.0, + "content": "measures. GANs learn a probability through observations, using the objective", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 142, + 243, + 469, + 255 + ], + "spans": [ + { + "bbox": [ + 142, + 243, + 469, + 255 + ], + "score": 1.0, + "content": "function with a generator and a discriminator. While many empirical results", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 141, + 254, + 470, + 266 + ], + "spans": [ + { + "bbox": [ + 141, + 254, + 470, + 266 + ], + "score": 1.0, + "content": "indicate that GANs can generate realistic samples, the reason for such successful", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 141, + 265, + 469, + 276 + ], + "spans": [ + { + "bbox": [ + 141, + 265, + 469, + 276 + ], + "score": 1.0, + "content": "performance remains unelucidated. This paper focuses the situation where the", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 141, + 276, + 470, + 288 + ], + "spans": [ + { + "bbox": [ + 141, + 276, + 470, + 288 + ], + "score": 1.0, + "content": "target probability measure satisfies the disconnected support property, which means", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 141, + 287, + 470, + 298 + ], + "spans": [ + { + "bbox": [ + 141, + 287, + 470, + 298 + ], + "score": 1.0, + "content": "a separate support of a probability, and relates it with the advantage of GANs. It is", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 141, + 298, + 470, + 310 + ], + "spans": [ + { + "bbox": [ + 141, + 298, + 470, + 310 + ], + "score": 1.0, + "content": "theoretically shown that, unlike other popular models, GANs do not suffer from", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 141, + 308, + 470, + 321 + ], + "spans": [ + { + "bbox": [ + 141, + 308, + 470, + 321 + ], + "score": 1.0, + "content": "the decrease of generalization performance caused by the disconnected support", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 141, + 320, + 470, + 331 + ], + "spans": [ + { + "bbox": [ + 141, + 320, + 470, + 331 + ], + "score": 1.0, + "content": "property. We rigorously quantify the generalization performance of GANs of a", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 141, + 331, + 469, + 342 + ], + "spans": [ + { + "bbox": [ + 141, + 331, + 469, + 342 + ], + "score": 1.0, + "content": "given architecture, and compare it with the performance of the other models. Based", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 142, + 342, + 469, + 353 + ], + "spans": [ + { + "bbox": [ + 142, + 342, + 469, + 353 + ], + "score": 1.0, + "content": "on the theory, we also provide a guideline for selecting deep network architecture", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 141, + 351, + 466, + 365 + ], + "spans": [ + { + "bbox": [ + 141, + 351, + 466, + 365 + ], + "score": 1.0, + "content": "for GANs. We demonstrate some numerical examples which support our results.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 11.5 + }, + { + "type": "title", + "bbox": [ + 109, + 383, + 206, + 395 + ], + "lines": [ + { + "bbox": [ + 105, + 381, + 208, + 397 + ], + "spans": [ + { + "bbox": [ + 105, + 381, + 208, + 397 + ], + "score": 1.0, + "content": "1 INTRODUCTION", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 19 + }, + { + "type": "text", + "bbox": [ + 107, + 406, + 505, + 495 + ], + "lines": [ + { + "bbox": [ + 106, + 406, + 506, + 419 + ], + "spans": [ + { + "bbox": [ + 106, + 406, + 506, + 419 + ], + "score": 1.0, + "content": "Generative Adversarial Networks (GANs) (Goodfellow et al., 2014) attract much attention as tech-", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 418, + 505, + 430 + ], + "spans": [ + { + "bbox": [ + 106, + 418, + 505, + 430 + ], + "score": 1.0, + "content": "nology for learning a distribution and generating data. The purpose of GANs is to learn a probability", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 429, + 506, + 441 + ], + "spans": [ + { + "bbox": [ + 106, + 429, + 506, + 441 + ], + "score": 1.0, + "content": "measure from a given dataset and generate samples from the learned measure. It is often seen that", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 440, + 506, + 451 + ], + "spans": [ + { + "bbox": [ + 105, + 440, + 506, + 451 + ], + "score": 1.0, + "content": "samples generated by GANs can extract effectively features in the real world; it is difficult, for", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 451, + 506, + 463 + ], + "spans": [ + { + "bbox": [ + 106, + 451, + 506, + 463 + ], + "score": 1.0, + "content": "instance, to distinguish real images and generated images. By practical successes, a countless number", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 461, + 506, + 473 + ], + "spans": [ + { + "bbox": [ + 105, + 461, + 506, + 473 + ], + "score": 1.0, + "content": "of variations of GANs have been developed (Dziugaite et al., 2015; Arjovsky et al., 2017; Li et al.,", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 472, + 506, + 485 + ], + "spans": [ + { + "bbox": [ + 105, + 472, + 506, + 485 + ], + "score": 1.0, + "content": "2015; Nowozin et al., 2016; Gulrajani et al., 2017; Zhao et al., 2016), and applied to a wide range of", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 483, + 341, + 496 + ], + "spans": [ + { + "bbox": [ + 106, + 483, + 341, + 496 + ], + "score": 1.0, + "content": "tasks (Reed et al., 2016; Zhu et al., 2017; Gauthier, 2014).", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 23.5 + }, + { + "type": "text", + "bbox": [ + 107, + 500, + 505, + 599 + ], + "lines": [ + { + "bbox": [ + 106, + 500, + 506, + 513 + ], + "spans": [ + { + "bbox": [ + 106, + 500, + 506, + 513 + ], + "score": 1.0, + "content": "Understanding the remarkable performance of GANs is, however, still a challenging problem. There", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 510, + 506, + 524 + ], + "spans": [ + { + "bbox": [ + 105, + 510, + 506, + 524 + ], + "score": 1.0, + "content": "are active discussions on the role of generators in its learning scheme (Goodfellow, 2016; Arjovsky &", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 522, + 505, + 534 + ], + "spans": [ + { + "bbox": [ + 106, + 522, + 505, + 534 + ], + "score": 1.0, + "content": "Bottou, 2017; Arora et al., 2018; Creswell et al., 2018), and adversarial structures with discriminators", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 532, + 506, + 546 + ], + "spans": [ + { + "bbox": [ + 105, + 532, + 506, + 546 + ], + "score": 1.0, + "content": "are also a target of interest (Lotter et al., 2015; Zhang et al., 2018). A gaming structure between gen-", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 545, + 505, + 556 + ], + "spans": [ + { + "bbox": [ + 105, + 545, + 505, + 556 + ], + "score": 1.0, + "content": "erators and discriminators is also regarded as a useful factor in the mechanism of GANs (Mescheder", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 555, + 506, + 568 + ], + "spans": [ + { + "bbox": [ + 105, + 555, + 506, + 568 + ], + "score": 1.0, + "content": "et al., 2017; Arora et al., 2017; Heusel et al., 2017). Generalization performance of GANs has been", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 566, + 505, + 578 + ], + "spans": [ + { + "bbox": [ + 106, + 566, + 505, + 578 + ], + "score": 1.0, + "content": "investigated in several studies (Liang, 2017; Liu et al., 2017; Tolstikhin et al., 2017). In spite of these", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 577, + 505, + 590 + ], + "spans": [ + { + "bbox": [ + 105, + 577, + 505, + 590 + ], + "score": 1.0, + "content": "studies, it is not yet clear why GANs can generate well-extracted data better than other standard", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 588, + 145, + 600 + ], + "spans": [ + { + "bbox": [ + 105, + 588, + 145, + 600 + ], + "score": 1.0, + "content": "methods.", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 32 + }, + { + "type": "text", + "bbox": [ + 107, + 605, + 505, + 671 + ], + "lines": [ + { + "bbox": [ + 105, + 604, + 505, + 617 + ], + "spans": [ + { + "bbox": [ + 105, + 604, + 505, + 617 + ], + "score": 1.0, + "content": "This paper introduces the disconnected support property, and explains an advantage of GANs in", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 615, + 505, + 628 + ], + "spans": [ + { + "bbox": [ + 105, + 615, + 505, + 628 + ], + "score": 1.0, + "content": "connection with this notion. The disconnected support property refers to a probability measures of", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 627, + 505, + 639 + ], + "spans": [ + { + "bbox": [ + 106, + 627, + 505, + 639 + ], + "score": 1.0, + "content": "which the support is divided into several disjoint sets, allowing non-differentiable density on the", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 638, + 506, + 651 + ], + "spans": [ + { + "bbox": [ + 105, + 638, + 506, + 651 + ], + "score": 1.0, + "content": "boundary. The property makes a probability measure be complex, hence it can be an obstacle for", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 648, + 505, + 662 + ], + "spans": [ + { + "bbox": [ + 105, + 648, + 505, + 662 + ], + "score": 1.0, + "content": "standard methods to learn the measure effectively. This property, however, is popularly seen in many", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 660, + 416, + 672 + ], + "spans": [ + { + "bbox": [ + 105, + 660, + 416, + 672 + ], + "score": 1.0, + "content": "real data, especially data with cluster structure, as demonstrated in Section 3.", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 39.5 + }, + { + "type": "text", + "bbox": [ + 107, + 677, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 677, + 506, + 689 + ], + "spans": [ + { + "bbox": [ + 106, + 677, + 506, + 689 + ], + "score": 1.0, + "content": "We investigate in detail the approximation and estimation ability of GANs and some other methods,", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 687, + 506, + 701 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 506, + 701 + ], + "score": 1.0, + "content": "and provide novel generalization analysis of probability measures with disconnected support. Firstly,", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 698, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 505, + 711 + ], + "score": 1.0, + "content": "we show that the other methods suffer worse generalization performance due to complex structures", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 106, + 710, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 710, + 505, + 722 + ], + "score": 1.0, + "content": "of disconnected supports (Proposition 1 and Lemma 2). Secondly, our generalization analysis reveals", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 720, + 506, + 735 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 506, + 735 + ], + "score": 1.0, + "content": "that GANs can learn the probability measure without loss of efficiency under the the disconnected", + "type": "text" + } + ], + "index": 47 + } + ], + "index": 45 + } + ], + "page_idx": 0, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 107, + 26, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 107, + 26, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2019", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 752, + 308, + 760 + ], + "lines": [ + { + "bbox": [ + 302, + 751, + 309, + 762 + ], + "spans": [ + { + "bbox": [ + 302, + 751, + 309, + 762 + ], + "score": 1.0, + "content": "1", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "title", + "bbox": [ + 108, + 78, + 503, + 116 + ], + "lines": [ + { + "bbox": [ + 105, + 77, + 506, + 98 + ], + "spans": [ + { + "bbox": [ + 105, + 77, + 506, + 98 + ], + "score": 1.0, + "content": "UNDERSTANDING GANS VIA GENERALIZATION", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 99, + 412, + 118 + ], + "spans": [ + { + "bbox": [ + 106, + 99, + 412, + 118 + ], + "score": 1.0, + "content": "ANALYSIS FOR DISCONNECTED SUPPORT", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "text", + "bbox": [ + 112, + 135, + 244, + 157 + ], + "lines": [ + { + "bbox": [ + 113, + 135, + 201, + 147 + ], + "spans": [ + { + "bbox": [ + 113, + 135, + 201, + 147 + ], + "score": 1.0, + "content": "Anonymous authors", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 111, + 146, + 245, + 158 + ], + "spans": [ + { + "bbox": [ + 111, + 146, + 245, + 158 + ], + "score": 1.0, + "content": "Paper under double-blind review", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 2.5, + "bbox_fs": [ + 111, + 135, + 245, + 158 + ] + }, + { + "type": "title", + "bbox": [ + 278, + 186, + 333, + 199 + ], + "lines": [ + { + "bbox": [ + 276, + 185, + 336, + 200 + ], + "spans": [ + { + "bbox": [ + 276, + 185, + 336, + 200 + ], + "score": 1.0, + "content": "ABSTRACT", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 143, + 209, + 468, + 363 + ], + "lines": [ + { + "bbox": [ + 142, + 209, + 470, + 222 + ], + "spans": [ + { + "bbox": [ + 142, + 209, + 470, + 222 + ], + "score": 1.0, + "content": "This paper provides theoretical analysis of generative adversarial networks (GANs)", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 141, + 220, + 470, + 234 + ], + "spans": [ + { + "bbox": [ + 141, + 220, + 470, + 234 + ], + "score": 1.0, + "content": "to explain its advantages over other standard methods of learning probability", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 141, + 231, + 469, + 245 + ], + "spans": [ + { + "bbox": [ + 141, + 231, + 469, + 245 + ], + "score": 1.0, + "content": "measures. GANs learn a probability through observations, using the objective", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 142, + 243, + 469, + 255 + ], + "spans": [ + { + "bbox": [ + 142, + 243, + 469, + 255 + ], + "score": 1.0, + "content": "function with a generator and a discriminator. While many empirical results", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 141, + 254, + 470, + 266 + ], + "spans": [ + { + "bbox": [ + 141, + 254, + 470, + 266 + ], + "score": 1.0, + "content": "indicate that GANs can generate realistic samples, the reason for such successful", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 141, + 265, + 469, + 276 + ], + "spans": [ + { + "bbox": [ + 141, + 265, + 469, + 276 + ], + "score": 1.0, + "content": "performance remains unelucidated. This paper focuses the situation where the", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 141, + 276, + 470, + 288 + ], + "spans": [ + { + "bbox": [ + 141, + 276, + 470, + 288 + ], + "score": 1.0, + "content": "target probability measure satisfies the disconnected support property, which means", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 141, + 287, + 470, + 298 + ], + "spans": [ + { + "bbox": [ + 141, + 287, + 470, + 298 + ], + "score": 1.0, + "content": "a separate support of a probability, and relates it with the advantage of GANs. It is", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 141, + 298, + 470, + 310 + ], + "spans": [ + { + "bbox": [ + 141, + 298, + 470, + 310 + ], + "score": 1.0, + "content": "theoretically shown that, unlike other popular models, GANs do not suffer from", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 141, + 308, + 470, + 321 + ], + "spans": [ + { + "bbox": [ + 141, + 308, + 470, + 321 + ], + "score": 1.0, + "content": "the decrease of generalization performance caused by the disconnected support", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 141, + 320, + 470, + 331 + ], + "spans": [ + { + "bbox": [ + 141, + 320, + 470, + 331 + ], + "score": 1.0, + "content": "property. We rigorously quantify the generalization performance of GANs of a", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 141, + 331, + 469, + 342 + ], + "spans": [ + { + "bbox": [ + 141, + 331, + 469, + 342 + ], + "score": 1.0, + "content": "given architecture, and compare it with the performance of the other models. Based", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 142, + 342, + 469, + 353 + ], + "spans": [ + { + "bbox": [ + 142, + 342, + 469, + 353 + ], + "score": 1.0, + "content": "on the theory, we also provide a guideline for selecting deep network architecture", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 141, + 351, + 466, + 365 + ], + "spans": [ + { + "bbox": [ + 141, + 351, + 466, + 365 + ], + "score": 1.0, + "content": "for GANs. We demonstrate some numerical examples which support our results.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 11.5, + "bbox_fs": [ + 141, + 209, + 470, + 365 + ] + }, + { + "type": "title", + "bbox": [ + 109, + 383, + 206, + 395 + ], + "lines": [ + { + "bbox": [ + 105, + 381, + 208, + 397 + ], + "spans": [ + { + "bbox": [ + 105, + 381, + 208, + 397 + ], + "score": 1.0, + "content": "1 INTRODUCTION", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 19 + }, + { + "type": "text", + "bbox": [ + 107, + 406, + 505, + 495 + ], + "lines": [ + { + "bbox": [ + 106, + 406, + 506, + 419 + ], + "spans": [ + { + "bbox": [ + 106, + 406, + 506, + 419 + ], + "score": 1.0, + "content": "Generative Adversarial Networks (GANs) (Goodfellow et al., 2014) attract much attention as tech-", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 418, + 505, + 430 + ], + "spans": [ + { + "bbox": [ + 106, + 418, + 505, + 430 + ], + "score": 1.0, + "content": "nology for learning a distribution and generating data. The purpose of GANs is to learn a probability", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 429, + 506, + 441 + ], + "spans": [ + { + "bbox": [ + 106, + 429, + 506, + 441 + ], + "score": 1.0, + "content": "measure from a given dataset and generate samples from the learned measure. It is often seen that", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 440, + 506, + 451 + ], + "spans": [ + { + "bbox": [ + 105, + 440, + 506, + 451 + ], + "score": 1.0, + "content": "samples generated by GANs can extract effectively features in the real world; it is difficult, for", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 451, + 506, + 463 + ], + "spans": [ + { + "bbox": [ + 106, + 451, + 506, + 463 + ], + "score": 1.0, + "content": "instance, to distinguish real images and generated images. By practical successes, a countless number", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 461, + 506, + 473 + ], + "spans": [ + { + "bbox": [ + 105, + 461, + 506, + 473 + ], + "score": 1.0, + "content": "of variations of GANs have been developed (Dziugaite et al., 2015; Arjovsky et al., 2017; Li et al.,", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 472, + 506, + 485 + ], + "spans": [ + { + "bbox": [ + 105, + 472, + 506, + 485 + ], + "score": 1.0, + "content": "2015; Nowozin et al., 2016; Gulrajani et al., 2017; Zhao et al., 2016), and applied to a wide range of", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 483, + 341, + 496 + ], + "spans": [ + { + "bbox": [ + 106, + 483, + 341, + 496 + ], + "score": 1.0, + "content": "tasks (Reed et al., 2016; Zhu et al., 2017; Gauthier, 2014).", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 23.5, + "bbox_fs": [ + 105, + 406, + 506, + 496 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 500, + 505, + 599 + ], + "lines": [ + { + "bbox": [ + 106, + 500, + 506, + 513 + ], + "spans": [ + { + "bbox": [ + 106, + 500, + 506, + 513 + ], + "score": 1.0, + "content": "Understanding the remarkable performance of GANs is, however, still a challenging problem. There", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 510, + 506, + 524 + ], + "spans": [ + { + "bbox": [ + 105, + 510, + 506, + 524 + ], + "score": 1.0, + "content": "are active discussions on the role of generators in its learning scheme (Goodfellow, 2016; Arjovsky &", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 522, + 505, + 534 + ], + "spans": [ + { + "bbox": [ + 106, + 522, + 505, + 534 + ], + "score": 1.0, + "content": "Bottou, 2017; Arora et al., 2018; Creswell et al., 2018), and adversarial structures with discriminators", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 532, + 506, + 546 + ], + "spans": [ + { + "bbox": [ + 105, + 532, + 506, + 546 + ], + "score": 1.0, + "content": "are also a target of interest (Lotter et al., 2015; Zhang et al., 2018). A gaming structure between gen-", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 545, + 505, + 556 + ], + "spans": [ + { + "bbox": [ + 105, + 545, + 505, + 556 + ], + "score": 1.0, + "content": "erators and discriminators is also regarded as a useful factor in the mechanism of GANs (Mescheder", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 555, + 506, + 568 + ], + "spans": [ + { + "bbox": [ + 105, + 555, + 506, + 568 + ], + "score": 1.0, + "content": "et al., 2017; Arora et al., 2017; Heusel et al., 2017). Generalization performance of GANs has been", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 566, + 505, + 578 + ], + "spans": [ + { + "bbox": [ + 106, + 566, + 505, + 578 + ], + "score": 1.0, + "content": "investigated in several studies (Liang, 2017; Liu et al., 2017; Tolstikhin et al., 2017). In spite of these", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 577, + 505, + 590 + ], + "spans": [ + { + "bbox": [ + 105, + 577, + 505, + 590 + ], + "score": 1.0, + "content": "studies, it is not yet clear why GANs can generate well-extracted data better than other standard", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 588, + 145, + 600 + ], + "spans": [ + { + "bbox": [ + 105, + 588, + 145, + 600 + ], + "score": 1.0, + "content": "methods.", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 32, + "bbox_fs": [ + 105, + 500, + 506, + 600 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 605, + 505, + 671 + ], + "lines": [ + { + "bbox": [ + 105, + 604, + 505, + 617 + ], + "spans": [ + { + "bbox": [ + 105, + 604, + 505, + 617 + ], + "score": 1.0, + "content": "This paper introduces the disconnected support property, and explains an advantage of GANs in", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 615, + 505, + 628 + ], + "spans": [ + { + "bbox": [ + 105, + 615, + 505, + 628 + ], + "score": 1.0, + "content": "connection with this notion. The disconnected support property refers to a probability measures of", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 627, + 505, + 639 + ], + "spans": [ + { + "bbox": [ + 106, + 627, + 505, + 639 + ], + "score": 1.0, + "content": "which the support is divided into several disjoint sets, allowing non-differentiable density on the", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 638, + 506, + 651 + ], + "spans": [ + { + "bbox": [ + 105, + 638, + 506, + 651 + ], + "score": 1.0, + "content": "boundary. The property makes a probability measure be complex, hence it can be an obstacle for", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 648, + 505, + 662 + ], + "spans": [ + { + "bbox": [ + 105, + 648, + 505, + 662 + ], + "score": 1.0, + "content": "standard methods to learn the measure effectively. This property, however, is popularly seen in many", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 660, + 416, + 672 + ], + "spans": [ + { + "bbox": [ + 105, + 660, + 416, + 672 + ], + "score": 1.0, + "content": "real data, especially data with cluster structure, as demonstrated in Section 3.", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 39.5, + "bbox_fs": [ + 105, + 604, + 506, + 672 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 677, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 677, + 506, + 689 + ], + "spans": [ + { + "bbox": [ + 106, + 677, + 506, + 689 + ], + "score": 1.0, + "content": "We investigate in detail the approximation and estimation ability of GANs and some other methods,", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 687, + 506, + 701 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 506, + 701 + ], + "score": 1.0, + "content": "and provide novel generalization analysis of probability measures with disconnected support. Firstly,", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 698, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 505, + 711 + ], + "score": 1.0, + "content": "we show that the other methods suffer worse generalization performance due to complex structures", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 106, + 710, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 710, + 505, + 722 + ], + "score": 1.0, + "content": "of disconnected supports (Proposition 1 and Lemma 2). Secondly, our generalization analysis reveals", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 720, + 506, + 735 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 506, + 735 + ], + "score": 1.0, + "content": "that GANs can learn the probability measure without loss of efficiency under the the disconnected", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 82, + 506, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 506, + 96 + ], + "score": 1.0, + "content": "supports (Theorem 1, Corollary 1 and ??). Additionally, we derive a guideline for choosing the", + "type": "text", + "cross_page": true + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 94, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 106, + 94, + 505, + 106 + ], + "score": 1.0, + "content": "number of layers or connections of the generator and discriminator from the generalization analysis.", + "type": "text", + "cross_page": true + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 104, + 309, + 118 + ], + "spans": [ + { + "bbox": [ + 106, + 104, + 309, + 118 + ], + "score": 1.0, + "content": "Numerical results support our theoretical findings.", + "type": "text", + "cross_page": true + } + ], + "index": 2 + } + ], + "index": 45, + "bbox_fs": [ + 105, + 677, + 506, + 735 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 108, + 82, + 504, + 116 + ], + "lines": [ + { + "bbox": [ + 105, + 82, + 506, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 506, + 96 + ], + "score": 1.0, + "content": "supports (Theorem 1, Corollary 1 and ??). Additionally, we derive a guideline for choosing the", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 94, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 106, + 94, + 505, + 106 + ], + "score": 1.0, + "content": "number of layers or connections of the generator and discriminator from the generalization analysis.", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 104, + 309, + 118 + ], + "spans": [ + { + "bbox": [ + 106, + 104, + 309, + 118 + ], + "score": 1.0, + "content": "Numerical results support our theoretical findings.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1 + }, + { + "type": "text", + "bbox": [ + 106, + 121, + 505, + 199 + ], + "lines": [ + { + "bbox": [ + 106, + 121, + 505, + 134 + ], + "spans": [ + { + "bbox": [ + 106, + 121, + 505, + 134 + ], + "score": 1.0, + "content": "We remark that the disconnected support property is different from the low-dimensional supports", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 132, + 506, + 145 + ], + "spans": [ + { + "bbox": [ + 106, + 132, + 506, + 145 + ], + "score": 1.0, + "content": "studied in Arjovsky & Bottou (2017), where the support of a measure generated by neural networks is", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 144, + 505, + 156 + ], + "spans": [ + { + "bbox": [ + 106, + 144, + 505, + 156 + ], + "score": 1.0, + "content": "disjoint to the measure of observations. In contrast, this paper considers the case in which the support", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 153, + 505, + 167 + ], + "spans": [ + { + "bbox": [ + 105, + 153, + 505, + 167 + ], + "score": 1.0, + "content": "of the observation measure is divided into disjoint subsets. The problem of disconnected supports", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 164, + 506, + 178 + ], + "spans": [ + { + "bbox": [ + 105, + 164, + 506, + 178 + ], + "score": 1.0, + "content": "is complement to the low-dimensionality, hence these two problems can be investigated separately.", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 104, + 175, + 506, + 190 + ], + "spans": [ + { + "bbox": [ + 104, + 175, + 506, + 190 + ], + "score": 1.0, + "content": "In this paper, to simplify the discussion, we assume that the support of a probability measure is not", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 187, + 178, + 199 + ], + "spans": [ + { + "bbox": [ + 106, + 187, + 178, + 199 + ], + "score": 1.0, + "content": "low-dimensional.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 6 + }, + { + "type": "text", + "bbox": [ + 107, + 204, + 342, + 216 + ], + "lines": [ + { + "bbox": [ + 106, + 204, + 343, + 217 + ], + "spans": [ + { + "bbox": [ + 106, + 204, + 343, + 217 + ], + "score": 1.0, + "content": "The contributions of this paper are summarized as follows:", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 10 + }, + { + "type": "text", + "bbox": [ + 129, + 225, + 505, + 302 + ], + "lines": [ + { + "bbox": [ + 129, + 223, + 505, + 239 + ], + "spans": [ + { + "bbox": [ + 129, + 223, + 505, + 239 + ], + "score": 1.0, + "content": "1. We show that GANs perform better than other standard methods of estimating probability", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 141, + 236, + 430, + 249 + ], + "spans": [ + { + "bbox": [ + 141, + 236, + 430, + 249 + ], + "score": 1.0, + "content": "measures when the measure satisfies the disconnected support property.", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 130, + 247, + 505, + 261 + ], + "spans": [ + { + "bbox": [ + 130, + 247, + 505, + 261 + ], + "score": 1.0, + "content": "2. We provide a new generalization error bound under a general formulation of GANs by", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 141, + 258, + 505, + 271 + ], + "spans": [ + { + "bbox": [ + 141, + 258, + 505, + 271 + ], + "score": 1.0, + "content": "analyzing an approximation error. The result is thus applicable to a wide range of variations", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 142, + 269, + 183, + 280 + ], + "spans": [ + { + "bbox": [ + 142, + 269, + 183, + 280 + ], + "score": 1.0, + "content": "of GANs.", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 128, + 279, + 506, + 293 + ], + "spans": [ + { + "bbox": [ + 128, + 279, + 506, + 293 + ], + "score": 1.0, + "content": "3. Based on the generalization bound, we provide a theoretical guideline for selecting architec-", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 141, + 291, + 299, + 303 + ], + "spans": [ + { + "bbox": [ + 141, + 291, + 299, + 303 + ], + "score": 1.0, + "content": "tures of generators and discriminators.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 14 + }, + { + "type": "text", + "bbox": [ + 106, + 312, + 316, + 324 + ], + "lines": [ + { + "bbox": [ + 106, + 312, + 317, + 325 + ], + "spans": [ + { + "bbox": [ + 106, + 312, + 317, + 325 + ], + "score": 1.0, + "content": "All the proofs are given in Supplementary materials.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 18 + }, + { + "type": "title", + "bbox": [ + 108, + 339, + 208, + 352 + ], + "lines": [ + { + "bbox": [ + 104, + 337, + 210, + 355 + ], + "spans": [ + { + "bbox": [ + 104, + 337, + 210, + 355 + ], + "score": 1.0, + "content": "2 PRELIMINARIES", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 19 + }, + { + "type": "title", + "bbox": [ + 107, + 364, + 177, + 375 + ], + "lines": [ + { + "bbox": [ + 105, + 363, + 178, + 377 + ], + "spans": [ + { + "bbox": [ + 105, + 363, + 178, + 377 + ], + "score": 1.0, + "content": "2.1 NOTATION", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 20 + }, + { + "type": "text", + "bbox": [ + 106, + 384, + 506, + 523 + ], + "lines": [ + { + "bbox": [ + 104, + 383, + 504, + 398 + ], + "spans": [ + { + "bbox": [ + 104, + 383, + 177, + 398 + ], + "score": 1.0, + "content": "We use notations", + "type": "text" + }, + { + "bbox": [ + 177, + 385, + 221, + 397 + ], + "score": 0.92, + "content": "I : = [ 0 , 1 ]", + "type": "inline_equation" + }, + { + "bbox": [ + 221, + 383, + 235, + 398 + ], + "score": 1.0, + "content": ". A", + "type": "text" + }, + { + "bbox": [ + 235, + 386, + 241, + 397 + ], + "score": 0.81, + "content": "j", + "type": "inline_equation" + }, + { + "bbox": [ + 241, + 383, + 333, + 398 + ], + "score": 1.0, + "content": "-th element of a vector", + "type": "text" + }, + { + "bbox": [ + 333, + 385, + 339, + 395 + ], + "score": 0.78, + "content": "b", + "type": "inline_equation" + }, + { + "bbox": [ + 339, + 383, + 396, + 398 + ], + "score": 1.0, + "content": "is denoted by", + "type": "text" + }, + { + "bbox": [ + 396, + 385, + 406, + 397 + ], + "score": 0.89, + "content": "b _ { j }", + "type": "inline_equation" + }, + { + "bbox": [ + 406, + 383, + 427, + 398 + ], + "score": 1.0, + "content": ", and", + "type": "text" + }, + { + "bbox": [ + 427, + 383, + 504, + 398 + ], + "score": 0.93, + "content": "\\begin{array} { r } { \\| b \\| _ { q } : = ( \\sum _ { j } b _ { j } ^ { q } ) ^ { 1 / q } } \\end{array}", + "type": "inline_equation" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 396, + 504, + 411 + ], + "spans": [ + { + "bbox": [ + 105, + 396, + 132, + 411 + ], + "score": 1.0, + "content": "is the", + "type": "text" + }, + { + "bbox": [ + 133, + 399, + 139, + 409 + ], + "score": 0.74, + "content": "q", + "type": "inline_equation" + }, + { + "bbox": [ + 139, + 396, + 167, + 411 + ], + "score": 1.0, + "content": "-norm", + "type": "text" + }, + { + "bbox": [ + 167, + 398, + 217, + 410 + ], + "score": 0.86, + "content": "( q \\in [ 0 , \\infty ] )", + "type": "inline_equation" + }, + { + "bbox": [ + 218, + 396, + 225, + 411 + ], + "score": 1.0, + "content": ".", + "type": "text" + }, + { + "bbox": [ + 226, + 397, + 252, + 410 + ], + "score": 0.68, + "content": "\\mathrm { v e c } ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 252, + 396, + 442, + 411 + ], + "score": 1.0, + "content": "is a vectorization operator for matrices. For", + "type": "text" + }, + { + "bbox": [ + 442, + 398, + 504, + 410 + ], + "score": 0.78, + "content": "z \\in \\mathbb { N } , [ z ] : =", + "type": "inline_equation" + } + ], + "index": 22 + }, + { + "bbox": [ + 107, + 408, + 506, + 421 + ], + "spans": [ + { + "bbox": [ + 107, + 409, + 158, + 421 + ], + "score": 0.92, + "content": "\\{ 1 , 2 , \\ldots , z \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 158, + 408, + 325, + 421 + ], + "score": 1.0, + "content": "is a set of positive integers no more than", + "type": "text" + }, + { + "bbox": [ + 325, + 411, + 331, + 419 + ], + "score": 0.72, + "content": "z", + "type": "inline_equation" + }, + { + "bbox": [ + 331, + 408, + 352, + 421 + ], + "score": 1.0, + "content": ". For", + "type": "text" + }, + { + "bbox": [ + 352, + 409, + 377, + 419 + ], + "score": 0.87, + "content": "\\alpha \\in \\mathbb { R }", + "type": "inline_equation" + }, + { + "bbox": [ + 378, + 408, + 381, + 421 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 381, + 408, + 396, + 421 + ], + "score": 0.83, + "content": "\\lfloor \\alpha \\rfloor", + "type": "inline_equation" + }, + { + "bbox": [ + 396, + 408, + 506, + 421 + ], + "score": 1.0, + "content": "denotes the largest integer", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 419, + 506, + 432 + ], + "spans": [ + { + "bbox": [ + 105, + 419, + 209, + 432 + ], + "score": 1.0, + "content": "which is not larger than ş", + "type": "text" + }, + { + "bbox": [ + 210, + 421, + 217, + 429 + ], + "score": 0.75, + "content": "\\alpha", + "type": "inline_equation" + }, + { + "bbox": [ + 218, + 419, + 284, + 432 + ], + "score": 1.0, + "content": ". For a domain", + "type": "text" + }, + { + "bbox": [ + 285, + 420, + 293, + 429 + ], + "score": 0.82, + "content": "\\Omega", + "type": "inline_equation" + }, + { + "bbox": [ + 294, + 419, + 449, + 432 + ], + "score": 1.0, + "content": "in a Euclidean space and a function", + "type": "text" + }, + { + "bbox": [ + 450, + 420, + 502, + 431 + ], + "score": 0.91, + "content": "f : \\Omega \\mathbb { R }", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 419, + 506, + 432 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 107, + 430, + 507, + 445 + ], + "spans": [ + { + "bbox": [ + 107, + 430, + 218, + 444 + ], + "score": 0.91, + "content": "\\Vert f \\Vert _ { L ^ { p } } : = ( \\int _ { \\Omega } | f ( t ) | ^ { p } d t ) ^ { 1 / p }", + "type": "inline_equation" + }, + { + "bbox": [ + 218, + 430, + 269, + 445 + ], + "score": 1.0, + "content": "denotes the", + "type": "text" + }, + { + "bbox": [ + 270, + 432, + 282, + 442 + ], + "score": 0.86, + "content": "L ^ { p }", + "type": "inline_equation" + }, + { + "bbox": [ + 282, + 430, + 324, + 445 + ], + "score": 1.0, + "content": "norm for", + "type": "text" + }, + { + "bbox": [ + 324, + 431, + 368, + 444 + ], + "score": 0.92, + "content": "p \\in [ 0 , \\infty ]", + "type": "inline_equation" + }, + { + "bbox": [ + 368, + 430, + 391, + 445 + ], + "score": 1.0, + "content": ". For", + "type": "text" + }, + { + "bbox": [ + 392, + 431, + 448, + 443 + ], + "score": 0.92, + "content": "f : \\Omega \\to \\mathbb { R } ^ { D }", + "type": "inline_equation" + }, + { + "bbox": [ + 448, + 430, + 507, + 445 + ], + "score": 1.0, + "content": "with a multi-", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 443, + 506, + 457 + ], + "spans": [ + { + "bbox": [ + 105, + 443, + 187, + 457 + ], + "score": 1.0, + "content": "dimensional output,", + "type": "text" + }, + { + "bbox": [ + 188, + 445, + 199, + 456 + ], + "score": 0.86, + "content": "f _ { d }", + "type": "inline_equation" + }, + { + "bbox": [ + 199, + 443, + 239, + 457 + ], + "score": 1.0, + "content": "denotes a", + "type": "text" + }, + { + "bbox": [ + 240, + 445, + 246, + 455 + ], + "score": 0.78, + "content": "d", + "type": "inline_equation" + }, + { + "bbox": [ + 246, + 443, + 313, + 457 + ], + "score": 1.0, + "content": "-th coordinate of", + "type": "text" + }, + { + "bbox": [ + 313, + 444, + 427, + 457 + ], + "score": 0.89, + "content": "\\boldsymbol { f } ( \\boldsymbol { x } ) = ( f _ { 1 } ( \\boldsymbol { x } ) , . . . , f _ { D } ( \\boldsymbol { x } ) ) ^ { \\top } ,", + "type": "inline_equation" + }, + { + "bbox": [ + 428, + 443, + 446, + 457 + ], + "score": 1.0, + "content": ". Let", + "type": "text" + }, + { + "bbox": [ + 447, + 444, + 477, + 456 + ], + "score": 0.92, + "content": "H ^ { \\beta } ( \\Omega )", + "type": "inline_equation" + }, + { + "bbox": [ + 478, + 443, + 506, + 457 + ], + "score": 1.0, + "content": "be the", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 455, + 506, + 469 + ], + "spans": [ + { + "bbox": [ + 105, + 455, + 174, + 469 + ], + "score": 1.0, + "content": "Hölder space for", + "type": "text" + }, + { + "bbox": [ + 175, + 457, + 200, + 468 + ], + "score": 0.92, + "content": "\\beta > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 201, + 455, + 264, + 469 + ], + "score": 1.0, + "content": "such as a set of", + "type": "text" + }, + { + "bbox": [ + 264, + 457, + 272, + 468 + ], + "score": 0.86, + "content": "\\beta", + "type": "inline_equation" + }, + { + "bbox": [ + 272, + 455, + 344, + 469 + ], + "score": 1.0, + "content": "-smooth functions", + "type": "text" + }, + { + "bbox": [ + 345, + 457, + 390, + 469 + ], + "score": 0.92, + "content": "f : \\Omega \\to { \\mathbb { R } }", + "type": "inline_equation" + }, + { + "bbox": [ + 390, + 455, + 427, + 469 + ], + "score": 1.0, + "content": ", namely,", + "type": "text" + }, + { + "bbox": [ + 427, + 457, + 434, + 469 + ], + "score": 0.85, + "content": "f", + "type": "inline_equation" + }, + { + "bbox": [ + 434, + 455, + 444, + 469 + ], + "score": 1.0, + "content": "is", + "type": "text" + }, + { + "bbox": [ + 445, + 456, + 464, + 467 + ], + "score": 0.89, + "content": "C ^ { \\lfloor \\beta \\rfloor }", + "type": "inline_equation" + }, + { + "bbox": [ + 465, + 455, + 506, + 469 + ], + "score": 1.0, + "content": "-class and", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 467, + 506, + 481 + ], + "spans": [ + { + "bbox": [ + 105, + 467, + 118, + 481 + ], + "score": 1.0, + "content": "its", + "type": "text" + }, + { + "bbox": [ + 119, + 468, + 133, + 480 + ], + "score": 0.9, + "content": "\\lfloor \\beta \\rfloor", + "type": "inline_equation" + }, + { + "bbox": [ + 133, + 467, + 195, + 481 + ], + "score": 1.0, + "content": "-th derivative is", + "type": "text" + }, + { + "bbox": [ + 196, + 468, + 228, + 479 + ], + "score": 0.92, + "content": "\\beta - \\lfloor \\beta \\rfloor", + "type": "inline_equation" + }, + { + "bbox": [ + 228, + 467, + 309, + 481 + ], + "score": 1.0, + "content": "-Hölder continuous.", + "type": "text" + }, + { + "bbox": [ + 309, + 469, + 319, + 478 + ], + "score": 0.82, + "content": "\\otimes", + "type": "inline_equation" + }, + { + "bbox": [ + 320, + 467, + 438, + 481 + ], + "score": 1.0, + "content": "denotes a tensor product, and", + "type": "text" + }, + { + "bbox": [ + 439, + 470, + 446, + 478 + ], + "score": 0.68, + "content": "\\bigcirc", + "type": "inline_equation" + }, + { + "bbox": [ + 446, + 467, + 506, + 481 + ], + "score": 1.0, + "content": "a composition", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 479, + 506, + 491 + ], + "spans": [ + { + "bbox": [ + 106, + 479, + 249, + 491 + ], + "score": 1.0, + "content": "of functions, namely, for functions", + "type": "text" + }, + { + "bbox": [ + 249, + 479, + 256, + 490 + ], + "score": 0.86, + "content": "f", + "type": "inline_equation" + }, + { + "bbox": [ + 257, + 479, + 275, + 491 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 275, + 479, + 284, + 490 + ], + "score": 0.79, + "content": "f ^ { \\prime }", + "type": "inline_equation" + }, + { + "bbox": [ + 285, + 479, + 288, + 491 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 288, + 479, + 360, + 490 + ], + "score": 0.9, + "content": "f \\circ f ^ { \\prime } = f ( f ^ { \\prime } ( \\cdot ) )", + "type": "inline_equation" + }, + { + "bbox": [ + 360, + 479, + 398, + 491 + ], + "score": 1.0, + "content": ". A Borel", + "type": "text" + }, + { + "bbox": [ + 399, + 480, + 406, + 489 + ], + "score": 0.78, + "content": "\\sigma", + "type": "inline_equation" + }, + { + "bbox": [ + 406, + 479, + 451, + 491 + ], + "score": 1.0, + "content": "-algebra of", + "type": "text" + }, + { + "bbox": [ + 452, + 479, + 460, + 489 + ], + "score": 0.84, + "content": "\\Omega", + "type": "inline_equation" + }, + { + "bbox": [ + 460, + 479, + 506, + 491 + ], + "score": 1.0, + "content": "is denoted", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 489, + 506, + 502 + ], + "spans": [ + { + "bbox": [ + 106, + 489, + 118, + 502 + ], + "score": 1.0, + "content": "as", + "type": "text" + }, + { + "bbox": [ + 118, + 489, + 140, + 501 + ], + "score": 0.89, + "content": "\\sigma ( \\Omega )", + "type": "inline_equation" + }, + { + "bbox": [ + 141, + 489, + 261, + 502 + ], + "score": 1.0, + "content": ". For a measurable mapping", + "type": "text" + }, + { + "bbox": [ + 261, + 490, + 315, + 501 + ], + "score": 0.89, + "content": "f : \\Omega \\to \\Omega ^ { \\prime }", + "type": "inline_equation" + }, + { + "bbox": [ + 315, + 489, + 335, + 502 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 335, + 490, + 372, + 500 + ], + "score": 0.9, + "content": "B ^ { \\prime } \\subset \\Omega ^ { \\prime }", + "type": "inline_equation" + }, + { + "bbox": [ + 373, + 489, + 441, + 502 + ], + "score": 1.0, + "content": ", a pre-image of", + "type": "text" + }, + { + "bbox": [ + 442, + 490, + 449, + 501 + ], + "score": 0.86, + "content": "f", + "type": "inline_equation" + }, + { + "bbox": [ + 449, + 489, + 506, + 502 + ], + "score": 1.0, + "content": "is defined as", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 107, + 499, + 505, + 514 + ], + "spans": [ + { + "bbox": [ + 107, + 501, + 236, + 512 + ], + "score": 0.9, + "content": "f ^ { - 1 } ( B ^ { \\prime } ) : = \\{ t \\in \\Omega \\mid B ^ { \\prime } \\ni f ( t ) \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 237, + 499, + 256, + 514 + ], + "score": 1.0, + "content": ". Let", + "type": "text" + }, + { + "bbox": [ + 256, + 501, + 322, + 513 + ], + "score": 0.91, + "content": "I _ { \\Omega } : x \\mapsto \\{ 0 , 1 \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 322, + 499, + 460, + 514 + ], + "score": 1.0, + "content": "be an indicator function such that", + "type": "text" + }, + { + "bbox": [ + 461, + 501, + 505, + 513 + ], + "score": 0.93, + "content": "\\pmb { I } _ { \\Omega } ( x ) = 1", + "type": "inline_equation" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 510, + 249, + 525 + ], + "spans": [ + { + "bbox": [ + 105, + 510, + 115, + 525 + ], + "score": 1.0, + "content": "if", + "type": "text" + }, + { + "bbox": [ + 115, + 513, + 140, + 522 + ], + "score": 0.87, + "content": "x \\in \\Omega", + "type": "inline_equation" + }, + { + "bbox": [ + 140, + 510, + 160, + 525 + ], + "score": 1.0, + "content": ", and", + "type": "text" + }, + { + "bbox": [ + 160, + 513, + 205, + 524 + ], + "score": 0.92, + "content": "\\pmb { I } _ { \\Omega } ( x ) = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 205, + 510, + 249, + 525 + ], + "score": 1.0, + "content": "otherwise.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 26.5 + }, + { + "type": "title", + "bbox": [ + 108, + 536, + 277, + 548 + ], + "lines": [ + { + "bbox": [ + 105, + 536, + 279, + 549 + ], + "spans": [ + { + "bbox": [ + 105, + 536, + 279, + 549 + ], + "score": 1.0, + "content": "2.2 GENERAL FRAMEWORK OF GANS", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 33 + }, + { + "type": "text", + "bbox": [ + 107, + 557, + 505, + 614 + ], + "lines": [ + { + "bbox": [ + 106, + 557, + 504, + 570 + ], + "spans": [ + { + "bbox": [ + 106, + 557, + 474, + 570 + ], + "score": 1.0, + "content": "We provide a general formulation of a learning problem with generative adversarial networks", + "type": "text" + }, + { + "bbox": [ + 474, + 558, + 504, + 569 + ], + "score": 0.48, + "content": "( G A N s )", + "type": "inline_equation" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 567, + 506, + 582 + ], + "spans": [ + { + "bbox": [ + 105, + 567, + 420, + 582 + ], + "score": 1.0, + "content": "following Liu et al. (2017). In this paper, we consider a probability measure", + "type": "text" + }, + { + "bbox": [ + 420, + 568, + 434, + 578 + ], + "score": 0.89, + "content": "P ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 435, + 567, + 506, + 582 + ], + "score": 1.0, + "content": "on a measurable", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 104, + 577, + 506, + 593 + ], + "spans": [ + { + "bbox": [ + 104, + 577, + 131, + 593 + ], + "score": 1.0, + "content": "space", + "type": "text" + }, + { + "bbox": [ + 131, + 578, + 163, + 591 + ], + "score": 0.92, + "content": "( I ^ { \\breve { D } } , \\Sigma )", + "type": "inline_equation" + }, + { + "bbox": [ + 164, + 577, + 252, + 593 + ], + "score": 1.0, + "content": "with a dimensionality", + "type": "text" + }, + { + "bbox": [ + 252, + 579, + 280, + 590 + ], + "score": 0.9, + "content": "D \\in \\mathbb { N }", + "type": "inline_equation" + }, + { + "bbox": [ + 280, + 577, + 297, + 593 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 298, + 578, + 347, + 591 + ], + "score": 0.93, + "content": "\\Sigma : = \\sigma ( I ^ { \\hat { D } } )", + "type": "inline_equation" + }, + { + "bbox": [ + 348, + 577, + 403, + 593 + ], + "score": 1.0, + "content": ". Here, we set", + "type": "text" + }, + { + "bbox": [ + 403, + 579, + 431, + 590 + ], + "score": 0.9, + "content": "D \\geqslant 3", + "type": "inline_equation" + }, + { + "bbox": [ + 431, + 577, + 506, + 593 + ], + "score": 1.0, + "content": ". Suppose we have", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 589, + 505, + 603 + ], + "spans": [ + { + "bbox": [ + 105, + 589, + 138, + 603 + ], + "score": 1.0, + "content": "a set of", + "type": "text" + }, + { + "bbox": [ + 139, + 592, + 146, + 600 + ], + "score": 0.79, + "content": "n", + "type": "inline_equation" + }, + { + "bbox": [ + 146, + 589, + 201, + 603 + ], + "score": 1.0, + "content": "observations ř", + "type": "text" + }, + { + "bbox": [ + 201, + 590, + 279, + 602 + ], + "score": 0.91, + "content": "{ \\mathcal { D } } : = \\{ X _ { 1 } , . . . , X _ { n } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 280, + 589, + 505, + 603 + ], + "score": 1.0, + "content": "which is independently and identically generated from", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 107, + 597, + 469, + 618 + ], + "spans": [ + { + "bbox": [ + 107, + 601, + 120, + 611 + ], + "score": 0.84, + "content": "P ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 121, + 597, + 141, + 618 + ], + "score": 1.0, + "content": ". Let", + "type": "text" + }, + { + "bbox": [ + 141, + 600, + 221, + 615 + ], + "score": 0.92, + "content": "\\begin{array} { r } { P _ { n } : = \\frac { 1 } { n } \\sum _ { i \\in [ n ] } \\delta _ { X _ { i } } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 222, + 597, + 349, + 618 + ], + "score": 1.0, + "content": "be an empirical measure where", + "type": "text" + }, + { + "bbox": [ + 350, + 601, + 360, + 612 + ], + "score": 0.89, + "content": "\\delta _ { x }", + "type": "inline_equation" + }, + { + "bbox": [ + 361, + 597, + 455, + 618 + ], + "score": 1.0, + "content": "is the Dirac measure at", + "type": "text" + }, + { + "bbox": [ + 456, + 603, + 462, + 611 + ], + "score": 0.77, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 462, + 597, + 469, + 618 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 36 + }, + { + "type": "text", + "bbox": [ + 107, + 619, + 505, + 665 + ], + "lines": [ + { + "bbox": [ + 104, + 618, + 505, + 633 + ], + "spans": [ + { + "bbox": [ + 104, + 618, + 295, + 633 + ], + "score": 1.0, + "content": "The goal of generative networks is to estimate", + "type": "text" + }, + { + "bbox": [ + 296, + 620, + 310, + 630 + ], + "score": 0.87, + "content": "P ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 310, + 618, + 333, + 633 + ], + "score": 1.0, + "content": "from", + "type": "text" + }, + { + "bbox": [ + 334, + 621, + 343, + 630 + ], + "score": 0.77, + "content": "\\mathcal { D }", + "type": "inline_equation" + }, + { + "bbox": [ + 343, + 618, + 505, + 633 + ], + "score": 1.0, + "content": ". To this end, we construct a probability", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 104, + 630, + 506, + 645 + ], + "spans": [ + { + "bbox": [ + 104, + 630, + 220, + 645 + ], + "score": 1.0, + "content": "measure by generators. Let", + "type": "text" + }, + { + "bbox": [ + 220, + 631, + 234, + 642 + ], + "score": 0.89, + "content": "P _ { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 234, + 630, + 358, + 645 + ], + "score": 1.0, + "content": "be the uniform distribution on", + "type": "text" + }, + { + "bbox": [ + 359, + 630, + 391, + 642 + ], + "score": 0.9, + "content": "( I ^ { D } , \\Sigma )", + "type": "inline_equation" + }, + { + "bbox": [ + 391, + 630, + 506, + 645 + ], + "score": 1.0, + "content": ". For a measurable mapping", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 107, + 640, + 506, + 656 + ], + "spans": [ + { + "bbox": [ + 107, + 641, + 161, + 653 + ], + "score": 0.91, + "content": "g : I ^ { D } \\to { \\bf \\check { \\cal I } } ^ { \\check { D } }", + "type": "inline_equation" + }, + { + "bbox": [ + 161, + 640, + 205, + 656 + ], + "score": 1.0, + "content": ", we define", + "type": "text" + }, + { + "bbox": [ + 205, + 642, + 217, + 654 + ], + "score": 0.9, + "content": "P _ { g }", + "type": "inline_equation" + }, + { + "bbox": [ + 218, + 640, + 350, + 656 + ], + "score": 1.0, + "content": "as the pushforward measure: i.e.,", + "type": "text" + }, + { + "bbox": [ + 350, + 642, + 443, + 654 + ], + "score": 0.91, + "content": "\\begin{array} { r } { P _ { g } ( B ) = P _ { Z } ( g ^ { - 1 } ( B ) ) } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 443, + 640, + 458, + 656 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 459, + 642, + 486, + 652 + ], + "score": 0.9, + "content": "B \\in \\Sigma", + "type": "inline_equation" + }, + { + "bbox": [ + 486, + 640, + 506, + 656 + ], + "score": 1.0, + "content": ". We", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 653, + 323, + 666 + ], + "spans": [ + { + "bbox": [ + 105, + 653, + 123, + 666 + ], + "score": 1.0, + "content": "call", + "type": "text" + }, + { + "bbox": [ + 123, + 655, + 130, + 665 + ], + "score": 0.8, + "content": "g", + "type": "inline_equation" + }, + { + "bbox": [ + 130, + 653, + 221, + 666 + ], + "score": 1.0, + "content": "as a generator and use", + "type": "text" + }, + { + "bbox": [ + 221, + 654, + 229, + 664 + ], + "score": 0.84, + "content": "\\mathcal { G }", + "type": "inline_equation" + }, + { + "bbox": [ + 230, + 653, + 323, + 666 + ], + "score": 1.0, + "content": "for a set of generators.", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 40.5 + }, + { + "type": "text", + "bbox": [ + 107, + 670, + 505, + 703 + ], + "lines": [ + { + "bbox": [ + 105, + 668, + 506, + 682 + ], + "spans": [ + { + "bbox": [ + 105, + 668, + 506, + 682 + ], + "score": 1.0, + "content": "GANs employ a learning scheme with a metric with discriminators (Goodfellow et al., 2014). Let", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 107, + 679, + 506, + 694 + ], + "spans": [ + { + "bbox": [ + 107, + 680, + 189, + 693 + ], + "score": 0.92, + "content": "\\mathcal { F } = \\{ f : \\mathbf { \\bar { \\chi } } _ { I } D ^ { \\bullet } \\mathbb { R } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 189, + 679, + 506, + 694 + ], + "score": 1.0, + "content": "be a a set of discriminators. This paper considers a general metric for GANs", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 692, + 178, + 704 + ], + "spans": [ + { + "bbox": [ + 105, + 692, + 178, + 704 + ], + "score": 1.0, + "content": "(Liu et al., 2017),", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 44 + }, + { + "type": "interline_equation", + "bbox": [ + 202, + 708, + 408, + 730 + ], + "lines": [ + { + "bbox": [ + 202, + 708, + 408, + 730 + ], + "spans": [ + { + "bbox": [ + 202, + 708, + 408, + 730 + ], + "score": 0.92, + "content": "d _ { \\mathcal { F } } ( P , P ^ { \\prime } ) : = \\operatorname* { s u p } _ { f \\in \\mathcal { F } } \\mathbb { E } _ { X \\sim P } [ f ( X ) ] - \\mathbb { E } _ { X \\sim P ^ { \\prime } } [ f ( X ) ] ,", + "type": "interline_equation", + "image_path": "244cc3b646fd5ce25bfd87530f5bce0261ab7fa6e0a4061047d9305688e29ce1.jpg" + } + ] + } + ], + "index": 46, + "virtual_lines": [ + { + "bbox": [ + 202, + 708, + 408, + 730 + ], + "spans": [], + "index": 46 + } + ] + } + ], + "page_idx": 1, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2019", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 751, + 309, + 760 + ], + "lines": [ + { + "bbox": [ + 301, + 750, + 310, + 763 + ], + "spans": [ + { + "bbox": [ + 301, + 750, + 310, + 763 + ], + "score": 1.0, + "content": "2", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 108, + 82, + 504, + 116 + ], + "lines": [], + "index": 1, + "bbox_fs": [ + 105, + 82, + 506, + 118 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 106, + 121, + 505, + 199 + ], + "lines": [ + { + "bbox": [ + 106, + 121, + 505, + 134 + ], + "spans": [ + { + "bbox": [ + 106, + 121, + 505, + 134 + ], + "score": 1.0, + "content": "We remark that the disconnected support property is different from the low-dimensional supports", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 132, + 506, + 145 + ], + "spans": [ + { + "bbox": [ + 106, + 132, + 506, + 145 + ], + "score": 1.0, + "content": "studied in Arjovsky & Bottou (2017), where the support of a measure generated by neural networks is", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 144, + 505, + 156 + ], + "spans": [ + { + "bbox": [ + 106, + 144, + 505, + 156 + ], + "score": 1.0, + "content": "disjoint to the measure of observations. In contrast, this paper considers the case in which the support", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 153, + 505, + 167 + ], + "spans": [ + { + "bbox": [ + 105, + 153, + 505, + 167 + ], + "score": 1.0, + "content": "of the observation measure is divided into disjoint subsets. The problem of disconnected supports", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 164, + 506, + 178 + ], + "spans": [ + { + "bbox": [ + 105, + 164, + 506, + 178 + ], + "score": 1.0, + "content": "is complement to the low-dimensionality, hence these two problems can be investigated separately.", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 104, + 175, + 506, + 190 + ], + "spans": [ + { + "bbox": [ + 104, + 175, + 506, + 190 + ], + "score": 1.0, + "content": "In this paper, to simplify the discussion, we assume that the support of a probability measure is not", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 187, + 178, + 199 + ], + "spans": [ + { + "bbox": [ + 106, + 187, + 178, + 199 + ], + "score": 1.0, + "content": "low-dimensional.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 6, + "bbox_fs": [ + 104, + 121, + 506, + 199 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 204, + 342, + 216 + ], + "lines": [ + { + "bbox": [ + 106, + 204, + 343, + 217 + ], + "spans": [ + { + "bbox": [ + 106, + 204, + 343, + 217 + ], + "score": 1.0, + "content": "The contributions of this paper are summarized as follows:", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 10, + "bbox_fs": [ + 106, + 204, + 343, + 217 + ] + }, + { + "type": "list", + "bbox": [ + 129, + 225, + 505, + 302 + ], + "lines": [ + { + "bbox": [ + 129, + 223, + 505, + 239 + ], + "spans": [ + { + "bbox": [ + 129, + 223, + 505, + 239 + ], + "score": 1.0, + "content": "1. We show that GANs perform better than other standard methods of estimating probability", + "type": "text" + } + ], + "index": 11, + "is_list_start_line": true + }, + { + "bbox": [ + 141, + 236, + 430, + 249 + ], + "spans": [ + { + "bbox": [ + 141, + 236, + 430, + 249 + ], + "score": 1.0, + "content": "measures when the measure satisfies the disconnected support property.", + "type": "text" + } + ], + "index": 12, + "is_list_end_line": true + }, + { + "bbox": [ + 130, + 247, + 505, + 261 + ], + "spans": [ + { + "bbox": [ + 130, + 247, + 505, + 261 + ], + "score": 1.0, + "content": "2. We provide a new generalization error bound under a general formulation of GANs by", + "type": "text" + } + ], + "index": 13, + "is_list_start_line": true + }, + { + "bbox": [ + 141, + 258, + 505, + 271 + ], + "spans": [ + { + "bbox": [ + 141, + 258, + 505, + 271 + ], + "score": 1.0, + "content": "analyzing an approximation error. The result is thus applicable to a wide range of variations", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 142, + 269, + 183, + 280 + ], + "spans": [ + { + "bbox": [ + 142, + 269, + 183, + 280 + ], + "score": 1.0, + "content": "of GANs.", + "type": "text" + } + ], + "index": 15, + "is_list_end_line": true + }, + { + "bbox": [ + 128, + 279, + 506, + 293 + ], + "spans": [ + { + "bbox": [ + 128, + 279, + 506, + 293 + ], + "score": 1.0, + "content": "3. Based on the generalization bound, we provide a theoretical guideline for selecting architec-", + "type": "text" + } + ], + "index": 16, + "is_list_start_line": true + }, + { + "bbox": [ + 141, + 291, + 299, + 303 + ], + "spans": [ + { + "bbox": [ + 141, + 291, + 299, + 303 + ], + "score": 1.0, + "content": "tures of generators and discriminators.", + "type": "text" + } + ], + "index": 17, + "is_list_end_line": true + } + ], + "index": 14, + "bbox_fs": [ + 128, + 223, + 506, + 303 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 312, + 316, + 324 + ], + "lines": [ + { + "bbox": [ + 106, + 312, + 317, + 325 + ], + "spans": [ + { + "bbox": [ + 106, + 312, + 317, + 325 + ], + "score": 1.0, + "content": "All the proofs are given in Supplementary materials.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 18, + "bbox_fs": [ + 106, + 312, + 317, + 325 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 339, + 208, + 352 + ], + "lines": [ + { + "bbox": [ + 104, + 337, + 210, + 355 + ], + "spans": [ + { + "bbox": [ + 104, + 337, + 210, + 355 + ], + "score": 1.0, + "content": "2 PRELIMINARIES", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 19 + }, + { + "type": "title", + "bbox": [ + 107, + 364, + 177, + 375 + ], + "lines": [ + { + "bbox": [ + 105, + 363, + 178, + 377 + ], + "spans": [ + { + "bbox": [ + 105, + 363, + 178, + 377 + ], + "score": 1.0, + "content": "2.1 NOTATION", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 20 + }, + { + "type": "text", + "bbox": [ + 106, + 384, + 506, + 523 + ], + "lines": [ + { + "bbox": [ + 104, + 383, + 504, + 398 + ], + "spans": [ + { + "bbox": [ + 104, + 383, + 177, + 398 + ], + "score": 1.0, + "content": "We use notations", + "type": "text" + }, + { + "bbox": [ + 177, + 385, + 221, + 397 + ], + "score": 0.92, + "content": "I : = [ 0 , 1 ]", + "type": "inline_equation" + }, + { + "bbox": [ + 221, + 383, + 235, + 398 + ], + "score": 1.0, + "content": ". A", + "type": "text" + }, + { + "bbox": [ + 235, + 386, + 241, + 397 + ], + "score": 0.81, + "content": "j", + "type": "inline_equation" + }, + { + "bbox": [ + 241, + 383, + 333, + 398 + ], + "score": 1.0, + "content": "-th element of a vector", + "type": "text" + }, + { + "bbox": [ + 333, + 385, + 339, + 395 + ], + "score": 0.78, + "content": "b", + "type": "inline_equation" + }, + { + "bbox": [ + 339, + 383, + 396, + 398 + ], + "score": 1.0, + "content": "is denoted by", + "type": "text" + }, + { + "bbox": [ + 396, + 385, + 406, + 397 + ], + "score": 0.89, + "content": "b _ { j }", + "type": "inline_equation" + }, + { + "bbox": [ + 406, + 383, + 427, + 398 + ], + "score": 1.0, + "content": ", and", + "type": "text" + }, + { + "bbox": [ + 427, + 383, + 504, + 398 + ], + "score": 0.93, + "content": "\\begin{array} { r } { \\| b \\| _ { q } : = ( \\sum _ { j } b _ { j } ^ { q } ) ^ { 1 / q } } \\end{array}", + "type": "inline_equation" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 396, + 504, + 411 + ], + "spans": [ + { + "bbox": [ + 105, + 396, + 132, + 411 + ], + "score": 1.0, + "content": "is the", + "type": "text" + }, + { + "bbox": [ + 133, + 399, + 139, + 409 + ], + "score": 0.74, + "content": "q", + "type": "inline_equation" + }, + { + "bbox": [ + 139, + 396, + 167, + 411 + ], + "score": 1.0, + "content": "-norm", + "type": "text" + }, + { + "bbox": [ + 167, + 398, + 217, + 410 + ], + "score": 0.86, + "content": "( q \\in [ 0 , \\infty ] )", + "type": "inline_equation" + }, + { + "bbox": [ + 218, + 396, + 225, + 411 + ], + "score": 1.0, + "content": ".", + "type": "text" + }, + { + "bbox": [ + 226, + 397, + 252, + 410 + ], + "score": 0.68, + "content": "\\mathrm { v e c } ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 252, + 396, + 442, + 411 + ], + "score": 1.0, + "content": "is a vectorization operator for matrices. For", + "type": "text" + }, + { + "bbox": [ + 442, + 398, + 504, + 410 + ], + "score": 0.78, + "content": "z \\in \\mathbb { N } , [ z ] : =", + "type": "inline_equation" + } + ], + "index": 22 + }, + { + "bbox": [ + 107, + 408, + 506, + 421 + ], + "spans": [ + { + "bbox": [ + 107, + 409, + 158, + 421 + ], + "score": 0.92, + "content": "\\{ 1 , 2 , \\ldots , z \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 158, + 408, + 325, + 421 + ], + "score": 1.0, + "content": "is a set of positive integers no more than", + "type": "text" + }, + { + "bbox": [ + 325, + 411, + 331, + 419 + ], + "score": 0.72, + "content": "z", + "type": "inline_equation" + }, + { + "bbox": [ + 331, + 408, + 352, + 421 + ], + "score": 1.0, + "content": ". For", + "type": "text" + }, + { + "bbox": [ + 352, + 409, + 377, + 419 + ], + "score": 0.87, + "content": "\\alpha \\in \\mathbb { R }", + "type": "inline_equation" + }, + { + "bbox": [ + 378, + 408, + 381, + 421 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 381, + 408, + 396, + 421 + ], + "score": 0.83, + "content": "\\lfloor \\alpha \\rfloor", + "type": "inline_equation" + }, + { + "bbox": [ + 396, + 408, + 506, + 421 + ], + "score": 1.0, + "content": "denotes the largest integer", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 419, + 506, + 432 + ], + "spans": [ + { + "bbox": [ + 105, + 419, + 209, + 432 + ], + "score": 1.0, + "content": "which is not larger than ş", + "type": "text" + }, + { + "bbox": [ + 210, + 421, + 217, + 429 + ], + "score": 0.75, + "content": "\\alpha", + "type": "inline_equation" + }, + { + "bbox": [ + 218, + 419, + 284, + 432 + ], + "score": 1.0, + "content": ". For a domain", + "type": "text" + }, + { + "bbox": [ + 285, + 420, + 293, + 429 + ], + "score": 0.82, + "content": "\\Omega", + "type": "inline_equation" + }, + { + "bbox": [ + 294, + 419, + 449, + 432 + ], + "score": 1.0, + "content": "in a Euclidean space and a function", + "type": "text" + }, + { + "bbox": [ + 450, + 420, + 502, + 431 + ], + "score": 0.91, + "content": "f : \\Omega \\mathbb { R }", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 419, + 506, + 432 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 107, + 430, + 507, + 445 + ], + "spans": [ + { + "bbox": [ + 107, + 430, + 218, + 444 + ], + "score": 0.91, + "content": "\\Vert f \\Vert _ { L ^ { p } } : = ( \\int _ { \\Omega } | f ( t ) | ^ { p } d t ) ^ { 1 / p }", + "type": "inline_equation" + }, + { + "bbox": [ + 218, + 430, + 269, + 445 + ], + "score": 1.0, + "content": "denotes the", + "type": "text" + }, + { + "bbox": [ + 270, + 432, + 282, + 442 + ], + "score": 0.86, + "content": "L ^ { p }", + "type": "inline_equation" + }, + { + "bbox": [ + 282, + 430, + 324, + 445 + ], + "score": 1.0, + "content": "norm for", + "type": "text" + }, + { + "bbox": [ + 324, + 431, + 368, + 444 + ], + "score": 0.92, + "content": "p \\in [ 0 , \\infty ]", + "type": "inline_equation" + }, + { + "bbox": [ + 368, + 430, + 391, + 445 + ], + "score": 1.0, + "content": ". For", + "type": "text" + }, + { + "bbox": [ + 392, + 431, + 448, + 443 + ], + "score": 0.92, + "content": "f : \\Omega \\to \\mathbb { R } ^ { D }", + "type": "inline_equation" + }, + { + "bbox": [ + 448, + 430, + 507, + 445 + ], + "score": 1.0, + "content": "with a multi-", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 443, + 506, + 457 + ], + "spans": [ + { + "bbox": [ + 105, + 443, + 187, + 457 + ], + "score": 1.0, + "content": "dimensional output,", + "type": "text" + }, + { + "bbox": [ + 188, + 445, + 199, + 456 + ], + "score": 0.86, + "content": "f _ { d }", + "type": "inline_equation" + }, + { + "bbox": [ + 199, + 443, + 239, + 457 + ], + "score": 1.0, + "content": "denotes a", + "type": "text" + }, + { + "bbox": [ + 240, + 445, + 246, + 455 + ], + "score": 0.78, + "content": "d", + "type": "inline_equation" + }, + { + "bbox": [ + 246, + 443, + 313, + 457 + ], + "score": 1.0, + "content": "-th coordinate of", + "type": "text" + }, + { + "bbox": [ + 313, + 444, + 427, + 457 + ], + "score": 0.89, + "content": "\\boldsymbol { f } ( \\boldsymbol { x } ) = ( f _ { 1 } ( \\boldsymbol { x } ) , . . . , f _ { D } ( \\boldsymbol { x } ) ) ^ { \\top } ,", + "type": "inline_equation" + }, + { + "bbox": [ + 428, + 443, + 446, + 457 + ], + "score": 1.0, + "content": ". Let", + "type": "text" + }, + { + "bbox": [ + 447, + 444, + 477, + 456 + ], + "score": 0.92, + "content": "H ^ { \\beta } ( \\Omega )", + "type": "inline_equation" + }, + { + "bbox": [ + 478, + 443, + 506, + 457 + ], + "score": 1.0, + "content": "be the", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 455, + 506, + 469 + ], + "spans": [ + { + "bbox": [ + 105, + 455, + 174, + 469 + ], + "score": 1.0, + "content": "Hölder space for", + "type": "text" + }, + { + "bbox": [ + 175, + 457, + 200, + 468 + ], + "score": 0.92, + "content": "\\beta > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 201, + 455, + 264, + 469 + ], + "score": 1.0, + "content": "such as a set of", + "type": "text" + }, + { + "bbox": [ + 264, + 457, + 272, + 468 + ], + "score": 0.86, + "content": "\\beta", + "type": "inline_equation" + }, + { + "bbox": [ + 272, + 455, + 344, + 469 + ], + "score": 1.0, + "content": "-smooth functions", + "type": "text" + }, + { + "bbox": [ + 345, + 457, + 390, + 469 + ], + "score": 0.92, + "content": "f : \\Omega \\to { \\mathbb { R } }", + "type": "inline_equation" + }, + { + "bbox": [ + 390, + 455, + 427, + 469 + ], + "score": 1.0, + "content": ", namely,", + "type": "text" + }, + { + "bbox": [ + 427, + 457, + 434, + 469 + ], + "score": 0.85, + "content": "f", + "type": "inline_equation" + }, + { + "bbox": [ + 434, + 455, + 444, + 469 + ], + "score": 1.0, + "content": "is", + "type": "text" + }, + { + "bbox": [ + 445, + 456, + 464, + 467 + ], + "score": 0.89, + "content": "C ^ { \\lfloor \\beta \\rfloor }", + "type": "inline_equation" + }, + { + "bbox": [ + 465, + 455, + 506, + 469 + ], + "score": 1.0, + "content": "-class and", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 467, + 506, + 481 + ], + "spans": [ + { + "bbox": [ + 105, + 467, + 118, + 481 + ], + "score": 1.0, + "content": "its", + "type": "text" + }, + { + "bbox": [ + 119, + 468, + 133, + 480 + ], + "score": 0.9, + "content": "\\lfloor \\beta \\rfloor", + "type": "inline_equation" + }, + { + "bbox": [ + 133, + 467, + 195, + 481 + ], + "score": 1.0, + "content": "-th derivative is", + "type": "text" + }, + { + "bbox": [ + 196, + 468, + 228, + 479 + ], + "score": 0.92, + "content": "\\beta - \\lfloor \\beta \\rfloor", + "type": "inline_equation" + }, + { + "bbox": [ + 228, + 467, + 309, + 481 + ], + "score": 1.0, + "content": "-Hölder continuous.", + "type": "text" + }, + { + "bbox": [ + 309, + 469, + 319, + 478 + ], + "score": 0.82, + "content": "\\otimes", + "type": "inline_equation" + }, + { + "bbox": [ + 320, + 467, + 438, + 481 + ], + "score": 1.0, + "content": "denotes a tensor product, and", + "type": "text" + }, + { + "bbox": [ + 439, + 470, + 446, + 478 + ], + "score": 0.68, + "content": "\\bigcirc", + "type": "inline_equation" + }, + { + "bbox": [ + 446, + 467, + 506, + 481 + ], + "score": 1.0, + "content": "a composition", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 479, + 506, + 491 + ], + "spans": [ + { + "bbox": [ + 106, + 479, + 249, + 491 + ], + "score": 1.0, + "content": "of functions, namely, for functions", + "type": "text" + }, + { + "bbox": [ + 249, + 479, + 256, + 490 + ], + "score": 0.86, + "content": "f", + "type": "inline_equation" + }, + { + "bbox": [ + 257, + 479, + 275, + 491 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 275, + 479, + 284, + 490 + ], + "score": 0.79, + "content": "f ^ { \\prime }", + "type": "inline_equation" + }, + { + "bbox": [ + 285, + 479, + 288, + 491 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 288, + 479, + 360, + 490 + ], + "score": 0.9, + "content": "f \\circ f ^ { \\prime } = f ( f ^ { \\prime } ( \\cdot ) )", + "type": "inline_equation" + }, + { + "bbox": [ + 360, + 479, + 398, + 491 + ], + "score": 1.0, + "content": ". A Borel", + "type": "text" + }, + { + "bbox": [ + 399, + 480, + 406, + 489 + ], + "score": 0.78, + "content": "\\sigma", + "type": "inline_equation" + }, + { + "bbox": [ + 406, + 479, + 451, + 491 + ], + "score": 1.0, + "content": "-algebra of", + "type": "text" + }, + { + "bbox": [ + 452, + 479, + 460, + 489 + ], + "score": 0.84, + "content": "\\Omega", + "type": "inline_equation" + }, + { + "bbox": [ + 460, + 479, + 506, + 491 + ], + "score": 1.0, + "content": "is denoted", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 489, + 506, + 502 + ], + "spans": [ + { + "bbox": [ + 106, + 489, + 118, + 502 + ], + "score": 1.0, + "content": "as", + "type": "text" + }, + { + "bbox": [ + 118, + 489, + 140, + 501 + ], + "score": 0.89, + "content": "\\sigma ( \\Omega )", + "type": "inline_equation" + }, + { + "bbox": [ + 141, + 489, + 261, + 502 + ], + "score": 1.0, + "content": ". For a measurable mapping", + "type": "text" + }, + { + "bbox": [ + 261, + 490, + 315, + 501 + ], + "score": 0.89, + "content": "f : \\Omega \\to \\Omega ^ { \\prime }", + "type": "inline_equation" + }, + { + "bbox": [ + 315, + 489, + 335, + 502 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 335, + 490, + 372, + 500 + ], + "score": 0.9, + "content": "B ^ { \\prime } \\subset \\Omega ^ { \\prime }", + "type": "inline_equation" + }, + { + "bbox": [ + 373, + 489, + 441, + 502 + ], + "score": 1.0, + "content": ", a pre-image of", + "type": "text" + }, + { + "bbox": [ + 442, + 490, + 449, + 501 + ], + "score": 0.86, + "content": "f", + "type": "inline_equation" + }, + { + "bbox": [ + 449, + 489, + 506, + 502 + ], + "score": 1.0, + "content": "is defined as", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 107, + 499, + 505, + 514 + ], + "spans": [ + { + "bbox": [ + 107, + 501, + 236, + 512 + ], + "score": 0.9, + "content": "f ^ { - 1 } ( B ^ { \\prime } ) : = \\{ t \\in \\Omega \\mid B ^ { \\prime } \\ni f ( t ) \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 237, + 499, + 256, + 514 + ], + "score": 1.0, + "content": ". Let", + "type": "text" + }, + { + "bbox": [ + 256, + 501, + 322, + 513 + ], + "score": 0.91, + "content": "I _ { \\Omega } : x \\mapsto \\{ 0 , 1 \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 322, + 499, + 460, + 514 + ], + "score": 1.0, + "content": "be an indicator function such that", + "type": "text" + }, + { + "bbox": [ + 461, + 501, + 505, + 513 + ], + "score": 0.93, + "content": "\\pmb { I } _ { \\Omega } ( x ) = 1", + "type": "inline_equation" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 510, + 249, + 525 + ], + "spans": [ + { + "bbox": [ + 105, + 510, + 115, + 525 + ], + "score": 1.0, + "content": "if", + "type": "text" + }, + { + "bbox": [ + 115, + 513, + 140, + 522 + ], + "score": 0.87, + "content": "x \\in \\Omega", + "type": "inline_equation" + }, + { + "bbox": [ + 140, + 510, + 160, + 525 + ], + "score": 1.0, + "content": ", and", + "type": "text" + }, + { + "bbox": [ + 160, + 513, + 205, + 524 + ], + "score": 0.92, + "content": "\\pmb { I } _ { \\Omega } ( x ) = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 205, + 510, + 249, + 525 + ], + "score": 1.0, + "content": "otherwise.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 26.5, + "bbox_fs": [ + 104, + 383, + 507, + 525 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 536, + 277, + 548 + ], + "lines": [ + { + "bbox": [ + 105, + 536, + 279, + 549 + ], + "spans": [ + { + "bbox": [ + 105, + 536, + 279, + 549 + ], + "score": 1.0, + "content": "2.2 GENERAL FRAMEWORK OF GANS", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 33 + }, + { + "type": "text", + "bbox": [ + 107, + 557, + 505, + 614 + ], + "lines": [ + { + "bbox": [ + 106, + 557, + 504, + 570 + ], + "spans": [ + { + "bbox": [ + 106, + 557, + 474, + 570 + ], + "score": 1.0, + "content": "We provide a general formulation of a learning problem with generative adversarial networks", + "type": "text" + }, + { + "bbox": [ + 474, + 558, + 504, + 569 + ], + "score": 0.48, + "content": "( G A N s )", + "type": "inline_equation" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 567, + 506, + 582 + ], + "spans": [ + { + "bbox": [ + 105, + 567, + 420, + 582 + ], + "score": 1.0, + "content": "following Liu et al. (2017). In this paper, we consider a probability measure", + "type": "text" + }, + { + "bbox": [ + 420, + 568, + 434, + 578 + ], + "score": 0.89, + "content": "P ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 435, + 567, + 506, + 582 + ], + "score": 1.0, + "content": "on a measurable", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 104, + 577, + 506, + 593 + ], + "spans": [ + { + "bbox": [ + 104, + 577, + 131, + 593 + ], + "score": 1.0, + "content": "space", + "type": "text" + }, + { + "bbox": [ + 131, + 578, + 163, + 591 + ], + "score": 0.92, + "content": "( I ^ { \\breve { D } } , \\Sigma )", + "type": "inline_equation" + }, + { + "bbox": [ + 164, + 577, + 252, + 593 + ], + "score": 1.0, + "content": "with a dimensionality", + "type": "text" + }, + { + "bbox": [ + 252, + 579, + 280, + 590 + ], + "score": 0.9, + "content": "D \\in \\mathbb { N }", + "type": "inline_equation" + }, + { + "bbox": [ + 280, + 577, + 297, + 593 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 298, + 578, + 347, + 591 + ], + "score": 0.93, + "content": "\\Sigma : = \\sigma ( I ^ { \\hat { D } } )", + "type": "inline_equation" + }, + { + "bbox": [ + 348, + 577, + 403, + 593 + ], + "score": 1.0, + "content": ". Here, we set", + "type": "text" + }, + { + "bbox": [ + 403, + 579, + 431, + 590 + ], + "score": 0.9, + "content": "D \\geqslant 3", + "type": "inline_equation" + }, + { + "bbox": [ + 431, + 577, + 506, + 593 + ], + "score": 1.0, + "content": ". Suppose we have", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 589, + 505, + 603 + ], + "spans": [ + { + "bbox": [ + 105, + 589, + 138, + 603 + ], + "score": 1.0, + "content": "a set of", + "type": "text" + }, + { + "bbox": [ + 139, + 592, + 146, + 600 + ], + "score": 0.79, + "content": "n", + "type": "inline_equation" + }, + { + "bbox": [ + 146, + 589, + 201, + 603 + ], + "score": 1.0, + "content": "observations ř", + "type": "text" + }, + { + "bbox": [ + 201, + 590, + 279, + 602 + ], + "score": 0.91, + "content": "{ \\mathcal { D } } : = \\{ X _ { 1 } , . . . , X _ { n } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 280, + 589, + 505, + 603 + ], + "score": 1.0, + "content": "which is independently and identically generated from", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 107, + 597, + 469, + 618 + ], + "spans": [ + { + "bbox": [ + 107, + 601, + 120, + 611 + ], + "score": 0.84, + "content": "P ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 121, + 597, + 141, + 618 + ], + "score": 1.0, + "content": ". Let", + "type": "text" + }, + { + "bbox": [ + 141, + 600, + 221, + 615 + ], + "score": 0.92, + "content": "\\begin{array} { r } { P _ { n } : = \\frac { 1 } { n } \\sum _ { i \\in [ n ] } \\delta _ { X _ { i } } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 222, + 597, + 349, + 618 + ], + "score": 1.0, + "content": "be an empirical measure where", + "type": "text" + }, + { + "bbox": [ + 350, + 601, + 360, + 612 + ], + "score": 0.89, + "content": "\\delta _ { x }", + "type": "inline_equation" + }, + { + "bbox": [ + 361, + 597, + 455, + 618 + ], + "score": 1.0, + "content": "is the Dirac measure at", + "type": "text" + }, + { + "bbox": [ + 456, + 603, + 462, + 611 + ], + "score": 0.77, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 462, + 597, + 469, + 618 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 36, + "bbox_fs": [ + 104, + 557, + 506, + 618 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 619, + 505, + 665 + ], + "lines": [ + { + "bbox": [ + 104, + 618, + 505, + 633 + ], + "spans": [ + { + "bbox": [ + 104, + 618, + 295, + 633 + ], + "score": 1.0, + "content": "The goal of generative networks is to estimate", + "type": "text" + }, + { + "bbox": [ + 296, + 620, + 310, + 630 + ], + "score": 0.87, + "content": "P ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 310, + 618, + 333, + 633 + ], + "score": 1.0, + "content": "from", + "type": "text" + }, + { + "bbox": [ + 334, + 621, + 343, + 630 + ], + "score": 0.77, + "content": "\\mathcal { D }", + "type": "inline_equation" + }, + { + "bbox": [ + 343, + 618, + 505, + 633 + ], + "score": 1.0, + "content": ". To this end, we construct a probability", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 104, + 630, + 506, + 645 + ], + "spans": [ + { + "bbox": [ + 104, + 630, + 220, + 645 + ], + "score": 1.0, + "content": "measure by generators. Let", + "type": "text" + }, + { + "bbox": [ + 220, + 631, + 234, + 642 + ], + "score": 0.89, + "content": "P _ { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 234, + 630, + 358, + 645 + ], + "score": 1.0, + "content": "be the uniform distribution on", + "type": "text" + }, + { + "bbox": [ + 359, + 630, + 391, + 642 + ], + "score": 0.9, + "content": "( I ^ { D } , \\Sigma )", + "type": "inline_equation" + }, + { + "bbox": [ + 391, + 630, + 506, + 645 + ], + "score": 1.0, + "content": ". For a measurable mapping", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 107, + 640, + 506, + 656 + ], + "spans": [ + { + "bbox": [ + 107, + 641, + 161, + 653 + ], + "score": 0.91, + "content": "g : I ^ { D } \\to { \\bf \\check { \\cal I } } ^ { \\check { D } }", + "type": "inline_equation" + }, + { + "bbox": [ + 161, + 640, + 205, + 656 + ], + "score": 1.0, + "content": ", we define", + "type": "text" + }, + { + "bbox": [ + 205, + 642, + 217, + 654 + ], + "score": 0.9, + "content": "P _ { g }", + "type": "inline_equation" + }, + { + "bbox": [ + 218, + 640, + 350, + 656 + ], + "score": 1.0, + "content": "as the pushforward measure: i.e.,", + "type": "text" + }, + { + "bbox": [ + 350, + 642, + 443, + 654 + ], + "score": 0.91, + "content": "\\begin{array} { r } { P _ { g } ( B ) = P _ { Z } ( g ^ { - 1 } ( B ) ) } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 443, + 640, + 458, + 656 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 459, + 642, + 486, + 652 + ], + "score": 0.9, + "content": "B \\in \\Sigma", + "type": "inline_equation" + }, + { + "bbox": [ + 486, + 640, + 506, + 656 + ], + "score": 1.0, + "content": ". We", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 653, + 323, + 666 + ], + "spans": [ + { + "bbox": [ + 105, + 653, + 123, + 666 + ], + "score": 1.0, + "content": "call", + "type": "text" + }, + { + "bbox": [ + 123, + 655, + 130, + 665 + ], + "score": 0.8, + "content": "g", + "type": "inline_equation" + }, + { + "bbox": [ + 130, + 653, + 221, + 666 + ], + "score": 1.0, + "content": "as a generator and use", + "type": "text" + }, + { + "bbox": [ + 221, + 654, + 229, + 664 + ], + "score": 0.84, + "content": "\\mathcal { G }", + "type": "inline_equation" + }, + { + "bbox": [ + 230, + 653, + 323, + 666 + ], + "score": 1.0, + "content": "for a set of generators.", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 40.5, + "bbox_fs": [ + 104, + 618, + 506, + 666 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 670, + 505, + 703 + ], + "lines": [ + { + "bbox": [ + 105, + 668, + 506, + 682 + ], + "spans": [ + { + "bbox": [ + 105, + 668, + 506, + 682 + ], + "score": 1.0, + "content": "GANs employ a learning scheme with a metric with discriminators (Goodfellow et al., 2014). Let", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 107, + 679, + 506, + 694 + ], + "spans": [ + { + "bbox": [ + 107, + 680, + 189, + 693 + ], + "score": 0.92, + "content": "\\mathcal { F } = \\{ f : \\mathbf { \\bar { \\chi } } _ { I } D ^ { \\bullet } \\mathbb { R } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 189, + 679, + 506, + 694 + ], + "score": 1.0, + "content": "be a a set of discriminators. This paper considers a general metric for GANs", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 692, + 178, + 704 + ], + "spans": [ + { + "bbox": [ + 105, + 692, + 178, + 704 + ], + "score": 1.0, + "content": "(Liu et al., 2017),", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 44, + "bbox_fs": [ + 105, + 668, + 506, + 704 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 202, + 708, + 408, + 730 + ], + "lines": [ + { + "bbox": [ + 202, + 708, + 408, + 730 + ], + "spans": [ + { + "bbox": [ + 202, + 708, + 408, + 730 + ], + "score": 0.92, + "content": "d _ { \\mathcal { F } } ( P , P ^ { \\prime } ) : = \\operatorname* { s u p } _ { f \\in \\mathcal { F } } \\mathbb { E } _ { X \\sim P } [ f ( X ) ] - \\mathbb { E } _ { X \\sim P ^ { \\prime } } [ f ( X ) ] ,", + "type": "interline_equation", + "image_path": "244cc3b646fd5ce25bfd87530f5bce0261ab7fa6e0a4061047d9305688e29ce1.jpg" + } + ] + } + ], + "index": 46, + "virtual_lines": [ + { + "bbox": [ + 202, + 708, + 408, + 730 + ], + "spans": [], + "index": 46 + } + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 269, + 94 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 270, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 228, + 96 + ], + "score": 1.0, + "content": "between probability measures", + "type": "text" + }, + { + "bbox": [ + 228, + 83, + 237, + 92 + ], + "score": 0.83, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 237, + 81, + 255, + 96 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 255, + 83, + 266, + 92 + ], + "score": 0.87, + "content": "P ^ { \\prime }", + "type": "inline_equation" + }, + { + "bbox": [ + 267, + 81, + 270, + 96 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 106, + 99, + 505, + 151 + ], + "lines": [ + { + "bbox": [ + 104, + 99, + 506, + 114 + ], + "spans": [ + { + "bbox": [ + 104, + 99, + 262, + 114 + ], + "score": 1.0, + "content": "For the learning process, we generate", + "type": "text" + }, + { + "bbox": [ + 262, + 104, + 272, + 111 + ], + "score": 0.72, + "content": "m", + "type": "inline_equation" + }, + { + "bbox": [ + 273, + 99, + 333, + 114 + ], + "score": 1.0, + "content": "noise samples", + "type": "text" + }, + { + "bbox": [ + 334, + 99, + 377, + 113 + ], + "score": 0.92, + "content": "\\widetilde { Z } _ { 1 } , . . . , \\widetilde { Z } _ { m }", + "type": "inline_equation" + }, + { + "bbox": [ + 378, + 99, + 402, + 114 + ], + "score": 1.0, + "content": "from", + "type": "text" + }, + { + "bbox": [ + 402, + 101, + 416, + 113 + ], + "score": 0.87, + "content": "P _ { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 416, + 99, + 506, + 114 + ], + "score": 1.0, + "content": "and obtain generated", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 104, + 111, + 507, + 131 + ], + "spans": [ + { + "bbox": [ + 104, + 111, + 153, + 131 + ], + "score": 1.0, + "content": "samples as", + "type": "text" + }, + { + "bbox": [ + 153, + 112, + 207, + 127 + ], + "score": 0.94, + "content": "\\tilde { X } _ { j } : = g ( \\tilde { Z } _ { j } )", + "type": "inline_equation" + }, + { + "bbox": [ + 207, + 111, + 228, + 131 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 229, + 114, + 253, + 126 + ], + "score": 0.91, + "content": "g \\in { \\mathcal { G } }", + "type": "inline_equation" + }, + { + "bbox": [ + 254, + 111, + 269, + 131 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 269, + 114, + 302, + 126 + ], + "score": 0.92, + "content": "j \\in [ m ]", + "type": "inline_equation" + }, + { + "bbox": [ + 302, + 111, + 323, + 131 + ], + "score": 1.0, + "content": ". Let", + "type": "text" + }, + { + "bbox": [ + 324, + 113, + 418, + 129 + ], + "score": 0.91, + "content": "\\begin{array} { r } { P _ { g , m } : = \\frac { 1 } { m } \\sum _ { j \\in [ m ] } \\delta _ { \\widetilde { X } _ { j } } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 419, + 111, + 507, + 131 + ], + "score": 1.0, + "content": "denote the sampling", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 127, + 505, + 141 + ], + "spans": [ + { + "bbox": [ + 105, + 127, + 270, + 141 + ], + "score": 1.0, + "content": "measure. GANs construct an estimator", + "type": "text" + }, + { + "bbox": [ + 270, + 129, + 282, + 141 + ], + "score": 0.89, + "content": "P _ { \\hat { g } }", + "type": "inline_equation" + }, + { + "bbox": [ + 283, + 127, + 299, + 141 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 299, + 128, + 313, + 138 + ], + "score": 0.87, + "content": "P ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 313, + 127, + 364, + 141 + ], + "score": 1.0, + "content": "by learning", + "type": "text" + }, + { + "bbox": [ + 364, + 129, + 371, + 140 + ], + "score": 0.83, + "content": "\\widehat g", + "type": "inline_equation" + }, + { + "bbox": [ + 371, + 127, + 505, + 141 + ], + "score": 1.0, + "content": "with the following optimization", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 138, + 144, + 151 + ], + "spans": [ + { + "bbox": [ + 105, + 138, + 144, + 151 + ], + "score": 1.0, + "content": "problem", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 2.5 + }, + { + "type": "interline_equation", + "bbox": [ + 248, + 155, + 362, + 176 + ], + "lines": [ + { + "bbox": [ + 248, + 155, + 362, + 176 + ], + "spans": [ + { + "bbox": [ + 248, + 155, + 362, + 176 + ], + "score": 0.93, + "content": "{ \\widehat { g } } \\in \\mathop { \\mathrm { a r g m i n } } _ { g \\in { \\mathcal { G } } } d _ { { \\mathcal { F } } } \\left( P _ { n } , P _ { g , m } \\right) .", + "type": "interline_equation", + "image_path": "2889892051aaebf92d10f96d4f4372712eacc49eecc36b7f3b6d573c8e5c6f31.jpg" + } + ] + } + ], + "index": 5, + "virtual_lines": [ + { + "bbox": [ + 248, + 155, + 362, + 176 + ], + "spans": [], + "index": 5 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 186, + 505, + 253 + ], + "lines": [ + { + "bbox": [ + 105, + 187, + 505, + 199 + ], + "spans": [ + { + "bbox": [ + 105, + 187, + 351, + 199 + ], + "score": 1.0, + "content": "The metric (1) covers a wide variety of GANs by selecting", + "type": "text" + }, + { + "bbox": [ + 352, + 187, + 361, + 197 + ], + "score": 0.81, + "content": "\\mathcal { F }", + "type": "inline_equation" + }, + { + "bbox": [ + 361, + 187, + 505, + 199 + ], + "score": 1.0, + "content": ". Among others, the original GAN", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 198, + 506, + 210 + ], + "spans": [ + { + "bbox": [ + 105, + 198, + 265, + 210 + ], + "score": 1.0, + "content": "(Goodfellow et al., 2014) is realized if", + "type": "text" + }, + { + "bbox": [ + 265, + 198, + 275, + 208 + ], + "score": 0.85, + "content": "\\mathcal { F }", + "type": "inline_equation" + }, + { + "bbox": [ + 275, + 198, + 506, + 210 + ], + "score": 1.0, + "content": "contains a logarithm of density ratio; Wasserstein-GAN", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 209, + 505, + 222 + ], + "spans": [ + { + "bbox": [ + 105, + 209, + 505, + 222 + ], + "score": 1.0, + "content": "(Arjovsky et al., 2017), MMD-GAN (Dziugaite et al., 2015; Li et al., 2017) and Energy-Based GAN", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 220, + 505, + 233 + ], + "spans": [ + { + "bbox": [ + 106, + 220, + 234, + 233 + ], + "score": 1.0, + "content": "(Zhao et al., 2016) are given if", + "type": "text" + }, + { + "bbox": [ + 234, + 220, + 243, + 230 + ], + "score": 0.85, + "content": "\\mathcal { F }", + "type": "inline_equation" + }, + { + "bbox": [ + 244, + 220, + 505, + 233 + ], + "score": 1.0, + "content": "is the set of 1-Lipschitz functions, a reproducing kernel Hilbert", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 230, + 506, + 244 + ], + "spans": [ + { + "bbox": [ + 105, + 230, + 361, + 244 + ], + "score": 1.0, + "content": "space, and the bounded continuous functions, respectively. The", + "type": "text" + }, + { + "bbox": [ + 361, + 231, + 368, + 243 + ], + "score": 0.85, + "content": "f", + "type": "inline_equation" + }, + { + "bbox": [ + 369, + 230, + 506, + 244 + ], + "score": 1.0, + "content": "-GAN (Nowozin et al., 2016) also", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 240, + 192, + 255 + ], + "spans": [ + { + "bbox": [ + 105, + 240, + 192, + 255 + ], + "score": 1.0, + "content": "belongs to this class.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 8.5 + }, + { + "type": "text", + "bbox": [ + 106, + 258, + 505, + 281 + ], + "lines": [ + { + "bbox": [ + 105, + 257, + 507, + 272 + ], + "spans": [ + { + "bbox": [ + 105, + 257, + 172, + 272 + ], + "score": 1.0, + "content": "We assume that", + "type": "text" + }, + { + "bbox": [ + 172, + 259, + 181, + 268 + ], + "score": 0.85, + "content": "\\mathcal { F }", + "type": "inline_equation" + }, + { + "bbox": [ + 182, + 257, + 507, + 272 + ], + "score": 1.0, + "content": "is large enough to contain functions which can work as a discriminator, namely,", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 270, + 253, + 281 + ], + "spans": [ + { + "bbox": [ + 105, + 270, + 253, + 281 + ], + "score": 1.0, + "content": "we assume that the following holds:", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12.5 + }, + { + "type": "interline_equation", + "bbox": [ + 249, + 285, + 362, + 299 + ], + "lines": [ + { + "bbox": [ + 249, + 285, + 362, + 299 + ], + "spans": [ + { + "bbox": [ + 249, + 285, + 362, + 299 + ], + "score": 0.93, + "content": "d _ { \\mathcal { F } } ( P , P ^ { \\prime } ) = 0 \\Leftrightarrow P = P ^ { \\prime } .", + "type": "interline_equation", + "image_path": "748c55c4048b7427fe6cec25a9587408d3de30c99ffcffff84626d6cab0055bc.jpg" + } + ] + } + ], + "index": 14, + "virtual_lines": [ + { + "bbox": [ + 249, + 285, + 362, + 299 + ], + "spans": [], + "index": 14 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 303, + 374, + 316 + ], + "lines": [ + { + "bbox": [ + 105, + 302, + 374, + 317 + ], + "spans": [ + { + "bbox": [ + 105, + 302, + 374, + 317 + ], + "score": 1.0, + "content": "A sufficient condition for (3) is investigated in Zhang et al. (2018).", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 15 + }, + { + "type": "title", + "bbox": [ + 107, + 328, + 425, + 340 + ], + "lines": [ + { + "bbox": [ + 105, + 327, + 426, + 342 + ], + "spans": [ + { + "bbox": [ + 105, + 327, + 426, + 342 + ], + "score": 1.0, + "content": "2.3 DEEP NEURAL NETWORKS FOR GENERATORS AND DISCRIMINATORS", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16 + }, + { + "type": "text", + "bbox": [ + 105, + 348, + 505, + 372 + ], + "lines": [ + { + "bbox": [ + 106, + 349, + 506, + 362 + ], + "spans": [ + { + "bbox": [ + 106, + 349, + 217, + 362 + ], + "score": 1.0, + "content": "In the schemes of GANs,", + "type": "text" + }, + { + "bbox": [ + 217, + 350, + 227, + 360 + ], + "score": 0.81, + "content": "\\mathcal { F }", + "type": "inline_equation" + }, + { + "bbox": [ + 227, + 349, + 247, + 362 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 247, + 350, + 255, + 360 + ], + "score": 0.83, + "content": "\\mathcal { G }", + "type": "inline_equation" + }, + { + "bbox": [ + 255, + 349, + 506, + 362 + ], + "score": 1.0, + "content": "are realized by deep neural networks (DNNs). For further", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 360, + 348, + 373 + ], + "spans": [ + { + "bbox": [ + 106, + 360, + 348, + 373 + ], + "score": 1.0, + "content": "discussion, we formulate the function class given by DNNs.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17.5 + }, + { + "type": "text", + "bbox": [ + 106, + 376, + 506, + 476 + ], + "lines": [ + { + "bbox": [ + 105, + 376, + 506, + 390 + ], + "spans": [ + { + "bbox": [ + 105, + 376, + 122, + 390 + ], + "score": 1.0, + "content": "Let", + "type": "text" + }, + { + "bbox": [ + 123, + 378, + 149, + 387 + ], + "score": 0.89, + "content": "L \\in \\mathbb { N }", + "type": "inline_equation" + }, + { + "bbox": [ + 150, + 376, + 299, + 390 + ], + "score": 1.0, + "content": "be a number of layers in DNNs, and", + "type": "text" + }, + { + "bbox": [ + 300, + 377, + 331, + 389 + ], + "score": 0.93, + "content": "D _ { \\ell } ^ { \\prime } \\in \\mathbb { N }", + "type": "inline_equation" + }, + { + "bbox": [ + 332, + 376, + 487, + 390 + ], + "score": 1.0, + "content": "be a dimensionality of variables in an", + "type": "text" + }, + { + "bbox": [ + 487, + 378, + 493, + 388 + ], + "score": 0.56, + "content": "\\ell \\cdot", + "type": "inline_equation" + }, + { + "bbox": [ + 493, + 376, + 506, + 390 + ], + "score": 1.0, + "content": "-th", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 104, + 387, + 506, + 403 + ], + "spans": [ + { + "bbox": [ + 104, + 387, + 142, + 403 + ], + "score": 1.0, + "content": "layer for", + "type": "text" + }, + { + "bbox": [ + 143, + 388, + 190, + 400 + ], + "score": 0.92, + "content": "\\ell \\in \\left[ L + 1 \\right]", + "type": "inline_equation" + }, + { + "bbox": [ + 190, + 387, + 245, + 403 + ], + "score": 1.0, + "content": ". Here, we set", + "type": "text" + }, + { + "bbox": [ + 246, + 388, + 293, + 401 + ], + "score": 0.92, + "content": "D _ { L + 1 } ^ { \\prime } = D", + "type": "inline_equation" + }, + { + "bbox": [ + 293, + 387, + 369, + 403 + ], + "score": 1.0, + "content": "for generators and", + "type": "text" + }, + { + "bbox": [ + 369, + 388, + 412, + 401 + ], + "score": 0.94, + "content": "D _ { L + 1 } ^ { \\prime } = \\mathrm { \\bar { 1 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 413, + 387, + 506, + 403 + ], + "score": 1.0, + "content": "for discriminators. We", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 104, + 399, + 507, + 416 + ], + "spans": [ + { + "bbox": [ + 104, + 399, + 145, + 416 + ], + "score": 1.0, + "content": "introduce", + "type": "text" + }, + { + "bbox": [ + 146, + 400, + 210, + 414 + ], + "score": 0.92, + "content": "A _ { \\ell } \\in \\mathbb { R } ^ { D _ { \\ell + 1 } ^ { \\prime } \\times D _ { \\ell } ^ { \\prime } }", + "type": "inline_equation" + }, + { + "bbox": [ + 211, + 399, + 228, + 416 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 228, + 401, + 265, + 413 + ], + "score": 0.92, + "content": "b _ { \\ell } \\in \\mathbb { R } ^ { D _ { \\ell } ^ { \\prime } }", + "type": "inline_equation" + }, + { + "bbox": [ + 266, + 399, + 414, + 416 + ], + "score": 1.0, + "content": "as matrix and vector parametersof the", + "type": "text" + }, + { + "bbox": [ + 414, + 403, + 420, + 412 + ], + "score": 0.68, + "content": "\\ell", + "type": "inline_equation" + }, + { + "bbox": [ + 420, + 399, + 507, + 416 + ], + "score": 1.0, + "content": "-th layer. An architec-", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 413, + 505, + 425 + ], + "spans": [ + { + "bbox": [ + 106, + 414, + 124, + 425 + ], + "score": 1.0, + "content": "ture", + "type": "text" + }, + { + "bbox": [ + 124, + 414, + 133, + 423 + ], + "score": 0.8, + "content": "\\Theta", + "type": "inline_equation" + }, + { + "bbox": [ + 134, + 414, + 254, + 425 + ], + "score": 1.0, + "content": "of DNNs is defined as a set of", + "type": "text" + }, + { + "bbox": [ + 254, + 414, + 262, + 423 + ], + "score": 0.82, + "content": "L", + "type": "inline_equation" + }, + { + "bbox": [ + 263, + 414, + 296, + 425 + ], + "score": 1.0, + "content": "pairs of", + "type": "text" + }, + { + "bbox": [ + 296, + 414, + 328, + 425 + ], + "score": 0.93, + "content": "\\left( A _ { \\ell } , b _ { \\ell } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 329, + 414, + 341, + 425 + ], + "score": 1.0, + "content": "as", + "type": "text" + }, + { + "bbox": [ + 341, + 413, + 459, + 424 + ], + "score": 0.89, + "content": "\\bar { \\Theta : = ( ( A _ { 1 } , b _ { 1 } ) , . . . , ( A _ { L } , \\bar { b } _ { L } ) ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 459, + 414, + 505, + 425 + ], + "score": 1.0, + "content": ". We define", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 104, + 422, + 506, + 439 + ], + "spans": [ + { + "bbox": [ + 104, + 422, + 159, + 439 + ], + "score": 1.0, + "content": "notations for", + "type": "text" + }, + { + "bbox": [ + 159, + 425, + 168, + 434 + ], + "score": 0.83, + "content": "\\Theta", + "type": "inline_equation" + }, + { + "bbox": [ + 168, + 422, + 210, + 439 + ], + "score": 1.0, + "content": "as follow:", + "type": "text" + }, + { + "bbox": [ + 211, + 424, + 248, + 436 + ], + "score": 0.92, + "content": "| \\Theta | : = L", + "type": "inline_equation" + }, + { + "bbox": [ + 248, + 422, + 345, + 439 + ], + "score": 1.0, + "content": "as the number of layers,", + "type": "text" + }, + { + "bbox": [ + 346, + 425, + 494, + 437 + ], + "score": 0.88, + "content": "\\begin{array} { r } { \\| \\Theta \\| _ { 0 } : = \\sum _ { \\ell \\in [ L ] } \\| \\operatorname { v e c } ( A _ { \\ell } ) \\| _ { 0 } + \\| b _ { \\ell } \\| _ { 0 } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 495, + 422, + 506, + 439 + ], + "score": 1.0, + "content": "as", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 104, + 436, + 502, + 452 + ], + "spans": [ + { + "bbox": [ + 104, + 436, + 249, + 452 + ], + "score": 1.0, + "content": "the number of non-zero elements in", + "type": "text" + }, + { + "bbox": [ + 249, + 438, + 258, + 447 + ], + "score": 0.82, + "content": "\\Theta", + "type": "inline_equation" + }, + { + "bbox": [ + 259, + 436, + 279, + 452 + ], + "score": 1.0, + "content": ", and", + "type": "text" + }, + { + "bbox": [ + 279, + 437, + 502, + 450 + ], + "score": 0.78, + "content": "\\begin{array} { r } { \\| \\Theta \\| _ { \\infty } : = \\operatorname* { m a x } \\{ \\operatorname* { m a x } _ { \\ell \\in [ L ] } \\| \\mathrm { v e c } ( \\mathring { A } _ { \\ell } ) \\| _ { \\infty } , \\operatorname* { m a x } _ { \\ell \\in [ L ] } \\| b _ { \\ell } \\| _ { \\infty } \\} } \\end{array}", + "type": "inline_equation" + } + ], + "index": 24 + }, + { + "bbox": [ + 104, + 449, + 506, + 464 + ], + "spans": [ + { + "bbox": [ + 104, + 449, + 223, + 464 + ], + "score": 1.0, + "content": "be the scale of parameters in", + "type": "text" + }, + { + "bbox": [ + 224, + 452, + 232, + 461 + ], + "score": 0.79, + "content": "\\Theta", + "type": "inline_equation" + }, + { + "bbox": [ + 233, + 449, + 405, + 464 + ], + "score": 1.0, + "content": ". We employ the ReLU activation function", + "type": "text" + }, + { + "bbox": [ + 405, + 450, + 468, + 463 + ], + "score": 0.91, + "content": "\\eta : \\mathbb { R } ^ { D ^ { \\prime } } \\to \\mathbb { R } ^ { D ^ { \\prime } }", + "type": "inline_equation" + }, + { + "bbox": [ + 468, + 449, + 506, + 464 + ], + "score": 1.0, + "content": "for each", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 107, + 460, + 285, + 478 + ], + "spans": [ + { + "bbox": [ + 107, + 463, + 137, + 473 + ], + "score": 0.89, + "content": "D ^ { \\prime } \\in \\mathbb { N }", + "type": "inline_equation" + }, + { + "bbox": [ + 138, + 460, + 169, + 478 + ], + "score": 1.0, + "content": "such as", + "type": "text" + }, + { + "bbox": [ + 170, + 463, + 281, + 476 + ], + "score": 0.9, + "content": "\\eta ( x ) = ( \\operatorname* { m a x } \\{ x _ { d } , 0 \\} ) _ { d \\in [ D ^ { \\prime } ] }", + "type": "inline_equation" + }, + { + "bbox": [ + 282, + 460, + 285, + 478 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 22.5 + }, + { + "type": "text", + "bbox": [ + 107, + 481, + 423, + 494 + ], + "lines": [ + { + "bbox": [ + 104, + 478, + 424, + 497 + ], + "spans": [ + { + "bbox": [ + 104, + 478, + 308, + 497 + ], + "score": 1.0, + "content": "We define functions of DNNs with an architecture", + "type": "text" + }, + { + "bbox": [ + 308, + 483, + 317, + 492 + ], + "score": 0.82, + "content": "\\Theta", + "type": "inline_equation" + }, + { + "bbox": [ + 318, + 478, + 329, + 497 + ], + "score": 1.0, + "content": "as", + "type": "text" + }, + { + "bbox": [ + 330, + 481, + 408, + 495 + ], + "score": 0.93, + "content": "\\xi [ \\Theta ] : \\mathbb { R } ^ { D ^ { \\prime } } \\mathbb { R } ^ { D ^ { \\prime \\prime } }", + "type": "inline_equation" + }, + { + "bbox": [ + 409, + 478, + 424, + 497 + ], + "score": 1.0, + "content": "by", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 27 + }, + { + "type": "interline_equation", + "bbox": [ + 162, + 499, + 447, + 514 + ], + "lines": [ + { + "bbox": [ + 162, + 499, + 447, + 514 + ], + "spans": [ + { + "bbox": [ + 162, + 499, + 447, + 514 + ], + "score": 0.87, + "content": "\\xi [ \\Theta ] ( x ) = x ^ { ( L + 1 ) } , x ^ { ( 1 ) } : = x , x ^ { ( \\ell + 1 ) } : = \\eta ( A _ { \\ell } x ^ { ( \\ell ) } + b _ { \\ell } ) , \\mathrm { f o r } \\ell \\in [ L ] .", + "type": "interline_equation", + "image_path": "c1bff21106541b56e28f7e91281647e125e485cb28a99d1e4cd96af35c7c9245.jpg" + } + ] + } + ], + "index": 28, + "virtual_lines": [ + { + "bbox": [ + 162, + 499, + 447, + 514 + ], + "spans": [], + "index": 28 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 518, + 285, + 531 + ], + "lines": [ + { + "bbox": [ + 105, + 516, + 285, + 533 + ], + "spans": [ + { + "bbox": [ + 105, + 516, + 285, + 533 + ], + "score": 1.0, + "content": "The function class of DNNs is thus given by", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 29 + }, + { + "type": "interline_equation", + "bbox": [ + 167, + 534, + 442, + 556 + ], + "lines": [ + { + "bbox": [ + 167, + 534, + 442, + 556 + ], + "spans": [ + { + "bbox": [ + 167, + 534, + 442, + 556 + ], + "score": 0.91, + "content": "\\Xi ( S , B , L ) : = \\Big \\{ \\xi [ \\Theta ] : I ^ { D } \\to \\mathbb { R } \\ | \\ \\| \\Theta \\| _ { 0 } \\leqslant S , \\| \\Theta \\| _ { \\infty } \\leqslant B , | \\Theta | \\leqslant L \\Big \\} ,", + "type": "interline_equation", + "image_path": "f418b78952b41d50b1e3e5bd160ee7d100699572e4b4dfb1a600a4cac20d581f.jpg" + } + ] + } + ], + "index": 30, + "virtual_lines": [ + { + "bbox": [ + 167, + 534, + 442, + 556 + ], + "spans": [], + "index": 30 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 560, + 505, + 594 + ], + "lines": [ + { + "bbox": [ + 105, + 560, + 505, + 572 + ], + "spans": [ + { + "bbox": [ + 105, + 560, + 133, + 572 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 560, + 195, + 571 + ], + "score": 0.26, + "content": "S \\in \\mathbb { N } , B > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 195, + 560, + 216, + 572 + ], + "score": 1.0, + "content": ", and", + "type": "text" + }, + { + "bbox": [ + 217, + 560, + 245, + 570 + ], + "score": 0.93, + "content": "L \\in \\mathbb { N }", + "type": "inline_equation" + }, + { + "bbox": [ + 245, + 560, + 364, + 572 + ], + "score": 1.0, + "content": "are hyper-parameters. Here,", + "type": "text" + }, + { + "bbox": [ + 364, + 560, + 372, + 570 + ], + "score": 0.83, + "content": "S", + "type": "inline_equation" + }, + { + "bbox": [ + 372, + 560, + 505, + 572 + ], + "score": 1.0, + "content": "bounds the number of non-zero", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 571, + 506, + 583 + ], + "spans": [ + { + "bbox": [ + 105, + 571, + 391, + 583 + ], + "score": 1.0, + "content": "parameters of DNNs, namely, it controls the sparseness of DNNs.", + "type": "text" + }, + { + "bbox": [ + 391, + 572, + 401, + 581 + ], + "score": 0.83, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 401, + 571, + 506, + 583 + ], + "score": 1.0, + "content": "is a bound for scales of", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 583, + 155, + 594 + ], + "spans": [ + { + "bbox": [ + 105, + 583, + 155, + 594 + ], + "score": 1.0, + "content": "parameters.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32 + }, + { + "type": "title", + "bbox": [ + 107, + 609, + 315, + 622 + ], + "lines": [ + { + "bbox": [ + 104, + 608, + 317, + 624 + ], + "spans": [ + { + "bbox": [ + 104, + 608, + 317, + 624 + ], + "score": 1.0, + "content": "3 DISCONNECTED SUPPORT PROPERTY", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 34 + }, + { + "type": "title", + "bbox": [ + 108, + 634, + 264, + 645 + ], + "lines": [ + { + "bbox": [ + 106, + 634, + 265, + 647 + ], + "spans": [ + { + "bbox": [ + 106, + 634, + 265, + 647 + ], + "score": 1.0, + "content": "3.1 INTRODUCTION AND EXAMPLE", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 35 + }, + { + "type": "text", + "bbox": [ + 106, + 654, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 654, + 505, + 667 + ], + "spans": [ + { + "bbox": [ + 105, + 654, + 505, + 667 + ], + "score": 1.0, + "content": "It is often observed that data in real world data the support of its probability measure may not be", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 666, + 505, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 505, + 678 + ], + "score": 1.0, + "content": "connected but a union of disjoint subsets. This is typical if the data has cluster structures, as seen in", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 677, + 505, + 690 + ], + "spans": [ + { + "bbox": [ + 106, + 677, + 505, + 690 + ], + "score": 1.0, + "content": "many data sets for classification tasks. Moreover, the density function of the probability measure", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 688, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 688, + 505, + 700 + ], + "score": 1.0, + "content": "may not be smooth at a boundary of the support. Figures 1 (MNIST, (LeCun et al., 1998)) and", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 699, + 506, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 506, + 711 + ], + "score": 1.0, + "content": "2 (Shelter Animal, Center) illustrate such examples in the real world. They are projected onto a", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "score": 1.0, + "content": "2-dimensional Euclidean space by t-SNE (Maaten & Hinton, 2008) so that they preserve the original", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 721, + 505, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 505, + 733 + ], + "score": 1.0, + "content": "distance structure among points. We can see that both of the data are concentrated on several disjoint", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 39 + } + ], + "page_idx": 2, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 26, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2019", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 751, + 309, + 760 + ], + "lines": [ + { + "bbox": [ + 301, + 750, + 310, + 762 + ], + "spans": [ + { + "bbox": [ + 301, + 750, + 310, + 762 + ], + "score": 1.0, + "content": "3", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 269, + 94 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 270, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 228, + 96 + ], + "score": 1.0, + "content": "between probability measures", + "type": "text" + }, + { + "bbox": [ + 228, + 83, + 237, + 92 + ], + "score": 0.83, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 237, + 81, + 255, + 96 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 255, + 83, + 266, + 92 + ], + "score": 0.87, + "content": "P ^ { \\prime }", + "type": "inline_equation" + }, + { + "bbox": [ + 267, + 81, + 270, + 96 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0, + "bbox_fs": [ + 105, + 81, + 270, + 96 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 99, + 505, + 151 + ], + "lines": [ + { + "bbox": [ + 104, + 99, + 506, + 114 + ], + "spans": [ + { + "bbox": [ + 104, + 99, + 262, + 114 + ], + "score": 1.0, + "content": "For the learning process, we generate", + "type": "text" + }, + { + "bbox": [ + 262, + 104, + 272, + 111 + ], + "score": 0.72, + "content": "m", + "type": "inline_equation" + }, + { + "bbox": [ + 273, + 99, + 333, + 114 + ], + "score": 1.0, + "content": "noise samples", + "type": "text" + }, + { + "bbox": [ + 334, + 99, + 377, + 113 + ], + "score": 0.92, + "content": "\\widetilde { Z } _ { 1 } , . . . , \\widetilde { Z } _ { m }", + "type": "inline_equation" + }, + { + "bbox": [ + 378, + 99, + 402, + 114 + ], + "score": 1.0, + "content": "from", + "type": "text" + }, + { + "bbox": [ + 402, + 101, + 416, + 113 + ], + "score": 0.87, + "content": "P _ { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 416, + 99, + 506, + 114 + ], + "score": 1.0, + "content": "and obtain generated", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 104, + 111, + 507, + 131 + ], + "spans": [ + { + "bbox": [ + 104, + 111, + 153, + 131 + ], + "score": 1.0, + "content": "samples as", + "type": "text" + }, + { + "bbox": [ + 153, + 112, + 207, + 127 + ], + "score": 0.94, + "content": "\\tilde { X } _ { j } : = g ( \\tilde { Z } _ { j } )", + "type": "inline_equation" + }, + { + "bbox": [ + 207, + 111, + 228, + 131 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 229, + 114, + 253, + 126 + ], + "score": 0.91, + "content": "g \\in { \\mathcal { G } }", + "type": "inline_equation" + }, + { + "bbox": [ + 254, + 111, + 269, + 131 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 269, + 114, + 302, + 126 + ], + "score": 0.92, + "content": "j \\in [ m ]", + "type": "inline_equation" + }, + { + "bbox": [ + 302, + 111, + 323, + 131 + ], + "score": 1.0, + "content": ". Let", + "type": "text" + }, + { + "bbox": [ + 324, + 113, + 418, + 129 + ], + "score": 0.91, + "content": "\\begin{array} { r } { P _ { g , m } : = \\frac { 1 } { m } \\sum _ { j \\in [ m ] } \\delta _ { \\widetilde { X } _ { j } } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 419, + 111, + 507, + 131 + ], + "score": 1.0, + "content": "denote the sampling", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 127, + 505, + 141 + ], + "spans": [ + { + "bbox": [ + 105, + 127, + 270, + 141 + ], + "score": 1.0, + "content": "measure. GANs construct an estimator", + "type": "text" + }, + { + "bbox": [ + 270, + 129, + 282, + 141 + ], + "score": 0.89, + "content": "P _ { \\hat { g } }", + "type": "inline_equation" + }, + { + "bbox": [ + 283, + 127, + 299, + 141 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 299, + 128, + 313, + 138 + ], + "score": 0.87, + "content": "P ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 313, + 127, + 364, + 141 + ], + "score": 1.0, + "content": "by learning", + "type": "text" + }, + { + "bbox": [ + 364, + 129, + 371, + 140 + ], + "score": 0.83, + "content": "\\widehat g", + "type": "inline_equation" + }, + { + "bbox": [ + 371, + 127, + 505, + 141 + ], + "score": 1.0, + "content": "with the following optimization", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 138, + 144, + 151 + ], + "spans": [ + { + "bbox": [ + 105, + 138, + 144, + 151 + ], + "score": 1.0, + "content": "problem", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 2.5, + "bbox_fs": [ + 104, + 99, + 507, + 151 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 248, + 155, + 362, + 176 + ], + "lines": [ + { + "bbox": [ + 248, + 155, + 362, + 176 + ], + "spans": [ + { + "bbox": [ + 248, + 155, + 362, + 176 + ], + "score": 0.93, + "content": "{ \\widehat { g } } \\in \\mathop { \\mathrm { a r g m i n } } _ { g \\in { \\mathcal { G } } } d _ { { \\mathcal { F } } } \\left( P _ { n } , P _ { g , m } \\right) .", + "type": "interline_equation", + "image_path": "2889892051aaebf92d10f96d4f4372712eacc49eecc36b7f3b6d573c8e5c6f31.jpg" + } + ] + } + ], + "index": 5, + "virtual_lines": [ + { + "bbox": [ + 248, + 155, + 362, + 176 + ], + "spans": [], + "index": 5 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 186, + 505, + 253 + ], + "lines": [ + { + "bbox": [ + 105, + 187, + 505, + 199 + ], + "spans": [ + { + "bbox": [ + 105, + 187, + 351, + 199 + ], + "score": 1.0, + "content": "The metric (1) covers a wide variety of GANs by selecting", + "type": "text" + }, + { + "bbox": [ + 352, + 187, + 361, + 197 + ], + "score": 0.81, + "content": "\\mathcal { F }", + "type": "inline_equation" + }, + { + "bbox": [ + 361, + 187, + 505, + 199 + ], + "score": 1.0, + "content": ". Among others, the original GAN", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 198, + 506, + 210 + ], + "spans": [ + { + "bbox": [ + 105, + 198, + 265, + 210 + ], + "score": 1.0, + "content": "(Goodfellow et al., 2014) is realized if", + "type": "text" + }, + { + "bbox": [ + 265, + 198, + 275, + 208 + ], + "score": 0.85, + "content": "\\mathcal { F }", + "type": "inline_equation" + }, + { + "bbox": [ + 275, + 198, + 506, + 210 + ], + "score": 1.0, + "content": "contains a logarithm of density ratio; Wasserstein-GAN", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 209, + 505, + 222 + ], + "spans": [ + { + "bbox": [ + 105, + 209, + 505, + 222 + ], + "score": 1.0, + "content": "(Arjovsky et al., 2017), MMD-GAN (Dziugaite et al., 2015; Li et al., 2017) and Energy-Based GAN", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 220, + 505, + 233 + ], + "spans": [ + { + "bbox": [ + 106, + 220, + 234, + 233 + ], + "score": 1.0, + "content": "(Zhao et al., 2016) are given if", + "type": "text" + }, + { + "bbox": [ + 234, + 220, + 243, + 230 + ], + "score": 0.85, + "content": "\\mathcal { F }", + "type": "inline_equation" + }, + { + "bbox": [ + 244, + 220, + 505, + 233 + ], + "score": 1.0, + "content": "is the set of 1-Lipschitz functions, a reproducing kernel Hilbert", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 230, + 506, + 244 + ], + "spans": [ + { + "bbox": [ + 105, + 230, + 361, + 244 + ], + "score": 1.0, + "content": "space, and the bounded continuous functions, respectively. The", + "type": "text" + }, + { + "bbox": [ + 361, + 231, + 368, + 243 + ], + "score": 0.85, + "content": "f", + "type": "inline_equation" + }, + { + "bbox": [ + 369, + 230, + 506, + 244 + ], + "score": 1.0, + "content": "-GAN (Nowozin et al., 2016) also", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 240, + 192, + 255 + ], + "spans": [ + { + "bbox": [ + 105, + 240, + 192, + 255 + ], + "score": 1.0, + "content": "belongs to this class.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 8.5, + "bbox_fs": [ + 105, + 187, + 506, + 255 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 258, + 505, + 281 + ], + "lines": [ + { + "bbox": [ + 105, + 257, + 507, + 272 + ], + "spans": [ + { + "bbox": [ + 105, + 257, + 172, + 272 + ], + "score": 1.0, + "content": "We assume that", + "type": "text" + }, + { + "bbox": [ + 172, + 259, + 181, + 268 + ], + "score": 0.85, + "content": "\\mathcal { F }", + "type": "inline_equation" + }, + { + "bbox": [ + 182, + 257, + 507, + 272 + ], + "score": 1.0, + "content": "is large enough to contain functions which can work as a discriminator, namely,", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 270, + 253, + 281 + ], + "spans": [ + { + "bbox": [ + 105, + 270, + 253, + 281 + ], + "score": 1.0, + "content": "we assume that the following holds:", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12.5, + "bbox_fs": [ + 105, + 257, + 507, + 281 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 249, + 285, + 362, + 299 + ], + "lines": [ + { + "bbox": [ + 249, + 285, + 362, + 299 + ], + "spans": [ + { + "bbox": [ + 249, + 285, + 362, + 299 + ], + "score": 0.93, + "content": "d _ { \\mathcal { F } } ( P , P ^ { \\prime } ) = 0 \\Leftrightarrow P = P ^ { \\prime } .", + "type": "interline_equation", + "image_path": "748c55c4048b7427fe6cec25a9587408d3de30c99ffcffff84626d6cab0055bc.jpg" + } + ] + } + ], + "index": 14, + "virtual_lines": [ + { + "bbox": [ + 249, + 285, + 362, + 299 + ], + "spans": [], + "index": 14 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 303, + 374, + 316 + ], + "lines": [ + { + "bbox": [ + 105, + 302, + 374, + 317 + ], + "spans": [ + { + "bbox": [ + 105, + 302, + 374, + 317 + ], + "score": 1.0, + "content": "A sufficient condition for (3) is investigated in Zhang et al. (2018).", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 15, + "bbox_fs": [ + 105, + 302, + 374, + 317 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 328, + 425, + 340 + ], + "lines": [ + { + "bbox": [ + 105, + 327, + 426, + 342 + ], + "spans": [ + { + "bbox": [ + 105, + 327, + 426, + 342 + ], + "score": 1.0, + "content": "2.3 DEEP NEURAL NETWORKS FOR GENERATORS AND DISCRIMINATORS", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16 + }, + { + "type": "text", + "bbox": [ + 105, + 348, + 505, + 372 + ], + "lines": [ + { + "bbox": [ + 106, + 349, + 506, + 362 + ], + "spans": [ + { + "bbox": [ + 106, + 349, + 217, + 362 + ], + "score": 1.0, + "content": "In the schemes of GANs,", + "type": "text" + }, + { + "bbox": [ + 217, + 350, + 227, + 360 + ], + "score": 0.81, + "content": "\\mathcal { F }", + "type": "inline_equation" + }, + { + "bbox": [ + 227, + 349, + 247, + 362 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 247, + 350, + 255, + 360 + ], + "score": 0.83, + "content": "\\mathcal { G }", + "type": "inline_equation" + }, + { + "bbox": [ + 255, + 349, + 506, + 362 + ], + "score": 1.0, + "content": "are realized by deep neural networks (DNNs). For further", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 360, + 348, + 373 + ], + "spans": [ + { + "bbox": [ + 106, + 360, + 348, + 373 + ], + "score": 1.0, + "content": "discussion, we formulate the function class given by DNNs.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17.5, + "bbox_fs": [ + 106, + 349, + 506, + 373 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 376, + 506, + 476 + ], + "lines": [ + { + "bbox": [ + 105, + 376, + 506, + 390 + ], + "spans": [ + { + "bbox": [ + 105, + 376, + 122, + 390 + ], + "score": 1.0, + "content": "Let", + "type": "text" + }, + { + "bbox": [ + 123, + 378, + 149, + 387 + ], + "score": 0.89, + "content": "L \\in \\mathbb { N }", + "type": "inline_equation" + }, + { + "bbox": [ + 150, + 376, + 299, + 390 + ], + "score": 1.0, + "content": "be a number of layers in DNNs, and", + "type": "text" + }, + { + "bbox": [ + 300, + 377, + 331, + 389 + ], + "score": 0.93, + "content": "D _ { \\ell } ^ { \\prime } \\in \\mathbb { N }", + "type": "inline_equation" + }, + { + "bbox": [ + 332, + 376, + 487, + 390 + ], + "score": 1.0, + "content": "be a dimensionality of variables in an", + "type": "text" + }, + { + "bbox": [ + 487, + 378, + 493, + 388 + ], + "score": 0.56, + "content": "\\ell \\cdot", + "type": "inline_equation" + }, + { + "bbox": [ + 493, + 376, + 506, + 390 + ], + "score": 1.0, + "content": "-th", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 104, + 387, + 506, + 403 + ], + "spans": [ + { + "bbox": [ + 104, + 387, + 142, + 403 + ], + "score": 1.0, + "content": "layer for", + "type": "text" + }, + { + "bbox": [ + 143, + 388, + 190, + 400 + ], + "score": 0.92, + "content": "\\ell \\in \\left[ L + 1 \\right]", + "type": "inline_equation" + }, + { + "bbox": [ + 190, + 387, + 245, + 403 + ], + "score": 1.0, + "content": ". Here, we set", + "type": "text" + }, + { + "bbox": [ + 246, + 388, + 293, + 401 + ], + "score": 0.92, + "content": "D _ { L + 1 } ^ { \\prime } = D", + "type": "inline_equation" + }, + { + "bbox": [ + 293, + 387, + 369, + 403 + ], + "score": 1.0, + "content": "for generators and", + "type": "text" + }, + { + "bbox": [ + 369, + 388, + 412, + 401 + ], + "score": 0.94, + "content": "D _ { L + 1 } ^ { \\prime } = \\mathrm { \\bar { 1 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 413, + 387, + 506, + 403 + ], + "score": 1.0, + "content": "for discriminators. We", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 104, + 399, + 507, + 416 + ], + "spans": [ + { + "bbox": [ + 104, + 399, + 145, + 416 + ], + "score": 1.0, + "content": "introduce", + "type": "text" + }, + { + "bbox": [ + 146, + 400, + 210, + 414 + ], + "score": 0.92, + "content": "A _ { \\ell } \\in \\mathbb { R } ^ { D _ { \\ell + 1 } ^ { \\prime } \\times D _ { \\ell } ^ { \\prime } }", + "type": "inline_equation" + }, + { + "bbox": [ + 211, + 399, + 228, + 416 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 228, + 401, + 265, + 413 + ], + "score": 0.92, + "content": "b _ { \\ell } \\in \\mathbb { R } ^ { D _ { \\ell } ^ { \\prime } }", + "type": "inline_equation" + }, + { + "bbox": [ + 266, + 399, + 414, + 416 + ], + "score": 1.0, + "content": "as matrix and vector parametersof the", + "type": "text" + }, + { + "bbox": [ + 414, + 403, + 420, + 412 + ], + "score": 0.68, + "content": "\\ell", + "type": "inline_equation" + }, + { + "bbox": [ + 420, + 399, + 507, + 416 + ], + "score": 1.0, + "content": "-th layer. An architec-", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 413, + 505, + 425 + ], + "spans": [ + { + "bbox": [ + 106, + 414, + 124, + 425 + ], + "score": 1.0, + "content": "ture", + "type": "text" + }, + { + "bbox": [ + 124, + 414, + 133, + 423 + ], + "score": 0.8, + "content": "\\Theta", + "type": "inline_equation" + }, + { + "bbox": [ + 134, + 414, + 254, + 425 + ], + "score": 1.0, + "content": "of DNNs is defined as a set of", + "type": "text" + }, + { + "bbox": [ + 254, + 414, + 262, + 423 + ], + "score": 0.82, + "content": "L", + "type": "inline_equation" + }, + { + "bbox": [ + 263, + 414, + 296, + 425 + ], + "score": 1.0, + "content": "pairs of", + "type": "text" + }, + { + "bbox": [ + 296, + 414, + 328, + 425 + ], + "score": 0.93, + "content": "\\left( A _ { \\ell } , b _ { \\ell } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 329, + 414, + 341, + 425 + ], + "score": 1.0, + "content": "as", + "type": "text" + }, + { + "bbox": [ + 341, + 413, + 459, + 424 + ], + "score": 0.89, + "content": "\\bar { \\Theta : = ( ( A _ { 1 } , b _ { 1 } ) , . . . , ( A _ { L } , \\bar { b } _ { L } ) ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 459, + 414, + 505, + 425 + ], + "score": 1.0, + "content": ". We define", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 104, + 422, + 506, + 439 + ], + "spans": [ + { + "bbox": [ + 104, + 422, + 159, + 439 + ], + "score": 1.0, + "content": "notations for", + "type": "text" + }, + { + "bbox": [ + 159, + 425, + 168, + 434 + ], + "score": 0.83, + "content": "\\Theta", + "type": "inline_equation" + }, + { + "bbox": [ + 168, + 422, + 210, + 439 + ], + "score": 1.0, + "content": "as follow:", + "type": "text" + }, + { + "bbox": [ + 211, + 424, + 248, + 436 + ], + "score": 0.92, + "content": "| \\Theta | : = L", + "type": "inline_equation" + }, + { + "bbox": [ + 248, + 422, + 345, + 439 + ], + "score": 1.0, + "content": "as the number of layers,", + "type": "text" + }, + { + "bbox": [ + 346, + 425, + 494, + 437 + ], + "score": 0.88, + "content": "\\begin{array} { r } { \\| \\Theta \\| _ { 0 } : = \\sum _ { \\ell \\in [ L ] } \\| \\operatorname { v e c } ( A _ { \\ell } ) \\| _ { 0 } + \\| b _ { \\ell } \\| _ { 0 } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 495, + 422, + 506, + 439 + ], + "score": 1.0, + "content": "as", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 104, + 436, + 502, + 452 + ], + "spans": [ + { + "bbox": [ + 104, + 436, + 249, + 452 + ], + "score": 1.0, + "content": "the number of non-zero elements in", + "type": "text" + }, + { + "bbox": [ + 249, + 438, + 258, + 447 + ], + "score": 0.82, + "content": "\\Theta", + "type": "inline_equation" + }, + { + "bbox": [ + 259, + 436, + 279, + 452 + ], + "score": 1.0, + "content": ", and", + "type": "text" + }, + { + "bbox": [ + 279, + 437, + 502, + 450 + ], + "score": 0.78, + "content": "\\begin{array} { r } { \\| \\Theta \\| _ { \\infty } : = \\operatorname* { m a x } \\{ \\operatorname* { m a x } _ { \\ell \\in [ L ] } \\| \\mathrm { v e c } ( \\mathring { A } _ { \\ell } ) \\| _ { \\infty } , \\operatorname* { m a x } _ { \\ell \\in [ L ] } \\| b _ { \\ell } \\| _ { \\infty } \\} } \\end{array}", + "type": "inline_equation" + } + ], + "index": 24 + }, + { + "bbox": [ + 104, + 449, + 506, + 464 + ], + "spans": [ + { + "bbox": [ + 104, + 449, + 223, + 464 + ], + "score": 1.0, + "content": "be the scale of parameters in", + "type": "text" + }, + { + "bbox": [ + 224, + 452, + 232, + 461 + ], + "score": 0.79, + "content": "\\Theta", + "type": "inline_equation" + }, + { + "bbox": [ + 233, + 449, + 405, + 464 + ], + "score": 1.0, + "content": ". We employ the ReLU activation function", + "type": "text" + }, + { + "bbox": [ + 405, + 450, + 468, + 463 + ], + "score": 0.91, + "content": "\\eta : \\mathbb { R } ^ { D ^ { \\prime } } \\to \\mathbb { R } ^ { D ^ { \\prime } }", + "type": "inline_equation" + }, + { + "bbox": [ + 468, + 449, + 506, + 464 + ], + "score": 1.0, + "content": "for each", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 107, + 460, + 285, + 478 + ], + "spans": [ + { + "bbox": [ + 107, + 463, + 137, + 473 + ], + "score": 0.89, + "content": "D ^ { \\prime } \\in \\mathbb { N }", + "type": "inline_equation" + }, + { + "bbox": [ + 138, + 460, + 169, + 478 + ], + "score": 1.0, + "content": "such as", + "type": "text" + }, + { + "bbox": [ + 170, + 463, + 281, + 476 + ], + "score": 0.9, + "content": "\\eta ( x ) = ( \\operatorname* { m a x } \\{ x _ { d } , 0 \\} ) _ { d \\in [ D ^ { \\prime } ] }", + "type": "inline_equation" + }, + { + "bbox": [ + 282, + 460, + 285, + 478 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 22.5, + "bbox_fs": [ + 104, + 376, + 507, + 478 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 481, + 423, + 494 + ], + "lines": [ + { + "bbox": [ + 104, + 478, + 424, + 497 + ], + "spans": [ + { + "bbox": [ + 104, + 478, + 308, + 497 + ], + "score": 1.0, + "content": "We define functions of DNNs with an architecture", + "type": "text" + }, + { + "bbox": [ + 308, + 483, + 317, + 492 + ], + "score": 0.82, + "content": "\\Theta", + "type": "inline_equation" + }, + { + "bbox": [ + 318, + 478, + 329, + 497 + ], + "score": 1.0, + "content": "as", + "type": "text" + }, + { + "bbox": [ + 330, + 481, + 408, + 495 + ], + "score": 0.93, + "content": "\\xi [ \\Theta ] : \\mathbb { R } ^ { D ^ { \\prime } } \\mathbb { R } ^ { D ^ { \\prime \\prime } }", + "type": "inline_equation" + }, + { + "bbox": [ + 409, + 478, + 424, + 497 + ], + "score": 1.0, + "content": "by", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 27, + "bbox_fs": [ + 104, + 478, + 424, + 497 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 162, + 499, + 447, + 514 + ], + "lines": [ + { + "bbox": [ + 162, + 499, + 447, + 514 + ], + "spans": [ + { + "bbox": [ + 162, + 499, + 447, + 514 + ], + "score": 0.87, + "content": "\\xi [ \\Theta ] ( x ) = x ^ { ( L + 1 ) } , x ^ { ( 1 ) } : = x , x ^ { ( \\ell + 1 ) } : = \\eta ( A _ { \\ell } x ^ { ( \\ell ) } + b _ { \\ell } ) , \\mathrm { f o r } \\ell \\in [ L ] .", + "type": "interline_equation", + "image_path": "c1bff21106541b56e28f7e91281647e125e485cb28a99d1e4cd96af35c7c9245.jpg" + } + ] + } + ], + "index": 28, + "virtual_lines": [ + { + "bbox": [ + 162, + 499, + 447, + 514 + ], + "spans": [], + "index": 28 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 518, + 285, + 531 + ], + "lines": [ + { + "bbox": [ + 105, + 516, + 285, + 533 + ], + "spans": [ + { + "bbox": [ + 105, + 516, + 285, + 533 + ], + "score": 1.0, + "content": "The function class of DNNs is thus given by", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 29, + "bbox_fs": [ + 105, + 516, + 285, + 533 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 167, + 534, + 442, + 556 + ], + "lines": [ + { + "bbox": [ + 167, + 534, + 442, + 556 + ], + "spans": [ + { + "bbox": [ + 167, + 534, + 442, + 556 + ], + "score": 0.91, + "content": "\\Xi ( S , B , L ) : = \\Big \\{ \\xi [ \\Theta ] : I ^ { D } \\to \\mathbb { R } \\ | \\ \\| \\Theta \\| _ { 0 } \\leqslant S , \\| \\Theta \\| _ { \\infty } \\leqslant B , | \\Theta | \\leqslant L \\Big \\} ,", + "type": "interline_equation", + "image_path": "f418b78952b41d50b1e3e5bd160ee7d100699572e4b4dfb1a600a4cac20d581f.jpg" + } + ] + } + ], + "index": 30, + "virtual_lines": [ + { + "bbox": [ + 167, + 534, + 442, + 556 + ], + "spans": [], + "index": 30 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 560, + 505, + 594 + ], + "lines": [ + { + "bbox": [ + 105, + 560, + 505, + 572 + ], + "spans": [ + { + "bbox": [ + 105, + 560, + 133, + 572 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 560, + 195, + 571 + ], + "score": 0.26, + "content": "S \\in \\mathbb { N } , B > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 195, + 560, + 216, + 572 + ], + "score": 1.0, + "content": ", and", + "type": "text" + }, + { + "bbox": [ + 217, + 560, + 245, + 570 + ], + "score": 0.93, + "content": "L \\in \\mathbb { N }", + "type": "inline_equation" + }, + { + "bbox": [ + 245, + 560, + 364, + 572 + ], + "score": 1.0, + "content": "are hyper-parameters. Here,", + "type": "text" + }, + { + "bbox": [ + 364, + 560, + 372, + 570 + ], + "score": 0.83, + "content": "S", + "type": "inline_equation" + }, + { + "bbox": [ + 372, + 560, + 505, + 572 + ], + "score": 1.0, + "content": "bounds the number of non-zero", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 571, + 506, + 583 + ], + "spans": [ + { + "bbox": [ + 105, + 571, + 391, + 583 + ], + "score": 1.0, + "content": "parameters of DNNs, namely, it controls the sparseness of DNNs.", + "type": "text" + }, + { + "bbox": [ + 391, + 572, + 401, + 581 + ], + "score": 0.83, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 401, + 571, + 506, + 583 + ], + "score": 1.0, + "content": "is a bound for scales of", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 583, + 155, + 594 + ], + "spans": [ + { + "bbox": [ + 105, + 583, + 155, + 594 + ], + "score": 1.0, + "content": "parameters.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32, + "bbox_fs": [ + 105, + 560, + 506, + 594 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 609, + 315, + 622 + ], + "lines": [ + { + "bbox": [ + 104, + 608, + 317, + 624 + ], + "spans": [ + { + "bbox": [ + 104, + 608, + 317, + 624 + ], + "score": 1.0, + "content": "3 DISCONNECTED SUPPORT PROPERTY", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 34 + }, + { + "type": "title", + "bbox": [ + 108, + 634, + 264, + 645 + ], + "lines": [ + { + "bbox": [ + 106, + 634, + 265, + 647 + ], + "spans": [ + { + "bbox": [ + 106, + 634, + 265, + 647 + ], + "score": 1.0, + "content": "3.1 INTRODUCTION AND EXAMPLE", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 35 + }, + { + "type": "text", + "bbox": [ + 106, + 654, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 654, + 505, + 667 + ], + "spans": [ + { + "bbox": [ + 105, + 654, + 505, + 667 + ], + "score": 1.0, + "content": "It is often observed that data in real world data the support of its probability measure may not be", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 666, + 505, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 505, + 678 + ], + "score": 1.0, + "content": "connected but a union of disjoint subsets. This is typical if the data has cluster structures, as seen in", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 677, + 505, + 690 + ], + "spans": [ + { + "bbox": [ + 106, + 677, + 505, + 690 + ], + "score": 1.0, + "content": "many data sets for classification tasks. Moreover, the density function of the probability measure", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 688, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 688, + 505, + 700 + ], + "score": 1.0, + "content": "may not be smooth at a boundary of the support. Figures 1 (MNIST, (LeCun et al., 1998)) and", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 699, + 506, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 506, + 711 + ], + "score": 1.0, + "content": "2 (Shelter Animal, Center) illustrate such examples in the real world. They are projected onto a", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "score": 1.0, + "content": "2-dimensional Euclidean space by t-SNE (Maaten & Hinton, 2008) so that they preserve the original", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 721, + 505, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 505, + 733 + ], + "score": 1.0, + "content": "distance structure among points. We can see that both of the data are concentrated on several disjoint", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 82, + 506, + 96 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 506, + 96 + ], + "score": 1.0, + "content": "subsets and there are a clear gap or empty regions between some of the subsets. This observation", + "type": "text", + "cross_page": true + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 505, + 106 + ], + "score": 1.0, + "content": "suggests that the disconnected property of probability measures should be addressed in discussing", + "type": "text", + "cross_page": true + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 104, + 505, + 118 + ], + "spans": [ + { + "bbox": [ + 106, + 104, + 505, + 118 + ], + "score": 1.0, + "content": "estimation of probability measures, while standard analysis does not consider this phenomenon. In", + "type": "text", + "cross_page": true + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 114, + 505, + 128 + ], + "spans": [ + { + "bbox": [ + 105, + 114, + 505, + 128 + ], + "score": 1.0, + "content": "fact, this paper will show that the disconnected supports property has an important role in showing an", + "type": "text", + "cross_page": true + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 127, + 326, + 138 + ], + "spans": [ + { + "bbox": [ + 106, + 127, + 326, + 138 + ], + "score": 1.0, + "content": "advantage of GANs over standard estimation methods.", + "type": "text", + "cross_page": true + } + ], + "index": 4 + } + ], + "index": 39, + "bbox_fs": [ + 105, + 654, + 506, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 138 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 506, + 96 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 506, + 96 + ], + "score": 1.0, + "content": "subsets and there are a clear gap or empty regions between some of the subsets. This observation", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 505, + 106 + ], + "score": 1.0, + "content": "suggests that the disconnected property of probability measures should be addressed in discussing", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 104, + 505, + 118 + ], + "spans": [ + { + "bbox": [ + 106, + 104, + 505, + 118 + ], + "score": 1.0, + "content": "estimation of probability measures, while standard analysis does not consider this phenomenon. In", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 114, + 505, + 128 + ], + "spans": [ + { + "bbox": [ + 105, + 114, + 505, + 128 + ], + "score": 1.0, + "content": "fact, this paper will show that the disconnected supports property has an important role in showing an", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 127, + 326, + 138 + ], + "spans": [ + { + "bbox": [ + 106, + 127, + 326, + 138 + ], + "score": 1.0, + "content": "advantage of GANs over standard estimation methods.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 2 + }, + { + "type": "image", + "bbox": [ + 142, + 162, + 288, + 263 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 142, + 162, + 288, + 263 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 142, + 162, + 288, + 263 + ], + "spans": [ + { + "bbox": [ + 142, + 162, + 288, + 263 + ], + "score": 0.969, + "type": "image", + "image_path": "fe32edfd04a7a392e42a9668e55374015bbdbbcd473787ac6a8e24e86e9e385a.jpg" + } + ] + } + ], + "index": 6.0, + "virtual_lines": [ + { + "bbox": [ + 142, + 162, + 288, + 212.5 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 142, + 212.5, + 288, + 263.0 + ], + "spans": [], + "index": 7 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 146, + 278, + 283, + 289 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 144, + 277, + 284, + 290 + ], + "spans": [ + { + "bbox": [ + 144, + 277, + 284, + 290 + ], + "score": 1.0, + "content": "Figure 1: Plot of the MNIST data.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 9 + } + ], + "index": 7.5 + }, + { + "type": "image", + "bbox": [ + 320, + 164, + 467, + 262 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 320, + 164, + 467, + 262 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 320, + 164, + 467, + 262 + ], + "spans": [ + { + "bbox": [ + 320, + 164, + 467, + 262 + ], + "score": 0.966, + "type": "image", + "image_path": "9e1bdfe866576746ea80f727f2a4ff3e3c05341c6ba33fc8c5e775ffcb4bc9c3.jpg" + } + ] + } + ], + "index": 7.0, + "virtual_lines": [ + { + "bbox": [ + 320, + 164, + 467, + 213.0 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 320, + 213.0, + 467, + 262.0 + ], + "spans": [], + "index": 8 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 326, + 276, + 460, + 287 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 325, + 275, + 461, + 289 + ], + "spans": [ + { + "bbox": [ + 325, + 275, + 461, + 289 + ], + "score": 1.0, + "content": "Figure 2: Plot of the animal data.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 10 + } + ], + "index": 8.5 + }, + { + "type": "title", + "bbox": [ + 108, + 318, + 397, + 329 + ], + "lines": [ + { + "bbox": [ + 105, + 317, + 399, + 331 + ], + "spans": [ + { + "bbox": [ + 105, + 317, + 399, + 331 + ], + "score": 1.0, + "content": "3.2 MATHEMATICAL FORMULATION OF DISCONNECTED SUPPORTS", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 11 + }, + { + "type": "text", + "bbox": [ + 106, + 338, + 507, + 383 + ], + "lines": [ + { + "bbox": [ + 105, + 338, + 507, + 351 + ], + "spans": [ + { + "bbox": [ + 105, + 338, + 507, + 351 + ], + "score": 1.0, + "content": "Here we make a rigorous definition of disconnected supports. The property of smoothness (i.e.", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 350, + 506, + 362 + ], + "spans": [ + { + "bbox": [ + 106, + 350, + 506, + 362 + ], + "score": 1.0, + "content": "differentiability) is involved, which is a key factor to analyze generalization performance in the fields", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 360, + 506, + 373 + ], + "spans": [ + { + "bbox": [ + 105, + 360, + 506, + 373 + ], + "score": 1.0, + "content": "of the statistics (Stone, 1982; Tsybakov, 2009); Stone (1982) shows, for instance, that smoothness", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 371, + 506, + 384 + ], + "spans": [ + { + "bbox": [ + 105, + 371, + 506, + 384 + ], + "score": 1.0, + "content": "and a dimension of data are sufficient to characterize an optimal convergence of generalization errors.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 13.5 + }, + { + "type": "text", + "bbox": [ + 108, + 388, + 432, + 400 + ], + "lines": [ + { + "bbox": [ + 105, + 387, + 433, + 402 + ], + "spans": [ + { + "bbox": [ + 105, + 387, + 433, + 402 + ], + "score": 1.0, + "content": "We first prepare a family of subsets as a component in the disconnected supports:", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16 + }, + { + "type": "text", + "bbox": [ + 119, + 405, + 474, + 418 + ], + "lines": [ + { + "bbox": [ + 133, + 402, + 477, + 421 + ], + "spans": [ + { + "bbox": [ + 133, + 404, + 214, + 419 + ], + "score": 0.58, + "content": "\\begin{array} { r } { S _ { \\alpha , J } : = \\left\\{ S \\subset I ^ { D } \\ \\right| } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 214, + 402, + 276, + 421 + ], + "score": 1.0, + "content": "A boundary of", + "type": "text" + }, + { + "bbox": [ + 276, + 406, + 284, + 416 + ], + "score": 0.82, + "content": "S", + "type": "inline_equation" + }, + { + "bbox": [ + 284, + 402, + 294, + 421 + ], + "score": 1.0, + "content": "is", + "type": "text" + }, + { + "bbox": [ + 294, + 406, + 302, + 416 + ], + "score": 0.79, + "content": "J", + "type": "inline_equation" + }, + { + "bbox": [ + 302, + 402, + 366, + 421 + ], + "score": 1.0, + "content": "combination of", + "type": "text" + }, + { + "bbox": [ + 366, + 408, + 374, + 416 + ], + "score": 0.73, + "content": "\\alpha", + "type": "inline_equation" + }, + { + "bbox": [ + 374, + 402, + 477, + 421 + ], + "score": 1.0, + "content": "-smooth hyper surfaces .", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17 + }, + { + "type": "text", + "bbox": [ + 107, + 422, + 379, + 434 + ], + "lines": [ + { + "bbox": [ + 106, + 421, + 380, + 436 + ], + "spans": [ + { + "bbox": [ + 106, + 421, + 380, + 436 + ], + "score": 1.0, + "content": "The supplementary material will provide a more rigorous definition.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 18 + }, + { + "type": "text", + "bbox": [ + 107, + 439, + 505, + 484 + ], + "lines": [ + { + "bbox": [ + 105, + 439, + 505, + 452 + ], + "spans": [ + { + "bbox": [ + 105, + 439, + 505, + 452 + ], + "score": 1.0, + "content": "Now, we define the disconnected support property of probability measures as well as a probability", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 450, + 506, + 462 + ], + "spans": [ + { + "bbox": [ + 105, + 450, + 451, + 462 + ], + "score": 1.0, + "content": "measure with global support, i.e., with no the disconnected support property. Let", + "type": "text" + }, + { + "bbox": [ + 452, + 451, + 490, + 462 + ], + "score": 0.8, + "content": "\\operatorname { S u p p } ( P )", + "type": "inline_equation" + }, + { + "bbox": [ + 491, + 450, + 506, + 462 + ], + "score": 1.0, + "content": "be", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 460, + 503, + 474 + ], + "spans": [ + { + "bbox": [ + 105, + 460, + 169, + 474 + ], + "score": 1.0, + "content": "the support of", + "type": "text" + }, + { + "bbox": [ + 169, + 462, + 178, + 471 + ], + "score": 0.82, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 178, + 460, + 202, + 474 + ], + "score": 1.0, + "content": "., i.e,", + "type": "text" + }, + { + "bbox": [ + 202, + 461, + 360, + 473 + ], + "score": 0.93, + "content": "{ \\dot { \\operatorname { S u p p } } } ( P ) : = \\{ x \\in I ^ { D } \\mid P ( V _ { x } ) > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 360, + 460, + 468, + 474 + ], + "score": 1.0, + "content": "for all open neighborhood", + "type": "text" + }, + { + "bbox": [ + 468, + 462, + 479, + 472 + ], + "score": 0.87, + "content": "V _ { x }", + "type": "inline_equation" + }, + { + "bbox": [ + 480, + 460, + 492, + 474 + ], + "score": 1.0, + "content": "of", + "type": "text" + }, + { + "bbox": [ + 492, + 461, + 503, + 473 + ], + "score": 0.8, + "content": "x \\}", + "type": "inline_equation" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 472, + 383, + 485 + ], + "spans": [ + { + "bbox": [ + 105, + 472, + 149, + 485 + ], + "score": 1.0, + "content": "Hereafter,", + "type": "text" + }, + { + "bbox": [ + 149, + 473, + 179, + 483 + ], + "score": 0.9, + "content": "M \\geqslant 2", + "type": "inline_equation" + }, + { + "bbox": [ + 179, + 472, + 383, + 485 + ], + "score": 1.0, + "content": "is the number of disjoint components of a support.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 20.5 + }, + { + "type": "text", + "bbox": [ + 106, + 486, + 506, + 520 + ], + "lines": [ + { + "bbox": [ + 106, + 486, + 333, + 498 + ], + "spans": [ + { + "bbox": [ + 106, + 486, + 333, + 498 + ], + "score": 1.0, + "content": "Definition 1. (Disconnected Supports / Global Support)", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 496, + 506, + 511 + ], + "spans": [ + { + "bbox": [ + 105, + 496, + 123, + 511 + ], + "score": 1.0, + "content": "Let", + "type": "text" + }, + { + "bbox": [ + 124, + 498, + 158, + 508 + ], + "score": 0.89, + "content": "M \\geqslant 2", + "type": "inline_equation" + }, + { + "bbox": [ + 158, + 496, + 261, + 511 + ], + "score": 1.0, + "content": ". A probability measure", + "type": "text" + }, + { + "bbox": [ + 261, + 498, + 270, + 507 + ], + "score": 0.84, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 270, + 496, + 286, + 511 + ], + "score": 1.0, + "content": "on", + "type": "text" + }, + { + "bbox": [ + 286, + 497, + 318, + 509 + ], + "score": 0.93, + "content": "( I ^ { D } , \\bar { \\Sigma } )", + "type": "inline_equation" + }, + { + "bbox": [ + 319, + 496, + 338, + 511 + ], + "score": 1.0, + "content": "has", + "type": "text" + }, + { + "bbox": [ + 338, + 498, + 350, + 507 + ], + "score": 0.79, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 351, + 496, + 506, + 511 + ], + "score": 1.0, + "content": "disconnected supports, if there exist", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 508, + 313, + 521 + ], + "spans": [ + { + "bbox": [ + 106, + 508, + 199, + 521 + ], + "score": 1.0, + "content": "nonempty disjoint sets", + "type": "text" + }, + { + "bbox": [ + 199, + 509, + 272, + 521 + ], + "score": 0.92, + "content": "{ \\cal S } _ { 1 } , . . . , { \\cal S } _ { M } \\in { \\cal S } _ { \\alpha , J }", + "type": "inline_equation" + }, + { + "bbox": [ + 273, + 508, + 313, + 521 + ], + "score": 1.0, + "content": "such that", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24 + }, + { + "type": "interline_equation", + "bbox": [ + 257, + 524, + 354, + 552 + ], + "lines": [ + { + "bbox": [ + 257, + 524, + 354, + 552 + ], + "spans": [ + { + "bbox": [ + 257, + 524, + 354, + 552 + ], + "score": 0.92, + "content": "\\operatorname { S u p p } ( P ) = \\bigcup _ { m \\in [ M ] } S _ { m } .", + "type": "interline_equation", + "image_path": "d49ac0ba410889d90988a4f12f3a2458848edb0bb875626527da7747e70f70f3.jpg" + } + ] + } + ], + "index": 26, + "virtual_lines": [ + { + "bbox": [ + 257, + 524, + 354, + 552 + ], + "spans": [], + "index": 26 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 556, + 417, + 570 + ], + "lines": [ + { + "bbox": [ + 104, + 555, + 418, + 572 + ], + "spans": [ + { + "bbox": [ + 104, + 555, + 198, + 572 + ], + "score": 1.0, + "content": "A probability measure", + "type": "text" + }, + { + "bbox": [ + 198, + 558, + 207, + 567 + ], + "score": 0.84, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 207, + 555, + 221, + 572 + ], + "score": 1.0, + "content": "on", + "type": "text" + }, + { + "bbox": [ + 221, + 556, + 253, + 569 + ], + "score": 0.93, + "content": "( I ^ { D } , \\Sigma )", + "type": "inline_equation" + }, + { + "bbox": [ + 253, + 555, + 349, + 572 + ], + "score": 1.0, + "content": "has a global support, if", + "type": "text" + }, + { + "bbox": [ + 350, + 556, + 414, + 569 + ], + "score": 0.9, + "content": "\\operatorname { S u p p } ( P ) = I ^ { D }", + "type": "inline_equation" + }, + { + "bbox": [ + 414, + 555, + 418, + 572 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 27 + }, + { + "type": "text", + "bbox": [ + 108, + 577, + 322, + 590 + ], + "lines": [ + { + "bbox": [ + 105, + 575, + 324, + 593 + ], + "spans": [ + { + "bbox": [ + 105, + 575, + 324, + 593 + ], + "score": 1.0, + "content": "Figure 3 illustrates the disconnected support property.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 28 + }, + { + "type": "text", + "bbox": [ + 107, + 594, + 505, + 617 + ], + "lines": [ + { + "bbox": [ + 105, + 592, + 506, + 608 + ], + "spans": [ + { + "bbox": [ + 105, + 592, + 303, + 608 + ], + "score": 1.0, + "content": "We next formulate a notion of smoothness for", + "type": "text" + }, + { + "bbox": [ + 303, + 595, + 312, + 604 + ], + "score": 0.84, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 312, + 592, + 453, + 608 + ], + "score": 1.0, + "content": "with disconnected supports. Let", + "type": "text" + }, + { + "bbox": [ + 453, + 595, + 483, + 606 + ], + "score": 0.91, + "content": "\\beta \\geqslant 1", + "type": "inline_equation" + }, + { + "bbox": [ + 483, + 592, + 506, + 608 + ], + "score": 1.0, + "content": "be a", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 606, + 282, + 618 + ], + "spans": [ + { + "bbox": [ + 105, + 606, + 269, + 618 + ], + "score": 1.0, + "content": "parameter for a degree of smoothness of", + "type": "text" + }, + { + "bbox": [ + 270, + 606, + 278, + 615 + ], + "score": 0.85, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 279, + 606, + 282, + 618 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 29.5 + }, + { + "type": "text", + "bbox": [ + 107, + 620, + 245, + 631 + ], + "lines": [ + { + "bbox": [ + 105, + 618, + 246, + 633 + ], + "spans": [ + { + "bbox": [ + 105, + 618, + 246, + 633 + ], + "score": 1.0, + "content": "Definition 2. (Local Smoothness)", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 31 + }, + { + "type": "text", + "bbox": [ + 106, + 631, + 505, + 656 + ], + "lines": [ + { + "bbox": [ + 105, + 630, + 505, + 644 + ], + "spans": [ + { + "bbox": [ + 105, + 630, + 199, + 644 + ], + "score": 1.0, + "content": "A probability measure", + "type": "text" + }, + { + "bbox": [ + 200, + 632, + 209, + 641 + ], + "score": 0.82, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 209, + 630, + 230, + 644 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 231, + 631, + 243, + 641 + ], + "score": 0.82, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 243, + 630, + 372, + 644 + ], + "score": 1.0, + "content": "disconnected support is locally", + "type": "text" + }, + { + "bbox": [ + 372, + 632, + 380, + 642 + ], + "score": 0.84, + "content": "\\beta", + "type": "inline_equation" + }, + { + "bbox": [ + 380, + 630, + 469, + 644 + ], + "score": 1.0, + "content": "-smooth, if there exist", + "type": "text" + }, + { + "bbox": [ + 470, + 632, + 482, + 641 + ], + "score": 0.83, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 482, + 630, + 505, + 644 + ], + "score": 1.0, + "content": "pairs", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 107, + 642, + 479, + 658 + ], + "spans": [ + { + "bbox": [ + 107, + 642, + 216, + 656 + ], + "score": 0.91, + "content": "( \\widetilde { S } _ { m } , S _ { m } ) \\in \\mathrm { ~ \\cal { S } ~ } _ { 2 \\beta , J } \\times S _ { 2 \\beta , J }", + "type": "inline_equation" + }, + { + "bbox": [ + 216, + 642, + 234, + 658 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 234, + 644, + 258, + 655 + ], + "score": 0.9, + "content": "\\beta + 1", + "type": "inline_equation" + }, + { + "bbox": [ + 259, + 642, + 400, + 658 + ], + "score": 1.0, + "content": "-smooth bijective measurable maps", + "type": "text" + }, + { + "bbox": [ + 400, + 642, + 465, + 655 + ], + "score": 0.92, + "content": "\\gamma _ { m } : \\widetilde { S } _ { m } S _ { m }", + "type": "inline_equation" + }, + { + "bbox": [ + 465, + 642, + 479, + 658 + ], + "score": 1.0, + "content": "as", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32.5 + }, + { + "type": "interline_equation", + "bbox": [ + 230, + 660, + 380, + 675 + ], + "lines": [ + { + "bbox": [ + 230, + 660, + 380, + 675 + ], + "spans": [ + { + "bbox": [ + 230, + 660, + 380, + 675 + ], + "score": 0.92, + "content": "P ( B ) = P _ { Z } ( \\gamma _ { m } ^ { - 1 } ( B ) ) , \\forall B \\in \\sigma ( S _ { m } ) ,", + "type": "interline_equation", + "image_path": "e19e218c7e6abdd12d08ca3642dcd8a2421289fe3137a9961e593a6121f77109.jpg" + } + ] + } + ], + "index": 34, + "virtual_lines": [ + { + "bbox": [ + 230, + 660, + 380, + 675 + ], + "spans": [], + "index": 34 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 677, + 162, + 690 + ], + "lines": [ + { + "bbox": [ + 105, + 676, + 159, + 692 + ], + "spans": [ + { + "bbox": [ + 105, + 676, + 120, + 692 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 121, + 678, + 159, + 690 + ], + "score": 0.91, + "content": "m \\in [ M ]", + "type": "inline_equation" + } + ], + "index": 35 + } + ], + "index": 35 + }, + { + "type": "text", + "bbox": [ + 107, + 698, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 381, + 712 + ], + "score": 1.0, + "content": "This definition of local smoothness says that a probability measure", + "type": "text" + }, + { + "bbox": [ + 381, + 700, + 390, + 709 + ], + "score": 0.85, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 390, + 698, + 506, + 712 + ], + "score": 1.0, + "content": "with disconnected supports", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 709, + 505, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 312, + 723 + ], + "score": 1.0, + "content": "can be generated by sufficiently smooth mappings", + "type": "text" + }, + { + "bbox": [ + 312, + 711, + 326, + 721 + ], + "score": 0.86, + "content": "\\gamma _ { m }", + "type": "inline_equation" + }, + { + "bbox": [ + 326, + 709, + 505, + 723 + ], + "score": 1.0, + "content": ". It is used for considering a smooth density", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 719, + 234, + 734 + ], + "spans": [ + { + "bbox": [ + 106, + 719, + 153, + 734 + ], + "score": 1.0, + "content": "function of", + "type": "text" + }, + { + "bbox": [ + 153, + 721, + 162, + 730 + ], + "score": 0.83, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 163, + 719, + 215, + 734 + ], + "score": 1.0, + "content": "restricted on", + "type": "text" + }, + { + "bbox": [ + 216, + 721, + 230, + 732 + ], + "score": 0.9, + "content": "S _ { m }", + "type": "inline_equation" + }, + { + "bbox": [ + 230, + 719, + 234, + 734 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 37 + } + ], + "page_idx": 3, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2019", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 751, + 308, + 759 + ], + "lines": [ + { + "bbox": [ + 301, + 750, + 309, + 762 + ], + "spans": [ + { + "bbox": [ + 301, + 750, + 309, + 762 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 12, + "width": 8 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 138 + ], + "lines": [], + "index": 2, + "bbox_fs": [ + 105, + 82, + 506, + 138 + ], + "lines_deleted": true + }, + { + "type": "image", + "bbox": [ + 142, + 162, + 288, + 263 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 142, + 162, + 288, + 263 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 142, + 162, + 288, + 263 + ], + "spans": [ + { + "bbox": [ + 142, + 162, + 288, + 263 + ], + "score": 0.969, + "type": "image", + "image_path": "fe32edfd04a7a392e42a9668e55374015bbdbbcd473787ac6a8e24e86e9e385a.jpg" + } + ] + } + ], + "index": 6.0, + "virtual_lines": [ + { + "bbox": [ + 142, + 162, + 288, + 212.5 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 142, + 212.5, + 288, + 263.0 + ], + "spans": [], + "index": 7 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 146, + 278, + 283, + 289 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 144, + 277, + 284, + 290 + ], + "spans": [ + { + "bbox": [ + 144, + 277, + 284, + 290 + ], + "score": 1.0, + "content": "Figure 1: Plot of the MNIST data.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 9 + } + ], + "index": 7.5 + }, + { + "type": "image", + "bbox": [ + 320, + 164, + 467, + 262 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 320, + 164, + 467, + 262 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 320, + 164, + 467, + 262 + ], + "spans": [ + { + "bbox": [ + 320, + 164, + 467, + 262 + ], + "score": 0.966, + "type": "image", + "image_path": "9e1bdfe866576746ea80f727f2a4ff3e3c05341c6ba33fc8c5e775ffcb4bc9c3.jpg" + } + ] + } + ], + "index": 7.0, + "virtual_lines": [ + { + "bbox": [ + 320, + 164, + 467, + 213.0 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 320, + 213.0, + 467, + 262.0 + ], + "spans": [], + "index": 8 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 326, + 276, + 460, + 287 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 325, + 275, + 461, + 289 + ], + "spans": [ + { + "bbox": [ + 325, + 275, + 461, + 289 + ], + "score": 1.0, + "content": "Figure 2: Plot of the animal data.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 10 + } + ], + "index": 8.5 + }, + { + "type": "title", + "bbox": [ + 108, + 318, + 397, + 329 + ], + "lines": [ + { + "bbox": [ + 105, + 317, + 399, + 331 + ], + "spans": [ + { + "bbox": [ + 105, + 317, + 399, + 331 + ], + "score": 1.0, + "content": "3.2 MATHEMATICAL FORMULATION OF DISCONNECTED SUPPORTS", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 11 + }, + { + "type": "text", + "bbox": [ + 106, + 338, + 507, + 383 + ], + "lines": [ + { + "bbox": [ + 105, + 338, + 507, + 351 + ], + "spans": [ + { + "bbox": [ + 105, + 338, + 507, + 351 + ], + "score": 1.0, + "content": "Here we make a rigorous definition of disconnected supports. The property of smoothness (i.e.", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 350, + 506, + 362 + ], + "spans": [ + { + "bbox": [ + 106, + 350, + 506, + 362 + ], + "score": 1.0, + "content": "differentiability) is involved, which is a key factor to analyze generalization performance in the fields", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 360, + 506, + 373 + ], + "spans": [ + { + "bbox": [ + 105, + 360, + 506, + 373 + ], + "score": 1.0, + "content": "of the statistics (Stone, 1982; Tsybakov, 2009); Stone (1982) shows, for instance, that smoothness", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 371, + 506, + 384 + ], + "spans": [ + { + "bbox": [ + 105, + 371, + 506, + 384 + ], + "score": 1.0, + "content": "and a dimension of data are sufficient to characterize an optimal convergence of generalization errors.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 13.5, + "bbox_fs": [ + 105, + 338, + 507, + 384 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 388, + 432, + 400 + ], + "lines": [ + { + "bbox": [ + 105, + 387, + 433, + 402 + ], + "spans": [ + { + "bbox": [ + 105, + 387, + 433, + 402 + ], + "score": 1.0, + "content": "We first prepare a family of subsets as a component in the disconnected supports:", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16, + "bbox_fs": [ + 105, + 387, + 433, + 402 + ] + }, + { + "type": "text", + "bbox": [ + 119, + 405, + 474, + 418 + ], + "lines": [ + { + "bbox": [ + 133, + 402, + 477, + 421 + ], + "spans": [ + { + "bbox": [ + 133, + 404, + 214, + 419 + ], + "score": 0.58, + "content": "\\begin{array} { r } { S _ { \\alpha , J } : = \\left\\{ S \\subset I ^ { D } \\ \\right| } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 214, + 402, + 276, + 421 + ], + "score": 1.0, + "content": "A boundary of", + "type": "text" + }, + { + "bbox": [ + 276, + 406, + 284, + 416 + ], + "score": 0.82, + "content": "S", + "type": "inline_equation" + }, + { + "bbox": [ + 284, + 402, + 294, + 421 + ], + "score": 1.0, + "content": "is", + "type": "text" + }, + { + "bbox": [ + 294, + 406, + 302, + 416 + ], + "score": 0.79, + "content": "J", + "type": "inline_equation" + }, + { + "bbox": [ + 302, + 402, + 366, + 421 + ], + "score": 1.0, + "content": "combination of", + "type": "text" + }, + { + "bbox": [ + 366, + 408, + 374, + 416 + ], + "score": 0.73, + "content": "\\alpha", + "type": "inline_equation" + }, + { + "bbox": [ + 374, + 402, + 477, + 421 + ], + "score": 1.0, + "content": "-smooth hyper surfaces .", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17, + "bbox_fs": [ + 133, + 402, + 477, + 421 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 422, + 379, + 434 + ], + "lines": [ + { + "bbox": [ + 106, + 421, + 380, + 436 + ], + "spans": [ + { + "bbox": [ + 106, + 421, + 380, + 436 + ], + "score": 1.0, + "content": "The supplementary material will provide a more rigorous definition.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 18, + "bbox_fs": [ + 106, + 421, + 380, + 436 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 439, + 505, + 484 + ], + "lines": [ + { + "bbox": [ + 105, + 439, + 505, + 452 + ], + "spans": [ + { + "bbox": [ + 105, + 439, + 505, + 452 + ], + "score": 1.0, + "content": "Now, we define the disconnected support property of probability measures as well as a probability", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 450, + 506, + 462 + ], + "spans": [ + { + "bbox": [ + 105, + 450, + 451, + 462 + ], + "score": 1.0, + "content": "measure with global support, i.e., with no the disconnected support property. Let", + "type": "text" + }, + { + "bbox": [ + 452, + 451, + 490, + 462 + ], + "score": 0.8, + "content": "\\operatorname { S u p p } ( P )", + "type": "inline_equation" + }, + { + "bbox": [ + 491, + 450, + 506, + 462 + ], + "score": 1.0, + "content": "be", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 460, + 503, + 474 + ], + "spans": [ + { + "bbox": [ + 105, + 460, + 169, + 474 + ], + "score": 1.0, + "content": "the support of", + "type": "text" + }, + { + "bbox": [ + 169, + 462, + 178, + 471 + ], + "score": 0.82, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 178, + 460, + 202, + 474 + ], + "score": 1.0, + "content": "., i.e,", + "type": "text" + }, + { + "bbox": [ + 202, + 461, + 360, + 473 + ], + "score": 0.93, + "content": "{ \\dot { \\operatorname { S u p p } } } ( P ) : = \\{ x \\in I ^ { D } \\mid P ( V _ { x } ) > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 360, + 460, + 468, + 474 + ], + "score": 1.0, + "content": "for all open neighborhood", + "type": "text" + }, + { + "bbox": [ + 468, + 462, + 479, + 472 + ], + "score": 0.87, + "content": "V _ { x }", + "type": "inline_equation" + }, + { + "bbox": [ + 480, + 460, + 492, + 474 + ], + "score": 1.0, + "content": "of", + "type": "text" + }, + { + "bbox": [ + 492, + 461, + 503, + 473 + ], + "score": 0.8, + "content": "x \\}", + "type": "inline_equation" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 472, + 383, + 485 + ], + "spans": [ + { + "bbox": [ + 105, + 472, + 149, + 485 + ], + "score": 1.0, + "content": "Hereafter,", + "type": "text" + }, + { + "bbox": [ + 149, + 473, + 179, + 483 + ], + "score": 0.9, + "content": "M \\geqslant 2", + "type": "inline_equation" + }, + { + "bbox": [ + 179, + 472, + 383, + 485 + ], + "score": 1.0, + "content": "is the number of disjoint components of a support.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 20.5, + "bbox_fs": [ + 105, + 439, + 506, + 485 + ] + }, + { + "type": "list", + "bbox": [ + 106, + 486, + 506, + 520 + ], + "lines": [ + { + "bbox": [ + 106, + 486, + 333, + 498 + ], + "spans": [ + { + "bbox": [ + 106, + 486, + 333, + 498 + ], + "score": 1.0, + "content": "Definition 1. (Disconnected Supports / Global Support)", + "type": "text" + } + ], + "index": 23, + "is_list_start_line": true + }, + { + "bbox": [ + 105, + 496, + 506, + 511 + ], + "spans": [ + { + "bbox": [ + 105, + 496, + 123, + 511 + ], + "score": 1.0, + "content": "Let", + "type": "text" + }, + { + "bbox": [ + 124, + 498, + 158, + 508 + ], + "score": 0.89, + "content": "M \\geqslant 2", + "type": "inline_equation" + }, + { + "bbox": [ + 158, + 496, + 261, + 511 + ], + "score": 1.0, + "content": ". A probability measure", + "type": "text" + }, + { + "bbox": [ + 261, + 498, + 270, + 507 + ], + "score": 0.84, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 270, + 496, + 286, + 511 + ], + "score": 1.0, + "content": "on", + "type": "text" + }, + { + "bbox": [ + 286, + 497, + 318, + 509 + ], + "score": 0.93, + "content": "( I ^ { D } , \\bar { \\Sigma } )", + "type": "inline_equation" + }, + { + "bbox": [ + 319, + 496, + 338, + 511 + ], + "score": 1.0, + "content": "has", + "type": "text" + }, + { + "bbox": [ + 338, + 498, + 350, + 507 + ], + "score": 0.79, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 351, + 496, + 506, + 511 + ], + "score": 1.0, + "content": "disconnected supports, if there exist", + "type": "text" + } + ], + "index": 24, + "is_list_start_line": true + }, + { + "bbox": [ + 106, + 508, + 313, + 521 + ], + "spans": [ + { + "bbox": [ + 106, + 508, + 199, + 521 + ], + "score": 1.0, + "content": "nonempty disjoint sets", + "type": "text" + }, + { + "bbox": [ + 199, + 509, + 272, + 521 + ], + "score": 0.92, + "content": "{ \\cal S } _ { 1 } , . . . , { \\cal S } _ { M } \\in { \\cal S } _ { \\alpha , J }", + "type": "inline_equation" + }, + { + "bbox": [ + 273, + 508, + 313, + 521 + ], + "score": 1.0, + "content": "such that", + "type": "text" + } + ], + "index": 25, + "is_list_start_line": true + } + ], + "index": 24, + "bbox_fs": [ + 105, + 486, + 506, + 521 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 257, + 524, + 354, + 552 + ], + "lines": [ + { + "bbox": [ + 257, + 524, + 354, + 552 + ], + "spans": [ + { + "bbox": [ + 257, + 524, + 354, + 552 + ], + "score": 0.92, + "content": "\\operatorname { S u p p } ( P ) = \\bigcup _ { m \\in [ M ] } S _ { m } .", + "type": "interline_equation", + "image_path": "d49ac0ba410889d90988a4f12f3a2458848edb0bb875626527da7747e70f70f3.jpg" + } + ] + } + ], + "index": 26, + "virtual_lines": [ + { + "bbox": [ + 257, + 524, + 354, + 552 + ], + "spans": [], + "index": 26 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 556, + 417, + 570 + ], + "lines": [ + { + "bbox": [ + 104, + 555, + 418, + 572 + ], + "spans": [ + { + "bbox": [ + 104, + 555, + 198, + 572 + ], + "score": 1.0, + "content": "A probability measure", + "type": "text" + }, + { + "bbox": [ + 198, + 558, + 207, + 567 + ], + "score": 0.84, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 207, + 555, + 221, + 572 + ], + "score": 1.0, + "content": "on", + "type": "text" + }, + { + "bbox": [ + 221, + 556, + 253, + 569 + ], + "score": 0.93, + "content": "( I ^ { D } , \\Sigma )", + "type": "inline_equation" + }, + { + "bbox": [ + 253, + 555, + 349, + 572 + ], + "score": 1.0, + "content": "has a global support, if", + "type": "text" + }, + { + "bbox": [ + 350, + 556, + 414, + 569 + ], + "score": 0.9, + "content": "\\operatorname { S u p p } ( P ) = I ^ { D }", + "type": "inline_equation" + }, + { + "bbox": [ + 414, + 555, + 418, + 572 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 27, + "bbox_fs": [ + 104, + 555, + 418, + 572 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 577, + 322, + 590 + ], + "lines": [ + { + "bbox": [ + 105, + 575, + 324, + 593 + ], + "spans": [ + { + "bbox": [ + 105, + 575, + 324, + 593 + ], + "score": 1.0, + "content": "Figure 3 illustrates the disconnected support property.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 28, + "bbox_fs": [ + 105, + 575, + 324, + 593 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 594, + 505, + 617 + ], + "lines": [ + { + "bbox": [ + 105, + 592, + 506, + 608 + ], + "spans": [ + { + "bbox": [ + 105, + 592, + 303, + 608 + ], + "score": 1.0, + "content": "We next formulate a notion of smoothness for", + "type": "text" + }, + { + "bbox": [ + 303, + 595, + 312, + 604 + ], + "score": 0.84, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 312, + 592, + 453, + 608 + ], + "score": 1.0, + "content": "with disconnected supports. Let", + "type": "text" + }, + { + "bbox": [ + 453, + 595, + 483, + 606 + ], + "score": 0.91, + "content": "\\beta \\geqslant 1", + "type": "inline_equation" + }, + { + "bbox": [ + 483, + 592, + 506, + 608 + ], + "score": 1.0, + "content": "be a", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 606, + 282, + 618 + ], + "spans": [ + { + "bbox": [ + 105, + 606, + 269, + 618 + ], + "score": 1.0, + "content": "parameter for a degree of smoothness of", + "type": "text" + }, + { + "bbox": [ + 270, + 606, + 278, + 615 + ], + "score": 0.85, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 279, + 606, + 282, + 618 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 29.5, + "bbox_fs": [ + 105, + 592, + 506, + 618 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 620, + 245, + 631 + ], + "lines": [ + { + "bbox": [ + 105, + 618, + 246, + 633 + ], + "spans": [ + { + "bbox": [ + 105, + 618, + 246, + 633 + ], + "score": 1.0, + "content": "Definition 2. (Local Smoothness)", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 31, + "bbox_fs": [ + 105, + 618, + 246, + 633 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 631, + 505, + 656 + ], + "lines": [ + { + "bbox": [ + 105, + 630, + 505, + 644 + ], + "spans": [ + { + "bbox": [ + 105, + 630, + 199, + 644 + ], + "score": 1.0, + "content": "A probability measure", + "type": "text" + }, + { + "bbox": [ + 200, + 632, + 209, + 641 + ], + "score": 0.82, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 209, + 630, + 230, + 644 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 231, + 631, + 243, + 641 + ], + "score": 0.82, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 243, + 630, + 372, + 644 + ], + "score": 1.0, + "content": "disconnected support is locally", + "type": "text" + }, + { + "bbox": [ + 372, + 632, + 380, + 642 + ], + "score": 0.84, + "content": "\\beta", + "type": "inline_equation" + }, + { + "bbox": [ + 380, + 630, + 469, + 644 + ], + "score": 1.0, + "content": "-smooth, if there exist", + "type": "text" + }, + { + "bbox": [ + 470, + 632, + 482, + 641 + ], + "score": 0.83, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 482, + 630, + 505, + 644 + ], + "score": 1.0, + "content": "pairs", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 107, + 642, + 479, + 658 + ], + "spans": [ + { + "bbox": [ + 107, + 642, + 216, + 656 + ], + "score": 0.91, + "content": "( \\widetilde { S } _ { m } , S _ { m } ) \\in \\mathrm { ~ \\cal { S } ~ } _ { 2 \\beta , J } \\times S _ { 2 \\beta , J }", + "type": "inline_equation" + }, + { + "bbox": [ + 216, + 642, + 234, + 658 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 234, + 644, + 258, + 655 + ], + "score": 0.9, + "content": "\\beta + 1", + "type": "inline_equation" + }, + { + "bbox": [ + 259, + 642, + 400, + 658 + ], + "score": 1.0, + "content": "-smooth bijective measurable maps", + "type": "text" + }, + { + "bbox": [ + 400, + 642, + 465, + 655 + ], + "score": 0.92, + "content": "\\gamma _ { m } : \\widetilde { S } _ { m } S _ { m }", + "type": "inline_equation" + }, + { + "bbox": [ + 465, + 642, + 479, + 658 + ], + "score": 1.0, + "content": "as", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32.5, + "bbox_fs": [ + 105, + 630, + 505, + 658 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 230, + 660, + 380, + 675 + ], + "lines": [ + { + "bbox": [ + 230, + 660, + 380, + 675 + ], + "spans": [ + { + "bbox": [ + 230, + 660, + 380, + 675 + ], + "score": 0.92, + "content": "P ( B ) = P _ { Z } ( \\gamma _ { m } ^ { - 1 } ( B ) ) , \\forall B \\in \\sigma ( S _ { m } ) ,", + "type": "interline_equation", + "image_path": "e19e218c7e6abdd12d08ca3642dcd8a2421289fe3137a9961e593a6121f77109.jpg" + } + ] + } + ], + "index": 34, + "virtual_lines": [ + { + "bbox": [ + 230, + 660, + 380, + 675 + ], + "spans": [], + "index": 34 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 677, + 162, + 690 + ], + "lines": [ + { + "bbox": [ + 105, + 676, + 159, + 692 + ], + "spans": [ + { + "bbox": [ + 105, + 676, + 120, + 692 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 121, + 678, + 159, + 690 + ], + "score": 0.91, + "content": "m \\in [ M ]", + "type": "inline_equation" + } + ], + "index": 35 + } + ], + "index": 35, + "bbox_fs": [ + 105, + 676, + 159, + 692 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 698, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 381, + 712 + ], + "score": 1.0, + "content": "This definition of local smoothness says that a probability measure", + "type": "text" + }, + { + "bbox": [ + 381, + 700, + 390, + 709 + ], + "score": 0.85, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 390, + 698, + 506, + 712 + ], + "score": 1.0, + "content": "with disconnected supports", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 709, + 505, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 312, + 723 + ], + "score": 1.0, + "content": "can be generated by sufficiently smooth mappings", + "type": "text" + }, + { + "bbox": [ + 312, + 711, + 326, + 721 + ], + "score": 0.86, + "content": "\\gamma _ { m }", + "type": "inline_equation" + }, + { + "bbox": [ + 326, + 709, + 505, + 723 + ], + "score": 1.0, + "content": ". It is used for considering a smooth density", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 719, + 234, + 734 + ], + "spans": [ + { + "bbox": [ + 106, + 719, + 153, + 734 + ], + "score": 1.0, + "content": "function of", + "type": "text" + }, + { + "bbox": [ + 153, + 721, + 162, + 730 + ], + "score": 0.83, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 163, + 719, + 215, + 734 + ], + "score": 1.0, + "content": "restricted on", + "type": "text" + }, + { + "bbox": [ + 216, + 721, + 230, + 732 + ], + "score": 0.9, + "content": "S _ { m }", + "type": "inline_equation" + }, + { + "bbox": [ + 230, + 719, + 234, + 734 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 37, + "bbox_fs": [ + 105, + 698, + 506, + 734 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 505, + 116 + ], + "lines": [ + { + "bbox": [ + 105, + 82, + 301, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 301, + 95 + ], + "score": 1.0, + "content": "Lemma 1. (Locally Smooth Density Functions)", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 94, + 506, + 106 + ], + "spans": [ + { + "bbox": [ + 106, + 94, + 208, + 106 + ], + "score": 1.0, + "content": "If a probability measure", + "type": "text" + }, + { + "bbox": [ + 208, + 94, + 217, + 104 + ], + "score": 0.76, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 218, + 94, + 239, + 106 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 240, + 94, + 252, + 104 + ], + "score": 0.6, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 252, + 94, + 383, + 106 + ], + "score": 1.0, + "content": "disconnected support is locally", + "type": "text" + }, + { + "bbox": [ + 384, + 94, + 391, + 105 + ], + "score": 0.84, + "content": "\\beta", + "type": "inline_equation" + }, + { + "bbox": [ + 391, + 94, + 506, + 106 + ], + "score": 1.0, + "content": "-smooth, then there exists a", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 104, + 104, + 247, + 117 + ], + "spans": [ + { + "bbox": [ + 104, + 104, + 141, + 117 + ], + "score": 1.0, + "content": "function", + "type": "text" + }, + { + "bbox": [ + 142, + 105, + 206, + 116 + ], + "score": 0.92, + "content": "p _ { m } : S _ { m } \\to \\mathbb { R } _ { + }", + "type": "inline_equation" + }, + { + "bbox": [ + 207, + 104, + 247, + 117 + ], + "score": 1.0, + "content": "such that", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1 + }, + { + "type": "interline_equation", + "bbox": [ + 234, + 122, + 376, + 149 + ], + "lines": [ + { + "bbox": [ + 234, + 122, + 376, + 149 + ], + "spans": [ + { + "bbox": [ + 234, + 122, + 376, + 149 + ], + "score": 0.94, + "content": "P ( B ) = \\int _ { B } p _ { m } ( x ) d \\lambda , B \\in \\sigma ( S _ { m } ) ,", + "type": "interline_equation", + "image_path": "b4a21b019ccbff3e9458c9cfc3e1e5df6feff71e8912130595a22ac9d678e394.jpg" + } + ] + } + ], + "index": 3.5, + "virtual_lines": [ + { + "bbox": [ + 234, + 122, + 376, + 135.5 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 234, + 135.5, + 376, + 149.0 + ], + "spans": [], + "index": 4 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 155, + 394, + 167 + ], + "lines": [ + { + "bbox": [ + 105, + 153, + 395, + 169 + ], + "spans": [ + { + "bbox": [ + 105, + 153, + 133, + 169 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 156, + 140, + 165 + ], + "score": 0.58, + "content": "\\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 141, + 153, + 261, + 169 + ], + "score": 1.0, + "content": "is the Lebesgue measure, and", + "type": "text" + }, + { + "bbox": [ + 261, + 156, + 275, + 167 + ], + "score": 0.88, + "content": "p _ { m }", + "type": "inline_equation" + }, + { + "bbox": [ + 275, + 153, + 285, + 169 + ], + "score": 1.0, + "content": "is", + "type": "text" + }, + { + "bbox": [ + 285, + 156, + 293, + 167 + ], + "score": 0.86, + "content": "\\beta", + "type": "inline_equation" + }, + { + "bbox": [ + 293, + 153, + 353, + 169 + ], + "score": 1.0, + "content": "-smooth for all", + "type": "text" + }, + { + "bbox": [ + 353, + 155, + 391, + 167 + ], + "score": 0.92, + "content": "m \\in [ M ]", + "type": "inline_equation" + }, + { + "bbox": [ + 391, + 153, + 395, + 169 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5 + }, + { + "type": "text", + "bbox": [ + 107, + 176, + 261, + 188 + ], + "lines": [ + { + "bbox": [ + 106, + 176, + 262, + 189 + ], + "spans": [ + { + "bbox": [ + 106, + 176, + 138, + 189 + ], + "score": 1.0, + "content": "We call", + "type": "text" + }, + { + "bbox": [ + 138, + 178, + 152, + 188 + ], + "score": 0.85, + "content": "p _ { m }", + "type": "inline_equation" + }, + { + "bbox": [ + 153, + 176, + 262, + 189 + ], + "score": 1.0, + "content": "as a local density function.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 6 + }, + { + "type": "text", + "bbox": [ + 106, + 193, + 506, + 229 + ], + "lines": [ + { + "bbox": [ + 105, + 192, + 505, + 207 + ], + "spans": [ + { + "bbox": [ + 105, + 192, + 171, + 207 + ], + "score": 1.0, + "content": "Note that, since Ť", + "type": "text" + }, + { + "bbox": [ + 171, + 194, + 180, + 203 + ], + "score": 0.81, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 180, + 192, + 505, + 207 + ], + "score": 1.0, + "content": "with disconnected supports is not absolutely continuous to the Lebesgue measure", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 104, + 202, + 507, + 220 + ], + "spans": [ + { + "bbox": [ + 104, + 202, + 119, + 220 + ], + "score": 1.0, + "content": "on", + "type": "text" + }, + { + "bbox": [ + 119, + 204, + 188, + 219 + ], + "score": 0.92, + "content": "\\textstyle I ^ { D } \\backslash \\bigcup _ { m \\in [ M ] } S _ { m }", + "type": "inline_equation" + }, + { + "bbox": [ + 189, + 202, + 507, + 220 + ], + "score": 1.0, + "content": ", an ordinary density function cannot be defined. Instead, a localized version of", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 216, + 468, + 230 + ], + "spans": [ + { + "bbox": [ + 106, + 216, + 212, + 230 + ], + "score": 1.0, + "content": "density functions for each", + "type": "text" + }, + { + "bbox": [ + 212, + 217, + 227, + 228 + ], + "score": 0.89, + "content": "S _ { m }", + "type": "inline_equation" + }, + { + "bbox": [ + 227, + 216, + 468, + 230 + ], + "score": 1.0, + "content": "is introduced, which is guaranteed by the local smoothness.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8 + }, + { + "type": "image", + "bbox": [ + 150, + 255, + 272, + 345 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 150, + 255, + 272, + 345 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 150, + 255, + 272, + 345 + ], + "spans": [ + { + "bbox": [ + 150, + 255, + 272, + 345 + ], + "score": 0.808, + "type": "image", + "image_path": "c3dfa9a97b096a21af5f6a1718c1eb7930b940550b40573c085a60e6e567de44.jpg" + } + ] + } + ], + "index": 11.0, + "virtual_lines": [ + { + "bbox": [ + 150, + 255, + 272, + 300.0 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 150, + 300.0, + 272, + 345.0 + ], + "spans": [], + "index": 12 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 122, + 361, + 302, + 395 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 122, + 360, + 303, + 374 + ], + "spans": [ + { + "bbox": [ + 122, + 360, + 303, + 374 + ], + "score": 1.0, + "content": "Figure 3: Illustration of a probability measure", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 123, + 372, + 304, + 384 + ], + "spans": [ + { + "bbox": [ + 123, + 372, + 132, + 382 + ], + "score": 0.79, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 132, + 372, + 247, + 384 + ], + "score": 1.0, + "content": "with a disconnected support.", + "type": "text" + }, + { + "bbox": [ + 248, + 372, + 286, + 384 + ], + "score": 0.87, + "content": "\\operatorname { S u p p } ( P )", + "type": "inline_equation" + }, + { + "bbox": [ + 286, + 372, + 304, + 384 + ], + "score": 1.0, + "content": "is a", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 122, + 381, + 271, + 397 + ], + "spans": [ + { + "bbox": [ + 122, + 381, + 226, + 397 + ], + "score": 1.0, + "content": "union of two disjoint sets", + "type": "text" + }, + { + "bbox": [ + 226, + 383, + 237, + 394 + ], + "score": 0.89, + "content": "S _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 238, + 381, + 255, + 397 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 255, + 384, + 267, + 394 + ], + "score": 0.87, + "content": "S _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 268, + 381, + 271, + 397 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 16 + } + ], + "index": 13.5 + }, + { + "type": "image", + "bbox": [ + 335, + 257, + 461, + 346 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 335, + 257, + 461, + 346 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 335, + 257, + 461, + 346 + ], + "spans": [ + { + "bbox": [ + 335, + 257, + 461, + 346 + ], + "score": 0.961, + "type": "image", + "image_path": "cfd77cfd712870f7426ee318b45107ce716b4b22206e74bddb9e99ccc7ae3428.jpg" + } + ] + } + ], + "index": 12.0, + "virtual_lines": [ + { + "bbox": [ + 335, + 257, + 461, + 301.5 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 335, + 301.5, + 461, + 346.0 + ], + "spans": [], + "index": 13 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 308, + 362, + 489, + 395 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 308, + 362, + 488, + 374 + ], + "spans": [ + { + "bbox": [ + 308, + 362, + 462, + 374 + ], + "score": 1.0, + "content": "Figure 4: Illustration of a generator", + "type": "text" + }, + { + "bbox": [ + 462, + 365, + 468, + 374 + ], + "score": 0.77, + "content": "g", + "type": "inline_equation" + }, + { + "bbox": [ + 469, + 362, + 488, + 374 + ], + "score": 1.0, + "content": ". To", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 307, + 372, + 489, + 385 + ], + "spans": [ + { + "bbox": [ + 307, + 372, + 406, + 384 + ], + "score": 1.0, + "content": "represent discontinuous", + "type": "text" + }, + { + "bbox": [ + 406, + 373, + 418, + 384 + ], + "score": 0.88, + "content": "S _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 418, + 372, + 436, + 384 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 436, + 374, + 448, + 384 + ], + "score": 0.67, + "content": "S _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 448, + 372, + 451, + 384 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 452, + 375, + 459, + 385 + ], + "score": 0.64, + "content": "g", + "type": "inline_equation" + }, + { + "bbox": [ + 459, + 372, + 489, + 384 + ], + "score": 1.0, + "content": "should", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 307, + 383, + 381, + 396 + ], + "spans": [ + { + "bbox": [ + 307, + 383, + 381, + 396 + ], + "score": 1.0, + "content": "be discontinuous.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 17 + } + ], + "index": 14.5 + }, + { + "type": "title", + "bbox": [ + 107, + 426, + 326, + 437 + ], + "lines": [ + { + "bbox": [ + 105, + 426, + 327, + 439 + ], + "spans": [ + { + "bbox": [ + 105, + 426, + 327, + 439 + ], + "score": 1.0, + "content": "3.3 DIFFICULTY WITH DISCONNECTED SUPPORTS", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 20 + }, + { + "type": "text", + "bbox": [ + 106, + 447, + 505, + 570 + ], + "lines": [ + { + "bbox": [ + 105, + 447, + 506, + 461 + ], + "spans": [ + { + "bbox": [ + 105, + 447, + 506, + 461 + ], + "score": 1.0, + "content": "As shown in this subsection, the generalization performance of many standard estimation methods", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 104, + 457, + 505, + 471 + ], + "spans": [ + { + "bbox": [ + 104, + 457, + 505, + 471 + ], + "score": 1.0, + "content": "is worsened with disconnected supports. We consider popular nonparametric methods, for which", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 470, + 505, + 482 + ], + "spans": [ + { + "bbox": [ + 106, + 470, + 473, + 482 + ], + "score": 1.0, + "content": "the generalization performance is well-studied in the asymptotics of the observation size", + "type": "text" + }, + { + "bbox": [ + 474, + 471, + 480, + 479 + ], + "score": 0.63, + "content": "n", + "type": "inline_equation" + }, + { + "bbox": [ + 481, + 470, + 505, + 482 + ], + "score": 1.0, + "content": ". The", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 480, + 505, + 493 + ], + "spans": [ + { + "bbox": [ + 106, + 480, + 505, + 493 + ], + "score": 1.0, + "content": "considered methods are the kernel density estimator (KDE) (Nadaraya, 1964), the nonparametric", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 489, + 505, + 505 + ], + "spans": [ + { + "bbox": [ + 105, + 489, + 505, + 505 + ], + "score": 1.0, + "content": "Bayes (NB) by the Dirichlet mixtures of normal distributions (Ferguson, 1973), the series density", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 503, + 505, + 514 + ], + "spans": [ + { + "bbox": [ + 106, + 503, + 505, + 514 + ], + "score": 1.0, + "content": "estimator (SDE) (Efromovich et al., 2008; Efromovich, 2010) and the density estimator with Gaussian", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 512, + 505, + 526 + ], + "spans": [ + { + "bbox": [ + 105, + 512, + 505, + 526 + ], + "score": 1.0, + "content": "process (GP) (Leonard, 1978). Bounds of the generalization errors for these methods are already", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 524, + 505, + 537 + ], + "spans": [ + { + "bbox": [ + 106, + 524, + 338, + 537 + ], + "score": 1.0, + "content": "known (Tsybakov, 2009; Ghosal et al., 2007; van der Vaart", + "type": "text" + }, + { + "bbox": [ + 338, + 525, + 347, + 534 + ], + "score": 0.26, + "content": "\\&", + "type": "inline_equation" + }, + { + "bbox": [ + 347, + 524, + 505, + 537 + ], + "score": 1.0, + "content": "van Zanten, 2008), and they are optimal", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 535, + 505, + 547 + ], + "spans": [ + { + "bbox": [ + 105, + 535, + 505, + 547 + ], + "score": 1.0, + "content": "in the minimax sense. Here, their performance is evaluated with respect to a root of an expected", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 546, + 506, + 561 + ], + "spans": [ + { + "bbox": [ + 105, + 546, + 231, + 561 + ], + "score": 1.0, + "content": "squared loss with respect to the", + "type": "text" + }, + { + "bbox": [ + 231, + 547, + 244, + 557 + ], + "score": 0.88, + "content": "L ^ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 244, + 546, + 304, + 561 + ], + "score": 1.0, + "content": "-norm, namely,", + "type": "text" + }, + { + "bbox": [ + 305, + 546, + 429, + 560 + ], + "score": 0.93, + "content": "d _ { 2 } ( P , P ^ { \\prime } ) : = \\mathbb { E } [ \\| p - p ^ { \\prime } \\| _ { L ^ { 2 } } ^ { 2 } ] ^ { 1 / 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 429, + 546, + 456, + 561 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 456, + 549, + 463, + 559 + ], + "score": 0.79, + "content": "p", + "type": "inline_equation" + }, + { + "bbox": [ + 463, + 546, + 480, + 561 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 480, + 547, + 489, + 559 + ], + "score": 0.87, + "content": "p ^ { \\prime }", + "type": "inline_equation" + }, + { + "bbox": [ + 489, + 546, + 506, + 561 + ], + "score": 1.0, + "content": "are", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 558, + 200, + 569 + ], + "spans": [ + { + "bbox": [ + 106, + 558, + 158, + 569 + ], + "score": 1.0, + "content": "densities for", + "type": "text" + }, + { + "bbox": [ + 158, + 559, + 167, + 568 + ], + "score": 0.84, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 167, + 558, + 185, + 569 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 185, + 558, + 196, + 568 + ], + "score": 0.88, + "content": "P ^ { \\prime }", + "type": "inline_equation" + }, + { + "bbox": [ + 197, + 558, + 200, + 569 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 26 + }, + { + "type": "text", + "bbox": [ + 106, + 574, + 505, + 609 + ], + "lines": [ + { + "bbox": [ + 105, + 573, + 505, + 588 + ], + "spans": [ + { + "bbox": [ + 105, + 574, + 470, + 588 + ], + "score": 1.0, + "content": "We show the deterioration of their performance by the disconnected support property. Let", + "type": "text" + }, + { + "bbox": [ + 471, + 573, + 480, + 585 + ], + "score": 0.86, + "content": "\\hat { P }", + "type": "inline_equation" + }, + { + "bbox": [ + 480, + 574, + 505, + 588 + ], + "score": 1.0, + "content": "be an", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 586, + 505, + 598 + ], + "spans": [ + { + "bbox": [ + 106, + 586, + 160, + 598 + ], + "score": 1.0, + "content": "estimator for", + "type": "text" + }, + { + "bbox": [ + 160, + 586, + 174, + 596 + ], + "score": 0.88, + "content": "P ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 175, + 586, + 293, + 598 + ], + "score": 1.0, + "content": "by KDE, NB, SDE, or GP. If", + "type": "text" + }, + { + "bbox": [ + 294, + 586, + 308, + 596 + ], + "score": 0.88, + "content": "P ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 308, + 586, + 415, + 598 + ], + "score": 1.0, + "content": "has a global support and a", + "type": "text" + }, + { + "bbox": [ + 416, + 587, + 423, + 597 + ], + "score": 0.85, + "content": "\\beta", + "type": "inline_equation" + }, + { + "bbox": [ + 424, + 586, + 505, + 598 + ], + "score": 1.0, + "content": "-smooth density, the", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 596, + 506, + 609 + ], + "spans": [ + { + "bbox": [ + 105, + 596, + 379, + 609 + ], + "score": 1.0, + "content": "existing studies (Tsybakov, 2009; Ghosal et al., 2007; van der Vaart", + "type": "text" + }, + { + "bbox": [ + 379, + 598, + 388, + 607 + ], + "score": 0.59, + "content": "\\&", + "type": "inline_equation" + }, + { + "bbox": [ + 388, + 596, + 506, + 609 + ], + "score": 1.0, + "content": "van Zanten, 2008) show that", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 33 + }, + { + "type": "interline_equation", + "bbox": [ + 239, + 614, + 372, + 636 + ], + "lines": [ + { + "bbox": [ + 239, + 614, + 372, + 636 + ], + "spans": [ + { + "bbox": [ + 239, + 614, + 372, + 636 + ], + "score": 0.94, + "content": "d _ { 2 } ( P ^ { * } , \\widehat { P } ) = O \\left( n ^ { - \\beta / ( 2 \\beta + D ) } \\right) .", + "type": "interline_equation", + "image_path": "0c52694113ff095830b769476fa4a6696c17d1d7b569dace3312c727f13a10cf.jpg" + } + ] + } + ], + "index": 35, + "virtual_lines": [ + { + "bbox": [ + 239, + 614, + 372, + 636 + ], + "spans": [], + "index": 35 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 641, + 505, + 665 + ], + "lines": [ + { + "bbox": [ + 105, + 640, + 506, + 655 + ], + "spans": [ + { + "bbox": [ + 105, + 640, + 506, + 655 + ], + "score": 1.0, + "content": "These bounds are sufficiently tight, since these bounds corresponds to an optimal rate (Stone, 1982),", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 652, + 500, + 667 + ], + "spans": [ + { + "bbox": [ + 105, + 652, + 392, + 667 + ], + "score": 1.0, + "content": "and the performance of the methods can be improved as the density for", + "type": "text" + }, + { + "bbox": [ + 392, + 653, + 406, + 663 + ], + "score": 0.89, + "content": "P ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 406, + 652, + 484, + 667 + ], + "score": 1.0, + "content": "is smoother (larger", + "type": "text" + }, + { + "bbox": [ + 485, + 654, + 493, + 664 + ], + "score": 0.77, + "content": "\\beta", + "type": "inline_equation" + }, + { + "bbox": [ + 493, + 652, + 500, + 667 + ], + "score": 1.0, + "content": ").", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 36.5 + }, + { + "type": "text", + "bbox": [ + 107, + 669, + 468, + 682 + ], + "lines": [ + { + "bbox": [ + 104, + 667, + 469, + 685 + ], + "spans": [ + { + "bbox": [ + 104, + 667, + 297, + 685 + ], + "score": 1.0, + "content": "On the other hand, we consider a case in which", + "type": "text" + }, + { + "bbox": [ + 298, + 671, + 311, + 680 + ], + "score": 0.86, + "content": "P ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 311, + 667, + 469, + 685 + ], + "score": 1.0, + "content": "has the disconnected support property.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 38 + }, + { + "type": "text", + "bbox": [ + 106, + 685, + 446, + 708 + ], + "lines": [ + { + "bbox": [ + 106, + 685, + 342, + 698 + ], + "spans": [ + { + "bbox": [ + 106, + 685, + 342, + 698 + ], + "score": 1.0, + "content": "Proposition 1. (Deterioration of other standard methods)", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 695, + 447, + 709 + ], + "spans": [ + { + "bbox": [ + 105, + 695, + 156, + 709 + ], + "score": 1.0, + "content": "There exists", + "type": "text" + }, + { + "bbox": [ + 156, + 696, + 170, + 706 + ], + "score": 0.86, + "content": "P ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 170, + 695, + 367, + 709 + ], + "score": 1.0, + "content": "of the disconnected support property and locally", + "type": "text" + }, + { + "bbox": [ + 368, + 699, + 374, + 708 + ], + "score": 0.89, + "content": "\\beta", + "type": "inline_equation" + }, + { + "bbox": [ + 375, + 695, + 447, + 709 + ], + "score": 1.0, + "content": "-smooth such that", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 39.5 + }, + { + "type": "interline_equation", + "bbox": [ + 242, + 714, + 369, + 735 + ], + "lines": [ + { + "bbox": [ + 242, + 714, + 369, + 735 + ], + "spans": [ + { + "bbox": [ + 242, + 714, + 369, + 735 + ], + "score": 0.93, + "content": "d _ { 2 } ( P ^ { * } , \\widehat { P } ) = { \\cal O } \\left( n ^ { - 1 / ( 2 + D ) } \\right) .", + "type": "interline_equation", + "image_path": "b9730f5b9fd0d563aeb76358ab989af6dc4cf556065c4cfb43470574c4e23436.jpg" + } + ] + } + ], + "index": 41, + "virtual_lines": [ + { + "bbox": [ + 242, + 714, + 369, + 735 + ], + "spans": [], + "index": 41 + } + ] + } + ], + "page_idx": 4, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 26, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2019", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 751, + 309, + 760 + ], + "lines": [ + { + "bbox": [ + 301, + 750, + 310, + 762 + ], + "spans": [ + { + "bbox": [ + 301, + 750, + 310, + 762 + ], + "score": 1.0, + "content": "5", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "list", + "bbox": [ + 106, + 82, + 505, + 116 + ], + "lines": [ + { + "bbox": [ + 105, + 82, + 301, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 301, + 95 + ], + "score": 1.0, + "content": "Lemma 1. (Locally Smooth Density Functions)", + "type": "text" + } + ], + "index": 0, + "is_list_start_line": true + }, + { + "bbox": [ + 106, + 94, + 506, + 106 + ], + "spans": [ + { + "bbox": [ + 106, + 94, + 208, + 106 + ], + "score": 1.0, + "content": "If a probability measure", + "type": "text" + }, + { + "bbox": [ + 208, + 94, + 217, + 104 + ], + "score": 0.76, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 218, + 94, + 239, + 106 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 240, + 94, + 252, + 104 + ], + "score": 0.6, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 252, + 94, + 383, + 106 + ], + "score": 1.0, + "content": "disconnected support is locally", + "type": "text" + }, + { + "bbox": [ + 384, + 94, + 391, + 105 + ], + "score": 0.84, + "content": "\\beta", + "type": "inline_equation" + }, + { + "bbox": [ + 391, + 94, + 506, + 106 + ], + "score": 1.0, + "content": "-smooth, then there exists a", + "type": "text" + } + ], + "index": 1, + "is_list_start_line": true + }, + { + "bbox": [ + 104, + 104, + 247, + 117 + ], + "spans": [ + { + "bbox": [ + 104, + 104, + 141, + 117 + ], + "score": 1.0, + "content": "function", + "type": "text" + }, + { + "bbox": [ + 142, + 105, + 206, + 116 + ], + "score": 0.92, + "content": "p _ { m } : S _ { m } \\to \\mathbb { R } _ { + }", + "type": "inline_equation" + }, + { + "bbox": [ + 207, + 104, + 247, + 117 + ], + "score": 1.0, + "content": "such that", + "type": "text" + } + ], + "index": 2, + "is_list_start_line": true + } + ], + "index": 1, + "bbox_fs": [ + 104, + 82, + 506, + 117 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 234, + 122, + 376, + 149 + ], + "lines": [ + { + "bbox": [ + 234, + 122, + 376, + 149 + ], + "spans": [ + { + "bbox": [ + 234, + 122, + 376, + 149 + ], + "score": 0.94, + "content": "P ( B ) = \\int _ { B } p _ { m } ( x ) d \\lambda , B \\in \\sigma ( S _ { m } ) ,", + "type": "interline_equation", + "image_path": "b4a21b019ccbff3e9458c9cfc3e1e5df6feff71e8912130595a22ac9d678e394.jpg" + } + ] + } + ], + "index": 3.5, + "virtual_lines": [ + { + "bbox": [ + 234, + 122, + 376, + 135.5 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 234, + 135.5, + 376, + 149.0 + ], + "spans": [], + "index": 4 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 155, + 394, + 167 + ], + "lines": [ + { + "bbox": [ + 105, + 153, + 395, + 169 + ], + "spans": [ + { + "bbox": [ + 105, + 153, + 133, + 169 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 156, + 140, + 165 + ], + "score": 0.58, + "content": "\\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 141, + 153, + 261, + 169 + ], + "score": 1.0, + "content": "is the Lebesgue measure, and", + "type": "text" + }, + { + "bbox": [ + 261, + 156, + 275, + 167 + ], + "score": 0.88, + "content": "p _ { m }", + "type": "inline_equation" + }, + { + "bbox": [ + 275, + 153, + 285, + 169 + ], + "score": 1.0, + "content": "is", + "type": "text" + }, + { + "bbox": [ + 285, + 156, + 293, + 167 + ], + "score": 0.86, + "content": "\\beta", + "type": "inline_equation" + }, + { + "bbox": [ + 293, + 153, + 353, + 169 + ], + "score": 1.0, + "content": "-smooth for all", + "type": "text" + }, + { + "bbox": [ + 353, + 155, + 391, + 167 + ], + "score": 0.92, + "content": "m \\in [ M ]", + "type": "inline_equation" + }, + { + "bbox": [ + 391, + 153, + 395, + 169 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5, + "bbox_fs": [ + 105, + 153, + 395, + 169 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 176, + 261, + 188 + ], + "lines": [ + { + "bbox": [ + 106, + 176, + 262, + 189 + ], + "spans": [ + { + "bbox": [ + 106, + 176, + 138, + 189 + ], + "score": 1.0, + "content": "We call", + "type": "text" + }, + { + "bbox": [ + 138, + 178, + 152, + 188 + ], + "score": 0.85, + "content": "p _ { m }", + "type": "inline_equation" + }, + { + "bbox": [ + 153, + 176, + 262, + 189 + ], + "score": 1.0, + "content": "as a local density function.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 6, + "bbox_fs": [ + 106, + 176, + 262, + 189 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 193, + 506, + 229 + ], + "lines": [ + { + "bbox": [ + 105, + 192, + 505, + 207 + ], + "spans": [ + { + "bbox": [ + 105, + 192, + 171, + 207 + ], + "score": 1.0, + "content": "Note that, since Ť", + "type": "text" + }, + { + "bbox": [ + 171, + 194, + 180, + 203 + ], + "score": 0.81, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 180, + 192, + 505, + 207 + ], + "score": 1.0, + "content": "with disconnected supports is not absolutely continuous to the Lebesgue measure", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 104, + 202, + 507, + 220 + ], + "spans": [ + { + "bbox": [ + 104, + 202, + 119, + 220 + ], + "score": 1.0, + "content": "on", + "type": "text" + }, + { + "bbox": [ + 119, + 204, + 188, + 219 + ], + "score": 0.92, + "content": "\\textstyle I ^ { D } \\backslash \\bigcup _ { m \\in [ M ] } S _ { m }", + "type": "inline_equation" + }, + { + "bbox": [ + 189, + 202, + 507, + 220 + ], + "score": 1.0, + "content": ", an ordinary density function cannot be defined. Instead, a localized version of", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 216, + 468, + 230 + ], + "spans": [ + { + "bbox": [ + 106, + 216, + 212, + 230 + ], + "score": 1.0, + "content": "density functions for each", + "type": "text" + }, + { + "bbox": [ + 212, + 217, + 227, + 228 + ], + "score": 0.89, + "content": "S _ { m }", + "type": "inline_equation" + }, + { + "bbox": [ + 227, + 216, + 468, + 230 + ], + "score": 1.0, + "content": "is introduced, which is guaranteed by the local smoothness.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8, + "bbox_fs": [ + 104, + 192, + 507, + 230 + ] + }, + { + "type": "image", + "bbox": [ + 150, + 255, + 272, + 345 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 150, + 255, + 272, + 345 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 150, + 255, + 272, + 345 + ], + "spans": [ + { + "bbox": [ + 150, + 255, + 272, + 345 + ], + "score": 0.808, + "type": "image", + "image_path": "c3dfa9a97b096a21af5f6a1718c1eb7930b940550b40573c085a60e6e567de44.jpg" + } + ] + } + ], + "index": 11.0, + "virtual_lines": [ + { + "bbox": [ + 150, + 255, + 272, + 300.0 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 150, + 300.0, + 272, + 345.0 + ], + "spans": [], + "index": 12 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 122, + 361, + 302, + 395 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 122, + 360, + 303, + 374 + ], + "spans": [ + { + "bbox": [ + 122, + 360, + 303, + 374 + ], + "score": 1.0, + "content": "Figure 3: Illustration of a probability measure", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 123, + 372, + 304, + 384 + ], + "spans": [ + { + "bbox": [ + 123, + 372, + 132, + 382 + ], + "score": 0.79, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 132, + 372, + 247, + 384 + ], + "score": 1.0, + "content": "with a disconnected support.", + "type": "text" + }, + { + "bbox": [ + 248, + 372, + 286, + 384 + ], + "score": 0.87, + "content": "\\operatorname { S u p p } ( P )", + "type": "inline_equation" + }, + { + "bbox": [ + 286, + 372, + 304, + 384 + ], + "score": 1.0, + "content": "is a", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 122, + 381, + 271, + 397 + ], + "spans": [ + { + "bbox": [ + 122, + 381, + 226, + 397 + ], + "score": 1.0, + "content": "union of two disjoint sets", + "type": "text" + }, + { + "bbox": [ + 226, + 383, + 237, + 394 + ], + "score": 0.89, + "content": "S _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 238, + 381, + 255, + 397 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 255, + 384, + 267, + 394 + ], + "score": 0.87, + "content": "S _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 268, + 381, + 271, + 397 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 16 + } + ], + "index": 13.5 + }, + { + "type": "image", + "bbox": [ + 335, + 257, + 461, + 346 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 335, + 257, + 461, + 346 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 335, + 257, + 461, + 346 + ], + "spans": [ + { + "bbox": [ + 335, + 257, + 461, + 346 + ], + "score": 0.961, + "type": "image", + "image_path": "cfd77cfd712870f7426ee318b45107ce716b4b22206e74bddb9e99ccc7ae3428.jpg" + } + ] + } + ], + "index": 12.0, + "virtual_lines": [ + { + "bbox": [ + 335, + 257, + 461, + 301.5 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 335, + 301.5, + 461, + 346.0 + ], + "spans": [], + "index": 13 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 308, + 362, + 489, + 395 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 308, + 362, + 488, + 374 + ], + "spans": [ + { + "bbox": [ + 308, + 362, + 462, + 374 + ], + "score": 1.0, + "content": "Figure 4: Illustration of a generator", + "type": "text" + }, + { + "bbox": [ + 462, + 365, + 468, + 374 + ], + "score": 0.77, + "content": "g", + "type": "inline_equation" + }, + { + "bbox": [ + 469, + 362, + 488, + 374 + ], + "score": 1.0, + "content": ". To", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 307, + 372, + 489, + 385 + ], + "spans": [ + { + "bbox": [ + 307, + 372, + 406, + 384 + ], + "score": 1.0, + "content": "represent discontinuous", + "type": "text" + }, + { + "bbox": [ + 406, + 373, + 418, + 384 + ], + "score": 0.88, + "content": "S _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 418, + 372, + 436, + 384 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 436, + 374, + 448, + 384 + ], + "score": 0.67, + "content": "S _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 448, + 372, + 451, + 384 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 452, + 375, + 459, + 385 + ], + "score": 0.64, + "content": "g", + "type": "inline_equation" + }, + { + "bbox": [ + 459, + 372, + 489, + 384 + ], + "score": 1.0, + "content": "should", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 307, + 383, + 381, + 396 + ], + "spans": [ + { + "bbox": [ + 307, + 383, + 381, + 396 + ], + "score": 1.0, + "content": "be discontinuous.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 17 + } + ], + "index": 14.5 + }, + { + "type": "title", + "bbox": [ + 107, + 426, + 326, + 437 + ], + "lines": [ + { + "bbox": [ + 105, + 426, + 327, + 439 + ], + "spans": [ + { + "bbox": [ + 105, + 426, + 327, + 439 + ], + "score": 1.0, + "content": "3.3 DIFFICULTY WITH DISCONNECTED SUPPORTS", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 20 + }, + { + "type": "text", + "bbox": [ + 106, + 447, + 505, + 570 + ], + "lines": [ + { + "bbox": [ + 105, + 447, + 506, + 461 + ], + "spans": [ + { + "bbox": [ + 105, + 447, + 506, + 461 + ], + "score": 1.0, + "content": "As shown in this subsection, the generalization performance of many standard estimation methods", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 104, + 457, + 505, + 471 + ], + "spans": [ + { + "bbox": [ + 104, + 457, + 505, + 471 + ], + "score": 1.0, + "content": "is worsened with disconnected supports. We consider popular nonparametric methods, for which", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 470, + 505, + 482 + ], + "spans": [ + { + "bbox": [ + 106, + 470, + 473, + 482 + ], + "score": 1.0, + "content": "the generalization performance is well-studied in the asymptotics of the observation size", + "type": "text" + }, + { + "bbox": [ + 474, + 471, + 480, + 479 + ], + "score": 0.63, + "content": "n", + "type": "inline_equation" + }, + { + "bbox": [ + 481, + 470, + 505, + 482 + ], + "score": 1.0, + "content": ". The", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 480, + 505, + 493 + ], + "spans": [ + { + "bbox": [ + 106, + 480, + 505, + 493 + ], + "score": 1.0, + "content": "considered methods are the kernel density estimator (KDE) (Nadaraya, 1964), the nonparametric", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 489, + 505, + 505 + ], + "spans": [ + { + "bbox": [ + 105, + 489, + 505, + 505 + ], + "score": 1.0, + "content": "Bayes (NB) by the Dirichlet mixtures of normal distributions (Ferguson, 1973), the series density", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 503, + 505, + 514 + ], + "spans": [ + { + "bbox": [ + 106, + 503, + 505, + 514 + ], + "score": 1.0, + "content": "estimator (SDE) (Efromovich et al., 2008; Efromovich, 2010) and the density estimator with Gaussian", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 512, + 505, + 526 + ], + "spans": [ + { + "bbox": [ + 105, + 512, + 505, + 526 + ], + "score": 1.0, + "content": "process (GP) (Leonard, 1978). Bounds of the generalization errors for these methods are already", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 524, + 505, + 537 + ], + "spans": [ + { + "bbox": [ + 106, + 524, + 338, + 537 + ], + "score": 1.0, + "content": "known (Tsybakov, 2009; Ghosal et al., 2007; van der Vaart", + "type": "text" + }, + { + "bbox": [ + 338, + 525, + 347, + 534 + ], + "score": 0.26, + "content": "\\&", + "type": "inline_equation" + }, + { + "bbox": [ + 347, + 524, + 505, + 537 + ], + "score": 1.0, + "content": "van Zanten, 2008), and they are optimal", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 535, + 505, + 547 + ], + "spans": [ + { + "bbox": [ + 105, + 535, + 505, + 547 + ], + "score": 1.0, + "content": "in the minimax sense. Here, their performance is evaluated with respect to a root of an expected", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 546, + 506, + 561 + ], + "spans": [ + { + "bbox": [ + 105, + 546, + 231, + 561 + ], + "score": 1.0, + "content": "squared loss with respect to the", + "type": "text" + }, + { + "bbox": [ + 231, + 547, + 244, + 557 + ], + "score": 0.88, + "content": "L ^ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 244, + 546, + 304, + 561 + ], + "score": 1.0, + "content": "-norm, namely,", + "type": "text" + }, + { + "bbox": [ + 305, + 546, + 429, + 560 + ], + "score": 0.93, + "content": "d _ { 2 } ( P , P ^ { \\prime } ) : = \\mathbb { E } [ \\| p - p ^ { \\prime } \\| _ { L ^ { 2 } } ^ { 2 } ] ^ { 1 / 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 429, + 546, + 456, + 561 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 456, + 549, + 463, + 559 + ], + "score": 0.79, + "content": "p", + "type": "inline_equation" + }, + { + "bbox": [ + 463, + 546, + 480, + 561 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 480, + 547, + 489, + 559 + ], + "score": 0.87, + "content": "p ^ { \\prime }", + "type": "inline_equation" + }, + { + "bbox": [ + 489, + 546, + 506, + 561 + ], + "score": 1.0, + "content": "are", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 558, + 200, + 569 + ], + "spans": [ + { + "bbox": [ + 106, + 558, + 158, + 569 + ], + "score": 1.0, + "content": "densities for", + "type": "text" + }, + { + "bbox": [ + 158, + 559, + 167, + 568 + ], + "score": 0.84, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 167, + 558, + 185, + 569 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 185, + 558, + 196, + 568 + ], + "score": 0.88, + "content": "P ^ { \\prime }", + "type": "inline_equation" + }, + { + "bbox": [ + 197, + 558, + 200, + 569 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 26, + "bbox_fs": [ + 104, + 447, + 506, + 569 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 574, + 505, + 609 + ], + "lines": [ + { + "bbox": [ + 105, + 573, + 505, + 588 + ], + "spans": [ + { + "bbox": [ + 105, + 574, + 470, + 588 + ], + "score": 1.0, + "content": "We show the deterioration of their performance by the disconnected support property. Let", + "type": "text" + }, + { + "bbox": [ + 471, + 573, + 480, + 585 + ], + "score": 0.86, + "content": "\\hat { P }", + "type": "inline_equation" + }, + { + "bbox": [ + 480, + 574, + 505, + 588 + ], + "score": 1.0, + "content": "be an", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 586, + 505, + 598 + ], + "spans": [ + { + "bbox": [ + 106, + 586, + 160, + 598 + ], + "score": 1.0, + "content": "estimator for", + "type": "text" + }, + { + "bbox": [ + 160, + 586, + 174, + 596 + ], + "score": 0.88, + "content": "P ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 175, + 586, + 293, + 598 + ], + "score": 1.0, + "content": "by KDE, NB, SDE, or GP. If", + "type": "text" + }, + { + "bbox": [ + 294, + 586, + 308, + 596 + ], + "score": 0.88, + "content": "P ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 308, + 586, + 415, + 598 + ], + "score": 1.0, + "content": "has a global support and a", + "type": "text" + }, + { + "bbox": [ + 416, + 587, + 423, + 597 + ], + "score": 0.85, + "content": "\\beta", + "type": "inline_equation" + }, + { + "bbox": [ + 424, + 586, + 505, + 598 + ], + "score": 1.0, + "content": "-smooth density, the", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 596, + 506, + 609 + ], + "spans": [ + { + "bbox": [ + 105, + 596, + 379, + 609 + ], + "score": 1.0, + "content": "existing studies (Tsybakov, 2009; Ghosal et al., 2007; van der Vaart", + "type": "text" + }, + { + "bbox": [ + 379, + 598, + 388, + 607 + ], + "score": 0.59, + "content": "\\&", + "type": "inline_equation" + }, + { + "bbox": [ + 388, + 596, + 506, + 609 + ], + "score": 1.0, + "content": "van Zanten, 2008) show that", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 33, + "bbox_fs": [ + 105, + 573, + 506, + 609 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 239, + 614, + 372, + 636 + ], + "lines": [ + { + "bbox": [ + 239, + 614, + 372, + 636 + ], + "spans": [ + { + "bbox": [ + 239, + 614, + 372, + 636 + ], + "score": 0.94, + "content": "d _ { 2 } ( P ^ { * } , \\widehat { P } ) = O \\left( n ^ { - \\beta / ( 2 \\beta + D ) } \\right) .", + "type": "interline_equation", + "image_path": "0c52694113ff095830b769476fa4a6696c17d1d7b569dace3312c727f13a10cf.jpg" + } + ] + } + ], + "index": 35, + "virtual_lines": [ + { + "bbox": [ + 239, + 614, + 372, + 636 + ], + "spans": [], + "index": 35 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 641, + 505, + 665 + ], + "lines": [ + { + "bbox": [ + 105, + 640, + 506, + 655 + ], + "spans": [ + { + "bbox": [ + 105, + 640, + 506, + 655 + ], + "score": 1.0, + "content": "These bounds are sufficiently tight, since these bounds corresponds to an optimal rate (Stone, 1982),", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 652, + 500, + 667 + ], + "spans": [ + { + "bbox": [ + 105, + 652, + 392, + 667 + ], + "score": 1.0, + "content": "and the performance of the methods can be improved as the density for", + "type": "text" + }, + { + "bbox": [ + 392, + 653, + 406, + 663 + ], + "score": 0.89, + "content": "P ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 406, + 652, + 484, + 667 + ], + "score": 1.0, + "content": "is smoother (larger", + "type": "text" + }, + { + "bbox": [ + 485, + 654, + 493, + 664 + ], + "score": 0.77, + "content": "\\beta", + "type": "inline_equation" + }, + { + "bbox": [ + 493, + 652, + 500, + 667 + ], + "score": 1.0, + "content": ").", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 36.5, + "bbox_fs": [ + 105, + 640, + 506, + 667 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 669, + 468, + 682 + ], + "lines": [ + { + "bbox": [ + 104, + 667, + 469, + 685 + ], + "spans": [ + { + "bbox": [ + 104, + 667, + 297, + 685 + ], + "score": 1.0, + "content": "On the other hand, we consider a case in which", + "type": "text" + }, + { + "bbox": [ + 298, + 671, + 311, + 680 + ], + "score": 0.86, + "content": "P ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 311, + 667, + 469, + 685 + ], + "score": 1.0, + "content": "has the disconnected support property.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 38, + "bbox_fs": [ + 104, + 667, + 469, + 685 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 685, + 446, + 708 + ], + "lines": [ + { + "bbox": [ + 106, + 685, + 342, + 698 + ], + "spans": [ + { + "bbox": [ + 106, + 685, + 342, + 698 + ], + "score": 1.0, + "content": "Proposition 1. (Deterioration of other standard methods)", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 695, + 447, + 709 + ], + "spans": [ + { + "bbox": [ + 105, + 695, + 156, + 709 + ], + "score": 1.0, + "content": "There exists", + "type": "text" + }, + { + "bbox": [ + 156, + 696, + 170, + 706 + ], + "score": 0.86, + "content": "P ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 170, + 695, + 367, + 709 + ], + "score": 1.0, + "content": "of the disconnected support property and locally", + "type": "text" + }, + { + "bbox": [ + 368, + 699, + 374, + 708 + ], + "score": 0.89, + "content": "\\beta", + "type": "inline_equation" + }, + { + "bbox": [ + 375, + 695, + 447, + 709 + ], + "score": 1.0, + "content": "-smooth such that", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 39.5, + "bbox_fs": [ + 105, + 685, + 447, + 709 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 242, + 714, + 369, + 735 + ], + "lines": [ + { + "bbox": [ + 242, + 714, + 369, + 735 + ], + "spans": [ + { + "bbox": [ + 242, + 714, + 369, + 735 + ], + "score": 0.93, + "content": "d _ { 2 } ( P ^ { * } , \\widehat { P } ) = { \\cal O } \\left( n ^ { - 1 / ( 2 + D ) } \\right) .", + "type": "interline_equation", + "image_path": "b9730f5b9fd0d563aeb76358ab989af6dc4cf556065c4cfb43470574c4e23436.jpg" + } + ] + } + ], + "index": 41, + "virtual_lines": [ + { + "bbox": [ + 242, + 714, + 369, + 735 + ], + "spans": [], + "index": 41 + } + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 504, + 116 + ], + "lines": [ + { + "bbox": [ + 104, + 81, + 506, + 96 + ], + "spans": [ + { + "bbox": [ + 104, + 81, + 132, + 96 + ], + "score": 1.0, + "content": "When", + "type": "text" + }, + { + "bbox": [ + 132, + 83, + 146, + 93 + ], + "score": 0.87, + "content": "P ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 146, + 81, + 506, + 96 + ], + "score": 1.0, + "content": "has disconnected supports, the errors are worse than those for the global support, indepen-", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 136, + 106 + ], + "score": 1.0, + "content": "dent of", + "type": "text" + }, + { + "bbox": [ + 137, + 94, + 144, + 105 + ], + "score": 0.83, + "content": "\\beta", + "type": "inline_equation" + }, + { + "bbox": [ + 144, + 93, + 505, + 106 + ], + "score": 1.0, + "content": ". This worse generalization error can be understood by the non-smoothness or discontinuity", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 105, + 434, + 117 + ], + "spans": [ + { + "bbox": [ + 106, + 105, + 434, + 117 + ], + "score": 1.0, + "content": "of the density functions on the boundaries of the disconnected sets (see Figure 3).", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1 + }, + { + "type": "text", + "bbox": [ + 107, + 121, + 506, + 166 + ], + "lines": [ + { + "bbox": [ + 106, + 121, + 506, + 134 + ], + "spans": [ + { + "bbox": [ + 106, + 121, + 506, + 134 + ], + "score": 1.0, + "content": "We next discuss other generative models for estimating a probability measure. To the best of our", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 132, + 507, + 145 + ], + "spans": [ + { + "bbox": [ + 105, + 132, + 507, + 145 + ], + "score": 1.0, + "content": "knowledge, other probabilistic generative methods (Koller et al., 2009) and the variational auto-", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 143, + 507, + 156 + ], + "spans": [ + { + "bbox": [ + 105, + 143, + 507, + 156 + ], + "score": 1.0, + "content": "encoder (Kingma & Welling, 2013), their statistical generalization property is not well investigated.", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 155, + 486, + 167 + ], + "spans": [ + { + "bbox": [ + 106, + 155, + 486, + 167 + ], + "score": 1.0, + "content": "Here we provide a property of generators for probability measures with disconnected supports.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 4.5 + }, + { + "type": "text", + "bbox": [ + 106, + 169, + 505, + 202 + ], + "lines": [ + { + "bbox": [ + 105, + 168, + 377, + 182 + ], + "spans": [ + { + "bbox": [ + 105, + 168, + 377, + 182 + ], + "score": 1.0, + "content": "Lemma 2. (Discontinuous Generators for Disconnected Supports)", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 104, + 178, + 505, + 193 + ], + "spans": [ + { + "bbox": [ + 104, + 178, + 115, + 193 + ], + "score": 1.0, + "content": "If", + "type": "text" + }, + { + "bbox": [ + 116, + 180, + 130, + 190 + ], + "score": 0.75, + "content": "P ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 131, + 178, + 263, + 193 + ], + "score": 1.0, + "content": "has disconnected supports and", + "type": "text" + }, + { + "bbox": [ + 264, + 180, + 310, + 192 + ], + "score": 0.92, + "content": "P ^ { * } = P _ { g ^ { * } }", + "type": "inline_equation" + }, + { + "bbox": [ + 310, + 178, + 385, + 193 + ], + "score": 1.0, + "content": "with a generator", + "type": "text" + }, + { + "bbox": [ + 385, + 180, + 396, + 191 + ], + "score": 0.87, + "content": "g ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 397, + 178, + 422, + 193 + ], + "score": 1.0, + "content": ", then", + "type": "text" + }, + { + "bbox": [ + 423, + 180, + 434, + 191 + ], + "score": 0.87, + "content": "g ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 435, + 178, + 505, + 193 + ], + "score": 1.0, + "content": "is not uniformly", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 191, + 155, + 203 + ], + "spans": [ + { + "bbox": [ + 105, + 191, + 155, + 203 + ], + "score": 1.0, + "content": "continuous.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8 + }, + { + "type": "text", + "bbox": [ + 106, + 210, + 505, + 279 + ], + "lines": [ + { + "bbox": [ + 105, + 211, + 505, + 224 + ], + "spans": [ + { + "bbox": [ + 105, + 211, + 505, + 224 + ], + "score": 1.0, + "content": "Lemma 2 states that a generator must be discontinuous to construct a probability measure with", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 221, + 506, + 236 + ], + "spans": [ + { + "bbox": [ + 105, + 221, + 291, + 236 + ], + "score": 1.0, + "content": "disconnected support sets. Intuitively, to make", + "type": "text" + }, + { + "bbox": [ + 291, + 222, + 343, + 235 + ], + "score": 0.92, + "content": "P _ { g ^ { * } } ( B ) = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 343, + 221, + 358, + 236 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 358, + 221, + 390, + 232 + ], + "score": 0.91, + "content": "B \\in I ^ { D }", + "type": "inline_equation" + }, + { + "bbox": [ + 390, + 221, + 412, + 236 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 412, + 222, + 453, + 234 + ], + "score": 0.93, + "content": "\\lambda ( B ) > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 453, + 221, + 506, + 236 + ], + "score": 1.0, + "content": ", the slope of", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 233, + 506, + 249 + ], + "spans": [ + { + "bbox": [ + 106, + 235, + 118, + 246 + ], + "score": 0.87, + "content": "g ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 118, + 233, + 129, + 249 + ], + "score": 1.0, + "content": "at", + "type": "text" + }, + { + "bbox": [ + 129, + 234, + 158, + 245 + ], + "score": 0.91, + "content": "z \\in I ^ { D }", + "type": "inline_equation" + }, + { + "bbox": [ + 159, + 233, + 278, + 249 + ], + "score": 1.0, + "content": "should be close to infinite for", + "type": "text" + }, + { + "bbox": [ + 279, + 235, + 334, + 247 + ], + "score": 0.94, + "content": "z \\in g ^ { * , - 1 } ( B )", + "type": "inline_equation" + }, + { + "bbox": [ + 334, + 233, + 363, + 249 + ], + "score": 1.0, + "content": ", hence", + "type": "text" + }, + { + "bbox": [ + 363, + 235, + 375, + 246 + ], + "score": 0.89, + "content": "g ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 375, + 233, + 506, + 249 + ], + "score": 1.0, + "content": "cannot be uniformly continuous", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 245, + 505, + 258 + ], + "spans": [ + { + "bbox": [ + 105, + 245, + 505, + 258 + ], + "score": 1.0, + "content": "(see Figure 4). Because of the discontinuity, generative models with smooth functions, such as an", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 256, + 505, + 269 + ], + "spans": [ + { + "bbox": [ + 105, + 256, + 505, + 269 + ], + "score": 1.0, + "content": "adversarial generative model with kernel generators (Sinn & Rawat, 2018), cannot work well with", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 267, + 200, + 281 + ], + "spans": [ + { + "bbox": [ + 105, + 267, + 200, + 281 + ], + "score": 1.0, + "content": "disconnected supports.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 12.5 + }, + { + "type": "title", + "bbox": [ + 108, + 294, + 272, + 308 + ], + "lines": [ + { + "bbox": [ + 104, + 294, + 274, + 309 + ], + "spans": [ + { + "bbox": [ + 104, + 294, + 274, + 309 + ], + "score": 1.0, + "content": "4 GENERALIZATION BY GANS", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16 + }, + { + "type": "text", + "bbox": [ + 106, + 319, + 506, + 415 + ], + "lines": [ + { + "bbox": [ + 106, + 319, + 506, + 332 + ], + "spans": [ + { + "bbox": [ + 106, + 319, + 506, + 332 + ], + "score": 1.0, + "content": "We provide generalization analysis for GANs for probability measures with and without disconnected", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 330, + 506, + 343 + ], + "spans": [ + { + "bbox": [ + 105, + 330, + 305, + 343 + ], + "score": 1.0, + "content": "supports. For the purpose, we employ a metric", + "type": "text" + }, + { + "bbox": [ + 305, + 331, + 318, + 342 + ], + "score": 0.89, + "content": "d _ { \\mathcal { F } }", + "type": "inline_equation" + }, + { + "bbox": [ + 319, + 330, + 476, + 343 + ], + "score": 1.0, + "content": "with properly selected discriminators", + "type": "text" + }, + { + "bbox": [ + 477, + 331, + 487, + 340 + ], + "score": 0.84, + "content": "\\mathcal { F }", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 330, + 506, + 343 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 104, + 340, + 506, + 355 + ], + "spans": [ + { + "bbox": [ + 104, + 340, + 240, + 355 + ], + "score": 1.0, + "content": "evaluate the generalization error", + "type": "text" + }, + { + "bbox": [ + 240, + 342, + 289, + 354 + ], + "score": 0.93, + "content": "d _ { \\mathcal { F } } ( P ^ { \\ast } , P _ { \\hat { g } } )", + "type": "inline_equation" + }, + { + "bbox": [ + 289, + 340, + 432, + 355 + ], + "score": 1.0, + "content": "with respect to an observation size", + "type": "text" + }, + { + "bbox": [ + 433, + 344, + 440, + 352 + ], + "score": 0.75, + "content": "n", + "type": "inline_equation" + }, + { + "bbox": [ + 441, + 340, + 506, + 355 + ], + "score": 1.0, + "content": "and a sampling", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 352, + 507, + 370 + ], + "spans": [ + { + "bbox": [ + 105, + 352, + 124, + 370 + ], + "score": 1.0, + "content": "size", + "type": "text" + }, + { + "bbox": [ + 124, + 357, + 134, + 365 + ], + "score": 0.66, + "content": "m", + "type": "inline_equation" + }, + { + "bbox": [ + 135, + 352, + 185, + 370 + ], + "score": 1.0, + "content": ". We assume", + "type": "text" + }, + { + "bbox": [ + 185, + 356, + 195, + 365 + ], + "score": 0.83, + "content": "\\mathcal { F }", + "type": "inline_equation" + }, + { + "bbox": [ + 195, + 352, + 288, + 370 + ], + "score": 1.0, + "content": "is realized by DNNs as", + "type": "text" + }, + { + "bbox": [ + 289, + 353, + 390, + 368 + ], + "score": 0.91, + "content": "\\mathcal { F } = \\Xi ( S _ { f } , B _ { f } , L _ { f } ) \\cap \\widetilde { \\mathcal { F } }", + "type": "inline_equation" + }, + { + "bbox": [ + 390, + 352, + 456, + 370 + ], + "score": 1.0, + "content": "with parameters", + "type": "text" + }, + { + "bbox": [ + 457, + 355, + 502, + 368 + ], + "score": 0.92, + "content": "S _ { f } , B _ { f } , L _ { f }", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 352, + 507, + 370 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 367, + 506, + 381 + ], + "spans": [ + { + "bbox": [ + 105, + 367, + 133, + 381 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 367, + 143, + 379 + ], + "score": 0.86, + "content": "\\tilde { \\mathcal { F } }", + "type": "inline_equation" + }, + { + "bbox": [ + 143, + 367, + 331, + 381 + ], + "score": 1.0, + "content": "is a specified functional class; for an example,", + "type": "text" + }, + { + "bbox": [ + 331, + 367, + 341, + 379 + ], + "score": 0.84, + "content": "\\tilde { \\mathcal { F } }", + "type": "inline_equation" + }, + { + "bbox": [ + 341, + 367, + 506, + 381 + ], + "score": 1.0, + "content": "is 1-Lipschitz functions for Wasserstein-", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 379, + 504, + 393 + ], + "spans": [ + { + "bbox": [ + 105, + 379, + 278, + 393 + ], + "score": 1.0, + "content": "GAN. Here, we consider settings that all", + "type": "text" + }, + { + "bbox": [ + 279, + 380, + 308, + 392 + ], + "score": 0.92, + "content": "f \\in { \\mathcal { F } }", + "type": "inline_equation" + }, + { + "bbox": [ + 308, + 379, + 324, + 393 + ], + "score": 1.0, + "content": "are", + "type": "text" + }, + { + "bbox": [ + 325, + 380, + 337, + 391 + ], + "score": 0.88, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 337, + 379, + 446, + 393 + ], + "score": 1.0, + "content": "-Lipschitz continuous and", + "type": "text" + }, + { + "bbox": [ + 447, + 380, + 504, + 391 + ], + "score": 0.9, + "content": "\\| f \\| _ { L ^ { \\infty } } \\leqslant B _ { F }", + "type": "inline_equation" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 390, + 505, + 404 + ], + "spans": [ + { + "bbox": [ + 105, + 390, + 168, + 404 + ], + "score": 1.0, + "content": "with constants", + "type": "text" + }, + { + "bbox": [ + 168, + 391, + 221, + 402 + ], + "score": 0.89, + "content": "L _ { 1 } , B _ { F } > 0 .", + "type": "inline_equation" + }, + { + "bbox": [ + 221, + 390, + 403, + 404 + ], + "score": 1.0, + "content": "Generators are also constructed by DNNs as", + "type": "text" + }, + { + "bbox": [ + 404, + 391, + 483, + 403 + ], + "score": 0.92, + "content": "\\mathcal { G } = \\Xi ( S _ { g } , B _ { g } , L _ { g } )", + "type": "inline_equation" + }, + { + "bbox": [ + 483, + 390, + 505, + 404 + ], + "score": 1.0, + "content": "with", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 400, + 201, + 416 + ], + "spans": [ + { + "bbox": [ + 105, + 400, + 153, + 416 + ], + "score": 1.0, + "content": "parameters", + "type": "text" + }, + { + "bbox": [ + 153, + 402, + 197, + 414 + ], + "score": 0.92, + "content": "S _ { g } , B _ { g } , L _ { g }", + "type": "inline_equation" + }, + { + "bbox": [ + 197, + 400, + 201, + 416 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 20.5 + }, + { + "type": "text", + "bbox": [ + 106, + 418, + 505, + 441 + ], + "lines": [ + { + "bbox": [ + 105, + 417, + 505, + 432 + ], + "spans": [ + { + "bbox": [ + 105, + 417, + 505, + 432 + ], + "score": 1.0, + "content": "A standard line of discussing generalization, we should consider statistical errors and approximation", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 428, + 313, + 441 + ], + "spans": [ + { + "bbox": [ + 106, + 428, + 304, + 441 + ], + "score": 1.0, + "content": "errors. We define a measure of the complexity of", + "type": "text" + }, + { + "bbox": [ + 304, + 430, + 313, + 439 + ], + "score": 0.83, + "content": "\\mathcal { F }", + "type": "inline_equation" + } + ], + "index": 26 + } + ], + "index": 25.5 + }, + { + "type": "interline_equation", + "bbox": [ + 165, + 445, + 444, + 473 + ], + "lines": [ + { + "bbox": [ + 165, + 445, + 444, + 473 + ], + "spans": [ + { + "bbox": [ + 165, + 445, + 444, + 473 + ], + "score": 0.92, + "content": "\\Upsilon _ { n } ( \\mathcal { F } ) : = \\operatorname* { i n f } _ { \\eta > 0 } 4 \\eta + 1 2 n ^ { - 1 / 2 } \\int _ { \\eta } ^ { c } \\log \\mathcal { N } ( ( L _ { 1 } + 1 ) ^ { - 1 } \\epsilon , \\mathcal { F } , \\| \\cdot \\| _ { n } ) ^ { 1 / 2 } d \\epsilon ,", + "type": "interline_equation", + "image_path": "f0f88abbaefa9738a0a29630202f8f301c05bb4e4e4f420ebdcc285caa321e65.jpg" + } + ] + } + ], + "index": 27, + "virtual_lines": [ + { + "bbox": [ + 165, + 445, + 444, + 473 + ], + "spans": [], + "index": 27 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 478, + 504, + 503 + ], + "lines": [ + { + "bbox": [ + 105, + 478, + 506, + 494 + ], + "spans": [ + { + "bbox": [ + 105, + 478, + 132, + 494 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 481, + 156, + 490 + ], + "score": 0.9, + "content": "c > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 157, + 478, + 255, + 494 + ], + "score": 1.0, + "content": "is a constant depends on", + "type": "text" + }, + { + "bbox": [ + 255, + 480, + 265, + 490 + ], + "score": 0.85, + "content": "\\mathcal { F }", + "type": "inline_equation" + }, + { + "bbox": [ + 265, + 478, + 282, + 494 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 283, + 478, + 337, + 492 + ], + "score": 0.93, + "content": "\\mathcal { N } ( \\epsilon , \\tilde { \\mathcal { F } } , \\| \\cdot \\| )", + "type": "inline_equation" + }, + { + "bbox": [ + 338, + 478, + 434, + 494 + ], + "score": 1.0, + "content": "is a covering number of", + "type": "text" + }, + { + "bbox": [ + 434, + 478, + 444, + 490 + ], + "score": 0.86, + "content": "\\tilde { \\mathcal { F } }", + "type": "inline_equation" + }, + { + "bbox": [ + 444, + 478, + 506, + 494 + ], + "score": 1.0, + "content": "with respect to", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 489, + 506, + 504 + ], + "spans": [ + { + "bbox": [ + 106, + 489, + 181, + 504 + ], + "score": 1.0, + "content": "an empirical norm", + "type": "text" + }, + { + "bbox": [ + 181, + 491, + 196, + 503 + ], + "score": 0.9, + "content": "\\| \\cdot \\|", + "type": "inline_equation" + }, + { + "bbox": [ + 196, + 489, + 252, + 504 + ], + "score": 1.0, + "content": ". We note that", + "type": "text" + }, + { + "bbox": [ + 252, + 491, + 281, + 503 + ], + "score": 0.93, + "content": "\\Upsilon _ { n } ( \\mathcal { F } )", + "type": "inline_equation" + }, + { + "bbox": [ + 282, + 489, + 506, + 504 + ], + "score": 1.0, + "content": "bounds an expectation of the Rademacher complexity as", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28.5 + }, + { + "type": "interline_equation", + "bbox": [ + 226, + 506, + 383, + 547 + ], + "lines": [ + { + "bbox": [ + 226, + 506, + 383, + 547 + ], + "spans": [ + { + "bbox": [ + 226, + 506, + 383, + 547 + ], + "score": 0.95, + "content": "\\Upsilon _ { n } ( \\mathcal { F } ) \\geqslant \\mathbb { E } \\left[ \\operatorname* { s u p } _ { f \\in \\mathcal { F } } \\frac { 1 } { n } \\left| \\sum _ { i \\in [ n ] } \\tau _ { i } f ( X _ { i } ) \\right| \\right] ,", + "type": "interline_equation", + "image_path": "e8004170a92a32429e0f943a2b2340f2c2b08e56351771bb26df4b194635a501.jpg" + } + ] + } + ], + "index": 30.5, + "virtual_lines": [ + { + "bbox": [ + 226, + 506, + 383, + 526.5 + ], + "spans": [], + "index": 30 + }, + { + "bbox": [ + 226, + 526.5, + 383, + 547.0 + ], + "spans": [], + "index": 31 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 550, + 505, + 584 + ], + "lines": [ + { + "bbox": [ + 105, + 550, + 506, + 563 + ], + "spans": [ + { + "bbox": [ + 105, + 550, + 133, + 563 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 552, + 143, + 561 + ], + "score": 0.83, + "content": "\\tau _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 144, + 550, + 325, + 563 + ], + "score": 1.0, + "content": "is the i.i.d. Rademacher random variables;", + "type": "text" + }, + { + "bbox": [ + 326, + 550, + 468, + 563 + ], + "score": 0.92, + "content": "\\operatorname* { P r } ( \\tau _ { i } = 1 ) = \\operatorname* { P r } ( \\tau _ { i } = 1 ) = 1 / 2", + "type": "inline_equation" + }, + { + "bbox": [ + 468, + 550, + 506, + 563 + ], + "score": 1.0, + "content": ", and the", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 561, + 506, + 574 + ], + "spans": [ + { + "bbox": [ + 106, + 561, + 191, + 574 + ], + "score": 1.0, + "content": "expectation is about", + "type": "text" + }, + { + "bbox": [ + 192, + 562, + 204, + 572 + ], + "score": 0.9, + "content": "X _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 204, + 561, + 223, + 574 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 223, + 563, + 232, + 572 + ], + "score": 0.84, + "content": "\\tau _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 233, + 561, + 506, + 574 + ], + "score": 1.0, + "content": ". Using the statistics and learning theory van der Vaart & Wellner", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 572, + 370, + 586 + ], + "spans": [ + { + "bbox": [ + 105, + 572, + 327, + 586 + ], + "score": 1.0, + "content": "(1996); Bartlett et al. (2005), we can apply a bound for", + "type": "text" + }, + { + "bbox": [ + 327, + 572, + 357, + 585 + ], + "score": 0.93, + "content": "\\Upsilon _ { n } ( \\mathcal { F } )", + "type": "inline_equation" + }, + { + "bbox": [ + 358, + 572, + 370, + 586 + ], + "score": 1.0, + "content": "as", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 33 + }, + { + "type": "interline_equation", + "bbox": [ + 262, + 588, + 348, + 604 + ], + "lines": [ + { + "bbox": [ + 262, + 588, + 348, + 604 + ], + "spans": [ + { + "bbox": [ + 262, + 588, + 348, + 604 + ], + "score": 0.91, + "content": "\\Upsilon _ { n } ( \\mathcal { F } ) \\leqslant C _ { \\mathcal { F } } n ^ { - 1 / \\kappa } ,", + "type": "interline_equation", + "image_path": "9bf9edf5e6753d43f6d5c96ac98ecd3bcea8f5845a0a611ab96d3d97575558b2.jpg" + } + ] + } + ], + "index": 35, + "virtual_lines": [ + { + "bbox": [ + 262, + 588, + 348, + 604 + ], + "spans": [], + "index": 35 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 608, + 269, + 619 + ], + "lines": [ + { + "bbox": [ + 106, + 607, + 270, + 621 + ], + "spans": [ + { + "bbox": [ + 106, + 607, + 189, + 621 + ], + "score": 1.0, + "content": "with some constants", + "type": "text" + }, + { + "bbox": [ + 190, + 608, + 223, + 619 + ], + "score": 0.92, + "content": "C _ { \\mathcal { F } } > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 223, + 607, + 241, + 621 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 241, + 609, + 266, + 619 + ], + "score": 0.89, + "content": "\\kappa \\geqslant 2", + "type": "inline_equation" + }, + { + "bbox": [ + 267, + 607, + 270, + 621 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 36 + }, + { + "type": "text", + "bbox": [ + 107, + 625, + 506, + 658 + ], + "lines": [ + { + "bbox": [ + 106, + 624, + 506, + 638 + ], + "spans": [ + { + "bbox": [ + 106, + 624, + 506, + 638 + ], + "score": 1.0, + "content": "Regarding approximation errors, we need to consider approximation of a discontinuous function;", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 635, + 506, + 649 + ], + "spans": [ + { + "bbox": [ + 105, + 635, + 506, + 649 + ], + "score": 1.0, + "content": "since Lemma 2 shows that a discontinuous generator is necessary to represent disconnected supports.", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 647, + 378, + 660 + ], + "spans": [ + { + "bbox": [ + 106, + 647, + 378, + 660 + ], + "score": 1.0, + "content": "To approximate such generators, DNNs in GANs has an advantage.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 38 + }, + { + "type": "text", + "bbox": [ + 106, + 661, + 505, + 696 + ], + "lines": [ + { + "bbox": [ + 105, + 660, + 343, + 674 + ], + "spans": [ + { + "bbox": [ + 105, + 660, + 293, + 674 + ], + "score": 1.0, + "content": "Lemma 3. (Approximation for Discontinuous", + "type": "text" + }, + { + "bbox": [ + 294, + 663, + 300, + 673 + ], + "score": 0.58, + "content": "g", + "type": "inline_equation" + }, + { + "bbox": [ + 300, + 660, + 343, + 674 + ], + "score": 1.0, + "content": "by DNNs)", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 671, + 505, + 685 + ], + "spans": [ + { + "bbox": [ + 105, + 671, + 143, + 685 + ], + "score": 1.0, + "content": "Suppose", + "type": "text" + }, + { + "bbox": [ + 143, + 673, + 157, + 682 + ], + "score": 0.88, + "content": "P ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 157, + 671, + 176, + 685 + ], + "score": 1.0, + "content": "has", + "type": "text" + }, + { + "bbox": [ + 176, + 673, + 188, + 682 + ], + "score": 0.66, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 188, + 671, + 331, + 685 + ], + "score": 1.0, + "content": "disconnected supports and locally", + "type": "text" + }, + { + "bbox": [ + 332, + 673, + 339, + 684 + ], + "score": 0.85, + "content": "\\beta", + "type": "inline_equation" + }, + { + "bbox": [ + 339, + 671, + 414, + 685 + ], + "score": 1.0, + "content": "-smooth, and also", + "type": "text" + }, + { + "bbox": [ + 414, + 672, + 458, + 684 + ], + "score": 0.91, + "content": "P ^ { * } = P _ { g ^ { * } }", + "type": "inline_equation" + }, + { + "bbox": [ + 458, + 671, + 505, + 685 + ], + "score": 1.0, + "content": "holds with", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 683, + 487, + 696 + ], + "spans": [ + { + "bbox": [ + 105, + 683, + 129, + 696 + ], + "score": 1.0, + "content": "some", + "type": "text" + }, + { + "bbox": [ + 129, + 684, + 140, + 695 + ], + "score": 0.87, + "content": "g ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 141, + 683, + 201, + 696 + ], + "score": 1.0, + "content": ". Then, for any", + "type": "text" + }, + { + "bbox": [ + 201, + 684, + 213, + 695 + ], + "score": 0.88, + "content": "S _ { g }", + "type": "inline_equation" + }, + { + "bbox": [ + 213, + 683, + 261, + 696 + ], + "score": 1.0, + "content": ", there exist", + "type": "text" + }, + { + "bbox": [ + 261, + 686, + 267, + 694 + ], + "score": 0.75, + "content": "\\mathcal { G }", + "type": "inline_equation" + }, + { + "bbox": [ + 268, + 683, + 272, + 696 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 272, + 685, + 295, + 695 + ], + "score": 0.85, + "content": "{ \\dot { g } } \\in { \\mathcal { G } }", + "type": "inline_equation" + }, + { + "bbox": [ + 295, + 683, + 361, + 696 + ], + "score": 1.0, + "content": ", and a constant", + "type": "text" + }, + { + "bbox": [ + 361, + 684, + 447, + 696 + ], + "score": 0.93, + "content": "c _ { g } = c _ { g } ( B _ { g } , L _ { g } ) > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 447, + 683, + 487, + 696 + ], + "score": 1.0, + "content": "such that", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 41 + }, + { + "type": "interline_equation", + "bbox": [ + 225, + 700, + 386, + 716 + ], + "lines": [ + { + "bbox": [ + 225, + 700, + 386, + 716 + ], + "spans": [ + { + "bbox": [ + 225, + 700, + 386, + 716 + ], + "score": 0.93, + "content": "\\lVert \\dot { \\boldsymbol g } _ { d } - \\boldsymbol g _ { d } ^ { * } \\rVert _ { L ^ { 2 } } \\leqslant c _ { g } M S _ { g } ^ { - \\beta / D } , \\forall d \\in [ D ] .", + "type": "interline_equation", + "image_path": "437207fb9e38c506a61f082a97c240114373981539eedb3ef9cea0172d2b0c65.jpg" + } + ] + } + ], + "index": 43, + "virtual_lines": [ + { + "bbox": [ + 225, + 700, + 386, + 716 + ], + "spans": [], + "index": 43 + } + ] + }, + { + "type": "text", + "bbox": [ + 104, + 720, + 467, + 733 + ], + "lines": [ + { + "bbox": [ + 105, + 719, + 466, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 719, + 170, + 734 + ], + "score": 1.0, + "content": "Furthermore, if", + "type": "text" + }, + { + "bbox": [ + 170, + 721, + 213, + 733 + ], + "score": 0.92, + "content": "P ^ { * } = P _ { g ^ { * } }", + "type": "inline_equation" + }, + { + "bbox": [ + 213, + 719, + 335, + 734 + ], + "score": 1.0, + "content": "has a global support and it is", + "type": "text" + }, + { + "bbox": [ + 335, + 722, + 342, + 732 + ], + "score": 0.86, + "content": "\\beta", + "type": "inline_equation" + }, + { + "bbox": [ + 342, + 719, + 435, + 734 + ], + "score": 1.0, + "content": "-smooth, (4) holds with", + "type": "text" + }, + { + "bbox": [ + 436, + 721, + 466, + 730 + ], + "score": 0.89, + "content": "M = 1", + "type": "inline_equation" + } + ], + "index": 44 + } + ], + "index": 44 + } + ], + "page_idx": 5, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 107, + 26, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 107, + 26, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2019", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 751, + 309, + 760 + ], + "lines": [ + { + "bbox": [ + 302, + 750, + 310, + 761 + ], + "spans": [ + { + "bbox": [ + 302, + 750, + 310, + 761 + ], + "score": 1.0, + "content": "6", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 504, + 116 + ], + "lines": [ + { + "bbox": [ + 104, + 81, + 506, + 96 + ], + "spans": [ + { + "bbox": [ + 104, + 81, + 132, + 96 + ], + "score": 1.0, + "content": "When", + "type": "text" + }, + { + "bbox": [ + 132, + 83, + 146, + 93 + ], + "score": 0.87, + "content": "P ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 146, + 81, + 506, + 96 + ], + "score": 1.0, + "content": "has disconnected supports, the errors are worse than those for the global support, indepen-", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 136, + 106 + ], + "score": 1.0, + "content": "dent of", + "type": "text" + }, + { + "bbox": [ + 137, + 94, + 144, + 105 + ], + "score": 0.83, + "content": "\\beta", + "type": "inline_equation" + }, + { + "bbox": [ + 144, + 93, + 505, + 106 + ], + "score": 1.0, + "content": ". This worse generalization error can be understood by the non-smoothness or discontinuity", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 105, + 434, + 117 + ], + "spans": [ + { + "bbox": [ + 106, + 105, + 434, + 117 + ], + "score": 1.0, + "content": "of the density functions on the boundaries of the disconnected sets (see Figure 3).", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1, + "bbox_fs": [ + 104, + 81, + 506, + 117 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 121, + 506, + 166 + ], + "lines": [ + { + "bbox": [ + 106, + 121, + 506, + 134 + ], + "spans": [ + { + "bbox": [ + 106, + 121, + 506, + 134 + ], + "score": 1.0, + "content": "We next discuss other generative models for estimating a probability measure. To the best of our", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 132, + 507, + 145 + ], + "spans": [ + { + "bbox": [ + 105, + 132, + 507, + 145 + ], + "score": 1.0, + "content": "knowledge, other probabilistic generative methods (Koller et al., 2009) and the variational auto-", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 143, + 507, + 156 + ], + "spans": [ + { + "bbox": [ + 105, + 143, + 507, + 156 + ], + "score": 1.0, + "content": "encoder (Kingma & Welling, 2013), their statistical generalization property is not well investigated.", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 155, + 486, + 167 + ], + "spans": [ + { + "bbox": [ + 106, + 155, + 486, + 167 + ], + "score": 1.0, + "content": "Here we provide a property of generators for probability measures with disconnected supports.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 4.5, + "bbox_fs": [ + 105, + 121, + 507, + 167 + ] + }, + { + "type": "list", + "bbox": [ + 106, + 169, + 505, + 202 + ], + "lines": [ + { + "bbox": [ + 105, + 168, + 377, + 182 + ], + "spans": [ + { + "bbox": [ + 105, + 168, + 377, + 182 + ], + "score": 1.0, + "content": "Lemma 2. (Discontinuous Generators for Disconnected Supports)", + "type": "text" + } + ], + "index": 7, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 178, + 505, + 193 + ], + "spans": [ + { + "bbox": [ + 104, + 178, + 115, + 193 + ], + "score": 1.0, + "content": "If", + "type": "text" + }, + { + "bbox": [ + 116, + 180, + 130, + 190 + ], + "score": 0.75, + "content": "P ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 131, + 178, + 263, + 193 + ], + "score": 1.0, + "content": "has disconnected supports and", + "type": "text" + }, + { + "bbox": [ + 264, + 180, + 310, + 192 + ], + "score": 0.92, + "content": "P ^ { * } = P _ { g ^ { * } }", + "type": "inline_equation" + }, + { + "bbox": [ + 310, + 178, + 385, + 193 + ], + "score": 1.0, + "content": "with a generator", + "type": "text" + }, + { + "bbox": [ + 385, + 180, + 396, + 191 + ], + "score": 0.87, + "content": "g ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 397, + 178, + 422, + 193 + ], + "score": 1.0, + "content": ", then", + "type": "text" + }, + { + "bbox": [ + 423, + 180, + 434, + 191 + ], + "score": 0.87, + "content": "g ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 435, + 178, + 505, + 193 + ], + "score": 1.0, + "content": "is not uniformly", + "type": "text" + } + ], + "index": 8, + "is_list_start_line": true + }, + { + "bbox": [ + 105, + 191, + 155, + 203 + ], + "spans": [ + { + "bbox": [ + 105, + 191, + 155, + 203 + ], + "score": 1.0, + "content": "continuous.", + "type": "text" + } + ], + "index": 9, + "is_list_end_line": true + } + ], + "index": 8, + "bbox_fs": [ + 104, + 168, + 505, + 203 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 210, + 505, + 279 + ], + "lines": [ + { + "bbox": [ + 105, + 211, + 505, + 224 + ], + "spans": [ + { + "bbox": [ + 105, + 211, + 505, + 224 + ], + "score": 1.0, + "content": "Lemma 2 states that a generator must be discontinuous to construct a probability measure with", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 221, + 506, + 236 + ], + "spans": [ + { + "bbox": [ + 105, + 221, + 291, + 236 + ], + "score": 1.0, + "content": "disconnected support sets. Intuitively, to make", + "type": "text" + }, + { + "bbox": [ + 291, + 222, + 343, + 235 + ], + "score": 0.92, + "content": "P _ { g ^ { * } } ( B ) = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 343, + 221, + 358, + 236 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 358, + 221, + 390, + 232 + ], + "score": 0.91, + "content": "B \\in I ^ { D }", + "type": "inline_equation" + }, + { + "bbox": [ + 390, + 221, + 412, + 236 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 412, + 222, + 453, + 234 + ], + "score": 0.93, + "content": "\\lambda ( B ) > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 453, + 221, + 506, + 236 + ], + "score": 1.0, + "content": ", the slope of", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 233, + 506, + 249 + ], + "spans": [ + { + "bbox": [ + 106, + 235, + 118, + 246 + ], + "score": 0.87, + "content": "g ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 118, + 233, + 129, + 249 + ], + "score": 1.0, + "content": "at", + "type": "text" + }, + { + "bbox": [ + 129, + 234, + 158, + 245 + ], + "score": 0.91, + "content": "z \\in I ^ { D }", + "type": "inline_equation" + }, + { + "bbox": [ + 159, + 233, + 278, + 249 + ], + "score": 1.0, + "content": "should be close to infinite for", + "type": "text" + }, + { + "bbox": [ + 279, + 235, + 334, + 247 + ], + "score": 0.94, + "content": "z \\in g ^ { * , - 1 } ( B )", + "type": "inline_equation" + }, + { + "bbox": [ + 334, + 233, + 363, + 249 + ], + "score": 1.0, + "content": ", hence", + "type": "text" + }, + { + "bbox": [ + 363, + 235, + 375, + 246 + ], + "score": 0.89, + "content": "g ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 375, + 233, + 506, + 249 + ], + "score": 1.0, + "content": "cannot be uniformly continuous", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 245, + 505, + 258 + ], + "spans": [ + { + "bbox": [ + 105, + 245, + 505, + 258 + ], + "score": 1.0, + "content": "(see Figure 4). Because of the discontinuity, generative models with smooth functions, such as an", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 256, + 505, + 269 + ], + "spans": [ + { + "bbox": [ + 105, + 256, + 505, + 269 + ], + "score": 1.0, + "content": "adversarial generative model with kernel generators (Sinn & Rawat, 2018), cannot work well with", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 267, + 200, + 281 + ], + "spans": [ + { + "bbox": [ + 105, + 267, + 200, + 281 + ], + "score": 1.0, + "content": "disconnected supports.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 12.5, + "bbox_fs": [ + 105, + 211, + 506, + 281 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 294, + 272, + 308 + ], + "lines": [ + { + "bbox": [ + 104, + 294, + 274, + 309 + ], + "spans": [ + { + "bbox": [ + 104, + 294, + 274, + 309 + ], + "score": 1.0, + "content": "4 GENERALIZATION BY GANS", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16 + }, + { + "type": "text", + "bbox": [ + 106, + 319, + 506, + 415 + ], + "lines": [ + { + "bbox": [ + 106, + 319, + 506, + 332 + ], + "spans": [ + { + "bbox": [ + 106, + 319, + 506, + 332 + ], + "score": 1.0, + "content": "We provide generalization analysis for GANs for probability measures with and without disconnected", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 330, + 506, + 343 + ], + "spans": [ + { + "bbox": [ + 105, + 330, + 305, + 343 + ], + "score": 1.0, + "content": "supports. For the purpose, we employ a metric", + "type": "text" + }, + { + "bbox": [ + 305, + 331, + 318, + 342 + ], + "score": 0.89, + "content": "d _ { \\mathcal { F } }", + "type": "inline_equation" + }, + { + "bbox": [ + 319, + 330, + 476, + 343 + ], + "score": 1.0, + "content": "with properly selected discriminators", + "type": "text" + }, + { + "bbox": [ + 477, + 331, + 487, + 340 + ], + "score": 0.84, + "content": "\\mathcal { F }", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 330, + 506, + 343 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 104, + 340, + 506, + 355 + ], + "spans": [ + { + "bbox": [ + 104, + 340, + 240, + 355 + ], + "score": 1.0, + "content": "evaluate the generalization error", + "type": "text" + }, + { + "bbox": [ + 240, + 342, + 289, + 354 + ], + "score": 0.93, + "content": "d _ { \\mathcal { F } } ( P ^ { \\ast } , P _ { \\hat { g } } )", + "type": "inline_equation" + }, + { + "bbox": [ + 289, + 340, + 432, + 355 + ], + "score": 1.0, + "content": "with respect to an observation size", + "type": "text" + }, + { + "bbox": [ + 433, + 344, + 440, + 352 + ], + "score": 0.75, + "content": "n", + "type": "inline_equation" + }, + { + "bbox": [ + 441, + 340, + 506, + 355 + ], + "score": 1.0, + "content": "and a sampling", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 352, + 507, + 370 + ], + "spans": [ + { + "bbox": [ + 105, + 352, + 124, + 370 + ], + "score": 1.0, + "content": "size", + "type": "text" + }, + { + "bbox": [ + 124, + 357, + 134, + 365 + ], + "score": 0.66, + "content": "m", + "type": "inline_equation" + }, + { + "bbox": [ + 135, + 352, + 185, + 370 + ], + "score": 1.0, + "content": ". We assume", + "type": "text" + }, + { + "bbox": [ + 185, + 356, + 195, + 365 + ], + "score": 0.83, + "content": "\\mathcal { F }", + "type": "inline_equation" + }, + { + "bbox": [ + 195, + 352, + 288, + 370 + ], + "score": 1.0, + "content": "is realized by DNNs as", + "type": "text" + }, + { + "bbox": [ + 289, + 353, + 390, + 368 + ], + "score": 0.91, + "content": "\\mathcal { F } = \\Xi ( S _ { f } , B _ { f } , L _ { f } ) \\cap \\widetilde { \\mathcal { F } }", + "type": "inline_equation" + }, + { + "bbox": [ + 390, + 352, + 456, + 370 + ], + "score": 1.0, + "content": "with parameters", + "type": "text" + }, + { + "bbox": [ + 457, + 355, + 502, + 368 + ], + "score": 0.92, + "content": "S _ { f } , B _ { f } , L _ { f }", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 352, + 507, + 370 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 367, + 506, + 381 + ], + "spans": [ + { + "bbox": [ + 105, + 367, + 133, + 381 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 367, + 143, + 379 + ], + "score": 0.86, + "content": "\\tilde { \\mathcal { F } }", + "type": "inline_equation" + }, + { + "bbox": [ + 143, + 367, + 331, + 381 + ], + "score": 1.0, + "content": "is a specified functional class; for an example,", + "type": "text" + }, + { + "bbox": [ + 331, + 367, + 341, + 379 + ], + "score": 0.84, + "content": "\\tilde { \\mathcal { F } }", + "type": "inline_equation" + }, + { + "bbox": [ + 341, + 367, + 506, + 381 + ], + "score": 1.0, + "content": "is 1-Lipschitz functions for Wasserstein-", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 379, + 504, + 393 + ], + "spans": [ + { + "bbox": [ + 105, + 379, + 278, + 393 + ], + "score": 1.0, + "content": "GAN. Here, we consider settings that all", + "type": "text" + }, + { + "bbox": [ + 279, + 380, + 308, + 392 + ], + "score": 0.92, + "content": "f \\in { \\mathcal { F } }", + "type": "inline_equation" + }, + { + "bbox": [ + 308, + 379, + 324, + 393 + ], + "score": 1.0, + "content": "are", + "type": "text" + }, + { + "bbox": [ + 325, + 380, + 337, + 391 + ], + "score": 0.88, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 337, + 379, + 446, + 393 + ], + "score": 1.0, + "content": "-Lipschitz continuous and", + "type": "text" + }, + { + "bbox": [ + 447, + 380, + 504, + 391 + ], + "score": 0.9, + "content": "\\| f \\| _ { L ^ { \\infty } } \\leqslant B _ { F }", + "type": "inline_equation" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 390, + 505, + 404 + ], + "spans": [ + { + "bbox": [ + 105, + 390, + 168, + 404 + ], + "score": 1.0, + "content": "with constants", + "type": "text" + }, + { + "bbox": [ + 168, + 391, + 221, + 402 + ], + "score": 0.89, + "content": "L _ { 1 } , B _ { F } > 0 .", + "type": "inline_equation" + }, + { + "bbox": [ + 221, + 390, + 403, + 404 + ], + "score": 1.0, + "content": "Generators are also constructed by DNNs as", + "type": "text" + }, + { + "bbox": [ + 404, + 391, + 483, + 403 + ], + "score": 0.92, + "content": "\\mathcal { G } = \\Xi ( S _ { g } , B _ { g } , L _ { g } )", + "type": "inline_equation" + }, + { + "bbox": [ + 483, + 390, + 505, + 404 + ], + "score": 1.0, + "content": "with", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 400, + 201, + 416 + ], + "spans": [ + { + "bbox": [ + 105, + 400, + 153, + 416 + ], + "score": 1.0, + "content": "parameters", + "type": "text" + }, + { + "bbox": [ + 153, + 402, + 197, + 414 + ], + "score": 0.92, + "content": "S _ { g } , B _ { g } , L _ { g }", + "type": "inline_equation" + }, + { + "bbox": [ + 197, + 400, + 201, + 416 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 20.5, + "bbox_fs": [ + 104, + 319, + 507, + 416 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 418, + 505, + 441 + ], + "lines": [ + { + "bbox": [ + 105, + 417, + 505, + 432 + ], + "spans": [ + { + "bbox": [ + 105, + 417, + 505, + 432 + ], + "score": 1.0, + "content": "A standard line of discussing generalization, we should consider statistical errors and approximation", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 428, + 313, + 441 + ], + "spans": [ + { + "bbox": [ + 106, + 428, + 304, + 441 + ], + "score": 1.0, + "content": "errors. We define a measure of the complexity of", + "type": "text" + }, + { + "bbox": [ + 304, + 430, + 313, + 439 + ], + "score": 0.83, + "content": "\\mathcal { F }", + "type": "inline_equation" + } + ], + "index": 26 + } + ], + "index": 25.5, + "bbox_fs": [ + 105, + 417, + 505, + 441 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 165, + 445, + 444, + 473 + ], + "lines": [ + { + "bbox": [ + 165, + 445, + 444, + 473 + ], + "spans": [ + { + "bbox": [ + 165, + 445, + 444, + 473 + ], + "score": 0.92, + "content": "\\Upsilon _ { n } ( \\mathcal { F } ) : = \\operatorname* { i n f } _ { \\eta > 0 } 4 \\eta + 1 2 n ^ { - 1 / 2 } \\int _ { \\eta } ^ { c } \\log \\mathcal { N } ( ( L _ { 1 } + 1 ) ^ { - 1 } \\epsilon , \\mathcal { F } , \\| \\cdot \\| _ { n } ) ^ { 1 / 2 } d \\epsilon ,", + "type": "interline_equation", + "image_path": "f0f88abbaefa9738a0a29630202f8f301c05bb4e4e4f420ebdcc285caa321e65.jpg" + } + ] + } + ], + "index": 27, + "virtual_lines": [ + { + "bbox": [ + 165, + 445, + 444, + 473 + ], + "spans": [], + "index": 27 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 478, + 504, + 503 + ], + "lines": [ + { + "bbox": [ + 105, + 478, + 506, + 494 + ], + "spans": [ + { + "bbox": [ + 105, + 478, + 132, + 494 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 481, + 156, + 490 + ], + "score": 0.9, + "content": "c > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 157, + 478, + 255, + 494 + ], + "score": 1.0, + "content": "is a constant depends on", + "type": "text" + }, + { + "bbox": [ + 255, + 480, + 265, + 490 + ], + "score": 0.85, + "content": "\\mathcal { F }", + "type": "inline_equation" + }, + { + "bbox": [ + 265, + 478, + 282, + 494 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 283, + 478, + 337, + 492 + ], + "score": 0.93, + "content": "\\mathcal { N } ( \\epsilon , \\tilde { \\mathcal { F } } , \\| \\cdot \\| )", + "type": "inline_equation" + }, + { + "bbox": [ + 338, + 478, + 434, + 494 + ], + "score": 1.0, + "content": "is a covering number of", + "type": "text" + }, + { + "bbox": [ + 434, + 478, + 444, + 490 + ], + "score": 0.86, + "content": "\\tilde { \\mathcal { F } }", + "type": "inline_equation" + }, + { + "bbox": [ + 444, + 478, + 506, + 494 + ], + "score": 1.0, + "content": "with respect to", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 489, + 506, + 504 + ], + "spans": [ + { + "bbox": [ + 106, + 489, + 181, + 504 + ], + "score": 1.0, + "content": "an empirical norm", + "type": "text" + }, + { + "bbox": [ + 181, + 491, + 196, + 503 + ], + "score": 0.9, + "content": "\\| \\cdot \\|", + "type": "inline_equation" + }, + { + "bbox": [ + 196, + 489, + 252, + 504 + ], + "score": 1.0, + "content": ". We note that", + "type": "text" + }, + { + "bbox": [ + 252, + 491, + 281, + 503 + ], + "score": 0.93, + "content": "\\Upsilon _ { n } ( \\mathcal { F } )", + "type": "inline_equation" + }, + { + "bbox": [ + 282, + 489, + 506, + 504 + ], + "score": 1.0, + "content": "bounds an expectation of the Rademacher complexity as", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28.5, + "bbox_fs": [ + 105, + 478, + 506, + 504 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 226, + 506, + 383, + 547 + ], + "lines": [ + { + "bbox": [ + 226, + 506, + 383, + 547 + ], + "spans": [ + { + "bbox": [ + 226, + 506, + 383, + 547 + ], + "score": 0.95, + "content": "\\Upsilon _ { n } ( \\mathcal { F } ) \\geqslant \\mathbb { E } \\left[ \\operatorname* { s u p } _ { f \\in \\mathcal { F } } \\frac { 1 } { n } \\left| \\sum _ { i \\in [ n ] } \\tau _ { i } f ( X _ { i } ) \\right| \\right] ,", + "type": "interline_equation", + "image_path": "e8004170a92a32429e0f943a2b2340f2c2b08e56351771bb26df4b194635a501.jpg" + } + ] + } + ], + "index": 30.5, + "virtual_lines": [ + { + "bbox": [ + 226, + 506, + 383, + 526.5 + ], + "spans": [], + "index": 30 + }, + { + "bbox": [ + 226, + 526.5, + 383, + 547.0 + ], + "spans": [], + "index": 31 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 550, + 505, + 584 + ], + "lines": [ + { + "bbox": [ + 105, + 550, + 506, + 563 + ], + "spans": [ + { + "bbox": [ + 105, + 550, + 133, + 563 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 552, + 143, + 561 + ], + "score": 0.83, + "content": "\\tau _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 144, + 550, + 325, + 563 + ], + "score": 1.0, + "content": "is the i.i.d. Rademacher random variables;", + "type": "text" + }, + { + "bbox": [ + 326, + 550, + 468, + 563 + ], + "score": 0.92, + "content": "\\operatorname* { P r } ( \\tau _ { i } = 1 ) = \\operatorname* { P r } ( \\tau _ { i } = 1 ) = 1 / 2", + "type": "inline_equation" + }, + { + "bbox": [ + 468, + 550, + 506, + 563 + ], + "score": 1.0, + "content": ", and the", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 561, + 506, + 574 + ], + "spans": [ + { + "bbox": [ + 106, + 561, + 191, + 574 + ], + "score": 1.0, + "content": "expectation is about", + "type": "text" + }, + { + "bbox": [ + 192, + 562, + 204, + 572 + ], + "score": 0.9, + "content": "X _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 204, + 561, + 223, + 574 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 223, + 563, + 232, + 572 + ], + "score": 0.84, + "content": "\\tau _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 233, + 561, + 506, + 574 + ], + "score": 1.0, + "content": ". Using the statistics and learning theory van der Vaart & Wellner", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 572, + 370, + 586 + ], + "spans": [ + { + "bbox": [ + 105, + 572, + 327, + 586 + ], + "score": 1.0, + "content": "(1996); Bartlett et al. (2005), we can apply a bound for", + "type": "text" + }, + { + "bbox": [ + 327, + 572, + 357, + 585 + ], + "score": 0.93, + "content": "\\Upsilon _ { n } ( \\mathcal { F } )", + "type": "inline_equation" + }, + { + "bbox": [ + 358, + 572, + 370, + 586 + ], + "score": 1.0, + "content": "as", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 33, + "bbox_fs": [ + 105, + 550, + 506, + 586 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 262, + 588, + 348, + 604 + ], + "lines": [ + { + "bbox": [ + 262, + 588, + 348, + 604 + ], + "spans": [ + { + "bbox": [ + 262, + 588, + 348, + 604 + ], + "score": 0.91, + "content": "\\Upsilon _ { n } ( \\mathcal { F } ) \\leqslant C _ { \\mathcal { F } } n ^ { - 1 / \\kappa } ,", + "type": "interline_equation", + "image_path": "9bf9edf5e6753d43f6d5c96ac98ecd3bcea8f5845a0a611ab96d3d97575558b2.jpg" + } + ] + } + ], + "index": 35, + "virtual_lines": [ + { + "bbox": [ + 262, + 588, + 348, + 604 + ], + "spans": [], + "index": 35 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 608, + 269, + 619 + ], + "lines": [ + { + "bbox": [ + 106, + 607, + 270, + 621 + ], + "spans": [ + { + "bbox": [ + 106, + 607, + 189, + 621 + ], + "score": 1.0, + "content": "with some constants", + "type": "text" + }, + { + "bbox": [ + 190, + 608, + 223, + 619 + ], + "score": 0.92, + "content": "C _ { \\mathcal { F } } > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 223, + 607, + 241, + 621 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 241, + 609, + 266, + 619 + ], + "score": 0.89, + "content": "\\kappa \\geqslant 2", + "type": "inline_equation" + }, + { + "bbox": [ + 267, + 607, + 270, + 621 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 36, + "bbox_fs": [ + 106, + 607, + 270, + 621 + ] + }, + { + "type": "list", + "bbox": [ + 107, + 625, + 506, + 658 + ], + "lines": [ + { + "bbox": [ + 106, + 624, + 506, + 638 + ], + "spans": [ + { + "bbox": [ + 106, + 624, + 506, + 638 + ], + "score": 1.0, + "content": "Regarding approximation errors, we need to consider approximation of a discontinuous function;", + "type": "text" + } + ], + "index": 37, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 635, + 506, + 649 + ], + "spans": [ + { + "bbox": [ + 105, + 635, + 506, + 649 + ], + "score": 1.0, + "content": "since Lemma 2 shows that a discontinuous generator is necessary to represent disconnected supports.", + "type": "text" + } + ], + "index": 38, + "is_list_start_line": true, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 647, + 378, + 660 + ], + "spans": [ + { + "bbox": [ + 106, + 647, + 378, + 660 + ], + "score": 1.0, + "content": "To approximate such generators, DNNs in GANs has an advantage.", + "type": "text" + } + ], + "index": 39, + "is_list_start_line": true, + "is_list_end_line": true + } + ], + "index": 38, + "bbox_fs": [ + 105, + 624, + 506, + 660 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 661, + 505, + 696 + ], + "lines": [ + { + "bbox": [ + 105, + 660, + 343, + 674 + ], + "spans": [ + { + "bbox": [ + 105, + 660, + 293, + 674 + ], + "score": 1.0, + "content": "Lemma 3. (Approximation for Discontinuous", + "type": "text" + }, + { + "bbox": [ + 294, + 663, + 300, + 673 + ], + "score": 0.58, + "content": "g", + "type": "inline_equation" + }, + { + "bbox": [ + 300, + 660, + 343, + 674 + ], + "score": 1.0, + "content": "by DNNs)", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 671, + 505, + 685 + ], + "spans": [ + { + "bbox": [ + 105, + 671, + 143, + 685 + ], + "score": 1.0, + "content": "Suppose", + "type": "text" + }, + { + "bbox": [ + 143, + 673, + 157, + 682 + ], + "score": 0.88, + "content": "P ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 157, + 671, + 176, + 685 + ], + "score": 1.0, + "content": "has", + "type": "text" + }, + { + "bbox": [ + 176, + 673, + 188, + 682 + ], + "score": 0.66, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 188, + 671, + 331, + 685 + ], + "score": 1.0, + "content": "disconnected supports and locally", + "type": "text" + }, + { + "bbox": [ + 332, + 673, + 339, + 684 + ], + "score": 0.85, + "content": "\\beta", + "type": "inline_equation" + }, + { + "bbox": [ + 339, + 671, + 414, + 685 + ], + "score": 1.0, + "content": "-smooth, and also", + "type": "text" + }, + { + "bbox": [ + 414, + 672, + 458, + 684 + ], + "score": 0.91, + "content": "P ^ { * } = P _ { g ^ { * } }", + "type": "inline_equation" + }, + { + "bbox": [ + 458, + 671, + 505, + 685 + ], + "score": 1.0, + "content": "holds with", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 683, + 487, + 696 + ], + "spans": [ + { + "bbox": [ + 105, + 683, + 129, + 696 + ], + "score": 1.0, + "content": "some", + "type": "text" + }, + { + "bbox": [ + 129, + 684, + 140, + 695 + ], + "score": 0.87, + "content": "g ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 141, + 683, + 201, + 696 + ], + "score": 1.0, + "content": ". Then, for any", + "type": "text" + }, + { + "bbox": [ + 201, + 684, + 213, + 695 + ], + "score": 0.88, + "content": "S _ { g }", + "type": "inline_equation" + }, + { + "bbox": [ + 213, + 683, + 261, + 696 + ], + "score": 1.0, + "content": ", there exist", + "type": "text" + }, + { + "bbox": [ + 261, + 686, + 267, + 694 + ], + "score": 0.75, + "content": "\\mathcal { G }", + "type": "inline_equation" + }, + { + "bbox": [ + 268, + 683, + 272, + 696 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 272, + 685, + 295, + 695 + ], + "score": 0.85, + "content": "{ \\dot { g } } \\in { \\mathcal { G } }", + "type": "inline_equation" + }, + { + "bbox": [ + 295, + 683, + 361, + 696 + ], + "score": 1.0, + "content": ", and a constant", + "type": "text" + }, + { + "bbox": [ + 361, + 684, + 447, + 696 + ], + "score": 0.93, + "content": "c _ { g } = c _ { g } ( B _ { g } , L _ { g } ) > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 447, + 683, + 487, + 696 + ], + "score": 1.0, + "content": "such that", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 41, + "bbox_fs": [ + 105, + 660, + 505, + 696 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 225, + 700, + 386, + 716 + ], + "lines": [ + { + "bbox": [ + 225, + 700, + 386, + 716 + ], + "spans": [ + { + "bbox": [ + 225, + 700, + 386, + 716 + ], + "score": 0.93, + "content": "\\lVert \\dot { \\boldsymbol g } _ { d } - \\boldsymbol g _ { d } ^ { * } \\rVert _ { L ^ { 2 } } \\leqslant c _ { g } M S _ { g } ^ { - \\beta / D } , \\forall d \\in [ D ] .", + "type": "interline_equation", + "image_path": "437207fb9e38c506a61f082a97c240114373981539eedb3ef9cea0172d2b0c65.jpg" + } + ] + } + ], + "index": 43, + "virtual_lines": [ + { + "bbox": [ + 225, + 700, + 386, + 716 + ], + "spans": [], + "index": 43 + } + ] + }, + { + "type": "text", + "bbox": [ + 104, + 720, + 467, + 733 + ], + "lines": [ + { + "bbox": [ + 105, + 719, + 466, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 719, + 170, + 734 + ], + "score": 1.0, + "content": "Furthermore, if", + "type": "text" + }, + { + "bbox": [ + 170, + 721, + 213, + 733 + ], + "score": 0.92, + "content": "P ^ { * } = P _ { g ^ { * } }", + "type": "inline_equation" + }, + { + "bbox": [ + 213, + 719, + 335, + 734 + ], + "score": 1.0, + "content": "has a global support and it is", + "type": "text" + }, + { + "bbox": [ + 335, + 722, + 342, + 732 + ], + "score": 0.86, + "content": "\\beta", + "type": "inline_equation" + }, + { + "bbox": [ + 342, + 719, + 435, + 734 + ], + "score": 1.0, + "content": "-smooth, (4) holds with", + "type": "text" + }, + { + "bbox": [ + 436, + 721, + 466, + 730 + ], + "score": 0.89, + "content": "M = 1", + "type": "inline_equation" + } + ], + "index": 44 + } + ], + "index": 44, + "bbox_fs": [ + 105, + 719, + 466, + 734 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 506, + 116 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 505, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 189, + 96 + ], + "score": 1.0, + "content": "Lemma 3 shows that", + "type": "text" + }, + { + "bbox": [ + 189, + 83, + 196, + 93 + ], + "score": 0.82, + "content": "\\mathcal { G }", + "type": "inline_equation" + }, + { + "bbox": [ + 197, + 81, + 305, + 96 + ], + "score": 1.0, + "content": "for GANs can approximate", + "type": "text" + }, + { + "bbox": [ + 305, + 83, + 316, + 94 + ], + "score": 0.88, + "content": "g ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 317, + 81, + 470, + 96 + ], + "score": 1.0, + "content": "for disconnected supports with the rate", + "type": "text" + }, + { + "bbox": [ + 470, + 82, + 505, + 95 + ], + "score": 0.93, + "content": "\\left( - \\beta / D \\right)", + "type": "inline_equation" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 93, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 106, + 93, + 119, + 106 + ], + "score": 1.0, + "content": "by", + "type": "text" + }, + { + "bbox": [ + 119, + 94, + 131, + 106 + ], + "score": 0.88, + "content": "S _ { g }", + "type": "inline_equation" + }, + { + "bbox": [ + 132, + 93, + 505, + 106 + ], + "score": 1.0, + "content": ", and the rate is same in the case of global support. This implies an advantage of GANs in", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 105, + 351, + 117 + ], + "spans": [ + { + "bbox": [ + 106, + 105, + 351, + 117 + ], + "score": 1.0, + "content": "comparison with the other standard methods (Proposition 1).", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1 + }, + { + "type": "text", + "bbox": [ + 106, + 121, + 412, + 133 + ], + "lines": [ + { + "bbox": [ + 105, + 119, + 412, + 135 + ], + "spans": [ + { + "bbox": [ + 105, + 119, + 412, + 135 + ], + "score": 1.0, + "content": "Based on Lemma 3, we obtain the main theorem for generalization analysis.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + }, + { + "type": "text", + "bbox": [ + 107, + 135, + 504, + 181 + ], + "lines": [ + { + "bbox": [ + 105, + 135, + 265, + 147 + ], + "spans": [ + { + "bbox": [ + 105, + 135, + 265, + 147 + ], + "score": 1.0, + "content": "Theorem 1. (Generalization of GANs)", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 145, + 506, + 160 + ], + "spans": [ + { + "bbox": [ + 105, + 145, + 160, + 160 + ], + "score": 1.0, + "content": "Suppose that", + "type": "text" + }, + { + "bbox": [ + 161, + 147, + 175, + 157 + ], + "score": 0.87, + "content": "P ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 175, + 145, + 192, + 160 + ], + "score": 1.0, + "content": "has", + "type": "text" + }, + { + "bbox": [ + 193, + 147, + 205, + 157 + ], + "score": 0.64, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 205, + 145, + 345, + 160 + ], + "score": 1.0, + "content": "disconnected supports and locally", + "type": "text" + }, + { + "bbox": [ + 346, + 147, + 353, + 158 + ], + "score": 0.85, + "content": "\\beta", + "type": "inline_equation" + }, + { + "bbox": [ + 354, + 145, + 506, + 160 + ], + "score": 1.0, + "content": "-smooth, and we have n observations", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 157, + 505, + 171 + ], + "spans": [ + { + "bbox": [ + 105, + 157, + 230, + 171 + ], + "score": 1.0, + "content": "and m samplings. Then, with", + "type": "text" + }, + { + "bbox": [ + 230, + 158, + 239, + 167 + ], + "score": 0.8, + "content": "\\mathcal { F }", + "type": "inline_equation" + }, + { + "bbox": [ + 240, + 157, + 290, + 171 + ], + "score": 1.0, + "content": ", an existing", + "type": "text" + }, + { + "bbox": [ + 291, + 158, + 298, + 168 + ], + "score": 0.78, + "content": "\\mathcal { G }", + "type": "inline_equation" + }, + { + "bbox": [ + 299, + 157, + 357, + 171 + ], + "score": 1.0, + "content": ", an estimator", + "type": "text" + }, + { + "bbox": [ + 357, + 158, + 369, + 170 + ], + "score": 0.88, + "content": "P _ { \\hat { g } }", + "type": "inline_equation" + }, + { + "bbox": [ + 370, + 157, + 483, + 171 + ], + "score": 1.0, + "content": "by (2), and finite constants", + "type": "text" + }, + { + "bbox": [ + 483, + 159, + 505, + 169 + ], + "score": 0.83, + "content": "c _ { 1 } =", + "type": "inline_equation" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 168, + 502, + 182 + ], + "spans": [ + { + "bbox": [ + 106, + 168, + 289, + 181 + ], + "score": 0.85, + "content": "c _ { 1 } ( L _ { f } , B _ { f } , L _ { g } , B _ { g } ) , c _ { 2 } , c _ { 3 } = c _ { 3 } ( L _ { f } , B _ { f } ) > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 290, + 168, + 502, + 182 + ], + "score": 1.0, + "content": ", the following inequality holds with high probability,", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 5.5 + }, + { + "type": "interline_equation", + "bbox": [ + 141, + 183, + 469, + 227 + ], + "lines": [ + { + "bbox": [ + 141, + 183, + 469, + 227 + ], + "spans": [ + { + "bbox": [ + 141, + 183, + 469, + 227 + ], + "score": 0.93, + "content": "d _ { \\mathcal { F } } \\big ( P ^ { * } , P _ { \\widehat { g } } \\big ) \\leqslant \\underbrace { \\Upsilon _ { m } ( \\widetilde { \\mathcal { F } } ) + c _ { 1 } \\frac { \\sqrt { S _ { g } } + \\sqrt { S _ { f } } } { \\sqrt { m } } } _ { = : I } + \\underbrace { c _ { 2 } M D S _ { g } ^ { - \\beta / D } } _ { = : I I } + \\underbrace { \\Upsilon _ { n } ( \\widetilde { \\mathcal { F } } ) + c _ { 3 } \\sqrt { \\frac { S _ { f } } { n } } } _ { = : I I I } .", + "type": "interline_equation", + "image_path": "55f6ba0c10d1b2920d2f98ec941c4c93f252d262de471fecb5cc785a79409abf.jpg" + } + ] + } + ], + "index": 9, + "virtual_lines": [ + { + "bbox": [ + 141, + 183, + 469, + 197.66666666666666 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 141, + 197.66666666666666, + 469, + 212.33333333333331 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 141, + 212.33333333333331, + 469, + 226.99999999999997 + ], + "spans": [], + "index": 10 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 230, + 438, + 243 + ], + "lines": [ + { + "bbox": [ + 105, + 230, + 436, + 244 + ], + "spans": [ + { + "bbox": [ + 105, + 230, + 161, + 244 + ], + "score": 1.0, + "content": "Furthermore,", + "type": "text" + }, + { + "bbox": [ + 162, + 231, + 184, + 243 + ], + "score": 0.81, + "content": "i f P ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 184, + 230, + 305, + 244 + ], + "score": 1.0, + "content": "has a global support and it is", + "type": "text" + }, + { + "bbox": [ + 305, + 231, + 312, + 242 + ], + "score": 0.84, + "content": "\\beta", + "type": "inline_equation" + }, + { + "bbox": [ + 312, + 230, + 406, + 244 + ], + "score": 1.0, + "content": "-smooth, (5) holds with", + "type": "text" + }, + { + "bbox": [ + 406, + 231, + 436, + 241 + ], + "score": 0.87, + "content": "M = 1", + "type": "inline_equation" + } + ], + "index": 11 + } + ], + "index": 11 + }, + { + "type": "text", + "bbox": [ + 105, + 250, + 503, + 273 + ], + "lines": [ + { + "bbox": [ + 106, + 251, + 504, + 264 + ], + "spans": [ + { + "bbox": [ + 106, + 251, + 180, + 264 + ], + "score": 1.0, + "content": "Each of the terms", + "type": "text" + }, + { + "bbox": [ + 180, + 251, + 202, + 262 + ], + "score": 0.89, + "content": "I , I I", + "type": "inline_equation" + }, + { + "bbox": [ + 202, + 251, + 220, + 264 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 220, + 251, + 237, + 261 + ], + "score": 0.8, + "content": "I I I", + "type": "inline_equation" + }, + { + "bbox": [ + 237, + 251, + 333, + 264 + ], + "score": 1.0, + "content": "has the following role:", + "type": "text" + }, + { + "bbox": [ + 333, + 252, + 339, + 261 + ], + "score": 0.74, + "content": "I", + "type": "inline_equation" + }, + { + "bbox": [ + 340, + 251, + 434, + 264 + ], + "score": 1.0, + "content": "bounds an error by the", + "type": "text" + }, + { + "bbox": [ + 434, + 253, + 445, + 261 + ], + "score": 0.74, + "content": "m", + "type": "inline_equation" + }, + { + "bbox": [ + 445, + 251, + 492, + 264 + ], + "score": 1.0, + "content": "samplings,", + "type": "text" + }, + { + "bbox": [ + 492, + 251, + 504, + 261 + ], + "score": 0.77, + "content": "I I", + "type": "inline_equation" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 261, + 454, + 274 + ], + "spans": [ + { + "bbox": [ + 106, + 261, + 266, + 274 + ], + "score": 1.0, + "content": "bounds an error from approximation by", + "type": "text" + }, + { + "bbox": [ + 267, + 262, + 274, + 272 + ], + "score": 0.83, + "content": "\\mathcal { G }", + "type": "inline_equation" + }, + { + "bbox": [ + 274, + 261, + 294, + 274 + ], + "score": 1.0, + "content": ", and", + "type": "text" + }, + { + "bbox": [ + 295, + 262, + 312, + 272 + ], + "score": 0.76, + "content": "I I I", + "type": "inline_equation" + }, + { + "bbox": [ + 312, + 261, + 390, + 274 + ], + "score": 1.0, + "content": "bounds an error by", + "type": "text" + }, + { + "bbox": [ + 390, + 264, + 398, + 272 + ], + "score": 0.76, + "content": "n", + "type": "inline_equation" + }, + { + "bbox": [ + 398, + 261, + 454, + 274 + ], + "score": 1.0, + "content": "observations.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12.5 + }, + { + "type": "text", + "bbox": [ + 108, + 278, + 488, + 290 + ], + "lines": [ + { + "bbox": [ + 105, + 276, + 489, + 293 + ], + "spans": [ + { + "bbox": [ + 105, + 276, + 251, + 293 + ], + "score": 1.0, + "content": "Proof Outline: By the definition of", + "type": "text" + }, + { + "bbox": [ + 251, + 279, + 263, + 291 + ], + "score": 0.89, + "content": "P _ { \\hat { g } }", + "type": "inline_equation" + }, + { + "bbox": [ + 263, + 276, + 489, + 293 + ], + "score": 1.0, + "content": "in (2) and standard calculation, we obtain the inequality", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 14 + }, + { + "type": "interline_equation", + "bbox": [ + 122, + 294, + 489, + 331 + ], + "lines": [ + { + "bbox": [ + 122, + 294, + 489, + 331 + ], + "spans": [ + { + "bbox": [ + 122, + 294, + 489, + 331 + ], + "score": 0.93, + "content": "d _ { \\mathcal { F } } ( P ^ { * } , P _ { \\hat { g } } ) \\leqslant \\underbrace { 2 \\operatorname* { s u p } _ { g \\in \\mathcal { G } } \\operatorname* { s u p } _ { f \\in \\mathcal { F } } \\big | \\mathbb { E } _ { P _ { g , m } } [ f ( X ) ] - \\mathbb { E } _ { P _ { g } } [ f ( X ) ] \\big | } _ { = : i } + \\underbrace { \\operatorname* { i n f } _ { g \\in \\mathcal { G } } d _ { \\mathcal { F } } ( P _ { g } , P ^ { * } ) } _ { = : i i } + \\underbrace { 2 d _ { \\mathcal { F } } ( P _ { n } , P _ { 0 } ) } _ { = : i i i } .", + "type": "interline_equation", + "image_path": "93deb4439d4b2492a38423a6f0889a0166b5890088440a7df3df0970d525765a.jpg" + } + ] + } + ], + "index": 16, + "virtual_lines": [ + { + "bbox": [ + 122, + 294, + 489, + 306.3333333333333 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 122, + 306.3333333333333, + 489, + 318.66666666666663 + ], + "spans": [], + "index": 16 + }, + { + "bbox": [ + 122, + 318.66666666666663, + 489, + 330.99999999999994 + ], + "spans": [], + "index": 17 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 334, + 506, + 401 + ], + "lines": [ + { + "bbox": [ + 105, + 333, + 507, + 347 + ], + "spans": [ + { + "bbox": [ + 105, + 333, + 146, + 347 + ], + "score": 1.0, + "content": "To obtain", + "type": "text" + }, + { + "bbox": [ + 147, + 334, + 171, + 345 + ], + "score": 0.9, + "content": "i \\leqslant I", + "type": "inline_equation" + }, + { + "bbox": [ + 171, + 333, + 188, + 347 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 189, + 334, + 229, + 345 + ], + "score": 0.9, + "content": "i i i \\leqslant I I I", + "type": "inline_equation" + }, + { + "bbox": [ + 229, + 333, + 507, + 347 + ], + "score": 1.0, + "content": ", we apply an empirical process technique (van der Vaart & Wellner,", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 344, + 506, + 358 + ], + "spans": [ + { + "bbox": [ + 105, + 344, + 506, + 358 + ], + "score": 1.0, + "content": "1996), especially convergence of integral probability measures (Sriperumbudur et al., 2012) and the", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 356, + 506, + 369 + ], + "spans": [ + { + "bbox": [ + 105, + 356, + 453, + 369 + ], + "score": 1.0, + "content": "entropy control technique (Lemma 4 and 5 in the supplementary material). To show", + "type": "text" + }, + { + "bbox": [ + 453, + 356, + 487, + 366 + ], + "score": 0.9, + "content": "i i \\leqslant I I", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 356, + 506, + 369 + ], + "score": 1.0, + "content": ", we", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 367, + 506, + 379 + ], + "spans": [ + { + "bbox": [ + 105, + 367, + 506, + 379 + ], + "score": 1.0, + "content": "employ recent results on approximation ability of DNNs (Yarotsky, 2017; Petersen & Voigtlaender,", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 377, + 507, + 391 + ], + "spans": [ + { + "bbox": [ + 105, + 377, + 407, + 391 + ], + "score": 1.0, + "content": "2017; Imaizumi & Fukumizu, 2018) and obtain an approximation bound for", + "type": "text" + }, + { + "bbox": [ + 407, + 378, + 456, + 390 + ], + "score": 0.93, + "content": "d _ { \\mathcal { F } } ( P _ { g } , P ^ { * } )", + "type": "inline_equation" + }, + { + "bbox": [ + 457, + 377, + 507, + 391 + ], + "score": 1.0, + "content": "(Lemma 3).", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 389, + 506, + 401 + ], + "spans": [ + { + "bbox": [ + 106, + 389, + 365, + 401 + ], + "score": 1.0, + "content": "Combining these results, we obtain the statement of Theorem 1.", + "type": "text" + }, + { + "bbox": [ + 494, + 389, + 506, + 400 + ], + "score": 0.999, + "content": "□", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 20.5 + }, + { + "type": "text", + "bbox": [ + 106, + 405, + 505, + 451 + ], + "lines": [ + { + "bbox": [ + 105, + 406, + 505, + 419 + ], + "spans": [ + { + "bbox": [ + 105, + 406, + 336, + 419 + ], + "score": 1.0, + "content": "Theorem 1 provides two trade-off relations with respect to", + "type": "text" + }, + { + "bbox": [ + 337, + 406, + 349, + 418 + ], + "score": 0.9, + "content": "S _ { g }", + "type": "inline_equation" + }, + { + "bbox": [ + 349, + 406, + 366, + 419 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 367, + 406, + 379, + 418 + ], + "score": 0.88, + "content": "S _ { f }", + "type": "inline_equation" + }, + { + "bbox": [ + 379, + 406, + 462, + 419 + ], + "score": 1.0, + "content": ". The generator class", + "type": "text" + }, + { + "bbox": [ + 462, + 406, + 470, + 416 + ], + "score": 0.83, + "content": "\\mathcal { G }", + "type": "inline_equation" + }, + { + "bbox": [ + 470, + 406, + 505, + 419 + ], + "score": 1.0, + "content": "controls", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 416, + 505, + 430 + ], + "spans": [ + { + "bbox": [ + 105, + 416, + 346, + 430 + ], + "score": 1.0, + "content": "uncertainty by sampling and the approximation error, while", + "type": "text" + }, + { + "bbox": [ + 346, + 417, + 358, + 429 + ], + "score": 0.9, + "content": "S _ { f }", + "type": "inline_equation" + }, + { + "bbox": [ + 359, + 416, + 505, + 430 + ], + "score": 1.0, + "content": "controls uncertainty of observations", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 427, + 506, + 441 + ], + "spans": [ + { + "bbox": [ + 105, + 427, + 506, + 441 + ], + "score": 1.0, + "content": "and discrimination. For balancing the trade-offs, we select the number of parameters (connections of", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 438, + 277, + 452 + ], + "spans": [ + { + "bbox": [ + 105, + 438, + 221, + 452 + ], + "score": 1.0, + "content": "DNNs) with some constants", + "type": "text" + }, + { + "bbox": [ + 221, + 439, + 263, + 451 + ], + "score": 0.92, + "content": "c _ { g } , c _ { f } > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 264, + 438, + 277, + 452 + ], + "score": 1.0, + "content": "as", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 25.5 + }, + { + "type": "interline_equation", + "bbox": [ + 216, + 454, + 394, + 470 + ], + "lines": [ + { + "bbox": [ + 216, + 454, + 394, + 470 + ], + "spans": [ + { + "bbox": [ + 216, + 454, + 394, + 470 + ], + "score": 0.92, + "content": "S _ { g } = c _ { g } m ^ { D / ( 2 \\beta + D ) } , ~ \\mathrm { a n d } ~ S _ { f } = c _ { f } n ^ { ( \\kappa - 2 ) / \\kappa } ,", + "type": "interline_equation", + "image_path": "e48c2040dd109246ebb3ccd8ac6d4973e4a527c42643d9df0e6c9dc500daf35c.jpg" + } + ] + } + ], + "index": 28, + "virtual_lines": [ + { + "bbox": [ + 216, + 454, + 394, + 470 + ], + "spans": [], + "index": 28 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 472, + 383, + 484 + ], + "lines": [ + { + "bbox": [ + 104, + 470, + 385, + 488 + ], + "spans": [ + { + "bbox": [ + 104, + 470, + 385, + 488 + ], + "score": 1.0, + "content": "for optimizing the bound (5). We then obtain the following corollary.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 29 + }, + { + "type": "text", + "bbox": [ + 106, + 487, + 506, + 520 + ], + "lines": [ + { + "bbox": [ + 106, + 487, + 281, + 499 + ], + "spans": [ + { + "bbox": [ + 106, + 487, + 281, + 499 + ], + "score": 1.0, + "content": "Corollary 1. (Convergence Rate of GANs)", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 497, + 505, + 511 + ], + "spans": [ + { + "bbox": [ + 105, + 497, + 269, + 511 + ], + "score": 1.0, + "content": "Make the same assumptions as Theorem", + "type": "text" + }, + { + "bbox": [ + 270, + 499, + 275, + 507 + ], + "score": 0.61, + "content": "^ { l }", + "type": "inline_equation" + }, + { + "bbox": [ + 275, + 497, + 310, + 511 + ], + "score": 1.0, + "content": ", and set", + "type": "text" + }, + { + "bbox": [ + 311, + 498, + 322, + 510 + ], + "score": 0.89, + "content": "S _ { f }", + "type": "inline_equation" + }, + { + "bbox": [ + 323, + 497, + 342, + 511 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 342, + 498, + 353, + 510 + ], + "score": 0.89, + "content": "S _ { g }", + "type": "inline_equation" + }, + { + "bbox": [ + 354, + 497, + 505, + 511 + ], + "score": 1.0, + "content": "as in (6). Then, with high probability", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 510, + 215, + 521 + ], + "spans": [ + { + "bbox": [ + 105, + 510, + 215, + 521 + ], + "score": 1.0, + "content": "converging to 1, we obtain", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 31 + }, + { + "type": "interline_equation", + "bbox": [ + 186, + 523, + 425, + 545 + ], + "lines": [ + { + "bbox": [ + 186, + 523, + 425, + 545 + ], + "spans": [ + { + "bbox": [ + 186, + 523, + 425, + 545 + ], + "score": 0.91, + "content": "d _ { \\mathcal { F } } ( P ^ { \\ast } , P _ { \\hat { g } } ) = O \\left( n ^ { - 1 / \\kappa } \\right) + O \\left( m ^ { - 1 / \\kappa } + m ^ { - \\beta / ( 2 \\beta + D ) } \\right) .", + "type": "interline_equation", + "image_path": "0242a21b28cf208c69fa84d2b9696407b82dac3667dc7686f4f04ee4dba30595.jpg" + } + ] + } + ], + "index": 33, + "virtual_lines": [ + { + "bbox": [ + 186, + 523, + 425, + 545 + ], + "spans": [], + "index": 33 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 555, + 506, + 581 + ], + "lines": [ + { + "bbox": [ + 105, + 554, + 507, + 569 + ], + "spans": [ + { + "bbox": [ + 105, + 554, + 163, + 569 + ], + "score": 1.0, + "content": "A selection of", + "type": "text" + }, + { + "bbox": [ + 164, + 555, + 173, + 567 + ], + "score": 0.86, + "content": "\\tilde { \\mathcal { F } }", + "type": "inline_equation" + }, + { + "bbox": [ + 173, + 554, + 321, + 569 + ], + "score": 1.0, + "content": "determines the first term in (7), since `", + "type": "text" + }, + { + "bbox": [ + 321, + 559, + 328, + 567 + ], + "score": 0.74, + "content": "\\kappa", + "type": "inline_equation" + }, + { + "bbox": [ + 329, + 554, + 376, + 569 + ], + "score": 1.0, + "content": "depends on ˘", + "type": "text" + }, + { + "bbox": [ + 376, + 555, + 385, + 567 + ], + "score": 0.86, + "content": "\\tilde { \\mathcal { F } }", + "type": "inline_equation" + }, + { + "bbox": [ + 385, + 554, + 479, + 569 + ], + "score": 1.0, + "content": ". For an example, when", + "type": "text" + }, + { + "bbox": [ + 479, + 557, + 488, + 567 + ], + "score": 0.84, + "content": "\\mathcal { F }", + "type": "inline_equation" + }, + { + "bbox": [ + 489, + 554, + 507, + 569 + ], + "score": 1.0, + "content": "is a", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 104, + 565, + 470, + 582 + ], + "spans": [ + { + "bbox": [ + 104, + 565, + 283, + 582 + ], + "score": 1.0, + "content": "set of 1-Lipschitz functions, the first term is", + "type": "text" + }, + { + "bbox": [ + 284, + 568, + 349, + 582 + ], + "score": 0.91, + "content": "O \\left( n ^ { - 1 / \\left( 2 + 2 D \\right) } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 349, + 565, + 470, + 582 + ], + "score": 1.0, + "content": "(Sriperumbudur et al., 2012).", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 34.5 + }, + { + "type": "text", + "bbox": [ + 106, + 583, + 275, + 594 + ], + "lines": [ + { + "bbox": [ + 105, + 582, + 276, + 597 + ], + "spans": [ + { + "bbox": [ + 105, + 582, + 276, + 597 + ], + "score": 1.0, + "content": "Remark 1. (Heterogeneous Smoothness)", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 36 + }, + { + "type": "text", + "bbox": [ + 106, + 594, + 505, + 627 + ], + "lines": [ + { + "bbox": [ + 105, + 592, + 505, + 606 + ], + "spans": [ + { + "bbox": [ + 105, + 592, + 243, + 606 + ], + "score": 1.0, + "content": "Corollary 1 can be extended when", + "type": "text" + }, + { + "bbox": [ + 243, + 594, + 257, + 604 + ], + "score": 0.87, + "content": "P ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 257, + 592, + 392, + 606 + ], + "score": 1.0, + "content": "has different smoothness for each", + "type": "text" + }, + { + "bbox": [ + 393, + 594, + 431, + 606 + ], + "score": 0.91, + "content": "m \\in [ M ]", + "type": "inline_equation" + }, + { + "bbox": [ + 431, + 592, + 451, + 606 + ], + "score": 1.0, + "content": ", i.e.,", + "type": "text" + }, + { + "bbox": [ + 452, + 594, + 466, + 604 + ], + "score": 0.87, + "content": "P ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 466, + 592, + 505, + 606 + ], + "score": 1.0, + "content": "is locally", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 107, + 605, + 505, + 618 + ], + "spans": [ + { + "bbox": [ + 107, + 606, + 120, + 616 + ], + "score": 0.88, + "content": "\\beta _ { m }", + "type": "inline_equation" + }, + { + "bbox": [ + 121, + 605, + 187, + 618 + ], + "score": 1.0, + "content": "-smooth on a set", + "type": "text" + }, + { + "bbox": [ + 188, + 605, + 202, + 616 + ], + "score": 0.89, + "content": "S _ { m }", + "type": "inline_equation" + }, + { + "bbox": [ + 203, + 605, + 505, + 618 + ], + "score": 1.0, + "content": ". In this case, we can easily extend our analysis in Theorem 1 and Corollary", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 615, + 288, + 628 + ], + "spans": [ + { + "bbox": [ + 105, + 615, + 288, + 628 + ], + "score": 1.0, + "content": "1, and obtain the following convergence rate.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 38 + }, + { + "type": "interline_equation", + "bbox": [ + 186, + 630, + 424, + 652 + ], + "lines": [ + { + "bbox": [ + 186, + 630, + 424, + 652 + ], + "spans": [ + { + "bbox": [ + 186, + 630, + 424, + 652 + ], + "score": 0.93, + "content": "d _ { \\mathcal { F } } ( P ^ { \\ast } , P _ { \\hat { g } } ) = O \\left( n ^ { - 1 / \\kappa } \\right) + O \\left( m ^ { - 1 / \\kappa } + m ^ { - \\widetilde { \\beta } / ( 2 \\widetilde { \\beta } + D ) } \\right) ,", + "type": "interline_equation", + "image_path": "e498f4cc78a2f525e2d9205ab99029d6060970965bc8e0760699ef2d389644a8.jpg" + } + ] + } + ], + "index": 40, + "virtual_lines": [ + { + "bbox": [ + 186, + 630, + 424, + 652 + ], + "spans": [], + "index": 40 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 656, + 216, + 671 + ], + "lines": [ + { + "bbox": [ + 105, + 653, + 213, + 674 + ], + "spans": [ + { + "bbox": [ + 105, + 653, + 133, + 674 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 656, + 213, + 671 + ], + "score": 0.89, + "content": "\\widetilde { \\beta } : = \\operatorname* { m i n } _ { m \\in \\left[ M \\right] } \\beta _ { m }", + "type": "inline_equation" + } + ], + "index": 41 + } + ], + "index": 41 + }, + { + "type": "title", + "bbox": [ + 107, + 684, + 191, + 698 + ], + "lines": [ + { + "bbox": [ + 104, + 683, + 192, + 701 + ], + "spans": [ + { + "bbox": [ + 104, + 683, + 192, + 701 + ], + "score": 1.0, + "content": "5 DISCUSSION", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 42 + }, + { + "type": "text", + "bbox": [ + 106, + 709, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 710, + 505, + 721 + ], + "spans": [ + { + "bbox": [ + 106, + 710, + 505, + 721 + ], + "score": 1.0, + "content": "We emphasize the theoretical results show that GANs do not suffer from the effect of disconnected", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 720, + 506, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 183, + 734 + ], + "score": 1.0, + "content": "supports. A larger", + "type": "text" + }, + { + "bbox": [ + 184, + 721, + 191, + 732 + ], + "score": 0.85, + "content": "\\beta", + "type": "inline_equation" + }, + { + "bbox": [ + 192, + 720, + 506, + 734 + ], + "score": 1.0, + "content": "improves performance of GANs even with disconnected supports, as shown", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 43.5 + } + ], + "page_idx": 6, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 26, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2019", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 751, + 308, + 759 + ], + "lines": [ + { + "bbox": [ + 302, + 750, + 309, + 762 + ], + "spans": [ + { + "bbox": [ + 302, + 750, + 309, + 762 + ], + "score": 1.0, + "content": "7", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 506, + 116 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 505, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 189, + 96 + ], + "score": 1.0, + "content": "Lemma 3 shows that", + "type": "text" + }, + { + "bbox": [ + 189, + 83, + 196, + 93 + ], + "score": 0.82, + "content": "\\mathcal { G }", + "type": "inline_equation" + }, + { + "bbox": [ + 197, + 81, + 305, + 96 + ], + "score": 1.0, + "content": "for GANs can approximate", + "type": "text" + }, + { + "bbox": [ + 305, + 83, + 316, + 94 + ], + "score": 0.88, + "content": "g ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 317, + 81, + 470, + 96 + ], + "score": 1.0, + "content": "for disconnected supports with the rate", + "type": "text" + }, + { + "bbox": [ + 470, + 82, + 505, + 95 + ], + "score": 0.93, + "content": "\\left( - \\beta / D \\right)", + "type": "inline_equation" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 93, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 106, + 93, + 119, + 106 + ], + "score": 1.0, + "content": "by", + "type": "text" + }, + { + "bbox": [ + 119, + 94, + 131, + 106 + ], + "score": 0.88, + "content": "S _ { g }", + "type": "inline_equation" + }, + { + "bbox": [ + 132, + 93, + 505, + 106 + ], + "score": 1.0, + "content": ", and the rate is same in the case of global support. This implies an advantage of GANs in", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 105, + 351, + 117 + ], + "spans": [ + { + "bbox": [ + 106, + 105, + 351, + 117 + ], + "score": 1.0, + "content": "comparison with the other standard methods (Proposition 1).", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1, + "bbox_fs": [ + 105, + 81, + 505, + 117 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 121, + 412, + 133 + ], + "lines": [ + { + "bbox": [ + 105, + 119, + 412, + 135 + ], + "spans": [ + { + "bbox": [ + 105, + 119, + 412, + 135 + ], + "score": 1.0, + "content": "Based on Lemma 3, we obtain the main theorem for generalization analysis.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3, + "bbox_fs": [ + 105, + 119, + 412, + 135 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 135, + 504, + 181 + ], + "lines": [ + { + "bbox": [ + 105, + 135, + 265, + 147 + ], + "spans": [ + { + "bbox": [ + 105, + 135, + 265, + 147 + ], + "score": 1.0, + "content": "Theorem 1. (Generalization of GANs)", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 145, + 506, + 160 + ], + "spans": [ + { + "bbox": [ + 105, + 145, + 160, + 160 + ], + "score": 1.0, + "content": "Suppose that", + "type": "text" + }, + { + "bbox": [ + 161, + 147, + 175, + 157 + ], + "score": 0.87, + "content": "P ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 175, + 145, + 192, + 160 + ], + "score": 1.0, + "content": "has", + "type": "text" + }, + { + "bbox": [ + 193, + 147, + 205, + 157 + ], + "score": 0.64, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 205, + 145, + 345, + 160 + ], + "score": 1.0, + "content": "disconnected supports and locally", + "type": "text" + }, + { + "bbox": [ + 346, + 147, + 353, + 158 + ], + "score": 0.85, + "content": "\\beta", + "type": "inline_equation" + }, + { + "bbox": [ + 354, + 145, + 506, + 160 + ], + "score": 1.0, + "content": "-smooth, and we have n observations", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 157, + 505, + 171 + ], + "spans": [ + { + "bbox": [ + 105, + 157, + 230, + 171 + ], + "score": 1.0, + "content": "and m samplings. Then, with", + "type": "text" + }, + { + "bbox": [ + 230, + 158, + 239, + 167 + ], + "score": 0.8, + "content": "\\mathcal { F }", + "type": "inline_equation" + }, + { + "bbox": [ + 240, + 157, + 290, + 171 + ], + "score": 1.0, + "content": ", an existing", + "type": "text" + }, + { + "bbox": [ + 291, + 158, + 298, + 168 + ], + "score": 0.78, + "content": "\\mathcal { G }", + "type": "inline_equation" + }, + { + "bbox": [ + 299, + 157, + 357, + 171 + ], + "score": 1.0, + "content": ", an estimator", + "type": "text" + }, + { + "bbox": [ + 357, + 158, + 369, + 170 + ], + "score": 0.88, + "content": "P _ { \\hat { g } }", + "type": "inline_equation" + }, + { + "bbox": [ + 370, + 157, + 483, + 171 + ], + "score": 1.0, + "content": "by (2), and finite constants", + "type": "text" + }, + { + "bbox": [ + 483, + 159, + 505, + 169 + ], + "score": 0.83, + "content": "c _ { 1 } =", + "type": "inline_equation" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 168, + 502, + 182 + ], + "spans": [ + { + "bbox": [ + 106, + 168, + 289, + 181 + ], + "score": 0.85, + "content": "c _ { 1 } ( L _ { f } , B _ { f } , L _ { g } , B _ { g } ) , c _ { 2 } , c _ { 3 } = c _ { 3 } ( L _ { f } , B _ { f } ) > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 290, + 168, + 502, + 182 + ], + "score": 1.0, + "content": ", the following inequality holds with high probability,", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 5.5, + "bbox_fs": [ + 105, + 135, + 506, + 182 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 141, + 183, + 469, + 227 + ], + "lines": [ + { + "bbox": [ + 141, + 183, + 469, + 227 + ], + "spans": [ + { + "bbox": [ + 141, + 183, + 469, + 227 + ], + "score": 0.93, + "content": "d _ { \\mathcal { F } } \\big ( P ^ { * } , P _ { \\widehat { g } } \\big ) \\leqslant \\underbrace { \\Upsilon _ { m } ( \\widetilde { \\mathcal { F } } ) + c _ { 1 } \\frac { \\sqrt { S _ { g } } + \\sqrt { S _ { f } } } { \\sqrt { m } } } _ { = : I } + \\underbrace { c _ { 2 } M D S _ { g } ^ { - \\beta / D } } _ { = : I I } + \\underbrace { \\Upsilon _ { n } ( \\widetilde { \\mathcal { F } } ) + c _ { 3 } \\sqrt { \\frac { S _ { f } } { n } } } _ { = : I I I } .", + "type": "interline_equation", + "image_path": "55f6ba0c10d1b2920d2f98ec941c4c93f252d262de471fecb5cc785a79409abf.jpg" + } + ] + } + ], + "index": 9, + "virtual_lines": [ + { + "bbox": [ + 141, + 183, + 469, + 197.66666666666666 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 141, + 197.66666666666666, + 469, + 212.33333333333331 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 141, + 212.33333333333331, + 469, + 226.99999999999997 + ], + "spans": [], + "index": 10 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 230, + 438, + 243 + ], + "lines": [ + { + "bbox": [ + 105, + 230, + 436, + 244 + ], + "spans": [ + { + "bbox": [ + 105, + 230, + 161, + 244 + ], + "score": 1.0, + "content": "Furthermore,", + "type": "text" + }, + { + "bbox": [ + 162, + 231, + 184, + 243 + ], + "score": 0.81, + "content": "i f P ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 184, + 230, + 305, + 244 + ], + "score": 1.0, + "content": "has a global support and it is", + "type": "text" + }, + { + "bbox": [ + 305, + 231, + 312, + 242 + ], + "score": 0.84, + "content": "\\beta", + "type": "inline_equation" + }, + { + "bbox": [ + 312, + 230, + 406, + 244 + ], + "score": 1.0, + "content": "-smooth, (5) holds with", + "type": "text" + }, + { + "bbox": [ + 406, + 231, + 436, + 241 + ], + "score": 0.87, + "content": "M = 1", + "type": "inline_equation" + } + ], + "index": 11 + } + ], + "index": 11, + "bbox_fs": [ + 105, + 230, + 436, + 244 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 250, + 503, + 273 + ], + "lines": [ + { + "bbox": [ + 106, + 251, + 504, + 264 + ], + "spans": [ + { + "bbox": [ + 106, + 251, + 180, + 264 + ], + "score": 1.0, + "content": "Each of the terms", + "type": "text" + }, + { + "bbox": [ + 180, + 251, + 202, + 262 + ], + "score": 0.89, + "content": "I , I I", + "type": "inline_equation" + }, + { + "bbox": [ + 202, + 251, + 220, + 264 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 220, + 251, + 237, + 261 + ], + "score": 0.8, + "content": "I I I", + "type": "inline_equation" + }, + { + "bbox": [ + 237, + 251, + 333, + 264 + ], + "score": 1.0, + "content": "has the following role:", + "type": "text" + }, + { + "bbox": [ + 333, + 252, + 339, + 261 + ], + "score": 0.74, + "content": "I", + "type": "inline_equation" + }, + { + "bbox": [ + 340, + 251, + 434, + 264 + ], + "score": 1.0, + "content": "bounds an error by the", + "type": "text" + }, + { + "bbox": [ + 434, + 253, + 445, + 261 + ], + "score": 0.74, + "content": "m", + "type": "inline_equation" + }, + { + "bbox": [ + 445, + 251, + 492, + 264 + ], + "score": 1.0, + "content": "samplings,", + "type": "text" + }, + { + "bbox": [ + 492, + 251, + 504, + 261 + ], + "score": 0.77, + "content": "I I", + "type": "inline_equation" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 261, + 454, + 274 + ], + "spans": [ + { + "bbox": [ + 106, + 261, + 266, + 274 + ], + "score": 1.0, + "content": "bounds an error from approximation by", + "type": "text" + }, + { + "bbox": [ + 267, + 262, + 274, + 272 + ], + "score": 0.83, + "content": "\\mathcal { G }", + "type": "inline_equation" + }, + { + "bbox": [ + 274, + 261, + 294, + 274 + ], + "score": 1.0, + "content": ", and", + "type": "text" + }, + { + "bbox": [ + 295, + 262, + 312, + 272 + ], + "score": 0.76, + "content": "I I I", + "type": "inline_equation" + }, + { + "bbox": [ + 312, + 261, + 390, + 274 + ], + "score": 1.0, + "content": "bounds an error by", + "type": "text" + }, + { + "bbox": [ + 390, + 264, + 398, + 272 + ], + "score": 0.76, + "content": "n", + "type": "inline_equation" + }, + { + "bbox": [ + 398, + 261, + 454, + 274 + ], + "score": 1.0, + "content": "observations.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12.5, + "bbox_fs": [ + 106, + 251, + 504, + 274 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 278, + 488, + 290 + ], + "lines": [ + { + "bbox": [ + 105, + 276, + 489, + 293 + ], + "spans": [ + { + "bbox": [ + 105, + 276, + 251, + 293 + ], + "score": 1.0, + "content": "Proof Outline: By the definition of", + "type": "text" + }, + { + "bbox": [ + 251, + 279, + 263, + 291 + ], + "score": 0.89, + "content": "P _ { \\hat { g } }", + "type": "inline_equation" + }, + { + "bbox": [ + 263, + 276, + 489, + 293 + ], + "score": 1.0, + "content": "in (2) and standard calculation, we obtain the inequality", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 14, + "bbox_fs": [ + 105, + 276, + 489, + 293 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 122, + 294, + 489, + 331 + ], + "lines": [ + { + "bbox": [ + 122, + 294, + 489, + 331 + ], + "spans": [ + { + "bbox": [ + 122, + 294, + 489, + 331 + ], + "score": 0.93, + "content": "d _ { \\mathcal { F } } ( P ^ { * } , P _ { \\hat { g } } ) \\leqslant \\underbrace { 2 \\operatorname* { s u p } _ { g \\in \\mathcal { G } } \\operatorname* { s u p } _ { f \\in \\mathcal { F } } \\big | \\mathbb { E } _ { P _ { g , m } } [ f ( X ) ] - \\mathbb { E } _ { P _ { g } } [ f ( X ) ] \\big | } _ { = : i } + \\underbrace { \\operatorname* { i n f } _ { g \\in \\mathcal { G } } d _ { \\mathcal { F } } ( P _ { g } , P ^ { * } ) } _ { = : i i } + \\underbrace { 2 d _ { \\mathcal { F } } ( P _ { n } , P _ { 0 } ) } _ { = : i i i } .", + "type": "interline_equation", + "image_path": "93deb4439d4b2492a38423a6f0889a0166b5890088440a7df3df0970d525765a.jpg" + } + ] + } + ], + "index": 16, + "virtual_lines": [ + { + "bbox": [ + 122, + 294, + 489, + 306.3333333333333 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 122, + 306.3333333333333, + 489, + 318.66666666666663 + ], + "spans": [], + "index": 16 + }, + { + "bbox": [ + 122, + 318.66666666666663, + 489, + 330.99999999999994 + ], + "spans": [], + "index": 17 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 334, + 506, + 401 + ], + "lines": [ + { + "bbox": [ + 105, + 333, + 507, + 347 + ], + "spans": [ + { + "bbox": [ + 105, + 333, + 146, + 347 + ], + "score": 1.0, + "content": "To obtain", + "type": "text" + }, + { + "bbox": [ + 147, + 334, + 171, + 345 + ], + "score": 0.9, + "content": "i \\leqslant I", + "type": "inline_equation" + }, + { + "bbox": [ + 171, + 333, + 188, + 347 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 189, + 334, + 229, + 345 + ], + "score": 0.9, + "content": "i i i \\leqslant I I I", + "type": "inline_equation" + }, + { + "bbox": [ + 229, + 333, + 507, + 347 + ], + "score": 1.0, + "content": ", we apply an empirical process technique (van der Vaart & Wellner,", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 344, + 506, + 358 + ], + "spans": [ + { + "bbox": [ + 105, + 344, + 506, + 358 + ], + "score": 1.0, + "content": "1996), especially convergence of integral probability measures (Sriperumbudur et al., 2012) and the", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 356, + 506, + 369 + ], + "spans": [ + { + "bbox": [ + 105, + 356, + 453, + 369 + ], + "score": 1.0, + "content": "entropy control technique (Lemma 4 and 5 in the supplementary material). To show", + "type": "text" + }, + { + "bbox": [ + 453, + 356, + 487, + 366 + ], + "score": 0.9, + "content": "i i \\leqslant I I", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 356, + 506, + 369 + ], + "score": 1.0, + "content": ", we", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 367, + 506, + 379 + ], + "spans": [ + { + "bbox": [ + 105, + 367, + 506, + 379 + ], + "score": 1.0, + "content": "employ recent results on approximation ability of DNNs (Yarotsky, 2017; Petersen & Voigtlaender,", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 377, + 507, + 391 + ], + "spans": [ + { + "bbox": [ + 105, + 377, + 407, + 391 + ], + "score": 1.0, + "content": "2017; Imaizumi & Fukumizu, 2018) and obtain an approximation bound for", + "type": "text" + }, + { + "bbox": [ + 407, + 378, + 456, + 390 + ], + "score": 0.93, + "content": "d _ { \\mathcal { F } } ( P _ { g } , P ^ { * } )", + "type": "inline_equation" + }, + { + "bbox": [ + 457, + 377, + 507, + 391 + ], + "score": 1.0, + "content": "(Lemma 3).", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 389, + 506, + 401 + ], + "spans": [ + { + "bbox": [ + 106, + 389, + 365, + 401 + ], + "score": 1.0, + "content": "Combining these results, we obtain the statement of Theorem 1.", + "type": "text" + }, + { + "bbox": [ + 494, + 389, + 506, + 400 + ], + "score": 0.999, + "content": "□", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 20.5, + "bbox_fs": [ + 105, + 333, + 507, + 401 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 405, + 505, + 451 + ], + "lines": [ + { + "bbox": [ + 105, + 406, + 505, + 419 + ], + "spans": [ + { + "bbox": [ + 105, + 406, + 336, + 419 + ], + "score": 1.0, + "content": "Theorem 1 provides two trade-off relations with respect to", + "type": "text" + }, + { + "bbox": [ + 337, + 406, + 349, + 418 + ], + "score": 0.9, + "content": "S _ { g }", + "type": "inline_equation" + }, + { + "bbox": [ + 349, + 406, + 366, + 419 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 367, + 406, + 379, + 418 + ], + "score": 0.88, + "content": "S _ { f }", + "type": "inline_equation" + }, + { + "bbox": [ + 379, + 406, + 462, + 419 + ], + "score": 1.0, + "content": ". The generator class", + "type": "text" + }, + { + "bbox": [ + 462, + 406, + 470, + 416 + ], + "score": 0.83, + "content": "\\mathcal { G }", + "type": "inline_equation" + }, + { + "bbox": [ + 470, + 406, + 505, + 419 + ], + "score": 1.0, + "content": "controls", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 416, + 505, + 430 + ], + "spans": [ + { + "bbox": [ + 105, + 416, + 346, + 430 + ], + "score": 1.0, + "content": "uncertainty by sampling and the approximation error, while", + "type": "text" + }, + { + "bbox": [ + 346, + 417, + 358, + 429 + ], + "score": 0.9, + "content": "S _ { f }", + "type": "inline_equation" + }, + { + "bbox": [ + 359, + 416, + 505, + 430 + ], + "score": 1.0, + "content": "controls uncertainty of observations", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 427, + 506, + 441 + ], + "spans": [ + { + "bbox": [ + 105, + 427, + 506, + 441 + ], + "score": 1.0, + "content": "and discrimination. For balancing the trade-offs, we select the number of parameters (connections of", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 438, + 277, + 452 + ], + "spans": [ + { + "bbox": [ + 105, + 438, + 221, + 452 + ], + "score": 1.0, + "content": "DNNs) with some constants", + "type": "text" + }, + { + "bbox": [ + 221, + 439, + 263, + 451 + ], + "score": 0.92, + "content": "c _ { g } , c _ { f } > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 264, + 438, + 277, + 452 + ], + "score": 1.0, + "content": "as", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 25.5, + "bbox_fs": [ + 105, + 406, + 506, + 452 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 216, + 454, + 394, + 470 + ], + "lines": [ + { + "bbox": [ + 216, + 454, + 394, + 470 + ], + "spans": [ + { + "bbox": [ + 216, + 454, + 394, + 470 + ], + "score": 0.92, + "content": "S _ { g } = c _ { g } m ^ { D / ( 2 \\beta + D ) } , ~ \\mathrm { a n d } ~ S _ { f } = c _ { f } n ^ { ( \\kappa - 2 ) / \\kappa } ,", + "type": "interline_equation", + "image_path": "e48c2040dd109246ebb3ccd8ac6d4973e4a527c42643d9df0e6c9dc500daf35c.jpg" + } + ] + } + ], + "index": 28, + "virtual_lines": [ + { + "bbox": [ + 216, + 454, + 394, + 470 + ], + "spans": [], + "index": 28 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 472, + 383, + 484 + ], + "lines": [ + { + "bbox": [ + 104, + 470, + 385, + 488 + ], + "spans": [ + { + "bbox": [ + 104, + 470, + 385, + 488 + ], + "score": 1.0, + "content": "for optimizing the bound (5). We then obtain the following corollary.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 29, + "bbox_fs": [ + 104, + 470, + 385, + 488 + ] + }, + { + "type": "list", + "bbox": [ + 106, + 487, + 506, + 520 + ], + "lines": [ + { + "bbox": [ + 106, + 487, + 281, + 499 + ], + "spans": [ + { + "bbox": [ + 106, + 487, + 281, + 499 + ], + "score": 1.0, + "content": "Corollary 1. (Convergence Rate of GANs)", + "type": "text" + } + ], + "index": 30, + "is_list_start_line": true + }, + { + "bbox": [ + 105, + 497, + 505, + 511 + ], + "spans": [ + { + "bbox": [ + 105, + 497, + 269, + 511 + ], + "score": 1.0, + "content": "Make the same assumptions as Theorem", + "type": "text" + }, + { + "bbox": [ + 270, + 499, + 275, + 507 + ], + "score": 0.61, + "content": "^ { l }", + "type": "inline_equation" + }, + { + "bbox": [ + 275, + 497, + 310, + 511 + ], + "score": 1.0, + "content": ", and set", + "type": "text" + }, + { + "bbox": [ + 311, + 498, + 322, + 510 + ], + "score": 0.89, + "content": "S _ { f }", + "type": "inline_equation" + }, + { + "bbox": [ + 323, + 497, + 342, + 511 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 342, + 498, + 353, + 510 + ], + "score": 0.89, + "content": "S _ { g }", + "type": "inline_equation" + }, + { + "bbox": [ + 354, + 497, + 505, + 511 + ], + "score": 1.0, + "content": "as in (6). Then, with high probability", + "type": "text" + } + ], + "index": 31, + "is_list_start_line": true + }, + { + "bbox": [ + 105, + 510, + 215, + 521 + ], + "spans": [ + { + "bbox": [ + 105, + 510, + 215, + 521 + ], + "score": 1.0, + "content": "converging to 1, we obtain", + "type": "text" + } + ], + "index": 32, + "is_list_start_line": true + } + ], + "index": 31, + "bbox_fs": [ + 105, + 487, + 505, + 521 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 186, + 523, + 425, + 545 + ], + "lines": [ + { + "bbox": [ + 186, + 523, + 425, + 545 + ], + "spans": [ + { + "bbox": [ + 186, + 523, + 425, + 545 + ], + "score": 0.91, + "content": "d _ { \\mathcal { F } } ( P ^ { \\ast } , P _ { \\hat { g } } ) = O \\left( n ^ { - 1 / \\kappa } \\right) + O \\left( m ^ { - 1 / \\kappa } + m ^ { - \\beta / ( 2 \\beta + D ) } \\right) .", + "type": "interline_equation", + "image_path": "0242a21b28cf208c69fa84d2b9696407b82dac3667dc7686f4f04ee4dba30595.jpg" + } + ] + } + ], + "index": 33, + "virtual_lines": [ + { + "bbox": [ + 186, + 523, + 425, + 545 + ], + "spans": [], + "index": 33 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 555, + 506, + 581 + ], + "lines": [ + { + "bbox": [ + 105, + 554, + 507, + 569 + ], + "spans": [ + { + "bbox": [ + 105, + 554, + 163, + 569 + ], + "score": 1.0, + "content": "A selection of", + "type": "text" + }, + { + "bbox": [ + 164, + 555, + 173, + 567 + ], + "score": 0.86, + "content": "\\tilde { \\mathcal { F } }", + "type": "inline_equation" + }, + { + "bbox": [ + 173, + 554, + 321, + 569 + ], + "score": 1.0, + "content": "determines the first term in (7), since `", + "type": "text" + }, + { + "bbox": [ + 321, + 559, + 328, + 567 + ], + "score": 0.74, + "content": "\\kappa", + "type": "inline_equation" + }, + { + "bbox": [ + 329, + 554, + 376, + 569 + ], + "score": 1.0, + "content": "depends on ˘", + "type": "text" + }, + { + "bbox": [ + 376, + 555, + 385, + 567 + ], + "score": 0.86, + "content": "\\tilde { \\mathcal { F } }", + "type": "inline_equation" + }, + { + "bbox": [ + 385, + 554, + 479, + 569 + ], + "score": 1.0, + "content": ". For an example, when", + "type": "text" + }, + { + "bbox": [ + 479, + 557, + 488, + 567 + ], + "score": 0.84, + "content": "\\mathcal { F }", + "type": "inline_equation" + }, + { + "bbox": [ + 489, + 554, + 507, + 569 + ], + "score": 1.0, + "content": "is a", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 104, + 565, + 470, + 582 + ], + "spans": [ + { + "bbox": [ + 104, + 565, + 283, + 582 + ], + "score": 1.0, + "content": "set of 1-Lipschitz functions, the first term is", + "type": "text" + }, + { + "bbox": [ + 284, + 568, + 349, + 582 + ], + "score": 0.91, + "content": "O \\left( n ^ { - 1 / \\left( 2 + 2 D \\right) } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 349, + 565, + 470, + 582 + ], + "score": 1.0, + "content": "(Sriperumbudur et al., 2012).", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 34.5, + "bbox_fs": [ + 104, + 554, + 507, + 582 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 583, + 275, + 594 + ], + "lines": [ + { + "bbox": [ + 105, + 582, + 276, + 597 + ], + "spans": [ + { + "bbox": [ + 105, + 582, + 276, + 597 + ], + "score": 1.0, + "content": "Remark 1. (Heterogeneous Smoothness)", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 36, + "bbox_fs": [ + 105, + 582, + 276, + 597 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 594, + 505, + 627 + ], + "lines": [ + { + "bbox": [ + 105, + 592, + 505, + 606 + ], + "spans": [ + { + "bbox": [ + 105, + 592, + 243, + 606 + ], + "score": 1.0, + "content": "Corollary 1 can be extended when", + "type": "text" + }, + { + "bbox": [ + 243, + 594, + 257, + 604 + ], + "score": 0.87, + "content": "P ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 257, + 592, + 392, + 606 + ], + "score": 1.0, + "content": "has different smoothness for each", + "type": "text" + }, + { + "bbox": [ + 393, + 594, + 431, + 606 + ], + "score": 0.91, + "content": "m \\in [ M ]", + "type": "inline_equation" + }, + { + "bbox": [ + 431, + 592, + 451, + 606 + ], + "score": 1.0, + "content": ", i.e.,", + "type": "text" + }, + { + "bbox": [ + 452, + 594, + 466, + 604 + ], + "score": 0.87, + "content": "P ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 466, + 592, + 505, + 606 + ], + "score": 1.0, + "content": "is locally", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 107, + 605, + 505, + 618 + ], + "spans": [ + { + "bbox": [ + 107, + 606, + 120, + 616 + ], + "score": 0.88, + "content": "\\beta _ { m }", + "type": "inline_equation" + }, + { + "bbox": [ + 121, + 605, + 187, + 618 + ], + "score": 1.0, + "content": "-smooth on a set", + "type": "text" + }, + { + "bbox": [ + 188, + 605, + 202, + 616 + ], + "score": 0.89, + "content": "S _ { m }", + "type": "inline_equation" + }, + { + "bbox": [ + 203, + 605, + 505, + 618 + ], + "score": 1.0, + "content": ". In this case, we can easily extend our analysis in Theorem 1 and Corollary", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 615, + 288, + 628 + ], + "spans": [ + { + "bbox": [ + 105, + 615, + 288, + 628 + ], + "score": 1.0, + "content": "1, and obtain the following convergence rate.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 38, + "bbox_fs": [ + 105, + 592, + 505, + 628 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 186, + 630, + 424, + 652 + ], + "lines": [ + { + "bbox": [ + 186, + 630, + 424, + 652 + ], + "spans": [ + { + "bbox": [ + 186, + 630, + 424, + 652 + ], + "score": 0.93, + "content": "d _ { \\mathcal { F } } ( P ^ { \\ast } , P _ { \\hat { g } } ) = O \\left( n ^ { - 1 / \\kappa } \\right) + O \\left( m ^ { - 1 / \\kappa } + m ^ { - \\widetilde { \\beta } / ( 2 \\widetilde { \\beta } + D ) } \\right) ,", + "type": "interline_equation", + "image_path": "e498f4cc78a2f525e2d9205ab99029d6060970965bc8e0760699ef2d389644a8.jpg" + } + ] + } + ], + "index": 40, + "virtual_lines": [ + { + "bbox": [ + 186, + 630, + 424, + 652 + ], + "spans": [], + "index": 40 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 656, + 216, + 671 + ], + "lines": [ + { + "bbox": [ + 105, + 653, + 213, + 674 + ], + "spans": [ + { + "bbox": [ + 105, + 653, + 133, + 674 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 656, + 213, + 671 + ], + "score": 0.89, + "content": "\\widetilde { \\beta } : = \\operatorname* { m i n } _ { m \\in \\left[ M \\right] } \\beta _ { m }", + "type": "inline_equation" + } + ], + "index": 41 + } + ], + "index": 41, + "bbox_fs": [ + 105, + 653, + 213, + 674 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 684, + 191, + 698 + ], + "lines": [ + { + "bbox": [ + 104, + 683, + 192, + 701 + ], + "spans": [ + { + "bbox": [ + 104, + 683, + 192, + 701 + ], + "score": 1.0, + "content": "5 DISCUSSION", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 42 + }, + { + "type": "text", + "bbox": [ + 106, + 709, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 710, + 505, + 721 + ], + "spans": [ + { + "bbox": [ + 106, + 710, + 505, + 721 + ], + "score": 1.0, + "content": "We emphasize the theoretical results show that GANs do not suffer from the effect of disconnected", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 720, + 506, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 183, + 734 + ], + "score": 1.0, + "content": "supports. A larger", + "type": "text" + }, + { + "bbox": [ + 184, + 721, + 191, + 732 + ], + "score": 0.85, + "content": "\\beta", + "type": "inline_equation" + }, + { + "bbox": [ + 192, + 720, + 506, + 734 + ], + "score": 1.0, + "content": "improves performance of GANs even with disconnected supports, as shown", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "in Theorem 1 and Corollary 1. This phenomenon is different from the result of the other methods", + "type": "text", + "cross_page": true + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 94, + 505, + 105 + ], + "spans": [ + { + "bbox": [ + 106, + 94, + 505, + 105 + ], + "score": 1.0, + "content": "discussed in Proposition 1. Hence, we can state that GANs have advantages over the other methods", + "type": "text", + "cross_page": true + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 105, + 505, + 117 + ], + "spans": [ + { + "bbox": [ + 106, + 105, + 505, + 117 + ], + "score": 1.0, + "content": "which are deteriorated by the disconnected property (Section 3.3). In other words, when data are", + "type": "text", + "cross_page": true + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 115, + 506, + 128 + ], + "spans": [ + { + "bbox": [ + 105, + 115, + 506, + 128 + ], + "score": 1.0, + "content": "generated from a probability measure with disconnected supports and sufficiently smooth in each", + "type": "text", + "cross_page": true + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 127, + 505, + 138 + ], + "spans": [ + { + "bbox": [ + 106, + 127, + 505, + 138 + ], + "score": 1.0, + "content": "of the sets, only GANs can estimate the measure effectively and the other methdos cannot. This", + "type": "text", + "cross_page": true + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 137, + 505, + 149 + ], + "spans": [ + { + "bbox": [ + 105, + 137, + 505, + 149 + ], + "score": 1.0, + "content": "advantage of GANs comes from the approximation power for discontinuous generators shown in", + "type": "text", + "cross_page": true + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 148, + 150, + 160 + ], + "spans": [ + { + "bbox": [ + 106, + 148, + 150, + 160 + ], + "score": 1.0, + "content": "Lemma 3.", + "type": "text", + "cross_page": true + } + ], + "index": 6 + } + ], + "index": 43.5, + "bbox_fs": [ + 105, + 710, + 506, + 734 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 505, + 159 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "in Theorem 1 and Corollary 1. This phenomenon is different from the result of the other methods", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 94, + 505, + 105 + ], + "spans": [ + { + "bbox": [ + 106, + 94, + 505, + 105 + ], + "score": 1.0, + "content": "discussed in Proposition 1. Hence, we can state that GANs have advantages over the other methods", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 105, + 505, + 117 + ], + "spans": [ + { + "bbox": [ + 106, + 105, + 505, + 117 + ], + "score": 1.0, + "content": "which are deteriorated by the disconnected property (Section 3.3). In other words, when data are", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 115, + 506, + 128 + ], + "spans": [ + { + "bbox": [ + 105, + 115, + 506, + 128 + ], + "score": 1.0, + "content": "generated from a probability measure with disconnected supports and sufficiently smooth in each", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 127, + 505, + 138 + ], + "spans": [ + { + "bbox": [ + 106, + 127, + 505, + 138 + ], + "score": 1.0, + "content": "of the sets, only GANs can estimate the measure effectively and the other methdos cannot. This", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 137, + 505, + 149 + ], + "spans": [ + { + "bbox": [ + 105, + 137, + 505, + 149 + ], + "score": 1.0, + "content": "advantage of GANs comes from the approximation power for discontinuous generators shown in", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 148, + 150, + 160 + ], + "spans": [ + { + "bbox": [ + 106, + 148, + 150, + 160 + ], + "score": 1.0, + "content": "Lemma 3.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 3 + }, + { + "type": "text", + "bbox": [ + 107, + 165, + 505, + 268 + ], + "lines": [ + { + "bbox": [ + 105, + 164, + 502, + 178 + ], + "spans": [ + { + "bbox": [ + 105, + 164, + 495, + 178 + ], + "score": 1.0, + "content": "The results (5) and (7) provide interpretation about performance of GANs. About convergence with", + "type": "text" + }, + { + "bbox": [ + 496, + 168, + 502, + 175 + ], + "score": 0.73, + "content": "n", + "type": "inline_equation" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 176, + 506, + 191 + ], + "spans": [ + { + "bbox": [ + 105, + 177, + 179, + 191 + ], + "score": 1.0, + "content": "the complexity of", + "type": "text" + }, + { + "bbox": [ + 179, + 176, + 189, + 188 + ], + "score": 0.86, + "content": "\\tilde { \\mathcal { F } }", + "type": "inline_equation" + }, + { + "bbox": [ + 189, + 177, + 206, + 191 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 207, + 178, + 219, + 190 + ], + "score": 0.89, + "content": "S _ { f }", + "type": "inline_equation" + }, + { + "bbox": [ + 219, + 177, + 506, + 191 + ], + "score": 1.0, + "content": "control a trade-off between convergence and a power of discrimination.", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 189, + 506, + 202 + ], + "spans": [ + { + "bbox": [ + 105, + 189, + 164, + 202 + ], + "score": 1.0, + "content": "While smaller", + "type": "text" + }, + { + "bbox": [ + 164, + 190, + 176, + 201 + ], + "score": 0.89, + "content": "S _ { f }", + "type": "inline_equation" + }, + { + "bbox": [ + 176, + 189, + 290, + 202 + ], + "score": 1.0, + "content": "reduce the errors in terms of", + "type": "text" + }, + { + "bbox": [ + 291, + 190, + 304, + 200 + ], + "score": 0.89, + "content": "d _ { \\mathcal { F } }", + "type": "inline_equation" + }, + { + "bbox": [ + 304, + 189, + 346, + 202 + ], + "score": 1.0, + "content": ", too small", + "type": "text" + }, + { + "bbox": [ + 347, + 189, + 359, + 201 + ], + "score": 0.89, + "content": "S _ { f }", + "type": "inline_equation" + }, + { + "bbox": [ + 359, + 189, + 506, + 202 + ], + "score": 1.0, + "content": "can lose the power of discrimination", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 200, + 505, + 212 + ], + "spans": [ + { + "bbox": [ + 106, + 200, + 225, + 212 + ], + "score": 1.0, + "content": "to satisfy (1). Hence, setting", + "type": "text" + }, + { + "bbox": [ + 226, + 200, + 238, + 212 + ], + "score": 0.89, + "content": "S _ { f }", + "type": "inline_equation" + }, + { + "bbox": [ + 238, + 200, + 505, + 212 + ], + "score": 1.0, + "content": "as in (6) can keep the discrimination power and does not worsen", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 212, + 506, + 226 + ], + "spans": [ + { + "bbox": [ + 105, + 212, + 236, + 226 + ], + "score": 1.0, + "content": "the overall rate of convergence", + "type": "text" + }, + { + "bbox": [ + 237, + 212, + 277, + 225 + ], + "score": 0.93, + "content": "O ( n ^ { - 1 / \\kappa } )", + "type": "inline_equation" + }, + { + "bbox": [ + 278, + 212, + 387, + 226 + ], + "score": 1.0, + "content": ". About convergence with", + "type": "text" + }, + { + "bbox": [ + 388, + 214, + 397, + 223 + ], + "score": 0.58, + "content": "m", + "type": "inline_equation" + }, + { + "bbox": [ + 398, + 212, + 402, + 226 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 402, + 213, + 414, + 225 + ], + "score": 0.81, + "content": "S _ { g }", + "type": "inline_equation" + }, + { + "bbox": [ + 415, + 212, + 506, + 226 + ], + "score": 1.0, + "content": "controls the trade-off", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 223, + 506, + 237 + ], + "spans": [ + { + "bbox": [ + 105, + 223, + 394, + 237 + ], + "score": 1.0, + "content": "between the bias and variance of the estimator. An optimal way to select", + "type": "text" + }, + { + "bbox": [ + 395, + 225, + 406, + 236 + ], + "score": 0.88, + "content": "S _ { g }", + "type": "inline_equation" + }, + { + "bbox": [ + 407, + 223, + 506, + 237 + ], + "score": 1.0, + "content": "is provided in (6) which", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 234, + 506, + 247 + ], + "spans": [ + { + "bbox": [ + 105, + 234, + 154, + 247 + ], + "score": 1.0, + "content": "depends on", + "type": "text" + }, + { + "bbox": [ + 155, + 235, + 162, + 246 + ], + "score": 0.85, + "content": "\\beta", + "type": "inline_equation" + }, + { + "bbox": [ + 163, + 234, + 180, + 247 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 181, + 235, + 190, + 245 + ], + "score": 0.81, + "content": "D", + "type": "inline_equation" + }, + { + "bbox": [ + 190, + 234, + 318, + 247 + ], + "score": 1.0, + "content": ", and it is more important when", + "type": "text" + }, + { + "bbox": [ + 318, + 237, + 325, + 245 + ], + "score": 0.77, + "content": "\\kappa", + "type": "inline_equation" + }, + { + "bbox": [ + 326, + 234, + 381, + 247 + ], + "score": 1.0, + "content": "is small (e.g.", + "type": "text" + }, + { + "bbox": [ + 381, + 236, + 407, + 245 + ], + "score": 0.88, + "content": "\\kappa = 2", + "type": "inline_equation" + }, + { + "bbox": [ + 407, + 234, + 506, + 247 + ], + "score": 1.0, + "content": "as MMD-GAN). Based", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 245, + 505, + 259 + ], + "spans": [ + { + "bbox": [ + 105, + 245, + 505, + 259 + ], + "score": 1.0, + "content": "on the interpretation and the selection rule (6), our study can provide a guideline for a design of the", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 257, + 198, + 268 + ], + "spans": [ + { + "bbox": [ + 106, + 257, + 198, + 268 + ], + "score": 1.0, + "content": "architecture of DNNs.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 11 + }, + { + "type": "title", + "bbox": [ + 107, + 282, + 207, + 293 + ], + "lines": [ + { + "bbox": [ + 105, + 281, + 209, + 295 + ], + "spans": [ + { + "bbox": [ + 105, + 281, + 209, + 295 + ], + "score": 1.0, + "content": "5.1 RELATED WORKS", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16 + }, + { + "type": "text", + "bbox": [ + 107, + 303, + 505, + 369 + ], + "lines": [ + { + "bbox": [ + 106, + 303, + 506, + 315 + ], + "spans": [ + { + "bbox": [ + 106, + 303, + 506, + 315 + ], + "score": 1.0, + "content": "Compared with studies for understanding GANs (Dziugaite et al., 2015; Liang, 2017; Liu et al., 2017;", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 313, + 506, + 327 + ], + "spans": [ + { + "bbox": [ + 105, + 313, + 506, + 327 + ], + "score": 1.0, + "content": "Zhang et al., 2018; Biau et al., 2018; Arora et al., 2017), we show that GANs can avoid influences", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 325, + 506, + 338 + ], + "spans": [ + { + "bbox": [ + 105, + 325, + 506, + 338 + ], + "score": 1.0, + "content": "of disconnected supports, unlike the other methods, hence it is a source of the advantage of GANs.", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 336, + 505, + 349 + ], + "spans": [ + { + "bbox": [ + 105, + 336, + 505, + 349 + ], + "score": 1.0, + "content": "This paper is the first work to focus on the disconnected support property, while several discussions", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 345, + 506, + 361 + ], + "spans": [ + { + "bbox": [ + 105, + 345, + 506, + 361 + ], + "score": 1.0, + "content": "(Goodfellow, 2016; Liang, 2017; Creswell et al., 2018) focus on models and metrics of the learning", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 358, + 180, + 370 + ], + "spans": [ + { + "bbox": [ + 106, + 358, + 180, + 370 + ], + "score": 1.0, + "content": "scheme of GANs.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 19.5 + }, + { + "type": "text", + "bbox": [ + 107, + 374, + 505, + 430 + ], + "lines": [ + { + "bbox": [ + 106, + 374, + 504, + 387 + ], + "spans": [ + { + "bbox": [ + 106, + 374, + 504, + 387 + ], + "score": 1.0, + "content": "It is important to compare our result with other studies for generalization analysis. Although some", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 385, + 506, + 399 + ], + "spans": [ + { + "bbox": [ + 105, + 385, + 506, + 399 + ], + "score": 1.0, + "content": "existing studies (Dziugaite et al., 2015; Liang, 2017; Liu et al., 2017; Zhang et al., 2018; Biau et al.,", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 396, + 507, + 410 + ], + "spans": [ + { + "bbox": [ + 105, + 396, + 507, + 410 + ], + "score": 1.0, + "content": "2018; Arora et al., 2017) provide generalization analysis, they do not analyze an approximation effect,", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 104, + 406, + 507, + 423 + ], + "spans": [ + { + "bbox": [ + 104, + 406, + 198, + 423 + ], + "score": 1.0, + "content": "namely, they evaluate", + "type": "text" + }, + { + "bbox": [ + 198, + 408, + 322, + 420 + ], + "score": 0.92, + "content": "\\begin{array} { r } { d _ { \\mathcal { F } } ( P ^ { * } , P _ { \\hat { g } } ) - \\operatorname* { i n f } _ { g \\in \\mathcal { G } } ( P ^ { * } , P _ { g } ) } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 322, + 406, + 439, + 423 + ], + "score": 1.0, + "content": ". Since we analyze the term", + "type": "text" + }, + { + "bbox": [ + 439, + 408, + 502, + 420 + ], + "score": 0.92, + "content": "{ \\operatorname* { i n f } } _ { g \\in { \\mathcal { G } } } ( P ^ { * } , P _ { g } )", + "type": "inline_equation" + }, + { + "bbox": [ + 502, + 406, + 507, + 423 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 419, + 446, + 432 + ], + "spans": [ + { + "bbox": [ + 106, + 419, + 446, + 432 + ], + "score": 1.0, + "content": "we can provide a more general bound and discuss the effect of disconnected support.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 25 + }, + { + "type": "text", + "bbox": [ + 107, + 435, + 505, + 469 + ], + "lines": [ + { + "bbox": [ + 105, + 434, + 506, + 449 + ], + "spans": [ + { + "bbox": [ + 105, + 434, + 506, + 449 + ], + "score": 1.0, + "content": "As we mentioned in the introduction, this paper is not along with studies for low-dimensional supports", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 446, + 506, + 460 + ], + "spans": [ + { + "bbox": [ + 105, + 446, + 506, + 460 + ], + "score": 1.0, + "content": "(Arjovsky & Bottou, 2017). We also note that an optimization aspect and gaming aspect of GANs are", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 457, + 507, + 472 + ], + "spans": [ + { + "bbox": [ + 105, + 457, + 507, + 472 + ], + "score": 1.0, + "content": "out of concerns of this paper. We focus on the statistical aspects of GANs such as sample complexity.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 29 + }, + { + "type": "title", + "bbox": [ + 108, + 486, + 266, + 498 + ], + "lines": [ + { + "bbox": [ + 105, + 484, + 268, + 500 + ], + "spans": [ + { + "bbox": [ + 105, + 484, + 268, + 500 + ], + "score": 1.0, + "content": "6 NUMERICAL EXPERIMENTS", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 31 + }, + { + "type": "text", + "bbox": [ + 107, + 510, + 505, + 610 + ], + "lines": [ + { + "bbox": [ + 106, + 510, + 505, + 524 + ], + "spans": [ + { + "bbox": [ + 106, + 510, + 505, + 524 + ], + "score": 1.0, + "content": "We compare the numerical performance of GANs and the other methods with toy data with. We", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 522, + 506, + 536 + ], + "spans": [ + { + "bbox": [ + 105, + 522, + 506, + 536 + ], + "score": 1.0, + "content": "generate synthetic data from the following two settings: (A) Gaussian distribution restricted on a", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 533, + 505, + 547 + ], + "spans": [ + { + "bbox": [ + 105, + 533, + 505, + 547 + ], + "score": 1.0, + "content": "compact set (global support), and (B) a probability measure with two disconnected supports (density", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 543, + 506, + 558 + ], + "spans": [ + { + "bbox": [ + 105, + 543, + 336, + 558 + ], + "score": 1.0, + "content": "function is the black solid line in Figure 6). We generate", + "type": "text" + }, + { + "bbox": [ + 336, + 545, + 372, + 555 + ], + "score": 0.8, + "content": "n = 5 0 0", + "type": "inline_equation" + }, + { + "bbox": [ + 372, + 543, + 506, + 558 + ], + "score": 1.0, + "content": ", 1000, ..., 5000 observations and", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 555, + 505, + 567 + ], + "spans": [ + { + "bbox": [ + 106, + 555, + 505, + 567 + ], + "score": 1.0, + "content": "estimate the true probability measures with Wasserstein GAN, MMD-GAN, KDE (the Gaussian", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 565, + 507, + 579 + ], + "spans": [ + { + "bbox": [ + 105, + 565, + 507, + 579 + ], + "score": 1.0, + "content": "kernel and the Epanechnikov kernel), SDE (Fourier basis), and NB (Dirichlet process prior). Hyper-", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 104, + 577, + 504, + 591 + ], + "spans": [ + { + "bbox": [ + 104, + 577, + 426, + 591 + ], + "score": 1.0, + "content": "parameters for these methods are selected by cross-validation. For GANs, we set", + "type": "text" + }, + { + "bbox": [ + 426, + 578, + 455, + 587 + ], + "score": 0.87, + "content": "m = n", + "type": "inline_equation" + }, + { + "bbox": [ + 456, + 577, + 490, + 591 + ], + "score": 1.0, + "content": ". We use", + "type": "text" + }, + { + "bbox": [ + 491, + 577, + 504, + 588 + ], + "score": 0.88, + "content": "d _ { \\mathcal { F } }", + "type": "inline_equation" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 588, + 506, + 601 + ], + "spans": [ + { + "bbox": [ + 105, + 588, + 416, + 601 + ], + "score": 1.0, + "content": "to evaluate errors by GANs, and a root of the expected squared errors with the", + "type": "text" + }, + { + "bbox": [ + 416, + 588, + 429, + 598 + ], + "score": 0.89, + "content": "L ^ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 429, + 588, + 506, + 601 + ], + "score": 1.0, + "content": "-norm for the other", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 600, + 313, + 612 + ], + "spans": [ + { + "bbox": [ + 106, + 600, + 313, + 612 + ], + "score": 1.0, + "content": "methods. The plots are the mean of 30 replications.", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 36 + }, + { + "type": "text", + "bbox": [ + 107, + 616, + 504, + 660 + ], + "lines": [ + { + "bbox": [ + 105, + 616, + 506, + 629 + ], + "spans": [ + { + "bbox": [ + 105, + 616, + 506, + 629 + ], + "score": 1.0, + "content": "Figure 5 shows generalization errors by the methods. With the disconnected support case (B), we", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 627, + 506, + 640 + ], + "spans": [ + { + "bbox": [ + 105, + 627, + 506, + 640 + ], + "score": 1.0, + "content": "plot the estimated density in Figure 6. The black line shows the true density, the dashed line is", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 638, + 506, + 651 + ], + "spans": [ + { + "bbox": [ + 105, + 638, + 506, + 651 + ], + "score": 1.0, + "content": "by estimated densities of the other methods, and bars are histograms by GANs. The results by", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 649, + 495, + 662 + ], + "spans": [ + { + "bbox": [ + 105, + 649, + 495, + 662 + ], + "score": 1.0, + "content": "Wasserstein-GAN and MMD-GAN are almost same, so we omit the result by Wasserstein-GAN.", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 42.5 + }, + { + "type": "text", + "bbox": [ + 107, + 666, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 665, + 505, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 665, + 505, + 678 + ], + "score": 1.0, + "content": "In Figure 5, we see that in the case of global support (A), the error of GANs and the other methods are", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 677, + 506, + 690 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 506, + 690 + ], + "score": 1.0, + "content": "comparable. In contrast, in the case of disconnected supports (B), the other standard methods show", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 106, + 688, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 106, + 688, + 505, + 700 + ], + "score": 1.0, + "content": "worse generalization and only GANs keep the high performance. From Figure 6, we can see that", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 697, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 697, + 505, + 712 + ], + "score": 1.0, + "content": "GANs can reveal the disconnected supports, while some of the other methods fail to fit. KDE with", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 709, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 506, + 722 + ], + "score": 1.0, + "content": "the Gaussian kernel represents the disconnected support by employing a small bandwidth. However,", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 105, + 720, + 498, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 498, + 733 + ], + "score": 1.0, + "content": "the small bandwidth yields a too sharp density, tending to worsen the generalization performance.", + "type": "text" + } + ], + "index": 50 + } + ], + "index": 47.5 + } + ], + "page_idx": 7, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 107, + 26, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 107, + 26, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2019", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 752, + 308, + 759 + ], + "lines": [ + { + "bbox": [ + 302, + 750, + 309, + 761 + ], + "spans": [ + { + "bbox": [ + 302, + 750, + 309, + 761 + ], + "score": 1.0, + "content": "8", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 505, + 159 + ], + "lines": [], + "index": 3, + "bbox_fs": [ + 105, + 82, + 506, + 160 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 107, + 165, + 505, + 268 + ], + "lines": [ + { + "bbox": [ + 105, + 164, + 502, + 178 + ], + "spans": [ + { + "bbox": [ + 105, + 164, + 495, + 178 + ], + "score": 1.0, + "content": "The results (5) and (7) provide interpretation about performance of GANs. About convergence with", + "type": "text" + }, + { + "bbox": [ + 496, + 168, + 502, + 175 + ], + "score": 0.73, + "content": "n", + "type": "inline_equation" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 176, + 506, + 191 + ], + "spans": [ + { + "bbox": [ + 105, + 177, + 179, + 191 + ], + "score": 1.0, + "content": "the complexity of", + "type": "text" + }, + { + "bbox": [ + 179, + 176, + 189, + 188 + ], + "score": 0.86, + "content": "\\tilde { \\mathcal { F } }", + "type": "inline_equation" + }, + { + "bbox": [ + 189, + 177, + 206, + 191 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 207, + 178, + 219, + 190 + ], + "score": 0.89, + "content": "S _ { f }", + "type": "inline_equation" + }, + { + "bbox": [ + 219, + 177, + 506, + 191 + ], + "score": 1.0, + "content": "control a trade-off between convergence and a power of discrimination.", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 189, + 506, + 202 + ], + "spans": [ + { + "bbox": [ + 105, + 189, + 164, + 202 + ], + "score": 1.0, + "content": "While smaller", + "type": "text" + }, + { + "bbox": [ + 164, + 190, + 176, + 201 + ], + "score": 0.89, + "content": "S _ { f }", + "type": "inline_equation" + }, + { + "bbox": [ + 176, + 189, + 290, + 202 + ], + "score": 1.0, + "content": "reduce the errors in terms of", + "type": "text" + }, + { + "bbox": [ + 291, + 190, + 304, + 200 + ], + "score": 0.89, + "content": "d _ { \\mathcal { F } }", + "type": "inline_equation" + }, + { + "bbox": [ + 304, + 189, + 346, + 202 + ], + "score": 1.0, + "content": ", too small", + "type": "text" + }, + { + "bbox": [ + 347, + 189, + 359, + 201 + ], + "score": 0.89, + "content": "S _ { f }", + "type": "inline_equation" + }, + { + "bbox": [ + 359, + 189, + 506, + 202 + ], + "score": 1.0, + "content": "can lose the power of discrimination", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 200, + 505, + 212 + ], + "spans": [ + { + "bbox": [ + 106, + 200, + 225, + 212 + ], + "score": 1.0, + "content": "to satisfy (1). Hence, setting", + "type": "text" + }, + { + "bbox": [ + 226, + 200, + 238, + 212 + ], + "score": 0.89, + "content": "S _ { f }", + "type": "inline_equation" + }, + { + "bbox": [ + 238, + 200, + 505, + 212 + ], + "score": 1.0, + "content": "as in (6) can keep the discrimination power and does not worsen", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 212, + 506, + 226 + ], + "spans": [ + { + "bbox": [ + 105, + 212, + 236, + 226 + ], + "score": 1.0, + "content": "the overall rate of convergence", + "type": "text" + }, + { + "bbox": [ + 237, + 212, + 277, + 225 + ], + "score": 0.93, + "content": "O ( n ^ { - 1 / \\kappa } )", + "type": "inline_equation" + }, + { + "bbox": [ + 278, + 212, + 387, + 226 + ], + "score": 1.0, + "content": ". About convergence with", + "type": "text" + }, + { + "bbox": [ + 388, + 214, + 397, + 223 + ], + "score": 0.58, + "content": "m", + "type": "inline_equation" + }, + { + "bbox": [ + 398, + 212, + 402, + 226 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 402, + 213, + 414, + 225 + ], + "score": 0.81, + "content": "S _ { g }", + "type": "inline_equation" + }, + { + "bbox": [ + 415, + 212, + 506, + 226 + ], + "score": 1.0, + "content": "controls the trade-off", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 223, + 506, + 237 + ], + "spans": [ + { + "bbox": [ + 105, + 223, + 394, + 237 + ], + "score": 1.0, + "content": "between the bias and variance of the estimator. An optimal way to select", + "type": "text" + }, + { + "bbox": [ + 395, + 225, + 406, + 236 + ], + "score": 0.88, + "content": "S _ { g }", + "type": "inline_equation" + }, + { + "bbox": [ + 407, + 223, + 506, + 237 + ], + "score": 1.0, + "content": "is provided in (6) which", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 234, + 506, + 247 + ], + "spans": [ + { + "bbox": [ + 105, + 234, + 154, + 247 + ], + "score": 1.0, + "content": "depends on", + "type": "text" + }, + { + "bbox": [ + 155, + 235, + 162, + 246 + ], + "score": 0.85, + "content": "\\beta", + "type": "inline_equation" + }, + { + "bbox": [ + 163, + 234, + 180, + 247 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 181, + 235, + 190, + 245 + ], + "score": 0.81, + "content": "D", + "type": "inline_equation" + }, + { + "bbox": [ + 190, + 234, + 318, + 247 + ], + "score": 1.0, + "content": ", and it is more important when", + "type": "text" + }, + { + "bbox": [ + 318, + 237, + 325, + 245 + ], + "score": 0.77, + "content": "\\kappa", + "type": "inline_equation" + }, + { + "bbox": [ + 326, + 234, + 381, + 247 + ], + "score": 1.0, + "content": "is small (e.g.", + "type": "text" + }, + { + "bbox": [ + 381, + 236, + 407, + 245 + ], + "score": 0.88, + "content": "\\kappa = 2", + "type": "inline_equation" + }, + { + "bbox": [ + 407, + 234, + 506, + 247 + ], + "score": 1.0, + "content": "as MMD-GAN). Based", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 245, + 505, + 259 + ], + "spans": [ + { + "bbox": [ + 105, + 245, + 505, + 259 + ], + "score": 1.0, + "content": "on the interpretation and the selection rule (6), our study can provide a guideline for a design of the", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 257, + 198, + 268 + ], + "spans": [ + { + "bbox": [ + 106, + 257, + 198, + 268 + ], + "score": 1.0, + "content": "architecture of DNNs.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 11, + "bbox_fs": [ + 105, + 164, + 506, + 268 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 282, + 207, + 293 + ], + "lines": [ + { + "bbox": [ + 105, + 281, + 209, + 295 + ], + "spans": [ + { + "bbox": [ + 105, + 281, + 209, + 295 + ], + "score": 1.0, + "content": "5.1 RELATED WORKS", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16 + }, + { + "type": "text", + "bbox": [ + 107, + 303, + 505, + 369 + ], + "lines": [ + { + "bbox": [ + 106, + 303, + 506, + 315 + ], + "spans": [ + { + "bbox": [ + 106, + 303, + 506, + 315 + ], + "score": 1.0, + "content": "Compared with studies for understanding GANs (Dziugaite et al., 2015; Liang, 2017; Liu et al., 2017;", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 313, + 506, + 327 + ], + "spans": [ + { + "bbox": [ + 105, + 313, + 506, + 327 + ], + "score": 1.0, + "content": "Zhang et al., 2018; Biau et al., 2018; Arora et al., 2017), we show that GANs can avoid influences", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 325, + 506, + 338 + ], + "spans": [ + { + "bbox": [ + 105, + 325, + 506, + 338 + ], + "score": 1.0, + "content": "of disconnected supports, unlike the other methods, hence it is a source of the advantage of GANs.", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 336, + 505, + 349 + ], + "spans": [ + { + "bbox": [ + 105, + 336, + 505, + 349 + ], + "score": 1.0, + "content": "This paper is the first work to focus on the disconnected support property, while several discussions", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 345, + 506, + 361 + ], + "spans": [ + { + "bbox": [ + 105, + 345, + 506, + 361 + ], + "score": 1.0, + "content": "(Goodfellow, 2016; Liang, 2017; Creswell et al., 2018) focus on models and metrics of the learning", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 358, + 180, + 370 + ], + "spans": [ + { + "bbox": [ + 106, + 358, + 180, + 370 + ], + "score": 1.0, + "content": "scheme of GANs.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 19.5, + "bbox_fs": [ + 105, + 303, + 506, + 370 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 374, + 505, + 430 + ], + "lines": [ + { + "bbox": [ + 106, + 374, + 504, + 387 + ], + "spans": [ + { + "bbox": [ + 106, + 374, + 504, + 387 + ], + "score": 1.0, + "content": "It is important to compare our result with other studies for generalization analysis. Although some", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 385, + 506, + 399 + ], + "spans": [ + { + "bbox": [ + 105, + 385, + 506, + 399 + ], + "score": 1.0, + "content": "existing studies (Dziugaite et al., 2015; Liang, 2017; Liu et al., 2017; Zhang et al., 2018; Biau et al.,", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 396, + 507, + 410 + ], + "spans": [ + { + "bbox": [ + 105, + 396, + 507, + 410 + ], + "score": 1.0, + "content": "2018; Arora et al., 2017) provide generalization analysis, they do not analyze an approximation effect,", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 104, + 406, + 507, + 423 + ], + "spans": [ + { + "bbox": [ + 104, + 406, + 198, + 423 + ], + "score": 1.0, + "content": "namely, they evaluate", + "type": "text" + }, + { + "bbox": [ + 198, + 408, + 322, + 420 + ], + "score": 0.92, + "content": "\\begin{array} { r } { d _ { \\mathcal { F } } ( P ^ { * } , P _ { \\hat { g } } ) - \\operatorname* { i n f } _ { g \\in \\mathcal { G } } ( P ^ { * } , P _ { g } ) } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 322, + 406, + 439, + 423 + ], + "score": 1.0, + "content": ". Since we analyze the term", + "type": "text" + }, + { + "bbox": [ + 439, + 408, + 502, + 420 + ], + "score": 0.92, + "content": "{ \\operatorname* { i n f } } _ { g \\in { \\mathcal { G } } } ( P ^ { * } , P _ { g } )", + "type": "inline_equation" + }, + { + "bbox": [ + 502, + 406, + 507, + 423 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 419, + 446, + 432 + ], + "spans": [ + { + "bbox": [ + 106, + 419, + 446, + 432 + ], + "score": 1.0, + "content": "we can provide a more general bound and discuss the effect of disconnected support.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 25, + "bbox_fs": [ + 104, + 374, + 507, + 432 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 435, + 505, + 469 + ], + "lines": [ + { + "bbox": [ + 105, + 434, + 506, + 449 + ], + "spans": [ + { + "bbox": [ + 105, + 434, + 506, + 449 + ], + "score": 1.0, + "content": "As we mentioned in the introduction, this paper is not along with studies for low-dimensional supports", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 446, + 506, + 460 + ], + "spans": [ + { + "bbox": [ + 105, + 446, + 506, + 460 + ], + "score": 1.0, + "content": "(Arjovsky & Bottou, 2017). We also note that an optimization aspect and gaming aspect of GANs are", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 457, + 507, + 472 + ], + "spans": [ + { + "bbox": [ + 105, + 457, + 507, + 472 + ], + "score": 1.0, + "content": "out of concerns of this paper. We focus on the statistical aspects of GANs such as sample complexity.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 29, + "bbox_fs": [ + 105, + 434, + 507, + 472 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 486, + 266, + 498 + ], + "lines": [ + { + "bbox": [ + 105, + 484, + 268, + 500 + ], + "spans": [ + { + "bbox": [ + 105, + 484, + 268, + 500 + ], + "score": 1.0, + "content": "6 NUMERICAL EXPERIMENTS", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 31 + }, + { + "type": "text", + "bbox": [ + 107, + 510, + 505, + 610 + ], + "lines": [ + { + "bbox": [ + 106, + 510, + 505, + 524 + ], + "spans": [ + { + "bbox": [ + 106, + 510, + 505, + 524 + ], + "score": 1.0, + "content": "We compare the numerical performance of GANs and the other methods with toy data with. We", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 522, + 506, + 536 + ], + "spans": [ + { + "bbox": [ + 105, + 522, + 506, + 536 + ], + "score": 1.0, + "content": "generate synthetic data from the following two settings: (A) Gaussian distribution restricted on a", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 533, + 505, + 547 + ], + "spans": [ + { + "bbox": [ + 105, + 533, + 505, + 547 + ], + "score": 1.0, + "content": "compact set (global support), and (B) a probability measure with two disconnected supports (density", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 543, + 506, + 558 + ], + "spans": [ + { + "bbox": [ + 105, + 543, + 336, + 558 + ], + "score": 1.0, + "content": "function is the black solid line in Figure 6). We generate", + "type": "text" + }, + { + "bbox": [ + 336, + 545, + 372, + 555 + ], + "score": 0.8, + "content": "n = 5 0 0", + "type": "inline_equation" + }, + { + "bbox": [ + 372, + 543, + 506, + 558 + ], + "score": 1.0, + "content": ", 1000, ..., 5000 observations and", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 555, + 505, + 567 + ], + "spans": [ + { + "bbox": [ + 106, + 555, + 505, + 567 + ], + "score": 1.0, + "content": "estimate the true probability measures with Wasserstein GAN, MMD-GAN, KDE (the Gaussian", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 565, + 507, + 579 + ], + "spans": [ + { + "bbox": [ + 105, + 565, + 507, + 579 + ], + "score": 1.0, + "content": "kernel and the Epanechnikov kernel), SDE (Fourier basis), and NB (Dirichlet process prior). Hyper-", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 104, + 577, + 504, + 591 + ], + "spans": [ + { + "bbox": [ + 104, + 577, + 426, + 591 + ], + "score": 1.0, + "content": "parameters for these methods are selected by cross-validation. For GANs, we set", + "type": "text" + }, + { + "bbox": [ + 426, + 578, + 455, + 587 + ], + "score": 0.87, + "content": "m = n", + "type": "inline_equation" + }, + { + "bbox": [ + 456, + 577, + 490, + 591 + ], + "score": 1.0, + "content": ". We use", + "type": "text" + }, + { + "bbox": [ + 491, + 577, + 504, + 588 + ], + "score": 0.88, + "content": "d _ { \\mathcal { F } }", + "type": "inline_equation" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 588, + 506, + 601 + ], + "spans": [ + { + "bbox": [ + 105, + 588, + 416, + 601 + ], + "score": 1.0, + "content": "to evaluate errors by GANs, and a root of the expected squared errors with the", + "type": "text" + }, + { + "bbox": [ + 416, + 588, + 429, + 598 + ], + "score": 0.89, + "content": "L ^ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 429, + 588, + 506, + 601 + ], + "score": 1.0, + "content": "-norm for the other", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 600, + 313, + 612 + ], + "spans": [ + { + "bbox": [ + 106, + 600, + 313, + 612 + ], + "score": 1.0, + "content": "methods. The plots are the mean of 30 replications.", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 36, + "bbox_fs": [ + 104, + 510, + 507, + 612 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 616, + 504, + 660 + ], + "lines": [ + { + "bbox": [ + 105, + 616, + 506, + 629 + ], + "spans": [ + { + "bbox": [ + 105, + 616, + 506, + 629 + ], + "score": 1.0, + "content": "Figure 5 shows generalization errors by the methods. With the disconnected support case (B), we", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 627, + 506, + 640 + ], + "spans": [ + { + "bbox": [ + 105, + 627, + 506, + 640 + ], + "score": 1.0, + "content": "plot the estimated density in Figure 6. The black line shows the true density, the dashed line is", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 638, + 506, + 651 + ], + "spans": [ + { + "bbox": [ + 105, + 638, + 506, + 651 + ], + "score": 1.0, + "content": "by estimated densities of the other methods, and bars are histograms by GANs. The results by", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 649, + 495, + 662 + ], + "spans": [ + { + "bbox": [ + 105, + 649, + 495, + 662 + ], + "score": 1.0, + "content": "Wasserstein-GAN and MMD-GAN are almost same, so we omit the result by Wasserstein-GAN.", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 42.5, + "bbox_fs": [ + 105, + 616, + 506, + 662 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 666, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 665, + 505, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 665, + 505, + 678 + ], + "score": 1.0, + "content": "In Figure 5, we see that in the case of global support (A), the error of GANs and the other methods are", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 677, + 506, + 690 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 506, + 690 + ], + "score": 1.0, + "content": "comparable. In contrast, in the case of disconnected supports (B), the other standard methods show", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 106, + 688, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 106, + 688, + 505, + 700 + ], + "score": 1.0, + "content": "worse generalization and only GANs keep the high performance. From Figure 6, we can see that", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 697, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 697, + 505, + 712 + ], + "score": 1.0, + "content": "GANs can reveal the disconnected supports, while some of the other methods fail to fit. KDE with", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 709, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 506, + 722 + ], + "score": 1.0, + "content": "the Gaussian kernel represents the disconnected support by employing a small bandwidth. However,", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 105, + 720, + 498, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 498, + 733 + ], + "score": 1.0, + "content": "the small bandwidth yields a too sharp density, tending to worsen the generalization performance.", + "type": "text" + } + ], + "index": 50 + } + ], + "index": 47.5, + "bbox_fs": [ + 105, + 665, + 506, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 366, + 99, + 490, + 222 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 366, + 99, + 490, + 222 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 366, + 99, + 490, + 222 + ], + "spans": [ + { + "bbox": [ + 366, + 99, + 490, + 222 + ], + "score": 0.864, + "type": "image", + "image_path": "b7802bb8ea485d4b37d7f38150a4da78b2af66548ec317a150627253f99cdfd2.jpg" + } + ] + } + ], + "index": 9.5, + "virtual_lines": [ + { + "bbox": [ + 366, + 99, + 490, + 160.5 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 366, + 160.5, + 490, + 222.0 + ], + "spans": [], + "index": 10 + } + ] + } + ], + "index": 9.5 + }, + { + "type": "image", + "bbox": [ + 111, + 93, + 347, + 227 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 111, + 93, + 347, + 227 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 111, + 93, + 347, + 227 + ], + "spans": [ + { + "bbox": [ + 111, + 93, + 347, + 227 + ], + "score": 0.813, + "type": "image", + "image_path": "fdfdd8b80275cb2384c0f8e41eeca8edf4984999a69ba9efe06b8bc5ead17296.jpg" + } + ] + } + ], + "index": 4, + "virtual_lines": [ + { + "bbox": [ + 111, + 93, + 347, + 107.88888888888889 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 111, + 107.88888888888889, + 347, + 122.77777777777777 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 111, + 122.77777777777777, + 347, + 137.66666666666666 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 111, + 137.66666666666666, + 347, + 152.55555555555554 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 111, + 152.55555555555554, + 347, + 167.44444444444443 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 111, + 167.44444444444443, + 347, + 182.33333333333331 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 111, + 182.33333333333331, + 347, + 197.2222222222222 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 111, + 197.2222222222222, + 347, + 212.1111111111111 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 111, + 212.1111111111111, + 347, + 226.99999999999997 + ], + "spans": [], + "index": 8 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 164, + 251, + 292, + 263 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 164, + 250, + 293, + 263 + ], + "spans": [ + { + "bbox": [ + 164, + 250, + 293, + 263 + ], + "score": 1.0, + "content": "Figure 5: Generalization errors.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 11 + }, + { + "type": "image_caption", + "bbox": [ + 360, + 236, + 502, + 259 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 359, + 235, + 502, + 248 + ], + "spans": [ + { + "bbox": [ + 359, + 235, + 502, + 248 + ], + "score": 1.0, + "content": "Figure 6: Estimated density func-", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 360, + 247, + 455, + 259 + ], + "spans": [ + { + "bbox": [ + 360, + 247, + 455, + 259 + ], + "score": 1.0, + "content": "tions with the case (B).", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12.5 + } + ], + "index": 11 + }, + { + "type": "title", + "bbox": [ + 108, + 292, + 195, + 305 + ], + "lines": [ + { + "bbox": [ + 104, + 290, + 198, + 309 + ], + "spans": [ + { + "bbox": [ + 104, + 290, + 198, + 309 + ], + "score": 1.0, + "content": "7 CONCLUSION", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 14 + }, + { + "type": "text", + "bbox": [ + 106, + 317, + 505, + 373 + ], + "lines": [ + { + "bbox": [ + 105, + 317, + 505, + 330 + ], + "spans": [ + { + "bbox": [ + 105, + 317, + 505, + 330 + ], + "score": 1.0, + "content": "We investigate a generalization performance of GANs with a situation such that a support of real", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 328, + 505, + 341 + ], + "spans": [ + { + "bbox": [ + 105, + 328, + 505, + 341 + ], + "score": 1.0, + "content": "probability measures is divided into several sets. We find that GANs do not suffer from the division", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 339, + 506, + 353 + ], + "spans": [ + { + "bbox": [ + 105, + 339, + 506, + 353 + ], + "score": 1.0, + "content": "of supports, while some of the other nonparametric methods loss their efficiency by the division.", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 349, + 505, + 364 + ], + "spans": [ + { + "bbox": [ + 105, + 349, + 505, + 364 + ], + "score": 1.0, + "content": "Since real data are often distributed on such divided supports, the finding in this paper is related to", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 361, + 343, + 373 + ], + "spans": [ + { + "bbox": [ + 106, + 361, + 343, + 373 + ], + "score": 1.0, + "content": "the question of why GANs perform well with real datasets.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 17 + }, + { + "type": "title", + "bbox": [ + 107, + 390, + 175, + 402 + ], + "lines": [ + { + "bbox": [ + 106, + 390, + 176, + 403 + ], + "spans": [ + { + "bbox": [ + 106, + 390, + 176, + 403 + ], + "score": 1.0, + "content": "REFERENCES", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 20 + }, + { + "type": "text", + "bbox": [ + 105, + 409, + 507, + 734 + ], + "lines": [ + { + "bbox": [ + 104, + 408, + 506, + 423 + ], + "spans": [ + { + "bbox": [ + 104, + 408, + 506, + 423 + ], + "score": 1.0, + "content": "Martin Arjovsky and Léon Bottou. Towards principled methods for training generative adversarial", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 115, + 421, + 322, + 434 + ], + "spans": [ + { + "bbox": [ + 115, + 421, + 322, + 434 + ], + "score": 1.0, + "content": "networks. arXiv preprint arXiv:1701.04862, 2017.", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 439, + 506, + 454 + ], + "spans": [ + { + "bbox": [ + 105, + 439, + 506, + 454 + ], + "score": 1.0, + "content": "Martin Arjovsky, Soumith Chintala, and Léon Bottou. Wasserstein gan. arXiv preprint", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 115, + 452, + 220, + 464 + ], + "spans": [ + { + "bbox": [ + 115, + 452, + 220, + 464 + ], + "score": 1.0, + "content": "arXiv:1701.07875, 2017.", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 470, + 505, + 485 + ], + "spans": [ + { + "bbox": [ + 105, + 470, + 505, + 485 + ], + "score": 1.0, + "content": "Sanjeev Arora, Rong Ge, Yingyu Liang, Tengyu Ma, and Yi Zhang. Generalization and equilibrium", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 114, + 483, + 429, + 496 + ], + "spans": [ + { + "bbox": [ + 114, + 483, + 429, + 496 + ], + "score": 1.0, + "content": "in generative adversarial nets (gans). arXiv preprint arXiv:1703.00573, 2017.", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 500, + 506, + 517 + ], + "spans": [ + { + "bbox": [ + 105, + 500, + 506, + 517 + ], + "score": 1.0, + "content": "Sanjeev Arora, Andrej Risteski, and Yi Zhang. Do gans learn the distribution? some theory and", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 115, + 514, + 182, + 526 + ], + "spans": [ + { + "bbox": [ + 115, + 514, + 182, + 526 + ], + "score": 1.0, + "content": "empirics. 2018.", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 532, + 506, + 547 + ], + "spans": [ + { + "bbox": [ + 105, + 532, + 506, + 547 + ], + "score": 1.0, + "content": "Peter L Bartlett, Olivier Bousquet, Shahar Mendelson, et al. Local rademacher complexities. The", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 114, + 544, + 296, + 557 + ], + "spans": [ + { + "bbox": [ + 114, + 544, + 296, + 557 + ], + "score": 1.0, + "content": "Annals of Statistics, 33(4):1497–1537, 2005.", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 563, + 505, + 578 + ], + "spans": [ + { + "bbox": [ + 105, + 563, + 505, + 578 + ], + "score": 1.0, + "content": "G Biau, B Cadre, M Sangnier, and U Tanielian. Some theoretical properties of gans. arXiv preprint", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 115, + 576, + 219, + 588 + ], + "spans": [ + { + "bbox": [ + 115, + 576, + 219, + 588 + ], + "score": 1.0, + "content": "arXiv:1803.07819, 2018.", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 104, + 594, + 507, + 609 + ], + "spans": [ + { + "bbox": [ + 104, + 594, + 507, + 609 + ], + "score": 1.0, + "content": "Austin Animal Center. Shelter animal outcomes. http://www.austintexas.gov/", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 117, + 606, + 206, + 620 + ], + "spans": [ + { + "bbox": [ + 117, + 606, + 206, + 620 + ], + "score": 1.0, + "content": "department/aac.", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 104, + 625, + 507, + 640 + ], + "spans": [ + { + "bbox": [ + 104, + 625, + 507, + 640 + ], + "score": 1.0, + "content": "Antonia Creswell, Tom White, Vincent Dumoulin, Kai Arulkumaran, Biswa Sengupta, and Anil A", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 115, + 636, + 506, + 651 + ], + "spans": [ + { + "bbox": [ + 115, + 636, + 506, + 651 + ], + "score": 1.0, + "content": "Bharath. Generative adversarial networks: An overview. IEEE Signal Processing Magazine, 35(1):", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 116, + 648, + 171, + 660 + ], + "spans": [ + { + "bbox": [ + 116, + 648, + 171, + 660 + ], + "score": 1.0, + "content": "53–65, 2018.", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 668, + 506, + 682 + ], + "spans": [ + { + "bbox": [ + 106, + 668, + 506, + 682 + ], + "score": 1.0, + "content": "Gintare Karolina Dziugaite, Daniel M Roy, and Zoubin Ghahramani. Training generative neural net-", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 115, + 678, + 505, + 694 + ], + "spans": [ + { + "bbox": [ + 115, + 678, + 505, + 694 + ], + "score": 1.0, + "content": "works via maximum mean discrepancy optimization. In Proceedings of the Thirty-First Conference", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 115, + 690, + 412, + 703 + ], + "spans": [ + { + "bbox": [ + 115, + 690, + 412, + 703 + ], + "score": 1.0, + "content": "on Uncertainty in Artificial Intelligence, pp. 258–267. AUAI Press, 2015.", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 709, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 506, + 723 + ], + "score": 1.0, + "content": "Sam Efromovich. Orthogonal series density estimation. Wiley Interdisciplinary Reviews: Computa-", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 115, + 721, + 267, + 734 + ], + "spans": [ + { + "bbox": [ + 115, + 721, + 267, + 734 + ], + "score": 1.0, + "content": "tional Statistics, 2(4):467–476, 2010.", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 31.5 + } + ], + "page_idx": 8, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 302, + 751, + 309, + 759 + ], + "lines": [ + { + "bbox": [ + 302, + 751, + 309, + 762 + ], + "spans": [ + { + "bbox": [ + 302, + 751, + 309, + 762 + ], + "score": 1.0, + "content": "9", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 107, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 107, + 26, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 107, + 26, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2019", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 366, + 99, + 490, + 222 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 366, + 99, + 490, + 222 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 366, + 99, + 490, + 222 + ], + "spans": [ + { + "bbox": [ + 366, + 99, + 490, + 222 + ], + "score": 0.864, + "type": "image", + "image_path": "b7802bb8ea485d4b37d7f38150a4da78b2af66548ec317a150627253f99cdfd2.jpg" + } + ] + } + ], + "index": 9.5, + "virtual_lines": [ + { + "bbox": [ + 366, + 99, + 490, + 160.5 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 366, + 160.5, + 490, + 222.0 + ], + "spans": [], + "index": 10 + } + ] + } + ], + "index": 9.5 + }, + { + "type": "image", + "bbox": [ + 111, + 93, + 347, + 227 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 111, + 93, + 347, + 227 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 111, + 93, + 347, + 227 + ], + "spans": [ + { + "bbox": [ + 111, + 93, + 347, + 227 + ], + "score": 0.813, + "type": "image", + "image_path": "fdfdd8b80275cb2384c0f8e41eeca8edf4984999a69ba9efe06b8bc5ead17296.jpg" + } + ] + } + ], + "index": 4, + "virtual_lines": [ + { + "bbox": [ + 111, + 93, + 347, + 107.88888888888889 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 111, + 107.88888888888889, + 347, + 122.77777777777777 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 111, + 122.77777777777777, + 347, + 137.66666666666666 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 111, + 137.66666666666666, + 347, + 152.55555555555554 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 111, + 152.55555555555554, + 347, + 167.44444444444443 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 111, + 167.44444444444443, + 347, + 182.33333333333331 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 111, + 182.33333333333331, + 347, + 197.2222222222222 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 111, + 197.2222222222222, + 347, + 212.1111111111111 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 111, + 212.1111111111111, + 347, + 226.99999999999997 + ], + "spans": [], + "index": 8 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 164, + 251, + 292, + 263 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 164, + 250, + 293, + 263 + ], + "spans": [ + { + "bbox": [ + 164, + 250, + 293, + 263 + ], + "score": 1.0, + "content": "Figure 5: Generalization errors.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 11 + }, + { + "type": "image_caption", + "bbox": [ + 360, + 236, + 502, + 259 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 359, + 235, + 502, + 248 + ], + "spans": [ + { + "bbox": [ + 359, + 235, + 502, + 248 + ], + "score": 1.0, + "content": "Figure 6: Estimated density func-", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 360, + 247, + 455, + 259 + ], + "spans": [ + { + "bbox": [ + 360, + 247, + 455, + 259 + ], + "score": 1.0, + "content": "tions with the case (B).", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12.5 + } + ], + "index": 11 + }, + { + "type": "title", + "bbox": [ + 108, + 292, + 195, + 305 + ], + "lines": [ + { + "bbox": [ + 104, + 290, + 198, + 309 + ], + "spans": [ + { + "bbox": [ + 104, + 290, + 198, + 309 + ], + "score": 1.0, + "content": "7 CONCLUSION", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 14 + }, + { + "type": "text", + "bbox": [ + 106, + 317, + 505, + 373 + ], + "lines": [ + { + "bbox": [ + 105, + 317, + 505, + 330 + ], + "spans": [ + { + "bbox": [ + 105, + 317, + 505, + 330 + ], + "score": 1.0, + "content": "We investigate a generalization performance of GANs with a situation such that a support of real", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 328, + 505, + 341 + ], + "spans": [ + { + "bbox": [ + 105, + 328, + 505, + 341 + ], + "score": 1.0, + "content": "probability measures is divided into several sets. We find that GANs do not suffer from the division", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 339, + 506, + 353 + ], + "spans": [ + { + "bbox": [ + 105, + 339, + 506, + 353 + ], + "score": 1.0, + "content": "of supports, while some of the other nonparametric methods loss their efficiency by the division.", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 349, + 505, + 364 + ], + "spans": [ + { + "bbox": [ + 105, + 349, + 505, + 364 + ], + "score": 1.0, + "content": "Since real data are often distributed on such divided supports, the finding in this paper is related to", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 361, + 343, + 373 + ], + "spans": [ + { + "bbox": [ + 106, + 361, + 343, + 373 + ], + "score": 1.0, + "content": "the question of why GANs perform well with real datasets.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 17, + "bbox_fs": [ + 105, + 317, + 506, + 373 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 390, + 175, + 402 + ], + "lines": [ + { + "bbox": [ + 106, + 390, + 176, + 403 + ], + "spans": [ + { + "bbox": [ + 106, + 390, + 176, + 403 + ], + "score": 1.0, + "content": "REFERENCES", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 20 + }, + { + "type": "list", + "bbox": [ + 105, + 409, + 507, + 734 + ], + "lines": [ + { + "bbox": [ + 104, + 408, + 506, + 423 + ], + "spans": [ + { + "bbox": [ + 104, + 408, + 506, + 423 + ], + "score": 1.0, + "content": "Martin Arjovsky and Léon Bottou. Towards principled methods for training generative adversarial", + "type": "text" + } + ], + "index": 21, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 421, + 322, + 434 + ], + "spans": [ + { + "bbox": [ + 115, + 421, + 322, + 434 + ], + "score": 1.0, + "content": "networks. arXiv preprint arXiv:1701.04862, 2017.", + "type": "text" + } + ], + "index": 22, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 439, + 506, + 454 + ], + "spans": [ + { + "bbox": [ + 105, + 439, + 506, + 454 + ], + "score": 1.0, + "content": "Martin Arjovsky, Soumith Chintala, and Léon Bottou. Wasserstein gan. arXiv preprint", + "type": "text" + } + ], + "index": 23, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 452, + 220, + 464 + ], + "spans": [ + { + "bbox": [ + 115, + 452, + 220, + 464 + ], + "score": 1.0, + "content": "arXiv:1701.07875, 2017.", + "type": "text" + } + ], + "index": 24, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 470, + 505, + 485 + ], + "spans": [ + { + "bbox": [ + 105, + 470, + 505, + 485 + ], + "score": 1.0, + "content": "Sanjeev Arora, Rong Ge, Yingyu Liang, Tengyu Ma, and Yi Zhang. Generalization and equilibrium", + "type": "text" + } + ], + "index": 25, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 483, + 429, + 496 + ], + "spans": [ + { + "bbox": [ + 114, + 483, + 429, + 496 + ], + "score": 1.0, + "content": "in generative adversarial nets (gans). arXiv preprint arXiv:1703.00573, 2017.", + "type": "text" + } + ], + "index": 26, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 500, + 506, + 517 + ], + "spans": [ + { + "bbox": [ + 105, + 500, + 506, + 517 + ], + "score": 1.0, + "content": "Sanjeev Arora, Andrej Risteski, and Yi Zhang. Do gans learn the distribution? some theory and", + "type": "text" + } + ], + "index": 27, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 514, + 182, + 526 + ], + "spans": [ + { + "bbox": [ + 115, + 514, + 182, + 526 + ], + "score": 1.0, + "content": "empirics. 2018.", + "type": "text" + } + ], + "index": 28, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 532, + 506, + 547 + ], + "spans": [ + { + "bbox": [ + 105, + 532, + 506, + 547 + ], + "score": 1.0, + "content": "Peter L Bartlett, Olivier Bousquet, Shahar Mendelson, et al. Local rademacher complexities. The", + "type": "text" + } + ], + "index": 29, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 544, + 296, + 557 + ], + "spans": [ + { + "bbox": [ + 114, + 544, + 296, + 557 + ], + "score": 1.0, + "content": "Annals of Statistics, 33(4):1497–1537, 2005.", + "type": "text" + } + ], + "index": 30, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 563, + 505, + 578 + ], + "spans": [ + { + "bbox": [ + 105, + 563, + 505, + 578 + ], + "score": 1.0, + "content": "G Biau, B Cadre, M Sangnier, and U Tanielian. Some theoretical properties of gans. arXiv preprint", + "type": "text" + } + ], + "index": 31, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 576, + 219, + 588 + ], + "spans": [ + { + "bbox": [ + 115, + 576, + 219, + 588 + ], + "score": 1.0, + "content": "arXiv:1803.07819, 2018.", + "type": "text" + } + ], + "index": 32, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 594, + 507, + 609 + ], + "spans": [ + { + "bbox": [ + 104, + 594, + 507, + 609 + ], + "score": 1.0, + "content": "Austin Animal Center. Shelter animal outcomes. http://www.austintexas.gov/", + "type": "text" + } + ], + "index": 33, + "is_list_start_line": true + }, + { + "bbox": [ + 117, + 606, + 206, + 620 + ], + "spans": [ + { + "bbox": [ + 117, + 606, + 206, + 620 + ], + "score": 1.0, + "content": "department/aac.", + "type": "text" + } + ], + "index": 34, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 625, + 507, + 640 + ], + "spans": [ + { + "bbox": [ + 104, + 625, + 507, + 640 + ], + "score": 1.0, + "content": "Antonia Creswell, Tom White, Vincent Dumoulin, Kai Arulkumaran, Biswa Sengupta, and Anil A", + "type": "text" + } + ], + "index": 35, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 636, + 506, + 651 + ], + "spans": [ + { + "bbox": [ + 115, + 636, + 506, + 651 + ], + "score": 1.0, + "content": "Bharath. Generative adversarial networks: An overview. IEEE Signal Processing Magazine, 35(1):", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 116, + 648, + 171, + 660 + ], + "spans": [ + { + "bbox": [ + 116, + 648, + 171, + 660 + ], + "score": 1.0, + "content": "53–65, 2018.", + "type": "text" + } + ], + "index": 37, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 668, + 506, + 682 + ], + "spans": [ + { + "bbox": [ + 106, + 668, + 506, + 682 + ], + "score": 1.0, + "content": "Gintare Karolina Dziugaite, Daniel M Roy, and Zoubin Ghahramani. Training generative neural net-", + "type": "text" + } + ], + "index": 38, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 678, + 505, + 694 + ], + "spans": [ + { + "bbox": [ + 115, + 678, + 505, + 694 + ], + "score": 1.0, + "content": "works via maximum mean discrepancy optimization. In Proceedings of the Thirty-First Conference", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 115, + 690, + 412, + 703 + ], + "spans": [ + { + "bbox": [ + 115, + 690, + 412, + 703 + ], + "score": 1.0, + "content": "on Uncertainty in Artificial Intelligence, pp. 258–267. AUAI Press, 2015.", + "type": "text" + } + ], + "index": 40, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 709, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 506, + 723 + ], + "score": 1.0, + "content": "Sam Efromovich. Orthogonal series density estimation. Wiley Interdisciplinary Reviews: Computa-", + "type": "text" + } + ], + "index": 41, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 721, + 267, + 734 + ], + "spans": [ + { + "bbox": [ + 115, + 721, + 267, + 734 + ], + "score": 1.0, + "content": "tional Statistics, 2(4):467–476, 2010.", + "type": "text" + } + ], + "index": 42, + "is_list_end_line": true + } + ], + "index": 31.5, + "bbox_fs": [ + 104, + 408, + 507, + 734 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 505, + 105 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "Sam Efromovich et al. Adaptive estimation of and oracle inequalities for probability densities and", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 117, + 93, + 412, + 105 + ], + "spans": [ + { + "bbox": [ + 117, + 93, + 412, + 105 + ], + "score": 1.0, + "content": "characteristic functions. The Annals of Statistics, 36(3):1127–1155, 2008.", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "text", + "bbox": [ + 106, + 111, + 505, + 135 + ], + "lines": [ + { + "bbox": [ + 105, + 110, + 506, + 126 + ], + "spans": [ + { + "bbox": [ + 105, + 110, + 506, + 126 + ], + "score": 1.0, + "content": "Thomas S Ferguson. A bayesian analysis of some nonparametric problems. The annals of statistics,", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 115, + 123, + 196, + 135 + ], + "spans": [ + { + "bbox": [ + 115, + 123, + 196, + 135 + ], + "score": 1.0, + "content": "pp. 209–230, 1973.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 2.5 + }, + { + "type": "text", + "bbox": [ + 108, + 141, + 504, + 175 + ], + "lines": [ + { + "bbox": [ + 105, + 140, + 506, + 155 + ], + "spans": [ + { + "bbox": [ + 105, + 140, + 506, + 155 + ], + "score": 1.0, + "content": "Jon Gauthier. Conditional generative adversarial nets for convolutional face generation. Class Project", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 114, + 153, + 506, + 165 + ], + "spans": [ + { + "bbox": [ + 114, + 153, + 506, + 165 + ], + "score": 1.0, + "content": "for Stanford CS231N: Convolutional Neural Networks for Visual Recognition, Winter semester,", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 115, + 163, + 186, + 176 + ], + "spans": [ + { + "bbox": [ + 115, + 163, + 186, + 176 + ], + "score": 1.0, + "content": "2014(5):2, 2014.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 5 + }, + { + "type": "text", + "bbox": [ + 105, + 182, + 505, + 205 + ], + "lines": [ + { + "bbox": [ + 106, + 182, + 506, + 195 + ], + "spans": [ + { + "bbox": [ + 106, + 182, + 506, + 195 + ], + "score": 1.0, + "content": "Subhashis Ghosal, Aad Van Der Vaart, et al. Posterior convergence rates of dirichlet mixtures at", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 115, + 193, + 378, + 205 + ], + "spans": [ + { + "bbox": [ + 115, + 193, + 378, + 205 + ], + "score": 1.0, + "content": "smooth densities. The Annals of Statistics, 35(2):697–723, 2007.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7.5 + }, + { + "type": "text", + "bbox": [ + 105, + 211, + 506, + 234 + ], + "lines": [ + { + "bbox": [ + 106, + 209, + 505, + 225 + ], + "spans": [ + { + "bbox": [ + 106, + 209, + 505, + 225 + ], + "score": 1.0, + "content": "Ian Goodfellow. Nips 2016 tutorial: Generative adversarial networks. arXiv preprint", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 115, + 222, + 219, + 234 + ], + "spans": [ + { + "bbox": [ + 115, + 222, + 219, + 234 + ], + "score": 1.0, + "content": "arXiv:1701.00160, 2016.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9.5 + }, + { + "type": "text", + "bbox": [ + 107, + 240, + 505, + 275 + ], + "lines": [ + { + "bbox": [ + 105, + 239, + 507, + 255 + ], + "spans": [ + { + "bbox": [ + 105, + 239, + 507, + 255 + ], + "score": 1.0, + "content": "Ian Goodfellow, Jean Pouget-Abadie, Mehdi Mirza, Bing Xu, David Warde-Farley, Sherjil Ozair,", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 115, + 251, + 507, + 265 + ], + "spans": [ + { + "bbox": [ + 115, + 251, + 507, + 265 + ], + "score": 1.0, + "content": "Aaron Courville, and Yoshua Bengio. Generative adversarial nets. In Advances in neural informa-", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 116, + 263, + 305, + 276 + ], + "spans": [ + { + "bbox": [ + 116, + 263, + 305, + 276 + ], + "score": 1.0, + "content": "tion processing systems, pp. 2672–2680, 2014.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12 + }, + { + "type": "text", + "bbox": [ + 107, + 281, + 505, + 315 + ], + "lines": [ + { + "bbox": [ + 106, + 281, + 506, + 294 + ], + "spans": [ + { + "bbox": [ + 106, + 281, + 506, + 294 + ], + "score": 1.0, + "content": "Ishaan Gulrajani, Faruk Ahmed, Martin Arjovsky, Vincent Dumoulin, and Aaron C Courville.", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 115, + 292, + 506, + 306 + ], + "spans": [ + { + "bbox": [ + 115, + 292, + 506, + 306 + ], + "score": 1.0, + "content": "Improved training of wasserstein gans. In Advances in Neural Information Processing Systems, pp.", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 116, + 304, + 191, + 315 + ], + "spans": [ + { + "bbox": [ + 116, + 304, + 191, + 315 + ], + "score": 1.0, + "content": "5769–5779, 2017.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 15 + }, + { + "type": "text", + "bbox": [ + 106, + 321, + 504, + 356 + ], + "lines": [ + { + "bbox": [ + 105, + 321, + 505, + 335 + ], + "spans": [ + { + "bbox": [ + 105, + 321, + 505, + 335 + ], + "score": 1.0, + "content": "Martin Heusel, Hubert Ramsauer, Thomas Unterthiner, Bernhard Nessler, and Sepp Hochreiter. Gans", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 115, + 333, + 505, + 345 + ], + "spans": [ + { + "bbox": [ + 115, + 333, + 505, + 345 + ], + "score": 1.0, + "content": "trained by a two time-scale update rule converge to a local nash equilibrium. In Advances in Neural", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 116, + 344, + 340, + 357 + ], + "spans": [ + { + "bbox": [ + 116, + 344, + 340, + 357 + ], + "score": 1.0, + "content": "Information Processing Systems, pp. 6629–6640, 2017.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 18 + }, + { + "type": "text", + "bbox": [ + 106, + 362, + 504, + 385 + ], + "lines": [ + { + "bbox": [ + 106, + 362, + 505, + 375 + ], + "spans": [ + { + "bbox": [ + 106, + 362, + 505, + 375 + ], + "score": 1.0, + "content": "Masaaki Imaizumi and Kenji Fukumizu. Deep neural networks learn non-smooth functions effectively.", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 116, + 374, + 279, + 385 + ], + "spans": [ + { + "bbox": [ + 116, + 374, + 279, + 385 + ], + "score": 1.0, + "content": "arXiv preprint arXiv:1802.04474, 2018.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 20.5 + }, + { + "type": "text", + "bbox": [ + 107, + 391, + 504, + 415 + ], + "lines": [ + { + "bbox": [ + 105, + 391, + 506, + 405 + ], + "spans": [ + { + "bbox": [ + 105, + 391, + 506, + 405 + ], + "score": 1.0, + "content": "Diederik P Kingma and Max Welling. Auto-encoding variational bayes. arXiv preprint", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 115, + 403, + 215, + 415 + ], + "spans": [ + { + "bbox": [ + 115, + 403, + 215, + 415 + ], + "score": 1.0, + "content": "arXiv:1312.6114, 2013.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22.5 + }, + { + "type": "text", + "bbox": [ + 106, + 421, + 504, + 444 + ], + "lines": [ + { + "bbox": [ + 106, + 420, + 505, + 434 + ], + "spans": [ + { + "bbox": [ + 106, + 420, + 505, + 434 + ], + "score": 1.0, + "content": "Daphne Koller, Nir Friedman, and Francis Bach. Probabilistic graphical models: principles and", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 115, + 432, + 236, + 445 + ], + "spans": [ + { + "bbox": [ + 115, + 432, + 236, + 445 + ], + "score": 1.0, + "content": "techniques. MIT press, 2009.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24.5 + }, + { + "type": "text", + "bbox": [ + 106, + 451, + 503, + 474 + ], + "lines": [ + { + "bbox": [ + 106, + 450, + 505, + 464 + ], + "spans": [ + { + "bbox": [ + 106, + 450, + 505, + 464 + ], + "score": 1.0, + "content": "Yann LeCun, Léon Bottou, Yoshua Bengio, and Patrick Haffner. Gradient-based learning applied to", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 115, + 462, + 417, + 474 + ], + "spans": [ + { + "bbox": [ + 115, + 462, + 417, + 474 + ], + "score": 1.0, + "content": "document recognition. Proceedings of the IEEE, 86(11):2278–2324, 1998.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26.5 + }, + { + "type": "text", + "bbox": [ + 107, + 480, + 504, + 504 + ], + "lines": [ + { + "bbox": [ + 106, + 480, + 504, + 493 + ], + "spans": [ + { + "bbox": [ + 106, + 480, + 504, + 493 + ], + "score": 1.0, + "content": "Tom Leonard. Density estimation, stochastic processes and prior information. Journal of the Royal", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 115, + 492, + 382, + 504 + ], + "spans": [ + { + "bbox": [ + 115, + 492, + 382, + 504 + ], + "score": 1.0, + "content": "Statistical Society. Series B (Methodological), pp. 113–146, 1978.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28.5 + }, + { + "type": "text", + "bbox": [ + 107, + 510, + 505, + 544 + ], + "lines": [ + { + "bbox": [ + 106, + 510, + 506, + 523 + ], + "spans": [ + { + "bbox": [ + 106, + 510, + 506, + 523 + ], + "score": 1.0, + "content": "Chun-Liang Li, Wei-Cheng Chang, Yu Cheng, Yiming Yang, and Barnabás Póczos. Mmd gan:", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 116, + 520, + 505, + 534 + ], + "spans": [ + { + "bbox": [ + 116, + 520, + 505, + 534 + ], + "score": 1.0, + "content": "Towards deeper understanding of moment matching network. In Advances in Neural Information", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 116, + 532, + 289, + 545 + ], + "spans": [ + { + "bbox": [ + 116, + 532, + 289, + 545 + ], + "score": 1.0, + "content": "Processing Systems, pp. 2200–2210, 2017.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 31 + }, + { + "type": "text", + "bbox": [ + 107, + 550, + 504, + 574 + ], + "lines": [ + { + "bbox": [ + 107, + 550, + 505, + 563 + ], + "spans": [ + { + "bbox": [ + 107, + 550, + 505, + 563 + ], + "score": 1.0, + "content": "Yujia Li, Kevin Swersky, and Rich Zemel. Generative moment matching networks. In International", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 116, + 562, + 345, + 575 + ], + "spans": [ + { + "bbox": [ + 116, + 562, + 345, + 575 + ], + "score": 1.0, + "content": "Conference on Machine Learning, pp. 1718–1727, 2015.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 33.5 + }, + { + "type": "text", + "bbox": [ + 106, + 580, + 504, + 603 + ], + "lines": [ + { + "bbox": [ + 106, + 580, + 505, + 593 + ], + "spans": [ + { + "bbox": [ + 106, + 580, + 505, + 593 + ], + "score": 1.0, + "content": "Tengyuan Liang. How well can generative adversarial networks (gan) learn densities: A nonparametric", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 115, + 591, + 303, + 603 + ], + "spans": [ + { + "bbox": [ + 115, + 591, + 303, + 603 + ], + "score": 1.0, + "content": "view. arXiv preprint arXiv:1712.08244, 2017.", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 35.5 + }, + { + "type": "text", + "bbox": [ + 107, + 609, + 505, + 644 + ], + "lines": [ + { + "bbox": [ + 106, + 609, + 505, + 623 + ], + "spans": [ + { + "bbox": [ + 106, + 609, + 505, + 623 + ], + "score": 1.0, + "content": "Shuang Liu, Olivier Bousquet, and Kamalika Chaudhuri. Approximation and convergence properties", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 115, + 620, + 507, + 635 + ], + "spans": [ + { + "bbox": [ + 115, + 620, + 507, + 635 + ], + "score": 1.0, + "content": "of generative adversarial learning. In Advances in Neural Information Processing Systems, pp.", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 116, + 632, + 191, + 643 + ], + "spans": [ + { + "bbox": [ + 116, + 632, + 191, + 643 + ], + "score": 1.0, + "content": "5551–5559, 2017.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 38 + }, + { + "type": "text", + "bbox": [ + 106, + 650, + 504, + 673 + ], + "lines": [ + { + "bbox": [ + 105, + 649, + 506, + 664 + ], + "spans": [ + { + "bbox": [ + 105, + 649, + 506, + 664 + ], + "score": 1.0, + "content": "William Lotter, Gabriel Kreiman, and David Cox. Unsupervised learning of visual structure using", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 115, + 662, + 407, + 673 + ], + "spans": [ + { + "bbox": [ + 115, + 662, + 407, + 673 + ], + "score": 1.0, + "content": "predictive generative networks. arXiv preprint arXiv:1511.06380, 2015.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 40.5 + }, + { + "type": "text", + "bbox": [ + 107, + 680, + 503, + 703 + ], + "lines": [ + { + "bbox": [ + 106, + 680, + 505, + 693 + ], + "spans": [ + { + "bbox": [ + 106, + 680, + 505, + 693 + ], + "score": 1.0, + "content": "Laurens van der Maaten and Geoffrey Hinton. Visualizing data using t-sne. Journal of machine", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 116, + 691, + 298, + 703 + ], + "spans": [ + { + "bbox": [ + 116, + 691, + 298, + 703 + ], + "score": 1.0, + "content": "learning research, 9(Nov):2579–2605, 2008.", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 42.5 + }, + { + "type": "text", + "bbox": [ + 106, + 709, + 503, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 710, + 504, + 721 + ], + "spans": [ + { + "bbox": [ + 106, + 710, + 504, + 721 + ], + "score": 1.0, + "content": "Pascal Massart. Some applications of concentration inequalities to statistics. In Annales-Faculte des", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 115, + 720, + 480, + 732 + ], + "spans": [ + { + "bbox": [ + 115, + 720, + 480, + 732 + ], + "score": 1.0, + "content": "Sciences Toulouse Mathematiques, volume 9, pp. 245–303. Université Paul Sabatier, 2000.", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 44.5 + } + ], + "page_idx": 9, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 26, + 308, + 38 + ], + "lines": [ + { + "bbox": [ + 107, + 25, + 308, + 39 + ], + "spans": [ + { + "bbox": [ + 107, + 25, + 308, + 39 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2019", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 298, + 750, + 312, + 764 + ], + "spans": [ + { + "bbox": [ + 298, + 750, + 312, + 764 + ], + "score": 1.0, + "content": "10", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 505, + 105 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "Sam Efromovich et al. Adaptive estimation of and oracle inequalities for probability densities and", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 117, + 93, + 412, + 105 + ], + "spans": [ + { + "bbox": [ + 117, + 93, + 412, + 105 + ], + "score": 1.0, + "content": "characteristic functions. The Annals of Statistics, 36(3):1127–1155, 2008.", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5, + "bbox_fs": [ + 106, + 82, + 505, + 105 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 111, + 505, + 135 + ], + "lines": [ + { + "bbox": [ + 105, + 110, + 506, + 126 + ], + "spans": [ + { + "bbox": [ + 105, + 110, + 506, + 126 + ], + "score": 1.0, + "content": "Thomas S Ferguson. A bayesian analysis of some nonparametric problems. The annals of statistics,", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 115, + 123, + 196, + 135 + ], + "spans": [ + { + "bbox": [ + 115, + 123, + 196, + 135 + ], + "score": 1.0, + "content": "pp. 209–230, 1973.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 2.5, + "bbox_fs": [ + 105, + 110, + 506, + 135 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 141, + 504, + 175 + ], + "lines": [ + { + "bbox": [ + 105, + 140, + 506, + 155 + ], + "spans": [ + { + "bbox": [ + 105, + 140, + 506, + 155 + ], + "score": 1.0, + "content": "Jon Gauthier. Conditional generative adversarial nets for convolutional face generation. Class Project", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 114, + 153, + 506, + 165 + ], + "spans": [ + { + "bbox": [ + 114, + 153, + 506, + 165 + ], + "score": 1.0, + "content": "for Stanford CS231N: Convolutional Neural Networks for Visual Recognition, Winter semester,", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 115, + 163, + 186, + 176 + ], + "spans": [ + { + "bbox": [ + 115, + 163, + 186, + 176 + ], + "score": 1.0, + "content": "2014(5):2, 2014.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 5, + "bbox_fs": [ + 105, + 140, + 506, + 176 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 182, + 505, + 205 + ], + "lines": [ + { + "bbox": [ + 106, + 182, + 506, + 195 + ], + "spans": [ + { + "bbox": [ + 106, + 182, + 506, + 195 + ], + "score": 1.0, + "content": "Subhashis Ghosal, Aad Van Der Vaart, et al. Posterior convergence rates of dirichlet mixtures at", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 115, + 193, + 378, + 205 + ], + "spans": [ + { + "bbox": [ + 115, + 193, + 378, + 205 + ], + "score": 1.0, + "content": "smooth densities. The Annals of Statistics, 35(2):697–723, 2007.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7.5, + "bbox_fs": [ + 106, + 182, + 506, + 205 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 211, + 506, + 234 + ], + "lines": [ + { + "bbox": [ + 106, + 209, + 505, + 225 + ], + "spans": [ + { + "bbox": [ + 106, + 209, + 505, + 225 + ], + "score": 1.0, + "content": "Ian Goodfellow. Nips 2016 tutorial: Generative adversarial networks. arXiv preprint", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 115, + 222, + 219, + 234 + ], + "spans": [ + { + "bbox": [ + 115, + 222, + 219, + 234 + ], + "score": 1.0, + "content": "arXiv:1701.00160, 2016.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9.5, + "bbox_fs": [ + 106, + 209, + 505, + 234 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 240, + 505, + 275 + ], + "lines": [ + { + "bbox": [ + 105, + 239, + 507, + 255 + ], + "spans": [ + { + "bbox": [ + 105, + 239, + 507, + 255 + ], + "score": 1.0, + "content": "Ian Goodfellow, Jean Pouget-Abadie, Mehdi Mirza, Bing Xu, David Warde-Farley, Sherjil Ozair,", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 115, + 251, + 507, + 265 + ], + "spans": [ + { + "bbox": [ + 115, + 251, + 507, + 265 + ], + "score": 1.0, + "content": "Aaron Courville, and Yoshua Bengio. Generative adversarial nets. In Advances in neural informa-", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 116, + 263, + 305, + 276 + ], + "spans": [ + { + "bbox": [ + 116, + 263, + 305, + 276 + ], + "score": 1.0, + "content": "tion processing systems, pp. 2672–2680, 2014.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12, + "bbox_fs": [ + 105, + 239, + 507, + 276 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 281, + 505, + 315 + ], + "lines": [ + { + "bbox": [ + 106, + 281, + 506, + 294 + ], + "spans": [ + { + "bbox": [ + 106, + 281, + 506, + 294 + ], + "score": 1.0, + "content": "Ishaan Gulrajani, Faruk Ahmed, Martin Arjovsky, Vincent Dumoulin, and Aaron C Courville.", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 115, + 292, + 506, + 306 + ], + "spans": [ + { + "bbox": [ + 115, + 292, + 506, + 306 + ], + "score": 1.0, + "content": "Improved training of wasserstein gans. In Advances in Neural Information Processing Systems, pp.", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 116, + 304, + 191, + 315 + ], + "spans": [ + { + "bbox": [ + 116, + 304, + 191, + 315 + ], + "score": 1.0, + "content": "5769–5779, 2017.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 15, + "bbox_fs": [ + 106, + 281, + 506, + 315 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 321, + 504, + 356 + ], + "lines": [ + { + "bbox": [ + 105, + 321, + 505, + 335 + ], + "spans": [ + { + "bbox": [ + 105, + 321, + 505, + 335 + ], + "score": 1.0, + "content": "Martin Heusel, Hubert Ramsauer, Thomas Unterthiner, Bernhard Nessler, and Sepp Hochreiter. Gans", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 115, + 333, + 505, + 345 + ], + "spans": [ + { + "bbox": [ + 115, + 333, + 505, + 345 + ], + "score": 1.0, + "content": "trained by a two time-scale update rule converge to a local nash equilibrium. In Advances in Neural", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 116, + 344, + 340, + 357 + ], + "spans": [ + { + "bbox": [ + 116, + 344, + 340, + 357 + ], + "score": 1.0, + "content": "Information Processing Systems, pp. 6629–6640, 2017.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 18, + "bbox_fs": [ + 105, + 321, + 505, + 357 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 362, + 504, + 385 + ], + "lines": [ + { + "bbox": [ + 106, + 362, + 505, + 375 + ], + "spans": [ + { + "bbox": [ + 106, + 362, + 505, + 375 + ], + "score": 1.0, + "content": "Masaaki Imaizumi and Kenji Fukumizu. Deep neural networks learn non-smooth functions effectively.", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 116, + 374, + 279, + 385 + ], + "spans": [ + { + "bbox": [ + 116, + 374, + 279, + 385 + ], + "score": 1.0, + "content": "arXiv preprint arXiv:1802.04474, 2018.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 20.5, + "bbox_fs": [ + 106, + 362, + 505, + 385 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 391, + 504, + 415 + ], + "lines": [ + { + "bbox": [ + 105, + 391, + 506, + 405 + ], + "spans": [ + { + "bbox": [ + 105, + 391, + 506, + 405 + ], + "score": 1.0, + "content": "Diederik P Kingma and Max Welling. Auto-encoding variational bayes. arXiv preprint", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 115, + 403, + 215, + 415 + ], + "spans": [ + { + "bbox": [ + 115, + 403, + 215, + 415 + ], + "score": 1.0, + "content": "arXiv:1312.6114, 2013.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22.5, + "bbox_fs": [ + 105, + 391, + 506, + 415 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 421, + 504, + 444 + ], + "lines": [ + { + "bbox": [ + 106, + 420, + 505, + 434 + ], + "spans": [ + { + "bbox": [ + 106, + 420, + 505, + 434 + ], + "score": 1.0, + "content": "Daphne Koller, Nir Friedman, and Francis Bach. Probabilistic graphical models: principles and", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 115, + 432, + 236, + 445 + ], + "spans": [ + { + "bbox": [ + 115, + 432, + 236, + 445 + ], + "score": 1.0, + "content": "techniques. MIT press, 2009.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24.5, + "bbox_fs": [ + 106, + 420, + 505, + 445 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 451, + 503, + 474 + ], + "lines": [ + { + "bbox": [ + 106, + 450, + 505, + 464 + ], + "spans": [ + { + "bbox": [ + 106, + 450, + 505, + 464 + ], + "score": 1.0, + "content": "Yann LeCun, Léon Bottou, Yoshua Bengio, and Patrick Haffner. Gradient-based learning applied to", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 115, + 462, + 417, + 474 + ], + "spans": [ + { + "bbox": [ + 115, + 462, + 417, + 474 + ], + "score": 1.0, + "content": "document recognition. Proceedings of the IEEE, 86(11):2278–2324, 1998.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26.5, + "bbox_fs": [ + 106, + 450, + 505, + 474 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 480, + 504, + 504 + ], + "lines": [ + { + "bbox": [ + 106, + 480, + 504, + 493 + ], + "spans": [ + { + "bbox": [ + 106, + 480, + 504, + 493 + ], + "score": 1.0, + "content": "Tom Leonard. Density estimation, stochastic processes and prior information. Journal of the Royal", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 115, + 492, + 382, + 504 + ], + "spans": [ + { + "bbox": [ + 115, + 492, + 382, + 504 + ], + "score": 1.0, + "content": "Statistical Society. Series B (Methodological), pp. 113–146, 1978.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28.5, + "bbox_fs": [ + 106, + 480, + 504, + 504 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 510, + 505, + 544 + ], + "lines": [ + { + "bbox": [ + 106, + 510, + 506, + 523 + ], + "spans": [ + { + "bbox": [ + 106, + 510, + 506, + 523 + ], + "score": 1.0, + "content": "Chun-Liang Li, Wei-Cheng Chang, Yu Cheng, Yiming Yang, and Barnabás Póczos. Mmd gan:", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 116, + 520, + 505, + 534 + ], + "spans": [ + { + "bbox": [ + 116, + 520, + 505, + 534 + ], + "score": 1.0, + "content": "Towards deeper understanding of moment matching network. In Advances in Neural Information", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 116, + 532, + 289, + 545 + ], + "spans": [ + { + "bbox": [ + 116, + 532, + 289, + 545 + ], + "score": 1.0, + "content": "Processing Systems, pp. 2200–2210, 2017.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 31, + "bbox_fs": [ + 106, + 510, + 506, + 545 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 550, + 504, + 574 + ], + "lines": [ + { + "bbox": [ + 107, + 550, + 505, + 563 + ], + "spans": [ + { + "bbox": [ + 107, + 550, + 505, + 563 + ], + "score": 1.0, + "content": "Yujia Li, Kevin Swersky, and Rich Zemel. Generative moment matching networks. In International", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 116, + 562, + 345, + 575 + ], + "spans": [ + { + "bbox": [ + 116, + 562, + 345, + 575 + ], + "score": 1.0, + "content": "Conference on Machine Learning, pp. 1718–1727, 2015.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 33.5, + "bbox_fs": [ + 107, + 550, + 505, + 575 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 580, + 504, + 603 + ], + "lines": [ + { + "bbox": [ + 106, + 580, + 505, + 593 + ], + "spans": [ + { + "bbox": [ + 106, + 580, + 505, + 593 + ], + "score": 1.0, + "content": "Tengyuan Liang. How well can generative adversarial networks (gan) learn densities: A nonparametric", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 115, + 591, + 303, + 603 + ], + "spans": [ + { + "bbox": [ + 115, + 591, + 303, + 603 + ], + "score": 1.0, + "content": "view. arXiv preprint arXiv:1712.08244, 2017.", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 35.5, + "bbox_fs": [ + 106, + 580, + 505, + 603 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 609, + 505, + 644 + ], + "lines": [ + { + "bbox": [ + 106, + 609, + 505, + 623 + ], + "spans": [ + { + "bbox": [ + 106, + 609, + 505, + 623 + ], + "score": 1.0, + "content": "Shuang Liu, Olivier Bousquet, and Kamalika Chaudhuri. Approximation and convergence properties", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 115, + 620, + 507, + 635 + ], + "spans": [ + { + "bbox": [ + 115, + 620, + 507, + 635 + ], + "score": 1.0, + "content": "of generative adversarial learning. In Advances in Neural Information Processing Systems, pp.", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 116, + 632, + 191, + 643 + ], + "spans": [ + { + "bbox": [ + 116, + 632, + 191, + 643 + ], + "score": 1.0, + "content": "5551–5559, 2017.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 38, + "bbox_fs": [ + 106, + 609, + 507, + 643 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 650, + 504, + 673 + ], + "lines": [ + { + "bbox": [ + 105, + 649, + 506, + 664 + ], + "spans": [ + { + "bbox": [ + 105, + 649, + 506, + 664 + ], + "score": 1.0, + "content": "William Lotter, Gabriel Kreiman, and David Cox. Unsupervised learning of visual structure using", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 115, + 662, + 407, + 673 + ], + "spans": [ + { + "bbox": [ + 115, + 662, + 407, + 673 + ], + "score": 1.0, + "content": "predictive generative networks. arXiv preprint arXiv:1511.06380, 2015.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 40.5, + "bbox_fs": [ + 105, + 649, + 506, + 673 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 680, + 503, + 703 + ], + "lines": [ + { + "bbox": [ + 106, + 680, + 505, + 693 + ], + "spans": [ + { + "bbox": [ + 106, + 680, + 505, + 693 + ], + "score": 1.0, + "content": "Laurens van der Maaten and Geoffrey Hinton. Visualizing data using t-sne. Journal of machine", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 116, + 691, + 298, + 703 + ], + "spans": [ + { + "bbox": [ + 116, + 691, + 298, + 703 + ], + "score": 1.0, + "content": "learning research, 9(Nov):2579–2605, 2008.", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 42.5, + "bbox_fs": [ + 106, + 680, + 505, + 703 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 709, + 503, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 710, + 504, + 721 + ], + "spans": [ + { + "bbox": [ + 106, + 710, + 504, + 721 + ], + "score": 1.0, + "content": "Pascal Massart. Some applications of concentration inequalities to statistics. In Annales-Faculte des", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 115, + 720, + 480, + 732 + ], + "spans": [ + { + "bbox": [ + 115, + 720, + 480, + 732 + ], + "score": 1.0, + "content": "Sciences Toulouse Mathematiques, volume 9, pp. 245–303. Université Paul Sabatier, 2000.", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 44.5, + "bbox_fs": [ + 106, + 710, + 504, + 732 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 105, + 82, + 504, + 106 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 505, + 95 + ], + "score": 1.0, + "content": "Lars Mescheder, Sebastian Nowozin, and Andreas Geiger. The numerics of gans. In Advances in", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 115, + 93, + 369, + 106 + ], + "spans": [ + { + "bbox": [ + 115, + 93, + 369, + 106 + ], + "score": 1.0, + "content": "Neural Information Processing Systems, pp. 1823–1833, 2017.", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "text", + "bbox": [ + 106, + 111, + 308, + 124 + ], + "lines": [ + { + "bbox": [ + 105, + 111, + 308, + 125 + ], + "spans": [ + { + "bbox": [ + 105, + 111, + 308, + 125 + ], + "score": 1.0, + "content": "James R Munkres. Topology. Prentice Hall, 2000.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 2 + }, + { + "type": "text", + "bbox": [ + 105, + 131, + 505, + 154 + ], + "lines": [ + { + "bbox": [ + 105, + 129, + 506, + 145 + ], + "spans": [ + { + "bbox": [ + 105, + 129, + 506, + 145 + ], + "score": 1.0, + "content": "Elizbar A Nadaraya. On estimating regression. Theory of Probability & Its Applications, 9(1):", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 116, + 142, + 181, + 154 + ], + "spans": [ + { + "bbox": [ + 116, + 142, + 181, + 154 + ], + "score": 1.0, + "content": "141–142, 1964.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + }, + { + "type": "text", + "bbox": [ + 106, + 160, + 505, + 195 + ], + "lines": [ + { + "bbox": [ + 105, + 160, + 505, + 174 + ], + "spans": [ + { + "bbox": [ + 105, + 160, + 505, + 174 + ], + "score": 1.0, + "content": "Sebastian Nowozin, Botond Cseke, and Ryota Tomioka. f-gan: Training generative neural samplers", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 115, + 171, + 506, + 185 + ], + "spans": [ + { + "bbox": [ + 115, + 171, + 506, + 185 + ], + "score": 1.0, + "content": "using variational divergence minimization. In Advances in Neural Information Processing Systems,", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 115, + 183, + 196, + 195 + ], + "spans": [ + { + "bbox": [ + 115, + 183, + 196, + 195 + ], + "score": 1.0, + "content": "pp. 271–279, 2016.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6 + }, + { + "type": "text", + "bbox": [ + 106, + 201, + 505, + 225 + ], + "lines": [ + { + "bbox": [ + 105, + 200, + 505, + 216 + ], + "spans": [ + { + "bbox": [ + 105, + 200, + 505, + 216 + ], + "score": 1.0, + "content": "Philipp Petersen and Felix Voigtlaender. Optimal approximation of piecewise smooth functions using", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 115, + 213, + 388, + 225 + ], + "spans": [ + { + "bbox": [ + 115, + 213, + 388, + 225 + ], + "score": 1.0, + "content": "deep relu neural networks. arXiv preprint arXiv:1709.05289, 2017.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8.5 + }, + { + "type": "text", + "bbox": [ + 107, + 231, + 505, + 255 + ], + "lines": [ + { + "bbox": [ + 106, + 231, + 506, + 244 + ], + "spans": [ + { + "bbox": [ + 106, + 231, + 506, + 244 + ], + "score": 1.0, + "content": "Scott Reed, Zeynep Akata, Xinchen Yan, Lajanugen Logeswaran, Bernt Schiele, and Honglak Lee.", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 117, + 243, + 467, + 256 + ], + "spans": [ + { + "bbox": [ + 117, + 243, + 467, + 256 + ], + "score": 1.0, + "content": "Generative adversarial text to image synthesis. arXiv preprint arXiv:1605.05396, 2016.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10.5 + }, + { + "type": "text", + "bbox": [ + 105, + 261, + 505, + 285 + ], + "lines": [ + { + "bbox": [ + 106, + 261, + 505, + 274 + ], + "spans": [ + { + "bbox": [ + 106, + 261, + 505, + 274 + ], + "score": 1.0, + "content": "Johannes Schmidt-Hieber. Nonparametric regression using deep neural networks with relu activation", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 116, + 273, + 318, + 284 + ], + "spans": [ + { + "bbox": [ + 116, + 273, + 318, + 284 + ], + "score": 1.0, + "content": "function. arXiv preprint arXiv:1708.06633, 2017.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12.5 + }, + { + "type": "text", + "bbox": [ + 107, + 291, + 505, + 325 + ], + "lines": [ + { + "bbox": [ + 105, + 291, + 505, + 304 + ], + "spans": [ + { + "bbox": [ + 105, + 291, + 505, + 304 + ], + "score": 1.0, + "content": "Mathieu Sinn and Ambrish Rawat. Non-parametric estimation of jensen-shannon divergence in", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 115, + 302, + 506, + 316 + ], + "spans": [ + { + "bbox": [ + 115, + 302, + 506, + 316 + ], + "score": 1.0, + "content": "generative adversarial network training. In International Conference on Artificial Intelligence and", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 115, + 313, + 237, + 326 + ], + "spans": [ + { + "bbox": [ + 115, + 313, + 237, + 326 + ], + "score": 1.0, + "content": "Statistics, pp. 642–651, 2018.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 15 + }, + { + "type": "text", + "bbox": [ + 106, + 332, + 506, + 366 + ], + "lines": [ + { + "bbox": [ + 106, + 332, + 506, + 345 + ], + "spans": [ + { + "bbox": [ + 106, + 332, + 506, + 345 + ], + "score": 1.0, + "content": "Bharath K Sriperumbudur, Kenji Fukumizu, Arthur Gretton, Bernhard Schölkopf, Gert RG Lanckriet,", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 115, + 343, + 506, + 356 + ], + "spans": [ + { + "bbox": [ + 115, + 343, + 506, + 356 + ], + "score": 1.0, + "content": "et al. On the empirical estimation of integral probability metrics. Electronic Journal of Statistics,", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 116, + 354, + 199, + 366 + ], + "spans": [ + { + "bbox": [ + 116, + 354, + 199, + 366 + ], + "score": 1.0, + "content": "6:1550–1599, 2012.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 18 + }, + { + "type": "text", + "bbox": [ + 106, + 372, + 505, + 397 + ], + "lines": [ + { + "bbox": [ + 106, + 373, + 506, + 386 + ], + "spans": [ + { + "bbox": [ + 106, + 373, + 506, + 386 + ], + "score": 1.0, + "content": "Elias M Stein. Singular integrals and differentiability properties of functions (PMS-30), volume 30.", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 115, + 384, + 249, + 397 + ], + "spans": [ + { + "bbox": [ + 115, + 384, + 249, + 397 + ], + "score": 1.0, + "content": "Princeton university press, 2016.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 20.5 + }, + { + "type": "text", + "bbox": [ + 106, + 402, + 505, + 426 + ], + "lines": [ + { + "bbox": [ + 105, + 402, + 506, + 417 + ], + "spans": [ + { + "bbox": [ + 105, + 402, + 506, + 417 + ], + "score": 1.0, + "content": "Ingo Steinwart and Andreas Christmann. Support vector machines. Springer Science & Business", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 115, + 414, + 172, + 426 + ], + "spans": [ + { + "bbox": [ + 115, + 414, + 172, + 426 + ], + "score": 1.0, + "content": "Media, 2008.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22.5 + }, + { + "type": "text", + "bbox": [ + 107, + 432, + 505, + 456 + ], + "lines": [ + { + "bbox": [ + 105, + 432, + 507, + 446 + ], + "spans": [ + { + "bbox": [ + 105, + 432, + 507, + 446 + ], + "score": 1.0, + "content": "CJ Stone. Optimal global rates of convergence for nonparametric regression. The Annals of Statistics,", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 117, + 444, + 203, + 456 + ], + "spans": [ + { + "bbox": [ + 117, + 444, + 203, + 456 + ], + "score": 1.0, + "content": "10:1040–1053, 1982.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24.5 + }, + { + "type": "text", + "bbox": [ + 107, + 462, + 506, + 497 + ], + "lines": [ + { + "bbox": [ + 106, + 462, + 505, + 475 + ], + "spans": [ + { + "bbox": [ + 106, + 462, + 505, + 475 + ], + "score": 1.0, + "content": "Ilya O Tolstikhin, Sylvain Gelly, Olivier Bousquet, Carl-Johann Simon-Gabriel, and Bernhard", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 115, + 473, + 506, + 488 + ], + "spans": [ + { + "bbox": [ + 115, + 473, + 506, + 488 + ], + "score": 1.0, + "content": "Schölkopf. Adagan: Boosting generative models. In Advances in Neural Information Processing", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 115, + 485, + 243, + 497 + ], + "spans": [ + { + "bbox": [ + 115, + 485, + 243, + 497 + ], + "score": 1.0, + "content": "Systems, pp. 5430–5439, 2017.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 27 + }, + { + "type": "text", + "bbox": [ + 107, + 503, + 397, + 516 + ], + "lines": [ + { + "bbox": [ + 105, + 503, + 397, + 517 + ], + "spans": [ + { + "bbox": [ + 105, + 503, + 397, + 517 + ], + "score": 1.0, + "content": "Alexandre B Tsybakov. Introduction to nonparametric estimation, 2009.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 29 + }, + { + "type": "text", + "bbox": [ + 106, + 522, + 504, + 546 + ], + "lines": [ + { + "bbox": [ + 105, + 521, + 505, + 536 + ], + "spans": [ + { + "bbox": [ + 105, + 521, + 505, + 536 + ], + "score": 1.0, + "content": "AW van der Vaart and JH van Zanten. Rates of contraction of posterior distributions based on gaussian", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 115, + 534, + 376, + 546 + ], + "spans": [ + { + "bbox": [ + 115, + 534, + 376, + 546 + ], + "score": 1.0, + "content": "process priors. The Annals of Statistics, 36(3):1435–1463, 2008.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 30.5 + }, + { + "type": "text", + "bbox": [ + 107, + 552, + 505, + 576 + ], + "lines": [ + { + "bbox": [ + 106, + 551, + 505, + 565 + ], + "spans": [ + { + "bbox": [ + 106, + 551, + 505, + 565 + ], + "score": 1.0, + "content": "AW van der Vaart and Jon Wellner. Weak Convergence and Empirical Processes: With Applications", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 115, + 564, + 343, + 576 + ], + "spans": [ + { + "bbox": [ + 115, + 564, + 343, + 576 + ], + "score": 1.0, + "content": "to Statistics. Springer Science & Business Media, 1996.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32.5 + }, + { + "type": "text", + "bbox": [ + 106, + 582, + 505, + 605 + ], + "lines": [ + { + "bbox": [ + 106, + 582, + 506, + 595 + ], + "spans": [ + { + "bbox": [ + 106, + 582, + 506, + 595 + ], + "score": 1.0, + "content": "Dmitry Yarotsky. Error bounds for approximations with deep relu networks. Neural Networks, 94:", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 115, + 593, + 181, + 605 + ], + "spans": [ + { + "bbox": [ + 115, + 593, + 181, + 605 + ], + "score": 1.0, + "content": "103–114, 2017.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 34.5 + }, + { + "type": "text", + "bbox": [ + 106, + 612, + 506, + 646 + ], + "lines": [ + { + "bbox": [ + 106, + 612, + 505, + 625 + ], + "spans": [ + { + "bbox": [ + 106, + 612, + 505, + 625 + ], + "score": 1.0, + "content": "Pengchuan Zhang, Qiang Liu, Dengyong Zhou, Tao Xu, and Xiaodong He. On the discrimination-", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 115, + 623, + 506, + 636 + ], + "spans": [ + { + "bbox": [ + 115, + 623, + 506, + 636 + ], + "score": 1.0, + "content": "generalization tradeoff in gans. Proceedings of International Conference on Learning Representa-", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 115, + 634, + 167, + 646 + ], + "spans": [ + { + "bbox": [ + 115, + 634, + 167, + 646 + ], + "score": 1.0, + "content": "tions, 2018.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 37 + }, + { + "type": "text", + "bbox": [ + 105, + 653, + 504, + 676 + ], + "lines": [ + { + "bbox": [ + 105, + 653, + 505, + 666 + ], + "spans": [ + { + "bbox": [ + 105, + 653, + 505, + 666 + ], + "score": 1.0, + "content": "Junbo Zhao, Michael Mathieu, and Yann LeCun. Energy-based generative adversarial network. arXiv", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 114, + 665, + 254, + 676 + ], + "spans": [ + { + "bbox": [ + 114, + 665, + 254, + 676 + ], + "score": 1.0, + "content": "preprint arXiv:1609.03126, 2016.", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 39.5 + }, + { + "type": "text", + "bbox": [ + 105, + 682, + 505, + 706 + ], + "lines": [ + { + "bbox": [ + 106, + 683, + 505, + 696 + ], + "spans": [ + { + "bbox": [ + 106, + 683, + 505, + 696 + ], + "score": 1.0, + "content": "Jun-Yan Zhu, Taesung Park, Phillip Isola, and Alexei A Efros. Unpaired image-to-image translation", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 115, + 694, + 459, + 707 + ], + "spans": [ + { + "bbox": [ + 115, + 694, + 459, + 707 + ], + "score": 1.0, + "content": "using cycle-consistent adversarial networks. arXiv preprint arXiv:1703.10593, 2017.", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 41.5 + } + ], + "page_idx": 10, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 26, + 308, + 38 + ], + "lines": [ + { + "bbox": [ + 107, + 25, + 308, + 39 + ], + "spans": [ + { + "bbox": [ + 107, + 25, + 308, + 39 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2019", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 310, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 312, + 765 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 765 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 15, + "width": 13 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 105, + 82, + 504, + 106 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 505, + 95 + ], + "score": 1.0, + "content": "Lars Mescheder, Sebastian Nowozin, and Andreas Geiger. The numerics of gans. In Advances in", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 115, + 93, + 369, + 106 + ], + "spans": [ + { + "bbox": [ + 115, + 93, + 369, + 106 + ], + "score": 1.0, + "content": "Neural Information Processing Systems, pp. 1823–1833, 2017.", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5, + "bbox_fs": [ + 105, + 81, + 505, + 106 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 111, + 308, + 124 + ], + "lines": [ + { + "bbox": [ + 105, + 111, + 308, + 125 + ], + "spans": [ + { + "bbox": [ + 105, + 111, + 308, + 125 + ], + "score": 1.0, + "content": "James R Munkres. Topology. Prentice Hall, 2000.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 2, + "bbox_fs": [ + 105, + 111, + 308, + 125 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 131, + 505, + 154 + ], + "lines": [ + { + "bbox": [ + 105, + 129, + 506, + 145 + ], + "spans": [ + { + "bbox": [ + 105, + 129, + 506, + 145 + ], + "score": 1.0, + "content": "Elizbar A Nadaraya. On estimating regression. Theory of Probability & Its Applications, 9(1):", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 116, + 142, + 181, + 154 + ], + "spans": [ + { + "bbox": [ + 116, + 142, + 181, + 154 + ], + "score": 1.0, + "content": "141–142, 1964.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5, + "bbox_fs": [ + 105, + 129, + 506, + 154 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 160, + 505, + 195 + ], + "lines": [ + { + "bbox": [ + 105, + 160, + 505, + 174 + ], + "spans": [ + { + "bbox": [ + 105, + 160, + 505, + 174 + ], + "score": 1.0, + "content": "Sebastian Nowozin, Botond Cseke, and Ryota Tomioka. f-gan: Training generative neural samplers", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 115, + 171, + 506, + 185 + ], + "spans": [ + { + "bbox": [ + 115, + 171, + 506, + 185 + ], + "score": 1.0, + "content": "using variational divergence minimization. In Advances in Neural Information Processing Systems,", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 115, + 183, + 196, + 195 + ], + "spans": [ + { + "bbox": [ + 115, + 183, + 196, + 195 + ], + "score": 1.0, + "content": "pp. 271–279, 2016.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6, + "bbox_fs": [ + 105, + 160, + 506, + 195 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 201, + 505, + 225 + ], + "lines": [ + { + "bbox": [ + 105, + 200, + 505, + 216 + ], + "spans": [ + { + "bbox": [ + 105, + 200, + 505, + 216 + ], + "score": 1.0, + "content": "Philipp Petersen and Felix Voigtlaender. Optimal approximation of piecewise smooth functions using", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 115, + 213, + 388, + 225 + ], + "spans": [ + { + "bbox": [ + 115, + 213, + 388, + 225 + ], + "score": 1.0, + "content": "deep relu neural networks. arXiv preprint arXiv:1709.05289, 2017.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8.5, + "bbox_fs": [ + 105, + 200, + 505, + 225 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 231, + 505, + 255 + ], + "lines": [ + { + "bbox": [ + 106, + 231, + 506, + 244 + ], + "spans": [ + { + "bbox": [ + 106, + 231, + 506, + 244 + ], + "score": 1.0, + "content": "Scott Reed, Zeynep Akata, Xinchen Yan, Lajanugen Logeswaran, Bernt Schiele, and Honglak Lee.", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 117, + 243, + 467, + 256 + ], + "spans": [ + { + "bbox": [ + 117, + 243, + 467, + 256 + ], + "score": 1.0, + "content": "Generative adversarial text to image synthesis. arXiv preprint arXiv:1605.05396, 2016.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10.5, + "bbox_fs": [ + 106, + 231, + 506, + 256 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 261, + 505, + 285 + ], + "lines": [ + { + "bbox": [ + 106, + 261, + 505, + 274 + ], + "spans": [ + { + "bbox": [ + 106, + 261, + 505, + 274 + ], + "score": 1.0, + "content": "Johannes Schmidt-Hieber. Nonparametric regression using deep neural networks with relu activation", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 116, + 273, + 318, + 284 + ], + "spans": [ + { + "bbox": [ + 116, + 273, + 318, + 284 + ], + "score": 1.0, + "content": "function. arXiv preprint arXiv:1708.06633, 2017.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12.5, + "bbox_fs": [ + 106, + 261, + 505, + 284 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 291, + 505, + 325 + ], + "lines": [ + { + "bbox": [ + 105, + 291, + 505, + 304 + ], + "spans": [ + { + "bbox": [ + 105, + 291, + 505, + 304 + ], + "score": 1.0, + "content": "Mathieu Sinn and Ambrish Rawat. Non-parametric estimation of jensen-shannon divergence in", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 115, + 302, + 506, + 316 + ], + "spans": [ + { + "bbox": [ + 115, + 302, + 506, + 316 + ], + "score": 1.0, + "content": "generative adversarial network training. In International Conference on Artificial Intelligence and", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 115, + 313, + 237, + 326 + ], + "spans": [ + { + "bbox": [ + 115, + 313, + 237, + 326 + ], + "score": 1.0, + "content": "Statistics, pp. 642–651, 2018.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 15, + "bbox_fs": [ + 105, + 291, + 506, + 326 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 332, + 506, + 366 + ], + "lines": [ + { + "bbox": [ + 106, + 332, + 506, + 345 + ], + "spans": [ + { + "bbox": [ + 106, + 332, + 506, + 345 + ], + "score": 1.0, + "content": "Bharath K Sriperumbudur, Kenji Fukumizu, Arthur Gretton, Bernhard Schölkopf, Gert RG Lanckriet,", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 115, + 343, + 506, + 356 + ], + "spans": [ + { + "bbox": [ + 115, + 343, + 506, + 356 + ], + "score": 1.0, + "content": "et al. On the empirical estimation of integral probability metrics. Electronic Journal of Statistics,", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 116, + 354, + 199, + 366 + ], + "spans": [ + { + "bbox": [ + 116, + 354, + 199, + 366 + ], + "score": 1.0, + "content": "6:1550–1599, 2012.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 18, + "bbox_fs": [ + 106, + 332, + 506, + 366 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 372, + 505, + 397 + ], + "lines": [ + { + "bbox": [ + 106, + 373, + 506, + 386 + ], + "spans": [ + { + "bbox": [ + 106, + 373, + 506, + 386 + ], + "score": 1.0, + "content": "Elias M Stein. Singular integrals and differentiability properties of functions (PMS-30), volume 30.", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 115, + 384, + 249, + 397 + ], + "spans": [ + { + "bbox": [ + 115, + 384, + 249, + 397 + ], + "score": 1.0, + "content": "Princeton university press, 2016.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 20.5, + "bbox_fs": [ + 106, + 373, + 506, + 397 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 402, + 505, + 426 + ], + "lines": [ + { + "bbox": [ + 105, + 402, + 506, + 417 + ], + "spans": [ + { + "bbox": [ + 105, + 402, + 506, + 417 + ], + "score": 1.0, + "content": "Ingo Steinwart and Andreas Christmann. Support vector machines. Springer Science & Business", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 115, + 414, + 172, + 426 + ], + "spans": [ + { + "bbox": [ + 115, + 414, + 172, + 426 + ], + "score": 1.0, + "content": "Media, 2008.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22.5, + "bbox_fs": [ + 105, + 402, + 506, + 426 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 432, + 505, + 456 + ], + "lines": [ + { + "bbox": [ + 105, + 432, + 507, + 446 + ], + "spans": [ + { + "bbox": [ + 105, + 432, + 507, + 446 + ], + "score": 1.0, + "content": "CJ Stone. Optimal global rates of convergence for nonparametric regression. The Annals of Statistics,", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 117, + 444, + 203, + 456 + ], + "spans": [ + { + "bbox": [ + 117, + 444, + 203, + 456 + ], + "score": 1.0, + "content": "10:1040–1053, 1982.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24.5, + "bbox_fs": [ + 105, + 432, + 507, + 456 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 462, + 506, + 497 + ], + "lines": [ + { + "bbox": [ + 106, + 462, + 505, + 475 + ], + "spans": [ + { + "bbox": [ + 106, + 462, + 505, + 475 + ], + "score": 1.0, + "content": "Ilya O Tolstikhin, Sylvain Gelly, Olivier Bousquet, Carl-Johann Simon-Gabriel, and Bernhard", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 115, + 473, + 506, + 488 + ], + "spans": [ + { + "bbox": [ + 115, + 473, + 506, + 488 + ], + "score": 1.0, + "content": "Schölkopf. Adagan: Boosting generative models. In Advances in Neural Information Processing", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 115, + 485, + 243, + 497 + ], + "spans": [ + { + "bbox": [ + 115, + 485, + 243, + 497 + ], + "score": 1.0, + "content": "Systems, pp. 5430–5439, 2017.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 27, + "bbox_fs": [ + 106, + 462, + 506, + 497 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 503, + 397, + 516 + ], + "lines": [ + { + "bbox": [ + 105, + 503, + 397, + 517 + ], + "spans": [ + { + "bbox": [ + 105, + 503, + 397, + 517 + ], + "score": 1.0, + "content": "Alexandre B Tsybakov. Introduction to nonparametric estimation, 2009.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 29, + "bbox_fs": [ + 105, + 503, + 397, + 517 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 522, + 504, + 546 + ], + "lines": [ + { + "bbox": [ + 105, + 521, + 505, + 536 + ], + "spans": [ + { + "bbox": [ + 105, + 521, + 505, + 536 + ], + "score": 1.0, + "content": "AW van der Vaart and JH van Zanten. Rates of contraction of posterior distributions based on gaussian", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 115, + 534, + 376, + 546 + ], + "spans": [ + { + "bbox": [ + 115, + 534, + 376, + 546 + ], + "score": 1.0, + "content": "process priors. The Annals of Statistics, 36(3):1435–1463, 2008.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 30.5, + "bbox_fs": [ + 105, + 521, + 505, + 546 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 552, + 505, + 576 + ], + "lines": [ + { + "bbox": [ + 106, + 551, + 505, + 565 + ], + "spans": [ + { + "bbox": [ + 106, + 551, + 505, + 565 + ], + "score": 1.0, + "content": "AW van der Vaart and Jon Wellner. Weak Convergence and Empirical Processes: With Applications", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 115, + 564, + 343, + 576 + ], + "spans": [ + { + "bbox": [ + 115, + 564, + 343, + 576 + ], + "score": 1.0, + "content": "to Statistics. Springer Science & Business Media, 1996.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32.5, + "bbox_fs": [ + 106, + 551, + 505, + 576 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 582, + 505, + 605 + ], + "lines": [ + { + "bbox": [ + 106, + 582, + 506, + 595 + ], + "spans": [ + { + "bbox": [ + 106, + 582, + 506, + 595 + ], + "score": 1.0, + "content": "Dmitry Yarotsky. Error bounds for approximations with deep relu networks. Neural Networks, 94:", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 115, + 593, + 181, + 605 + ], + "spans": [ + { + "bbox": [ + 115, + 593, + 181, + 605 + ], + "score": 1.0, + "content": "103–114, 2017.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 34.5, + "bbox_fs": [ + 106, + 582, + 506, + 605 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 612, + 506, + 646 + ], + "lines": [ + { + "bbox": [ + 106, + 612, + 505, + 625 + ], + "spans": [ + { + "bbox": [ + 106, + 612, + 505, + 625 + ], + "score": 1.0, + "content": "Pengchuan Zhang, Qiang Liu, Dengyong Zhou, Tao Xu, and Xiaodong He. On the discrimination-", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 115, + 623, + 506, + 636 + ], + "spans": [ + { + "bbox": [ + 115, + 623, + 506, + 636 + ], + "score": 1.0, + "content": "generalization tradeoff in gans. Proceedings of International Conference on Learning Representa-", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 115, + 634, + 167, + 646 + ], + "spans": [ + { + "bbox": [ + 115, + 634, + 167, + 646 + ], + "score": 1.0, + "content": "tions, 2018.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 37, + "bbox_fs": [ + 106, + 612, + 506, + 646 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 653, + 504, + 676 + ], + "lines": [ + { + "bbox": [ + 105, + 653, + 505, + 666 + ], + "spans": [ + { + "bbox": [ + 105, + 653, + 505, + 666 + ], + "score": 1.0, + "content": "Junbo Zhao, Michael Mathieu, and Yann LeCun. Energy-based generative adversarial network. arXiv", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 114, + 665, + 254, + 676 + ], + "spans": [ + { + "bbox": [ + 114, + 665, + 254, + 676 + ], + "score": 1.0, + "content": "preprint arXiv:1609.03126, 2016.", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 39.5, + "bbox_fs": [ + 105, + 653, + 505, + 676 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 682, + 505, + 706 + ], + "lines": [ + { + "bbox": [ + 106, + 683, + 505, + 696 + ], + "spans": [ + { + "bbox": [ + 106, + 683, + 505, + 696 + ], + "score": 1.0, + "content": "Jun-Yan Zhu, Taesung Park, Phillip Isola, and Alexei A Efros. Unpaired image-to-image translation", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 115, + 694, + 459, + 707 + ], + "spans": [ + { + "bbox": [ + 115, + 694, + 459, + 707 + ], + "score": 1.0, + "content": "using cycle-consistent adversarial networks. arXiv preprint arXiv:1703.10593, 2017.", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 41.5, + "bbox_fs": [ + 106, + 683, + 505, + 707 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 132, + 79, + 478, + 109 + ], + "lines": [ + { + "bbox": [ + 221, + 78, + 390, + 96 + ], + "spans": [ + { + "bbox": [ + 221, + 78, + 390, + 96 + ], + "score": 1.0, + "content": "Supplementary Materials for", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 132, + 91, + 480, + 110 + ], + "spans": [ + { + "bbox": [ + 132, + 91, + 480, + 110 + ], + "score": 1.0, + "content": "“Understanding GANs via disconnected Support Detection”", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "text", + "bbox": [ + 108, + 117, + 504, + 152 + ], + "lines": [ + { + "bbox": [ + 105, + 117, + 506, + 132 + ], + "spans": [ + { + "bbox": [ + 105, + 117, + 227, + 132 + ], + "score": 1.0, + "content": "We introduce a new notation", + "type": "text" + }, + { + "bbox": [ + 228, + 118, + 317, + 130 + ], + "score": 0.91, + "content": "P f : = \\mathbb { E } _ { X \\sim P } [ f ( X ) ]", + "type": "inline_equation" + }, + { + "bbox": [ + 317, + 117, + 432, + 132 + ], + "score": 1.0, + "content": "with a probability measure", + "type": "text" + }, + { + "bbox": [ + 433, + 119, + 442, + 128 + ], + "score": 0.81, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 442, + 117, + 506, + 132 + ], + "score": 1.0, + "content": "and a function", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 107, + 128, + 505, + 142 + ], + "spans": [ + { + "bbox": [ + 107, + 130, + 114, + 141 + ], + "score": 0.82, + "content": "f", + "type": "inline_equation" + }, + { + "bbox": [ + 114, + 128, + 155, + 142 + ], + "score": 1.0, + "content": ". For a set", + "type": "text" + }, + { + "bbox": [ + 155, + 130, + 164, + 139 + ], + "score": 0.79, + "content": "\\Omega", + "type": "inline_equation" + }, + { + "bbox": [ + 164, + 128, + 261, + 142 + ], + "score": 1.0, + "content": "with equipped distance", + "type": "text" + }, + { + "bbox": [ + 261, + 131, + 268, + 139 + ], + "score": 0.77, + "content": "d", + "type": "inline_equation" + }, + { + "bbox": [ + 268, + 128, + 284, + 142 + ], + "score": 1.0, + "content": ", let", + "type": "text" + }, + { + "bbox": [ + 284, + 130, + 327, + 141 + ], + "score": 0.92, + "content": "\\mathcal { N } ( \\epsilon , \\Omega , d )", + "type": "inline_equation" + }, + { + "bbox": [ + 328, + 128, + 505, + 142 + ], + "score": 1.0, + "content": "be a covering number which is a minimum", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 140, + 226, + 151 + ], + "spans": [ + { + "bbox": [ + 105, + 140, + 150, + 151 + ], + "score": 1.0, + "content": "number of", + "type": "text" + }, + { + "bbox": [ + 150, + 142, + 155, + 150 + ], + "score": 0.77, + "content": "\\epsilon", + "type": "inline_equation" + }, + { + "bbox": [ + 156, + 140, + 213, + 151 + ], + "score": 1.0, + "content": "-balls to cover", + "type": "text" + }, + { + "bbox": [ + 214, + 141, + 222, + 150 + ], + "score": 0.79, + "content": "\\Omega", + "type": "inline_equation" + }, + { + "bbox": [ + 222, + 140, + 226, + 151 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3 + }, + { + "type": "title", + "bbox": [ + 107, + 168, + 306, + 181 + ], + "lines": [ + { + "bbox": [ + 106, + 167, + 307, + 182 + ], + "spans": [ + { + "bbox": [ + 106, + 167, + 307, + 182 + ], + "score": 1.0, + "content": "A SOME ADDITIONAL INFORMATION", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5 + }, + { + "type": "title", + "bbox": [ + 107, + 193, + 233, + 205 + ], + "lines": [ + { + "bbox": [ + 104, + 190, + 232, + 209 + ], + "spans": [ + { + "bbox": [ + 104, + 190, + 212, + 209 + ], + "score": 1.0, + "content": "A Rigorous Definition of", + "type": "text" + }, + { + "bbox": [ + 213, + 194, + 232, + 206 + ], + "score": 0.88, + "content": "S _ { \\alpha , J }", + "type": "inline_equation" + } + ], + "index": 6 + } + ], + "index": 6 + }, + { + "type": "text", + "bbox": [ + 106, + 210, + 505, + 244 + ], + "lines": [ + { + "bbox": [ + 105, + 210, + 505, + 223 + ], + "spans": [ + { + "bbox": [ + 105, + 210, + 505, + 223 + ], + "score": 1.0, + "content": "We consider a set represented by a combination of multiple horizon functions, which has been used", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 104, + 218, + 506, + 236 + ], + "spans": [ + { + "bbox": [ + 104, + 218, + 274, + 236 + ], + "score": 1.0, + "content": "in Petersen & Voigtlaender (2017). Given", + "type": "text" + }, + { + "bbox": [ + 275, + 223, + 282, + 231 + ], + "score": 0.78, + "content": "\\alpha", + "type": "inline_equation" + }, + { + "bbox": [ + 282, + 218, + 352, + 236 + ], + "score": 1.0, + "content": "-smooth function", + "type": "text" + }, + { + "bbox": [ + 352, + 221, + 414, + 234 + ], + "score": 0.93, + "content": "h \\in \\check { H ^ { \\alpha } } ( I ^ { D - 1 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 414, + 218, + 435, + 236 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 436, + 222, + 461, + 232 + ], + "score": 0.89, + "content": "\\alpha \\geqslant 1", + "type": "inline_equation" + }, + { + "bbox": [ + 462, + 218, + 506, + 236 + ], + "score": 1.0, + "content": ", a horizon", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 231, + 341, + 245 + ], + "spans": [ + { + "bbox": [ + 105, + 231, + 142, + 245 + ], + "score": 1.0, + "content": "function", + "type": "text" + }, + { + "bbox": [ + 142, + 232, + 216, + 244 + ], + "score": 0.92, + "content": "\\Psi _ { h } : I ^ { D } \\overset { \\sim } { } \\{ 0 , 1 \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 216, + 231, + 295, + 245 + ], + "score": 1.0, + "content": "is defined for some", + "type": "text" + }, + { + "bbox": [ + 296, + 232, + 328, + 244 + ], + "score": 0.92, + "content": "d \\in [ D ]", + "type": "inline_equation" + }, + { + "bbox": [ + 328, + 231, + 341, + 245 + ], + "score": 1.0, + "content": "as", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8 + }, + { + "type": "interline_equation", + "bbox": [ + 151, + 249, + 458, + 263 + ], + "lines": [ + { + "bbox": [ + 151, + 249, + 458, + 263 + ], + "spans": [ + { + "bbox": [ + 151, + 249, + 458, + 263 + ], + "score": 0.89, + "content": "\\Psi _ { h } = \\Psi ( x _ { 1 } , \\ldots , x _ { d - 1 } , x _ { d } \\pm h ( x _ { 1 } , \\ldots , x _ { d - 1 } , x _ { d + 1 } , \\ldots , x _ { D } ) , x _ { d + 1 } , . . . , x _ { D } ) ,", + "type": "interline_equation", + "image_path": "18d13b9c5a1ed09135ab06b369a668b7c550abd7b74685b4d524b947b2a0bbb6.jpg" + } + ] + } + ], + "index": 10, + "virtual_lines": [ + { + "bbox": [ + 151, + 249, + 458, + 263 + ], + "spans": [], + "index": 10 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 268, + 503, + 291 + ], + "lines": [ + { + "bbox": [ + 105, + 267, + 504, + 283 + ], + "spans": [ + { + "bbox": [ + 105, + 267, + 133, + 283 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 270, + 142, + 279 + ], + "score": 0.85, + "content": "\\Psi", + "type": "inline_equation" + }, + { + "bbox": [ + 143, + 267, + 250, + 283 + ], + "score": 1.0, + "content": "is the Heaviside function;", + "type": "text" + }, + { + "bbox": [ + 251, + 269, + 339, + 282 + ], + "score": 0.92, + "content": "\\Psi ( x ) = I _ { \\{ x \\in I ^ { D } | x _ { d } \\geqslant 0 \\} }", + "type": "inline_equation" + }, + { + "bbox": [ + 339, + 267, + 496, + 283 + ], + "score": 1.0, + "content": ". We define a set by the intersection of", + "type": "text" + }, + { + "bbox": [ + 496, + 270, + 504, + 279 + ], + "score": 0.82, + "content": "J", + "type": "inline_equation" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 280, + 392, + 293 + ], + "spans": [ + { + "bbox": [ + 106, + 280, + 179, + 293 + ], + "score": 1.0, + "content": "horizon functions", + "type": "text" + }, + { + "bbox": [ + 180, + 280, + 232, + 292 + ], + "score": 0.92, + "content": "\\Psi _ { h _ { 1 } } , . . . , \\Psi _ { h _ { J } }", + "type": "inline_equation" + }, + { + "bbox": [ + 232, + 280, + 392, + 293 + ], + "score": 1.0, + "content": "; namely the family of sets is defined by", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11.5 + }, + { + "type": "interline_equation", + "bbox": [ + 203, + 297, + 407, + 313 + ], + "lines": [ + { + "bbox": [ + 203, + 297, + 407, + 313 + ], + "spans": [ + { + "bbox": [ + 203, + 297, + 407, + 313 + ], + "score": 0.9, + "content": "S _ { \\alpha , J } : = \\left\\{ S \\subset [ 0 , 1 ] ^ { D } \\mid { \\cal I } _ { S } = \\Psi _ { h _ { 1 } } \\otimes \\cdot \\cdot \\cdot \\otimes \\Psi _ { h _ { J } } \\right\\} .", + "type": "interline_equation", + "image_path": "5b93b4c4bcb78e0e0035e3fda4777f33dd4aedcca7443a3b23f69650a466ea48.jpg" + } + ] + } + ], + "index": 13, + "virtual_lines": [ + { + "bbox": [ + 203, + 297, + 407, + 313 + ], + "spans": [], + "index": 13 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 319, + 503, + 343 + ], + "lines": [ + { + "bbox": [ + 105, + 318, + 505, + 333 + ], + "spans": [ + { + "bbox": [ + 105, + 318, + 152, + 333 + ], + "score": 1.0, + "content": "Intuitively,", + "type": "text" + }, + { + "bbox": [ + 152, + 321, + 159, + 330 + ], + "score": 0.83, + "content": "h", + "type": "inline_equation" + }, + { + "bbox": [ + 159, + 318, + 229, + 333 + ], + "score": 1.0, + "content": "is regarded as an", + "type": "text" + }, + { + "bbox": [ + 230, + 322, + 237, + 330 + ], + "score": 0.8, + "content": "\\alpha", + "type": "inline_equation" + }, + { + "bbox": [ + 237, + 318, + 342, + 333 + ], + "score": 1.0, + "content": "-smooth curved surface in", + "type": "text" + }, + { + "bbox": [ + 342, + 319, + 355, + 330 + ], + "score": 0.88, + "content": "I ^ { D }", + "type": "inline_equation" + }, + { + "bbox": [ + 356, + 318, + 376, + 333 + ], + "score": 1.0, + "content": ", and", + "type": "text" + }, + { + "bbox": [ + 377, + 320, + 390, + 331 + ], + "score": 0.89, + "content": "\\Psi _ { h }", + "type": "inline_equation" + }, + { + "bbox": [ + 391, + 318, + 505, + 333 + ], + "score": 1.0, + "content": "describes a set which is one", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 328, + 475, + 345 + ], + "spans": [ + { + "bbox": [ + 105, + 328, + 208, + 345 + ], + "score": 1.0, + "content": "side of the surface. Also,", + "type": "text" + }, + { + "bbox": [ + 209, + 331, + 246, + 343 + ], + "score": 0.95, + "content": "S \\in S _ { \\alpha , J }", + "type": "inline_equation" + }, + { + "bbox": [ + 246, + 328, + 380, + 345 + ], + "score": 1.0, + "content": "is a set which is a intersection of", + "type": "text" + }, + { + "bbox": [ + 380, + 331, + 388, + 340 + ], + "score": 0.84, + "content": "J", + "type": "inline_equation" + }, + { + "bbox": [ + 388, + 328, + 419, + 345 + ], + "score": 1.0, + "content": "sets by", + "type": "text" + }, + { + "bbox": [ + 419, + 331, + 471, + 343 + ], + "score": 0.92, + "content": "\\Psi _ { h _ { 1 } } , . . . , \\Psi _ { h _ { J } }", + "type": "inline_equation" + }, + { + "bbox": [ + 471, + 328, + 475, + 345 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14.5 + }, + { + "type": "title", + "bbox": [ + 107, + 347, + 257, + 359 + ], + "lines": [ + { + "bbox": [ + 105, + 347, + 258, + 361 + ], + "spans": [ + { + "bbox": [ + 105, + 347, + 258, + 361 + ], + "score": 1.0, + "content": "A Support of Probability Measures", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16 + }, + { + "type": "text", + "bbox": [ + 106, + 363, + 504, + 387 + ], + "lines": [ + { + "bbox": [ + 104, + 362, + 506, + 378 + ], + "spans": [ + { + "bbox": [ + 104, + 362, + 122, + 378 + ], + "score": 1.0, + "content": "Let", + "type": "text" + }, + { + "bbox": [ + 122, + 365, + 136, + 376 + ], + "score": 0.88, + "content": "N _ { x }", + "type": "inline_equation" + }, + { + "bbox": [ + 137, + 362, + 268, + 378 + ], + "score": 1.0, + "content": "denote an open neighborhood of", + "type": "text" + }, + { + "bbox": [ + 268, + 363, + 298, + 375 + ], + "score": 0.91, + "content": "x \\in I ^ { D }", + "type": "inline_equation" + }, + { + "bbox": [ + 298, + 362, + 423, + 378 + ], + "score": 1.0, + "content": ", and For a probability measure", + "type": "text" + }, + { + "bbox": [ + 423, + 365, + 432, + 374 + ], + "score": 0.83, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 432, + 362, + 486, + 378 + ], + "score": 1.0, + "content": ", a support of", + "type": "text" + }, + { + "bbox": [ + 486, + 365, + 495, + 374 + ], + "score": 0.84, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 495, + 362, + 506, + 378 + ], + "score": 1.0, + "content": "is", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 374, + 150, + 388 + ], + "spans": [ + { + "bbox": [ + 105, + 374, + 150, + 388 + ], + "score": 1.0, + "content": "defined as", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17.5 + }, + { + "type": "interline_equation", + "bbox": [ + 206, + 390, + 404, + 418 + ], + "lines": [ + { + "bbox": [ + 206, + 390, + 404, + 418 + ], + "spans": [ + { + "bbox": [ + 206, + 390, + 404, + 418 + ], + "score": 0.91, + "content": "\\mathrm { S u p p } ( P ) : = \\bigg \\{ x \\in I ^ { D } \\ | \\ P ( N _ { x } ) > 0 , \\forall N _ { x } \\in \\Sigma \\bigg \\} .", + "type": "interline_equation", + "image_path": "d5877d293783b1b4ac1b59e5434a024795a56da044f05101f960fa2812038622.jpg" + } + ] + } + ], + "index": 19, + "virtual_lines": [ + { + "bbox": [ + 206, + 390, + 404, + 418 + ], + "spans": [], + "index": 19 + } + ] + }, + { + "type": "title", + "bbox": [ + 107, + 430, + 169, + 443 + ], + "lines": [ + { + "bbox": [ + 105, + 428, + 170, + 446 + ], + "spans": [ + { + "bbox": [ + 105, + 428, + 170, + 446 + ], + "score": 1.0, + "content": "B PROOFS", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 20 + }, + { + "type": "title", + "bbox": [ + 107, + 455, + 219, + 468 + ], + "lines": [ + { + "bbox": [ + 106, + 455, + 220, + 469 + ], + "spans": [ + { + "bbox": [ + 106, + 455, + 220, + 469 + ], + "score": 1.0, + "content": "B.1 PROOF OF LEMMA 1", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 21 + }, + { + "type": "text", + "bbox": [ + 108, + 474, + 503, + 489 + ], + "lines": [ + { + "bbox": [ + 105, + 474, + 506, + 491 + ], + "spans": [ + { + "bbox": [ + 105, + 474, + 122, + 491 + ], + "score": 1.0, + "content": "Fix", + "type": "text" + }, + { + "bbox": [ + 122, + 477, + 160, + 489 + ], + "score": 0.93, + "content": "m \\in [ M ]", + "type": "inline_equation" + }, + { + "bbox": [ + 161, + 474, + 245, + 491 + ], + "score": 1.0, + "content": "and a corresponding", + "type": "text" + }, + { + "bbox": [ + 245, + 474, + 277, + 488 + ], + "score": 0.91, + "content": "\\widetilde { S } _ { m } , S _ { m }", + "type": "inline_equation" + }, + { + "bbox": [ + 278, + 474, + 295, + 491 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 296, + 478, + 309, + 488 + ], + "score": 0.86, + "content": "g _ { m }", + "type": "inline_equation" + }, + { + "bbox": [ + 309, + 474, + 347, + 491 + ], + "score": 1.0, + "content": ". For any", + "type": "text" + }, + { + "bbox": [ + 347, + 477, + 394, + 489 + ], + "score": 0.93, + "content": "B \\in \\sigma ( S _ { m } )", + "type": "inline_equation" + }, + { + "bbox": [ + 394, + 474, + 464, + 491 + ], + "score": 1.0, + "content": ", the definition of", + "type": "text" + }, + { + "bbox": [ + 464, + 478, + 477, + 488 + ], + "score": 0.89, + "content": "\\gamma _ { m }", + "type": "inline_equation" + }, + { + "bbox": [ + 478, + 474, + 506, + 491 + ], + "score": 1.0, + "content": "yields", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 22 + }, + { + "type": "interline_equation", + "bbox": [ + 214, + 493, + 396, + 522 + ], + "lines": [ + { + "bbox": [ + 214, + 493, + 396, + 522 + ], + "spans": [ + { + "bbox": [ + 214, + 493, + 396, + 522 + ], + "score": 0.93, + "content": "P _ { X } ( B ) = P _ { Z } ( \\gamma _ { m } ^ { - 1 } ( B ) ) = \\int _ { \\gamma _ { m } ^ { - 1 } ( B ) } p _ { Z } ( z ) d z ,", + "type": "interline_equation", + "image_path": "a295eb6d8e6cfd958247c4b22dd94c3131e6e1c3f18de4163c37d6d41fa8d632.jpg" + } + ] + } + ], + "index": 23, + "virtual_lines": [ + { + "bbox": [ + 214, + 493, + 396, + 522 + ], + "spans": [], + "index": 23 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 527, + 504, + 540 + ], + "lines": [ + { + "bbox": [ + 106, + 527, + 505, + 541 + ], + "spans": [ + { + "bbox": [ + 106, + 527, + 132, + 541 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 132, + 529, + 145, + 539 + ], + "score": 0.85, + "content": "p _ { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 145, + 527, + 313, + 541 + ], + "score": 1.0, + "content": "is a density function of a uniform measure", + "type": "text" + }, + { + "bbox": [ + 314, + 528, + 327, + 539 + ], + "score": 0.89, + "content": "P _ { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 327, + 527, + 421, + 541 + ], + "score": 1.0, + "content": ". By changing variables", + "type": "text" + }, + { + "bbox": [ + 421, + 527, + 467, + 540 + ], + "score": 0.92, + "content": "x = \\gamma _ { m } ( z )", + "type": "inline_equation" + }, + { + "bbox": [ + 467, + 527, + 505, + 541 + ], + "score": 1.0, + "content": ", we have", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 24 + }, + { + "type": "interline_equation", + "bbox": [ + 209, + 544, + 399, + 573 + ], + "lines": [ + { + "bbox": [ + 209, + 544, + 399, + 573 + ], + "spans": [ + { + "bbox": [ + 209, + 544, + 399, + 573 + ], + "score": 0.93, + "content": "\\int _ { \\gamma _ { m } ^ { - 1 } ( B ) } p _ { Z } ( z ) d z = \\int _ { B } p _ { Z } ( \\gamma _ { m } ^ { - 1 } ( x ) ) J _ { \\gamma _ { m } } ( x ) d x ,", + "type": "interline_equation", + "image_path": "e8d8f30d672cb8d3b343149ba370671f7151204ba587d3f40fbbbb2296396ce6.jpg" + } + ] + } + ], + "index": 25, + "virtual_lines": [ + { + "bbox": [ + 209, + 544, + 399, + 573 + ], + "spans": [], + "index": 25 + } + ] + }, + { + "type": "text", + "bbox": [ + 109, + 578, + 503, + 605 + ], + "lines": [ + { + "bbox": [ + 105, + 577, + 506, + 592 + ], + "spans": [ + { + "bbox": [ + 105, + 577, + 133, + 592 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 578, + 238, + 592 + ], + "score": 0.92, + "content": "J _ { \\gamma _ { m } } ( x ) = | \\operatorname* { d e t } \\nabla g _ { m } ^ { - 1 } ( x ) |", + "type": "inline_equation" + }, + { + "bbox": [ + 238, + 577, + 269, + 592 + ], + "score": 1.0, + "content": ". Using", + "type": "text" + }, + { + "bbox": [ + 269, + 579, + 313, + 591 + ], + "score": 0.93, + "content": "p _ { Z } ( z ) = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 313, + 577, + 341, + 592 + ], + "score": 1.0, + "content": "for all", + "type": "text" + }, + { + "bbox": [ + 341, + 578, + 370, + 590 + ], + "score": 0.91, + "content": "z \\in I ^ { D }", + "type": "inline_equation" + }, + { + "bbox": [ + 370, + 577, + 506, + 592 + ], + "score": 1.0, + "content": ", we obtain the following form of", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 107, + 591, + 284, + 607 + ], + "spans": [ + { + "bbox": [ + 107, + 593, + 137, + 605 + ], + "score": 0.92, + "content": "P _ { X } ( B )", + "type": "inline_equation" + }, + { + "bbox": [ + 137, + 592, + 205, + 607 + ], + "score": 1.0, + "content": "using a function", + "type": "text" + }, + { + "bbox": [ + 206, + 591, + 270, + 604 + ], + "score": 0.92, + "content": "p _ { m } : \\widetilde { S } _ { m } S _ { m }", + "type": "inline_equation" + }, + { + "bbox": [ + 271, + 592, + 284, + 607 + ], + "score": 1.0, + "content": "as", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26.5 + }, + { + "type": "interline_equation", + "bbox": [ + 221, + 610, + 389, + 637 + ], + "lines": [ + { + "bbox": [ + 221, + 610, + 389, + 637 + ], + "spans": [ + { + "bbox": [ + 221, + 610, + 389, + 637 + ], + "score": 0.94, + "content": "P _ { X } ( B ) = \\int _ { B } J _ { g _ { m } } ( x ) d x = : \\int _ { B } p _ { m } ( x ) d x ,", + "type": "interline_equation", + "image_path": "bdbd742866a02c89fdb99d4fdeab787de295196430695486a8d750e1b8aa4e04.jpg" + } + ] + } + ], + "index": 28, + "virtual_lines": [ + { + "bbox": [ + 221, + 610, + 389, + 637 + ], + "spans": [], + "index": 28 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 641, + 350, + 654 + ], + "lines": [ + { + "bbox": [ + 106, + 640, + 351, + 655 + ], + "spans": [ + { + "bbox": [ + 106, + 640, + 123, + 655 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 124, + 643, + 137, + 653 + ], + "score": 0.85, + "content": "p _ { m }", + "type": "inline_equation" + }, + { + "bbox": [ + 137, + 640, + 147, + 655 + ], + "score": 1.0, + "content": "is", + "type": "text" + }, + { + "bbox": [ + 148, + 643, + 155, + 653 + ], + "score": 0.87, + "content": "\\beta", + "type": "inline_equation" + }, + { + "bbox": [ + 155, + 640, + 212, + 655 + ], + "score": 1.0, + "content": "-smooth since", + "type": "text" + }, + { + "bbox": [ + 212, + 643, + 226, + 653 + ], + "score": 0.83, + "content": "\\gamma _ { m }", + "type": "inline_equation" + }, + { + "bbox": [ + 226, + 640, + 236, + 655 + ], + "score": 1.0, + "content": "is", + "type": "text" + }, + { + "bbox": [ + 236, + 642, + 261, + 653 + ], + "score": 0.91, + "content": "\\beta + 1", + "type": "inline_equation" + }, + { + "bbox": [ + 261, + 640, + 351, + 655 + ], + "score": 1.0, + "content": "-smooth and bijective.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 29 + }, + { + "type": "title", + "bbox": [ + 107, + 666, + 220, + 678 + ], + "lines": [ + { + "bbox": [ + 105, + 666, + 221, + 680 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 221, + 680 + ], + "score": 1.0, + "content": "B.2 PROOF OF LEMMA 2", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 30 + }, + { + "type": "text", + "bbox": [ + 107, + 687, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 686, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 686, + 304, + 700 + ], + "score": 1.0, + "content": "Firstly, we show the first points. Suppose that", + "type": "text" + }, + { + "bbox": [ + 305, + 691, + 311, + 699 + ], + "score": 0.73, + "content": "g", + "type": "inline_equation" + }, + { + "bbox": [ + 311, + 686, + 505, + 700 + ], + "score": 1.0, + "content": "is a continuous mapping. By the generalized", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 698, + 506, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 424, + 711 + ], + "score": 1.0, + "content": "intermediate value theorem (Theorem 24.3 in Munkres (2000)), we know that", + "type": "text" + }, + { + "bbox": [ + 425, + 698, + 451, + 711 + ], + "score": 0.92, + "content": "g ( I ^ { D } )", + "type": "inline_equation" + }, + { + "bbox": [ + 451, + 698, + 506, + 711 + ], + "score": 1.0, + "content": "is connected", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 708, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 708, + 130, + 722 + ], + "score": 1.0, + "content": "since", + "type": "text" + }, + { + "bbox": [ + 130, + 709, + 143, + 720 + ], + "score": 0.88, + "content": "I ^ { D }", + "type": "inline_equation" + }, + { + "bbox": [ + 144, + 708, + 300, + 722 + ], + "score": 1.0, + "content": "is a connected set. Thus, a support of", + "type": "text" + }, + { + "bbox": [ + 300, + 710, + 312, + 722 + ], + "score": 0.88, + "content": "P _ { g }", + "type": "inline_equation" + }, + { + "bbox": [ + 313, + 708, + 412, + 722 + ], + "score": 1.0, + "content": "is connected. However,", + "type": "text" + }, + { + "bbox": [ + 412, + 710, + 424, + 722 + ], + "score": 0.88, + "content": "P _ { g }", + "type": "inline_equation" + }, + { + "bbox": [ + 425, + 708, + 506, + 722 + ], + "score": 1.0, + "content": "has a disconnected", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 720, + 505, + 732 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 257, + 732 + ], + "score": 1.0, + "content": "support, thus there is a contradiction.", + "type": "text" + }, + { + "bbox": [ + 494, + 721, + 505, + 731 + ], + "score": 1.0, + "content": "□", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 32.5 + } + ], + "page_idx": 11, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 26, + 308, + 38 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 308, + 39 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 308, + 39 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2019", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 312, + 765 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 765 + ], + "score": 1.0, + "content": "12", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 494, + 642, + 505, + 652 + ], + "lines": [ + { + "bbox": [ + 496, + 644, + 504, + 652 + ], + "spans": [ + { + "bbox": [ + 496, + 644, + 504, + 652 + ], + "score": 0.999, + "content": "□", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "title", + "bbox": [ + 132, + 79, + 478, + 109 + ], + "lines": [ + { + "bbox": [ + 221, + 78, + 390, + 96 + ], + "spans": [ + { + "bbox": [ + 221, + 78, + 390, + 96 + ], + "score": 1.0, + "content": "Supplementary Materials for", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 132, + 91, + 480, + 110 + ], + "spans": [ + { + "bbox": [ + 132, + 91, + 480, + 110 + ], + "score": 1.0, + "content": "“Understanding GANs via disconnected Support Detection”", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "text", + "bbox": [ + 108, + 117, + 504, + 152 + ], + "lines": [ + { + "bbox": [ + 105, + 117, + 506, + 132 + ], + "spans": [ + { + "bbox": [ + 105, + 117, + 227, + 132 + ], + "score": 1.0, + "content": "We introduce a new notation", + "type": "text" + }, + { + "bbox": [ + 228, + 118, + 317, + 130 + ], + "score": 0.91, + "content": "P f : = \\mathbb { E } _ { X \\sim P } [ f ( X ) ]", + "type": "inline_equation" + }, + { + "bbox": [ + 317, + 117, + 432, + 132 + ], + "score": 1.0, + "content": "with a probability measure", + "type": "text" + }, + { + "bbox": [ + 433, + 119, + 442, + 128 + ], + "score": 0.81, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 442, + 117, + 506, + 132 + ], + "score": 1.0, + "content": "and a function", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 107, + 128, + 505, + 142 + ], + "spans": [ + { + "bbox": [ + 107, + 130, + 114, + 141 + ], + "score": 0.82, + "content": "f", + "type": "inline_equation" + }, + { + "bbox": [ + 114, + 128, + 155, + 142 + ], + "score": 1.0, + "content": ". For a set", + "type": "text" + }, + { + "bbox": [ + 155, + 130, + 164, + 139 + ], + "score": 0.79, + "content": "\\Omega", + "type": "inline_equation" + }, + { + "bbox": [ + 164, + 128, + 261, + 142 + ], + "score": 1.0, + "content": "with equipped distance", + "type": "text" + }, + { + "bbox": [ + 261, + 131, + 268, + 139 + ], + "score": 0.77, + "content": "d", + "type": "inline_equation" + }, + { + "bbox": [ + 268, + 128, + 284, + 142 + ], + "score": 1.0, + "content": ", let", + "type": "text" + }, + { + "bbox": [ + 284, + 130, + 327, + 141 + ], + "score": 0.92, + "content": "\\mathcal { N } ( \\epsilon , \\Omega , d )", + "type": "inline_equation" + }, + { + "bbox": [ + 328, + 128, + 505, + 142 + ], + "score": 1.0, + "content": "be a covering number which is a minimum", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 140, + 226, + 151 + ], + "spans": [ + { + "bbox": [ + 105, + 140, + 150, + 151 + ], + "score": 1.0, + "content": "number of", + "type": "text" + }, + { + "bbox": [ + 150, + 142, + 155, + 150 + ], + "score": 0.77, + "content": "\\epsilon", + "type": "inline_equation" + }, + { + "bbox": [ + 156, + 140, + 213, + 151 + ], + "score": 1.0, + "content": "-balls to cover", + "type": "text" + }, + { + "bbox": [ + 214, + 141, + 222, + 150 + ], + "score": 0.79, + "content": "\\Omega", + "type": "inline_equation" + }, + { + "bbox": [ + 222, + 140, + 226, + 151 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3, + "bbox_fs": [ + 105, + 117, + 506, + 151 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 168, + 306, + 181 + ], + "lines": [ + { + "bbox": [ + 106, + 167, + 307, + 182 + ], + "spans": [ + { + "bbox": [ + 106, + 167, + 307, + 182 + ], + "score": 1.0, + "content": "A SOME ADDITIONAL INFORMATION", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5 + }, + { + "type": "title", + "bbox": [ + 107, + 193, + 233, + 205 + ], + "lines": [ + { + "bbox": [ + 104, + 190, + 232, + 209 + ], + "spans": [ + { + "bbox": [ + 104, + 190, + 212, + 209 + ], + "score": 1.0, + "content": "A Rigorous Definition of", + "type": "text" + }, + { + "bbox": [ + 213, + 194, + 232, + 206 + ], + "score": 0.88, + "content": "S _ { \\alpha , J }", + "type": "inline_equation" + } + ], + "index": 6 + } + ], + "index": 6 + }, + { + "type": "text", + "bbox": [ + 106, + 210, + 505, + 244 + ], + "lines": [ + { + "bbox": [ + 105, + 210, + 505, + 223 + ], + "spans": [ + { + "bbox": [ + 105, + 210, + 505, + 223 + ], + "score": 1.0, + "content": "We consider a set represented by a combination of multiple horizon functions, which has been used", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 104, + 218, + 506, + 236 + ], + "spans": [ + { + "bbox": [ + 104, + 218, + 274, + 236 + ], + "score": 1.0, + "content": "in Petersen & Voigtlaender (2017). Given", + "type": "text" + }, + { + "bbox": [ + 275, + 223, + 282, + 231 + ], + "score": 0.78, + "content": "\\alpha", + "type": "inline_equation" + }, + { + "bbox": [ + 282, + 218, + 352, + 236 + ], + "score": 1.0, + "content": "-smooth function", + "type": "text" + }, + { + "bbox": [ + 352, + 221, + 414, + 234 + ], + "score": 0.93, + "content": "h \\in \\check { H ^ { \\alpha } } ( I ^ { D - 1 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 414, + 218, + 435, + 236 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 436, + 222, + 461, + 232 + ], + "score": 0.89, + "content": "\\alpha \\geqslant 1", + "type": "inline_equation" + }, + { + "bbox": [ + 462, + 218, + 506, + 236 + ], + "score": 1.0, + "content": ", a horizon", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 231, + 341, + 245 + ], + "spans": [ + { + "bbox": [ + 105, + 231, + 142, + 245 + ], + "score": 1.0, + "content": "function", + "type": "text" + }, + { + "bbox": [ + 142, + 232, + 216, + 244 + ], + "score": 0.92, + "content": "\\Psi _ { h } : I ^ { D } \\overset { \\sim } { } \\{ 0 , 1 \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 216, + 231, + 295, + 245 + ], + "score": 1.0, + "content": "is defined for some", + "type": "text" + }, + { + "bbox": [ + 296, + 232, + 328, + 244 + ], + "score": 0.92, + "content": "d \\in [ D ]", + "type": "inline_equation" + }, + { + "bbox": [ + 328, + 231, + 341, + 245 + ], + "score": 1.0, + "content": "as", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8, + "bbox_fs": [ + 104, + 210, + 506, + 245 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 151, + 249, + 458, + 263 + ], + "lines": [ + { + "bbox": [ + 151, + 249, + 458, + 263 + ], + "spans": [ + { + "bbox": [ + 151, + 249, + 458, + 263 + ], + "score": 0.89, + "content": "\\Psi _ { h } = \\Psi ( x _ { 1 } , \\ldots , x _ { d - 1 } , x _ { d } \\pm h ( x _ { 1 } , \\ldots , x _ { d - 1 } , x _ { d + 1 } , \\ldots , x _ { D } ) , x _ { d + 1 } , . . . , x _ { D } ) ,", + "type": "interline_equation", + "image_path": "18d13b9c5a1ed09135ab06b369a668b7c550abd7b74685b4d524b947b2a0bbb6.jpg" + } + ] + } + ], + "index": 10, + "virtual_lines": [ + { + "bbox": [ + 151, + 249, + 458, + 263 + ], + "spans": [], + "index": 10 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 268, + 503, + 291 + ], + "lines": [ + { + "bbox": [ + 105, + 267, + 504, + 283 + ], + "spans": [ + { + "bbox": [ + 105, + 267, + 133, + 283 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 270, + 142, + 279 + ], + "score": 0.85, + "content": "\\Psi", + "type": "inline_equation" + }, + { + "bbox": [ + 143, + 267, + 250, + 283 + ], + "score": 1.0, + "content": "is the Heaviside function;", + "type": "text" + }, + { + "bbox": [ + 251, + 269, + 339, + 282 + ], + "score": 0.92, + "content": "\\Psi ( x ) = I _ { \\{ x \\in I ^ { D } | x _ { d } \\geqslant 0 \\} }", + "type": "inline_equation" + }, + { + "bbox": [ + 339, + 267, + 496, + 283 + ], + "score": 1.0, + "content": ". We define a set by the intersection of", + "type": "text" + }, + { + "bbox": [ + 496, + 270, + 504, + 279 + ], + "score": 0.82, + "content": "J", + "type": "inline_equation" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 280, + 392, + 293 + ], + "spans": [ + { + "bbox": [ + 106, + 280, + 179, + 293 + ], + "score": 1.0, + "content": "horizon functions", + "type": "text" + }, + { + "bbox": [ + 180, + 280, + 232, + 292 + ], + "score": 0.92, + "content": "\\Psi _ { h _ { 1 } } , . . . , \\Psi _ { h _ { J } }", + "type": "inline_equation" + }, + { + "bbox": [ + 232, + 280, + 392, + 293 + ], + "score": 1.0, + "content": "; namely the family of sets is defined by", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11.5, + "bbox_fs": [ + 105, + 267, + 504, + 293 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 203, + 297, + 407, + 313 + ], + "lines": [ + { + "bbox": [ + 203, + 297, + 407, + 313 + ], + "spans": [ + { + "bbox": [ + 203, + 297, + 407, + 313 + ], + "score": 0.9, + "content": "S _ { \\alpha , J } : = \\left\\{ S \\subset [ 0 , 1 ] ^ { D } \\mid { \\cal I } _ { S } = \\Psi _ { h _ { 1 } } \\otimes \\cdot \\cdot \\cdot \\otimes \\Psi _ { h _ { J } } \\right\\} .", + "type": "interline_equation", + "image_path": "5b93b4c4bcb78e0e0035e3fda4777f33dd4aedcca7443a3b23f69650a466ea48.jpg" + } + ] + } + ], + "index": 13, + "virtual_lines": [ + { + "bbox": [ + 203, + 297, + 407, + 313 + ], + "spans": [], + "index": 13 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 319, + 503, + 343 + ], + "lines": [ + { + "bbox": [ + 105, + 318, + 505, + 333 + ], + "spans": [ + { + "bbox": [ + 105, + 318, + 152, + 333 + ], + "score": 1.0, + "content": "Intuitively,", + "type": "text" + }, + { + "bbox": [ + 152, + 321, + 159, + 330 + ], + "score": 0.83, + "content": "h", + "type": "inline_equation" + }, + { + "bbox": [ + 159, + 318, + 229, + 333 + ], + "score": 1.0, + "content": "is regarded as an", + "type": "text" + }, + { + "bbox": [ + 230, + 322, + 237, + 330 + ], + "score": 0.8, + "content": "\\alpha", + "type": "inline_equation" + }, + { + "bbox": [ + 237, + 318, + 342, + 333 + ], + "score": 1.0, + "content": "-smooth curved surface in", + "type": "text" + }, + { + "bbox": [ + 342, + 319, + 355, + 330 + ], + "score": 0.88, + "content": "I ^ { D }", + "type": "inline_equation" + }, + { + "bbox": [ + 356, + 318, + 376, + 333 + ], + "score": 1.0, + "content": ", and", + "type": "text" + }, + { + "bbox": [ + 377, + 320, + 390, + 331 + ], + "score": 0.89, + "content": "\\Psi _ { h }", + "type": "inline_equation" + }, + { + "bbox": [ + 391, + 318, + 505, + 333 + ], + "score": 1.0, + "content": "describes a set which is one", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 328, + 475, + 345 + ], + "spans": [ + { + "bbox": [ + 105, + 328, + 208, + 345 + ], + "score": 1.0, + "content": "side of the surface. Also,", + "type": "text" + }, + { + "bbox": [ + 209, + 331, + 246, + 343 + ], + "score": 0.95, + "content": "S \\in S _ { \\alpha , J }", + "type": "inline_equation" + }, + { + "bbox": [ + 246, + 328, + 380, + 345 + ], + "score": 1.0, + "content": "is a set which is a intersection of", + "type": "text" + }, + { + "bbox": [ + 380, + 331, + 388, + 340 + ], + "score": 0.84, + "content": "J", + "type": "inline_equation" + }, + { + "bbox": [ + 388, + 328, + 419, + 345 + ], + "score": 1.0, + "content": "sets by", + "type": "text" + }, + { + "bbox": [ + 419, + 331, + 471, + 343 + ], + "score": 0.92, + "content": "\\Psi _ { h _ { 1 } } , . . . , \\Psi _ { h _ { J } }", + "type": "inline_equation" + }, + { + "bbox": [ + 471, + 328, + 475, + 345 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14.5, + "bbox_fs": [ + 105, + 318, + 505, + 345 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 347, + 257, + 359 + ], + "lines": [ + { + "bbox": [ + 105, + 347, + 258, + 361 + ], + "spans": [ + { + "bbox": [ + 105, + 347, + 258, + 361 + ], + "score": 1.0, + "content": "A Support of Probability Measures", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16 + }, + { + "type": "text", + "bbox": [ + 106, + 363, + 504, + 387 + ], + "lines": [ + { + "bbox": [ + 104, + 362, + 506, + 378 + ], + "spans": [ + { + "bbox": [ + 104, + 362, + 122, + 378 + ], + "score": 1.0, + "content": "Let", + "type": "text" + }, + { + "bbox": [ + 122, + 365, + 136, + 376 + ], + "score": 0.88, + "content": "N _ { x }", + "type": "inline_equation" + }, + { + "bbox": [ + 137, + 362, + 268, + 378 + ], + "score": 1.0, + "content": "denote an open neighborhood of", + "type": "text" + }, + { + "bbox": [ + 268, + 363, + 298, + 375 + ], + "score": 0.91, + "content": "x \\in I ^ { D }", + "type": "inline_equation" + }, + { + "bbox": [ + 298, + 362, + 423, + 378 + ], + "score": 1.0, + "content": ", and For a probability measure", + "type": "text" + }, + { + "bbox": [ + 423, + 365, + 432, + 374 + ], + "score": 0.83, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 432, + 362, + 486, + 378 + ], + "score": 1.0, + "content": ", a support of", + "type": "text" + }, + { + "bbox": [ + 486, + 365, + 495, + 374 + ], + "score": 0.84, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 495, + 362, + 506, + 378 + ], + "score": 1.0, + "content": "is", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 374, + 150, + 388 + ], + "spans": [ + { + "bbox": [ + 105, + 374, + 150, + 388 + ], + "score": 1.0, + "content": "defined as", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17.5, + "bbox_fs": [ + 104, + 362, + 506, + 388 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 206, + 390, + 404, + 418 + ], + "lines": [ + { + "bbox": [ + 206, + 390, + 404, + 418 + ], + "spans": [ + { + "bbox": [ + 206, + 390, + 404, + 418 + ], + "score": 0.91, + "content": "\\mathrm { S u p p } ( P ) : = \\bigg \\{ x \\in I ^ { D } \\ | \\ P ( N _ { x } ) > 0 , \\forall N _ { x } \\in \\Sigma \\bigg \\} .", + "type": "interline_equation", + "image_path": "d5877d293783b1b4ac1b59e5434a024795a56da044f05101f960fa2812038622.jpg" + } + ] + } + ], + "index": 19, + "virtual_lines": [ + { + "bbox": [ + 206, + 390, + 404, + 418 + ], + "spans": [], + "index": 19 + } + ] + }, + { + "type": "title", + "bbox": [ + 107, + 430, + 169, + 443 + ], + "lines": [ + { + "bbox": [ + 105, + 428, + 170, + 446 + ], + "spans": [ + { + "bbox": [ + 105, + 428, + 170, + 446 + ], + "score": 1.0, + "content": "B PROOFS", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 20 + }, + { + "type": "title", + "bbox": [ + 107, + 455, + 219, + 468 + ], + "lines": [ + { + "bbox": [ + 106, + 455, + 220, + 469 + ], + "spans": [ + { + "bbox": [ + 106, + 455, + 220, + 469 + ], + "score": 1.0, + "content": "B.1 PROOF OF LEMMA 1", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 21 + }, + { + "type": "text", + "bbox": [ + 108, + 474, + 503, + 489 + ], + "lines": [ + { + "bbox": [ + 105, + 474, + 506, + 491 + ], + "spans": [ + { + "bbox": [ + 105, + 474, + 122, + 491 + ], + "score": 1.0, + "content": "Fix", + "type": "text" + }, + { + "bbox": [ + 122, + 477, + 160, + 489 + ], + "score": 0.93, + "content": "m \\in [ M ]", + "type": "inline_equation" + }, + { + "bbox": [ + 161, + 474, + 245, + 491 + ], + "score": 1.0, + "content": "and a corresponding", + "type": "text" + }, + { + "bbox": [ + 245, + 474, + 277, + 488 + ], + "score": 0.91, + "content": "\\widetilde { S } _ { m } , S _ { m }", + "type": "inline_equation" + }, + { + "bbox": [ + 278, + 474, + 295, + 491 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 296, + 478, + 309, + 488 + ], + "score": 0.86, + "content": "g _ { m }", + "type": "inline_equation" + }, + { + "bbox": [ + 309, + 474, + 347, + 491 + ], + "score": 1.0, + "content": ". For any", + "type": "text" + }, + { + "bbox": [ + 347, + 477, + 394, + 489 + ], + "score": 0.93, + "content": "B \\in \\sigma ( S _ { m } )", + "type": "inline_equation" + }, + { + "bbox": [ + 394, + 474, + 464, + 491 + ], + "score": 1.0, + "content": ", the definition of", + "type": "text" + }, + { + "bbox": [ + 464, + 478, + 477, + 488 + ], + "score": 0.89, + "content": "\\gamma _ { m }", + "type": "inline_equation" + }, + { + "bbox": [ + 478, + 474, + 506, + 491 + ], + "score": 1.0, + "content": "yields", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 22, + "bbox_fs": [ + 105, + 474, + 506, + 491 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 214, + 493, + 396, + 522 + ], + "lines": [ + { + "bbox": [ + 214, + 493, + 396, + 522 + ], + "spans": [ + { + "bbox": [ + 214, + 493, + 396, + 522 + ], + "score": 0.93, + "content": "P _ { X } ( B ) = P _ { Z } ( \\gamma _ { m } ^ { - 1 } ( B ) ) = \\int _ { \\gamma _ { m } ^ { - 1 } ( B ) } p _ { Z } ( z ) d z ,", + "type": "interline_equation", + "image_path": "a295eb6d8e6cfd958247c4b22dd94c3131e6e1c3f18de4163c37d6d41fa8d632.jpg" + } + ] + } + ], + "index": 23, + "virtual_lines": [ + { + "bbox": [ + 214, + 493, + 396, + 522 + ], + "spans": [], + "index": 23 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 527, + 504, + 540 + ], + "lines": [ + { + "bbox": [ + 106, + 527, + 505, + 541 + ], + "spans": [ + { + "bbox": [ + 106, + 527, + 132, + 541 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 132, + 529, + 145, + 539 + ], + "score": 0.85, + "content": "p _ { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 145, + 527, + 313, + 541 + ], + "score": 1.0, + "content": "is a density function of a uniform measure", + "type": "text" + }, + { + "bbox": [ + 314, + 528, + 327, + 539 + ], + "score": 0.89, + "content": "P _ { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 327, + 527, + 421, + 541 + ], + "score": 1.0, + "content": ". By changing variables", + "type": "text" + }, + { + "bbox": [ + 421, + 527, + 467, + 540 + ], + "score": 0.92, + "content": "x = \\gamma _ { m } ( z )", + "type": "inline_equation" + }, + { + "bbox": [ + 467, + 527, + 505, + 541 + ], + "score": 1.0, + "content": ", we have", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 24, + "bbox_fs": [ + 106, + 527, + 505, + 541 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 209, + 544, + 399, + 573 + ], + "lines": [ + { + "bbox": [ + 209, + 544, + 399, + 573 + ], + "spans": [ + { + "bbox": [ + 209, + 544, + 399, + 573 + ], + "score": 0.93, + "content": "\\int _ { \\gamma _ { m } ^ { - 1 } ( B ) } p _ { Z } ( z ) d z = \\int _ { B } p _ { Z } ( \\gamma _ { m } ^ { - 1 } ( x ) ) J _ { \\gamma _ { m } } ( x ) d x ,", + "type": "interline_equation", + "image_path": "e8d8f30d672cb8d3b343149ba370671f7151204ba587d3f40fbbbb2296396ce6.jpg" + } + ] + } + ], + "index": 25, + "virtual_lines": [ + { + "bbox": [ + 209, + 544, + 399, + 573 + ], + "spans": [], + "index": 25 + } + ] + }, + { + "type": "text", + "bbox": [ + 109, + 578, + 503, + 605 + ], + "lines": [ + { + "bbox": [ + 105, + 577, + 506, + 592 + ], + "spans": [ + { + "bbox": [ + 105, + 577, + 133, + 592 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 578, + 238, + 592 + ], + "score": 0.92, + "content": "J _ { \\gamma _ { m } } ( x ) = | \\operatorname* { d e t } \\nabla g _ { m } ^ { - 1 } ( x ) |", + "type": "inline_equation" + }, + { + "bbox": [ + 238, + 577, + 269, + 592 + ], + "score": 1.0, + "content": ". Using", + "type": "text" + }, + { + "bbox": [ + 269, + 579, + 313, + 591 + ], + "score": 0.93, + "content": "p _ { Z } ( z ) = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 313, + 577, + 341, + 592 + ], + "score": 1.0, + "content": "for all", + "type": "text" + }, + { + "bbox": [ + 341, + 578, + 370, + 590 + ], + "score": 0.91, + "content": "z \\in I ^ { D }", + "type": "inline_equation" + }, + { + "bbox": [ + 370, + 577, + 506, + 592 + ], + "score": 1.0, + "content": ", we obtain the following form of", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 107, + 591, + 284, + 607 + ], + "spans": [ + { + "bbox": [ + 107, + 593, + 137, + 605 + ], + "score": 0.92, + "content": "P _ { X } ( B )", + "type": "inline_equation" + }, + { + "bbox": [ + 137, + 592, + 205, + 607 + ], + "score": 1.0, + "content": "using a function", + "type": "text" + }, + { + "bbox": [ + 206, + 591, + 270, + 604 + ], + "score": 0.92, + "content": "p _ { m } : \\widetilde { S } _ { m } S _ { m }", + "type": "inline_equation" + }, + { + "bbox": [ + 271, + 592, + 284, + 607 + ], + "score": 1.0, + "content": "as", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26.5, + "bbox_fs": [ + 105, + 577, + 506, + 607 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 221, + 610, + 389, + 637 + ], + "lines": [ + { + "bbox": [ + 221, + 610, + 389, + 637 + ], + "spans": [ + { + "bbox": [ + 221, + 610, + 389, + 637 + ], + "score": 0.94, + "content": "P _ { X } ( B ) = \\int _ { B } J _ { g _ { m } } ( x ) d x = : \\int _ { B } p _ { m } ( x ) d x ,", + "type": "interline_equation", + "image_path": "bdbd742866a02c89fdb99d4fdeab787de295196430695486a8d750e1b8aa4e04.jpg" + } + ] + } + ], + "index": 28, + "virtual_lines": [ + { + "bbox": [ + 221, + 610, + 389, + 637 + ], + "spans": [], + "index": 28 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 641, + 350, + 654 + ], + "lines": [ + { + "bbox": [ + 106, + 640, + 351, + 655 + ], + "spans": [ + { + "bbox": [ + 106, + 640, + 123, + 655 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 124, + 643, + 137, + 653 + ], + "score": 0.85, + "content": "p _ { m }", + "type": "inline_equation" + }, + { + "bbox": [ + 137, + 640, + 147, + 655 + ], + "score": 1.0, + "content": "is", + "type": "text" + }, + { + "bbox": [ + 148, + 643, + 155, + 653 + ], + "score": 0.87, + "content": "\\beta", + "type": "inline_equation" + }, + { + "bbox": [ + 155, + 640, + 212, + 655 + ], + "score": 1.0, + "content": "-smooth since", + "type": "text" + }, + { + "bbox": [ + 212, + 643, + 226, + 653 + ], + "score": 0.83, + "content": "\\gamma _ { m }", + "type": "inline_equation" + }, + { + "bbox": [ + 226, + 640, + 236, + 655 + ], + "score": 1.0, + "content": "is", + "type": "text" + }, + { + "bbox": [ + 236, + 642, + 261, + 653 + ], + "score": 0.91, + "content": "\\beta + 1", + "type": "inline_equation" + }, + { + "bbox": [ + 261, + 640, + 351, + 655 + ], + "score": 1.0, + "content": "-smooth and bijective.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 29, + "bbox_fs": [ + 106, + 640, + 351, + 655 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 666, + 220, + 678 + ], + "lines": [ + { + "bbox": [ + 105, + 666, + 221, + 680 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 221, + 680 + ], + "score": 1.0, + "content": "B.2 PROOF OF LEMMA 2", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 30 + }, + { + "type": "text", + "bbox": [ + 107, + 687, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 686, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 686, + 304, + 700 + ], + "score": 1.0, + "content": "Firstly, we show the first points. Suppose that", + "type": "text" + }, + { + "bbox": [ + 305, + 691, + 311, + 699 + ], + "score": 0.73, + "content": "g", + "type": "inline_equation" + }, + { + "bbox": [ + 311, + 686, + 505, + 700 + ], + "score": 1.0, + "content": "is a continuous mapping. By the generalized", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 698, + 506, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 424, + 711 + ], + "score": 1.0, + "content": "intermediate value theorem (Theorem 24.3 in Munkres (2000)), we know that", + "type": "text" + }, + { + "bbox": [ + 425, + 698, + 451, + 711 + ], + "score": 0.92, + "content": "g ( I ^ { D } )", + "type": "inline_equation" + }, + { + "bbox": [ + 451, + 698, + 506, + 711 + ], + "score": 1.0, + "content": "is connected", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 708, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 708, + 130, + 722 + ], + "score": 1.0, + "content": "since", + "type": "text" + }, + { + "bbox": [ + 130, + 709, + 143, + 720 + ], + "score": 0.88, + "content": "I ^ { D }", + "type": "inline_equation" + }, + { + "bbox": [ + 144, + 708, + 300, + 722 + ], + "score": 1.0, + "content": "is a connected set. Thus, a support of", + "type": "text" + }, + { + "bbox": [ + 300, + 710, + 312, + 722 + ], + "score": 0.88, + "content": "P _ { g }", + "type": "inline_equation" + }, + { + "bbox": [ + 313, + 708, + 412, + 722 + ], + "score": 1.0, + "content": "is connected. However,", + "type": "text" + }, + { + "bbox": [ + 412, + 710, + 424, + 722 + ], + "score": 0.88, + "content": "P _ { g }", + "type": "inline_equation" + }, + { + "bbox": [ + 425, + 708, + 506, + 722 + ], + "score": 1.0, + "content": "has a disconnected", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 720, + 505, + 732 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 257, + 732 + ], + "score": 1.0, + "content": "support, thus there is a contradiction.", + "type": "text" + }, + { + "bbox": [ + 494, + 721, + 505, + 731 + ], + "score": 1.0, + "content": "□", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 32.5, + "bbox_fs": [ + 105, + 686, + 506, + 732 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 105, + 102, + 505, + 126 + ], + "lines": [ + { + "bbox": [ + 105, + 102, + 504, + 115 + ], + "spans": [ + { + "bbox": [ + 105, + 102, + 162, + 115 + ], + "score": 1.0, + "content": "In this proof,", + "type": "text" + }, + { + "bbox": [ + 162, + 103, + 186, + 114 + ], + "score": 0.91, + "content": "a \\lesssim b", + "type": "inline_equation" + }, + { + "bbox": [ + 187, + 102, + 239, + 115 + ], + "score": 1.0, + "content": "denotes that", + "type": "text" + }, + { + "bbox": [ + 239, + 104, + 245, + 113 + ], + "score": 0.78, + "content": "b", + "type": "inline_equation" + }, + { + "bbox": [ + 245, + 102, + 301, + 115 + ], + "score": 1.0, + "content": "is larger than", + "type": "text" + }, + { + "bbox": [ + 301, + 106, + 308, + 113 + ], + "score": 0.71, + "content": "a", + "type": "inline_equation" + }, + { + "bbox": [ + 308, + 102, + 402, + 115 + ], + "score": 1.0, + "content": "up to a finite constant.", + "type": "text" + }, + { + "bbox": [ + 402, + 104, + 427, + 113 + ], + "score": 0.89, + "content": "a = b", + "type": "inline_equation" + }, + { + "bbox": [ + 427, + 102, + 479, + 115 + ], + "score": 1.0, + "content": "denotes that", + "type": "text" + }, + { + "bbox": [ + 479, + 103, + 504, + 114 + ], + "score": 0.88, + "content": "a \\lesssim b", + "type": "inline_equation" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 113, + 172, + 126 + ], + "spans": [ + { + "bbox": [ + 105, + 113, + 123, + 126 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 123, + 115, + 147, + 125 + ], + "score": 0.9, + "content": "a \\gtrsim b", + "type": "inline_equation" + }, + { + "bbox": [ + 148, + 113, + 172, + 126 + ], + "score": 1.0, + "content": "hold.", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "text", + "bbox": [ + 106, + 131, + 506, + 168 + ], + "lines": [ + { + "bbox": [ + 104, + 129, + 506, + 146 + ], + "spans": [ + { + "bbox": [ + 104, + 129, + 186, + 146 + ], + "score": 1.0, + "content": "By the definition of", + "type": "text" + }, + { + "bbox": [ + 186, + 131, + 234, + 144 + ], + "score": 0.94, + "content": "\\{ g _ { m } \\} _ { m \\in [ M ] }", + "type": "inline_equation" + }, + { + "bbox": [ + 234, + 129, + 506, + 146 + ], + "score": 1.0, + "content": "for the measure with local smoothness, we consider an explicit form", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 143, + 503, + 159 + ], + "spans": [ + { + "bbox": [ + 105, + 143, + 117, + 159 + ], + "score": 1.0, + "content": "of", + "type": "text" + }, + { + "bbox": [ + 118, + 146, + 131, + 157 + ], + "score": 0.86, + "content": "g _ { m }", + "type": "inline_equation" + }, + { + "bbox": [ + 131, + 143, + 266, + 159 + ], + "score": 1.0, + "content": ". By Stein (2016), we can extend", + "type": "text" + }, + { + "bbox": [ + 266, + 143, + 330, + 156 + ], + "score": 0.92, + "content": "g _ { m } : \\widetilde { S } _ { m } S _ { m }", + "type": "inline_equation" + }, + { + "bbox": [ + 331, + 143, + 342, + 159 + ], + "score": 1.0, + "content": "to", + "type": "text" + }, + { + "bbox": [ + 343, + 144, + 406, + 156 + ], + "score": 0.91, + "content": "\\tilde { g } _ { m } : I ^ { D } \\to S _ { m }", + "type": "inline_equation" + }, + { + "bbox": [ + 406, + 143, + 489, + 159 + ], + "score": 1.0, + "content": "since boundaries of", + "type": "text" + }, + { + "bbox": [ + 489, + 144, + 503, + 156 + ], + "score": 0.89, + "content": "\\widetilde { S } _ { m }", + "type": "inline_equation" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 156, + 388, + 169 + ], + "spans": [ + { + "bbox": [ + 106, + 156, + 388, + 169 + ], + "score": 1.0, + "content": "are Lipschitz continuous. Then, we provide the following formulation", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3 + }, + { + "type": "interline_equation", + "bbox": [ + 233, + 169, + 375, + 184 + ], + "lines": [ + { + "bbox": [ + 233, + 169, + 375, + 184 + ], + "spans": [ + { + "bbox": [ + 233, + 169, + 375, + 184 + ], + "score": 0.92, + "content": "\\widetilde { \\boldsymbol { g } } _ { m } ( \\boldsymbol { x } ) = ( \\gamma _ { m , 1 } ( \\boldsymbol { x } ) , . . . , \\gamma _ { m , D } ( \\boldsymbol { x } ) ) ^ { \\top } ,", + "type": "interline_equation", + "image_path": "05f0697cf684236905416453966f6d511efecaa191a0fc8f5ee0046c182c3c5a.jpg" + } + ] + } + ], + "index": 5, + "virtual_lines": [ + { + "bbox": [ + 233, + 169, + 375, + 184 + ], + "spans": [], + "index": 5 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 186, + 341, + 198 + ], + "lines": [ + { + "bbox": [ + 105, + 184, + 343, + 201 + ], + "spans": [ + { + "bbox": [ + 105, + 184, + 133, + 201 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 186, + 199, + 199 + ], + "score": 0.93, + "content": "\\gamma _ { m , d } \\in H ^ { \\beta } ( I ^ { D } )", + "type": "inline_equation" + }, + { + "bbox": [ + 199, + 184, + 317, + 201 + ], + "score": 1.0, + "content": ". Then, we obtain the form of", + "type": "text" + }, + { + "bbox": [ + 317, + 187, + 329, + 198 + ], + "score": 0.89, + "content": "g ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 329, + 184, + 343, + 201 + ], + "score": 1.0, + "content": "as", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 6 + }, + { + "type": "interline_equation", + "bbox": [ + 257, + 200, + 353, + 227 + ], + "lines": [ + { + "bbox": [ + 257, + 200, + 353, + 227 + ], + "spans": [ + { + "bbox": [ + 257, + 200, + 353, + 227 + ], + "score": 0.94, + "content": "g ^ { * } = \\sum _ { m \\in [ M ] } \\widetilde { g } _ { m } \\otimes \\pmb { I } _ { \\widetilde { S } _ { m } } .", + "type": "interline_equation", + "image_path": "01b2b8268e655990e9ef44c14a15fadad47644d28b6dce3c0bd1a6c98e401062.jpg" + } + ] + } + ], + "index": 7, + "virtual_lines": [ + { + "bbox": [ + 257, + 200, + 353, + 227 + ], + "spans": [], + "index": 7 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 230, + 393, + 243 + ], + "lines": [ + { + "bbox": [ + 104, + 228, + 394, + 245 + ], + "spans": [ + { + "bbox": [ + 104, + 228, + 208, + 245 + ], + "score": 1.0, + "content": "Also, by the definition of", + "type": "text" + }, + { + "bbox": [ + 209, + 232, + 232, + 244 + ], + "score": 0.93, + "content": "\\mathcal { S } _ { 2 \\beta , J }", + "type": "inline_equation" + }, + { + "bbox": [ + 233, + 228, + 296, + 245 + ], + "score": 1.0, + "content": "which contains", + "type": "text" + }, + { + "bbox": [ + 297, + 230, + 311, + 243 + ], + "score": 0.93, + "content": "\\widetilde { S } _ { m }", + "type": "inline_equation" + }, + { + "bbox": [ + 311, + 228, + 394, + 245 + ], + "score": 1.0, + "content": ", we obtain the form", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 8 + }, + { + "type": "interline_equation", + "bbox": [ + 265, + 245, + 344, + 270 + ], + "lines": [ + { + "bbox": [ + 265, + 245, + 344, + 270 + ], + "spans": [ + { + "bbox": [ + 265, + 245, + 344, + 270 + ], + "score": 0.95, + "content": "{ \\cal I } _ { { \\widetilde { \\cal S } } _ { m } } = \\bigotimes _ { j \\in [ J ] } \\psi _ { h _ { m , j } } ,", + "type": "interline_equation", + "image_path": "7d8e1889d32be15346656dc11d6cd68d41113071f36fdbcdda8d16691c2ef324.jpg" + } + ] + } + ], + "index": 9, + "virtual_lines": [ + { + "bbox": [ + 265, + 245, + 344, + 270 + ], + "spans": [], + "index": 9 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 271, + 250, + 284 + ], + "lines": [ + { + "bbox": [ + 105, + 270, + 250, + 286 + ], + "spans": [ + { + "bbox": [ + 105, + 270, + 160, + 286 + ], + "score": 1.0, + "content": "with existing", + "type": "text" + }, + { + "bbox": [ + 160, + 272, + 185, + 285 + ], + "score": 0.92, + "content": "\\psi _ { h _ { m , j } }", + "type": "inline_equation" + }, + { + "bbox": [ + 185, + 270, + 250, + 286 + ], + "score": 1.0, + "content": ". Then, we have", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 10 + }, + { + "type": "interline_equation", + "bbox": [ + 248, + 285, + 362, + 313 + ], + "lines": [ + { + "bbox": [ + 248, + 285, + 362, + 313 + ], + "spans": [ + { + "bbox": [ + 248, + 285, + 362, + 313 + ], + "score": 0.94, + "content": "g ^ { * } = \\sum _ { m \\in [ M ] } \\widetilde { g } _ { m } \\bigotimes _ { j \\in [ J ] } \\psi _ { h _ { m , j } } .", + "type": "interline_equation", + "image_path": "391f427f735494794df2b95d0feebbeec2bb91f6cbf66d580748a3b604ae9631.jpg" + } + ] + } + ], + "index": 11, + "virtual_lines": [ + { + "bbox": [ + 248, + 285, + 362, + 313 + ], + "spans": [], + "index": 11 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 319, + 506, + 380 + ], + "lines": [ + { + "bbox": [ + 105, + 319, + 506, + 333 + ], + "spans": [ + { + "bbox": [ + 105, + 319, + 506, + 333 + ], + "score": 1.0, + "content": "Preliminarily, we apply sub-neural networks from Yarotsky (2017) and Petersen & Voigtlaenderř", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 104, + 328, + 507, + 347 + ], + "spans": [ + { + "bbox": [ + 104, + 328, + 157, + 347 + ], + "score": 1.0, + "content": "(2017). Let", + "type": "text" + }, + { + "bbox": [ + 157, + 331, + 185, + 343 + ], + "score": 0.93, + "content": "\\zeta [ \\Theta _ { + } ]", + "type": "inline_equation" + }, + { + "bbox": [ + 185, + 328, + 345, + 347 + ], + "score": 1.0, + "content": "be a network for summation such that", + "type": "text" + }, + { + "bbox": [ + 346, + 330, + 484, + 344 + ], + "score": 0.9, + "content": "\\begin{array} { r } { { \\bf \\Pi } \\dot { \\zeta } [ \\Theta _ { + } ] ( x _ { 1 } , . . . , x _ { D ^ { \\prime } } ) = \\sum _ { d \\in [ D ^ { \\prime } ] } x _ { d } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 484, + 328, + 507, + 347 + ], + "score": 1.0, + "content": ", and", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 343, + 504, + 360 + ], + "spans": [ + { + "bbox": [ + 106, + 344, + 134, + 357 + ], + "score": 0.91, + "content": "\\zeta [ \\Theta _ { \\times } ]", + "type": "inline_equation" + }, + { + "bbox": [ + 135, + 343, + 345, + 360 + ], + "score": 1.0, + "content": "be a network for approximate multiplication such as", + "type": "text" + }, + { + "bbox": [ + 346, + 344, + 504, + 358 + ], + "score": 0.89, + "content": "| \\zeta [ \\Theta _ { \\times } ] ( x _ { 1 } , . . . , x _ { D ^ { \\prime } } ) - \\prod _ { d \\in [ D ^ { \\prime } ] } x _ { d } | < \\epsilon", + "type": "inline_equation" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 357, + 505, + 370 + ], + "spans": [ + { + "bbox": [ + 105, + 357, + 151, + 370 + ], + "score": 1.0, + "content": "with some", + "type": "text" + }, + { + "bbox": [ + 151, + 358, + 176, + 368 + ], + "score": 0.89, + "content": "\\epsilon > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 176, + 357, + 205, + 370 + ], + "score": 1.0, + "content": "for all", + "type": "text" + }, + { + "bbox": [ + 205, + 357, + 242, + 369 + ], + "score": 0.91, + "content": "x , x ^ { \\prime } \\in I", + "type": "inline_equation" + }, + { + "bbox": [ + 243, + 357, + 495, + 370 + ], + "score": 1.0, + "content": "(Proposition 3 in Yarotsky (2017) and Lemma 1 in Imaizumi", + "type": "text" + }, + { + "bbox": [ + 496, + 358, + 505, + 368 + ], + "score": 0.6, + "content": "\\&", + "type": "inline_equation" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 367, + 184, + 381 + ], + "spans": [ + { + "bbox": [ + 105, + 367, + 184, + 381 + ], + "score": 1.0, + "content": "Fukumizu (2018)).", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 14 + }, + { + "type": "text", + "bbox": [ + 106, + 384, + 505, + 423 + ], + "lines": [ + { + "bbox": [ + 102, + 380, + 508, + 403 + ], + "spans": [ + { + "bbox": [ + 102, + 380, + 224, + 403 + ], + "score": 1.0, + "content": "We consider approximation", + "type": "text" + }, + { + "bbox": [ + 225, + 385, + 338, + 399 + ], + "score": 0.93, + "content": "\\begin{array} { r } { \\sum _ { m \\in [ M ] } \\gamma _ { m , d } \\bigotimes _ { j \\in [ J ] } \\psi _ { h _ { m , j } } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 338, + 380, + 379, + 403 + ], + "score": 1.0, + "content": "for each", + "type": "text" + }, + { + "bbox": [ + 379, + 385, + 417, + 397 + ], + "score": 0.92, + "content": "d \\in \\mathsf { \\Gamma } [ D ]", + "type": "inline_equation" + }, + { + "bbox": [ + 417, + 380, + 443, + 403 + ], + "score": 1.0, + "content": ". Let", + "type": "text" + }, + { + "bbox": [ + 443, + 385, + 486, + 398 + ], + "score": 0.93, + "content": "\\zeta [ \\Theta _ { \\gamma , d , m } ]", + "type": "inline_equation" + }, + { + "bbox": [ + 486, + 380, + 508, + 403 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 397, + 506, + 412 + ], + "spans": [ + { + "bbox": [ + 106, + 398, + 148, + 411 + ], + "score": 0.88, + "content": "\\zeta [ \\Theta _ { h , m , j } ]", + "type": "inline_equation" + }, + { + "bbox": [ + 149, + 397, + 165, + 412 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 165, + 398, + 244, + 410 + ], + "score": 0.89, + "content": "d \\in [ D ] , m \\in [ M ]", + "type": "inline_equation" + }, + { + "bbox": [ + 245, + 397, + 264, + 412 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 264, + 399, + 297, + 410 + ], + "score": 0.87, + "content": "j \\in [ J ]", + "type": "inline_equation" + }, + { + "bbox": [ + 297, + 397, + 506, + 412 + ], + "score": 1.0, + "content": ", and we will specify the networks later. Also, let", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 108, + 408, + 313, + 423 + ], + "spans": [ + { + "bbox": [ + 108, + 410, + 309, + 422 + ], + "score": 0.82, + "content": "\\zeta \\bar { [ \\Theta _ { S , m } ] } ^ { - } = \\zeta [ \\Theta _ { \\times } ] ( \\bar { \\zeta } [ \\bar { \\Theta } _ { h , m , 1 } ] \\bar { ( \\cdot ) } , \\cdot . . . , \\zeta [ \\Theta _ { h , m , 1 } ] \\bar { ( \\cdot ) } )", + "type": "inline_equation" + }, + { + "bbox": [ + 309, + 408, + 313, + 423 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 18 + }, + { + "type": "text", + "bbox": [ + 106, + 426, + 226, + 437 + ], + "lines": [ + { + "bbox": [ + 106, + 425, + 227, + 438 + ], + "spans": [ + { + "bbox": [ + 106, + 425, + 227, + 438 + ], + "score": 1.0, + "content": "We consider a neural network", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 20 + }, + { + "type": "interline_equation", + "bbox": [ + 124, + 439, + 485, + 453 + ], + "lines": [ + { + "bbox": [ + 124, + 439, + 485, + 453 + ], + "spans": [ + { + "bbox": [ + 124, + 439, + 485, + 453 + ], + "score": 0.7, + "content": "\\zeta [ \\Theta _ { d } ] = \\zeta [ \\Theta _ { + } ] ( \\zeta [ \\Theta _ { \\times } ] ( \\zeta [ \\Theta _ { \\gamma , d , 1 } ] ( \\cdot ) , \\zeta [ \\Theta _ { S , 1 } ] ( \\cdot ) ) , . . . , \\zeta [ \\Theta _ { \\times } ] ( \\zeta [ \\Theta _ { \\gamma , d , M } ] ( \\cdot ) , \\zeta [ \\Theta _ { S , M } ] ( \\cdot ) ) ) .", + "type": "interline_equation", + "image_path": "5936dd95c637eaaf7181d955347f3c72533939cd09f33a147da0553a7d457560.jpg" + } + ] + } + ], + "index": 21, + "virtual_lines": [ + { + "bbox": [ + 124, + 439, + 485, + 453 + ], + "spans": [], + "index": 21 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 454, + 286, + 465 + ], + "lines": [ + { + "bbox": [ + 106, + 453, + 286, + 466 + ], + "spans": [ + { + "bbox": [ + 106, + 453, + 286, + 466 + ], + "score": 1.0, + "content": "Then, an approximation error is evaluated as", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 22 + }, + { + "type": "interline_equation", + "bbox": [ + 124, + 470, + 466, + 733 + ], + "lines": [ + { + "bbox": [ + 124, + 470, + 466, + 733 + ], + "spans": [ + { + "bbox": [ + 124, + 470, + 466, + 733 + ], + "score": 0.9, + "content": "\\begin{array} { r l } & { \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad } \\\\ & { \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad } \\\\ & { \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad } \\\\ & & { \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad } \\\\ & & { \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad } \\\\ & { \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad } \\\\ & \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\end{array}", + "type": "interline_equation", + "image_path": "fc1a49e41c4f44640fa37ef07efc66fa7752bde0a694d76458b15e34c9dae3b9.jpg" + } + ] + } + ], + "index": 24, + "virtual_lines": [ + { + "bbox": [ + 124, + 470, + 466, + 557.6666666666666 + ], + "spans": [], + "index": 23 + }, + { + "bbox": [ + 124, + 557.6666666666666, + 466, + 645.3333333333333 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 124, + 645.3333333333333, + 466, + 732.9999999999999 + ], + "spans": [], + "index": 25 + } + ] + } + ], + "page_idx": 12, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 26, + 308, + 38 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2019", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "score": 1.0, + "content": "13", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 107, + 82, + 220, + 94 + ], + "lines": [ + { + "bbox": [ + 106, + 81, + 221, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 81, + 221, + 95 + ], + "score": 1.0, + "content": "B.3 PROOF OF LEMMA 3", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 105, + 102, + 505, + 126 + ], + "lines": [ + { + "bbox": [ + 105, + 102, + 504, + 115 + ], + "spans": [ + { + "bbox": [ + 105, + 102, + 162, + 115 + ], + "score": 1.0, + "content": "In this proof,", + "type": "text" + }, + { + "bbox": [ + 162, + 103, + 186, + 114 + ], + "score": 0.91, + "content": "a \\lesssim b", + "type": "inline_equation" + }, + { + "bbox": [ + 187, + 102, + 239, + 115 + ], + "score": 1.0, + "content": "denotes that", + "type": "text" + }, + { + "bbox": [ + 239, + 104, + 245, + 113 + ], + "score": 0.78, + "content": "b", + "type": "inline_equation" + }, + { + "bbox": [ + 245, + 102, + 301, + 115 + ], + "score": 1.0, + "content": "is larger than", + "type": "text" + }, + { + "bbox": [ + 301, + 106, + 308, + 113 + ], + "score": 0.71, + "content": "a", + "type": "inline_equation" + }, + { + "bbox": [ + 308, + 102, + 402, + 115 + ], + "score": 1.0, + "content": "up to a finite constant.", + "type": "text" + }, + { + "bbox": [ + 402, + 104, + 427, + 113 + ], + "score": 0.89, + "content": "a = b", + "type": "inline_equation" + }, + { + "bbox": [ + 427, + 102, + 479, + 115 + ], + "score": 1.0, + "content": "denotes that", + "type": "text" + }, + { + "bbox": [ + 479, + 103, + 504, + 114 + ], + "score": 0.88, + "content": "a \\lesssim b", + "type": "inline_equation" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 113, + 172, + 126 + ], + "spans": [ + { + "bbox": [ + 105, + 113, + 123, + 126 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 123, + 115, + 147, + 125 + ], + "score": 0.9, + "content": "a \\gtrsim b", + "type": "inline_equation" + }, + { + "bbox": [ + 148, + 113, + 172, + 126 + ], + "score": 1.0, + "content": "hold.", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5, + "bbox_fs": [ + 105, + 102, + 504, + 126 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 131, + 506, + 168 + ], + "lines": [ + { + "bbox": [ + 104, + 129, + 506, + 146 + ], + "spans": [ + { + "bbox": [ + 104, + 129, + 186, + 146 + ], + "score": 1.0, + "content": "By the definition of", + "type": "text" + }, + { + "bbox": [ + 186, + 131, + 234, + 144 + ], + "score": 0.94, + "content": "\\{ g _ { m } \\} _ { m \\in [ M ] }", + "type": "inline_equation" + }, + { + "bbox": [ + 234, + 129, + 506, + 146 + ], + "score": 1.0, + "content": "for the measure with local smoothness, we consider an explicit form", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 143, + 503, + 159 + ], + "spans": [ + { + "bbox": [ + 105, + 143, + 117, + 159 + ], + "score": 1.0, + "content": "of", + "type": "text" + }, + { + "bbox": [ + 118, + 146, + 131, + 157 + ], + "score": 0.86, + "content": "g _ { m }", + "type": "inline_equation" + }, + { + "bbox": [ + 131, + 143, + 266, + 159 + ], + "score": 1.0, + "content": ". By Stein (2016), we can extend", + "type": "text" + }, + { + "bbox": [ + 266, + 143, + 330, + 156 + ], + "score": 0.92, + "content": "g _ { m } : \\widetilde { S } _ { m } S _ { m }", + "type": "inline_equation" + }, + { + "bbox": [ + 331, + 143, + 342, + 159 + ], + "score": 1.0, + "content": "to", + "type": "text" + }, + { + "bbox": [ + 343, + 144, + 406, + 156 + ], + "score": 0.91, + "content": "\\tilde { g } _ { m } : I ^ { D } \\to S _ { m }", + "type": "inline_equation" + }, + { + "bbox": [ + 406, + 143, + 489, + 159 + ], + "score": 1.0, + "content": "since boundaries of", + "type": "text" + }, + { + "bbox": [ + 489, + 144, + 503, + 156 + ], + "score": 0.89, + "content": "\\widetilde { S } _ { m }", + "type": "inline_equation" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 156, + 388, + 169 + ], + "spans": [ + { + "bbox": [ + 106, + 156, + 388, + 169 + ], + "score": 1.0, + "content": "are Lipschitz continuous. Then, we provide the following formulation", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3, + "bbox_fs": [ + 104, + 129, + 506, + 169 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 233, + 169, + 375, + 184 + ], + "lines": [ + { + "bbox": [ + 233, + 169, + 375, + 184 + ], + "spans": [ + { + "bbox": [ + 233, + 169, + 375, + 184 + ], + "score": 0.92, + "content": "\\widetilde { \\boldsymbol { g } } _ { m } ( \\boldsymbol { x } ) = ( \\gamma _ { m , 1 } ( \\boldsymbol { x } ) , . . . , \\gamma _ { m , D } ( \\boldsymbol { x } ) ) ^ { \\top } ,", + "type": "interline_equation", + "image_path": "05f0697cf684236905416453966f6d511efecaa191a0fc8f5ee0046c182c3c5a.jpg" + } + ] + } + ], + "index": 5, + "virtual_lines": [ + { + "bbox": [ + 233, + 169, + 375, + 184 + ], + "spans": [], + "index": 5 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 186, + 341, + 198 + ], + "lines": [ + { + "bbox": [ + 105, + 184, + 343, + 201 + ], + "spans": [ + { + "bbox": [ + 105, + 184, + 133, + 201 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 186, + 199, + 199 + ], + "score": 0.93, + "content": "\\gamma _ { m , d } \\in H ^ { \\beta } ( I ^ { D } )", + "type": "inline_equation" + }, + { + "bbox": [ + 199, + 184, + 317, + 201 + ], + "score": 1.0, + "content": ". Then, we obtain the form of", + "type": "text" + }, + { + "bbox": [ + 317, + 187, + 329, + 198 + ], + "score": 0.89, + "content": "g ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 329, + 184, + 343, + 201 + ], + "score": 1.0, + "content": "as", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 6, + "bbox_fs": [ + 105, + 184, + 343, + 201 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 257, + 200, + 353, + 227 + ], + "lines": [ + { + "bbox": [ + 257, + 200, + 353, + 227 + ], + "spans": [ + { + "bbox": [ + 257, + 200, + 353, + 227 + ], + "score": 0.94, + "content": "g ^ { * } = \\sum _ { m \\in [ M ] } \\widetilde { g } _ { m } \\otimes \\pmb { I } _ { \\widetilde { S } _ { m } } .", + "type": "interline_equation", + "image_path": "01b2b8268e655990e9ef44c14a15fadad47644d28b6dce3c0bd1a6c98e401062.jpg" + } + ] + } + ], + "index": 7, + "virtual_lines": [ + { + "bbox": [ + 257, + 200, + 353, + 227 + ], + "spans": [], + "index": 7 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 230, + 393, + 243 + ], + "lines": [ + { + "bbox": [ + 104, + 228, + 394, + 245 + ], + "spans": [ + { + "bbox": [ + 104, + 228, + 208, + 245 + ], + "score": 1.0, + "content": "Also, by the definition of", + "type": "text" + }, + { + "bbox": [ + 209, + 232, + 232, + 244 + ], + "score": 0.93, + "content": "\\mathcal { S } _ { 2 \\beta , J }", + "type": "inline_equation" + }, + { + "bbox": [ + 233, + 228, + 296, + 245 + ], + "score": 1.0, + "content": "which contains", + "type": "text" + }, + { + "bbox": [ + 297, + 230, + 311, + 243 + ], + "score": 0.93, + "content": "\\widetilde { S } _ { m }", + "type": "inline_equation" + }, + { + "bbox": [ + 311, + 228, + 394, + 245 + ], + "score": 1.0, + "content": ", we obtain the form", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 8, + "bbox_fs": [ + 104, + 228, + 394, + 245 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 265, + 245, + 344, + 270 + ], + "lines": [ + { + "bbox": [ + 265, + 245, + 344, + 270 + ], + "spans": [ + { + "bbox": [ + 265, + 245, + 344, + 270 + ], + "score": 0.95, + "content": "{ \\cal I } _ { { \\widetilde { \\cal S } } _ { m } } = \\bigotimes _ { j \\in [ J ] } \\psi _ { h _ { m , j } } ,", + "type": "interline_equation", + "image_path": "7d8e1889d32be15346656dc11d6cd68d41113071f36fdbcdda8d16691c2ef324.jpg" + } + ] + } + ], + "index": 9, + "virtual_lines": [ + { + "bbox": [ + 265, + 245, + 344, + 270 + ], + "spans": [], + "index": 9 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 271, + 250, + 284 + ], + "lines": [ + { + "bbox": [ + 105, + 270, + 250, + 286 + ], + "spans": [ + { + "bbox": [ + 105, + 270, + 160, + 286 + ], + "score": 1.0, + "content": "with existing", + "type": "text" + }, + { + "bbox": [ + 160, + 272, + 185, + 285 + ], + "score": 0.92, + "content": "\\psi _ { h _ { m , j } }", + "type": "inline_equation" + }, + { + "bbox": [ + 185, + 270, + 250, + 286 + ], + "score": 1.0, + "content": ". Then, we have", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 10, + "bbox_fs": [ + 105, + 270, + 250, + 286 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 248, + 285, + 362, + 313 + ], + "lines": [ + { + "bbox": [ + 248, + 285, + 362, + 313 + ], + "spans": [ + { + "bbox": [ + 248, + 285, + 362, + 313 + ], + "score": 0.94, + "content": "g ^ { * } = \\sum _ { m \\in [ M ] } \\widetilde { g } _ { m } \\bigotimes _ { j \\in [ J ] } \\psi _ { h _ { m , j } } .", + "type": "interline_equation", + "image_path": "391f427f735494794df2b95d0feebbeec2bb91f6cbf66d580748a3b604ae9631.jpg" + } + ] + } + ], + "index": 11, + "virtual_lines": [ + { + "bbox": [ + 248, + 285, + 362, + 313 + ], + "spans": [], + "index": 11 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 319, + 506, + 380 + ], + "lines": [ + { + "bbox": [ + 105, + 319, + 506, + 333 + ], + "spans": [ + { + "bbox": [ + 105, + 319, + 506, + 333 + ], + "score": 1.0, + "content": "Preliminarily, we apply sub-neural networks from Yarotsky (2017) and Petersen & Voigtlaenderř", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 104, + 328, + 507, + 347 + ], + "spans": [ + { + "bbox": [ + 104, + 328, + 157, + 347 + ], + "score": 1.0, + "content": "(2017). Let", + "type": "text" + }, + { + "bbox": [ + 157, + 331, + 185, + 343 + ], + "score": 0.93, + "content": "\\zeta [ \\Theta _ { + } ]", + "type": "inline_equation" + }, + { + "bbox": [ + 185, + 328, + 345, + 347 + ], + "score": 1.0, + "content": "be a network for summation such that", + "type": "text" + }, + { + "bbox": [ + 346, + 330, + 484, + 344 + ], + "score": 0.9, + "content": "\\begin{array} { r } { { \\bf \\Pi } \\dot { \\zeta } [ \\Theta _ { + } ] ( x _ { 1 } , . . . , x _ { D ^ { \\prime } } ) = \\sum _ { d \\in [ D ^ { \\prime } ] } x _ { d } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 484, + 328, + 507, + 347 + ], + "score": 1.0, + "content": ", and", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 343, + 504, + 360 + ], + "spans": [ + { + "bbox": [ + 106, + 344, + 134, + 357 + ], + "score": 0.91, + "content": "\\zeta [ \\Theta _ { \\times } ]", + "type": "inline_equation" + }, + { + "bbox": [ + 135, + 343, + 345, + 360 + ], + "score": 1.0, + "content": "be a network for approximate multiplication such as", + "type": "text" + }, + { + "bbox": [ + 346, + 344, + 504, + 358 + ], + "score": 0.89, + "content": "| \\zeta [ \\Theta _ { \\times } ] ( x _ { 1 } , . . . , x _ { D ^ { \\prime } } ) - \\prod _ { d \\in [ D ^ { \\prime } ] } x _ { d } | < \\epsilon", + "type": "inline_equation" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 357, + 505, + 370 + ], + "spans": [ + { + "bbox": [ + 105, + 357, + 151, + 370 + ], + "score": 1.0, + "content": "with some", + "type": "text" + }, + { + "bbox": [ + 151, + 358, + 176, + 368 + ], + "score": 0.89, + "content": "\\epsilon > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 176, + 357, + 205, + 370 + ], + "score": 1.0, + "content": "for all", + "type": "text" + }, + { + "bbox": [ + 205, + 357, + 242, + 369 + ], + "score": 0.91, + "content": "x , x ^ { \\prime } \\in I", + "type": "inline_equation" + }, + { + "bbox": [ + 243, + 357, + 495, + 370 + ], + "score": 1.0, + "content": "(Proposition 3 in Yarotsky (2017) and Lemma 1 in Imaizumi", + "type": "text" + }, + { + "bbox": [ + 496, + 358, + 505, + 368 + ], + "score": 0.6, + "content": "\\&", + "type": "inline_equation" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 367, + 184, + 381 + ], + "spans": [ + { + "bbox": [ + 105, + 367, + 184, + 381 + ], + "score": 1.0, + "content": "Fukumizu (2018)).", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 14, + "bbox_fs": [ + 104, + 319, + 507, + 381 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 384, + 505, + 423 + ], + "lines": [ + { + "bbox": [ + 102, + 380, + 508, + 403 + ], + "spans": [ + { + "bbox": [ + 102, + 380, + 224, + 403 + ], + "score": 1.0, + "content": "We consider approximation", + "type": "text" + }, + { + "bbox": [ + 225, + 385, + 338, + 399 + ], + "score": 0.93, + "content": "\\begin{array} { r } { \\sum _ { m \\in [ M ] } \\gamma _ { m , d } \\bigotimes _ { j \\in [ J ] } \\psi _ { h _ { m , j } } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 338, + 380, + 379, + 403 + ], + "score": 1.0, + "content": "for each", + "type": "text" + }, + { + "bbox": [ + 379, + 385, + 417, + 397 + ], + "score": 0.92, + "content": "d \\in \\mathsf { \\Gamma } [ D ]", + "type": "inline_equation" + }, + { + "bbox": [ + 417, + 380, + 443, + 403 + ], + "score": 1.0, + "content": ". Let", + "type": "text" + }, + { + "bbox": [ + 443, + 385, + 486, + 398 + ], + "score": 0.93, + "content": "\\zeta [ \\Theta _ { \\gamma , d , m } ]", + "type": "inline_equation" + }, + { + "bbox": [ + 486, + 380, + 508, + 403 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 397, + 506, + 412 + ], + "spans": [ + { + "bbox": [ + 106, + 398, + 148, + 411 + ], + "score": 0.88, + "content": "\\zeta [ \\Theta _ { h , m , j } ]", + "type": "inline_equation" + }, + { + "bbox": [ + 149, + 397, + 165, + 412 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 165, + 398, + 244, + 410 + ], + "score": 0.89, + "content": "d \\in [ D ] , m \\in [ M ]", + "type": "inline_equation" + }, + { + "bbox": [ + 245, + 397, + 264, + 412 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 264, + 399, + 297, + 410 + ], + "score": 0.87, + "content": "j \\in [ J ]", + "type": "inline_equation" + }, + { + "bbox": [ + 297, + 397, + 506, + 412 + ], + "score": 1.0, + "content": ", and we will specify the networks later. Also, let", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 108, + 408, + 313, + 423 + ], + "spans": [ + { + "bbox": [ + 108, + 410, + 309, + 422 + ], + "score": 0.82, + "content": "\\zeta \\bar { [ \\Theta _ { S , m } ] } ^ { - } = \\zeta [ \\Theta _ { \\times } ] ( \\bar { \\zeta } [ \\bar { \\Theta } _ { h , m , 1 } ] \\bar { ( \\cdot ) } , \\cdot . . . , \\zeta [ \\Theta _ { h , m , 1 } ] \\bar { ( \\cdot ) } )", + "type": "inline_equation" + }, + { + "bbox": [ + 309, + 408, + 313, + 423 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 18, + "bbox_fs": [ + 102, + 380, + 508, + 423 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 426, + 226, + 437 + ], + "lines": [ + { + "bbox": [ + 106, + 425, + 227, + 438 + ], + "spans": [ + { + "bbox": [ + 106, + 425, + 227, + 438 + ], + "score": 1.0, + "content": "We consider a neural network", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 20, + "bbox_fs": [ + 106, + 425, + 227, + 438 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 124, + 439, + 485, + 453 + ], + "lines": [ + { + "bbox": [ + 124, + 439, + 485, + 453 + ], + "spans": [ + { + "bbox": [ + 124, + 439, + 485, + 453 + ], + "score": 0.7, + "content": "\\zeta [ \\Theta _ { d } ] = \\zeta [ \\Theta _ { + } ] ( \\zeta [ \\Theta _ { \\times } ] ( \\zeta [ \\Theta _ { \\gamma , d , 1 } ] ( \\cdot ) , \\zeta [ \\Theta _ { S , 1 } ] ( \\cdot ) ) , . . . , \\zeta [ \\Theta _ { \\times } ] ( \\zeta [ \\Theta _ { \\gamma , d , M } ] ( \\cdot ) , \\zeta [ \\Theta _ { S , M } ] ( \\cdot ) ) ) .", + "type": "interline_equation", + "image_path": "5936dd95c637eaaf7181d955347f3c72533939cd09f33a147da0553a7d457560.jpg" + } + ] + } + ], + "index": 21, + "virtual_lines": [ + { + "bbox": [ + 124, + 439, + 485, + 453 + ], + "spans": [], + "index": 21 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 454, + 286, + 465 + ], + "lines": [ + { + "bbox": [ + 106, + 453, + 286, + 466 + ], + "spans": [ + { + "bbox": [ + 106, + 453, + 286, + 466 + ], + "score": 1.0, + "content": "Then, an approximation error is evaluated as", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 22, + "bbox_fs": [ + 106, + 453, + 286, + 466 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 124, + 470, + 466, + 733 + ], + "lines": [ + { + "bbox": [ + 124, + 470, + 466, + 733 + ], + "spans": [ + { + "bbox": [ + 124, + 470, + 466, + 733 + ], + "score": 0.9, + "content": "\\begin{array} { r l } & { \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad } \\\\ & { \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad } \\\\ & { \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad } \\\\ & & { \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad } \\\\ & & { \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad } \\\\ & { \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad } \\\\ & \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\end{array}", + "type": "interline_equation", + "image_path": "fc1a49e41c4f44640fa37ef07efc66fa7752bde0a694d76458b15e34c9dae3b9.jpg" + } + ] + } + ], + "index": 24, + "virtual_lines": [ + { + "bbox": [ + 124, + 470, + 466, + 557.6666666666666 + ], + "spans": [], + "index": 23 + }, + { + "bbox": [ + 124, + 557.6666666666666, + 466, + 645.3333333333333 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 124, + 645.3333333333333, + 466, + 732.9999999999999 + ], + "spans": [], + "index": 25 + } + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 81, + 334, + 95 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 334, + 97 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 334, + 97 + ], + "score": 1.0, + "content": "where the last inequality follows the Hölder’s inequality.", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 106, + 99, + 354, + 112 + ], + "lines": [ + { + "bbox": [ + 106, + 98, + 354, + 113 + ], + "spans": [ + { + "bbox": [ + 106, + 98, + 133, + 113 + ], + "score": 1.0, + "content": "About", + "type": "text" + }, + { + "bbox": [ + 134, + 100, + 154, + 111 + ], + "score": 0.91, + "content": "T _ { 1 , m }", + "type": "inline_equation" + }, + { + "bbox": [ + 155, + 98, + 272, + 113 + ], + "score": 1.0, + "content": ", there exists a corresponding", + "type": "text" + }, + { + "bbox": [ + 272, + 99, + 314, + 112 + ], + "score": 0.93, + "content": "\\zeta [ \\Theta _ { \\gamma , d , m } ]", + "type": "inline_equation" + }, + { + "bbox": [ + 315, + 98, + 354, + 113 + ], + "score": 1.0, + "content": "such that", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 1 + }, + { + "type": "interline_equation", + "bbox": [ + 213, + 115, + 396, + 132 + ], + "lines": [ + { + "bbox": [ + 213, + 115, + 396, + 132 + ], + "spans": [ + { + "bbox": [ + 213, + 115, + 396, + 132 + ], + "score": 0.91, + "content": "\\begin{array} { r } { \\| \\gamma _ { m , d } - \\zeta [ \\Theta _ { \\gamma , d , m } ] \\| _ { L ^ { 2 } } \\lesssim \\| \\Theta _ { \\gamma , d , m } \\| _ { 1 } ^ { - ( \\beta + 1 ) / D } , } \\end{array}", + "type": "interline_equation", + "image_path": "cf9c02d78c82bf0ec4ea1cb90c186ae5c767f0d912f196c31dd60b47b8cd27fd.jpg" + } + ] + } + ], + "index": 2, + "virtual_lines": [ + { + "bbox": [ + 213, + 115, + 396, + 132 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 135, + 503, + 159 + ], + "lines": [ + { + "bbox": [ + 106, + 134, + 505, + 149 + ], + "spans": [ + { + "bbox": [ + 106, + 134, + 411, + 149 + ], + "score": 1.0, + "content": "by following Theorem A.8 in Petersen & Voigtlaender (2017). Also, since", + "type": "text" + }, + { + "bbox": [ + 411, + 137, + 432, + 147 + ], + "score": 0.9, + "content": "\\gamma _ { m , d }", + "type": "inline_equation" + }, + { + "bbox": [ + 432, + 134, + 505, + 149 + ], + "score": 1.0, + "content": "is bounded by its", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 146, + 369, + 160 + ], + "spans": [ + { + "bbox": [ + 106, + 146, + 279, + 160 + ], + "score": 1.0, + "content": "smoothness and compact support, we have", + "type": "text" + }, + { + "bbox": [ + 279, + 146, + 342, + 159 + ], + "score": 0.93, + "content": "\\| \\gamma _ { m , d } \\| _ { L ^ { \\infty } } < \\infty", + "type": "inline_equation" + }, + { + "bbox": [ + 342, + 146, + 369, + 160 + ], + "score": 1.0, + "content": "hence", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + }, + { + "type": "interline_equation", + "bbox": [ + 249, + 162, + 362, + 180 + ], + "lines": [ + { + "bbox": [ + 249, + 162, + 362, + 180 + ], + "spans": [ + { + "bbox": [ + 249, + 162, + 362, + 180 + ], + "score": 0.91, + "content": "T _ { 1 , m } \\lesssim \\| \\Theta _ { \\gamma , d , m } \\| _ { 1 } ^ { - ( \\beta + 1 ) / D } .", + "type": "interline_equation", + "image_path": "77e994909b4a447157740b340865eb889db89e77490394d2184e59711f2b59bb.jpg" + } + ] + } + ], + "index": 5, + "virtual_lines": [ + { + "bbox": [ + 249, + 162, + 362, + 180 + ], + "spans": [], + "index": 5 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 187, + 504, + 211 + ], + "lines": [ + { + "bbox": [ + 105, + 186, + 506, + 201 + ], + "spans": [ + { + "bbox": [ + 105, + 186, + 122, + 201 + ], + "score": 1.0, + "content": "For", + "type": "text" + }, + { + "bbox": [ + 122, + 189, + 142, + 201 + ], + "score": 0.91, + "content": "T _ { 2 , m }", + "type": "inline_equation" + }, + { + "bbox": [ + 143, + 186, + 190, + 201 + ], + "score": 1.0, + "content": ", we specify", + "type": "text" + }, + { + "bbox": [ + 191, + 188, + 232, + 201 + ], + "score": 0.93, + "content": "\\zeta [ \\Theta _ { h , m , j } ]", + "type": "inline_equation" + }, + { + "bbox": [ + 232, + 186, + 506, + 201 + ], + "score": 1.0, + "content": "as Theorem 3.1 in Petersen & Voigtlaender (2017). Then, we evaluate", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 198, + 174, + 213 + ], + "spans": [ + { + "bbox": [ + 105, + 198, + 174, + 213 + ], + "score": 1.0, + "content": "the following as", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6.5 + }, + { + "type": "interline_equation", + "bbox": [ + 110, + 214, + 499, + 358 + ], + "lines": [ + { + "bbox": [ + 110, + 214, + 499, + 358 + ], + "spans": [ + { + "bbox": [ + 110, + 214, + 499, + 358 + ], + "score": 0.94, + "content": "\\begin{array} { r l } & { \\| \\gamma _ { m , d } - \\zeta [ \\Theta _ { \\gamma , d , m } ] \\| _ { L ^ { 2 } } } \\\\ & { \\leqslant \\| \\displaystyle \\bigoplus _ { j \\in [ J ] } \\psi _ { h _ { m , j } } - \\zeta [ \\Theta _ { \\star } ] ( \\zeta [ \\Theta _ { h , m , 1 } ] ( \\cdot ) , \\ldots , \\zeta [ \\Theta _ { h , m , 1 } ] ( \\cdot ) ) \\| _ { L ^ { 2 } } } \\\\ & { \\leqslant \\| \\displaystyle \\bigoplus _ { j \\in [ J ] } \\psi _ { h _ { m , j } } - \\zeta [ \\Theta _ { h , m , j } ] \\| _ { L ^ { 2 } } + \\| \\displaystyle \\bigotimes _ { j \\in [ J ] } \\psi _ { h _ { m , j } } - \\zeta [ \\Theta _ { \\star } ] ( \\zeta [ \\Theta _ { h , m , 1 } ] ( \\cdot ) , \\ldots , \\zeta [ \\Theta _ { h , m , 1 } ] ( \\cdot ) ) \\| _ { L ^ { 2 } } } \\\\ & { \\leqslant \\displaystyle \\sum _ { j \\in [ J ] } \\prod _ { j \\in [ J ] } \\prod _ { l = \\delta , j } ( | \\psi _ { h _ { m , j } } , | \\| _ { L ^ { 2 } } \\forall [ \\Theta _ { h , m , j } ] \\| _ { L ^ { 2 } } ) \\| \\psi _ { h _ { m , j } } - \\zeta [ \\Theta _ { h , m , j } ] \\| _ { L ^ { 2 } } + \\epsilon _ { \\times } } \\\\ & { \\leqslant \\displaystyle \\sum _ { j \\in [ J ] } \\| \\psi _ { h _ { m , j } } - \\zeta [ \\Theta _ { h , m , j } ] \\| _ { L ^ { 2 } } + \\epsilon _ { \\times } . } \\end{array}", + "type": "interline_equation", + "image_path": "d7454f652b0711a7d3cb44c37c8f4cbc5d5bae5b1cfed4488ab166a10c8da4eb.jpg" + } + ] + } + ], + "index": 9, + "virtual_lines": [ + { + "bbox": [ + 110, + 214, + 499, + 262.0 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 110, + 262.0, + 499, + 310.0 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 110, + 310.0, + 499, + 358.0 + ], + "spans": [], + "index": 10 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 362, + 505, + 398 + ], + "lines": [ + { + "bbox": [ + 104, + 360, + 507, + 379 + ], + "spans": [ + { + "bbox": [ + 104, + 360, + 309, + 379 + ], + "score": 1.0, + "content": "Here, the last inequality follows the boundedness of", + "type": "text" + }, + { + "bbox": [ + 309, + 363, + 336, + 376 + ], + "score": 0.91, + "content": "\\psi _ { h _ { m , j ^ { \\prime } } }", + "type": "inline_equation" + }, + { + "bbox": [ + 336, + 360, + 354, + 379 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 354, + 362, + 395, + 375 + ], + "score": 0.93, + "content": "\\zeta [ \\Theta _ { h , m , j } ]", + "type": "inline_equation" + }, + { + "bbox": [ + 396, + 360, + 507, + 379 + ], + "score": 1.0, + "content": "by Theorem 3.1 in Petersen", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 374, + 505, + 387 + ], + "spans": [ + { + "bbox": [ + 105, + 374, + 325, + 387 + ], + "score": 1.0, + "content": "& Voigtlaender (2017). Also, Theorem 3.1 in Petersen", + "type": "text" + }, + { + "bbox": [ + 325, + 376, + 334, + 384 + ], + "score": 0.58, + "content": "\\&", + "type": "inline_equation" + }, + { + "bbox": [ + 334, + 374, + 505, + 387 + ], + "score": 1.0, + "content": "Voigtlaender (2017) provides an existence", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 383, + 191, + 400 + ], + "spans": [ + { + "bbox": [ + 105, + 383, + 118, + 400 + ], + "score": 1.0, + "content": "of", + "type": "text" + }, + { + "bbox": [ + 118, + 386, + 150, + 398 + ], + "score": 0.92, + "content": "[ \\Theta _ { h , m , j }", + "type": "inline_equation" + }, + { + "bbox": [ + 150, + 383, + 191, + 400 + ], + "score": 1.0, + "content": "such that", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12 + }, + { + "type": "interline_equation", + "bbox": [ + 211, + 401, + 398, + 419 + ], + "lines": [ + { + "bbox": [ + 211, + 401, + 398, + 419 + ], + "spans": [ + { + "bbox": [ + 211, + 401, + 398, + 419 + ], + "score": 0.9, + "content": "\\begin{array} { r } { \\| \\psi _ { h _ { m , j } } - \\zeta [ \\Theta _ { h , m , j } ] \\| _ { L ^ { 2 } } \\leqslant \\| \\Theta _ { h , m , j } \\| _ { 1 } ^ { - \\beta / ( D - 1 ) } . } \\end{array}", + "type": "interline_equation", + "image_path": "1d7f4f313626e55c967af4c3f3fb082d5c83258e1185fbdd428b02a5adbf150c.jpg" + } + ] + } + ], + "index": 14, + "virtual_lines": [ + { + "bbox": [ + 211, + 401, + 398, + 419 + ], + "spans": [], + "index": 14 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 421, + 306, + 433 + ], + "lines": [ + { + "bbox": [ + 105, + 419, + 307, + 436 + ], + "spans": [ + { + "bbox": [ + 105, + 419, + 226, + 436 + ], + "score": 1.0, + "content": "We apply the boundedness of", + "type": "text" + }, + { + "bbox": [ + 226, + 421, + 267, + 434 + ], + "score": 0.93, + "content": "\\zeta [ \\Theta _ { h , m , j } ]", + "type": "inline_equation" + }, + { + "bbox": [ + 267, + 419, + 307, + 436 + ], + "score": 1.0, + "content": ", we have", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 15 + }, + { + "type": "interline_equation", + "bbox": [ + 227, + 437, + 383, + 465 + ], + "lines": [ + { + "bbox": [ + 227, + 437, + 383, + 465 + ], + "spans": [ + { + "bbox": [ + 227, + 437, + 383, + 465 + ], + "score": 0.92, + "content": "T _ { 2 , m } \\lesssim \\sum _ { j \\in [ J ] } \\| \\Theta _ { h , m , j } \\| _ { 1 } ^ { - \\beta / ( D - 1 ) } + \\epsilon _ { \\times } .", + "type": "interline_equation", + "image_path": "1c462416da948e58732d16b5247713638a980ec75680ea3f0e9c8341a5ee690b.jpg" + } + ] + } + ], + "index": 16, + "virtual_lines": [ + { + "bbox": [ + 227, + 437, + 383, + 465 + ], + "spans": [], + "index": 16 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 474, + 319, + 487 + ], + "lines": [ + { + "bbox": [ + 106, + 473, + 320, + 488 + ], + "spans": [ + { + "bbox": [ + 106, + 473, + 214, + 488 + ], + "score": 1.0, + "content": "Combining the bounds for", + "type": "text" + }, + { + "bbox": [ + 214, + 475, + 235, + 487 + ], + "score": 0.92, + "content": "T _ { 1 , m }", + "type": "inline_equation" + }, + { + "bbox": [ + 235, + 473, + 253, + 488 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 253, + 475, + 273, + 487 + ], + "score": 0.92, + "content": "T _ { 2 , m }", + "type": "inline_equation" + }, + { + "bbox": [ + 274, + 473, + 320, + 488 + ], + "score": 1.0, + "content": ", we bound", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17 + }, + { + "type": "interline_equation", + "bbox": [ + 149, + 489, + 462, + 559 + ], + "lines": [ + { + "bbox": [ + 149, + 489, + 462, + 559 + ], + "spans": [ + { + "bbox": [ + 149, + 489, + 462, + 559 + ], + "score": 0.95, + "content": "\\begin{array} { r l } & { \\left\\| \\displaystyle \\sum _ { m \\in [ M ] } \\gamma _ { m , d } \\bigotimes \\psi _ { h _ { m , j } } - \\zeta [ \\Theta _ { d } ] \\right\\| _ { L ^ { 2 } } } \\\\ & { \\leqslant \\displaystyle \\sum _ { m \\in [ M ] } \\| \\Theta _ { \\gamma , d , m } \\| _ { 1 } ^ { - ( \\beta + 1 ) / D } + \\displaystyle \\sum _ { m \\in [ M ] } \\sum _ { j \\in [ J ] } \\| \\Theta _ { h , m , j } \\| _ { 1 } ^ { - \\beta / ( D - 1 ) } + ( M + 1 ) \\epsilon _ { \\times } . } \\end{array}", + "type": "interline_equation", + "image_path": "17ca5910080208ec8a052c5a4fb1c9a5d97427d8cc3cfb01cef837a1a950a61f.jpg" + } + ] + } + ], + "index": 19, + "virtual_lines": [ + { + "bbox": [ + 149, + 489, + 462, + 512.3333333333334 + ], + "spans": [], + "index": 18 + }, + { + "bbox": [ + 149, + 512.3333333333334, + 462, + 535.6666666666667 + ], + "spans": [], + "index": 19 + }, + { + "bbox": [ + 149, + 535.6666666666667, + 462, + 559.0000000000001 + ], + "spans": [], + "index": 20 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 562, + 505, + 603 + ], + "lines": [ + { + "bbox": [ + 104, + 560, + 502, + 578 + ], + "spans": [ + { + "bbox": [ + 104, + 560, + 228, + 578 + ], + "score": 1.0, + "content": "Here, we consider a parameter", + "type": "text" + }, + { + "bbox": [ + 229, + 563, + 306, + 577 + ], + "score": 0.93, + "content": "\\begin{array} { r } { S = \\sum _ { d \\in [ D ] } \\| \\Theta _ { d } \\| _ { 1 } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 307, + 560, + 345, + 578 + ], + "score": 1.0, + "content": "such that", + "type": "text" + }, + { + "bbox": [ + 345, + 563, + 502, + 576 + ], + "score": 0.92, + "content": "S = \\| \\Theta _ { \\gamma , d , m } \\| _ { 1 } \\asymp \\| \\Theta _ { h , m , j } \\| _ { 1 } \\asymp \\| \\Theta _ { \\times } \\| _ { 1 }", + "type": "inline_equation" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 574, + 504, + 590 + ], + "spans": [ + { + "bbox": [ + 105, + 574, + 462, + 590 + ], + "score": 1.0, + "content": "Also, following Yarotsky (2017) and Petersen & Voigtlaender (2017), a proper selection of", + "type": "text" + }, + { + "bbox": [ + 463, + 576, + 504, + 588 + ], + "score": 0.92, + "content": "L = | \\Theta _ { \\times } |", + "type": "inline_equation" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 585, + 349, + 606 + ], + "spans": [ + { + "bbox": [ + 105, + 587, + 123, + 606 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 124, + 590, + 176, + 602 + ], + "score": 0.93, + "content": "B = \\| \\Theta _ { \\times } \\| _ { \\infty }", + "type": "inline_equation" + }, + { + "bbox": [ + 176, + 587, + 214, + 606 + ], + "score": 1.0, + "content": "provides", + "type": "text" + }, + { + "bbox": [ + 214, + 587, + 283, + 603 + ], + "score": 0.93, + "content": "\\epsilon _ { \\times } \\lesssim \\| \\Theta _ { \\times } \\| _ { 0 } ^ { - \\beta / D }", + "type": "inline_equation" + }, + { + "bbox": [ + 258, + 585, + 349, + 604 + ], + "score": 1.0, + "content": "}´β{D0 . Then, we have", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22 + }, + { + "type": "interline_equation", + "bbox": [ + 199, + 605, + 411, + 645 + ], + "lines": [ + { + "bbox": [ + 199, + 605, + 411, + 645 + ], + "spans": [ + { + "bbox": [ + 199, + 605, + 411, + 645 + ], + "score": 0.93, + "content": "\\left. \\sum _ { m \\in [ M ] } \\gamma _ { m , d } \\bigotimes _ { j \\in [ J ] } \\psi _ { h _ { m , j } } - \\zeta [ \\Theta _ { d } ] \\right. _ { L ^ { 2 } } \\lesssim M J S ^ { - \\beta / D } .", + "type": "interline_equation", + "image_path": "b8173faebdf3e1ca9bd6e6a523e04439b02b7d46c88eb2527f521f3b06174517.jpg" + } + ] + } + ], + "index": 24.5, + "virtual_lines": [ + { + "bbox": [ + 199, + 605, + 411, + 625.0 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 199, + 625.0, + 411, + 645.0 + ], + "spans": [], + "index": 25 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 648, + 257, + 660 + ], + "lines": [ + { + "bbox": [ + 106, + 648, + 257, + 661 + ], + "spans": [ + { + "bbox": [ + 106, + 648, + 131, + 661 + ], + "score": 1.0, + "content": "Since", + "type": "text" + }, + { + "bbox": [ + 131, + 649, + 139, + 658 + ], + "score": 0.84, + "content": "J", + "type": "inline_equation" + }, + { + "bbox": [ + 139, + 648, + 257, + 661 + ], + "score": 1.0, + "content": "is finite, we obtain the result.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 26 + }, + { + "type": "title", + "bbox": [ + 107, + 672, + 230, + 685 + ], + "lines": [ + { + "bbox": [ + 105, + 671, + 230, + 685 + ], + "spans": [ + { + "bbox": [ + 105, + 671, + 230, + 685 + ], + "score": 1.0, + "content": "B.4 PROOF OF THEOREM 1", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 27 + }, + { + "type": "text", + "bbox": [ + 107, + 693, + 344, + 705 + ], + "lines": [ + { + "bbox": [ + 105, + 692, + 344, + 707 + ], + "spans": [ + { + "bbox": [ + 105, + 692, + 186, + 707 + ], + "score": 1.0, + "content": "By the definition of", + "type": "text" + }, + { + "bbox": [ + 187, + 694, + 193, + 705 + ], + "score": 0.86, + "content": "\\widehat g", + "type": "inline_equation" + }, + { + "bbox": [ + 194, + 692, + 344, + 707 + ], + "score": 1.0, + "content": "in (2), the following inequality holds", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 28 + }, + { + "type": "interline_equation", + "bbox": [ + 146, + 708, + 464, + 730 + ], + "lines": [ + { + "bbox": [ + 146, + 708, + 464, + 730 + ], + "spans": [ + { + "bbox": [ + 146, + 708, + 464, + 730 + ], + "score": 0.92, + "content": "d _ { \\mathcal { F } } ( P _ { n } , P _ { \\hat { g } , m } ) = \\operatorname* { s u p } _ { f \\in \\mathcal { F } } ( P _ { n } f - P _ { \\hat { g } , m } f ) \\leqslant d _ { \\mathcal { F } } ( P _ { n } , P _ { g , m } ) = \\operatorname* { s u p } _ { f \\in \\mathcal { F } } ( P _ { n } f - P _ { g , m } f ) ,", + "type": "interline_equation", + "image_path": "d36f8f5386383d724a3e648a7f9f17852a6da57c033f7262bad182c15ebc8ad9.jpg" + } + ] + } + ], + "index": 29, + "virtual_lines": [ + { + "bbox": [ + 146, + 708, + 464, + 730 + ], + "spans": [], + "index": 29 + } + ] + } + ], + "page_idx": 13, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 26, + 308, + 38 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 308, + 39 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 308, + 39 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2019", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "score": 1.0, + "content": "14", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 494, + 649, + 505, + 659 + ], + "lines": [ + { + "bbox": [ + 496, + 650, + 505, + 660 + ], + "spans": [ + { + "bbox": [ + 496, + 650, + 505, + 660 + ], + "score": 1.0, + "content": "□", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 81, + 334, + 95 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 334, + 97 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 334, + 97 + ], + "score": 1.0, + "content": "where the last inequality follows the Hölder’s inequality.", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0, + "bbox_fs": [ + 105, + 81, + 334, + 97 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 99, + 354, + 112 + ], + "lines": [ + { + "bbox": [ + 106, + 98, + 354, + 113 + ], + "spans": [ + { + "bbox": [ + 106, + 98, + 133, + 113 + ], + "score": 1.0, + "content": "About", + "type": "text" + }, + { + "bbox": [ + 134, + 100, + 154, + 111 + ], + "score": 0.91, + "content": "T _ { 1 , m }", + "type": "inline_equation" + }, + { + "bbox": [ + 155, + 98, + 272, + 113 + ], + "score": 1.0, + "content": ", there exists a corresponding", + "type": "text" + }, + { + "bbox": [ + 272, + 99, + 314, + 112 + ], + "score": 0.93, + "content": "\\zeta [ \\Theta _ { \\gamma , d , m } ]", + "type": "inline_equation" + }, + { + "bbox": [ + 315, + 98, + 354, + 113 + ], + "score": 1.0, + "content": "such that", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 1, + "bbox_fs": [ + 106, + 98, + 354, + 113 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 213, + 115, + 396, + 132 + ], + "lines": [ + { + "bbox": [ + 213, + 115, + 396, + 132 + ], + "spans": [ + { + "bbox": [ + 213, + 115, + 396, + 132 + ], + "score": 0.91, + "content": "\\begin{array} { r } { \\| \\gamma _ { m , d } - \\zeta [ \\Theta _ { \\gamma , d , m } ] \\| _ { L ^ { 2 } } \\lesssim \\| \\Theta _ { \\gamma , d , m } \\| _ { 1 } ^ { - ( \\beta + 1 ) / D } , } \\end{array}", + "type": "interline_equation", + "image_path": "cf9c02d78c82bf0ec4ea1cb90c186ae5c767f0d912f196c31dd60b47b8cd27fd.jpg" + } + ] + } + ], + "index": 2, + "virtual_lines": [ + { + "bbox": [ + 213, + 115, + 396, + 132 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 135, + 503, + 159 + ], + "lines": [ + { + "bbox": [ + 106, + 134, + 505, + 149 + ], + "spans": [ + { + "bbox": [ + 106, + 134, + 411, + 149 + ], + "score": 1.0, + "content": "by following Theorem A.8 in Petersen & Voigtlaender (2017). Also, since", + "type": "text" + }, + { + "bbox": [ + 411, + 137, + 432, + 147 + ], + "score": 0.9, + "content": "\\gamma _ { m , d }", + "type": "inline_equation" + }, + { + "bbox": [ + 432, + 134, + 505, + 149 + ], + "score": 1.0, + "content": "is bounded by its", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 146, + 369, + 160 + ], + "spans": [ + { + "bbox": [ + 106, + 146, + 279, + 160 + ], + "score": 1.0, + "content": "smoothness and compact support, we have", + "type": "text" + }, + { + "bbox": [ + 279, + 146, + 342, + 159 + ], + "score": 0.93, + "content": "\\| \\gamma _ { m , d } \\| _ { L ^ { \\infty } } < \\infty", + "type": "inline_equation" + }, + { + "bbox": [ + 342, + 146, + 369, + 160 + ], + "score": 1.0, + "content": "hence", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5, + "bbox_fs": [ + 106, + 134, + 505, + 160 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 249, + 162, + 362, + 180 + ], + "lines": [ + { + "bbox": [ + 249, + 162, + 362, + 180 + ], + "spans": [ + { + "bbox": [ + 249, + 162, + 362, + 180 + ], + "score": 0.91, + "content": "T _ { 1 , m } \\lesssim \\| \\Theta _ { \\gamma , d , m } \\| _ { 1 } ^ { - ( \\beta + 1 ) / D } .", + "type": "interline_equation", + "image_path": "77e994909b4a447157740b340865eb889db89e77490394d2184e59711f2b59bb.jpg" + } + ] + } + ], + "index": 5, + "virtual_lines": [ + { + "bbox": [ + 249, + 162, + 362, + 180 + ], + "spans": [], + "index": 5 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 187, + 504, + 211 + ], + "lines": [ + { + "bbox": [ + 105, + 186, + 506, + 201 + ], + "spans": [ + { + "bbox": [ + 105, + 186, + 122, + 201 + ], + "score": 1.0, + "content": "For", + "type": "text" + }, + { + "bbox": [ + 122, + 189, + 142, + 201 + ], + "score": 0.91, + "content": "T _ { 2 , m }", + "type": "inline_equation" + }, + { + "bbox": [ + 143, + 186, + 190, + 201 + ], + "score": 1.0, + "content": ", we specify", + "type": "text" + }, + { + "bbox": [ + 191, + 188, + 232, + 201 + ], + "score": 0.93, + "content": "\\zeta [ \\Theta _ { h , m , j } ]", + "type": "inline_equation" + }, + { + "bbox": [ + 232, + 186, + 506, + 201 + ], + "score": 1.0, + "content": "as Theorem 3.1 in Petersen & Voigtlaender (2017). Then, we evaluate", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 198, + 174, + 213 + ], + "spans": [ + { + "bbox": [ + 105, + 198, + 174, + 213 + ], + "score": 1.0, + "content": "the following as", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6.5, + "bbox_fs": [ + 105, + 186, + 506, + 213 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 110, + 214, + 499, + 358 + ], + "lines": [ + { + "bbox": [ + 110, + 214, + 499, + 358 + ], + "spans": [ + { + "bbox": [ + 110, + 214, + 499, + 358 + ], + "score": 0.94, + "content": "\\begin{array} { r l } & { \\| \\gamma _ { m , d } - \\zeta [ \\Theta _ { \\gamma , d , m } ] \\| _ { L ^ { 2 } } } \\\\ & { \\leqslant \\| \\displaystyle \\bigoplus _ { j \\in [ J ] } \\psi _ { h _ { m , j } } - \\zeta [ \\Theta _ { \\star } ] ( \\zeta [ \\Theta _ { h , m , 1 } ] ( \\cdot ) , \\ldots , \\zeta [ \\Theta _ { h , m , 1 } ] ( \\cdot ) ) \\| _ { L ^ { 2 } } } \\\\ & { \\leqslant \\| \\displaystyle \\bigoplus _ { j \\in [ J ] } \\psi _ { h _ { m , j } } - \\zeta [ \\Theta _ { h , m , j } ] \\| _ { L ^ { 2 } } + \\| \\displaystyle \\bigotimes _ { j \\in [ J ] } \\psi _ { h _ { m , j } } - \\zeta [ \\Theta _ { \\star } ] ( \\zeta [ \\Theta _ { h , m , 1 } ] ( \\cdot ) , \\ldots , \\zeta [ \\Theta _ { h , m , 1 } ] ( \\cdot ) ) \\| _ { L ^ { 2 } } } \\\\ & { \\leqslant \\displaystyle \\sum _ { j \\in [ J ] } \\prod _ { j \\in [ J ] } \\prod _ { l = \\delta , j } ( | \\psi _ { h _ { m , j } } , | \\| _ { L ^ { 2 } } \\forall [ \\Theta _ { h , m , j } ] \\| _ { L ^ { 2 } } ) \\| \\psi _ { h _ { m , j } } - \\zeta [ \\Theta _ { h , m , j } ] \\| _ { L ^ { 2 } } + \\epsilon _ { \\times } } \\\\ & { \\leqslant \\displaystyle \\sum _ { j \\in [ J ] } \\| \\psi _ { h _ { m , j } } - \\zeta [ \\Theta _ { h , m , j } ] \\| _ { L ^ { 2 } } + \\epsilon _ { \\times } . } \\end{array}", + "type": "interline_equation", + "image_path": "d7454f652b0711a7d3cb44c37c8f4cbc5d5bae5b1cfed4488ab166a10c8da4eb.jpg" + } + ] + } + ], + "index": 9, + "virtual_lines": [ + { + "bbox": [ + 110, + 214, + 499, + 262.0 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 110, + 262.0, + 499, + 310.0 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 110, + 310.0, + 499, + 358.0 + ], + "spans": [], + "index": 10 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 362, + 505, + 398 + ], + "lines": [ + { + "bbox": [ + 104, + 360, + 507, + 379 + ], + "spans": [ + { + "bbox": [ + 104, + 360, + 309, + 379 + ], + "score": 1.0, + "content": "Here, the last inequality follows the boundedness of", + "type": "text" + }, + { + "bbox": [ + 309, + 363, + 336, + 376 + ], + "score": 0.91, + "content": "\\psi _ { h _ { m , j ^ { \\prime } } }", + "type": "inline_equation" + }, + { + "bbox": [ + 336, + 360, + 354, + 379 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 354, + 362, + 395, + 375 + ], + "score": 0.93, + "content": "\\zeta [ \\Theta _ { h , m , j } ]", + "type": "inline_equation" + }, + { + "bbox": [ + 396, + 360, + 507, + 379 + ], + "score": 1.0, + "content": "by Theorem 3.1 in Petersen", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 374, + 505, + 387 + ], + "spans": [ + { + "bbox": [ + 105, + 374, + 325, + 387 + ], + "score": 1.0, + "content": "& Voigtlaender (2017). Also, Theorem 3.1 in Petersen", + "type": "text" + }, + { + "bbox": [ + 325, + 376, + 334, + 384 + ], + "score": 0.58, + "content": "\\&", + "type": "inline_equation" + }, + { + "bbox": [ + 334, + 374, + 505, + 387 + ], + "score": 1.0, + "content": "Voigtlaender (2017) provides an existence", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 383, + 191, + 400 + ], + "spans": [ + { + "bbox": [ + 105, + 383, + 118, + 400 + ], + "score": 1.0, + "content": "of", + "type": "text" + }, + { + "bbox": [ + 118, + 386, + 150, + 398 + ], + "score": 0.92, + "content": "[ \\Theta _ { h , m , j }", + "type": "inline_equation" + }, + { + "bbox": [ + 150, + 383, + 191, + 400 + ], + "score": 1.0, + "content": "such that", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12, + "bbox_fs": [ + 104, + 360, + 507, + 400 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 211, + 401, + 398, + 419 + ], + "lines": [ + { + "bbox": [ + 211, + 401, + 398, + 419 + ], + "spans": [ + { + "bbox": [ + 211, + 401, + 398, + 419 + ], + "score": 0.9, + "content": "\\begin{array} { r } { \\| \\psi _ { h _ { m , j } } - \\zeta [ \\Theta _ { h , m , j } ] \\| _ { L ^ { 2 } } \\leqslant \\| \\Theta _ { h , m , j } \\| _ { 1 } ^ { - \\beta / ( D - 1 ) } . } \\end{array}", + "type": "interline_equation", + "image_path": "1d7f4f313626e55c967af4c3f3fb082d5c83258e1185fbdd428b02a5adbf150c.jpg" + } + ] + } + ], + "index": 14, + "virtual_lines": [ + { + "bbox": [ + 211, + 401, + 398, + 419 + ], + "spans": [], + "index": 14 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 421, + 306, + 433 + ], + "lines": [ + { + "bbox": [ + 105, + 419, + 307, + 436 + ], + "spans": [ + { + "bbox": [ + 105, + 419, + 226, + 436 + ], + "score": 1.0, + "content": "We apply the boundedness of", + "type": "text" + }, + { + "bbox": [ + 226, + 421, + 267, + 434 + ], + "score": 0.93, + "content": "\\zeta [ \\Theta _ { h , m , j } ]", + "type": "inline_equation" + }, + { + "bbox": [ + 267, + 419, + 307, + 436 + ], + "score": 1.0, + "content": ", we have", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 15, + "bbox_fs": [ + 105, + 419, + 307, + 436 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 227, + 437, + 383, + 465 + ], + "lines": [ + { + "bbox": [ + 227, + 437, + 383, + 465 + ], + "spans": [ + { + "bbox": [ + 227, + 437, + 383, + 465 + ], + "score": 0.92, + "content": "T _ { 2 , m } \\lesssim \\sum _ { j \\in [ J ] } \\| \\Theta _ { h , m , j } \\| _ { 1 } ^ { - \\beta / ( D - 1 ) } + \\epsilon _ { \\times } .", + "type": "interline_equation", + "image_path": "1c462416da948e58732d16b5247713638a980ec75680ea3f0e9c8341a5ee690b.jpg" + } + ] + } + ], + "index": 16, + "virtual_lines": [ + { + "bbox": [ + 227, + 437, + 383, + 465 + ], + "spans": [], + "index": 16 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 474, + 319, + 487 + ], + "lines": [ + { + "bbox": [ + 106, + 473, + 320, + 488 + ], + "spans": [ + { + "bbox": [ + 106, + 473, + 214, + 488 + ], + "score": 1.0, + "content": "Combining the bounds for", + "type": "text" + }, + { + "bbox": [ + 214, + 475, + 235, + 487 + ], + "score": 0.92, + "content": "T _ { 1 , m }", + "type": "inline_equation" + }, + { + "bbox": [ + 235, + 473, + 253, + 488 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 253, + 475, + 273, + 487 + ], + "score": 0.92, + "content": "T _ { 2 , m }", + "type": "inline_equation" + }, + { + "bbox": [ + 274, + 473, + 320, + 488 + ], + "score": 1.0, + "content": ", we bound", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17, + "bbox_fs": [ + 106, + 473, + 320, + 488 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 149, + 489, + 462, + 559 + ], + "lines": [ + { + "bbox": [ + 149, + 489, + 462, + 559 + ], + "spans": [ + { + "bbox": [ + 149, + 489, + 462, + 559 + ], + "score": 0.95, + "content": "\\begin{array} { r l } & { \\left\\| \\displaystyle \\sum _ { m \\in [ M ] } \\gamma _ { m , d } \\bigotimes \\psi _ { h _ { m , j } } - \\zeta [ \\Theta _ { d } ] \\right\\| _ { L ^ { 2 } } } \\\\ & { \\leqslant \\displaystyle \\sum _ { m \\in [ M ] } \\| \\Theta _ { \\gamma , d , m } \\| _ { 1 } ^ { - ( \\beta + 1 ) / D } + \\displaystyle \\sum _ { m \\in [ M ] } \\sum _ { j \\in [ J ] } \\| \\Theta _ { h , m , j } \\| _ { 1 } ^ { - \\beta / ( D - 1 ) } + ( M + 1 ) \\epsilon _ { \\times } . } \\end{array}", + "type": "interline_equation", + "image_path": "17ca5910080208ec8a052c5a4fb1c9a5d97427d8cc3cfb01cef837a1a950a61f.jpg" + } + ] + } + ], + "index": 19, + "virtual_lines": [ + { + "bbox": [ + 149, + 489, + 462, + 512.3333333333334 + ], + "spans": [], + "index": 18 + }, + { + "bbox": [ + 149, + 512.3333333333334, + 462, + 535.6666666666667 + ], + "spans": [], + "index": 19 + }, + { + "bbox": [ + 149, + 535.6666666666667, + 462, + 559.0000000000001 + ], + "spans": [], + "index": 20 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 562, + 505, + 603 + ], + "lines": [ + { + "bbox": [ + 104, + 560, + 502, + 578 + ], + "spans": [ + { + "bbox": [ + 104, + 560, + 228, + 578 + ], + "score": 1.0, + "content": "Here, we consider a parameter", + "type": "text" + }, + { + "bbox": [ + 229, + 563, + 306, + 577 + ], + "score": 0.93, + "content": "\\begin{array} { r } { S = \\sum _ { d \\in [ D ] } \\| \\Theta _ { d } \\| _ { 1 } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 307, + 560, + 345, + 578 + ], + "score": 1.0, + "content": "such that", + "type": "text" + }, + { + "bbox": [ + 345, + 563, + 502, + 576 + ], + "score": 0.92, + "content": "S = \\| \\Theta _ { \\gamma , d , m } \\| _ { 1 } \\asymp \\| \\Theta _ { h , m , j } \\| _ { 1 } \\asymp \\| \\Theta _ { \\times } \\| _ { 1 }", + "type": "inline_equation" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 574, + 504, + 590 + ], + "spans": [ + { + "bbox": [ + 105, + 574, + 462, + 590 + ], + "score": 1.0, + "content": "Also, following Yarotsky (2017) and Petersen & Voigtlaender (2017), a proper selection of", + "type": "text" + }, + { + "bbox": [ + 463, + 576, + 504, + 588 + ], + "score": 0.92, + "content": "L = | \\Theta _ { \\times } |", + "type": "inline_equation" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 585, + 349, + 606 + ], + "spans": [ + { + "bbox": [ + 105, + 587, + 123, + 606 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 124, + 590, + 176, + 602 + ], + "score": 0.93, + "content": "B = \\| \\Theta _ { \\times } \\| _ { \\infty }", + "type": "inline_equation" + }, + { + "bbox": [ + 176, + 587, + 214, + 606 + ], + "score": 1.0, + "content": "provides", + "type": "text" + }, + { + "bbox": [ + 214, + 587, + 283, + 603 + ], + "score": 0.93, + "content": "\\epsilon _ { \\times } \\lesssim \\| \\Theta _ { \\times } \\| _ { 0 } ^ { - \\beta / D }", + "type": "inline_equation" + }, + { + "bbox": [ + 258, + 585, + 349, + 604 + ], + "score": 1.0, + "content": "}´β{D0 . Then, we have", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22, + "bbox_fs": [ + 104, + 560, + 504, + 606 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 199, + 605, + 411, + 645 + ], + "lines": [ + { + "bbox": [ + 199, + 605, + 411, + 645 + ], + "spans": [ + { + "bbox": [ + 199, + 605, + 411, + 645 + ], + "score": 0.93, + "content": "\\left. \\sum _ { m \\in [ M ] } \\gamma _ { m , d } \\bigotimes _ { j \\in [ J ] } \\psi _ { h _ { m , j } } - \\zeta [ \\Theta _ { d } ] \\right. _ { L ^ { 2 } } \\lesssim M J S ^ { - \\beta / D } .", + "type": "interline_equation", + "image_path": "b8173faebdf3e1ca9bd6e6a523e04439b02b7d46c88eb2527f521f3b06174517.jpg" + } + ] + } + ], + "index": 24.5, + "virtual_lines": [ + { + "bbox": [ + 199, + 605, + 411, + 625.0 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 199, + 625.0, + 411, + 645.0 + ], + "spans": [], + "index": 25 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 648, + 257, + 660 + ], + "lines": [ + { + "bbox": [ + 106, + 648, + 257, + 661 + ], + "spans": [ + { + "bbox": [ + 106, + 648, + 131, + 661 + ], + "score": 1.0, + "content": "Since", + "type": "text" + }, + { + "bbox": [ + 131, + 649, + 139, + 658 + ], + "score": 0.84, + "content": "J", + "type": "inline_equation" + }, + { + "bbox": [ + 139, + 648, + 257, + 661 + ], + "score": 1.0, + "content": "is finite, we obtain the result.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 26, + "bbox_fs": [ + 106, + 648, + 257, + 661 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 672, + 230, + 685 + ], + "lines": [ + { + "bbox": [ + 105, + 671, + 230, + 685 + ], + "spans": [ + { + "bbox": [ + 105, + 671, + 230, + 685 + ], + "score": 1.0, + "content": "B.4 PROOF OF THEOREM 1", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 27 + }, + { + "type": "text", + "bbox": [ + 107, + 693, + 344, + 705 + ], + "lines": [ + { + "bbox": [ + 105, + 692, + 344, + 707 + ], + "spans": [ + { + "bbox": [ + 105, + 692, + 186, + 707 + ], + "score": 1.0, + "content": "By the definition of", + "type": "text" + }, + { + "bbox": [ + 187, + 694, + 193, + 705 + ], + "score": 0.86, + "content": "\\widehat g", + "type": "inline_equation" + }, + { + "bbox": [ + 194, + 692, + 344, + 707 + ], + "score": 1.0, + "content": "in (2), the following inequality holds", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 28, + "bbox_fs": [ + 105, + 692, + 344, + 707 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 146, + 708, + 464, + 730 + ], + "lines": [ + { + "bbox": [ + 146, + 708, + 464, + 730 + ], + "spans": [ + { + "bbox": [ + 146, + 708, + 464, + 730 + ], + "score": 0.92, + "content": "d _ { \\mathcal { F } } ( P _ { n } , P _ { \\hat { g } , m } ) = \\operatorname* { s u p } _ { f \\in \\mathcal { F } } ( P _ { n } f - P _ { \\hat { g } , m } f ) \\leqslant d _ { \\mathcal { F } } ( P _ { n } , P _ { g , m } ) = \\operatorname* { s u p } _ { f \\in \\mathcal { F } } ( P _ { n } f - P _ { g , m } f ) ,", + "type": "interline_equation", + "image_path": "d36f8f5386383d724a3e648a7f9f17852a6da57c033f7262bad182c15ebc8ad9.jpg" + } + ] + } + ], + "index": 29, + "virtual_lines": [ + { + "bbox": [ + 146, + 708, + 464, + 730 + ], + "spans": [], + "index": 29 + } + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 184, + 94 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 185, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 157, + 96 + ], + "score": 1.0, + "content": "for arbitrary", + "type": "text" + }, + { + "bbox": [ + 158, + 83, + 181, + 94 + ], + "score": 0.9, + "content": "g \\in { \\mathcal { G } }", + "type": "inline_equation" + }, + { + "bbox": [ + 181, + 81, + 185, + 96 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 107, + 99, + 268, + 111 + ], + "lines": [ + { + "bbox": [ + 105, + 97, + 269, + 113 + ], + "spans": [ + { + "bbox": [ + 105, + 97, + 206, + 113 + ], + "score": 1.0, + "content": "We consider a bound for", + "type": "text" + }, + { + "bbox": [ + 206, + 99, + 255, + 112 + ], + "score": 0.94, + "content": "d _ { \\mathcal { F } } ( P ^ { \\ast } , P _ { \\hat { g } } )", + "type": "inline_equation" + }, + { + "bbox": [ + 256, + 97, + 269, + 113 + ], + "score": 1.0, + "content": "as", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 1 + }, + { + "type": "interline_equation", + "bbox": [ + 155, + 115, + 455, + 183 + ], + "lines": [ + { + "bbox": [ + 155, + 115, + 455, + 183 + ], + "spans": [ + { + "bbox": [ + 155, + 115, + 455, + 183 + ], + "score": 0.95, + "content": "\\begin{array} { r l } & { d _ { \\mathcal { F } } \\big ( P ^ { * } , P _ { \\hat { g } } \\big ) = \\underset { f \\in \\mathcal { F } } { \\operatorname* { s u p } } \\big ( P ^ { * } f - P _ { \\hat { g } } f \\big ) } \\\\ & { \\quad \\quad = \\underset { f \\in \\mathcal { F } } { \\operatorname* { s u p } } \\big ( P ^ { * } f - P _ { n } f + P _ { n } f - P _ { \\hat { g } , m } f + P _ { \\hat { g } , m } f - P _ { \\hat { g } } f \\big ) } \\\\ & { \\quad \\quad \\leqslant \\underset { f \\in \\mathcal { F } } { \\operatorname* { s u p } } \\big ( P ^ { * } f - P _ { n } f + P _ { \\hat { g } , m } f - P _ { \\hat { g } } f \\big ) + \\underset { f \\in \\mathcal { F } } { \\operatorname* { s u p } } \\big ( P _ { n } f - P _ { \\hat { g } , m } f \\big ) , } \\end{array}", + "type": "interline_equation", + "image_path": "c017ea76d4ab6b949a131df430c696d0b1638127ebbaedaebf3598b63a2cd861.jpg" + } + ] + } + ], + "index": 3, + "virtual_lines": [ + { + "bbox": [ + 155, + 115, + 455, + 137.66666666666666 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 155, + 137.66666666666666, + 455, + 160.33333333333331 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 155, + 160.33333333333331, + 455, + 182.99999999999997 + ], + "spans": [], + "index": 4 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 187, + 505, + 210 + ], + "lines": [ + { + "bbox": [ + 105, + 187, + 505, + 200 + ], + "spans": [ + { + "bbox": [ + 105, + 187, + 304, + 200 + ], + "score": 1.0, + "content": "where the inequality follows (9) with an existing", + "type": "text" + }, + { + "bbox": [ + 305, + 188, + 328, + 200 + ], + "score": 0.9, + "content": "{ \\dot { g } } \\in { \\mathcal { G } }", + "type": "inline_equation" + }, + { + "bbox": [ + 329, + 187, + 505, + 200 + ], + "score": 1.0, + "content": ". We will provide a detailed construction of", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 107, + 198, + 228, + 211 + ], + "spans": [ + { + "bbox": [ + 107, + 199, + 118, + 210 + ], + "score": 0.86, + "content": "g ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 118, + 198, + 228, + 211 + ], + "score": 1.0, + "content": ". We continue the bound as", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 5.5 + }, + { + "type": "interline_equation", + "bbox": [ + 120, + 214, + 491, + 290 + ], + "lines": [ + { + "bbox": [ + 120, + 214, + 491, + 290 + ], + "spans": [ + { + "bbox": [ + 120, + 214, + 491, + 290 + ], + "score": 0.9, + "content": "\\begin{array} { r l } & { d _ { \\mathcal { F } } ( P ^ { * } , P _ { \\widehat { g } } ) } \\\\ & { \\leqslant \\underset { f \\in \\mathcal { F } } { \\operatorname* { s u p } } ( P ^ { * } f - P _ { n } f + P _ { \\widehat { g } , m } f - P _ { \\widehat { g } } f ) + \\underset { f \\in \\mathcal { F } } { \\operatorname* { s u p } } ( P _ { n } f - P ^ { * } f + P ^ { * } f - P _ { \\widehat { g } } f + P _ { \\widehat { g } } f - P _ { \\widehat { g } , m } f ) } \\\\ & { \\leqslant 2 \\underset { g \\in \\mathcal { G } } { \\operatorname* { s u p } } \\underset { f \\in \\mathcal { F } } { \\operatorname* { s u p } } | P _ { g , m } f - P _ { g } f | + \\underset { f \\in \\mathcal { F } } { \\operatorname* { s u p } } ( P ^ { * } f - P _ { \\widehat { g } } f ) + 2 \\underset { f \\in \\mathcal { F } } { \\operatorname* { s u p } } | P _ { n } f - P ^ { * } f | } \\\\ & { = : i + i i + i i i . } \\end{array}", + "type": "interline_equation", + "image_path": "1bb6c2fcfb35b64fa37f1b8f5bf2812682b81056e5cbe6d4a9843aa540c4f8d8.jpg" + } + ] + } + ], + "index": 8, + "virtual_lines": [ + { + "bbox": [ + 120, + 214, + 491, + 239.33333333333334 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 120, + 239.33333333333334, + 491, + 264.6666666666667 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 120, + 264.6666666666667, + 491, + 290.0 + ], + "spans": [], + "index": 9 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 294, + 504, + 317 + ], + "lines": [ + { + "bbox": [ + 106, + 294, + 505, + 307 + ], + "spans": [ + { + "bbox": [ + 106, + 294, + 131, + 307 + ], + "score": 1.0, + "content": "Here,", + "type": "text" + }, + { + "bbox": [ + 131, + 295, + 136, + 304 + ], + "score": 0.77, + "content": "i", + "type": "inline_equation" + }, + { + "bbox": [ + 136, + 294, + 230, + 307 + ], + "score": 1.0, + "content": "denotes an effect from", + "type": "text" + }, + { + "bbox": [ + 231, + 297, + 241, + 304 + ], + "score": 0.69, + "content": "m", + "type": "inline_equation" + }, + { + "bbox": [ + 241, + 294, + 288, + 307 + ], + "score": 1.0, + "content": "samplings,", + "type": "text" + }, + { + "bbox": [ + 288, + 295, + 296, + 304 + ], + "score": 0.57, + "content": "\\romannumeral 2", + "type": "inline_equation" + }, + { + "bbox": [ + 297, + 294, + 505, + 307 + ], + "score": 1.0, + "content": "denotes an approximation error, and iii denotes an", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 306, + 252, + 317 + ], + "spans": [ + { + "bbox": [ + 106, + 306, + 189, + 317 + ], + "score": 1.0, + "content": "uncertainty with the", + "type": "text" + }, + { + "bbox": [ + 189, + 307, + 196, + 315 + ], + "score": 0.77, + "content": "n", + "type": "inline_equation" + }, + { + "bbox": [ + 196, + 306, + 252, + 317 + ], + "score": 1.0, + "content": "observations.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10.5 + }, + { + "type": "text", + "bbox": [ + 106, + 321, + 504, + 345 + ], + "lines": [ + { + "bbox": [ + 105, + 321, + 506, + 335 + ], + "spans": [ + { + "bbox": [ + 105, + 321, + 154, + 335 + ], + "score": 1.0, + "content": "To evaluate", + "type": "text" + }, + { + "bbox": [ + 155, + 323, + 159, + 332 + ], + "score": 0.75, + "content": "i", + "type": "inline_equation" + }, + { + "bbox": [ + 160, + 321, + 178, + 335 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 178, + 323, + 189, + 333 + ], + "score": 0.68, + "content": "i i i", + "type": "inline_equation" + }, + { + "bbox": [ + 190, + 321, + 506, + 335 + ], + "score": 1.0, + "content": ", we provide the following lemma. This result follows a standard technique of", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 333, + 438, + 346 + ], + "spans": [ + { + "bbox": [ + 106, + 333, + 438, + 346 + ], + "score": 1.0, + "content": "the empirical process theory and we provide its outline for a sake of completeness.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12.5 + }, + { + "type": "text", + "bbox": [ + 106, + 348, + 505, + 381 + ], + "lines": [ + { + "bbox": [ + 105, + 347, + 506, + 361 + ], + "spans": [ + { + "bbox": [ + 105, + 347, + 168, + 361 + ], + "score": 1.0, + "content": "Lemma 4. Let", + "type": "text" + }, + { + "bbox": [ + 168, + 348, + 178, + 358 + ], + "score": 0.53, + "content": "\\mathcal { H }", + "type": "inline_equation" + }, + { + "bbox": [ + 178, + 347, + 345, + 361 + ], + "score": 1.0, + "content": "be a some set of measurable functions and", + "type": "text" + }, + { + "bbox": [ + 345, + 348, + 411, + 360 + ], + "score": 0.91, + "content": "X _ { 1 } , . . . , X _ { n } \\sim P", + "type": "inline_equation" + }, + { + "bbox": [ + 411, + 347, + 506, + 361 + ], + "score": 1.0, + "content": "be i.i.d. n observations.", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 358, + 506, + 371 + ], + "spans": [ + { + "bbox": [ + 106, + 359, + 161, + 371 + ], + "score": 1.0, + "content": "Suppose that", + "type": "text" + }, + { + "bbox": [ + 162, + 358, + 234, + 371 + ], + "score": 0.92, + "content": "\\mathbb { E } _ { P } [ h ^ { 2 } ( X ) ] \\leqslant \\sigma ^ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 234, + 359, + 254, + 371 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 254, + 359, + 307, + 371 + ], + "score": 0.92, + "content": "\\| h \\| _ { L ^ { \\infty } } < C _ { h }", + "type": "inline_equation" + }, + { + "bbox": [ + 307, + 359, + 421, + 371 + ], + "score": 1.0, + "content": "hold with finite parameters", + "type": "text" + }, + { + "bbox": [ + 421, + 358, + 452, + 369 + ], + "score": 0.91, + "content": "\\sigma ^ { 2 } > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 452, + 359, + 470, + 371 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 471, + 359, + 502, + 370 + ], + "score": 0.92, + "content": "C _ { h } > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 359, + 506, + 371 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 370, + 295, + 382 + ], + "spans": [ + { + "bbox": [ + 106, + 370, + 222, + 382 + ], + "score": 1.0, + "content": "Then, there exists a constant", + "type": "text" + }, + { + "bbox": [ + 222, + 371, + 234, + 381 + ], + "score": 0.84, + "content": "C _ { \\theta }", + "type": "inline_equation" + }, + { + "bbox": [ + 234, + 370, + 295, + 382 + ], + "score": 1.0, + "content": "and we obtain", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 15 + }, + { + "type": "interline_equation", + "bbox": [ + 127, + 385, + 484, + 460 + ], + "lines": [ + { + "bbox": [ + 127, + 385, + 484, + 460 + ], + "spans": [ + { + "bbox": [ + 127, + 385, + 484, + 460 + ], + "score": 0.93, + "content": "\\begin{array} { r l r } { { \\operatorname* { s u p } _ { h \\in \\mathcal { H } } | \\frac { 1 } { n } \\sum _ { i \\in [ n ] } h ( X _ { i } ) - \\mathbb { E } _ { P } [ h ( X ) ] | } } \\\\ & { } & { \\leqslant \\operatorname* { i n f } _ { \\eta > 0 } \\{ 4 \\eta + 1 2 \\int _ { \\eta } ^ { C _ { h } } \\sqrt { \\frac { \\log \\mathcal { N } ( \\epsilon , \\mathcal { H } , \\| \\cdot \\| _ { L ^ { \\infty } } ) } { n } } d \\epsilon + \\sqrt { \\frac { 2 \\tau \\sigma ^ { 2 } + 4 C _ { \\theta } } { n } } + \\frac { \\tau C _ { h } } { n } ( \\frac { 2 } { 3 } + C _ { \\theta } ) \\} } \\end{array}", + "type": "interline_equation", + "image_path": "b70491ed7f2676d24d835ffb7afbbe4935d0c28236950d4bcae1ee4b243db677.jpg" + } + ] + } + ], + "index": 18, + "virtual_lines": [ + { + "bbox": [ + 127, + 385, + 484, + 410.0 + ], + "spans": [], + "index": 17 + }, + { + "bbox": [ + 127, + 410.0, + 484, + 435.0 + ], + "spans": [], + "index": 18 + }, + { + "bbox": [ + 127, + 435.0, + 484, + 460.0 + ], + "spans": [], + "index": 19 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 464, + 321, + 476 + ], + "lines": [ + { + "bbox": [ + 105, + 463, + 322, + 478 + ], + "spans": [ + { + "bbox": [ + 105, + 463, + 204, + 478 + ], + "score": 1.0, + "content": "with probability at least", + "type": "text" + }, + { + "bbox": [ + 204, + 464, + 265, + 476 + ], + "score": 0.87, + "content": "1 - 2 \\exp ( - \\tau )", + "type": "inline_equation" + }, + { + "bbox": [ + 266, + 463, + 293, + 478 + ], + "score": 1.0, + "content": "for all", + "type": "text" + }, + { + "bbox": [ + 294, + 464, + 318, + 475 + ], + "score": 0.88, + "content": "\\tau > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 319, + 463, + 322, + 478 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 20 + }, + { + "type": "text", + "bbox": [ + 106, + 488, + 505, + 522 + ], + "lines": [ + { + "bbox": [ + 105, + 487, + 507, + 501 + ], + "spans": [ + { + "bbox": [ + 105, + 487, + 507, + 501 + ], + "score": 1.0, + "content": "Proof. At the beginning, we bound an expectation of the empirical process (Steinwart & Christmann,", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 498, + 506, + 511 + ], + "spans": [ + { + "bbox": [ + 106, + 498, + 506, + 511 + ], + "score": 1.0, + "content": "2008; Bartlett et al., 2005; Massart, 2000; Sriperumbudur et al., 2012). Afterward, we evaluate a", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 510, + 356, + 523 + ], + "spans": [ + { + "bbox": [ + 106, + 510, + 356, + 523 + ], + "score": 1.0, + "content": "concentration of the empirical process around the expectation.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22 + }, + { + "type": "text", + "bbox": [ + 104, + 527, + 505, + 549 + ], + "lines": [ + { + "bbox": [ + 105, + 527, + 506, + 539 + ], + "spans": [ + { + "bbox": [ + 105, + 527, + 506, + 539 + ], + "score": 1.0, + "content": "By applying the symmetrization and concentration techniques (Proposition 7.10 in Steinwart &", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 538, + 232, + 549 + ], + "spans": [ + { + "bbox": [ + 106, + 538, + 232, + 549 + ], + "score": 1.0, + "content": "Christmann (2008)), we obtain", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24.5 + }, + { + "type": "interline_equation", + "bbox": [ + 136, + 553, + 473, + 594 + ], + "lines": [ + { + "bbox": [ + 136, + 553, + 473, + 594 + ], + "spans": [ + { + "bbox": [ + 136, + 553, + 473, + 594 + ], + "score": 0.94, + "content": "\\mathbb { E } _ { P ^ { \\otimes n } } \\left[ \\operatorname* { s u p } _ { h \\in \\mathcal { H } } \\left| \\frac { 1 } { n } \\sum _ { i \\in [ n ] } h ( X _ { i } ) - \\mathbb { E } [ h ( X ) ] \\right| \\right] \\leqslant 2 \\mathbb { E } _ { P ^ { \\otimes n } \\otimes \\nu ^ { \\otimes n } } \\left[ \\operatorname* { s u p } _ { h \\in \\mathcal { H } } \\left| \\frac { 1 } { n } \\sum _ { i \\in [ n ] } u _ { i } h ( X _ { i } ) \\right| \\right] ,", + "type": "interline_equation", + "image_path": "1ce850c8246d003b5b70992d14295a920619fbb39e6448d1988ed020cd0dd243.jpg" + } + ] + } + ], + "index": 27, + "virtual_lines": [ + { + "bbox": [ + 136, + 553, + 473, + 566.6666666666666 + ], + "spans": [], + "index": 26 + }, + { + "bbox": [ + 136, + 566.6666666666666, + 473, + 580.3333333333333 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 136, + 580.3333333333333, + 473, + 593.9999999999999 + ], + "spans": [], + "index": 28 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 597, + 505, + 632 + ], + "lines": [ + { + "bbox": [ + 105, + 596, + 505, + 610 + ], + "spans": [ + { + "bbox": [ + 105, + 596, + 133, + 610 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 599, + 163, + 609 + ], + "score": 0.92, + "content": "u _ { i } \\sim \\nu", + "type": "inline_equation" + }, + { + "bbox": [ + 163, + 596, + 505, + 610 + ], + "score": 1.0, + "content": "is the Rademacher variable which takes 0 or 1 with probability 0.5. Combining this", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 609, + 505, + 621 + ], + "spans": [ + { + "bbox": [ + 106, + 609, + 371, + 621 + ], + "score": 1.0, + "content": "bound with the Taralgand’s inequality (Theorem A.9.1 in Steinwart", + "type": "text" + }, + { + "bbox": [ + 372, + 609, + 381, + 619 + ], + "score": 0.28, + "content": "\\&", + "type": "inline_equation" + }, + { + "bbox": [ + 381, + 609, + 505, + 621 + ], + "score": 1.0, + "content": "Christmann (2008)), we obtain", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 620, + 204, + 632 + ], + "spans": [ + { + "bbox": [ + 106, + 620, + 204, + 632 + ], + "score": 1.0, + "content": "the following inequality", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 30 + }, + { + "type": "interline_equation", + "bbox": [ + 146, + 635, + 464, + 717 + ], + "lines": [ + { + "bbox": [ + 146, + 635, + 464, + 717 + ], + "spans": [ + { + "bbox": [ + 146, + 635, + 464, + 717 + ], + "score": 0.94, + "content": "\\begin{array} { r l } & { \\displaystyle \\operatorname* { s u p } _ { h \\in \\mathcal { H } } \\left| \\frac { 1 } { n } \\sum _ { i \\in [ n ] } h ( X _ { i } ) - \\mathbb { E } _ { P } [ h ( X ) ] \\right| } \\\\ & { \\leqslant ( 1 + \\theta ) \\mathbb { E } _ { P ^ { \\otimes n } \\otimes \\nu ^ { \\otimes n } } \\left[ \\displaystyle \\operatorname* { s u p } _ { h \\in \\mathcal { H } } \\left| \\frac { 1 } { n } \\sum _ { i \\in [ n ] } u _ { i } h ( X _ { i } ) \\right| \\right] + \\sqrt { \\frac { 2 \\tau \\sigma ^ { 2 } } { n } } + \\frac { \\tau C _ { h } } { n } \\left( \\frac { 2 } { 3 } + \\displaystyle \\frac { 1 } { \\theta } \\right) , } \\end{array}", + "type": "interline_equation", + "image_path": "ba273dfeccef9a093f017d5f2c47c501e5a22d5329078364c74cdbc63b41aaff.jpg" + } + ] + } + ], + "index": 33, + "virtual_lines": [ + { + "bbox": [ + 146, + 635, + 464, + 662.3333333333334 + ], + "spans": [], + "index": 32 + }, + { + "bbox": [ + 146, + 662.3333333333334, + 464, + 689.6666666666667 + ], + "spans": [], + "index": 33 + }, + { + "bbox": [ + 146, + 689.6666666666667, + 464, + 717.0000000000001 + ], + "spans": [], + "index": 34 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 720, + 356, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 720, + 357, + 734 + ], + "spans": [ + { + "bbox": [ + 106, + 720, + 203, + 734 + ], + "score": 1.0, + "content": "with probability at least", + "type": "text" + }, + { + "bbox": [ + 204, + 720, + 257, + 732 + ], + "score": 0.92, + "content": "1 - \\exp ( - \\tau )", + "type": "inline_equation" + }, + { + "bbox": [ + 258, + 720, + 285, + 734 + ], + "score": 1.0, + "content": "for all", + "type": "text" + }, + { + "bbox": [ + 286, + 721, + 311, + 731 + ], + "score": 0.88, + "content": "\\tau > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 311, + 720, + 329, + 734 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 329, + 721, + 353, + 731 + ], + "score": 0.89, + "content": "\\theta > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 353, + 720, + 357, + 734 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 35 + } + ], + "page_idx": 14, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 26, + 308, + 38 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 308, + 39 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 308, + 39 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2019", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "score": 1.0, + "content": "15", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 184, + 94 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 185, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 157, + 96 + ], + "score": 1.0, + "content": "for arbitrary", + "type": "text" + }, + { + "bbox": [ + 158, + 83, + 181, + 94 + ], + "score": 0.9, + "content": "g \\in { \\mathcal { G } }", + "type": "inline_equation" + }, + { + "bbox": [ + 181, + 81, + 185, + 96 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0, + "bbox_fs": [ + 105, + 81, + 185, + 96 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 99, + 268, + 111 + ], + "lines": [ + { + "bbox": [ + 105, + 97, + 269, + 113 + ], + "spans": [ + { + "bbox": [ + 105, + 97, + 206, + 113 + ], + "score": 1.0, + "content": "We consider a bound for", + "type": "text" + }, + { + "bbox": [ + 206, + 99, + 255, + 112 + ], + "score": 0.94, + "content": "d _ { \\mathcal { F } } ( P ^ { \\ast } , P _ { \\hat { g } } )", + "type": "inline_equation" + }, + { + "bbox": [ + 256, + 97, + 269, + 113 + ], + "score": 1.0, + "content": "as", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 1, + "bbox_fs": [ + 105, + 97, + 269, + 113 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 155, + 115, + 455, + 183 + ], + "lines": [ + { + "bbox": [ + 155, + 115, + 455, + 183 + ], + "spans": [ + { + "bbox": [ + 155, + 115, + 455, + 183 + ], + "score": 0.95, + "content": "\\begin{array} { r l } & { d _ { \\mathcal { F } } \\big ( P ^ { * } , P _ { \\hat { g } } \\big ) = \\underset { f \\in \\mathcal { F } } { \\operatorname* { s u p } } \\big ( P ^ { * } f - P _ { \\hat { g } } f \\big ) } \\\\ & { \\quad \\quad = \\underset { f \\in \\mathcal { F } } { \\operatorname* { s u p } } \\big ( P ^ { * } f - P _ { n } f + P _ { n } f - P _ { \\hat { g } , m } f + P _ { \\hat { g } , m } f - P _ { \\hat { g } } f \\big ) } \\\\ & { \\quad \\quad \\leqslant \\underset { f \\in \\mathcal { F } } { \\operatorname* { s u p } } \\big ( P ^ { * } f - P _ { n } f + P _ { \\hat { g } , m } f - P _ { \\hat { g } } f \\big ) + \\underset { f \\in \\mathcal { F } } { \\operatorname* { s u p } } \\big ( P _ { n } f - P _ { \\hat { g } , m } f \\big ) , } \\end{array}", + "type": "interline_equation", + "image_path": "c017ea76d4ab6b949a131df430c696d0b1638127ebbaedaebf3598b63a2cd861.jpg" + } + ] + } + ], + "index": 3, + "virtual_lines": [ + { + "bbox": [ + 155, + 115, + 455, + 137.66666666666666 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 155, + 137.66666666666666, + 455, + 160.33333333333331 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 155, + 160.33333333333331, + 455, + 182.99999999999997 + ], + "spans": [], + "index": 4 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 187, + 505, + 210 + ], + "lines": [ + { + "bbox": [ + 105, + 187, + 505, + 200 + ], + "spans": [ + { + "bbox": [ + 105, + 187, + 304, + 200 + ], + "score": 1.0, + "content": "where the inequality follows (9) with an existing", + "type": "text" + }, + { + "bbox": [ + 305, + 188, + 328, + 200 + ], + "score": 0.9, + "content": "{ \\dot { g } } \\in { \\mathcal { G } }", + "type": "inline_equation" + }, + { + "bbox": [ + 329, + 187, + 505, + 200 + ], + "score": 1.0, + "content": ". We will provide a detailed construction of", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 107, + 198, + 228, + 211 + ], + "spans": [ + { + "bbox": [ + 107, + 199, + 118, + 210 + ], + "score": 0.86, + "content": "g ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 118, + 198, + 228, + 211 + ], + "score": 1.0, + "content": ". We continue the bound as", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 5.5, + "bbox_fs": [ + 105, + 187, + 505, + 211 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 120, + 214, + 491, + 290 + ], + "lines": [ + { + "bbox": [ + 120, + 214, + 491, + 290 + ], + "spans": [ + { + "bbox": [ + 120, + 214, + 491, + 290 + ], + "score": 0.9, + "content": "\\begin{array} { r l } & { d _ { \\mathcal { F } } ( P ^ { * } , P _ { \\widehat { g } } ) } \\\\ & { \\leqslant \\underset { f \\in \\mathcal { F } } { \\operatorname* { s u p } } ( P ^ { * } f - P _ { n } f + P _ { \\widehat { g } , m } f - P _ { \\widehat { g } } f ) + \\underset { f \\in \\mathcal { F } } { \\operatorname* { s u p } } ( P _ { n } f - P ^ { * } f + P ^ { * } f - P _ { \\widehat { g } } f + P _ { \\widehat { g } } f - P _ { \\widehat { g } , m } f ) } \\\\ & { \\leqslant 2 \\underset { g \\in \\mathcal { G } } { \\operatorname* { s u p } } \\underset { f \\in \\mathcal { F } } { \\operatorname* { s u p } } | P _ { g , m } f - P _ { g } f | + \\underset { f \\in \\mathcal { F } } { \\operatorname* { s u p } } ( P ^ { * } f - P _ { \\widehat { g } } f ) + 2 \\underset { f \\in \\mathcal { F } } { \\operatorname* { s u p } } | P _ { n } f - P ^ { * } f | } \\\\ & { = : i + i i + i i i . } \\end{array}", + "type": "interline_equation", + "image_path": "1bb6c2fcfb35b64fa37f1b8f5bf2812682b81056e5cbe6d4a9843aa540c4f8d8.jpg" + } + ] + } + ], + "index": 8, + "virtual_lines": [ + { + "bbox": [ + 120, + 214, + 491, + 239.33333333333334 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 120, + 239.33333333333334, + 491, + 264.6666666666667 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 120, + 264.6666666666667, + 491, + 290.0 + ], + "spans": [], + "index": 9 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 294, + 504, + 317 + ], + "lines": [ + { + "bbox": [ + 106, + 294, + 505, + 307 + ], + "spans": [ + { + "bbox": [ + 106, + 294, + 131, + 307 + ], + "score": 1.0, + "content": "Here,", + "type": "text" + }, + { + "bbox": [ + 131, + 295, + 136, + 304 + ], + "score": 0.77, + "content": "i", + "type": "inline_equation" + }, + { + "bbox": [ + 136, + 294, + 230, + 307 + ], + "score": 1.0, + "content": "denotes an effect from", + "type": "text" + }, + { + "bbox": [ + 231, + 297, + 241, + 304 + ], + "score": 0.69, + "content": "m", + "type": "inline_equation" + }, + { + "bbox": [ + 241, + 294, + 288, + 307 + ], + "score": 1.0, + "content": "samplings,", + "type": "text" + }, + { + "bbox": [ + 288, + 295, + 296, + 304 + ], + "score": 0.57, + "content": "\\romannumeral 2", + "type": "inline_equation" + }, + { + "bbox": [ + 297, + 294, + 505, + 307 + ], + "score": 1.0, + "content": "denotes an approximation error, and iii denotes an", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 306, + 252, + 317 + ], + "spans": [ + { + "bbox": [ + 106, + 306, + 189, + 317 + ], + "score": 1.0, + "content": "uncertainty with the", + "type": "text" + }, + { + "bbox": [ + 189, + 307, + 196, + 315 + ], + "score": 0.77, + "content": "n", + "type": "inline_equation" + }, + { + "bbox": [ + 196, + 306, + 252, + 317 + ], + "score": 1.0, + "content": "observations.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10.5, + "bbox_fs": [ + 106, + 294, + 505, + 317 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 321, + 504, + 345 + ], + "lines": [ + { + "bbox": [ + 105, + 321, + 506, + 335 + ], + "spans": [ + { + "bbox": [ + 105, + 321, + 154, + 335 + ], + "score": 1.0, + "content": "To evaluate", + "type": "text" + }, + { + "bbox": [ + 155, + 323, + 159, + 332 + ], + "score": 0.75, + "content": "i", + "type": "inline_equation" + }, + { + "bbox": [ + 160, + 321, + 178, + 335 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 178, + 323, + 189, + 333 + ], + "score": 0.68, + "content": "i i i", + "type": "inline_equation" + }, + { + "bbox": [ + 190, + 321, + 506, + 335 + ], + "score": 1.0, + "content": ", we provide the following lemma. This result follows a standard technique of", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 333, + 438, + 346 + ], + "spans": [ + { + "bbox": [ + 106, + 333, + 438, + 346 + ], + "score": 1.0, + "content": "the empirical process theory and we provide its outline for a sake of completeness.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12.5, + "bbox_fs": [ + 105, + 321, + 506, + 346 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 348, + 505, + 381 + ], + "lines": [ + { + "bbox": [ + 105, + 347, + 506, + 361 + ], + "spans": [ + { + "bbox": [ + 105, + 347, + 168, + 361 + ], + "score": 1.0, + "content": "Lemma 4. Let", + "type": "text" + }, + { + "bbox": [ + 168, + 348, + 178, + 358 + ], + "score": 0.53, + "content": "\\mathcal { H }", + "type": "inline_equation" + }, + { + "bbox": [ + 178, + 347, + 345, + 361 + ], + "score": 1.0, + "content": "be a some set of measurable functions and", + "type": "text" + }, + { + "bbox": [ + 345, + 348, + 411, + 360 + ], + "score": 0.91, + "content": "X _ { 1 } , . . . , X _ { n } \\sim P", + "type": "inline_equation" + }, + { + "bbox": [ + 411, + 347, + 506, + 361 + ], + "score": 1.0, + "content": "be i.i.d. n observations.", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 358, + 506, + 371 + ], + "spans": [ + { + "bbox": [ + 106, + 359, + 161, + 371 + ], + "score": 1.0, + "content": "Suppose that", + "type": "text" + }, + { + "bbox": [ + 162, + 358, + 234, + 371 + ], + "score": 0.92, + "content": "\\mathbb { E } _ { P } [ h ^ { 2 } ( X ) ] \\leqslant \\sigma ^ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 234, + 359, + 254, + 371 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 254, + 359, + 307, + 371 + ], + "score": 0.92, + "content": "\\| h \\| _ { L ^ { \\infty } } < C _ { h }", + "type": "inline_equation" + }, + { + "bbox": [ + 307, + 359, + 421, + 371 + ], + "score": 1.0, + "content": "hold with finite parameters", + "type": "text" + }, + { + "bbox": [ + 421, + 358, + 452, + 369 + ], + "score": 0.91, + "content": "\\sigma ^ { 2 } > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 452, + 359, + 470, + 371 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 471, + 359, + 502, + 370 + ], + "score": 0.92, + "content": "C _ { h } > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 359, + 506, + 371 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 370, + 295, + 382 + ], + "spans": [ + { + "bbox": [ + 106, + 370, + 222, + 382 + ], + "score": 1.0, + "content": "Then, there exists a constant", + "type": "text" + }, + { + "bbox": [ + 222, + 371, + 234, + 381 + ], + "score": 0.84, + "content": "C _ { \\theta }", + "type": "inline_equation" + }, + { + "bbox": [ + 234, + 370, + 295, + 382 + ], + "score": 1.0, + "content": "and we obtain", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 15, + "bbox_fs": [ + 105, + 347, + 506, + 382 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 127, + 385, + 484, + 460 + ], + "lines": [ + { + "bbox": [ + 127, + 385, + 484, + 460 + ], + "spans": [ + { + "bbox": [ + 127, + 385, + 484, + 460 + ], + "score": 0.93, + "content": "\\begin{array} { r l r } { { \\operatorname* { s u p } _ { h \\in \\mathcal { H } } | \\frac { 1 } { n } \\sum _ { i \\in [ n ] } h ( X _ { i } ) - \\mathbb { E } _ { P } [ h ( X ) ] | } } \\\\ & { } & { \\leqslant \\operatorname* { i n f } _ { \\eta > 0 } \\{ 4 \\eta + 1 2 \\int _ { \\eta } ^ { C _ { h } } \\sqrt { \\frac { \\log \\mathcal { N } ( \\epsilon , \\mathcal { H } , \\| \\cdot \\| _ { L ^ { \\infty } } ) } { n } } d \\epsilon + \\sqrt { \\frac { 2 \\tau \\sigma ^ { 2 } + 4 C _ { \\theta } } { n } } + \\frac { \\tau C _ { h } } { n } ( \\frac { 2 } { 3 } + C _ { \\theta } ) \\} } \\end{array}", + "type": "interline_equation", + "image_path": "b70491ed7f2676d24d835ffb7afbbe4935d0c28236950d4bcae1ee4b243db677.jpg" + } + ] + } + ], + "index": 18, + "virtual_lines": [ + { + "bbox": [ + 127, + 385, + 484, + 410.0 + ], + "spans": [], + "index": 17 + }, + { + "bbox": [ + 127, + 410.0, + 484, + 435.0 + ], + "spans": [], + "index": 18 + }, + { + "bbox": [ + 127, + 435.0, + 484, + 460.0 + ], + "spans": [], + "index": 19 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 464, + 321, + 476 + ], + "lines": [ + { + "bbox": [ + 105, + 463, + 322, + 478 + ], + "spans": [ + { + "bbox": [ + 105, + 463, + 204, + 478 + ], + "score": 1.0, + "content": "with probability at least", + "type": "text" + }, + { + "bbox": [ + 204, + 464, + 265, + 476 + ], + "score": 0.87, + "content": "1 - 2 \\exp ( - \\tau )", + "type": "inline_equation" + }, + { + "bbox": [ + 266, + 463, + 293, + 478 + ], + "score": 1.0, + "content": "for all", + "type": "text" + }, + { + "bbox": [ + 294, + 464, + 318, + 475 + ], + "score": 0.88, + "content": "\\tau > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 319, + 463, + 322, + 478 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 20, + "bbox_fs": [ + 105, + 463, + 322, + 478 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 488, + 505, + 522 + ], + "lines": [ + { + "bbox": [ + 105, + 487, + 507, + 501 + ], + "spans": [ + { + "bbox": [ + 105, + 487, + 507, + 501 + ], + "score": 1.0, + "content": "Proof. At the beginning, we bound an expectation of the empirical process (Steinwart & Christmann,", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 498, + 506, + 511 + ], + "spans": [ + { + "bbox": [ + 106, + 498, + 506, + 511 + ], + "score": 1.0, + "content": "2008; Bartlett et al., 2005; Massart, 2000; Sriperumbudur et al., 2012). Afterward, we evaluate a", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 510, + 356, + 523 + ], + "spans": [ + { + "bbox": [ + 106, + 510, + 356, + 523 + ], + "score": 1.0, + "content": "concentration of the empirical process around the expectation.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22, + "bbox_fs": [ + 105, + 487, + 507, + 523 + ] + }, + { + "type": "text", + "bbox": [ + 104, + 527, + 505, + 549 + ], + "lines": [ + { + "bbox": [ + 105, + 527, + 506, + 539 + ], + "spans": [ + { + "bbox": [ + 105, + 527, + 506, + 539 + ], + "score": 1.0, + "content": "By applying the symmetrization and concentration techniques (Proposition 7.10 in Steinwart &", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 538, + 232, + 549 + ], + "spans": [ + { + "bbox": [ + 106, + 538, + 232, + 549 + ], + "score": 1.0, + "content": "Christmann (2008)), we obtain", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24.5, + "bbox_fs": [ + 105, + 527, + 506, + 549 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 136, + 553, + 473, + 594 + ], + "lines": [ + { + "bbox": [ + 136, + 553, + 473, + 594 + ], + "spans": [ + { + "bbox": [ + 136, + 553, + 473, + 594 + ], + "score": 0.94, + "content": "\\mathbb { E } _ { P ^ { \\otimes n } } \\left[ \\operatorname* { s u p } _ { h \\in \\mathcal { H } } \\left| \\frac { 1 } { n } \\sum _ { i \\in [ n ] } h ( X _ { i } ) - \\mathbb { E } [ h ( X ) ] \\right| \\right] \\leqslant 2 \\mathbb { E } _ { P ^ { \\otimes n } \\otimes \\nu ^ { \\otimes n } } \\left[ \\operatorname* { s u p } _ { h \\in \\mathcal { H } } \\left| \\frac { 1 } { n } \\sum _ { i \\in [ n ] } u _ { i } h ( X _ { i } ) \\right| \\right] ,", + "type": "interline_equation", + "image_path": "1ce850c8246d003b5b70992d14295a920619fbb39e6448d1988ed020cd0dd243.jpg" + } + ] + } + ], + "index": 27, + "virtual_lines": [ + { + "bbox": [ + 136, + 553, + 473, + 566.6666666666666 + ], + "spans": [], + "index": 26 + }, + { + "bbox": [ + 136, + 566.6666666666666, + 473, + 580.3333333333333 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 136, + 580.3333333333333, + 473, + 593.9999999999999 + ], + "spans": [], + "index": 28 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 597, + 505, + 632 + ], + "lines": [ + { + "bbox": [ + 105, + 596, + 505, + 610 + ], + "spans": [ + { + "bbox": [ + 105, + 596, + 133, + 610 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 599, + 163, + 609 + ], + "score": 0.92, + "content": "u _ { i } \\sim \\nu", + "type": "inline_equation" + }, + { + "bbox": [ + 163, + 596, + 505, + 610 + ], + "score": 1.0, + "content": "is the Rademacher variable which takes 0 or 1 with probability 0.5. Combining this", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 609, + 505, + 621 + ], + "spans": [ + { + "bbox": [ + 106, + 609, + 371, + 621 + ], + "score": 1.0, + "content": "bound with the Taralgand’s inequality (Theorem A.9.1 in Steinwart", + "type": "text" + }, + { + "bbox": [ + 372, + 609, + 381, + 619 + ], + "score": 0.28, + "content": "\\&", + "type": "inline_equation" + }, + { + "bbox": [ + 381, + 609, + 505, + 621 + ], + "score": 1.0, + "content": "Christmann (2008)), we obtain", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 620, + 204, + 632 + ], + "spans": [ + { + "bbox": [ + 106, + 620, + 204, + 632 + ], + "score": 1.0, + "content": "the following inequality", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 30, + "bbox_fs": [ + 105, + 596, + 505, + 632 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 146, + 635, + 464, + 717 + ], + "lines": [ + { + "bbox": [ + 146, + 635, + 464, + 717 + ], + "spans": [ + { + "bbox": [ + 146, + 635, + 464, + 717 + ], + "score": 0.94, + "content": "\\begin{array} { r l } & { \\displaystyle \\operatorname* { s u p } _ { h \\in \\mathcal { H } } \\left| \\frac { 1 } { n } \\sum _ { i \\in [ n ] } h ( X _ { i } ) - \\mathbb { E } _ { P } [ h ( X ) ] \\right| } \\\\ & { \\leqslant ( 1 + \\theta ) \\mathbb { E } _ { P ^ { \\otimes n } \\otimes \\nu ^ { \\otimes n } } \\left[ \\displaystyle \\operatorname* { s u p } _ { h \\in \\mathcal { H } } \\left| \\frac { 1 } { n } \\sum _ { i \\in [ n ] } u _ { i } h ( X _ { i } ) \\right| \\right] + \\sqrt { \\frac { 2 \\tau \\sigma ^ { 2 } } { n } } + \\frac { \\tau C _ { h } } { n } \\left( \\frac { 2 } { 3 } + \\displaystyle \\frac { 1 } { \\theta } \\right) , } \\end{array}", + "type": "interline_equation", + "image_path": "ba273dfeccef9a093f017d5f2c47c501e5a22d5329078364c74cdbc63b41aaff.jpg" + } + ] + } + ], + "index": 33, + "virtual_lines": [ + { + "bbox": [ + 146, + 635, + 464, + 662.3333333333334 + ], + "spans": [], + "index": 32 + }, + { + "bbox": [ + 146, + 662.3333333333334, + 464, + 689.6666666666667 + ], + "spans": [], + "index": 33 + }, + { + "bbox": [ + 146, + 689.6666666666667, + 464, + 717.0000000000001 + ], + "spans": [], + "index": 34 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 720, + 356, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 720, + 357, + 734 + ], + "spans": [ + { + "bbox": [ + 106, + 720, + 203, + 734 + ], + "score": 1.0, + "content": "with probability at least", + "type": "text" + }, + { + "bbox": [ + 204, + 720, + 257, + 732 + ], + "score": 0.92, + "content": "1 - \\exp ( - \\tau )", + "type": "inline_equation" + }, + { + "bbox": [ + 258, + 720, + 285, + 734 + ], + "score": 1.0, + "content": "for all", + "type": "text" + }, + { + "bbox": [ + 286, + 721, + 311, + 731 + ], + "score": 0.88, + "content": "\\tau > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 311, + 720, + 329, + 734 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 329, + 721, + 353, + 731 + ], + "score": 0.89, + "content": "\\theta > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 353, + 720, + 357, + 734 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 35, + "bbox_fs": [ + 106, + 720, + 357, + 734 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 105, + 81, + 505, + 105 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "About the term with the Rademacher variable, we also apply a similar strategy (Lemma A.4 in Bartlett", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 94, + 210, + 105 + ], + "spans": [ + { + "bbox": [ + 106, + 94, + 210, + 105 + ], + "score": 1.0, + "content": "et al. (2005)), then obtain", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "interline_equation", + "bbox": [ + 116, + 109, + 494, + 150 + ], + "lines": [ + { + "bbox": [ + 116, + 109, + 494, + 150 + ], + "spans": [ + { + "bbox": [ + 116, + 109, + 494, + 150 + ], + "score": 0.94, + "content": "\\mathbb { E } _ { P \\hat { \\otimes } n } \\otimes _ { \\mathcal { V } } \\otimes n ^ { \\prime } \\left[ \\operatorname* { s u p } _ { h \\in \\mathcal { H } } \\left| \\frac { 1 } { n } \\sum _ { i \\in [ n ] } u _ { i } h ( X _ { i } ) \\right| \\right] \\leqslant \\frac { 1 } { 1 - \\theta ^ { \\prime } } \\mathbb { E } _ { \\nu } \\otimes n \\left[ \\operatorname* { s u p } _ { h \\in \\mathcal { H } } \\left| \\frac { 1 } { n } \\sum _ { i \\in [ n ] } u _ { i } h ( X _ { i } ) \\right| \\right] + \\frac { \\tau ^ { \\prime } C _ { h } } { n \\theta ^ { \\prime } ( 1 - \\theta ^ { \\prime } ) } ,", + "type": "interline_equation", + "image_path": "d2a1a5fb9571b710f684a9df06c55cda3ac83623c2c7782d7816f1b6b7490a8a.jpg" + } + ] + } + ], + "index": 3, + "virtual_lines": [ + { + "bbox": [ + 116, + 109, + 494, + 122.66666666666667 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 116, + 122.66666666666667, + 494, + 136.33333333333334 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 116, + 136.33333333333334, + 494, + 150.0 + ], + "spans": [], + "index": 4 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 165, + 365, + 179 + ], + "lines": [ + { + "bbox": [ + 105, + 165, + 365, + 180 + ], + "spans": [ + { + "bbox": [ + 105, + 165, + 203, + 180 + ], + "score": 1.0, + "content": "with probability at least", + "type": "text" + }, + { + "bbox": [ + 204, + 167, + 260, + 179 + ], + "score": 0.93, + "content": "1 - \\exp ( - \\tau ^ { \\prime } )", + "type": "inline_equation" + }, + { + "bbox": [ + 260, + 165, + 288, + 180 + ], + "score": 1.0, + "content": "for all", + "type": "text" + }, + { + "bbox": [ + 288, + 167, + 316, + 177 + ], + "score": 0.91, + "content": "\\tau ^ { \\prime } > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 316, + 165, + 334, + 180 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 334, + 167, + 361, + 177 + ], + "score": 0.9, + "content": "\\theta ^ { \\prime } > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 361, + 165, + 365, + 180 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5 + }, + { + "type": "text", + "bbox": [ + 106, + 182, + 505, + 217 + ], + "lines": [ + { + "bbox": [ + 103, + 179, + 507, + 200 + ], + "spans": [ + { + "bbox": [ + 103, + 179, + 127, + 200 + ], + "score": 1.0, + "content": "Let", + "type": "text" + }, + { + "bbox": [ + 127, + 183, + 156, + 196 + ], + "score": 0.89, + "content": "\\| { \\bf \\nabla } \\cdot { \\bf \\nabla } \\| _ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 157, + 179, + 285, + 200 + ], + "score": 1.0, + "content": "be an empirical norm as ˇ ˇı", + "type": "text" + }, + { + "bbox": [ + 286, + 182, + 414, + 198 + ], + "score": 0.9, + "content": "\\begin{array} { r l r } { \\| f \\| _ { n } ^ { 2 } } & { { } = } & { n ^ { - 1 } \\sum _ { i \\in [ n ] } f ( X _ { i } ) ^ { 2 } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 414, + 179, + 507, + 200 + ], + "score": 1.0, + "content": ". About the term", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 196, + 433, + 218 + ], + "spans": [ + { + "bbox": [ + 106, + 197, + 250, + 217 + ], + "score": 0.93, + "content": "\\begin{array} { r } { \\mathbb { E } _ { \\nu \\otimes n } \\left[ \\operatorname* { s u p } _ { h \\in \\mathcal { H } } \\left| \\frac { 1 } { n } \\sum _ { i \\in [ n ] } u _ { i } h ( X _ { i } ) \\right| \\right] } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 251, + 196, + 433, + 218 + ], + "score": 1.0, + "content": ", we apply the chaining technique and obtain", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6.5 + }, + { + "type": "interline_equation", + "bbox": [ + 125, + 221, + 468, + 296 + ], + "lines": [ + { + "bbox": [ + 125, + 221, + 468, + 296 + ], + "spans": [ + { + "bbox": [ + 125, + 221, + 468, + 296 + ], + "score": 0.94, + "content": "\\begin{array} { r } { \\mathbb { E } _ { \\boldsymbol \\nu \\otimes \\boldsymbol n } \\left[ \\displaystyle \\operatorname* { s u p } _ { h \\in \\mathcal { H } } \\left| \\frac { 1 } { n } \\sum _ { i \\in [ n ] } u _ { i } h ( X _ { i } ) \\right| \\right] \\leqslant \\displaystyle \\operatorname* { i n f } _ { \\boldsymbol \\theta ^ { \\prime \\prime } > 0 } \\left\\{ 4 \\boldsymbol \\theta ^ { \\prime \\prime } + 1 2 \\int _ { \\boldsymbol \\theta ^ { \\prime \\prime } } ^ { \\tilde { C } _ { h } } \\sqrt { \\frac { \\log \\mathcal { N } ( \\epsilon , \\mathcal { H } , \\| \\cdot \\| _ { n } ) } { n } } d \\epsilon \\right\\} } \\\\ { \\leqslant \\displaystyle \\operatorname* { i n f } _ { \\boldsymbol \\theta ^ { \\prime \\prime } > 0 } \\left\\{ 4 \\boldsymbol \\theta ^ { \\prime \\prime } + 1 2 \\int _ { \\boldsymbol \\theta ^ { \\prime \\prime } } ^ { C _ { h } } \\sqrt { \\frac { \\log \\mathcal { N } ( \\epsilon , \\mathcal { H } , \\| \\cdot \\| _ { L ^ { \\infty } } ) } { n } } d \\epsilon \\right\\} , } \\end{array}", + "type": "interline_equation", + "image_path": "45ae6f45ab663afc8436f73d5e2a8897f7c1309dd82843745b2fd195bfc014b1.jpg" + } + ] + } + ], + "index": 9, + "virtual_lines": [ + { + "bbox": [ + 125, + 221, + 468, + 246.0 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 125, + 246.0, + 468, + 271.0 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 125, + 271.0, + 468, + 296.0 + ], + "spans": [], + "index": 10 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 300, + 472, + 312 + ], + "lines": [ + { + "bbox": [ + 105, + 299, + 473, + 313 + ], + "spans": [ + { + "bbox": [ + 105, + 299, + 459, + 313 + ], + "score": 1.0, + "content": "where the last inequality follows a bound for an empirical norm and the boundedness of", + "type": "text" + }, + { + "bbox": [ + 459, + 301, + 468, + 310 + ], + "score": 0.84, + "content": "\\mathcal { H }", + "type": "inline_equation" + }, + { + "bbox": [ + 469, + 299, + 473, + 313 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 11 + }, + { + "type": "text", + "bbox": [ + 107, + 317, + 411, + 329 + ], + "lines": [ + { + "bbox": [ + 106, + 316, + 410, + 331 + ], + "spans": [ + { + "bbox": [ + 106, + 316, + 410, + 331 + ], + "score": 1.0, + "content": "Combining (10), (11) and (12) and changing variables, we obtain the result.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 12 + }, + { + "type": "text", + "bbox": [ + 106, + 340, + 379, + 356 + ], + "lines": [ + { + "bbox": [ + 104, + 339, + 380, + 358 + ], + "spans": [ + { + "bbox": [ + 104, + 339, + 146, + 358 + ], + "score": 1.0, + "content": "To bound", + "type": "text" + }, + { + "bbox": [ + 146, + 344, + 153, + 353 + ], + "score": 0.79, + "content": "I", + "type": "inline_equation" + }, + { + "bbox": [ + 153, + 339, + 174, + 358 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 174, + 341, + 245, + 355 + ], + "score": 0.93, + "content": "\\widetilde { X } _ { 1 } , . . . , \\widetilde { X } _ { m } \\sim P _ { g }", + "type": "inline_equation" + }, + { + "bbox": [ + 245, + 339, + 380, + 358 + ], + "score": 1.0, + "content": ", we consider the following value", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 13 + }, + { + "type": "interline_equation", + "bbox": [ + 125, + 360, + 486, + 441 + ], + "lines": [ + { + "bbox": [ + 125, + 360, + 486, + 441 + ], + "spans": [ + { + "bbox": [ + 125, + 360, + 486, + 441 + ], + "score": 0.94, + "content": "\\begin{array} { r l } & { \\underset { g \\in \\mathcal { G } } { \\operatorname* { s u p } } \\underset { f \\in \\mathcal { F } } { \\operatorname* { s u p } } \\left| \\frac { 1 } { m } \\sum _ { i \\in [ m ] } f ( \\widetilde { X } _ { i } ) - \\mathbb { E } _ { P _ { g } } [ h ( X ) ] \\right| = \\underset { g \\in \\mathcal { G } } { \\operatorname* { s u p } } \\underset { f \\in \\mathcal { F } } { \\operatorname* { s u p } } \\left| \\frac { 1 } { m } \\sum _ { i \\in [ m ] } f \\circ g ( Z _ { i } ) - \\mathbb { E } _ { P _ { \\mathcal { Z } } } [ f \\circ g ( X ) ] \\right| } \\\\ & { \\qquad = : \\underset { h \\in \\mathcal { H } } { \\operatorname* { s u p } } \\left| \\frac { 1 } { m } \\sum _ { i \\in [ m ] } h ( Z _ { i } ) - \\mathbb { E } _ { P _ { \\mathcal { Z } } } [ h ( X ) ] \\right| , } \\end{array}", + "type": "interline_equation", + "image_path": "1a10f31982fe724de76bb6fbe9ec64ef90d09ab59f0ad4a365e3a2424a18b029.jpg" + } + ] + } + ], + "index": 15, + "virtual_lines": [ + { + "bbox": [ + 125, + 360, + 486, + 387.0 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 125, + 387.0, + 486, + 414.0 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 125, + 414.0, + 486, + 441.0 + ], + "spans": [], + "index": 16 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 444, + 504, + 469 + ], + "lines": [ + { + "bbox": [ + 104, + 442, + 506, + 460 + ], + "spans": [ + { + "bbox": [ + 104, + 442, + 176, + 460 + ], + "score": 1.0, + "content": "where we define", + "type": "text" + }, + { + "bbox": [ + 176, + 445, + 312, + 457 + ], + "score": 0.92, + "content": "\\mathcal { H } = \\left\\{ h = f \\circ g \\vert f \\in \\mathcal { F } , g \\in \\mathcal { G } \\right\\}", + "type": "inline_equation" + }, + { + "bbox": [ + 312, + 442, + 506, + 460 + ], + "score": 1.0, + "content": ". To apply Lemma 4, we investigate a covering", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 456, + 211, + 469 + ], + "spans": [ + { + "bbox": [ + 106, + 456, + 139, + 469 + ], + "score": 1.0, + "content": "number", + "type": "text" + }, + { + "bbox": [ + 140, + 457, + 207, + 469 + ], + "score": 0.92, + "content": "\\mathcal { N } ( \\epsilon , \\mathcal { H } , \\| \\cdot \\| _ { L ^ { \\infty } } )", + "type": "inline_equation" + }, + { + "bbox": [ + 207, + 456, + 211, + 469 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17.5 + }, + { + "type": "text", + "bbox": [ + 106, + 471, + 387, + 483 + ], + "lines": [ + { + "bbox": [ + 106, + 471, + 386, + 484 + ], + "spans": [ + { + "bbox": [ + 106, + 471, + 205, + 484 + ], + "score": 1.0, + "content": "Lemma 5. Assume that", + "type": "text" + }, + { + "bbox": [ + 205, + 471, + 231, + 483 + ], + "score": 0.9, + "content": "f \\in { \\mathcal { F } }", + "type": "inline_equation" + }, + { + "bbox": [ + 232, + 471, + 241, + 484 + ], + "score": 1.0, + "content": "is", + "type": "text" + }, + { + "bbox": [ + 241, + 472, + 253, + 482 + ], + "score": 0.88, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 254, + 471, + 386, + 484 + ], + "score": 1.0, + "content": "-Lipschitz continuous. We obtain", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 19 + }, + { + "type": "interline_equation", + "bbox": [ + 123, + 487, + 486, + 502 + ], + "lines": [ + { + "bbox": [ + 123, + 487, + 486, + 502 + ], + "spans": [ + { + "bbox": [ + 123, + 487, + 486, + 502 + ], + "score": 0.89, + "content": "\\log \\mathcal { N } ( \\epsilon , \\mathcal { H } , \\| \\cdot \\| _ { L ^ { \\infty } } ) \\leqslant \\log \\mathcal { N } ( ( 1 + L _ { 1 } ) ^ { - 1 } \\epsilon , \\mathcal { G } , \\| \\cdot \\| _ { L ^ { \\infty } } ) + \\log \\mathcal { N } ( ( 1 + L _ { 1 } ) ^ { - 1 } \\epsilon , \\mathcal { F } , \\| \\cdot \\| _ { L ^ { \\infty } } )", + "type": "interline_equation", + "image_path": "73c61559df1947ed3a944d7011c2ccba86211047d09e844a52dd7b5301606ee7.jpg" + } + ] + } + ], + "index": 20, + "virtual_lines": [ + { + "bbox": [ + 123, + 487, + 486, + 502 + ], + "spans": [], + "index": 20 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 513, + 504, + 537 + ], + "lines": [ + { + "bbox": [ + 106, + 513, + 505, + 526 + ], + "spans": [ + { + "bbox": [ + 106, + 513, + 153, + 526 + ], + "score": 1.0, + "content": "Proof. Fix", + "type": "text" + }, + { + "bbox": [ + 153, + 514, + 179, + 524 + ], + "score": 0.84, + "content": "\\epsilon > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 179, + 513, + 201, + 526 + ], + "score": 1.0, + "content": ". Let", + "type": "text" + }, + { + "bbox": [ + 202, + 514, + 233, + 524 + ], + "score": 0.91, + "content": "G \\subset { \\mathcal { G } }", + "type": "inline_equation" + }, + { + "bbox": [ + 233, + 513, + 252, + 526 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 253, + 514, + 285, + 524 + ], + "score": 0.9, + "content": "F \\subset { \\mathcal { F } }", + "type": "inline_equation" + }, + { + "bbox": [ + 286, + 513, + 445, + 526 + ], + "score": 1.0, + "content": "be covering sets as a set of centers of", + "type": "text" + }, + { + "bbox": [ + 446, + 516, + 451, + 524 + ], + "score": 0.78, + "content": "\\epsilon", + "type": "inline_equation" + }, + { + "bbox": [ + 451, + 513, + 505, + 526 + ], + "score": 1.0, + "content": "-balls for the", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 524, + 506, + 537 + ], + "spans": [ + { + "bbox": [ + 105, + 524, + 142, + 537 + ], + "score": 1.0, + "content": "covering", + "type": "text" + }, + { + "bbox": [ + 142, + 525, + 150, + 536 + ], + "score": 0.84, + "content": "\\mathcal { G }", + "type": "inline_equation" + }, + { + "bbox": [ + 151, + 524, + 168, + 537 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 168, + 525, + 177, + 534 + ], + "score": 0.85, + "content": "\\mathcal { F }", + "type": "inline_equation" + }, + { + "bbox": [ + 177, + 524, + 226, + 537 + ], + "score": 1.0, + "content": ". Obviously,", + "type": "text" + }, + { + "bbox": [ + 226, + 524, + 316, + 537 + ], + "score": 0.92, + "content": "| G | = \\mathcal { N } ( \\epsilon , \\mathcal { G } , \\| \\cdot \\| _ { L ^ { \\infty } } )", + "type": "inline_equation" + }, + { + "bbox": [ + 317, + 524, + 334, + 537 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 334, + 524, + 426, + 537 + ], + "score": 0.92, + "content": "| F | = \\mathcal { N } ( \\epsilon , \\mathcal { F } , \\| \\cdot \\| _ { L ^ { \\infty } } )", + "type": "inline_equation" + }, + { + "bbox": [ + 426, + 524, + 506, + 537 + ], + "score": 1.0, + "content": ". We define a subset", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 21.5 + }, + { + "type": "interline_equation", + "bbox": [ + 222, + 541, + 388, + 569 + ], + "lines": [ + { + "bbox": [ + 222, + 541, + 388, + 569 + ], + "spans": [ + { + "bbox": [ + 222, + 541, + 388, + 569 + ], + "score": 0.94, + "content": "H : = \\left\\{ h = f \\circ g \\vert g \\in G , h \\in F \\right\\} \\subset \\mathcal { H } ,", + "type": "interline_equation", + "image_path": "8a74c5daf2b3435f74bff3ae49944a3274c2c9c692b86f3dc16635403273f512.jpg" + } + ] + } + ], + "index": 23, + "virtual_lines": [ + { + "bbox": [ + 222, + 541, + 388, + 569 + ], + "spans": [], + "index": 23 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 574, + 238, + 587 + ], + "lines": [ + { + "bbox": [ + 106, + 572, + 239, + 588 + ], + "spans": [ + { + "bbox": [ + 106, + 572, + 167, + 588 + ], + "score": 1.0, + "content": "and we known", + "type": "text" + }, + { + "bbox": [ + 167, + 574, + 235, + 587 + ], + "score": 0.92, + "content": "| H | = | G | \\times | F |", + "type": "inline_equation" + }, + { + "bbox": [ + 235, + 572, + 239, + 588 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 24 + }, + { + "type": "text", + "bbox": [ + 107, + 591, + 506, + 625 + ], + "lines": [ + { + "bbox": [ + 105, + 589, + 506, + 605 + ], + "spans": [ + { + "bbox": [ + 105, + 589, + 138, + 605 + ], + "score": 1.0, + "content": "For any", + "type": "text" + }, + { + "bbox": [ + 139, + 592, + 164, + 602 + ], + "score": 0.9, + "content": "h \\in \\mathcal H", + "type": "inline_equation" + }, + { + "bbox": [ + 165, + 589, + 211, + 605 + ], + "score": 1.0, + "content": ", there exist", + "type": "text" + }, + { + "bbox": [ + 211, + 592, + 235, + 603 + ], + "score": 0.91, + "content": "g \\in { \\mathcal { G } }", + "type": "inline_equation" + }, + { + "bbox": [ + 235, + 589, + 252, + 605 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 252, + 592, + 278, + 603 + ], + "score": 0.92, + "content": "f \\in { \\mathcal { F } }", + "type": "inline_equation" + }, + { + "bbox": [ + 279, + 589, + 301, + 605 + ], + "score": 1.0, + "content": ", then", + "type": "text" + }, + { + "bbox": [ + 301, + 592, + 341, + 603 + ], + "score": 0.91, + "content": "f = f \\circ g", + "type": "inline_equation" + }, + { + "bbox": [ + 341, + 589, + 506, + 605 + ], + "score": 1.0, + "content": "holds. Also, by the definition of covering", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 602, + 506, + 616 + ], + "spans": [ + { + "bbox": [ + 105, + 602, + 171, + 616 + ], + "score": 1.0, + "content": "sets, there exist", + "type": "text" + }, + { + "bbox": [ + 171, + 603, + 199, + 614 + ], + "score": 0.92, + "content": "f ^ { \\prime } \\in F", + "type": "inline_equation" + }, + { + "bbox": [ + 200, + 602, + 217, + 616 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 218, + 603, + 245, + 614 + ], + "score": 0.91, + "content": "g ^ { \\prime } \\in G", + "type": "inline_equation" + }, + { + "bbox": [ + 245, + 602, + 285, + 616 + ], + "score": 1.0, + "content": "such that", + "type": "text" + }, + { + "bbox": [ + 285, + 603, + 351, + 615 + ], + "score": 0.92, + "content": "\\| f - f ^ { \\prime } \\| _ { L ^ { \\infty } } \\leqslant \\epsilon", + "type": "inline_equation" + }, + { + "bbox": [ + 352, + 602, + 370, + 616 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 370, + 603, + 434, + 615 + ], + "score": 0.93, + "content": "\\| g - g ^ { \\prime } \\| _ { L ^ { \\infty } } \\leqslant \\epsilon", + "type": "inline_equation" + }, + { + "bbox": [ + 434, + 602, + 453, + 616 + ], + "score": 1.0, + "content": ". Let", + "type": "text" + }, + { + "bbox": [ + 453, + 603, + 502, + 614 + ], + "score": 0.92, + "content": "h ^ { \\prime } = f ^ { \\prime } \\circ g ^ { \\prime }", + "type": "inline_equation" + }, + { + "bbox": [ + 502, + 602, + 506, + 616 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 613, + 223, + 626 + ], + "spans": [ + { + "bbox": [ + 106, + 613, + 223, + 626 + ], + "score": 1.0, + "content": "and we measure the distance", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26 + }, + { + "type": "interline_equation", + "bbox": [ + 188, + 629, + 422, + 706 + ], + "lines": [ + { + "bbox": [ + 188, + 629, + 422, + 706 + ], + "spans": [ + { + "bbox": [ + 188, + 629, + 422, + 706 + ], + "score": 0.95, + "content": "\\begin{array} { r l } & { \\| h - h ^ { \\prime } \\| _ { L ^ { \\infty } } \\leqslant \\| f \\circ g - f ^ { \\prime } \\circ g ^ { \\prime } \\| _ { L ^ { \\infty } } } \\\\ & { \\qquad = \\| f \\circ g - f \\circ g ^ { \\prime } + f \\circ g ^ { \\prime } - f ^ { \\prime } \\circ g ^ { \\prime } \\| _ { L ^ { \\infty } } } \\\\ & { \\qquad \\leqslant \\| f \\circ g - f \\circ g ^ { \\prime } \\| _ { L ^ { \\infty } } + \\| f \\circ g ^ { \\prime } - f ^ { \\prime } \\circ g ^ { \\prime } \\| _ { L ^ { \\infty } } } \\\\ & { \\qquad \\leqslant L _ { 1 } \\| g - g ^ { \\prime } \\| _ { L ^ { \\infty } } + \\| f - f ^ { \\prime } \\| _ { L ^ { \\infty } } } \\\\ & { \\qquad \\leqslant ( L _ { 1 } + 1 ) \\epsilon . } \\end{array}", + "type": "interline_equation", + "image_path": "b79659cf5ccb7b50f7cde03b49e7679a36c1782e9b37ff25668f6e4bb05e83d3.jpg" + } + ] + } + ], + "index": 30, + "virtual_lines": [ + { + "bbox": [ + 188, + 629, + 422, + 644.4 + ], + "spans": [], + "index": 28 + }, + { + "bbox": [ + 188, + 644.4, + 422, + 659.8 + ], + "spans": [], + "index": 29 + }, + { + "bbox": [ + 188, + 659.8, + 422, + 675.1999999999999 + ], + "spans": [], + "index": 30 + }, + { + "bbox": [ + 188, + 675.1999999999999, + 422, + 690.5999999999999 + ], + "spans": [], + "index": 31 + }, + { + "bbox": [ + 188, + 690.5999999999999, + 422, + 705.9999999999999 + ], + "spans": [], + "index": 32 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 709, + 504, + 733 + ], + "lines": [ + { + "bbox": [ + 105, + 708, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 708, + 342, + 722 + ], + "score": 1.0, + "content": "Here, the third inequality follows the Lipschitz property of", + "type": "text" + }, + { + "bbox": [ + 342, + 710, + 367, + 721 + ], + "score": 0.89, + "content": "f \\in { \\mathcal { F } }", + "type": "inline_equation" + }, + { + "bbox": [ + 367, + 708, + 451, + 722 + ], + "score": 1.0, + "content": ". Here, we know that", + "type": "text" + }, + { + "bbox": [ + 452, + 710, + 461, + 720 + ], + "score": 0.84, + "content": "\\mathcal { H }", + "type": "inline_equation" + }, + { + "bbox": [ + 462, + 708, + 505, + 722 + ], + "score": 1.0, + "content": "is covered", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 720, + 506, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 119, + 733 + ], + "score": 1.0, + "content": "by", + "type": "text" + }, + { + "bbox": [ + 119, + 721, + 160, + 732 + ], + "score": 0.93, + "content": "( L _ { 1 } + 1 ) \\epsilon", + "type": "inline_equation" + }, + { + "bbox": [ + 161, + 720, + 246, + 733 + ], + "score": 1.0, + "content": "-balls with the center", + "type": "text" + }, + { + "bbox": [ + 246, + 723, + 255, + 730 + ], + "score": 0.86, + "content": "H", + "type": "inline_equation" + }, + { + "bbox": [ + 256, + 720, + 285, + 733 + ], + "score": 1.0, + "content": ". Since", + "type": "text" + }, + { + "bbox": [ + 285, + 721, + 353, + 732 + ], + "score": 0.93, + "content": "| H | = | G | \\times | F |", + "type": "inline_equation" + }, + { + "bbox": [ + 353, + 720, + 423, + 733 + ], + "score": 1.0, + "content": ", the result holds.", + "type": "text" + }, + { + "bbox": [ + 494, + 721, + 506, + 732 + ], + "score": 0.999, + "content": "□", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 33.5 + } + ], + "page_idx": 15, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 26, + 308, + 38 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2019", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 494, + 317, + 505, + 328 + ], + "lines": [ + { + "bbox": [ + 496, + 319, + 505, + 329 + ], + "spans": [ + { + "bbox": [ + 496, + 319, + 505, + 329 + ], + "score": 0.998, + "content": "□", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 761 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "score": 1.0, + "content": "16", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 105, + 81, + 505, + 105 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "About the term with the Rademacher variable, we also apply a similar strategy (Lemma A.4 in Bartlett", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 94, + 210, + 105 + ], + "spans": [ + { + "bbox": [ + 106, + 94, + 210, + 105 + ], + "score": 1.0, + "content": "et al. (2005)), then obtain", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5, + "bbox_fs": [ + 106, + 82, + 505, + 105 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 116, + 109, + 494, + 150 + ], + "lines": [ + { + "bbox": [ + 116, + 109, + 494, + 150 + ], + "spans": [ + { + "bbox": [ + 116, + 109, + 494, + 150 + ], + "score": 0.94, + "content": "\\mathbb { E } _ { P \\hat { \\otimes } n } \\otimes _ { \\mathcal { V } } \\otimes n ^ { \\prime } \\left[ \\operatorname* { s u p } _ { h \\in \\mathcal { H } } \\left| \\frac { 1 } { n } \\sum _ { i \\in [ n ] } u _ { i } h ( X _ { i } ) \\right| \\right] \\leqslant \\frac { 1 } { 1 - \\theta ^ { \\prime } } \\mathbb { E } _ { \\nu } \\otimes n \\left[ \\operatorname* { s u p } _ { h \\in \\mathcal { H } } \\left| \\frac { 1 } { n } \\sum _ { i \\in [ n ] } u _ { i } h ( X _ { i } ) \\right| \\right] + \\frac { \\tau ^ { \\prime } C _ { h } } { n \\theta ^ { \\prime } ( 1 - \\theta ^ { \\prime } ) } ,", + "type": "interline_equation", + "image_path": "d2a1a5fb9571b710f684a9df06c55cda3ac83623c2c7782d7816f1b6b7490a8a.jpg" + } + ] + } + ], + "index": 3, + "virtual_lines": [ + { + "bbox": [ + 116, + 109, + 494, + 122.66666666666667 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 116, + 122.66666666666667, + 494, + 136.33333333333334 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 116, + 136.33333333333334, + 494, + 150.0 + ], + "spans": [], + "index": 4 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 165, + 365, + 179 + ], + "lines": [ + { + "bbox": [ + 105, + 165, + 365, + 180 + ], + "spans": [ + { + "bbox": [ + 105, + 165, + 203, + 180 + ], + "score": 1.0, + "content": "with probability at least", + "type": "text" + }, + { + "bbox": [ + 204, + 167, + 260, + 179 + ], + "score": 0.93, + "content": "1 - \\exp ( - \\tau ^ { \\prime } )", + "type": "inline_equation" + }, + { + "bbox": [ + 260, + 165, + 288, + 180 + ], + "score": 1.0, + "content": "for all", + "type": "text" + }, + { + "bbox": [ + 288, + 167, + 316, + 177 + ], + "score": 0.91, + "content": "\\tau ^ { \\prime } > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 316, + 165, + 334, + 180 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 334, + 167, + 361, + 177 + ], + "score": 0.9, + "content": "\\theta ^ { \\prime } > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 361, + 165, + 365, + 180 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5, + "bbox_fs": [ + 105, + 165, + 365, + 180 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 182, + 505, + 217 + ], + "lines": [ + { + "bbox": [ + 103, + 179, + 507, + 200 + ], + "spans": [ + { + "bbox": [ + 103, + 179, + 127, + 200 + ], + "score": 1.0, + "content": "Let", + "type": "text" + }, + { + "bbox": [ + 127, + 183, + 156, + 196 + ], + "score": 0.89, + "content": "\\| { \\bf \\nabla } \\cdot { \\bf \\nabla } \\| _ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 157, + 179, + 285, + 200 + ], + "score": 1.0, + "content": "be an empirical norm as ˇ ˇı", + "type": "text" + }, + { + "bbox": [ + 286, + 182, + 414, + 198 + ], + "score": 0.9, + "content": "\\begin{array} { r l r } { \\| f \\| _ { n } ^ { 2 } } & { { } = } & { n ^ { - 1 } \\sum _ { i \\in [ n ] } f ( X _ { i } ) ^ { 2 } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 414, + 179, + 507, + 200 + ], + "score": 1.0, + "content": ". About the term", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 196, + 433, + 218 + ], + "spans": [ + { + "bbox": [ + 106, + 197, + 250, + 217 + ], + "score": 0.93, + "content": "\\begin{array} { r } { \\mathbb { E } _ { \\nu \\otimes n } \\left[ \\operatorname* { s u p } _ { h \\in \\mathcal { H } } \\left| \\frac { 1 } { n } \\sum _ { i \\in [ n ] } u _ { i } h ( X _ { i } ) \\right| \\right] } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 251, + 196, + 433, + 218 + ], + "score": 1.0, + "content": ", we apply the chaining technique and obtain", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6.5, + "bbox_fs": [ + 103, + 179, + 507, + 218 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 125, + 221, + 468, + 296 + ], + "lines": [ + { + "bbox": [ + 125, + 221, + 468, + 296 + ], + "spans": [ + { + "bbox": [ + 125, + 221, + 468, + 296 + ], + "score": 0.94, + "content": "\\begin{array} { r } { \\mathbb { E } _ { \\boldsymbol \\nu \\otimes \\boldsymbol n } \\left[ \\displaystyle \\operatorname* { s u p } _ { h \\in \\mathcal { H } } \\left| \\frac { 1 } { n } \\sum _ { i \\in [ n ] } u _ { i } h ( X _ { i } ) \\right| \\right] \\leqslant \\displaystyle \\operatorname* { i n f } _ { \\boldsymbol \\theta ^ { \\prime \\prime } > 0 } \\left\\{ 4 \\boldsymbol \\theta ^ { \\prime \\prime } + 1 2 \\int _ { \\boldsymbol \\theta ^ { \\prime \\prime } } ^ { \\tilde { C } _ { h } } \\sqrt { \\frac { \\log \\mathcal { N } ( \\epsilon , \\mathcal { H } , \\| \\cdot \\| _ { n } ) } { n } } d \\epsilon \\right\\} } \\\\ { \\leqslant \\displaystyle \\operatorname* { i n f } _ { \\boldsymbol \\theta ^ { \\prime \\prime } > 0 } \\left\\{ 4 \\boldsymbol \\theta ^ { \\prime \\prime } + 1 2 \\int _ { \\boldsymbol \\theta ^ { \\prime \\prime } } ^ { C _ { h } } \\sqrt { \\frac { \\log \\mathcal { N } ( \\epsilon , \\mathcal { H } , \\| \\cdot \\| _ { L ^ { \\infty } } ) } { n } } d \\epsilon \\right\\} , } \\end{array}", + "type": "interline_equation", + "image_path": "45ae6f45ab663afc8436f73d5e2a8897f7c1309dd82843745b2fd195bfc014b1.jpg" + } + ] + } + ], + "index": 9, + "virtual_lines": [ + { + "bbox": [ + 125, + 221, + 468, + 246.0 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 125, + 246.0, + 468, + 271.0 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 125, + 271.0, + 468, + 296.0 + ], + "spans": [], + "index": 10 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 300, + 472, + 312 + ], + "lines": [ + { + "bbox": [ + 105, + 299, + 473, + 313 + ], + "spans": [ + { + "bbox": [ + 105, + 299, + 459, + 313 + ], + "score": 1.0, + "content": "where the last inequality follows a bound for an empirical norm and the boundedness of", + "type": "text" + }, + { + "bbox": [ + 459, + 301, + 468, + 310 + ], + "score": 0.84, + "content": "\\mathcal { H }", + "type": "inline_equation" + }, + { + "bbox": [ + 469, + 299, + 473, + 313 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 11, + "bbox_fs": [ + 105, + 299, + 473, + 313 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 317, + 411, + 329 + ], + "lines": [ + { + "bbox": [ + 106, + 316, + 410, + 331 + ], + "spans": [ + { + "bbox": [ + 106, + 316, + 410, + 331 + ], + "score": 1.0, + "content": "Combining (10), (11) and (12) and changing variables, we obtain the result.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 12, + "bbox_fs": [ + 106, + 316, + 410, + 331 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 340, + 379, + 356 + ], + "lines": [ + { + "bbox": [ + 104, + 339, + 380, + 358 + ], + "spans": [ + { + "bbox": [ + 104, + 339, + 146, + 358 + ], + "score": 1.0, + "content": "To bound", + "type": "text" + }, + { + "bbox": [ + 146, + 344, + 153, + 353 + ], + "score": 0.79, + "content": "I", + "type": "inline_equation" + }, + { + "bbox": [ + 153, + 339, + 174, + 358 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 174, + 341, + 245, + 355 + ], + "score": 0.93, + "content": "\\widetilde { X } _ { 1 } , . . . , \\widetilde { X } _ { m } \\sim P _ { g }", + "type": "inline_equation" + }, + { + "bbox": [ + 245, + 339, + 380, + 358 + ], + "score": 1.0, + "content": ", we consider the following value", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 13, + "bbox_fs": [ + 104, + 339, + 380, + 358 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 125, + 360, + 486, + 441 + ], + "lines": [ + { + "bbox": [ + 125, + 360, + 486, + 441 + ], + "spans": [ + { + "bbox": [ + 125, + 360, + 486, + 441 + ], + "score": 0.94, + "content": "\\begin{array} { r l } & { \\underset { g \\in \\mathcal { G } } { \\operatorname* { s u p } } \\underset { f \\in \\mathcal { F } } { \\operatorname* { s u p } } \\left| \\frac { 1 } { m } \\sum _ { i \\in [ m ] } f ( \\widetilde { X } _ { i } ) - \\mathbb { E } _ { P _ { g } } [ h ( X ) ] \\right| = \\underset { g \\in \\mathcal { G } } { \\operatorname* { s u p } } \\underset { f \\in \\mathcal { F } } { \\operatorname* { s u p } } \\left| \\frac { 1 } { m } \\sum _ { i \\in [ m ] } f \\circ g ( Z _ { i } ) - \\mathbb { E } _ { P _ { \\mathcal { Z } } } [ f \\circ g ( X ) ] \\right| } \\\\ & { \\qquad = : \\underset { h \\in \\mathcal { H } } { \\operatorname* { s u p } } \\left| \\frac { 1 } { m } \\sum _ { i \\in [ m ] } h ( Z _ { i } ) - \\mathbb { E } _ { P _ { \\mathcal { Z } } } [ h ( X ) ] \\right| , } \\end{array}", + "type": "interline_equation", + "image_path": "1a10f31982fe724de76bb6fbe9ec64ef90d09ab59f0ad4a365e3a2424a18b029.jpg" + } + ] + } + ], + "index": 15, + "virtual_lines": [ + { + "bbox": [ + 125, + 360, + 486, + 387.0 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 125, + 387.0, + 486, + 414.0 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 125, + 414.0, + 486, + 441.0 + ], + "spans": [], + "index": 16 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 444, + 504, + 469 + ], + "lines": [ + { + "bbox": [ + 104, + 442, + 506, + 460 + ], + "spans": [ + { + "bbox": [ + 104, + 442, + 176, + 460 + ], + "score": 1.0, + "content": "where we define", + "type": "text" + }, + { + "bbox": [ + 176, + 445, + 312, + 457 + ], + "score": 0.92, + "content": "\\mathcal { H } = \\left\\{ h = f \\circ g \\vert f \\in \\mathcal { F } , g \\in \\mathcal { G } \\right\\}", + "type": "inline_equation" + }, + { + "bbox": [ + 312, + 442, + 506, + 460 + ], + "score": 1.0, + "content": ". To apply Lemma 4, we investigate a covering", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 456, + 211, + 469 + ], + "spans": [ + { + "bbox": [ + 106, + 456, + 139, + 469 + ], + "score": 1.0, + "content": "number", + "type": "text" + }, + { + "bbox": [ + 140, + 457, + 207, + 469 + ], + "score": 0.92, + "content": "\\mathcal { N } ( \\epsilon , \\mathcal { H } , \\| \\cdot \\| _ { L ^ { \\infty } } )", + "type": "inline_equation" + }, + { + "bbox": [ + 207, + 456, + 211, + 469 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17.5, + "bbox_fs": [ + 104, + 442, + 506, + 469 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 471, + 387, + 483 + ], + "lines": [ + { + "bbox": [ + 106, + 471, + 386, + 484 + ], + "spans": [ + { + "bbox": [ + 106, + 471, + 205, + 484 + ], + "score": 1.0, + "content": "Lemma 5. Assume that", + "type": "text" + }, + { + "bbox": [ + 205, + 471, + 231, + 483 + ], + "score": 0.9, + "content": "f \\in { \\mathcal { F } }", + "type": "inline_equation" + }, + { + "bbox": [ + 232, + 471, + 241, + 484 + ], + "score": 1.0, + "content": "is", + "type": "text" + }, + { + "bbox": [ + 241, + 472, + 253, + 482 + ], + "score": 0.88, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 254, + 471, + 386, + 484 + ], + "score": 1.0, + "content": "-Lipschitz continuous. We obtain", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 19, + "bbox_fs": [ + 106, + 471, + 386, + 484 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 123, + 487, + 486, + 502 + ], + "lines": [ + { + "bbox": [ + 123, + 487, + 486, + 502 + ], + "spans": [ + { + "bbox": [ + 123, + 487, + 486, + 502 + ], + "score": 0.89, + "content": "\\log \\mathcal { N } ( \\epsilon , \\mathcal { H } , \\| \\cdot \\| _ { L ^ { \\infty } } ) \\leqslant \\log \\mathcal { N } ( ( 1 + L _ { 1 } ) ^ { - 1 } \\epsilon , \\mathcal { G } , \\| \\cdot \\| _ { L ^ { \\infty } } ) + \\log \\mathcal { N } ( ( 1 + L _ { 1 } ) ^ { - 1 } \\epsilon , \\mathcal { F } , \\| \\cdot \\| _ { L ^ { \\infty } } )", + "type": "interline_equation", + "image_path": "73c61559df1947ed3a944d7011c2ccba86211047d09e844a52dd7b5301606ee7.jpg" + } + ] + } + ], + "index": 20, + "virtual_lines": [ + { + "bbox": [ + 123, + 487, + 486, + 502 + ], + "spans": [], + "index": 20 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 513, + 504, + 537 + ], + "lines": [ + { + "bbox": [ + 106, + 513, + 505, + 526 + ], + "spans": [ + { + "bbox": [ + 106, + 513, + 153, + 526 + ], + "score": 1.0, + "content": "Proof. Fix", + "type": "text" + }, + { + "bbox": [ + 153, + 514, + 179, + 524 + ], + "score": 0.84, + "content": "\\epsilon > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 179, + 513, + 201, + 526 + ], + "score": 1.0, + "content": ". Let", + "type": "text" + }, + { + "bbox": [ + 202, + 514, + 233, + 524 + ], + "score": 0.91, + "content": "G \\subset { \\mathcal { G } }", + "type": "inline_equation" + }, + { + "bbox": [ + 233, + 513, + 252, + 526 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 253, + 514, + 285, + 524 + ], + "score": 0.9, + "content": "F \\subset { \\mathcal { F } }", + "type": "inline_equation" + }, + { + "bbox": [ + 286, + 513, + 445, + 526 + ], + "score": 1.0, + "content": "be covering sets as a set of centers of", + "type": "text" + }, + { + "bbox": [ + 446, + 516, + 451, + 524 + ], + "score": 0.78, + "content": "\\epsilon", + "type": "inline_equation" + }, + { + "bbox": [ + 451, + 513, + 505, + 526 + ], + "score": 1.0, + "content": "-balls for the", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 524, + 506, + 537 + ], + "spans": [ + { + "bbox": [ + 105, + 524, + 142, + 537 + ], + "score": 1.0, + "content": "covering", + "type": "text" + }, + { + "bbox": [ + 142, + 525, + 150, + 536 + ], + "score": 0.84, + "content": "\\mathcal { G }", + "type": "inline_equation" + }, + { + "bbox": [ + 151, + 524, + 168, + 537 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 168, + 525, + 177, + 534 + ], + "score": 0.85, + "content": "\\mathcal { F }", + "type": "inline_equation" + }, + { + "bbox": [ + 177, + 524, + 226, + 537 + ], + "score": 1.0, + "content": ". Obviously,", + "type": "text" + }, + { + "bbox": [ + 226, + 524, + 316, + 537 + ], + "score": 0.92, + "content": "| G | = \\mathcal { N } ( \\epsilon , \\mathcal { G } , \\| \\cdot \\| _ { L ^ { \\infty } } )", + "type": "inline_equation" + }, + { + "bbox": [ + 317, + 524, + 334, + 537 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 334, + 524, + 426, + 537 + ], + "score": 0.92, + "content": "| F | = \\mathcal { N } ( \\epsilon , \\mathcal { F } , \\| \\cdot \\| _ { L ^ { \\infty } } )", + "type": "inline_equation" + }, + { + "bbox": [ + 426, + 524, + 506, + 537 + ], + "score": 1.0, + "content": ". We define a subset", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 21.5, + "bbox_fs": [ + 105, + 513, + 506, + 537 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 222, + 541, + 388, + 569 + ], + "lines": [ + { + "bbox": [ + 222, + 541, + 388, + 569 + ], + "spans": [ + { + "bbox": [ + 222, + 541, + 388, + 569 + ], + "score": 0.94, + "content": "H : = \\left\\{ h = f \\circ g \\vert g \\in G , h \\in F \\right\\} \\subset \\mathcal { H } ,", + "type": "interline_equation", + "image_path": "8a74c5daf2b3435f74bff3ae49944a3274c2c9c692b86f3dc16635403273f512.jpg" + } + ] + } + ], + "index": 23, + "virtual_lines": [ + { + "bbox": [ + 222, + 541, + 388, + 569 + ], + "spans": [], + "index": 23 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 574, + 238, + 587 + ], + "lines": [ + { + "bbox": [ + 106, + 572, + 239, + 588 + ], + "spans": [ + { + "bbox": [ + 106, + 572, + 167, + 588 + ], + "score": 1.0, + "content": "and we known", + "type": "text" + }, + { + "bbox": [ + 167, + 574, + 235, + 587 + ], + "score": 0.92, + "content": "| H | = | G | \\times | F |", + "type": "inline_equation" + }, + { + "bbox": [ + 235, + 572, + 239, + 588 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 24, + "bbox_fs": [ + 106, + 572, + 239, + 588 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 591, + 506, + 625 + ], + "lines": [ + { + "bbox": [ + 105, + 589, + 506, + 605 + ], + "spans": [ + { + "bbox": [ + 105, + 589, + 138, + 605 + ], + "score": 1.0, + "content": "For any", + "type": "text" + }, + { + "bbox": [ + 139, + 592, + 164, + 602 + ], + "score": 0.9, + "content": "h \\in \\mathcal H", + "type": "inline_equation" + }, + { + "bbox": [ + 165, + 589, + 211, + 605 + ], + "score": 1.0, + "content": ", there exist", + "type": "text" + }, + { + "bbox": [ + 211, + 592, + 235, + 603 + ], + "score": 0.91, + "content": "g \\in { \\mathcal { G } }", + "type": "inline_equation" + }, + { + "bbox": [ + 235, + 589, + 252, + 605 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 252, + 592, + 278, + 603 + ], + "score": 0.92, + "content": "f \\in { \\mathcal { F } }", + "type": "inline_equation" + }, + { + "bbox": [ + 279, + 589, + 301, + 605 + ], + "score": 1.0, + "content": ", then", + "type": "text" + }, + { + "bbox": [ + 301, + 592, + 341, + 603 + ], + "score": 0.91, + "content": "f = f \\circ g", + "type": "inline_equation" + }, + { + "bbox": [ + 341, + 589, + 506, + 605 + ], + "score": 1.0, + "content": "holds. Also, by the definition of covering", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 602, + 506, + 616 + ], + "spans": [ + { + "bbox": [ + 105, + 602, + 171, + 616 + ], + "score": 1.0, + "content": "sets, there exist", + "type": "text" + }, + { + "bbox": [ + 171, + 603, + 199, + 614 + ], + "score": 0.92, + "content": "f ^ { \\prime } \\in F", + "type": "inline_equation" + }, + { + "bbox": [ + 200, + 602, + 217, + 616 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 218, + 603, + 245, + 614 + ], + "score": 0.91, + "content": "g ^ { \\prime } \\in G", + "type": "inline_equation" + }, + { + "bbox": [ + 245, + 602, + 285, + 616 + ], + "score": 1.0, + "content": "such that", + "type": "text" + }, + { + "bbox": [ + 285, + 603, + 351, + 615 + ], + "score": 0.92, + "content": "\\| f - f ^ { \\prime } \\| _ { L ^ { \\infty } } \\leqslant \\epsilon", + "type": "inline_equation" + }, + { + "bbox": [ + 352, + 602, + 370, + 616 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 370, + 603, + 434, + 615 + ], + "score": 0.93, + "content": "\\| g - g ^ { \\prime } \\| _ { L ^ { \\infty } } \\leqslant \\epsilon", + "type": "inline_equation" + }, + { + "bbox": [ + 434, + 602, + 453, + 616 + ], + "score": 1.0, + "content": ". Let", + "type": "text" + }, + { + "bbox": [ + 453, + 603, + 502, + 614 + ], + "score": 0.92, + "content": "h ^ { \\prime } = f ^ { \\prime } \\circ g ^ { \\prime }", + "type": "inline_equation" + }, + { + "bbox": [ + 502, + 602, + 506, + 616 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 613, + 223, + 626 + ], + "spans": [ + { + "bbox": [ + 106, + 613, + 223, + 626 + ], + "score": 1.0, + "content": "and we measure the distance", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26, + "bbox_fs": [ + 105, + 589, + 506, + 626 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 188, + 629, + 422, + 706 + ], + "lines": [ + { + "bbox": [ + 188, + 629, + 422, + 706 + ], + "spans": [ + { + "bbox": [ + 188, + 629, + 422, + 706 + ], + "score": 0.95, + "content": "\\begin{array} { r l } & { \\| h - h ^ { \\prime } \\| _ { L ^ { \\infty } } \\leqslant \\| f \\circ g - f ^ { \\prime } \\circ g ^ { \\prime } \\| _ { L ^ { \\infty } } } \\\\ & { \\qquad = \\| f \\circ g - f \\circ g ^ { \\prime } + f \\circ g ^ { \\prime } - f ^ { \\prime } \\circ g ^ { \\prime } \\| _ { L ^ { \\infty } } } \\\\ & { \\qquad \\leqslant \\| f \\circ g - f \\circ g ^ { \\prime } \\| _ { L ^ { \\infty } } + \\| f \\circ g ^ { \\prime } - f ^ { \\prime } \\circ g ^ { \\prime } \\| _ { L ^ { \\infty } } } \\\\ & { \\qquad \\leqslant L _ { 1 } \\| g - g ^ { \\prime } \\| _ { L ^ { \\infty } } + \\| f - f ^ { \\prime } \\| _ { L ^ { \\infty } } } \\\\ & { \\qquad \\leqslant ( L _ { 1 } + 1 ) \\epsilon . } \\end{array}", + "type": "interline_equation", + "image_path": "b79659cf5ccb7b50f7cde03b49e7679a36c1782e9b37ff25668f6e4bb05e83d3.jpg" + } + ] + } + ], + "index": 30, + "virtual_lines": [ + { + "bbox": [ + 188, + 629, + 422, + 644.4 + ], + "spans": [], + "index": 28 + }, + { + "bbox": [ + 188, + 644.4, + 422, + 659.8 + ], + "spans": [], + "index": 29 + }, + { + "bbox": [ + 188, + 659.8, + 422, + 675.1999999999999 + ], + "spans": [], + "index": 30 + }, + { + "bbox": [ + 188, + 675.1999999999999, + 422, + 690.5999999999999 + ], + "spans": [], + "index": 31 + }, + { + "bbox": [ + 188, + 690.5999999999999, + 422, + 705.9999999999999 + ], + "spans": [], + "index": 32 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 709, + 504, + 733 + ], + "lines": [ + { + "bbox": [ + 105, + 708, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 708, + 342, + 722 + ], + "score": 1.0, + "content": "Here, the third inequality follows the Lipschitz property of", + "type": "text" + }, + { + "bbox": [ + 342, + 710, + 367, + 721 + ], + "score": 0.89, + "content": "f \\in { \\mathcal { F } }", + "type": "inline_equation" + }, + { + "bbox": [ + 367, + 708, + 451, + 722 + ], + "score": 1.0, + "content": ". Here, we know that", + "type": "text" + }, + { + "bbox": [ + 452, + 710, + 461, + 720 + ], + "score": 0.84, + "content": "\\mathcal { H }", + "type": "inline_equation" + }, + { + "bbox": [ + 462, + 708, + 505, + 722 + ], + "score": 1.0, + "content": "is covered", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 720, + 506, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 119, + 733 + ], + "score": 1.0, + "content": "by", + "type": "text" + }, + { + "bbox": [ + 119, + 721, + 160, + 732 + ], + "score": 0.93, + "content": "( L _ { 1 } + 1 ) \\epsilon", + "type": "inline_equation" + }, + { + "bbox": [ + 161, + 720, + 246, + 733 + ], + "score": 1.0, + "content": "-balls with the center", + "type": "text" + }, + { + "bbox": [ + 246, + 723, + 255, + 730 + ], + "score": 0.86, + "content": "H", + "type": "inline_equation" + }, + { + "bbox": [ + 256, + 720, + 285, + 733 + ], + "score": 1.0, + "content": ". Since", + "type": "text" + }, + { + "bbox": [ + 285, + 721, + 353, + 732 + ], + "score": 0.93, + "content": "| H | = | G | \\times | F |", + "type": "inline_equation" + }, + { + "bbox": [ + 353, + 720, + 423, + 733 + ], + "score": 1.0, + "content": ", the result holds.", + "type": "text" + }, + { + "bbox": [ + 494, + 721, + 506, + 732 + ], + "score": 0.999, + "content": "□", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 33.5, + "bbox_fs": [ + 105, + 708, + 506, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 280, + 94 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 281, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 281, + 96 + ], + "score": 1.0, + "content": "Now, we have the following entropy bound", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "interline_equation", + "bbox": [ + 155, + 96, + 457, + 172 + ], + "lines": [ + { + "bbox": [ + 155, + 96, + 457, + 172 + ], + "spans": [ + { + "bbox": [ + 155, + 96, + 457, + 172 + ], + "score": 0.93, + "content": "\\begin{array} { r l } & { \\log \\mathcal { N } ( \\epsilon , \\mathcal { H } , \\| \\cdot \\| _ { L ^ { \\infty } } ) } \\\\ & { \\leqslant \\log { \\mathcal { N } ( ( 1 + L _ { 1 } ) ^ { - 1 } \\epsilon , \\mathcal { G } , \\| \\cdot \\| _ { L ^ { \\infty } } ) } + \\log \\mathcal { N } ( ( 1 + L _ { 1 } ) ^ { - 1 } \\epsilon , \\mathcal { F } , \\| \\cdot \\| _ { L ^ { \\infty } } ) } \\\\ & { \\leqslant ( S _ { g } + 1 ) \\log ( 2 ( L _ { 1 } + 1 ) \\epsilon ^ { - 1 } ( L _ { g } + 1 ) D _ { g } B _ { g } ) } \\\\ & { \\quad + \\operatorname* { m i n } \\Biggl \\{ ( S _ { f } + 1 ) \\log ( 2 ( L _ { 1 } + 1 ) \\epsilon ^ { - 1 } ( L _ { f } + 1 ) D _ { f } B _ { f } ) , C _ { \\kappa } ( 1 + L _ { 1 } ) \\epsilon ^ { - \\kappa } \\Biggr \\} } \\end{array}", + "type": "interline_equation", + "image_path": "314b08165b4d70c54db8c9640ce17ce8ce7dfb898fe871033f7ea4706feecd55.jpg" + } + ] + } + ], + "index": 2, + "virtual_lines": [ + { + "bbox": [ + 155, + 96, + 457, + 121.33333333333333 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 155, + 121.33333333333333, + 457, + 146.66666666666666 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 155, + 146.66666666666666, + 457, + 172.0 + ], + "spans": [], + "index": 3 + } + ] + }, + { + "type": "text", + "bbox": [ + 109, + 173, + 504, + 213 + ], + "lines": [ + { + "bbox": [ + 105, + 171, + 507, + 190 + ], + "spans": [ + { + "bbox": [ + 105, + 171, + 126, + 190 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 127, + 173, + 237, + 189 + ], + "score": 0.9, + "content": "\\begin{array} { r } { D _ { g } : = \\prod _ { \\ell \\in [ L _ { g } + 1 ] } ( D _ { \\ell } + 1 ) } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 237, + 171, + 255, + 190 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 256, + 174, + 367, + 189 + ], + "score": 0.92, + "content": "\\begin{array} { r } { D _ { f } : = \\prod _ { \\ell \\in [ L _ { f } + 1 ] } ( D _ { \\ell } + 1 ) } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 367, + 171, + 387, + 190 + ], + "score": 1.0, + "content": ". Let", + "type": "text" + }, + { + "bbox": [ + 387, + 173, + 484, + 187 + ], + "score": 0.91, + "content": "\\Gamma _ { f } : = 2 ( L _ { f } + 1 ) D _ { f } B _ { f }", + "type": "inline_equation" + }, + { + "bbox": [ + 484, + 171, + 507, + 190 + ], + "score": 1.0, + "content": ", and", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 187, + 506, + 204 + ], + "spans": [ + { + "bbox": [ + 106, + 188, + 225, + 202 + ], + "score": 0.89, + "content": "N _ { \\epsilon } ( \\widetilde { \\mathcal { F } } ) : = \\log \\mathcal { N } ( \\epsilon , \\widetilde { \\mathcal { F } } , \\| \\cdot \\| _ { n } )", + "type": "inline_equation" + }, + { + "bbox": [ + 226, + 187, + 506, + 204 + ], + "score": 1.0, + "content": "for brevity. Here, we apply Lemma 8 in Schmidt-Hieber (2017) for the", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 200, + 424, + 214 + ], + "spans": [ + { + "bbox": [ + 106, + 200, + 181, + 214 + ], + "score": 1.0, + "content": "entropy bound for", + "type": "text" + }, + { + "bbox": [ + 181, + 202, + 189, + 212 + ], + "score": 0.83, + "content": "\\mathcal { G }", + "type": "inline_equation" + }, + { + "bbox": [ + 189, + 200, + 207, + 214 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 207, + 202, + 216, + 211 + ], + "score": 0.83, + "content": "\\mathcal { F }", + "type": "inline_equation" + }, + { + "bbox": [ + 216, + 200, + 424, + 214 + ], + "score": 1.0, + "content": ". Using the entropy bound and Lemma 4, we obtain", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 5 + }, + { + "type": "interline_equation", + "bbox": [ + 117, + 217, + 493, + 374 + ], + "lines": [ + { + "bbox": [ + 117, + 217, + 493, + 374 + ], + "spans": [ + { + "bbox": [ + 117, + 217, + 493, + 374 + ], + "score": 0.93, + "content": "\\begin{array} { r l r } { { 2 \\operatorname* { s u p } _ { j \\in \\mathcal { T } } \\big | P _ { n } f - P ^ { * } f \\big | } } \\\\ & { \\leqslant 4 \\eta + \\frac { 1 2 } { n ^ { 1 / 2 } } \\int _ { \\eta } ^ { \\infty } \\operatorname* { m i n } \\Big \\{ N _ { c } ( \\widetilde { \\mathcal { F } } ) , ( S _ { f } + 1 ) \\log ( \\Gamma _ { f } \\epsilon ^ { - 1 } ) \\Big \\} ^ { 1 / 2 } d \\epsilon } \\\\ & { } & { + \\frac { ( 2 \\tau \\sigma ^ { 2 } + C _ { \\theta } ) ^ { 1 / 2 } } { n ^ { 1 / 2 } } + \\frac { \\tau C _ { h } ( 2 / 3 + C _ { \\theta } ) } { n } } \\\\ & { \\leqslant 4 \\eta + \\frac { 1 2 } { n ^ { 1 / 2 } } \\int _ { \\eta } ^ { \\infty } N _ { c } ( \\widetilde { \\mathcal { F } } ) ^ { 1 / 2 } d \\epsilon + \\frac { 1 2 } { n ^ { 1 / 2 } } ( S _ { f } + 1 ) ^ { 1 / 2 } ( \\log ^ { 1 / 2 } \\Gamma _ { f } + C _ { \\widetilde { \\mathcal { F } } } \\log ^ { 1 / 2 } C _ { \\widetilde { \\mathcal { F } } } - \\eta \\log ^ { 1 / 2 } \\eta ) } \\\\ & { } & { + \\frac { ( 2 7 \\sigma ^ { 2 } + C _ { \\theta } ) ^ { 1 / 2 } } { n ^ { 1 / 2 } } + \\frac { \\tau C _ { h } ( 2 / 3 + C _ { \\theta } ) } { n } } \\\\ & { \\leqslant \\Upsilon _ { n } ( \\widetilde { \\mathcal { F } } ) + \\frac { 1 } { n ^ { 1 / 2 } } ( ( S _ { f } + 1 ) ^ { 1 / 2 } A _ { 1 } + A _ { 2 } ) + \\frac { A _ { 3 } } { n } , \\qquad \\mathrm { ~ o ~ } } \\end{array}", + "type": "interline_equation", + "image_path": "c6a35d871a7ef2e5880ef4c018bfe3ccc8f73dba709f276734969c8158edf8ae.jpg" + } + ] + } + ], + "index": 8, + "virtual_lines": [ + { + "bbox": [ + 117, + 217, + 493, + 269.3333333333333 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 117, + 269.3333333333333, + 493, + 321.66666666666663 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 117, + 321.66666666666663, + 493, + 373.99999999999994 + ], + "spans": [], + "index": 9 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 379, + 505, + 410 + ], + "lines": [ + { + "bbox": [ + 105, + 378, + 505, + 395 + ], + "spans": [ + { + "bbox": [ + 105, + 378, + 149, + 395 + ], + "score": 1.0, + "content": "with some", + "type": "text" + }, + { + "bbox": [ + 149, + 381, + 173, + 393 + ], + "score": 0.61, + "content": "\\eta > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 174, + 378, + 178, + 395 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 179, + 379, + 411, + 393 + ], + "score": 0.89, + "content": "A _ { 1 } = 1 2 \\log ^ { 1 / 2 } \\Gamma _ { f } , A _ { 2 } = C _ { \\tilde { \\pi } } \\log ^ { 1 / 2 } C _ { \\tilde { \\pi } } + ( 2 \\tau \\sigma ^ { 2 } + C _ { \\theta } ) ^ { 1 / 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 411, + 378, + 432, + 395 + ], + "score": 1.0, + "content": ", and", + "type": "text" + }, + { + "bbox": [ + 433, + 380, + 505, + 393 + ], + "score": 0.91, + "content": "A _ { 3 } = \\tau C _ { h } ( 2 / 3 +", + "type": "inline_equation" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 389, + 434, + 414 + ], + "spans": [ + { + "bbox": [ + 106, + 396, + 120, + 407 + ], + "score": 0.63, + "content": "C _ { \\theta }", + "type": "inline_equation" + }, + { + "bbox": [ + 120, + 389, + 180, + 414 + ], + "score": 1.0, + "content": "q. Also, we set", + "type": "text" + }, + { + "bbox": [ + 180, + 394, + 365, + 410 + ], + "score": 0.92, + "content": "\\begin{array} { r } { \\Upsilon _ { n } ( \\widetilde { \\mathcal { F } } ) = 4 \\eta + \\frac { 1 2 } { n ^ { 1 / 2 } } \\int _ { \\eta } ^ { C _ { \\widetilde { \\mathcal { F } } } } N _ { ( L _ { 1 } + 1 ) ^ { - 1 } \\epsilon } ( \\widetilde { \\mathcal { F } } ) ^ { 1 / 2 } d \\epsilon } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 365, + 389, + 434, + 414 + ], + "score": 1.0, + "content": ". Then, we have", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10.5 + }, + { + "type": "interline_equation", + "bbox": [ + 199, + 413, + 412, + 437 + ], + "lines": [ + { + "bbox": [ + 199, + 413, + 412, + 437 + ], + "spans": [ + { + "bbox": [ + 199, + 413, + 412, + 437 + ], + "score": 0.85, + "content": "i i i \\leqslant \\Upsilon _ { n } ( \\widetilde { \\mathcal { F } } ) + \\frac { 1 } { n ^ { 1 / 2 } } \\left( ( S _ { f } + 1 ) ^ { 1 / 2 } A _ { 1 } + A _ { 2 } \\right) + \\frac { A _ { 3 } } { n } .", + "type": "interline_equation", + "image_path": "c0c27879c94e4bf24392d0c1926fc20f7689d5fba1da7188e0521300a4de67e5.jpg" + } + ] + } + ], + "index": 12, + "virtual_lines": [ + { + "bbox": [ + 199, + 413, + 412, + 437 + ], + "spans": [], + "index": 12 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 445, + 401, + 459 + ], + "lines": [ + { + "bbox": [ + 106, + 445, + 401, + 460 + ], + "spans": [ + { + "bbox": [ + 106, + 445, + 133, + 460 + ], + "score": 1.0, + "content": "About", + "type": "text" + }, + { + "bbox": [ + 134, + 447, + 140, + 456 + ], + "score": 0.78, + "content": "I", + "type": "inline_equation" + }, + { + "bbox": [ + 140, + 445, + 185, + 460 + ], + "score": 1.0, + "content": ", we define", + "type": "text" + }, + { + "bbox": [ + 185, + 446, + 280, + 459 + ], + "score": 0.93, + "content": "\\Gamma _ { g } : = 2 ( L _ { f } + 1 ) D _ { g } B _ { g }", + "type": "inline_equation" + }, + { + "bbox": [ + 280, + 445, + 401, + 460 + ], + "score": 1.0, + "content": "and obtain a similar bound as", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 13 + }, + { + "type": "interline_equation", + "bbox": [ + 132, + 461, + 506, + 506 + ], + "lines": [ + { + "bbox": [ + 132, + 461, + 506, + 506 + ], + "spans": [ + { + "bbox": [ + 132, + 461, + 506, + 506 + ], + "score": 0.87, + "content": "\\begin{array} { r l r } & { } & { i \\leqslant \\Upsilon _ { m } ( \\widetilde { \\mathcal { F } } ) + \\displaystyle \\frac { 1 } { m ^ { 1 / 2 } } \\left( ( S _ { g } + 1 ) ^ { 1 / 2 } A _ { 1 } ^ { \\prime } + A _ { 2 } ^ { \\prime } \\right) + \\displaystyle \\frac { A _ { 3 } ^ { \\prime } } { m } , } \\\\ & { } & { A _ { 1 } ^ { \\prime } = \\smash { 1 2 ( \\log ^ { 1 / 2 } \\Gamma _ { f } + \\log ^ { 1 / 2 } \\Gamma _ { g } ) } , A _ { 2 } = C _ { \\widetilde { \\mathcal { F } } } \\log ^ { 1 / 2 } C _ { \\widetilde { \\mathcal { F } } } + C _ { \\mathcal { G } } \\log ^ { 1 / 2 } C _ { \\mathcal { G } } + 2 ( 2 \\tau \\sigma ^ { 2 } + C _ { \\theta } ) ^ { 1 / 2 } , } \\end{array}", + "type": "interline_equation", + "image_path": "d37a9814e431549b5d0424f6689ca2ea0f7491e0b17d45aa964d3cd02017f6a8.jpg" + } + ] + } + ], + "index": 15, + "virtual_lines": [ + { + "bbox": [ + 132, + 461, + 506, + 476.0 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 132, + 476.0, + 506, + 491.0 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 132, + 491.0, + 506, + 506.0 + ], + "spans": [], + "index": 17 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 489, + 504, + 514 + ], + "lines": [ + { + "bbox": [ + 105, + 487, + 132, + 505 + ], + "spans": [ + { + "bbox": [ + 105, + 487, + 132, + 505 + ], + "score": 1.0, + "content": "where", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 500, + 223, + 516 + ], + "spans": [ + { + "bbox": [ + 105, + 500, + 123, + 516 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 124, + 502, + 217, + 514 + ], + "score": 0.9, + "content": "A _ { 3 } \\stackrel { - } { = } 2 \\tau C _ { h } ( 2 / 3 + \\check { C } _ { \\theta } )", + "type": "inline_equation" + }, + { + "bbox": [ + 218, + 500, + 223, + 516 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17.0 + }, + { + "type": "text", + "bbox": [ + 106, + 519, + 504, + 542 + ], + "lines": [ + { + "bbox": [ + 106, + 519, + 505, + 532 + ], + "spans": [ + { + "bbox": [ + 106, + 519, + 133, + 532 + ], + "score": 1.0, + "content": "About", + "type": "text" + }, + { + "bbox": [ + 134, + 520, + 142, + 529 + ], + "score": 0.8, + "content": "\\romannumeral 2", + "type": "inline_equation" + }, + { + "bbox": [ + 142, + 519, + 505, + 532 + ], + "score": 1.0, + "content": ", we evaluate the error from approximation by constructing a specific deep neural network", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 529, + 495, + 543 + ], + "spans": [ + { + "bbox": [ + 105, + 529, + 277, + 543 + ], + "score": 1.0, + "content": "for generators. We apply Lemma 3 and let", + "type": "text" + }, + { + "bbox": [ + 278, + 530, + 343, + 542 + ], + "score": 0.93, + "content": "\\dot { \\boldsymbol g } = ( \\dot { g } _ { 1 } , . . . , \\dot { g } _ { D } )", + "type": "inline_equation" + }, + { + "bbox": [ + 343, + 529, + 495, + 543 + ], + "score": 1.0, + "content": "be a generator specified in Lemma 3.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 19.5 + }, + { + "type": "interline_equation", + "bbox": [ + 208, + 560, + 402, + 732 + ], + "lines": [ + { + "bbox": [ + 208, + 560, + 402, + 732 + ], + "spans": [ + { + "bbox": [ + 208, + 560, + 402, + 732 + ], + "score": 0.92, + "content": "\\begin{array} { r l } & { \\mathrm { i } i = P _ { g } \\ast f - P _ { g } f } \\\\ & { = \\displaystyle \\int \\big ( f o { g ^ { \\ast } } - f o \\bar { g } i \\big ) d P _ { Z } } \\\\ & { \\lesssim L \\displaystyle \\int \\big | \\displaystyle { g ^ { \\ast } } - \\bar { g } \\big | | d P _ { Z } } \\\\ & { \\lesssim L _ { 1 } \\left( \\displaystyle \\sum _ { i \\neq [ D ] } \\left\\lceil g _ { i } ^ { \\ast } ( x ) - \\bar { g } _ { d } ( x ) \\right\\rceil ^ { 2 } d P _ { Z } ( x ) \\right) ^ { 1 / 2 } } \\\\ & { - L _ { 1 } \\left( \\displaystyle \\sum _ { i \\neq [ D ] } \\| g _ { i } ^ { \\ast } - \\bar { g } _ { d } \\| _ { L ^ { 2 } } ^ { 2 } \\right) ^ { 1 / 2 } } \\\\ & { \\lesssim \\epsilon _ { g , L } \\displaystyle L _ { 1 } D M _ { S } e ^ { \\frac { 1 } { g } / D } , } \\end{array}", + "type": "interline_equation", + "image_path": "87a1840845c38c2a8411f5cf730d1ca08ac2e938aa23bbbf3af0fde6ddecba99.jpg" + } + ] + } + ], + "index": 25.5, + "virtual_lines": [ + { + "bbox": [ + 208, + 560, + 402, + 577.2 + ], + "spans": [], + "index": 21 + }, + { + "bbox": [ + 208, + 577.2, + 402, + 594.4000000000001 + ], + "spans": [], + "index": 22 + }, + { + "bbox": [ + 208, + 594.4000000000001, + 402, + 611.6000000000001 + ], + "spans": [], + "index": 23 + }, + { + "bbox": [ + 208, + 611.6000000000001, + 402, + 628.8000000000002 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 208, + 628.8000000000002, + 402, + 646.0000000000002 + ], + "spans": [], + "index": 25 + }, + { + "bbox": [ + 208, + 646.0000000000002, + 402, + 663.2000000000003 + ], + "spans": [], + "index": 26 + }, + { + "bbox": [ + 208, + 663.2000000000003, + 402, + 680.4000000000003 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 208, + 680.4000000000003, + 402, + 697.6000000000004 + ], + "spans": [], + "index": 28 + }, + { + "bbox": [ + 208, + 697.6000000000004, + 402, + 714.8000000000004 + ], + "spans": [], + "index": 29 + }, + { + "bbox": [ + 208, + 714.8000000000004, + 402, + 732.0000000000005 + ], + "spans": [], + "index": 30 + } + ] + } + ], + "page_idx": 16, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 26, + 308, + 38 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2019", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 312, + 765 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 765 + ], + "score": 1.0, + "content": "17", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 280, + 94 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 281, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 281, + 96 + ], + "score": 1.0, + "content": "Now, we have the following entropy bound", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0, + "bbox_fs": [ + 105, + 81, + 281, + 96 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 155, + 96, + 457, + 172 + ], + "lines": [ + { + "bbox": [ + 155, + 96, + 457, + 172 + ], + "spans": [ + { + "bbox": [ + 155, + 96, + 457, + 172 + ], + "score": 0.93, + "content": "\\begin{array} { r l } & { \\log \\mathcal { N } ( \\epsilon , \\mathcal { H } , \\| \\cdot \\| _ { L ^ { \\infty } } ) } \\\\ & { \\leqslant \\log { \\mathcal { N } ( ( 1 + L _ { 1 } ) ^ { - 1 } \\epsilon , \\mathcal { G } , \\| \\cdot \\| _ { L ^ { \\infty } } ) } + \\log \\mathcal { N } ( ( 1 + L _ { 1 } ) ^ { - 1 } \\epsilon , \\mathcal { F } , \\| \\cdot \\| _ { L ^ { \\infty } } ) } \\\\ & { \\leqslant ( S _ { g } + 1 ) \\log ( 2 ( L _ { 1 } + 1 ) \\epsilon ^ { - 1 } ( L _ { g } + 1 ) D _ { g } B _ { g } ) } \\\\ & { \\quad + \\operatorname* { m i n } \\Biggl \\{ ( S _ { f } + 1 ) \\log ( 2 ( L _ { 1 } + 1 ) \\epsilon ^ { - 1 } ( L _ { f } + 1 ) D _ { f } B _ { f } ) , C _ { \\kappa } ( 1 + L _ { 1 } ) \\epsilon ^ { - \\kappa } \\Biggr \\} } \\end{array}", + "type": "interline_equation", + "image_path": "314b08165b4d70c54db8c9640ce17ce8ce7dfb898fe871033f7ea4706feecd55.jpg" + } + ] + } + ], + "index": 2, + "virtual_lines": [ + { + "bbox": [ + 155, + 96, + 457, + 121.33333333333333 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 155, + 121.33333333333333, + 457, + 146.66666666666666 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 155, + 146.66666666666666, + 457, + 172.0 + ], + "spans": [], + "index": 3 + } + ] + }, + { + "type": "text", + "bbox": [ + 109, + 173, + 504, + 213 + ], + "lines": [ + { + "bbox": [ + 105, + 171, + 507, + 190 + ], + "spans": [ + { + "bbox": [ + 105, + 171, + 126, + 190 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 127, + 173, + 237, + 189 + ], + "score": 0.9, + "content": "\\begin{array} { r } { D _ { g } : = \\prod _ { \\ell \\in [ L _ { g } + 1 ] } ( D _ { \\ell } + 1 ) } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 237, + 171, + 255, + 190 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 256, + 174, + 367, + 189 + ], + "score": 0.92, + "content": "\\begin{array} { r } { D _ { f } : = \\prod _ { \\ell \\in [ L _ { f } + 1 ] } ( D _ { \\ell } + 1 ) } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 367, + 171, + 387, + 190 + ], + "score": 1.0, + "content": ". Let", + "type": "text" + }, + { + "bbox": [ + 387, + 173, + 484, + 187 + ], + "score": 0.91, + "content": "\\Gamma _ { f } : = 2 ( L _ { f } + 1 ) D _ { f } B _ { f }", + "type": "inline_equation" + }, + { + "bbox": [ + 484, + 171, + 507, + 190 + ], + "score": 1.0, + "content": ", and", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 187, + 506, + 204 + ], + "spans": [ + { + "bbox": [ + 106, + 188, + 225, + 202 + ], + "score": 0.89, + "content": "N _ { \\epsilon } ( \\widetilde { \\mathcal { F } } ) : = \\log \\mathcal { N } ( \\epsilon , \\widetilde { \\mathcal { F } } , \\| \\cdot \\| _ { n } )", + "type": "inline_equation" + }, + { + "bbox": [ + 226, + 187, + 506, + 204 + ], + "score": 1.0, + "content": "for brevity. Here, we apply Lemma 8 in Schmidt-Hieber (2017) for the", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 200, + 424, + 214 + ], + "spans": [ + { + "bbox": [ + 106, + 200, + 181, + 214 + ], + "score": 1.0, + "content": "entropy bound for", + "type": "text" + }, + { + "bbox": [ + 181, + 202, + 189, + 212 + ], + "score": 0.83, + "content": "\\mathcal { G }", + "type": "inline_equation" + }, + { + "bbox": [ + 189, + 200, + 207, + 214 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 207, + 202, + 216, + 211 + ], + "score": 0.83, + "content": "\\mathcal { F }", + "type": "inline_equation" + }, + { + "bbox": [ + 216, + 200, + 424, + 214 + ], + "score": 1.0, + "content": ". Using the entropy bound and Lemma 4, we obtain", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 5, + "bbox_fs": [ + 105, + 171, + 507, + 214 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 117, + 217, + 493, + 374 + ], + "lines": [ + { + "bbox": [ + 117, + 217, + 493, + 374 + ], + "spans": [ + { + "bbox": [ + 117, + 217, + 493, + 374 + ], + "score": 0.93, + "content": "\\begin{array} { r l r } { { 2 \\operatorname* { s u p } _ { j \\in \\mathcal { T } } \\big | P _ { n } f - P ^ { * } f \\big | } } \\\\ & { \\leqslant 4 \\eta + \\frac { 1 2 } { n ^ { 1 / 2 } } \\int _ { \\eta } ^ { \\infty } \\operatorname* { m i n } \\Big \\{ N _ { c } ( \\widetilde { \\mathcal { F } } ) , ( S _ { f } + 1 ) \\log ( \\Gamma _ { f } \\epsilon ^ { - 1 } ) \\Big \\} ^ { 1 / 2 } d \\epsilon } \\\\ & { } & { + \\frac { ( 2 \\tau \\sigma ^ { 2 } + C _ { \\theta } ) ^ { 1 / 2 } } { n ^ { 1 / 2 } } + \\frac { \\tau C _ { h } ( 2 / 3 + C _ { \\theta } ) } { n } } \\\\ & { \\leqslant 4 \\eta + \\frac { 1 2 } { n ^ { 1 / 2 } } \\int _ { \\eta } ^ { \\infty } N _ { c } ( \\widetilde { \\mathcal { F } } ) ^ { 1 / 2 } d \\epsilon + \\frac { 1 2 } { n ^ { 1 / 2 } } ( S _ { f } + 1 ) ^ { 1 / 2 } ( \\log ^ { 1 / 2 } \\Gamma _ { f } + C _ { \\widetilde { \\mathcal { F } } } \\log ^ { 1 / 2 } C _ { \\widetilde { \\mathcal { F } } } - \\eta \\log ^ { 1 / 2 } \\eta ) } \\\\ & { } & { + \\frac { ( 2 7 \\sigma ^ { 2 } + C _ { \\theta } ) ^ { 1 / 2 } } { n ^ { 1 / 2 } } + \\frac { \\tau C _ { h } ( 2 / 3 + C _ { \\theta } ) } { n } } \\\\ & { \\leqslant \\Upsilon _ { n } ( \\widetilde { \\mathcal { F } } ) + \\frac { 1 } { n ^ { 1 / 2 } } ( ( S _ { f } + 1 ) ^ { 1 / 2 } A _ { 1 } + A _ { 2 } ) + \\frac { A _ { 3 } } { n } , \\qquad \\mathrm { ~ o ~ } } \\end{array}", + "type": "interline_equation", + "image_path": "c6a35d871a7ef2e5880ef4c018bfe3ccc8f73dba709f276734969c8158edf8ae.jpg" + } + ] + } + ], + "index": 8, + "virtual_lines": [ + { + "bbox": [ + 117, + 217, + 493, + 269.3333333333333 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 117, + 269.3333333333333, + 493, + 321.66666666666663 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 117, + 321.66666666666663, + 493, + 373.99999999999994 + ], + "spans": [], + "index": 9 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 379, + 505, + 410 + ], + "lines": [ + { + "bbox": [ + 105, + 378, + 505, + 395 + ], + "spans": [ + { + "bbox": [ + 105, + 378, + 149, + 395 + ], + "score": 1.0, + "content": "with some", + "type": "text" + }, + { + "bbox": [ + 149, + 381, + 173, + 393 + ], + "score": 0.61, + "content": "\\eta > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 174, + 378, + 178, + 395 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 179, + 379, + 411, + 393 + ], + "score": 0.89, + "content": "A _ { 1 } = 1 2 \\log ^ { 1 / 2 } \\Gamma _ { f } , A _ { 2 } = C _ { \\tilde { \\pi } } \\log ^ { 1 / 2 } C _ { \\tilde { \\pi } } + ( 2 \\tau \\sigma ^ { 2 } + C _ { \\theta } ) ^ { 1 / 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 411, + 378, + 432, + 395 + ], + "score": 1.0, + "content": ", and", + "type": "text" + }, + { + "bbox": [ + 433, + 380, + 505, + 393 + ], + "score": 0.91, + "content": "A _ { 3 } = \\tau C _ { h } ( 2 / 3 +", + "type": "inline_equation" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 389, + 434, + 414 + ], + "spans": [ + { + "bbox": [ + 106, + 396, + 120, + 407 + ], + "score": 0.63, + "content": "C _ { \\theta }", + "type": "inline_equation" + }, + { + "bbox": [ + 120, + 389, + 180, + 414 + ], + "score": 1.0, + "content": "q. Also, we set", + "type": "text" + }, + { + "bbox": [ + 180, + 394, + 365, + 410 + ], + "score": 0.92, + "content": "\\begin{array} { r } { \\Upsilon _ { n } ( \\widetilde { \\mathcal { F } } ) = 4 \\eta + \\frac { 1 2 } { n ^ { 1 / 2 } } \\int _ { \\eta } ^ { C _ { \\widetilde { \\mathcal { F } } } } N _ { ( L _ { 1 } + 1 ) ^ { - 1 } \\epsilon } ( \\widetilde { \\mathcal { F } } ) ^ { 1 / 2 } d \\epsilon } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 365, + 389, + 434, + 414 + ], + "score": 1.0, + "content": ". Then, we have", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10.5, + "bbox_fs": [ + 105, + 378, + 505, + 414 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 199, + 413, + 412, + 437 + ], + "lines": [ + { + "bbox": [ + 199, + 413, + 412, + 437 + ], + "spans": [ + { + "bbox": [ + 199, + 413, + 412, + 437 + ], + "score": 0.85, + "content": "i i i \\leqslant \\Upsilon _ { n } ( \\widetilde { \\mathcal { F } } ) + \\frac { 1 } { n ^ { 1 / 2 } } \\left( ( S _ { f } + 1 ) ^ { 1 / 2 } A _ { 1 } + A _ { 2 } \\right) + \\frac { A _ { 3 } } { n } .", + "type": "interline_equation", + "image_path": "c0c27879c94e4bf24392d0c1926fc20f7689d5fba1da7188e0521300a4de67e5.jpg" + } + ] + } + ], + "index": 12, + "virtual_lines": [ + { + "bbox": [ + 199, + 413, + 412, + 437 + ], + "spans": [], + "index": 12 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 445, + 401, + 459 + ], + "lines": [ + { + "bbox": [ + 106, + 445, + 401, + 460 + ], + "spans": [ + { + "bbox": [ + 106, + 445, + 133, + 460 + ], + "score": 1.0, + "content": "About", + "type": "text" + }, + { + "bbox": [ + 134, + 447, + 140, + 456 + ], + "score": 0.78, + "content": "I", + "type": "inline_equation" + }, + { + "bbox": [ + 140, + 445, + 185, + 460 + ], + "score": 1.0, + "content": ", we define", + "type": "text" + }, + { + "bbox": [ + 185, + 446, + 280, + 459 + ], + "score": 0.93, + "content": "\\Gamma _ { g } : = 2 ( L _ { f } + 1 ) D _ { g } B _ { g }", + "type": "inline_equation" + }, + { + "bbox": [ + 280, + 445, + 401, + 460 + ], + "score": 1.0, + "content": "and obtain a similar bound as", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 13, + "bbox_fs": [ + 106, + 445, + 401, + 460 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 132, + 461, + 506, + 506 + ], + "lines": [ + { + "bbox": [ + 132, + 461, + 506, + 506 + ], + "spans": [ + { + "bbox": [ + 132, + 461, + 506, + 506 + ], + "score": 0.87, + "content": "\\begin{array} { r l r } & { } & { i \\leqslant \\Upsilon _ { m } ( \\widetilde { \\mathcal { F } } ) + \\displaystyle \\frac { 1 } { m ^ { 1 / 2 } } \\left( ( S _ { g } + 1 ) ^ { 1 / 2 } A _ { 1 } ^ { \\prime } + A _ { 2 } ^ { \\prime } \\right) + \\displaystyle \\frac { A _ { 3 } ^ { \\prime } } { m } , } \\\\ & { } & { A _ { 1 } ^ { \\prime } = \\smash { 1 2 ( \\log ^ { 1 / 2 } \\Gamma _ { f } + \\log ^ { 1 / 2 } \\Gamma _ { g } ) } , A _ { 2 } = C _ { \\widetilde { \\mathcal { F } } } \\log ^ { 1 / 2 } C _ { \\widetilde { \\mathcal { F } } } + C _ { \\mathcal { G } } \\log ^ { 1 / 2 } C _ { \\mathcal { G } } + 2 ( 2 \\tau \\sigma ^ { 2 } + C _ { \\theta } ) ^ { 1 / 2 } , } \\end{array}", + "type": "interline_equation", + "image_path": "d37a9814e431549b5d0424f6689ca2ea0f7491e0b17d45aa964d3cd02017f6a8.jpg" + } + ] + } + ], + "index": 15, + "virtual_lines": [ + { + "bbox": [ + 132, + 461, + 506, + 476.0 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 132, + 476.0, + 506, + 491.0 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 132, + 491.0, + 506, + 506.0 + ], + "spans": [], + "index": 17 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 489, + 504, + 514 + ], + "lines": [ + { + "bbox": [ + 105, + 487, + 132, + 505 + ], + "spans": [ + { + "bbox": [ + 105, + 487, + 132, + 505 + ], + "score": 1.0, + "content": "where", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 500, + 223, + 516 + ], + "spans": [ + { + "bbox": [ + 105, + 500, + 123, + 516 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 124, + 502, + 217, + 514 + ], + "score": 0.9, + "content": "A _ { 3 } \\stackrel { - } { = } 2 \\tau C _ { h } ( 2 / 3 + \\check { C } _ { \\theta } )", + "type": "inline_equation" + }, + { + "bbox": [ + 218, + 500, + 223, + 516 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17.0, + "bbox_fs": [ + 105, + 487, + 223, + 516 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 519, + 504, + 542 + ], + "lines": [ + { + "bbox": [ + 106, + 519, + 505, + 532 + ], + "spans": [ + { + "bbox": [ + 106, + 519, + 133, + 532 + ], + "score": 1.0, + "content": "About", + "type": "text" + }, + { + "bbox": [ + 134, + 520, + 142, + 529 + ], + "score": 0.8, + "content": "\\romannumeral 2", + "type": "inline_equation" + }, + { + "bbox": [ + 142, + 519, + 505, + 532 + ], + "score": 1.0, + "content": ", we evaluate the error from approximation by constructing a specific deep neural network", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 529, + 495, + 543 + ], + "spans": [ + { + "bbox": [ + 105, + 529, + 277, + 543 + ], + "score": 1.0, + "content": "for generators. We apply Lemma 3 and let", + "type": "text" + }, + { + "bbox": [ + 278, + 530, + 343, + 542 + ], + "score": 0.93, + "content": "\\dot { \\boldsymbol g } = ( \\dot { g } _ { 1 } , . . . , \\dot { g } _ { D } )", + "type": "inline_equation" + }, + { + "bbox": [ + 343, + 529, + 495, + 543 + ], + "score": 1.0, + "content": "be a generator specified in Lemma 3.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 19.5, + "bbox_fs": [ + 105, + 519, + 505, + 543 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 208, + 560, + 402, + 732 + ], + "lines": [ + { + "bbox": [ + 208, + 560, + 402, + 732 + ], + "spans": [ + { + "bbox": [ + 208, + 560, + 402, + 732 + ], + "score": 0.92, + "content": "\\begin{array} { r l } & { \\mathrm { i } i = P _ { g } \\ast f - P _ { g } f } \\\\ & { = \\displaystyle \\int \\big ( f o { g ^ { \\ast } } - f o \\bar { g } i \\big ) d P _ { Z } } \\\\ & { \\lesssim L \\displaystyle \\int \\big | \\displaystyle { g ^ { \\ast } } - \\bar { g } \\big | | d P _ { Z } } \\\\ & { \\lesssim L _ { 1 } \\left( \\displaystyle \\sum _ { i \\neq [ D ] } \\left\\lceil g _ { i } ^ { \\ast } ( x ) - \\bar { g } _ { d } ( x ) \\right\\rceil ^ { 2 } d P _ { Z } ( x ) \\right) ^ { 1 / 2 } } \\\\ & { - L _ { 1 } \\left( \\displaystyle \\sum _ { i \\neq [ D ] } \\| g _ { i } ^ { \\ast } - \\bar { g } _ { d } \\| _ { L ^ { 2 } } ^ { 2 } \\right) ^ { 1 / 2 } } \\\\ & { \\lesssim \\epsilon _ { g , L } \\displaystyle L _ { 1 } D M _ { S } e ^ { \\frac { 1 } { g } / D } , } \\end{array}", + "type": "interline_equation", + "image_path": "87a1840845c38c2a8411f5cf730d1ca08ac2e938aa23bbbf3af0fde6ddecba99.jpg" + } + ] + } + ], + "index": 25.5, + "virtual_lines": [ + { + "bbox": [ + 208, + 560, + 402, + 577.2 + ], + "spans": [], + "index": 21 + }, + { + "bbox": [ + 208, + 577.2, + 402, + 594.4000000000001 + ], + "spans": [], + "index": 22 + }, + { + "bbox": [ + 208, + 594.4000000000001, + 402, + 611.6000000000001 + ], + "spans": [], + "index": 23 + }, + { + "bbox": [ + 208, + 611.6000000000001, + 402, + 628.8000000000002 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 208, + 628.8000000000002, + 402, + 646.0000000000002 + ], + "spans": [], + "index": 25 + }, + { + "bbox": [ + 208, + 646.0000000000002, + 402, + 663.2000000000003 + ], + "spans": [], + "index": 26 + }, + { + "bbox": [ + 208, + 663.2000000000003, + 402, + 680.4000000000003 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 208, + 680.4000000000003, + 402, + 697.6000000000004 + ], + "spans": [], + "index": 28 + }, + { + "bbox": [ + 208, + 697.6000000000004, + 402, + 714.8000000000004 + ], + "spans": [], + "index": 29 + }, + { + "bbox": [ + 208, + 714.8000000000004, + 402, + 732.0000000000005 + ], + "spans": [], + "index": 30 + } + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 104, + 82, + 506, + 105 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 506, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 164, + 96 + ], + "score": 1.0, + "content": "which follows", + "type": "text" + }, + { + "bbox": [ + 164, + 83, + 177, + 93 + ], + "score": 0.88, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 177, + 81, + 271, + 96 + ], + "score": 1.0, + "content": "-Lipschitz continuity of", + "type": "text" + }, + { + "bbox": [ + 271, + 83, + 279, + 94 + ], + "score": 0.85, + "content": "f", + "type": "inline_equation" + }, + { + "bbox": [ + 279, + 81, + 506, + 96 + ], + "score": 1.0, + "content": ", the Jensen’s inequality, the Cauchy-Schwartz inequality,", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 92, + 388, + 108 + ], + "spans": [ + { + "bbox": [ + 105, + 92, + 217, + 108 + ], + "score": 1.0, + "content": "compactness of the support", + "type": "text" + }, + { + "bbox": [ + 218, + 93, + 231, + 104 + ], + "score": 0.88, + "content": "I ^ { D }", + "type": "inline_equation" + }, + { + "bbox": [ + 231, + 92, + 308, + 108 + ], + "score": 1.0, + "content": ", and uniformity of", + "type": "text" + }, + { + "bbox": [ + 308, + 94, + 322, + 105 + ], + "score": 0.89, + "content": "P _ { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 322, + 92, + 388, + 108 + ], + "score": 1.0, + "content": ". Then, we have", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "interline_equation", + "bbox": [ + 265, + 110, + 346, + 127 + ], + "lines": [ + { + "bbox": [ + 265, + 110, + 346, + 127 + ], + "spans": [ + { + "bbox": [ + 265, + 110, + 346, + 127 + ], + "score": 0.92, + "content": "\\begin{array} { r } { i i \\leqslant c _ { 2 } M D S _ { g } ^ { - \\beta / D } . } \\end{array}", + "type": "interline_equation", + "image_path": "f8c772a0ec8f554eb9da6fd8517f95537f30a8ed0b94fa5c49f046e5fc78d9ff.jpg" + } + ] + } + ], + "index": 2, + "virtual_lines": [ + { + "bbox": [ + 265, + 110, + 346, + 127 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 136, + 335, + 149 + ], + "lines": [ + { + "bbox": [ + 106, + 136, + 336, + 150 + ], + "spans": [ + { + "bbox": [ + 106, + 136, + 336, + 150 + ], + "score": 1.0, + "content": "Combining the result, we obtain the result of Theorem 1.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + }, + { + "type": "title", + "bbox": [ + 107, + 161, + 244, + 173 + ], + "lines": [ + { + "bbox": [ + 106, + 161, + 245, + 174 + ], + "spans": [ + { + "bbox": [ + 106, + 161, + 245, + 174 + ], + "score": 1.0, + "content": "B.5 PROOF OF PROPOSITION 1", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 106, + 182, + 505, + 228 + ], + "lines": [ + { + "bbox": [ + 105, + 181, + 506, + 196 + ], + "spans": [ + { + "bbox": [ + 105, + 181, + 132, + 196 + ], + "score": 1.0, + "content": "When", + "type": "text" + }, + { + "bbox": [ + 133, + 183, + 142, + 192 + ], + "score": 0.8, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 142, + 181, + 278, + 196 + ], + "score": 1.0, + "content": "are globally smooth, we obtain a", + "type": "text" + }, + { + "bbox": [ + 279, + 183, + 286, + 194 + ], + "score": 0.85, + "content": "\\beta", + "type": "inline_equation" + }, + { + "bbox": [ + 286, + 181, + 401, + 196 + ], + "score": 1.0, + "content": "-smooth density function on", + "type": "text" + }, + { + "bbox": [ + 401, + 182, + 414, + 192 + ], + "score": 0.88, + "content": "I ^ { D }", + "type": "inline_equation" + }, + { + "bbox": [ + 415, + 181, + 506, + 196 + ], + "score": 1.0, + "content": "by its definition. Due", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 104, + 193, + 506, + 206 + ], + "spans": [ + { + "bbox": [ + 104, + 193, + 506, + 206 + ], + "score": 1.0, + "content": "to the smoothness, the studies for nonparametric statistics (Nadaraya, 1964; Ghosal et al., 2007;", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 204, + 505, + 217 + ], + "spans": [ + { + "bbox": [ + 105, + 204, + 239, + 217 + ], + "score": 1.0, + "content": "Efromovich, 2010; van der Vaart", + "type": "text" + }, + { + "bbox": [ + 239, + 205, + 248, + 214 + ], + "score": 0.25, + "content": "\\&", + "type": "inline_equation" + }, + { + "bbox": [ + 248, + 204, + 505, + 217 + ], + "score": 1.0, + "content": "van Zanten, 2008; Tsybakov, 2009) guarantees that the methods", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 214, + 480, + 230 + ], + "spans": [ + { + "bbox": [ + 105, + 214, + 267, + 230 + ], + "score": 1.0, + "content": "(KDE,NB,SDE, and GP) obtain the rate", + "type": "text" + }, + { + "bbox": [ + 268, + 215, + 332, + 228 + ], + "score": 0.92, + "content": "O ( n ^ { - \\beta / ( 2 \\beta + D ) } )", + "type": "inline_equation" + }, + { + "bbox": [ + 333, + 214, + 440, + 230 + ], + "score": 1.0, + "content": "with respect to the roof of", + "type": "text" + }, + { + "bbox": [ + 440, + 216, + 452, + 226 + ], + "score": 0.88, + "content": "L ^ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 452, + 214, + 480, + 230 + ], + "score": 1.0, + "content": "norm.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 6.5 + }, + { + "type": "text", + "bbox": [ + 106, + 233, + 505, + 271 + ], + "lines": [ + { + "bbox": [ + 105, + 232, + 506, + 246 + ], + "spans": [ + { + "bbox": [ + 105, + 232, + 133, + 246 + ], + "score": 1.0, + "content": "When", + "type": "text" + }, + { + "bbox": [ + 133, + 234, + 142, + 243 + ], + "score": 0.81, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 142, + 232, + 475, + 246 + ], + "score": 1.0, + "content": "have disconnected supports and locally smooth, we consider a following specific", + "type": "text" + }, + { + "bbox": [ + 475, + 234, + 484, + 243 + ], + "score": 0.78, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 484, + 232, + 506, + 246 + ], + "score": 1.0, + "content": ". Fix", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 107, + 244, + 505, + 259 + ], + "spans": [ + { + "bbox": [ + 107, + 246, + 137, + 257 + ], + "score": 0.88, + "content": "M = 2", + "type": "inline_equation" + }, + { + "bbox": [ + 137, + 244, + 241, + 259 + ], + "score": 1.0, + "content": ". Let us define supports as", + "type": "text" + }, + { + "bbox": [ + 241, + 244, + 398, + 258 + ], + "score": 0.93, + "content": "S _ { 1 } = \\widetilde { S } _ { 1 } = \\{ x \\in I ^ { D } \\mid x _ { 1 } \\leqslant 0 . 5 \\} \\subset I ^ { D }", + "type": "inline_equation" + }, + { + "bbox": [ + 398, + 244, + 416, + 259 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 416, + 244, + 505, + 258 + ], + "score": 0.93, + "content": "S _ { 2 } = \\bar { S } _ { 2 } = \\{ x \\in I ^ { D } \\mid ", + "type": "inline_equation" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 257, + 331, + 273 + ], + "spans": [ + { + "bbox": [ + 106, + 258, + 174, + 271 + ], + "score": 0.92, + "content": "x _ { 1 } \\leqslant 0 . 5 \\} \\subset I ^ { D }", + "type": "inline_equation" + }, + { + "bbox": [ + 174, + 257, + 202, + 273 + ], + "score": 1.0, + "content": ". Also,", + "type": "text" + }, + { + "bbox": [ + 202, + 259, + 244, + 271 + ], + "score": 0.93, + "content": "g _ { 1 } ( z ) = z", + "type": "inline_equation" + }, + { + "bbox": [ + 244, + 257, + 262, + 273 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 262, + 258, + 317, + 271 + ], + "score": 0.91, + "content": "g _ { 2 } : \\widetilde { S } _ { 2 } S _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 317, + 257, + 331, + 273 + ], + "score": 1.0, + "content": "as", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10 + }, + { + "type": "interline_equation", + "bbox": [ + 234, + 276, + 375, + 292 + ], + "lines": [ + { + "bbox": [ + 234, + 276, + 375, + 292 + ], + "spans": [ + { + "bbox": [ + 234, + 276, + 375, + 292 + ], + "score": 0.91, + "content": "g _ { 2 } ( z ) = ( g _ { 2 , 1 } ( z _ { 1 } ) , . . . , g _ { 2 , D } ( z _ { D } ) ) ^ { \\top } ,", + "type": "interline_equation", + "image_path": "952c2c83ffeeba44a2c16663872e5c111863ef867e65db8ba4a7bd63cb194e57.jpg" + } + ] + } + ], + "index": 12, + "virtual_lines": [ + { + "bbox": [ + 234, + 276, + 375, + 292 + ], + "spans": [], + "index": 12 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 297, + 506, + 356 + ], + "lines": [ + { + "bbox": [ + 104, + 295, + 506, + 312 + ], + "spans": [ + { + "bbox": [ + 104, + 295, + 132, + 312 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 298, + 257, + 311 + ], + "score": 0.9, + "content": "g _ { 2 , 1 } ( z _ { 1 } ) = 0 . 6 + c ( z _ { 1 } - 0 . 5 ) ^ { 1 / 3 }", + "type": "inline_equation" + }, + { + "bbox": [ + 258, + 295, + 275, + 312 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 275, + 298, + 331, + 311 + ], + "score": 0.92, + "content": "g _ { 2 , d } ( z _ { d } ) = z _ { d }", + "type": "inline_equation" + }, + { + "bbox": [ + 332, + 295, + 346, + 312 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 346, + 299, + 397, + 311 + ], + "score": 0.92, + "content": "d \\in [ D ] \\backslash \\{ 1 \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 397, + 295, + 459, + 312 + ], + "score": 1.0, + "content": "with a constant", + "type": "text" + }, + { + "bbox": [ + 459, + 301, + 464, + 309 + ], + "score": 0.69, + "content": "c", + "type": "inline_equation" + }, + { + "bbox": [ + 465, + 295, + 506, + 312 + ], + "score": 1.0, + "content": ". Then, by", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 309, + 506, + 323 + ], + "spans": [ + { + "bbox": [ + 105, + 309, + 197, + 323 + ], + "score": 1.0, + "content": "the proof of Lemma 1,", + "type": "text" + }, + { + "bbox": [ + 197, + 311, + 221, + 322 + ], + "score": 0.88, + "content": "p _ { 2 } ( x )", + "type": "inline_equation" + }, + { + "bbox": [ + 222, + 309, + 235, + 323 + ], + "score": 1.0, + "content": "on", + "type": "text" + }, + { + "bbox": [ + 235, + 311, + 246, + 321 + ], + "score": 0.88, + "content": "S _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 247, + 309, + 397, + 323 + ], + "score": 1.0, + "content": "is a quadratic function with respect to", + "type": "text" + }, + { + "bbox": [ + 398, + 312, + 408, + 321 + ], + "score": 0.86, + "content": "z _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 408, + 309, + 506, + 323 + ], + "score": 1.0, + "content": "is 1-times differentiable", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 319, + 507, + 334 + ], + "spans": [ + { + "bbox": [ + 105, + 319, + 288, + 334 + ], + "score": 1.0, + "content": "but not twice-differentiable at the boundary", + "type": "text" + }, + { + "bbox": [ + 288, + 320, + 375, + 333 + ], + "score": 0.91, + "content": "\\{ x \\in I ^ { D } \\mid x _ { 1 } = 0 . 6 \\dot \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 376, + 319, + 507, + 334 + ], + "score": 1.0, + "content": ". Hence, the studies (Nadaraya,", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 330, + 506, + 345 + ], + "spans": [ + { + "bbox": [ + 105, + 330, + 506, + 345 + ], + "score": 1.0, + "content": "1964; Ghosal et al., 2007; Efromovich, 2010; van der Vaart & van Zanten, 2008; Tsybakov, 2009)", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 104, + 340, + 507, + 359 + ], + "spans": [ + { + "bbox": [ + 104, + 340, + 371, + 359 + ], + "score": 1.0, + "content": "provides that the generalization error of the methods is bounded by", + "type": "text" + }, + { + "bbox": [ + 372, + 343, + 436, + 356 + ], + "score": 0.92, + "content": "O ( n ^ { - \\beta / ( 2 \\beta + D ) } )", + "type": "inline_equation" + }, + { + "bbox": [ + 437, + 340, + 457, + 359 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 458, + 344, + 483, + 356 + ], + "score": 0.9, + "content": "\\beta = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 484, + 340, + 507, + 359 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 15 + } + ], + "page_idx": 17, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 26, + 308, + 38 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 308, + 39 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 308, + 39 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2019", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 310, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 312, + 763 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 763 + ], + "score": 1.0, + "content": "18", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 494, + 137, + 505, + 147 + ], + "lines": [ + { + "bbox": [ + 495, + 138, + 505, + 147 + ], + "spans": [ + { + "bbox": [ + 495, + 138, + 505, + 147 + ], + "score": 0.999, + "content": "□", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 104, + 82, + 506, + 105 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 506, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 164, + 96 + ], + "score": 1.0, + "content": "which follows", + "type": "text" + }, + { + "bbox": [ + 164, + 83, + 177, + 93 + ], + "score": 0.88, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 177, + 81, + 271, + 96 + ], + "score": 1.0, + "content": "-Lipschitz continuity of", + "type": "text" + }, + { + "bbox": [ + 271, + 83, + 279, + 94 + ], + "score": 0.85, + "content": "f", + "type": "inline_equation" + }, + { + "bbox": [ + 279, + 81, + 506, + 96 + ], + "score": 1.0, + "content": ", the Jensen’s inequality, the Cauchy-Schwartz inequality,", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 92, + 388, + 108 + ], + "spans": [ + { + "bbox": [ + 105, + 92, + 217, + 108 + ], + "score": 1.0, + "content": "compactness of the support", + "type": "text" + }, + { + "bbox": [ + 218, + 93, + 231, + 104 + ], + "score": 0.88, + "content": "I ^ { D }", + "type": "inline_equation" + }, + { + "bbox": [ + 231, + 92, + 308, + 108 + ], + "score": 1.0, + "content": ", and uniformity of", + "type": "text" + }, + { + "bbox": [ + 308, + 94, + 322, + 105 + ], + "score": 0.89, + "content": "P _ { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 322, + 92, + 388, + 108 + ], + "score": 1.0, + "content": ". Then, we have", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5, + "bbox_fs": [ + 105, + 81, + 506, + 108 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 265, + 110, + 346, + 127 + ], + "lines": [ + { + "bbox": [ + 265, + 110, + 346, + 127 + ], + "spans": [ + { + "bbox": [ + 265, + 110, + 346, + 127 + ], + "score": 0.92, + "content": "\\begin{array} { r } { i i \\leqslant c _ { 2 } M D S _ { g } ^ { - \\beta / D } . } \\end{array}", + "type": "interline_equation", + "image_path": "f8c772a0ec8f554eb9da6fd8517f95537f30a8ed0b94fa5c49f046e5fc78d9ff.jpg" + } + ] + } + ], + "index": 2, + "virtual_lines": [ + { + "bbox": [ + 265, + 110, + 346, + 127 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 136, + 335, + 149 + ], + "lines": [ + { + "bbox": [ + 106, + 136, + 336, + 150 + ], + "spans": [ + { + "bbox": [ + 106, + 136, + 336, + 150 + ], + "score": 1.0, + "content": "Combining the result, we obtain the result of Theorem 1.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3, + "bbox_fs": [ + 106, + 136, + 336, + 150 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 161, + 244, + 173 + ], + "lines": [ + { + "bbox": [ + 106, + 161, + 245, + 174 + ], + "spans": [ + { + "bbox": [ + 106, + 161, + 245, + 174 + ], + "score": 1.0, + "content": "B.5 PROOF OF PROPOSITION 1", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 106, + 182, + 505, + 228 + ], + "lines": [ + { + "bbox": [ + 105, + 181, + 506, + 196 + ], + "spans": [ + { + "bbox": [ + 105, + 181, + 132, + 196 + ], + "score": 1.0, + "content": "When", + "type": "text" + }, + { + "bbox": [ + 133, + 183, + 142, + 192 + ], + "score": 0.8, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 142, + 181, + 278, + 196 + ], + "score": 1.0, + "content": "are globally smooth, we obtain a", + "type": "text" + }, + { + "bbox": [ + 279, + 183, + 286, + 194 + ], + "score": 0.85, + "content": "\\beta", + "type": "inline_equation" + }, + { + "bbox": [ + 286, + 181, + 401, + 196 + ], + "score": 1.0, + "content": "-smooth density function on", + "type": "text" + }, + { + "bbox": [ + 401, + 182, + 414, + 192 + ], + "score": 0.88, + "content": "I ^ { D }", + "type": "inline_equation" + }, + { + "bbox": [ + 415, + 181, + 506, + 196 + ], + "score": 1.0, + "content": "by its definition. Due", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 104, + 193, + 506, + 206 + ], + "spans": [ + { + "bbox": [ + 104, + 193, + 506, + 206 + ], + "score": 1.0, + "content": "to the smoothness, the studies for nonparametric statistics (Nadaraya, 1964; Ghosal et al., 2007;", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 204, + 505, + 217 + ], + "spans": [ + { + "bbox": [ + 105, + 204, + 239, + 217 + ], + "score": 1.0, + "content": "Efromovich, 2010; van der Vaart", + "type": "text" + }, + { + "bbox": [ + 239, + 205, + 248, + 214 + ], + "score": 0.25, + "content": "\\&", + "type": "inline_equation" + }, + { + "bbox": [ + 248, + 204, + 505, + 217 + ], + "score": 1.0, + "content": "van Zanten, 2008; Tsybakov, 2009) guarantees that the methods", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 214, + 480, + 230 + ], + "spans": [ + { + "bbox": [ + 105, + 214, + 267, + 230 + ], + "score": 1.0, + "content": "(KDE,NB,SDE, and GP) obtain the rate", + "type": "text" + }, + { + "bbox": [ + 268, + 215, + 332, + 228 + ], + "score": 0.92, + "content": "O ( n ^ { - \\beta / ( 2 \\beta + D ) } )", + "type": "inline_equation" + }, + { + "bbox": [ + 333, + 214, + 440, + 230 + ], + "score": 1.0, + "content": "with respect to the roof of", + "type": "text" + }, + { + "bbox": [ + 440, + 216, + 452, + 226 + ], + "score": 0.88, + "content": "L ^ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 452, + 214, + 480, + 230 + ], + "score": 1.0, + "content": "norm.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 6.5, + "bbox_fs": [ + 104, + 181, + 506, + 230 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 233, + 505, + 271 + ], + "lines": [ + { + "bbox": [ + 105, + 232, + 506, + 246 + ], + "spans": [ + { + "bbox": [ + 105, + 232, + 133, + 246 + ], + "score": 1.0, + "content": "When", + "type": "text" + }, + { + "bbox": [ + 133, + 234, + 142, + 243 + ], + "score": 0.81, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 142, + 232, + 475, + 246 + ], + "score": 1.0, + "content": "have disconnected supports and locally smooth, we consider a following specific", + "type": "text" + }, + { + "bbox": [ + 475, + 234, + 484, + 243 + ], + "score": 0.78, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 484, + 232, + 506, + 246 + ], + "score": 1.0, + "content": ". Fix", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 107, + 244, + 505, + 259 + ], + "spans": [ + { + "bbox": [ + 107, + 246, + 137, + 257 + ], + "score": 0.88, + "content": "M = 2", + "type": "inline_equation" + }, + { + "bbox": [ + 137, + 244, + 241, + 259 + ], + "score": 1.0, + "content": ". Let us define supports as", + "type": "text" + }, + { + "bbox": [ + 241, + 244, + 398, + 258 + ], + "score": 0.93, + "content": "S _ { 1 } = \\widetilde { S } _ { 1 } = \\{ x \\in I ^ { D } \\mid x _ { 1 } \\leqslant 0 . 5 \\} \\subset I ^ { D }", + "type": "inline_equation" + }, + { + "bbox": [ + 398, + 244, + 416, + 259 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 416, + 244, + 505, + 258 + ], + "score": 0.93, + "content": "S _ { 2 } = \\bar { S } _ { 2 } = \\{ x \\in I ^ { D } \\mid ", + "type": "inline_equation" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 257, + 331, + 273 + ], + "spans": [ + { + "bbox": [ + 106, + 258, + 174, + 271 + ], + "score": 0.92, + "content": "x _ { 1 } \\leqslant 0 . 5 \\} \\subset I ^ { D }", + "type": "inline_equation" + }, + { + "bbox": [ + 174, + 257, + 202, + 273 + ], + "score": 1.0, + "content": ". Also,", + "type": "text" + }, + { + "bbox": [ + 202, + 259, + 244, + 271 + ], + "score": 0.93, + "content": "g _ { 1 } ( z ) = z", + "type": "inline_equation" + }, + { + "bbox": [ + 244, + 257, + 262, + 273 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 262, + 258, + 317, + 271 + ], + "score": 0.91, + "content": "g _ { 2 } : \\widetilde { S } _ { 2 } S _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 317, + 257, + 331, + 273 + ], + "score": 1.0, + "content": "as", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10, + "bbox_fs": [ + 105, + 232, + 506, + 273 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 234, + 276, + 375, + 292 + ], + "lines": [ + { + "bbox": [ + 234, + 276, + 375, + 292 + ], + "spans": [ + { + "bbox": [ + 234, + 276, + 375, + 292 + ], + "score": 0.91, + "content": "g _ { 2 } ( z ) = ( g _ { 2 , 1 } ( z _ { 1 } ) , . . . , g _ { 2 , D } ( z _ { D } ) ) ^ { \\top } ,", + "type": "interline_equation", + "image_path": "952c2c83ffeeba44a2c16663872e5c111863ef867e65db8ba4a7bd63cb194e57.jpg" + } + ] + } + ], + "index": 12, + "virtual_lines": [ + { + "bbox": [ + 234, + 276, + 375, + 292 + ], + "spans": [], + "index": 12 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 297, + 506, + 356 + ], + "lines": [ + { + "bbox": [ + 104, + 295, + 506, + 312 + ], + "spans": [ + { + "bbox": [ + 104, + 295, + 132, + 312 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 298, + 257, + 311 + ], + "score": 0.9, + "content": "g _ { 2 , 1 } ( z _ { 1 } ) = 0 . 6 + c ( z _ { 1 } - 0 . 5 ) ^ { 1 / 3 }", + "type": "inline_equation" + }, + { + "bbox": [ + 258, + 295, + 275, + 312 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 275, + 298, + 331, + 311 + ], + "score": 0.92, + "content": "g _ { 2 , d } ( z _ { d } ) = z _ { d }", + "type": "inline_equation" + }, + { + "bbox": [ + 332, + 295, + 346, + 312 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 346, + 299, + 397, + 311 + ], + "score": 0.92, + "content": "d \\in [ D ] \\backslash \\{ 1 \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 397, + 295, + 459, + 312 + ], + "score": 1.0, + "content": "with a constant", + "type": "text" + }, + { + "bbox": [ + 459, + 301, + 464, + 309 + ], + "score": 0.69, + "content": "c", + "type": "inline_equation" + }, + { + "bbox": [ + 465, + 295, + 506, + 312 + ], + "score": 1.0, + "content": ". Then, by", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 309, + 506, + 323 + ], + "spans": [ + { + "bbox": [ + 105, + 309, + 197, + 323 + ], + "score": 1.0, + "content": "the proof of Lemma 1,", + "type": "text" + }, + { + "bbox": [ + 197, + 311, + 221, + 322 + ], + "score": 0.88, + "content": "p _ { 2 } ( x )", + "type": "inline_equation" + }, + { + "bbox": [ + 222, + 309, + 235, + 323 + ], + "score": 1.0, + "content": "on", + "type": "text" + }, + { + "bbox": [ + 235, + 311, + 246, + 321 + ], + "score": 0.88, + "content": "S _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 247, + 309, + 397, + 323 + ], + "score": 1.0, + "content": "is a quadratic function with respect to", + "type": "text" + }, + { + "bbox": [ + 398, + 312, + 408, + 321 + ], + "score": 0.86, + "content": "z _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 408, + 309, + 506, + 323 + ], + "score": 1.0, + "content": "is 1-times differentiable", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 319, + 507, + 334 + ], + "spans": [ + { + "bbox": [ + 105, + 319, + 288, + 334 + ], + "score": 1.0, + "content": "but not twice-differentiable at the boundary", + "type": "text" + }, + { + "bbox": [ + 288, + 320, + 375, + 333 + ], + "score": 0.91, + "content": "\\{ x \\in I ^ { D } \\mid x _ { 1 } = 0 . 6 \\dot \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 376, + 319, + 507, + 334 + ], + "score": 1.0, + "content": ". Hence, the studies (Nadaraya,", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 330, + 506, + 345 + ], + "spans": [ + { + "bbox": [ + 105, + 330, + 506, + 345 + ], + "score": 1.0, + "content": "1964; Ghosal et al., 2007; Efromovich, 2010; van der Vaart & van Zanten, 2008; Tsybakov, 2009)", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 104, + 340, + 507, + 359 + ], + "spans": [ + { + "bbox": [ + 104, + 340, + 371, + 359 + ], + "score": 1.0, + "content": "provides that the generalization error of the methods is bounded by", + "type": "text" + }, + { + "bbox": [ + 372, + 343, + 436, + 356 + ], + "score": 0.92, + "content": "O ( n ^ { - \\beta / ( 2 \\beta + D ) } )", + "type": "inline_equation" + }, + { + "bbox": [ + 437, + 340, + 457, + 359 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 458, + 344, + 483, + 356 + ], + "score": 0.9, + "content": "\\beta = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 484, + 340, + 507, + 359 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 15, + "bbox_fs": [ + 104, + 295, + 507, + 359 + ] + } + ] + } + ], + "_backend": "pipeline", + "_version_name": "2.2.2" +} \ No newline at end of file diff --git a/parse/train/B1x5KiCcFX/B1x5KiCcFX_model.json b/parse/train/B1x5KiCcFX/B1x5KiCcFX_model.json new file mode 100644 index 0000000000000000000000000000000000000000..fb756be1d072b3ca5f1f50c0bee55a140df86326 --- /dev/null +++ b/parse/train/B1x5KiCcFX/B1x5KiCcFX_model.json @@ -0,0 +1,32005 @@ +[ + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 398, + 583, + 1302, + 583, + 1302, + 1009, + 398, + 1009 + ], + "score": 0.984 + }, + { + "category_id": 1, + "poly": [ + 298, + 1130, + 1405, + 1130, + 1405, + 1376, + 298, + 1376 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 298, + 1391, + 1404, + 1391, + 1404, + 1666, + 298, + 1666 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 298, + 1681, + 1403, + 1681, + 1403, + 1865, + 298, + 1865 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 299, + 1881, + 1403, + 1881, + 1403, + 2034, + 299, + 2034 + ], + "score": 0.976 + }, + { + "category_id": 0, + "poly": [ + 301, + 219, + 1399, + 219, + 1399, + 324, + 301, + 324 + ], + "score": 0.961 + }, + { + "category_id": 1, + "poly": [ + 313, + 377, + 680, + 377, + 680, + 438, + 313, + 438 + ], + "score": 0.929 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 857, + 75, + 857, + 105, + 298, + 105 + ], + "score": 0.896 + }, + { + "category_id": 0, + "poly": [ + 303, + 1064, + 573, + 1064, + 573, + 1098, + 303, + 1098 + ], + "score": 0.88 + }, + { + "category_id": 0, + "poly": [ + 773, + 518, + 927, + 518, + 927, + 553, + 773, + 553 + ], + "score": 0.878 + }, + { + "category_id": 2, + "poly": [ + 841, + 2089, + 856, + 2089, + 856, + 2112, + 841, + 2112 + ], + "score": 0.721 + }, + { + "category_id": 15, + "poly": [ + 293.0, + 216.0, + 1407.0, + 216.0, + 1407.0, + 274.0, + 293.0, + 274.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 275.0, + 1147.0, + 275.0, + 1147.0, + 328.0, + 295.0, + 328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 73.0, + 858.0, + 73.0, + 858.0, + 108.0, + 298.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1060.0, + 579.0, + 1060.0, + 579.0, + 1105.0, + 294.0, + 1105.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 768.0, + 515.0, + 934.0, + 515.0, + 934.0, + 558.0, + 768.0, + 558.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 840.0, + 2088.0, + 859.0, + 2088.0, + 859.0, + 2118.0, + 840.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 396.0, + 583.0, + 1306.0, + 583.0, + 1306.0, + 618.0, + 396.0, + 618.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 613.0, + 1306.0, + 613.0, + 1306.0, + 651.0, + 393.0, + 651.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 644.0, + 1305.0, + 644.0, + 1305.0, + 681.0, + 392.0, + 681.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 677.0, + 1305.0, + 677.0, + 1305.0, + 709.0, + 395.0, + 709.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 706.0, + 1306.0, + 706.0, + 1306.0, + 741.0, + 394.0, + 741.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 737.0, + 1305.0, + 737.0, + 1305.0, + 769.0, + 394.0, + 769.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 767.0, + 1307.0, + 767.0, + 1307.0, + 801.0, + 393.0, + 801.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 799.0, + 1306.0, + 799.0, + 1306.0, + 830.0, + 392.0, + 830.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 828.0, + 1307.0, + 828.0, + 1307.0, + 863.0, + 394.0, + 863.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 858.0, + 1306.0, + 858.0, + 1306.0, + 892.0, + 394.0, + 892.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 890.0, + 1307.0, + 890.0, + 1307.0, + 922.0, + 393.0, + 922.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 921.0, + 1305.0, + 921.0, + 1305.0, + 950.0, + 394.0, + 950.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 951.0, + 1304.0, + 951.0, + 1304.0, + 983.0, + 395.0, + 983.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 977.0, + 1297.0, + 977.0, + 1297.0, + 1016.0, + 393.0, + 1016.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1130.0, + 1407.0, + 1130.0, + 1407.0, + 1164.0, + 296.0, + 1164.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1162.0, + 1405.0, + 1162.0, + 1405.0, + 1195.0, + 295.0, + 1195.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1193.0, + 1406.0, + 1193.0, + 1406.0, + 1227.0, + 295.0, + 1227.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1223.0, + 1406.0, + 1223.0, + 1406.0, + 1254.0, + 294.0, + 1254.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1253.0, + 1406.0, + 1253.0, + 1406.0, + 1287.0, + 295.0, + 1287.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1283.0, + 1407.0, + 1283.0, + 1407.0, + 1315.0, + 293.0, + 1315.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1312.0, + 1407.0, + 1312.0, + 1407.0, + 1348.0, + 293.0, + 1348.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1344.0, + 948.0, + 1344.0, + 948.0, + 1378.0, + 296.0, + 1378.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1390.0, + 1406.0, + 1390.0, + 1406.0, + 1427.0, + 296.0, + 1427.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1419.0, + 1408.0, + 1419.0, + 1408.0, + 1457.0, + 292.0, + 1457.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1452.0, + 1404.0, + 1452.0, + 1404.0, + 1484.0, + 296.0, + 1484.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1479.0, + 1408.0, + 1479.0, + 1408.0, + 1519.0, + 293.0, + 1519.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1514.0, + 1405.0, + 1514.0, + 1405.0, + 1547.0, + 294.0, + 1547.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1542.0, + 1406.0, + 1542.0, + 1406.0, + 1579.0, + 292.0, + 1579.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1574.0, + 1404.0, + 1574.0, + 1404.0, + 1607.0, + 296.0, + 1607.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1603.0, + 1405.0, + 1603.0, + 1405.0, + 1639.0, + 293.0, + 1639.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1634.0, + 405.0, + 1634.0, + 405.0, + 1668.0, + 293.0, + 1668.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1679.0, + 1405.0, + 1679.0, + 1405.0, + 1715.0, + 294.0, + 1715.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1711.0, + 1405.0, + 1711.0, + 1405.0, + 1746.0, + 294.0, + 1746.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1744.0, + 1403.0, + 1744.0, + 1403.0, + 1776.0, + 296.0, + 1776.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1773.0, + 1407.0, + 1773.0, + 1407.0, + 1809.0, + 294.0, + 1809.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1802.0, + 1405.0, + 1802.0, + 1405.0, + 1840.0, + 293.0, + 1840.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1834.0, + 1158.0, + 1834.0, + 1158.0, + 1868.0, + 293.0, + 1868.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1882.0, + 1407.0, + 1882.0, + 1407.0, + 1915.0, + 297.0, + 1915.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1910.0, + 1407.0, + 1910.0, + 1407.0, + 1948.0, + 294.0, + 1948.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1940.0, + 1405.0, + 1940.0, + 1405.0, + 1977.0, + 294.0, + 1977.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1973.0, + 1404.0, + 1973.0, + 1404.0, + 2006.0, + 295.0, + 2006.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 2001.0, + 1407.0, + 2001.0, + 1407.0, + 2042.0, + 293.0, + 2042.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 315.0, + 377.0, + 560.0, + 377.0, + 560.0, + 410.0, + 315.0, + 410.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 311.0, + 407.0, + 682.0, + 407.0, + 682.0, + 440.0, + 311.0, + 440.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 0, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1067, + 1406, + 1067, + 1406, + 1455, + 297, + 1455 + ], + "score": 0.984 + }, + { + "category_id": 1, + "poly": [ + 297, + 338, + 1405, + 338, + 1405, + 553, + 297, + 553 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 298, + 1548, + 1404, + 1548, + 1404, + 1707, + 298, + 1707 + ], + "score": 0.973 + }, + { + "category_id": 1, + "poly": [ + 298, + 1722, + 1403, + 1722, + 1403, + 1848, + 298, + 1848 + ], + "score": 0.972 + }, + { + "category_id": 1, + "poly": [ + 298, + 1862, + 1404, + 1862, + 1404, + 1955, + 298, + 1955 + ], + "score": 0.972 + }, + { + "category_id": 1, + "poly": [ + 361, + 626, + 1405, + 626, + 1405, + 841, + 361, + 841 + ], + "score": 0.957 + }, + { + "category_id": 8, + "poly": [ + 560, + 1968, + 1136, + 1968, + 1136, + 2026, + 560, + 2026 + ], + "score": 0.94 + }, + { + "category_id": 1, + "poly": [ + 301, + 229, + 1401, + 229, + 1401, + 323, + 301, + 323 + ], + "score": 0.918 + }, + { + "category_id": 1, + "poly": [ + 297, + 867, + 880, + 867, + 880, + 900, + 297, + 900 + ], + "score": 0.918 + }, + { + "category_id": 1, + "poly": [ + 298, + 567, + 951, + 567, + 951, + 600, + 298, + 600 + ], + "score": 0.909 + }, + { + "category_id": 0, + "poly": [ + 298, + 1012, + 492, + 1012, + 492, + 1044, + 298, + 1044 + ], + "score": 0.901 + }, + { + "category_id": 0, + "poly": [ + 300, + 943, + 578, + 943, + 578, + 979, + 300, + 979 + ], + "score": 0.9 + }, + { + "category_id": 0, + "poly": [ + 302, + 1491, + 770, + 1491, + 770, + 1523, + 302, + 1523 + ], + "score": 0.899 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 857, + 75, + 857, + 104, + 298, + 104 + ], + "score": 0.896 + }, + { + "category_id": 9, + "poly": [ + 1366, + 1974, + 1400, + 1974, + 1400, + 2003, + 1366, + 2003 + ], + "score": 0.849 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 859, + 2088, + 859, + 2112, + 841, + 2112 + ], + "score": 0.724 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 859, + 2088, + 859, + 2112, + 841, + 2112 + ], + "score": 0.231 + }, + { + "category_id": 13, + "poly": [ + 828, + 1608, + 966, + 1608, + 966, + 1643, + 828, + 1643 + ], + "score": 0.93, + "latex": "\\Sigma : = \\sigma ( I ^ { \\hat { D } } )" + }, + { + "category_id": 13, + "poly": [ + 1188, + 1066, + 1400, + 1066, + 1400, + 1107, + 1188, + 1107 + ], + "score": 0.93, + "latex": "\\begin{array} { r } { \\| b \\| _ { q } : = ( \\sum _ { j } b _ { j } ^ { q } ) ^ { 1 / q } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 1281, + 1392, + 1404, + 1392, + 1404, + 1426, + 1281, + 1426 + ], + "score": 0.93, + "latex": "\\pmb { I } _ { \\Omega } ( x ) = 1" + }, + { + "category_id": 13, + "poly": [ + 394, + 1669, + 616, + 1669, + 616, + 1711, + 394, + 1711 + ], + "score": 0.92, + "latex": "\\begin{array} { r } { P _ { n } : = \\frac { 1 } { n } \\sum _ { i \\in [ n ] } \\delta _ { X _ { i } } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 901, + 1199, + 1023, + 1199, + 1023, + 1234, + 901, + 1234 + ], + "score": 0.92, + "latex": "p \\in [ 0 , \\infty ]" + }, + { + "category_id": 13, + "poly": [ + 298, + 1891, + 526, + 1891, + 526, + 1925, + 298, + 1925 + ], + "score": 0.92, + "latex": "\\mathcal { F } = \\{ f : \\mathbf { \\bar { \\chi } } _ { I } D ^ { \\bullet } \\mathbb { R } \\}" + }, + { + "category_id": 13, + "poly": [ + 545, + 1301, + 634, + 1301, + 634, + 1333, + 545, + 1333 + ], + "score": 0.92, + "latex": "\\beta - \\lfloor \\beta \\rfloor" + }, + { + "category_id": 13, + "poly": [ + 493, + 1070, + 615, + 1070, + 615, + 1104, + 493, + 1104 + ], + "score": 0.92, + "latex": "I : = [ 0 , 1 ]" + }, + { + "category_id": 13, + "poly": [ + 1242, + 1234, + 1327, + 1234, + 1327, + 1268, + 1242, + 1268 + ], + "score": 0.92, + "latex": "H ^ { \\beta } ( \\Omega )" + }, + { + "category_id": 14, + "poly": [ + 562, + 1968, + 1135, + 1968, + 1135, + 2029, + 562, + 2029 + ], + "score": 0.92, + "latex": "d _ { \\mathcal { F } } ( P , P ^ { \\prime } ) : = \\operatorname* { s u p } _ { f \\in \\mathcal { F } } \\mathbb { E } _ { X \\sim P } [ f ( X ) ] - \\mathbb { E } _ { X \\sim P ^ { \\prime } } [ f ( X ) ] ," + }, + { + "category_id": 13, + "poly": [ + 298, + 1137, + 440, + 1137, + 440, + 1170, + 298, + 1170 + ], + "score": 0.92, + "latex": "\\{ 1 , 2 , \\ldots , z \\}" + }, + { + "category_id": 13, + "poly": [ + 959, + 1272, + 1084, + 1272, + 1084, + 1303, + 959, + 1303 + ], + "score": 0.92, + "latex": "f : \\Omega \\to { \\mathbb { R } }" + }, + { + "category_id": 13, + "poly": [ + 447, + 1425, + 570, + 1425, + 570, + 1456, + 447, + 1456 + ], + "score": 0.92, + "latex": "\\pmb { I } _ { \\Omega } ( x ) = 0" + }, + { + "category_id": 13, + "poly": [ + 1089, + 1198, + 1246, + 1198, + 1246, + 1232, + 1089, + 1232 + ], + "score": 0.92, + "latex": "f : \\Omega \\to \\mathbb { R } ^ { D }" + }, + { + "category_id": 13, + "poly": [ + 487, + 1271, + 558, + 1271, + 558, + 1302, + 487, + 1302 + ], + "score": 0.92, + "latex": "\\beta > 0" + }, + { + "category_id": 13, + "poly": [ + 366, + 1607, + 455, + 1607, + 455, + 1643, + 366, + 1643 + ], + "score": 0.92, + "latex": "( I ^ { \\breve { D } } , \\Sigma )" + }, + { + "category_id": 13, + "poly": [ + 298, + 1782, + 448, + 1782, + 448, + 1816, + 298, + 1816 + ], + "score": 0.91, + "latex": "g : I ^ { D } \\to { \\bf \\check { \\cal I } } ^ { \\check { D } }" + }, + { + "category_id": 13, + "poly": [ + 974, + 1784, + 1232, + 1784, + 1232, + 1818, + 974, + 1818 + ], + "score": 0.91, + "latex": "\\begin{array} { r } { P _ { g } ( B ) = P _ { Z } ( g ^ { - 1 } ( B ) ) } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 298, + 1197, + 606, + 1197, + 606, + 1236, + 298, + 1236 + ], + "score": 0.91, + "latex": "\\Vert f \\Vert _ { L ^ { p } } : = ( \\int _ { \\Omega } | f ( t ) | ^ { p } d t ) ^ { 1 / p }" + }, + { + "category_id": 13, + "poly": [ + 1250, + 1167, + 1397, + 1167, + 1397, + 1198, + 1250, + 1198 + ], + "score": 0.91, + "latex": "f : \\Omega \\mathbb { R }" + }, + { + "category_id": 13, + "poly": [ + 560, + 1641, + 777, + 1641, + 777, + 1673, + 560, + 1673 + ], + "score": 0.91, + "latex": "{ \\mathcal { D } } : = \\{ X _ { 1 } , . . . , X _ { n } \\}" + }, + { + "category_id": 13, + "poly": [ + 713, + 1393, + 895, + 1393, + 895, + 1425, + 713, + 1425 + ], + "score": 0.91, + "latex": "I _ { \\Omega } : x \\mapsto \\{ 0 , 1 \\}" + }, + { + "category_id": 13, + "poly": [ + 298, + 1392, + 658, + 1392, + 658, + 1424, + 298, + 1424 + ], + "score": 0.9, + "latex": "f ^ { - 1 } ( B ^ { \\prime } ) : = \\{ t \\in \\Omega \\mid B ^ { \\prime } \\ni f ( t ) \\}" + }, + { + "category_id": 13, + "poly": [ + 998, + 1752, + 1087, + 1752, + 1087, + 1786, + 998, + 1786 + ], + "score": 0.9, + "latex": "( I ^ { D } , \\Sigma )" + }, + { + "category_id": 13, + "poly": [ + 932, + 1362, + 1036, + 1362, + 1036, + 1390, + 932, + 1390 + ], + "score": 0.9, + "latex": "B ^ { \\prime } \\subset \\Omega ^ { \\prime }" + }, + { + "category_id": 13, + "poly": [ + 331, + 1300, + 370, + 1300, + 370, + 1334, + 331, + 1334 + ], + "score": 0.9, + "latex": "\\lfloor \\beta \\rfloor" + }, + { + "category_id": 13, + "poly": [ + 571, + 1786, + 605, + 1786, + 605, + 1818, + 571, + 1818 + ], + "score": 0.9, + "latex": "P _ { g }" + }, + { + "category_id": 13, + "poly": [ + 802, + 1331, + 1000, + 1331, + 1000, + 1363, + 802, + 1363 + ], + "score": 0.9, + "latex": "f \\circ f ^ { \\prime } = f ( f ^ { \\prime } ( \\cdot ) )" + }, + { + "category_id": 13, + "poly": [ + 1275, + 1785, + 1350, + 1785, + 1350, + 1812, + 1275, + 1812 + ], + "score": 0.9, + "latex": "B \\in \\Sigma" + }, + { + "category_id": 13, + "poly": [ + 1121, + 1611, + 1198, + 1611, + 1198, + 1640, + 1121, + 1640 + ], + "score": 0.9, + "latex": "D \\geqslant 3" + }, + { + "category_id": 13, + "poly": [ + 701, + 1611, + 778, + 1611, + 778, + 1639, + 701, + 1639 + ], + "score": 0.9, + "latex": "D \\in \\mathbb { N }" + }, + { + "category_id": 13, + "poly": [ + 330, + 1361, + 391, + 1361, + 391, + 1393, + 330, + 1393 + ], + "score": 0.89, + "latex": "\\sigma ( \\Omega )" + }, + { + "category_id": 13, + "poly": [ + 613, + 1755, + 651, + 1755, + 651, + 1784, + 613, + 1784 + ], + "score": 0.89, + "latex": "P _ { Z }" + }, + { + "category_id": 13, + "poly": [ + 872, + 1235, + 1188, + 1235, + 1188, + 1270, + 872, + 1270 + ], + "score": 0.89, + "latex": "\\boldsymbol { f } ( \\boldsymbol { x } ) = ( f _ { 1 } ( \\boldsymbol { x } ) , . . . , f _ { D } ( \\boldsymbol { x } ) ) ^ { \\top } ," + }, + { + "category_id": 13, + "poly": [ + 727, + 1363, + 875, + 1363, + 875, + 1393, + 727, + 1393 + ], + "score": 0.89, + "latex": "f : \\Omega \\to \\Omega ^ { \\prime }" + }, + { + "category_id": 13, + "poly": [ + 973, + 1671, + 1002, + 1671, + 1002, + 1702, + 973, + 1702 + ], + "score": 0.89, + "latex": "\\delta _ { x }" + }, + { + "category_id": 13, + "poly": [ + 1169, + 1580, + 1208, + 1580, + 1208, + 1607, + 1169, + 1607 + ], + "score": 0.89, + "latex": "P ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 1237, + 1268, + 1291, + 1268, + 1291, + 1299, + 1237, + 1299 + ], + "score": 0.89, + "latex": "C ^ { \\lfloor \\beta \\rfloor }" + }, + { + "category_id": 13, + "poly": [ + 1102, + 1072, + 1128, + 1072, + 1128, + 1105, + 1102, + 1105 + ], + "score": 0.89, + "latex": "b _ { j }" + }, + { + "category_id": 13, + "poly": [ + 823, + 1724, + 862, + 1724, + 862, + 1751, + 823, + 1751 + ], + "score": 0.87, + "latex": "P ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 979, + 1137, + 1049, + 1137, + 1049, + 1166, + 979, + 1166 + ], + "score": 0.87, + "latex": "\\alpha \\in \\mathbb { R }" + }, + { + "category_id": 13, + "poly": [ + 321, + 1426, + 390, + 1426, + 390, + 1451, + 321, + 1451 + ], + "score": 0.87, + "latex": "x \\in \\Omega" + }, + { + "category_id": 13, + "poly": [ + 523, + 1238, + 553, + 1238, + 553, + 1269, + 523, + 1269 + ], + "score": 0.86, + "latex": "f _ { d }" + }, + { + "category_id": 13, + "poly": [ + 1228, + 1363, + 1248, + 1363, + 1248, + 1394, + 1228, + 1394 + ], + "score": 0.86, + "latex": "f" + }, + { + "category_id": 13, + "poly": [ + 693, + 1333, + 713, + 1333, + 713, + 1363, + 693, + 1363 + ], + "score": 0.86, + "latex": "f" + }, + { + "category_id": 13, + "poly": [ + 750, + 1201, + 785, + 1201, + 785, + 1229, + 750, + 1229 + ], + "score": 0.86, + "latex": "L ^ { p }" + }, + { + "category_id": 13, + "poly": [ + 466, + 1106, + 605, + 1106, + 605, + 1139, + 466, + 1139 + ], + "score": 0.86, + "latex": "( q \\in [ 0 , \\infty ] )" + }, + { + "category_id": 13, + "poly": [ + 736, + 1271, + 756, + 1271, + 756, + 1302, + 736, + 1302 + ], + "score": 0.86, + "latex": "\\beta" + }, + { + "category_id": 13, + "poly": [ + 1188, + 1272, + 1207, + 1272, + 1207, + 1303, + 1188, + 1303 + ], + "score": 0.85, + "latex": "f" + }, + { + "category_id": 13, + "poly": [ + 1256, + 1333, + 1279, + 1333, + 1279, + 1359, + 1256, + 1359 + ], + "score": 0.84, + "latex": "\\Omega" + }, + { + "category_id": 13, + "poly": [ + 298, + 1671, + 336, + 1671, + 336, + 1699, + 298, + 1699 + ], + "score": 0.84, + "latex": "P ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 616, + 1817, + 638, + 1817, + 638, + 1845, + 616, + 1845 + ], + "score": 0.84, + "latex": "\\mathcal { G }" + }, + { + "category_id": 13, + "poly": [ + 1061, + 1136, + 1101, + 1136, + 1101, + 1170, + 1061, + 1170 + ], + "score": 0.83, + "latex": "\\lfloor \\alpha \\rfloor" + }, + { + "category_id": 13, + "poly": [ + 860, + 1303, + 888, + 1303, + 888, + 1330, + 860, + 1330 + ], + "score": 0.82, + "latex": "\\otimes" + }, + { + "category_id": 13, + "poly": [ + 792, + 1168, + 816, + 1168, + 816, + 1194, + 792, + 1194 + ], + "score": 0.82, + "latex": "\\Omega" + }, + { + "category_id": 13, + "poly": [ + 654, + 1073, + 670, + 1073, + 670, + 1103, + 654, + 1103 + ], + "score": 0.81, + "latex": "j" + }, + { + "category_id": 13, + "poly": [ + 344, + 1822, + 362, + 1822, + 362, + 1848, + 344, + 1848 + ], + "score": 0.8, + "latex": "g" + }, + { + "category_id": 13, + "poly": [ + 765, + 1332, + 791, + 1332, + 791, + 1363, + 765, + 1363 + ], + "score": 0.79, + "latex": "f ^ { \\prime }" + }, + { + "category_id": 13, + "poly": [ + 387, + 1647, + 407, + 1647, + 407, + 1668, + 387, + 1668 + ], + "score": 0.79, + "latex": "n" + }, + { + "category_id": 13, + "poly": [ + 927, + 1072, + 943, + 1072, + 943, + 1098, + 927, + 1098 + ], + "score": 0.78, + "latex": "b" + }, + { + "category_id": 13, + "poly": [ + 1109, + 1335, + 1129, + 1335, + 1129, + 1360, + 1109, + 1360 + ], + "score": 0.78, + "latex": "\\sigma" + }, + { + "category_id": 13, + "poly": [ + 667, + 1238, + 685, + 1238, + 685, + 1264, + 667, + 1264 + ], + "score": 0.78, + "latex": "d" + }, + { + "category_id": 13, + "poly": [ + 1230, + 1107, + 1402, + 1107, + 1402, + 1139, + 1230, + 1139 + ], + "score": 0.78, + "latex": "z \\in \\mathbb { N } , [ z ] : =" + }, + { + "category_id": 13, + "poly": [ + 1267, + 1677, + 1285, + 1677, + 1285, + 1698, + 1267, + 1698 + ], + "score": 0.77, + "latex": "x" + }, + { + "category_id": 13, + "poly": [ + 928, + 1725, + 953, + 1725, + 953, + 1751, + 928, + 1751 + ], + "score": 0.77, + "latex": "\\mathcal { D }" + }, + { + "category_id": 13, + "poly": [ + 584, + 1172, + 605, + 1172, + 605, + 1194, + 584, + 1194 + ], + "score": 0.75, + "latex": "\\alpha" + }, + { + "category_id": 13, + "poly": [ + 370, + 1110, + 387, + 1110, + 387, + 1137, + 370, + 1137 + ], + "score": 0.74, + "latex": "q" + }, + { + "category_id": 13, + "poly": [ + 904, + 1142, + 921, + 1142, + 921, + 1164, + 904, + 1164 + ], + "score": 0.72, + "latex": "z" + }, + { + "category_id": 13, + "poly": [ + 1220, + 1306, + 1239, + 1306, + 1239, + 1328, + 1220, + 1328 + ], + "score": 0.68, + "latex": "\\bigcirc" + }, + { + "category_id": 13, + "poly": [ + 628, + 1105, + 700, + 1105, + 700, + 1139, + 628, + 1139 + ], + "score": 0.68, + "latex": "\\mathrm { v e c } ( \\cdot )" + }, + { + "category_id": 13, + "poly": [ + 1318, + 1550, + 1402, + 1550, + 1402, + 1581, + 1318, + 1581 + ], + "score": 0.48, + "latex": "( G A N s )" + }, + { + "category_id": 13, + "poly": [ + 1230, + 1108, + 1307, + 1108, + 1307, + 1136, + 1230, + 1136 + ], + "score": 0.28, + "latex": "z \\in \\mathbb { N }" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1009.0, + 496.0, + 1009.0, + 496.0, + 1049.0, + 293.0, + 1049.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 938.0, + 584.0, + 938.0, + 584.0, + 987.0, + 291.0, + 987.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1491.0, + 776.0, + 1491.0, + 776.0, + 1527.0, + 294.0, + 1527.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 858.0, + 72.0, + 858.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 2085.0, + 862.0, + 2085.0, + 862.0, + 2120.0, + 838.0, + 2120.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 2085.0, + 862.0, + 2085.0, + 862.0, + 2120.0, + 838.0, + 2120.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1064.0, + 492.0, + 1064.0, + 492.0, + 1108.0, + 290.0, + 1108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 616.0, + 1064.0, + 653.0, + 1064.0, + 653.0, + 1108.0, + 616.0, + 1108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 671.0, + 1064.0, + 926.0, + 1064.0, + 926.0, + 1108.0, + 671.0, + 1108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 944.0, + 1064.0, + 1101.0, + 1064.0, + 1101.0, + 1108.0, + 944.0, + 1108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1129.0, + 1064.0, + 1187.0, + 1064.0, + 1187.0, + 1108.0, + 1129.0, + 1108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1401.0, + 1064.0, + 1408.0, + 1064.0, + 1408.0, + 1108.0, + 1401.0, + 1108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1102.0, + 369.0, + 1102.0, + 369.0, + 1142.0, + 292.0, + 1142.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 388.0, + 1102.0, + 465.0, + 1102.0, + 465.0, + 1142.0, + 388.0, + 1142.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 606.0, + 1102.0, + 627.0, + 1102.0, + 627.0, + 1142.0, + 606.0, + 1142.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 701.0, + 1102.0, + 1229.0, + 1102.0, + 1229.0, + 1142.0, + 701.0, + 1142.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1134.0, + 297.0, + 1134.0, + 297.0, + 1172.0, + 294.0, + 1172.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 441.0, + 1134.0, + 903.0, + 1134.0, + 903.0, + 1172.0, + 441.0, + 1172.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 922.0, + 1134.0, + 978.0, + 1134.0, + 978.0, + 1172.0, + 922.0, + 1172.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1050.0, + 1134.0, + 1060.0, + 1134.0, + 1060.0, + 1172.0, + 1050.0, + 1172.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1102.0, + 1134.0, + 1406.0, + 1134.0, + 1406.0, + 1172.0, + 1102.0, + 1172.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1166.0, + 583.0, + 1166.0, + 583.0, + 1201.0, + 294.0, + 1201.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 606.0, + 1166.0, + 791.0, + 1166.0, + 791.0, + 1201.0, + 606.0, + 1201.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 817.0, + 1166.0, + 1249.0, + 1166.0, + 1249.0, + 1201.0, + 817.0, + 1201.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1398.0, + 1166.0, + 1408.0, + 1166.0, + 1408.0, + 1201.0, + 1398.0, + 1201.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1195.0, + 297.0, + 1195.0, + 297.0, + 1237.0, + 292.0, + 1237.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 607.0, + 1195.0, + 749.0, + 1195.0, + 749.0, + 1237.0, + 607.0, + 1237.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 786.0, + 1195.0, + 900.0, + 1195.0, + 900.0, + 1237.0, + 786.0, + 1237.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1024.0, + 1195.0, + 1088.0, + 1195.0, + 1088.0, + 1237.0, + 1024.0, + 1237.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1247.0, + 1195.0, + 1411.0, + 1195.0, + 1411.0, + 1237.0, + 1247.0, + 1237.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1233.0, + 522.0, + 1233.0, + 522.0, + 1272.0, + 294.0, + 1272.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 554.0, + 1233.0, + 666.0, + 1233.0, + 666.0, + 1272.0, + 554.0, + 1272.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 686.0, + 1233.0, + 871.0, + 1233.0, + 871.0, + 1272.0, + 686.0, + 1272.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1189.0, + 1233.0, + 1241.0, + 1233.0, + 1241.0, + 1272.0, + 1189.0, + 1272.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1328.0, + 1233.0, + 1406.0, + 1233.0, + 1406.0, + 1272.0, + 1328.0, + 1272.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1265.0, + 486.0, + 1265.0, + 486.0, + 1305.0, + 292.0, + 1305.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 559.0, + 1265.0, + 735.0, + 1265.0, + 735.0, + 1305.0, + 559.0, + 1305.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 757.0, + 1265.0, + 958.0, + 1265.0, + 958.0, + 1305.0, + 757.0, + 1305.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1085.0, + 1265.0, + 1187.0, + 1265.0, + 1187.0, + 1305.0, + 1085.0, + 1305.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1208.0, + 1265.0, + 1236.0, + 1265.0, + 1236.0, + 1305.0, + 1208.0, + 1305.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1292.0, + 1265.0, + 1406.0, + 1265.0, + 1406.0, + 1305.0, + 1292.0, + 1305.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1298.0, + 330.0, + 1298.0, + 330.0, + 1337.0, + 294.0, + 1337.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 371.0, + 1298.0, + 544.0, + 1298.0, + 544.0, + 1337.0, + 371.0, + 1337.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 635.0, + 1298.0, + 859.0, + 1298.0, + 859.0, + 1337.0, + 635.0, + 1337.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 889.0, + 1298.0, + 1219.0, + 1298.0, + 1219.0, + 1337.0, + 889.0, + 1337.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1240.0, + 1298.0, + 1406.0, + 1298.0, + 1406.0, + 1337.0, + 1240.0, + 1337.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1331.0, + 692.0, + 1331.0, + 692.0, + 1366.0, + 295.0, + 1366.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 714.0, + 1331.0, + 764.0, + 1331.0, + 764.0, + 1366.0, + 714.0, + 1366.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 792.0, + 1331.0, + 801.0, + 1331.0, + 801.0, + 1366.0, + 792.0, + 1366.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1001.0, + 1331.0, + 1108.0, + 1331.0, + 1108.0, + 1366.0, + 1001.0, + 1366.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1130.0, + 1331.0, + 1255.0, + 1331.0, + 1255.0, + 1366.0, + 1130.0, + 1366.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1280.0, + 1331.0, + 1406.0, + 1331.0, + 1406.0, + 1366.0, + 1280.0, + 1366.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1360.0, + 329.0, + 1360.0, + 329.0, + 1396.0, + 295.0, + 1396.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 1360.0, + 726.0, + 1360.0, + 726.0, + 1396.0, + 392.0, + 1396.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 876.0, + 1360.0, + 931.0, + 1360.0, + 931.0, + 1396.0, + 876.0, + 1396.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1037.0, + 1360.0, + 1227.0, + 1360.0, + 1227.0, + 1396.0, + 1037.0, + 1396.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1249.0, + 1360.0, + 1406.0, + 1360.0, + 1406.0, + 1396.0, + 1249.0, + 1396.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1387.0, + 297.0, + 1387.0, + 297.0, + 1430.0, + 294.0, + 1430.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 659.0, + 1387.0, + 712.0, + 1387.0, + 712.0, + 1430.0, + 659.0, + 1430.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 896.0, + 1387.0, + 1280.0, + 1387.0, + 1280.0, + 1430.0, + 896.0, + 1430.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1405.0, + 1387.0, + 1409.0, + 1387.0, + 1409.0, + 1430.0, + 1405.0, + 1430.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1418.0, + 320.0, + 1418.0, + 320.0, + 1459.0, + 293.0, + 1459.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 391.0, + 1418.0, + 446.0, + 1418.0, + 446.0, + 1459.0, + 391.0, + 1459.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 571.0, + 1418.0, + 694.0, + 1418.0, + 694.0, + 1459.0, + 571.0, + 1459.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 338.0, + 1405.0, + 338.0, + 1405.0, + 373.0, + 295.0, + 373.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 369.0, + 1406.0, + 369.0, + 1406.0, + 404.0, + 295.0, + 404.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 400.0, + 1405.0, + 400.0, + 1405.0, + 434.0, + 295.0, + 434.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 427.0, + 1405.0, + 427.0, + 1405.0, + 465.0, + 294.0, + 465.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 458.0, + 1406.0, + 458.0, + 1406.0, + 496.0, + 292.0, + 496.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 487.0, + 1406.0, + 487.0, + 1406.0, + 528.0, + 290.0, + 528.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 522.0, + 496.0, + 522.0, + 496.0, + 554.0, + 295.0, + 554.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1548.0, + 1317.0, + 1548.0, + 1317.0, + 1586.0, + 296.0, + 1586.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1403.0, + 1548.0, + 1406.0, + 1548.0, + 1406.0, + 1586.0, + 1403.0, + 1586.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1575.0, + 1168.0, + 1575.0, + 1168.0, + 1617.0, + 293.0, + 1617.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1209.0, + 1575.0, + 1406.0, + 1575.0, + 1406.0, + 1617.0, + 1209.0, + 1617.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1605.0, + 365.0, + 1605.0, + 365.0, + 1649.0, + 291.0, + 1649.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 456.0, + 1605.0, + 700.0, + 1605.0, + 700.0, + 1649.0, + 456.0, + 1649.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 779.0, + 1605.0, + 827.0, + 1605.0, + 827.0, + 1649.0, + 779.0, + 1649.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 967.0, + 1605.0, + 1120.0, + 1605.0, + 1120.0, + 1649.0, + 967.0, + 1649.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1199.0, + 1605.0, + 1406.0, + 1605.0, + 1406.0, + 1649.0, + 1199.0, + 1649.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1638.0, + 386.0, + 1638.0, + 386.0, + 1676.0, + 293.0, + 1676.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 408.0, + 1638.0, + 559.0, + 1638.0, + 559.0, + 1676.0, + 408.0, + 1676.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 778.0, + 1638.0, + 1405.0, + 1638.0, + 1405.0, + 1676.0, + 778.0, + 1676.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1660.0, + 297.0, + 1660.0, + 297.0, + 1718.0, + 290.0, + 1718.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 337.0, + 1660.0, + 393.0, + 1660.0, + 393.0, + 1718.0, + 337.0, + 1718.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 617.0, + 1660.0, + 972.0, + 1660.0, + 972.0, + 1718.0, + 617.0, + 1718.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1003.0, + 1660.0, + 1266.0, + 1660.0, + 1266.0, + 1718.0, + 1003.0, + 1718.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1286.0, + 1660.0, + 1303.0, + 1660.0, + 1303.0, + 1718.0, + 1286.0, + 1718.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1718.0, + 822.0, + 1718.0, + 822.0, + 1760.0, + 291.0, + 1760.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 863.0, + 1718.0, + 927.0, + 1718.0, + 927.0, + 1760.0, + 863.0, + 1760.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 954.0, + 1718.0, + 1405.0, + 1718.0, + 1405.0, + 1760.0, + 954.0, + 1760.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1750.0, + 612.0, + 1750.0, + 612.0, + 1792.0, + 291.0, + 1792.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 652.0, + 1750.0, + 997.0, + 1750.0, + 997.0, + 1792.0, + 652.0, + 1792.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1088.0, + 1750.0, + 1407.0, + 1750.0, + 1407.0, + 1792.0, + 1088.0, + 1792.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1778.0, + 297.0, + 1778.0, + 297.0, + 1823.0, + 291.0, + 1823.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 449.0, + 1778.0, + 570.0, + 1778.0, + 570.0, + 1823.0, + 449.0, + 1823.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 606.0, + 1778.0, + 973.0, + 1778.0, + 973.0, + 1823.0, + 606.0, + 1823.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1233.0, + 1778.0, + 1274.0, + 1778.0, + 1274.0, + 1823.0, + 1233.0, + 1823.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1351.0, + 1778.0, + 1408.0, + 1778.0, + 1408.0, + 1823.0, + 1351.0, + 1823.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1814.0, + 343.0, + 1814.0, + 343.0, + 1851.0, + 293.0, + 1851.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 363.0, + 1814.0, + 615.0, + 1814.0, + 615.0, + 1851.0, + 363.0, + 1851.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 639.0, + 1814.0, + 898.0, + 1814.0, + 898.0, + 1851.0, + 639.0, + 1851.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1858.0, + 1408.0, + 1858.0, + 1408.0, + 1896.0, + 293.0, + 1896.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1887.0, + 297.0, + 1887.0, + 297.0, + 1928.0, + 292.0, + 1928.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 527.0, + 1887.0, + 1406.0, + 1887.0, + 1406.0, + 1928.0, + 527.0, + 1928.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1923.0, + 497.0, + 1923.0, + 497.0, + 1958.0, + 294.0, + 1958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 359.0, + 621.0, + 1405.0, + 621.0, + 1405.0, + 666.0, + 359.0, + 666.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 658.0, + 1195.0, + 658.0, + 1195.0, + 693.0, + 394.0, + 693.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 363.0, + 687.0, + 1404.0, + 687.0, + 1404.0, + 725.0, + 363.0, + 725.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 719.0, + 1405.0, + 719.0, + 1405.0, + 753.0, + 394.0, + 753.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 396.0, + 748.0, + 509.0, + 748.0, + 509.0, + 780.0, + 396.0, + 780.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 356.0, + 775.0, + 1407.0, + 775.0, + 1407.0, + 815.0, + 356.0, + 815.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 810.0, + 831.0, + 810.0, + 831.0, + 844.0, + 394.0, + 844.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 228.0, + 1406.0, + 228.0, + 1406.0, + 267.0, + 293.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 263.0, + 1405.0, + 263.0, + 1405.0, + 297.0, + 296.0, + 297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 289.0, + 860.0, + 289.0, + 860.0, + 329.0, + 295.0, + 329.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 867.0, + 881.0, + 867.0, + 881.0, + 903.0, + 296.0, + 903.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 567.0, + 954.0, + 567.0, + 954.0, + 603.0, + 295.0, + 603.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 1, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 296, + 1046, + 1406, + 1046, + 1406, + 1324, + 296, + 1324 + ], + "score": 0.984 + }, + { + "category_id": 1, + "poly": [ + 297, + 517, + 1405, + 517, + 1405, + 704, + 297, + 704 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 297, + 1818, + 1404, + 1818, + 1404, + 2035, + 297, + 2035 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 297, + 276, + 1405, + 276, + 1405, + 420, + 297, + 420 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 298, + 1556, + 1404, + 1556, + 1404, + 1650, + 298, + 1650 + ], + "score": 0.973 + }, + { + "category_id": 8, + "poly": [ + 692, + 432, + 1003, + 432, + 1003, + 489, + 692, + 489 + ], + "score": 0.952 + }, + { + "category_id": 1, + "poly": [ + 293, + 969, + 1403, + 969, + 1403, + 1036, + 293, + 1036 + ], + "score": 0.948 + }, + { + "category_id": 1, + "poly": [ + 296, + 718, + 1404, + 718, + 1404, + 782, + 296, + 782 + ], + "score": 0.948 + }, + { + "category_id": 8, + "poly": [ + 694, + 793, + 1003, + 793, + 1003, + 832, + 694, + 832 + ], + "score": 0.945 + }, + { + "category_id": 8, + "poly": [ + 465, + 1488, + 1234, + 1488, + 1234, + 1545, + 465, + 1545 + ], + "score": 0.942 + }, + { + "category_id": 0, + "poly": [ + 299, + 1692, + 877, + 1692, + 877, + 1730, + 299, + 1730 + ], + "score": 0.934 + }, + { + "category_id": 1, + "poly": [ + 297, + 844, + 1039, + 844, + 1039, + 878, + 297, + 878 + ], + "score": 0.931 + }, + { + "category_id": 1, + "poly": [ + 300, + 1441, + 794, + 1441, + 794, + 1475, + 300, + 1475 + ], + "score": 0.931 + }, + { + "category_id": 2, + "poly": [ + 297, + 74, + 857, + 74, + 857, + 105, + 297, + 105 + ], + "score": 0.921 + }, + { + "category_id": 1, + "poly": [ + 299, + 229, + 749, + 229, + 749, + 262, + 299, + 262 + ], + "score": 0.917 + }, + { + "category_id": 1, + "poly": [ + 298, + 1337, + 1177, + 1337, + 1177, + 1374, + 298, + 1374 + ], + "score": 0.916 + }, + { + "category_id": 0, + "poly": [ + 301, + 1762, + 735, + 1762, + 735, + 1794, + 301, + 1794 + ], + "score": 0.915 + }, + { + "category_id": 8, + "poly": [ + 451, + 1386, + 1244, + 1386, + 1244, + 1430, + 451, + 1430 + ], + "score": 0.904 + }, + { + "category_id": 9, + "poly": [ + 1366, + 436, + 1400, + 436, + 1400, + 467, + 1366, + 467 + ], + "score": 0.887 + }, + { + "category_id": 9, + "poly": [ + 1366, + 798, + 1400, + 798, + 1400, + 828, + 1366, + 828 + ], + "score": 0.88 + }, + { + "category_id": 0, + "poly": [ + 299, + 912, + 1182, + 912, + 1182, + 946, + 299, + 946 + ], + "score": 0.728 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 859, + 2088, + 859, + 2112, + 841, + 2112 + ], + "score": 0.635 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 859, + 2088, + 859, + 2112, + 841, + 2112 + ], + "score": 0.494 + }, + { + "category_id": 1, + "poly": [ + 299, + 912, + 1182, + 912, + 1182, + 946, + 299, + 946 + ], + "score": 0.234 + }, + { + "category_id": 13, + "poly": [ + 427, + 312, + 576, + 312, + 576, + 353, + 427, + 353 + ], + "score": 0.94, + "latex": "\\tilde { X } _ { j } : = g ( \\tilde { Z } _ { j } )" + }, + { + "category_id": 13, + "poly": [ + 1026, + 1079, + 1147, + 1079, + 1147, + 1116, + 1026, + 1116 + ], + "score": 0.94, + "latex": "D _ { L + 1 } ^ { \\prime } = \\mathrm { \\bar { 1 } }" + }, + { + "category_id": 14, + "poly": [ + 694, + 793, + 1006, + 793, + 1006, + 832, + 694, + 832 + ], + "score": 0.93, + "latex": "d _ { \\mathcal { F } } ( P , P ^ { \\prime } ) = 0 \\Leftrightarrow P = P ^ { \\prime } ." + }, + { + "category_id": 14, + "poly": [ + 691, + 431, + 1008, + 431, + 1008, + 491, + 691, + 491 + ], + "score": 0.93, + "latex": "{ \\widehat { g } } \\in \\mathop { \\mathrm { a r g m i n } } _ { g \\in { \\mathcal { G } } } d _ { { \\mathcal { F } } } \\left( P _ { n } , P _ { g , m } \\right) ." + }, + { + "category_id": 13, + "poly": [ + 603, + 1557, + 681, + 1557, + 681, + 1586, + 603, + 1586 + ], + "score": 0.93, + "latex": "L \\in \\mathbb { N }" + }, + { + "category_id": 13, + "poly": [ + 824, + 1150, + 913, + 1150, + 913, + 1182, + 824, + 1182 + ], + "score": 0.93, + "latex": "\\left( A _ { \\ell } , b _ { \\ell } \\right)" + }, + { + "category_id": 13, + "poly": [ + 834, + 1049, + 922, + 1049, + 922, + 1082, + 834, + 1082 + ], + "score": 0.93, + "latex": "D _ { \\ell } ^ { \\prime } \\in \\mathbb { N }" + }, + { + "category_id": 13, + "poly": [ + 917, + 1337, + 1136, + 1337, + 1136, + 1375, + 917, + 1375 + ], + "score": 0.93, + "latex": "\\xi [ \\Theta ] : \\mathbb { R } ^ { D ^ { \\prime } } \\mathbb { R } ^ { D ^ { \\prime \\prime } }" + }, + { + "category_id": 13, + "poly": [ + 398, + 1079, + 528, + 1079, + 528, + 1113, + 398, + 1113 + ], + "score": 0.92, + "latex": "\\ell \\in \\left[ L + 1 \\right]" + }, + { + "category_id": 13, + "poly": [ + 587, + 1179, + 690, + 1179, + 690, + 1213, + 587, + 1213 + ], + "score": 0.92, + "latex": "| \\Theta | : = L" + }, + { + "category_id": 13, + "poly": [ + 928, + 276, + 1049, + 276, + 1049, + 315, + 928, + 315 + ], + "score": 0.92, + "latex": "\\widetilde { Z } _ { 1 } , . . . , \\widetilde { Z } _ { m }" + }, + { + "category_id": 13, + "poly": [ + 749, + 317, + 840, + 317, + 840, + 352, + 749, + 352 + ], + "score": 0.92, + "latex": "j \\in [ m ]" + }, + { + "category_id": 13, + "poly": [ + 684, + 1080, + 815, + 1080, + 815, + 1115, + 684, + 1115 + ], + "score": 0.92, + "latex": "D _ { L + 1 } ^ { \\prime } = D" + }, + { + "category_id": 13, + "poly": [ + 635, + 1115, + 738, + 1115, + 738, + 1149, + 635, + 1149 + ], + "score": 0.92, + "latex": "b _ { \\ell } \\in \\mathbb { R } ^ { D _ { \\ell } ^ { \\prime } }" + }, + { + "category_id": 13, + "poly": [ + 406, + 1113, + 586, + 1113, + 586, + 1150, + 406, + 1150 + ], + "score": 0.92, + "latex": "A _ { \\ell } \\in \\mathbb { R } ^ { D _ { \\ell + 1 } ^ { \\prime } \\times D _ { \\ell } ^ { \\prime } }" + }, + { + "category_id": 13, + "poly": [ + 900, + 316, + 1163, + 316, + 1163, + 360, + 900, + 360 + ], + "score": 0.91, + "latex": "\\begin{array} { r } { P _ { g , m } : = \\frac { 1 } { m } \\sum _ { j \\in [ m ] } \\delta _ { \\widetilde { X } _ { j } } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 1127, + 1252, + 1301, + 1252, + 1301, + 1288, + 1127, + 1288 + ], + "score": 0.91, + "latex": "\\eta : \\mathbb { R } ^ { D ^ { \\prime } } \\to \\mathbb { R } ^ { D ^ { \\prime } }" + }, + { + "category_id": 13, + "poly": [ + 637, + 318, + 705, + 318, + 705, + 351, + 637, + 351 + ], + "score": 0.91, + "latex": "g \\in { \\mathcal { G } }" + }, + { + "category_id": 14, + "poly": [ + 464, + 1484, + 1230, + 1484, + 1230, + 1546, + 464, + 1546 + ], + "score": 0.91, + "latex": "\\Xi ( S , B , L ) : = \\Big \\{ \\xi [ \\Theta ] : I ^ { D } \\to \\mathbb { R } \\ | \\ \\| \\Theta \\| _ { 0 } \\leqslant S , \\| \\Theta \\| _ { \\infty } \\leqslant B , | \\Theta | \\leqslant L \\Big \\} ," + }, + { + "category_id": 13, + "poly": [ + 473, + 1287, + 783, + 1287, + 783, + 1323, + 473, + 1323 + ], + "score": 0.9, + "latex": "\\eta ( x ) = ( \\operatorname* { m a x } \\{ x _ { d } , 0 \\} ) _ { d \\in [ D ^ { \\prime } ] }" + }, + { + "category_id": 13, + "poly": [ + 751, + 359, + 786, + 359, + 786, + 392, + 751, + 392 + ], + "score": 0.89, + "latex": "P _ { \\hat { g } }" + }, + { + "category_id": 13, + "poly": [ + 342, + 1050, + 416, + 1050, + 416, + 1077, + 342, + 1077 + ], + "score": 0.89, + "latex": "L \\in \\mathbb { N }" + }, + { + "category_id": 13, + "poly": [ + 298, + 1287, + 383, + 1287, + 383, + 1314, + 298, + 1314 + ], + "score": 0.89, + "latex": "D ^ { \\prime } \\in \\mathbb { N }" + }, + { + "category_id": 13, + "poly": [ + 949, + 1149, + 1276, + 1149, + 1276, + 1180, + 949, + 1180 + ], + "score": 0.89, + "latex": "\\bar { \\Theta : = ( ( A _ { 1 } , b _ { 1 } ) , . . . , ( A _ { L } , \\bar { b } _ { L } ) ) }" + }, + { + "category_id": 13, + "poly": [ + 962, + 1181, + 1374, + 1181, + 1374, + 1216, + 962, + 1216 + ], + "score": 0.88, + "latex": "\\begin{array} { r } { \\| \\Theta \\| _ { 0 } : = \\sum _ { \\ell \\in [ L ] } \\| \\operatorname { v e c } ( A _ { \\ell } ) \\| _ { 0 } + \\| b _ { \\ell } \\| _ { 0 } } \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 451, + 1387, + 1243, + 1387, + 1243, + 1429, + 451, + 1429 + ], + "score": 0.87, + "latex": "\\xi [ \\Theta ] ( x ) = x ^ { ( L + 1 ) } , x ^ { ( 1 ) } : = x , x ^ { ( \\ell + 1 ) } : = \\eta ( A _ { \\ell } x ^ { ( \\ell ) } + b _ { \\ell } ) , \\mathrm { f o r } \\ell \\in [ L ] ." + }, + { + "category_id": 13, + "poly": [ + 832, + 358, + 870, + 358, + 870, + 386, + 832, + 386 + ], + "score": 0.87, + "latex": "P ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 1118, + 283, + 1156, + 283, + 1156, + 314, + 1118, + 314 + ], + "score": 0.87, + "latex": "P _ { Z }" + }, + { + "category_id": 13, + "poly": [ + 710, + 231, + 741, + 231, + 741, + 258, + 710, + 258 + ], + "score": 0.87, + "latex": "P ^ { \\prime }" + }, + { + "category_id": 13, + "poly": [ + 738, + 552, + 765, + 552, + 765, + 578, + 738, + 578 + ], + "score": 0.85, + "latex": "\\mathcal { F }" + }, + { + "category_id": 13, + "poly": [ + 651, + 613, + 677, + 613, + 677, + 639, + 651, + 639 + ], + "score": 0.85, + "latex": "\\mathcal { F }" + }, + { + "category_id": 13, + "poly": [ + 1004, + 644, + 1024, + 644, + 1024, + 675, + 1004, + 675 + ], + "score": 0.85, + "latex": "f" + }, + { + "category_id": 13, + "poly": [ + 479, + 721, + 505, + 721, + 505, + 747, + 479, + 747 + ], + "score": 0.85, + "latex": "\\mathcal { F }" + }, + { + "category_id": 13, + "poly": [ + 635, + 232, + 660, + 232, + 660, + 258, + 635, + 258 + ], + "score": 0.83, + "latex": "P" + }, + { + "category_id": 13, + "poly": [ + 1088, + 1589, + 1114, + 1589, + 1114, + 1615, + 1088, + 1615 + ], + "score": 0.83, + "latex": "B" + }, + { + "category_id": 13, + "poly": [ + 1013, + 1558, + 1034, + 1558, + 1034, + 1586, + 1013, + 1586 + ], + "score": 0.83, + "latex": "S" + }, + { + "category_id": 13, + "poly": [ + 443, + 1181, + 468, + 1181, + 468, + 1207, + 443, + 1207 + ], + "score": 0.83, + "latex": "\\Theta" + }, + { + "category_id": 13, + "poly": [ + 688, + 973, + 710, + 973, + 710, + 1001, + 688, + 1001 + ], + "score": 0.83, + "latex": "\\mathcal { G }" + }, + { + "category_id": 13, + "poly": [ + 1013, + 359, + 1032, + 359, + 1032, + 390, + 1013, + 390 + ], + "score": 0.83, + "latex": "\\widehat g" + }, + { + "category_id": 13, + "poly": [ + 694, + 1218, + 719, + 1218, + 719, + 1244, + 694, + 1244 + ], + "score": 0.82, + "latex": "\\Theta" + }, + { + "category_id": 13, + "poly": [ + 858, + 1342, + 883, + 1342, + 883, + 1369, + 858, + 1369 + ], + "score": 0.82, + "latex": "\\Theta" + }, + { + "category_id": 13, + "poly": [ + 708, + 1152, + 730, + 1152, + 730, + 1177, + 708, + 1177 + ], + "score": 0.82, + "latex": "L" + }, + { + "category_id": 13, + "poly": [ + 978, + 522, + 1004, + 522, + 1004, + 548, + 978, + 548 + ], + "score": 0.81, + "latex": "\\mathcal { F }" + }, + { + "category_id": 13, + "poly": [ + 604, + 973, + 631, + 973, + 631, + 1000, + 604, + 1000 + ], + "score": 0.81, + "latex": "\\mathcal { F }" + }, + { + "category_id": 13, + "poly": [ + 347, + 1151, + 372, + 1151, + 372, + 1177, + 347, + 1177 + ], + "score": 0.8, + "latex": "\\Theta" + }, + { + "category_id": 13, + "poly": [ + 623, + 1256, + 647, + 1256, + 647, + 1283, + 623, + 1283 + ], + "score": 0.79, + "latex": "\\Theta" + }, + { + "category_id": 13, + "poly": [ + 777, + 1216, + 1397, + 1216, + 1397, + 1252, + 777, + 1252 + ], + "score": 0.78, + "latex": "\\begin{array} { r } { \\| \\Theta \\| _ { \\infty } : = \\operatorname* { m a x } \\{ \\operatorname* { m a x } _ { \\ell \\in [ L ] } \\| \\mathrm { v e c } ( \\mathring { A } _ { \\ell } ) \\| _ { \\infty } , \\operatorname* { m a x } _ { \\ell \\in [ L ] } \\| b _ { \\ell } \\| _ { \\infty } \\} } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 461, + 1558, + 542, + 1558, + 542, + 1587, + 461, + 1587 + ], + "score": 0.78, + "latex": "B > 0" + }, + { + "category_id": 13, + "poly": [ + 730, + 289, + 758, + 289, + 758, + 310, + 730, + 310 + ], + "score": 0.72, + "latex": "m" + }, + { + "category_id": 13, + "poly": [ + 373, + 1557, + 450, + 1557, + 450, + 1587, + 373, + 1587 + ], + "score": 0.72, + "latex": "S \\in \\mathbb { N }" + }, + { + "category_id": 13, + "poly": [ + 1151, + 1121, + 1167, + 1121, + 1167, + 1147, + 1151, + 1147 + ], + "score": 0.68, + "latex": "\\ell" + }, + { + "category_id": 13, + "poly": [ + 1355, + 1051, + 1370, + 1051, + 1370, + 1078, + 1355, + 1078 + ], + "score": 0.56, + "latex": "\\ell \\cdot" + }, + { + "category_id": 13, + "poly": [ + 371, + 1557, + 543, + 1557, + 543, + 1588, + 371, + 1588 + ], + "score": 0.26, + "latex": "S \\in \\mathbb { N } , B > 0" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1689.0, + 881.0, + 1689.0, + 881.0, + 1734.0, + 291.0, + 1734.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 858.0, + 72.0, + 858.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1762.0, + 738.0, + 1762.0, + 738.0, + 1798.0, + 295.0, + 1798.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 911.0, + 1186.0, + 911.0, + 1186.0, + 950.0, + 294.0, + 950.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 2085.0, + 862.0, + 2085.0, + 862.0, + 2118.0, + 838.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 2085.0, + 862.0, + 2085.0, + 862.0, + 2118.0, + 838.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1047.0, + 341.0, + 1047.0, + 341.0, + 1084.0, + 294.0, + 1084.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 417.0, + 1047.0, + 833.0, + 1047.0, + 833.0, + 1084.0, + 417.0, + 1084.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 923.0, + 1047.0, + 1354.0, + 1047.0, + 1354.0, + 1084.0, + 923.0, + 1084.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1371.0, + 1047.0, + 1406.0, + 1047.0, + 1406.0, + 1084.0, + 1371.0, + 1084.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1076.0, + 397.0, + 1076.0, + 397.0, + 1121.0, + 291.0, + 1121.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 529.0, + 1076.0, + 683.0, + 1076.0, + 683.0, + 1121.0, + 529.0, + 1121.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 816.0, + 1076.0, + 1025.0, + 1076.0, + 1025.0, + 1121.0, + 816.0, + 1121.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1148.0, + 1076.0, + 1408.0, + 1076.0, + 1408.0, + 1121.0, + 1148.0, + 1121.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1109.0, + 405.0, + 1109.0, + 405.0, + 1157.0, + 291.0, + 1157.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 587.0, + 1109.0, + 634.0, + 1109.0, + 634.0, + 1157.0, + 587.0, + 1157.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 739.0, + 1109.0, + 1150.0, + 1109.0, + 1150.0, + 1157.0, + 739.0, + 1157.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1168.0, + 1109.0, + 1409.0, + 1109.0, + 1409.0, + 1157.0, + 1168.0, + 1157.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1150.0, + 346.0, + 1150.0, + 346.0, + 1182.0, + 295.0, + 1182.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 373.0, + 1150.0, + 707.0, + 1150.0, + 707.0, + 1182.0, + 373.0, + 1182.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 731.0, + 1150.0, + 823.0, + 1150.0, + 823.0, + 1182.0, + 731.0, + 1182.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 914.0, + 1150.0, + 948.0, + 1150.0, + 948.0, + 1182.0, + 914.0, + 1182.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1277.0, + 1150.0, + 1404.0, + 1150.0, + 1404.0, + 1182.0, + 1277.0, + 1182.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1173.0, + 442.0, + 1173.0, + 442.0, + 1222.0, + 290.0, + 1222.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 469.0, + 1173.0, + 586.0, + 1173.0, + 586.0, + 1222.0, + 469.0, + 1222.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 691.0, + 1173.0, + 961.0, + 1173.0, + 961.0, + 1222.0, + 691.0, + 1222.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1375.0, + 1173.0, + 1408.0, + 1173.0, + 1408.0, + 1222.0, + 1375.0, + 1222.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1213.0, + 693.0, + 1213.0, + 693.0, + 1257.0, + 291.0, + 1257.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 720.0, + 1213.0, + 776.0, + 1213.0, + 776.0, + 1257.0, + 720.0, + 1257.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1398.0, + 1213.0, + 1406.0, + 1213.0, + 1406.0, + 1257.0, + 1398.0, + 1257.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1248.0, + 622.0, + 1248.0, + 622.0, + 1291.0, + 290.0, + 1291.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 648.0, + 1248.0, + 1126.0, + 1248.0, + 1126.0, + 1291.0, + 648.0, + 1291.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1302.0, + 1248.0, + 1407.0, + 1248.0, + 1407.0, + 1291.0, + 1302.0, + 1291.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1278.0, + 297.0, + 1278.0, + 297.0, + 1328.0, + 293.0, + 1328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 384.0, + 1278.0, + 472.0, + 1278.0, + 472.0, + 1328.0, + 384.0, + 1328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 784.0, + 1278.0, + 794.0, + 1278.0, + 794.0, + 1328.0, + 784.0, + 1328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 520.0, + 977.0, + 520.0, + 977.0, + 555.0, + 294.0, + 555.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1005.0, + 520.0, + 1405.0, + 520.0, + 1405.0, + 555.0, + 1005.0, + 555.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 550.0, + 737.0, + 550.0, + 737.0, + 586.0, + 294.0, + 586.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 766.0, + 550.0, + 1406.0, + 550.0, + 1406.0, + 586.0, + 766.0, + 586.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 581.0, + 1405.0, + 581.0, + 1405.0, + 617.0, + 294.0, + 617.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 612.0, + 650.0, + 612.0, + 650.0, + 648.0, + 295.0, + 648.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 678.0, + 612.0, + 1405.0, + 612.0, + 1405.0, + 648.0, + 678.0, + 648.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 641.0, + 1003.0, + 641.0, + 1003.0, + 678.0, + 292.0, + 678.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1025.0, + 641.0, + 1407.0, + 641.0, + 1407.0, + 678.0, + 1025.0, + 678.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 669.0, + 534.0, + 669.0, + 534.0, + 709.0, + 293.0, + 709.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1818.0, + 1405.0, + 1818.0, + 1405.0, + 1855.0, + 292.0, + 1855.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1851.0, + 1405.0, + 1851.0, + 1405.0, + 1886.0, + 294.0, + 1886.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1882.0, + 1404.0, + 1882.0, + 1404.0, + 1917.0, + 295.0, + 1917.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1912.0, + 1404.0, + 1912.0, + 1404.0, + 1946.0, + 294.0, + 1946.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1943.0, + 1407.0, + 1943.0, + 1407.0, + 1977.0, + 294.0, + 1977.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1971.0, + 1405.0, + 1971.0, + 1405.0, + 2008.0, + 292.0, + 2008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 2003.0, + 1404.0, + 2003.0, + 1404.0, + 2038.0, + 295.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 276.0, + 729.0, + 276.0, + 729.0, + 319.0, + 291.0, + 319.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 759.0, + 276.0, + 927.0, + 276.0, + 927.0, + 319.0, + 759.0, + 319.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1050.0, + 276.0, + 1117.0, + 276.0, + 1117.0, + 319.0, + 1050.0, + 319.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1157.0, + 276.0, + 1407.0, + 276.0, + 1407.0, + 319.0, + 1157.0, + 319.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 310.0, + 426.0, + 310.0, + 426.0, + 366.0, + 290.0, + 366.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 577.0, + 310.0, + 636.0, + 310.0, + 636.0, + 366.0, + 577.0, + 366.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 706.0, + 310.0, + 748.0, + 310.0, + 748.0, + 366.0, + 706.0, + 366.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 841.0, + 310.0, + 899.0, + 310.0, + 899.0, + 366.0, + 841.0, + 366.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1164.0, + 310.0, + 1410.0, + 310.0, + 1410.0, + 366.0, + 1164.0, + 366.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 354.0, + 750.0, + 354.0, + 750.0, + 394.0, + 294.0, + 394.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 787.0, + 354.0, + 831.0, + 354.0, + 831.0, + 394.0, + 787.0, + 394.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 871.0, + 354.0, + 1012.0, + 354.0, + 1012.0, + 394.0, + 871.0, + 394.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1033.0, + 354.0, + 1405.0, + 354.0, + 1405.0, + 394.0, + 1033.0, + 394.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 386.0, + 400.0, + 386.0, + 400.0, + 421.0, + 292.0, + 421.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1557.0, + 370.0, + 1557.0, + 370.0, + 1591.0, + 294.0, + 1591.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 544.0, + 1557.0, + 602.0, + 1557.0, + 602.0, + 1591.0, + 544.0, + 1591.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 682.0, + 1557.0, + 1012.0, + 1557.0, + 1012.0, + 1591.0, + 682.0, + 1591.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1035.0, + 1557.0, + 1404.0, + 1557.0, + 1404.0, + 1591.0, + 1035.0, + 1591.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1588.0, + 1087.0, + 1588.0, + 1087.0, + 1620.0, + 293.0, + 1620.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1115.0, + 1588.0, + 1406.0, + 1588.0, + 1406.0, + 1620.0, + 1115.0, + 1620.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1622.0, + 433.0, + 1622.0, + 433.0, + 1650.0, + 293.0, + 1650.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 970.0, + 603.0, + 970.0, + 603.0, + 1006.0, + 295.0, + 1006.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 632.0, + 970.0, + 687.0, + 970.0, + 687.0, + 1006.0, + 632.0, + 1006.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 711.0, + 970.0, + 1406.0, + 970.0, + 1406.0, + 1006.0, + 711.0, + 1006.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1001.0, + 968.0, + 1001.0, + 968.0, + 1038.0, + 295.0, + 1038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 714.0, + 478.0, + 714.0, + 478.0, + 756.0, + 293.0, + 756.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 506.0, + 714.0, + 1409.0, + 714.0, + 1409.0, + 756.0, + 506.0, + 756.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 750.0, + 703.0, + 750.0, + 703.0, + 783.0, + 292.0, + 783.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 841.0, + 1039.0, + 841.0, + 1039.0, + 883.0, + 293.0, + 883.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1436.0, + 792.0, + 1436.0, + 792.0, + 1481.0, + 294.0, + 1481.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 227.0, + 634.0, + 227.0, + 634.0, + 267.0, + 293.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 661.0, + 227.0, + 709.0, + 227.0, + 709.0, + 267.0, + 661.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 742.0, + 227.0, + 752.0, + 227.0, + 752.0, + 267.0, + 742.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1329.0, + 857.0, + 1329.0, + 857.0, + 1381.0, + 291.0, + 1381.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 884.0, + 1329.0, + 916.0, + 1329.0, + 916.0, + 1381.0, + 884.0, + 1381.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1137.0, + 1329.0, + 1178.0, + 1329.0, + 1178.0, + 1381.0, + 1137.0, + 1381.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 911.0, + 1186.0, + 911.0, + 1186.0, + 950.0, + 294.0, + 950.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 2, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 229, + 1405, + 229, + 1405, + 384, + 298, + 384 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 297, + 940, + 1409, + 940, + 1409, + 1066, + 297, + 1066 + ], + "score": 0.975 + }, + { + "category_id": 1, + "poly": [ + 298, + 1941, + 1402, + 1941, + 1402, + 2036, + 298, + 2036 + ], + "score": 0.974 + }, + { + "category_id": 3, + "poly": [ + 397, + 452, + 800, + 452, + 800, + 732, + 397, + 732 + ], + "score": 0.969 + }, + { + "category_id": 3, + "poly": [ + 889, + 456, + 1299, + 456, + 1299, + 730, + 889, + 730 + ], + "score": 0.966 + }, + { + "category_id": 1, + "poly": [ + 298, + 1220, + 1405, + 1220, + 1405, + 1345, + 298, + 1345 + ], + "score": 0.965 + }, + { + "category_id": 8, + "poly": [ + 716, + 1460, + 982, + 1460, + 982, + 1533, + 716, + 1533 + ], + "score": 0.953 + }, + { + "category_id": 8, + "poly": [ + 641, + 1835, + 1059, + 1835, + 1059, + 1877, + 641, + 1877 + ], + "score": 0.944 + }, + { + "category_id": 1, + "poly": [ + 298, + 1652, + 1404, + 1652, + 1404, + 1715, + 298, + 1715 + ], + "score": 0.943 + }, + { + "category_id": 1, + "poly": [ + 297, + 1352, + 1406, + 1352, + 1406, + 1447, + 297, + 1447 + ], + "score": 0.938 + }, + { + "category_id": 1, + "poly": [ + 297, + 1755, + 1403, + 1755, + 1403, + 1823, + 297, + 1823 + ], + "score": 0.935 + }, + { + "category_id": 1, + "poly": [ + 296, + 1546, + 1159, + 1546, + 1159, + 1584, + 296, + 1584 + ], + "score": 0.933 + }, + { + "category_id": 4, + "poly": [ + 406, + 773, + 788, + 773, + 788, + 805, + 406, + 805 + ], + "score": 0.918 + }, + { + "category_id": 2, + "poly": [ + 297, + 75, + 857, + 75, + 857, + 105, + 297, + 105 + ], + "score": 0.917 + }, + { + "category_id": 1, + "poly": [ + 300, + 1079, + 1202, + 1079, + 1202, + 1112, + 300, + 1112 + ], + "score": 0.915 + }, + { + "category_id": 1, + "poly": [ + 299, + 1173, + 1055, + 1173, + 1055, + 1207, + 299, + 1207 + ], + "score": 0.914 + }, + { + "category_id": 4, + "poly": [ + 908, + 767, + 1280, + 767, + 1280, + 798, + 908, + 798 + ], + "score": 0.913 + }, + { + "category_id": 1, + "poly": [ + 297, + 1883, + 450, + 1883, + 450, + 1919, + 297, + 1919 + ], + "score": 0.911 + }, + { + "category_id": 1, + "poly": [ + 302, + 1605, + 895, + 1605, + 895, + 1639, + 302, + 1639 + ], + "score": 0.908 + }, + { + "category_id": 0, + "poly": [ + 300, + 885, + 1105, + 885, + 1105, + 915, + 300, + 915 + ], + "score": 0.857 + }, + { + "category_id": 1, + "poly": [ + 332, + 1125, + 1319, + 1125, + 1319, + 1162, + 332, + 1162 + ], + "score": 0.857 + }, + { + "category_id": 1, + "poly": [ + 299, + 1723, + 683, + 1723, + 683, + 1754, + 299, + 1754 + ], + "score": 0.823 + }, + { + "category_id": 2, + "poly": [ + 840, + 2088, + 857, + 2088, + 857, + 2111, + 840, + 2111 + ], + "score": 0.793 + }, + { + "category_id": 13, + "poly": [ + 615, + 1547, + 704, + 1547, + 704, + 1583, + 615, + 1583 + ], + "score": 0.93, + "latex": "( I ^ { D } , \\Sigma )" + }, + { + "category_id": 13, + "poly": [ + 563, + 1281, + 1001, + 1281, + 1001, + 1316, + 563, + 1316 + ], + "score": 0.93, + "latex": "{ \\dot { \\operatorname { S u p p } } } ( P ) : = \\{ x \\in I ^ { D } \\mid P ( V _ { x } ) > 0" + }, + { + "category_id": 13, + "poly": [ + 797, + 1382, + 886, + 1382, + 886, + 1416, + 797, + 1416 + ], + "score": 0.93, + "latex": "( I ^ { D } , \\bar { \\Sigma } )" + }, + { + "category_id": 13, + "poly": [ + 1113, + 1784, + 1293, + 1784, + 1293, + 1821, + 1113, + 1821 + ], + "score": 0.92, + "latex": "\\gamma _ { m } : \\widetilde { S } _ { m } S _ { m }" + }, + { + "category_id": 14, + "poly": [ + 715, + 1457, + 984, + 1457, + 984, + 1535, + 715, + 1535 + ], + "score": 0.92, + "latex": "\\operatorname { S u p p } ( P ) = \\bigcup _ { m \\in [ M ] } S _ { m } ." + }, + { + "category_id": 14, + "poly": [ + 639, + 1834, + 1056, + 1834, + 1056, + 1875, + 639, + 1875 + ], + "score": 0.92, + "latex": "P ( B ) = P _ { Z } ( \\gamma _ { m } ^ { - 1 } ( B ) ) , \\forall B \\in \\sigma ( S _ { m } ) ," + }, + { + "category_id": 13, + "poly": [ + 554, + 1414, + 758, + 1414, + 758, + 1448, + 554, + 1448 + ], + "score": 0.92, + "latex": "{ \\cal S } _ { 1 } , . . . , { \\cal S } _ { M } \\in { \\cal S } _ { \\alpha , J }" + }, + { + "category_id": 13, + "poly": [ + 298, + 1784, + 601, + 1784, + 601, + 1824, + 298, + 1824 + ], + "score": 0.91, + "latex": "( \\widetilde { S } _ { m } , S _ { m } ) \\in \\mathrm { ~ \\cal { S } ~ } _ { 2 \\beta , J } \\times S _ { 2 \\beta , J }" + }, + { + "category_id": 13, + "poly": [ + 1260, + 1654, + 1342, + 1654, + 1342, + 1685, + 1260, + 1685 + ], + "score": 0.91, + "latex": "\\beta \\geqslant 1" + }, + { + "category_id": 13, + "poly": [ + 337, + 1885, + 442, + 1885, + 442, + 1919, + 337, + 1919 + ], + "score": 0.91, + "latex": "m \\in [ M ]" + }, + { + "category_id": 13, + "poly": [ + 973, + 1547, + 1151, + 1547, + 1151, + 1583, + 973, + 1583 + ], + "score": 0.9, + "latex": "\\operatorname { S u p p } ( P ) = I ^ { D }" + }, + { + "category_id": 13, + "poly": [ + 415, + 1314, + 498, + 1314, + 498, + 1343, + 415, + 1343 + ], + "score": 0.9, + "latex": "M \\geqslant 2" + }, + { + "category_id": 13, + "poly": [ + 652, + 1789, + 719, + 1789, + 719, + 1821, + 652, + 1821 + ], + "score": 0.9, + "latex": "\\beta + 1" + }, + { + "category_id": 13, + "poly": [ + 600, + 2003, + 640, + 2003, + 640, + 2035, + 600, + 2035 + ], + "score": 0.9, + "latex": "S _ { m }" + }, + { + "category_id": 13, + "poly": [ + 345, + 1384, + 439, + 1384, + 439, + 1413, + 345, + 1413 + ], + "score": 0.89, + "latex": "M \\geqslant 2" + }, + { + "category_id": 13, + "poly": [ + 1301, + 1284, + 1333, + 1284, + 1333, + 1313, + 1301, + 1313 + ], + "score": 0.87, + "latex": "V _ { x }" + }, + { + "category_id": 13, + "poly": [ + 869, + 1976, + 906, + 1976, + 906, + 2005, + 869, + 2005 + ], + "score": 0.86, + "latex": "\\gamma _ { m }" + }, + { + "category_id": 13, + "poly": [ + 750, + 1685, + 774, + 1685, + 774, + 1711, + 750, + 1711 + ], + "score": 0.85, + "latex": "P" + }, + { + "category_id": 13, + "poly": [ + 1060, + 1945, + 1085, + 1945, + 1085, + 1970, + 1060, + 1970 + ], + "score": 0.85, + "latex": "P" + }, + { + "category_id": 13, + "poly": [ + 1035, + 1756, + 1056, + 1756, + 1056, + 1786, + 1035, + 1786 + ], + "score": 0.84, + "latex": "\\beta" + }, + { + "category_id": 13, + "poly": [ + 843, + 1655, + 868, + 1655, + 868, + 1680, + 843, + 1680 + ], + "score": 0.84, + "latex": "P" + }, + { + "category_id": 13, + "poly": [ + 727, + 1385, + 751, + 1385, + 751, + 1411, + 727, + 1411 + ], + "score": 0.84, + "latex": "P" + }, + { + "category_id": 13, + "poly": [ + 551, + 1551, + 576, + 1551, + 576, + 1577, + 551, + 1577 + ], + "score": 0.84, + "latex": "P" + }, + { + "category_id": 13, + "poly": [ + 1306, + 1756, + 1339, + 1756, + 1339, + 1782, + 1306, + 1782 + ], + "score": 0.83, + "latex": "M" + }, + { + "category_id": 13, + "poly": [ + 427, + 2004, + 452, + 2004, + 452, + 2030, + 427, + 2030 + ], + "score": 0.83, + "latex": "P" + }, + { + "category_id": 13, + "poly": [ + 556, + 1756, + 581, + 1756, + 581, + 1782, + 556, + 1782 + ], + "score": 0.82, + "latex": "P" + }, + { + "category_id": 13, + "poly": [ + 471, + 1284, + 496, + 1284, + 496, + 1311, + 471, + 1311 + ], + "score": 0.82, + "latex": "P" + }, + { + "category_id": 13, + "poly": [ + 642, + 1755, + 675, + 1755, + 675, + 1783, + 642, + 1783 + ], + "score": 0.82, + "latex": "M" + }, + { + "category_id": 13, + "poly": [ + 768, + 1129, + 790, + 1129, + 790, + 1156, + 768, + 1156 + ], + "score": 0.82, + "latex": "S" + }, + { + "category_id": 13, + "poly": [ + 1368, + 1283, + 1398, + 1283, + 1398, + 1316, + 1368, + 1316 + ], + "score": 0.8, + "latex": "x \\}" + }, + { + "category_id": 13, + "poly": [ + 1256, + 1253, + 1363, + 1253, + 1363, + 1284, + 1256, + 1284 + ], + "score": 0.8, + "latex": "\\operatorname { S u p p } ( P )" + }, + { + "category_id": 13, + "poly": [ + 819, + 1130, + 840, + 1130, + 840, + 1156, + 819, + 1156 + ], + "score": 0.79, + "latex": "J" + }, + { + "category_id": 13, + "poly": [ + 941, + 1385, + 974, + 1385, + 974, + 1411, + 941, + 1411 + ], + "score": 0.79, + "latex": "M" + }, + { + "category_id": 13, + "poly": [ + 1019, + 1134, + 1040, + 1134, + 1040, + 1156, + 1019, + 1156 + ], + "score": 0.73, + "latex": "\\alpha" + }, + { + "category_id": 13, + "poly": [ + 372, + 1123, + 596, + 1123, + 596, + 1166, + 372, + 1166 + ], + "score": 0.58, + "latex": "\\begin{array} { r } { S _ { \\alpha , J } : = \\left\\{ S \\subset I ^ { D } \\ \\right| } \\end{array}" + }, + { + "category_id": 15, + "poly": [ + 766.0, + 463.0, + 791.0, + 463.0, + 791.0, + 716.0, + 766.0, + 716.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 740.0, + 475.0, + 748.0, + 475.0, + 748.0, + 483.0, + 740.0, + 483.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 740.0, + 500.0, + 748.0, + 500.0, + 748.0, + 509.0, + 740.0, + 509.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 740.0, + 701.0, + 748.0, + 701.0, + 748.0, + 709.0, + 740.0, + 709.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1103.0, + 656.0, + 1131.0, + 656.0, + 1131.0, + 666.0, + 1103.0, + 666.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 402.0, + 771.0, + 791.0, + 771.0, + 791.0, + 807.0, + 402.0, + 807.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 73.0, + 858.0, + 73.0, + 858.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 905.0, + 764.0, + 1282.0, + 764.0, + 1282.0, + 803.0, + 905.0, + 803.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 883.0, + 1109.0, + 883.0, + 1109.0, + 920.0, + 293.0, + 920.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 2086.0, + 861.0, + 2086.0, + 861.0, + 2118.0, + 838.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 229.0, + 1406.0, + 229.0, + 1406.0, + 267.0, + 295.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 260.0, + 1405.0, + 260.0, + 1405.0, + 297.0, + 293.0, + 297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 291.0, + 1405.0, + 291.0, + 1405.0, + 328.0, + 295.0, + 328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 318.0, + 1405.0, + 318.0, + 1405.0, + 358.0, + 292.0, + 358.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 353.0, + 907.0, + 353.0, + 907.0, + 386.0, + 296.0, + 386.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 941.0, + 1410.0, + 941.0, + 1410.0, + 977.0, + 294.0, + 977.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 974.0, + 1406.0, + 974.0, + 1406.0, + 1007.0, + 295.0, + 1007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1002.0, + 1406.0, + 1002.0, + 1406.0, + 1037.0, + 294.0, + 1037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1032.0, + 1407.0, + 1032.0, + 1407.0, + 1069.0, + 294.0, + 1069.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1939.0, + 1059.0, + 1939.0, + 1059.0, + 1978.0, + 292.0, + 1978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1086.0, + 1939.0, + 1406.0, + 1939.0, + 1406.0, + 1978.0, + 1086.0, + 1978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1971.0, + 868.0, + 1971.0, + 868.0, + 2009.0, + 294.0, + 2009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 907.0, + 1971.0, + 1403.0, + 1971.0, + 1403.0, + 2009.0, + 907.0, + 2009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1999.0, + 426.0, + 1999.0, + 426.0, + 2039.0, + 295.0, + 2039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 453.0, + 1999.0, + 599.0, + 1999.0, + 599.0, + 2039.0, + 453.0, + 2039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 641.0, + 1999.0, + 652.0, + 1999.0, + 652.0, + 2039.0, + 641.0, + 2039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1220.0, + 1405.0, + 1220.0, + 1405.0, + 1257.0, + 293.0, + 1257.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1252.0, + 1255.0, + 1252.0, + 1255.0, + 1286.0, + 292.0, + 1286.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1364.0, + 1252.0, + 1406.0, + 1252.0, + 1406.0, + 1286.0, + 1364.0, + 1286.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1279.0, + 470.0, + 1279.0, + 470.0, + 1319.0, + 293.0, + 1319.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 497.0, + 1279.0, + 562.0, + 1279.0, + 562.0, + 1319.0, + 497.0, + 1319.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1002.0, + 1279.0, + 1300.0, + 1279.0, + 1300.0, + 1319.0, + 1002.0, + 1319.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1334.0, + 1279.0, + 1367.0, + 1279.0, + 1367.0, + 1319.0, + 1334.0, + 1319.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1399.0, + 1279.0, + 1411.0, + 1279.0, + 1411.0, + 1319.0, + 1399.0, + 1319.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1312.0, + 414.0, + 1312.0, + 414.0, + 1348.0, + 293.0, + 1348.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 499.0, + 1312.0, + 1065.0, + 1312.0, + 1065.0, + 1348.0, + 499.0, + 1348.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1647.0, + 842.0, + 1647.0, + 842.0, + 1691.0, + 293.0, + 1691.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 869.0, + 1647.0, + 1259.0, + 1647.0, + 1259.0, + 1691.0, + 869.0, + 1691.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1343.0, + 1647.0, + 1408.0, + 1647.0, + 1408.0, + 1691.0, + 1343.0, + 1691.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1684.0, + 749.0, + 1684.0, + 749.0, + 1717.0, + 293.0, + 1717.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 775.0, + 1684.0, + 785.0, + 1684.0, + 785.0, + 1717.0, + 775.0, + 1717.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1352.0, + 927.0, + 1352.0, + 927.0, + 1386.0, + 296.0, + 1386.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1378.0, + 344.0, + 1378.0, + 344.0, + 1420.0, + 292.0, + 1420.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 440.0, + 1378.0, + 726.0, + 1378.0, + 726.0, + 1420.0, + 440.0, + 1420.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 752.0, + 1378.0, + 796.0, + 1378.0, + 796.0, + 1420.0, + 752.0, + 1420.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 887.0, + 1378.0, + 940.0, + 1378.0, + 940.0, + 1420.0, + 887.0, + 1420.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 975.0, + 1378.0, + 1406.0, + 1378.0, + 1406.0, + 1420.0, + 975.0, + 1420.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1413.0, + 553.0, + 1413.0, + 553.0, + 1448.0, + 295.0, + 1448.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 759.0, + 1413.0, + 870.0, + 1413.0, + 870.0, + 1448.0, + 759.0, + 1448.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1752.0, + 555.0, + 1752.0, + 555.0, + 1789.0, + 293.0, + 1789.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 582.0, + 1752.0, + 641.0, + 1752.0, + 641.0, + 1789.0, + 582.0, + 1789.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 676.0, + 1752.0, + 1034.0, + 1752.0, + 1034.0, + 1789.0, + 676.0, + 1789.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1057.0, + 1752.0, + 1305.0, + 1752.0, + 1305.0, + 1789.0, + 1057.0, + 1789.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1340.0, + 1752.0, + 1403.0, + 1752.0, + 1403.0, + 1789.0, + 1340.0, + 1789.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 602.0, + 1784.0, + 651.0, + 1784.0, + 651.0, + 1828.0, + 602.0, + 1828.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 720.0, + 1784.0, + 1112.0, + 1784.0, + 1112.0, + 1828.0, + 720.0, + 1828.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1294.0, + 1784.0, + 1331.0, + 1784.0, + 1331.0, + 1828.0, + 1294.0, + 1828.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1542.0, + 550.0, + 1542.0, + 550.0, + 1590.0, + 290.0, + 1590.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 577.0, + 1542.0, + 614.0, + 1542.0, + 614.0, + 1590.0, + 577.0, + 1590.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 705.0, + 1542.0, + 972.0, + 1542.0, + 972.0, + 1590.0, + 705.0, + 1590.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1152.0, + 1542.0, + 1163.0, + 1542.0, + 1163.0, + 1590.0, + 1152.0, + 1590.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1076.0, + 1204.0, + 1076.0, + 1204.0, + 1119.0, + 293.0, + 1119.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1172.0, + 1056.0, + 1172.0, + 1056.0, + 1212.0, + 295.0, + 1212.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1880.0, + 336.0, + 1880.0, + 336.0, + 1924.0, + 292.0, + 1924.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 443.0, + 1880.0, + 456.0, + 1880.0, + 456.0, + 1924.0, + 443.0, + 1924.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1598.0, + 901.0, + 1598.0, + 901.0, + 1649.0, + 293.0, + 1649.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 367.0, + 1119.0, + 371.0, + 1119.0, + 371.0, + 1170.0, + 367.0, + 1170.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 597.0, + 1119.0, + 767.0, + 1119.0, + 767.0, + 1170.0, + 597.0, + 1170.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 791.0, + 1119.0, + 818.0, + 1119.0, + 818.0, + 1170.0, + 791.0, + 1170.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 841.0, + 1119.0, + 1018.0, + 1119.0, + 1018.0, + 1170.0, + 841.0, + 1170.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1041.0, + 1119.0, + 1326.0, + 1119.0, + 1326.0, + 1170.0, + 1041.0, + 1170.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1719.0, + 684.0, + 1719.0, + 684.0, + 1760.0, + 294.0, + 1760.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 3, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1242, + 1405, + 1242, + 1405, + 1584, + 297, + 1584 + ], + "score": 0.984 + }, + { + "category_id": 1, + "poly": [ + 297, + 537, + 1407, + 537, + 1407, + 637, + 297, + 637 + ], + "score": 0.974 + }, + { + "category_id": 1, + "poly": [ + 296, + 1597, + 1405, + 1597, + 1405, + 1692, + 296, + 1692 + ], + "score": 0.968 + }, + { + "category_id": 4, + "poly": [ + 339, + 1004, + 841, + 1004, + 841, + 1098, + 339, + 1098 + ], + "score": 0.962 + }, + { + "category_id": 3, + "poly": [ + 931, + 716, + 1281, + 716, + 1281, + 963, + 931, + 963 + ], + "score": 0.961 + }, + { + "category_id": 4, + "poly": [ + 856, + 1008, + 1359, + 1008, + 1359, + 1099, + 856, + 1099 + ], + "score": 0.959 + }, + { + "category_id": 1, + "poly": [ + 297, + 1783, + 1405, + 1783, + 1405, + 1848, + 297, + 1848 + ], + "score": 0.951 + }, + { + "category_id": 8, + "poly": [ + 665, + 1709, + 1032, + 1709, + 1032, + 1768, + 665, + 1768 + ], + "score": 0.95 + }, + { + "category_id": 8, + "poly": [ + 674, + 1985, + 1023, + 1985, + 1023, + 2044, + 674, + 2044 + ], + "score": 0.947 + }, + { + "category_id": 8, + "poly": [ + 650, + 343, + 1049, + 343, + 1049, + 414, + 650, + 414 + ], + "score": 0.942 + }, + { + "category_id": 1, + "poly": [ + 297, + 1905, + 1241, + 1905, + 1241, + 1969, + 297, + 1969 + ], + "score": 0.931 + }, + { + "category_id": 1, + "poly": [ + 299, + 431, + 1095, + 431, + 1095, + 466, + 299, + 466 + ], + "score": 0.927 + }, + { + "category_id": 2, + "poly": [ + 297, + 74, + 858, + 74, + 858, + 105, + 297, + 105 + ], + "score": 0.917 + }, + { + "category_id": 1, + "poly": [ + 299, + 1861, + 1301, + 1861, + 1301, + 1895, + 299, + 1895 + ], + "score": 0.914 + }, + { + "category_id": 1, + "poly": [ + 296, + 229, + 1405, + 229, + 1405, + 324, + 296, + 324 + ], + "score": 0.902 + }, + { + "category_id": 1, + "poly": [ + 299, + 490, + 726, + 490, + 726, + 523, + 299, + 523 + ], + "score": 0.899 + }, + { + "category_id": 0, + "poly": [ + 299, + 1185, + 906, + 1185, + 906, + 1216, + 299, + 1216 + ], + "score": 0.863 + }, + { + "category_id": 3, + "poly": [ + 418, + 710, + 758, + 710, + 758, + 959, + 418, + 959 + ], + "score": 0.808 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 859, + 2088, + 859, + 2112, + 841, + 2112 + ], + "score": 0.755 + }, + { + "category_id": 3, + "poly": [ + 418, + 710, + 758, + 710, + 758, + 959, + 418, + 959 + ], + "score": 0.489 + }, + { + "category_id": 14, + "poly": [ + 650, + 340, + 1046, + 340, + 1046, + 414, + 650, + 414 + ], + "score": 0.94, + "latex": "P ( B ) = \\int _ { B } p _ { m } ( x ) d \\lambda , B \\in \\sigma ( S _ { m } ) ," + }, + { + "category_id": 14, + "poly": [ + 665, + 1708, + 1034, + 1708, + 1034, + 1768, + 665, + 1768 + ], + "score": 0.94, + "latex": "d _ { 2 } ( P ^ { * } , \\widehat { P } ) = O \\left( n ^ { - \\beta / ( 2 \\beta + D ) } \\right) ." + }, + { + "category_id": 14, + "poly": [ + 674, + 1985, + 1025, + 1985, + 1025, + 2044, + 674, + 2044 + ], + "score": 0.93, + "latex": "d _ { 2 } ( P ^ { * } , \\widehat { P } ) = { \\cal O } \\left( n ^ { - 1 / ( 2 + D ) } \\right) ." + }, + { + "category_id": 13, + "poly": [ + 848, + 1518, + 1192, + 1518, + 1192, + 1557, + 848, + 1557 + ], + "score": 0.93, + "latex": "d _ { 2 } ( P , P ^ { \\prime } ) : = \\mathbb { E } [ \\| p - p ^ { \\prime } \\| _ { L ^ { 2 } } ^ { 2 } ] ^ { 1 / 2 }" + }, + { + "category_id": 13, + "poly": [ + 332, + 568, + 524, + 568, + 524, + 609, + 332, + 609 + ], + "score": 0.92, + "latex": "\\textstyle I ^ { D } \\backslash \\bigcup _ { m \\in [ M ] } S _ { m }" + }, + { + "category_id": 13, + "poly": [ + 395, + 293, + 574, + 293, + 574, + 324, + 395, + 324 + ], + "score": 0.92, + "latex": "p _ { m } : S _ { m } \\to \\mathbb { R } _ { + }" + }, + { + "category_id": 13, + "poly": [ + 982, + 432, + 1087, + 432, + 1087, + 466, + 982, + 466 + ], + "score": 0.92, + "latex": "m \\in [ M ]" + }, + { + "category_id": 13, + "poly": [ + 591, + 605, + 632, + 605, + 632, + 635, + 591, + 635 + ], + "score": 0.89, + "latex": "S _ { m }" + }, + { + "category_id": 13, + "poly": [ + 1023, + 1942, + 1041, + 1942, + 1041, + 1968, + 1023, + 1968 + ], + "score": 0.89, + "latex": "\\beta" + }, + { + "category_id": 13, + "poly": [ + 1091, + 1816, + 1129, + 1816, + 1129, + 1843, + 1091, + 1843 + ], + "score": 0.89, + "latex": "P ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 629, + 1066, + 661, + 1066, + 661, + 1096, + 629, + 1096 + ], + "score": 0.89, + "latex": "S _ { 1 }" + }, + { + "category_id": 13, + "poly": [ + 1130, + 1038, + 1162, + 1038, + 1162, + 1069, + 1130, + 1069 + ], + "score": 0.88, + "latex": "S _ { 1 }" + }, + { + "category_id": 13, + "poly": [ + 644, + 1520, + 678, + 1520, + 678, + 1549, + 644, + 1549 + ], + "score": 0.88, + "latex": "L ^ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 817, + 1630, + 856, + 1630, + 856, + 1657, + 817, + 1657 + ], + "score": 0.88, + "latex": "P ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 726, + 436, + 764, + 436, + 764, + 465, + 726, + 465 + ], + "score": 0.88, + "latex": "p _ { m }" + }, + { + "category_id": 13, + "poly": [ + 447, + 1630, + 486, + 1630, + 486, + 1657, + 447, + 1657 + ], + "score": 0.88, + "latex": "P ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 516, + 1552, + 547, + 1552, + 547, + 1579, + 516, + 1579 + ], + "score": 0.88, + "latex": "P ^ { \\prime }" + }, + { + "category_id": 13, + "poly": [ + 711, + 1067, + 744, + 1067, + 744, + 1096, + 711, + 1096 + ], + "score": 0.87, + "latex": "S _ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 1335, + 1521, + 1360, + 1521, + 1360, + 1554, + 1335, + 1554 + ], + "score": 0.87, + "latex": "p ^ { \\prime }" + }, + { + "category_id": 13, + "poly": [ + 689, + 1035, + 796, + 1035, + 796, + 1067, + 689, + 1067 + ], + "score": 0.87, + "latex": "\\operatorname { S u p p } ( P )" + }, + { + "category_id": 13, + "poly": [ + 435, + 1936, + 473, + 1936, + 473, + 1963, + 435, + 1963 + ], + "score": 0.86, + "latex": "P ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 1309, + 1592, + 1334, + 1592, + 1334, + 1626, + 1309, + 1626 + ], + "score": 0.86, + "latex": "\\hat { P }" + }, + { + "category_id": 13, + "poly": [ + 794, + 434, + 814, + 434, + 814, + 464, + 794, + 464 + ], + "score": 0.86, + "latex": "\\beta" + }, + { + "category_id": 13, + "poly": [ + 828, + 1865, + 865, + 1865, + 865, + 1889, + 828, + 1889 + ], + "score": 0.86, + "latex": "P ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 386, + 496, + 424, + 496, + 424, + 524, + 386, + 524 + ], + "score": 0.85, + "latex": "p _ { m }" + }, + { + "category_id": 13, + "poly": [ + 1156, + 1631, + 1177, + 1631, + 1177, + 1661, + 1156, + 1661 + ], + "score": 0.85, + "latex": "\\beta" + }, + { + "category_id": 13, + "poly": [ + 440, + 1553, + 465, + 1553, + 465, + 1579, + 440, + 1579 + ], + "score": 0.84, + "latex": "P" + }, + { + "category_id": 13, + "poly": [ + 1067, + 263, + 1087, + 263, + 1087, + 294, + 1067, + 294 + ], + "score": 0.84, + "latex": "\\beta" + }, + { + "category_id": 13, + "poly": [ + 476, + 540, + 501, + 540, + 501, + 566, + 476, + 566 + ], + "score": 0.81, + "latex": "P" + }, + { + "category_id": 13, + "poly": [ + 342, + 1036, + 367, + 1036, + 367, + 1062, + 342, + 1062 + ], + "score": 0.79, + "latex": "P" + }, + { + "category_id": 13, + "poly": [ + 1269, + 1526, + 1287, + 1526, + 1287, + 1554, + 1269, + 1554 + ], + "score": 0.79, + "latex": "p" + }, + { + "category_id": 13, + "poly": [ + 479, + 717, + 499, + 717, + 499, + 736, + 479, + 736 + ], + "score": 0.78, + "latex": "P" + }, + { + "category_id": 13, + "poly": [ + 1348, + 1817, + 1370, + 1817, + 1370, + 1847, + 1348, + 1847 + ], + "score": 0.77, + "latex": "\\beta" + }, + { + "category_id": 13, + "poly": [ + 1285, + 1014, + 1302, + 1014, + 1302, + 1040, + 1285, + 1040 + ], + "score": 0.77, + "latex": "g" + }, + { + "category_id": 13, + "poly": [ + 513, + 904, + 534, + 904, + 534, + 922, + 513, + 922 + ], + "score": 0.77, + "latex": "S _ { 1 }" + }, + { + "category_id": 13, + "poly": [ + 580, + 263, + 605, + 263, + 605, + 289, + 580, + 289 + ], + "score": 0.76, + "latex": "P" + }, + { + "category_id": 13, + "poly": [ + 731, + 841, + 754, + 841, + 754, + 858, + 731, + 858 + ], + "score": 0.67, + "latex": "X _ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 1213, + 1039, + 1245, + 1039, + 1245, + 1069, + 1213, + 1069 + ], + "score": 0.67, + "latex": "S _ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 1256, + 1042, + 1275, + 1042, + 1275, + 1070, + 1256, + 1070 + ], + "score": 0.64, + "latex": "g" + }, + { + "category_id": 13, + "poly": [ + 1317, + 1311, + 1336, + 1311, + 1336, + 1333, + 1317, + 1333 + ], + "score": 0.63, + "latex": "n" + }, + { + "category_id": 13, + "poly": [ + 667, + 262, + 700, + 262, + 700, + 289, + 667, + 289 + ], + "score": 0.6, + "latex": "M" + }, + { + "category_id": 13, + "poly": [ + 1054, + 1662, + 1079, + 1662, + 1079, + 1687, + 1054, + 1687 + ], + "score": 0.59, + "latex": "\\&" + }, + { + "category_id": 13, + "poly": [ + 371, + 435, + 391, + 435, + 391, + 459, + 371, + 459 + ], + "score": 0.58, + "latex": "\\lambda" + }, + { + "category_id": 13, + "poly": [ + 421, + 938, + 448, + 938, + 448, + 957, + 421, + 957 + ], + "score": 0.33, + "latex": "X _ { 1 }" + }, + { + "category_id": 13, + "poly": [ + 933, + 724, + 957, + 724, + 957, + 744, + 933, + 744 + ], + "score": 0.32, + "latex": "X" + }, + { + "category_id": 13, + "poly": [ + 940, + 1459, + 964, + 1459, + 964, + 1486, + 940, + 1486 + ], + "score": 0.26, + "latex": "\\&" + }, + { + "category_id": 15, + "poly": [ + 339.0, + 1001.0, + 844.0, + 1001.0, + 844.0, + 1039.0, + 339.0, + 1039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 368.0, + 1034.0, + 688.0, + 1034.0, + 688.0, + 1068.0, + 368.0, + 1068.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 797.0, + 1034.0, + 845.0, + 1034.0, + 845.0, + 1068.0, + 797.0, + 1068.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 340.0, + 1061.0, + 628.0, + 1061.0, + 628.0, + 1103.0, + 340.0, + 1103.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 662.0, + 1061.0, + 710.0, + 1061.0, + 710.0, + 1103.0, + 662.0, + 1103.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 745.0, + 1061.0, + 755.0, + 1061.0, + 755.0, + 1103.0, + 745.0, + 1103.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 929.0, + 716.0, + 932.0, + 716.0, + 932.0, + 749.0, + 929.0, + 749.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 958.0, + 716.0, + 965.0, + 716.0, + 965.0, + 749.0, + 958.0, + 749.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 932.0, + 776.0, + 965.0, + 776.0, + 965.0, + 811.0, + 932.0, + 811.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1237.0, + 773.0, + 1261.0, + 773.0, + 1261.0, + 802.0, + 1237.0, + 802.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 933.0, + 889.0, + 967.0, + 889.0, + 967.0, + 922.0, + 933.0, + 922.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1251.0, + 933.0, + 1280.0, + 933.0, + 1280.0, + 965.0, + 1251.0, + 965.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 856.0, + 1007.0, + 1284.0, + 1007.0, + 1284.0, + 1041.0, + 856.0, + 1041.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1303.0, + 1007.0, + 1358.0, + 1007.0, + 1358.0, + 1041.0, + 1303.0, + 1041.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 855.0, + 1036.0, + 1129.0, + 1036.0, + 1129.0, + 1069.0, + 855.0, + 1069.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1163.0, + 1036.0, + 1212.0, + 1036.0, + 1212.0, + 1069.0, + 1163.0, + 1069.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1246.0, + 1036.0, + 1255.0, + 1036.0, + 1255.0, + 1069.0, + 1246.0, + 1069.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1276.0, + 1036.0, + 1359.0, + 1036.0, + 1359.0, + 1069.0, + 1276.0, + 1069.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 855.0, + 1066.0, + 1059.0, + 1066.0, + 1059.0, + 1101.0, + 855.0, + 1101.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 858.0, + 72.0, + 858.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1184.0, + 909.0, + 1184.0, + 909.0, + 1220.0, + 294.0, + 1220.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 500.0, + 714.0, + 504.0, + 714.0, + 504.0, + 737.0, + 500.0, + 737.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 726.0, + 834.0, + 730.0, + 834.0, + 730.0, + 862.0, + 726.0, + 862.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 755.0, + 834.0, + 759.0, + 834.0, + 759.0, + 862.0, + 755.0, + 862.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 509.0, + 898.0, + 512.0, + 898.0, + 512.0, + 929.0, + 509.0, + 929.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 535.0, + 898.0, + 538.0, + 898.0, + 538.0, + 929.0, + 535.0, + 929.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 449.0, + 933.0, + 452.0, + 933.0, + 452.0, + 954.0, + 449.0, + 954.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 612.0, + 934.0, + 639.0, + 934.0, + 639.0, + 958.0, + 612.0, + 958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 2085.0, + 862.0, + 2085.0, + 862.0, + 2119.0, + 838.0, + 2119.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 500.0, + 714.0, + 504.0, + 714.0, + 504.0, + 737.0, + 500.0, + 737.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 726.0, + 834.0, + 730.0, + 834.0, + 730.0, + 862.0, + 726.0, + 862.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 755.0, + 834.0, + 759.0, + 834.0, + 759.0, + 862.0, + 755.0, + 862.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 509.0, + 898.0, + 512.0, + 898.0, + 512.0, + 929.0, + 509.0, + 929.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 535.0, + 898.0, + 538.0, + 898.0, + 538.0, + 929.0, + 535.0, + 929.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 449.0, + 933.0, + 452.0, + 933.0, + 452.0, + 954.0, + 449.0, + 954.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 612.0, + 934.0, + 639.0, + 934.0, + 639.0, + 958.0, + 612.0, + 958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1242.0, + 1406.0, + 1242.0, + 1406.0, + 1281.0, + 292.0, + 1281.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1272.0, + 1405.0, + 1272.0, + 1405.0, + 1310.0, + 291.0, + 1310.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1308.0, + 1316.0, + 1308.0, + 1316.0, + 1339.0, + 296.0, + 1339.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1337.0, + 1308.0, + 1403.0, + 1308.0, + 1403.0, + 1339.0, + 1337.0, + 1339.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1335.0, + 1405.0, + 1335.0, + 1405.0, + 1370.0, + 295.0, + 1370.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1361.0, + 1405.0, + 1361.0, + 1405.0, + 1403.0, + 292.0, + 1403.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1398.0, + 1405.0, + 1398.0, + 1405.0, + 1429.0, + 296.0, + 1429.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1424.0, + 1405.0, + 1424.0, + 1405.0, + 1462.0, + 292.0, + 1462.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1457.0, + 939.0, + 1457.0, + 939.0, + 1492.0, + 295.0, + 1492.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 965.0, + 1457.0, + 1405.0, + 1457.0, + 1405.0, + 1492.0, + 965.0, + 1492.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1487.0, + 1405.0, + 1487.0, + 1405.0, + 1522.0, + 294.0, + 1522.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1517.0, + 643.0, + 1517.0, + 643.0, + 1560.0, + 292.0, + 1560.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 679.0, + 1517.0, + 847.0, + 1517.0, + 847.0, + 1560.0, + 679.0, + 1560.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1193.0, + 1517.0, + 1268.0, + 1517.0, + 1268.0, + 1560.0, + 1193.0, + 1560.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1288.0, + 1517.0, + 1334.0, + 1517.0, + 1334.0, + 1560.0, + 1288.0, + 1560.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1361.0, + 1517.0, + 1406.0, + 1517.0, + 1406.0, + 1560.0, + 1361.0, + 1560.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1552.0, + 439.0, + 1552.0, + 439.0, + 1582.0, + 295.0, + 1582.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 466.0, + 1552.0, + 515.0, + 1552.0, + 515.0, + 1582.0, + 466.0, + 1582.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 548.0, + 1552.0, + 558.0, + 1552.0, + 558.0, + 1582.0, + 548.0, + 1582.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 534.0, + 475.0, + 534.0, + 475.0, + 575.0, + 292.0, + 575.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 502.0, + 534.0, + 1405.0, + 534.0, + 1405.0, + 575.0, + 502.0, + 575.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 563.0, + 331.0, + 563.0, + 331.0, + 612.0, + 290.0, + 612.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 525.0, + 563.0, + 1409.0, + 563.0, + 1409.0, + 612.0, + 525.0, + 612.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 601.0, + 590.0, + 601.0, + 590.0, + 641.0, + 295.0, + 641.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 633.0, + 601.0, + 1301.0, + 601.0, + 1301.0, + 641.0, + 633.0, + 641.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1595.0, + 1308.0, + 1595.0, + 1308.0, + 1634.0, + 293.0, + 1634.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1335.0, + 1595.0, + 1405.0, + 1595.0, + 1405.0, + 1634.0, + 1335.0, + 1634.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1629.0, + 446.0, + 1629.0, + 446.0, + 1663.0, + 295.0, + 1663.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 487.0, + 1629.0, + 816.0, + 1629.0, + 816.0, + 1663.0, + 487.0, + 1663.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 857.0, + 1629.0, + 1155.0, + 1629.0, + 1155.0, + 1663.0, + 857.0, + 1663.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1178.0, + 1629.0, + 1405.0, + 1629.0, + 1405.0, + 1663.0, + 1178.0, + 1663.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1658.0, + 1053.0, + 1658.0, + 1053.0, + 1693.0, + 294.0, + 1693.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1080.0, + 1658.0, + 1406.0, + 1658.0, + 1406.0, + 1693.0, + 1080.0, + 1693.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1779.0, + 1407.0, + 1779.0, + 1407.0, + 1821.0, + 294.0, + 1821.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1812.0, + 1090.0, + 1812.0, + 1090.0, + 1853.0, + 294.0, + 1853.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1130.0, + 1812.0, + 1347.0, + 1812.0, + 1347.0, + 1853.0, + 1130.0, + 1853.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1371.0, + 1812.0, + 1391.0, + 1812.0, + 1391.0, + 1853.0, + 1371.0, + 1853.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1904.0, + 951.0, + 1904.0, + 951.0, + 1939.0, + 295.0, + 1939.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1932.0, + 434.0, + 1932.0, + 434.0, + 1972.0, + 293.0, + 1972.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 474.0, + 1932.0, + 1022.0, + 1932.0, + 1022.0, + 1972.0, + 474.0, + 1972.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1042.0, + 1932.0, + 1243.0, + 1932.0, + 1243.0, + 1972.0, + 1042.0, + 1972.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 426.0, + 370.0, + 426.0, + 370.0, + 472.0, + 293.0, + 472.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 426.0, + 725.0, + 426.0, + 725.0, + 472.0, + 392.0, + 472.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 765.0, + 426.0, + 793.0, + 426.0, + 793.0, + 472.0, + 765.0, + 472.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 815.0, + 426.0, + 981.0, + 426.0, + 981.0, + 472.0, + 815.0, + 472.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1088.0, + 426.0, + 1098.0, + 426.0, + 1098.0, + 472.0, + 1088.0, + 472.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1853.0, + 827.0, + 1853.0, + 827.0, + 1904.0, + 291.0, + 1904.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 866.0, + 1853.0, + 1304.0, + 1853.0, + 1304.0, + 1904.0, + 866.0, + 1904.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 228.0, + 838.0, + 228.0, + 838.0, + 264.0, + 294.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 262.0, + 579.0, + 262.0, + 579.0, + 296.0, + 295.0, + 296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 606.0, + 262.0, + 666.0, + 262.0, + 666.0, + 296.0, + 606.0, + 296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 701.0, + 262.0, + 1066.0, + 262.0, + 1066.0, + 296.0, + 701.0, + 296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1088.0, + 262.0, + 1406.0, + 262.0, + 1406.0, + 296.0, + 1088.0, + 296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 291.0, + 394.0, + 291.0, + 394.0, + 325.0, + 291.0, + 325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 575.0, + 291.0, + 688.0, + 291.0, + 688.0, + 325.0, + 575.0, + 325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 490.0, + 385.0, + 490.0, + 385.0, + 526.0, + 296.0, + 526.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 425.0, + 490.0, + 729.0, + 490.0, + 729.0, + 526.0, + 425.0, + 526.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 4, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 296, + 887, + 1406, + 887, + 1406, + 1153, + 296, + 1153 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 296, + 586, + 1405, + 586, + 1405, + 777, + 296, + 777 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 297, + 1529, + 1405, + 1529, + 1405, + 1624, + 297, + 1624 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 298, + 1737, + 1407, + 1737, + 1407, + 1830, + 298, + 1830 + ], + "score": 0.97 + }, + { + "category_id": 1, + "poly": [ + 298, + 337, + 1406, + 337, + 1406, + 462, + 298, + 462 + ], + "score": 0.969 + }, + { + "category_id": 1, + "poly": [ + 297, + 1837, + 1404, + 1837, + 1404, + 1934, + 297, + 1934 + ], + "score": 0.969 + }, + { + "category_id": 1, + "poly": [ + 296, + 229, + 1402, + 229, + 1402, + 323, + 296, + 323 + ], + "score": 0.962 + }, + { + "category_id": 1, + "poly": [ + 297, + 470, + 1404, + 470, + 1404, + 563, + 297, + 563 + ], + "score": 0.962 + }, + { + "category_id": 8, + "poly": [ + 632, + 1409, + 1066, + 1409, + 1066, + 1520, + 632, + 1520 + ], + "score": 0.959 + }, + { + "category_id": 1, + "poly": [ + 296, + 1163, + 1403, + 1163, + 1403, + 1227, + 296, + 1227 + ], + "score": 0.953 + }, + { + "category_id": 1, + "poly": [ + 296, + 1329, + 1402, + 1329, + 1402, + 1398, + 296, + 1398 + ], + "score": 0.951 + }, + { + "category_id": 8, + "poly": [ + 463, + 1240, + 1237, + 1240, + 1237, + 1314, + 463, + 1314 + ], + "score": 0.946 + }, + { + "category_id": 8, + "poly": [ + 628, + 1946, + 1070, + 1946, + 1070, + 1991, + 628, + 1991 + ], + "score": 0.937 + }, + { + "category_id": 8, + "poly": [ + 731, + 1638, + 968, + 1638, + 968, + 1679, + 731, + 1679 + ], + "score": 0.931 + }, + { + "category_id": 1, + "poly": [ + 291, + 2001, + 1299, + 2001, + 1299, + 2037, + 291, + 2037 + ], + "score": 0.924 + }, + { + "category_id": 1, + "poly": [ + 299, + 1690, + 748, + 1690, + 748, + 1722, + 299, + 1722 + ], + "score": 0.919 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 857, + 75, + 857, + 105, + 298, + 105 + ], + "score": 0.917 + }, + { + "category_id": 0, + "poly": [ + 300, + 819, + 757, + 819, + 757, + 856, + 300, + 856 + ], + "score": 0.911 + }, + { + "category_id": 9, + "poly": [ + 1365, + 1954, + 1400, + 1954, + 1400, + 1983, + 1365, + 1983 + ], + "score": 0.859 + }, + { + "category_id": 2, + "poly": [ + 840, + 2088, + 859, + 2088, + 859, + 2112, + 840, + 2112 + ], + "score": 0.814 + }, + { + "category_id": 14, + "poly": [ + 630, + 1407, + 1065, + 1407, + 1065, + 1520, + 630, + 1520 + ], + "score": 0.95, + "latex": "\\Upsilon _ { n } ( \\mathcal { F } ) \\geqslant \\mathbb { E } \\left[ \\operatorname* { s u p } _ { f \\in \\mathcal { F } } \\frac { 1 } { n } \\left| \\sum _ { i \\in [ n ] } \\tau _ { i } f ( X _ { i } ) \\right| \\right] ," + }, + { + "category_id": 13, + "poly": [ + 775, + 654, + 928, + 654, + 928, + 687, + 775, + 687 + ], + "score": 0.94, + "latex": "z \\in g ^ { * , - 1 } ( B )" + }, + { + "category_id": 13, + "poly": [ + 787, + 1328, + 938, + 1328, + 938, + 1368, + 787, + 1368 + ], + "score": 0.93, + "latex": "\\mathcal { N } ( \\epsilon , \\tilde { \\mathcal { F } } , \\| \\cdot \\| )" + }, + { + "category_id": 13, + "poly": [ + 668, + 951, + 803, + 951, + 803, + 985, + 668, + 985 + ], + "score": 0.93, + "latex": "d _ { \\mathcal { F } } ( P ^ { \\ast } , P _ { \\hat { g } } )" + }, + { + "category_id": 13, + "poly": [ + 1146, + 618, + 1259, + 618, + 1259, + 652, + 1146, + 652 + ], + "score": 0.93, + "latex": "\\lambda ( B ) > 0" + }, + { + "category_id": 13, + "poly": [ + 911, + 1591, + 994, + 1591, + 994, + 1625, + 911, + 1625 + ], + "score": 0.93, + "latex": "\\Upsilon _ { n } ( \\mathcal { F } )" + }, + { + "category_id": 13, + "poly": [ + 1004, + 1900, + 1242, + 1900, + 1242, + 1934, + 1004, + 1934 + ], + "score": 0.93, + "latex": "c _ { g } = c _ { g } ( B _ { g } , L _ { g } ) > 0" + }, + { + "category_id": 14, + "poly": [ + 627, + 1945, + 1074, + 1945, + 1074, + 1990, + 627, + 1990 + ], + "score": 0.93, + "latex": "\\lVert \\dot { \\boldsymbol g } _ { d } - \\boldsymbol g _ { d } ^ { * } \\rVert _ { L ^ { 2 } } \\leqslant c _ { g } M S _ { g } ^ { - \\beta / D } , \\forall d \\in [ D ] ." + }, + { + "category_id": 13, + "poly": [ + 701, + 1365, + 783, + 1365, + 783, + 1398, + 701, + 1398 + ], + "score": 0.93, + "latex": "\\Upsilon _ { n } ( \\mathcal { F } )" + }, + { + "category_id": 13, + "poly": [ + 906, + 1529, + 1300, + 1529, + 1300, + 1564, + 906, + 1564 + ], + "score": 0.92, + "latex": "\\operatorname* { P r } ( \\tau _ { i } = 1 ) = \\operatorname* { P r } ( \\tau _ { i } = 1 ) = 1 / 2" + }, + { + "category_id": 13, + "poly": [ + 1123, + 1087, + 1342, + 1087, + 1342, + 1121, + 1123, + 1121 + ], + "score": 0.92, + "latex": "\\mathcal { G } = \\Xi ( S _ { g } , B _ { g } , L _ { g } )" + }, + { + "category_id": 13, + "poly": [ + 1270, + 988, + 1397, + 988, + 1397, + 1023, + 1270, + 1023 + ], + "score": 0.92, + "latex": "S _ { f } , B _ { f } , L _ { f }" + }, + { + "category_id": 14, + "poly": [ + 461, + 1237, + 1234, + 1237, + 1234, + 1316, + 461, + 1316 + ], + "score": 0.92, + "latex": "\\Upsilon _ { n } ( \\mathcal { F } ) : = \\operatorname* { i n f } _ { \\eta > 0 } 4 \\eta + 1 2 n ^ { - 1 / 2 } \\int _ { \\eta } ^ { c } \\log \\mathcal { N } ( ( L _ { 1 } + 1 ) ^ { - 1 } \\epsilon , \\mathcal { F } , \\| \\cdot \\| _ { n } ) ^ { 1 / 2 } d \\epsilon ," + }, + { + "category_id": 13, + "poly": [ + 775, + 1057, + 856, + 1057, + 856, + 1089, + 775, + 1089 + ], + "score": 0.92, + "latex": "f \\in { \\mathcal { F } }" + }, + { + "category_id": 13, + "poly": [ + 734, + 501, + 862, + 501, + 862, + 535, + 734, + 535 + ], + "score": 0.92, + "latex": "P ^ { * } = P _ { g ^ { * } }" + }, + { + "category_id": 13, + "poly": [ + 426, + 1119, + 548, + 1119, + 548, + 1152, + 426, + 1152 + ], + "score": 0.92, + "latex": "S _ { g } , B _ { g } , L _ { g }" + }, + { + "category_id": 13, + "poly": [ + 811, + 618, + 954, + 618, + 954, + 653, + 811, + 653 + ], + "score": 0.92, + "latex": "P _ { g ^ { * } } ( B ) = 0" + }, + { + "category_id": 13, + "poly": [ + 528, + 1691, + 621, + 1691, + 621, + 1721, + 528, + 1721 + ], + "score": 0.92, + "latex": "C _ { \\mathcal { F } } > 0" + }, + { + "category_id": 13, + "poly": [ + 474, + 2003, + 593, + 2003, + 593, + 2037, + 474, + 2037 + ], + "score": 0.92, + "latex": "P ^ { * } = P _ { g ^ { * } }" + }, + { + "category_id": 14, + "poly": [ + 730, + 1636, + 967, + 1636, + 967, + 1678, + 730, + 1678 + ], + "score": 0.91, + "latex": "\\Upsilon _ { n } ( \\mathcal { F } ) \\leqslant C _ { \\mathcal { F } } n ^ { - 1 / \\kappa } ," + }, + { + "category_id": 13, + "poly": [ + 997, + 616, + 1085, + 616, + 1085, + 647, + 997, + 647 + ], + "score": 0.91, + "latex": "B \\in I ^ { D }" + }, + { + "category_id": 13, + "poly": [ + 1151, + 1869, + 1273, + 1869, + 1273, + 1902, + 1151, + 1902 + ], + "score": 0.91, + "latex": "P ^ { * } = P _ { g ^ { * } }" + }, + { + "category_id": 13, + "poly": [ + 803, + 983, + 1085, + 983, + 1085, + 1023, + 803, + 1023 + ], + "score": 0.91, + "latex": "\\mathcal { F } = \\Xi ( S _ { f } , B _ { f } , L _ { f } ) \\cap \\widetilde { \\mathcal { F } }" + }, + { + "category_id": 13, + "poly": [ + 360, + 651, + 441, + 651, + 441, + 682, + 360, + 682 + ], + "score": 0.91, + "latex": "z \\in I ^ { D }" + }, + { + "category_id": 13, + "poly": [ + 504, + 1365, + 545, + 1365, + 545, + 1398, + 504, + 1398 + ], + "score": 0.9, + "latex": "\\| \\cdot \\|" + }, + { + "category_id": 13, + "poly": [ + 1242, + 1056, + 1400, + 1056, + 1400, + 1088, + 1242, + 1088 + ], + "score": 0.9, + "latex": "\\| f \\| _ { L ^ { \\infty } } \\leqslant B _ { F }" + }, + { + "category_id": 13, + "poly": [ + 370, + 1337, + 436, + 1337, + 436, + 1363, + 370, + 1363 + ], + "score": 0.9, + "latex": "c > 0" + }, + { + "category_id": 13, + "poly": [ + 534, + 1562, + 568, + 1562, + 568, + 1591, + 534, + 1591 + ], + "score": 0.9, + "latex": "X _ { i }" + }, + { + "category_id": 13, + "poly": [ + 849, + 921, + 886, + 921, + 886, + 950, + 849, + 950 + ], + "score": 0.89, + "latex": "d _ { \\mathcal { F } }" + }, + { + "category_id": 13, + "poly": [ + 1212, + 2003, + 1295, + 2003, + 1295, + 2030, + 1212, + 2030 + ], + "score": 0.89, + "latex": "M = 1" + }, + { + "category_id": 13, + "poly": [ + 671, + 1692, + 741, + 1692, + 741, + 1720, + 671, + 1720 + ], + "score": 0.89, + "latex": "\\kappa \\geqslant 2" + }, + { + "category_id": 13, + "poly": [ + 1010, + 654, + 1043, + 654, + 1043, + 686, + 1010, + 686 + ], + "score": 0.89, + "latex": "g ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 468, + 1087, + 615, + 1087, + 615, + 1118, + 468, + 1118 + ], + "score": 0.89, + "latex": "L _ { 1 } , B _ { F } > 0 ." + }, + { + "category_id": 13, + "poly": [ + 903, + 1058, + 937, + 1058, + 937, + 1087, + 903, + 1087 + ], + "score": 0.88, + "latex": "L _ { 1 }" + }, + { + "category_id": 13, + "poly": [ + 561, + 1901, + 593, + 1901, + 593, + 1933, + 561, + 1933 + ], + "score": 0.88, + "latex": "S _ { g }" + }, + { + "category_id": 13, + "poly": [ + 399, + 1870, + 437, + 1870, + 437, + 1897, + 399, + 1897 + ], + "score": 0.88, + "latex": "P ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 1175, + 502, + 1208, + 502, + 1208, + 533, + 1175, + 533 + ], + "score": 0.87, + "latex": "g ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 361, + 1901, + 391, + 1901, + 391, + 1932, + 361, + 1932 + ], + "score": 0.87, + "latex": "g ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 368, + 231, + 407, + 231, + 407, + 259, + 368, + 259 + ], + "score": 0.87, + "latex": "P ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 1071, + 502, + 1102, + 502, + 1102, + 533, + 1071, + 533 + ], + "score": 0.87, + "latex": "g ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 297, + 653, + 329, + 653, + 329, + 685, + 297, + 685 + ], + "score": 0.87, + "latex": "g ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 932, + 2008, + 950, + 2008, + 950, + 2035, + 932, + 2035 + ], + "score": 0.86, + "latex": "\\beta" + }, + { + "category_id": 13, + "poly": [ + 372, + 1020, + 398, + 1020, + 398, + 1053, + 372, + 1053 + ], + "score": 0.86, + "latex": "\\tilde { \\mathcal { F } }" + }, + { + "category_id": 13, + "poly": [ + 1208, + 1329, + 1234, + 1329, + 1234, + 1362, + 1208, + 1362 + ], + "score": 0.86, + "latex": "\\tilde { \\mathcal { F } }" + }, + { + "category_id": 13, + "poly": [ + 923, + 1872, + 942, + 1872, + 942, + 1902, + 923, + 1902 + ], + "score": 0.85, + "latex": "\\beta" + }, + { + "category_id": 13, + "poly": [ + 757, + 1904, + 820, + 1904, + 820, + 1932, + 757, + 1932 + ], + "score": 0.85, + "latex": "{ \\dot { g } } \\in { \\mathcal { G } }" + }, + { + "category_id": 13, + "poly": [ + 711, + 1335, + 737, + 1335, + 737, + 1362, + 711, + 1362 + ], + "score": 0.85, + "latex": "\\mathcal { F }" + }, + { + "category_id": 13, + "poly": [ + 922, + 1022, + 948, + 1022, + 948, + 1053, + 922, + 1053 + ], + "score": 0.84, + "latex": "\\tilde { \\mathcal { F } }" + }, + { + "category_id": 13, + "poly": [ + 1325, + 921, + 1353, + 921, + 1353, + 947, + 1325, + 947 + ], + "score": 0.84, + "latex": "\\mathcal { F }" + }, + { + "category_id": 13, + "poly": [ + 622, + 1565, + 647, + 1565, + 647, + 1591, + 622, + 1591 + ], + "score": 0.84, + "latex": "\\tau _ { i }" + }, + { + "category_id": 13, + "poly": [ + 515, + 989, + 542, + 989, + 542, + 1016, + 515, + 1016 + ], + "score": 0.83, + "latex": "\\mathcal { F }" + }, + { + "category_id": 13, + "poly": [ + 373, + 1536, + 399, + 1536, + 399, + 1561, + 373, + 1561 + ], + "score": 0.83, + "latex": "\\tau _ { i }" + }, + { + "category_id": 13, + "poly": [ + 381, + 263, + 401, + 263, + 401, + 293, + 381, + 293 + ], + "score": 0.83, + "latex": "\\beta" + }, + { + "category_id": 13, + "poly": [ + 846, + 1196, + 872, + 1196, + 872, + 1222, + 846, + 1222 + ], + "score": 0.83, + "latex": "\\mathcal { F }" + }, + { + "category_id": 13, + "poly": [ + 323, + 501, + 363, + 501, + 363, + 530, + 323, + 530 + ], + "score": 0.75, + "latex": "P ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 726, + 1906, + 744, + 1906, + 744, + 1929, + 726, + 1929 + ], + "score": 0.75, + "latex": "\\mathcal { G }" + }, + { + "category_id": 13, + "poly": [ + 1203, + 956, + 1224, + 956, + 1224, + 978, + 1203, + 978 + ], + "score": 0.75, + "latex": "n" + }, + { + "category_id": 13, + "poly": [ + 346, + 993, + 374, + 993, + 374, + 1016, + 346, + 1016 + ], + "score": 0.66, + "latex": "m" + }, + { + "category_id": 13, + "poly": [ + 490, + 1871, + 523, + 1871, + 523, + 1897, + 490, + 1897 + ], + "score": 0.66, + "latex": "M" + }, + { + "category_id": 13, + "poly": [ + 817, + 1843, + 834, + 1843, + 834, + 1871, + 817, + 1871 + ], + "score": 0.58, + "latex": "g" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 73.0, + 858.0, + 73.0, + 858.0, + 108.0, + 298.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 817.0, + 763.0, + 817.0, + 763.0, + 861.0, + 291.0, + 861.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 840.0, + 2086.0, + 862.0, + 2086.0, + 862.0, + 2116.0, + 840.0, + 2116.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 888.0, + 1406.0, + 888.0, + 1406.0, + 923.0, + 295.0, + 923.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 918.0, + 848.0, + 918.0, + 848.0, + 954.0, + 293.0, + 954.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 887.0, + 918.0, + 1324.0, + 918.0, + 1324.0, + 954.0, + 887.0, + 954.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1354.0, + 918.0, + 1406.0, + 918.0, + 1406.0, + 954.0, + 1354.0, + 954.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 946.0, + 667.0, + 946.0, + 667.0, + 988.0, + 291.0, + 988.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 804.0, + 946.0, + 1202.0, + 946.0, + 1202.0, + 988.0, + 804.0, + 988.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1225.0, + 946.0, + 1406.0, + 946.0, + 1406.0, + 988.0, + 1225.0, + 988.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 979.0, + 345.0, + 979.0, + 345.0, + 1029.0, + 292.0, + 1029.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 375.0, + 979.0, + 514.0, + 979.0, + 514.0, + 1029.0, + 375.0, + 1029.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 543.0, + 979.0, + 802.0, + 979.0, + 802.0, + 1029.0, + 543.0, + 1029.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1086.0, + 979.0, + 1269.0, + 979.0, + 1269.0, + 1029.0, + 1086.0, + 1029.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1398.0, + 979.0, + 1409.0, + 979.0, + 1409.0, + 1029.0, + 1398.0, + 1029.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1021.0, + 371.0, + 1021.0, + 371.0, + 1059.0, + 293.0, + 1059.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 399.0, + 1021.0, + 921.0, + 1021.0, + 921.0, + 1059.0, + 399.0, + 1059.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 949.0, + 1021.0, + 1408.0, + 1021.0, + 1408.0, + 1059.0, + 949.0, + 1059.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1053.0, + 774.0, + 1053.0, + 774.0, + 1092.0, + 294.0, + 1092.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 857.0, + 1053.0, + 902.0, + 1053.0, + 902.0, + 1092.0, + 857.0, + 1092.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 938.0, + 1053.0, + 1241.0, + 1053.0, + 1241.0, + 1092.0, + 938.0, + 1092.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1401.0, + 1053.0, + 1404.0, + 1053.0, + 1404.0, + 1092.0, + 1401.0, + 1092.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1085.0, + 467.0, + 1085.0, + 467.0, + 1124.0, + 293.0, + 1124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 616.0, + 1085.0, + 1122.0, + 1085.0, + 1122.0, + 1124.0, + 616.0, + 1124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1343.0, + 1085.0, + 1404.0, + 1085.0, + 1404.0, + 1124.0, + 1343.0, + 1124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1113.0, + 425.0, + 1113.0, + 425.0, + 1157.0, + 293.0, + 1157.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 549.0, + 1113.0, + 560.0, + 1113.0, + 560.0, + 1157.0, + 549.0, + 1157.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 587.0, + 1405.0, + 587.0, + 1405.0, + 623.0, + 294.0, + 623.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 615.0, + 810.0, + 615.0, + 810.0, + 656.0, + 293.0, + 656.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 955.0, + 615.0, + 996.0, + 615.0, + 996.0, + 656.0, + 955.0, + 656.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1086.0, + 615.0, + 1145.0, + 615.0, + 1145.0, + 656.0, + 1086.0, + 656.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1260.0, + 615.0, + 1407.0, + 615.0, + 1407.0, + 656.0, + 1260.0, + 656.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 648.0, + 296.0, + 648.0, + 296.0, + 692.0, + 291.0, + 692.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 330.0, + 648.0, + 359.0, + 648.0, + 359.0, + 692.0, + 330.0, + 692.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 442.0, + 648.0, + 774.0, + 648.0, + 774.0, + 692.0, + 442.0, + 692.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 929.0, + 648.0, + 1009.0, + 648.0, + 1009.0, + 692.0, + 929.0, + 692.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1044.0, + 648.0, + 1407.0, + 648.0, + 1407.0, + 692.0, + 1044.0, + 692.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 683.0, + 1405.0, + 683.0, + 1405.0, + 719.0, + 294.0, + 719.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 713.0, + 1405.0, + 713.0, + 1405.0, + 748.0, + 293.0, + 748.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 744.0, + 556.0, + 744.0, + 556.0, + 782.0, + 294.0, + 782.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1528.0, + 372.0, + 1528.0, + 372.0, + 1566.0, + 294.0, + 1566.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 400.0, + 1528.0, + 905.0, + 1528.0, + 905.0, + 1566.0, + 400.0, + 1566.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1301.0, + 1528.0, + 1406.0, + 1528.0, + 1406.0, + 1566.0, + 1301.0, + 1566.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1561.0, + 533.0, + 1561.0, + 533.0, + 1595.0, + 295.0, + 1595.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 569.0, + 1561.0, + 621.0, + 1561.0, + 621.0, + 1595.0, + 569.0, + 1595.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 648.0, + 1561.0, + 1406.0, + 1561.0, + 1406.0, + 1595.0, + 648.0, + 1595.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1590.0, + 910.0, + 1590.0, + 910.0, + 1628.0, + 294.0, + 1628.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 995.0, + 1590.0, + 1030.0, + 1590.0, + 1030.0, + 1628.0, + 995.0, + 1628.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1736.0, + 1408.0, + 1736.0, + 1408.0, + 1774.0, + 295.0, + 1774.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1765.0, + 1407.0, + 1765.0, + 1407.0, + 1804.0, + 293.0, + 1804.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1798.0, + 1050.0, + 1798.0, + 1050.0, + 1835.0, + 295.0, + 1835.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 337.0, + 1406.0, + 337.0, + 1406.0, + 374.0, + 295.0, + 374.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 368.0, + 1409.0, + 368.0, + 1409.0, + 404.0, + 293.0, + 404.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 399.0, + 1409.0, + 399.0, + 1409.0, + 436.0, + 293.0, + 436.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 431.0, + 1350.0, + 431.0, + 1350.0, + 464.0, + 295.0, + 464.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1836.0, + 816.0, + 1836.0, + 816.0, + 1873.0, + 294.0, + 1873.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 835.0, + 1836.0, + 954.0, + 1836.0, + 954.0, + 1873.0, + 835.0, + 1873.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1866.0, + 398.0, + 1866.0, + 398.0, + 1904.0, + 292.0, + 1904.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 438.0, + 1866.0, + 489.0, + 1866.0, + 489.0, + 1904.0, + 438.0, + 1904.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 524.0, + 1866.0, + 922.0, + 1866.0, + 922.0, + 1904.0, + 524.0, + 1904.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 943.0, + 1866.0, + 1150.0, + 1866.0, + 1150.0, + 1904.0, + 943.0, + 1904.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1274.0, + 1866.0, + 1405.0, + 1866.0, + 1405.0, + 1904.0, + 1274.0, + 1904.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1898.0, + 360.0, + 1898.0, + 360.0, + 1936.0, + 294.0, + 1936.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 1898.0, + 560.0, + 1898.0, + 560.0, + 1936.0, + 392.0, + 1936.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 594.0, + 1898.0, + 725.0, + 1898.0, + 725.0, + 1936.0, + 594.0, + 1936.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 745.0, + 1898.0, + 756.0, + 1898.0, + 756.0, + 1936.0, + 745.0, + 1936.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 821.0, + 1898.0, + 1003.0, + 1898.0, + 1003.0, + 1936.0, + 821.0, + 1936.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1243.0, + 1898.0, + 1355.0, + 1898.0, + 1355.0, + 1936.0, + 1243.0, + 1936.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 226.0, + 367.0, + 226.0, + 367.0, + 268.0, + 291.0, + 268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 408.0, + 226.0, + 1407.0, + 226.0, + 1407.0, + 268.0, + 408.0, + 268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 259.0, + 380.0, + 259.0, + 380.0, + 297.0, + 294.0, + 297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 402.0, + 259.0, + 1404.0, + 259.0, + 1404.0, + 297.0, + 402.0, + 297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 292.0, + 1206.0, + 292.0, + 1206.0, + 326.0, + 295.0, + 326.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 467.0, + 1049.0, + 467.0, + 1049.0, + 506.0, + 294.0, + 506.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 495.0, + 322.0, + 495.0, + 322.0, + 538.0, + 291.0, + 538.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 364.0, + 495.0, + 733.0, + 495.0, + 733.0, + 538.0, + 364.0, + 538.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 863.0, + 495.0, + 1070.0, + 495.0, + 1070.0, + 538.0, + 863.0, + 538.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1103.0, + 495.0, + 1174.0, + 495.0, + 1174.0, + 538.0, + 1103.0, + 538.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1209.0, + 495.0, + 1405.0, + 495.0, + 1405.0, + 538.0, + 1209.0, + 538.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 531.0, + 433.0, + 531.0, + 433.0, + 566.0, + 294.0, + 566.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1159.0, + 1404.0, + 1159.0, + 1404.0, + 1201.0, + 294.0, + 1201.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1191.0, + 845.0, + 1191.0, + 845.0, + 1227.0, + 295.0, + 1227.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1328.0, + 369.0, + 1328.0, + 369.0, + 1373.0, + 294.0, + 1373.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 437.0, + 1328.0, + 710.0, + 1328.0, + 710.0, + 1373.0, + 437.0, + 1373.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 738.0, + 1328.0, + 786.0, + 1328.0, + 786.0, + 1373.0, + 738.0, + 1373.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 939.0, + 1328.0, + 1207.0, + 1328.0, + 1207.0, + 1373.0, + 939.0, + 1373.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1235.0, + 1328.0, + 1407.0, + 1328.0, + 1407.0, + 1373.0, + 1235.0, + 1373.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1361.0, + 503.0, + 1361.0, + 503.0, + 1402.0, + 295.0, + 1402.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 546.0, + 1361.0, + 700.0, + 1361.0, + 700.0, + 1402.0, + 546.0, + 1402.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 784.0, + 1361.0, + 1406.0, + 1361.0, + 1406.0, + 1402.0, + 784.0, + 1402.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1999.0, + 473.0, + 1999.0, + 473.0, + 2039.0, + 293.0, + 2039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 594.0, + 1999.0, + 931.0, + 1999.0, + 931.0, + 2039.0, + 594.0, + 2039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 951.0, + 1999.0, + 1211.0, + 1999.0, + 1211.0, + 2039.0, + 951.0, + 2039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1296.0, + 1999.0, + 1306.0, + 1999.0, + 1306.0, + 2039.0, + 1296.0, + 2039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1688.0, + 527.0, + 1688.0, + 527.0, + 1725.0, + 296.0, + 1725.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 622.0, + 1688.0, + 670.0, + 1688.0, + 670.0, + 1725.0, + 622.0, + 1725.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 742.0, + 1688.0, + 752.0, + 1688.0, + 752.0, + 1725.0, + 742.0, + 1725.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 5, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1127, + 1405, + 1127, + 1405, + 1253, + 297, + 1253 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 296, + 928, + 1408, + 928, + 1408, + 1114, + 296, + 1114 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 298, + 377, + 1402, + 377, + 1402, + 504, + 298, + 504 + ], + "score": 0.968 + }, + { + "category_id": 8, + "poly": [ + 516, + 1753, + 1181, + 1753, + 1181, + 1812, + 516, + 1812 + ], + "score": 0.95 + }, + { + "category_id": 1, + "poly": [ + 294, + 696, + 1399, + 696, + 1399, + 761, + 294, + 761 + ], + "score": 0.948 + }, + { + "category_id": 1, + "poly": [ + 296, + 1971, + 1403, + 1971, + 1403, + 2036, + 296, + 2036 + ], + "score": 0.947 + }, + { + "category_id": 8, + "poly": [ + 517, + 1456, + 1177, + 1456, + 1177, + 1516, + 517, + 1516 + ], + "score": 0.945 + }, + { + "category_id": 1, + "poly": [ + 294, + 1543, + 1407, + 1543, + 1407, + 1615, + 294, + 1615 + ], + "score": 0.941 + }, + { + "category_id": 8, + "poly": [ + 604, + 1263, + 1096, + 1263, + 1096, + 1306, + 604, + 1306 + ], + "score": 0.941 + }, + { + "category_id": 8, + "poly": [ + 338, + 818, + 1354, + 818, + 1354, + 918, + 338, + 918 + ], + "score": 0.941 + }, + { + "category_id": 8, + "poly": [ + 391, + 513, + 1304, + 513, + 1304, + 631, + 391, + 631 + ], + "score": 0.94 + }, + { + "category_id": 1, + "poly": [ + 296, + 1652, + 1404, + 1652, + 1404, + 1743, + 296, + 1743 + ], + "score": 0.935 + }, + { + "category_id": 0, + "poly": [ + 298, + 1902, + 531, + 1902, + 531, + 1939, + 298, + 1939 + ], + "score": 0.925 + }, + { + "category_id": 2, + "poly": [ + 297, + 74, + 858, + 74, + 858, + 105, + 297, + 105 + ], + "score": 0.922 + }, + { + "category_id": 1, + "poly": [ + 302, + 773, + 1358, + 773, + 1358, + 808, + 302, + 808 + ], + "score": 0.921 + }, + { + "category_id": 1, + "poly": [ + 298, + 1824, + 602, + 1824, + 602, + 1864, + 298, + 1864 + ], + "score": 0.917 + }, + { + "category_id": 1, + "poly": [ + 297, + 337, + 1146, + 337, + 1146, + 371, + 297, + 371 + ], + "score": 0.905 + }, + { + "category_id": 1, + "poly": [ + 297, + 1313, + 1064, + 1313, + 1064, + 1347, + 297, + 1347 + ], + "score": 0.902 + }, + { + "category_id": 9, + "poly": [ + 1366, + 1272, + 1400, + 1272, + 1400, + 1301, + 1366, + 1301 + ], + "score": 0.872 + }, + { + "category_id": 9, + "poly": [ + 1366, + 1470, + 1400, + 1470, + 1400, + 1501, + 1366, + 1501 + ], + "score": 0.867 + }, + { + "category_id": 1, + "poly": [ + 296, + 1355, + 1407, + 1355, + 1407, + 1447, + 296, + 1447 + ], + "score": 0.842 + }, + { + "category_id": 1, + "poly": [ + 297, + 1621, + 765, + 1621, + 765, + 1651, + 297, + 1651 + ], + "score": 0.837 + }, + { + "category_id": 9, + "poly": [ + 1365, + 541, + 1401, + 541, + 1401, + 570, + 1365, + 570 + ], + "score": 0.82 + }, + { + "category_id": 2, + "poly": [ + 841, + 2087, + 858, + 2087, + 858, + 2111, + 841, + 2111 + ], + "score": 0.78 + }, + { + "category_id": 1, + "poly": [ + 298, + 228, + 1407, + 228, + 1407, + 324, + 298, + 324 + ], + "score": 0.701 + }, + { + "category_id": 1, + "poly": [ + 297, + 641, + 1219, + 641, + 1219, + 676, + 297, + 676 + ], + "score": 0.553 + }, + { + "category_id": 13, + "poly": [ + 1308, + 230, + 1403, + 230, + 1403, + 264, + 1308, + 264 + ], + "score": 0.93, + "latex": "\\left( - \\beta / D \\right)" + }, + { + "category_id": 14, + "poly": [ + 394, + 511, + 1305, + 511, + 1305, + 633, + 394, + 633 + ], + "score": 0.93, + "latex": "d _ { \\mathcal { F } } \\big ( P ^ { * } , P _ { \\widehat { g } } \\big ) \\leqslant \\underbrace { \\Upsilon _ { m } ( \\widetilde { \\mathcal { F } } ) + c _ { 1 } \\frac { \\sqrt { S _ { g } } + \\sqrt { S _ { f } } } { \\sqrt { m } } } _ { = : I } + \\underbrace { c _ { 2 } M D S _ { g } ^ { - \\beta / D } } _ { = : I I } + \\underbrace { \\Upsilon _ { n } ( \\widetilde { \\mathcal { F } } ) + c _ { 3 } \\sqrt { \\frac { S _ { f } } { n } } } _ { = : I I I } ." + }, + { + "category_id": 13, + "poly": [ + 1133, + 1050, + 1269, + 1050, + 1269, + 1085, + 1133, + 1085 + ], + "score": 0.93, + "latex": "d _ { \\mathcal { F } } ( P _ { g } , P ^ { * } )" + }, + { + "category_id": 14, + "poly": [ + 518, + 1751, + 1180, + 1751, + 1180, + 1813, + 518, + 1813 + ], + "score": 0.93, + "latex": "d _ { \\mathcal { F } } ( P ^ { \\ast } , P _ { \\hat { g } } ) = O \\left( n ^ { - 1 / \\kappa } \\right) + O \\left( m ^ { - 1 / \\kappa } + m ^ { - \\widetilde { \\beta } / ( 2 \\widetilde { \\beta } + D ) } \\right) ," + }, + { + "category_id": 14, + "poly": [ + 340, + 817, + 1359, + 817, + 1359, + 921, + 340, + 921 + ], + "score": 0.93, + "latex": "d _ { \\mathcal { F } } ( P ^ { * } , P _ { \\hat { g } } ) \\leqslant \\underbrace { 2 \\operatorname* { s u p } _ { g \\in \\mathcal { G } } \\operatorname* { s u p } _ { f \\in \\mathcal { F } } \\big | \\mathbb { E } _ { P _ { g , m } } [ f ( X ) ] - \\mathbb { E } _ { P _ { g } } [ f ( X ) ] \\big | } _ { = : i } + \\underbrace { \\operatorname* { i n f } _ { g \\in \\mathcal { G } } d _ { \\mathcal { F } } ( P _ { g } , P ^ { * } ) } _ { = : i i } + \\underbrace { 2 d _ { \\mathcal { F } } ( P _ { n } , P _ { 0 } ) } _ { = : i i i } ." + }, + { + "category_id": 13, + "poly": [ + 616, + 1221, + 733, + 1221, + 733, + 1254, + 616, + 1254 + ], + "score": 0.92, + "latex": "c _ { g } , c _ { f } > 0" + }, + { + "category_id": 14, + "poly": [ + 602, + 1263, + 1095, + 1263, + 1095, + 1306, + 602, + 1306 + ], + "score": 0.92, + "latex": "S _ { g } = c _ { g } m ^ { D / ( 2 \\beta + D ) } , ~ \\mathrm { a n d } ~ S _ { f } = c _ { f } n ^ { ( \\kappa - 2 ) / \\kappa } ," + }, + { + "category_id": 13, + "poly": [ + 1092, + 1650, + 1198, + 1650, + 1198, + 1684, + 1092, + 1684 + ], + "score": 0.91, + "latex": "m \\in [ M ]" + }, + { + "category_id": 13, + "poly": [ + 789, + 1578, + 970, + 1578, + 970, + 1617, + 789, + 1617 + ], + "score": 0.91, + "latex": "O \\left( n ^ { - 1 / \\left( 2 + 2 D \\right) } \\right)" + }, + { + "category_id": 14, + "poly": [ + 517, + 1454, + 1183, + 1454, + 1183, + 1516, + 517, + 1516 + ], + "score": 0.91, + "latex": "d _ { \\mathcal { F } } ( P ^ { \\ast } , P _ { \\hat { g } } ) = O \\left( n ^ { - 1 / \\kappa } \\right) + O \\left( m ^ { - 1 / \\kappa } + m ^ { - \\beta / ( 2 \\beta + D ) } \\right) ." + }, + { + "category_id": 13, + "poly": [ + 1261, + 990, + 1353, + 990, + 1353, + 1019, + 1261, + 1019 + ], + "score": 0.9, + "latex": "i i \\leqslant I I" + }, + { + "category_id": 13, + "poly": [ + 409, + 930, + 475, + 930, + 475, + 959, + 409, + 959 + ], + "score": 0.9, + "latex": "i \\leqslant I" + }, + { + "category_id": 13, + "poly": [ + 525, + 930, + 637, + 930, + 637, + 959, + 525, + 959 + ], + "score": 0.9, + "latex": "i i i \\leqslant I I I" + }, + { + "category_id": 13, + "poly": [ + 937, + 1129, + 970, + 1129, + 970, + 1162, + 937, + 1162 + ], + "score": 0.9, + "latex": "S _ { g }" + }, + { + "category_id": 13, + "poly": [ + 963, + 1161, + 997, + 1161, + 997, + 1192, + 963, + 1192 + ], + "score": 0.9, + "latex": "S _ { f }" + }, + { + "category_id": 13, + "poly": [ + 699, + 776, + 732, + 776, + 732, + 811, + 699, + 811 + ], + "score": 0.89, + "latex": "P _ { \\hat { g } }" + }, + { + "category_id": 13, + "poly": [ + 502, + 699, + 562, + 699, + 562, + 730, + 502, + 730 + ], + "score": 0.89, + "latex": "I , I I" + }, + { + "category_id": 13, + "poly": [ + 372, + 1823, + 594, + 1823, + 594, + 1865, + 372, + 1865 + ], + "score": 0.89, + "latex": "\\widetilde { \\beta } : = \\operatorname* { m i n } _ { m \\in \\left[ M \\right] } \\beta _ { m }" + }, + { + "category_id": 13, + "poly": [ + 864, + 1386, + 897, + 1386, + 897, + 1418, + 864, + 1418 + ], + "score": 0.89, + "latex": "S _ { f }" + }, + { + "category_id": 13, + "poly": [ + 951, + 1386, + 983, + 1386, + 983, + 1418, + 951, + 1418 + ], + "score": 0.89, + "latex": "S _ { g }" + }, + { + "category_id": 13, + "poly": [ + 523, + 1683, + 563, + 1683, + 563, + 1712, + 523, + 1712 + ], + "score": 0.89, + "latex": "S _ { m }" + }, + { + "category_id": 13, + "poly": [ + 1020, + 1129, + 1054, + 1129, + 1054, + 1162, + 1020, + 1162 + ], + "score": 0.88, + "latex": "S _ { f }" + }, + { + "category_id": 13, + "poly": [ + 298, + 1685, + 336, + 1685, + 336, + 1713, + 298, + 1713 + ], + "score": 0.88, + "latex": "\\beta _ { m }" + }, + { + "category_id": 13, + "poly": [ + 849, + 232, + 880, + 232, + 880, + 263, + 849, + 263 + ], + "score": 0.88, + "latex": "g ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 333, + 262, + 366, + 262, + 366, + 295, + 333, + 295 + ], + "score": 0.88, + "latex": "S _ { g }" + }, + { + "category_id": 13, + "poly": [ + 993, + 440, + 1027, + 440, + 1027, + 473, + 993, + 473 + ], + "score": 0.88, + "latex": "P _ { \\hat { g } }" + }, + { + "category_id": 13, + "poly": [ + 1129, + 643, + 1212, + 643, + 1212, + 670, + 1129, + 670 + ], + "score": 0.87, + "latex": "M = 1" + }, + { + "category_id": 13, + "poly": [ + 1256, + 1651, + 1295, + 1651, + 1295, + 1679, + 1256, + 1679 + ], + "score": 0.87, + "latex": "P ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 677, + 1651, + 715, + 1651, + 715, + 1678, + 677, + 1678 + ], + "score": 0.87, + "latex": "P ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 448, + 409, + 487, + 409, + 487, + 437, + 448, + 437 + ], + "score": 0.87, + "latex": "P ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 1046, + 1542, + 1071, + 1542, + 1071, + 1575, + 1046, + 1575 + ], + "score": 0.86, + "latex": "\\tilde { \\mathcal { F } }" + }, + { + "category_id": 13, + "poly": [ + 456, + 1542, + 482, + 1542, + 482, + 1575, + 456, + 1575 + ], + "score": 0.86, + "latex": "\\tilde { \\mathcal { F } }" + }, + { + "category_id": 13, + "poly": [ + 296, + 469, + 805, + 469, + 805, + 504, + 296, + 504 + ], + "score": 0.85, + "latex": "c _ { 1 } ( L _ { f } , B _ { f } , L _ { g } , B _ { g } ) , c _ { 2 } , c _ { 3 } = c _ { 3 } ( L _ { f } , B _ { f } ) > 0" + }, + { + "category_id": 13, + "poly": [ + 962, + 410, + 983, + 410, + 983, + 440, + 962, + 440 + ], + "score": 0.85, + "latex": "\\beta" + }, + { + "category_id": 13, + "poly": [ + 512, + 2004, + 533, + 2004, + 533, + 2035, + 512, + 2035 + ], + "score": 0.85, + "latex": "\\beta" + }, + { + "category_id": 13, + "poly": [ + 849, + 644, + 868, + 644, + 868, + 674, + 849, + 674 + ], + "score": 0.84, + "latex": "\\beta" + }, + { + "category_id": 13, + "poly": [ + 1332, + 1549, + 1358, + 1549, + 1358, + 1575, + 1332, + 1575 + ], + "score": 0.84, + "latex": "\\mathcal { F }" + }, + { + "category_id": 13, + "poly": [ + 1343, + 443, + 1403, + 443, + 1403, + 470, + 1343, + 470 + ], + "score": 0.83, + "latex": "c _ { 1 } =" + }, + { + "category_id": 13, + "poly": [ + 742, + 730, + 762, + 730, + 762, + 758, + 742, + 758 + ], + "score": 0.83, + "latex": "\\mathcal { G }" + }, + { + "category_id": 13, + "poly": [ + 1285, + 1130, + 1307, + 1130, + 1307, + 1158, + 1285, + 1158 + ], + "score": 0.83, + "latex": "\\mathcal { G }" + }, + { + "category_id": 13, + "poly": [ + 526, + 232, + 547, + 232, + 547, + 260, + 526, + 260 + ], + "score": 0.82, + "latex": "\\mathcal { G }" + }, + { + "category_id": 13, + "poly": [ + 450, + 643, + 512, + 643, + 512, + 675, + 450, + 675 + ], + "score": 0.81, + "latex": "i f P ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 613, + 699, + 660, + 699, + 660, + 727, + 613, + 727 + ], + "score": 0.8, + "latex": "I I I" + }, + { + "category_id": 13, + "poly": [ + 641, + 440, + 666, + 440, + 666, + 466, + 641, + 466 + ], + "score": 0.8, + "latex": "\\mathcal { F }" + }, + { + "category_id": 13, + "poly": [ + 809, + 440, + 830, + 440, + 830, + 468, + 809, + 468 + ], + "score": 0.78, + "latex": "\\mathcal { G }" + }, + { + "category_id": 13, + "poly": [ + 1369, + 699, + 1401, + 699, + 1401, + 727, + 1369, + 727 + ], + "score": 0.77, + "latex": "I I" + }, + { + "category_id": 13, + "poly": [ + 820, + 730, + 867, + 730, + 867, + 756, + 820, + 756 + ], + "score": 0.76, + "latex": "I I I" + }, + { + "category_id": 13, + "poly": [ + 1086, + 735, + 1106, + 735, + 1106, + 756, + 1086, + 756 + ], + "score": 0.76, + "latex": "n" + }, + { + "category_id": 13, + "poly": [ + 1208, + 704, + 1237, + 704, + 1237, + 727, + 1208, + 727 + ], + "score": 0.74, + "latex": "m" + }, + { + "category_id": 13, + "poly": [ + 893, + 1553, + 913, + 1553, + 913, + 1575, + 893, + 1575 + ], + "score": 0.74, + "latex": "\\kappa" + }, + { + "category_id": 13, + "poly": [ + 926, + 700, + 944, + 700, + 944, + 726, + 926, + 726 + ], + "score": 0.74, + "latex": "I" + }, + { + "category_id": 13, + "poly": [ + 537, + 409, + 570, + 409, + 570, + 437, + 537, + 437 + ], + "score": 0.64, + "latex": "M" + }, + { + "category_id": 13, + "poly": [ + 750, + 1388, + 765, + 1388, + 765, + 1411, + 750, + 1411 + ], + "score": 0.61, + "latex": "^ { l }" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1898.0, + 535.0, + 1898.0, + 535.0, + 1948.0, + 290.0, + 1948.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 858.0, + 72.0, + 858.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 2086.0, + 860.0, + 2086.0, + 860.0, + 2118.0, + 839.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1128.0, + 936.0, + 1128.0, + 936.0, + 1164.0, + 294.0, + 1164.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 971.0, + 1128.0, + 1019.0, + 1128.0, + 1019.0, + 1164.0, + 971.0, + 1164.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1055.0, + 1128.0, + 1284.0, + 1128.0, + 1284.0, + 1164.0, + 1055.0, + 1164.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1308.0, + 1128.0, + 1405.0, + 1128.0, + 1405.0, + 1164.0, + 1308.0, + 1164.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1158.0, + 962.0, + 1158.0, + 962.0, + 1195.0, + 294.0, + 1195.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 998.0, + 1158.0, + 1405.0, + 1158.0, + 1405.0, + 1195.0, + 998.0, + 1195.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1188.0, + 1406.0, + 1188.0, + 1406.0, + 1227.0, + 294.0, + 1227.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1218.0, + 615.0, + 1218.0, + 615.0, + 1257.0, + 292.0, + 1257.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 734.0, + 1218.0, + 771.0, + 1218.0, + 771.0, + 1257.0, + 734.0, + 1257.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 925.0, + 408.0, + 925.0, + 408.0, + 966.0, + 293.0, + 966.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 476.0, + 925.0, + 524.0, + 925.0, + 524.0, + 966.0, + 476.0, + 966.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 638.0, + 925.0, + 1409.0, + 925.0, + 1409.0, + 966.0, + 638.0, + 966.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 957.0, + 1407.0, + 957.0, + 1407.0, + 997.0, + 293.0, + 997.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 989.0, + 1260.0, + 989.0, + 1260.0, + 1025.0, + 294.0, + 1025.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1354.0, + 989.0, + 1406.0, + 989.0, + 1406.0, + 1025.0, + 1354.0, + 1025.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1020.0, + 1407.0, + 1020.0, + 1407.0, + 1055.0, + 294.0, + 1055.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1048.0, + 1132.0, + 1048.0, + 1132.0, + 1087.0, + 294.0, + 1087.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1270.0, + 1048.0, + 1411.0, + 1048.0, + 1411.0, + 1087.0, + 1270.0, + 1087.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1082.0, + 1014.0, + 1082.0, + 1014.0, + 1114.0, + 297.0, + 1114.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1373.0, + 1081.0, + 1406.0, + 1081.0, + 1406.0, + 1113.0, + 1373.0, + 1113.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 375.0, + 737.0, + 375.0, + 737.0, + 411.0, + 293.0, + 411.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 405.0, + 447.0, + 405.0, + 447.0, + 445.0, + 292.0, + 445.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 488.0, + 405.0, + 536.0, + 405.0, + 536.0, + 445.0, + 488.0, + 445.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 571.0, + 405.0, + 961.0, + 405.0, + 961.0, + 445.0, + 571.0, + 445.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 984.0, + 405.0, + 1407.0, + 405.0, + 1407.0, + 445.0, + 984.0, + 445.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 438.0, + 640.0, + 438.0, + 640.0, + 475.0, + 293.0, + 475.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 667.0, + 438.0, + 808.0, + 438.0, + 808.0, + 475.0, + 667.0, + 475.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 438.0, + 992.0, + 438.0, + 992.0, + 475.0, + 831.0, + 475.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1028.0, + 438.0, + 1342.0, + 438.0, + 1342.0, + 475.0, + 1028.0, + 475.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 806.0, + 469.0, + 1397.0, + 469.0, + 1397.0, + 506.0, + 806.0, + 506.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 698.0, + 501.0, + 698.0, + 501.0, + 734.0, + 295.0, + 734.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 563.0, + 698.0, + 612.0, + 698.0, + 612.0, + 734.0, + 563.0, + 734.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 661.0, + 698.0, + 925.0, + 698.0, + 925.0, + 734.0, + 661.0, + 734.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 945.0, + 698.0, + 1207.0, + 698.0, + 1207.0, + 734.0, + 945.0, + 734.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1238.0, + 698.0, + 1368.0, + 698.0, + 1368.0, + 734.0, + 1238.0, + 734.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 727.0, + 741.0, + 727.0, + 741.0, + 763.0, + 295.0, + 763.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 763.0, + 727.0, + 819.0, + 727.0, + 819.0, + 763.0, + 763.0, + 763.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 868.0, + 727.0, + 1085.0, + 727.0, + 1085.0, + 763.0, + 868.0, + 763.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1107.0, + 727.0, + 1262.0, + 727.0, + 1262.0, + 763.0, + 1107.0, + 763.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1973.0, + 1404.0, + 1973.0, + 1404.0, + 2005.0, + 296.0, + 2005.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 2001.0, + 511.0, + 2001.0, + 511.0, + 2040.0, + 293.0, + 2040.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 534.0, + 2001.0, + 1406.0, + 2001.0, + 1406.0, + 2040.0, + 534.0, + 2040.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1541.0, + 455.0, + 1541.0, + 455.0, + 1583.0, + 293.0, + 1583.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 483.0, + 1541.0, + 892.0, + 1541.0, + 892.0, + 1583.0, + 483.0, + 1583.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 914.0, + 1541.0, + 1045.0, + 1541.0, + 1045.0, + 1583.0, + 914.0, + 1583.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1072.0, + 1541.0, + 1331.0, + 1541.0, + 1331.0, + 1583.0, + 1072.0, + 1583.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1359.0, + 1541.0, + 1409.0, + 1541.0, + 1409.0, + 1583.0, + 1359.0, + 1583.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1571.0, + 788.0, + 1571.0, + 788.0, + 1619.0, + 291.0, + 1619.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 971.0, + 1571.0, + 1308.0, + 1571.0, + 1308.0, + 1619.0, + 971.0, + 1619.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1646.0, + 676.0, + 1646.0, + 676.0, + 1686.0, + 294.0, + 1686.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 716.0, + 1646.0, + 1091.0, + 1646.0, + 1091.0, + 1686.0, + 716.0, + 1686.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1199.0, + 1646.0, + 1255.0, + 1646.0, + 1255.0, + 1686.0, + 1199.0, + 1686.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1296.0, + 1646.0, + 1405.0, + 1646.0, + 1405.0, + 1686.0, + 1296.0, + 1686.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 337.0, + 1681.0, + 522.0, + 1681.0, + 522.0, + 1718.0, + 337.0, + 1718.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 564.0, + 1681.0, + 1404.0, + 1681.0, + 1404.0, + 1718.0, + 564.0, + 1718.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1711.0, + 800.0, + 1711.0, + 800.0, + 1746.0, + 293.0, + 1746.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 768.0, + 698.0, + 768.0, + 698.0, + 816.0, + 292.0, + 816.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 733.0, + 768.0, + 1361.0, + 768.0, + 1361.0, + 816.0, + 733.0, + 816.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1815.0, + 371.0, + 1815.0, + 371.0, + 1873.0, + 293.0, + 1873.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 595.0, + 1815.0, + 607.0, + 1815.0, + 607.0, + 1873.0, + 595.0, + 1873.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 333.0, + 1147.0, + 333.0, + 1147.0, + 375.0, + 294.0, + 375.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1308.0, + 1070.0, + 1308.0, + 1070.0, + 1356.0, + 291.0, + 1356.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1354.0, + 781.0, + 1354.0, + 781.0, + 1388.0, + 296.0, + 1388.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1383.0, + 749.0, + 1383.0, + 749.0, + 1420.0, + 293.0, + 1420.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 766.0, + 1383.0, + 863.0, + 1383.0, + 863.0, + 1420.0, + 766.0, + 1420.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 898.0, + 1383.0, + 950.0, + 1383.0, + 950.0, + 1420.0, + 898.0, + 1420.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 984.0, + 1383.0, + 1405.0, + 1383.0, + 1405.0, + 1420.0, + 984.0, + 1420.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1417.0, + 599.0, + 1417.0, + 599.0, + 1449.0, + 294.0, + 1449.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1618.0, + 768.0, + 1618.0, + 768.0, + 1659.0, + 294.0, + 1659.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 227.0, + 525.0, + 227.0, + 525.0, + 267.0, + 292.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 548.0, + 227.0, + 848.0, + 227.0, + 848.0, + 267.0, + 548.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 881.0, + 227.0, + 1307.0, + 227.0, + 1307.0, + 267.0, + 881.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1404.0, + 227.0, + 1407.0, + 227.0, + 1407.0, + 267.0, + 1404.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 261.0, + 332.0, + 261.0, + 332.0, + 296.0, + 295.0, + 296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 367.0, + 261.0, + 1405.0, + 261.0, + 1405.0, + 296.0, + 367.0, + 296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 292.0, + 976.0, + 292.0, + 976.0, + 326.0, + 295.0, + 326.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 640.0, + 449.0, + 640.0, + 449.0, + 679.0, + 293.0, + 679.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 513.0, + 640.0, + 848.0, + 640.0, + 848.0, + 679.0, + 513.0, + 679.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 869.0, + 640.0, + 1128.0, + 640.0, + 1128.0, + 679.0, + 869.0, + 679.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1213.0, + 640.0, + 1223.0, + 640.0, + 1223.0, + 679.0, + 1213.0, + 679.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 6, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 1419, + 1405, + 1419, + 1405, + 1697, + 298, + 1697 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 298, + 459, + 1405, + 459, + 1405, + 745, + 298, + 745 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 298, + 842, + 1404, + 842, + 1404, + 1026, + 298, + 1026 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 297, + 229, + 1403, + 229, + 1403, + 444, + 297, + 444 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 298, + 1850, + 1404, + 1850, + 1404, + 2034, + 298, + 2034 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 298, + 1041, + 1405, + 1041, + 1405, + 1196, + 298, + 1196 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 298, + 1211, + 1405, + 1211, + 1405, + 1304, + 298, + 1304 + ], + "score": 0.975 + }, + { + "category_id": 1, + "poly": [ + 298, + 1712, + 1402, + 1712, + 1402, + 1834, + 298, + 1834 + ], + "score": 0.974 + }, + { + "category_id": 0, + "poly": [ + 299, + 785, + 577, + 785, + 577, + 816, + 299, + 816 + ], + "score": 0.9 + }, + { + "category_id": 0, + "poly": [ + 301, + 1350, + 741, + 1350, + 741, + 1385, + 301, + 1385 + ], + "score": 0.895 + }, + { + "category_id": 2, + "poly": [ + 298, + 76, + 857, + 76, + 857, + 104, + 298, + 104 + ], + "score": 0.878 + }, + { + "category_id": 2, + "poly": [ + 841, + 2089, + 858, + 2089, + 858, + 2111, + 841, + 2111 + ], + "score": 0.79 + }, + { + "category_id": 13, + "poly": [ + 659, + 589, + 772, + 589, + 772, + 626, + 659, + 626 + ], + "score": 0.93, + "latex": "O ( n ^ { - 1 / \\kappa } )" + }, + { + "category_id": 13, + "poly": [ + 552, + 1134, + 896, + 1134, + 896, + 1169, + 552, + 1169 + ], + "score": 0.92, + "latex": "\\begin{array} { r } { d _ { \\mathcal { F } } ( P ^ { * } , P _ { \\hat { g } } ) - \\operatorname* { i n f } _ { g \\in \\mathcal { G } } ( P ^ { * } , P _ { g } ) } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 1221, + 1134, + 1396, + 1134, + 1396, + 1169, + 1221, + 1169 + ], + "score": 0.92, + "latex": "{ \\operatorname* { i n f } } _ { g \\in { \\mathcal { G } } } ( P ^ { * } , P _ { g } )" + }, + { + "category_id": 13, + "poly": [ + 457, + 528, + 490, + 528, + 490, + 560, + 457, + 560 + ], + "score": 0.89, + "latex": "S _ { f }" + }, + { + "category_id": 13, + "poly": [ + 964, + 527, + 998, + 527, + 998, + 560, + 964, + 560 + ], + "score": 0.89, + "latex": "S _ { f }" + }, + { + "category_id": 13, + "poly": [ + 628, + 557, + 662, + 557, + 662, + 591, + 628, + 591 + ], + "score": 0.89, + "latex": "S _ { f }" + }, + { + "category_id": 13, + "poly": [ + 575, + 496, + 610, + 496, + 610, + 530, + 575, + 530 + ], + "score": 0.89, + "latex": "S _ { f }" + }, + { + "category_id": 13, + "poly": [ + 809, + 528, + 845, + 528, + 845, + 558, + 809, + 558 + ], + "score": 0.89, + "latex": "d _ { \\mathcal { F } }" + }, + { + "category_id": 13, + "poly": [ + 1158, + 1634, + 1192, + 1634, + 1192, + 1662, + 1158, + 1662 + ], + "score": 0.89, + "latex": "L ^ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 1060, + 657, + 1131, + 657, + 1131, + 682, + 1060, + 682 + ], + "score": 0.88, + "latex": "\\kappa = 2" + }, + { + "category_id": 13, + "poly": [ + 1098, + 625, + 1130, + 625, + 1130, + 656, + 1098, + 656 + ], + "score": 0.88, + "latex": "S _ { g }" + }, + { + "category_id": 13, + "poly": [ + 1364, + 1605, + 1401, + 1605, + 1401, + 1635, + 1364, + 1635 + ], + "score": 0.88, + "latex": "d _ { \\mathcal { F } }" + }, + { + "category_id": 13, + "poly": [ + 1185, + 1608, + 1266, + 1608, + 1266, + 1633, + 1185, + 1633 + ], + "score": 0.87, + "latex": "m = n" + }, + { + "category_id": 13, + "poly": [ + 499, + 491, + 526, + 491, + 526, + 524, + 499, + 524 + ], + "score": 0.86, + "latex": "\\tilde { \\mathcal { F } }" + }, + { + "category_id": 13, + "poly": [ + 431, + 655, + 452, + 655, + 452, + 685, + 431, + 685 + ], + "score": 0.85, + "latex": "\\beta" + }, + { + "category_id": 13, + "poly": [ + 503, + 655, + 529, + 655, + 529, + 682, + 503, + 682 + ], + "score": 0.81, + "latex": "D" + }, + { + "category_id": 13, + "poly": [ + 1118, + 592, + 1152, + 592, + 1152, + 626, + 1118, + 626 + ], + "score": 0.81, + "latex": "S _ { g }" + }, + { + "category_id": 13, + "poly": [ + 936, + 1514, + 1034, + 1514, + 1034, + 1543, + 936, + 1543 + ], + "score": 0.8, + "latex": "n = 5 0 0" + }, + { + "category_id": 13, + "poly": [ + 885, + 659, + 905, + 659, + 905, + 681, + 885, + 681 + ], + "score": 0.77, + "latex": "\\kappa" + }, + { + "category_id": 13, + "poly": [ + 1378, + 467, + 1397, + 467, + 1397, + 488, + 1378, + 488 + ], + "score": 0.73, + "latex": "n" + }, + { + "category_id": 13, + "poly": [ + 1078, + 597, + 1105, + 597, + 1105, + 622, + 1078, + 622 + ], + "score": 0.58, + "latex": "m" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 782.0, + 581.0, + 782.0, + 581.0, + 821.0, + 293.0, + 821.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1347.0, + 746.0, + 1347.0, + 746.0, + 1390.0, + 294.0, + 1390.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 73.0, + 858.0, + 73.0, + 858.0, + 108.0, + 298.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 2086.0, + 860.0, + 2086.0, + 860.0, + 2116.0, + 839.0, + 2116.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1419.0, + 1403.0, + 1419.0, + 1403.0, + 1456.0, + 296.0, + 1456.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1450.0, + 1408.0, + 1450.0, + 1408.0, + 1490.0, + 292.0, + 1490.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1483.0, + 1405.0, + 1483.0, + 1405.0, + 1520.0, + 293.0, + 1520.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1511.0, + 935.0, + 1511.0, + 935.0, + 1550.0, + 293.0, + 1550.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1035.0, + 1511.0, + 1407.0, + 1511.0, + 1407.0, + 1550.0, + 1035.0, + 1550.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1544.0, + 1403.0, + 1544.0, + 1403.0, + 1576.0, + 295.0, + 1576.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1571.0, + 1409.0, + 1571.0, + 1409.0, + 1611.0, + 293.0, + 1611.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1603.0, + 1184.0, + 1603.0, + 1184.0, + 1642.0, + 291.0, + 1642.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1267.0, + 1603.0, + 1363.0, + 1603.0, + 1363.0, + 1642.0, + 1267.0, + 1642.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1402.0, + 1603.0, + 1405.0, + 1603.0, + 1405.0, + 1642.0, + 1402.0, + 1642.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1634.0, + 1157.0, + 1634.0, + 1157.0, + 1670.0, + 292.0, + 1670.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1193.0, + 1634.0, + 1407.0, + 1634.0, + 1407.0, + 1670.0, + 1193.0, + 1670.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1667.0, + 870.0, + 1667.0, + 870.0, + 1700.0, + 296.0, + 1700.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 457.0, + 1377.0, + 457.0, + 1377.0, + 497.0, + 292.0, + 497.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1398.0, + 457.0, + 1410.0, + 457.0, + 1410.0, + 497.0, + 1398.0, + 497.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 493.0, + 498.0, + 493.0, + 498.0, + 532.0, + 293.0, + 532.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 527.0, + 493.0, + 574.0, + 493.0, + 574.0, + 532.0, + 527.0, + 532.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 611.0, + 493.0, + 1408.0, + 493.0, + 1408.0, + 532.0, + 611.0, + 532.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 526.0, + 456.0, + 526.0, + 456.0, + 563.0, + 293.0, + 563.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 491.0, + 526.0, + 808.0, + 526.0, + 808.0, + 563.0, + 491.0, + 563.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 846.0, + 526.0, + 963.0, + 526.0, + 963.0, + 563.0, + 846.0, + 563.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 999.0, + 526.0, + 1406.0, + 526.0, + 1406.0, + 563.0, + 999.0, + 563.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 557.0, + 627.0, + 557.0, + 627.0, + 591.0, + 295.0, + 591.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 663.0, + 557.0, + 1405.0, + 557.0, + 1405.0, + 591.0, + 663.0, + 591.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 589.0, + 658.0, + 589.0, + 658.0, + 629.0, + 292.0, + 629.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 773.0, + 589.0, + 1077.0, + 589.0, + 1077.0, + 629.0, + 773.0, + 629.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1106.0, + 589.0, + 1117.0, + 589.0, + 1117.0, + 629.0, + 1106.0, + 629.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1153.0, + 589.0, + 1406.0, + 589.0, + 1406.0, + 629.0, + 1153.0, + 629.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 621.0, + 1097.0, + 621.0, + 1097.0, + 659.0, + 293.0, + 659.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1131.0, + 621.0, + 1406.0, + 621.0, + 1406.0, + 659.0, + 1131.0, + 659.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 651.0, + 430.0, + 651.0, + 430.0, + 688.0, + 292.0, + 688.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 453.0, + 651.0, + 502.0, + 651.0, + 502.0, + 688.0, + 453.0, + 688.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 530.0, + 651.0, + 884.0, + 651.0, + 884.0, + 688.0, + 530.0, + 688.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 906.0, + 651.0, + 1059.0, + 651.0, + 1059.0, + 688.0, + 906.0, + 688.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1132.0, + 651.0, + 1406.0, + 651.0, + 1406.0, + 688.0, + 1132.0, + 688.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 683.0, + 1405.0, + 683.0, + 1405.0, + 720.0, + 293.0, + 720.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 715.0, + 550.0, + 715.0, + 550.0, + 746.0, + 296.0, + 746.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 844.0, + 1408.0, + 844.0, + 1408.0, + 876.0, + 297.0, + 876.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 872.0, + 1406.0, + 872.0, + 1406.0, + 909.0, + 293.0, + 909.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 904.0, + 1408.0, + 904.0, + 1408.0, + 939.0, + 294.0, + 939.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 934.0, + 1405.0, + 934.0, + 1405.0, + 970.0, + 294.0, + 970.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 961.0, + 1406.0, + 961.0, + 1406.0, + 1004.0, + 292.0, + 1004.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 996.0, + 502.0, + 996.0, + 502.0, + 1028.0, + 296.0, + 1028.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 229.0, + 1405.0, + 229.0, + 1405.0, + 264.0, + 295.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 263.0, + 1404.0, + 263.0, + 1404.0, + 293.0, + 296.0, + 293.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 292.0, + 1405.0, + 292.0, + 1405.0, + 327.0, + 295.0, + 327.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 321.0, + 1406.0, + 321.0, + 1406.0, + 356.0, + 292.0, + 356.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 354.0, + 1404.0, + 354.0, + 1404.0, + 384.0, + 296.0, + 384.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 382.0, + 1404.0, + 382.0, + 1404.0, + 416.0, + 293.0, + 416.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 413.0, + 418.0, + 413.0, + 418.0, + 445.0, + 295.0, + 445.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1849.0, + 1405.0, + 1849.0, + 1405.0, + 1885.0, + 294.0, + 1885.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1881.0, + 1406.0, + 1881.0, + 1406.0, + 1917.0, + 294.0, + 1917.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1913.0, + 1405.0, + 1913.0, + 1405.0, + 1945.0, + 296.0, + 1945.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1938.0, + 1404.0, + 1938.0, + 1404.0, + 1979.0, + 293.0, + 1979.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1970.0, + 1408.0, + 1970.0, + 1408.0, + 2008.0, + 293.0, + 2008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 2002.0, + 1386.0, + 2002.0, + 1386.0, + 2038.0, + 293.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1041.0, + 1402.0, + 1041.0, + 1402.0, + 1075.0, + 295.0, + 1075.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1071.0, + 1408.0, + 1071.0, + 1408.0, + 1109.0, + 293.0, + 1109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1101.0, + 1409.0, + 1101.0, + 1409.0, + 1140.0, + 293.0, + 1140.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1128.0, + 551.0, + 1128.0, + 551.0, + 1176.0, + 291.0, + 1176.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 897.0, + 1128.0, + 1220.0, + 1128.0, + 1220.0, + 1176.0, + 897.0, + 1176.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1397.0, + 1128.0, + 1410.0, + 1128.0, + 1410.0, + 1176.0, + 1397.0, + 1176.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1164.0, + 1240.0, + 1164.0, + 1240.0, + 1201.0, + 295.0, + 1201.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1208.0, + 1406.0, + 1208.0, + 1406.0, + 1248.0, + 292.0, + 1248.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1241.0, + 1406.0, + 1241.0, + 1406.0, + 1278.0, + 293.0, + 1278.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1271.0, + 1410.0, + 1271.0, + 1410.0, + 1312.0, + 292.0, + 1312.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1712.0, + 1407.0, + 1712.0, + 1407.0, + 1748.0, + 293.0, + 1748.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1742.0, + 1407.0, + 1742.0, + 1407.0, + 1778.0, + 293.0, + 1778.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1773.0, + 1406.0, + 1773.0, + 1406.0, + 1810.0, + 292.0, + 1810.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1803.0, + 1377.0, + 1803.0, + 1377.0, + 1839.0, + 293.0, + 1839.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 7, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 883, + 1405, + 883, + 1405, + 1037, + 297, + 1037 + ], + "score": 0.973 + }, + { + "category_id": 4, + "poly": [ + 1002, + 656, + 1396, + 656, + 1396, + 720, + 1002, + 720 + ], + "score": 0.937 + }, + { + "category_id": 4, + "poly": [ + 456, + 698, + 813, + 698, + 813, + 731, + 456, + 731 + ], + "score": 0.912 + }, + { + "category_id": 0, + "poly": [ + 300, + 812, + 544, + 812, + 544, + 849, + 300, + 849 + ], + "score": 0.9 + }, + { + "category_id": 0, + "poly": [ + 299, + 1085, + 488, + 1085, + 488, + 1118, + 299, + 1118 + ], + "score": 0.875 + }, + { + "category_id": 3, + "poly": [ + 1018, + 275, + 1362, + 275, + 1362, + 619, + 1018, + 619 + ], + "score": 0.864 + }, + { + "category_id": 3, + "poly": [ + 311, + 261, + 966, + 261, + 966, + 631, + 311, + 631 + ], + "score": 0.813 + }, + { + "category_id": 2, + "poly": [ + 840, + 2088, + 859, + 2088, + 859, + 2111, + 840, + 2111 + ], + "score": 0.773 + }, + { + "category_id": 2, + "poly": [ + 298, + 76, + 857, + 76, + 857, + 104, + 298, + 104 + ], + "score": 0.749 + }, + { + "category_id": 1, + "poly": [ + 292, + 1137, + 1409, + 1137, + 1409, + 2040, + 292, + 2040 + ], + "score": 0.708 + }, + { + "category_id": 2, + "poly": [ + 300, + 76, + 855, + 76, + 855, + 104, + 300, + 104 + ], + "score": 0.451 + }, + { + "category_id": 15, + "poly": [ + 999.0, + 655.0, + 1396.0, + 655.0, + 1396.0, + 689.0, + 999.0, + 689.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1000.0, + 688.0, + 1265.0, + 688.0, + 1265.0, + 721.0, + 1000.0, + 721.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 456.0, + 697.0, + 814.0, + 697.0, + 814.0, + 733.0, + 456.0, + 733.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 807.0, + 550.0, + 807.0, + 550.0, + 859.0, + 291.0, + 859.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1085.0, + 490.0, + 1085.0, + 490.0, + 1122.0, + 297.0, + 1122.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1093.0, + 292.0, + 1135.0, + 292.0, + 1135.0, + 316.0, + 1093.0, + 316.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1027.0, + 301.0, + 1042.0, + 301.0, + 1042.0, + 319.0, + 1027.0, + 319.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1093.0, + 312.0, + 1170.0, + 312.0, + 1170.0, + 338.0, + 1093.0, + 338.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1093.0, + 333.0, + 1168.0, + 333.0, + 1168.0, + 359.0, + 1093.0, + 359.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1093.0, + 353.0, + 1154.0, + 353.0, + 1154.0, + 379.0, + 1093.0, + 379.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1027.0, + 372.0, + 1042.0, + 372.0, + 1042.0, + 389.0, + 1027.0, + 389.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1092.0, + 374.0, + 1125.0, + 374.0, + 1125.0, + 399.0, + 1092.0, + 399.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1094.0, + 396.0, + 1173.0, + 396.0, + 1173.0, + 419.0, + 1094.0, + 419.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1030.0, + 444.0, + 1042.0, + 444.0, + 1042.0, + 456.0, + 1030.0, + 456.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1028.0, + 478.0, + 1041.0, + 478.0, + 1041.0, + 492.0, + 1028.0, + 492.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1028.0, + 512.0, + 1040.0, + 512.0, + 1040.0, + 528.0, + 1028.0, + 528.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1027.0, + 581.0, + 1043.0, + 581.0, + 1043.0, + 599.0, + 1027.0, + 599.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1048.0, + 594.0, + 1079.0, + 594.0, + 1079.0, + 615.0, + 1048.0, + 615.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1103.0, + 594.0, + 1134.0, + 594.0, + 1134.0, + 615.0, + 1103.0, + 615.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1158.0, + 595.0, + 1190.0, + 595.0, + 1190.0, + 615.0, + 1158.0, + 615.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1214.0, + 595.0, + 1246.0, + 595.0, + 1246.0, + 615.0, + 1214.0, + 615.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1270.0, + 595.0, + 1302.0, + 595.0, + 1302.0, + 615.0, + 1270.0, + 615.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1327.0, + 596.0, + 1355.0, + 596.0, + 1355.0, + 614.0, + 1327.0, + 614.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1025.25, + 407.5, + 1042.25, + 407.5, + 1042.25, + 420.0, + 1025.25, + 420.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 423.0, + 262.0, + 580.0, + 262.0, + 580.0, + 290.0, + 423.0, + 290.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 718.0, + 262.0, + 931.0, + 262.0, + 931.0, + 290.0, + 718.0, + 290.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 313.0, + 278.0, + 365.0, + 278.0, + 365.0, + 304.0, + 313.0, + 304.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 651.0, + 278.0, + 688.0, + 278.0, + 688.0, + 304.0, + 651.0, + 304.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 550.0, + 295.0, + 625.0, + 295.0, + 625.0, + 321.0, + 550.0, + 321.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 314.0, + 316.0, + 365.0, + 316.0, + 365.0, + 339.0, + 314.0, + 339.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 550.0, + 315.0, + 623.0, + 315.0, + 623.0, + 340.0, + 550.0, + 340.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 650.0, + 319.0, + 691.0, + 319.0, + 691.0, + 347.0, + 650.0, + 347.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 551.0, + 335.0, + 610.0, + 335.0, + 610.0, + 361.0, + 551.0, + 361.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 315.0, + 353.0, + 367.0, + 353.0, + 367.0, + 376.0, + 315.0, + 376.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 550.0, + 357.0, + 580.0, + 357.0, + 580.0, + 379.0, + 550.0, + 379.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 651.0, + 361.0, + 693.0, + 361.0, + 693.0, + 389.0, + 651.0, + 389.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 550.0, + 376.0, + 609.0, + 376.0, + 609.0, + 400.0, + 550.0, + 400.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 315.0, + 389.0, + 365.0, + 389.0, + 365.0, + 413.0, + 315.0, + 413.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 550.0, + 396.0, + 631.0, + 396.0, + 631.0, + 422.0, + 550.0, + 422.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 653.0, + 404.0, + 693.0, + 404.0, + 693.0, + 429.0, + 653.0, + 429.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 315.0, + 426.0, + 364.0, + 426.0, + 364.0, + 450.0, + 315.0, + 450.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 653.0, + 446.0, + 692.0, + 446.0, + 692.0, + 471.0, + 653.0, + 471.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 314.0, + 461.0, + 365.0, + 461.0, + 365.0, + 487.0, + 314.0, + 487.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 314.0, + 500.0, + 365.0, + 500.0, + 365.0, + 523.0, + 314.0, + 523.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 653.0, + 488.0, + 693.0, + 488.0, + 693.0, + 514.0, + 653.0, + 514.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 314.0, + 536.0, + 365.0, + 536.0, + 365.0, + 560.0, + 314.0, + 560.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 653.0, + 530.0, + 690.0, + 530.0, + 690.0, + 556.0, + 653.0, + 556.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 314.0, + 571.0, + 366.0, + 571.0, + 366.0, + 598.0, + 314.0, + 598.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 653.0, + 571.0, + 688.0, + 571.0, + 688.0, + 597.0, + 653.0, + 597.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 385.0, + 586.0, + 428.0, + 586.0, + 428.0, + 611.0, + 385.0, + 611.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 437.0, + 586.0, + 482.0, + 586.0, + 482.0, + 611.0, + 437.0, + 611.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 491.0, + 585.0, + 537.0, + 585.0, + 537.0, + 612.0, + 491.0, + 612.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 547.0, + 586.0, + 591.0, + 586.0, + 591.0, + 611.0, + 547.0, + 611.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 600.0, + 587.0, + 644.0, + 587.0, + 644.0, + 611.0, + 600.0, + 611.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 707.0, + 587.0, + 752.0, + 587.0, + 752.0, + 611.0, + 707.0, + 611.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 759.0, + 587.0, + 806.0, + 587.0, + 806.0, + 611.0, + 759.0, + 611.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 814.0, + 586.0, + 859.0, + 586.0, + 859.0, + 611.0, + 814.0, + 611.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 870.0, + 587.0, + 914.0, + 587.0, + 914.0, + 611.0, + 870.0, + 611.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 924.0, + 587.0, + 966.0, + 587.0, + 966.0, + 611.0, + 924.0, + 611.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 492.0, + 608.0, + 512.0, + 608.0, + 512.0, + 630.0, + 492.0, + 630.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 813.0, + 609.0, + 833.0, + 609.0, + 833.0, + 630.0, + 813.0, + 630.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 2087.0, + 861.0, + 2087.0, + 861.0, + 2117.0, + 839.0, + 2117.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 73.0, + 858.0, + 73.0, + 858.0, + 108.0, + 298.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 73.0, + 859.0, + 73.0, + 859.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 881.0, + 1405.0, + 881.0, + 1405.0, + 919.0, + 294.0, + 919.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 912.0, + 1405.0, + 912.0, + 1405.0, + 949.0, + 294.0, + 949.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 943.0, + 1408.0, + 943.0, + 1408.0, + 981.0, + 294.0, + 981.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 971.0, + 1405.0, + 971.0, + 1405.0, + 1013.0, + 294.0, + 1013.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1005.0, + 954.0, + 1005.0, + 954.0, + 1038.0, + 296.0, + 1038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1135.0, + 1406.0, + 1135.0, + 1406.0, + 1176.0, + 290.0, + 1176.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1171.0, + 896.0, + 1171.0, + 896.0, + 1206.0, + 321.0, + 1206.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1221.0, + 1406.0, + 1221.0, + 1406.0, + 1263.0, + 293.0, + 1263.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1256.0, + 612.0, + 1256.0, + 612.0, + 1290.0, + 322.0, + 1290.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1308.0, + 1405.0, + 1308.0, + 1405.0, + 1349.0, + 293.0, + 1349.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 1342.0, + 1193.0, + 1342.0, + 1193.0, + 1378.0, + 319.0, + 1378.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1390.0, + 1407.0, + 1390.0, + 1407.0, + 1437.0, + 292.0, + 1437.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1429.0, + 507.0, + 1429.0, + 507.0, + 1463.0, + 322.0, + 1463.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1479.0, + 1406.0, + 1479.0, + 1406.0, + 1520.0, + 293.0, + 1520.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 318.0, + 1513.0, + 824.0, + 1513.0, + 824.0, + 1548.0, + 318.0, + 1548.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1565.0, + 1405.0, + 1565.0, + 1405.0, + 1607.0, + 293.0, + 1607.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1600.0, + 610.0, + 1600.0, + 610.0, + 1635.0, + 322.0, + 1635.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1651.0, + 1410.0, + 1651.0, + 1410.0, + 1693.0, + 291.0, + 1693.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 325.0, + 1685.0, + 573.0, + 1685.0, + 573.0, + 1724.0, + 325.0, + 1724.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1738.0, + 1410.0, + 1738.0, + 1410.0, + 1780.0, + 291.0, + 1780.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1769.0, + 1408.0, + 1769.0, + 1408.0, + 1810.0, + 321.0, + 1810.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1802.0, + 477.0, + 1802.0, + 477.0, + 1834.0, + 324.0, + 1834.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1857.0, + 1408.0, + 1857.0, + 1408.0, + 1896.0, + 295.0, + 1896.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1884.0, + 1405.0, + 1884.0, + 1405.0, + 1928.0, + 321.0, + 1928.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1917.0, + 1145.0, + 1917.0, + 1145.0, + 1955.0, + 321.0, + 1955.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1972.0, + 1408.0, + 1972.0, + 1408.0, + 2011.0, + 294.0, + 2011.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 2004.0, + 743.0, + 2004.0, + 743.0, + 2039.0, + 322.0, + 2039.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 8, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 2, + "poly": [ + 298, + 74, + 858, + 74, + 858, + 106, + 298, + 106 + ], + "score": 0.895 + }, + { + "category_id": 2, + "poly": [ + 836, + 2088, + 865, + 2088, + 865, + 2113, + 836, + 2113 + ], + "score": 0.828 + }, + { + "category_id": 1, + "poly": [ + 295, + 229, + 1403, + 229, + 1403, + 294, + 295, + 294 + ], + "score": 0.701 + }, + { + "category_id": 1, + "poly": [ + 297, + 1612, + 1400, + 1612, + 1400, + 1677, + 297, + 1677 + ], + "score": 0.662 + }, + { + "category_id": 1, + "poly": [ + 297, + 1170, + 1400, + 1170, + 1400, + 1236, + 297, + 1236 + ], + "score": 0.622 + }, + { + "category_id": 1, + "poly": [ + 297, + 1253, + 1399, + 1253, + 1399, + 1319, + 297, + 1319 + ], + "score": 0.606 + }, + { + "category_id": 1, + "poly": [ + 298, + 1529, + 1401, + 1529, + 1401, + 1597, + 298, + 1597 + ], + "score": 0.605 + }, + { + "category_id": 1, + "poly": [ + 297, + 311, + 1405, + 311, + 1405, + 376, + 297, + 376 + ], + "score": 0.597 + }, + { + "category_id": 1, + "poly": [ + 297, + 1007, + 1401, + 1007, + 1401, + 1072, + 297, + 1072 + ], + "score": 0.594 + }, + { + "category_id": 1, + "poly": [ + 299, + 669, + 1405, + 669, + 1405, + 766, + 299, + 766 + ], + "score": 0.592 + }, + { + "category_id": 1, + "poly": [ + 299, + 1336, + 1400, + 1336, + 1400, + 1401, + 299, + 1401 + ], + "score": 0.591 + }, + { + "category_id": 1, + "poly": [ + 298, + 1088, + 1400, + 1088, + 1400, + 1154, + 298, + 1154 + ], + "score": 0.588 + }, + { + "category_id": 1, + "poly": [ + 298, + 781, + 1405, + 781, + 1405, + 877, + 298, + 877 + ], + "score": 0.587 + }, + { + "category_id": 1, + "poly": [ + 292, + 587, + 1407, + 587, + 1407, + 652, + 292, + 652 + ], + "score": 0.586 + }, + { + "category_id": 1, + "poly": [ + 296, + 1972, + 1398, + 1972, + 1398, + 2035, + 296, + 2035 + ], + "score": 0.567 + }, + { + "category_id": 1, + "poly": [ + 292, + 506, + 1403, + 506, + 1403, + 570, + 292, + 570 + ], + "score": 0.552 + }, + { + "category_id": 1, + "poly": [ + 298, + 1417, + 1403, + 1417, + 1403, + 1513, + 298, + 1513 + ], + "score": 0.551 + }, + { + "category_id": 1, + "poly": [ + 298, + 1694, + 1405, + 1694, + 1405, + 1789, + 298, + 1789 + ], + "score": 0.546 + }, + { + "category_id": 1, + "poly": [ + 296, + 894, + 1400, + 894, + 1400, + 991, + 296, + 991 + ], + "score": 0.544 + }, + { + "category_id": 1, + "poly": [ + 300, + 393, + 1402, + 393, + 1402, + 488, + 300, + 488 + ], + "score": 0.544 + }, + { + "category_id": 1, + "poly": [ + 297, + 1806, + 1402, + 1806, + 1402, + 1872, + 297, + 1872 + ], + "score": 0.518 + }, + { + "category_id": 1, + "poly": [ + 298, + 1889, + 1399, + 1889, + 1399, + 1953, + 298, + 1953 + ], + "score": 0.501 + }, + { + "category_id": 15, + "poly": [ + 298.0, + 72.0, + 858.0, + 72.0, + 858.0, + 109.0, + 298.0, + 109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 830.0, + 2085.0, + 869.0, + 2085.0, + 869.0, + 2123.0, + 830.0, + 2123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 228.0, + 1404.0, + 228.0, + 1404.0, + 264.0, + 297.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 326.0, + 261.0, + 1147.0, + 261.0, + 1147.0, + 294.0, + 326.0, + 294.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1612.0, + 1404.0, + 1612.0, + 1404.0, + 1648.0, + 296.0, + 1648.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1643.0, + 842.0, + 1643.0, + 842.0, + 1677.0, + 322.0, + 1677.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1169.0, + 1404.0, + 1169.0, + 1404.0, + 1206.0, + 296.0, + 1206.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1200.0, + 656.0, + 1200.0, + 656.0, + 1237.0, + 321.0, + 1237.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1252.0, + 1404.0, + 1252.0, + 1404.0, + 1290.0, + 296.0, + 1290.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1285.0, + 1161.0, + 1285.0, + 1161.0, + 1318.0, + 322.0, + 1318.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 1529.0, + 1405.0, + 1529.0, + 1405.0, + 1566.0, + 298.0, + 1566.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1562.0, + 960.0, + 1562.0, + 960.0, + 1598.0, + 324.0, + 1598.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 307.0, + 1408.0, + 307.0, + 1408.0, + 350.0, + 294.0, + 350.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 344.0, + 547.0, + 344.0, + 547.0, + 376.0, + 321.0, + 376.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1007.0, + 1405.0, + 1007.0, + 1405.0, + 1043.0, + 295.0, + 1043.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1040.0, + 775.0, + 1040.0, + 775.0, + 1072.0, + 323.0, + 1072.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 666.0, + 1409.0, + 666.0, + 1409.0, + 709.0, + 293.0, + 709.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 699.0, + 1409.0, + 699.0, + 1409.0, + 737.0, + 322.0, + 737.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 732.0, + 848.0, + 732.0, + 848.0, + 767.0, + 323.0, + 767.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1335.0, + 1402.0, + 1335.0, + 1402.0, + 1371.0, + 297.0, + 1371.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1367.0, + 1062.0, + 1367.0, + 1062.0, + 1401.0, + 320.0, + 1401.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1087.0, + 1406.0, + 1087.0, + 1406.0, + 1127.0, + 294.0, + 1127.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1120.0, + 598.0, + 1120.0, + 598.0, + 1153.0, + 320.0, + 1153.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 782.0, + 1408.0, + 782.0, + 1408.0, + 817.0, + 295.0, + 817.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 812.0, + 1407.0, + 812.0, + 1407.0, + 851.0, + 321.0, + 851.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 845.0, + 533.0, + 845.0, + 533.0, + 876.0, + 323.0, + 876.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 583.0, + 1405.0, + 583.0, + 1405.0, + 626.0, + 295.0, + 626.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 617.0, + 611.0, + 617.0, + 611.0, + 650.0, + 320.0, + 650.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1973.0, + 1402.0, + 1973.0, + 1402.0, + 2005.0, + 296.0, + 2005.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 2001.0, + 1334.0, + 2001.0, + 1334.0, + 2035.0, + 321.0, + 2035.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 506.0, + 1406.0, + 506.0, + 1406.0, + 542.0, + 296.0, + 542.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 537.0, + 1051.0, + 537.0, + 1051.0, + 570.0, + 321.0, + 570.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1417.0, + 1408.0, + 1417.0, + 1408.0, + 1455.0, + 296.0, + 1455.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1447.0, + 1405.0, + 1447.0, + 1405.0, + 1486.0, + 323.0, + 1486.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1480.0, + 803.0, + 1480.0, + 803.0, + 1514.0, + 323.0, + 1514.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1694.0, + 1405.0, + 1694.0, + 1405.0, + 1732.0, + 296.0, + 1732.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1723.0, + 1410.0, + 1723.0, + 1410.0, + 1766.0, + 321.0, + 1766.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1757.0, + 533.0, + 1757.0, + 533.0, + 1788.0, + 323.0, + 1788.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 893.0, + 1404.0, + 893.0, + 1404.0, + 931.0, + 294.0, + 931.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 927.0, + 1405.0, + 927.0, + 1405.0, + 960.0, + 322.0, + 960.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 956.0, + 945.0, + 956.0, + 945.0, + 994.0, + 323.0, + 994.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 389.0, + 1406.0, + 389.0, + 1406.0, + 432.0, + 293.0, + 432.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 425.0, + 1408.0, + 425.0, + 1408.0, + 461.0, + 319.0, + 461.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 453.0, + 519.0, + 453.0, + 519.0, + 491.0, + 320.0, + 491.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1803.0, + 1407.0, + 1803.0, + 1407.0, + 1847.0, + 294.0, + 1847.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1839.0, + 1132.0, + 1839.0, + 1132.0, + 1871.0, + 321.0, + 1871.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1889.0, + 1404.0, + 1889.0, + 1404.0, + 1925.0, + 296.0, + 1925.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1920.0, + 830.0, + 1920.0, + 830.0, + 1954.0, + 323.0, + 1954.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 9, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 296, + 1452, + 1402, + 1452, + 1402, + 1517, + 296, + 1517 + ], + "score": 0.887 + }, + { + "category_id": 2, + "poly": [ + 298, + 74, + 858, + 74, + 858, + 106, + 298, + 106 + ], + "score": 0.873 + }, + { + "category_id": 1, + "poly": [ + 298, + 1202, + 1404, + 1202, + 1404, + 1268, + 298, + 1268 + ], + "score": 0.869 + }, + { + "category_id": 1, + "poly": [ + 297, + 311, + 856, + 311, + 856, + 347, + 297, + 347 + ], + "score": 0.864 + }, + { + "category_id": 1, + "poly": [ + 295, + 1617, + 1404, + 1617, + 1404, + 1683, + 295, + 1683 + ], + "score": 0.864 + }, + { + "category_id": 1, + "poly": [ + 298, + 1534, + 1404, + 1534, + 1404, + 1600, + 298, + 1600 + ], + "score": 0.861 + }, + { + "category_id": 1, + "poly": [ + 294, + 229, + 1402, + 229, + 1402, + 295, + 294, + 295 + ], + "score": 0.859 + }, + { + "category_id": 1, + "poly": [ + 298, + 1285, + 1406, + 1285, + 1406, + 1381, + 298, + 1381 + ], + "score": 0.853 + }, + { + "category_id": 1, + "poly": [ + 298, + 1399, + 1104, + 1399, + 1104, + 1435, + 298, + 1435 + ], + "score": 0.852 + }, + { + "category_id": 1, + "poly": [ + 298, + 809, + 1404, + 809, + 1404, + 905, + 298, + 905 + ], + "score": 0.848 + }, + { + "category_id": 1, + "poly": [ + 294, + 727, + 1403, + 727, + 1403, + 792, + 294, + 792 + ], + "score": 0.846 + }, + { + "category_id": 1, + "poly": [ + 297, + 1119, + 1403, + 1119, + 1403, + 1185, + 297, + 1185 + ], + "score": 0.831 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 862, + 2088, + 862, + 2113, + 835, + 2113 + ], + "score": 0.83 + }, + { + "category_id": 1, + "poly": [ + 296, + 1036, + 1403, + 1036, + 1403, + 1103, + 296, + 1103 + ], + "score": 0.829 + }, + { + "category_id": 1, + "poly": [ + 297, + 923, + 1407, + 923, + 1407, + 1018, + 297, + 1018 + ], + "score": 0.823 + }, + { + "category_id": 1, + "poly": [ + 298, + 643, + 1405, + 643, + 1405, + 710, + 298, + 710 + ], + "score": 0.799 + }, + { + "category_id": 1, + "poly": [ + 292, + 364, + 1403, + 364, + 1403, + 429, + 292, + 429 + ], + "score": 0.794 + }, + { + "category_id": 1, + "poly": [ + 297, + 447, + 1404, + 447, + 1404, + 542, + 297, + 542 + ], + "score": 0.79 + }, + { + "category_id": 1, + "poly": [ + 295, + 560, + 1404, + 560, + 1404, + 627, + 295, + 627 + ], + "score": 0.789 + }, + { + "category_id": 1, + "poly": [ + 294, + 1897, + 1403, + 1897, + 1403, + 1963, + 294, + 1963 + ], + "score": 0.78 + }, + { + "category_id": 1, + "poly": [ + 296, + 1700, + 1407, + 1700, + 1407, + 1795, + 296, + 1795 + ], + "score": 0.776 + }, + { + "category_id": 1, + "poly": [ + 294, + 1815, + 1401, + 1815, + 1401, + 1880, + 294, + 1880 + ], + "score": 0.766 + }, + { + "category_id": 15, + "poly": [ + 298.0, + 72.0, + 858.0, + 72.0, + 858.0, + 109.0, + 298.0, + 109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 2085.0, + 867.0, + 2085.0, + 867.0, + 2125.0, + 831.0, + 2125.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1448.0, + 1404.0, + 1448.0, + 1404.0, + 1490.0, + 294.0, + 1490.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1485.0, + 1045.0, + 1485.0, + 1045.0, + 1518.0, + 321.0, + 1518.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1201.0, + 1409.0, + 1201.0, + 1409.0, + 1241.0, + 294.0, + 1241.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 325.0, + 1235.0, + 565.0, + 1235.0, + 565.0, + 1267.0, + 325.0, + 1267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 311.0, + 857.0, + 311.0, + 857.0, + 348.0, + 294.0, + 348.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1618.0, + 1407.0, + 1618.0, + 1407.0, + 1654.0, + 295.0, + 1654.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1649.0, + 503.0, + 1649.0, + 503.0, + 1682.0, + 322.0, + 1682.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1533.0, + 1403.0, + 1533.0, + 1403.0, + 1572.0, + 295.0, + 1572.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1567.0, + 953.0, + 1567.0, + 953.0, + 1601.0, + 321.0, + 1601.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 227.0, + 1405.0, + 227.0, + 1405.0, + 266.0, + 294.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 259.0, + 1027.0, + 259.0, + 1027.0, + 296.0, + 321.0, + 296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1286.0, + 1404.0, + 1286.0, + 1404.0, + 1321.0, + 296.0, + 1321.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1315.0, + 1406.0, + 1315.0, + 1406.0, + 1356.0, + 321.0, + 1356.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1348.0, + 676.0, + 1348.0, + 676.0, + 1382.0, + 322.0, + 1382.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1398.0, + 1105.0, + 1398.0, + 1105.0, + 1437.0, + 294.0, + 1437.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 809.0, + 1404.0, + 809.0, + 1404.0, + 846.0, + 293.0, + 846.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 841.0, + 1406.0, + 841.0, + 1406.0, + 878.0, + 321.0, + 878.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 872.0, + 660.0, + 872.0, + 660.0, + 906.0, + 322.0, + 906.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 726.0, + 1404.0, + 726.0, + 1404.0, + 762.0, + 296.0, + 762.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 761.0, + 885.0, + 761.0, + 885.0, + 790.0, + 323.0, + 790.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1117.0, + 1407.0, + 1117.0, + 1407.0, + 1159.0, + 292.0, + 1159.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1151.0, + 479.0, + 1151.0, + 479.0, + 1184.0, + 322.0, + 1184.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1037.0, + 1406.0, + 1037.0, + 1406.0, + 1073.0, + 295.0, + 1073.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1068.0, + 694.0, + 1068.0, + 694.0, + 1103.0, + 321.0, + 1103.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 923.0, + 1407.0, + 923.0, + 1407.0, + 960.0, + 295.0, + 960.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 955.0, + 1408.0, + 955.0, + 1408.0, + 991.0, + 321.0, + 991.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 986.0, + 553.0, + 986.0, + 553.0, + 1018.0, + 324.0, + 1018.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 643.0, + 1408.0, + 643.0, + 1408.0, + 680.0, + 295.0, + 680.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 325.0, + 675.0, + 1299.0, + 675.0, + 1299.0, + 712.0, + 325.0, + 712.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 360.0, + 1406.0, + 360.0, + 1406.0, + 404.0, + 293.0, + 404.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 395.0, + 503.0, + 395.0, + 503.0, + 429.0, + 324.0, + 429.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 446.0, + 1405.0, + 446.0, + 1405.0, + 485.0, + 294.0, + 485.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 477.0, + 1407.0, + 477.0, + 1407.0, + 516.0, + 322.0, + 516.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 509.0, + 547.0, + 509.0, + 547.0, + 543.0, + 320.0, + 543.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 557.0, + 1405.0, + 557.0, + 1405.0, + 601.0, + 293.0, + 601.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 592.0, + 1080.0, + 592.0, + 1080.0, + 627.0, + 322.0, + 627.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1899.0, + 1405.0, + 1899.0, + 1405.0, + 1935.0, + 296.0, + 1935.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1929.0, + 1275.0, + 1929.0, + 1275.0, + 1964.0, + 322.0, + 1964.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1702.0, + 1404.0, + 1702.0, + 1404.0, + 1737.0, + 295.0, + 1737.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1733.0, + 1408.0, + 1733.0, + 1408.0, + 1769.0, + 320.0, + 1769.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1762.0, + 464.0, + 1762.0, + 464.0, + 1795.0, + 320.0, + 1795.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1815.0, + 1404.0, + 1815.0, + 1404.0, + 1851.0, + 294.0, + 1851.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 1848.0, + 706.0, + 1848.0, + 706.0, + 1878.0, + 319.0, + 1878.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 10, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 1910, + 1404, + 1910, + 1404, + 2035, + 298, + 2035 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 302, + 326, + 1401, + 326, + 1401, + 423, + 302, + 423 + ], + "score": 0.974 + }, + { + "category_id": 1, + "poly": [ + 296, + 585, + 1404, + 585, + 1404, + 680, + 296, + 680 + ], + "score": 0.963 + }, + { + "category_id": 1, + "poly": [ + 303, + 1607, + 1399, + 1607, + 1399, + 1682, + 303, + 1682 + ], + "score": 0.957 + }, + { + "category_id": 8, + "poly": [ + 573, + 1088, + 1122, + 1088, + 1122, + 1161, + 573, + 1161 + ], + "score": 0.955 + }, + { + "category_id": 1, + "poly": [ + 296, + 887, + 1399, + 887, + 1399, + 953, + 296, + 953 + ], + "score": 0.954 + }, + { + "category_id": 8, + "poly": [ + 585, + 1515, + 1114, + 1515, + 1114, + 1590, + 585, + 1590 + ], + "score": 0.953 + }, + { + "category_id": 0, + "poly": [ + 369, + 220, + 1330, + 220, + 1330, + 304, + 369, + 304 + ], + "score": 0.951 + }, + { + "category_id": 8, + "poly": [ + 614, + 1697, + 1085, + 1697, + 1085, + 1771, + 614, + 1771 + ], + "score": 0.95 + }, + { + "category_id": 1, + "poly": [ + 296, + 1010, + 1402, + 1010, + 1402, + 1076, + 296, + 1076 + ], + "score": 0.942 + }, + { + "category_id": 8, + "poly": [ + 598, + 1376, + 1101, + 1376, + 1101, + 1451, + 598, + 1451 + ], + "score": 0.94 + }, + { + "category_id": 1, + "poly": [ + 300, + 747, + 1399, + 747, + 1399, + 811, + 300, + 811 + ], + "score": 0.939 + }, + { + "category_id": 1, + "poly": [ + 295, + 1782, + 974, + 1782, + 974, + 1817, + 295, + 1817 + ], + "score": 0.934 + }, + { + "category_id": 8, + "poly": [ + 421, + 697, + 1278, + 697, + 1278, + 734, + 421, + 734 + ], + "score": 0.925 + }, + { + "category_id": 0, + "poly": [ + 299, + 1852, + 613, + 1852, + 613, + 1885, + 299, + 1885 + ], + "score": 0.925 + }, + { + "category_id": 1, + "poly": [ + 292, + 1464, + 1401, + 1464, + 1401, + 1500, + 292, + 1500 + ], + "score": 0.925 + }, + { + "category_id": 0, + "poly": [ + 299, + 537, + 648, + 537, + 648, + 572, + 299, + 572 + ], + "score": 0.921 + }, + { + "category_id": 0, + "poly": [ + 298, + 965, + 715, + 965, + 715, + 999, + 298, + 999 + ], + "score": 0.921 + }, + { + "category_id": 0, + "poly": [ + 298, + 1266, + 610, + 1266, + 610, + 1300, + 298, + 1300 + ], + "score": 0.918 + }, + { + "category_id": 0, + "poly": [ + 299, + 1196, + 472, + 1196, + 472, + 1232, + 299, + 1232 + ], + "score": 0.918 + }, + { + "category_id": 0, + "poly": [ + 298, + 467, + 851, + 467, + 851, + 504, + 298, + 504 + ], + "score": 0.913 + }, + { + "category_id": 2, + "poly": [ + 297, + 74, + 858, + 74, + 858, + 106, + 297, + 106 + ], + "score": 0.913 + }, + { + "category_id": 8, + "poly": [ + 562, + 827, + 1132, + 827, + 1132, + 871, + 562, + 871 + ], + "score": 0.911 + }, + { + "category_id": 1, + "poly": [ + 302, + 1318, + 1398, + 1318, + 1398, + 1361, + 302, + 1361 + ], + "score": 0.892 + }, + { + "category_id": 9, + "poly": [ + 1365, + 1717, + 1400, + 1717, + 1400, + 1748, + 1365, + 1748 + ], + "score": 0.888 + }, + { + "category_id": 2, + "poly": [ + 835, + 2087, + 864, + 2087, + 864, + 2113, + 835, + 2113 + ], + "score": 0.863 + }, + { + "category_id": 2, + "poly": [ + 1374, + 1784, + 1403, + 1784, + 1403, + 1813, + 1374, + 1813 + ], + "score": 0.802 + }, + { + "category_id": 8, + "poly": [ + 564, + 827, + 1131, + 827, + 1131, + 871, + 564, + 871 + ], + "score": 0.105 + }, + { + "category_id": 8, + "poly": [ + 614, + 1698, + 1084, + 1698, + 1084, + 1771, + 614, + 1771 + ], + "score": 0.094 + }, + { + "category_id": 13, + "poly": [ + 581, + 921, + 685, + 921, + 685, + 955, + 581, + 955 + ], + "score": 0.95, + "latex": "S \\in S _ { \\alpha , J }" + }, + { + "category_id": 14, + "poly": [ + 614, + 1695, + 1083, + 1695, + 1083, + 1770, + 614, + 1770 + ], + "score": 0.94, + "latex": "P _ { X } ( B ) = \\int _ { B } J _ { g _ { m } } ( x ) d x = : \\int _ { B } p _ { m } ( x ) d x ," + }, + { + "category_id": 14, + "poly": [ + 583, + 1513, + 1111, + 1513, + 1111, + 1592, + 583, + 1592 + ], + "score": 0.93, + "latex": "\\int _ { \\gamma _ { m } ^ { - 1 } ( B ) } p _ { Z } ( z ) d z = \\int _ { B } p _ { Z } ( \\gamma _ { m } ^ { - 1 } ( x ) ) J _ { \\gamma _ { m } } ( x ) d x ," + }, + { + "category_id": 13, + "poly": [ + 965, + 1325, + 1095, + 1325, + 1095, + 1359, + 965, + 1359 + ], + "score": 0.93, + "latex": "B \\in \\sigma ( S _ { m } )" + }, + { + "category_id": 14, + "poly": [ + 596, + 1372, + 1101, + 1372, + 1101, + 1451, + 596, + 1451 + ], + "score": 0.93, + "latex": "P _ { X } ( B ) = P _ { Z } ( \\gamma _ { m } ^ { - 1 } ( B ) ) = \\int _ { \\gamma _ { m } ^ { - 1 } ( B ) } p _ { Z } ( z ) d z ," + }, + { + "category_id": 13, + "poly": [ + 749, + 1609, + 870, + 1609, + 870, + 1644, + 749, + 1644 + ], + "score": 0.93, + "latex": "p _ { Z } ( z ) = 1" + }, + { + "category_id": 13, + "poly": [ + 979, + 615, + 1151, + 615, + 1151, + 650, + 979, + 650 + ], + "score": 0.93, + "latex": "h \\in \\check { H ^ { \\alpha } } ( I ^ { D - 1 } )" + }, + { + "category_id": 13, + "poly": [ + 341, + 1325, + 447, + 1325, + 447, + 1359, + 341, + 1359 + ], + "score": 0.93, + "latex": "m \\in [ M ]" + }, + { + "category_id": 13, + "poly": [ + 1171, + 1466, + 1298, + 1466, + 1298, + 1500, + 1171, + 1500 + ], + "score": 0.92, + "latex": "x = \\gamma _ { m } ( z )" + }, + { + "category_id": 13, + "poly": [ + 397, + 645, + 600, + 645, + 600, + 680, + 397, + 680 + ], + "score": 0.92, + "latex": "\\Psi _ { h } : I ^ { D } \\overset { \\sim } { } \\{ 0 , 1 \\}" + }, + { + "category_id": 13, + "poly": [ + 823, + 646, + 912, + 646, + 912, + 680, + 823, + 680 + ], + "score": 0.92, + "latex": "d \\in [ D ]" + }, + { + "category_id": 13, + "poly": [ + 500, + 779, + 645, + 779, + 645, + 812, + 500, + 812 + ], + "score": 0.92, + "latex": "\\Psi _ { h _ { 1 } } , . . . , \\Psi _ { h _ { J } }" + }, + { + "category_id": 13, + "poly": [ + 573, + 1644, + 752, + 1644, + 752, + 1680, + 573, + 1680 + ], + "score": 0.92, + "latex": "p _ { m } : \\widetilde { S } _ { m } S _ { m }" + }, + { + "category_id": 13, + "poly": [ + 790, + 362, + 911, + 362, + 911, + 393, + 790, + 393 + ], + "score": 0.92, + "latex": "\\mathcal { N } ( \\epsilon , \\Omega , d )" + }, + { + "category_id": 13, + "poly": [ + 1181, + 1940, + 1253, + 1940, + 1253, + 1975, + 1181, + 1975 + ], + "score": 0.92, + "latex": "g ( I ^ { D } )" + }, + { + "category_id": 13, + "poly": [ + 372, + 1608, + 662, + 1608, + 662, + 1646, + 372, + 1646 + ], + "score": 0.92, + "latex": "J _ { \\gamma _ { m } } ( x ) = | \\operatorname* { d e t } \\nabla g _ { m } ^ { - 1 } ( x ) |" + }, + { + "category_id": 13, + "poly": [ + 1165, + 920, + 1310, + 920, + 1310, + 953, + 1165, + 953 + ], + "score": 0.92, + "latex": "\\Psi _ { h _ { 1 } } , . . . , \\Psi _ { h _ { J } }" + }, + { + "category_id": 13, + "poly": [ + 698, + 748, + 942, + 748, + 942, + 785, + 698, + 785 + ], + "score": 0.92, + "latex": "\\Psi ( x ) = I _ { \\{ x \\in I ^ { D } | x _ { d } \\geqslant 0 \\} }" + }, + { + "category_id": 13, + "poly": [ + 298, + 1648, + 382, + 1648, + 382, + 1682, + 298, + 1682 + ], + "score": 0.92, + "latex": "P _ { X } ( B )" + }, + { + "category_id": 14, + "poly": [ + 573, + 1085, + 1123, + 1085, + 1123, + 1162, + 573, + 1162 + ], + "score": 0.91, + "latex": "\\mathrm { S u p p } ( P ) : = \\bigg \\{ x \\in I ^ { D } \\ | \\ P ( N _ { x } ) > 0 , \\forall N _ { x } \\in \\Sigma \\bigg \\} ." + }, + { + "category_id": 13, + "poly": [ + 634, + 330, + 881, + 330, + 881, + 363, + 634, + 363 + ], + "score": 0.91, + "latex": "P f : = \\mathbb { E } _ { X \\sim P } [ f ( X ) ]" + }, + { + "category_id": 13, + "poly": [ + 658, + 1784, + 725, + 1784, + 725, + 1816, + 658, + 1816 + ], + "score": 0.91, + "latex": "\\beta + 1" + }, + { + "category_id": 13, + "poly": [ + 747, + 1011, + 829, + 1011, + 829, + 1042, + 747, + 1042 + ], + "score": 0.91, + "latex": "x \\in I ^ { D }" + }, + { + "category_id": 13, + "poly": [ + 949, + 1608, + 1028, + 1608, + 1028, + 1639, + 949, + 1639 + ], + "score": 0.91, + "latex": "z \\in I ^ { D }" + }, + { + "category_id": 13, + "poly": [ + 682, + 1319, + 772, + 1319, + 772, + 1358, + 682, + 1358 + ], + "score": 0.91, + "latex": "\\widetilde { S } _ { m } , S _ { m }" + }, + { + "category_id": 14, + "poly": [ + 565, + 826, + 1132, + 826, + 1132, + 871, + 565, + 871 + ], + "score": 0.9, + "latex": "S _ { \\alpha , J } : = \\left\\{ S \\subset [ 0 , 1 ] ^ { D } \\mid { \\cal I } _ { S } = \\Psi _ { h _ { 1 } } \\otimes \\cdot \\cdot \\cdot \\otimes \\Psi _ { h _ { J } } \\right\\} ." + }, + { + "category_id": 14, + "poly": [ + 422, + 694, + 1274, + 694, + 1274, + 732, + 422, + 732 + ], + "score": 0.89, + "latex": "\\Psi _ { h } = \\Psi ( x _ { 1 } , \\ldots , x _ { d - 1 } , x _ { d } \\pm h ( x _ { 1 } , \\ldots , x _ { d - 1 } , x _ { d + 1 } , \\ldots , x _ { D } ) , x _ { d + 1 } , . . . , x _ { D } ) ," + }, + { + "category_id": 13, + "poly": [ + 1048, + 891, + 1086, + 891, + 1086, + 920, + 1048, + 920 + ], + "score": 0.89, + "latex": "\\Psi _ { h }" + }, + { + "category_id": 13, + "poly": [ + 873, + 1468, + 910, + 1468, + 910, + 1498, + 873, + 1498 + ], + "score": 0.89, + "latex": "P _ { Z }" + }, + { + "category_id": 13, + "poly": [ + 1212, + 618, + 1283, + 618, + 1283, + 646, + 1212, + 646 + ], + "score": 0.89, + "latex": "\\alpha \\geqslant 1" + }, + { + "category_id": 13, + "poly": [ + 1290, + 1330, + 1327, + 1330, + 1327, + 1358, + 1290, + 1358 + ], + "score": 0.89, + "latex": "\\gamma _ { m }" + }, + { + "category_id": 13, + "poly": [ + 592, + 541, + 647, + 541, + 647, + 574, + 592, + 574 + ], + "score": 0.88, + "latex": "S _ { \\alpha , J }" + }, + { + "category_id": 13, + "poly": [ + 836, + 1974, + 869, + 1974, + 869, + 2007, + 836, + 2007 + ], + "score": 0.88, + "latex": "P _ { g }" + }, + { + "category_id": 13, + "poly": [ + 1147, + 1974, + 1180, + 1974, + 1180, + 2007, + 1147, + 2007 + ], + "score": 0.88, + "latex": "P _ { g }" + }, + { + "category_id": 13, + "poly": [ + 363, + 1971, + 399, + 1971, + 399, + 2000, + 363, + 2000 + ], + "score": 0.88, + "latex": "I ^ { D }" + }, + { + "category_id": 13, + "poly": [ + 341, + 1014, + 380, + 1014, + 380, + 1045, + 341, + 1045 + ], + "score": 0.88, + "latex": "N _ { x }" + }, + { + "category_id": 13, + "poly": [ + 952, + 887, + 988, + 887, + 988, + 918, + 952, + 918 + ], + "score": 0.88, + "latex": "I ^ { D }" + }, + { + "category_id": 13, + "poly": [ + 412, + 1787, + 431, + 1787, + 431, + 1816, + 412, + 1816 + ], + "score": 0.87, + "latex": "\\beta" + }, + { + "category_id": 13, + "poly": [ + 823, + 1328, + 859, + 1328, + 859, + 1358, + 823, + 1358 + ], + "score": 0.86, + "latex": "g _ { m }" + }, + { + "category_id": 13, + "poly": [ + 373, + 750, + 397, + 750, + 397, + 776, + 373, + 776 + ], + "score": 0.85, + "latex": "\\Psi" + }, + { + "category_id": 13, + "poly": [ + 369, + 1472, + 404, + 1472, + 404, + 1499, + 369, + 1499 + ], + "score": 0.85, + "latex": "p _ { Z }" + }, + { + "category_id": 13, + "poly": [ + 345, + 1788, + 381, + 1788, + 381, + 1816, + 345, + 1816 + ], + "score": 0.85, + "latex": "p _ { m }" + }, + { + "category_id": 13, + "poly": [ + 1351, + 1016, + 1375, + 1016, + 1375, + 1041, + 1351, + 1041 + ], + "score": 0.84, + "latex": "P" + }, + { + "category_id": 13, + "poly": [ + 1057, + 922, + 1078, + 922, + 1078, + 947, + 1057, + 947 + ], + "score": 0.84, + "latex": "J" + }, + { + "category_id": 13, + "poly": [ + 1177, + 1016, + 1201, + 1016, + 1201, + 1041, + 1177, + 1041 + ], + "score": 0.83, + "latex": "P" + }, + { + "category_id": 13, + "poly": [ + 590, + 1787, + 628, + 1787, + 628, + 1816, + 590, + 1816 + ], + "score": 0.83, + "latex": "\\gamma _ { m }" + }, + { + "category_id": 13, + "poly": [ + 424, + 892, + 443, + 892, + 443, + 917, + 424, + 917 + ], + "score": 0.83, + "latex": "h" + }, + { + "category_id": 13, + "poly": [ + 298, + 362, + 317, + 362, + 317, + 393, + 298, + 393 + ], + "score": 0.82, + "latex": "f" + }, + { + "category_id": 13, + "poly": [ + 1380, + 750, + 1401, + 750, + 1401, + 776, + 1380, + 776 + ], + "score": 0.82, + "latex": "J" + }, + { + "category_id": 13, + "poly": [ + 1203, + 332, + 1228, + 332, + 1228, + 358, + 1203, + 358 + ], + "score": 0.81, + "latex": "P" + }, + { + "category_id": 13, + "poly": [ + 639, + 896, + 660, + 896, + 660, + 917, + 639, + 917 + ], + "score": 0.8, + "latex": "\\alpha" + }, + { + "category_id": 13, + "poly": [ + 595, + 393, + 618, + 393, + 618, + 419, + 595, + 419 + ], + "score": 0.79, + "latex": "\\Omega" + }, + { + "category_id": 13, + "poly": [ + 433, + 362, + 457, + 362, + 457, + 388, + 433, + 388 + ], + "score": 0.79, + "latex": "\\Omega" + }, + { + "category_id": 13, + "poly": [ + 764, + 622, + 785, + 622, + 785, + 644, + 764, + 644 + ], + "score": 0.78, + "latex": "\\alpha" + }, + { + "category_id": 13, + "poly": [ + 726, + 364, + 745, + 364, + 745, + 388, + 726, + 388 + ], + "score": 0.77, + "latex": "d" + }, + { + "category_id": 13, + "poly": [ + 419, + 397, + 433, + 397, + 433, + 419, + 419, + 419 + ], + "score": 0.77, + "latex": "\\epsilon" + }, + { + "category_id": 13, + "poly": [ + 848, + 1920, + 865, + 1920, + 865, + 1944, + 848, + 1944 + ], + "score": 0.73, + "latex": "g" + }, + { + "category_id": 15, + "poly": [ + 616.0, + 219.0, + 1086.0, + 219.0, + 1086.0, + 267.0, + 616.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 367.0, + 254.0, + 1334.0, + 254.0, + 1334.0, + 308.0, + 367.0, + 308.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1850.0, + 616.0, + 1850.0, + 616.0, + 1889.0, + 294.0, + 1889.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 530.0, + 591.0, + 530.0, + 591.0, + 582.0, + 291.0, + 582.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 648.0, + 530.0, + 652.0, + 530.0, + 652.0, + 582.0, + 648.0, + 582.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 964.0, + 719.0, + 964.0, + 719.0, + 1004.0, + 294.0, + 1004.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1266.0, + 613.0, + 1266.0, + 613.0, + 1303.0, + 295.0, + 1303.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1191.0, + 474.0, + 1191.0, + 474.0, + 1241.0, + 292.0, + 1241.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 466.0, + 853.0, + 466.0, + 853.0, + 508.0, + 295.0, + 508.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 858.0, + 72.0, + 858.0, + 109.0, + 297.0, + 109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 2085.0, + 869.0, + 2085.0, + 869.0, + 2125.0, + 831.0, + 2125.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1379.0, + 1789.0, + 1402.0, + 1789.0, + 1402.0, + 1812.0, + 1379.0, + 1812.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1908.0, + 847.0, + 1908.0, + 847.0, + 1947.0, + 293.0, + 1947.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 866.0, + 1908.0, + 1405.0, + 1908.0, + 1405.0, + 1947.0, + 866.0, + 1947.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1940.0, + 1180.0, + 1940.0, + 1180.0, + 1976.0, + 293.0, + 1976.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1254.0, + 1940.0, + 1406.0, + 1940.0, + 1406.0, + 1976.0, + 1254.0, + 1976.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1969.0, + 362.0, + 1969.0, + 362.0, + 2008.0, + 292.0, + 2008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 400.0, + 1969.0, + 835.0, + 1969.0, + 835.0, + 2008.0, + 400.0, + 2008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 870.0, + 1969.0, + 1146.0, + 1969.0, + 1146.0, + 2008.0, + 870.0, + 2008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1181.0, + 1969.0, + 1406.0, + 1969.0, + 1406.0, + 2008.0, + 1181.0, + 2008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 2002.0, + 715.0, + 2002.0, + 715.0, + 2036.0, + 293.0, + 2036.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1374.0, + 2004.0, + 1405.0, + 2004.0, + 1405.0, + 2033.0, + 1374.0, + 2033.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 326.0, + 633.0, + 326.0, + 633.0, + 368.0, + 294.0, + 368.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 882.0, + 326.0, + 1202.0, + 326.0, + 1202.0, + 368.0, + 882.0, + 368.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1229.0, + 326.0, + 1406.0, + 326.0, + 1406.0, + 368.0, + 1229.0, + 368.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 318.0, + 358.0, + 432.0, + 358.0, + 432.0, + 395.0, + 318.0, + 395.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 458.0, + 358.0, + 725.0, + 358.0, + 725.0, + 395.0, + 458.0, + 395.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 746.0, + 358.0, + 789.0, + 358.0, + 789.0, + 395.0, + 746.0, + 395.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 912.0, + 358.0, + 1405.0, + 358.0, + 1405.0, + 395.0, + 912.0, + 395.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 391.0, + 418.0, + 391.0, + 418.0, + 422.0, + 294.0, + 422.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 434.0, + 391.0, + 594.0, + 391.0, + 594.0, + 422.0, + 434.0, + 422.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 619.0, + 391.0, + 629.0, + 391.0, + 629.0, + 422.0, + 619.0, + 422.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 584.0, + 1405.0, + 584.0, + 1405.0, + 622.0, + 294.0, + 622.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 607.0, + 763.0, + 607.0, + 763.0, + 656.0, + 290.0, + 656.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 786.0, + 607.0, + 978.0, + 607.0, + 978.0, + 656.0, + 786.0, + 656.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1152.0, + 607.0, + 1211.0, + 607.0, + 1211.0, + 656.0, + 1152.0, + 656.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1284.0, + 607.0, + 1407.0, + 607.0, + 1407.0, + 656.0, + 1284.0, + 656.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 642.0, + 396.0, + 642.0, + 396.0, + 682.0, + 293.0, + 682.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 601.0, + 642.0, + 822.0, + 642.0, + 822.0, + 682.0, + 601.0, + 682.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 913.0, + 642.0, + 949.0, + 642.0, + 949.0, + 682.0, + 913.0, + 682.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1604.0, + 371.0, + 1604.0, + 371.0, + 1647.0, + 294.0, + 1647.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 663.0, + 1604.0, + 748.0, + 1604.0, + 748.0, + 1647.0, + 663.0, + 1647.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 871.0, + 1604.0, + 948.0, + 1604.0, + 948.0, + 1647.0, + 871.0, + 1647.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1029.0, + 1604.0, + 1407.0, + 1604.0, + 1407.0, + 1647.0, + 1029.0, + 1647.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 383.0, + 1645.0, + 572.0, + 1645.0, + 572.0, + 1687.0, + 383.0, + 1687.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 753.0, + 1645.0, + 789.0, + 1645.0, + 789.0, + 1687.0, + 753.0, + 1687.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 885.0, + 423.0, + 885.0, + 423.0, + 925.0, + 294.0, + 925.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 444.0, + 885.0, + 638.0, + 885.0, + 638.0, + 925.0, + 444.0, + 925.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 661.0, + 885.0, + 951.0, + 885.0, + 951.0, + 925.0, + 661.0, + 925.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 989.0, + 885.0, + 1047.0, + 885.0, + 1047.0, + 925.0, + 989.0, + 925.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1087.0, + 885.0, + 1405.0, + 885.0, + 1405.0, + 925.0, + 1087.0, + 925.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 913.0, + 580.0, + 913.0, + 580.0, + 959.0, + 292.0, + 959.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 686.0, + 913.0, + 1056.0, + 913.0, + 1056.0, + 959.0, + 686.0, + 959.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1079.0, + 913.0, + 1164.0, + 913.0, + 1164.0, + 959.0, + 1079.0, + 959.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1311.0, + 913.0, + 1322.0, + 913.0, + 1322.0, + 959.0, + 1311.0, + 959.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1007.0, + 340.0, + 1007.0, + 340.0, + 1051.0, + 291.0, + 1051.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 381.0, + 1007.0, + 746.0, + 1007.0, + 746.0, + 1051.0, + 381.0, + 1051.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 830.0, + 1007.0, + 1176.0, + 1007.0, + 1176.0, + 1051.0, + 830.0, + 1051.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1202.0, + 1007.0, + 1350.0, + 1007.0, + 1350.0, + 1051.0, + 1202.0, + 1051.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1376.0, + 1007.0, + 1408.0, + 1007.0, + 1408.0, + 1051.0, + 1376.0, + 1051.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1039.0, + 418.0, + 1039.0, + 418.0, + 1080.0, + 293.0, + 1080.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 744.0, + 372.0, + 744.0, + 372.0, + 788.0, + 294.0, + 788.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 398.0, + 744.0, + 697.0, + 744.0, + 697.0, + 788.0, + 398.0, + 788.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 943.0, + 744.0, + 1379.0, + 744.0, + 1379.0, + 788.0, + 943.0, + 788.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1402.0, + 744.0, + 1405.0, + 744.0, + 1405.0, + 788.0, + 1402.0, + 788.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 778.0, + 499.0, + 778.0, + 499.0, + 814.0, + 295.0, + 814.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 646.0, + 778.0, + 1091.0, + 778.0, + 1091.0, + 814.0, + 646.0, + 814.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1778.0, + 344.0, + 1778.0, + 344.0, + 1822.0, + 295.0, + 1822.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 382.0, + 1778.0, + 411.0, + 1778.0, + 411.0, + 1822.0, + 382.0, + 1822.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 432.0, + 1778.0, + 589.0, + 1778.0, + 589.0, + 1822.0, + 432.0, + 1822.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 629.0, + 1778.0, + 657.0, + 1778.0, + 657.0, + 1822.0, + 629.0, + 1822.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 726.0, + 1778.0, + 976.0, + 1778.0, + 976.0, + 1822.0, + 726.0, + 1822.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1464.0, + 368.0, + 1464.0, + 368.0, + 1503.0, + 295.0, + 1503.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 405.0, + 1464.0, + 872.0, + 1464.0, + 872.0, + 1503.0, + 405.0, + 1503.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 911.0, + 1464.0, + 1170.0, + 1464.0, + 1170.0, + 1503.0, + 911.0, + 1503.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1299.0, + 1464.0, + 1404.0, + 1464.0, + 1404.0, + 1503.0, + 1299.0, + 1503.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1318.0, + 340.0, + 1318.0, + 340.0, + 1364.0, + 293.0, + 1364.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 448.0, + 1318.0, + 681.0, + 1318.0, + 681.0, + 1364.0, + 448.0, + 1364.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 773.0, + 1318.0, + 822.0, + 1318.0, + 822.0, + 1364.0, + 773.0, + 1364.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 860.0, + 1318.0, + 964.0, + 1318.0, + 964.0, + 1364.0, + 860.0, + 1364.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1096.0, + 1318.0, + 1289.0, + 1318.0, + 1289.0, + 1364.0, + 1096.0, + 1364.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1328.0, + 1318.0, + 1407.0, + 1318.0, + 1407.0, + 1364.0, + 1328.0, + 1364.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 11, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 296, + 888, + 1406, + 888, + 1406, + 1058, + 296, + 1058 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 296, + 364, + 1406, + 364, + 1406, + 468, + 296, + 468 + ], + "score": 0.975 + }, + { + "category_id": 1, + "poly": [ + 296, + 1068, + 1405, + 1068, + 1405, + 1176, + 296, + 1176 + ], + "score": 0.973 + }, + { + "category_id": 8, + "poly": [ + 355, + 1299, + 1351, + 1299, + 1351, + 2031, + 355, + 2031 + ], + "score": 0.97 + }, + { + "category_id": 8, + "poly": [ + 690, + 793, + 1004, + 793, + 1004, + 871, + 690, + 871 + ], + "score": 0.959 + }, + { + "category_id": 8, + "poly": [ + 739, + 683, + 958, + 683, + 958, + 752, + 739, + 752 + ], + "score": 0.953 + }, + { + "category_id": 8, + "poly": [ + 714, + 557, + 982, + 557, + 982, + 633, + 714, + 633 + ], + "score": 0.949 + }, + { + "category_id": 1, + "poly": [ + 293, + 285, + 1404, + 285, + 1404, + 351, + 293, + 351 + ], + "score": 0.944 + }, + { + "category_id": 8, + "poly": [ + 650, + 472, + 1046, + 472, + 1046, + 514, + 650, + 514 + ], + "score": 0.932 + }, + { + "category_id": 1, + "poly": [ + 297, + 641, + 1092, + 641, + 1092, + 677, + 297, + 677 + ], + "score": 0.93 + }, + { + "category_id": 1, + "poly": [ + 298, + 754, + 696, + 754, + 696, + 790, + 298, + 790 + ], + "score": 0.929 + }, + { + "category_id": 2, + "poly": [ + 297, + 73, + 858, + 73, + 858, + 106, + 297, + 106 + ], + "score": 0.924 + }, + { + "category_id": 1, + "poly": [ + 294, + 517, + 949, + 517, + 949, + 552, + 294, + 552 + ], + "score": 0.92 + }, + { + "category_id": 1, + "poly": [ + 297, + 1185, + 630, + 1185, + 630, + 1216, + 297, + 1216 + ], + "score": 0.914 + }, + { + "category_id": 1, + "poly": [ + 300, + 1263, + 795, + 1263, + 795, + 1294, + 300, + 1294 + ], + "score": 0.912 + }, + { + "category_id": 2, + "poly": [ + 835, + 2087, + 864, + 2087, + 864, + 2113, + 835, + 2113 + ], + "score": 0.854 + }, + { + "category_id": 8, + "poly": [ + 324, + 1220, + 1344, + 1220, + 1344, + 1263, + 324, + 1263 + ], + "score": 0.752 + }, + { + "category_id": 0, + "poly": [ + 298, + 228, + 612, + 228, + 612, + 262, + 298, + 262 + ], + "score": 0.675 + }, + { + "category_id": 2, + "poly": [ + 298, + 228, + 612, + 228, + 612, + 262, + 298, + 262 + ], + "score": 0.228 + }, + { + "category_id": 1, + "poly": [ + 324, + 1220, + 1344, + 1220, + 1344, + 1263, + 324, + 1263 + ], + "score": 0.156 + }, + { + "category_id": 14, + "poly": [ + 737, + 682, + 956, + 682, + 956, + 752, + 737, + 752 + ], + "score": 0.95, + "latex": "{ \\cal I } _ { { \\widetilde { \\cal S } } _ { m } } = \\bigotimes _ { j \\in [ J ] } \\psi _ { h _ { m , j } } ," + }, + { + "category_id": 14, + "poly": [ + 691, + 793, + 1007, + 793, + 1007, + 870, + 691, + 870 + ], + "score": 0.94, + "latex": "g ^ { * } = \\sum _ { m \\in [ M ] } \\widetilde { g } _ { m } \\bigotimes _ { j \\in [ J ] } \\psi _ { h _ { m , j } } ." + }, + { + "category_id": 14, + "poly": [ + 714, + 556, + 983, + 556, + 983, + 633, + 714, + 633 + ], + "score": 0.94, + "latex": "g ^ { * } = \\sum _ { m \\in [ M ] } \\widetilde { g } _ { m } \\otimes \\pmb { I } _ { \\widetilde { S } _ { m } } ." + }, + { + "category_id": 13, + "poly": [ + 519, + 365, + 650, + 365, + 650, + 402, + 519, + 402 + ], + "score": 0.94, + "latex": "\\{ g _ { m } \\} _ { m \\in [ M ] }" + }, + { + "category_id": 13, + "poly": [ + 581, + 646, + 647, + 646, + 647, + 679, + 581, + 679 + ], + "score": 0.93, + "latex": "\\mathcal { S } _ { 2 \\beta , J }" + }, + { + "category_id": 13, + "poly": [ + 825, + 639, + 865, + 639, + 865, + 676, + 825, + 676 + ], + "score": 0.93, + "latex": "\\widetilde { S } _ { m }" + }, + { + "category_id": 13, + "poly": [ + 625, + 1070, + 940, + 1070, + 940, + 1111, + 625, + 1111 + ], + "score": 0.93, + "latex": "\\begin{array} { r } { \\sum _ { m \\in [ M ] } \\gamma _ { m , d } \\bigotimes _ { j \\in [ J ] } \\psi _ { h _ { m , j } } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 371, + 517, + 553, + 517, + 553, + 555, + 371, + 555 + ], + "score": 0.93, + "latex": "\\gamma _ { m , d } \\in H ^ { \\beta } ( I ^ { D } )" + }, + { + "category_id": 13, + "poly": [ + 1233, + 1070, + 1350, + 1070, + 1350, + 1106, + 1233, + 1106 + ], + "score": 0.93, + "latex": "\\zeta [ \\Theta _ { \\gamma , d , m } ]" + }, + { + "category_id": 13, + "poly": [ + 438, + 921, + 515, + 921, + 515, + 954, + 438, + 954 + ], + "score": 0.93, + "latex": "\\zeta [ \\Theta _ { + } ]" + }, + { + "category_id": 13, + "poly": [ + 1055, + 1071, + 1159, + 1071, + 1159, + 1105, + 1055, + 1105 + ], + "score": 0.92, + "latex": "d \\in \\mathsf { \\Gamma } [ D ]" + }, + { + "category_id": 14, + "poly": [ + 649, + 470, + 1044, + 470, + 1044, + 512, + 649, + 512 + ], + "score": 0.92, + "latex": "\\widetilde { \\boldsymbol { g } } _ { m } ( \\boldsymbol { x } ) = ( \\gamma _ { m , 1 } ( \\boldsymbol { x } ) , . . . , \\gamma _ { m , D } ( \\boldsymbol { x } ) ) ^ { \\top } ," + }, + { + "category_id": 13, + "poly": [ + 447, + 757, + 515, + 757, + 515, + 792, + 447, + 792 + ], + "score": 0.92, + "latex": "\\psi _ { h _ { m , j } }" + }, + { + "category_id": 13, + "poly": [ + 740, + 398, + 919, + 398, + 919, + 436, + 740, + 436 + ], + "score": 0.92, + "latex": "g _ { m } : \\widetilde { S } _ { m } S _ { m }" + }, + { + "category_id": 13, + "poly": [ + 953, + 401, + 1129, + 401, + 1129, + 436, + 953, + 436 + ], + "score": 0.91, + "latex": "\\tilde { g } _ { m } : I ^ { D } \\to S _ { m }" + }, + { + "category_id": 13, + "poly": [ + 571, + 994, + 674, + 994, + 674, + 1026, + 571, + 1026 + ], + "score": 0.91, + "latex": "x , x ^ { \\prime } \\in I" + }, + { + "category_id": 13, + "poly": [ + 297, + 956, + 374, + 956, + 374, + 992, + 297, + 992 + ], + "score": 0.91, + "latex": "\\zeta [ \\Theta _ { \\times } ]" + }, + { + "category_id": 13, + "poly": [ + 451, + 288, + 519, + 288, + 519, + 318, + 451, + 318 + ], + "score": 0.91, + "latex": "a \\lesssim b" + }, + { + "category_id": 14, + "poly": [ + 347, + 1308, + 1296, + 1308, + 1296, + 2037, + 347, + 2037 + ], + "score": 0.9, + "latex": "\\begin{array} { r l } & { \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad } \\\\ & { \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad } \\\\ & { \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad } \\\\ & & { \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad } \\\\ & & { \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad } \\\\ & { \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad } \\\\ & \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 344, + 320, + 411, + 320, + 411, + 349, + 344, + 349 + ], + "score": 0.9, + "latex": "a \\gtrsim b" + }, + { + "category_id": 13, + "poly": [ + 962, + 919, + 1345, + 919, + 1345, + 956, + 962, + 956 + ], + "score": 0.9, + "latex": "\\begin{array} { r } { { \\bf \\Pi } \\dot { \\zeta } [ \\Theta _ { + } ] ( x _ { 1 } , . . . , x _ { D ^ { \\prime } } ) = \\sum _ { d \\in [ D ^ { \\prime } ] } x _ { d } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 1119, + 289, + 1187, + 289, + 1187, + 316, + 1119, + 316 + ], + "score": 0.89, + "latex": "a = b" + }, + { + "category_id": 13, + "poly": [ + 1361, + 400, + 1399, + 400, + 1399, + 435, + 1361, + 435 + ], + "score": 0.89, + "latex": "\\widetilde { S } _ { m }" + }, + { + "category_id": 13, + "poly": [ + 962, + 958, + 1401, + 958, + 1401, + 996, + 962, + 996 + ], + "score": 0.89, + "latex": "| \\zeta [ \\Theta _ { \\times } ] ( x _ { 1 } , . . . , x _ { D ^ { \\prime } } ) - \\prod _ { d \\in [ D ^ { \\prime } ] } x _ { d } | < \\epsilon" + }, + { + "category_id": 13, + "poly": [ + 421, + 996, + 490, + 996, + 490, + 1023, + 421, + 1023 + ], + "score": 0.89, + "latex": "\\epsilon > 0" + }, + { + "category_id": 13, + "poly": [ + 461, + 1107, + 680, + 1107, + 680, + 1140, + 461, + 1140 + ], + "score": 0.89, + "latex": "d \\in [ D ] , m \\in [ M ]" + }, + { + "category_id": 13, + "poly": [ + 883, + 521, + 915, + 521, + 915, + 552, + 883, + 552 + ], + "score": 0.89, + "latex": "g ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 297, + 1107, + 413, + 1107, + 413, + 1142, + 297, + 1142 + ], + "score": 0.88, + "latex": "\\zeta [ \\Theta _ { h , m , j } ]" + }, + { + "category_id": 13, + "poly": [ + 1333, + 288, + 1401, + 288, + 1401, + 318, + 1333, + 318 + ], + "score": 0.88, + "latex": "a \\lesssim b" + }, + { + "category_id": 13, + "poly": [ + 736, + 1109, + 826, + 1109, + 826, + 1140, + 736, + 1140 + ], + "score": 0.87, + "latex": "j \\in [ J ]" + }, + { + "category_id": 13, + "poly": [ + 328, + 407, + 364, + 407, + 364, + 437, + 328, + 437 + ], + "score": 0.86, + "latex": "g _ { m }" + }, + { + "category_id": 13, + "poly": [ + 301, + 1139, + 859, + 1139, + 859, + 1174, + 301, + 1174 + ], + "score": 0.82, + "latex": "\\zeta \\bar { [ \\Theta _ { S , m } ] } ^ { - } = \\zeta [ \\Theta _ { \\times } ] ( \\bar { \\zeta } [ \\bar { \\Theta } _ { h , m , 1 } ] \\bar { ( \\cdot ) } , \\cdot . . . , \\zeta [ \\Theta _ { h , m , 1 } ] \\bar { ( \\cdot ) } )" + }, + { + "category_id": 13, + "poly": [ + 666, + 289, + 681, + 289, + 681, + 315, + 666, + 315 + ], + "score": 0.78, + "latex": "b" + }, + { + "category_id": 13, + "poly": [ + 838, + 295, + 856, + 295, + 856, + 315, + 838, + 315 + ], + "score": 0.71, + "latex": "a" + }, + { + "category_id": 14, + "poly": [ + 347, + 1221, + 1348, + 1221, + 1348, + 1260, + 347, + 1260 + ], + "score": 0.7, + "latex": "\\zeta [ \\Theta _ { d } ] = \\zeta [ \\Theta _ { + } ] ( \\zeta [ \\Theta _ { \\times } ] ( \\zeta [ \\Theta _ { \\gamma , d , 1 } ] ( \\cdot ) , \\zeta [ \\Theta _ { S , 1 } ] ( \\cdot ) ) , . . . , \\zeta [ \\Theta _ { \\times } ] ( \\zeta [ \\Theta _ { \\gamma , d , M } ] ( \\cdot ) , \\zeta [ \\Theta _ { S , M } ] ( \\cdot ) ) ) ." + }, + { + "category_id": 13, + "poly": [ + 1378, + 996, + 1403, + 996, + 1403, + 1023, + 1378, + 1023 + ], + "score": 0.6, + "latex": "\\&" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 858.0, + 72.0, + 858.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 2085.0, + 868.0, + 2085.0, + 868.0, + 2124.0, + 831.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 227.0, + 615.0, + 227.0, + 615.0, + 264.0, + 295.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 227.0, + 615.0, + 227.0, + 615.0, + 264.0, + 295.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 887.0, + 1406.0, + 887.0, + 1406.0, + 925.0, + 294.0, + 925.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 913.0, + 437.0, + 913.0, + 437.0, + 965.0, + 289.0, + 965.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 516.0, + 913.0, + 961.0, + 913.0, + 961.0, + 965.0, + 516.0, + 965.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1346.0, + 913.0, + 1409.0, + 913.0, + 1409.0, + 965.0, + 1346.0, + 965.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 954.0, + 296.0, + 954.0, + 296.0, + 1000.0, + 293.0, + 1000.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 375.0, + 954.0, + 961.0, + 954.0, + 961.0, + 1000.0, + 375.0, + 1000.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1402.0, + 954.0, + 1408.0, + 954.0, + 1408.0, + 1000.0, + 1402.0, + 1000.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 992.0, + 420.0, + 992.0, + 420.0, + 1030.0, + 293.0, + 1030.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 491.0, + 992.0, + 570.0, + 992.0, + 570.0, + 1030.0, + 491.0, + 1030.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 675.0, + 992.0, + 1377.0, + 992.0, + 1377.0, + 1030.0, + 675.0, + 1030.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1404.0, + 992.0, + 1408.0, + 992.0, + 1408.0, + 1030.0, + 1404.0, + 1030.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1021.0, + 512.0, + 1021.0, + 512.0, + 1059.0, + 293.0, + 1059.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 359.0, + 518.0, + 359.0, + 518.0, + 406.0, + 291.0, + 406.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 651.0, + 359.0, + 1408.0, + 359.0, + 1408.0, + 406.0, + 651.0, + 406.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 398.0, + 327.0, + 398.0, + 327.0, + 442.0, + 293.0, + 442.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 365.0, + 398.0, + 739.0, + 398.0, + 739.0, + 442.0, + 365.0, + 442.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 920.0, + 398.0, + 952.0, + 398.0, + 952.0, + 442.0, + 920.0, + 442.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1130.0, + 398.0, + 1360.0, + 398.0, + 1360.0, + 442.0, + 1130.0, + 442.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1400.0, + 398.0, + 1406.0, + 398.0, + 1406.0, + 442.0, + 1400.0, + 442.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 434.0, + 1079.0, + 434.0, + 1079.0, + 470.0, + 295.0, + 470.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 286.0, + 1058.0, + 624.0, + 1058.0, + 624.0, + 1121.0, + 286.0, + 1121.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 941.0, + 1058.0, + 1054.0, + 1058.0, + 1054.0, + 1121.0, + 941.0, + 1121.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1160.0, + 1058.0, + 1232.0, + 1058.0, + 1232.0, + 1121.0, + 1160.0, + 1121.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1351.0, + 1058.0, + 1412.0, + 1058.0, + 1412.0, + 1121.0, + 1351.0, + 1121.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 414.0, + 1105.0, + 460.0, + 1105.0, + 460.0, + 1145.0, + 414.0, + 1145.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 681.0, + 1105.0, + 735.0, + 1105.0, + 735.0, + 1145.0, + 681.0, + 1145.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 827.0, + 1105.0, + 1407.0, + 1105.0, + 1407.0, + 1145.0, + 827.0, + 1145.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1136.0, + 300.0, + 1136.0, + 300.0, + 1177.0, + 295.0, + 1177.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 860.0, + 1136.0, + 872.0, + 1136.0, + 872.0, + 1177.0, + 860.0, + 1177.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 286.0, + 450.0, + 286.0, + 450.0, + 322.0, + 293.0, + 322.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 520.0, + 286.0, + 665.0, + 286.0, + 665.0, + 322.0, + 520.0, + 322.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 682.0, + 286.0, + 837.0, + 286.0, + 837.0, + 322.0, + 682.0, + 322.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 857.0, + 286.0, + 1118.0, + 286.0, + 1118.0, + 322.0, + 857.0, + 322.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1188.0, + 286.0, + 1332.0, + 286.0, + 1332.0, + 322.0, + 1188.0, + 322.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1402.0, + 286.0, + 1407.0, + 286.0, + 1407.0, + 322.0, + 1402.0, + 322.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 316.0, + 343.0, + 316.0, + 343.0, + 350.0, + 292.0, + 350.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 412.0, + 316.0, + 479.0, + 316.0, + 479.0, + 350.0, + 412.0, + 350.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 636.0, + 580.0, + 636.0, + 580.0, + 683.0, + 291.0, + 683.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 648.0, + 636.0, + 824.0, + 636.0, + 824.0, + 683.0, + 648.0, + 683.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 866.0, + 636.0, + 1095.0, + 636.0, + 1095.0, + 683.0, + 866.0, + 683.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 750.0, + 446.0, + 750.0, + 446.0, + 795.0, + 294.0, + 795.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 516.0, + 750.0, + 697.0, + 750.0, + 697.0, + 795.0, + 516.0, + 795.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 512.0, + 370.0, + 512.0, + 370.0, + 559.0, + 292.0, + 559.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 554.0, + 512.0, + 882.0, + 512.0, + 882.0, + 559.0, + 554.0, + 559.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 916.0, + 512.0, + 953.0, + 512.0, + 953.0, + 559.0, + 916.0, + 559.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1183.0, + 632.0, + 1183.0, + 632.0, + 1219.0, + 296.0, + 1219.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1261.0, + 796.0, + 1261.0, + 796.0, + 1297.0, + 296.0, + 1297.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 12, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 301, + 1562, + 1403, + 1562, + 1403, + 1675, + 301, + 1675 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 296, + 1006, + 1405, + 1006, + 1405, + 1107, + 296, + 1107 + ], + "score": 0.971 + }, + { + "category_id": 8, + "poly": [ + 310, + 599, + 1394, + 599, + 1394, + 995, + 310, + 995 + ], + "score": 0.969 + }, + { + "category_id": 8, + "poly": [ + 418, + 1364, + 1283, + 1364, + 1283, + 1554, + 418, + 1554 + ], + "score": 0.966 + }, + { + "category_id": 8, + "poly": [ + 557, + 1685, + 1141, + 1685, + 1141, + 1795, + 557, + 1795 + ], + "score": 0.961 + }, + { + "category_id": 8, + "poly": [ + 632, + 1215, + 1064, + 1215, + 1064, + 1294, + 632, + 1294 + ], + "score": 0.954 + }, + { + "category_id": 8, + "poly": [ + 693, + 453, + 1002, + 453, + 1002, + 503, + 693, + 503 + ], + "score": 0.949 + }, + { + "category_id": 1, + "poly": [ + 296, + 375, + 1398, + 375, + 1398, + 442, + 296, + 442 + ], + "score": 0.947 + }, + { + "category_id": 1, + "poly": [ + 296, + 522, + 1402, + 522, + 1402, + 588, + 296, + 588 + ], + "score": 0.944 + }, + { + "category_id": 8, + "poly": [ + 406, + 1968, + 1290, + 1968, + 1290, + 2028, + 406, + 2028 + ], + "score": 0.94 + }, + { + "category_id": 1, + "poly": [ + 298, + 1925, + 956, + 1925, + 956, + 1961, + 298, + 1961 + ], + "score": 0.934 + }, + { + "category_id": 8, + "poly": [ + 587, + 1117, + 1108, + 1117, + 1108, + 1165, + 587, + 1165 + ], + "score": 0.934 + }, + { + "category_id": 0, + "poly": [ + 298, + 1868, + 639, + 1868, + 639, + 1903, + 298, + 1903 + ], + "score": 0.93 + }, + { + "category_id": 1, + "poly": [ + 296, + 1318, + 888, + 1318, + 888, + 1353, + 296, + 1353 + ], + "score": 0.928 + }, + { + "category_id": 2, + "poly": [ + 296, + 73, + 858, + 73, + 858, + 107, + 296, + 107 + ], + "score": 0.927 + }, + { + "category_id": 1, + "poly": [ + 296, + 1170, + 852, + 1170, + 852, + 1205, + 296, + 1205 + ], + "score": 0.926 + }, + { + "category_id": 1, + "poly": [ + 299, + 1801, + 715, + 1801, + 715, + 1835, + 299, + 1835 + ], + "score": 0.926 + }, + { + "category_id": 1, + "poly": [ + 296, + 275, + 984, + 275, + 984, + 312, + 296, + 312 + ], + "score": 0.918 + }, + { + "category_id": 1, + "poly": [ + 296, + 227, + 929, + 227, + 929, + 264, + 296, + 264 + ], + "score": 0.917 + }, + { + "category_id": 2, + "poly": [ + 835, + 2087, + 864, + 2087, + 864, + 2113, + 835, + 2113 + ], + "score": 0.87 + }, + { + "category_id": 9, + "poly": [ + 1364, + 1973, + 1402, + 1973, + 1402, + 2004, + 1364, + 2004 + ], + "score": 0.868 + }, + { + "category_id": 2, + "poly": [ + 1374, + 1803, + 1404, + 1803, + 1404, + 1832, + 1374, + 1832 + ], + "score": 0.835 + }, + { + "category_id": 8, + "poly": [ + 595, + 323, + 1101, + 323, + 1101, + 371, + 595, + 371 + ], + "score": 0.621 + }, + { + "category_id": 14, + "poly": [ + 416, + 1360, + 1286, + 1360, + 1286, + 1555, + 416, + 1555 + ], + "score": 0.95, + "latex": "\\begin{array} { r l } & { \\left\\| \\displaystyle \\sum _ { m \\in [ M ] } \\gamma _ { m , d } \\bigotimes \\psi _ { h _ { m , j } } - \\zeta [ \\Theta _ { d } ] \\right\\| _ { L ^ { 2 } } } \\\\ & { \\leqslant \\displaystyle \\sum _ { m \\in [ M ] } \\| \\Theta _ { \\gamma , d , m } \\| _ { 1 } ^ { - ( \\beta + 1 ) / D } + \\displaystyle \\sum _ { m \\in [ M ] } \\sum _ { j \\in [ J ] } \\| \\Theta _ { h , m , j } \\| _ { 1 } ^ { - \\beta / ( D - 1 ) } + ( M + 1 ) \\epsilon _ { \\times } . } \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 308, + 595, + 1388, + 595, + 1388, + 996, + 308, + 996 + ], + "score": 0.94, + "latex": "\\begin{array} { r l } & { \\| \\gamma _ { m , d } - \\zeta [ \\Theta _ { \\gamma , d , m } ] \\| _ { L ^ { 2 } } } \\\\ & { \\leqslant \\| \\displaystyle \\bigoplus _ { j \\in [ J ] } \\psi _ { h _ { m , j } } - \\zeta [ \\Theta _ { \\star } ] ( \\zeta [ \\Theta _ { h , m , 1 } ] ( \\cdot ) , \\ldots , \\zeta [ \\Theta _ { h , m , 1 } ] ( \\cdot ) ) \\| _ { L ^ { 2 } } } \\\\ & { \\leqslant \\| \\displaystyle \\bigoplus _ { j \\in [ J ] } \\psi _ { h _ { m , j } } - \\zeta [ \\Theta _ { h , m , j } ] \\| _ { L ^ { 2 } } + \\| \\displaystyle \\bigotimes _ { j \\in [ J ] } \\psi _ { h _ { m , j } } - \\zeta [ \\Theta _ { \\star } ] ( \\zeta [ \\Theta _ { h , m , 1 } ] ( \\cdot ) , \\ldots , \\zeta [ \\Theta _ { h , m , 1 } ] ( \\cdot ) ) \\| _ { L ^ { 2 } } } \\\\ & { \\leqslant \\displaystyle \\sum _ { j \\in [ J ] } \\prod _ { j \\in [ J ] } \\prod _ { l = \\delta , j } ( | \\psi _ { h _ { m , j } } , | \\| _ { L ^ { 2 } } \\forall [ \\Theta _ { h , m , j } ] \\| _ { L ^ { 2 } } ) \\| \\psi _ { h _ { m , j } } - \\zeta [ \\Theta _ { h , m , j } ] \\| _ { L ^ { 2 } } + \\epsilon _ { \\times } } \\\\ & { \\leqslant \\displaystyle \\sum _ { j \\in [ J ] } \\| \\psi _ { h _ { m , j } } - \\zeta [ \\Theta _ { h , m , j } ] \\| _ { L ^ { 2 } } + \\epsilon _ { \\times } . } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 776, + 407, + 951, + 407, + 951, + 443, + 776, + 443 + ], + "score": 0.93, + "latex": "\\| \\gamma _ { m , d } \\| _ { L ^ { \\infty } } < \\infty" + }, + { + "category_id": 13, + "poly": [ + 758, + 277, + 874, + 277, + 874, + 312, + 758, + 312 + ], + "score": 0.93, + "latex": "\\zeta [ \\Theta _ { \\gamma , d , m } ]" + }, + { + "category_id": 13, + "poly": [ + 629, + 1171, + 743, + 1171, + 743, + 1206, + 629, + 1206 + ], + "score": 0.93, + "latex": "\\zeta [ \\Theta _ { h , m , j } ]" + }, + { + "category_id": 13, + "poly": [ + 596, + 1632, + 787, + 1632, + 787, + 1675, + 596, + 1675 + ], + "score": 0.93, + "latex": "\\epsilon _ { \\times } \\lesssim \\| \\Theta _ { \\times } \\| _ { 0 } ^ { - \\beta / D }" + }, + { + "category_id": 13, + "poly": [ + 985, + 1008, + 1099, + 1008, + 1099, + 1043, + 985, + 1043 + ], + "score": 0.93, + "latex": "\\zeta [ \\Theta _ { h , m , j } ]" + }, + { + "category_id": 13, + "poly": [ + 531, + 524, + 645, + 524, + 645, + 559, + 531, + 559 + ], + "score": 0.93, + "latex": "\\zeta [ \\Theta _ { h , m , j } ]" + }, + { + "category_id": 14, + "poly": [ + 554, + 1682, + 1142, + 1682, + 1142, + 1794, + 554, + 1794 + ], + "score": 0.93, + "latex": "\\left. \\sum _ { m \\in [ M ] } \\gamma _ { m , d } \\bigotimes _ { j \\in [ J ] } \\psi _ { h _ { m , j } } - \\zeta [ \\Theta _ { d } ] \\right. _ { L ^ { 2 } } \\lesssim M J S ^ { - \\beta / D } ." + }, + { + "category_id": 13, + "poly": [ + 345, + 1639, + 489, + 1639, + 489, + 1674, + 345, + 1674 + ], + "score": 0.93, + "latex": "B = \\| \\Theta _ { \\times } \\| _ { \\infty }" + }, + { + "category_id": 13, + "poly": [ + 637, + 1564, + 852, + 1564, + 852, + 1605, + 637, + 1605 + ], + "score": 0.93, + "latex": "\\begin{array} { r } { S = \\sum _ { d \\in [ D ] } \\| \\Theta _ { d } \\| _ { 1 } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 329, + 1073, + 418, + 1073, + 418, + 1107, + 329, + 1107 + ], + "score": 0.92, + "latex": "[ \\Theta _ { h , m , j }" + }, + { + "category_id": 13, + "poly": [ + 596, + 1321, + 653, + 1321, + 653, + 1353, + 596, + 1353 + ], + "score": 0.92, + "latex": "T _ { 1 , m }" + }, + { + "category_id": 14, + "poly": [ + 632, + 1214, + 1066, + 1214, + 1066, + 1294, + 632, + 1294 + ], + "score": 0.92, + "latex": "T _ { 2 , m } \\lesssim \\sum _ { j \\in [ J ] } \\| \\Theta _ { h , m , j } \\| _ { 1 } ^ { - \\beta / ( D - 1 ) } + \\epsilon _ { \\times } ." + }, + { + "category_id": 13, + "poly": [ + 961, + 1564, + 1397, + 1564, + 1397, + 1600, + 961, + 1600 + ], + "score": 0.92, + "latex": "S = \\| \\Theta _ { \\gamma , d , m } \\| _ { 1 } \\asymp \\| \\Theta _ { h , m , j } \\| _ { 1 } \\asymp \\| \\Theta _ { \\times } \\| _ { 1 }" + }, + { + "category_id": 13, + "poly": [ + 1287, + 1602, + 1401, + 1602, + 1401, + 1635, + 1287, + 1635 + ], + "score": 0.92, + "latex": "L = | \\Theta _ { \\times } |" + }, + { + "category_id": 13, + "poly": [ + 705, + 1321, + 761, + 1321, + 761, + 1354, + 705, + 1354 + ], + "score": 0.92, + "latex": "T _ { 2 , m }" + }, + { + "category_id": 14, + "poly": [ + 408, + 1968, + 1289, + 1968, + 1289, + 2029, + 408, + 2029 + ], + "score": 0.92, + "latex": "d _ { \\mathcal { F } } ( P _ { n } , P _ { \\hat { g } , m } ) = \\operatorname* { s u p } _ { f \\in \\mathcal { F } } ( P _ { n } f - P _ { \\hat { g } , m } f ) \\leqslant d _ { \\mathcal { F } } ( P _ { n } , P _ { g , m } ) = \\operatorname* { s u p } _ { f \\in \\mathcal { F } } ( P _ { n } f - P _ { g , m } f ) ," + }, + { + "category_id": 13, + "poly": [ + 861, + 1010, + 934, + 1010, + 934, + 1046, + 861, + 1046 + ], + "score": 0.91, + "latex": "\\psi _ { h _ { m , j ^ { \\prime } } }" + }, + { + "category_id": 14, + "poly": [ + 594, + 320, + 1102, + 320, + 1102, + 368, + 594, + 368 + ], + "score": 0.91, + "latex": "\\begin{array} { r } { \\| \\gamma _ { m , d } - \\zeta [ \\Theta _ { \\gamma , d , m } ] \\| _ { L ^ { 2 } } \\lesssim \\| \\Theta _ { \\gamma , d , m } \\| _ { 1 } ^ { - ( \\beta + 1 ) / D } , } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 341, + 527, + 397, + 527, + 397, + 559, + 341, + 559 + ], + "score": 0.91, + "latex": "T _ { 2 , m }" + }, + { + "category_id": 14, + "poly": [ + 692, + 452, + 1006, + 452, + 1006, + 500, + 692, + 500 + ], + "score": 0.91, + "latex": "T _ { 1 , m } \\lesssim \\| \\Theta _ { \\gamma , d , m } \\| _ { 1 } ^ { - ( \\beta + 1 ) / D } ." + }, + { + "category_id": 13, + "poly": [ + 373, + 279, + 430, + 279, + 430, + 311, + 373, + 311 + ], + "score": 0.91, + "latex": "T _ { 1 , m }" + }, + { + "category_id": 13, + "poly": [ + 1144, + 383, + 1201, + 383, + 1201, + 411, + 1144, + 411 + ], + "score": 0.9, + "latex": "\\gamma _ { m , d }" + }, + { + "category_id": 14, + "poly": [ + 588, + 1116, + 1108, + 1116, + 1108, + 1164, + 588, + 1164 + ], + "score": 0.9, + "latex": "\\begin{array} { r } { \\| \\psi _ { h _ { m , j } } - \\zeta [ \\Theta _ { h , m , j } ] \\| _ { L ^ { 2 } } \\leqslant \\| \\Theta _ { h , m , j } \\| _ { 1 } ^ { - \\beta / ( D - 1 ) } . } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 520, + 1928, + 538, + 1928, + 538, + 1960, + 520, + 1960 + ], + "score": 0.86, + "latex": "\\widehat g" + }, + { + "category_id": 13, + "poly": [ + 366, + 1805, + 387, + 1805, + 387, + 1830, + 366, + 1830 + ], + "score": 0.84, + "latex": "J" + }, + { + "category_id": 13, + "poly": [ + 905, + 1046, + 929, + 1046, + 929, + 1069, + 905, + 1069 + ], + "score": 0.58, + "latex": "\\&" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1865.0, + 641.0, + 1865.0, + 641.0, + 1905.0, + 293.0, + 1905.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 858.0, + 72.0, + 858.0, + 109.0, + 297.0, + 109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 2085.0, + 869.0, + 2085.0, + 869.0, + 2124.0, + 831.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1379.0, + 1807.0, + 1403.0, + 1807.0, + 1403.0, + 1834.0, + 1379.0, + 1834.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1556.0, + 636.0, + 1556.0, + 636.0, + 1608.0, + 291.0, + 1608.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 853.0, + 1556.0, + 960.0, + 1556.0, + 960.0, + 1608.0, + 853.0, + 1608.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1398.0, + 1556.0, + 1410.0, + 1556.0, + 1410.0, + 1608.0, + 1398.0, + 1608.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1596.0, + 1286.0, + 1596.0, + 1286.0, + 1640.0, + 294.0, + 1640.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1402.0, + 1596.0, + 1407.0, + 1596.0, + 1407.0, + 1640.0, + 1402.0, + 1640.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1633.0, + 344.0, + 1633.0, + 344.0, + 1684.0, + 292.0, + 1684.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 490.0, + 1633.0, + 595.0, + 1633.0, + 595.0, + 1684.0, + 490.0, + 1684.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 717.0, + 1627.5, + 972.0, + 1627.5, + 972.0, + 1679.5, + 717.0, + 1679.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 1001.0, + 860.0, + 1001.0, + 860.0, + 1054.0, + 289.0, + 1054.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 935.0, + 1001.0, + 984.0, + 1001.0, + 984.0, + 1054.0, + 935.0, + 1054.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1100.0, + 1001.0, + 1410.0, + 1001.0, + 1410.0, + 1054.0, + 1100.0, + 1054.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1039.0, + 904.0, + 1039.0, + 904.0, + 1077.0, + 293.0, + 1077.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 930.0, + 1039.0, + 1405.0, + 1039.0, + 1405.0, + 1077.0, + 930.0, + 1077.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1066.0, + 328.0, + 1066.0, + 328.0, + 1113.0, + 292.0, + 1113.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 419.0, + 1066.0, + 533.0, + 1066.0, + 533.0, + 1113.0, + 419.0, + 1113.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 373.0, + 1143.0, + 373.0, + 1143.0, + 414.0, + 295.0, + 414.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1202.0, + 373.0, + 1405.0, + 373.0, + 1405.0, + 414.0, + 1202.0, + 414.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 406.0, + 775.0, + 406.0, + 775.0, + 446.0, + 295.0, + 446.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 952.0, + 406.0, + 1027.0, + 406.0, + 1027.0, + 446.0, + 952.0, + 446.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 517.0, + 340.0, + 517.0, + 340.0, + 561.0, + 292.0, + 561.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 398.0, + 517.0, + 530.0, + 517.0, + 530.0, + 561.0, + 398.0, + 561.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 646.0, + 517.0, + 1406.0, + 517.0, + 1406.0, + 561.0, + 646.0, + 561.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 551.0, + 485.0, + 551.0, + 485.0, + 593.0, + 293.0, + 593.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1923.0, + 519.0, + 1923.0, + 519.0, + 1965.0, + 293.0, + 1965.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 539.0, + 1923.0, + 956.0, + 1923.0, + 956.0, + 1965.0, + 539.0, + 1965.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1314.0, + 595.0, + 1314.0, + 595.0, + 1358.0, + 296.0, + 1358.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 654.0, + 1314.0, + 704.0, + 1314.0, + 704.0, + 1358.0, + 654.0, + 1358.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 762.0, + 1314.0, + 890.0, + 1314.0, + 890.0, + 1358.0, + 762.0, + 1358.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1165.0, + 628.0, + 1165.0, + 628.0, + 1212.0, + 292.0, + 1212.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 744.0, + 1165.0, + 853.0, + 1165.0, + 853.0, + 1212.0, + 744.0, + 1212.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1800.0, + 365.0, + 1800.0, + 365.0, + 1837.0, + 296.0, + 1837.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 388.0, + 1800.0, + 716.0, + 1800.0, + 716.0, + 1837.0, + 388.0, + 1837.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 274.0, + 372.0, + 274.0, + 372.0, + 315.0, + 295.0, + 315.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 431.0, + 274.0, + 757.0, + 274.0, + 757.0, + 315.0, + 431.0, + 315.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 875.0, + 274.0, + 984.0, + 274.0, + 984.0, + 315.0, + 875.0, + 315.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 225.0, + 929.0, + 225.0, + 929.0, + 270.0, + 294.0, + 270.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 13, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 8, + "poly": [ + 409, + 1770, + 1294, + 1770, + 1294, + 1990, + 409, + 1990 + ], + "score": 0.97 + }, + { + "category_id": 8, + "poly": [ + 358, + 1075, + 1344, + 1075, + 1344, + 1275, + 358, + 1275 + ], + "score": 0.97 + }, + { + "category_id": 1, + "poly": [ + 296, + 1356, + 1404, + 1356, + 1404, + 1452, + 296, + 1452 + ], + "score": 0.965 + }, + { + "category_id": 8, + "poly": [ + 433, + 321, + 1266, + 321, + 1266, + 507, + 433, + 507 + ], + "score": 0.965 + }, + { + "category_id": 8, + "poly": [ + 338, + 600, + 1363, + 600, + 1363, + 802, + 338, + 802 + ], + "score": 0.963 + }, + { + "category_id": 8, + "poly": [ + 379, + 1538, + 1316, + 1538, + 1316, + 1651, + 379, + 1651 + ], + "score": 0.96 + }, + { + "category_id": 1, + "poly": [ + 297, + 967, + 1403, + 967, + 1403, + 1061, + 297, + 1061 + ], + "score": 0.957 + }, + { + "category_id": 1, + "poly": [ + 295, + 894, + 1401, + 894, + 1401, + 960, + 295, + 960 + ], + "score": 0.954 + }, + { + "category_id": 1, + "poly": [ + 294, + 522, + 1403, + 522, + 1403, + 585, + 294, + 585 + ], + "score": 0.947 + }, + { + "category_id": 1, + "poly": [ + 291, + 1464, + 1404, + 1464, + 1404, + 1527, + 291, + 1527 + ], + "score": 0.946 + }, + { + "category_id": 1, + "poly": [ + 299, + 818, + 1401, + 818, + 1401, + 881, + 299, + 881 + ], + "score": 0.945 + }, + { + "category_id": 2, + "poly": [ + 297, + 74, + 858, + 74, + 858, + 106, + 297, + 106 + ], + "score": 0.924 + }, + { + "category_id": 1, + "poly": [ + 295, + 2001, + 990, + 2001, + 990, + 2036, + 295, + 2036 + ], + "score": 0.923 + }, + { + "category_id": 1, + "poly": [ + 297, + 1289, + 894, + 1289, + 894, + 1324, + 297, + 1324 + ], + "score": 0.921 + }, + { + "category_id": 1, + "poly": [ + 298, + 275, + 745, + 275, + 745, + 310, + 298, + 310 + ], + "score": 0.92 + }, + { + "category_id": 1, + "poly": [ + 297, + 229, + 512, + 229, + 512, + 263, + 297, + 263 + ], + "score": 0.919 + }, + { + "category_id": 1, + "poly": [ + 300, + 1660, + 1405, + 1660, + 1405, + 1756, + 300, + 1756 + ], + "score": 0.884 + }, + { + "category_id": 2, + "poly": [ + 835, + 2087, + 864, + 2087, + 864, + 2113, + 835, + 2113 + ], + "score": 0.871 + }, + { + "category_id": 9, + "poly": [ + 1351, + 1918, + 1401, + 1918, + 1401, + 1949, + 1351, + 1949 + ], + "score": 0.853 + }, + { + "category_id": 14, + "poly": [ + 432, + 320, + 1264, + 320, + 1264, + 511, + 432, + 511 + ], + "score": 0.95, + "latex": "\\begin{array} { r l } & { d _ { \\mathcal { F } } \\big ( P ^ { * } , P _ { \\hat { g } } \\big ) = \\underset { f \\in \\mathcal { F } } { \\operatorname* { s u p } } \\big ( P ^ { * } f - P _ { \\hat { g } } f \\big ) } \\\\ & { \\quad \\quad = \\underset { f \\in \\mathcal { F } } { \\operatorname* { s u p } } \\big ( P ^ { * } f - P _ { n } f + P _ { n } f - P _ { \\hat { g } , m } f + P _ { \\hat { g } , m } f - P _ { \\hat { g } } f \\big ) } \\\\ & { \\quad \\quad \\leqslant \\underset { f \\in \\mathcal { F } } { \\operatorname* { s u p } } \\big ( P ^ { * } f - P _ { n } f + P _ { \\hat { g } , m } f - P _ { \\hat { g } } f \\big ) + \\underset { f \\in \\mathcal { F } } { \\operatorname* { s u p } } \\big ( P _ { n } f - P _ { \\hat { g } , m } f \\big ) , } \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 408, + 1765, + 1291, + 1765, + 1291, + 1992, + 408, + 1992 + ], + "score": 0.94, + "latex": "\\begin{array} { r l } & { \\displaystyle \\operatorname* { s u p } _ { h \\in \\mathcal { H } } \\left| \\frac { 1 } { n } \\sum _ { i \\in [ n ] } h ( X _ { i } ) - \\mathbb { E } _ { P } [ h ( X ) ] \\right| } \\\\ & { \\leqslant ( 1 + \\theta ) \\mathbb { E } _ { P ^ { \\otimes n } \\otimes \\nu ^ { \\otimes n } } \\left[ \\displaystyle \\operatorname* { s u p } _ { h \\in \\mathcal { H } } \\left| \\frac { 1 } { n } \\sum _ { i \\in [ n ] } u _ { i } h ( X _ { i } ) \\right| \\right] + \\sqrt { \\frac { 2 \\tau \\sigma ^ { 2 } } { n } } + \\frac { \\tau C _ { h } } { n } \\left( \\frac { 2 } { 3 } + \\displaystyle \\frac { 1 } { \\theta } \\right) , } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 574, + 277, + 711, + 277, + 711, + 313, + 574, + 313 + ], + "score": 0.94, + "latex": "d _ { \\mathcal { F } } ( P ^ { \\ast } , P _ { \\hat { g } } )" + }, + { + "category_id": 14, + "poly": [ + 378, + 1537, + 1315, + 1537, + 1315, + 1651, + 378, + 1651 + ], + "score": 0.94, + "latex": "\\mathbb { E } _ { P ^ { \\otimes n } } \\left[ \\operatorname* { s u p } _ { h \\in \\mathcal { H } } \\left| \\frac { 1 } { n } \\sum _ { i \\in [ n ] } h ( X _ { i } ) - \\mathbb { E } [ h ( X ) ] \\right| \\right] \\leqslant 2 \\mathbb { E } _ { P ^ { \\otimes n } \\otimes \\nu ^ { \\otimes n } } \\left[ \\operatorname* { s u p } _ { h \\in \\mathcal { H } } \\left| \\frac { 1 } { n } \\sum _ { i \\in [ n ] } u _ { i } h ( X _ { i } ) \\right| \\right] ," + }, + { + "category_id": 14, + "poly": [ + 354, + 1070, + 1346, + 1070, + 1346, + 1280, + 354, + 1280 + ], + "score": 0.93, + "latex": "\\begin{array} { r l r } { { \\operatorname* { s u p } _ { h \\in \\mathcal { H } } | \\frac { 1 } { n } \\sum _ { i \\in [ n ] } h ( X _ { i } ) - \\mathbb { E } _ { P } [ h ( X ) ] | } } \\\\ & { } & { \\leqslant \\operatorname* { i n f } _ { \\eta > 0 } \\{ 4 \\eta + 1 2 \\int _ { \\eta } ^ { C _ { h } } \\sqrt { \\frac { \\log \\mathcal { N } ( \\epsilon , \\mathcal { H } , \\| \\cdot \\| _ { L ^ { \\infty } } ) } { n } } d \\epsilon + \\sqrt { \\frac { 2 \\tau \\sigma ^ { 2 } + 4 C _ { \\theta } } { n } } + \\frac { \\tau C _ { h } } { n } ( \\frac { 2 } { 3 } + C _ { \\theta } ) \\} } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 567, + 2002, + 716, + 2002, + 716, + 2036, + 567, + 2036 + ], + "score": 0.92, + "latex": "1 - \\exp ( - \\tau )" + }, + { + "category_id": 13, + "poly": [ + 450, + 997, + 650, + 997, + 650, + 1032, + 450, + 1032 + ], + "score": 0.92, + "latex": "\\mathbb { E } _ { P } [ h ^ { 2 } ( X ) ] \\leqslant \\sigma ^ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 372, + 1666, + 454, + 1666, + 454, + 1693, + 372, + 1693 + ], + "score": 0.92, + "latex": "u _ { i } \\sim \\nu" + }, + { + "category_id": 13, + "poly": [ + 1309, + 999, + 1397, + 999, + 1397, + 1029, + 1309, + 1029 + ], + "score": 0.92, + "latex": "C _ { h } > 0" + }, + { + "category_id": 13, + "poly": [ + 707, + 999, + 853, + 999, + 853, + 1032, + 707, + 1032 + ], + "score": 0.92, + "latex": "\\| h \\| _ { L ^ { \\infty } } < C _ { h }" + }, + { + "category_id": 13, + "poly": [ + 1171, + 997, + 1256, + 997, + 1256, + 1027, + 1171, + 1027 + ], + "score": 0.91, + "latex": "\\sigma ^ { 2 } > 0" + }, + { + "category_id": 13, + "poly": [ + 961, + 969, + 1142, + 969, + 1142, + 1000, + 961, + 1000 + ], + "score": 0.91, + "latex": "X _ { 1 } , . . . , X _ { n } \\sim P" + }, + { + "category_id": 13, + "poly": [ + 439, + 232, + 503, + 232, + 503, + 263, + 439, + 263 + ], + "score": 0.9, + "latex": "g \\in { \\mathcal { G } }" + }, + { + "category_id": 14, + "poly": [ + 336, + 595, + 1366, + 595, + 1366, + 806, + 336, + 806 + ], + "score": 0.9, + "latex": "\\begin{array} { r l } & { d _ { \\mathcal { F } } ( P ^ { * } , P _ { \\widehat { g } } ) } \\\\ & { \\leqslant \\underset { f \\in \\mathcal { F } } { \\operatorname* { s u p } } ( P ^ { * } f - P _ { n } f + P _ { \\widehat { g } , m } f - P _ { \\widehat { g } } f ) + \\underset { f \\in \\mathcal { F } } { \\operatorname* { s u p } } ( P _ { n } f - P ^ { * } f + P ^ { * } f - P _ { \\widehat { g } } f + P _ { \\widehat { g } } f - P _ { \\widehat { g } , m } f ) } \\\\ & { \\leqslant 2 \\underset { g \\in \\mathcal { G } } { \\operatorname* { s u p } } \\underset { f \\in \\mathcal { F } } { \\operatorname* { s u p } } | P _ { g , m } f - P _ { g } f | + \\underset { f \\in \\mathcal { F } } { \\operatorname* { s u p } } ( P ^ { * } f - P _ { \\widehat { g } } f ) + 2 \\underset { f \\in \\mathcal { F } } { \\operatorname* { s u p } } | P _ { n } f - P ^ { * } f | } \\\\ & { = : i + i i + i i i . } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 848, + 524, + 913, + 524, + 913, + 556, + 848, + 556 + ], + "score": 0.9, + "latex": "{ \\dot { g } } \\in { \\mathcal { G } }" + }, + { + "category_id": 13, + "poly": [ + 915, + 2003, + 981, + 2003, + 981, + 2031, + 915, + 2031 + ], + "score": 0.89, + "latex": "\\theta > 0" + }, + { + "category_id": 13, + "poly": [ + 795, + 2004, + 864, + 2004, + 864, + 2031, + 795, + 2031 + ], + "score": 0.88, + "latex": "\\tau > 0" + }, + { + "category_id": 13, + "poly": [ + 817, + 1291, + 886, + 1291, + 886, + 1320, + 817, + 1320 + ], + "score": 0.88, + "latex": "\\tau > 0" + }, + { + "category_id": 13, + "poly": [ + 569, + 1290, + 738, + 1290, + 738, + 1324, + 569, + 1324 + ], + "score": 0.87, + "latex": "1 - 2 \\exp ( - \\tau )" + }, + { + "category_id": 13, + "poly": [ + 298, + 555, + 328, + 555, + 328, + 586, + 298, + 586 + ], + "score": 0.86, + "latex": "g ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 618, + 1032, + 651, + 1032, + 651, + 1060, + 618, + 1060 + ], + "score": 0.84, + "latex": "C _ { \\theta }" + }, + { + "category_id": 13, + "poly": [ + 366, + 822, + 379, + 822, + 379, + 847, + 366, + 847 + ], + "score": 0.77, + "latex": "i" + }, + { + "category_id": 13, + "poly": [ + 526, + 855, + 546, + 855, + 546, + 877, + 526, + 877 + ], + "score": 0.77, + "latex": "n" + }, + { + "category_id": 13, + "poly": [ + 431, + 899, + 444, + 899, + 444, + 924, + 431, + 924 + ], + "score": 0.75, + "latex": "i" + }, + { + "category_id": 13, + "poly": [ + 642, + 826, + 670, + 826, + 670, + 847, + 642, + 847 + ], + "score": 0.69, + "latex": "m" + }, + { + "category_id": 13, + "poly": [ + 496, + 899, + 527, + 899, + 527, + 925, + 496, + 925 + ], + "score": 0.68, + "latex": "i i i" + }, + { + "category_id": 13, + "poly": [ + 802, + 822, + 824, + 822, + 824, + 847, + 802, + 847 + ], + "score": 0.57, + "latex": "\\romannumeral 2" + }, + { + "category_id": 13, + "poly": [ + 469, + 969, + 495, + 969, + 495, + 996, + 469, + 996 + ], + "score": 0.53, + "latex": "\\mathcal { H }" + }, + { + "category_id": 13, + "poly": [ + 1034, + 1694, + 1059, + 1694, + 1059, + 1721, + 1034, + 1721 + ], + "score": 0.28, + "latex": "\\&" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 858.0, + 72.0, + 858.0, + 109.0, + 297.0, + 109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 2085.0, + 868.0, + 2085.0, + 868.0, + 2124.0, + 831.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1355.0, + 1409.0, + 1355.0, + 1409.0, + 1394.0, + 293.0, + 1394.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1386.0, + 1406.0, + 1386.0, + 1406.0, + 1422.0, + 295.0, + 1422.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1419.0, + 991.0, + 1419.0, + 991.0, + 1453.0, + 295.0, + 1453.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 965.0, + 468.0, + 965.0, + 468.0, + 1003.0, + 293.0, + 1003.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 496.0, + 965.0, + 960.0, + 965.0, + 960.0, + 1003.0, + 496.0, + 1003.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1143.0, + 965.0, + 1407.0, + 965.0, + 1407.0, + 1003.0, + 1143.0, + 1003.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 998.0, + 449.0, + 998.0, + 449.0, + 1032.0, + 295.0, + 1032.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 651.0, + 998.0, + 706.0, + 998.0, + 706.0, + 1032.0, + 651.0, + 1032.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 854.0, + 998.0, + 1170.0, + 998.0, + 1170.0, + 1032.0, + 854.0, + 1032.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1257.0, + 998.0, + 1308.0, + 998.0, + 1308.0, + 1032.0, + 1257.0, + 1032.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1398.0, + 998.0, + 1408.0, + 998.0, + 1408.0, + 1032.0, + 1398.0, + 1032.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1029.0, + 617.0, + 1029.0, + 617.0, + 1063.0, + 295.0, + 1063.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 652.0, + 1029.0, + 821.0, + 1029.0, + 821.0, + 1063.0, + 652.0, + 1063.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 893.0, + 430.0, + 893.0, + 430.0, + 931.0, + 294.0, + 931.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 445.0, + 893.0, + 495.0, + 893.0, + 495.0, + 931.0, + 445.0, + 931.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 528.0, + 893.0, + 1406.0, + 893.0, + 1406.0, + 931.0, + 528.0, + 931.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 926.0, + 1217.0, + 926.0, + 1217.0, + 963.0, + 295.0, + 963.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 522.0, + 847.0, + 522.0, + 847.0, + 557.0, + 294.0, + 557.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 914.0, + 522.0, + 1405.0, + 522.0, + 1405.0, + 557.0, + 914.0, + 557.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 552.0, + 297.0, + 552.0, + 297.0, + 588.0, + 293.0, + 588.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 329.0, + 552.0, + 636.0, + 552.0, + 636.0, + 588.0, + 329.0, + 588.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1464.0, + 1407.0, + 1464.0, + 1407.0, + 1499.0, + 294.0, + 1499.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1496.0, + 645.0, + 1496.0, + 645.0, + 1527.0, + 297.0, + 1527.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 819.0, + 365.0, + 819.0, + 365.0, + 855.0, + 295.0, + 855.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 380.0, + 819.0, + 641.0, + 819.0, + 641.0, + 855.0, + 380.0, + 855.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 671.0, + 819.0, + 801.0, + 819.0, + 801.0, + 855.0, + 671.0, + 855.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 825.0, + 819.0, + 1403.0, + 819.0, + 1403.0, + 855.0, + 825.0, + 855.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 851.0, + 525.0, + 851.0, + 525.0, + 883.0, + 297.0, + 883.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 547.0, + 851.0, + 702.0, + 851.0, + 702.0, + 883.0, + 547.0, + 883.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 2000.0, + 566.0, + 2000.0, + 566.0, + 2039.0, + 295.0, + 2039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 717.0, + 2000.0, + 794.0, + 2000.0, + 794.0, + 2039.0, + 717.0, + 2039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 865.0, + 2000.0, + 914.0, + 2000.0, + 914.0, + 2039.0, + 865.0, + 2039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 982.0, + 2000.0, + 992.0, + 2000.0, + 992.0, + 2039.0, + 982.0, + 2039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1287.0, + 568.0, + 1287.0, + 568.0, + 1328.0, + 293.0, + 1328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 739.0, + 1287.0, + 816.0, + 1287.0, + 816.0, + 1328.0, + 739.0, + 1328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 887.0, + 1287.0, + 896.0, + 1287.0, + 896.0, + 1328.0, + 887.0, + 1328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 271.0, + 573.0, + 271.0, + 573.0, + 315.0, + 294.0, + 315.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 712.0, + 271.0, + 748.0, + 271.0, + 748.0, + 315.0, + 712.0, + 315.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 225.0, + 438.0, + 225.0, + 438.0, + 268.0, + 294.0, + 268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 504.0, + 225.0, + 515.0, + 225.0, + 515.0, + 268.0, + 504.0, + 268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1658.0, + 371.0, + 1658.0, + 371.0, + 1697.0, + 293.0, + 1697.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 455.0, + 1658.0, + 1405.0, + 1658.0, + 1405.0, + 1697.0, + 455.0, + 1697.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1692.0, + 1033.0, + 1692.0, + 1033.0, + 1726.0, + 295.0, + 1726.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1060.0, + 1692.0, + 1404.0, + 1692.0, + 1404.0, + 1726.0, + 1060.0, + 1726.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1723.0, + 568.0, + 1723.0, + 568.0, + 1758.0, + 295.0, + 1758.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 14, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 299, + 1643, + 1406, + 1643, + 1406, + 1737, + 299, + 1737 + ], + "score": 0.97 + }, + { + "category_id": 8, + "poly": [ + 351, + 1003, + 1346, + 1003, + 1346, + 1223, + 351, + 1223 + ], + "score": 0.97 + }, + { + "category_id": 8, + "poly": [ + 351, + 617, + 1302, + 617, + 1302, + 821, + 351, + 821 + ], + "score": 0.97 + }, + { + "category_id": 8, + "poly": [ + 524, + 1751, + 1171, + 1751, + 1171, + 1958, + 524, + 1958 + ], + "score": 0.967 + }, + { + "category_id": 1, + "poly": [ + 296, + 507, + 1404, + 507, + 1404, + 603, + 296, + 603 + ], + "score": 0.967 + }, + { + "category_id": 8, + "poly": [ + 320, + 305, + 1377, + 305, + 1377, + 420, + 320, + 420 + ], + "score": 0.964 + }, + { + "category_id": 8, + "poly": [ + 618, + 1508, + 1081, + 1508, + 1081, + 1582, + 618, + 1582 + ], + "score": 0.951 + }, + { + "category_id": 1, + "poly": [ + 298, + 1426, + 1402, + 1426, + 1402, + 1494, + 298, + 1494 + ], + "score": 0.948 + }, + { + "category_id": 1, + "poly": [ + 293, + 227, + 1403, + 227, + 1403, + 294, + 293, + 294 + ], + "score": 0.947 + }, + { + "category_id": 1, + "poly": [ + 294, + 1970, + 1401, + 1970, + 1401, + 2037, + 294, + 2037 + ], + "score": 0.946 + }, + { + "category_id": 1, + "poly": [ + 296, + 1236, + 1400, + 1236, + 1400, + 1303, + 296, + 1303 + ], + "score": 0.941 + }, + { + "category_id": 1, + "poly": [ + 296, + 947, + 1055, + 947, + 1055, + 989, + 296, + 989 + ], + "score": 0.928 + }, + { + "category_id": 1, + "poly": [ + 298, + 1595, + 663, + 1595, + 663, + 1632, + 298, + 1632 + ], + "score": 0.927 + }, + { + "category_id": 2, + "poly": [ + 297, + 73, + 858, + 73, + 858, + 106, + 297, + 106 + ], + "score": 0.927 + }, + { + "category_id": 1, + "poly": [ + 295, + 461, + 1015, + 461, + 1015, + 498, + 295, + 498 + ], + "score": 0.915 + }, + { + "category_id": 1, + "poly": [ + 297, + 1309, + 1075, + 1309, + 1075, + 1344, + 297, + 1344 + ], + "score": 0.914 + }, + { + "category_id": 8, + "poly": [ + 344, + 1355, + 1354, + 1355, + 1354, + 1398, + 344, + 1398 + ], + "score": 0.909 + }, + { + "category_id": 1, + "poly": [ + 293, + 834, + 1312, + 834, + 1312, + 869, + 293, + 869 + ], + "score": 0.902 + }, + { + "category_id": 1, + "poly": [ + 298, + 881, + 1144, + 881, + 1144, + 916, + 298, + 916 + ], + "score": 0.902 + }, + { + "category_id": 9, + "poly": [ + 1351, + 413, + 1401, + 413, + 1401, + 444, + 1351, + 444 + ], + "score": 0.878 + }, + { + "category_id": 9, + "poly": [ + 1351, + 759, + 1401, + 759, + 1401, + 791, + 1351, + 791 + ], + "score": 0.862 + }, + { + "category_id": 2, + "poly": [ + 1374, + 882, + 1404, + 882, + 1404, + 912, + 1374, + 912 + ], + "score": 0.812 + }, + { + "category_id": 2, + "poly": [ + 835, + 2087, + 865, + 2087, + 865, + 2114, + 835, + 2114 + ], + "score": 0.725 + }, + { + "category_id": 2, + "poly": [ + 835, + 2087, + 865, + 2087, + 865, + 2114, + 835, + 2114 + ], + "score": 0.348 + }, + { + "category_id": 14, + "poly": [ + 524, + 1748, + 1173, + 1748, + 1173, + 1963, + 524, + 1963 + ], + "score": 0.95, + "latex": "\\begin{array} { r l } & { \\| h - h ^ { \\prime } \\| _ { L ^ { \\infty } } \\leqslant \\| f \\circ g - f ^ { \\prime } \\circ g ^ { \\prime } \\| _ { L ^ { \\infty } } } \\\\ & { \\qquad = \\| f \\circ g - f \\circ g ^ { \\prime } + f \\circ g ^ { \\prime } - f ^ { \\prime } \\circ g ^ { \\prime } \\| _ { L ^ { \\infty } } } \\\\ & { \\qquad \\leqslant \\| f \\circ g - f \\circ g ^ { \\prime } \\| _ { L ^ { \\infty } } + \\| f \\circ g ^ { \\prime } - f ^ { \\prime } \\circ g ^ { \\prime } \\| _ { L ^ { \\infty } } } \\\\ & { \\qquad \\leqslant L _ { 1 } \\| g - g ^ { \\prime } \\| _ { L ^ { \\infty } } + \\| f - f ^ { \\prime } \\| _ { L ^ { \\infty } } } \\\\ & { \\qquad \\leqslant ( L _ { 1 } + 1 ) \\epsilon . } \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 617, + 1505, + 1078, + 1505, + 1078, + 1583, + 617, + 1583 + ], + "score": 0.94, + "latex": "H : = \\left\\{ h = f \\circ g \\vert g \\in G , h \\in F \\right\\} \\subset \\mathcal { H } ," + }, + { + "category_id": 14, + "poly": [ + 349, + 616, + 1301, + 616, + 1301, + 824, + 349, + 824 + ], + "score": 0.94, + "latex": "\\begin{array} { r } { \\mathbb { E } _ { \\boldsymbol \\nu \\otimes \\boldsymbol n } \\left[ \\displaystyle \\operatorname* { s u p } _ { h \\in \\mathcal { H } } \\left| \\frac { 1 } { n } \\sum _ { i \\in [ n ] } u _ { i } h ( X _ { i } ) \\right| \\right] \\leqslant \\displaystyle \\operatorname* { i n f } _ { \\boldsymbol \\theta ^ { \\prime \\prime } > 0 } \\left\\{ 4 \\boldsymbol \\theta ^ { \\prime \\prime } + 1 2 \\int _ { \\boldsymbol \\theta ^ { \\prime \\prime } } ^ { \\tilde { C } _ { h } } \\sqrt { \\frac { \\log \\mathcal { N } ( \\epsilon , \\mathcal { H } , \\| \\cdot \\| _ { n } ) } { n } } d \\epsilon \\right\\} } \\\\ { \\leqslant \\displaystyle \\operatorname* { i n f } _ { \\boldsymbol \\theta ^ { \\prime \\prime } > 0 } \\left\\{ 4 \\boldsymbol \\theta ^ { \\prime \\prime } + 1 2 \\int _ { \\boldsymbol \\theta ^ { \\prime \\prime } } ^ { C _ { h } } \\sqrt { \\frac { \\log \\mathcal { N } ( \\epsilon , \\mathcal { H } , \\| \\cdot \\| _ { L ^ { \\infty } } ) } { n } } d \\epsilon \\right\\} , } \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 349, + 1002, + 1350, + 1002, + 1350, + 1225, + 349, + 1225 + ], + "score": 0.94, + "latex": "\\begin{array} { r l } & { \\underset { g \\in \\mathcal { G } } { \\operatorname* { s u p } } \\underset { f \\in \\mathcal { F } } { \\operatorname* { s u p } } \\left| \\frac { 1 } { m } \\sum _ { i \\in [ m ] } f ( \\widetilde { X } _ { i } ) - \\mathbb { E } _ { P _ { g } } [ h ( X ) ] \\right| = \\underset { g \\in \\mathcal { G } } { \\operatorname* { s u p } } \\underset { f \\in \\mathcal { F } } { \\operatorname* { s u p } } \\left| \\frac { 1 } { m } \\sum _ { i \\in [ m ] } f \\circ g ( Z _ { i } ) - \\mathbb { E } _ { P _ { \\mathcal { Z } } } [ f \\circ g ( X ) ] \\right| } \\\\ & { \\qquad = : \\underset { h \\in \\mathcal { H } } { \\operatorname* { s u p } } \\left| \\frac { 1 } { m } \\sum _ { i \\in [ m ] } h ( Z _ { i } ) - \\mathbb { E } _ { P _ { \\mathcal { Z } } } [ h ( X ) ] \\right| , } \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 323, + 304, + 1374, + 304, + 1374, + 418, + 323, + 418 + ], + "score": 0.94, + "latex": "\\mathbb { E } _ { P \\hat { \\otimes } n } \\otimes _ { \\mathcal { V } } \\otimes n ^ { \\prime } \\left[ \\operatorname* { s u p } _ { h \\in \\mathcal { H } } \\left| \\frac { 1 } { n } \\sum _ { i \\in [ n ] } u _ { i } h ( X _ { i } ) \\right| \\right] \\leqslant \\frac { 1 } { 1 - \\theta ^ { \\prime } } \\mathbb { E } _ { \\nu } \\otimes n \\left[ \\operatorname* { s u p } _ { h \\in \\mathcal { H } } \\left| \\frac { 1 } { n } \\sum _ { i \\in [ n ] } u _ { i } h ( X _ { i } ) \\right| \\right] + \\frac { \\tau ^ { \\prime } C _ { h } } { n \\theta ^ { \\prime } ( 1 - \\theta ^ { \\prime } ) } ," + }, + { + "category_id": 13, + "poly": [ + 486, + 948, + 682, + 948, + 682, + 988, + 486, + 988 + ], + "score": 0.93, + "latex": "\\widetilde { X } _ { 1 } , . . . , \\widetilde { X } _ { m } \\sim P _ { g }" + }, + { + "category_id": 13, + "poly": [ + 295, + 548, + 697, + 548, + 697, + 605, + 295, + 605 + ], + "score": 0.93, + "latex": "\\begin{array} { r } { \\mathbb { E } _ { \\nu \\otimes n } \\left[ \\operatorname* { s u p } _ { h \\in \\mathcal { H } } \\left| \\frac { 1 } { n } \\sum _ { i \\in [ n ] } u _ { i } h ( X _ { i } ) \\right| \\right] } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 794, + 2003, + 981, + 2003, + 981, + 2036, + 794, + 2036 + ], + "score": 0.93, + "latex": "| H | = | G | \\times | F |" + }, + { + "category_id": 13, + "poly": [ + 567, + 464, + 723, + 464, + 723, + 498, + 567, + 498 + ], + "score": 0.93, + "latex": "1 - \\exp ( - \\tau ^ { \\prime } )" + }, + { + "category_id": 13, + "poly": [ + 333, + 2003, + 447, + 2003, + 447, + 2036, + 333, + 2036 + ], + "score": 0.93, + "latex": "( L _ { 1 } + 1 ) \\epsilon" + }, + { + "category_id": 13, + "poly": [ + 1029, + 1675, + 1206, + 1675, + 1206, + 1709, + 1029, + 1709 + ], + "score": 0.93, + "latex": "\\| g - g ^ { \\prime } \\| _ { L ^ { \\infty } } \\leqslant \\epsilon" + }, + { + "category_id": 13, + "poly": [ + 490, + 1237, + 867, + 1237, + 867, + 1272, + 490, + 1272 + ], + "score": 0.92, + "latex": "\\mathcal { H } = \\left\\{ h = f \\circ g \\vert f \\in \\mathcal { F } , g \\in \\mathcal { G } \\right\\}" + }, + { + "category_id": 13, + "poly": [ + 930, + 1458, + 1185, + 1458, + 1185, + 1492, + 930, + 1492 + ], + "score": 0.92, + "latex": "| F | = \\mathcal { N } ( \\epsilon , \\mathcal { F } , \\| \\cdot \\| _ { L ^ { \\infty } } )" + }, + { + "category_id": 13, + "poly": [ + 466, + 1596, + 653, + 1596, + 653, + 1631, + 466, + 1631 + ], + "score": 0.92, + "latex": "| H | = | G | \\times | F |" + }, + { + "category_id": 13, + "poly": [ + 389, + 1270, + 575, + 1270, + 575, + 1304, + 389, + 1304 + ], + "score": 0.92, + "latex": "\\mathcal { N } ( \\epsilon , \\mathcal { H } , \\| \\cdot \\| _ { L ^ { \\infty } } )" + }, + { + "category_id": 13, + "poly": [ + 477, + 1676, + 555, + 1676, + 555, + 1707, + 477, + 1707 + ], + "score": 0.92, + "latex": "f ^ { \\prime } \\in F" + }, + { + "category_id": 13, + "poly": [ + 630, + 1458, + 880, + 1458, + 880, + 1493, + 630, + 1493 + ], + "score": 0.92, + "latex": "| G | = \\mathcal { N } ( \\epsilon , \\mathcal { G } , \\| \\cdot \\| _ { L ^ { \\infty } } )" + }, + { + "category_id": 13, + "poly": [ + 1261, + 1675, + 1396, + 1675, + 1396, + 1708, + 1261, + 1708 + ], + "score": 0.92, + "latex": "h ^ { \\prime } = f ^ { \\prime } \\circ g ^ { \\prime }" + }, + { + "category_id": 13, + "poly": [ + 794, + 1677, + 977, + 1677, + 977, + 1709, + 794, + 1709 + ], + "score": 0.92, + "latex": "\\| f - f ^ { \\prime } \\| _ { L ^ { \\infty } } \\leqslant \\epsilon" + }, + { + "category_id": 13, + "poly": [ + 702, + 1645, + 774, + 1645, + 774, + 1676, + 702, + 1676 + ], + "score": 0.92, + "latex": "f \\in { \\mathcal { F } }" + }, + { + "category_id": 13, + "poly": [ + 588, + 1645, + 653, + 1645, + 653, + 1676, + 588, + 1676 + ], + "score": 0.91, + "latex": "g \\in { \\mathcal { G } }" + }, + { + "category_id": 13, + "poly": [ + 838, + 1645, + 948, + 1645, + 948, + 1676, + 838, + 1676 + ], + "score": 0.91, + "latex": "f = f \\circ g" + }, + { + "category_id": 13, + "poly": [ + 562, + 1429, + 648, + 1429, + 648, + 1458, + 562, + 1458 + ], + "score": 0.91, + "latex": "G \\subset { \\mathcal { G } }" + }, + { + "category_id": 13, + "poly": [ + 802, + 464, + 879, + 464, + 879, + 493, + 802, + 493 + ], + "score": 0.91, + "latex": "\\tau ^ { \\prime } > 0" + }, + { + "category_id": 13, + "poly": [ + 606, + 1677, + 682, + 1677, + 682, + 1707, + 606, + 1707 + ], + "score": 0.91, + "latex": "g ^ { \\prime } \\in G" + }, + { + "category_id": 13, + "poly": [ + 930, + 464, + 1004, + 464, + 1004, + 493, + 930, + 493 + ], + "score": 0.9, + "latex": "\\theta ^ { \\prime } > 0" + }, + { + "category_id": 13, + "poly": [ + 703, + 1430, + 794, + 1430, + 794, + 1456, + 703, + 1456 + ], + "score": 0.9, + "latex": "F \\subset { \\mathcal { F } }" + }, + { + "category_id": 13, + "poly": [ + 571, + 1311, + 644, + 1311, + 644, + 1343, + 571, + 1343 + ], + "score": 0.9, + "latex": "f \\in { \\mathcal { F } }" + }, + { + "category_id": 13, + "poly": [ + 795, + 508, + 1150, + 508, + 1150, + 552, + 795, + 552 + ], + "score": 0.9, + "latex": "\\begin{array} { r l r } { \\| f \\| _ { n } ^ { 2 } } & { { } = } & { n ^ { - 1 } \\sum _ { i \\in [ n ] } f ( X _ { i } ) ^ { 2 } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 387, + 1645, + 458, + 1645, + 458, + 1673, + 387, + 1673 + ], + "score": 0.9, + "latex": "h \\in \\mathcal H" + }, + { + "category_id": 13, + "poly": [ + 951, + 1974, + 1021, + 1974, + 1021, + 2004, + 951, + 2004 + ], + "score": 0.89, + "latex": "f \\in { \\mathcal { F } }" + }, + { + "category_id": 14, + "poly": [ + 344, + 1354, + 1352, + 1354, + 1352, + 1396, + 344, + 1396 + ], + "score": 0.89, + "latex": "\\log \\mathcal { N } ( \\epsilon , \\mathcal { H } , \\| \\cdot \\| _ { L ^ { \\infty } } ) \\leqslant \\log \\mathcal { N } ( ( 1 + L _ { 1 } ) ^ { - 1 } \\epsilon , \\mathcal { G } , \\| \\cdot \\| _ { L ^ { \\infty } } ) + \\log \\mathcal { N } ( ( 1 + L _ { 1 } ) ^ { - 1 } \\epsilon , \\mathcal { F } , \\| \\cdot \\| _ { L ^ { \\infty } } )" + }, + { + "category_id": 13, + "poly": [ + 354, + 510, + 436, + 510, + 436, + 545, + 354, + 545 + ], + "score": 0.89, + "latex": "\\| { \\bf \\nabla } \\cdot { \\bf \\nabla } \\| _ { n }" + }, + { + "category_id": 13, + "poly": [ + 672, + 1312, + 705, + 1312, + 705, + 1341, + 672, + 1341 + ], + "score": 0.88, + "latex": "L _ { 1 }" + }, + { + "category_id": 13, + "poly": [ + 685, + 2009, + 711, + 2009, + 711, + 2029, + 685, + 2029 + ], + "score": 0.86, + "latex": "H" + }, + { + "category_id": 13, + "poly": [ + 468, + 1460, + 493, + 1460, + 493, + 1486, + 468, + 1486 + ], + "score": 0.85, + "latex": "\\mathcal { F }" + }, + { + "category_id": 13, + "poly": [ + 397, + 1460, + 419, + 1460, + 419, + 1489, + 397, + 1489 + ], + "score": 0.84, + "latex": "\\mathcal { G }" + }, + { + "category_id": 13, + "poly": [ + 1256, + 1974, + 1283, + 1974, + 1283, + 2001, + 1256, + 2001 + ], + "score": 0.84, + "latex": "\\mathcal { H }" + }, + { + "category_id": 13, + "poly": [ + 426, + 1430, + 498, + 1430, + 498, + 1457, + 426, + 1457 + ], + "score": 0.84, + "latex": "\\epsilon > 0" + }, + { + "category_id": 13, + "poly": [ + 1277, + 838, + 1302, + 838, + 1302, + 863, + 1277, + 863 + ], + "score": 0.84, + "latex": "\\mathcal { H }" + }, + { + "category_id": 13, + "poly": [ + 408, + 956, + 426, + 956, + 426, + 982, + 408, + 982 + ], + "score": 0.79, + "latex": "I" + }, + { + "category_id": 13, + "poly": [ + 1239, + 1434, + 1253, + 1434, + 1253, + 1456, + 1239, + 1456 + ], + "score": 0.78, + "latex": "\\epsilon" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 858.0, + 72.0, + 858.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1378.0, + 887.0, + 1403.0, + 887.0, + 1403.0, + 914.0, + 1378.0, + 914.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 2085.0, + 868.0, + 2085.0, + 868.0, + 2123.0, + 831.0, + 2123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 2085.0, + 868.0, + 2085.0, + 868.0, + 2123.0, + 831.0, + 2123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1638.0, + 386.0, + 1638.0, + 386.0, + 1683.0, + 292.0, + 1683.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 459.0, + 1638.0, + 587.0, + 1638.0, + 587.0, + 1683.0, + 459.0, + 1683.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 654.0, + 1638.0, + 701.0, + 1638.0, + 701.0, + 1683.0, + 654.0, + 1683.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 775.0, + 1638.0, + 837.0, + 1638.0, + 837.0, + 1683.0, + 775.0, + 1683.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 949.0, + 1638.0, + 1407.0, + 1638.0, + 1407.0, + 1683.0, + 949.0, + 1683.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1674.0, + 476.0, + 1674.0, + 476.0, + 1712.0, + 294.0, + 1712.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 556.0, + 1674.0, + 605.0, + 1674.0, + 605.0, + 1712.0, + 556.0, + 1712.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 683.0, + 1674.0, + 793.0, + 1674.0, + 793.0, + 1712.0, + 683.0, + 1712.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 978.0, + 1674.0, + 1028.0, + 1674.0, + 1028.0, + 1712.0, + 978.0, + 1712.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1207.0, + 1674.0, + 1260.0, + 1674.0, + 1260.0, + 1712.0, + 1207.0, + 1712.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1397.0, + 1674.0, + 1408.0, + 1674.0, + 1408.0, + 1712.0, + 1397.0, + 1712.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1705.0, + 621.0, + 1705.0, + 621.0, + 1739.0, + 296.0, + 1739.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 288.0, + 499.0, + 353.0, + 499.0, + 353.0, + 557.0, + 288.0, + 557.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 437.0, + 499.0, + 794.0, + 499.0, + 794.0, + 557.0, + 437.0, + 557.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1151.0, + 499.0, + 1410.0, + 499.0, + 1410.0, + 557.0, + 1151.0, + 557.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 286.0, + 545.0, + 294.0, + 545.0, + 294.0, + 606.0, + 286.0, + 606.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 698.0, + 545.0, + 1205.0, + 545.0, + 1205.0, + 606.0, + 698.0, + 606.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1426.0, + 425.0, + 1426.0, + 425.0, + 1463.0, + 296.0, + 1463.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 499.0, + 1426.0, + 561.0, + 1426.0, + 561.0, + 1463.0, + 499.0, + 1463.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 649.0, + 1426.0, + 702.0, + 1426.0, + 702.0, + 1463.0, + 649.0, + 1463.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 795.0, + 1426.0, + 1238.0, + 1426.0, + 1238.0, + 1463.0, + 795.0, + 1463.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1254.0, + 1426.0, + 1404.0, + 1426.0, + 1404.0, + 1463.0, + 1254.0, + 1463.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1457.0, + 396.0, + 1457.0, + 396.0, + 1494.0, + 294.0, + 1494.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 420.0, + 1457.0, + 467.0, + 1457.0, + 467.0, + 1494.0, + 420.0, + 1494.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 494.0, + 1457.0, + 629.0, + 1457.0, + 629.0, + 1494.0, + 494.0, + 1494.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 881.0, + 1457.0, + 929.0, + 1457.0, + 929.0, + 1494.0, + 881.0, + 1494.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1186.0, + 1457.0, + 1406.0, + 1457.0, + 1406.0, + 1494.0, + 1186.0, + 1494.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 228.0, + 1405.0, + 228.0, + 1405.0, + 264.0, + 295.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 262.0, + 586.0, + 262.0, + 586.0, + 294.0, + 295.0, + 294.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1968.0, + 950.0, + 1968.0, + 950.0, + 2007.0, + 293.0, + 2007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1022.0, + 1968.0, + 1255.0, + 1968.0, + 1255.0, + 2007.0, + 1022.0, + 2007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1284.0, + 1968.0, + 1404.0, + 1968.0, + 1404.0, + 2007.0, + 1284.0, + 2007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 2000.0, + 332.0, + 2000.0, + 332.0, + 2037.0, + 292.0, + 2037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 448.0, + 2000.0, + 684.0, + 2000.0, + 684.0, + 2037.0, + 448.0, + 2037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 712.0, + 2000.0, + 793.0, + 2000.0, + 793.0, + 2037.0, + 712.0, + 2037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 982.0, + 2000.0, + 1176.0, + 2000.0, + 1176.0, + 2037.0, + 982.0, + 2037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1373.0, + 2004.0, + 1406.0, + 2004.0, + 1406.0, + 2034.0, + 1373.0, + 2034.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1229.0, + 489.0, + 1229.0, + 489.0, + 1279.0, + 291.0, + 1279.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 868.0, + 1229.0, + 1406.0, + 1229.0, + 1406.0, + 1279.0, + 868.0, + 1279.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1267.0, + 388.0, + 1267.0, + 388.0, + 1305.0, + 296.0, + 1305.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 576.0, + 1267.0, + 588.0, + 1267.0, + 588.0, + 1305.0, + 576.0, + 1305.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 942.0, + 407.0, + 942.0, + 407.0, + 996.0, + 291.0, + 996.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 427.0, + 942.0, + 485.0, + 942.0, + 485.0, + 996.0, + 427.0, + 996.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 683.0, + 942.0, + 1058.0, + 942.0, + 1058.0, + 996.0, + 683.0, + 996.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1590.0, + 465.0, + 1590.0, + 465.0, + 1636.0, + 295.0, + 1636.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 654.0, + 1590.0, + 665.0, + 1590.0, + 665.0, + 1636.0, + 654.0, + 1636.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 459.0, + 566.0, + 459.0, + 566.0, + 502.0, + 294.0, + 502.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 724.0, + 459.0, + 801.0, + 459.0, + 801.0, + 502.0, + 724.0, + 502.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 880.0, + 459.0, + 929.0, + 459.0, + 929.0, + 502.0, + 880.0, + 502.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1005.0, + 459.0, + 1016.0, + 459.0, + 1016.0, + 502.0, + 1005.0, + 502.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1309.0, + 570.0, + 1309.0, + 570.0, + 1345.0, + 297.0, + 1345.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 645.0, + 1309.0, + 671.0, + 1309.0, + 671.0, + 1345.0, + 645.0, + 1345.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 706.0, + 1309.0, + 1074.0, + 1309.0, + 1074.0, + 1345.0, + 706.0, + 1345.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 833.0, + 1276.0, + 833.0, + 1276.0, + 870.0, + 294.0, + 870.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1303.0, + 833.0, + 1315.0, + 833.0, + 1315.0, + 870.0, + 1303.0, + 870.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 880.0, + 1140.0, + 880.0, + 1140.0, + 920.0, + 297.0, + 920.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 15, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 303, + 483, + 1400, + 483, + 1400, + 593, + 303, + 593 + ], + "score": 0.974 + }, + { + "category_id": 8, + "poly": [ + 331, + 601, + 1374, + 601, + 1374, + 1046, + 331, + 1046 + ], + "score": 0.97 + }, + { + "category_id": 8, + "poly": [ + 435, + 272, + 1267, + 272, + 1267, + 476, + 435, + 476 + ], + "score": 0.967 + }, + { + "category_id": 8, + "poly": [ + 578, + 1559, + 1119, + 1559, + 1119, + 2032, + 578, + 2032 + ], + "score": 0.96 + }, + { + "category_id": 8, + "poly": [ + 551, + 1151, + 1146, + 1151, + 1146, + 1217, + 551, + 1217 + ], + "score": 0.951 + }, + { + "category_id": 1, + "poly": [ + 297, + 1053, + 1403, + 1053, + 1403, + 1140, + 297, + 1140 + ], + "score": 0.949 + }, + { + "category_id": 1, + "poly": [ + 295, + 1442, + 1402, + 1442, + 1402, + 1508, + 295, + 1508 + ], + "score": 0.948 + }, + { + "category_id": 1, + "poly": [ + 299, + 1237, + 1114, + 1237, + 1114, + 1275, + 299, + 1275 + ], + "score": 0.939 + }, + { + "category_id": 2, + "poly": [ + 297, + 73, + 858, + 73, + 858, + 106, + 297, + 106 + ], + "score": 0.923 + }, + { + "category_id": 1, + "poly": [ + 299, + 229, + 780, + 229, + 780, + 263, + 299, + 263 + ], + "score": 0.923 + }, + { + "category_id": 9, + "poly": [ + 1351, + 997, + 1401, + 997, + 1401, + 1029, + 1351, + 1029 + ], + "score": 0.9 + }, + { + "category_id": 9, + "poly": [ + 1350, + 1167, + 1401, + 1167, + 1401, + 1199, + 1350, + 1199 + ], + "score": 0.887 + }, + { + "category_id": 1, + "poly": [ + 299, + 1360, + 1402, + 1360, + 1402, + 1429, + 299, + 1429 + ], + "score": 0.862 + }, + { + "category_id": 2, + "poly": [ + 835, + 2087, + 864, + 2087, + 864, + 2113, + 835, + 2113 + ], + "score": 0.853 + }, + { + "category_id": 8, + "poly": [ + 554, + 1285, + 1147, + 1285, + 1147, + 1351, + 554, + 1351 + ], + "score": 0.844 + }, + { + "category_id": 14, + "poly": [ + 327, + 603, + 1371, + 603, + 1371, + 1040, + 327, + 1040 + ], + "score": 0.93, + "latex": "\\begin{array} { r l r } { { 2 \\operatorname* { s u p } _ { j \\in \\mathcal { T } } \\big | P _ { n } f - P ^ { * } f \\big | } } \\\\ & { \\leqslant 4 \\eta + \\frac { 1 2 } { n ^ { 1 / 2 } } \\int _ { \\eta } ^ { \\infty } \\operatorname* { m i n } \\Big \\{ N _ { c } ( \\widetilde { \\mathcal { F } } ) , ( S _ { f } + 1 ) \\log ( \\Gamma _ { f } \\epsilon ^ { - 1 } ) \\Big \\} ^ { 1 / 2 } d \\epsilon } \\\\ & { } & { + \\frac { ( 2 \\tau \\sigma ^ { 2 } + C _ { \\theta } ) ^ { 1 / 2 } } { n ^ { 1 / 2 } } + \\frac { \\tau C _ { h } ( 2 / 3 + C _ { \\theta } ) } { n } } \\\\ & { \\leqslant 4 \\eta + \\frac { 1 2 } { n ^ { 1 / 2 } } \\int _ { \\eta } ^ { \\infty } N _ { c } ( \\widetilde { \\mathcal { F } } ) ^ { 1 / 2 } d \\epsilon + \\frac { 1 2 } { n ^ { 1 / 2 } } ( S _ { f } + 1 ) ^ { 1 / 2 } ( \\log ^ { 1 / 2 } \\Gamma _ { f } + C _ { \\widetilde { \\mathcal { F } } } \\log ^ { 1 / 2 } C _ { \\widetilde { \\mathcal { F } } } - \\eta \\log ^ { 1 / 2 } \\eta ) } \\\\ & { } & { + \\frac { ( 2 7 \\sigma ^ { 2 } + C _ { \\theta } ) ^ { 1 / 2 } } { n ^ { 1 / 2 } } + \\frac { \\tau C _ { h } ( 2 / 3 + C _ { \\theta } ) } { n } } \\\\ & { \\leqslant \\Upsilon _ { n } ( \\widetilde { \\mathcal { F } } ) + \\frac { 1 } { n ^ { 1 / 2 } } ( ( S _ { f } + 1 ) ^ { 1 / 2 } A _ { 1 } + A _ { 2 } ) + \\frac { A _ { 3 } } { n } , \\qquad \\mathrm { ~ o ~ } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 515, + 1239, + 778, + 1239, + 778, + 1275, + 515, + 1275 + ], + "score": 0.93, + "latex": "\\Gamma _ { g } : = 2 ( L _ { f } + 1 ) D _ { g } B _ { g }" + }, + { + "category_id": 13, + "poly": [ + 773, + 1473, + 954, + 1473, + 954, + 1507, + 773, + 1507 + ], + "score": 0.93, + "latex": "\\dot { \\boldsymbol g } = ( \\dot { g } _ { 1 } , . . . , \\dot { g } _ { D } )" + }, + { + "category_id": 14, + "poly": [ + 433, + 268, + 1271, + 268, + 1271, + 478, + 433, + 478 + ], + "score": 0.93, + "latex": "\\begin{array} { r l } & { \\log \\mathcal { N } ( \\epsilon , \\mathcal { H } , \\| \\cdot \\| _ { L ^ { \\infty } } ) } \\\\ & { \\leqslant \\log { \\mathcal { N } ( ( 1 + L _ { 1 } ) ^ { - 1 } \\epsilon , \\mathcal { G } , \\| \\cdot \\| _ { L ^ { \\infty } } ) } + \\log \\mathcal { N } ( ( 1 + L _ { 1 } ) ^ { - 1 } \\epsilon , \\mathcal { F } , \\| \\cdot \\| _ { L ^ { \\infty } } ) } \\\\ & { \\leqslant ( S _ { g } + 1 ) \\log ( 2 ( L _ { 1 } + 1 ) \\epsilon ^ { - 1 } ( L _ { g } + 1 ) D _ { g } B _ { g } ) } \\\\ & { \\quad + \\operatorname* { m i n } \\Biggl \\{ ( S _ { f } + 1 ) \\log ( 2 ( L _ { 1 } + 1 ) \\epsilon ^ { - 1 } ( L _ { f } + 1 ) D _ { f } B _ { f } ) , C _ { \\kappa } ( 1 + L _ { 1 } ) \\epsilon ^ { - \\kappa } \\Biggr \\} } \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 579, + 1557, + 1117, + 1557, + 1117, + 2036, + 579, + 2036 + ], + "score": 0.92, + "latex": "\\begin{array} { r l } & { \\mathrm { i } i = P _ { g } \\ast f - P _ { g } f } \\\\ & { = \\displaystyle \\int \\big ( f o { g ^ { \\ast } } - f o \\bar { g } i \\big ) d P _ { Z } } \\\\ & { \\lesssim L \\displaystyle \\int \\big | \\displaystyle { g ^ { \\ast } } - \\bar { g } \\big | | d P _ { Z } } \\\\ & { \\lesssim L _ { 1 } \\left( \\displaystyle \\sum _ { i \\neq [ D ] } \\left\\lceil g _ { i } ^ { \\ast } ( x ) - \\bar { g } _ { d } ( x ) \\right\\rceil ^ { 2 } d P _ { Z } ( x ) \\right) ^ { 1 / 2 } } \\\\ & { - L _ { 1 } \\left( \\displaystyle \\sum _ { i \\neq [ D ] } \\| g _ { i } ^ { \\ast } - \\bar { g } _ { d } \\| _ { L ^ { 2 } } ^ { 2 } \\right) ^ { 1 / 2 } } \\\\ & { \\lesssim \\epsilon _ { g , L } \\displaystyle L _ { 1 } D M _ { S } e ^ { \\frac { 1 } { g } / D } , } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 501, + 1095, + 1015, + 1095, + 1015, + 1141, + 501, + 1141 + ], + "score": 0.92, + "latex": "\\begin{array} { r } { \\Upsilon _ { n } ( \\widetilde { \\mathcal { F } } ) = 4 \\eta + \\frac { 1 2 } { n ^ { 1 / 2 } } \\int _ { \\eta } ^ { C _ { \\widetilde { \\mathcal { F } } } } N _ { ( L _ { 1 } + 1 ) ^ { - 1 } \\epsilon } ( \\widetilde { \\mathcal { F } } ) ^ { 1 / 2 } d \\epsilon } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 712, + 484, + 1020, + 484, + 1020, + 526, + 712, + 526 + ], + "score": 0.92, + "latex": "\\begin{array} { r } { D _ { f } : = \\prod _ { \\ell \\in [ L _ { f } + 1 ] } ( D _ { \\ell } + 1 ) } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 1203, + 1058, + 1403, + 1058, + 1403, + 1093, + 1203, + 1093 + ], + "score": 0.91, + "latex": "A _ { 3 } = \\tau C _ { h } ( 2 / 3 +" + }, + { + "category_id": 13, + "poly": [ + 1077, + 483, + 1346, + 483, + 1346, + 521, + 1077, + 521 + ], + "score": 0.91, + "latex": "\\Gamma _ { f } : = 2 ( L _ { f } + 1 ) D _ { f } B _ { f }" + }, + { + "category_id": 13, + "poly": [ + 345, + 1396, + 605, + 1396, + 605, + 1429, + 345, + 1429 + ], + "score": 0.9, + "latex": "A _ { 3 } \\stackrel { - } { = } 2 \\tau C _ { h } ( 2 / 3 + \\check { C } _ { \\theta } )" + }, + { + "category_id": 13, + "poly": [ + 353, + 483, + 660, + 483, + 660, + 525, + 353, + 525 + ], + "score": 0.9, + "latex": "\\begin{array} { r } { D _ { g } : = \\prod _ { \\ell \\in [ L _ { g } + 1 ] } ( D _ { \\ell } + 1 ) } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 297, + 524, + 627, + 524, + 627, + 562, + 297, + 562 + ], + "score": 0.89, + "latex": "N _ { \\epsilon } ( \\widetilde { \\mathcal { F } } ) : = \\log \\mathcal { N } ( \\epsilon , \\widetilde { \\mathcal { F } } , \\| \\cdot \\| _ { n } )" + }, + { + "category_id": 13, + "poly": [ + 498, + 1054, + 1142, + 1054, + 1142, + 1093, + 498, + 1093 + ], + "score": 0.89, + "latex": "A _ { 1 } = 1 2 \\log ^ { 1 / 2 } \\Gamma _ { f } , A _ { 2 } = C _ { \\tilde { \\pi } } \\log ^ { 1 / 2 } C _ { \\tilde { \\pi } } + ( 2 \\tau \\sigma ^ { 2 } + C _ { \\theta } ) ^ { 1 / 2 }" + }, + { + "category_id": 14, + "poly": [ + 369, + 1281, + 1407, + 1281, + 1407, + 1408, + 369, + 1408 + ], + "score": 0.87, + "latex": "\\begin{array} { r l r } & { } & { i \\leqslant \\Upsilon _ { m } ( \\widetilde { \\mathcal { F } } ) + \\displaystyle \\frac { 1 } { m ^ { 1 / 2 } } \\left( ( S _ { g } + 1 ) ^ { 1 / 2 } A _ { 1 } ^ { \\prime } + A _ { 2 } ^ { \\prime } \\right) + \\displaystyle \\frac { A _ { 3 } ^ { \\prime } } { m } , } \\\\ & { } & { A _ { 1 } ^ { \\prime } = \\smash { 1 2 ( \\log ^ { 1 / 2 } \\Gamma _ { f } + \\log ^ { 1 / 2 } \\Gamma _ { g } ) } , A _ { 2 } = C _ { \\widetilde { \\mathcal { F } } } \\log ^ { 1 / 2 } C _ { \\widetilde { \\mathcal { F } } } + C _ { \\mathcal { G } } \\log ^ { 1 / 2 } C _ { \\mathcal { G } } + 2 ( 2 \\tau \\sigma ^ { 2 } + C _ { \\theta } ) ^ { 1 / 2 } , } \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 553, + 1148, + 1147, + 1148, + 1147, + 1216, + 553, + 1216 + ], + "score": 0.85, + "latex": "i i i \\leqslant \\Upsilon _ { n } ( \\widetilde { \\mathcal { F } } ) + \\frac { 1 } { n ^ { 1 / 2 } } \\left( ( S _ { f } + 1 ) ^ { 1 / 2 } A _ { 1 } + A _ { 2 } \\right) + \\frac { A _ { 3 } } { n } ." + }, + { + "category_id": 13, + "poly": [ + 504, + 563, + 525, + 563, + 525, + 589, + 504, + 589 + ], + "score": 0.83, + "latex": "\\mathcal { G }" + }, + { + "category_id": 13, + "poly": [ + 577, + 563, + 601, + 563, + 601, + 587, + 577, + 587 + ], + "score": 0.83, + "latex": "\\mathcal { F }" + }, + { + "category_id": 13, + "poly": [ + 373, + 1446, + 395, + 1446, + 395, + 1471, + 373, + 1471 + ], + "score": 0.8, + "latex": "\\romannumeral 2" + }, + { + "category_id": 13, + "poly": [ + 373, + 1242, + 390, + 1242, + 390, + 1268, + 373, + 1268 + ], + "score": 0.78, + "latex": "I" + }, + { + "category_id": 13, + "poly": [ + 297, + 1100, + 334, + 1100, + 334, + 1133, + 297, + 1133 + ], + "score": 0.63, + "latex": "C _ { \\theta }" + }, + { + "category_id": 13, + "poly": [ + 415, + 1059, + 483, + 1059, + 483, + 1092, + 415, + 1092 + ], + "score": 0.61, + "latex": "\\eta > 0" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 858.0, + 72.0, + 858.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 2085.0, + 868.0, + 2085.0, + 868.0, + 2125.0, + 831.0, + 2125.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 475.0, + 352.0, + 475.0, + 352.0, + 530.0, + 292.0, + 530.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 661.0, + 475.0, + 711.0, + 475.0, + 711.0, + 530.0, + 661.0, + 530.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1021.0, + 475.0, + 1076.0, + 475.0, + 1076.0, + 530.0, + 1021.0, + 530.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1347.0, + 475.0, + 1409.0, + 475.0, + 1409.0, + 530.0, + 1347.0, + 530.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 628.0, + 520.0, + 1406.0, + 520.0, + 1406.0, + 568.0, + 628.0, + 568.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 556.0, + 503.0, + 556.0, + 503.0, + 597.0, + 297.0, + 597.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 526.0, + 556.0, + 576.0, + 556.0, + 576.0, + 597.0, + 526.0, + 597.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 602.0, + 556.0, + 1178.0, + 556.0, + 1178.0, + 597.0, + 602.0, + 597.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1050.0, + 414.0, + 1050.0, + 414.0, + 1098.0, + 292.0, + 1098.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 484.0, + 1050.0, + 497.0, + 1050.0, + 497.0, + 1098.0, + 484.0, + 1098.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1143.0, + 1050.0, + 1202.0, + 1050.0, + 1202.0, + 1098.0, + 1143.0, + 1098.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 287.0, + 1081.0, + 296.0, + 1081.0, + 296.0, + 1151.0, + 287.0, + 1151.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 335.0, + 1081.0, + 500.0, + 1081.0, + 500.0, + 1151.0, + 335.0, + 1151.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1016.0, + 1081.0, + 1208.0, + 1081.0, + 1208.0, + 1151.0, + 1016.0, + 1151.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1443.0, + 372.0, + 1443.0, + 372.0, + 1479.0, + 297.0, + 1479.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 396.0, + 1443.0, + 1405.0, + 1443.0, + 1405.0, + 1479.0, + 396.0, + 1479.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1471.0, + 772.0, + 1471.0, + 772.0, + 1510.0, + 293.0, + 1510.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 955.0, + 1471.0, + 1377.0, + 1471.0, + 1377.0, + 1510.0, + 955.0, + 1510.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1237.0, + 372.0, + 1237.0, + 372.0, + 1278.0, + 295.0, + 1278.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 391.0, + 1237.0, + 514.0, + 1237.0, + 514.0, + 1278.0, + 391.0, + 1278.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 779.0, + 1237.0, + 1115.0, + 1237.0, + 1115.0, + 1278.0, + 779.0, + 1278.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 225.0, + 782.0, + 225.0, + 782.0, + 268.0, + 294.0, + 268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1355.0, + 368.0, + 1355.0, + 368.0, + 1405.0, + 292.0, + 1405.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1389.0, + 344.0, + 1389.0, + 344.0, + 1434.0, + 293.0, + 1434.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 606.0, + 1389.0, + 621.0, + 1389.0, + 621.0, + 1434.0, + 606.0, + 1434.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 16, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 296, + 827, + 1407, + 827, + 1407, + 990, + 296, + 990 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 297, + 506, + 1405, + 506, + 1405, + 635, + 297, + 635 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 296, + 648, + 1405, + 648, + 1405, + 755, + 296, + 755 + ], + "score": 0.974 + }, + { + "category_id": 1, + "poly": [ + 290, + 228, + 1406, + 228, + 1406, + 294, + 290, + 294 + ], + "score": 0.956 + }, + { + "category_id": 8, + "poly": [ + 651, + 771, + 1047, + 771, + 1047, + 814, + 651, + 814 + ], + "score": 0.951 + }, + { + "category_id": 8, + "poly": [ + 736, + 308, + 959, + 308, + 959, + 353, + 736, + 353 + ], + "score": 0.937 + }, + { + "category_id": 1, + "poly": [ + 297, + 380, + 931, + 380, + 931, + 414, + 297, + 414 + ], + "score": 0.932 + }, + { + "category_id": 2, + "poly": [ + 297, + 74, + 858, + 74, + 858, + 106, + 297, + 106 + ], + "score": 0.923 + }, + { + "category_id": 0, + "poly": [ + 299, + 449, + 680, + 449, + 680, + 482, + 299, + 482 + ], + "score": 0.919 + }, + { + "category_id": 2, + "poly": [ + 836, + 2088, + 863, + 2088, + 863, + 2112, + 836, + 2112 + ], + "score": 0.844 + }, + { + "category_id": 2, + "poly": [ + 1374, + 381, + 1403, + 381, + 1403, + 411, + 1374, + 411 + ], + "score": 0.83 + }, + { + "category_id": 13, + "poly": [ + 1157, + 679, + 1403, + 679, + 1403, + 719, + 1157, + 719 + ], + "score": 0.93, + "latex": "S _ { 2 } = \\bar { S } _ { 2 } = \\{ x \\in I ^ { D } \\mid " + }, + { + "category_id": 13, + "poly": [ + 672, + 680, + 1106, + 680, + 1106, + 719, + 672, + 719 + ], + "score": 0.93, + "latex": "S _ { 1 } = \\widetilde { S } _ { 1 } = \\{ x \\in I ^ { D } \\mid x _ { 1 } \\leqslant 0 . 5 \\} \\subset I ^ { D }" + }, + { + "category_id": 13, + "poly": [ + 563, + 720, + 679, + 720, + 679, + 755, + 563, + 755 + ], + "score": 0.93, + "latex": "g _ { 1 } ( z ) = z" + }, + { + "category_id": 13, + "poly": [ + 297, + 718, + 484, + 718, + 484, + 755, + 297, + 755 + ], + "score": 0.92, + "latex": "x _ { 1 } \\leqslant 0 . 5 \\} \\subset I ^ { D }" + }, + { + "category_id": 13, + "poly": [ + 766, + 830, + 922, + 830, + 922, + 866, + 766, + 866 + ], + "score": 0.92, + "latex": "g _ { 2 , d } ( z _ { d } ) = z _ { d }" + }, + { + "category_id": 13, + "poly": [ + 963, + 831, + 1103, + 831, + 1103, + 865, + 963, + 865 + ], + "score": 0.92, + "latex": "d \\in [ D ] \\backslash \\{ 1 \\}" + }, + { + "category_id": 14, + "poly": [ + 737, + 306, + 962, + 306, + 962, + 354, + 737, + 354 + ], + "score": 0.92, + "latex": "\\begin{array} { r } { i i \\leqslant c _ { 2 } M D S _ { g } ^ { - \\beta / D } . } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 1034, + 953, + 1213, + 953, + 1213, + 990, + 1034, + 990 + ], + "score": 0.92, + "latex": "O ( n ^ { - \\beta / ( 2 \\beta + D ) } )" + }, + { + "category_id": 13, + "poly": [ + 745, + 599, + 924, + 599, + 924, + 636, + 745, + 636 + ], + "score": 0.92, + "latex": "O ( n ^ { - \\beta / ( 2 \\beta + D ) } )" + }, + { + "category_id": 13, + "poly": [ + 802, + 890, + 1044, + 890, + 1044, + 926, + 802, + 926 + ], + "score": 0.91, + "latex": "\\{ x \\in I ^ { D } \\mid x _ { 1 } = 0 . 6 \\dot \\}" + }, + { + "category_id": 13, + "poly": [ + 730, + 718, + 882, + 718, + 882, + 754, + 730, + 754 + ], + "score": 0.91, + "latex": "g _ { 2 } : \\widetilde { S } _ { 2 } S _ { 2 }" + }, + { + "category_id": 14, + "poly": [ + 651, + 769, + 1044, + 769, + 1044, + 812, + 651, + 812 + ], + "score": 0.91, + "latex": "g _ { 2 } ( z ) = ( g _ { 2 , 1 } ( z _ { 1 } ) , . . . , g _ { 2 , D } ( z _ { D } ) ) ^ { \\top } ," + }, + { + "category_id": 13, + "poly": [ + 370, + 828, + 716, + 828, + 716, + 865, + 370, + 865 + ], + "score": 0.9, + "latex": "g _ { 2 , 1 } ( z _ { 1 } ) = 0 . 6 + c ( z _ { 1 } - 0 . 5 ) ^ { 1 / 3 }" + }, + { + "category_id": 13, + "poly": [ + 1273, + 956, + 1344, + 956, + 1344, + 989, + 1273, + 989 + ], + "score": 0.9, + "latex": "\\beta = 1" + }, + { + "category_id": 13, + "poly": [ + 857, + 262, + 895, + 262, + 895, + 292, + 857, + 292 + ], + "score": 0.89, + "latex": "P _ { Z }" + }, + { + "category_id": 13, + "poly": [ + 549, + 865, + 616, + 865, + 616, + 896, + 549, + 896 + ], + "score": 0.88, + "latex": "p _ { 2 } ( x )" + }, + { + "category_id": 13, + "poly": [ + 298, + 685, + 381, + 685, + 381, + 714, + 298, + 714 + ], + "score": 0.88, + "latex": "M = 2" + }, + { + "category_id": 13, + "poly": [ + 1224, + 601, + 1257, + 601, + 1257, + 630, + 1224, + 630 + ], + "score": 0.88, + "latex": "L ^ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 1116, + 506, + 1152, + 506, + 1152, + 536, + 1116, + 536 + ], + "score": 0.88, + "latex": "I ^ { D }" + }, + { + "category_id": 13, + "poly": [ + 606, + 259, + 643, + 259, + 643, + 289, + 606, + 289 + ], + "score": 0.88, + "latex": "I ^ { D }" + }, + { + "category_id": 13, + "poly": [ + 458, + 232, + 492, + 232, + 492, + 261, + 458, + 261 + ], + "score": 0.88, + "latex": "L _ { 1 }" + }, + { + "category_id": 13, + "poly": [ + 654, + 865, + 686, + 865, + 686, + 893, + 654, + 893 + ], + "score": 0.88, + "latex": "S _ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 1106, + 868, + 1135, + 868, + 1135, + 893, + 1106, + 893 + ], + "score": 0.86, + "latex": "z _ { 1 }" + }, + { + "category_id": 13, + "poly": [ + 775, + 510, + 795, + 510, + 795, + 540, + 775, + 540 + ], + "score": 0.85, + "latex": "\\beta" + }, + { + "category_id": 13, + "poly": [ + 755, + 232, + 775, + 232, + 775, + 263, + 755, + 263 + ], + "score": 0.85, + "latex": "f" + }, + { + "category_id": 13, + "poly": [ + 371, + 651, + 396, + 651, + 396, + 677, + 371, + 677 + ], + "score": 0.81, + "latex": "P" + }, + { + "category_id": 13, + "poly": [ + 370, + 510, + 396, + 510, + 396, + 536, + 370, + 536 + ], + "score": 0.8, + "latex": "P" + }, + { + "category_id": 13, + "poly": [ + 1321, + 651, + 1346, + 651, + 1346, + 677, + 1321, + 677 + ], + "score": 0.78, + "latex": "P" + }, + { + "category_id": 13, + "poly": [ + 1276, + 838, + 1291, + 838, + 1291, + 859, + 1276, + 859 + ], + "score": 0.69, + "latex": "c" + }, + { + "category_id": 13, + "poly": [ + 665, + 571, + 689, + 571, + 689, + 597, + 665, + 597 + ], + "score": 0.25, + "latex": "\\&" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 858.0, + 72.0, + 858.0, + 109.0, + 297.0, + 109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 449.0, + 683.0, + 449.0, + 683.0, + 485.0, + 295.0, + 485.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 2085.0, + 868.0, + 2085.0, + 868.0, + 2122.0, + 831.0, + 2122.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1377.0, + 386.0, + 1403.0, + 386.0, + 1403.0, + 410.0, + 1377.0, + 410.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 822.0, + 369.0, + 822.0, + 369.0, + 869.0, + 291.0, + 869.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 717.0, + 822.0, + 765.0, + 822.0, + 765.0, + 869.0, + 717.0, + 869.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 923.0, + 822.0, + 962.0, + 822.0, + 962.0, + 869.0, + 923.0, + 869.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1104.0, + 822.0, + 1275.0, + 822.0, + 1275.0, + 869.0, + 1104.0, + 869.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1292.0, + 822.0, + 1407.0, + 822.0, + 1407.0, + 869.0, + 1292.0, + 869.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 861.0, + 548.0, + 861.0, + 548.0, + 899.0, + 294.0, + 899.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 617.0, + 861.0, + 653.0, + 861.0, + 653.0, + 899.0, + 617.0, + 899.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 687.0, + 861.0, + 1105.0, + 861.0, + 1105.0, + 899.0, + 687.0, + 899.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1136.0, + 861.0, + 1407.0, + 861.0, + 1407.0, + 899.0, + 1136.0, + 899.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 887.0, + 801.0, + 887.0, + 801.0, + 929.0, + 293.0, + 929.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1045.0, + 887.0, + 1409.0, + 887.0, + 1409.0, + 929.0, + 1045.0, + 929.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 918.0, + 1407.0, + 918.0, + 1407.0, + 959.0, + 293.0, + 959.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 945.0, + 1033.0, + 945.0, + 1033.0, + 998.0, + 290.0, + 998.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1214.0, + 945.0, + 1272.0, + 945.0, + 1272.0, + 998.0, + 1214.0, + 998.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1345.0, + 945.0, + 1409.0, + 945.0, + 1409.0, + 998.0, + 1345.0, + 998.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 505.0, + 369.0, + 505.0, + 369.0, + 545.0, + 292.0, + 545.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 397.0, + 505.0, + 774.0, + 505.0, + 774.0, + 545.0, + 397.0, + 545.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 796.0, + 505.0, + 1115.0, + 505.0, + 1115.0, + 545.0, + 796.0, + 545.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1153.0, + 505.0, + 1407.0, + 505.0, + 1407.0, + 545.0, + 1153.0, + 545.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 537.0, + 1408.0, + 537.0, + 1408.0, + 574.0, + 291.0, + 574.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 568.0, + 664.0, + 568.0, + 664.0, + 604.0, + 294.0, + 604.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 690.0, + 568.0, + 1403.0, + 568.0, + 1403.0, + 604.0, + 690.0, + 604.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 596.0, + 744.0, + 596.0, + 744.0, + 641.0, + 292.0, + 641.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 925.0, + 596.0, + 1223.0, + 596.0, + 1223.0, + 641.0, + 925.0, + 641.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1258.0, + 596.0, + 1335.0, + 596.0, + 1335.0, + 641.0, + 1258.0, + 641.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 646.0, + 370.0, + 646.0, + 370.0, + 686.0, + 294.0, + 686.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 397.0, + 646.0, + 1320.0, + 646.0, + 1320.0, + 686.0, + 397.0, + 686.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1347.0, + 646.0, + 1407.0, + 646.0, + 1407.0, + 686.0, + 1347.0, + 686.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 680.0, + 297.0, + 680.0, + 297.0, + 722.0, + 293.0, + 722.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 382.0, + 680.0, + 671.0, + 680.0, + 671.0, + 722.0, + 382.0, + 722.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1107.0, + 680.0, + 1156.0, + 680.0, + 1156.0, + 722.0, + 1107.0, + 722.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 716.0, + 296.0, + 716.0, + 296.0, + 760.0, + 291.0, + 760.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 485.0, + 716.0, + 562.0, + 716.0, + 562.0, + 760.0, + 485.0, + 760.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 680.0, + 716.0, + 729.0, + 716.0, + 729.0, + 760.0, + 680.0, + 760.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 883.0, + 716.0, + 921.0, + 716.0, + 921.0, + 760.0, + 883.0, + 760.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 225.0, + 457.0, + 225.0, + 457.0, + 269.0, + 293.0, + 269.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 493.0, + 225.0, + 754.0, + 225.0, + 754.0, + 269.0, + 493.0, + 269.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 776.0, + 225.0, + 1408.0, + 225.0, + 1408.0, + 269.0, + 776.0, + 269.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 256.0, + 605.0, + 256.0, + 605.0, + 300.0, + 293.0, + 300.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 644.0, + 256.0, + 856.0, + 256.0, + 856.0, + 300.0, + 644.0, + 300.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 896.0, + 256.0, + 1080.0, + 256.0, + 1080.0, + 300.0, + 896.0, + 300.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 378.0, + 934.0, + 378.0, + 934.0, + 417.0, + 296.0, + 417.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 17, + "width": 1700, + "height": 2200 + } + } +] \ No newline at end of file diff --git a/parse/train/Hkfmn5n6W/Hkfmn5n6W.md b/parse/train/Hkfmn5n6W/Hkfmn5n6W.md new file mode 100644 index 0000000000000000000000000000000000000000..b7200efa391090fb256ff579a59697e30d00db78 --- /dev/null +++ b/parse/train/Hkfmn5n6W/Hkfmn5n6W.md @@ -0,0 +1,1442 @@ +# EXPONENTIALLY VANISHING SUB-OPTIMAL LOCAL MINIMA IN MULTILAYER NEURAL NETWORKS + +Anonymous authors Paper under double-blind review + +# ABSTRACT + +Background: Statistical mechanics results (Dauphin et al. (2014); Choromanska et al. (2015)) suggest that local minima with high error are exponentially rare in high dimensions. However, to prove low error guarantees for Multilayer Neural Networks (MNNs), previous works so far required either a heavily modified MNN model or training method, strong assumptions on the labels (e.g., “near” linear separability), or an unrealistically wide hidden layer with $\Omega \left( N \right)$ units. + +Results: We examine a MNN with one hidden layer of piecewise linear units, a single output, and a quadratic loss. We prove that, with high probability in the limit of $N \to \infty$ datapoints, the volume of differentiable regions of the empiric loss containing sub-optimal differentiable local minima is exponentially vanishing in comparison with the same volume of global minima, given standard normal input of dimension $d _ { 0 } = \tilde { \Omega } \left( \sqrt { N } \right)$ , and a more realistic number of $d _ { 1 } = \tilde { \Omega } \left( N / d _ { 0 } \right)$ hidden units. We demonstrate our results numerically: for example, $0 \%$ binary classification training error on CIFAR with only $N / d _ { 0 } \approx 1 6$ hidden neurons. + +# 1 INTRODUCTION + +Motivation. Multilayer Neural Networks (MNNs), trained with simple variants of stochastic gradient descent (SGD), have achieved state-of-the-art performances in many areas of machine learning (LeCun et al., 2015). However, theoretical explanations seem to lag far behind this empirical success (though many hardness results exist, e.g., (Síma, 2002; Shamir, 2016)). For example, as a common rule-of-the-thumb, a MNN should have at least as many parameters as training samples. However, it is unclear why such over-parameterized MNNs often exhibit remarkably small generalization error (i.e., difference between “training error” and “test error”), even without explicit regularization (Zhang et al., 2017a). + +Moreover, it has long been a mystery why MNNs often achieve low training error (Dauphin et al., 2014). SGD is only guaranteed to converge to critical points in which the gradient of the expected loss is zero (Bottou, 1998), and, specifically, to local minima (Pemantle, 1990) (this is true also for regular gradient descent (Lee et al., 2016)). Since loss functions parameterized by MNN weights are non-convex, it is unclear why does SGD often work well – rather than converging to sub-optimal local minima with high training error, which are known to exist (Fukumizu & Amari, 2000; Swirszcz et al., 2016). Understanding this behavior is especially relevant in important cases where SGD does get stuck (He et al., 2016) – where training error may be a bottleneck in further improving performance. + +Ideally, we would like to quantify the probability to converge to a local minimum as a function of the error at this minimum, where the probability is taken with the respect to the randomness of the initialization of the weights, the data and SGD. Specifically, we would like to know, under which conditions this probability is very small if the error is high, as was observed empirically (e.g., (Dauphin et al., 2014; Goodfellow et al., 2015)). However, this seems to be a daunting task for realistic MNNs, since it requires a characterization of the sizes and distributions of the basins of attraction for all local minima. + +Previous works (Dauphin et al., 2014; Choromanska et al., 2015), based on statistical physics analogies, suggested a simpler property of MNNs: that with high probability, local minima with high error diminish exponentially with the number of parameters. Though proving such a geometric property with realistic assumptions would not guarantee convergence to global minima, it appears to be a necessary first step in this direction (see discussion on section 6). It was therefore pointed out as an open problem at the Conference of Learning Theory (COLT) 2015. However, one has to be careful and use realistic MMN architectures, or this problem becomes “too easy”. + +For example, one can easily achieve zero training error (Nilsson, 1965; Baum, 1988) – if the MNN’s last hidden layer has more neurons than training samples. Such extremely wide MNNs are easy to optimize (Yu, 1992; Huang et al., 2006; Livni et al., 2014; Haeffele & Vidal, 2015; Shen, 2016; Nguyen & Hein, 2017). In this case, the hidden layer becomes linearly separable in classification tasks, with high probability over the random initialization of the weights. Thus, by training the last layer we get to a global minimum (zero training error). However, such extremely wide layers are not very useful, since they result in a huge number of weights, and serious overfitting issues. Also, training only the last layer seems to take little advantage of the inherently non-linear nature of MNNs. + +Therefore, in this paper we are interested to understand the properties of local and global minima, but at a more practical number of parameters – and when at least two weight layers are trained. For example, Alexnet (Krizhevsky, 2014) is trained using about 1.2 million ImageNet examples, and has about 60 million parameters – 16 million of these in the two last weight layers. Suppose we now train the last two weight layers in such an over-parameterized MNN. When do the sub-optimal local minima become exponentially rare in comparison to the global minima? + +Main contributions. We focus on MNNs with a single hidden layer and piecewise linear units, optimized using the Mean Square Error (MSE) in a supervised binary classification task (Section 2). We define $N$ as the number of training samples, $d _ { l }$ as the width of the $l$ -th activation layer, and $g \left( x \right) \dot { < } h \left( x \right)$ as an asymptotic inequality in the leading order (formally: $\begin{array} { r } { \operatorname* { l i m } _ { x \infty } \frac { \log g ( x ) } { \log h ( x ) } < 1 ) } \end{array}$ . We examine Differentiable Local Minima (DLMs) of the MSE: sub-optimal DLMs where at least a fraction of $\epsilon > 0$ of the training samples are classified incorrectly, and global minima where all samples are classified correctly. + +Our main result, Theorem 10, states that, with high probability, the total volume of the differentiable regions of the MSE containing sub-optimal DLMs is exponentially vanishing in comparison to the same volume of global minima, given that: + +Assumption 1. The datapoints (MNN inputs) are sampled from a standard normal distribution. + +Assumption 2. $N \to \infty$ , $d _ { 0 } \left( N \right)$ and $d _ { 1 } \left( N \right)$ increase with $N$ , while $\epsilon \in ( 0 , 1 )$ is a constant1. + +Assumption 3. The input dimension scales as $\sqrt { N } \dot { < } d _ { 0 } \dot { \le } N$ . + +Assumption 4. The hidden layer width scales as + +$$ +\frac { N \log ^ { 4 } N } { d _ { 0 } } \dot { < } d _ { 1 } \dot { < } N . +$$ + +Importantly, we use a standard, unmodified, MNN model, and make no assumptions on the target function. Moreover, as the number of parameters in the MNN is approximately $d _ { 0 } d _ { 1 }$ , we require only “asymptotically mild” over-parameterization: $d _ { 0 } d _ { 1 } { \dot { > } } N \log ^ { 4 } N$ from eq. (1.1). For example, if $d _ { 0 } \propto N$ , we only require $d _ { 1 } \dot { > } \log ^ { 4 } N$ neurons. This improves over previously known results (Yu, 1992; Huang et al., 2006; Livni et al., 2014; Shen, 2016; Nguyen & Hein, 2017) – which require an extremely wide hidden layer with $d _ { 1 } \geq N$ neurons (and thus $N d _ { 0 }$ parameters) to remove sub-optimal local minima with high probability. + +In section 5 we validate our results numerically. We show that indeed the training error becomes low when the number of parameters is close to $N$ . For example, with binary classification on CIFAR and ImageNet, with only 16 and 105 hidden neurons (about $N / d _ { 0 }$ ), respectively, we obtain less then $0 . 1 \%$ training error. Additionally, we find that convergence to non-differentiable critical points does not appear to be very common. + +Lastly, in section 6 we discuss our results might be extended, such as how to apply them to “mildly” non-differentiable critical points. + +Plausibility of assumptions. Assumption 1 is common in this type of analysis (Andoni et al., 2014; Choromanska et al., 2015; Xie et al., 2016; Tian, 2017; Brutzkus & Globerson, 2017). At first it may appear rather unrealistic, especially since the inputs are correlated in typical datasets. However, this no-correlation part of the assumption may seem more justified if we recall that datasets are many times whitened before being used as inputs. Alternatively, if, as in our motivating question, we consider the input to the our simple MNN to be the output of the previous layers of a deep MNN with fixed random weights, this also tends to de-correlate inputs (Poole et al., 2016, Figure 3). The remaining part of assumption 1, that the distribution is normal, is indeed strong, but might be relaxed in the future, e.g. using central limit theorem type arguments. + +In assumption 2 we use this asymptotic limit to simplify our proofs and final results. Multiplicative constants and finite (yet large) $N$ results can be found by inspection of the proofs. We assume a constant error $\epsilon$ since typically the limit $\epsilon 0$ is avoided to prevent overfitting. + +In assumption 3, for simplicity we have $d _ { 0 } { \dot { \le } } N$ , since in the case $d _ { 0 } \geq N$ the input is generically linearly separable, and sub-optimal local minima are not a problem (Gori & Tesi, 1992; Safran & Shamir, 2016). Additionally, we have $\sqrt { N } \dot { < } d _ { 0 }$ , which seems very reasonable, since for example, $d _ { 0 } / N \approx 0 . 0 1 6 , 0 . 0$ 61 and 0.055 MNIST, CIFAR and ImageNet, respectively. + +In assumption 4, for simplicity we have $d _ { 1 } \dot { < } N$ , since, as mentioned earlier, if $d _ { 1 } \geq N$ the hidden layer is linearly separable with high probability, which removes sub-optimal local minima. The other bound $N \log ^ { 4 } N { \dot { < } } d _ { 0 } d _ { 1 }$ is our main innovation – a large over-parameterization which is nevertheless asymptotically mild and improves previous results. + +Previous work. So far, general low (training or test) error guarantees for MNNs could not be found – unless the underlying model (MNN) or learning method (SGD or its variants) have been significantly modified. For example, (Dauphin et al., 2014) made an analogy with high-dimensional random Gaussian functions, local minima with high error are exponentially rare in high dimensions; (Choromanska et al., 2015; Kawaguchi, 2016) replaced the units (activation functions) with independent random variables; (Pennington & Bahri, 2017) replaces the weights and error residuals with independent random variables; (Baldi, 1989; Saxe et al., 2014; Hardt & Ma, 2017; Lu & Kawaguchi, 2017; Zhou & Feng, 2017) used linear units; (Zhang et al., 2017b) used unconventional units (e.g., polynomials) and very large hidden layers $( d _ { 1 } = \mathrm { p o l y } \left( d _ { 0 } \right)$ , typically $\gg N$ ); (Brutzkus & Globerson, 2017; Du et al., 2017; Shalev-Shwartz et al., 2017) used a modified convnet model with less then $d _ { 0 }$ parameters (therefore, not a universal approximator (Cybenko, 1989; Hornik, 1991)); (Tian, 2017; Soltanolkotabi et al., 2017; Li & Yuan, 2017) assume the weights are initialized very close to those of the teacher generating the labels; and (Janzamin et al., 2015; Zhong et al., 2017) use a non-standard tensor method during training. Such approaches fall short of explaining the widespread success of standard MNN models and training practices. + +Other works placed strong assumptions on the target functions. For example, to prove convergence of the training error near the global minimum, (Gori & Tesi, 1992) assumed linearly separable datasets, while (Safran & Shamir, 2016) assumed strong clustering of the targets (“near” linear-separability). Also, (Andoni et al., 2014) showed a $p$ -degree polynomial is learnable by a MNN, if the hidden layer is very large $( d _ { 1 } = \Omega \left( d _ { 0 } ^ { 6 p } \right)$ , typically $\gg N$ ) so learning the last weight layer is sufficient. However, these are not the typical regimes in which MNNs are required or used. In contrast, we make no assumption on the target function. Other closely related results (Soudry & Carmon, 2016; Xie et al., 2016) also used unrealistic assumptions, are discussed in section 6, in regards to the details of our main results. + +Therefore, in contrast to previous works, the assumptions in this paper are applicable in some situations (e.g., Gaussian input) where a MNN trained using SGD might be used and be useful (e.g., have a lower test error then a linear classier). + +# 2 PRELIMINARIES AND NOTATION + +Model. We examine a Multilayer Neural Network (MNN) with a single hidden layer and a scalar output. The MNN is trained on a finite training set of $N$ datapoints (features) $\textbf { X } \triangleq$ $\left[ \mathbf { x } ^ { ( 1 ) } , \ldots , \mathbf { x } ^ { ( N ) } \right] \ \in \ \mathbb { R } ^ { d _ { 0 } \times N }$ with their target labels $\mathbf { y } \ \triangleq \ \left[ y ^ { ( 1 ) } , \ldots , y ^ { ( N ) } \right] ^ { \intercal } \ \in \ \left\{ 0 , 1 \right\} ^ { N } -$ each datapoint-label pair $\left( \mathbf { x } ^ { ( n ) } , y ^ { ( n ) } \right)$ is independently sampled from some joint distribution $\mathbb { P } _ { X , Y }$ . We define $\mathbf { W } = \left[ \mathbf { w } _ { 1 } , \ldots , \mathbf { w } _ { d _ { 1 } } \right] ^ { \top } \in \mathbb { R } ^ { d _ { 1 } \times d _ { 0 } }$ and $\mathbf { z } \in \mathbb { R } ^ { d _ { 1 } }$ as the first and second weight layers (bias terms are ignored for simplicity), respectively, and $f \left( \cdot \right)$ as the common leaky rectifier linear unit (LReLU (Maas et al., 2013)) + +$$ +\begin{array} { r } { f \left( u \right) \triangleq u a \left( u \right) \mathrm { ~ w i t h ~ } a \left( u \right) \triangleq \left\{ \begin{array} { l l } { 1 } & { \mathrm { , ~ i f ~ } , u > 0 } \\ { \rho } & { \mathrm { , ~ i f ~ } u < 0 } \end{array} \right. , } \end{array} +$$ + +for some $\rho \neq 1$ (so the MNN is non-linear) , where both functions $f$ and $a$ operate component-wise (e.g., for any matrix M: $\left( f \left( \mathbf { M } \right) \right) _ { i j } = f \left( M _ { i j } \right) )$ . Thus, the output of the MNN on the entire dataset can be written as + +$$ +{ f } \left( { { \mathbf { W } } { \mathbf { X } } } \right) ^ { \top } { \mathbf { z } } \in \mathbb { R } ^ { N } . +$$ + +We use the mean square error (MSE) loss for optimization + +$$ +\operatorname { M S E } \triangleq \frac { 1 } { N } \left. \mathbf { e } \right. ^ { 2 } \mathrm { w i t h } \mathbf { e } \triangleq \mathbf { y } - f \left( \mathbf { W } \mathbf { X } \right) ^ { \top } \mathbf { z } , +$$ + +where $\lVert \cdot \rVert$ is the standard euclidean norm. Also, we measure the empiric performance as the fraction of samples that are classified correctly using a decision threshold at $y = 0 . 5$ , and denote this as the mean classification error, or $\mathbf { M C E } ^ { 2 }$ . Note that the variables $\mathbf { e }$ , MSE, MCE and other related variables (e.g., their derivatives) all depend on $\mathbf { W } , \mathbf { z } , \mathbf { X } , \mathbf { y }$ and $\rho$ , but we keep this dependency implicit, to avoid cumbersome notation. + +Additional Notation. We define g (x) \epsilon > 0$ . We would like to compare the angular volume (definition 3) corresponding to both types of DLMs. Thus, we make the following definitions. + +Definition 4. We define3 $\mathcal { L } _ { \epsilon } \subset \mathbb { R } ^ { d _ { 1 } \times d _ { 0 } }$ as the union of differentiable regions containing sub-optimal DLMs with $\mathrm { M C E } > \epsilon$ , and $\mathcal { G } \subset \mathbb { R } ^ { d _ { 1 } \times d _ { 0 } }$ as the union of differentiable regions containing global minima with $\mathrm { M C E } = 0$ . + +Definition 5. We define the constant $\gamma _ { \epsilon }$ as $\begin{array} { r } { \gamma _ { \epsilon } \triangleq 0 . 2 3 \operatorname* { m a x } \left[ \operatorname* { l i m } _ { N \to \infty } \left( d _ { 0 } \left( N \right) / N \right) , \epsilon \right] ^ { 3 / 4 } } \end{array}$ if $\rho \neq$ $\{ 0 , 1 \}$ , and $\gamma _ { \epsilon } \triangleq 0 . 2 3 \epsilon ^ { 3 / 4 }$ if $\rho = 0$ . + +In this section, we use assumptions 1-4 (stated in section 1) to bound the angular volume of the region $\mathcal { L } _ { \epsilon }$ encapsulating all sub-optimal DLMs, the region $\mathcal { G }$ , encapsulating all global minima, and the ratio between the two. + +Angular volume of sub-optimal DLMs. First, in appendix section 8 we prove the following upper bound in expectation + +Theorem 6. Given assumptions 1-4, the expected angular volume of sub-optimal DLMs, with $\mathrm { M C E } > \epsilon > 0$ , is exponentially vanishing in $N$ as + +$$ +\begin{array} { r } { \mathbb { E } _ { \mathbf { X } \sim \mathcal { N } } \mathcal { V } \left( \mathcal { L } _ { \epsilon } \left( \mathbf { X } , \mathbf { y } \right) \right) \dot { \leq } \exp \left( - \gamma _ { \epsilon } N ^ { 3 / 4 } \left[ d _ { 1 } d _ { 0 } \right] ^ { 1 / 4 } \right) . } \end{array} +$$ + +and, using Markov inequality, its immediate probabilistic corollary + +Corollary 7. Given assumptions $I$ -4, for any $\delta > 0$ (possibly a vanishing function of $N$ ), we have, with probability $1 - \delta$ , that the angular volume of sub-optimal DLMs, with $\mathrm { M C E } > \epsilon > 0 ,$ , is exponentially vanishing in $N$ as + +$$ +{ \mathcal { V } } \left( { \mathcal { L } } _ { \epsilon } \left( \mathbf { X } , \mathbf { y } \right) \right) \dot { \leq } \frac { 1 } { \delta } \exp \left( - \gamma _ { \epsilon } N ^ { 3 / 4 } \left[ d _ { 1 } d _ { 0 } \right] ^ { 1 / 4 } \right) +$$ + +Proof idea of Theorem 6: we first show that in differentiable regions with $\mathrm { M C E } > \epsilon > 0$ , the condition in Lemma 2, $\left( \mathbf { A } \circ \mathbf { X } \right) \mathbf { e } = 0$ , implies that $\mathbf { A } = a \left( \mathbf { W } \mathbf { X } \right)$ must have a low rank. Then, we show that, when $\mathbf { X } \sim { \mathcal { N } }$ and $\mathbf { W } \sim { \mathcal { N } }$ , the matrix $\mathbf { A } = a \left( \mathbf { W } \mathbf { X } \right)$ has a low rank with exponentially low probability. Combining both facts, we obtain the bound. + +Existence of global minima. Next, to compare the volume of sub-optimal DLMs with that of global minima, in appendix section 9 we show first that, generically, global minima do exist (using a variant of the proof of (Baum, 1988, Theorem 1)): + +Theorem 8. For any $\mathbf { y } \in \{ 0 , 1 \} ^ { N }$ and $\mathbf { X } \in \mathbb { R } ^ { d _ { 0 } \times N }$ almost everywhere4 we find matrices $\mathbf { W } ^ { * } \in$ $\mathbb { R } ^ { d _ { 1 } ^ { * } \times d _ { 0 } }$ and $\mathbf { z } ^ { * } \in \mathbb { R } ^ { d _ { 1 } ^ { * } }$ , such that $\mathbf { y } = f \left( \mathbf { W } ^ { * } \mathbf { X } \right) ^ { \top } \mathbf { z } ^ { * }$ , where $d _ { 1 } ^ { * } \triangleq 4 \lceil N / ( 2 d _ { 0 } - 2 ) \rceil$ and $\forall i , n$ : $\mathbf { w } _ { i } ^ { \top } \mathbf { x } ^ { ( n ) } \neq 0$ . Therefore, every MNN with $d _ { 1 } \geq d _ { 1 } ^ { * }$ has a DLM which achieves zero error $\mathbf { e } = 0$ . + +Recently (Zhang et al., 2017a, Theorem 1) similarly proved that a 2-layer MNN with approximately $2 N$ parameters can achieve zero error. However, that proof required $N$ neurons (similarly to (Nilsson, 1965; Baum, 1988; Yu, 1992; Huang et al., 2006; Livni et al., 2014; Shen, 2016)), while Theorem 8 here requires much less: approximately $d _ { 1 } ^ { * } \approx 2 N / d _ { 0 }$ . Also, (Hardt & Ma, 2017, Theorem 3.2) showed a deep residual network with $N \log N$ parameters can achieve zero error. In contrast, here we require just one hidden layer with $2 N$ parameters. + +Note the construction in Theorem 8 here achieves zero training error by overfitting to the data realization, so it is not expected to be a “good” solution in terms of generalization. To get good generalization, one needs to add additional assumptions on the data ( $\mathbf { X }$ and y). Such a possible (common yet insufficient for MNNs) assumption is that the problem is “realizable”, i.e., there exist a small “solution MNN”, which achieves low error. For example, in the zero error case: + +Assumption 5. (Optional) The labels are generated by some teacher $\mathbf { y } = f \left( \mathbf { W } ^ { * } \mathbf { X } \right) ^ { \top } \mathbf { z } ^ { * }$ with weight matrices $\mathbf { W } ^ { * } \in \mathbb { R } ^ { d _ { 1 } ^ { * } \times d _ { 0 } }$ and $\mathbf { z } ^ { * } \in \mathbb { R } ^ { d _ { 1 } ^ { * } }$ independent of $\mathbf { X }$ , for some $d _ { 1 } ^ { * } { \dot { < } } N / d _ { 0 }$ . + +This assumption is not required for our main result (Theorem 10) – it is merely helpful in improving the following lower bound on $\mathcal { V } \left( \mathcal { G } \right)$ . + +Angular volume of global minima. We prove in appendix section 10: + +Theorem 9. Given assumptions 1-3, we set $\delta { \doteq } \sqrt { \frac { 8 } { \pi } } d _ { 0 } ^ { - 1 / 2 } + 2 d _ { 0 } ^ { 1 / 2 } \sqrt { \log d _ { 0 } } / N$ and $d _ { 1 } ^ { * } = 2 N / d _ { 0 }$ , or if assumption 5 holds, we set $d _ { 1 } ^ { * }$ as in this assumption. Then, with probability $1 - \delta$ , the angular volume of global minima is lower bounded as, + +$$ +\mathscr { V } \left( \mathscr { G } \left( \mathbf { X } , \mathbf { y } \right) \right) \dot { > } \exp \left( - d _ { 1 } ^ { * } d _ { 0 } \log N \right) \dot { \geq } \exp \left( - 2 N \log N \right) . +$$ + +Proof idea: First, we lower bound $\mathcal { V } \left( \mathcal { G } \right)$ with the angular volume of a single differentiable region of one global minimum $( \mathbf { W } ^ { * } , \mathbf { z } ^ { * } )$ – either from Theorem 8, or from assumption 5. Then we show that this angular volume is lower bounded when $\mathbf { W } \sim { \mathcal { N } }$ , given a certain angular margin between the datapoints in $\mathbf { X }$ and the rows of $\mathbf { W } ^ { * }$ . We then calculate the probability of obtaining this margin when $\mathbf { X } \sim { \mathcal { N } }$ . Combining both results, we obtain the final bound. + +Main result: angular volume ratio. Finally, combining Theorems 6 and 9 it is straightforward to prove our main result in this paper, as we do in appendix section 11: + +Theorem 10. Given assumptions 1-3, we set $\delta \doteq \sqrt { \frac { 8 } { \pi } } d _ { 0 } ^ { - 1 / 2 } + 2 d _ { 0 } ^ { 1 / 2 } \sqrt { \log d _ { 0 } } / N$ . Then, with probability $1 - \delta$ , the angular volume of sub-optimal DLMs, with $\mathrm { M C E } > \epsilon > 0$ , is exponentially vanishing in $N _ { : }$ , in comparison to the angular volume of global minima with $\mathrm { M C E } = 0$ + +$$ +\frac { \mathscr { V } \left( \mathcal { L } _ { \epsilon } \left( \mathbf { X } , \mathbf { y } \right) \right) } { \mathscr { V } \left( \mathcal { G } \left( \mathbf { X } , \mathbf { y } \right) \right) } \dot { \leq } \exp \left( - \gamma _ { \epsilon } N ^ { 3 / 4 } \left[ d _ { 1 } d _ { 0 } \right] ^ { 1 / 4 } \right) \dot { \leq } \exp \left( - \gamma _ { \epsilon } N \log N \right) . +$$ + +# 5 NUMERICAL EXPERIMENTS + +Theorem 10 implies that, with “asymptotically mild” over-parameterization (i.e. in which #parameters $\mathrm { = } \tilde { \Omega } \left( N \right) )$ , differentiable regions in weight space containing sub-optimal DLMs (with high MCE) are exponentially small in comparison with the same regions for global minima. Since these results are asymptotic in $N \infty$ , in this section we examine it numerically for a finite number of samples and parameters. We perform experiments on random data, MNIST, CIFAR10 and ImageNetILSVRC2012. In each experiment, we used ReLU activations $( \rho = 0 )$ ), a binary classification target (we divided the original classes to two groups), MSE loss for optimization (eq. (2.3)), and MCE to determine classification error. Additional implementation details are given in appendix part III. + +![](images/1795ffcce4a4ec7991ec4c69666c8a8186811014eb6fb035a522afcfd4f8e18c.jpg) +Figure 5.1: Gaussian data: final training error (mean±std, 30 repetitions) in the overparameterized regime is low (right of the dashed black line). We trained MNNs with one and two hiddens layer (with widths equal to $d = d _ { 0 }$ ) on a synthetic random dataset in which $\forall n = 1 , \ldots , N$ , $\mathbf { x } ^ { ( n ) }$ was drawn from a normal distribution $\mathcal { N } ( 0 , 1 )$ , and $y ^ { ( n ) } = \pm 1$ with probability 0.5. + +Table 1: Binary classification of MNIST, CIFAR and ImageNet: 1-hidden layer achieves very low training error (MCE) with a few hidden neurons, so that #parameters $\approx d _ { 0 } d _ { 1 } \approx N$ . In ImageNet we downsampled the images to allow input whitening. + +
MCEdod1N#parameters/N
MNIST0%784897·1040.999
CIFAR0%3072165·1040.983
ImageNet (downsampled to 64 × 64)0.1%12288105128·1041.008
+ +First, on the small synthetic Gaussian random data (matching our assumptions) we perform a scan on various networks and dataset sizes. With either one or two hidden layers (Figure 5.1) , the error goes to zero when the number of non-redundant parameters (approximately $d _ { 0 } d _ { 1 } ,$ ) is greater than the number of samples, as suggested by our asymptotic results. Second, on the non-syntehtic datasets, MNIST, CIFAR and ImageNet (In ImageNet we downsampled the images to size $6 4 \times 6 4$ , to allow input whitening) we only perform a simulation with a single 1-hidden layer MNN for which #parameters $\approx N$ , and again find (Table 1) that the final error is zero (for MNIST and CIFAR) or very low (ImageNet). + +Lastly, in Figure 5.2 we find that, on the Gaussian dataset, the inputs to the hidden neurons converge to a distinctly non-zero value. This indicates we converged to differentiable critical points – since nondifferentiable critical points must have zero neural inputs. Note that occasionally, during optimization, we could find some neural inputs with very low values near numerical precision level, so convergence to non-differentiable minima may be possible. However, as explained in the next section, as long as the number of neural inputs equal to zero are not too large, our bounds also hold for these minima. + +# 6 DISCUSSION + +In this paper we examine Differentiable Local Minima (DLMs) of the empiric loss of Multilayer Neural Networks (MNNs) with one hidden layer, scalar output, and LReLU nonlinearities (section 2). We prove (Theorem 10) that with high probability the angular volume (definition 3) of sub-optimal DLMs is exponentially vanishing in comparison to the angular volume of global minima (definition 4), under assumptions 1-4. This results from an upper bound on sub-optimal DLMs (Theorem 6) and a lower bound on global minima (Theorem 9). + +![](images/e75b9ef834dd7be439435fa2e13f28f31f7a9f670be1cdff33d9185308bb07d8.jpg) +Figure 5.2: Gaussian data: convergence of the MSE to differentiable critical points, as indicated by the convergence of the neural inputs to distinctly non-zero values. We trained MNNs with one hidden layer on the Gaussian dataset from Figure 5.1, with various widths $d = d _ { 0 } = d _ { 1 }$ and $N = \lfloor d ^ { 2 } / 5 \rfloor$ for 1000 epochs, then decreased the learning rate exponentially for another 1000 epochs. This was repeated 30 times. For all $d$ and repeats, we see that (left) the final absolute value of the minimal neural input $( i . e . , \operatorname* { m i n } _ { i , n } \left| \mathbf { w } _ { i } ^ { \top } \mathbf { x } ^ { ( n ) } \right| )$ in the range of $1 0 ^ { - 3 } - 1 0 ^ { 0 }$ , which is much larger then $( \mathrm { r } i g h t )$ the final MSE error for all $d$ and all repeats – in the range $1 0 ^ { - 3 1 } - 1 0 ^ { - 7 }$ . + +Convergence of SGD to DLMs. These results suggest a mechanism through which low training error is obtained in such MNNs. However, they do not guarantee it. One issue is that sub-optimal DLMs may have exponentially large basins of attraction. We see two possible paths that might address this issue in future work, using additional assumptions on y. One approach is to show that, with high probability, no sub optimal DLM falls within the vanishingly small differentiable regions we bounded in Theorem 6. Another approach would be to bound the size of these basins of attraction, by showing that sufficiently large of number of differentiable regions near the DLM are also vanishingly small (other methods might also help here (Freeman & Bruna, 2016)). Another issue is that SGD might get stuck near differentiable saddle points, if their Hessian does not have strictly negative eigenvalues (i.e., the strict saddle property (Sun et al., 2015)). It should be straightforward to show that such points also have exponentially vanishing angular volume, similar to sub-optimal DLMs. Lastly, SGD might also converge to non-differentiable critical points, which we discuss next. + +Non-differentiable critical points. The proof of Theorem 6 stems from a first order necessary condition (Lemma 2): $\left( \mathbf { A } \circ \mathbf { \bar { X } } \right) \mathbf { e } = 0$ , which is true for any DLM. However, non-differentiable critical points, in which some neural inputs are exactly zero, may also exist (though, numerically, they don’t seem very common – see Figure 5.2). In this case, to derive a similar bound, we can replace the condition with $\mathbf { P } \left( \mathbf { A } \circ \mathbf { X } \right) \mathbf { e } = 0$ , where $\mathbf { P }$ is a projection matrix to the subspace orthogonal to the non-differentiable directions. As long as there are not too many zero neural inputs, we should be able to obtain similar results. For example, if only a constant ratio $r$ of the neural inputs are zero, we can simply choose $\mathbf { P }$ to remove all rows of $( \mathbf { A } \circ \mathbf { X } )$ corresponding to those neurons, and proceed with exactly the same proof as before, with $d _ { 1 }$ replaced with $( 1 - r ) d _ { 1 }$ . It remains a theoretical challenge to find reasonable assumptions under which the number of non-differentiable directions (i.e., zero neural inputs) does not become too large. + +Related results. Two works have also derived related results using the $\left( \mathbf { A } \circ \mathbf { X } \right) \mathbf { e } = 0$ condition from Lemma 2. In (Soudry & Carmon, 2016), it was noticed that an infinitesimal perturbation of $\mathbf { A }$ makes the matrix $\mathbf { A } \circ \mathbf { X }$ full rank with probability 1 (Allman et al., 2009, Lemma 13) – which entails that $\mathbf { e } = 0$ at all DLMs. Though a simple and intuitive approach, such an infinitesimal perturbation is problematic: from continuity, it cannot change the original MSE at sub-optimal DLMs – unless the weights go to infinity, or the DLM becomes non-differentiable – which are both undesirable results. An extension of this analysis was also done to constrain e using the singular values of $\mathbf { A } \circ \mathbf { X }$ (Xie et al., 2016), deriving bounds that are easier to combine with generalization bounds. Though a promising approach, the size of the sub-optimal regions (where the error is high) does not vanish exponentially in the derived bounds. More importantly, these bounds require assumptions on the activation kernel spectrum $\gamma _ { m }$ , which do not appear to hold in practice (e.g., (Xie et al., 2016, Theorems 1,3) require $m \gamma _ { m } \gg 1$ to hold with high probability, while $m \gamma _ { m } < \bar { 1 0 } ^ { - 2 }$ in (Xie et al., 2016, Figure 1)). + +Modifications and extensions. There are many relatively simple extensions of these results: the Gaussian assumption could be relaxed to other near-isotropic distributions (e.g., sparse-land model, (Elad, 2010, Section 9.2)) and other convex loss functions are possible instead of the quadratic loss. More challenging directions are extending our results to MNNs with multi-output and multiple hidden layers, or combining our training error results with novel generalization bounds which might be better suited for MNNs (e.g., (Feng et al., 2016; Sokolic et al., 2016; Dziugaite & Roy, 2017)) than previous approaches (Zhang et al., 2017a). + +# REFERENCES + +models with many observed variables. Annals of Statistics, 37(6 A):3099–3132, 2009. ISSN 00905364. doi: 10.1214/09-AOS689. A Andoni, R Panigrahy, G Valiant, and L Zhang. Learning Polynomials with Neural Networks. In ICML, 2014. Pierre Baldi. Linear Learning: Landscapes and Algorithms. Advances in Neural Information Processing Systems 1, (1):65–72, 1989. Eric B. Baum. On the capabilities of multilayer perceptrons. Journal of Complexity, 4(3):193–215, 1988. ISSN 10902708. doi: 10.1016/0885-064X(88)90020-9. L Bottou. Online learning and stochastic approximations. In On-line learning in neural networks, pp. 9–42. 1998. ISBN 978-0521117913. Alon Brutzkus and Amir Globerson. Globally Optimal Gradient Descent for a ConvNet with Gaussian Inputs. arXiv, 2017. Ronald W. Butler. Saddlepoint Approximations with Applications. 2007. ISBN 9780511619083. doi: 10.1017/ CBO9780511619083. Yingtong Chen and Jigen Peng. Influences of preconditioning on the mutual coherence and the restricted isometry property of Gaussian/Bernoulli measurement matrices. Linear and Multilinear Algebra, 64(9): 1750–1759, 2016. ISSN 0308-1087. doi: 10.1080/03081087.2015.1116495. Anna Choromanska, Mikael Henaff, Michael Mathieu, Gérard Ben Arous, and Y LeCun. The Loss Surfaces of Multilayer Networks. AISTATS15, 38, 2015. T M Cover. Geometrical and statistical properties of systems of linear inequalities with applications in pattern recognition. Electronic Computers, IEEE Transactions on, (3):326–334, 1965. G Cybenko. Approximation by superpositions of a sigmoidal function. Mathematics of Control, Signals, and Systems (MCSS), 2:303–314, 1989. Yann Dauphin, Razvan Pascanu, Caglar Gulcehre, Kyunghyun Cho, Surya Ganguli, and Yoshua Bengio. Identifying and attacking the saddle point problem in high-dimensional non-convex optimization. NIPS, pp. 1–9, 2014. ISSN 10495258. Simon S. Du, Jason D. Lee, and Yuandong Tian. When is a Convolutional Filter Easy To Learn? arXiv, sep 2017. Gintare Karolina Dziugaite and Daniel M. Roy. Computing Nonvacuous Generalization Bounds for Deep (Stochastic) Neural Networks with Many More Parameters than Training Data. ArXiv, 2017. Michael Elad. Sparse and redundant representations: from theory to applications in signal and image processing. Springer New York, New York, NY, 2010. Jiashi Feng, Tom Zahavy, Bingyi Kang, Huan Xu, and Shie Mannor. Ensemble Robustness of Deep Learning Algorithms. ArXiv, feb 2016. C. Daniel Freeman and Joan Bruna. Topology and Geometry of Deep Rectified Network Optimization Landscapes. ArXiv: 1611.01540, 2016. K. Fukumizu and S. Amari. Local minima and plateaus in hierarchical structures of multilayer perceptrons. Neural Networks, 13:317–327, 2000. ISSN 08936080. doi: 10.1016/S0893-6080(00)00009-5. Ian J. Goodfellow, Oriol Vinyals, and Andrew M. Saxe. Qualitatively characterizing neural network optimization problems. In ICLR, 2015. Marco Gori and Alberto Tesi. On the problem of local minima in backpropagation. IEEE Transactions on Pattern Analysis and Machine Intelligence, 14(1):76–86, 1992. ISSN 01628828. doi: 10.1109/34.107014. B D Haeffele and R Vidal. Global Optimality in Tensor Factorization, Deep Learning, and Beyond. ArXiv:1506.07540, (1):7, 2015. Moritz Hardt and Tengyu Ma. Identity Matters in Deep Learning. ICLR, pp. 1–19, 2017. K He, X Zhang, S Ren, and J. Sun. Deep Residual Learning for Image Recognition. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, pp. 770–778, 2016. Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. Delving Deep into Rectifiers: Surpassing HumanLevel Performance on ImageNet Classification. In Proceedings of the IEEE International Conference on Computer Vision, pp. 1026–1034, 2015. ISBN 978-1-4673-8391-2. doi: 10.1109/ICCV.2015.123. K Hornik. Approximation capabilities of multilayer feedforward networks. Neural networks, 4(1989):251–257, 1991. Guang-Bin Huang, Qin-Yu Zhu, and Chee-Kheong Siew. Extreme learning machine: Theory and applications. Neurocomputing, 70(1-3):489–501, 2006. ISSN 09252312. doi: 10.1016/j.neucom.2005.12.126. M Janzamin, H Sedghi, and A Anandkumar. Beating the Perils of Non-Convexity: Guaranteed Training of Neural Networks using Tensor Methods. ArXiv:1506.08473, pp. 1–25, 2015. Kenji Kawaguchi. Deep Learning without Poor Local Minima. In NIPS, 2016. Diederik P Kingma and Jimmy Lei Ba. Adam: A Method for Stochastic Optimization. arXiv preprint arXiv:1412.6980, pp. 1–13, 2014. Alex Krizhevsky. One weird trick for parallelizing convolutional neural networks. arXiv:1404.5997, 2014. + +Y LeCun, Yoshua Bengio, and Geoffrey Hinton. Deep learning. Nature, 521(7553):436–444, 2015. ISSN 0028-0836. doi: 10.1038/nature14539. +Jason D. Lee, Max Simchowitz, Michael I. Jordan, and Benjamin Recht. Gradient Descent Converges to Minimizers. Conference on Learning Theory, 2016. +Yuanzhi Li and Yang Yuan. Convergence Analysis of Two-layer Neural Networks with ReLU Activation. arXiv, may 2017. +Roi Livni, S Shalev-Shwartz, and Ohad Shamir. On the Computational Efficiency of Training Neural Networks. NIPS, 2014. +Haihao Lu and Kenji Kawaguchi. Depth Creates No Bad Local Minima. ArXiv, (2014):1–9, 2017. +Andrew L. Maas, Awni Y. Hannun, and Andrew Y. Ng. Rectifier nonlinearities improve neural network acoustic models. In ICML Workshop on Deep Learning for Audio, Speech, and Language Processing, pp. 6, 2013. +Quynh Nguyen and Matthias Hein. The loss surface of deep and wide neural networks. Arxiv, 2017. +Nils J. Nilsson. Learning machines. McGraw-Hill New York, 1965. +R Pemantle. Nonconvergence to unstable points in urn models and stochastic approximations. The Annals of Probability, 18(2):698–712, 1990. +Jeffrey Pennington and Yasaman Bahri. Geometry of Neural Network Loss Surfaces via Random Matrix Theory. Proceedings of the 34th International Conference on Machine Learning, 70:2798–2806, 2017. ISSN 1938-7228. +Ben Poole, Subhaneil Lahiri, Maithra Raghu, Jascha Sohl-Dickstein, and Surya Ganguli. Exponential expressivity in deep neural networks through transient chaos. In NIPS, 2016. +Mark Rudelson and Roman Vershynin. Non-asymptotic Theory of Random Matrices: Extreme Singular Values. Proceedings of the International Congress of Mathematicians, pp. 1576–1602, 2010. doi: 10.1142/ 9789814324359_0111. +Itay Safran and Ohad Shamir. On the Quality of the Initial Basin in Overspecified Neural Networks. In ICML, 2016. +A M Saxe, J L. McClelland, and S Ganguli. Exact solutions to the nonlinear dynamics of learning in deep linear neural networks. ICLR, 2014. +Shai Shalev-Shwartz, Ohad Shamir, and Shaked Shammah. Weight Sharing is Crucial to Succesful Optimization. jun 2017. +Ohad Shamir. Distribution Specific Hardness of Learning Neural Networks. arXiv preprint arXiv:1609.01037, pp. 1–26, 2016. +Hao Shen. Designing and Training Feedforward Neural Networks: A Smooth Optimisation Perspective. ArXiv, (i):1–19, 2016. +Jirí Síma. Training a single sigmoidal neuron is hard. Neural computation, 14(11):2709–28, 2002. ISSN 0899-7667. doi: 10.1162/089976602760408035. +D Slepian. The One Sided Problem for Gaussian Noise. Bell System Technical Journal, 1962. +Jure Sokolic, Raja Giryes, Guillermo Sapiro, and Miguel R. D. Rodrigues. Robust Large Margin Deep Neural Networks, 2016. +Mahdi Soltanolkotabi, Adel Javanmard, and Jason D. Lee. Theoretical insights into the optimization landscape of over-parameterized shallow neural networks. arXiv, jul 2017. +D. Soudry and Y Carmon. No bad local minima: Data independent training error guarantees for multilayer neural networks. In arXiv:1605.08361, 2016. +Ju Sun, Qing Qu, and John Wright. When Are Nonconvex Problems Not Scary? arXiv:1510.06096 [cs, math, stat], pp. 1–6, 2015. +Grzegorz Swirszcz, Wojciech Marian Czarnecki, and Razvan Pascanu. Local minima in training of deep networks. arXiv:1611.06310, pp. 1–13, 2016. +Yuandong Tian. Symmetry-Breaking Convergence Analysis of Certain Two-layered Neural Networks with ReLU nonlinearity. Submitted to ICLR, 2017. +L. Welch. Lower bounds on the maximum cross correlation of signals. IEEE Transactions on Information Theory, 20(3):397–399, may 1974. ISSN 0018-9448. doi: 10.1109/TIT.1974.1055219. +Bo Xie, Yingyu Liang, and Le Song. Diversity Leads to Generalization in Neural Networks. pp. 1–23, 2016. +Xiao Hu Yu. Can Backpropagation Error Surface Not Have Local Minima. IEEE Transactions on Neural Networks, 3(6):1019–1021, 1992. ISSN 19410093. doi: 10.1109/72.165604. +Chiyuan Zhang, Samy Bengio, Moritz Hardt, Benjamin Recht, and Oriol Vinyals. Understanding deep learning requires rethinking generalization. In ICLR, 2017a. +Qiuyi Zhang, Rina Panigrahy, Sushant Sachdeva, and Ali Rahimi. Electron-Proton Dynamics in Deep Learning. arXiv:1702.00458, pp. 1–31, 2017b. +Kai Zhong, Ut-Austin Zhao Song, Prateek Jain, Peter L. Bartlett, and Inderjit S. Dhillon. Recovery Guarantees for One-hidden-layer Neural Networks. ICML, jun 2017. +Pan Zhou and Jiashi Feng. The Landscape of Deep Learning Algorithms. may 2017. + +# Supplementary information - Appendix + +The appendix is divided into three parts. In part I we prove all the main theorems mentioned in the paper. Some of these rely on other technical results, which we prove later in part II. Lastly, in part III we give additional numerical details and results. First, however, we define additional notation (some already defined in the main paper) and mention some known results, which we will use in our proofs. + +# EXTENDED PRELIMINARIES + +• The indicator function ${ \mathcal { T } } \left( { \mathcal { A } } \right) \triangleq { \left\{ \begin{array} { l l } { 1 } & { , { \mathrm { i f } } \ A } \\ { 0 } & { , { \mathrm { e l s e } } } \end{array} \right. }$ , for any event $\mathcal { A }$ . +• Kronecker’s delta $\delta _ { i j } \triangleq { \mathcal { T } } ( i = j )$ . +• The Matrix $\mathbf { I } _ { d }$ as the identity matrix in $\mathbb { R } ^ { d \times d }$ , and $\mathbf { I } _ { d \times k }$ is the relevant $\mathbb { R } ^ { d \times k }$ upper left sub-matrix of the identity matrix. +• $[ L ] \triangleq \{ 1 , 2 , \dots , L \}$ +The vector ${ \bf m } _ { n }$ as the $n$ ’th column of a matrix $\mathbf { M }$ , unless defined otherwise (then ${ \bf m } _ { n }$ will be a row of $\mathbf { M }$ ). +• $\mathbf M > 0$ implies that $\forall i , j : M _ { i j } > 0$ . +• $\mathbf { M } _ { S }$ is the matrix composed of the columns of $\mathbf { M }$ that are in the index set $S$ . +• A property holds “M-almost everywhere” (a.e. for short), if the set of entries of $\mathbf { M }$ for which the property does not hold has zero measure (Lebesgue). +• $\begin{array} { r } { \| \mathbf { v } \| _ { 0 } = \sum _ { i = 1 } ^ { d } \mathcal { T } \left( v _ { i } > 0 \right) } \end{array}$ is the $L _ { 0 }$ “norm” that counts the number of non-zero values in $\mathbf { v } \in \mathbb { R } ^ { d }$ . +• If $\mathbf { x } \sim \mathcal { N } ( \pmb { \mu } , \pmb { \Sigma } )$ the $\mathbf { x }$ is random Gaussian vector. +• $\begin{array} { r } { \phi \left( x \right) \triangleq \frac { 1 } { \sqrt { 2 \pi } } \exp \left( - \frac { 1 } { 2 } x ^ { 2 } \right) } \end{array}$ as the univariate Gaussian probability density function. • $\textstyle \Phi \left( x \right) \triangleq \int _ { - \infty } ^ { x } \phi \left( u \right) d u$ as the Gaussian cumulative distribution function. +• $B \left( x , y \right)$ as the beta function. + +Lastly, we recall the well known Markov Inequality: + +Fact 11. (Markov Inequality) For any random variable $X \geq 0$ , we have $\forall \eta > 0$ + +$$ +\mathbb { P } \left( X \geq \eta \right) \leq \frac { \mathbb { E } X } { \eta } . +$$ + +# Part I + +# Proofs of the main results + +7 FIRST ORDER CONDITION: PROOF OF LEMMA 2 + +Lemma 12. (Lemma 2 restated) At all DLMs in ${ \mathcal { D } } _ { \mathbf { A } } \left( \mathbf { X } \right)$ the residual error e is identical, and furthermore + +$$ +\left( \mathbf { A } \circ \mathbf { X } \right) \mathbf { e } = 0 . +$$ + +Proof. Let $\mathbf { W } = \left[ \mathbf { w } _ { 1 } , \ldots , \mathbf { w } _ { d _ { 1 } } \right] ^ { \top } \in \mathcal { D } _ { \mathbf { A } } \left( \mathbf { X } \right)$ , $\mathbf { G } \triangleq \mathbf { A } \circ \mathbf { X } \ \in \ \mathbb { R } ^ { d _ { 0 } d _ { 1 } \times N }$ , $\tilde { \mathbf { W } } = \mathrm { d i a g } \left( \mathbf { z } \right) \mathbf { W } =$ $\left[ \tilde { \mathbf { w } } _ { 1 } , \ldots , \tilde { \mathbf { w } } _ { d _ { 1 } } \right] ^ { \top }$ and $\tilde { \mathbf { w } } \triangleq \mathrm { v e c } \left( \tilde { \mathbf { W } } ^ { \top } \right) \in \mathbb { R } ^ { d _ { 0 } d _ { 1 } }$ , where $\operatorname { d i a g } \left( \mathbf { v } \right)$ is the diagonal matrix with $\mathbf { v }$ in its + +diagonal, and vec (M) is vector obtained by stacking the columns of the matrix $\mathbf { M }$ on top of one another. Then, we can re-write the MSE (eq. (2.3)) as + +$$ +\mathrm { M S E } = { \frac { 1 } { N } } \left\| \mathbf { y } - \mathbf { G } ^ { \top } { \tilde { \mathbf { w } } } \right\| ^ { 2 } = { \frac { 1 } { N } } \left\| \mathbf { e } \right\| ^ { 2 } , +$$ + +where $\mathbf { G } ^ { \top } \tilde { \mathbf { w } }$ is the output of the MNN. Now, if $( \mathbf { W } , \mathbf { z } )$ is a DLM of the MSE in eq. (2.3), then there is no infinitesimal perturbation of $( \mathbf { W } , \mathbf { z } )$ which reduces this MSE. + +Next, for each row $i$ , we will show that $\partial \mathrm { M S E } / \partial \tilde { \bf w } _ { i } = 0$ , since otherwise we can find an infinitesimal perturbation of $( \mathbf { W } , \mathbf { z } )$ which decreases the MSE, contradicting the assumption that $( \mathbf { W } , \mathbf { z } )$ is a local minimum. For each row $i$ , we divide into two cases: + +First, we consider the case $z _ { i } \neq 0$ . In this case, any infinitesimal perturbation $\mathbf { q } _ { i }$ in $\tilde { \mathbf { w } } _ { \mathbf { i } }$ can be produced by an infinitesimal perturbation in $\mathbf { w } _ { i }$ $\mathbf { \widetilde { w } } _ { i } + \mathbf { q } _ { i } = ( \mathbf { w } _ { i } + \mathbf { q } _ { i } / z _ { i } ) z _ { i }$ . Therefore, unless the gradient $\partial \mathrm { { M S E } } / \partial \tilde { \bf { w } } _ { i }$ is equal to zero, we can choose an infinitesimal perturbation $\mathbf { q } _ { i }$ in the opposite direction to this gradient, which will decrease the MSE. + +Second, we consider the case $z _ { i } ~ = ~ 0$ . In this case, the MSE is not affected by changes made exclusively to $\mathbf { w } _ { i }$ . Therefore, all $\mathbf { w } _ { i }$ derivatives of the MSE are equal to zero $( \partial ^ { \bar { k } } \mathrm { M S E } / \partial ^ { k } \mathbf { w } _ { i }$ , to any order $k$ ) . Also, since we are at a differentiable local minimum, $\partial \mathrm { M S E } / \partial z _ { i } = 0$ . Thus, using a Taylor expansion, if we perturb $\left( \mathbf { w } _ { i } , z _ { i } \right)$ by $( \hat { \mathbf { w } } _ { i } , \hat { z } _ { i } )$ then the MSE is perturbed by + +$$ +\hat { z } _ { i } \hat { \mathbf { w } } _ { i } ^ { \top } \frac { \partial } { \partial \tilde { \mathbf { w } } _ { i } } \frac { \partial } { \partial z _ { i } } \mathrm { M S E } + O ( \hat { z } _ { i } ^ { 2 } ) +$$ + +Therefore, unless $\partial ^ { 2 } \mathrm { M S E } / \left( \partial \mathbf { w } _ { i } \partial z _ { i } \right) = 0$ we can choose $\hat { \mathbf { w } } _ { i }$ and a sufficiently small $\hat { z } _ { i }$ such that the MSE is decreased. Lastly, using the chain rule + +$$ +\frac { \partial } { \partial z _ { i } } \frac { \partial } { \partial \mathbf { w } _ { i } } \mathrm { M S E } = \frac { \partial } { \partial z _ { i } } \left[ z _ { i } \frac { \partial } { \partial \tilde { \mathbf { w } } _ { i } } \mathrm { M S E } \right] = \frac { \partial } { \partial \tilde { \mathbf { w } } _ { i } } \mathrm { M S E } . +$$ + +Thus, $\partial \mathrm { M S E } / \partial \tilde { \bf w } _ { i } = 0$ . This implies that w˜ is also a $\mathrm { D L M } ^ { 5 }$ of eq. (7.2), which entails + +$$ +0 = - \frac { N } { 2 } \frac { \partial } { \partial \tilde { \bf w } _ { i } } \mathrm { M S E } = { \bf G } \left( { \bf y } - { \bf G } ^ { \top } \tilde { \bf w } \right) . +$$ + +Since $\mathbf { G } = \mathbf { A } \circ \mathbf { X }$ and $\mathbf { e } = \mathbf { y } - \mathbf { G } ^ { \top } \tilde { \mathbf { w } }$ this proves eq. (7.1). Now, for any two solutions $\tilde { \mathbf { w } } _ { 1 }$ and $\tilde { \mathbf { w } } _ { 2 }$ of eq. (7.3), we have + +$$ +0 = \mathbf { G } \left( \mathbf { y } - \mathbf { G } ^ { \top } \tilde { \mathbf { w } } _ { 1 } \right) - \mathbf { G } \left( \mathbf { y } - \mathbf { G } ^ { \top } \tilde { \mathbf { w } } _ { 1 } \right) = \mathbf { G } \mathbf { G } ^ { \top } \left( \tilde { \mathbf { w } } _ { 2 } - \tilde { \mathbf { w } } _ { 1 } \right) . +$$ + +Multiplying by $\big ( \tilde { \mathbf { w } } _ { 2 } - \tilde { \mathbf { w } } _ { 1 } \big ) ^ { \top }$ from the left we obtain + +$$ +\left\| \mathbf { G } ^ { \top } \left( \tilde { \mathbf { w } } _ { 2 } - \tilde { \mathbf { w } } _ { 1 } \right) \right\| ^ { 2 } = 0 \Rightarrow \mathbf { G } ^ { \top } \left( \tilde { \mathbf { w } } _ { 2 } - \tilde { \mathbf { w } } _ { 1 } \right) = 0 . +$$ + +Therefore, the MNN output and the residual error $\mathbf { e }$ are equal for all DLMs in ${ \mathcal { D } } _ { \mathbf { A } } \left( \mathbf { X } \right)$ . + +# 8 SUB-OPTIMAL DIFFERENTIABLE LOCAL MINIMA: PROOF OF THEOREM 6 AND ITS COROLLARY + +Theorem 13. (Theorem 6 restated) Given assumptions 1-4, the expected angular volume of suboptimal DLMs, with $\mathrm { M C E } > \epsilon > 0$ , is exponentially vanishing in $N$ as + +$$ +\begin{array} { r } { \mathbb { E } _ { \mathbf { X } \sim \mathcal { N } } \mathcal { V } \left( \mathcal { L } _ { \epsilon } \left( \mathbf { X } , \mathbf { y } \right) \right) \dot { \leq } \exp \left( - \gamma _ { \epsilon } N ^ { 3 / 4 } \left[ d _ { 1 } d _ { 0 } \right] ^ { 1 / 4 } \right) , } \end{array} +$$ + +To prove this theorem we upper bound the angular volume of $\mathcal { L } _ { \epsilon }$ (definition 4), i.e., differentiable regions in which there exist DLMs with $\mathrm { M C E } > \epsilon > 0$ . Our proof uses the first order necessary condition for DLMs from Lemma 2, $\left( \mathbf { A } \circ \mathbf { X } \right) \mathbf { e } = 0$ , to find which configurations of $\mathbf { A }$ allow for a high residual error e with $\mathrm { M C E } > \epsilon > 0$ . In these configurations $\mathbf { A } \circ \mathbf { X }$ cannot have full rank, and therefore, as we show (Lemma 14 below), $\mathbf { A } = a \left( \mathbf { W } \mathbf { X } \right)$ must have a low rank. However, $\mathbf { A } = a \left( \mathbf { W } \mathbf { X } \right)$ has a low rank with exponentially low probability when $\mathbf x \sim \mathcal N$ and $\mathbf { W } \sim { \mathcal { N } }$ (Lemmas 15 and 16 below). Thus, we derive an upper bound on $\mathbb { E } _ { \mathbf { X } \sim \mathcal { N } } \mathcal { V } \left( \mathcal { L } _ { \epsilon } \left( \mathbf { X } , \mathbf { y } \right) \right)$ . + +Before we begin, let us recall some notation: $[ L ] \triangleq \{ 1 , 2 , \dots , L \} , \mathbf { M } > 0$ implies that $\forall i , j : M _ { i j } >$ 0, $\mathbf { M } _ { S }$ is the matrix composed of the columns of M that are in the index set $S$ , $\left\| \mathbf { v } \right\| _ { 0 }$ as the $L _ { 0 }$ “norm” that counts the number of non-zero values in $\mathbf { v }$ . First we consider the case $\rho \neq 0$ . Also, we denote $K _ { r } \triangleq \operatorname* { m a x } \left[ N \epsilon , r d _ { 0 } \right]$ . + +First we consider the case $\rho \neq 0$ . + +From definition 3 of the angular volume + +$$ +\begin{array} { r l } { \mathfrak { r } _ { \mathbf { x } \times \mathcal { N } } \mathcal { V } ( \mathcal { L } , ( \mathbf { X } , \mathbf { y } ) ) = \mathfrak { h } _ { ( \mathbf { x } , \mathbf { y } ) \sim \mathcal { N } _ { \mathbf { x } \times \mathbf { y } } } \times \mathbf { w } \times ( \mathbf { \overline { { B } } } \otimes \mathcal { L } , ( \mathbf { x } , \mathbf { x } , \mathbf { y } ) ) } & { } \\ { \overset { ( 1 ) } { \leq } \mathbf { R } _ { ( \mathbf { x } , \mathbf { y } ) \sim \mathcal { D } _ { \mathbf { x } \times \mathbf { y } } } \times \mathbf { w } \times \times ( \mathbf { a } \in \{ \rho _ { 1 } \} ) ^ { d _ { 1 } \times \mathbb { N } } , \ \mathbf { W } \in \mathcal { D } _ { \mathbf { A } } ( \mathbf { X } ) , \mathbf { v } \in \mathbb { R } ^ { N } \ ; \ ( \mathbf { A } \circ \mathbf { X } ) \times \mathbf { v } \times \mathbf { w } } & { } \\ { \overset { ( 2 ) } { \leq } \mathbf { R } _ { \mathbf { x } \times \mathcal { N } , \mathbf { w } \times \mathbf { N } } \times ( \mathbf { A } \in \{ \rho _ { 1 } \} ) ^ { d _ { 1 } \times \mathbb { N } } , \ \mathbf { W } \in \mathcal { D } _ { \mathbf { A } } ( \mathbf { X } ) , \mathbf { v } \in \mathbb { R } ^ { N } \ ; \ ( \mathbf { A } \circ \mathbf { X } ) \times \mathbf { v } = 0 , } & { } \\ { \overset { ( 4 ) } { \leq } \mathbf { R } _ { \mathbf { x } \times \mathcal { N } , \mathbf { w } \times \mathbf { N } } ( \mathbf { S } \subset [ \mathbf { N } ] \ \cdot \{ | \mathbf { S } | \ \ \geq \operatorname* { m a x } [ N _ { c , \mathrm { t r a l i k } } ( \alpha ( \langle \mathbf { W } \mathbf { X } ) ) d _ { 0 } + 1 ] \} } & { } \\ - \mathbf { B } _ { \mathbf { x } \times \mathbf { y } } [ \mathbb { W } _ { \mathbf { w } \times \mathbf { x } } ( \mathcal { S } \subset [ \mathbf { N } ] \ \cdot \{ | \mathbf { S } | \ \geq \operatorname* { m a x } [ \mathcal { N } _ { c , \mathrm { r a l i k } } ( \alpha ( \mathbf { W } \mathbf { X } ) ) d _ \end{array} +$$ + +where + +1. If we are at DLM a in $\mathcal { D } _ { \mathbf { A } } \left( \mathbf { X } \right)$ , then Lemma 2 implies $\left( \mathbf { A } \circ \mathbf { X } \right) \mathbf { e } = 0$ . Also, if $e ^ { ( n ) } = 0$ on some sample, we necessarily classify it correctly, and therefore $\mathrm { M C E } \leq \| \mathbf { e } \| _ { 0 } / N$ . Since $\mathrm { M C E } > \epsilon$ in $\mathcal { L } _ { \epsilon }$ this implies that $N \bar { \epsilon } < \| \mathbf { e } \| _ { 0 }$ . Thus, this inequality holds for ${ \bf v } = { \bf e }$ . + +2. We apply assumption 1, that $\mathbf { X } \sim { \mathcal { N } }$ . + +3. Assumption 4 implies $d _ { 0 } d _ { 1 } { \dot { > } } N \log ^ { 4 } N \geq N$ . Thus, we can apply the following Lemma, proven in appendix section 12.1: + +Lemma 14. Let $\mathbf { X } \in \mathbb { R } ^ { d _ { 0 } \times N }$ , $\mathbf { A } \in \{ \rho , 1 \} ^ { d _ { 1 } \times N }$ , $S \subset [ N ]$ and $d _ { 0 } d _ { 1 } \geq N$ . Then, simultaneously for every possible A and $S$ such that + +$$ +\left. S \right. \leq \mathrm { r a n k } \left( { \bf A } _ { S } \right) d _ { 0 } , +$$ + +we have that, $\mathbf { X }$ -a.e., $\mathbf { \Delta } \nexists \mathbf { v } \in \mathbb { R } ^ { N }$ such that $v _ { n } \neq 0 \forall n \in S$ and $( \mathbf { A } \circ \mathbf { X } ) \mathbf { v } = 0$ . + +4. Recall that $K _ { r } \triangleq \operatorname* { m a x } \left[ N \epsilon , r d _ { 0 } \right]$ . We use the union bound over all possible ranks $r \geq 1$ we ignore the $r = 0$ case since for $\rho \neq 0$ (see eq. (2.1)) there is zero probability that rank $( a ( \mathbf { W } \mathbf { X } _ { S } ) ) = 0$ for some non-empty $S$ . For each rank $r \geq 1$ , it is required that $| S | > K _ { r } = \operatorname* { m a x } \left[ N \epsilon , r d _ { 0 } \right]$ , so $| S | = K _ { r }$ is a relaxation of the original condition, and thus its probability is not lower. + +5. We again use the union bound over all possible subsets $S$ of size $K _ { r }$ . + +Thus, from eq. (8.1), we have + +$$ +\begin{array} { r l } & { \mathbb { E } _ { \mathbf { x } \times \mathbf { x } ^ { \beta } } \nu ( \xi , \alpha ( \mathbf { x } , \mathbf { x } ) ) } \\ & = \frac { \nu ( \mathbf { x } ) } { 2 } \sum _ { i = 1 } ^ { N } \sum _ { \substack { s \geq 0 , i \geq 1 } } \sum _ { \substack { [ \xi \in \mathcal { S } _ { \mathbf { x } } \times \mathcal { N } _ { i } ] ( \xi \in \mathcal { S } _ { \mathbf { x } } \times \{ i \} ) = ( \xi \cup \mathbf { X } _ { \mathbf { x } } ) ] = ( \xi \mid \mathbf { X } _ { \mathbf { x } } ) } } \\ & { \leq \frac { \nu ( \mathbf { x } ) } { 2 } \sum _ { i = 1 } ^ { N } \operatorname* { s u p } _ { ( \xi \in \mathcal { S } _ { \mathbf { x } } ) } [ \xi \operatorname* { s u p } _ { ( \xi \in \mathcal { S } _ { \mathbf { x } } ) ] } ( \operatorname* { s u p } _ { ( \xi \in \mathcal { S } _ { \mathbf { x } } ) \{ ( \xi \mathbf { X } _ { \mathbf { x } } ) \} = \{ \alpha \} } ] } \\ & \overset { ( a ) } { \geq } \sum _ { i = 1 } ^ { N } ( \frac { \nu } { L } ) \sum _ { \substack { ( \xi ) \leq ( \xi ) ( \xi ) ( \xi ) ( \xi ) ( \xi ) ( \xi ) ( \xi ) ( \xi ) ( \xi ) ( \xi ) ( \xi ) ( \xi ) ( \xi ) ( \xi ) ( \xi ) ( \xi ) ( \xi ) ( \xi ) ) = ( \xi ) } } \\ & \overset { ( a ) } { \leq } \sum _ { i = 1 } ^ { N } ( \frac { \nu } { L } ) \sum _ \substack { ( \xi ) \leq ( \xi ) ( \xi ) \leq ( \xi ) ( \xi ) ( \xi ) ( \xi ) ( \xi ) ( \xi ) ( \xi ) ( \xi ) ( \xi ) \leq ( \xi ) \mathrm { h } } \{ \alpha \} \exp \{ ( \xi \} \sum _ \mathbf { x } \in \{ \xi \} \} \xi ) ( \xi ) ( \xi ) ( \end{array} +$$ + +1. Since we take the expectation over $\mathbf { X }$ , the location of $S$ does not affect the probability. Therefore, we can set without loss of generality $S = \left[ K _ { r } \right]$ . + +2. Note that $r \leq N / d _ { 0 } \dot { < } \operatorname* { m i n } \left[ d _ { 0 } , d _ { 1 } \right]$ from assumptions 3 and 4. Thus, with $k = K _ { r } \ge d _ { 0 }$ , we apply the following Lemma, proven in appendix section 12.2: + +Lemma 15. Let $\mathbf { X } \in \mathbb { R } ^ { d _ { 0 } \times k }$ be a random matrix with independent and identically distributed columns, and $\mathbf { W } \in \mathbb { R } ^ { d _ { 1 } \times d _ { 0 } }$ an independent standard random Gaussian matrix. Then, in the limit m $\mathrm { i n } \left[ k , d _ { 0 } , d _ { 1 } \right] \dot { > } r$ , + +$$ +\begin{array} { r } { \mathbb { P } \left( \mathrm { r a n k } \left( a \left( \mathbf { W } \mathbf { X } \right) \right) = r \right) \dot { \leq } 2 ^ { k + r d _ { 0 } \left( \log d _ { 1 } + \log k \right) + r ^ { 2 } } \mathbb { P } \left( \mathbf { W } \mathbf { X } _ { [ \lfloor k / 2 \rfloor ] } > 0 \right) . } \end{array} +$$ + +3. Note that $K _ { r } \geq N \epsilon \dot { = } N > 2 d _ { 1 }$ , and $\operatorname* { m i n } \left[ K _ { r } , d _ { 0 } , d _ { 1 } \right] \dot { > } d _ { 0 } \underline { { d _ { 1 } } } / K _ { r } \dot { > } 1$ from assumptions 2 and 4. Thus, we apply the following Lemma (with $\mathbf { C } = \mathbf { X } ^ { \top }$ , $\mathbf { B } = \mathbf { W } ^ { \top }$ , $M = d _ { 0 }$ , $L = d _ { 1 }$ and $N = K _ { r } / 2$ ), proven in appendix section 12.3: + +Lemma 16. Let $\mathbf { C } \in \mathbb { R } ^ { N \times M }$ and $\mathbf { B } \in \mathbb { R } ^ { M \times L }$ be two independent standard random Gaussian matrices. Without loss of generality, assume $N \geq L ,$ , and denote $\alpha \triangleq M L / N$ . Then, in the regime $M \leq N$ and in the limit min $[ N , M , L ] \dot { > } \alpha \dot { > } 1$ , we have + +$$ +\begin{array} { r } { \mathbb { P } \left( \mathbf { C B } > 0 \right) \dot { \leq } \exp \left( - 0 . 4 N \alpha ^ { 1 / 4 } \right) . } \end{array} +$$ + +4. We use $r d _ { 0 } \leq N , \left( \begin{array} { c } { { N } } \\ { { K _ { r } } } \end{array} \right) \leq 2 ^ { N } , K _ { r } \leq N ,$ , and $d _ { 1 } \dot { < } N$ (from assumption 4) and $r ^ { 2 } \leq$ $N ^ { 2 } / d _ { 0 } ^ { 2 } { \dot { < } } N$ (from assumption (3)) to simplify the combintaorial expressions. + +5. First, note that $r = 1$ is the maximal term in the sum, so we can neglect the other, exponentially smaller, terms. Second, from assumption 3 we have $d _ { 0 } { \dot { \le } } N$ , so + +$$ +\operatorname* { l i m } _ { N \to \infty } 0 . 2 3 \operatorname* { m a x } \left[ \epsilon , d _ { 0 } \left( N \right) / N \right] ^ { 3 / 4 } = 0 . 2 3 \operatorname* { m a x } \left[ \epsilon , \operatorname* { l i m } _ { N \to \infty } d _ { 0 } \left( N \right) / N \right] ^ { 3 / 4 } = \gamma _ { \epsilon } . +$$ + +Third, from assumption 4 we have $N \log ^ { 4 } N { \dot { < } } d _ { 0 } d _ { 1 }$ , so the $2 ^ { N \log N }$ term is negligible. + +Thus, + +$$ +\begin{array} { r } { \mathbb { E } _ { \mathbf { X } \sim \mathcal { N } } \mathcal { V } \left( \mathcal { L } _ { \epsilon } \left( \mathbf { X } , \mathbf { y } \right) \right) \dot { \leq } \exp \left( - \gamma _ { \epsilon } N ^ { 3 / 4 } \left[ d _ { 1 } d _ { 0 } \right] ^ { 1 / 4 } \right) . } \end{array} +$$ + +which proves the Theorem for the case $\rho \neq 0$ . + +Next, we consider the case $\rho = 0$ . In this case, we need to change transition (4) in eq. (8.1), so the sum starts from $r = 0$ , since now we can have rank $( a ( \mathbf { W } \mathbf { X } _ { S } ) \bar { ) } = 0$ . Following exactly the same + +logic (except the modification to the sum), we only need to modify transition (5)in eq. (8.2) – since now the maximal term in the sum is at $r = 0$ . This entails $\gamma _ { \epsilon } = 0 . 2 3 \epsilon ^ { 3 / 4 }$ . + +Corollary 17. (Corollary 7 restated) Given assumptions 1-4, for any $\delta > 0$ (possibly a vanishing function of $N _ { . }$ ), we have, with probability $1 - \delta$ , that the angular volume of sub-optimal DLMs, with $\mathrm { M C E } > \epsilon > 0$ , is exponentially vanishing in $N$ as + +$$ +{ \mathcal { V } } \left( { \mathcal { L } } _ { \epsilon } \left( \mathbf { X } , \mathbf { y } \right) \right) \dot { \leq } \frac { 1 } { \delta } \exp \left( - \gamma _ { \epsilon } N ^ { 3 / 4 } \left[ d _ { 1 } d _ { 0 } \right] ^ { 1 / 4 } \right) +$$ + +Proof. Since $\mathcal { V } \left( \mathcal { L } _ { \epsilon } \left( \mathbf { X } , \mathbf { y } \right) \right) \geq 0$ we can use Markov’s Theorem $( \mathrm { F a c t } 1 1 ) \forall \eta > 0$ : + +$$ +\mathbb { P } _ { \mathbf { X } \sim \mathcal { N } } \left( \mathcal { V } \left( \mathcal { L } _ { \epsilon } \left( \mathbf { X } , \mathbf { y } \right) \right) < \eta \right) > 1 - \frac { \mathbb { E } _ { \mathbf { X } \sim \mathcal { N } } \mathcal { V } \left( \mathcal { L } _ { \epsilon } \left( \mathbf { X } , \mathbf { y } \right) \right) } { \eta } +$$ + +denoting $\begin{array} { r } { \eta = \frac { 1 } { \delta } \mathbb { E } _ { \mathbf { X } \sim \mathcal { N } } \mathcal { V } \left( \mathcal { L } _ { \epsilon } \left( \mathbf { X } , \mathbf { y } \right) \right) } \end{array}$ , and using Theorem (6) we prove the corollary. + +$$ +\begin{array} { r l } & { 1 - \delta < \mathbb { P } _ { { \mathbf { X } } \sim { \mathcal { N } } } \left( \displaystyle \mathcal { V } \left( \mathcal { L } _ { \epsilon } \left( { \mathbf { X } } , { \mathbf { y } } \right) \right) < \frac { 1 } { \delta } \mathbb { E } _ { { \mathbf { X } } \sim { \mathcal { N } } } \mathcal { V } \left( \mathcal { L } _ { \epsilon } \left( { \mathbf { X } } , { \mathbf { y } } \right) \right) \right) } \\ & { \quad \quad \quad < \mathbb { P } _ { { \mathbf { X } } \sim { \mathcal { N } } } \left( \mathcal { V } \left( \mathcal { L } _ { \epsilon } \left( { \mathbf { X } } , { \mathbf { y } } \right) \right) \dot { \leq } \frac { 1 } { \delta } \exp \left( - \gamma _ { \epsilon } N ^ { 3 / 4 } \left[ d _ { 1 } d _ { 0 } \right] ^ { 1 / 4 } \right) \right) } \end{array} +$$ + +where we note that replacing a regular inequality $<$ with inequality in the leading order $\dot { \leq }$ only removes constraints, and therefore increases the probability. □ + +# 9 CONSTRUCTION OF GLOBAL MINIMA: PROOF OF THEOREM 8: + +Recall the LReLU non-linearity + +$$ +f \left( x \right) \triangleq { \left\{ \begin{array} { l l } { \rho x } & { , { \mathrm { i f ~ } } x < 0 } \\ { x } & { , { \mathrm { i f ~ } } x \geq 0 } \end{array} \right. } +$$ + +in eq. (2.1), where $\rho \neq 1$ + +Theorem 18. (Theorem 8 restated) For any $\mathbf { y } \in \{ 0 , 1 \} ^ { N }$ and $\mathbf { X } \in \mathbb { R } ^ { d _ { 0 } \times N }$ almost everywhere we find matrices $\mathbf { W ^ { * } } ~ \in ~ \mathbb { R } ^ { d _ { 1 } ^ { * } \times d _ { 0 } }$ and $\mathbf { z } ^ { * } ~ \in ~ \mathbb { R } ^ { d _ { 1 } ^ { * } }$ , such that $\mathbf { y } ~ = ~ f \left( \mathbf { W } ^ { * } \mathbf { X } \right) ^ { \top } \mathbf { z } ^ { * }$ , where $d _ { 1 } ^ { * } \ \triangleq$ $4 \left\lceil N / \left( 2 d _ { 0 } - 2 \right) \right\rceil$ and $\forall i , n : \mathbf { w } _ { i } ^ { \top } \mathbf { x } ^ { ( n ) } \neq 0$ . Therefore, every MNN with $d _ { 1 } \ \geq \ d _ { 1 } ^ { * }$ has a DLM which achieves zero error $\mathbf { e } = 0$ . + +We prove the existence of a solution $( \mathbf { W } ^ { * } , \mathbf { z } ^ { * } )$ , by explicitly constructing it. This construction is a variant of (Baum, 1988, Theorem 1), except we use LReLU without bias and MSE – instead of threshold units with bias and MCE. First, we note that for any $\epsilon _ { 1 } > \epsilon _ { 2 } > 0$ , the following trapezoid function can be written as a scaled sum of four LReLU: + +$$ +\begin{array} { l } { \displaystyle \tau \left( x \right) \triangleq \left\{ \begin{array} { l l } { 0 } & { \mathrm { , ~ i f ~ } | x | > \epsilon _ { 1 } } \\ { 1 } & { \mathrm { , ~ i f ~ } | x | \leq \epsilon _ { 2 } } \\ { \frac { \epsilon _ { 1 } - | x | } { \epsilon _ { 1 } - \epsilon _ { 2 } } } & { \mathrm { , ~ i f ~ } \epsilon _ { 2 } < | x | \leq \epsilon _ { 1 } } \\ { = \displaystyle \frac { 1 } { \epsilon _ { 1 } - \epsilon _ { 2 } } \frac { 1 } { 1 - \rho } \left[ f \left( x + \epsilon _ { 1 } \right) - f \left( x + \epsilon _ { 2 } \right) - f \left( x - \epsilon _ { 2 } \right) + f \left( x - \epsilon _ { 1 } \right) \right] . } \end{array} \right. } \end{array} +$$ + +Next, we examine the set of data points which are classified to 1: $S ^ { + } \triangleq \left\{ n \in [ N ] | y ^ { ( n ) } = 1 \right\}$ . Without loss of generality, assume $\vert S ^ { + } \vert \le \frac { N } { 2 }$ . We partition $S ^ { + }$ to + +$$ +K = \left\lceil { \frac { | S ^ { + } | } { d _ { 0 } - 1 } } \right\rceil \leq \left\lceil { \frac { N } { 2 \left( d _ { 0 } - 1 \right) } } \right\rceil +$$ + +subsets $\left\{ { \cal { S } } _ { i } ^ { + } \right\} _ { i = 1 } ^ { K }$ , each with no more than $d _ { 0 } - 1$ samples. For almost any dataset we can find K $K$ i=1hyperplanes passing through the origin, with normals such that each hyperplane contains all $d _ { 0 } - 1$ points in subset ${ S } _ { i } ^ { + }$ , i.e., + +$$ +\tilde { \mathbf { w } } _ { i } ^ { \top } \mathbf { X } _ { S _ { i } ^ { + } } = 0 , +$$ + +but no other point, so $\forall n \notin S _ { i } ^ { + } : \tilde { \mathbf { w } } _ { i } ^ { \top } \mathbf { x } ^ { ( n ) } \neq 0$ , + +If $\epsilon _ { 1 } , \epsilon _ { 2 }$ in eq. (9.1) are sufficiently small $( \forall n \notin S _ { i } ^ { + } : \left| \tilde { \mathbf { w } } _ { i } ^ { \top } \mathbf { x } ^ { ( n ) } \right| > \epsilon _ { 1 } )$ then we have + +$$ +\tau \left( \tilde { \mathbf { w } } _ { i } ^ { \top } \mathbf { x } ^ { ( n ) } \right) = \left\{ \begin{array} { l l } { 1 } & { \mathrm { , ~ i f ~ } n \in S _ { i } ^ { + } } \\ { 0 } & { \mathrm { , ~ e l s e } } \end{array} \right. . +$$ + +Then we have + +$$ +\sum _ { i = 1 } ^ { K } \tau \left( \tilde { \mathbf { w } } _ { i } ^ { \top } \mathbf { x } ^ { ( n ) } \right) = \left\{ \mathbf { 1 } \quad , \mathrm { i f } n \in \mathcal { S } ^ { + } \right. +$$ + +which gives the correct classification on all the data points. Thus, from eq. (9.1), we can construct a MNN with + +$$ +d _ { 1 } ^ { * } = 4 K +$$ + +hidden neurons which achieves zero error. This is straightforward to do if we have a bias in each neuron. To construct this MNN even without bias, we first find a vector $\hat { \mathbf { w } } _ { i }$ such that + +$$ +\hat { \mathbf { w } } _ { i } ^ { \top } \left[ { \bf X } _ { S _ { i } ^ { + } } , \tilde { \mathbf { w } } _ { i } \right] = \left[ 1 , \ldots , 1 , 1 , 0 \right] . +$$ + +Note that this is possible since $\left[ { \bf X } _ { S _ { i } ^ { + } } , \tilde { { \bf w } } _ { i } \right]$ has full rank $\mathbf { X }$ -a.e. (the matrix $\mathbf { X } _ { S _ { i } ^ { + } } \in \mathbb { R } ^ { d _ { 0 } \times d _ { 0 } - 1 }$ has, $\mathbf { X }$ -a.e., one zero left eigenvector, which is $\tilde { \mathbf { w } } _ { i }$ , according to eq. (9.2)). Additionally, we can set + +$$ +\begin{array} { r } { \| \tilde { \mathbf { w } } _ { i } \| = \| \hat { \mathbf { w } } _ { i } \| ~ , } \end{array} +$$ + +since changing the scale of $\mathbf { w } _ { i }$ would not affect the validity of eq. (9.2). Then, we denote + +$$ +\begin{array} { r l } & { { \mathbf w } _ { i } ^ { ( 1 ) } \triangleq \tilde { \mathbf { w } } _ { i } + \epsilon _ { 1 } \hat { \mathbf { w } } _ { i } ; { \mathbf w } _ { i } ^ { ( 2 ) } \triangleq \tilde { \mathbf { w } } _ { i } + \epsilon _ { 2 } \hat { \mathbf { w } } _ { i } } \\ & { { \mathbf w } _ { i } ^ { ( 3 ) } \triangleq \tilde { \mathbf { w } } _ { i } - \epsilon _ { 2 } \hat { \mathbf { w } } _ { i } ; { \mathbf w } _ { i } ^ { ( 4 ) } \triangleq \tilde { \mathbf { w } } _ { i } - \epsilon _ { 1 } \hat { \mathbf { w } } _ { i } . } \end{array} +$$ + +Note, from eqs. (9.2) and (9.4) that this choice satisfies + +$$ +\forall n \in S _ { i } ^ { + } : \mathbf { w } _ { i } ^ { ( j ) \top } \mathbf { x } ^ { ( n ) } = \left\{ \begin{array} { l l } { \epsilon _ { 1 } } & { , \mathrm { i f } j = 1 } \\ { \epsilon _ { 2 } } & { , \mathrm { i f } j = 2 } \\ { - \epsilon _ { 2 } } & { , \mathrm { i f } j = 3 } \\ { - \epsilon _ { 1 } } & { , \mathrm { i f } j = 4 } \end{array} \right. . +$$ + +Also, to ensure that $\forall n \notin S _ { i } ^ { + }$ the sign of $\mathbf { w } _ { i } ^ { ( j ) ^ { \top } } \mathbf { x } ^ { ( n ) }$ does not change for different $j$ , for some $\beta , \gamma < 1$ we define + +$$ +\epsilon _ { 1 } = \beta \frac { \operatorname* { m i n } _ { n \not \in { \cal S } _ { i } ^ { + } } \left| \tilde { \mathbf { w } } _ { i } ^ { \top } { \mathbf { x } } ^ { ( n ) } \right| } { \operatorname* { m a x } _ { n \not \in { \cal S } _ { i } ^ { + } } \left| \hat { \mathbf { w } } _ { i } ^ { \top } { \mathbf { x } } ^ { ( n ) } \right| } , \epsilon _ { 2 } = \gamma \epsilon _ { 1 } , +$$ + +where with probability $\begin{array} { r } { 1 , \operatorname* { m i n } _ { n \not \in \mathcal { S } _ { i } ^ { + } } \left| \tilde { \mathbf { w } } _ { i } ^ { \top } \mathbf { x } ^ { ( n ) } \right| > 0 } \end{array}$ and $\mathrm { m a x } _ { n \notin { \cal S } _ { i } ^ { + } } \left| \hat { \mathbf { w } } _ { i } ^ { \top } \mathbf { x } ^ { ( n ) } \right| > 0$ . Defining + +$$ +\begin{array} { r l } & { \mathbf { W } _ { i } \triangleq \left[ \mathbf { w } _ { i } ^ { ( 1 ) } , \mathbf { w } _ { i } ^ { ( 2 ) } , \mathbf { w } _ { i } ^ { ( 3 ) } , \mathbf { w } _ { i } ^ { ( 4 ) } \right] ^ { \top } \in \mathbb { R } ^ { 4 K \times d _ { 0 } } } \\ & { \mathbf { z } _ { i } \triangleq \left[ 1 , - 1 , - 1 , 1 \right] ^ { \top } \in \mathbb { R } ^ { 4 } } \end{array} +$$ + +and combining all the above facts, we have + +$$ +\begin{array} { l } { f \left( \mathbf { W } _ { i } \mathbf { x } ^ { ( n ) } \right) ^ { \top } \mathbf { z } _ { i } } \\ { \ = \displaystyle \frac { 1 } { \epsilon _ { 1 } - \epsilon _ { 2 } } \frac { 1 } { 1 - \rho } \left[ f \left( \mathbf { w } _ { i } ^ { ( 1 ) \top } \mathbf { x } ^ { ( n ) } \right) - f \left( \mathbf { w } _ { i } ^ { ( 2 ) \top } \mathbf { x } ^ { ( n ) } \right) - f \left( \mathbf { w } _ { i } ^ { ( 3 ) \top } \mathbf { x } ^ { ( n ) } \right) + f \left( \mathbf { w } _ { i } ^ { ( 3 ) \top } \mathbf { x } ^ { ( n ) } \right) \right] } \\ { \ = \displaystyle \frac { 1 } { \epsilon _ { 1 } - \epsilon _ { 2 } } \frac { 1 } { 1 - \rho } \left[ f \left( \widetilde { \mathbf { w } } _ { i } ^ { ( 1 ) } \mathbf { x } ^ { ( n ) } + \epsilon _ { 1 } \widehat { \mathbf { w } } _ { i } ^ { \top } \mathbf { x } ^ { ( n ) } \right) - f \left( \widetilde { \mathbf { w } } _ { i } ^ { \top } \mathbf { x } + \epsilon _ { 2 } \widehat { \mathbf { w } } _ { i } ^ { \top } \mathbf { x } ^ { ( n ) } \right) \right. } \\ { \ - \left. f \left( \widetilde { \mathbf { w } } _ { i } ^ { \top } \mathbf { x } ^ { ( n ) } - \epsilon _ { 2 } \widehat { \mathbf { w } } _ { i } ^ { \top } \mathbf { x } ^ { ( n ) } \right) + f \left( \widetilde { \mathbf { w } } _ { i } ^ { \top } \mathbf { x } ^ { ( n ) } - \epsilon _ { 1 } \widehat { \mathbf { w } } _ { i } ^ { \top } \mathbf { x } ^ { ( n ) } \right) \right] } \\ { \ = \displaystyle \frac { 1 } { \left\{ 0 \right. \ } , \ \mathrm { i f } n \in \mathcal { S } _ { i } ^ { + } } . \end{array} +$$ + +Thus, for + +$$ +\begin{array} { c } { { \displaystyle { \bf W } ^ { * } = \left[ { \bf W } _ { 1 } ^ { \top } , \ldots , { \bf W } _ { K } ^ { \top } \right] ^ { \top } \in \mathbb { R } ^ { 4 \times d _ { 0 } } } } \\ { { \displaystyle { \bf z } ^ { * } = \frac { 1 } { \epsilon _ { 1 } - \epsilon _ { 2 } } \frac { 1 } { 1 - \rho } \cdot \left[ { \bf z } _ { 1 } , \ldots , { \bf z } _ { K } \right] \in \mathbb { R } ^ { 4 K } } } \end{array} +$$ + +we obtain a MNN that implements + +$$ +f \left( \mathbf { W } ^ { * } \mathbf { x } ^ { ( n ) } \right) ^ { \top } \mathbf { z } ^ { * } = { \left\{ \begin{array} { l l } { 1 } & { , { \mathrm { i f } } \ n \in S ^ { + } } \\ { 0 } & { , { \mathrm { e l s e } } } \end{array} \right. } +$$ + +and thus achieves zero error. Clearly, from this construction, if $\mathbf { w } _ { i }$ is a row of $\mathbf { W } ^ { * }$ , then $\forall n \in S _ { i } ^ { + } , \forall i :$ $| \mathbf { w } _ { i } ^ { \top } \mathbf { x } ^ { ( n ) } | \geq \epsilon _ { 2 }$ , and with probability $1 \forall n \notin S _ { i } ^ { + } , \forall i : \left| \mathbf { w } _ { i } ^ { \top } \mathbf { x } ^ { ( n ) } \right| > 0$ , so this construction does not touch any non-differentiable region of the MSE.  + +# 10 GLOBAL MINIMA: PROOF OF THEOREM 9 + +Theorem 19. (Theorem 9 restated). Given assumptions 1-3, we set $\delta \dot { = } \sqrt { { \textstyle \frac { 8 } { \pi } } } d _ { 0 } ^ { - 1 / 2 } \ +$ $2 d _ { 0 } ^ { 1 / 2 } \sqrt { { \log d _ { 0 } } } / { N }$ and $d _ { 1 } ^ { * } = 2 N / d _ { 0 }$ , or if assumption $^ { 5 }$ holds, we set $d _ { 1 } ^ { * }$ as in this assumption. Then, with probability $1 - \delta$ , the angular volume of global minima is lower bounded as, + +$$ +\mathscr { V } \left( \mathscr { G } \left( \mathbf { X } , \mathbf { y } \right) \right) \dot { > } \exp \left( - d _ { 1 } ^ { \ast } d _ { 0 } \log N \right) \dot { \geq } \exp \left( - 2 N \log N \right) . +$$ + +In this section we lower bound the angular volume of $\mathcal { G }$ (definition 4), i.e., differentiable regions in which there exist DLMs with $\mathrm { { M C E } = 0 }$ . We lower bound $\mathcal { V } \left( \mathcal { G } \right)$ using the angular volume corresponding to the differentiable region containing a single global minimum. + +From assumption 4, we have $d _ { 0 } d _ { 1 } \dot { > } N$ , so we can apply Theorem 8 and say that the labels are generated using a $( \mathbf { X } , \mathbf { y } )$ -dependent MNN: $\mathbf { y } ~ = ~ f \left( \mathbf { W } ^ { * } \mathbf { X } \right) ^ { \top } \mathbf { z } ^ { * }$ with target weights $\begin{array} { r l } { \mathbf { W } ^ { * } } & { { } = } \end{array}$ $\left[ { \bf w } _ { 1 } ^ { * \top } , \ldots , { \bf w } _ { d _ { 1 } ^ { * } } ^ { * \top } \right] ^ { \top } \in \mathbb { R } ^ { d _ { 1 } ^ { * } \times d _ { 0 } }$ and $\mathbf { z } ^ { * } \in \mathbb { R } ^ { d _ { 1 } }$ . If, in addition, assumption 5 holds then we can assume $\mathbf { W } ^ { * }$ and $\mathbf { z } ^ { \ast }$ are independent from $( \mathbf { X } , \mathbf { y } )$ . In both cases, the following differentiable region + +$$ +\begin{array} { r } { \tilde { \mathcal { G } } \left( \mathbf { X } , \mathbf { W } ^ { * } \right) \triangleq \left\{ \mathbf { W } \in \mathbb { R } ^ { d _ { 1 } \times d _ { 0 } } | \forall i \le d _ { 1 } ^ { * } : \ \mathrm { s i g n } \left( \mathbf { w } _ { i } ^ { \top } \mathbf { X } \right) = \mathrm { s i g n } \left( \mathbf { w } _ { i } ^ { * ^ { \top } } \mathbf { X } \right) \right\} , } \end{array} +$$ + +also contains a differentiable global minimum (just set $\mathbf { w } _ { i } = \mathbf { w } _ { i } ^ { * }$ , $z _ { i } = z _ { i } ^ { * } \forall i \leq d _ { 1 } ^ { * }$ , and $z _ { i } = 0$ $\forall i > d _ { 1 } ^ { * } ,$ ), and therefore $\forall \mathbf { X } , \mathbf { y }$ and their corresponding $\mathbf { W } ^ { * }$ , we have + +$$ +\mathcal { G } \left( \mathbf { X } , \mathbf { y } \right) \supset \tilde { \mathcal { G } } \left( \mathbf { X } , \mathbf { W } ^ { * } \right) +$$ + +Also, we will make use of the following definition. + +Definition 20. Let $\mathbf { X }$ have an angular margin $\alpha$ from $\mathbf { W } ^ { * }$ if all datapoints (columns in $\mathbf { X }$ ) are at an angle of at least $\alpha$ from all the weight hyperplanes (rows of $\mathbf { W } ^ { * }$ ) , i.e., $\mathbf { X }$ is in the set + +$$ +\mathcal { M } ^ { \alpha } \left( \mathbf { W } ^ { * } \right) \triangleq \left. \mathbf { X } \in \mathbb { R } ^ { d _ { 0 } \times N } | \forall i , n : \left| \frac { \mathbf { x } ^ { ( n ) \top } \mathbf { w } _ { i } ^ { * } } { \left\| \mathbf { x } ^ { ( n ) } \right\| \left\| \mathbf { w } _ { i } ^ { * } \right\| } \right| > \mathrm { s i n } \alpha \right. . +$$ + +Using the definitions in eqs. (10.3) and (10.1), we prove the Theorem using the following three Lemmas. + +First, In appendix section 13.2 we prove + +Lemma 21. For any $\alpha$ , $i f \mathbf { W } ^ { * }$ is independent from W then, in the limit $N \to \infty$ , $\forall \mathbf { X } \in \mathcal { M } ^ { \alpha } \left( \mathbf { W } ^ { * } \right)$ with l $\mathrm { { o g } s i n } \alpha \dot { > } d _ { 0 } ^ { - 1 } \log d _ { 0 }$ + +$$ +\begin{array} { r } { \mathcal { V } \left( \tilde { \mathcal { G } } \right) = \mathbb { P } _ { \mathbf { W } \sim \mathcal { N } } \left( \mathbf { W } \in \tilde { \mathcal { G } } \left( \mathbf { X } , \mathbf { W } ^ { * } \right) \right) \dot { \geq } \exp \left( d _ { 0 } d _ { 1 } ^ { * } \log \sin \alpha \right) . } \end{array} +$$ + +Second, in appendix section 13.3 we prove + +Lemma 22. Let $\mathbf { W } ^ { * } \in \mathbb { R } ^ { d _ { 1 } ^ { * } \times d _ { 0 } }$ a fixed matrix independent of $\mathbf { X }$ . Then, in the limit $N \infty$ with $d _ { 1 } ^ { * } { \dot { \leq } } d _ { 0 } { \dot { \leq } } N$ , the probability of not having an angular margin $\sin \alpha = 1 / \left( d _ { 1 } ^ { * } d _ { 0 } N \right)$ (eq. (10.3)) is upper bounded by + +$$ +\mathbb { P } \left( \mathbf { X } \notin \mathcal { M } ^ { \alpha } \left( \mathbf { W } ^ { * } \right) \right) \dot { \leq } \sqrt { \frac { 2 } { \pi } } d _ { 0 } ^ { - 1 / 2 } +$$ + +Lastly, in appendix section 13.4 we prove + +Lemma 23. Let $\mathbf { X } \in \mathbb { R } ^ { d _ { 0 } \times N }$ be a standard random Gaussian matrix of datapoints. Then we can find, with probability $I$ , $( \mathbf { X } , \mathbf { y } )$ -dependent matrices $\mathbf { W } ^ { * }$ and $\mathbf { z } ^ { \ast }$ as in Theorem 8 (where $d _ { 1 } ^ { * }$ , $4 \ : \lceil N / \left( 2 d _ { 0 } - 2 \right) \rceil $ . Moreover, in the limit $N \to \infty$ , where $N / d _ { 0 } { \dot { \le } } d _ { 0 } { \dot { \le } } N$ , for any y, we can bound the probability of not having an angular margin (eq. (10.3)) with $\sin \alpha = 1 / \left( d _ { 1 } ^ { * } d _ { 0 } N \right)$ by + +$$ +\mathbb { P } \left( \mathbf { X } \notin \mathcal { M } ^ { \alpha } \left( \mathbf { W } ^ { * } \right) \right) \dot { \leq } \sqrt { \frac { 8 } { \pi } } d _ { 0 } ^ { - 1 / 2 } + \frac { 2 d _ { 0 } ^ { 1 / 2 } \sqrt { \log d _ { 0 } } } { N } +$$ + +Recall that $\forall \mathbf { X } , \mathbf { y }$ and their corresponding $\mathbf { W } ^ { * }$ , we have $\mathcal { G } \left( \mathbf { X } , \mathbf { y } \right) \subset \tilde { \mathcal { G } } \left( \mathbf { X } , \mathbf { W } ^ { * } \right)$ (eq. (10.2)). Thus, combining Lemmas 21 with $\sin \alpha = 1 / \left( \bar { d } _ { 1 } ^ { * } d _ { 0 } N \right)$ together with either Lemma 22 or 23, we prove the first (left) inequality of Theorem 9: + +$$ +{ \mathcal { V } } \left( { \mathcal { G } } \left( \mathbf { X } , \mathbf { y } \right) \right) { \dot { \geq } } \exp \left( - d _ { 1 } ^ { * } d _ { 0 } \log N \right) +$$ + +Next, if $d _ { 1 } ^ { * } = 2 N / d _ { 0 }$ or $d _ { 1 } ^ { * } { \dot { < } } N / d _ { 0 }$ (is assumption 5 holds), we obtain the second (right) inequality + +$$ +\exp \left( - d _ { 1 } ^ { \ast } d _ { 0 } \log N \right) \dot { \geq } \exp \left( - 2 N \log N \right) . +$$ + +11 VOLUME RATIO OF GLOBAL AND LOCAL MINIMA: PROOF OF THEOREM 10 + +Theorem 24. (Theorem 10 restated) Given assumptions 1-3, we set $\delta \doteq \sqrt { \frac { 8 } { \pi } } d _ { 0 } ^ { - 1 / 2 } +$ $2 d _ { 0 } ^ { 1 / 2 } \sqrt { { \log d _ { 0 } } } / { N }$ . Then, with probability $1 - \delta$ , the angular volume of sub-optimal DLMs, with $\mathrm { M C E } > \epsilon > 0 ,$ , is exponentially vanishing in $N ,$ , in comparison to the angular volume of global minima with $\mathrm { M C E } = 0$ + +$$ +\frac { \mathscr { V } \left( \mathcal { L } _ { \epsilon } \left( \mathbf { X } , \mathbf { y } \right) \right) } { \mathscr { V } \left( \mathcal { G } \left( \mathbf { X } , \mathbf { y } \right) \right) } \dot { \leq } \exp \left( - \gamma _ { \epsilon } N ^ { 3 / 4 } \left[ d _ { 1 } d _ { 0 } \right] ^ { 1 / 4 } \right) \dot { \leq } \exp \left( - \gamma _ { \epsilon } N \log N \right) . +$$ + +To prove this theorem we first calculate the expectation of the angular volume ratio given the $\mathbf { X }$ -event that the bound in Theorem 9 holds (given assumptions 1-3), i.e., $\mathcal { V } \left( \mathcal { G } \left( \mathbf { X } , \mathbf { y } \right) \right) \dot { \geq } \dot { \exp } \left( - 2 N \log N \right)$ . Denoting this even $ { \varepsilon } ^ { 6 }$ as $\mathcal { M }$ , we find: + +$$ +\begin{array} { r l } & { \mathbb { E } _ { { \mathbf { X } } \sim { \mathcal { N } } } \left[ \frac { \mathcal { V } \left( \mathcal { L } _ { \epsilon } \left( { \mathbf { X } } , { \mathbf { y } } \right) \right) } { \mathcal { V } \left( \mathcal { G } \left( { \mathbf { X } } , { \mathbf { y } } \right) \right) } | { \mathcal { M } } \right] \overset { ( 1 ) } { \leq } \frac { \mathbb { E } _ { { \mathbf { X } } \sim { \mathcal { N } } } \left[ \mathcal { V } \left( \mathcal { L } _ { \epsilon } \left( { \mathbf { X } } , { \mathbf { y } } \right) \right) \big | { \mathcal { M } } \right] } { \exp \left( - 2 N \log N \right) } \overset { ( 2 ) } { \leq } } \\ & { \frac { \mathbb { E } _ { { \mathbf { X } } \sim { \mathcal { N } } } \left[ \mathcal { V } \left( \mathcal { L } _ { \epsilon } \left( { \mathbf { X } } , { \mathbf { y } } \right) \right) \right] } { \mathbb { P } _ { { \mathbf { X } } \sim { \mathcal { N } } } \left( { \mathcal { M } } \right) \exp \left( - 2 N \log N \right) } \overset { ( 3 ) } { \leq } \frac { \exp \left( - \gamma _ { \epsilon } N ^ { 3 / 4 } \left[ d _ { 1 } d _ { 0 } \right] ^ { 1 / 4 } \right) } { \mathbb { P } _ { { \mathbf { X } } \sim { \mathcal { N } } } \left( { \mathcal { M } } \right) \exp \left( - 2 N \log N \right) } \overset { ( 4 ) } { \leq } } \\ & { \quad \quad \frac { \exp \left( - \gamma _ { \epsilon } N ^ { 3 / 4 } \left[ d _ { 1 } d _ { 0 } \right] ^ { 1 / 4 } \right) } { \exp \left( - 2 N \log N \right) } \overset { ( 5 ) } { \leq } \exp \left( - \gamma _ { \epsilon } N ^ { 3 / 4 } \left[ d _ { 1 } d _ { 0 } \right] ^ { 1 / 4 } \right) } \end{array} +$$ + +where + +1. We apply Theorem 9. +2. We use the following fact + +Fact 25. For any variable $X \geq 0$ and event $\mathcal { A }$ (where $\bar { A }$ is its complement) + +$$ +\mathbb { E } \left[ X \right] = \mathbb { E } \left[ X | { \cal { A } } \right] \mathbb { P } \left( { \cal { A } } \right) + \mathbb { E } \left[ X | { \bar { \cal { A } } } \right] ( 1 - \mathbb { P } \left( { \cal { A } } \right) ) \geq \mathbb { E } \left[ X | { \cal { A } } \right] \mathbb { P } \left( { \cal { A } } \right) +$$ + +3. We apply Theorem 6. + +4. We apply Theorem 9. + +5. We use assumption 4, which implies $\gamma _ { \epsilon } N ^ { 3 / 4 } \left[ d _ { 1 } d _ { 0 } \right] ^ { 1 / 4 } \dot { > } 2 N \log N .$ + +For simplicity, in the reminder of the proof we denote + +$$ +R \left( \mathbf { X } \right) \triangleq \frac { \mathcal { V } \left( \mathcal { L } _ { \epsilon } \left( \mathbf { X } , \mathbf { y } \right) \right) } { \mathcal { V } \left( \mathcal { G } \left( \mathbf { X } , \mathbf { y } \right) \right) } . +$$ + +From Markov inequality (Fact 11), since $R \left( { \bf X } \right) \geq 0$ , we have $\forall \eta \left( N \right) > 0$ : + +$$ +\mathbb { P } _ { \mathbf { X } \sim \mathcal { N } } \left[ R \left( \mathbf { X } \right) \geq \eta \left( N \right) \vert \mathcal { M } \right] \leq \frac { \mathbb { E } _ { \mathbf { X } \sim \mathcal { N } } \left[ R \left( \mathbf { X } \right) \vert \mathcal { M } \right] } { \eta \left( N \right) } +$$ + +On the other hand, from fact 25, we have + +$$ +\begin{array} { r } { 1 - \operatorname { \mathbb { P } } _ { \mathbf { X } \sim \mathcal { N } } \left[ R \left( \mathbf { X } \right) < \eta \left( N \right) \vert \mathcal { M } \right] \ge 1 - \frac { \operatorname { \mathbb { P } } _ { \mathbf { X } \sim \mathcal { N } } \left[ R \left( \mathbf { X } \right) < \eta \left( N \right) \right] } { \operatorname { \mathbb { P } } _ { \mathbf { X } \sim \mathcal { N } } \left( \mathcal { M } \right) } . } \end{array} +$$ + +Combining Eqs. (11.2)-(11.3) we obtain + +$$ +\frac { \mathbb { E } _ { \mathbf { X } \sim \mathcal { N } } \left[ R \left( \mathbf { X } \right) \vert \mathcal { M } \right] } { \eta \left( N \right) } \geq 1 - \frac { \mathbb { P } _ { \mathbf { X } \sim \mathcal { N } } \left[ R \left( \mathbf { X } \right) < \eta \left( N \right) \right] } { \mathbb { P } _ { \mathbf { X } \sim \mathcal { N } } \left( \mathcal { M } \right) } , +$$ + +and so + +$$ +\mathbb { P } _ { \mathbf { X } \sim \mathcal { N } } \left( \mathcal { M } \right) - \mathbb { P } _ { \mathbf { X } \sim \mathcal { N } } \left( \mathcal { M } \right) \frac { \mathbb { E } _ { \mathbf { X } \sim \mathcal { N } } \left[ R \left( \mathbf { X } \right) \middle | \mathcal { M } \right] } { \eta \left( N \right) } \leq \mathbb { P } _ { \mathbf { X } \sim \mathcal { N } } \left[ R \left( \mathbf { X } \right) < \eta \left( N \right) \right] . +$$ + +We choose + +$$ +\eta \left( { \cal N } \right) = N \mathbb { P } _ { \mathbf { X } \sim \mathcal { N } } \left( { \cal M } \right) \mathbb { E } _ { \mathbf { X } \sim \mathcal { N } } \left[ R \left( \mathbf { X } \right) \vert \mathcal { M } \right] \doteq \exp \left( - \gamma _ { \epsilon } N ^ { 3 / 4 } \left[ d _ { 1 } d _ { 0 } \right] ^ { 1 / 4 } \right) +$$ + +so that + +$$ +\mathbb { P } _ { \mathbf { X } \sim \mathcal { N } } \left( \mathcal { M } \right) - \frac { 1 } { N } \le \mathbb { P } _ { \mathbf { X } \sim \mathcal { N } } \left[ R \left( \mathbf { X } \right) \dot { \le } \exp \left( - \gamma _ { \epsilon } N ^ { 3 / 4 } \left[ d _ { 1 } d _ { 0 } \right] ^ { 1 / 4 } \right) \right] . +$$ + +Then, from Theorem 9 we have + +$$ +1 - \mathbb { P } _ { \mathbf { X } \sim \mathcal { N } } \left( \mathcal { M } \right) \dot { \leq } \sqrt { \frac { 8 } { \pi } } d _ { 0 } ^ { - 1 / 2 } + \frac { 2 d _ { 0 } ^ { 1 / 2 } \sqrt { \log d _ { 0 } } } { N } . +$$ + +so we obtain the first (left) inequality in the Theorem (10) + +$$ +\sqrt { \frac { 8 } { \pi } } d _ { 0 } ^ { - 1 / 2 } + \frac { 2 d _ { 0 } ^ { 1 / 2 } \sqrt { \log d _ { 0 } } } { N } \dot { \geq 1 } - \mathbb { P } _ { { \mathbf { X } } \sim { \mathcal { N } } } \left[ \frac { \mathcal { V } \left( \mathcal { L } _ { \epsilon } \left( { \mathbf { X } } , { \mathbf { y } } \right) \right) } { \mathcal { V } \left( \mathcal { G } \left( { \mathbf { X } } , { \mathbf { y } } \right) \right) } \dot { \leq } \exp \left( - \gamma _ { \epsilon } N ^ { 3 / 4 } \left[ d _ { 1 } d _ { 0 } \right] ^ { 1 / 4 } \right) \right] . +$$ + +Lastly, we note that assumption 4 implies $\gamma _ { \epsilon } N ^ { 3 / 4 } \left[ d _ { 1 } d _ { 0 } \right] ^ { 1 / 4 } \dot { > } N \log N$ , which proves the second (right) inequality of the theorem. + +# Part II + +# Proofs of technical results + +In this part we prove the technical results used in part I. + +12 UPPER BOUNDING THE ANGULAR VOLUME OF SUB-OPTIMAL DIFFERENTIABLE LOCAL MINIMA: PROOFS OF LEMMAS USED IN SECTION 8 + +# 12.1 PROOF OF LEMMA 14 + +In this section we will prove Lemma 14 in subsection 12.3.3. Recall the following definition Definition 26. Let + +$$ +{ \bf A } = [ { \pmb a } _ { 1 } , \ldots , { \pmb a } _ { N } ] \ ; \ { \bf X } = [ { \pmb x } _ { 1 } , \ldots , { \pmb x } _ { N } ] , +$$ + +where $\mathbf { X } \in \mathbb { R } ^ { d _ { 0 } \times N }$ and $\mathbf { A } \in \mathbb { R } ^ { d _ { 1 } \times N }$ . The Khatari-Rao product between the two matrices is defined as + +$$ +\begin{array} { r l } { \mathbf { A } \circ \mathbf { X } } & { \triangleq } & { \left[ \pmb { a } _ { 1 } \otimes \mathbf { x } _ { 1 } , \pmb { a } _ { 2 } \otimes \mathbf { x } _ { 2 } , . . . \pmb { a } _ { N } \otimes \mathbf { x } _ { N } \right] } \\ & { = } & { \left( \begin{array} { c c c } { a _ { 1 1 } \mathbf { x } _ { 1 } } & { a _ { 1 2 } \mathbf { x } _ { 2 } } & { . . . } \\ { a _ { 2 1 } \mathbf { x } _ { 1 } } & { a _ { 2 2 } \mathbf { x } _ { 2 } } & { \ddots } \\ { \vdots } & { \ddots } & { \ddots } \end{array} \right) . } \end{array} +$$ + +Lemma 27. (Lemma 14 restated) Let $\mathbf { X } \in \mathbb { R } ^ { d _ { 0 } \times N }$ , $\mathbf { A } \in \{ \rho , 1 \} ^ { d _ { 1 } \times N }$ , $S \subset [ N ]$ and $d _ { 0 } d _ { 1 } \geq N$ . Then, simultaneously for every possible A and $S$ such that + +$$ +\left. S \right. \leq \mathrm { r a n k } \left( { \bf A } _ { S } \right) d _ { 0 } , +$$ + +we have that, X-a.e., $\mathbf { \Delta } \nexists \mathbf { v } \in \mathbb { R } ^ { N }$ such that $v _ { n } \neq 0 \forall n \in S$ and $( \mathbf { A } \circ \mathbf { X } ) \mathbf { v } = 0$ + +Proof. We examine specific $\mathbf { A } \in \{ \rho , 1 \} ^ { d _ { 1 } \times N }$ and $S \subset [ N ]$ , and such that $| S | \le d _ { S } d _ { 0 }$ , where we defined $d _ { S } \triangleq \operatorname { r a n k } \left( \mathbf { A } _ { S } \right)$ . We assume that $d _ { S } \geq 1$ , since otherwise the proof is trivial. Also, we assume by contradiction that $\exists \mathbf { v } \in \mathbb { R } ^ { N }$ such that $v _ { i } \neq 0 \forall i \in S$ and $( \mathbf { A } \circ \mathbf { X } ) \mathbf { v } = 0$ . Without loss of generality, assume that $S = \{ 1 , 2 , . . . , | S | \}$ and that $\mathbf { } a _ { 1 } , \mathbf { } a _ { 2 } , . . . , \mathbf { } a _ { d _ { S } }$ are linearly independent. Then + +$$ +( \mathbf { A } \circ \mathbf { X } ) \mathbf { v } = \sum _ { n = 1 } ^ { | S | } v _ { n } a _ { k , n } \mathbf { x } _ { n } = 0 +$$ + +for every $1 \leq k \leq d _ { 1 }$ . From the definition of $S$ we must have $v _ { n } \neq 0$ for every $1 \leq n \leq | S |$ . Since $\mathbf { } a _ { 1 } , \mathbf { } a _ { 2 } , . . . , \mathbf { } a _ { d _ { S } }$ are linearly independent, the rows of $\mathbf { A } _ { d _ { S } } = [ \pmb { a } _ { 1 } , \pmb { a } _ { 2 } , . . . , \pmb { a } _ { d _ { S } } ]$ span a $d _ { S }$ -dimensional space. Therefore, it is possible to find a matrix $\mathbf { R }$ such that $\mathbf { R } \mathbf { A } _ { d _ { S } } = [ \mathbf { I } _ { d _ { S } \times d _ { S } } , 0 _ { d _ { S } \times ( d _ { 1 } - d _ { S } ) } ] ^ { \top }$ , where $0 _ { i \times j }$ is the all zeros matrix with $i$ columns and $j$ rows. Consider now $\mathbf { A } _ { S } \circ \mathbf { X } _ { S }$ , i.e., the matrix composed of the columns of $\mathbf { A } \circ \mathbf { X }$ in $S$ . Applying $\mathbf { R } ^ { \prime } = \mathbf { R } \otimes \mathbf { I } _ { d _ { 0 } }$ to $\mathbf { A } _ { S } \circ \mathbf { X } _ { S }$ , turns (12.2) into $d _ { 0 } d _ { S }$ equations in the variables $v _ { 1 } , . . . , v _ { | S | }$ , of the form + +$$ +v _ { k } \mathbf { x } _ { k } + \sum _ { n = d _ { S } + 1 } ^ { | S | } v _ { n } { \tilde { a } } _ { k , n } \mathbf { x } _ { n } = 0 +$$ + +for every $1 \leq k \leq d _ { S }$ . We prove by induction that for every $1 \leq d \leq d _ { S }$ , the first $d _ { 0 } d$ equations are linearly independent, except for a set of matrices $\mathbf { X }$ of measure 0. This will immediately imply $| S | > d _ { S } \dot { d } _ { 0 }$ , or else eq. 12.2 cannot be true for $\mathbf { v } \neq 0$ . which will contradict our assumption, as required. The induction can be viewed as carrying out Gaussian elimination of the system of equations described by (12.3), where in each elimination step we characterize the set of matrices $\mathbf { X }$ that for which that step is impossible, and show it has measure 0. + +For $d = 1$ , the first $d _ { 0 }$ equations read $\begin{array} { r } { v _ { 1 } \mathbf { x } _ { 1 } + \sum _ { n = d _ { S } + 1 } ^ { | S | } v _ { n } \tilde { a } _ { 1 , n } \mathbf { x } _ { n } = 0 } \end{array}$ , and since $v _ { 1 } \neq 0$ , we must have $\mathbf { x } _ { 1 } \in \mathrm { S p a n } \left\{ \widetilde { a } _ { 1 , d _ { S } + 1 } \mathbf { x } _ { d _ { S } + 1 } , . . . , \widetilde { a } _ { 1 , | S | } \mathbf { x } _ { | S | } \right\}$ . However, except for a set of measure 0 with respect to $\mathbf { x } _ { 1 }$ (a linear subspace of $\mathbb { R } ^ { d _ { 0 } }$ with dimension less than $d _ { 0 }$ ), this can only happen if dim Span $\left\{ \tilde { a } _ { 1 , d _ { S } + 1 } \mathbf { x } _ { d _ { S } + 1 } , . . . , \tilde { a } _ { 1 , | S | } \mathbf { x } _ { | S | } \right\} = d _ { 0 }$ , which implies $| S | \ge d _ { S } - 1 + d _ { 0 } > d _ { 0 }$ and also that the first $d _ { 0 }$ rows are linearly independent (since there are $d _ { 0 }$ independent columns). + +For a general $d$ , we begin by performing Gaussian elimination on the first $( d - 1 ) d _ { 0 }$ equations, resulting in a new set of $r _ { d }$ equations, such that every new equation contains one variable that appears in no other new equation. Let $C$ be the set of the indices (equivalently, columns) of these variables $r _ { d }$ variables. From (12.3) it is clear none of the variables $v _ { d } , v _ { d + 1 } , . . . , v _ { d _ { S } }$ appear in the first $( d - 1 ) d _ { 0 }$ equations, and therefore $C \subseteq S ^ { \prime } = S \setminus \{ d , d + 1 , . . . , d _ { S } \}$ . By our induction assumptions, except for a set of measure 0, the first $( d - 1 ) d _ { 0 }$ are independent, which means that $| C | = r _ { d } = ( d - 1 ) d _ { 0 }$ . We now extend the Gaussian elimination to the next $d _ { 0 }$ equations, and eliminate all the variables in $C$ from them. The result of the elimination can be written down as, + +$$ +v _ { d } \mathbf { x } _ { d } + \sum _ { n \in S ^ { \prime } \backslash C } v _ { n } \left( \tilde { a } _ { d , n } \mathbf { I } _ { d _ { 0 } } - \mathbf { Y } \right) \mathbf { x } _ { n } = { 0 } , +$$ + +where $\mathbf { Y }$ is a square matrix of size $d _ { 0 }$ whose coefficients depend only on $\{ \widetilde { a } _ { k , n } \} _ { n \in C , d > k \geq 1 }$ and on $\{ \mathbf { x } _ { n } \} _ { n \in C }$ , and in particular do not depend on $\mathbf { x } _ { d }$ and $\left\{ \mathbf { x } _ { n } \right\} _ { n \in S ^ { \prime } \backslash C }$ . + +Now set $\tilde { \mathbf { x } } _ { n } \ = \ ( \tilde { a } _ { d , n } \mathbf { I } _ { d _ { 0 } } - \mathbf { Y } ) \mathbf { x } _ { n }$ for $n \in S ^ { \prime } \setminus C$ . As in the case of $d \ : = \ : 1$ , since $v _ { d } \neq 0$ , $\mathbf { x } _ { d } \in \mathrm { S p a n } \{ \tilde { \mathbf { x } } _ { n } \} _ { n \in S ^ { \prime } \backslash C }$ . Therefore, for all values of $\mathbf { x } _ { d } \in \mathbb { R } ^ { d _ { 0 } }$ but a set of measure zero (linear subspace of with dimension less than $d _ { 0 }$ ), we must have di $\begin{array} { r } { \operatorname* { m } \mathrm { { S p a n } } \{ \tilde { \mathbf { x } } _ { n } \} _ { n \in S ^ { \prime } \backslash C } = d _ { 0 } } \end{array}$ . From the independence of $\{ \tilde { \mathbf { x } } _ { n } \} _ { n \in S ^ { \prime } \backslash C }$ on $\mathbf { x } _ { d }$ it follows that $\mathrm { d i m } \mathrm { S p a n } \{ \tilde { \mathbf { x } } _ { n } \} _ { n \in S ^ { \prime } \backslash C } = d _ { 0 }$ holds a.e. with respect to the Lebesgue measure over $\mathbf { x }$ . + +Whenever $\mathrm { d i m } \mathrm { S p a n } \{ \tilde { \mathbf { x } } _ { n } \} _ { n \in S ^ { \prime } \backslash C } = d _ { 0 }$ we must have $| S ^ { \prime } C | \geq d _ { 0 }$ and therefore + +$$ +| S | > | S ^ { \prime } | = | C | + | S ^ { \prime } \setminus C | \geq \left( d - 1 \right) d _ { 0 } + d _ { 0 } = d _ { 0 } d . +$$ + +Moreover, $\mathrm { d i m } \mathrm { S p a n } \{ \tilde { \mathbf { x } } _ { n } \} _ { n \in S ^ { \prime } \backslash C } = d _ { 0 }$ implies that the $d _ { 0 }$ equations $\begin{array} { r } { v _ { d } \mathbf { x } _ { d } + \sum _ { n \in S ^ { \prime } \backslash C } v _ { n } \tilde { \mathbf { x } } _ { n } = 0 } \end{array}$ are independent. Thus, we may perform another step of Gaussian elimination on these $d _ { 0 }$ equations, forming $d _ { 0 }$ new equations each with a variable unique to it. Denoting by $C ^ { \prime }$ the set of these $d _ { 0 }$ variables, it is seen from (12.4) that $C ^ { \prime } \subseteq ( S ^ { \prime } \cup \{ d \} ) \setminus C$ and in particular $C ^ { \prime }$ is disjoint from $C$ . Thus, considering the first $( d - 1 ) d _ { 0 }$ equations together with the new $d _ { 0 }$ equations, we see that there is a set $C \cup C ^ { \prime }$ of $d _ { 0 } d$ variables, such that each variable in $C \cup C ^ { \prime }$ appears only in one of the $d _ { 0 } d$ equations, and each of the $d _ { 0 } d$ contains only a single variable in $C \cup C ^ { \prime }$ . This means that the first $d _ { 0 } d$ must be linearly independent for all values of $\mathbf { X }$ except for a set of Lebesgue measure zero, completing the induction. + +Thus, we have proven, that for some $\mathbf { A } \in \{ \rho , 1 \} ^ { d _ { 1 } \times N }$ and $S \subset [ N ]$ such that $| S | \leq \mathrm { r a n k } \left( \mathbf { A } _ { S } \right) d _ { 0 }$ the event + +$$ +\mathcal E \left( \mathbf A , S \right) = \left\{ \mathbf X \in \mathbb R ^ { d _ { 0 } \times N } | \exists \mathbf v \in \mathbb R ^ { N } : \left( \mathbf A \circ \mathbf X \right) \mathbf v = 0 \mathrm { a n d } v _ { n } \neq 0 , \forall n \in S \right\} +$$ + +has zero measure. The event discussed in the theorem is a union of these events: + +$$ +\mathcal { E } _ { 0 } \triangleq \bigcup _ { \mathbf { A } \in \{ \rho , 1 \} ^ { d _ { 1 } \times N } } \left[ \bigcup _ { S \subset [ N ] : | S | \leq \operatorname { r a n k } ( \mathbf { A } _ { S } ) d _ { 0 } } \mathcal { E } \left( \mathbf { A } , S \right) \right] , +$$ + +and it also has zero measure, since it is a finite union of zero measure events. + +For completeness we note the following corollary, which is not necessary for a our main results. + +Corollary 28. If $N \leq d _ { 1 } d _ { 0 }$ , then rank $( \mathbf { A } \circ \mathbf { X } ) = N$ , X-a.e., if and only $i f ,$ + +$$ +\forall S \subseteq [ N ] : | S | \leq \mathrm { r a n k } \left( \mathbf { A } _ { S } \right) d _ { 0 } . +$$ + +Proof. We define $d _ { S } \triangleq \operatorname { r a n k } \left( \mathbf { A } _ { S } \right)$ and $\mathbf { A } \circ \mathbf { X }$ . The necessity of the condition $| S | \le d _ { 0 } d _ { S }$ holds for every $\mathbf { X }$ , as can be seen from the following counting argument. Since the matrix $\mathbf { A } _ { S }$ has rank $d _ { S }$ , + +there exists an invertible row transformation matrix $\mathbf { R }$ , such that $\mathbf { R A } _ { S }$ has only $d _ { S }$ non-zero rows. Consider now $\mathbf { G } _ { S } = \mathbf { A } _ { S } \circ \mathbf { X } _ { S }$ , i.e., the matrix composed of the columns of $\mathbf { G }$ in $S$ . We have + +$$ +\mathbf { G } _ { S } ^ { \prime } = ( \mathbf { R } \mathbf { A } _ { S } ) \circ \mathbf { X } _ { S } = \mathbf { R } ^ { \prime } \left( \mathbf { A } _ { S } \circ \mathbf { X } _ { S } \right) = \mathbf { R } ^ { \prime } \mathbf { G } _ { S } , +$$ + +where $\mathbf { R } ^ { \prime } = \mathbf { R } \otimes \mathbf { I } _ { d _ { 0 } }$ is also an invertible row transformation matrix, which applies $\mathbf { R }$ separately on the $d _ { 0 }$ sub-matrices of $\mathbf { G } _ { S }$ that are constructed by taking one every $d _ { 0 }$ rows. Since $\mathbf { G } _ { S } ^ { \prime }$ has at most $d _ { 0 } d _ { S }$ non-zero rows, the rank of $\mathbf { G } _ { S }$ cannot exceed $d _ { 0 } d _ { S }$ . Therefore, if $| S | > d _ { 0 } d _ { S }$ , $\mathbf { G } _ { S }$ will not have full column rank, and hence neither will $\mathbf { G }$ . To demonstrate sufficiency a.e., suppose $\mathbf { G }$ does not have full column rank. Let $S$ be the minimum set of columns of $\mathbf { G }$ which are linearly dependent. Since the columns of $\mathbf { G } _ { S }$ are assumed linearly dependent there exists $\mathbf { v } \in \mathbb { R } ^ { | S | }$ such $\| \mathbf { v } \| _ { 0 } = | S |$ and $\mathbf { G } _ { S } \mathbf { v } = 0$ . Using Lemma 28 we complete the proof. □ + +# 12.2 PROOF OF LEMMA 15 + +In this section we will prove Lemma 15 in subsection 12.3.3. This proof relies on two rather basic results, which we first prove in subsections 12.2.1 and 12.2.2. + +# 12.2.1 NUMBER OF DICHOTOMIES INDUCED BY A HYPERPLANE + +Fact 29. A hyperplane ${ \mathbf w } \in d _ { 0 }$ can separate a given set of points $\mathbf { X } = \left[ \mathbf { x } ^ { ( 1 ) } , \ldots , \mathbf { x } ^ { ( N ) } \right] \in \mathbb { R } ^ { d _ { 0 } \times N }$ into several different dichotomies, i.e., different results for $\mathrm { s i g n } \left( \mathbf { w } ^ { \top } \mathbf { X } \right)$ . The number of dichotomies is upper bounded as follows: + +$$ +\sum _ { \mathbf { h } \in \{ - 1 , 1 \} ^ { N } } \mathscr { T } \left( \exists \mathbf { w } : \mathrm { s i g n } \left( \mathbf { w } ^ { \top } \mathbf { X } \right) = \mathbf { h } ^ { \top } \right) \leq 2 \sum _ { k = 0 } ^ { d _ { 0 } - 1 } \left( \begin{array} { l } { N - 1 } \\ { k } \end{array} \right) \leq 2 N ^ { d _ { 0 } } . +$$ + +Proof. See (Cover, 1965, Theorem 1) for a proof of the left inequality as equality (the Schläfli Theorem) in the case that the columns of $\mathbf { X }$ are in “general position” (which holds $\mathbf { X }$ -a.e, see definition in (Cover, 1965)) . If $\mathbf { X }$ is not in general position then this result becomes an upper bound, since some dichotomies might not be possible. + +Next, we prove the right inequality. For $N = 1$ and $N = 2$ the inequality trivially holds. For $N \geq 3$ , we have + +$$ +2 \sum _ { k = 0 } ^ { d _ { 0 } - 1 } \left( \begin{array} { c } { { N - 1 } } \\ { { k } } \end{array} \right) \stackrel { \left( 1 \right) } { \leq } 2 \sum _ { k = 0 } ^ { d _ { 0 } - 1 } \left( N - 1 \right) ^ { k } \stackrel { \left( 2 \right) } { \leq } 2 \frac { \left( N - 1 \right) ^ { d _ { 0 } } - 1 } { N - 2 } \leq 2 N ^ { d _ { 0 } } . +$$ + +where in (1) we used the bound $\left( \begin{array} { c } { { N } } \\ { { k } } \end{array} \right) \le N ^ { k }$ , in (2) we used the sum of a geometric series. + +# 12.2.2 A BASIC PROBABILISTIC BOUND + +Lemma 30. Let $\mathbf { H } = \left[ \mathbf { h } _ { 1 } ^ { \top } , \ldots , \mathbf { h } _ { d _ { 1 } } ^ { \top } \right] ^ { \top } \in \{ - 1 , 1 \} ^ { d _ { 1 } \times k }$ be a deterministic binary matrix, ${ \textbf { W } } =$ $\left[ \mathbf { w } _ { 1 } ^ { \top } , \ldots , \mathbf { w } _ { d _ { 1 } } ^ { \top } \right] ^ { \top } \in \mathbb { R } ^ { d _ { 1 } \times d _ { 0 } }$ be an independent standard random Gaussian matrix, and $\mathbf { X } \in \mathbb { R } ^ { d _ { 0 } \times k }$ be a random matrix with independent and identically distributed columns. + +$$ +\begin{array} { r } { \mathbb { P } \left( \operatorname { s i g n } \left( { \mathbf { W } } { \mathbf { X } } \right) = { \mathbf { H } } \right) \leq \left( \begin{array} { c } { k } \\ { \lfloor k / 2 \rfloor } \end{array} \right) \mathbb { P } \left( { \mathbf { W } } { \mathbf { X } } _ { [ \lfloor k / 2 \rfloor ] } > 0 \right) . } \end{array} +$$ + +Proof. By direct calculation + +$$ +\begin{array} { r l } { \displaystyle \widehat { \mathbf { \xi } } \displaystyle \geq ( \mathrm { s i g n } ( \mathbf { W X } ) = \mathbf { H } ) = } & { \displaystyle \mathbb { E } [ \mathbb { P } ( \mathrm { s i g n } ( \mathbf { W X } ) = \mathbf { H } \vert \mathbf { X } ) ] \stackrel { ( 1 ) } { = } \mathbb { E } [ \displaystyle \prod _ { i = 1 } ^ { d } \mathbb { P } ( \mathrm { s i g n } ( \mathbf { w } _ { i } ^ { \top } \mathbf { X } ) = \mathbf { h } _ { i } ^ { \top } \vert \mathbf { X } ) ] } \\ & { \stackrel { ( 2 ) } { \leq } \mathbb { E } [ \displaystyle \prod _ { i = 1 } ^ { d _ { 1 } } \mathbb { P } ( \mathbf { w } _ { i } ^ { \top } \mathbf { X } _ { \delta ( \mathbf { h } _ { i } ) } > 0 \vert \mathbf { X } ) ] \stackrel { ( 3 ) } { \leq } \mathbb { E } [ \displaystyle \prod _ { i = 1 } ^ { d _ { 1 } } \mathbb { P } ( \mathbf { w } _ { i } ^ { \top } \mathbf { X } _ { S _ { i } } > 0 \vert \mathbf { X } ) ] } \\ & { \stackrel { ( 4 ) } { = } \mathbb { E } [ \mathbb { P } ( \mathbf { W X } _ { S _ { s } } > 0 \vert \mathbf { X } ) ] \stackrel { ( 5 ) } { \leq } \mathbb { E } [ \displaystyle \sum _ { S \geq [ R _ { 1 } ] : S \mid = \lfloor k / 2 \rfloor } } \\ & { = \displaystyle \sum _ { S \leq [ k ] : S = \lfloor k / 2 \rfloor } \mathbb { E } [ \mathbb { P } ( \mathbf { W X } _ { S } > 0 \vert \mathbf { X } ) ] \stackrel { ( 6 ) } { = } ( \begin{array} { l } { k } \\ { \lfloor k / 2 \rfloor } \end{array} ) \mathbb { P } ( \mathbf { W } _ { \mathbf { X } _ { \lfloor k / 2 \rfloor } } > 0 ) . } \end{array} +$$ + +where + +1. We used the independence of the $\mathbf { w } _ { i }$ . + +2. We define $\hat { S } _ { \pm } \left( \mathbf { h } \right) \ \triangleq \ \left\{ S \subset \left[ k \right] : \pm \mathbf { h } _ { S } ^ { \top } > 0 \right\}$ as the sets in which $\mathbf { h }$ is always positive/negative, and $\hat { S } \left( \mathbf { h } \right)$ as the maximal set between these two. Note that $\mathbf { w } _ { i }$ has a standard normal distribution which is symmetric to sign flips, so $\forall S : \mathbb { P } \left( \mathbf { w } _ { i } ^ { \top } \mathbf { X } _ { S } > 0 | \mathbf { X } \right) =$ $\mathbb { P } \left( \mathbf { w } _ { i } ^ { \top } \mathbf { X } _ { S } < 0 | \mathbf { X } \right)$ . + +3. Note that $\left| \hat { S } \left( \mathbf { h } \right) \right| \ge \lfloor k / 2 \rfloor$ . Therefore, we define S∗ = argmax $\mathbb { P } \left( \mathbf { w } _ { i } ^ { \top } \mathbf { X } _ { S } > 0 | \mathbf { X } \right)$ . $S C [ k ] : \bar { | } S | = \lfloor k / 2 \rfloor$ + +4. We used the independence of the $\mathbf { w } _ { i }$ + +5. The maximum is a single term in the following sum of non-negative terms. + +6. Taking the expectation over $\mathbf { X }$ , since the columns of $\mathbf { X }$ are independent and identically distributed, the location of $S$ does not affect the probability. Therefore, we can set without loss of generality $S = [ \lfloor k / 2 \rfloor ]$ . + +# 12.2.3 MAIN PROOF: BOUND ON THE NUMBER OF CONFIGURATIONS FOR A BINARY MATRIX WITH CERTAIN RANK + +Recall the function $a \left( \cdot \right)$ from eq. (2.1): + +$$ +a \left( u \right) \triangleq \left\{ \begin{array} { l l } { 1 } & { , \mathrm { i f } , u > 0 } \\ { \rho } & { , \mathrm { i f } u < 0 } \end{array} \right. . +$$ + +where $\rho \neq 1$ + +Lemma 31. (Lemma 15 restated). Let $\mathbf { X } \in \mathbb { R } ^ { d _ { 0 } \times k }$ be a random matrix with independent and identically distributed columns, and $\mathbf { W } \in \mathbb { R } ^ { d _ { 1 } \times d _ { 0 } }$ an independent standard random Gaussian matrix. Then, in the limit $\operatorname* { m i n } \left[ k , d _ { 0 } , d _ { 1 } \right] \dot { > } r$ , + +$$ +\begin{array} { r } { \mathbb { P } \left( \mathrm { r a n k } \left( a \left( \mathbf { W } \mathbf { X } \right) \right) = r \right) \dot { \leq } 2 ^ { k + r d _ { 0 } ( \log d _ { 1 } + \log k ) + r ^ { 2 } } \mathbb { P } \left( \mathbf { W } \mathbf { X } _ { [ \lfloor k / 2 \rfloor ] } > 0 \right) . } \end{array} +$$ + +Proof. We denote $\mathbf { A } = a \left( \mathbf { W } \mathbf { X } \right) \in \{ \rho , 1 \} ^ { d _ { 1 } \times k }$ . For any such A for which rank $( \mathbf { A } ) = r$ , we have a collection of $r$ rows that span the remaining rows. There are $\left( \begin{array} { c } { d _ { 1 } } \\ { r } \end{array} \right)$ possible locations for these $r$ spanning rows. In these rows there exist a collection of $r$ columns that span the remaining columns. There are $\left( \begin{array} { l } { k } \\ { r } \end{array} \right)$ possible locations for these $r$ spanning columns. At the intersection of the spanning rows and columns, there exist a full rank sub-matrix D. We denote $\tilde { \mathbf { A } }$ as the matrix A which rows and columns are permuted so that $\mathbf { D }$ is the lower right block + +$$ +\begin{array} { r } { \tilde { \mathbf { A } } \triangleq \left( \begin{array} { l l } { \mathbf { Z } } & { \mathbf { B } } \\ { \mathbf { C } } & { \mathbf { D } } \end{array} \right) = a \left( \begin{array} { l l } { \mathbf { W } _ { 1 } \mathbf { X } _ { 1 } } & { \mathbf { W } _ { 1 } \mathbf { X } _ { 2 } } \\ { \mathbf { W } _ { 2 } \mathbf { X } _ { 1 } } & { \mathbf { W } _ { 2 } \mathbf { X } _ { 2 } } \end{array} \right) , } \end{array} +$$ + +where $\mathbf { D }$ is an invertible $r \times r$ matrix, and we divided $\mathbf { X }$ and $\mathbf { W }$ to the corresponding block matrices + +$$ +\mathbf { W } \triangleq \left[ \mathbf { W } _ { 1 } ^ { \top } , \mathbf { W } _ { 2 } ^ { \top } \right] ^ { \top } , \mathbf { X } \triangleq \left[ \mathbf { X } _ { 1 } , \mathbf { X } _ { 2 } \right] , +$$ + +with $\mathbf { W } _ { 2 } \in \mathbb { R } ^ { r \times d _ { 0 } }$ rows and $\mathbf { X } _ { 2 } \in \mathbb { R } ^ { d _ { 0 } \times r }$ . + +Since $\mathrm { r a n k } \left( \tilde { \mathbf { A } } \right) = r$ , the first $d _ { 1 } - r$ rows are contained in the span of the last $r$ rows. Therefore, there exists a matrix $\mathbf { Q }$ such that $\mathbf { Q C } = \mathbf { Z }$ and $\mathbf { Q D } = \mathbf { B }$ . Since $\mathbf { D }$ is invertible, this implies that ${ \bf Q } = { \bf B } { \bf D } ^ { - 1 }$ and therefore + +$$ +{ \bf Z } = { \bf B } { \bf D } ^ { - 1 } { \bf C } , +$$ + +i.e., $\mathbf { B } , \mathbf { C }$ and $\mathbf { D }$ uniquely determine $\mathbf { Z }$ . + +Using the union bound over all possible permutations from $\mathbf { A }$ to $\tilde { \mathbf { A } }$ , and eq. (12.9), we have + +$$ +\begin{array} { r l r } & { \mathbb { P } ( \mathrm { r a n k } ( \mathbf { A } ) = r ) } & { ( 1 2 . 1 0 ) } \\ & { \leq ( \begin{array} { l } { d _ { 1 } } \\ { r } \end{array} ) ( \begin{array} { l } { k } \\ { r } \end{array} ) \mathbb { P } ( \mathrm { r a n k } ( \bar { \mathbf { A } } ) = r ) } \\ & { \leq ( \begin{array} { l } { d _ { 1 } } \\ { r } \end{array} ) ( \begin{array} { l } { k } \\ { r } \end{array} ) \mathbb { P } ( \mathbf { Z } = \mathbf { B } \mathbf { D } ^ { - 1 } \mathbf { C } ) } \\ & { = ( \begin{array} { l } { d _ { 1 } } \\ { r } \end{array} ) ( \begin{array} { l } { k } \\ { r } \end{array} ) \mathbb { P } ( a ( \mathbf { W } _ { 1 } \mathbf { X } _ { 2 } ) [ a ( \mathbf { W } _ { 2 } \mathbf { X } _ { 2 } ) ] ^ { - 1 } a ( \mathbf { W } _ { 2 } \mathbf { X } _ { 1 } ) = a ( \mathbf { W } _ { 1 } \mathbf { X } _ { 1 } ) ) } \\ & = ( \begin{array} { l } { d _ { 1 } } \\ { r } \end{array} ) ( \begin{array} { l } { k } \\ { r } \end{array} ) \underbrace { \mathrm { H } ( a ( \mathbf { W } _ { 1 } \mathbf { X } _ { 2 } ) [ a ( \mathbf { W } _ { 2 } \mathbf { X } _ { 2 } ) ] ^ { - 1 } a ( \mathbf { W } _ { 2 } \mathbf { X } _ { 1 } ) = a ( \mathbf { H } ) | \mathrm { s i g n } ( \mathbf { W } _ { 1 } \mathbf { X } _ { 1 } ) = \mathbf { H } ) \mathbb { P } ( \mathrm { s i g n } ( \mathbf { W } _ { 2 } \mathbf { X } _ { 2 } ) ) } \end{array} +$$ + +Using Lemma 30, we have + +$$ +\begin{array} { r } { \mathbb { P } \left( \mathrm { s i g n } \left( \mathbf { W } _ { 1 } \mathbf { X } _ { 1 } \right) = \mathbf { H } \right) \leq \left( \begin{array} { c } { k - r } \\ { \lfloor ( k - r ) / 2 \rfloor } \end{array} \right) \mathbb { P } \left( \mathbf { W } _ { 1 } \mathbf { X } _ { \lfloor \lfloor ( k - r ) / 2 \rfloor \rfloor } > 0 \right) , } \end{array} +$$ + +an upper bound which does not depend on $\mathbf { H }$ . So all that remains is to compute the sum: + +$$ +\begin{array} { r l } & { \qquad \displaystyle \sum _ { \mathbf { H } \in \{ - 1 , 1 \} ^ { ( d _ { 1 } - r ) \times ( k - r ) } } \mathbb { P } ( a ( \mathbf { W } _ { 1 } \mathbf { X } _ { 2 } ) [ a ( \mathbf { W } _ { 2 } \mathbf { X } _ { 2 } ) ] ^ { - 1 } a ( \mathbf { W } _ { 2 } \mathbf { X } _ { 1 } ) = a ( \mathbf { H } ) | \mathrm { s i g n } ( \mathbf { W } _ { 1 } \mathbf { X } _ { 1 } ) = \mathbf { H } ) } \\ { = } & { \qquad \displaystyle \sum _ { \mathbf { H } \in \{ - 1 , 1 \} ^ { ( d _ { 1 } - r ) \times ( k - r ) } } \mathbb { E } [ \mathbb { P } ( a ( \mathbf { W } _ { 1 } \mathbf { X } _ { 2 } ) [ a ( \mathbf { W } _ { 2 } \mathbf { X } _ { 2 } ) ] ^ { - 1 } a ( \mathbf { W } _ { 2 } \mathbf { X } _ { 1 } ) = a ( \mathbf { H } ) | \mathbf { W } _ { 1 } , \mathbf { X } _ { 1 } ) | \mathrm { s i g n } ( \mathbf { W } _ { 1 } \mathbf { X } _ { 1 } ) = \mathbf { H } } \\ & { \mathrm { H } _ { 1 } ^ { 1 } [ \displaystyle \sum _ { \mathbf { H } \in \{ - 1 , 1 \} ^ { ( d _ { 1 } - r ) \times ( k - r ) } } \mathbb { Z } ( \exists ( \mathbf { W } _ { 2 } , \mathbf { X } _ { 2 } ) : a ( \mathbf { W } _ { 1 } \mathbf { X } _ { 2 } ) [ a ( \mathbf { W } _ { 2 } \mathbf { X } _ { 2 } ) ] ^ { - 1 } a ( \mathbf { W } _ { 2 } \mathbf { X } _ { 1 } ) = a ( \mathbf { H } ) ) ] \mathrm { s i g n } ( \mathbf { W } _ { 1 } \mathbf { X } _ { 1 } ) = \mathbf { H } } \end{array} +$$ + +$$ +\begin{array} { r l } & { \overset { 2 } { \leq } \mathbb { R } [ 2 ^ { r ^ { 2 } } [ \displaystyle \sum _ { \mathbf { H } \in \{ - 1 , 1 \} ^ { ( d _ { \mathbf { X } } _ { 2 } : \mathrm { ~ s i g n } } } ( \mathbf { W } _ { 1 } \mathbf { X } _ { 2 } ) = \mathbf { H } ) ] [ \displaystyle \sum _ { \mathbf { H } \in \{ - 1 , 1 \} ^ { r \times ( k - r ) } } \mathbb { Z } ( \exists \mathbf { W } _ { 2 } : \mathrm { s i g n } ( \mathbf { W } _ { 2 } \mathbf { X } _ { 1 } ) = \mathbf { H } ) ] ] | \mathrm { s i g n } } \\ & { \leq \mathbb { R } [ 2 ^ { r ^ { 2 } } [ \displaystyle \sum _ { \mathbf { h } \in \{ - 1 , 1 \} ^ { ( d _ { \mathbf { X } } : \mathrm { s i g n } } } ( \mathbf { W } _ { 1 } \mathbf { x } ) = \mathbf { h } ) ] ^ { r } [ \displaystyle \sum _ { \mathbf { h } \in \{ - 1 , 1 \} ^ { ( k - r ) } } \mathbb { Z } ( \exists \mathbf { w } : \mathrm { s i g n } ( \mathbf { w } ^ { \mathsf { T } } \mathbf { X } _ { 1 } ) = \mathbf { h } ^ { \mathsf { T } } ) ] ^ { r } ] | \mathrm { s i g n } ( \mathbf { W } _ { 1 } \mathbf { X } _ { 1 } ) } \\ & { \overset { 3 } { \leq } \mathbb { R } [ 2 ^ { r ^ { 2 } } 2 ^ { r d _ { 0 } \log ( d _ { 1 } - r ) + r _ { 2 } r d _ { 0 } \log ( k - r ) + r } ] | \mathrm { s i g n } ( \mathbf { W } _ { 1 } \mathbf { X } _ { 1 } ) = \mathbf { H } ] } \\ & { = 2 ^ { r d _ { 0 } [ \log ( d _ { 1 } - r ) + \log ( k - r ) ] + r ^ { 2 } + 2 r } , } \end{array} +$$ + +where + +1. Given $( \mathbf { W } _ { 1 } , \mathbf { X } _ { 1 } )$ , and eq. (12.8), the indicator function in eq. (12.12) is equal to zero only if $\begin{array} { r } { \mathbb { P } \left( a \left( \mathbf { W } _ { 1 } \mathbf { X } _ { 2 } \right) \left[ a \left( \mathbf { W } _ { 2 } \mathbf { X } _ { 2 } \right) \right] ^ { - 1 } a \left( \mathbf { W } _ { 2 } \mathbf { X } _ { 1 } \right) = \mathbf { A } \mathbf { | } \mathbf { W } _ { 1 } , \mathbf { X } _ { 1 } \right) = 0 } \end{array}$ , and one otherwise. + +2. This sum counts the number of values of $\mathbf { H }$ consistent with $\mathbf { W } _ { 1 }$ and $\mathbf { X } _ { 1 }$ . Conditioned on $( \mathbf { W } _ { 1 } , \mathbf { X } _ { 1 } ) , \mathbf { D } = \left[ a \left( \mathbf { W } _ { 2 } \mathbf { X } _ { 2 } \right) \right] ^ { - 1 } , \mathbf { B } = a \left( \mathbf { W } _ { 1 } \mathbf { X } _ { 2 } \right)$ and $\mathbf { C } = a \left( \mathbf { W } _ { 2 } \mathbf { X } _ { 1 } \right)$ can have multiple values, depending on $\mathbf { W } _ { 2 }$ and $\mathbf { X } _ { 2 }$ . Also, any single value for $( { \bf D } , { \bf B } , { \bf C } )$ results in a single value of $\mathbf { H }$ . Therefore, the number of possible values of $\mathbf { H }$ in eq. (12.12) is upper bounded by the product of the number of possible values of $\mathbf { D }$ , $\mathbf { B }$ and $\mathbf { C }$ , which is product in the following equation. + +3. The function $\begin{array} { r } { \sum _ { \mathbf { h } \in \{ - 1 , 1 \} ^ { ( k - r ) } } \mathscr { T } \left( \exists \mathbf { w } : \mathrm { s i g n } \left( \mathbf { w } ^ { \top } \mathbf { X } _ { 1 } \right) = \mathbf { h } ^ { \top } \right) } \end{array}$  counts the number of dichotomies that can be induced by the linear classifier w on $\mathbf { X } _ { 1 }$ . Using eq. (12.7) we can bound this number by $2 \left( k - r \right) ^ { d _ { 0 } }$ . Similarly, the other sum can be bounded by $2 \left( d _ { 1 } - r \right) ^ { r }$ . + +Combining eqs. (12.10), (12.11) and (12.13) we obtain + +$$ +\begin{array} { r l } & { \mathbb { P } \left( \mathrm { r a n k } \left( \mathbf { A } \right) = r \right) \leq } \\ & { \left( \begin{array} { l } { d _ { 1 } } \\ { r } \end{array} \right) \left( \begin{array} { l } { k } \\ { r } \end{array} \right) \left( \begin{array} { c } { k - r } \\ { \lfloor ( k - r ) / 2 \rfloor } \end{array} \right) 2 ^ { r d _ { 0 } \left[ \log ( d _ { 1 } - r ) + \log ( k - r ) \right] + r ^ { 2 } + 2 r } \mathbb { P } \left( \mathbf { W } _ { 1 } \mathbf { X } _ { [ \lfloor ( k - r ) / 2 \rfloor ] } > 0 \right) . } \end{array} +$$ + +Next, we take the log. To upper bound $\left( \begin{array} { c } { { N } } \\ { { k } } \end{array} \right)$ , for small $k$ we use $\left( \begin{array} { c } { { N } } \\ { { k } } \end{array} \right) \le N ^ { k }$ , while for $k = N / 2$ , we use $\left( \begin{array} { c } { { N } } \\ { { N / 2 } } \end{array} \right) \le 2 ^ { N }$ . Thus, we obtain + +$$ +\begin{array} { r l r } & { } & { \log \mathbb { P } \left( \mathrm { r a n k } \left( \mathbf { A } \right) = r \right) \leq \left( r d _ { 0 } \left( \log \left( d _ { 1 } - r \right) + \log \left( k - r \right) \right) + r ^ { 2 } + 2 r \right) \log 2 \qquad ( 1 2 \triangle ( r \mathrm { ~ o ~ t ~ } r ) } \\ & { } & { + r \log d _ { 1 } + r \log k + ( k - r ) \log 2 + \log \mathbb { P } \left( \mathbf { W } _ { 1 } \mathbf { X } _ { [ \vert ( k - r ) / 2 ] ] } > 0 \right) . } \end{array} +$$ + +Recalling that $\mathbf { W } _ { 1 } \in \mathbb { R } ^ { ( d _ { 1 } - r ) \times d _ { 0 } }$ while $\mathbf { W } \in \mathbb { R } ^ { d _ { 1 } \times d _ { 0 } }$ , we obtain from Jensen’s inequality + +$$ +\begin{array} { r } { \log \mathbb { P } \left( \mathbf { W } _ { 1 } \mathbf { X } _ { [ \lfloor ( k - r ) / 2 \rfloor ] } > 0 \right) \le \frac { \left\lfloor \left( k - r \right) / 2 \right\rfloor \left\lfloor d _ { 1 } - r \right\rfloor } { \left\lfloor k / 2 \right\rfloor \left\lfloor d _ { 1 } \right\rfloor } \log \mathbb { P } \left( \mathbf { W } \mathbf { X } _ { [ \lfloor k / 2 \rfloor ] } > 0 \right) . } \end{array} +$$ + +Taking the limit $\mathrm { n i n } \left[ k , d _ { 0 } , d _ { 1 } \right] \dot { > } r$ on eqs. (12.14) and (12.15) we obtain + +$$ +\begin{array} { r } { \mathbb { P } \left( \mathrm { r a n k } \left( \mathbf { A } \right) = r \right) \overset { * } { \leq } 2 ^ { k + r d _ { 0 } ( \log d _ { 1 } + \log k ) + t ^ { 2 } } \mathbb { P } \left( { \mathbf { W } } \mathbf { X } _ { [ \lfloor k / 2 \rfloor ] } > 0 \right) . } \end{array} +$$ + +# 12.3 PROOF OF LEMMA 16 + +In this section we will prove Lemma 16 in subsection 12.3.3. This proof relies on more elementary results, which we first prove in subsections 12.3.1 and 12.3.2. + +# 12.3.1 ORTHANT PROBABILITY OF A RANDOM GAUSSIAN VECTOR + +Recall that $\phi \left( x \right)$ and $\Phi \left( x \right)$ are, respectively, the probability density function and cumulative distribution function for a scalar standard normal random variable. + +Definition 32. We define the following functions $\forall x \geq 0$ + +$$ +\begin{array} { l } { \displaystyle { g \left( x \right) \triangleq \frac { x \Phi \left( x \right) } { \phi \left( x \right) } , } } \\ { \displaystyle { \psi \left( x \right) \triangleq \frac { \left( g ^ { - 1 } \left( x \right) \right) ^ { 2 } } { 2 x } - \log \left( \Phi \left( g ^ { - 1 } \left( x \right) \right) \right) , } } \end{array} +$$ + +where the inverse function $g ^ { - 1 } ( x ) : [ 0 , \infty ) [ 0 , \infty )$ is well defined since $g \left( x \right)$ monotonically increase from 0 to $\infty$ , for $x \geq 0$ . + +Lemma 33. Let $\mathbf { z } \sim \mathcal { N } ( 0 , \pmb { \Sigma } )$ be a random Gaussian vector in $\mathbb { R } ^ { K }$ , with a covariance matrix $\Sigma _ { i j } = \left( 1 - \theta K ^ { - 1 } \right) \delta _ { m n } + \theta K ^ { - 1 }$ where $K \gg \theta > 0$ . Then, recalling $\psi \left( \theta \right)$ in eq. (12.17), we have + +$$ +\begin{array} { r } { \log \mathbb { P } \left( \forall i : z _ { i } > 0 \right) \le - K \psi \left( \theta \right) + O \left( \log K \right) . } \end{array} +$$ + +Proof. Note that we can write $\mathbf { z } = \mathbf { u } + \eta$ , where $\mathbf { u } \sim { \mathcal { N } } \left( 0 , \left( 1 - \theta K ^ { - 1 } \right) \mathbf { I } _ { K } \right)$ , and $\eta \sim \mathcal { N } \left( 0 , \theta K ^ { - 1 } \right)$ . Using this notation, we have + +$$ +\begin{array} { r l } & { \quad \mathbb { P } \left( \overline { { \psi } } : z _ { i } > 0 \right) } \\ & { = \int _ { - \infty } ^ { \infty } d \eta \left[ \displaystyle \prod _ { i = 1 } ^ { K } \int _ { - \infty } ^ { \infty } d u _ { i } \mathcal { T } \left( \sqrt { 1 - \theta K ^ { - 1 } } u _ { i } + \sqrt { \theta K ^ { - 1 } } \eta > 0 \right) \phi \left( u _ { i } \right) \right] \phi \left( \eta \right) } \\ & { = \int _ { - \infty } ^ { \infty } d \eta \left[ \Phi \left( \sqrt { \frac { \theta K ^ { - 1 } } { 1 - \theta K ^ { - 1 } } } \eta \right) \right] ^ { K } \phi \left( \eta \right) } \\ & { \stackrel { ( 1 ) } { = } \sqrt { \displaystyle \frac { \theta } { 2 \pi \left( K - \theta \right) } } \int _ { - \infty } ^ { \infty } d \xi \left[ \Phi \left( \xi \right) \right] ^ { K } \exp \left( - \frac { \left( K - \theta \right) \xi ^ { 2 } } { 2 \theta } \right) } \\ & { = \sqrt { \displaystyle \frac { \theta } { 2 \pi \left( K - \theta \right) } } \int _ { - \infty } ^ { \infty } d \xi \exp \left( \frac { \xi ^ { 2 } } { 2 } \right) \exp \left[ K \left( \log \Phi \left( \xi \right) - \frac { \xi ^ { 2 } } { 2 \theta } \right) \right] , } \end{array} +$$ + +where in (1) we changed the variable of integration to $\xi = \sqrt { \theta / \left( K - \theta \right) } \eta$ . We denote, for a fixed $\theta$ + +$$ +\begin{array} { l } { { \displaystyle q \left( \xi \right) \triangleq \log \Phi \left( \xi \right) - \frac { \xi ^ { 2 } } { 2 \theta } } } \\ { { \displaystyle h \left( \xi \right) \triangleq \sqrt { \frac { \theta } { 2 \pi \left( K - \theta \right) } } \exp \left( \frac { \xi ^ { 2 } } { 2 } \right) } } \end{array} +$$ + +and $\xi _ { 0 }$ as its global maximum. Since $q$ is twice differentiable, we can use Laplace’s method (e.g., (Butler, 2007)) to simplify eq. (12.18) + +$$ +\log \int _ { - \infty } ^ { \infty } h \left( \xi \right) \exp \left( K q \left( \xi \right) \right) d \xi = K q \left( \xi _ { 0 } \right) + O \left( \log K \right) . +$$ + +To find $\xi _ { 0 }$ , we differentiate $q \left( \xi \right)$ and equate to zero to obtain + +$$ +q ^ { \prime } \left( \xi \right) = \frac { \phi \left( \xi \right) } { \Phi \left( \xi \right) } - \frac { 1 } { \theta } \xi = 0 . +$$ + +which implies (recall eq. (12.16)) + +$$ +g \left( \xi \right) \triangleq \frac { \xi \Phi \left( \xi \right) } { \phi \left( \xi \right) } = \theta . +$$ + +This is a monotonically increasing function from 0 to $\infty$ in the range $\xi \ge 0$ . Its inverse function can also be defined in that range $g ^ { - 1 } \check { ( \theta ) } : [ 0 , \infty ] [ 0 , \infty ]$ . This implies that this equation has only one solution, $\xi _ { 0 } = g ^ { - 1 } \left( \theta \right)$ . Since $\begin{array} { r } { \operatorname* { l i m } _ { \xi \to \infty } q \left( \xi \right) = - \infty } \end{array}$ , this $\xi _ { 0 }$ is indeed the global maximum of $q \left( \xi \right)$ Substituting this solution into $q \left( \xi \right)$ , we get (recall eq. (12.17)) + +$$ +\forall \theta > 0 : q \left( \xi _ { 0 } \right) = - \psi \left( \theta \right) = q \left( g ^ { - 1 } \left( \theta \right) \right) = \log \left( \Phi \left( g ^ { - 1 } \left( \theta \right) \right) \right) - \frac { \left( g ^ { - 1 } \left( \theta \right) \right) ^ { 2 } } { 2 \theta } . +$$ + +Using eq. (12.18), (12.21) and (12.24) we obtain: + +$$ +\begin{array} { l } { \displaystyle \log \mathbb { P } \left( \forall i : z _ { i } > 0 \right) } \\ { = \log \left[ \int _ { - \infty } ^ { \infty } d \xi \exp \left( \frac { \xi ^ { 2 } } { 2 } \right) \exp \left[ K \left( \log \Phi \left( \xi \right) - \frac { \xi ^ { 2 } } { 2 \theta } \right) \right] \right] + O \left( \log K \right) } \\ { = - K \psi \left( \theta \right) + O \left( \log K \right) . } \end{array} +$$ + +Next, we generalize the previous Lemma to a general covariance matrix. + +Corollary 34. Let $\mathbf { u } \sim \mathcal { N } ( 0 , \pmb { \Sigma } )$ be a random Gaussian vector in $\mathbb { R } ^ { K }$ for which $\forall n : \Sigma _ { n n } = 1$ , and $\theta \geq K \operatorname* { m a x } _ { n , m : n \neq m } \Sigma _ { n m } > 0$ . Then, again, for large $K$ + +$$ +\begin{array} { r } { \log \mathbb { P } \left( \forall i : u _ { i } > 0 \right) \le - K \psi \left( \theta \right) + O \left( \log K \right) . } \end{array} +$$ + +Proof. We define $\tilde { \mathbf { u } } \sim \mathcal { N } \left( 0 , \tilde { \Sigma } \right)$ , with $\tilde { \Sigma } _ { m n } = \left( 1 - \theta K ^ { - 1 } \right) \delta _ { m n } + \theta K ^ { - 1 }$ . Note that $\forall n : \Sigma _ { n n } =$ $\tilde { \Sigma } _ { n n } = 1$ and $\forall m \neq n$ : $\Sigma _ { m n } \leq \tilde { \Sigma } _ { m n }$ . Therefore, from Slepian’s Lemma (Slepian, 1962, Lemma 1), + +$$ +\mathbb { P } \left( \forall n : \tilde { u } _ { n } > 0 \right) \ge \mathbb { P } \left( \forall n : u _ { n } > 0 \right) . +$$ + +Using Lemma 33 on $\tilde { \mathbf { u } }$ completes the proof. + +# 12.3.2 MUTUAL COHERENCE BOUNDS + +Definition 35. We define the mutual coherence of the columns of a matrix $\mathbf { A } = [ \pmb { a } _ { 1 } , \cdots , \pmb { a } _ { N } ] \in$ $\mathbb { R } ^ { M \times N }$ as the maximal angle between different columns + +$$ +\gamma \left( { \bf A } \right) \triangleq \operatorname* { m a x } _ { i , j : i \neq j } \frac { \left| { \pmb a } _ { i } ^ { \top } { \pmb a } _ { j } \right| } { \left\| { \pmb a } _ { i } \right\| \left\| { \pmb a } _ { j } \right\| } . +$$ + +Note that $\gamma \left( \mathbf { A } \right) \leq 1$ and from (Welch, 1974), for $\begin{array} { r } { N \ge M , \gamma \left( { \mathbf { A } } \right) \ge \sqrt { \frac { N - M } { M \left( N - 1 \right) } } . } \end{array}$ + +Lemma 36. Let $\mathbf { A } = [ \pmb { a } _ { 1 } , \cdot \cdot \cdot , \pmb { a } _ { N } ] \in \mathbb { R } ^ { M \times N }$ be a standard random Gaussian matrix, and $\gamma \left( \mathbf { A } \right)$ is the mutual coherence of it columns (see definition 35). Then + +$$ +\mathbb { P } \left( \gamma \left( { \bf A } \right) > \epsilon \right) \le 2 N ^ { 2 } \exp \left( - \frac { M \epsilon ^ { 2 } } { 2 4 } \right) . +$$ + +Proof. In this case, we have from (Chen & Peng, 2016, Appendix 1): + +$$ +\mathbb { P } \left( \gamma \left( \mathbf { A } \right) > \epsilon \right) \leq N \left( N - 1 \right) \left[ \exp \left( - \frac { M a ^ { 2 } \epsilon ^ { 2 } } { 4 \left( 1 + \epsilon / 2 \right) } \right) + \exp \left( - \frac { M } { 4 } \left( 1 - a \right) ^ { 2 } \right) \right] , +$$ + +for any $a \in ( 0 , 1 )$ . Setting $a = 1 - \epsilon / 2$ + +$$ +\begin{array} { r l } & { \mathbb { P } \left( \gamma \left( \mathbf { A } \right) > \epsilon \right) \le N \left( N - 1 \right) \left[ \exp \left( - \frac { M \left( 1 - \epsilon / 2 \right) ^ { 2 } \epsilon ^ { 2 } } { 4 \left( 1 + \epsilon / 2 \right) } \right) + \exp \left( - \frac { M } { 1 6 } \epsilon ^ { 2 } \right) \right] } \\ & { \qquad \overset { \left( 1 \right) } { \le } N \left( N - 1 \right) \left[ \exp \left( - \frac { M \epsilon ^ { 2 } } { 2 4 } \right) + \exp \left( - \frac { M } { 1 6 } \epsilon ^ { 2 } \right) \right] } \\ & { \qquad \le 2 N ^ { 2 } \exp \left( - \frac { M \epsilon ^ { 2 } } { 2 4 } \right) , } \end{array} +$$ + +where in (1) we can assume that $\epsilon \leq 1$ , since for $\epsilon \geq 1$ , we have $\mathbb { P } \left( \gamma \left( \mathbf { A } \right) > \epsilon \right) = 0$ (recall $\gamma ( \mathbf { A } ) \leq 1 )$ . □ + +Lemma 37. Let $\mathbf { B } = [ \mathbf { b } _ { 1 } , \cdots , \mathbf { b } _ { L } ] \in \mathbb { R } ^ { M \times L }$ be a standard random Gaussian matrix and mutual coherence $\gamma$ as in definition 35. Then, $\forall \epsilon > 0$ and $\forall K \in [ L ]$ : + +$$ +\mathbb { P } \left( \operatorname* { m i n } _ { S \subset [ N ] : | S | = K } \gamma \left( \mathbf { B } _ { S } \right) > \epsilon \right) \leq \exp \left[ \left( 2 \log \left( 2 K \right) - \frac { M \epsilon ^ { 2 } } { 2 4 } \right) \left( \frac { L } { K } - 1 \right) \right] . +$$ + +Proof. We upper bound this probability by partitioning the set of column vectors into $\lfloor L / K \rfloor$ subsets $S _ { i }$ of size $| \bar { S _ { i } } \bar { | } = K$ and require that in each subset the mutual coherence is lower bounded by $\epsilon$ . + +Since the columns are independent, we have + +$$ +\begin{array} { r l } & { \mathbb { P } \left( \underset { S \subset [ N ] : | S | = K } { \operatorname* { m i n } } \gamma \left( \mathbf { B } _ { S } \right) > \epsilon \right) } \\ & { \le \displaystyle \prod _ { i = 1 } ^ { \lfloor L / K \rfloor } \mathbb { P } \left( \forall S = \{ 1 + \left( i - 1 \right) K , 2 + \left( 1 - i \right) K , \ldots , i K \} : \gamma \left( \mathbf { B } _ { S } \right) > \epsilon \right) } \\ & { \stackrel { \mathrm { ( 1 ) } } { \le } \displaystyle \prod _ { i = 1 } ^ { L / K - 1 } 2 K ^ { 2 } \exp \left( - \frac { M \epsilon ^ { 2 } } { 2 4 } \right) } \\ & { \le \exp \left[ \left( 2 \log \left( 2 K \right) - \frac { M \epsilon ^ { 2 } } { 2 4 } \right) \left( \frac { L } { K } - 1 \right) \right] , } \end{array} +$$ + +where in (1) we used the bound from Lemma 36. + +12.3.3 MAIN PROOF: ORTHANT PROBABILITY OF A PRODUCT GAUSSIAN MATRICES + +Lemma 38. (Lemma 16 restated). Let $\mathbf { C } = \left[ \mathbf { c } _ { 1 } , \cdots , \mathbf { c } _ { N } \right] ^ { \top } \in \mathbb { R } ^ { N \times M }$ and $\mathbf { B } \in \mathbb { R } ^ { M \times L }$ be two independent random Gaussian matrices. Without loss of generality, assume $N \geq L$ , and denote $\alpha \triangleq M L / N$ . Then, in the regime $M \leq N$ and in the limit $\operatorname* { m i n } \left[ N , M , L \right] \dot { > } \alpha \dot { > } 1$ , we have + +$$ +\begin{array} { r } { \mathbb { P } \left( \mathbf { C B } > 0 \right) \dot { \leq } \exp \left( - 0 . 4 N \alpha ^ { 1 / 4 } \right) . } \end{array} +$$ + +Proof. For some $\theta > 0$ , and subset $S$ such that $| S | = K < L$ , we have + +$$ +\begin{array} { r l } & { \quad \mathbb { P } \left( \mathbf { C B } > 0 \right) } \\ & { \le \mathbb { P } \left( \mathbf { C B } _ { S } > 0 | \gamma \left( \mathbf { B } _ { S } \right) \le \epsilon \right) \mathbb { P } \left( \gamma \left( \mathbf { B } _ { S } \right) \le \epsilon \right) + \mathbb { P } \left( \mathbf { C B } _ { S } > 0 | \gamma \left( \mathbf { B } _ { S } \right) > \epsilon \right) \mathbb { P } \left( \gamma \left( \mathbf { B } _ { S } \right) > \epsilon \right) } \\ & { \le \mathbb { P } \left( \mathbf { C B } _ { S } > 0 | \gamma \left( \mathbf { B } _ { S } \right) \le \epsilon \right) + \mathbb { P } \left( \gamma \left( \mathbf { B } _ { S } \right) > \epsilon \right) } \\ & { = \mathbb { E } \left[ \left[ \mathbb { P } \left( \mathbf { c } _ { 1 } ^ { \top } \mathbf { B } _ { S } > 0 | \mathbf { B } _ { S } , \gamma \left( \mathbf { B } _ { S } \right) \le \epsilon \right) \right] ^ { N } | \gamma \left( \mathbf { B } _ { S } \right) \le \epsilon \right] + \mathbb { P } \left( \gamma \left( \mathbf { B } _ { S } \right) > \epsilon \right) , } \end{array} +$$ + +where in the last equality we used the fact that the rows of $\mathbf { C }$ are independent and identically distributed. + +We choose a specific subset + +$$ +S ^ { * } = \mathrm { a r g m i n } _ { S C [ L ] : | S | = K } \gamma \left( \mathbf { B } _ { S } \right) +$$ + +to minimize the second term and then upper bound it using Lemma 37 with $\theta = K \epsilon$ ; additionally, we apply Corollary 34 on the first term with the components of the vector $\mathbf { u }$ being + +$$ +u _ { i } = \left( \mathbf { B } _ { S } ^ { \top } \mathbf { c } _ { 1 } \right) _ { i } / \sqrt { \left( \mathbf { B } _ { S } ^ { \top } \mathbf { B } _ { S } \right) _ { i i } } \in \mathbb { R } ^ { K } , +$$ + +which is a Gaussian random vector with mean zero and covariance $\pmb { \Sigma }$ for which $\forall i : \Sigma _ { i i } = 1$ and $\forall i \neq j : \Sigma _ { i j } \leq \epsilon = \theta K ^ { - 1 }$ . Thus, we obtain + +$$ +\mathbb { P } \left( \mathbf { C } \mathbf { B } > 0 \right) \leq \exp \left( - N K \psi \left( \theta \right) + O \left( N \log K \right) \right) + \exp \left[ \left( \log \left( 2 K \right) ^ { 2 } - \frac { M \theta ^ { 2 } } { 2 4 K ^ { 2 } } \right) \left( \frac { L } { K } - 1 \right) \right] , +$$ + +where we recall $\psi \left( \theta \right)$ is defined in eq. (12.17). + +Next, we wish to select good values for $\theta$ and $K$ , which minimize this bound for large $( M , N , L , K )$ Thus, keeping only the first order terms in each exponent (assuming $L \gg K \gg 1$ ), we aim to minimize the function as much as possible + +$$ +f \left( K , \theta \right) \triangleq \exp \left( - N K \psi \left( \theta \right) \right) + \exp \left( - \frac { M \theta ^ { 2 } L } { 2 4 K ^ { 3 } } \right) . +$$ + +Note that the first term is decreasing in $K$ , while the second term increases. Therefore, for any $\theta$ the minimum of this function in $K$ would be approximately achieved when both terms are equal, i.e., + +$$ +N K \psi \left( \theta \right) = \frac { M \theta ^ { 2 } L } { 2 4 K ^ { 3 } } , +$$ + +so we choose + +$$ +{ \cal K } \left( \theta \right) = \left( { \frac { \theta ^ { 2 } M L } { 2 4 \psi \left( \theta \right) N } } \right) ^ { 1 / 4 } . +$$ + +Substituting $K \left( \theta \right)$ into $f \left( K , \theta \right)$ yields + +$$ +f \left( K \left( \theta \right) , \theta \right) = 2 \exp \left( - N \left[ \frac { \psi ^ { 3 } \left( \theta \right) \theta ^ { 2 } M L } { 2 4 N } \right] ^ { 1 / 4 } \right) . +$$ + +To minimize this function in $\theta$ , we need to maximize the function $\psi ^ { 3 } \left( \theta \right) \theta ^ { 2 }$ (which has a single maximum). Doing this numerically gives us + +$$ +\theta _ { * } \approx 2 3 . 2 5 ; \psi \left( \theta _ { * } \right) \approx 0 . 1 0 6 2 ; \psi ^ { 3 } \left( \theta _ { * } \right) \theta _ { * } ^ { 2 } \approx 0 . 6 4 7 8 . +$$ + +Substituting eqs. (12.27) and (12.28) into eq. (12.25), we obtain + +$$ +\begin{array} { r l } & { \mathbb { P } \left( \mathbf { C } \mathbf { B } > 0 \right) } \\ & { \leq \exp \left( - N \left[ \frac { M L } { 3 7 . 0 5 N } \right] ^ { 1 / 4 } + O \left( N \log K \right) \right) } \\ & { + \exp \left[ - N \left[ \frac { M L } { 3 7 . 0 5 N } \right] ^ { 1 / 4 } + 2 L \frac { \log K } { K } + \frac { M \theta ^ { 2 } } { 2 4 K ^ { 2 } } - \log \left( 2 K ^ { 2 } \right) \right] } \\ & { \leq \exp \left( - N \left[ \frac { M L } { 3 7 . 0 5 N } \right] ^ { 1 / 4 } + O \left( N \log \left( \frac { M L } { N } \right) \right) \right) , } \end{array} +$$ + +where in the last line we used $N \geq L , N \geq M$ and $\operatorname* { m i n } \left[ N , M , L \right] \dot { > } \alpha \dot { > } 1$ . Taking the log, and denoting $\alpha \triangleq M L / N$ , we thus obtain + +$$ +\begin{array} { r } { \log \mathbb { P } \left( \mathbf { C B } > 0 \right) \le - 0 . 4 N \alpha ^ { 1 / 4 } + O \left( N \log \alpha \right) , } \end{array} +$$ + +Therefore, in the limit that $N \to \infty$ and $\alpha ( N ) \infty$ , with $\alpha \left( N \right) \dot { < } N$ , we have + +$$ +\begin{array} { r } { \mathbb { P } \left( \mathbf { C B } > 0 \right) \dot { \leq } \exp \left( - 0 . 4 N \alpha ^ { 1 / 4 } \right) . } \end{array} +$$ + +# 13 LOWER BOUNDING THE ANGULAR VOLUME OF GLOBAL MINIMA: PROOF OF LEMMAS USED IN SECTION 10 + +# 13.1 ANGLES BETWEEN RANDOM GAUSSIAN VECTORS + +To prove the results in the next appendix sections, we will rely on the following basic Lemma. + +Lemma 39. For any vector y and $\mathbf { x } \sim \mathcal { N } \left( 0 , \mathbf { I } _ { d _ { 0 } } \right)$ , we have + +$$ +\mathbb { P } \left( \left| \frac { \mathbf { x } ^ { \top } \mathbf { y } } { \left\| \mathbf { x } \right\| \left\| \mathbf { y } \right\| } \right| > \cos \left( \epsilon \right) \right) \geq \frac { 2 \sin \left( \epsilon \right) ^ { d _ { 0 } - 1 } } { \left( d _ { 0 } - 1 \right) B \left( \frac { 1 } { 2 } , \frac { d _ { 0 } - 1 } { 2 } \right) } +$$ + +$$ +\mathbb { P } \left( \left| \frac { \mathbf { x } ^ { \top } \mathbf { y } } { \left\| \mathbf { x } \right\| \left\| \mathbf { y } \right\| } \right| < u \right) \leq \frac { 2 u } { B \left( \frac { 1 } { 2 } , \frac { d _ { 0 } - 1 } { 2 } \right) } , +$$ + +where we recall that $B \left( x , y \right)$ is the beta function. + +Proof. Since $\mathcal { N } ( 0 , \mathbf { I } _ { d _ { 0 } } )$ is spherically symmetric, we can set $\mathbf { y } = \left[ 1 , 0 \ldots , 0 \right] ^ { \top }$ , without loss of generality. Therefore, + +$$ +\left| { \frac { \mathbf { x } ^ { \top } \mathbf { y } } { \left\| \mathbf { x } \right\| \left\| \mathbf { y } \right\| } } \right| ^ { 2 } = { \frac { x _ { 1 } ^ { 2 } } { x _ { 1 } ^ { 2 } + \sum _ { i = 2 } ^ { d _ { 0 } } x _ { i } ^ { 2 } } } \sim { \mathcal { B } } \left( { \frac { 1 } { 2 } } , { \frac { d _ { 0 } - 1 } { 2 } } \right) , +$$ + +the Beta distribution, since $x _ { 1 } ^ { 2 } \sim \chi ^ { 2 } ( 1 )$ and ${ \textstyle \sum _ { i = 2 } ^ { d _ { 0 } } x _ { i } ^ { 2 } \sim \chi ^ { 2 } \left( d _ { 0 } - 1 \right) }$ are independent chi-square random variables. + +Suppose $Z \sim B \left( \alpha , \beta \right)$ , $\alpha \in ( 0 , 1 )$ , and $\beta > 1$ + +$$ +\mathbb { P } \left( Z > u \right) = \frac { \int _ { u } ^ { 1 } x ^ { \alpha - 1 } \left( 1 - x \right) ^ { \beta - 1 } d x } { B \left( \alpha , \beta \right) } \geq \frac { \int _ { u } ^ { 1 } 1 ^ { \alpha - 1 } \left( 1 - x \right) ^ { \beta - 1 } d x } { B \left( \alpha , \beta \right) } = \frac { \int _ { 0 } ^ { 1 - u } x ^ { \beta - 1 } d x } { B \left( \alpha , \beta \right) } = \frac { \left( 1 - u \right) ^ { \beta } } { \beta B \left( \alpha , \beta \right) } . +$$ + +Therefore, for $\epsilon > 0$ , + +$$ +\mathbb { P } \left( \left| \frac { \mathbf { x } ^ { \mathsf { T } } \mathbf { y } } { \left\| \mathbf { x } \right\| \left\| \mathbf { y } \right\| } \right| ^ { 2 } > \cos ^ { 2 } \left( \epsilon \right) \right) \geq \frac { 2 \left( 1 - \cos ^ { 2 } \left( \epsilon \right) \right) ^ { \frac { d _ { 0 } - 1 } { 2 } } } { \left( d _ { 0 } - 1 \right) B \left( \frac { 1 } { 2 } , \frac { d _ { 0 } - 1 } { 2 } \right) } = \frac { 2 \sin \left( \epsilon \right) ^ { d _ { 0 } - 1 } } { \left( d _ { 0 } - 1 \right) B \left( \frac { 1 } { 2 } , \frac { d _ { 0 } - 1 } { 2 } \right) } , +$$ + +which proves eq. (13.1). + +Similarly, for $\alpha \in ( 0 , 1 )$ and $\beta > 1$ + +$$ +\mathbb { P } \left( Z < u \right) = \frac { \int _ { 0 } ^ { u } x ^ { \alpha - 1 } \left( 1 - x \right) ^ { \beta - 1 } d x } { B \left( \alpha , \beta \right) } \leq \frac { \int _ { 0 } ^ { u } x ^ { \alpha - 1 } 1 ^ { \beta - 1 } d x } { B \left( \alpha , \beta \right) } = \frac { u ^ { \alpha } } { \alpha B \left( \alpha , \beta \right) } . +$$ + +Therefore, for $\epsilon > 0$ + +$$ +\mathbb { P } \left( \left| \frac { \mathbf { x } ^ { \top } \mathbf { y } } { \left\| \mathbf { x } \right\| \left\| \mathbf { y } \right\| } \right| ^ { 2 } < u ^ { 2 } \right) \leq \frac { 2 u } { B \left( \frac { 1 } { 2 } , \frac { d _ { 0 } - 1 } { 2 } \right) } , +$$ + +which proves eq. (13.2). + +# 13.2 PROOF OF LEMMA 21: + +Given three matrices: datapoints, $\begin{array} { r c l c l } { \mathbf { X } } & { = } & { \left[ \mathbf { x } ^ { ( 1 ) } , \ldots , \mathbf { x } ^ { ( N ) } \right] } & { \in } & { \mathbb { R } ^ { d _ { 0 } \times N } } \end{array}$ , weights $\begin{array} { r l } { \mathbf { W } } & { { } = } \end{array}$ $\left[ { \bf w } _ { 1 } ^ { \top } , \ldots , { \bf w } _ { d _ { 1 } } ^ { \top } \right] ^ { \top } \ \in \ \mathbb { R } ^ { d _ { 1 } \times d _ { 0 } }$ , and target weights $\mathbf W ^ { * } ~ = ~ \left[ \mathbf w _ { 1 } ^ { * \top } , \ldots , \mathbf w _ { d _ { 1 } ^ { * } } ^ { * \top } \right] ^ { \top } ~ \in ~ \mathbb { R } ^ { d _ { 1 } ^ { * } \times d _ { 0 } }$ , with $d _ { 1 } ^ { * } \leq d _ { 1 }$ ,we recall the following definitions: + +$$ +\mathcal { M } ^ { \alpha } \left( \mathbf { W } ^ { * } \right) \triangleq \left\{ \mathbf { X } \in \mathbb { R } ^ { d _ { 0 } \times N } | \forall i , n : \left| \frac { \mathbf { x } ^ { ( n ) \top } \mathbf { w } _ { i } ^ { * } } { \left\| \mathbf { x } ^ { ( n ) } \right\| \left\| \mathbf { w } _ { i } ^ { * } \right\| } \right| > \mathrm { s i n } \alpha \right\} +$$ + +and + +$$ +\begin{array} { r } { \tilde { \mathcal { G } } \left( \mathbf { X } , \mathbf { W } ^ { * } \right) \triangleq \left\{ \mathbf { W } \in \mathbb { R } ^ { d _ { 1 } \times d _ { 0 } } | \forall i \le d _ { 1 } ^ { * } : \ \mathrm { s i g n } \left( \mathbf { w } _ { i } ^ { \top } \mathbf { X } \right) = \mathrm { s i g n } \left( \mathbf { w } _ { i } ^ { * } { } ^ { \top } \mathbf { X } \right) \right\} . } \end{array} +$$ + +Using these definitions, in this section we prove the following Lemma. + +Lemma 40. (Lemma 21 restated). For any $\alpha$ , if $\mathbf { W } ^ { * }$ is independent from W then, in the limit $N \to \infty$ , $\forall \mathbf { X } \in \mathcal { M } ^ { \alpha } \left( \mathbf { W } ^ { * } \right)$ with $\log \sin \alpha { \dot { > } } { \dot { d } _ { 0 } } ^ { - 1 } \log { d _ { 0 } }$ + +$$ +\begin{array} { r } { \mathbb { P } _ { \mathbf { W } \sim \mathcal { N } } \left( \mathbf { W } \in \tilde { \mathcal { G } } \left( \mathbf { X } , \mathbf { W } ^ { * } \right) \right) \dot { \geq } \exp \left( d _ { 0 } d _ { 1 } ^ { * } \log \sin \alpha \right) . } \end{array} +$$ + +Proof. To lower bound $\mathbb { P } _ { \mathbf { W } \sim \mathcal { N } } \left( \mathbf { W } \in \tilde { \mathcal { G } } \left( \mathbf { X } , \mathbf { W } ^ { * } \right) \right) \forall \mathbf { X } \in \mathcal { M } ^ { \alpha } \left( \mathbf { W } ^ { * } \right)$ , we define the event that all weight hyperplanes (with normals $\mathbf { w } _ { i }$ ) have an angle of at least $\alpha$ from the corresponding target hyperplanes (with normals $\mathbf { w } _ { i } ^ { * }$ ). + +$$ +\begin{array} { r } { \tilde { \mathcal { G } } _ { i } ^ { \alpha } \left( \mathbf { W } ^ { * } \right) = \left\{ \mathbf { W } \in \mathbb { R } ^ { d _ { 1 } \times d _ { 0 } } \big | \left| \frac { \mathbf { W } _ { i } ^ { \top } \mathbf { w } _ { i } ^ { * } } { \left\| \mathbf { w } _ { i } \right\| \left\| \mathbf { w } _ { i } ^ { * } \right\| } \right| < \cos \left( \alpha \right) \right\} . } \end{array} +$$ + +In order that $\mathrm { s i g n } \left( \mathbf { w } _ { i } ^ { \top } \mathbf { x } ^ { ( n ) } \right) \neq \mathrm { s i g n } \left( \mathbf { w } _ { 1 } ^ { \ast \top } \mathbf { x } ^ { ( n ) } \right)$ , $\mathbf { w } _ { i }$ must be rotated in respect to $\mathbf { w } _ { i } ^ { * }$ by an angle greater then the angular margin $\alpha$ , which is the minimal the angle between $\mathbf { x } ^ { ( n ) }$ and the solution hyperplanes (with normals $\mathbf { w } _ { i } ^ { * }$ ). Therefore, we have that, given $\mathbf { X } \in \mathcal { M } ^ { \alpha } \left( \mathbf { W } ^ { * } \right)$ , + +$$ +\forall \alpha : \bigcap _ { i = 1 } ^ { d _ { 1 } ^ { * } } \tilde { \mathcal { G } } _ { i } ^ { \alpha } \left( \mathbf { W } ^ { * } \right) \subset \tilde { \mathcal { G } } \left( \mathbf { X } , \mathbf { W } ^ { * } \right) . +$$ + +And so, $\forall \mathbf { X } \in \mathcal { M } ^ { \alpha } \left( \mathbf { W } ^ { * } \right)$ : + +$$ +\begin{array} { r l } & { \mathbb { P } _ { \mathbf { W } \sim \mathcal { N } } \left( \mathbf { W } \in \tilde { \mathcal { G } } \left( \mathbf { X } , \mathbf { W } ^ { * } \right) \right) \overset { ( 1 ) } { \geq } \mathbb { P } _ { \mathbf { W } \sim \mathcal { N } } \left( \mathbf { W } \in \displaystyle \bigcap _ { i = 1 } ^ { d _ { 1 } ^ { * } } \tilde { \mathcal { G } } _ { i } ^ { \alpha } \left( \mathbf { W } ^ { * } \right) \right) } \\ & { \overset { ( 2 ) } { = } \displaystyle \prod _ { i = 1 } ^ { d _ { 1 } ^ { * } } \mathbb { P } _ { \mathbf { W } \sim \mathcal { N } } \left( \mathbf { W } \in \tilde { \mathcal { G } } _ { i } ^ { \alpha } \left( \mathbf { W } ^ { * } \right) \right) \overset { ( 3 ) } { \geq } \left[ \frac { 2 \sin \left( \alpha \right) ^ { d _ { 0 } - 1 } } { \left( d _ { 0 } - 1 \right) B \left( \frac { 1 } { 2 } , \frac { d _ { 0 } - 1 } { 2 } \right) } \right] ^ { d _ { 1 } ^ { * } } , } \end{array} +$$ + +where in (1) we used eq. (13.5), in (2) we used the independence of $\{ { \bf w } _ { i } \} _ { i = 1 } ^ { d _ { 1 } ^ { * } }$ and in (3) we used eq. (13.1) from Lemma 39. Lastly, to simplify this equation we use the asymptotic expansion of the beta function $B \left( { \textstyle \frac { 1 } { 2 } } , x \right) = { \sqrt { \pi / x } } + O \left( x ^ { - 3 / 2 } \right)$ for large $x$ : + +$$ +\begin{array} { r } { \log \mathbb { P } _ { \mathbf { W } \sim \mathcal { N } } \left( \mathbf { W } \in \tilde { \mathcal { G } } \left( \mathbf { X } , \mathbf { W } ^ { * } \right) \right) \geq d _ { 0 } d _ { 1 } ^ { * } \log \sin \alpha + O \left( d _ { 1 } ^ { * } \log d _ { 0 } \right) . } \end{array} +$$ + +We obtain the Lemma in the limit $N \to \infty$ when $\log \sin \alpha { \dot { > } } d _ { 0 } ^ { - 1 } \log d _ { 0 }$ . + +# 13.3 PROOF OF LEMMA 22: + +Lemma 41. (Lemma 22 restated). Let $\mathbf { W } ^ { * } = \left[ \mathbf { w } _ { 1 } ^ { \top } , \ldots , \mathbf { w } _ { d _ { 1 } ^ { * } } ^ { \top } \right] ^ { \top } \in \mathbb { R } ^ { d _ { 1 } ^ { * } \times d _ { 0 } }$ a fixed matrix independent of $\mathbf { X }$ . Then, in the limit $N \infty$ with $d _ { 1 } ^ { * } { \dot { \leq } } d _ { 0 } { \dot { \leq } } N _ { \mathrm { ~ } }$ , the probability of not having an angular margin $\sin \alpha = 1 / \left( d _ { 1 } ^ { * } d _ { 0 } N \right)$ (eq. (13.3)) is upper bounded by + +$$ +\mathbb { P } \left( \mathbf { X } \notin \mathcal { M } ^ { \alpha } \left( \mathbf { W } ^ { * } \right) \right) \dot { \leq } \sqrt { \frac { 2 } { \pi } } d _ { 0 } ^ { - 1 / 2 } +$$ + +Proof. We define + +$$ +\mathcal M _ { n , i } ^ { \alpha } ( \mathbf W ^ { * } ) \triangleq \{ \mathbf X \in \mathbb R ^ { d _ { 0 } \times N } | | \frac { \mathbf x ^ { ( n ) \top } \mathbf w _ { i } ^ { * } } { \| \mathbf x ^ { ( n ) } \| \| \mathbf w _ { i } ^ { * } \| } | > \sin ( \alpha ) \} , +$$ + +and $\begin{array} { r } { \mathcal { M } _ { n } ^ { \alpha } \left( \mathbf { W } ^ { * } \right) \triangleq \bigcap _ { i = 1 } ^ { d _ { 1 } ^ { * } } \mathcal { M } _ { n , i } ^ { \alpha } \left( \mathbf { W } ^ { * } \right) } \end{array}$ . Since $\begin{array} { r } { \mathcal { M } \left( \mathbf { W } ^ { * } \right) = \bigcap _ { n = 1 } ^ { N } \mathcal { M } _ { n } ^ { \alpha } \left( \mathbf { W } ^ { * } \right) } \end{array}$ , we have + +$$ +\begin{array} { r l } & { \displaystyle \mathbb { P } \left( \mathbf { X } \in \mathcal { M } ^ { \alpha } \left( \mathbf { W } ^ { * } \right) \right) \stackrel { ( 1 ) } { = } \prod _ { n = 1 } ^ { N } \mathbb { P } \left( \mathbf { X } \in \mathcal { M } _ { n } ^ { \alpha } \left( \mathbf { W } ^ { * } \right) \right) = \prod _ { n = 1 } ^ { N } \left[ 1 - \mathbb { P } \left( \mathbf { X } \notin \mathcal { M } _ { n } ^ { \alpha } \left( \mathbf { W } ^ { * } \right) \right) \right] } \\ & { \displaystyle \overset { ( 2 ) } { \geq } \prod _ { n = 1 } ^ { N } \left[ 1 - \sum _ { i = 1 } ^ { d _ { 1 } ^ { * } } \mathbb { P } \left( \mathbf { X } \notin \mathcal { M } _ { n , i } ^ { \alpha } \left( \mathbf { W } ^ { * } \right) \right) \right] \stackrel { ( 3 ) } { \geq } \left[ 1 - d _ { 1 } ^ { * } \frac { 2 \sin \left( \alpha \right) } { B \left( \frac { 1 } { 2 } , \frac { d _ { 0 } - 1 } { 2 } \right) } \right] ^ { N } , } \end{array} +$$ + +where in (1) we used the independence of x(n) Nn= , in (2) we use the union bound, and in (3) we use eq. (13.2) from Lemma 39. Taking the log and we using the asymptotic expansion of the beta function $B \left( { \textstyle \frac { 1 } { 2 } } , x \right) = { \sqrt { \pi / x } } + O \left( x ^ { - 3 / 2 } \right)$ for large $x$ , we get + +$$ +\begin{array} { r l } & { \log \mathbb { P } \left( \mathbf { X } \in \mathcal { M } ^ { \alpha } \left( \mathbf { W } ^ { * } \right) \right) \geq N \log \left[ 1 - \sqrt { \frac { 2 } { \pi } d _ { 0 } } d _ { 1 } ^ { * } \sin \alpha + O \left( d _ { 1 } ^ { * } d _ { 0 } ^ { - 1 / 2 } \sin \alpha \right) \right] } \\ & { \qquad = - \sqrt { \frac { 2 } { \pi } } d _ { 0 } ^ { - 1 / 2 } + O \left( d _ { 0 } ^ { - 3 / 2 } / N + d _ { 0 } ^ { - 1 } N ^ { - 2 } \right) , } \end{array} +$$ + +where in the last line we recalled $\sin \alpha = 1 / N$ . Recalling that $d _ { 1 } ^ { * } { \dot { \le } } d _ { 0 } { \dot { \le } } N$ , we find + +$$ +\mathbb { P } \left( \mathbf { X } \notin \mathcal { M } ^ { \alpha } \left( \mathbf { W } ^ { * } \right) \right) \dot { \geq } 1 - \exp \left( - \sqrt { \frac { 2 } { \pi } } d _ { 0 } ^ { - 1 / 2 } \right) \geq \sqrt { \frac { 2 } { \pi } } d _ { 0 } ^ { - 1 / 2 } +$$ + +# 13.4 PROOF OF LEMMA 23: + +Lemma 42. (Lemma 23 restated). Let $\mathbf { X } \in \mathbb { R } ^ { d _ { 0 } \times N }$ be a standard random Gaussian matrix of datapoints. Then we can find, with probability $^ { l }$ , $( \mathbf { X } , \mathbf { y } )$ -dependent matrices $\mathbf { W } ^ { * }$ and $\mathbf { z } ^ { \ast }$ as in Theorem 8 (where $d _ { 1 } ^ { * } \triangleq 4 \lceil N / \left( 2 d _ { 0 } - 2 \right) \rceil ,$ ). Moreover, in the limit $N \to \infty$ , where $N / d _ { 0 } { \dot { \le } } d _ { 0 } { \dot { \le } } N$ , for any y, we can bound the probability of not having an angular margin (eq. (13.3)) with $\sin \alpha =$ $1 / \left( d _ { 1 } ^ { * } d _ { 0 } N \right)$ by + +$$ +\mathbb { P } \left( \mathbf { X } \notin \mathcal { M } ^ { \alpha } \left( \mathbf { W } ^ { * } \right) \right) \dot { \leq } \sqrt { \frac { 8 } { \pi } } d _ { 0 } ^ { - 1 / 2 } + \frac { 2 d _ { 0 } ^ { 1 / 2 } \sqrt { \log d _ { 0 } } } { N } +$$ + +Proof. In this proof we heavily rely on the notation and results from the proof of in appendix section 9. Without loss of generality we assume $S _ { 1 } ^ { + } = [ d _ { 0 } - 1 ]$ . Unfortunately, we can’t use Lemma $4 1 -$ this proof is significantly more complicated since the constructed solution $\mathbf { W } ^ { * }$ depends on $\mathbf { X }$ (we keep this dependence implicit, for brevity). Similarly to the proof of Lemma 41, we define, + +$$ +\mathcal { M } _ { i , n } ^ { \alpha } \left( \mathbf { W } ^ { * } \right) \triangleq \left\{ \mathbf { X } \in \mathbb { R } ^ { d _ { 0 } \times N } | \left| \frac { \mathbf { x } ^ { ( n ) \top } \mathbf { w } _ { i } ^ { * } } { \left\| \mathbf { x } ^ { ( n ) } \right\| \left\| \mathbf { w } _ { i } ^ { * } \right\| } \right| > \sin \left( \alpha \right) \right\} +$$ + +and $\begin{array} { r } { \mathcal { M } _ { i } ^ { \alpha } \left( \mathbf { W } ^ { * } \right) \triangleq \bigcap _ { n = 1 } ^ { N } \mathcal { M } _ { i , n } ^ { \alpha } \left( \mathbf { W } ^ { * } \right) , \operatorname { s o } \mathcal { M } \left( \mathbf { W } ^ { * } \right) = \bigcap _ { i = 1 } ^ { d _ { 1 } ^ { * } } \mathcal { M } _ { i } ^ { \alpha } \left( \mathbf { W } ^ { * } \right) . \operatorname { W e } } \end{array}$ have + +$$ +\mathbb { P } \left( \mathbf { X } \in \mathcal { M } ^ { \alpha } \left( \mathbf { W } ^ { * } \right) \right) = 1 - \mathbb { P } \left( \mathbf { X } \not \in \mathcal { M } ^ { \alpha } \left( \mathbf { W } ^ { * } \right) \right) \overset { ( 1 ) } { \geq } 1 - \sum _ { i = 1 } ^ { d _ { 1 } } \mathbb { P } \left( \mathbf { X } \not \in \mathcal { M } _ { i } ^ { \alpha } \left( \mathbf { W } ^ { * } \right) \right) +$$ + +nd in (2) we used the fact that, from symmetr. Next, we examine the minimal angular margin in $\forall i :$ $\mathbb { P } \left( \mathbf { X } \notin \mathcal { M } _ { i } ^ { \alpha } \left( \mathbf { W } ^ { * } \right) \right) = \mathbb { P } \left( \mathbf { X } \notin \mathcal { M } _ { 1 } ^ { \alpha } \left( \mathbf { W } ^ { * } \right) \right)$ $\mathcal { M } _ { 1 , n } ^ { \alpha }$ separately for $\forall n < d _ { 0 }$ and $\forall n \geq d _ { 0 }$ . Recalling the construction of in appendix section 9, we have, for $\forall n < d _ { 0 }$ : + +$$ +\operatorname* { m i n } _ { i , n < d _ { 0 } } \left. \frac { \mathbf { x } ^ { ( n ) \top } \mathbf { w } _ { i } ^ { * } } { \left\| \mathbf { x } ^ { ( n ) } \right\| \left\| \mathbf { w } _ { i } ^ { * } \right\| } \right. = \operatorname* { m i n } _ { n < d _ { 0 } , \pm } \frac { \left| \left( \tilde { \mathbf { w } } _ { 1 } \pm \epsilon _ { 2 } \hat { \mathbf { w } } _ { 1 } \right) ^ { \top } \mathbf { x } ^ { ( n ) } \right| } { \left\| \tilde { \mathbf { w } } _ { 1 } \pm \epsilon _ { 2 } \hat { \mathbf { w } } _ { 1 } \right\| \left\| \mathbf { x } ^ { ( n ) } \right\| } +$$ + +$$ +\begin{array} { r } { \underline { { \underline { { ( 1 ) } } } } _ { n < d _ { 0 } , \pm } \frac { \epsilon _ { 2 } } { \left\| \tilde { \mathbf { w } } _ { 1 } \pm \epsilon _ { 2 } \hat { \mathbf { w } } _ { 1 } \right\| \left\| \mathbf { x } ^ { ( n ) } \right\| } \overset { ( 2 ) } { = } \frac { \gamma \epsilon _ { 1 } / \sqrt { 1 + \gamma ^ { 2 } \epsilon _ { 1 } ^ { 2 } } } { \left\| \hat { \mathbf { w } } _ { 1 } \right\| \operatorname* { m a x } _ { n < d _ { 0 } } \left\| \mathbf { x } ^ { ( n ) } \right\| } , } \end{array} +$$ + +where in (1) we used $\forall n < d _ { 0 }$ : $\mathbf { x } ^ { ( n ) \top } \hat { \mathbf { w } } _ { 1 } = 1$ and $\mathbf { x } ^ { ( n ) \top } \tilde { \mathbf { w } } _ { 1 } = 0$ , from the construction of $\tilde { \mathbf { w } } _ { 1 }$ and $\hat { \mathbf { w } } _ { 1 }$ (eqs. (9.2), (9.5), and (9.4)), and in (2) we used the fact that $\hat { \mathbf { w } } _ { 1 } ^ { \top } \tilde { \mathbf { w } } _ { 1 } = 0$ from eq. (9.4) together with $\| \tilde { \mathbf { w } } _ { 1 } \| = \| \hat { \mathbf { w } } _ { 1 } \|$ from eq. (9.5), and $\epsilon _ { 2 } = \gamma \epsilon _ { 1 }$ from eq. (9.7). + +For $\forall n \geq d _ { 0 }$ : + +$$ +\operatorname* { m i n } _ { i , n \geq d _ { 0 } } \left. \frac { \mathbf { x } ^ { \left( n \right) \top } \mathbf { w } _ { i } ^ { * } } { \left. \mathbf { x } ^ { \left( n \right) } \right. \left. \mathbf { w } _ { i } ^ { * } \right. } \right. = \operatorname* { m i n } _ { n \geq d _ { 0 } , \pm } \frac { \left. \left( \tilde { \mathbf { w } } _ { 1 } \pm \epsilon _ { 1 } \hat { \mathbf { w } } _ { 1 } \right) ^ { \top } \mathbf { x } ^ { \left( n \right) } \right. } { \left. \tilde { \mathbf { w } } _ { 1 } \pm \epsilon _ { 1 } \hat { \mathbf { w } } _ { 1 } \right. \left. \mathbf { x } ^ { \left( n \right) } \right. } \geq \frac { \left( 1 - \gamma \beta \right) \epsilon _ { 1 } } { \gamma \beta \sqrt { 1 + \epsilon _ { 1 } ^ { 2 } } } \operatorname* { m i n } _ { n \geq d _ { 0 } } \frac { \left. \tilde { \mathbf { w } } _ { 1 } ^ { \top } \mathbf { x } ^ { \left( n \right) } \right. } { \left. \tilde { \mathbf { w } } _ { 1 } \right. \left. \mathbf { x } ^ { \left( n \right) } \right. } , +$$ + +where we used the fact that $\forall n \geq d _ { 0 } : \epsilon _ { 2 } \left| \hat { \mathbf { w } } _ { 1 } ^ { \top } \mathbf { x } ^ { ( n ) } \right| \leq \gamma \beta \left| \tilde { \mathbf { w } } _ { 1 } ^ { \top } \mathbf { x } ^ { ( n ) } \right|$ , from eq. (9.7), and also that $\hat { \mathbf { w } } _ { 1 } ^ { \top } \tilde { \mathbf { w } } _ { 1 } = 0$ from eq. (9.4). + +We substitute eqs. (13.8) and (13.9) into $\mathbb { P } \left( \mathbf { X } \in \mathcal { M } _ { 1 } ^ { \alpha } \left( \mathbf { W } ^ { * } \right) \right)$ : + +$\mathbb { P } \left( \mathbf { X } \in \mathcal { M } _ { 1 } ^ { \alpha } \left( \mathbf { W } ^ { * } \right) \right)$ + +$$ +\begin{array} { r l } & { \geq \mathbb { P } \left( \frac { \gamma \epsilon _ { 1 } / \sqrt { 1 + \gamma ^ { 2 } \epsilon _ { 1 } ^ { 2 } } } { \left\| \hat { \mathbf { w } } _ { 1 } \right\| \operatorname* { m a x } _ { n < d _ { 0 } } \left\| \mathbf { x } ^ { ( n ) } \right\| } > \sin \alpha , \frac { \left( 1 - \gamma \beta \right) \epsilon _ { 1 } } { \gamma \beta \sqrt { 1 + \epsilon _ { 1 } ^ { 2 } } } \underset { n \geq d _ { 0 } } { \operatorname* { m i n } } \frac { \left| \hat { \mathbf { w } } _ { 1 } ^ { \top } \mathbf { x } ^ { ( n ) } \right| } { \left\| \hat { \mathbf { w } } _ { 1 } \right\| \left\| \mathbf { x } ^ { ( n ) } \right\| } > \sin \alpha \right) } \\ & { \overset { ( 1 ) } { \geq } \mathbb { P } \left( \frac { \gamma \kappa } { \left\| \hat { \mathbf { w } } _ { 1 } \right\| \operatorname* { m a x } _ { n < d _ { 0 } } \left\| \mathbf { x } ^ { ( n ) } \right\| } > \sin \alpha , \frac { \left( 1 - \gamma \beta \right) } { \gamma \beta } \kappa \underset { n \geq d _ { 0 } } { \operatorname* { m i n } } \frac { x _ { 1 } ^ { ( n ) } } { \left\| \mathbf { x } ^ { ( n ) } \right\| } > \sin \alpha , \frac { \epsilon _ { 1 } } { \sqrt { 1 + \epsilon _ { 1 } ^ { 2 } } } > \kappa \right) } \end{array} +$$ + +$$ +\overset { \mathtt { ( 2 ) } } { \geq } \mathbb { P } \left( \frac { \gamma \kappa } { \eta \sin \alpha } > \left. \hat { \mathbf { w } } _ { 1 } \right. , \eta > \operatorname* { m a x } _ { n < d _ { 0 } } \left. \mathbf { x } ^ { ( n ) } \right. \right) \mathbb { P } \left( \frac { ( 1 - \gamma \beta ) } { \gamma \beta } \kappa \operatorname* { m i n } _ { n \geq d _ { 0 } } \frac { x _ { 1 } ^ { ( n ) } } { \left. \mathbf { x } ^ { ( n ) } \right. } > \sin \alpha , \frac { \epsilon _ { 1 } } { \sqrt { 1 + \epsilon _ { 1 } ^ { 2 } } } > \kappa \right) , +$$ + +where in (1) we rotate the axes so that $\hat { \mathbf { w } } _ { 1 } \propto [ 1 , 0 , 0 \ldots , 0 ]$ axes $\tilde { \mathbf { w } } _ { 1 } \propto [ 0 , 1 , 0 , 0 \ldots , 0 ] - \mathrm { t h i s }$ is possible due to the spherical symmetry of $\mathbf { x } ^ { ( n ) }$ , and the fact that $\hat { \mathbf { w } } _ { 1 }$ and $\tilde { \mathbf { w } } _ { 1 }$ are functions of $\mathbf { x } ^ { ( n ) }$ for $n < d _ { 0 }$ (from eqs. (9.4) and (9.2)), and as such, they are independent from $\mathbf { x } ^ { ( n ) }$ for $n \geq d _ { 0 }$ , in (2) we use that fact that $\left. \hat { \mathbf { w } } _ { 1 } \right.$ and $\operatorname* { m a x } _ { n < d _ { 0 } } \left\| \mathbf { x } ^ { ( n ) } \right\|$ are functions of $\mathbf { x } ^ { ( n ) }$ for $n < d _ { 0 }$ , and as such, they are independent from $\mathbf { x } ^ { ( n ) }$ for $n \geq d _ { 0 }$ . Thus, + +$$ +\begin{array} { r l } & { \mathbb { P } ^ { \nu } ( \mathbf { X } \times M _ { 1 } ^ { \nu } ( \mathbf { W } ^ { \nu } ) ) } \\ & { \geq \left( 1 - \mathbb { P } \left( \frac { \mathcal { X } } { \eta \sin \alpha } \leq \left. \mathbf { w } _ { 1 } \right. \textnormal { \texttt { O } } \eta \leq \operatorname* { m a x } \left. \mathbf { s } ^ { \nu } ( \mathbf { u } ) \right. \right) \right) } \\ & { \cdot \left( 1 - \mathbb { P } \left( \frac { \left\{ 1 - \eta \beta \right\} } { \gamma \beta } \right) \operatorname* { m i n } \frac { x _ { 1 } ^ { \nu \alpha } } { x _ { 2 } ^ { \nu \alpha } \left. \mathbf { s } ^ { \nu \alpha } \right. } \leq \sin \alpha \alpha \frac { \mathbb { E } _ { 1 } } { \sqrt { 1 + \epsilon _ { 1 } ^ { \alpha } } } \leq \kappa \right) \right) } \\ & { \overset { ( a ) } { \geq } \left( 1 - \mathbb { P } \left( \frac { \mathcal { X } } { \eta \sin \alpha } \leq \left. \mathbf { s } \right. _ { 1 } \right) - \mathbb { P } \left( \eta \leq \operatorname* { m a x } \left. \mathbf { s } ^ { \nu \alpha } \right. \right) \right) } \\ & { \cdot \left( 1 - \mathbb { P } \left( \frac { \left\{ 1 - \eta \beta \right\} } { \gamma \beta } \operatorname* { m i n } \frac { x _ { 1 } ^ { \nu \alpha } } { x _ { 2 } ^ { \nu \alpha } \left. \mathbf { s } ^ { \nu \alpha } \right. } \leq \sin \alpha \right) - \mathbb { E } \left( \frac { \mathcal { X } } { \sqrt { 1 + \epsilon _ { 1 } ^ { \alpha } } } \leq \kappa \right) \right) } \\ & { = \left( \mathbb { P } \left( \eta > \frac { \mathcal { X } } { \eta \sin \alpha } \left. \mathbf { s } ^ { \nu \alpha } \right. \right) - \mathbb { P } \left( \frac { \mathcal { Y } } { \eta \sin \alpha } \leq \left. \mathbf { s } \right. \right) \right) } \\ & \cdot \left( \mathbb { E } \left( \frac { \left\{ 1 - \gamma \beta \right\} } { \gamma \beta } \right) \operatorname* { m i n } \frac { x _ { 1 } ^ { \nu \alpha } } { x _ { 2 } ^ { \nu \alpha } \left. \mathbf { s } ^ { \nu \alpha } \right. } \leq \sin \alpha \right) - \mathbb { P } \left( \frac { \mathcal { Z } } { \sqrt { 1 + \epsilon _ { 1 } ^ { \alpha } } } \leq \kappa \end{array} +$$ + +where in (1) we use the union bound on both probability terms. + +All that remains is to calculate each remaining probability term in eq. (13.11). First, we have + +$$ +\begin{array} { r l } & { \mathbb { P } \left( \frac { \epsilon _ { 1 } } { \sqrt { 1 + \epsilon _ { 1 } ^ { 2 } } } \leq \kappa \right) = 1 - \mathbb { P } \left( \frac { \kappa } { \sqrt { 1 - \kappa ^ { 2 } } } < \epsilon _ { 1 } \right) } \\ & { \stackrel { \left( 1 \right) } { = } 1 - \mathbb { P } \left( \underset { n \geq d _ { 0 } } { \operatorname* { m i n } } \left| \tilde { \mathbf { w } } _ { i } ^ { \top } \mathbf { x } ^ { \left( n \right) } \right| > \frac { \kappa } { \sqrt { 1 - \kappa ^ { 2 } } } \frac { 1 } { \beta } \right) \stackrel { \left( 2 \right) } { = } 1 - \mathbb { P } \left( \underset { n \geq d _ { 0 } } { \operatorname* { m i n } } \left| \frac { x _ { 2 } ^ { \left( n \right) } } { x _ { 1 } ^ { \left( n \right) } } \right| > \frac { \kappa } { \sqrt { 1 - \kappa ^ { 2 } } } \frac { 1 } { \beta } \right) } \\ & { \stackrel { \left( 3 \right) } { = } 1 - \left[ \mathbb { P } \left( \left| \frac { x _ { 2 } ^ { \left( 1 \right) } } { x _ { 1 } ^ { \left( 1 \right) } } \right| > \frac { \kappa } { \sqrt { 1 - \kappa ^ { 2 } } } \frac { 1 } { \beta } \right) \right] ^ { N - d _ { 0 } - 1 } \stackrel { \left( 4 \right) } { \leq } 1 - \left[ 1 - \frac { 2 } { \pi } \arctan \left( \frac { \kappa } { \sqrt { 1 - \kappa ^ { 2 } } } \frac { 1 } { \beta } \right) \right] ^ { N } , } \end{array} +$$ + +where in (1) we used eq. (9.7), in (2) we recall that in eq. (13.10) we rotated the axes so that $\hat { \mathbf { w } } _ { 1 } \propto [ 1 , 0 , 0 \ldots , 0 ]$ axes $\tilde { \mathbf { w } } _ { 1 } \propto [ 0 , 1 , 0 , 0 \ldots , 0 ]$ , in (3) we used the independence of different $\mathbf { x } ^ { ( n ) }$ , and in (4) we used the fact that the ratio of two independent Gaussian variables is distributed according to the symmetric Cauchy distribution, which has the cumulative distribution function $\mathbb { P } \left( X > \breve { x } \right) = \textstyle \frac { 1 } { 2 } - \breve { \frac { } { \pi } }$ arctan $( x )$ , and therefore $\begin{array} { r } { \mathbb { P } \left( | X | > x \right) = 1 - \frac { 2 } { \pi } } \end{array}$ arctan $( x )$ . + +Second, we use eq. (13.2) + +$$ +\mathbb { P } \left( \operatorname* { m i n } _ { n \geq d _ { 0 } } \frac { x _ { 1 } ^ { ( n ) } } { \left\| \mathbf { x } ^ { ( n ) } \right\| } > \frac { \gamma \beta \sin \alpha } { \left( 1 - \gamma \beta \right) \kappa } \right) > \left[ 1 - \frac { 2 \gamma \beta \sin \alpha } { \left( 1 - \gamma \beta \right) \kappa B \left( \frac { 1 } { 2 } , \frac { d _ { 0 } - 1 } { 2 } \right) } \right] ^ { N } . +$$ + +Third, $\left\| \mathbf { x } ^ { ( n ) } \right\| ^ { 2 }$ is distributed according to the chi-square distribution of order $d _ { 0 }$ , so for $\eta ^ { 2 } > d _ { 0 }$ + +$$ +\begin{array} { r } { \mathbb { P } \left( \left\| \mathbf { x } ^ { ( n ) } \right\| ^ { 2 } \geq \eta ^ { 2 } \right) \leq \left( \eta ^ { 2 } \exp \left( 1 - \eta ^ { 2 } / d _ { 0 } \right) / d _ { 0 } \right) ^ { d _ { 0 } / 2 } . } \end{array} +$$ + +Therefore, + +$$ +\mathbb { P } \left( \operatorname* { m a x } _ { n < d _ { 0 } } \left\| \mathbf { x } ^ { ( n ) } \right\| ^ { 2 } < \eta ^ { 2 } \right) > \left[ 1 - \left( \eta ^ { 2 } \exp \left( 1 - \eta ^ { 2 } / d _ { 0 } \right) / d _ { 0 } \right) ^ { d _ { 0 } / 2 } \right] ^ { d _ { 0 } - 1 } . +$$ + +Lastly, we bound $\| \tilde { \mathbf { w } } _ { 1 } \| = \| \hat { \mathbf { w } } _ { 1 } \|$ (from eq. (9.5)). From eq. (9.4), we have + +$$ +\hat { \mathbf { w } } _ { 1 } ^ { \top } \mathbf { X } _ { [ d _ { 0 } - 1 ] } = \left[ 1 , \ldots , 1 , 1 \right] , +$$ + +where $\mathbf { X } _ { [ d _ { 0 } - 1 ] }$ has a singular value decomposition + +$$ +\mathbf { X } _ { [ d _ { 0 } - 1 ] } = \sum _ { i = 1 } ^ { d _ { 0 } } \sigma _ { i } \mathbf { u } _ { i } \mathbf { v } _ { i } ^ { \top } , +$$ + +with $\sigma _ { i }$ being the singular values, and $\mathbf { u } _ { i }$ and $\mathbf { v } _ { i }$ being the singular vectors. The singular values are ordered from smallest to largest, and $\sigma _ { 1 } = 0$ with $\mathbf { u } _ { 1 } = \tilde { \mathbf { w } } _ { 1 }$ , from eq. (9.2). With probability 1, the other $d _ { 0 } - 1$ singular value are non-zero: they are the square roots of the eigenvalues of the random matrix $\mathbf { \bar { X } } _ { [ d _ { 0 } - 1 ] } ^ { \top } \mathbf { \bar { X } } _ { [ d _ { 0 } - 1 ] } \in \mathbb { R } ^ { d _ { 0 } - 1 \times d _ { 0 } - 1 }$ . Taking the squared norm of eq. (13.15), we have + +$$ +d _ { 0 } - 1 = \hat { \mathbf { w } } _ { 1 } ^ { \top } \mathbf { X } _ { [ d _ { 0 } - 1 ] } \mathbf { X } _ { [ d _ { 0 } - 1 ] } ^ { \top } \hat { \mathbf { w } } _ { 1 } = \sum _ { i = 1 } ^ { d _ { 0 } } { \sigma _ { i } ^ { 2 } } \left( \mathbf { u } _ { i } ^ { \top } \hat { \mathbf { w } } _ { 1 } \right) ^ { 2 } \geq \sigma _ { 2 } ^ { 2 } \left. \hat { \mathbf { w } } _ { 1 } \right. ^ { 2 } , +$$ + +where the last inequality stems from the fact that $\mathbf { u } _ { 1 } ^ { \top } \hat { \mathbf { w } } _ { 1 } = \tilde { \mathbf { w } } _ { 1 } ^ { \top } \hat { \mathbf { w } } _ { 1 } = 0$ (from eq. (9.4)), so the minimal possible value is attained when $\mathbf { u } _ { 2 } ^ { \top } \hat { \mathbf { w } } _ { 1 } = \| \hat { \mathbf { w } } _ { 1 } \|$ . The minimal nonzero singular value, $\sigma _ { 2 }$ , can be bounded using the following result from (Rudelson & Vershynin, 2010, eq. (3.2)) + +$$ +\begin{array} { r } { \mathbb { P } \left( \underset { { \mathbf { r } } \in \mathbb { R } ^ { d _ { 0 } } } { \operatorname* { m i n } } \left. \mathbf { X } _ { [ d _ { 0 } ] } \mathbf { r } \right. \leq \eta d _ { 0 } ^ { - 1 / 2 } \right) \leq \eta . } \end{array} +$$ + +Since + +$$ +\sigma _ { 2 } = \operatorname* { m i n } _ { \mathbf { r } \in \mathbb { R } ^ { d _ { 0 } - 1 } } \left\| \mathbf { X } _ { [ d _ { 0 } - 1 ] } \mathbf { r } \right\| \geq \operatorname* { m i n } _ { \mathbf { r } \in \mathbb { R } ^ { d _ { 0 } } } \left\| \mathbf { X } _ { [ d _ { 0 } ] } \mathbf { r } \right\| +$$ + +we have, + +$$ +\begin{array} { r } { \mathbb { P } \left( \sigma _ { 2 } < \eta d _ { 0 } ^ { - 1 / 2 } \right) \le \eta . } \end{array} +$$ + +Combining this with eq. (13.16) we get + +$$ +\mathbb { P } \left( \frac { \beta \kappa } { \eta \sin \alpha } < \| \mathbf { w } _ { 1 } \| \right) \le \frac { \eta d _ { 0 } } { \beta \kappa } \sin \alpha . +$$ + +Lastly, combining eqs. (13.12), (13.13), (13.14) and (13.17) into eqs. (13.7) and (13.11), we get, for $\eta ^ { 2 } > d _ { 0 }$ , + +$$ +\begin{array} { r l } & { \mathbb { P } ( \mathbf { X } \in \mathcal { M } ^ { \alpha } ( \mathbf { W } ^ { \star } ) ) } \\ & { \geq 1 - d _ { 1 } ^ { \ast } ( 1 - ( [ 1 - ( \eta ^ { 2 } \exp ( 1 - \eta ^ { 2 } / d _ { 0 } ) / d _ { 0 } ) ^ { \hat { d } _ { 0 } / 2 } ] ^ { d _ { 0 } - 1 } - \frac { \eta d _ { 0 } } { \gamma \kappa } \sin \alpha ) } \\ & { \Bigg . \Bigg . \Bigg . } \\ & { \quad \Bigg . \Bigg . \Bigg . \Bigg . \Bigg . \Bigg . \Bigg . \Bigg . \Bigg \Gamma ( 1 - \frac { 2 \gamma \beta \sin \alpha } { ( 1 - \gamma \beta ) \kappa B ( \frac { 1 } { 2 } , \frac { d _ { 0 } - 1 } { 2 } ) } \Bigg ] ^ { N } - [ 1 - \frac { 2 } { \pi } \arctan ( \frac { \kappa } { \sqrt { 1 - \kappa ^ { 2 } } } \frac { 1 } { \beta } ) ] ^ { N } \Bigg ) \Bigg ) } \\ & { \geq 1 - d _ { 1 } ^ { \ast } ( 1 - ( [ 1 - ( \log d _ { 0 } \exp ( 1 - \log d _ { 0 } ) ) ^ { d _ { 0 } / 2 } ] ^ { d _ { 0 } - 1 } - \frac { 2 d _ { 0 } ^ { \hat { d } _ { 0 } ^ { \prime } / 2 } \sqrt { \log { d _ { 0 } } } } { d _ { 1 } ^ { \ast } N } ) \Bigg . } \\ & { \Bigg ( [ 1 - \sqrt { \frac { \kappa } { \pi } } \frac { 1 } { d _ { 1 } ^ { \ast } d _ { 0 } ^ { \dagger } N } + \mathcal { O } ( \frac { 1 } { N d _ { 1 } ^ { \ast } d _ { 0 } ^ { \dagger } } ) ] ^ { N } - 0 . 4 5 ^ { N } \Bigg ) \Bigg ) ~ , } \end{array} +$$ + +where in the last line we take $\beta = \gamma = \kappa = 1 / \sqrt { 2 }$ , $\eta = d _ { 0 } ^ { 1 / 2 } \sqrt { \log d _ { 0 } }$ , $\sin \alpha = 1 / \left( d _ { 1 } ^ { * } d _ { 0 } N \right)$ . Using the asymptotic expansion of the beta function $B \left( { \textstyle { \frac { 1 } { 2 } } } , x \right) = { \sqrt { \pi / x } } + O \left( x ^ { - 3 / 2 } \right)$ for large $x$ , we obtain, + +$$ +\begin{array} { r l } & { \| \arcsin \alpha - \operatorname* { l i } ( \theta C \ln ( \theta ) ) } \\ & { 1 - \operatorname* { P } ( \mathbf { X } \in \mathcal { M } ^ { \alpha } ( \operatorname { W e V } ^ { * } ) ) } \\ & { \leq d _ { 1 } ^ { \alpha } ( 1 - ( [ 1 - \exp ( - \frac { d _ { 0 } } { 2 } \operatorname* { l i m } _ { | \phi | } ( \frac { d _ { 0 } } { \log ( d _ { 0 } \phi _ { 0 } ) } ) ) ] ^ { \theta | \alpha - 1 } - \frac { 2 d _ { 1 } ^ { \alpha } | ^ { 2 } \sqrt { \log ( \frac { d _ { 0 } } { \log ( d _ { 0 } ) } } ) } { d _ { 1 } ^ { \alpha } } ) } \\ & { \cdot ( [ 1 - \sqrt { \frac { \alpha } { \sqrt { \kappa } } \frac { 1 } { \sqrt { \kappa } \sqrt { \kappa } \frac { 1 } { \log ( d _ { 0 } ^ { \alpha } ) ^ { 2 } } } } + \mathcal { O } ( \frac { 1 } { \sqrt { \kappa } \frac { 1 } { \sqrt { \kappa } \phi _ { 0 } ^ { 2 } } \phi _ { 0 } ^ { 2 } } ) ] ^ { \mathbf { N } } - 2 ^ { - \kappa } ) ) } \\ & { = d _ { 1 } ^ { \alpha } ( 1 - ( 1 - \frac { 2 d _ { 1 } ^ { \alpha } / \sqrt { \kappa } \log ( \frac { d _ { 0 } } { \kappa } ) } { d _ { 1 } ^ { \alpha } \sqrt { \kappa } } + \mathcal { O } ( \frac { d _ { 0 } \tan \phi } { d _ { 0 } \sqrt { \kappa } } ( - \frac { d _ { 0 } } { 2 } \log ( \frac { d _ { 0 } } { \log ( d _ { 0 } \phi _ { 0 } ) } ) ) ) ) } \\ & \cdot ( 1 - \sqrt \frac { \kappa } { \delta } \frac { 1 } { \lambda _ { 0 } ^ { \alpha } \sqrt { \kappa } ( \frac { 1 } { \log ( d _ { 0 } ^ { \alpha } ) ^ { 2 } } } + \mathcal { O } ( \frac { 1 } { \kappa \phi _ { 0 } ^ { \alpha } \sqrt { \kappa } ^ { 2 } } + \frac { 1 } { d _ { 1 } ^ { \alpha } \sqrt { \kappa } ^ { 2 } \alpha ^ { 2 } } + \alpha _ { 1 } ^ { \alpha } \mathcal { A } _ { 0 } \exp \ \end{array} +$$ + +Thus, taking the log, and using $\log { ( 1 - x ) } = - x + O \left( x ^ { 2 } \right)$ , we obtain, forsin $\alpha = 1 / \left( d _ { 1 } ^ { * } d _ { 0 } N \right)$ + +log P (X ∈ Mα (W∗)) + +$$ +\begin{array} { r l } & { \log \mathfrak { s } : \mathrm { ~ } \ll \mathcal { N } : \mathrm { ~ } \ll \mathcal { N } : \mathrm { ~ } \ll \mathcal { N } } \\ & { \geq \log \left( 1 - \sqrt { \frac { 8 } { \pi } } \frac { 1 } { d _ { 0 } ^ { 1 / 2 } } - \frac { 2 d _ { 0 } ^ { 1 / 2 } \sqrt { \log d _ { 0 } } } { N } + O \left( \frac { 1 } { d _ { 0 } ^ { 3 / 2 } } + \frac { d _ { 0 } ^ { 1 / 4 } } { d _ { 1 } ^ { * } N } + d _ { 1 } ^ { * } 2 ^ { - N } + d _ { 0 } \exp \left( - \frac { d _ { 0 } } { 2 } \log \left( \frac { d _ { 0 } } { \log d _ { 0 } } \right) \right) \right) \right) } \\ & { = - \sqrt { \frac { 8 } { \pi } } \frac { 1 } { d _ { 0 } ^ { 1 / 2 } } - \frac { 2 d _ { 0 } ^ { 1 / 2 } \sqrt { \log d _ { 0 } } } { N } + O \left( \frac { 1 } { d _ { 0 } ^ { 3 / 2 } } + \frac { d _ { 0 } ^ { 1 / 4 } } { d _ { 1 } ^ { * } N } + d _ { 1 } ^ { * } 2 ^ { - N } + d _ { 0 } \exp \left( - \frac { d _ { 0 } } { 2 } \log \left( \frac { d _ { 0 } } { \log d _ { 0 } } \right) \right) \right) . } \end{array} +$$ + +Recall that $d _ { 1 } ^ { * } \triangleq 4 \lceil N / \left( 2 d _ { 0 } - 2 \right) \rceil \doteq N / d _ { 0 }$ . Taking the limit $N \to \infty$ , $d _ { 0 } \to \infty$ with $d _ { 1 } ^ { * } { \dot { \leq } } d _ { 0 } { \dot { \leq } } N$ , we have + +$$ +\mathbb { P } \left( \mathbf { X } \notin { \mathcal { M } } ^ { \alpha } \left( \mathbf { W } ^ { * } \right) \right) \dot { \leq } 1 - \exp \left( - \sqrt { \frac { 8 } { \pi } } d _ { 0 } ^ { - 1 / 2 } - \frac { 2 d _ { 0 } ^ { 1 / 2 } \sqrt { \log d _ { 0 } } } { N } \right) \leq \sqrt { \frac { 8 } { \pi } } d _ { 0 } ^ { - 1 / 2 } + \frac { 2 d _ { 0 } ^ { 1 / 2 } \sqrt { \log d _ { 0 } } } { N } +$$ + +# Part III + +# Numerical Experiments - implementation details + +Code and trained models for CIFAR and ImageNet results is available here https://github. com/MNNsMinima/Paper. In MNIST, CIFAR and ImageNet we performed binary classification on between the original odd and even class numbers. In we performed this binary classification between digits $0 - 4$ and $5 - 9$ . Weights were initialized to be uniform with mean zero and variance $2 / d$ , where $d$ is fan-in (here the width of the previous neuron layer), as suggested in (He et al., 2015). In each epoch we randomly permuted the dataset and used the Adam (Kingma & Ba, 2014) optimization method (a variant of SGD) with $\beta _ { 1 } = 0 . 9 , \beta _ { 2 } = 0 . 9 9 , \varepsilon = 1 0 ^ { - 8 }$ . Different learning rates and mini-batch sizes were selected for each dataset and architecture. In CIFAR10 and ImageNet we used a learning-rate of $\alpha = 1 0 ^ { - 3 }$ and a mini-batch size of 1024; also, ZCA whitening of the training samples was done to remove correlations between the input dimensions, allowing faster convergence. We define $L$ as the number of weight layers. For the random dataset we use a mini-batch size of $\left\lfloor \operatorname* { m i n } \left( N / 2 , d / 2 \right) \right\rfloor$ with learning rate $\alpha = 0 . 1$ and 0.05, for $L = 2$ and 3, respectively. In the random data parameter scans the training was done for no more than 4000 epochs – we stopped if $\mathbf { M C E } = 0$ was reached. \ No newline at end of file diff --git a/parse/train/Hkfmn5n6W/Hkfmn5n6W_content_list.json b/parse/train/Hkfmn5n6W/Hkfmn5n6W_content_list.json new file mode 100644 index 0000000000000000000000000000000000000000..67f40b988578db7cabe460a92037e97598dd1ce4 --- /dev/null +++ b/parse/train/Hkfmn5n6W/Hkfmn5n6W_content_list.json @@ -0,0 +1,6282 @@ +[ + { + "type": "text", + "text": "EXPONENTIALLY VANISHING SUB-OPTIMAL LOCAL MINIMA IN MULTILAYER NEURAL NETWORKS ", + "text_level": 1, + "bbox": [ + 176, + 101, + 823, + 146 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Anonymous authors Paper under double-blind review ", + "bbox": [ + 183, + 170, + 398, + 198 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "ABSTRACT ", + "text_level": 1, + "bbox": [ + 454, + 234, + 544, + 251 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Background: Statistical mechanics results (Dauphin et al. (2014); Choromanska et al. (2015)) suggest that local minima with high error are exponentially rare in high dimensions. However, to prove low error guarantees for Multilayer Neural Networks (MNNs), previous works so far required either a heavily modified MNN model or training method, strong assumptions on the labels (e.g., “near” linear separability), or an unrealistically wide hidden layer with $\\Omega \\left( N \\right)$ units. ", + "bbox": [ + 232, + 265, + 764, + 348 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Results: We examine a MNN with one hidden layer of piecewise linear units, a single output, and a quadratic loss. We prove that, with high probability in the limit of $N \\to \\infty$ datapoints, the volume of differentiable regions of the empiric loss containing sub-optimal differentiable local minima is exponentially vanishing in comparison with the same volume of global minima, given standard normal input of dimension $d _ { 0 } = \\tilde { \\Omega } \\left( \\sqrt { N } \\right)$ , and a more realistic number of $d _ { 1 } = \\tilde { \\Omega } \\left( N / d _ { 0 } \\right)$ hidden units. We demonstrate our results numerically: for example, $0 \\%$ binary classification training error on CIFAR with only $N / d _ { 0 } \\approx 1 6$ hidden neurons. ", + "bbox": [ + 233, + 351, + 766, + 472 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "1 INTRODUCTION ", + "text_level": 1, + "bbox": [ + 176, + 496, + 336, + 512 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Motivation. Multilayer Neural Networks (MNNs), trained with simple variants of stochastic gradient descent (SGD), have achieved state-of-the-art performances in many areas of machine learning (LeCun et al., 2015). However, theoretical explanations seem to lag far behind this empirical success (though many hardness results exist, e.g., (Síma, 2002; Shamir, 2016)). For example, as a common rule-of-the-thumb, a MNN should have at least as many parameters as training samples. However, it is unclear why such over-parameterized MNNs often exhibit remarkably small generalization error (i.e., difference between “training error” and “test error”), even without explicit regularization (Zhang et al., 2017a). ", + "bbox": [ + 173, + 526, + 825, + 638 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Moreover, it has long been a mystery why MNNs often achieve low training error (Dauphin et al., 2014). SGD is only guaranteed to converge to critical points in which the gradient of the expected loss is zero (Bottou, 1998), and, specifically, to local minima (Pemantle, 1990) (this is true also for regular gradient descent (Lee et al., 2016)). Since loss functions parameterized by MNN weights are non-convex, it is unclear why does SGD often work well – rather than converging to sub-optimal local minima with high training error, which are known to exist (Fukumizu & Amari, 2000; Swirszcz et al., 2016). Understanding this behavior is especially relevant in important cases where SGD does get stuck (He et al., 2016) – where training error may be a bottleneck in further improving performance. ", + "bbox": [ + 174, + 645, + 825, + 756 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Ideally, we would like to quantify the probability to converge to a local minimum as a function of the error at this minimum, where the probability is taken with the respect to the randomness of the initialization of the weights, the data and SGD. Specifically, we would like to know, under which conditions this probability is very small if the error is high, as was observed empirically (e.g., (Dauphin et al., 2014; Goodfellow et al., 2015)). However, this seems to be a daunting task for realistic MNNs, since it requires a characterization of the sizes and distributions of the basins of attraction for all local minima. ", + "bbox": [ + 174, + 762, + 825, + 861 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Previous works (Dauphin et al., 2014; Choromanska et al., 2015), based on statistical physics analogies, suggested a simpler property of MNNs: that with high probability, local minima with high error diminish exponentially with the number of parameters. Though proving such a geometric property with realistic assumptions would not guarantee convergence to global minima, it appears to be a necessary first step in this direction (see discussion on section 6). It was therefore pointed out as an open problem at the Conference of Learning Theory (COLT) 2015. However, one has to be careful and use realistic MMN architectures, or this problem becomes “too easy”. ", + "bbox": [ + 174, + 867, + 823, + 924 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "", + "bbox": [ + 176, + 103, + 823, + 146 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "For example, one can easily achieve zero training error (Nilsson, 1965; Baum, 1988) – if the MNN’s last hidden layer has more neurons than training samples. Such extremely wide MNNs are easy to optimize (Yu, 1992; Huang et al., 2006; Livni et al., 2014; Haeffele & Vidal, 2015; Shen, 2016; Nguyen & Hein, 2017). In this case, the hidden layer becomes linearly separable in classification tasks, with high probability over the random initialization of the weights. Thus, by training the last layer we get to a global minimum (zero training error). However, such extremely wide layers are not very useful, since they result in a huge number of weights, and serious overfitting issues. Also, training only the last layer seems to take little advantage of the inherently non-linear nature of MNNs. ", + "bbox": [ + 174, + 152, + 825, + 263 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Therefore, in this paper we are interested to understand the properties of local and global minima, but at a more practical number of parameters – and when at least two weight layers are trained. For example, Alexnet (Krizhevsky, 2014) is trained using about 1.2 million ImageNet examples, and has about 60 million parameters – 16 million of these in the two last weight layers. Suppose we now train the last two weight layers in such an over-parameterized MNN. When do the sub-optimal local minima become exponentially rare in comparison to the global minima? ", + "bbox": [ + 174, + 270, + 825, + 354 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Main contributions. We focus on MNNs with a single hidden layer and piecewise linear units, optimized using the Mean Square Error (MSE) in a supervised binary classification task (Section 2). We define $N$ as the number of training samples, $d _ { l }$ as the width of the $l$ -th activation layer, and $g \\left( x \\right) \\dot { < } h \\left( x \\right)$ as an asymptotic inequality in the leading order (formally: $\\begin{array} { r } { \\operatorname* { l i m } _ { x \\infty } \\frac { \\log g ( x ) } { \\log h ( x ) } < 1 ) } \\end{array}$ . We examine Differentiable Local Minima (DLMs) of the MSE: sub-optimal DLMs where at least a fraction of $\\epsilon > 0$ of the training samples are classified incorrectly, and global minima where all samples are classified correctly. ", + "bbox": [ + 173, + 369, + 825, + 473 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Our main result, Theorem 10, states that, with high probability, the total volume of the differentiable regions of the MSE containing sub-optimal DLMs is exponentially vanishing in comparison to the same volume of global minima, given that: ", + "bbox": [ + 176, + 479, + 821, + 522 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Assumption 1. The datapoints (MNN inputs) are sampled from a standard normal distribution. ", + "bbox": [ + 178, + 525, + 799, + 541 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Assumption 2. $N \\to \\infty$ , $d _ { 0 } \\left( N \\right)$ and $d _ { 1 } \\left( N \\right)$ increase with $N$ , while $\\epsilon \\in ( 0 , 1 )$ is a constant1. ", + "bbox": [ + 178, + 544, + 790, + 560 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Assumption 3. The input dimension scales as $\\sqrt { N } \\dot { < } d _ { 0 } \\dot { \\le } N$ . ", + "bbox": [ + 174, + 564, + 576, + 580 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Assumption 4. The hidden layer width scales as ", + "bbox": [ + 176, + 584, + 496, + 598 + ], + "page_idx": 1 + }, + { + "type": "equation", + "img_path": "images/309480aa6f3b645542d7d9fa450a1d45c09539fa5867092e47f66f400a8912c2.jpg", + "text": "$$\n\\frac { N \\log ^ { 4 } N } { d _ { 0 } } \\dot { < } d _ { 1 } \\dot { < } N .\n$$", + "text_format": "latex", + "bbox": [ + 431, + 603, + 566, + 640 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Importantly, we use a standard, unmodified, MNN model, and make no assumptions on the target function. Moreover, as the number of parameters in the MNN is approximately $d _ { 0 } d _ { 1 }$ , we require only “asymptotically mild” over-parameterization: $d _ { 0 } d _ { 1 } { \\dot { > } } N \\log ^ { 4 } N$ from eq. (1.1). For example, if $d _ { 0 } \\propto N$ , we only require $d _ { 1 } \\dot { > } \\log ^ { 4 } N$ neurons. This improves over previously known results (Yu, 1992; Huang et al., 2006; Livni et al., 2014; Shen, 2016; Nguyen & Hein, 2017) – which require an extremely wide hidden layer with $d _ { 1 } \\geq N$ neurons (and thus $N d _ { 0 }$ parameters) to remove sub-optimal local minima with high probability. ", + "bbox": [ + 173, + 643, + 825, + 744 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "In section 5 we validate our results numerically. We show that indeed the training error becomes low when the number of parameters is close to $N$ . For example, with binary classification on CIFAR and ImageNet, with only 16 and 105 hidden neurons (about $N / d _ { 0 }$ ), respectively, we obtain less then $0 . 1 \\%$ training error. Additionally, we find that convergence to non-differentiable critical points does not appear to be very common. ", + "bbox": [ + 174, + 751, + 825, + 821 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Lastly, in section 6 we discuss our results might be extended, such as how to apply them to “mildly” non-differentiable critical points. ", + "bbox": [ + 173, + 828, + 825, + 856 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Plausibility of assumptions. Assumption 1 is common in this type of analysis (Andoni et al., 2014; Choromanska et al., 2015; Xie et al., 2016; Tian, 2017; Brutzkus & Globerson, 2017). At first it may appear rather unrealistic, especially since the inputs are correlated in typical datasets. However, this no-correlation part of the assumption may seem more justified if we recall that datasets are many times whitened before being used as inputs. Alternatively, if, as in our motivating question, we consider the input to the our simple MNN to be the output of the previous layers of a deep MNN with fixed random weights, this also tends to de-correlate inputs (Poole et al., 2016, Figure 3). The remaining part of assumption 1, that the distribution is normal, is indeed strong, but might be relaxed in the future, e.g. using central limit theorem type arguments. ", + "bbox": [ + 176, + 872, + 825, + 900 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "", + "bbox": [ + 174, + 103, + 825, + 202 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "In assumption 2 we use this asymptotic limit to simplify our proofs and final results. Multiplicative constants and finite (yet large) $N$ results can be found by inspection of the proofs. We assume a constant error $\\epsilon$ since typically the limit $\\epsilon 0$ is avoided to prevent overfitting. ", + "bbox": [ + 174, + 208, + 825, + 251 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "In assumption 3, for simplicity we have $d _ { 0 } { \\dot { \\le } } N$ , since in the case $d _ { 0 } \\geq N$ the input is generically linearly separable, and sub-optimal local minima are not a problem (Gori & Tesi, 1992; Safran & Shamir, 2016). Additionally, we have $\\sqrt { N } \\dot { < } d _ { 0 }$ , which seems very reasonable, since for example, $d _ { 0 } / N \\approx 0 . 0 1 6 , 0 . 0$ 61 and 0.055 MNIST, CIFAR and ImageNet, respectively. ", + "bbox": [ + 174, + 256, + 825, + 314 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "In assumption 4, for simplicity we have $d _ { 1 } \\dot { < } N$ , since, as mentioned earlier, if $d _ { 1 } \\geq N$ the hidden layer is linearly separable with high probability, which removes sub-optimal local minima. The other bound $N \\log ^ { 4 } N { \\dot { < } } d _ { 0 } d _ { 1 }$ is our main innovation – a large over-parameterization which is nevertheless asymptotically mild and improves previous results. ", + "bbox": [ + 174, + 321, + 825, + 380 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "Previous work. So far, general low (training or test) error guarantees for MNNs could not be found – unless the underlying model (MNN) or learning method (SGD or its variants) have been significantly modified. For example, (Dauphin et al., 2014) made an analogy with high-dimensional random Gaussian functions, local minima with high error are exponentially rare in high dimensions; (Choromanska et al., 2015; Kawaguchi, 2016) replaced the units (activation functions) with independent random variables; (Pennington & Bahri, 2017) replaces the weights and error residuals with independent random variables; (Baldi, 1989; Saxe et al., 2014; Hardt & Ma, 2017; Lu & Kawaguchi, 2017; Zhou & Feng, 2017) used linear units; (Zhang et al., 2017b) used unconventional units (e.g., polynomials) and very large hidden layers $( d _ { 1 } = \\mathrm { p o l y } \\left( d _ { 0 } \\right)$ , typically $\\gg N$ ); (Brutzkus & Globerson, 2017; Du et al., 2017; Shalev-Shwartz et al., 2017) used a modified convnet model with less then $d _ { 0 }$ parameters (therefore, not a universal approximator (Cybenko, 1989; Hornik, 1991)); (Tian, 2017; Soltanolkotabi et al., 2017; Li & Yuan, 2017) assume the weights are initialized very close to those of the teacher generating the labels; and (Janzamin et al., 2015; Zhong et al., 2017) use a non-standard tensor method during training. Such approaches fall short of explaining the widespread success of standard MNN models and training practices. ", + "bbox": [ + 173, + 400, + 826, + 608 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "Other works placed strong assumptions on the target functions. For example, to prove convergence of the training error near the global minimum, (Gori & Tesi, 1992) assumed linearly separable datasets, while (Safran & Shamir, 2016) assumed strong clustering of the targets (“near” linear-separability). Also, (Andoni et al., 2014) showed a $p$ -degree polynomial is learnable by a MNN, if the hidden layer is very large $( d _ { 1 } = \\Omega \\left( d _ { 0 } ^ { 6 p } \\right)$ , typically $\\gg N$ ) so learning the last weight layer is sufficient. However, these are not the typical regimes in which MNNs are required or used. In contrast, we make no assumption on the target function. Other closely related results (Soudry & Carmon, 2016; Xie et al., 2016) also used unrealistic assumptions, are discussed in section 6, in regards to the details of our main results. ", + "bbox": [ + 173, + 614, + 826, + 750 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "Therefore, in contrast to previous works, the assumptions in this paper are applicable in some situations (e.g., Gaussian input) where a MNN trained using SGD might be used and be useful (e.g., have a lower test error then a linear classier). ", + "bbox": [ + 176, + 756, + 825, + 797 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "2 PRELIMINARIES AND NOTATION ", + "text_level": 1, + "bbox": [ + 176, + 824, + 470, + 839 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "Model. We examine a Multilayer Neural Network (MNN) with a single hidden layer and a scalar output. The MNN is trained on a finite training set of $N$ datapoints (features) $\\textbf { X } \\triangleq$ $\\left[ \\mathbf { x } ^ { ( 1 ) } , \\ldots , \\mathbf { x } ^ { ( N ) } \\right] \\ \\in \\ \\mathbb { R } ^ { d _ { 0 } \\times N }$ with their target labels $\\mathbf { y } \\ \\triangleq \\ \\left[ y ^ { ( 1 ) } , \\ldots , y ^ { ( N ) } \\right] ^ { \\intercal } \\ \\in \\ \\left\\{ 0 , 1 \\right\\} ^ { N } -$ each datapoint-label pair $\\left( \\mathbf { x } ^ { ( n ) } , y ^ { ( n ) } \\right)$ is independently sampled from some joint distribution $\\mathbb { P } _ { X , Y }$ . We define $\\mathbf { W } = \\left[ \\mathbf { w } _ { 1 } , \\ldots , \\mathbf { w } _ { d _ { 1 } } \\right] ^ { \\top } \\in \\mathbb { R } ^ { d _ { 1 } \\times d _ { 0 } }$ and $\\mathbf { z } \\in \\mathbb { R } ^ { d _ { 1 } }$ as the first and second weight layers (bias terms are ignored for simplicity), respectively, and $f \\left( \\cdot \\right)$ as the common leaky rectifier linear unit (LReLU (Maas et al., 2013)) ", + "bbox": [ + 174, + 858, + 825, + 924 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "", + "bbox": [ + 173, + 101, + 825, + 146 + ], + "page_idx": 3 + }, + { + "type": "equation", + "img_path": "images/7d14c788deba198f0ff60c39cd0408b4df4d1bb3ecf62504fd6993a55ad18adc.jpg", + "text": "$$\n\\begin{array} { r } { f \\left( u \\right) \\triangleq u a \\left( u \\right) \\mathrm { ~ w i t h ~ } a \\left( u \\right) \\triangleq \\left\\{ \\begin{array} { l l } { 1 } & { \\mathrm { , ~ i f ~ } , u > 0 } \\\\ { \\rho } & { \\mathrm { , ~ i f ~ } u < 0 } \\end{array} \\right. , } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 338, + 154, + 656, + 189 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "for some $\\rho \\neq 1$ (so the MNN is non-linear) , where both functions $f$ and $a$ operate component-wise (e.g., for any matrix M: $\\left( f \\left( \\mathbf { M } \\right) \\right) _ { i j } = f \\left( M _ { i j } \\right) )$ . Thus, the output of the MNN on the entire dataset can be written as ", + "bbox": [ + 173, + 195, + 825, + 239 + ], + "page_idx": 3 + }, + { + "type": "equation", + "img_path": "images/31d1af998fb84aae4abcba4d1bf0020e8eebacdbc76bd0f09db83f51d01ccacb.jpg", + "text": "$$\n{ f } \\left( { { \\mathbf { W } } { \\mathbf { X } } } \\right) ^ { \\top } { \\mathbf { z } } \\in \\mathbb { R } ^ { N } .\n$$", + "text_format": "latex", + "bbox": [ + 431, + 236, + 566, + 256 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "We use the mean square error (MSE) loss for optimization ", + "bbox": [ + 173, + 258, + 558, + 275 + ], + "page_idx": 3 + }, + { + "type": "equation", + "img_path": "images/e30e527d3a5961bf2ad196071dc9d2f7110c46f6ce76c43d60553cb325fef718.jpg", + "text": "$$\n\\operatorname { M S E } \\triangleq \\frac { 1 } { N } \\left. \\mathbf { e } \\right. ^ { 2 } \\mathrm { w i t h } \\mathbf { e } \\triangleq \\mathbf { y } - f \\left( \\mathbf { W } \\mathbf { X } \\right) ^ { \\top } \\mathbf { z } ,\n$$", + "text_format": "latex", + "bbox": [ + 343, + 280, + 651, + 310 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "where $\\lVert \\cdot \\rVert$ is the standard euclidean norm. Also, we measure the empiric performance as the fraction of samples that are classified correctly using a decision threshold at $y = 0 . 5$ , and denote this as the mean classification error, or $\\mathbf { M C E } ^ { 2 }$ . Note that the variables $\\mathbf { e }$ , MSE, MCE and other related variables (e.g., their derivatives) all depend on $\\mathbf { W } , \\mathbf { z } , \\mathbf { X } , \\mathbf { y }$ and $\\rho$ , but we keep this dependency implicit, to avoid cumbersome notation. ", + "bbox": [ + 173, + 318, + 825, + 387 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "Additional Notation. We define g (x) \\epsilon > 0$ . We would like to compare the angular volume (definition 3) corresponding to both types of DLMs. Thus, we make the following definitions. ", + "bbox": [ + 174, + 484, + 825, + 527 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "Definition 4. We define3 $\\mathcal { L } _ { \\epsilon } \\subset \\mathbb { R } ^ { d _ { 1 } \\times d _ { 0 } }$ as the union of differentiable regions containing sub-optimal DLMs with $\\mathrm { M C E } > \\epsilon$ , and $\\mathcal { G } \\subset \\mathbb { R } ^ { d _ { 1 } \\times d _ { 0 } }$ as the union of differentiable regions containing global minima with $\\mathrm { M C E } = 0$ . ", + "bbox": [ + 174, + 530, + 825, + 574 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "Definition 5. We define the constant $\\gamma _ { \\epsilon }$ as $\\begin{array} { r } { \\gamma _ { \\epsilon } \\triangleq 0 . 2 3 \\operatorname* { m a x } \\left[ \\operatorname* { l i m } _ { N \\to \\infty } \\left( d _ { 0 } \\left( N \\right) / N \\right) , \\epsilon \\right] ^ { 3 / 4 } } \\end{array}$ if $\\rho \\neq$ $\\{ 0 , 1 \\}$ , and $\\gamma _ { \\epsilon } \\triangleq 0 . 2 3 \\epsilon ^ { 3 / 4 }$ if $\\rho = 0$ . ", + "bbox": [ + 173, + 577, + 823, + 609 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "In this section, we use assumptions 1-4 (stated in section 1) to bound the angular volume of the region $\\mathcal { L } _ { \\epsilon }$ encapsulating all sub-optimal DLMs, the region $\\mathcal { G }$ , encapsulating all global minima, and the ratio between the two. ", + "bbox": [ + 174, + 621, + 825, + 664 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "Angular volume of sub-optimal DLMs. First, in appendix section 8 we prove the following upper bound in expectation ", + "bbox": [ + 171, + 678, + 823, + 708 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "Theorem 6. Given assumptions 1-4, the expected angular volume of sub-optimal DLMs, with $\\mathrm { M C E } > \\epsilon > 0$ , is exponentially vanishing in $N$ as ", + "bbox": [ + 173, + 712, + 823, + 741 + ], + "page_idx": 4 + }, + { + "type": "equation", + "img_path": "images/f9fa76de6d9e0120508d973d5a1ef18a3e2f783e5e614e6039ab64a4e03c9b56.jpg", + "text": "$$\n\\begin{array} { r } { \\mathbb { E } _ { \\mathbf { X } \\sim \\mathcal { N } } \\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) \\dot { \\leq } \\exp \\left( - \\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\right) . } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 326, + 747, + 669, + 775 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "and, using Markov inequality, its immediate probabilistic corollary ", + "bbox": [ + 173, + 787, + 612, + 804 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "Corollary 7. Given assumptions $I$ -4, for any $\\delta > 0$ (possibly a vanishing function of $N$ ), we have, with probability $1 - \\delta$ , that the angular volume of sub-optimal DLMs, with $\\mathrm { M C E } > \\epsilon > 0 ,$ , is exponentially vanishing in $N$ as ", + "bbox": [ + 173, + 808, + 826, + 851 + ], + "page_idx": 4 + }, + { + "type": "equation", + "img_path": "images/c6785e691f46a9da4a76dd01010670a877cd784df1e265a9f23c23c259459f39.jpg", + "text": "$$\n{ \\mathcal { V } } \\left( { \\mathcal { L } } _ { \\epsilon } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) \\dot { \\leq } \\frac { 1 } { \\delta } \\exp \\left( - \\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\right)\n$$", + "text_format": "latex", + "bbox": [ + 348, + 857, + 647, + 887 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "Proof idea of Theorem 6: we first show that in differentiable regions with $\\mathrm { M C E } > \\epsilon > 0$ , the condition in Lemma 2, $\\left( \\mathbf { A } \\circ \\mathbf { X } \\right) \\mathbf { e } = 0$ , implies that $\\mathbf { A } = a \\left( \\mathbf { W } \\mathbf { X } \\right)$ must have a low rank. Then, we show that, when $\\mathbf { X } \\sim { \\mathcal { N } }$ and $\\mathbf { W } \\sim { \\mathcal { N } }$ , the matrix $\\mathbf { A } = a \\left( \\mathbf { W } \\mathbf { X } \\right)$ has a low rank with exponentially low probability. Combining both facts, we obtain the bound. ", + "bbox": [ + 174, + 103, + 825, + 160 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Existence of global minima. Next, to compare the volume of sub-optimal DLMs with that of global minima, in appendix section 9 we show first that, generically, global minima do exist (using a variant of the proof of (Baum, 1988, Theorem 1)): ", + "bbox": [ + 173, + 174, + 826, + 217 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Theorem 8. For any $\\mathbf { y } \\in \\{ 0 , 1 \\} ^ { N }$ and $\\mathbf { X } \\in \\mathbb { R } ^ { d _ { 0 } \\times N }$ almost everywhere4 we find matrices $\\mathbf { W } ^ { * } \\in$ $\\mathbb { R } ^ { d _ { 1 } ^ { * } \\times d _ { 0 } }$ and $\\mathbf { z } ^ { * } \\in \\mathbb { R } ^ { d _ { 1 } ^ { * } }$ , such that $\\mathbf { y } = f \\left( \\mathbf { W } ^ { * } \\mathbf { X } \\right) ^ { \\top } \\mathbf { z } ^ { * }$ , where $d _ { 1 } ^ { * } \\triangleq 4 \\lceil N / ( 2 d _ { 0 } - 2 ) \\rceil$ and $\\forall i , n$ : $\\mathbf { w } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\neq 0$ . Therefore, every MNN with $d _ { 1 } \\geq d _ { 1 } ^ { * }$ has a DLM which achieves zero error $\\mathbf { e } = 0$ . ", + "bbox": [ + 173, + 218, + 825, + 267 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Recently (Zhang et al., 2017a, Theorem 1) similarly proved that a 2-layer MNN with approximately $2 N$ parameters can achieve zero error. However, that proof required $N$ neurons (similarly to (Nilsson, 1965; Baum, 1988; Yu, 1992; Huang et al., 2006; Livni et al., 2014; Shen, 2016)), while Theorem 8 here requires much less: approximately $d _ { 1 } ^ { * } \\approx 2 N / d _ { 0 }$ . Also, (Hardt & Ma, 2017, Theorem 3.2) showed a deep residual network with $N \\log N$ parameters can achieve zero error. In contrast, here we require just one hidden layer with $2 N$ parameters. ", + "bbox": [ + 173, + 275, + 825, + 361 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Note the construction in Theorem 8 here achieves zero training error by overfitting to the data realization, so it is not expected to be a “good” solution in terms of generalization. To get good generalization, one needs to add additional assumptions on the data ( $\\mathbf { X }$ and y). Such a possible (common yet insufficient for MNNs) assumption is that the problem is “realizable”, i.e., there exist a small “solution MNN”, which achieves low error. For example, in the zero error case: ", + "bbox": [ + 173, + 366, + 825, + 436 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Assumption 5. (Optional) The labels are generated by some teacher $\\mathbf { y } = f \\left( \\mathbf { W } ^ { * } \\mathbf { X } \\right) ^ { \\top } \\mathbf { z } ^ { * }$ with weight matrices $\\mathbf { W } ^ { * } \\in \\mathbb { R } ^ { d _ { 1 } ^ { * } \\times d _ { 0 } }$ and $\\mathbf { z } ^ { * } \\in \\mathbb { R } ^ { d _ { 1 } ^ { * } }$ independent of $\\mathbf { X }$ , for some $d _ { 1 } ^ { * } { \\dot { < } } N / d _ { 0 }$ . ", + "bbox": [ + 173, + 441, + 823, + 473 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "This assumption is not required for our main result (Theorem 10) – it is merely helpful in improving the following lower bound on $\\mathcal { V } \\left( \\mathcal { G } \\right)$ . ", + "bbox": [ + 173, + 478, + 823, + 508 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Angular volume of global minima. We prove in appendix section 10: ", + "bbox": [ + 173, + 521, + 648, + 537 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Theorem 9. Given assumptions 1-3, we set $\\delta { \\doteq } \\sqrt { \\frac { 8 } { \\pi } } d _ { 0 } ^ { - 1 / 2 } + 2 d _ { 0 } ^ { 1 / 2 } \\sqrt { \\log d _ { 0 } } / N$ and $d _ { 1 } ^ { * } = 2 N / d _ { 0 }$ , or if assumption 5 holds, we set $d _ { 1 } ^ { * }$ as in this assumption. Then, with probability $1 - \\delta$ , the angular volume of global minima is lower bounded as, ", + "bbox": [ + 174, + 540, + 826, + 590 + ], + "page_idx": 5 + }, + { + "type": "equation", + "img_path": "images/b1bb19380c59ff35fb86408a28e30cca957030b3e32dc7c2ba7e2b505f44b117.jpg", + "text": "$$\n\\mathscr { V } \\left( \\mathscr { G } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) \\dot { > } \\exp \\left( - d _ { 1 } ^ { * } d _ { 0 } \\log N \\right) \\dot { \\geq } \\exp \\left( - 2 N \\log N \\right) .\n$$", + "text_format": "latex", + "bbox": [ + 308, + 593, + 687, + 611 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Proof idea: First, we lower bound $\\mathcal { V } \\left( \\mathcal { G } \\right)$ with the angular volume of a single differentiable region of one global minimum $( \\mathbf { W } ^ { * } , \\mathbf { z } ^ { * } )$ – either from Theorem 8, or from assumption 5. Then we show that this angular volume is lower bounded when $\\mathbf { W } \\sim { \\mathcal { N } }$ , given a certain angular margin between the datapoints in $\\mathbf { X }$ and the rows of $\\mathbf { W } ^ { * }$ . We then calculate the probability of obtaining this margin when $\\mathbf { X } \\sim { \\mathcal { N } }$ . Combining both results, we obtain the final bound. ", + "bbox": [ + 173, + 621, + 825, + 691 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Main result: angular volume ratio. Finally, combining Theorems 6 and 9 it is straightforward to prove our main result in this paper, as we do in appendix section 11: ", + "bbox": [ + 171, + 705, + 823, + 734 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Theorem 10. Given assumptions 1-3, we set $\\delta \\doteq \\sqrt { \\frac { 8 } { \\pi } } d _ { 0 } ^ { - 1 / 2 } + 2 d _ { 0 } ^ { 1 / 2 } \\sqrt { \\log d _ { 0 } } / N$ . Then, with probability $1 - \\delta$ , the angular volume of sub-optimal DLMs, with $\\mathrm { M C E } > \\epsilon > 0$ , is exponentially vanishing in $N _ { : }$ , in comparison to the angular volume of global minima with $\\mathrm { M C E } = 0$ ", + "bbox": [ + 173, + 737, + 825, + 789 + ], + "page_idx": 5 + }, + { + "type": "equation", + "img_path": "images/3af6fc16ee09e676267d0a9d7849e66e063aa542e2cd863187ff96b954d366e5.jpg", + "text": "$$\n\\frac { \\mathscr { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) } { \\mathscr { V } \\left( \\mathcal { G } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) } \\dot { \\leq } \\exp \\left( - \\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\right) \\dot { \\leq } \\exp \\left( - \\gamma _ { \\epsilon } N \\log N \\right) .\n$$", + "text_format": "latex", + "bbox": [ + 279, + 791, + 717, + 825 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "5 NUMERICAL EXPERIMENTS ", + "text_level": 1, + "bbox": [ + 174, + 839, + 436, + 857 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Theorem 10 implies that, with “asymptotically mild” over-parameterization (i.e. in which #parameters $\\mathrm { = } \\tilde { \\Omega } \\left( N \\right) )$ , differentiable regions in weight space containing sub-optimal DLMs (with high MCE) are exponentially small in comparison with the same regions for global minima. Since these results are asymptotic in $N \\infty$ , in this section we examine it numerically for a finite number of samples and parameters. We perform experiments on random data, MNIST, CIFAR10 and ImageNetILSVRC2012. In each experiment, we used ReLU activations $( \\rho = 0 )$ ), a binary classification target (we divided the original classes to two groups), MSE loss for optimization (eq. (2.3)), and MCE to determine classification error. Additional implementation details are given in appendix part III. ", + "bbox": [ + 174, + 869, + 825, + 901 + ], + "page_idx": 5 + }, + { + "type": "image", + "img_path": "images/1795ffcce4a4ec7991ec4c69666c8a8186811014eb6fb035a522afcfd4f8e18c.jpg", + "image_caption": [ + "Figure 5.1: Gaussian data: final training error (mean±std, 30 repetitions) in the overparameterized regime is low (right of the dashed black line). We trained MNNs with one and two hiddens layer (with widths equal to $d = d _ { 0 }$ ) on a synthetic random dataset in which $\\forall n = 1 , \\ldots , N$ , $\\mathbf { x } ^ { ( n ) }$ was drawn from a normal distribution $\\mathcal { N } ( 0 , 1 )$ , and $y ^ { ( n ) } = \\pm 1$ with probability 0.5. " + ], + "image_footnote": [], + "bbox": [ + 267, + 98, + 730, + 257 + ], + "page_idx": 6 + }, + { + "type": "table", + "img_path": "images/90f46a301115caa01b674399625ba334c01a765237cad7467e7e249166e66cfc.jpg", + "table_caption": [ + "Table 1: Binary classification of MNIST, CIFAR and ImageNet: 1-hidden layer achieves very low training error (MCE) with a few hidden neurons, so that #parameters $\\approx d _ { 0 } d _ { 1 } \\approx N$ . In ImageNet we downsampled the images to allow input whitening. " + ], + "table_footnote": [], + "table_body": "
MCEdod1N#parameters/N
MNIST0%784897·1040.999
CIFAR0%3072165·1040.983
ImageNet (downsampled to 64 × 64)0.1%12288105128·1041.008
", + "bbox": [ + 178, + 342, + 820, + 406 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "", + "bbox": [ + 174, + 484, + 825, + 568 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "First, on the small synthetic Gaussian random data (matching our assumptions) we perform a scan on various networks and dataset sizes. With either one or two hidden layers (Figure 5.1) , the error goes to zero when the number of non-redundant parameters (approximately $d _ { 0 } d _ { 1 } ,$ ) is greater than the number of samples, as suggested by our asymptotic results. Second, on the non-syntehtic datasets, MNIST, CIFAR and ImageNet (In ImageNet we downsampled the images to size $6 4 \\times 6 4$ , to allow input whitening) we only perform a simulation with a single 1-hidden layer MNN for which #parameters $\\approx N$ , and again find (Table 1) that the final error is zero (for MNIST and CIFAR) or very low (ImageNet). ", + "bbox": [ + 174, + 574, + 825, + 686 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "Lastly, in Figure 5.2 we find that, on the Gaussian dataset, the inputs to the hidden neurons converge to a distinctly non-zero value. This indicates we converged to differentiable critical points – since nondifferentiable critical points must have zero neural inputs. Note that occasionally, during optimization, we could find some neural inputs with very low values near numerical precision level, so convergence to non-differentiable minima may be possible. However, as explained in the next section, as long as the number of neural inputs equal to zero are not too large, our bounds also hold for these minima. ", + "bbox": [ + 174, + 693, + 825, + 776 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "6 DISCUSSION ", + "text_level": 1, + "bbox": [ + 174, + 797, + 310, + 813 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "In this paper we examine Differentiable Local Minima (DLMs) of the empiric loss of Multilayer Neural Networks (MNNs) with one hidden layer, scalar output, and LReLU nonlinearities (section 2). We prove (Theorem 10) that with high probability the angular volume (definition 3) of sub-optimal DLMs is exponentially vanishing in comparison to the angular volume of global minima (definition 4), under assumptions 1-4. This results from an upper bound on sub-optimal DLMs (Theorem 6) and a lower bound on global minima (Theorem 9). ", + "bbox": [ + 174, + 828, + 825, + 912 + ], + "page_idx": 6 + }, + { + "type": "image", + "img_path": "images/e75b9ef834dd7be439435fa2e13f28f31f7a9f670be1cdff33d9185308bb07d8.jpg", + "image_caption": [ + "Figure 5.2: Gaussian data: convergence of the MSE to differentiable critical points, as indicated by the convergence of the neural inputs to distinctly non-zero values. We trained MNNs with one hidden layer on the Gaussian dataset from Figure 5.1, with various widths $d = d _ { 0 } = d _ { 1 }$ and $N = \\lfloor d ^ { 2 } / 5 \\rfloor$ for 1000 epochs, then decreased the learning rate exponentially for another 1000 epochs. This was repeated 30 times. For all $d$ and repeats, we see that (left) the final absolute value of the minimal neural input $( i . e . , \\operatorname* { m i n } _ { i , n } \\left| \\mathbf { w } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right| )$ in the range of $1 0 ^ { - 3 } - 1 0 ^ { 0 }$ , which is much larger then $( \\mathrm { r } i g h t )$ the final MSE error for all $d$ and all repeats – in the range $1 0 ^ { - 3 1 } - 1 0 ^ { - 7 }$ . " + ], + "image_footnote": [], + "bbox": [ + 173, + 104, + 500, + 202 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "Convergence of SGD to DLMs. These results suggest a mechanism through which low training error is obtained in such MNNs. However, they do not guarantee it. One issue is that sub-optimal DLMs may have exponentially large basins of attraction. We see two possible paths that might address this issue in future work, using additional assumptions on y. One approach is to show that, with high probability, no sub optimal DLM falls within the vanishingly small differentiable regions we bounded in Theorem 6. Another approach would be to bound the size of these basins of attraction, by showing that sufficiently large of number of differentiable regions near the DLM are also vanishingly small (other methods might also help here (Freeman & Bruna, 2016)). Another issue is that SGD might get stuck near differentiable saddle points, if their Hessian does not have strictly negative eigenvalues (i.e., the strict saddle property (Sun et al., 2015)). It should be straightforward to show that such points also have exponentially vanishing angular volume, similar to sub-optimal DLMs. Lastly, SGD might also converge to non-differentiable critical points, which we discuss next. ", + "bbox": [ + 514, + 103, + 825, + 435 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "", + "bbox": [ + 176, + 436, + 622, + 450 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "Non-differentiable critical points. The proof of Theorem 6 stems from a first order necessary condition (Lemma 2): $\\left( \\mathbf { A } \\circ \\mathbf { \\bar { X } } \\right) \\mathbf { e } = 0$ , which is true for any DLM. However, non-differentiable critical points, in which some neural inputs are exactly zero, may also exist (though, numerically, they don’t seem very common – see Figure 5.2). In this case, to derive a similar bound, we can replace the condition with $\\mathbf { P } \\left( \\mathbf { A } \\circ \\mathbf { X } \\right) \\mathbf { e } = 0$ , where $\\mathbf { P }$ is a projection matrix to the subspace orthogonal to the non-differentiable directions. As long as there are not too many zero neural inputs, we should be able to obtain similar results. For example, if only a constant ratio $r$ of the neural inputs are zero, we can simply choose $\\mathbf { P }$ to remove all rows of $( \\mathbf { A } \\circ \\mathbf { X } )$ corresponding to those neurons, and proceed with exactly the same proof as before, with $d _ { 1 }$ replaced with $( 1 - r ) d _ { 1 }$ . It remains a theoretical challenge to find reasonable assumptions under which the number of non-differentiable directions (i.e., zero neural inputs) does not become too large. ", + "bbox": [ + 174, + 469, + 825, + 622 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "Related results. Two works have also derived related results using the $\\left( \\mathbf { A } \\circ \\mathbf { X } \\right) \\mathbf { e } = 0$ condition from Lemma 2. In (Soudry & Carmon, 2016), it was noticed that an infinitesimal perturbation of $\\mathbf { A }$ makes the matrix $\\mathbf { A } \\circ \\mathbf { X }$ full rank with probability 1 (Allman et al., 2009, Lemma 13) – which entails that $\\mathbf { e } = 0$ at all DLMs. Though a simple and intuitive approach, such an infinitesimal perturbation is problematic: from continuity, it cannot change the original MSE at sub-optimal DLMs – unless the weights go to infinity, or the DLM becomes non-differentiable – which are both undesirable results. An extension of this analysis was also done to constrain e using the singular values of $\\mathbf { A } \\circ \\mathbf { X }$ (Xie et al., 2016), deriving bounds that are easier to combine with generalization bounds. Though a promising approach, the size of the sub-optimal regions (where the error is high) does not vanish exponentially in the derived bounds. More importantly, these bounds require assumptions on the activation kernel spectrum $\\gamma _ { m }$ , which do not appear to hold in practice (e.g., (Xie et al., 2016, Theorems 1,3) require $m \\gamma _ { m } \\gg 1$ to hold with high probability, while $m \\gamma _ { m } < \\bar { 1 0 } ^ { - 2 }$ in (Xie et al., 2016, Figure 1)). ", + "bbox": [ + 173, + 640, + 825, + 808 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "Modifications and extensions. There are many relatively simple extensions of these results: the Gaussian assumption could be relaxed to other near-isotropic distributions (e.g., sparse-land model, (Elad, 2010, Section 9.2)) and other convex loss functions are possible instead of the quadratic loss. More challenging directions are extending our results to MNNs with multi-output and multiple hidden layers, or combining our training error results with novel generalization bounds which might be better suited for MNNs (e.g., (Feng et al., 2016; Sokolic et al., 2016; Dziugaite & Roy, 2017)) than previous approaches (Zhang et al., 2017a). ", + "bbox": [ + 174, + 827, + 825, + 924 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "REFERENCES ", + "text_level": 1, + "bbox": [ + 174, + 131, + 285, + 146 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "models with many observed variables. Annals of Statistics, 37(6 A):3099–3132, 2009. ISSN 00905364. doi: 10.1214/09-AOS689. A Andoni, R Panigrahy, G Valiant, and L Zhang. Learning Polynomials with Neural Networks. In ICML, 2014. Pierre Baldi. Linear Learning: Landscapes and Algorithms. Advances in Neural Information Processing Systems 1, (1):65–72, 1989. Eric B. Baum. On the capabilities of multilayer perceptrons. Journal of Complexity, 4(3):193–215, 1988. ISSN 10902708. doi: 10.1016/0885-064X(88)90020-9. L Bottou. Online learning and stochastic approximations. In On-line learning in neural networks, pp. 9–42. 1998. ISBN 978-0521117913. Alon Brutzkus and Amir Globerson. Globally Optimal Gradient Descent for a ConvNet with Gaussian Inputs. arXiv, 2017. Ronald W. Butler. Saddlepoint Approximations with Applications. 2007. ISBN 9780511619083. doi: 10.1017/ CBO9780511619083. Yingtong Chen and Jigen Peng. Influences of preconditioning on the mutual coherence and the restricted isometry property of Gaussian/Bernoulli measurement matrices. Linear and Multilinear Algebra, 64(9): 1750–1759, 2016. ISSN 0308-1087. doi: 10.1080/03081087.2015.1116495. Anna Choromanska, Mikael Henaff, Michael Mathieu, Gérard Ben Arous, and Y LeCun. The Loss Surfaces of Multilayer Networks. AISTATS15, 38, 2015. T M Cover. Geometrical and statistical properties of systems of linear inequalities with applications in pattern recognition. Electronic Computers, IEEE Transactions on, (3):326–334, 1965. G Cybenko. Approximation by superpositions of a sigmoidal function. Mathematics of Control, Signals, and Systems (MCSS), 2:303–314, 1989. Yann Dauphin, Razvan Pascanu, Caglar Gulcehre, Kyunghyun Cho, Surya Ganguli, and Yoshua Bengio. Identifying and attacking the saddle point problem in high-dimensional non-convex optimization. NIPS, pp. 1–9, 2014. ISSN 10495258. Simon S. Du, Jason D. Lee, and Yuandong Tian. When is a Convolutional Filter Easy To Learn? arXiv, sep 2017. Gintare Karolina Dziugaite and Daniel M. Roy. Computing Nonvacuous Generalization Bounds for Deep (Stochastic) Neural Networks with Many More Parameters than Training Data. ArXiv, 2017. Michael Elad. Sparse and redundant representations: from theory to applications in signal and image processing. Springer New York, New York, NY, 2010. Jiashi Feng, Tom Zahavy, Bingyi Kang, Huan Xu, and Shie Mannor. Ensemble Robustness of Deep Learning Algorithms. ArXiv, feb 2016. C. Daniel Freeman and Joan Bruna. Topology and Geometry of Deep Rectified Network Optimization Landscapes. ArXiv: 1611.01540, 2016. K. Fukumizu and S. Amari. Local minima and plateaus in hierarchical structures of multilayer perceptrons. Neural Networks, 13:317–327, 2000. ISSN 08936080. doi: 10.1016/S0893-6080(00)00009-5. Ian J. Goodfellow, Oriol Vinyals, and Andrew M. Saxe. Qualitatively characterizing neural network optimization problems. In ICLR, 2015. Marco Gori and Alberto Tesi. On the problem of local minima in backpropagation. IEEE Transactions on Pattern Analysis and Machine Intelligence, 14(1):76–86, 1992. ISSN 01628828. doi: 10.1109/34.107014. B D Haeffele and R Vidal. Global Optimality in Tensor Factorization, Deep Learning, and Beyond. ArXiv:1506.07540, (1):7, 2015. Moritz Hardt and Tengyu Ma. Identity Matters in Deep Learning. ICLR, pp. 1–19, 2017. K He, X Zhang, S Ren, and J. Sun. Deep Residual Learning for Image Recognition. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, pp. 770–778, 2016. Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. Delving Deep into Rectifiers: Surpassing HumanLevel Performance on ImageNet Classification. In Proceedings of the IEEE International Conference on Computer Vision, pp. 1026–1034, 2015. ISBN 978-1-4673-8391-2. doi: 10.1109/ICCV.2015.123. K Hornik. Approximation capabilities of multilayer feedforward networks. Neural networks, 4(1989):251–257, 1991. Guang-Bin Huang, Qin-Yu Zhu, and Chee-Kheong Siew. Extreme learning machine: Theory and applications. Neurocomputing, 70(1-3):489–501, 2006. ISSN 09252312. doi: 10.1016/j.neucom.2005.12.126. M Janzamin, H Sedghi, and A Anandkumar. Beating the Perils of Non-Convexity: Guaranteed Training of Neural Networks using Tensor Methods. ArXiv:1506.08473, pp. 1–25, 2015. Kenji Kawaguchi. Deep Learning without Poor Local Minima. In NIPS, 2016. Diederik P Kingma and Jimmy Lei Ba. Adam: A Method for Stochastic Optimization. arXiv preprint arXiv:1412.6980, pp. 1–13, 2014. Alex Krizhevsky. One weird trick for parallelizing convolutional neural networks. arXiv:1404.5997, 2014. ", + "bbox": [ + 171, + 162, + 828, + 925 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Y LeCun, Yoshua Bengio, and Geoffrey Hinton. Deep learning. Nature, 521(7553):436–444, 2015. ISSN 0028-0836. doi: 10.1038/nature14539. \nJason D. Lee, Max Simchowitz, Michael I. Jordan, and Benjamin Recht. Gradient Descent Converges to Minimizers. Conference on Learning Theory, 2016. \nYuanzhi Li and Yang Yuan. Convergence Analysis of Two-layer Neural Networks with ReLU Activation. arXiv, may 2017. \nRoi Livni, S Shalev-Shwartz, and Ohad Shamir. On the Computational Efficiency of Training Neural Networks. NIPS, 2014. \nHaihao Lu and Kenji Kawaguchi. Depth Creates No Bad Local Minima. ArXiv, (2014):1–9, 2017. \nAndrew L. Maas, Awni Y. Hannun, and Andrew Y. Ng. Rectifier nonlinearities improve neural network acoustic models. In ICML Workshop on Deep Learning for Audio, Speech, and Language Processing, pp. 6, 2013. \nQuynh Nguyen and Matthias Hein. The loss surface of deep and wide neural networks. Arxiv, 2017. \nNils J. Nilsson. Learning machines. McGraw-Hill New York, 1965. \nR Pemantle. Nonconvergence to unstable points in urn models and stochastic approximations. The Annals of Probability, 18(2):698–712, 1990. \nJeffrey Pennington and Yasaman Bahri. Geometry of Neural Network Loss Surfaces via Random Matrix Theory. Proceedings of the 34th International Conference on Machine Learning, 70:2798–2806, 2017. ISSN 1938-7228. \nBen Poole, Subhaneil Lahiri, Maithra Raghu, Jascha Sohl-Dickstein, and Surya Ganguli. Exponential expressivity in deep neural networks through transient chaos. In NIPS, 2016. \nMark Rudelson and Roman Vershynin. Non-asymptotic Theory of Random Matrices: Extreme Singular Values. Proceedings of the International Congress of Mathematicians, pp. 1576–1602, 2010. doi: 10.1142/ 9789814324359_0111. \nItay Safran and Ohad Shamir. On the Quality of the Initial Basin in Overspecified Neural Networks. In ICML, 2016. \nA M Saxe, J L. McClelland, and S Ganguli. Exact solutions to the nonlinear dynamics of learning in deep linear neural networks. ICLR, 2014. \nShai Shalev-Shwartz, Ohad Shamir, and Shaked Shammah. Weight Sharing is Crucial to Succesful Optimization. jun 2017. \nOhad Shamir. Distribution Specific Hardness of Learning Neural Networks. arXiv preprint arXiv:1609.01037, pp. 1–26, 2016. \nHao Shen. Designing and Training Feedforward Neural Networks: A Smooth Optimisation Perspective. ArXiv, (i):1–19, 2016. \nJirí Síma. Training a single sigmoidal neuron is hard. Neural computation, 14(11):2709–28, 2002. ISSN 0899-7667. doi: 10.1162/089976602760408035. \nD Slepian. The One Sided Problem for Gaussian Noise. Bell System Technical Journal, 1962. \nJure Sokolic, Raja Giryes, Guillermo Sapiro, and Miguel R. D. Rodrigues. Robust Large Margin Deep Neural Networks, 2016. \nMahdi Soltanolkotabi, Adel Javanmard, and Jason D. Lee. Theoretical insights into the optimization landscape of over-parameterized shallow neural networks. arXiv, jul 2017. \nD. Soudry and Y Carmon. No bad local minima: Data independent training error guarantees for multilayer neural networks. In arXiv:1605.08361, 2016. \nJu Sun, Qing Qu, and John Wright. When Are Nonconvex Problems Not Scary? arXiv:1510.06096 [cs, math, stat], pp. 1–6, 2015. \nGrzegorz Swirszcz, Wojciech Marian Czarnecki, and Razvan Pascanu. Local minima in training of deep networks. arXiv:1611.06310, pp. 1–13, 2016. \nYuandong Tian. Symmetry-Breaking Convergence Analysis of Certain Two-layered Neural Networks with ReLU nonlinearity. Submitted to ICLR, 2017. \nL. Welch. Lower bounds on the maximum cross correlation of signals. IEEE Transactions on Information Theory, 20(3):397–399, may 1974. ISSN 0018-9448. doi: 10.1109/TIT.1974.1055219. \nBo Xie, Yingyu Liang, and Le Song. Diversity Leads to Generalization in Neural Networks. pp. 1–23, 2016. \nXiao Hu Yu. Can Backpropagation Error Surface Not Have Local Minima. IEEE Transactions on Neural Networks, 3(6):1019–1021, 1992. ISSN 19410093. doi: 10.1109/72.165604. \nChiyuan Zhang, Samy Bengio, Moritz Hardt, Benjamin Recht, and Oriol Vinyals. Understanding deep learning requires rethinking generalization. In ICLR, 2017a. \nQiuyi Zhang, Rina Panigrahy, Sushant Sachdeva, and Ali Rahimi. Electron-Proton Dynamics in Deep Learning. arXiv:1702.00458, pp. 1–31, 2017b. \nKai Zhong, Ut-Austin Zhao Song, Prateek Jain, Peter L. Bartlett, and Inderjit S. Dhillon. Recovery Guarantees for One-hidden-layer Neural Networks. ICML, jun 2017. \nPan Zhou and Jiashi Feng. The Landscape of Deep Learning Algorithms. may 2017. ", + "bbox": [ + 171, + 98, + 828, + 853 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Supplementary information - Appendix ", + "text_level": 1, + "bbox": [ + 174, + 98, + 746, + 127 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "The appendix is divided into three parts. In part I we prove all the main theorems mentioned in the paper. Some of these rely on other technical results, which we prove later in part II. Lastly, in part III we give additional numerical details and results. First, however, we define additional notation (some already defined in the main paper) and mention some known results, which we will use in our proofs. ", + "bbox": [ + 173, + 147, + 826, + 204 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "EXTENDED PRELIMINARIES ", + "text_level": 1, + "bbox": [ + 176, + 224, + 408, + 241 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "• The indicator function ${ \\mathcal { T } } \\left( { \\mathcal { A } } \\right) \\triangleq { \\left\\{ \\begin{array} { l l } { 1 } & { , { \\mathrm { i f } } \\ A } \\\\ { 0 } & { , { \\mathrm { e l s e } } } \\end{array} \\right. }$ , for any event $\\mathcal { A }$ . \n• Kronecker’s delta $\\delta _ { i j } \\triangleq { \\mathcal { T } } ( i = j )$ . \n• The Matrix $\\mathbf { I } _ { d }$ as the identity matrix in $\\mathbb { R } ^ { d \\times d }$ , and $\\mathbf { I } _ { d \\times k }$ is the relevant $\\mathbb { R } ^ { d \\times k }$ upper left sub-matrix of the identity matrix. \n• $[ L ] \\triangleq \\{ 1 , 2 , \\dots , L \\}$ \nThe vector ${ \\bf m } _ { n }$ as the $n$ ’th column of a matrix $\\mathbf { M }$ , unless defined otherwise (then ${ \\bf m } _ { n }$ will be a row of $\\mathbf { M }$ ). \n• $\\mathbf M > 0$ implies that $\\forall i , j : M _ { i j } > 0$ . \n• $\\mathbf { M } _ { S }$ is the matrix composed of the columns of $\\mathbf { M }$ that are in the index set $S$ . \n• A property holds “M-almost everywhere” (a.e. for short), if the set of entries of $\\mathbf { M }$ for which the property does not hold has zero measure (Lebesgue). \n• $\\begin{array} { r } { \\| \\mathbf { v } \\| _ { 0 } = \\sum _ { i = 1 } ^ { d } \\mathcal { T } \\left( v _ { i } > 0 \\right) } \\end{array}$ is the $L _ { 0 }$ “norm” that counts the number of non-zero values in $\\mathbf { v } \\in \\mathbb { R } ^ { d }$ . \n• If $\\mathbf { x } \\sim \\mathcal { N } ( \\pmb { \\mu } , \\pmb { \\Sigma } )$ the $\\mathbf { x }$ is random Gaussian vector. \n• $\\begin{array} { r } { \\phi \\left( x \\right) \\triangleq \\frac { 1 } { \\sqrt { 2 \\pi } } \\exp \\left( - \\frac { 1 } { 2 } x ^ { 2 } \\right) } \\end{array}$ as the univariate Gaussian probability density function. • $\\textstyle \\Phi \\left( x \\right) \\triangleq \\int _ { - \\infty } ^ { x } \\phi \\left( u \\right) d u$ as the Gaussian cumulative distribution function. \n• $B \\left( x , y \\right)$ as the beta function. ", + "bbox": [ + 214, + 251, + 826, + 599 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Lastly, we recall the well known Markov Inequality: ", + "bbox": [ + 173, + 609, + 519, + 625 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Fact 11. (Markov Inequality) For any random variable $X \\geq 0$ , we have $\\forall \\eta > 0$ ", + "bbox": [ + 174, + 628, + 710, + 645 + ], + "page_idx": 10 + }, + { + "type": "equation", + "img_path": "images/ea33d643859be498473f709832490660f7942fb65f2fb63c65a2e5aecca6cdef.jpg", + "text": "$$\n\\mathbb { P } \\left( X \\geq \\eta \\right) \\leq \\frac { \\mathbb { E } X } { \\eta } .\n$$", + "text_format": "latex", + "bbox": [ + 431, + 650, + 565, + 684 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Part I ", + "text_level": 1, + "bbox": [ + 173, + 710, + 236, + 729 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Proofs of the main results ", + "text_level": 1, + "bbox": [ + 173, + 741, + 545, + 768 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "7 FIRST ORDER CONDITION: PROOF OF LEMMA 2 ", + "bbox": [ + 174, + 790, + 601, + 809 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Lemma 12. (Lemma 2 restated) At all DLMs in ${ \\mathcal { D } } _ { \\mathbf { A } } \\left( \\mathbf { X } \\right)$ the residual error e is identical, and furthermore ", + "bbox": [ + 169, + 821, + 825, + 852 + ], + "page_idx": 10 + }, + { + "type": "equation", + "img_path": "images/4a2db5c58e310b6fb8cb380966205883c913f5184f7326ec966df11ca7b27d1e.jpg", + "text": "$$\n\\left( \\mathbf { A } \\circ \\mathbf { X } \\right) \\mathbf { e } = 0 .\n$$", + "text_format": "latex", + "bbox": [ + 444, + 852, + 555, + 868 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Proof. Let $\\mathbf { W } = \\left[ \\mathbf { w } _ { 1 } , \\ldots , \\mathbf { w } _ { d _ { 1 } } \\right] ^ { \\top } \\in \\mathcal { D } _ { \\mathbf { A } } \\left( \\mathbf { X } \\right)$ , $\\mathbf { G } \\triangleq \\mathbf { A } \\circ \\mathbf { X } \\ \\in \\ \\mathbb { R } ^ { d _ { 0 } d _ { 1 } \\times N }$ , $\\tilde { \\mathbf { W } } = \\mathrm { d i a g } \\left( \\mathbf { z } \\right) \\mathbf { W } =$ $\\left[ \\tilde { \\mathbf { w } } _ { 1 } , \\ldots , \\tilde { \\mathbf { w } } _ { d _ { 1 } } \\right] ^ { \\top }$ and $\\tilde { \\mathbf { w } } \\triangleq \\mathrm { v e c } \\left( \\tilde { \\mathbf { W } } ^ { \\top } \\right) \\in \\mathbb { R } ^ { d _ { 0 } d _ { 1 } }$ , where $\\operatorname { d i a g } \\left( \\mathbf { v } \\right)$ is the diagonal matrix with $\\mathbf { v }$ in its ", + "bbox": [ + 174, + 885, + 825, + 928 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "diagonal, and vec (M) is vector obtained by stacking the columns of the matrix $\\mathbf { M }$ on top of one another. Then, we can re-write the MSE (eq. (2.3)) as ", + "bbox": [ + 171, + 103, + 823, + 132 + ], + "page_idx": 11 + }, + { + "type": "equation", + "img_path": "images/2030c62eb28304531a776e0e08483ac21c2f2e8d5d3f66eaf371a620dfdcbb7a.jpg", + "text": "$$\n\\mathrm { M S E } = { \\frac { 1 } { N } } \\left\\| \\mathbf { y } - \\mathbf { G } ^ { \\top } { \\tilde { \\mathbf { w } } } \\right\\| ^ { 2 } = { \\frac { 1 } { N } } \\left\\| \\mathbf { e } \\right\\| ^ { 2 } ,\n$$", + "text_format": "latex", + "bbox": [ + 366, + 137, + 629, + 167 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "where $\\mathbf { G } ^ { \\top } \\tilde { \\mathbf { w } }$ is the output of the MNN. Now, if $( \\mathbf { W } , \\mathbf { z } )$ is a DLM of the MSE in eq. (2.3), then there is no infinitesimal perturbation of $( \\mathbf { W } , \\mathbf { z } )$ which reduces this MSE. ", + "bbox": [ + 174, + 174, + 825, + 203 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Next, for each row $i$ , we will show that $\\partial \\mathrm { M S E } / \\partial \\tilde { \\bf w } _ { i } = 0$ , since otherwise we can find an infinitesimal perturbation of $( \\mathbf { W } , \\mathbf { z } )$ which decreases the MSE, contradicting the assumption that $( \\mathbf { W } , \\mathbf { z } )$ is a local minimum. For each row $i$ , we divide into two cases: ", + "bbox": [ + 174, + 208, + 825, + 252 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "First, we consider the case $z _ { i } \\neq 0$ . In this case, any infinitesimal perturbation $\\mathbf { q } _ { i }$ in $\\tilde { \\mathbf { w } } _ { \\mathbf { i } }$ can be produced by an infinitesimal perturbation in $\\mathbf { w } _ { i }$ $\\mathbf { \\widetilde { w } } _ { i } + \\mathbf { q } _ { i } = ( \\mathbf { w } _ { i } + \\mathbf { q } _ { i } / z _ { i } ) z _ { i }$ . Therefore, unless the gradient $\\partial \\mathrm { { M S E } } / \\partial \\tilde { \\bf { w } } _ { i }$ is equal to zero, we can choose an infinitesimal perturbation $\\mathbf { q } _ { i }$ in the opposite direction to this gradient, which will decrease the MSE. ", + "bbox": [ + 173, + 257, + 825, + 314 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Second, we consider the case $z _ { i } ~ = ~ 0$ . In this case, the MSE is not affected by changes made exclusively to $\\mathbf { w } _ { i }$ . Therefore, all $\\mathbf { w } _ { i }$ derivatives of the MSE are equal to zero $( \\partial ^ { \\bar { k } } \\mathrm { M S E } / \\partial ^ { k } \\mathbf { w } _ { i }$ , to any order $k$ ) . Also, since we are at a differentiable local minimum, $\\partial \\mathrm { M S E } / \\partial z _ { i } = 0$ . Thus, using a Taylor expansion, if we perturb $\\left( \\mathbf { w } _ { i } , z _ { i } \\right)$ by $( \\hat { \\mathbf { w } } _ { i } , \\hat { z } _ { i } )$ then the MSE is perturbed by ", + "bbox": [ + 173, + 320, + 825, + 378 + ], + "page_idx": 11 + }, + { + "type": "equation", + "img_path": "images/73b6d9dc4e8bace7bb108ccc01fd884a9a40029b8f814c56447e2b1bb5026b32.jpg", + "text": "$$\n\\hat { z } _ { i } \\hat { \\mathbf { w } } _ { i } ^ { \\top } \\frac { \\partial } { \\partial \\tilde { \\mathbf { w } } _ { i } } \\frac { \\partial } { \\partial z _ { i } } \\mathrm { M S E } + O ( \\hat { z } _ { i } ^ { 2 } )\n$$", + "text_format": "latex", + "bbox": [ + 398, + 383, + 598, + 416 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Therefore, unless $\\partial ^ { 2 } \\mathrm { M S E } / \\left( \\partial \\mathbf { w } _ { i } \\partial z _ { i } \\right) = 0$ we can choose $\\hat { \\mathbf { w } } _ { i }$ and a sufficiently small $\\hat { z } _ { i }$ such that the MSE is decreased. Lastly, using the chain rule ", + "bbox": [ + 174, + 422, + 825, + 450 + ], + "page_idx": 11 + }, + { + "type": "equation", + "img_path": "images/7d71967f3b5e10b684deb34f92ad19e3784bffb8435cfb91b4371b6167b7ec2d.jpg", + "text": "$$\n\\frac { \\partial } { \\partial z _ { i } } \\frac { \\partial } { \\partial \\mathbf { w } _ { i } } \\mathrm { M S E } = \\frac { \\partial } { \\partial z _ { i } } \\left[ z _ { i } \\frac { \\partial } { \\partial \\tilde { \\mathbf { w } } _ { i } } \\mathrm { M S E } \\right] = \\frac { \\partial } { \\partial \\tilde { \\mathbf { w } } _ { i } } \\mathrm { M S E } .\n$$", + "text_format": "latex", + "bbox": [ + 326, + 455, + 669, + 491 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Thus, $\\partial \\mathrm { M S E } / \\partial \\tilde { \\bf w } _ { i } = 0$ . This implies that w˜ is also a $\\mathrm { D L M } ^ { 5 }$ of eq. (7.2), which entails ", + "bbox": [ + 171, + 503, + 740, + 521 + ], + "page_idx": 11 + }, + { + "type": "equation", + "img_path": "images/f5f4459e41a48b3ff6b81ddac936f4dfd80546b6aa1626a5ef534239ab7d74e9.jpg", + "text": "$$\n0 = - \\frac { N } { 2 } \\frac { \\partial } { \\partial \\tilde { \\bf w } _ { i } } \\mathrm { M S E } = { \\bf G } \\left( { \\bf y } - { \\bf G } ^ { \\top } \\tilde { \\bf w } \\right) .\n$$", + "text_format": "latex", + "bbox": [ + 364, + 525, + 632, + 559 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Since $\\mathbf { G } = \\mathbf { A } \\circ \\mathbf { X }$ and $\\mathbf { e } = \\mathbf { y } - \\mathbf { G } ^ { \\top } \\tilde { \\mathbf { w } }$ this proves eq. (7.1). Now, for any two solutions $\\tilde { \\mathbf { w } } _ { 1 }$ and $\\tilde { \\mathbf { w } } _ { 2 }$ of eq. (7.3), we have ", + "bbox": [ + 173, + 564, + 823, + 594 + ], + "page_idx": 11 + }, + { + "type": "equation", + "img_path": "images/bc2aed7f2e7d864aae15f079bebe04835bc820a833fedd0f842f036cf2500a89.jpg", + "text": "$$\n0 = \\mathbf { G } \\left( \\mathbf { y } - \\mathbf { G } ^ { \\top } \\tilde { \\mathbf { w } } _ { 1 } \\right) - \\mathbf { G } \\left( \\mathbf { y } - \\mathbf { G } ^ { \\top } \\tilde { \\mathbf { w } } _ { 1 } \\right) = \\mathbf { G } \\mathbf { G } ^ { \\top } \\left( \\tilde { \\mathbf { w } } _ { 2 } - \\tilde { \\mathbf { w } } _ { 1 } \\right) .\n$$", + "text_format": "latex", + "bbox": [ + 287, + 598, + 709, + 619 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Multiplying by $\\big ( \\tilde { \\mathbf { w } } _ { 2 } - \\tilde { \\mathbf { w } } _ { 1 } \\big ) ^ { \\top }$ from the left we obtain ", + "bbox": [ + 173, + 626, + 514, + 643 + ], + "page_idx": 11 + }, + { + "type": "equation", + "img_path": "images/2911e0b23e361adb36317d03e00496ae34fd047df2e7089b09dd5ad53e75c87a.jpg", + "text": "$$\n\\left\\| \\mathbf { G } ^ { \\top } \\left( \\tilde { \\mathbf { w } } _ { 2 } - \\tilde { \\mathbf { w } } _ { 1 } \\right) \\right\\| ^ { 2 } = 0 \\Rightarrow \\mathbf { G } ^ { \\top } \\left( \\tilde { \\mathbf { w } } _ { 2 } - \\tilde { \\mathbf { w } } _ { 1 } \\right) = 0 .\n$$", + "text_format": "latex", + "bbox": [ + 334, + 648, + 663, + 672 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Therefore, the MNN output and the residual error $\\mathbf { e }$ are equal for all DLMs in ${ \\mathcal { D } } _ { \\mathbf { A } } \\left( \\mathbf { X } \\right)$ . ", + "bbox": [ + 169, + 676, + 743, + 693 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "8 SUB-OPTIMAL DIFFERENTIABLE LOCAL MINIMA: PROOF OF THEOREM 6 AND ITS COROLLARY ", + "text_level": 1, + "bbox": [ + 174, + 712, + 810, + 746 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Theorem 13. (Theorem 6 restated) Given assumptions 1-4, the expected angular volume of suboptimal DLMs, with $\\mathrm { M C E } > \\epsilon > 0$ , is exponentially vanishing in $N$ as ", + "bbox": [ + 173, + 761, + 823, + 790 + ], + "page_idx": 11 + }, + { + "type": "equation", + "img_path": "images/c6a8ccb7d4fbd7a26598b9b10ca2720f2827e2e52de76f4a69940c947a3a78c8.jpg", + "text": "$$\n\\begin{array} { r } { \\mathbb { E } _ { \\mathbf { X } \\sim \\mathcal { N } } \\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) \\dot { \\leq } \\exp \\left( - \\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\right) , } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 326, + 795, + 668, + 821 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "To prove this theorem we upper bound the angular volume of $\\mathcal { L } _ { \\epsilon }$ (definition 4), i.e., differentiable regions in which there exist DLMs with $\\mathrm { M C E } > \\epsilon > 0$ . Our proof uses the first order necessary condition for DLMs from Lemma 2, $\\left( \\mathbf { A } \\circ \\mathbf { X } \\right) \\mathbf { e } = 0$ , to find which configurations of $\\mathbf { A }$ allow for a high residual error e with $\\mathrm { M C E } > \\epsilon > 0$ . In these configurations $\\mathbf { A } \\circ \\mathbf { X }$ cannot have full rank, and therefore, as we show (Lemma 14 below), $\\mathbf { A } = a \\left( \\mathbf { W } \\mathbf { X } \\right)$ must have a low rank. However, $\\mathbf { A } = a \\left( \\mathbf { W } \\mathbf { X } \\right)$ has a low rank with exponentially low probability when $\\mathbf x \\sim \\mathcal N$ and $\\mathbf { W } \\sim { \\mathcal { N } }$ (Lemmas 15 and 16 below). Thus, we derive an upper bound on $\\mathbb { E } _ { \\mathbf { X } \\sim \\mathcal { N } } \\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right)$ . ", + "bbox": [ + 174, + 857, + 825, + 901 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "", + "bbox": [ + 173, + 102, + 826, + 160 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "Before we begin, let us recall some notation: $[ L ] \\triangleq \\{ 1 , 2 , \\dots , L \\} , \\mathbf { M } > 0$ implies that $\\forall i , j : M _ { i j } >$ 0, $\\mathbf { M } _ { S }$ is the matrix composed of the columns of M that are in the index set $S$ , $\\left\\| \\mathbf { v } \\right\\| _ { 0 }$ as the $L _ { 0 }$ “norm” that counts the number of non-zero values in $\\mathbf { v }$ . First we consider the case $\\rho \\neq 0$ . Also, we denote $K _ { r } \\triangleq \\operatorname* { m a x } \\left[ N \\epsilon , r d _ { 0 } \\right]$ . ", + "bbox": [ + 173, + 167, + 826, + 227 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "First we consider the case $\\rho \\neq 0$ . ", + "bbox": [ + 174, + 232, + 390, + 247 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "From definition 3 of the angular volume ", + "bbox": [ + 174, + 253, + 439, + 270 + ], + "page_idx": 12 + }, + { + "type": "equation", + "img_path": "images/a5512ce672566576d61aae699006856a63d849992703e5b9a63acd0ed1a077bd.jpg", + "text": "$$\n\\begin{array} { r l } { \\mathfrak { r } _ { \\mathbf { x } \\times \\mathcal { N } } \\mathcal { V } ( \\mathcal { L } , ( \\mathbf { X } , \\mathbf { y } ) ) = \\mathfrak { h } _ { ( \\mathbf { x } , \\mathbf { y } ) \\sim \\mathcal { N } _ { \\mathbf { x } \\times \\mathbf { y } } } \\times \\mathbf { w } \\times ( \\mathbf { \\overline { { B } } } \\otimes \\mathcal { L } , ( \\mathbf { x } , \\mathbf { x } , \\mathbf { y } ) ) } & { } \\\\ { \\overset { ( 1 ) } { \\leq } \\mathbf { R } _ { ( \\mathbf { x } , \\mathbf { y } ) \\sim \\mathcal { D } _ { \\mathbf { x } \\times \\mathbf { y } } } \\times \\mathbf { w } \\times \\times ( \\mathbf { a } \\in \\{ \\rho _ { 1 } \\} ) ^ { d _ { 1 } \\times \\mathbb { N } } , \\ \\mathbf { W } \\in \\mathcal { D } _ { \\mathbf { A } } ( \\mathbf { X } ) , \\mathbf { v } \\in \\mathbb { R } ^ { N } \\ ; \\ ( \\mathbf { A } \\circ \\mathbf { X } ) \\times \\mathbf { v } \\times \\mathbf { w } } & { } \\\\ { \\overset { ( 2 ) } { \\leq } \\mathbf { R } _ { \\mathbf { x } \\times \\mathcal { N } , \\mathbf { w } \\times \\mathbf { N } } \\times ( \\mathbf { A } \\in \\{ \\rho _ { 1 } \\} ) ^ { d _ { 1 } \\times \\mathbb { N } } , \\ \\mathbf { W } \\in \\mathcal { D } _ { \\mathbf { A } } ( \\mathbf { X } ) , \\mathbf { v } \\in \\mathbb { R } ^ { N } \\ ; \\ ( \\mathbf { A } \\circ \\mathbf { X } ) \\times \\mathbf { v } = 0 , } & { } \\\\ { \\overset { ( 4 ) } { \\leq } \\mathbf { R } _ { \\mathbf { x } \\times \\mathcal { N } , \\mathbf { w } \\times \\mathbf { N } } ( \\mathbf { S } \\subset [ \\mathbf { N } ] \\ \\cdot \\{ | \\mathbf { S } | \\ \\ \\geq \\operatorname* { m a x } [ N _ { c , \\mathrm { t r a l i k } } ( \\alpha ( \\langle \\mathbf { W } \\mathbf { X } ) ) d _ { 0 } + 1 ] \\} } & { } \\\\ - \\mathbf { B } _ { \\mathbf { x } \\times \\mathbf { y } } [ \\mathbb { W } _ { \\mathbf { w } \\times \\mathbf { x } } ( \\mathcal { S } \\subset [ \\mathbf { N } ] \\ \\cdot \\{ | \\mathbf { S } | \\ \\geq \\operatorname* { m a x } [ \\mathcal { N } _ { c , \\mathrm { r a l i k } } ( \\alpha ( \\mathbf { W } \\mathbf { X } ) ) d _ \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 181, + 286, + 839, + 518 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "where ", + "bbox": [ + 173, + 535, + 215, + 549 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "1. If we are at DLM a in $\\mathcal { D } _ { \\mathbf { A } } \\left( \\mathbf { X } \\right)$ , then Lemma 2 implies $\\left( \\mathbf { A } \\circ \\mathbf { X } \\right) \\mathbf { e } = 0$ . Also, if $e ^ { ( n ) } = 0$ on some sample, we necessarily classify it correctly, and therefore $\\mathrm { M C E } \\leq \\| \\mathbf { e } \\| _ { 0 } / N$ . Since $\\mathrm { M C E } > \\epsilon$ in $\\mathcal { L } _ { \\epsilon }$ this implies that $N \\bar { \\epsilon } < \\| \\mathbf { e } \\| _ { 0 }$ . Thus, this inequality holds for ${ \\bf v } = { \\bf e }$ . ", + "bbox": [ + 212, + 566, + 825, + 611 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "2. We apply assumption 1, that $\\mathbf { X } \\sim { \\mathcal { N } }$ . ", + "bbox": [ + 212, + 626, + 480, + 642 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "3. Assumption 4 implies $d _ { 0 } d _ { 1 } { \\dot { > } } N \\log ^ { 4 } N \\geq N$ . Thus, we can apply the following Lemma, proven in appendix section 12.1: ", + "bbox": [ + 212, + 659, + 825, + 689 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "Lemma 14. Let $\\mathbf { X } \\in \\mathbb { R } ^ { d _ { 0 } \\times N }$ , $\\mathbf { A } \\in \\{ \\rho , 1 \\} ^ { d _ { 1 } \\times N }$ , $S \\subset [ N ]$ and $d _ { 0 } d _ { 1 } \\geq N$ . Then, simultaneously for every possible A and $S$ such that ", + "bbox": [ + 230, + 698, + 825, + 731 + ], + "page_idx": 12 + }, + { + "type": "equation", + "img_path": "images/9b6ba8097ff70acf75b1e4aad86305a5e9c2b30cee691a85f1618c8d704fe10d.jpg", + "text": "$$\n\\left. S \\right. \\leq \\mathrm { r a n k } \\left( { \\bf A } _ { S } \\right) d _ { 0 } ,\n$$", + "text_format": "latex", + "bbox": [ + 455, + 750, + 598, + 767 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "we have that, $\\mathbf { X }$ -a.e., $\\mathbf { \\Delta } \\nexists \\mathbf { v } \\in \\mathbb { R } ^ { N }$ such that $v _ { n } \\neq 0 \\forall n \\in S$ and $( \\mathbf { A } \\circ \\mathbf { X } ) \\mathbf { v } = 0$ . ", + "bbox": [ + 230, + 784, + 746, + 801 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "4. Recall that $K _ { r } \\triangleq \\operatorname* { m a x } \\left[ N \\epsilon , r d _ { 0 } \\right]$ . We use the union bound over all possible ranks $r \\geq 1$ we ignore the $r = 0$ case since for $\\rho \\neq 0$ (see eq. (2.1)) there is zero probability that rank $( a ( \\mathbf { W } \\mathbf { X } _ { S } ) ) = 0$ for some non-empty $S$ . For each rank $r \\geq 1$ , it is required that $| S | > K _ { r } = \\operatorname* { m a x } \\left[ N \\epsilon , r d _ { 0 } \\right]$ , so $| S | = K _ { r }$ is a relaxation of the original condition, and thus its probability is not lower. ", + "bbox": [ + 212, + 820, + 825, + 892 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "5. We again use the union bound over all possible subsets $S$ of size $K _ { r }$ . ", + "bbox": [ + 209, + 909, + 684, + 924 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "Thus, from eq. (8.1), we have ", + "bbox": [ + 173, + 103, + 370, + 118 + ], + "page_idx": 13 + }, + { + "type": "equation", + "img_path": "images/714be8079b3dc2117ce2a44181decc63dd50b6d59b105c131bcb1d880015d3dd.jpg", + "text": "$$\n\\begin{array} { r l } & { \\mathbb { E } _ { \\mathbf { x } \\times \\mathbf { x } ^ { \\beta } } \\nu ( \\xi , \\alpha ( \\mathbf { x } , \\mathbf { x } ) ) } \\\\ & = \\frac { \\nu ( \\mathbf { x } ) } { 2 } \\sum _ { i = 1 } ^ { N } \\sum _ { \\substack { s \\geq 0 , i \\geq 1 } } \\sum _ { \\substack { [ \\xi \\in \\mathcal { S } _ { \\mathbf { x } } \\times \\mathcal { N } _ { i } ] ( \\xi \\in \\mathcal { S } _ { \\mathbf { x } } \\times \\{ i \\} ) = ( \\xi \\cup \\mathbf { X } _ { \\mathbf { x } } ) ] = ( \\xi \\mid \\mathbf { X } _ { \\mathbf { x } } ) } } \\\\ & { \\leq \\frac { \\nu ( \\mathbf { x } ) } { 2 } \\sum _ { i = 1 } ^ { N } \\operatorname* { s u p } _ { ( \\xi \\in \\mathcal { S } _ { \\mathbf { x } } ) } [ \\xi \\operatorname* { s u p } _ { ( \\xi \\in \\mathcal { S } _ { \\mathbf { x } } ) ] } ( \\operatorname* { s u p } _ { ( \\xi \\in \\mathcal { S } _ { \\mathbf { x } } ) \\{ ( \\xi \\mathbf { X } _ { \\mathbf { x } } ) \\} = \\{ \\alpha \\} } ] } \\\\ & \\overset { ( a ) } { \\geq } \\sum _ { i = 1 } ^ { N } ( \\frac { \\nu } { L } ) \\sum _ { \\substack { ( \\xi ) \\leq ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ) = ( \\xi ) } } \\\\ & \\overset { ( a ) } { \\leq } \\sum _ { i = 1 } ^ { N } ( \\frac { \\nu } { L } ) \\sum _ \\substack { ( \\xi ) \\leq ( \\xi ) ( \\xi ) \\leq ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) \\leq ( \\xi ) \\mathrm { h } } \\{ \\alpha \\} \\exp \\{ ( \\xi \\} \\sum _ \\mathbf { x } \\in \\{ \\xi \\} \\} \\xi ) ( \\xi ) ( \\xi ) ( \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 248, + 122, + 743, + 411 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "1. Since we take the expectation over $\\mathbf { X }$ , the location of $S$ does not affect the probability. Therefore, we can set without loss of generality $S = \\left[ K _ { r } \\right]$ . ", + "bbox": [ + 214, + 416, + 825, + 446 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "2. Note that $r \\leq N / d _ { 0 } \\dot { < } \\operatorname* { m i n } \\left[ d _ { 0 } , d _ { 1 } \\right]$ from assumptions 3 and 4. Thus, with $k = K _ { r } \\ge d _ { 0 }$ , we apply the following Lemma, proven in appendix section 12.2: ", + "bbox": [ + 212, + 449, + 823, + 478 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "Lemma 15. Let $\\mathbf { X } \\in \\mathbb { R } ^ { d _ { 0 } \\times k }$ be a random matrix with independent and identically distributed columns, and $\\mathbf { W } \\in \\mathbb { R } ^ { d _ { 1 } \\times d _ { 0 } }$ an independent standard random Gaussian matrix. Then, in the limit m $\\mathrm { i n } \\left[ k , d _ { 0 } , d _ { 1 } \\right] \\dot { > } r$ , ", + "bbox": [ + 228, + 481, + 825, + 525 + ], + "page_idx": 13 + }, + { + "type": "equation", + "img_path": "images/1afe02259f7d479d0be27534469a0955224cee70cfd0bc061e9c2014f5cf4e70.jpg", + "text": "$$\n\\begin{array} { r } { \\mathbb { P } \\left( \\mathrm { r a n k } \\left( a \\left( \\mathbf { W } \\mathbf { X } \\right) \\right) = r \\right) \\dot { \\leq } 2 ^ { k + r d _ { 0 } \\left( \\log d _ { 1 } + \\log k \\right) + r ^ { 2 } } \\mathbb { P } \\left( \\mathbf { W } \\mathbf { X } _ { [ \\lfloor k / 2 \\rfloor ] } > 0 \\right) . } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 294, + 529, + 763, + 550 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "3. Note that $K _ { r } \\geq N \\epsilon \\dot { = } N > 2 d _ { 1 }$ , and $\\operatorname* { m i n } \\left[ K _ { r } , d _ { 0 } , d _ { 1 } \\right] \\dot { > } d _ { 0 } \\underline { { d _ { 1 } } } / K _ { r } \\dot { > } 1$ from assumptions 2 and 4. Thus, we apply the following Lemma (with $\\mathbf { C } = \\mathbf { X } ^ { \\top }$ , $\\mathbf { B } = \\mathbf { W } ^ { \\top }$ , $M = d _ { 0 }$ , $L = d _ { 1 }$ and $N = K _ { r } / 2$ ), proven in appendix section 12.3: ", + "bbox": [ + 215, + 556, + 825, + 601 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "Lemma 16. Let $\\mathbf { C } \\in \\mathbb { R } ^ { N \\times M }$ and $\\mathbf { B } \\in \\mathbb { R } ^ { M \\times L }$ be two independent standard random Gaussian matrices. Without loss of generality, assume $N \\geq L ,$ , and denote $\\alpha \\triangleq M L / N$ . Then, in the regime $M \\leq N$ and in the limit min $[ N , M , L ] \\dot { > } \\alpha \\dot { > } 1$ , we have ", + "bbox": [ + 228, + 602, + 825, + 648 + ], + "page_idx": 13 + }, + { + "type": "equation", + "img_path": "images/44fede03f3bb993bbce2b480d94bb9545c17da4fe315581887002fc34564bf6d.jpg", + "text": "$$\n\\begin{array} { r } { \\mathbb { P } \\left( \\mathbf { C B } > 0 \\right) \\dot { \\leq } \\exp \\left( - 0 . 4 N \\alpha ^ { 1 / 4 } \\right) . } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 406, + 652, + 647, + 679 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "4. We use $r d _ { 0 } \\leq N , \\left( \\begin{array} { c } { { N } } \\\\ { { K _ { r } } } \\end{array} \\right) \\leq 2 ^ { N } , K _ { r } \\leq N ,$ , and $d _ { 1 } \\dot { < } N$ (from assumption 4) and $r ^ { 2 } \\leq$ $N ^ { 2 } / d _ { 0 } ^ { 2 } { \\dot { < } } N$ (from assumption (3)) to simplify the combintaorial expressions. ", + "bbox": [ + 212, + 688, + 825, + 734 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "5. First, note that $r = 1$ is the maximal term in the sum, so we can neglect the other, exponentially smaller, terms. Second, from assumption 3 we have $d _ { 0 } { \\dot { \\le } } N$ , so ", + "bbox": [ + 209, + 737, + 826, + 767 + ], + "page_idx": 13 + }, + { + "type": "equation", + "img_path": "images/80d1b85478f1bf71c4868633b88c85b366ae645e89dd57b5fd47fd444dc364e0.jpg", + "text": "$$\n\\operatorname* { l i m } _ { N \\to \\infty } 0 . 2 3 \\operatorname* { m a x } \\left[ \\epsilon , d _ { 0 } \\left( N \\right) / N \\right] ^ { 3 / 4 } = 0 . 2 3 \\operatorname* { m a x } \\left[ \\epsilon , \\operatorname* { l i m } _ { N \\to \\infty } d _ { 0 } \\left( N \\right) / N \\right] ^ { 3 / 4 } = \\gamma _ { \\epsilon } .\n$$", + "text_format": "latex", + "bbox": [ + 269, + 770, + 785, + 801 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "Third, from assumption 4 we have $N \\log ^ { 4 } N { \\dot { < } } d _ { 0 } d _ { 1 }$ , so the $2 ^ { N \\log N }$ term is negligible. ", + "bbox": [ + 232, + 806, + 795, + 824 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "Thus, ", + "bbox": [ + 173, + 834, + 212, + 848 + ], + "page_idx": 13 + }, + { + "type": "equation", + "img_path": "images/44540abf479f600cdb5f005c7773d0fd64ab85113d457f17797f804f8388a75e.jpg", + "text": "$$\n\\begin{array} { r } { \\mathbb { E } _ { \\mathbf { X } \\sim \\mathcal { N } } \\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) \\dot { \\leq } \\exp \\left( - \\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\right) . } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 326, + 845, + 669, + 873 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "which proves the Theorem for the case $\\rho \\neq 0$ . ", + "bbox": [ + 176, + 873, + 475, + 888 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "Next, we consider the case $\\rho = 0$ . In this case, we need to change transition (4) in eq. (8.1), so the sum starts from $r = 0$ , since now we can have rank $( a ( \\mathbf { W } \\mathbf { X } _ { S } ) \\bar { ) } = 0$ . Following exactly the same ", + "bbox": [ + 174, + 895, + 823, + 925 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "logic (except the modification to the sum), we only need to modify transition (5)in eq. (8.2) – since now the maximal term in the sum is at $r = 0$ . This entails $\\gamma _ { \\epsilon } = 0 . 2 3 \\epsilon ^ { 3 / 4 }$ . ", + "bbox": [ + 171, + 103, + 825, + 135 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "Corollary 17. (Corollary 7 restated) Given assumptions 1-4, for any $\\delta > 0$ (possibly a vanishing function of $N _ { . }$ ), we have, with probability $1 - \\delta$ , that the angular volume of sub-optimal DLMs, with $\\mathrm { M C E } > \\epsilon > 0$ , is exponentially vanishing in $N$ as ", + "bbox": [ + 173, + 157, + 826, + 202 + ], + "page_idx": 14 + }, + { + "type": "equation", + "img_path": "images/1ec95b09718b5c62f1740c9605819e83bf645fd3ed4f09bdf5076451cd3778dd.jpg", + "text": "$$\n{ \\mathcal { V } } \\left( { \\mathcal { L } } _ { \\epsilon } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) \\dot { \\leq } \\frac { 1 } { \\delta } \\exp \\left( - \\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\right)\n$$", + "text_format": "latex", + "bbox": [ + 348, + 204, + 648, + 234 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "Proof. Since $\\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) \\geq 0$ we can use Markov’s Theorem $( \\mathrm { F a c t } 1 1 ) \\forall \\eta > 0$ : ", + "bbox": [ + 173, + 247, + 710, + 263 + ], + "page_idx": 14 + }, + { + "type": "equation", + "img_path": "images/2dc91f38ea1fb3c23cbd1245a42972f4f8edc0e8870805621a60c5e4b1976bd0.jpg", + "text": "$$\n\\mathbb { P } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left( \\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) < \\eta \\right) > 1 - \\frac { \\mathbb { E } _ { \\mathbf { X } \\sim \\mathcal { N } } \\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) } { \\eta }\n$$", + "text_format": "latex", + "bbox": [ + 310, + 267, + 686, + 301 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "denoting $\\begin{array} { r } { \\eta = \\frac { 1 } { \\delta } \\mathbb { E } _ { \\mathbf { X } \\sim \\mathcal { N } } \\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) } \\end{array}$ , and using Theorem (6) we prove the corollary. ", + "bbox": [ + 176, + 306, + 723, + 323 + ], + "page_idx": 14 + }, + { + "type": "equation", + "img_path": "images/36d6b97111f482b5888329e9e8c4b873fb425980acee6b653550d879f9ba423e.jpg", + "text": "$$\n\\begin{array} { r l } & { 1 - \\delta < \\mathbb { P } _ { { \\mathbf { X } } \\sim { \\mathcal { N } } } \\left( \\displaystyle \\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( { \\mathbf { X } } , { \\mathbf { y } } \\right) \\right) < \\frac { 1 } { \\delta } \\mathbb { E } _ { { \\mathbf { X } } \\sim { \\mathcal { N } } } \\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( { \\mathbf { X } } , { \\mathbf { y } } \\right) \\right) \\right) } \\\\ & { \\quad \\quad \\quad < \\mathbb { P } _ { { \\mathbf { X } } \\sim { \\mathcal { N } } } \\left( \\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( { \\mathbf { X } } , { \\mathbf { y } } \\right) \\right) \\dot { \\leq } \\frac { 1 } { \\delta } \\exp \\left( - \\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\right) \\right) } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 282, + 327, + 714, + 398 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "where we note that replacing a regular inequality $<$ with inequality in the leading order $\\dot { \\leq }$ only removes constraints, and therefore increases the probability. □ ", + "bbox": [ + 171, + 402, + 825, + 433 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "9 CONSTRUCTION OF GLOBAL MINIMA: PROOF OF THEOREM 8: ", + "text_level": 1, + "bbox": [ + 173, + 452, + 720, + 468 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "Recall the LReLU non-linearity ", + "bbox": [ + 174, + 482, + 385, + 497 + ], + "page_idx": 14 + }, + { + "type": "equation", + "img_path": "images/3a9836c54a3588da2a9b52a87454af7cf7fc0020bf26f65f4a5504f2551c1d03.jpg", + "text": "$$\nf \\left( x \\right) \\triangleq { \\left\\{ \\begin{array} { l l } { \\rho x } & { , { \\mathrm { i f ~ } } x < 0 } \\\\ { x } & { , { \\mathrm { i f ~ } } x \\geq 0 } \\end{array} \\right. }\n$$", + "text_format": "latex", + "bbox": [ + 413, + 496, + 584, + 531 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "in eq. (2.1), where $\\rho \\neq 1$ ", + "bbox": [ + 173, + 534, + 343, + 549 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "Theorem 18. (Theorem 8 restated) For any $\\mathbf { y } \\in \\{ 0 , 1 \\} ^ { N }$ and $\\mathbf { X } \\in \\mathbb { R } ^ { d _ { 0 } \\times N }$ almost everywhere we find matrices $\\mathbf { W ^ { * } } ~ \\in ~ \\mathbb { R } ^ { d _ { 1 } ^ { * } \\times d _ { 0 } }$ and $\\mathbf { z } ^ { * } ~ \\in ~ \\mathbb { R } ^ { d _ { 1 } ^ { * } }$ , such that $\\mathbf { y } ~ = ~ f \\left( \\mathbf { W } ^ { * } \\mathbf { X } \\right) ^ { \\top } \\mathbf { z } ^ { * }$ , where $d _ { 1 } ^ { * } \\ \\triangleq$ $4 \\left\\lceil N / \\left( 2 d _ { 0 } - 2 \\right) \\right\\rceil$ and $\\forall i , n : \\mathbf { w } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\neq 0$ . Therefore, every MNN with $d _ { 1 } \\ \\geq \\ d _ { 1 } ^ { * }$ has a DLM which achieves zero error $\\mathbf { e } = 0$ . ", + "bbox": [ + 173, + 550, + 825, + 613 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "We prove the existence of a solution $( \\mathbf { W } ^ { * } , \\mathbf { z } ^ { * } )$ , by explicitly constructing it. This construction is a variant of (Baum, 1988, Theorem 1), except we use LReLU without bias and MSE – instead of threshold units with bias and MCE. First, we note that for any $\\epsilon _ { 1 } > \\epsilon _ { 2 } > 0$ , the following trapezoid function can be written as a scaled sum of four LReLU: ", + "bbox": [ + 174, + 622, + 825, + 679 + ], + "page_idx": 14 + }, + { + "type": "equation", + "img_path": "images/a211f0f15b159948d9a8919c4ce08f0aa24f7a3aaa0f9c176ebfeede943d3075.jpg", + "text": "$$\n\\begin{array} { l } { \\displaystyle \\tau \\left( x \\right) \\triangleq \\left\\{ \\begin{array} { l l } { 0 } & { \\mathrm { , ~ i f ~ } | x | > \\epsilon _ { 1 } } \\\\ { 1 } & { \\mathrm { , ~ i f ~ } | x | \\leq \\epsilon _ { 2 } } \\\\ { \\frac { \\epsilon _ { 1 } - | x | } { \\epsilon _ { 1 } - \\epsilon _ { 2 } } } & { \\mathrm { , ~ i f ~ } \\epsilon _ { 2 } < | x | \\leq \\epsilon _ { 1 } } \\\\ { = \\displaystyle \\frac { 1 } { \\epsilon _ { 1 } - \\epsilon _ { 2 } } \\frac { 1 } { 1 - \\rho } \\left[ f \\left( x + \\epsilon _ { 1 } \\right) - f \\left( x + \\epsilon _ { 2 } \\right) - f \\left( x - \\epsilon _ { 2 } \\right) + f \\left( x - \\epsilon _ { 1 } \\right) \\right] . } \\end{array} \\right. } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 243, + 681, + 753, + 773 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "Next, we examine the set of data points which are classified to 1: $S ^ { + } \\triangleq \\left\\{ n \\in [ N ] | y ^ { ( n ) } = 1 \\right\\}$ . Without loss of generality, assume $\\vert S ^ { + } \\vert \\le \\frac { N } { 2 }$ . We partition $S ^ { + }$ to ", + "bbox": [ + 168, + 776, + 825, + 809 + ], + "page_idx": 14 + }, + { + "type": "equation", + "img_path": "images/298eb14ca98d1ab7bf9d82caf0c9900c1010dcd88684e1a7a497acf1788b749c.jpg", + "text": "$$\nK = \\left\\lceil { \\frac { | S ^ { + } | } { d _ { 0 } - 1 } } \\right\\rceil \\leq \\left\\lceil { \\frac { N } { 2 \\left( d _ { 0 } - 1 \\right) } } \\right\\rceil\n$$", + "text_format": "latex", + "bbox": [ + 387, + 814, + 609, + 849 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "subsets $\\left\\{ { \\cal { S } } _ { i } ^ { + } \\right\\} _ { i = 1 } ^ { K }$ , each with no more than $d _ { 0 } - 1$ samples. For almost any dataset we can find K $K$ i=1hyperplanes passing through the origin, with normals such that each hyperplane contains all $d _ { 0 } - 1$ points in subset ${ S } _ { i } ^ { + }$ , i.e., ", + "bbox": [ + 173, + 854, + 825, + 907 + ], + "page_idx": 14 + }, + { + "type": "equation", + "img_path": "images/238355f0a586b842f9f44bbbc43072e2fb15c002b2e06ae364765f711adafc1e.jpg", + "text": "$$\n\\tilde { \\mathbf { w } } _ { i } ^ { \\top } \\mathbf { X } _ { S _ { i } ^ { + } } = 0 ,\n$$", + "text_format": "latex", + "bbox": [ + 449, + 905, + 547, + 928 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "but no other point, so $\\forall n \\notin S _ { i } ^ { + } : \\tilde { \\mathbf { w } } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\neq 0$ , ", + "bbox": [ + 171, + 102, + 488, + 119 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "If $\\epsilon _ { 1 } , \\epsilon _ { 2 }$ in eq. (9.1) are sufficiently small $( \\forall n \\notin S _ { i } ^ { + } : \\left| \\tilde { \\mathbf { w } } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right| > \\epsilon _ { 1 } )$ then we have ", + "bbox": [ + 174, + 125, + 725, + 143 + ], + "page_idx": 15 + }, + { + "type": "equation", + "img_path": "images/39c0d71a88b161c651edff22966bbc63e28e949c7befc8a6f217f5ba7b69bcdd.jpg", + "text": "$$\n\\tau \\left( \\tilde { \\mathbf { w } } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right) = \\left\\{ \\begin{array} { l l } { 1 } & { \\mathrm { , ~ i f ~ } n \\in S _ { i } ^ { + } } \\\\ { 0 } & { \\mathrm { , ~ e l s e } } \\end{array} \\right. .\n$$", + "text_format": "latex", + "bbox": [ + 382, + 150, + 614, + 185 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "Then we have ", + "bbox": [ + 173, + 190, + 267, + 205 + ], + "page_idx": 15 + }, + { + "type": "equation", + "img_path": "images/43dbb6a9c734ac8055f7747e130567295986012c8b93c54d8b8b5d133f50b499.jpg", + "text": "$$\n\\sum _ { i = 1 } ^ { K } \\tau \\left( \\tilde { \\mathbf { w } } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right) = \\left\\{ \\mathbf { 1 } \\quad , \\mathrm { i f } n \\in \\mathcal { S } ^ { + } \\right.\n$$", + "text_format": "latex", + "bbox": [ + 372, + 200, + 624, + 243 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "which gives the correct classification on all the data points. Thus, from eq. (9.1), we can construct a MNN with ", + "bbox": [ + 173, + 244, + 823, + 272 + ], + "page_idx": 15 + }, + { + "type": "equation", + "img_path": "images/4a1636f1b72d5f09df421358844bfa49ae0f29a037c105cc437a509de7b17342.jpg", + "text": "$$\nd _ { 1 } ^ { * } = 4 K\n$$", + "text_format": "latex", + "bbox": [ + 465, + 271, + 532, + 289 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "hidden neurons which achieves zero error. This is straightforward to do if we have a bias in each neuron. To construct this MNN even without bias, we first find a vector $\\hat { \\mathbf { w } } _ { i }$ such that ", + "bbox": [ + 173, + 290, + 823, + 320 + ], + "page_idx": 15 + }, + { + "type": "equation", + "img_path": "images/d6a39518b58bafbea6f9cab74cef8a5a57426c65877e0453d35ddd5fcc80fe23.jpg", + "text": "$$\n\\hat { \\mathbf { w } } _ { i } ^ { \\top } \\left[ { \\bf X } _ { S _ { i } ^ { + } } , \\tilde { \\mathbf { w } } _ { i } \\right] = \\left[ 1 , \\ldots , 1 , 1 , 0 \\right] .\n$$", + "text_format": "latex", + "bbox": [ + 383, + 323, + 612, + 351 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "Note that this is possible since $\\left[ { \\bf X } _ { S _ { i } ^ { + } } , \\tilde { { \\bf w } } _ { i } \\right]$ has full rank $\\mathbf { X }$ -a.e. (the matrix $\\mathbf { X } _ { S _ { i } ^ { + } } \\in \\mathbb { R } ^ { d _ { 0 } \\times d _ { 0 } - 1 }$ has, $\\mathbf { X }$ -a.e., one zero left eigenvector, which is $\\tilde { \\mathbf { w } } _ { i }$ , according to eq. (9.2)). Additionally, we can set ", + "bbox": [ + 173, + 356, + 833, + 393 + ], + "page_idx": 15 + }, + { + "type": "equation", + "img_path": "images/e26911de7f5643e2fff69dd4a6c1e834106f6828abbecff66e2455b77b0eba5a.jpg", + "text": "$$\n\\begin{array} { r } { \\| \\tilde { \\mathbf { w } } _ { i } \\| = \\| \\hat { \\mathbf { w } } _ { i } \\| ~ , } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 447, + 398, + 552, + 416 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "since changing the scale of $\\mathbf { w } _ { i }$ would not affect the validity of eq. (9.2). Then, we denote ", + "bbox": [ + 173, + 421, + 756, + 436 + ], + "page_idx": 15 + }, + { + "type": "equation", + "img_path": "images/fb72c4f1cd99152d3d4743f76989306f68dc90ad884ff9d6e9cc9703458a7844.jpg", + "text": "$$\n\\begin{array} { r l } & { { \\mathbf w } _ { i } ^ { ( 1 ) } \\triangleq \\tilde { \\mathbf { w } } _ { i } + \\epsilon _ { 1 } \\hat { \\mathbf { w } } _ { i } ; { \\mathbf w } _ { i } ^ { ( 2 ) } \\triangleq \\tilde { \\mathbf { w } } _ { i } + \\epsilon _ { 2 } \\hat { \\mathbf { w } } _ { i } } \\\\ & { { \\mathbf w } _ { i } ^ { ( 3 ) } \\triangleq \\tilde { \\mathbf { w } } _ { i } - \\epsilon _ { 2 } \\hat { \\mathbf { w } } _ { i } ; { \\mathbf w } _ { i } ^ { ( 4 ) } \\triangleq \\tilde { \\mathbf { w } } _ { i } - \\epsilon _ { 1 } \\hat { \\mathbf { w } } _ { i } . } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 359, + 440, + 638, + 486 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "Note, from eqs. (9.2) and (9.4) that this choice satisfies ", + "bbox": [ + 173, + 488, + 537, + 505 + ], + "page_idx": 15 + }, + { + "type": "equation", + "img_path": "images/686a7cd3c7ec2e1e87d5c46ba3744f4040b00fbe0448a55af5107de2835d23d5.jpg", + "text": "$$\n\\forall n \\in S _ { i } ^ { + } : \\mathbf { w } _ { i } ^ { ( j ) \\top } \\mathbf { x } ^ { ( n ) } = \\left\\{ \\begin{array} { l l } { \\epsilon _ { 1 } } & { , \\mathrm { i f } j = 1 } \\\\ { \\epsilon _ { 2 } } & { , \\mathrm { i f } j = 2 } \\\\ { - \\epsilon _ { 2 } } & { , \\mathrm { i f } j = 3 } \\\\ { - \\epsilon _ { 1 } } & { , \\mathrm { i f } j = 4 } \\end{array} \\right. .\n$$", + "text_format": "latex", + "bbox": [ + 346, + 511, + 651, + 579 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "Also, to ensure that $\\forall n \\notin S _ { i } ^ { + }$ the sign of $\\mathbf { w } _ { i } ^ { ( j ) ^ { \\top } } \\mathbf { x } ^ { ( n ) }$ does not change for different $j$ , for some $\\beta , \\gamma < 1$ we define ", + "bbox": [ + 174, + 587, + 826, + 617 + ], + "page_idx": 15 + }, + { + "type": "equation", + "img_path": "images/77d7088f44a181a7bf4a78e445507146df6d836e960f6a84758d3c5480dcd350.jpg", + "text": "$$\n\\epsilon _ { 1 } = \\beta \\frac { \\operatorname* { m i n } _ { n \\not \\in { \\cal S } _ { i } ^ { + } } \\left| \\tilde { \\mathbf { w } } _ { i } ^ { \\top } { \\mathbf { x } } ^ { ( n ) } \\right| } { \\operatorname* { m a x } _ { n \\not \\in { \\cal S } _ { i } ^ { + } } \\left| \\hat { \\mathbf { w } } _ { i } ^ { \\top } { \\mathbf { x } } ^ { ( n ) } \\right| } , \\epsilon _ { 2 } = \\gamma \\epsilon _ { 1 } ,\n$$", + "text_format": "latex", + "bbox": [ + 367, + 613, + 629, + 656 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "where with probability $\\begin{array} { r } { 1 , \\operatorname* { m i n } _ { n \\not \\in \\mathcal { S } _ { i } ^ { + } } \\left| \\tilde { \\mathbf { w } } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right| > 0 } \\end{array}$ and $\\mathrm { m a x } _ { n \\notin { \\cal S } _ { i } ^ { + } } \\left| \\hat { \\mathbf { w } } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right| > 0$ . Defining ", + "bbox": [ + 171, + 659, + 764, + 680 + ], + "page_idx": 15 + }, + { + "type": "equation", + "img_path": "images/bbbe1c0f2f4bcb486181e4c90035f9f8508a185ede55327c0496643895955582.jpg", + "text": "$$\n\\begin{array} { r l } & { \\mathbf { W } _ { i } \\triangleq \\left[ \\mathbf { w } _ { i } ^ { ( 1 ) } , \\mathbf { w } _ { i } ^ { ( 2 ) } , \\mathbf { w } _ { i } ^ { ( 3 ) } , \\mathbf { w } _ { i } ^ { ( 4 ) } \\right] ^ { \\top } \\in \\mathbb { R } ^ { 4 K \\times d _ { 0 } } } \\\\ & { \\mathbf { z } _ { i } \\triangleq \\left[ 1 , - 1 , - 1 , 1 \\right] ^ { \\top } \\in \\mathbb { R } ^ { 4 } } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 349, + 685, + 647, + 738 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "and combining all the above facts, we have ", + "bbox": [ + 173, + 741, + 457, + 756 + ], + "page_idx": 15 + }, + { + "type": "equation", + "img_path": "images/d755a9fdd395387d76ca4382021cbbc0e401fd48dec2b9018647aa0832a68d6a.jpg", + "text": "$$\n\\begin{array} { l } { f \\left( \\mathbf { W } _ { i } \\mathbf { x } ^ { ( n ) } \\right) ^ { \\top } \\mathbf { z } _ { i } } \\\\ { \\ = \\displaystyle \\frac { 1 } { \\epsilon _ { 1 } - \\epsilon _ { 2 } } \\frac { 1 } { 1 - \\rho } \\left[ f \\left( \\mathbf { w } _ { i } ^ { ( 1 ) \\top } \\mathbf { x } ^ { ( n ) } \\right) - f \\left( \\mathbf { w } _ { i } ^ { ( 2 ) \\top } \\mathbf { x } ^ { ( n ) } \\right) - f \\left( \\mathbf { w } _ { i } ^ { ( 3 ) \\top } \\mathbf { x } ^ { ( n ) } \\right) + f \\left( \\mathbf { w } _ { i } ^ { ( 3 ) \\top } \\mathbf { x } ^ { ( n ) } \\right) \\right] } \\\\ { \\ = \\displaystyle \\frac { 1 } { \\epsilon _ { 1 } - \\epsilon _ { 2 } } \\frac { 1 } { 1 - \\rho } \\left[ f \\left( \\widetilde { \\mathbf { w } } _ { i } ^ { ( 1 ) } \\mathbf { x } ^ { ( n ) } + \\epsilon _ { 1 } \\widehat { \\mathbf { w } } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right) - f \\left( \\widetilde { \\mathbf { w } } _ { i } ^ { \\top } \\mathbf { x } + \\epsilon _ { 2 } \\widehat { \\mathbf { w } } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right) \\right. } \\\\ { \\ - \\left. f \\left( \\widetilde { \\mathbf { w } } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } - \\epsilon _ { 2 } \\widehat { \\mathbf { w } } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right) + f \\left( \\widetilde { \\mathbf { w } } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } - \\epsilon _ { 1 } \\widehat { \\mathbf { w } } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right) \\right] } \\\\ { \\ = \\displaystyle \\frac { 1 } { \\left\\{ 0 \\right. \\ } , \\ \\mathrm { i f } n \\in \\mathcal { S } _ { i } ^ { + } } . \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 196, + 761, + 802, + 924 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "Thus, for ", + "bbox": [ + 173, + 103, + 236, + 118 + ], + "page_idx": 16 + }, + { + "type": "equation", + "img_path": "images/8948c052d416b99ce37bf214ddf04bf73f55c18c95026c6f80adc6406d8f24c3.jpg", + "text": "$$\n\\begin{array} { c } { { \\displaystyle { \\bf W } ^ { * } = \\left[ { \\bf W } _ { 1 } ^ { \\top } , \\ldots , { \\bf W } _ { K } ^ { \\top } \\right] ^ { \\top } \\in \\mathbb { R } ^ { 4 \\times d _ { 0 } } } } \\\\ { { \\displaystyle { \\bf z } ^ { * } = \\frac { 1 } { \\epsilon _ { 1 } - \\epsilon _ { 2 } } \\frac { 1 } { 1 - \\rho } \\cdot \\left[ { \\bf z } _ { 1 } , \\ldots , { \\bf z } _ { K } \\right] \\in \\mathbb { R } ^ { 4 K } } } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 354, + 123, + 643, + 183 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "we obtain a MNN that implements ", + "bbox": [ + 173, + 186, + 401, + 202 + ], + "page_idx": 16 + }, + { + "type": "equation", + "img_path": "images/cba5051c74129ca5ceccf2b4e282245cc350b1ce31f2a0e096f57efed8a0e0eb.jpg", + "text": "$$\nf \\left( \\mathbf { W } ^ { * } \\mathbf { x } ^ { ( n ) } \\right) ^ { \\top } \\mathbf { z } ^ { * } = { \\left\\{ \\begin{array} { l l } { 1 } & { , { \\mathrm { i f } } \\ n \\in S ^ { + } } \\\\ { 0 } & { , { \\mathrm { e l s e } } } \\end{array} \\right. }\n$$", + "text_format": "latex", + "bbox": [ + 370, + 209, + 625, + 246 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "and thus achieves zero error. Clearly, from this construction, if $\\mathbf { w } _ { i }$ is a row of $\\mathbf { W } ^ { * }$ , then $\\forall n \\in S _ { i } ^ { + } , \\forall i :$ $| \\mathbf { w } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } | \\geq \\epsilon _ { 2 }$ , and with probability $1 \\forall n \\notin S _ { i } ^ { + } , \\forall i : \\left| \\mathbf { w } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right| > 0$ , so this construction does not touch any non-differentiable region of the MSE. \u0004 ", + "bbox": [ + 173, + 255, + 826, + 301 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "10 GLOBAL MINIMA: PROOF OF THEOREM 9 ", + "text_level": 1, + "bbox": [ + 174, + 320, + 566, + 338 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "Theorem 19. (Theorem 9 restated). Given assumptions 1-3, we set $\\delta \\dot { = } \\sqrt { { \\textstyle \\frac { 8 } { \\pi } } } d _ { 0 } ^ { - 1 / 2 } \\ +$ $2 d _ { 0 } ^ { 1 / 2 } \\sqrt { { \\log d _ { 0 } } } / { N }$ and $d _ { 1 } ^ { * } = 2 N / d _ { 0 }$ , or if assumption $^ { 5 }$ holds, we set $d _ { 1 } ^ { * }$ as in this assumption. Then, with probability $1 - \\delta$ , the angular volume of global minima is lower bounded as, ", + "bbox": [ + 173, + 351, + 828, + 407 + ], + "page_idx": 16 + }, + { + "type": "equation", + "img_path": "images/d4feb8dffc8a9e1fcee5f934e9a750e147c09afd2ac75e09bede36b743b4ac2f.jpg", + "text": "$$\n\\mathscr { V } \\left( \\mathscr { G } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) \\dot { > } \\exp \\left( - d _ { 1 } ^ { \\ast } d _ { 0 } \\log N \\right) \\dot { \\geq } \\exp \\left( - 2 N \\log N \\right) .\n$$", + "text_format": "latex", + "bbox": [ + 308, + 412, + 687, + 431 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "In this section we lower bound the angular volume of $\\mathcal { G }$ (definition 4), i.e., differentiable regions in which there exist DLMs with $\\mathrm { { M C E } = 0 }$ . We lower bound $\\mathcal { V } \\left( \\mathcal { G } \\right)$ using the angular volume corresponding to the differentiable region containing a single global minimum. ", + "bbox": [ + 173, + 445, + 826, + 489 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "From assumption 4, we have $d _ { 0 } d _ { 1 } \\dot { > } N$ , so we can apply Theorem 8 and say that the labels are generated using a $( \\mathbf { X } , \\mathbf { y } )$ -dependent MNN: $\\mathbf { y } ~ = ~ f \\left( \\mathbf { W } ^ { * } \\mathbf { X } \\right) ^ { \\top } \\mathbf { z } ^ { * }$ with target weights $\\begin{array} { r l } { \\mathbf { W } ^ { * } } & { { } = } \\end{array}$ $\\left[ { \\bf w } _ { 1 } ^ { * \\top } , \\ldots , { \\bf w } _ { d _ { 1 } ^ { * } } ^ { * \\top } \\right] ^ { \\top } \\in \\mathbb { R } ^ { d _ { 1 } ^ { * } \\times d _ { 0 } }$ and $\\mathbf { z } ^ { * } \\in \\mathbb { R } ^ { d _ { 1 } }$ . If, in addition, assumption 5 holds then we can assume $\\mathbf { W } ^ { * }$ and $\\mathbf { z } ^ { \\ast }$ are independent from $( \\mathbf { X } , \\mathbf { y } )$ . In both cases, the following differentiable region ", + "bbox": [ + 173, + 494, + 825, + 568 + ], + "page_idx": 16 + }, + { + "type": "equation", + "img_path": "images/396df204c6dbeabe1d7d8b292ea954d4be1899341b3edd1520d420754b6f14f1.jpg", + "text": "$$\n\\begin{array} { r } { \\tilde { \\mathcal { G } } \\left( \\mathbf { X } , \\mathbf { W } ^ { * } \\right) \\triangleq \\left\\{ \\mathbf { W } \\in \\mathbb { R } ^ { d _ { 1 } \\times d _ { 0 } } | \\forall i \\le d _ { 1 } ^ { * } : \\ \\mathrm { s i g n } \\left( \\mathbf { w } _ { i } ^ { \\top } \\mathbf { X } \\right) = \\mathrm { s i g n } \\left( \\mathbf { w } _ { i } ^ { * ^ { \\top } } \\mathbf { X } \\right) \\right\\} , } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 253, + 575, + 743, + 595 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "also contains a differentiable global minimum (just set $\\mathbf { w } _ { i } = \\mathbf { w } _ { i } ^ { * }$ , $z _ { i } = z _ { i } ^ { * } \\forall i \\leq d _ { 1 } ^ { * }$ , and $z _ { i } = 0$ $\\forall i > d _ { 1 } ^ { * } ,$ ), and therefore $\\forall \\mathbf { X } , \\mathbf { y }$ and their corresponding $\\mathbf { W } ^ { * }$ , we have ", + "bbox": [ + 173, + 602, + 825, + 631 + ], + "page_idx": 16 + }, + { + "type": "equation", + "img_path": "images/045a31095a5ab73d446c31cf5b5781057deb5585c87c32d7bbdd3bb458554b0c.jpg", + "text": "$$\n\\mathcal { G } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\supset \\tilde { \\mathcal { G } } \\left( \\mathbf { X } , \\mathbf { W } ^ { * } \\right)\n$$", + "text_format": "latex", + "bbox": [ + 419, + 637, + 578, + 656 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "Also, we will make use of the following definition. ", + "bbox": [ + 173, + 664, + 508, + 679 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "Definition 20. Let $\\mathbf { X }$ have an angular margin $\\alpha$ from $\\mathbf { W } ^ { * }$ if all datapoints (columns in $\\mathbf { X }$ ) are at an angle of at least $\\alpha$ from all the weight hyperplanes (rows of $\\mathbf { W } ^ { * }$ ) , i.e., $\\mathbf { X }$ is in the set ", + "bbox": [ + 173, + 683, + 825, + 713 + ], + "page_idx": 16 + }, + { + "type": "equation", + "img_path": "images/ad940362f0ac2a63b6765a0667ffa0faebc3ddf014ee3fbb9c76cf460a0d6cf4.jpg", + "text": "$$\n\\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\triangleq \\left. \\mathbf { X } \\in \\mathbb { R } ^ { d _ { 0 } \\times N } | \\forall i , n : \\left| \\frac { \\mathbf { x } ^ { ( n ) \\top } \\mathbf { w } _ { i } ^ { * } } { \\left\\| \\mathbf { x } ^ { ( n ) } \\right\\| \\left\\| \\mathbf { w } _ { i } ^ { * } \\right\\| } \\right| > \\mathrm { s i n } \\alpha \\right. .\n$$", + "text_format": "latex", + "bbox": [ + 289, + 718, + 709, + 762 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "Using the definitions in eqs. (10.3) and (10.1), we prove the Theorem using the following three Lemmas. ", + "bbox": [ + 173, + 775, + 825, + 805 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "First, In appendix section 13.2 we prove ", + "bbox": [ + 174, + 810, + 439, + 825 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "Lemma 21. For any $\\alpha$ , $i f \\mathbf { W } ^ { * }$ is independent from W then, in the limit $N \\to \\infty$ , $\\forall \\mathbf { X } \\in \\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right)$ with l $\\mathrm { { o g } s i n } \\alpha \\dot { > } d _ { 0 } ^ { - 1 } \\log d _ { 0 }$ ", + "bbox": [ + 174, + 829, + 823, + 861 + ], + "page_idx": 16 + }, + { + "type": "equation", + "img_path": "images/cd09fc5a1737d4dfe7704c0adbb9fc4c50aa5b54c92f4fcbf4cdab6c572c2045.jpg", + "text": "$$\n\\begin{array} { r } { \\mathcal { V } \\left( \\tilde { \\mathcal { G } } \\right) = \\mathbb { P } _ { \\mathbf { W } \\sim \\mathcal { N } } \\left( \\mathbf { W } \\in \\tilde { \\mathcal { G } } \\left( \\mathbf { X } , \\mathbf { W } ^ { * } \\right) \\right) \\dot { \\geq } \\exp \\left( d _ { 0 } d _ { 1 } ^ { * } \\log \\sin \\alpha \\right) . } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 294, + 868, + 700, + 896 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "Second, in appendix section 13.3 we prove ", + "bbox": [ + 174, + 909, + 455, + 924 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "Lemma 22. Let $\\mathbf { W } ^ { * } \\in \\mathbb { R } ^ { d _ { 1 } ^ { * } \\times d _ { 0 } }$ a fixed matrix independent of $\\mathbf { X }$ . Then, in the limit $N \\infty$ with $d _ { 1 } ^ { * } { \\dot { \\leq } } d _ { 0 } { \\dot { \\leq } } N$ , the probability of not having an angular margin $\\sin \\alpha = 1 / \\left( d _ { 1 } ^ { * } d _ { 0 } N \\right)$ (eq. (10.3)) is upper bounded by ", + "bbox": [ + 173, + 102, + 826, + 145 + ], + "page_idx": 17 + }, + { + "type": "equation", + "img_path": "images/d5457133b26b2af46099b687e0136ea8dd1b7806d8276b51705f7cd20c1e348f.jpg", + "text": "$$\n\\mathbb { P } \\left( \\mathbf { X } \\notin \\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) \\dot { \\leq } \\sqrt { \\frac { 2 } { \\pi } } d _ { 0 } ^ { - 1 / 2 }\n$$", + "text_format": "latex", + "bbox": [ + 388, + 143, + 607, + 179 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "Lastly, in appendix section 13.4 we prove ", + "bbox": [ + 176, + 189, + 447, + 204 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "Lemma 23. Let $\\mathbf { X } \\in \\mathbb { R } ^ { d _ { 0 } \\times N }$ be a standard random Gaussian matrix of datapoints. Then we can find, with probability $I$ , $( \\mathbf { X } , \\mathbf { y } )$ -dependent matrices $\\mathbf { W } ^ { * }$ and $\\mathbf { z } ^ { \\ast }$ as in Theorem 8 (where $d _ { 1 } ^ { * }$ , $4 \\ : \\lceil N / \\left( 2 d _ { 0 } - 2 \\right) \\rceil $ . Moreover, in the limit $N \\to \\infty$ , where $N / d _ { 0 } { \\dot { \\le } } d _ { 0 } { \\dot { \\le } } N$ , for any y, we can bound the probability of not having an angular margin (eq. (10.3)) with $\\sin \\alpha = 1 / \\left( d _ { 1 } ^ { * } d _ { 0 } N \\right)$ by ", + "bbox": [ + 173, + 207, + 826, + 268 + ], + "page_idx": 17 + }, + { + "type": "equation", + "img_path": "images/d6aea7d1ff018291e63c0f48c89869863a15ecab0467eb0d30553d0cbdfe3a62.jpg", + "text": "$$\n\\mathbb { P } \\left( \\mathbf { X } \\notin \\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) \\dot { \\leq } \\sqrt { \\frac { 8 } { \\pi } } d _ { 0 } ^ { - 1 / 2 } + \\frac { 2 d _ { 0 } ^ { 1 / 2 } \\sqrt { \\log d _ { 0 } } } { N }\n$$", + "text_format": "latex", + "bbox": [ + 333, + 273, + 665, + 310 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "Recall that $\\forall \\mathbf { X } , \\mathbf { y }$ and their corresponding $\\mathbf { W } ^ { * }$ , we have $\\mathcal { G } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\subset \\tilde { \\mathcal { G } } \\left( \\mathbf { X } , \\mathbf { W } ^ { * } \\right)$ (eq. (10.2)). Thus, combining Lemmas 21 with $\\sin \\alpha = 1 / \\left( \\bar { d } _ { 1 } ^ { * } d _ { 0 } N \\right)$ together with either Lemma 22 or 23, we prove the first (left) inequality of Theorem 9: ", + "bbox": [ + 173, + 325, + 826, + 371 + ], + "page_idx": 17 + }, + { + "type": "equation", + "img_path": "images/ab32765f735b173f9ee86eda78742cb481fbd4dc0e053ef310f3000c814e25a9.jpg", + "text": "$$\n{ \\mathcal { V } } \\left( { \\mathcal { G } } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) { \\dot { \\geq } } \\exp \\left( - d _ { 1 } ^ { * } d _ { 0 } \\log N \\right)\n$$", + "text_format": "latex", + "bbox": [ + 382, + 387, + 614, + 406 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "Next, if $d _ { 1 } ^ { * } = 2 N / d _ { 0 }$ or $d _ { 1 } ^ { * } { \\dot { < } } N / d _ { 0 }$ (is assumption 5 holds), we obtain the second (right) inequality ", + "bbox": [ + 173, + 409, + 816, + 425 + ], + "page_idx": 17 + }, + { + "type": "equation", + "img_path": "images/c55f578000c4433de41349c9e548a1e7dd839da142cdf75226dce81b424c4488.jpg", + "text": "$$\n\\exp \\left( - d _ { 1 } ^ { \\ast } d _ { 0 } \\log N \\right) \\dot { \\geq } \\exp \\left( - 2 N \\log N \\right) .\n$$", + "text_format": "latex", + "bbox": [ + 362, + 431, + 633, + 450 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "11 VOLUME RATIO OF GLOBAL AND LOCAL MINIMA: PROOF OF THEOREM 10 ", + "bbox": [ + 171, + 492, + 825, + 508 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "Theorem 24. (Theorem 10 restated) Given assumptions 1-3, we set $\\delta \\doteq \\sqrt { \\frac { 8 } { \\pi } } d _ { 0 } ^ { - 1 / 2 } +$ $2 d _ { 0 } ^ { 1 / 2 } \\sqrt { { \\log d _ { 0 } } } / { N }$ . Then, with probability $1 - \\delta$ , the angular volume of sub-optimal DLMs, with $\\mathrm { M C E } > \\epsilon > 0 ,$ , is exponentially vanishing in $N ,$ , in comparison to the angular volume of global minima with $\\mathrm { M C E } = 0$ ", + "bbox": [ + 173, + 521, + 828, + 590 + ], + "page_idx": 17 + }, + { + "type": "equation", + "img_path": "images/36040bc717ea29143e129efa4ee3e4f4f0e6c4936b233a4011a7aaa839ef899d.jpg", + "text": "$$\n\\frac { \\mathscr { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) } { \\mathscr { V } \\left( \\mathcal { G } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) } \\dot { \\leq } \\exp \\left( - \\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\right) \\dot { \\leq } \\exp \\left( - \\gamma _ { \\epsilon } N \\log N \\right) .\n$$", + "text_format": "latex", + "bbox": [ + 279, + 595, + 718, + 631 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "To prove this theorem we first calculate the expectation of the angular volume ratio given the $\\mathbf { X }$ -event that the bound in Theorem 9 holds (given assumptions 1-3), i.e., $\\mathcal { V } \\left( \\mathcal { G } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) \\dot { \\geq } \\dot { \\exp } \\left( - 2 N \\log N \\right)$ . Denoting this even $ { \\varepsilon } ^ { 6 }$ as $\\mathcal { M }$ , we find: ", + "bbox": [ + 174, + 643, + 826, + 685 + ], + "page_idx": 17 + }, + { + "type": "equation", + "img_path": "images/b31cb03a028f2e5b199a72dbc8b7525e5a526aa82c1330973c2eca3888b63a92.jpg", + "text": "$$\n\\begin{array} { r l } & { \\mathbb { E } _ { { \\mathbf { X } } \\sim { \\mathcal { N } } } \\left[ \\frac { \\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( { \\mathbf { X } } , { \\mathbf { y } } \\right) \\right) } { \\mathcal { V } \\left( \\mathcal { G } \\left( { \\mathbf { X } } , { \\mathbf { y } } \\right) \\right) } | { \\mathcal { M } } \\right] \\overset { ( 1 ) } { \\leq } \\frac { \\mathbb { E } _ { { \\mathbf { X } } \\sim { \\mathcal { N } } } \\left[ \\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( { \\mathbf { X } } , { \\mathbf { y } } \\right) \\right) \\big | { \\mathcal { M } } \\right] } { \\exp \\left( - 2 N \\log N \\right) } \\overset { ( 2 ) } { \\leq } } \\\\ & { \\frac { \\mathbb { E } _ { { \\mathbf { X } } \\sim { \\mathcal { N } } } \\left[ \\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( { \\mathbf { X } } , { \\mathbf { y } } \\right) \\right) \\right] } { \\mathbb { P } _ { { \\mathbf { X } } \\sim { \\mathcal { N } } } \\left( { \\mathcal { M } } \\right) \\exp \\left( - 2 N \\log N \\right) } \\overset { ( 3 ) } { \\leq } \\frac { \\exp \\left( - \\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\right) } { \\mathbb { P } _ { { \\mathbf { X } } \\sim { \\mathcal { N } } } \\left( { \\mathcal { M } } \\right) \\exp \\left( - 2 N \\log N \\right) } \\overset { ( 4 ) } { \\leq } } \\\\ & { \\quad \\quad \\frac { \\exp \\left( - \\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\right) } { \\exp \\left( - 2 N \\log N \\right) } \\overset { ( 5 ) } { \\leq } \\exp \\left( - \\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\right) } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 276, + 694, + 720, + 821 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "where ", + "bbox": [ + 173, + 827, + 217, + 840 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "1. We apply Theorem 9. \n2. We use the following fact ", + "bbox": [ + 210, + 852, + 405, + 887 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "Fact 25. For any variable $X \\geq 0$ and event $\\mathcal { A }$ (where $\\bar { A }$ is its complement) ", + "bbox": [ + 232, + 102, + 730, + 119 + ], + "page_idx": 18 + }, + { + "type": "equation", + "img_path": "images/883661c6a334e5fdb44fe9e8595b6615d7d8d470455e1c5c6e3ffcaf20278de4.jpg", + "text": "$$\n\\mathbb { E } \\left[ X \\right] = \\mathbb { E } \\left[ X | { \\cal { A } } \\right] \\mathbb { P } \\left( { \\cal { A } } \\right) + \\mathbb { E } \\left[ X | { \\bar { \\cal { A } } } \\right] ( 1 - \\mathbb { P } \\left( { \\cal { A } } \\right) ) \\geq \\mathbb { E } \\left[ X | { \\cal { A } } \\right] \\mathbb { P } \\left( { \\cal { A } } \\right)\n$$", + "text_format": "latex", + "bbox": [ + 307, + 123, + 746, + 143 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "3. We apply Theorem 6. ", + "bbox": [ + 212, + 151, + 375, + 166 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "4. We apply Theorem 9. ", + "bbox": [ + 212, + 170, + 375, + 185 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "5. We use assumption 4, which implies $\\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\dot { > } 2 N \\log N .$ ", + "bbox": [ + 209, + 189, + 674, + 208 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "For simplicity, in the reminder of the proof we denote ", + "bbox": [ + 171, + 218, + 529, + 233 + ], + "page_idx": 18 + }, + { + "type": "equation", + "img_path": "images/1d0887721e78acce5607b525a4b567e015b3451e8e8c92eca4dc5c567f1ac83c.jpg", + "text": "$$\nR \\left( \\mathbf { X } \\right) \\triangleq \\frac { \\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) } { \\mathcal { V } \\left( \\mathcal { G } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) } .\n$$", + "text_format": "latex", + "bbox": [ + 415, + 239, + 581, + 273 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "From Markov inequality (Fact 11), since $R \\left( { \\bf X } \\right) \\geq 0$ , we have $\\forall \\eta \\left( N \\right) > 0$ : ", + "bbox": [ + 174, + 280, + 665, + 296 + ], + "page_idx": 18 + }, + { + "type": "equation", + "img_path": "images/c6168072c13db79989e917fe2037d2d71918323a17814e36ba59a0ea35f295a7.jpg", + "text": "$$\n\\mathbb { P } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left[ R \\left( \\mathbf { X } \\right) \\geq \\eta \\left( N \\right) \\vert \\mathcal { M } \\right] \\leq \\frac { \\mathbb { E } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left[ R \\left( \\mathbf { X } \\right) \\vert \\mathcal { M } \\right] } { \\eta \\left( N \\right) }\n$$", + "text_format": "latex", + "bbox": [ + 326, + 301, + 669, + 337 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "On the other hand, from fact 25, we have ", + "bbox": [ + 174, + 342, + 444, + 357 + ], + "page_idx": 18 + }, + { + "type": "equation", + "img_path": "images/3c64c08f9d4128005c15ac8f4a4b72111bbd0dcc4e4c8905d594204996080c5c.jpg", + "text": "$$\n\\begin{array} { r } { 1 - \\operatorname { \\mathbb { P } } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left[ R \\left( \\mathbf { X } \\right) < \\eta \\left( N \\right) \\vert \\mathcal { M } \\right] \\ge 1 - \\frac { \\operatorname { \\mathbb { P } } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left[ R \\left( \\mathbf { X } \\right) < \\eta \\left( N \\right) \\right] } { \\operatorname { \\mathbb { P } } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left( \\mathcal { M } \\right) } . } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 279, + 362, + 718, + 396 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "Combining Eqs. (11.2)-(11.3) we obtain ", + "bbox": [ + 173, + 401, + 441, + 417 + ], + "page_idx": 18 + }, + { + "type": "equation", + "img_path": "images/6935d7f495a50a7bfe5f0c399d742e00a6aeed8fd5a66fee9db324f082b631d5.jpg", + "text": "$$\n\\frac { \\mathbb { E } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left[ R \\left( \\mathbf { X } \\right) \\vert \\mathcal { M } \\right] } { \\eta \\left( N \\right) } \\geq 1 - \\frac { \\mathbb { P } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left[ R \\left( \\mathbf { X } \\right) < \\eta \\left( N \\right) \\right] } { \\mathbb { P } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left( \\mathcal { M } \\right) } ,\n$$", + "text_format": "latex", + "bbox": [ + 321, + 422, + 674, + 458 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "and so ", + "bbox": [ + 173, + 464, + 220, + 478 + ], + "page_idx": 18 + }, + { + "type": "equation", + "img_path": "images/1df218dc6a30435f3ba3020e939e8a2a2e39a69d85a35bad38ef7191c288080f.jpg", + "text": "$$\n\\mathbb { P } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left( \\mathcal { M } \\right) - \\mathbb { P } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left( \\mathcal { M } \\right) \\frac { \\mathbb { E } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left[ R \\left( \\mathbf { X } \\right) \\middle | \\mathcal { M } \\right] } { \\eta \\left( N \\right) } \\leq \\mathbb { P } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left[ R \\left( \\mathbf { X } \\right) < \\eta \\left( N \\right) \\right] .\n$$", + "text_format": "latex", + "bbox": [ + 245, + 482, + 751, + 516 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "We choose ", + "bbox": [ + 173, + 522, + 246, + 536 + ], + "page_idx": 18 + }, + { + "type": "equation", + "img_path": "images/c4037cf0ca606d8d7e5abeb3654a18534a91fdee6ef24880989ea7b15aa10d41.jpg", + "text": "$$\n\\eta \\left( { \\cal N } \\right) = N \\mathbb { P } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left( { \\cal M } \\right) \\mathbb { E } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left[ R \\left( \\mathbf { X } \\right) \\vert \\mathcal { M } \\right] \\doteq \\exp \\left( - \\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\right)\n$$", + "text_format": "latex", + "bbox": [ + 258, + 541, + 736, + 568 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "so that ", + "bbox": [ + 173, + 574, + 220, + 588 + ], + "page_idx": 18 + }, + { + "type": "equation", + "img_path": "images/19c15e4885625997a3766e3b177b1110c78b2058312390172cc9e462e99f0eba.jpg", + "text": "$$\n\\mathbb { P } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left( \\mathcal { M } \\right) - \\frac { 1 } { N } \\le \\mathbb { P } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left[ R \\left( \\mathbf { X } \\right) \\dot { \\le } \\exp \\left( - \\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\right) \\right] .\n$$", + "text_format": "latex", + "bbox": [ + 274, + 582, + 722, + 613 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "Then, from Theorem 9 we have ", + "bbox": [ + 173, + 614, + 382, + 630 + ], + "page_idx": 18 + }, + { + "type": "equation", + "img_path": "images/b691e9b99b15197ab7d70e68bfc6d003ef9ae79903069ffb8279980d1c9005a6.jpg", + "text": "$$\n1 - \\mathbb { P } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left( \\mathcal { M } \\right) \\dot { \\leq } \\sqrt { \\frac { 8 } { \\pi } } d _ { 0 } ^ { - 1 / 2 } + \\frac { 2 d _ { 0 } ^ { 1 / 2 } \\sqrt { \\log d _ { 0 } } } { N } .\n$$", + "text_format": "latex", + "bbox": [ + 341, + 635, + 656, + 671 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "so we obtain the first (left) inequality in the Theorem (10) ", + "bbox": [ + 173, + 676, + 553, + 693 + ], + "page_idx": 18 + }, + { + "type": "equation", + "img_path": "images/05bd8a33be4b4cd8eb1097bc374d96fd669c2339592f3e9b49bcee9b2fdd168f.jpg", + "text": "$$\n\\sqrt { \\frac { 8 } { \\pi } } d _ { 0 } ^ { - 1 / 2 } + \\frac { 2 d _ { 0 } ^ { 1 / 2 } \\sqrt { \\log d _ { 0 } } } { N } \\dot { \\geq 1 } - \\mathbb { P } _ { { \\mathbf { X } } \\sim { \\mathcal { N } } } \\left[ \\frac { \\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( { \\mathbf { X } } , { \\mathbf { y } } \\right) \\right) } { \\mathcal { V } \\left( \\mathcal { G } \\left( { \\mathbf { X } } , { \\mathbf { y } } \\right) \\right) } \\dot { \\leq } \\exp \\left( - \\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\right) \\right] .\n$$", + "text_format": "latex", + "bbox": [ + 205, + 708, + 790, + 746 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "Lastly, we note that assumption 4 implies $\\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\dot { > } N \\log N$ , which proves the second (right) inequality of the theorem. ", + "bbox": [ + 173, + 750, + 826, + 781 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "Part II ", + "text_level": 1, + "bbox": [ + 174, + 98, + 246, + 119 + ], + "page_idx": 19 + }, + { + "type": "text", + "text": "Proofs of technical results ", + "text_level": 1, + "bbox": [ + 174, + 128, + 549, + 157 + ], + "page_idx": 19 + }, + { + "type": "text", + "text": "In this part we prove the technical results used in part I. ", + "bbox": [ + 173, + 178, + 537, + 194 + ], + "page_idx": 19 + }, + { + "type": "text", + "text": "12 UPPER BOUNDING THE ANGULAR VOLUME OF SUB-OPTIMAL DIFFERENTIABLE LOCAL MINIMA: PROOFS OF LEMMAS USED IN SECTION 8 ", + "bbox": [ + 176, + 213, + 826, + 263 + ], + "page_idx": 19 + }, + { + "type": "text", + "text": "12.1 PROOF OF LEMMA 14 ", + "text_level": 1, + "bbox": [ + 176, + 279, + 375, + 294 + ], + "page_idx": 19 + }, + { + "type": "text", + "text": "In this section we will prove Lemma 14 in subsection 12.3.3. Recall the following definition Definition 26. Let ", + "bbox": [ + 171, + 304, + 779, + 338 + ], + "page_idx": 19 + }, + { + "type": "equation", + "img_path": "images/331ff2f543779ae800d15425c08fef97cf3f06a106c32ad743dcd3f82ed2c481.jpg", + "text": "$$\n{ \\bf A } = [ { \\pmb a } _ { 1 } , \\ldots , { \\pmb a } _ { N } ] \\ ; \\ { \\bf X } = [ { \\pmb x } _ { 1 } , \\ldots , { \\pmb x } _ { N } ] ,\n$$", + "text_format": "latex", + "bbox": [ + 364, + 344, + 632, + 362 + ], + "page_idx": 19 + }, + { + "type": "text", + "text": "where $\\mathbf { X } \\in \\mathbb { R } ^ { d _ { 0 } \\times N }$ and $\\mathbf { A } \\in \\mathbb { R } ^ { d _ { 1 } \\times N }$ . The Khatari-Rao product between the two matrices is defined as ", + "bbox": [ + 166, + 367, + 825, + 397 + ], + "page_idx": 19 + }, + { + "type": "equation", + "img_path": "images/6b03bf222e0a853578cc407ae3fdaef4f1c40d92cfe079d8042e9c75e965e61c.jpg", + "text": "$$\n\\begin{array} { r l } { \\mathbf { A } \\circ \\mathbf { X } } & { \\triangleq } & { \\left[ \\pmb { a } _ { 1 } \\otimes \\mathbf { x } _ { 1 } , \\pmb { a } _ { 2 } \\otimes \\mathbf { x } _ { 2 } , . . . \\pmb { a } _ { N } \\otimes \\mathbf { x } _ { N } \\right] } \\\\ & { = } & { \\left( \\begin{array} { c c c } { a _ { 1 1 } \\mathbf { x } _ { 1 } } & { a _ { 1 2 } \\mathbf { x } _ { 2 } } & { . . . } \\\\ { a _ { 2 1 } \\mathbf { x } _ { 1 } } & { a _ { 2 2 } \\mathbf { x } _ { 2 } } & { \\ddots } \\\\ { \\vdots } & { \\ddots } & { \\ddots } \\end{array} \\right) . } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 346, + 400, + 651, + 486 + ], + "page_idx": 19 + }, + { + "type": "text", + "text": "Lemma 27. (Lemma 14 restated) Let $\\mathbf { X } \\in \\mathbb { R } ^ { d _ { 0 } \\times N }$ , $\\mathbf { A } \\in \\{ \\rho , 1 \\} ^ { d _ { 1 } \\times N }$ , $S \\subset [ N ]$ and $d _ { 0 } d _ { 1 } \\geq N$ . Then, simultaneously for every possible A and $S$ such that ", + "bbox": [ + 169, + 491, + 826, + 522 + ], + "page_idx": 19 + }, + { + "type": "equation", + "img_path": "images/1e38cae94396787c732a3790bc0b443713c44fea948bca616575253ccb971463.jpg", + "text": "$$\n\\left. S \\right. \\leq \\mathrm { r a n k } \\left( { \\bf A } _ { S } \\right) d _ { 0 } ,\n$$", + "text_format": "latex", + "bbox": [ + 426, + 527, + 568, + 545 + ], + "page_idx": 19 + }, + { + "type": "text", + "text": "we have that, X-a.e., $\\mathbf { \\Delta } \\nexists \\mathbf { v } \\in \\mathbb { R } ^ { N }$ such that $v _ { n } \\neq 0 \\forall n \\in S$ and $( \\mathbf { A } \\circ \\mathbf { X } ) \\mathbf { v } = 0$ ", + "bbox": [ + 173, + 549, + 686, + 565 + ], + "page_idx": 19 + }, + { + "type": "text", + "text": "Proof. We examine specific $\\mathbf { A } \\in \\{ \\rho , 1 \\} ^ { d _ { 1 } \\times N }$ and $S \\subset [ N ]$ , and such that $| S | \\le d _ { S } d _ { 0 }$ , where we defined $d _ { S } \\triangleq \\operatorname { r a n k } \\left( \\mathbf { A } _ { S } \\right)$ . We assume that $d _ { S } \\geq 1$ , since otherwise the proof is trivial. Also, we assume by contradiction that $\\exists \\mathbf { v } \\in \\mathbb { R } ^ { N }$ such that $v _ { i } \\neq 0 \\forall i \\in S$ and $( \\mathbf { A } \\circ \\mathbf { X } ) \\mathbf { v } = 0$ . Without loss of generality, assume that $S = \\{ 1 , 2 , . . . , | S | \\}$ and that $\\mathbf { } a _ { 1 } , \\mathbf { } a _ { 2 } , . . . , \\mathbf { } a _ { d _ { S } }$ are linearly independent. Then ", + "bbox": [ + 173, + 580, + 823, + 643 + ], + "page_idx": 19 + }, + { + "type": "equation", + "img_path": "images/43fc4ea2aafe35eaa4064faf92f08d348fce5085b2a8785c524cefd329e42d22.jpg", + "text": "$$\n( \\mathbf { A } \\circ \\mathbf { X } ) \\mathbf { v } = \\sum _ { n = 1 } ^ { | S | } v _ { n } a _ { k , n } \\mathbf { x } _ { n } = 0\n$$", + "text_format": "latex", + "bbox": [ + 392, + 647, + 609, + 693 + ], + "page_idx": 19 + }, + { + "type": "text", + "text": "for every $1 \\leq k \\leq d _ { 1 }$ . From the definition of $S$ we must have $v _ { n } \\neq 0$ for every $1 \\leq n \\leq | S |$ . Since $\\mathbf { } a _ { 1 } , \\mathbf { } a _ { 2 } , . . . , \\mathbf { } a _ { d _ { S } }$ are linearly independent, the rows of $\\mathbf { A } _ { d _ { S } } = [ \\pmb { a } _ { 1 } , \\pmb { a } _ { 2 } , . . . , \\pmb { a } _ { d _ { S } } ]$ span a $d _ { S }$ -dimensional space. Therefore, it is possible to find a matrix $\\mathbf { R }$ such that $\\mathbf { R } \\mathbf { A } _ { d _ { S } } = [ \\mathbf { I } _ { d _ { S } \\times d _ { S } } , 0 _ { d _ { S } \\times ( d _ { 1 } - d _ { S } ) } ] ^ { \\top }$ , where $0 _ { i \\times j }$ is the all zeros matrix with $i$ columns and $j$ rows. Consider now $\\mathbf { A } _ { S } \\circ \\mathbf { X } _ { S }$ , i.e., the matrix composed of the columns of $\\mathbf { A } \\circ \\mathbf { X }$ in $S$ . Applying $\\mathbf { R } ^ { \\prime } = \\mathbf { R } \\otimes \\mathbf { I } _ { d _ { 0 } }$ to $\\mathbf { A } _ { S } \\circ \\mathbf { X } _ { S }$ , turns (12.2) into $d _ { 0 } d _ { S }$ equations in the variables $v _ { 1 } , . . . , v _ { | S | }$ , of the form ", + "bbox": [ + 173, + 696, + 825, + 784 + ], + "page_idx": 19 + }, + { + "type": "equation", + "img_path": "images/4a246a95c624c7b3cb13895d8563162746724ae3124e0d90a5fb0058d85abc2d.jpg", + "text": "$$\nv _ { k } \\mathbf { x } _ { k } + \\sum _ { n = d _ { S } + 1 } ^ { | S | } v _ { n } { \\tilde { a } } _ { k , n } \\mathbf { x } _ { n } = 0\n$$", + "text_format": "latex", + "bbox": [ + 397, + 789, + 601, + 835 + ], + "page_idx": 19 + }, + { + "type": "text", + "text": "for every $1 \\leq k \\leq d _ { S }$ . We prove by induction that for every $1 \\leq d \\leq d _ { S }$ , the first $d _ { 0 } d$ equations are linearly independent, except for a set of matrices $\\mathbf { X }$ of measure 0. This will immediately imply $| S | > d _ { S } \\dot { d } _ { 0 }$ , or else eq. 12.2 cannot be true for $\\mathbf { v } \\neq 0$ . which will contradict our assumption, as required. The induction can be viewed as carrying out Gaussian elimination of the system of equations described by (12.3), where in each elimination step we characterize the set of matrices $\\mathbf { X }$ that for which that step is impossible, and show it has measure 0. ", + "bbox": [ + 173, + 839, + 826, + 924 + ], + "page_idx": 19 + }, + { + "type": "text", + "text": "For $d = 1$ , the first $d _ { 0 }$ equations read $\\begin{array} { r } { v _ { 1 } \\mathbf { x } _ { 1 } + \\sum _ { n = d _ { S } + 1 } ^ { | S | } v _ { n } \\tilde { a } _ { 1 , n } \\mathbf { x } _ { n } = 0 } \\end{array}$ , and since $v _ { 1 } \\neq 0$ , we must have $\\mathbf { x } _ { 1 } \\in \\mathrm { S p a n } \\left\\{ \\widetilde { a } _ { 1 , d _ { S } + 1 } \\mathbf { x } _ { d _ { S } + 1 } , . . . , \\widetilde { a } _ { 1 , | S | } \\mathbf { x } _ { | S | } \\right\\}$ . However, except for a set of measure 0 with respect to $\\mathbf { x } _ { 1 }$ (a linear subspace of $\\mathbb { R } ^ { d _ { 0 } }$ with dimension less than $d _ { 0 }$ ), this can only happen if dim Span $\\left\\{ \\tilde { a } _ { 1 , d _ { S } + 1 } \\mathbf { x } _ { d _ { S } + 1 } , . . . , \\tilde { a } _ { 1 , | S | } \\mathbf { x } _ { | S | } \\right\\} = d _ { 0 }$ , which implies $| S | \\ge d _ { S } - 1 + d _ { 0 } > d _ { 0 }$ and also that the first $d _ { 0 }$ rows are linearly independent (since there are $d _ { 0 }$ independent columns). ", + "bbox": [ + 173, + 101, + 825, + 181 + ], + "page_idx": 20 + }, + { + "type": "text", + "text": "For a general $d$ , we begin by performing Gaussian elimination on the first $( d - 1 ) d _ { 0 }$ equations, resulting in a new set of $r _ { d }$ equations, such that every new equation contains one variable that appears in no other new equation. Let $C$ be the set of the indices (equivalently, columns) of these variables $r _ { d }$ variables. From (12.3) it is clear none of the variables $v _ { d } , v _ { d + 1 } , . . . , v _ { d _ { S } }$ appear in the first $( d - 1 ) d _ { 0 }$ equations, and therefore $C \\subseteq S ^ { \\prime } = S \\setminus \\{ d , d + 1 , . . . , d _ { S } \\}$ . By our induction assumptions, except for a set of measure 0, the first $( d - 1 ) d _ { 0 }$ are independent, which means that $| C | = r _ { d } = ( d - 1 ) d _ { 0 }$ . We now extend the Gaussian elimination to the next $d _ { 0 }$ equations, and eliminate all the variables in $C$ from them. The result of the elimination can be written down as, ", + "bbox": [ + 173, + 185, + 825, + 299 + ], + "page_idx": 20 + }, + { + "type": "equation", + "img_path": "images/9bf56616592389d15d94c6c71d1c7f2b4aaee3be0edce76efacda4cc129fcfaf.jpg", + "text": "$$\nv _ { d } \\mathbf { x } _ { d } + \\sum _ { n \\in S ^ { \\prime } \\backslash C } v _ { n } \\left( \\tilde { a } _ { d , n } \\mathbf { I } _ { d _ { 0 } } - \\mathbf { Y } \\right) \\mathbf { x } _ { n } = { 0 } ,\n$$", + "text_format": "latex", + "bbox": [ + 357, + 304, + 638, + 340 + ], + "page_idx": 20 + }, + { + "type": "text", + "text": "where $\\mathbf { Y }$ is a square matrix of size $d _ { 0 }$ whose coefficients depend only on $\\{ \\widetilde { a } _ { k , n } \\} _ { n \\in C , d > k \\geq 1 }$ and on $\\{ \\mathbf { x } _ { n } \\} _ { n \\in C }$ , and in particular do not depend on $\\mathbf { x } _ { d }$ and $\\left\\{ \\mathbf { x } _ { n } \\right\\} _ { n \\in S ^ { \\prime } \\backslash C }$ . ", + "bbox": [ + 173, + 347, + 825, + 378 + ], + "page_idx": 20 + }, + { + "type": "text", + "text": "Now set $\\tilde { \\mathbf { x } } _ { n } \\ = \\ ( \\tilde { a } _ { d , n } \\mathbf { I } _ { d _ { 0 } } - \\mathbf { Y } ) \\mathbf { x } _ { n }$ for $n \\in S ^ { \\prime } \\setminus C$ . As in the case of $d \\ : = \\ : 1$ , since $v _ { d } \\neq 0$ , $\\mathbf { x } _ { d } \\in \\mathrm { S p a n } \\{ \\tilde { \\mathbf { x } } _ { n } \\} _ { n \\in S ^ { \\prime } \\backslash C }$ . Therefore, for all values of $\\mathbf { x } _ { d } \\in \\mathbb { R } ^ { d _ { 0 } }$ but a set of measure zero (linear subspace of with dimension less than $d _ { 0 }$ ), we must have di $\\begin{array} { r } { \\operatorname* { m } \\mathrm { { S p a n } } \\{ \\tilde { \\mathbf { x } } _ { n } \\} _ { n \\in S ^ { \\prime } \\backslash C } = d _ { 0 } } \\end{array}$ . From the independence of $\\{ \\tilde { \\mathbf { x } } _ { n } \\} _ { n \\in S ^ { \\prime } \\backslash C }$ on $\\mathbf { x } _ { d }$ it follows that $\\mathrm { d i m } \\mathrm { S p a n } \\{ \\tilde { \\mathbf { x } } _ { n } \\} _ { n \\in S ^ { \\prime } \\backslash C } = d _ { 0 }$ holds a.e. with respect to the Lebesgue measure over $\\mathbf { x }$ . ", + "bbox": [ + 173, + 383, + 825, + 460 + ], + "page_idx": 20 + }, + { + "type": "text", + "text": "Whenever $\\mathrm { d i m } \\mathrm { S p a n } \\{ \\tilde { \\mathbf { x } } _ { n } \\} _ { n \\in S ^ { \\prime } \\backslash C } = d _ { 0 }$ we must have $| S ^ { \\prime } C | \\geq d _ { 0 }$ and therefore ", + "bbox": [ + 173, + 465, + 710, + 483 + ], + "page_idx": 20 + }, + { + "type": "equation", + "img_path": "images/32a1ca6c153e5d5a9bf82a5fbbbd89574b4e1ccf22e1d6307718430cd1deda53.jpg", + "text": "$$\n| S | > | S ^ { \\prime } | = | C | + | S ^ { \\prime } \\setminus C | \\geq \\left( d - 1 \\right) d _ { 0 } + d _ { 0 } = d _ { 0 } d .\n$$", + "text_format": "latex", + "bbox": [ + 318, + 489, + 683, + 507 + ], + "page_idx": 20 + }, + { + "type": "text", + "text": "Moreover, $\\mathrm { d i m } \\mathrm { S p a n } \\{ \\tilde { \\mathbf { x } } _ { n } \\} _ { n \\in S ^ { \\prime } \\backslash C } = d _ { 0 }$ implies that the $d _ { 0 }$ equations $\\begin{array} { r } { v _ { d } \\mathbf { x } _ { d } + \\sum _ { n \\in S ^ { \\prime } \\backslash C } v _ { n } \\tilde { \\mathbf { x } } _ { n } = 0 } \\end{array}$ are independent. Thus, we may perform another step of Gaussian elimination on these $d _ { 0 }$ equations, forming $d _ { 0 }$ new equations each with a variable unique to it. Denoting by $C ^ { \\prime }$ the set of these $d _ { 0 }$ variables, it is seen from (12.4) that $C ^ { \\prime } \\subseteq ( S ^ { \\prime } \\cup \\{ d \\} ) \\setminus C$ and in particular $C ^ { \\prime }$ is disjoint from $C$ . Thus, considering the first $( d - 1 ) d _ { 0 }$ equations together with the new $d _ { 0 }$ equations, we see that there is a set $C \\cup C ^ { \\prime }$ of $d _ { 0 } d$ variables, such that each variable in $C \\cup C ^ { \\prime }$ appears only in one of the $d _ { 0 } d$ equations, and each of the $d _ { 0 } d$ contains only a single variable in $C \\cup C ^ { \\prime }$ . This means that the first $d _ { 0 } d$ must be linearly independent for all values of $\\mathbf { X }$ except for a set of Lebesgue measure zero, completing the induction. ", + "bbox": [ + 173, + 512, + 826, + 642 + ], + "page_idx": 20 + }, + { + "type": "text", + "text": "Thus, we have proven, that for some $\\mathbf { A } \\in \\{ \\rho , 1 \\} ^ { d _ { 1 } \\times N }$ and $S \\subset [ N ]$ such that $| S | \\leq \\mathrm { r a n k } \\left( \\mathbf { A } _ { S } \\right) d _ { 0 }$ the event ", + "bbox": [ + 173, + 647, + 823, + 679 + ], + "page_idx": 20 + }, + { + "type": "equation", + "img_path": "images/6fa3c6c034467d0cd6c07a2f70417a14cdc7c19c6ebeed96882c6294c4ee8a4f.jpg", + "text": "$$\n\\mathcal E \\left( \\mathbf A , S \\right) = \\left\\{ \\mathbf X \\in \\mathbb R ^ { d _ { 0 } \\times N } | \\exists \\mathbf v \\in \\mathbb R ^ { N } : \\left( \\mathbf A \\circ \\mathbf X \\right) \\mathbf v = 0 \\mathrm { a n d } v _ { n } \\neq 0 , \\forall n \\in S \\right\\}\n$$", + "text_format": "latex", + "bbox": [ + 246, + 683, + 751, + 710 + ], + "page_idx": 20 + }, + { + "type": "text", + "text": "has zero measure. The event discussed in the theorem is a union of these events: ", + "bbox": [ + 169, + 715, + 700, + 731 + ], + "page_idx": 20 + }, + { + "type": "equation", + "img_path": "images/da3a7d613ef7ea45872d466c0bdc770b822f73ec22a66fe81e1ed814d59c888c.jpg", + "text": "$$\n\\mathcal { E } _ { 0 } \\triangleq \\bigcup _ { \\mathbf { A } \\in \\{ \\rho , 1 \\} ^ { d _ { 1 } \\times N } } \\left[ \\bigcup _ { S \\subset [ N ] : | S | \\leq \\operatorname { r a n k } ( \\mathbf { A } _ { S } ) d _ { 0 } } \\mathcal { E } \\left( \\mathbf { A } , S \\right) \\right] ,\n$$", + "text_format": "latex", + "bbox": [ + 320, + 734, + 674, + 785 + ], + "page_idx": 20 + }, + { + "type": "text", + "text": "and it also has zero measure, since it is a finite union of zero measure events. ", + "bbox": [ + 173, + 790, + 676, + 806 + ], + "page_idx": 20 + }, + { + "type": "text", + "text": "For completeness we note the following corollary, which is not necessary for a our main results. ", + "bbox": [ + 174, + 820, + 797, + 837 + ], + "page_idx": 20 + }, + { + "type": "text", + "text": "Corollary 28. If $N \\leq d _ { 1 } d _ { 0 }$ , then rank $( \\mathbf { A } \\circ \\mathbf { X } ) = N$ , X-a.e., if and only $i f ,$ ", + "bbox": [ + 174, + 839, + 676, + 856 + ], + "page_idx": 20 + }, + { + "type": "equation", + "img_path": "images/9e7d11cb95875c223dbb401985bafeb64514cfd3273a6db22551d7b6cbef4ca5.jpg", + "text": "$$\n\\forall S \\subseteq [ N ] : | S | \\leq \\mathrm { r a n k } \\left( \\mathbf { A } _ { S } \\right) d _ { 0 } .\n$$", + "text_format": "latex", + "bbox": [ + 385, + 862, + 609, + 880 + ], + "page_idx": 20 + }, + { + "type": "text", + "text": "Proof. We define $d _ { S } \\triangleq \\operatorname { r a n k } \\left( \\mathbf { A } _ { S } \\right)$ and $\\mathbf { A } \\circ \\mathbf { X }$ . The necessity of the condition $| S | \\le d _ { 0 } d _ { S }$ holds for every $\\mathbf { X }$ , as can be seen from the following counting argument. Since the matrix $\\mathbf { A } _ { S }$ has rank $d _ { S }$ , ", + "bbox": [ + 173, + 893, + 826, + 924 + ], + "page_idx": 20 + }, + { + "type": "text", + "text": "there exists an invertible row transformation matrix $\\mathbf { R }$ , such that $\\mathbf { R A } _ { S }$ has only $d _ { S }$ non-zero rows. Consider now $\\mathbf { G } _ { S } = \\mathbf { A } _ { S } \\circ \\mathbf { X } _ { S }$ , i.e., the matrix composed of the columns of $\\mathbf { G }$ in $S$ . We have ", + "bbox": [ + 169, + 102, + 825, + 133 + ], + "page_idx": 21 + }, + { + "type": "equation", + "img_path": "images/924a84543fe5a6ef518a3f828b345ceae59266a440f2c1d625f44d3b28908187.jpg", + "text": "$$\n\\mathbf { G } _ { S } ^ { \\prime } = ( \\mathbf { R } \\mathbf { A } _ { S } ) \\circ \\mathbf { X } _ { S } = \\mathbf { R } ^ { \\prime } \\left( \\mathbf { A } _ { S } \\circ \\mathbf { X } _ { S } \\right) = \\mathbf { R } ^ { \\prime } \\mathbf { G } _ { S } ,\n$$", + "text_format": "latex", + "bbox": [ + 333, + 147, + 663, + 165 + ], + "page_idx": 21 + }, + { + "type": "text", + "text": "where $\\mathbf { R } ^ { \\prime } = \\mathbf { R } \\otimes \\mathbf { I } _ { d _ { 0 } }$ is also an invertible row transformation matrix, which applies $\\mathbf { R }$ separately on the $d _ { 0 }$ sub-matrices of $\\mathbf { G } _ { S }$ that are constructed by taking one every $d _ { 0 }$ rows. Since $\\mathbf { G } _ { S } ^ { \\prime }$ has at most $d _ { 0 } d _ { S }$ non-zero rows, the rank of $\\mathbf { G } _ { S }$ cannot exceed $d _ { 0 } d _ { S }$ . Therefore, if $| S | > d _ { 0 } d _ { S }$ , $\\mathbf { G } _ { S }$ will not have full column rank, and hence neither will $\\mathbf { G }$ . To demonstrate sufficiency a.e., suppose $\\mathbf { G }$ does not have full column rank. Let $S$ be the minimum set of columns of $\\mathbf { G }$ which are linearly dependent. Since the columns of $\\mathbf { G } _ { S }$ are assumed linearly dependent there exists $\\mathbf { v } \\in \\mathbb { R } ^ { | S | }$ such $\\| \\mathbf { v } \\| _ { 0 } = | S |$ and $\\mathbf { G } _ { S } \\mathbf { v } = 0$ . Using Lemma 28 we complete the proof. □ ", + "bbox": [ + 173, + 179, + 826, + 280 + ], + "page_idx": 21 + }, + { + "type": "text", + "text": "12.2 PROOF OF LEMMA 15 ", + "text_level": 1, + "bbox": [ + 176, + 305, + 375, + 320 + ], + "page_idx": 21 + }, + { + "type": "text", + "text": "In this section we will prove Lemma 15 in subsection 12.3.3. This proof relies on two rather basic results, which we first prove in subsections 12.2.1 and 12.2.2. ", + "bbox": [ + 173, + 335, + 823, + 364 + ], + "page_idx": 21 + }, + { + "type": "text", + "text": "12.2.1 NUMBER OF DICHOTOMIES INDUCED BY A HYPERPLANE ", + "text_level": 1, + "bbox": [ + 176, + 388, + 629, + 405 + ], + "page_idx": 21 + }, + { + "type": "text", + "text": "Fact 29. A hyperplane ${ \\mathbf w } \\in d _ { 0 }$ can separate a given set of points $\\mathbf { X } = \\left[ \\mathbf { x } ^ { ( 1 ) } , \\ldots , \\mathbf { x } ^ { ( N ) } \\right] \\in \\mathbb { R } ^ { d _ { 0 } \\times N }$ into several different dichotomies, i.e., different results for $\\mathrm { s i g n } \\left( \\mathbf { w } ^ { \\top } \\mathbf { X } \\right)$ . The number of dichotomies is upper bounded as follows: ", + "bbox": [ + 174, + 415, + 826, + 463 + ], + "page_idx": 21 + }, + { + "type": "equation", + "img_path": "images/276611149f850fb17a545865714e1e2821ff4642a53a796c1de7f19e11080b61.jpg", + "text": "$$\n\\sum _ { \\mathbf { h } \\in \\{ - 1 , 1 \\} ^ { N } } \\mathscr { T } \\left( \\exists \\mathbf { w } : \\mathrm { s i g n } \\left( \\mathbf { w } ^ { \\top } \\mathbf { X } \\right) = \\mathbf { h } ^ { \\top } \\right) \\leq 2 \\sum _ { k = 0 } ^ { d _ { 0 } - 1 } \\left( \\begin{array} { l } { N - 1 } \\\\ { k } \\end{array} \\right) \\leq 2 N ^ { d _ { 0 } } .\n$$", + "text_format": "latex", + "bbox": [ + 254, + 477, + 738, + 525 + ], + "page_idx": 21 + }, + { + "type": "text", + "text": "Proof. See (Cover, 1965, Theorem 1) for a proof of the left inequality as equality (the Schläfli Theorem) in the case that the columns of $\\mathbf { X }$ are in “general position” (which holds $\\mathbf { X }$ -a.e, see definition in (Cover, 1965)) . If $\\mathbf { X }$ is not in general position then this result becomes an upper bound, since some dichotomies might not be possible. ", + "bbox": [ + 173, + 565, + 826, + 623 + ], + "page_idx": 21 + }, + { + "type": "text", + "text": "Next, we prove the right inequality. For $N = 1$ and $N = 2$ the inequality trivially holds. For $N \\geq 3$ , we have ", + "bbox": [ + 171, + 628, + 826, + 659 + ], + "page_idx": 21 + }, + { + "type": "equation", + "img_path": "images/2a0c240d5f62a5eac2e8d4314d8e8be31fcb5e7c6b97181552e8d6ceb4619032.jpg", + "text": "$$\n2 \\sum _ { k = 0 } ^ { d _ { 0 } - 1 } \\left( \\begin{array} { c } { { N - 1 } } \\\\ { { k } } \\end{array} \\right) \\stackrel { \\left( 1 \\right) } { \\leq } 2 \\sum _ { k = 0 } ^ { d _ { 0 } - 1 } \\left( N - 1 \\right) ^ { k } \\stackrel { \\left( 2 \\right) } { \\leq } 2 \\frac { \\left( N - 1 \\right) ^ { d _ { 0 } } - 1 } { N - 2 } \\leq 2 N ^ { d _ { 0 } } .\n$$", + "text_format": "latex", + "bbox": [ + 264, + 666, + 732, + 712 + ], + "page_idx": 21 + }, + { + "type": "text", + "text": "where in (1) we used the bound $\\left( \\begin{array} { c } { { N } } \\\\ { { k } } \\end{array} \\right) \\le N ^ { k }$ , in (2) we used the sum of a geometric series. ", + "bbox": [ + 173, + 727, + 794, + 761 + ], + "page_idx": 21 + }, + { + "type": "text", + "text": "12.2.2 A BASIC PROBABILISTIC BOUND ", + "text_level": 1, + "bbox": [ + 178, + 801, + 462, + 816 + ], + "page_idx": 21 + }, + { + "type": "text", + "text": "Lemma 30. Let $\\mathbf { H } = \\left[ \\mathbf { h } _ { 1 } ^ { \\top } , \\ldots , \\mathbf { h } _ { d _ { 1 } } ^ { \\top } \\right] ^ { \\top } \\in \\{ - 1 , 1 \\} ^ { d _ { 1 } \\times k }$ be a deterministic binary matrix, ${ \\textbf { W } } =$ $\\left[ \\mathbf { w } _ { 1 } ^ { \\top } , \\ldots , \\mathbf { w } _ { d _ { 1 } } ^ { \\top } \\right] ^ { \\top } \\in \\mathbb { R } ^ { d _ { 1 } \\times d _ { 0 } }$ be an independent standard random Gaussian matrix, and $\\mathbf { X } \\in \\mathbb { R } ^ { d _ { 0 } \\times k }$ be a random matrix with independent and identically distributed columns. ", + "bbox": [ + 173, + 825, + 825, + 880 + ], + "page_idx": 21 + }, + { + "type": "equation", + "img_path": "images/eca24cd528c0ee1bac7acc6fa2f0a83813f1e2a9ff3bcd5b862de87b6cea02d1.jpg", + "text": "$$\n\\begin{array} { r } { \\mathbb { P } \\left( \\operatorname { s i g n } \\left( { \\mathbf { W } } { \\mathbf { X } } \\right) = { \\mathbf { H } } \\right) \\leq \\left( \\begin{array} { c } { k } \\\\ { \\lfloor k / 2 \\rfloor } \\end{array} \\right) \\mathbb { P } \\left( { \\mathbf { W } } { \\mathbf { X } } _ { [ \\lfloor k / 2 \\rfloor ] } > 0 \\right) . } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 303, + 893, + 692, + 929 + ], + "page_idx": 21 + }, + { + "type": "text", + "text": "Proof. By direct calculation ", + "bbox": [ + 173, + 103, + 361, + 118 + ], + "page_idx": 22 + }, + { + "type": "equation", + "img_path": "images/d1fdd0cb76eea7fd5e7e1cd6e223b98a7ba70b9e98cb7a40eec7b5bb8f8a5526.jpg", + "text": "$$\n\\begin{array} { r l } { \\displaystyle \\widehat { \\mathbf { \\xi } } \\displaystyle \\geq ( \\mathrm { s i g n } ( \\mathbf { W X } ) = \\mathbf { H } ) = } & { \\displaystyle \\mathbb { E } [ \\mathbb { P } ( \\mathrm { s i g n } ( \\mathbf { W X } ) = \\mathbf { H } \\vert \\mathbf { X } ) ] \\stackrel { ( 1 ) } { = } \\mathbb { E } [ \\displaystyle \\prod _ { i = 1 } ^ { d } \\mathbb { P } ( \\mathrm { s i g n } ( \\mathbf { w } _ { i } ^ { \\top } \\mathbf { X } ) = \\mathbf { h } _ { i } ^ { \\top } \\vert \\mathbf { X } ) ] } \\\\ & { \\stackrel { ( 2 ) } { \\leq } \\mathbb { E } [ \\displaystyle \\prod _ { i = 1 } ^ { d _ { 1 } } \\mathbb { P } ( \\mathbf { w } _ { i } ^ { \\top } \\mathbf { X } _ { \\delta ( \\mathbf { h } _ { i } ) } > 0 \\vert \\mathbf { X } ) ] \\stackrel { ( 3 ) } { \\leq } \\mathbb { E } [ \\displaystyle \\prod _ { i = 1 } ^ { d _ { 1 } } \\mathbb { P } ( \\mathbf { w } _ { i } ^ { \\top } \\mathbf { X } _ { S _ { i } } > 0 \\vert \\mathbf { X } ) ] } \\\\ & { \\stackrel { ( 4 ) } { = } \\mathbb { E } [ \\mathbb { P } ( \\mathbf { W X } _ { S _ { s } } > 0 \\vert \\mathbf { X } ) ] \\stackrel { ( 5 ) } { \\leq } \\mathbb { E } [ \\displaystyle \\sum _ { S \\geq [ R _ { 1 } ] : S \\mid = \\lfloor k / 2 \\rfloor } } \\\\ & { = \\displaystyle \\sum _ { S \\leq [ k ] : S = \\lfloor k / 2 \\rfloor } \\mathbb { E } [ \\mathbb { P } ( \\mathbf { W X } _ { S } > 0 \\vert \\mathbf { X } ) ] \\stackrel { ( 6 ) } { = } ( \\begin{array} { l } { k } \\\\ { \\lfloor k / 2 \\rfloor } \\end{array} ) \\mathbb { P } ( \\mathbf { W } _ { \\mathbf { X } _ { \\lfloor k / 2 \\rfloor } } > 0 ) . } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 181, + 126, + 828, + 308 + ], + "page_idx": 22 + }, + { + "type": "text", + "text": "where ", + "bbox": [ + 173, + 313, + 215, + 327 + ], + "page_idx": 22 + }, + { + "type": "text", + "text": "1. We used the independence of the $\\mathbf { w } _ { i }$ . ", + "bbox": [ + 212, + 343, + 477, + 358 + ], + "page_idx": 22 + }, + { + "type": "text", + "text": "2. We define $\\hat { S } _ { \\pm } \\left( \\mathbf { h } \\right) \\ \\triangleq \\ \\left\\{ S \\subset \\left[ k \\right] : \\pm \\mathbf { h } _ { S } ^ { \\top } > 0 \\right\\}$ as the sets in which $\\mathbf { h }$ is always positive/negative, and $\\hat { S } \\left( \\mathbf { h } \\right)$ as the maximal set between these two. Note that $\\mathbf { w } _ { i }$ has a standard normal distribution which is symmetric to sign flips, so $\\forall S : \\mathbb { P } \\left( \\mathbf { w } _ { i } ^ { \\top } \\mathbf { X } _ { S } > 0 | \\mathbf { X } \\right) =$ $\\mathbb { P } \\left( \\mathbf { w } _ { i } ^ { \\top } \\mathbf { X } _ { S } < 0 | \\mathbf { X } \\right)$ . ", + "bbox": [ + 212, + 367, + 826, + 435 + ], + "page_idx": 22 + }, + { + "type": "text", + "text": "3. Note that $\\left| \\hat { S } \\left( \\mathbf { h } \\right) \\right| \\ge \\lfloor k / 2 \\rfloor$ . Therefore, we define S∗ = argmax $\\mathbb { P } \\left( \\mathbf { w } _ { i } ^ { \\top } \\mathbf { X } _ { S } > 0 | \\mathbf { X } \\right)$ . $S C [ k ] : \\bar { | } S | = \\lfloor k / 2 \\rfloor$ ", + "bbox": [ + 210, + 443, + 820, + 474 + ], + "page_idx": 22 + }, + { + "type": "text", + "text": "4. We used the independence of the $\\mathbf { w } _ { i }$ ", + "bbox": [ + 214, + 483, + 475, + 500 + ], + "page_idx": 22 + }, + { + "type": "text", + "text": "5. The maximum is a single term in the following sum of non-negative terms. ", + "bbox": [ + 210, + 507, + 722, + 523 + ], + "page_idx": 22 + }, + { + "type": "text", + "text": "6. Taking the expectation over $\\mathbf { X }$ , since the columns of $\\mathbf { X }$ are independent and identically distributed, the location of $S$ does not affect the probability. Therefore, we can set without loss of generality $S = [ \\lfloor k / 2 \\rfloor ]$ . ", + "bbox": [ + 212, + 531, + 825, + 575 + ], + "page_idx": 22 + }, + { + "type": "text", + "text": "12.2.3 MAIN PROOF: BOUND ON THE NUMBER OF CONFIGURATIONS FOR A BINARY MATRIX WITH CERTAIN RANK ", + "text_level": 1, + "bbox": [ + 176, + 622, + 825, + 651 + ], + "page_idx": 22 + }, + { + "type": "text", + "text": "Recall the function $a \\left( \\cdot \\right)$ from eq. (2.1): ", + "bbox": [ + 174, + 660, + 433, + 675 + ], + "page_idx": 22 + }, + { + "type": "equation", + "img_path": "images/9b2221403addba9e787fbde7841108c759c1753d7275c9d8c998715393cc168d.jpg", + "text": "$$\na \\left( u \\right) \\triangleq \\left\\{ \\begin{array} { l l } { 1 } & { , \\mathrm { i f } , u > 0 } \\\\ { \\rho } & { , \\mathrm { i f } u < 0 } \\end{array} \\right. .\n$$", + "text_format": "latex", + "bbox": [ + 410, + 684, + 588, + 719 + ], + "page_idx": 22 + }, + { + "type": "text", + "text": "where $\\rho \\neq 1$ ", + "bbox": [ + 173, + 727, + 261, + 741 + ], + "page_idx": 22 + }, + { + "type": "text", + "text": "Lemma 31. (Lemma 15 restated). Let $\\mathbf { X } \\in \\mathbb { R } ^ { d _ { 0 } \\times k }$ be a random matrix with independent and identically distributed columns, and $\\mathbf { W } \\in \\mathbb { R } ^ { d _ { 1 } \\times d _ { 0 } }$ an independent standard random Gaussian matrix. Then, in the limit $\\operatorname* { m i n } \\left[ k , d _ { 0 } , d _ { 1 } \\right] \\dot { > } r$ , ", + "bbox": [ + 173, + 746, + 826, + 790 + ], + "page_idx": 22 + }, + { + "type": "equation", + "img_path": "images/364630bd489ca246d1fca1bcf304f112c24d0e6abb1816a7e761cdeb8aa75aaf.jpg", + "text": "$$\n\\begin{array} { r } { \\mathbb { P } \\left( \\mathrm { r a n k } \\left( a \\left( \\mathbf { W } \\mathbf { X } \\right) \\right) = r \\right) \\dot { \\leq } 2 ^ { k + r d _ { 0 } ( \\log d _ { 1 } + \\log k ) + r ^ { 2 } } \\mathbb { P } \\left( \\mathbf { W } \\mathbf { X } _ { [ \\lfloor k / 2 \\rfloor ] } > 0 \\right) . } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 264, + 796, + 732, + 818 + ], + "page_idx": 22 + }, + { + "type": "text", + "text": "Proof. We denote $\\mathbf { A } = a \\left( \\mathbf { W } \\mathbf { X } \\right) \\in \\{ \\rho , 1 \\} ^ { d _ { 1 } \\times k }$ . For any such A for which rank $( \\mathbf { A } ) = r$ , we have a collection of $r$ rows that span the remaining rows. There are $\\left( \\begin{array} { c } { d _ { 1 } } \\\\ { r } \\end{array} \\right)$ possible locations for these $r$ spanning rows. In these rows there exist a collection of $r$ columns that span the remaining columns. There are $\\left( \\begin{array} { l } { k } \\\\ { r } \\end{array} \\right)$ possible locations for these $r$ spanning columns. At the intersection of the spanning rows and columns, there exist a full rank sub-matrix D. We denote $\\tilde { \\mathbf { A } }$ as the matrix A which rows and columns are permuted so that $\\mathbf { D }$ is the lower right block ", + "bbox": [ + 173, + 833, + 826, + 929 + ], + "page_idx": 22 + }, + { + "type": "text", + "text": "", + "bbox": [ + 173, + 102, + 823, + 132 + ], + "page_idx": 23 + }, + { + "type": "equation", + "img_path": "images/dc73d2077d1f22b894cfbb102d1a4719c160a8901a19011337502ed5990b9d21.jpg", + "text": "$$\n\\begin{array} { r } { \\tilde { \\mathbf { A } } \\triangleq \\left( \\begin{array} { l l } { \\mathbf { Z } } & { \\mathbf { B } } \\\\ { \\mathbf { C } } & { \\mathbf { D } } \\end{array} \\right) = a \\left( \\begin{array} { l l } { \\mathbf { W } _ { 1 } \\mathbf { X } _ { 1 } } & { \\mathbf { W } _ { 1 } \\mathbf { X } _ { 2 } } \\\\ { \\mathbf { W } _ { 2 } \\mathbf { X } _ { 1 } } & { \\mathbf { W } _ { 2 } \\mathbf { X } _ { 2 } } \\end{array} \\right) , } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 338, + 133, + 656, + 169 + ], + "page_idx": 23 + }, + { + "type": "text", + "text": "where $\\mathbf { D }$ is an invertible $r \\times r$ matrix, and we divided $\\mathbf { X }$ and $\\mathbf { W }$ to the corresponding block matrices ", + "bbox": [ + 176, + 170, + 820, + 185 + ], + "page_idx": 23 + }, + { + "type": "equation", + "img_path": "images/72609808dad38b145048f6a2d6e51932cbf1ba6c152e6ac4035c28ea1c2eea3e.jpg", + "text": "$$\n\\mathbf { W } \\triangleq \\left[ \\mathbf { W } _ { 1 } ^ { \\top } , \\mathbf { W } _ { 2 } ^ { \\top } \\right] ^ { \\top } , \\mathbf { X } \\triangleq \\left[ \\mathbf { X } _ { 1 } , \\mathbf { X } _ { 2 } \\right] ,\n$$", + "text_format": "latex", + "bbox": [ + 370, + 188, + 624, + 210 + ], + "page_idx": 23 + }, + { + "type": "text", + "text": "with $\\mathbf { W } _ { 2 } \\in \\mathbb { R } ^ { r \\times d _ { 0 } }$ rows and $\\mathbf { X } _ { 2 } \\in \\mathbb { R } ^ { d _ { 0 } \\times r }$ . ", + "bbox": [ + 174, + 213, + 452, + 229 + ], + "page_idx": 23 + }, + { + "type": "text", + "text": "Since $\\mathrm { r a n k } \\left( \\tilde { \\mathbf { A } } \\right) = r$ , the first $d _ { 1 } - r$ rows are contained in the span of the last $r$ rows. Therefore, there exists a matrix $\\mathbf { Q }$ such that $\\mathbf { Q C } = \\mathbf { Z }$ and $\\mathbf { Q D } = \\mathbf { B }$ . Since $\\mathbf { D }$ is invertible, this implies that ${ \\bf Q } = { \\bf B } { \\bf D } ^ { - 1 }$ and therefore ", + "bbox": [ + 174, + 234, + 826, + 285 + ], + "page_idx": 23 + }, + { + "type": "equation", + "img_path": "images/89a36d6c33a2e98460f268c5959543252c2c44cf6910a0af2d26b6570119ee38.jpg", + "text": "$$\n{ \\bf Z } = { \\bf B } { \\bf D } ^ { - 1 } { \\bf C } ,\n$$", + "text_format": "latex", + "bbox": [ + 446, + 282, + 549, + 301 + ], + "page_idx": 23 + }, + { + "type": "text", + "text": "i.e., $\\mathbf { B } , \\mathbf { C }$ and $\\mathbf { D }$ uniquely determine $\\mathbf { Z }$ . ", + "bbox": [ + 174, + 301, + 434, + 316 + ], + "page_idx": 23 + }, + { + "type": "text", + "text": "Using the union bound over all possible permutations from $\\mathbf { A }$ to $\\tilde { \\mathbf { A } }$ , and eq. (12.9), we have ", + "bbox": [ + 169, + 323, + 776, + 340 + ], + "page_idx": 23 + }, + { + "type": "equation", + "img_path": "images/1994e9876af76493b779887bf45ea39c31ca38d72b680c0b30eb06e691b0feba.jpg", + "text": "$$\n\\begin{array} { r l r } & { \\mathbb { P } ( \\mathrm { r a n k } ( \\mathbf { A } ) = r ) } & { ( 1 2 . 1 0 ) } \\\\ & { \\leq ( \\begin{array} { l } { d _ { 1 } } \\\\ { r } \\end{array} ) ( \\begin{array} { l } { k } \\\\ { r } \\end{array} ) \\mathbb { P } ( \\mathrm { r a n k } ( \\bar { \\mathbf { A } } ) = r ) } \\\\ & { \\leq ( \\begin{array} { l } { d _ { 1 } } \\\\ { r } \\end{array} ) ( \\begin{array} { l } { k } \\\\ { r } \\end{array} ) \\mathbb { P } ( \\mathbf { Z } = \\mathbf { B } \\mathbf { D } ^ { - 1 } \\mathbf { C } ) } \\\\ & { = ( \\begin{array} { l } { d _ { 1 } } \\\\ { r } \\end{array} ) ( \\begin{array} { l } { k } \\\\ { r } \\end{array} ) \\mathbb { P } ( a ( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 2 } ) [ a ( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 2 } ) ] ^ { - 1 } a ( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 1 } ) = a ( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 1 } ) ) } \\\\ & = ( \\begin{array} { l } { d _ { 1 } } \\\\ { r } \\end{array} ) ( \\begin{array} { l } { k } \\\\ { r } \\end{array} ) \\underbrace { \\mathrm { H } ( a ( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 2 } ) [ a ( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 2 } ) ] ^ { - 1 } a ( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 1 } ) = a ( \\mathbf { H } ) | \\mathrm { s i g n } ( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 1 } ) = \\mathbf { H } ) \\mathbb { P } ( \\mathrm { s i g n } ( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 2 } ) ) } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 173, + 361, + 839, + 532 + ], + "page_idx": 23 + }, + { + "type": "text", + "text": "Using Lemma 30, we have ", + "bbox": [ + 174, + 532, + 352, + 547 + ], + "page_idx": 23 + }, + { + "type": "equation", + "img_path": "images/5584bccf19c9f652988422c828c088213c81997f0a6b151e7d528a280d792a09.jpg", + "text": "$$\n\\begin{array} { r } { \\mathbb { P } \\left( \\mathrm { s i g n } \\left( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 1 } \\right) = \\mathbf { H } \\right) \\leq \\left( \\begin{array} { c } { k - r } \\\\ { \\lfloor ( k - r ) / 2 \\rfloor } \\end{array} \\right) \\mathbb { P } \\left( \\mathbf { W } _ { 1 } \\mathbf { X } _ { \\lfloor \\lfloor ( k - r ) / 2 \\rfloor \\rfloor } > 0 \\right) , } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 235, + 549, + 712, + 584 + ], + "page_idx": 23 + }, + { + "type": "text", + "text": "an upper bound which does not depend on $\\mathbf { H }$ . So all that remains is to compute the sum: ", + "bbox": [ + 169, + 585, + 753, + 602 + ], + "page_idx": 23 + }, + { + "type": "equation", + "img_path": "images/477da32748c11537e670090346b6d445a657fca658df9a11db947d0865201be1.jpg", + "text": "$$\n\\begin{array} { r l } & { \\qquad \\displaystyle \\sum _ { \\mathbf { H } \\in \\{ - 1 , 1 \\} ^ { ( d _ { 1 } - r ) \\times ( k - r ) } } \\mathbb { P } ( a ( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 2 } ) [ a ( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 2 } ) ] ^ { - 1 } a ( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 1 } ) = a ( \\mathbf { H } ) | \\mathrm { s i g n } ( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 1 } ) = \\mathbf { H } ) } \\\\ { = } & { \\qquad \\displaystyle \\sum _ { \\mathbf { H } \\in \\{ - 1 , 1 \\} ^ { ( d _ { 1 } - r ) \\times ( k - r ) } } \\mathbb { E } [ \\mathbb { P } ( a ( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 2 } ) [ a ( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 2 } ) ] ^ { - 1 } a ( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 1 } ) = a ( \\mathbf { H } ) | \\mathbf { W } _ { 1 } , \\mathbf { X } _ { 1 } ) | \\mathrm { s i g n } ( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 1 } ) = \\mathbf { H } } \\\\ & { \\mathrm { H } _ { 1 } ^ { 1 } [ \\displaystyle \\sum _ { \\mathbf { H } \\in \\{ - 1 , 1 \\} ^ { ( d _ { 1 } - r ) \\times ( k - r ) } } \\mathbb { Z } ( \\exists ( \\mathbf { W } _ { 2 } , \\mathbf { X } _ { 2 } ) : a ( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 2 } ) [ a ( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 2 } ) ] ^ { - 1 } a ( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 1 } ) = a ( \\mathbf { H } ) ) ] \\mathrm { s i g n } ( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 1 } ) = \\mathbf { H } } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 181, + 602, + 839, + 734 + ], + "page_idx": 23 + }, + { + "type": "equation", + "img_path": "images/acfffcb8eb77f7cf0101097a160552ea99c139a5830b12a26c53e8295c70692e.jpg", + "text": "$$\n\\begin{array} { r l } & { \\overset { 2 } { \\leq } \\mathbb { R } [ 2 ^ { r ^ { 2 } } [ \\displaystyle \\sum _ { \\mathbf { H } \\in \\{ - 1 , 1 \\} ^ { ( d _ { \\mathbf { X } } _ { 2 } : \\mathrm { ~ s i g n } } } ( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 2 } ) = \\mathbf { H } ) ] [ \\displaystyle \\sum _ { \\mathbf { H } \\in \\{ - 1 , 1 \\} ^ { r \\times ( k - r ) } } \\mathbb { Z } ( \\exists \\mathbf { W } _ { 2 } : \\mathrm { s i g n } ( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 1 } ) = \\mathbf { H } ) ] ] | \\mathrm { s i g n } } \\\\ & { \\leq \\mathbb { R } [ 2 ^ { r ^ { 2 } } [ \\displaystyle \\sum _ { \\mathbf { h } \\in \\{ - 1 , 1 \\} ^ { ( d _ { \\mathbf { X } } : \\mathrm { s i g n } } } ( \\mathbf { W } _ { 1 } \\mathbf { x } ) = \\mathbf { h } ) ] ^ { r } [ \\displaystyle \\sum _ { \\mathbf { h } \\in \\{ - 1 , 1 \\} ^ { ( k - r ) } } \\mathbb { Z } ( \\exists \\mathbf { w } : \\mathrm { s i g n } ( \\mathbf { w } ^ { \\mathsf { T } } \\mathbf { X } _ { 1 } ) = \\mathbf { h } ^ { \\mathsf { T } } ) ] ^ { r } ] | \\mathrm { s i g n } ( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 1 } ) } \\\\ & { \\overset { 3 } { \\leq } \\mathbb { R } [ 2 ^ { r ^ { 2 } } 2 ^ { r d _ { 0 } \\log ( d _ { 1 } - r ) + r _ { 2 } r d _ { 0 } \\log ( k - r ) + r } ] | \\mathrm { s i g n } ( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 1 } ) = \\mathbf { H } ] } \\\\ & { = 2 ^ { r d _ { 0 } [ \\log ( d _ { 1 } - r ) + \\log ( k - r ) ] + r ^ { 2 } + 2 r } , } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 181, + 750, + 839, + 911 + ], + "page_idx": 23 + }, + { + "type": "text", + "text": "where ", + "bbox": [ + 173, + 910, + 217, + 922 + ], + "page_idx": 23 + }, + { + "type": "text", + "text": "1. Given $( \\mathbf { W } _ { 1 } , \\mathbf { X } _ { 1 } )$ , and eq. (12.8), the indicator function in eq. (12.12) is equal to zero only if $\\begin{array} { r } { \\mathbb { P } \\left( a \\left( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 2 } \\right) \\left[ a \\left( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 2 } \\right) \\right] ^ { - 1 } a \\left( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 1 } \\right) = \\mathbf { A } \\mathbf { | } \\mathbf { W } _ { 1 } , \\mathbf { X } _ { 1 } \\right) = 0 } \\end{array}$ , and one otherwise. ", + "bbox": [ + 210, + 102, + 825, + 142 + ], + "page_idx": 24 + }, + { + "type": "text", + "text": "2. This sum counts the number of values of $\\mathbf { H }$ consistent with $\\mathbf { W } _ { 1 }$ and $\\mathbf { X } _ { 1 }$ . Conditioned on $( \\mathbf { W } _ { 1 } , \\mathbf { X } _ { 1 } ) , \\mathbf { D } = \\left[ a \\left( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 2 } \\right) \\right] ^ { - 1 } , \\mathbf { B } = a \\left( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 2 } \\right)$ and $\\mathbf { C } = a \\left( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 1 } \\right)$ can have multiple values, depending on $\\mathbf { W } _ { 2 }$ and $\\mathbf { X } _ { 2 }$ . Also, any single value for $( { \\bf D } , { \\bf B } , { \\bf C } )$ results in a single value of $\\mathbf { H }$ . Therefore, the number of possible values of $\\mathbf { H }$ in eq. (12.12) is upper bounded by the product of the number of possible values of $\\mathbf { D }$ , $\\mathbf { B }$ and $\\mathbf { C }$ , which is product in the following equation. ", + "bbox": [ + 212, + 150, + 825, + 237 + ], + "page_idx": 24 + }, + { + "type": "text", + "text": "3. The function $\\begin{array} { r } { \\sum _ { \\mathbf { h } \\in \\{ - 1 , 1 \\} ^ { ( k - r ) } } \\mathscr { T } \\left( \\exists \\mathbf { w } : \\mathrm { s i g n } \\left( \\mathbf { w } ^ { \\top } \\mathbf { X } _ { 1 } \\right) = \\mathbf { h } ^ { \\top } \\right) } \\end{array}$ \u0001 counts the number of dichotomies that can be induced by the linear classifier w on $\\mathbf { X } _ { 1 }$ . Using eq. (12.7) we can bound this number by $2 \\left( k - r \\right) ^ { d _ { 0 } }$ . Similarly, the other sum can be bounded by $2 \\left( d _ { 1 } - r \\right) ^ { r }$ . ", + "bbox": [ + 210, + 244, + 826, + 294 + ], + "page_idx": 24 + }, + { + "type": "text", + "text": "Combining eqs. (12.10), (12.11) and (12.13) we obtain ", + "bbox": [ + 173, + 309, + 537, + 327 + ], + "page_idx": 24 + }, + { + "type": "equation", + "img_path": "images/6468b0a86acb106249f015f9b911214c7457c2064589c4896bb71f31ee587b31.jpg", + "text": "$$\n\\begin{array} { r l } & { \\mathbb { P } \\left( \\mathrm { r a n k } \\left( \\mathbf { A } \\right) = r \\right) \\leq } \\\\ & { \\left( \\begin{array} { l } { d _ { 1 } } \\\\ { r } \\end{array} \\right) \\left( \\begin{array} { l } { k } \\\\ { r } \\end{array} \\right) \\left( \\begin{array} { c } { k - r } \\\\ { \\lfloor ( k - r ) / 2 \\rfloor } \\end{array} \\right) 2 ^ { r d _ { 0 } \\left[ \\log ( d _ { 1 } - r ) + \\log ( k - r ) \\right] + r ^ { 2 } + 2 r } \\mathbb { P } \\left( \\mathbf { W } _ { 1 } \\mathbf { X } _ { [ \\lfloor ( k - r ) / 2 \\rfloor ] } > 0 \\right) . } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 189, + 332, + 807, + 388 + ], + "page_idx": 24 + }, + { + "type": "text", + "text": "Next, we take the log. To upper bound $\\left( \\begin{array} { c } { { N } } \\\\ { { k } } \\end{array} \\right)$ , for small $k$ we use $\\left( \\begin{array} { c } { { N } } \\\\ { { k } } \\end{array} \\right) \\le N ^ { k }$ , while for $k = N / 2$ , we use $\\left( \\begin{array} { c } { { N } } \\\\ { { N / 2 } } \\end{array} \\right) \\le 2 ^ { N }$ . Thus, we obtain ", + "bbox": [ + 173, + 393, + 825, + 459 + ], + "page_idx": 24 + }, + { + "type": "equation", + "img_path": "images/4d194bd1eb0e846077da5483deda01a9c7113979aeb679496db42d74ef0750c2.jpg", + "text": "$$\n\\begin{array} { r l r } & { } & { \\log \\mathbb { P } \\left( \\mathrm { r a n k } \\left( \\mathbf { A } \\right) = r \\right) \\leq \\left( r d _ { 0 } \\left( \\log \\left( d _ { 1 } - r \\right) + \\log \\left( k - r \\right) \\right) + r ^ { 2 } + 2 r \\right) \\log 2 \\qquad ( 1 2 \\triangle ( r \\mathrm { ~ o ~ t ~ } r ) } \\\\ & { } & { + r \\log d _ { 1 } + r \\log k + ( k - r ) \\log 2 + \\log \\mathbb { P } \\left( \\mathbf { W } _ { 1 } \\mathbf { X } _ { [ \\vert ( k - r ) / 2 ] ] } > 0 \\right) . } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 196, + 465, + 799, + 507 + ], + "page_idx": 24 + }, + { + "type": "text", + "text": "Recalling that $\\mathbf { W } _ { 1 } \\in \\mathbb { R } ^ { ( d _ { 1 } - r ) \\times d _ { 0 } }$ while $\\mathbf { W } \\in \\mathbb { R } ^ { d _ { 1 } \\times d _ { 0 } }$ , we obtain from Jensen’s inequality ", + "bbox": [ + 171, + 513, + 766, + 531 + ], + "page_idx": 24 + }, + { + "type": "equation", + "img_path": "images/cdb37740def3c8c632c0376cf0cdc0ca2adf070ab1bb586699c73e9475ff0ea9.jpg", + "text": "$$\n\\begin{array} { r } { \\log \\mathbb { P } \\left( \\mathbf { W } _ { 1 } \\mathbf { X } _ { [ \\lfloor ( k - r ) / 2 \\rfloor ] } > 0 \\right) \\le \\frac { \\left\\lfloor \\left( k - r \\right) / 2 \\right\\rfloor \\left\\lfloor d _ { 1 } - r \\right\\rfloor } { \\left\\lfloor k / 2 \\right\\rfloor \\left\\lfloor d _ { 1 } \\right\\rfloor } \\log \\mathbb { P } \\left( \\mathbf { W } \\mathbf { X } _ { [ \\lfloor k / 2 \\rfloor ] } > 0 \\right) . } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 209, + 537, + 741, + 573 + ], + "page_idx": 24 + }, + { + "type": "text", + "text": "Taking the limit $\\mathrm { n i n } \\left[ k , d _ { 0 } , d _ { 1 } \\right] \\dot { > } r$ on eqs. (12.14) and (12.15) we obtain ", + "bbox": [ + 174, + 579, + 651, + 597 + ], + "page_idx": 24 + }, + { + "type": "equation", + "img_path": "images/9df6a774635dc67111cc4d5f93d21467589611f3de1be67eb153f36831e3dc06.jpg", + "text": "$$\n\\begin{array} { r } { \\mathbb { P } \\left( \\mathrm { r a n k } \\left( \\mathbf { A } \\right) = r \\right) \\overset { * } { \\leq } 2 ^ { k + r d _ { 0 } ( \\log d _ { 1 } + \\log k ) + t ^ { 2 } } \\mathbb { P } \\left( { \\mathbf { W } } \\mathbf { X } _ { [ \\lfloor k / 2 \\rfloor ] } > 0 \\right) . } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 287, + 603, + 709, + 626 + ], + "page_idx": 24 + }, + { + "type": "text", + "text": "12.3 PROOF OF LEMMA 16 ", + "text_level": 1, + "bbox": [ + 176, + 664, + 375, + 679 + ], + "page_idx": 24 + }, + { + "type": "text", + "text": "In this section we will prove Lemma 16 in subsection 12.3.3. This proof relies on more elementary results, which we first prove in subsections 12.3.1 and 12.3.2. ", + "bbox": [ + 171, + 690, + 825, + 720 + ], + "page_idx": 24 + }, + { + "type": "text", + "text": "12.3.1 ORTHANT PROBABILITY OF A RANDOM GAUSSIAN VECTOR ", + "text_level": 1, + "bbox": [ + 176, + 734, + 648, + 751 + ], + "page_idx": 24 + }, + { + "type": "text", + "text": "Recall that $\\phi \\left( x \\right)$ and $\\Phi \\left( x \\right)$ are, respectively, the probability density function and cumulative distribution function for a scalar standard normal random variable. ", + "bbox": [ + 174, + 760, + 826, + 789 + ], + "page_idx": 24 + }, + { + "type": "text", + "text": "Definition 32. We define the following functions $\\forall x \\geq 0$ ", + "bbox": [ + 173, + 794, + 553, + 809 + ], + "page_idx": 24 + }, + { + "type": "equation", + "img_path": "images/00187b0bc5bea52b78790b55c395390a4a0f4057e218595d545c4df856c180f6.jpg", + "text": "$$\n\\begin{array} { l } { \\displaystyle { g \\left( x \\right) \\triangleq \\frac { x \\Phi \\left( x \\right) } { \\phi \\left( x \\right) } , } } \\\\ { \\displaystyle { \\psi \\left( x \\right) \\triangleq \\frac { \\left( g ^ { - 1 } \\left( x \\right) \\right) ^ { 2 } } { 2 x } - \\log \\left( \\Phi \\left( g ^ { - 1 } \\left( x \\right) \\right) \\right) , } } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 359, + 815, + 637, + 888 + ], + "page_idx": 24 + }, + { + "type": "text", + "text": "where the inverse function $g ^ { - 1 } ( x ) : [ 0 , \\infty ) [ 0 , \\infty )$ is well defined since $g \\left( x \\right)$ monotonically increase from 0 to $\\infty$ , for $x \\geq 0$ . ", + "bbox": [ + 173, + 895, + 825, + 924 + ], + "page_idx": 24 + }, + { + "type": "text", + "text": "Lemma 33. Let $\\mathbf { z } \\sim \\mathcal { N } ( 0 , \\pmb { \\Sigma } )$ be a random Gaussian vector in $\\mathbb { R } ^ { K }$ , with a covariance matrix $\\Sigma _ { i j } = \\left( 1 - \\theta K ^ { - 1 } \\right) \\delta _ { m n } + \\theta K ^ { - 1 }$ where $K \\gg \\theta > 0$ . Then, recalling $\\psi \\left( \\theta \\right)$ in eq. (12.17), we have ", + "bbox": [ + 168, + 102, + 825, + 133 + ], + "page_idx": 25 + }, + { + "type": "equation", + "img_path": "images/10ceb2c2a891fbb08c5041cf502e3c6eb5698cf6b62ea6b7ded0f3b27ebbdd2b.jpg", + "text": "$$\n\\begin{array} { r } { \\log \\mathbb { P } \\left( \\forall i : z _ { i } > 0 \\right) \\le - K \\psi \\left( \\theta \\right) + O \\left( \\log K \\right) . } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 344, + 140, + 651, + 159 + ], + "page_idx": 25 + }, + { + "type": "text", + "text": "Proof. Note that we can write $\\mathbf { z } = \\mathbf { u } + \\eta$ , where $\\mathbf { u } \\sim { \\mathcal { N } } \\left( 0 , \\left( 1 - \\theta K ^ { - 1 } \\right) \\mathbf { I } _ { K } \\right)$ , and $\\eta \\sim \\mathcal { N } \\left( 0 , \\theta K ^ { - 1 } \\right)$ . Using this notation, we have ", + "bbox": [ + 174, + 172, + 825, + 203 + ], + "page_idx": 25 + }, + { + "type": "equation", + "img_path": "images/bc262ef4ffb1ddf52f55b8a1b9f1574b6779391626101eeb51b688c7a14ed759.jpg", + "text": "$$\n\\begin{array} { r l } & { \\quad \\mathbb { P } \\left( \\overline { { \\psi } } : z _ { i } > 0 \\right) } \\\\ & { = \\int _ { - \\infty } ^ { \\infty } d \\eta \\left[ \\displaystyle \\prod _ { i = 1 } ^ { K } \\int _ { - \\infty } ^ { \\infty } d u _ { i } \\mathcal { T } \\left( \\sqrt { 1 - \\theta K ^ { - 1 } } u _ { i } + \\sqrt { \\theta K ^ { - 1 } } \\eta > 0 \\right) \\phi \\left( u _ { i } \\right) \\right] \\phi \\left( \\eta \\right) } \\\\ & { = \\int _ { - \\infty } ^ { \\infty } d \\eta \\left[ \\Phi \\left( \\sqrt { \\frac { \\theta K ^ { - 1 } } { 1 - \\theta K ^ { - 1 } } } \\eta \\right) \\right] ^ { K } \\phi \\left( \\eta \\right) } \\\\ & { \\stackrel { ( 1 ) } { = } \\sqrt { \\displaystyle \\frac { \\theta } { 2 \\pi \\left( K - \\theta \\right) } } \\int _ { - \\infty } ^ { \\infty } d \\xi \\left[ \\Phi \\left( \\xi \\right) \\right] ^ { K } \\exp \\left( - \\frac { \\left( K - \\theta \\right) \\xi ^ { 2 } } { 2 \\theta } \\right) } \\\\ & { = \\sqrt { \\displaystyle \\frac { \\theta } { 2 \\pi \\left( K - \\theta \\right) } } \\int _ { - \\infty } ^ { \\infty } d \\xi \\exp \\left( \\frac { \\xi ^ { 2 } } { 2 } \\right) \\exp \\left[ K \\left( \\log \\Phi \\left( \\xi \\right) - \\frac { \\xi ^ { 2 } } { 2 \\theta } \\right) \\right] , } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 246, + 208, + 753, + 404 + ], + "page_idx": 25 + }, + { + "type": "text", + "text": "where in (1) we changed the variable of integration to $\\xi = \\sqrt { \\theta / \\left( K - \\theta \\right) } \\eta$ . We denote, for a fixed $\\theta$ ", + "bbox": [ + 173, + 409, + 823, + 428 + ], + "page_idx": 25 + }, + { + "type": "equation", + "img_path": "images/29af02d48d220a9e54bd1ba2d06556480d0167d851fe2d29a2a4847fb58909a4.jpg", + "text": "$$\n\\begin{array} { l } { { \\displaystyle q \\left( \\xi \\right) \\triangleq \\log \\Phi \\left( \\xi \\right) - \\frac { \\xi ^ { 2 } } { 2 \\theta } } } \\\\ { { \\displaystyle h \\left( \\xi \\right) \\triangleq \\sqrt { \\frac { \\theta } { 2 \\pi \\left( K - \\theta \\right) } } \\exp \\left( \\frac { \\xi ^ { 2 } } { 2 } \\right) } } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 383, + 431, + 612, + 508 + ], + "page_idx": 25 + }, + { + "type": "text", + "text": "and $\\xi _ { 0 }$ as its global maximum. Since $q$ is twice differentiable, we can use Laplace’s method (e.g., (Butler, 2007)) to simplify eq. (12.18) ", + "bbox": [ + 171, + 511, + 826, + 541 + ], + "page_idx": 25 + }, + { + "type": "equation", + "img_path": "images/d1670a986406af48e77385d91d0789092f6aa30650f01a29338d73edc1472a78.jpg", + "text": "$$\n\\log \\int _ { - \\infty } ^ { \\infty } h \\left( \\xi \\right) \\exp \\left( K q \\left( \\xi \\right) \\right) d \\xi = K q \\left( \\xi _ { 0 } \\right) + O \\left( \\log K \\right) .\n$$", + "text_format": "latex", + "bbox": [ + 310, + 556, + 687, + 592 + ], + "page_idx": 25 + }, + { + "type": "text", + "text": "To find $\\xi _ { 0 }$ , we differentiate $q \\left( \\xi \\right)$ and equate to zero to obtain ", + "bbox": [ + 173, + 593, + 571, + 609 + ], + "page_idx": 25 + }, + { + "type": "equation", + "img_path": "images/9e51c2e3473f8f5377e7a1a2151beb2c490589d7b94d46e2cd725ad034164c58.jpg", + "text": "$$\nq ^ { \\prime } \\left( \\xi \\right) = \\frac { \\phi \\left( \\xi \\right) } { \\Phi \\left( \\xi \\right) } - \\frac { 1 } { \\theta } \\xi = 0 .\n$$", + "text_format": "latex", + "bbox": [ + 411, + 613, + 586, + 648 + ], + "page_idx": 25 + }, + { + "type": "text", + "text": "which implies (recall eq. (12.16)) ", + "bbox": [ + 173, + 652, + 397, + 667 + ], + "page_idx": 25 + }, + { + "type": "equation", + "img_path": "images/6fc19580f5b10a49f862708606138eab92076653d13c268e9e60b5a8fd1f3b6b.jpg", + "text": "$$\ng \\left( \\xi \\right) \\triangleq \\frac { \\xi \\Phi \\left( \\xi \\right) } { \\phi \\left( \\xi \\right) } = \\theta .\n$$", + "text_format": "latex", + "bbox": [ + 428, + 665, + 570, + 699 + ], + "page_idx": 25 + }, + { + "type": "text", + "text": "This is a monotonically increasing function from 0 to $\\infty$ in the range $\\xi \\ge 0$ . Its inverse function can also be defined in that range $g ^ { - 1 } \\check { ( \\theta ) } : [ 0 , \\infty ] [ 0 , \\infty ]$ . This implies that this equation has only one solution, $\\xi _ { 0 } = g ^ { - 1 } \\left( \\theta \\right)$ . Since $\\begin{array} { r } { \\operatorname* { l i m } _ { \\xi \\to \\infty } q \\left( \\xi \\right) = - \\infty } \\end{array}$ , this $\\xi _ { 0 }$ is indeed the global maximum of $q \\left( \\xi \\right)$ Substituting this solution into $q \\left( \\xi \\right)$ , we get (recall eq. (12.17)) ", + "bbox": [ + 173, + 700, + 825, + 758 + ], + "page_idx": 25 + }, + { + "type": "equation", + "img_path": "images/7cc89123c84adf644e67d0d3cde30d6ff1aa1f3403854f31f967bb1d5bb1fba8.jpg", + "text": "$$\n\\forall \\theta > 0 : q \\left( \\xi _ { 0 } \\right) = - \\psi \\left( \\theta \\right) = q \\left( g ^ { - 1 } \\left( \\theta \\right) \\right) = \\log \\left( \\Phi \\left( g ^ { - 1 } \\left( \\theta \\right) \\right) \\right) - \\frac { \\left( g ^ { - 1 } \\left( \\theta \\right) \\right) ^ { 2 } } { 2 \\theta } .\n$$", + "text_format": "latex", + "bbox": [ + 218, + 763, + 732, + 799 + ], + "page_idx": 25 + }, + { + "type": "text", + "text": "Using eq. (12.18), (12.21) and (12.24) we obtain: ", + "bbox": [ + 176, + 803, + 496, + 819 + ], + "page_idx": 25 + }, + { + "type": "equation", + "img_path": "images/a2165f3020b1cf0998b8aee13777679a8199cf2ab84a919b3469948b6de7b1f7.jpg", + "text": "$$\n\\begin{array} { l } { \\displaystyle \\log \\mathbb { P } \\left( \\forall i : z _ { i } > 0 \\right) } \\\\ { = \\log \\left[ \\int _ { - \\infty } ^ { \\infty } d \\xi \\exp \\left( \\frac { \\xi ^ { 2 } } { 2 } \\right) \\exp \\left[ K \\left( \\log \\Phi \\left( \\xi \\right) - \\frac { \\xi ^ { 2 } } { 2 \\theta } \\right) \\right] \\right] + O \\left( \\log K \\right) } \\\\ { = - K \\psi \\left( \\theta \\right) + O \\left( \\log K \\right) . } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 264, + 823, + 732, + 897 + ], + "page_idx": 25 + }, + { + "type": "text", + "text": "Next, we generalize the previous Lemma to a general covariance matrix. ", + "bbox": [ + 173, + 103, + 648, + 119 + ], + "page_idx": 26 + }, + { + "type": "text", + "text": "Corollary 34. Let $\\mathbf { u } \\sim \\mathcal { N } ( 0 , \\pmb { \\Sigma } )$ be a random Gaussian vector in $\\mathbb { R } ^ { K }$ for which $\\forall n : \\Sigma _ { n n } = 1$ , and $\\theta \\geq K \\operatorname* { m a x } _ { n , m : n \\neq m } \\Sigma _ { n m } > 0$ . Then, again, for large $K$ ", + "bbox": [ + 173, + 122, + 826, + 154 + ], + "page_idx": 26 + }, + { + "type": "equation", + "img_path": "images/a119d0f58c9512b8d36a8810717f0e3d2c506d21b1da6aed63aae28952e7aaf0.jpg", + "text": "$$\n\\begin{array} { r } { \\log \\mathbb { P } \\left( \\forall i : u _ { i } > 0 \\right) \\le - K \\psi \\left( \\theta \\right) + O \\left( \\log K \\right) . } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 343, + 161, + 653, + 179 + ], + "page_idx": 26 + }, + { + "type": "text", + "text": "Proof. We define $\\tilde { \\mathbf { u } } \\sim \\mathcal { N } \\left( 0 , \\tilde { \\Sigma } \\right)$ , with $\\tilde { \\Sigma } _ { m n } = \\left( 1 - \\theta K ^ { - 1 } \\right) \\delta _ { m n } + \\theta K ^ { - 1 }$ . Note that $\\forall n : \\Sigma _ { n n } =$ $\\tilde { \\Sigma } _ { n n } = 1$ and $\\forall m \\neq n$ : $\\Sigma _ { m n } \\leq \\tilde { \\Sigma } _ { m n }$ . Therefore, from Slepian’s Lemma (Slepian, 1962, Lemma 1), ", + "bbox": [ + 173, + 200, + 828, + 242 + ], + "page_idx": 26 + }, + { + "type": "equation", + "img_path": "images/0244d23353d526224bb96c5b6f9940c2bce067ce9d0120fd1efe08d9c5d7349f.jpg", + "text": "$$\n\\mathbb { P } \\left( \\forall n : \\tilde { u } _ { n } > 0 \\right) \\ge \\mathbb { P } \\left( \\forall n : u _ { n } > 0 \\right) .\n$$", + "text_format": "latex", + "bbox": [ + 372, + 250, + 622, + 267 + ], + "page_idx": 26 + }, + { + "type": "text", + "text": "Using Lemma 33 on $\\tilde { \\mathbf { u } }$ completes the proof. ", + "bbox": [ + 174, + 275, + 462, + 291 + ], + "page_idx": 26 + }, + { + "type": "text", + "text": "12.3.2 MUTUAL COHERENCE BOUNDS ", + "text_level": 1, + "bbox": [ + 176, + 311, + 452, + 327 + ], + "page_idx": 26 + }, + { + "type": "text", + "text": "Definition 35. We define the mutual coherence of the columns of a matrix $\\mathbf { A } = [ \\pmb { a } _ { 1 } , \\cdots , \\pmb { a } _ { N } ] \\in$ $\\mathbb { R } ^ { M \\times N }$ as the maximal angle between different columns ", + "bbox": [ + 171, + 337, + 825, + 366 + ], + "page_idx": 26 + }, + { + "type": "equation", + "img_path": "images/d8d6a5d0a413b29e82574bebdcf6c510e09a916bc28476ba9bd2d480f925dbce.jpg", + "text": "$$\n\\gamma \\left( { \\bf A } \\right) \\triangleq \\operatorname* { m a x } _ { i , j : i \\neq j } \\frac { \\left| { \\pmb a } _ { i } ^ { \\top } { \\pmb a } _ { j } \\right| } { \\left\\| { \\pmb a } _ { i } \\right\\| \\left\\| { \\pmb a } _ { j } \\right\\| } .\n$$", + "text_format": "latex", + "bbox": [ + 405, + 375, + 591, + 412 + ], + "page_idx": 26 + }, + { + "type": "text", + "text": "Note that $\\gamma \\left( \\mathbf { A } \\right) \\leq 1$ and from (Welch, 1974), for $\\begin{array} { r } { N \\ge M , \\gamma \\left( { \\mathbf { A } } \\right) \\ge \\sqrt { \\frac { N - M } { M \\left( N - 1 \\right) } } . } \\end{array}$ ", + "bbox": [ + 174, + 420, + 702, + 446 + ], + "page_idx": 26 + }, + { + "type": "text", + "text": "Lemma 36. Let $\\mathbf { A } = [ \\pmb { a } _ { 1 } , \\cdot \\cdot \\cdot , \\pmb { a } _ { N } ] \\in \\mathbb { R } ^ { M \\times N }$ be a standard random Gaussian matrix, and $\\gamma \\left( \\mathbf { A } \\right)$ is the mutual coherence of it columns (see definition 35). Then ", + "bbox": [ + 171, + 450, + 826, + 481 + ], + "page_idx": 26 + }, + { + "type": "equation", + "img_path": "images/ebe652bcc739fb427bf31744a0d6cc8a108c8f24088cbb865c41e57e96c9784f.jpg", + "text": "$$\n\\mathbb { P } \\left( \\gamma \\left( { \\bf A } \\right) > \\epsilon \\right) \\le 2 N ^ { 2 } \\exp \\left( - \\frac { M \\epsilon ^ { 2 } } { 2 4 } \\right) .\n$$", + "text_format": "latex", + "bbox": [ + 367, + 488, + 629, + 525 + ], + "page_idx": 26 + }, + { + "type": "text", + "text": "Proof. In this case, we have from (Chen & Peng, 2016, Appendix 1): ", + "bbox": [ + 173, + 542, + 629, + 559 + ], + "page_idx": 26 + }, + { + "type": "equation", + "img_path": "images/e97351e71bd87ca29c21480bb77c0941e1dc3b1328e38237128d0d32bed82b15.jpg", + "text": "$$\n\\mathbb { P } \\left( \\gamma \\left( \\mathbf { A } \\right) > \\epsilon \\right) \\leq N \\left( N - 1 \\right) \\left[ \\exp \\left( - \\frac { M a ^ { 2 } \\epsilon ^ { 2 } } { 4 \\left( 1 + \\epsilon / 2 \\right) } \\right) + \\exp \\left( - \\frac { M } { 4 } \\left( 1 - a \\right) ^ { 2 } \\right) \\right] ,\n$$", + "text_format": "latex", + "bbox": [ + 233, + 566, + 761, + 603 + ], + "page_idx": 26 + }, + { + "type": "text", + "text": "for any $a \\in ( 0 , 1 )$ . Setting $a = 1 - \\epsilon / 2$ ", + "bbox": [ + 173, + 611, + 434, + 627 + ], + "page_idx": 26 + }, + { + "type": "equation", + "img_path": "images/05961512a51b5398c54fa887dd4c3a2a461e2c3a377ae3c33158f1093cff5c0e.jpg", + "text": "$$\n\\begin{array} { r l } & { \\mathbb { P } \\left( \\gamma \\left( \\mathbf { A } \\right) > \\epsilon \\right) \\le N \\left( N - 1 \\right) \\left[ \\exp \\left( - \\frac { M \\left( 1 - \\epsilon / 2 \\right) ^ { 2 } \\epsilon ^ { 2 } } { 4 \\left( 1 + \\epsilon / 2 \\right) } \\right) + \\exp \\left( - \\frac { M } { 1 6 } \\epsilon ^ { 2 } \\right) \\right] } \\\\ & { \\qquad \\overset { \\left( 1 \\right) } { \\le } N \\left( N - 1 \\right) \\left[ \\exp \\left( - \\frac { M \\epsilon ^ { 2 } } { 2 4 } \\right) + \\exp \\left( - \\frac { M } { 1 6 } \\epsilon ^ { 2 } \\right) \\right] } \\\\ & { \\qquad \\le 2 N ^ { 2 } \\exp \\left( - \\frac { M \\epsilon ^ { 2 } } { 2 4 } \\right) , } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 241, + 635, + 754, + 751 + ], + "page_idx": 26 + }, + { + "type": "text", + "text": "where in (1) we can assume that $\\epsilon \\leq 1$ , since for $\\epsilon \\geq 1$ , we have $\\mathbb { P } \\left( \\gamma \\left( \\mathbf { A } \\right) > \\epsilon \\right) = 0$ (recall $\\gamma ( \\mathbf { A } ) \\leq 1 )$ . □ ", + "bbox": [ + 173, + 757, + 821, + 787 + ], + "page_idx": 26 + }, + { + "type": "text", + "text": "Lemma 37. Let $\\mathbf { B } = [ \\mathbf { b } _ { 1 } , \\cdots , \\mathbf { b } _ { L } ] \\in \\mathbb { R } ^ { M \\times L }$ be a standard random Gaussian matrix and mutual coherence $\\gamma$ as in definition 35. Then, $\\forall \\epsilon > 0$ and $\\forall K \\in [ L ]$ : ", + "bbox": [ + 171, + 799, + 825, + 832 + ], + "page_idx": 26 + }, + { + "type": "equation", + "img_path": "images/257d17ca7cf63447593b7d70d782498e0bc8d1a68e7f426a55fb94cf19500879.jpg", + "text": "$$\n\\mathbb { P } \\left( \\operatorname* { m i n } _ { S \\subset [ N ] : | S | = K } \\gamma \\left( \\mathbf { B } _ { S } \\right) > \\epsilon \\right) \\leq \\exp \\left[ \\left( 2 \\log \\left( 2 K \\right) - \\frac { M \\epsilon ^ { 2 } } { 2 4 } \\right) \\left( \\frac { L } { K } - 1 \\right) \\right] .\n$$", + "text_format": "latex", + "bbox": [ + 248, + 838, + 746, + 875 + ], + "page_idx": 26 + }, + { + "type": "text", + "text": "Proof. We upper bound this probability by partitioning the set of column vectors into $\\lfloor L / K \\rfloor$ subsets $S _ { i }$ of size $| \\bar { S _ { i } } \\bar { | } = K$ and require that in each subset the mutual coherence is lower bounded by $\\epsilon$ . ", + "bbox": [ + 173, + 895, + 825, + 924 + ], + "page_idx": 26 + }, + { + "type": "text", + "text": "Since the columns are independent, we have ", + "bbox": [ + 176, + 103, + 465, + 118 + ], + "page_idx": 27 + }, + { + "type": "equation", + "img_path": "images/5987161ba4f7c4213350967d3f294afc11ad2bc19967b72147387417bf676375.jpg", + "text": "$$\n\\begin{array} { r l } & { \\mathbb { P } \\left( \\underset { S \\subset [ N ] : | S | = K } { \\operatorname* { m i n } } \\gamma \\left( \\mathbf { B } _ { S } \\right) > \\epsilon \\right) } \\\\ & { \\le \\displaystyle \\prod _ { i = 1 } ^ { \\lfloor L / K \\rfloor } \\mathbb { P } \\left( \\forall S = \\{ 1 + \\left( i - 1 \\right) K , 2 + \\left( 1 - i \\right) K , \\ldots , i K \\} : \\gamma \\left( \\mathbf { B } _ { S } \\right) > \\epsilon \\right) } \\\\ & { \\stackrel { \\mathrm { ( 1 ) } } { \\le } \\displaystyle \\prod _ { i = 1 } ^ { L / K - 1 } 2 K ^ { 2 } \\exp \\left( - \\frac { M \\epsilon ^ { 2 } } { 2 4 } \\right) } \\\\ & { \\le \\exp \\left[ \\left( 2 \\log \\left( 2 K \\right) - \\frac { M \\epsilon ^ { 2 } } { 2 4 } \\right) \\left( \\frac { L } { K } - 1 \\right) \\right] , } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 254, + 122, + 740, + 286 + ], + "page_idx": 27 + }, + { + "type": "text", + "text": "where in (1) we used the bound from Lemma 36. ", + "bbox": [ + 173, + 289, + 496, + 304 + ], + "page_idx": 27 + }, + { + "type": "text", + "text": "12.3.3 MAIN PROOF: ORTHANT PROBABILITY OF A PRODUCT GAUSSIAN MATRICES ", + "bbox": [ + 173, + 318, + 766, + 333 + ], + "page_idx": 27 + }, + { + "type": "text", + "text": "Lemma 38. (Lemma 16 restated). Let $\\mathbf { C } = \\left[ \\mathbf { c } _ { 1 } , \\cdots , \\mathbf { c } _ { N } \\right] ^ { \\top } \\in \\mathbb { R } ^ { N \\times M }$ and $\\mathbf { B } \\in \\mathbb { R } ^ { M \\times L }$ be two independent random Gaussian matrices. Without loss of generality, assume $N \\geq L$ , and denote $\\alpha \\triangleq M L / N$ . Then, in the regime $M \\leq N$ and in the limit $\\operatorname* { m i n } \\left[ N , M , L \\right] \\dot { > } \\alpha \\dot { > } 1$ , we have ", + "bbox": [ + 173, + 340, + 825, + 387 + ], + "page_idx": 27 + }, + { + "type": "equation", + "img_path": "images/7c37001828c2a3958147878c11f5978c25551509807f52bbf9da0ca0389ea6e0.jpg", + "text": "$$\n\\begin{array} { r } { \\mathbb { P } \\left( \\mathbf { C B } > 0 \\right) \\dot { \\leq } \\exp \\left( - 0 . 4 N \\alpha ^ { 1 / 4 } \\right) . } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 377, + 391, + 619, + 420 + ], + "page_idx": 27 + }, + { + "type": "text", + "text": "Proof. For some $\\theta > 0$ , and subset $S$ such that $| S | = K < L$ , we have ", + "bbox": [ + 173, + 431, + 637, + 448 + ], + "page_idx": 27 + }, + { + "type": "equation", + "img_path": "images/12acb15a2ef1b3a40722bb6ac8ae01e3cd3271d3f78fb61d6a26cd8a44bf1e10.jpg", + "text": "$$\n\\begin{array} { r l } & { \\quad \\mathbb { P } \\left( \\mathbf { C B } > 0 \\right) } \\\\ & { \\le \\mathbb { P } \\left( \\mathbf { C B } _ { S } > 0 | \\gamma \\left( \\mathbf { B } _ { S } \\right) \\le \\epsilon \\right) \\mathbb { P } \\left( \\gamma \\left( \\mathbf { B } _ { S } \\right) \\le \\epsilon \\right) + \\mathbb { P } \\left( \\mathbf { C B } _ { S } > 0 | \\gamma \\left( \\mathbf { B } _ { S } \\right) > \\epsilon \\right) \\mathbb { P } \\left( \\gamma \\left( \\mathbf { B } _ { S } \\right) > \\epsilon \\right) } \\\\ & { \\le \\mathbb { P } \\left( \\mathbf { C B } _ { S } > 0 | \\gamma \\left( \\mathbf { B } _ { S } \\right) \\le \\epsilon \\right) + \\mathbb { P } \\left( \\gamma \\left( \\mathbf { B } _ { S } \\right) > \\epsilon \\right) } \\\\ & { = \\mathbb { E } \\left[ \\left[ \\mathbb { P } \\left( \\mathbf { c } _ { 1 } ^ { \\top } \\mathbf { B } _ { S } > 0 | \\mathbf { B } _ { S } , \\gamma \\left( \\mathbf { B } _ { S } \\right) \\le \\epsilon \\right) \\right] ^ { N } | \\gamma \\left( \\mathbf { B } _ { S } \\right) \\le \\epsilon \\right] + \\mathbb { P } \\left( \\gamma \\left( \\mathbf { B } _ { S } \\right) > \\epsilon \\right) , } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 200, + 452, + 790, + 535 + ], + "page_idx": 27 + }, + { + "type": "text", + "text": "where in the last equality we used the fact that the rows of $\\mathbf { C }$ are independent and identically distributed. ", + "bbox": [ + 174, + 536, + 821, + 565 + ], + "page_idx": 27 + }, + { + "type": "text", + "text": "We choose a specific subset ", + "bbox": [ + 174, + 571, + 356, + 587 + ], + "page_idx": 27 + }, + { + "type": "equation", + "img_path": "images/df12677b88160108afdc8e94ec88315b9144847c1649b51df5b8199e56a80116.jpg", + "text": "$$\nS ^ { * } = \\mathrm { a r g m i n } _ { S C [ L ] : | S | = K } \\gamma \\left( \\mathbf { B } _ { S } \\right)\n$$", + "text_format": "latex", + "bbox": [ + 388, + 585, + 607, + 604 + ], + "page_idx": 27 + }, + { + "type": "text", + "text": "to minimize the second term and then upper bound it using Lemma 37 with $\\theta = K \\epsilon$ ; additionally, we apply Corollary 34 on the first term with the components of the vector $\\mathbf { u }$ being ", + "bbox": [ + 173, + 604, + 823, + 633 + ], + "page_idx": 27 + }, + { + "type": "equation", + "img_path": "images/953aa31d6ac88ff24202a9ce16cb564fe6d0144fb387847d45c32cdc141ba888.jpg", + "text": "$$\nu _ { i } = \\left( \\mathbf { B } _ { S } ^ { \\top } \\mathbf { c } _ { 1 } \\right) _ { i } / \\sqrt { \\left( \\mathbf { B } _ { S } ^ { \\top } \\mathbf { B } _ { S } \\right) _ { i i } } \\in \\mathbb { R } ^ { K } ,\n$$", + "text_format": "latex", + "bbox": [ + 372, + 637, + 622, + 665 + ], + "page_idx": 27 + }, + { + "type": "text", + "text": "which is a Gaussian random vector with mean zero and covariance $\\pmb { \\Sigma }$ for which $\\forall i : \\Sigma _ { i i } = 1$ and $\\forall i \\neq j : \\Sigma _ { i j } \\leq \\epsilon = \\theta K ^ { - 1 }$ . Thus, we obtain ", + "bbox": [ + 173, + 667, + 825, + 698 + ], + "page_idx": 27 + }, + { + "type": "equation", + "img_path": "images/d062c72c492847d0c1f18addb2f4a2d933e3e9844ef45fb61e6335aa987dcd0a.jpg", + "text": "$$\n\\mathbb { P } \\left( \\mathbf { C } \\mathbf { B } > 0 \\right) \\leq \\exp \\left( - N K \\psi \\left( \\theta \\right) + O \\left( N \\log K \\right) \\right) + \\exp \\left[ \\left( \\log \\left( 2 K \\right) ^ { 2 } - \\frac { M \\theta ^ { 2 } } { 2 4 K ^ { 2 } } \\right) \\left( \\frac { L } { K } - 1 \\right) \\right] ,\n$$", + "text_format": "latex", + "bbox": [ + 181, + 702, + 812, + 738 + ], + "page_idx": 27 + }, + { + "type": "text", + "text": "where we recall $\\psi \\left( \\theta \\right)$ is defined in eq. (12.17). ", + "bbox": [ + 174, + 756, + 482, + 772 + ], + "page_idx": 27 + }, + { + "type": "text", + "text": "Next, we wish to select good values for $\\theta$ and $K$ , which minimize this bound for large $( M , N , L , K )$ Thus, keeping only the first order terms in each exponent (assuming $L \\gg K \\gg 1$ ), we aim to minimize the function as much as possible ", + "bbox": [ + 176, + 777, + 825, + 820 + ], + "page_idx": 27 + }, + { + "type": "equation", + "img_path": "images/1ae5ea48a896c2784e5111959286ea52a674e9fafec0fb357d81653b8ec418e5.jpg", + "text": "$$\nf \\left( K , \\theta \\right) \\triangleq \\exp \\left( - N K \\psi \\left( \\theta \\right) \\right) + \\exp \\left( - \\frac { M \\theta ^ { 2 } L } { 2 4 K ^ { 3 } } \\right) .\n$$", + "text_format": "latex", + "bbox": [ + 330, + 825, + 668, + 861 + ], + "page_idx": 27 + }, + { + "type": "text", + "text": "Note that the first term is decreasing in $K$ , while the second term increases. Therefore, for any $\\theta$ the minimum of this function in $K$ would be approximately achieved when both terms are equal, i.e., ", + "bbox": [ + 173, + 863, + 823, + 892 + ], + "page_idx": 27 + }, + { + "type": "equation", + "img_path": "images/93b5891fbb61d899fcfe10b9b0a7a95590e0ebf987546c57c795aa2314f88afd.jpg", + "text": "$$\nN K \\psi \\left( \\theta \\right) = \\frac { M \\theta ^ { 2 } L } { 2 4 K ^ { 3 } } ,\n$$", + "text_format": "latex", + "bbox": [ + 426, + 896, + 570, + 929 + ], + "page_idx": 27 + }, + { + "type": "text", + "text": "so we choose ", + "bbox": [ + 173, + 104, + 264, + 117 + ], + "page_idx": 28 + }, + { + "type": "equation", + "img_path": "images/388b52d07a6c88ce91624ea496107aebd945676fda8d69e93cce3af934817e11.jpg", + "text": "$$\n{ \\cal K } \\left( \\theta \\right) = \\left( { \\frac { \\theta ^ { 2 } M L } { 2 4 \\psi \\left( \\theta \\right) N } } \\right) ^ { 1 / 4 } .\n$$", + "text_format": "latex", + "bbox": [ + 403, + 113, + 594, + 152 + ], + "page_idx": 28 + }, + { + "type": "text", + "text": "Substituting $K \\left( \\theta \\right)$ into $f \\left( K , \\theta \\right)$ yields ", + "bbox": [ + 174, + 154, + 429, + 170 + ], + "page_idx": 28 + }, + { + "type": "equation", + "img_path": "images/2dcba8492ca11e9de048b7def965ec4068a0ca897e5872cdaef94ca5ee040bdf.jpg", + "text": "$$\nf \\left( K \\left( \\theta \\right) , \\theta \\right) = 2 \\exp \\left( - N \\left[ \\frac { \\psi ^ { 3 } \\left( \\theta \\right) \\theta ^ { 2 } M L } { 2 4 N } \\right] ^ { 1 / 4 } \\right) .\n$$", + "text_format": "latex", + "bbox": [ + 328, + 175, + 668, + 218 + ], + "page_idx": 28 + }, + { + "type": "text", + "text": "To minimize this function in $\\theta$ , we need to maximize the function $\\psi ^ { 3 } \\left( \\theta \\right) \\theta ^ { 2 }$ (which has a single maximum). Doing this numerically gives us ", + "bbox": [ + 173, + 224, + 825, + 253 + ], + "page_idx": 28 + }, + { + "type": "equation", + "img_path": "images/f3863d4a882a35485e8d0e72f3151d723414518fe330ed3e35d38cdf90f45cea.jpg", + "text": "$$\n\\theta _ { * } \\approx 2 3 . 2 5 ; \\psi \\left( \\theta _ { * } \\right) \\approx 0 . 1 0 6 2 ; \\psi ^ { 3 } \\left( \\theta _ { * } \\right) \\theta _ { * } ^ { 2 } \\approx 0 . 6 4 7 8 .\n$$", + "text_format": "latex", + "bbox": [ + 321, + 258, + 674, + 277 + ], + "page_idx": 28 + }, + { + "type": "text", + "text": "Substituting eqs. (12.27) and (12.28) into eq. (12.25), we obtain ", + "bbox": [ + 173, + 282, + 596, + 297 + ], + "page_idx": 28 + }, + { + "type": "equation", + "img_path": "images/e1c6049da1a1a73d233eee0483fecccbd48ff299ffe851950ae2fc0f58648b6e.jpg", + "text": "$$\n\\begin{array} { r l } & { \\mathbb { P } \\left( \\mathbf { C } \\mathbf { B } > 0 \\right) } \\\\ & { \\leq \\exp \\left( - N \\left[ \\frac { M L } { 3 7 . 0 5 N } \\right] ^ { 1 / 4 } + O \\left( N \\log K \\right) \\right) } \\\\ & { + \\exp \\left[ - N \\left[ \\frac { M L } { 3 7 . 0 5 N } \\right] ^ { 1 / 4 } + 2 L \\frac { \\log K } { K } + \\frac { M \\theta ^ { 2 } } { 2 4 K ^ { 2 } } - \\log \\left( 2 K ^ { 2 } \\right) \\right] } \\\\ & { \\leq \\exp \\left( - N \\left[ \\frac { M L } { 3 7 . 0 5 N } \\right] ^ { 1 / 4 } + O \\left( N \\log \\left( \\frac { M L } { N } \\right) \\right) \\right) , } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 282, + 303, + 714, + 452 + ], + "page_idx": 28 + }, + { + "type": "text", + "text": "where in the last line we used $N \\geq L , N \\geq M$ and $\\operatorname* { m i n } \\left[ N , M , L \\right] \\dot { > } \\alpha \\dot { > } 1$ . Taking the log, and denoting $\\alpha \\triangleq M L / N$ , we thus obtain ", + "bbox": [ + 174, + 455, + 823, + 488 + ], + "page_idx": 28 + }, + { + "type": "equation", + "img_path": "images/bbb40ca39754ca609ff4f7962feb6b2b034e3d6237b19b321a1e99e003c0d7ba.jpg", + "text": "$$\n\\begin{array} { r } { \\log \\mathbb { P } \\left( \\mathbf { C B } > 0 \\right) \\le - 0 . 4 N \\alpha ^ { 1 / 4 } + O \\left( N \\log \\alpha \\right) , } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 338, + 493, + 656, + 513 + ], + "page_idx": 28 + }, + { + "type": "text", + "text": "Therefore, in the limit that $N \\to \\infty$ and $\\alpha ( N ) \\infty$ , with $\\alpha \\left( N \\right) \\dot { < } N$ , we have ", + "bbox": [ + 173, + 518, + 697, + 535 + ], + "page_idx": 28 + }, + { + "type": "equation", + "img_path": "images/7370e6868104035fed18a36a01a9dd5aa15dfa920fb0233402f7ed6fd9df2bd5.jpg", + "text": "$$\n\\begin{array} { r } { \\mathbb { P } \\left( \\mathbf { C B } > 0 \\right) \\dot { \\leq } \\exp \\left( - 0 . 4 N \\alpha ^ { 1 / 4 } \\right) . } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 377, + 540, + 619, + 568 + ], + "page_idx": 28 + }, + { + "type": "text", + "text": "13 LOWER BOUNDING THE ANGULAR VOLUME OF GLOBAL MINIMA: PROOF OF LEMMAS USED IN SECTION 10 ", + "text_level": 1, + "bbox": [ + 173, + 608, + 821, + 642 + ], + "page_idx": 28 + }, + { + "type": "text", + "text": "13.1 ANGLES BETWEEN RANDOM GAUSSIAN VECTORS", + "text_level": 1, + "bbox": [ + 173, + 656, + 570, + 671 + ], + "page_idx": 28 + }, + { + "type": "text", + "text": "To prove the results in the next appendix sections, we will rely on the following basic Lemma. ", + "bbox": [ + 169, + 681, + 789, + 698 + ], + "page_idx": 28 + }, + { + "type": "text", + "text": "Lemma 39. For any vector y and $\\mathbf { x } \\sim \\mathcal { N } \\left( 0 , \\mathbf { I } _ { d _ { 0 } } \\right)$ , we have ", + "bbox": [ + 174, + 700, + 562, + 717 + ], + "page_idx": 28 + }, + { + "type": "equation", + "img_path": "images/fa42f9918e706f749d456c684981ab6c710b282b72ef98328705a2dbab9e7753.jpg", + "text": "$$\n\\mathbb { P } \\left( \\left| \\frac { \\mathbf { x } ^ { \\top } \\mathbf { y } } { \\left\\| \\mathbf { x } \\right\\| \\left\\| \\mathbf { y } \\right\\| } \\right| > \\cos \\left( \\epsilon \\right) \\right) \\geq \\frac { 2 \\sin \\left( \\epsilon \\right) ^ { d _ { 0 } - 1 } } { \\left( d _ { 0 } - 1 \\right) B \\left( \\frac { 1 } { 2 } , \\frac { d _ { 0 } - 1 } { 2 } \\right) }\n$$", + "text_format": "latex", + "bbox": [ + 326, + 722, + 671, + 762 + ], + "page_idx": 28 + }, + { + "type": "equation", + "img_path": "images/3a77ddb5663511a0017617697064e848face4733888d795d7da832e0b5771c7e.jpg", + "text": "$$\n\\mathbb { P } \\left( \\left| \\frac { \\mathbf { x } ^ { \\top } \\mathbf { y } } { \\left\\| \\mathbf { x } \\right\\| \\left\\| \\mathbf { y } \\right\\| } \\right| < u \\right) \\leq \\frac { 2 u } { B \\left( \\frac { 1 } { 2 } , \\frac { d _ { 0 } - 1 } { 2 } \\right) } ,\n$$", + "text_format": "latex", + "bbox": [ + 370, + 775, + 625, + 814 + ], + "page_idx": 28 + }, + { + "type": "text", + "text": "where we recall that $B \\left( x , y \\right)$ is the beta function. ", + "bbox": [ + 173, + 819, + 500, + 835 + ], + "page_idx": 28 + }, + { + "type": "text", + "text": "Proof. Since $\\mathcal { N } ( 0 , \\mathbf { I } _ { d _ { 0 } } )$ is spherically symmetric, we can set $\\mathbf { y } = \\left[ 1 , 0 \\ldots , 0 \\right] ^ { \\top }$ , without loss of generality. Therefore, ", + "bbox": [ + 173, + 851, + 826, + 882 + ], + "page_idx": 28 + }, + { + "type": "equation", + "img_path": "images/64282d6dabc67496b878a59318c54049889bb14ef87d747dd604972e9df39a48.jpg", + "text": "$$\n\\left| { \\frac { \\mathbf { x } ^ { \\top } \\mathbf { y } } { \\left\\| \\mathbf { x } \\right\\| \\left\\| \\mathbf { y } \\right\\| } } \\right| ^ { 2 } = { \\frac { x _ { 1 } ^ { 2 } } { x _ { 1 } ^ { 2 } + \\sum _ { i = 2 } ^ { d _ { 0 } } x _ { i } ^ { 2 } } } \\sim { \\mathcal { B } } \\left( { \\frac { 1 } { 2 } } , { \\frac { d _ { 0 } - 1 } { 2 } } \\right) ,\n$$", + "text_format": "latex", + "bbox": [ + 328, + 887, + 666, + 929 + ], + "page_idx": 28 + }, + { + "type": "text", + "text": "the Beta distribution, since $x _ { 1 } ^ { 2 } \\sim \\chi ^ { 2 } ( 1 )$ and ${ \\textstyle \\sum _ { i = 2 } ^ { d _ { 0 } } x _ { i } ^ { 2 } \\sim \\chi ^ { 2 } \\left( d _ { 0 } - 1 \\right) }$ are independent chi-square random variables. ", + "bbox": [ + 173, + 101, + 823, + 133 + ], + "page_idx": 29 + }, + { + "type": "text", + "text": "Suppose $Z \\sim B \\left( \\alpha , \\beta \\right)$ , $\\alpha \\in ( 0 , 1 )$ , and $\\beta > 1$ ", + "bbox": [ + 174, + 138, + 480, + 155 + ], + "page_idx": 29 + }, + { + "type": "equation", + "img_path": "images/d06592edc9440c6ba590cbc749012fc3a053f4fa597de77e312fdb3d3bbed508.jpg", + "text": "$$\n\\mathbb { P } \\left( Z > u \\right) = \\frac { \\int _ { u } ^ { 1 } x ^ { \\alpha - 1 } \\left( 1 - x \\right) ^ { \\beta - 1 } d x } { B \\left( \\alpha , \\beta \\right) } \\geq \\frac { \\int _ { u } ^ { 1 } 1 ^ { \\alpha - 1 } \\left( 1 - x \\right) ^ { \\beta - 1 } d x } { B \\left( \\alpha , \\beta \\right) } = \\frac { \\int _ { 0 } ^ { 1 - u } x ^ { \\beta - 1 } d x } { B \\left( \\alpha , \\beta \\right) } = \\frac { \\left( 1 - u \\right) ^ { \\beta } } { \\beta B \\left( \\alpha , \\beta \\right) } .\n$$", + "text_format": "latex", + "bbox": [ + 181, + 159, + 820, + 198 + ], + "page_idx": 29 + }, + { + "type": "text", + "text": "Therefore, for $\\epsilon > 0$ , ", + "bbox": [ + 173, + 202, + 313, + 217 + ], + "page_idx": 29 + }, + { + "type": "equation", + "img_path": "images/20496d6d65b4764c5c1c6d5bec084da0f2f7db53e73b010b9280277409c481b1.jpg", + "text": "$$\n\\mathbb { P } \\left( \\left| \\frac { \\mathbf { x } ^ { \\mathsf { T } } \\mathbf { y } } { \\left\\| \\mathbf { x } \\right\\| \\left\\| \\mathbf { y } \\right\\| } \\right| ^ { 2 } > \\cos ^ { 2 } \\left( \\epsilon \\right) \\right) \\geq \\frac { 2 \\left( 1 - \\cos ^ { 2 } \\left( \\epsilon \\right) \\right) ^ { \\frac { d _ { 0 } - 1 } { 2 } } } { \\left( d _ { 0 } - 1 \\right) B \\left( \\frac { 1 } { 2 } , \\frac { d _ { 0 } - 1 } { 2 } \\right) } = \\frac { 2 \\sin \\left( \\epsilon \\right) ^ { d _ { 0 } - 1 } } { \\left( d _ { 0 } - 1 \\right) B \\left( \\frac { 1 } { 2 } , \\frac { d _ { 0 } - 1 } { 2 } \\right) } ,\n$$", + "text_format": "latex", + "bbox": [ + 230, + 220, + 764, + 267 + ], + "page_idx": 29 + }, + { + "type": "text", + "text": "which proves eq. (13.1). ", + "bbox": [ + 173, + 272, + 334, + 286 + ], + "page_idx": 29 + }, + { + "type": "text", + "text": "Similarly, for $\\alpha \\in ( 0 , 1 )$ and $\\beta > 1$ ", + "bbox": [ + 174, + 292, + 406, + 308 + ], + "page_idx": 29 + }, + { + "type": "equation", + "img_path": "images/75e2fbaa029bdf83f8ed686cb88965f0aea91e71632a33ca1bed79b49d38d636.jpg", + "text": "$$\n\\mathbb { P } \\left( Z < u \\right) = \\frac { \\int _ { 0 } ^ { u } x ^ { \\alpha - 1 } \\left( 1 - x \\right) ^ { \\beta - 1 } d x } { B \\left( \\alpha , \\beta \\right) } \\leq \\frac { \\int _ { 0 } ^ { u } x ^ { \\alpha - 1 } 1 ^ { \\beta - 1 } d x } { B \\left( \\alpha , \\beta \\right) } = \\frac { u ^ { \\alpha } } { \\alpha B \\left( \\alpha , \\beta \\right) } .\n$$", + "text_format": "latex", + "bbox": [ + 253, + 314, + 743, + 352 + ], + "page_idx": 29 + }, + { + "type": "text", + "text": "Therefore, for $\\epsilon > 0$ ", + "bbox": [ + 173, + 356, + 312, + 371 + ], + "page_idx": 29 + }, + { + "type": "equation", + "img_path": "images/5a8694a2a3c464cde6edf409c99fed078880ca3c851011d3fbc1927b83339f9c.jpg", + "text": "$$\n\\mathbb { P } \\left( \\left| \\frac { \\mathbf { x } ^ { \\top } \\mathbf { y } } { \\left\\| \\mathbf { x } \\right\\| \\left\\| \\mathbf { y } \\right\\| } \\right| ^ { 2 } < u ^ { 2 } \\right) \\leq \\frac { 2 u } { B \\left( \\frac { 1 } { 2 } , \\frac { d _ { 0 } - 1 } { 2 } \\right) } ,\n$$", + "text_format": "latex", + "bbox": [ + 361, + 367, + 633, + 410 + ], + "page_idx": 29 + }, + { + "type": "text", + "text": "which proves eq. (13.2). ", + "bbox": [ + 174, + 410, + 334, + 426 + ], + "page_idx": 29 + }, + { + "type": "text", + "text": "13.2 PROOF OF LEMMA 21: ", + "text_level": 1, + "bbox": [ + 176, + 441, + 380, + 457 + ], + "page_idx": 29 + }, + { + "type": "text", + "text": "Given three matrices: datapoints, $\\begin{array} { r c l c l } { \\mathbf { X } } & { = } & { \\left[ \\mathbf { x } ^ { ( 1 ) } , \\ldots , \\mathbf { x } ^ { ( N ) } \\right] } & { \\in } & { \\mathbb { R } ^ { d _ { 0 } \\times N } } \\end{array}$ , weights $\\begin{array} { r l } { \\mathbf { W } } & { { } = } \\end{array}$ $\\left[ { \\bf w } _ { 1 } ^ { \\top } , \\ldots , { \\bf w } _ { d _ { 1 } } ^ { \\top } \\right] ^ { \\top } \\ \\in \\ \\mathbb { R } ^ { d _ { 1 } \\times d _ { 0 } }$ , and target weights $\\mathbf W ^ { * } ~ = ~ \\left[ \\mathbf w _ { 1 } ^ { * \\top } , \\ldots , \\mathbf w _ { d _ { 1 } ^ { * } } ^ { * \\top } \\right] ^ { \\top } ~ \\in ~ \\mathbb { R } ^ { d _ { 1 } ^ { * } \\times d _ { 0 } }$ , with $d _ { 1 } ^ { * } \\leq d _ { 1 }$ ,we recall the following definitions: ", + "bbox": [ + 173, + 465, + 826, + 525 + ], + "page_idx": 29 + }, + { + "type": "equation", + "img_path": "images/86ff27d291dd647a82a9fd6936fdc712e5655c3a789fad525b8a068390284dcc.jpg", + "text": "$$\n\\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\triangleq \\left\\{ \\mathbf { X } \\in \\mathbb { R } ^ { d _ { 0 } \\times N } | \\forall i , n : \\left| \\frac { \\mathbf { x } ^ { ( n ) \\top } \\mathbf { w } _ { i } ^ { * } } { \\left\\| \\mathbf { x } ^ { ( n ) } \\right\\| \\left\\| \\mathbf { w } _ { i } ^ { * } \\right\\| } \\right| > \\mathrm { s i n } \\alpha \\right\\}\n$$", + "text_format": "latex", + "bbox": [ + 294, + 540, + 702, + 583 + ], + "page_idx": 29 + }, + { + "type": "text", + "text": "and ", + "bbox": [ + 173, + 585, + 202, + 598 + ], + "page_idx": 29 + }, + { + "type": "equation", + "img_path": "images/c2df6c638b0f87029d4c5fbbbbee6d66561c05765861aa28872135ff68aac91e.jpg", + "text": "$$\n\\begin{array} { r } { \\tilde { \\mathcal { G } } \\left( \\mathbf { X } , \\mathbf { W } ^ { * } \\right) \\triangleq \\left\\{ \\mathbf { W } \\in \\mathbb { R } ^ { d _ { 1 } \\times d _ { 0 } } | \\forall i \\le d _ { 1 } ^ { * } : \\ \\mathrm { s i g n } \\left( \\mathbf { w } _ { i } ^ { \\top } \\mathbf { X } \\right) = \\mathrm { s i g n } \\left( \\mathbf { w } _ { i } ^ { * } { } ^ { \\top } \\mathbf { X } \\right) \\right\\} . } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 253, + 616, + 745, + 636 + ], + "page_idx": 29 + }, + { + "type": "text", + "text": "Using these definitions, in this section we prove the following Lemma. ", + "bbox": [ + 173, + 637, + 638, + 652 + ], + "page_idx": 29 + }, + { + "type": "text", + "text": "Lemma 40. (Lemma 21 restated). For any $\\alpha$ , if $\\mathbf { W } ^ { * }$ is independent from W then, in the limit $N \\to \\infty$ , $\\forall \\mathbf { X } \\in \\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right)$ with $\\log \\sin \\alpha { \\dot { > } } { \\dot { d } _ { 0 } } ^ { - 1 } \\log { d _ { 0 } }$ ", + "bbox": [ + 173, + 655, + 823, + 685 + ], + "page_idx": 29 + }, + { + "type": "equation", + "img_path": "images/7d30cfb94c68e8b4db2b7cc08b8fb46c3d19ca0c3651149c9f8564d792c7a8c2.jpg", + "text": "$$\n\\begin{array} { r } { \\mathbb { P } _ { \\mathbf { W } \\sim \\mathcal { N } } \\left( \\mathbf { W } \\in \\tilde { \\mathcal { G } } \\left( \\mathbf { X } , \\mathbf { W } ^ { * } \\right) \\right) \\dot { \\geq } \\exp \\left( d _ { 0 } d _ { 1 } ^ { * } \\log \\sin \\alpha \\right) . } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 325, + 690, + 671, + 717 + ], + "page_idx": 29 + }, + { + "type": "text", + "text": "Proof. To lower bound $\\mathbb { P } _ { \\mathbf { W } \\sim \\mathcal { N } } \\left( \\mathbf { W } \\in \\tilde { \\mathcal { G } } \\left( \\mathbf { X } , \\mathbf { W } ^ { * } \\right) \\right) \\forall \\mathbf { X } \\in \\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right)$ , we define the event that all weight hyperplanes (with normals $\\mathbf { w } _ { i }$ ) have an angle of at least $\\alpha$ from the corresponding target hyperplanes (with normals $\\mathbf { w } _ { i } ^ { * }$ ). ", + "bbox": [ + 173, + 731, + 825, + 784 + ], + "page_idx": 29 + }, + { + "type": "equation", + "img_path": "images/0eb1d3f2b46033b5524c009f51e1591b0ad4831fbbba3fa78b51c5ba9ff22647.jpg", + "text": "$$\n\\begin{array} { r } { \\tilde { \\mathcal { G } } _ { i } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) = \\left\\{ \\mathbf { W } \\in \\mathbb { R } ^ { d _ { 1 } \\times d _ { 0 } } \\big | \\left| \\frac { \\mathbf { W } _ { i } ^ { \\top } \\mathbf { w } _ { i } ^ { * } } { \\left\\| \\mathbf { w } _ { i } \\right\\| \\left\\| \\mathbf { w } _ { i } ^ { * } \\right\\| } \\right| < \\cos \\left( \\alpha \\right) \\right\\} . } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 308, + 789, + 687, + 825 + ], + "page_idx": 29 + }, + { + "type": "text", + "text": "In order that $\\mathrm { s i g n } \\left( \\mathbf { w } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right) \\neq \\mathrm { s i g n } \\left( \\mathbf { w } _ { 1 } ^ { \\ast \\top } \\mathbf { x } ^ { ( n ) } \\right)$ , $\\mathbf { w } _ { i }$ must be rotated in respect to $\\mathbf { w } _ { i } ^ { * }$ by an angle greater then the angular margin $\\alpha$ , which is the minimal the angle between $\\mathbf { x } ^ { ( n ) }$ and the solution hyperplanes (with normals $\\mathbf { w } _ { i } ^ { * }$ ). Therefore, we have that, given $\\mathbf { X } \\in \\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right)$ , ", + "bbox": [ + 173, + 829, + 825, + 877 + ], + "page_idx": 29 + }, + { + "type": "equation", + "img_path": "images/501f94c985d7910b8e133970d075709aae0442c05b8ac0edb2aff54e130851d1.jpg", + "text": "$$\n\\forall \\alpha : \\bigcap _ { i = 1 } ^ { d _ { 1 } ^ { * } } \\tilde { \\mathcal { G } } _ { i } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\subset \\tilde { \\mathcal { G } } \\left( \\mathbf { X } , \\mathbf { W } ^ { * } \\right) .\n$$", + "text_format": "latex", + "bbox": [ + 380, + 882, + 614, + 928 + ], + "page_idx": 29 + }, + { + "type": "text", + "text": "And so, $\\forall \\mathbf { X } \\in \\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right)$ : ", + "bbox": [ + 174, + 102, + 352, + 118 + ], + "page_idx": 30 + }, + { + "type": "equation", + "img_path": "images/05bd1c472319bf537d033f55fdc94fa7a901bf13a0cec6a2464976079636f8f1.jpg", + "text": "$$\n\\begin{array} { r l } & { \\mathbb { P } _ { \\mathbf { W } \\sim \\mathcal { N } } \\left( \\mathbf { W } \\in \\tilde { \\mathcal { G } } \\left( \\mathbf { X } , \\mathbf { W } ^ { * } \\right) \\right) \\overset { ( 1 ) } { \\geq } \\mathbb { P } _ { \\mathbf { W } \\sim \\mathcal { N } } \\left( \\mathbf { W } \\in \\displaystyle \\bigcap _ { i = 1 } ^ { d _ { 1 } ^ { * } } \\tilde { \\mathcal { G } } _ { i } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) } \\\\ & { \\overset { ( 2 ) } { = } \\displaystyle \\prod _ { i = 1 } ^ { d _ { 1 } ^ { * } } \\mathbb { P } _ { \\mathbf { W } \\sim \\mathcal { N } } \\left( \\mathbf { W } \\in \\tilde { \\mathcal { G } } _ { i } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) \\overset { ( 3 ) } { \\geq } \\left[ \\frac { 2 \\sin \\left( \\alpha \\right) ^ { d _ { 0 } - 1 } } { \\left( d _ { 0 } - 1 \\right) B \\left( \\frac { 1 } { 2 } , \\frac { d _ { 0 } - 1 } { 2 } \\right) } \\right] ^ { d _ { 1 } ^ { * } } , } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 285, + 126, + 740, + 224 + ], + "page_idx": 30 + }, + { + "type": "text", + "text": "where in (1) we used eq. (13.5), in (2) we used the independence of $\\{ { \\bf w } _ { i } \\} _ { i = 1 } ^ { d _ { 1 } ^ { * } }$ and in (3) we used eq. (13.1) from Lemma 39. Lastly, to simplify this equation we use the asymptotic expansion of the beta function $B \\left( { \\textstyle \\frac { 1 } { 2 } } , x \\right) = { \\sqrt { \\pi / x } } + O \\left( x ^ { - 3 / 2 } \\right)$ for large $x$ : ", + "bbox": [ + 174, + 232, + 825, + 280 + ], + "page_idx": 30 + }, + { + "type": "equation", + "img_path": "images/ddcbd3ee9ecae6f0edcd1cd3a6bb3d07c8c96725d5d383c6e4ca63bdb1cf72df.jpg", + "text": "$$\n\\begin{array} { r } { \\log \\mathbb { P } _ { \\mathbf { W } \\sim \\mathcal { N } } \\left( \\mathbf { W } \\in \\tilde { \\mathcal { G } } \\left( \\mathbf { X } , \\mathbf { W } ^ { * } \\right) \\right) \\geq d _ { 0 } d _ { 1 } ^ { * } \\log \\sin \\alpha + O \\left( d _ { 1 } ^ { * } \\log d _ { 0 } \\right) . } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 276, + 286, + 720, + 314 + ], + "page_idx": 30 + }, + { + "type": "text", + "text": "We obtain the Lemma in the limit $N \\to \\infty$ when $\\log \\sin \\alpha { \\dot { > } } d _ { 0 } ^ { - 1 } \\log d _ { 0 }$ . ", + "bbox": [ + 174, + 321, + 642, + 339 + ], + "page_idx": 30 + }, + { + "type": "text", + "text": "13.3 PROOF OF LEMMA 22: ", + "text_level": 1, + "bbox": [ + 176, + 354, + 380, + 369 + ], + "page_idx": 30 + }, + { + "type": "text", + "text": "Lemma 41. (Lemma 22 restated). Let $\\mathbf { W } ^ { * } = \\left[ \\mathbf { w } _ { 1 } ^ { \\top } , \\ldots , \\mathbf { w } _ { d _ { 1 } ^ { * } } ^ { \\top } \\right] ^ { \\top } \\in \\mathbb { R } ^ { d _ { 1 } ^ { * } \\times d _ { 0 } }$ a fixed matrix independent of $\\mathbf { X }$ . Then, in the limit $N \\infty$ with $d _ { 1 } ^ { * } { \\dot { \\leq } } d _ { 0 } { \\dot { \\leq } } N _ { \\mathrm { ~ } }$ , the probability of not having an angular margin $\\sin \\alpha = 1 / \\left( d _ { 1 } ^ { * } d _ { 0 } N \\right)$ (eq. (13.3)) is upper bounded by ", + "bbox": [ + 173, + 378, + 826, + 436 + ], + "page_idx": 30 + }, + { + "type": "equation", + "img_path": "images/ce627acc7cb618f45f7c25e679dc79964d455d7f1ec26ec0b22ea5b8a6e17d35.jpg", + "text": "$$\n\\mathbb { P } \\left( \\mathbf { X } \\notin \\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) \\dot { \\leq } \\sqrt { \\frac { 2 } { \\pi } } d _ { 0 } ^ { - 1 / 2 }\n$$", + "text_format": "latex", + "bbox": [ + 388, + 444, + 607, + 478 + ], + "page_idx": 30 + }, + { + "type": "text", + "text": "Proof. We define ", + "bbox": [ + 173, + 493, + 290, + 508 + ], + "page_idx": 30 + }, + { + "type": "equation", + "img_path": "images/b4b3b1e2187066ea7a7e0b408ffdccfc5a6ed26dcc5480cff6b86dcf5ce352ad.jpg", + "text": "$$\n\\mathcal M _ { n , i } ^ { \\alpha } ( \\mathbf W ^ { * } ) \\triangleq \\{ \\mathbf X \\in \\mathbb R ^ { d _ { 0 } \\times N } | | \\frac { \\mathbf x ^ { ( n ) \\top } \\mathbf w _ { i } ^ { * } } { \\| \\mathbf x ^ { ( n ) } \\| \\| \\mathbf w _ { i } ^ { * } \\| } | > \\sin ( \\alpha ) \\} ,\n$$", + "text_format": "latex", + "bbox": [ + 299, + 515, + 697, + 558 + ], + "page_idx": 30 + }, + { + "type": "text", + "text": "and $\\begin{array} { r } { \\mathcal { M } _ { n } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\triangleq \\bigcap _ { i = 1 } ^ { d _ { 1 } ^ { * } } \\mathcal { M } _ { n , i } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) } \\end{array}$ . Since $\\begin{array} { r } { \\mathcal { M } \\left( \\mathbf { W } ^ { * } \\right) = \\bigcap _ { n = 1 } ^ { N } \\mathcal { M } _ { n } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) } \\end{array}$ , we have ", + "bbox": [ + 173, + 565, + 723, + 587 + ], + "page_idx": 30 + }, + { + "type": "equation", + "img_path": "images/a95c3628c61d64327a15beb88d00affb7ef970a02e5e923e78cce885f719853f.jpg", + "text": "$$\n\\begin{array} { r l } & { \\displaystyle \\mathbb { P } \\left( \\mathbf { X } \\in \\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) \\stackrel { ( 1 ) } { = } \\prod _ { n = 1 } ^ { N } \\mathbb { P } \\left( \\mathbf { X } \\in \\mathcal { M } _ { n } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) = \\prod _ { n = 1 } ^ { N } \\left[ 1 - \\mathbb { P } \\left( \\mathbf { X } \\notin \\mathcal { M } _ { n } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) \\right] } \\\\ & { \\displaystyle \\overset { ( 2 ) } { \\geq } \\prod _ { n = 1 } ^ { N } \\left[ 1 - \\sum _ { i = 1 } ^ { d _ { 1 } ^ { * } } \\mathbb { P } \\left( \\mathbf { X } \\notin \\mathcal { M } _ { n , i } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) \\right] \\stackrel { ( 3 ) } { \\geq } \\left[ 1 - d _ { 1 } ^ { * } \\frac { 2 \\sin \\left( \\alpha \\right) } { B \\left( \\frac { 1 } { 2 } , \\frac { d _ { 0 } - 1 } { 2 } \\right) } \\right] ^ { N } , } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 196, + 593, + 799, + 689 + ], + "page_idx": 30 + }, + { + "type": "text", + "text": "where in (1) we used the independence of \bx(n)\tNn= , in (2) we use the union bound, and in (3) we use eq. (13.2) from Lemma 39. Taking the log and we using the asymptotic expansion of the beta function $B \\left( { \\textstyle \\frac { 1 } { 2 } } , x \\right) = { \\sqrt { \\pi / x } } + O \\left( x ^ { - 3 / 2 } \\right)$ for large $x$ , we get ", + "bbox": [ + 174, + 694, + 825, + 744 + ], + "page_idx": 30 + }, + { + "type": "equation", + "img_path": "images/c57dcc64b5df4df02b49cddb13a272ddc1a9c7ec5fe73de5f7b50aeb52d23dcb.jpg", + "text": "$$\n\\begin{array} { r l } & { \\log \\mathbb { P } \\left( \\mathbf { X } \\in \\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) \\geq N \\log \\left[ 1 - \\sqrt { \\frac { 2 } { \\pi } d _ { 0 } } d _ { 1 } ^ { * } \\sin \\alpha + O \\left( d _ { 1 } ^ { * } d _ { 0 } ^ { - 1 / 2 } \\sin \\alpha \\right) \\right] } \\\\ & { \\qquad = - \\sqrt { \\frac { 2 } { \\pi } } d _ { 0 } ^ { - 1 / 2 } + O \\left( d _ { 0 } ^ { - 3 / 2 } / N + d _ { 0 } ^ { - 1 } N ^ { - 2 } \\right) , } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 240, + 751, + 754, + 832 + ], + "page_idx": 30 + }, + { + "type": "text", + "text": "where in the last line we recalled $\\sin \\alpha = 1 / N$ . Recalling that $d _ { 1 } ^ { * } { \\dot { \\le } } d _ { 0 } { \\dot { \\le } } N$ , we find ", + "bbox": [ + 173, + 837, + 718, + 854 + ], + "page_idx": 30 + }, + { + "type": "equation", + "img_path": "images/617122fe9337cd88a938e13238bae4a6eb639f9d238c839bf08a758137bf8de3.jpg", + "text": "$$\n\\mathbb { P } \\left( \\mathbf { X } \\notin \\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) \\dot { \\geq } 1 - \\exp \\left( - \\sqrt { \\frac { 2 } { \\pi } } d _ { 0 } ^ { - 1 / 2 } \\right) \\geq \\sqrt { \\frac { 2 } { \\pi } } d _ { 0 } ^ { - 1 / 2 }\n$$", + "text_format": "latex", + "bbox": [ + 295, + 861, + 700, + 904 + ], + "page_idx": 30 + }, + { + "type": "text", + "text": "13.4 PROOF OF LEMMA 23: ", + "text_level": 1, + "bbox": [ + 176, + 103, + 379, + 118 + ], + "page_idx": 31 + }, + { + "type": "text", + "text": "Lemma 42. (Lemma 23 restated). Let $\\mathbf { X } \\in \\mathbb { R } ^ { d _ { 0 } \\times N }$ be a standard random Gaussian matrix of datapoints. Then we can find, with probability $^ { l }$ , $( \\mathbf { X } , \\mathbf { y } )$ -dependent matrices $\\mathbf { W } ^ { * }$ and $\\mathbf { z } ^ { \\ast }$ as in Theorem 8 (where $d _ { 1 } ^ { * } \\triangleq 4 \\lceil N / \\left( 2 d _ { 0 } - 2 \\right) \\rceil ,$ ). Moreover, in the limit $N \\to \\infty$ , where $N / d _ { 0 } { \\dot { \\le } } d _ { 0 } { \\dot { \\le } } N$ , for any y, we can bound the probability of not having an angular margin (eq. (13.3)) with $\\sin \\alpha =$ $1 / \\left( d _ { 1 } ^ { * } d _ { 0 } N \\right)$ by ", + "bbox": [ + 171, + 127, + 826, + 202 + ], + "page_idx": 31 + }, + { + "type": "equation", + "img_path": "images/8c1c1d6ab39ccbf0f1bc0c12b5fce8e37c5e5c850185b00e41b95515e72261b7.jpg", + "text": "$$\n\\mathbb { P } \\left( \\mathbf { X } \\notin \\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) \\dot { \\leq } \\sqrt { \\frac { 8 } { \\pi } } d _ { 0 } ^ { - 1 / 2 } + \\frac { 2 d _ { 0 } ^ { 1 / 2 } \\sqrt { \\log d _ { 0 } } } { N }\n$$", + "text_format": "latex", + "bbox": [ + 333, + 203, + 665, + 239 + ], + "page_idx": 31 + }, + { + "type": "text", + "text": "Proof. In this proof we heavily rely on the notation and results from the proof of in appendix section 9. Without loss of generality we assume $S _ { 1 } ^ { + } = [ d _ { 0 } - 1 ]$ . Unfortunately, we can’t use Lemma $4 1 -$ this proof is significantly more complicated since the constructed solution $\\mathbf { W } ^ { * }$ depends on $\\mathbf { X }$ (we keep this dependence implicit, for brevity). Similarly to the proof of Lemma 41, we define, ", + "bbox": [ + 173, + 251, + 828, + 308 + ], + "page_idx": 31 + }, + { + "type": "equation", + "img_path": "images/b2bf5350db9f0790fefdcb282b55831a2d3290dccabd08afd033eecad5e46087.jpg", + "text": "$$\n\\mathcal { M } _ { i , n } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\triangleq \\left\\{ \\mathbf { X } \\in \\mathbb { R } ^ { d _ { 0 } \\times N } | \\left| \\frac { \\mathbf { x } ^ { ( n ) \\top } \\mathbf { w } _ { i } ^ { * } } { \\left\\| \\mathbf { x } ^ { ( n ) } \\right\\| \\left\\| \\mathbf { w } _ { i } ^ { * } \\right\\| } \\right| > \\sin \\left( \\alpha \\right) \\right\\}\n$$", + "text_format": "latex", + "bbox": [ + 303, + 309, + 694, + 351 + ], + "page_idx": 31 + }, + { + "type": "text", + "text": "and $\\begin{array} { r } { \\mathcal { M } _ { i } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\triangleq \\bigcap _ { n = 1 } ^ { N } \\mathcal { M } _ { i , n } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) , \\operatorname { s o } \\mathcal { M } \\left( \\mathbf { W } ^ { * } \\right) = \\bigcap _ { i = 1 } ^ { d _ { 1 } ^ { * } } \\mathcal { M } _ { i } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) . \\operatorname { W e } } \\end{array}$ have ", + "bbox": [ + 176, + 353, + 704, + 373 + ], + "page_idx": 31 + }, + { + "type": "equation", + "img_path": "images/d4e572688c4f9aea0b80e92f29acda5e5ab599bcc03bd64644cd654d071d4346.jpg", + "text": "$$\n\\mathbb { P } \\left( \\mathbf { X } \\in \\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) = 1 - \\mathbb { P } \\left( \\mathbf { X } \\not \\in \\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) \\overset { ( 1 ) } { \\geq } 1 - \\sum _ { i = 1 } ^ { d _ { 1 } } \\mathbb { P } \\left( \\mathbf { X } \\not \\in \\mathcal { M } _ { i } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right)\n$$", + "text_format": "latex", + "bbox": [ + 184, + 376, + 712, + 416 + ], + "page_idx": 31 + }, + { + "type": "text", + "text": "nd in (2) we used the fact that, from symmetr. Next, we examine the minimal angular margin in $\\forall i :$ $\\mathbb { P } \\left( \\mathbf { X } \\notin \\mathcal { M } _ { i } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) = \\mathbb { P } \\left( \\mathbf { X } \\notin \\mathcal { M } _ { 1 } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right)$ $\\mathcal { M } _ { 1 , n } ^ { \\alpha }$ separately for $\\forall n < d _ { 0 }$ and $\\forall n \\geq d _ { 0 }$ . Recalling the construction of in appendix section 9, we have, for $\\forall n < d _ { 0 }$ : ", + "bbox": [ + 176, + 443, + 825, + 500 + ], + "page_idx": 31 + }, + { + "type": "equation", + "img_path": "images/3881bc59d5a86d1d6c7d2a758c5349ba56cd50dfd0d5e0cf7288e5a1abb2eb19.jpg", + "text": "$$\n\\operatorname* { m i n } _ { i , n < d _ { 0 } } \\left. \\frac { \\mathbf { x } ^ { ( n ) \\top } \\mathbf { w } _ { i } ^ { * } } { \\left\\| \\mathbf { x } ^ { ( n ) } \\right\\| \\left\\| \\mathbf { w } _ { i } ^ { * } \\right\\| } \\right. = \\operatorname* { m i n } _ { n < d _ { 0 } , \\pm } \\frac { \\left| \\left( \\tilde { \\mathbf { w } } _ { 1 } \\pm \\epsilon _ { 2 } \\hat { \\mathbf { w } } _ { 1 } \\right) ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right| } { \\left\\| \\tilde { \\mathbf { w } } _ { 1 } \\pm \\epsilon _ { 2 } \\hat { \\mathbf { w } } _ { 1 } \\right\\| \\left\\| \\mathbf { x } ^ { ( n ) } \\right\\| }\n$$", + "text_format": "latex", + "bbox": [ + 295, + 500, + 658, + 546 + ], + "page_idx": 31 + }, + { + "type": "equation", + "img_path": "images/5056707ff7a08660998b56004e9f915bf9581f7e51275dca79a75fc13bdea6f5.jpg", + "text": "$$\n\\begin{array} { r } { \\underline { { \\underline { { ( 1 ) } } } } _ { n < d _ { 0 } , \\pm } \\frac { \\epsilon _ { 2 } } { \\left\\| \\tilde { \\mathbf { w } } _ { 1 } \\pm \\epsilon _ { 2 } \\hat { \\mathbf { w } } _ { 1 } \\right\\| \\left\\| \\mathbf { x } ^ { ( n ) } \\right\\| } \\overset { ( 2 ) } { = } \\frac { \\gamma \\epsilon _ { 1 } / \\sqrt { 1 + \\gamma ^ { 2 } \\epsilon _ { 1 } ^ { 2 } } } { \\left\\| \\hat { \\mathbf { w } } _ { 1 } \\right\\| \\operatorname* { m a x } _ { n < d _ { 0 } } \\left\\| \\mathbf { x } ^ { ( n ) } \\right\\| } , } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 295, + 549, + 702, + 587 + ], + "page_idx": 31 + }, + { + "type": "text", + "text": "where in (1) we used $\\forall n < d _ { 0 }$ : $\\mathbf { x } ^ { ( n ) \\top } \\hat { \\mathbf { w } } _ { 1 } = 1$ and $\\mathbf { x } ^ { ( n ) \\top } \\tilde { \\mathbf { w } } _ { 1 } = 0$ , from the construction of $\\tilde { \\mathbf { w } } _ { 1 }$ and $\\hat { \\mathbf { w } } _ { 1 }$ (eqs. (9.2), (9.5), and (9.4)), and in (2) we used the fact that $\\hat { \\mathbf { w } } _ { 1 } ^ { \\top } \\tilde { \\mathbf { w } } _ { 1 } = 0$ from eq. (9.4) together with $\\| \\tilde { \\mathbf { w } } _ { 1 } \\| = \\| \\hat { \\mathbf { w } } _ { 1 } \\|$ from eq. (9.5), and $\\epsilon _ { 2 } = \\gamma \\epsilon _ { 1 }$ from eq. (9.7). ", + "bbox": [ + 174, + 588, + 821, + 632 + ], + "page_idx": 31 + }, + { + "type": "text", + "text": "For $\\forall n \\geq d _ { 0 }$ : ", + "bbox": [ + 173, + 637, + 267, + 652 + ], + "page_idx": 31 + }, + { + "type": "equation", + "img_path": "images/0f39f3d2ed3bfc7abfe649aea372d693f09534d82139ea0d976bec123253dabe.jpg", + "text": "$$\n\\operatorname* { m i n } _ { i , n \\geq d _ { 0 } } \\left. \\frac { \\mathbf { x } ^ { \\left( n \\right) \\top } \\mathbf { w } _ { i } ^ { * } } { \\left. \\mathbf { x } ^ { \\left( n \\right) } \\right. \\left. \\mathbf { w } _ { i } ^ { * } \\right. } \\right. = \\operatorname* { m i n } _ { n \\geq d _ { 0 } , \\pm } \\frac { \\left. \\left( \\tilde { \\mathbf { w } } _ { 1 } \\pm \\epsilon _ { 1 } \\hat { \\mathbf { w } } _ { 1 } \\right) ^ { \\top } \\mathbf { x } ^ { \\left( n \\right) } \\right. } { \\left. \\tilde { \\mathbf { w } } _ { 1 } \\pm \\epsilon _ { 1 } \\hat { \\mathbf { w } } _ { 1 } \\right. \\left. \\mathbf { x } ^ { \\left( n \\right) } \\right. } \\geq \\frac { \\left( 1 - \\gamma \\beta \\right) \\epsilon _ { 1 } } { \\gamma \\beta \\sqrt { 1 + \\epsilon _ { 1 } ^ { 2 } } } \\operatorname* { m i n } _ { n \\geq d _ { 0 } } \\frac { \\left. \\tilde { \\mathbf { w } } _ { 1 } ^ { \\top } \\mathbf { x } ^ { \\left( n \\right) } \\right. } { \\left. \\tilde { \\mathbf { w } } _ { 1 } \\right. \\left. \\mathbf { x } ^ { \\left( n \\right) } \\right. } ,\n$$", + "text_format": "latex", + "bbox": [ + 194, + 652, + 800, + 700 + ], + "page_idx": 31 + }, + { + "type": "text", + "text": "where we used the fact that $\\forall n \\geq d _ { 0 } : \\epsilon _ { 2 } \\left| \\hat { \\mathbf { w } } _ { 1 } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right| \\leq \\gamma \\beta \\left| \\tilde { \\mathbf { w } } _ { 1 } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right|$ , from eq. (9.7), and also that $\\hat { \\mathbf { w } } _ { 1 } ^ { \\top } \\tilde { \\mathbf { w } } _ { 1 } = 0$ from eq. (9.4). ", + "bbox": [ + 173, + 708, + 825, + 742 + ], + "page_idx": 31 + }, + { + "type": "text", + "text": "We substitute eqs. (13.8) and (13.9) into $\\mathbb { P } \\left( \\mathbf { X } \\in \\mathcal { M } _ { 1 } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right)$ : ", + "bbox": [ + 173, + 748, + 578, + 765 + ], + "page_idx": 31 + }, + { + "type": "text", + "text": "$\\mathbb { P } \\left( \\mathbf { X } \\in \\mathcal { M } _ { 1 } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right)$ ", + "bbox": [ + 173, + 765, + 307, + 781 + ], + "page_idx": 31 + }, + { + "type": "equation", + "img_path": "images/5830fba2aab9a37b5537d6a8273f981cb7ccf5a2e0d97b661d3d46a683fe0ad1.jpg", + "text": "$$\n\\begin{array} { r l } & { \\geq \\mathbb { P } \\left( \\frac { \\gamma \\epsilon _ { 1 } / \\sqrt { 1 + \\gamma ^ { 2 } \\epsilon _ { 1 } ^ { 2 } } } { \\left\\| \\hat { \\mathbf { w } } _ { 1 } \\right\\| \\operatorname* { m a x } _ { n < d _ { 0 } } \\left\\| \\mathbf { x } ^ { ( n ) } \\right\\| } > \\sin \\alpha , \\frac { \\left( 1 - \\gamma \\beta \\right) \\epsilon _ { 1 } } { \\gamma \\beta \\sqrt { 1 + \\epsilon _ { 1 } ^ { 2 } } } \\underset { n \\geq d _ { 0 } } { \\operatorname* { m i n } } \\frac { \\left| \\hat { \\mathbf { w } } _ { 1 } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right| } { \\left\\| \\hat { \\mathbf { w } } _ { 1 } \\right\\| \\left\\| \\mathbf { x } ^ { ( n ) } \\right\\| } > \\sin \\alpha \\right) } \\\\ & { \\overset { ( 1 ) } { \\geq } \\mathbb { P } \\left( \\frac { \\gamma \\kappa } { \\left\\| \\hat { \\mathbf { w } } _ { 1 } \\right\\| \\operatorname* { m a x } _ { n < d _ { 0 } } \\left\\| \\mathbf { x } ^ { ( n ) } \\right\\| } > \\sin \\alpha , \\frac { \\left( 1 - \\gamma \\beta \\right) } { \\gamma \\beta } \\kappa \\underset { n \\geq d _ { 0 } } { \\operatorname* { m i n } } \\frac { x _ { 1 } ^ { ( n ) } } { \\left\\| \\mathbf { x } ^ { ( n ) } \\right\\| } > \\sin \\alpha , \\frac { \\epsilon _ { 1 } } { \\sqrt { 1 + \\epsilon _ { 1 } ^ { 2 } } } > \\kappa \\right) } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 171, + 782, + 779, + 869 + ], + "page_idx": 31 + }, + { + "type": "equation", + "img_path": "images/bb3aa970614c86b8023944363b8ac89fbbbf196174560d0e3f4d5474c6393db2.jpg", + "text": "$$\n\\overset { \\mathtt { ( 2 ) } } { \\geq } \\mathbb { P } \\left( \\frac { \\gamma \\kappa } { \\eta \\sin \\alpha } > \\left. \\hat { \\mathbf { w } } _ { 1 } \\right. , \\eta > \\operatorname* { m a x } _ { n < d _ { 0 } } \\left. \\mathbf { x } ^ { ( n ) } \\right. \\right) \\mathbb { P } \\left( \\frac { ( 1 - \\gamma \\beta ) } { \\gamma \\beta } \\kappa \\operatorname* { m i n } _ { n \\geq d _ { 0 } } \\frac { x _ { 1 } ^ { ( n ) } } { \\left. \\mathbf { x } ^ { ( n ) } \\right. } > \\sin \\alpha , \\frac { \\epsilon _ { 1 } } { \\sqrt { 1 + \\epsilon _ { 1 } ^ { 2 } } } > \\kappa \\right) ,\n$$", + "text_format": "latex", + "bbox": [ + 181, + 886, + 833, + 926 + ], + "page_idx": 31 + }, + { + "type": "text", + "text": "where in (1) we rotate the axes so that $\\hat { \\mathbf { w } } _ { 1 } \\propto [ 1 , 0 , 0 \\ldots , 0 ]$ axes $\\tilde { \\mathbf { w } } _ { 1 } \\propto [ 0 , 1 , 0 , 0 \\ldots , 0 ] - \\mathrm { t h i s }$ is possible due to the spherical symmetry of $\\mathbf { x } ^ { ( n ) }$ , and the fact that $\\hat { \\mathbf { w } } _ { 1 }$ and $\\tilde { \\mathbf { w } } _ { 1 }$ are functions of $\\mathbf { x } ^ { ( n ) }$ for $n < d _ { 0 }$ (from eqs. (9.4) and (9.2)), and as such, they are independent from $\\mathbf { x } ^ { ( n ) }$ for $n \\geq d _ { 0 }$ , in (2) we use that fact that $\\left. \\hat { \\mathbf { w } } _ { 1 } \\right.$ and $\\operatorname* { m a x } _ { n < d _ { 0 } } \\left\\| \\mathbf { x } ^ { ( n ) } \\right\\|$ are functions of $\\mathbf { x } ^ { ( n ) }$ for $n < d _ { 0 }$ , and as such, they are independent from $\\mathbf { x } ^ { ( n ) }$ for $n \\geq d _ { 0 }$ . Thus, ", + "bbox": [ + 174, + 102, + 826, + 183 + ], + "page_idx": 32 + }, + { + "type": "equation", + "img_path": "images/0402b0b308e57e9839ca6aeb7277844e949615723079fba9c549efc0929b83be.jpg", + "text": "$$\n\\begin{array} { r l } & { \\mathbb { P } ^ { \\nu } ( \\mathbf { X } \\times M _ { 1 } ^ { \\nu } ( \\mathbf { W } ^ { \\nu } ) ) } \\\\ & { \\geq \\left( 1 - \\mathbb { P } \\left( \\frac { \\mathcal { X } } { \\eta \\sin \\alpha } \\leq \\left. \\mathbf { w } _ { 1 } \\right. \\textnormal { \\texttt { O } } \\eta \\leq \\operatorname* { m a x } \\left. \\mathbf { s } ^ { \\nu } ( \\mathbf { u } ) \\right. \\right) \\right) } \\\\ & { \\cdot \\left( 1 - \\mathbb { P } \\left( \\frac { \\left\\{ 1 - \\eta \\beta \\right\\} } { \\gamma \\beta } \\right) \\operatorname* { m i n } \\frac { x _ { 1 } ^ { \\nu \\alpha } } { x _ { 2 } ^ { \\nu \\alpha } \\left. \\mathbf { s } ^ { \\nu \\alpha } \\right. } \\leq \\sin \\alpha \\alpha \\frac { \\mathbb { E } _ { 1 } } { \\sqrt { 1 + \\epsilon _ { 1 } ^ { \\alpha } } } \\leq \\kappa \\right) \\right) } \\\\ & { \\overset { ( a ) } { \\geq } \\left( 1 - \\mathbb { P } \\left( \\frac { \\mathcal { X } } { \\eta \\sin \\alpha } \\leq \\left. \\mathbf { s } \\right. _ { 1 } \\right) - \\mathbb { P } \\left( \\eta \\leq \\operatorname* { m a x } \\left. \\mathbf { s } ^ { \\nu \\alpha } \\right. \\right) \\right) } \\\\ & { \\cdot \\left( 1 - \\mathbb { P } \\left( \\frac { \\left\\{ 1 - \\eta \\beta \\right\\} } { \\gamma \\beta } \\operatorname* { m i n } \\frac { x _ { 1 } ^ { \\nu \\alpha } } { x _ { 2 } ^ { \\nu \\alpha } \\left. \\mathbf { s } ^ { \\nu \\alpha } \\right. } \\leq \\sin \\alpha \\right) - \\mathbb { E } \\left( \\frac { \\mathcal { X } } { \\sqrt { 1 + \\epsilon _ { 1 } ^ { \\alpha } } } \\leq \\kappa \\right) \\right) } \\\\ & { = \\left( \\mathbb { P } \\left( \\eta > \\frac { \\mathcal { X } } { \\eta \\sin \\alpha } \\left. \\mathbf { s } ^ { \\nu \\alpha } \\right. \\right) - \\mathbb { P } \\left( \\frac { \\mathcal { Y } } { \\eta \\sin \\alpha } \\leq \\left. \\mathbf { s } \\right. \\right) \\right) } \\\\ & \\cdot \\left( \\mathbb { E } \\left( \\frac { \\left\\{ 1 - \\gamma \\beta \\right\\} } { \\gamma \\beta } \\right) \\operatorname* { m i n } \\frac { x _ { 1 } ^ { \\nu \\alpha } } { x _ { 2 } ^ { \\nu \\alpha } \\left. \\mathbf { s } ^ { \\nu \\alpha } \\right. } \\leq \\sin \\alpha \\right) - \\mathbb { P } \\left( \\frac { \\mathcal { Z } } { \\sqrt { 1 + \\epsilon _ { 1 } ^ { \\alpha } } } \\leq \\kappa \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 259, + 189, + 738, + 445 + ], + "page_idx": 32 + }, + { + "type": "text", + "text": "where in (1) we use the union bound on both probability terms. ", + "bbox": [ + 173, + 449, + 589, + 464 + ], + "page_idx": 32 + }, + { + "type": "text", + "text": "All that remains is to calculate each remaining probability term in eq. (13.11). First, we have ", + "bbox": [ + 171, + 469, + 782, + 486 + ], + "page_idx": 32 + }, + { + "type": "equation", + "img_path": "images/53f80c8221ecaa81c7d8e78bb40a6e6c17cf17cb44996a632af8395b2203b250.jpg", + "text": "$$\n\\begin{array} { r l } & { \\mathbb { P } \\left( \\frac { \\epsilon _ { 1 } } { \\sqrt { 1 + \\epsilon _ { 1 } ^ { 2 } } } \\leq \\kappa \\right) = 1 - \\mathbb { P } \\left( \\frac { \\kappa } { \\sqrt { 1 - \\kappa ^ { 2 } } } < \\epsilon _ { 1 } \\right) } \\\\ & { \\stackrel { \\left( 1 \\right) } { = } 1 - \\mathbb { P } \\left( \\underset { n \\geq d _ { 0 } } { \\operatorname* { m i n } } \\left| \\tilde { \\mathbf { w } } _ { i } ^ { \\top } \\mathbf { x } ^ { \\left( n \\right) } \\right| > \\frac { \\kappa } { \\sqrt { 1 - \\kappa ^ { 2 } } } \\frac { 1 } { \\beta } \\right) \\stackrel { \\left( 2 \\right) } { = } 1 - \\mathbb { P } \\left( \\underset { n \\geq d _ { 0 } } { \\operatorname* { m i n } } \\left| \\frac { x _ { 2 } ^ { \\left( n \\right) } } { x _ { 1 } ^ { \\left( n \\right) } } \\right| > \\frac { \\kappa } { \\sqrt { 1 - \\kappa ^ { 2 } } } \\frac { 1 } { \\beta } \\right) } \\\\ & { \\stackrel { \\left( 3 \\right) } { = } 1 - \\left[ \\mathbb { P } \\left( \\left| \\frac { x _ { 2 } ^ { \\left( 1 \\right) } } { x _ { 1 } ^ { \\left( 1 \\right) } } \\right| > \\frac { \\kappa } { \\sqrt { 1 - \\kappa ^ { 2 } } } \\frac { 1 } { \\beta } \\right) \\right] ^ { N - d _ { 0 } - 1 } \\stackrel { \\left( 4 \\right) } { \\leq } 1 - \\left[ 1 - \\frac { 2 } { \\pi } \\arctan \\left( \\frac { \\kappa } { \\sqrt { 1 - \\kappa ^ { 2 } } } \\frac { 1 } { \\beta } \\right) \\right] ^ { N } , } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 204, + 492, + 795, + 625 + ], + "page_idx": 32 + }, + { + "type": "text", + "text": "where in (1) we used eq. (9.7), in (2) we recall that in eq. (13.10) we rotated the axes so that $\\hat { \\mathbf { w } } _ { 1 } \\propto [ 1 , 0 , 0 \\ldots , 0 ]$ axes $\\tilde { \\mathbf { w } } _ { 1 } \\propto [ 0 , 1 , 0 , 0 \\ldots , 0 ]$ , in (3) we used the independence of different $\\mathbf { x } ^ { ( n ) }$ , and in (4) we used the fact that the ratio of two independent Gaussian variables is distributed according to the symmetric Cauchy distribution, which has the cumulative distribution function $\\mathbb { P } \\left( X > \\breve { x } \\right) = \\textstyle \\frac { 1 } { 2 } - \\breve { \\frac { } { \\pi } }$ arctan $( x )$ , and therefore $\\begin{array} { r } { \\mathbb { P } \\left( | X | > x \\right) = 1 - \\frac { 2 } { \\pi } } \\end{array}$ arctan $( x )$ . ", + "bbox": [ + 173, + 645, + 826, + 719 + ], + "page_idx": 32 + }, + { + "type": "text", + "text": "Second, we use eq. (13.2) ", + "bbox": [ + 174, + 723, + 346, + 738 + ], + "page_idx": 32 + }, + { + "type": "equation", + "img_path": "images/5122825d4bee63b55f03956b0fef0b3e608f80c86603b81f633760e076c1000a.jpg", + "text": "$$\n\\mathbb { P } \\left( \\operatorname* { m i n } _ { n \\geq d _ { 0 } } \\frac { x _ { 1 } ^ { ( n ) } } { \\left\\| \\mathbf { x } ^ { ( n ) } \\right\\| } > \\frac { \\gamma \\beta \\sin \\alpha } { \\left( 1 - \\gamma \\beta \\right) \\kappa } \\right) > \\left[ 1 - \\frac { 2 \\gamma \\beta \\sin \\alpha } { \\left( 1 - \\gamma \\beta \\right) \\kappa B \\left( \\frac { 1 } { 2 } , \\frac { d _ { 0 } - 1 } { 2 } \\right) } \\right] ^ { N } .\n$$", + "text_format": "latex", + "bbox": [ + 238, + 755, + 710, + 801 + ], + "page_idx": 32 + }, + { + "type": "text", + "text": "Third, $\\left\\| \\mathbf { x } ^ { ( n ) } \\right\\| ^ { 2 }$ is distributed according to the chi-square distribution of order $d _ { 0 }$ , so for $\\eta ^ { 2 } > d _ { 0 }$ ", + "bbox": [ + 171, + 808, + 802, + 824 + ], + "page_idx": 32 + }, + { + "type": "equation", + "img_path": "images/5168ef1936f5083237cf3d70399358245ae1e25d9de608f64ce7c7fabd05d789.jpg", + "text": "$$\n\\begin{array} { r } { \\mathbb { P } \\left( \\left\\| \\mathbf { x } ^ { ( n ) } \\right\\| ^ { 2 } \\geq \\eta ^ { 2 } \\right) \\leq \\left( \\eta ^ { 2 } \\exp \\left( 1 - \\eta ^ { 2 } / d _ { 0 } \\right) / d _ { 0 } \\right) ^ { d _ { 0 } / 2 } . } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 318, + 832, + 678, + 867 + ], + "page_idx": 32 + }, + { + "type": "text", + "text": "Therefore, ", + "bbox": [ + 173, + 873, + 245, + 887 + ], + "page_idx": 32 + }, + { + "type": "equation", + "img_path": "images/3bf3d3bd0fd926e4c1128b0334680dbc6eb5c6f8ec200c33c01576f2c9c75a17.jpg", + "text": "$$\n\\mathbb { P } \\left( \\operatorname* { m a x } _ { n < d _ { 0 } } \\left\\| \\mathbf { x } ^ { ( n ) } \\right\\| ^ { 2 } < \\eta ^ { 2 } \\right) > \\left[ 1 - \\left( \\eta ^ { 2 } \\exp \\left( 1 - \\eta ^ { 2 } / d _ { 0 } \\right) / d _ { 0 } \\right) ^ { d _ { 0 } / 2 } \\right] ^ { d _ { 0 } - 1 } .\n$$", + "text_format": "latex", + "bbox": [ + 240, + 893, + 710, + 929 + ], + "page_idx": 32 + }, + { + "type": "text", + "text": "Lastly, we bound $\\| \\tilde { \\mathbf { w } } _ { 1 } \\| = \\| \\hat { \\mathbf { w } } _ { 1 } \\|$ (from eq. (9.5)). From eq. (9.4), we have ", + "bbox": [ + 173, + 102, + 661, + 119 + ], + "page_idx": 33 + }, + { + "type": "equation", + "img_path": "images/a8286c1daec6860228ebc724a5faf9f9d0c90cb6b9f266a34e50b65fdbc77fd7.jpg", + "text": "$$\n\\hat { \\mathbf { w } } _ { 1 } ^ { \\top } \\mathbf { X } _ { [ d _ { 0 } - 1 ] } = \\left[ 1 , \\ldots , 1 , 1 \\right] ,\n$$", + "text_format": "latex", + "bbox": [ + 403, + 127, + 593, + 148 + ], + "page_idx": 33 + }, + { + "type": "text", + "text": "where $\\mathbf { X } _ { [ d _ { 0 } - 1 ] }$ has a singular value decomposition ", + "bbox": [ + 171, + 156, + 506, + 172 + ], + "page_idx": 33 + }, + { + "type": "equation", + "img_path": "images/563a0bb850f1f08c9d2d2921d4df61040d0bd77004e33479a9bebef3d382294d.jpg", + "text": "$$\n\\mathbf { X } _ { [ d _ { 0 } - 1 ] } = \\sum _ { i = 1 } ^ { d _ { 0 } } \\sigma _ { i } \\mathbf { u } _ { i } \\mathbf { v } _ { i } ^ { \\top } ,\n$$", + "text_format": "latex", + "bbox": [ + 416, + 183, + 580, + 227 + ], + "page_idx": 33 + }, + { + "type": "text", + "text": "with $\\sigma _ { i }$ being the singular values, and $\\mathbf { u } _ { i }$ and $\\mathbf { v } _ { i }$ being the singular vectors. The singular values are ordered from smallest to largest, and $\\sigma _ { 1 } = 0$ with $\\mathbf { u } _ { 1 } = \\tilde { \\mathbf { w } } _ { 1 }$ , from eq. (9.2). With probability 1, the other $d _ { 0 } - 1$ singular value are non-zero: they are the square roots of the eigenvalues of the random matrix $\\mathbf { \\bar { X } } _ { [ d _ { 0 } - 1 ] } ^ { \\top } \\mathbf { \\bar { X } } _ { [ d _ { 0 } - 1 ] } \\in \\mathbb { R } ^ { d _ { 0 } - 1 \\times d _ { 0 } - 1 }$ . Taking the squared norm of eq. (13.15), we have ", + "bbox": [ + 173, + 236, + 826, + 295 + ], + "page_idx": 33 + }, + { + "type": "equation", + "img_path": "images/7ea05ace27fdc487100b7fc1a50eb48c7ec98bb4302ae5a2fd707cdb34115314.jpg", + "text": "$$\nd _ { 0 } - 1 = \\hat { \\mathbf { w } } _ { 1 } ^ { \\top } \\mathbf { X } _ { [ d _ { 0 } - 1 ] } \\mathbf { X } _ { [ d _ { 0 } - 1 ] } ^ { \\top } \\hat { \\mathbf { w } } _ { 1 } = \\sum _ { i = 1 } ^ { d _ { 0 } } { \\sigma _ { i } ^ { 2 } } \\left( \\mathbf { u } _ { i } ^ { \\top } \\hat { \\mathbf { w } } _ { 1 } \\right) ^ { 2 } \\geq \\sigma _ { 2 } ^ { 2 } \\left. \\hat { \\mathbf { w } } _ { 1 } \\right. ^ { 2 } ,\n$$", + "text_format": "latex", + "bbox": [ + 274, + 305, + 722, + 349 + ], + "page_idx": 33 + }, + { + "type": "text", + "text": "where the last inequality stems from the fact that $\\mathbf { u } _ { 1 } ^ { \\top } \\hat { \\mathbf { w } } _ { 1 } = \\tilde { \\mathbf { w } } _ { 1 } ^ { \\top } \\hat { \\mathbf { w } } _ { 1 } = 0$ (from eq. (9.4)), so the minimal possible value is attained when $\\mathbf { u } _ { 2 } ^ { \\top } \\hat { \\mathbf { w } } _ { 1 } = \\| \\hat { \\mathbf { w } } _ { 1 } \\|$ . The minimal nonzero singular value, $\\sigma _ { 2 }$ , can be bounded using the following result from (Rudelson & Vershynin, 2010, eq. (3.2)) ", + "bbox": [ + 173, + 358, + 826, + 404 + ], + "page_idx": 33 + }, + { + "type": "equation", + "img_path": "images/2f49f2eabf49c014f680f894969c76cc1c09bdde7d99a470dd3c1e018db796f5.jpg", + "text": "$$\n\\begin{array} { r } { \\mathbb { P } \\left( \\underset { { \\mathbf { r } } \\in \\mathbb { R } ^ { d _ { 0 } } } { \\operatorname* { m i n } } \\left. \\mathbf { X } _ { [ d _ { 0 } ] } \\mathbf { r } \\right. \\leq \\eta d _ { 0 } ^ { - 1 / 2 } \\right) \\leq \\eta . } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 375, + 411, + 620, + 446 + ], + "page_idx": 33 + }, + { + "type": "text", + "text": "Since ", + "bbox": [ + 173, + 455, + 214, + 469 + ], + "page_idx": 33 + }, + { + "type": "equation", + "img_path": "images/24ed8789565e1be82b261dd6cbefb172d100528f605cd6334cde6c9718bf2eb9.jpg", + "text": "$$\n\\sigma _ { 2 } = \\operatorname* { m i n } _ { \\mathbf { r } \\in \\mathbb { R } ^ { d _ { 0 } - 1 } } \\left\\| \\mathbf { X } _ { [ d _ { 0 } - 1 ] } \\mathbf { r } \\right\\| \\geq \\operatorname* { m i n } _ { \\mathbf { r } \\in \\mathbb { R } ^ { d _ { 0 } } } \\left\\| \\mathbf { X } _ { [ d _ { 0 } ] } \\mathbf { r } \\right\\|\n$$", + "text_format": "latex", + "bbox": [ + 351, + 492, + 647, + 518 + ], + "page_idx": 33 + }, + { + "type": "text", + "text": "we have, ", + "bbox": [ + 173, + 526, + 233, + 541 + ], + "page_idx": 33 + }, + { + "type": "equation", + "img_path": "images/7ccf5f14f7eabe627e6880bcd8142c70777153042977c1b68213be9c59766fd0.jpg", + "text": "$$\n\\begin{array} { r } { \\mathbb { P } \\left( \\sigma _ { 2 } < \\eta d _ { 0 } ^ { - 1 / 2 } \\right) \\le \\eta . } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 419, + 542, + 578, + 569 + ], + "page_idx": 33 + }, + { + "type": "text", + "text": "Combining this with eq. (13.16) we get ", + "bbox": [ + 173, + 575, + 434, + 592 + ], + "page_idx": 33 + }, + { + "type": "equation", + "img_path": "images/ce4c72e703f6277d2ce79bf2ed1eeed7854138445f13c8d49d913e567a3b8d01.jpg", + "text": "$$\n\\mathbb { P } \\left( \\frac { \\beta \\kappa } { \\eta \\sin \\alpha } < \\| \\mathbf { w } _ { 1 } \\| \\right) \\le \\frac { \\eta d _ { 0 } } { \\beta \\kappa } \\sin \\alpha .\n$$", + "text_format": "latex", + "bbox": [ + 379, + 599, + 619, + 636 + ], + "page_idx": 33 + }, + { + "type": "text", + "text": "Lastly, combining eqs. (13.12), (13.13), (13.14) and (13.17) into eqs. (13.7) and (13.11), we get, for $\\eta ^ { 2 } > d _ { 0 }$ , ", + "bbox": [ + 173, + 643, + 825, + 674 + ], + "page_idx": 33 + }, + { + "type": "equation", + "img_path": "images/3d58370a23a3762338a47d32b9b106be588aa7edfd90ba95b179cc43e140b76f.jpg", + "text": "$$\n\\begin{array} { r l } & { \\mathbb { P } ( \\mathbf { X } \\in \\mathcal { M } ^ { \\alpha } ( \\mathbf { W } ^ { \\star } ) ) } \\\\ & { \\geq 1 - d _ { 1 } ^ { \\ast } ( 1 - ( [ 1 - ( \\eta ^ { 2 } \\exp ( 1 - \\eta ^ { 2 } / d _ { 0 } ) / d _ { 0 } ) ^ { \\hat { d } _ { 0 } / 2 } ] ^ { d _ { 0 } - 1 } - \\frac { \\eta d _ { 0 } } { \\gamma \\kappa } \\sin \\alpha ) } \\\\ & { \\Bigg . \\Bigg . \\Bigg . } \\\\ & { \\quad \\Bigg . \\Bigg . \\Bigg . \\Bigg . \\Bigg . \\Bigg . \\Bigg . \\Bigg . \\Bigg \\Gamma ( 1 - \\frac { 2 \\gamma \\beta \\sin \\alpha } { ( 1 - \\gamma \\beta ) \\kappa B ( \\frac { 1 } { 2 } , \\frac { d _ { 0 } - 1 } { 2 } ) } \\Bigg ] ^ { N } - [ 1 - \\frac { 2 } { \\pi } \\arctan ( \\frac { \\kappa } { \\sqrt { 1 - \\kappa ^ { 2 } } } \\frac { 1 } { \\beta } ) ] ^ { N } \\Bigg ) \\Bigg ) } \\\\ & { \\geq 1 - d _ { 1 } ^ { \\ast } ( 1 - ( [ 1 - ( \\log d _ { 0 } \\exp ( 1 - \\log d _ { 0 } ) ) ^ { d _ { 0 } / 2 } ] ^ { d _ { 0 } - 1 } - \\frac { 2 d _ { 0 } ^ { \\hat { d } _ { 0 } ^ { \\prime } / 2 } \\sqrt { \\log { d _ { 0 } } } } { d _ { 1 } ^ { \\ast } N } ) \\Bigg . } \\\\ & { \\Bigg ( [ 1 - \\sqrt { \\frac { \\kappa } { \\pi } } \\frac { 1 } { d _ { 1 } ^ { \\ast } d _ { 0 } ^ { \\dagger } N } + \\mathcal { O } ( \\frac { 1 } { N d _ { 1 } ^ { \\ast } d _ { 0 } ^ { \\dagger } } ) ] ^ { N } - 0 . 4 5 ^ { N } \\Bigg ) \\Bigg ) ~ , } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 238, + 681, + 759, + 881 + ], + "page_idx": 33 + }, + { + "type": "text", + "text": "where in the last line we take $\\beta = \\gamma = \\kappa = 1 / \\sqrt { 2 }$ , $\\eta = d _ { 0 } ^ { 1 / 2 } \\sqrt { \\log d _ { 0 } }$ , $\\sin \\alpha = 1 / \\left( d _ { 1 } ^ { * } d _ { 0 } N \\right)$ . Using the asymptotic expansion of the beta function $B \\left( { \\textstyle { \\frac { 1 } { 2 } } } , x \\right) = { \\sqrt { \\pi / x } } + O \\left( x ^ { - 3 / 2 } \\right)$ for large $x$ , we obtain, ", + "bbox": [ + 173, + 890, + 825, + 926 + ], + "page_idx": 33 + }, + { + "type": "equation", + "img_path": "images/62a23dd7085777619d5b10ec548d0f306e9a43c43ac2f00b8808073e75117e73.jpg", + "text": "$$\n\\begin{array} { r l } & { \\| \\arcsin \\alpha - \\operatorname* { l i } ( \\theta C \\ln ( \\theta ) ) } \\\\ & { 1 - \\operatorname* { P } ( \\mathbf { X } \\in \\mathcal { M } ^ { \\alpha } ( \\operatorname { W e V } ^ { * } ) ) } \\\\ & { \\leq d _ { 1 } ^ { \\alpha } ( 1 - ( [ 1 - \\exp ( - \\frac { d _ { 0 } } { 2 } \\operatorname* { l i m } _ { | \\phi | } ( \\frac { d _ { 0 } } { \\log ( d _ { 0 } \\phi _ { 0 } ) } ) ) ] ^ { \\theta | \\alpha - 1 } - \\frac { 2 d _ { 1 } ^ { \\alpha } | ^ { 2 } \\sqrt { \\log ( \\frac { d _ { 0 } } { \\log ( d _ { 0 } ) } } ) } { d _ { 1 } ^ { \\alpha } } ) } \\\\ & { \\cdot ( [ 1 - \\sqrt { \\frac { \\alpha } { \\sqrt { \\kappa } } \\frac { 1 } { \\sqrt { \\kappa } \\sqrt { \\kappa } \\frac { 1 } { \\log ( d _ { 0 } ^ { \\alpha } ) ^ { 2 } } } } + \\mathcal { O } ( \\frac { 1 } { \\sqrt { \\kappa } \\frac { 1 } { \\sqrt { \\kappa } \\phi _ { 0 } ^ { 2 } } \\phi _ { 0 } ^ { 2 } } ) ] ^ { \\mathbf { N } } - 2 ^ { - \\kappa } ) ) } \\\\ & { = d _ { 1 } ^ { \\alpha } ( 1 - ( 1 - \\frac { 2 d _ { 1 } ^ { \\alpha } / \\sqrt { \\kappa } \\log ( \\frac { d _ { 0 } } { \\kappa } ) } { d _ { 1 } ^ { \\alpha } \\sqrt { \\kappa } } + \\mathcal { O } ( \\frac { d _ { 0 } \\tan \\phi } { d _ { 0 } \\sqrt { \\kappa } } ( - \\frac { d _ { 0 } } { 2 } \\log ( \\frac { d _ { 0 } } { \\log ( d _ { 0 } \\phi _ { 0 } ) } ) ) ) ) } \\\\ & \\cdot ( 1 - \\sqrt \\frac { \\kappa } { \\delta } \\frac { 1 } { \\lambda _ { 0 } ^ { \\alpha } \\sqrt { \\kappa } ( \\frac { 1 } { \\log ( d _ { 0 } ^ { \\alpha } ) ^ { 2 } } } + \\mathcal { O } ( \\frac { 1 } { \\kappa \\phi _ { 0 } ^ { \\alpha } \\sqrt { \\kappa } ^ { 2 } } + \\frac { 1 } { d _ { 1 } ^ { \\alpha } \\sqrt { \\kappa } ^ { 2 } \\alpha ^ { 2 } } + \\alpha _ { 1 } ^ { \\alpha } \\mathcal { A } _ { 0 } \\exp \\ \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 173, + 99, + 816, + 363 + ], + "page_idx": 34 + }, + { + "type": "text", + "text": "Thus, taking the log, and using $\\log { ( 1 - x ) } = - x + O \\left( x ^ { 2 } \\right)$ , we obtain, forsin $\\alpha = 1 / \\left( d _ { 1 } ^ { * } d _ { 0 } N \\right)$ ", + "bbox": [ + 173, + 367, + 799, + 385 + ], + "page_idx": 34 + }, + { + "type": "text", + "text": "log P (X ∈ Mα (W∗)) ", + "bbox": [ + 174, + 388, + 333, + 405 + ], + "page_idx": 34 + }, + { + "type": "equation", + "img_path": "images/702bd8a3fb256df7c1fab688c836b0435e6a911052aaf4806645d318d747c021.jpg", + "text": "$$\n\\begin{array} { r l } & { \\log \\mathfrak { s } : \\mathrm { ~ } \\ll \\mathcal { N } : \\mathrm { ~ } \\ll \\mathcal { N } : \\mathrm { ~ } \\ll \\mathcal { N } } \\\\ & { \\geq \\log \\left( 1 - \\sqrt { \\frac { 8 } { \\pi } } \\frac { 1 } { d _ { 0 } ^ { 1 / 2 } } - \\frac { 2 d _ { 0 } ^ { 1 / 2 } \\sqrt { \\log d _ { 0 } } } { N } + O \\left( \\frac { 1 } { d _ { 0 } ^ { 3 / 2 } } + \\frac { d _ { 0 } ^ { 1 / 4 } } { d _ { 1 } ^ { * } N } + d _ { 1 } ^ { * } 2 ^ { - N } + d _ { 0 } \\exp \\left( - \\frac { d _ { 0 } } { 2 } \\log \\left( \\frac { d _ { 0 } } { \\log d _ { 0 } } \\right) \\right) \\right) \\right) } \\\\ & { = - \\sqrt { \\frac { 8 } { \\pi } } \\frac { 1 } { d _ { 0 } ^ { 1 / 2 } } - \\frac { 2 d _ { 0 } ^ { 1 / 2 } \\sqrt { \\log d _ { 0 } } } { N } + O \\left( \\frac { 1 } { d _ { 0 } ^ { 3 / 2 } } + \\frac { d _ { 0 } ^ { 1 / 4 } } { d _ { 1 } ^ { * } N } + d _ { 1 } ^ { * } 2 ^ { - N } + d _ { 0 } \\exp \\left( - \\frac { d _ { 0 } } { 2 } \\log \\left( \\frac { d _ { 0 } } { \\log d _ { 0 } } \\right) \\right) \\right) . } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 181, + 397, + 839, + 494 + ], + "page_idx": 34 + }, + { + "type": "text", + "text": "Recall that $d _ { 1 } ^ { * } \\triangleq 4 \\lceil N / \\left( 2 d _ { 0 } - 2 \\right) \\rceil \\doteq N / d _ { 0 }$ . Taking the limit $N \\to \\infty$ , $d _ { 0 } \\to \\infty$ with $d _ { 1 } ^ { * } { \\dot { \\leq } } d _ { 0 } { \\dot { \\leq } } N$ , we have ", + "bbox": [ + 173, + 497, + 826, + 527 + ], + "page_idx": 34 + }, + { + "type": "equation", + "img_path": "images/b1c3fb18c2cc7620290cc47cca41907a45c63e6a9d385f4a1427f11c79885f18.jpg", + "text": "$$\n\\mathbb { P } \\left( \\mathbf { X } \\notin { \\mathcal { M } } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) \\dot { \\leq } 1 - \\exp \\left( - \\sqrt { \\frac { 8 } { \\pi } } d _ { 0 } ^ { - 1 / 2 } - \\frac { 2 d _ { 0 } ^ { 1 / 2 } \\sqrt { \\log d _ { 0 } } } { N } \\right) \\leq \\sqrt { \\frac { 8 } { \\pi } } d _ { 0 } ^ { - 1 / 2 } + \\frac { 2 d _ { 0 } ^ { 1 / 2 } \\sqrt { \\log d _ { 0 } } } { N }\n$$", + "text_format": "latex", + "bbox": [ + 181, + 529, + 818, + 571 + ], + "page_idx": 34 + }, + { + "type": "text", + "text": "Part III ", + "text_level": 1, + "bbox": [ + 174, + 621, + 254, + 640 + ], + "page_idx": 34 + }, + { + "type": "text", + "text": "Numerical Experiments - implementation details ", + "text_level": 1, + "bbox": [ + 174, + 651, + 776, + 705 + ], + "page_idx": 34 + }, + { + "type": "text", + "text": "Code and trained models for CIFAR and ImageNet results is available here https://github. com/MNNsMinima/Paper. In MNIST, CIFAR and ImageNet we performed binary classification on between the original odd and even class numbers. In we performed this binary classification between digits $0 - 4$ and $5 - 9$ . Weights were initialized to be uniform with mean zero and variance $2 / d$ , where $d$ is fan-in (here the width of the previous neuron layer), as suggested in (He et al., 2015). In each epoch we randomly permuted the dataset and used the Adam (Kingma & Ba, 2014) optimization method (a variant of SGD) with $\\beta _ { 1 } = 0 . 9 , \\beta _ { 2 } = 0 . 9 9 , \\varepsilon = 1 0 ^ { - 8 }$ . Different learning rates and mini-batch sizes were selected for each dataset and architecture. In CIFAR10 and ImageNet we used a learning-rate of $\\alpha = 1 0 ^ { - 3 }$ and a mini-batch size of 1024; also, ZCA whitening of the training samples was done to remove correlations between the input dimensions, allowing faster convergence. We define $L$ as the number of weight layers. For the random dataset we use a mini-batch size of $\\left\\lfloor \\operatorname* { m i n } \\left( N / 2 , d / 2 \\right) \\right\\rfloor$ with learning rate $\\alpha = 0 . 1$ and 0.05, for $L = 2$ and 3, respectively. In the random data parameter scans the training was done for no more than 4000 epochs – we stopped if $\\mathbf { M C E } = 0$ was reached. ", + "bbox": [ + 174, + 728, + 826, + 924 + ], + "page_idx": 34 + } +] \ No newline at end of file diff --git a/parse/train/Hkfmn5n6W/Hkfmn5n6W_middle.json b/parse/train/Hkfmn5n6W/Hkfmn5n6W_middle.json new file mode 100644 index 0000000000000000000000000000000000000000..6a463345cfd325607147c554ff3e3f0f65d6fcdb --- /dev/null +++ b/parse/train/Hkfmn5n6W/Hkfmn5n6W_middle.json @@ -0,0 +1,118505 @@ +{ + "pdf_info": [ + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 108, + 80, + 504, + 116 + ], + "lines": [ + { + "bbox": [ + 105, + 80, + 506, + 100 + ], + "spans": [ + { + "bbox": [ + 105, + 80, + 506, + 100 + ], + "score": 1.0, + "content": "EXPONENTIALLY VANISHING SUB-OPTIMAL LOCAL", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 102, + 440, + 118 + ], + "spans": [ + { + "bbox": [ + 106, + 102, + 440, + 118 + ], + "score": 1.0, + "content": "MINIMA IN MULTILAYER NEURAL NETWORKS", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "text", + "bbox": [ + 112, + 135, + 244, + 157 + ], + "lines": [ + { + "bbox": [ + 113, + 135, + 201, + 147 + ], + "spans": [ + { + "bbox": [ + 113, + 135, + 201, + 147 + ], + "score": 1.0, + "content": "Anonymous authors", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 111, + 146, + 245, + 158 + ], + "spans": [ + { + "bbox": [ + 111, + 146, + 245, + 158 + ], + "score": 1.0, + "content": "Paper under double-blind review", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 2.5 + }, + { + "type": "title", + "bbox": [ + 278, + 186, + 333, + 199 + ], + "lines": [ + { + "bbox": [ + 277, + 186, + 335, + 200 + ], + "spans": [ + { + "bbox": [ + 277, + 186, + 335, + 200 + ], + "score": 1.0, + "content": "ABSTRACT", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 142, + 210, + 468, + 276 + ], + "lines": [ + { + "bbox": [ + 141, + 210, + 469, + 223 + ], + "spans": [ + { + "bbox": [ + 141, + 210, + 469, + 223 + ], + "score": 1.0, + "content": "Background: Statistical mechanics results (Dauphin et al. (2014); Choromanska", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 141, + 221, + 469, + 234 + ], + "spans": [ + { + "bbox": [ + 141, + 221, + 469, + 234 + ], + "score": 1.0, + "content": "et al. (2015)) suggest that local minima with high error are exponentially rare in", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 141, + 232, + 470, + 246 + ], + "spans": [ + { + "bbox": [ + 141, + 232, + 470, + 246 + ], + "score": 1.0, + "content": "high dimensions. However, to prove low error guarantees for Multilayer Neural", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 141, + 243, + 469, + 255 + ], + "spans": [ + { + "bbox": [ + 141, + 243, + 469, + 255 + ], + "score": 1.0, + "content": "Networks (MNNs), previous works so far required either a heavily modified MNN", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 141, + 254, + 470, + 267 + ], + "spans": [ + { + "bbox": [ + 141, + 254, + 470, + 267 + ], + "score": 1.0, + "content": "model or training method, strong assumptions on the labels (e.g., “near” linear", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 141, + 265, + 425, + 279 + ], + "spans": [ + { + "bbox": [ + 141, + 265, + 373, + 279 + ], + "score": 1.0, + "content": "separability), or an unrealistically wide hidden layer with", + "type": "text" + }, + { + "bbox": [ + 373, + 265, + 399, + 277 + ], + "score": 0.88, + "content": "\\Omega \\left( N \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 400, + 265, + 425, + 279 + ], + "score": 1.0, + "content": "units.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 7.5 + }, + { + "type": "text", + "bbox": [ + 143, + 278, + 469, + 374 + ], + "lines": [ + { + "bbox": [ + 141, + 277, + 470, + 290 + ], + "spans": [ + { + "bbox": [ + 141, + 277, + 470, + 290 + ], + "score": 1.0, + "content": "Results: We examine a MNN with one hidden layer of piecewise linear units, a", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 141, + 289, + 469, + 302 + ], + "spans": [ + { + "bbox": [ + 141, + 289, + 469, + 302 + ], + "score": 1.0, + "content": "single output, and a quadratic loss. We prove that, with high probability in the", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 141, + 299, + 469, + 312 + ], + "spans": [ + { + "bbox": [ + 141, + 299, + 175, + 312 + ], + "score": 1.0, + "content": "limit of", + "type": "text" + }, + { + "bbox": [ + 176, + 300, + 212, + 309 + ], + "score": 0.91, + "content": "N \\to \\infty", + "type": "inline_equation" + }, + { + "bbox": [ + 213, + 299, + 469, + 312 + ], + "score": 1.0, + "content": "datapoints, the volume of differentiable regions of the empiric", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 141, + 311, + 469, + 323 + ], + "spans": [ + { + "bbox": [ + 141, + 311, + 469, + 323 + ], + "score": 1.0, + "content": "loss containing sub-optimal differentiable local minima is exponentially vanishing", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 141, + 322, + 469, + 333 + ], + "spans": [ + { + "bbox": [ + 141, + 322, + 469, + 333 + ], + "score": 1.0, + "content": "in comparison with the same volume of global minima, given standard normal", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 140, + 332, + 469, + 352 + ], + "spans": [ + { + "bbox": [ + 140, + 332, + 218, + 352 + ], + "score": 1.0, + "content": "input of dimension", + "type": "text" + }, + { + "bbox": [ + 218, + 332, + 280, + 352 + ], + "score": 0.95, + "content": "d _ { 0 } = \\tilde { \\Omega } \\left( \\sqrt { N } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 281, + 332, + 405, + 352 + ], + "score": 1.0, + "content": ", and a more realistic number of", + "type": "text" + }, + { + "bbox": [ + 406, + 334, + 469, + 349 + ], + "score": 0.93, + "content": "d _ { 1 } = \\tilde { \\Omega } \\left( N / d _ { 0 } \\right)", + "type": "inline_equation" + } + ], + "index": 16 + }, + { + "bbox": [ + 141, + 350, + 469, + 364 + ], + "spans": [ + { + "bbox": [ + 141, + 350, + 424, + 364 + ], + "score": 1.0, + "content": "hidden units. We demonstrate our results numerically: for example,", + "type": "text" + }, + { + "bbox": [ + 425, + 351, + 439, + 362 + ], + "score": 0.86, + "content": "0 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 440, + 350, + 469, + 364 + ], + "score": 1.0, + "content": "binary", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 142, + 362, + 451, + 374 + ], + "spans": [ + { + "bbox": [ + 142, + 363, + 336, + 374 + ], + "score": 1.0, + "content": "classification training error on CIFAR with only", + "type": "text" + }, + { + "bbox": [ + 336, + 362, + 384, + 374 + ], + "score": 0.92, + "content": "N / d _ { 0 } \\approx 1 6", + "type": "inline_equation" + }, + { + "bbox": [ + 384, + 363, + 451, + 374 + ], + "score": 1.0, + "content": "hidden neurons.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 14.5 + }, + { + "type": "title", + "bbox": [ + 108, + 393, + 206, + 406 + ], + "lines": [ + { + "bbox": [ + 105, + 392, + 208, + 408 + ], + "spans": [ + { + "bbox": [ + 105, + 392, + 208, + 408 + ], + "score": 1.0, + "content": "1 INTRODUCTION", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 19 + }, + { + "type": "text", + "bbox": [ + 106, + 417, + 505, + 506 + ], + "lines": [ + { + "bbox": [ + 105, + 417, + 506, + 430 + ], + "spans": [ + { + "bbox": [ + 105, + 417, + 506, + 430 + ], + "score": 1.0, + "content": "Motivation. Multilayer Neural Networks (MNNs), trained with simple variants of stochastic gra-", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 428, + 506, + 443 + ], + "spans": [ + { + "bbox": [ + 105, + 428, + 506, + 443 + ], + "score": 1.0, + "content": "dient descent (SGD), have achieved state-of-the-art performances in many areas of machine learning", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 440, + 505, + 452 + ], + "spans": [ + { + "bbox": [ + 105, + 440, + 505, + 452 + ], + "score": 1.0, + "content": "(LeCun et al., 2015). However, theoretical explanations seem to lag far behind this empirical success", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 450, + 506, + 464 + ], + "spans": [ + { + "bbox": [ + 105, + 450, + 506, + 464 + ], + "score": 1.0, + "content": "(though many hardness results exist, e.g., (Síma, 2002; Shamir, 2016)). For example, as a common", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 104, + 461, + 506, + 475 + ], + "spans": [ + { + "bbox": [ + 104, + 461, + 506, + 475 + ], + "score": 1.0, + "content": "rule-of-the-thumb, a MNN should have at least as many parameters as training samples. However, it", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 472, + 505, + 485 + ], + "spans": [ + { + "bbox": [ + 105, + 472, + 505, + 485 + ], + "score": 1.0, + "content": "is unclear why such over-parameterized MNNs often exhibit remarkably small generalization error", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 104, + 483, + 506, + 497 + ], + "spans": [ + { + "bbox": [ + 104, + 483, + 506, + 497 + ], + "score": 1.0, + "content": "(i.e., difference between “training error” and “test error”), even without explicit regularization (Zhang", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 493, + 164, + 507 + ], + "spans": [ + { + "bbox": [ + 105, + 493, + 164, + 507 + ], + "score": 1.0, + "content": "et al., 2017a).", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 23.5 + }, + { + "type": "text", + "bbox": [ + 107, + 511, + 505, + 599 + ], + "lines": [ + { + "bbox": [ + 105, + 510, + 506, + 524 + ], + "spans": [ + { + "bbox": [ + 105, + 510, + 506, + 524 + ], + "score": 1.0, + "content": "Moreover, it has long been a mystery why MNNs often achieve low training error (Dauphin et al.,", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 522, + 506, + 536 + ], + "spans": [ + { + "bbox": [ + 105, + 522, + 506, + 536 + ], + "score": 1.0, + "content": "2014). SGD is only guaranteed to converge to critical points in which the gradient of the expected", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 533, + 505, + 546 + ], + "spans": [ + { + "bbox": [ + 106, + 533, + 505, + 546 + ], + "score": 1.0, + "content": "loss is zero (Bottou, 1998), and, specifically, to local minima (Pemantle, 1990) (this is true also for", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 544, + 505, + 557 + ], + "spans": [ + { + "bbox": [ + 105, + 544, + 505, + 557 + ], + "score": 1.0, + "content": "regular gradient descent (Lee et al., 2016)). Since loss functions parameterized by MNN weights are", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 555, + 506, + 568 + ], + "spans": [ + { + "bbox": [ + 105, + 555, + 506, + 568 + ], + "score": 1.0, + "content": "non-convex, it is unclear why does SGD often work well – rather than converging to sub-optimal local", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 566, + 506, + 578 + ], + "spans": [ + { + "bbox": [ + 106, + 566, + 506, + 578 + ], + "score": 1.0, + "content": "minima with high training error, which are known to exist (Fukumizu & Amari, 2000; Swirszcz et al.,", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 577, + 506, + 590 + ], + "spans": [ + { + "bbox": [ + 106, + 577, + 506, + 590 + ], + "score": 1.0, + "content": "2016). Understanding this behavior is especially relevant in important cases where SGD does get", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 587, + 507, + 601 + ], + "spans": [ + { + "bbox": [ + 105, + 587, + 507, + 601 + ], + "score": 1.0, + "content": "stuck (He et al., 2016) – where training error may be a bottleneck in further improving performance.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 31.5 + }, + { + "type": "text", + "bbox": [ + 107, + 604, + 505, + 682 + ], + "lines": [ + { + "bbox": [ + 105, + 604, + 505, + 618 + ], + "spans": [ + { + "bbox": [ + 105, + 604, + 505, + 618 + ], + "score": 1.0, + "content": "Ideally, we would like to quantify the probability to converge to a local minimum as a function", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 616, + 506, + 628 + ], + "spans": [ + { + "bbox": [ + 105, + 616, + 506, + 628 + ], + "score": 1.0, + "content": "of the error at this minimum, where the probability is taken with the respect to the randomness", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 627, + 505, + 639 + ], + "spans": [ + { + "bbox": [ + 105, + 627, + 505, + 639 + ], + "score": 1.0, + "content": "of the initialization of the weights, the data and SGD. Specifically, we would like to know, under", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 636, + 507, + 652 + ], + "spans": [ + { + "bbox": [ + 105, + 636, + 507, + 652 + ], + "score": 1.0, + "content": "which conditions this probability is very small if the error is high, as was observed empirically (e.g.,", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 648, + 506, + 662 + ], + "spans": [ + { + "bbox": [ + 105, + 648, + 506, + 662 + ], + "score": 1.0, + "content": "(Dauphin et al., 2014; Goodfellow et al., 2015)). However, this seems to be a daunting task for", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 660, + 505, + 672 + ], + "spans": [ + { + "bbox": [ + 105, + 660, + 505, + 672 + ], + "score": 1.0, + "content": "realistic MNNs, since it requires a characterization of the sizes and distributions of the basins of", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 671, + 230, + 682 + ], + "spans": [ + { + "bbox": [ + 106, + 671, + 230, + 682 + ], + "score": 1.0, + "content": "attraction for all local minima.", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 39 + }, + { + "type": "text", + "bbox": [ + 107, + 687, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 688, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 106, + 688, + 505, + 700 + ], + "score": 1.0, + "content": "Previous works (Dauphin et al., 2014; Choromanska et al., 2015), based on statistical physics", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "analogies, suggested a simpler property of MNNs: that with high probability, local minima with", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 709, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 506, + 723 + ], + "score": 1.0, + "content": "high error diminish exponentially with the number of parameters. Though proving such a geometric", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 721, + 506, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 721, + 506, + 734 + ], + "score": 1.0, + "content": "property with realistic assumptions would not guarantee convergence to global minima, it appears to", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 44.5 + } + ], + "page_idx": 0, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 107, + 26, + 309, + 38 + ], + "spans": [ + { + "bbox": [ + 107, + 26, + 309, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 751, + 308, + 760 + ], + "lines": [ + { + "bbox": [ + 302, + 751, + 308, + 761 + ], + "spans": [ + { + "bbox": [ + 302, + 751, + 308, + 761 + ], + "score": 1.0, + "content": "1", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "title", + "bbox": [ + 108, + 80, + 504, + 116 + ], + "lines": [ + { + "bbox": [ + 105, + 80, + 506, + 100 + ], + "spans": [ + { + "bbox": [ + 105, + 80, + 506, + 100 + ], + "score": 1.0, + "content": "EXPONENTIALLY VANISHING SUB-OPTIMAL LOCAL", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 102, + 440, + 118 + ], + "spans": [ + { + "bbox": [ + 106, + 102, + 440, + 118 + ], + "score": 1.0, + "content": "MINIMA IN MULTILAYER NEURAL NETWORKS", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "text", + "bbox": [ + 112, + 135, + 244, + 157 + ], + "lines": [ + { + "bbox": [ + 113, + 135, + 201, + 147 + ], + "spans": [ + { + "bbox": [ + 113, + 135, + 201, + 147 + ], + "score": 1.0, + "content": "Anonymous authors", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 111, + 146, + 245, + 158 + ], + "spans": [ + { + "bbox": [ + 111, + 146, + 245, + 158 + ], + "score": 1.0, + "content": "Paper under double-blind review", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 2.5, + "bbox_fs": [ + 111, + 135, + 245, + 158 + ] + }, + { + "type": "title", + "bbox": [ + 278, + 186, + 333, + 199 + ], + "lines": [ + { + "bbox": [ + 277, + 186, + 335, + 200 + ], + "spans": [ + { + "bbox": [ + 277, + 186, + 335, + 200 + ], + "score": 1.0, + "content": "ABSTRACT", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 142, + 210, + 468, + 276 + ], + "lines": [ + { + "bbox": [ + 141, + 210, + 469, + 223 + ], + "spans": [ + { + "bbox": [ + 141, + 210, + 469, + 223 + ], + "score": 1.0, + "content": "Background: Statistical mechanics results (Dauphin et al. (2014); Choromanska", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 141, + 221, + 469, + 234 + ], + "spans": [ + { + "bbox": [ + 141, + 221, + 469, + 234 + ], + "score": 1.0, + "content": "et al. (2015)) suggest that local minima with high error are exponentially rare in", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 141, + 232, + 470, + 246 + ], + "spans": [ + { + "bbox": [ + 141, + 232, + 470, + 246 + ], + "score": 1.0, + "content": "high dimensions. However, to prove low error guarantees for Multilayer Neural", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 141, + 243, + 469, + 255 + ], + "spans": [ + { + "bbox": [ + 141, + 243, + 469, + 255 + ], + "score": 1.0, + "content": "Networks (MNNs), previous works so far required either a heavily modified MNN", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 141, + 254, + 470, + 267 + ], + "spans": [ + { + "bbox": [ + 141, + 254, + 470, + 267 + ], + "score": 1.0, + "content": "model or training method, strong assumptions on the labels (e.g., “near” linear", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 141, + 265, + 425, + 279 + ], + "spans": [ + { + "bbox": [ + 141, + 265, + 373, + 279 + ], + "score": 1.0, + "content": "separability), or an unrealistically wide hidden layer with", + "type": "text" + }, + { + "bbox": [ + 373, + 265, + 399, + 277 + ], + "score": 0.88, + "content": "\\Omega \\left( N \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 400, + 265, + 425, + 279 + ], + "score": 1.0, + "content": "units.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 7.5, + "bbox_fs": [ + 141, + 210, + 470, + 279 + ] + }, + { + "type": "text", + "bbox": [ + 143, + 278, + 469, + 374 + ], + "lines": [ + { + "bbox": [ + 141, + 277, + 470, + 290 + ], + "spans": [ + { + "bbox": [ + 141, + 277, + 470, + 290 + ], + "score": 1.0, + "content": "Results: We examine a MNN with one hidden layer of piecewise linear units, a", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 141, + 289, + 469, + 302 + ], + "spans": [ + { + "bbox": [ + 141, + 289, + 469, + 302 + ], + "score": 1.0, + "content": "single output, and a quadratic loss. We prove that, with high probability in the", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 141, + 299, + 469, + 312 + ], + "spans": [ + { + "bbox": [ + 141, + 299, + 175, + 312 + ], + "score": 1.0, + "content": "limit of", + "type": "text" + }, + { + "bbox": [ + 176, + 300, + 212, + 309 + ], + "score": 0.91, + "content": "N \\to \\infty", + "type": "inline_equation" + }, + { + "bbox": [ + 213, + 299, + 469, + 312 + ], + "score": 1.0, + "content": "datapoints, the volume of differentiable regions of the empiric", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 141, + 311, + 469, + 323 + ], + "spans": [ + { + "bbox": [ + 141, + 311, + 469, + 323 + ], + "score": 1.0, + "content": "loss containing sub-optimal differentiable local minima is exponentially vanishing", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 141, + 322, + 469, + 333 + ], + "spans": [ + { + "bbox": [ + 141, + 322, + 469, + 333 + ], + "score": 1.0, + "content": "in comparison with the same volume of global minima, given standard normal", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 140, + 332, + 469, + 352 + ], + "spans": [ + { + "bbox": [ + 140, + 332, + 218, + 352 + ], + "score": 1.0, + "content": "input of dimension", + "type": "text" + }, + { + "bbox": [ + 218, + 332, + 280, + 352 + ], + "score": 0.95, + "content": "d _ { 0 } = \\tilde { \\Omega } \\left( \\sqrt { N } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 281, + 332, + 405, + 352 + ], + "score": 1.0, + "content": ", and a more realistic number of", + "type": "text" + }, + { + "bbox": [ + 406, + 334, + 469, + 349 + ], + "score": 0.93, + "content": "d _ { 1 } = \\tilde { \\Omega } \\left( N / d _ { 0 } \\right)", + "type": "inline_equation" + } + ], + "index": 16 + }, + { + "bbox": [ + 141, + 350, + 469, + 364 + ], + "spans": [ + { + "bbox": [ + 141, + 350, + 424, + 364 + ], + "score": 1.0, + "content": "hidden units. We demonstrate our results numerically: for example,", + "type": "text" + }, + { + "bbox": [ + 425, + 351, + 439, + 362 + ], + "score": 0.86, + "content": "0 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 440, + 350, + 469, + 364 + ], + "score": 1.0, + "content": "binary", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 142, + 362, + 451, + 374 + ], + "spans": [ + { + "bbox": [ + 142, + 363, + 336, + 374 + ], + "score": 1.0, + "content": "classification training error on CIFAR with only", + "type": "text" + }, + { + "bbox": [ + 336, + 362, + 384, + 374 + ], + "score": 0.92, + "content": "N / d _ { 0 } \\approx 1 6", + "type": "inline_equation" + }, + { + "bbox": [ + 384, + 363, + 451, + 374 + ], + "score": 1.0, + "content": "hidden neurons.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 14.5, + "bbox_fs": [ + 140, + 277, + 470, + 374 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 393, + 206, + 406 + ], + "lines": [ + { + "bbox": [ + 105, + 392, + 208, + 408 + ], + "spans": [ + { + "bbox": [ + 105, + 392, + 208, + 408 + ], + "score": 1.0, + "content": "1 INTRODUCTION", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 19 + }, + { + "type": "text", + "bbox": [ + 106, + 417, + 505, + 506 + ], + "lines": [ + { + "bbox": [ + 105, + 417, + 506, + 430 + ], + "spans": [ + { + "bbox": [ + 105, + 417, + 506, + 430 + ], + "score": 1.0, + "content": "Motivation. Multilayer Neural Networks (MNNs), trained with simple variants of stochastic gra-", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 428, + 506, + 443 + ], + "spans": [ + { + "bbox": [ + 105, + 428, + 506, + 443 + ], + "score": 1.0, + "content": "dient descent (SGD), have achieved state-of-the-art performances in many areas of machine learning", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 440, + 505, + 452 + ], + "spans": [ + { + "bbox": [ + 105, + 440, + 505, + 452 + ], + "score": 1.0, + "content": "(LeCun et al., 2015). However, theoretical explanations seem to lag far behind this empirical success", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 450, + 506, + 464 + ], + "spans": [ + { + "bbox": [ + 105, + 450, + 506, + 464 + ], + "score": 1.0, + "content": "(though many hardness results exist, e.g., (Síma, 2002; Shamir, 2016)). For example, as a common", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 104, + 461, + 506, + 475 + ], + "spans": [ + { + "bbox": [ + 104, + 461, + 506, + 475 + ], + "score": 1.0, + "content": "rule-of-the-thumb, a MNN should have at least as many parameters as training samples. However, it", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 472, + 505, + 485 + ], + "spans": [ + { + "bbox": [ + 105, + 472, + 505, + 485 + ], + "score": 1.0, + "content": "is unclear why such over-parameterized MNNs often exhibit remarkably small generalization error", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 104, + 483, + 506, + 497 + ], + "spans": [ + { + "bbox": [ + 104, + 483, + 506, + 497 + ], + "score": 1.0, + "content": "(i.e., difference between “training error” and “test error”), even without explicit regularization (Zhang", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 493, + 164, + 507 + ], + "spans": [ + { + "bbox": [ + 105, + 493, + 164, + 507 + ], + "score": 1.0, + "content": "et al., 2017a).", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 23.5, + "bbox_fs": [ + 104, + 417, + 506, + 507 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 511, + 505, + 599 + ], + "lines": [ + { + "bbox": [ + 105, + 510, + 506, + 524 + ], + "spans": [ + { + "bbox": [ + 105, + 510, + 506, + 524 + ], + "score": 1.0, + "content": "Moreover, it has long been a mystery why MNNs often achieve low training error (Dauphin et al.,", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 522, + 506, + 536 + ], + "spans": [ + { + "bbox": [ + 105, + 522, + 506, + 536 + ], + "score": 1.0, + "content": "2014). SGD is only guaranteed to converge to critical points in which the gradient of the expected", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 533, + 505, + 546 + ], + "spans": [ + { + "bbox": [ + 106, + 533, + 505, + 546 + ], + "score": 1.0, + "content": "loss is zero (Bottou, 1998), and, specifically, to local minima (Pemantle, 1990) (this is true also for", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 544, + 505, + 557 + ], + "spans": [ + { + "bbox": [ + 105, + 544, + 505, + 557 + ], + "score": 1.0, + "content": "regular gradient descent (Lee et al., 2016)). Since loss functions parameterized by MNN weights are", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 555, + 506, + 568 + ], + "spans": [ + { + "bbox": [ + 105, + 555, + 506, + 568 + ], + "score": 1.0, + "content": "non-convex, it is unclear why does SGD often work well – rather than converging to sub-optimal local", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 566, + 506, + 578 + ], + "spans": [ + { + "bbox": [ + 106, + 566, + 506, + 578 + ], + "score": 1.0, + "content": "minima with high training error, which are known to exist (Fukumizu & Amari, 2000; Swirszcz et al.,", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 577, + 506, + 590 + ], + "spans": [ + { + "bbox": [ + 106, + 577, + 506, + 590 + ], + "score": 1.0, + "content": "2016). Understanding this behavior is especially relevant in important cases where SGD does get", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 587, + 507, + 601 + ], + "spans": [ + { + "bbox": [ + 105, + 587, + 507, + 601 + ], + "score": 1.0, + "content": "stuck (He et al., 2016) – where training error may be a bottleneck in further improving performance.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 31.5, + "bbox_fs": [ + 105, + 510, + 507, + 601 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 604, + 505, + 682 + ], + "lines": [ + { + "bbox": [ + 105, + 604, + 505, + 618 + ], + "spans": [ + { + "bbox": [ + 105, + 604, + 505, + 618 + ], + "score": 1.0, + "content": "Ideally, we would like to quantify the probability to converge to a local minimum as a function", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 616, + 506, + 628 + ], + "spans": [ + { + "bbox": [ + 105, + 616, + 506, + 628 + ], + "score": 1.0, + "content": "of the error at this minimum, where the probability is taken with the respect to the randomness", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 627, + 505, + 639 + ], + "spans": [ + { + "bbox": [ + 105, + 627, + 505, + 639 + ], + "score": 1.0, + "content": "of the initialization of the weights, the data and SGD. Specifically, we would like to know, under", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 636, + 507, + 652 + ], + "spans": [ + { + "bbox": [ + 105, + 636, + 507, + 652 + ], + "score": 1.0, + "content": "which conditions this probability is very small if the error is high, as was observed empirically (e.g.,", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 648, + 506, + 662 + ], + "spans": [ + { + "bbox": [ + 105, + 648, + 506, + 662 + ], + "score": 1.0, + "content": "(Dauphin et al., 2014; Goodfellow et al., 2015)). However, this seems to be a daunting task for", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 660, + 505, + 672 + ], + "spans": [ + { + "bbox": [ + 105, + 660, + 505, + 672 + ], + "score": 1.0, + "content": "realistic MNNs, since it requires a characterization of the sizes and distributions of the basins of", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 671, + 230, + 682 + ], + "spans": [ + { + "bbox": [ + 106, + 671, + 230, + 682 + ], + "score": 1.0, + "content": "attraction for all local minima.", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 39, + "bbox_fs": [ + 105, + 604, + 507, + 682 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 687, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 688, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 106, + 688, + 505, + 700 + ], + "score": 1.0, + "content": "Previous works (Dauphin et al., 2014; Choromanska et al., 2015), based on statistical physics", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "analogies, suggested a simpler property of MNNs: that with high probability, local minima with", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 709, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 506, + 723 + ], + "score": 1.0, + "content": "high error diminish exponentially with the number of parameters. Though proving such a geometric", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 721, + 506, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 721, + 506, + 734 + ], + "score": 1.0, + "content": "property with realistic assumptions would not guarantee convergence to global minima, it appears to", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 82, + 506, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 506, + 95 + ], + "score": 1.0, + "content": "be a necessary first step in this direction (see discussion on section 6). It was therefore pointed out", + "type": "text", + "cross_page": true + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 505, + 106 + ], + "score": 1.0, + "content": "as an open problem at the Conference of Learning Theory (COLT) 2015. However, one has to be", + "type": "text", + "cross_page": true + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 103, + 434, + 118 + ], + "spans": [ + { + "bbox": [ + 105, + 103, + 434, + 118 + ], + "score": 1.0, + "content": "careful and use realistic MMN architectures, or this problem becomes “too easy”.", + "type": "text", + "cross_page": true + } + ], + "index": 2 + } + ], + "index": 44.5, + "bbox_fs": [ + 105, + 688, + 506, + 734 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 108, + 82, + 504, + 116 + ], + "lines": [ + { + "bbox": [ + 105, + 82, + 506, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 506, + 95 + ], + "score": 1.0, + "content": "be a necessary first step in this direction (see discussion on section 6). It was therefore pointed out", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 505, + 106 + ], + "score": 1.0, + "content": "as an open problem at the Conference of Learning Theory (COLT) 2015. However, one has to be", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 103, + 434, + 118 + ], + "spans": [ + { + "bbox": [ + 105, + 103, + 434, + 118 + ], + "score": 1.0, + "content": "careful and use realistic MMN architectures, or this problem becomes “too easy”.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1 + }, + { + "type": "text", + "bbox": [ + 107, + 121, + 505, + 209 + ], + "lines": [ + { + "bbox": [ + 106, + 122, + 505, + 133 + ], + "spans": [ + { + "bbox": [ + 106, + 122, + 505, + 133 + ], + "score": 1.0, + "content": "For example, one can easily achieve zero training error (Nilsson, 1965; Baum, 1988) – if the MNN’s", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 131, + 506, + 146 + ], + "spans": [ + { + "bbox": [ + 105, + 131, + 506, + 146 + ], + "score": 1.0, + "content": "last hidden layer has more neurons than training samples. Such extremely wide MNNs are easy", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 144, + 506, + 156 + ], + "spans": [ + { + "bbox": [ + 106, + 144, + 506, + 156 + ], + "score": 1.0, + "content": "to optimize (Yu, 1992; Huang et al., 2006; Livni et al., 2014; Haeffele & Vidal, 2015; Shen, 2016;", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 154, + 506, + 167 + ], + "spans": [ + { + "bbox": [ + 105, + 154, + 506, + 167 + ], + "score": 1.0, + "content": "Nguyen & Hein, 2017). In this case, the hidden layer becomes linearly separable in classification", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 165, + 505, + 178 + ], + "spans": [ + { + "bbox": [ + 106, + 165, + 505, + 178 + ], + "score": 1.0, + "content": "tasks, with high probability over the random initialization of the weights. Thus, by training the last", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 176, + 506, + 189 + ], + "spans": [ + { + "bbox": [ + 105, + 176, + 506, + 189 + ], + "score": 1.0, + "content": "layer we get to a global minimum (zero training error). However, such extremely wide layers are", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 187, + 506, + 200 + ], + "spans": [ + { + "bbox": [ + 106, + 187, + 506, + 200 + ], + "score": 1.0, + "content": "not very useful, since they result in a huge number of weights, and serious overfitting issues. Also,", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 199, + 507, + 210 + ], + "spans": [ + { + "bbox": [ + 106, + 199, + 507, + 210 + ], + "score": 1.0, + "content": "training only the last layer seems to take little advantage of the inherently non-linear nature of MNNs.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 6.5 + }, + { + "type": "text", + "bbox": [ + 107, + 214, + 505, + 281 + ], + "lines": [ + { + "bbox": [ + 105, + 213, + 507, + 228 + ], + "spans": [ + { + "bbox": [ + 105, + 213, + 507, + 228 + ], + "score": 1.0, + "content": "Therefore, in this paper we are interested to understand the properties of local and global minima,", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 226, + 505, + 238 + ], + "spans": [ + { + "bbox": [ + 106, + 226, + 505, + 238 + ], + "score": 1.0, + "content": "but at a more practical number of parameters – and when at least two weight layers are trained. For", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 237, + 505, + 249 + ], + "spans": [ + { + "bbox": [ + 105, + 237, + 505, + 249 + ], + "score": 1.0, + "content": "example, Alexnet (Krizhevsky, 2014) is trained using about 1.2 million ImageNet examples, and has", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 248, + 505, + 260 + ], + "spans": [ + { + "bbox": [ + 106, + 248, + 505, + 260 + ], + "score": 1.0, + "content": "about 60 million parameters – 16 million of these in the two last weight layers. Suppose we now", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 259, + 506, + 271 + ], + "spans": [ + { + "bbox": [ + 105, + 259, + 506, + 271 + ], + "score": 1.0, + "content": "train the last two weight layers in such an over-parameterized MNN. When do the sub-optimal local", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 270, + 397, + 282 + ], + "spans": [ + { + "bbox": [ + 105, + 270, + 397, + 282 + ], + "score": 1.0, + "content": "minima become exponentially rare in comparison to the global minima?", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 13.5 + }, + { + "type": "text", + "bbox": [ + 106, + 293, + 505, + 375 + ], + "lines": [ + { + "bbox": [ + 105, + 293, + 506, + 306 + ], + "spans": [ + { + "bbox": [ + 105, + 293, + 506, + 306 + ], + "score": 1.0, + "content": "Main contributions. We focus on MNNs with a single hidden layer and piecewise linear units,", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 304, + 506, + 317 + ], + "spans": [ + { + "bbox": [ + 106, + 304, + 506, + 317 + ], + "score": 1.0, + "content": "optimized using the Mean Square Error (MSE) in a supervised binary classification task (Section", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 315, + 506, + 328 + ], + "spans": [ + { + "bbox": [ + 106, + 315, + 163, + 328 + ], + "score": 1.0, + "content": "2). We define", + "type": "text" + }, + { + "bbox": [ + 164, + 316, + 174, + 325 + ], + "score": 0.82, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 174, + 315, + 316, + 328 + ], + "score": 1.0, + "content": "as the number of training samples,", + "type": "text" + }, + { + "bbox": [ + 317, + 316, + 326, + 326 + ], + "score": 0.85, + "content": "d _ { l }", + "type": "inline_equation" + }, + { + "bbox": [ + 326, + 315, + 404, + 328 + ], + "score": 1.0, + "content": "as the width of the", + "type": "text" + }, + { + "bbox": [ + 405, + 316, + 409, + 325 + ], + "score": 0.51, + "content": "l", + "type": "inline_equation" + }, + { + "bbox": [ + 409, + 315, + 506, + 328 + ], + "score": 1.0, + "content": "-th activation layer, and", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 107, + 323, + 506, + 347 + ], + "spans": [ + { + "bbox": [ + 107, + 327, + 158, + 340 + ], + "score": 0.92, + "content": "g \\left( x \\right) \\dot { < } h \\left( x \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 158, + 323, + 396, + 347 + ], + "score": 1.0, + "content": "as an asymptotic inequality in the leading order (formally:", + "type": "text" + }, + { + "bbox": [ + 396, + 326, + 485, + 343 + ], + "score": 0.88, + "content": "\\begin{array} { r } { \\operatorname* { l i m } _ { x \\infty } \\frac { \\log g ( x ) } { \\log h ( x ) } < 1 ) } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 486, + 323, + 506, + 347 + ], + "score": 1.0, + "content": ". We", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 341, + 506, + 354 + ], + "spans": [ + { + "bbox": [ + 105, + 341, + 506, + 354 + ], + "score": 1.0, + "content": "examine Differentiable Local Minima (DLMs) of the MSE: sub-optimal DLMs where at least a", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 352, + 506, + 365 + ], + "spans": [ + { + "bbox": [ + 105, + 352, + 153, + 365 + ], + "score": 1.0, + "content": "fraction of", + "type": "text" + }, + { + "bbox": [ + 153, + 353, + 179, + 363 + ], + "score": 0.9, + "content": "\\epsilon > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 179, + 352, + 506, + 365 + ], + "score": 1.0, + "content": "of the training samples are classified incorrectly, and global minima where all", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 363, + 235, + 376 + ], + "spans": [ + { + "bbox": [ + 105, + 363, + 235, + 376 + ], + "score": 1.0, + "content": "samples are classified correctly.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 20 + }, + { + "type": "text", + "bbox": [ + 108, + 380, + 503, + 414 + ], + "lines": [ + { + "bbox": [ + 106, + 380, + 505, + 392 + ], + "spans": [ + { + "bbox": [ + 106, + 380, + 505, + 392 + ], + "score": 1.0, + "content": "Our main result, Theorem 10, states that, with high probability, the total volume of the differentiable", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 392, + 505, + 404 + ], + "spans": [ + { + "bbox": [ + 106, + 392, + 505, + 404 + ], + "score": 1.0, + "content": "regions of the MSE containing sub-optimal DLMs is exponentially vanishing in comparison to the", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 402, + 280, + 414 + ], + "spans": [ + { + "bbox": [ + 106, + 402, + 280, + 414 + ], + "score": 1.0, + "content": "same volume of global minima, given that:", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 25 + }, + { + "type": "text", + "bbox": [ + 109, + 416, + 489, + 429 + ], + "lines": [ + { + "bbox": [ + 108, + 416, + 490, + 430 + ], + "spans": [ + { + "bbox": [ + 108, + 416, + 490, + 430 + ], + "score": 1.0, + "content": "Assumption 1. The datapoints (MNN inputs) are sampled from a standard normal distribution.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 27 + }, + { + "type": "text", + "bbox": [ + 109, + 431, + 484, + 444 + ], + "lines": [ + { + "bbox": [ + 107, + 430, + 484, + 445 + ], + "spans": [ + { + "bbox": [ + 107, + 430, + 172, + 445 + ], + "score": 1.0, + "content": "Assumption 2.", + "type": "text" + }, + { + "bbox": [ + 172, + 432, + 208, + 442 + ], + "score": 0.82, + "content": "N \\to \\infty", + "type": "inline_equation" + }, + { + "bbox": [ + 208, + 430, + 211, + 445 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 212, + 432, + 241, + 444 + ], + "score": 0.87, + "content": "d _ { 0 } \\left( N \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 241, + 430, + 259, + 445 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 260, + 432, + 289, + 444 + ], + "score": 0.92, + "content": "d _ { 1 } \\left( N \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 289, + 430, + 345, + 445 + ], + "score": 1.0, + "content": "increase with", + "type": "text" + }, + { + "bbox": [ + 346, + 432, + 356, + 442 + ], + "score": 0.76, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 356, + 430, + 384, + 445 + ], + "score": 1.0, + "content": ", while", + "type": "text" + }, + { + "bbox": [ + 384, + 432, + 424, + 444 + ], + "score": 0.92, + "content": "\\epsilon \\in ( 0 , 1 )", + "type": "inline_equation" + }, + { + "bbox": [ + 424, + 430, + 484, + 445 + ], + "score": 1.0, + "content": "is a constant1.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 28 + }, + { + "type": "text", + "bbox": [ + 107, + 447, + 353, + 460 + ], + "lines": [ + { + "bbox": [ + 105, + 446, + 351, + 461 + ], + "spans": [ + { + "bbox": [ + 105, + 446, + 294, + 461 + ], + "score": 1.0, + "content": "Assumption 3. The input dimension scales as", + "type": "text" + }, + { + "bbox": [ + 294, + 446, + 347, + 460 + ], + "score": 0.92, + "content": "\\sqrt { N } \\dot { < } d _ { 0 } \\dot { \\le } N", + "type": "inline_equation" + }, + { + "bbox": [ + 347, + 446, + 351, + 461 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 29 + }, + { + "type": "text", + "bbox": [ + 108, + 463, + 304, + 474 + ], + "lines": [ + { + "bbox": [ + 106, + 462, + 305, + 477 + ], + "spans": [ + { + "bbox": [ + 106, + 462, + 305, + 477 + ], + "score": 1.0, + "content": "Assumption 4. The hidden layer width scales as", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 30 + }, + { + "type": "interline_equation", + "bbox": [ + 264, + 478, + 347, + 507 + ], + "lines": [ + { + "bbox": [ + 264, + 478, + 347, + 507 + ], + "spans": [ + { + "bbox": [ + 264, + 478, + 347, + 507 + ], + "score": 0.95, + "content": "\\frac { N \\log ^ { 4 } N } { d _ { 0 } } \\dot { < } d _ { 1 } \\dot { < } N .", + "type": "interline_equation", + "image_path": "309480aa6f3b645542d7d9fa450a1d45c09539fa5867092e47f66f400a8912c2.jpg" + } + ] + } + ], + "index": 31.5, + "virtual_lines": [ + { + "bbox": [ + 264, + 478, + 347, + 492.5 + ], + "spans": [], + "index": 31 + }, + { + "bbox": [ + 264, + 492.5, + 347, + 507.0 + ], + "spans": [], + "index": 32 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 510, + 505, + 590 + ], + "lines": [ + { + "bbox": [ + 105, + 510, + 505, + 523 + ], + "spans": [ + { + "bbox": [ + 105, + 510, + 505, + 523 + ], + "score": 1.0, + "content": "Importantly, we use a standard, unmodified, MNN model, and make no assumptions on the target", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 521, + 505, + 535 + ], + "spans": [ + { + "bbox": [ + 105, + 521, + 434, + 535 + ], + "score": 1.0, + "content": "function. Moreover, as the number of parameters in the MNN is approximately", + "type": "text" + }, + { + "bbox": [ + 434, + 522, + 455, + 533 + ], + "score": 0.9, + "content": "d _ { 0 } d _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 455, + 521, + 505, + 535 + ], + "score": 1.0, + "content": ", we require", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 532, + 506, + 547 + ], + "spans": [ + { + "bbox": [ + 105, + 533, + 312, + 547 + ], + "score": 1.0, + "content": "only “asymptotically mild” over-parameterization:", + "type": "text" + }, + { + "bbox": [ + 312, + 532, + 379, + 545 + ], + "score": 0.93, + "content": "d _ { 0 } d _ { 1 } { \\dot { > } } N \\log ^ { 4 } N", + "type": "inline_equation" + }, + { + "bbox": [ + 379, + 533, + 506, + 547 + ], + "score": 1.0, + "content": "from eq. (1.1). For example, if", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 107, + 545, + 507, + 559 + ], + "spans": [ + { + "bbox": [ + 107, + 546, + 141, + 557 + ], + "score": 0.9, + "content": "d _ { 0 } \\propto N", + "type": "inline_equation" + }, + { + "bbox": [ + 141, + 545, + 212, + 559 + ], + "score": 1.0, + "content": ", we only require", + "type": "text" + }, + { + "bbox": [ + 212, + 545, + 260, + 557 + ], + "score": 0.92, + "content": "d _ { 1 } \\dot { > } \\log ^ { 4 } N", + "type": "inline_equation" + }, + { + "bbox": [ + 261, + 545, + 507, + 559 + ], + "score": 1.0, + "content": "neurons. This improves over previously known results (Yu,", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 556, + 505, + 570 + ], + "spans": [ + { + "bbox": [ + 105, + 556, + 505, + 570 + ], + "score": 1.0, + "content": "1992; Huang et al., 2006; Livni et al., 2014; Shen, 2016; Nguyen & Hein, 2017) – which require an", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 567, + 506, + 582 + ], + "spans": [ + { + "bbox": [ + 105, + 567, + 239, + 582 + ], + "score": 1.0, + "content": "extremely wide hidden layer with", + "type": "text" + }, + { + "bbox": [ + 239, + 568, + 273, + 579 + ], + "score": 0.92, + "content": "d _ { 1 } \\geq N", + "type": "inline_equation" + }, + { + "bbox": [ + 273, + 567, + 345, + 582 + ], + "score": 1.0, + "content": "neurons (and thus", + "type": "text" + }, + { + "bbox": [ + 345, + 568, + 365, + 579 + ], + "score": 0.89, + "content": "N d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 366, + 567, + 506, + 582 + ], + "score": 1.0, + "content": "parameters) to remove sub-optimal", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 579, + 249, + 591 + ], + "spans": [ + { + "bbox": [ + 106, + 579, + 249, + 591 + ], + "score": 1.0, + "content": "local minima with high probability.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 36 + }, + { + "type": "text", + "bbox": [ + 107, + 595, + 505, + 651 + ], + "lines": [ + { + "bbox": [ + 106, + 595, + 505, + 607 + ], + "spans": [ + { + "bbox": [ + 106, + 595, + 505, + 607 + ], + "score": 1.0, + "content": "In section 5 we validate our results numerically. We show that indeed the training error becomes low", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 606, + 505, + 619 + ], + "spans": [ + { + "bbox": [ + 106, + 606, + 282, + 619 + ], + "score": 1.0, + "content": "when the number of parameters is close to", + "type": "text" + }, + { + "bbox": [ + 283, + 607, + 293, + 617 + ], + "score": 0.77, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 293, + 606, + 505, + 619 + ], + "score": 1.0, + "content": ". For example, with binary classification on CIFAR", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 617, + 505, + 631 + ], + "spans": [ + { + "bbox": [ + 105, + 617, + 344, + 631 + ], + "score": 1.0, + "content": "and ImageNet, with only 16 and 105 hidden neurons (about", + "type": "text" + }, + { + "bbox": [ + 344, + 618, + 369, + 629 + ], + "score": 0.91, + "content": "N / d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 369, + 617, + 505, + 631 + ], + "score": 1.0, + "content": "), respectively, we obtain less then", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 627, + 505, + 641 + ], + "spans": [ + { + "bbox": [ + 106, + 628, + 129, + 639 + ], + "score": 0.86, + "content": "0 . 1 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 129, + 627, + 505, + 641 + ], + "score": 1.0, + "content": "training error. Additionally, we find that convergence to non-differentiable critical points does", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 640, + 232, + 653 + ], + "spans": [ + { + "bbox": [ + 105, + 640, + 232, + 653 + ], + "score": 1.0, + "content": "not appear to be very common.", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 42 + }, + { + "type": "text", + "bbox": [ + 106, + 656, + 505, + 678 + ], + "lines": [ + { + "bbox": [ + 105, + 655, + 507, + 669 + ], + "spans": [ + { + "bbox": [ + 105, + 655, + 507, + 669 + ], + "score": 1.0, + "content": "Lastly, in section 6 we discuss our results might be extended, such as how to apply them to “mildly”", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 106, + 667, + 240, + 680 + ], + "spans": [ + { + "bbox": [ + 106, + 667, + 240, + 680 + ], + "score": 1.0, + "content": "non-differentiable critical points.", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 45.5 + }, + { + "type": "text", + "bbox": [ + 108, + 691, + 505, + 713 + ], + "lines": [ + { + "bbox": [ + 106, + 690, + 506, + 703 + ], + "spans": [ + { + "bbox": [ + 106, + 690, + 506, + 703 + ], + "score": 1.0, + "content": "Plausibility of assumptions. Assumption 1 is common in this type of analysis (Andoni et al., 2014;", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 106, + 700, + 505, + 714 + ], + "spans": [ + { + "bbox": [ + 106, + 700, + 505, + 714 + ], + "score": 1.0, + "content": "Choromanska et al., 2015; Xie et al., 2016; Tian, 2017; Brutzkus & Globerson, 2017). At first it may", + "type": "text" + } + ], + "index": 48 + } + ], + "index": 47.5 + } + ], + "page_idx": 1, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 118, + 721, + 394, + 732 + ], + "lines": [ + { + "bbox": [ + 119, + 720, + 395, + 734 + ], + "spans": [ + { + "bbox": [ + 119, + 720, + 284, + 734 + ], + "score": 1.0, + "content": "1For brevity we will usually keep implicit the", + "type": "text" + }, + { + "bbox": [ + 285, + 723, + 293, + 730 + ], + "score": 0.83, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 294, + 720, + 355, + 734 + ], + "score": 1.0, + "content": "dependencies of", + "type": "text" + }, + { + "bbox": [ + 356, + 723, + 365, + 731 + ], + "score": 0.87, + "content": "d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 365, + 720, + 381, + 734 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 381, + 722, + 391, + 731 + ], + "score": 0.85, + "content": "d _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 391, + 720, + 395, + 734 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 107, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 107, + 26, + 309, + 38 + ], + "spans": [ + { + "bbox": [ + 107, + 26, + 309, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 751, + 309, + 760 + ], + "lines": [ + { + "bbox": [ + 301, + 750, + 310, + 763 + ], + "spans": [ + { + "bbox": [ + 301, + 750, + 310, + 763 + ], + "score": 1.0, + "content": "2", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 108, + 82, + 504, + 116 + ], + "lines": [], + "index": 1, + "bbox_fs": [ + 105, + 82, + 506, + 118 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 107, + 121, + 505, + 209 + ], + "lines": [ + { + "bbox": [ + 106, + 122, + 505, + 133 + ], + "spans": [ + { + "bbox": [ + 106, + 122, + 505, + 133 + ], + "score": 1.0, + "content": "For example, one can easily achieve zero training error (Nilsson, 1965; Baum, 1988) – if the MNN’s", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 131, + 506, + 146 + ], + "spans": [ + { + "bbox": [ + 105, + 131, + 506, + 146 + ], + "score": 1.0, + "content": "last hidden layer has more neurons than training samples. Such extremely wide MNNs are easy", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 144, + 506, + 156 + ], + "spans": [ + { + "bbox": [ + 106, + 144, + 506, + 156 + ], + "score": 1.0, + "content": "to optimize (Yu, 1992; Huang et al., 2006; Livni et al., 2014; Haeffele & Vidal, 2015; Shen, 2016;", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 154, + 506, + 167 + ], + "spans": [ + { + "bbox": [ + 105, + 154, + 506, + 167 + ], + "score": 1.0, + "content": "Nguyen & Hein, 2017). In this case, the hidden layer becomes linearly separable in classification", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 165, + 505, + 178 + ], + "spans": [ + { + "bbox": [ + 106, + 165, + 505, + 178 + ], + "score": 1.0, + "content": "tasks, with high probability over the random initialization of the weights. Thus, by training the last", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 176, + 506, + 189 + ], + "spans": [ + { + "bbox": [ + 105, + 176, + 506, + 189 + ], + "score": 1.0, + "content": "layer we get to a global minimum (zero training error). However, such extremely wide layers are", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 187, + 506, + 200 + ], + "spans": [ + { + "bbox": [ + 106, + 187, + 506, + 200 + ], + "score": 1.0, + "content": "not very useful, since they result in a huge number of weights, and serious overfitting issues. Also,", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 199, + 507, + 210 + ], + "spans": [ + { + "bbox": [ + 106, + 199, + 507, + 210 + ], + "score": 1.0, + "content": "training only the last layer seems to take little advantage of the inherently non-linear nature of MNNs.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 6.5, + "bbox_fs": [ + 105, + 122, + 507, + 210 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 214, + 505, + 281 + ], + "lines": [ + { + "bbox": [ + 105, + 213, + 507, + 228 + ], + "spans": [ + { + "bbox": [ + 105, + 213, + 507, + 228 + ], + "score": 1.0, + "content": "Therefore, in this paper we are interested to understand the properties of local and global minima,", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 226, + 505, + 238 + ], + "spans": [ + { + "bbox": [ + 106, + 226, + 505, + 238 + ], + "score": 1.0, + "content": "but at a more practical number of parameters – and when at least two weight layers are trained. For", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 237, + 505, + 249 + ], + "spans": [ + { + "bbox": [ + 105, + 237, + 505, + 249 + ], + "score": 1.0, + "content": "example, Alexnet (Krizhevsky, 2014) is trained using about 1.2 million ImageNet examples, and has", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 248, + 505, + 260 + ], + "spans": [ + { + "bbox": [ + 106, + 248, + 505, + 260 + ], + "score": 1.0, + "content": "about 60 million parameters – 16 million of these in the two last weight layers. Suppose we now", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 259, + 506, + 271 + ], + "spans": [ + { + "bbox": [ + 105, + 259, + 506, + 271 + ], + "score": 1.0, + "content": "train the last two weight layers in such an over-parameterized MNN. When do the sub-optimal local", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 270, + 397, + 282 + ], + "spans": [ + { + "bbox": [ + 105, + 270, + 397, + 282 + ], + "score": 1.0, + "content": "minima become exponentially rare in comparison to the global minima?", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 13.5, + "bbox_fs": [ + 105, + 213, + 507, + 282 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 293, + 505, + 375 + ], + "lines": [ + { + "bbox": [ + 105, + 293, + 506, + 306 + ], + "spans": [ + { + "bbox": [ + 105, + 293, + 506, + 306 + ], + "score": 1.0, + "content": "Main contributions. We focus on MNNs with a single hidden layer and piecewise linear units,", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 304, + 506, + 317 + ], + "spans": [ + { + "bbox": [ + 106, + 304, + 506, + 317 + ], + "score": 1.0, + "content": "optimized using the Mean Square Error (MSE) in a supervised binary classification task (Section", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 315, + 506, + 328 + ], + "spans": [ + { + "bbox": [ + 106, + 315, + 163, + 328 + ], + "score": 1.0, + "content": "2). We define", + "type": "text" + }, + { + "bbox": [ + 164, + 316, + 174, + 325 + ], + "score": 0.82, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 174, + 315, + 316, + 328 + ], + "score": 1.0, + "content": "as the number of training samples,", + "type": "text" + }, + { + "bbox": [ + 317, + 316, + 326, + 326 + ], + "score": 0.85, + "content": "d _ { l }", + "type": "inline_equation" + }, + { + "bbox": [ + 326, + 315, + 404, + 328 + ], + "score": 1.0, + "content": "as the width of the", + "type": "text" + }, + { + "bbox": [ + 405, + 316, + 409, + 325 + ], + "score": 0.51, + "content": "l", + "type": "inline_equation" + }, + { + "bbox": [ + 409, + 315, + 506, + 328 + ], + "score": 1.0, + "content": "-th activation layer, and", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 107, + 323, + 506, + 347 + ], + "spans": [ + { + "bbox": [ + 107, + 327, + 158, + 340 + ], + "score": 0.92, + "content": "g \\left( x \\right) \\dot { < } h \\left( x \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 158, + 323, + 396, + 347 + ], + "score": 1.0, + "content": "as an asymptotic inequality in the leading order (formally:", + "type": "text" + }, + { + "bbox": [ + 396, + 326, + 485, + 343 + ], + "score": 0.88, + "content": "\\begin{array} { r } { \\operatorname* { l i m } _ { x \\infty } \\frac { \\log g ( x ) } { \\log h ( x ) } < 1 ) } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 486, + 323, + 506, + 347 + ], + "score": 1.0, + "content": ". We", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 341, + 506, + 354 + ], + "spans": [ + { + "bbox": [ + 105, + 341, + 506, + 354 + ], + "score": 1.0, + "content": "examine Differentiable Local Minima (DLMs) of the MSE: sub-optimal DLMs where at least a", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 352, + 506, + 365 + ], + "spans": [ + { + "bbox": [ + 105, + 352, + 153, + 365 + ], + "score": 1.0, + "content": "fraction of", + "type": "text" + }, + { + "bbox": [ + 153, + 353, + 179, + 363 + ], + "score": 0.9, + "content": "\\epsilon > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 179, + 352, + 506, + 365 + ], + "score": 1.0, + "content": "of the training samples are classified incorrectly, and global minima where all", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 363, + 235, + 376 + ], + "spans": [ + { + "bbox": [ + 105, + 363, + 235, + 376 + ], + "score": 1.0, + "content": "samples are classified correctly.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 20, + "bbox_fs": [ + 105, + 293, + 506, + 376 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 380, + 503, + 414 + ], + "lines": [ + { + "bbox": [ + 106, + 380, + 505, + 392 + ], + "spans": [ + { + "bbox": [ + 106, + 380, + 505, + 392 + ], + "score": 1.0, + "content": "Our main result, Theorem 10, states that, with high probability, the total volume of the differentiable", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 392, + 505, + 404 + ], + "spans": [ + { + "bbox": [ + 106, + 392, + 505, + 404 + ], + "score": 1.0, + "content": "regions of the MSE containing sub-optimal DLMs is exponentially vanishing in comparison to the", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 402, + 280, + 414 + ], + "spans": [ + { + "bbox": [ + 106, + 402, + 280, + 414 + ], + "score": 1.0, + "content": "same volume of global minima, given that:", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 25, + "bbox_fs": [ + 106, + 380, + 505, + 414 + ] + }, + { + "type": "text", + "bbox": [ + 109, + 416, + 489, + 429 + ], + "lines": [ + { + "bbox": [ + 108, + 416, + 490, + 430 + ], + "spans": [ + { + "bbox": [ + 108, + 416, + 490, + 430 + ], + "score": 1.0, + "content": "Assumption 1. The datapoints (MNN inputs) are sampled from a standard normal distribution.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 27, + "bbox_fs": [ + 108, + 416, + 490, + 430 + ] + }, + { + "type": "text", + "bbox": [ + 109, + 431, + 484, + 444 + ], + "lines": [ + { + "bbox": [ + 107, + 430, + 484, + 445 + ], + "spans": [ + { + "bbox": [ + 107, + 430, + 172, + 445 + ], + "score": 1.0, + "content": "Assumption 2.", + "type": "text" + }, + { + "bbox": [ + 172, + 432, + 208, + 442 + ], + "score": 0.82, + "content": "N \\to \\infty", + "type": "inline_equation" + }, + { + "bbox": [ + 208, + 430, + 211, + 445 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 212, + 432, + 241, + 444 + ], + "score": 0.87, + "content": "d _ { 0 } \\left( N \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 241, + 430, + 259, + 445 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 260, + 432, + 289, + 444 + ], + "score": 0.92, + "content": "d _ { 1 } \\left( N \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 289, + 430, + 345, + 445 + ], + "score": 1.0, + "content": "increase with", + "type": "text" + }, + { + "bbox": [ + 346, + 432, + 356, + 442 + ], + "score": 0.76, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 356, + 430, + 384, + 445 + ], + "score": 1.0, + "content": ", while", + "type": "text" + }, + { + "bbox": [ + 384, + 432, + 424, + 444 + ], + "score": 0.92, + "content": "\\epsilon \\in ( 0 , 1 )", + "type": "inline_equation" + }, + { + "bbox": [ + 424, + 430, + 484, + 445 + ], + "score": 1.0, + "content": "is a constant1.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 28, + "bbox_fs": [ + 107, + 430, + 484, + 445 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 447, + 353, + 460 + ], + "lines": [ + { + "bbox": [ + 105, + 446, + 351, + 461 + ], + "spans": [ + { + "bbox": [ + 105, + 446, + 294, + 461 + ], + "score": 1.0, + "content": "Assumption 3. The input dimension scales as", + "type": "text" + }, + { + "bbox": [ + 294, + 446, + 347, + 460 + ], + "score": 0.92, + "content": "\\sqrt { N } \\dot { < } d _ { 0 } \\dot { \\le } N", + "type": "inline_equation" + }, + { + "bbox": [ + 347, + 446, + 351, + 461 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 29, + "bbox_fs": [ + 105, + 446, + 351, + 461 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 463, + 304, + 474 + ], + "lines": [ + { + "bbox": [ + 106, + 462, + 305, + 477 + ], + "spans": [ + { + "bbox": [ + 106, + 462, + 305, + 477 + ], + "score": 1.0, + "content": "Assumption 4. The hidden layer width scales as", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 30, + "bbox_fs": [ + 106, + 462, + 305, + 477 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 264, + 478, + 347, + 507 + ], + "lines": [ + { + "bbox": [ + 264, + 478, + 347, + 507 + ], + "spans": [ + { + "bbox": [ + 264, + 478, + 347, + 507 + ], + "score": 0.95, + "content": "\\frac { N \\log ^ { 4 } N } { d _ { 0 } } \\dot { < } d _ { 1 } \\dot { < } N .", + "type": "interline_equation", + "image_path": "309480aa6f3b645542d7d9fa450a1d45c09539fa5867092e47f66f400a8912c2.jpg" + } + ] + } + ], + "index": 31.5, + "virtual_lines": [ + { + "bbox": [ + 264, + 478, + 347, + 492.5 + ], + "spans": [], + "index": 31 + }, + { + "bbox": [ + 264, + 492.5, + 347, + 507.0 + ], + "spans": [], + "index": 32 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 510, + 505, + 590 + ], + "lines": [ + { + "bbox": [ + 105, + 510, + 505, + 523 + ], + "spans": [ + { + "bbox": [ + 105, + 510, + 505, + 523 + ], + "score": 1.0, + "content": "Importantly, we use a standard, unmodified, MNN model, and make no assumptions on the target", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 521, + 505, + 535 + ], + "spans": [ + { + "bbox": [ + 105, + 521, + 434, + 535 + ], + "score": 1.0, + "content": "function. Moreover, as the number of parameters in the MNN is approximately", + "type": "text" + }, + { + "bbox": [ + 434, + 522, + 455, + 533 + ], + "score": 0.9, + "content": "d _ { 0 } d _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 455, + 521, + 505, + 535 + ], + "score": 1.0, + "content": ", we require", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 532, + 506, + 547 + ], + "spans": [ + { + "bbox": [ + 105, + 533, + 312, + 547 + ], + "score": 1.0, + "content": "only “asymptotically mild” over-parameterization:", + "type": "text" + }, + { + "bbox": [ + 312, + 532, + 379, + 545 + ], + "score": 0.93, + "content": "d _ { 0 } d _ { 1 } { \\dot { > } } N \\log ^ { 4 } N", + "type": "inline_equation" + }, + { + "bbox": [ + 379, + 533, + 506, + 547 + ], + "score": 1.0, + "content": "from eq. (1.1). For example, if", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 107, + 545, + 507, + 559 + ], + "spans": [ + { + "bbox": [ + 107, + 546, + 141, + 557 + ], + "score": 0.9, + "content": "d _ { 0 } \\propto N", + "type": "inline_equation" + }, + { + "bbox": [ + 141, + 545, + 212, + 559 + ], + "score": 1.0, + "content": ", we only require", + "type": "text" + }, + { + "bbox": [ + 212, + 545, + 260, + 557 + ], + "score": 0.92, + "content": "d _ { 1 } \\dot { > } \\log ^ { 4 } N", + "type": "inline_equation" + }, + { + "bbox": [ + 261, + 545, + 507, + 559 + ], + "score": 1.0, + "content": "neurons. This improves over previously known results (Yu,", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 556, + 505, + 570 + ], + "spans": [ + { + "bbox": [ + 105, + 556, + 505, + 570 + ], + "score": 1.0, + "content": "1992; Huang et al., 2006; Livni et al., 2014; Shen, 2016; Nguyen & Hein, 2017) – which require an", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 567, + 506, + 582 + ], + "spans": [ + { + "bbox": [ + 105, + 567, + 239, + 582 + ], + "score": 1.0, + "content": "extremely wide hidden layer with", + "type": "text" + }, + { + "bbox": [ + 239, + 568, + 273, + 579 + ], + "score": 0.92, + "content": "d _ { 1 } \\geq N", + "type": "inline_equation" + }, + { + "bbox": [ + 273, + 567, + 345, + 582 + ], + "score": 1.0, + "content": "neurons (and thus", + "type": "text" + }, + { + "bbox": [ + 345, + 568, + 365, + 579 + ], + "score": 0.89, + "content": "N d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 366, + 567, + 506, + 582 + ], + "score": 1.0, + "content": "parameters) to remove sub-optimal", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 579, + 249, + 591 + ], + "spans": [ + { + "bbox": [ + 106, + 579, + 249, + 591 + ], + "score": 1.0, + "content": "local minima with high probability.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 36, + "bbox_fs": [ + 105, + 510, + 507, + 591 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 595, + 505, + 651 + ], + "lines": [ + { + "bbox": [ + 106, + 595, + 505, + 607 + ], + "spans": [ + { + "bbox": [ + 106, + 595, + 505, + 607 + ], + "score": 1.0, + "content": "In section 5 we validate our results numerically. We show that indeed the training error becomes low", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 606, + 505, + 619 + ], + "spans": [ + { + "bbox": [ + 106, + 606, + 282, + 619 + ], + "score": 1.0, + "content": "when the number of parameters is close to", + "type": "text" + }, + { + "bbox": [ + 283, + 607, + 293, + 617 + ], + "score": 0.77, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 293, + 606, + 505, + 619 + ], + "score": 1.0, + "content": ". For example, with binary classification on CIFAR", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 617, + 505, + 631 + ], + "spans": [ + { + "bbox": [ + 105, + 617, + 344, + 631 + ], + "score": 1.0, + "content": "and ImageNet, with only 16 and 105 hidden neurons (about", + "type": "text" + }, + { + "bbox": [ + 344, + 618, + 369, + 629 + ], + "score": 0.91, + "content": "N / d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 369, + 617, + 505, + 631 + ], + "score": 1.0, + "content": "), respectively, we obtain less then", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 627, + 505, + 641 + ], + "spans": [ + { + "bbox": [ + 106, + 628, + 129, + 639 + ], + "score": 0.86, + "content": "0 . 1 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 129, + 627, + 505, + 641 + ], + "score": 1.0, + "content": "training error. Additionally, we find that convergence to non-differentiable critical points does", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 640, + 232, + 653 + ], + "spans": [ + { + "bbox": [ + 105, + 640, + 232, + 653 + ], + "score": 1.0, + "content": "not appear to be very common.", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 42, + "bbox_fs": [ + 105, + 595, + 505, + 653 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 656, + 505, + 678 + ], + "lines": [ + { + "bbox": [ + 105, + 655, + 507, + 669 + ], + "spans": [ + { + "bbox": [ + 105, + 655, + 507, + 669 + ], + "score": 1.0, + "content": "Lastly, in section 6 we discuss our results might be extended, such as how to apply them to “mildly”", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 106, + 667, + 240, + 680 + ], + "spans": [ + { + "bbox": [ + 106, + 667, + 240, + 680 + ], + "score": 1.0, + "content": "non-differentiable critical points.", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 45.5, + "bbox_fs": [ + 105, + 655, + 507, + 680 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 691, + 505, + 713 + ], + "lines": [ + { + "bbox": [ + 106, + 690, + 506, + 703 + ], + "spans": [ + { + "bbox": [ + 106, + 690, + 506, + 703 + ], + "score": 1.0, + "content": "Plausibility of assumptions. Assumption 1 is common in this type of analysis (Andoni et al., 2014;", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 106, + 700, + 505, + 714 + ], + "spans": [ + { + "bbox": [ + 106, + 700, + 505, + 714 + ], + "score": 1.0, + "content": "Choromanska et al., 2015; Xie et al., 2016; Tian, 2017; Brutzkus & Globerson, 2017). At first it may", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 83, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 83, + 505, + 95 + ], + "score": 1.0, + "content": "appear rather unrealistic, especially since the inputs are correlated in typical datasets. However, this", + "type": "text", + "cross_page": true + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 505, + 107 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 505, + 107 + ], + "score": 1.0, + "content": "no-correlation part of the assumption may seem more justified if we recall that datasets are many", + "type": "text", + "cross_page": true + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 104, + 506, + 117 + ], + "spans": [ + { + "bbox": [ + 105, + 104, + 506, + 117 + ], + "score": 1.0, + "content": "times whitened before being used as inputs. Alternatively, if, as in our motivating question, we", + "type": "text", + "cross_page": true + } + ], + "index": 2 + }, + { + "bbox": [ + 106, + 116, + 505, + 127 + ], + "spans": [ + { + "bbox": [ + 106, + 116, + 505, + 127 + ], + "score": 1.0, + "content": "consider the input to the our simple MNN to be the output of the previous layers of a deep MNN", + "type": "text", + "cross_page": true + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 127, + 504, + 138 + ], + "spans": [ + { + "bbox": [ + 106, + 127, + 504, + 138 + ], + "score": 1.0, + "content": "with fixed random weights, this also tends to de-correlate inputs (Poole et al., 2016, Figure 3). The", + "type": "text", + "cross_page": true + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 137, + 505, + 150 + ], + "spans": [ + { + "bbox": [ + 105, + 137, + 505, + 150 + ], + "score": 1.0, + "content": "remaining part of assumption 1, that the distribution is normal, is indeed strong, but might be relaxed", + "type": "text", + "cross_page": true + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 149, + 353, + 161 + ], + "spans": [ + { + "bbox": [ + 105, + 149, + 353, + 161 + ], + "score": 1.0, + "content": "in the future, e.g. using central limit theorem type arguments.", + "type": "text", + "cross_page": true + } + ], + "index": 6 + } + ], + "index": 47.5, + "bbox_fs": [ + 106, + 690, + 506, + 714 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 160 + ], + "lines": [ + { + "bbox": [ + 105, + 83, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 83, + 505, + 95 + ], + "score": 1.0, + "content": "appear rather unrealistic, especially since the inputs are correlated in typical datasets. However, this", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 505, + 107 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 505, + 107 + ], + "score": 1.0, + "content": "no-correlation part of the assumption may seem more justified if we recall that datasets are many", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 104, + 506, + 117 + ], + "spans": [ + { + "bbox": [ + 105, + 104, + 506, + 117 + ], + "score": 1.0, + "content": "times whitened before being used as inputs. Alternatively, if, as in our motivating question, we", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 106, + 116, + 505, + 127 + ], + "spans": [ + { + "bbox": [ + 106, + 116, + 505, + 127 + ], + "score": 1.0, + "content": "consider the input to the our simple MNN to be the output of the previous layers of a deep MNN", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 127, + 504, + 138 + ], + "spans": [ + { + "bbox": [ + 106, + 127, + 504, + 138 + ], + "score": 1.0, + "content": "with fixed random weights, this also tends to de-correlate inputs (Poole et al., 2016, Figure 3). The", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 137, + 505, + 150 + ], + "spans": [ + { + "bbox": [ + 105, + 137, + 505, + 150 + ], + "score": 1.0, + "content": "remaining part of assumption 1, that the distribution is normal, is indeed strong, but might be relaxed", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 149, + 353, + 161 + ], + "spans": [ + { + "bbox": [ + 105, + 149, + 353, + 161 + ], + "score": 1.0, + "content": "in the future, e.g. using central limit theorem type arguments.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 3 + }, + { + "type": "text", + "bbox": [ + 107, + 165, + 505, + 199 + ], + "lines": [ + { + "bbox": [ + 105, + 164, + 506, + 179 + ], + "spans": [ + { + "bbox": [ + 105, + 164, + 506, + 179 + ], + "score": 1.0, + "content": "In assumption 2 we use this asymptotic limit to simplify our proofs and final results. Multiplicative", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 175, + 506, + 190 + ], + "spans": [ + { + "bbox": [ + 105, + 175, + 234, + 190 + ], + "score": 1.0, + "content": "constants and finite (yet large)", + "type": "text" + }, + { + "bbox": [ + 234, + 177, + 244, + 186 + ], + "score": 0.76, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 245, + 175, + 506, + 190 + ], + "score": 1.0, + "content": "results can be found by inspection of the proofs. We assume a", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 187, + 425, + 201 + ], + "spans": [ + { + "bbox": [ + 105, + 187, + 164, + 201 + ], + "score": 1.0, + "content": "constant error", + "type": "text" + }, + { + "bbox": [ + 164, + 190, + 170, + 197 + ], + "score": 0.69, + "content": "\\epsilon", + "type": "inline_equation" + }, + { + "bbox": [ + 170, + 187, + 267, + 201 + ], + "score": 1.0, + "content": "since typically the limit", + "type": "text" + }, + { + "bbox": [ + 267, + 187, + 293, + 198 + ], + "score": 0.9, + "content": "\\epsilon 0", + "type": "inline_equation" + }, + { + "bbox": [ + 293, + 187, + 425, + 201 + ], + "score": 1.0, + "content": "is avoided to prevent overfitting.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8 + }, + { + "type": "text", + "bbox": [ + 107, + 203, + 505, + 249 + ], + "lines": [ + { + "bbox": [ + 105, + 203, + 505, + 217 + ], + "spans": [ + { + "bbox": [ + 105, + 204, + 271, + 217 + ], + "score": 1.0, + "content": "In assumption 3, for simplicity we have", + "type": "text" + }, + { + "bbox": [ + 272, + 203, + 299, + 215 + ], + "score": 0.91, + "content": "d _ { 0 } { \\dot { \\le } } N", + "type": "inline_equation" + }, + { + "bbox": [ + 300, + 204, + 373, + 217 + ], + "score": 1.0, + "content": ", since in the case", + "type": "text" + }, + { + "bbox": [ + 373, + 204, + 408, + 215 + ], + "score": 0.91, + "content": "d _ { 0 } \\geq N", + "type": "inline_equation" + }, + { + "bbox": [ + 408, + 204, + 505, + 217 + ], + "score": 1.0, + "content": "the input is generically", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 214, + 506, + 227 + ], + "spans": [ + { + "bbox": [ + 105, + 214, + 506, + 227 + ], + "score": 1.0, + "content": "linearly separable, and sub-optimal local minima are not a problem (Gori & Tesi, 1992; Safran &", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 226, + 507, + 241 + ], + "spans": [ + { + "bbox": [ + 105, + 226, + 263, + 241 + ], + "score": 1.0, + "content": "Shamir, 2016). Additionally, we have", + "type": "text" + }, + { + "bbox": [ + 264, + 226, + 299, + 239 + ], + "score": 0.92, + "content": "\\sqrt { N } \\dot { < } d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 300, + 226, + 507, + 241 + ], + "score": 1.0, + "content": ", which seems very reasonable, since for example,", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 107, + 238, + 417, + 252 + ], + "spans": [ + { + "bbox": [ + 107, + 238, + 185, + 250 + ], + "score": 0.7, + "content": "d _ { 0 } / N \\approx 0 . 0 1 6 , 0 . 0", + "type": "inline_equation" + }, + { + "bbox": [ + 185, + 238, + 417, + 252 + ], + "score": 1.0, + "content": "61 and 0.055 MNIST, CIFAR and ImageNet, respectively.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 11.5 + }, + { + "type": "text", + "bbox": [ + 107, + 255, + 505, + 301 + ], + "lines": [ + { + "bbox": [ + 105, + 255, + 505, + 267 + ], + "spans": [ + { + "bbox": [ + 105, + 255, + 270, + 267 + ], + "score": 1.0, + "content": "In assumption 4, for simplicity we have", + "type": "text" + }, + { + "bbox": [ + 271, + 255, + 298, + 266 + ], + "score": 0.91, + "content": "d _ { 1 } \\dot { < } N", + "type": "inline_equation" + }, + { + "bbox": [ + 299, + 255, + 424, + 267 + ], + "score": 1.0, + "content": ", since, as mentioned earlier, if", + "type": "text" + }, + { + "bbox": [ + 425, + 255, + 459, + 266 + ], + "score": 0.91, + "content": "d _ { 1 } \\geq N", + "type": "inline_equation" + }, + { + "bbox": [ + 459, + 255, + 505, + 267 + ], + "score": 1.0, + "content": "the hidden", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 266, + 506, + 278 + ], + "spans": [ + { + "bbox": [ + 106, + 266, + 506, + 278 + ], + "score": 1.0, + "content": "layer is linearly separable with high probability, which removes sub-optimal local minima. The other", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 277, + 505, + 291 + ], + "spans": [ + { + "bbox": [ + 105, + 277, + 133, + 291 + ], + "score": 1.0, + "content": "bound", + "type": "text" + }, + { + "bbox": [ + 134, + 277, + 201, + 290 + ], + "score": 0.92, + "content": "N \\log ^ { 4 } N { \\dot { < } } d _ { 0 } d _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 201, + 277, + 505, + 291 + ], + "score": 1.0, + "content": "is our main innovation – a large over-parameterization which is nevertheless", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 290, + 311, + 302 + ], + "spans": [ + { + "bbox": [ + 105, + 290, + 311, + 302 + ], + "score": 1.0, + "content": "asymptotically mild and improves previous results.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 15.5 + }, + { + "type": "text", + "bbox": [ + 106, + 317, + 506, + 482 + ], + "lines": [ + { + "bbox": [ + 105, + 316, + 506, + 331 + ], + "spans": [ + { + "bbox": [ + 105, + 316, + 506, + 331 + ], + "score": 1.0, + "content": "Previous work. So far, general low (training or test) error guarantees for MNNs could not be", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 328, + 505, + 340 + ], + "spans": [ + { + "bbox": [ + 106, + 328, + 505, + 340 + ], + "score": 1.0, + "content": "found – unless the underlying model (MNN) or learning method (SGD or its variants) have been", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 339, + 506, + 352 + ], + "spans": [ + { + "bbox": [ + 106, + 339, + 506, + 352 + ], + "score": 1.0, + "content": "significantly modified. For example, (Dauphin et al., 2014) made an analogy with high-dimensional", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 104, + 349, + 506, + 364 + ], + "spans": [ + { + "bbox": [ + 104, + 349, + 506, + 364 + ], + "score": 1.0, + "content": "random Gaussian functions, local minima with high error are exponentially rare in high dimensions;", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 104, + 360, + 507, + 375 + ], + "spans": [ + { + "bbox": [ + 104, + 360, + 507, + 375 + ], + "score": 1.0, + "content": "(Choromanska et al., 2015; Kawaguchi, 2016) replaced the units (activation functions) with indepen-", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 372, + 506, + 384 + ], + "spans": [ + { + "bbox": [ + 105, + 372, + 506, + 384 + ], + "score": 1.0, + "content": "dent random variables; (Pennington & Bahri, 2017) replaces the weights and error residuals with", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 383, + 506, + 396 + ], + "spans": [ + { + "bbox": [ + 106, + 383, + 506, + 396 + ], + "score": 1.0, + "content": "independent random variables; (Baldi, 1989; Saxe et al., 2014; Hardt & Ma, 2017; Lu & Kawaguchi,", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 392, + 507, + 408 + ], + "spans": [ + { + "bbox": [ + 105, + 392, + 507, + 408 + ], + "score": 1.0, + "content": "2017; Zhou & Feng, 2017) used linear units; (Zhang et al., 2017b) used unconventional units (e.g.,", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 405, + 507, + 418 + ], + "spans": [ + { + "bbox": [ + 106, + 405, + 275, + 418 + ], + "score": 1.0, + "content": "polynomials) and very large hidden layers", + "type": "text" + }, + { + "bbox": [ + 276, + 405, + 339, + 417 + ], + "score": 0.84, + "content": "( d _ { 1 } = \\mathrm { p o l y } \\left( d _ { 0 } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 339, + 405, + 379, + 418 + ], + "score": 1.0, + "content": ", typically", + "type": "text" + }, + { + "bbox": [ + 379, + 405, + 403, + 416 + ], + "score": 0.86, + "content": "\\gg N", + "type": "inline_equation" + }, + { + "bbox": [ + 403, + 405, + 507, + 418 + ], + "score": 1.0, + "content": "); (Brutzkus & Globerson,", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 415, + 504, + 429 + ], + "spans": [ + { + "bbox": [ + 105, + 415, + 493, + 429 + ], + "score": 1.0, + "content": "2017; Du et al., 2017; Shalev-Shwartz et al., 2017) used a modified convnet model with less then", + "type": "text" + }, + { + "bbox": [ + 493, + 416, + 504, + 427 + ], + "score": 0.86, + "content": "d _ { 0 }", + "type": "inline_equation" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 427, + 506, + 439 + ], + "spans": [ + { + "bbox": [ + 105, + 427, + 506, + 439 + ], + "score": 1.0, + "content": "parameters (therefore, not a universal approximator (Cybenko, 1989; Hornik, 1991)); (Tian, 2017;", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 438, + 506, + 451 + ], + "spans": [ + { + "bbox": [ + 106, + 438, + 506, + 451 + ], + "score": 1.0, + "content": "Soltanolkotabi et al., 2017; Li & Yuan, 2017) assume the weights are initialized very close to those of", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 449, + 506, + 461 + ], + "spans": [ + { + "bbox": [ + 105, + 449, + 506, + 461 + ], + "score": 1.0, + "content": "the teacher generating the labels; and (Janzamin et al., 2015; Zhong et al., 2017) use a non-standard", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 460, + 506, + 473 + ], + "spans": [ + { + "bbox": [ + 105, + 460, + 506, + 473 + ], + "score": 1.0, + "content": "tensor method during training. Such approaches fall short of explaining the widespread success of", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 471, + 290, + 483 + ], + "spans": [ + { + "bbox": [ + 105, + 471, + 290, + 483 + ], + "score": 1.0, + "content": "standard MNN models and training practices.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 25 + }, + { + "type": "text", + "bbox": [ + 106, + 487, + 506, + 594 + ], + "lines": [ + { + "bbox": [ + 105, + 486, + 506, + 500 + ], + "spans": [ + { + "bbox": [ + 105, + 486, + 506, + 500 + ], + "score": 1.0, + "content": "Other works placed strong assumptions on the target functions. For example, to prove convergence of", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 498, + 506, + 511 + ], + "spans": [ + { + "bbox": [ + 106, + 498, + 506, + 511 + ], + "score": 1.0, + "content": "the training error near the global minimum, (Gori & Tesi, 1992) assumed linearly separable datasets,", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 509, + 506, + 522 + ], + "spans": [ + { + "bbox": [ + 105, + 509, + 506, + 522 + ], + "score": 1.0, + "content": "while (Safran & Shamir, 2016) assumed strong clustering of the targets (“near” linear-separability).", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 521, + 506, + 533 + ], + "spans": [ + { + "bbox": [ + 106, + 521, + 253, + 533 + ], + "score": 1.0, + "content": "Also, (Andoni et al., 2014) showed a", + "type": "text" + }, + { + "bbox": [ + 253, + 523, + 259, + 532 + ], + "score": 0.79, + "content": "p", + "type": "inline_equation" + }, + { + "bbox": [ + 259, + 521, + 506, + 533 + ], + "score": 1.0, + "content": "-degree polynomial is learnable by a MNN, if the hidden layer", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 102, + 530, + 510, + 552 + ], + "spans": [ + { + "bbox": [ + 102, + 530, + 158, + 552 + ], + "score": 1.0, + "content": "is very large", + "type": "text" + }, + { + "bbox": [ + 159, + 532, + 219, + 551 + ], + "score": 0.94, + "content": "( d _ { 1 } = \\Omega \\left( d _ { 0 } ^ { 6 p } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 219, + 530, + 259, + 552 + ], + "score": 1.0, + "content": ", typically", + "type": "text" + }, + { + "bbox": [ + 259, + 535, + 284, + 546 + ], + "score": 0.85, + "content": "\\gg N", + "type": "inline_equation" + }, + { + "bbox": [ + 284, + 530, + 510, + 552 + ], + "score": 1.0, + "content": ") so learning the last weight layer is sufficient. However,", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 549, + 505, + 562 + ], + "spans": [ + { + "bbox": [ + 106, + 549, + 505, + 562 + ], + "score": 1.0, + "content": "these are not the typical regimes in which MNNs are required or used. In contrast, we make no", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 560, + 506, + 572 + ], + "spans": [ + { + "bbox": [ + 105, + 560, + 506, + 572 + ], + "score": 1.0, + "content": "assumption on the target function. Other closely related results (Soudry & Carmon, 2016; Xie et al.,", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 570, + 506, + 585 + ], + "spans": [ + { + "bbox": [ + 105, + 570, + 506, + 585 + ], + "score": 1.0, + "content": "2016) also used unrealistic assumptions, are discussed in section 6, in regards to the details of our", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 583, + 160, + 593 + ], + "spans": [ + { + "bbox": [ + 106, + 583, + 160, + 593 + ], + "score": 1.0, + "content": "main results.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 37 + }, + { + "type": "text", + "bbox": [ + 108, + 599, + 505, + 632 + ], + "lines": [ + { + "bbox": [ + 105, + 598, + 505, + 612 + ], + "spans": [ + { + "bbox": [ + 105, + 598, + 505, + 612 + ], + "score": 1.0, + "content": "Therefore, in contrast to previous works, the assumptions in this paper are applicable in some", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 609, + 507, + 624 + ], + "spans": [ + { + "bbox": [ + 105, + 609, + 507, + 624 + ], + "score": 1.0, + "content": "situations (e.g., Gaussian input) where a MNN trained using SGD might be used and be useful (e.g.,", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 622, + 287, + 633 + ], + "spans": [ + { + "bbox": [ + 106, + 622, + 287, + 633 + ], + "score": 1.0, + "content": "have a lower test error then a linear classier).", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 43 + }, + { + "type": "title", + "bbox": [ + 108, + 653, + 288, + 665 + ], + "lines": [ + { + "bbox": [ + 104, + 651, + 290, + 667 + ], + "spans": [ + { + "bbox": [ + 104, + 651, + 290, + 667 + ], + "score": 1.0, + "content": "2 PRELIMINARIES AND NOTATION", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 45 + }, + { + "type": "text", + "bbox": [ + 107, + 680, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 679, + 506, + 693 + ], + "spans": [ + { + "bbox": [ + 105, + 679, + 506, + 693 + ], + "score": 1.0, + "content": "Model. We examine a Multilayer Neural Network (MNN) with a single hidden layer and a", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 691, + 505, + 705 + ], + "spans": [ + { + "bbox": [ + 105, + 691, + 377, + 705 + ], + "score": 1.0, + "content": "scalar output. The MNN is trained on a finite training set of", + "type": "text" + }, + { + "bbox": [ + 377, + 693, + 387, + 703 + ], + "score": 0.82, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 388, + 691, + 479, + 705 + ], + "score": 1.0, + "content": "datapoints (features)", + "type": "text" + }, + { + "bbox": [ + 480, + 691, + 505, + 703 + ], + "score": 0.53, + "content": "\\textbf { X } \\triangleq", + "type": "inline_equation" + } + ], + "index": 47 + }, + { + "bbox": [ + 107, + 703, + 506, + 721 + ], + "spans": [ + { + "bbox": [ + 107, + 705, + 221, + 720 + ], + "score": 0.92, + "content": "\\left[ \\mathbf { x } ^ { ( 1 ) } , \\ldots , \\mathbf { x } ^ { ( N ) } \\right] \\ \\in \\ \\mathbb { R } ^ { d _ { 0 } \\times N }", + "type": "inline_equation" + }, + { + "bbox": [ + 222, + 703, + 323, + 721 + ], + "score": 1.0, + "content": "with their target labels", + "type": "text" + }, + { + "bbox": [ + 323, + 704, + 480, + 720 + ], + "score": 0.9, + "content": "\\mathbf { y } \\ \\triangleq \\ \\left[ y ^ { ( 1 ) } , \\ldots , y ^ { ( N ) } \\right] ^ { \\intercal } \\ \\in \\ \\left\\{ 0 , 1 \\right\\} ^ { N } -", + "type": "inline_equation" + }, + { + "bbox": [ + 480, + 703, + 506, + 721 + ], + "score": 1.0, + "content": "each", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 718, + 505, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 718, + 189, + 734 + ], + "score": 1.0, + "content": "datapoint-label pair", + "type": "text" + }, + { + "bbox": [ + 189, + 719, + 237, + 734 + ], + "score": 0.91, + "content": "\\left( \\mathbf { x } ^ { ( n ) } , y ^ { ( n ) } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 237, + 718, + 461, + 734 + ], + "score": 1.0, + "content": "is independently sampled from some joint distribution", + "type": "text" + }, + { + "bbox": [ + 461, + 721, + 484, + 733 + ], + "score": 0.9, + "content": "\\mathbb { P } _ { X , Y }", + "type": "inline_equation" + }, + { + "bbox": [ + 485, + 718, + 505, + 734 + ], + "score": 1.0, + "content": ". We", + "type": "text" + } + ], + "index": 49 + } + ], + "index": 47.5 + } + ], + "page_idx": 2, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 309, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 309, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 751, + 309, + 760 + ], + "lines": [ + { + "bbox": [ + 301, + 750, + 310, + 762 + ], + "spans": [ + { + "bbox": [ + 301, + 750, + 310, + 762 + ], + "score": 1.0, + "content": "3", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 160 + ], + "lines": [], + "index": 3, + "bbox_fs": [ + 105, + 83, + 506, + 161 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 107, + 165, + 505, + 199 + ], + "lines": [ + { + "bbox": [ + 105, + 164, + 506, + 179 + ], + "spans": [ + { + "bbox": [ + 105, + 164, + 506, + 179 + ], + "score": 1.0, + "content": "In assumption 2 we use this asymptotic limit to simplify our proofs and final results. Multiplicative", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 175, + 506, + 190 + ], + "spans": [ + { + "bbox": [ + 105, + 175, + 234, + 190 + ], + "score": 1.0, + "content": "constants and finite (yet large)", + "type": "text" + }, + { + "bbox": [ + 234, + 177, + 244, + 186 + ], + "score": 0.76, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 245, + 175, + 506, + 190 + ], + "score": 1.0, + "content": "results can be found by inspection of the proofs. We assume a", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 187, + 425, + 201 + ], + "spans": [ + { + "bbox": [ + 105, + 187, + 164, + 201 + ], + "score": 1.0, + "content": "constant error", + "type": "text" + }, + { + "bbox": [ + 164, + 190, + 170, + 197 + ], + "score": 0.69, + "content": "\\epsilon", + "type": "inline_equation" + }, + { + "bbox": [ + 170, + 187, + 267, + 201 + ], + "score": 1.0, + "content": "since typically the limit", + "type": "text" + }, + { + "bbox": [ + 267, + 187, + 293, + 198 + ], + "score": 0.9, + "content": "\\epsilon 0", + "type": "inline_equation" + }, + { + "bbox": [ + 293, + 187, + 425, + 201 + ], + "score": 1.0, + "content": "is avoided to prevent overfitting.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8, + "bbox_fs": [ + 105, + 164, + 506, + 201 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 203, + 505, + 249 + ], + "lines": [ + { + "bbox": [ + 105, + 203, + 505, + 217 + ], + "spans": [ + { + "bbox": [ + 105, + 204, + 271, + 217 + ], + "score": 1.0, + "content": "In assumption 3, for simplicity we have", + "type": "text" + }, + { + "bbox": [ + 272, + 203, + 299, + 215 + ], + "score": 0.91, + "content": "d _ { 0 } { \\dot { \\le } } N", + "type": "inline_equation" + }, + { + "bbox": [ + 300, + 204, + 373, + 217 + ], + "score": 1.0, + "content": ", since in the case", + "type": "text" + }, + { + "bbox": [ + 373, + 204, + 408, + 215 + ], + "score": 0.91, + "content": "d _ { 0 } \\geq N", + "type": "inline_equation" + }, + { + "bbox": [ + 408, + 204, + 505, + 217 + ], + "score": 1.0, + "content": "the input is generically", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 214, + 506, + 227 + ], + "spans": [ + { + "bbox": [ + 105, + 214, + 506, + 227 + ], + "score": 1.0, + "content": "linearly separable, and sub-optimal local minima are not a problem (Gori & Tesi, 1992; Safran &", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 226, + 507, + 241 + ], + "spans": [ + { + "bbox": [ + 105, + 226, + 263, + 241 + ], + "score": 1.0, + "content": "Shamir, 2016). Additionally, we have", + "type": "text" + }, + { + "bbox": [ + 264, + 226, + 299, + 239 + ], + "score": 0.92, + "content": "\\sqrt { N } \\dot { < } d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 300, + 226, + 507, + 241 + ], + "score": 1.0, + "content": ", which seems very reasonable, since for example,", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 107, + 238, + 417, + 252 + ], + "spans": [ + { + "bbox": [ + 107, + 238, + 185, + 250 + ], + "score": 0.7, + "content": "d _ { 0 } / N \\approx 0 . 0 1 6 , 0 . 0", + "type": "inline_equation" + }, + { + "bbox": [ + 185, + 238, + 417, + 252 + ], + "score": 1.0, + "content": "61 and 0.055 MNIST, CIFAR and ImageNet, respectively.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 11.5, + "bbox_fs": [ + 105, + 203, + 507, + 252 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 255, + 505, + 301 + ], + "lines": [ + { + "bbox": [ + 105, + 255, + 505, + 267 + ], + "spans": [ + { + "bbox": [ + 105, + 255, + 270, + 267 + ], + "score": 1.0, + "content": "In assumption 4, for simplicity we have", + "type": "text" + }, + { + "bbox": [ + 271, + 255, + 298, + 266 + ], + "score": 0.91, + "content": "d _ { 1 } \\dot { < } N", + "type": "inline_equation" + }, + { + "bbox": [ + 299, + 255, + 424, + 267 + ], + "score": 1.0, + "content": ", since, as mentioned earlier, if", + "type": "text" + }, + { + "bbox": [ + 425, + 255, + 459, + 266 + ], + "score": 0.91, + "content": "d _ { 1 } \\geq N", + "type": "inline_equation" + }, + { + "bbox": [ + 459, + 255, + 505, + 267 + ], + "score": 1.0, + "content": "the hidden", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 266, + 506, + 278 + ], + "spans": [ + { + "bbox": [ + 106, + 266, + 506, + 278 + ], + "score": 1.0, + "content": "layer is linearly separable with high probability, which removes sub-optimal local minima. The other", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 277, + 505, + 291 + ], + "spans": [ + { + "bbox": [ + 105, + 277, + 133, + 291 + ], + "score": 1.0, + "content": "bound", + "type": "text" + }, + { + "bbox": [ + 134, + 277, + 201, + 290 + ], + "score": 0.92, + "content": "N \\log ^ { 4 } N { \\dot { < } } d _ { 0 } d _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 201, + 277, + 505, + 291 + ], + "score": 1.0, + "content": "is our main innovation – a large over-parameterization which is nevertheless", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 290, + 311, + 302 + ], + "spans": [ + { + "bbox": [ + 105, + 290, + 311, + 302 + ], + "score": 1.0, + "content": "asymptotically mild and improves previous results.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 15.5, + "bbox_fs": [ + 105, + 255, + 506, + 302 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 317, + 506, + 482 + ], + "lines": [ + { + "bbox": [ + 105, + 316, + 506, + 331 + ], + "spans": [ + { + "bbox": [ + 105, + 316, + 506, + 331 + ], + "score": 1.0, + "content": "Previous work. So far, general low (training or test) error guarantees for MNNs could not be", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 328, + 505, + 340 + ], + "spans": [ + { + "bbox": [ + 106, + 328, + 505, + 340 + ], + "score": 1.0, + "content": "found – unless the underlying model (MNN) or learning method (SGD or its variants) have been", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 339, + 506, + 352 + ], + "spans": [ + { + "bbox": [ + 106, + 339, + 506, + 352 + ], + "score": 1.0, + "content": "significantly modified. For example, (Dauphin et al., 2014) made an analogy with high-dimensional", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 104, + 349, + 506, + 364 + ], + "spans": [ + { + "bbox": [ + 104, + 349, + 506, + 364 + ], + "score": 1.0, + "content": "random Gaussian functions, local minima with high error are exponentially rare in high dimensions;", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 104, + 360, + 507, + 375 + ], + "spans": [ + { + "bbox": [ + 104, + 360, + 507, + 375 + ], + "score": 1.0, + "content": "(Choromanska et al., 2015; Kawaguchi, 2016) replaced the units (activation functions) with indepen-", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 372, + 506, + 384 + ], + "spans": [ + { + "bbox": [ + 105, + 372, + 506, + 384 + ], + "score": 1.0, + "content": "dent random variables; (Pennington & Bahri, 2017) replaces the weights and error residuals with", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 383, + 506, + 396 + ], + "spans": [ + { + "bbox": [ + 106, + 383, + 506, + 396 + ], + "score": 1.0, + "content": "independent random variables; (Baldi, 1989; Saxe et al., 2014; Hardt & Ma, 2017; Lu & Kawaguchi,", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 392, + 507, + 408 + ], + "spans": [ + { + "bbox": [ + 105, + 392, + 507, + 408 + ], + "score": 1.0, + "content": "2017; Zhou & Feng, 2017) used linear units; (Zhang et al., 2017b) used unconventional units (e.g.,", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 405, + 507, + 418 + ], + "spans": [ + { + "bbox": [ + 106, + 405, + 275, + 418 + ], + "score": 1.0, + "content": "polynomials) and very large hidden layers", + "type": "text" + }, + { + "bbox": [ + 276, + 405, + 339, + 417 + ], + "score": 0.84, + "content": "( d _ { 1 } = \\mathrm { p o l y } \\left( d _ { 0 } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 339, + 405, + 379, + 418 + ], + "score": 1.0, + "content": ", typically", + "type": "text" + }, + { + "bbox": [ + 379, + 405, + 403, + 416 + ], + "score": 0.86, + "content": "\\gg N", + "type": "inline_equation" + }, + { + "bbox": [ + 403, + 405, + 507, + 418 + ], + "score": 1.0, + "content": "); (Brutzkus & Globerson,", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 415, + 504, + 429 + ], + "spans": [ + { + "bbox": [ + 105, + 415, + 493, + 429 + ], + "score": 1.0, + "content": "2017; Du et al., 2017; Shalev-Shwartz et al., 2017) used a modified convnet model with less then", + "type": "text" + }, + { + "bbox": [ + 493, + 416, + 504, + 427 + ], + "score": 0.86, + "content": "d _ { 0 }", + "type": "inline_equation" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 427, + 506, + 439 + ], + "spans": [ + { + "bbox": [ + 105, + 427, + 506, + 439 + ], + "score": 1.0, + "content": "parameters (therefore, not a universal approximator (Cybenko, 1989; Hornik, 1991)); (Tian, 2017;", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 438, + 506, + 451 + ], + "spans": [ + { + "bbox": [ + 106, + 438, + 506, + 451 + ], + "score": 1.0, + "content": "Soltanolkotabi et al., 2017; Li & Yuan, 2017) assume the weights are initialized very close to those of", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 449, + 506, + 461 + ], + "spans": [ + { + "bbox": [ + 105, + 449, + 506, + 461 + ], + "score": 1.0, + "content": "the teacher generating the labels; and (Janzamin et al., 2015; Zhong et al., 2017) use a non-standard", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 460, + 506, + 473 + ], + "spans": [ + { + "bbox": [ + 105, + 460, + 506, + 473 + ], + "score": 1.0, + "content": "tensor method during training. Such approaches fall short of explaining the widespread success of", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 471, + 290, + 483 + ], + "spans": [ + { + "bbox": [ + 105, + 471, + 290, + 483 + ], + "score": 1.0, + "content": "standard MNN models and training practices.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 25, + "bbox_fs": [ + 104, + 316, + 507, + 483 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 487, + 506, + 594 + ], + "lines": [ + { + "bbox": [ + 105, + 486, + 506, + 500 + ], + "spans": [ + { + "bbox": [ + 105, + 486, + 506, + 500 + ], + "score": 1.0, + "content": "Other works placed strong assumptions on the target functions. For example, to prove convergence of", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 498, + 506, + 511 + ], + "spans": [ + { + "bbox": [ + 106, + 498, + 506, + 511 + ], + "score": 1.0, + "content": "the training error near the global minimum, (Gori & Tesi, 1992) assumed linearly separable datasets,", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 509, + 506, + 522 + ], + "spans": [ + { + "bbox": [ + 105, + 509, + 506, + 522 + ], + "score": 1.0, + "content": "while (Safran & Shamir, 2016) assumed strong clustering of the targets (“near” linear-separability).", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 521, + 506, + 533 + ], + "spans": [ + { + "bbox": [ + 106, + 521, + 253, + 533 + ], + "score": 1.0, + "content": "Also, (Andoni et al., 2014) showed a", + "type": "text" + }, + { + "bbox": [ + 253, + 523, + 259, + 532 + ], + "score": 0.79, + "content": "p", + "type": "inline_equation" + }, + { + "bbox": [ + 259, + 521, + 506, + 533 + ], + "score": 1.0, + "content": "-degree polynomial is learnable by a MNN, if the hidden layer", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 102, + 530, + 510, + 552 + ], + "spans": [ + { + "bbox": [ + 102, + 530, + 158, + 552 + ], + "score": 1.0, + "content": "is very large", + "type": "text" + }, + { + "bbox": [ + 159, + 532, + 219, + 551 + ], + "score": 0.94, + "content": "( d _ { 1 } = \\Omega \\left( d _ { 0 } ^ { 6 p } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 219, + 530, + 259, + 552 + ], + "score": 1.0, + "content": ", typically", + "type": "text" + }, + { + "bbox": [ + 259, + 535, + 284, + 546 + ], + "score": 0.85, + "content": "\\gg N", + "type": "inline_equation" + }, + { + "bbox": [ + 284, + 530, + 510, + 552 + ], + "score": 1.0, + "content": ") so learning the last weight layer is sufficient. However,", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 549, + 505, + 562 + ], + "spans": [ + { + "bbox": [ + 106, + 549, + 505, + 562 + ], + "score": 1.0, + "content": "these are not the typical regimes in which MNNs are required or used. In contrast, we make no", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 560, + 506, + 572 + ], + "spans": [ + { + "bbox": [ + 105, + 560, + 506, + 572 + ], + "score": 1.0, + "content": "assumption on the target function. Other closely related results (Soudry & Carmon, 2016; Xie et al.,", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 570, + 506, + 585 + ], + "spans": [ + { + "bbox": [ + 105, + 570, + 506, + 585 + ], + "score": 1.0, + "content": "2016) also used unrealistic assumptions, are discussed in section 6, in regards to the details of our", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 583, + 160, + 593 + ], + "spans": [ + { + "bbox": [ + 106, + 583, + 160, + 593 + ], + "score": 1.0, + "content": "main results.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 37, + "bbox_fs": [ + 102, + 486, + 510, + 593 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 599, + 505, + 632 + ], + "lines": [ + { + "bbox": [ + 105, + 598, + 505, + 612 + ], + "spans": [ + { + "bbox": [ + 105, + 598, + 505, + 612 + ], + "score": 1.0, + "content": "Therefore, in contrast to previous works, the assumptions in this paper are applicable in some", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 609, + 507, + 624 + ], + "spans": [ + { + "bbox": [ + 105, + 609, + 507, + 624 + ], + "score": 1.0, + "content": "situations (e.g., Gaussian input) where a MNN trained using SGD might be used and be useful (e.g.,", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 622, + 287, + 633 + ], + "spans": [ + { + "bbox": [ + 106, + 622, + 287, + 633 + ], + "score": 1.0, + "content": "have a lower test error then a linear classier).", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 43, + "bbox_fs": [ + 105, + 598, + 507, + 633 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 653, + 288, + 665 + ], + "lines": [ + { + "bbox": [ + 104, + 651, + 290, + 667 + ], + "spans": [ + { + "bbox": [ + 104, + 651, + 290, + 667 + ], + "score": 1.0, + "content": "2 PRELIMINARIES AND NOTATION", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 45 + }, + { + "type": "text", + "bbox": [ + 107, + 680, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 679, + 506, + 693 + ], + "spans": [ + { + "bbox": [ + 105, + 679, + 506, + 693 + ], + "score": 1.0, + "content": "Model. We examine a Multilayer Neural Network (MNN) with a single hidden layer and a", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 691, + 505, + 705 + ], + "spans": [ + { + "bbox": [ + 105, + 691, + 377, + 705 + ], + "score": 1.0, + "content": "scalar output. The MNN is trained on a finite training set of", + "type": "text" + }, + { + "bbox": [ + 377, + 693, + 387, + 703 + ], + "score": 0.82, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 388, + 691, + 479, + 705 + ], + "score": 1.0, + "content": "datapoints (features)", + "type": "text" + }, + { + "bbox": [ + 480, + 691, + 505, + 703 + ], + "score": 0.53, + "content": "\\textbf { X } \\triangleq", + "type": "inline_equation" + } + ], + "index": 47 + }, + { + "bbox": [ + 107, + 703, + 506, + 721 + ], + "spans": [ + { + "bbox": [ + 107, + 705, + 221, + 720 + ], + "score": 0.92, + "content": "\\left[ \\mathbf { x } ^ { ( 1 ) } , \\ldots , \\mathbf { x } ^ { ( N ) } \\right] \\ \\in \\ \\mathbb { R } ^ { d _ { 0 } \\times N }", + "type": "inline_equation" + }, + { + "bbox": [ + 222, + 703, + 323, + 721 + ], + "score": 1.0, + "content": "with their target labels", + "type": "text" + }, + { + "bbox": [ + 323, + 704, + 480, + 720 + ], + "score": 0.9, + "content": "\\mathbf { y } \\ \\triangleq \\ \\left[ y ^ { ( 1 ) } , \\ldots , y ^ { ( N ) } \\right] ^ { \\intercal } \\ \\in \\ \\left\\{ 0 , 1 \\right\\} ^ { N } -", + "type": "inline_equation" + }, + { + "bbox": [ + 480, + 703, + 506, + 721 + ], + "score": 1.0, + "content": "each", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 718, + 505, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 718, + 189, + 734 + ], + "score": 1.0, + "content": "datapoint-label pair", + "type": "text" + }, + { + "bbox": [ + 189, + 719, + 237, + 734 + ], + "score": 0.91, + "content": "\\left( \\mathbf { x } ^ { ( n ) } , y ^ { ( n ) } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 237, + 718, + 461, + 734 + ], + "score": 1.0, + "content": "is independently sampled from some joint distribution", + "type": "text" + }, + { + "bbox": [ + 461, + 721, + 484, + 733 + ], + "score": 0.9, + "content": "\\mathbb { P } _ { X , Y }", + "type": "inline_equation" + }, + { + "bbox": [ + 485, + 718, + 505, + 734 + ], + "score": 1.0, + "content": ". We", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 104, + 79, + 506, + 96 + ], + "spans": [ + { + "bbox": [ + 104, + 79, + 134, + 96 + ], + "score": 1.0, + "content": "define", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 135, + 80, + 271, + 95 + ], + "score": 0.92, + "content": "\\mathbf { W } = \\left[ \\mathbf { w } _ { 1 } , \\ldots , \\mathbf { w } _ { d _ { 1 } } \\right] ^ { \\top } \\in \\mathbb { R } ^ { d _ { 1 } \\times d _ { 0 } }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 271, + 79, + 291, + 96 + ], + "score": 1.0, + "content": "and", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 291, + 82, + 327, + 93 + ], + "score": 0.91, + "content": "\\mathbf { z } \\in \\mathbb { R } ^ { d _ { 1 } }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 327, + 79, + 506, + 96 + ], + "score": 1.0, + "content": "as the first and second weight layers (bias", + "type": "text", + "cross_page": true + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 506, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 316, + 106 + ], + "score": 1.0, + "content": "terms are ignored for simplicity), respectively, and", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 316, + 93, + 335, + 106 + ], + "score": 0.9, + "content": "f \\left( \\cdot \\right)", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 336, + 93, + 506, + 106 + ], + "score": 1.0, + "content": "as the common leaky rectifier linear unit", + "type": "text", + "cross_page": true + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 104, + 224, + 117 + ], + "spans": [ + { + "bbox": [ + 106, + 104, + 224, + 117 + ], + "score": 1.0, + "content": "(LReLU (Maas et al., 2013))", + "type": "text", + "cross_page": true + } + ], + "index": 2 + } + ], + "index": 47.5, + "bbox_fs": [ + 105, + 679, + 506, + 734 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 80, + 505, + 116 + ], + "lines": [ + { + "bbox": [ + 104, + 79, + 506, + 96 + ], + "spans": [ + { + "bbox": [ + 104, + 79, + 134, + 96 + ], + "score": 1.0, + "content": "define", + "type": "text" + }, + { + "bbox": [ + 135, + 80, + 271, + 95 + ], + "score": 0.92, + "content": "\\mathbf { W } = \\left[ \\mathbf { w } _ { 1 } , \\ldots , \\mathbf { w } _ { d _ { 1 } } \\right] ^ { \\top } \\in \\mathbb { R } ^ { d _ { 1 } \\times d _ { 0 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 271, + 79, + 291, + 96 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 291, + 82, + 327, + 93 + ], + "score": 0.91, + "content": "\\mathbf { z } \\in \\mathbb { R } ^ { d _ { 1 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 327, + 79, + 506, + 96 + ], + "score": 1.0, + "content": "as the first and second weight layers (bias", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 506, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 316, + 106 + ], + "score": 1.0, + "content": "terms are ignored for simplicity), respectively, and", + "type": "text" + }, + { + "bbox": [ + 316, + 93, + 335, + 106 + ], + "score": 0.9, + "content": "f \\left( \\cdot \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 336, + 93, + 506, + 106 + ], + "score": 1.0, + "content": "as the common leaky rectifier linear unit", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 104, + 224, + 117 + ], + "spans": [ + { + "bbox": [ + 106, + 104, + 224, + 117 + ], + "score": 1.0, + "content": "(LReLU (Maas et al., 2013))", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1 + }, + { + "type": "interline_equation", + "bbox": [ + 207, + 122, + 402, + 150 + ], + "lines": [ + { + "bbox": [ + 207, + 122, + 402, + 150 + ], + "spans": [ + { + "bbox": [ + 207, + 122, + 402, + 150 + ], + "score": 0.93, + "content": "\\begin{array} { r } { f \\left( u \\right) \\triangleq u a \\left( u \\right) \\mathrm { ~ w i t h ~ } a \\left( u \\right) \\triangleq \\left\\{ \\begin{array} { l l } { 1 } & { \\mathrm { , ~ i f ~ } , u > 0 } \\\\ { \\rho } & { \\mathrm { , ~ i f ~ } u < 0 } \\end{array} \\right. , } \\end{array}", + "type": "interline_equation", + "image_path": "7d14c788deba198f0ff60c39cd0408b4df4d1bb3ecf62504fd6993a55ad18adc.jpg" + } + ] + } + ], + "index": 3.5, + "virtual_lines": [ + { + "bbox": [ + 207, + 122, + 402, + 136.0 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 207, + 136.0, + 402, + 150.0 + ], + "spans": [], + "index": 4 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 155, + 505, + 190 + ], + "lines": [ + { + "bbox": [ + 105, + 155, + 505, + 169 + ], + "spans": [ + { + "bbox": [ + 105, + 155, + 144, + 169 + ], + "score": 1.0, + "content": "for some", + "type": "text" + }, + { + "bbox": [ + 144, + 156, + 169, + 168 + ], + "score": 0.91, + "content": "\\rho \\neq 1", + "type": "inline_equation" + }, + { + "bbox": [ + 169, + 155, + 372, + 169 + ], + "score": 1.0, + "content": "(so the MNN is non-linear) , where both functions", + "type": "text" + }, + { + "bbox": [ + 372, + 156, + 379, + 167 + ], + "score": 0.86, + "content": "f", + "type": "inline_equation" + }, + { + "bbox": [ + 380, + 155, + 397, + 169 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 397, + 158, + 404, + 166 + ], + "score": 0.75, + "content": "a", + "type": "inline_equation" + }, + { + "bbox": [ + 404, + 155, + 505, + 169 + ], + "score": 1.0, + "content": "operate component-wise", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 104, + 166, + 507, + 181 + ], + "spans": [ + { + "bbox": [ + 104, + 166, + 206, + 181 + ], + "score": 1.0, + "content": "(e.g., for any matrix M:", + "type": "text" + }, + { + "bbox": [ + 206, + 167, + 296, + 181 + ], + "score": 0.92, + "content": "\\left( f \\left( \\mathbf { M } \\right) \\right) _ { i j } = f \\left( M _ { i j } \\right) )", + "type": "inline_equation" + }, + { + "bbox": [ + 296, + 166, + 507, + 181 + ], + "score": 1.0, + "content": ". Thus, the output of the MNN on the entire dataset", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 178, + 177, + 191 + ], + "spans": [ + { + "bbox": [ + 105, + 178, + 177, + 191 + ], + "score": 1.0, + "content": "can be written as", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6 + }, + { + "type": "interline_equation", + "bbox": [ + 264, + 187, + 347, + 203 + ], + "lines": [ + { + "bbox": [ + 264, + 187, + 347, + 203 + ], + "spans": [ + { + "bbox": [ + 264, + 187, + 347, + 203 + ], + "score": 0.92, + "content": "{ f } \\left( { { \\mathbf { W } } { \\mathbf { X } } } \\right) ^ { \\top } { \\mathbf { z } } \\in \\mathbb { R } ^ { N } .", + "type": "interline_equation", + "image_path": "31d1af998fb84aae4abcba4d1bf0020e8eebacdbc76bd0f09db83f51d01ccacb.jpg" + } + ] + } + ], + "index": 8, + "virtual_lines": [ + { + "bbox": [ + 264, + 187, + 347, + 203 + ], + "spans": [], + "index": 8 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 205, + 342, + 218 + ], + "lines": [ + { + "bbox": [ + 105, + 204, + 341, + 220 + ], + "spans": [ + { + "bbox": [ + 105, + 204, + 341, + 220 + ], + "score": 1.0, + "content": "We use the mean square error (MSE) loss for optimization", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 9 + }, + { + "type": "interline_equation", + "bbox": [ + 210, + 222, + 399, + 246 + ], + "lines": [ + { + "bbox": [ + 210, + 222, + 399, + 246 + ], + "spans": [ + { + "bbox": [ + 210, + 222, + 399, + 246 + ], + "score": 0.93, + "content": "\\operatorname { M S E } \\triangleq \\frac { 1 } { N } \\left. \\mathbf { e } \\right. ^ { 2 } \\mathrm { w i t h } \\mathbf { e } \\triangleq \\mathbf { y } - f \\left( \\mathbf { W } \\mathbf { X } \\right) ^ { \\top } \\mathbf { z } ,", + "type": "interline_equation", + "image_path": "e30e527d3a5961bf2ad196071dc9d2f7110c46f6ce76c43d60553cb325fef718.jpg" + } + ] + } + ], + "index": 10, + "virtual_lines": [ + { + "bbox": [ + 210, + 222, + 399, + 246 + ], + "spans": [], + "index": 10 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 252, + 505, + 307 + ], + "lines": [ + { + "bbox": [ + 106, + 252, + 505, + 264 + ], + "spans": [ + { + "bbox": [ + 106, + 252, + 133, + 264 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 252, + 147, + 264 + ], + "score": 0.88, + "content": "\\lVert \\cdot \\rVert", + "type": "inline_equation" + }, + { + "bbox": [ + 147, + 252, + 505, + 264 + ], + "score": 1.0, + "content": "is the standard euclidean norm. Also, we measure the empiric performance as the fraction", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 263, + 505, + 275 + ], + "spans": [ + { + "bbox": [ + 106, + 263, + 379, + 275 + ], + "score": 1.0, + "content": "of samples that are classified correctly using a decision threshold at", + "type": "text" + }, + { + "bbox": [ + 380, + 264, + 412, + 274 + ], + "score": 0.9, + "content": "y = 0 . 5", + "type": "inline_equation" + }, + { + "bbox": [ + 412, + 263, + 505, + 275 + ], + "score": 1.0, + "content": ", and denote this as the", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 104, + 272, + 506, + 286 + ], + "spans": [ + { + "bbox": [ + 104, + 272, + 217, + 286 + ], + "score": 1.0, + "content": "mean classification error, or", + "type": "text" + }, + { + "bbox": [ + 217, + 273, + 244, + 284 + ], + "score": 0.82, + "content": "\\mathbf { M C E } ^ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 244, + 272, + 337, + 286 + ], + "score": 1.0, + "content": ". Note that the variables", + "type": "text" + }, + { + "bbox": [ + 338, + 276, + 344, + 284 + ], + "score": 0.4, + "content": "\\mathbf { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 344, + 272, + 506, + 286 + ], + "score": 1.0, + "content": ", MSE, MCE and other related variables", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 284, + 506, + 299 + ], + "spans": [ + { + "bbox": [ + 105, + 284, + 259, + 299 + ], + "score": 1.0, + "content": "(e.g., their derivatives) all depend on", + "type": "text" + }, + { + "bbox": [ + 259, + 285, + 306, + 296 + ], + "score": 0.91, + "content": "\\mathbf { W } , \\mathbf { z } , \\mathbf { X } , \\mathbf { y }", + "type": "inline_equation" + }, + { + "bbox": [ + 306, + 284, + 325, + 299 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 325, + 287, + 332, + 297 + ], + "score": 0.8, + "content": "\\rho", + "type": "inline_equation" + }, + { + "bbox": [ + 332, + 284, + 506, + 299 + ], + "score": 1.0, + "content": ", but we keep this dependency implicit, to", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 296, + 221, + 308 + ], + "spans": [ + { + "bbox": [ + 106, + 296, + 221, + 308 + ], + "score": 1.0, + "content": "avoid cumbersome notation.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 13 + }, + { + "type": "text", + "bbox": [ + 106, + 317, + 505, + 370 + ], + "lines": [ + { + "bbox": [ + 104, + 316, + 505, + 336 + ], + "spans": [ + { + "bbox": [ + 104, + 316, + 420, + 336 + ], + "score": 1.0, + "content": "Additional Notation. We define g (x) 0 } \\\\ { \\rho } & { \\mathrm { , ~ i f ~ } u < 0 } \\end{array} \\right. , } \\end{array}", + "type": "interline_equation", + "image_path": "7d14c788deba198f0ff60c39cd0408b4df4d1bb3ecf62504fd6993a55ad18adc.jpg" + } + ] + } + ], + "index": 3.5, + "virtual_lines": [ + { + "bbox": [ + 207, + 122, + 402, + 136.0 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 207, + 136.0, + 402, + 150.0 + ], + "spans": [], + "index": 4 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 155, + 505, + 190 + ], + "lines": [ + { + "bbox": [ + 105, + 155, + 505, + 169 + ], + "spans": [ + { + "bbox": [ + 105, + 155, + 144, + 169 + ], + "score": 1.0, + "content": "for some", + "type": "text" + }, + { + "bbox": [ + 144, + 156, + 169, + 168 + ], + "score": 0.91, + "content": "\\rho \\neq 1", + "type": "inline_equation" + }, + { + "bbox": [ + 169, + 155, + 372, + 169 + ], + "score": 1.0, + "content": "(so the MNN is non-linear) , where both functions", + "type": "text" + }, + { + "bbox": [ + 372, + 156, + 379, + 167 + ], + "score": 0.86, + "content": "f", + "type": "inline_equation" + }, + { + "bbox": [ + 380, + 155, + 397, + 169 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 397, + 158, + 404, + 166 + ], + "score": 0.75, + "content": "a", + "type": "inline_equation" + }, + { + "bbox": [ + 404, + 155, + 505, + 169 + ], + "score": 1.0, + "content": "operate component-wise", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 104, + 166, + 507, + 181 + ], + "spans": [ + { + "bbox": [ + 104, + 166, + 206, + 181 + ], + "score": 1.0, + "content": "(e.g., for any matrix M:", + "type": "text" + }, + { + "bbox": [ + 206, + 167, + 296, + 181 + ], + "score": 0.92, + "content": "\\left( f \\left( \\mathbf { M } \\right) \\right) _ { i j } = f \\left( M _ { i j } \\right) )", + "type": "inline_equation" + }, + { + "bbox": [ + 296, + 166, + 507, + 181 + ], + "score": 1.0, + "content": ". Thus, the output of the MNN on the entire dataset", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 178, + 177, + 191 + ], + "spans": [ + { + "bbox": [ + 105, + 178, + 177, + 191 + ], + "score": 1.0, + "content": "can be written as", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6, + "bbox_fs": [ + 104, + 155, + 507, + 191 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 264, + 187, + 347, + 203 + ], + "lines": [ + { + "bbox": [ + 264, + 187, + 347, + 203 + ], + "spans": [ + { + "bbox": [ + 264, + 187, + 347, + 203 + ], + "score": 0.92, + "content": "{ f } \\left( { { \\mathbf { W } } { \\mathbf { X } } } \\right) ^ { \\top } { \\mathbf { z } } \\in \\mathbb { R } ^ { N } .", + "type": "interline_equation", + "image_path": "31d1af998fb84aae4abcba4d1bf0020e8eebacdbc76bd0f09db83f51d01ccacb.jpg" + } + ] + } + ], + "index": 8, + "virtual_lines": [ + { + "bbox": [ + 264, + 187, + 347, + 203 + ], + "spans": [], + "index": 8 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 205, + 342, + 218 + ], + "lines": [ + { + "bbox": [ + 105, + 204, + 341, + 220 + ], + "spans": [ + { + "bbox": [ + 105, + 204, + 341, + 220 + ], + "score": 1.0, + "content": "We use the mean square error (MSE) loss for optimization", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 9, + "bbox_fs": [ + 105, + 204, + 341, + 220 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 210, + 222, + 399, + 246 + ], + "lines": [ + { + "bbox": [ + 210, + 222, + 399, + 246 + ], + "spans": [ + { + "bbox": [ + 210, + 222, + 399, + 246 + ], + "score": 0.93, + "content": "\\operatorname { M S E } \\triangleq \\frac { 1 } { N } \\left. \\mathbf { e } \\right. ^ { 2 } \\mathrm { w i t h } \\mathbf { e } \\triangleq \\mathbf { y } - f \\left( \\mathbf { W } \\mathbf { X } \\right) ^ { \\top } \\mathbf { z } ,", + "type": "interline_equation", + "image_path": "e30e527d3a5961bf2ad196071dc9d2f7110c46f6ce76c43d60553cb325fef718.jpg" + } + ] + } + ], + "index": 10, + "virtual_lines": [ + { + "bbox": [ + 210, + 222, + 399, + 246 + ], + "spans": [], + "index": 10 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 252, + 505, + 307 + ], + "lines": [ + { + "bbox": [ + 106, + 252, + 505, + 264 + ], + "spans": [ + { + "bbox": [ + 106, + 252, + 133, + 264 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 252, + 147, + 264 + ], + "score": 0.88, + "content": "\\lVert \\cdot \\rVert", + "type": "inline_equation" + }, + { + "bbox": [ + 147, + 252, + 505, + 264 + ], + "score": 1.0, + "content": "is the standard euclidean norm. Also, we measure the empiric performance as the fraction", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 263, + 505, + 275 + ], + "spans": [ + { + "bbox": [ + 106, + 263, + 379, + 275 + ], + "score": 1.0, + "content": "of samples that are classified correctly using a decision threshold at", + "type": "text" + }, + { + "bbox": [ + 380, + 264, + 412, + 274 + ], + "score": 0.9, + "content": "y = 0 . 5", + "type": "inline_equation" + }, + { + "bbox": [ + 412, + 263, + 505, + 275 + ], + "score": 1.0, + "content": ", and denote this as the", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 104, + 272, + 506, + 286 + ], + "spans": [ + { + "bbox": [ + 104, + 272, + 217, + 286 + ], + "score": 1.0, + "content": "mean classification error, or", + "type": "text" + }, + { + "bbox": [ + 217, + 273, + 244, + 284 + ], + "score": 0.82, + "content": "\\mathbf { M C E } ^ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 244, + 272, + 337, + 286 + ], + "score": 1.0, + "content": ". Note that the variables", + "type": "text" + }, + { + "bbox": [ + 338, + 276, + 344, + 284 + ], + "score": 0.4, + "content": "\\mathbf { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 344, + 272, + 506, + 286 + ], + "score": 1.0, + "content": ", MSE, MCE and other related variables", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 284, + 506, + 299 + ], + "spans": [ + { + "bbox": [ + 105, + 284, + 259, + 299 + ], + "score": 1.0, + "content": "(e.g., their derivatives) all depend on", + "type": "text" + }, + { + "bbox": [ + 259, + 285, + 306, + 296 + ], + "score": 0.91, + "content": "\\mathbf { W } , \\mathbf { z } , \\mathbf { X } , \\mathbf { y }", + "type": "inline_equation" + }, + { + "bbox": [ + 306, + 284, + 325, + 299 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 325, + 287, + 332, + 297 + ], + "score": 0.8, + "content": "\\rho", + "type": "inline_equation" + }, + { + "bbox": [ + 332, + 284, + 506, + 299 + ], + "score": 1.0, + "content": ", but we keep this dependency implicit, to", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 296, + 221, + 308 + ], + "spans": [ + { + "bbox": [ + 106, + 296, + 221, + 308 + ], + "score": 1.0, + "content": "avoid cumbersome notation.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 13, + "bbox_fs": [ + 104, + 252, + 506, + 308 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 317, + 505, + 370 + ], + "lines": [ + { + "bbox": [ + 104, + 316, + 505, + 336 + ], + "spans": [ + { + "bbox": [ + 104, + 316, + 420, + 336 + ], + "score": 1.0, + "content": "Additional Notation. We define g (x) \\epsilon > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 318, + 395, + 505, + 408 + ], + "score": 1.0, + "content": ". We would like to compare the angular volume", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 407, + 482, + 419 + ], + "spans": [ + { + "bbox": [ + 106, + 407, + 482, + 419 + ], + "score": 1.0, + "content": "(definition 3) corresponding to both types of DLMs. Thus, we make the following definitions.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 21 + }, + { + "type": "text", + "bbox": [ + 107, + 420, + 505, + 455 + ], + "lines": [ + { + "bbox": [ + 105, + 418, + 506, + 434 + ], + "spans": [ + { + "bbox": [ + 105, + 418, + 208, + 434 + ], + "score": 1.0, + "content": "Definition 4. We define3", + "type": "text" + }, + { + "bbox": [ + 209, + 420, + 264, + 432 + ], + "score": 0.9, + "content": "\\mathcal { L } _ { \\epsilon } \\subset \\mathbb { R } ^ { d _ { 1 } \\times d _ { 0 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 264, + 418, + 506, + 434 + ], + "score": 1.0, + "content": "as the union of differentiable regions containing sub-optimal", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 429, + 506, + 446 + ], + "spans": [ + { + "bbox": [ + 105, + 429, + 157, + 446 + ], + "score": 1.0, + "content": "DLMs with", + "type": "text" + }, + { + "bbox": [ + 157, + 433, + 198, + 443 + ], + "score": 0.86, + "content": "\\mathrm { M C E } > \\epsilon", + "type": "inline_equation" + }, + { + "bbox": [ + 198, + 429, + 222, + 446 + ], + "score": 1.0, + "content": ", and", + "type": "text" + }, + { + "bbox": [ + 222, + 432, + 275, + 443 + ], + "score": 0.91, + "content": "\\mathcal { G } \\subset \\mathbb { R } ^ { d _ { 1 } \\times d _ { 0 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 275, + 429, + 506, + 446 + ], + "score": 1.0, + "content": "as the union of differentiable regions containing global", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 444, + 206, + 455 + ], + "spans": [ + { + "bbox": [ + 106, + 444, + 159, + 455 + ], + "score": 1.0, + "content": "minima with", + "type": "text" + }, + { + "bbox": [ + 159, + 444, + 202, + 454 + ], + "score": 0.87, + "content": "\\mathrm { M C E } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 202, + 444, + 206, + 455 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24 + }, + { + "type": "text", + "bbox": [ + 106, + 457, + 504, + 483 + ], + "lines": [ + { + "bbox": [ + 104, + 454, + 506, + 473 + ], + "spans": [ + { + "bbox": [ + 104, + 454, + 263, + 473 + ], + "score": 1.0, + "content": "Definition 5. We define the constant", + "type": "text" + }, + { + "bbox": [ + 263, + 461, + 274, + 470 + ], + "score": 0.83, + "content": "\\gamma _ { \\epsilon }", + "type": "inline_equation" + }, + { + "bbox": [ + 274, + 454, + 288, + 473 + ], + "score": 1.0, + "content": "as", + "type": "text" + }, + { + "bbox": [ + 288, + 456, + 473, + 471 + ], + "score": 0.58, + "content": "\\begin{array} { r } { \\gamma _ { \\epsilon } \\triangleq 0 . 2 3 \\operatorname* { m a x } \\left[ \\operatorname* { l i m } _ { N \\to \\infty } \\left( d _ { 0 } \\left( N \\right) / N \\right) , \\epsilon \\right] ^ { 3 / 4 } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 474, + 454, + 484, + 473 + ], + "score": 1.0, + "content": "if", + "type": "text" + }, + { + "bbox": [ + 485, + 458, + 506, + 471 + ], + "score": 0.8, + "content": "\\rho \\neq", + "type": "inline_equation" + } + ], + "index": 26 + }, + { + "bbox": [ + 107, + 470, + 249, + 484 + ], + "spans": [ + { + "bbox": [ + 107, + 471, + 132, + 483 + ], + "score": 0.9, + "content": "\\{ 0 , 1 \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 132, + 470, + 152, + 484 + ], + "score": 1.0, + "content": ", and", + "type": "text" + }, + { + "bbox": [ + 153, + 470, + 210, + 483 + ], + "score": 0.91, + "content": "\\gamma _ { \\epsilon } \\triangleq 0 . 2 3 \\epsilon ^ { 3 / 4 }", + "type": "inline_equation" + }, + { + "bbox": [ + 210, + 470, + 220, + 484 + ], + "score": 1.0, + "content": "if", + "type": "text" + }, + { + "bbox": [ + 221, + 471, + 245, + 483 + ], + "score": 0.9, + "content": "\\rho = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 245, + 470, + 249, + 484 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26.5 + }, + { + "type": "text", + "bbox": [ + 107, + 492, + 505, + 526 + ], + "lines": [ + { + "bbox": [ + 105, + 491, + 505, + 505 + ], + "spans": [ + { + "bbox": [ + 105, + 491, + 505, + 505 + ], + "score": 1.0, + "content": "In this section, we use assumptions 1-4 (stated in section 1) to bound the angular volume of the region", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 504, + 505, + 516 + ], + "spans": [ + { + "bbox": [ + 106, + 504, + 118, + 514 + ], + "score": 0.87, + "content": "\\mathcal { L } _ { \\epsilon }", + "type": "inline_equation" + }, + { + "bbox": [ + 119, + 504, + 311, + 516 + ], + "score": 1.0, + "content": "encapsulating all sub-optimal DLMs, the region", + "type": "text" + }, + { + "bbox": [ + 311, + 504, + 318, + 514 + ], + "score": 0.82, + "content": "\\mathcal { G }", + "type": "inline_equation" + }, + { + "bbox": [ + 319, + 504, + 505, + 516 + ], + "score": 1.0, + "content": ", encapsulating all global minima, and the ratio", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 515, + 177, + 526 + ], + "spans": [ + { + "bbox": [ + 106, + 515, + 177, + 526 + ], + "score": 1.0, + "content": "between the two.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 29 + }, + { + "type": "text", + "bbox": [ + 105, + 537, + 504, + 561 + ], + "lines": [ + { + "bbox": [ + 105, + 536, + 505, + 552 + ], + "spans": [ + { + "bbox": [ + 105, + 536, + 505, + 552 + ], + "score": 1.0, + "content": "Angular volume of sub-optimal DLMs. First, in appendix section 8 we prove the following upper", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 550, + 192, + 561 + ], + "spans": [ + { + "bbox": [ + 106, + 550, + 192, + 561 + ], + "score": 1.0, + "content": "bound in expectation", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 31.5 + }, + { + "type": "text", + "bbox": [ + 106, + 564, + 504, + 587 + ], + "lines": [ + { + "bbox": [ + 105, + 563, + 506, + 578 + ], + "spans": [ + { + "bbox": [ + 105, + 563, + 506, + 578 + ], + "score": 1.0, + "content": "Theorem 6. Given assumptions 1-4, the expected angular volume of sub-optimal DLMs, with", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 575, + 310, + 588 + ], + "spans": [ + { + "bbox": [ + 106, + 576, + 167, + 587 + ], + "score": 0.86, + "content": "\\mathrm { M C E } > \\epsilon > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 167, + 575, + 287, + 588 + ], + "score": 1.0, + "content": ", is exponentially vanishing in", + "type": "text" + }, + { + "bbox": [ + 287, + 576, + 297, + 586 + ], + "score": 0.73, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 297, + 575, + 310, + 588 + ], + "score": 1.0, + "content": "as", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 33.5 + }, + { + "type": "interline_equation", + "bbox": [ + 200, + 592, + 410, + 614 + ], + "lines": [ + { + "bbox": [ + 200, + 592, + 410, + 614 + ], + "spans": [ + { + "bbox": [ + 200, + 592, + 410, + 614 + ], + "score": 0.9, + "content": "\\begin{array} { r } { \\mathbb { E } _ { \\mathbf { X } \\sim \\mathcal { N } } \\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) \\dot { \\leq } \\exp \\left( - \\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\right) . } \\end{array}", + "type": "interline_equation", + "image_path": "f9fa76de6d9e0120508d973d5a1ef18a3e2f783e5e614e6039ab64a4e03c9b56.jpg" + } + ] + } + ], + "index": 35, + "virtual_lines": [ + { + "bbox": [ + 200, + 592, + 410, + 614 + ], + "spans": [], + "index": 35 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 624, + 375, + 637 + ], + "lines": [ + { + "bbox": [ + 105, + 622, + 376, + 641 + ], + "spans": [ + { + "bbox": [ + 105, + 622, + 376, + 641 + ], + "score": 1.0, + "content": "and, using Markov inequality, its immediate probabilistic corollary", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 36 + }, + { + "type": "text", + "bbox": [ + 106, + 640, + 506, + 674 + ], + "lines": [ + { + "bbox": [ + 106, + 639, + 506, + 654 + ], + "spans": [ + { + "bbox": [ + 106, + 639, + 242, + 654 + ], + "score": 1.0, + "content": "Corollary 7. Given assumptions", + "type": "text" + }, + { + "bbox": [ + 242, + 641, + 248, + 650 + ], + "score": 0.35, + "content": "I", + "type": "inline_equation" + }, + { + "bbox": [ + 248, + 639, + 291, + 654 + ], + "score": 1.0, + "content": "-4, for any", + "type": "text" + }, + { + "bbox": [ + 292, + 641, + 316, + 651 + ], + "score": 0.88, + "content": "\\delta > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 317, + 639, + 452, + 654 + ], + "score": 1.0, + "content": "(possibly a vanishing function of", + "type": "text" + }, + { + "bbox": [ + 452, + 641, + 462, + 651 + ], + "score": 0.74, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 462, + 639, + 506, + 654 + ], + "score": 1.0, + "content": "), we have,", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 651, + 506, + 664 + ], + "spans": [ + { + "bbox": [ + 106, + 651, + 175, + 664 + ], + "score": 1.0, + "content": "with probability", + "type": "text" + }, + { + "bbox": [ + 176, + 651, + 200, + 662 + ], + "score": 0.83, + "content": "1 - \\delta", + "type": "inline_equation" + }, + { + "bbox": [ + 200, + 651, + 424, + 664 + ], + "score": 1.0, + "content": ", that the angular volume of sub-optimal DLMs, with", + "type": "text" + }, + { + "bbox": [ + 424, + 652, + 491, + 662 + ], + "score": 0.82, + "content": "\\mathrm { M C E } > \\epsilon > 0 ,", + "type": "inline_equation" + }, + { + "bbox": [ + 492, + 651, + 506, + 664 + ], + "score": 1.0, + "content": ", is", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 662, + 237, + 675 + ], + "spans": [ + { + "bbox": [ + 105, + 662, + 214, + 675 + ], + "score": 1.0, + "content": "exponentially vanishing in", + "type": "text" + }, + { + "bbox": [ + 214, + 663, + 224, + 672 + ], + "score": 0.77, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 225, + 662, + 237, + 675 + ], + "score": 1.0, + "content": "as", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 38 + }, + { + "type": "interline_equation", + "bbox": [ + 213, + 679, + 396, + 703 + ], + "lines": [ + { + "bbox": [ + 213, + 679, + 396, + 703 + ], + "spans": [ + { + "bbox": [ + 213, + 679, + 396, + 703 + ], + "score": 0.92, + "content": "{ \\mathcal { V } } \\left( { \\mathcal { L } } _ { \\epsilon } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) \\dot { \\leq } \\frac { 1 } { \\delta } \\exp \\left( - \\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\right)", + "type": "interline_equation", + "image_path": "c6785e691f46a9da4a76dd01010670a877cd784df1e265a9f23c23c259459f39.jpg" + } + ] + } + ], + "index": 40, + "virtual_lines": [ + { + "bbox": [ + 213, + 679, + 396, + 703 + ], + "spans": [], + "index": 40 + } + ] + } + ], + "page_idx": 4, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 26, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 309, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 309, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 751, + 309, + 760 + ], + "lines": [ + { + "bbox": [ + 302, + 750, + 309, + 762 + ], + "spans": [ + { + "bbox": [ + 302, + 750, + 309, + 762 + ], + "score": 1.0, + "content": "5", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 108, + 705, + 503, + 735 + ], + "lines": [ + { + "bbox": [ + 117, + 702, + 507, + 720 + ], + "spans": [ + { + "bbox": [ + 117, + 702, + 192, + 720 + ], + "score": 1.0, + "content": "3More formally: if", + "type": "text" + }, + { + "bbox": [ + 192, + 707, + 235, + 718 + ], + "score": 0.89, + "content": "\\mathcal { A } \\left( \\mathbf { X } , \\mathbf { y } , \\epsilon \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 235, + 702, + 284, + 720 + ], + "score": 1.0, + "content": "is the set of", + "type": "text" + }, + { + "bbox": [ + 284, + 705, + 349, + 718 + ], + "score": 0.9, + "content": "\\mathbf { A } \\in \\{ \\rho , 1 \\} ^ { d _ { 1 } \\times N }", + "type": "inline_equation" + }, + { + "bbox": [ + 350, + 702, + 390, + 720 + ], + "score": 1.0, + "content": "for which", + "type": "text" + }, + { + "bbox": [ + 391, + 707, + 421, + 718 + ], + "score": 0.91, + "content": "{ \\mathcal { D } } _ { \\mathbf { A } } ( \\mathbf { X } )", + "type": "inline_equation" + }, + { + "bbox": [ + 421, + 702, + 507, + 720 + ], + "score": 1.0, + "content": "contains a DLM with", + "type": "text" + } + ] + }, + { + "bbox": [ + 106, + 717, + 502, + 736 + ], + "spans": [ + { + "bbox": [ + 106, + 720, + 145, + 731 + ], + "score": 0.82, + "content": "\\mathrm { M C E } = \\epsilon", + "type": "inline_equation" + }, + { + "bbox": [ + 145, + 717, + 163, + 736 + ], + "score": 1.0, + "content": ", then", + "type": "text" + }, + { + "bbox": [ + 164, + 717, + 360, + 735 + ], + "score": 0.9, + "content": "\\forall \\epsilon > 0 , \\mathcal { L } _ { \\epsilon } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\triangleq \\bigcup _ { \\epsilon ^ { \\prime } \\geq \\epsilon } \\left[ \\bigcup _ { \\mathbf { A } \\in A ( \\mathbf { X } , \\mathbf { y } , \\epsilon ^ { \\prime } ) } \\mathcal { D } _ { \\mathbf { A } } ( \\mathbf { X } ) \\right]", + "type": "inline_equation" + }, + { + "bbox": [ + 361, + 717, + 375, + 736 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 375, + 719, + 502, + 734 + ], + "score": 0.9, + "content": "\\begin{array} { r } { \\mathcal { G } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\triangleq \\bigcup _ { \\mathbf { A } \\in \\pmb { A } ( \\mathbf { X } , \\mathbf { y } , 0 ) } \\mathcal { D } _ { \\mathbf { A } } ( \\mathbf { X } ) } \\end{array}", + "type": "inline_equation" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 81, + 505, + 127 + ], + "lines": [ + { + "bbox": [ + 105, + 82, + 505, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 144, + 96 + ], + "score": 1.0, + "content": "Note that", + "type": "text" + }, + { + "bbox": [ + 144, + 82, + 178, + 94 + ], + "score": 0.51, + "content": "\\mathcal { D } _ { \\mathbf { A } } \\left( \\mathbf { X } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 178, + 82, + 257, + 96 + ], + "score": 1.0, + "content": "is an open set, since", + "type": "text" + }, + { + "bbox": [ + 258, + 83, + 279, + 95 + ], + "score": 0.8, + "content": "a \\left( 0 \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 279, + 82, + 446, + 96 + ], + "score": 1.0, + "content": "is undefined (from eq. 2.1). Clearly, for all", + "type": "text" + }, + { + "bbox": [ + 447, + 82, + 505, + 95 + ], + "score": 0.86, + "content": "\\mathbf { W } \\in { \\mathcal { D } } _ { \\mathbf { A } } \\left( \\mathbf { X } \\right)", + "type": "inline_equation" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 92, + 505, + 107 + ], + "spans": [ + { + "bbox": [ + 105, + 92, + 505, + 107 + ], + "score": 1.0, + "content": "the MSE is differentiable, so any local minimum can be non-differentiable only if it is not in any", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 104, + 506, + 118 + ], + "spans": [ + { + "bbox": [ + 105, + 104, + 506, + 118 + ], + "score": 1.0, + "content": "differentiable region. Also, all DLMs in a differentiable region are equivalent, as we prove on", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 116, + 187, + 127 + ], + "spans": [ + { + "bbox": [ + 105, + 116, + 187, + 127 + ], + "score": 1.0, + "content": "appendix section 7:", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 1.5, + "bbox_fs": [ + 105, + 82, + 506, + 127 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 130, + 449, + 142 + ], + "lines": [ + { + "bbox": [ + 105, + 129, + 449, + 144 + ], + "spans": [ + { + "bbox": [ + 105, + 129, + 216, + 144 + ], + "score": 1.0, + "content": "Lemma 2. At all DLMs in", + "type": "text" + }, + { + "bbox": [ + 216, + 131, + 250, + 143 + ], + "score": 0.88, + "content": "\\mathcal { D } _ { \\mathbf { A } } \\left( \\mathbf { X } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 250, + 129, + 449, + 144 + ], + "score": 1.0, + "content": "the residual error e is identical, and furthermore", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4, + "bbox_fs": [ + 105, + 129, + 449, + 144 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 272, + 148, + 339, + 162 + ], + "lines": [ + { + "bbox": [ + 272, + 148, + 339, + 162 + ], + "spans": [ + { + "bbox": [ + 272, + 148, + 339, + 162 + ], + "score": 0.91, + "content": "\\left( \\mathbf { A } \\circ \\mathbf { X } \\right) \\mathbf { e } = 0 .", + "type": "interline_equation", + "image_path": "a19b2b07c5c5407e540ec1e9105b73491fbd3ab0c176b2c68e2e243a8564f55f.jpg" + } + ] + } + ], + "index": 5, + "virtual_lines": [ + { + "bbox": [ + 272, + 148, + 339, + 162 + ], + "spans": [], + "index": 5 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 172, + 506, + 240 + ], + "lines": [ + { + "bbox": [ + 106, + 173, + 505, + 185 + ], + "spans": [ + { + "bbox": [ + 106, + 173, + 432, + 185 + ], + "score": 1.0, + "content": "The proof is directly derived from the first order necessary condition of DLMs", + "type": "text" + }, + { + "bbox": [ + 432, + 173, + 484, + 184 + ], + "score": 0.85, + "content": "\\boldsymbol { \\nabla } \\mathrm { M S E } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 484, + 173, + 505, + 185 + ], + "score": 1.0, + "content": ") and", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 184, + 506, + 196 + ], + "spans": [ + { + "bbox": [ + 105, + 184, + 360, + 196 + ], + "score": 1.0, + "content": "their stability. Note that Lemma 2 constrains the residual error", + "type": "text" + }, + { + "bbox": [ + 360, + 186, + 367, + 194 + ], + "score": 0.39, + "content": "\\mathbf { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 367, + 184, + 506, + 196 + ], + "score": 1.0, + "content": "in the over-parameterized regime:", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 107, + 195, + 506, + 208 + ], + "spans": [ + { + "bbox": [ + 107, + 195, + 150, + 207 + ], + "score": 0.9, + "content": "d _ { 0 } d _ { 1 } \\geq N", + "type": "inline_equation" + }, + { + "bbox": [ + 151, + 195, + 275, + 208 + ], + "score": 1.0, + "content": ". In this case eq. (3.2) implies", + "type": "text" + }, + { + "bbox": [ + 276, + 196, + 302, + 205 + ], + "score": 0.9, + "content": "\\mathbf { e } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 302, + 195, + 337, + 208 + ], + "score": 1.0, + "content": ", if rank", + "type": "text" + }, + { + "bbox": [ + 338, + 195, + 396, + 207 + ], + "score": 0.91, + "content": "( \\mathbf { A } \\circ \\mathbf { X } ) = N", + "type": "inline_equation" + }, + { + "bbox": [ + 396, + 195, + 506, + 208 + ], + "score": 1.0, + "content": ". Therefore, we must have", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 207, + 505, + 218 + ], + "spans": [ + { + "bbox": [ + 106, + 207, + 128, + 218 + ], + "score": 1.0, + "content": "rank", + "type": "text" + }, + { + "bbox": [ + 128, + 207, + 186, + 218 + ], + "score": 0.86, + "content": "( \\mathbf { A } \\circ \\mathbf { X } ) < N", + "type": "inline_equation" + }, + { + "bbox": [ + 186, + 207, + 505, + 218 + ], + "score": 1.0, + "content": "for sub-optimal DLMs to exist. Later, we use similar rank-based constraints to", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 217, + 506, + 230 + ], + "spans": [ + { + "bbox": [ + 105, + 217, + 506, + 230 + ], + "score": 1.0, + "content": "bound the volume of differentiable regions which contain DLMs with high error. Next, we define this", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 227, + 177, + 241 + ], + "spans": [ + { + "bbox": [ + 105, + 227, + 177, + 241 + ], + "score": 1.0, + "content": "volume formally.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 8.5, + "bbox_fs": [ + 105, + 173, + 506, + 241 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 252, + 505, + 308 + ], + "lines": [ + { + "bbox": [ + 106, + 251, + 506, + 266 + ], + "spans": [ + { + "bbox": [ + 106, + 251, + 365, + 266 + ], + "score": 1.0, + "content": "Angular Volume. From its definition (eq. (3.1)) each region", + "type": "text" + }, + { + "bbox": [ + 365, + 252, + 399, + 264 + ], + "score": 0.74, + "content": "\\mathcal { D } _ { \\mathbf { A } } \\left( \\mathbf { X } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 399, + 251, + 506, + 266 + ], + "score": 1.0, + "content": "has an infinite volume in", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 261, + 506, + 277 + ], + "spans": [ + { + "bbox": [ + 106, + 263, + 137, + 273 + ], + "score": 0.9, + "content": "\\mathbb { R } ^ { d _ { 1 } \\times d _ { 0 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 137, + 261, + 506, + 277 + ], + "score": 1.0, + "content": ": if we multiply a row of W by a positive scalar, we remain in the same region. Only by", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 274, + 506, + 287 + ], + "spans": [ + { + "bbox": [ + 105, + 274, + 191, + 287 + ], + "score": 1.0, + "content": "rotating the rows of", + "type": "text" + }, + { + "bbox": [ + 191, + 275, + 205, + 285 + ], + "score": 0.28, + "content": "\\mathbf { W }", + "type": "inline_equation" + }, + { + "bbox": [ + 205, + 274, + 506, + 287 + ], + "score": 1.0, + "content": "can we move between regions. We measure this “angular volume” of a", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 104, + 283, + 507, + 300 + ], + "spans": [ + { + "bbox": [ + 104, + 283, + 354, + 300 + ], + "score": 1.0, + "content": "region in a probabilistic way: we randomly sample the rows of", + "type": "text" + }, + { + "bbox": [ + 354, + 285, + 367, + 295 + ], + "score": 0.27, + "content": "\\mathbf { W }", + "type": "inline_equation" + }, + { + "bbox": [ + 367, + 283, + 507, + 300 + ], + "score": 1.0, + "content": "from an isotropic distribution, e.g.,", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 295, + 506, + 310 + ], + "spans": [ + { + "bbox": [ + 105, + 295, + 183, + 310 + ], + "score": 1.0, + "content": "standard Gaussian:", + "type": "text" + }, + { + "bbox": [ + 183, + 297, + 219, + 307 + ], + "score": 0.87, + "content": "\\mathbf { W } \\sim { \\mathcal { N } }", + "type": "inline_equation" + }, + { + "bbox": [ + 220, + 295, + 369, + 310 + ], + "score": 1.0, + "content": ", and measure the probability to fall in", + "type": "text" + }, + { + "bbox": [ + 370, + 296, + 403, + 308 + ], + "score": 0.78, + "content": "\\mathcal { D } _ { \\mathbf { A } } \\left( \\mathbf { X } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 404, + 295, + 506, + 310 + ], + "score": 1.0, + "content": ", arriving to the following", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 14, + "bbox_fs": [ + 104, + 251, + 507, + 310 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 310, + 396, + 323 + ], + "lines": [ + { + "bbox": [ + 105, + 309, + 397, + 325 + ], + "spans": [ + { + "bbox": [ + 105, + 309, + 224, + 325 + ], + "score": 1.0, + "content": "Definition 3. For any region", + "type": "text" + }, + { + "bbox": [ + 224, + 310, + 276, + 322 + ], + "score": 0.92, + "content": "\\mathcal { R } \\subset \\mathbb { R } ^ { d _ { 1 } \\times d _ { 0 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 277, + 309, + 375, + 325 + ], + "score": 1.0, + "content": ". The angular volume of", + "type": "text" + }, + { + "bbox": [ + 376, + 312, + 385, + 321 + ], + "score": 0.85, + "content": "\\mathcal { R }", + "type": "inline_equation" + }, + { + "bbox": [ + 386, + 309, + 397, + 325 + ], + "score": 1.0, + "content": "is", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17, + "bbox_fs": [ + 105, + 309, + 397, + 325 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 246, + 329, + 365, + 344 + ], + "lines": [ + { + "bbox": [ + 246, + 329, + 365, + 344 + ], + "spans": [ + { + "bbox": [ + 246, + 329, + 365, + 344 + ], + "score": 0.91, + "content": "\\begin{array} { r } { \\mathcal { V } \\left( \\mathcal { R } \\right) \\triangleq \\mathbb { P } _ { \\mathbf { W } \\sim \\mathcal { N } } \\left( \\mathbf { W } \\in \\mathcal { R } \\right) . } \\end{array}", + "type": "interline_equation", + "image_path": "58553a6b85c8c93d4a21cb9508f3208dbfcef404f9052335dc75c383e8a2582f.jpg" + } + ] + } + ], + "index": 18, + "virtual_lines": [ + { + "bbox": [ + 246, + 329, + 365, + 344 + ], + "spans": [], + "index": 18 + } + ] + }, + { + "type": "title", + "bbox": [ + 108, + 359, + 206, + 371 + ], + "lines": [ + { + "bbox": [ + 105, + 357, + 207, + 374 + ], + "spans": [ + { + "bbox": [ + 105, + 357, + 207, + 374 + ], + "score": 1.0, + "content": "4 MAIN RESULTS", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 19 + }, + { + "type": "text", + "bbox": [ + 107, + 384, + 505, + 418 + ], + "lines": [ + { + "bbox": [ + 106, + 384, + 505, + 397 + ], + "spans": [ + { + "bbox": [ + 106, + 384, + 294, + 397 + ], + "score": 1.0, + "content": "Some of the DLMs are global minima, in which", + "type": "text" + }, + { + "bbox": [ + 294, + 385, + 320, + 395 + ], + "score": 0.89, + "content": "{ \\bf e } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 320, + 384, + 350, + 397 + ], + "score": 1.0, + "content": "and so,", + "type": "text" + }, + { + "bbox": [ + 350, + 384, + 427, + 395 + ], + "score": 0.9, + "content": "\\mathrm { M C E } = \\mathrm { M S E } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 428, + 384, + 505, + 397 + ], + "score": 1.0, + "content": ", while other DLMs", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 395, + 505, + 408 + ], + "spans": [ + { + "bbox": [ + 105, + 395, + 260, + 408 + ], + "score": 1.0, + "content": "are sub-optimal local minima in which", + "type": "text" + }, + { + "bbox": [ + 261, + 396, + 317, + 406 + ], + "score": 0.9, + "content": "\\mathrm { M C E } > \\epsilon > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 318, + 395, + 505, + 408 + ], + "score": 1.0, + "content": ". We would like to compare the angular volume", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 407, + 482, + 419 + ], + "spans": [ + { + "bbox": [ + 106, + 407, + 482, + 419 + ], + "score": 1.0, + "content": "(definition 3) corresponding to both types of DLMs. Thus, we make the following definitions.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 21, + "bbox_fs": [ + 105, + 384, + 505, + 419 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 420, + 505, + 455 + ], + "lines": [ + { + "bbox": [ + 105, + 418, + 506, + 434 + ], + "spans": [ + { + "bbox": [ + 105, + 418, + 208, + 434 + ], + "score": 1.0, + "content": "Definition 4. We define3", + "type": "text" + }, + { + "bbox": [ + 209, + 420, + 264, + 432 + ], + "score": 0.9, + "content": "\\mathcal { L } _ { \\epsilon } \\subset \\mathbb { R } ^ { d _ { 1 } \\times d _ { 0 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 264, + 418, + 506, + 434 + ], + "score": 1.0, + "content": "as the union of differentiable regions containing sub-optimal", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 429, + 506, + 446 + ], + "spans": [ + { + "bbox": [ + 105, + 429, + 157, + 446 + ], + "score": 1.0, + "content": "DLMs with", + "type": "text" + }, + { + "bbox": [ + 157, + 433, + 198, + 443 + ], + "score": 0.86, + "content": "\\mathrm { M C E } > \\epsilon", + "type": "inline_equation" + }, + { + "bbox": [ + 198, + 429, + 222, + 446 + ], + "score": 1.0, + "content": ", and", + "type": "text" + }, + { + "bbox": [ + 222, + 432, + 275, + 443 + ], + "score": 0.91, + "content": "\\mathcal { G } \\subset \\mathbb { R } ^ { d _ { 1 } \\times d _ { 0 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 275, + 429, + 506, + 446 + ], + "score": 1.0, + "content": "as the union of differentiable regions containing global", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 444, + 206, + 455 + ], + "spans": [ + { + "bbox": [ + 106, + 444, + 159, + 455 + ], + "score": 1.0, + "content": "minima with", + "type": "text" + }, + { + "bbox": [ + 159, + 444, + 202, + 454 + ], + "score": 0.87, + "content": "\\mathrm { M C E } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 202, + 444, + 206, + 455 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24, + "bbox_fs": [ + 105, + 418, + 506, + 455 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 457, + 504, + 483 + ], + "lines": [ + { + "bbox": [ + 104, + 454, + 506, + 473 + ], + "spans": [ + { + "bbox": [ + 104, + 454, + 263, + 473 + ], + "score": 1.0, + "content": "Definition 5. We define the constant", + "type": "text" + }, + { + "bbox": [ + 263, + 461, + 274, + 470 + ], + "score": 0.83, + "content": "\\gamma _ { \\epsilon }", + "type": "inline_equation" + }, + { + "bbox": [ + 274, + 454, + 288, + 473 + ], + "score": 1.0, + "content": "as", + "type": "text" + }, + { + "bbox": [ + 288, + 456, + 473, + 471 + ], + "score": 0.58, + "content": "\\begin{array} { r } { \\gamma _ { \\epsilon } \\triangleq 0 . 2 3 \\operatorname* { m a x } \\left[ \\operatorname* { l i m } _ { N \\to \\infty } \\left( d _ { 0 } \\left( N \\right) / N \\right) , \\epsilon \\right] ^ { 3 / 4 } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 474, + 454, + 484, + 473 + ], + "score": 1.0, + "content": "if", + "type": "text" + }, + { + "bbox": [ + 485, + 458, + 506, + 471 + ], + "score": 0.8, + "content": "\\rho \\neq", + "type": "inline_equation" + } + ], + "index": 26 + }, + { + "bbox": [ + 107, + 470, + 249, + 484 + ], + "spans": [ + { + "bbox": [ + 107, + 471, + 132, + 483 + ], + "score": 0.9, + "content": "\\{ 0 , 1 \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 132, + 470, + 152, + 484 + ], + "score": 1.0, + "content": ", and", + "type": "text" + }, + { + "bbox": [ + 153, + 470, + 210, + 483 + ], + "score": 0.91, + "content": "\\gamma _ { \\epsilon } \\triangleq 0 . 2 3 \\epsilon ^ { 3 / 4 }", + "type": "inline_equation" + }, + { + "bbox": [ + 210, + 470, + 220, + 484 + ], + "score": 1.0, + "content": "if", + "type": "text" + }, + { + "bbox": [ + 221, + 471, + 245, + 483 + ], + "score": 0.9, + "content": "\\rho = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 245, + 470, + 249, + 484 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26.5, + "bbox_fs": [ + 104, + 454, + 506, + 484 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 492, + 505, + 526 + ], + "lines": [ + { + "bbox": [ + 105, + 491, + 505, + 505 + ], + "spans": [ + { + "bbox": [ + 105, + 491, + 505, + 505 + ], + "score": 1.0, + "content": "In this section, we use assumptions 1-4 (stated in section 1) to bound the angular volume of the region", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 504, + 505, + 516 + ], + "spans": [ + { + "bbox": [ + 106, + 504, + 118, + 514 + ], + "score": 0.87, + "content": "\\mathcal { L } _ { \\epsilon }", + "type": "inline_equation" + }, + { + "bbox": [ + 119, + 504, + 311, + 516 + ], + "score": 1.0, + "content": "encapsulating all sub-optimal DLMs, the region", + "type": "text" + }, + { + "bbox": [ + 311, + 504, + 318, + 514 + ], + "score": 0.82, + "content": "\\mathcal { G }", + "type": "inline_equation" + }, + { + "bbox": [ + 319, + 504, + 505, + 516 + ], + "score": 1.0, + "content": ", encapsulating all global minima, and the ratio", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 515, + 177, + 526 + ], + "spans": [ + { + "bbox": [ + 106, + 515, + 177, + 526 + ], + "score": 1.0, + "content": "between the two.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 29, + "bbox_fs": [ + 105, + 491, + 505, + 526 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 537, + 504, + 561 + ], + "lines": [ + { + "bbox": [ + 105, + 536, + 505, + 552 + ], + "spans": [ + { + "bbox": [ + 105, + 536, + 505, + 552 + ], + "score": 1.0, + "content": "Angular volume of sub-optimal DLMs. First, in appendix section 8 we prove the following upper", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 550, + 192, + 561 + ], + "spans": [ + { + "bbox": [ + 106, + 550, + 192, + 561 + ], + "score": 1.0, + "content": "bound in expectation", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 31.5, + "bbox_fs": [ + 105, + 536, + 505, + 561 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 564, + 504, + 587 + ], + "lines": [ + { + "bbox": [ + 105, + 563, + 506, + 578 + ], + "spans": [ + { + "bbox": [ + 105, + 563, + 506, + 578 + ], + "score": 1.0, + "content": "Theorem 6. Given assumptions 1-4, the expected angular volume of sub-optimal DLMs, with", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 575, + 310, + 588 + ], + "spans": [ + { + "bbox": [ + 106, + 576, + 167, + 587 + ], + "score": 0.86, + "content": "\\mathrm { M C E } > \\epsilon > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 167, + 575, + 287, + 588 + ], + "score": 1.0, + "content": ", is exponentially vanishing in", + "type": "text" + }, + { + "bbox": [ + 287, + 576, + 297, + 586 + ], + "score": 0.73, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 297, + 575, + 310, + 588 + ], + "score": 1.0, + "content": "as", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 33.5, + "bbox_fs": [ + 105, + 563, + 506, + 588 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 200, + 592, + 410, + 614 + ], + "lines": [ + { + "bbox": [ + 200, + 592, + 410, + 614 + ], + "spans": [ + { + "bbox": [ + 200, + 592, + 410, + 614 + ], + "score": 0.9, + "content": "\\begin{array} { r } { \\mathbb { E } _ { \\mathbf { X } \\sim \\mathcal { N } } \\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) \\dot { \\leq } \\exp \\left( - \\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\right) . } \\end{array}", + "type": "interline_equation", + "image_path": "f9fa76de6d9e0120508d973d5a1ef18a3e2f783e5e614e6039ab64a4e03c9b56.jpg" + } + ] + } + ], + "index": 35, + "virtual_lines": [ + { + "bbox": [ + 200, + 592, + 410, + 614 + ], + "spans": [], + "index": 35 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 624, + 375, + 637 + ], + "lines": [ + { + "bbox": [ + 105, + 622, + 376, + 641 + ], + "spans": [ + { + "bbox": [ + 105, + 622, + 376, + 641 + ], + "score": 1.0, + "content": "and, using Markov inequality, its immediate probabilistic corollary", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 36, + "bbox_fs": [ + 105, + 622, + 376, + 641 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 640, + 506, + 674 + ], + "lines": [ + { + "bbox": [ + 106, + 639, + 506, + 654 + ], + "spans": [ + { + "bbox": [ + 106, + 639, + 242, + 654 + ], + "score": 1.0, + "content": "Corollary 7. Given assumptions", + "type": "text" + }, + { + "bbox": [ + 242, + 641, + 248, + 650 + ], + "score": 0.35, + "content": "I", + "type": "inline_equation" + }, + { + "bbox": [ + 248, + 639, + 291, + 654 + ], + "score": 1.0, + "content": "-4, for any", + "type": "text" + }, + { + "bbox": [ + 292, + 641, + 316, + 651 + ], + "score": 0.88, + "content": "\\delta > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 317, + 639, + 452, + 654 + ], + "score": 1.0, + "content": "(possibly a vanishing function of", + "type": "text" + }, + { + "bbox": [ + 452, + 641, + 462, + 651 + ], + "score": 0.74, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 462, + 639, + 506, + 654 + ], + "score": 1.0, + "content": "), we have,", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 651, + 506, + 664 + ], + "spans": [ + { + "bbox": [ + 106, + 651, + 175, + 664 + ], + "score": 1.0, + "content": "with probability", + "type": "text" + }, + { + "bbox": [ + 176, + 651, + 200, + 662 + ], + "score": 0.83, + "content": "1 - \\delta", + "type": "inline_equation" + }, + { + "bbox": [ + 200, + 651, + 424, + 664 + ], + "score": 1.0, + "content": ", that the angular volume of sub-optimal DLMs, with", + "type": "text" + }, + { + "bbox": [ + 424, + 652, + 491, + 662 + ], + "score": 0.82, + "content": "\\mathrm { M C E } > \\epsilon > 0 ,", + "type": "inline_equation" + }, + { + "bbox": [ + 492, + 651, + 506, + 664 + ], + "score": 1.0, + "content": ", is", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 662, + 237, + 675 + ], + "spans": [ + { + "bbox": [ + 105, + 662, + 214, + 675 + ], + "score": 1.0, + "content": "exponentially vanishing in", + "type": "text" + }, + { + "bbox": [ + 214, + 663, + 224, + 672 + ], + "score": 0.77, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 225, + 662, + 237, + 675 + ], + "score": 1.0, + "content": "as", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 38, + "bbox_fs": [ + 105, + 639, + 506, + 675 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 213, + 679, + 396, + 703 + ], + "lines": [ + { + "bbox": [ + 213, + 679, + 396, + 703 + ], + "spans": [ + { + "bbox": [ + 213, + 679, + 396, + 703 + ], + "score": 0.92, + "content": "{ \\mathcal { V } } \\left( { \\mathcal { L } } _ { \\epsilon } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) \\dot { \\leq } \\frac { 1 } { \\delta } \\exp \\left( - \\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\right)", + "type": "interline_equation", + "image_path": "c6785e691f46a9da4a76dd01010670a877cd784df1e265a9f23c23c259459f39.jpg" + } + ] + } + ], + "index": 40, + "virtual_lines": [ + { + "bbox": [ + 213, + 679, + 396, + 703 + ], + "spans": [], + "index": 40 + } + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 127 + ], + "lines": [ + { + "bbox": [ + 105, + 83, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 83, + 418, + 95 + ], + "score": 1.0, + "content": "Proof idea of Theorem 6: we first show that in differentiable regions with", + "type": "text" + }, + { + "bbox": [ + 419, + 83, + 485, + 93 + ], + "score": 0.9, + "content": "\\mathrm { M C E } > \\epsilon > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 486, + 83, + 505, + 95 + ], + "score": 1.0, + "content": ", the", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 93, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 106, + 94, + 200, + 106 + ], + "score": 1.0, + "content": "condition in Lemma 2,", + "type": "text" + }, + { + "bbox": [ + 201, + 93, + 261, + 105 + ], + "score": 0.84, + "content": "\\left( \\mathbf { A } \\circ \\mathbf { X } \\right) \\mathbf { e } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 262, + 94, + 315, + 106 + ], + "score": 1.0, + "content": ", implies that", + "type": "text" + }, + { + "bbox": [ + 315, + 93, + 373, + 105 + ], + "score": 0.42, + "content": "\\mathbf { A } = a \\left( \\mathbf { W } \\mathbf { X } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 373, + 94, + 505, + 106 + ], + "score": 1.0, + "content": "must have a low rank. Then, we", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 104, + 103, + 505, + 118 + ], + "spans": [ + { + "bbox": [ + 104, + 103, + 173, + 118 + ], + "score": 1.0, + "content": "show that, when", + "type": "text" + }, + { + "bbox": [ + 173, + 105, + 206, + 115 + ], + "score": 0.9, + "content": "\\mathbf { X } \\sim { \\mathcal { N } }", + "type": "inline_equation" + }, + { + "bbox": [ + 207, + 103, + 225, + 118 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 225, + 105, + 261, + 115 + ], + "score": 0.83, + "content": "\\mathbf { W } \\sim { \\mathcal { N } }", + "type": "inline_equation" + }, + { + "bbox": [ + 261, + 103, + 309, + 118 + ], + "score": 1.0, + "content": ", the matrix", + "type": "text" + }, + { + "bbox": [ + 309, + 105, + 368, + 117 + ], + "score": 0.76, + "content": "\\mathbf { A } = a \\left( \\mathbf { W } \\mathbf { X } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 368, + 103, + 505, + 118 + ], + "score": 1.0, + "content": "has a low rank with exponentially", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 115, + 349, + 127 + ], + "spans": [ + { + "bbox": [ + 105, + 115, + 349, + 127 + ], + "score": 1.0, + "content": "low probability. Combining both facts, we obtain the bound.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 1.5 + }, + { + "type": "text", + "bbox": [ + 106, + 138, + 506, + 172 + ], + "lines": [ + { + "bbox": [ + 106, + 138, + 506, + 150 + ], + "spans": [ + { + "bbox": [ + 106, + 138, + 506, + 150 + ], + "score": 1.0, + "content": "Existence of global minima. Next, to compare the volume of sub-optimal DLMs with that of", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 149, + 506, + 163 + ], + "spans": [ + { + "bbox": [ + 105, + 149, + 506, + 163 + ], + "score": 1.0, + "content": "global minima, in appendix section 9 we show first that, generically, global minima do exist (using a", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 160, + 308, + 173 + ], + "spans": [ + { + "bbox": [ + 106, + 160, + 308, + 173 + ], + "score": 1.0, + "content": "variant of the proof of (Baum, 1988, Theorem 1)):", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 5 + }, + { + "type": "text", + "bbox": [ + 106, + 173, + 505, + 212 + ], + "lines": [ + { + "bbox": [ + 104, + 170, + 505, + 187 + ], + "spans": [ + { + "bbox": [ + 104, + 170, + 194, + 187 + ], + "score": 1.0, + "content": "Theorem 8. For any", + "type": "text" + }, + { + "bbox": [ + 194, + 173, + 249, + 186 + ], + "score": 0.93, + "content": "\\mathbf { y } \\in \\{ 0 , 1 \\} ^ { N }", + "type": "inline_equation" + }, + { + "bbox": [ + 249, + 170, + 268, + 187 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 269, + 173, + 321, + 184 + ], + "score": 0.91, + "content": "\\mathbf { X } \\in \\mathbb { R } ^ { d _ { 0 } \\times N }", + "type": "inline_equation" + }, + { + "bbox": [ + 321, + 170, + 476, + 187 + ], + "score": 1.0, + "content": "almost everywhere4 we find matrices", + "type": "text" + }, + { + "bbox": [ + 476, + 174, + 505, + 185 + ], + "score": 0.86, + "content": "\\mathbf { W } ^ { * } \\in", + "type": "inline_equation" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 184, + 507, + 200 + ], + "spans": [ + { + "bbox": [ + 106, + 186, + 137, + 197 + ], + "score": 0.9, + "content": "\\mathbb { R } ^ { d _ { 1 } ^ { * } \\times d _ { 0 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 138, + 184, + 158, + 200 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 158, + 186, + 198, + 198 + ], + "score": 0.91, + "content": "\\mathbf { z } ^ { * } \\in \\mathbb { R } ^ { d _ { 1 } ^ { * } }", + "type": "inline_equation" + }, + { + "bbox": [ + 199, + 184, + 244, + 200 + ], + "score": 1.0, + "content": ", such that", + "type": "text" + }, + { + "bbox": [ + 244, + 185, + 327, + 199 + ], + "score": 0.91, + "content": "\\mathbf { y } = f \\left( \\mathbf { W } ^ { * } \\mathbf { X } \\right) ^ { \\top } \\mathbf { z } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 327, + 184, + 361, + 200 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 361, + 186, + 457, + 200 + ], + "score": 0.89, + "content": "d _ { 1 } ^ { * } \\triangleq 4 \\lceil N / ( 2 d _ { 0 } - 2 ) \\rceil", + "type": "inline_equation" + }, + { + "bbox": [ + 457, + 184, + 477, + 200 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 478, + 187, + 501, + 199 + ], + "score": 0.64, + "content": "\\forall i , n", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 184, + 507, + 200 + ], + "score": 1.0, + "content": ":", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 198, + 490, + 213 + ], + "spans": [ + { + "bbox": [ + 106, + 199, + 159, + 212 + ], + "score": 0.93, + "content": "\\mathbf { w } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\neq 0", + "type": "inline_equation" + }, + { + "bbox": [ + 159, + 198, + 273, + 213 + ], + "score": 1.0, + "content": ". Therefore, every MNN with", + "type": "text" + }, + { + "bbox": [ + 273, + 200, + 307, + 212 + ], + "score": 0.91, + "content": "d _ { 1 } \\geq d _ { 1 } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 308, + 198, + 461, + 213 + ], + "score": 1.0, + "content": "has a DLM which achieves zero error", + "type": "text" + }, + { + "bbox": [ + 461, + 200, + 486, + 210 + ], + "score": 0.89, + "content": "\\mathbf { e } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 486, + 198, + 490, + 213 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8 + }, + { + "type": "text", + "bbox": [ + 106, + 218, + 505, + 286 + ], + "lines": [ + { + "bbox": [ + 104, + 218, + 506, + 233 + ], + "spans": [ + { + "bbox": [ + 104, + 218, + 506, + 233 + ], + "score": 1.0, + "content": "Recently (Zhang et al., 2017a, Theorem 1) similarly proved that a 2-layer MNN with approximately", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 230, + 506, + 244 + ], + "spans": [ + { + "bbox": [ + 106, + 231, + 122, + 241 + ], + "score": 0.76, + "content": "2 N", + "type": "inline_equation" + }, + { + "bbox": [ + 122, + 230, + 373, + 244 + ], + "score": 1.0, + "content": "parameters can achieve zero error. However, that proof required", + "type": "text" + }, + { + "bbox": [ + 373, + 231, + 384, + 240 + ], + "score": 0.79, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 384, + 230, + 506, + 244 + ], + "score": 1.0, + "content": "neurons (similarly to (Nilsson,", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 240, + 506, + 254 + ], + "spans": [ + { + "bbox": [ + 105, + 240, + 506, + 254 + ], + "score": 1.0, + "content": "1965; Baum, 1988; Yu, 1992; Huang et al., 2006; Livni et al., 2014; Shen, 2016)), while Theorem", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 252, + 506, + 265 + ], + "spans": [ + { + "bbox": [ + 105, + 252, + 279, + 265 + ], + "score": 1.0, + "content": "8 here requires much less: approximately", + "type": "text" + }, + { + "bbox": [ + 279, + 252, + 332, + 264 + ], + "score": 0.93, + "content": "d _ { 1 } ^ { * } \\approx 2 N / d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 333, + 252, + 506, + 265 + ], + "score": 1.0, + "content": ". Also, (Hardt & Ma, 2017, Theorem 3.2)", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 264, + 505, + 275 + ], + "spans": [ + { + "bbox": [ + 106, + 264, + 259, + 275 + ], + "score": 1.0, + "content": "showed a deep residual network with", + "type": "text" + }, + { + "bbox": [ + 259, + 264, + 295, + 275 + ], + "score": 0.89, + "content": "N \\log N", + "type": "inline_equation" + }, + { + "bbox": [ + 295, + 264, + 505, + 275 + ], + "score": 1.0, + "content": "parameters can achieve zero error. In contrast, here", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 274, + 322, + 287 + ], + "spans": [ + { + "bbox": [ + 105, + 274, + 257, + 287 + ], + "score": 1.0, + "content": "we require just one hidden layer with", + "type": "text" + }, + { + "bbox": [ + 257, + 275, + 272, + 284 + ], + "score": 0.78, + "content": "2 N", + "type": "inline_equation" + }, + { + "bbox": [ + 273, + 274, + 322, + 287 + ], + "score": 1.0, + "content": "parameters.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 12.5 + }, + { + "type": "text", + "bbox": [ + 106, + 290, + 505, + 346 + ], + "lines": [ + { + "bbox": [ + 106, + 291, + 505, + 303 + ], + "spans": [ + { + "bbox": [ + 106, + 291, + 505, + 303 + ], + "score": 1.0, + "content": "Note the construction in Theorem 8 here achieves zero training error by overfitting to the data", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 302, + 504, + 314 + ], + "spans": [ + { + "bbox": [ + 106, + 302, + 504, + 314 + ], + "score": 1.0, + "content": "realization, so it is not expected to be a “good” solution in terms of generalization. To get good", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 312, + 505, + 326 + ], + "spans": [ + { + "bbox": [ + 105, + 312, + 392, + 326 + ], + "score": 1.0, + "content": "generalization, one needs to add additional assumptions on the data (", + "type": "text" + }, + { + "bbox": [ + 392, + 313, + 402, + 323 + ], + "score": 0.48, + "content": "\\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 402, + 312, + 505, + 326 + ], + "score": 1.0, + "content": "and y). Such a possible", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 323, + 506, + 337 + ], + "spans": [ + { + "bbox": [ + 105, + 323, + 506, + 337 + ], + "score": 1.0, + "content": "(common yet insufficient for MNNs) assumption is that the problem is “realizable”, i.e., there exist a", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 334, + 451, + 348 + ], + "spans": [ + { + "bbox": [ + 105, + 334, + 451, + 348 + ], + "score": 1.0, + "content": "small “solution MNN”, which achieves low error. For example, in the zero error case:", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 18 + }, + { + "type": "text", + "bbox": [ + 106, + 350, + 504, + 375 + ], + "lines": [ + { + "bbox": [ + 105, + 348, + 505, + 363 + ], + "spans": [ + { + "bbox": [ + 105, + 348, + 399, + 363 + ], + "score": 1.0, + "content": "Assumption 5. (Optional) The labels are generated by some teacher", + "type": "text" + }, + { + "bbox": [ + 399, + 348, + 483, + 363 + ], + "score": 0.9, + "content": "\\mathbf { y } = f \\left( \\mathbf { W } ^ { * } \\mathbf { X } \\right) ^ { \\top } \\mathbf { z } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 483, + 348, + 505, + 363 + ], + "score": 1.0, + "content": "with", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 360, + 449, + 377 + ], + "spans": [ + { + "bbox": [ + 105, + 360, + 172, + 377 + ], + "score": 1.0, + "content": "weight matrices", + "type": "text" + }, + { + "bbox": [ + 172, + 362, + 232, + 373 + ], + "score": 0.92, + "content": "\\mathbf { W } ^ { * } \\in \\mathbb { R } ^ { d _ { 1 } ^ { * } \\times d _ { 0 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 232, + 360, + 251, + 377 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 251, + 362, + 290, + 373 + ], + "score": 0.9, + "content": "\\mathbf { z } ^ { * } \\in \\mathbb { R } ^ { d _ { 1 } ^ { * } }", + "type": "inline_equation" + }, + { + "bbox": [ + 290, + 360, + 353, + 377 + ], + "score": 1.0, + "content": "independent of", + "type": "text" + }, + { + "bbox": [ + 353, + 363, + 363, + 373 + ], + "score": 0.45, + "content": "\\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 363, + 360, + 403, + 377 + ], + "score": 1.0, + "content": ", for some", + "type": "text" + }, + { + "bbox": [ + 404, + 363, + 445, + 375 + ], + "score": 0.92, + "content": "d _ { 1 } ^ { * } { \\dot { < } } N / d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 445, + 360, + 449, + 377 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 21.5 + }, + { + "type": "text", + "bbox": [ + 106, + 379, + 504, + 403 + ], + "lines": [ + { + "bbox": [ + 105, + 378, + 505, + 394 + ], + "spans": [ + { + "bbox": [ + 105, + 378, + 505, + 394 + ], + "score": 1.0, + "content": "This assumption is not required for our main result (Theorem 10) – it is merely helpful in improving", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 390, + 255, + 404 + ], + "spans": [ + { + "bbox": [ + 106, + 390, + 227, + 404 + ], + "score": 1.0, + "content": "the following lower bound on", + "type": "text" + }, + { + "bbox": [ + 227, + 391, + 251, + 403 + ], + "score": 0.92, + "content": "\\mathcal { V } \\left( \\mathcal { G } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 251, + 390, + 255, + 404 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 23.5 + }, + { + "type": "text", + "bbox": [ + 106, + 413, + 397, + 426 + ], + "lines": [ + { + "bbox": [ + 106, + 413, + 397, + 428 + ], + "spans": [ + { + "bbox": [ + 106, + 413, + 397, + 428 + ], + "score": 1.0, + "content": "Angular volume of global minima. We prove in appendix section 10:", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 25 + }, + { + "type": "text", + "bbox": [ + 107, + 428, + 506, + 468 + ], + "lines": [ + { + "bbox": [ + 102, + 426, + 509, + 448 + ], + "spans": [ + { + "bbox": [ + 102, + 426, + 281, + 448 + ], + "score": 1.0, + "content": "Theorem 9. Given assumptions 1-3, we set", + "type": "text" + }, + { + "bbox": [ + 281, + 427, + 417, + 447 + ], + "score": 0.93, + "content": "\\delta { \\doteq } \\sqrt { \\frac { 8 } { \\pi } } d _ { 0 } ^ { - 1 / 2 } + 2 d _ { 0 } ^ { 1 / 2 } \\sqrt { \\log d _ { 0 } } / N", + "type": "inline_equation" + }, + { + "bbox": [ + 417, + 426, + 435, + 448 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 436, + 432, + 488, + 444 + ], + "score": 0.92, + "content": "d _ { 1 } ^ { * } = 2 N / d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 488, + 426, + 509, + 448 + ], + "score": 1.0, + "content": ", or", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 445, + 506, + 460 + ], + "spans": [ + { + "bbox": [ + 106, + 445, + 227, + 460 + ], + "score": 1.0, + "content": "if assumption 5 holds, we set", + "type": "text" + }, + { + "bbox": [ + 228, + 446, + 239, + 458 + ], + "score": 0.88, + "content": "d _ { 1 } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 239, + 445, + 427, + 460 + ], + "score": 1.0, + "content": "as in this assumption. Then, with probability", + "type": "text" + }, + { + "bbox": [ + 427, + 446, + 451, + 457 + ], + "score": 0.8, + "content": "1 - \\delta", + "type": "inline_equation" + }, + { + "bbox": [ + 451, + 445, + 506, + 460 + ], + "score": 1.0, + "content": ", the angular", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 457, + 293, + 470 + ], + "spans": [ + { + "bbox": [ + 106, + 457, + 293, + 470 + ], + "score": 1.0, + "content": "volume of global minima is lower bounded as,", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 27 + }, + { + "type": "interline_equation", + "bbox": [ + 189, + 470, + 421, + 484 + ], + "lines": [ + { + "bbox": [ + 189, + 470, + 421, + 484 + ], + "spans": [ + { + "bbox": [ + 189, + 470, + 421, + 484 + ], + "score": 0.86, + "content": "\\mathscr { V } \\left( \\mathscr { G } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) \\dot { > } \\exp \\left( - d _ { 1 } ^ { * } d _ { 0 } \\log N \\right) \\dot { \\geq } \\exp \\left( - 2 N \\log N \\right) .", + "type": "interline_equation", + "image_path": "b1bb19380c59ff35fb86408a28e30cca957030b3e32dc7c2ba7e2b505f44b117.jpg" + } + ] + } + ], + "index": 29, + "virtual_lines": [ + { + "bbox": [ + 189, + 470, + 421, + 484 + ], + "spans": [], + "index": 29 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 492, + 505, + 548 + ], + "lines": [ + { + "bbox": [ + 105, + 492, + 505, + 505 + ], + "spans": [ + { + "bbox": [ + 105, + 492, + 247, + 505 + ], + "score": 1.0, + "content": "Proof idea: First, we lower bound", + "type": "text" + }, + { + "bbox": [ + 248, + 492, + 271, + 504 + ], + "score": 0.92, + "content": "\\mathcal { V } \\left( \\mathcal { G } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 272, + 492, + 505, + 505 + ], + "score": 1.0, + "content": "with the angular volume of a single differentiable region", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 502, + 505, + 516 + ], + "spans": [ + { + "bbox": [ + 105, + 502, + 205, + 516 + ], + "score": 1.0, + "content": "of one global minimum", + "type": "text" + }, + { + "bbox": [ + 205, + 504, + 244, + 515 + ], + "score": 0.86, + "content": "( \\mathbf { W } ^ { * } , \\mathbf { z } ^ { * } )", + "type": "inline_equation" + }, + { + "bbox": [ + 245, + 502, + 505, + 516 + ], + "score": 1.0, + "content": "– either from Theorem 8, or from assumption 5. Then we show", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 514, + 505, + 527 + ], + "spans": [ + { + "bbox": [ + 105, + 514, + 303, + 527 + ], + "score": 1.0, + "content": "that this angular volume is lower bounded when", + "type": "text" + }, + { + "bbox": [ + 303, + 514, + 339, + 525 + ], + "score": 0.88, + "content": "\\mathbf { W } \\sim { \\mathcal { N } }", + "type": "inline_equation" + }, + { + "bbox": [ + 339, + 514, + 505, + 527 + ], + "score": 1.0, + "content": ", given a certain angular margin between", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 524, + 505, + 539 + ], + "spans": [ + { + "bbox": [ + 105, + 524, + 175, + 539 + ], + "score": 1.0, + "content": "the datapoints in", + "type": "text" + }, + { + "bbox": [ + 175, + 526, + 185, + 535 + ], + "score": 0.52, + "content": "\\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 185, + 524, + 250, + 539 + ], + "score": 1.0, + "content": "and the rows of", + "type": "text" + }, + { + "bbox": [ + 250, + 525, + 268, + 536 + ], + "score": 0.85, + "content": "\\mathbf { W } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 268, + 524, + 505, + 539 + ], + "score": 1.0, + "content": ". We then calculate the probability of obtaining this margin", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 536, + 371, + 548 + ], + "spans": [ + { + "bbox": [ + 106, + 536, + 130, + 548 + ], + "score": 1.0, + "content": "when", + "type": "text" + }, + { + "bbox": [ + 130, + 536, + 163, + 547 + ], + "score": 0.89, + "content": "\\mathbf { X } \\sim { \\mathcal { N } }", + "type": "inline_equation" + }, + { + "bbox": [ + 163, + 536, + 371, + 548 + ], + "score": 1.0, + "content": ". Combining both results, we obtain the final bound.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 32 + }, + { + "type": "text", + "bbox": [ + 105, + 559, + 504, + 582 + ], + "lines": [ + { + "bbox": [ + 106, + 559, + 505, + 572 + ], + "spans": [ + { + "bbox": [ + 106, + 559, + 505, + 572 + ], + "score": 1.0, + "content": "Main result: angular volume ratio. Finally, combining Theorems 6 and 9 it is straightforward to", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 570, + 381, + 582 + ], + "spans": [ + { + "bbox": [ + 105, + 570, + 381, + 582 + ], + "score": 1.0, + "content": "prove our main result in this paper, as we do in appendix section 11:", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 35.5 + }, + { + "type": "text", + "bbox": [ + 106, + 584, + 505, + 625 + ], + "lines": [ + { + "bbox": [ + 105, + 580, + 509, + 605 + ], + "spans": [ + { + "bbox": [ + 105, + 580, + 300, + 605 + ], + "score": 1.0, + "content": "Theorem 10. Given assumptions 1-3, we set", + "type": "text" + }, + { + "bbox": [ + 300, + 583, + 449, + 604 + ], + "score": 0.92, + "content": "\\delta \\doteq \\sqrt { \\frac { 8 } { \\pi } } d _ { 0 } ^ { - 1 / 2 } + 2 d _ { 0 } ^ { 1 / 2 } \\sqrt { \\log d _ { 0 } } / N", + "type": "inline_equation" + }, + { + "bbox": [ + 449, + 580, + 509, + 605 + ], + "score": 1.0, + "content": ". Then, with", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 601, + 505, + 615 + ], + "spans": [ + { + "bbox": [ + 105, + 601, + 153, + 615 + ], + "score": 1.0, + "content": "probability", + "type": "text" + }, + { + "bbox": [ + 154, + 602, + 177, + 613 + ], + "score": 0.67, + "content": "1 - \\delta", + "type": "inline_equation" + }, + { + "bbox": [ + 177, + 601, + 375, + 615 + ], + "score": 1.0, + "content": ", the angular volume of sub-optimal DLMs, with", + "type": "text" + }, + { + "bbox": [ + 375, + 603, + 435, + 613 + ], + "score": 0.83, + "content": "\\mathrm { M C E } > \\epsilon > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 435, + 601, + 505, + 615 + ], + "score": 1.0, + "content": ", is exponentially", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 613, + 452, + 626 + ], + "spans": [ + { + "bbox": [ + 105, + 613, + 157, + 626 + ], + "score": 1.0, + "content": "vanishing in", + "type": "text" + }, + { + "bbox": [ + 158, + 614, + 166, + 623 + ], + "score": 0.69, + "content": "N _ { : }", + "type": "inline_equation" + }, + { + "bbox": [ + 167, + 613, + 410, + 626 + ], + "score": 1.0, + "content": ", in comparison to the angular volume of global minima with", + "type": "text" + }, + { + "bbox": [ + 410, + 614, + 452, + 624 + ], + "score": 0.85, + "content": "\\mathrm { M C E } = 0", + "type": "inline_equation" + } + ], + "index": 39 + } + ], + "index": 38 + }, + { + "type": "interline_equation", + "bbox": [ + 171, + 627, + 439, + 654 + ], + "lines": [ + { + "bbox": [ + 171, + 627, + 439, + 654 + ], + "spans": [ + { + "bbox": [ + 171, + 627, + 439, + 654 + ], + "score": 0.91, + "content": "\\frac { \\mathscr { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) } { \\mathscr { V } \\left( \\mathcal { G } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) } \\dot { \\leq } \\exp \\left( - \\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\right) \\dot { \\leq } \\exp \\left( - \\gamma _ { \\epsilon } N \\log N \\right) .", + "type": "interline_equation", + "image_path": "3af6fc16ee09e676267d0a9d7849e66e063aa542e2cd863187ff96b954d366e5.jpg" + } + ] + } + ], + "index": 40, + "virtual_lines": [ + { + "bbox": [ + 171, + 627, + 439, + 654 + ], + "spans": [], + "index": 40 + } + ] + }, + { + "type": "title", + "bbox": [ + 107, + 665, + 267, + 679 + ], + "lines": [ + { + "bbox": [ + 105, + 665, + 268, + 680 + ], + "spans": [ + { + "bbox": [ + 105, + 665, + 268, + 680 + ], + "score": 1.0, + "content": "5 NUMERICAL EXPERIMENTS", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 41 + }, + { + "type": "text", + "bbox": [ + 107, + 689, + 505, + 714 + ], + "lines": [ + { + "bbox": [ + 106, + 689, + 505, + 703 + ], + "spans": [ + { + "bbox": [ + 106, + 689, + 505, + 703 + ], + "score": 1.0, + "content": "Theorem 10 implies that, with “asymptotically mild” over-parameterization (i.e. in which #parameters", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 701, + 505, + 716 + ], + "spans": [ + { + "bbox": [ + 106, + 701, + 141, + 714 + ], + "score": 0.91, + "content": "\\mathrm { = } \\tilde { \\Omega } \\left( N \\right) )", + "type": "inline_equation" + }, + { + "bbox": [ + 141, + 701, + 505, + 716 + ], + "score": 1.0, + "content": ", differentiable regions in weight space containing sub-optimal DLMs (with high MCE) are", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 42.5 + } + ], + "page_idx": 5, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 107, + 26, + 309, + 38 + ], + "spans": [ + { + "bbox": [ + 107, + 26, + 309, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 112, + 721, + 503, + 732 + ], + "lines": [ + { + "bbox": [ + 118, + 719, + 505, + 734 + ], + "spans": [ + { + "bbox": [ + 118, + 719, + 208, + 734 + ], + "score": 1.0, + "content": "4i.e., the set of entries of", + "type": "text" + }, + { + "bbox": [ + 209, + 723, + 217, + 730 + ], + "score": 0.34, + "content": "\\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 218, + 719, + 505, + 734 + ], + "score": 1.0, + "content": ", for which the following statement does not hold, has zero measure (Lebesgue).", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 751, + 309, + 760 + ], + "lines": [ + { + "bbox": [ + 302, + 751, + 310, + 762 + ], + "spans": [ + { + "bbox": [ + 302, + 751, + 310, + 762 + ], + "score": 1.0, + "content": "6", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 127 + ], + "lines": [ + { + "bbox": [ + 105, + 83, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 83, + 418, + 95 + ], + "score": 1.0, + "content": "Proof idea of Theorem 6: we first show that in differentiable regions with", + "type": "text" + }, + { + "bbox": [ + 419, + 83, + 485, + 93 + ], + "score": 0.9, + "content": "\\mathrm { M C E } > \\epsilon > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 486, + 83, + 505, + 95 + ], + "score": 1.0, + "content": ", the", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 93, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 106, + 94, + 200, + 106 + ], + "score": 1.0, + "content": "condition in Lemma 2,", + "type": "text" + }, + { + "bbox": [ + 201, + 93, + 261, + 105 + ], + "score": 0.84, + "content": "\\left( \\mathbf { A } \\circ \\mathbf { X } \\right) \\mathbf { e } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 262, + 94, + 315, + 106 + ], + "score": 1.0, + "content": ", implies that", + "type": "text" + }, + { + "bbox": [ + 315, + 93, + 373, + 105 + ], + "score": 0.42, + "content": "\\mathbf { A } = a \\left( \\mathbf { W } \\mathbf { X } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 373, + 94, + 505, + 106 + ], + "score": 1.0, + "content": "must have a low rank. Then, we", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 104, + 103, + 505, + 118 + ], + "spans": [ + { + "bbox": [ + 104, + 103, + 173, + 118 + ], + "score": 1.0, + "content": "show that, when", + "type": "text" + }, + { + "bbox": [ + 173, + 105, + 206, + 115 + ], + "score": 0.9, + "content": "\\mathbf { X } \\sim { \\mathcal { N } }", + "type": "inline_equation" + }, + { + "bbox": [ + 207, + 103, + 225, + 118 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 225, + 105, + 261, + 115 + ], + "score": 0.83, + "content": "\\mathbf { W } \\sim { \\mathcal { N } }", + "type": "inline_equation" + }, + { + "bbox": [ + 261, + 103, + 309, + 118 + ], + "score": 1.0, + "content": ", the matrix", + "type": "text" + }, + { + "bbox": [ + 309, + 105, + 368, + 117 + ], + "score": 0.76, + "content": "\\mathbf { A } = a \\left( \\mathbf { W } \\mathbf { X } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 368, + 103, + 505, + 118 + ], + "score": 1.0, + "content": "has a low rank with exponentially", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 115, + 349, + 127 + ], + "spans": [ + { + "bbox": [ + 105, + 115, + 349, + 127 + ], + "score": 1.0, + "content": "low probability. Combining both facts, we obtain the bound.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 1.5, + "bbox_fs": [ + 104, + 83, + 505, + 127 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 138, + 506, + 172 + ], + "lines": [ + { + "bbox": [ + 106, + 138, + 506, + 150 + ], + "spans": [ + { + "bbox": [ + 106, + 138, + 506, + 150 + ], + "score": 1.0, + "content": "Existence of global minima. Next, to compare the volume of sub-optimal DLMs with that of", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 149, + 506, + 163 + ], + "spans": [ + { + "bbox": [ + 105, + 149, + 506, + 163 + ], + "score": 1.0, + "content": "global minima, in appendix section 9 we show first that, generically, global minima do exist (using a", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 160, + 308, + 173 + ], + "spans": [ + { + "bbox": [ + 106, + 160, + 308, + 173 + ], + "score": 1.0, + "content": "variant of the proof of (Baum, 1988, Theorem 1)):", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 5, + "bbox_fs": [ + 105, + 138, + 506, + 173 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 173, + 505, + 212 + ], + "lines": [ + { + "bbox": [ + 104, + 170, + 505, + 187 + ], + "spans": [ + { + "bbox": [ + 104, + 170, + 194, + 187 + ], + "score": 1.0, + "content": "Theorem 8. For any", + "type": "text" + }, + { + "bbox": [ + 194, + 173, + 249, + 186 + ], + "score": 0.93, + "content": "\\mathbf { y } \\in \\{ 0 , 1 \\} ^ { N }", + "type": "inline_equation" + }, + { + "bbox": [ + 249, + 170, + 268, + 187 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 269, + 173, + 321, + 184 + ], + "score": 0.91, + "content": "\\mathbf { X } \\in \\mathbb { R } ^ { d _ { 0 } \\times N }", + "type": "inline_equation" + }, + { + "bbox": [ + 321, + 170, + 476, + 187 + ], + "score": 1.0, + "content": "almost everywhere4 we find matrices", + "type": "text" + }, + { + "bbox": [ + 476, + 174, + 505, + 185 + ], + "score": 0.86, + "content": "\\mathbf { W } ^ { * } \\in", + "type": "inline_equation" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 184, + 507, + 200 + ], + "spans": [ + { + "bbox": [ + 106, + 186, + 137, + 197 + ], + "score": 0.9, + "content": "\\mathbb { R } ^ { d _ { 1 } ^ { * } \\times d _ { 0 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 138, + 184, + 158, + 200 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 158, + 186, + 198, + 198 + ], + "score": 0.91, + "content": "\\mathbf { z } ^ { * } \\in \\mathbb { R } ^ { d _ { 1 } ^ { * } }", + "type": "inline_equation" + }, + { + "bbox": [ + 199, + 184, + 244, + 200 + ], + "score": 1.0, + "content": ", such that", + "type": "text" + }, + { + "bbox": [ + 244, + 185, + 327, + 199 + ], + "score": 0.91, + "content": "\\mathbf { y } = f \\left( \\mathbf { W } ^ { * } \\mathbf { X } \\right) ^ { \\top } \\mathbf { z } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 327, + 184, + 361, + 200 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 361, + 186, + 457, + 200 + ], + "score": 0.89, + "content": "d _ { 1 } ^ { * } \\triangleq 4 \\lceil N / ( 2 d _ { 0 } - 2 ) \\rceil", + "type": "inline_equation" + }, + { + "bbox": [ + 457, + 184, + 477, + 200 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 478, + 187, + 501, + 199 + ], + "score": 0.64, + "content": "\\forall i , n", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 184, + 507, + 200 + ], + "score": 1.0, + "content": ":", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 198, + 490, + 213 + ], + "spans": [ + { + "bbox": [ + 106, + 199, + 159, + 212 + ], + "score": 0.93, + "content": "\\mathbf { w } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\neq 0", + "type": "inline_equation" + }, + { + "bbox": [ + 159, + 198, + 273, + 213 + ], + "score": 1.0, + "content": ". Therefore, every MNN with", + "type": "text" + }, + { + "bbox": [ + 273, + 200, + 307, + 212 + ], + "score": 0.91, + "content": "d _ { 1 } \\geq d _ { 1 } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 308, + 198, + 461, + 213 + ], + "score": 1.0, + "content": "has a DLM which achieves zero error", + "type": "text" + }, + { + "bbox": [ + 461, + 200, + 486, + 210 + ], + "score": 0.89, + "content": "\\mathbf { e } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 486, + 198, + 490, + 213 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8, + "bbox_fs": [ + 104, + 170, + 507, + 213 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 218, + 505, + 286 + ], + "lines": [ + { + "bbox": [ + 104, + 218, + 506, + 233 + ], + "spans": [ + { + "bbox": [ + 104, + 218, + 506, + 233 + ], + "score": 1.0, + "content": "Recently (Zhang et al., 2017a, Theorem 1) similarly proved that a 2-layer MNN with approximately", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 230, + 506, + 244 + ], + "spans": [ + { + "bbox": [ + 106, + 231, + 122, + 241 + ], + "score": 0.76, + "content": "2 N", + "type": "inline_equation" + }, + { + "bbox": [ + 122, + 230, + 373, + 244 + ], + "score": 1.0, + "content": "parameters can achieve zero error. However, that proof required", + "type": "text" + }, + { + "bbox": [ + 373, + 231, + 384, + 240 + ], + "score": 0.79, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 384, + 230, + 506, + 244 + ], + "score": 1.0, + "content": "neurons (similarly to (Nilsson,", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 240, + 506, + 254 + ], + "spans": [ + { + "bbox": [ + 105, + 240, + 506, + 254 + ], + "score": 1.0, + "content": "1965; Baum, 1988; Yu, 1992; Huang et al., 2006; Livni et al., 2014; Shen, 2016)), while Theorem", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 252, + 506, + 265 + ], + "spans": [ + { + "bbox": [ + 105, + 252, + 279, + 265 + ], + "score": 1.0, + "content": "8 here requires much less: approximately", + "type": "text" + }, + { + "bbox": [ + 279, + 252, + 332, + 264 + ], + "score": 0.93, + "content": "d _ { 1 } ^ { * } \\approx 2 N / d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 333, + 252, + 506, + 265 + ], + "score": 1.0, + "content": ". Also, (Hardt & Ma, 2017, Theorem 3.2)", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 264, + 505, + 275 + ], + "spans": [ + { + "bbox": [ + 106, + 264, + 259, + 275 + ], + "score": 1.0, + "content": "showed a deep residual network with", + "type": "text" + }, + { + "bbox": [ + 259, + 264, + 295, + 275 + ], + "score": 0.89, + "content": "N \\log N", + "type": "inline_equation" + }, + { + "bbox": [ + 295, + 264, + 505, + 275 + ], + "score": 1.0, + "content": "parameters can achieve zero error. In contrast, here", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 274, + 322, + 287 + ], + "spans": [ + { + "bbox": [ + 105, + 274, + 257, + 287 + ], + "score": 1.0, + "content": "we require just one hidden layer with", + "type": "text" + }, + { + "bbox": [ + 257, + 275, + 272, + 284 + ], + "score": 0.78, + "content": "2 N", + "type": "inline_equation" + }, + { + "bbox": [ + 273, + 274, + 322, + 287 + ], + "score": 1.0, + "content": "parameters.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 12.5, + "bbox_fs": [ + 104, + 218, + 506, + 287 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 290, + 505, + 346 + ], + "lines": [ + { + "bbox": [ + 106, + 291, + 505, + 303 + ], + "spans": [ + { + "bbox": [ + 106, + 291, + 505, + 303 + ], + "score": 1.0, + "content": "Note the construction in Theorem 8 here achieves zero training error by overfitting to the data", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 302, + 504, + 314 + ], + "spans": [ + { + "bbox": [ + 106, + 302, + 504, + 314 + ], + "score": 1.0, + "content": "realization, so it is not expected to be a “good” solution in terms of generalization. To get good", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 312, + 505, + 326 + ], + "spans": [ + { + "bbox": [ + 105, + 312, + 392, + 326 + ], + "score": 1.0, + "content": "generalization, one needs to add additional assumptions on the data (", + "type": "text" + }, + { + "bbox": [ + 392, + 313, + 402, + 323 + ], + "score": 0.48, + "content": "\\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 402, + 312, + 505, + 326 + ], + "score": 1.0, + "content": "and y). Such a possible", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 323, + 506, + 337 + ], + "spans": [ + { + "bbox": [ + 105, + 323, + 506, + 337 + ], + "score": 1.0, + "content": "(common yet insufficient for MNNs) assumption is that the problem is “realizable”, i.e., there exist a", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 334, + 451, + 348 + ], + "spans": [ + { + "bbox": [ + 105, + 334, + 451, + 348 + ], + "score": 1.0, + "content": "small “solution MNN”, which achieves low error. For example, in the zero error case:", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 18, + "bbox_fs": [ + 105, + 291, + 506, + 348 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 350, + 504, + 375 + ], + "lines": [ + { + "bbox": [ + 105, + 348, + 505, + 363 + ], + "spans": [ + { + "bbox": [ + 105, + 348, + 399, + 363 + ], + "score": 1.0, + "content": "Assumption 5. (Optional) The labels are generated by some teacher", + "type": "text" + }, + { + "bbox": [ + 399, + 348, + 483, + 363 + ], + "score": 0.9, + "content": "\\mathbf { y } = f \\left( \\mathbf { W } ^ { * } \\mathbf { X } \\right) ^ { \\top } \\mathbf { z } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 483, + 348, + 505, + 363 + ], + "score": 1.0, + "content": "with", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 360, + 449, + 377 + ], + "spans": [ + { + "bbox": [ + 105, + 360, + 172, + 377 + ], + "score": 1.0, + "content": "weight matrices", + "type": "text" + }, + { + "bbox": [ + 172, + 362, + 232, + 373 + ], + "score": 0.92, + "content": "\\mathbf { W } ^ { * } \\in \\mathbb { R } ^ { d _ { 1 } ^ { * } \\times d _ { 0 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 232, + 360, + 251, + 377 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 251, + 362, + 290, + 373 + ], + "score": 0.9, + "content": "\\mathbf { z } ^ { * } \\in \\mathbb { R } ^ { d _ { 1 } ^ { * } }", + "type": "inline_equation" + }, + { + "bbox": [ + 290, + 360, + 353, + 377 + ], + "score": 1.0, + "content": "independent of", + "type": "text" + }, + { + "bbox": [ + 353, + 363, + 363, + 373 + ], + "score": 0.45, + "content": "\\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 363, + 360, + 403, + 377 + ], + "score": 1.0, + "content": ", for some", + "type": "text" + }, + { + "bbox": [ + 404, + 363, + 445, + 375 + ], + "score": 0.92, + "content": "d _ { 1 } ^ { * } { \\dot { < } } N / d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 445, + 360, + 449, + 377 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 21.5, + "bbox_fs": [ + 105, + 348, + 505, + 377 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 379, + 504, + 403 + ], + "lines": [ + { + "bbox": [ + 105, + 378, + 505, + 394 + ], + "spans": [ + { + "bbox": [ + 105, + 378, + 505, + 394 + ], + "score": 1.0, + "content": "This assumption is not required for our main result (Theorem 10) – it is merely helpful in improving", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 390, + 255, + 404 + ], + "spans": [ + { + "bbox": [ + 106, + 390, + 227, + 404 + ], + "score": 1.0, + "content": "the following lower bound on", + "type": "text" + }, + { + "bbox": [ + 227, + 391, + 251, + 403 + ], + "score": 0.92, + "content": "\\mathcal { V } \\left( \\mathcal { G } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 251, + 390, + 255, + 404 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 23.5, + "bbox_fs": [ + 105, + 378, + 505, + 404 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 413, + 397, + 426 + ], + "lines": [ + { + "bbox": [ + 106, + 413, + 397, + 428 + ], + "spans": [ + { + "bbox": [ + 106, + 413, + 397, + 428 + ], + "score": 1.0, + "content": "Angular volume of global minima. We prove in appendix section 10:", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 25, + "bbox_fs": [ + 106, + 413, + 397, + 428 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 428, + 506, + 468 + ], + "lines": [ + { + "bbox": [ + 102, + 426, + 509, + 448 + ], + "spans": [ + { + "bbox": [ + 102, + 426, + 281, + 448 + ], + "score": 1.0, + "content": "Theorem 9. Given assumptions 1-3, we set", + "type": "text" + }, + { + "bbox": [ + 281, + 427, + 417, + 447 + ], + "score": 0.93, + "content": "\\delta { \\doteq } \\sqrt { \\frac { 8 } { \\pi } } d _ { 0 } ^ { - 1 / 2 } + 2 d _ { 0 } ^ { 1 / 2 } \\sqrt { \\log d _ { 0 } } / N", + "type": "inline_equation" + }, + { + "bbox": [ + 417, + 426, + 435, + 448 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 436, + 432, + 488, + 444 + ], + "score": 0.92, + "content": "d _ { 1 } ^ { * } = 2 N / d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 488, + 426, + 509, + 448 + ], + "score": 1.0, + "content": ", or", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 445, + 506, + 460 + ], + "spans": [ + { + "bbox": [ + 106, + 445, + 227, + 460 + ], + "score": 1.0, + "content": "if assumption 5 holds, we set", + "type": "text" + }, + { + "bbox": [ + 228, + 446, + 239, + 458 + ], + "score": 0.88, + "content": "d _ { 1 } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 239, + 445, + 427, + 460 + ], + "score": 1.0, + "content": "as in this assumption. Then, with probability", + "type": "text" + }, + { + "bbox": [ + 427, + 446, + 451, + 457 + ], + "score": 0.8, + "content": "1 - \\delta", + "type": "inline_equation" + }, + { + "bbox": [ + 451, + 445, + 506, + 460 + ], + "score": 1.0, + "content": ", the angular", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 457, + 293, + 470 + ], + "spans": [ + { + "bbox": [ + 106, + 457, + 293, + 470 + ], + "score": 1.0, + "content": "volume of global minima is lower bounded as,", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 27, + "bbox_fs": [ + 102, + 426, + 509, + 470 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 189, + 470, + 421, + 484 + ], + "lines": [ + { + "bbox": [ + 189, + 470, + 421, + 484 + ], + "spans": [ + { + "bbox": [ + 189, + 470, + 421, + 484 + ], + "score": 0.86, + "content": "\\mathscr { V } \\left( \\mathscr { G } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) \\dot { > } \\exp \\left( - d _ { 1 } ^ { * } d _ { 0 } \\log N \\right) \\dot { \\geq } \\exp \\left( - 2 N \\log N \\right) .", + "type": "interline_equation", + "image_path": "b1bb19380c59ff35fb86408a28e30cca957030b3e32dc7c2ba7e2b505f44b117.jpg" + } + ] + } + ], + "index": 29, + "virtual_lines": [ + { + "bbox": [ + 189, + 470, + 421, + 484 + ], + "spans": [], + "index": 29 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 492, + 505, + 548 + ], + "lines": [ + { + "bbox": [ + 105, + 492, + 505, + 505 + ], + "spans": [ + { + "bbox": [ + 105, + 492, + 247, + 505 + ], + "score": 1.0, + "content": "Proof idea: First, we lower bound", + "type": "text" + }, + { + "bbox": [ + 248, + 492, + 271, + 504 + ], + "score": 0.92, + "content": "\\mathcal { V } \\left( \\mathcal { G } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 272, + 492, + 505, + 505 + ], + "score": 1.0, + "content": "with the angular volume of a single differentiable region", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 502, + 505, + 516 + ], + "spans": [ + { + "bbox": [ + 105, + 502, + 205, + 516 + ], + "score": 1.0, + "content": "of one global minimum", + "type": "text" + }, + { + "bbox": [ + 205, + 504, + 244, + 515 + ], + "score": 0.86, + "content": "( \\mathbf { W } ^ { * } , \\mathbf { z } ^ { * } )", + "type": "inline_equation" + }, + { + "bbox": [ + 245, + 502, + 505, + 516 + ], + "score": 1.0, + "content": "– either from Theorem 8, or from assumption 5. Then we show", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 514, + 505, + 527 + ], + "spans": [ + { + "bbox": [ + 105, + 514, + 303, + 527 + ], + "score": 1.0, + "content": "that this angular volume is lower bounded when", + "type": "text" + }, + { + "bbox": [ + 303, + 514, + 339, + 525 + ], + "score": 0.88, + "content": "\\mathbf { W } \\sim { \\mathcal { N } }", + "type": "inline_equation" + }, + { + "bbox": [ + 339, + 514, + 505, + 527 + ], + "score": 1.0, + "content": ", given a certain angular margin between", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 524, + 505, + 539 + ], + "spans": [ + { + "bbox": [ + 105, + 524, + 175, + 539 + ], + "score": 1.0, + "content": "the datapoints in", + "type": "text" + }, + { + "bbox": [ + 175, + 526, + 185, + 535 + ], + "score": 0.52, + "content": "\\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 185, + 524, + 250, + 539 + ], + "score": 1.0, + "content": "and the rows of", + "type": "text" + }, + { + "bbox": [ + 250, + 525, + 268, + 536 + ], + "score": 0.85, + "content": "\\mathbf { W } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 268, + 524, + 505, + 539 + ], + "score": 1.0, + "content": ". We then calculate the probability of obtaining this margin", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 536, + 371, + 548 + ], + "spans": [ + { + "bbox": [ + 106, + 536, + 130, + 548 + ], + "score": 1.0, + "content": "when", + "type": "text" + }, + { + "bbox": [ + 130, + 536, + 163, + 547 + ], + "score": 0.89, + "content": "\\mathbf { X } \\sim { \\mathcal { N } }", + "type": "inline_equation" + }, + { + "bbox": [ + 163, + 536, + 371, + 548 + ], + "score": 1.0, + "content": ". Combining both results, we obtain the final bound.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 32, + "bbox_fs": [ + 105, + 492, + 505, + 548 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 559, + 504, + 582 + ], + "lines": [ + { + "bbox": [ + 106, + 559, + 505, + 572 + ], + "spans": [ + { + "bbox": [ + 106, + 559, + 505, + 572 + ], + "score": 1.0, + "content": "Main result: angular volume ratio. Finally, combining Theorems 6 and 9 it is straightforward to", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 570, + 381, + 582 + ], + "spans": [ + { + "bbox": [ + 105, + 570, + 381, + 582 + ], + "score": 1.0, + "content": "prove our main result in this paper, as we do in appendix section 11:", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 35.5, + "bbox_fs": [ + 105, + 559, + 505, + 582 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 584, + 505, + 625 + ], + "lines": [ + { + "bbox": [ + 105, + 580, + 509, + 605 + ], + "spans": [ + { + "bbox": [ + 105, + 580, + 300, + 605 + ], + "score": 1.0, + "content": "Theorem 10. Given assumptions 1-3, we set", + "type": "text" + }, + { + "bbox": [ + 300, + 583, + 449, + 604 + ], + "score": 0.92, + "content": "\\delta \\doteq \\sqrt { \\frac { 8 } { \\pi } } d _ { 0 } ^ { - 1 / 2 } + 2 d _ { 0 } ^ { 1 / 2 } \\sqrt { \\log d _ { 0 } } / N", + "type": "inline_equation" + }, + { + "bbox": [ + 449, + 580, + 509, + 605 + ], + "score": 1.0, + "content": ". Then, with", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 601, + 505, + 615 + ], + "spans": [ + { + "bbox": [ + 105, + 601, + 153, + 615 + ], + "score": 1.0, + "content": "probability", + "type": "text" + }, + { + "bbox": [ + 154, + 602, + 177, + 613 + ], + "score": 0.67, + "content": "1 - \\delta", + "type": "inline_equation" + }, + { + "bbox": [ + 177, + 601, + 375, + 615 + ], + "score": 1.0, + "content": ", the angular volume of sub-optimal DLMs, with", + "type": "text" + }, + { + "bbox": [ + 375, + 603, + 435, + 613 + ], + "score": 0.83, + "content": "\\mathrm { M C E } > \\epsilon > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 435, + 601, + 505, + 615 + ], + "score": 1.0, + "content": ", is exponentially", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 613, + 452, + 626 + ], + "spans": [ + { + "bbox": [ + 105, + 613, + 157, + 626 + ], + "score": 1.0, + "content": "vanishing in", + "type": "text" + }, + { + "bbox": [ + 158, + 614, + 166, + 623 + ], + "score": 0.69, + "content": "N _ { : }", + "type": "inline_equation" + }, + { + "bbox": [ + 167, + 613, + 410, + 626 + ], + "score": 1.0, + "content": ", in comparison to the angular volume of global minima with", + "type": "text" + }, + { + "bbox": [ + 410, + 614, + 452, + 624 + ], + "score": 0.85, + "content": "\\mathrm { M C E } = 0", + "type": "inline_equation" + } + ], + "index": 39 + } + ], + "index": 38, + "bbox_fs": [ + 105, + 580, + 509, + 626 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 171, + 627, + 439, + 654 + ], + "lines": [ + { + "bbox": [ + 171, + 627, + 439, + 654 + ], + "spans": [ + { + "bbox": [ + 171, + 627, + 439, + 654 + ], + "score": 0.91, + "content": "\\frac { \\mathscr { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) } { \\mathscr { V } \\left( \\mathcal { G } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) } \\dot { \\leq } \\exp \\left( - \\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\right) \\dot { \\leq } \\exp \\left( - \\gamma _ { \\epsilon } N \\log N \\right) .", + "type": "interline_equation", + "image_path": "3af6fc16ee09e676267d0a9d7849e66e063aa542e2cd863187ff96b954d366e5.jpg" + } + ] + } + ], + "index": 40, + "virtual_lines": [ + { + "bbox": [ + 171, + 627, + 439, + 654 + ], + "spans": [], + "index": 40 + } + ] + }, + { + "type": "title", + "bbox": [ + 107, + 665, + 267, + 679 + ], + "lines": [ + { + "bbox": [ + 105, + 665, + 268, + 680 + ], + "spans": [ + { + "bbox": [ + 105, + 665, + 268, + 680 + ], + "score": 1.0, + "content": "5 NUMERICAL EXPERIMENTS", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 41 + }, + { + "type": "text", + "bbox": [ + 107, + 689, + 505, + 714 + ], + "lines": [ + { + "bbox": [ + 106, + 689, + 505, + 703 + ], + "spans": [ + { + "bbox": [ + 106, + 689, + 505, + 703 + ], + "score": 1.0, + "content": "Theorem 10 implies that, with “asymptotically mild” over-parameterization (i.e. in which #parameters", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 701, + 505, + 716 + ], + "spans": [ + { + "bbox": [ + 106, + 701, + 141, + 714 + ], + "score": 0.91, + "content": "\\mathrm { = } \\tilde { \\Omega } \\left( N \\right) )", + "type": "inline_equation" + }, + { + "bbox": [ + 141, + 701, + 505, + 716 + ], + "score": 1.0, + "content": ", differentiable regions in weight space containing sub-optimal DLMs (with high MCE) are", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 384, + 505, + 396 + ], + "spans": [ + { + "bbox": [ + 105, + 384, + 505, + 396 + ], + "score": 1.0, + "content": "exponentially small in comparison with the same regions for global minima. Since these results", + "type": "text", + "cross_page": true + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 395, + 506, + 407 + ], + "spans": [ + { + "bbox": [ + 105, + 395, + 183, + 407 + ], + "score": 1.0, + "content": "are asymptotic in", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 183, + 395, + 225, + 405 + ], + "score": 0.9, + "content": "N \\infty", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 225, + 395, + 506, + 407 + ], + "score": 1.0, + "content": ", in this section we examine it numerically for a finite number of", + "type": "text", + "cross_page": true + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 406, + 507, + 419 + ], + "spans": [ + { + "bbox": [ + 105, + 406, + 507, + 419 + ], + "score": 1.0, + "content": "samples and parameters. We perform experiments on random data, MNIST, CIFAR10 and ImageNet-", + "type": "text", + "cross_page": true + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 416, + 506, + 430 + ], + "spans": [ + { + "bbox": [ + 105, + 416, + 358, + 430 + ], + "score": 1.0, + "content": "ILSVRC2012. In each experiment, we used ReLU activations", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 358, + 417, + 385, + 429 + ], + "score": 0.87, + "content": "( \\rho = 0 )", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 385, + 416, + 506, + 430 + ], + "score": 1.0, + "content": "), a binary classification target", + "type": "text", + "cross_page": true + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 428, + 505, + 440 + ], + "spans": [ + { + "bbox": [ + 105, + 428, + 505, + 440 + ], + "score": 1.0, + "content": "(we divided the original classes to two groups), MSE loss for optimization (eq. (2.3)), and MCE to", + "type": "text", + "cross_page": true + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 438, + 488, + 452 + ], + "spans": [ + { + "bbox": [ + 105, + 438, + 488, + 452 + ], + "score": 1.0, + "content": "determine classification error. Additional implementation details are given in appendix part III.", + "type": "text", + "cross_page": true + } + ], + "index": 18 + } + ], + "index": 42.5, + "bbox_fs": [ + 106, + 689, + 505, + 716 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 164, + 78, + 447, + 204 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 164, + 78, + 447, + 204 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 164, + 78, + 447, + 204 + ], + "spans": [ + { + "bbox": [ + 164, + 78, + 447, + 204 + ], + "score": 0.97, + "type": "image", + "image_path": "1795ffcce4a4ec7991ec4c69666c8a8186811014eb6fb035a522afcfd4f8e18c.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 164, + 78, + 447, + 120.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 164, + 120.0, + 447, + 162.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 164, + 162.0, + 447, + 204.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 214, + 507, + 261 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 214, + 507, + 228 + ], + "spans": [ + { + "bbox": [ + 105, + 214, + 507, + 228 + ], + "score": 1.0, + "content": "Figure 5.1: Gaussian data: final training error (mean±std, 30 repetitions) in the over-", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 225, + 506, + 238 + ], + "spans": [ + { + "bbox": [ + 105, + 225, + 506, + 238 + ], + "score": 1.0, + "content": "parameterized regime is low (right of the dashed black line). We trained MNNs with one and two", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 237, + 506, + 249 + ], + "spans": [ + { + "bbox": [ + 105, + 237, + 249, + 249 + ], + "score": 1.0, + "content": "hiddens layer (with widths equal to", + "type": "text" + }, + { + "bbox": [ + 249, + 237, + 278, + 248 + ], + "score": 0.91, + "content": "d = d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 279, + 237, + 440, + 249 + ], + "score": 1.0, + "content": ") on a synthetic random dataset in which", + "type": "text" + }, + { + "bbox": [ + 440, + 237, + 502, + 248 + ], + "score": 0.91, + "content": "\\forall n = 1 , \\ldots , N", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 237, + 506, + 249 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 246, + 465, + 263 + ], + "spans": [ + { + "bbox": [ + 106, + 247, + 125, + 259 + ], + "score": 0.87, + "content": "\\mathbf { x } ^ { ( n ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 125, + 246, + 279, + 263 + ], + "score": 1.0, + "content": "was drawn from a normal distribution", + "type": "text" + }, + { + "bbox": [ + 279, + 249, + 313, + 261 + ], + "score": 0.92, + "content": "\\mathcal { N } ( 0 , 1 )", + "type": "inline_equation" + }, + { + "bbox": [ + 314, + 246, + 334, + 263 + ], + "score": 1.0, + "content": ", and", + "type": "text" + }, + { + "bbox": [ + 335, + 248, + 379, + 261 + ], + "score": 0.92, + "content": "y ^ { ( n ) } = \\pm 1", + "type": "inline_equation" + }, + { + "bbox": [ + 379, + 246, + 465, + 263 + ], + "score": 1.0, + "content": "with probability 0.5.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 4.5 + } + ], + "index": 2.75 + }, + { + "type": "table", + "bbox": [ + 109, + 271, + 502, + 322 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 109, + 271, + 502, + 322 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 109, + 271, + 502, + 322 + ], + "spans": [ + { + "bbox": [ + 109, + 271, + 502, + 322 + ], + "score": 0.972, + "html": "
MCEdod1N#parameters/N
MNIST0%784897·1040.999
CIFAR0%3072165·1040.983
ImageNet (downsampled to 64 × 64)0.1%12288105128·1041.008
", + "type": "table", + "image_path": "90f46a301115caa01b674399625ba334c01a765237cad7467e7e249166e66cfc.jpg" + } + ] + } + ], + "index": 8, + "virtual_lines": [ + { + "bbox": [ + 109, + 271, + 502, + 288.0 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 109, + 288.0, + 502, + 305.0 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 109, + 305.0, + 502, + 322.0 + ], + "spans": [], + "index": 9 + } + ] + }, + { + "type": "table_caption", + "bbox": [ + 108, + 329, + 504, + 364 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 104, + 327, + 505, + 344 + ], + "spans": [ + { + "bbox": [ + 104, + 327, + 505, + 344 + ], + "score": 1.0, + "content": "Table 1: Binary classification of MNIST, CIFAR and ImageNet: 1-hidden layer achieves very", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 341, + 505, + 354 + ], + "spans": [ + { + "bbox": [ + 105, + 341, + 432, + 354 + ], + "score": 1.0, + "content": "low training error (MCE) with a few hidden neurons, so that #parameters", + "type": "text" + }, + { + "bbox": [ + 432, + 341, + 488, + 353 + ], + "score": 0.91, + "content": "\\approx d _ { 0 } d _ { 1 } \\approx N", + "type": "inline_equation" + }, + { + "bbox": [ + 488, + 341, + 505, + 354 + ], + "score": 1.0, + "content": ". In", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 351, + 368, + 366 + ], + "spans": [ + { + "bbox": [ + 105, + 351, + 368, + 366 + ], + "score": 1.0, + "content": "ImageNet we downsampled the images to allow input whitening.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11 + } + ], + "index": 9.5 + }, + { + "type": "text", + "bbox": [ + 107, + 384, + 505, + 450 + ], + "lines": [ + { + "bbox": [ + 105, + 384, + 505, + 396 + ], + "spans": [ + { + "bbox": [ + 105, + 384, + 505, + 396 + ], + "score": 1.0, + "content": "exponentially small in comparison with the same regions for global minima. Since these results", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 395, + 506, + 407 + ], + "spans": [ + { + "bbox": [ + 105, + 395, + 183, + 407 + ], + "score": 1.0, + "content": "are asymptotic in", + "type": "text" + }, + { + "bbox": [ + 183, + 395, + 225, + 405 + ], + "score": 0.9, + "content": "N \\infty", + "type": "inline_equation" + }, + { + "bbox": [ + 225, + 395, + 506, + 407 + ], + "score": 1.0, + "content": ", in this section we examine it numerically for a finite number of", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 406, + 507, + 419 + ], + "spans": [ + { + "bbox": [ + 105, + 406, + 507, + 419 + ], + "score": 1.0, + "content": "samples and parameters. We perform experiments on random data, MNIST, CIFAR10 and ImageNet-", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 416, + 506, + 430 + ], + "spans": [ + { + "bbox": [ + 105, + 416, + 358, + 430 + ], + "score": 1.0, + "content": "ILSVRC2012. In each experiment, we used ReLU activations", + "type": "text" + }, + { + "bbox": [ + 358, + 417, + 385, + 429 + ], + "score": 0.87, + "content": "( \\rho = 0 )", + "type": "inline_equation" + }, + { + "bbox": [ + 385, + 416, + 506, + 430 + ], + "score": 1.0, + "content": "), a binary classification target", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 428, + 505, + 440 + ], + "spans": [ + { + "bbox": [ + 105, + 428, + 505, + 440 + ], + "score": 1.0, + "content": "(we divided the original classes to two groups), MSE loss for optimization (eq. (2.3)), and MCE to", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 438, + 488, + 452 + ], + "spans": [ + { + "bbox": [ + 105, + 438, + 488, + 452 + ], + "score": 1.0, + "content": "determine classification error. Additional implementation details are given in appendix part III.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 15.5 + }, + { + "type": "text", + "bbox": [ + 107, + 455, + 505, + 544 + ], + "lines": [ + { + "bbox": [ + 105, + 455, + 505, + 469 + ], + "spans": [ + { + "bbox": [ + 105, + 455, + 505, + 469 + ], + "score": 1.0, + "content": "First, on the small synthetic Gaussian random data (matching our assumptions) we perform a scan", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 467, + 505, + 479 + ], + "spans": [ + { + "bbox": [ + 106, + 467, + 505, + 479 + ], + "score": 1.0, + "content": "on various networks and dataset sizes. With either one or two hidden layers (Figure 5.1) , the", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 478, + 506, + 491 + ], + "spans": [ + { + "bbox": [ + 106, + 478, + 439, + 491 + ], + "score": 1.0, + "content": "error goes to zero when the number of non-redundant parameters (approximately", + "type": "text" + }, + { + "bbox": [ + 440, + 478, + 461, + 489 + ], + "score": 0.88, + "content": "d _ { 0 } d _ { 1 } ,", + "type": "inline_equation" + }, + { + "bbox": [ + 461, + 478, + 506, + 491 + ], + "score": 1.0, + "content": ") is greater", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 488, + 506, + 502 + ], + "spans": [ + { + "bbox": [ + 105, + 488, + 506, + 502 + ], + "score": 1.0, + "content": "than the number of samples, as suggested by our asymptotic results. Second, on the non-syntehtic", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 500, + 506, + 512 + ], + "spans": [ + { + "bbox": [ + 106, + 500, + 469, + 512 + ], + "score": 1.0, + "content": "datasets, MNIST, CIFAR and ImageNet (In ImageNet we downsampled the images to size", + "type": "text" + }, + { + "bbox": [ + 469, + 500, + 503, + 510 + ], + "score": 0.91, + "content": "6 4 \\times 6 4", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 500, + 506, + 512 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 511, + 506, + 523 + ], + "spans": [ + { + "bbox": [ + 106, + 511, + 506, + 523 + ], + "score": 1.0, + "content": "to allow input whitening) we only perform a simulation with a single 1-hidden layer MNN for which", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 522, + 506, + 534 + ], + "spans": [ + { + "bbox": [ + 105, + 522, + 165, + 534 + ], + "score": 1.0, + "content": "#parameters", + "type": "text" + }, + { + "bbox": [ + 165, + 522, + 187, + 532 + ], + "score": 0.86, + "content": "\\approx N", + "type": "inline_equation" + }, + { + "bbox": [ + 187, + 522, + 506, + 534 + ], + "score": 1.0, + "content": ", and again find (Table 1) that the final error is zero (for MNIST and CIFAR) or", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 533, + 194, + 545 + ], + "spans": [ + { + "bbox": [ + 105, + 533, + 194, + 545 + ], + "score": 1.0, + "content": "very low (ImageNet).", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 22.5 + }, + { + "type": "text", + "bbox": [ + 107, + 549, + 505, + 615 + ], + "lines": [ + { + "bbox": [ + 105, + 549, + 505, + 563 + ], + "spans": [ + { + "bbox": [ + 105, + 549, + 505, + 563 + ], + "score": 1.0, + "content": "Lastly, in Figure 5.2 we find that, on the Gaussian dataset, the inputs to the hidden neurons converge", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 560, + 506, + 573 + ], + "spans": [ + { + "bbox": [ + 106, + 560, + 506, + 573 + ], + "score": 1.0, + "content": "to a distinctly non-zero value. This indicates we converged to differentiable critical points – since non-", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 570, + 507, + 584 + ], + "spans": [ + { + "bbox": [ + 105, + 570, + 507, + 584 + ], + "score": 1.0, + "content": "differentiable critical points must have zero neural inputs. Note that occasionally, during optimization,", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 582, + 505, + 596 + ], + "spans": [ + { + "bbox": [ + 105, + 582, + 505, + 596 + ], + "score": 1.0, + "content": "we could find some neural inputs with very low values near numerical precision level, so convergence", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 593, + 505, + 606 + ], + "spans": [ + { + "bbox": [ + 105, + 593, + 505, + 606 + ], + "score": 1.0, + "content": "to non-differentiable minima may be possible. However, as explained in the next section, as long as", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 604, + 502, + 617 + ], + "spans": [ + { + "bbox": [ + 106, + 604, + 502, + 617 + ], + "score": 1.0, + "content": "the number of neural inputs equal to zero are not too large, our bounds also hold for these minima.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 29.5 + }, + { + "type": "title", + "bbox": [ + 107, + 632, + 190, + 644 + ], + "lines": [ + { + "bbox": [ + 105, + 631, + 192, + 647 + ], + "spans": [ + { + "bbox": [ + 105, + 631, + 192, + 647 + ], + "score": 1.0, + "content": "6 DISCUSSION", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 33 + }, + { + "type": "text", + "bbox": [ + 107, + 656, + 505, + 723 + ], + "lines": [ + { + "bbox": [ + 105, + 656, + 506, + 669 + ], + "spans": [ + { + "bbox": [ + 105, + 656, + 506, + 669 + ], + "score": 1.0, + "content": "In this paper we examine Differentiable Local Minima (DLMs) of the empiric loss of Multilayer", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 667, + 506, + 680 + ], + "spans": [ + { + "bbox": [ + 105, + 667, + 506, + 680 + ], + "score": 1.0, + "content": "Neural Networks (MNNs) with one hidden layer, scalar output, and LReLU nonlinearities (section 2).", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 679, + 505, + 691 + ], + "spans": [ + { + "bbox": [ + 106, + 679, + 505, + 691 + ], + "score": 1.0, + "content": "We prove (Theorem 10) that with high probability the angular volume (definition 3) of sub-optimal", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 104, + 688, + 506, + 703 + ], + "spans": [ + { + "bbox": [ + 104, + 688, + 506, + 703 + ], + "score": 1.0, + "content": "DLMs is exponentially vanishing in comparison to the angular volume of global minima (definition", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 700, + 506, + 714 + ], + "spans": [ + { + "bbox": [ + 105, + 700, + 506, + 714 + ], + "score": 1.0, + "content": "4), under assumptions 1-4. This results from an upper bound on sub-optimal DLMs (Theorem 6) and", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 712, + 293, + 724 + ], + "spans": [ + { + "bbox": [ + 106, + 712, + 293, + 724 + ], + "score": 1.0, + "content": "a lower bound on global minima (Theorem 9).", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 36.5 + } + ], + "page_idx": 6, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 107, + 26, + 309, + 38 + ], + "spans": [ + { + "bbox": [ + 107, + 26, + 309, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 751, + 308, + 759 + ], + "lines": [ + { + "bbox": [ + 302, + 750, + 309, + 762 + ], + "spans": [ + { + "bbox": [ + 302, + 750, + 309, + 762 + ], + "score": 1.0, + "content": "7", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 164, + 78, + 447, + 204 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 164, + 78, + 447, + 204 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 164, + 78, + 447, + 204 + ], + "spans": [ + { + "bbox": [ + 164, + 78, + 447, + 204 + ], + "score": 0.97, + "type": "image", + "image_path": "1795ffcce4a4ec7991ec4c69666c8a8186811014eb6fb035a522afcfd4f8e18c.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 164, + 78, + 447, + 120.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 164, + 120.0, + 447, + 162.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 164, + 162.0, + 447, + 204.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 214, + 507, + 261 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 214, + 507, + 228 + ], + "spans": [ + { + "bbox": [ + 105, + 214, + 507, + 228 + ], + "score": 1.0, + "content": "Figure 5.1: Gaussian data: final training error (mean±std, 30 repetitions) in the over-", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 225, + 506, + 238 + ], + "spans": [ + { + "bbox": [ + 105, + 225, + 506, + 238 + ], + "score": 1.0, + "content": "parameterized regime is low (right of the dashed black line). We trained MNNs with one and two", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 237, + 506, + 249 + ], + "spans": [ + { + "bbox": [ + 105, + 237, + 249, + 249 + ], + "score": 1.0, + "content": "hiddens layer (with widths equal to", + "type": "text" + }, + { + "bbox": [ + 249, + 237, + 278, + 248 + ], + "score": 0.91, + "content": "d = d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 279, + 237, + 440, + 249 + ], + "score": 1.0, + "content": ") on a synthetic random dataset in which", + "type": "text" + }, + { + "bbox": [ + 440, + 237, + 502, + 248 + ], + "score": 0.91, + "content": "\\forall n = 1 , \\ldots , N", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 237, + 506, + 249 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 246, + 465, + 263 + ], + "spans": [ + { + "bbox": [ + 106, + 247, + 125, + 259 + ], + "score": 0.87, + "content": "\\mathbf { x } ^ { ( n ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 125, + 246, + 279, + 263 + ], + "score": 1.0, + "content": "was drawn from a normal distribution", + "type": "text" + }, + { + "bbox": [ + 279, + 249, + 313, + 261 + ], + "score": 0.92, + "content": "\\mathcal { N } ( 0 , 1 )", + "type": "inline_equation" + }, + { + "bbox": [ + 314, + 246, + 334, + 263 + ], + "score": 1.0, + "content": ", and", + "type": "text" + }, + { + "bbox": [ + 335, + 248, + 379, + 261 + ], + "score": 0.92, + "content": "y ^ { ( n ) } = \\pm 1", + "type": "inline_equation" + }, + { + "bbox": [ + 379, + 246, + 465, + 263 + ], + "score": 1.0, + "content": "with probability 0.5.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 4.5 + } + ], + "index": 2.75 + }, + { + "type": "table", + "bbox": [ + 109, + 271, + 502, + 322 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 109, + 271, + 502, + 322 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 109, + 271, + 502, + 322 + ], + "spans": [ + { + "bbox": [ + 109, + 271, + 502, + 322 + ], + "score": 0.972, + "html": "
MCEdod1N#parameters/N
MNIST0%784897·1040.999
CIFAR0%3072165·1040.983
ImageNet (downsampled to 64 × 64)0.1%12288105128·1041.008
", + "type": "table", + "image_path": "90f46a301115caa01b674399625ba334c01a765237cad7467e7e249166e66cfc.jpg" + } + ] + } + ], + "index": 8, + "virtual_lines": [ + { + "bbox": [ + 109, + 271, + 502, + 288.0 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 109, + 288.0, + 502, + 305.0 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 109, + 305.0, + 502, + 322.0 + ], + "spans": [], + "index": 9 + } + ] + }, + { + "type": "table_caption", + "bbox": [ + 108, + 329, + 504, + 364 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 104, + 327, + 505, + 344 + ], + "spans": [ + { + "bbox": [ + 104, + 327, + 505, + 344 + ], + "score": 1.0, + "content": "Table 1: Binary classification of MNIST, CIFAR and ImageNet: 1-hidden layer achieves very", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 341, + 505, + 354 + ], + "spans": [ + { + "bbox": [ + 105, + 341, + 432, + 354 + ], + "score": 1.0, + "content": "low training error (MCE) with a few hidden neurons, so that #parameters", + "type": "text" + }, + { + "bbox": [ + 432, + 341, + 488, + 353 + ], + "score": 0.91, + "content": "\\approx d _ { 0 } d _ { 1 } \\approx N", + "type": "inline_equation" + }, + { + "bbox": [ + 488, + 341, + 505, + 354 + ], + "score": 1.0, + "content": ". In", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 351, + 368, + 366 + ], + "spans": [ + { + "bbox": [ + 105, + 351, + 368, + 366 + ], + "score": 1.0, + "content": "ImageNet we downsampled the images to allow input whitening.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11 + } + ], + "index": 9.5 + }, + { + "type": "text", + "bbox": [ + 107, + 384, + 505, + 450 + ], + "lines": [], + "index": 15.5, + "bbox_fs": [ + 105, + 384, + 507, + 452 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 107, + 455, + 505, + 544 + ], + "lines": [ + { + "bbox": [ + 105, + 455, + 505, + 469 + ], + "spans": [ + { + "bbox": [ + 105, + 455, + 505, + 469 + ], + "score": 1.0, + "content": "First, on the small synthetic Gaussian random data (matching our assumptions) we perform a scan", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 467, + 505, + 479 + ], + "spans": [ + { + "bbox": [ + 106, + 467, + 505, + 479 + ], + "score": 1.0, + "content": "on various networks and dataset sizes. With either one or two hidden layers (Figure 5.1) , the", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 478, + 506, + 491 + ], + "spans": [ + { + "bbox": [ + 106, + 478, + 439, + 491 + ], + "score": 1.0, + "content": "error goes to zero when the number of non-redundant parameters (approximately", + "type": "text" + }, + { + "bbox": [ + 440, + 478, + 461, + 489 + ], + "score": 0.88, + "content": "d _ { 0 } d _ { 1 } ,", + "type": "inline_equation" + }, + { + "bbox": [ + 461, + 478, + 506, + 491 + ], + "score": 1.0, + "content": ") is greater", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 488, + 506, + 502 + ], + "spans": [ + { + "bbox": [ + 105, + 488, + 506, + 502 + ], + "score": 1.0, + "content": "than the number of samples, as suggested by our asymptotic results. Second, on the non-syntehtic", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 500, + 506, + 512 + ], + "spans": [ + { + "bbox": [ + 106, + 500, + 469, + 512 + ], + "score": 1.0, + "content": "datasets, MNIST, CIFAR and ImageNet (In ImageNet we downsampled the images to size", + "type": "text" + }, + { + "bbox": [ + 469, + 500, + 503, + 510 + ], + "score": 0.91, + "content": "6 4 \\times 6 4", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 500, + 506, + 512 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 511, + 506, + 523 + ], + "spans": [ + { + "bbox": [ + 106, + 511, + 506, + 523 + ], + "score": 1.0, + "content": "to allow input whitening) we only perform a simulation with a single 1-hidden layer MNN for which", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 522, + 506, + 534 + ], + "spans": [ + { + "bbox": [ + 105, + 522, + 165, + 534 + ], + "score": 1.0, + "content": "#parameters", + "type": "text" + }, + { + "bbox": [ + 165, + 522, + 187, + 532 + ], + "score": 0.86, + "content": "\\approx N", + "type": "inline_equation" + }, + { + "bbox": [ + 187, + 522, + 506, + 534 + ], + "score": 1.0, + "content": ", and again find (Table 1) that the final error is zero (for MNIST and CIFAR) or", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 533, + 194, + 545 + ], + "spans": [ + { + "bbox": [ + 105, + 533, + 194, + 545 + ], + "score": 1.0, + "content": "very low (ImageNet).", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 22.5, + "bbox_fs": [ + 105, + 455, + 506, + 545 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 549, + 505, + 615 + ], + "lines": [ + { + "bbox": [ + 105, + 549, + 505, + 563 + ], + "spans": [ + { + "bbox": [ + 105, + 549, + 505, + 563 + ], + "score": 1.0, + "content": "Lastly, in Figure 5.2 we find that, on the Gaussian dataset, the inputs to the hidden neurons converge", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 560, + 506, + 573 + ], + "spans": [ + { + "bbox": [ + 106, + 560, + 506, + 573 + ], + "score": 1.0, + "content": "to a distinctly non-zero value. This indicates we converged to differentiable critical points – since non-", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 570, + 507, + 584 + ], + "spans": [ + { + "bbox": [ + 105, + 570, + 507, + 584 + ], + "score": 1.0, + "content": "differentiable critical points must have zero neural inputs. Note that occasionally, during optimization,", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 582, + 505, + 596 + ], + "spans": [ + { + "bbox": [ + 105, + 582, + 505, + 596 + ], + "score": 1.0, + "content": "we could find some neural inputs with very low values near numerical precision level, so convergence", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 593, + 505, + 606 + ], + "spans": [ + { + "bbox": [ + 105, + 593, + 505, + 606 + ], + "score": 1.0, + "content": "to non-differentiable minima may be possible. However, as explained in the next section, as long as", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 604, + 502, + 617 + ], + "spans": [ + { + "bbox": [ + 106, + 604, + 502, + 617 + ], + "score": 1.0, + "content": "the number of neural inputs equal to zero are not too large, our bounds also hold for these minima.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 29.5, + "bbox_fs": [ + 105, + 549, + 507, + 617 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 632, + 190, + 644 + ], + "lines": [ + { + "bbox": [ + 105, + 631, + 192, + 647 + ], + "spans": [ + { + "bbox": [ + 105, + 631, + 192, + 647 + ], + "score": 1.0, + "content": "6 DISCUSSION", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 33 + }, + { + "type": "text", + "bbox": [ + 107, + 656, + 505, + 723 + ], + "lines": [ + { + "bbox": [ + 105, + 656, + 506, + 669 + ], + "spans": [ + { + "bbox": [ + 105, + 656, + 506, + 669 + ], + "score": 1.0, + "content": "In this paper we examine Differentiable Local Minima (DLMs) of the empiric loss of Multilayer", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 667, + 506, + 680 + ], + "spans": [ + { + "bbox": [ + 105, + 667, + 506, + 680 + ], + "score": 1.0, + "content": "Neural Networks (MNNs) with one hidden layer, scalar output, and LReLU nonlinearities (section 2).", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 679, + 505, + 691 + ], + "spans": [ + { + "bbox": [ + 106, + 679, + 505, + 691 + ], + "score": 1.0, + "content": "We prove (Theorem 10) that with high probability the angular volume (definition 3) of sub-optimal", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 104, + 688, + 506, + 703 + ], + "spans": [ + { + "bbox": [ + 104, + 688, + 506, + 703 + ], + "score": 1.0, + "content": "DLMs is exponentially vanishing in comparison to the angular volume of global minima (definition", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 700, + 506, + 714 + ], + "spans": [ + { + "bbox": [ + 105, + 700, + 506, + 714 + ], + "score": 1.0, + "content": "4), under assumptions 1-4. This results from an upper bound on sub-optimal DLMs (Theorem 6) and", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 712, + 293, + 724 + ], + "spans": [ + { + "bbox": [ + 106, + 712, + 293, + 724 + ], + "score": 1.0, + "content": "a lower bound on global minima (Theorem 9).", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 36.5, + "bbox_fs": [ + 104, + 656, + 506, + 724 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 106, + 83, + 306, + 160 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 106, + 83, + 306, + 160 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 83, + 306, + 160 + ], + "spans": [ + { + "bbox": [ + 106, + 83, + 306, + 160 + ], + "score": 0.969, + "type": "image", + "image_path": "e75b9ef834dd7be439435fa2e13f28f31f7a9f670be1cdff33d9185308bb07d8.jpg" + } + ] + } + ], + "index": 2.5, + "virtual_lines": [ + { + "bbox": [ + 106, + 83, + 306, + 95.83333333333333 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 106, + 95.83333333333333, + 306, + 108.66666666666666 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 106, + 108.66666666666666, + 306, + 121.49999999999999 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 106, + 121.49999999999999, + 306, + 134.33333333333331 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 106, + 134.33333333333331, + 306, + 147.16666666666666 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 106, + 147.16666666666666, + 306, + 160.0 + ], + "spans": [], + "index": 5 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 107, + 171, + 306, + 327 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 170, + 307, + 183 + ], + "spans": [ + { + "bbox": [ + 105, + 170, + 307, + 183 + ], + "score": 1.0, + "content": "Figure 5.2: Gaussian data: convergence of the", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 181, + 307, + 194 + ], + "spans": [ + { + "bbox": [ + 105, + 181, + 307, + 194 + ], + "score": 1.0, + "content": "MSE to differentiable critical points, as indica-", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 192, + 307, + 205 + ], + "spans": [ + { + "bbox": [ + 105, + 192, + 307, + 205 + ], + "score": 1.0, + "content": "ted by the convergence of the neural inputs to", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 204, + 307, + 215 + ], + "spans": [ + { + "bbox": [ + 106, + 204, + 307, + 215 + ], + "score": 1.0, + "content": "distinctly non-zero values. We trained MNNs", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 214, + 307, + 226 + ], + "spans": [ + { + "bbox": [ + 106, + 214, + 307, + 226 + ], + "score": 1.0, + "content": "with one hidden layer on the Gaussian dataset from", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 226, + 307, + 237 + ], + "spans": [ + { + "bbox": [ + 106, + 226, + 236, + 237 + ], + "score": 1.0, + "content": "Figure 5.1, with various widths", + "type": "text" + }, + { + "bbox": [ + 236, + 226, + 289, + 237 + ], + "score": 0.93, + "content": "d = d _ { 0 } = d _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 289, + 226, + 307, + 237 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 107, + 236, + 307, + 250 + ], + "spans": [ + { + "bbox": [ + 107, + 236, + 159, + 250 + ], + "score": 0.93, + "content": "N = \\lfloor d ^ { 2 } / 5 \\rfloor", + "type": "inline_equation" + }, + { + "bbox": [ + 159, + 236, + 307, + 249 + ], + "score": 1.0, + "content": "for 1000 epochs, then decreased the", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 247, + 307, + 260 + ], + "spans": [ + { + "bbox": [ + 105, + 247, + 307, + 260 + ], + "score": 1.0, + "content": "learning rate exponentially for another 1000 epo-", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 258, + 307, + 270 + ], + "spans": [ + { + "bbox": [ + 105, + 258, + 281, + 270 + ], + "score": 1.0, + "content": "chs. This was repeated 30 times. For all", + "type": "text" + }, + { + "bbox": [ + 281, + 259, + 288, + 268 + ], + "score": 0.77, + "content": "d", + "type": "inline_equation" + }, + { + "bbox": [ + 289, + 258, + 307, + 270 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 270, + 307, + 281 + ], + "spans": [ + { + "bbox": [ + 105, + 270, + 307, + 281 + ], + "score": 1.0, + "content": "repeats, we see that (left) the final absolute value", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 104, + 280, + 307, + 296 + ], + "spans": [ + { + "bbox": [ + 104, + 280, + 215, + 296 + ], + "score": 1.0, + "content": "of the minimal neural input", + "type": "text" + }, + { + "bbox": [ + 216, + 280, + 307, + 295 + ], + "score": 0.85, + "content": "( i . e . , \\operatorname* { m i n } _ { i , n } \\left| \\mathbf { w } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right| )", + "type": "inline_equation" + } + ], + "index": 16 + }, + { + "bbox": [ + 104, + 291, + 309, + 307 + ], + "spans": [ + { + "bbox": [ + 104, + 291, + 167, + 307 + ], + "score": 1.0, + "content": "in the range of", + "type": "text" + }, + { + "bbox": [ + 168, + 293, + 216, + 305 + ], + "score": 0.91, + "content": "1 0 ^ { - 3 } - 1 0 ^ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 216, + 291, + 309, + 307 + ], + "score": 1.0, + "content": ", which is much larger", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 305, + 307, + 316 + ], + "spans": [ + { + "bbox": [ + 105, + 305, + 127, + 316 + ], + "score": 1.0, + "content": "then", + "type": "text" + }, + { + "bbox": [ + 128, + 306, + 154, + 316 + ], + "score": 0.74, + "content": "( \\mathrm { r } i g h t )", + "type": "inline_equation" + }, + { + "bbox": [ + 155, + 305, + 268, + 316 + ], + "score": 1.0, + "content": "the final MSE error for all", + "type": "text" + }, + { + "bbox": [ + 268, + 306, + 275, + 315 + ], + "score": 0.79, + "content": "d", + "type": "inline_equation" + }, + { + "bbox": [ + 275, + 305, + 307, + 316 + ], + "score": 1.0, + "content": "and all", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 315, + 256, + 328 + ], + "spans": [ + { + "bbox": [ + 105, + 315, + 194, + 328 + ], + "score": 1.0, + "content": "repeats – in the range", + "type": "text" + }, + { + "bbox": [ + 194, + 315, + 253, + 327 + ], + "score": 0.91, + "content": "1 0 ^ { - 3 1 } - 1 0 ^ { - 7 }", + "type": "inline_equation" + }, + { + "bbox": [ + 253, + 315, + 256, + 328 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 12.5 + } + ], + "index": 7.5 + }, + { + "type": "text", + "bbox": [ + 315, + 82, + 505, + 345 + ], + "lines": [ + { + "bbox": [ + 314, + 82, + 506, + 95 + ], + "spans": [ + { + "bbox": [ + 314, + 82, + 506, + 95 + ], + "score": 1.0, + "content": "Convergence of SGD to DLMs. These re-", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 314, + 94, + 505, + 105 + ], + "spans": [ + { + "bbox": [ + 314, + 94, + 505, + 105 + ], + "score": 1.0, + "content": "sults suggest a mechanism through which low", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 313, + 105, + 506, + 115 + ], + "spans": [ + { + "bbox": [ + 313, + 105, + 506, + 115 + ], + "score": 1.0, + "content": "training error is obtained in such MNNs. Ho-", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 313, + 116, + 505, + 127 + ], + "spans": [ + { + "bbox": [ + 313, + 116, + 505, + 127 + ], + "score": 1.0, + "content": "wever, they do not guarantee it. One issue is", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 313, + 126, + 505, + 139 + ], + "spans": [ + { + "bbox": [ + 313, + 126, + 505, + 139 + ], + "score": 1.0, + "content": "that sub-optimal DLMs may have exponentially", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 313, + 137, + 506, + 150 + ], + "spans": [ + { + "bbox": [ + 313, + 137, + 506, + 150 + ], + "score": 1.0, + "content": "large basins of attraction. We see two possi-", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 313, + 148, + 505, + 160 + ], + "spans": [ + { + "bbox": [ + 313, + 148, + 505, + 160 + ], + "score": 1.0, + "content": "ble paths that might address this issue in future", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 314, + 160, + 505, + 171 + ], + "spans": [ + { + "bbox": [ + 314, + 160, + 505, + 171 + ], + "score": 1.0, + "content": "work, using additional assumptions on y. One", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 313, + 170, + 506, + 183 + ], + "spans": [ + { + "bbox": [ + 313, + 170, + 506, + 183 + ], + "score": 1.0, + "content": "approach is to show that, with high probability,", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 313, + 181, + 506, + 194 + ], + "spans": [ + { + "bbox": [ + 313, + 181, + 506, + 194 + ], + "score": 1.0, + "content": "no sub optimal DLM falls within the vanishingly", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 313, + 192, + 506, + 204 + ], + "spans": [ + { + "bbox": [ + 313, + 192, + 506, + 204 + ], + "score": 1.0, + "content": "small differentiable regions we bounded in The-", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 313, + 203, + 506, + 214 + ], + "spans": [ + { + "bbox": [ + 313, + 203, + 506, + 214 + ], + "score": 1.0, + "content": "orem 6. Another approach would be to bound", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 313, + 214, + 505, + 226 + ], + "spans": [ + { + "bbox": [ + 313, + 214, + 505, + 226 + ], + "score": 1.0, + "content": "the size of these basins of attraction, by showing", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 313, + 225, + 506, + 237 + ], + "spans": [ + { + "bbox": [ + 313, + 225, + 506, + 237 + ], + "score": 1.0, + "content": "that sufficiently large of number of differentia-", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 313, + 236, + 506, + 248 + ], + "spans": [ + { + "bbox": [ + 313, + 236, + 506, + 248 + ], + "score": 1.0, + "content": "ble regions near the DLM are also vanishingly", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 313, + 247, + 506, + 259 + ], + "spans": [ + { + "bbox": [ + 313, + 247, + 506, + 259 + ], + "score": 1.0, + "content": "small (other methods might also help here (Free-", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 314, + 258, + 505, + 270 + ], + "spans": [ + { + "bbox": [ + 314, + 258, + 505, + 270 + ], + "score": 1.0, + "content": "man & Bruna, 2016)). Another issue is that", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 313, + 269, + 505, + 281 + ], + "spans": [ + { + "bbox": [ + 313, + 269, + 505, + 281 + ], + "score": 1.0, + "content": "SGD might get stuck near differentiable saddle", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 313, + 280, + 505, + 291 + ], + "spans": [ + { + "bbox": [ + 313, + 280, + 505, + 291 + ], + "score": 1.0, + "content": "points, if their Hessian does not have strictly", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 313, + 291, + 506, + 302 + ], + "spans": [ + { + "bbox": [ + 313, + 291, + 506, + 302 + ], + "score": 1.0, + "content": "negative eigenvalues (i.e., the strict saddle pro-", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 313, + 302, + 506, + 314 + ], + "spans": [ + { + "bbox": [ + 313, + 302, + 506, + 314 + ], + "score": 1.0, + "content": "perty (Sun et al., 2015)). It should be straig-", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 314, + 312, + 505, + 324 + ], + "spans": [ + { + "bbox": [ + 314, + 312, + 505, + 324 + ], + "score": 1.0, + "content": "htforward to show that such points also have", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 313, + 324, + 505, + 335 + ], + "spans": [ + { + "bbox": [ + 313, + 324, + 505, + 335 + ], + "score": 1.0, + "content": "exponentially vanishing angular volume, similar", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 313, + 334, + 505, + 347 + ], + "spans": [ + { + "bbox": [ + 313, + 334, + 505, + 347 + ], + "score": 1.0, + "content": "to sub-optimal DLMs. Lastly, SGD might also", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 31.5 + }, + { + "type": "text", + "bbox": [ + 108, + 346, + 381, + 357 + ], + "lines": [ + { + "bbox": [ + 105, + 345, + 383, + 359 + ], + "spans": [ + { + "bbox": [ + 105, + 345, + 383, + 359 + ], + "score": 1.0, + "content": "converge to non-differentiable critical points, which we discuss next.", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 44 + }, + { + "type": "text", + "bbox": [ + 107, + 372, + 505, + 493 + ], + "lines": [ + { + "bbox": [ + 105, + 371, + 505, + 384 + ], + "spans": [ + { + "bbox": [ + 105, + 371, + 505, + 384 + ], + "score": 1.0, + "content": "Non-differentiable critical points. The proof of Theorem 6 stems from a first order necessary", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 383, + 505, + 395 + ], + "spans": [ + { + "bbox": [ + 105, + 383, + 202, + 395 + ], + "score": 1.0, + "content": "condition (Lemma 2):", + "type": "text" + }, + { + "bbox": [ + 202, + 383, + 264, + 395 + ], + "score": 0.92, + "content": "\\left( \\mathbf { A } \\circ \\mathbf { \\bar { X } } \\right) \\mathbf { e } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 264, + 383, + 505, + 395 + ], + "score": 1.0, + "content": ", which is true for any DLM. However, non-differentiable", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 393, + 505, + 408 + ], + "spans": [ + { + "bbox": [ + 105, + 393, + 505, + 408 + ], + "score": 1.0, + "content": "critical points, in which some neural inputs are exactly zero, may also exist (though, numerically, they", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 405, + 505, + 417 + ], + "spans": [ + { + "bbox": [ + 105, + 405, + 505, + 417 + ], + "score": 1.0, + "content": "don’t seem very common – see Figure 5.2). In this case, to derive a similar bound, we can replace the", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 416, + 505, + 428 + ], + "spans": [ + { + "bbox": [ + 105, + 416, + 168, + 428 + ], + "score": 1.0, + "content": "condition with", + "type": "text" + }, + { + "bbox": [ + 168, + 416, + 238, + 428 + ], + "score": 0.9, + "content": "\\mathbf { P } \\left( \\mathbf { A } \\circ \\mathbf { X } \\right) \\mathbf { e } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 239, + 416, + 269, + 428 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 269, + 416, + 279, + 426 + ], + "score": 0.65, + "content": "\\mathbf { P }", + "type": "inline_equation" + }, + { + "bbox": [ + 279, + 416, + 505, + 428 + ], + "score": 1.0, + "content": "is a projection matrix to the subspace orthogonal to the", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 105, + 427, + 505, + 439 + ], + "spans": [ + { + "bbox": [ + 105, + 427, + 505, + 439 + ], + "score": 1.0, + "content": "non-differentiable directions. As long as there are not too many zero neural inputs, we should be able", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 438, + 506, + 451 + ], + "spans": [ + { + "bbox": [ + 105, + 438, + 351, + 451 + ], + "score": 1.0, + "content": "to obtain similar results. For example, if only a constant ratio", + "type": "text" + }, + { + "bbox": [ + 352, + 440, + 358, + 448 + ], + "score": 0.76, + "content": "r", + "type": "inline_equation" + }, + { + "bbox": [ + 358, + 438, + 506, + 451 + ], + "score": 1.0, + "content": "of the neural inputs are zero, we can", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 105, + 449, + 505, + 461 + ], + "spans": [ + { + "bbox": [ + 105, + 449, + 166, + 461 + ], + "score": 1.0, + "content": "simply choose", + "type": "text" + }, + { + "bbox": [ + 167, + 449, + 176, + 459 + ], + "score": 0.58, + "content": "\\mathbf { P }", + "type": "inline_equation" + }, + { + "bbox": [ + 177, + 449, + 266, + 461 + ], + "score": 1.0, + "content": "to remove all rows of", + "type": "text" + }, + { + "bbox": [ + 266, + 449, + 300, + 460 + ], + "score": 0.88, + "content": "( \\mathbf { A } \\circ \\mathbf { X } )", + "type": "inline_equation" + }, + { + "bbox": [ + 301, + 449, + 505, + 461 + ], + "score": 1.0, + "content": "corresponding to those neurons, and proceed with", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 105, + 459, + 505, + 473 + ], + "spans": [ + { + "bbox": [ + 105, + 459, + 258, + 473 + ], + "score": 1.0, + "content": "exactly the same proof as before, with", + "type": "text" + }, + { + "bbox": [ + 258, + 460, + 269, + 471 + ], + "score": 0.89, + "content": "d _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 270, + 459, + 326, + 473 + ], + "score": 1.0, + "content": "replaced with", + "type": "text" + }, + { + "bbox": [ + 326, + 460, + 368, + 471 + ], + "score": 0.92, + "content": "( 1 - r ) d _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 368, + 459, + 505, + 473 + ], + "score": 1.0, + "content": ". It remains a theoretical challenge", + "type": "text" + } + ], + "index": 53 + }, + { + "bbox": [ + 105, + 471, + 505, + 483 + ], + "spans": [ + { + "bbox": [ + 105, + 471, + 505, + 483 + ], + "score": 1.0, + "content": "to find reasonable assumptions under which the number of non-differentiable directions (i.e., zero", + "type": "text" + } + ], + "index": 54 + }, + { + "bbox": [ + 105, + 481, + 273, + 494 + ], + "spans": [ + { + "bbox": [ + 105, + 481, + 273, + 494 + ], + "score": 1.0, + "content": "neural inputs) does not become too large.", + "type": "text" + } + ], + "index": 55 + } + ], + "index": 50 + }, + { + "type": "text", + "bbox": [ + 106, + 507, + 505, + 640 + ], + "lines": [ + { + "bbox": [ + 106, + 508, + 505, + 520 + ], + "spans": [ + { + "bbox": [ + 106, + 508, + 403, + 520 + ], + "score": 1.0, + "content": "Related results. Two works have also derived related results using the", + "type": "text" + }, + { + "bbox": [ + 403, + 508, + 463, + 520 + ], + "score": 0.92, + "content": "\\left( \\mathbf { A } \\circ \\mathbf { X } \\right) \\mathbf { e } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 463, + 508, + 505, + 520 + ], + "score": 1.0, + "content": "condition", + "type": "text" + } + ], + "index": 56 + }, + { + "bbox": [ + 106, + 519, + 504, + 530 + ], + "spans": [ + { + "bbox": [ + 106, + 519, + 494, + 530 + ], + "score": 1.0, + "content": "from Lemma 2. In (Soudry & Carmon, 2016), it was noticed that an infinitesimal perturbation of", + "type": "text" + }, + { + "bbox": [ + 495, + 519, + 504, + 529 + ], + "score": 0.29, + "content": "\\mathbf { A }", + "type": "inline_equation" + } + ], + "index": 57 + }, + { + "bbox": [ + 106, + 530, + 505, + 542 + ], + "spans": [ + { + "bbox": [ + 106, + 530, + 176, + 542 + ], + "score": 1.0, + "content": "makes the matrix", + "type": "text" + }, + { + "bbox": [ + 176, + 530, + 203, + 540 + ], + "score": 0.83, + "content": "\\mathbf { A } \\circ \\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 203, + 530, + 505, + 542 + ], + "score": 1.0, + "content": "full rank with probability 1 (Allman et al., 2009, Lemma 13) – which entails", + "type": "text" + } + ], + "index": 58 + }, + { + "bbox": [ + 106, + 541, + 505, + 553 + ], + "spans": [ + { + "bbox": [ + 106, + 541, + 123, + 553 + ], + "score": 1.0, + "content": "that", + "type": "text" + }, + { + "bbox": [ + 123, + 541, + 149, + 551 + ], + "score": 0.9, + "content": "\\mathbf { e } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 149, + 541, + 505, + 553 + ], + "score": 1.0, + "content": "at all DLMs. Though a simple and intuitive approach, such an infinitesimal perturbation is", + "type": "text" + } + ], + "index": 59 + }, + { + "bbox": [ + 105, + 551, + 505, + 564 + ], + "spans": [ + { + "bbox": [ + 105, + 551, + 505, + 564 + ], + "score": 1.0, + "content": "problematic: from continuity, it cannot change the original MSE at sub-optimal DLMs – unless the", + "type": "text" + } + ], + "index": 60 + }, + { + "bbox": [ + 105, + 563, + 506, + 574 + ], + "spans": [ + { + "bbox": [ + 105, + 563, + 506, + 574 + ], + "score": 1.0, + "content": "weights go to infinity, or the DLM becomes non-differentiable – which are both undesirable results.", + "type": "text" + } + ], + "index": 61 + }, + { + "bbox": [ + 105, + 574, + 506, + 586 + ], + "spans": [ + { + "bbox": [ + 105, + 574, + 439, + 586 + ], + "score": 1.0, + "content": "An extension of this analysis was also done to constrain e using the singular values of", + "type": "text" + }, + { + "bbox": [ + 439, + 574, + 462, + 584 + ], + "score": 0.7, + "content": "\\mathbf { A } \\circ \\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 463, + 574, + 506, + 586 + ], + "score": 1.0, + "content": "(Xie et al.,", + "type": "text" + } + ], + "index": 62 + }, + { + "bbox": [ + 105, + 583, + 506, + 598 + ], + "spans": [ + { + "bbox": [ + 105, + 583, + 506, + 598 + ], + "score": 1.0, + "content": "2016), deriving bounds that are easier to combine with generalization bounds. Though a promising", + "type": "text" + } + ], + "index": 63 + }, + { + "bbox": [ + 105, + 595, + 505, + 609 + ], + "spans": [ + { + "bbox": [ + 105, + 595, + 505, + 609 + ], + "score": 1.0, + "content": "approach, the size of the sub-optimal regions (where the error is high) does not vanish exponentially", + "type": "text" + } + ], + "index": 64 + }, + { + "bbox": [ + 105, + 606, + 505, + 619 + ], + "spans": [ + { + "bbox": [ + 105, + 606, + 505, + 619 + ], + "score": 1.0, + "content": "in the derived bounds. More importantly, these bounds require assumptions on the activation kernel", + "type": "text" + } + ], + "index": 65 + }, + { + "bbox": [ + 105, + 618, + 505, + 630 + ], + "spans": [ + { + "bbox": [ + 105, + 618, + 145, + 630 + ], + "score": 1.0, + "content": "spectrum", + "type": "text" + }, + { + "bbox": [ + 145, + 619, + 159, + 629 + ], + "score": 0.86, + "content": "\\gamma _ { m }", + "type": "inline_equation" + }, + { + "bbox": [ + 159, + 618, + 505, + 630 + ], + "score": 1.0, + "content": ", which do not appear to hold in practice (e.g., (Xie et al., 2016, Theorems 1,3) require", + "type": "text" + } + ], + "index": 66 + }, + { + "bbox": [ + 106, + 628, + 477, + 641 + ], + "spans": [ + { + "bbox": [ + 106, + 629, + 150, + 640 + ], + "score": 0.91, + "content": "m \\gamma _ { m } \\gg 1", + "type": "inline_equation" + }, + { + "bbox": [ + 150, + 628, + 294, + 641 + ], + "score": 1.0, + "content": "to hold with high probability, while", + "type": "text" + }, + { + "bbox": [ + 295, + 628, + 351, + 640 + ], + "score": 0.92, + "content": "m \\gamma _ { m } < \\bar { 1 0 } ^ { - 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 351, + 628, + 477, + 641 + ], + "score": 1.0, + "content": "in (Xie et al., 2016, Figure 1)).", + "type": "text" + } + ], + "index": 67 + } + ], + "index": 61.5 + }, + { + "type": "text", + "bbox": [ + 107, + 655, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 655, + 504, + 667 + ], + "spans": [ + { + "bbox": [ + 105, + 655, + 504, + 667 + ], + "score": 1.0, + "content": "Modifications and extensions. There are many relatively simple extensions of these results: the", + "type": "text" + } + ], + "index": 68 + }, + { + "bbox": [ + 105, + 666, + 506, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 506, + 678 + ], + "score": 1.0, + "content": "Gaussian assumption could be relaxed to other near-isotropic distributions (e.g., sparse-land model,", + "type": "text" + } + ], + "index": 69 + }, + { + "bbox": [ + 105, + 676, + 507, + 690 + ], + "spans": [ + { + "bbox": [ + 105, + 676, + 507, + 690 + ], + "score": 1.0, + "content": "(Elad, 2010, Section 9.2)) and other convex loss functions are possible instead of the quadratic loss.", + "type": "text" + } + ], + "index": 70 + }, + { + "bbox": [ + 105, + 688, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 688, + 505, + 700 + ], + "score": 1.0, + "content": "More challenging directions are extending our results to MNNs with multi-output and multiple hidden", + "type": "text" + } + ], + "index": 71 + }, + { + "bbox": [ + 105, + 698, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 505, + 712 + ], + "score": 1.0, + "content": "layers, or combining our training error results with novel generalization bounds which might be better", + "type": "text" + } + ], + "index": 72 + }, + { + "bbox": [ + 105, + 709, + 505, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 505, + 723 + ], + "score": 1.0, + "content": "suited for MNNs (e.g., (Feng et al., 2016; Sokolic et al., 2016; Dziugaite & Roy, 2017)) than previous", + "type": "text" + } + ], + "index": 73 + }, + { + "bbox": [ + 105, + 721, + 242, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 721, + 242, + 733 + ], + "score": 1.0, + "content": "approaches (Zhang et al., 2017a).", + "type": "text" + } + ], + "index": 74 + } + ], + "index": 71 + } + ], + "page_idx": 7, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 309, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 309, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 752, + 308, + 759 + ], + "lines": [ + { + "bbox": [ + 302, + 750, + 309, + 761 + ], + "spans": [ + { + "bbox": [ + 302, + 750, + 309, + 761 + ], + "score": 1.0, + "content": "8", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 106, + 83, + 306, + 160 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 106, + 83, + 306, + 160 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 83, + 306, + 160 + ], + "spans": [ + { + "bbox": [ + 106, + 83, + 306, + 160 + ], + "score": 0.969, + "type": "image", + "image_path": "e75b9ef834dd7be439435fa2e13f28f31f7a9f670be1cdff33d9185308bb07d8.jpg" + } + ] + } + ], + "index": 2.5, + "virtual_lines": [ + { + "bbox": [ + 106, + 83, + 306, + 95.83333333333333 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 106, + 95.83333333333333, + 306, + 108.66666666666666 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 106, + 108.66666666666666, + 306, + 121.49999999999999 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 106, + 121.49999999999999, + 306, + 134.33333333333331 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 106, + 134.33333333333331, + 306, + 147.16666666666666 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 106, + 147.16666666666666, + 306, + 160.0 + ], + "spans": [], + "index": 5 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 107, + 171, + 306, + 327 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 170, + 307, + 183 + ], + "spans": [ + { + "bbox": [ + 105, + 170, + 307, + 183 + ], + "score": 1.0, + "content": "Figure 5.2: Gaussian data: convergence of the", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 181, + 307, + 194 + ], + "spans": [ + { + "bbox": [ + 105, + 181, + 307, + 194 + ], + "score": 1.0, + "content": "MSE to differentiable critical points, as indica-", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 192, + 307, + 205 + ], + "spans": [ + { + "bbox": [ + 105, + 192, + 307, + 205 + ], + "score": 1.0, + "content": "ted by the convergence of the neural inputs to", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 204, + 307, + 215 + ], + "spans": [ + { + "bbox": [ + 106, + 204, + 307, + 215 + ], + "score": 1.0, + "content": "distinctly non-zero values. We trained MNNs", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 214, + 307, + 226 + ], + "spans": [ + { + "bbox": [ + 106, + 214, + 307, + 226 + ], + "score": 1.0, + "content": "with one hidden layer on the Gaussian dataset from", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 226, + 307, + 237 + ], + "spans": [ + { + "bbox": [ + 106, + 226, + 236, + 237 + ], + "score": 1.0, + "content": "Figure 5.1, with various widths", + "type": "text" + }, + { + "bbox": [ + 236, + 226, + 289, + 237 + ], + "score": 0.93, + "content": "d = d _ { 0 } = d _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 289, + 226, + 307, + 237 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 107, + 236, + 307, + 250 + ], + "spans": [ + { + "bbox": [ + 107, + 236, + 159, + 250 + ], + "score": 0.93, + "content": "N = \\lfloor d ^ { 2 } / 5 \\rfloor", + "type": "inline_equation" + }, + { + "bbox": [ + 159, + 236, + 307, + 249 + ], + "score": 1.0, + "content": "for 1000 epochs, then decreased the", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 247, + 307, + 260 + ], + "spans": [ + { + "bbox": [ + 105, + 247, + 307, + 260 + ], + "score": 1.0, + "content": "learning rate exponentially for another 1000 epo-", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 258, + 307, + 270 + ], + "spans": [ + { + "bbox": [ + 105, + 258, + 281, + 270 + ], + "score": 1.0, + "content": "chs. This was repeated 30 times. For all", + "type": "text" + }, + { + "bbox": [ + 281, + 259, + 288, + 268 + ], + "score": 0.77, + "content": "d", + "type": "inline_equation" + }, + { + "bbox": [ + 289, + 258, + 307, + 270 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 270, + 307, + 281 + ], + "spans": [ + { + "bbox": [ + 105, + 270, + 307, + 281 + ], + "score": 1.0, + "content": "repeats, we see that (left) the final absolute value", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 104, + 280, + 307, + 296 + ], + "spans": [ + { + "bbox": [ + 104, + 280, + 215, + 296 + ], + "score": 1.0, + "content": "of the minimal neural input", + "type": "text" + }, + { + "bbox": [ + 216, + 280, + 307, + 295 + ], + "score": 0.85, + "content": "( i . e . , \\operatorname* { m i n } _ { i , n } \\left| \\mathbf { w } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right| )", + "type": "inline_equation" + } + ], + "index": 16 + }, + { + "bbox": [ + 104, + 291, + 309, + 307 + ], + "spans": [ + { + "bbox": [ + 104, + 291, + 167, + 307 + ], + "score": 1.0, + "content": "in the range of", + "type": "text" + }, + { + "bbox": [ + 168, + 293, + 216, + 305 + ], + "score": 0.91, + "content": "1 0 ^ { - 3 } - 1 0 ^ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 216, + 291, + 309, + 307 + ], + "score": 1.0, + "content": ", which is much larger", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 305, + 307, + 316 + ], + "spans": [ + { + "bbox": [ + 105, + 305, + 127, + 316 + ], + "score": 1.0, + "content": "then", + "type": "text" + }, + { + "bbox": [ + 128, + 306, + 154, + 316 + ], + "score": 0.74, + "content": "( \\mathrm { r } i g h t )", + "type": "inline_equation" + }, + { + "bbox": [ + 155, + 305, + 268, + 316 + ], + "score": 1.0, + "content": "the final MSE error for all", + "type": "text" + }, + { + "bbox": [ + 268, + 306, + 275, + 315 + ], + "score": 0.79, + "content": "d", + "type": "inline_equation" + }, + { + "bbox": [ + 275, + 305, + 307, + 316 + ], + "score": 1.0, + "content": "and all", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 315, + 256, + 328 + ], + "spans": [ + { + "bbox": [ + 105, + 315, + 194, + 328 + ], + "score": 1.0, + "content": "repeats – in the range", + "type": "text" + }, + { + "bbox": [ + 194, + 315, + 253, + 327 + ], + "score": 0.91, + "content": "1 0 ^ { - 3 1 } - 1 0 ^ { - 7 }", + "type": "inline_equation" + }, + { + "bbox": [ + 253, + 315, + 256, + 328 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 12.5 + } + ], + "index": 7.5 + }, + { + "type": "text", + "bbox": [ + 315, + 82, + 505, + 345 + ], + "lines": [ + { + "bbox": [ + 314, + 82, + 506, + 95 + ], + "spans": [ + { + "bbox": [ + 314, + 82, + 506, + 95 + ], + "score": 1.0, + "content": "Convergence of SGD to DLMs. These re-", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 314, + 94, + 505, + 105 + ], + "spans": [ + { + "bbox": [ + 314, + 94, + 505, + 105 + ], + "score": 1.0, + "content": "sults suggest a mechanism through which low", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 313, + 105, + 506, + 115 + ], + "spans": [ + { + "bbox": [ + 313, + 105, + 506, + 115 + ], + "score": 1.0, + "content": "training error is obtained in such MNNs. Ho-", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 313, + 116, + 505, + 127 + ], + "spans": [ + { + "bbox": [ + 313, + 116, + 505, + 127 + ], + "score": 1.0, + "content": "wever, they do not guarantee it. One issue is", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 313, + 126, + 505, + 139 + ], + "spans": [ + { + "bbox": [ + 313, + 126, + 505, + 139 + ], + "score": 1.0, + "content": "that sub-optimal DLMs may have exponentially", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 313, + 137, + 506, + 150 + ], + "spans": [ + { + "bbox": [ + 313, + 137, + 506, + 150 + ], + "score": 1.0, + "content": "large basins of attraction. We see two possi-", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 313, + 148, + 505, + 160 + ], + "spans": [ + { + "bbox": [ + 313, + 148, + 505, + 160 + ], + "score": 1.0, + "content": "ble paths that might address this issue in future", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 314, + 160, + 505, + 171 + ], + "spans": [ + { + "bbox": [ + 314, + 160, + 505, + 171 + ], + "score": 1.0, + "content": "work, using additional assumptions on y. One", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 313, + 170, + 506, + 183 + ], + "spans": [ + { + "bbox": [ + 313, + 170, + 506, + 183 + ], + "score": 1.0, + "content": "approach is to show that, with high probability,", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 313, + 181, + 506, + 194 + ], + "spans": [ + { + "bbox": [ + 313, + 181, + 506, + 194 + ], + "score": 1.0, + "content": "no sub optimal DLM falls within the vanishingly", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 313, + 192, + 506, + 204 + ], + "spans": [ + { + "bbox": [ + 313, + 192, + 506, + 204 + ], + "score": 1.0, + "content": "small differentiable regions we bounded in The-", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 313, + 203, + 506, + 214 + ], + "spans": [ + { + "bbox": [ + 313, + 203, + 506, + 214 + ], + "score": 1.0, + "content": "orem 6. Another approach would be to bound", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 313, + 214, + 505, + 226 + ], + "spans": [ + { + "bbox": [ + 313, + 214, + 505, + 226 + ], + "score": 1.0, + "content": "the size of these basins of attraction, by showing", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 313, + 225, + 506, + 237 + ], + "spans": [ + { + "bbox": [ + 313, + 225, + 506, + 237 + ], + "score": 1.0, + "content": "that sufficiently large of number of differentia-", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 313, + 236, + 506, + 248 + ], + "spans": [ + { + "bbox": [ + 313, + 236, + 506, + 248 + ], + "score": 1.0, + "content": "ble regions near the DLM are also vanishingly", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 313, + 247, + 506, + 259 + ], + "spans": [ + { + "bbox": [ + 313, + 247, + 506, + 259 + ], + "score": 1.0, + "content": "small (other methods might also help here (Free-", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 314, + 258, + 505, + 270 + ], + "spans": [ + { + "bbox": [ + 314, + 258, + 505, + 270 + ], + "score": 1.0, + "content": "man & Bruna, 2016)). Another issue is that", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 313, + 269, + 505, + 281 + ], + "spans": [ + { + "bbox": [ + 313, + 269, + 505, + 281 + ], + "score": 1.0, + "content": "SGD might get stuck near differentiable saddle", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 313, + 280, + 505, + 291 + ], + "spans": [ + { + "bbox": [ + 313, + 280, + 505, + 291 + ], + "score": 1.0, + "content": "points, if their Hessian does not have strictly", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 313, + 291, + 506, + 302 + ], + "spans": [ + { + "bbox": [ + 313, + 291, + 506, + 302 + ], + "score": 1.0, + "content": "negative eigenvalues (i.e., the strict saddle pro-", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 313, + 302, + 506, + 314 + ], + "spans": [ + { + "bbox": [ + 313, + 302, + 506, + 314 + ], + "score": 1.0, + "content": "perty (Sun et al., 2015)). It should be straig-", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 314, + 312, + 505, + 324 + ], + "spans": [ + { + "bbox": [ + 314, + 312, + 505, + 324 + ], + "score": 1.0, + "content": "htforward to show that such points also have", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 313, + 324, + 505, + 335 + ], + "spans": [ + { + "bbox": [ + 313, + 324, + 505, + 335 + ], + "score": 1.0, + "content": "exponentially vanishing angular volume, similar", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 313, + 334, + 505, + 347 + ], + "spans": [ + { + "bbox": [ + 313, + 334, + 505, + 347 + ], + "score": 1.0, + "content": "to sub-optimal DLMs. Lastly, SGD might also", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 345, + 383, + 359 + ], + "spans": [ + { + "bbox": [ + 105, + 345, + 383, + 359 + ], + "score": 1.0, + "content": "converge to non-differentiable critical points, which we discuss next.", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 31.5, + "bbox_fs": [ + 313, + 82, + 506, + 347 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 346, + 381, + 357 + ], + "lines": [], + "index": 44, + "bbox_fs": [ + 105, + 345, + 383, + 359 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 107, + 372, + 505, + 493 + ], + "lines": [ + { + "bbox": [ + 105, + 371, + 505, + 384 + ], + "spans": [ + { + "bbox": [ + 105, + 371, + 505, + 384 + ], + "score": 1.0, + "content": "Non-differentiable critical points. The proof of Theorem 6 stems from a first order necessary", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 383, + 505, + 395 + ], + "spans": [ + { + "bbox": [ + 105, + 383, + 202, + 395 + ], + "score": 1.0, + "content": "condition (Lemma 2):", + "type": "text" + }, + { + "bbox": [ + 202, + 383, + 264, + 395 + ], + "score": 0.92, + "content": "\\left( \\mathbf { A } \\circ \\mathbf { \\bar { X } } \\right) \\mathbf { e } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 264, + 383, + 505, + 395 + ], + "score": 1.0, + "content": ", which is true for any DLM. However, non-differentiable", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 393, + 505, + 408 + ], + "spans": [ + { + "bbox": [ + 105, + 393, + 505, + 408 + ], + "score": 1.0, + "content": "critical points, in which some neural inputs are exactly zero, may also exist (though, numerically, they", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 405, + 505, + 417 + ], + "spans": [ + { + "bbox": [ + 105, + 405, + 505, + 417 + ], + "score": 1.0, + "content": "don’t seem very common – see Figure 5.2). In this case, to derive a similar bound, we can replace the", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 416, + 505, + 428 + ], + "spans": [ + { + "bbox": [ + 105, + 416, + 168, + 428 + ], + "score": 1.0, + "content": "condition with", + "type": "text" + }, + { + "bbox": [ + 168, + 416, + 238, + 428 + ], + "score": 0.9, + "content": "\\mathbf { P } \\left( \\mathbf { A } \\circ \\mathbf { X } \\right) \\mathbf { e } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 239, + 416, + 269, + 428 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 269, + 416, + 279, + 426 + ], + "score": 0.65, + "content": "\\mathbf { P }", + "type": "inline_equation" + }, + { + "bbox": [ + 279, + 416, + 505, + 428 + ], + "score": 1.0, + "content": "is a projection matrix to the subspace orthogonal to the", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 105, + 427, + 505, + 439 + ], + "spans": [ + { + "bbox": [ + 105, + 427, + 505, + 439 + ], + "score": 1.0, + "content": "non-differentiable directions. As long as there are not too many zero neural inputs, we should be able", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 438, + 506, + 451 + ], + "spans": [ + { + "bbox": [ + 105, + 438, + 351, + 451 + ], + "score": 1.0, + "content": "to obtain similar results. For example, if only a constant ratio", + "type": "text" + }, + { + "bbox": [ + 352, + 440, + 358, + 448 + ], + "score": 0.76, + "content": "r", + "type": "inline_equation" + }, + { + "bbox": [ + 358, + 438, + 506, + 451 + ], + "score": 1.0, + "content": "of the neural inputs are zero, we can", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 105, + 449, + 505, + 461 + ], + "spans": [ + { + "bbox": [ + 105, + 449, + 166, + 461 + ], + "score": 1.0, + "content": "simply choose", + "type": "text" + }, + { + "bbox": [ + 167, + 449, + 176, + 459 + ], + "score": 0.58, + "content": "\\mathbf { P }", + "type": "inline_equation" + }, + { + "bbox": [ + 177, + 449, + 266, + 461 + ], + "score": 1.0, + "content": "to remove all rows of", + "type": "text" + }, + { + "bbox": [ + 266, + 449, + 300, + 460 + ], + "score": 0.88, + "content": "( \\mathbf { A } \\circ \\mathbf { X } )", + "type": "inline_equation" + }, + { + "bbox": [ + 301, + 449, + 505, + 461 + ], + "score": 1.0, + "content": "corresponding to those neurons, and proceed with", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 105, + 459, + 505, + 473 + ], + "spans": [ + { + "bbox": [ + 105, + 459, + 258, + 473 + ], + "score": 1.0, + "content": "exactly the same proof as before, with", + "type": "text" + }, + { + "bbox": [ + 258, + 460, + 269, + 471 + ], + "score": 0.89, + "content": "d _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 270, + 459, + 326, + 473 + ], + "score": 1.0, + "content": "replaced with", + "type": "text" + }, + { + "bbox": [ + 326, + 460, + 368, + 471 + ], + "score": 0.92, + "content": "( 1 - r ) d _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 368, + 459, + 505, + 473 + ], + "score": 1.0, + "content": ". It remains a theoretical challenge", + "type": "text" + } + ], + "index": 53 + }, + { + "bbox": [ + 105, + 471, + 505, + 483 + ], + "spans": [ + { + "bbox": [ + 105, + 471, + 505, + 483 + ], + "score": 1.0, + "content": "to find reasonable assumptions under which the number of non-differentiable directions (i.e., zero", + "type": "text" + } + ], + "index": 54 + }, + { + "bbox": [ + 105, + 481, + 273, + 494 + ], + "spans": [ + { + "bbox": [ + 105, + 481, + 273, + 494 + ], + "score": 1.0, + "content": "neural inputs) does not become too large.", + "type": "text" + } + ], + "index": 55 + } + ], + "index": 50, + "bbox_fs": [ + 105, + 371, + 506, + 494 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 507, + 505, + 640 + ], + "lines": [ + { + "bbox": [ + 106, + 508, + 505, + 520 + ], + "spans": [ + { + "bbox": [ + 106, + 508, + 403, + 520 + ], + "score": 1.0, + "content": "Related results. Two works have also derived related results using the", + "type": "text" + }, + { + "bbox": [ + 403, + 508, + 463, + 520 + ], + "score": 0.92, + "content": "\\left( \\mathbf { A } \\circ \\mathbf { X } \\right) \\mathbf { e } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 463, + 508, + 505, + 520 + ], + "score": 1.0, + "content": "condition", + "type": "text" + } + ], + "index": 56 + }, + { + "bbox": [ + 106, + 519, + 504, + 530 + ], + "spans": [ + { + "bbox": [ + 106, + 519, + 494, + 530 + ], + "score": 1.0, + "content": "from Lemma 2. In (Soudry & Carmon, 2016), it was noticed that an infinitesimal perturbation of", + "type": "text" + }, + { + "bbox": [ + 495, + 519, + 504, + 529 + ], + "score": 0.29, + "content": "\\mathbf { A }", + "type": "inline_equation" + } + ], + "index": 57 + }, + { + "bbox": [ + 106, + 530, + 505, + 542 + ], + "spans": [ + { + "bbox": [ + 106, + 530, + 176, + 542 + ], + "score": 1.0, + "content": "makes the matrix", + "type": "text" + }, + { + "bbox": [ + 176, + 530, + 203, + 540 + ], + "score": 0.83, + "content": "\\mathbf { A } \\circ \\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 203, + 530, + 505, + 542 + ], + "score": 1.0, + "content": "full rank with probability 1 (Allman et al., 2009, Lemma 13) – which entails", + "type": "text" + } + ], + "index": 58 + }, + { + "bbox": [ + 106, + 541, + 505, + 553 + ], + "spans": [ + { + "bbox": [ + 106, + 541, + 123, + 553 + ], + "score": 1.0, + "content": "that", + "type": "text" + }, + { + "bbox": [ + 123, + 541, + 149, + 551 + ], + "score": 0.9, + "content": "\\mathbf { e } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 149, + 541, + 505, + 553 + ], + "score": 1.0, + "content": "at all DLMs. Though a simple and intuitive approach, such an infinitesimal perturbation is", + "type": "text" + } + ], + "index": 59 + }, + { + "bbox": [ + 105, + 551, + 505, + 564 + ], + "spans": [ + { + "bbox": [ + 105, + 551, + 505, + 564 + ], + "score": 1.0, + "content": "problematic: from continuity, it cannot change the original MSE at sub-optimal DLMs – unless the", + "type": "text" + } + ], + "index": 60 + }, + { + "bbox": [ + 105, + 563, + 506, + 574 + ], + "spans": [ + { + "bbox": [ + 105, + 563, + 506, + 574 + ], + "score": 1.0, + "content": "weights go to infinity, or the DLM becomes non-differentiable – which are both undesirable results.", + "type": "text" + } + ], + "index": 61 + }, + { + "bbox": [ + 105, + 574, + 506, + 586 + ], + "spans": [ + { + "bbox": [ + 105, + 574, + 439, + 586 + ], + "score": 1.0, + "content": "An extension of this analysis was also done to constrain e using the singular values of", + "type": "text" + }, + { + "bbox": [ + 439, + 574, + 462, + 584 + ], + "score": 0.7, + "content": "\\mathbf { A } \\circ \\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 463, + 574, + 506, + 586 + ], + "score": 1.0, + "content": "(Xie et al.,", + "type": "text" + } + ], + "index": 62 + }, + { + "bbox": [ + 105, + 583, + 506, + 598 + ], + "spans": [ + { + "bbox": [ + 105, + 583, + 506, + 598 + ], + "score": 1.0, + "content": "2016), deriving bounds that are easier to combine with generalization bounds. Though a promising", + "type": "text" + } + ], + "index": 63 + }, + { + "bbox": [ + 105, + 595, + 505, + 609 + ], + "spans": [ + { + "bbox": [ + 105, + 595, + 505, + 609 + ], + "score": 1.0, + "content": "approach, the size of the sub-optimal regions (where the error is high) does not vanish exponentially", + "type": "text" + } + ], + "index": 64 + }, + { + "bbox": [ + 105, + 606, + 505, + 619 + ], + "spans": [ + { + "bbox": [ + 105, + 606, + 505, + 619 + ], + "score": 1.0, + "content": "in the derived bounds. More importantly, these bounds require assumptions on the activation kernel", + "type": "text" + } + ], + "index": 65 + }, + { + "bbox": [ + 105, + 618, + 505, + 630 + ], + "spans": [ + { + "bbox": [ + 105, + 618, + 145, + 630 + ], + "score": 1.0, + "content": "spectrum", + "type": "text" + }, + { + "bbox": [ + 145, + 619, + 159, + 629 + ], + "score": 0.86, + "content": "\\gamma _ { m }", + "type": "inline_equation" + }, + { + "bbox": [ + 159, + 618, + 505, + 630 + ], + "score": 1.0, + "content": ", which do not appear to hold in practice (e.g., (Xie et al., 2016, Theorems 1,3) require", + "type": "text" + } + ], + "index": 66 + }, + { + "bbox": [ + 106, + 628, + 477, + 641 + ], + "spans": [ + { + "bbox": [ + 106, + 629, + 150, + 640 + ], + "score": 0.91, + "content": "m \\gamma _ { m } \\gg 1", + "type": "inline_equation" + }, + { + "bbox": [ + 150, + 628, + 294, + 641 + ], + "score": 1.0, + "content": "to hold with high probability, while", + "type": "text" + }, + { + "bbox": [ + 295, + 628, + 351, + 640 + ], + "score": 0.92, + "content": "m \\gamma _ { m } < \\bar { 1 0 } ^ { - 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 351, + 628, + 477, + 641 + ], + "score": 1.0, + "content": "in (Xie et al., 2016, Figure 1)).", + "type": "text" + } + ], + "index": 67 + } + ], + "index": 61.5, + "bbox_fs": [ + 105, + 508, + 506, + 641 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 655, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 655, + 504, + 667 + ], + "spans": [ + { + "bbox": [ + 105, + 655, + 504, + 667 + ], + "score": 1.0, + "content": "Modifications and extensions. There are many relatively simple extensions of these results: the", + "type": "text" + } + ], + "index": 68 + }, + { + "bbox": [ + 105, + 666, + 506, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 506, + 678 + ], + "score": 1.0, + "content": "Gaussian assumption could be relaxed to other near-isotropic distributions (e.g., sparse-land model,", + "type": "text" + } + ], + "index": 69 + }, + { + "bbox": [ + 105, + 676, + 507, + 690 + ], + "spans": [ + { + "bbox": [ + 105, + 676, + 507, + 690 + ], + "score": 1.0, + "content": "(Elad, 2010, Section 9.2)) and other convex loss functions are possible instead of the quadratic loss.", + "type": "text" + } + ], + "index": 70 + }, + { + "bbox": [ + 105, + 688, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 688, + 505, + 700 + ], + "score": 1.0, + "content": "More challenging directions are extending our results to MNNs with multi-output and multiple hidden", + "type": "text" + } + ], + "index": 71 + }, + { + "bbox": [ + 105, + 698, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 505, + 712 + ], + "score": 1.0, + "content": "layers, or combining our training error results with novel generalization bounds which might be better", + "type": "text" + } + ], + "index": 72 + }, + { + "bbox": [ + 105, + 709, + 505, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 505, + 723 + ], + "score": 1.0, + "content": "suited for MNNs (e.g., (Feng et al., 2016; Sokolic et al., 2016; Dziugaite & Roy, 2017)) than previous", + "type": "text" + } + ], + "index": 73 + }, + { + "bbox": [ + 105, + 721, + 242, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 721, + 242, + 733 + ], + "score": 1.0, + "content": "approaches (Zhang et al., 2017a).", + "type": "text" + } + ], + "index": 74 + } + ], + "index": 71, + "bbox_fs": [ + 105, + 655, + 507, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 107, + 104, + 175, + 116 + ], + "lines": [ + { + "bbox": [ + 106, + 104, + 176, + 117 + ], + "spans": [ + { + "bbox": [ + 106, + 104, + 176, + 117 + ], + "score": 1.0, + "content": "REFERENCES", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 105, + 129, + 507, + 733 + ], + "lines": [ + { + "bbox": [ + 115, + 131, + 506, + 144 + ], + "spans": [ + { + "bbox": [ + 115, + 131, + 506, + 144 + ], + "score": 1.0, + "content": "models with many observed variables. Annals of Statistics, 37(6 A):3099–3132, 2009. ISSN 00905364. doi:", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 116, + 141, + 196, + 154 + ], + "spans": [ + { + "bbox": [ + 116, + 141, + 196, + 154 + ], + "score": 1.0, + "content": "10.1214/09-AOS689.", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 152, + 506, + 165 + ], + "spans": [ + { + "bbox": [ + 105, + 152, + 506, + 165 + ], + "score": 1.0, + "content": "A Andoni, R Panigrahy, G Valiant, and L Zhang. Learning Polynomials with Neural Networks. In ICML, 2014.", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 163, + 506, + 176 + ], + "spans": [ + { + "bbox": [ + 105, + 163, + 506, + 176 + ], + "score": 1.0, + "content": "Pierre Baldi. Linear Learning: Landscapes and Algorithms. Advances in Neural Information Processing Systems", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 113, + 173, + 187, + 184 + ], + "spans": [ + { + "bbox": [ + 113, + 173, + 187, + 184 + ], + "score": 1.0, + "content": "1, (1):65–72, 1989.", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 183, + 504, + 195 + ], + "spans": [ + { + "bbox": [ + 106, + 183, + 504, + 195 + ], + "score": 1.0, + "content": "Eric B. Baum. On the capabilities of multilayer perceptrons. Journal of Complexity, 4(3):193–215, 1988. ISSN", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 115, + 193, + 297, + 205 + ], + "spans": [ + { + "bbox": [ + 115, + 193, + 297, + 205 + ], + "score": 1.0, + "content": "10902708. doi: 10.1016/0885-064X(88)90020-9.", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 204, + 506, + 216 + ], + "spans": [ + { + "bbox": [ + 105, + 204, + 506, + 216 + ], + "score": 1.0, + "content": "L Bottou. Online learning and stochastic approximations. In On-line learning in neural networks, pp. 9–42.", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 115, + 213, + 228, + 225 + ], + "spans": [ + { + "bbox": [ + 115, + 213, + 228, + 225 + ], + "score": 1.0, + "content": "1998. ISBN 978-0521117913.", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 222, + 507, + 237 + ], + "spans": [ + { + "bbox": [ + 105, + 222, + 507, + 237 + ], + "score": 1.0, + "content": "Alon Brutzkus and Amir Globerson. Globally Optimal Gradient Descent for a ConvNet with Gaussian Inputs.", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 115, + 235, + 164, + 245 + ], + "spans": [ + { + "bbox": [ + 115, + 235, + 164, + 245 + ], + "score": 1.0, + "content": "arXiv, 2017.", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 244, + 505, + 257 + ], + "spans": [ + { + "bbox": [ + 106, + 244, + 505, + 257 + ], + "score": 1.0, + "content": "Ronald W. Butler. Saddlepoint Approximations with Applications. 2007. ISBN 9780511619083. doi: 10.1017/", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 115, + 254, + 199, + 266 + ], + "spans": [ + { + "bbox": [ + 115, + 254, + 199, + 266 + ], + "score": 1.0, + "content": "CBO9780511619083.", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 263, + 506, + 277 + ], + "spans": [ + { + "bbox": [ + 105, + 263, + 506, + 277 + ], + "score": 1.0, + "content": "Yingtong Chen and Jigen Peng. Influences of preconditioning on the mutual coherence and the restricted", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 115, + 273, + 507, + 288 + ], + "spans": [ + { + "bbox": [ + 115, + 273, + 507, + 288 + ], + "score": 1.0, + "content": "isometry property of Gaussian/Bernoulli measurement matrices. Linear and Multilinear Algebra, 64(9):", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 115, + 284, + 393, + 296 + ], + "spans": [ + { + "bbox": [ + 115, + 284, + 393, + 296 + ], + "score": 1.0, + "content": "1750–1759, 2016. ISSN 0308-1087. doi: 10.1080/03081087.2015.1116495.", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 294, + 506, + 307 + ], + "spans": [ + { + "bbox": [ + 106, + 294, + 506, + 307 + ], + "score": 1.0, + "content": "Anna Choromanska, Mikael Henaff, Michael Mathieu, Gérard Ben Arous, and Y LeCun. The Loss Surfaces of", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 115, + 304, + 280, + 317 + ], + "spans": [ + { + "bbox": [ + 115, + 304, + 280, + 317 + ], + "score": 1.0, + "content": "Multilayer Networks. AISTATS15, 38, 2015.", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 104, + 313, + 506, + 329 + ], + "spans": [ + { + "bbox": [ + 104, + 313, + 506, + 329 + ], + "score": 1.0, + "content": "T M Cover. Geometrical and statistical properties of systems of linear inequalities with applications in pattern", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 113, + 324, + 402, + 338 + ], + "spans": [ + { + "bbox": [ + 113, + 324, + 402, + 338 + ], + "score": 1.0, + "content": "recognition. Electronic Computers, IEEE Transactions on, (3):326–334, 1965.", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 334, + 506, + 349 + ], + "spans": [ + { + "bbox": [ + 105, + 334, + 506, + 349 + ], + "score": 1.0, + "content": "G Cybenko. Approximation by superpositions of a sigmoidal function. Mathematics of Control, Signals, and", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 115, + 345, + 245, + 358 + ], + "spans": [ + { + "bbox": [ + 115, + 345, + 245, + 358 + ], + "score": 1.0, + "content": "Systems (MCSS), 2:303–314, 1989.", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 356, + 506, + 368 + ], + "spans": [ + { + "bbox": [ + 106, + 356, + 506, + 368 + ], + "score": 1.0, + "content": "Yann Dauphin, Razvan Pascanu, Caglar Gulcehre, Kyunghyun Cho, Surya Ganguli, and Yoshua Bengio.", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 113, + 363, + 507, + 381 + ], + "spans": [ + { + "bbox": [ + 113, + 363, + 507, + 381 + ], + "score": 1.0, + "content": "Identifying and attacking the saddle point problem in high-dimensional non-convex optimization. NIPS, pp.", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 116, + 376, + 219, + 387 + ], + "spans": [ + { + "bbox": [ + 116, + 376, + 219, + 387 + ], + "score": 1.0, + "content": "1–9, 2014. ISSN 10495258.", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 384, + 506, + 400 + ], + "spans": [ + { + "bbox": [ + 105, + 384, + 506, + 400 + ], + "score": 1.0, + "content": "Simon S. Du, Jason D. Lee, and Yuandong Tian. When is a Convolutional Filter Easy To Learn? arXiv, sep", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 115, + 395, + 141, + 408 + ], + "spans": [ + { + "bbox": [ + 115, + 395, + 141, + 408 + ], + "score": 1.0, + "content": "2017.", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 104, + 403, + 506, + 421 + ], + "spans": [ + { + "bbox": [ + 104, + 403, + 506, + 421 + ], + "score": 1.0, + "content": "Gintare Karolina Dziugaite and Daniel M. Roy. Computing Nonvacuous Generalization Bounds for Deep", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 116, + 417, + 450, + 428 + ], + "spans": [ + { + "bbox": [ + 116, + 417, + 450, + 428 + ], + "score": 1.0, + "content": "(Stochastic) Neural Networks with Many More Parameters than Training Data. ArXiv, 2017.", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 425, + 506, + 440 + ], + "spans": [ + { + "bbox": [ + 105, + 425, + 506, + 440 + ], + "score": 1.0, + "content": "Michael Elad. Sparse and redundant representations: from theory to applications in signal and image processing.", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 114, + 436, + 272, + 449 + ], + "spans": [ + { + "bbox": [ + 114, + 436, + 272, + 449 + ], + "score": 1.0, + "content": "Springer New York, New York, NY, 2010.", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 446, + 506, + 461 + ], + "spans": [ + { + "bbox": [ + 105, + 446, + 506, + 461 + ], + "score": 1.0, + "content": "Jiashi Feng, Tom Zahavy, Bingyi Kang, Huan Xu, and Shie Mannor. Ensemble Robustness of Deep Learning", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 115, + 457, + 225, + 470 + ], + "spans": [ + { + "bbox": [ + 115, + 457, + 225, + 470 + ], + "score": 1.0, + "content": "Algorithms. ArXiv, feb 2016.", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 467, + 506, + 480 + ], + "spans": [ + { + "bbox": [ + 106, + 467, + 506, + 480 + ], + "score": 1.0, + "content": "C. Daniel Freeman and Joan Bruna. Topology and Geometry of Deep Rectified Network Optimization Landsca-", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 115, + 477, + 232, + 490 + ], + "spans": [ + { + "bbox": [ + 115, + 477, + 232, + 490 + ], + "score": 1.0, + "content": "pes. ArXiv: 1611.01540, 2016.", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 486, + 507, + 501 + ], + "spans": [ + { + "bbox": [ + 105, + 486, + 507, + 501 + ], + "score": 1.0, + "content": "K. Fukumizu and S. Amari. Local minima and plateaus in hierarchical structures of multilayer perceptrons.", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 115, + 497, + 458, + 510 + ], + "spans": [ + { + "bbox": [ + 115, + 497, + 458, + 510 + ], + "score": 1.0, + "content": "Neural Networks, 13:317–327, 2000. ISSN 08936080. doi: 10.1016/S0893-6080(00)00009-5.", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 507, + 505, + 520 + ], + "spans": [ + { + "bbox": [ + 106, + 507, + 505, + 520 + ], + "score": 1.0, + "content": "Ian J. Goodfellow, Oriol Vinyals, and Andrew M. Saxe. Qualitatively characterizing neural network optimization", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 115, + 518, + 213, + 530 + ], + "spans": [ + { + "bbox": [ + 115, + 518, + 213, + 530 + ], + "score": 1.0, + "content": "problems. In ICLR, 2015.", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 526, + 506, + 542 + ], + "spans": [ + { + "bbox": [ + 105, + 526, + 506, + 542 + ], + "score": 1.0, + "content": "Marco Gori and Alberto Tesi. On the problem of local minima in backpropagation. IEEE Transactions on", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 115, + 538, + 502, + 550 + ], + "spans": [ + { + "bbox": [ + 115, + 538, + 502, + 550 + ], + "score": 1.0, + "content": "Pattern Analysis and Machine Intelligence, 14(1):76–86, 1992. ISSN 01628828. doi: 10.1109/34.107014.", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 549, + 506, + 561 + ], + "spans": [ + { + "bbox": [ + 105, + 549, + 506, + 561 + ], + "score": 1.0, + "content": "B D Haeffele and R Vidal. Global Optimality in Tensor Factorization, Deep Learning, and Beyond.", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 114, + 558, + 232, + 571 + ], + "spans": [ + { + "bbox": [ + 114, + 558, + 232, + 571 + ], + "score": 1.0, + "content": "ArXiv:1506.07540, (1):7, 2015.", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 104, + 568, + 428, + 582 + ], + "spans": [ + { + "bbox": [ + 104, + 568, + 428, + 582 + ], + "score": 1.0, + "content": "Moritz Hardt and Tengyu Ma. Identity Matters in Deep Learning. ICLR, pp. 1–19, 2017.", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 579, + 505, + 592 + ], + "spans": [ + { + "bbox": [ + 105, + 579, + 505, + 592 + ], + "score": 1.0, + "content": "K He, X Zhang, S Ren, and J. Sun. Deep Residual Learning for Image Recognition. In Proceedings of the IEEE", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 115, + 589, + 398, + 602 + ], + "spans": [ + { + "bbox": [ + 115, + 589, + 398, + 602 + ], + "score": 1.0, + "content": "Conference on Computer Vision and Pattern Recognition, pp. 770–778, 2016.", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 104, + 599, + 506, + 613 + ], + "spans": [ + { + "bbox": [ + 104, + 599, + 506, + 613 + ], + "score": 1.0, + "content": "Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. Delving Deep into Rectifiers: Surpassing Human-", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 115, + 608, + 506, + 623 + ], + "spans": [ + { + "bbox": [ + 115, + 608, + 506, + 623 + ], + "score": 1.0, + "content": "Level Performance on ImageNet Classification. In Proceedings of the IEEE International Conference on", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 115, + 618, + 469, + 631 + ], + "spans": [ + { + "bbox": [ + 115, + 618, + 469, + 631 + ], + "score": 1.0, + "content": "Computer Vision, pp. 1026–1034, 2015. ISBN 978-1-4673-8391-2. doi: 10.1109/ICCV.2015.123.", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 105, + 630, + 506, + 642 + ], + "spans": [ + { + "bbox": [ + 105, + 630, + 506, + 642 + ], + "score": 1.0, + "content": "K Hornik. Approximation capabilities of multilayer feedforward networks. Neural networks, 4(1989):251–257,", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 115, + 640, + 141, + 651 + ], + "spans": [ + { + "bbox": [ + 115, + 640, + 141, + 651 + ], + "score": 1.0, + "content": "1991.", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 105, + 649, + 507, + 663 + ], + "spans": [ + { + "bbox": [ + 105, + 649, + 507, + 663 + ], + "score": 1.0, + "content": "Guang-Bin Huang, Qin-Yu Zhu, and Chee-Kheong Siew. Extreme learning machine: Theory and applications.", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 115, + 660, + 467, + 672 + ], + "spans": [ + { + "bbox": [ + 115, + 660, + 467, + 672 + ], + "score": 1.0, + "content": "Neurocomputing, 70(1-3):489–501, 2006. ISSN 09252312. doi: 10.1016/j.neucom.2005.12.126.", + "type": "text" + } + ], + "index": 53 + }, + { + "bbox": [ + 105, + 671, + 505, + 683 + ], + "spans": [ + { + "bbox": [ + 105, + 671, + 505, + 683 + ], + "score": 1.0, + "content": "M Janzamin, H Sedghi, and A Anandkumar. Beating the Perils of Non-Convexity: Guaranteed Training of", + "type": "text" + } + ], + "index": 54 + }, + { + "bbox": [ + 115, + 679, + 396, + 694 + ], + "spans": [ + { + "bbox": [ + 115, + 679, + 396, + 694 + ], + "score": 1.0, + "content": "Neural Networks using Tensor Methods. ArXiv:1506.08473, pp. 1–25, 2015.", + "type": "text" + } + ], + "index": 55 + }, + { + "bbox": [ + 106, + 690, + 392, + 703 + ], + "spans": [ + { + "bbox": [ + 106, + 690, + 392, + 703 + ], + "score": 1.0, + "content": "Kenji Kawaguchi. Deep Learning without Poor Local Minima. In NIPS, 2016.", + "type": "text" + } + ], + "index": 56 + }, + { + "bbox": [ + 105, + 699, + 506, + 714 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 506, + 714 + ], + "score": 1.0, + "content": "Diederik P Kingma and Jimmy Lei Ba. Adam: A Method for Stochastic Optimization. arXiv preprint", + "type": "text" + } + ], + "index": 57 + }, + { + "bbox": [ + 115, + 711, + 242, + 724 + ], + "spans": [ + { + "bbox": [ + 115, + 711, + 242, + 724 + ], + "score": 1.0, + "content": "arXiv:1412.6980, pp. 1–13, 2014.", + "type": "text" + } + ], + "index": 58 + }, + { + "bbox": [ + 105, + 719, + 493, + 735 + ], + "spans": [ + { + "bbox": [ + 105, + 719, + 493, + 735 + ], + "score": 1.0, + "content": "Alex Krizhevsky. One weird trick for parallelizing convolutional neural networks. arXiv:1404.5997, 2014.", + "type": "text" + } + ], + "index": 59 + } + ], + "index": 30 + } + ], + "page_idx": 8, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 107, + 26, + 309, + 38 + ], + "spans": [ + { + "bbox": [ + 107, + 26, + 309, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 751, + 309, + 759 + ], + "lines": [ + { + "bbox": [ + 302, + 751, + 309, + 762 + ], + "spans": [ + { + "bbox": [ + 302, + 751, + 309, + 762 + ], + "score": 1.0, + "content": "9", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "title", + "bbox": [ + 107, + 104, + 175, + 116 + ], + "lines": [ + { + "bbox": [ + 106, + 104, + 176, + 117 + ], + "spans": [ + { + "bbox": [ + 106, + 104, + 176, + 117 + ], + "score": 1.0, + "content": "REFERENCES", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 105, + 129, + 507, + 733 + ], + "lines": [ + { + "bbox": [ + 115, + 131, + 506, + 144 + ], + "spans": [ + { + "bbox": [ + 115, + 131, + 506, + 144 + ], + "score": 1.0, + "content": "models with many observed variables. Annals of Statistics, 37(6 A):3099–3132, 2009. ISSN 00905364. doi:", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 116, + 141, + 196, + 154 + ], + "spans": [ + { + "bbox": [ + 116, + 141, + 196, + 154 + ], + "score": 1.0, + "content": "10.1214/09-AOS689.", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 152, + 506, + 165 + ], + "spans": [ + { + "bbox": [ + 105, + 152, + 506, + 165 + ], + "score": 1.0, + "content": "A Andoni, R Panigrahy, G Valiant, and L Zhang. Learning Polynomials with Neural Networks. In ICML, 2014.", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 163, + 506, + 176 + ], + "spans": [ + { + "bbox": [ + 105, + 163, + 506, + 176 + ], + "score": 1.0, + "content": "Pierre Baldi. Linear Learning: Landscapes and Algorithms. Advances in Neural Information Processing Systems", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 113, + 173, + 187, + 184 + ], + "spans": [ + { + "bbox": [ + 113, + 173, + 187, + 184 + ], + "score": 1.0, + "content": "1, (1):65–72, 1989.", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 183, + 504, + 195 + ], + "spans": [ + { + "bbox": [ + 106, + 183, + 504, + 195 + ], + "score": 1.0, + "content": "Eric B. Baum. On the capabilities of multilayer perceptrons. Journal of Complexity, 4(3):193–215, 1988. ISSN", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 115, + 193, + 297, + 205 + ], + "spans": [ + { + "bbox": [ + 115, + 193, + 297, + 205 + ], + "score": 1.0, + "content": "10902708. doi: 10.1016/0885-064X(88)90020-9.", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 204, + 506, + 216 + ], + "spans": [ + { + "bbox": [ + 105, + 204, + 506, + 216 + ], + "score": 1.0, + "content": "L Bottou. Online learning and stochastic approximations. In On-line learning in neural networks, pp. 9–42.", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 115, + 213, + 228, + 225 + ], + "spans": [ + { + "bbox": [ + 115, + 213, + 228, + 225 + ], + "score": 1.0, + "content": "1998. ISBN 978-0521117913.", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 222, + 507, + 237 + ], + "spans": [ + { + "bbox": [ + 105, + 222, + 507, + 237 + ], + "score": 1.0, + "content": "Alon Brutzkus and Amir Globerson. Globally Optimal Gradient Descent for a ConvNet with Gaussian Inputs.", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 115, + 235, + 164, + 245 + ], + "spans": [ + { + "bbox": [ + 115, + 235, + 164, + 245 + ], + "score": 1.0, + "content": "arXiv, 2017.", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 244, + 505, + 257 + ], + "spans": [ + { + "bbox": [ + 106, + 244, + 505, + 257 + ], + "score": 1.0, + "content": "Ronald W. Butler. Saddlepoint Approximations with Applications. 2007. ISBN 9780511619083. doi: 10.1017/", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 115, + 254, + 199, + 266 + ], + "spans": [ + { + "bbox": [ + 115, + 254, + 199, + 266 + ], + "score": 1.0, + "content": "CBO9780511619083.", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 263, + 506, + 277 + ], + "spans": [ + { + "bbox": [ + 105, + 263, + 506, + 277 + ], + "score": 1.0, + "content": "Yingtong Chen and Jigen Peng. Influences of preconditioning on the mutual coherence and the restricted", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 115, + 273, + 507, + 288 + ], + "spans": [ + { + "bbox": [ + 115, + 273, + 507, + 288 + ], + "score": 1.0, + "content": "isometry property of Gaussian/Bernoulli measurement matrices. Linear and Multilinear Algebra, 64(9):", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 115, + 284, + 393, + 296 + ], + "spans": [ + { + "bbox": [ + 115, + 284, + 393, + 296 + ], + "score": 1.0, + "content": "1750–1759, 2016. ISSN 0308-1087. doi: 10.1080/03081087.2015.1116495.", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 294, + 506, + 307 + ], + "spans": [ + { + "bbox": [ + 106, + 294, + 506, + 307 + ], + "score": 1.0, + "content": "Anna Choromanska, Mikael Henaff, Michael Mathieu, Gérard Ben Arous, and Y LeCun. The Loss Surfaces of", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 115, + 304, + 280, + 317 + ], + "spans": [ + { + "bbox": [ + 115, + 304, + 280, + 317 + ], + "score": 1.0, + "content": "Multilayer Networks. AISTATS15, 38, 2015.", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 104, + 313, + 506, + 329 + ], + "spans": [ + { + "bbox": [ + 104, + 313, + 506, + 329 + ], + "score": 1.0, + "content": "T M Cover. Geometrical and statistical properties of systems of linear inequalities with applications in pattern", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 113, + 324, + 402, + 338 + ], + "spans": [ + { + "bbox": [ + 113, + 324, + 402, + 338 + ], + "score": 1.0, + "content": "recognition. Electronic Computers, IEEE Transactions on, (3):326–334, 1965.", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 334, + 506, + 349 + ], + "spans": [ + { + "bbox": [ + 105, + 334, + 506, + 349 + ], + "score": 1.0, + "content": "G Cybenko. Approximation by superpositions of a sigmoidal function. Mathematics of Control, Signals, and", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 115, + 345, + 245, + 358 + ], + "spans": [ + { + "bbox": [ + 115, + 345, + 245, + 358 + ], + "score": 1.0, + "content": "Systems (MCSS), 2:303–314, 1989.", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 356, + 506, + 368 + ], + "spans": [ + { + "bbox": [ + 106, + 356, + 506, + 368 + ], + "score": 1.0, + "content": "Yann Dauphin, Razvan Pascanu, Caglar Gulcehre, Kyunghyun Cho, Surya Ganguli, and Yoshua Bengio.", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 113, + 363, + 507, + 381 + ], + "spans": [ + { + "bbox": [ + 113, + 363, + 507, + 381 + ], + "score": 1.0, + "content": "Identifying and attacking the saddle point problem in high-dimensional non-convex optimization. NIPS, pp.", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 116, + 376, + 219, + 387 + ], + "spans": [ + { + "bbox": [ + 116, + 376, + 219, + 387 + ], + "score": 1.0, + "content": "1–9, 2014. ISSN 10495258.", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 384, + 506, + 400 + ], + "spans": [ + { + "bbox": [ + 105, + 384, + 506, + 400 + ], + "score": 1.0, + "content": "Simon S. Du, Jason D. Lee, and Yuandong Tian. When is a Convolutional Filter Easy To Learn? arXiv, sep", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 115, + 395, + 141, + 408 + ], + "spans": [ + { + "bbox": [ + 115, + 395, + 141, + 408 + ], + "score": 1.0, + "content": "2017.", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 104, + 403, + 506, + 421 + ], + "spans": [ + { + "bbox": [ + 104, + 403, + 506, + 421 + ], + "score": 1.0, + "content": "Gintare Karolina Dziugaite and Daniel M. Roy. Computing Nonvacuous Generalization Bounds for Deep", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 116, + 417, + 450, + 428 + ], + "spans": [ + { + "bbox": [ + 116, + 417, + 450, + 428 + ], + "score": 1.0, + "content": "(Stochastic) Neural Networks with Many More Parameters than Training Data. ArXiv, 2017.", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 425, + 506, + 440 + ], + "spans": [ + { + "bbox": [ + 105, + 425, + 506, + 440 + ], + "score": 1.0, + "content": "Michael Elad. Sparse and redundant representations: from theory to applications in signal and image processing.", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 114, + 436, + 272, + 449 + ], + "spans": [ + { + "bbox": [ + 114, + 436, + 272, + 449 + ], + "score": 1.0, + "content": "Springer New York, New York, NY, 2010.", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 446, + 506, + 461 + ], + "spans": [ + { + "bbox": [ + 105, + 446, + 506, + 461 + ], + "score": 1.0, + "content": "Jiashi Feng, Tom Zahavy, Bingyi Kang, Huan Xu, and Shie Mannor. Ensemble Robustness of Deep Learning", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 115, + 457, + 225, + 470 + ], + "spans": [ + { + "bbox": [ + 115, + 457, + 225, + 470 + ], + "score": 1.0, + "content": "Algorithms. ArXiv, feb 2016.", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 467, + 506, + 480 + ], + "spans": [ + { + "bbox": [ + 106, + 467, + 506, + 480 + ], + "score": 1.0, + "content": "C. Daniel Freeman and Joan Bruna. Topology and Geometry of Deep Rectified Network Optimization Landsca-", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 115, + 477, + 232, + 490 + ], + "spans": [ + { + "bbox": [ + 115, + 477, + 232, + 490 + ], + "score": 1.0, + "content": "pes. ArXiv: 1611.01540, 2016.", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 486, + 507, + 501 + ], + "spans": [ + { + "bbox": [ + 105, + 486, + 507, + 501 + ], + "score": 1.0, + "content": "K. Fukumizu and S. Amari. Local minima and plateaus in hierarchical structures of multilayer perceptrons.", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 115, + 497, + 458, + 510 + ], + "spans": [ + { + "bbox": [ + 115, + 497, + 458, + 510 + ], + "score": 1.0, + "content": "Neural Networks, 13:317–327, 2000. ISSN 08936080. doi: 10.1016/S0893-6080(00)00009-5.", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 507, + 505, + 520 + ], + "spans": [ + { + "bbox": [ + 106, + 507, + 505, + 520 + ], + "score": 1.0, + "content": "Ian J. Goodfellow, Oriol Vinyals, and Andrew M. Saxe. Qualitatively characterizing neural network optimization", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 115, + 518, + 213, + 530 + ], + "spans": [ + { + "bbox": [ + 115, + 518, + 213, + 530 + ], + "score": 1.0, + "content": "problems. In ICLR, 2015.", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 526, + 506, + 542 + ], + "spans": [ + { + "bbox": [ + 105, + 526, + 506, + 542 + ], + "score": 1.0, + "content": "Marco Gori and Alberto Tesi. On the problem of local minima in backpropagation. IEEE Transactions on", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 115, + 538, + 502, + 550 + ], + "spans": [ + { + "bbox": [ + 115, + 538, + 502, + 550 + ], + "score": 1.0, + "content": "Pattern Analysis and Machine Intelligence, 14(1):76–86, 1992. ISSN 01628828. doi: 10.1109/34.107014.", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 549, + 506, + 561 + ], + "spans": [ + { + "bbox": [ + 105, + 549, + 506, + 561 + ], + "score": 1.0, + "content": "B D Haeffele and R Vidal. Global Optimality in Tensor Factorization, Deep Learning, and Beyond.", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 114, + 558, + 232, + 571 + ], + "spans": [ + { + "bbox": [ + 114, + 558, + 232, + 571 + ], + "score": 1.0, + "content": "ArXiv:1506.07540, (1):7, 2015.", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 104, + 568, + 428, + 582 + ], + "spans": [ + { + "bbox": [ + 104, + 568, + 428, + 582 + ], + "score": 1.0, + "content": "Moritz Hardt and Tengyu Ma. Identity Matters in Deep Learning. ICLR, pp. 1–19, 2017.", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 579, + 505, + 592 + ], + "spans": [ + { + "bbox": [ + 105, + 579, + 505, + 592 + ], + "score": 1.0, + "content": "K He, X Zhang, S Ren, and J. Sun. Deep Residual Learning for Image Recognition. In Proceedings of the IEEE", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 115, + 589, + 398, + 602 + ], + "spans": [ + { + "bbox": [ + 115, + 589, + 398, + 602 + ], + "score": 1.0, + "content": "Conference on Computer Vision and Pattern Recognition, pp. 770–778, 2016.", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 104, + 599, + 506, + 613 + ], + "spans": [ + { + "bbox": [ + 104, + 599, + 506, + 613 + ], + "score": 1.0, + "content": "Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. Delving Deep into Rectifiers: Surpassing Human-", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 115, + 608, + 506, + 623 + ], + "spans": [ + { + "bbox": [ + 115, + 608, + 506, + 623 + ], + "score": 1.0, + "content": "Level Performance on ImageNet Classification. In Proceedings of the IEEE International Conference on", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 115, + 618, + 469, + 631 + ], + "spans": [ + { + "bbox": [ + 115, + 618, + 469, + 631 + ], + "score": 1.0, + "content": "Computer Vision, pp. 1026–1034, 2015. ISBN 978-1-4673-8391-2. doi: 10.1109/ICCV.2015.123.", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 105, + 630, + 506, + 642 + ], + "spans": [ + { + "bbox": [ + 105, + 630, + 506, + 642 + ], + "score": 1.0, + "content": "K Hornik. Approximation capabilities of multilayer feedforward networks. Neural networks, 4(1989):251–257,", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 115, + 640, + 141, + 651 + ], + "spans": [ + { + "bbox": [ + 115, + 640, + 141, + 651 + ], + "score": 1.0, + "content": "1991.", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 105, + 649, + 507, + 663 + ], + "spans": [ + { + "bbox": [ + 105, + 649, + 507, + 663 + ], + "score": 1.0, + "content": "Guang-Bin Huang, Qin-Yu Zhu, and Chee-Kheong Siew. Extreme learning machine: Theory and applications.", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 115, + 660, + 467, + 672 + ], + "spans": [ + { + "bbox": [ + 115, + 660, + 467, + 672 + ], + "score": 1.0, + "content": "Neurocomputing, 70(1-3):489–501, 2006. ISSN 09252312. doi: 10.1016/j.neucom.2005.12.126.", + "type": "text" + } + ], + "index": 53 + }, + { + "bbox": [ + 105, + 671, + 505, + 683 + ], + "spans": [ + { + "bbox": [ + 105, + 671, + 505, + 683 + ], + "score": 1.0, + "content": "M Janzamin, H Sedghi, and A Anandkumar. Beating the Perils of Non-Convexity: Guaranteed Training of", + "type": "text" + } + ], + "index": 54 + }, + { + "bbox": [ + 115, + 679, + 396, + 694 + ], + "spans": [ + { + "bbox": [ + 115, + 679, + 396, + 694 + ], + "score": 1.0, + "content": "Neural Networks using Tensor Methods. ArXiv:1506.08473, pp. 1–25, 2015.", + "type": "text" + } + ], + "index": 55 + }, + { + "bbox": [ + 106, + 690, + 392, + 703 + ], + "spans": [ + { + "bbox": [ + 106, + 690, + 392, + 703 + ], + "score": 1.0, + "content": "Kenji Kawaguchi. Deep Learning without Poor Local Minima. In NIPS, 2016.", + "type": "text" + } + ], + "index": 56 + }, + { + "bbox": [ + 105, + 699, + 506, + 714 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 506, + 714 + ], + "score": 1.0, + "content": "Diederik P Kingma and Jimmy Lei Ba. Adam: A Method for Stochastic Optimization. arXiv preprint", + "type": "text" + } + ], + "index": 57 + }, + { + "bbox": [ + 115, + 711, + 242, + 724 + ], + "spans": [ + { + "bbox": [ + 115, + 711, + 242, + 724 + ], + "score": 1.0, + "content": "arXiv:1412.6980, pp. 1–13, 2014.", + "type": "text" + } + ], + "index": 58 + }, + { + "bbox": [ + 105, + 719, + 493, + 735 + ], + "spans": [ + { + "bbox": [ + 105, + 719, + 493, + 735 + ], + "score": 1.0, + "content": "Alex Krizhevsky. One weird trick for parallelizing convolutional neural networks. arXiv:1404.5997, 2014.", + "type": "text" + } + ], + "index": 59 + } + ], + "index": 30, + "bbox_fs": [ + 104, + 131, + 507, + 735 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 105, + 78, + 507, + 676 + ], + "lines": [ + { + "bbox": [ + 105, + 82, + 506, + 97 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 506, + 97 + ], + "score": 1.0, + "content": "Y LeCun, Yoshua Bengio, and Geoffrey Hinton. Deep learning. Nature, 521(7553):436–444, 2015. ISSN", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 115, + 93, + 259, + 106 + ], + "spans": [ + { + "bbox": [ + 115, + 93, + 259, + 106 + ], + "score": 1.0, + "content": "0028-0836. doi: 10.1038/nature14539.", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 104, + 101, + 507, + 118 + ], + "spans": [ + { + "bbox": [ + 104, + 101, + 507, + 118 + ], + "score": 1.0, + "content": "Jason D. Lee, Max Simchowitz, Michael I. Jordan, and Benjamin Recht. Gradient Descent Converges to", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 115, + 113, + 306, + 126 + ], + "spans": [ + { + "bbox": [ + 115, + 113, + 306, + 126 + ], + "score": 1.0, + "content": "Minimizers. Conference on Learning Theory, 2016.", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 122, + 507, + 137 + ], + "spans": [ + { + "bbox": [ + 106, + 122, + 507, + 137 + ], + "score": 1.0, + "content": "Yuanzhi Li and Yang Yuan. Convergence Analysis of Two-layer Neural Networks with ReLU Activation. arXiv,", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 114, + 134, + 158, + 145 + ], + "spans": [ + { + "bbox": [ + 114, + 134, + 158, + 145 + ], + "score": 1.0, + "content": "may 2017.", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 104, + 141, + 507, + 158 + ], + "spans": [ + { + "bbox": [ + 104, + 141, + 507, + 158 + ], + "score": 1.0, + "content": "Roi Livni, S Shalev-Shwartz, and Ohad Shamir. On the Computational Efficiency of Training Neural Networks.", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 115, + 153, + 163, + 166 + ], + "spans": [ + { + "bbox": [ + 115, + 153, + 163, + 166 + ], + "score": 1.0, + "content": "NIPS, 2014.", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 162, + 462, + 176 + ], + "spans": [ + { + "bbox": [ + 105, + 162, + 462, + 176 + ], + "score": 1.0, + "content": "Haihao Lu and Kenji Kawaguchi. Depth Creates No Bad Local Minima. ArXiv, (2014):1–9, 2017.", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 173, + 506, + 186 + ], + "spans": [ + { + "bbox": [ + 106, + 173, + 506, + 186 + ], + "score": 1.0, + "content": "Andrew L. Maas, Awni Y. Hannun, and Andrew Y. Ng. Rectifier nonlinearities improve neural network acoustic", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 114, + 182, + 500, + 197 + ], + "spans": [ + { + "bbox": [ + 114, + 182, + 500, + 197 + ], + "score": 1.0, + "content": "models. In ICML Workshop on Deep Learning for Audio, Speech, and Language Processing, pp. 6, 2013.", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 193, + 469, + 205 + ], + "spans": [ + { + "bbox": [ + 106, + 193, + 469, + 205 + ], + "score": 1.0, + "content": "Quynh Nguyen and Matthias Hein. The loss surface of deep and wide neural networks. Arxiv, 2017.", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 202, + 354, + 217 + ], + "spans": [ + { + "bbox": [ + 106, + 202, + 354, + 217 + ], + "score": 1.0, + "content": "Nils J. Nilsson. Learning machines. McGraw-Hill New York, 1965.", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 212, + 506, + 227 + ], + "spans": [ + { + "bbox": [ + 106, + 212, + 506, + 227 + ], + "score": 1.0, + "content": "R Pemantle. Nonconvergence to unstable points in urn models and stochastic approximations. The Annals of", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 114, + 222, + 243, + 236 + ], + "spans": [ + { + "bbox": [ + 114, + 222, + 243, + 236 + ], + "score": 1.0, + "content": "Probability, 18(2):698–712, 1990.", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 232, + 506, + 246 + ], + "spans": [ + { + "bbox": [ + 105, + 232, + 506, + 246 + ], + "score": 1.0, + "content": "Jeffrey Pennington and Yasaman Bahri. Geometry of Neural Network Loss Surfaces via Random Matrix", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 116, + 243, + 505, + 256 + ], + "spans": [ + { + "bbox": [ + 116, + 243, + 505, + 256 + ], + "score": 1.0, + "content": "Theory. Proceedings of the 34th International Conference on Machine Learning, 70:2798–2806, 2017. ISSN", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 115, + 252, + 160, + 265 + ], + "spans": [ + { + "bbox": [ + 115, + 252, + 160, + 265 + ], + "score": 1.0, + "content": "1938-7228.", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 104, + 260, + 506, + 277 + ], + "spans": [ + { + "bbox": [ + 104, + 260, + 506, + 277 + ], + "score": 1.0, + "content": "Ben Poole, Subhaneil Lahiri, Maithra Raghu, Jascha Sohl-Dickstein, and Surya Ganguli. Exponential expressivity", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 113, + 272, + 351, + 285 + ], + "spans": [ + { + "bbox": [ + 113, + 272, + 351, + 285 + ], + "score": 1.0, + "content": "in deep neural networks through transient chaos. In NIPS, 2016.", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 283, + 506, + 295 + ], + "spans": [ + { + "bbox": [ + 106, + 283, + 506, + 295 + ], + "score": 1.0, + "content": "Mark Rudelson and Roman Vershynin. Non-asymptotic Theory of Random Matrices: Extreme Singular", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 116, + 293, + 506, + 305 + ], + "spans": [ + { + "bbox": [ + 116, + 293, + 506, + 305 + ], + "score": 1.0, + "content": "Values. Proceedings of the International Congress of Mathematicians, pp. 1576–1602, 2010. doi: 10.1142/", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 115, + 303, + 203, + 315 + ], + "spans": [ + { + "bbox": [ + 115, + 303, + 203, + 315 + ], + "score": 1.0, + "content": "9789814324359_0111.", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 312, + 506, + 326 + ], + "spans": [ + { + "bbox": [ + 105, + 312, + 506, + 326 + ], + "score": 1.0, + "content": "Itay Safran and Ohad Shamir. On the Quality of the Initial Basin in Overspecified Neural Networks. In ICML,", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 115, + 322, + 141, + 335 + ], + "spans": [ + { + "bbox": [ + 115, + 322, + 141, + 335 + ], + "score": 1.0, + "content": "2016.", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 331, + 506, + 346 + ], + "spans": [ + { + "bbox": [ + 106, + 331, + 506, + 346 + ], + "score": 1.0, + "content": "A M Saxe, J L. McClelland, and S Ganguli. Exact solutions to the nonlinear dynamics of learning in deep linear", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 115, + 343, + 226, + 355 + ], + "spans": [ + { + "bbox": [ + 115, + 343, + 226, + 355 + ], + "score": 1.0, + "content": "neural networks. ICLR, 2014.", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 351, + 507, + 366 + ], + "spans": [ + { + "bbox": [ + 105, + 351, + 507, + 366 + ], + "score": 1.0, + "content": "Shai Shalev-Shwartz, Ohad Shamir, and Shaked Shammah. Weight Sharing is Crucial to Succesful Optimization.", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 114, + 363, + 154, + 374 + ], + "spans": [ + { + "bbox": [ + 114, + 363, + 154, + 374 + ], + "score": 1.0, + "content": "jun 2017.", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 372, + 506, + 385 + ], + "spans": [ + { + "bbox": [ + 106, + 372, + 506, + 385 + ], + "score": 1.0, + "content": "Ohad Shamir. Distribution Specific Hardness of Learning Neural Networks. arXiv preprint arXiv:1609.01037,", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 114, + 383, + 176, + 394 + ], + "spans": [ + { + "bbox": [ + 114, + 383, + 176, + 394 + ], + "score": 1.0, + "content": "pp. 1–26, 2016.", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 392, + 504, + 406 + ], + "spans": [ + { + "bbox": [ + 106, + 392, + 504, + 406 + ], + "score": 1.0, + "content": "Hao Shen. Designing and Training Feedforward Neural Networks: A Smooth Optimisation Perspective. ArXiv,", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 115, + 402, + 173, + 415 + ], + "spans": [ + { + "bbox": [ + 115, + 402, + 173, + 415 + ], + "score": 1.0, + "content": "(i):1–19, 2016.", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 412, + 504, + 425 + ], + "spans": [ + { + "bbox": [ + 106, + 412, + 504, + 425 + ], + "score": 1.0, + "content": "Jirí Síma. Training a single sigmoidal neuron is hard. Neural computation, 14(11):2709–28, 2002. ISSN", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 115, + 422, + 295, + 434 + ], + "spans": [ + { + "bbox": [ + 115, + 422, + 295, + 434 + ], + "score": 1.0, + "content": "0899-7667. doi: 10.1162/089976602760408035.", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 432, + 446, + 444 + ], + "spans": [ + { + "bbox": [ + 106, + 432, + 446, + 444 + ], + "score": 1.0, + "content": "D Slepian. The One Sided Problem for Gaussian Noise. Bell System Technical Journal, 1962.", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 441, + 506, + 456 + ], + "spans": [ + { + "bbox": [ + 105, + 441, + 506, + 456 + ], + "score": 1.0, + "content": "Jure Sokolic, Raja Giryes, Guillermo Sapiro, and Miguel R. D. Rodrigues. Robust Large Margin Deep Neural", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 115, + 452, + 180, + 464 + ], + "spans": [ + { + "bbox": [ + 115, + 452, + 180, + 464 + ], + "score": 1.0, + "content": "Networks, 2016.", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 104, + 460, + 506, + 478 + ], + "spans": [ + { + "bbox": [ + 104, + 460, + 506, + 478 + ], + "score": 1.0, + "content": "Mahdi Soltanolkotabi, Adel Javanmard, and Jason D. Lee. Theoretical insights into the optimization landscape", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 114, + 471, + 350, + 486 + ], + "spans": [ + { + "bbox": [ + 114, + 471, + 350, + 486 + ], + "score": 1.0, + "content": "of over-parameterized shallow neural networks. arXiv, jul 2017.", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 104, + 480, + 506, + 496 + ], + "spans": [ + { + "bbox": [ + 104, + 480, + 506, + 496 + ], + "score": 1.0, + "content": "D. Soudry and Y Carmon. No bad local minima: Data independent training error guarantees for multilayer", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 115, + 492, + 283, + 505 + ], + "spans": [ + { + "bbox": [ + 115, + 492, + 283, + 505 + ], + "score": 1.0, + "content": "neural networks. In arXiv:1605.08361, 2016.", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 501, + 507, + 516 + ], + "spans": [ + { + "bbox": [ + 105, + 501, + 507, + 516 + ], + "score": 1.0, + "content": "Ju Sun, Qing Qu, and John Wright. When Are Nonconvex Problems Not Scary? arXiv:1510.06096 [cs, math,", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 114, + 513, + 191, + 524 + ], + "spans": [ + { + "bbox": [ + 114, + 513, + 191, + 524 + ], + "score": 1.0, + "content": "stat], pp. 1–6, 2015.", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 520, + 506, + 536 + ], + "spans": [ + { + "bbox": [ + 105, + 520, + 506, + 536 + ], + "score": 1.0, + "content": "Grzegorz Swirszcz, Wojciech Marian Czarnecki, and Razvan Pascanu. Local minima in training of deep", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 114, + 531, + 285, + 546 + ], + "spans": [ + { + "bbox": [ + 114, + 531, + 285, + 546 + ], + "score": 1.0, + "content": "networks. arXiv:1611.06310, pp. 1–13, 2016.", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 106, + 541, + 506, + 555 + ], + "spans": [ + { + "bbox": [ + 106, + 541, + 506, + 555 + ], + "score": 1.0, + "content": "Yuandong Tian. Symmetry-Breaking Convergence Analysis of Certain Two-layered Neural Networks with", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 115, + 552, + 284, + 565 + ], + "spans": [ + { + "bbox": [ + 115, + 552, + 284, + 565 + ], + "score": 1.0, + "content": "ReLU nonlinearity. Submitted to ICLR, 2017.", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 561, + 506, + 575 + ], + "spans": [ + { + "bbox": [ + 105, + 561, + 506, + 575 + ], + "score": 1.0, + "content": "L. Welch. Lower bounds on the maximum cross correlation of signals. IEEE Transactions on Information", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 114, + 570, + 433, + 585 + ], + "spans": [ + { + "bbox": [ + 114, + 570, + 433, + 585 + ], + "score": 1.0, + "content": "Theory, 20(3):397–399, may 1974. ISSN 0018-9448. doi: 10.1109/TIT.1974.1055219.", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 104, + 581, + 502, + 594 + ], + "spans": [ + { + "bbox": [ + 104, + 581, + 502, + 594 + ], + "score": 1.0, + "content": "Bo Xie, Yingyu Liang, and Le Song. Diversity Leads to Generalization in Neural Networks. pp. 1–23, 2016.", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 590, + 506, + 605 + ], + "spans": [ + { + "bbox": [ + 105, + 590, + 506, + 605 + ], + "score": 1.0, + "content": "Xiao Hu Yu. Can Backpropagation Error Surface Not Have Local Minima. IEEE Transactions on Neural", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 113, + 600, + 395, + 615 + ], + "spans": [ + { + "bbox": [ + 113, + 600, + 395, + 615 + ], + "score": 1.0, + "content": "Networks, 3(6):1019–1021, 1992. ISSN 19410093. doi: 10.1109/72.165604.", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 104, + 609, + 506, + 627 + ], + "spans": [ + { + "bbox": [ + 104, + 609, + 506, + 627 + ], + "score": 1.0, + "content": "Chiyuan Zhang, Samy Bengio, Moritz Hardt, Benjamin Recht, and Oriol Vinyals. Understanding deep learning", + "type": "text" + } + ], + "index": 53 + }, + { + "bbox": [ + 115, + 621, + 304, + 634 + ], + "spans": [ + { + "bbox": [ + 115, + 621, + 304, + 634 + ], + "score": 1.0, + "content": "requires rethinking generalization. In ICLR, 2017a.", + "type": "text" + } + ], + "index": 54 + }, + { + "bbox": [ + 104, + 628, + 506, + 646 + ], + "spans": [ + { + "bbox": [ + 104, + 628, + 506, + 646 + ], + "score": 1.0, + "content": "Qiuyi Zhang, Rina Panigrahy, Sushant Sachdeva, and Ali Rahimi. Electron-Proton Dynamics in Deep Learning.", + "type": "text" + } + ], + "index": 55 + }, + { + "bbox": [ + 115, + 641, + 249, + 654 + ], + "spans": [ + { + "bbox": [ + 115, + 641, + 249, + 654 + ], + "score": 1.0, + "content": "arXiv:1702.00458, pp. 1–31, 2017b.", + "type": "text" + } + ], + "index": 56 + }, + { + "bbox": [ + 105, + 650, + 506, + 665 + ], + "spans": [ + { + "bbox": [ + 105, + 650, + 506, + 665 + ], + "score": 1.0, + "content": "Kai Zhong, Ut-Austin Zhao Song, Prateek Jain, Peter L. Bartlett, and Inderjit S. Dhillon. Recovery Guarantees", + "type": "text" + } + ], + "index": 57 + }, + { + "bbox": [ + 114, + 660, + 326, + 674 + ], + "spans": [ + { + "bbox": [ + 114, + 660, + 326, + 674 + ], + "score": 1.0, + "content": "for One-hidden-layer Neural Networks. ICML, jun 2017.", + "type": "text" + } + ], + "index": 58 + }, + { + "bbox": [ + 106, + 669, + 412, + 682 + ], + "spans": [ + { + "bbox": [ + 106, + 669, + 412, + 682 + ], + "score": 1.0, + "content": "Pan Zhou and Jiashi Feng. The Landscape of Deep Learning Algorithms. may 2017.", + "type": "text" + } + ], + "index": 59 + } + ], + "index": 29.5 + } + ], + "page_idx": 9, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 107, + 26, + 309, + 38 + ], + "spans": [ + { + "bbox": [ + 107, + 26, + 309, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "score": 1.0, + "content": "10", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "list", + "bbox": [ + 105, + 78, + 507, + 676 + ], + "lines": [ + { + "bbox": [ + 105, + 82, + 506, + 97 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 506, + 97 + ], + "score": 1.0, + "content": "Y LeCun, Yoshua Bengio, and Geoffrey Hinton. Deep learning. Nature, 521(7553):436–444, 2015. ISSN", + "type": "text" + } + ], + "index": 0, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 93, + 259, + 106 + ], + "spans": [ + { + "bbox": [ + 115, + 93, + 259, + 106 + ], + "score": 1.0, + "content": "0028-0836. doi: 10.1038/nature14539.", + "type": "text" + } + ], + "index": 1, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 101, + 507, + 118 + ], + "spans": [ + { + "bbox": [ + 104, + 101, + 507, + 118 + ], + "score": 1.0, + "content": "Jason D. Lee, Max Simchowitz, Michael I. Jordan, and Benjamin Recht. Gradient Descent Converges to", + "type": "text" + } + ], + "index": 2, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 113, + 306, + 126 + ], + "spans": [ + { + "bbox": [ + 115, + 113, + 306, + 126 + ], + "score": 1.0, + "content": "Minimizers. Conference on Learning Theory, 2016.", + "type": "text" + } + ], + "index": 3, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 122, + 507, + 137 + ], + "spans": [ + { + "bbox": [ + 106, + 122, + 507, + 137 + ], + "score": 1.0, + "content": "Yuanzhi Li and Yang Yuan. Convergence Analysis of Two-layer Neural Networks with ReLU Activation. arXiv,", + "type": "text" + } + ], + "index": 4, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 134, + 158, + 145 + ], + "spans": [ + { + "bbox": [ + 114, + 134, + 158, + 145 + ], + "score": 1.0, + "content": "may 2017.", + "type": "text" + } + ], + "index": 5, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 141, + 507, + 158 + ], + "spans": [ + { + "bbox": [ + 104, + 141, + 507, + 158 + ], + "score": 1.0, + "content": "Roi Livni, S Shalev-Shwartz, and Ohad Shamir. On the Computational Efficiency of Training Neural Networks.", + "type": "text" + } + ], + "index": 6, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 153, + 163, + 166 + ], + "spans": [ + { + "bbox": [ + 115, + 153, + 163, + 166 + ], + "score": 1.0, + "content": "NIPS, 2014.", + "type": "text" + } + ], + "index": 7, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 162, + 462, + 176 + ], + "spans": [ + { + "bbox": [ + 105, + 162, + 462, + 176 + ], + "score": 1.0, + "content": "Haihao Lu and Kenji Kawaguchi. Depth Creates No Bad Local Minima. ArXiv, (2014):1–9, 2017.", + "type": "text" + } + ], + "index": 8, + "is_list_start_line": true, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 173, + 506, + 186 + ], + "spans": [ + { + "bbox": [ + 106, + 173, + 506, + 186 + ], + "score": 1.0, + "content": "Andrew L. Maas, Awni Y. Hannun, and Andrew Y. Ng. Rectifier nonlinearities improve neural network acoustic", + "type": "text" + } + ], + "index": 9, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 182, + 500, + 197 + ], + "spans": [ + { + "bbox": [ + 114, + 182, + 500, + 197 + ], + "score": 1.0, + "content": "models. In ICML Workshop on Deep Learning for Audio, Speech, and Language Processing, pp. 6, 2013.", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 193, + 469, + 205 + ], + "spans": [ + { + "bbox": [ + 106, + 193, + 469, + 205 + ], + "score": 1.0, + "content": "Quynh Nguyen and Matthias Hein. The loss surface of deep and wide neural networks. Arxiv, 2017.", + "type": "text" + } + ], + "index": 11, + "is_list_start_line": true, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 202, + 354, + 217 + ], + "spans": [ + { + "bbox": [ + 106, + 202, + 354, + 217 + ], + "score": 1.0, + "content": "Nils J. Nilsson. Learning machines. McGraw-Hill New York, 1965.", + "type": "text" + } + ], + "index": 12, + "is_list_start_line": true, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 212, + 506, + 227 + ], + "spans": [ + { + "bbox": [ + 106, + 212, + 506, + 227 + ], + "score": 1.0, + "content": "R Pemantle. Nonconvergence to unstable points in urn models and stochastic approximations. The Annals of", + "type": "text" + } + ], + "index": 13, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 222, + 243, + 236 + ], + "spans": [ + { + "bbox": [ + 114, + 222, + 243, + 236 + ], + "score": 1.0, + "content": "Probability, 18(2):698–712, 1990.", + "type": "text" + } + ], + "index": 14, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 232, + 506, + 246 + ], + "spans": [ + { + "bbox": [ + 105, + 232, + 506, + 246 + ], + "score": 1.0, + "content": "Jeffrey Pennington and Yasaman Bahri. Geometry of Neural Network Loss Surfaces via Random Matrix", + "type": "text" + } + ], + "index": 15, + "is_list_start_line": true + }, + { + "bbox": [ + 116, + 243, + 505, + 256 + ], + "spans": [ + { + "bbox": [ + 116, + 243, + 505, + 256 + ], + "score": 1.0, + "content": "Theory. Proceedings of the 34th International Conference on Machine Learning, 70:2798–2806, 2017. ISSN", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 115, + 252, + 160, + 265 + ], + "spans": [ + { + "bbox": [ + 115, + 252, + 160, + 265 + ], + "score": 1.0, + "content": "1938-7228.", + "type": "text" + } + ], + "index": 17, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 260, + 506, + 277 + ], + "spans": [ + { + "bbox": [ + 104, + 260, + 506, + 277 + ], + "score": 1.0, + "content": "Ben Poole, Subhaneil Lahiri, Maithra Raghu, Jascha Sohl-Dickstein, and Surya Ganguli. Exponential expressivity", + "type": "text" + } + ], + "index": 18, + "is_list_start_line": true + }, + { + "bbox": [ + 113, + 272, + 351, + 285 + ], + "spans": [ + { + "bbox": [ + 113, + 272, + 351, + 285 + ], + "score": 1.0, + "content": "in deep neural networks through transient chaos. In NIPS, 2016.", + "type": "text" + } + ], + "index": 19, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 283, + 506, + 295 + ], + "spans": [ + { + "bbox": [ + 106, + 283, + 506, + 295 + ], + "score": 1.0, + "content": "Mark Rudelson and Roman Vershynin. Non-asymptotic Theory of Random Matrices: Extreme Singular", + "type": "text" + } + ], + "index": 20, + "is_list_start_line": true + }, + { + "bbox": [ + 116, + 293, + 506, + 305 + ], + "spans": [ + { + "bbox": [ + 116, + 293, + 506, + 305 + ], + "score": 1.0, + "content": "Values. Proceedings of the International Congress of Mathematicians, pp. 1576–1602, 2010. doi: 10.1142/", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 115, + 303, + 203, + 315 + ], + "spans": [ + { + "bbox": [ + 115, + 303, + 203, + 315 + ], + "score": 1.0, + "content": "9789814324359_0111.", + "type": "text" + } + ], + "index": 22, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 312, + 506, + 326 + ], + "spans": [ + { + "bbox": [ + 105, + 312, + 506, + 326 + ], + "score": 1.0, + "content": "Itay Safran and Ohad Shamir. On the Quality of the Initial Basin in Overspecified Neural Networks. In ICML,", + "type": "text" + } + ], + "index": 23, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 322, + 141, + 335 + ], + "spans": [ + { + "bbox": [ + 115, + 322, + 141, + 335 + ], + "score": 1.0, + "content": "2016.", + "type": "text" + } + ], + "index": 24, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 331, + 506, + 346 + ], + "spans": [ + { + "bbox": [ + 106, + 331, + 506, + 346 + ], + "score": 1.0, + "content": "A M Saxe, J L. McClelland, and S Ganguli. Exact solutions to the nonlinear dynamics of learning in deep linear", + "type": "text" + } + ], + "index": 25, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 343, + 226, + 355 + ], + "spans": [ + { + "bbox": [ + 115, + 343, + 226, + 355 + ], + "score": 1.0, + "content": "neural networks. ICLR, 2014.", + "type": "text" + } + ], + "index": 26, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 351, + 507, + 366 + ], + "spans": [ + { + "bbox": [ + 105, + 351, + 507, + 366 + ], + "score": 1.0, + "content": "Shai Shalev-Shwartz, Ohad Shamir, and Shaked Shammah. Weight Sharing is Crucial to Succesful Optimization.", + "type": "text" + } + ], + "index": 27, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 363, + 154, + 374 + ], + "spans": [ + { + "bbox": [ + 114, + 363, + 154, + 374 + ], + "score": 1.0, + "content": "jun 2017.", + "type": "text" + } + ], + "index": 28, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 372, + 506, + 385 + ], + "spans": [ + { + "bbox": [ + 106, + 372, + 506, + 385 + ], + "score": 1.0, + "content": "Ohad Shamir. Distribution Specific Hardness of Learning Neural Networks. arXiv preprint arXiv:1609.01037,", + "type": "text" + } + ], + "index": 29, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 383, + 176, + 394 + ], + "spans": [ + { + "bbox": [ + 114, + 383, + 176, + 394 + ], + "score": 1.0, + "content": "pp. 1–26, 2016.", + "type": "text" + } + ], + "index": 30, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 392, + 504, + 406 + ], + "spans": [ + { + "bbox": [ + 106, + 392, + 504, + 406 + ], + "score": 1.0, + "content": "Hao Shen. Designing and Training Feedforward Neural Networks: A Smooth Optimisation Perspective. ArXiv,", + "type": "text" + } + ], + "index": 31, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 402, + 173, + 415 + ], + "spans": [ + { + "bbox": [ + 115, + 402, + 173, + 415 + ], + "score": 1.0, + "content": "(i):1–19, 2016.", + "type": "text" + } + ], + "index": 32, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 412, + 504, + 425 + ], + "spans": [ + { + "bbox": [ + 106, + 412, + 504, + 425 + ], + "score": 1.0, + "content": "Jirí Síma. Training a single sigmoidal neuron is hard. Neural computation, 14(11):2709–28, 2002. ISSN", + "type": "text" + } + ], + "index": 33, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 422, + 295, + 434 + ], + "spans": [ + { + "bbox": [ + 115, + 422, + 295, + 434 + ], + "score": 1.0, + "content": "0899-7667. doi: 10.1162/089976602760408035.", + "type": "text" + } + ], + "index": 34, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 432, + 446, + 444 + ], + "spans": [ + { + "bbox": [ + 106, + 432, + 446, + 444 + ], + "score": 1.0, + "content": "D Slepian. The One Sided Problem for Gaussian Noise. Bell System Technical Journal, 1962.", + "type": "text" + } + ], + "index": 35, + "is_list_start_line": true, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 441, + 506, + 456 + ], + "spans": [ + { + "bbox": [ + 105, + 441, + 506, + 456 + ], + "score": 1.0, + "content": "Jure Sokolic, Raja Giryes, Guillermo Sapiro, and Miguel R. D. Rodrigues. Robust Large Margin Deep Neural", + "type": "text" + } + ], + "index": 36, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 452, + 180, + 464 + ], + "spans": [ + { + "bbox": [ + 115, + 452, + 180, + 464 + ], + "score": 1.0, + "content": "Networks, 2016.", + "type": "text" + } + ], + "index": 37, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 460, + 506, + 478 + ], + "spans": [ + { + "bbox": [ + 104, + 460, + 506, + 478 + ], + "score": 1.0, + "content": "Mahdi Soltanolkotabi, Adel Javanmard, and Jason D. Lee. Theoretical insights into the optimization landscape", + "type": "text" + } + ], + "index": 38, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 471, + 350, + 486 + ], + "spans": [ + { + "bbox": [ + 114, + 471, + 350, + 486 + ], + "score": 1.0, + "content": "of over-parameterized shallow neural networks. arXiv, jul 2017.", + "type": "text" + } + ], + "index": 39, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 480, + 506, + 496 + ], + "spans": [ + { + "bbox": [ + 104, + 480, + 506, + 496 + ], + "score": 1.0, + "content": "D. Soudry and Y Carmon. No bad local minima: Data independent training error guarantees for multilayer", + "type": "text" + } + ], + "index": 40, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 492, + 283, + 505 + ], + "spans": [ + { + "bbox": [ + 115, + 492, + 283, + 505 + ], + "score": 1.0, + "content": "neural networks. In arXiv:1605.08361, 2016.", + "type": "text" + } + ], + "index": 41, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 501, + 507, + 516 + ], + "spans": [ + { + "bbox": [ + 105, + 501, + 507, + 516 + ], + "score": 1.0, + "content": "Ju Sun, Qing Qu, and John Wright. When Are Nonconvex Problems Not Scary? arXiv:1510.06096 [cs, math,", + "type": "text" + } + ], + "index": 42, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 513, + 191, + 524 + ], + "spans": [ + { + "bbox": [ + 114, + 513, + 191, + 524 + ], + "score": 1.0, + "content": "stat], pp. 1–6, 2015.", + "type": "text" + } + ], + "index": 43, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 520, + 506, + 536 + ], + "spans": [ + { + "bbox": [ + 105, + 520, + 506, + 536 + ], + "score": 1.0, + "content": "Grzegorz Swirszcz, Wojciech Marian Czarnecki, and Razvan Pascanu. Local minima in training of deep", + "type": "text" + } + ], + "index": 44, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 531, + 285, + 546 + ], + "spans": [ + { + "bbox": [ + 114, + 531, + 285, + 546 + ], + "score": 1.0, + "content": "networks. arXiv:1611.06310, pp. 1–13, 2016.", + "type": "text" + } + ], + "index": 45, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 541, + 506, + 555 + ], + "spans": [ + { + "bbox": [ + 106, + 541, + 506, + 555 + ], + "score": 1.0, + "content": "Yuandong Tian. Symmetry-Breaking Convergence Analysis of Certain Two-layered Neural Networks with", + "type": "text" + } + ], + "index": 46, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 552, + 284, + 565 + ], + "spans": [ + { + "bbox": [ + 115, + 552, + 284, + 565 + ], + "score": 1.0, + "content": "ReLU nonlinearity. Submitted to ICLR, 2017.", + "type": "text" + } + ], + "index": 47, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 561, + 506, + 575 + ], + "spans": [ + { + "bbox": [ + 105, + 561, + 506, + 575 + ], + "score": 1.0, + "content": "L. Welch. Lower bounds on the maximum cross correlation of signals. IEEE Transactions on Information", + "type": "text" + } + ], + "index": 48, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 570, + 433, + 585 + ], + "spans": [ + { + "bbox": [ + 114, + 570, + 433, + 585 + ], + "score": 1.0, + "content": "Theory, 20(3):397–399, may 1974. ISSN 0018-9448. doi: 10.1109/TIT.1974.1055219.", + "type": "text" + } + ], + "index": 49, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 581, + 502, + 594 + ], + "spans": [ + { + "bbox": [ + 104, + 581, + 502, + 594 + ], + "score": 1.0, + "content": "Bo Xie, Yingyu Liang, and Le Song. Diversity Leads to Generalization in Neural Networks. pp. 1–23, 2016.", + "type": "text" + } + ], + "index": 50, + "is_list_start_line": true + }, + { + "bbox": [ + 105, + 590, + 506, + 605 + ], + "spans": [ + { + "bbox": [ + 105, + 590, + 506, + 605 + ], + "score": 1.0, + "content": "Xiao Hu Yu. Can Backpropagation Error Surface Not Have Local Minima. IEEE Transactions on Neural", + "type": "text" + } + ], + "index": 51, + "is_list_start_line": true + }, + { + "bbox": [ + 113, + 600, + 395, + 615 + ], + "spans": [ + { + "bbox": [ + 113, + 600, + 395, + 615 + ], + "score": 1.0, + "content": "Networks, 3(6):1019–1021, 1992. ISSN 19410093. doi: 10.1109/72.165604.", + "type": "text" + } + ], + "index": 52, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 609, + 506, + 627 + ], + "spans": [ + { + "bbox": [ + 104, + 609, + 506, + 627 + ], + "score": 1.0, + "content": "Chiyuan Zhang, Samy Bengio, Moritz Hardt, Benjamin Recht, and Oriol Vinyals. Understanding deep learning", + "type": "text" + } + ], + "index": 53, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 621, + 304, + 634 + ], + "spans": [ + { + "bbox": [ + 115, + 621, + 304, + 634 + ], + "score": 1.0, + "content": "requires rethinking generalization. In ICLR, 2017a.", + "type": "text" + } + ], + "index": 54, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 628, + 506, + 646 + ], + "spans": [ + { + "bbox": [ + 104, + 628, + 506, + 646 + ], + "score": 1.0, + "content": "Qiuyi Zhang, Rina Panigrahy, Sushant Sachdeva, and Ali Rahimi. Electron-Proton Dynamics in Deep Learning.", + "type": "text" + } + ], + "index": 55, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 641, + 249, + 654 + ], + "spans": [ + { + "bbox": [ + 115, + 641, + 249, + 654 + ], + "score": 1.0, + "content": "arXiv:1702.00458, pp. 1–31, 2017b.", + "type": "text" + } + ], + "index": 56, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 650, + 506, + 665 + ], + "spans": [ + { + "bbox": [ + 105, + 650, + 506, + 665 + ], + "score": 1.0, + "content": "Kai Zhong, Ut-Austin Zhao Song, Prateek Jain, Peter L. Bartlett, and Inderjit S. Dhillon. Recovery Guarantees", + "type": "text" + } + ], + "index": 57, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 660, + 326, + 674 + ], + "spans": [ + { + "bbox": [ + 114, + 660, + 326, + 674 + ], + "score": 1.0, + "content": "for One-hidden-layer Neural Networks. ICML, jun 2017.", + "type": "text" + } + ], + "index": 58, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 669, + 412, + 682 + ], + "spans": [ + { + "bbox": [ + 106, + 669, + 412, + 682 + ], + "score": 1.0, + "content": "Pan Zhou and Jiashi Feng. The Landscape of Deep Learning Algorithms. may 2017.", + "type": "text" + } + ], + "index": 59, + "is_list_start_line": true, + "is_list_end_line": true + } + ], + "index": 29.5, + "bbox_fs": [ + 104, + 82, + 507, + 682 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 107, + 78, + 457, + 101 + ], + "lines": [ + { + "bbox": [ + 103, + 75, + 459, + 104 + ], + "spans": [ + { + "bbox": [ + 103, + 75, + 459, + 104 + ], + "score": 1.0, + "content": "Supplementary information - Appendix", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 106, + 117, + 506, + 162 + ], + "lines": [ + { + "bbox": [ + 105, + 116, + 506, + 129 + ], + "spans": [ + { + "bbox": [ + 105, + 116, + 506, + 129 + ], + "score": 1.0, + "content": "The appendix is divided into three parts. In part I we prove all the main theorems mentioned in the", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 128, + 506, + 141 + ], + "spans": [ + { + "bbox": [ + 105, + 128, + 506, + 141 + ], + "score": 1.0, + "content": "paper. Some of these rely on other technical results, which we prove later in part II. Lastly, in part III", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 104, + 139, + 506, + 152 + ], + "spans": [ + { + "bbox": [ + 104, + 139, + 506, + 152 + ], + "score": 1.0, + "content": "we give additional numerical details and results. First, however, we define additional notation (some", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 150, + 506, + 162 + ], + "spans": [ + { + "bbox": [ + 106, + 150, + 506, + 162 + ], + "score": 1.0, + "content": "already defined in the main paper) and mention some known results, which we will use in our proofs.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 2.5 + }, + { + "type": "title", + "bbox": [ + 108, + 178, + 250, + 191 + ], + "lines": [ + { + "bbox": [ + 106, + 178, + 250, + 192 + ], + "spans": [ + { + "bbox": [ + 106, + 178, + 250, + 192 + ], + "score": 1.0, + "content": "EXTENDED PRELIMINARIES", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5 + }, + { + "type": "text", + "bbox": [ + 131, + 199, + 506, + 475 + ], + "lines": [ + { + "bbox": [ + 130, + 198, + 387, + 226 + ], + "spans": [ + { + "bbox": [ + 130, + 202, + 234, + 221 + ], + "score": 1.0, + "content": "• The indicator function", + "type": "text" + }, + { + "bbox": [ + 234, + 199, + 316, + 226 + ], + "score": 0.9, + "content": "{ \\mathcal { T } } \\left( { \\mathcal { A } } \\right) \\triangleq { \\left\\{ \\begin{array} { l l } { 1 } & { , { \\mathrm { i f } } \\ A } \\\\ { 0 } & { , { \\mathrm { e l s e } } } \\end{array} \\right. }", + "type": "inline_equation" + }, + { + "bbox": [ + 317, + 198, + 375, + 219 + ], + "score": 1.0, + "content": ", for any event", + "type": "text" + }, + { + "bbox": [ + 375, + 207, + 384, + 216 + ], + "score": 0.52, + "content": "\\mathcal { A }", + "type": "inline_equation" + }, + { + "bbox": [ + 384, + 198, + 387, + 219 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 132, + 229, + 281, + 244 + ], + "spans": [ + { + "bbox": [ + 132, + 229, + 215, + 244 + ], + "score": 1.0, + "content": "• Kronecker’s delta", + "type": "text" + }, + { + "bbox": [ + 216, + 230, + 278, + 244 + ], + "score": 0.9, + "content": "\\delta _ { i j } \\triangleq { \\mathcal { T } } ( i = j )", + "type": "inline_equation" + }, + { + "bbox": [ + 278, + 229, + 281, + 244 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 130, + 245, + 506, + 261 + ], + "spans": [ + { + "bbox": [ + 130, + 245, + 191, + 261 + ], + "score": 1.0, + "content": "• The Matrix", + "type": "text" + }, + { + "bbox": [ + 192, + 248, + 203, + 259 + ], + "score": 0.88, + "content": "\\mathbf { I } _ { d }", + "type": "inline_equation" + }, + { + "bbox": [ + 203, + 245, + 307, + 261 + ], + "score": 1.0, + "content": "as the identity matrix in", + "type": "text" + }, + { + "bbox": [ + 307, + 247, + 330, + 258 + ], + "score": 0.9, + "content": "\\mathbb { R } ^ { d \\times d }", + "type": "inline_equation" + }, + { + "bbox": [ + 331, + 245, + 352, + 261 + ], + "score": 1.0, + "content": ", and", + "type": "text" + }, + { + "bbox": [ + 353, + 248, + 374, + 260 + ], + "score": 0.91, + "content": "\\mathbf { I } _ { d \\times k }", + "type": "inline_equation" + }, + { + "bbox": [ + 374, + 245, + 437, + 261 + ], + "score": 1.0, + "content": "is the relevant", + "type": "text" + }, + { + "bbox": [ + 437, + 247, + 461, + 258 + ], + "score": 0.9, + "content": "\\mathbb { R } ^ { d \\times k }", + "type": "inline_equation" + }, + { + "bbox": [ + 461, + 245, + 506, + 261 + ], + "score": 1.0, + "content": "upper left", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 142, + 259, + 277, + 271 + ], + "spans": [ + { + "bbox": [ + 142, + 259, + 277, + 271 + ], + "score": 1.0, + "content": "sub-matrix of the identity matrix.", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 131, + 275, + 223, + 289 + ], + "spans": [ + { + "bbox": [ + 131, + 275, + 142, + 289 + ], + "score": 1.0, + "content": "•", + "type": "text" + }, + { + "bbox": [ + 142, + 275, + 223, + 289 + ], + "score": 0.67, + "content": "[ L ] \\triangleq \\{ 1 , 2 , \\dots , L \\}", + "type": "inline_equation" + } + ], + "index": 10 + }, + { + "bbox": [ + 138, + 290, + 504, + 304 + ], + "spans": [ + { + "bbox": [ + 138, + 290, + 187, + 304 + ], + "score": 1.0, + "content": "The vector", + "type": "text" + }, + { + "bbox": [ + 188, + 293, + 204, + 303 + ], + "score": 0.88, + "content": "{ \\bf m } _ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 204, + 290, + 230, + 304 + ], + "score": 1.0, + "content": "as the", + "type": "text" + }, + { + "bbox": [ + 231, + 293, + 238, + 302 + ], + "score": 0.77, + "content": "n", + "type": "inline_equation" + }, + { + "bbox": [ + 238, + 290, + 329, + 304 + ], + "score": 1.0, + "content": "’th column of a matrix", + "type": "text" + }, + { + "bbox": [ + 329, + 292, + 342, + 302 + ], + "score": 0.32, + "content": "\\mathbf { M }", + "type": "inline_equation" + }, + { + "bbox": [ + 342, + 290, + 469, + 304 + ], + "score": 1.0, + "content": ", unless defined otherwise (then", + "type": "text" + }, + { + "bbox": [ + 469, + 293, + 486, + 303 + ], + "score": 0.87, + "content": "{ \\bf m } _ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 486, + 290, + 504, + 304 + ], + "score": 1.0, + "content": "will", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 142, + 303, + 208, + 314 + ], + "spans": [ + { + "bbox": [ + 142, + 303, + 190, + 314 + ], + "score": 1.0, + "content": "be a row of", + "type": "text" + }, + { + "bbox": [ + 190, + 304, + 202, + 313 + ], + "score": 0.37, + "content": "\\mathbf { M }", + "type": "inline_equation" + }, + { + "bbox": [ + 203, + 303, + 208, + 314 + ], + "score": 1.0, + "content": ").", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 132, + 317, + 291, + 331 + ], + "spans": [ + { + "bbox": [ + 132, + 317, + 141, + 331 + ], + "score": 1.0, + "content": "•", + "type": "text" + }, + { + "bbox": [ + 142, + 318, + 173, + 329 + ], + "score": 0.88, + "content": "\\mathbf M > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 173, + 317, + 223, + 331 + ], + "score": 1.0, + "content": "implies that", + "type": "text" + }, + { + "bbox": [ + 223, + 318, + 288, + 331 + ], + "score": 0.91, + "content": "\\forall i , j : M _ { i j } > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 288, + 317, + 291, + 331 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 132, + 334, + 449, + 345 + ], + "spans": [ + { + "bbox": [ + 132, + 334, + 141, + 345 + ], + "score": 1.0, + "content": "•", + "type": "text" + }, + { + "bbox": [ + 142, + 334, + 160, + 345 + ], + "score": 0.88, + "content": "\\mathbf { M } _ { S }", + "type": "inline_equation" + }, + { + "bbox": [ + 160, + 334, + 329, + 345 + ], + "score": 1.0, + "content": "is the matrix composed of the columns of", + "type": "text" + }, + { + "bbox": [ + 329, + 334, + 342, + 344 + ], + "score": 0.33, + "content": "\\mathbf { M }", + "type": "inline_equation" + }, + { + "bbox": [ + 342, + 334, + 438, + 345 + ], + "score": 1.0, + "content": "that are in the index set", + "type": "text" + }, + { + "bbox": [ + 438, + 334, + 446, + 344 + ], + "score": 0.75, + "content": "S", + "type": "inline_equation" + }, + { + "bbox": [ + 446, + 334, + 449, + 345 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 132, + 349, + 505, + 362 + ], + "spans": [ + { + "bbox": [ + 132, + 349, + 477, + 362 + ], + "score": 1.0, + "content": "• A property holds “M-almost everywhere” (a.e. for short), if the set of entries of", + "type": "text" + }, + { + "bbox": [ + 477, + 350, + 489, + 360 + ], + "score": 0.45, + "content": "\\mathbf { M }", + "type": "inline_equation" + }, + { + "bbox": [ + 490, + 349, + 505, + 362 + ], + "score": 1.0, + "content": "for", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 140, + 360, + 397, + 373 + ], + "spans": [ + { + "bbox": [ + 140, + 360, + 397, + 373 + ], + "score": 1.0, + "content": "which the property does not hold has zero measure (Lebesgue).", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 129, + 373, + 508, + 394 + ], + "spans": [ + { + "bbox": [ + 129, + 373, + 142, + 394 + ], + "score": 1.0, + "content": "•", + "type": "text" + }, + { + "bbox": [ + 142, + 375, + 246, + 390 + ], + "score": 0.91, + "content": "\\begin{array} { r } { \\| \\mathbf { v } \\| _ { 0 } = \\sum _ { i = 1 } ^ { d } \\mathcal { T } \\left( v _ { i } > 0 \\right) } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 246, + 373, + 272, + 394 + ], + "score": 1.0, + "content": "is the", + "type": "text" + }, + { + "bbox": [ + 272, + 378, + 285, + 389 + ], + "score": 0.88, + "content": "L _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 285, + 373, + 508, + 394 + ], + "score": 1.0, + "content": "“norm” that counts the number of non-zero values in", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 142, + 388, + 177, + 403 + ], + "spans": [ + { + "bbox": [ + 142, + 391, + 173, + 401 + ], + "score": 0.87, + "content": "\\mathbf { v } \\in \\mathbb { R } ^ { d }", + "type": "inline_equation" + }, + { + "bbox": [ + 174, + 388, + 177, + 403 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 131, + 405, + 346, + 419 + ], + "spans": [ + { + "bbox": [ + 131, + 405, + 151, + 419 + ], + "score": 1.0, + "content": "• If", + "type": "text" + }, + { + "bbox": [ + 152, + 406, + 211, + 418 + ], + "score": 0.92, + "content": "\\mathbf { x } \\sim \\mathcal { N } ( \\pmb { \\mu } , \\pmb { \\Sigma } )", + "type": "inline_equation" + }, + { + "bbox": [ + 211, + 405, + 226, + 419 + ], + "score": 1.0, + "content": "the", + "type": "text" + }, + { + "bbox": [ + 227, + 408, + 234, + 416 + ], + "score": 0.7, + "content": "\\mathbf { x }", + "type": "inline_equation" + }, + { + "bbox": [ + 235, + 405, + 346, + 419 + ], + "score": 1.0, + "content": "is random Gaussian vector.", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 129, + 419, + 473, + 442 + ], + "spans": [ + { + "bbox": [ + 129, + 419, + 142, + 442 + ], + "score": 1.0, + "content": "•", + "type": "text" + }, + { + "bbox": [ + 142, + 422, + 247, + 438 + ], + "score": 0.91, + "content": "\\begin{array} { r } { \\phi \\left( x \\right) \\triangleq \\frac { 1 } { \\sqrt { 2 \\pi } } \\exp \\left( - \\frac { 1 } { 2 } x ^ { 2 } \\right) } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 248, + 419, + 473, + 442 + ], + "score": 1.0, + "content": "as the univariate Gaussian probability density function.", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 131, + 441, + 433, + 458 + ], + "spans": [ + { + "bbox": [ + 131, + 441, + 142, + 457 + ], + "score": 1.0, + "content": "•", + "type": "text" + }, + { + "bbox": [ + 142, + 442, + 234, + 458 + ], + "score": 0.91, + "content": "\\textstyle \\Phi \\left( x \\right) \\triangleq \\int _ { - \\infty } ^ { x } \\phi \\left( u \\right) d u", + "type": "inline_equation" + }, + { + "bbox": [ + 234, + 441, + 433, + 457 + ], + "score": 1.0, + "content": "as the Gaussian cumulative distribution function.", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 132, + 460, + 261, + 473 + ], + "spans": [ + { + "bbox": [ + 132, + 460, + 142, + 473 + ], + "score": 1.0, + "content": "•", + "type": "text" + }, + { + "bbox": [ + 142, + 460, + 176, + 473 + ], + "score": 0.92, + "content": "B \\left( x , y \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 177, + 460, + 261, + 473 + ], + "score": 1.0, + "content": "as the beta function.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 14 + }, + { + "type": "text", + "bbox": [ + 106, + 483, + 318, + 495 + ], + "lines": [ + { + "bbox": [ + 105, + 481, + 318, + 498 + ], + "spans": [ + { + "bbox": [ + 105, + 481, + 318, + 498 + ], + "score": 1.0, + "content": "Lastly, we recall the well known Markov Inequality:", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 23 + }, + { + "type": "text", + "bbox": [ + 107, + 498, + 435, + 511 + ], + "lines": [ + { + "bbox": [ + 105, + 498, + 434, + 512 + ], + "spans": [ + { + "bbox": [ + 105, + 498, + 336, + 512 + ], + "score": 1.0, + "content": "Fact 11. (Markov Inequality) For any random variable", + "type": "text" + }, + { + "bbox": [ + 337, + 499, + 365, + 510 + ], + "score": 0.9, + "content": "X \\geq 0", + "type": "inline_equation" + }, + { + "bbox": [ + 366, + 498, + 403, + 512 + ], + "score": 1.0, + "content": ", we have", + "type": "text" + }, + { + "bbox": [ + 404, + 499, + 434, + 510 + ], + "score": 0.89, + "content": "\\forall \\eta > 0", + "type": "inline_equation" + } + ], + "index": 24 + } + ], + "index": 24 + }, + { + "type": "interline_equation", + "bbox": [ + 264, + 515, + 346, + 542 + ], + "lines": [ + { + "bbox": [ + 264, + 515, + 346, + 542 + ], + "spans": [ + { + "bbox": [ + 264, + 515, + 346, + 542 + ], + "score": 0.93, + "content": "\\mathbb { P } \\left( X \\geq \\eta \\right) \\leq \\frac { \\mathbb { E } X } { \\eta } .", + "type": "interline_equation", + "image_path": "ea33d643859be498473f709832490660f7942fb65f2fb63c65a2e5aecca6cdef.jpg" + } + ] + } + ], + "index": 25, + "virtual_lines": [ + { + "bbox": [ + 264, + 515, + 346, + 542 + ], + "spans": [], + "index": 25 + } + ] + }, + { + "type": "title", + "bbox": [ + 106, + 563, + 145, + 578 + ], + "lines": [ + { + "bbox": [ + 105, + 563, + 146, + 580 + ], + "spans": [ + { + "bbox": [ + 105, + 563, + 146, + 580 + ], + "score": 1.0, + "content": "Part I", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 26 + }, + { + "type": "title", + "bbox": [ + 106, + 587, + 334, + 609 + ], + "lines": [ + { + "bbox": [ + 104, + 582, + 336, + 612 + ], + "spans": [ + { + "bbox": [ + 104, + 582, + 336, + 612 + ], + "score": 1.0, + "content": "Proofs of the main results", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 27 + }, + { + "type": "text", + "bbox": [ + 107, + 626, + 368, + 641 + ], + "lines": [ + { + "bbox": [ + 106, + 627, + 368, + 642 + ], + "spans": [ + { + "bbox": [ + 106, + 627, + 368, + 642 + ], + "score": 1.0, + "content": "7 FIRST ORDER CONDITION: PROOF OF LEMMA 2", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 28 + }, + { + "type": "text", + "bbox": [ + 104, + 651, + 505, + 675 + ], + "lines": [ + { + "bbox": [ + 105, + 652, + 506, + 665 + ], + "spans": [ + { + "bbox": [ + 105, + 652, + 314, + 665 + ], + "score": 1.0, + "content": "Lemma 12. (Lemma 2 restated) At all DLMs in", + "type": "text" + }, + { + "bbox": [ + 315, + 653, + 349, + 665 + ], + "score": 0.88, + "content": "{ \\mathcal { D } } _ { \\mathbf { A } } \\left( \\mathbf { X } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 349, + 652, + 506, + 665 + ], + "score": 1.0, + "content": "the residual error e is identical, and", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 104, + 663, + 158, + 677 + ], + "spans": [ + { + "bbox": [ + 104, + 663, + 158, + 677 + ], + "score": 1.0, + "content": "furthermore", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 29.5 + }, + { + "type": "interline_equation", + "bbox": [ + 272, + 675, + 340, + 688 + ], + "lines": [ + { + "bbox": [ + 272, + 675, + 340, + 688 + ], + "spans": [ + { + "bbox": [ + 272, + 675, + 340, + 688 + ], + "score": 0.88, + "content": "\\left( \\mathbf { A } \\circ \\mathbf { X } \\right) \\mathbf { e } = 0 .", + "type": "interline_equation", + "image_path": "4a2db5c58e310b6fb8cb380966205883c913f5184f7326ec966df11ca7b27d1e.jpg" + } + ] + } + ], + "index": 31, + "virtual_lines": [ + { + "bbox": [ + 272, + 675, + 340, + 688 + ], + "spans": [], + "index": 31 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 701, + 505, + 735 + ], + "lines": [ + { + "bbox": [ + 104, + 699, + 505, + 719 + ], + "spans": [ + { + "bbox": [ + 104, + 699, + 153, + 719 + ], + "score": 1.0, + "content": "Proof. Let", + "type": "text" + }, + { + "bbox": [ + 153, + 702, + 298, + 716 + ], + "score": 0.66, + "content": "\\mathbf { W } = \\left[ \\mathbf { w } _ { 1 } , \\ldots , \\mathbf { w } _ { d _ { 1 } } \\right] ^ { \\top } \\in \\mathcal { D } _ { \\mathbf { A } } \\left( \\mathbf { X } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 299, + 699, + 304, + 719 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 304, + 703, + 407, + 715 + ], + "score": 0.31, + "content": "\\mathbf { G } \\triangleq \\mathbf { A } \\circ \\mathbf { X } \\ \\in \\ \\mathbb { R } ^ { d _ { 0 } d _ { 1 } \\times N }", + "type": "inline_equation" + }, + { + "bbox": [ + 407, + 699, + 412, + 719 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 413, + 702, + 505, + 717 + ], + "score": 0.88, + "content": "\\tilde { \\mathbf { W } } = \\mathrm { d i a g } \\left( \\mathbf { z } \\right) \\mathbf { W } =", + "type": "inline_equation" + } + ], + "index": 32 + }, + { + "bbox": [ + 107, + 715, + 507, + 736 + ], + "spans": [ + { + "bbox": [ + 107, + 716, + 171, + 731 + ], + "score": 0.91, + "content": "\\left[ \\tilde { \\mathbf { w } } _ { 1 } , \\ldots , \\tilde { \\mathbf { w } } _ { d _ { 1 } } \\right] ^ { \\top }", + "type": "inline_equation" + }, + { + "bbox": [ + 172, + 715, + 190, + 734 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 190, + 716, + 294, + 736 + ], + "score": 0.91, + "content": "\\tilde { \\mathbf { w } } \\triangleq \\mathrm { v e c } \\left( \\tilde { \\mathbf { W } } ^ { \\top } \\right) \\in \\mathbb { R } ^ { d _ { 0 } d _ { 1 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 295, + 715, + 326, + 734 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 326, + 719, + 361, + 731 + ], + "score": 0.55, + "content": "\\operatorname { d i a g } \\left( \\mathbf { v } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 362, + 715, + 474, + 734 + ], + "score": 1.0, + "content": "is the diagonal matrix with", + "type": "text" + }, + { + "bbox": [ + 474, + 721, + 482, + 729 + ], + "score": 0.68, + "content": "\\mathbf { v }", + "type": "inline_equation" + }, + { + "bbox": [ + 482, + 715, + 507, + 734 + ], + "score": 1.0, + "content": "in its", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32.5 + } + ], + "page_idx": 10, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 26, + 308, + 38 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 309, + 39 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 309, + 39 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 310, + 761 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "score": 1.0, + "content": "11", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "title", + "bbox": [ + 107, + 78, + 457, + 101 + ], + "lines": [ + { + "bbox": [ + 103, + 75, + 459, + 104 + ], + "spans": [ + { + "bbox": [ + 103, + 75, + 459, + 104 + ], + "score": 1.0, + "content": "Supplementary information - Appendix", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 106, + 117, + 506, + 162 + ], + "lines": [ + { + "bbox": [ + 105, + 116, + 506, + 129 + ], + "spans": [ + { + "bbox": [ + 105, + 116, + 506, + 129 + ], + "score": 1.0, + "content": "The appendix is divided into three parts. In part I we prove all the main theorems mentioned in the", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 128, + 506, + 141 + ], + "spans": [ + { + "bbox": [ + 105, + 128, + 506, + 141 + ], + "score": 1.0, + "content": "paper. Some of these rely on other technical results, which we prove later in part II. Lastly, in part III", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 104, + 139, + 506, + 152 + ], + "spans": [ + { + "bbox": [ + 104, + 139, + 506, + 152 + ], + "score": 1.0, + "content": "we give additional numerical details and results. First, however, we define additional notation (some", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 150, + 506, + 162 + ], + "spans": [ + { + "bbox": [ + 106, + 150, + 506, + 162 + ], + "score": 1.0, + "content": "already defined in the main paper) and mention some known results, which we will use in our proofs.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 2.5, + "bbox_fs": [ + 104, + 116, + 506, + 162 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 178, + 250, + 191 + ], + "lines": [ + { + "bbox": [ + 106, + 178, + 250, + 192 + ], + "spans": [ + { + "bbox": [ + 106, + 178, + 250, + 192 + ], + "score": 1.0, + "content": "EXTENDED PRELIMINARIES", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5 + }, + { + "type": "list", + "bbox": [ + 131, + 199, + 506, + 475 + ], + "lines": [ + { + "bbox": [ + 130, + 198, + 387, + 226 + ], + "spans": [ + { + "bbox": [ + 130, + 202, + 234, + 221 + ], + "score": 1.0, + "content": "• The indicator function", + "type": "text" + }, + { + "bbox": [ + 234, + 199, + 316, + 226 + ], + "score": 0.9, + "content": "{ \\mathcal { T } } \\left( { \\mathcal { A } } \\right) \\triangleq { \\left\\{ \\begin{array} { l l } { 1 } & { , { \\mathrm { i f } } \\ A } \\\\ { 0 } & { , { \\mathrm { e l s e } } } \\end{array} \\right. }", + "type": "inline_equation" + }, + { + "bbox": [ + 317, + 198, + 375, + 219 + ], + "score": 1.0, + "content": ", for any event", + "type": "text" + }, + { + "bbox": [ + 375, + 207, + 384, + 216 + ], + "score": 0.52, + "content": "\\mathcal { A }", + "type": "inline_equation" + }, + { + "bbox": [ + 384, + 198, + 387, + 219 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 6, + "is_list_end_line": true + }, + { + "bbox": [ + 132, + 229, + 281, + 244 + ], + "spans": [ + { + "bbox": [ + 132, + 229, + 215, + 244 + ], + "score": 1.0, + "content": "• Kronecker’s delta", + "type": "text" + }, + { + "bbox": [ + 216, + 230, + 278, + 244 + ], + "score": 0.9, + "content": "\\delta _ { i j } \\triangleq { \\mathcal { T } } ( i = j )", + "type": "inline_equation" + }, + { + "bbox": [ + 278, + 229, + 281, + 244 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 7, + "is_list_start_line": true, + "is_list_end_line": true + }, + { + "bbox": [ + 130, + 245, + 506, + 261 + ], + "spans": [ + { + "bbox": [ + 130, + 245, + 191, + 261 + ], + "score": 1.0, + "content": "• The Matrix", + "type": "text" + }, + { + "bbox": [ + 192, + 248, + 203, + 259 + ], + "score": 0.88, + "content": "\\mathbf { I } _ { d }", + "type": "inline_equation" + }, + { + "bbox": [ + 203, + 245, + 307, + 261 + ], + "score": 1.0, + "content": "as the identity matrix in", + "type": "text" + }, + { + "bbox": [ + 307, + 247, + 330, + 258 + ], + "score": 0.9, + "content": "\\mathbb { R } ^ { d \\times d }", + "type": "inline_equation" + }, + { + "bbox": [ + 331, + 245, + 352, + 261 + ], + "score": 1.0, + "content": ", and", + "type": "text" + }, + { + "bbox": [ + 353, + 248, + 374, + 260 + ], + "score": 0.91, + "content": "\\mathbf { I } _ { d \\times k }", + "type": "inline_equation" + }, + { + "bbox": [ + 374, + 245, + 437, + 261 + ], + "score": 1.0, + "content": "is the relevant", + "type": "text" + }, + { + "bbox": [ + 437, + 247, + 461, + 258 + ], + "score": 0.9, + "content": "\\mathbb { R } ^ { d \\times k }", + "type": "inline_equation" + }, + { + "bbox": [ + 461, + 245, + 506, + 261 + ], + "score": 1.0, + "content": "upper left", + "type": "text" + } + ], + "index": 8, + "is_list_start_line": true + }, + { + "bbox": [ + 142, + 259, + 277, + 271 + ], + "spans": [ + { + "bbox": [ + 142, + 259, + 277, + 271 + ], + "score": 1.0, + "content": "sub-matrix of the identity matrix.", + "type": "text" + } + ], + "index": 9, + "is_list_end_line": true + }, + { + "bbox": [ + 131, + 275, + 223, + 289 + ], + "spans": [ + { + "bbox": [ + 131, + 275, + 142, + 289 + ], + "score": 1.0, + "content": "•", + "type": "text" + }, + { + "bbox": [ + 142, + 275, + 223, + 289 + ], + "score": 0.67, + "content": "[ L ] \\triangleq \\{ 1 , 2 , \\dots , L \\}", + "type": "inline_equation" + } + ], + "index": 10, + "is_list_start_line": true, + "is_list_end_line": true + }, + { + "bbox": [ + 138, + 290, + 504, + 304 + ], + "spans": [ + { + "bbox": [ + 138, + 290, + 187, + 304 + ], + "score": 1.0, + "content": "The vector", + "type": "text" + }, + { + "bbox": [ + 188, + 293, + 204, + 303 + ], + "score": 0.88, + "content": "{ \\bf m } _ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 204, + 290, + 230, + 304 + ], + "score": 1.0, + "content": "as the", + "type": "text" + }, + { + "bbox": [ + 231, + 293, + 238, + 302 + ], + "score": 0.77, + "content": "n", + "type": "inline_equation" + }, + { + "bbox": [ + 238, + 290, + 329, + 304 + ], + "score": 1.0, + "content": "’th column of a matrix", + "type": "text" + }, + { + "bbox": [ + 329, + 292, + 342, + 302 + ], + "score": 0.32, + "content": "\\mathbf { M }", + "type": "inline_equation" + }, + { + "bbox": [ + 342, + 290, + 469, + 304 + ], + "score": 1.0, + "content": ", unless defined otherwise (then", + "type": "text" + }, + { + "bbox": [ + 469, + 293, + 486, + 303 + ], + "score": 0.87, + "content": "{ \\bf m } _ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 486, + 290, + 504, + 304 + ], + "score": 1.0, + "content": "will", + "type": "text" + } + ], + "index": 11, + "is_list_start_line": true + }, + { + "bbox": [ + 142, + 303, + 208, + 314 + ], + "spans": [ + { + "bbox": [ + 142, + 303, + 190, + 314 + ], + "score": 1.0, + "content": "be a row of", + "type": "text" + }, + { + "bbox": [ + 190, + 304, + 202, + 313 + ], + "score": 0.37, + "content": "\\mathbf { M }", + "type": "inline_equation" + }, + { + "bbox": [ + 203, + 303, + 208, + 314 + ], + "score": 1.0, + "content": ").", + "type": "text" + } + ], + "index": 12, + "is_list_end_line": true + }, + { + "bbox": [ + 132, + 317, + 291, + 331 + ], + "spans": [ + { + "bbox": [ + 132, + 317, + 141, + 331 + ], + "score": 1.0, + "content": "•", + "type": "text" + }, + { + "bbox": [ + 142, + 318, + 173, + 329 + ], + "score": 0.88, + "content": "\\mathbf M > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 173, + 317, + 223, + 331 + ], + "score": 1.0, + "content": "implies that", + "type": "text" + }, + { + "bbox": [ + 223, + 318, + 288, + 331 + ], + "score": 0.91, + "content": "\\forall i , j : M _ { i j } > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 288, + 317, + 291, + 331 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 13, + "is_list_start_line": true, + "is_list_end_line": true + }, + { + "bbox": [ + 132, + 334, + 449, + 345 + ], + "spans": [ + { + "bbox": [ + 132, + 334, + 141, + 345 + ], + "score": 1.0, + "content": "•", + "type": "text" + }, + { + "bbox": [ + 142, + 334, + 160, + 345 + ], + "score": 0.88, + "content": "\\mathbf { M } _ { S }", + "type": "inline_equation" + }, + { + "bbox": [ + 160, + 334, + 329, + 345 + ], + "score": 1.0, + "content": "is the matrix composed of the columns of", + "type": "text" + }, + { + "bbox": [ + 329, + 334, + 342, + 344 + ], + "score": 0.33, + "content": "\\mathbf { M }", + "type": "inline_equation" + }, + { + "bbox": [ + 342, + 334, + 438, + 345 + ], + "score": 1.0, + "content": "that are in the index set", + "type": "text" + }, + { + "bbox": [ + 438, + 334, + 446, + 344 + ], + "score": 0.75, + "content": "S", + "type": "inline_equation" + }, + { + "bbox": [ + 446, + 334, + 449, + 345 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 14, + "is_list_start_line": true, + "is_list_end_line": true + }, + { + "bbox": [ + 132, + 349, + 505, + 362 + ], + "spans": [ + { + "bbox": [ + 132, + 349, + 477, + 362 + ], + "score": 1.0, + "content": "• A property holds “M-almost everywhere” (a.e. for short), if the set of entries of", + "type": "text" + }, + { + "bbox": [ + 477, + 350, + 489, + 360 + ], + "score": 0.45, + "content": "\\mathbf { M }", + "type": "inline_equation" + }, + { + "bbox": [ + 490, + 349, + 505, + 362 + ], + "score": 1.0, + "content": "for", + "type": "text" + } + ], + "index": 15, + "is_list_start_line": true + }, + { + "bbox": [ + 140, + 360, + 397, + 373 + ], + "spans": [ + { + "bbox": [ + 140, + 360, + 397, + 373 + ], + "score": 1.0, + "content": "which the property does not hold has zero measure (Lebesgue).", + "type": "text" + } + ], + "index": 16, + "is_list_end_line": true + }, + { + "bbox": [ + 129, + 373, + 508, + 394 + ], + "spans": [ + { + "bbox": [ + 129, + 373, + 142, + 394 + ], + "score": 1.0, + "content": "•", + "type": "text" + }, + { + "bbox": [ + 142, + 375, + 246, + 390 + ], + "score": 0.91, + "content": "\\begin{array} { r } { \\| \\mathbf { v } \\| _ { 0 } = \\sum _ { i = 1 } ^ { d } \\mathcal { T } \\left( v _ { i } > 0 \\right) } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 246, + 373, + 272, + 394 + ], + "score": 1.0, + "content": "is the", + "type": "text" + }, + { + "bbox": [ + 272, + 378, + 285, + 389 + ], + "score": 0.88, + "content": "L _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 285, + 373, + 508, + 394 + ], + "score": 1.0, + "content": "“norm” that counts the number of non-zero values in", + "type": "text" + } + ], + "index": 17, + "is_list_start_line": true + }, + { + "bbox": [ + 142, + 388, + 177, + 403 + ], + "spans": [ + { + "bbox": [ + 142, + 391, + 173, + 401 + ], + "score": 0.87, + "content": "\\mathbf { v } \\in \\mathbb { R } ^ { d }", + "type": "inline_equation" + }, + { + "bbox": [ + 174, + 388, + 177, + 403 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 18, + "is_list_end_line": true + }, + { + "bbox": [ + 131, + 405, + 346, + 419 + ], + "spans": [ + { + "bbox": [ + 131, + 405, + 151, + 419 + ], + "score": 1.0, + "content": "• If", + "type": "text" + }, + { + "bbox": [ + 152, + 406, + 211, + 418 + ], + "score": 0.92, + "content": "\\mathbf { x } \\sim \\mathcal { N } ( \\pmb { \\mu } , \\pmb { \\Sigma } )", + "type": "inline_equation" + }, + { + "bbox": [ + 211, + 405, + 226, + 419 + ], + "score": 1.0, + "content": "the", + "type": "text" + }, + { + "bbox": [ + 227, + 408, + 234, + 416 + ], + "score": 0.7, + "content": "\\mathbf { x }", + "type": "inline_equation" + }, + { + "bbox": [ + 235, + 405, + 346, + 419 + ], + "score": 1.0, + "content": "is random Gaussian vector.", + "type": "text" + } + ], + "index": 19, + "is_list_start_line": true, + "is_list_end_line": true + }, + { + "bbox": [ + 129, + 419, + 473, + 442 + ], + "spans": [ + { + "bbox": [ + 129, + 419, + 142, + 442 + ], + "score": 1.0, + "content": "•", + "type": "text" + }, + { + "bbox": [ + 142, + 422, + 247, + 438 + ], + "score": 0.91, + "content": "\\begin{array} { r } { \\phi \\left( x \\right) \\triangleq \\frac { 1 } { \\sqrt { 2 \\pi } } \\exp \\left( - \\frac { 1 } { 2 } x ^ { 2 } \\right) } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 248, + 419, + 473, + 442 + ], + "score": 1.0, + "content": "as the univariate Gaussian probability density function.", + "type": "text" + } + ], + "index": 20, + "is_list_start_line": true + }, + { + "bbox": [ + 131, + 441, + 433, + 458 + ], + "spans": [ + { + "bbox": [ + 131, + 441, + 142, + 457 + ], + "score": 1.0, + "content": "•", + "type": "text" + }, + { + "bbox": [ + 142, + 442, + 234, + 458 + ], + "score": 0.91, + "content": "\\textstyle \\Phi \\left( x \\right) \\triangleq \\int _ { - \\infty } ^ { x } \\phi \\left( u \\right) d u", + "type": "inline_equation" + }, + { + "bbox": [ + 234, + 441, + 433, + 457 + ], + "score": 1.0, + "content": "as the Gaussian cumulative distribution function.", + "type": "text" + } + ], + "index": 21, + "is_list_end_line": true + }, + { + "bbox": [ + 132, + 460, + 261, + 473 + ], + "spans": [ + { + "bbox": [ + 132, + 460, + 142, + 473 + ], + "score": 1.0, + "content": "•", + "type": "text" + }, + { + "bbox": [ + 142, + 460, + 176, + 473 + ], + "score": 0.92, + "content": "B \\left( x , y \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 177, + 460, + 261, + 473 + ], + "score": 1.0, + "content": "as the beta function.", + "type": "text" + } + ], + "index": 22, + "is_list_start_line": true, + "is_list_end_line": true + } + ], + "index": 14, + "bbox_fs": [ + 129, + 198, + 508, + 473 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 483, + 318, + 495 + ], + "lines": [ + { + "bbox": [ + 105, + 481, + 318, + 498 + ], + "spans": [ + { + "bbox": [ + 105, + 481, + 318, + 498 + ], + "score": 1.0, + "content": "Lastly, we recall the well known Markov Inequality:", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 23, + "bbox_fs": [ + 105, + 481, + 318, + 498 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 498, + 435, + 511 + ], + "lines": [ + { + "bbox": [ + 105, + 498, + 434, + 512 + ], + "spans": [ + { + "bbox": [ + 105, + 498, + 336, + 512 + ], + "score": 1.0, + "content": "Fact 11. (Markov Inequality) For any random variable", + "type": "text" + }, + { + "bbox": [ + 337, + 499, + 365, + 510 + ], + "score": 0.9, + "content": "X \\geq 0", + "type": "inline_equation" + }, + { + "bbox": [ + 366, + 498, + 403, + 512 + ], + "score": 1.0, + "content": ", we have", + "type": "text" + }, + { + "bbox": [ + 404, + 499, + 434, + 510 + ], + "score": 0.89, + "content": "\\forall \\eta > 0", + "type": "inline_equation" + } + ], + "index": 24 + } + ], + "index": 24, + "bbox_fs": [ + 105, + 498, + 434, + 512 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 264, + 515, + 346, + 542 + ], + "lines": [ + { + "bbox": [ + 264, + 515, + 346, + 542 + ], + "spans": [ + { + "bbox": [ + 264, + 515, + 346, + 542 + ], + "score": 0.93, + "content": "\\mathbb { P } \\left( X \\geq \\eta \\right) \\leq \\frac { \\mathbb { E } X } { \\eta } .", + "type": "interline_equation", + "image_path": "ea33d643859be498473f709832490660f7942fb65f2fb63c65a2e5aecca6cdef.jpg" + } + ] + } + ], + "index": 25, + "virtual_lines": [ + { + "bbox": [ + 264, + 515, + 346, + 542 + ], + "spans": [], + "index": 25 + } + ] + }, + { + "type": "title", + "bbox": [ + 106, + 563, + 145, + 578 + ], + "lines": [ + { + "bbox": [ + 105, + 563, + 146, + 580 + ], + "spans": [ + { + "bbox": [ + 105, + 563, + 146, + 580 + ], + "score": 1.0, + "content": "Part I", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 26 + }, + { + "type": "title", + "bbox": [ + 106, + 587, + 334, + 609 + ], + "lines": [ + { + "bbox": [ + 104, + 582, + 336, + 612 + ], + "spans": [ + { + "bbox": [ + 104, + 582, + 336, + 612 + ], + "score": 1.0, + "content": "Proofs of the main results", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 27 + }, + { + "type": "text", + "bbox": [ + 107, + 626, + 368, + 641 + ], + "lines": [ + { + "bbox": [ + 106, + 627, + 368, + 642 + ], + "spans": [ + { + "bbox": [ + 106, + 627, + 368, + 642 + ], + "score": 1.0, + "content": "7 FIRST ORDER CONDITION: PROOF OF LEMMA 2", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 28, + "bbox_fs": [ + 106, + 627, + 368, + 642 + ] + }, + { + "type": "text", + "bbox": [ + 104, + 651, + 505, + 675 + ], + "lines": [ + { + "bbox": [ + 105, + 652, + 506, + 665 + ], + "spans": [ + { + "bbox": [ + 105, + 652, + 314, + 665 + ], + "score": 1.0, + "content": "Lemma 12. (Lemma 2 restated) At all DLMs in", + "type": "text" + }, + { + "bbox": [ + 315, + 653, + 349, + 665 + ], + "score": 0.88, + "content": "{ \\mathcal { D } } _ { \\mathbf { A } } \\left( \\mathbf { X } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 349, + 652, + 506, + 665 + ], + "score": 1.0, + "content": "the residual error e is identical, and", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 104, + 663, + 158, + 677 + ], + "spans": [ + { + "bbox": [ + 104, + 663, + 158, + 677 + ], + "score": 1.0, + "content": "furthermore", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 29.5, + "bbox_fs": [ + 104, + 652, + 506, + 677 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 272, + 675, + 340, + 688 + ], + "lines": [ + { + "bbox": [ + 272, + 675, + 340, + 688 + ], + "spans": [ + { + "bbox": [ + 272, + 675, + 340, + 688 + ], + "score": 0.88, + "content": "\\left( \\mathbf { A } \\circ \\mathbf { X } \\right) \\mathbf { e } = 0 .", + "type": "interline_equation", + "image_path": "4a2db5c58e310b6fb8cb380966205883c913f5184f7326ec966df11ca7b27d1e.jpg" + } + ] + } + ], + "index": 31, + "virtual_lines": [ + { + "bbox": [ + 272, + 675, + 340, + 688 + ], + "spans": [], + "index": 31 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 701, + 505, + 735 + ], + "lines": [ + { + "bbox": [ + 104, + 699, + 505, + 719 + ], + "spans": [ + { + "bbox": [ + 104, + 699, + 153, + 719 + ], + "score": 1.0, + "content": "Proof. Let", + "type": "text" + }, + { + "bbox": [ + 153, + 702, + 298, + 716 + ], + "score": 0.66, + "content": "\\mathbf { W } = \\left[ \\mathbf { w } _ { 1 } , \\ldots , \\mathbf { w } _ { d _ { 1 } } \\right] ^ { \\top } \\in \\mathcal { D } _ { \\mathbf { A } } \\left( \\mathbf { X } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 299, + 699, + 304, + 719 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 304, + 703, + 407, + 715 + ], + "score": 0.31, + "content": "\\mathbf { G } \\triangleq \\mathbf { A } \\circ \\mathbf { X } \\ \\in \\ \\mathbb { R } ^ { d _ { 0 } d _ { 1 } \\times N }", + "type": "inline_equation" + }, + { + "bbox": [ + 407, + 699, + 412, + 719 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 413, + 702, + 505, + 717 + ], + "score": 0.88, + "content": "\\tilde { \\mathbf { W } } = \\mathrm { d i a g } \\left( \\mathbf { z } \\right) \\mathbf { W } =", + "type": "inline_equation" + } + ], + "index": 32 + }, + { + "bbox": [ + 107, + 715, + 507, + 736 + ], + "spans": [ + { + "bbox": [ + 107, + 716, + 171, + 731 + ], + "score": 0.91, + "content": "\\left[ \\tilde { \\mathbf { w } } _ { 1 } , \\ldots , \\tilde { \\mathbf { w } } _ { d _ { 1 } } \\right] ^ { \\top }", + "type": "inline_equation" + }, + { + "bbox": [ + 172, + 715, + 190, + 734 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 190, + 716, + 294, + 736 + ], + "score": 0.91, + "content": "\\tilde { \\mathbf { w } } \\triangleq \\mathrm { v e c } \\left( \\tilde { \\mathbf { W } } ^ { \\top } \\right) \\in \\mathbb { R } ^ { d _ { 0 } d _ { 1 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 295, + 715, + 326, + 734 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 326, + 719, + 361, + 731 + ], + "score": 0.55, + "content": "\\operatorname { d i a g } \\left( \\mathbf { v } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 362, + 715, + 474, + 734 + ], + "score": 1.0, + "content": "is the diagonal matrix with", + "type": "text" + }, + { + "bbox": [ + 474, + 721, + 482, + 729 + ], + "score": 0.68, + "content": "\\mathbf { v }", + "type": "inline_equation" + }, + { + "bbox": [ + 482, + 715, + 507, + 734 + ], + "score": 1.0, + "content": "in its", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32.5, + "bbox_fs": [ + 104, + 699, + 507, + 736 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 105, + 82, + 504, + 105 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 434, + 95 + ], + "score": 1.0, + "content": "diagonal, and vec (M) is vector obtained by stacking the columns of the matrix", + "type": "text" + }, + { + "bbox": [ + 434, + 83, + 447, + 93 + ], + "score": 0.39, + "content": "\\mathbf { M }", + "type": "inline_equation" + }, + { + "bbox": [ + 447, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "on top of one", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 94, + 323, + 106 + ], + "spans": [ + { + "bbox": [ + 106, + 94, + 323, + 106 + ], + "score": 1.0, + "content": "another. Then, we can re-write the MSE (eq. (2.3)) as", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "interline_equation", + "bbox": [ + 224, + 109, + 385, + 133 + ], + "lines": [ + { + "bbox": [ + 224, + 109, + 385, + 133 + ], + "spans": [ + { + "bbox": [ + 224, + 109, + 385, + 133 + ], + "score": 0.94, + "content": "\\mathrm { M S E } = { \\frac { 1 } { N } } \\left\\| \\mathbf { y } - \\mathbf { G } ^ { \\top } { \\tilde { \\mathbf { w } } } \\right\\| ^ { 2 } = { \\frac { 1 } { N } } \\left\\| \\mathbf { e } \\right\\| ^ { 2 } ,", + "type": "interline_equation", + "image_path": "2030c62eb28304531a776e0e08483ac21c2f2e8d5d3f66eaf371a620dfdcbb7a.jpg" + } + ] + } + ], + "index": 2, + "virtual_lines": [ + { + "bbox": [ + 224, + 109, + 385, + 133 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 138, + 505, + 161 + ], + "lines": [ + { + "bbox": [ + 105, + 137, + 505, + 151 + ], + "spans": [ + { + "bbox": [ + 105, + 137, + 132, + 151 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 137, + 158, + 149 + ], + "score": 0.9, + "content": "\\mathbf { G } ^ { \\top } \\tilde { \\mathbf { w } }", + "type": "inline_equation" + }, + { + "bbox": [ + 158, + 137, + 295, + 151 + ], + "score": 1.0, + "content": "is the output of the MNN. Now, if", + "type": "text" + }, + { + "bbox": [ + 296, + 138, + 325, + 150 + ], + "score": 0.91, + "content": "( \\mathbf { W } , \\mathbf { z } )", + "type": "inline_equation" + }, + { + "bbox": [ + 326, + 137, + 505, + 151 + ], + "score": 1.0, + "content": "is a DLM of the MSE in eq. (2.3), then there", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 149, + 376, + 162 + ], + "spans": [ + { + "bbox": [ + 105, + 149, + 243, + 162 + ], + "score": 1.0, + "content": "is no infinitesimal perturbation of", + "type": "text" + }, + { + "bbox": [ + 243, + 150, + 272, + 162 + ], + "score": 0.91, + "content": "( \\mathbf { W } , \\mathbf { z } )", + "type": "inline_equation" + }, + { + "bbox": [ + 273, + 149, + 376, + 162 + ], + "score": 1.0, + "content": "which reduces this MSE.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + }, + { + "type": "text", + "bbox": [ + 107, + 165, + 505, + 200 + ], + "lines": [ + { + "bbox": [ + 106, + 166, + 505, + 178 + ], + "spans": [ + { + "bbox": [ + 106, + 167, + 181, + 178 + ], + "score": 1.0, + "content": "Next, for each row", + "type": "text" + }, + { + "bbox": [ + 181, + 168, + 186, + 176 + ], + "score": 0.74, + "content": "i", + "type": "inline_equation" + }, + { + "bbox": [ + 186, + 167, + 259, + 178 + ], + "score": 1.0, + "content": ", we will show that", + "type": "text" + }, + { + "bbox": [ + 260, + 166, + 329, + 178 + ], + "score": 0.71, + "content": "\\partial \\mathrm { M S E } / \\partial \\tilde { \\bf w } _ { i } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 329, + 167, + 505, + 178 + ], + "score": 1.0, + "content": ", since otherwise we can find an infinitesimal", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 177, + 505, + 190 + ], + "spans": [ + { + "bbox": [ + 105, + 177, + 167, + 190 + ], + "score": 1.0, + "content": "perturbation of", + "type": "text" + }, + { + "bbox": [ + 168, + 178, + 197, + 189 + ], + "score": 0.9, + "content": "( \\mathbf { W } , \\mathbf { z } )", + "type": "inline_equation" + }, + { + "bbox": [ + 198, + 177, + 437, + 190 + ], + "score": 1.0, + "content": "which decreases the MSE, contradicting the assumption that", + "type": "text" + }, + { + "bbox": [ + 437, + 178, + 466, + 190 + ], + "score": 0.92, + "content": "( \\mathbf { W } , \\mathbf { z } )", + "type": "inline_equation" + }, + { + "bbox": [ + 467, + 177, + 505, + 190 + ], + "score": 1.0, + "content": "is a local", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 188, + 316, + 200 + ], + "spans": [ + { + "bbox": [ + 106, + 188, + 205, + 200 + ], + "score": 1.0, + "content": "minimum. For each row", + "type": "text" + }, + { + "bbox": [ + 205, + 190, + 210, + 198 + ], + "score": 0.72, + "content": "i", + "type": "inline_equation" + }, + { + "bbox": [ + 210, + 188, + 316, + 200 + ], + "score": 1.0, + "content": ", we divide into two cases:", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6 + }, + { + "type": "text", + "bbox": [ + 106, + 204, + 505, + 249 + ], + "lines": [ + { + "bbox": [ + 106, + 205, + 505, + 217 + ], + "spans": [ + { + "bbox": [ + 106, + 205, + 220, + 217 + ], + "score": 1.0, + "content": "First, we consider the case", + "type": "text" + }, + { + "bbox": [ + 221, + 205, + 251, + 217 + ], + "score": 0.91, + "content": "z _ { i } \\neq 0", + "type": "inline_equation" + }, + { + "bbox": [ + 252, + 205, + 436, + 217 + ], + "score": 1.0, + "content": ". In this case, any infinitesimal perturbation", + "type": "text" + }, + { + "bbox": [ + 437, + 207, + 447, + 217 + ], + "score": 0.86, + "content": "\\mathbf { q } _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 448, + 205, + 460, + 217 + ], + "score": 1.0, + "content": "in", + "type": "text" + }, + { + "bbox": [ + 461, + 206, + 474, + 216 + ], + "score": 0.87, + "content": "\\tilde { \\mathbf { w } } _ { \\mathbf { i } }", + "type": "inline_equation" + }, + { + "bbox": [ + 474, + 205, + 505, + 217 + ], + "score": 1.0, + "content": "can be", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 216, + 505, + 230 + ], + "spans": [ + { + "bbox": [ + 105, + 216, + 286, + 230 + ], + "score": 1.0, + "content": "produced by an infinitesimal perturbation in", + "type": "text" + }, + { + "bbox": [ + 286, + 217, + 299, + 227 + ], + "score": 0.66, + "content": "\\mathbf { w } _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 301, + 216, + 414, + 228 + ], + "score": 0.87, + "content": "\\mathbf { \\widetilde { w } } _ { i } + \\mathbf { q } _ { i } = ( \\mathbf { w } _ { i } + \\mathbf { q } _ { i } / z _ { i } ) z _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 414, + 216, + 505, + 230 + ], + "score": 1.0, + "content": ". Therefore, unless the", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 226, + 505, + 240 + ], + "spans": [ + { + "bbox": [ + 105, + 226, + 141, + 240 + ], + "score": 1.0, + "content": "gradient", + "type": "text" + }, + { + "bbox": [ + 141, + 227, + 192, + 239 + ], + "score": 0.71, + "content": "\\partial \\mathrm { { M S E } } / \\partial \\tilde { \\bf { w } } _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 192, + 226, + 432, + 240 + ], + "score": 1.0, + "content": "is equal to zero, we can choose an infinitesimal perturbation", + "type": "text" + }, + { + "bbox": [ + 433, + 228, + 443, + 239 + ], + "score": 0.86, + "content": "\\mathbf { q } _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 443, + 226, + 505, + 240 + ], + "score": 1.0, + "content": "in the opposite", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 238, + 330, + 250 + ], + "spans": [ + { + "bbox": [ + 106, + 238, + 330, + 250 + ], + "score": 1.0, + "content": "direction to this gradient, which will decrease the MSE.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 9.5 + }, + { + "type": "text", + "bbox": [ + 106, + 254, + 505, + 300 + ], + "lines": [ + { + "bbox": [ + 106, + 255, + 505, + 267 + ], + "spans": [ + { + "bbox": [ + 106, + 255, + 233, + 267 + ], + "score": 1.0, + "content": "Second, we consider the case", + "type": "text" + }, + { + "bbox": [ + 233, + 256, + 265, + 266 + ], + "score": 0.91, + "content": "z _ { i } ~ = ~ 0", + "type": "inline_equation" + }, + { + "bbox": [ + 265, + 255, + 505, + 267 + ], + "score": 1.0, + "content": ". In this case, the MSE is not affected by changes made", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 265, + 506, + 278 + ], + "spans": [ + { + "bbox": [ + 105, + 265, + 165, + 278 + ], + "score": 1.0, + "content": "exclusively to", + "type": "text" + }, + { + "bbox": [ + 166, + 267, + 178, + 277 + ], + "score": 0.87, + "content": "\\mathbf { w } _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 179, + 265, + 243, + 278 + ], + "score": 1.0, + "content": ". Therefore, all", + "type": "text" + }, + { + "bbox": [ + 243, + 268, + 256, + 277 + ], + "score": 0.88, + "content": "\\mathbf { w } _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 256, + 265, + 428, + 278 + ], + "score": 1.0, + "content": "derivatives of the MSE are equal to zero", + "type": "text" + }, + { + "bbox": [ + 428, + 266, + 490, + 277 + ], + "score": 0.91, + "content": "( \\partial ^ { \\bar { k } } \\mathrm { M S E } / \\partial ^ { k } \\mathbf { w } _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 491, + 265, + 506, + 278 + ], + "score": 1.0, + "content": ", to", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 276, + 506, + 290 + ], + "spans": [ + { + "bbox": [ + 105, + 276, + 147, + 290 + ], + "score": 1.0, + "content": "any order", + "type": "text" + }, + { + "bbox": [ + 147, + 277, + 154, + 287 + ], + "score": 0.71, + "content": "k", + "type": "inline_equation" + }, + { + "bbox": [ + 154, + 276, + 379, + 290 + ], + "score": 1.0, + "content": ") . Also, since we are at a differentiable local minimum,", + "type": "text" + }, + { + "bbox": [ + 379, + 277, + 445, + 289 + ], + "score": 0.9, + "content": "\\partial \\mathrm { M S E } / \\partial z _ { i } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 445, + 276, + 506, + 290 + ], + "score": 1.0, + "content": ". Thus, using a", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 288, + 434, + 301 + ], + "spans": [ + { + "bbox": [ + 105, + 288, + 234, + 301 + ], + "score": 1.0, + "content": "Taylor expansion, if we perturb", + "type": "text" + }, + { + "bbox": [ + 234, + 288, + 266, + 300 + ], + "score": 0.95, + "content": "\\left( \\mathbf { w } _ { i } , z _ { i } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 267, + 288, + 280, + 301 + ], + "score": 1.0, + "content": "by", + "type": "text" + }, + { + "bbox": [ + 281, + 288, + 312, + 300 + ], + "score": 0.89, + "content": "( \\hat { \\mathbf { w } } _ { i } , \\hat { z } _ { i } )", + "type": "inline_equation" + }, + { + "bbox": [ + 313, + 288, + 434, + 301 + ], + "score": 1.0, + "content": "then the MSE is perturbed by", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 13.5 + }, + { + "type": "interline_equation", + "bbox": [ + 244, + 304, + 366, + 330 + ], + "lines": [ + { + "bbox": [ + 244, + 304, + 366, + 330 + ], + "spans": [ + { + "bbox": [ + 244, + 304, + 366, + 330 + ], + "score": 0.94, + "content": "\\hat { z } _ { i } \\hat { \\mathbf { w } } _ { i } ^ { \\top } \\frac { \\partial } { \\partial \\tilde { \\mathbf { w } } _ { i } } \\frac { \\partial } { \\partial z _ { i } } \\mathrm { M S E } + O ( \\hat { z } _ { i } ^ { 2 } )", + "type": "interline_equation", + "image_path": "73b6d9dc4e8bace7bb108ccc01fd884a9a40029b8f814c56447e2b1bb5026b32.jpg" + } + ] + } + ], + "index": 16, + "virtual_lines": [ + { + "bbox": [ + 244, + 304, + 366, + 330 + ], + "spans": [], + "index": 16 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 335, + 505, + 357 + ], + "lines": [ + { + "bbox": [ + 106, + 335, + 505, + 347 + ], + "spans": [ + { + "bbox": [ + 106, + 335, + 177, + 347 + ], + "score": 1.0, + "content": "Therefore, unless", + "type": "text" + }, + { + "bbox": [ + 177, + 335, + 274, + 347 + ], + "score": 0.87, + "content": "\\partial ^ { 2 } \\mathrm { M S E } / \\left( \\partial \\mathbf { w } _ { i } \\partial z _ { i } \\right) = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 274, + 335, + 334, + 347 + ], + "score": 1.0, + "content": "we can choose", + "type": "text" + }, + { + "bbox": [ + 335, + 336, + 347, + 346 + ], + "score": 0.89, + "content": "\\hat { \\mathbf { w } } _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 348, + 335, + 442, + 347 + ], + "score": 1.0, + "content": "and a sufficiently small", + "type": "text" + }, + { + "bbox": [ + 443, + 336, + 451, + 346 + ], + "score": 0.88, + "content": "\\hat { z } _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 452, + 335, + 505, + 347 + ], + "score": 1.0, + "content": "such that the", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 345, + 293, + 358 + ], + "spans": [ + { + "bbox": [ + 106, + 345, + 293, + 358 + ], + "score": 1.0, + "content": "MSE is decreased. Lastly, using the chain rule", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17.5 + }, + { + "type": "interline_equation", + "bbox": [ + 200, + 361, + 410, + 389 + ], + "lines": [ + { + "bbox": [ + 200, + 361, + 410, + 389 + ], + "spans": [ + { + "bbox": [ + 200, + 361, + 410, + 389 + ], + "score": 0.91, + "content": "\\frac { \\partial } { \\partial z _ { i } } \\frac { \\partial } { \\partial \\mathbf { w } _ { i } } \\mathrm { M S E } = \\frac { \\partial } { \\partial z _ { i } } \\left[ z _ { i } \\frac { \\partial } { \\partial \\tilde { \\mathbf { w } } _ { i } } \\mathrm { M S E } \\right] = \\frac { \\partial } { \\partial \\tilde { \\mathbf { w } } _ { i } } \\mathrm { M S E } .", + "type": "interline_equation", + "image_path": "7d71967f3b5e10b684deb34f92ad19e3784bffb8435cfb91b4371b6167b7ec2d.jpg" + } + ] + } + ], + "index": 19.5, + "virtual_lines": [ + { + "bbox": [ + 200, + 361, + 410, + 375.0 + ], + "spans": [], + "index": 19 + }, + { + "bbox": [ + 200, + 375.0, + 410, + 389.0 + ], + "spans": [], + "index": 20 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 399, + 453, + 413 + ], + "lines": [ + { + "bbox": [ + 105, + 399, + 453, + 414 + ], + "spans": [ + { + "bbox": [ + 105, + 399, + 131, + 414 + ], + "score": 1.0, + "content": "Thus,", + "type": "text" + }, + { + "bbox": [ + 131, + 401, + 200, + 412 + ], + "score": 0.89, + "content": "\\partial \\mathrm { M S E } / \\partial \\tilde { \\bf w } _ { i } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 201, + 399, + 319, + 414 + ], + "score": 1.0, + "content": ". This implies that w˜ is also a", + "type": "text" + }, + { + "bbox": [ + 320, + 400, + 347, + 411 + ], + "score": 0.61, + "content": "\\mathrm { D L M } ^ { 5 }", + "type": "inline_equation" + }, + { + "bbox": [ + 347, + 399, + 453, + 414 + ], + "score": 1.0, + "content": "of eq. (7.2), which entails", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 21 + }, + { + "type": "interline_equation", + "bbox": [ + 223, + 416, + 387, + 443 + ], + "lines": [ + { + "bbox": [ + 223, + 416, + 387, + 443 + ], + "spans": [ + { + "bbox": [ + 223, + 416, + 387, + 443 + ], + "score": 0.94, + "content": "0 = - \\frac { N } { 2 } \\frac { \\partial } { \\partial \\tilde { \\bf w } _ { i } } \\mathrm { M S E } = { \\bf G } \\left( { \\bf y } - { \\bf G } ^ { \\top } \\tilde { \\bf w } \\right) .", + "type": "interline_equation", + "image_path": "f5f4459e41a48b3ff6b81ddac936f4dfd80546b6aa1626a5ef534239ab7d74e9.jpg" + } + ] + } + ], + "index": 22.5, + "virtual_lines": [ + { + "bbox": [ + 223, + 416, + 387, + 429.5 + ], + "spans": [], + "index": 22 + }, + { + "bbox": [ + 223, + 429.5, + 387, + 443.0 + ], + "spans": [], + "index": 23 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 447, + 504, + 471 + ], + "lines": [ + { + "bbox": [ + 105, + 446, + 504, + 462 + ], + "spans": [ + { + "bbox": [ + 105, + 446, + 131, + 462 + ], + "score": 1.0, + "content": "Since", + "type": "text" + }, + { + "bbox": [ + 131, + 448, + 181, + 459 + ], + "score": 0.9, + "content": "\\mathbf { G } = \\mathbf { A } \\circ \\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 182, + 446, + 199, + 462 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 199, + 447, + 262, + 460 + ], + "score": 0.9, + "content": "\\mathbf { e } = \\mathbf { y } - \\mathbf { G } ^ { \\top } \\tilde { \\mathbf { w } }", + "type": "inline_equation" + }, + { + "bbox": [ + 262, + 446, + 457, + 462 + ], + "score": 1.0, + "content": "this proves eq. (7.1). Now, for any two solutions", + "type": "text" + }, + { + "bbox": [ + 458, + 449, + 471, + 459 + ], + "score": 0.9, + "content": "\\tilde { \\mathbf { w } } _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 472, + 446, + 489, + 462 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 490, + 449, + 504, + 459 + ], + "score": 0.87, + "content": "\\tilde { \\mathbf { w } } _ { 2 }", + "type": "inline_equation" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 459, + 192, + 472 + ], + "spans": [ + { + "bbox": [ + 105, + 459, + 192, + 472 + ], + "score": 1.0, + "content": "of eq. (7.3), we have", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24.5 + }, + { + "type": "interline_equation", + "bbox": [ + 176, + 474, + 434, + 491 + ], + "lines": [ + { + "bbox": [ + 176, + 474, + 434, + 491 + ], + "spans": [ + { + "bbox": [ + 176, + 474, + 434, + 491 + ], + "score": 0.92, + "content": "0 = \\mathbf { G } \\left( \\mathbf { y } - \\mathbf { G } ^ { \\top } \\tilde { \\mathbf { w } } _ { 1 } \\right) - \\mathbf { G } \\left( \\mathbf { y } - \\mathbf { G } ^ { \\top } \\tilde { \\mathbf { w } } _ { 1 } \\right) = \\mathbf { G } \\mathbf { G } ^ { \\top } \\left( \\tilde { \\mathbf { w } } _ { 2 } - \\tilde { \\mathbf { w } } _ { 1 } \\right) .", + "type": "interline_equation", + "image_path": "bc2aed7f2e7d864aae15f079bebe04835bc820a833fedd0f842f036cf2500a89.jpg" + } + ] + } + ], + "index": 26, + "virtual_lines": [ + { + "bbox": [ + 176, + 474, + 434, + 491 + ], + "spans": [], + "index": 26 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 496, + 315, + 510 + ], + "lines": [ + { + "bbox": [ + 105, + 495, + 316, + 512 + ], + "spans": [ + { + "bbox": [ + 105, + 495, + 169, + 512 + ], + "score": 1.0, + "content": "Multiplying by", + "type": "text" + }, + { + "bbox": [ + 170, + 496, + 221, + 510 + ], + "score": 0.93, + "content": "\\big ( \\tilde { \\mathbf { w } } _ { 2 } - \\tilde { \\mathbf { w } } _ { 1 } \\big ) ^ { \\top }", + "type": "inline_equation" + }, + { + "bbox": [ + 222, + 495, + 316, + 512 + ], + "score": 1.0, + "content": "from the left we obtain", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 27 + }, + { + "type": "interline_equation", + "bbox": [ + 205, + 514, + 406, + 533 + ], + "lines": [ + { + "bbox": [ + 205, + 514, + 406, + 533 + ], + "spans": [ + { + "bbox": [ + 205, + 514, + 406, + 533 + ], + "score": 0.91, + "content": "\\left\\| \\mathbf { G } ^ { \\top } \\left( \\tilde { \\mathbf { w } } _ { 2 } - \\tilde { \\mathbf { w } } _ { 1 } \\right) \\right\\| ^ { 2 } = 0 \\Rightarrow \\mathbf { G } ^ { \\top } \\left( \\tilde { \\mathbf { w } } _ { 2 } - \\tilde { \\mathbf { w } } _ { 1 } \\right) = 0 .", + "type": "interline_equation", + "image_path": "2911e0b23e361adb36317d03e00496ae34fd047df2e7089b09dd5ad53e75c87a.jpg" + } + ] + } + ], + "index": 28, + "virtual_lines": [ + { + "bbox": [ + 205, + 514, + 406, + 533 + ], + "spans": [], + "index": 28 + } + ] + }, + { + "type": "text", + "bbox": [ + 104, + 536, + 455, + 549 + ], + "lines": [ + { + "bbox": [ + 105, + 536, + 456, + 550 + ], + "spans": [ + { + "bbox": [ + 105, + 536, + 306, + 550 + ], + "score": 1.0, + "content": "Therefore, the MNN output and the residual error", + "type": "text" + }, + { + "bbox": [ + 306, + 540, + 313, + 547 + ], + "score": 0.5, + "content": "\\mathbf { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 313, + 536, + 418, + 550 + ], + "score": 1.0, + "content": "are equal for all DLMs in", + "type": "text" + }, + { + "bbox": [ + 418, + 537, + 452, + 549 + ], + "score": 0.88, + "content": "{ \\mathcal { D } } _ { \\mathbf { A } } \\left( \\mathbf { X } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 452, + 536, + 456, + 550 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 29 + }, + { + "type": "title", + "bbox": [ + 107, + 564, + 496, + 591 + ], + "lines": [ + { + "bbox": [ + 106, + 564, + 495, + 578 + ], + "spans": [ + { + "bbox": [ + 106, + 565, + 117, + 577 + ], + "score": 1.0, + "content": "8", + "type": "text" + }, + { + "bbox": [ + 119, + 564, + 495, + 578 + ], + "score": 1.0, + "content": "SUB-OPTIMAL DIFFERENTIABLE LOCAL MINIMA: PROOF OF THEOREM 6", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 124, + 579, + 234, + 591 + ], + "spans": [ + { + "bbox": [ + 124, + 579, + 234, + 591 + ], + "score": 1.0, + "content": "AND ITS COROLLARY", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 30.5 + }, + { + "type": "text", + "bbox": [ + 106, + 603, + 504, + 626 + ], + "lines": [ + { + "bbox": [ + 106, + 603, + 505, + 616 + ], + "spans": [ + { + "bbox": [ + 106, + 603, + 505, + 616 + ], + "score": 1.0, + "content": "Theorem 13. (Theorem 6 restated) Given assumptions 1-4, the expected angular volume of sub-", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 614, + 392, + 627 + ], + "spans": [ + { + "bbox": [ + 106, + 614, + 189, + 627 + ], + "score": 1.0, + "content": "optimal DLMs, with", + "type": "text" + }, + { + "bbox": [ + 190, + 615, + 249, + 625 + ], + "score": 0.86, + "content": "\\mathrm { M C E } > \\epsilon > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 249, + 614, + 369, + 627 + ], + "score": 1.0, + "content": ", is exponentially vanishing in", + "type": "text" + }, + { + "bbox": [ + 369, + 615, + 380, + 624 + ], + "score": 0.77, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 380, + 614, + 392, + 627 + ], + "score": 1.0, + "content": "as", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32.5 + }, + { + "type": "interline_equation", + "bbox": [ + 200, + 630, + 409, + 651 + ], + "lines": [ + { + "bbox": [ + 200, + 630, + 409, + 651 + ], + "spans": [ + { + "bbox": [ + 200, + 630, + 409, + 651 + ], + "score": 0.88, + "content": "\\begin{array} { r } { \\mathbb { E } _ { \\mathbf { X } \\sim \\mathcal { N } } \\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) \\dot { \\leq } \\exp \\left( - \\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\right) , } \\end{array}", + "type": "interline_equation", + "image_path": "c6a8ccb7d4fbd7a26598b9b10ca2720f2827e2e52de76f4a69940c947a3a78c8.jpg" + } + ] + } + ], + "index": 34, + "virtual_lines": [ + { + "bbox": [ + 200, + 630, + 409, + 651 + ], + "spans": [], + "index": 34 + } + ] + }, + { + "type": "interline_equation", + "bbox": [ + 129, + 655, + 483, + 672 + ], + "lines": [], + "index": 35, + "virtual_lines": [ + { + "bbox": [ + 129, + 655, + 483, + 672 + ], + "spans": [], + "index": 35 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 679, + 505, + 714 + ], + "lines": [ + { + "bbox": [ + 105, + 679, + 506, + 693 + ], + "spans": [ + { + "bbox": [ + 105, + 679, + 358, + 693 + ], + "score": 1.0, + "content": "To prove this theorem we upper bound the angular volume of", + "type": "text" + }, + { + "bbox": [ + 359, + 680, + 370, + 691 + ], + "score": 0.88, + "content": "\\mathcal { L } _ { \\epsilon }", + "type": "inline_equation" + }, + { + "bbox": [ + 371, + 679, + 506, + 693 + ], + "score": 1.0, + "content": "(definition 4), i.e., differentiable", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 690, + 506, + 704 + ], + "spans": [ + { + "bbox": [ + 105, + 690, + 273, + 704 + ], + "score": 1.0, + "content": "regions in which there exist DLMs with", + "type": "text" + }, + { + "bbox": [ + 273, + 691, + 336, + 701 + ], + "score": 0.89, + "content": "\\mathrm { M C E } > \\epsilon > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 336, + 690, + 506, + 704 + ], + "score": 1.0, + "content": ". Our proof uses the first order necessary", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 702, + 505, + 714 + ], + "spans": [ + { + "bbox": [ + 106, + 702, + 259, + 714 + ], + "score": 1.0, + "content": "condition for DLMs from Lemma 2,", + "type": "text" + }, + { + "bbox": [ + 259, + 702, + 321, + 714 + ], + "score": 0.9, + "content": "\\left( \\mathbf { A } \\circ \\mathbf { X } \\right) \\mathbf { e } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 321, + 702, + 454, + 714 + ], + "score": 1.0, + "content": ", to find which configurations of", + "type": "text" + }, + { + "bbox": [ + 455, + 702, + 464, + 712 + ], + "score": 0.42, + "content": "\\mathbf { A }", + "type": "inline_equation" + }, + { + "bbox": [ + 465, + 702, + 505, + 714 + ], + "score": 1.0, + "content": "allow for", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 37 + } + ], + "page_idx": 11, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 26, + 308, + 38 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 309, + 39 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 309, + 39 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 117, + 721, + 450, + 732 + ], + "lines": [ + { + "bbox": [ + 118, + 719, + 451, + 734 + ], + "spans": [ + { + "bbox": [ + 118, + 719, + 419, + 734 + ], + "score": 1.0, + "content": "5Note that the converse argument is not true – a DLM in w˜ might not be a DLM in", + "type": "text" + }, + { + "bbox": [ + 419, + 721, + 446, + 732 + ], + "score": 0.91, + "content": "( \\mathbf { W } , \\mathbf { z } )", + "type": "inline_equation" + }, + { + "bbox": [ + 447, + 719, + 451, + 734 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 494, + 537, + 505, + 548 + ], + "lines": [ + { + "bbox": [ + 495, + 538, + 505, + 549 + ], + "spans": [ + { + "bbox": [ + 495, + 538, + 505, + 549 + ], + "score": 0.996, + "content": "□", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 761 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 312, + 765 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 765 + ], + "score": 1.0, + "content": "12", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 105, + 82, + 504, + 105 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 434, + 95 + ], + "score": 1.0, + "content": "diagonal, and vec (M) is vector obtained by stacking the columns of the matrix", + "type": "text" + }, + { + "bbox": [ + 434, + 83, + 447, + 93 + ], + "score": 0.39, + "content": "\\mathbf { M }", + "type": "inline_equation" + }, + { + "bbox": [ + 447, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "on top of one", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 94, + 323, + 106 + ], + "spans": [ + { + "bbox": [ + 106, + 94, + 323, + 106 + ], + "score": 1.0, + "content": "another. Then, we can re-write the MSE (eq. (2.3)) as", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5, + "bbox_fs": [ + 106, + 82, + 505, + 106 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 224, + 109, + 385, + 133 + ], + "lines": [ + { + "bbox": [ + 224, + 109, + 385, + 133 + ], + "spans": [ + { + "bbox": [ + 224, + 109, + 385, + 133 + ], + "score": 0.94, + "content": "\\mathrm { M S E } = { \\frac { 1 } { N } } \\left\\| \\mathbf { y } - \\mathbf { G } ^ { \\top } { \\tilde { \\mathbf { w } } } \\right\\| ^ { 2 } = { \\frac { 1 } { N } } \\left\\| \\mathbf { e } \\right\\| ^ { 2 } ,", + "type": "interline_equation", + "image_path": "2030c62eb28304531a776e0e08483ac21c2f2e8d5d3f66eaf371a620dfdcbb7a.jpg" + } + ] + } + ], + "index": 2, + "virtual_lines": [ + { + "bbox": [ + 224, + 109, + 385, + 133 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 138, + 505, + 161 + ], + "lines": [ + { + "bbox": [ + 105, + 137, + 505, + 151 + ], + "spans": [ + { + "bbox": [ + 105, + 137, + 132, + 151 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 137, + 158, + 149 + ], + "score": 0.9, + "content": "\\mathbf { G } ^ { \\top } \\tilde { \\mathbf { w } }", + "type": "inline_equation" + }, + { + "bbox": [ + 158, + 137, + 295, + 151 + ], + "score": 1.0, + "content": "is the output of the MNN. Now, if", + "type": "text" + }, + { + "bbox": [ + 296, + 138, + 325, + 150 + ], + "score": 0.91, + "content": "( \\mathbf { W } , \\mathbf { z } )", + "type": "inline_equation" + }, + { + "bbox": [ + 326, + 137, + 505, + 151 + ], + "score": 1.0, + "content": "is a DLM of the MSE in eq. (2.3), then there", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 149, + 376, + 162 + ], + "spans": [ + { + "bbox": [ + 105, + 149, + 243, + 162 + ], + "score": 1.0, + "content": "is no infinitesimal perturbation of", + "type": "text" + }, + { + "bbox": [ + 243, + 150, + 272, + 162 + ], + "score": 0.91, + "content": "( \\mathbf { W } , \\mathbf { z } )", + "type": "inline_equation" + }, + { + "bbox": [ + 273, + 149, + 376, + 162 + ], + "score": 1.0, + "content": "which reduces this MSE.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5, + "bbox_fs": [ + 105, + 137, + 505, + 162 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 165, + 505, + 200 + ], + "lines": [ + { + "bbox": [ + 106, + 166, + 505, + 178 + ], + "spans": [ + { + "bbox": [ + 106, + 167, + 181, + 178 + ], + "score": 1.0, + "content": "Next, for each row", + "type": "text" + }, + { + "bbox": [ + 181, + 168, + 186, + 176 + ], + "score": 0.74, + "content": "i", + "type": "inline_equation" + }, + { + "bbox": [ + 186, + 167, + 259, + 178 + ], + "score": 1.0, + "content": ", we will show that", + "type": "text" + }, + { + "bbox": [ + 260, + 166, + 329, + 178 + ], + "score": 0.71, + "content": "\\partial \\mathrm { M S E } / \\partial \\tilde { \\bf w } _ { i } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 329, + 167, + 505, + 178 + ], + "score": 1.0, + "content": ", since otherwise we can find an infinitesimal", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 177, + 505, + 190 + ], + "spans": [ + { + "bbox": [ + 105, + 177, + 167, + 190 + ], + "score": 1.0, + "content": "perturbation of", + "type": "text" + }, + { + "bbox": [ + 168, + 178, + 197, + 189 + ], + "score": 0.9, + "content": "( \\mathbf { W } , \\mathbf { z } )", + "type": "inline_equation" + }, + { + "bbox": [ + 198, + 177, + 437, + 190 + ], + "score": 1.0, + "content": "which decreases the MSE, contradicting the assumption that", + "type": "text" + }, + { + "bbox": [ + 437, + 178, + 466, + 190 + ], + "score": 0.92, + "content": "( \\mathbf { W } , \\mathbf { z } )", + "type": "inline_equation" + }, + { + "bbox": [ + 467, + 177, + 505, + 190 + ], + "score": 1.0, + "content": "is a local", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 188, + 316, + 200 + ], + "spans": [ + { + "bbox": [ + 106, + 188, + 205, + 200 + ], + "score": 1.0, + "content": "minimum. For each row", + "type": "text" + }, + { + "bbox": [ + 205, + 190, + 210, + 198 + ], + "score": 0.72, + "content": "i", + "type": "inline_equation" + }, + { + "bbox": [ + 210, + 188, + 316, + 200 + ], + "score": 1.0, + "content": ", we divide into two cases:", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6, + "bbox_fs": [ + 105, + 166, + 505, + 200 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 204, + 505, + 249 + ], + "lines": [ + { + "bbox": [ + 106, + 205, + 505, + 217 + ], + "spans": [ + { + "bbox": [ + 106, + 205, + 220, + 217 + ], + "score": 1.0, + "content": "First, we consider the case", + "type": "text" + }, + { + "bbox": [ + 221, + 205, + 251, + 217 + ], + "score": 0.91, + "content": "z _ { i } \\neq 0", + "type": "inline_equation" + }, + { + "bbox": [ + 252, + 205, + 436, + 217 + ], + "score": 1.0, + "content": ". In this case, any infinitesimal perturbation", + "type": "text" + }, + { + "bbox": [ + 437, + 207, + 447, + 217 + ], + "score": 0.86, + "content": "\\mathbf { q } _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 448, + 205, + 460, + 217 + ], + "score": 1.0, + "content": "in", + "type": "text" + }, + { + "bbox": [ + 461, + 206, + 474, + 216 + ], + "score": 0.87, + "content": "\\tilde { \\mathbf { w } } _ { \\mathbf { i } }", + "type": "inline_equation" + }, + { + "bbox": [ + 474, + 205, + 505, + 217 + ], + "score": 1.0, + "content": "can be", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 216, + 505, + 230 + ], + "spans": [ + { + "bbox": [ + 105, + 216, + 286, + 230 + ], + "score": 1.0, + "content": "produced by an infinitesimal perturbation in", + "type": "text" + }, + { + "bbox": [ + 286, + 217, + 299, + 227 + ], + "score": 0.66, + "content": "\\mathbf { w } _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 301, + 216, + 414, + 228 + ], + "score": 0.87, + "content": "\\mathbf { \\widetilde { w } } _ { i } + \\mathbf { q } _ { i } = ( \\mathbf { w } _ { i } + \\mathbf { q } _ { i } / z _ { i } ) z _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 414, + 216, + 505, + 230 + ], + "score": 1.0, + "content": ". Therefore, unless the", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 226, + 505, + 240 + ], + "spans": [ + { + "bbox": [ + 105, + 226, + 141, + 240 + ], + "score": 1.0, + "content": "gradient", + "type": "text" + }, + { + "bbox": [ + 141, + 227, + 192, + 239 + ], + "score": 0.71, + "content": "\\partial \\mathrm { { M S E } } / \\partial \\tilde { \\bf { w } } _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 192, + 226, + 432, + 240 + ], + "score": 1.0, + "content": "is equal to zero, we can choose an infinitesimal perturbation", + "type": "text" + }, + { + "bbox": [ + 433, + 228, + 443, + 239 + ], + "score": 0.86, + "content": "\\mathbf { q } _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 443, + 226, + 505, + 240 + ], + "score": 1.0, + "content": "in the opposite", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 238, + 330, + 250 + ], + "spans": [ + { + "bbox": [ + 106, + 238, + 330, + 250 + ], + "score": 1.0, + "content": "direction to this gradient, which will decrease the MSE.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 9.5, + "bbox_fs": [ + 105, + 205, + 505, + 250 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 254, + 505, + 300 + ], + "lines": [ + { + "bbox": [ + 106, + 255, + 505, + 267 + ], + "spans": [ + { + "bbox": [ + 106, + 255, + 233, + 267 + ], + "score": 1.0, + "content": "Second, we consider the case", + "type": "text" + }, + { + "bbox": [ + 233, + 256, + 265, + 266 + ], + "score": 0.91, + "content": "z _ { i } ~ = ~ 0", + "type": "inline_equation" + }, + { + "bbox": [ + 265, + 255, + 505, + 267 + ], + "score": 1.0, + "content": ". In this case, the MSE is not affected by changes made", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 265, + 506, + 278 + ], + "spans": [ + { + "bbox": [ + 105, + 265, + 165, + 278 + ], + "score": 1.0, + "content": "exclusively to", + "type": "text" + }, + { + "bbox": [ + 166, + 267, + 178, + 277 + ], + "score": 0.87, + "content": "\\mathbf { w } _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 179, + 265, + 243, + 278 + ], + "score": 1.0, + "content": ". Therefore, all", + "type": "text" + }, + { + "bbox": [ + 243, + 268, + 256, + 277 + ], + "score": 0.88, + "content": "\\mathbf { w } _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 256, + 265, + 428, + 278 + ], + "score": 1.0, + "content": "derivatives of the MSE are equal to zero", + "type": "text" + }, + { + "bbox": [ + 428, + 266, + 490, + 277 + ], + "score": 0.91, + "content": "( \\partial ^ { \\bar { k } } \\mathrm { M S E } / \\partial ^ { k } \\mathbf { w } _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 491, + 265, + 506, + 278 + ], + "score": 1.0, + "content": ", to", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 276, + 506, + 290 + ], + "spans": [ + { + "bbox": [ + 105, + 276, + 147, + 290 + ], + "score": 1.0, + "content": "any order", + "type": "text" + }, + { + "bbox": [ + 147, + 277, + 154, + 287 + ], + "score": 0.71, + "content": "k", + "type": "inline_equation" + }, + { + "bbox": [ + 154, + 276, + 379, + 290 + ], + "score": 1.0, + "content": ") . Also, since we are at a differentiable local minimum,", + "type": "text" + }, + { + "bbox": [ + 379, + 277, + 445, + 289 + ], + "score": 0.9, + "content": "\\partial \\mathrm { M S E } / \\partial z _ { i } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 445, + 276, + 506, + 290 + ], + "score": 1.0, + "content": ". Thus, using a", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 288, + 434, + 301 + ], + "spans": [ + { + "bbox": [ + 105, + 288, + 234, + 301 + ], + "score": 1.0, + "content": "Taylor expansion, if we perturb", + "type": "text" + }, + { + "bbox": [ + 234, + 288, + 266, + 300 + ], + "score": 0.95, + "content": "\\left( \\mathbf { w } _ { i } , z _ { i } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 267, + 288, + 280, + 301 + ], + "score": 1.0, + "content": "by", + "type": "text" + }, + { + "bbox": [ + 281, + 288, + 312, + 300 + ], + "score": 0.89, + "content": "( \\hat { \\mathbf { w } } _ { i } , \\hat { z } _ { i } )", + "type": "inline_equation" + }, + { + "bbox": [ + 313, + 288, + 434, + 301 + ], + "score": 1.0, + "content": "then the MSE is perturbed by", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 13.5, + "bbox_fs": [ + 105, + 255, + 506, + 301 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 244, + 304, + 366, + 330 + ], + "lines": [ + { + "bbox": [ + 244, + 304, + 366, + 330 + ], + "spans": [ + { + "bbox": [ + 244, + 304, + 366, + 330 + ], + "score": 0.94, + "content": "\\hat { z } _ { i } \\hat { \\mathbf { w } } _ { i } ^ { \\top } \\frac { \\partial } { \\partial \\tilde { \\mathbf { w } } _ { i } } \\frac { \\partial } { \\partial z _ { i } } \\mathrm { M S E } + O ( \\hat { z } _ { i } ^ { 2 } )", + "type": "interline_equation", + "image_path": "73b6d9dc4e8bace7bb108ccc01fd884a9a40029b8f814c56447e2b1bb5026b32.jpg" + } + ] + } + ], + "index": 16, + "virtual_lines": [ + { + "bbox": [ + 244, + 304, + 366, + 330 + ], + "spans": [], + "index": 16 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 335, + 505, + 357 + ], + "lines": [ + { + "bbox": [ + 106, + 335, + 505, + 347 + ], + "spans": [ + { + "bbox": [ + 106, + 335, + 177, + 347 + ], + "score": 1.0, + "content": "Therefore, unless", + "type": "text" + }, + { + "bbox": [ + 177, + 335, + 274, + 347 + ], + "score": 0.87, + "content": "\\partial ^ { 2 } \\mathrm { M S E } / \\left( \\partial \\mathbf { w } _ { i } \\partial z _ { i } \\right) = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 274, + 335, + 334, + 347 + ], + "score": 1.0, + "content": "we can choose", + "type": "text" + }, + { + "bbox": [ + 335, + 336, + 347, + 346 + ], + "score": 0.89, + "content": "\\hat { \\mathbf { w } } _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 348, + 335, + 442, + 347 + ], + "score": 1.0, + "content": "and a sufficiently small", + "type": "text" + }, + { + "bbox": [ + 443, + 336, + 451, + 346 + ], + "score": 0.88, + "content": "\\hat { z } _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 452, + 335, + 505, + 347 + ], + "score": 1.0, + "content": "such that the", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 345, + 293, + 358 + ], + "spans": [ + { + "bbox": [ + 106, + 345, + 293, + 358 + ], + "score": 1.0, + "content": "MSE is decreased. Lastly, using the chain rule", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17.5, + "bbox_fs": [ + 106, + 335, + 505, + 358 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 200, + 361, + 410, + 389 + ], + "lines": [ + { + "bbox": [ + 200, + 361, + 410, + 389 + ], + "spans": [ + { + "bbox": [ + 200, + 361, + 410, + 389 + ], + "score": 0.91, + "content": "\\frac { \\partial } { \\partial z _ { i } } \\frac { \\partial } { \\partial \\mathbf { w } _ { i } } \\mathrm { M S E } = \\frac { \\partial } { \\partial z _ { i } } \\left[ z _ { i } \\frac { \\partial } { \\partial \\tilde { \\mathbf { w } } _ { i } } \\mathrm { M S E } \\right] = \\frac { \\partial } { \\partial \\tilde { \\mathbf { w } } _ { i } } \\mathrm { M S E } .", + "type": "interline_equation", + "image_path": "7d71967f3b5e10b684deb34f92ad19e3784bffb8435cfb91b4371b6167b7ec2d.jpg" + } + ] + } + ], + "index": 19.5, + "virtual_lines": [ + { + "bbox": [ + 200, + 361, + 410, + 375.0 + ], + "spans": [], + "index": 19 + }, + { + "bbox": [ + 200, + 375.0, + 410, + 389.0 + ], + "spans": [], + "index": 20 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 399, + 453, + 413 + ], + "lines": [ + { + "bbox": [ + 105, + 399, + 453, + 414 + ], + "spans": [ + { + "bbox": [ + 105, + 399, + 131, + 414 + ], + "score": 1.0, + "content": "Thus,", + "type": "text" + }, + { + "bbox": [ + 131, + 401, + 200, + 412 + ], + "score": 0.89, + "content": "\\partial \\mathrm { M S E } / \\partial \\tilde { \\bf w } _ { i } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 201, + 399, + 319, + 414 + ], + "score": 1.0, + "content": ". This implies that w˜ is also a", + "type": "text" + }, + { + "bbox": [ + 320, + 400, + 347, + 411 + ], + "score": 0.61, + "content": "\\mathrm { D L M } ^ { 5 }", + "type": "inline_equation" + }, + { + "bbox": [ + 347, + 399, + 453, + 414 + ], + "score": 1.0, + "content": "of eq. (7.2), which entails", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 21, + "bbox_fs": [ + 105, + 399, + 453, + 414 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 223, + 416, + 387, + 443 + ], + "lines": [ + { + "bbox": [ + 223, + 416, + 387, + 443 + ], + "spans": [ + { + "bbox": [ + 223, + 416, + 387, + 443 + ], + "score": 0.94, + "content": "0 = - \\frac { N } { 2 } \\frac { \\partial } { \\partial \\tilde { \\bf w } _ { i } } \\mathrm { M S E } = { \\bf G } \\left( { \\bf y } - { \\bf G } ^ { \\top } \\tilde { \\bf w } \\right) .", + "type": "interline_equation", + "image_path": "f5f4459e41a48b3ff6b81ddac936f4dfd80546b6aa1626a5ef534239ab7d74e9.jpg" + } + ] + } + ], + "index": 22.5, + "virtual_lines": [ + { + "bbox": [ + 223, + 416, + 387, + 429.5 + ], + "spans": [], + "index": 22 + }, + { + "bbox": [ + 223, + 429.5, + 387, + 443.0 + ], + "spans": [], + "index": 23 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 447, + 504, + 471 + ], + "lines": [ + { + "bbox": [ + 105, + 446, + 504, + 462 + ], + "spans": [ + { + "bbox": [ + 105, + 446, + 131, + 462 + ], + "score": 1.0, + "content": "Since", + "type": "text" + }, + { + "bbox": [ + 131, + 448, + 181, + 459 + ], + "score": 0.9, + "content": "\\mathbf { G } = \\mathbf { A } \\circ \\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 182, + 446, + 199, + 462 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 199, + 447, + 262, + 460 + ], + "score": 0.9, + "content": "\\mathbf { e } = \\mathbf { y } - \\mathbf { G } ^ { \\top } \\tilde { \\mathbf { w } }", + "type": "inline_equation" + }, + { + "bbox": [ + 262, + 446, + 457, + 462 + ], + "score": 1.0, + "content": "this proves eq. (7.1). Now, for any two solutions", + "type": "text" + }, + { + "bbox": [ + 458, + 449, + 471, + 459 + ], + "score": 0.9, + "content": "\\tilde { \\mathbf { w } } _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 472, + 446, + 489, + 462 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 490, + 449, + 504, + 459 + ], + "score": 0.87, + "content": "\\tilde { \\mathbf { w } } _ { 2 }", + "type": "inline_equation" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 459, + 192, + 472 + ], + "spans": [ + { + "bbox": [ + 105, + 459, + 192, + 472 + ], + "score": 1.0, + "content": "of eq. (7.3), we have", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24.5, + "bbox_fs": [ + 105, + 446, + 504, + 472 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 176, + 474, + 434, + 491 + ], + "lines": [ + { + "bbox": [ + 176, + 474, + 434, + 491 + ], + "spans": [ + { + "bbox": [ + 176, + 474, + 434, + 491 + ], + "score": 0.92, + "content": "0 = \\mathbf { G } \\left( \\mathbf { y } - \\mathbf { G } ^ { \\top } \\tilde { \\mathbf { w } } _ { 1 } \\right) - \\mathbf { G } \\left( \\mathbf { y } - \\mathbf { G } ^ { \\top } \\tilde { \\mathbf { w } } _ { 1 } \\right) = \\mathbf { G } \\mathbf { G } ^ { \\top } \\left( \\tilde { \\mathbf { w } } _ { 2 } - \\tilde { \\mathbf { w } } _ { 1 } \\right) .", + "type": "interline_equation", + "image_path": "bc2aed7f2e7d864aae15f079bebe04835bc820a833fedd0f842f036cf2500a89.jpg" + } + ] + } + ], + "index": 26, + "virtual_lines": [ + { + "bbox": [ + 176, + 474, + 434, + 491 + ], + "spans": [], + "index": 26 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 496, + 315, + 510 + ], + "lines": [ + { + "bbox": [ + 105, + 495, + 316, + 512 + ], + "spans": [ + { + "bbox": [ + 105, + 495, + 169, + 512 + ], + "score": 1.0, + "content": "Multiplying by", + "type": "text" + }, + { + "bbox": [ + 170, + 496, + 221, + 510 + ], + "score": 0.93, + "content": "\\big ( \\tilde { \\mathbf { w } } _ { 2 } - \\tilde { \\mathbf { w } } _ { 1 } \\big ) ^ { \\top }", + "type": "inline_equation" + }, + { + "bbox": [ + 222, + 495, + 316, + 512 + ], + "score": 1.0, + "content": "from the left we obtain", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 27, + "bbox_fs": [ + 105, + 495, + 316, + 512 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 205, + 514, + 406, + 533 + ], + "lines": [ + { + "bbox": [ + 205, + 514, + 406, + 533 + ], + "spans": [ + { + "bbox": [ + 205, + 514, + 406, + 533 + ], + "score": 0.91, + "content": "\\left\\| \\mathbf { G } ^ { \\top } \\left( \\tilde { \\mathbf { w } } _ { 2 } - \\tilde { \\mathbf { w } } _ { 1 } \\right) \\right\\| ^ { 2 } = 0 \\Rightarrow \\mathbf { G } ^ { \\top } \\left( \\tilde { \\mathbf { w } } _ { 2 } - \\tilde { \\mathbf { w } } _ { 1 } \\right) = 0 .", + "type": "interline_equation", + "image_path": "2911e0b23e361adb36317d03e00496ae34fd047df2e7089b09dd5ad53e75c87a.jpg" + } + ] + } + ], + "index": 28, + "virtual_lines": [ + { + "bbox": [ + 205, + 514, + 406, + 533 + ], + "spans": [], + "index": 28 + } + ] + }, + { + "type": "text", + "bbox": [ + 104, + 536, + 455, + 549 + ], + "lines": [ + { + "bbox": [ + 105, + 536, + 456, + 550 + ], + "spans": [ + { + "bbox": [ + 105, + 536, + 306, + 550 + ], + "score": 1.0, + "content": "Therefore, the MNN output and the residual error", + "type": "text" + }, + { + "bbox": [ + 306, + 540, + 313, + 547 + ], + "score": 0.5, + "content": "\\mathbf { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 313, + 536, + 418, + 550 + ], + "score": 1.0, + "content": "are equal for all DLMs in", + "type": "text" + }, + { + "bbox": [ + 418, + 537, + 452, + 549 + ], + "score": 0.88, + "content": "{ \\mathcal { D } } _ { \\mathbf { A } } \\left( \\mathbf { X } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 452, + 536, + 456, + 550 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 29, + "bbox_fs": [ + 105, + 536, + 456, + 550 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 564, + 496, + 591 + ], + "lines": [ + { + "bbox": [ + 106, + 564, + 495, + 578 + ], + "spans": [ + { + "bbox": [ + 106, + 565, + 117, + 577 + ], + "score": 1.0, + "content": "8", + "type": "text" + }, + { + "bbox": [ + 119, + 564, + 495, + 578 + ], + "score": 1.0, + "content": "SUB-OPTIMAL DIFFERENTIABLE LOCAL MINIMA: PROOF OF THEOREM 6", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 124, + 579, + 234, + 591 + ], + "spans": [ + { + "bbox": [ + 124, + 579, + 234, + 591 + ], + "score": 1.0, + "content": "AND ITS COROLLARY", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 30.5 + }, + { + "type": "text", + "bbox": [ + 106, + 603, + 504, + 626 + ], + "lines": [ + { + "bbox": [ + 106, + 603, + 505, + 616 + ], + "spans": [ + { + "bbox": [ + 106, + 603, + 505, + 616 + ], + "score": 1.0, + "content": "Theorem 13. (Theorem 6 restated) Given assumptions 1-4, the expected angular volume of sub-", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 614, + 392, + 627 + ], + "spans": [ + { + "bbox": [ + 106, + 614, + 189, + 627 + ], + "score": 1.0, + "content": "optimal DLMs, with", + "type": "text" + }, + { + "bbox": [ + 190, + 615, + 249, + 625 + ], + "score": 0.86, + "content": "\\mathrm { M C E } > \\epsilon > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 249, + 614, + 369, + 627 + ], + "score": 1.0, + "content": ", is exponentially vanishing in", + "type": "text" + }, + { + "bbox": [ + 369, + 615, + 380, + 624 + ], + "score": 0.77, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 380, + 614, + 392, + 627 + ], + "score": 1.0, + "content": "as", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32.5, + "bbox_fs": [ + 106, + 603, + 505, + 627 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 200, + 630, + 409, + 651 + ], + "lines": [ + { + "bbox": [ + 200, + 630, + 409, + 651 + ], + "spans": [ + { + "bbox": [ + 200, + 630, + 409, + 651 + ], + "score": 0.88, + "content": "\\begin{array} { r } { \\mathbb { E } _ { \\mathbf { X } \\sim \\mathcal { N } } \\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) \\dot { \\leq } \\exp \\left( - \\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\right) , } \\end{array}", + "type": "interline_equation", + "image_path": "c6a8ccb7d4fbd7a26598b9b10ca2720f2827e2e52de76f4a69940c947a3a78c8.jpg" + } + ] + } + ], + "index": 34, + "virtual_lines": [ + { + "bbox": [ + 200, + 630, + 409, + 651 + ], + "spans": [], + "index": 34 + } + ] + }, + { + "type": "interline_equation", + "bbox": [ + 129, + 655, + 483, + 672 + ], + "lines": [], + "index": 35, + "virtual_lines": [ + { + "bbox": [ + 129, + 655, + 483, + 672 + ], + "spans": [], + "index": 35 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 679, + 505, + 714 + ], + "lines": [ + { + "bbox": [ + 105, + 679, + 506, + 693 + ], + "spans": [ + { + "bbox": [ + 105, + 679, + 358, + 693 + ], + "score": 1.0, + "content": "To prove this theorem we upper bound the angular volume of", + "type": "text" + }, + { + "bbox": [ + 359, + 680, + 370, + 691 + ], + "score": 0.88, + "content": "\\mathcal { L } _ { \\epsilon }", + "type": "inline_equation" + }, + { + "bbox": [ + 371, + 679, + 506, + 693 + ], + "score": 1.0, + "content": "(definition 4), i.e., differentiable", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 690, + 506, + 704 + ], + "spans": [ + { + "bbox": [ + 105, + 690, + 273, + 704 + ], + "score": 1.0, + "content": "regions in which there exist DLMs with", + "type": "text" + }, + { + "bbox": [ + 273, + 691, + 336, + 701 + ], + "score": 0.89, + "content": "\\mathrm { M C E } > \\epsilon > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 336, + 690, + 506, + 704 + ], + "score": 1.0, + "content": ". Our proof uses the first order necessary", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 702, + 505, + 714 + ], + "spans": [ + { + "bbox": [ + 106, + 702, + 259, + 714 + ], + "score": 1.0, + "content": "condition for DLMs from Lemma 2,", + "type": "text" + }, + { + "bbox": [ + 259, + 702, + 321, + 714 + ], + "score": 0.9, + "content": "\\left( \\mathbf { A } \\circ \\mathbf { X } \\right) \\mathbf { e } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 321, + 702, + 454, + 714 + ], + "score": 1.0, + "content": ", to find which configurations of", + "type": "text" + }, + { + "bbox": [ + 455, + 702, + 464, + 712 + ], + "score": 0.42, + "content": "\\mathbf { A }", + "type": "inline_equation" + }, + { + "bbox": [ + 465, + 702, + 505, + 714 + ], + "score": 1.0, + "content": "allow for", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 82, + 506, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 221, + 95 + ], + "score": 1.0, + "content": "a high residual error e with", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 221, + 83, + 284, + 93 + ], + "score": 0.89, + "content": "\\mathrm { M C E } > \\epsilon > 0", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 284, + 82, + 385, + 95 + ], + "score": 1.0, + "content": ". In these configurations", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 385, + 83, + 414, + 93 + ], + "score": 0.83, + "content": "\\mathbf { A } \\circ \\mathbf { X }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 414, + 82, + 506, + 95 + ], + "score": 1.0, + "content": "cannot have full rank,", + "type": "text", + "cross_page": true + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 506, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 304, + 106 + ], + "score": 1.0, + "content": "and therefore, as we show (Lemma 14 below),", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 304, + 93, + 365, + 106 + ], + "score": 0.88, + "content": "\\mathbf { A } = a \\left( \\mathbf { W } \\mathbf { X } \\right)", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 365, + 93, + 506, + 106 + ], + "score": 1.0, + "content": "must have a low rank. However,", + "type": "text", + "cross_page": true + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 104, + 504, + 117 + ], + "spans": [ + { + "bbox": [ + 106, + 104, + 168, + 116 + ], + "score": 0.82, + "content": "\\mathbf { A } = a \\left( \\mathbf { W } \\mathbf { X } \\right)", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 168, + 104, + 407, + 117 + ], + "score": 1.0, + "content": "has a low rank with exponentially low probability when", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 407, + 105, + 443, + 114 + ], + "score": 0.89, + "content": "\\mathbf x \\sim \\mathcal N", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 444, + 104, + 464, + 117 + ], + "score": 1.0, + "content": "and", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 464, + 104, + 504, + 115 + ], + "score": 0.87, + "content": "\\mathbf { W } \\sim { \\mathcal { N } }", + "type": "inline_equation", + "cross_page": true + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 115, + 452, + 128 + ], + "spans": [ + { + "bbox": [ + 105, + 115, + 364, + 128 + ], + "score": 1.0, + "content": "(Lemmas 15 and 16 below). Thus, we derive an upper bound on", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 364, + 115, + 448, + 127 + ], + "score": 0.91, + "content": "\\mathbb { E } _ { \\mathbf { X } \\sim \\mathcal { N } } \\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right)", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 448, + 115, + 452, + 128 + ], + "score": 1.0, + "content": ".", + "type": "text", + "cross_page": true + } + ], + "index": 3 + } + ], + "index": 37, + "bbox_fs": [ + 105, + 679, + 506, + 714 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 81, + 506, + 127 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 506, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 221, + 95 + ], + "score": 1.0, + "content": "a high residual error e with", + "type": "text" + }, + { + "bbox": [ + 221, + 83, + 284, + 93 + ], + "score": 0.89, + "content": "\\mathrm { M C E } > \\epsilon > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 284, + 82, + 385, + 95 + ], + "score": 1.0, + "content": ". In these configurations", + "type": "text" + }, + { + "bbox": [ + 385, + 83, + 414, + 93 + ], + "score": 0.83, + "content": "\\mathbf { A } \\circ \\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 414, + 82, + 506, + 95 + ], + "score": 1.0, + "content": "cannot have full rank,", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 506, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 304, + 106 + ], + "score": 1.0, + "content": "and therefore, as we show (Lemma 14 below),", + "type": "text" + }, + { + "bbox": [ + 304, + 93, + 365, + 106 + ], + "score": 0.88, + "content": "\\mathbf { A } = a \\left( \\mathbf { W } \\mathbf { X } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 365, + 93, + 506, + 106 + ], + "score": 1.0, + "content": "must have a low rank. However,", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 104, + 504, + 117 + ], + "spans": [ + { + "bbox": [ + 106, + 104, + 168, + 116 + ], + "score": 0.82, + "content": "\\mathbf { A } = a \\left( \\mathbf { W } \\mathbf { X } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 168, + 104, + 407, + 117 + ], + "score": 1.0, + "content": "has a low rank with exponentially low probability when", + "type": "text" + }, + { + "bbox": [ + 407, + 105, + 443, + 114 + ], + "score": 0.89, + "content": "\\mathbf x \\sim \\mathcal N", + "type": "inline_equation" + }, + { + "bbox": [ + 444, + 104, + 464, + 117 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 464, + 104, + 504, + 115 + ], + "score": 0.87, + "content": "\\mathbf { W } \\sim { \\mathcal { N } }", + "type": "inline_equation" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 115, + 452, + 128 + ], + "spans": [ + { + "bbox": [ + 105, + 115, + 364, + 128 + ], + "score": 1.0, + "content": "(Lemmas 15 and 16 below). Thus, we derive an upper bound on", + "type": "text" + }, + { + "bbox": [ + 364, + 115, + 448, + 127 + ], + "score": 0.91, + "content": "\\mathbb { E } _ { \\mathbf { X } \\sim \\mathcal { N } } \\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 448, + 115, + 452, + 128 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 1.5 + }, + { + "type": "text", + "bbox": [ + 106, + 133, + 506, + 180 + ], + "lines": [ + { + "bbox": [ + 104, + 131, + 505, + 147 + ], + "spans": [ + { + "bbox": [ + 104, + 131, + 286, + 147 + ], + "score": 1.0, + "content": "Before we begin, let us recall some notation:", + "type": "text" + }, + { + "bbox": [ + 286, + 133, + 397, + 146 + ], + "score": 0.88, + "content": "[ L ] \\triangleq \\{ 1 , 2 , \\dots , L \\} , \\mathbf { M } > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 398, + 131, + 447, + 147 + ], + "score": 1.0, + "content": "implies that", + "type": "text" + }, + { + "bbox": [ + 448, + 134, + 505, + 146 + ], + "score": 0.88, + "content": "\\forall i , j : M _ { i j } >", + "type": "inline_equation" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 144, + 506, + 158 + ], + "spans": [ + { + "bbox": [ + 105, + 144, + 115, + 158 + ], + "score": 1.0, + "content": "0,", + "type": "text" + }, + { + "bbox": [ + 116, + 145, + 134, + 156 + ], + "score": 0.75, + "content": "\\mathbf { M } _ { S }", + "type": "inline_equation" + }, + { + "bbox": [ + 135, + 144, + 403, + 158 + ], + "score": 1.0, + "content": "is the matrix composed of the columns of M that are in the index set", + "type": "text" + }, + { + "bbox": [ + 403, + 145, + 411, + 155 + ], + "score": 0.7, + "content": "S", + "type": "inline_equation" + }, + { + "bbox": [ + 411, + 144, + 414, + 158 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 415, + 145, + 436, + 157 + ], + "score": 0.89, + "content": "\\left\\| \\mathbf { v } \\right\\| _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 436, + 144, + 461, + 158 + ], + "score": 1.0, + "content": "as the", + "type": "text" + }, + { + "bbox": [ + 461, + 146, + 474, + 156 + ], + "score": 0.88, + "content": "L _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 474, + 144, + 506, + 158 + ], + "score": 1.0, + "content": "“norm”", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 155, + 505, + 168 + ], + "spans": [ + { + "bbox": [ + 105, + 155, + 289, + 168 + ], + "score": 1.0, + "content": "that counts the number of non-zero values in", + "type": "text" + }, + { + "bbox": [ + 289, + 158, + 297, + 166 + ], + "score": 0.46, + "content": "\\mathbf { v }", + "type": "inline_equation" + }, + { + "bbox": [ + 297, + 155, + 408, + 168 + ], + "score": 1.0, + "content": ". First we consider the case", + "type": "text" + }, + { + "bbox": [ + 408, + 157, + 433, + 168 + ], + "score": 0.9, + "content": "\\rho \\neq 0", + "type": "inline_equation" + }, + { + "bbox": [ + 433, + 155, + 505, + 168 + ], + "score": 1.0, + "content": ". Also, we denote", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 107, + 166, + 199, + 181 + ], + "spans": [ + { + "bbox": [ + 107, + 167, + 194, + 180 + ], + "score": 0.89, + "content": "K _ { r } \\triangleq \\operatorname* { m a x } \\left[ N \\epsilon , r d _ { 0 } \\right]", + "type": "inline_equation" + }, + { + "bbox": [ + 194, + 166, + 199, + 181 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 5.5 + }, + { + "type": "text", + "bbox": [ + 107, + 184, + 239, + 196 + ], + "lines": [ + { + "bbox": [ + 105, + 183, + 240, + 198 + ], + "spans": [ + { + "bbox": [ + 105, + 183, + 212, + 198 + ], + "score": 1.0, + "content": "First we consider the case", + "type": "text" + }, + { + "bbox": [ + 212, + 185, + 236, + 196 + ], + "score": 0.93, + "content": "\\rho \\neq 0", + "type": "inline_equation" + }, + { + "bbox": [ + 237, + 183, + 240, + 198 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 8 + }, + { + "type": "text", + "bbox": [ + 107, + 201, + 269, + 214 + ], + "lines": [ + { + "bbox": [ + 106, + 200, + 269, + 215 + ], + "spans": [ + { + "bbox": [ + 106, + 200, + 269, + 215 + ], + "score": 1.0, + "content": "From definition 3 of the angular volume", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 9 + }, + { + "type": "interline_equation", + "bbox": [ + 111, + 227, + 514, + 411 + ], + "lines": [ + { + "bbox": [ + 111, + 227, + 514, + 411 + ], + "spans": [ + { + "bbox": [ + 111, + 227, + 514, + 411 + ], + "score": 0.91, + "content": "\\begin{array} { r l } { \\mathfrak { r } _ { \\mathbf { x } \\times \\mathcal { N } } \\mathcal { V } ( \\mathcal { L } , ( \\mathbf { X } , \\mathbf { y } ) ) = \\mathfrak { h } _ { ( \\mathbf { x } , \\mathbf { y } ) \\sim \\mathcal { N } _ { \\mathbf { x } \\times \\mathbf { y } } } \\times \\mathbf { w } \\times ( \\mathbf { \\overline { { B } } } \\otimes \\mathcal { L } , ( \\mathbf { x } , \\mathbf { x } , \\mathbf { y } ) ) } & { } \\\\ { \\overset { ( 1 ) } { \\leq } \\mathbf { R } _ { ( \\mathbf { x } , \\mathbf { y } ) \\sim \\mathcal { D } _ { \\mathbf { x } \\times \\mathbf { y } } } \\times \\mathbf { w } \\times \\times ( \\mathbf { a } \\in \\{ \\rho _ { 1 } \\} ) ^ { d _ { 1 } \\times \\mathbb { N } } , \\ \\mathbf { W } \\in \\mathcal { D } _ { \\mathbf { A } } ( \\mathbf { X } ) , \\mathbf { v } \\in \\mathbb { R } ^ { N } \\ ; \\ ( \\mathbf { A } \\circ \\mathbf { X } ) \\times \\mathbf { v } \\times \\mathbf { w } } & { } \\\\ { \\overset { ( 2 ) } { \\leq } \\mathbf { R } _ { \\mathbf { x } \\times \\mathcal { N } , \\mathbf { w } \\times \\mathbf { N } } \\times ( \\mathbf { A } \\in \\{ \\rho _ { 1 } \\} ) ^ { d _ { 1 } \\times \\mathbb { N } } , \\ \\mathbf { W } \\in \\mathcal { D } _ { \\mathbf { A } } ( \\mathbf { X } ) , \\mathbf { v } \\in \\mathbb { R } ^ { N } \\ ; \\ ( \\mathbf { A } \\circ \\mathbf { X } ) \\times \\mathbf { v } = 0 , } & { } \\\\ { \\overset { ( 4 ) } { \\leq } \\mathbf { R } _ { \\mathbf { x } \\times \\mathcal { N } , \\mathbf { w } \\times \\mathbf { N } } ( \\mathbf { S } \\subset [ \\mathbf { N } ] \\ \\cdot \\{ | \\mathbf { S } | \\ \\ \\geq \\operatorname* { m a x } [ N _ { c , \\mathrm { t r a l i k } } ( \\alpha ( \\langle \\mathbf { W } \\mathbf { X } ) ) d _ { 0 } + 1 ] \\} } & { } \\\\ - \\mathbf { B } _ { \\mathbf { x } \\times \\mathbf { y } } [ \\mathbb { W } _ { \\mathbf { w } \\times \\mathbf { x } } ( \\mathcal { S } \\subset [ \\mathbf { N } ] \\ \\cdot \\{ | \\mathbf { S } | \\ \\geq \\operatorname* { m a x } [ \\mathcal { N } _ { c , \\mathrm { r a l i k } } ( \\alpha ( \\mathbf { W } \\mathbf { X } ) ) d _ \\end{array}", + "type": "interline_equation", + "image_path": "a5512ce672566576d61aae699006856a63d849992703e5b9a63acd0ed1a077bd.jpg" + } + ] + } + ], + "index": 11, + "virtual_lines": [ + { + "bbox": [ + 111, + 227, + 514, + 288.3333333333333 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 111, + 288.3333333333333, + 514, + 349.66666666666663 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 111, + 349.66666666666663, + 514, + 410.99999999999994 + ], + "spans": [], + "index": 12 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 424, + 132, + 435 + ], + "lines": [ + { + "bbox": [ + 105, + 422, + 134, + 436 + ], + "spans": [ + { + "bbox": [ + 105, + 422, + 134, + 436 + ], + "score": 1.0, + "content": "where", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 13 + }, + { + "type": "text", + "bbox": [ + 130, + 449, + 505, + 484 + ], + "lines": [ + { + "bbox": [ + 128, + 448, + 506, + 462 + ], + "spans": [ + { + "bbox": [ + 128, + 448, + 230, + 462 + ], + "score": 1.0, + "content": "1. If we are at DLM a in", + "type": "text" + }, + { + "bbox": [ + 230, + 450, + 264, + 461 + ], + "score": 0.85, + "content": "\\mathcal { D } _ { \\mathbf { A } } \\left( \\mathbf { X } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 264, + 448, + 359, + 462 + ], + "score": 1.0, + "content": ", then Lemma 2 implies", + "type": "text" + }, + { + "bbox": [ + 360, + 450, + 420, + 461 + ], + "score": 0.91, + "content": "\\left( \\mathbf { A } \\circ \\mathbf { X } \\right) \\mathbf { e } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 420, + 448, + 456, + 462 + ], + "score": 1.0, + "content": ". Also, if", + "type": "text" + }, + { + "bbox": [ + 456, + 448, + 492, + 460 + ], + "score": 0.91, + "content": "e ^ { ( n ) } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 492, + 448, + 506, + 462 + ], + "score": 1.0, + "content": "on", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 141, + 460, + 505, + 474 + ], + "spans": [ + { + "bbox": [ + 141, + 460, + 402, + 474 + ], + "score": 1.0, + "content": "some sample, we necessarily classify it correctly, and therefore", + "type": "text" + }, + { + "bbox": [ + 403, + 461, + 475, + 473 + ], + "score": 0.91, + "content": "\\mathrm { M C E } \\leq \\| \\mathbf { e } \\| _ { 0 } / N", + "type": "inline_equation" + }, + { + "bbox": [ + 476, + 460, + 505, + 474 + ], + "score": 1.0, + "content": ". Since", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 142, + 470, + 482, + 486 + ], + "spans": [ + { + "bbox": [ + 142, + 472, + 185, + 482 + ], + "score": 0.82, + "content": "\\mathrm { M C E } > \\epsilon", + "type": "inline_equation" + }, + { + "bbox": [ + 185, + 470, + 195, + 486 + ], + "score": 1.0, + "content": "in", + "type": "text" + }, + { + "bbox": [ + 195, + 472, + 208, + 483 + ], + "score": 0.89, + "content": "\\mathcal { L } _ { \\epsilon }", + "type": "inline_equation" + }, + { + "bbox": [ + 208, + 470, + 275, + 486 + ], + "score": 1.0, + "content": "this implies that", + "type": "text" + }, + { + "bbox": [ + 275, + 471, + 322, + 484 + ], + "score": 0.92, + "content": "N \\bar { \\epsilon } < \\| \\mathbf { e } \\| _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 323, + 470, + 452, + 486 + ], + "score": 1.0, + "content": ". Thus, this inequality holds for", + "type": "text" + }, + { + "bbox": [ + 452, + 474, + 478, + 482 + ], + "score": 0.87, + "content": "{ \\bf v } = { \\bf e }", + "type": "inline_equation" + }, + { + "bbox": [ + 478, + 470, + 482, + 486 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 15 + }, + { + "type": "text", + "bbox": [ + 130, + 496, + 294, + 509 + ], + "lines": [ + { + "bbox": [ + 128, + 496, + 294, + 510 + ], + "spans": [ + { + "bbox": [ + 128, + 496, + 258, + 510 + ], + "score": 1.0, + "content": "2. We apply assumption 1, that", + "type": "text" + }, + { + "bbox": [ + 258, + 497, + 290, + 507 + ], + "score": 0.87, + "content": "\\mathbf { X } \\sim { \\mathcal { N } }", + "type": "inline_equation" + }, + { + "bbox": [ + 291, + 496, + 294, + 510 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17 + }, + { + "type": "text", + "bbox": [ + 130, + 522, + 505, + 546 + ], + "lines": [ + { + "bbox": [ + 128, + 520, + 507, + 537 + ], + "spans": [ + { + "bbox": [ + 128, + 520, + 235, + 537 + ], + "score": 1.0, + "content": "3. Assumption 4 implies", + "type": "text" + }, + { + "bbox": [ + 235, + 522, + 325, + 534 + ], + "score": 0.92, + "content": "d _ { 0 } d _ { 1 } { \\dot { > } } N \\log ^ { 4 } N \\geq N", + "type": "inline_equation" + }, + { + "bbox": [ + 326, + 520, + 507, + 537 + ], + "score": 1.0, + "content": ". Thus, we can apply the following Lemma,", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 141, + 534, + 275, + 546 + ], + "spans": [ + { + "bbox": [ + 141, + 534, + 275, + 546 + ], + "score": 1.0, + "content": "proven in appendix section 12.1:", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 18.5 + }, + { + "type": "text", + "bbox": [ + 141, + 553, + 505, + 579 + ], + "lines": [ + { + "bbox": [ + 139, + 553, + 508, + 569 + ], + "spans": [ + { + "bbox": [ + 139, + 553, + 210, + 569 + ], + "score": 1.0, + "content": "Lemma 14. Let", + "type": "text" + }, + { + "bbox": [ + 210, + 555, + 261, + 566 + ], + "score": 0.87, + "content": "\\mathbf { X } \\in \\mathbb { R } ^ { d _ { 0 } \\times N }", + "type": "inline_equation" + }, + { + "bbox": [ + 261, + 553, + 264, + 569 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 265, + 553, + 333, + 568 + ], + "score": 0.87, + "content": "\\mathbf { A } \\in \\{ \\rho , 1 \\} ^ { d _ { 1 } \\times N }", + "type": "inline_equation" + }, + { + "bbox": [ + 333, + 553, + 336, + 569 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 337, + 554, + 372, + 568 + ], + "score": 0.82, + "content": "S \\subset [ N ]", + "type": "inline_equation" + }, + { + "bbox": [ + 373, + 553, + 391, + 569 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 391, + 556, + 434, + 567 + ], + "score": 0.9, + "content": "d _ { 0 } d _ { 1 } \\geq N", + "type": "inline_equation" + }, + { + "bbox": [ + 434, + 553, + 508, + 569 + ], + "score": 1.0, + "content": ". Then, simultane-", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 141, + 567, + 316, + 579 + ], + "spans": [ + { + "bbox": [ + 141, + 567, + 268, + 579 + ], + "score": 1.0, + "content": "ously for every possible A and", + "type": "text" + }, + { + "bbox": [ + 268, + 568, + 276, + 577 + ], + "score": 0.8, + "content": "S", + "type": "inline_equation" + }, + { + "bbox": [ + 276, + 567, + 316, + 579 + ], + "score": 1.0, + "content": "such that", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 20.5 + }, + { + "type": "interline_equation", + "bbox": [ + 279, + 594, + 366, + 608 + ], + "lines": [ + { + "bbox": [ + 279, + 594, + 366, + 608 + ], + "spans": [ + { + "bbox": [ + 279, + 594, + 366, + 608 + ], + "score": 0.83, + "content": "\\left. S \\right. \\leq \\mathrm { r a n k } \\left( { \\bf A } _ { S } \\right) d _ { 0 } ,", + "type": "interline_equation", + "image_path": "9b6ba8097ff70acf75b1e4aad86305a5e9c2b30cee691a85f1618c8d704fe10d.jpg" + } + ] + } + ], + "index": 22, + "virtual_lines": [ + { + "bbox": [ + 279, + 594, + 366, + 608 + ], + "spans": [], + "index": 22 + } + ] + }, + { + "type": "text", + "bbox": [ + 141, + 621, + 457, + 635 + ], + "lines": [ + { + "bbox": [ + 141, + 620, + 459, + 637 + ], + "spans": [ + { + "bbox": [ + 141, + 620, + 198, + 637 + ], + "score": 1.0, + "content": "we have that,", + "type": "text" + }, + { + "bbox": [ + 198, + 623, + 208, + 633 + ], + "score": 0.29, + "content": "\\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 208, + 620, + 229, + 637 + ], + "score": 1.0, + "content": "-a.e.,", + "type": "text" + }, + { + "bbox": [ + 229, + 622, + 268, + 634 + ], + "score": 0.91, + "content": "\\mathbf { \\Delta } \\nexists \\mathbf { v } \\in \\mathbb { R } ^ { N }", + "type": "inline_equation" + }, + { + "bbox": [ + 269, + 620, + 309, + 637 + ], + "score": 1.0, + "content": "such that", + "type": "text" + }, + { + "bbox": [ + 309, + 623, + 371, + 635 + ], + "score": 0.91, + "content": "v _ { n } \\neq 0 \\forall n \\in S", + "type": "inline_equation" + }, + { + "bbox": [ + 372, + 620, + 390, + 637 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 391, + 623, + 453, + 635 + ], + "score": 0.89, + "content": "( \\mathbf { A } \\circ \\mathbf { X } ) \\mathbf { v } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 453, + 620, + 459, + 637 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 23 + }, + { + "type": "text", + "bbox": [ + 130, + 650, + 505, + 707 + ], + "lines": [ + { + "bbox": [ + 128, + 651, + 502, + 664 + ], + "spans": [ + { + "bbox": [ + 128, + 651, + 189, + 664 + ], + "score": 1.0, + "content": "4. Recall that", + "type": "text" + }, + { + "bbox": [ + 189, + 651, + 275, + 663 + ], + "score": 0.91, + "content": "K _ { r } \\triangleq \\operatorname* { m a x } \\left[ N \\epsilon , r d _ { 0 } \\right]", + "type": "inline_equation" + }, + { + "bbox": [ + 276, + 651, + 477, + 664 + ], + "score": 1.0, + "content": ". We use the union bound over all possible ranks", + "type": "text" + }, + { + "bbox": [ + 477, + 652, + 502, + 663 + ], + "score": 0.9, + "content": "r \\geq 1", + "type": "inline_equation" + } + ], + "index": 24 + }, + { + "bbox": [ + 141, + 663, + 506, + 676 + ], + "spans": [ + { + "bbox": [ + 141, + 663, + 202, + 676 + ], + "score": 1.0, + "content": "we ignore the", + "type": "text" + }, + { + "bbox": [ + 202, + 664, + 230, + 673 + ], + "score": 0.88, + "content": "r = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 230, + 663, + 291, + 676 + ], + "score": 1.0, + "content": "case since for", + "type": "text" + }, + { + "bbox": [ + 292, + 663, + 320, + 675 + ], + "score": 0.9, + "content": "\\rho \\neq 0", + "type": "inline_equation" + }, + { + "bbox": [ + 320, + 663, + 506, + 676 + ], + "score": 1.0, + "content": "(see eq. (2.1)) there is zero probability that", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 141, + 673, + 506, + 686 + ], + "spans": [ + { + "bbox": [ + 141, + 673, + 164, + 686 + ], + "score": 1.0, + "content": "rank", + "type": "text" + }, + { + "bbox": [ + 165, + 673, + 235, + 685 + ], + "score": 0.87, + "content": "( a ( \\mathbf { W } \\mathbf { X } _ { S } ) ) = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 235, + 673, + 324, + 686 + ], + "score": 1.0, + "content": "for some non-empty", + "type": "text" + }, + { + "bbox": [ + 324, + 674, + 332, + 684 + ], + "score": 0.82, + "content": "S", + "type": "inline_equation" + }, + { + "bbox": [ + 332, + 673, + 399, + 686 + ], + "score": 1.0, + "content": ". For each rank", + "type": "text" + }, + { + "bbox": [ + 399, + 674, + 426, + 685 + ], + "score": 0.9, + "content": "r \\geq 1", + "type": "inline_equation" + }, + { + "bbox": [ + 426, + 673, + 506, + 686 + ], + "score": 1.0, + "content": ", it is required that", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 143, + 684, + 506, + 697 + ], + "spans": [ + { + "bbox": [ + 143, + 685, + 253, + 696 + ], + "score": 0.89, + "content": "| S | > K _ { r } = \\operatorname* { m a x } \\left[ N \\epsilon , r d _ { 0 } \\right]", + "type": "inline_equation" + }, + { + "bbox": [ + 253, + 684, + 268, + 697 + ], + "score": 1.0, + "content": ", so", + "type": "text" + }, + { + "bbox": [ + 268, + 685, + 307, + 696 + ], + "score": 0.93, + "content": "| S | = K _ { r }", + "type": "inline_equation" + }, + { + "bbox": [ + 308, + 684, + 506, + 697 + ], + "score": 1.0, + "content": "is a relaxation of the original condition, and thus", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 141, + 695, + 251, + 707 + ], + "spans": [ + { + "bbox": [ + 141, + 695, + 251, + 707 + ], + "score": 1.0, + "content": "its probability is not lower.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 26 + }, + { + "type": "text", + "bbox": [ + 128, + 720, + 419, + 732 + ], + "lines": [ + { + "bbox": [ + 129, + 719, + 419, + 734 + ], + "spans": [ + { + "bbox": [ + 129, + 719, + 363, + 734 + ], + "score": 1.0, + "content": "5. We again use the union bound over all possible subsets", + "type": "text" + }, + { + "bbox": [ + 364, + 721, + 372, + 730 + ], + "score": 0.83, + "content": "S", + "type": "inline_equation" + }, + { + "bbox": [ + 372, + 719, + 402, + 734 + ], + "score": 1.0, + "content": "of size", + "type": "text" + }, + { + "bbox": [ + 402, + 721, + 416, + 732 + ], + "score": 0.88, + "content": "K _ { r }", + "type": "inline_equation" + }, + { + "bbox": [ + 416, + 719, + 419, + 734 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 29 + } + ], + "page_idx": 12, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 26, + 308, + 38 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 309, + 39 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 309, + 39 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 310, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 14, + "width": 13 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 81, + 506, + 127 + ], + "lines": [], + "index": 1.5, + "bbox_fs": [ + 105, + 82, + 506, + 128 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 106, + 133, + 506, + 180 + ], + "lines": [ + { + "bbox": [ + 104, + 131, + 505, + 147 + ], + "spans": [ + { + "bbox": [ + 104, + 131, + 286, + 147 + ], + "score": 1.0, + "content": "Before we begin, let us recall some notation:", + "type": "text" + }, + { + "bbox": [ + 286, + 133, + 397, + 146 + ], + "score": 0.88, + "content": "[ L ] \\triangleq \\{ 1 , 2 , \\dots , L \\} , \\mathbf { M } > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 398, + 131, + 447, + 147 + ], + "score": 1.0, + "content": "implies that", + "type": "text" + }, + { + "bbox": [ + 448, + 134, + 505, + 146 + ], + "score": 0.88, + "content": "\\forall i , j : M _ { i j } >", + "type": "inline_equation" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 144, + 506, + 158 + ], + "spans": [ + { + "bbox": [ + 105, + 144, + 115, + 158 + ], + "score": 1.0, + "content": "0,", + "type": "text" + }, + { + "bbox": [ + 116, + 145, + 134, + 156 + ], + "score": 0.75, + "content": "\\mathbf { M } _ { S }", + "type": "inline_equation" + }, + { + "bbox": [ + 135, + 144, + 403, + 158 + ], + "score": 1.0, + "content": "is the matrix composed of the columns of M that are in the index set", + "type": "text" + }, + { + "bbox": [ + 403, + 145, + 411, + 155 + ], + "score": 0.7, + "content": "S", + "type": "inline_equation" + }, + { + "bbox": [ + 411, + 144, + 414, + 158 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 415, + 145, + 436, + 157 + ], + "score": 0.89, + "content": "\\left\\| \\mathbf { v } \\right\\| _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 436, + 144, + 461, + 158 + ], + "score": 1.0, + "content": "as the", + "type": "text" + }, + { + "bbox": [ + 461, + 146, + 474, + 156 + ], + "score": 0.88, + "content": "L _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 474, + 144, + 506, + 158 + ], + "score": 1.0, + "content": "“norm”", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 155, + 505, + 168 + ], + "spans": [ + { + "bbox": [ + 105, + 155, + 289, + 168 + ], + "score": 1.0, + "content": "that counts the number of non-zero values in", + "type": "text" + }, + { + "bbox": [ + 289, + 158, + 297, + 166 + ], + "score": 0.46, + "content": "\\mathbf { v }", + "type": "inline_equation" + }, + { + "bbox": [ + 297, + 155, + 408, + 168 + ], + "score": 1.0, + "content": ". First we consider the case", + "type": "text" + }, + { + "bbox": [ + 408, + 157, + 433, + 168 + ], + "score": 0.9, + "content": "\\rho \\neq 0", + "type": "inline_equation" + }, + { + "bbox": [ + 433, + 155, + 505, + 168 + ], + "score": 1.0, + "content": ". Also, we denote", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 107, + 166, + 199, + 181 + ], + "spans": [ + { + "bbox": [ + 107, + 167, + 194, + 180 + ], + "score": 0.89, + "content": "K _ { r } \\triangleq \\operatorname* { m a x } \\left[ N \\epsilon , r d _ { 0 } \\right]", + "type": "inline_equation" + }, + { + "bbox": [ + 194, + 166, + 199, + 181 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 5.5, + "bbox_fs": [ + 104, + 131, + 506, + 181 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 184, + 239, + 196 + ], + "lines": [ + { + "bbox": [ + 105, + 183, + 240, + 198 + ], + "spans": [ + { + "bbox": [ + 105, + 183, + 212, + 198 + ], + "score": 1.0, + "content": "First we consider the case", + "type": "text" + }, + { + "bbox": [ + 212, + 185, + 236, + 196 + ], + "score": 0.93, + "content": "\\rho \\neq 0", + "type": "inline_equation" + }, + { + "bbox": [ + 237, + 183, + 240, + 198 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 8, + "bbox_fs": [ + 105, + 183, + 240, + 198 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 201, + 269, + 214 + ], + "lines": [ + { + "bbox": [ + 106, + 200, + 269, + 215 + ], + "spans": [ + { + "bbox": [ + 106, + 200, + 269, + 215 + ], + "score": 1.0, + "content": "From definition 3 of the angular volume", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 9, + "bbox_fs": [ + 106, + 200, + 269, + 215 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 111, + 227, + 514, + 411 + ], + "lines": [ + { + "bbox": [ + 111, + 227, + 514, + 411 + ], + "spans": [ + { + "bbox": [ + 111, + 227, + 514, + 411 + ], + "score": 0.91, + "content": "\\begin{array} { r l } { \\mathfrak { r } _ { \\mathbf { x } \\times \\mathcal { N } } \\mathcal { V } ( \\mathcal { L } , ( \\mathbf { X } , \\mathbf { y } ) ) = \\mathfrak { h } _ { ( \\mathbf { x } , \\mathbf { y } ) \\sim \\mathcal { N } _ { \\mathbf { x } \\times \\mathbf { y } } } \\times \\mathbf { w } \\times ( \\mathbf { \\overline { { B } } } \\otimes \\mathcal { L } , ( \\mathbf { x } , \\mathbf { x } , \\mathbf { y } ) ) } & { } \\\\ { \\overset { ( 1 ) } { \\leq } \\mathbf { R } _ { ( \\mathbf { x } , \\mathbf { y } ) \\sim \\mathcal { D } _ { \\mathbf { x } \\times \\mathbf { y } } } \\times \\mathbf { w } \\times \\times ( \\mathbf { a } \\in \\{ \\rho _ { 1 } \\} ) ^ { d _ { 1 } \\times \\mathbb { N } } , \\ \\mathbf { W } \\in \\mathcal { D } _ { \\mathbf { A } } ( \\mathbf { X } ) , \\mathbf { v } \\in \\mathbb { R } ^ { N } \\ ; \\ ( \\mathbf { A } \\circ \\mathbf { X } ) \\times \\mathbf { v } \\times \\mathbf { w } } & { } \\\\ { \\overset { ( 2 ) } { \\leq } \\mathbf { R } _ { \\mathbf { x } \\times \\mathcal { N } , \\mathbf { w } \\times \\mathbf { N } } \\times ( \\mathbf { A } \\in \\{ \\rho _ { 1 } \\} ) ^ { d _ { 1 } \\times \\mathbb { N } } , \\ \\mathbf { W } \\in \\mathcal { D } _ { \\mathbf { A } } ( \\mathbf { X } ) , \\mathbf { v } \\in \\mathbb { R } ^ { N } \\ ; \\ ( \\mathbf { A } \\circ \\mathbf { X } ) \\times \\mathbf { v } = 0 , } & { } \\\\ { \\overset { ( 4 ) } { \\leq } \\mathbf { R } _ { \\mathbf { x } \\times \\mathcal { N } , \\mathbf { w } \\times \\mathbf { N } } ( \\mathbf { S } \\subset [ \\mathbf { N } ] \\ \\cdot \\{ | \\mathbf { S } | \\ \\ \\geq \\operatorname* { m a x } [ N _ { c , \\mathrm { t r a l i k } } ( \\alpha ( \\langle \\mathbf { W } \\mathbf { X } ) ) d _ { 0 } + 1 ] \\} } & { } \\\\ - \\mathbf { B } _ { \\mathbf { x } \\times \\mathbf { y } } [ \\mathbb { W } _ { \\mathbf { w } \\times \\mathbf { x } } ( \\mathcal { S } \\subset [ \\mathbf { N } ] \\ \\cdot \\{ | \\mathbf { S } | \\ \\geq \\operatorname* { m a x } [ \\mathcal { N } _ { c , \\mathrm { r a l i k } } ( \\alpha ( \\mathbf { W } \\mathbf { X } ) ) d _ \\end{array}", + "type": "interline_equation", + "image_path": "a5512ce672566576d61aae699006856a63d849992703e5b9a63acd0ed1a077bd.jpg" + } + ] + } + ], + "index": 11, + "virtual_lines": [ + { + "bbox": [ + 111, + 227, + 514, + 288.3333333333333 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 111, + 288.3333333333333, + 514, + 349.66666666666663 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 111, + 349.66666666666663, + 514, + 410.99999999999994 + ], + "spans": [], + "index": 12 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 424, + 132, + 435 + ], + "lines": [ + { + "bbox": [ + 105, + 422, + 134, + 436 + ], + "spans": [ + { + "bbox": [ + 105, + 422, + 134, + 436 + ], + "score": 1.0, + "content": "where", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 13, + "bbox_fs": [ + 105, + 422, + 134, + 436 + ] + }, + { + "type": "text", + "bbox": [ + 130, + 449, + 505, + 484 + ], + "lines": [ + { + "bbox": [ + 128, + 448, + 506, + 462 + ], + "spans": [ + { + "bbox": [ + 128, + 448, + 230, + 462 + ], + "score": 1.0, + "content": "1. If we are at DLM a in", + "type": "text" + }, + { + "bbox": [ + 230, + 450, + 264, + 461 + ], + "score": 0.85, + "content": "\\mathcal { D } _ { \\mathbf { A } } \\left( \\mathbf { X } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 264, + 448, + 359, + 462 + ], + "score": 1.0, + "content": ", then Lemma 2 implies", + "type": "text" + }, + { + "bbox": [ + 360, + 450, + 420, + 461 + ], + "score": 0.91, + "content": "\\left( \\mathbf { A } \\circ \\mathbf { X } \\right) \\mathbf { e } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 420, + 448, + 456, + 462 + ], + "score": 1.0, + "content": ". Also, if", + "type": "text" + }, + { + "bbox": [ + 456, + 448, + 492, + 460 + ], + "score": 0.91, + "content": "e ^ { ( n ) } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 492, + 448, + 506, + 462 + ], + "score": 1.0, + "content": "on", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 141, + 460, + 505, + 474 + ], + "spans": [ + { + "bbox": [ + 141, + 460, + 402, + 474 + ], + "score": 1.0, + "content": "some sample, we necessarily classify it correctly, and therefore", + "type": "text" + }, + { + "bbox": [ + 403, + 461, + 475, + 473 + ], + "score": 0.91, + "content": "\\mathrm { M C E } \\leq \\| \\mathbf { e } \\| _ { 0 } / N", + "type": "inline_equation" + }, + { + "bbox": [ + 476, + 460, + 505, + 474 + ], + "score": 1.0, + "content": ". Since", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 142, + 470, + 482, + 486 + ], + "spans": [ + { + "bbox": [ + 142, + 472, + 185, + 482 + ], + "score": 0.82, + "content": "\\mathrm { M C E } > \\epsilon", + "type": "inline_equation" + }, + { + "bbox": [ + 185, + 470, + 195, + 486 + ], + "score": 1.0, + "content": "in", + "type": "text" + }, + { + "bbox": [ + 195, + 472, + 208, + 483 + ], + "score": 0.89, + "content": "\\mathcal { L } _ { \\epsilon }", + "type": "inline_equation" + }, + { + "bbox": [ + 208, + 470, + 275, + 486 + ], + "score": 1.0, + "content": "this implies that", + "type": "text" + }, + { + "bbox": [ + 275, + 471, + 322, + 484 + ], + "score": 0.92, + "content": "N \\bar { \\epsilon } < \\| \\mathbf { e } \\| _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 323, + 470, + 452, + 486 + ], + "score": 1.0, + "content": ". Thus, this inequality holds for", + "type": "text" + }, + { + "bbox": [ + 452, + 474, + 478, + 482 + ], + "score": 0.87, + "content": "{ \\bf v } = { \\bf e }", + "type": "inline_equation" + }, + { + "bbox": [ + 478, + 470, + 482, + 486 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 15, + "bbox_fs": [ + 128, + 448, + 506, + 486 + ] + }, + { + "type": "text", + "bbox": [ + 130, + 496, + 294, + 509 + ], + "lines": [ + { + "bbox": [ + 128, + 496, + 294, + 510 + ], + "spans": [ + { + "bbox": [ + 128, + 496, + 258, + 510 + ], + "score": 1.0, + "content": "2. We apply assumption 1, that", + "type": "text" + }, + { + "bbox": [ + 258, + 497, + 290, + 507 + ], + "score": 0.87, + "content": "\\mathbf { X } \\sim { \\mathcal { N } }", + "type": "inline_equation" + }, + { + "bbox": [ + 291, + 496, + 294, + 510 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17, + "bbox_fs": [ + 128, + 496, + 294, + 510 + ] + }, + { + "type": "text", + "bbox": [ + 130, + 522, + 505, + 546 + ], + "lines": [ + { + "bbox": [ + 128, + 520, + 507, + 537 + ], + "spans": [ + { + "bbox": [ + 128, + 520, + 235, + 537 + ], + "score": 1.0, + "content": "3. Assumption 4 implies", + "type": "text" + }, + { + "bbox": [ + 235, + 522, + 325, + 534 + ], + "score": 0.92, + "content": "d _ { 0 } d _ { 1 } { \\dot { > } } N \\log ^ { 4 } N \\geq N", + "type": "inline_equation" + }, + { + "bbox": [ + 326, + 520, + 507, + 537 + ], + "score": 1.0, + "content": ". Thus, we can apply the following Lemma,", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 141, + 534, + 275, + 546 + ], + "spans": [ + { + "bbox": [ + 141, + 534, + 275, + 546 + ], + "score": 1.0, + "content": "proven in appendix section 12.1:", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 18.5, + "bbox_fs": [ + 128, + 520, + 507, + 546 + ] + }, + { + "type": "text", + "bbox": [ + 141, + 553, + 505, + 579 + ], + "lines": [ + { + "bbox": [ + 139, + 553, + 508, + 569 + ], + "spans": [ + { + "bbox": [ + 139, + 553, + 210, + 569 + ], + "score": 1.0, + "content": "Lemma 14. Let", + "type": "text" + }, + { + "bbox": [ + 210, + 555, + 261, + 566 + ], + "score": 0.87, + "content": "\\mathbf { X } \\in \\mathbb { R } ^ { d _ { 0 } \\times N }", + "type": "inline_equation" + }, + { + "bbox": [ + 261, + 553, + 264, + 569 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 265, + 553, + 333, + 568 + ], + "score": 0.87, + "content": "\\mathbf { A } \\in \\{ \\rho , 1 \\} ^ { d _ { 1 } \\times N }", + "type": "inline_equation" + }, + { + "bbox": [ + 333, + 553, + 336, + 569 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 337, + 554, + 372, + 568 + ], + "score": 0.82, + "content": "S \\subset [ N ]", + "type": "inline_equation" + }, + { + "bbox": [ + 373, + 553, + 391, + 569 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 391, + 556, + 434, + 567 + ], + "score": 0.9, + "content": "d _ { 0 } d _ { 1 } \\geq N", + "type": "inline_equation" + }, + { + "bbox": [ + 434, + 553, + 508, + 569 + ], + "score": 1.0, + "content": ". Then, simultane-", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 141, + 567, + 316, + 579 + ], + "spans": [ + { + "bbox": [ + 141, + 567, + 268, + 579 + ], + "score": 1.0, + "content": "ously for every possible A and", + "type": "text" + }, + { + "bbox": [ + 268, + 568, + 276, + 577 + ], + "score": 0.8, + "content": "S", + "type": "inline_equation" + }, + { + "bbox": [ + 276, + 567, + 316, + 579 + ], + "score": 1.0, + "content": "such that", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 20.5, + "bbox_fs": [ + 139, + 553, + 508, + 579 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 279, + 594, + 366, + 608 + ], + "lines": [ + { + "bbox": [ + 279, + 594, + 366, + 608 + ], + "spans": [ + { + "bbox": [ + 279, + 594, + 366, + 608 + ], + "score": 0.83, + "content": "\\left. S \\right. \\leq \\mathrm { r a n k } \\left( { \\bf A } _ { S } \\right) d _ { 0 } ,", + "type": "interline_equation", + "image_path": "9b6ba8097ff70acf75b1e4aad86305a5e9c2b30cee691a85f1618c8d704fe10d.jpg" + } + ] + } + ], + "index": 22, + "virtual_lines": [ + { + "bbox": [ + 279, + 594, + 366, + 608 + ], + "spans": [], + "index": 22 + } + ] + }, + { + "type": "text", + "bbox": [ + 141, + 621, + 457, + 635 + ], + "lines": [ + { + "bbox": [ + 141, + 620, + 459, + 637 + ], + "spans": [ + { + "bbox": [ + 141, + 620, + 198, + 637 + ], + "score": 1.0, + "content": "we have that,", + "type": "text" + }, + { + "bbox": [ + 198, + 623, + 208, + 633 + ], + "score": 0.29, + "content": "\\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 208, + 620, + 229, + 637 + ], + "score": 1.0, + "content": "-a.e.,", + "type": "text" + }, + { + "bbox": [ + 229, + 622, + 268, + 634 + ], + "score": 0.91, + "content": "\\mathbf { \\Delta } \\nexists \\mathbf { v } \\in \\mathbb { R } ^ { N }", + "type": "inline_equation" + }, + { + "bbox": [ + 269, + 620, + 309, + 637 + ], + "score": 1.0, + "content": "such that", + "type": "text" + }, + { + "bbox": [ + 309, + 623, + 371, + 635 + ], + "score": 0.91, + "content": "v _ { n } \\neq 0 \\forall n \\in S", + "type": "inline_equation" + }, + { + "bbox": [ + 372, + 620, + 390, + 637 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 391, + 623, + 453, + 635 + ], + "score": 0.89, + "content": "( \\mathbf { A } \\circ \\mathbf { X } ) \\mathbf { v } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 453, + 620, + 459, + 637 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 23, + "bbox_fs": [ + 141, + 620, + 459, + 637 + ] + }, + { + "type": "text", + "bbox": [ + 130, + 650, + 505, + 707 + ], + "lines": [ + { + "bbox": [ + 128, + 651, + 502, + 664 + ], + "spans": [ + { + "bbox": [ + 128, + 651, + 189, + 664 + ], + "score": 1.0, + "content": "4. Recall that", + "type": "text" + }, + { + "bbox": [ + 189, + 651, + 275, + 663 + ], + "score": 0.91, + "content": "K _ { r } \\triangleq \\operatorname* { m a x } \\left[ N \\epsilon , r d _ { 0 } \\right]", + "type": "inline_equation" + }, + { + "bbox": [ + 276, + 651, + 477, + 664 + ], + "score": 1.0, + "content": ". We use the union bound over all possible ranks", + "type": "text" + }, + { + "bbox": [ + 477, + 652, + 502, + 663 + ], + "score": 0.9, + "content": "r \\geq 1", + "type": "inline_equation" + } + ], + "index": 24 + }, + { + "bbox": [ + 141, + 663, + 506, + 676 + ], + "spans": [ + { + "bbox": [ + 141, + 663, + 202, + 676 + ], + "score": 1.0, + "content": "we ignore the", + "type": "text" + }, + { + "bbox": [ + 202, + 664, + 230, + 673 + ], + "score": 0.88, + "content": "r = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 230, + 663, + 291, + 676 + ], + "score": 1.0, + "content": "case since for", + "type": "text" + }, + { + "bbox": [ + 292, + 663, + 320, + 675 + ], + "score": 0.9, + "content": "\\rho \\neq 0", + "type": "inline_equation" + }, + { + "bbox": [ + 320, + 663, + 506, + 676 + ], + "score": 1.0, + "content": "(see eq. (2.1)) there is zero probability that", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 141, + 673, + 506, + 686 + ], + "spans": [ + { + "bbox": [ + 141, + 673, + 164, + 686 + ], + "score": 1.0, + "content": "rank", + "type": "text" + }, + { + "bbox": [ + 165, + 673, + 235, + 685 + ], + "score": 0.87, + "content": "( a ( \\mathbf { W } \\mathbf { X } _ { S } ) ) = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 235, + 673, + 324, + 686 + ], + "score": 1.0, + "content": "for some non-empty", + "type": "text" + }, + { + "bbox": [ + 324, + 674, + 332, + 684 + ], + "score": 0.82, + "content": "S", + "type": "inline_equation" + }, + { + "bbox": [ + 332, + 673, + 399, + 686 + ], + "score": 1.0, + "content": ". For each rank", + "type": "text" + }, + { + "bbox": [ + 399, + 674, + 426, + 685 + ], + "score": 0.9, + "content": "r \\geq 1", + "type": "inline_equation" + }, + { + "bbox": [ + 426, + 673, + 506, + 686 + ], + "score": 1.0, + "content": ", it is required that", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 143, + 684, + 506, + 697 + ], + "spans": [ + { + "bbox": [ + 143, + 685, + 253, + 696 + ], + "score": 0.89, + "content": "| S | > K _ { r } = \\operatorname* { m a x } \\left[ N \\epsilon , r d _ { 0 } \\right]", + "type": "inline_equation" + }, + { + "bbox": [ + 253, + 684, + 268, + 697 + ], + "score": 1.0, + "content": ", so", + "type": "text" + }, + { + "bbox": [ + 268, + 685, + 307, + 696 + ], + "score": 0.93, + "content": "| S | = K _ { r }", + "type": "inline_equation" + }, + { + "bbox": [ + 308, + 684, + 506, + 697 + ], + "score": 1.0, + "content": "is a relaxation of the original condition, and thus", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 141, + 695, + 251, + 707 + ], + "spans": [ + { + "bbox": [ + 141, + 695, + 251, + 707 + ], + "score": 1.0, + "content": "its probability is not lower.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 26, + "bbox_fs": [ + 128, + 651, + 506, + 707 + ] + }, + { + "type": "text", + "bbox": [ + 128, + 720, + 419, + 732 + ], + "lines": [ + { + "bbox": [ + 129, + 719, + 419, + 734 + ], + "spans": [ + { + "bbox": [ + 129, + 719, + 363, + 734 + ], + "score": 1.0, + "content": "5. We again use the union bound over all possible subsets", + "type": "text" + }, + { + "bbox": [ + 364, + 721, + 372, + 730 + ], + "score": 0.83, + "content": "S", + "type": "inline_equation" + }, + { + "bbox": [ + 372, + 719, + 402, + 734 + ], + "score": 1.0, + "content": "of size", + "type": "text" + }, + { + "bbox": [ + 402, + 721, + 416, + 732 + ], + "score": 0.88, + "content": "K _ { r }", + "type": "inline_equation" + }, + { + "bbox": [ + 416, + 719, + 419, + 734 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 29, + "bbox_fs": [ + 129, + 719, + 419, + 734 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 227, + 94 + ], + "lines": [ + { + "bbox": [ + 106, + 81, + 227, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 81, + 227, + 95 + ], + "score": 1.0, + "content": "Thus, from eq. (8.1), we have", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "interline_equation", + "bbox": [ + 152, + 97, + 455, + 326 + ], + "lines": [ + { + "bbox": [ + 152, + 97, + 455, + 326 + ], + "spans": [ + { + "bbox": [ + 152, + 97, + 455, + 326 + ], + "score": 0.94, + "content": "\\begin{array} { r l } & { \\mathbb { E } _ { \\mathbf { x } \\times \\mathbf { x } ^ { \\beta } } \\nu ( \\xi , \\alpha ( \\mathbf { x } , \\mathbf { x } ) ) } \\\\ & = \\frac { \\nu ( \\mathbf { x } ) } { 2 } \\sum _ { i = 1 } ^ { N } \\sum _ { \\substack { s \\geq 0 , i \\geq 1 } } \\sum _ { \\substack { [ \\xi \\in \\mathcal { S } _ { \\mathbf { x } } \\times \\mathcal { N } _ { i } ] ( \\xi \\in \\mathcal { S } _ { \\mathbf { x } } \\times \\{ i \\} ) = ( \\xi \\cup \\mathbf { X } _ { \\mathbf { x } } ) ] = ( \\xi \\mid \\mathbf { X } _ { \\mathbf { x } } ) } } \\\\ & { \\leq \\frac { \\nu ( \\mathbf { x } ) } { 2 } \\sum _ { i = 1 } ^ { N } \\operatorname* { s u p } _ { ( \\xi \\in \\mathcal { S } _ { \\mathbf { x } } ) } [ \\xi \\operatorname* { s u p } _ { ( \\xi \\in \\mathcal { S } _ { \\mathbf { x } } ) ] } ( \\operatorname* { s u p } _ { ( \\xi \\in \\mathcal { S } _ { \\mathbf { x } } ) \\{ ( \\xi \\mathbf { X } _ { \\mathbf { x } } ) \\} = \\{ \\alpha \\} } ] } \\\\ & \\overset { ( a ) } { \\geq } \\sum _ { i = 1 } ^ { N } ( \\frac { \\nu } { L } ) \\sum _ { \\substack { ( \\xi ) \\leq ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ) = ( \\xi ) } } \\\\ & \\overset { ( a ) } { \\leq } \\sum _ { i = 1 } ^ { N } ( \\frac { \\nu } { L } ) \\sum _ \\substack { ( \\xi ) \\leq ( \\xi ) ( \\xi ) \\leq ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) \\leq ( \\xi ) \\mathrm { h } } \\{ \\alpha \\} \\exp \\{ ( \\xi \\} \\sum _ \\mathbf { x } \\in \\{ \\xi \\} \\} \\xi ) ( \\xi ) ( \\xi ) ( \\end{array}", + "type": "interline_equation", + "image_path": "714be8079b3dc2117ce2a44181decc63dd50b6d59b105c131bcb1d880015d3dd.jpg" + } + ] + } + ], + "index": 8.5, + "virtual_lines": [ + { + "bbox": [ + 152, + 97, + 455, + 111.3125 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 152, + 111.3125, + 455, + 125.625 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 152, + 125.625, + 455, + 139.9375 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 152, + 139.9375, + 455, + 154.25 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 152, + 154.25, + 455, + 168.5625 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 152, + 168.5625, + 455, + 182.875 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 152, + 182.875, + 455, + 197.1875 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 152, + 197.1875, + 455, + 211.5 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 152, + 211.5, + 455, + 225.8125 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 152, + 225.8125, + 455, + 240.125 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 152, + 240.125, + 455, + 254.4375 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 152, + 254.4375, + 455, + 268.75 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 152, + 268.75, + 455, + 283.0625 + ], + "spans": [], + "index": 13 + }, + { + "bbox": [ + 152, + 283.0625, + 455, + 297.375 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 152, + 297.375, + 455, + 311.6875 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 152, + 311.6875, + 455, + 326.0 + ], + "spans": [], + "index": 16 + } + ] + }, + { + "type": "text", + "bbox": [ + 131, + 330, + 505, + 354 + ], + "lines": [ + { + "bbox": [ + 129, + 329, + 507, + 344 + ], + "spans": [ + { + "bbox": [ + 129, + 329, + 290, + 344 + ], + "score": 1.0, + "content": "1. Since we take the expectation over", + "type": "text" + }, + { + "bbox": [ + 290, + 331, + 300, + 341 + ], + "score": 0.72, + "content": "\\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 300, + 329, + 368, + 344 + ], + "score": 1.0, + "content": ", the location of", + "type": "text" + }, + { + "bbox": [ + 368, + 331, + 376, + 341 + ], + "score": 0.82, + "content": "S", + "type": "inline_equation" + }, + { + "bbox": [ + 376, + 329, + 507, + 344 + ], + "score": 1.0, + "content": "does not affect the probability.", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 141, + 340, + 378, + 355 + ], + "spans": [ + { + "bbox": [ + 141, + 340, + 334, + 355 + ], + "score": 1.0, + "content": "Therefore, we can set without loss of generality", + "type": "text" + }, + { + "bbox": [ + 335, + 342, + 374, + 354 + ], + "score": 0.93, + "content": "S = \\left[ K _ { r } \\right]", + "type": "inline_equation" + }, + { + "bbox": [ + 374, + 340, + 378, + 355 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17.5 + }, + { + "type": "text", + "bbox": [ + 130, + 356, + 504, + 379 + ], + "lines": [ + { + "bbox": [ + 128, + 355, + 505, + 369 + ], + "spans": [ + { + "bbox": [ + 128, + 355, + 181, + 369 + ], + "score": 1.0, + "content": "2. Note that", + "type": "text" + }, + { + "bbox": [ + 181, + 356, + 280, + 369 + ], + "score": 0.91, + "content": "r \\leq N / d _ { 0 } \\dot { < } \\operatorname* { m i n } \\left[ d _ { 0 } , d _ { 1 } \\right]", + "type": "inline_equation" + }, + { + "bbox": [ + 280, + 355, + 432, + 369 + ], + "score": 1.0, + "content": "from assumptions 3 and 4. Thus, with", + "type": "text" + }, + { + "bbox": [ + 432, + 357, + 487, + 368 + ], + "score": 0.92, + "content": "k = K _ { r } \\ge d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 488, + 355, + 505, + 369 + ], + "score": 1.0, + "content": ", we", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 141, + 367, + 390, + 380 + ], + "spans": [ + { + "bbox": [ + 141, + 367, + 390, + 380 + ], + "score": 1.0, + "content": "apply the following Lemma, proven in appendix section 12.2:", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 19.5 + }, + { + "type": "text", + "bbox": [ + 140, + 381, + 505, + 416 + ], + "lines": [ + { + "bbox": [ + 141, + 379, + 507, + 394 + ], + "spans": [ + { + "bbox": [ + 141, + 379, + 210, + 394 + ], + "score": 1.0, + "content": "Lemma 15. Let", + "type": "text" + }, + { + "bbox": [ + 210, + 380, + 258, + 392 + ], + "score": 0.9, + "content": "\\mathbf { X } \\in \\mathbb { R } ^ { d _ { 0 } \\times k }", + "type": "inline_equation" + }, + { + "bbox": [ + 259, + 379, + 507, + 394 + ], + "score": 1.0, + "content": "be a random matrix with independent and identically distribu-", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 140, + 389, + 507, + 406 + ], + "spans": [ + { + "bbox": [ + 140, + 389, + 212, + 406 + ], + "score": 1.0, + "content": "ted columns, and", + "type": "text" + }, + { + "bbox": [ + 212, + 392, + 266, + 403 + ], + "score": 0.89, + "content": "\\mathbf { W } \\in \\mathbb { R } ^ { d _ { 1 } \\times d _ { 0 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 266, + 389, + 507, + 406 + ], + "score": 1.0, + "content": "an independent standard random Gaussian matrix. Then, in", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 142, + 403, + 254, + 416 + ], + "spans": [ + { + "bbox": [ + 142, + 403, + 187, + 416 + ], + "score": 1.0, + "content": "the limit m", + "type": "text" + }, + { + "bbox": [ + 188, + 403, + 250, + 416 + ], + "score": 0.82, + "content": "\\mathrm { i n } \\left[ k , d _ { 0 } , d _ { 1 } \\right] \\dot { > } r", + "type": "inline_equation" + }, + { + "bbox": [ + 251, + 403, + 254, + 416 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22 + }, + { + "type": "interline_equation", + "bbox": [ + 180, + 419, + 467, + 436 + ], + "lines": [ + { + "bbox": [ + 180, + 419, + 467, + 436 + ], + "spans": [ + { + "bbox": [ + 180, + 419, + 467, + 436 + ], + "score": 0.88, + "content": "\\begin{array} { r } { \\mathbb { P } \\left( \\mathrm { r a n k } \\left( a \\left( \\mathbf { W } \\mathbf { X } \\right) \\right) = r \\right) \\dot { \\leq } 2 ^ { k + r d _ { 0 } \\left( \\log d _ { 1 } + \\log k \\right) + r ^ { 2 } } \\mathbb { P } \\left( \\mathbf { W } \\mathbf { X } _ { [ \\lfloor k / 2 \\rfloor ] } > 0 \\right) . } \\end{array}", + "type": "interline_equation", + "image_path": "1afe02259f7d479d0be27534469a0955224cee70cfd0bc061e9c2014f5cf4e70.jpg" + } + ] + } + ], + "index": 24, + "virtual_lines": [ + { + "bbox": [ + 180, + 419, + 467, + 436 + ], + "spans": [], + "index": 24 + } + ] + }, + { + "type": "text", + "bbox": [ + 132, + 441, + 505, + 476 + ], + "lines": [ + { + "bbox": [ + 129, + 441, + 505, + 455 + ], + "spans": [ + { + "bbox": [ + 129, + 441, + 183, + 455 + ], + "score": 1.0, + "content": "3. Note that", + "type": "text" + }, + { + "bbox": [ + 183, + 442, + 272, + 454 + ], + "score": 0.92, + "content": "K _ { r } \\geq N \\epsilon \\dot { = } N > 2 d _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 273, + 441, + 294, + 455 + ], + "score": 1.0, + "content": ", and", + "type": "text" + }, + { + "bbox": [ + 294, + 442, + 420, + 454 + ], + "score": 0.88, + "content": "\\operatorname* { m i n } \\left[ K _ { r } , d _ { 0 } , d _ { 1 } \\right] \\dot { > } d _ { 0 } \\underline { { d _ { 1 } } } / K _ { r } \\dot { > } 1", + "type": "inline_equation" + }, + { + "bbox": [ + 420, + 441, + 505, + 455 + ], + "score": 1.0, + "content": "from assumptions 2", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 141, + 452, + 504, + 466 + ], + "spans": [ + { + "bbox": [ + 141, + 452, + 349, + 466 + ], + "score": 1.0, + "content": "and 4. Thus, we apply the following Lemma (with", + "type": "text" + }, + { + "bbox": [ + 349, + 454, + 386, + 464 + ], + "score": 0.79, + "content": "\\mathbf { C } = \\mathbf { X } ^ { \\top }", + "type": "inline_equation" + }, + { + "bbox": [ + 387, + 452, + 389, + 466 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 390, + 453, + 430, + 464 + ], + "score": 0.84, + "content": "\\mathbf { B } = \\mathbf { W } ^ { \\top }", + "type": "inline_equation" + }, + { + "bbox": [ + 430, + 452, + 434, + 466 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 435, + 453, + 469, + 464 + ], + "score": 0.87, + "content": "M = d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 470, + 452, + 473, + 466 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 474, + 453, + 504, + 464 + ], + "score": 0.88, + "content": "L = d _ { 1 }", + "type": "inline_equation" + } + ], + "index": 26 + }, + { + "bbox": [ + 142, + 464, + 346, + 477 + ], + "spans": [ + { + "bbox": [ + 142, + 464, + 159, + 477 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 159, + 464, + 206, + 477 + ], + "score": 0.91, + "content": "N = K _ { r } / 2", + "type": "inline_equation" + }, + { + "bbox": [ + 206, + 464, + 346, + 477 + ], + "score": 1.0, + "content": "), proven in appendix section 12.3:", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26 + }, + { + "type": "text", + "bbox": [ + 140, + 477, + 505, + 514 + ], + "lines": [ + { + "bbox": [ + 141, + 475, + 506, + 491 + ], + "spans": [ + { + "bbox": [ + 141, + 475, + 213, + 491 + ], + "score": 1.0, + "content": "Lemma 16. Let", + "type": "text" + }, + { + "bbox": [ + 214, + 477, + 269, + 489 + ], + "score": 0.91, + "content": "\\mathbf { C } \\in \\mathbb { R } ^ { N \\times M }", + "type": "inline_equation" + }, + { + "bbox": [ + 269, + 475, + 290, + 491 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 290, + 477, + 344, + 489 + ], + "score": 0.9, + "content": "\\mathbf { B } \\in \\mathbb { R } ^ { M \\times L }", + "type": "inline_equation" + }, + { + "bbox": [ + 344, + 475, + 506, + 491 + ], + "score": 1.0, + "content": "be two independent standard random", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 142, + 489, + 506, + 503 + ], + "spans": [ + { + "bbox": [ + 142, + 491, + 366, + 503 + ], + "score": 1.0, + "content": "Gaussian matrices. Without loss of generality, assume", + "type": "text" + }, + { + "bbox": [ + 367, + 491, + 399, + 501 + ], + "score": 0.88, + "content": "N \\geq L ,", + "type": "inline_equation" + }, + { + "bbox": [ + 399, + 491, + 450, + 503 + ], + "score": 1.0, + "content": ", and denote", + "type": "text" + }, + { + "bbox": [ + 450, + 489, + 503, + 502 + ], + "score": 0.92, + "content": "\\alpha \\triangleq M L / N", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 491, + 506, + 503 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 141, + 501, + 447, + 515 + ], + "spans": [ + { + "bbox": [ + 141, + 501, + 221, + 515 + ], + "score": 1.0, + "content": "Then, in the regime", + "type": "text" + }, + { + "bbox": [ + 221, + 502, + 255, + 513 + ], + "score": 0.91, + "content": "M \\leq N", + "type": "inline_equation" + }, + { + "bbox": [ + 256, + 501, + 338, + 515 + ], + "score": 1.0, + "content": "and in the limit min", + "type": "text" + }, + { + "bbox": [ + 339, + 502, + 407, + 514 + ], + "score": 0.62, + "content": "[ N , M , L ] \\dot { > } \\alpha \\dot { > } 1", + "type": "inline_equation" + }, + { + "bbox": [ + 407, + 501, + 447, + 515 + ], + "score": 1.0, + "content": ", we have", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 29 + }, + { + "type": "interline_equation", + "bbox": [ + 249, + 517, + 396, + 538 + ], + "lines": [ + { + "bbox": [ + 249, + 517, + 396, + 538 + ], + "spans": [ + { + "bbox": [ + 249, + 517, + 396, + 538 + ], + "score": 0.91, + "content": "\\begin{array} { r } { \\mathbb { P } \\left( \\mathbf { C B } > 0 \\right) \\dot { \\leq } \\exp \\left( - 0 . 4 N \\alpha ^ { 1 / 4 } \\right) . } \\end{array}", + "type": "interline_equation", + "image_path": "44fede03f3bb993bbce2b480d94bb9545c17da4fe315581887002fc34564bf6d.jpg" + } + ] + } + ], + "index": 31, + "virtual_lines": [ + { + "bbox": [ + 249, + 517, + 396, + 538 + ], + "spans": [], + "index": 31 + } + ] + }, + { + "type": "text", + "bbox": [ + 130, + 545, + 505, + 582 + ], + "lines": [ + { + "bbox": [ + 127, + 543, + 505, + 570 + ], + "spans": [ + { + "bbox": [ + 127, + 543, + 175, + 569 + ], + "score": 1.0, + "content": "4. We use", + "type": "text" + }, + { + "bbox": [ + 176, + 544, + 326, + 570 + ], + "score": 0.89, + "content": "r d _ { 0 } \\leq N , \\left( \\begin{array} { c } { { N } } \\\\ { { K _ { r } } } \\end{array} \\right) \\leq 2 ^ { N } , K _ { r } \\leq N ,", + "type": "inline_equation" + }, + { + "bbox": [ + 326, + 546, + 348, + 567 + ], + "score": 1.0, + "content": ", and", + "type": "text" + }, + { + "bbox": [ + 348, + 551, + 375, + 562 + ], + "score": 0.9, + "content": "d _ { 1 } \\dot { < } N", + "type": "inline_equation" + }, + { + "bbox": [ + 376, + 546, + 482, + 567 + ], + "score": 1.0, + "content": "(from assumption 4) and", + "type": "text" + }, + { + "bbox": [ + 482, + 550, + 505, + 563 + ], + "score": 0.87, + "content": "r ^ { 2 } \\leq", + "type": "inline_equation" + } + ], + "index": 32 + }, + { + "bbox": [ + 142, + 567, + 451, + 583 + ], + "spans": [ + { + "bbox": [ + 142, + 569, + 189, + 582 + ], + "score": 0.92, + "content": "N ^ { 2 } / d _ { 0 } ^ { 2 } { \\dot { < } } N", + "type": "inline_equation" + }, + { + "bbox": [ + 189, + 567, + 451, + 583 + ], + "score": 1.0, + "content": "(from assumption (3)) to simplify the combintaorial expressions.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32.5 + }, + { + "type": "text", + "bbox": [ + 128, + 584, + 506, + 608 + ], + "lines": [ + { + "bbox": [ + 129, + 584, + 505, + 597 + ], + "spans": [ + { + "bbox": [ + 129, + 584, + 201, + 597 + ], + "score": 1.0, + "content": "5. First, note that", + "type": "text" + }, + { + "bbox": [ + 201, + 585, + 226, + 594 + ], + "score": 0.9, + "content": "r = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 226, + 584, + 505, + 597 + ], + "score": 1.0, + "content": "is the maximal term in the sum, so we can neglect the other, exponenti-", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 142, + 595, + 411, + 608 + ], + "spans": [ + { + "bbox": [ + 142, + 595, + 368, + 608 + ], + "score": 1.0, + "content": "ally smaller, terms. Second, from assumption 3 we have", + "type": "text" + }, + { + "bbox": [ + 368, + 595, + 396, + 607 + ], + "score": 0.91, + "content": "d _ { 0 } { \\dot { \\le } } N", + "type": "inline_equation" + }, + { + "bbox": [ + 396, + 595, + 411, + 608 + ], + "score": 1.0, + "content": ", so", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 34.5 + }, + { + "type": "interline_equation", + "bbox": [ + 165, + 610, + 481, + 635 + ], + "lines": [ + { + "bbox": [ + 165, + 610, + 481, + 635 + ], + "spans": [ + { + "bbox": [ + 165, + 610, + 481, + 635 + ], + "score": 0.91, + "content": "\\operatorname* { l i m } _ { N \\to \\infty } 0 . 2 3 \\operatorname* { m a x } \\left[ \\epsilon , d _ { 0 } \\left( N \\right) / N \\right] ^ { 3 / 4 } = 0 . 2 3 \\operatorname* { m a x } \\left[ \\epsilon , \\operatorname* { l i m } _ { N \\to \\infty } d _ { 0 } \\left( N \\right) / N \\right] ^ { 3 / 4 } = \\gamma _ { \\epsilon } .", + "type": "interline_equation", + "image_path": "80d1b85478f1bf71c4868633b88c85b366ae645e89dd57b5fd47fd444dc364e0.jpg" + } + ] + } + ], + "index": 36, + "virtual_lines": [ + { + "bbox": [ + 165, + 610, + 481, + 635 + ], + "spans": [], + "index": 36 + } + ] + }, + { + "type": "text", + "bbox": [ + 142, + 639, + 487, + 653 + ], + "lines": [ + { + "bbox": [ + 140, + 637, + 489, + 656 + ], + "spans": [ + { + "bbox": [ + 140, + 637, + 281, + 656 + ], + "score": 1.0, + "content": "Third, from assumption 4 we have", + "type": "text" + }, + { + "bbox": [ + 281, + 639, + 348, + 652 + ], + "score": 0.92, + "content": "N \\log ^ { 4 } N { \\dot { < } } d _ { 0 } d _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 349, + 637, + 378, + 656 + ], + "score": 1.0, + "content": ", so the", + "type": "text" + }, + { + "bbox": [ + 379, + 640, + 412, + 651 + ], + "score": 0.9, + "content": "2 ^ { N \\log N }", + "type": "inline_equation" + }, + { + "bbox": [ + 412, + 637, + 489, + 656 + ], + "score": 1.0, + "content": "term is negligible.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 37 + }, + { + "type": "text", + "bbox": [ + 106, + 661, + 130, + 672 + ], + "lines": [ + { + "bbox": [ + 105, + 659, + 133, + 676 + ], + "spans": [ + { + "bbox": [ + 105, + 659, + 133, + 676 + ], + "score": 1.0, + "content": "Thus,", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 38 + }, + { + "type": "interline_equation", + "bbox": [ + 200, + 670, + 410, + 692 + ], + "lines": [ + { + "bbox": [ + 200, + 670, + 410, + 692 + ], + "spans": [ + { + "bbox": [ + 200, + 670, + 410, + 692 + ], + "score": 0.91, + "content": "\\begin{array} { r } { \\mathbb { E } _ { \\mathbf { X } \\sim \\mathcal { N } } \\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) \\dot { \\leq } \\exp \\left( - \\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\right) . } \\end{array}", + "type": "interline_equation", + "image_path": "44540abf479f600cdb5f005c7773d0fd64ab85113d457f17797f804f8388a75e.jpg" + } + ] + } + ], + "index": 39, + "virtual_lines": [ + { + "bbox": [ + 200, + 670, + 410, + 692 + ], + "spans": [], + "index": 39 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 692, + 291, + 704 + ], + "lines": [ + { + "bbox": [ + 105, + 691, + 291, + 706 + ], + "spans": [ + { + "bbox": [ + 105, + 691, + 263, + 706 + ], + "score": 1.0, + "content": "which proves the Theorem for the case", + "type": "text" + }, + { + "bbox": [ + 264, + 693, + 288, + 704 + ], + "score": 0.9, + "content": "\\rho \\neq 0", + "type": "inline_equation" + }, + { + "bbox": [ + 288, + 691, + 291, + 706 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 40 + }, + { + "type": "text", + "bbox": [ + 107, + 709, + 504, + 733 + ], + "lines": [ + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 216, + 722 + ], + "score": 1.0, + "content": "Next, we consider the case", + "type": "text" + }, + { + "bbox": [ + 217, + 710, + 241, + 721 + ], + "score": 0.91, + "content": "\\rho = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 241, + 709, + 505, + 722 + ], + "score": 1.0, + "content": ". In this case, we need to change transition (4) in eq. (8.1), so the", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 720, + 505, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 172, + 734 + ], + "score": 1.0, + "content": "sum starts from", + "type": "text" + }, + { + "bbox": [ + 172, + 721, + 197, + 731 + ], + "score": 0.9, + "content": "r = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 197, + 720, + 318, + 734 + ], + "score": 1.0, + "content": ", since now we can have rank", + "type": "text" + }, + { + "bbox": [ + 319, + 720, + 386, + 732 + ], + "score": 0.88, + "content": "( a ( \\mathbf { W } \\mathbf { X } _ { S } ) \\bar { ) } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 387, + 720, + 505, + 734 + ], + "score": 1.0, + "content": ". Following exactly the same", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 41.5 + } + ], + "page_idx": 13, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 26, + 308, + 38 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 309, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 309, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "score": 1.0, + "content": "14", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 227, + 94 + ], + "lines": [ + { + "bbox": [ + 106, + 81, + 227, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 81, + 227, + 95 + ], + "score": 1.0, + "content": "Thus, from eq. (8.1), we have", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0, + "bbox_fs": [ + 106, + 81, + 227, + 95 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 152, + 97, + 455, + 326 + ], + "lines": [ + { + "bbox": [ + 152, + 97, + 455, + 326 + ], + "spans": [ + { + "bbox": [ + 152, + 97, + 455, + 326 + ], + "score": 0.94, + "content": "\\begin{array} { r l } & { \\mathbb { E } _ { \\mathbf { x } \\times \\mathbf { x } ^ { \\beta } } \\nu ( \\xi , \\alpha ( \\mathbf { x } , \\mathbf { x } ) ) } \\\\ & = \\frac { \\nu ( \\mathbf { x } ) } { 2 } \\sum _ { i = 1 } ^ { N } \\sum _ { \\substack { s \\geq 0 , i \\geq 1 } } \\sum _ { \\substack { [ \\xi \\in \\mathcal { S } _ { \\mathbf { x } } \\times \\mathcal { N } _ { i } ] ( \\xi \\in \\mathcal { S } _ { \\mathbf { x } } \\times \\{ i \\} ) = ( \\xi \\cup \\mathbf { X } _ { \\mathbf { x } } ) ] = ( \\xi \\mid \\mathbf { X } _ { \\mathbf { x } } ) } } \\\\ & { \\leq \\frac { \\nu ( \\mathbf { x } ) } { 2 } \\sum _ { i = 1 } ^ { N } \\operatorname* { s u p } _ { ( \\xi \\in \\mathcal { S } _ { \\mathbf { x } } ) } [ \\xi \\operatorname* { s u p } _ { ( \\xi \\in \\mathcal { S } _ { \\mathbf { x } } ) ] } ( \\operatorname* { s u p } _ { ( \\xi \\in \\mathcal { S } _ { \\mathbf { x } } ) \\{ ( \\xi \\mathbf { X } _ { \\mathbf { x } } ) \\} = \\{ \\alpha \\} } ] } \\\\ & \\overset { ( a ) } { \\geq } \\sum _ { i = 1 } ^ { N } ( \\frac { \\nu } { L } ) \\sum _ { \\substack { ( \\xi ) \\leq ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ) = ( \\xi ) } } \\\\ & \\overset { ( a ) } { \\leq } \\sum _ { i = 1 } ^ { N } ( \\frac { \\nu } { L } ) \\sum _ \\substack { ( \\xi ) \\leq ( \\xi ) ( \\xi ) \\leq ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) \\leq ( \\xi ) \\mathrm { h } } \\{ \\alpha \\} \\exp \\{ ( \\xi \\} \\sum _ \\mathbf { x } \\in \\{ \\xi \\} \\} \\xi ) ( \\xi ) ( \\xi ) ( \\end{array}", + "type": "interline_equation", + "image_path": "714be8079b3dc2117ce2a44181decc63dd50b6d59b105c131bcb1d880015d3dd.jpg" + } + ] + } + ], + "index": 8.5, + "virtual_lines": [ + { + "bbox": [ + 152, + 97, + 455, + 111.3125 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 152, + 111.3125, + 455, + 125.625 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 152, + 125.625, + 455, + 139.9375 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 152, + 139.9375, + 455, + 154.25 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 152, + 154.25, + 455, + 168.5625 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 152, + 168.5625, + 455, + 182.875 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 152, + 182.875, + 455, + 197.1875 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 152, + 197.1875, + 455, + 211.5 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 152, + 211.5, + 455, + 225.8125 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 152, + 225.8125, + 455, + 240.125 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 152, + 240.125, + 455, + 254.4375 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 152, + 254.4375, + 455, + 268.75 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 152, + 268.75, + 455, + 283.0625 + ], + "spans": [], + "index": 13 + }, + { + "bbox": [ + 152, + 283.0625, + 455, + 297.375 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 152, + 297.375, + 455, + 311.6875 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 152, + 311.6875, + 455, + 326.0 + ], + "spans": [], + "index": 16 + } + ] + }, + { + "type": "text", + "bbox": [ + 131, + 330, + 505, + 354 + ], + "lines": [ + { + "bbox": [ + 129, + 329, + 507, + 344 + ], + "spans": [ + { + "bbox": [ + 129, + 329, + 290, + 344 + ], + "score": 1.0, + "content": "1. Since we take the expectation over", + "type": "text" + }, + { + "bbox": [ + 290, + 331, + 300, + 341 + ], + "score": 0.72, + "content": "\\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 300, + 329, + 368, + 344 + ], + "score": 1.0, + "content": ", the location of", + "type": "text" + }, + { + "bbox": [ + 368, + 331, + 376, + 341 + ], + "score": 0.82, + "content": "S", + "type": "inline_equation" + }, + { + "bbox": [ + 376, + 329, + 507, + 344 + ], + "score": 1.0, + "content": "does not affect the probability.", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 141, + 340, + 378, + 355 + ], + "spans": [ + { + "bbox": [ + 141, + 340, + 334, + 355 + ], + "score": 1.0, + "content": "Therefore, we can set without loss of generality", + "type": "text" + }, + { + "bbox": [ + 335, + 342, + 374, + 354 + ], + "score": 0.93, + "content": "S = \\left[ K _ { r } \\right]", + "type": "inline_equation" + }, + { + "bbox": [ + 374, + 340, + 378, + 355 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17.5, + "bbox_fs": [ + 129, + 329, + 507, + 355 + ] + }, + { + "type": "text", + "bbox": [ + 130, + 356, + 504, + 379 + ], + "lines": [ + { + "bbox": [ + 128, + 355, + 505, + 369 + ], + "spans": [ + { + "bbox": [ + 128, + 355, + 181, + 369 + ], + "score": 1.0, + "content": "2. Note that", + "type": "text" + }, + { + "bbox": [ + 181, + 356, + 280, + 369 + ], + "score": 0.91, + "content": "r \\leq N / d _ { 0 } \\dot { < } \\operatorname* { m i n } \\left[ d _ { 0 } , d _ { 1 } \\right]", + "type": "inline_equation" + }, + { + "bbox": [ + 280, + 355, + 432, + 369 + ], + "score": 1.0, + "content": "from assumptions 3 and 4. Thus, with", + "type": "text" + }, + { + "bbox": [ + 432, + 357, + 487, + 368 + ], + "score": 0.92, + "content": "k = K _ { r } \\ge d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 488, + 355, + 505, + 369 + ], + "score": 1.0, + "content": ", we", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 141, + 367, + 390, + 380 + ], + "spans": [ + { + "bbox": [ + 141, + 367, + 390, + 380 + ], + "score": 1.0, + "content": "apply the following Lemma, proven in appendix section 12.2:", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 19.5, + "bbox_fs": [ + 128, + 355, + 505, + 380 + ] + }, + { + "type": "text", + "bbox": [ + 140, + 381, + 505, + 416 + ], + "lines": [ + { + "bbox": [ + 141, + 379, + 507, + 394 + ], + "spans": [ + { + "bbox": [ + 141, + 379, + 210, + 394 + ], + "score": 1.0, + "content": "Lemma 15. Let", + "type": "text" + }, + { + "bbox": [ + 210, + 380, + 258, + 392 + ], + "score": 0.9, + "content": "\\mathbf { X } \\in \\mathbb { R } ^ { d _ { 0 } \\times k }", + "type": "inline_equation" + }, + { + "bbox": [ + 259, + 379, + 507, + 394 + ], + "score": 1.0, + "content": "be a random matrix with independent and identically distribu-", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 140, + 389, + 507, + 406 + ], + "spans": [ + { + "bbox": [ + 140, + 389, + 212, + 406 + ], + "score": 1.0, + "content": "ted columns, and", + "type": "text" + }, + { + "bbox": [ + 212, + 392, + 266, + 403 + ], + "score": 0.89, + "content": "\\mathbf { W } \\in \\mathbb { R } ^ { d _ { 1 } \\times d _ { 0 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 266, + 389, + 507, + 406 + ], + "score": 1.0, + "content": "an independent standard random Gaussian matrix. Then, in", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 142, + 403, + 254, + 416 + ], + "spans": [ + { + "bbox": [ + 142, + 403, + 187, + 416 + ], + "score": 1.0, + "content": "the limit m", + "type": "text" + }, + { + "bbox": [ + 188, + 403, + 250, + 416 + ], + "score": 0.82, + "content": "\\mathrm { i n } \\left[ k , d _ { 0 } , d _ { 1 } \\right] \\dot { > } r", + "type": "inline_equation" + }, + { + "bbox": [ + 251, + 403, + 254, + 416 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22, + "bbox_fs": [ + 140, + 379, + 507, + 416 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 180, + 419, + 467, + 436 + ], + "lines": [ + { + "bbox": [ + 180, + 419, + 467, + 436 + ], + "spans": [ + { + "bbox": [ + 180, + 419, + 467, + 436 + ], + "score": 0.88, + "content": "\\begin{array} { r } { \\mathbb { P } \\left( \\mathrm { r a n k } \\left( a \\left( \\mathbf { W } \\mathbf { X } \\right) \\right) = r \\right) \\dot { \\leq } 2 ^ { k + r d _ { 0 } \\left( \\log d _ { 1 } + \\log k \\right) + r ^ { 2 } } \\mathbb { P } \\left( \\mathbf { W } \\mathbf { X } _ { [ \\lfloor k / 2 \\rfloor ] } > 0 \\right) . } \\end{array}", + "type": "interline_equation", + "image_path": "1afe02259f7d479d0be27534469a0955224cee70cfd0bc061e9c2014f5cf4e70.jpg" + } + ] + } + ], + "index": 24, + "virtual_lines": [ + { + "bbox": [ + 180, + 419, + 467, + 436 + ], + "spans": [], + "index": 24 + } + ] + }, + { + "type": "text", + "bbox": [ + 132, + 441, + 505, + 476 + ], + "lines": [ + { + "bbox": [ + 129, + 441, + 505, + 455 + ], + "spans": [ + { + "bbox": [ + 129, + 441, + 183, + 455 + ], + "score": 1.0, + "content": "3. Note that", + "type": "text" + }, + { + "bbox": [ + 183, + 442, + 272, + 454 + ], + "score": 0.92, + "content": "K _ { r } \\geq N \\epsilon \\dot { = } N > 2 d _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 273, + 441, + 294, + 455 + ], + "score": 1.0, + "content": ", and", + "type": "text" + }, + { + "bbox": [ + 294, + 442, + 420, + 454 + ], + "score": 0.88, + "content": "\\operatorname* { m i n } \\left[ K _ { r } , d _ { 0 } , d _ { 1 } \\right] \\dot { > } d _ { 0 } \\underline { { d _ { 1 } } } / K _ { r } \\dot { > } 1", + "type": "inline_equation" + }, + { + "bbox": [ + 420, + 441, + 505, + 455 + ], + "score": 1.0, + "content": "from assumptions 2", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 141, + 452, + 504, + 466 + ], + "spans": [ + { + "bbox": [ + 141, + 452, + 349, + 466 + ], + "score": 1.0, + "content": "and 4. Thus, we apply the following Lemma (with", + "type": "text" + }, + { + "bbox": [ + 349, + 454, + 386, + 464 + ], + "score": 0.79, + "content": "\\mathbf { C } = \\mathbf { X } ^ { \\top }", + "type": "inline_equation" + }, + { + "bbox": [ + 387, + 452, + 389, + 466 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 390, + 453, + 430, + 464 + ], + "score": 0.84, + "content": "\\mathbf { B } = \\mathbf { W } ^ { \\top }", + "type": "inline_equation" + }, + { + "bbox": [ + 430, + 452, + 434, + 466 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 435, + 453, + 469, + 464 + ], + "score": 0.87, + "content": "M = d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 470, + 452, + 473, + 466 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 474, + 453, + 504, + 464 + ], + "score": 0.88, + "content": "L = d _ { 1 }", + "type": "inline_equation" + } + ], + "index": 26 + }, + { + "bbox": [ + 142, + 464, + 346, + 477 + ], + "spans": [ + { + "bbox": [ + 142, + 464, + 159, + 477 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 159, + 464, + 206, + 477 + ], + "score": 0.91, + "content": "N = K _ { r } / 2", + "type": "inline_equation" + }, + { + "bbox": [ + 206, + 464, + 346, + 477 + ], + "score": 1.0, + "content": "), proven in appendix section 12.3:", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26, + "bbox_fs": [ + 129, + 441, + 505, + 477 + ] + }, + { + "type": "text", + "bbox": [ + 140, + 477, + 505, + 514 + ], + "lines": [ + { + "bbox": [ + 141, + 475, + 506, + 491 + ], + "spans": [ + { + "bbox": [ + 141, + 475, + 213, + 491 + ], + "score": 1.0, + "content": "Lemma 16. Let", + "type": "text" + }, + { + "bbox": [ + 214, + 477, + 269, + 489 + ], + "score": 0.91, + "content": "\\mathbf { C } \\in \\mathbb { R } ^ { N \\times M }", + "type": "inline_equation" + }, + { + "bbox": [ + 269, + 475, + 290, + 491 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 290, + 477, + 344, + 489 + ], + "score": 0.9, + "content": "\\mathbf { B } \\in \\mathbb { R } ^ { M \\times L }", + "type": "inline_equation" + }, + { + "bbox": [ + 344, + 475, + 506, + 491 + ], + "score": 1.0, + "content": "be two independent standard random", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 142, + 489, + 506, + 503 + ], + "spans": [ + { + "bbox": [ + 142, + 491, + 366, + 503 + ], + "score": 1.0, + "content": "Gaussian matrices. Without loss of generality, assume", + "type": "text" + }, + { + "bbox": [ + 367, + 491, + 399, + 501 + ], + "score": 0.88, + "content": "N \\geq L ,", + "type": "inline_equation" + }, + { + "bbox": [ + 399, + 491, + 450, + 503 + ], + "score": 1.0, + "content": ", and denote", + "type": "text" + }, + { + "bbox": [ + 450, + 489, + 503, + 502 + ], + "score": 0.92, + "content": "\\alpha \\triangleq M L / N", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 491, + 506, + 503 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 141, + 501, + 447, + 515 + ], + "spans": [ + { + "bbox": [ + 141, + 501, + 221, + 515 + ], + "score": 1.0, + "content": "Then, in the regime", + "type": "text" + }, + { + "bbox": [ + 221, + 502, + 255, + 513 + ], + "score": 0.91, + "content": "M \\leq N", + "type": "inline_equation" + }, + { + "bbox": [ + 256, + 501, + 338, + 515 + ], + "score": 1.0, + "content": "and in the limit min", + "type": "text" + }, + { + "bbox": [ + 339, + 502, + 407, + 514 + ], + "score": 0.62, + "content": "[ N , M , L ] \\dot { > } \\alpha \\dot { > } 1", + "type": "inline_equation" + }, + { + "bbox": [ + 407, + 501, + 447, + 515 + ], + "score": 1.0, + "content": ", we have", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 29, + "bbox_fs": [ + 141, + 475, + 506, + 515 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 249, + 517, + 396, + 538 + ], + "lines": [ + { + "bbox": [ + 249, + 517, + 396, + 538 + ], + "spans": [ + { + "bbox": [ + 249, + 517, + 396, + 538 + ], + "score": 0.91, + "content": "\\begin{array} { r } { \\mathbb { P } \\left( \\mathbf { C B } > 0 \\right) \\dot { \\leq } \\exp \\left( - 0 . 4 N \\alpha ^ { 1 / 4 } \\right) . } \\end{array}", + "type": "interline_equation", + "image_path": "44fede03f3bb993bbce2b480d94bb9545c17da4fe315581887002fc34564bf6d.jpg" + } + ] + } + ], + "index": 31, + "virtual_lines": [ + { + "bbox": [ + 249, + 517, + 396, + 538 + ], + "spans": [], + "index": 31 + } + ] + }, + { + "type": "text", + "bbox": [ + 130, + 545, + 505, + 582 + ], + "lines": [ + { + "bbox": [ + 127, + 543, + 505, + 570 + ], + "spans": [ + { + "bbox": [ + 127, + 543, + 175, + 569 + ], + "score": 1.0, + "content": "4. We use", + "type": "text" + }, + { + "bbox": [ + 176, + 544, + 326, + 570 + ], + "score": 0.89, + "content": "r d _ { 0 } \\leq N , \\left( \\begin{array} { c } { { N } } \\\\ { { K _ { r } } } \\end{array} \\right) \\leq 2 ^ { N } , K _ { r } \\leq N ,", + "type": "inline_equation" + }, + { + "bbox": [ + 326, + 546, + 348, + 567 + ], + "score": 1.0, + "content": ", and", + "type": "text" + }, + { + "bbox": [ + 348, + 551, + 375, + 562 + ], + "score": 0.9, + "content": "d _ { 1 } \\dot { < } N", + "type": "inline_equation" + }, + { + "bbox": [ + 376, + 546, + 482, + 567 + ], + "score": 1.0, + "content": "(from assumption 4) and", + "type": "text" + }, + { + "bbox": [ + 482, + 550, + 505, + 563 + ], + "score": 0.87, + "content": "r ^ { 2 } \\leq", + "type": "inline_equation" + } + ], + "index": 32 + }, + { + "bbox": [ + 142, + 567, + 451, + 583 + ], + "spans": [ + { + "bbox": [ + 142, + 569, + 189, + 582 + ], + "score": 0.92, + "content": "N ^ { 2 } / d _ { 0 } ^ { 2 } { \\dot { < } } N", + "type": "inline_equation" + }, + { + "bbox": [ + 189, + 567, + 451, + 583 + ], + "score": 1.0, + "content": "(from assumption (3)) to simplify the combintaorial expressions.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32.5, + "bbox_fs": [ + 127, + 543, + 505, + 583 + ] + }, + { + "type": "text", + "bbox": [ + 128, + 584, + 506, + 608 + ], + "lines": [ + { + "bbox": [ + 129, + 584, + 505, + 597 + ], + "spans": [ + { + "bbox": [ + 129, + 584, + 201, + 597 + ], + "score": 1.0, + "content": "5. First, note that", + "type": "text" + }, + { + "bbox": [ + 201, + 585, + 226, + 594 + ], + "score": 0.9, + "content": "r = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 226, + 584, + 505, + 597 + ], + "score": 1.0, + "content": "is the maximal term in the sum, so we can neglect the other, exponenti-", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 142, + 595, + 411, + 608 + ], + "spans": [ + { + "bbox": [ + 142, + 595, + 368, + 608 + ], + "score": 1.0, + "content": "ally smaller, terms. Second, from assumption 3 we have", + "type": "text" + }, + { + "bbox": [ + 368, + 595, + 396, + 607 + ], + "score": 0.91, + "content": "d _ { 0 } { \\dot { \\le } } N", + "type": "inline_equation" + }, + { + "bbox": [ + 396, + 595, + 411, + 608 + ], + "score": 1.0, + "content": ", so", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 34.5, + "bbox_fs": [ + 129, + 584, + 505, + 608 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 165, + 610, + 481, + 635 + ], + "lines": [ + { + "bbox": [ + 165, + 610, + 481, + 635 + ], + "spans": [ + { + "bbox": [ + 165, + 610, + 481, + 635 + ], + "score": 0.91, + "content": "\\operatorname* { l i m } _ { N \\to \\infty } 0 . 2 3 \\operatorname* { m a x } \\left[ \\epsilon , d _ { 0 } \\left( N \\right) / N \\right] ^ { 3 / 4 } = 0 . 2 3 \\operatorname* { m a x } \\left[ \\epsilon , \\operatorname* { l i m } _ { N \\to \\infty } d _ { 0 } \\left( N \\right) / N \\right] ^ { 3 / 4 } = \\gamma _ { \\epsilon } .", + "type": "interline_equation", + "image_path": "80d1b85478f1bf71c4868633b88c85b366ae645e89dd57b5fd47fd444dc364e0.jpg" + } + ] + } + ], + "index": 36, + "virtual_lines": [ + { + "bbox": [ + 165, + 610, + 481, + 635 + ], + "spans": [], + "index": 36 + } + ] + }, + { + "type": "text", + "bbox": [ + 142, + 639, + 487, + 653 + ], + "lines": [ + { + "bbox": [ + 140, + 637, + 489, + 656 + ], + "spans": [ + { + "bbox": [ + 140, + 637, + 281, + 656 + ], + "score": 1.0, + "content": "Third, from assumption 4 we have", + "type": "text" + }, + { + "bbox": [ + 281, + 639, + 348, + 652 + ], + "score": 0.92, + "content": "N \\log ^ { 4 } N { \\dot { < } } d _ { 0 } d _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 349, + 637, + 378, + 656 + ], + "score": 1.0, + "content": ", so the", + "type": "text" + }, + { + "bbox": [ + 379, + 640, + 412, + 651 + ], + "score": 0.9, + "content": "2 ^ { N \\log N }", + "type": "inline_equation" + }, + { + "bbox": [ + 412, + 637, + 489, + 656 + ], + "score": 1.0, + "content": "term is negligible.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 37, + "bbox_fs": [ + 140, + 637, + 489, + 656 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 661, + 130, + 672 + ], + "lines": [ + { + "bbox": [ + 105, + 659, + 133, + 676 + ], + "spans": [ + { + "bbox": [ + 105, + 659, + 133, + 676 + ], + "score": 1.0, + "content": "Thus,", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 38, + "bbox_fs": [ + 105, + 659, + 133, + 676 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 200, + 670, + 410, + 692 + ], + "lines": [ + { + "bbox": [ + 200, + 670, + 410, + 692 + ], + "spans": [ + { + "bbox": [ + 200, + 670, + 410, + 692 + ], + "score": 0.91, + "content": "\\begin{array} { r } { \\mathbb { E } _ { \\mathbf { X } \\sim \\mathcal { N } } \\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) \\dot { \\leq } \\exp \\left( - \\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\right) . } \\end{array}", + "type": "interline_equation", + "image_path": "44540abf479f600cdb5f005c7773d0fd64ab85113d457f17797f804f8388a75e.jpg" + } + ] + } + ], + "index": 39, + "virtual_lines": [ + { + "bbox": [ + 200, + 670, + 410, + 692 + ], + "spans": [], + "index": 39 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 692, + 291, + 704 + ], + "lines": [ + { + "bbox": [ + 105, + 691, + 291, + 706 + ], + "spans": [ + { + "bbox": [ + 105, + 691, + 263, + 706 + ], + "score": 1.0, + "content": "which proves the Theorem for the case", + "type": "text" + }, + { + "bbox": [ + 264, + 693, + 288, + 704 + ], + "score": 0.9, + "content": "\\rho \\neq 0", + "type": "inline_equation" + }, + { + "bbox": [ + 288, + 691, + 291, + 706 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 40, + "bbox_fs": [ + 105, + 691, + 291, + 706 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 709, + 504, + 733 + ], + "lines": [ + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 216, + 722 + ], + "score": 1.0, + "content": "Next, we consider the case", + "type": "text" + }, + { + "bbox": [ + 217, + 710, + 241, + 721 + ], + "score": 0.91, + "content": "\\rho = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 241, + 709, + 505, + 722 + ], + "score": 1.0, + "content": ". In this case, we need to change transition (4) in eq. (8.1), so the", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 720, + 505, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 172, + 734 + ], + "score": 1.0, + "content": "sum starts from", + "type": "text" + }, + { + "bbox": [ + 172, + 721, + 197, + 731 + ], + "score": 0.9, + "content": "r = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 197, + 720, + 318, + 734 + ], + "score": 1.0, + "content": ", since now we can have rank", + "type": "text" + }, + { + "bbox": [ + 319, + 720, + 386, + 732 + ], + "score": 0.88, + "content": "( a ( \\mathbf { W } \\mathbf { X } _ { S } ) \\bar { ) } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 387, + 720, + 505, + 734 + ], + "score": 1.0, + "content": ". Following exactly the same", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 41.5, + "bbox_fs": [ + 105, + 709, + 505, + 734 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 105, + 82, + 505, + 107 + ], + "lines": [ + { + "bbox": [ + 106, + 81, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 81, + 505, + 95 + ], + "score": 1.0, + "content": "logic (except the modification to the sum), we only need to modify transition (5)in eq. (8.2) – since", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 104, + 93, + 400, + 106 + ], + "spans": [ + { + "bbox": [ + 104, + 94, + 261, + 106 + ], + "score": 1.0, + "content": "now the maximal term in the sum is at", + "type": "text" + }, + { + "bbox": [ + 262, + 95, + 286, + 105 + ], + "score": 0.89, + "content": "r = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 286, + 94, + 338, + 106 + ], + "score": 1.0, + "content": ". This entails", + "type": "text" + }, + { + "bbox": [ + 339, + 93, + 396, + 106 + ], + "score": 0.94, + "content": "\\gamma _ { \\epsilon } = 0 . 2 3 \\epsilon ^ { 3 / 4 }", + "type": "inline_equation" + }, + { + "bbox": [ + 397, + 94, + 400, + 106 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "text", + "bbox": [ + 106, + 125, + 506, + 160 + ], + "lines": [ + { + "bbox": [ + 105, + 123, + 506, + 140 + ], + "spans": [ + { + "bbox": [ + 105, + 123, + 391, + 140 + ], + "score": 1.0, + "content": "Corollary 17. (Corollary 7 restated) Given assumptions 1-4, for any", + "type": "text" + }, + { + "bbox": [ + 391, + 126, + 416, + 137 + ], + "score": 0.89, + "content": "\\delta > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 416, + 123, + 506, + 140 + ], + "score": 1.0, + "content": "(possibly a vanishing", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 136, + 505, + 150 + ], + "spans": [ + { + "bbox": [ + 105, + 136, + 151, + 150 + ], + "score": 1.0, + "content": "function of", + "type": "text" + }, + { + "bbox": [ + 152, + 137, + 162, + 147 + ], + "score": 0.72, + "content": "N _ { . }", + "type": "inline_equation" + }, + { + "bbox": [ + 163, + 136, + 271, + 150 + ], + "score": 1.0, + "content": "), we have, with probability", + "type": "text" + }, + { + "bbox": [ + 272, + 137, + 295, + 147 + ], + "score": 0.85, + "content": "1 - \\delta", + "type": "inline_equation" + }, + { + "bbox": [ + 295, + 136, + 505, + 150 + ], + "score": 1.0, + "content": ", that the angular volume of sub-optimal DLMs, with", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 148, + 310, + 160 + ], + "spans": [ + { + "bbox": [ + 106, + 149, + 166, + 159 + ], + "score": 0.89, + "content": "\\mathrm { M C E } > \\epsilon > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 167, + 148, + 287, + 160 + ], + "score": 1.0, + "content": ", is exponentially vanishing in", + "type": "text" + }, + { + "bbox": [ + 287, + 149, + 297, + 158 + ], + "score": 0.8, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 297, + 148, + 310, + 160 + ], + "score": 1.0, + "content": "as", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3 + }, + { + "type": "interline_equation", + "bbox": [ + 213, + 162, + 397, + 186 + ], + "lines": [ + { + "bbox": [ + 213, + 162, + 397, + 186 + ], + "spans": [ + { + "bbox": [ + 213, + 162, + 397, + 186 + ], + "score": 0.93, + "content": "{ \\mathcal { V } } \\left( { \\mathcal { L } } _ { \\epsilon } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) \\dot { \\leq } \\frac { 1 } { \\delta } \\exp \\left( - \\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\right)", + "type": "interline_equation", + "image_path": "1ec95b09718b5c62f1740c9605819e83bf645fd3ed4f09bdf5076451cd3778dd.jpg" + } + ] + } + ], + "index": 5, + "virtual_lines": [ + { + "bbox": [ + 213, + 162, + 397, + 186 + ], + "spans": [], + "index": 5 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 196, + 435, + 209 + ], + "lines": [ + { + "bbox": [ + 106, + 196, + 435, + 210 + ], + "spans": [ + { + "bbox": [ + 106, + 196, + 160, + 210 + ], + "score": 1.0, + "content": "Proof. Since", + "type": "text" + }, + { + "bbox": [ + 161, + 197, + 236, + 209 + ], + "score": 0.93, + "content": "\\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) \\geq 0", + "type": "inline_equation" + }, + { + "bbox": [ + 236, + 196, + 363, + 210 + ], + "score": 1.0, + "content": "we can use Markov’s Theorem", + "type": "text" + }, + { + "bbox": [ + 363, + 198, + 432, + 209 + ], + "score": 0.37, + "content": "( \\mathrm { F a c t } 1 1 ) \\forall \\eta > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 432, + 196, + 435, + 210 + ], + "score": 1.0, + "content": ":", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 6 + }, + { + "type": "interline_equation", + "bbox": [ + 190, + 212, + 420, + 239 + ], + "lines": [ + { + "bbox": [ + 190, + 212, + 420, + 239 + ], + "spans": [ + { + "bbox": [ + 190, + 212, + 420, + 239 + ], + "score": 0.9, + "content": "\\mathbb { P } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left( \\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) < \\eta \\right) > 1 - \\frac { \\mathbb { E } _ { \\mathbf { X } \\sim \\mathcal { N } } \\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) } { \\eta }", + "type": "interline_equation", + "image_path": "2dc91f38ea1fb3c23cbd1245a42972f4f8edc0e8870805621a60c5e4b1976bd0.jpg" + } + ] + } + ], + "index": 7, + "virtual_lines": [ + { + "bbox": [ + 190, + 212, + 420, + 239 + ], + "spans": [], + "index": 7 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 243, + 443, + 256 + ], + "lines": [ + { + "bbox": [ + 106, + 241, + 445, + 258 + ], + "spans": [ + { + "bbox": [ + 106, + 241, + 144, + 258 + ], + "score": 1.0, + "content": "denoting", + "type": "text" + }, + { + "bbox": [ + 144, + 243, + 253, + 257 + ], + "score": 0.92, + "content": "\\begin{array} { r } { \\eta = \\frac { 1 } { \\delta } \\mathbb { E } _ { \\mathbf { X } \\sim \\mathcal { N } } \\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 253, + 241, + 445, + 258 + ], + "score": 1.0, + "content": ", and using Theorem (6) we prove the corollary.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 8 + }, + { + "type": "interline_equation", + "bbox": [ + 173, + 259, + 437, + 316 + ], + "lines": [ + { + "bbox": [ + 173, + 259, + 437, + 316 + ], + "spans": [ + { + "bbox": [ + 173, + 259, + 437, + 316 + ], + "score": 0.94, + "content": "\\begin{array} { r l } & { 1 - \\delta < \\mathbb { P } _ { { \\mathbf { X } } \\sim { \\mathcal { N } } } \\left( \\displaystyle \\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( { \\mathbf { X } } , { \\mathbf { y } } \\right) \\right) < \\frac { 1 } { \\delta } \\mathbb { E } _ { { \\mathbf { X } } \\sim { \\mathcal { N } } } \\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( { \\mathbf { X } } , { \\mathbf { y } } \\right) \\right) \\right) } \\\\ & { \\quad \\quad \\quad < \\mathbb { P } _ { { \\mathbf { X } } \\sim { \\mathcal { N } } } \\left( \\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( { \\mathbf { X } } , { \\mathbf { y } } \\right) \\right) \\dot { \\leq } \\frac { 1 } { \\delta } \\exp \\left( - \\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\right) \\right) } \\end{array}", + "type": "interline_equation", + "image_path": "36d6b97111f482b5888329e9e8c4b873fb425980acee6b653550d879f9ba423e.jpg" + } + ] + } + ], + "index": 10, + "virtual_lines": [ + { + "bbox": [ + 173, + 259, + 437, + 278.0 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 173, + 278.0, + 437, + 297.0 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 173, + 297.0, + 437, + 316.0 + ], + "spans": [], + "index": 11 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 319, + 505, + 343 + ], + "lines": [ + { + "bbox": [ + 105, + 319, + 505, + 332 + ], + "spans": [ + { + "bbox": [ + 105, + 319, + 295, + 332 + ], + "score": 1.0, + "content": "where we note that replacing a regular inequality", + "type": "text" + }, + { + "bbox": [ + 295, + 321, + 304, + 330 + ], + "score": 0.8, + "content": "<", + "type": "inline_equation" + }, + { + "bbox": [ + 305, + 319, + 441, + 332 + ], + "score": 1.0, + "content": "with inequality in the leading order", + "type": "text" + }, + { + "bbox": [ + 441, + 319, + 450, + 331 + ], + "score": 0.71, + "content": "\\dot { \\leq }", + "type": "inline_equation" + }, + { + "bbox": [ + 450, + 319, + 505, + 332 + ], + "score": 1.0, + "content": "only removes", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 331, + 504, + 344 + ], + "spans": [ + { + "bbox": [ + 105, + 331, + 311, + 344 + ], + "score": 1.0, + "content": "constraints, and therefore increases the probability.", + "type": "text" + }, + { + "bbox": [ + 495, + 333, + 504, + 340 + ], + "score": 0.997, + "content": "□", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12.5 + }, + { + "type": "title", + "bbox": [ + 106, + 358, + 441, + 371 + ], + "lines": [ + { + "bbox": [ + 105, + 357, + 442, + 372 + ], + "spans": [ + { + "bbox": [ + 105, + 357, + 442, + 372 + ], + "score": 1.0, + "content": "9 CONSTRUCTION OF GLOBAL MINIMA: PROOF OF THEOREM 8:", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 14 + }, + { + "type": "text", + "bbox": [ + 107, + 382, + 236, + 394 + ], + "lines": [ + { + "bbox": [ + 105, + 381, + 235, + 397 + ], + "spans": [ + { + "bbox": [ + 105, + 381, + 235, + 397 + ], + "score": 1.0, + "content": "Recall the LReLU non-linearity", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 15 + }, + { + "type": "interline_equation", + "bbox": [ + 253, + 393, + 358, + 421 + ], + "lines": [ + { + "bbox": [ + 253, + 393, + 358, + 421 + ], + "spans": [ + { + "bbox": [ + 253, + 393, + 358, + 421 + ], + "score": 0.94, + "content": "f \\left( x \\right) \\triangleq { \\left\\{ \\begin{array} { l l } { \\rho x } & { , { \\mathrm { i f ~ } } x < 0 } \\\\ { x } & { , { \\mathrm { i f ~ } } x \\geq 0 } \\end{array} \\right. }", + "type": "interline_equation", + "image_path": "3a9836c54a3588da2a9b52a87454af7cf7fc0020bf26f65f4a5504f2551c1d03.jpg" + } + ] + } + ], + "index": 16, + "virtual_lines": [ + { + "bbox": [ + 253, + 393, + 358, + 421 + ], + "spans": [], + "index": 16 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 423, + 210, + 435 + ], + "lines": [ + { + "bbox": [ + 105, + 421, + 207, + 437 + ], + "spans": [ + { + "bbox": [ + 105, + 421, + 182, + 437 + ], + "score": 1.0, + "content": "in eq. (2.1), where", + "type": "text" + }, + { + "bbox": [ + 183, + 423, + 207, + 435 + ], + "score": 0.91, + "content": "\\rho \\neq 1", + "type": "inline_equation" + } + ], + "index": 17 + } + ], + "index": 17 + }, + { + "type": "text", + "bbox": [ + 106, + 436, + 505, + 486 + ], + "lines": [ + { + "bbox": [ + 105, + 434, + 506, + 450 + ], + "spans": [ + { + "bbox": [ + 105, + 434, + 294, + 450 + ], + "score": 1.0, + "content": "Theorem 18. (Theorem 8 restated) For any", + "type": "text" + }, + { + "bbox": [ + 294, + 436, + 350, + 449 + ], + "score": 0.93, + "content": "\\mathbf { y } \\in \\{ 0 , 1 \\} ^ { N }", + "type": "inline_equation" + }, + { + "bbox": [ + 350, + 434, + 370, + 450 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 371, + 436, + 424, + 447 + ], + "score": 0.91, + "content": "\\mathbf { X } \\in \\mathbb { R } ^ { d _ { 0 } \\times N }", + "type": "inline_equation" + }, + { + "bbox": [ + 424, + 434, + 506, + 450 + ], + "score": 1.0, + "content": "almost everywhere", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 104, + 447, + 505, + 464 + ], + "spans": [ + { + "bbox": [ + 104, + 447, + 180, + 464 + ], + "score": 1.0, + "content": "we find matrices", + "type": "text" + }, + { + "bbox": [ + 180, + 449, + 245, + 461 + ], + "score": 0.9, + "content": "\\mathbf { W ^ { * } } ~ \\in ~ \\mathbb { R } ^ { d _ { 1 } ^ { * } \\times d _ { 0 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 246, + 447, + 267, + 464 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 268, + 449, + 312, + 461 + ], + "score": 0.91, + "content": "\\mathbf { z } ^ { * } ~ \\in ~ \\mathbb { R } ^ { d _ { 1 } ^ { * } }", + "type": "inline_equation" + }, + { + "bbox": [ + 312, + 447, + 360, + 464 + ], + "score": 1.0, + "content": ", such that", + "type": "text" + }, + { + "bbox": [ + 360, + 449, + 445, + 462 + ], + "score": 0.91, + "content": "\\mathbf { y } ~ = ~ f \\left( \\mathbf { W } ^ { * } \\mathbf { X } \\right) ^ { \\top } \\mathbf { z } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 445, + 447, + 479, + 464 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 479, + 449, + 505, + 462 + ], + "score": 0.78, + "content": "d _ { 1 } ^ { * } \\ \\triangleq", + "type": "inline_equation" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 460, + 506, + 476 + ], + "spans": [ + { + "bbox": [ + 106, + 462, + 177, + 475 + ], + "score": 0.9, + "content": "4 \\left\\lceil N / \\left( 2 d _ { 0 } - 2 \\right) \\right\\rceil", + "type": "inline_equation" + }, + { + "bbox": [ + 177, + 460, + 198, + 476 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 199, + 461, + 290, + 475 + ], + "score": 0.92, + "content": "\\forall i , n : \\mathbf { w } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\neq 0", + "type": "inline_equation" + }, + { + "bbox": [ + 290, + 460, + 413, + 476 + ], + "score": 1.0, + "content": ". Therefore, every MNN with", + "type": "text" + }, + { + "bbox": [ + 413, + 463, + 452, + 475 + ], + "score": 0.93, + "content": "d _ { 1 } \\ \\geq \\ d _ { 1 } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 452, + 460, + 506, + 476 + ], + "score": 1.0, + "content": "has a DLM", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 474, + 240, + 485 + ], + "spans": [ + { + "bbox": [ + 106, + 474, + 211, + 485 + ], + "score": 1.0, + "content": "which achieves zero error", + "type": "text" + }, + { + "bbox": [ + 211, + 475, + 236, + 484 + ], + "score": 0.87, + "content": "\\mathbf { e } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 236, + 474, + 240, + 485 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 19.5 + }, + { + "type": "text", + "bbox": [ + 107, + 493, + 505, + 538 + ], + "lines": [ + { + "bbox": [ + 106, + 494, + 506, + 506 + ], + "spans": [ + { + "bbox": [ + 106, + 494, + 259, + 506 + ], + "score": 1.0, + "content": "We prove the existence of a solution", + "type": "text" + }, + { + "bbox": [ + 259, + 494, + 296, + 505 + ], + "score": 0.9, + "content": "( \\mathbf { W } ^ { * } , \\mathbf { z } ^ { * } )", + "type": "inline_equation" + }, + { + "bbox": [ + 296, + 494, + 506, + 506 + ], + "score": 1.0, + "content": ", by explicitly constructing it. This construction is", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 505, + 505, + 516 + ], + "spans": [ + { + "bbox": [ + 105, + 505, + 505, + 516 + ], + "score": 1.0, + "content": "a variant of (Baum, 1988, Theorem 1), except we use LReLU without bias and MSE – instead of", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 515, + 505, + 529 + ], + "spans": [ + { + "bbox": [ + 105, + 515, + 356, + 529 + ], + "score": 1.0, + "content": "threshold units with bias and MCE. First, we note that for any", + "type": "text" + }, + { + "bbox": [ + 356, + 516, + 406, + 527 + ], + "score": 0.91, + "content": "\\epsilon _ { 1 } > \\epsilon _ { 2 } > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 406, + 515, + 505, + 529 + ], + "score": 1.0, + "content": ", the following trapezoid", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 526, + 331, + 538 + ], + "spans": [ + { + "bbox": [ + 105, + 526, + 331, + 538 + ], + "score": 1.0, + "content": "function can be written as a scaled sum of four LReLU:", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 23.5 + }, + { + "type": "interline_equation", + "bbox": [ + 149, + 540, + 461, + 613 + ], + "lines": [ + { + "bbox": [ + 149, + 540, + 461, + 613 + ], + "spans": [ + { + "bbox": [ + 149, + 540, + 461, + 613 + ], + "score": 0.93, + "content": "\\begin{array} { l } { \\displaystyle \\tau \\left( x \\right) \\triangleq \\left\\{ \\begin{array} { l l } { 0 } & { \\mathrm { , ~ i f ~ } | x | > \\epsilon _ { 1 } } \\\\ { 1 } & { \\mathrm { , ~ i f ~ } | x | \\leq \\epsilon _ { 2 } } \\\\ { \\frac { \\epsilon _ { 1 } - | x | } { \\epsilon _ { 1 } - \\epsilon _ { 2 } } } & { \\mathrm { , ~ i f ~ } \\epsilon _ { 2 } < | x | \\leq \\epsilon _ { 1 } } \\\\ { = \\displaystyle \\frac { 1 } { \\epsilon _ { 1 } - \\epsilon _ { 2 } } \\frac { 1 } { 1 - \\rho } \\left[ f \\left( x + \\epsilon _ { 1 } \\right) - f \\left( x + \\epsilon _ { 2 } \\right) - f \\left( x - \\epsilon _ { 2 } \\right) + f \\left( x - \\epsilon _ { 1 } \\right) \\right] . } \\end{array} \\right. } \\end{array}", + "type": "interline_equation", + "image_path": "a211f0f15b159948d9a8919c4ce08f0aa24f7a3aaa0f9c176ebfeede943d3075.jpg" + } + ] + } + ], + "index": 27, + "virtual_lines": [ + { + "bbox": [ + 149, + 540, + 461, + 564.3333333333334 + ], + "spans": [], + "index": 26 + }, + { + "bbox": [ + 149, + 564.3333333333334, + 461, + 588.6666666666667 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 149, + 588.6666666666667, + 461, + 613.0000000000001 + ], + "spans": [], + "index": 28 + } + ] + }, + { + "type": "text", + "bbox": [ + 103, + 615, + 505, + 641 + ], + "lines": [ + { + "bbox": [ + 105, + 613, + 506, + 630 + ], + "spans": [ + { + "bbox": [ + 105, + 613, + 382, + 630 + ], + "score": 1.0, + "content": "Next, we examine the set of data points which are classified to 1:", + "type": "text" + }, + { + "bbox": [ + 382, + 614, + 500, + 629 + ], + "score": 0.81, + "content": "S ^ { + } \\triangleq \\left\\{ n \\in [ N ] | y ^ { ( n ) } = 1 \\right\\}", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 613, + 506, + 630 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 627, + 372, + 644 + ], + "spans": [ + { + "bbox": [ + 105, + 627, + 245, + 644 + ], + "score": 1.0, + "content": "Without loss of generality, assume", + "type": "text" + }, + { + "bbox": [ + 246, + 628, + 288, + 642 + ], + "score": 0.94, + "content": "\\vert S ^ { + } \\vert \\le \\frac { N } { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 289, + 627, + 344, + 644 + ], + "score": 1.0, + "content": ". We partition", + "type": "text" + }, + { + "bbox": [ + 344, + 629, + 359, + 639 + ], + "score": 0.89, + "content": "S ^ { + }", + "type": "inline_equation" + }, + { + "bbox": [ + 359, + 627, + 372, + 644 + ], + "score": 1.0, + "content": "to", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 29.5 + }, + { + "type": "interline_equation", + "bbox": [ + 237, + 645, + 373, + 673 + ], + "lines": [ + { + "bbox": [ + 237, + 645, + 373, + 673 + ], + "spans": [ + { + "bbox": [ + 237, + 645, + 373, + 673 + ], + "score": 0.94, + "content": "K = \\left\\lceil { \\frac { | S ^ { + } | } { d _ { 0 } - 1 } } \\right\\rceil \\leq \\left\\lceil { \\frac { N } { 2 \\left( d _ { 0 } - 1 \\right) } } \\right\\rceil", + "type": "interline_equation", + "image_path": "298eb14ca98d1ab7bf9d82caf0c9900c1010dcd88684e1a7a497acf1788b749c.jpg" + } + ] + } + ], + "index": 31, + "virtual_lines": [ + { + "bbox": [ + 237, + 645, + 373, + 673 + ], + "spans": [], + "index": 31 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 677, + 505, + 719 + ], + "lines": [ + { + "bbox": [ + 101, + 670, + 504, + 704 + ], + "spans": [ + { + "bbox": [ + 101, + 670, + 138, + 704 + ], + "score": 1.0, + "content": "subsets", + "type": "text" + }, + { + "bbox": [ + 139, + 677, + 178, + 694 + ], + "score": 0.93, + "content": "\\left\\{ { \\cal { S } } _ { i } ^ { + } \\right\\} _ { i = 1 } ^ { K }", + "type": "inline_equation" + }, + { + "bbox": [ + 178, + 670, + 280, + 704 + ], + "score": 1.0, + "content": ", each with no more than", + "type": "text" + }, + { + "bbox": [ + 281, + 680, + 309, + 691 + ], + "score": 0.9, + "content": "d _ { 0 } - 1", + "type": "inline_equation" + }, + { + "bbox": [ + 309, + 670, + 493, + 704 + ], + "score": 1.0, + "content": "samples. For almost any dataset we can find K", + "type": "text" + }, + { + "bbox": [ + 493, + 680, + 504, + 690 + ], + "score": 0.8, + "content": "K", + "type": "inline_equation" + } + ], + "index": 32 + }, + { + "bbox": [ + 102, + 687, + 509, + 713 + ], + "spans": [ + { + "bbox": [ + 102, + 687, + 317, + 713 + ], + "score": 1.0, + "content": "i=1hyperplanes passing through the origin, with normals", + "type": "text" + }, + { + "bbox": [ + 353, + 687, + 509, + 713 + ], + "score": 1.0, + "content": "such that each hyperplane contains all", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 107, + 706, + 236, + 721 + ], + "spans": [ + { + "bbox": [ + 107, + 707, + 135, + 719 + ], + "score": 0.89, + "content": "d _ { 0 } - 1", + "type": "inline_equation" + }, + { + "bbox": [ + 135, + 706, + 200, + 721 + ], + "score": 1.0, + "content": "points in subset", + "type": "text" + }, + { + "bbox": [ + 200, + 707, + 214, + 720 + ], + "score": 0.91, + "content": "{ S } _ { i } ^ { + }", + "type": "inline_equation" + }, + { + "bbox": [ + 215, + 706, + 236, + 721 + ], + "score": 1.0, + "content": ", i.e.,", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 33 + }, + { + "type": "interline_equation", + "bbox": [ + 275, + 717, + 335, + 735 + ], + "lines": [ + { + "bbox": [ + 275, + 717, + 335, + 735 + ], + "spans": [ + { + "bbox": [ + 275, + 717, + 335, + 735 + ], + "score": 0.93, + "content": "\\tilde { \\mathbf { w } } _ { i } ^ { \\top } \\mathbf { X } _ { S _ { i } ^ { + } } = 0 ,", + "type": "interline_equation", + "image_path": "238355f0a586b842f9f44bbbc43072e2fb15c002b2e06ae364765f711adafc1e.jpg" + } + ] + } + ], + "index": 35, + "virtual_lines": [ + { + "bbox": [ + 275, + 717, + 335, + 735 + ], + "spans": [], + "index": 35 + } + ] + } + ], + "page_idx": 14, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 26, + 308, + 38 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 309, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 309, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "score": 1.0, + "content": "15", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 495, + 111, + 504, + 122 + ], + "lines": [] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 105, + 82, + 505, + 107 + ], + "lines": [ + { + "bbox": [ + 106, + 81, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 81, + 505, + 95 + ], + "score": 1.0, + "content": "logic (except the modification to the sum), we only need to modify transition (5)in eq. (8.2) – since", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 104, + 93, + 400, + 106 + ], + "spans": [ + { + "bbox": [ + 104, + 94, + 261, + 106 + ], + "score": 1.0, + "content": "now the maximal term in the sum is at", + "type": "text" + }, + { + "bbox": [ + 262, + 95, + 286, + 105 + ], + "score": 0.89, + "content": "r = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 286, + 94, + 338, + 106 + ], + "score": 1.0, + "content": ". This entails", + "type": "text" + }, + { + "bbox": [ + 339, + 93, + 396, + 106 + ], + "score": 0.94, + "content": "\\gamma _ { \\epsilon } = 0 . 2 3 \\epsilon ^ { 3 / 4 }", + "type": "inline_equation" + }, + { + "bbox": [ + 397, + 94, + 400, + 106 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5, + "bbox_fs": [ + 104, + 81, + 505, + 106 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 125, + 506, + 160 + ], + "lines": [ + { + "bbox": [ + 105, + 123, + 506, + 140 + ], + "spans": [ + { + "bbox": [ + 105, + 123, + 391, + 140 + ], + "score": 1.0, + "content": "Corollary 17. (Corollary 7 restated) Given assumptions 1-4, for any", + "type": "text" + }, + { + "bbox": [ + 391, + 126, + 416, + 137 + ], + "score": 0.89, + "content": "\\delta > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 416, + 123, + 506, + 140 + ], + "score": 1.0, + "content": "(possibly a vanishing", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 136, + 505, + 150 + ], + "spans": [ + { + "bbox": [ + 105, + 136, + 151, + 150 + ], + "score": 1.0, + "content": "function of", + "type": "text" + }, + { + "bbox": [ + 152, + 137, + 162, + 147 + ], + "score": 0.72, + "content": "N _ { . }", + "type": "inline_equation" + }, + { + "bbox": [ + 163, + 136, + 271, + 150 + ], + "score": 1.0, + "content": "), we have, with probability", + "type": "text" + }, + { + "bbox": [ + 272, + 137, + 295, + 147 + ], + "score": 0.85, + "content": "1 - \\delta", + "type": "inline_equation" + }, + { + "bbox": [ + 295, + 136, + 505, + 150 + ], + "score": 1.0, + "content": ", that the angular volume of sub-optimal DLMs, with", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 148, + 310, + 160 + ], + "spans": [ + { + "bbox": [ + 106, + 149, + 166, + 159 + ], + "score": 0.89, + "content": "\\mathrm { M C E } > \\epsilon > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 167, + 148, + 287, + 160 + ], + "score": 1.0, + "content": ", is exponentially vanishing in", + "type": "text" + }, + { + "bbox": [ + 287, + 149, + 297, + 158 + ], + "score": 0.8, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 297, + 148, + 310, + 160 + ], + "score": 1.0, + "content": "as", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3, + "bbox_fs": [ + 105, + 123, + 506, + 160 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 213, + 162, + 397, + 186 + ], + "lines": [ + { + "bbox": [ + 213, + 162, + 397, + 186 + ], + "spans": [ + { + "bbox": [ + 213, + 162, + 397, + 186 + ], + "score": 0.93, + "content": "{ \\mathcal { V } } \\left( { \\mathcal { L } } _ { \\epsilon } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) \\dot { \\leq } \\frac { 1 } { \\delta } \\exp \\left( - \\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\right)", + "type": "interline_equation", + "image_path": "1ec95b09718b5c62f1740c9605819e83bf645fd3ed4f09bdf5076451cd3778dd.jpg" + } + ] + } + ], + "index": 5, + "virtual_lines": [ + { + "bbox": [ + 213, + 162, + 397, + 186 + ], + "spans": [], + "index": 5 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 196, + 435, + 209 + ], + "lines": [ + { + "bbox": [ + 106, + 196, + 435, + 210 + ], + "spans": [ + { + "bbox": [ + 106, + 196, + 160, + 210 + ], + "score": 1.0, + "content": "Proof. Since", + "type": "text" + }, + { + "bbox": [ + 161, + 197, + 236, + 209 + ], + "score": 0.93, + "content": "\\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) \\geq 0", + "type": "inline_equation" + }, + { + "bbox": [ + 236, + 196, + 363, + 210 + ], + "score": 1.0, + "content": "we can use Markov’s Theorem", + "type": "text" + }, + { + "bbox": [ + 363, + 198, + 432, + 209 + ], + "score": 0.37, + "content": "( \\mathrm { F a c t } 1 1 ) \\forall \\eta > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 432, + 196, + 435, + 210 + ], + "score": 1.0, + "content": ":", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 6, + "bbox_fs": [ + 106, + 196, + 435, + 210 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 190, + 212, + 420, + 239 + ], + "lines": [ + { + "bbox": [ + 190, + 212, + 420, + 239 + ], + "spans": [ + { + "bbox": [ + 190, + 212, + 420, + 239 + ], + "score": 0.9, + "content": "\\mathbb { P } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left( \\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) < \\eta \\right) > 1 - \\frac { \\mathbb { E } _ { \\mathbf { X } \\sim \\mathcal { N } } \\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) } { \\eta }", + "type": "interline_equation", + "image_path": "2dc91f38ea1fb3c23cbd1245a42972f4f8edc0e8870805621a60c5e4b1976bd0.jpg" + } + ] + } + ], + "index": 7, + "virtual_lines": [ + { + "bbox": [ + 190, + 212, + 420, + 239 + ], + "spans": [], + "index": 7 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 243, + 443, + 256 + ], + "lines": [ + { + "bbox": [ + 106, + 241, + 445, + 258 + ], + "spans": [ + { + "bbox": [ + 106, + 241, + 144, + 258 + ], + "score": 1.0, + "content": "denoting", + "type": "text" + }, + { + "bbox": [ + 144, + 243, + 253, + 257 + ], + "score": 0.92, + "content": "\\begin{array} { r } { \\eta = \\frac { 1 } { \\delta } \\mathbb { E } _ { \\mathbf { X } \\sim \\mathcal { N } } \\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 253, + 241, + 445, + 258 + ], + "score": 1.0, + "content": ", and using Theorem (6) we prove the corollary.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 8, + "bbox_fs": [ + 106, + 241, + 445, + 258 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 173, + 259, + 437, + 316 + ], + "lines": [ + { + "bbox": [ + 173, + 259, + 437, + 316 + ], + "spans": [ + { + "bbox": [ + 173, + 259, + 437, + 316 + ], + "score": 0.94, + "content": "\\begin{array} { r l } & { 1 - \\delta < \\mathbb { P } _ { { \\mathbf { X } } \\sim { \\mathcal { N } } } \\left( \\displaystyle \\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( { \\mathbf { X } } , { \\mathbf { y } } \\right) \\right) < \\frac { 1 } { \\delta } \\mathbb { E } _ { { \\mathbf { X } } \\sim { \\mathcal { N } } } \\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( { \\mathbf { X } } , { \\mathbf { y } } \\right) \\right) \\right) } \\\\ & { \\quad \\quad \\quad < \\mathbb { P } _ { { \\mathbf { X } } \\sim { \\mathcal { N } } } \\left( \\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( { \\mathbf { X } } , { \\mathbf { y } } \\right) \\right) \\dot { \\leq } \\frac { 1 } { \\delta } \\exp \\left( - \\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\right) \\right) } \\end{array}", + "type": "interline_equation", + "image_path": "36d6b97111f482b5888329e9e8c4b873fb425980acee6b653550d879f9ba423e.jpg" + } + ] + } + ], + "index": 10, + "virtual_lines": [ + { + "bbox": [ + 173, + 259, + 437, + 278.0 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 173, + 278.0, + 437, + 297.0 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 173, + 297.0, + 437, + 316.0 + ], + "spans": [], + "index": 11 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 319, + 505, + 343 + ], + "lines": [ + { + "bbox": [ + 105, + 319, + 505, + 332 + ], + "spans": [ + { + "bbox": [ + 105, + 319, + 295, + 332 + ], + "score": 1.0, + "content": "where we note that replacing a regular inequality", + "type": "text" + }, + { + "bbox": [ + 295, + 321, + 304, + 330 + ], + "score": 0.8, + "content": "<", + "type": "inline_equation" + }, + { + "bbox": [ + 305, + 319, + 441, + 332 + ], + "score": 1.0, + "content": "with inequality in the leading order", + "type": "text" + }, + { + "bbox": [ + 441, + 319, + 450, + 331 + ], + "score": 0.71, + "content": "\\dot { \\leq }", + "type": "inline_equation" + }, + { + "bbox": [ + 450, + 319, + 505, + 332 + ], + "score": 1.0, + "content": "only removes", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 331, + 504, + 344 + ], + "spans": [ + { + "bbox": [ + 105, + 331, + 311, + 344 + ], + "score": 1.0, + "content": "constraints, and therefore increases the probability.", + "type": "text" + }, + { + "bbox": [ + 495, + 333, + 504, + 340 + ], + "score": 0.997, + "content": "□", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12.5, + "bbox_fs": [ + 105, + 319, + 505, + 344 + ] + }, + { + "type": "title", + "bbox": [ + 106, + 358, + 441, + 371 + ], + "lines": [ + { + "bbox": [ + 105, + 357, + 442, + 372 + ], + "spans": [ + { + "bbox": [ + 105, + 357, + 442, + 372 + ], + "score": 1.0, + "content": "9 CONSTRUCTION OF GLOBAL MINIMA: PROOF OF THEOREM 8:", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 14 + }, + { + "type": "text", + "bbox": [ + 107, + 382, + 236, + 394 + ], + "lines": [ + { + "bbox": [ + 105, + 381, + 235, + 397 + ], + "spans": [ + { + "bbox": [ + 105, + 381, + 235, + 397 + ], + "score": 1.0, + "content": "Recall the LReLU non-linearity", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 15, + "bbox_fs": [ + 105, + 381, + 235, + 397 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 253, + 393, + 358, + 421 + ], + "lines": [ + { + "bbox": [ + 253, + 393, + 358, + 421 + ], + "spans": [ + { + "bbox": [ + 253, + 393, + 358, + 421 + ], + "score": 0.94, + "content": "f \\left( x \\right) \\triangleq { \\left\\{ \\begin{array} { l l } { \\rho x } & { , { \\mathrm { i f ~ } } x < 0 } \\\\ { x } & { , { \\mathrm { i f ~ } } x \\geq 0 } \\end{array} \\right. }", + "type": "interline_equation", + "image_path": "3a9836c54a3588da2a9b52a87454af7cf7fc0020bf26f65f4a5504f2551c1d03.jpg" + } + ] + } + ], + "index": 16, + "virtual_lines": [ + { + "bbox": [ + 253, + 393, + 358, + 421 + ], + "spans": [], + "index": 16 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 423, + 210, + 435 + ], + "lines": [ + { + "bbox": [ + 105, + 421, + 207, + 437 + ], + "spans": [ + { + "bbox": [ + 105, + 421, + 182, + 437 + ], + "score": 1.0, + "content": "in eq. (2.1), where", + "type": "text" + }, + { + "bbox": [ + 183, + 423, + 207, + 435 + ], + "score": 0.91, + "content": "\\rho \\neq 1", + "type": "inline_equation" + } + ], + "index": 17 + } + ], + "index": 17, + "bbox_fs": [ + 105, + 421, + 207, + 437 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 436, + 505, + 486 + ], + "lines": [ + { + "bbox": [ + 105, + 434, + 506, + 450 + ], + "spans": [ + { + "bbox": [ + 105, + 434, + 294, + 450 + ], + "score": 1.0, + "content": "Theorem 18. (Theorem 8 restated) For any", + "type": "text" + }, + { + "bbox": [ + 294, + 436, + 350, + 449 + ], + "score": 0.93, + "content": "\\mathbf { y } \\in \\{ 0 , 1 \\} ^ { N }", + "type": "inline_equation" + }, + { + "bbox": [ + 350, + 434, + 370, + 450 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 371, + 436, + 424, + 447 + ], + "score": 0.91, + "content": "\\mathbf { X } \\in \\mathbb { R } ^ { d _ { 0 } \\times N }", + "type": "inline_equation" + }, + { + "bbox": [ + 424, + 434, + 506, + 450 + ], + "score": 1.0, + "content": "almost everywhere", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 104, + 447, + 505, + 464 + ], + "spans": [ + { + "bbox": [ + 104, + 447, + 180, + 464 + ], + "score": 1.0, + "content": "we find matrices", + "type": "text" + }, + { + "bbox": [ + 180, + 449, + 245, + 461 + ], + "score": 0.9, + "content": "\\mathbf { W ^ { * } } ~ \\in ~ \\mathbb { R } ^ { d _ { 1 } ^ { * } \\times d _ { 0 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 246, + 447, + 267, + 464 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 268, + 449, + 312, + 461 + ], + "score": 0.91, + "content": "\\mathbf { z } ^ { * } ~ \\in ~ \\mathbb { R } ^ { d _ { 1 } ^ { * } }", + "type": "inline_equation" + }, + { + "bbox": [ + 312, + 447, + 360, + 464 + ], + "score": 1.0, + "content": ", such that", + "type": "text" + }, + { + "bbox": [ + 360, + 449, + 445, + 462 + ], + "score": 0.91, + "content": "\\mathbf { y } ~ = ~ f \\left( \\mathbf { W } ^ { * } \\mathbf { X } \\right) ^ { \\top } \\mathbf { z } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 445, + 447, + 479, + 464 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 479, + 449, + 505, + 462 + ], + "score": 0.78, + "content": "d _ { 1 } ^ { * } \\ \\triangleq", + "type": "inline_equation" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 460, + 506, + 476 + ], + "spans": [ + { + "bbox": [ + 106, + 462, + 177, + 475 + ], + "score": 0.9, + "content": "4 \\left\\lceil N / \\left( 2 d _ { 0 } - 2 \\right) \\right\\rceil", + "type": "inline_equation" + }, + { + "bbox": [ + 177, + 460, + 198, + 476 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 199, + 461, + 290, + 475 + ], + "score": 0.92, + "content": "\\forall i , n : \\mathbf { w } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\neq 0", + "type": "inline_equation" + }, + { + "bbox": [ + 290, + 460, + 413, + 476 + ], + "score": 1.0, + "content": ". Therefore, every MNN with", + "type": "text" + }, + { + "bbox": [ + 413, + 463, + 452, + 475 + ], + "score": 0.93, + "content": "d _ { 1 } \\ \\geq \\ d _ { 1 } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 452, + 460, + 506, + 476 + ], + "score": 1.0, + "content": "has a DLM", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 474, + 240, + 485 + ], + "spans": [ + { + "bbox": [ + 106, + 474, + 211, + 485 + ], + "score": 1.0, + "content": "which achieves zero error", + "type": "text" + }, + { + "bbox": [ + 211, + 475, + 236, + 484 + ], + "score": 0.87, + "content": "\\mathbf { e } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 236, + 474, + 240, + 485 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 19.5, + "bbox_fs": [ + 104, + 434, + 506, + 485 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 493, + 505, + 538 + ], + "lines": [ + { + "bbox": [ + 106, + 494, + 506, + 506 + ], + "spans": [ + { + "bbox": [ + 106, + 494, + 259, + 506 + ], + "score": 1.0, + "content": "We prove the existence of a solution", + "type": "text" + }, + { + "bbox": [ + 259, + 494, + 296, + 505 + ], + "score": 0.9, + "content": "( \\mathbf { W } ^ { * } , \\mathbf { z } ^ { * } )", + "type": "inline_equation" + }, + { + "bbox": [ + 296, + 494, + 506, + 506 + ], + "score": 1.0, + "content": ", by explicitly constructing it. This construction is", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 505, + 505, + 516 + ], + "spans": [ + { + "bbox": [ + 105, + 505, + 505, + 516 + ], + "score": 1.0, + "content": "a variant of (Baum, 1988, Theorem 1), except we use LReLU without bias and MSE – instead of", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 515, + 505, + 529 + ], + "spans": [ + { + "bbox": [ + 105, + 515, + 356, + 529 + ], + "score": 1.0, + "content": "threshold units with bias and MCE. First, we note that for any", + "type": "text" + }, + { + "bbox": [ + 356, + 516, + 406, + 527 + ], + "score": 0.91, + "content": "\\epsilon _ { 1 } > \\epsilon _ { 2 } > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 406, + 515, + 505, + 529 + ], + "score": 1.0, + "content": ", the following trapezoid", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 526, + 331, + 538 + ], + "spans": [ + { + "bbox": [ + 105, + 526, + 331, + 538 + ], + "score": 1.0, + "content": "function can be written as a scaled sum of four LReLU:", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 23.5, + "bbox_fs": [ + 105, + 494, + 506, + 538 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 149, + 540, + 461, + 613 + ], + "lines": [ + { + "bbox": [ + 149, + 540, + 461, + 613 + ], + "spans": [ + { + "bbox": [ + 149, + 540, + 461, + 613 + ], + "score": 0.93, + "content": "\\begin{array} { l } { \\displaystyle \\tau \\left( x \\right) \\triangleq \\left\\{ \\begin{array} { l l } { 0 } & { \\mathrm { , ~ i f ~ } | x | > \\epsilon _ { 1 } } \\\\ { 1 } & { \\mathrm { , ~ i f ~ } | x | \\leq \\epsilon _ { 2 } } \\\\ { \\frac { \\epsilon _ { 1 } - | x | } { \\epsilon _ { 1 } - \\epsilon _ { 2 } } } & { \\mathrm { , ~ i f ~ } \\epsilon _ { 2 } < | x | \\leq \\epsilon _ { 1 } } \\\\ { = \\displaystyle \\frac { 1 } { \\epsilon _ { 1 } - \\epsilon _ { 2 } } \\frac { 1 } { 1 - \\rho } \\left[ f \\left( x + \\epsilon _ { 1 } \\right) - f \\left( x + \\epsilon _ { 2 } \\right) - f \\left( x - \\epsilon _ { 2 } \\right) + f \\left( x - \\epsilon _ { 1 } \\right) \\right] . } \\end{array} \\right. } \\end{array}", + "type": "interline_equation", + "image_path": "a211f0f15b159948d9a8919c4ce08f0aa24f7a3aaa0f9c176ebfeede943d3075.jpg" + } + ] + } + ], + "index": 27, + "virtual_lines": [ + { + "bbox": [ + 149, + 540, + 461, + 564.3333333333334 + ], + "spans": [], + "index": 26 + }, + { + "bbox": [ + 149, + 564.3333333333334, + 461, + 588.6666666666667 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 149, + 588.6666666666667, + 461, + 613.0000000000001 + ], + "spans": [], + "index": 28 + } + ] + }, + { + "type": "text", + "bbox": [ + 103, + 615, + 505, + 641 + ], + "lines": [ + { + "bbox": [ + 105, + 613, + 506, + 630 + ], + "spans": [ + { + "bbox": [ + 105, + 613, + 382, + 630 + ], + "score": 1.0, + "content": "Next, we examine the set of data points which are classified to 1:", + "type": "text" + }, + { + "bbox": [ + 382, + 614, + 500, + 629 + ], + "score": 0.81, + "content": "S ^ { + } \\triangleq \\left\\{ n \\in [ N ] | y ^ { ( n ) } = 1 \\right\\}", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 613, + 506, + 630 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 627, + 372, + 644 + ], + "spans": [ + { + "bbox": [ + 105, + 627, + 245, + 644 + ], + "score": 1.0, + "content": "Without loss of generality, assume", + "type": "text" + }, + { + "bbox": [ + 246, + 628, + 288, + 642 + ], + "score": 0.94, + "content": "\\vert S ^ { + } \\vert \\le \\frac { N } { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 289, + 627, + 344, + 644 + ], + "score": 1.0, + "content": ". We partition", + "type": "text" + }, + { + "bbox": [ + 344, + 629, + 359, + 639 + ], + "score": 0.89, + "content": "S ^ { + }", + "type": "inline_equation" + }, + { + "bbox": [ + 359, + 627, + 372, + 644 + ], + "score": 1.0, + "content": "to", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 29.5, + "bbox_fs": [ + 105, + 613, + 506, + 644 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 237, + 645, + 373, + 673 + ], + "lines": [ + { + "bbox": [ + 237, + 645, + 373, + 673 + ], + "spans": [ + { + "bbox": [ + 237, + 645, + 373, + 673 + ], + "score": 0.94, + "content": "K = \\left\\lceil { \\frac { | S ^ { + } | } { d _ { 0 } - 1 } } \\right\\rceil \\leq \\left\\lceil { \\frac { N } { 2 \\left( d _ { 0 } - 1 \\right) } } \\right\\rceil", + "type": "interline_equation", + "image_path": "298eb14ca98d1ab7bf9d82caf0c9900c1010dcd88684e1a7a497acf1788b749c.jpg" + } + ] + } + ], + "index": 31, + "virtual_lines": [ + { + "bbox": [ + 237, + 645, + 373, + 673 + ], + "spans": [], + "index": 31 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 677, + 505, + 719 + ], + "lines": [ + { + "bbox": [ + 101, + 670, + 504, + 704 + ], + "spans": [ + { + "bbox": [ + 101, + 670, + 138, + 704 + ], + "score": 1.0, + "content": "subsets", + "type": "text" + }, + { + "bbox": [ + 139, + 677, + 178, + 694 + ], + "score": 0.93, + "content": "\\left\\{ { \\cal { S } } _ { i } ^ { + } \\right\\} _ { i = 1 } ^ { K }", + "type": "inline_equation" + }, + { + "bbox": [ + 178, + 670, + 280, + 704 + ], + "score": 1.0, + "content": ", each with no more than", + "type": "text" + }, + { + "bbox": [ + 281, + 680, + 309, + 691 + ], + "score": 0.9, + "content": "d _ { 0 } - 1", + "type": "inline_equation" + }, + { + "bbox": [ + 309, + 670, + 493, + 704 + ], + "score": 1.0, + "content": "samples. For almost any dataset we can find K", + "type": "text" + }, + { + "bbox": [ + 493, + 680, + 504, + 690 + ], + "score": 0.8, + "content": "K", + "type": "inline_equation" + } + ], + "index": 32 + }, + { + "bbox": [ + 102, + 687, + 509, + 713 + ], + "spans": [ + { + "bbox": [ + 102, + 687, + 317, + 713 + ], + "score": 1.0, + "content": "i=1hyperplanes passing through the origin, with normals", + "type": "text" + }, + { + "bbox": [ + 353, + 687, + 509, + 713 + ], + "score": 1.0, + "content": "such that each hyperplane contains all", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 107, + 706, + 236, + 721 + ], + "spans": [ + { + "bbox": [ + 107, + 707, + 135, + 719 + ], + "score": 0.89, + "content": "d _ { 0 } - 1", + "type": "inline_equation" + }, + { + "bbox": [ + 135, + 706, + 200, + 721 + ], + "score": 1.0, + "content": "points in subset", + "type": "text" + }, + { + "bbox": [ + 200, + 707, + 214, + 720 + ], + "score": 0.91, + "content": "{ S } _ { i } ^ { + }", + "type": "inline_equation" + }, + { + "bbox": [ + 215, + 706, + 236, + 721 + ], + "score": 1.0, + "content": ", i.e.,", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 33, + "bbox_fs": [ + 101, + 670, + 509, + 721 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 275, + 717, + 335, + 735 + ], + "lines": [ + { + "bbox": [ + 275, + 717, + 335, + 735 + ], + "spans": [ + { + "bbox": [ + 275, + 717, + 335, + 735 + ], + "score": 0.93, + "content": "\\tilde { \\mathbf { w } } _ { i } ^ { \\top } \\mathbf { X } _ { S _ { i } ^ { + } } = 0 ,", + "type": "interline_equation", + "image_path": "238355f0a586b842f9f44bbbc43072e2fb15c002b2e06ae364765f711adafc1e.jpg" + } + ] + } + ], + "index": 35, + "virtual_lines": [ + { + "bbox": [ + 275, + 717, + 335, + 735 + ], + "spans": [], + "index": 35 + } + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 105, + 81, + 299, + 95 + ], + "lines": [ + { + "bbox": [ + 105, + 80, + 300, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 80, + 193, + 96 + ], + "score": 1.0, + "content": "but no other point, so", + "type": "text" + }, + { + "bbox": [ + 193, + 81, + 294, + 95 + ], + "score": 0.84, + "content": "\\forall n \\notin S _ { i } ^ { + } : \\tilde { \\mathbf { w } } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\neq 0", + "type": "inline_equation" + }, + { + "bbox": [ + 294, + 80, + 300, + 96 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 107, + 99, + 444, + 114 + ], + "lines": [ + { + "bbox": [ + 104, + 98, + 446, + 116 + ], + "spans": [ + { + "bbox": [ + 104, + 98, + 115, + 116 + ], + "score": 1.0, + "content": "If", + "type": "text" + }, + { + "bbox": [ + 116, + 102, + 138, + 113 + ], + "score": 0.89, + "content": "\\epsilon _ { 1 } , \\epsilon _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 138, + 98, + 272, + 116 + ], + "score": 1.0, + "content": "in eq. (9.1) are sufficiently small", + "type": "text" + }, + { + "bbox": [ + 273, + 100, + 388, + 114 + ], + "score": 0.91, + "content": "( \\forall n \\notin S _ { i } ^ { + } : \\left| \\tilde { \\mathbf { w } } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right| > \\epsilon _ { 1 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 388, + 98, + 446, + 116 + ], + "score": 1.0, + "content": "then we have", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 1 + }, + { + "type": "interline_equation", + "bbox": [ + 234, + 119, + 376, + 147 + ], + "lines": [ + { + "bbox": [ + 234, + 119, + 376, + 147 + ], + "spans": [ + { + "bbox": [ + 234, + 119, + 376, + 147 + ], + "score": 0.93, + "content": "\\tau \\left( \\tilde { \\mathbf { w } } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right) = \\left\\{ \\begin{array} { l l } { 1 } & { \\mathrm { , ~ i f ~ } n \\in S _ { i } ^ { + } } \\\\ { 0 } & { \\mathrm { , ~ e l s e } } \\end{array} \\right. .", + "type": "interline_equation", + "image_path": "39c0d71a88b161c651edff22966bbc63e28e949c7befc8a6f217f5ba7b69bcdd.jpg" + } + ] + } + ], + "index": 2, + "virtual_lines": [ + { + "bbox": [ + 234, + 119, + 376, + 147 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 151, + 164, + 163 + ], + "lines": [ + { + "bbox": [ + 105, + 149, + 164, + 164 + ], + "spans": [ + { + "bbox": [ + 105, + 149, + 164, + 164 + ], + "score": 1.0, + "content": "Then we have", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + }, + { + "type": "interline_equation", + "bbox": [ + 228, + 159, + 382, + 193 + ], + "lines": [ + { + "bbox": [ + 228, + 159, + 382, + 193 + ], + "spans": [ + { + "bbox": [ + 228, + 159, + 382, + 193 + ], + "score": 0.93, + "content": "\\sum _ { i = 1 } ^ { K } \\tau \\left( \\tilde { \\mathbf { w } } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right) = \\left\\{ \\mathbf { 1 } \\quad , \\mathrm { i f } n \\in \\mathcal { S } ^ { + } \\right.", + "type": "interline_equation", + "image_path": "43dbb6a9c734ac8055f7747e130567295986012c8b93c54d8b8b5d133f50b499.jpg" + } + ] + } + ], + "index": 4.5, + "virtual_lines": [ + { + "bbox": [ + 228, + 159, + 382, + 176.0 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 228, + 176.0, + 382, + 193.0 + ], + "spans": [], + "index": 5 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 194, + 504, + 216 + ], + "lines": [ + { + "bbox": [ + 105, + 193, + 506, + 208 + ], + "spans": [ + { + "bbox": [ + 105, + 193, + 506, + 208 + ], + "score": 1.0, + "content": "which gives the correct classification on all the data points. Thus, from eq. (9.1), we can construct a", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 205, + 153, + 217 + ], + "spans": [ + { + "bbox": [ + 105, + 205, + 153, + 217 + ], + "score": 1.0, + "content": "MNN with", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6.5 + }, + { + "type": "interline_equation", + "bbox": [ + 285, + 215, + 326, + 229 + ], + "lines": [ + { + "bbox": [ + 285, + 215, + 326, + 229 + ], + "spans": [ + { + "bbox": [ + 285, + 215, + 326, + 229 + ], + "score": 0.91, + "content": "d _ { 1 } ^ { * } = 4 K", + "type": "interline_equation", + "image_path": "4a1636f1b72d5f09df421358844bfa49ae0f29a037c105cc437a509de7b17342.jpg" + } + ] + } + ], + "index": 8, + "virtual_lines": [ + { + "bbox": [ + 285, + 215, + 326, + 229 + ], + "spans": [], + "index": 8 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 230, + 504, + 254 + ], + "lines": [ + { + "bbox": [ + 106, + 230, + 505, + 242 + ], + "spans": [ + { + "bbox": [ + 106, + 230, + 505, + 242 + ], + "score": 1.0, + "content": "hidden neurons which achieves zero error. This is straightforward to do if we have a bias in each", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 241, + 447, + 254 + ], + "spans": [ + { + "bbox": [ + 105, + 241, + 393, + 254 + ], + "score": 1.0, + "content": "neuron. To construct this MNN even without bias, we first find a vector", + "type": "text" + }, + { + "bbox": [ + 394, + 242, + 406, + 253 + ], + "score": 0.89, + "content": "\\hat { \\mathbf { w } } _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 406, + 241, + 447, + 254 + ], + "score": 1.0, + "content": "such that", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9.5 + }, + { + "type": "interline_equation", + "bbox": [ + 235, + 256, + 375, + 278 + ], + "lines": [ + { + "bbox": [ + 235, + 256, + 375, + 278 + ], + "spans": [ + { + "bbox": [ + 235, + 256, + 375, + 278 + ], + "score": 0.94, + "content": "\\hat { \\mathbf { w } } _ { i } ^ { \\top } \\left[ { \\bf X } _ { S _ { i } ^ { + } } , \\tilde { \\mathbf { w } } _ { i } \\right] = \\left[ 1 , \\ldots , 1 , 1 , 0 \\right] .", + "type": "interline_equation", + "image_path": "d6a39518b58bafbea6f9cab74cef8a5a57426c65877e0453d35ddd5fcc80fe23.jpg" + } + ] + } + ], + "index": 11, + "virtual_lines": [ + { + "bbox": [ + 235, + 256, + 375, + 278 + ], + "spans": [], + "index": 11 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 282, + 510, + 312 + ], + "lines": [ + { + "bbox": [ + 105, + 282, + 508, + 302 + ], + "spans": [ + { + "bbox": [ + 105, + 282, + 234, + 302 + ], + "score": 1.0, + "content": "Note that this is possible since", + "type": "text" + }, + { + "bbox": [ + 234, + 282, + 279, + 302 + ], + "score": 0.94, + "content": "\\left[ { \\bf X } _ { S _ { i } ^ { + } } , \\tilde { { \\bf w } } _ { i } \\right]", + "type": "inline_equation" + }, + { + "bbox": [ + 280, + 282, + 335, + 302 + ], + "score": 1.0, + "content": "has full rank", + "type": "text" + }, + { + "bbox": [ + 335, + 286, + 344, + 297 + ], + "score": 0.53, + "content": "\\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 345, + 282, + 412, + 302 + ], + "score": 1.0, + "content": "-a.e. (the matrix", + "type": "text" + }, + { + "bbox": [ + 412, + 285, + 486, + 301 + ], + "score": 0.92, + "content": "\\mathbf { X } _ { S _ { i } ^ { + } } \\in \\mathbb { R } ^ { d _ { 0 } \\times d _ { 0 } - 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 282, + 508, + 302 + ], + "score": 1.0, + "content": "has,", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 299, + 487, + 314 + ], + "spans": [ + { + "bbox": [ + 106, + 300, + 116, + 311 + ], + "score": 0.35, + "content": "\\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 116, + 299, + 276, + 314 + ], + "score": 1.0, + "content": "-a.e., one zero left eigenvector, which is", + "type": "text" + }, + { + "bbox": [ + 276, + 302, + 288, + 312 + ], + "score": 0.86, + "content": "\\tilde { \\mathbf { w } } _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 289, + 299, + 487, + 314 + ], + "score": 1.0, + "content": ", according to eq. (9.2)). Additionally, we can set", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12.5 + }, + { + "type": "interline_equation", + "bbox": [ + 274, + 316, + 338, + 330 + ], + "lines": [ + { + "bbox": [ + 274, + 316, + 338, + 330 + ], + "spans": [ + { + "bbox": [ + 274, + 316, + 338, + 330 + ], + "score": 0.92, + "content": "\\begin{array} { r } { \\| \\tilde { \\mathbf { w } } _ { i } \\| = \\| \\hat { \\mathbf { w } } _ { i } \\| ~ , } \\end{array}", + "type": "interline_equation", + "image_path": "e26911de7f5643e2fff69dd4a6c1e834106f6828abbecff66e2455b77b0eba5a.jpg" + } + ] + } + ], + "index": 14, + "virtual_lines": [ + { + "bbox": [ + 274, + 316, + 338, + 330 + ], + "spans": [], + "index": 14 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 334, + 463, + 346 + ], + "lines": [ + { + "bbox": [ + 105, + 333, + 465, + 347 + ], + "spans": [ + { + "bbox": [ + 105, + 333, + 216, + 347 + ], + "score": 1.0, + "content": "since changing the scale of", + "type": "text" + }, + { + "bbox": [ + 217, + 336, + 229, + 345 + ], + "score": 0.87, + "content": "\\mathbf { w } _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 229, + 333, + 465, + 347 + ], + "score": 1.0, + "content": "would not affect the validity of eq. (9.2). Then, we denote", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 15 + }, + { + "type": "interline_equation", + "bbox": [ + 220, + 349, + 391, + 385 + ], + "lines": [ + { + "bbox": [ + 220, + 349, + 391, + 385 + ], + "spans": [ + { + "bbox": [ + 220, + 349, + 391, + 385 + ], + "score": 0.92, + "content": "\\begin{array} { r l } & { { \\mathbf w } _ { i } ^ { ( 1 ) } \\triangleq \\tilde { \\mathbf { w } } _ { i } + \\epsilon _ { 1 } \\hat { \\mathbf { w } } _ { i } ; { \\mathbf w } _ { i } ^ { ( 2 ) } \\triangleq \\tilde { \\mathbf { w } } _ { i } + \\epsilon _ { 2 } \\hat { \\mathbf { w } } _ { i } } \\\\ & { { \\mathbf w } _ { i } ^ { ( 3 ) } \\triangleq \\tilde { \\mathbf { w } } _ { i } - \\epsilon _ { 2 } \\hat { \\mathbf { w } } _ { i } ; { \\mathbf w } _ { i } ^ { ( 4 ) } \\triangleq \\tilde { \\mathbf { w } } _ { i } - \\epsilon _ { 1 } \\hat { \\mathbf { w } } _ { i } . } \\end{array}", + "type": "interline_equation", + "image_path": "fb72c4f1cd99152d3d4743f76989306f68dc90ad884ff9d6e9cc9703458a7844.jpg" + } + ] + } + ], + "index": 16.5, + "virtual_lines": [ + { + "bbox": [ + 220, + 349, + 391, + 367.0 + ], + "spans": [], + "index": 16 + }, + { + "bbox": [ + 220, + 367.0, + 391, + 385.0 + ], + "spans": [], + "index": 17 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 387, + 329, + 400 + ], + "lines": [ + { + "bbox": [ + 106, + 387, + 328, + 400 + ], + "spans": [ + { + "bbox": [ + 106, + 387, + 328, + 400 + ], + "score": 1.0, + "content": "Note, from eqs. (9.2) and (9.4) that this choice satisfies", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 18 + }, + { + "type": "interline_equation", + "bbox": [ + 212, + 405, + 399, + 459 + ], + "lines": [ + { + "bbox": [ + 212, + 405, + 399, + 459 + ], + "spans": [ + { + "bbox": [ + 212, + 405, + 399, + 459 + ], + "score": 0.94, + "content": "\\forall n \\in S _ { i } ^ { + } : \\mathbf { w } _ { i } ^ { ( j ) \\top } \\mathbf { x } ^ { ( n ) } = \\left\\{ \\begin{array} { l l } { \\epsilon _ { 1 } } & { , \\mathrm { i f } j = 1 } \\\\ { \\epsilon _ { 2 } } & { , \\mathrm { i f } j = 2 } \\\\ { - \\epsilon _ { 2 } } & { , \\mathrm { i f } j = 3 } \\\\ { - \\epsilon _ { 1 } } & { , \\mathrm { i f } j = 4 } \\end{array} \\right. .", + "type": "interline_equation", + "image_path": "686a7cd3c7ec2e1e87d5c46ba3744f4040b00fbe0448a55af5107de2835d23d5.jpg" + } + ] + } + ], + "index": 20, + "virtual_lines": [ + { + "bbox": [ + 212, + 405, + 399, + 423.0 + ], + "spans": [], + "index": 19 + }, + { + "bbox": [ + 212, + 423.0, + 399, + 441.0 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 212, + 441.0, + 399, + 459.0 + ], + "spans": [], + "index": 21 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 465, + 506, + 489 + ], + "lines": [ + { + "bbox": [ + 103, + 461, + 505, + 483 + ], + "spans": [ + { + "bbox": [ + 103, + 461, + 183, + 483 + ], + "score": 1.0, + "content": "Also, to ensure that", + "type": "text" + }, + { + "bbox": [ + 183, + 467, + 222, + 480 + ], + "score": 0.93, + "content": "\\forall n \\notin S _ { i } ^ { + }", + "type": "inline_equation" + }, + { + "bbox": [ + 222, + 461, + 265, + 483 + ], + "score": 1.0, + "content": "the sign of", + "type": "text" + }, + { + "bbox": [ + 266, + 464, + 309, + 480 + ], + "score": 0.93, + "content": "\\mathbf { w } _ { i } ^ { ( j ) ^ { \\top } } \\mathbf { x } ^ { ( n ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 309, + 461, + 423, + 483 + ], + "score": 1.0, + "content": "does not change for different", + "type": "text" + }, + { + "bbox": [ + 424, + 469, + 429, + 479 + ], + "score": 0.81, + "content": "j", + "type": "inline_equation" + }, + { + "bbox": [ + 429, + 461, + 469, + 483 + ], + "score": 1.0, + "content": ", for some", + "type": "text" + }, + { + "bbox": [ + 469, + 468, + 505, + 479 + ], + "score": 0.91, + "content": "\\beta , \\gamma < 1", + "type": "inline_equation" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 478, + 148, + 492 + ], + "spans": [ + { + "bbox": [ + 105, + 478, + 148, + 492 + ], + "score": 1.0, + "content": "we define", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22.5 + }, + { + "type": "interline_equation", + "bbox": [ + 225, + 486, + 385, + 520 + ], + "lines": [ + { + "bbox": [ + 225, + 486, + 385, + 520 + ], + "spans": [ + { + "bbox": [ + 225, + 486, + 385, + 520 + ], + "score": 0.95, + "content": "\\epsilon _ { 1 } = \\beta \\frac { \\operatorname* { m i n } _ { n \\not \\in { \\cal S } _ { i } ^ { + } } \\left| \\tilde { \\mathbf { w } } _ { i } ^ { \\top } { \\mathbf { x } } ^ { ( n ) } \\right| } { \\operatorname* { m a x } _ { n \\not \\in { \\cal S } _ { i } ^ { + } } \\left| \\hat { \\mathbf { w } } _ { i } ^ { \\top } { \\mathbf { x } } ^ { ( n ) } \\right| } , \\epsilon _ { 2 } = \\gamma \\epsilon _ { 1 } ,", + "type": "interline_equation", + "image_path": "77d7088f44a181a7bf4a78e445507146df6d836e960f6a84758d3c5480dcd350.jpg" + } + ] + } + ], + "index": 24.5, + "virtual_lines": [ + { + "bbox": [ + 225, + 486, + 385, + 503.0 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 225, + 503.0, + 385, + 520.0 + ], + "spans": [], + "index": 25 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 522, + 468, + 539 + ], + "lines": [ + { + "bbox": [ + 104, + 520, + 471, + 541 + ], + "spans": [ + { + "bbox": [ + 104, + 520, + 200, + 541 + ], + "score": 1.0, + "content": "where with probability", + "type": "text" + }, + { + "bbox": [ + 200, + 523, + 308, + 539 + ], + "score": 0.9, + "content": "\\begin{array} { r } { 1 , \\operatorname* { m i n } _ { n \\not \\in \\mathcal { S } _ { i } ^ { + } } \\left| \\tilde { \\mathbf { w } } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right| > 0 } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 308, + 520, + 326, + 541 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 327, + 523, + 428, + 539 + ], + "score": 0.92, + "content": "\\mathrm { m a x } _ { n \\notin { \\cal S } _ { i } ^ { + } } \\left| \\hat { \\mathbf { w } } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right| > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 428, + 520, + 471, + 541 + ], + "score": 1.0, + "content": ". Defining", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 26 + }, + { + "type": "interline_equation", + "bbox": [ + 214, + 543, + 396, + 585 + ], + "lines": [ + { + "bbox": [ + 214, + 543, + 396, + 585 + ], + "spans": [ + { + "bbox": [ + 214, + 543, + 396, + 585 + ], + "score": 0.92, + "content": "\\begin{array} { r l } & { \\mathbf { W } _ { i } \\triangleq \\left[ \\mathbf { w } _ { i } ^ { ( 1 ) } , \\mathbf { w } _ { i } ^ { ( 2 ) } , \\mathbf { w } _ { i } ^ { ( 3 ) } , \\mathbf { w } _ { i } ^ { ( 4 ) } \\right] ^ { \\top } \\in \\mathbb { R } ^ { 4 K \\times d _ { 0 } } } \\\\ & { \\mathbf { z } _ { i } \\triangleq \\left[ 1 , - 1 , - 1 , 1 \\right] ^ { \\top } \\in \\mathbb { R } ^ { 4 } } \\end{array}", + "type": "interline_equation", + "image_path": "bbbe1c0f2f4bcb486181e4c90035f9f8508a185ede55327c0496643895955582.jpg" + } + ] + } + ], + "index": 27.5, + "virtual_lines": [ + { + "bbox": [ + 214, + 543, + 396, + 564.0 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 214, + 564.0, + 396, + 585.0 + ], + "spans": [], + "index": 28 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 587, + 280, + 599 + ], + "lines": [ + { + "bbox": [ + 106, + 587, + 281, + 599 + ], + "spans": [ + { + "bbox": [ + 106, + 587, + 281, + 599 + ], + "score": 1.0, + "content": "and combining all the above facts, we have", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 29 + }, + { + "type": "interline_equation", + "bbox": [ + 120, + 603, + 491, + 732 + ], + "lines": [ + { + "bbox": [ + 120, + 603, + 491, + 732 + ], + "spans": [ + { + "bbox": [ + 120, + 603, + 491, + 732 + ], + "score": 0.93, + "content": "\\begin{array} { l } { f \\left( \\mathbf { W } _ { i } \\mathbf { x } ^ { ( n ) } \\right) ^ { \\top } \\mathbf { z } _ { i } } \\\\ { \\ = \\displaystyle \\frac { 1 } { \\epsilon _ { 1 } - \\epsilon _ { 2 } } \\frac { 1 } { 1 - \\rho } \\left[ f \\left( \\mathbf { w } _ { i } ^ { ( 1 ) \\top } \\mathbf { x } ^ { ( n ) } \\right) - f \\left( \\mathbf { w } _ { i } ^ { ( 2 ) \\top } \\mathbf { x } ^ { ( n ) } \\right) - f \\left( \\mathbf { w } _ { i } ^ { ( 3 ) \\top } \\mathbf { x } ^ { ( n ) } \\right) + f \\left( \\mathbf { w } _ { i } ^ { ( 3 ) \\top } \\mathbf { x } ^ { ( n ) } \\right) \\right] } \\\\ { \\ = \\displaystyle \\frac { 1 } { \\epsilon _ { 1 } - \\epsilon _ { 2 } } \\frac { 1 } { 1 - \\rho } \\left[ f \\left( \\widetilde { \\mathbf { w } } _ { i } ^ { ( 1 ) } \\mathbf { x } ^ { ( n ) } + \\epsilon _ { 1 } \\widehat { \\mathbf { w } } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right) - f \\left( \\widetilde { \\mathbf { w } } _ { i } ^ { \\top } \\mathbf { x } + \\epsilon _ { 2 } \\widehat { \\mathbf { w } } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right) \\right. } \\\\ { \\ - \\left. f \\left( \\widetilde { \\mathbf { w } } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } - \\epsilon _ { 2 } \\widehat { \\mathbf { w } } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right) + f \\left( \\widetilde { \\mathbf { w } } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } - \\epsilon _ { 1 } \\widehat { \\mathbf { w } } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right) \\right] } \\\\ { \\ = \\displaystyle \\frac { 1 } { \\left\\{ 0 \\right. \\ } , \\ \\mathrm { i f } n \\in \\mathcal { S } _ { i } ^ { + } } . \\end{array}", + "type": "interline_equation", + "image_path": "d755a9fdd395387d76ca4382021cbbc0e401fd48dec2b9018647aa0832a68d6a.jpg" + } + ] + } + ], + "index": 31, + "virtual_lines": [ + { + "bbox": [ + 120, + 603, + 491, + 646.0 + ], + "spans": [], + "index": 30 + }, + { + "bbox": [ + 120, + 646.0, + 491, + 689.0 + ], + "spans": [], + "index": 31 + }, + { + "bbox": [ + 120, + 689.0, + 491, + 732.0 + ], + "spans": [], + "index": 32 + } + ] + } + ], + "page_idx": 15, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 26, + 308, + 38 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 309, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 309, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 761 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "score": 1.0, + "content": "16", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 105, + 81, + 299, + 95 + ], + "lines": [ + { + "bbox": [ + 105, + 80, + 300, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 80, + 193, + 96 + ], + "score": 1.0, + "content": "but no other point, so", + "type": "text" + }, + { + "bbox": [ + 193, + 81, + 294, + 95 + ], + "score": 0.84, + "content": "\\forall n \\notin S _ { i } ^ { + } : \\tilde { \\mathbf { w } } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\neq 0", + "type": "inline_equation" + }, + { + "bbox": [ + 294, + 80, + 300, + 96 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0, + "bbox_fs": [ + 105, + 80, + 300, + 96 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 99, + 444, + 114 + ], + "lines": [ + { + "bbox": [ + 104, + 98, + 446, + 116 + ], + "spans": [ + { + "bbox": [ + 104, + 98, + 115, + 116 + ], + "score": 1.0, + "content": "If", + "type": "text" + }, + { + "bbox": [ + 116, + 102, + 138, + 113 + ], + "score": 0.89, + "content": "\\epsilon _ { 1 } , \\epsilon _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 138, + 98, + 272, + 116 + ], + "score": 1.0, + "content": "in eq. (9.1) are sufficiently small", + "type": "text" + }, + { + "bbox": [ + 273, + 100, + 388, + 114 + ], + "score": 0.91, + "content": "( \\forall n \\notin S _ { i } ^ { + } : \\left| \\tilde { \\mathbf { w } } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right| > \\epsilon _ { 1 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 388, + 98, + 446, + 116 + ], + "score": 1.0, + "content": "then we have", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 1, + "bbox_fs": [ + 104, + 98, + 446, + 116 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 234, + 119, + 376, + 147 + ], + "lines": [ + { + "bbox": [ + 234, + 119, + 376, + 147 + ], + "spans": [ + { + "bbox": [ + 234, + 119, + 376, + 147 + ], + "score": 0.93, + "content": "\\tau \\left( \\tilde { \\mathbf { w } } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right) = \\left\\{ \\begin{array} { l l } { 1 } & { \\mathrm { , ~ i f ~ } n \\in S _ { i } ^ { + } } \\\\ { 0 } & { \\mathrm { , ~ e l s e } } \\end{array} \\right. .", + "type": "interline_equation", + "image_path": "39c0d71a88b161c651edff22966bbc63e28e949c7befc8a6f217f5ba7b69bcdd.jpg" + } + ] + } + ], + "index": 2, + "virtual_lines": [ + { + "bbox": [ + 234, + 119, + 376, + 147 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 151, + 164, + 163 + ], + "lines": [ + { + "bbox": [ + 105, + 149, + 164, + 164 + ], + "spans": [ + { + "bbox": [ + 105, + 149, + 164, + 164 + ], + "score": 1.0, + "content": "Then we have", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3, + "bbox_fs": [ + 105, + 149, + 164, + 164 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 228, + 159, + 382, + 193 + ], + "lines": [ + { + "bbox": [ + 228, + 159, + 382, + 193 + ], + "spans": [ + { + "bbox": [ + 228, + 159, + 382, + 193 + ], + "score": 0.93, + "content": "\\sum _ { i = 1 } ^ { K } \\tau \\left( \\tilde { \\mathbf { w } } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right) = \\left\\{ \\mathbf { 1 } \\quad , \\mathrm { i f } n \\in \\mathcal { S } ^ { + } \\right.", + "type": "interline_equation", + "image_path": "43dbb6a9c734ac8055f7747e130567295986012c8b93c54d8b8b5d133f50b499.jpg" + } + ] + } + ], + "index": 4.5, + "virtual_lines": [ + { + "bbox": [ + 228, + 159, + 382, + 176.0 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 228, + 176.0, + 382, + 193.0 + ], + "spans": [], + "index": 5 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 194, + 504, + 216 + ], + "lines": [ + { + "bbox": [ + 105, + 193, + 506, + 208 + ], + "spans": [ + { + "bbox": [ + 105, + 193, + 506, + 208 + ], + "score": 1.0, + "content": "which gives the correct classification on all the data points. Thus, from eq. (9.1), we can construct a", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 205, + 153, + 217 + ], + "spans": [ + { + "bbox": [ + 105, + 205, + 153, + 217 + ], + "score": 1.0, + "content": "MNN with", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6.5, + "bbox_fs": [ + 105, + 193, + 506, + 217 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 285, + 215, + 326, + 229 + ], + "lines": [ + { + "bbox": [ + 285, + 215, + 326, + 229 + ], + "spans": [ + { + "bbox": [ + 285, + 215, + 326, + 229 + ], + "score": 0.91, + "content": "d _ { 1 } ^ { * } = 4 K", + "type": "interline_equation", + "image_path": "4a1636f1b72d5f09df421358844bfa49ae0f29a037c105cc437a509de7b17342.jpg" + } + ] + } + ], + "index": 8, + "virtual_lines": [ + { + "bbox": [ + 285, + 215, + 326, + 229 + ], + "spans": [], + "index": 8 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 230, + 504, + 254 + ], + "lines": [ + { + "bbox": [ + 106, + 230, + 505, + 242 + ], + "spans": [ + { + "bbox": [ + 106, + 230, + 505, + 242 + ], + "score": 1.0, + "content": "hidden neurons which achieves zero error. This is straightforward to do if we have a bias in each", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 241, + 447, + 254 + ], + "spans": [ + { + "bbox": [ + 105, + 241, + 393, + 254 + ], + "score": 1.0, + "content": "neuron. To construct this MNN even without bias, we first find a vector", + "type": "text" + }, + { + "bbox": [ + 394, + 242, + 406, + 253 + ], + "score": 0.89, + "content": "\\hat { \\mathbf { w } } _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 406, + 241, + 447, + 254 + ], + "score": 1.0, + "content": "such that", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9.5, + "bbox_fs": [ + 105, + 230, + 505, + 254 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 235, + 256, + 375, + 278 + ], + "lines": [ + { + "bbox": [ + 235, + 256, + 375, + 278 + ], + "spans": [ + { + "bbox": [ + 235, + 256, + 375, + 278 + ], + "score": 0.94, + "content": "\\hat { \\mathbf { w } } _ { i } ^ { \\top } \\left[ { \\bf X } _ { S _ { i } ^ { + } } , \\tilde { \\mathbf { w } } _ { i } \\right] = \\left[ 1 , \\ldots , 1 , 1 , 0 \\right] .", + "type": "interline_equation", + "image_path": "d6a39518b58bafbea6f9cab74cef8a5a57426c65877e0453d35ddd5fcc80fe23.jpg" + } + ] + } + ], + "index": 11, + "virtual_lines": [ + { + "bbox": [ + 235, + 256, + 375, + 278 + ], + "spans": [], + "index": 11 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 282, + 510, + 312 + ], + "lines": [ + { + "bbox": [ + 105, + 282, + 508, + 302 + ], + "spans": [ + { + "bbox": [ + 105, + 282, + 234, + 302 + ], + "score": 1.0, + "content": "Note that this is possible since", + "type": "text" + }, + { + "bbox": [ + 234, + 282, + 279, + 302 + ], + "score": 0.94, + "content": "\\left[ { \\bf X } _ { S _ { i } ^ { + } } , \\tilde { { \\bf w } } _ { i } \\right]", + "type": "inline_equation" + }, + { + "bbox": [ + 280, + 282, + 335, + 302 + ], + "score": 1.0, + "content": "has full rank", + "type": "text" + }, + { + "bbox": [ + 335, + 286, + 344, + 297 + ], + "score": 0.53, + "content": "\\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 345, + 282, + 412, + 302 + ], + "score": 1.0, + "content": "-a.e. (the matrix", + "type": "text" + }, + { + "bbox": [ + 412, + 285, + 486, + 301 + ], + "score": 0.92, + "content": "\\mathbf { X } _ { S _ { i } ^ { + } } \\in \\mathbb { R } ^ { d _ { 0 } \\times d _ { 0 } - 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 282, + 508, + 302 + ], + "score": 1.0, + "content": "has,", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 299, + 487, + 314 + ], + "spans": [ + { + "bbox": [ + 106, + 300, + 116, + 311 + ], + "score": 0.35, + "content": "\\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 116, + 299, + 276, + 314 + ], + "score": 1.0, + "content": "-a.e., one zero left eigenvector, which is", + "type": "text" + }, + { + "bbox": [ + 276, + 302, + 288, + 312 + ], + "score": 0.86, + "content": "\\tilde { \\mathbf { w } } _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 289, + 299, + 487, + 314 + ], + "score": 1.0, + "content": ", according to eq. (9.2)). Additionally, we can set", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12.5, + "bbox_fs": [ + 105, + 282, + 508, + 314 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 274, + 316, + 338, + 330 + ], + "lines": [ + { + "bbox": [ + 274, + 316, + 338, + 330 + ], + "spans": [ + { + "bbox": [ + 274, + 316, + 338, + 330 + ], + "score": 0.92, + "content": "\\begin{array} { r } { \\| \\tilde { \\mathbf { w } } _ { i } \\| = \\| \\hat { \\mathbf { w } } _ { i } \\| ~ , } \\end{array}", + "type": "interline_equation", + "image_path": "e26911de7f5643e2fff69dd4a6c1e834106f6828abbecff66e2455b77b0eba5a.jpg" + } + ] + } + ], + "index": 14, + "virtual_lines": [ + { + "bbox": [ + 274, + 316, + 338, + 330 + ], + "spans": [], + "index": 14 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 334, + 463, + 346 + ], + "lines": [ + { + "bbox": [ + 105, + 333, + 465, + 347 + ], + "spans": [ + { + "bbox": [ + 105, + 333, + 216, + 347 + ], + "score": 1.0, + "content": "since changing the scale of", + "type": "text" + }, + { + "bbox": [ + 217, + 336, + 229, + 345 + ], + "score": 0.87, + "content": "\\mathbf { w } _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 229, + 333, + 465, + 347 + ], + "score": 1.0, + "content": "would not affect the validity of eq. (9.2). Then, we denote", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 15, + "bbox_fs": [ + 105, + 333, + 465, + 347 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 220, + 349, + 391, + 385 + ], + "lines": [ + { + "bbox": [ + 220, + 349, + 391, + 385 + ], + "spans": [ + { + "bbox": [ + 220, + 349, + 391, + 385 + ], + "score": 0.92, + "content": "\\begin{array} { r l } & { { \\mathbf w } _ { i } ^ { ( 1 ) } \\triangleq \\tilde { \\mathbf { w } } _ { i } + \\epsilon _ { 1 } \\hat { \\mathbf { w } } _ { i } ; { \\mathbf w } _ { i } ^ { ( 2 ) } \\triangleq \\tilde { \\mathbf { w } } _ { i } + \\epsilon _ { 2 } \\hat { \\mathbf { w } } _ { i } } \\\\ & { { \\mathbf w } _ { i } ^ { ( 3 ) } \\triangleq \\tilde { \\mathbf { w } } _ { i } - \\epsilon _ { 2 } \\hat { \\mathbf { w } } _ { i } ; { \\mathbf w } _ { i } ^ { ( 4 ) } \\triangleq \\tilde { \\mathbf { w } } _ { i } - \\epsilon _ { 1 } \\hat { \\mathbf { w } } _ { i } . } \\end{array}", + "type": "interline_equation", + "image_path": "fb72c4f1cd99152d3d4743f76989306f68dc90ad884ff9d6e9cc9703458a7844.jpg" + } + ] + } + ], + "index": 16.5, + "virtual_lines": [ + { + "bbox": [ + 220, + 349, + 391, + 367.0 + ], + "spans": [], + "index": 16 + }, + { + "bbox": [ + 220, + 367.0, + 391, + 385.0 + ], + "spans": [], + "index": 17 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 387, + 329, + 400 + ], + "lines": [ + { + "bbox": [ + 106, + 387, + 328, + 400 + ], + "spans": [ + { + "bbox": [ + 106, + 387, + 328, + 400 + ], + "score": 1.0, + "content": "Note, from eqs. (9.2) and (9.4) that this choice satisfies", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 18, + "bbox_fs": [ + 106, + 387, + 328, + 400 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 212, + 405, + 399, + 459 + ], + "lines": [ + { + "bbox": [ + 212, + 405, + 399, + 459 + ], + "spans": [ + { + "bbox": [ + 212, + 405, + 399, + 459 + ], + "score": 0.94, + "content": "\\forall n \\in S _ { i } ^ { + } : \\mathbf { w } _ { i } ^ { ( j ) \\top } \\mathbf { x } ^ { ( n ) } = \\left\\{ \\begin{array} { l l } { \\epsilon _ { 1 } } & { , \\mathrm { i f } j = 1 } \\\\ { \\epsilon _ { 2 } } & { , \\mathrm { i f } j = 2 } \\\\ { - \\epsilon _ { 2 } } & { , \\mathrm { i f } j = 3 } \\\\ { - \\epsilon _ { 1 } } & { , \\mathrm { i f } j = 4 } \\end{array} \\right. .", + "type": "interline_equation", + "image_path": "686a7cd3c7ec2e1e87d5c46ba3744f4040b00fbe0448a55af5107de2835d23d5.jpg" + } + ] + } + ], + "index": 20, + "virtual_lines": [ + { + "bbox": [ + 212, + 405, + 399, + 423.0 + ], + "spans": [], + "index": 19 + }, + { + "bbox": [ + 212, + 423.0, + 399, + 441.0 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 212, + 441.0, + 399, + 459.0 + ], + "spans": [], + "index": 21 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 465, + 506, + 489 + ], + "lines": [ + { + "bbox": [ + 103, + 461, + 505, + 483 + ], + "spans": [ + { + "bbox": [ + 103, + 461, + 183, + 483 + ], + "score": 1.0, + "content": "Also, to ensure that", + "type": "text" + }, + { + "bbox": [ + 183, + 467, + 222, + 480 + ], + "score": 0.93, + "content": "\\forall n \\notin S _ { i } ^ { + }", + "type": "inline_equation" + }, + { + "bbox": [ + 222, + 461, + 265, + 483 + ], + "score": 1.0, + "content": "the sign of", + "type": "text" + }, + { + "bbox": [ + 266, + 464, + 309, + 480 + ], + "score": 0.93, + "content": "\\mathbf { w } _ { i } ^ { ( j ) ^ { \\top } } \\mathbf { x } ^ { ( n ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 309, + 461, + 423, + 483 + ], + "score": 1.0, + "content": "does not change for different", + "type": "text" + }, + { + "bbox": [ + 424, + 469, + 429, + 479 + ], + "score": 0.81, + "content": "j", + "type": "inline_equation" + }, + { + "bbox": [ + 429, + 461, + 469, + 483 + ], + "score": 1.0, + "content": ", for some", + "type": "text" + }, + { + "bbox": [ + 469, + 468, + 505, + 479 + ], + "score": 0.91, + "content": "\\beta , \\gamma < 1", + "type": "inline_equation" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 478, + 148, + 492 + ], + "spans": [ + { + "bbox": [ + 105, + 478, + 148, + 492 + ], + "score": 1.0, + "content": "we define", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22.5, + "bbox_fs": [ + 103, + 461, + 505, + 492 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 225, + 486, + 385, + 520 + ], + "lines": [ + { + "bbox": [ + 225, + 486, + 385, + 520 + ], + "spans": [ + { + "bbox": [ + 225, + 486, + 385, + 520 + ], + "score": 0.95, + "content": "\\epsilon _ { 1 } = \\beta \\frac { \\operatorname* { m i n } _ { n \\not \\in { \\cal S } _ { i } ^ { + } } \\left| \\tilde { \\mathbf { w } } _ { i } ^ { \\top } { \\mathbf { x } } ^ { ( n ) } \\right| } { \\operatorname* { m a x } _ { n \\not \\in { \\cal S } _ { i } ^ { + } } \\left| \\hat { \\mathbf { w } } _ { i } ^ { \\top } { \\mathbf { x } } ^ { ( n ) } \\right| } , \\epsilon _ { 2 } = \\gamma \\epsilon _ { 1 } ,", + "type": "interline_equation", + "image_path": "77d7088f44a181a7bf4a78e445507146df6d836e960f6a84758d3c5480dcd350.jpg" + } + ] + } + ], + "index": 24.5, + "virtual_lines": [ + { + "bbox": [ + 225, + 486, + 385, + 503.0 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 225, + 503.0, + 385, + 520.0 + ], + "spans": [], + "index": 25 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 522, + 468, + 539 + ], + "lines": [ + { + "bbox": [ + 104, + 520, + 471, + 541 + ], + "spans": [ + { + "bbox": [ + 104, + 520, + 200, + 541 + ], + "score": 1.0, + "content": "where with probability", + "type": "text" + }, + { + "bbox": [ + 200, + 523, + 308, + 539 + ], + "score": 0.9, + "content": "\\begin{array} { r } { 1 , \\operatorname* { m i n } _ { n \\not \\in \\mathcal { S } _ { i } ^ { + } } \\left| \\tilde { \\mathbf { w } } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right| > 0 } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 308, + 520, + 326, + 541 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 327, + 523, + 428, + 539 + ], + "score": 0.92, + "content": "\\mathrm { m a x } _ { n \\notin { \\cal S } _ { i } ^ { + } } \\left| \\hat { \\mathbf { w } } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right| > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 428, + 520, + 471, + 541 + ], + "score": 1.0, + "content": ". Defining", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 26, + "bbox_fs": [ + 104, + 520, + 471, + 541 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 214, + 543, + 396, + 585 + ], + "lines": [ + { + "bbox": [ + 214, + 543, + 396, + 585 + ], + "spans": [ + { + "bbox": [ + 214, + 543, + 396, + 585 + ], + "score": 0.92, + "content": "\\begin{array} { r l } & { \\mathbf { W } _ { i } \\triangleq \\left[ \\mathbf { w } _ { i } ^ { ( 1 ) } , \\mathbf { w } _ { i } ^ { ( 2 ) } , \\mathbf { w } _ { i } ^ { ( 3 ) } , \\mathbf { w } _ { i } ^ { ( 4 ) } \\right] ^ { \\top } \\in \\mathbb { R } ^ { 4 K \\times d _ { 0 } } } \\\\ & { \\mathbf { z } _ { i } \\triangleq \\left[ 1 , - 1 , - 1 , 1 \\right] ^ { \\top } \\in \\mathbb { R } ^ { 4 } } \\end{array}", + "type": "interline_equation", + "image_path": "bbbe1c0f2f4bcb486181e4c90035f9f8508a185ede55327c0496643895955582.jpg" + } + ] + } + ], + "index": 27.5, + "virtual_lines": [ + { + "bbox": [ + 214, + 543, + 396, + 564.0 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 214, + 564.0, + 396, + 585.0 + ], + "spans": [], + "index": 28 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 587, + 280, + 599 + ], + "lines": [ + { + "bbox": [ + 106, + 587, + 281, + 599 + ], + "spans": [ + { + "bbox": [ + 106, + 587, + 281, + 599 + ], + "score": 1.0, + "content": "and combining all the above facts, we have", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 29, + "bbox_fs": [ + 106, + 587, + 281, + 599 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 120, + 603, + 491, + 732 + ], + "lines": [ + { + "bbox": [ + 120, + 603, + 491, + 732 + ], + "spans": [ + { + "bbox": [ + 120, + 603, + 491, + 732 + ], + "score": 0.93, + "content": "\\begin{array} { l } { f \\left( \\mathbf { W } _ { i } \\mathbf { x } ^ { ( n ) } \\right) ^ { \\top } \\mathbf { z } _ { i } } \\\\ { \\ = \\displaystyle \\frac { 1 } { \\epsilon _ { 1 } - \\epsilon _ { 2 } } \\frac { 1 } { 1 - \\rho } \\left[ f \\left( \\mathbf { w } _ { i } ^ { ( 1 ) \\top } \\mathbf { x } ^ { ( n ) } \\right) - f \\left( \\mathbf { w } _ { i } ^ { ( 2 ) \\top } \\mathbf { x } ^ { ( n ) } \\right) - f \\left( \\mathbf { w } _ { i } ^ { ( 3 ) \\top } \\mathbf { x } ^ { ( n ) } \\right) + f \\left( \\mathbf { w } _ { i } ^ { ( 3 ) \\top } \\mathbf { x } ^ { ( n ) } \\right) \\right] } \\\\ { \\ = \\displaystyle \\frac { 1 } { \\epsilon _ { 1 } - \\epsilon _ { 2 } } \\frac { 1 } { 1 - \\rho } \\left[ f \\left( \\widetilde { \\mathbf { w } } _ { i } ^ { ( 1 ) } \\mathbf { x } ^ { ( n ) } + \\epsilon _ { 1 } \\widehat { \\mathbf { w } } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right) - f \\left( \\widetilde { \\mathbf { w } } _ { i } ^ { \\top } \\mathbf { x } + \\epsilon _ { 2 } \\widehat { \\mathbf { w } } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right) \\right. } \\\\ { \\ - \\left. f \\left( \\widetilde { \\mathbf { w } } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } - \\epsilon _ { 2 } \\widehat { \\mathbf { w } } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right) + f \\left( \\widetilde { \\mathbf { w } } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } - \\epsilon _ { 1 } \\widehat { \\mathbf { w } } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right) \\right] } \\\\ { \\ = \\displaystyle \\frac { 1 } { \\left\\{ 0 \\right. \\ } , \\ \\mathrm { i f } n \\in \\mathcal { S } _ { i } ^ { + } } . \\end{array}", + "type": "interline_equation", + "image_path": "d755a9fdd395387d76ca4382021cbbc0e401fd48dec2b9018647aa0832a68d6a.jpg" + } + ] + } + ], + "index": 31, + "virtual_lines": [ + { + "bbox": [ + 120, + 603, + 491, + 646.0 + ], + "spans": [], + "index": 30 + }, + { + "bbox": [ + 120, + 646.0, + 491, + 689.0 + ], + "spans": [], + "index": 31 + }, + { + "bbox": [ + 120, + 689.0, + 491, + 732.0 + ], + "spans": [], + "index": 32 + } + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 145, + 94 + ], + "lines": [ + { + "bbox": [ + 105, + 80, + 146, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 80, + 146, + 95 + ], + "score": 1.0, + "content": "Thus, for", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "interline_equation", + "bbox": [ + 217, + 98, + 394, + 145 + ], + "lines": [ + { + "bbox": [ + 217, + 98, + 394, + 145 + ], + "spans": [ + { + "bbox": [ + 217, + 98, + 394, + 145 + ], + "score": 0.92, + "content": "\\begin{array} { c } { { \\displaystyle { \\bf W } ^ { * } = \\left[ { \\bf W } _ { 1 } ^ { \\top } , \\ldots , { \\bf W } _ { K } ^ { \\top } \\right] ^ { \\top } \\in \\mathbb { R } ^ { 4 \\times d _ { 0 } } } } \\\\ { { \\displaystyle { \\bf z } ^ { * } = \\frac { 1 } { \\epsilon _ { 1 } - \\epsilon _ { 2 } } \\frac { 1 } { 1 - \\rho } \\cdot \\left[ { \\bf z } _ { 1 } , \\ldots , { \\bf z } _ { K } \\right] \\in \\mathbb { R } ^ { 4 K } } } \\end{array}", + "type": "interline_equation", + "image_path": "8948c052d416b99ce37bf214ddf04bf73f55c18c95026c6f80adc6406d8f24c3.jpg" + } + ] + } + ], + "index": 2, + "virtual_lines": [ + { + "bbox": [ + 217, + 98, + 394, + 113.66666666666667 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 217, + 113.66666666666667, + 394, + 129.33333333333334 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 217, + 129.33333333333334, + 394, + 145.0 + ], + "spans": [], + "index": 3 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 148, + 246, + 160 + ], + "lines": [ + { + "bbox": [ + 106, + 148, + 246, + 161 + ], + "spans": [ + { + "bbox": [ + 106, + 148, + 246, + 161 + ], + "score": 1.0, + "content": "we obtain a MNN that implements", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "interline_equation", + "bbox": [ + 227, + 166, + 383, + 195 + ], + "lines": [ + { + "bbox": [ + 227, + 166, + 383, + 195 + ], + "spans": [ + { + "bbox": [ + 227, + 166, + 383, + 195 + ], + "score": 0.93, + "content": "f \\left( \\mathbf { W } ^ { * } \\mathbf { x } ^ { ( n ) } \\right) ^ { \\top } \\mathbf { z } ^ { * } = { \\left\\{ \\begin{array} { l l } { 1 } & { , { \\mathrm { i f } } \\ n \\in S ^ { + } } \\\\ { 0 } & { , { \\mathrm { e l s e } } } \\end{array} \\right. }", + "type": "interline_equation", + "image_path": "cba5051c74129ca5ceccf2b4e282245cc350b1ce31f2a0e096f57efed8a0e0eb.jpg" + } + ] + } + ], + "index": 5.5, + "virtual_lines": [ + { + "bbox": [ + 227, + 166, + 383, + 180.5 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 227, + 180.5, + 383, + 195.0 + ], + "spans": [], + "index": 6 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 202, + 506, + 239 + ], + "lines": [ + { + "bbox": [ + 106, + 201, + 504, + 215 + ], + "spans": [ + { + "bbox": [ + 106, + 201, + 352, + 215 + ], + "score": 1.0, + "content": "and thus achieves zero error. Clearly, from this construction, if", + "type": "text" + }, + { + "bbox": [ + 352, + 204, + 365, + 214 + ], + "score": 0.87, + "content": "\\mathbf { w } _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 365, + 201, + 409, + 215 + ], + "score": 1.0, + "content": "is a row of", + "type": "text" + }, + { + "bbox": [ + 410, + 203, + 426, + 213 + ], + "score": 0.87, + "content": "\\mathbf { W } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 427, + 201, + 449, + 215 + ], + "score": 1.0, + "content": ", then", + "type": "text" + }, + { + "bbox": [ + 450, + 202, + 504, + 215 + ], + "score": 0.88, + "content": "\\forall n \\in S _ { i } ^ { + } , \\forall i :", + "type": "inline_equation" + } + ], + "index": 7 + }, + { + "bbox": [ + 107, + 212, + 507, + 230 + ], + "spans": [ + { + "bbox": [ + 107, + 214, + 169, + 228 + ], + "score": 0.93, + "content": "| \\mathbf { w } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } | \\geq \\epsilon _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 169, + 212, + 258, + 230 + ], + "score": 1.0, + "content": ", and with probability", + "type": "text" + }, + { + "bbox": [ + 258, + 214, + 383, + 228 + ], + "score": 0.91, + "content": "1 \\forall n \\notin S _ { i } ^ { + } , \\forall i : \\left| \\mathbf { w } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right| > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 383, + 212, + 507, + 230 + ], + "score": 1.0, + "content": ", so this construction does not", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 226, + 505, + 239 + ], + "spans": [ + { + "bbox": [ + 106, + 226, + 301, + 239 + ], + "score": 1.0, + "content": "touch any non-differentiable region of the MSE.", + "type": "text" + }, + { + "bbox": [ + 495, + 227, + 505, + 236 + ], + "score": 1.0, + "content": "\u0004", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8 + }, + { + "type": "title", + "bbox": [ + 107, + 254, + 347, + 268 + ], + "lines": [ + { + "bbox": [ + 105, + 252, + 348, + 271 + ], + "spans": [ + { + "bbox": [ + 105, + 252, + 348, + 271 + ], + "score": 1.0, + "content": "10 GLOBAL MINIMA: PROOF OF THEOREM 9", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 10 + }, + { + "type": "text", + "bbox": [ + 106, + 278, + 507, + 323 + ], + "lines": [ + { + "bbox": [ + 105, + 277, + 507, + 299 + ], + "spans": [ + { + "bbox": [ + 105, + 279, + 437, + 299 + ], + "score": 1.0, + "content": "Theorem 19. (Theorem 9 restated). Given assumptions 1-3, we set", + "type": "text" + }, + { + "bbox": [ + 437, + 277, + 507, + 299 + ], + "score": 0.88, + "content": "\\delta \\dot { = } \\sqrt { { \\textstyle \\frac { 8 } { \\pi } } } d _ { 0 } ^ { - 1 / 2 } \\ +", + "type": "inline_equation" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 295, + 510, + 317 + ], + "spans": [ + { + "bbox": [ + 106, + 297, + 176, + 312 + ], + "score": 0.92, + "content": "2 d _ { 0 } ^ { 1 / 2 } \\sqrt { { \\log d _ { 0 } } } / { N }", + "type": "inline_equation" + }, + { + "bbox": [ + 176, + 295, + 197, + 317 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 198, + 300, + 253, + 312 + ], + "score": 0.92, + "content": "d _ { 1 } ^ { * } = 2 N / d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 254, + 295, + 333, + 317 + ], + "score": 1.0, + "content": ", or if assumption", + "type": "text" + }, + { + "bbox": [ + 333, + 301, + 340, + 310 + ], + "score": 0.39, + "content": "^ { 5 }", + "type": "inline_equation" + }, + { + "bbox": [ + 340, + 295, + 400, + 317 + ], + "score": 1.0, + "content": "holds, we set", + "type": "text" + }, + { + "bbox": [ + 400, + 300, + 411, + 312 + ], + "score": 0.89, + "content": "d _ { 1 } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 411, + 295, + 510, + 317 + ], + "score": 1.0, + "content": "as in this assumption.", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 311, + 460, + 324 + ], + "spans": [ + { + "bbox": [ + 105, + 311, + 197, + 324 + ], + "score": 1.0, + "content": "Then, with probability", + "type": "text" + }, + { + "bbox": [ + 197, + 312, + 220, + 322 + ], + "score": 0.85, + "content": "1 - \\delta", + "type": "inline_equation" + }, + { + "bbox": [ + 220, + 311, + 460, + 324 + ], + "score": 1.0, + "content": ", the angular volume of global minima is lower bounded as,", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12 + }, + { + "type": "interline_equation", + "bbox": [ + 189, + 327, + 421, + 342 + ], + "lines": [ + { + "bbox": [ + 189, + 327, + 421, + 342 + ], + "spans": [ + { + "bbox": [ + 189, + 327, + 421, + 342 + ], + "score": 0.86, + "content": "\\mathscr { V } \\left( \\mathscr { G } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) \\dot { > } \\exp \\left( - d _ { 1 } ^ { \\ast } d _ { 0 } \\log N \\right) \\dot { \\geq } \\exp \\left( - 2 N \\log N \\right) .", + "type": "interline_equation", + "image_path": "d4feb8dffc8a9e1fcee5f934e9a750e147c09afd2ac75e09bede36b743b4ac2f.jpg" + } + ] + } + ], + "index": 14, + "virtual_lines": [ + { + "bbox": [ + 189, + 327, + 421, + 342 + ], + "spans": [], + "index": 14 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 353, + 506, + 388 + ], + "lines": [ + { + "bbox": [ + 104, + 352, + 505, + 367 + ], + "spans": [ + { + "bbox": [ + 104, + 352, + 329, + 367 + ], + "score": 1.0, + "content": "In this section we lower bound the angular volume of", + "type": "text" + }, + { + "bbox": [ + 329, + 354, + 337, + 365 + ], + "score": 0.83, + "content": "\\mathcal { G }", + "type": "inline_equation" + }, + { + "bbox": [ + 337, + 352, + 505, + 367 + ], + "score": 1.0, + "content": "(definition 4), i.e., differentiable regions", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 364, + 505, + 378 + ], + "spans": [ + { + "bbox": [ + 105, + 364, + 244, + 378 + ], + "score": 1.0, + "content": "in which there exist DLMs with", + "type": "text" + }, + { + "bbox": [ + 245, + 365, + 291, + 376 + ], + "score": 0.9, + "content": "\\mathrm { { M C E } = 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 291, + 364, + 370, + 378 + ], + "score": 1.0, + "content": ". We lower bound", + "type": "text" + }, + { + "bbox": [ + 370, + 365, + 394, + 377 + ], + "score": 0.92, + "content": "\\mathcal { V } \\left( \\mathcal { G } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 395, + 364, + 505, + 378 + ], + "score": 1.0, + "content": "using the angular volume", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 376, + 424, + 389 + ], + "spans": [ + { + "bbox": [ + 106, + 376, + 424, + 389 + ], + "score": 1.0, + "content": "corresponding to the differentiable region containing a single global minimum.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 16 + }, + { + "type": "text", + "bbox": [ + 106, + 392, + 505, + 450 + ], + "lines": [ + { + "bbox": [ + 106, + 392, + 505, + 405 + ], + "spans": [ + { + "bbox": [ + 106, + 392, + 230, + 405 + ], + "score": 1.0, + "content": "From assumption 4, we have", + "type": "text" + }, + { + "bbox": [ + 231, + 392, + 268, + 404 + ], + "score": 0.92, + "content": "d _ { 0 } d _ { 1 } \\dot { > } N", + "type": "inline_equation" + }, + { + "bbox": [ + 268, + 392, + 505, + 405 + ], + "score": 1.0, + "content": ", so we can apply Theorem 8 and say that the labels are", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 404, + 504, + 418 + ], + "spans": [ + { + "bbox": [ + 105, + 405, + 186, + 418 + ], + "score": 1.0, + "content": "generated using a", + "type": "text" + }, + { + "bbox": [ + 186, + 405, + 213, + 417 + ], + "score": 0.89, + "content": "( \\mathbf { X } , \\mathbf { y } )", + "type": "inline_equation" + }, + { + "bbox": [ + 214, + 405, + 296, + 418 + ], + "score": 1.0, + "content": "-dependent MNN:", + "type": "text" + }, + { + "bbox": [ + 297, + 404, + 383, + 418 + ], + "score": 0.92, + "content": "\\mathbf { y } ~ = ~ f \\left( \\mathbf { W } ^ { * } \\mathbf { X } \\right) ^ { \\top } \\mathbf { z } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 384, + 405, + 471, + 418 + ], + "score": 1.0, + "content": "with target weights", + "type": "text" + }, + { + "bbox": [ + 472, + 405, + 504, + 417 + ], + "score": 0.84, + "content": "\\begin{array} { r l } { \\mathbf { W } ^ { * } } & { { } = } \\end{array}", + "type": "inline_equation" + } + ], + "index": 19 + }, + { + "bbox": [ + 107, + 417, + 506, + 439 + ], + "spans": [ + { + "bbox": [ + 107, + 417, + 231, + 439 + ], + "score": 0.93, + "content": "\\left[ { \\bf w } _ { 1 } ^ { * \\top } , \\ldots , { \\bf w } _ { d _ { 1 } ^ { * } } ^ { * \\top } \\right] ^ { \\top } \\in \\mathbb { R } ^ { d _ { 1 } ^ { * } \\times d _ { 0 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 231, + 420, + 252, + 437 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 252, + 422, + 294, + 434 + ], + "score": 0.91, + "content": "\\mathbf { z } ^ { * } \\in \\mathbb { R } ^ { d _ { 1 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 295, + 420, + 506, + 437 + ], + "score": 1.0, + "content": ". If, in addition, assumption 5 holds then we can", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 104, + 437, + 504, + 451 + ], + "spans": [ + { + "bbox": [ + 104, + 437, + 138, + 451 + ], + "score": 1.0, + "content": "assume", + "type": "text" + }, + { + "bbox": [ + 139, + 439, + 156, + 448 + ], + "score": 0.81, + "content": "\\mathbf { W } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 156, + 437, + 174, + 451 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 174, + 439, + 185, + 448 + ], + "score": 0.84, + "content": "\\mathbf { z } ^ { \\ast }", + "type": "inline_equation" + }, + { + "bbox": [ + 185, + 437, + 275, + 451 + ], + "score": 1.0, + "content": "are independent from", + "type": "text" + }, + { + "bbox": [ + 275, + 438, + 302, + 450 + ], + "score": 0.9, + "content": "( \\mathbf { X } , \\mathbf { y } )", + "type": "inline_equation" + }, + { + "bbox": [ + 302, + 437, + 504, + 451 + ], + "score": 1.0, + "content": ". In both cases, the following differentiable region", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 19.5 + }, + { + "type": "interline_equation", + "bbox": [ + 155, + 456, + 455, + 472 + ], + "lines": [ + { + "bbox": [ + 155, + 456, + 455, + 472 + ], + "spans": [ + { + "bbox": [ + 155, + 456, + 455, + 472 + ], + "score": 0.89, + "content": "\\begin{array} { r } { \\tilde { \\mathcal { G } } \\left( \\mathbf { X } , \\mathbf { W } ^ { * } \\right) \\triangleq \\left\\{ \\mathbf { W } \\in \\mathbb { R } ^ { d _ { 1 } \\times d _ { 0 } } | \\forall i \\le d _ { 1 } ^ { * } : \\ \\mathrm { s i g n } \\left( \\mathbf { w } _ { i } ^ { \\top } \\mathbf { X } \\right) = \\mathrm { s i g n } \\left( \\mathbf { w } _ { i } ^ { * ^ { \\top } } \\mathbf { X } \\right) \\right\\} , } \\end{array}", + "type": "interline_equation", + "image_path": "396df204c6dbeabe1d7d8b292ea954d4be1899341b3edd1520d420754b6f14f1.jpg" + } + ] + } + ], + "index": 22, + "virtual_lines": [ + { + "bbox": [ + 155, + 456, + 455, + 472 + ], + "spans": [], + "index": 22 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 477, + 505, + 500 + ], + "lines": [ + { + "bbox": [ + 105, + 475, + 504, + 491 + ], + "spans": [ + { + "bbox": [ + 105, + 475, + 334, + 491 + ], + "score": 1.0, + "content": "also contains a differentiable global minimum (just set", + "type": "text" + }, + { + "bbox": [ + 335, + 478, + 375, + 489 + ], + "score": 0.89, + "content": "\\mathbf { w } _ { i } = \\mathbf { w } _ { i } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 376, + 475, + 380, + 491 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 381, + 477, + 452, + 489 + ], + "score": 0.92, + "content": "z _ { i } = z _ { i } ^ { * } \\forall i \\leq d _ { 1 } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 452, + 475, + 474, + 491 + ], + "score": 1.0, + "content": ", and", + "type": "text" + }, + { + "bbox": [ + 474, + 478, + 504, + 488 + ], + "score": 0.91, + "content": "z _ { i } = 0", + "type": "inline_equation" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 488, + 384, + 501 + ], + "spans": [ + { + "bbox": [ + 106, + 488, + 141, + 500 + ], + "score": 0.88, + "content": "\\forall i > d _ { 1 } ^ { * } ,", + "type": "inline_equation" + }, + { + "bbox": [ + 141, + 488, + 201, + 501 + ], + "score": 1.0, + "content": "), and therefore", + "type": "text" + }, + { + "bbox": [ + 202, + 488, + 228, + 499 + ], + "score": 0.6, + "content": "\\forall \\mathbf { X } , \\mathbf { y }", + "type": "inline_equation" + }, + { + "bbox": [ + 228, + 488, + 326, + 501 + ], + "score": 1.0, + "content": "and their corresponding", + "type": "text" + }, + { + "bbox": [ + 327, + 489, + 344, + 498 + ], + "score": 0.86, + "content": "\\mathbf { W } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 344, + 488, + 384, + 501 + ], + "score": 1.0, + "content": ", we have", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 23.5 + }, + { + "type": "interline_equation", + "bbox": [ + 257, + 505, + 354, + 520 + ], + "lines": [ + { + "bbox": [ + 257, + 505, + 354, + 520 + ], + "spans": [ + { + "bbox": [ + 257, + 505, + 354, + 520 + ], + "score": 0.92, + "content": "\\mathcal { G } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\supset \\tilde { \\mathcal { G } } \\left( \\mathbf { X } , \\mathbf { W } ^ { * } \\right)", + "type": "interline_equation", + "image_path": "045a31095a5ab73d446c31cf5b5781057deb5585c87c32d7bbdd3bb458554b0c.jpg" + } + ] + } + ], + "index": 25, + "virtual_lines": [ + { + "bbox": [ + 257, + 505, + 354, + 520 + ], + "spans": [], + "index": 25 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 526, + 311, + 538 + ], + "lines": [ + { + "bbox": [ + 105, + 525, + 311, + 540 + ], + "spans": [ + { + "bbox": [ + 105, + 525, + 311, + 540 + ], + "score": 1.0, + "content": "Also, we will make use of the following definition.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 26 + }, + { + "type": "text", + "bbox": [ + 106, + 541, + 505, + 565 + ], + "lines": [ + { + "bbox": [ + 105, + 541, + 505, + 554 + ], + "spans": [ + { + "bbox": [ + 105, + 541, + 184, + 554 + ], + "score": 1.0, + "content": "Definition 20. Let", + "type": "text" + }, + { + "bbox": [ + 184, + 542, + 194, + 552 + ], + "score": 0.62, + "content": "\\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 194, + 541, + 291, + 554 + ], + "score": 1.0, + "content": "have an angular margin", + "type": "text" + }, + { + "bbox": [ + 292, + 544, + 300, + 552 + ], + "score": 0.78, + "content": "\\alpha", + "type": "inline_equation" + }, + { + "bbox": [ + 300, + 541, + 322, + 554 + ], + "score": 1.0, + "content": "from", + "type": "text" + }, + { + "bbox": [ + 322, + 542, + 340, + 552 + ], + "score": 0.8, + "content": "\\mathbf { W } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 340, + 541, + 455, + 554 + ], + "score": 1.0, + "content": "if all datapoints (columns in", + "type": "text" + }, + { + "bbox": [ + 455, + 543, + 465, + 552 + ], + "score": 0.71, + "content": "\\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 465, + 541, + 505, + 554 + ], + "score": 1.0, + "content": ") are at an", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 552, + 450, + 565 + ], + "spans": [ + { + "bbox": [ + 105, + 552, + 172, + 565 + ], + "score": 1.0, + "content": "angle of at least", + "type": "text" + }, + { + "bbox": [ + 172, + 555, + 180, + 563 + ], + "score": 0.81, + "content": "\\alpha", + "type": "inline_equation" + }, + { + "bbox": [ + 180, + 552, + 345, + 565 + ], + "score": 1.0, + "content": "from all the weight hyperplanes (rows of", + "type": "text" + }, + { + "bbox": [ + 346, + 553, + 363, + 563 + ], + "score": 0.85, + "content": "\\mathbf { W } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 363, + 552, + 390, + 565 + ], + "score": 1.0, + "content": ") , i.e.,", + "type": "text" + }, + { + "bbox": [ + 390, + 553, + 400, + 563 + ], + "score": 0.6, + "content": "\\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 400, + 552, + 450, + 565 + ], + "score": 1.0, + "content": "is in the set", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 27.5 + }, + { + "type": "interline_equation", + "bbox": [ + 177, + 569, + 434, + 604 + ], + "lines": [ + { + "bbox": [ + 177, + 569, + 434, + 604 + ], + "spans": [ + { + "bbox": [ + 177, + 569, + 434, + 604 + ], + "score": 0.95, + "content": "\\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\triangleq \\left. \\mathbf { X } \\in \\mathbb { R } ^ { d _ { 0 } \\times N } | \\forall i , n : \\left| \\frac { \\mathbf { x } ^ { ( n ) \\top } \\mathbf { w } _ { i } ^ { * } } { \\left\\| \\mathbf { x } ^ { ( n ) } \\right\\| \\left\\| \\mathbf { w } _ { i } ^ { * } \\right\\| } \\right| > \\mathrm { s i n } \\alpha \\right. .", + "type": "interline_equation", + "image_path": "ad940362f0ac2a63b6765a0667ffa0faebc3ddf014ee3fbb9c76cf460a0d6cf4.jpg" + } + ] + } + ], + "index": 30, + "virtual_lines": [ + { + "bbox": [ + 177, + 569, + 434, + 580.6666666666666 + ], + "spans": [], + "index": 29 + }, + { + "bbox": [ + 177, + 580.6666666666666, + 434, + 592.3333333333333 + ], + "spans": [], + "index": 30 + }, + { + "bbox": [ + 177, + 592.3333333333333, + 434, + 603.9999999999999 + ], + "spans": [], + "index": 31 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 614, + 505, + 638 + ], + "lines": [ + { + "bbox": [ + 105, + 613, + 505, + 628 + ], + "spans": [ + { + "bbox": [ + 105, + 613, + 505, + 628 + ], + "score": 1.0, + "content": "Using the definitions in eqs. (10.3) and (10.1), we prove the Theorem using the following three", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 624, + 147, + 639 + ], + "spans": [ + { + "bbox": [ + 105, + 624, + 147, + 639 + ], + "score": 1.0, + "content": "Lemmas.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32.5 + }, + { + "type": "text", + "bbox": [ + 107, + 642, + 269, + 654 + ], + "lines": [ + { + "bbox": [ + 106, + 642, + 269, + 655 + ], + "spans": [ + { + "bbox": [ + 106, + 642, + 269, + 655 + ], + "score": 1.0, + "content": "First, In appendix section 13.2 we prove", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 34 + }, + { + "type": "text", + "bbox": [ + 107, + 657, + 504, + 682 + ], + "lines": [ + { + "bbox": [ + 105, + 655, + 505, + 671 + ], + "spans": [ + { + "bbox": [ + 105, + 655, + 192, + 671 + ], + "score": 1.0, + "content": "Lemma 21. For any", + "type": "text" + }, + { + "bbox": [ + 192, + 660, + 200, + 668 + ], + "score": 0.64, + "content": "\\alpha", + "type": "inline_equation" + }, + { + "bbox": [ + 200, + 655, + 203, + 671 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 203, + 658, + 230, + 669 + ], + "score": 0.35, + "content": "i f \\mathbf { W } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 230, + 655, + 394, + 671 + ], + "score": 1.0, + "content": "is independent from W then, in the limit", + "type": "text" + }, + { + "bbox": [ + 394, + 658, + 429, + 668 + ], + "score": 0.66, + "content": "N \\to \\infty", + "type": "inline_equation" + }, + { + "bbox": [ + 430, + 655, + 433, + 671 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 434, + 658, + 505, + 670 + ], + "score": 0.75, + "content": "\\forall \\mathbf { X } \\in \\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right)", + "type": "inline_equation" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 668, + 211, + 684 + ], + "spans": [ + { + "bbox": [ + 105, + 668, + 131, + 684 + ], + "score": 1.0, + "content": "with l", + "type": "text" + }, + { + "bbox": [ + 131, + 669, + 211, + 682 + ], + "score": 0.69, + "content": "\\mathrm { { o g } s i n } \\alpha \\dot { > } d _ { 0 } ^ { - 1 } \\log d _ { 0 }", + "type": "inline_equation" + } + ], + "index": 36 + } + ], + "index": 35.5 + }, + { + "type": "interline_equation", + "bbox": [ + 180, + 688, + 429, + 710 + ], + "lines": [ + { + "bbox": [ + 180, + 688, + 429, + 710 + ], + "spans": [ + { + "bbox": [ + 180, + 688, + 429, + 710 + ], + "score": 0.91, + "content": "\\begin{array} { r } { \\mathcal { V } \\left( \\tilde { \\mathcal { G } } \\right) = \\mathbb { P } _ { \\mathbf { W } \\sim \\mathcal { N } } \\left( \\mathbf { W } \\in \\tilde { \\mathcal { G } } \\left( \\mathbf { X } , \\mathbf { W } ^ { * } \\right) \\right) \\dot { \\geq } \\exp \\left( d _ { 0 } d _ { 1 } ^ { * } \\log \\sin \\alpha \\right) . } \\end{array}", + "type": "interline_equation", + "image_path": "cd09fc5a1737d4dfe7704c0adbb9fc4c50aa5b54c92f4fcbf4cdab6c572c2045.jpg" + } + ] + } + ], + "index": 37, + "virtual_lines": [ + { + "bbox": [ + 180, + 688, + 429, + 710 + ], + "spans": [], + "index": 37 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 720, + 279, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 720, + 280, + 734 + ], + "spans": [ + { + "bbox": [ + 106, + 720, + 280, + 734 + ], + "score": 1.0, + "content": "Second, in appendix section 13.3 we prove", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 38 + } + ], + "page_idx": 16, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 26, + 308, + 38 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 309, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 309, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 312, + 765 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 765 + ], + "score": 1.0, + "content": "17", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 145, + 94 + ], + "lines": [ + { + "bbox": [ + 105, + 80, + 146, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 80, + 146, + 95 + ], + "score": 1.0, + "content": "Thus, for", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0, + "bbox_fs": [ + 105, + 80, + 146, + 95 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 217, + 98, + 394, + 145 + ], + "lines": [ + { + "bbox": [ + 217, + 98, + 394, + 145 + ], + "spans": [ + { + "bbox": [ + 217, + 98, + 394, + 145 + ], + "score": 0.92, + "content": "\\begin{array} { c } { { \\displaystyle { \\bf W } ^ { * } = \\left[ { \\bf W } _ { 1 } ^ { \\top } , \\ldots , { \\bf W } _ { K } ^ { \\top } \\right] ^ { \\top } \\in \\mathbb { R } ^ { 4 \\times d _ { 0 } } } } \\\\ { { \\displaystyle { \\bf z } ^ { * } = \\frac { 1 } { \\epsilon _ { 1 } - \\epsilon _ { 2 } } \\frac { 1 } { 1 - \\rho } \\cdot \\left[ { \\bf z } _ { 1 } , \\ldots , { \\bf z } _ { K } \\right] \\in \\mathbb { R } ^ { 4 K } } } \\end{array}", + "type": "interline_equation", + "image_path": "8948c052d416b99ce37bf214ddf04bf73f55c18c95026c6f80adc6406d8f24c3.jpg" + } + ] + } + ], + "index": 2, + "virtual_lines": [ + { + "bbox": [ + 217, + 98, + 394, + 113.66666666666667 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 217, + 113.66666666666667, + 394, + 129.33333333333334 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 217, + 129.33333333333334, + 394, + 145.0 + ], + "spans": [], + "index": 3 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 148, + 246, + 160 + ], + "lines": [ + { + "bbox": [ + 106, + 148, + 246, + 161 + ], + "spans": [ + { + "bbox": [ + 106, + 148, + 246, + 161 + ], + "score": 1.0, + "content": "we obtain a MNN that implements", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4, + "bbox_fs": [ + 106, + 148, + 246, + 161 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 227, + 166, + 383, + 195 + ], + "lines": [ + { + "bbox": [ + 227, + 166, + 383, + 195 + ], + "spans": [ + { + "bbox": [ + 227, + 166, + 383, + 195 + ], + "score": 0.93, + "content": "f \\left( \\mathbf { W } ^ { * } \\mathbf { x } ^ { ( n ) } \\right) ^ { \\top } \\mathbf { z } ^ { * } = { \\left\\{ \\begin{array} { l l } { 1 } & { , { \\mathrm { i f } } \\ n \\in S ^ { + } } \\\\ { 0 } & { , { \\mathrm { e l s e } } } \\end{array} \\right. }", + "type": "interline_equation", + "image_path": "cba5051c74129ca5ceccf2b4e282245cc350b1ce31f2a0e096f57efed8a0e0eb.jpg" + } + ] + } + ], + "index": 5.5, + "virtual_lines": [ + { + "bbox": [ + 227, + 166, + 383, + 180.5 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 227, + 180.5, + 383, + 195.0 + ], + "spans": [], + "index": 6 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 202, + 506, + 239 + ], + "lines": [ + { + "bbox": [ + 106, + 201, + 504, + 215 + ], + "spans": [ + { + "bbox": [ + 106, + 201, + 352, + 215 + ], + "score": 1.0, + "content": "and thus achieves zero error. Clearly, from this construction, if", + "type": "text" + }, + { + "bbox": [ + 352, + 204, + 365, + 214 + ], + "score": 0.87, + "content": "\\mathbf { w } _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 365, + 201, + 409, + 215 + ], + "score": 1.0, + "content": "is a row of", + "type": "text" + }, + { + "bbox": [ + 410, + 203, + 426, + 213 + ], + "score": 0.87, + "content": "\\mathbf { W } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 427, + 201, + 449, + 215 + ], + "score": 1.0, + "content": ", then", + "type": "text" + }, + { + "bbox": [ + 450, + 202, + 504, + 215 + ], + "score": 0.88, + "content": "\\forall n \\in S _ { i } ^ { + } , \\forall i :", + "type": "inline_equation" + } + ], + "index": 7 + }, + { + "bbox": [ + 107, + 212, + 507, + 230 + ], + "spans": [ + { + "bbox": [ + 107, + 214, + 169, + 228 + ], + "score": 0.93, + "content": "| \\mathbf { w } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } | \\geq \\epsilon _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 169, + 212, + 258, + 230 + ], + "score": 1.0, + "content": ", and with probability", + "type": "text" + }, + { + "bbox": [ + 258, + 214, + 383, + 228 + ], + "score": 0.91, + "content": "1 \\forall n \\notin S _ { i } ^ { + } , \\forall i : \\left| \\mathbf { w } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right| > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 383, + 212, + 507, + 230 + ], + "score": 1.0, + "content": ", so this construction does not", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 226, + 505, + 239 + ], + "spans": [ + { + "bbox": [ + 106, + 226, + 301, + 239 + ], + "score": 1.0, + "content": "touch any non-differentiable region of the MSE.", + "type": "text" + }, + { + "bbox": [ + 495, + 227, + 505, + 236 + ], + "score": 1.0, + "content": "\u0004", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8, + "bbox_fs": [ + 106, + 201, + 507, + 239 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 254, + 347, + 268 + ], + "lines": [ + { + "bbox": [ + 105, + 252, + 348, + 271 + ], + "spans": [ + { + "bbox": [ + 105, + 252, + 348, + 271 + ], + "score": 1.0, + "content": "10 GLOBAL MINIMA: PROOF OF THEOREM 9", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 10 + }, + { + "type": "text", + "bbox": [ + 106, + 278, + 507, + 323 + ], + "lines": [ + { + "bbox": [ + 105, + 277, + 507, + 299 + ], + "spans": [ + { + "bbox": [ + 105, + 279, + 437, + 299 + ], + "score": 1.0, + "content": "Theorem 19. (Theorem 9 restated). Given assumptions 1-3, we set", + "type": "text" + }, + { + "bbox": [ + 437, + 277, + 507, + 299 + ], + "score": 0.88, + "content": "\\delta \\dot { = } \\sqrt { { \\textstyle \\frac { 8 } { \\pi } } } d _ { 0 } ^ { - 1 / 2 } \\ +", + "type": "inline_equation" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 295, + 510, + 317 + ], + "spans": [ + { + "bbox": [ + 106, + 297, + 176, + 312 + ], + "score": 0.92, + "content": "2 d _ { 0 } ^ { 1 / 2 } \\sqrt { { \\log d _ { 0 } } } / { N }", + "type": "inline_equation" + }, + { + "bbox": [ + 176, + 295, + 197, + 317 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 198, + 300, + 253, + 312 + ], + "score": 0.92, + "content": "d _ { 1 } ^ { * } = 2 N / d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 254, + 295, + 333, + 317 + ], + "score": 1.0, + "content": ", or if assumption", + "type": "text" + }, + { + "bbox": [ + 333, + 301, + 340, + 310 + ], + "score": 0.39, + "content": "^ { 5 }", + "type": "inline_equation" + }, + { + "bbox": [ + 340, + 295, + 400, + 317 + ], + "score": 1.0, + "content": "holds, we set", + "type": "text" + }, + { + "bbox": [ + 400, + 300, + 411, + 312 + ], + "score": 0.89, + "content": "d _ { 1 } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 411, + 295, + 510, + 317 + ], + "score": 1.0, + "content": "as in this assumption.", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 311, + 460, + 324 + ], + "spans": [ + { + "bbox": [ + 105, + 311, + 197, + 324 + ], + "score": 1.0, + "content": "Then, with probability", + "type": "text" + }, + { + "bbox": [ + 197, + 312, + 220, + 322 + ], + "score": 0.85, + "content": "1 - \\delta", + "type": "inline_equation" + }, + { + "bbox": [ + 220, + 311, + 460, + 324 + ], + "score": 1.0, + "content": ", the angular volume of global minima is lower bounded as,", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12, + "bbox_fs": [ + 105, + 277, + 510, + 324 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 189, + 327, + 421, + 342 + ], + "lines": [ + { + "bbox": [ + 189, + 327, + 421, + 342 + ], + "spans": [ + { + "bbox": [ + 189, + 327, + 421, + 342 + ], + "score": 0.86, + "content": "\\mathscr { V } \\left( \\mathscr { G } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) \\dot { > } \\exp \\left( - d _ { 1 } ^ { \\ast } d _ { 0 } \\log N \\right) \\dot { \\geq } \\exp \\left( - 2 N \\log N \\right) .", + "type": "interline_equation", + "image_path": "d4feb8dffc8a9e1fcee5f934e9a750e147c09afd2ac75e09bede36b743b4ac2f.jpg" + } + ] + } + ], + "index": 14, + "virtual_lines": [ + { + "bbox": [ + 189, + 327, + 421, + 342 + ], + "spans": [], + "index": 14 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 353, + 506, + 388 + ], + "lines": [ + { + "bbox": [ + 104, + 352, + 505, + 367 + ], + "spans": [ + { + "bbox": [ + 104, + 352, + 329, + 367 + ], + "score": 1.0, + "content": "In this section we lower bound the angular volume of", + "type": "text" + }, + { + "bbox": [ + 329, + 354, + 337, + 365 + ], + "score": 0.83, + "content": "\\mathcal { G }", + "type": "inline_equation" + }, + { + "bbox": [ + 337, + 352, + 505, + 367 + ], + "score": 1.0, + "content": "(definition 4), i.e., differentiable regions", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 364, + 505, + 378 + ], + "spans": [ + { + "bbox": [ + 105, + 364, + 244, + 378 + ], + "score": 1.0, + "content": "in which there exist DLMs with", + "type": "text" + }, + { + "bbox": [ + 245, + 365, + 291, + 376 + ], + "score": 0.9, + "content": "\\mathrm { { M C E } = 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 291, + 364, + 370, + 378 + ], + "score": 1.0, + "content": ". We lower bound", + "type": "text" + }, + { + "bbox": [ + 370, + 365, + 394, + 377 + ], + "score": 0.92, + "content": "\\mathcal { V } \\left( \\mathcal { G } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 395, + 364, + 505, + 378 + ], + "score": 1.0, + "content": "using the angular volume", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 376, + 424, + 389 + ], + "spans": [ + { + "bbox": [ + 106, + 376, + 424, + 389 + ], + "score": 1.0, + "content": "corresponding to the differentiable region containing a single global minimum.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 16, + "bbox_fs": [ + 104, + 352, + 505, + 389 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 392, + 505, + 450 + ], + "lines": [ + { + "bbox": [ + 106, + 392, + 505, + 405 + ], + "spans": [ + { + "bbox": [ + 106, + 392, + 230, + 405 + ], + "score": 1.0, + "content": "From assumption 4, we have", + "type": "text" + }, + { + "bbox": [ + 231, + 392, + 268, + 404 + ], + "score": 0.92, + "content": "d _ { 0 } d _ { 1 } \\dot { > } N", + "type": "inline_equation" + }, + { + "bbox": [ + 268, + 392, + 505, + 405 + ], + "score": 1.0, + "content": ", so we can apply Theorem 8 and say that the labels are", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 404, + 504, + 418 + ], + "spans": [ + { + "bbox": [ + 105, + 405, + 186, + 418 + ], + "score": 1.0, + "content": "generated using a", + "type": "text" + }, + { + "bbox": [ + 186, + 405, + 213, + 417 + ], + "score": 0.89, + "content": "( \\mathbf { X } , \\mathbf { y } )", + "type": "inline_equation" + }, + { + "bbox": [ + 214, + 405, + 296, + 418 + ], + "score": 1.0, + "content": "-dependent MNN:", + "type": "text" + }, + { + "bbox": [ + 297, + 404, + 383, + 418 + ], + "score": 0.92, + "content": "\\mathbf { y } ~ = ~ f \\left( \\mathbf { W } ^ { * } \\mathbf { X } \\right) ^ { \\top } \\mathbf { z } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 384, + 405, + 471, + 418 + ], + "score": 1.0, + "content": "with target weights", + "type": "text" + }, + { + "bbox": [ + 472, + 405, + 504, + 417 + ], + "score": 0.84, + "content": "\\begin{array} { r l } { \\mathbf { W } ^ { * } } & { { } = } \\end{array}", + "type": "inline_equation" + } + ], + "index": 19 + }, + { + "bbox": [ + 107, + 417, + 506, + 439 + ], + "spans": [ + { + "bbox": [ + 107, + 417, + 231, + 439 + ], + "score": 0.93, + "content": "\\left[ { \\bf w } _ { 1 } ^ { * \\top } , \\ldots , { \\bf w } _ { d _ { 1 } ^ { * } } ^ { * \\top } \\right] ^ { \\top } \\in \\mathbb { R } ^ { d _ { 1 } ^ { * } \\times d _ { 0 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 231, + 420, + 252, + 437 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 252, + 422, + 294, + 434 + ], + "score": 0.91, + "content": "\\mathbf { z } ^ { * } \\in \\mathbb { R } ^ { d _ { 1 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 295, + 420, + 506, + 437 + ], + "score": 1.0, + "content": ". If, in addition, assumption 5 holds then we can", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 104, + 437, + 504, + 451 + ], + "spans": [ + { + "bbox": [ + 104, + 437, + 138, + 451 + ], + "score": 1.0, + "content": "assume", + "type": "text" + }, + { + "bbox": [ + 139, + 439, + 156, + 448 + ], + "score": 0.81, + "content": "\\mathbf { W } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 156, + 437, + 174, + 451 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 174, + 439, + 185, + 448 + ], + "score": 0.84, + "content": "\\mathbf { z } ^ { \\ast }", + "type": "inline_equation" + }, + { + "bbox": [ + 185, + 437, + 275, + 451 + ], + "score": 1.0, + "content": "are independent from", + "type": "text" + }, + { + "bbox": [ + 275, + 438, + 302, + 450 + ], + "score": 0.9, + "content": "( \\mathbf { X } , \\mathbf { y } )", + "type": "inline_equation" + }, + { + "bbox": [ + 302, + 437, + 504, + 451 + ], + "score": 1.0, + "content": ". In both cases, the following differentiable region", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 19.5, + "bbox_fs": [ + 104, + 392, + 506, + 451 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 155, + 456, + 455, + 472 + ], + "lines": [ + { + "bbox": [ + 155, + 456, + 455, + 472 + ], + "spans": [ + { + "bbox": [ + 155, + 456, + 455, + 472 + ], + "score": 0.89, + "content": "\\begin{array} { r } { \\tilde { \\mathcal { G } } \\left( \\mathbf { X } , \\mathbf { W } ^ { * } \\right) \\triangleq \\left\\{ \\mathbf { W } \\in \\mathbb { R } ^ { d _ { 1 } \\times d _ { 0 } } | \\forall i \\le d _ { 1 } ^ { * } : \\ \\mathrm { s i g n } \\left( \\mathbf { w } _ { i } ^ { \\top } \\mathbf { X } \\right) = \\mathrm { s i g n } \\left( \\mathbf { w } _ { i } ^ { * ^ { \\top } } \\mathbf { X } \\right) \\right\\} , } \\end{array}", + "type": "interline_equation", + "image_path": "396df204c6dbeabe1d7d8b292ea954d4be1899341b3edd1520d420754b6f14f1.jpg" + } + ] + } + ], + "index": 22, + "virtual_lines": [ + { + "bbox": [ + 155, + 456, + 455, + 472 + ], + "spans": [], + "index": 22 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 477, + 505, + 500 + ], + "lines": [ + { + "bbox": [ + 105, + 475, + 504, + 491 + ], + "spans": [ + { + "bbox": [ + 105, + 475, + 334, + 491 + ], + "score": 1.0, + "content": "also contains a differentiable global minimum (just set", + "type": "text" + }, + { + "bbox": [ + 335, + 478, + 375, + 489 + ], + "score": 0.89, + "content": "\\mathbf { w } _ { i } = \\mathbf { w } _ { i } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 376, + 475, + 380, + 491 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 381, + 477, + 452, + 489 + ], + "score": 0.92, + "content": "z _ { i } = z _ { i } ^ { * } \\forall i \\leq d _ { 1 } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 452, + 475, + 474, + 491 + ], + "score": 1.0, + "content": ", and", + "type": "text" + }, + { + "bbox": [ + 474, + 478, + 504, + 488 + ], + "score": 0.91, + "content": "z _ { i } = 0", + "type": "inline_equation" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 488, + 384, + 501 + ], + "spans": [ + { + "bbox": [ + 106, + 488, + 141, + 500 + ], + "score": 0.88, + "content": "\\forall i > d _ { 1 } ^ { * } ,", + "type": "inline_equation" + }, + { + "bbox": [ + 141, + 488, + 201, + 501 + ], + "score": 1.0, + "content": "), and therefore", + "type": "text" + }, + { + "bbox": [ + 202, + 488, + 228, + 499 + ], + "score": 0.6, + "content": "\\forall \\mathbf { X } , \\mathbf { y }", + "type": "inline_equation" + }, + { + "bbox": [ + 228, + 488, + 326, + 501 + ], + "score": 1.0, + "content": "and their corresponding", + "type": "text" + }, + { + "bbox": [ + 327, + 489, + 344, + 498 + ], + "score": 0.86, + "content": "\\mathbf { W } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 344, + 488, + 384, + 501 + ], + "score": 1.0, + "content": ", we have", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 23.5, + "bbox_fs": [ + 105, + 475, + 504, + 501 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 257, + 505, + 354, + 520 + ], + "lines": [ + { + "bbox": [ + 257, + 505, + 354, + 520 + ], + "spans": [ + { + "bbox": [ + 257, + 505, + 354, + 520 + ], + "score": 0.92, + "content": "\\mathcal { G } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\supset \\tilde { \\mathcal { G } } \\left( \\mathbf { X } , \\mathbf { W } ^ { * } \\right)", + "type": "interline_equation", + "image_path": "045a31095a5ab73d446c31cf5b5781057deb5585c87c32d7bbdd3bb458554b0c.jpg" + } + ] + } + ], + "index": 25, + "virtual_lines": [ + { + "bbox": [ + 257, + 505, + 354, + 520 + ], + "spans": [], + "index": 25 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 526, + 311, + 538 + ], + "lines": [ + { + "bbox": [ + 105, + 525, + 311, + 540 + ], + "spans": [ + { + "bbox": [ + 105, + 525, + 311, + 540 + ], + "score": 1.0, + "content": "Also, we will make use of the following definition.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 26, + "bbox_fs": [ + 105, + 525, + 311, + 540 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 541, + 505, + 565 + ], + "lines": [ + { + "bbox": [ + 105, + 541, + 505, + 554 + ], + "spans": [ + { + "bbox": [ + 105, + 541, + 184, + 554 + ], + "score": 1.0, + "content": "Definition 20. Let", + "type": "text" + }, + { + "bbox": [ + 184, + 542, + 194, + 552 + ], + "score": 0.62, + "content": "\\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 194, + 541, + 291, + 554 + ], + "score": 1.0, + "content": "have an angular margin", + "type": "text" + }, + { + "bbox": [ + 292, + 544, + 300, + 552 + ], + "score": 0.78, + "content": "\\alpha", + "type": "inline_equation" + }, + { + "bbox": [ + 300, + 541, + 322, + 554 + ], + "score": 1.0, + "content": "from", + "type": "text" + }, + { + "bbox": [ + 322, + 542, + 340, + 552 + ], + "score": 0.8, + "content": "\\mathbf { W } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 340, + 541, + 455, + 554 + ], + "score": 1.0, + "content": "if all datapoints (columns in", + "type": "text" + }, + { + "bbox": [ + 455, + 543, + 465, + 552 + ], + "score": 0.71, + "content": "\\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 465, + 541, + 505, + 554 + ], + "score": 1.0, + "content": ") are at an", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 552, + 450, + 565 + ], + "spans": [ + { + "bbox": [ + 105, + 552, + 172, + 565 + ], + "score": 1.0, + "content": "angle of at least", + "type": "text" + }, + { + "bbox": [ + 172, + 555, + 180, + 563 + ], + "score": 0.81, + "content": "\\alpha", + "type": "inline_equation" + }, + { + "bbox": [ + 180, + 552, + 345, + 565 + ], + "score": 1.0, + "content": "from all the weight hyperplanes (rows of", + "type": "text" + }, + { + "bbox": [ + 346, + 553, + 363, + 563 + ], + "score": 0.85, + "content": "\\mathbf { W } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 363, + 552, + 390, + 565 + ], + "score": 1.0, + "content": ") , i.e.,", + "type": "text" + }, + { + "bbox": [ + 390, + 553, + 400, + 563 + ], + "score": 0.6, + "content": "\\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 400, + 552, + 450, + 565 + ], + "score": 1.0, + "content": "is in the set", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 27.5, + "bbox_fs": [ + 105, + 541, + 505, + 565 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 177, + 569, + 434, + 604 + ], + "lines": [ + { + "bbox": [ + 177, + 569, + 434, + 604 + ], + "spans": [ + { + "bbox": [ + 177, + 569, + 434, + 604 + ], + "score": 0.95, + "content": "\\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\triangleq \\left. \\mathbf { X } \\in \\mathbb { R } ^ { d _ { 0 } \\times N } | \\forall i , n : \\left| \\frac { \\mathbf { x } ^ { ( n ) \\top } \\mathbf { w } _ { i } ^ { * } } { \\left\\| \\mathbf { x } ^ { ( n ) } \\right\\| \\left\\| \\mathbf { w } _ { i } ^ { * } \\right\\| } \\right| > \\mathrm { s i n } \\alpha \\right. .", + "type": "interline_equation", + "image_path": "ad940362f0ac2a63b6765a0667ffa0faebc3ddf014ee3fbb9c76cf460a0d6cf4.jpg" + } + ] + } + ], + "index": 30, + "virtual_lines": [ + { + "bbox": [ + 177, + 569, + 434, + 580.6666666666666 + ], + "spans": [], + "index": 29 + }, + { + "bbox": [ + 177, + 580.6666666666666, + 434, + 592.3333333333333 + ], + "spans": [], + "index": 30 + }, + { + "bbox": [ + 177, + 592.3333333333333, + 434, + 603.9999999999999 + ], + "spans": [], + "index": 31 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 614, + 505, + 638 + ], + "lines": [ + { + "bbox": [ + 105, + 613, + 505, + 628 + ], + "spans": [ + { + "bbox": [ + 105, + 613, + 505, + 628 + ], + "score": 1.0, + "content": "Using the definitions in eqs. (10.3) and (10.1), we prove the Theorem using the following three", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 624, + 147, + 639 + ], + "spans": [ + { + "bbox": [ + 105, + 624, + 147, + 639 + ], + "score": 1.0, + "content": "Lemmas.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32.5, + "bbox_fs": [ + 105, + 613, + 505, + 639 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 642, + 269, + 654 + ], + "lines": [ + { + "bbox": [ + 106, + 642, + 269, + 655 + ], + "spans": [ + { + "bbox": [ + 106, + 642, + 269, + 655 + ], + "score": 1.0, + "content": "First, In appendix section 13.2 we prove", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 34, + "bbox_fs": [ + 106, + 642, + 269, + 655 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 657, + 504, + 682 + ], + "lines": [ + { + "bbox": [ + 105, + 655, + 505, + 671 + ], + "spans": [ + { + "bbox": [ + 105, + 655, + 192, + 671 + ], + "score": 1.0, + "content": "Lemma 21. For any", + "type": "text" + }, + { + "bbox": [ + 192, + 660, + 200, + 668 + ], + "score": 0.64, + "content": "\\alpha", + "type": "inline_equation" + }, + { + "bbox": [ + 200, + 655, + 203, + 671 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 203, + 658, + 230, + 669 + ], + "score": 0.35, + "content": "i f \\mathbf { W } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 230, + 655, + 394, + 671 + ], + "score": 1.0, + "content": "is independent from W then, in the limit", + "type": "text" + }, + { + "bbox": [ + 394, + 658, + 429, + 668 + ], + "score": 0.66, + "content": "N \\to \\infty", + "type": "inline_equation" + }, + { + "bbox": [ + 430, + 655, + 433, + 671 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 434, + 658, + 505, + 670 + ], + "score": 0.75, + "content": "\\forall \\mathbf { X } \\in \\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right)", + "type": "inline_equation" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 668, + 211, + 684 + ], + "spans": [ + { + "bbox": [ + 105, + 668, + 131, + 684 + ], + "score": 1.0, + "content": "with l", + "type": "text" + }, + { + "bbox": [ + 131, + 669, + 211, + 682 + ], + "score": 0.69, + "content": "\\mathrm { { o g } s i n } \\alpha \\dot { > } d _ { 0 } ^ { - 1 } \\log d _ { 0 }", + "type": "inline_equation" + } + ], + "index": 36 + } + ], + "index": 35.5, + "bbox_fs": [ + 105, + 655, + 505, + 684 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 180, + 688, + 429, + 710 + ], + "lines": [ + { + "bbox": [ + 180, + 688, + 429, + 710 + ], + "spans": [ + { + "bbox": [ + 180, + 688, + 429, + 710 + ], + "score": 0.91, + "content": "\\begin{array} { r } { \\mathcal { V } \\left( \\tilde { \\mathcal { G } } \\right) = \\mathbb { P } _ { \\mathbf { W } \\sim \\mathcal { N } } \\left( \\mathbf { W } \\in \\tilde { \\mathcal { G } } \\left( \\mathbf { X } , \\mathbf { W } ^ { * } \\right) \\right) \\dot { \\geq } \\exp \\left( d _ { 0 } d _ { 1 } ^ { * } \\log \\sin \\alpha \\right) . } \\end{array}", + "type": "interline_equation", + "image_path": "cd09fc5a1737d4dfe7704c0adbb9fc4c50aa5b54c92f4fcbf4cdab6c572c2045.jpg" + } + ] + } + ], + "index": 37, + "virtual_lines": [ + { + "bbox": [ + 180, + 688, + 429, + 710 + ], + "spans": [], + "index": 37 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 720, + 279, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 720, + 280, + 734 + ], + "spans": [ + { + "bbox": [ + 106, + 720, + 280, + 734 + ], + "score": 1.0, + "content": "Second, in appendix section 13.3 we prove", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 38, + "bbox_fs": [ + 106, + 720, + 280, + 734 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 81, + 506, + 115 + ], + "lines": [ + { + "bbox": [ + 105, + 80, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 80, + 175, + 95 + ], + "score": 1.0, + "content": "Lemma 22. Let", + "type": "text" + }, + { + "bbox": [ + 176, + 81, + 236, + 93 + ], + "score": 0.91, + "content": "\\mathbf { W } ^ { * } \\in \\mathbb { R } ^ { d _ { 1 } ^ { * } \\times d _ { 0 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 236, + 80, + 360, + 95 + ], + "score": 1.0, + "content": "a fixed matrix independent of", + "type": "text" + }, + { + "bbox": [ + 360, + 83, + 370, + 93 + ], + "score": 0.39, + "content": "\\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 370, + 80, + 447, + 95 + ], + "score": 1.0, + "content": ". Then, in the limit", + "type": "text" + }, + { + "bbox": [ + 447, + 83, + 484, + 92 + ], + "score": 0.86, + "content": "N \\infty", + "type": "inline_equation" + }, + { + "bbox": [ + 484, + 80, + 505, + 95 + ], + "score": 1.0, + "content": "with", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 107, + 93, + 506, + 106 + ], + "spans": [ + { + "bbox": [ + 107, + 93, + 151, + 105 + ], + "score": 0.91, + "content": "d _ { 1 } ^ { * } { \\dot { \\leq } } d _ { 0 } { \\dot { \\leq } } N", + "type": "inline_equation" + }, + { + "bbox": [ + 152, + 93, + 357, + 106 + ], + "score": 1.0, + "content": ", the probability of not having an angular margin", + "type": "text" + }, + { + "bbox": [ + 358, + 93, + 442, + 106 + ], + "score": 0.91, + "content": "\\sin \\alpha = 1 / \\left( d _ { 1 } ^ { * } d _ { 0 } N \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 443, + 93, + 506, + 106 + ], + "score": 1.0, + "content": "(eq. (10.3)) is", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 104, + 182, + 118 + ], + "spans": [ + { + "bbox": [ + 105, + 104, + 182, + 118 + ], + "score": 1.0, + "content": "upper bounded by", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1 + }, + { + "type": "interline_equation", + "bbox": [ + 238, + 114, + 372, + 142 + ], + "lines": [ + { + "bbox": [ + 238, + 114, + 372, + 142 + ], + "spans": [ + { + "bbox": [ + 238, + 114, + 372, + 142 + ], + "score": 0.94, + "content": "\\mathbb { P } \\left( \\mathbf { X } \\notin \\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) \\dot { \\leq } \\sqrt { \\frac { 2 } { \\pi } } d _ { 0 } ^ { - 1 / 2 }", + "type": "interline_equation", + "image_path": "d5457133b26b2af46099b687e0136ea8dd1b7806d8276b51705f7cd20c1e348f.jpg" + } + ] + } + ], + "index": 3, + "virtual_lines": [ + { + "bbox": [ + 238, + 114, + 372, + 142 + ], + "spans": [], + "index": 3 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 150, + 274, + 162 + ], + "lines": [ + { + "bbox": [ + 106, + 149, + 275, + 164 + ], + "spans": [ + { + "bbox": [ + 106, + 149, + 275, + 164 + ], + "score": 1.0, + "content": "Lastly, in appendix section 13.4 we prove", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 106, + 164, + 506, + 213 + ], + "lines": [ + { + "bbox": [ + 105, + 163, + 506, + 179 + ], + "spans": [ + { + "bbox": [ + 105, + 163, + 177, + 179 + ], + "score": 1.0, + "content": "Lemma 23. Let", + "type": "text" + }, + { + "bbox": [ + 178, + 164, + 233, + 176 + ], + "score": 0.91, + "content": "\\mathbf { X } \\in \\mathbb { R } ^ { d _ { 0 } \\times N }", + "type": "inline_equation" + }, + { + "bbox": [ + 233, + 163, + 506, + 179 + ], + "score": 1.0, + "content": "be a standard random Gaussian matrix of datapoints. Then we", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 177, + 505, + 190 + ], + "spans": [ + { + "bbox": [ + 105, + 177, + 212, + 190 + ], + "score": 1.0, + "content": "can find, with probability", + "type": "text" + }, + { + "bbox": [ + 212, + 178, + 217, + 187 + ], + "score": 0.49, + "content": "I", + "type": "inline_equation" + }, + { + "bbox": [ + 218, + 177, + 222, + 190 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 222, + 177, + 250, + 190 + ], + "score": 0.89, + "content": "( \\mathbf { X } , \\mathbf { y } )", + "type": "inline_equation" + }, + { + "bbox": [ + 250, + 177, + 334, + 190 + ], + "score": 1.0, + "content": "-dependent matrices", + "type": "text" + }, + { + "bbox": [ + 334, + 177, + 352, + 188 + ], + "score": 0.82, + "content": "\\mathbf { W } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 352, + 177, + 371, + 190 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 371, + 178, + 382, + 188 + ], + "score": 0.84, + "content": "\\mathbf { z } ^ { \\ast }", + "type": "inline_equation" + }, + { + "bbox": [ + 382, + 177, + 482, + 190 + ], + "score": 1.0, + "content": "as in Theorem 8 (where", + "type": "text" + }, + { + "bbox": [ + 482, + 177, + 493, + 190 + ], + "score": 0.73, + "content": "d _ { 1 } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 494, + 177, + 505, + 190 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 107, + 189, + 506, + 203 + ], + "spans": [ + { + "bbox": [ + 107, + 189, + 179, + 201 + ], + "score": 0.87, + "content": "4 \\ : \\lceil N / \\left( 2 d _ { 0 } - 2 \\right) \\rceil ", + "type": "inline_equation" + }, + { + "bbox": [ + 180, + 189, + 275, + 203 + ], + "score": 1.0, + "content": ". Moreover, in the limit", + "type": "text" + }, + { + "bbox": [ + 275, + 190, + 311, + 200 + ], + "score": 0.89, + "content": "N \\to \\infty", + "type": "inline_equation" + }, + { + "bbox": [ + 311, + 189, + 342, + 203 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 342, + 189, + 400, + 201 + ], + "score": 0.9, + "content": "N / d _ { 0 } { \\dot { \\le } } d _ { 0 } { \\dot { \\le } } N", + "type": "inline_equation" + }, + { + "bbox": [ + 400, + 189, + 506, + 203 + ], + "score": 1.0, + "content": ", for any y, we can bound", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 200, + 464, + 214 + ], + "spans": [ + { + "bbox": [ + 105, + 200, + 370, + 214 + ], + "score": 1.0, + "content": "the probability of not having an angular margin (eq. (10.3)) with", + "type": "text" + }, + { + "bbox": [ + 370, + 201, + 450, + 213 + ], + "score": 0.87, + "content": "\\sin \\alpha = 1 / \\left( d _ { 1 } ^ { * } d _ { 0 } N \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 451, + 200, + 464, + 214 + ], + "score": 1.0, + "content": "by", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 6.5 + }, + { + "type": "interline_equation", + "bbox": [ + 204, + 217, + 407, + 246 + ], + "lines": [ + { + "bbox": [ + 204, + 217, + 407, + 246 + ], + "spans": [ + { + "bbox": [ + 204, + 217, + 407, + 246 + ], + "score": 0.92, + "content": "\\mathbb { P } \\left( \\mathbf { X } \\notin \\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) \\dot { \\leq } \\sqrt { \\frac { 8 } { \\pi } } d _ { 0 } ^ { - 1 / 2 } + \\frac { 2 d _ { 0 } ^ { 1 / 2 } \\sqrt { \\log d _ { 0 } } } { N }", + "type": "interline_equation", + "image_path": "d6aea7d1ff018291e63c0f48c89869863a15ecab0467eb0d30553d0cbdfe3a62.jpg" + } + ] + } + ], + "index": 9.5, + "virtual_lines": [ + { + "bbox": [ + 204, + 217, + 407, + 231.5 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 204, + 231.5, + 407, + 246.0 + ], + "spans": [], + "index": 10 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 258, + 506, + 294 + ], + "lines": [ + { + "bbox": [ + 105, + 258, + 506, + 272 + ], + "spans": [ + { + "bbox": [ + 105, + 258, + 151, + 272 + ], + "score": 1.0, + "content": "Recall that", + "type": "text" + }, + { + "bbox": [ + 152, + 260, + 178, + 271 + ], + "score": 0.61, + "content": "\\forall \\mathbf { X } , \\mathbf { y }", + "type": "inline_equation" + }, + { + "bbox": [ + 178, + 258, + 276, + 272 + ], + "score": 1.0, + "content": "and their corresponding", + "type": "text" + }, + { + "bbox": [ + 277, + 260, + 294, + 270 + ], + "score": 0.86, + "content": "\\mathbf { W } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 294, + 258, + 333, + 272 + ], + "score": 1.0, + "content": ", we have", + "type": "text" + }, + { + "bbox": [ + 334, + 258, + 428, + 271 + ], + "score": 0.94, + "content": "\\mathcal { G } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\subset \\tilde { \\mathcal { G } } \\left( \\mathbf { X } , \\mathbf { W } ^ { * } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 429, + 258, + 506, + 272 + ], + "score": 1.0, + "content": "(eq. (10.2)). Thus,", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 270, + 505, + 282 + ], + "spans": [ + { + "bbox": [ + 106, + 270, + 219, + 282 + ], + "score": 1.0, + "content": "combining Lemmas 21 with", + "type": "text" + }, + { + "bbox": [ + 219, + 270, + 302, + 282 + ], + "score": 0.91, + "content": "\\sin \\alpha = 1 / \\left( \\bar { d } _ { 1 } ^ { * } d _ { 0 } N \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 302, + 270, + 505, + 282 + ], + "score": 1.0, + "content": "together with either Lemma 22 or 23, we prove the", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 281, + 249, + 294 + ], + "spans": [ + { + "bbox": [ + 106, + 281, + 249, + 294 + ], + "score": 1.0, + "content": "first (left) inequality of Theorem 9:", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12 + }, + { + "type": "interline_equation", + "bbox": [ + 234, + 307, + 376, + 322 + ], + "lines": [ + { + "bbox": [ + 234, + 307, + 376, + 322 + ], + "spans": [ + { + "bbox": [ + 234, + 307, + 376, + 322 + ], + "score": 0.9, + "content": "{ \\mathcal { V } } \\left( { \\mathcal { G } } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) { \\dot { \\geq } } \\exp \\left( - d _ { 1 } ^ { * } d _ { 0 } \\log N \\right)", + "type": "interline_equation", + "image_path": "ab32765f735b173f9ee86eda78742cb481fbd4dc0e053ef310f3000c814e25a9.jpg" + } + ] + } + ], + "index": 14, + "virtual_lines": [ + { + "bbox": [ + 234, + 307, + 376, + 322 + ], + "spans": [], + "index": 14 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 324, + 500, + 337 + ], + "lines": [ + { + "bbox": [ + 105, + 322, + 500, + 340 + ], + "spans": [ + { + "bbox": [ + 105, + 322, + 139, + 340 + ], + "score": 1.0, + "content": "Next, if", + "type": "text" + }, + { + "bbox": [ + 140, + 325, + 191, + 337 + ], + "score": 0.93, + "content": "d _ { 1 } ^ { * } = 2 N / d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 192, + 322, + 203, + 340 + ], + "score": 1.0, + "content": "or", + "type": "text" + }, + { + "bbox": [ + 204, + 325, + 245, + 337 + ], + "score": 0.93, + "content": "d _ { 1 } ^ { * } { \\dot { < } } N / d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 245, + 322, + 500, + 340 + ], + "score": 1.0, + "content": "(is assumption 5 holds), we obtain the second (right) inequality", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 15 + }, + { + "type": "interline_equation", + "bbox": [ + 222, + 342, + 388, + 357 + ], + "lines": [ + { + "bbox": [ + 222, + 342, + 388, + 357 + ], + "spans": [ + { + "bbox": [ + 222, + 342, + 388, + 357 + ], + "score": 0.91, + "content": "\\exp \\left( - d _ { 1 } ^ { \\ast } d _ { 0 } \\log N \\right) \\dot { \\geq } \\exp \\left( - 2 N \\log N \\right) .", + "type": "interline_equation", + "image_path": "c55f578000c4433de41349c9e548a1e7dd839da142cdf75226dce81b424c4488.jpg" + } + ] + } + ], + "index": 16, + "virtual_lines": [ + { + "bbox": [ + 222, + 342, + 388, + 357 + ], + "spans": [], + "index": 16 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 390, + 505, + 403 + ], + "lines": [ + { + "bbox": [ + 107, + 390, + 504, + 405 + ], + "spans": [ + { + "bbox": [ + 107, + 390, + 504, + 405 + ], + "score": 1.0, + "content": "11 VOLUME RATIO OF GLOBAL AND LOCAL MINIMA: PROOF OF THEOREM 10", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17 + }, + { + "type": "text", + "bbox": [ + 106, + 413, + 507, + 468 + ], + "lines": [ + { + "bbox": [ + 102, + 413, + 507, + 435 + ], + "spans": [ + { + "bbox": [ + 102, + 413, + 420, + 435 + ], + "score": 1.0, + "content": "Theorem 24. (Theorem 10 restated) Given assumptions 1-3, we set", + "type": "text" + }, + { + "bbox": [ + 420, + 413, + 507, + 434 + ], + "score": 0.92, + "content": "\\delta \\doteq \\sqrt { \\frac { 8 } { \\pi } } d _ { 0 } ^ { - 1 / 2 } +", + "type": "inline_equation" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 431, + 507, + 450 + ], + "spans": [ + { + "bbox": [ + 106, + 432, + 176, + 447 + ], + "score": 0.9, + "content": "2 d _ { 0 } ^ { 1 / 2 } \\sqrt { { \\log d _ { 0 } } } / { N }", + "type": "inline_equation" + }, + { + "bbox": [ + 176, + 431, + 277, + 450 + ], + "score": 1.0, + "content": ". Then, with probability", + "type": "text" + }, + { + "bbox": [ + 278, + 435, + 302, + 446 + ], + "score": 0.76, + "content": "1 - \\delta", + "type": "inline_equation" + }, + { + "bbox": [ + 302, + 431, + 507, + 450 + ], + "score": 1.0, + "content": ", the angular volume of sub-optimal DLMs, with", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 444, + 506, + 460 + ], + "spans": [ + { + "bbox": [ + 106, + 447, + 172, + 457 + ], + "score": 0.85, + "content": "\\mathrm { M C E } > \\epsilon > 0 ,", + "type": "inline_equation" + }, + { + "bbox": [ + 172, + 444, + 296, + 460 + ], + "score": 1.0, + "content": ", is exponentially vanishing in", + "type": "text" + }, + { + "bbox": [ + 297, + 447, + 306, + 456 + ], + "score": 0.61, + "content": "N ,", + "type": "inline_equation" + }, + { + "bbox": [ + 306, + 444, + 506, + 460 + ], + "score": 1.0, + "content": ", in comparison to the angular volume of global", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 457, + 201, + 468 + ], + "spans": [ + { + "bbox": [ + 105, + 457, + 158, + 468 + ], + "score": 1.0, + "content": "minima with", + "type": "text" + }, + { + "bbox": [ + 158, + 458, + 201, + 468 + ], + "score": 0.84, + "content": "\\mathrm { M C E } = 0", + "type": "inline_equation" + } + ], + "index": 21 + } + ], + "index": 19.5 + }, + { + "type": "interline_equation", + "bbox": [ + 171, + 472, + 440, + 500 + ], + "lines": [ + { + "bbox": [ + 171, + 472, + 440, + 500 + ], + "spans": [ + { + "bbox": [ + 171, + 472, + 440, + 500 + ], + "score": 0.91, + "content": "\\frac { \\mathscr { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) } { \\mathscr { V } \\left( \\mathcal { G } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) } \\dot { \\leq } \\exp \\left( - \\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\right) \\dot { \\leq } \\exp \\left( - \\gamma _ { \\epsilon } N \\log N \\right) .", + "type": "interline_equation", + "image_path": "36040bc717ea29143e129efa4ee3e4f4f0e6c4936b233a4011a7aaa839ef899d.jpg" + } + ] + } + ], + "index": 22, + "virtual_lines": [ + { + "bbox": [ + 171, + 472, + 440, + 500 + ], + "spans": [], + "index": 22 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 510, + 506, + 543 + ], + "lines": [ + { + "bbox": [ + 105, + 510, + 506, + 523 + ], + "spans": [ + { + "bbox": [ + 105, + 510, + 470, + 523 + ], + "score": 1.0, + "content": "To prove this theorem we first calculate the expectation of the angular volume ratio given the", + "type": "text" + }, + { + "bbox": [ + 470, + 511, + 479, + 520 + ], + "score": 0.71, + "content": "\\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 480, + 510, + 506, + 523 + ], + "score": 1.0, + "content": "-event", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 520, + 507, + 534 + ], + "spans": [ + { + "bbox": [ + 105, + 520, + 367, + 534 + ], + "score": 1.0, + "content": "that the bound in Theorem 9 holds (given assumptions 1-3), i.e.,", + "type": "text" + }, + { + "bbox": [ + 368, + 521, + 503, + 533 + ], + "score": 0.92, + "content": "\\mathcal { V } \\left( \\mathcal { G } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) \\dot { \\geq } \\dot { \\exp } \\left( - 2 N \\log N \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 520, + 507, + 534 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 532, + 253, + 544 + ], + "spans": [ + { + "bbox": [ + 106, + 532, + 183, + 544 + ], + "score": 1.0, + "content": "Denoting this even", + "type": "text" + }, + { + "bbox": [ + 184, + 532, + 189, + 542 + ], + "score": 0.26, + "content": " { \\varepsilon } ^ { 6 }", + "type": "inline_equation" + }, + { + "bbox": [ + 190, + 532, + 201, + 544 + ], + "score": 1.0, + "content": "as", + "type": "text" + }, + { + "bbox": [ + 201, + 532, + 214, + 542 + ], + "score": 0.83, + "content": "\\mathcal { M }", + "type": "inline_equation" + }, + { + "bbox": [ + 215, + 532, + 253, + 544 + ], + "score": 1.0, + "content": ", we find:", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24 + }, + { + "type": "interline_equation", + "bbox": [ + 169, + 550, + 441, + 651 + ], + "lines": [ + { + "bbox": [ + 169, + 550, + 441, + 651 + ], + "spans": [ + { + "bbox": [ + 169, + 550, + 441, + 651 + ], + "score": 0.94, + "content": "\\begin{array} { r l } & { \\mathbb { E } _ { { \\mathbf { X } } \\sim { \\mathcal { N } } } \\left[ \\frac { \\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( { \\mathbf { X } } , { \\mathbf { y } } \\right) \\right) } { \\mathcal { V } \\left( \\mathcal { G } \\left( { \\mathbf { X } } , { \\mathbf { y } } \\right) \\right) } | { \\mathcal { M } } \\right] \\overset { ( 1 ) } { \\leq } \\frac { \\mathbb { E } _ { { \\mathbf { X } } \\sim { \\mathcal { N } } } \\left[ \\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( { \\mathbf { X } } , { \\mathbf { y } } \\right) \\right) \\big | { \\mathcal { M } } \\right] } { \\exp \\left( - 2 N \\log N \\right) } \\overset { ( 2 ) } { \\leq } } \\\\ & { \\frac { \\mathbb { E } _ { { \\mathbf { X } } \\sim { \\mathcal { N } } } \\left[ \\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( { \\mathbf { X } } , { \\mathbf { y } } \\right) \\right) \\right] } { \\mathbb { P } _ { { \\mathbf { X } } \\sim { \\mathcal { N } } } \\left( { \\mathcal { M } } \\right) \\exp \\left( - 2 N \\log N \\right) } \\overset { ( 3 ) } { \\leq } \\frac { \\exp \\left( - \\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\right) } { \\mathbb { P } _ { { \\mathbf { X } } \\sim { \\mathcal { N } } } \\left( { \\mathcal { M } } \\right) \\exp \\left( - 2 N \\log N \\right) } \\overset { ( 4 ) } { \\leq } } \\\\ & { \\quad \\quad \\frac { \\exp \\left( - \\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\right) } { \\exp \\left( - 2 N \\log N \\right) } \\overset { ( 5 ) } { \\leq } \\exp \\left( - \\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\right) } \\end{array}", + "type": "interline_equation", + "image_path": "b31cb03a028f2e5b199a72dbc8b7525e5a526aa82c1330973c2eca3888b63a92.jpg" + } + ] + } + ], + "index": 27, + "virtual_lines": [ + { + "bbox": [ + 169, + 550, + 441, + 583.6666666666666 + ], + "spans": [], + "index": 26 + }, + { + "bbox": [ + 169, + 583.6666666666666, + 441, + 617.3333333333333 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 169, + 617.3333333333333, + 441, + 650.9999999999999 + ], + "spans": [], + "index": 28 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 655, + 133, + 666 + ], + "lines": [ + { + "bbox": [ + 105, + 653, + 135, + 667 + ], + "spans": [ + { + "bbox": [ + 105, + 653, + 135, + 667 + ], + "score": 1.0, + "content": "where", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 29 + }, + { + "type": "text", + "bbox": [ + 129, + 675, + 248, + 703 + ], + "lines": [ + { + "bbox": [ + 130, + 676, + 231, + 688 + ], + "spans": [ + { + "bbox": [ + 130, + 676, + 231, + 688 + ], + "score": 1.0, + "content": "1. We apply Theorem 9.", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 129, + 691, + 247, + 703 + ], + "spans": [ + { + "bbox": [ + 129, + 691, + 247, + 703 + ], + "score": 1.0, + "content": "2. We use the following fact", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 30.5 + } + ], + "page_idx": 17, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 104, + 711, + 506, + 732 + ], + "lines": [ + { + "bbox": [ + 118, + 708, + 506, + 725 + ], + "spans": [ + { + "bbox": [ + 118, + 708, + 258, + 725 + ], + "score": 1.0, + "content": "6This event was previously denoted as", + "type": "text" + }, + { + "bbox": [ + 258, + 711, + 319, + 722 + ], + "score": 0.84, + "content": "\\mathbf { X } \\in \\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 319, + 708, + 506, + 725 + ], + "score": 1.0, + "content": "in the proof of Theorem 9, but this is not important", + "type": "text" + } + ] + }, + { + "bbox": [ + 106, + 720, + 267, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 720, + 267, + 733 + ], + "score": 1.0, + "content": "for this proof, so we simplified the notation.", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 106, + 26, + 308, + 38 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 309, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 309, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 312, + 763 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 763 + ], + "score": 1.0, + "content": "18", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 495, + 363, + 504, + 373 + ], + "lines": [] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 81, + 506, + 115 + ], + "lines": [ + { + "bbox": [ + 105, + 80, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 80, + 175, + 95 + ], + "score": 1.0, + "content": "Lemma 22. Let", + "type": "text" + }, + { + "bbox": [ + 176, + 81, + 236, + 93 + ], + "score": 0.91, + "content": "\\mathbf { W } ^ { * } \\in \\mathbb { R } ^ { d _ { 1 } ^ { * } \\times d _ { 0 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 236, + 80, + 360, + 95 + ], + "score": 1.0, + "content": "a fixed matrix independent of", + "type": "text" + }, + { + "bbox": [ + 360, + 83, + 370, + 93 + ], + "score": 0.39, + "content": "\\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 370, + 80, + 447, + 95 + ], + "score": 1.0, + "content": ". Then, in the limit", + "type": "text" + }, + { + "bbox": [ + 447, + 83, + 484, + 92 + ], + "score": 0.86, + "content": "N \\infty", + "type": "inline_equation" + }, + { + "bbox": [ + 484, + 80, + 505, + 95 + ], + "score": 1.0, + "content": "with", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 107, + 93, + 506, + 106 + ], + "spans": [ + { + "bbox": [ + 107, + 93, + 151, + 105 + ], + "score": 0.91, + "content": "d _ { 1 } ^ { * } { \\dot { \\leq } } d _ { 0 } { \\dot { \\leq } } N", + "type": "inline_equation" + }, + { + "bbox": [ + 152, + 93, + 357, + 106 + ], + "score": 1.0, + "content": ", the probability of not having an angular margin", + "type": "text" + }, + { + "bbox": [ + 358, + 93, + 442, + 106 + ], + "score": 0.91, + "content": "\\sin \\alpha = 1 / \\left( d _ { 1 } ^ { * } d _ { 0 } N \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 443, + 93, + 506, + 106 + ], + "score": 1.0, + "content": "(eq. (10.3)) is", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 104, + 182, + 118 + ], + "spans": [ + { + "bbox": [ + 105, + 104, + 182, + 118 + ], + "score": 1.0, + "content": "upper bounded by", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1, + "bbox_fs": [ + 105, + 80, + 506, + 118 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 238, + 114, + 372, + 142 + ], + "lines": [ + { + "bbox": [ + 238, + 114, + 372, + 142 + ], + "spans": [ + { + "bbox": [ + 238, + 114, + 372, + 142 + ], + "score": 0.94, + "content": "\\mathbb { P } \\left( \\mathbf { X } \\notin \\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) \\dot { \\leq } \\sqrt { \\frac { 2 } { \\pi } } d _ { 0 } ^ { - 1 / 2 }", + "type": "interline_equation", + "image_path": "d5457133b26b2af46099b687e0136ea8dd1b7806d8276b51705f7cd20c1e348f.jpg" + } + ] + } + ], + "index": 3, + "virtual_lines": [ + { + "bbox": [ + 238, + 114, + 372, + 142 + ], + "spans": [], + "index": 3 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 150, + 274, + 162 + ], + "lines": [ + { + "bbox": [ + 106, + 149, + 275, + 164 + ], + "spans": [ + { + "bbox": [ + 106, + 149, + 275, + 164 + ], + "score": 1.0, + "content": "Lastly, in appendix section 13.4 we prove", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4, + "bbox_fs": [ + 106, + 149, + 275, + 164 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 164, + 506, + 213 + ], + "lines": [ + { + "bbox": [ + 105, + 163, + 506, + 179 + ], + "spans": [ + { + "bbox": [ + 105, + 163, + 177, + 179 + ], + "score": 1.0, + "content": "Lemma 23. Let", + "type": "text" + }, + { + "bbox": [ + 178, + 164, + 233, + 176 + ], + "score": 0.91, + "content": "\\mathbf { X } \\in \\mathbb { R } ^ { d _ { 0 } \\times N }", + "type": "inline_equation" + }, + { + "bbox": [ + 233, + 163, + 506, + 179 + ], + "score": 1.0, + "content": "be a standard random Gaussian matrix of datapoints. Then we", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 177, + 505, + 190 + ], + "spans": [ + { + "bbox": [ + 105, + 177, + 212, + 190 + ], + "score": 1.0, + "content": "can find, with probability", + "type": "text" + }, + { + "bbox": [ + 212, + 178, + 217, + 187 + ], + "score": 0.49, + "content": "I", + "type": "inline_equation" + }, + { + "bbox": [ + 218, + 177, + 222, + 190 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 222, + 177, + 250, + 190 + ], + "score": 0.89, + "content": "( \\mathbf { X } , \\mathbf { y } )", + "type": "inline_equation" + }, + { + "bbox": [ + 250, + 177, + 334, + 190 + ], + "score": 1.0, + "content": "-dependent matrices", + "type": "text" + }, + { + "bbox": [ + 334, + 177, + 352, + 188 + ], + "score": 0.82, + "content": "\\mathbf { W } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 352, + 177, + 371, + 190 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 371, + 178, + 382, + 188 + ], + "score": 0.84, + "content": "\\mathbf { z } ^ { \\ast }", + "type": "inline_equation" + }, + { + "bbox": [ + 382, + 177, + 482, + 190 + ], + "score": 1.0, + "content": "as in Theorem 8 (where", + "type": "text" + }, + { + "bbox": [ + 482, + 177, + 493, + 190 + ], + "score": 0.73, + "content": "d _ { 1 } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 494, + 177, + 505, + 190 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 107, + 189, + 506, + 203 + ], + "spans": [ + { + "bbox": [ + 107, + 189, + 179, + 201 + ], + "score": 0.87, + "content": "4 \\ : \\lceil N / \\left( 2 d _ { 0 } - 2 \\right) \\rceil ", + "type": "inline_equation" + }, + { + "bbox": [ + 180, + 189, + 275, + 203 + ], + "score": 1.0, + "content": ". Moreover, in the limit", + "type": "text" + }, + { + "bbox": [ + 275, + 190, + 311, + 200 + ], + "score": 0.89, + "content": "N \\to \\infty", + "type": "inline_equation" + }, + { + "bbox": [ + 311, + 189, + 342, + 203 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 342, + 189, + 400, + 201 + ], + "score": 0.9, + "content": "N / d _ { 0 } { \\dot { \\le } } d _ { 0 } { \\dot { \\le } } N", + "type": "inline_equation" + }, + { + "bbox": [ + 400, + 189, + 506, + 203 + ], + "score": 1.0, + "content": ", for any y, we can bound", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 200, + 464, + 214 + ], + "spans": [ + { + "bbox": [ + 105, + 200, + 370, + 214 + ], + "score": 1.0, + "content": "the probability of not having an angular margin (eq. (10.3)) with", + "type": "text" + }, + { + "bbox": [ + 370, + 201, + 450, + 213 + ], + "score": 0.87, + "content": "\\sin \\alpha = 1 / \\left( d _ { 1 } ^ { * } d _ { 0 } N \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 451, + 200, + 464, + 214 + ], + "score": 1.0, + "content": "by", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 6.5, + "bbox_fs": [ + 105, + 163, + 506, + 214 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 204, + 217, + 407, + 246 + ], + "lines": [ + { + "bbox": [ + 204, + 217, + 407, + 246 + ], + "spans": [ + { + "bbox": [ + 204, + 217, + 407, + 246 + ], + "score": 0.92, + "content": "\\mathbb { P } \\left( \\mathbf { X } \\notin \\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) \\dot { \\leq } \\sqrt { \\frac { 8 } { \\pi } } d _ { 0 } ^ { - 1 / 2 } + \\frac { 2 d _ { 0 } ^ { 1 / 2 } \\sqrt { \\log d _ { 0 } } } { N }", + "type": "interline_equation", + "image_path": "d6aea7d1ff018291e63c0f48c89869863a15ecab0467eb0d30553d0cbdfe3a62.jpg" + } + ] + } + ], + "index": 9.5, + "virtual_lines": [ + { + "bbox": [ + 204, + 217, + 407, + 231.5 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 204, + 231.5, + 407, + 246.0 + ], + "spans": [], + "index": 10 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 258, + 506, + 294 + ], + "lines": [ + { + "bbox": [ + 105, + 258, + 506, + 272 + ], + "spans": [ + { + "bbox": [ + 105, + 258, + 151, + 272 + ], + "score": 1.0, + "content": "Recall that", + "type": "text" + }, + { + "bbox": [ + 152, + 260, + 178, + 271 + ], + "score": 0.61, + "content": "\\forall \\mathbf { X } , \\mathbf { y }", + "type": "inline_equation" + }, + { + "bbox": [ + 178, + 258, + 276, + 272 + ], + "score": 1.0, + "content": "and their corresponding", + "type": "text" + }, + { + "bbox": [ + 277, + 260, + 294, + 270 + ], + "score": 0.86, + "content": "\\mathbf { W } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 294, + 258, + 333, + 272 + ], + "score": 1.0, + "content": ", we have", + "type": "text" + }, + { + "bbox": [ + 334, + 258, + 428, + 271 + ], + "score": 0.94, + "content": "\\mathcal { G } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\subset \\tilde { \\mathcal { G } } \\left( \\mathbf { X } , \\mathbf { W } ^ { * } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 429, + 258, + 506, + 272 + ], + "score": 1.0, + "content": "(eq. (10.2)). Thus,", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 270, + 505, + 282 + ], + "spans": [ + { + "bbox": [ + 106, + 270, + 219, + 282 + ], + "score": 1.0, + "content": "combining Lemmas 21 with", + "type": "text" + }, + { + "bbox": [ + 219, + 270, + 302, + 282 + ], + "score": 0.91, + "content": "\\sin \\alpha = 1 / \\left( \\bar { d } _ { 1 } ^ { * } d _ { 0 } N \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 302, + 270, + 505, + 282 + ], + "score": 1.0, + "content": "together with either Lemma 22 or 23, we prove the", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 281, + 249, + 294 + ], + "spans": [ + { + "bbox": [ + 106, + 281, + 249, + 294 + ], + "score": 1.0, + "content": "first (left) inequality of Theorem 9:", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12, + "bbox_fs": [ + 105, + 258, + 506, + 294 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 234, + 307, + 376, + 322 + ], + "lines": [ + { + "bbox": [ + 234, + 307, + 376, + 322 + ], + "spans": [ + { + "bbox": [ + 234, + 307, + 376, + 322 + ], + "score": 0.9, + "content": "{ \\mathcal { V } } \\left( { \\mathcal { G } } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) { \\dot { \\geq } } \\exp \\left( - d _ { 1 } ^ { * } d _ { 0 } \\log N \\right)", + "type": "interline_equation", + "image_path": "ab32765f735b173f9ee86eda78742cb481fbd4dc0e053ef310f3000c814e25a9.jpg" + } + ] + } + ], + "index": 14, + "virtual_lines": [ + { + "bbox": [ + 234, + 307, + 376, + 322 + ], + "spans": [], + "index": 14 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 324, + 500, + 337 + ], + "lines": [ + { + "bbox": [ + 105, + 322, + 500, + 340 + ], + "spans": [ + { + "bbox": [ + 105, + 322, + 139, + 340 + ], + "score": 1.0, + "content": "Next, if", + "type": "text" + }, + { + "bbox": [ + 140, + 325, + 191, + 337 + ], + "score": 0.93, + "content": "d _ { 1 } ^ { * } = 2 N / d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 192, + 322, + 203, + 340 + ], + "score": 1.0, + "content": "or", + "type": "text" + }, + { + "bbox": [ + 204, + 325, + 245, + 337 + ], + "score": 0.93, + "content": "d _ { 1 } ^ { * } { \\dot { < } } N / d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 245, + 322, + 500, + 340 + ], + "score": 1.0, + "content": "(is assumption 5 holds), we obtain the second (right) inequality", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 15, + "bbox_fs": [ + 105, + 322, + 500, + 340 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 222, + 342, + 388, + 357 + ], + "lines": [ + { + "bbox": [ + 222, + 342, + 388, + 357 + ], + "spans": [ + { + "bbox": [ + 222, + 342, + 388, + 357 + ], + "score": 0.91, + "content": "\\exp \\left( - d _ { 1 } ^ { \\ast } d _ { 0 } \\log N \\right) \\dot { \\geq } \\exp \\left( - 2 N \\log N \\right) .", + "type": "interline_equation", + "image_path": "c55f578000c4433de41349c9e548a1e7dd839da142cdf75226dce81b424c4488.jpg" + } + ] + } + ], + "index": 16, + "virtual_lines": [ + { + "bbox": [ + 222, + 342, + 388, + 357 + ], + "spans": [], + "index": 16 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 390, + 505, + 403 + ], + "lines": [ + { + "bbox": [ + 107, + 390, + 504, + 405 + ], + "spans": [ + { + "bbox": [ + 107, + 390, + 504, + 405 + ], + "score": 1.0, + "content": "11 VOLUME RATIO OF GLOBAL AND LOCAL MINIMA: PROOF OF THEOREM 10", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17, + "bbox_fs": [ + 107, + 390, + 504, + 405 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 413, + 507, + 468 + ], + "lines": [ + { + "bbox": [ + 102, + 413, + 507, + 435 + ], + "spans": [ + { + "bbox": [ + 102, + 413, + 420, + 435 + ], + "score": 1.0, + "content": "Theorem 24. (Theorem 10 restated) Given assumptions 1-3, we set", + "type": "text" + }, + { + "bbox": [ + 420, + 413, + 507, + 434 + ], + "score": 0.92, + "content": "\\delta \\doteq \\sqrt { \\frac { 8 } { \\pi } } d _ { 0 } ^ { - 1 / 2 } +", + "type": "inline_equation" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 431, + 507, + 450 + ], + "spans": [ + { + "bbox": [ + 106, + 432, + 176, + 447 + ], + "score": 0.9, + "content": "2 d _ { 0 } ^ { 1 / 2 } \\sqrt { { \\log d _ { 0 } } } / { N }", + "type": "inline_equation" + }, + { + "bbox": [ + 176, + 431, + 277, + 450 + ], + "score": 1.0, + "content": ". Then, with probability", + "type": "text" + }, + { + "bbox": [ + 278, + 435, + 302, + 446 + ], + "score": 0.76, + "content": "1 - \\delta", + "type": "inline_equation" + }, + { + "bbox": [ + 302, + 431, + 507, + 450 + ], + "score": 1.0, + "content": ", the angular volume of sub-optimal DLMs, with", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 444, + 506, + 460 + ], + "spans": [ + { + "bbox": [ + 106, + 447, + 172, + 457 + ], + "score": 0.85, + "content": "\\mathrm { M C E } > \\epsilon > 0 ,", + "type": "inline_equation" + }, + { + "bbox": [ + 172, + 444, + 296, + 460 + ], + "score": 1.0, + "content": ", is exponentially vanishing in", + "type": "text" + }, + { + "bbox": [ + 297, + 447, + 306, + 456 + ], + "score": 0.61, + "content": "N ,", + "type": "inline_equation" + }, + { + "bbox": [ + 306, + 444, + 506, + 460 + ], + "score": 1.0, + "content": ", in comparison to the angular volume of global", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 457, + 201, + 468 + ], + "spans": [ + { + "bbox": [ + 105, + 457, + 158, + 468 + ], + "score": 1.0, + "content": "minima with", + "type": "text" + }, + { + "bbox": [ + 158, + 458, + 201, + 468 + ], + "score": 0.84, + "content": "\\mathrm { M C E } = 0", + "type": "inline_equation" + } + ], + "index": 21 + } + ], + "index": 19.5, + "bbox_fs": [ + 102, + 413, + 507, + 468 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 171, + 472, + 440, + 500 + ], + "lines": [ + { + "bbox": [ + 171, + 472, + 440, + 500 + ], + "spans": [ + { + "bbox": [ + 171, + 472, + 440, + 500 + ], + "score": 0.91, + "content": "\\frac { \\mathscr { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) } { \\mathscr { V } \\left( \\mathcal { G } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) } \\dot { \\leq } \\exp \\left( - \\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\right) \\dot { \\leq } \\exp \\left( - \\gamma _ { \\epsilon } N \\log N \\right) .", + "type": "interline_equation", + "image_path": "36040bc717ea29143e129efa4ee3e4f4f0e6c4936b233a4011a7aaa839ef899d.jpg" + } + ] + } + ], + "index": 22, + "virtual_lines": [ + { + "bbox": [ + 171, + 472, + 440, + 500 + ], + "spans": [], + "index": 22 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 510, + 506, + 543 + ], + "lines": [ + { + "bbox": [ + 105, + 510, + 506, + 523 + ], + "spans": [ + { + "bbox": [ + 105, + 510, + 470, + 523 + ], + "score": 1.0, + "content": "To prove this theorem we first calculate the expectation of the angular volume ratio given the", + "type": "text" + }, + { + "bbox": [ + 470, + 511, + 479, + 520 + ], + "score": 0.71, + "content": "\\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 480, + 510, + 506, + 523 + ], + "score": 1.0, + "content": "-event", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 520, + 507, + 534 + ], + "spans": [ + { + "bbox": [ + 105, + 520, + 367, + 534 + ], + "score": 1.0, + "content": "that the bound in Theorem 9 holds (given assumptions 1-3), i.e.,", + "type": "text" + }, + { + "bbox": [ + 368, + 521, + 503, + 533 + ], + "score": 0.92, + "content": "\\mathcal { V } \\left( \\mathcal { G } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) \\dot { \\geq } \\dot { \\exp } \\left( - 2 N \\log N \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 520, + 507, + 534 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 532, + 253, + 544 + ], + "spans": [ + { + "bbox": [ + 106, + 532, + 183, + 544 + ], + "score": 1.0, + "content": "Denoting this even", + "type": "text" + }, + { + "bbox": [ + 184, + 532, + 189, + 542 + ], + "score": 0.26, + "content": " { \\varepsilon } ^ { 6 }", + "type": "inline_equation" + }, + { + "bbox": [ + 190, + 532, + 201, + 544 + ], + "score": 1.0, + "content": "as", + "type": "text" + }, + { + "bbox": [ + 201, + 532, + 214, + 542 + ], + "score": 0.83, + "content": "\\mathcal { M }", + "type": "inline_equation" + }, + { + "bbox": [ + 215, + 532, + 253, + 544 + ], + "score": 1.0, + "content": ", we find:", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24, + "bbox_fs": [ + 105, + 510, + 507, + 544 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 169, + 550, + 441, + 651 + ], + "lines": [ + { + "bbox": [ + 169, + 550, + 441, + 651 + ], + "spans": [ + { + "bbox": [ + 169, + 550, + 441, + 651 + ], + "score": 0.94, + "content": "\\begin{array} { r l } & { \\mathbb { E } _ { { \\mathbf { X } } \\sim { \\mathcal { N } } } \\left[ \\frac { \\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( { \\mathbf { X } } , { \\mathbf { y } } \\right) \\right) } { \\mathcal { V } \\left( \\mathcal { G } \\left( { \\mathbf { X } } , { \\mathbf { y } } \\right) \\right) } | { \\mathcal { M } } \\right] \\overset { ( 1 ) } { \\leq } \\frac { \\mathbb { E } _ { { \\mathbf { X } } \\sim { \\mathcal { N } } } \\left[ \\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( { \\mathbf { X } } , { \\mathbf { y } } \\right) \\right) \\big | { \\mathcal { M } } \\right] } { \\exp \\left( - 2 N \\log N \\right) } \\overset { ( 2 ) } { \\leq } } \\\\ & { \\frac { \\mathbb { E } _ { { \\mathbf { X } } \\sim { \\mathcal { N } } } \\left[ \\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( { \\mathbf { X } } , { \\mathbf { y } } \\right) \\right) \\right] } { \\mathbb { P } _ { { \\mathbf { X } } \\sim { \\mathcal { N } } } \\left( { \\mathcal { M } } \\right) \\exp \\left( - 2 N \\log N \\right) } \\overset { ( 3 ) } { \\leq } \\frac { \\exp \\left( - \\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\right) } { \\mathbb { P } _ { { \\mathbf { X } } \\sim { \\mathcal { N } } } \\left( { \\mathcal { M } } \\right) \\exp \\left( - 2 N \\log N \\right) } \\overset { ( 4 ) } { \\leq } } \\\\ & { \\quad \\quad \\frac { \\exp \\left( - \\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\right) } { \\exp \\left( - 2 N \\log N \\right) } \\overset { ( 5 ) } { \\leq } \\exp \\left( - \\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\right) } \\end{array}", + "type": "interline_equation", + "image_path": "b31cb03a028f2e5b199a72dbc8b7525e5a526aa82c1330973c2eca3888b63a92.jpg" + } + ] + } + ], + "index": 27, + "virtual_lines": [ + { + "bbox": [ + 169, + 550, + 441, + 583.6666666666666 + ], + "spans": [], + "index": 26 + }, + { + "bbox": [ + 169, + 583.6666666666666, + 441, + 617.3333333333333 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 169, + 617.3333333333333, + 441, + 650.9999999999999 + ], + "spans": [], + "index": 28 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 655, + 133, + 666 + ], + "lines": [ + { + "bbox": [ + 105, + 653, + 135, + 667 + ], + "spans": [ + { + "bbox": [ + 105, + 653, + 135, + 667 + ], + "score": 1.0, + "content": "where", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 29, + "bbox_fs": [ + 105, + 653, + 135, + 667 + ] + }, + { + "type": "index", + "bbox": [ + 129, + 675, + 248, + 703 + ], + "lines": [ + { + "bbox": [ + 130, + 676, + 231, + 688 + ], + "spans": [ + { + "bbox": [ + 130, + 676, + 231, + 688 + ], + "score": 1.0, + "content": "1. We apply Theorem 9.", + "type": "text" + } + ], + "index": 30, + "is_list_start_line": true + }, + { + "bbox": [ + 129, + 691, + 247, + 703 + ], + "spans": [ + { + "bbox": [ + 129, + 691, + 247, + 703 + ], + "score": 1.0, + "content": "2. We use the following fact", + "type": "text" + } + ], + "index": 31, + "is_list_start_line": true + } + ], + "index": 30.5, + "bbox_fs": [ + 129, + 676, + 247, + 703 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 142, + 81, + 447, + 95 + ], + "lines": [ + { + "bbox": [ + 140, + 79, + 447, + 97 + ], + "spans": [ + { + "bbox": [ + 140, + 79, + 249, + 97 + ], + "score": 1.0, + "content": "Fact 25. For any variable", + "type": "text" + }, + { + "bbox": [ + 250, + 83, + 279, + 93 + ], + "score": 0.9, + "content": "X \\geq 0", + "type": "inline_equation" + }, + { + "bbox": [ + 279, + 79, + 320, + 97 + ], + "score": 1.0, + "content": "and event", + "type": "text" + }, + { + "bbox": [ + 321, + 83, + 330, + 93 + ], + "score": 0.78, + "content": "\\mathcal { A }", + "type": "inline_equation" + }, + { + "bbox": [ + 330, + 79, + 361, + 97 + ], + "score": 1.0, + "content": "(where", + "type": "text" + }, + { + "bbox": [ + 361, + 82, + 370, + 93 + ], + "score": 0.82, + "content": "\\bar { A }", + "type": "inline_equation" + }, + { + "bbox": [ + 370, + 79, + 447, + 97 + ], + "score": 1.0, + "content": "is its complement)", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "interline_equation", + "bbox": [ + 188, + 98, + 457, + 114 + ], + "lines": [ + { + "bbox": [ + 188, + 98, + 457, + 114 + ], + "spans": [ + { + "bbox": [ + 188, + 98, + 457, + 114 + ], + "score": 0.88, + "content": "\\mathbb { E } \\left[ X \\right] = \\mathbb { E } \\left[ X | { \\cal { A } } \\right] \\mathbb { P } \\left( { \\cal { A } } \\right) + \\mathbb { E } \\left[ X | { \\bar { \\cal { A } } } \\right] ( 1 - \\mathbb { P } \\left( { \\cal { A } } \\right) ) \\geq \\mathbb { E } \\left[ X | { \\cal { A } } \\right] \\mathbb { P } \\left( { \\cal { A } } \\right)", + "type": "interline_equation", + "image_path": "883661c6a334e5fdb44fe9e8595b6615d7d8d470455e1c5c6e3ffcaf20278de4.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 188, + 98, + 457, + 114 + ], + "spans": [], + "index": 1 + } + ] + }, + { + "type": "text", + "bbox": [ + 130, + 120, + 230, + 132 + ], + "lines": [ + { + "bbox": [ + 129, + 119, + 231, + 134 + ], + "spans": [ + { + "bbox": [ + 129, + 119, + 231, + 134 + ], + "score": 1.0, + "content": "3. We apply Theorem 6.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 2 + }, + { + "type": "text", + "bbox": [ + 130, + 135, + 230, + 147 + ], + "lines": [ + { + "bbox": [ + 129, + 134, + 231, + 149 + ], + "spans": [ + { + "bbox": [ + 129, + 134, + 231, + 149 + ], + "score": 1.0, + "content": "4. We apply Theorem 9.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + }, + { + "type": "text", + "bbox": [ + 128, + 150, + 413, + 165 + ], + "lines": [ + { + "bbox": [ + 127, + 147, + 411, + 168 + ], + "spans": [ + { + "bbox": [ + 127, + 147, + 290, + 168 + ], + "score": 1.0, + "content": "5. We use assumption 4, which implies", + "type": "text" + }, + { + "bbox": [ + 290, + 150, + 411, + 165 + ], + "score": 0.92, + "content": "\\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\dot { > } 2 N \\log N .", + "type": "inline_equation" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 105, + 173, + 324, + 185 + ], + "lines": [ + { + "bbox": [ + 106, + 172, + 323, + 187 + ], + "spans": [ + { + "bbox": [ + 106, + 172, + 323, + 187 + ], + "score": 1.0, + "content": "For simplicity, in the reminder of the proof we denote", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5 + }, + { + "type": "interline_equation", + "bbox": [ + 254, + 190, + 356, + 217 + ], + "lines": [ + { + "bbox": [ + 254, + 190, + 356, + 217 + ], + "spans": [ + { + "bbox": [ + 254, + 190, + 356, + 217 + ], + "score": 0.94, + "content": "R \\left( \\mathbf { X } \\right) \\triangleq \\frac { \\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) } { \\mathcal { V } \\left( \\mathcal { G } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) } .", + "type": "interline_equation", + "image_path": "1d0887721e78acce5607b525a4b567e015b3451e8e8c92eca4dc5c567f1ac83c.jpg" + } + ] + } + ], + "index": 6, + "virtual_lines": [ + { + "bbox": [ + 254, + 190, + 356, + 217 + ], + "spans": [], + "index": 6 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 222, + 407, + 235 + ], + "lines": [ + { + "bbox": [ + 105, + 222, + 408, + 236 + ], + "spans": [ + { + "bbox": [ + 105, + 222, + 271, + 236 + ], + "score": 1.0, + "content": "From Markov inequality (Fact 11), since", + "type": "text" + }, + { + "bbox": [ + 271, + 223, + 316, + 235 + ], + "score": 0.93, + "content": "R \\left( { \\bf X } \\right) \\geq 0", + "type": "inline_equation" + }, + { + "bbox": [ + 316, + 222, + 354, + 236 + ], + "score": 1.0, + "content": ", we have", + "type": "text" + }, + { + "bbox": [ + 355, + 223, + 403, + 235 + ], + "score": 0.91, + "content": "\\forall \\eta \\left( N \\right) > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 404, + 222, + 408, + 236 + ], + "score": 1.0, + "content": ":", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 7 + }, + { + "type": "interline_equation", + "bbox": [ + 200, + 239, + 410, + 267 + ], + "lines": [ + { + "bbox": [ + 200, + 239, + 410, + 267 + ], + "spans": [ + { + "bbox": [ + 200, + 239, + 410, + 267 + ], + "score": 0.91, + "content": "\\mathbb { P } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left[ R \\left( \\mathbf { X } \\right) \\geq \\eta \\left( N \\right) \\vert \\mathcal { M } \\right] \\leq \\frac { \\mathbb { E } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left[ R \\left( \\mathbf { X } \\right) \\vert \\mathcal { M } \\right] } { \\eta \\left( N \\right) }", + "type": "interline_equation", + "image_path": "c6168072c13db79989e917fe2037d2d71918323a17814e36ba59a0ea35f295a7.jpg" + } + ] + } + ], + "index": 8, + "virtual_lines": [ + { + "bbox": [ + 200, + 239, + 410, + 267 + ], + "spans": [], + "index": 8 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 271, + 272, + 283 + ], + "lines": [ + { + "bbox": [ + 106, + 270, + 272, + 284 + ], + "spans": [ + { + "bbox": [ + 106, + 270, + 272, + 284 + ], + "score": 1.0, + "content": "On the other hand, from fact 25, we have", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 9 + }, + { + "type": "interline_equation", + "bbox": [ + 171, + 287, + 440, + 314 + ], + "lines": [ + { + "bbox": [ + 171, + 287, + 440, + 314 + ], + "spans": [ + { + "bbox": [ + 171, + 287, + 440, + 314 + ], + "score": 0.93, + "content": "\\begin{array} { r } { 1 - \\operatorname { \\mathbb { P } } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left[ R \\left( \\mathbf { X } \\right) < \\eta \\left( N \\right) \\vert \\mathcal { M } \\right] \\ge 1 - \\frac { \\operatorname { \\mathbb { P } } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left[ R \\left( \\mathbf { X } \\right) < \\eta \\left( N \\right) \\right] } { \\operatorname { \\mathbb { P } } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left( \\mathcal { M } \\right) } . } \\end{array}", + "type": "interline_equation", + "image_path": "3c64c08f9d4128005c15ac8f4a4b72111bbd0dcc4e4c8905d594204996080c5c.jpg" + } + ] + } + ], + "index": 10, + "virtual_lines": [ + { + "bbox": [ + 171, + 287, + 440, + 314 + ], + "spans": [], + "index": 10 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 318, + 270, + 331 + ], + "lines": [ + { + "bbox": [ + 107, + 318, + 270, + 332 + ], + "spans": [ + { + "bbox": [ + 107, + 318, + 270, + 332 + ], + "score": 1.0, + "content": "Combining Eqs. (11.2)-(11.3) we obtain", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 11 + }, + { + "type": "interline_equation", + "bbox": [ + 197, + 335, + 413, + 363 + ], + "lines": [ + { + "bbox": [ + 197, + 335, + 413, + 363 + ], + "spans": [ + { + "bbox": [ + 197, + 335, + 413, + 363 + ], + "score": 0.91, + "content": "\\frac { \\mathbb { E } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left[ R \\left( \\mathbf { X } \\right) \\vert \\mathcal { M } \\right] } { \\eta \\left( N \\right) } \\geq 1 - \\frac { \\mathbb { P } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left[ R \\left( \\mathbf { X } \\right) < \\eta \\left( N \\right) \\right] } { \\mathbb { P } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left( \\mathcal { M } \\right) } ,", + "type": "interline_equation", + "image_path": "6935d7f495a50a7bfe5f0c399d742e00a6aeed8fd5a66fee9db324f082b631d5.jpg" + } + ] + } + ], + "index": 12, + "virtual_lines": [ + { + "bbox": [ + 197, + 335, + 413, + 363 + ], + "spans": [], + "index": 12 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 368, + 135, + 379 + ], + "lines": [ + { + "bbox": [ + 105, + 367, + 135, + 379 + ], + "spans": [ + { + "bbox": [ + 105, + 367, + 135, + 379 + ], + "score": 1.0, + "content": "and so", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 13 + }, + { + "type": "interline_equation", + "bbox": [ + 150, + 382, + 460, + 409 + ], + "lines": [ + { + "bbox": [ + 150, + 382, + 460, + 409 + ], + "spans": [ + { + "bbox": [ + 150, + 382, + 460, + 409 + ], + "score": 0.94, + "content": "\\mathbb { P } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left( \\mathcal { M } \\right) - \\mathbb { P } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left( \\mathcal { M } \\right) \\frac { \\mathbb { E } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left[ R \\left( \\mathbf { X } \\right) \\middle | \\mathcal { M } \\right] } { \\eta \\left( N \\right) } \\leq \\mathbb { P } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left[ R \\left( \\mathbf { X } \\right) < \\eta \\left( N \\right) \\right] .", + "type": "interline_equation", + "image_path": "1df218dc6a30435f3ba3020e939e8a2a2e39a69d85a35bad38ef7191c288080f.jpg" + } + ] + } + ], + "index": 14, + "virtual_lines": [ + { + "bbox": [ + 150, + 382, + 460, + 409 + ], + "spans": [], + "index": 14 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 414, + 151, + 425 + ], + "lines": [ + { + "bbox": [ + 105, + 412, + 153, + 426 + ], + "spans": [ + { + "bbox": [ + 105, + 412, + 153, + 426 + ], + "score": 1.0, + "content": "We choose", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 15 + }, + { + "type": "interline_equation", + "bbox": [ + 158, + 429, + 451, + 450 + ], + "lines": [ + { + "bbox": [ + 158, + 429, + 451, + 450 + ], + "spans": [ + { + "bbox": [ + 158, + 429, + 451, + 450 + ], + "score": 0.88, + "content": "\\eta \\left( { \\cal N } \\right) = N \\mathbb { P } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left( { \\cal M } \\right) \\mathbb { E } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left[ R \\left( \\mathbf { X } \\right) \\vert \\mathcal { M } \\right] \\doteq \\exp \\left( - \\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\right)", + "type": "interline_equation", + "image_path": "c4037cf0ca606d8d7e5abeb3654a18534a91fdee6ef24880989ea7b15aa10d41.jpg" + } + ] + } + ], + "index": 16, + "virtual_lines": [ + { + "bbox": [ + 158, + 429, + 451, + 450 + ], + "spans": [], + "index": 16 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 455, + 135, + 466 + ], + "lines": [ + { + "bbox": [ + 105, + 453, + 136, + 466 + ], + "spans": [ + { + "bbox": [ + 105, + 453, + 136, + 466 + ], + "score": 1.0, + "content": "so that", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17 + }, + { + "type": "interline_equation", + "bbox": [ + 168, + 461, + 442, + 486 + ], + "lines": [ + { + "bbox": [ + 168, + 461, + 442, + 486 + ], + "spans": [ + { + "bbox": [ + 168, + 461, + 442, + 486 + ], + "score": 0.9, + "content": "\\mathbb { P } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left( \\mathcal { M } \\right) - \\frac { 1 } { N } \\le \\mathbb { P } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left[ R \\left( \\mathbf { X } \\right) \\dot { \\le } \\exp \\left( - \\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\right) \\right] .", + "type": "interline_equation", + "image_path": "19c15e4885625997a3766e3b177b1110c78b2058312390172cc9e462e99f0eba.jpg" + } + ] + } + ], + "index": 18, + "virtual_lines": [ + { + "bbox": [ + 168, + 461, + 442, + 486 + ], + "spans": [], + "index": 18 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 487, + 234, + 499 + ], + "lines": [ + { + "bbox": [ + 105, + 486, + 235, + 500 + ], + "spans": [ + { + "bbox": [ + 105, + 486, + 235, + 500 + ], + "score": 1.0, + "content": "Then, from Theorem 9 we have", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 19 + }, + { + "type": "interline_equation", + "bbox": [ + 209, + 503, + 402, + 532 + ], + "lines": [ + { + "bbox": [ + 209, + 503, + 402, + 532 + ], + "spans": [ + { + "bbox": [ + 209, + 503, + 402, + 532 + ], + "score": 0.94, + "content": "1 - \\mathbb { P } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left( \\mathcal { M } \\right) \\dot { \\leq } \\sqrt { \\frac { 8 } { \\pi } } d _ { 0 } ^ { - 1 / 2 } + \\frac { 2 d _ { 0 } ^ { 1 / 2 } \\sqrt { \\log d _ { 0 } } } { N } .", + "type": "interline_equation", + "image_path": "b691e9b99b15197ab7d70e68bfc6d003ef9ae79903069ffb8279980d1c9005a6.jpg" + } + ] + } + ], + "index": 20.5, + "virtual_lines": [ + { + "bbox": [ + 209, + 503, + 402, + 517.5 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 209, + 517.5, + 402, + 532.0 + ], + "spans": [], + "index": 21 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 536, + 339, + 549 + ], + "lines": [ + { + "bbox": [ + 106, + 536, + 339, + 550 + ], + "spans": [ + { + "bbox": [ + 106, + 536, + 339, + 550 + ], + "score": 1.0, + "content": "so we obtain the first (left) inequality in the Theorem (10)", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 22 + }, + { + "type": "interline_equation", + "bbox": [ + 126, + 561, + 484, + 591 + ], + "lines": [ + { + "bbox": [ + 126, + 561, + 484, + 591 + ], + "spans": [ + { + "bbox": [ + 126, + 561, + 484, + 591 + ], + "score": 0.92, + "content": "\\sqrt { \\frac { 8 } { \\pi } } d _ { 0 } ^ { - 1 / 2 } + \\frac { 2 d _ { 0 } ^ { 1 / 2 } \\sqrt { \\log d _ { 0 } } } { N } \\dot { \\geq 1 } - \\mathbb { P } _ { { \\mathbf { X } } \\sim { \\mathcal { N } } } \\left[ \\frac { \\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( { \\mathbf { X } } , { \\mathbf { y } } \\right) \\right) } { \\mathcal { V } \\left( \\mathcal { G } \\left( { \\mathbf { X } } , { \\mathbf { y } } \\right) \\right) } \\dot { \\leq } \\exp \\left( - \\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\right) \\right] .", + "type": "interline_equation", + "image_path": "05bd8a33be4b4cd8eb1097bc374d96fd669c2339592f3e9b49bcee9b2fdd168f.jpg" + } + ] + } + ], + "index": 24, + "virtual_lines": [ + { + "bbox": [ + 126, + 561, + 484, + 571.0 + ], + "spans": [], + "index": 23 + }, + { + "bbox": [ + 126, + 571.0, + 484, + 581.0 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 126, + 581.0, + 484, + 591.0 + ], + "spans": [], + "index": 25 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 594, + 506, + 619 + ], + "lines": [ + { + "bbox": [ + 104, + 592, + 506, + 611 + ], + "spans": [ + { + "bbox": [ + 104, + 592, + 281, + 611 + ], + "score": 1.0, + "content": "Lastly, we note that assumption 4 implies", + "type": "text" + }, + { + "bbox": [ + 281, + 594, + 396, + 608 + ], + "score": 0.93, + "content": "\\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\dot { > } N \\log N", + "type": "inline_equation" + }, + { + "bbox": [ + 397, + 592, + 506, + 611 + ], + "score": 1.0, + "content": ", which proves the second", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 607, + 239, + 620 + ], + "spans": [ + { + "bbox": [ + 105, + 607, + 239, + 620 + ], + "score": 1.0, + "content": "(right) inequality of the theorem.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26.5 + } + ], + "page_idx": 18, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 26, + 308, + 38 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 309, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 309, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "score": 1.0, + "content": "19", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 494, + 624, + 504, + 635 + ], + "lines": [] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 142, + 81, + 447, + 95 + ], + "lines": [ + { + "bbox": [ + 140, + 79, + 447, + 97 + ], + "spans": [ + { + "bbox": [ + 140, + 79, + 249, + 97 + ], + "score": 1.0, + "content": "Fact 25. For any variable", + "type": "text" + }, + { + "bbox": [ + 250, + 83, + 279, + 93 + ], + "score": 0.9, + "content": "X \\geq 0", + "type": "inline_equation" + }, + { + "bbox": [ + 279, + 79, + 320, + 97 + ], + "score": 1.0, + "content": "and event", + "type": "text" + }, + { + "bbox": [ + 321, + 83, + 330, + 93 + ], + "score": 0.78, + "content": "\\mathcal { A }", + "type": "inline_equation" + }, + { + "bbox": [ + 330, + 79, + 361, + 97 + ], + "score": 1.0, + "content": "(where", + "type": "text" + }, + { + "bbox": [ + 361, + 82, + 370, + 93 + ], + "score": 0.82, + "content": "\\bar { A }", + "type": "inline_equation" + }, + { + "bbox": [ + 370, + 79, + 447, + 97 + ], + "score": 1.0, + "content": "is its complement)", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0, + "bbox_fs": [ + 140, + 79, + 447, + 97 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 188, + 98, + 457, + 114 + ], + "lines": [ + { + "bbox": [ + 188, + 98, + 457, + 114 + ], + "spans": [ + { + "bbox": [ + 188, + 98, + 457, + 114 + ], + "score": 0.88, + "content": "\\mathbb { E } \\left[ X \\right] = \\mathbb { E } \\left[ X | { \\cal { A } } \\right] \\mathbb { P } \\left( { \\cal { A } } \\right) + \\mathbb { E } \\left[ X | { \\bar { \\cal { A } } } \\right] ( 1 - \\mathbb { P } \\left( { \\cal { A } } \\right) ) \\geq \\mathbb { E } \\left[ X | { \\cal { A } } \\right] \\mathbb { P } \\left( { \\cal { A } } \\right)", + "type": "interline_equation", + "image_path": "883661c6a334e5fdb44fe9e8595b6615d7d8d470455e1c5c6e3ffcaf20278de4.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 188, + 98, + 457, + 114 + ], + "spans": [], + "index": 1 + } + ] + }, + { + "type": "text", + "bbox": [ + 130, + 120, + 230, + 132 + ], + "lines": [ + { + "bbox": [ + 129, + 119, + 231, + 134 + ], + "spans": [ + { + "bbox": [ + 129, + 119, + 231, + 134 + ], + "score": 1.0, + "content": "3. We apply Theorem 6.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 2, + "bbox_fs": [ + 129, + 119, + 231, + 134 + ] + }, + { + "type": "text", + "bbox": [ + 130, + 135, + 230, + 147 + ], + "lines": [ + { + "bbox": [ + 129, + 134, + 231, + 149 + ], + "spans": [ + { + "bbox": [ + 129, + 134, + 231, + 149 + ], + "score": 1.0, + "content": "4. We apply Theorem 9.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3, + "bbox_fs": [ + 129, + 134, + 231, + 149 + ] + }, + { + "type": "text", + "bbox": [ + 128, + 150, + 413, + 165 + ], + "lines": [ + { + "bbox": [ + 127, + 147, + 411, + 168 + ], + "spans": [ + { + "bbox": [ + 127, + 147, + 290, + 168 + ], + "score": 1.0, + "content": "5. We use assumption 4, which implies", + "type": "text" + }, + { + "bbox": [ + 290, + 150, + 411, + 165 + ], + "score": 0.92, + "content": "\\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\dot { > } 2 N \\log N .", + "type": "inline_equation" + } + ], + "index": 4 + } + ], + "index": 4, + "bbox_fs": [ + 127, + 147, + 411, + 168 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 173, + 324, + 185 + ], + "lines": [ + { + "bbox": [ + 106, + 172, + 323, + 187 + ], + "spans": [ + { + "bbox": [ + 106, + 172, + 323, + 187 + ], + "score": 1.0, + "content": "For simplicity, in the reminder of the proof we denote", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5, + "bbox_fs": [ + 106, + 172, + 323, + 187 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 254, + 190, + 356, + 217 + ], + "lines": [ + { + "bbox": [ + 254, + 190, + 356, + 217 + ], + "spans": [ + { + "bbox": [ + 254, + 190, + 356, + 217 + ], + "score": 0.94, + "content": "R \\left( \\mathbf { X } \\right) \\triangleq \\frac { \\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) } { \\mathcal { V } \\left( \\mathcal { G } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) } .", + "type": "interline_equation", + "image_path": "1d0887721e78acce5607b525a4b567e015b3451e8e8c92eca4dc5c567f1ac83c.jpg" + } + ] + } + ], + "index": 6, + "virtual_lines": [ + { + "bbox": [ + 254, + 190, + 356, + 217 + ], + "spans": [], + "index": 6 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 222, + 407, + 235 + ], + "lines": [ + { + "bbox": [ + 105, + 222, + 408, + 236 + ], + "spans": [ + { + "bbox": [ + 105, + 222, + 271, + 236 + ], + "score": 1.0, + "content": "From Markov inequality (Fact 11), since", + "type": "text" + }, + { + "bbox": [ + 271, + 223, + 316, + 235 + ], + "score": 0.93, + "content": "R \\left( { \\bf X } \\right) \\geq 0", + "type": "inline_equation" + }, + { + "bbox": [ + 316, + 222, + 354, + 236 + ], + "score": 1.0, + "content": ", we have", + "type": "text" + }, + { + "bbox": [ + 355, + 223, + 403, + 235 + ], + "score": 0.91, + "content": "\\forall \\eta \\left( N \\right) > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 404, + 222, + 408, + 236 + ], + "score": 1.0, + "content": ":", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 7, + "bbox_fs": [ + 105, + 222, + 408, + 236 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 200, + 239, + 410, + 267 + ], + "lines": [ + { + "bbox": [ + 200, + 239, + 410, + 267 + ], + "spans": [ + { + "bbox": [ + 200, + 239, + 410, + 267 + ], + "score": 0.91, + "content": "\\mathbb { P } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left[ R \\left( \\mathbf { X } \\right) \\geq \\eta \\left( N \\right) \\vert \\mathcal { M } \\right] \\leq \\frac { \\mathbb { E } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left[ R \\left( \\mathbf { X } \\right) \\vert \\mathcal { M } \\right] } { \\eta \\left( N \\right) }", + "type": "interline_equation", + "image_path": "c6168072c13db79989e917fe2037d2d71918323a17814e36ba59a0ea35f295a7.jpg" + } + ] + } + ], + "index": 8, + "virtual_lines": [ + { + "bbox": [ + 200, + 239, + 410, + 267 + ], + "spans": [], + "index": 8 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 271, + 272, + 283 + ], + "lines": [ + { + "bbox": [ + 106, + 270, + 272, + 284 + ], + "spans": [ + { + "bbox": [ + 106, + 270, + 272, + 284 + ], + "score": 1.0, + "content": "On the other hand, from fact 25, we have", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 9, + "bbox_fs": [ + 106, + 270, + 272, + 284 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 171, + 287, + 440, + 314 + ], + "lines": [ + { + "bbox": [ + 171, + 287, + 440, + 314 + ], + "spans": [ + { + "bbox": [ + 171, + 287, + 440, + 314 + ], + "score": 0.93, + "content": "\\begin{array} { r } { 1 - \\operatorname { \\mathbb { P } } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left[ R \\left( \\mathbf { X } \\right) < \\eta \\left( N \\right) \\vert \\mathcal { M } \\right] \\ge 1 - \\frac { \\operatorname { \\mathbb { P } } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left[ R \\left( \\mathbf { X } \\right) < \\eta \\left( N \\right) \\right] } { \\operatorname { \\mathbb { P } } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left( \\mathcal { M } \\right) } . } \\end{array}", + "type": "interline_equation", + "image_path": "3c64c08f9d4128005c15ac8f4a4b72111bbd0dcc4e4c8905d594204996080c5c.jpg" + } + ] + } + ], + "index": 10, + "virtual_lines": [ + { + "bbox": [ + 171, + 287, + 440, + 314 + ], + "spans": [], + "index": 10 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 318, + 270, + 331 + ], + "lines": [ + { + "bbox": [ + 107, + 318, + 270, + 332 + ], + "spans": [ + { + "bbox": [ + 107, + 318, + 270, + 332 + ], + "score": 1.0, + "content": "Combining Eqs. (11.2)-(11.3) we obtain", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 11, + "bbox_fs": [ + 107, + 318, + 270, + 332 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 197, + 335, + 413, + 363 + ], + "lines": [ + { + "bbox": [ + 197, + 335, + 413, + 363 + ], + "spans": [ + { + "bbox": [ + 197, + 335, + 413, + 363 + ], + "score": 0.91, + "content": "\\frac { \\mathbb { E } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left[ R \\left( \\mathbf { X } \\right) \\vert \\mathcal { M } \\right] } { \\eta \\left( N \\right) } \\geq 1 - \\frac { \\mathbb { P } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left[ R \\left( \\mathbf { X } \\right) < \\eta \\left( N \\right) \\right] } { \\mathbb { P } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left( \\mathcal { M } \\right) } ,", + "type": "interline_equation", + "image_path": "6935d7f495a50a7bfe5f0c399d742e00a6aeed8fd5a66fee9db324f082b631d5.jpg" + } + ] + } + ], + "index": 12, + "virtual_lines": [ + { + "bbox": [ + 197, + 335, + 413, + 363 + ], + "spans": [], + "index": 12 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 368, + 135, + 379 + ], + "lines": [ + { + "bbox": [ + 105, + 367, + 135, + 379 + ], + "spans": [ + { + "bbox": [ + 105, + 367, + 135, + 379 + ], + "score": 1.0, + "content": "and so", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 13, + "bbox_fs": [ + 105, + 367, + 135, + 379 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 150, + 382, + 460, + 409 + ], + "lines": [ + { + "bbox": [ + 150, + 382, + 460, + 409 + ], + "spans": [ + { + "bbox": [ + 150, + 382, + 460, + 409 + ], + "score": 0.94, + "content": "\\mathbb { P } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left( \\mathcal { M } \\right) - \\mathbb { P } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left( \\mathcal { M } \\right) \\frac { \\mathbb { E } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left[ R \\left( \\mathbf { X } \\right) \\middle | \\mathcal { M } \\right] } { \\eta \\left( N \\right) } \\leq \\mathbb { P } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left[ R \\left( \\mathbf { X } \\right) < \\eta \\left( N \\right) \\right] .", + "type": "interline_equation", + "image_path": "1df218dc6a30435f3ba3020e939e8a2a2e39a69d85a35bad38ef7191c288080f.jpg" + } + ] + } + ], + "index": 14, + "virtual_lines": [ + { + "bbox": [ + 150, + 382, + 460, + 409 + ], + "spans": [], + "index": 14 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 414, + 151, + 425 + ], + "lines": [ + { + "bbox": [ + 105, + 412, + 153, + 426 + ], + "spans": [ + { + "bbox": [ + 105, + 412, + 153, + 426 + ], + "score": 1.0, + "content": "We choose", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 15, + "bbox_fs": [ + 105, + 412, + 153, + 426 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 158, + 429, + 451, + 450 + ], + "lines": [ + { + "bbox": [ + 158, + 429, + 451, + 450 + ], + "spans": [ + { + "bbox": [ + 158, + 429, + 451, + 450 + ], + "score": 0.88, + "content": "\\eta \\left( { \\cal N } \\right) = N \\mathbb { P } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left( { \\cal M } \\right) \\mathbb { E } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left[ R \\left( \\mathbf { X } \\right) \\vert \\mathcal { M } \\right] \\doteq \\exp \\left( - \\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\right)", + "type": "interline_equation", + "image_path": "c4037cf0ca606d8d7e5abeb3654a18534a91fdee6ef24880989ea7b15aa10d41.jpg" + } + ] + } + ], + "index": 16, + "virtual_lines": [ + { + "bbox": [ + 158, + 429, + 451, + 450 + ], + "spans": [], + "index": 16 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 455, + 135, + 466 + ], + "lines": [ + { + "bbox": [ + 105, + 453, + 136, + 466 + ], + "spans": [ + { + "bbox": [ + 105, + 453, + 136, + 466 + ], + "score": 1.0, + "content": "so that", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17, + "bbox_fs": [ + 105, + 453, + 136, + 466 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 168, + 461, + 442, + 486 + ], + "lines": [ + { + "bbox": [ + 168, + 461, + 442, + 486 + ], + "spans": [ + { + "bbox": [ + 168, + 461, + 442, + 486 + ], + "score": 0.9, + "content": "\\mathbb { P } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left( \\mathcal { M } \\right) - \\frac { 1 } { N } \\le \\mathbb { P } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left[ R \\left( \\mathbf { X } \\right) \\dot { \\le } \\exp \\left( - \\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\right) \\right] .", + "type": "interline_equation", + "image_path": "19c15e4885625997a3766e3b177b1110c78b2058312390172cc9e462e99f0eba.jpg" + } + ] + } + ], + "index": 18, + "virtual_lines": [ + { + "bbox": [ + 168, + 461, + 442, + 486 + ], + "spans": [], + "index": 18 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 487, + 234, + 499 + ], + "lines": [ + { + "bbox": [ + 105, + 486, + 235, + 500 + ], + "spans": [ + { + "bbox": [ + 105, + 486, + 235, + 500 + ], + "score": 1.0, + "content": "Then, from Theorem 9 we have", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 19, + "bbox_fs": [ + 105, + 486, + 235, + 500 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 209, + 503, + 402, + 532 + ], + "lines": [ + { + "bbox": [ + 209, + 503, + 402, + 532 + ], + "spans": [ + { + "bbox": [ + 209, + 503, + 402, + 532 + ], + "score": 0.94, + "content": "1 - \\mathbb { P } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left( \\mathcal { M } \\right) \\dot { \\leq } \\sqrt { \\frac { 8 } { \\pi } } d _ { 0 } ^ { - 1 / 2 } + \\frac { 2 d _ { 0 } ^ { 1 / 2 } \\sqrt { \\log d _ { 0 } } } { N } .", + "type": "interline_equation", + "image_path": "b691e9b99b15197ab7d70e68bfc6d003ef9ae79903069ffb8279980d1c9005a6.jpg" + } + ] + } + ], + "index": 20.5, + "virtual_lines": [ + { + "bbox": [ + 209, + 503, + 402, + 517.5 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 209, + 517.5, + 402, + 532.0 + ], + "spans": [], + "index": 21 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 536, + 339, + 549 + ], + "lines": [ + { + "bbox": [ + 106, + 536, + 339, + 550 + ], + "spans": [ + { + "bbox": [ + 106, + 536, + 339, + 550 + ], + "score": 1.0, + "content": "so we obtain the first (left) inequality in the Theorem (10)", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 22, + "bbox_fs": [ + 106, + 536, + 339, + 550 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 126, + 561, + 484, + 591 + ], + "lines": [ + { + "bbox": [ + 126, + 561, + 484, + 591 + ], + "spans": [ + { + "bbox": [ + 126, + 561, + 484, + 591 + ], + "score": 0.92, + "content": "\\sqrt { \\frac { 8 } { \\pi } } d _ { 0 } ^ { - 1 / 2 } + \\frac { 2 d _ { 0 } ^ { 1 / 2 } \\sqrt { \\log d _ { 0 } } } { N } \\dot { \\geq 1 } - \\mathbb { P } _ { { \\mathbf { X } } \\sim { \\mathcal { N } } } \\left[ \\frac { \\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( { \\mathbf { X } } , { \\mathbf { y } } \\right) \\right) } { \\mathcal { V } \\left( \\mathcal { G } \\left( { \\mathbf { X } } , { \\mathbf { y } } \\right) \\right) } \\dot { \\leq } \\exp \\left( - \\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\right) \\right] .", + "type": "interline_equation", + "image_path": "05bd8a33be4b4cd8eb1097bc374d96fd669c2339592f3e9b49bcee9b2fdd168f.jpg" + } + ] + } + ], + "index": 24, + "virtual_lines": [ + { + "bbox": [ + 126, + 561, + 484, + 571.0 + ], + "spans": [], + "index": 23 + }, + { + "bbox": [ + 126, + 571.0, + 484, + 581.0 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 126, + 581.0, + 484, + 591.0 + ], + "spans": [], + "index": 25 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 594, + 506, + 619 + ], + "lines": [ + { + "bbox": [ + 104, + 592, + 506, + 611 + ], + "spans": [ + { + "bbox": [ + 104, + 592, + 281, + 611 + ], + "score": 1.0, + "content": "Lastly, we note that assumption 4 implies", + "type": "text" + }, + { + "bbox": [ + 281, + 594, + 396, + 608 + ], + "score": 0.93, + "content": "\\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\dot { > } N \\log N", + "type": "inline_equation" + }, + { + "bbox": [ + 397, + 592, + 506, + 611 + ], + "score": 1.0, + "content": ", which proves the second", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 607, + 239, + 620 + ], + "spans": [ + { + "bbox": [ + 105, + 607, + 239, + 620 + ], + "score": 1.0, + "content": "(right) inequality of the theorem.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26.5, + "bbox_fs": [ + 104, + 592, + 506, + 620 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 107, + 78, + 151, + 95 + ], + "lines": [ + { + "bbox": [ + 104, + 79, + 153, + 96 + ], + "spans": [ + { + "bbox": [ + 104, + 79, + 153, + 96 + ], + "score": 1.0, + "content": "Part II", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "title", + "bbox": [ + 107, + 102, + 336, + 125 + ], + "lines": [ + { + "bbox": [ + 105, + 101, + 337, + 126 + ], + "spans": [ + { + "bbox": [ + 105, + 101, + 337, + 126 + ], + "score": 1.0, + "content": "Proofs of technical results", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 1 + }, + { + "type": "text", + "bbox": [ + 106, + 141, + 329, + 154 + ], + "lines": [ + { + "bbox": [ + 106, + 141, + 330, + 155 + ], + "spans": [ + { + "bbox": [ + 106, + 141, + 330, + 155 + ], + "score": 1.0, + "content": "In this part we prove the technical results used in part I.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 2 + }, + { + "type": "text", + "bbox": [ + 108, + 169, + 506, + 209 + ], + "lines": [ + { + "bbox": [ + 107, + 169, + 443, + 183 + ], + "spans": [ + { + "bbox": [ + 107, + 169, + 126, + 182 + ], + "score": 1.0, + "content": "12", + "type": "text" + }, + { + "bbox": [ + 130, + 169, + 443, + 183 + ], + "score": 1.0, + "content": "UPPER BOUNDING THE ANGULAR VOLUME OF SUB-OPTIMAL", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 131, + 184, + 505, + 196 + ], + "spans": [ + { + "bbox": [ + 131, + 184, + 505, + 196 + ], + "score": 1.0, + "content": "DIFFERENTIABLE LOCAL MINIMA: PROOFS OF LEMMAS USED IN SECTION", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 131, + 196, + 141, + 210 + ], + "spans": [ + { + "bbox": [ + 131, + 196, + 141, + 210 + ], + "score": 1.0, + "content": "8", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4 + }, + { + "type": "title", + "bbox": [ + 108, + 221, + 230, + 233 + ], + "lines": [ + { + "bbox": [ + 106, + 220, + 231, + 235 + ], + "spans": [ + { + "bbox": [ + 106, + 220, + 231, + 235 + ], + "score": 1.0, + "content": "12.1 PROOF OF LEMMA 14", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 6 + }, + { + "type": "text", + "bbox": [ + 105, + 241, + 477, + 268 + ], + "lines": [ + { + "bbox": [ + 106, + 241, + 476, + 255 + ], + "spans": [ + { + "bbox": [ + 106, + 241, + 476, + 255 + ], + "score": 1.0, + "content": "In this section we will prove Lemma 14 in subsection 12.3.3. Recall the following definition", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 256, + 185, + 269 + ], + "spans": [ + { + "bbox": [ + 106, + 256, + 185, + 269 + ], + "score": 1.0, + "content": "Definition 26. Let", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7.5 + }, + { + "type": "interline_equation", + "bbox": [ + 223, + 273, + 387, + 287 + ], + "lines": [ + { + "bbox": [ + 223, + 273, + 387, + 287 + ], + "spans": [ + { + "bbox": [ + 223, + 273, + 387, + 287 + ], + "score": 0.9, + "content": "{ \\bf A } = [ { \\pmb a } _ { 1 } , \\ldots , { \\pmb a } _ { N } ] \\ ; \\ { \\bf X } = [ { \\pmb x } _ { 1 } , \\ldots , { \\pmb x } _ { N } ] ,", + "type": "interline_equation", + "image_path": "331ff2f543779ae800d15425c08fef97cf3f06a106c32ad743dcd3f82ed2c481.jpg" + } + ] + } + ], + "index": 9, + "virtual_lines": [ + { + "bbox": [ + 223, + 273, + 387, + 287 + ], + "spans": [], + "index": 9 + } + ] + }, + { + "type": "text", + "bbox": [ + 102, + 291, + 505, + 315 + ], + "lines": [ + { + "bbox": [ + 105, + 289, + 506, + 305 + ], + "spans": [ + { + "bbox": [ + 105, + 289, + 133, + 305 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 291, + 184, + 303 + ], + "score": 0.92, + "content": "\\mathbf { X } \\in \\mathbb { R } ^ { d _ { 0 } \\times N }", + "type": "inline_equation" + }, + { + "bbox": [ + 184, + 289, + 202, + 305 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 202, + 291, + 253, + 303 + ], + "score": 0.92, + "content": "\\mathbf { A } \\in \\mathbb { R } ^ { d _ { 1 } \\times N }", + "type": "inline_equation" + }, + { + "bbox": [ + 253, + 289, + 506, + 305 + ], + "score": 1.0, + "content": ". The Khatari-Rao product between the two matrices is defined", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 304, + 118, + 316 + ], + "spans": [ + { + "bbox": [ + 105, + 304, + 118, + 316 + ], + "score": 1.0, + "content": "as", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10.5 + }, + { + "type": "interline_equation", + "bbox": [ + 212, + 317, + 399, + 385 + ], + "lines": [ + { + "bbox": [ + 212, + 317, + 399, + 385 + ], + "spans": [ + { + "bbox": [ + 212, + 317, + 399, + 385 + ], + "score": 0.94, + "content": "\\begin{array} { r l } { \\mathbf { A } \\circ \\mathbf { X } } & { \\triangleq } & { \\left[ \\pmb { a } _ { 1 } \\otimes \\mathbf { x } _ { 1 } , \\pmb { a } _ { 2 } \\otimes \\mathbf { x } _ { 2 } , . . . \\pmb { a } _ { N } \\otimes \\mathbf { x } _ { N } \\right] } \\\\ & { = } & { \\left( \\begin{array} { c c c } { a _ { 1 1 } \\mathbf { x } _ { 1 } } & { a _ { 1 2 } \\mathbf { x } _ { 2 } } & { . . . } \\\\ { a _ { 2 1 } \\mathbf { x } _ { 1 } } & { a _ { 2 2 } \\mathbf { x } _ { 2 } } & { \\ddots } \\\\ { \\vdots } & { \\ddots } & { \\ddots } \\end{array} \\right) . } \\end{array}", + "type": "interline_equation", + "image_path": "6b03bf222e0a853578cc407ae3fdaef4f1c40d92cfe079d8042e9c75e965e61c.jpg" + } + ] + } + ], + "index": 13.5, + "virtual_lines": [ + { + "bbox": [ + 212, + 317, + 399, + 334.0 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 212, + 334.0, + 399, + 351.0 + ], + "spans": [], + "index": 13 + }, + { + "bbox": [ + 212, + 351.0, + 399, + 368.0 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 212, + 368.0, + 399, + 385.0 + ], + "spans": [], + "index": 15 + } + ] + }, + { + "type": "text", + "bbox": [ + 104, + 389, + 506, + 414 + ], + "lines": [ + { + "bbox": [ + 104, + 385, + 508, + 406 + ], + "spans": [ + { + "bbox": [ + 104, + 385, + 255, + 406 + ], + "score": 1.0, + "content": "Lemma 27. (Lemma 14 restated) Let", + "type": "text" + }, + { + "bbox": [ + 255, + 390, + 305, + 402 + ], + "score": 0.89, + "content": "\\mathbf { X } \\in \\mathbb { R } ^ { d _ { 0 } \\times N }", + "type": "inline_equation" + }, + { + "bbox": [ + 306, + 385, + 309, + 406 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 309, + 389, + 376, + 403 + ], + "score": 0.86, + "content": "\\mathbf { A } \\in \\{ \\rho , 1 \\} ^ { d _ { 1 } \\times N }", + "type": "inline_equation" + }, + { + "bbox": [ + 377, + 385, + 381, + 406 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 381, + 390, + 417, + 403 + ], + "score": 0.83, + "content": "S \\subset [ N ]", + "type": "inline_equation" + }, + { + "bbox": [ + 417, + 385, + 435, + 406 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 435, + 392, + 478, + 403 + ], + "score": 0.91, + "content": "d _ { 0 } d _ { 1 } \\geq N", + "type": "inline_equation" + }, + { + "bbox": [ + 478, + 385, + 508, + 406 + ], + "score": 1.0, + "content": ". Then,", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 402, + 319, + 415 + ], + "spans": [ + { + "bbox": [ + 105, + 402, + 271, + 415 + ], + "score": 1.0, + "content": "simultaneously for every possible A and", + "type": "text" + }, + { + "bbox": [ + 271, + 403, + 279, + 412 + ], + "score": 0.8, + "content": "S", + "type": "inline_equation" + }, + { + "bbox": [ + 279, + 402, + 319, + 415 + ], + "score": 1.0, + "content": "such that", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 16.5 + }, + { + "type": "interline_equation", + "bbox": [ + 261, + 418, + 348, + 432 + ], + "lines": [ + { + "bbox": [ + 261, + 418, + 348, + 432 + ], + "spans": [ + { + "bbox": [ + 261, + 418, + 348, + 432 + ], + "score": 0.9, + "content": "\\left. S \\right. \\leq \\mathrm { r a n k } \\left( { \\bf A } _ { S } \\right) d _ { 0 } ,", + "type": "interline_equation", + "image_path": "1e38cae94396787c732a3790bc0b443713c44fea948bca616575253ccb971463.jpg" + } + ] + } + ], + "index": 18, + "virtual_lines": [ + { + "bbox": [ + 261, + 418, + 348, + 432 + ], + "spans": [], + "index": 18 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 435, + 420, + 448 + ], + "lines": [ + { + "bbox": [ + 105, + 434, + 417, + 450 + ], + "spans": [ + { + "bbox": [ + 105, + 434, + 193, + 450 + ], + "score": 1.0, + "content": "we have that, X-a.e.,", + "type": "text" + }, + { + "bbox": [ + 193, + 435, + 233, + 448 + ], + "score": 0.75, + "content": "\\mathbf { \\Delta } \\nexists \\mathbf { v } \\in \\mathbb { R } ^ { N }", + "type": "inline_equation" + }, + { + "bbox": [ + 233, + 434, + 273, + 450 + ], + "score": 1.0, + "content": "such that", + "type": "text" + }, + { + "bbox": [ + 273, + 436, + 335, + 448 + ], + "score": 0.9, + "content": "v _ { n } \\neq 0 \\forall n \\in S", + "type": "inline_equation" + }, + { + "bbox": [ + 336, + 434, + 355, + 450 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 355, + 436, + 417, + 448 + ], + "score": 0.74, + "content": "( \\mathbf { A } \\circ \\mathbf { X } ) \\mathbf { v } = 0", + "type": "inline_equation" + } + ], + "index": 19 + } + ], + "index": 19 + }, + { + "type": "text", + "bbox": [ + 106, + 460, + 504, + 510 + ], + "lines": [ + { + "bbox": [ + 103, + 460, + 506, + 477 + ], + "spans": [ + { + "bbox": [ + 103, + 460, + 223, + 477 + ], + "score": 1.0, + "content": "Proof. We examine specific", + "type": "text" + }, + { + "bbox": [ + 224, + 460, + 293, + 475 + ], + "score": 0.94, + "content": "\\mathbf { A } \\in \\{ \\rho , 1 \\} ^ { d _ { 1 } \\times N }", + "type": "inline_equation" + }, + { + "bbox": [ + 293, + 460, + 312, + 477 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 312, + 462, + 349, + 475 + ], + "score": 0.92, + "content": "S \\subset [ N ]", + "type": "inline_equation" + }, + { + "bbox": [ + 349, + 460, + 410, + 477 + ], + "score": 1.0, + "content": ", and such that", + "type": "text" + }, + { + "bbox": [ + 411, + 462, + 459, + 475 + ], + "score": 0.92, + "content": "| S | \\le d _ { S } d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 459, + 460, + 506, + 477 + ], + "score": 1.0, + "content": ", where we", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 473, + 506, + 489 + ], + "spans": [ + { + "bbox": [ + 105, + 473, + 139, + 489 + ], + "score": 1.0, + "content": "defined", + "type": "text" + }, + { + "bbox": [ + 140, + 474, + 210, + 487 + ], + "score": 0.78, + "content": "d _ { S } \\triangleq \\operatorname { r a n k } \\left( \\mathbf { A } _ { S } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 210, + 473, + 282, + 489 + ], + "score": 1.0, + "content": ". We assume that", + "type": "text" + }, + { + "bbox": [ + 282, + 475, + 315, + 486 + ], + "score": 0.91, + "content": "d _ { S } \\geq 1", + "type": "inline_equation" + }, + { + "bbox": [ + 315, + 473, + 506, + 489 + ], + "score": 1.0, + "content": ", since otherwise the proof is trivial. Also, we", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 485, + 506, + 499 + ], + "spans": [ + { + "bbox": [ + 105, + 485, + 226, + 499 + ], + "score": 1.0, + "content": "assume by contradiction that", + "type": "text" + }, + { + "bbox": [ + 226, + 486, + 265, + 496 + ], + "score": 0.91, + "content": "\\exists \\mathbf { v } \\in \\mathbb { R } ^ { N }", + "type": "inline_equation" + }, + { + "bbox": [ + 266, + 485, + 306, + 499 + ], + "score": 1.0, + "content": "such that", + "type": "text" + }, + { + "bbox": [ + 306, + 486, + 364, + 497 + ], + "score": 0.91, + "content": "v _ { i } \\neq 0 \\forall i \\in S", + "type": "inline_equation" + }, + { + "bbox": [ + 364, + 485, + 383, + 499 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 383, + 486, + 445, + 498 + ], + "score": 0.9, + "content": "( \\mathbf { A } \\circ \\mathbf { X } ) \\mathbf { v } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 445, + 485, + 506, + 499 + ], + "score": 1.0, + "content": ". Without loss", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 497, + 505, + 510 + ], + "spans": [ + { + "bbox": [ + 106, + 497, + 209, + 510 + ], + "score": 1.0, + "content": "of generality, assume that", + "type": "text" + }, + { + "bbox": [ + 210, + 497, + 284, + 509 + ], + "score": 0.93, + "content": "S = \\{ 1 , 2 , . . . , | S | \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 285, + 497, + 320, + 510 + ], + "score": 1.0, + "content": "and that", + "type": "text" + }, + { + "bbox": [ + 320, + 499, + 380, + 509 + ], + "score": 0.91, + "content": "\\mathbf { } a _ { 1 } , \\mathbf { } a _ { 2 } , . . . , \\mathbf { } a _ { d _ { S } }", + "type": "inline_equation" + }, + { + "bbox": [ + 380, + 497, + 505, + 510 + ], + "score": 1.0, + "content": "are linearly independent. Then", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 21.5 + }, + { + "type": "interline_equation", + "bbox": [ + 240, + 513, + 373, + 549 + ], + "lines": [ + { + "bbox": [ + 240, + 513, + 373, + 549 + ], + "spans": [ + { + "bbox": [ + 240, + 513, + 373, + 549 + ], + "score": 0.95, + "content": "( \\mathbf { A } \\circ \\mathbf { X } ) \\mathbf { v } = \\sum _ { n = 1 } ^ { | S | } v _ { n } a _ { k , n } \\mathbf { x } _ { n } = 0", + "type": "interline_equation", + "image_path": "43fc4ea2aafe35eaa4064faf92f08d348fce5085b2a8785c524cefd329e42d22.jpg" + } + ] + } + ], + "index": 24.5, + "virtual_lines": [ + { + "bbox": [ + 240, + 513, + 373, + 531.0 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 240, + 531.0, + 373, + 549.0 + ], + "spans": [], + "index": 25 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 552, + 505, + 621 + ], + "lines": [ + { + "bbox": [ + 105, + 551, + 506, + 566 + ], + "spans": [ + { + "bbox": [ + 105, + 551, + 145, + 566 + ], + "score": 1.0, + "content": "for every", + "type": "text" + }, + { + "bbox": [ + 145, + 553, + 193, + 564 + ], + "score": 0.95, + "content": "1 \\leq k \\leq d _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 193, + 551, + 288, + 566 + ], + "score": 1.0, + "content": ". From the definition of", + "type": "text" + }, + { + "bbox": [ + 289, + 553, + 297, + 563 + ], + "score": 0.83, + "content": "S", + "type": "inline_equation" + }, + { + "bbox": [ + 297, + 551, + 355, + 566 + ], + "score": 1.0, + "content": "we must have", + "type": "text" + }, + { + "bbox": [ + 355, + 553, + 385, + 564 + ], + "score": 0.9, + "content": "v _ { n } \\neq 0", + "type": "inline_equation" + }, + { + "bbox": [ + 385, + 551, + 425, + 566 + ], + "score": 1.0, + "content": "for every", + "type": "text" + }, + { + "bbox": [ + 425, + 553, + 475, + 565 + ], + "score": 0.92, + "content": "1 \\leq n \\leq | S |", + "type": "inline_equation" + }, + { + "bbox": [ + 476, + 551, + 506, + 566 + ], + "score": 1.0, + "content": ". Since", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 107, + 563, + 505, + 577 + ], + "spans": [ + { + "bbox": [ + 107, + 566, + 166, + 576 + ], + "score": 0.92, + "content": "\\mathbf { } a _ { 1 } , \\mathbf { } a _ { 2 } , . . . , \\mathbf { } a _ { d _ { S } }", + "type": "inline_equation" + }, + { + "bbox": [ + 167, + 563, + 315, + 577 + ], + "score": 1.0, + "content": "are linearly independent, the rows of", + "type": "text" + }, + { + "bbox": [ + 315, + 564, + 412, + 576 + ], + "score": 0.86, + "content": "\\mathbf { A } _ { d _ { S } } = [ \\pmb { a } _ { 1 } , \\pmb { a } _ { 2 } , . . . , \\pmb { a } _ { d _ { S } } ]", + "type": "inline_equation" + }, + { + "bbox": [ + 412, + 563, + 440, + 577 + ], + "score": 1.0, + "content": "span a", + "type": "text" + }, + { + "bbox": [ + 441, + 565, + 452, + 575 + ], + "score": 0.85, + "content": "d _ { S }", + "type": "inline_equation" + }, + { + "bbox": [ + 452, + 563, + 505, + 577 + ], + "score": 1.0, + "content": "-dimensional", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 104, + 573, + 506, + 589 + ], + "spans": [ + { + "bbox": [ + 104, + 573, + 289, + 589 + ], + "score": 1.0, + "content": "space. Therefore, it is possible to find a matrix", + "type": "text" + }, + { + "bbox": [ + 289, + 576, + 299, + 585 + ], + "score": 0.69, + "content": "\\mathbf { R }", + "type": "inline_equation" + }, + { + "bbox": [ + 300, + 573, + 338, + 589 + ], + "score": 1.0, + "content": "such that", + "type": "text" + }, + { + "bbox": [ + 338, + 576, + 475, + 587 + ], + "score": 0.84, + "content": "\\mathbf { R } \\mathbf { A } _ { d _ { S } } = [ \\mathbf { I } _ { d _ { S } \\times d _ { S } } , 0 _ { d _ { S } \\times ( d _ { 1 } - d _ { S } ) } ] ^ { \\top }", + "type": "inline_equation" + }, + { + "bbox": [ + 475, + 573, + 506, + 589 + ], + "score": 1.0, + "content": ", where", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 107, + 586, + 505, + 599 + ], + "spans": [ + { + "bbox": [ + 107, + 587, + 126, + 599 + ], + "score": 0.91, + "content": "0 _ { i \\times j }", + "type": "inline_equation" + }, + { + "bbox": [ + 126, + 586, + 241, + 599 + ], + "score": 1.0, + "content": "is the all zeros matrix with", + "type": "text" + }, + { + "bbox": [ + 241, + 587, + 246, + 596 + ], + "score": 0.75, + "content": "i", + "type": "inline_equation" + }, + { + "bbox": [ + 246, + 586, + 303, + 599 + ], + "score": 1.0, + "content": "columns and", + "type": "text" + }, + { + "bbox": [ + 303, + 587, + 309, + 598 + ], + "score": 0.83, + "content": "j", + "type": "inline_equation" + }, + { + "bbox": [ + 309, + 586, + 398, + 599 + ], + "score": 1.0, + "content": "rows. Consider now", + "type": "text" + }, + { + "bbox": [ + 398, + 587, + 438, + 597 + ], + "score": 0.84, + "content": "\\mathbf { A } _ { S } \\circ \\mathbf { X } _ { S }", + "type": "inline_equation" + }, + { + "bbox": [ + 438, + 586, + 505, + 599 + ], + "score": 1.0, + "content": ", i.e., the matrix", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 596, + 505, + 609 + ], + "spans": [ + { + "bbox": [ + 105, + 596, + 225, + 609 + ], + "score": 1.0, + "content": "composed of the columns of", + "type": "text" + }, + { + "bbox": [ + 225, + 597, + 253, + 607 + ], + "score": 0.88, + "content": "\\mathbf { A } \\circ \\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 254, + 596, + 266, + 609 + ], + "score": 1.0, + "content": "in", + "type": "text" + }, + { + "bbox": [ + 266, + 597, + 273, + 607 + ], + "score": 0.78, + "content": "S", + "type": "inline_equation" + }, + { + "bbox": [ + 273, + 596, + 320, + 609 + ], + "score": 1.0, + "content": ". Applying", + "type": "text" + }, + { + "bbox": [ + 320, + 597, + 380, + 609 + ], + "score": 0.91, + "content": "\\mathbf { R } ^ { \\prime } = \\mathbf { R } \\otimes \\mathbf { I } _ { d _ { 0 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 380, + 596, + 392, + 609 + ], + "score": 1.0, + "content": "to", + "type": "text" + }, + { + "bbox": [ + 393, + 597, + 432, + 608 + ], + "score": 0.9, + "content": "\\mathbf { A } _ { S } \\circ \\mathbf { X } _ { S }", + "type": "inline_equation" + }, + { + "bbox": [ + 432, + 596, + 505, + 609 + ], + "score": 1.0, + "content": ", turns (12.2) into", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 107, + 608, + 328, + 621 + ], + "spans": [ + { + "bbox": [ + 107, + 608, + 128, + 619 + ], + "score": 0.9, + "content": "d _ { 0 } d _ { S }", + "type": "inline_equation" + }, + { + "bbox": [ + 129, + 608, + 233, + 621 + ], + "score": 1.0, + "content": "equations in the variables", + "type": "text" + }, + { + "bbox": [ + 234, + 610, + 276, + 621 + ], + "score": 0.91, + "content": "v _ { 1 } , . . . , v _ { | S | }", + "type": "inline_equation" + }, + { + "bbox": [ + 276, + 608, + 328, + 621 + ], + "score": 1.0, + "content": ", of the form", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 28.5 + }, + { + "type": "interline_equation", + "bbox": [ + 243, + 625, + 368, + 662 + ], + "lines": [ + { + "bbox": [ + 243, + 625, + 368, + 662 + ], + "spans": [ + { + "bbox": [ + 243, + 625, + 368, + 662 + ], + "score": 0.94, + "content": "v _ { k } \\mathbf { x } _ { k } + \\sum _ { n = d _ { S } + 1 } ^ { | S | } v _ { n } { \\tilde { a } } _ { k , n } \\mathbf { x } _ { n } = 0", + "type": "interline_equation", + "image_path": "4a246a95c624c7b3cb13895d8563162746724ae3124e0d90a5fb0058d85abc2d.jpg" + } + ] + } + ], + "index": 32.5, + "virtual_lines": [ + { + "bbox": [ + 243, + 625, + 368, + 643.5 + ], + "spans": [], + "index": 32 + }, + { + "bbox": [ + 243, + 643.5, + 368, + 662.0 + ], + "spans": [], + "index": 33 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 665, + 506, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 665, + 505, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 665, + 146, + 678 + ], + "score": 1.0, + "content": "for every", + "type": "text" + }, + { + "bbox": [ + 146, + 666, + 198, + 677 + ], + "score": 0.91, + "content": "1 \\leq k \\leq d _ { S }", + "type": "inline_equation" + }, + { + "bbox": [ + 198, + 665, + 356, + 678 + ], + "score": 1.0, + "content": ". We prove by induction that for every", + "type": "text" + }, + { + "bbox": [ + 357, + 666, + 408, + 677 + ], + "score": 0.91, + "content": "1 \\leq d \\leq d _ { S }", + "type": "inline_equation" + }, + { + "bbox": [ + 408, + 665, + 446, + 678 + ], + "score": 1.0, + "content": ", the first", + "type": "text" + }, + { + "bbox": [ + 446, + 666, + 462, + 677 + ], + "score": 0.89, + "content": "d _ { 0 } d", + "type": "inline_equation" + }, + { + "bbox": [ + 463, + 665, + 505, + 678 + ], + "score": 1.0, + "content": "equations", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 677, + 505, + 690 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 320, + 690 + ], + "score": 1.0, + "content": "are linearly independent, except for a set of matrices", + "type": "text" + }, + { + "bbox": [ + 320, + 678, + 329, + 687 + ], + "score": 0.72, + "content": "\\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 330, + 677, + 505, + 690 + ], + "score": 1.0, + "content": "of measure 0. This will immediately imply", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 107, + 687, + 506, + 700 + ], + "spans": [ + { + "bbox": [ + 107, + 687, + 157, + 700 + ], + "score": 0.92, + "content": "| S | > d _ { S } \\dot { d } _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 158, + 687, + 310, + 700 + ], + "score": 1.0, + "content": ", or else eq. 12.2 cannot be true for", + "type": "text" + }, + { + "bbox": [ + 311, + 688, + 339, + 699 + ], + "score": 0.89, + "content": "\\mathbf { v } \\neq 0", + "type": "inline_equation" + }, + { + "bbox": [ + 339, + 687, + 506, + 700 + ], + "score": 1.0, + "content": ". which will contradict our assumption,", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 699, + 506, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 506, + 711 + ], + "score": 1.0, + "content": "as required. The induction can be viewed as carrying out Gaussian elimination of the system of", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 709, + 504, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 494, + 722 + ], + "score": 1.0, + "content": "equations described by (12.3), where in each elimination step we characterize the set of matrices", + "type": "text" + }, + { + "bbox": [ + 495, + 710, + 504, + 720 + ], + "score": 0.49, + "content": "\\mathbf { X }", + "type": "inline_equation" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 721, + 368, + 732 + ], + "spans": [ + { + "bbox": [ + 105, + 721, + 368, + 732 + ], + "score": 1.0, + "content": "that for which that step is impossible, and show it has measure 0.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 36.5 + } + ], + "page_idx": 19, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 26, + 308, + 38 + ], + "lines": [ + { + "bbox": [ + 107, + 25, + 308, + 39 + ], + "spans": [ + { + "bbox": [ + 107, + 25, + 308, + 39 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 298, + 749, + 313, + 764 + ], + "spans": [ + { + "bbox": [ + 298, + 749, + 313, + 764 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 15, + "width": 15 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "title", + "bbox": [ + 107, + 78, + 151, + 95 + ], + "lines": [ + { + "bbox": [ + 104, + 79, + 153, + 96 + ], + "spans": [ + { + "bbox": [ + 104, + 79, + 153, + 96 + ], + "score": 1.0, + "content": "Part II", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "title", + "bbox": [ + 107, + 102, + 336, + 125 + ], + "lines": [ + { + "bbox": [ + 105, + 101, + 337, + 126 + ], + "spans": [ + { + "bbox": [ + 105, + 101, + 337, + 126 + ], + "score": 1.0, + "content": "Proofs of technical results", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 1 + }, + { + "type": "text", + "bbox": [ + 106, + 141, + 329, + 154 + ], + "lines": [ + { + "bbox": [ + 106, + 141, + 330, + 155 + ], + "spans": [ + { + "bbox": [ + 106, + 141, + 330, + 155 + ], + "score": 1.0, + "content": "In this part we prove the technical results used in part I.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 2, + "bbox_fs": [ + 106, + 141, + 330, + 155 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 169, + 506, + 209 + ], + "lines": [ + { + "bbox": [ + 107, + 169, + 443, + 183 + ], + "spans": [ + { + "bbox": [ + 107, + 169, + 126, + 182 + ], + "score": 1.0, + "content": "12", + "type": "text" + }, + { + "bbox": [ + 130, + 169, + 443, + 183 + ], + "score": 1.0, + "content": "UPPER BOUNDING THE ANGULAR VOLUME OF SUB-OPTIMAL", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 131, + 184, + 505, + 196 + ], + "spans": [ + { + "bbox": [ + 131, + 184, + 505, + 196 + ], + "score": 1.0, + "content": "DIFFERENTIABLE LOCAL MINIMA: PROOFS OF LEMMAS USED IN SECTION", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 131, + 196, + 141, + 210 + ], + "spans": [ + { + "bbox": [ + 131, + 196, + 141, + 210 + ], + "score": 1.0, + "content": "8", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4, + "bbox_fs": [ + 107, + 169, + 505, + 210 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 221, + 230, + 233 + ], + "lines": [ + { + "bbox": [ + 106, + 220, + 231, + 235 + ], + "spans": [ + { + "bbox": [ + 106, + 220, + 231, + 235 + ], + "score": 1.0, + "content": "12.1 PROOF OF LEMMA 14", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 6 + }, + { + "type": "text", + "bbox": [ + 105, + 241, + 477, + 268 + ], + "lines": [ + { + "bbox": [ + 106, + 241, + 476, + 255 + ], + "spans": [ + { + "bbox": [ + 106, + 241, + 476, + 255 + ], + "score": 1.0, + "content": "In this section we will prove Lemma 14 in subsection 12.3.3. Recall the following definition", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 256, + 185, + 269 + ], + "spans": [ + { + "bbox": [ + 106, + 256, + 185, + 269 + ], + "score": 1.0, + "content": "Definition 26. Let", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7.5, + "bbox_fs": [ + 106, + 241, + 476, + 269 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 223, + 273, + 387, + 287 + ], + "lines": [ + { + "bbox": [ + 223, + 273, + 387, + 287 + ], + "spans": [ + { + "bbox": [ + 223, + 273, + 387, + 287 + ], + "score": 0.9, + "content": "{ \\bf A } = [ { \\pmb a } _ { 1 } , \\ldots , { \\pmb a } _ { N } ] \\ ; \\ { \\bf X } = [ { \\pmb x } _ { 1 } , \\ldots , { \\pmb x } _ { N } ] ,", + "type": "interline_equation", + "image_path": "331ff2f543779ae800d15425c08fef97cf3f06a106c32ad743dcd3f82ed2c481.jpg" + } + ] + } + ], + "index": 9, + "virtual_lines": [ + { + "bbox": [ + 223, + 273, + 387, + 287 + ], + "spans": [], + "index": 9 + } + ] + }, + { + "type": "text", + "bbox": [ + 102, + 291, + 505, + 315 + ], + "lines": [ + { + "bbox": [ + 105, + 289, + 506, + 305 + ], + "spans": [ + { + "bbox": [ + 105, + 289, + 133, + 305 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 291, + 184, + 303 + ], + "score": 0.92, + "content": "\\mathbf { X } \\in \\mathbb { R } ^ { d _ { 0 } \\times N }", + "type": "inline_equation" + }, + { + "bbox": [ + 184, + 289, + 202, + 305 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 202, + 291, + 253, + 303 + ], + "score": 0.92, + "content": "\\mathbf { A } \\in \\mathbb { R } ^ { d _ { 1 } \\times N }", + "type": "inline_equation" + }, + { + "bbox": [ + 253, + 289, + 506, + 305 + ], + "score": 1.0, + "content": ". The Khatari-Rao product between the two matrices is defined", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 304, + 118, + 316 + ], + "spans": [ + { + "bbox": [ + 105, + 304, + 118, + 316 + ], + "score": 1.0, + "content": "as", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10.5, + "bbox_fs": [ + 105, + 289, + 506, + 316 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 212, + 317, + 399, + 385 + ], + "lines": [ + { + "bbox": [ + 212, + 317, + 399, + 385 + ], + "spans": [ + { + "bbox": [ + 212, + 317, + 399, + 385 + ], + "score": 0.94, + "content": "\\begin{array} { r l } { \\mathbf { A } \\circ \\mathbf { X } } & { \\triangleq } & { \\left[ \\pmb { a } _ { 1 } \\otimes \\mathbf { x } _ { 1 } , \\pmb { a } _ { 2 } \\otimes \\mathbf { x } _ { 2 } , . . . \\pmb { a } _ { N } \\otimes \\mathbf { x } _ { N } \\right] } \\\\ & { = } & { \\left( \\begin{array} { c c c } { a _ { 1 1 } \\mathbf { x } _ { 1 } } & { a _ { 1 2 } \\mathbf { x } _ { 2 } } & { . . . } \\\\ { a _ { 2 1 } \\mathbf { x } _ { 1 } } & { a _ { 2 2 } \\mathbf { x } _ { 2 } } & { \\ddots } \\\\ { \\vdots } & { \\ddots } & { \\ddots } \\end{array} \\right) . } \\end{array}", + "type": "interline_equation", + "image_path": "6b03bf222e0a853578cc407ae3fdaef4f1c40d92cfe079d8042e9c75e965e61c.jpg" + } + ] + } + ], + "index": 13.5, + "virtual_lines": [ + { + "bbox": [ + 212, + 317, + 399, + 334.0 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 212, + 334.0, + 399, + 351.0 + ], + "spans": [], + "index": 13 + }, + { + "bbox": [ + 212, + 351.0, + 399, + 368.0 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 212, + 368.0, + 399, + 385.0 + ], + "spans": [], + "index": 15 + } + ] + }, + { + "type": "text", + "bbox": [ + 104, + 389, + 506, + 414 + ], + "lines": [ + { + "bbox": [ + 104, + 385, + 508, + 406 + ], + "spans": [ + { + "bbox": [ + 104, + 385, + 255, + 406 + ], + "score": 1.0, + "content": "Lemma 27. (Lemma 14 restated) Let", + "type": "text" + }, + { + "bbox": [ + 255, + 390, + 305, + 402 + ], + "score": 0.89, + "content": "\\mathbf { X } \\in \\mathbb { R } ^ { d _ { 0 } \\times N }", + "type": "inline_equation" + }, + { + "bbox": [ + 306, + 385, + 309, + 406 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 309, + 389, + 376, + 403 + ], + "score": 0.86, + "content": "\\mathbf { A } \\in \\{ \\rho , 1 \\} ^ { d _ { 1 } \\times N }", + "type": "inline_equation" + }, + { + "bbox": [ + 377, + 385, + 381, + 406 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 381, + 390, + 417, + 403 + ], + "score": 0.83, + "content": "S \\subset [ N ]", + "type": "inline_equation" + }, + { + "bbox": [ + 417, + 385, + 435, + 406 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 435, + 392, + 478, + 403 + ], + "score": 0.91, + "content": "d _ { 0 } d _ { 1 } \\geq N", + "type": "inline_equation" + }, + { + "bbox": [ + 478, + 385, + 508, + 406 + ], + "score": 1.0, + "content": ". Then,", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 402, + 319, + 415 + ], + "spans": [ + { + "bbox": [ + 105, + 402, + 271, + 415 + ], + "score": 1.0, + "content": "simultaneously for every possible A and", + "type": "text" + }, + { + "bbox": [ + 271, + 403, + 279, + 412 + ], + "score": 0.8, + "content": "S", + "type": "inline_equation" + }, + { + "bbox": [ + 279, + 402, + 319, + 415 + ], + "score": 1.0, + "content": "such that", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 16.5, + "bbox_fs": [ + 104, + 385, + 508, + 415 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 261, + 418, + 348, + 432 + ], + "lines": [ + { + "bbox": [ + 261, + 418, + 348, + 432 + ], + "spans": [ + { + "bbox": [ + 261, + 418, + 348, + 432 + ], + "score": 0.9, + "content": "\\left. S \\right. \\leq \\mathrm { r a n k } \\left( { \\bf A } _ { S } \\right) d _ { 0 } ,", + "type": "interline_equation", + "image_path": "1e38cae94396787c732a3790bc0b443713c44fea948bca616575253ccb971463.jpg" + } + ] + } + ], + "index": 18, + "virtual_lines": [ + { + "bbox": [ + 261, + 418, + 348, + 432 + ], + "spans": [], + "index": 18 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 435, + 420, + 448 + ], + "lines": [ + { + "bbox": [ + 105, + 434, + 417, + 450 + ], + "spans": [ + { + "bbox": [ + 105, + 434, + 193, + 450 + ], + "score": 1.0, + "content": "we have that, X-a.e.,", + "type": "text" + }, + { + "bbox": [ + 193, + 435, + 233, + 448 + ], + "score": 0.75, + "content": "\\mathbf { \\Delta } \\nexists \\mathbf { v } \\in \\mathbb { R } ^ { N }", + "type": "inline_equation" + }, + { + "bbox": [ + 233, + 434, + 273, + 450 + ], + "score": 1.0, + "content": "such that", + "type": "text" + }, + { + "bbox": [ + 273, + 436, + 335, + 448 + ], + "score": 0.9, + "content": "v _ { n } \\neq 0 \\forall n \\in S", + "type": "inline_equation" + }, + { + "bbox": [ + 336, + 434, + 355, + 450 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 355, + 436, + 417, + 448 + ], + "score": 0.74, + "content": "( \\mathbf { A } \\circ \\mathbf { X } ) \\mathbf { v } = 0", + "type": "inline_equation" + } + ], + "index": 19 + } + ], + "index": 19, + "bbox_fs": [ + 105, + 434, + 417, + 450 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 460, + 504, + 510 + ], + "lines": [ + { + "bbox": [ + 103, + 460, + 506, + 477 + ], + "spans": [ + { + "bbox": [ + 103, + 460, + 223, + 477 + ], + "score": 1.0, + "content": "Proof. We examine specific", + "type": "text" + }, + { + "bbox": [ + 224, + 460, + 293, + 475 + ], + "score": 0.94, + "content": "\\mathbf { A } \\in \\{ \\rho , 1 \\} ^ { d _ { 1 } \\times N }", + "type": "inline_equation" + }, + { + "bbox": [ + 293, + 460, + 312, + 477 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 312, + 462, + 349, + 475 + ], + "score": 0.92, + "content": "S \\subset [ N ]", + "type": "inline_equation" + }, + { + "bbox": [ + 349, + 460, + 410, + 477 + ], + "score": 1.0, + "content": ", and such that", + "type": "text" + }, + { + "bbox": [ + 411, + 462, + 459, + 475 + ], + "score": 0.92, + "content": "| S | \\le d _ { S } d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 459, + 460, + 506, + 477 + ], + "score": 1.0, + "content": ", where we", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 473, + 506, + 489 + ], + "spans": [ + { + "bbox": [ + 105, + 473, + 139, + 489 + ], + "score": 1.0, + "content": "defined", + "type": "text" + }, + { + "bbox": [ + 140, + 474, + 210, + 487 + ], + "score": 0.78, + "content": "d _ { S } \\triangleq \\operatorname { r a n k } \\left( \\mathbf { A } _ { S } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 210, + 473, + 282, + 489 + ], + "score": 1.0, + "content": ". We assume that", + "type": "text" + }, + { + "bbox": [ + 282, + 475, + 315, + 486 + ], + "score": 0.91, + "content": "d _ { S } \\geq 1", + "type": "inline_equation" + }, + { + "bbox": [ + 315, + 473, + 506, + 489 + ], + "score": 1.0, + "content": ", since otherwise the proof is trivial. Also, we", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 485, + 506, + 499 + ], + "spans": [ + { + "bbox": [ + 105, + 485, + 226, + 499 + ], + "score": 1.0, + "content": "assume by contradiction that", + "type": "text" + }, + { + "bbox": [ + 226, + 486, + 265, + 496 + ], + "score": 0.91, + "content": "\\exists \\mathbf { v } \\in \\mathbb { R } ^ { N }", + "type": "inline_equation" + }, + { + "bbox": [ + 266, + 485, + 306, + 499 + ], + "score": 1.0, + "content": "such that", + "type": "text" + }, + { + "bbox": [ + 306, + 486, + 364, + 497 + ], + "score": 0.91, + "content": "v _ { i } \\neq 0 \\forall i \\in S", + "type": "inline_equation" + }, + { + "bbox": [ + 364, + 485, + 383, + 499 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 383, + 486, + 445, + 498 + ], + "score": 0.9, + "content": "( \\mathbf { A } \\circ \\mathbf { X } ) \\mathbf { v } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 445, + 485, + 506, + 499 + ], + "score": 1.0, + "content": ". Without loss", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 497, + 505, + 510 + ], + "spans": [ + { + "bbox": [ + 106, + 497, + 209, + 510 + ], + "score": 1.0, + "content": "of generality, assume that", + "type": "text" + }, + { + "bbox": [ + 210, + 497, + 284, + 509 + ], + "score": 0.93, + "content": "S = \\{ 1 , 2 , . . . , | S | \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 285, + 497, + 320, + 510 + ], + "score": 1.0, + "content": "and that", + "type": "text" + }, + { + "bbox": [ + 320, + 499, + 380, + 509 + ], + "score": 0.91, + "content": "\\mathbf { } a _ { 1 } , \\mathbf { } a _ { 2 } , . . . , \\mathbf { } a _ { d _ { S } }", + "type": "inline_equation" + }, + { + "bbox": [ + 380, + 497, + 505, + 510 + ], + "score": 1.0, + "content": "are linearly independent. Then", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 21.5, + "bbox_fs": [ + 103, + 460, + 506, + 510 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 240, + 513, + 373, + 549 + ], + "lines": [ + { + "bbox": [ + 240, + 513, + 373, + 549 + ], + "spans": [ + { + "bbox": [ + 240, + 513, + 373, + 549 + ], + "score": 0.95, + "content": "( \\mathbf { A } \\circ \\mathbf { X } ) \\mathbf { v } = \\sum _ { n = 1 } ^ { | S | } v _ { n } a _ { k , n } \\mathbf { x } _ { n } = 0", + "type": "interline_equation", + "image_path": "43fc4ea2aafe35eaa4064faf92f08d348fce5085b2a8785c524cefd329e42d22.jpg" + } + ] + } + ], + "index": 24.5, + "virtual_lines": [ + { + "bbox": [ + 240, + 513, + 373, + 531.0 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 240, + 531.0, + 373, + 549.0 + ], + "spans": [], + "index": 25 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 552, + 505, + 621 + ], + "lines": [ + { + "bbox": [ + 105, + 551, + 506, + 566 + ], + "spans": [ + { + "bbox": [ + 105, + 551, + 145, + 566 + ], + "score": 1.0, + "content": "for every", + "type": "text" + }, + { + "bbox": [ + 145, + 553, + 193, + 564 + ], + "score": 0.95, + "content": "1 \\leq k \\leq d _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 193, + 551, + 288, + 566 + ], + "score": 1.0, + "content": ". From the definition of", + "type": "text" + }, + { + "bbox": [ + 289, + 553, + 297, + 563 + ], + "score": 0.83, + "content": "S", + "type": "inline_equation" + }, + { + "bbox": [ + 297, + 551, + 355, + 566 + ], + "score": 1.0, + "content": "we must have", + "type": "text" + }, + { + "bbox": [ + 355, + 553, + 385, + 564 + ], + "score": 0.9, + "content": "v _ { n } \\neq 0", + "type": "inline_equation" + }, + { + "bbox": [ + 385, + 551, + 425, + 566 + ], + "score": 1.0, + "content": "for every", + "type": "text" + }, + { + "bbox": [ + 425, + 553, + 475, + 565 + ], + "score": 0.92, + "content": "1 \\leq n \\leq | S |", + "type": "inline_equation" + }, + { + "bbox": [ + 476, + 551, + 506, + 566 + ], + "score": 1.0, + "content": ". Since", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 107, + 563, + 505, + 577 + ], + "spans": [ + { + "bbox": [ + 107, + 566, + 166, + 576 + ], + "score": 0.92, + "content": "\\mathbf { } a _ { 1 } , \\mathbf { } a _ { 2 } , . . . , \\mathbf { } a _ { d _ { S } }", + "type": "inline_equation" + }, + { + "bbox": [ + 167, + 563, + 315, + 577 + ], + "score": 1.0, + "content": "are linearly independent, the rows of", + "type": "text" + }, + { + "bbox": [ + 315, + 564, + 412, + 576 + ], + "score": 0.86, + "content": "\\mathbf { A } _ { d _ { S } } = [ \\pmb { a } _ { 1 } , \\pmb { a } _ { 2 } , . . . , \\pmb { a } _ { d _ { S } } ]", + "type": "inline_equation" + }, + { + "bbox": [ + 412, + 563, + 440, + 577 + ], + "score": 1.0, + "content": "span a", + "type": "text" + }, + { + "bbox": [ + 441, + 565, + 452, + 575 + ], + "score": 0.85, + "content": "d _ { S }", + "type": "inline_equation" + }, + { + "bbox": [ + 452, + 563, + 505, + 577 + ], + "score": 1.0, + "content": "-dimensional", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 104, + 573, + 506, + 589 + ], + "spans": [ + { + "bbox": [ + 104, + 573, + 289, + 589 + ], + "score": 1.0, + "content": "space. Therefore, it is possible to find a matrix", + "type": "text" + }, + { + "bbox": [ + 289, + 576, + 299, + 585 + ], + "score": 0.69, + "content": "\\mathbf { R }", + "type": "inline_equation" + }, + { + "bbox": [ + 300, + 573, + 338, + 589 + ], + "score": 1.0, + "content": "such that", + "type": "text" + }, + { + "bbox": [ + 338, + 576, + 475, + 587 + ], + "score": 0.84, + "content": "\\mathbf { R } \\mathbf { A } _ { d _ { S } } = [ \\mathbf { I } _ { d _ { S } \\times d _ { S } } , 0 _ { d _ { S } \\times ( d _ { 1 } - d _ { S } ) } ] ^ { \\top }", + "type": "inline_equation" + }, + { + "bbox": [ + 475, + 573, + 506, + 589 + ], + "score": 1.0, + "content": ", where", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 107, + 586, + 505, + 599 + ], + "spans": [ + { + "bbox": [ + 107, + 587, + 126, + 599 + ], + "score": 0.91, + "content": "0 _ { i \\times j }", + "type": "inline_equation" + }, + { + "bbox": [ + 126, + 586, + 241, + 599 + ], + "score": 1.0, + "content": "is the all zeros matrix with", + "type": "text" + }, + { + "bbox": [ + 241, + 587, + 246, + 596 + ], + "score": 0.75, + "content": "i", + "type": "inline_equation" + }, + { + "bbox": [ + 246, + 586, + 303, + 599 + ], + "score": 1.0, + "content": "columns and", + "type": "text" + }, + { + "bbox": [ + 303, + 587, + 309, + 598 + ], + "score": 0.83, + "content": "j", + "type": "inline_equation" + }, + { + "bbox": [ + 309, + 586, + 398, + 599 + ], + "score": 1.0, + "content": "rows. Consider now", + "type": "text" + }, + { + "bbox": [ + 398, + 587, + 438, + 597 + ], + "score": 0.84, + "content": "\\mathbf { A } _ { S } \\circ \\mathbf { X } _ { S }", + "type": "inline_equation" + }, + { + "bbox": [ + 438, + 586, + 505, + 599 + ], + "score": 1.0, + "content": ", i.e., the matrix", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 596, + 505, + 609 + ], + "spans": [ + { + "bbox": [ + 105, + 596, + 225, + 609 + ], + "score": 1.0, + "content": "composed of the columns of", + "type": "text" + }, + { + "bbox": [ + 225, + 597, + 253, + 607 + ], + "score": 0.88, + "content": "\\mathbf { A } \\circ \\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 254, + 596, + 266, + 609 + ], + "score": 1.0, + "content": "in", + "type": "text" + }, + { + "bbox": [ + 266, + 597, + 273, + 607 + ], + "score": 0.78, + "content": "S", + "type": "inline_equation" + }, + { + "bbox": [ + 273, + 596, + 320, + 609 + ], + "score": 1.0, + "content": ". Applying", + "type": "text" + }, + { + "bbox": [ + 320, + 597, + 380, + 609 + ], + "score": 0.91, + "content": "\\mathbf { R } ^ { \\prime } = \\mathbf { R } \\otimes \\mathbf { I } _ { d _ { 0 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 380, + 596, + 392, + 609 + ], + "score": 1.0, + "content": "to", + "type": "text" + }, + { + "bbox": [ + 393, + 597, + 432, + 608 + ], + "score": 0.9, + "content": "\\mathbf { A } _ { S } \\circ \\mathbf { X } _ { S }", + "type": "inline_equation" + }, + { + "bbox": [ + 432, + 596, + 505, + 609 + ], + "score": 1.0, + "content": ", turns (12.2) into", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 107, + 608, + 328, + 621 + ], + "spans": [ + { + "bbox": [ + 107, + 608, + 128, + 619 + ], + "score": 0.9, + "content": "d _ { 0 } d _ { S }", + "type": "inline_equation" + }, + { + "bbox": [ + 129, + 608, + 233, + 621 + ], + "score": 1.0, + "content": "equations in the variables", + "type": "text" + }, + { + "bbox": [ + 234, + 610, + 276, + 621 + ], + "score": 0.91, + "content": "v _ { 1 } , . . . , v _ { | S | }", + "type": "inline_equation" + }, + { + "bbox": [ + 276, + 608, + 328, + 621 + ], + "score": 1.0, + "content": ", of the form", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 28.5, + "bbox_fs": [ + 104, + 551, + 506, + 621 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 243, + 625, + 368, + 662 + ], + "lines": [ + { + "bbox": [ + 243, + 625, + 368, + 662 + ], + "spans": [ + { + "bbox": [ + 243, + 625, + 368, + 662 + ], + "score": 0.94, + "content": "v _ { k } \\mathbf { x } _ { k } + \\sum _ { n = d _ { S } + 1 } ^ { | S | } v _ { n } { \\tilde { a } } _ { k , n } \\mathbf { x } _ { n } = 0", + "type": "interline_equation", + "image_path": "4a246a95c624c7b3cb13895d8563162746724ae3124e0d90a5fb0058d85abc2d.jpg" + } + ] + } + ], + "index": 32.5, + "virtual_lines": [ + { + "bbox": [ + 243, + 625, + 368, + 643.5 + ], + "spans": [], + "index": 32 + }, + { + "bbox": [ + 243, + 643.5, + 368, + 662.0 + ], + "spans": [], + "index": 33 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 665, + 506, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 665, + 505, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 665, + 146, + 678 + ], + "score": 1.0, + "content": "for every", + "type": "text" + }, + { + "bbox": [ + 146, + 666, + 198, + 677 + ], + "score": 0.91, + "content": "1 \\leq k \\leq d _ { S }", + "type": "inline_equation" + }, + { + "bbox": [ + 198, + 665, + 356, + 678 + ], + "score": 1.0, + "content": ". We prove by induction that for every", + "type": "text" + }, + { + "bbox": [ + 357, + 666, + 408, + 677 + ], + "score": 0.91, + "content": "1 \\leq d \\leq d _ { S }", + "type": "inline_equation" + }, + { + "bbox": [ + 408, + 665, + 446, + 678 + ], + "score": 1.0, + "content": ", the first", + "type": "text" + }, + { + "bbox": [ + 446, + 666, + 462, + 677 + ], + "score": 0.89, + "content": "d _ { 0 } d", + "type": "inline_equation" + }, + { + "bbox": [ + 463, + 665, + 505, + 678 + ], + "score": 1.0, + "content": "equations", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 677, + 505, + 690 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 320, + 690 + ], + "score": 1.0, + "content": "are linearly independent, except for a set of matrices", + "type": "text" + }, + { + "bbox": [ + 320, + 678, + 329, + 687 + ], + "score": 0.72, + "content": "\\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 330, + 677, + 505, + 690 + ], + "score": 1.0, + "content": "of measure 0. This will immediately imply", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 107, + 687, + 506, + 700 + ], + "spans": [ + { + "bbox": [ + 107, + 687, + 157, + 700 + ], + "score": 0.92, + "content": "| S | > d _ { S } \\dot { d } _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 158, + 687, + 310, + 700 + ], + "score": 1.0, + "content": ", or else eq. 12.2 cannot be true for", + "type": "text" + }, + { + "bbox": [ + 311, + 688, + 339, + 699 + ], + "score": 0.89, + "content": "\\mathbf { v } \\neq 0", + "type": "inline_equation" + }, + { + "bbox": [ + 339, + 687, + 506, + 700 + ], + "score": 1.0, + "content": ". which will contradict our assumption,", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 699, + 506, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 506, + 711 + ], + "score": 1.0, + "content": "as required. The induction can be viewed as carrying out Gaussian elimination of the system of", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 709, + 504, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 494, + 722 + ], + "score": 1.0, + "content": "equations described by (12.3), where in each elimination step we characterize the set of matrices", + "type": "text" + }, + { + "bbox": [ + 495, + 710, + 504, + 720 + ], + "score": 0.49, + "content": "\\mathbf { X }", + "type": "inline_equation" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 721, + 368, + 732 + ], + "spans": [ + { + "bbox": [ + 105, + 721, + 368, + 732 + ], + "score": 1.0, + "content": "that for which that step is impossible, and show it has measure 0.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 36.5, + "bbox_fs": [ + 105, + 665, + 506, + 732 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 80, + 505, + 144 + ], + "lines": [ + { + "bbox": [ + 100, + 72, + 511, + 104 + ], + "spans": [ + { + "bbox": [ + 100, + 72, + 124, + 104 + ], + "score": 1.0, + "content": "For", + "type": "text" + }, + { + "bbox": [ + 124, + 83, + 152, + 93 + ], + "score": 0.9, + "content": "d = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 152, + 72, + 192, + 104 + ], + "score": 1.0, + "content": ", the first", + "type": "text" + }, + { + "bbox": [ + 192, + 83, + 203, + 94 + ], + "score": 0.88, + "content": "d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 203, + 72, + 268, + 104 + ], + "score": 1.0, + "content": "equations read", + "type": "text" + }, + { + "bbox": [ + 268, + 80, + 406, + 96 + ], + "score": 0.93, + "content": "\\begin{array} { r } { v _ { 1 } \\mathbf { x } _ { 1 } + \\sum _ { n = d _ { S } + 1 } ^ { | S | } v _ { n } \\tilde { a } _ { 1 , n } \\mathbf { x } _ { n } = 0 } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 407, + 72, + 453, + 104 + ], + "score": 1.0, + "content": ", and since", + "type": "text" + }, + { + "bbox": [ + 453, + 83, + 486, + 95 + ], + "score": 0.91, + "content": "v _ { 1 } \\neq 0", + "type": "inline_equation" + }, + { + "bbox": [ + 486, + 72, + 511, + 104 + ], + "score": 1.0, + "content": ", we", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 104, + 95, + 506, + 111 + ], + "spans": [ + { + "bbox": [ + 104, + 95, + 152, + 111 + ], + "score": 1.0, + "content": "must have", + "type": "text" + }, + { + "bbox": [ + 152, + 96, + 328, + 109 + ], + "score": 0.91, + "content": "\\mathbf { x } _ { 1 } \\in \\mathrm { S p a n } \\left\\{ \\widetilde { a } _ { 1 , d _ { S } + 1 } \\mathbf { x } _ { d _ { S } + 1 } , . . . , \\widetilde { a } _ { 1 , | S | } \\mathbf { x } _ { | S | } \\right\\}", + "type": "inline_equation" + }, + { + "bbox": [ + 328, + 95, + 506, + 111 + ], + "score": 1.0, + "content": ". However, except for a set of measure 0", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 108, + 506, + 122 + ], + "spans": [ + { + "bbox": [ + 106, + 108, + 168, + 122 + ], + "score": 1.0, + "content": "with respect to", + "type": "text" + }, + { + "bbox": [ + 169, + 111, + 181, + 120 + ], + "score": 0.82, + "content": "\\mathbf { x } _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 181, + 108, + 269, + 122 + ], + "score": 1.0, + "content": "(a linear subspace of", + "type": "text" + }, + { + "bbox": [ + 269, + 109, + 285, + 119 + ], + "score": 0.86, + "content": "\\mathbb { R } ^ { d _ { 0 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 286, + 108, + 391, + 122 + ], + "score": 1.0, + "content": "with dimension less than", + "type": "text" + }, + { + "bbox": [ + 391, + 110, + 402, + 120 + ], + "score": 0.81, + "content": "d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 403, + 108, + 506, + 122 + ], + "score": 1.0, + "content": "), this can only happen if", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 118, + 506, + 135 + ], + "spans": [ + { + "bbox": [ + 105, + 118, + 149, + 135 + ], + "score": 1.0, + "content": "dim Span", + "type": "text" + }, + { + "bbox": [ + 149, + 120, + 298, + 133 + ], + "score": 0.91, + "content": "\\left\\{ \\tilde { a } _ { 1 , d _ { S } + 1 } \\mathbf { x } _ { d _ { S } + 1 } , . . . , \\tilde { a } _ { 1 , | S | } \\mathbf { x } _ { | S | } \\right\\} = d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 298, + 118, + 363, + 135 + ], + "score": 1.0, + "content": ", which implies", + "type": "text" + }, + { + "bbox": [ + 363, + 120, + 467, + 132 + ], + "score": 0.9, + "content": "| S | \\ge d _ { S } - 1 + d _ { 0 } > d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 467, + 118, + 506, + 135 + ], + "score": 1.0, + "content": "and also", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 130, + 458, + 145 + ], + "spans": [ + { + "bbox": [ + 105, + 130, + 156, + 145 + ], + "score": 1.0, + "content": "that the first", + "type": "text" + }, + { + "bbox": [ + 157, + 133, + 167, + 142 + ], + "score": 0.87, + "content": "d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 168, + 130, + 352, + 145 + ], + "score": 1.0, + "content": "rows are linearly independent (since there are", + "type": "text" + }, + { + "bbox": [ + 353, + 132, + 363, + 142 + ], + "score": 0.88, + "content": "d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 363, + 130, + 458, + 145 + ], + "score": 1.0, + "content": "independent columns).", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 2 + }, + { + "type": "text", + "bbox": [ + 106, + 147, + 505, + 237 + ], + "lines": [ + { + "bbox": [ + 105, + 147, + 506, + 161 + ], + "spans": [ + { + "bbox": [ + 105, + 147, + 164, + 161 + ], + "score": 1.0, + "content": "For a general", + "type": "text" + }, + { + "bbox": [ + 165, + 149, + 171, + 158 + ], + "score": 0.78, + "content": "d", + "type": "inline_equation" + }, + { + "bbox": [ + 172, + 147, + 418, + 161 + ], + "score": 1.0, + "content": ", we begin by performing Gaussian elimination on the first", + "type": "text" + }, + { + "bbox": [ + 418, + 148, + 460, + 160 + ], + "score": 0.92, + "content": "( d - 1 ) d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 461, + 147, + 506, + 161 + ], + "score": 1.0, + "content": "equations,", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 104, + 158, + 506, + 173 + ], + "spans": [ + { + "bbox": [ + 104, + 158, + 201, + 173 + ], + "score": 1.0, + "content": "resulting in a new set of", + "type": "text" + }, + { + "bbox": [ + 202, + 161, + 212, + 170 + ], + "score": 0.85, + "content": "r _ { d }", + "type": "inline_equation" + }, + { + "bbox": [ + 213, + 158, + 506, + 173 + ], + "score": 1.0, + "content": "equations, such that every new equation contains one variable that appears", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 104, + 169, + 504, + 184 + ], + "spans": [ + { + "bbox": [ + 104, + 169, + 224, + 184 + ], + "score": 1.0, + "content": "in no other new equation. Let", + "type": "text" + }, + { + "bbox": [ + 225, + 171, + 234, + 180 + ], + "score": 0.82, + "content": "C", + "type": "inline_equation" + }, + { + "bbox": [ + 234, + 169, + 493, + 184 + ], + "score": 1.0, + "content": "be the set of the indices (equivalently, columns) of these variables", + "type": "text" + }, + { + "bbox": [ + 493, + 173, + 504, + 181 + ], + "score": 0.8, + "content": "r _ { d }", + "type": "inline_equation" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 180, + 504, + 195 + ], + "spans": [ + { + "bbox": [ + 105, + 180, + 322, + 195 + ], + "score": 1.0, + "content": "variables. From (12.3) it is clear none of the variables", + "type": "text" + }, + { + "bbox": [ + 322, + 183, + 388, + 193 + ], + "score": 0.86, + "content": "v _ { d } , v _ { d + 1 } , . . . , v _ { d _ { S } }", + "type": "inline_equation" + }, + { + "bbox": [ + 388, + 180, + 462, + 195 + ], + "score": 1.0, + "content": "appear in the first", + "type": "text" + }, + { + "bbox": [ + 462, + 181, + 504, + 193 + ], + "score": 0.91, + "content": "( d - 1 ) d _ { 0 }", + "type": "inline_equation" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 192, + 506, + 205 + ], + "spans": [ + { + "bbox": [ + 105, + 192, + 204, + 205 + ], + "score": 1.0, + "content": "equations, and therefore", + "type": "text" + }, + { + "bbox": [ + 204, + 192, + 335, + 204 + ], + "score": 0.91, + "content": "C \\subseteq S ^ { \\prime } = S \\setminus \\{ d , d + 1 , . . . , d _ { S } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 335, + 192, + 506, + 205 + ], + "score": 1.0, + "content": ". By our induction assumptions, except for", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 104, + 202, + 506, + 216 + ], + "spans": [ + { + "bbox": [ + 104, + 202, + 221, + 216 + ], + "score": 1.0, + "content": "a set of measure 0, the first", + "type": "text" + }, + { + "bbox": [ + 221, + 204, + 263, + 215 + ], + "score": 0.91, + "content": "( d - 1 ) d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 263, + 202, + 409, + 216 + ], + "score": 1.0, + "content": "are independent, which means that", + "type": "text" + }, + { + "bbox": [ + 410, + 203, + 503, + 215 + ], + "score": 0.93, + "content": "| C | = r _ { d } = ( d - 1 ) d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 202, + 506, + 216 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 213, + 504, + 226 + ], + "spans": [ + { + "bbox": [ + 105, + 213, + 311, + 226 + ], + "score": 1.0, + "content": "We now extend the Gaussian elimination to the next", + "type": "text" + }, + { + "bbox": [ + 311, + 214, + 322, + 225 + ], + "score": 0.88, + "content": "d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 322, + 213, + 495, + 226 + ], + "score": 1.0, + "content": "equations, and eliminate all the variables in", + "type": "text" + }, + { + "bbox": [ + 495, + 215, + 504, + 224 + ], + "score": 0.8, + "content": "C", + "type": "inline_equation" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 224, + 366, + 237 + ], + "spans": [ + { + "bbox": [ + 106, + 224, + 366, + 237 + ], + "score": 1.0, + "content": "from them. The result of the elimination can be written down as,", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 8.5 + }, + { + "type": "interline_equation", + "bbox": [ + 219, + 241, + 391, + 270 + ], + "lines": [ + { + "bbox": [ + 219, + 241, + 391, + 270 + ], + "spans": [ + { + "bbox": [ + 219, + 241, + 391, + 270 + ], + "score": 0.93, + "content": "v _ { d } \\mathbf { x } _ { d } + \\sum _ { n \\in S ^ { \\prime } \\backslash C } v _ { n } \\left( \\tilde { a } _ { d , n } \\mathbf { I } _ { d _ { 0 } } - \\mathbf { Y } \\right) \\mathbf { x } _ { n } = { 0 } ,", + "type": "interline_equation", + "image_path": "9bf56616592389d15d94c6c71d1c7f2b4aaee3be0edce76efacda4cc129fcfaf.jpg" + } + ] + } + ], + "index": 13, + "virtual_lines": [ + { + "bbox": [ + 219, + 241, + 391, + 270 + ], + "spans": [], + "index": 13 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 275, + 505, + 300 + ], + "lines": [ + { + "bbox": [ + 105, + 273, + 505, + 289 + ], + "spans": [ + { + "bbox": [ + 105, + 273, + 133, + 289 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 276, + 143, + 285 + ], + "score": 0.75, + "content": "\\mathbf { Y }", + "type": "inline_equation" + }, + { + "bbox": [ + 144, + 273, + 248, + 289 + ], + "score": 1.0, + "content": "is a square matrix of size", + "type": "text" + }, + { + "bbox": [ + 248, + 276, + 258, + 286 + ], + "score": 0.88, + "content": "d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 259, + 273, + 402, + 289 + ], + "score": 1.0, + "content": "whose coefficients depend only on", + "type": "text" + }, + { + "bbox": [ + 402, + 275, + 474, + 288 + ], + "score": 0.92, + "content": "\\{ \\widetilde { a } _ { k , n } \\} _ { n \\in C , d > k \\geq 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 474, + 273, + 505, + 289 + ], + "score": 1.0, + "content": "and on", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 107, + 282, + 379, + 304 + ], + "spans": [ + { + "bbox": [ + 107, + 286, + 146, + 299 + ], + "score": 0.92, + "content": "\\{ \\mathbf { x } _ { n } \\} _ { n \\in C }", + "type": "inline_equation" + }, + { + "bbox": [ + 147, + 282, + 291, + 304 + ], + "score": 1.0, + "content": ", and in particular do not depend on", + "type": "text" + }, + { + "bbox": [ + 291, + 288, + 304, + 298 + ], + "score": 0.86, + "content": "\\mathbf { x } _ { d }", + "type": "inline_equation" + }, + { + "bbox": [ + 304, + 282, + 322, + 304 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 322, + 286, + 373, + 301 + ], + "score": 0.93, + "content": "\\left\\{ \\mathbf { x } _ { n } \\right\\} _ { n \\in S ^ { \\prime } \\backslash C }", + "type": "inline_equation" + }, + { + "bbox": [ + 373, + 282, + 379, + 304 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14.5 + }, + { + "type": "text", + "bbox": [ + 106, + 304, + 505, + 365 + ], + "lines": [ + { + "bbox": [ + 105, + 304, + 506, + 319 + ], + "spans": [ + { + "bbox": [ + 105, + 304, + 145, + 319 + ], + "score": 1.0, + "content": "Now set", + "type": "text" + }, + { + "bbox": [ + 145, + 306, + 249, + 318 + ], + "score": 0.91, + "content": "\\tilde { \\mathbf { x } } _ { n } \\ = \\ ( \\tilde { a } _ { d , n } \\mathbf { I } _ { d _ { 0 } } - \\mathbf { Y } ) \\mathbf { x } _ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 249, + 304, + 268, + 319 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 268, + 305, + 321, + 318 + ], + "score": 0.93, + "content": "n \\in S ^ { \\prime } \\setminus C", + "type": "inline_equation" + }, + { + "bbox": [ + 322, + 304, + 407, + 319 + ], + "score": 1.0, + "content": ". As in the case of", + "type": "text" + }, + { + "bbox": [ + 408, + 306, + 437, + 316 + ], + "score": 0.89, + "content": "d \\ : = \\ : 1", + "type": "inline_equation" + }, + { + "bbox": [ + 438, + 304, + 468, + 319 + ], + "score": 1.0, + "content": ", since", + "type": "text" + }, + { + "bbox": [ + 468, + 306, + 502, + 317 + ], + "score": 0.91, + "content": "v _ { d } \\neq 0", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 304, + 506, + 319 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 317, + 506, + 331 + ], + "spans": [ + { + "bbox": [ + 106, + 318, + 204, + 331 + ], + "score": 0.91, + "content": "\\mathbf { x } _ { d } \\in \\mathrm { S p a n } \\{ \\tilde { \\mathbf { x } } _ { n } \\} _ { n \\in S ^ { \\prime } \\backslash C }", + "type": "inline_equation" + }, + { + "bbox": [ + 205, + 317, + 325, + 330 + ], + "score": 1.0, + "content": ". Therefore, for all values of", + "type": "text" + }, + { + "bbox": [ + 325, + 317, + 367, + 329 + ], + "score": 0.92, + "content": "\\mathbf { x } _ { d } \\in \\mathbb { R } ^ { d _ { 0 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 367, + 317, + 506, + 330 + ], + "score": 1.0, + "content": "but a set of measure zero (linear", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 104, + 328, + 506, + 344 + ], + "spans": [ + { + "bbox": [ + 104, + 328, + 263, + 344 + ], + "score": 1.0, + "content": "subspace of with dimension less than", + "type": "text" + }, + { + "bbox": [ + 263, + 330, + 274, + 341 + ], + "score": 0.84, + "content": "d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 275, + 328, + 351, + 344 + ], + "score": 1.0, + "content": "), we must have di", + "type": "text" + }, + { + "bbox": [ + 351, + 330, + 459, + 343 + ], + "score": 0.86, + "content": "\\begin{array} { r } { \\operatorname* { m } \\mathrm { { S p a n } } \\{ \\tilde { \\mathbf { x } } _ { n } \\} _ { n \\in S ^ { \\prime } \\backslash C } = d _ { 0 } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 459, + 328, + 506, + 344 + ], + "score": 1.0, + "content": ". From the", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 341, + 506, + 357 + ], + "spans": [ + { + "bbox": [ + 105, + 341, + 178, + 357 + ], + "score": 1.0, + "content": "independence of", + "type": "text" + }, + { + "bbox": [ + 178, + 342, + 229, + 355 + ], + "score": 0.92, + "content": "\\{ \\tilde { \\mathbf { x } } _ { n } \\} _ { n \\in S ^ { \\prime } \\backslash C }", + "type": "inline_equation" + }, + { + "bbox": [ + 229, + 341, + 244, + 357 + ], + "score": 1.0, + "content": "on", + "type": "text" + }, + { + "bbox": [ + 245, + 344, + 257, + 353 + ], + "score": 0.85, + "content": "\\mathbf { x } _ { d }", + "type": "inline_equation" + }, + { + "bbox": [ + 257, + 341, + 320, + 357 + ], + "score": 1.0, + "content": "it follows that", + "type": "text" + }, + { + "bbox": [ + 320, + 342, + 437, + 355 + ], + "score": 0.85, + "content": "\\mathrm { d i m } \\mathrm { S p a n } \\{ \\tilde { \\mathbf { x } } _ { n } \\} _ { n \\in S ^ { \\prime } \\backslash C } = d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 438, + 341, + 506, + 357 + ], + "score": 1.0, + "content": "holds a.e. with", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 353, + 269, + 365 + ], + "spans": [ + { + "bbox": [ + 106, + 353, + 258, + 365 + ], + "score": 1.0, + "content": "respect to the Lebesgue measure over", + "type": "text" + }, + { + "bbox": [ + 258, + 355, + 266, + 363 + ], + "score": 0.58, + "content": "\\mathbf { x }", + "type": "inline_equation" + }, + { + "bbox": [ + 266, + 353, + 269, + 365 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 18 + }, + { + "type": "text", + "bbox": [ + 106, + 369, + 435, + 383 + ], + "lines": [ + { + "bbox": [ + 104, + 367, + 436, + 384 + ], + "spans": [ + { + "bbox": [ + 104, + 367, + 150, + 384 + ], + "score": 1.0, + "content": "Whenever", + "type": "text" + }, + { + "bbox": [ + 150, + 370, + 263, + 383 + ], + "score": 0.77, + "content": "\\mathrm { d i m } \\mathrm { S p a n } \\{ \\tilde { \\mathbf { x } } _ { n } \\} _ { n \\in S ^ { \\prime } \\backslash C } = d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 264, + 367, + 322, + 384 + ], + "score": 1.0, + "content": "we must have", + "type": "text" + }, + { + "bbox": [ + 322, + 369, + 378, + 382 + ], + "score": 0.93, + "content": "| S ^ { \\prime } C | \\geq d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 378, + 367, + 436, + 384 + ], + "score": 1.0, + "content": "and therefore", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 21 + }, + { + "type": "interline_equation", + "bbox": [ + 195, + 388, + 418, + 402 + ], + "lines": [ + { + "bbox": [ + 195, + 388, + 418, + 402 + ], + "spans": [ + { + "bbox": [ + 195, + 388, + 418, + 402 + ], + "score": 0.88, + "content": "| S | > | S ^ { \\prime } | = | C | + | S ^ { \\prime } \\setminus C | \\geq \\left( d - 1 \\right) d _ { 0 } + d _ { 0 } = d _ { 0 } d .", + "type": "interline_equation", + "image_path": "32a1ca6c153e5d5a9bf82a5fbbbd89574b4e1ccf22e1d6307718430cd1deda53.jpg" + } + ] + } + ], + "index": 22, + "virtual_lines": [ + { + "bbox": [ + 195, + 388, + 418, + 402 + ], + "spans": [], + "index": 22 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 406, + 506, + 509 + ], + "lines": [ + { + "bbox": [ + 104, + 405, + 505, + 424 + ], + "spans": [ + { + "bbox": [ + 104, + 405, + 151, + 424 + ], + "score": 1.0, + "content": "Moreover,", + "type": "text" + }, + { + "bbox": [ + 151, + 407, + 267, + 420 + ], + "score": 0.88, + "content": "\\mathrm { d i m } \\mathrm { S p a n } \\{ \\tilde { \\mathbf { x } } _ { n } \\} _ { n \\in S ^ { \\prime } \\backslash C } = d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 267, + 405, + 333, + 424 + ], + "score": 1.0, + "content": "implies that the", + "type": "text" + }, + { + "bbox": [ + 334, + 407, + 345, + 419 + ], + "score": 0.88, + "content": "d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 345, + 405, + 388, + 424 + ], + "score": 1.0, + "content": "equations", + "type": "text" + }, + { + "bbox": [ + 388, + 407, + 505, + 421 + ], + "score": 0.91, + "content": "\\begin{array} { r } { v _ { d } \\mathbf { x } _ { d } + \\sum _ { n \\in S ^ { \\prime } \\backslash C } v _ { n } \\tilde { \\mathbf { x } } _ { n } = 0 } \\end{array}", + "type": "inline_equation" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 420, + 507, + 433 + ], + "spans": [ + { + "bbox": [ + 106, + 420, + 451, + 433 + ], + "score": 1.0, + "content": "are independent. Thus, we may perform another step of Gaussian elimination on these", + "type": "text" + }, + { + "bbox": [ + 451, + 421, + 462, + 431 + ], + "score": 0.86, + "content": "d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 462, + 420, + 507, + 433 + ], + "score": 1.0, + "content": "equations,", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 430, + 504, + 444 + ], + "spans": [ + { + "bbox": [ + 105, + 430, + 142, + 444 + ], + "score": 1.0, + "content": "forming", + "type": "text" + }, + { + "bbox": [ + 142, + 431, + 153, + 442 + ], + "score": 0.88, + "content": "d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 154, + 430, + 414, + 444 + ], + "score": 1.0, + "content": "new equations each with a variable unique to it. Denoting by", + "type": "text" + }, + { + "bbox": [ + 414, + 432, + 425, + 441 + ], + "score": 0.87, + "content": "C ^ { \\prime }", + "type": "inline_equation" + }, + { + "bbox": [ + 425, + 430, + 493, + 444 + ], + "score": 1.0, + "content": "the set of these", + "type": "text" + }, + { + "bbox": [ + 493, + 432, + 504, + 442 + ], + "score": 0.86, + "content": "d _ { 0 }", + "type": "inline_equation" + } + ], + "index": 25 + }, + { + "bbox": [ + 104, + 441, + 506, + 455 + ], + "spans": [ + { + "bbox": [ + 104, + 441, + 255, + 455 + ], + "score": 1.0, + "content": "variables, it is seen from (12.4) that", + "type": "text" + }, + { + "bbox": [ + 256, + 442, + 343, + 454 + ], + "score": 0.93, + "content": "C ^ { \\prime } \\subseteq ( S ^ { \\prime } \\cup \\{ d \\} ) \\setminus C", + "type": "inline_equation" + }, + { + "bbox": [ + 343, + 441, + 415, + 455 + ], + "score": 1.0, + "content": "and in particular", + "type": "text" + }, + { + "bbox": [ + 415, + 442, + 426, + 452 + ], + "score": 0.85, + "content": "C ^ { \\prime }", + "type": "inline_equation" + }, + { + "bbox": [ + 427, + 441, + 494, + 455 + ], + "score": 1.0, + "content": "is disjoint from", + "type": "text" + }, + { + "bbox": [ + 495, + 444, + 503, + 452 + ], + "score": 0.82, + "content": "C", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 441, + 506, + 455 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 452, + 506, + 466 + ], + "spans": [ + { + "bbox": [ + 105, + 452, + 212, + 466 + ], + "score": 1.0, + "content": "Thus, considering the first", + "type": "text" + }, + { + "bbox": [ + 212, + 453, + 253, + 465 + ], + "score": 0.92, + "content": "( d - 1 ) d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 254, + 452, + 382, + 466 + ], + "score": 1.0, + "content": "equations together with the new", + "type": "text" + }, + { + "bbox": [ + 383, + 453, + 393, + 464 + ], + "score": 0.87, + "content": "d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 393, + 452, + 506, + 466 + ], + "score": 1.0, + "content": "equations, we see that there", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 104, + 462, + 504, + 477 + ], + "spans": [ + { + "bbox": [ + 104, + 462, + 137, + 477 + ], + "score": 1.0, + "content": "is a set", + "type": "text" + }, + { + "bbox": [ + 137, + 464, + 168, + 474 + ], + "score": 0.9, + "content": "C \\cup C ^ { \\prime }", + "type": "inline_equation" + }, + { + "bbox": [ + 168, + 462, + 181, + 477 + ], + "score": 1.0, + "content": "of", + "type": "text" + }, + { + "bbox": [ + 181, + 464, + 197, + 475 + ], + "score": 0.9, + "content": "d _ { 0 } d", + "type": "inline_equation" + }, + { + "bbox": [ + 198, + 462, + 346, + 477 + ], + "score": 1.0, + "content": "variables, such that each variable in", + "type": "text" + }, + { + "bbox": [ + 347, + 464, + 377, + 474 + ], + "score": 0.9, + "content": "C \\cup C ^ { \\prime }", + "type": "inline_equation" + }, + { + "bbox": [ + 378, + 462, + 487, + 477 + ], + "score": 1.0, + "content": "appears only in one of the", + "type": "text" + }, + { + "bbox": [ + 488, + 464, + 504, + 475 + ], + "score": 0.88, + "content": "d _ { 0 } d", + "type": "inline_equation" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 475, + 506, + 487 + ], + "spans": [ + { + "bbox": [ + 105, + 475, + 215, + 487 + ], + "score": 1.0, + "content": "equations, and each of the", + "type": "text" + }, + { + "bbox": [ + 215, + 475, + 232, + 486 + ], + "score": 0.89, + "content": "d _ { 0 } d", + "type": "inline_equation" + }, + { + "bbox": [ + 232, + 475, + 369, + 487 + ], + "score": 1.0, + "content": "contains only a single variable in", + "type": "text" + }, + { + "bbox": [ + 369, + 475, + 400, + 485 + ], + "score": 0.91, + "content": "C \\cup C ^ { \\prime }", + "type": "inline_equation" + }, + { + "bbox": [ + 400, + 475, + 506, + 487 + ], + "score": 1.0, + "content": ". This means that the first", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 107, + 484, + 507, + 499 + ], + "spans": [ + { + "bbox": [ + 107, + 486, + 123, + 497 + ], + "score": 0.91, + "content": "d _ { 0 } d", + "type": "inline_equation" + }, + { + "bbox": [ + 123, + 484, + 315, + 499 + ], + "score": 1.0, + "content": "must be linearly independent for all values of", + "type": "text" + }, + { + "bbox": [ + 315, + 486, + 325, + 496 + ], + "score": 0.66, + "content": "\\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 326, + 484, + 507, + 499 + ], + "score": 1.0, + "content": "except for a set of Lebesgue measure zero,", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 498, + 210, + 509 + ], + "spans": [ + { + "bbox": [ + 106, + 498, + 210, + 509 + ], + "score": 1.0, + "content": "completing the induction.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 27 + }, + { + "type": "text", + "bbox": [ + 106, + 513, + 504, + 538 + ], + "lines": [ + { + "bbox": [ + 102, + 509, + 504, + 531 + ], + "spans": [ + { + "bbox": [ + 102, + 509, + 258, + 531 + ], + "score": 1.0, + "content": "Thus, we have proven, that for some", + "type": "text" + }, + { + "bbox": [ + 258, + 514, + 326, + 528 + ], + "score": 0.92, + "content": "\\mathbf { A } \\in \\{ \\rho , 1 \\} ^ { d _ { 1 } \\times N }", + "type": "inline_equation" + }, + { + "bbox": [ + 326, + 509, + 344, + 531 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 345, + 515, + 381, + 528 + ], + "score": 0.91, + "content": "S \\subset [ N ]", + "type": "inline_equation" + }, + { + "bbox": [ + 381, + 509, + 422, + 531 + ], + "score": 1.0, + "content": "such that", + "type": "text" + }, + { + "bbox": [ + 423, + 515, + 504, + 528 + ], + "score": 0.85, + "content": "| S | \\leq \\mathrm { r a n k } \\left( \\mathbf { A } _ { S } \\right) d _ { 0 }", + "type": "inline_equation" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 525, + 146, + 539 + ], + "spans": [ + { + "bbox": [ + 105, + 525, + 146, + 539 + ], + "score": 1.0, + "content": "the event", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32.5 + }, + { + "type": "interline_equation", + "bbox": [ + 151, + 541, + 460, + 563 + ], + "lines": [ + { + "bbox": [ + 151, + 541, + 460, + 563 + ], + "spans": [ + { + "bbox": [ + 151, + 541, + 460, + 563 + ], + "score": 0.9, + "content": "\\mathcal E \\left( \\mathbf A , S \\right) = \\left\\{ \\mathbf X \\in \\mathbb R ^ { d _ { 0 } \\times N } | \\exists \\mathbf v \\in \\mathbb R ^ { N } : \\left( \\mathbf A \\circ \\mathbf X \\right) \\mathbf v = 0 \\mathrm { a n d } v _ { n } \\neq 0 , \\forall n \\in S \\right\\}", + "type": "interline_equation", + "image_path": "6fa3c6c034467d0cd6c07a2f70417a14cdc7c19c6ebeed96882c6294c4ee8a4f.jpg" + } + ] + } + ], + "index": 34, + "virtual_lines": [ + { + "bbox": [ + 151, + 541, + 460, + 563 + ], + "spans": [], + "index": 34 + } + ] + }, + { + "type": "text", + "bbox": [ + 104, + 567, + 429, + 579 + ], + "lines": [ + { + "bbox": [ + 105, + 566, + 429, + 580 + ], + "spans": [ + { + "bbox": [ + 105, + 566, + 429, + 580 + ], + "score": 1.0, + "content": "has zero measure. The event discussed in the theorem is a union of these events:", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 35 + }, + { + "type": "interline_equation", + "bbox": [ + 196, + 582, + 413, + 622 + ], + "lines": [ + { + "bbox": [ + 196, + 582, + 413, + 622 + ], + "spans": [ + { + "bbox": [ + 196, + 582, + 413, + 622 + ], + "score": 0.93, + "content": "\\mathcal { E } _ { 0 } \\triangleq \\bigcup _ { \\mathbf { A } \\in \\{ \\rho , 1 \\} ^ { d _ { 1 } \\times N } } \\left[ \\bigcup _ { S \\subset [ N ] : | S | \\leq \\operatorname { r a n k } ( \\mathbf { A } _ { S } ) d _ { 0 } } \\mathcal { E } \\left( \\mathbf { A } , S \\right) \\right] ,", + "type": "interline_equation", + "image_path": "da3a7d613ef7ea45872d466c0bdc770b822f73ec22a66fe81e1ed814d59c888c.jpg" + } + ] + } + ], + "index": 36.5, + "virtual_lines": [ + { + "bbox": [ + 196, + 582, + 413, + 602.0 + ], + "spans": [], + "index": 36 + }, + { + "bbox": [ + 196, + 602.0, + 413, + 622.0 + ], + "spans": [], + "index": 37 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 626, + 414, + 639 + ], + "lines": [ + { + "bbox": [ + 106, + 626, + 414, + 639 + ], + "spans": [ + { + "bbox": [ + 106, + 626, + 414, + 639 + ], + "score": 1.0, + "content": "and it also has zero measure, since it is a finite union of zero measure events.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 38 + }, + { + "type": "text", + "bbox": [ + 107, + 650, + 488, + 663 + ], + "lines": [ + { + "bbox": [ + 106, + 650, + 490, + 664 + ], + "spans": [ + { + "bbox": [ + 106, + 650, + 490, + 664 + ], + "score": 1.0, + "content": "For completeness we note the following corollary, which is not necessary for a our main results.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 39 + }, + { + "type": "text", + "bbox": [ + 107, + 665, + 414, + 678 + ], + "lines": [ + { + "bbox": [ + 106, + 664, + 410, + 681 + ], + "spans": [ + { + "bbox": [ + 106, + 664, + 176, + 681 + ], + "score": 1.0, + "content": "Corollary 28. If", + "type": "text" + }, + { + "bbox": [ + 177, + 666, + 219, + 677 + ], + "score": 0.91, + "content": "N \\leq d _ { 1 } d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 219, + 664, + 264, + 681 + ], + "score": 1.0, + "content": ", then rank", + "type": "text" + }, + { + "bbox": [ + 265, + 666, + 322, + 678 + ], + "score": 0.9, + "content": "( \\mathbf { A } \\circ \\mathbf { X } ) = N", + "type": "inline_equation" + }, + { + "bbox": [ + 322, + 664, + 402, + 681 + ], + "score": 1.0, + "content": ", X-a.e., if and only", + "type": "text" + }, + { + "bbox": [ + 402, + 667, + 410, + 678 + ], + "score": 0.63, + "content": "i f ,", + "type": "inline_equation" + } + ], + "index": 40 + } + ], + "index": 40 + }, + { + "type": "interline_equation", + "bbox": [ + 236, + 683, + 373, + 697 + ], + "lines": [ + { + "bbox": [ + 236, + 683, + 373, + 697 + ], + "spans": [ + { + "bbox": [ + 236, + 683, + 373, + 697 + ], + "score": 0.9, + "content": "\\forall S \\subseteq [ N ] : | S | \\leq \\mathrm { r a n k } \\left( \\mathbf { A } _ { S } \\right) d _ { 0 } .", + "type": "interline_equation", + "image_path": "9e7d11cb95875c223dbb401985bafeb64514cfd3273a6db22551d7b6cbef4ca5.jpg" + } + ] + } + ], + "index": 41, + "virtual_lines": [ + { + "bbox": [ + 236, + 683, + 373, + 697 + ], + "spans": [], + "index": 41 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 708, + 506, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 708, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 708, + 178, + 723 + ], + "score": 1.0, + "content": "Proof. We define", + "type": "text" + }, + { + "bbox": [ + 178, + 709, + 247, + 721 + ], + "score": 0.89, + "content": "d _ { S } \\triangleq \\operatorname { r a n k } \\left( \\mathbf { A } _ { S } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 247, + 708, + 265, + 723 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 265, + 710, + 293, + 720 + ], + "score": 0.84, + "content": "\\mathbf { A } \\circ \\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 293, + 708, + 419, + 723 + ], + "score": 1.0, + "content": ". The necessity of the condition", + "type": "text" + }, + { + "bbox": [ + 419, + 709, + 466, + 721 + ], + "score": 0.92, + "content": "| S | \\le d _ { 0 } d _ { S }", + "type": "inline_equation" + }, + { + "bbox": [ + 466, + 708, + 506, + 723 + ], + "score": 1.0, + "content": "holds for", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 719, + 507, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 719, + 131, + 734 + ], + "score": 1.0, + "content": "every", + "type": "text" + }, + { + "bbox": [ + 132, + 721, + 141, + 730 + ], + "score": 0.56, + "content": "\\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 141, + 719, + 436, + 734 + ], + "score": 1.0, + "content": ", as can be seen from the following counting argument. Since the matrix", + "type": "text" + }, + { + "bbox": [ + 437, + 722, + 452, + 732 + ], + "score": 0.87, + "content": "\\mathbf { A } _ { S }", + "type": "inline_equation" + }, + { + "bbox": [ + 452, + 719, + 490, + 734 + ], + "score": 1.0, + "content": "has rank", + "type": "text" + }, + { + "bbox": [ + 490, + 721, + 502, + 732 + ], + "score": 0.88, + "content": "d _ { S }", + "type": "inline_equation" + }, + { + "bbox": [ + 502, + 719, + 507, + 734 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 42.5 + } + ], + "page_idx": 20, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 26, + 308, + 38 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 309, + 39 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 309, + 39 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 494, + 627, + 505, + 637 + ], + "lines": [ + { + "bbox": [ + 496, + 628, + 505, + 638 + ], + "spans": [ + { + "bbox": [ + 496, + 628, + 505, + 638 + ], + "score": 1.0, + "content": "□", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 310, + 760 + ], + "lines": [ + { + "bbox": [ + 298, + 750, + 312, + 764 + ], + "spans": [ + { + "bbox": [ + 298, + 750, + 312, + 764 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 14, + "width": 14 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 80, + 505, + 144 + ], + "lines": [ + { + "bbox": [ + 100, + 72, + 511, + 104 + ], + "spans": [ + { + "bbox": [ + 100, + 72, + 124, + 104 + ], + "score": 1.0, + "content": "For", + "type": "text" + }, + { + "bbox": [ + 124, + 83, + 152, + 93 + ], + "score": 0.9, + "content": "d = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 152, + 72, + 192, + 104 + ], + "score": 1.0, + "content": ", the first", + "type": "text" + }, + { + "bbox": [ + 192, + 83, + 203, + 94 + ], + "score": 0.88, + "content": "d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 203, + 72, + 268, + 104 + ], + "score": 1.0, + "content": "equations read", + "type": "text" + }, + { + "bbox": [ + 268, + 80, + 406, + 96 + ], + "score": 0.93, + "content": "\\begin{array} { r } { v _ { 1 } \\mathbf { x } _ { 1 } + \\sum _ { n = d _ { S } + 1 } ^ { | S | } v _ { n } \\tilde { a } _ { 1 , n } \\mathbf { x } _ { n } = 0 } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 407, + 72, + 453, + 104 + ], + "score": 1.0, + "content": ", and since", + "type": "text" + }, + { + "bbox": [ + 453, + 83, + 486, + 95 + ], + "score": 0.91, + "content": "v _ { 1 } \\neq 0", + "type": "inline_equation" + }, + { + "bbox": [ + 486, + 72, + 511, + 104 + ], + "score": 1.0, + "content": ", we", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 104, + 95, + 506, + 111 + ], + "spans": [ + { + "bbox": [ + 104, + 95, + 152, + 111 + ], + "score": 1.0, + "content": "must have", + "type": "text" + }, + { + "bbox": [ + 152, + 96, + 328, + 109 + ], + "score": 0.91, + "content": "\\mathbf { x } _ { 1 } \\in \\mathrm { S p a n } \\left\\{ \\widetilde { a } _ { 1 , d _ { S } + 1 } \\mathbf { x } _ { d _ { S } + 1 } , . . . , \\widetilde { a } _ { 1 , | S | } \\mathbf { x } _ { | S | } \\right\\}", + "type": "inline_equation" + }, + { + "bbox": [ + 328, + 95, + 506, + 111 + ], + "score": 1.0, + "content": ". However, except for a set of measure 0", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 108, + 506, + 122 + ], + "spans": [ + { + "bbox": [ + 106, + 108, + 168, + 122 + ], + "score": 1.0, + "content": "with respect to", + "type": "text" + }, + { + "bbox": [ + 169, + 111, + 181, + 120 + ], + "score": 0.82, + "content": "\\mathbf { x } _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 181, + 108, + 269, + 122 + ], + "score": 1.0, + "content": "(a linear subspace of", + "type": "text" + }, + { + "bbox": [ + 269, + 109, + 285, + 119 + ], + "score": 0.86, + "content": "\\mathbb { R } ^ { d _ { 0 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 286, + 108, + 391, + 122 + ], + "score": 1.0, + "content": "with dimension less than", + "type": "text" + }, + { + "bbox": [ + 391, + 110, + 402, + 120 + ], + "score": 0.81, + "content": "d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 403, + 108, + 506, + 122 + ], + "score": 1.0, + "content": "), this can only happen if", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 118, + 506, + 135 + ], + "spans": [ + { + "bbox": [ + 105, + 118, + 149, + 135 + ], + "score": 1.0, + "content": "dim Span", + "type": "text" + }, + { + "bbox": [ + 149, + 120, + 298, + 133 + ], + "score": 0.91, + "content": "\\left\\{ \\tilde { a } _ { 1 , d _ { S } + 1 } \\mathbf { x } _ { d _ { S } + 1 } , . . . , \\tilde { a } _ { 1 , | S | } \\mathbf { x } _ { | S | } \\right\\} = d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 298, + 118, + 363, + 135 + ], + "score": 1.0, + "content": ", which implies", + "type": "text" + }, + { + "bbox": [ + 363, + 120, + 467, + 132 + ], + "score": 0.9, + "content": "| S | \\ge d _ { S } - 1 + d _ { 0 } > d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 467, + 118, + 506, + 135 + ], + "score": 1.0, + "content": "and also", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 130, + 458, + 145 + ], + "spans": [ + { + "bbox": [ + 105, + 130, + 156, + 145 + ], + "score": 1.0, + "content": "that the first", + "type": "text" + }, + { + "bbox": [ + 157, + 133, + 167, + 142 + ], + "score": 0.87, + "content": "d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 168, + 130, + 352, + 145 + ], + "score": 1.0, + "content": "rows are linearly independent (since there are", + "type": "text" + }, + { + "bbox": [ + 353, + 132, + 363, + 142 + ], + "score": 0.88, + "content": "d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 363, + 130, + 458, + 145 + ], + "score": 1.0, + "content": "independent columns).", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 2, + "bbox_fs": [ + 100, + 72, + 511, + 145 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 147, + 505, + 237 + ], + "lines": [ + { + "bbox": [ + 105, + 147, + 506, + 161 + ], + "spans": [ + { + "bbox": [ + 105, + 147, + 164, + 161 + ], + "score": 1.0, + "content": "For a general", + "type": "text" + }, + { + "bbox": [ + 165, + 149, + 171, + 158 + ], + "score": 0.78, + "content": "d", + "type": "inline_equation" + }, + { + "bbox": [ + 172, + 147, + 418, + 161 + ], + "score": 1.0, + "content": ", we begin by performing Gaussian elimination on the first", + "type": "text" + }, + { + "bbox": [ + 418, + 148, + 460, + 160 + ], + "score": 0.92, + "content": "( d - 1 ) d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 461, + 147, + 506, + 161 + ], + "score": 1.0, + "content": "equations,", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 104, + 158, + 506, + 173 + ], + "spans": [ + { + "bbox": [ + 104, + 158, + 201, + 173 + ], + "score": 1.0, + "content": "resulting in a new set of", + "type": "text" + }, + { + "bbox": [ + 202, + 161, + 212, + 170 + ], + "score": 0.85, + "content": "r _ { d }", + "type": "inline_equation" + }, + { + "bbox": [ + 213, + 158, + 506, + 173 + ], + "score": 1.0, + "content": "equations, such that every new equation contains one variable that appears", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 104, + 169, + 504, + 184 + ], + "spans": [ + { + "bbox": [ + 104, + 169, + 224, + 184 + ], + "score": 1.0, + "content": "in no other new equation. Let", + "type": "text" + }, + { + "bbox": [ + 225, + 171, + 234, + 180 + ], + "score": 0.82, + "content": "C", + "type": "inline_equation" + }, + { + "bbox": [ + 234, + 169, + 493, + 184 + ], + "score": 1.0, + "content": "be the set of the indices (equivalently, columns) of these variables", + "type": "text" + }, + { + "bbox": [ + 493, + 173, + 504, + 181 + ], + "score": 0.8, + "content": "r _ { d }", + "type": "inline_equation" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 180, + 504, + 195 + ], + "spans": [ + { + "bbox": [ + 105, + 180, + 322, + 195 + ], + "score": 1.0, + "content": "variables. From (12.3) it is clear none of the variables", + "type": "text" + }, + { + "bbox": [ + 322, + 183, + 388, + 193 + ], + "score": 0.86, + "content": "v _ { d } , v _ { d + 1 } , . . . , v _ { d _ { S } }", + "type": "inline_equation" + }, + { + "bbox": [ + 388, + 180, + 462, + 195 + ], + "score": 1.0, + "content": "appear in the first", + "type": "text" + }, + { + "bbox": [ + 462, + 181, + 504, + 193 + ], + "score": 0.91, + "content": "( d - 1 ) d _ { 0 }", + "type": "inline_equation" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 192, + 506, + 205 + ], + "spans": [ + { + "bbox": [ + 105, + 192, + 204, + 205 + ], + "score": 1.0, + "content": "equations, and therefore", + "type": "text" + }, + { + "bbox": [ + 204, + 192, + 335, + 204 + ], + "score": 0.91, + "content": "C \\subseteq S ^ { \\prime } = S \\setminus \\{ d , d + 1 , . . . , d _ { S } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 335, + 192, + 506, + 205 + ], + "score": 1.0, + "content": ". By our induction assumptions, except for", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 104, + 202, + 506, + 216 + ], + "spans": [ + { + "bbox": [ + 104, + 202, + 221, + 216 + ], + "score": 1.0, + "content": "a set of measure 0, the first", + "type": "text" + }, + { + "bbox": [ + 221, + 204, + 263, + 215 + ], + "score": 0.91, + "content": "( d - 1 ) d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 263, + 202, + 409, + 216 + ], + "score": 1.0, + "content": "are independent, which means that", + "type": "text" + }, + { + "bbox": [ + 410, + 203, + 503, + 215 + ], + "score": 0.93, + "content": "| C | = r _ { d } = ( d - 1 ) d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 202, + 506, + 216 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 213, + 504, + 226 + ], + "spans": [ + { + "bbox": [ + 105, + 213, + 311, + 226 + ], + "score": 1.0, + "content": "We now extend the Gaussian elimination to the next", + "type": "text" + }, + { + "bbox": [ + 311, + 214, + 322, + 225 + ], + "score": 0.88, + "content": "d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 322, + 213, + 495, + 226 + ], + "score": 1.0, + "content": "equations, and eliminate all the variables in", + "type": "text" + }, + { + "bbox": [ + 495, + 215, + 504, + 224 + ], + "score": 0.8, + "content": "C", + "type": "inline_equation" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 224, + 366, + 237 + ], + "spans": [ + { + "bbox": [ + 106, + 224, + 366, + 237 + ], + "score": 1.0, + "content": "from them. The result of the elimination can be written down as,", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 8.5, + "bbox_fs": [ + 104, + 147, + 506, + 237 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 219, + 241, + 391, + 270 + ], + "lines": [ + { + "bbox": [ + 219, + 241, + 391, + 270 + ], + "spans": [ + { + "bbox": [ + 219, + 241, + 391, + 270 + ], + "score": 0.93, + "content": "v _ { d } \\mathbf { x } _ { d } + \\sum _ { n \\in S ^ { \\prime } \\backslash C } v _ { n } \\left( \\tilde { a } _ { d , n } \\mathbf { I } _ { d _ { 0 } } - \\mathbf { Y } \\right) \\mathbf { x } _ { n } = { 0 } ,", + "type": "interline_equation", + "image_path": "9bf56616592389d15d94c6c71d1c7f2b4aaee3be0edce76efacda4cc129fcfaf.jpg" + } + ] + } + ], + "index": 13, + "virtual_lines": [ + { + "bbox": [ + 219, + 241, + 391, + 270 + ], + "spans": [], + "index": 13 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 275, + 505, + 300 + ], + "lines": [ + { + "bbox": [ + 105, + 273, + 505, + 289 + ], + "spans": [ + { + "bbox": [ + 105, + 273, + 133, + 289 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 276, + 143, + 285 + ], + "score": 0.75, + "content": "\\mathbf { Y }", + "type": "inline_equation" + }, + { + "bbox": [ + 144, + 273, + 248, + 289 + ], + "score": 1.0, + "content": "is a square matrix of size", + "type": "text" + }, + { + "bbox": [ + 248, + 276, + 258, + 286 + ], + "score": 0.88, + "content": "d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 259, + 273, + 402, + 289 + ], + "score": 1.0, + "content": "whose coefficients depend only on", + "type": "text" + }, + { + "bbox": [ + 402, + 275, + 474, + 288 + ], + "score": 0.92, + "content": "\\{ \\widetilde { a } _ { k , n } \\} _ { n \\in C , d > k \\geq 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 474, + 273, + 505, + 289 + ], + "score": 1.0, + "content": "and on", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 107, + 282, + 379, + 304 + ], + "spans": [ + { + "bbox": [ + 107, + 286, + 146, + 299 + ], + "score": 0.92, + "content": "\\{ \\mathbf { x } _ { n } \\} _ { n \\in C }", + "type": "inline_equation" + }, + { + "bbox": [ + 147, + 282, + 291, + 304 + ], + "score": 1.0, + "content": ", and in particular do not depend on", + "type": "text" + }, + { + "bbox": [ + 291, + 288, + 304, + 298 + ], + "score": 0.86, + "content": "\\mathbf { x } _ { d }", + "type": "inline_equation" + }, + { + "bbox": [ + 304, + 282, + 322, + 304 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 322, + 286, + 373, + 301 + ], + "score": 0.93, + "content": "\\left\\{ \\mathbf { x } _ { n } \\right\\} _ { n \\in S ^ { \\prime } \\backslash C }", + "type": "inline_equation" + }, + { + "bbox": [ + 373, + 282, + 379, + 304 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14.5, + "bbox_fs": [ + 105, + 273, + 505, + 304 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 304, + 505, + 365 + ], + "lines": [ + { + "bbox": [ + 105, + 304, + 506, + 319 + ], + "spans": [ + { + "bbox": [ + 105, + 304, + 145, + 319 + ], + "score": 1.0, + "content": "Now set", + "type": "text" + }, + { + "bbox": [ + 145, + 306, + 249, + 318 + ], + "score": 0.91, + "content": "\\tilde { \\mathbf { x } } _ { n } \\ = \\ ( \\tilde { a } _ { d , n } \\mathbf { I } _ { d _ { 0 } } - \\mathbf { Y } ) \\mathbf { x } _ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 249, + 304, + 268, + 319 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 268, + 305, + 321, + 318 + ], + "score": 0.93, + "content": "n \\in S ^ { \\prime } \\setminus C", + "type": "inline_equation" + }, + { + "bbox": [ + 322, + 304, + 407, + 319 + ], + "score": 1.0, + "content": ". As in the case of", + "type": "text" + }, + { + "bbox": [ + 408, + 306, + 437, + 316 + ], + "score": 0.89, + "content": "d \\ : = \\ : 1", + "type": "inline_equation" + }, + { + "bbox": [ + 438, + 304, + 468, + 319 + ], + "score": 1.0, + "content": ", since", + "type": "text" + }, + { + "bbox": [ + 468, + 306, + 502, + 317 + ], + "score": 0.91, + "content": "v _ { d } \\neq 0", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 304, + 506, + 319 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 317, + 506, + 331 + ], + "spans": [ + { + "bbox": [ + 106, + 318, + 204, + 331 + ], + "score": 0.91, + "content": "\\mathbf { x } _ { d } \\in \\mathrm { S p a n } \\{ \\tilde { \\mathbf { x } } _ { n } \\} _ { n \\in S ^ { \\prime } \\backslash C }", + "type": "inline_equation" + }, + { + "bbox": [ + 205, + 317, + 325, + 330 + ], + "score": 1.0, + "content": ". Therefore, for all values of", + "type": "text" + }, + { + "bbox": [ + 325, + 317, + 367, + 329 + ], + "score": 0.92, + "content": "\\mathbf { x } _ { d } \\in \\mathbb { R } ^ { d _ { 0 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 367, + 317, + 506, + 330 + ], + "score": 1.0, + "content": "but a set of measure zero (linear", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 104, + 328, + 506, + 344 + ], + "spans": [ + { + "bbox": [ + 104, + 328, + 263, + 344 + ], + "score": 1.0, + "content": "subspace of with dimension less than", + "type": "text" + }, + { + "bbox": [ + 263, + 330, + 274, + 341 + ], + "score": 0.84, + "content": "d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 275, + 328, + 351, + 344 + ], + "score": 1.0, + "content": "), we must have di", + "type": "text" + }, + { + "bbox": [ + 351, + 330, + 459, + 343 + ], + "score": 0.86, + "content": "\\begin{array} { r } { \\operatorname* { m } \\mathrm { { S p a n } } \\{ \\tilde { \\mathbf { x } } _ { n } \\} _ { n \\in S ^ { \\prime } \\backslash C } = d _ { 0 } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 459, + 328, + 506, + 344 + ], + "score": 1.0, + "content": ". From the", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 341, + 506, + 357 + ], + "spans": [ + { + "bbox": [ + 105, + 341, + 178, + 357 + ], + "score": 1.0, + "content": "independence of", + "type": "text" + }, + { + "bbox": [ + 178, + 342, + 229, + 355 + ], + "score": 0.92, + "content": "\\{ \\tilde { \\mathbf { x } } _ { n } \\} _ { n \\in S ^ { \\prime } \\backslash C }", + "type": "inline_equation" + }, + { + "bbox": [ + 229, + 341, + 244, + 357 + ], + "score": 1.0, + "content": "on", + "type": "text" + }, + { + "bbox": [ + 245, + 344, + 257, + 353 + ], + "score": 0.85, + "content": "\\mathbf { x } _ { d }", + "type": "inline_equation" + }, + { + "bbox": [ + 257, + 341, + 320, + 357 + ], + "score": 1.0, + "content": "it follows that", + "type": "text" + }, + { + "bbox": [ + 320, + 342, + 437, + 355 + ], + "score": 0.85, + "content": "\\mathrm { d i m } \\mathrm { S p a n } \\{ \\tilde { \\mathbf { x } } _ { n } \\} _ { n \\in S ^ { \\prime } \\backslash C } = d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 438, + 341, + 506, + 357 + ], + "score": 1.0, + "content": "holds a.e. with", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 353, + 269, + 365 + ], + "spans": [ + { + "bbox": [ + 106, + 353, + 258, + 365 + ], + "score": 1.0, + "content": "respect to the Lebesgue measure over", + "type": "text" + }, + { + "bbox": [ + 258, + 355, + 266, + 363 + ], + "score": 0.58, + "content": "\\mathbf { x }", + "type": "inline_equation" + }, + { + "bbox": [ + 266, + 353, + 269, + 365 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 18, + "bbox_fs": [ + 104, + 304, + 506, + 365 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 369, + 435, + 383 + ], + "lines": [ + { + "bbox": [ + 104, + 367, + 436, + 384 + ], + "spans": [ + { + "bbox": [ + 104, + 367, + 150, + 384 + ], + "score": 1.0, + "content": "Whenever", + "type": "text" + }, + { + "bbox": [ + 150, + 370, + 263, + 383 + ], + "score": 0.77, + "content": "\\mathrm { d i m } \\mathrm { S p a n } \\{ \\tilde { \\mathbf { x } } _ { n } \\} _ { n \\in S ^ { \\prime } \\backslash C } = d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 264, + 367, + 322, + 384 + ], + "score": 1.0, + "content": "we must have", + "type": "text" + }, + { + "bbox": [ + 322, + 369, + 378, + 382 + ], + "score": 0.93, + "content": "| S ^ { \\prime } C | \\geq d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 378, + 367, + 436, + 384 + ], + "score": 1.0, + "content": "and therefore", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 21, + "bbox_fs": [ + 104, + 367, + 436, + 384 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 195, + 388, + 418, + 402 + ], + "lines": [ + { + "bbox": [ + 195, + 388, + 418, + 402 + ], + "spans": [ + { + "bbox": [ + 195, + 388, + 418, + 402 + ], + "score": 0.88, + "content": "| S | > | S ^ { \\prime } | = | C | + | S ^ { \\prime } \\setminus C | \\geq \\left( d - 1 \\right) d _ { 0 } + d _ { 0 } = d _ { 0 } d .", + "type": "interline_equation", + "image_path": "32a1ca6c153e5d5a9bf82a5fbbbd89574b4e1ccf22e1d6307718430cd1deda53.jpg" + } + ] + } + ], + "index": 22, + "virtual_lines": [ + { + "bbox": [ + 195, + 388, + 418, + 402 + ], + "spans": [], + "index": 22 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 406, + 506, + 509 + ], + "lines": [ + { + "bbox": [ + 104, + 405, + 505, + 424 + ], + "spans": [ + { + "bbox": [ + 104, + 405, + 151, + 424 + ], + "score": 1.0, + "content": "Moreover,", + "type": "text" + }, + { + "bbox": [ + 151, + 407, + 267, + 420 + ], + "score": 0.88, + "content": "\\mathrm { d i m } \\mathrm { S p a n } \\{ \\tilde { \\mathbf { x } } _ { n } \\} _ { n \\in S ^ { \\prime } \\backslash C } = d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 267, + 405, + 333, + 424 + ], + "score": 1.0, + "content": "implies that the", + "type": "text" + }, + { + "bbox": [ + 334, + 407, + 345, + 419 + ], + "score": 0.88, + "content": "d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 345, + 405, + 388, + 424 + ], + "score": 1.0, + "content": "equations", + "type": "text" + }, + { + "bbox": [ + 388, + 407, + 505, + 421 + ], + "score": 0.91, + "content": "\\begin{array} { r } { v _ { d } \\mathbf { x } _ { d } + \\sum _ { n \\in S ^ { \\prime } \\backslash C } v _ { n } \\tilde { \\mathbf { x } } _ { n } = 0 } \\end{array}", + "type": "inline_equation" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 420, + 507, + 433 + ], + "spans": [ + { + "bbox": [ + 106, + 420, + 451, + 433 + ], + "score": 1.0, + "content": "are independent. Thus, we may perform another step of Gaussian elimination on these", + "type": "text" + }, + { + "bbox": [ + 451, + 421, + 462, + 431 + ], + "score": 0.86, + "content": "d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 462, + 420, + 507, + 433 + ], + "score": 1.0, + "content": "equations,", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 430, + 504, + 444 + ], + "spans": [ + { + "bbox": [ + 105, + 430, + 142, + 444 + ], + "score": 1.0, + "content": "forming", + "type": "text" + }, + { + "bbox": [ + 142, + 431, + 153, + 442 + ], + "score": 0.88, + "content": "d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 154, + 430, + 414, + 444 + ], + "score": 1.0, + "content": "new equations each with a variable unique to it. Denoting by", + "type": "text" + }, + { + "bbox": [ + 414, + 432, + 425, + 441 + ], + "score": 0.87, + "content": "C ^ { \\prime }", + "type": "inline_equation" + }, + { + "bbox": [ + 425, + 430, + 493, + 444 + ], + "score": 1.0, + "content": "the set of these", + "type": "text" + }, + { + "bbox": [ + 493, + 432, + 504, + 442 + ], + "score": 0.86, + "content": "d _ { 0 }", + "type": "inline_equation" + } + ], + "index": 25 + }, + { + "bbox": [ + 104, + 441, + 506, + 455 + ], + "spans": [ + { + "bbox": [ + 104, + 441, + 255, + 455 + ], + "score": 1.0, + "content": "variables, it is seen from (12.4) that", + "type": "text" + }, + { + "bbox": [ + 256, + 442, + 343, + 454 + ], + "score": 0.93, + "content": "C ^ { \\prime } \\subseteq ( S ^ { \\prime } \\cup \\{ d \\} ) \\setminus C", + "type": "inline_equation" + }, + { + "bbox": [ + 343, + 441, + 415, + 455 + ], + "score": 1.0, + "content": "and in particular", + "type": "text" + }, + { + "bbox": [ + 415, + 442, + 426, + 452 + ], + "score": 0.85, + "content": "C ^ { \\prime }", + "type": "inline_equation" + }, + { + "bbox": [ + 427, + 441, + 494, + 455 + ], + "score": 1.0, + "content": "is disjoint from", + "type": "text" + }, + { + "bbox": [ + 495, + 444, + 503, + 452 + ], + "score": 0.82, + "content": "C", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 441, + 506, + 455 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 452, + 506, + 466 + ], + "spans": [ + { + "bbox": [ + 105, + 452, + 212, + 466 + ], + "score": 1.0, + "content": "Thus, considering the first", + "type": "text" + }, + { + "bbox": [ + 212, + 453, + 253, + 465 + ], + "score": 0.92, + "content": "( d - 1 ) d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 254, + 452, + 382, + 466 + ], + "score": 1.0, + "content": "equations together with the new", + "type": "text" + }, + { + "bbox": [ + 383, + 453, + 393, + 464 + ], + "score": 0.87, + "content": "d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 393, + 452, + 506, + 466 + ], + "score": 1.0, + "content": "equations, we see that there", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 104, + 462, + 504, + 477 + ], + "spans": [ + { + "bbox": [ + 104, + 462, + 137, + 477 + ], + "score": 1.0, + "content": "is a set", + "type": "text" + }, + { + "bbox": [ + 137, + 464, + 168, + 474 + ], + "score": 0.9, + "content": "C \\cup C ^ { \\prime }", + "type": "inline_equation" + }, + { + "bbox": [ + 168, + 462, + 181, + 477 + ], + "score": 1.0, + "content": "of", + "type": "text" + }, + { + "bbox": [ + 181, + 464, + 197, + 475 + ], + "score": 0.9, + "content": "d _ { 0 } d", + "type": "inline_equation" + }, + { + "bbox": [ + 198, + 462, + 346, + 477 + ], + "score": 1.0, + "content": "variables, such that each variable in", + "type": "text" + }, + { + "bbox": [ + 347, + 464, + 377, + 474 + ], + "score": 0.9, + "content": "C \\cup C ^ { \\prime }", + "type": "inline_equation" + }, + { + "bbox": [ + 378, + 462, + 487, + 477 + ], + "score": 1.0, + "content": "appears only in one of the", + "type": "text" + }, + { + "bbox": [ + 488, + 464, + 504, + 475 + ], + "score": 0.88, + "content": "d _ { 0 } d", + "type": "inline_equation" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 475, + 506, + 487 + ], + "spans": [ + { + "bbox": [ + 105, + 475, + 215, + 487 + ], + "score": 1.0, + "content": "equations, and each of the", + "type": "text" + }, + { + "bbox": [ + 215, + 475, + 232, + 486 + ], + "score": 0.89, + "content": "d _ { 0 } d", + "type": "inline_equation" + }, + { + "bbox": [ + 232, + 475, + 369, + 487 + ], + "score": 1.0, + "content": "contains only a single variable in", + "type": "text" + }, + { + "bbox": [ + 369, + 475, + 400, + 485 + ], + "score": 0.91, + "content": "C \\cup C ^ { \\prime }", + "type": "inline_equation" + }, + { + "bbox": [ + 400, + 475, + 506, + 487 + ], + "score": 1.0, + "content": ". This means that the first", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 107, + 484, + 507, + 499 + ], + "spans": [ + { + "bbox": [ + 107, + 486, + 123, + 497 + ], + "score": 0.91, + "content": "d _ { 0 } d", + "type": "inline_equation" + }, + { + "bbox": [ + 123, + 484, + 315, + 499 + ], + "score": 1.0, + "content": "must be linearly independent for all values of", + "type": "text" + }, + { + "bbox": [ + 315, + 486, + 325, + 496 + ], + "score": 0.66, + "content": "\\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 326, + 484, + 507, + 499 + ], + "score": 1.0, + "content": "except for a set of Lebesgue measure zero,", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 498, + 210, + 509 + ], + "spans": [ + { + "bbox": [ + 106, + 498, + 210, + 509 + ], + "score": 1.0, + "content": "completing the induction.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 27, + "bbox_fs": [ + 104, + 405, + 507, + 509 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 513, + 504, + 538 + ], + "lines": [ + { + "bbox": [ + 102, + 509, + 504, + 531 + ], + "spans": [ + { + "bbox": [ + 102, + 509, + 258, + 531 + ], + "score": 1.0, + "content": "Thus, we have proven, that for some", + "type": "text" + }, + { + "bbox": [ + 258, + 514, + 326, + 528 + ], + "score": 0.92, + "content": "\\mathbf { A } \\in \\{ \\rho , 1 \\} ^ { d _ { 1 } \\times N }", + "type": "inline_equation" + }, + { + "bbox": [ + 326, + 509, + 344, + 531 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 345, + 515, + 381, + 528 + ], + "score": 0.91, + "content": "S \\subset [ N ]", + "type": "inline_equation" + }, + { + "bbox": [ + 381, + 509, + 422, + 531 + ], + "score": 1.0, + "content": "such that", + "type": "text" + }, + { + "bbox": [ + 423, + 515, + 504, + 528 + ], + "score": 0.85, + "content": "| S | \\leq \\mathrm { r a n k } \\left( \\mathbf { A } _ { S } \\right) d _ { 0 }", + "type": "inline_equation" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 525, + 146, + 539 + ], + "spans": [ + { + "bbox": [ + 105, + 525, + 146, + 539 + ], + "score": 1.0, + "content": "the event", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32.5, + "bbox_fs": [ + 102, + 509, + 504, + 539 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 151, + 541, + 460, + 563 + ], + "lines": [ + { + "bbox": [ + 151, + 541, + 460, + 563 + ], + "spans": [ + { + "bbox": [ + 151, + 541, + 460, + 563 + ], + "score": 0.9, + "content": "\\mathcal E \\left( \\mathbf A , S \\right) = \\left\\{ \\mathbf X \\in \\mathbb R ^ { d _ { 0 } \\times N } | \\exists \\mathbf v \\in \\mathbb R ^ { N } : \\left( \\mathbf A \\circ \\mathbf X \\right) \\mathbf v = 0 \\mathrm { a n d } v _ { n } \\neq 0 , \\forall n \\in S \\right\\}", + "type": "interline_equation", + "image_path": "6fa3c6c034467d0cd6c07a2f70417a14cdc7c19c6ebeed96882c6294c4ee8a4f.jpg" + } + ] + } + ], + "index": 34, + "virtual_lines": [ + { + "bbox": [ + 151, + 541, + 460, + 563 + ], + "spans": [], + "index": 34 + } + ] + }, + { + "type": "text", + "bbox": [ + 104, + 567, + 429, + 579 + ], + "lines": [ + { + "bbox": [ + 105, + 566, + 429, + 580 + ], + "spans": [ + { + "bbox": [ + 105, + 566, + 429, + 580 + ], + "score": 1.0, + "content": "has zero measure. The event discussed in the theorem is a union of these events:", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 35, + "bbox_fs": [ + 105, + 566, + 429, + 580 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 196, + 582, + 413, + 622 + ], + "lines": [ + { + "bbox": [ + 196, + 582, + 413, + 622 + ], + "spans": [ + { + "bbox": [ + 196, + 582, + 413, + 622 + ], + "score": 0.93, + "content": "\\mathcal { E } _ { 0 } \\triangleq \\bigcup _ { \\mathbf { A } \\in \\{ \\rho , 1 \\} ^ { d _ { 1 } \\times N } } \\left[ \\bigcup _ { S \\subset [ N ] : | S | \\leq \\operatorname { r a n k } ( \\mathbf { A } _ { S } ) d _ { 0 } } \\mathcal { E } \\left( \\mathbf { A } , S \\right) \\right] ,", + "type": "interline_equation", + "image_path": "da3a7d613ef7ea45872d466c0bdc770b822f73ec22a66fe81e1ed814d59c888c.jpg" + } + ] + } + ], + "index": 36.5, + "virtual_lines": [ + { + "bbox": [ + 196, + 582, + 413, + 602.0 + ], + "spans": [], + "index": 36 + }, + { + "bbox": [ + 196, + 602.0, + 413, + 622.0 + ], + "spans": [], + "index": 37 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 626, + 414, + 639 + ], + "lines": [ + { + "bbox": [ + 106, + 626, + 414, + 639 + ], + "spans": [ + { + "bbox": [ + 106, + 626, + 414, + 639 + ], + "score": 1.0, + "content": "and it also has zero measure, since it is a finite union of zero measure events.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 38, + "bbox_fs": [ + 106, + 626, + 414, + 639 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 650, + 488, + 663 + ], + "lines": [ + { + "bbox": [ + 106, + 650, + 490, + 664 + ], + "spans": [ + { + "bbox": [ + 106, + 650, + 490, + 664 + ], + "score": 1.0, + "content": "For completeness we note the following corollary, which is not necessary for a our main results.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 39, + "bbox_fs": [ + 106, + 650, + 490, + 664 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 665, + 414, + 678 + ], + "lines": [ + { + "bbox": [ + 106, + 664, + 410, + 681 + ], + "spans": [ + { + "bbox": [ + 106, + 664, + 176, + 681 + ], + "score": 1.0, + "content": "Corollary 28. If", + "type": "text" + }, + { + "bbox": [ + 177, + 666, + 219, + 677 + ], + "score": 0.91, + "content": "N \\leq d _ { 1 } d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 219, + 664, + 264, + 681 + ], + "score": 1.0, + "content": ", then rank", + "type": "text" + }, + { + "bbox": [ + 265, + 666, + 322, + 678 + ], + "score": 0.9, + "content": "( \\mathbf { A } \\circ \\mathbf { X } ) = N", + "type": "inline_equation" + }, + { + "bbox": [ + 322, + 664, + 402, + 681 + ], + "score": 1.0, + "content": ", X-a.e., if and only", + "type": "text" + }, + { + "bbox": [ + 402, + 667, + 410, + 678 + ], + "score": 0.63, + "content": "i f ,", + "type": "inline_equation" + } + ], + "index": 40 + } + ], + "index": 40, + "bbox_fs": [ + 106, + 664, + 410, + 681 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 236, + 683, + 373, + 697 + ], + "lines": [ + { + "bbox": [ + 236, + 683, + 373, + 697 + ], + "spans": [ + { + "bbox": [ + 236, + 683, + 373, + 697 + ], + "score": 0.9, + "content": "\\forall S \\subseteq [ N ] : | S | \\leq \\mathrm { r a n k } \\left( \\mathbf { A } _ { S } \\right) d _ { 0 } .", + "type": "interline_equation", + "image_path": "9e7d11cb95875c223dbb401985bafeb64514cfd3273a6db22551d7b6cbef4ca5.jpg" + } + ] + } + ], + "index": 41, + "virtual_lines": [ + { + "bbox": [ + 236, + 683, + 373, + 697 + ], + "spans": [], + "index": 41 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 708, + 506, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 708, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 708, + 178, + 723 + ], + "score": 1.0, + "content": "Proof. We define", + "type": "text" + }, + { + "bbox": [ + 178, + 709, + 247, + 721 + ], + "score": 0.89, + "content": "d _ { S } \\triangleq \\operatorname { r a n k } \\left( \\mathbf { A } _ { S } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 247, + 708, + 265, + 723 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 265, + 710, + 293, + 720 + ], + "score": 0.84, + "content": "\\mathbf { A } \\circ \\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 293, + 708, + 419, + 723 + ], + "score": 1.0, + "content": ". The necessity of the condition", + "type": "text" + }, + { + "bbox": [ + 419, + 709, + 466, + 721 + ], + "score": 0.92, + "content": "| S | \\le d _ { 0 } d _ { S }", + "type": "inline_equation" + }, + { + "bbox": [ + 466, + 708, + 506, + 723 + ], + "score": 1.0, + "content": "holds for", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 719, + 507, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 719, + 131, + 734 + ], + "score": 1.0, + "content": "every", + "type": "text" + }, + { + "bbox": [ + 132, + 721, + 141, + 730 + ], + "score": 0.56, + "content": "\\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 141, + 719, + 436, + 734 + ], + "score": 1.0, + "content": ", as can be seen from the following counting argument. Since the matrix", + "type": "text" + }, + { + "bbox": [ + 437, + 722, + 452, + 732 + ], + "score": 0.87, + "content": "\\mathbf { A } _ { S }", + "type": "inline_equation" + }, + { + "bbox": [ + 452, + 719, + 490, + 734 + ], + "score": 1.0, + "content": "has rank", + "type": "text" + }, + { + "bbox": [ + 490, + 721, + 502, + 732 + ], + "score": 0.88, + "content": "d _ { S }", + "type": "inline_equation" + }, + { + "bbox": [ + 502, + 719, + 507, + 734 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 42.5, + "bbox_fs": [ + 105, + 708, + 507, + 734 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 104, + 81, + 505, + 106 + ], + "lines": [ + { + "bbox": [ + 106, + 83, + 506, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 83, + 316, + 95 + ], + "score": 1.0, + "content": "there exists an invertible row transformation matrix", + "type": "text" + }, + { + "bbox": [ + 316, + 83, + 326, + 93 + ], + "score": 0.55, + "content": "\\mathbf { R }", + "type": "inline_equation" + }, + { + "bbox": [ + 326, + 83, + 368, + 95 + ], + "score": 1.0, + "content": ", such that", + "type": "text" + }, + { + "bbox": [ + 369, + 83, + 393, + 93 + ], + "score": 0.88, + "content": "\\mathbf { R A } _ { S }", + "type": "inline_equation" + }, + { + "bbox": [ + 393, + 83, + 430, + 95 + ], + "score": 1.0, + "content": "has only", + "type": "text" + }, + { + "bbox": [ + 430, + 83, + 443, + 93 + ], + "score": 0.88, + "content": "d _ { S }", + "type": "inline_equation" + }, + { + "bbox": [ + 443, + 83, + 506, + 95 + ], + "score": 1.0, + "content": "non-zero rows.", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 93, + 483, + 106 + ], + "spans": [ + { + "bbox": [ + 106, + 93, + 164, + 106 + ], + "score": 1.0, + "content": "Consider now", + "type": "text" + }, + { + "bbox": [ + 165, + 93, + 232, + 105 + ], + "score": 0.92, + "content": "\\mathbf { G } _ { S } = \\mathbf { A } _ { S } \\circ \\mathbf { X } _ { S }", + "type": "inline_equation" + }, + { + "bbox": [ + 232, + 93, + 411, + 106 + ], + "score": 1.0, + "content": ", i.e., the matrix composed of the columns of", + "type": "text" + }, + { + "bbox": [ + 412, + 94, + 421, + 104 + ], + "score": 0.72, + "content": "\\mathbf { G }", + "type": "inline_equation" + }, + { + "bbox": [ + 422, + 93, + 433, + 106 + ], + "score": 1.0, + "content": "in", + "type": "text" + }, + { + "bbox": [ + 433, + 95, + 441, + 104 + ], + "score": 0.79, + "content": "S", + "type": "inline_equation" + }, + { + "bbox": [ + 441, + 93, + 483, + 106 + ], + "score": 1.0, + "content": ". We have", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "interline_equation", + "bbox": [ + 204, + 117, + 406, + 131 + ], + "lines": [ + { + "bbox": [ + 204, + 117, + 406, + 131 + ], + "spans": [ + { + "bbox": [ + 204, + 117, + 406, + 131 + ], + "score": 0.89, + "content": "\\mathbf { G } _ { S } ^ { \\prime } = ( \\mathbf { R } \\mathbf { A } _ { S } ) \\circ \\mathbf { X } _ { S } = \\mathbf { R } ^ { \\prime } \\left( \\mathbf { A } _ { S } \\circ \\mathbf { X } _ { S } \\right) = \\mathbf { R } ^ { \\prime } \\mathbf { G } _ { S } ,", + "type": "interline_equation", + "image_path": "924a84543fe5a6ef518a3f828b345ceae59266a440f2c1d625f44d3b28908187.jpg" + } + ] + } + ], + "index": 2, + "virtual_lines": [ + { + "bbox": [ + 204, + 117, + 406, + 131 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 142, + 506, + 222 + ], + "lines": [ + { + "bbox": [ + 106, + 143, + 505, + 156 + ], + "spans": [ + { + "bbox": [ + 106, + 143, + 133, + 156 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 143, + 192, + 155 + ], + "score": 0.92, + "content": "\\mathbf { R } ^ { \\prime } = \\mathbf { R } \\otimes \\mathbf { I } _ { d _ { 0 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 192, + 143, + 439, + 156 + ], + "score": 1.0, + "content": "is also an invertible row transformation matrix, which applies", + "type": "text" + }, + { + "bbox": [ + 439, + 144, + 449, + 153 + ], + "score": 0.64, + "content": "\\mathbf { R }", + "type": "inline_equation" + }, + { + "bbox": [ + 450, + 143, + 505, + 156 + ], + "score": 1.0, + "content": "separately on", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 154, + 506, + 168 + ], + "spans": [ + { + "bbox": [ + 105, + 154, + 121, + 168 + ], + "score": 1.0, + "content": "the", + "type": "text" + }, + { + "bbox": [ + 121, + 155, + 132, + 165 + ], + "score": 0.88, + "content": "d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 132, + 154, + 198, + 168 + ], + "score": 1.0, + "content": "sub-matrices of", + "type": "text" + }, + { + "bbox": [ + 198, + 155, + 214, + 165 + ], + "score": 0.9, + "content": "\\mathbf { G } _ { S }", + "type": "inline_equation" + }, + { + "bbox": [ + 214, + 154, + 378, + 168 + ], + "score": 1.0, + "content": "that are constructed by taking one every", + "type": "text" + }, + { + "bbox": [ + 378, + 155, + 389, + 165 + ], + "score": 0.88, + "content": "d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 389, + 154, + 440, + 168 + ], + "score": 1.0, + "content": "rows. Since", + "type": "text" + }, + { + "bbox": [ + 440, + 154, + 456, + 166 + ], + "score": 0.89, + "content": "\\mathbf { G } _ { S } ^ { \\prime }", + "type": "inline_equation" + }, + { + "bbox": [ + 456, + 154, + 506, + 168 + ], + "score": 1.0, + "content": "has at most", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 107, + 164, + 506, + 178 + ], + "spans": [ + { + "bbox": [ + 107, + 166, + 128, + 177 + ], + "score": 0.9, + "content": "d _ { 0 } d _ { S }", + "type": "inline_equation" + }, + { + "bbox": [ + 128, + 164, + 241, + 178 + ], + "score": 1.0, + "content": "non-zero rows, the rank of", + "type": "text" + }, + { + "bbox": [ + 241, + 165, + 257, + 177 + ], + "score": 0.9, + "content": "\\mathbf { G } _ { S }", + "type": "inline_equation" + }, + { + "bbox": [ + 257, + 164, + 319, + 178 + ], + "score": 1.0, + "content": "cannot exceed", + "type": "text" + }, + { + "bbox": [ + 319, + 165, + 341, + 177 + ], + "score": 0.9, + "content": "d _ { 0 } d _ { S }", + "type": "inline_equation" + }, + { + "bbox": [ + 341, + 164, + 401, + 178 + ], + "score": 1.0, + "content": ". Therefore, if", + "type": "text" + }, + { + "bbox": [ + 401, + 165, + 449, + 177 + ], + "score": 0.89, + "content": "| S | > d _ { 0 } d _ { S }", + "type": "inline_equation" + }, + { + "bbox": [ + 449, + 164, + 453, + 178 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 453, + 166, + 469, + 177 + ], + "score": 0.85, + "content": "\\mathbf { G } _ { S }", + "type": "inline_equation" + }, + { + "bbox": [ + 470, + 164, + 506, + 178 + ], + "score": 1.0, + "content": "will not", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 175, + 506, + 189 + ], + "spans": [ + { + "bbox": [ + 105, + 175, + 292, + 189 + ], + "score": 1.0, + "content": "have full column rank, and hence neither will", + "type": "text" + }, + { + "bbox": [ + 292, + 176, + 302, + 186 + ], + "score": 0.37, + "content": "\\mathbf { G }", + "type": "inline_equation" + }, + { + "bbox": [ + 303, + 175, + 472, + 189 + ], + "score": 1.0, + "content": ". To demonstrate sufficiency a.e., suppose", + "type": "text" + }, + { + "bbox": [ + 473, + 177, + 483, + 186 + ], + "score": 0.65, + "content": "\\mathbf { G }", + "type": "inline_equation" + }, + { + "bbox": [ + 483, + 175, + 506, + 189 + ], + "score": 1.0, + "content": "does", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 187, + 506, + 199 + ], + "spans": [ + { + "bbox": [ + 105, + 187, + 229, + 199 + ], + "score": 1.0, + "content": "not have full column rank. Let", + "type": "text" + }, + { + "bbox": [ + 229, + 187, + 237, + 197 + ], + "score": 0.81, + "content": "S", + "type": "inline_equation" + }, + { + "bbox": [ + 237, + 187, + 376, + 199 + ], + "score": 1.0, + "content": "be the minimum set of columns of", + "type": "text" + }, + { + "bbox": [ + 376, + 187, + 387, + 197 + ], + "score": 0.53, + "content": "\\mathbf { G }", + "type": "inline_equation" + }, + { + "bbox": [ + 387, + 187, + 506, + 199 + ], + "score": 1.0, + "content": "which are linearly dependent.", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 196, + 506, + 212 + ], + "spans": [ + { + "bbox": [ + 105, + 196, + 191, + 212 + ], + "score": 1.0, + "content": "Since the columns of", + "type": "text" + }, + { + "bbox": [ + 192, + 199, + 207, + 210 + ], + "score": 0.93, + "content": "\\mathbf { G } _ { S }", + "type": "inline_equation" + }, + { + "bbox": [ + 208, + 196, + 380, + 212 + ], + "score": 1.0, + "content": "are assumed linearly dependent there exists", + "type": "text" + }, + { + "bbox": [ + 381, + 198, + 418, + 209 + ], + "score": 0.92, + "content": "\\mathbf { v } \\in \\mathbb { R } ^ { | S | }", + "type": "inline_equation" + }, + { + "bbox": [ + 418, + 196, + 440, + 212 + ], + "score": 1.0, + "content": "such", + "type": "text" + }, + { + "bbox": [ + 440, + 199, + 487, + 212 + ], + "score": 0.92, + "content": "\\| \\mathbf { v } \\| _ { 0 } = | S |", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 196, + 506, + 212 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 210, + 505, + 222 + ], + "spans": [ + { + "bbox": [ + 106, + 210, + 147, + 221 + ], + "score": 0.91, + "content": "\\mathbf { G } _ { S } \\mathbf { v } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 147, + 210, + 317, + 222 + ], + "score": 1.0, + "content": ". Using Lemma 28 we complete the proof.", + "type": "text" + }, + { + "bbox": [ + 494, + 210, + 505, + 221 + ], + "score": 1.0, + "content": "□", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 6 + }, + { + "type": "title", + "bbox": [ + 108, + 242, + 230, + 254 + ], + "lines": [ + { + "bbox": [ + 106, + 241, + 230, + 255 + ], + "spans": [ + { + "bbox": [ + 106, + 241, + 230, + 255 + ], + "score": 1.0, + "content": "12.2 PROOF OF LEMMA 15", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 10 + }, + { + "type": "text", + "bbox": [ + 106, + 266, + 504, + 289 + ], + "lines": [ + { + "bbox": [ + 105, + 266, + 505, + 279 + ], + "spans": [ + { + "bbox": [ + 105, + 266, + 505, + 279 + ], + "score": 1.0, + "content": "In this section we will prove Lemma 15 in subsection 12.3.3. This proof relies on two rather basic", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 277, + 354, + 288 + ], + "spans": [ + { + "bbox": [ + 106, + 277, + 354, + 288 + ], + "score": 1.0, + "content": "results, which we first prove in subsections 12.2.1 and 12.2.2.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11.5 + }, + { + "type": "title", + "bbox": [ + 108, + 308, + 385, + 321 + ], + "lines": [ + { + "bbox": [ + 107, + 309, + 386, + 321 + ], + "spans": [ + { + "bbox": [ + 107, + 309, + 386, + 321 + ], + "score": 1.0, + "content": "12.2.1 NUMBER OF DICHOTOMIES INDUCED BY A HYPERPLANE", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 13 + }, + { + "type": "text", + "bbox": [ + 107, + 329, + 506, + 367 + ], + "lines": [ + { + "bbox": [ + 104, + 329, + 504, + 344 + ], + "spans": [ + { + "bbox": [ + 104, + 329, + 201, + 344 + ], + "score": 1.0, + "content": "Fact 29. A hyperplane", + "type": "text" + }, + { + "bbox": [ + 202, + 332, + 233, + 343 + ], + "score": 0.9, + "content": "{ \\mathbf w } \\in d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 234, + 329, + 372, + 344 + ], + "score": 1.0, + "content": "can separate a given set of points", + "type": "text" + }, + { + "bbox": [ + 373, + 330, + 504, + 344 + ], + "score": 0.93, + "content": "\\mathbf { X } = \\left[ \\mathbf { x } ^ { ( 1 ) } , \\ldots , \\mathbf { x } ^ { ( N ) } \\right] \\in \\mathbb { R } ^ { d _ { 0 } \\times N }", + "type": "inline_equation" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 343, + 505, + 357 + ], + "spans": [ + { + "bbox": [ + 105, + 343, + 338, + 357 + ], + "score": 1.0, + "content": "into several different dichotomies, i.e., different results for", + "type": "text" + }, + { + "bbox": [ + 338, + 343, + 390, + 357 + ], + "score": 0.78, + "content": "\\mathrm { s i g n } \\left( \\mathbf { w } ^ { \\top } \\mathbf { X } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 390, + 343, + 505, + 357 + ], + "score": 1.0, + "content": ". The number of dichotomies", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 355, + 224, + 368 + ], + "spans": [ + { + "bbox": [ + 106, + 355, + 224, + 368 + ], + "score": 1.0, + "content": "is upper bounded as follows:", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 15 + }, + { + "type": "interline_equation", + "bbox": [ + 156, + 378, + 452, + 416 + ], + "lines": [ + { + "bbox": [ + 156, + 378, + 452, + 416 + ], + "spans": [ + { + "bbox": [ + 156, + 378, + 452, + 416 + ], + "score": 0.92, + "content": "\\sum _ { \\mathbf { h } \\in \\{ - 1 , 1 \\} ^ { N } } \\mathscr { T } \\left( \\exists \\mathbf { w } : \\mathrm { s i g n } \\left( \\mathbf { w } ^ { \\top } \\mathbf { X } \\right) = \\mathbf { h } ^ { \\top } \\right) \\leq 2 \\sum _ { k = 0 } ^ { d _ { 0 } - 1 } \\left( \\begin{array} { l } { N - 1 } \\\\ { k } \\end{array} \\right) \\leq 2 N ^ { d _ { 0 } } .", + "type": "interline_equation", + "image_path": "276611149f850fb17a545865714e1e2821ff4642a53a796c1de7f19e11080b61.jpg" + } + ] + } + ], + "index": 18, + "virtual_lines": [ + { + "bbox": [ + 156, + 378, + 452, + 390.6666666666667 + ], + "spans": [], + "index": 17 + }, + { + "bbox": [ + 156, + 390.6666666666667, + 452, + 403.33333333333337 + ], + "spans": [], + "index": 18 + }, + { + "bbox": [ + 156, + 403.33333333333337, + 452, + 416.00000000000006 + ], + "spans": [], + "index": 19 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 448, + 506, + 494 + ], + "lines": [ + { + "bbox": [ + 105, + 449, + 506, + 462 + ], + "spans": [ + { + "bbox": [ + 105, + 449, + 506, + 462 + ], + "score": 1.0, + "content": "Proof. See (Cover, 1965, Theorem 1) for a proof of the left inequality as equality (the Schläfli", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 460, + 505, + 473 + ], + "spans": [ + { + "bbox": [ + 105, + 460, + 283, + 473 + ], + "score": 1.0, + "content": "Theorem) in the case that the columns of", + "type": "text" + }, + { + "bbox": [ + 284, + 461, + 294, + 471 + ], + "score": 0.56, + "content": "\\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 294, + 460, + 459, + 473 + ], + "score": 1.0, + "content": "are in “general position” (which holds", + "type": "text" + }, + { + "bbox": [ + 460, + 461, + 469, + 471 + ], + "score": 0.58, + "content": "\\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 470, + 460, + 505, + 473 + ], + "score": 1.0, + "content": "-a.e, see", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 471, + 506, + 484 + ], + "spans": [ + { + "bbox": [ + 105, + 471, + 232, + 484 + ], + "score": 1.0, + "content": "definition in (Cover, 1965)) . If", + "type": "text" + }, + { + "bbox": [ + 232, + 472, + 242, + 482 + ], + "score": 0.44, + "content": "\\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 242, + 471, + 506, + 484 + ], + "score": 1.0, + "content": "is not in general position then this result becomes an upper bound,", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 483, + 294, + 495 + ], + "spans": [ + { + "bbox": [ + 105, + 483, + 294, + 495 + ], + "score": 1.0, + "content": "since some dichotomies might not be possible.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 21.5 + }, + { + "type": "text", + "bbox": [ + 105, + 498, + 506, + 522 + ], + "lines": [ + { + "bbox": [ + 104, + 498, + 507, + 513 + ], + "spans": [ + { + "bbox": [ + 104, + 498, + 264, + 513 + ], + "score": 1.0, + "content": "Next, we prove the right inequality. For", + "type": "text" + }, + { + "bbox": [ + 265, + 500, + 294, + 510 + ], + "score": 0.89, + "content": "N = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 294, + 498, + 311, + 513 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 312, + 500, + 340, + 510 + ], + "score": 0.89, + "content": "N = 2", + "type": "inline_equation" + }, + { + "bbox": [ + 340, + 498, + 474, + 513 + ], + "score": 1.0, + "content": "the inequality trivially holds. For", + "type": "text" + }, + { + "bbox": [ + 474, + 500, + 502, + 510 + ], + "score": 0.89, + "content": "N \\geq 3", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 498, + 507, + 513 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 509, + 143, + 524 + ], + "spans": [ + { + "bbox": [ + 105, + 509, + 143, + 524 + ], + "score": 1.0, + "content": "we have", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24.5 + }, + { + "type": "interline_equation", + "bbox": [ + 162, + 528, + 448, + 564 + ], + "lines": [ + { + "bbox": [ + 162, + 528, + 448, + 564 + ], + "spans": [ + { + "bbox": [ + 162, + 528, + 448, + 564 + ], + "score": 0.95, + "content": "2 \\sum _ { k = 0 } ^ { d _ { 0 } - 1 } \\left( \\begin{array} { c } { { N - 1 } } \\\\ { { k } } \\end{array} \\right) \\stackrel { \\left( 1 \\right) } { \\leq } 2 \\sum _ { k = 0 } ^ { d _ { 0 } - 1 } \\left( N - 1 \\right) ^ { k } \\stackrel { \\left( 2 \\right) } { \\leq } 2 \\frac { \\left( N - 1 \\right) ^ { d _ { 0 } } - 1 } { N - 2 } \\leq 2 N ^ { d _ { 0 } } .", + "type": "interline_equation", + "image_path": "2a0c240d5f62a5eac2e8d4314d8e8be31fcb5e7c6b97181552e8d6ceb4619032.jpg" + } + ] + } + ], + "index": 27, + "virtual_lines": [ + { + "bbox": [ + 162, + 528, + 448, + 540.0 + ], + "spans": [], + "index": 26 + }, + { + "bbox": [ + 162, + 540.0, + 448, + 552.0 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 162, + 552.0, + 448, + 564.0 + ], + "spans": [], + "index": 28 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 576, + 486, + 603 + ], + "lines": [ + { + "bbox": [ + 102, + 576, + 488, + 603 + ], + "spans": [ + { + "bbox": [ + 102, + 576, + 236, + 601 + ], + "score": 1.0, + "content": "where in (1) we used the bound", + "type": "text" + }, + { + "bbox": [ + 236, + 576, + 298, + 603 + ], + "score": 0.92, + "content": "\\left( \\begin{array} { c } { { N } } \\\\ { { k } } \\end{array} \\right) \\le N ^ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 298, + 578, + 488, + 599 + ], + "score": 1.0, + "content": ", in (2) we used the sum of a geometric series.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 29 + }, + { + "type": "title", + "bbox": [ + 109, + 635, + 283, + 647 + ], + "lines": [ + { + "bbox": [ + 106, + 635, + 284, + 648 + ], + "spans": [ + { + "bbox": [ + 106, + 635, + 284, + 648 + ], + "score": 1.0, + "content": "12.2.2 A BASIC PROBABILISTIC BOUND", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 30 + }, + { + "type": "text", + "bbox": [ + 106, + 654, + 505, + 697 + ], + "lines": [ + { + "bbox": [ + 105, + 654, + 505, + 672 + ], + "spans": [ + { + "bbox": [ + 105, + 654, + 177, + 672 + ], + "score": 1.0, + "content": "Lemma 30. Let", + "type": "text" + }, + { + "bbox": [ + 177, + 654, + 336, + 672 + ], + "score": 0.92, + "content": "\\mathbf { H } = \\left[ \\mathbf { h } _ { 1 } ^ { \\top } , \\ldots , \\mathbf { h } _ { d _ { 1 } } ^ { \\top } \\right] ^ { \\top } \\in \\{ - 1 , 1 \\} ^ { d _ { 1 } \\times k }", + "type": "inline_equation" + }, + { + "bbox": [ + 336, + 654, + 478, + 672 + ], + "score": 1.0, + "content": "be a deterministic binary matrix,", + "type": "text" + }, + { + "bbox": [ + 478, + 658, + 505, + 670 + ], + "score": 0.85, + "content": "{ \\textbf { W } } =", + "type": "inline_equation" + } + ], + "index": 31 + }, + { + "bbox": [ + 107, + 670, + 504, + 687 + ], + "spans": [ + { + "bbox": [ + 107, + 670, + 219, + 687 + ], + "score": 0.92, + "content": "\\left[ \\mathbf { w } _ { 1 } ^ { \\top } , \\ldots , \\mathbf { w } _ { d _ { 1 } } ^ { \\top } \\right] ^ { \\top } \\in \\mathbb { R } ^ { d _ { 1 } \\times d _ { 0 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 219, + 670, + 455, + 687 + ], + "score": 1.0, + "content": "be an independent standard random Gaussian matrix, and", + "type": "text" + }, + { + "bbox": [ + 456, + 672, + 504, + 684 + ], + "score": 0.91, + "content": "\\mathbf { X } \\in \\mathbb { R } ^ { d _ { 0 } \\times k }", + "type": "inline_equation" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 684, + 405, + 698 + ], + "spans": [ + { + "bbox": [ + 105, + 684, + 405, + 698 + ], + "score": 1.0, + "content": "be a random matrix with independent and identically distributed columns.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32 + }, + { + "type": "interline_equation", + "bbox": [ + 186, + 708, + 424, + 736 + ], + "lines": [ + { + "bbox": [ + 186, + 708, + 424, + 736 + ], + "spans": [ + { + "bbox": [ + 186, + 708, + 424, + 736 + ], + "score": 0.92, + "content": "\\begin{array} { r } { \\mathbb { P } \\left( \\operatorname { s i g n } \\left( { \\mathbf { W } } { \\mathbf { X } } \\right) = { \\mathbf { H } } \\right) \\leq \\left( \\begin{array} { c } { k } \\\\ { \\lfloor k / 2 \\rfloor } \\end{array} \\right) \\mathbb { P } \\left( { \\mathbf { W } } { \\mathbf { X } } _ { [ \\lfloor k / 2 \\rfloor ] } > 0 \\right) . } \\end{array}", + "type": "interline_equation", + "image_path": "eca24cd528c0ee1bac7acc6fa2f0a83813f1e2a9ff3bcd5b862de87b6cea02d1.jpg" + } + ] + } + ], + "index": 34.5, + "virtual_lines": [ + { + "bbox": [ + 186, + 708, + 424, + 722.0 + ], + "spans": [], + "index": 34 + }, + { + "bbox": [ + 186, + 722.0, + 424, + 736.0 + ], + "spans": [], + "index": 35 + } + ] + } + ], + "page_idx": 21, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 26, + 308, + 38 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 309, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 309, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 495, + 583, + 505, + 594 + ], + "lines": [ + { + "bbox": [ + 496, + 585, + 505, + 595 + ], + "spans": [ + { + "bbox": [ + 496, + 585, + 505, + 595 + ], + "score": 0.998, + "content": "□", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 761 + ], + "lines": [ + { + "bbox": [ + 298, + 750, + 313, + 764 + ], + "spans": [ + { + "bbox": [ + 298, + 750, + 313, + 764 + ], + "score": 1.0, + "content": "22", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 104, + 81, + 505, + 106 + ], + "lines": [ + { + "bbox": [ + 106, + 83, + 506, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 83, + 316, + 95 + ], + "score": 1.0, + "content": "there exists an invertible row transformation matrix", + "type": "text" + }, + { + "bbox": [ + 316, + 83, + 326, + 93 + ], + "score": 0.55, + "content": "\\mathbf { R }", + "type": "inline_equation" + }, + { + "bbox": [ + 326, + 83, + 368, + 95 + ], + "score": 1.0, + "content": ", such that", + "type": "text" + }, + { + "bbox": [ + 369, + 83, + 393, + 93 + ], + "score": 0.88, + "content": "\\mathbf { R A } _ { S }", + "type": "inline_equation" + }, + { + "bbox": [ + 393, + 83, + 430, + 95 + ], + "score": 1.0, + "content": "has only", + "type": "text" + }, + { + "bbox": [ + 430, + 83, + 443, + 93 + ], + "score": 0.88, + "content": "d _ { S }", + "type": "inline_equation" + }, + { + "bbox": [ + 443, + 83, + 506, + 95 + ], + "score": 1.0, + "content": "non-zero rows.", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 93, + 483, + 106 + ], + "spans": [ + { + "bbox": [ + 106, + 93, + 164, + 106 + ], + "score": 1.0, + "content": "Consider now", + "type": "text" + }, + { + "bbox": [ + 165, + 93, + 232, + 105 + ], + "score": 0.92, + "content": "\\mathbf { G } _ { S } = \\mathbf { A } _ { S } \\circ \\mathbf { X } _ { S }", + "type": "inline_equation" + }, + { + "bbox": [ + 232, + 93, + 411, + 106 + ], + "score": 1.0, + "content": ", i.e., the matrix composed of the columns of", + "type": "text" + }, + { + "bbox": [ + 412, + 94, + 421, + 104 + ], + "score": 0.72, + "content": "\\mathbf { G }", + "type": "inline_equation" + }, + { + "bbox": [ + 422, + 93, + 433, + 106 + ], + "score": 1.0, + "content": "in", + "type": "text" + }, + { + "bbox": [ + 433, + 95, + 441, + 104 + ], + "score": 0.79, + "content": "S", + "type": "inline_equation" + }, + { + "bbox": [ + 441, + 93, + 483, + 106 + ], + "score": 1.0, + "content": ". We have", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5, + "bbox_fs": [ + 106, + 83, + 506, + 106 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 204, + 117, + 406, + 131 + ], + "lines": [ + { + "bbox": [ + 204, + 117, + 406, + 131 + ], + "spans": [ + { + "bbox": [ + 204, + 117, + 406, + 131 + ], + "score": 0.89, + "content": "\\mathbf { G } _ { S } ^ { \\prime } = ( \\mathbf { R } \\mathbf { A } _ { S } ) \\circ \\mathbf { X } _ { S } = \\mathbf { R } ^ { \\prime } \\left( \\mathbf { A } _ { S } \\circ \\mathbf { X } _ { S } \\right) = \\mathbf { R } ^ { \\prime } \\mathbf { G } _ { S } ,", + "type": "interline_equation", + "image_path": "924a84543fe5a6ef518a3f828b345ceae59266a440f2c1d625f44d3b28908187.jpg" + } + ] + } + ], + "index": 2, + "virtual_lines": [ + { + "bbox": [ + 204, + 117, + 406, + 131 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 142, + 506, + 222 + ], + "lines": [ + { + "bbox": [ + 106, + 143, + 505, + 156 + ], + "spans": [ + { + "bbox": [ + 106, + 143, + 133, + 156 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 143, + 192, + 155 + ], + "score": 0.92, + "content": "\\mathbf { R } ^ { \\prime } = \\mathbf { R } \\otimes \\mathbf { I } _ { d _ { 0 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 192, + 143, + 439, + 156 + ], + "score": 1.0, + "content": "is also an invertible row transformation matrix, which applies", + "type": "text" + }, + { + "bbox": [ + 439, + 144, + 449, + 153 + ], + "score": 0.64, + "content": "\\mathbf { R }", + "type": "inline_equation" + }, + { + "bbox": [ + 450, + 143, + 505, + 156 + ], + "score": 1.0, + "content": "separately on", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 154, + 506, + 168 + ], + "spans": [ + { + "bbox": [ + 105, + 154, + 121, + 168 + ], + "score": 1.0, + "content": "the", + "type": "text" + }, + { + "bbox": [ + 121, + 155, + 132, + 165 + ], + "score": 0.88, + "content": "d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 132, + 154, + 198, + 168 + ], + "score": 1.0, + "content": "sub-matrices of", + "type": "text" + }, + { + "bbox": [ + 198, + 155, + 214, + 165 + ], + "score": 0.9, + "content": "\\mathbf { G } _ { S }", + "type": "inline_equation" + }, + { + "bbox": [ + 214, + 154, + 378, + 168 + ], + "score": 1.0, + "content": "that are constructed by taking one every", + "type": "text" + }, + { + "bbox": [ + 378, + 155, + 389, + 165 + ], + "score": 0.88, + "content": "d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 389, + 154, + 440, + 168 + ], + "score": 1.0, + "content": "rows. Since", + "type": "text" + }, + { + "bbox": [ + 440, + 154, + 456, + 166 + ], + "score": 0.89, + "content": "\\mathbf { G } _ { S } ^ { \\prime }", + "type": "inline_equation" + }, + { + "bbox": [ + 456, + 154, + 506, + 168 + ], + "score": 1.0, + "content": "has at most", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 107, + 164, + 506, + 178 + ], + "spans": [ + { + "bbox": [ + 107, + 166, + 128, + 177 + ], + "score": 0.9, + "content": "d _ { 0 } d _ { S }", + "type": "inline_equation" + }, + { + "bbox": [ + 128, + 164, + 241, + 178 + ], + "score": 1.0, + "content": "non-zero rows, the rank of", + "type": "text" + }, + { + "bbox": [ + 241, + 165, + 257, + 177 + ], + "score": 0.9, + "content": "\\mathbf { G } _ { S }", + "type": "inline_equation" + }, + { + "bbox": [ + 257, + 164, + 319, + 178 + ], + "score": 1.0, + "content": "cannot exceed", + "type": "text" + }, + { + "bbox": [ + 319, + 165, + 341, + 177 + ], + "score": 0.9, + "content": "d _ { 0 } d _ { S }", + "type": "inline_equation" + }, + { + "bbox": [ + 341, + 164, + 401, + 178 + ], + "score": 1.0, + "content": ". Therefore, if", + "type": "text" + }, + { + "bbox": [ + 401, + 165, + 449, + 177 + ], + "score": 0.89, + "content": "| S | > d _ { 0 } d _ { S }", + "type": "inline_equation" + }, + { + "bbox": [ + 449, + 164, + 453, + 178 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 453, + 166, + 469, + 177 + ], + "score": 0.85, + "content": "\\mathbf { G } _ { S }", + "type": "inline_equation" + }, + { + "bbox": [ + 470, + 164, + 506, + 178 + ], + "score": 1.0, + "content": "will not", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 175, + 506, + 189 + ], + "spans": [ + { + "bbox": [ + 105, + 175, + 292, + 189 + ], + "score": 1.0, + "content": "have full column rank, and hence neither will", + "type": "text" + }, + { + "bbox": [ + 292, + 176, + 302, + 186 + ], + "score": 0.37, + "content": "\\mathbf { G }", + "type": "inline_equation" + }, + { + "bbox": [ + 303, + 175, + 472, + 189 + ], + "score": 1.0, + "content": ". To demonstrate sufficiency a.e., suppose", + "type": "text" + }, + { + "bbox": [ + 473, + 177, + 483, + 186 + ], + "score": 0.65, + "content": "\\mathbf { G }", + "type": "inline_equation" + }, + { + "bbox": [ + 483, + 175, + 506, + 189 + ], + "score": 1.0, + "content": "does", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 187, + 506, + 199 + ], + "spans": [ + { + "bbox": [ + 105, + 187, + 229, + 199 + ], + "score": 1.0, + "content": "not have full column rank. Let", + "type": "text" + }, + { + "bbox": [ + 229, + 187, + 237, + 197 + ], + "score": 0.81, + "content": "S", + "type": "inline_equation" + }, + { + "bbox": [ + 237, + 187, + 376, + 199 + ], + "score": 1.0, + "content": "be the minimum set of columns of", + "type": "text" + }, + { + "bbox": [ + 376, + 187, + 387, + 197 + ], + "score": 0.53, + "content": "\\mathbf { G }", + "type": "inline_equation" + }, + { + "bbox": [ + 387, + 187, + 506, + 199 + ], + "score": 1.0, + "content": "which are linearly dependent.", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 196, + 506, + 212 + ], + "spans": [ + { + "bbox": [ + 105, + 196, + 191, + 212 + ], + "score": 1.0, + "content": "Since the columns of", + "type": "text" + }, + { + "bbox": [ + 192, + 199, + 207, + 210 + ], + "score": 0.93, + "content": "\\mathbf { G } _ { S }", + "type": "inline_equation" + }, + { + "bbox": [ + 208, + 196, + 380, + 212 + ], + "score": 1.0, + "content": "are assumed linearly dependent there exists", + "type": "text" + }, + { + "bbox": [ + 381, + 198, + 418, + 209 + ], + "score": 0.92, + "content": "\\mathbf { v } \\in \\mathbb { R } ^ { | S | }", + "type": "inline_equation" + }, + { + "bbox": [ + 418, + 196, + 440, + 212 + ], + "score": 1.0, + "content": "such", + "type": "text" + }, + { + "bbox": [ + 440, + 199, + 487, + 212 + ], + "score": 0.92, + "content": "\\| \\mathbf { v } \\| _ { 0 } = | S |", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 196, + 506, + 212 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 210, + 505, + 222 + ], + "spans": [ + { + "bbox": [ + 106, + 210, + 147, + 221 + ], + "score": 0.91, + "content": "\\mathbf { G } _ { S } \\mathbf { v } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 147, + 210, + 317, + 222 + ], + "score": 1.0, + "content": ". Using Lemma 28 we complete the proof.", + "type": "text" + }, + { + "bbox": [ + 494, + 210, + 505, + 221 + ], + "score": 1.0, + "content": "□", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 6, + "bbox_fs": [ + 105, + 143, + 506, + 222 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 242, + 230, + 254 + ], + "lines": [ + { + "bbox": [ + 106, + 241, + 230, + 255 + ], + "spans": [ + { + "bbox": [ + 106, + 241, + 230, + 255 + ], + "score": 1.0, + "content": "12.2 PROOF OF LEMMA 15", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 10 + }, + { + "type": "text", + "bbox": [ + 106, + 266, + 504, + 289 + ], + "lines": [ + { + "bbox": [ + 105, + 266, + 505, + 279 + ], + "spans": [ + { + "bbox": [ + 105, + 266, + 505, + 279 + ], + "score": 1.0, + "content": "In this section we will prove Lemma 15 in subsection 12.3.3. This proof relies on two rather basic", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 277, + 354, + 288 + ], + "spans": [ + { + "bbox": [ + 106, + 277, + 354, + 288 + ], + "score": 1.0, + "content": "results, which we first prove in subsections 12.2.1 and 12.2.2.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11.5, + "bbox_fs": [ + 105, + 266, + 505, + 288 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 308, + 385, + 321 + ], + "lines": [ + { + "bbox": [ + 107, + 309, + 386, + 321 + ], + "spans": [ + { + "bbox": [ + 107, + 309, + 386, + 321 + ], + "score": 1.0, + "content": "12.2.1 NUMBER OF DICHOTOMIES INDUCED BY A HYPERPLANE", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 13 + }, + { + "type": "text", + "bbox": [ + 107, + 329, + 506, + 367 + ], + "lines": [ + { + "bbox": [ + 104, + 329, + 504, + 344 + ], + "spans": [ + { + "bbox": [ + 104, + 329, + 201, + 344 + ], + "score": 1.0, + "content": "Fact 29. A hyperplane", + "type": "text" + }, + { + "bbox": [ + 202, + 332, + 233, + 343 + ], + "score": 0.9, + "content": "{ \\mathbf w } \\in d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 234, + 329, + 372, + 344 + ], + "score": 1.0, + "content": "can separate a given set of points", + "type": "text" + }, + { + "bbox": [ + 373, + 330, + 504, + 344 + ], + "score": 0.93, + "content": "\\mathbf { X } = \\left[ \\mathbf { x } ^ { ( 1 ) } , \\ldots , \\mathbf { x } ^ { ( N ) } \\right] \\in \\mathbb { R } ^ { d _ { 0 } \\times N }", + "type": "inline_equation" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 343, + 505, + 357 + ], + "spans": [ + { + "bbox": [ + 105, + 343, + 338, + 357 + ], + "score": 1.0, + "content": "into several different dichotomies, i.e., different results for", + "type": "text" + }, + { + "bbox": [ + 338, + 343, + 390, + 357 + ], + "score": 0.78, + "content": "\\mathrm { s i g n } \\left( \\mathbf { w } ^ { \\top } \\mathbf { X } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 390, + 343, + 505, + 357 + ], + "score": 1.0, + "content": ". The number of dichotomies", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 355, + 224, + 368 + ], + "spans": [ + { + "bbox": [ + 106, + 355, + 224, + 368 + ], + "score": 1.0, + "content": "is upper bounded as follows:", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 15, + "bbox_fs": [ + 104, + 329, + 505, + 368 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 156, + 378, + 452, + 416 + ], + "lines": [ + { + "bbox": [ + 156, + 378, + 452, + 416 + ], + "spans": [ + { + "bbox": [ + 156, + 378, + 452, + 416 + ], + "score": 0.92, + "content": "\\sum _ { \\mathbf { h } \\in \\{ - 1 , 1 \\} ^ { N } } \\mathscr { T } \\left( \\exists \\mathbf { w } : \\mathrm { s i g n } \\left( \\mathbf { w } ^ { \\top } \\mathbf { X } \\right) = \\mathbf { h } ^ { \\top } \\right) \\leq 2 \\sum _ { k = 0 } ^ { d _ { 0 } - 1 } \\left( \\begin{array} { l } { N - 1 } \\\\ { k } \\end{array} \\right) \\leq 2 N ^ { d _ { 0 } } .", + "type": "interline_equation", + "image_path": "276611149f850fb17a545865714e1e2821ff4642a53a796c1de7f19e11080b61.jpg" + } + ] + } + ], + "index": 18, + "virtual_lines": [ + { + "bbox": [ + 156, + 378, + 452, + 390.6666666666667 + ], + "spans": [], + "index": 17 + }, + { + "bbox": [ + 156, + 390.6666666666667, + 452, + 403.33333333333337 + ], + "spans": [], + "index": 18 + }, + { + "bbox": [ + 156, + 403.33333333333337, + 452, + 416.00000000000006 + ], + "spans": [], + "index": 19 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 448, + 506, + 494 + ], + "lines": [ + { + "bbox": [ + 105, + 449, + 506, + 462 + ], + "spans": [ + { + "bbox": [ + 105, + 449, + 506, + 462 + ], + "score": 1.0, + "content": "Proof. See (Cover, 1965, Theorem 1) for a proof of the left inequality as equality (the Schläfli", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 460, + 505, + 473 + ], + "spans": [ + { + "bbox": [ + 105, + 460, + 283, + 473 + ], + "score": 1.0, + "content": "Theorem) in the case that the columns of", + "type": "text" + }, + { + "bbox": [ + 284, + 461, + 294, + 471 + ], + "score": 0.56, + "content": "\\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 294, + 460, + 459, + 473 + ], + "score": 1.0, + "content": "are in “general position” (which holds", + "type": "text" + }, + { + "bbox": [ + 460, + 461, + 469, + 471 + ], + "score": 0.58, + "content": "\\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 470, + 460, + 505, + 473 + ], + "score": 1.0, + "content": "-a.e, see", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 471, + 506, + 484 + ], + "spans": [ + { + "bbox": [ + 105, + 471, + 232, + 484 + ], + "score": 1.0, + "content": "definition in (Cover, 1965)) . If", + "type": "text" + }, + { + "bbox": [ + 232, + 472, + 242, + 482 + ], + "score": 0.44, + "content": "\\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 242, + 471, + 506, + 484 + ], + "score": 1.0, + "content": "is not in general position then this result becomes an upper bound,", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 483, + 294, + 495 + ], + "spans": [ + { + "bbox": [ + 105, + 483, + 294, + 495 + ], + "score": 1.0, + "content": "since some dichotomies might not be possible.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 21.5, + "bbox_fs": [ + 105, + 449, + 506, + 495 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 498, + 506, + 522 + ], + "lines": [ + { + "bbox": [ + 104, + 498, + 507, + 513 + ], + "spans": [ + { + "bbox": [ + 104, + 498, + 264, + 513 + ], + "score": 1.0, + "content": "Next, we prove the right inequality. For", + "type": "text" + }, + { + "bbox": [ + 265, + 500, + 294, + 510 + ], + "score": 0.89, + "content": "N = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 294, + 498, + 311, + 513 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 312, + 500, + 340, + 510 + ], + "score": 0.89, + "content": "N = 2", + "type": "inline_equation" + }, + { + "bbox": [ + 340, + 498, + 474, + 513 + ], + "score": 1.0, + "content": "the inequality trivially holds. For", + "type": "text" + }, + { + "bbox": [ + 474, + 500, + 502, + 510 + ], + "score": 0.89, + "content": "N \\geq 3", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 498, + 507, + 513 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 509, + 143, + 524 + ], + "spans": [ + { + "bbox": [ + 105, + 509, + 143, + 524 + ], + "score": 1.0, + "content": "we have", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24.5, + "bbox_fs": [ + 104, + 498, + 507, + 524 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 162, + 528, + 448, + 564 + ], + "lines": [ + { + "bbox": [ + 162, + 528, + 448, + 564 + ], + "spans": [ + { + "bbox": [ + 162, + 528, + 448, + 564 + ], + "score": 0.95, + "content": "2 \\sum _ { k = 0 } ^ { d _ { 0 } - 1 } \\left( \\begin{array} { c } { { N - 1 } } \\\\ { { k } } \\end{array} \\right) \\stackrel { \\left( 1 \\right) } { \\leq } 2 \\sum _ { k = 0 } ^ { d _ { 0 } - 1 } \\left( N - 1 \\right) ^ { k } \\stackrel { \\left( 2 \\right) } { \\leq } 2 \\frac { \\left( N - 1 \\right) ^ { d _ { 0 } } - 1 } { N - 2 } \\leq 2 N ^ { d _ { 0 } } .", + "type": "interline_equation", + "image_path": "2a0c240d5f62a5eac2e8d4314d8e8be31fcb5e7c6b97181552e8d6ceb4619032.jpg" + } + ] + } + ], + "index": 27, + "virtual_lines": [ + { + "bbox": [ + 162, + 528, + 448, + 540.0 + ], + "spans": [], + "index": 26 + }, + { + "bbox": [ + 162, + 540.0, + 448, + 552.0 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 162, + 552.0, + 448, + 564.0 + ], + "spans": [], + "index": 28 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 576, + 486, + 603 + ], + "lines": [ + { + "bbox": [ + 102, + 576, + 488, + 603 + ], + "spans": [ + { + "bbox": [ + 102, + 576, + 236, + 601 + ], + "score": 1.0, + "content": "where in (1) we used the bound", + "type": "text" + }, + { + "bbox": [ + 236, + 576, + 298, + 603 + ], + "score": 0.92, + "content": "\\left( \\begin{array} { c } { { N } } \\\\ { { k } } \\end{array} \\right) \\le N ^ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 298, + 578, + 488, + 599 + ], + "score": 1.0, + "content": ", in (2) we used the sum of a geometric series.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 29, + "bbox_fs": [ + 102, + 576, + 488, + 603 + ] + }, + { + "type": "title", + "bbox": [ + 109, + 635, + 283, + 647 + ], + "lines": [ + { + "bbox": [ + 106, + 635, + 284, + 648 + ], + "spans": [ + { + "bbox": [ + 106, + 635, + 284, + 648 + ], + "score": 1.0, + "content": "12.2.2 A BASIC PROBABILISTIC BOUND", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 30 + }, + { + "type": "text", + "bbox": [ + 106, + 654, + 505, + 697 + ], + "lines": [ + { + "bbox": [ + 105, + 654, + 505, + 672 + ], + "spans": [ + { + "bbox": [ + 105, + 654, + 177, + 672 + ], + "score": 1.0, + "content": "Lemma 30. Let", + "type": "text" + }, + { + "bbox": [ + 177, + 654, + 336, + 672 + ], + "score": 0.92, + "content": "\\mathbf { H } = \\left[ \\mathbf { h } _ { 1 } ^ { \\top } , \\ldots , \\mathbf { h } _ { d _ { 1 } } ^ { \\top } \\right] ^ { \\top } \\in \\{ - 1 , 1 \\} ^ { d _ { 1 } \\times k }", + "type": "inline_equation" + }, + { + "bbox": [ + 336, + 654, + 478, + 672 + ], + "score": 1.0, + "content": "be a deterministic binary matrix,", + "type": "text" + }, + { + "bbox": [ + 478, + 658, + 505, + 670 + ], + "score": 0.85, + "content": "{ \\textbf { W } } =", + "type": "inline_equation" + } + ], + "index": 31 + }, + { + "bbox": [ + 107, + 670, + 504, + 687 + ], + "spans": [ + { + "bbox": [ + 107, + 670, + 219, + 687 + ], + "score": 0.92, + "content": "\\left[ \\mathbf { w } _ { 1 } ^ { \\top } , \\ldots , \\mathbf { w } _ { d _ { 1 } } ^ { \\top } \\right] ^ { \\top } \\in \\mathbb { R } ^ { d _ { 1 } \\times d _ { 0 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 219, + 670, + 455, + 687 + ], + "score": 1.0, + "content": "be an independent standard random Gaussian matrix, and", + "type": "text" + }, + { + "bbox": [ + 456, + 672, + 504, + 684 + ], + "score": 0.91, + "content": "\\mathbf { X } \\in \\mathbb { R } ^ { d _ { 0 } \\times k }", + "type": "inline_equation" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 684, + 405, + 698 + ], + "spans": [ + { + "bbox": [ + 105, + 684, + 405, + 698 + ], + "score": 1.0, + "content": "be a random matrix with independent and identically distributed columns.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32, + "bbox_fs": [ + 105, + 654, + 505, + 698 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 186, + 708, + 424, + 736 + ], + "lines": [ + { + "bbox": [ + 186, + 708, + 424, + 736 + ], + "spans": [ + { + "bbox": [ + 186, + 708, + 424, + 736 + ], + "score": 0.92, + "content": "\\begin{array} { r } { \\mathbb { P } \\left( \\operatorname { s i g n } \\left( { \\mathbf { W } } { \\mathbf { X } } \\right) = { \\mathbf { H } } \\right) \\leq \\left( \\begin{array} { c } { k } \\\\ { \\lfloor k / 2 \\rfloor } \\end{array} \\right) \\mathbb { P } \\left( { \\mathbf { W } } { \\mathbf { X } } _ { [ \\lfloor k / 2 \\rfloor ] } > 0 \\right) . } \\end{array}", + "type": "interline_equation", + "image_path": "eca24cd528c0ee1bac7acc6fa2f0a83813f1e2a9ff3bcd5b862de87b6cea02d1.jpg" + } + ] + } + ], + "index": 34.5, + "virtual_lines": [ + { + "bbox": [ + 186, + 708, + 424, + 722.0 + ], + "spans": [], + "index": 34 + }, + { + "bbox": [ + 186, + 722.0, + 424, + 736.0 + ], + "spans": [], + "index": 35 + } + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 221, + 94 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 222, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 222, + 95 + ], + "score": 1.0, + "content": "Proof. By direct calculation", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "interline_equation", + "bbox": [ + 111, + 100, + 507, + 244 + ], + "lines": [ + { + "bbox": [ + 111, + 100, + 507, + 244 + ], + "spans": [ + { + "bbox": [ + 111, + 100, + 507, + 244 + ], + "score": 0.91, + "content": "\\begin{array} { r l } { \\displaystyle \\widehat { \\mathbf { \\xi } } \\displaystyle \\geq ( \\mathrm { s i g n } ( \\mathbf { W X } ) = \\mathbf { H } ) = } & { \\displaystyle \\mathbb { E } [ \\mathbb { P } ( \\mathrm { s i g n } ( \\mathbf { W X } ) = \\mathbf { H } \\vert \\mathbf { X } ) ] \\stackrel { ( 1 ) } { = } \\mathbb { E } [ \\displaystyle \\prod _ { i = 1 } ^ { d } \\mathbb { P } ( \\mathrm { s i g n } ( \\mathbf { w } _ { i } ^ { \\top } \\mathbf { X } ) = \\mathbf { h } _ { i } ^ { \\top } \\vert \\mathbf { X } ) ] } \\\\ & { \\stackrel { ( 2 ) } { \\leq } \\mathbb { E } [ \\displaystyle \\prod _ { i = 1 } ^ { d _ { 1 } } \\mathbb { P } ( \\mathbf { w } _ { i } ^ { \\top } \\mathbf { X } _ { \\delta ( \\mathbf { h } _ { i } ) } > 0 \\vert \\mathbf { X } ) ] \\stackrel { ( 3 ) } { \\leq } \\mathbb { E } [ \\displaystyle \\prod _ { i = 1 } ^ { d _ { 1 } } \\mathbb { P } ( \\mathbf { w } _ { i } ^ { \\top } \\mathbf { X } _ { S _ { i } } > 0 \\vert \\mathbf { X } ) ] } \\\\ & { \\stackrel { ( 4 ) } { = } \\mathbb { E } [ \\mathbb { P } ( \\mathbf { W X } _ { S _ { s } } > 0 \\vert \\mathbf { X } ) ] \\stackrel { ( 5 ) } { \\leq } \\mathbb { E } [ \\displaystyle \\sum _ { S \\geq [ R _ { 1 } ] : S \\mid = \\lfloor k / 2 \\rfloor } } \\\\ & { = \\displaystyle \\sum _ { S \\leq [ k ] : S = \\lfloor k / 2 \\rfloor } \\mathbb { E } [ \\mathbb { P } ( \\mathbf { W X } _ { S } > 0 \\vert \\mathbf { X } ) ] \\stackrel { ( 6 ) } { = } ( \\begin{array} { l } { k } \\\\ { \\lfloor k / 2 \\rfloor } \\end{array} ) \\mathbb { P } ( \\mathbf { W } _ { \\mathbf { X } _ { \\lfloor k / 2 \\rfloor } } > 0 ) . } \\end{array}", + "type": "interline_equation", + "image_path": "d1fdd0cb76eea7fd5e7e1cd6e223b98a7ba70b9e98cb7a40eec7b5bb8f8a5526.jpg" + } + ] + } + ], + "index": 2, + "virtual_lines": [ + { + "bbox": [ + 111, + 100, + 507, + 148.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 111, + 148.0, + 507, + 196.0 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 111, + 196.0, + 507, + 244.0 + ], + "spans": [], + "index": 3 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 248, + 132, + 259 + ], + "lines": [ + { + "bbox": [ + 105, + 246, + 134, + 261 + ], + "spans": [ + { + "bbox": [ + 105, + 246, + 134, + 261 + ], + "score": 1.0, + "content": "where", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 130, + 272, + 292, + 284 + ], + "lines": [ + { + "bbox": [ + 129, + 270, + 293, + 286 + ], + "spans": [ + { + "bbox": [ + 129, + 270, + 276, + 286 + ], + "score": 1.0, + "content": "1. We used the independence of the", + "type": "text" + }, + { + "bbox": [ + 276, + 274, + 289, + 283 + ], + "score": 0.87, + "content": "\\mathbf { w } _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 289, + 270, + 293, + 286 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5 + }, + { + "type": "text", + "bbox": [ + 130, + 291, + 506, + 345 + ], + "lines": [ + { + "bbox": [ + 128, + 290, + 507, + 306 + ], + "spans": [ + { + "bbox": [ + 128, + 290, + 190, + 306 + ], + "score": 1.0, + "content": "2. We define", + "type": "text" + }, + { + "bbox": [ + 190, + 291, + 333, + 306 + ], + "score": 0.92, + "content": "\\hat { S } _ { \\pm } \\left( \\mathbf { h } \\right) \\ \\triangleq \\ \\left\\{ S \\subset \\left[ k \\right] : \\pm \\mathbf { h } _ { S } ^ { \\top } > 0 \\right\\}", + "type": "inline_equation" + }, + { + "bbox": [ + 334, + 290, + 428, + 306 + ], + "score": 1.0, + "content": "as the sets in which", + "type": "text" + }, + { + "bbox": [ + 428, + 294, + 437, + 303 + ], + "score": 0.36, + "content": "\\mathbf { h }", + "type": "inline_equation" + }, + { + "bbox": [ + 437, + 290, + 507, + 306 + ], + "score": 1.0, + "content": "is always posi-", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 141, + 305, + 506, + 319 + ], + "spans": [ + { + "bbox": [ + 141, + 306, + 217, + 318 + ], + "score": 1.0, + "content": "tive/negative, and", + "type": "text" + }, + { + "bbox": [ + 217, + 305, + 241, + 319 + ], + "score": 0.91, + "content": "\\hat { S } \\left( \\mathbf { h } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 241, + 306, + 446, + 318 + ], + "score": 1.0, + "content": "as the maximal set between these two. Note that", + "type": "text" + }, + { + "bbox": [ + 446, + 308, + 459, + 318 + ], + "score": 0.85, + "content": "\\mathbf { w } _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 459, + 306, + 506, + 318 + ], + "score": 1.0, + "content": "has a stan-", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 141, + 317, + 505, + 332 + ], + "spans": [ + { + "bbox": [ + 141, + 317, + 393, + 332 + ], + "score": 1.0, + "content": "dard normal distribution which is symmetric to sign flips, so", + "type": "text" + }, + { + "bbox": [ + 393, + 318, + 505, + 332 + ], + "score": 0.91, + "content": "\\forall S : \\mathbb { P } \\left( \\mathbf { w } _ { i } ^ { \\top } \\mathbf { X } _ { S } > 0 | \\mathbf { X } \\right) =", + "type": "inline_equation" + } + ], + "index": 8 + }, + { + "bbox": [ + 142, + 329, + 224, + 346 + ], + "spans": [ + { + "bbox": [ + 142, + 330, + 219, + 345 + ], + "score": 0.9, + "content": "\\mathbb { P } \\left( \\mathbf { w } _ { i } ^ { \\top } \\mathbf { X } _ { S } < 0 | \\mathbf { X } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 220, + 329, + 224, + 346 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 7.5 + }, + { + "type": "text", + "bbox": [ + 129, + 351, + 502, + 376 + ], + "lines": [ + { + "bbox": [ + 128, + 351, + 502, + 372 + ], + "spans": [ + { + "bbox": [ + 128, + 351, + 182, + 371 + ], + "score": 1.0, + "content": "3. Note that", + "type": "text" + }, + { + "bbox": [ + 182, + 352, + 249, + 372 + ], + "score": 0.92, + "content": "\\left| \\hat { S } \\left( \\mathbf { h } \\right) \\right| \\ge \\lfloor k / 2 \\rfloor", + "type": "inline_equation" + }, + { + "bbox": [ + 250, + 351, + 366, + 371 + ], + "score": 1.0, + "content": ". Therefore, we define S∗ =", + "type": "text" + }, + { + "bbox": [ + 374, + 354, + 421, + 369 + ], + "score": 1.0, + "content": "argmax", + "type": "text" + }, + { + "bbox": [ + 421, + 354, + 499, + 368 + ], + "score": 0.59, + "content": "\\mathbb { P } \\left( \\mathbf { w } _ { i } ^ { \\top } \\mathbf { X } _ { S } > 0 | \\mathbf { X } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 500, + 354, + 502, + 369 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 363, + 367, + 423, + 376 + ], + "spans": [ + { + "bbox": [ + 363, + 367, + 423, + 376 + ], + "score": 0.59, + "content": "S C [ k ] : \\bar { | } S | = \\lfloor k / 2 \\rfloor", + "type": "inline_equation" + } + ], + "index": 11 + } + ], + "index": 10.5 + }, + { + "type": "text", + "bbox": [ + 131, + 383, + 291, + 396 + ], + "lines": [ + { + "bbox": [ + 128, + 381, + 289, + 398 + ], + "spans": [ + { + "bbox": [ + 128, + 381, + 276, + 398 + ], + "score": 1.0, + "content": "4. We used the independence of the", + "type": "text" + }, + { + "bbox": [ + 276, + 385, + 289, + 394 + ], + "score": 0.9, + "content": "\\mathbf { w } _ { i }", + "type": "inline_equation" + } + ], + "index": 12 + } + ], + "index": 12 + }, + { + "type": "text", + "bbox": [ + 129, + 402, + 442, + 415 + ], + "lines": [ + { + "bbox": [ + 129, + 401, + 443, + 416 + ], + "spans": [ + { + "bbox": [ + 129, + 401, + 443, + 416 + ], + "score": 1.0, + "content": "5. The maximum is a single term in the following sum of non-negative terms.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 13 + }, + { + "type": "text", + "bbox": [ + 130, + 421, + 505, + 456 + ], + "lines": [ + { + "bbox": [ + 128, + 420, + 505, + 435 + ], + "spans": [ + { + "bbox": [ + 128, + 420, + 259, + 435 + ], + "score": 1.0, + "content": "6. Taking the expectation over", + "type": "text" + }, + { + "bbox": [ + 259, + 422, + 269, + 432 + ], + "score": 0.63, + "content": "\\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 270, + 420, + 362, + 435 + ], + "score": 1.0, + "content": ", since the columns of", + "type": "text" + }, + { + "bbox": [ + 362, + 422, + 372, + 432 + ], + "score": 0.42, + "content": "\\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 373, + 420, + 505, + 435 + ], + "score": 1.0, + "content": "are independent and identically", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 141, + 432, + 506, + 446 + ], + "spans": [ + { + "bbox": [ + 141, + 432, + 250, + 446 + ], + "score": 1.0, + "content": "distributed, the location of", + "type": "text" + }, + { + "bbox": [ + 250, + 433, + 258, + 443 + ], + "score": 0.83, + "content": "S", + "type": "inline_equation" + }, + { + "bbox": [ + 258, + 432, + 506, + 446 + ], + "score": 1.0, + "content": "does not affect the probability. Therefore, we can set without", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 141, + 443, + 268, + 457 + ], + "spans": [ + { + "bbox": [ + 141, + 443, + 213, + 457 + ], + "score": 1.0, + "content": "loss of generality", + "type": "text" + }, + { + "bbox": [ + 214, + 443, + 264, + 456 + ], + "score": 0.93, + "content": "S = [ \\lfloor k / 2 \\rfloor ]", + "type": "inline_equation" + }, + { + "bbox": [ + 264, + 443, + 268, + 457 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 15 + }, + { + "type": "title", + "bbox": [ + 108, + 493, + 505, + 516 + ], + "lines": [ + { + "bbox": [ + 107, + 493, + 505, + 505 + ], + "spans": [ + { + "bbox": [ + 107, + 493, + 505, + 505 + ], + "score": 1.0, + "content": "12.2.3 MAIN PROOF: BOUND ON THE NUMBER OF CONFIGURATIONS FOR A BINARY MATRIX", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 144, + 506, + 236, + 516 + ], + "spans": [ + { + "bbox": [ + 144, + 506, + 236, + 516 + ], + "score": 1.0, + "content": "WITH CERTAIN RANK", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17.5 + }, + { + "type": "text", + "bbox": [ + 107, + 523, + 265, + 535 + ], + "lines": [ + { + "bbox": [ + 105, + 522, + 266, + 538 + ], + "spans": [ + { + "bbox": [ + 105, + 522, + 185, + 538 + ], + "score": 1.0, + "content": "Recall the function", + "type": "text" + }, + { + "bbox": [ + 185, + 523, + 203, + 536 + ], + "score": 0.89, + "content": "a \\left( \\cdot \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 204, + 522, + 266, + 538 + ], + "score": 1.0, + "content": "from eq. (2.1):", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 19 + }, + { + "type": "interline_equation", + "bbox": [ + 251, + 542, + 360, + 570 + ], + "lines": [ + { + "bbox": [ + 251, + 542, + 360, + 570 + ], + "spans": [ + { + "bbox": [ + 251, + 542, + 360, + 570 + ], + "score": 0.94, + "content": "a \\left( u \\right) \\triangleq \\left\\{ \\begin{array} { l l } { 1 } & { , \\mathrm { i f } , u > 0 } \\\\ { \\rho } & { , \\mathrm { i f } u < 0 } \\end{array} \\right. .", + "type": "interline_equation", + "image_path": "9b2221403addba9e787fbde7841108c759c1753d7275c9d8c998715393cc168d.jpg" + } + ] + } + ], + "index": 20, + "virtual_lines": [ + { + "bbox": [ + 251, + 542, + 360, + 570 + ], + "spans": [], + "index": 20 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 576, + 160, + 587 + ], + "lines": [ + { + "bbox": [ + 106, + 574, + 158, + 589 + ], + "spans": [ + { + "bbox": [ + 106, + 574, + 133, + 589 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 576, + 158, + 588 + ], + "score": 0.9, + "content": "\\rho \\neq 1", + "type": "inline_equation" + } + ], + "index": 21 + } + ], + "index": 21 + }, + { + "type": "text", + "bbox": [ + 106, + 591, + 506, + 626 + ], + "lines": [ + { + "bbox": [ + 104, + 589, + 507, + 604 + ], + "spans": [ + { + "bbox": [ + 104, + 589, + 274, + 604 + ], + "score": 1.0, + "content": "Lemma 31. (Lemma 15 restated). Let", + "type": "text" + }, + { + "bbox": [ + 275, + 590, + 326, + 601 + ], + "score": 0.91, + "content": "\\mathbf { X } \\in \\mathbb { R } ^ { d _ { 0 } \\times k }", + "type": "inline_equation" + }, + { + "bbox": [ + 326, + 589, + 507, + 604 + ], + "score": 1.0, + "content": "be a random matrix with independent and", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 599, + 507, + 615 + ], + "spans": [ + { + "bbox": [ + 105, + 599, + 249, + 615 + ], + "score": 1.0, + "content": "identically distributed columns, and", + "type": "text" + }, + { + "bbox": [ + 250, + 602, + 304, + 613 + ], + "score": 0.89, + "content": "\\mathbf { W } \\in \\mathbb { R } ^ { d _ { 1 } \\times d _ { 0 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 304, + 599, + 507, + 615 + ], + "score": 1.0, + "content": "an independent standard random Gaussian matrix.", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 612, + 253, + 626 + ], + "spans": [ + { + "bbox": [ + 105, + 612, + 178, + 626 + ], + "score": 1.0, + "content": "Then, in the limit", + "type": "text" + }, + { + "bbox": [ + 178, + 613, + 249, + 625 + ], + "score": 0.91, + "content": "\\operatorname* { m i n } \\left[ k , d _ { 0 } , d _ { 1 } \\right] \\dot { > } r", + "type": "inline_equation" + }, + { + "bbox": [ + 249, + 612, + 253, + 626 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 23 + }, + { + "type": "interline_equation", + "bbox": [ + 162, + 631, + 448, + 648 + ], + "lines": [ + { + "bbox": [ + 162, + 631, + 448, + 648 + ], + "spans": [ + { + "bbox": [ + 162, + 631, + 448, + 648 + ], + "score": 0.87, + "content": "\\begin{array} { r } { \\mathbb { P } \\left( \\mathrm { r a n k } \\left( a \\left( \\mathbf { W } \\mathbf { X } \\right) \\right) = r \\right) \\dot { \\leq } 2 ^ { k + r d _ { 0 } ( \\log d _ { 1 } + \\log k ) + r ^ { 2 } } \\mathbb { P } \\left( \\mathbf { W } \\mathbf { X } _ { [ \\lfloor k / 2 \\rfloor ] } > 0 \\right) . } \\end{array}", + "type": "interline_equation", + "image_path": "364630bd489ca246d1fca1bcf304f112c24d0e6abb1816a7e761cdeb8aa75aaf.jpg" + } + ] + } + ], + "index": 25, + "virtual_lines": [ + { + "bbox": [ + 162, + 631, + 448, + 648 + ], + "spans": [], + "index": 25 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 660, + 506, + 736 + ], + "lines": [ + { + "bbox": [ + 104, + 658, + 507, + 678 + ], + "spans": [ + { + "bbox": [ + 104, + 658, + 180, + 678 + ], + "score": 1.0, + "content": "Proof. We denote", + "type": "text" + }, + { + "bbox": [ + 180, + 661, + 294, + 675 + ], + "score": 0.93, + "content": "\\mathbf { A } = a \\left( \\mathbf { W } \\mathbf { X } \\right) \\in \\{ \\rho , 1 \\} ^ { d _ { 1 } \\times k }", + "type": "inline_equation" + }, + { + "bbox": [ + 294, + 658, + 424, + 678 + ], + "score": 1.0, + "content": ". For any such A for which rank", + "type": "text" + }, + { + "bbox": [ + 425, + 663, + 460, + 675 + ], + "score": 0.91, + "content": "( \\mathbf { A } ) = r", + "type": "inline_equation" + }, + { + "bbox": [ + 460, + 658, + 507, + 678 + ], + "score": 1.0, + "content": ", we have a", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 674, + 504, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 679, + 159, + 694 + ], + "score": 1.0, + "content": "collection of", + "type": "text" + }, + { + "bbox": [ + 160, + 684, + 165, + 691 + ], + "score": 0.72, + "content": "r", + "type": "inline_equation" + }, + { + "bbox": [ + 165, + 679, + 351, + 694 + ], + "score": 1.0, + "content": "rows that span the remaining rows. There are", + "type": "text" + }, + { + "bbox": [ + 351, + 674, + 385, + 700 + ], + "score": 0.92, + "content": "\\left( \\begin{array} { c } { d _ { 1 } } \\\\ { r } \\end{array} \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 385, + 680, + 497, + 695 + ], + "score": 1.0, + "content": "possible locations for these", + "type": "text" + }, + { + "bbox": [ + 498, + 684, + 504, + 691 + ], + "score": 0.67, + "content": "r", + "type": "inline_equation" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 698, + 506, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 329, + 711 + ], + "score": 1.0, + "content": "spanning rows. In these rows there exist a collection of", + "type": "text" + }, + { + "bbox": [ + 329, + 701, + 334, + 708 + ], + "score": 0.76, + "content": "r", + "type": "inline_equation" + }, + { + "bbox": [ + 335, + 698, + 506, + 711 + ], + "score": 1.0, + "content": "columns that span the remaining columns.", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 709, + 506, + 736 + ], + "spans": [ + { + "bbox": [ + 105, + 714, + 146, + 731 + ], + "score": 1.0, + "content": "There are", + "type": "text" + }, + { + "bbox": [ + 146, + 709, + 176, + 736 + ], + "score": 0.92, + "content": "\\left( \\begin{array} { l } { k } \\\\ { r } \\end{array} \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 177, + 714, + 285, + 731 + ], + "score": 1.0, + "content": "possible locations for these", + "type": "text" + }, + { + "bbox": [ + 286, + 720, + 291, + 726 + ], + "score": 0.75, + "content": "r", + "type": "inline_equation" + }, + { + "bbox": [ + 292, + 714, + 506, + 731 + ], + "score": 1.0, + "content": "spanning columns. At the intersection of the spanning", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 27.5 + } + ], + "page_idx": 22, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 26, + 308, + 38 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 309, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 309, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 298, + 750, + 313, + 764 + ], + "spans": [ + { + "bbox": [ + 298, + 750, + 313, + 764 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 14, + "width": 15 + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 494, + 468, + 505, + 479 + ], + "lines": [ + { + "bbox": [ + 495, + 469, + 505, + 479 + ], + "spans": [ + { + "bbox": [ + 495, + 469, + 505, + 479 + ], + "score": 0.999, + "content": "□", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 221, + 94 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 222, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 222, + 95 + ], + "score": 1.0, + "content": "Proof. By direct calculation", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0, + "bbox_fs": [ + 106, + 82, + 222, + 95 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 111, + 100, + 507, + 244 + ], + "lines": [ + { + "bbox": [ + 111, + 100, + 507, + 244 + ], + "spans": [ + { + "bbox": [ + 111, + 100, + 507, + 244 + ], + "score": 0.91, + "content": "\\begin{array} { r l } { \\displaystyle \\widehat { \\mathbf { \\xi } } \\displaystyle \\geq ( \\mathrm { s i g n } ( \\mathbf { W X } ) = \\mathbf { H } ) = } & { \\displaystyle \\mathbb { E } [ \\mathbb { P } ( \\mathrm { s i g n } ( \\mathbf { W X } ) = \\mathbf { H } \\vert \\mathbf { X } ) ] \\stackrel { ( 1 ) } { = } \\mathbb { E } [ \\displaystyle \\prod _ { i = 1 } ^ { d } \\mathbb { P } ( \\mathrm { s i g n } ( \\mathbf { w } _ { i } ^ { \\top } \\mathbf { X } ) = \\mathbf { h } _ { i } ^ { \\top } \\vert \\mathbf { X } ) ] } \\\\ & { \\stackrel { ( 2 ) } { \\leq } \\mathbb { E } [ \\displaystyle \\prod _ { i = 1 } ^ { d _ { 1 } } \\mathbb { P } ( \\mathbf { w } _ { i } ^ { \\top } \\mathbf { X } _ { \\delta ( \\mathbf { h } _ { i } ) } > 0 \\vert \\mathbf { X } ) ] \\stackrel { ( 3 ) } { \\leq } \\mathbb { E } [ \\displaystyle \\prod _ { i = 1 } ^ { d _ { 1 } } \\mathbb { P } ( \\mathbf { w } _ { i } ^ { \\top } \\mathbf { X } _ { S _ { i } } > 0 \\vert \\mathbf { X } ) ] } \\\\ & { \\stackrel { ( 4 ) } { = } \\mathbb { E } [ \\mathbb { P } ( \\mathbf { W X } _ { S _ { s } } > 0 \\vert \\mathbf { X } ) ] \\stackrel { ( 5 ) } { \\leq } \\mathbb { E } [ \\displaystyle \\sum _ { S \\geq [ R _ { 1 } ] : S \\mid = \\lfloor k / 2 \\rfloor } } \\\\ & { = \\displaystyle \\sum _ { S \\leq [ k ] : S = \\lfloor k / 2 \\rfloor } \\mathbb { E } [ \\mathbb { P } ( \\mathbf { W X } _ { S } > 0 \\vert \\mathbf { X } ) ] \\stackrel { ( 6 ) } { = } ( \\begin{array} { l } { k } \\\\ { \\lfloor k / 2 \\rfloor } \\end{array} ) \\mathbb { P } ( \\mathbf { W } _ { \\mathbf { X } _ { \\lfloor k / 2 \\rfloor } } > 0 ) . } \\end{array}", + "type": "interline_equation", + "image_path": "d1fdd0cb76eea7fd5e7e1cd6e223b98a7ba70b9e98cb7a40eec7b5bb8f8a5526.jpg" + } + ] + } + ], + "index": 2, + "virtual_lines": [ + { + "bbox": [ + 111, + 100, + 507, + 148.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 111, + 148.0, + 507, + 196.0 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 111, + 196.0, + 507, + 244.0 + ], + "spans": [], + "index": 3 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 248, + 132, + 259 + ], + "lines": [ + { + "bbox": [ + 105, + 246, + 134, + 261 + ], + "spans": [ + { + "bbox": [ + 105, + 246, + 134, + 261 + ], + "score": 1.0, + "content": "where", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4, + "bbox_fs": [ + 105, + 246, + 134, + 261 + ] + }, + { + "type": "text", + "bbox": [ + 130, + 272, + 292, + 284 + ], + "lines": [ + { + "bbox": [ + 129, + 270, + 293, + 286 + ], + "spans": [ + { + "bbox": [ + 129, + 270, + 276, + 286 + ], + "score": 1.0, + "content": "1. We used the independence of the", + "type": "text" + }, + { + "bbox": [ + 276, + 274, + 289, + 283 + ], + "score": 0.87, + "content": "\\mathbf { w } _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 289, + 270, + 293, + 286 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5, + "bbox_fs": [ + 129, + 270, + 293, + 286 + ] + }, + { + "type": "text", + "bbox": [ + 130, + 291, + 506, + 345 + ], + "lines": [ + { + "bbox": [ + 128, + 290, + 507, + 306 + ], + "spans": [ + { + "bbox": [ + 128, + 290, + 190, + 306 + ], + "score": 1.0, + "content": "2. We define", + "type": "text" + }, + { + "bbox": [ + 190, + 291, + 333, + 306 + ], + "score": 0.92, + "content": "\\hat { S } _ { \\pm } \\left( \\mathbf { h } \\right) \\ \\triangleq \\ \\left\\{ S \\subset \\left[ k \\right] : \\pm \\mathbf { h } _ { S } ^ { \\top } > 0 \\right\\}", + "type": "inline_equation" + }, + { + "bbox": [ + 334, + 290, + 428, + 306 + ], + "score": 1.0, + "content": "as the sets in which", + "type": "text" + }, + { + "bbox": [ + 428, + 294, + 437, + 303 + ], + "score": 0.36, + "content": "\\mathbf { h }", + "type": "inline_equation" + }, + { + "bbox": [ + 437, + 290, + 507, + 306 + ], + "score": 1.0, + "content": "is always posi-", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 141, + 305, + 506, + 319 + ], + "spans": [ + { + "bbox": [ + 141, + 306, + 217, + 318 + ], + "score": 1.0, + "content": "tive/negative, and", + "type": "text" + }, + { + "bbox": [ + 217, + 305, + 241, + 319 + ], + "score": 0.91, + "content": "\\hat { S } \\left( \\mathbf { h } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 241, + 306, + 446, + 318 + ], + "score": 1.0, + "content": "as the maximal set between these two. Note that", + "type": "text" + }, + { + "bbox": [ + 446, + 308, + 459, + 318 + ], + "score": 0.85, + "content": "\\mathbf { w } _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 459, + 306, + 506, + 318 + ], + "score": 1.0, + "content": "has a stan-", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 141, + 317, + 505, + 332 + ], + "spans": [ + { + "bbox": [ + 141, + 317, + 393, + 332 + ], + "score": 1.0, + "content": "dard normal distribution which is symmetric to sign flips, so", + "type": "text" + }, + { + "bbox": [ + 393, + 318, + 505, + 332 + ], + "score": 0.91, + "content": "\\forall S : \\mathbb { P } \\left( \\mathbf { w } _ { i } ^ { \\top } \\mathbf { X } _ { S } > 0 | \\mathbf { X } \\right) =", + "type": "inline_equation" + } + ], + "index": 8 + }, + { + "bbox": [ + 142, + 329, + 224, + 346 + ], + "spans": [ + { + "bbox": [ + 142, + 330, + 219, + 345 + ], + "score": 0.9, + "content": "\\mathbb { P } \\left( \\mathbf { w } _ { i } ^ { \\top } \\mathbf { X } _ { S } < 0 | \\mathbf { X } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 220, + 329, + 224, + 346 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 7.5, + "bbox_fs": [ + 128, + 290, + 507, + 346 + ] + }, + { + "type": "text", + "bbox": [ + 129, + 351, + 502, + 376 + ], + "lines": [ + { + "bbox": [ + 128, + 351, + 502, + 372 + ], + "spans": [ + { + "bbox": [ + 128, + 351, + 182, + 371 + ], + "score": 1.0, + "content": "3. Note that", + "type": "text" + }, + { + "bbox": [ + 182, + 352, + 249, + 372 + ], + "score": 0.92, + "content": "\\left| \\hat { S } \\left( \\mathbf { h } \\right) \\right| \\ge \\lfloor k / 2 \\rfloor", + "type": "inline_equation" + }, + { + "bbox": [ + 250, + 351, + 366, + 371 + ], + "score": 1.0, + "content": ". Therefore, we define S∗ =", + "type": "text" + }, + { + "bbox": [ + 374, + 354, + 421, + 369 + ], + "score": 1.0, + "content": "argmax", + "type": "text" + }, + { + "bbox": [ + 421, + 354, + 499, + 368 + ], + "score": 0.59, + "content": "\\mathbb { P } \\left( \\mathbf { w } _ { i } ^ { \\top } \\mathbf { X } _ { S } > 0 | \\mathbf { X } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 500, + 354, + 502, + 369 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 363, + 367, + 423, + 376 + ], + "spans": [ + { + "bbox": [ + 363, + 367, + 423, + 376 + ], + "score": 0.59, + "content": "S C [ k ] : \\bar { | } S | = \\lfloor k / 2 \\rfloor", + "type": "inline_equation" + } + ], + "index": 11 + } + ], + "index": 10.5, + "bbox_fs": [ + 128, + 351, + 502, + 376 + ] + }, + { + "type": "text", + "bbox": [ + 131, + 383, + 291, + 396 + ], + "lines": [ + { + "bbox": [ + 128, + 381, + 289, + 398 + ], + "spans": [ + { + "bbox": [ + 128, + 381, + 276, + 398 + ], + "score": 1.0, + "content": "4. We used the independence of the", + "type": "text" + }, + { + "bbox": [ + 276, + 385, + 289, + 394 + ], + "score": 0.9, + "content": "\\mathbf { w } _ { i }", + "type": "inline_equation" + } + ], + "index": 12 + } + ], + "index": 12, + "bbox_fs": [ + 128, + 381, + 289, + 398 + ] + }, + { + "type": "text", + "bbox": [ + 129, + 402, + 442, + 415 + ], + "lines": [ + { + "bbox": [ + 129, + 401, + 443, + 416 + ], + "spans": [ + { + "bbox": [ + 129, + 401, + 443, + 416 + ], + "score": 1.0, + "content": "5. The maximum is a single term in the following sum of non-negative terms.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 13, + "bbox_fs": [ + 129, + 401, + 443, + 416 + ] + }, + { + "type": "text", + "bbox": [ + 130, + 421, + 505, + 456 + ], + "lines": [ + { + "bbox": [ + 128, + 420, + 505, + 435 + ], + "spans": [ + { + "bbox": [ + 128, + 420, + 259, + 435 + ], + "score": 1.0, + "content": "6. Taking the expectation over", + "type": "text" + }, + { + "bbox": [ + 259, + 422, + 269, + 432 + ], + "score": 0.63, + "content": "\\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 270, + 420, + 362, + 435 + ], + "score": 1.0, + "content": ", since the columns of", + "type": "text" + }, + { + "bbox": [ + 362, + 422, + 372, + 432 + ], + "score": 0.42, + "content": "\\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 373, + 420, + 505, + 435 + ], + "score": 1.0, + "content": "are independent and identically", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 141, + 432, + 506, + 446 + ], + "spans": [ + { + "bbox": [ + 141, + 432, + 250, + 446 + ], + "score": 1.0, + "content": "distributed, the location of", + "type": "text" + }, + { + "bbox": [ + 250, + 433, + 258, + 443 + ], + "score": 0.83, + "content": "S", + "type": "inline_equation" + }, + { + "bbox": [ + 258, + 432, + 506, + 446 + ], + "score": 1.0, + "content": "does not affect the probability. Therefore, we can set without", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 141, + 443, + 268, + 457 + ], + "spans": [ + { + "bbox": [ + 141, + 443, + 213, + 457 + ], + "score": 1.0, + "content": "loss of generality", + "type": "text" + }, + { + "bbox": [ + 214, + 443, + 264, + 456 + ], + "score": 0.93, + "content": "S = [ \\lfloor k / 2 \\rfloor ]", + "type": "inline_equation" + }, + { + "bbox": [ + 264, + 443, + 268, + 457 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 15, + "bbox_fs": [ + 128, + 420, + 506, + 457 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 493, + 505, + 516 + ], + "lines": [ + { + "bbox": [ + 107, + 493, + 505, + 505 + ], + "spans": [ + { + "bbox": [ + 107, + 493, + 505, + 505 + ], + "score": 1.0, + "content": "12.2.3 MAIN PROOF: BOUND ON THE NUMBER OF CONFIGURATIONS FOR A BINARY MATRIX", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 144, + 506, + 236, + 516 + ], + "spans": [ + { + "bbox": [ + 144, + 506, + 236, + 516 + ], + "score": 1.0, + "content": "WITH CERTAIN RANK", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17.5 + }, + { + "type": "text", + "bbox": [ + 107, + 523, + 265, + 535 + ], + "lines": [ + { + "bbox": [ + 105, + 522, + 266, + 538 + ], + "spans": [ + { + "bbox": [ + 105, + 522, + 185, + 538 + ], + "score": 1.0, + "content": "Recall the function", + "type": "text" + }, + { + "bbox": [ + 185, + 523, + 203, + 536 + ], + "score": 0.89, + "content": "a \\left( \\cdot \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 204, + 522, + 266, + 538 + ], + "score": 1.0, + "content": "from eq. (2.1):", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 19, + "bbox_fs": [ + 105, + 522, + 266, + 538 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 251, + 542, + 360, + 570 + ], + "lines": [ + { + "bbox": [ + 251, + 542, + 360, + 570 + ], + "spans": [ + { + "bbox": [ + 251, + 542, + 360, + 570 + ], + "score": 0.94, + "content": "a \\left( u \\right) \\triangleq \\left\\{ \\begin{array} { l l } { 1 } & { , \\mathrm { i f } , u > 0 } \\\\ { \\rho } & { , \\mathrm { i f } u < 0 } \\end{array} \\right. .", + "type": "interline_equation", + "image_path": "9b2221403addba9e787fbde7841108c759c1753d7275c9d8c998715393cc168d.jpg" + } + ] + } + ], + "index": 20, + "virtual_lines": [ + { + "bbox": [ + 251, + 542, + 360, + 570 + ], + "spans": [], + "index": 20 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 576, + 160, + 587 + ], + "lines": [ + { + "bbox": [ + 106, + 574, + 158, + 589 + ], + "spans": [ + { + "bbox": [ + 106, + 574, + 133, + 589 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 576, + 158, + 588 + ], + "score": 0.9, + "content": "\\rho \\neq 1", + "type": "inline_equation" + } + ], + "index": 21 + } + ], + "index": 21, + "bbox_fs": [ + 106, + 574, + 158, + 589 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 591, + 506, + 626 + ], + "lines": [ + { + "bbox": [ + 104, + 589, + 507, + 604 + ], + "spans": [ + { + "bbox": [ + 104, + 589, + 274, + 604 + ], + "score": 1.0, + "content": "Lemma 31. (Lemma 15 restated). Let", + "type": "text" + }, + { + "bbox": [ + 275, + 590, + 326, + 601 + ], + "score": 0.91, + "content": "\\mathbf { X } \\in \\mathbb { R } ^ { d _ { 0 } \\times k }", + "type": "inline_equation" + }, + { + "bbox": [ + 326, + 589, + 507, + 604 + ], + "score": 1.0, + "content": "be a random matrix with independent and", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 599, + 507, + 615 + ], + "spans": [ + { + "bbox": [ + 105, + 599, + 249, + 615 + ], + "score": 1.0, + "content": "identically distributed columns, and", + "type": "text" + }, + { + "bbox": [ + 250, + 602, + 304, + 613 + ], + "score": 0.89, + "content": "\\mathbf { W } \\in \\mathbb { R } ^ { d _ { 1 } \\times d _ { 0 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 304, + 599, + 507, + 615 + ], + "score": 1.0, + "content": "an independent standard random Gaussian matrix.", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 612, + 253, + 626 + ], + "spans": [ + { + "bbox": [ + 105, + 612, + 178, + 626 + ], + "score": 1.0, + "content": "Then, in the limit", + "type": "text" + }, + { + "bbox": [ + 178, + 613, + 249, + 625 + ], + "score": 0.91, + "content": "\\operatorname* { m i n } \\left[ k , d _ { 0 } , d _ { 1 } \\right] \\dot { > } r", + "type": "inline_equation" + }, + { + "bbox": [ + 249, + 612, + 253, + 626 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 23, + "bbox_fs": [ + 104, + 589, + 507, + 626 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 162, + 631, + 448, + 648 + ], + "lines": [ + { + "bbox": [ + 162, + 631, + 448, + 648 + ], + "spans": [ + { + "bbox": [ + 162, + 631, + 448, + 648 + ], + "score": 0.87, + "content": "\\begin{array} { r } { \\mathbb { P } \\left( \\mathrm { r a n k } \\left( a \\left( \\mathbf { W } \\mathbf { X } \\right) \\right) = r \\right) \\dot { \\leq } 2 ^ { k + r d _ { 0 } ( \\log d _ { 1 } + \\log k ) + r ^ { 2 } } \\mathbb { P } \\left( \\mathbf { W } \\mathbf { X } _ { [ \\lfloor k / 2 \\rfloor ] } > 0 \\right) . } \\end{array}", + "type": "interline_equation", + "image_path": "364630bd489ca246d1fca1bcf304f112c24d0e6abb1816a7e761cdeb8aa75aaf.jpg" + } + ] + } + ], + "index": 25, + "virtual_lines": [ + { + "bbox": [ + 162, + 631, + 448, + 648 + ], + "spans": [], + "index": 25 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 660, + 506, + 736 + ], + "lines": [ + { + "bbox": [ + 104, + 658, + 507, + 678 + ], + "spans": [ + { + "bbox": [ + 104, + 658, + 180, + 678 + ], + "score": 1.0, + "content": "Proof. We denote", + "type": "text" + }, + { + "bbox": [ + 180, + 661, + 294, + 675 + ], + "score": 0.93, + "content": "\\mathbf { A } = a \\left( \\mathbf { W } \\mathbf { X } \\right) \\in \\{ \\rho , 1 \\} ^ { d _ { 1 } \\times k }", + "type": "inline_equation" + }, + { + "bbox": [ + 294, + 658, + 424, + 678 + ], + "score": 1.0, + "content": ". For any such A for which rank", + "type": "text" + }, + { + "bbox": [ + 425, + 663, + 460, + 675 + ], + "score": 0.91, + "content": "( \\mathbf { A } ) = r", + "type": "inline_equation" + }, + { + "bbox": [ + 460, + 658, + 507, + 678 + ], + "score": 1.0, + "content": ", we have a", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 674, + 504, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 679, + 159, + 694 + ], + "score": 1.0, + "content": "collection of", + "type": "text" + }, + { + "bbox": [ + 160, + 684, + 165, + 691 + ], + "score": 0.72, + "content": "r", + "type": "inline_equation" + }, + { + "bbox": [ + 165, + 679, + 351, + 694 + ], + "score": 1.0, + "content": "rows that span the remaining rows. There are", + "type": "text" + }, + { + "bbox": [ + 351, + 674, + 385, + 700 + ], + "score": 0.92, + "content": "\\left( \\begin{array} { c } { d _ { 1 } } \\\\ { r } \\end{array} \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 385, + 680, + 497, + 695 + ], + "score": 1.0, + "content": "possible locations for these", + "type": "text" + }, + { + "bbox": [ + 498, + 684, + 504, + 691 + ], + "score": 0.67, + "content": "r", + "type": "inline_equation" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 698, + 506, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 329, + 711 + ], + "score": 1.0, + "content": "spanning rows. In these rows there exist a collection of", + "type": "text" + }, + { + "bbox": [ + 329, + 701, + 334, + 708 + ], + "score": 0.76, + "content": "r", + "type": "inline_equation" + }, + { + "bbox": [ + 335, + 698, + 506, + 711 + ], + "score": 1.0, + "content": "columns that span the remaining columns.", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 709, + 506, + 736 + ], + "spans": [ + { + "bbox": [ + 105, + 714, + 146, + 731 + ], + "score": 1.0, + "content": "There are", + "type": "text" + }, + { + "bbox": [ + 146, + 709, + 176, + 736 + ], + "score": 0.92, + "content": "\\left( \\begin{array} { l } { k } \\\\ { r } \\end{array} \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 177, + 714, + 285, + 731 + ], + "score": 1.0, + "content": "possible locations for these", + "type": "text" + }, + { + "bbox": [ + 286, + 720, + 291, + 726 + ], + "score": 0.75, + "content": "r", + "type": "inline_equation" + }, + { + "bbox": [ + 292, + 714, + 506, + 731 + ], + "score": 1.0, + "content": "spanning columns. At the intersection of the spanning", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 81, + 506, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 379, + 96 + ], + "score": 1.0, + "content": "rows and columns, there exist a full rank sub-matrix D. We denote", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 379, + 81, + 389, + 93 + ], + "score": 0.82, + "content": "\\tilde { \\mathbf { A } }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 389, + 81, + 506, + 96 + ], + "score": 1.0, + "content": "as the matrix A which rows", + "type": "text", + "cross_page": true + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 93, + 349, + 106 + ], + "spans": [ + { + "bbox": [ + 106, + 93, + 243, + 106 + ], + "score": 1.0, + "content": "and columns are permuted so that", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 243, + 94, + 253, + 104 + ], + "score": 0.68, + "content": "\\mathbf { D }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 254, + 93, + 349, + 106 + ], + "score": 1.0, + "content": "is the lower right block", + "type": "text", + "cross_page": true + } + ], + "index": 1 + } + ], + "index": 27.5, + "bbox_fs": [ + 104, + 658, + 507, + 736 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 81, + 504, + 105 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 506, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 379, + 96 + ], + "score": 1.0, + "content": "rows and columns, there exist a full rank sub-matrix D. We denote", + "type": "text" + }, + { + "bbox": [ + 379, + 81, + 389, + 93 + ], + "score": 0.82, + "content": "\\tilde { \\mathbf { A } }", + "type": "inline_equation" + }, + { + "bbox": [ + 389, + 81, + 506, + 96 + ], + "score": 1.0, + "content": "as the matrix A which rows", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 93, + 349, + 106 + ], + "spans": [ + { + "bbox": [ + 106, + 93, + 243, + 106 + ], + "score": 1.0, + "content": "and columns are permuted so that", + "type": "text" + }, + { + "bbox": [ + 243, + 94, + 253, + 104 + ], + "score": 0.68, + "content": "\\mathbf { D }", + "type": "inline_equation" + }, + { + "bbox": [ + 254, + 93, + 349, + 106 + ], + "score": 1.0, + "content": "is the lower right block", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "interline_equation", + "bbox": [ + 207, + 106, + 402, + 134 + ], + "lines": [ + { + "bbox": [ + 207, + 106, + 402, + 134 + ], + "spans": [ + { + "bbox": [ + 207, + 106, + 402, + 134 + ], + "score": 0.93, + "content": "\\begin{array} { r } { \\tilde { \\mathbf { A } } \\triangleq \\left( \\begin{array} { l l } { \\mathbf { Z } } & { \\mathbf { B } } \\\\ { \\mathbf { C } } & { \\mathbf { D } } \\end{array} \\right) = a \\left( \\begin{array} { l l } { \\mathbf { W } _ { 1 } \\mathbf { X } _ { 1 } } & { \\mathbf { W } _ { 1 } \\mathbf { X } _ { 2 } } \\\\ { \\mathbf { W } _ { 2 } \\mathbf { X } _ { 1 } } & { \\mathbf { W } _ { 2 } \\mathbf { X } _ { 2 } } \\end{array} \\right) , } \\end{array}", + "type": "interline_equation", + "image_path": "dc73d2077d1f22b894cfbb102d1a4719c160a8901a19011337502ed5990b9d21.jpg" + } + ] + } + ], + "index": 2, + "virtual_lines": [ + { + "bbox": [ + 207, + 106, + 402, + 134 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 135, + 502, + 147 + ], + "lines": [ + { + "bbox": [ + 106, + 134, + 505, + 149 + ], + "spans": [ + { + "bbox": [ + 106, + 134, + 132, + 149 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 132, + 136, + 142, + 146 + ], + "score": 0.76, + "content": "\\mathbf { D }", + "type": "inline_equation" + }, + { + "bbox": [ + 143, + 134, + 203, + 149 + ], + "score": 1.0, + "content": "is an invertible", + "type": "text" + }, + { + "bbox": [ + 204, + 137, + 227, + 146 + ], + "score": 0.9, + "content": "r \\times r", + "type": "inline_equation" + }, + { + "bbox": [ + 227, + 134, + 320, + 149 + ], + "score": 1.0, + "content": "matrix, and we divided", + "type": "text" + }, + { + "bbox": [ + 320, + 136, + 330, + 146 + ], + "score": 0.75, + "content": "\\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 330, + 134, + 348, + 149 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 348, + 136, + 361, + 146 + ], + "score": 0.26, + "content": "\\mathbf { W }", + "type": "inline_equation" + }, + { + "bbox": [ + 362, + 134, + 505, + 149 + ], + "score": 1.0, + "content": "to the corresponding block matrices", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + }, + { + "type": "interline_equation", + "bbox": [ + 227, + 149, + 382, + 167 + ], + "lines": [ + { + "bbox": [ + 227, + 149, + 382, + 167 + ], + "spans": [ + { + "bbox": [ + 227, + 149, + 382, + 167 + ], + "score": 0.9, + "content": "\\mathbf { W } \\triangleq \\left[ \\mathbf { W } _ { 1 } ^ { \\top } , \\mathbf { W } _ { 2 } ^ { \\top } \\right] ^ { \\top } , \\mathbf { X } \\triangleq \\left[ \\mathbf { X } _ { 1 } , \\mathbf { X } _ { 2 } \\right] ,", + "type": "interline_equation", + "image_path": "72609808dad38b145048f6a2d6e51932cbf1ba6c152e6ac4035c28ea1c2eea3e.jpg" + } + ] + } + ], + "index": 4, + "virtual_lines": [ + { + "bbox": [ + 227, + 149, + 382, + 167 + ], + "spans": [], + "index": 4 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 169, + 277, + 182 + ], + "lines": [ + { + "bbox": [ + 104, + 168, + 277, + 183 + ], + "spans": [ + { + "bbox": [ + 104, + 168, + 126, + 183 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 127, + 169, + 181, + 181 + ], + "score": 0.91, + "content": "\\mathbf { W } _ { 2 } \\in \\mathbb { R } ^ { r \\times d _ { 0 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 182, + 168, + 221, + 183 + ], + "score": 1.0, + "content": "rows and", + "type": "text" + }, + { + "bbox": [ + 222, + 169, + 274, + 182 + ], + "score": 0.91, + "content": "\\mathbf { X } _ { 2 } \\in \\mathbb { R } ^ { d _ { 0 } \\times r }", + "type": "inline_equation" + }, + { + "bbox": [ + 274, + 168, + 277, + 183 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5 + }, + { + "type": "text", + "bbox": [ + 107, + 186, + 506, + 226 + ], + "lines": [ + { + "bbox": [ + 106, + 186, + 508, + 206 + ], + "spans": [ + { + "bbox": [ + 106, + 186, + 132, + 204 + ], + "score": 1.0, + "content": "Since", + "type": "text" + }, + { + "bbox": [ + 132, + 186, + 193, + 206 + ], + "score": 0.87, + "content": "\\mathrm { r a n k } \\left( \\tilde { \\mathbf { A } } \\right) = r", + "type": "inline_equation" + }, + { + "bbox": [ + 194, + 186, + 230, + 204 + ], + "score": 1.0, + "content": ", the first", + "type": "text" + }, + { + "bbox": [ + 231, + 190, + 259, + 201 + ], + "score": 0.91, + "content": "d _ { 1 } - r", + "type": "inline_equation" + }, + { + "bbox": [ + 259, + 186, + 428, + 204 + ], + "score": 1.0, + "content": "rows are contained in the span of the last", + "type": "text" + }, + { + "bbox": [ + 428, + 192, + 434, + 200 + ], + "score": 0.75, + "content": "r", + "type": "inline_equation" + }, + { + "bbox": [ + 435, + 186, + 508, + 204 + ], + "score": 1.0, + "content": "rows. Therefore,", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 203, + 506, + 218 + ], + "spans": [ + { + "bbox": [ + 106, + 203, + 191, + 218 + ], + "score": 1.0, + "content": "there exists a matrix", + "type": "text" + }, + { + "bbox": [ + 192, + 205, + 202, + 216 + ], + "score": 0.84, + "content": "\\mathbf { Q }", + "type": "inline_equation" + }, + { + "bbox": [ + 203, + 203, + 243, + 218 + ], + "score": 1.0, + "content": "such that", + "type": "text" + }, + { + "bbox": [ + 243, + 204, + 282, + 216 + ], + "score": 0.9, + "content": "\\mathbf { Q C } = \\mathbf { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 282, + 203, + 301, + 218 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 301, + 204, + 342, + 216 + ], + "score": 0.89, + "content": "\\mathbf { Q D } = \\mathbf { B }", + "type": "inline_equation" + }, + { + "bbox": [ + 342, + 203, + 372, + 218 + ], + "score": 1.0, + "content": ". Since", + "type": "text" + }, + { + "bbox": [ + 372, + 204, + 383, + 215 + ], + "score": 0.71, + "content": "\\mathbf { D }", + "type": "inline_equation" + }, + { + "bbox": [ + 383, + 203, + 506, + 218 + ], + "score": 1.0, + "content": "is invertible, this implies that", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 107, + 213, + 214, + 229 + ], + "spans": [ + { + "bbox": [ + 107, + 215, + 155, + 227 + ], + "score": 0.92, + "content": "{ \\bf Q } = { \\bf B } { \\bf D } ^ { - 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 155, + 213, + 214, + 229 + ], + "score": 1.0, + "content": "and therefore", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7 + }, + { + "type": "interline_equation", + "bbox": [ + 273, + 224, + 336, + 239 + ], + "lines": [ + { + "bbox": [ + 273, + 224, + 336, + 239 + ], + "spans": [ + { + "bbox": [ + 273, + 224, + 336, + 239 + ], + "score": 0.9, + "content": "{ \\bf Z } = { \\bf B } { \\bf D } ^ { - 1 } { \\bf C } ,", + "type": "interline_equation", + "image_path": "89a36d6c33a2e98460f268c5959543252c2c44cf6910a0af2d26b6570119ee38.jpg" + } + ] + } + ], + "index": 9, + "virtual_lines": [ + { + "bbox": [ + 273, + 224, + 336, + 239 + ], + "spans": [], + "index": 9 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 239, + 266, + 251 + ], + "lines": [ + { + "bbox": [ + 106, + 238, + 266, + 253 + ], + "spans": [ + { + "bbox": [ + 106, + 238, + 123, + 253 + ], + "score": 1.0, + "content": "i.e.,", + "type": "text" + }, + { + "bbox": [ + 123, + 239, + 146, + 251 + ], + "score": 0.49, + "content": "\\mathbf { B } , \\mathbf { C }", + "type": "inline_equation" + }, + { + "bbox": [ + 146, + 238, + 163, + 253 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 164, + 240, + 174, + 250 + ], + "score": 0.68, + "content": "\\mathbf { D }", + "type": "inline_equation" + }, + { + "bbox": [ + 174, + 238, + 254, + 253 + ], + "score": 1.0, + "content": "uniquely determine", + "type": "text" + }, + { + "bbox": [ + 255, + 240, + 263, + 249 + ], + "score": 0.68, + "content": "\\mathbf { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 263, + 238, + 266, + 253 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 10 + }, + { + "type": "text", + "bbox": [ + 104, + 256, + 475, + 270 + ], + "lines": [ + { + "bbox": [ + 104, + 255, + 476, + 272 + ], + "spans": [ + { + "bbox": [ + 104, + 255, + 344, + 272 + ], + "score": 1.0, + "content": "Using the union bound over all possible permutations from", + "type": "text" + }, + { + "bbox": [ + 344, + 258, + 354, + 268 + ], + "score": 0.56, + "content": "\\mathbf { A }", + "type": "inline_equation" + }, + { + "bbox": [ + 354, + 255, + 365, + 272 + ], + "score": 1.0, + "content": "to", + "type": "text" + }, + { + "bbox": [ + 366, + 256, + 375, + 268 + ], + "score": 0.83, + "content": "\\tilde { \\mathbf { A } }", + "type": "inline_equation" + }, + { + "bbox": [ + 375, + 255, + 476, + 272 + ], + "score": 1.0, + "content": ", and eq. (12.9), we have", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 11 + }, + { + "type": "interline_equation", + "bbox": [ + 106, + 286, + 514, + 422 + ], + "lines": [ + { + "bbox": [ + 111, + 286, + 514, + 422 + ], + "spans": [ + { + "bbox": [ + 111, + 286, + 514, + 422 + ], + "score": 0.92, + "content": "\\begin{array} { r l r } & { \\mathbb { P } ( \\mathrm { r a n k } ( \\mathbf { A } ) = r ) } & { ( 1 2 . 1 0 ) } \\\\ & { \\leq ( \\begin{array} { l } { d _ { 1 } } \\\\ { r } \\end{array} ) ( \\begin{array} { l } { k } \\\\ { r } \\end{array} ) \\mathbb { P } ( \\mathrm { r a n k } ( \\bar { \\mathbf { A } } ) = r ) } \\\\ & { \\leq ( \\begin{array} { l } { d _ { 1 } } \\\\ { r } \\end{array} ) ( \\begin{array} { l } { k } \\\\ { r } \\end{array} ) \\mathbb { P } ( \\mathbf { Z } = \\mathbf { B } \\mathbf { D } ^ { - 1 } \\mathbf { C } ) } \\\\ & { = ( \\begin{array} { l } { d _ { 1 } } \\\\ { r } \\end{array} ) ( \\begin{array} { l } { k } \\\\ { r } \\end{array} ) \\mathbb { P } ( a ( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 2 } ) [ a ( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 2 } ) ] ^ { - 1 } a ( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 1 } ) = a ( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 1 } ) ) } \\\\ & = ( \\begin{array} { l } { d _ { 1 } } \\\\ { r } \\end{array} ) ( \\begin{array} { l } { k } \\\\ { r } \\end{array} ) \\underbrace { \\mathrm { H } ( a ( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 2 } ) [ a ( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 2 } ) ] ^ { - 1 } a ( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 1 } ) = a ( \\mathbf { H } ) | \\mathrm { s i g n } ( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 1 } ) = \\mathbf { H } ) \\mathbb { P } ( \\mathrm { s i g n } ( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 2 } ) ) } \\end{array}", + "type": "interline_equation", + "image_path": "1994e9876af76493b779887bf45ea39c31ca38d72b680c0b30eb06e691b0feba.jpg" + } + ] + } + ], + "index": 13, + "virtual_lines": [ + { + "bbox": [ + 106, + 286, + 514, + 331.3333333333333 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 106, + 331.3333333333333, + 514, + 376.66666666666663 + ], + "spans": [], + "index": 13 + }, + { + "bbox": [ + 106, + 376.66666666666663, + 514, + 421.99999999999994 + ], + "spans": [], + "index": 14 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 422, + 216, + 434 + ], + "lines": [ + { + "bbox": [ + 106, + 421, + 216, + 434 + ], + "spans": [ + { + "bbox": [ + 106, + 421, + 216, + 434 + ], + "score": 1.0, + "content": "Using Lemma 30, we have", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 15 + }, + { + "type": "interline_equation", + "bbox": [ + 144, + 435, + 436, + 463 + ], + "lines": [ + { + "bbox": [ + 144, + 435, + 436, + 463 + ], + "spans": [ + { + "bbox": [ + 144, + 435, + 436, + 463 + ], + "score": 0.94, + "content": "\\begin{array} { r } { \\mathbb { P } \\left( \\mathrm { s i g n } \\left( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 1 } \\right) = \\mathbf { H } \\right) \\leq \\left( \\begin{array} { c } { k - r } \\\\ { \\lfloor ( k - r ) / 2 \\rfloor } \\end{array} \\right) \\mathbb { P } \\left( \\mathbf { W } _ { 1 } \\mathbf { X } _ { \\lfloor \\lfloor ( k - r ) / 2 \\rfloor \\rfloor } > 0 \\right) , } \\end{array}", + "type": "interline_equation", + "image_path": "5584bccf19c9f652988422c828c088213c81997f0a6b151e7d528a280d792a09.jpg" + } + ] + } + ], + "index": 16, + "virtual_lines": [ + { + "bbox": [ + 144, + 435, + 436, + 463 + ], + "spans": [], + "index": 16 + } + ] + }, + { + "type": "text", + "bbox": [ + 104, + 464, + 461, + 477 + ], + "lines": [ + { + "bbox": [ + 105, + 464, + 461, + 478 + ], + "spans": [ + { + "bbox": [ + 105, + 464, + 277, + 478 + ], + "score": 1.0, + "content": "an upper bound which does not depend on", + "type": "text" + }, + { + "bbox": [ + 278, + 465, + 288, + 474 + ], + "score": 0.56, + "content": "\\mathbf { H }", + "type": "inline_equation" + }, + { + "bbox": [ + 288, + 464, + 461, + 478 + ], + "score": 1.0, + "content": ". So all that remains is to compute the sum:", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17 + }, + { + "type": "interline_equation", + "bbox": [ + 111, + 477, + 514, + 582 + ], + "lines": [ + { + "bbox": [ + 111, + 477, + 514, + 582 + ], + "spans": [ + { + "bbox": [ + 111, + 477, + 514, + 582 + ], + "score": 0.9, + "content": "\\begin{array} { r l } & { \\qquad \\displaystyle \\sum _ { \\mathbf { H } \\in \\{ - 1 , 1 \\} ^ { ( d _ { 1 } - r ) \\times ( k - r ) } } \\mathbb { P } ( a ( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 2 } ) [ a ( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 2 } ) ] ^ { - 1 } a ( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 1 } ) = a ( \\mathbf { H } ) | \\mathrm { s i g n } ( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 1 } ) = \\mathbf { H } ) } \\\\ { = } & { \\qquad \\displaystyle \\sum _ { \\mathbf { H } \\in \\{ - 1 , 1 \\} ^ { ( d _ { 1 } - r ) \\times ( k - r ) } } \\mathbb { E } [ \\mathbb { P } ( a ( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 2 } ) [ a ( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 2 } ) ] ^ { - 1 } a ( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 1 } ) = a ( \\mathbf { H } ) | \\mathbf { W } _ { 1 } , \\mathbf { X } _ { 1 } ) | \\mathrm { s i g n } ( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 1 } ) = \\mathbf { H } } \\\\ & { \\mathrm { H } _ { 1 } ^ { 1 } [ \\displaystyle \\sum _ { \\mathbf { H } \\in \\{ - 1 , 1 \\} ^ { ( d _ { 1 } - r ) \\times ( k - r ) } } \\mathbb { Z } ( \\exists ( \\mathbf { W } _ { 2 } , \\mathbf { X } _ { 2 } ) : a ( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 2 } ) [ a ( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 2 } ) ] ^ { - 1 } a ( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 1 } ) = a ( \\mathbf { H } ) ) ] \\mathrm { s i g n } ( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 1 } ) = \\mathbf { H } } \\end{array}", + "type": "interline_equation", + "image_path": "477da32748c11537e670090346b6d445a657fca658df9a11db947d0865201be1.jpg" + } + ] + } + ], + "index": 19, + "virtual_lines": [ + { + "bbox": [ + 111, + 477, + 514, + 512.0 + ], + "spans": [], + "index": 18 + }, + { + "bbox": [ + 111, + 512.0, + 514, + 547.0 + ], + "spans": [], + "index": 19 + }, + { + "bbox": [ + 111, + 547.0, + 514, + 582.0 + ], + "spans": [], + "index": 20 + } + ] + }, + { + "type": "interline_equation", + "bbox": [ + 111, + 594, + 514, + 722 + ], + "lines": [ + { + "bbox": [ + 111, + 594, + 514, + 722 + ], + "spans": [ + { + "bbox": [ + 111, + 594, + 514, + 722 + ], + "score": 0.88, + "content": "\\begin{array} { r l } & { \\overset { 2 } { \\leq } \\mathbb { R } [ 2 ^ { r ^ { 2 } } [ \\displaystyle \\sum _ { \\mathbf { H } \\in \\{ - 1 , 1 \\} ^ { ( d _ { \\mathbf { X } } _ { 2 } : \\mathrm { ~ s i g n } } } ( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 2 } ) = \\mathbf { H } ) ] [ \\displaystyle \\sum _ { \\mathbf { H } \\in \\{ - 1 , 1 \\} ^ { r \\times ( k - r ) } } \\mathbb { Z } ( \\exists \\mathbf { W } _ { 2 } : \\mathrm { s i g n } ( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 1 } ) = \\mathbf { H } ) ] ] | \\mathrm { s i g n } } \\\\ & { \\leq \\mathbb { R } [ 2 ^ { r ^ { 2 } } [ \\displaystyle \\sum _ { \\mathbf { h } \\in \\{ - 1 , 1 \\} ^ { ( d _ { \\mathbf { X } } : \\mathrm { s i g n } } } ( \\mathbf { W } _ { 1 } \\mathbf { x } ) = \\mathbf { h } ) ] ^ { r } [ \\displaystyle \\sum _ { \\mathbf { h } \\in \\{ - 1 , 1 \\} ^ { ( k - r ) } } \\mathbb { Z } ( \\exists \\mathbf { w } : \\mathrm { s i g n } ( \\mathbf { w } ^ { \\mathsf { T } } \\mathbf { X } _ { 1 } ) = \\mathbf { h } ^ { \\mathsf { T } } ) ] ^ { r } ] | \\mathrm { s i g n } ( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 1 } ) } \\\\ & { \\overset { 3 } { \\leq } \\mathbb { R } [ 2 ^ { r ^ { 2 } } 2 ^ { r d _ { 0 } \\log ( d _ { 1 } - r ) + r _ { 2 } r d _ { 0 } \\log ( k - r ) + r } ] | \\mathrm { s i g n } ( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 1 } ) = \\mathbf { H } ] } \\\\ & { = 2 ^ { r d _ { 0 } [ \\log ( d _ { 1 } - r ) + \\log ( k - r ) ] + r ^ { 2 } + 2 r } , } \\end{array}", + "type": "interline_equation", + "image_path": "acfffcb8eb77f7cf0101097a160552ea99c139a5830b12a26c53e8295c70692e.jpg" + } + ] + } + ], + "index": 22, + "virtual_lines": [ + { + "bbox": [ + 111, + 594, + 514, + 636.6666666666666 + ], + "spans": [], + "index": 21 + }, + { + "bbox": [ + 111, + 636.6666666666666, + 514, + 679.3333333333333 + ], + "spans": [], + "index": 22 + }, + { + "bbox": [ + 111, + 679.3333333333333, + 514, + 721.9999999999999 + ], + "spans": [], + "index": 23 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 721, + 133, + 731 + ], + "lines": [ + { + "bbox": [ + 105, + 719, + 135, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 719, + 135, + 733 + ], + "score": 1.0, + "content": "where", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 24 + } + ], + "page_idx": 23, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 26, + 308, + 38 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 309, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 309, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 298, + 749, + 313, + 765 + ], + "spans": [ + { + "bbox": [ + 298, + 749, + 313, + 765 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 16, + "width": 15 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 81, + 504, + 105 + ], + "lines": [], + "index": 0.5, + "bbox_fs": [ + 105, + 81, + 506, + 106 + ], + "lines_deleted": true + }, + { + "type": "interline_equation", + "bbox": [ + 207, + 106, + 402, + 134 + ], + "lines": [ + { + "bbox": [ + 207, + 106, + 402, + 134 + ], + "spans": [ + { + "bbox": [ + 207, + 106, + 402, + 134 + ], + "score": 0.93, + "content": "\\begin{array} { r } { \\tilde { \\mathbf { A } } \\triangleq \\left( \\begin{array} { l l } { \\mathbf { Z } } & { \\mathbf { B } } \\\\ { \\mathbf { C } } & { \\mathbf { D } } \\end{array} \\right) = a \\left( \\begin{array} { l l } { \\mathbf { W } _ { 1 } \\mathbf { X } _ { 1 } } & { \\mathbf { W } _ { 1 } \\mathbf { X } _ { 2 } } \\\\ { \\mathbf { W } _ { 2 } \\mathbf { X } _ { 1 } } & { \\mathbf { W } _ { 2 } \\mathbf { X } _ { 2 } } \\end{array} \\right) , } \\end{array}", + "type": "interline_equation", + "image_path": "dc73d2077d1f22b894cfbb102d1a4719c160a8901a19011337502ed5990b9d21.jpg" + } + ] + } + ], + "index": 2, + "virtual_lines": [ + { + "bbox": [ + 207, + 106, + 402, + 134 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 135, + 502, + 147 + ], + "lines": [ + { + "bbox": [ + 106, + 134, + 505, + 149 + ], + "spans": [ + { + "bbox": [ + 106, + 134, + 132, + 149 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 132, + 136, + 142, + 146 + ], + "score": 0.76, + "content": "\\mathbf { D }", + "type": "inline_equation" + }, + { + "bbox": [ + 143, + 134, + 203, + 149 + ], + "score": 1.0, + "content": "is an invertible", + "type": "text" + }, + { + "bbox": [ + 204, + 137, + 227, + 146 + ], + "score": 0.9, + "content": "r \\times r", + "type": "inline_equation" + }, + { + "bbox": [ + 227, + 134, + 320, + 149 + ], + "score": 1.0, + "content": "matrix, and we divided", + "type": "text" + }, + { + "bbox": [ + 320, + 136, + 330, + 146 + ], + "score": 0.75, + "content": "\\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 330, + 134, + 348, + 149 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 348, + 136, + 361, + 146 + ], + "score": 0.26, + "content": "\\mathbf { W }", + "type": "inline_equation" + }, + { + "bbox": [ + 362, + 134, + 505, + 149 + ], + "score": 1.0, + "content": "to the corresponding block matrices", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3, + "bbox_fs": [ + 106, + 134, + 505, + 149 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 227, + 149, + 382, + 167 + ], + "lines": [ + { + "bbox": [ + 227, + 149, + 382, + 167 + ], + "spans": [ + { + "bbox": [ + 227, + 149, + 382, + 167 + ], + "score": 0.9, + "content": "\\mathbf { W } \\triangleq \\left[ \\mathbf { W } _ { 1 } ^ { \\top } , \\mathbf { W } _ { 2 } ^ { \\top } \\right] ^ { \\top } , \\mathbf { X } \\triangleq \\left[ \\mathbf { X } _ { 1 } , \\mathbf { X } _ { 2 } \\right] ,", + "type": "interline_equation", + "image_path": "72609808dad38b145048f6a2d6e51932cbf1ba6c152e6ac4035c28ea1c2eea3e.jpg" + } + ] + } + ], + "index": 4, + "virtual_lines": [ + { + "bbox": [ + 227, + 149, + 382, + 167 + ], + "spans": [], + "index": 4 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 169, + 277, + 182 + ], + "lines": [ + { + "bbox": [ + 104, + 168, + 277, + 183 + ], + "spans": [ + { + "bbox": [ + 104, + 168, + 126, + 183 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 127, + 169, + 181, + 181 + ], + "score": 0.91, + "content": "\\mathbf { W } _ { 2 } \\in \\mathbb { R } ^ { r \\times d _ { 0 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 182, + 168, + 221, + 183 + ], + "score": 1.0, + "content": "rows and", + "type": "text" + }, + { + "bbox": [ + 222, + 169, + 274, + 182 + ], + "score": 0.91, + "content": "\\mathbf { X } _ { 2 } \\in \\mathbb { R } ^ { d _ { 0 } \\times r }", + "type": "inline_equation" + }, + { + "bbox": [ + 274, + 168, + 277, + 183 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5, + "bbox_fs": [ + 104, + 168, + 277, + 183 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 186, + 506, + 226 + ], + "lines": [ + { + "bbox": [ + 106, + 186, + 508, + 206 + ], + "spans": [ + { + "bbox": [ + 106, + 186, + 132, + 204 + ], + "score": 1.0, + "content": "Since", + "type": "text" + }, + { + "bbox": [ + 132, + 186, + 193, + 206 + ], + "score": 0.87, + "content": "\\mathrm { r a n k } \\left( \\tilde { \\mathbf { A } } \\right) = r", + "type": "inline_equation" + }, + { + "bbox": [ + 194, + 186, + 230, + 204 + ], + "score": 1.0, + "content": ", the first", + "type": "text" + }, + { + "bbox": [ + 231, + 190, + 259, + 201 + ], + "score": 0.91, + "content": "d _ { 1 } - r", + "type": "inline_equation" + }, + { + "bbox": [ + 259, + 186, + 428, + 204 + ], + "score": 1.0, + "content": "rows are contained in the span of the last", + "type": "text" + }, + { + "bbox": [ + 428, + 192, + 434, + 200 + ], + "score": 0.75, + "content": "r", + "type": "inline_equation" + }, + { + "bbox": [ + 435, + 186, + 508, + 204 + ], + "score": 1.0, + "content": "rows. Therefore,", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 203, + 506, + 218 + ], + "spans": [ + { + "bbox": [ + 106, + 203, + 191, + 218 + ], + "score": 1.0, + "content": "there exists a matrix", + "type": "text" + }, + { + "bbox": [ + 192, + 205, + 202, + 216 + ], + "score": 0.84, + "content": "\\mathbf { Q }", + "type": "inline_equation" + }, + { + "bbox": [ + 203, + 203, + 243, + 218 + ], + "score": 1.0, + "content": "such that", + "type": "text" + }, + { + "bbox": [ + 243, + 204, + 282, + 216 + ], + "score": 0.9, + "content": "\\mathbf { Q C } = \\mathbf { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 282, + 203, + 301, + 218 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 301, + 204, + 342, + 216 + ], + "score": 0.89, + "content": "\\mathbf { Q D } = \\mathbf { B }", + "type": "inline_equation" + }, + { + "bbox": [ + 342, + 203, + 372, + 218 + ], + "score": 1.0, + "content": ". Since", + "type": "text" + }, + { + "bbox": [ + 372, + 204, + 383, + 215 + ], + "score": 0.71, + "content": "\\mathbf { D }", + "type": "inline_equation" + }, + { + "bbox": [ + 383, + 203, + 506, + 218 + ], + "score": 1.0, + "content": "is invertible, this implies that", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 107, + 213, + 214, + 229 + ], + "spans": [ + { + "bbox": [ + 107, + 215, + 155, + 227 + ], + "score": 0.92, + "content": "{ \\bf Q } = { \\bf B } { \\bf D } ^ { - 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 155, + 213, + 214, + 229 + ], + "score": 1.0, + "content": "and therefore", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7, + "bbox_fs": [ + 106, + 186, + 508, + 229 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 273, + 224, + 336, + 239 + ], + "lines": [ + { + "bbox": [ + 273, + 224, + 336, + 239 + ], + "spans": [ + { + "bbox": [ + 273, + 224, + 336, + 239 + ], + "score": 0.9, + "content": "{ \\bf Z } = { \\bf B } { \\bf D } ^ { - 1 } { \\bf C } ,", + "type": "interline_equation", + "image_path": "89a36d6c33a2e98460f268c5959543252c2c44cf6910a0af2d26b6570119ee38.jpg" + } + ] + } + ], + "index": 9, + "virtual_lines": [ + { + "bbox": [ + 273, + 224, + 336, + 239 + ], + "spans": [], + "index": 9 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 239, + 266, + 251 + ], + "lines": [ + { + "bbox": [ + 106, + 238, + 266, + 253 + ], + "spans": [ + { + "bbox": [ + 106, + 238, + 123, + 253 + ], + "score": 1.0, + "content": "i.e.,", + "type": "text" + }, + { + "bbox": [ + 123, + 239, + 146, + 251 + ], + "score": 0.49, + "content": "\\mathbf { B } , \\mathbf { C }", + "type": "inline_equation" + }, + { + "bbox": [ + 146, + 238, + 163, + 253 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 164, + 240, + 174, + 250 + ], + "score": 0.68, + "content": "\\mathbf { D }", + "type": "inline_equation" + }, + { + "bbox": [ + 174, + 238, + 254, + 253 + ], + "score": 1.0, + "content": "uniquely determine", + "type": "text" + }, + { + "bbox": [ + 255, + 240, + 263, + 249 + ], + "score": 0.68, + "content": "\\mathbf { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 263, + 238, + 266, + 253 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 10, + "bbox_fs": [ + 106, + 238, + 266, + 253 + ] + }, + { + "type": "text", + "bbox": [ + 104, + 256, + 475, + 270 + ], + "lines": [ + { + "bbox": [ + 104, + 255, + 476, + 272 + ], + "spans": [ + { + "bbox": [ + 104, + 255, + 344, + 272 + ], + "score": 1.0, + "content": "Using the union bound over all possible permutations from", + "type": "text" + }, + { + "bbox": [ + 344, + 258, + 354, + 268 + ], + "score": 0.56, + "content": "\\mathbf { A }", + "type": "inline_equation" + }, + { + "bbox": [ + 354, + 255, + 365, + 272 + ], + "score": 1.0, + "content": "to", + "type": "text" + }, + { + "bbox": [ + 366, + 256, + 375, + 268 + ], + "score": 0.83, + "content": "\\tilde { \\mathbf { A } }", + "type": "inline_equation" + }, + { + "bbox": [ + 375, + 255, + 476, + 272 + ], + "score": 1.0, + "content": ", and eq. (12.9), we have", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 11, + "bbox_fs": [ + 104, + 255, + 476, + 272 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 106, + 286, + 514, + 422 + ], + "lines": [ + { + "bbox": [ + 111, + 286, + 514, + 422 + ], + "spans": [ + { + "bbox": [ + 111, + 286, + 514, + 422 + ], + "score": 0.92, + "content": "\\begin{array} { r l r } & { \\mathbb { P } ( \\mathrm { r a n k } ( \\mathbf { A } ) = r ) } & { ( 1 2 . 1 0 ) } \\\\ & { \\leq ( \\begin{array} { l } { d _ { 1 } } \\\\ { r } \\end{array} ) ( \\begin{array} { l } { k } \\\\ { r } \\end{array} ) \\mathbb { P } ( \\mathrm { r a n k } ( \\bar { \\mathbf { A } } ) = r ) } \\\\ & { \\leq ( \\begin{array} { l } { d _ { 1 } } \\\\ { r } \\end{array} ) ( \\begin{array} { l } { k } \\\\ { r } \\end{array} ) \\mathbb { P } ( \\mathbf { Z } = \\mathbf { B } \\mathbf { D } ^ { - 1 } \\mathbf { C } ) } \\\\ & { = ( \\begin{array} { l } { d _ { 1 } } \\\\ { r } \\end{array} ) ( \\begin{array} { l } { k } \\\\ { r } \\end{array} ) \\mathbb { P } ( a ( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 2 } ) [ a ( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 2 } ) ] ^ { - 1 } a ( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 1 } ) = a ( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 1 } ) ) } \\\\ & = ( \\begin{array} { l } { d _ { 1 } } \\\\ { r } \\end{array} ) ( \\begin{array} { l } { k } \\\\ { r } \\end{array} ) \\underbrace { \\mathrm { H } ( a ( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 2 } ) [ a ( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 2 } ) ] ^ { - 1 } a ( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 1 } ) = a ( \\mathbf { H } ) | \\mathrm { s i g n } ( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 1 } ) = \\mathbf { H } ) \\mathbb { P } ( \\mathrm { s i g n } ( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 2 } ) ) } \\end{array}", + "type": "interline_equation", + "image_path": "1994e9876af76493b779887bf45ea39c31ca38d72b680c0b30eb06e691b0feba.jpg" + } + ] + } + ], + "index": 13, + "virtual_lines": [ + { + "bbox": [ + 106, + 286, + 514, + 331.3333333333333 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 106, + 331.3333333333333, + 514, + 376.66666666666663 + ], + "spans": [], + "index": 13 + }, + { + "bbox": [ + 106, + 376.66666666666663, + 514, + 421.99999999999994 + ], + "spans": [], + "index": 14 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 422, + 216, + 434 + ], + "lines": [ + { + "bbox": [ + 106, + 421, + 216, + 434 + ], + "spans": [ + { + "bbox": [ + 106, + 421, + 216, + 434 + ], + "score": 1.0, + "content": "Using Lemma 30, we have", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 15, + "bbox_fs": [ + 106, + 421, + 216, + 434 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 144, + 435, + 436, + 463 + ], + "lines": [ + { + "bbox": [ + 144, + 435, + 436, + 463 + ], + "spans": [ + { + "bbox": [ + 144, + 435, + 436, + 463 + ], + "score": 0.94, + "content": "\\begin{array} { r } { \\mathbb { P } \\left( \\mathrm { s i g n } \\left( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 1 } \\right) = \\mathbf { H } \\right) \\leq \\left( \\begin{array} { c } { k - r } \\\\ { \\lfloor ( k - r ) / 2 \\rfloor } \\end{array} \\right) \\mathbb { P } \\left( \\mathbf { W } _ { 1 } \\mathbf { X } _ { \\lfloor \\lfloor ( k - r ) / 2 \\rfloor \\rfloor } > 0 \\right) , } \\end{array}", + "type": "interline_equation", + "image_path": "5584bccf19c9f652988422c828c088213c81997f0a6b151e7d528a280d792a09.jpg" + } + ] + } + ], + "index": 16, + "virtual_lines": [ + { + "bbox": [ + 144, + 435, + 436, + 463 + ], + "spans": [], + "index": 16 + } + ] + }, + { + "type": "text", + "bbox": [ + 104, + 464, + 461, + 477 + ], + "lines": [ + { + "bbox": [ + 105, + 464, + 461, + 478 + ], + "spans": [ + { + "bbox": [ + 105, + 464, + 277, + 478 + ], + "score": 1.0, + "content": "an upper bound which does not depend on", + "type": "text" + }, + { + "bbox": [ + 278, + 465, + 288, + 474 + ], + "score": 0.56, + "content": "\\mathbf { H }", + "type": "inline_equation" + }, + { + "bbox": [ + 288, + 464, + 461, + 478 + ], + "score": 1.0, + "content": ". So all that remains is to compute the sum:", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17, + "bbox_fs": [ + 105, + 464, + 461, + 478 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 111, + 477, + 514, + 582 + ], + "lines": [ + { + "bbox": [ + 111, + 477, + 514, + 582 + ], + "spans": [ + { + "bbox": [ + 111, + 477, + 514, + 582 + ], + "score": 0.9, + "content": "\\begin{array} { r l } & { \\qquad \\displaystyle \\sum _ { \\mathbf { H } \\in \\{ - 1 , 1 \\} ^ { ( d _ { 1 } - r ) \\times ( k - r ) } } \\mathbb { P } ( a ( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 2 } ) [ a ( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 2 } ) ] ^ { - 1 } a ( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 1 } ) = a ( \\mathbf { H } ) | \\mathrm { s i g n } ( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 1 } ) = \\mathbf { H } ) } \\\\ { = } & { \\qquad \\displaystyle \\sum _ { \\mathbf { H } \\in \\{ - 1 , 1 \\} ^ { ( d _ { 1 } - r ) \\times ( k - r ) } } \\mathbb { E } [ \\mathbb { P } ( a ( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 2 } ) [ a ( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 2 } ) ] ^ { - 1 } a ( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 1 } ) = a ( \\mathbf { H } ) | \\mathbf { W } _ { 1 } , \\mathbf { X } _ { 1 } ) | \\mathrm { s i g n } ( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 1 } ) = \\mathbf { H } } \\\\ & { \\mathrm { H } _ { 1 } ^ { 1 } [ \\displaystyle \\sum _ { \\mathbf { H } \\in \\{ - 1 , 1 \\} ^ { ( d _ { 1 } - r ) \\times ( k - r ) } } \\mathbb { Z } ( \\exists ( \\mathbf { W } _ { 2 } , \\mathbf { X } _ { 2 } ) : a ( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 2 } ) [ a ( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 2 } ) ] ^ { - 1 } a ( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 1 } ) = a ( \\mathbf { H } ) ) ] \\mathrm { s i g n } ( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 1 } ) = \\mathbf { H } } \\end{array}", + "type": "interline_equation", + "image_path": "477da32748c11537e670090346b6d445a657fca658df9a11db947d0865201be1.jpg" + } + ] + } + ], + "index": 19, + "virtual_lines": [ + { + "bbox": [ + 111, + 477, + 514, + 512.0 + ], + "spans": [], + "index": 18 + }, + { + "bbox": [ + 111, + 512.0, + 514, + 547.0 + ], + "spans": [], + "index": 19 + }, + { + "bbox": [ + 111, + 547.0, + 514, + 582.0 + ], + "spans": [], + "index": 20 + } + ] + }, + { + "type": "interline_equation", + "bbox": [ + 111, + 594, + 514, + 722 + ], + "lines": [ + { + "bbox": [ + 111, + 594, + 514, + 722 + ], + "spans": [ + { + "bbox": [ + 111, + 594, + 514, + 722 + ], + "score": 0.88, + "content": "\\begin{array} { r l } & { \\overset { 2 } { \\leq } \\mathbb { R } [ 2 ^ { r ^ { 2 } } [ \\displaystyle \\sum _ { \\mathbf { H } \\in \\{ - 1 , 1 \\} ^ { ( d _ { \\mathbf { X } } _ { 2 } : \\mathrm { ~ s i g n } } } ( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 2 } ) = \\mathbf { H } ) ] [ \\displaystyle \\sum _ { \\mathbf { H } \\in \\{ - 1 , 1 \\} ^ { r \\times ( k - r ) } } \\mathbb { Z } ( \\exists \\mathbf { W } _ { 2 } : \\mathrm { s i g n } ( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 1 } ) = \\mathbf { H } ) ] ] | \\mathrm { s i g n } } \\\\ & { \\leq \\mathbb { R } [ 2 ^ { r ^ { 2 } } [ \\displaystyle \\sum _ { \\mathbf { h } \\in \\{ - 1 , 1 \\} ^ { ( d _ { \\mathbf { X } } : \\mathrm { s i g n } } } ( \\mathbf { W } _ { 1 } \\mathbf { x } ) = \\mathbf { h } ) ] ^ { r } [ \\displaystyle \\sum _ { \\mathbf { h } \\in \\{ - 1 , 1 \\} ^ { ( k - r ) } } \\mathbb { Z } ( \\exists \\mathbf { w } : \\mathrm { s i g n } ( \\mathbf { w } ^ { \\mathsf { T } } \\mathbf { X } _ { 1 } ) = \\mathbf { h } ^ { \\mathsf { T } } ) ] ^ { r } ] | \\mathrm { s i g n } ( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 1 } ) } \\\\ & { \\overset { 3 } { \\leq } \\mathbb { R } [ 2 ^ { r ^ { 2 } } 2 ^ { r d _ { 0 } \\log ( d _ { 1 } - r ) + r _ { 2 } r d _ { 0 } \\log ( k - r ) + r } ] | \\mathrm { s i g n } ( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 1 } ) = \\mathbf { H } ] } \\\\ & { = 2 ^ { r d _ { 0 } [ \\log ( d _ { 1 } - r ) + \\log ( k - r ) ] + r ^ { 2 } + 2 r } , } \\end{array}", + "type": "interline_equation", + "image_path": "acfffcb8eb77f7cf0101097a160552ea99c139a5830b12a26c53e8295c70692e.jpg" + } + ] + } + ], + "index": 22, + "virtual_lines": [ + { + "bbox": [ + 111, + 594, + 514, + 636.6666666666666 + ], + "spans": [], + "index": 21 + }, + { + "bbox": [ + 111, + 636.6666666666666, + 514, + 679.3333333333333 + ], + "spans": [], + "index": 22 + }, + { + "bbox": [ + 111, + 679.3333333333333, + 514, + 721.9999999999999 + ], + "spans": [], + "index": 23 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 721, + 133, + 731 + ], + "lines": [ + { + "bbox": [ + 105, + 719, + 135, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 719, + 135, + 733 + ], + "score": 1.0, + "content": "where", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 24, + "bbox_fs": [ + 105, + 719, + 135, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 129, + 81, + 505, + 113 + ], + "lines": [ + { + "bbox": [ + 129, + 80, + 505, + 97 + ], + "spans": [ + { + "bbox": [ + 129, + 80, + 169, + 97 + ], + "score": 1.0, + "content": "1. Given", + "type": "text" + }, + { + "bbox": [ + 170, + 82, + 211, + 94 + ], + "score": 0.89, + "content": "( \\mathbf { W } _ { 1 } , \\mathbf { X } _ { 1 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 212, + 80, + 505, + 97 + ], + "score": 1.0, + "content": ", and eq. (12.8), the indicator function in eq. (12.12) is equal to zero only", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 138, + 93, + 484, + 114 + ], + "spans": [ + { + "bbox": [ + 138, + 93, + 150, + 114 + ], + "score": 1.0, + "content": "if", + "type": "text" + }, + { + "bbox": [ + 151, + 94, + 401, + 114 + ], + "score": 0.86, + "content": "\\begin{array} { r } { \\mathbb { P } \\left( a \\left( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 2 } \\right) \\left[ a \\left( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 2 } \\right) \\right] ^ { - 1 } a \\left( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 1 } \\right) = \\mathbf { A } \\mathbf { | } \\mathbf { W } _ { 1 } , \\mathbf { X } _ { 1 } \\right) = 0 } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 401, + 93, + 484, + 114 + ], + "score": 1.0, + "content": ", and one otherwise.", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "text", + "bbox": [ + 130, + 119, + 505, + 188 + ], + "lines": [ + { + "bbox": [ + 128, + 119, + 505, + 133 + ], + "spans": [ + { + "bbox": [ + 128, + 119, + 309, + 133 + ], + "score": 1.0, + "content": "2. This sum counts the number of values of", + "type": "text" + }, + { + "bbox": [ + 310, + 120, + 320, + 131 + ], + "score": 0.49, + "content": "\\mathbf { H }", + "type": "inline_equation" + }, + { + "bbox": [ + 321, + 119, + 385, + 133 + ], + "score": 1.0, + "content": "consistent with", + "type": "text" + }, + { + "bbox": [ + 385, + 120, + 402, + 131 + ], + "score": 0.89, + "content": "\\mathbf { W } _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 403, + 119, + 420, + 133 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 421, + 120, + 435, + 131 + ], + "score": 0.88, + "content": "\\mathbf { X } _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 435, + 119, + 505, + 133 + ], + "score": 1.0, + "content": ". Conditioned on", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 142, + 131, + 506, + 145 + ], + "spans": [ + { + "bbox": [ + 142, + 131, + 342, + 144 + ], + "score": 0.82, + "content": "( \\mathbf { W } _ { 1 } , \\mathbf { X } _ { 1 } ) , \\mathbf { D } = \\left[ a \\left( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 2 } \\right) \\right] ^ { - 1 } , \\mathbf { B } = a \\left( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 2 } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 342, + 131, + 361, + 145 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 361, + 132, + 428, + 144 + ], + "score": 0.89, + "content": "\\mathbf { C } = a \\left( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 1 } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 428, + 131, + 506, + 145 + ], + "score": 1.0, + "content": "can have multiple", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 141, + 143, + 505, + 155 + ], + "spans": [ + { + "bbox": [ + 141, + 143, + 228, + 155 + ], + "score": 1.0, + "content": "values, depending on", + "type": "text" + }, + { + "bbox": [ + 229, + 144, + 246, + 154 + ], + "score": 0.88, + "content": "\\mathbf { W } _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 247, + 143, + 264, + 155 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 265, + 144, + 279, + 154 + ], + "score": 0.86, + "content": "\\mathbf { X } _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 279, + 143, + 389, + 155 + ], + "score": 1.0, + "content": ". Also, any single value for", + "type": "text" + }, + { + "bbox": [ + 389, + 144, + 431, + 155 + ], + "score": 0.89, + "content": "( { \\bf D } , { \\bf B } , { \\bf C } )", + "type": "inline_equation" + }, + { + "bbox": [ + 432, + 143, + 505, + 155 + ], + "score": 1.0, + "content": "results in a single", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 141, + 154, + 506, + 167 + ], + "spans": [ + { + "bbox": [ + 141, + 154, + 176, + 167 + ], + "score": 1.0, + "content": "value of", + "type": "text" + }, + { + "bbox": [ + 177, + 154, + 187, + 164 + ], + "score": 0.41, + "content": "\\mathbf { H }", + "type": "inline_equation" + }, + { + "bbox": [ + 187, + 154, + 366, + 167 + ], + "score": 1.0, + "content": ". Therefore, the number of possible values of", + "type": "text" + }, + { + "bbox": [ + 367, + 154, + 377, + 164 + ], + "score": 0.65, + "content": "\\mathbf { H }", + "type": "inline_equation" + }, + { + "bbox": [ + 377, + 154, + 506, + 167 + ], + "score": 1.0, + "content": "in eq. (12.12) is upper bounded", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 141, + 165, + 506, + 177 + ], + "spans": [ + { + "bbox": [ + 141, + 165, + 352, + 177 + ], + "score": 1.0, + "content": "by the product of the number of possible values of", + "type": "text" + }, + { + "bbox": [ + 352, + 165, + 362, + 175 + ], + "score": 0.25, + "content": "\\mathbf { D }", + "type": "inline_equation" + }, + { + "bbox": [ + 362, + 165, + 366, + 177 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 366, + 165, + 376, + 175 + ], + "score": 0.31, + "content": "\\mathbf { B }", + "type": "inline_equation" + }, + { + "bbox": [ + 376, + 165, + 394, + 177 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 395, + 165, + 404, + 175 + ], + "score": 0.57, + "content": "\\mathbf { C }", + "type": "inline_equation" + }, + { + "bbox": [ + 405, + 165, + 506, + 177 + ], + "score": 1.0, + "content": ", which is product in the", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 141, + 175, + 223, + 190 + ], + "spans": [ + { + "bbox": [ + 141, + 175, + 223, + 190 + ], + "score": 1.0, + "content": "following equation.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 4.5 + }, + { + "type": "text", + "bbox": [ + 129, + 194, + 506, + 233 + ], + "lines": [ + { + "bbox": [ + 128, + 192, + 507, + 210 + ], + "spans": [ + { + "bbox": [ + 128, + 192, + 195, + 210 + ], + "score": 1.0, + "content": "3. The function", + "type": "text" + }, + { + "bbox": [ + 195, + 194, + 381, + 209 + ], + "score": 0.91, + "content": "\\begin{array} { r } { \\sum _ { \\mathbf { h } \\in \\{ - 1 , 1 \\} ^ { ( k - r ) } } \\mathscr { T } \\left( \\exists \\mathbf { w } : \\mathrm { s i g n } \\left( \\mathbf { w } ^ { \\top } \\mathbf { X } _ { 1 } \\right) = \\mathbf { h } ^ { \\top } \\right) } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 381, + 192, + 507, + 210 + ], + "score": 1.0, + "content": "\u0001 counts the number of dichoto-", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 142, + 207, + 504, + 220 + ], + "spans": [ + { + "bbox": [ + 142, + 207, + 358, + 220 + ], + "score": 1.0, + "content": "mies that can be induced by the linear classifier w on", + "type": "text" + }, + { + "bbox": [ + 359, + 209, + 373, + 219 + ], + "score": 0.87, + "content": "\\mathbf { X } _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 373, + 207, + 504, + 220 + ], + "score": 1.0, + "content": ". Using eq. (12.7) we can bound", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 141, + 218, + 483, + 235 + ], + "spans": [ + { + "bbox": [ + 141, + 218, + 205, + 235 + ], + "score": 1.0, + "content": "this number by", + "type": "text" + }, + { + "bbox": [ + 205, + 219, + 250, + 233 + ], + "score": 0.91, + "content": "2 \\left( k - r \\right) ^ { d _ { 0 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 251, + 218, + 431, + 235 + ], + "score": 1.0, + "content": ". Similarly, the other sum can be bounded by", + "type": "text" + }, + { + "bbox": [ + 431, + 220, + 477, + 233 + ], + "score": 0.92, + "content": "2 \\left( d _ { 1 } - r \\right) ^ { r }", + "type": "inline_equation" + }, + { + "bbox": [ + 478, + 218, + 483, + 235 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9 + }, + { + "type": "text", + "bbox": [ + 106, + 245, + 329, + 259 + ], + "lines": [ + { + "bbox": [ + 106, + 245, + 328, + 260 + ], + "spans": [ + { + "bbox": [ + 106, + 245, + 328, + 260 + ], + "score": 1.0, + "content": "Combining eqs. (12.10), (12.11) and (12.13) we obtain", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 11 + }, + { + "type": "interline_equation", + "bbox": [ + 116, + 263, + 494, + 308 + ], + "lines": [ + { + "bbox": [ + 116, + 263, + 494, + 308 + ], + "spans": [ + { + "bbox": [ + 116, + 263, + 494, + 308 + ], + "score": 0.92, + "content": "\\begin{array} { r l } & { \\mathbb { P } \\left( \\mathrm { r a n k } \\left( \\mathbf { A } \\right) = r \\right) \\leq } \\\\ & { \\left( \\begin{array} { l } { d _ { 1 } } \\\\ { r } \\end{array} \\right) \\left( \\begin{array} { l } { k } \\\\ { r } \\end{array} \\right) \\left( \\begin{array} { c } { k - r } \\\\ { \\lfloor ( k - r ) / 2 \\rfloor } \\end{array} \\right) 2 ^ { r d _ { 0 } \\left[ \\log ( d _ { 1 } - r ) + \\log ( k - r ) \\right] + r ^ { 2 } + 2 r } \\mathbb { P } \\left( \\mathbf { W } _ { 1 } \\mathbf { X } _ { [ \\lfloor ( k - r ) / 2 \\rfloor ] } > 0 \\right) . } \\end{array}", + "type": "interline_equation", + "image_path": "6468b0a86acb106249f015f9b911214c7457c2064589c4896bb71f31ee587b31.jpg" + } + ] + } + ], + "index": 13, + "virtual_lines": [ + { + "bbox": [ + 116, + 263, + 494, + 278.0 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 116, + 278.0, + 494, + 293.0 + ], + "spans": [], + "index": 13 + }, + { + "bbox": [ + 116, + 293.0, + 494, + 308.0 + ], + "spans": [], + "index": 14 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 312, + 505, + 364 + ], + "lines": [ + { + "bbox": [ + 103, + 309, + 511, + 342 + ], + "spans": [ + { + "bbox": [ + 103, + 313, + 274, + 337 + ], + "score": 1.0, + "content": "Next, we take the log. To upper bound", + "type": "text" + }, + { + "bbox": [ + 274, + 312, + 308, + 340 + ], + "score": 0.92, + "content": "\\left( \\begin{array} { c } { { N } } \\\\ { { k } } \\end{array} \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 308, + 309, + 353, + 342 + ], + "score": 1.0, + "content": ", for small", + "type": "text" + }, + { + "bbox": [ + 354, + 321, + 361, + 330 + ], + "score": 0.81, + "content": "k", + "type": "inline_equation" + }, + { + "bbox": [ + 361, + 309, + 395, + 342 + ], + "score": 1.0, + "content": "we use", + "type": "text" + }, + { + "bbox": [ + 395, + 313, + 460, + 340 + ], + "score": 0.93, + "content": "\\left( \\begin{array} { c } { { N } } \\\\ { { k } } \\end{array} \\right) \\le N ^ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 460, + 309, + 511, + 342 + ], + "score": 1.0, + "content": ", while for", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 330, + 329, + 371 + ], + "spans": [ + { + "bbox": [ + 106, + 344, + 145, + 357 + ], + "score": 0.89, + "content": "k = N / 2", + "type": "inline_equation" + }, + { + "bbox": [ + 145, + 330, + 179, + 371 + ], + "score": 1.0, + "content": ", we use", + "type": "text" + }, + { + "bbox": [ + 179, + 337, + 249, + 365 + ], + "score": 0.93, + "content": "\\left( \\begin{array} { c } { { N } } \\\\ { { N / 2 } } \\end{array} \\right) \\le 2 ^ { N }", + "type": "inline_equation" + }, + { + "bbox": [ + 249, + 330, + 329, + 371 + ], + "score": 1.0, + "content": ". Thus, we obtain", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 15.5 + }, + { + "type": "interline_equation", + "bbox": [ + 120, + 369, + 489, + 402 + ], + "lines": [ + { + "bbox": [ + 120, + 369, + 489, + 402 + ], + "spans": [ + { + "bbox": [ + 120, + 369, + 489, + 402 + ], + "score": 0.92, + "content": "\\begin{array} { r l r } & { } & { \\log \\mathbb { P } \\left( \\mathrm { r a n k } \\left( \\mathbf { A } \\right) = r \\right) \\leq \\left( r d _ { 0 } \\left( \\log \\left( d _ { 1 } - r \\right) + \\log \\left( k - r \\right) \\right) + r ^ { 2 } + 2 r \\right) \\log 2 \\qquad ( 1 2 \\triangle ( r \\mathrm { ~ o ~ t ~ } r ) } \\\\ & { } & { + r \\log d _ { 1 } + r \\log k + ( k - r ) \\log 2 + \\log \\mathbb { P } \\left( \\mathbf { W } _ { 1 } \\mathbf { X } _ { [ \\vert ( k - r ) / 2 ] ] } > 0 \\right) . } \\end{array}", + "type": "interline_equation", + "image_path": "4d194bd1eb0e846077da5483deda01a9c7113979aeb679496db42d74ef0750c2.jpg" + } + ] + } + ], + "index": 18, + "virtual_lines": [ + { + "bbox": [ + 120, + 369, + 489, + 380.0 + ], + "spans": [], + "index": 17 + }, + { + "bbox": [ + 120, + 380.0, + 489, + 391.0 + ], + "spans": [], + "index": 18 + }, + { + "bbox": [ + 120, + 391.0, + 489, + 402.0 + ], + "spans": [], + "index": 19 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 407, + 469, + 421 + ], + "lines": [ + { + "bbox": [ + 104, + 405, + 468, + 424 + ], + "spans": [ + { + "bbox": [ + 104, + 405, + 165, + 424 + ], + "score": 1.0, + "content": "Recalling that", + "type": "text" + }, + { + "bbox": [ + 165, + 407, + 240, + 420 + ], + "score": 0.93, + "content": "\\mathbf { W } _ { 1 } \\in \\mathbb { R } ^ { ( d _ { 1 } - r ) \\times d _ { 0 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 240, + 405, + 267, + 424 + ], + "score": 1.0, + "content": "while", + "type": "text" + }, + { + "bbox": [ + 267, + 408, + 321, + 419 + ], + "score": 0.92, + "content": "\\mathbf { W } \\in \\mathbb { R } ^ { d _ { 1 } \\times d _ { 0 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 322, + 405, + 468, + 424 + ], + "score": 1.0, + "content": ", we obtain from Jensen’s inequality", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 20 + }, + { + "type": "interline_equation", + "bbox": [ + 128, + 426, + 454, + 454 + ], + "lines": [ + { + "bbox": [ + 128, + 426, + 454, + 454 + ], + "spans": [ + { + "bbox": [ + 128, + 426, + 454, + 454 + ], + "score": 0.91, + "content": "\\begin{array} { r } { \\log \\mathbb { P } \\left( \\mathbf { W } _ { 1 } \\mathbf { X } _ { [ \\lfloor ( k - r ) / 2 \\rfloor ] } > 0 \\right) \\le \\frac { \\left\\lfloor \\left( k - r \\right) / 2 \\right\\rfloor \\left\\lfloor d _ { 1 } - r \\right\\rfloor } { \\left\\lfloor k / 2 \\right\\rfloor \\left\\lfloor d _ { 1 } \\right\\rfloor } \\log \\mathbb { P } \\left( \\mathbf { W } \\mathbf { X } _ { [ \\lfloor k / 2 \\rfloor ] } > 0 \\right) . } \\end{array}", + "type": "interline_equation", + "image_path": "cdb37740def3c8c632c0376cf0cdc0ca2adf070ab1bb586699c73e9475ff0ea9.jpg" + } + ] + } + ], + "index": 21, + "virtual_lines": [ + { + "bbox": [ + 128, + 426, + 454, + 454 + ], + "spans": [], + "index": 21 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 459, + 399, + 473 + ], + "lines": [ + { + "bbox": [ + 105, + 459, + 399, + 474 + ], + "spans": [ + { + "bbox": [ + 105, + 459, + 177, + 474 + ], + "score": 1.0, + "content": "Taking the limit", + "type": "text" + }, + { + "bbox": [ + 177, + 459, + 245, + 472 + ], + "score": 0.85, + "content": "\\mathrm { n i n } \\left[ k , d _ { 0 } , d _ { 1 } \\right] \\dot { > } r", + "type": "inline_equation" + }, + { + "bbox": [ + 245, + 459, + 399, + 474 + ], + "score": 1.0, + "content": "on eqs. (12.14) and (12.15) we obtain", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 22 + }, + { + "type": "interline_equation", + "bbox": [ + 176, + 478, + 434, + 496 + ], + "lines": [ + { + "bbox": [ + 176, + 478, + 434, + 496 + ], + "spans": [ + { + "bbox": [ + 176, + 478, + 434, + 496 + ], + "score": 0.88, + "content": "\\begin{array} { r } { \\mathbb { P } \\left( \\mathrm { r a n k } \\left( \\mathbf { A } \\right) = r \\right) \\overset { * } { \\leq } 2 ^ { k + r d _ { 0 } ( \\log d _ { 1 } + \\log k ) + t ^ { 2 } } \\mathbb { P } \\left( { \\mathbf { W } } \\mathbf { X } _ { [ \\lfloor k / 2 \\rfloor ] } > 0 \\right) . } \\end{array}", + "type": "interline_equation", + "image_path": "9df6a774635dc67111cc4d5f93d21467589611f3de1be67eb153f36831e3dc06.jpg" + } + ] + } + ], + "index": 23, + "virtual_lines": [ + { + "bbox": [ + 176, + 478, + 434, + 496 + ], + "spans": [], + "index": 23 + } + ] + }, + { + "type": "title", + "bbox": [ + 108, + 526, + 230, + 538 + ], + "lines": [ + { + "bbox": [ + 106, + 524, + 231, + 540 + ], + "spans": [ + { + "bbox": [ + 106, + 524, + 231, + 540 + ], + "score": 1.0, + "content": "12.3 PROOF OF LEMMA 16", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 24 + }, + { + "type": "text", + "bbox": [ + 105, + 547, + 505, + 571 + ], + "lines": [ + { + "bbox": [ + 104, + 546, + 506, + 561 + ], + "spans": [ + { + "bbox": [ + 104, + 546, + 506, + 561 + ], + "score": 1.0, + "content": "In this section we will prove Lemma 16 in subsection 12.3.3. This proof relies on more elementary", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 559, + 354, + 570 + ], + "spans": [ + { + "bbox": [ + 105, + 559, + 354, + 570 + ], + "score": 1.0, + "content": "results, which we first prove in subsections 12.3.1 and 12.3.2.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 25.5 + }, + { + "type": "title", + "bbox": [ + 108, + 582, + 397, + 595 + ], + "lines": [ + { + "bbox": [ + 106, + 582, + 398, + 596 + ], + "spans": [ + { + "bbox": [ + 106, + 582, + 398, + 596 + ], + "score": 1.0, + "content": "12.3.1 ORTHANT PROBABILITY OF A RANDOM GAUSSIAN VECTOR", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 27 + }, + { + "type": "text", + "bbox": [ + 107, + 602, + 506, + 625 + ], + "lines": [ + { + "bbox": [ + 106, + 603, + 506, + 615 + ], + "spans": [ + { + "bbox": [ + 106, + 603, + 151, + 615 + ], + "score": 1.0, + "content": "Recall that", + "type": "text" + }, + { + "bbox": [ + 151, + 603, + 173, + 615 + ], + "score": 0.91, + "content": "\\phi \\left( x \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 173, + 603, + 191, + 615 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 191, + 603, + 214, + 615 + ], + "score": 0.92, + "content": "\\Phi \\left( x \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 215, + 603, + 506, + 615 + ], + "score": 1.0, + "content": "are, respectively, the probability density function and cumulative distribu-", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 614, + 343, + 625 + ], + "spans": [ + { + "bbox": [ + 106, + 614, + 343, + 625 + ], + "score": 1.0, + "content": "tion function for a scalar standard normal random variable.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28.5 + }, + { + "type": "text", + "bbox": [ + 106, + 629, + 339, + 641 + ], + "lines": [ + { + "bbox": [ + 106, + 628, + 337, + 642 + ], + "spans": [ + { + "bbox": [ + 106, + 628, + 306, + 642 + ], + "score": 1.0, + "content": "Definition 32. We define the following functions", + "type": "text" + }, + { + "bbox": [ + 306, + 630, + 337, + 640 + ], + "score": 0.9, + "content": "\\forall x \\geq 0", + "type": "inline_equation" + } + ], + "index": 30 + } + ], + "index": 30 + }, + { + "type": "interline_equation", + "bbox": [ + 220, + 646, + 390, + 704 + ], + "lines": [ + { + "bbox": [ + 220, + 646, + 390, + 704 + ], + "spans": [ + { + "bbox": [ + 220, + 646, + 390, + 704 + ], + "score": 0.93, + "content": "\\begin{array} { l } { \\displaystyle { g \\left( x \\right) \\triangleq \\frac { x \\Phi \\left( x \\right) } { \\phi \\left( x \\right) } , } } \\\\ { \\displaystyle { \\psi \\left( x \\right) \\triangleq \\frac { \\left( g ^ { - 1 } \\left( x \\right) \\right) ^ { 2 } } { 2 x } - \\log \\left( \\Phi \\left( g ^ { - 1 } \\left( x \\right) \\right) \\right) , } } \\end{array}", + "type": "interline_equation", + "image_path": "00187b0bc5bea52b78790b55c395390a4a0f4057e218595d545c4df856c180f6.jpg" + } + ] + } + ], + "index": 32, + "virtual_lines": [ + { + "bbox": [ + 220, + 646, + 390, + 665.3333333333334 + ], + "spans": [], + "index": 31 + }, + { + "bbox": [ + 220, + 665.3333333333334, + 390, + 684.6666666666667 + ], + "spans": [], + "index": 32 + }, + { + "bbox": [ + 220, + 684.6666666666667, + 390, + 704.0000000000001 + ], + "spans": [], + "index": 33 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 709, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 707, + 505, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 707, + 218, + 723 + ], + "score": 1.0, + "content": "where the inverse function", + "type": "text" + }, + { + "bbox": [ + 219, + 709, + 331, + 722 + ], + "score": 0.92, + "content": "g ^ { - 1 } ( x ) : [ 0 , \\infty ) [ 0 , \\infty )", + "type": "inline_equation" + }, + { + "bbox": [ + 331, + 707, + 421, + 723 + ], + "score": 1.0, + "content": "is well defined since", + "type": "text" + }, + { + "bbox": [ + 421, + 709, + 442, + 722 + ], + "score": 0.94, + "content": "g \\left( x \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 443, + 707, + 505, + 723 + ], + "score": 1.0, + "content": "monotonically", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 720, + 240, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 720, + 181, + 733 + ], + "score": 1.0, + "content": "increase from 0 to", + "type": "text" + }, + { + "bbox": [ + 181, + 722, + 192, + 730 + ], + "score": 0.78, + "content": "\\infty", + "type": "inline_equation" + }, + { + "bbox": [ + 192, + 720, + 210, + 733 + ], + "score": 1.0, + "content": ", for", + "type": "text" + }, + { + "bbox": [ + 210, + 722, + 235, + 731 + ], + "score": 0.89, + "content": "x \\geq 0", + "type": "inline_equation" + }, + { + "bbox": [ + 236, + 720, + 240, + 733 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 34.5 + } + ], + "page_idx": 24, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 26, + 308, + 38 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 309, + 39 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 309, + 39 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 298, + 749, + 313, + 765 + ], + "spans": [ + { + "bbox": [ + 298, + 749, + 313, + 765 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 16, + "width": 15 + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 494, + 501, + 505, + 512 + ], + "lines": [ + { + "bbox": [ + 496, + 503, + 504, + 511 + ], + "spans": [ + { + "bbox": [ + 496, + 503, + 504, + 511 + ], + "score": 0.997, + "content": "□", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 129, + 81, + 505, + 113 + ], + "lines": [ + { + "bbox": [ + 129, + 80, + 505, + 97 + ], + "spans": [ + { + "bbox": [ + 129, + 80, + 169, + 97 + ], + "score": 1.0, + "content": "1. Given", + "type": "text" + }, + { + "bbox": [ + 170, + 82, + 211, + 94 + ], + "score": 0.89, + "content": "( \\mathbf { W } _ { 1 } , \\mathbf { X } _ { 1 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 212, + 80, + 505, + 97 + ], + "score": 1.0, + "content": ", and eq. (12.8), the indicator function in eq. (12.12) is equal to zero only", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 138, + 93, + 484, + 114 + ], + "spans": [ + { + "bbox": [ + 138, + 93, + 150, + 114 + ], + "score": 1.0, + "content": "if", + "type": "text" + }, + { + "bbox": [ + 151, + 94, + 401, + 114 + ], + "score": 0.86, + "content": "\\begin{array} { r } { \\mathbb { P } \\left( a \\left( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 2 } \\right) \\left[ a \\left( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 2 } \\right) \\right] ^ { - 1 } a \\left( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 1 } \\right) = \\mathbf { A } \\mathbf { | } \\mathbf { W } _ { 1 } , \\mathbf { X } _ { 1 } \\right) = 0 } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 401, + 93, + 484, + 114 + ], + "score": 1.0, + "content": ", and one otherwise.", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5, + "bbox_fs": [ + 129, + 80, + 505, + 114 + ] + }, + { + "type": "text", + "bbox": [ + 130, + 119, + 505, + 188 + ], + "lines": [ + { + "bbox": [ + 128, + 119, + 505, + 133 + ], + "spans": [ + { + "bbox": [ + 128, + 119, + 309, + 133 + ], + "score": 1.0, + "content": "2. This sum counts the number of values of", + "type": "text" + }, + { + "bbox": [ + 310, + 120, + 320, + 131 + ], + "score": 0.49, + "content": "\\mathbf { H }", + "type": "inline_equation" + }, + { + "bbox": [ + 321, + 119, + 385, + 133 + ], + "score": 1.0, + "content": "consistent with", + "type": "text" + }, + { + "bbox": [ + 385, + 120, + 402, + 131 + ], + "score": 0.89, + "content": "\\mathbf { W } _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 403, + 119, + 420, + 133 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 421, + 120, + 435, + 131 + ], + "score": 0.88, + "content": "\\mathbf { X } _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 435, + 119, + 505, + 133 + ], + "score": 1.0, + "content": ". Conditioned on", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 142, + 131, + 506, + 145 + ], + "spans": [ + { + "bbox": [ + 142, + 131, + 342, + 144 + ], + "score": 0.82, + "content": "( \\mathbf { W } _ { 1 } , \\mathbf { X } _ { 1 } ) , \\mathbf { D } = \\left[ a \\left( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 2 } \\right) \\right] ^ { - 1 } , \\mathbf { B } = a \\left( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 2 } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 342, + 131, + 361, + 145 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 361, + 132, + 428, + 144 + ], + "score": 0.89, + "content": "\\mathbf { C } = a \\left( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 1 } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 428, + 131, + 506, + 145 + ], + "score": 1.0, + "content": "can have multiple", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 141, + 143, + 505, + 155 + ], + "spans": [ + { + "bbox": [ + 141, + 143, + 228, + 155 + ], + "score": 1.0, + "content": "values, depending on", + "type": "text" + }, + { + "bbox": [ + 229, + 144, + 246, + 154 + ], + "score": 0.88, + "content": "\\mathbf { W } _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 247, + 143, + 264, + 155 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 265, + 144, + 279, + 154 + ], + "score": 0.86, + "content": "\\mathbf { X } _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 279, + 143, + 389, + 155 + ], + "score": 1.0, + "content": ". Also, any single value for", + "type": "text" + }, + { + "bbox": [ + 389, + 144, + 431, + 155 + ], + "score": 0.89, + "content": "( { \\bf D } , { \\bf B } , { \\bf C } )", + "type": "inline_equation" + }, + { + "bbox": [ + 432, + 143, + 505, + 155 + ], + "score": 1.0, + "content": "results in a single", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 141, + 154, + 506, + 167 + ], + "spans": [ + { + "bbox": [ + 141, + 154, + 176, + 167 + ], + "score": 1.0, + "content": "value of", + "type": "text" + }, + { + "bbox": [ + 177, + 154, + 187, + 164 + ], + "score": 0.41, + "content": "\\mathbf { H }", + "type": "inline_equation" + }, + { + "bbox": [ + 187, + 154, + 366, + 167 + ], + "score": 1.0, + "content": ". Therefore, the number of possible values of", + "type": "text" + }, + { + "bbox": [ + 367, + 154, + 377, + 164 + ], + "score": 0.65, + "content": "\\mathbf { H }", + "type": "inline_equation" + }, + { + "bbox": [ + 377, + 154, + 506, + 167 + ], + "score": 1.0, + "content": "in eq. (12.12) is upper bounded", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 141, + 165, + 506, + 177 + ], + "spans": [ + { + "bbox": [ + 141, + 165, + 352, + 177 + ], + "score": 1.0, + "content": "by the product of the number of possible values of", + "type": "text" + }, + { + "bbox": [ + 352, + 165, + 362, + 175 + ], + "score": 0.25, + "content": "\\mathbf { D }", + "type": "inline_equation" + }, + { + "bbox": [ + 362, + 165, + 366, + 177 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 366, + 165, + 376, + 175 + ], + "score": 0.31, + "content": "\\mathbf { B }", + "type": "inline_equation" + }, + { + "bbox": [ + 376, + 165, + 394, + 177 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 395, + 165, + 404, + 175 + ], + "score": 0.57, + "content": "\\mathbf { C }", + "type": "inline_equation" + }, + { + "bbox": [ + 405, + 165, + 506, + 177 + ], + "score": 1.0, + "content": ", which is product in the", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 141, + 175, + 223, + 190 + ], + "spans": [ + { + "bbox": [ + 141, + 175, + 223, + 190 + ], + "score": 1.0, + "content": "following equation.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 4.5, + "bbox_fs": [ + 128, + 119, + 506, + 190 + ] + }, + { + "type": "text", + "bbox": [ + 129, + 194, + 506, + 233 + ], + "lines": [ + { + "bbox": [ + 128, + 192, + 507, + 210 + ], + "spans": [ + { + "bbox": [ + 128, + 192, + 195, + 210 + ], + "score": 1.0, + "content": "3. The function", + "type": "text" + }, + { + "bbox": [ + 195, + 194, + 381, + 209 + ], + "score": 0.91, + "content": "\\begin{array} { r } { \\sum _ { \\mathbf { h } \\in \\{ - 1 , 1 \\} ^ { ( k - r ) } } \\mathscr { T } \\left( \\exists \\mathbf { w } : \\mathrm { s i g n } \\left( \\mathbf { w } ^ { \\top } \\mathbf { X } _ { 1 } \\right) = \\mathbf { h } ^ { \\top } \\right) } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 381, + 192, + 507, + 210 + ], + "score": 1.0, + "content": "\u0001 counts the number of dichoto-", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 142, + 207, + 504, + 220 + ], + "spans": [ + { + "bbox": [ + 142, + 207, + 358, + 220 + ], + "score": 1.0, + "content": "mies that can be induced by the linear classifier w on", + "type": "text" + }, + { + "bbox": [ + 359, + 209, + 373, + 219 + ], + "score": 0.87, + "content": "\\mathbf { X } _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 373, + 207, + 504, + 220 + ], + "score": 1.0, + "content": ". Using eq. (12.7) we can bound", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 141, + 218, + 483, + 235 + ], + "spans": [ + { + "bbox": [ + 141, + 218, + 205, + 235 + ], + "score": 1.0, + "content": "this number by", + "type": "text" + }, + { + "bbox": [ + 205, + 219, + 250, + 233 + ], + "score": 0.91, + "content": "2 \\left( k - r \\right) ^ { d _ { 0 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 251, + 218, + 431, + 235 + ], + "score": 1.0, + "content": ". Similarly, the other sum can be bounded by", + "type": "text" + }, + { + "bbox": [ + 431, + 220, + 477, + 233 + ], + "score": 0.92, + "content": "2 \\left( d _ { 1 } - r \\right) ^ { r }", + "type": "inline_equation" + }, + { + "bbox": [ + 478, + 218, + 483, + 235 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9, + "bbox_fs": [ + 128, + 192, + 507, + 235 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 245, + 329, + 259 + ], + "lines": [ + { + "bbox": [ + 106, + 245, + 328, + 260 + ], + "spans": [ + { + "bbox": [ + 106, + 245, + 328, + 260 + ], + "score": 1.0, + "content": "Combining eqs. (12.10), (12.11) and (12.13) we obtain", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 11, + "bbox_fs": [ + 106, + 245, + 328, + 260 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 116, + 263, + 494, + 308 + ], + "lines": [ + { + "bbox": [ + 116, + 263, + 494, + 308 + ], + "spans": [ + { + "bbox": [ + 116, + 263, + 494, + 308 + ], + "score": 0.92, + "content": "\\begin{array} { r l } & { \\mathbb { P } \\left( \\mathrm { r a n k } \\left( \\mathbf { A } \\right) = r \\right) \\leq } \\\\ & { \\left( \\begin{array} { l } { d _ { 1 } } \\\\ { r } \\end{array} \\right) \\left( \\begin{array} { l } { k } \\\\ { r } \\end{array} \\right) \\left( \\begin{array} { c } { k - r } \\\\ { \\lfloor ( k - r ) / 2 \\rfloor } \\end{array} \\right) 2 ^ { r d _ { 0 } \\left[ \\log ( d _ { 1 } - r ) + \\log ( k - r ) \\right] + r ^ { 2 } + 2 r } \\mathbb { P } \\left( \\mathbf { W } _ { 1 } \\mathbf { X } _ { [ \\lfloor ( k - r ) / 2 \\rfloor ] } > 0 \\right) . } \\end{array}", + "type": "interline_equation", + "image_path": "6468b0a86acb106249f015f9b911214c7457c2064589c4896bb71f31ee587b31.jpg" + } + ] + } + ], + "index": 13, + "virtual_lines": [ + { + "bbox": [ + 116, + 263, + 494, + 278.0 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 116, + 278.0, + 494, + 293.0 + ], + "spans": [], + "index": 13 + }, + { + "bbox": [ + 116, + 293.0, + 494, + 308.0 + ], + "spans": [], + "index": 14 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 312, + 505, + 364 + ], + "lines": [ + { + "bbox": [ + 103, + 309, + 511, + 342 + ], + "spans": [ + { + "bbox": [ + 103, + 313, + 274, + 337 + ], + "score": 1.0, + "content": "Next, we take the log. To upper bound", + "type": "text" + }, + { + "bbox": [ + 274, + 312, + 308, + 340 + ], + "score": 0.92, + "content": "\\left( \\begin{array} { c } { { N } } \\\\ { { k } } \\end{array} \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 308, + 309, + 353, + 342 + ], + "score": 1.0, + "content": ", for small", + "type": "text" + }, + { + "bbox": [ + 354, + 321, + 361, + 330 + ], + "score": 0.81, + "content": "k", + "type": "inline_equation" + }, + { + "bbox": [ + 361, + 309, + 395, + 342 + ], + "score": 1.0, + "content": "we use", + "type": "text" + }, + { + "bbox": [ + 395, + 313, + 460, + 340 + ], + "score": 0.93, + "content": "\\left( \\begin{array} { c } { { N } } \\\\ { { k } } \\end{array} \\right) \\le N ^ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 460, + 309, + 511, + 342 + ], + "score": 1.0, + "content": ", while for", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 330, + 329, + 371 + ], + "spans": [ + { + "bbox": [ + 106, + 344, + 145, + 357 + ], + "score": 0.89, + "content": "k = N / 2", + "type": "inline_equation" + }, + { + "bbox": [ + 145, + 330, + 179, + 371 + ], + "score": 1.0, + "content": ", we use", + "type": "text" + }, + { + "bbox": [ + 179, + 337, + 249, + 365 + ], + "score": 0.93, + "content": "\\left( \\begin{array} { c } { { N } } \\\\ { { N / 2 } } \\end{array} \\right) \\le 2 ^ { N }", + "type": "inline_equation" + }, + { + "bbox": [ + 249, + 330, + 329, + 371 + ], + "score": 1.0, + "content": ". Thus, we obtain", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 15.5, + "bbox_fs": [ + 103, + 309, + 511, + 371 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 120, + 369, + 489, + 402 + ], + "lines": [ + { + "bbox": [ + 120, + 369, + 489, + 402 + ], + "spans": [ + { + "bbox": [ + 120, + 369, + 489, + 402 + ], + "score": 0.92, + "content": "\\begin{array} { r l r } & { } & { \\log \\mathbb { P } \\left( \\mathrm { r a n k } \\left( \\mathbf { A } \\right) = r \\right) \\leq \\left( r d _ { 0 } \\left( \\log \\left( d _ { 1 } - r \\right) + \\log \\left( k - r \\right) \\right) + r ^ { 2 } + 2 r \\right) \\log 2 \\qquad ( 1 2 \\triangle ( r \\mathrm { ~ o ~ t ~ } r ) } \\\\ & { } & { + r \\log d _ { 1 } + r \\log k + ( k - r ) \\log 2 + \\log \\mathbb { P } \\left( \\mathbf { W } _ { 1 } \\mathbf { X } _ { [ \\vert ( k - r ) / 2 ] ] } > 0 \\right) . } \\end{array}", + "type": "interline_equation", + "image_path": "4d194bd1eb0e846077da5483deda01a9c7113979aeb679496db42d74ef0750c2.jpg" + } + ] + } + ], + "index": 18, + "virtual_lines": [ + { + "bbox": [ + 120, + 369, + 489, + 380.0 + ], + "spans": [], + "index": 17 + }, + { + "bbox": [ + 120, + 380.0, + 489, + 391.0 + ], + "spans": [], + "index": 18 + }, + { + "bbox": [ + 120, + 391.0, + 489, + 402.0 + ], + "spans": [], + "index": 19 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 407, + 469, + 421 + ], + "lines": [ + { + "bbox": [ + 104, + 405, + 468, + 424 + ], + "spans": [ + { + "bbox": [ + 104, + 405, + 165, + 424 + ], + "score": 1.0, + "content": "Recalling that", + "type": "text" + }, + { + "bbox": [ + 165, + 407, + 240, + 420 + ], + "score": 0.93, + "content": "\\mathbf { W } _ { 1 } \\in \\mathbb { R } ^ { ( d _ { 1 } - r ) \\times d _ { 0 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 240, + 405, + 267, + 424 + ], + "score": 1.0, + "content": "while", + "type": "text" + }, + { + "bbox": [ + 267, + 408, + 321, + 419 + ], + "score": 0.92, + "content": "\\mathbf { W } \\in \\mathbb { R } ^ { d _ { 1 } \\times d _ { 0 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 322, + 405, + 468, + 424 + ], + "score": 1.0, + "content": ", we obtain from Jensen’s inequality", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 20, + "bbox_fs": [ + 104, + 405, + 468, + 424 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 128, + 426, + 454, + 454 + ], + "lines": [ + { + "bbox": [ + 128, + 426, + 454, + 454 + ], + "spans": [ + { + "bbox": [ + 128, + 426, + 454, + 454 + ], + "score": 0.91, + "content": "\\begin{array} { r } { \\log \\mathbb { P } \\left( \\mathbf { W } _ { 1 } \\mathbf { X } _ { [ \\lfloor ( k - r ) / 2 \\rfloor ] } > 0 \\right) \\le \\frac { \\left\\lfloor \\left( k - r \\right) / 2 \\right\\rfloor \\left\\lfloor d _ { 1 } - r \\right\\rfloor } { \\left\\lfloor k / 2 \\right\\rfloor \\left\\lfloor d _ { 1 } \\right\\rfloor } \\log \\mathbb { P } \\left( \\mathbf { W } \\mathbf { X } _ { [ \\lfloor k / 2 \\rfloor ] } > 0 \\right) . } \\end{array}", + "type": "interline_equation", + "image_path": "cdb37740def3c8c632c0376cf0cdc0ca2adf070ab1bb586699c73e9475ff0ea9.jpg" + } + ] + } + ], + "index": 21, + "virtual_lines": [ + { + "bbox": [ + 128, + 426, + 454, + 454 + ], + "spans": [], + "index": 21 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 459, + 399, + 473 + ], + "lines": [ + { + "bbox": [ + 105, + 459, + 399, + 474 + ], + "spans": [ + { + "bbox": [ + 105, + 459, + 177, + 474 + ], + "score": 1.0, + "content": "Taking the limit", + "type": "text" + }, + { + "bbox": [ + 177, + 459, + 245, + 472 + ], + "score": 0.85, + "content": "\\mathrm { n i n } \\left[ k , d _ { 0 } , d _ { 1 } \\right] \\dot { > } r", + "type": "inline_equation" + }, + { + "bbox": [ + 245, + 459, + 399, + 474 + ], + "score": 1.0, + "content": "on eqs. (12.14) and (12.15) we obtain", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 22, + "bbox_fs": [ + 105, + 459, + 399, + 474 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 176, + 478, + 434, + 496 + ], + "lines": [ + { + "bbox": [ + 176, + 478, + 434, + 496 + ], + "spans": [ + { + "bbox": [ + 176, + 478, + 434, + 496 + ], + "score": 0.88, + "content": "\\begin{array} { r } { \\mathbb { P } \\left( \\mathrm { r a n k } \\left( \\mathbf { A } \\right) = r \\right) \\overset { * } { \\leq } 2 ^ { k + r d _ { 0 } ( \\log d _ { 1 } + \\log k ) + t ^ { 2 } } \\mathbb { P } \\left( { \\mathbf { W } } \\mathbf { X } _ { [ \\lfloor k / 2 \\rfloor ] } > 0 \\right) . } \\end{array}", + "type": "interline_equation", + "image_path": "9df6a774635dc67111cc4d5f93d21467589611f3de1be67eb153f36831e3dc06.jpg" + } + ] + } + ], + "index": 23, + "virtual_lines": [ + { + "bbox": [ + 176, + 478, + 434, + 496 + ], + "spans": [], + "index": 23 + } + ] + }, + { + "type": "title", + "bbox": [ + 108, + 526, + 230, + 538 + ], + "lines": [ + { + "bbox": [ + 106, + 524, + 231, + 540 + ], + "spans": [ + { + "bbox": [ + 106, + 524, + 231, + 540 + ], + "score": 1.0, + "content": "12.3 PROOF OF LEMMA 16", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 24 + }, + { + "type": "text", + "bbox": [ + 105, + 547, + 505, + 571 + ], + "lines": [ + { + "bbox": [ + 104, + 546, + 506, + 561 + ], + "spans": [ + { + "bbox": [ + 104, + 546, + 506, + 561 + ], + "score": 1.0, + "content": "In this section we will prove Lemma 16 in subsection 12.3.3. This proof relies on more elementary", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 559, + 354, + 570 + ], + "spans": [ + { + "bbox": [ + 105, + 559, + 354, + 570 + ], + "score": 1.0, + "content": "results, which we first prove in subsections 12.3.1 and 12.3.2.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 25.5, + "bbox_fs": [ + 104, + 546, + 506, + 570 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 582, + 397, + 595 + ], + "lines": [ + { + "bbox": [ + 106, + 582, + 398, + 596 + ], + "spans": [ + { + "bbox": [ + 106, + 582, + 398, + 596 + ], + "score": 1.0, + "content": "12.3.1 ORTHANT PROBABILITY OF A RANDOM GAUSSIAN VECTOR", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 27 + }, + { + "type": "text", + "bbox": [ + 107, + 602, + 506, + 625 + ], + "lines": [ + { + "bbox": [ + 106, + 603, + 506, + 615 + ], + "spans": [ + { + "bbox": [ + 106, + 603, + 151, + 615 + ], + "score": 1.0, + "content": "Recall that", + "type": "text" + }, + { + "bbox": [ + 151, + 603, + 173, + 615 + ], + "score": 0.91, + "content": "\\phi \\left( x \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 173, + 603, + 191, + 615 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 191, + 603, + 214, + 615 + ], + "score": 0.92, + "content": "\\Phi \\left( x \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 215, + 603, + 506, + 615 + ], + "score": 1.0, + "content": "are, respectively, the probability density function and cumulative distribu-", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 614, + 343, + 625 + ], + "spans": [ + { + "bbox": [ + 106, + 614, + 343, + 625 + ], + "score": 1.0, + "content": "tion function for a scalar standard normal random variable.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28.5, + "bbox_fs": [ + 106, + 603, + 506, + 625 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 629, + 339, + 641 + ], + "lines": [ + { + "bbox": [ + 106, + 628, + 337, + 642 + ], + "spans": [ + { + "bbox": [ + 106, + 628, + 306, + 642 + ], + "score": 1.0, + "content": "Definition 32. We define the following functions", + "type": "text" + }, + { + "bbox": [ + 306, + 630, + 337, + 640 + ], + "score": 0.9, + "content": "\\forall x \\geq 0", + "type": "inline_equation" + } + ], + "index": 30 + } + ], + "index": 30, + "bbox_fs": [ + 106, + 628, + 337, + 642 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 220, + 646, + 390, + 704 + ], + "lines": [ + { + "bbox": [ + 220, + 646, + 390, + 704 + ], + "spans": [ + { + "bbox": [ + 220, + 646, + 390, + 704 + ], + "score": 0.93, + "content": "\\begin{array} { l } { \\displaystyle { g \\left( x \\right) \\triangleq \\frac { x \\Phi \\left( x \\right) } { \\phi \\left( x \\right) } , } } \\\\ { \\displaystyle { \\psi \\left( x \\right) \\triangleq \\frac { \\left( g ^ { - 1 } \\left( x \\right) \\right) ^ { 2 } } { 2 x } - \\log \\left( \\Phi \\left( g ^ { - 1 } \\left( x \\right) \\right) \\right) , } } \\end{array}", + "type": "interline_equation", + "image_path": "00187b0bc5bea52b78790b55c395390a4a0f4057e218595d545c4df856c180f6.jpg" + } + ] + } + ], + "index": 32, + "virtual_lines": [ + { + "bbox": [ + 220, + 646, + 390, + 665.3333333333334 + ], + "spans": [], + "index": 31 + }, + { + "bbox": [ + 220, + 665.3333333333334, + 390, + 684.6666666666667 + ], + "spans": [], + "index": 32 + }, + { + "bbox": [ + 220, + 684.6666666666667, + 390, + 704.0000000000001 + ], + "spans": [], + "index": 33 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 709, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 707, + 505, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 707, + 218, + 723 + ], + "score": 1.0, + "content": "where the inverse function", + "type": "text" + }, + { + "bbox": [ + 219, + 709, + 331, + 722 + ], + "score": 0.92, + "content": "g ^ { - 1 } ( x ) : [ 0 , \\infty ) [ 0 , \\infty )", + "type": "inline_equation" + }, + { + "bbox": [ + 331, + 707, + 421, + 723 + ], + "score": 1.0, + "content": "is well defined since", + "type": "text" + }, + { + "bbox": [ + 421, + 709, + 442, + 722 + ], + "score": 0.94, + "content": "g \\left( x \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 443, + 707, + 505, + 723 + ], + "score": 1.0, + "content": "monotonically", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 720, + 240, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 720, + 181, + 733 + ], + "score": 1.0, + "content": "increase from 0 to", + "type": "text" + }, + { + "bbox": [ + 181, + 722, + 192, + 730 + ], + "score": 0.78, + "content": "\\infty", + "type": "inline_equation" + }, + { + "bbox": [ + 192, + 720, + 210, + 733 + ], + "score": 1.0, + "content": ", for", + "type": "text" + }, + { + "bbox": [ + 210, + 722, + 235, + 731 + ], + "score": 0.89, + "content": "x \\geq 0", + "type": "inline_equation" + }, + { + "bbox": [ + 236, + 720, + 240, + 733 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 34.5, + "bbox_fs": [ + 105, + 707, + 505, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 103, + 81, + 505, + 106 + ], + "lines": [ + { + "bbox": [ + 105, + 80, + 507, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 80, + 176, + 96 + ], + "score": 1.0, + "content": "Lemma 33. Let", + "type": "text" + }, + { + "bbox": [ + 177, + 82, + 236, + 94 + ], + "score": 0.9, + "content": "\\mathbf { z } \\sim \\mathcal { N } ( 0 , \\pmb { \\Sigma } )", + "type": "inline_equation" + }, + { + "bbox": [ + 237, + 80, + 376, + 96 + ], + "score": 1.0, + "content": "be a random Gaussian vector in", + "type": "text" + }, + { + "bbox": [ + 377, + 82, + 393, + 93 + ], + "score": 0.89, + "content": "\\mathbb { R } ^ { K }", + "type": "inline_equation" + }, + { + "bbox": [ + 393, + 80, + 507, + 96 + ], + "score": 1.0, + "content": ", with a covariance matrix", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 93, + 504, + 108 + ], + "spans": [ + { + "bbox": [ + 106, + 93, + 241, + 108 + ], + "score": 0.88, + "content": "\\Sigma _ { i j } = \\left( 1 - \\theta K ^ { - 1 } \\right) \\delta _ { m n } + \\theta K ^ { - 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 242, + 93, + 269, + 108 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 270, + 94, + 318, + 105 + ], + "score": 0.91, + "content": "K \\gg \\theta > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 319, + 93, + 385, + 108 + ], + "score": 1.0, + "content": ". Then, recalling", + "type": "text" + }, + { + "bbox": [ + 386, + 94, + 408, + 106 + ], + "score": 0.89, + "content": "\\psi \\left( \\theta \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 408, + 93, + 504, + 108 + ], + "score": 1.0, + "content": "in eq. (12.17), we have", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "interline_equation", + "bbox": [ + 211, + 111, + 399, + 126 + ], + "lines": [ + { + "bbox": [ + 211, + 111, + 399, + 126 + ], + "spans": [ + { + "bbox": [ + 211, + 111, + 399, + 126 + ], + "score": 0.86, + "content": "\\begin{array} { r } { \\log \\mathbb { P } \\left( \\forall i : z _ { i } > 0 \\right) \\le - K \\psi \\left( \\theta \\right) + O \\left( \\log K \\right) . } \\end{array}", + "type": "interline_equation", + "image_path": "10ceb2c2a891fbb08c5041cf502e3c6eb5698cf6b62ea6b7ded0f3b27ebbdd2b.jpg" + } + ] + } + ], + "index": 2, + "virtual_lines": [ + { + "bbox": [ + 211, + 111, + 399, + 126 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 137, + 505, + 161 + ], + "lines": [ + { + "bbox": [ + 105, + 135, + 506, + 153 + ], + "spans": [ + { + "bbox": [ + 105, + 135, + 225, + 153 + ], + "score": 1.0, + "content": "Proof. Note that we can write", + "type": "text" + }, + { + "bbox": [ + 225, + 140, + 264, + 150 + ], + "score": 0.91, + "content": "\\mathbf { z } = \\mathbf { u } + \\eta", + "type": "inline_equation" + }, + { + "bbox": [ + 265, + 135, + 293, + 153 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 294, + 137, + 408, + 152 + ], + "score": 0.91, + "content": "\\mathbf { u } \\sim { \\mathcal { N } } \\left( 0 , \\left( 1 - \\theta K ^ { - 1 } \\right) \\mathbf { I } _ { K } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 409, + 135, + 428, + 153 + ], + "score": 1.0, + "content": ", and", + "type": "text" + }, + { + "bbox": [ + 429, + 137, + 503, + 151 + ], + "score": 0.91, + "content": "\\eta \\sim \\mathcal { N } \\left( 0 , \\theta K ^ { - 1 } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 135, + 506, + 153 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 149, + 223, + 162 + ], + "spans": [ + { + "bbox": [ + 106, + 149, + 223, + 162 + ], + "score": 1.0, + "content": "Using this notation, we have", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + }, + { + "type": "interline_equation", + "bbox": [ + 151, + 165, + 461, + 320 + ], + "lines": [ + { + "bbox": [ + 151, + 165, + 461, + 320 + ], + "spans": [ + { + "bbox": [ + 151, + 165, + 461, + 320 + ], + "score": 0.95, + "content": "\\begin{array} { r l } & { \\quad \\mathbb { P } \\left( \\overline { { \\psi } } : z _ { i } > 0 \\right) } \\\\ & { = \\int _ { - \\infty } ^ { \\infty } d \\eta \\left[ \\displaystyle \\prod _ { i = 1 } ^ { K } \\int _ { - \\infty } ^ { \\infty } d u _ { i } \\mathcal { T } \\left( \\sqrt { 1 - \\theta K ^ { - 1 } } u _ { i } + \\sqrt { \\theta K ^ { - 1 } } \\eta > 0 \\right) \\phi \\left( u _ { i } \\right) \\right] \\phi \\left( \\eta \\right) } \\\\ & { = \\int _ { - \\infty } ^ { \\infty } d \\eta \\left[ \\Phi \\left( \\sqrt { \\frac { \\theta K ^ { - 1 } } { 1 - \\theta K ^ { - 1 } } } \\eta \\right) \\right] ^ { K } \\phi \\left( \\eta \\right) } \\\\ & { \\stackrel { ( 1 ) } { = } \\sqrt { \\displaystyle \\frac { \\theta } { 2 \\pi \\left( K - \\theta \\right) } } \\int _ { - \\infty } ^ { \\infty } d \\xi \\left[ \\Phi \\left( \\xi \\right) \\right] ^ { K } \\exp \\left( - \\frac { \\left( K - \\theta \\right) \\xi ^ { 2 } } { 2 \\theta } \\right) } \\\\ & { = \\sqrt { \\displaystyle \\frac { \\theta } { 2 \\pi \\left( K - \\theta \\right) } } \\int _ { - \\infty } ^ { \\infty } d \\xi \\exp \\left( \\frac { \\xi ^ { 2 } } { 2 } \\right) \\exp \\left[ K \\left( \\log \\Phi \\left( \\xi \\right) - \\frac { \\xi ^ { 2 } } { 2 \\theta } \\right) \\right] , } \\end{array}", + "type": "interline_equation", + "image_path": "bc262ef4ffb1ddf52f55b8a1b9f1574b6779391626101eeb51b688c7a14ed759.jpg" + } + ] + } + ], + "index": 6, + "virtual_lines": [ + { + "bbox": [ + 151, + 165, + 461, + 216.66666666666666 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 151, + 216.66666666666666, + 461, + 268.3333333333333 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 151, + 268.3333333333333, + 461, + 320.0 + ], + "spans": [], + "index": 7 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 324, + 504, + 339 + ], + "lines": [ + { + "bbox": [ + 105, + 324, + 502, + 339 + ], + "spans": [ + { + "bbox": [ + 105, + 324, + 322, + 339 + ], + "score": 1.0, + "content": "where in (1) we changed the variable of integration to", + "type": "text" + }, + { + "bbox": [ + 322, + 324, + 402, + 339 + ], + "score": 0.93, + "content": "\\xi = \\sqrt { \\theta / \\left( K - \\theta \\right) } \\eta", + "type": "inline_equation" + }, + { + "bbox": [ + 403, + 324, + 496, + 339 + ], + "score": 1.0, + "content": ". We denote, for a fixed", + "type": "text" + }, + { + "bbox": [ + 496, + 326, + 502, + 336 + ], + "score": 0.78, + "content": "\\theta", + "type": "inline_equation" + } + ], + "index": 8 + } + ], + "index": 8 + }, + { + "type": "interline_equation", + "bbox": [ + 235, + 342, + 375, + 403 + ], + "lines": [ + { + "bbox": [ + 235, + 342, + 375, + 403 + ], + "spans": [ + { + "bbox": [ + 235, + 342, + 375, + 403 + ], + "score": 0.93, + "content": "\\begin{array} { l } { { \\displaystyle q \\left( \\xi \\right) \\triangleq \\log \\Phi \\left( \\xi \\right) - \\frac { \\xi ^ { 2 } } { 2 \\theta } } } \\\\ { { \\displaystyle h \\left( \\xi \\right) \\triangleq \\sqrt { \\frac { \\theta } { 2 \\pi \\left( K - \\theta \\right) } } \\exp \\left( \\frac { \\xi ^ { 2 } } { 2 } \\right) } } \\end{array}", + "type": "interline_equation", + "image_path": "29af02d48d220a9e54bd1ba2d06556480d0167d851fe2d29a2a4847fb58909a4.jpg" + } + ] + } + ], + "index": 9.5, + "virtual_lines": [ + { + "bbox": [ + 235, + 342, + 375, + 372.5 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 235, + 372.5, + 375, + 403.0 + ], + "spans": [], + "index": 10 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 405, + 506, + 429 + ], + "lines": [ + { + "bbox": [ + 104, + 403, + 507, + 420 + ], + "spans": [ + { + "bbox": [ + 104, + 403, + 123, + 420 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 124, + 406, + 134, + 417 + ], + "score": 0.88, + "content": "\\xi _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 134, + 403, + 259, + 420 + ], + "score": 1.0, + "content": "as its global maximum. Since", + "type": "text" + }, + { + "bbox": [ + 259, + 408, + 266, + 417 + ], + "score": 0.81, + "content": "q", + "type": "inline_equation" + }, + { + "bbox": [ + 266, + 403, + 507, + 420 + ], + "score": 1.0, + "content": "is twice differentiable, we can use Laplace’s method (e.g.,", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 417, + 262, + 430 + ], + "spans": [ + { + "bbox": [ + 106, + 417, + 262, + 430 + ], + "score": 1.0, + "content": "(Butler, 2007)) to simplify eq. (12.18)", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11.5 + }, + { + "type": "interline_equation", + "bbox": [ + 190, + 441, + 421, + 469 + ], + "lines": [ + { + "bbox": [ + 190, + 441, + 421, + 469 + ], + "spans": [ + { + "bbox": [ + 190, + 441, + 421, + 469 + ], + "score": 0.92, + "content": "\\log \\int _ { - \\infty } ^ { \\infty } h \\left( \\xi \\right) \\exp \\left( K q \\left( \\xi \\right) \\right) d \\xi = K q \\left( \\xi _ { 0 } \\right) + O \\left( \\log K \\right) .", + "type": "interline_equation", + "image_path": "d1670a986406af48e77385d91d0789092f6aa30650f01a29338d73edc1472a78.jpg" + } + ] + } + ], + "index": 13, + "virtual_lines": [ + { + "bbox": [ + 190, + 441, + 421, + 469 + ], + "spans": [], + "index": 13 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 470, + 350, + 483 + ], + "lines": [ + { + "bbox": [ + 106, + 469, + 350, + 484 + ], + "spans": [ + { + "bbox": [ + 106, + 469, + 137, + 484 + ], + "score": 1.0, + "content": "To find", + "type": "text" + }, + { + "bbox": [ + 137, + 471, + 147, + 482 + ], + "score": 0.88, + "content": "\\xi _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 147, + 469, + 216, + 484 + ], + "score": 1.0, + "content": ", we differentiate", + "type": "text" + }, + { + "bbox": [ + 216, + 471, + 236, + 483 + ], + "score": 0.92, + "content": "q \\left( \\xi \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 236, + 469, + 350, + 484 + ], + "score": 1.0, + "content": "and equate to zero to obtain", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 14 + }, + { + "type": "interline_equation", + "bbox": [ + 252, + 486, + 359, + 514 + ], + "lines": [ + { + "bbox": [ + 252, + 486, + 359, + 514 + ], + "spans": [ + { + "bbox": [ + 252, + 486, + 359, + 514 + ], + "score": 0.95, + "content": "q ^ { \\prime } \\left( \\xi \\right) = \\frac { \\phi \\left( \\xi \\right) } { \\Phi \\left( \\xi \\right) } - \\frac { 1 } { \\theta } \\xi = 0 .", + "type": "interline_equation", + "image_path": "9e51c2e3473f8f5377e7a1a2151beb2c490589d7b94d46e2cd725ad034164c58.jpg" + } + ] + } + ], + "index": 15, + "virtual_lines": [ + { + "bbox": [ + 252, + 486, + 359, + 514 + ], + "spans": [], + "index": 15 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 517, + 243, + 529 + ], + "lines": [ + { + "bbox": [ + 105, + 516, + 243, + 532 + ], + "spans": [ + { + "bbox": [ + 105, + 516, + 243, + 532 + ], + "score": 1.0, + "content": "which implies (recall eq. (12.16))", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16 + }, + { + "type": "interline_equation", + "bbox": [ + 262, + 527, + 349, + 554 + ], + "lines": [ + { + "bbox": [ + 262, + 527, + 349, + 554 + ], + "spans": [ + { + "bbox": [ + 262, + 527, + 349, + 554 + ], + "score": 0.95, + "content": "g \\left( \\xi \\right) \\triangleq \\frac { \\xi \\Phi \\left( \\xi \\right) } { \\phi \\left( \\xi \\right) } = \\theta .", + "type": "interline_equation", + "image_path": "6fc19580f5b10a49f862708606138eab92076653d13c268e9e60b5a8fd1f3b6b.jpg" + } + ] + } + ], + "index": 17, + "virtual_lines": [ + { + "bbox": [ + 262, + 527, + 349, + 554 + ], + "spans": [], + "index": 17 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 555, + 505, + 601 + ], + "lines": [ + { + "bbox": [ + 105, + 555, + 505, + 568 + ], + "spans": [ + { + "bbox": [ + 105, + 555, + 320, + 568 + ], + "score": 1.0, + "content": "This is a monotonically increasing function from 0 to", + "type": "text" + }, + { + "bbox": [ + 320, + 558, + 331, + 566 + ], + "score": 0.82, + "content": "\\infty", + "type": "inline_equation" + }, + { + "bbox": [ + 332, + 555, + 381, + 568 + ], + "score": 1.0, + "content": "in the range", + "type": "text" + }, + { + "bbox": [ + 382, + 556, + 406, + 568 + ], + "score": 0.91, + "content": "\\xi \\ge 0", + "type": "inline_equation" + }, + { + "bbox": [ + 406, + 555, + 505, + 568 + ], + "score": 1.0, + "content": ". Its inverse function can", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 566, + 506, + 580 + ], + "spans": [ + { + "bbox": [ + 105, + 566, + 221, + 580 + ], + "score": 1.0, + "content": "also be defined in that range", + "type": "text" + }, + { + "bbox": [ + 221, + 566, + 326, + 578 + ], + "score": 0.89, + "content": "g ^ { - 1 } \\check { ( \\theta ) } : [ 0 , \\infty ] [ 0 , \\infty ]", + "type": "inline_equation" + }, + { + "bbox": [ + 326, + 566, + 506, + 580 + ], + "score": 1.0, + "content": ". This implies that this equation has only one", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 577, + 503, + 591 + ], + "spans": [ + { + "bbox": [ + 105, + 577, + 144, + 591 + ], + "score": 1.0, + "content": "solution,", + "type": "text" + }, + { + "bbox": [ + 144, + 577, + 198, + 589 + ], + "score": 0.74, + "content": "\\xi _ { 0 } = g ^ { - 1 } \\left( \\theta \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 198, + 577, + 227, + 591 + ], + "score": 1.0, + "content": ". Since", + "type": "text" + }, + { + "bbox": [ + 227, + 578, + 314, + 590 + ], + "score": 0.88, + "content": "\\begin{array} { r } { \\operatorname* { l i m } _ { \\xi \\to \\infty } q \\left( \\xi \\right) = - \\infty } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 315, + 577, + 335, + 591 + ], + "score": 1.0, + "content": ", this", + "type": "text" + }, + { + "bbox": [ + 335, + 578, + 345, + 589 + ], + "score": 0.88, + "content": "\\xi _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 345, + 577, + 483, + 591 + ], + "score": 1.0, + "content": "is indeed the global maximum of", + "type": "text" + }, + { + "bbox": [ + 483, + 578, + 503, + 590 + ], + "score": 0.91, + "content": "q \\left( \\xi \\right)", + "type": "inline_equation" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 587, + 357, + 602 + ], + "spans": [ + { + "bbox": [ + 105, + 587, + 226, + 602 + ], + "score": 1.0, + "content": "Substituting this solution into", + "type": "text" + }, + { + "bbox": [ + 227, + 589, + 246, + 601 + ], + "score": 0.9, + "content": "q \\left( \\xi \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 247, + 587, + 357, + 602 + ], + "score": 1.0, + "content": ", we get (recall eq. (12.17))", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 19.5 + }, + { + "type": "interline_equation", + "bbox": [ + 134, + 605, + 448, + 633 + ], + "lines": [ + { + "bbox": [ + 134, + 605, + 448, + 633 + ], + "spans": [ + { + "bbox": [ + 134, + 605, + 448, + 633 + ], + "score": 0.89, + "content": "\\forall \\theta > 0 : q \\left( \\xi _ { 0 } \\right) = - \\psi \\left( \\theta \\right) = q \\left( g ^ { - 1 } \\left( \\theta \\right) \\right) = \\log \\left( \\Phi \\left( g ^ { - 1 } \\left( \\theta \\right) \\right) \\right) - \\frac { \\left( g ^ { - 1 } \\left( \\theta \\right) \\right) ^ { 2 } } { 2 \\theta } .", + "type": "interline_equation", + "image_path": "7cc89123c84adf644e67d0d3cde30d6ff1aa1f3403854f31f967bb1d5bb1fba8.jpg" + } + ] + } + ], + "index": 22, + "virtual_lines": [ + { + "bbox": [ + 134, + 605, + 448, + 633 + ], + "spans": [], + "index": 22 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 636, + 304, + 649 + ], + "lines": [ + { + "bbox": [ + 106, + 636, + 306, + 651 + ], + "spans": [ + { + "bbox": [ + 106, + 636, + 306, + 651 + ], + "score": 1.0, + "content": "Using eq. (12.18), (12.21) and (12.24) we obtain:", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 23 + }, + { + "type": "interline_equation", + "bbox": [ + 162, + 652, + 448, + 711 + ], + "lines": [ + { + "bbox": [ + 162, + 652, + 448, + 711 + ], + "spans": [ + { + "bbox": [ + 162, + 652, + 448, + 711 + ], + "score": 0.94, + "content": "\\begin{array} { l } { \\displaystyle \\log \\mathbb { P } \\left( \\forall i : z _ { i } > 0 \\right) } \\\\ { = \\log \\left[ \\int _ { - \\infty } ^ { \\infty } d \\xi \\exp \\left( \\frac { \\xi ^ { 2 } } { 2 } \\right) \\exp \\left[ K \\left( \\log \\Phi \\left( \\xi \\right) - \\frac { \\xi ^ { 2 } } { 2 \\theta } \\right) \\right] \\right] + O \\left( \\log K \\right) } \\\\ { = - K \\psi \\left( \\theta \\right) + O \\left( \\log K \\right) . } \\end{array}", + "type": "interline_equation", + "image_path": "a2165f3020b1cf0998b8aee13777679a8199cf2ab84a919b3469948b6de7b1f7.jpg" + } + ] + } + ], + "index": 25, + "virtual_lines": [ + { + "bbox": [ + 162, + 652, + 448, + 671.6666666666666 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 162, + 671.6666666666666, + 448, + 691.3333333333333 + ], + "spans": [], + "index": 25 + }, + { + "bbox": [ + 162, + 691.3333333333333, + 448, + 710.9999999999999 + ], + "spans": [], + "index": 26 + } + ] + } + ], + "page_idx": 25, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 26, + 308, + 38 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 309, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 309, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 494, + 721, + 505, + 731 + ], + "lines": [ + { + "bbox": [ + 496, + 722, + 504, + 731 + ], + "spans": [ + { + "bbox": [ + 496, + 722, + 504, + 731 + ], + "score": 0.999, + "content": "□", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 761 + ], + "lines": [ + { + "bbox": [ + 298, + 749, + 313, + 764 + ], + "spans": [ + { + "bbox": [ + 298, + 749, + 313, + 764 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 15, + "width": 15 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 103, + 81, + 505, + 106 + ], + "lines": [ + { + "bbox": [ + 105, + 80, + 507, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 80, + 176, + 96 + ], + "score": 1.0, + "content": "Lemma 33. Let", + "type": "text" + }, + { + "bbox": [ + 177, + 82, + 236, + 94 + ], + "score": 0.9, + "content": "\\mathbf { z } \\sim \\mathcal { N } ( 0 , \\pmb { \\Sigma } )", + "type": "inline_equation" + }, + { + "bbox": [ + 237, + 80, + 376, + 96 + ], + "score": 1.0, + "content": "be a random Gaussian vector in", + "type": "text" + }, + { + "bbox": [ + 377, + 82, + 393, + 93 + ], + "score": 0.89, + "content": "\\mathbb { R } ^ { K }", + "type": "inline_equation" + }, + { + "bbox": [ + 393, + 80, + 507, + 96 + ], + "score": 1.0, + "content": ", with a covariance matrix", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 93, + 504, + 108 + ], + "spans": [ + { + "bbox": [ + 106, + 93, + 241, + 108 + ], + "score": 0.88, + "content": "\\Sigma _ { i j } = \\left( 1 - \\theta K ^ { - 1 } \\right) \\delta _ { m n } + \\theta K ^ { - 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 242, + 93, + 269, + 108 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 270, + 94, + 318, + 105 + ], + "score": 0.91, + "content": "K \\gg \\theta > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 319, + 93, + 385, + 108 + ], + "score": 1.0, + "content": ". Then, recalling", + "type": "text" + }, + { + "bbox": [ + 386, + 94, + 408, + 106 + ], + "score": 0.89, + "content": "\\psi \\left( \\theta \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 408, + 93, + 504, + 108 + ], + "score": 1.0, + "content": "in eq. (12.17), we have", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5, + "bbox_fs": [ + 105, + 80, + 507, + 108 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 211, + 111, + 399, + 126 + ], + "lines": [ + { + "bbox": [ + 211, + 111, + 399, + 126 + ], + "spans": [ + { + "bbox": [ + 211, + 111, + 399, + 126 + ], + "score": 0.86, + "content": "\\begin{array} { r } { \\log \\mathbb { P } \\left( \\forall i : z _ { i } > 0 \\right) \\le - K \\psi \\left( \\theta \\right) + O \\left( \\log K \\right) . } \\end{array}", + "type": "interline_equation", + "image_path": "10ceb2c2a891fbb08c5041cf502e3c6eb5698cf6b62ea6b7ded0f3b27ebbdd2b.jpg" + } + ] + } + ], + "index": 2, + "virtual_lines": [ + { + "bbox": [ + 211, + 111, + 399, + 126 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 137, + 505, + 161 + ], + "lines": [ + { + "bbox": [ + 105, + 135, + 506, + 153 + ], + "spans": [ + { + "bbox": [ + 105, + 135, + 225, + 153 + ], + "score": 1.0, + "content": "Proof. Note that we can write", + "type": "text" + }, + { + "bbox": [ + 225, + 140, + 264, + 150 + ], + "score": 0.91, + "content": "\\mathbf { z } = \\mathbf { u } + \\eta", + "type": "inline_equation" + }, + { + "bbox": [ + 265, + 135, + 293, + 153 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 294, + 137, + 408, + 152 + ], + "score": 0.91, + "content": "\\mathbf { u } \\sim { \\mathcal { N } } \\left( 0 , \\left( 1 - \\theta K ^ { - 1 } \\right) \\mathbf { I } _ { K } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 409, + 135, + 428, + 153 + ], + "score": 1.0, + "content": ", and", + "type": "text" + }, + { + "bbox": [ + 429, + 137, + 503, + 151 + ], + "score": 0.91, + "content": "\\eta \\sim \\mathcal { N } \\left( 0 , \\theta K ^ { - 1 } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 135, + 506, + 153 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 149, + 223, + 162 + ], + "spans": [ + { + "bbox": [ + 106, + 149, + 223, + 162 + ], + "score": 1.0, + "content": "Using this notation, we have", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5, + "bbox_fs": [ + 105, + 135, + 506, + 162 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 151, + 165, + 461, + 320 + ], + "lines": [ + { + "bbox": [ + 151, + 165, + 461, + 320 + ], + "spans": [ + { + "bbox": [ + 151, + 165, + 461, + 320 + ], + "score": 0.95, + "content": "\\begin{array} { r l } & { \\quad \\mathbb { P } \\left( \\overline { { \\psi } } : z _ { i } > 0 \\right) } \\\\ & { = \\int _ { - \\infty } ^ { \\infty } d \\eta \\left[ \\displaystyle \\prod _ { i = 1 } ^ { K } \\int _ { - \\infty } ^ { \\infty } d u _ { i } \\mathcal { T } \\left( \\sqrt { 1 - \\theta K ^ { - 1 } } u _ { i } + \\sqrt { \\theta K ^ { - 1 } } \\eta > 0 \\right) \\phi \\left( u _ { i } \\right) \\right] \\phi \\left( \\eta \\right) } \\\\ & { = \\int _ { - \\infty } ^ { \\infty } d \\eta \\left[ \\Phi \\left( \\sqrt { \\frac { \\theta K ^ { - 1 } } { 1 - \\theta K ^ { - 1 } } } \\eta \\right) \\right] ^ { K } \\phi \\left( \\eta \\right) } \\\\ & { \\stackrel { ( 1 ) } { = } \\sqrt { \\displaystyle \\frac { \\theta } { 2 \\pi \\left( K - \\theta \\right) } } \\int _ { - \\infty } ^ { \\infty } d \\xi \\left[ \\Phi \\left( \\xi \\right) \\right] ^ { K } \\exp \\left( - \\frac { \\left( K - \\theta \\right) \\xi ^ { 2 } } { 2 \\theta } \\right) } \\\\ & { = \\sqrt { \\displaystyle \\frac { \\theta } { 2 \\pi \\left( K - \\theta \\right) } } \\int _ { - \\infty } ^ { \\infty } d \\xi \\exp \\left( \\frac { \\xi ^ { 2 } } { 2 } \\right) \\exp \\left[ K \\left( \\log \\Phi \\left( \\xi \\right) - \\frac { \\xi ^ { 2 } } { 2 \\theta } \\right) \\right] , } \\end{array}", + "type": "interline_equation", + "image_path": "bc262ef4ffb1ddf52f55b8a1b9f1574b6779391626101eeb51b688c7a14ed759.jpg" + } + ] + } + ], + "index": 6, + "virtual_lines": [ + { + "bbox": [ + 151, + 165, + 461, + 216.66666666666666 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 151, + 216.66666666666666, + 461, + 268.3333333333333 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 151, + 268.3333333333333, + 461, + 320.0 + ], + "spans": [], + "index": 7 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 324, + 504, + 339 + ], + "lines": [ + { + "bbox": [ + 105, + 324, + 502, + 339 + ], + "spans": [ + { + "bbox": [ + 105, + 324, + 322, + 339 + ], + "score": 1.0, + "content": "where in (1) we changed the variable of integration to", + "type": "text" + }, + { + "bbox": [ + 322, + 324, + 402, + 339 + ], + "score": 0.93, + "content": "\\xi = \\sqrt { \\theta / \\left( K - \\theta \\right) } \\eta", + "type": "inline_equation" + }, + { + "bbox": [ + 403, + 324, + 496, + 339 + ], + "score": 1.0, + "content": ". We denote, for a fixed", + "type": "text" + }, + { + "bbox": [ + 496, + 326, + 502, + 336 + ], + "score": 0.78, + "content": "\\theta", + "type": "inline_equation" + } + ], + "index": 8 + } + ], + "index": 8, + "bbox_fs": [ + 105, + 324, + 502, + 339 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 235, + 342, + 375, + 403 + ], + "lines": [ + { + "bbox": [ + 235, + 342, + 375, + 403 + ], + "spans": [ + { + "bbox": [ + 235, + 342, + 375, + 403 + ], + "score": 0.93, + "content": "\\begin{array} { l } { { \\displaystyle q \\left( \\xi \\right) \\triangleq \\log \\Phi \\left( \\xi \\right) - \\frac { \\xi ^ { 2 } } { 2 \\theta } } } \\\\ { { \\displaystyle h \\left( \\xi \\right) \\triangleq \\sqrt { \\frac { \\theta } { 2 \\pi \\left( K - \\theta \\right) } } \\exp \\left( \\frac { \\xi ^ { 2 } } { 2 } \\right) } } \\end{array}", + "type": "interline_equation", + "image_path": "29af02d48d220a9e54bd1ba2d06556480d0167d851fe2d29a2a4847fb58909a4.jpg" + } + ] + } + ], + "index": 9.5, + "virtual_lines": [ + { + "bbox": [ + 235, + 342, + 375, + 372.5 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 235, + 372.5, + 375, + 403.0 + ], + "spans": [], + "index": 10 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 405, + 506, + 429 + ], + "lines": [ + { + "bbox": [ + 104, + 403, + 507, + 420 + ], + "spans": [ + { + "bbox": [ + 104, + 403, + 123, + 420 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 124, + 406, + 134, + 417 + ], + "score": 0.88, + "content": "\\xi _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 134, + 403, + 259, + 420 + ], + "score": 1.0, + "content": "as its global maximum. Since", + "type": "text" + }, + { + "bbox": [ + 259, + 408, + 266, + 417 + ], + "score": 0.81, + "content": "q", + "type": "inline_equation" + }, + { + "bbox": [ + 266, + 403, + 507, + 420 + ], + "score": 1.0, + "content": "is twice differentiable, we can use Laplace’s method (e.g.,", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 417, + 262, + 430 + ], + "spans": [ + { + "bbox": [ + 106, + 417, + 262, + 430 + ], + "score": 1.0, + "content": "(Butler, 2007)) to simplify eq. (12.18)", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11.5, + "bbox_fs": [ + 104, + 403, + 507, + 430 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 190, + 441, + 421, + 469 + ], + "lines": [ + { + "bbox": [ + 190, + 441, + 421, + 469 + ], + "spans": [ + { + "bbox": [ + 190, + 441, + 421, + 469 + ], + "score": 0.92, + "content": "\\log \\int _ { - \\infty } ^ { \\infty } h \\left( \\xi \\right) \\exp \\left( K q \\left( \\xi \\right) \\right) d \\xi = K q \\left( \\xi _ { 0 } \\right) + O \\left( \\log K \\right) .", + "type": "interline_equation", + "image_path": "d1670a986406af48e77385d91d0789092f6aa30650f01a29338d73edc1472a78.jpg" + } + ] + } + ], + "index": 13, + "virtual_lines": [ + { + "bbox": [ + 190, + 441, + 421, + 469 + ], + "spans": [], + "index": 13 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 470, + 350, + 483 + ], + "lines": [ + { + "bbox": [ + 106, + 469, + 350, + 484 + ], + "spans": [ + { + "bbox": [ + 106, + 469, + 137, + 484 + ], + "score": 1.0, + "content": "To find", + "type": "text" + }, + { + "bbox": [ + 137, + 471, + 147, + 482 + ], + "score": 0.88, + "content": "\\xi _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 147, + 469, + 216, + 484 + ], + "score": 1.0, + "content": ", we differentiate", + "type": "text" + }, + { + "bbox": [ + 216, + 471, + 236, + 483 + ], + "score": 0.92, + "content": "q \\left( \\xi \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 236, + 469, + 350, + 484 + ], + "score": 1.0, + "content": "and equate to zero to obtain", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 14, + "bbox_fs": [ + 106, + 469, + 350, + 484 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 252, + 486, + 359, + 514 + ], + "lines": [ + { + "bbox": [ + 252, + 486, + 359, + 514 + ], + "spans": [ + { + "bbox": [ + 252, + 486, + 359, + 514 + ], + "score": 0.95, + "content": "q ^ { \\prime } \\left( \\xi \\right) = \\frac { \\phi \\left( \\xi \\right) } { \\Phi \\left( \\xi \\right) } - \\frac { 1 } { \\theta } \\xi = 0 .", + "type": "interline_equation", + "image_path": "9e51c2e3473f8f5377e7a1a2151beb2c490589d7b94d46e2cd725ad034164c58.jpg" + } + ] + } + ], + "index": 15, + "virtual_lines": [ + { + "bbox": [ + 252, + 486, + 359, + 514 + ], + "spans": [], + "index": 15 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 517, + 243, + 529 + ], + "lines": [ + { + "bbox": [ + 105, + 516, + 243, + 532 + ], + "spans": [ + { + "bbox": [ + 105, + 516, + 243, + 532 + ], + "score": 1.0, + "content": "which implies (recall eq. (12.16))", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16, + "bbox_fs": [ + 105, + 516, + 243, + 532 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 262, + 527, + 349, + 554 + ], + "lines": [ + { + "bbox": [ + 262, + 527, + 349, + 554 + ], + "spans": [ + { + "bbox": [ + 262, + 527, + 349, + 554 + ], + "score": 0.95, + "content": "g \\left( \\xi \\right) \\triangleq \\frac { \\xi \\Phi \\left( \\xi \\right) } { \\phi \\left( \\xi \\right) } = \\theta .", + "type": "interline_equation", + "image_path": "6fc19580f5b10a49f862708606138eab92076653d13c268e9e60b5a8fd1f3b6b.jpg" + } + ] + } + ], + "index": 17, + "virtual_lines": [ + { + "bbox": [ + 262, + 527, + 349, + 554 + ], + "spans": [], + "index": 17 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 555, + 505, + 601 + ], + "lines": [ + { + "bbox": [ + 105, + 555, + 505, + 568 + ], + "spans": [ + { + "bbox": [ + 105, + 555, + 320, + 568 + ], + "score": 1.0, + "content": "This is a monotonically increasing function from 0 to", + "type": "text" + }, + { + "bbox": [ + 320, + 558, + 331, + 566 + ], + "score": 0.82, + "content": "\\infty", + "type": "inline_equation" + }, + { + "bbox": [ + 332, + 555, + 381, + 568 + ], + "score": 1.0, + "content": "in the range", + "type": "text" + }, + { + "bbox": [ + 382, + 556, + 406, + 568 + ], + "score": 0.91, + "content": "\\xi \\ge 0", + "type": "inline_equation" + }, + { + "bbox": [ + 406, + 555, + 505, + 568 + ], + "score": 1.0, + "content": ". Its inverse function can", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 566, + 506, + 580 + ], + "spans": [ + { + "bbox": [ + 105, + 566, + 221, + 580 + ], + "score": 1.0, + "content": "also be defined in that range", + "type": "text" + }, + { + "bbox": [ + 221, + 566, + 326, + 578 + ], + "score": 0.89, + "content": "g ^ { - 1 } \\check { ( \\theta ) } : [ 0 , \\infty ] [ 0 , \\infty ]", + "type": "inline_equation" + }, + { + "bbox": [ + 326, + 566, + 506, + 580 + ], + "score": 1.0, + "content": ". This implies that this equation has only one", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 577, + 503, + 591 + ], + "spans": [ + { + "bbox": [ + 105, + 577, + 144, + 591 + ], + "score": 1.0, + "content": "solution,", + "type": "text" + }, + { + "bbox": [ + 144, + 577, + 198, + 589 + ], + "score": 0.74, + "content": "\\xi _ { 0 } = g ^ { - 1 } \\left( \\theta \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 198, + 577, + 227, + 591 + ], + "score": 1.0, + "content": ". Since", + "type": "text" + }, + { + "bbox": [ + 227, + 578, + 314, + 590 + ], + "score": 0.88, + "content": "\\begin{array} { r } { \\operatorname* { l i m } _ { \\xi \\to \\infty } q \\left( \\xi \\right) = - \\infty } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 315, + 577, + 335, + 591 + ], + "score": 1.0, + "content": ", this", + "type": "text" + }, + { + "bbox": [ + 335, + 578, + 345, + 589 + ], + "score": 0.88, + "content": "\\xi _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 345, + 577, + 483, + 591 + ], + "score": 1.0, + "content": "is indeed the global maximum of", + "type": "text" + }, + { + "bbox": [ + 483, + 578, + 503, + 590 + ], + "score": 0.91, + "content": "q \\left( \\xi \\right)", + "type": "inline_equation" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 587, + 357, + 602 + ], + "spans": [ + { + "bbox": [ + 105, + 587, + 226, + 602 + ], + "score": 1.0, + "content": "Substituting this solution into", + "type": "text" + }, + { + "bbox": [ + 227, + 589, + 246, + 601 + ], + "score": 0.9, + "content": "q \\left( \\xi \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 247, + 587, + 357, + 602 + ], + "score": 1.0, + "content": ", we get (recall eq. (12.17))", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 19.5, + "bbox_fs": [ + 105, + 555, + 506, + 602 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 134, + 605, + 448, + 633 + ], + "lines": [ + { + "bbox": [ + 134, + 605, + 448, + 633 + ], + "spans": [ + { + "bbox": [ + 134, + 605, + 448, + 633 + ], + "score": 0.89, + "content": "\\forall \\theta > 0 : q \\left( \\xi _ { 0 } \\right) = - \\psi \\left( \\theta \\right) = q \\left( g ^ { - 1 } \\left( \\theta \\right) \\right) = \\log \\left( \\Phi \\left( g ^ { - 1 } \\left( \\theta \\right) \\right) \\right) - \\frac { \\left( g ^ { - 1 } \\left( \\theta \\right) \\right) ^ { 2 } } { 2 \\theta } .", + "type": "interline_equation", + "image_path": "7cc89123c84adf644e67d0d3cde30d6ff1aa1f3403854f31f967bb1d5bb1fba8.jpg" + } + ] + } + ], + "index": 22, + "virtual_lines": [ + { + "bbox": [ + 134, + 605, + 448, + 633 + ], + "spans": [], + "index": 22 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 636, + 304, + 649 + ], + "lines": [ + { + "bbox": [ + 106, + 636, + 306, + 651 + ], + "spans": [ + { + "bbox": [ + 106, + 636, + 306, + 651 + ], + "score": 1.0, + "content": "Using eq. (12.18), (12.21) and (12.24) we obtain:", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 23, + "bbox_fs": [ + 106, + 636, + 306, + 651 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 162, + 652, + 448, + 711 + ], + "lines": [ + { + "bbox": [ + 162, + 652, + 448, + 711 + ], + "spans": [ + { + "bbox": [ + 162, + 652, + 448, + 711 + ], + "score": 0.94, + "content": "\\begin{array} { l } { \\displaystyle \\log \\mathbb { P } \\left( \\forall i : z _ { i } > 0 \\right) } \\\\ { = \\log \\left[ \\int _ { - \\infty } ^ { \\infty } d \\xi \\exp \\left( \\frac { \\xi ^ { 2 } } { 2 } \\right) \\exp \\left[ K \\left( \\log \\Phi \\left( \\xi \\right) - \\frac { \\xi ^ { 2 } } { 2 \\theta } \\right) \\right] \\right] + O \\left( \\log K \\right) } \\\\ { = - K \\psi \\left( \\theta \\right) + O \\left( \\log K \\right) . } \\end{array}", + "type": "interline_equation", + "image_path": "a2165f3020b1cf0998b8aee13777679a8199cf2ab84a919b3469948b6de7b1f7.jpg" + } + ] + } + ], + "index": 25, + "virtual_lines": [ + { + "bbox": [ + 162, + 652, + 448, + 671.6666666666666 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 162, + 671.6666666666666, + 448, + 691.3333333333333 + ], + "spans": [], + "index": 25 + }, + { + "bbox": [ + 162, + 691.3333333333333, + 448, + 710.9999999999999 + ], + "spans": [], + "index": 26 + } + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 397, + 95 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 397, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 397, + 95 + ], + "score": 1.0, + "content": "Next, we generalize the previous Lemma to a general covariance matrix.", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 106, + 97, + 506, + 122 + ], + "lines": [ + { + "bbox": [ + 105, + 95, + 506, + 111 + ], + "spans": [ + { + "bbox": [ + 105, + 95, + 182, + 111 + ], + "score": 1.0, + "content": "Corollary 34. Let", + "type": "text" + }, + { + "bbox": [ + 182, + 98, + 240, + 110 + ], + "score": 0.88, + "content": "\\mathbf { u } \\sim \\mathcal { N } ( 0 , \\pmb { \\Sigma } )", + "type": "inline_equation" + }, + { + "bbox": [ + 240, + 95, + 369, + 111 + ], + "score": 1.0, + "content": "be a random Gaussian vector in", + "type": "text" + }, + { + "bbox": [ + 369, + 97, + 385, + 109 + ], + "score": 0.86, + "content": "\\mathbb { R } ^ { K }", + "type": "inline_equation" + }, + { + "bbox": [ + 385, + 95, + 425, + 111 + ], + "score": 1.0, + "content": "for which", + "type": "text" + }, + { + "bbox": [ + 426, + 99, + 484, + 109 + ], + "score": 0.9, + "content": "\\forall n : \\Sigma _ { n n } = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 484, + 95, + 506, + 111 + ], + "score": 1.0, + "content": ", and", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 107, + 108, + 338, + 123 + ], + "spans": [ + { + "bbox": [ + 107, + 110, + 232, + 122 + ], + "score": 0.86, + "content": "\\theta \\geq K \\operatorname* { m a x } _ { n , m : n \\neq m } \\Sigma _ { n m } > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 232, + 108, + 327, + 123 + ], + "score": 1.0, + "content": ". Then, again, for large", + "type": "text" + }, + { + "bbox": [ + 327, + 110, + 338, + 119 + ], + "score": 0.78, + "content": "K", + "type": "inline_equation" + } + ], + "index": 2 + } + ], + "index": 1.5 + }, + { + "type": "interline_equation", + "bbox": [ + 210, + 128, + 400, + 142 + ], + "lines": [ + { + "bbox": [ + 210, + 128, + 400, + 142 + ], + "spans": [ + { + "bbox": [ + 210, + 128, + 400, + 142 + ], + "score": 0.89, + "content": "\\begin{array} { r } { \\log \\mathbb { P } \\left( \\forall i : u _ { i } > 0 \\right) \\le - K \\psi \\left( \\theta \\right) + O \\left( \\log K \\right) . } \\end{array}", + "type": "interline_equation", + "image_path": "a119d0f58c9512b8d36a8810717f0e3d2c506d21b1da6aed63aae28952e7aaf0.jpg" + } + ] + } + ], + "index": 3, + "virtual_lines": [ + { + "bbox": [ + 210, + 128, + 400, + 142 + ], + "spans": [], + "index": 3 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 159, + 507, + 192 + ], + "lines": [ + { + "bbox": [ + 105, + 159, + 506, + 179 + ], + "spans": [ + { + "bbox": [ + 105, + 159, + 179, + 178 + ], + "score": 1.0, + "content": "Proof. We define", + "type": "text" + }, + { + "bbox": [ + 180, + 159, + 241, + 179 + ], + "score": 0.93, + "content": "\\tilde { \\mathbf { u } } \\sim \\mathcal { N } \\left( 0 , \\tilde { \\Sigma } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 241, + 159, + 266, + 178 + ], + "score": 1.0, + "content": ", with", + "type": "text" + }, + { + "bbox": [ + 266, + 161, + 407, + 176 + ], + "score": 0.91, + "content": "\\tilde { \\Sigma } _ { m n } = \\left( 1 - \\theta K ^ { - 1 } \\right) \\delta _ { m n } + \\theta K ^ { - 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 408, + 159, + 452, + 178 + ], + "score": 1.0, + "content": ". Note that", + "type": "text" + }, + { + "bbox": [ + 452, + 163, + 506, + 175 + ], + "score": 0.89, + "content": "\\forall n : \\Sigma _ { n n } =", + "type": "inline_equation" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 177, + 506, + 194 + ], + "spans": [ + { + "bbox": [ + 106, + 177, + 144, + 191 + ], + "score": 0.91, + "content": "\\tilde { \\Sigma } _ { n n } = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 144, + 177, + 161, + 194 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 162, + 180, + 196, + 191 + ], + "score": 0.83, + "content": "\\forall m \\neq n", + "type": "inline_equation" + }, + { + "bbox": [ + 197, + 177, + 201, + 194 + ], + "score": 1.0, + "content": ":", + "type": "text" + }, + { + "bbox": [ + 201, + 179, + 254, + 191 + ], + "score": 0.8, + "content": "\\Sigma _ { m n } \\leq \\tilde { \\Sigma } _ { m n }", + "type": "inline_equation" + }, + { + "bbox": [ + 255, + 177, + 506, + 194 + ], + "score": 1.0, + "content": ". Therefore, from Slepian’s Lemma (Slepian, 1962, Lemma 1),", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4.5 + }, + { + "type": "interline_equation", + "bbox": [ + 228, + 198, + 381, + 212 + ], + "lines": [ + { + "bbox": [ + 228, + 198, + 381, + 212 + ], + "spans": [ + { + "bbox": [ + 228, + 198, + 381, + 212 + ], + "score": 0.9, + "content": "\\mathbb { P } \\left( \\forall n : \\tilde { u } _ { n } > 0 \\right) \\ge \\mathbb { P } \\left( \\forall n : u _ { n } > 0 \\right) .", + "type": "interline_equation", + "image_path": "0244d23353d526224bb96c5b6f9940c2bce067ce9d0120fd1efe08d9c5d7349f.jpg" + } + ] + } + ], + "index": 6, + "virtual_lines": [ + { + "bbox": [ + 228, + 198, + 381, + 212 + ], + "spans": [], + "index": 6 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 218, + 283, + 231 + ], + "lines": [ + { + "bbox": [ + 106, + 217, + 283, + 232 + ], + "spans": [ + { + "bbox": [ + 106, + 217, + 191, + 232 + ], + "score": 1.0, + "content": "Using Lemma 33 on", + "type": "text" + }, + { + "bbox": [ + 191, + 219, + 199, + 229 + ], + "score": 0.39, + "content": "\\tilde { \\mathbf { u } }", + "type": "inline_equation" + }, + { + "bbox": [ + 199, + 217, + 283, + 232 + ], + "score": 1.0, + "content": "completes the proof.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 7 + }, + { + "type": "title", + "bbox": [ + 108, + 247, + 277, + 259 + ], + "lines": [ + { + "bbox": [ + 106, + 247, + 279, + 261 + ], + "spans": [ + { + "bbox": [ + 106, + 247, + 279, + 261 + ], + "score": 1.0, + "content": "12.3.2 MUTUAL COHERENCE BOUNDS", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 8 + }, + { + "type": "text", + "bbox": [ + 105, + 267, + 505, + 290 + ], + "lines": [ + { + "bbox": [ + 105, + 266, + 505, + 281 + ], + "spans": [ + { + "bbox": [ + 105, + 266, + 415, + 281 + ], + "score": 1.0, + "content": "Definition 35. We define the mutual coherence of the columns of a matrix", + "type": "text" + }, + { + "bbox": [ + 415, + 267, + 505, + 280 + ], + "score": 0.91, + "content": "\\mathbf { A } = [ \\pmb { a } _ { 1 } , \\cdots , \\pmb { a } _ { N } ] \\in", + "type": "inline_equation" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 275, + 335, + 293 + ], + "spans": [ + { + "bbox": [ + 106, + 278, + 137, + 289 + ], + "score": 0.9, + "content": "\\mathbb { R } ^ { M \\times N }", + "type": "inline_equation" + }, + { + "bbox": [ + 137, + 275, + 335, + 293 + ], + "score": 1.0, + "content": "as the maximal angle between different columns", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9.5 + }, + { + "type": "interline_equation", + "bbox": [ + 248, + 297, + 362, + 327 + ], + "lines": [ + { + "bbox": [ + 248, + 297, + 362, + 327 + ], + "spans": [ + { + "bbox": [ + 248, + 297, + 362, + 327 + ], + "score": 0.93, + "content": "\\gamma \\left( { \\bf A } \\right) \\triangleq \\operatorname* { m a x } _ { i , j : i \\neq j } \\frac { \\left| { \\pmb a } _ { i } ^ { \\top } { \\pmb a } _ { j } \\right| } { \\left\\| { \\pmb a } _ { i } \\right\\| \\left\\| { \\pmb a } _ { j } \\right\\| } .", + "type": "interline_equation", + "image_path": "d8d6a5d0a413b29e82574bebdcf6c510e09a916bc28476ba9bd2d480f925dbce.jpg" + } + ] + } + ], + "index": 11, + "virtual_lines": [ + { + "bbox": [ + 248, + 297, + 362, + 327 + ], + "spans": [], + "index": 11 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 333, + 430, + 354 + ], + "lines": [ + { + "bbox": [ + 104, + 332, + 429, + 354 + ], + "spans": [ + { + "bbox": [ + 104, + 332, + 145, + 354 + ], + "score": 1.0, + "content": "Note that", + "type": "text" + }, + { + "bbox": [ + 146, + 337, + 189, + 349 + ], + "score": 0.92, + "content": "\\gamma \\left( \\mathbf { A } \\right) \\leq 1", + "type": "inline_equation" + }, + { + "bbox": [ + 190, + 332, + 305, + 354 + ], + "score": 1.0, + "content": "and from (Welch, 1974), for", + "type": "text" + }, + { + "bbox": [ + 305, + 333, + 429, + 354 + ], + "score": 0.8, + "content": "\\begin{array} { r } { N \\ge M , \\gamma \\left( { \\mathbf { A } } \\right) \\ge \\sqrt { \\frac { N - M } { M \\left( N - 1 \\right) } } . } \\end{array}", + "type": "inline_equation" + } + ], + "index": 12 + } + ], + "index": 12 + }, + { + "type": "text", + "bbox": [ + 105, + 357, + 506, + 381 + ], + "lines": [ + { + "bbox": [ + 105, + 355, + 506, + 372 + ], + "spans": [ + { + "bbox": [ + 105, + 355, + 174, + 372 + ], + "score": 1.0, + "content": "Lemma 36. Let", + "type": "text" + }, + { + "bbox": [ + 174, + 357, + 293, + 370 + ], + "score": 0.91, + "content": "\\mathbf { A } = [ \\pmb { a } _ { 1 } , \\cdot \\cdot \\cdot , \\pmb { a } _ { N } ] \\in \\mathbb { R } ^ { M \\times N }", + "type": "inline_equation" + }, + { + "bbox": [ + 293, + 355, + 470, + 372 + ], + "score": 1.0, + "content": "be a standard random Gaussian matrix, and", + "type": "text" + }, + { + "bbox": [ + 470, + 358, + 495, + 370 + ], + "score": 0.91, + "content": "\\gamma \\left( \\mathbf { A } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 495, + 355, + 506, + 372 + ], + "score": 1.0, + "content": "is", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 370, + 348, + 381 + ], + "spans": [ + { + "bbox": [ + 106, + 370, + 348, + 381 + ], + "score": 1.0, + "content": "the mutual coherence of it columns (see definition 35). Then", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 13.5 + }, + { + "type": "interline_equation", + "bbox": [ + 225, + 387, + 385, + 416 + ], + "lines": [ + { + "bbox": [ + 225, + 387, + 385, + 416 + ], + "spans": [ + { + "bbox": [ + 225, + 387, + 385, + 416 + ], + "score": 0.93, + "content": "\\mathbb { P } \\left( \\gamma \\left( { \\bf A } \\right) > \\epsilon \\right) \\le 2 N ^ { 2 } \\exp \\left( - \\frac { M \\epsilon ^ { 2 } } { 2 4 } \\right) .", + "type": "interline_equation", + "image_path": "ebe652bcc739fb427bf31744a0d6cc8a108c8f24088cbb865c41e57e96c9784f.jpg" + } + ] + } + ], + "index": 15, + "virtual_lines": [ + { + "bbox": [ + 225, + 387, + 385, + 416 + ], + "spans": [], + "index": 15 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 430, + 385, + 443 + ], + "lines": [ + { + "bbox": [ + 105, + 429, + 385, + 445 + ], + "spans": [ + { + "bbox": [ + 105, + 429, + 385, + 445 + ], + "score": 1.0, + "content": "Proof. In this case, we have from (Chen & Peng, 2016, Appendix 1):", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16 + }, + { + "type": "interline_equation", + "bbox": [ + 143, + 449, + 466, + 478 + ], + "lines": [ + { + "bbox": [ + 143, + 449, + 466, + 478 + ], + "spans": [ + { + "bbox": [ + 143, + 449, + 466, + 478 + ], + "score": 0.93, + "content": "\\mathbb { P } \\left( \\gamma \\left( \\mathbf { A } \\right) > \\epsilon \\right) \\leq N \\left( N - 1 \\right) \\left[ \\exp \\left( - \\frac { M a ^ { 2 } \\epsilon ^ { 2 } } { 4 \\left( 1 + \\epsilon / 2 \\right) } \\right) + \\exp \\left( - \\frac { M } { 4 } \\left( 1 - a \\right) ^ { 2 } \\right) \\right] ,", + "type": "interline_equation", + "image_path": "e97351e71bd87ca29c21480bb77c0941e1dc3b1328e38237128d0d32bed82b15.jpg" + } + ] + } + ], + "index": 17, + "virtual_lines": [ + { + "bbox": [ + 143, + 449, + 466, + 478 + ], + "spans": [], + "index": 17 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 484, + 266, + 497 + ], + "lines": [ + { + "bbox": [ + 105, + 483, + 264, + 498 + ], + "spans": [ + { + "bbox": [ + 105, + 483, + 137, + 498 + ], + "score": 1.0, + "content": "for any", + "type": "text" + }, + { + "bbox": [ + 137, + 484, + 178, + 497 + ], + "score": 0.93, + "content": "a \\in ( 0 , 1 )", + "type": "inline_equation" + }, + { + "bbox": [ + 178, + 483, + 213, + 498 + ], + "score": 1.0, + "content": ". Setting", + "type": "text" + }, + { + "bbox": [ + 213, + 484, + 264, + 497 + ], + "score": 0.9, + "content": "a = 1 - \\epsilon / 2", + "type": "inline_equation" + } + ], + "index": 18 + } + ], + "index": 18 + }, + { + "type": "interline_equation", + "bbox": [ + 148, + 503, + 462, + 595 + ], + "lines": [ + { + "bbox": [ + 148, + 503, + 462, + 595 + ], + "spans": [ + { + "bbox": [ + 148, + 503, + 462, + 595 + ], + "score": 0.95, + "content": "\\begin{array} { r l } & { \\mathbb { P } \\left( \\gamma \\left( \\mathbf { A } \\right) > \\epsilon \\right) \\le N \\left( N - 1 \\right) \\left[ \\exp \\left( - \\frac { M \\left( 1 - \\epsilon / 2 \\right) ^ { 2 } \\epsilon ^ { 2 } } { 4 \\left( 1 + \\epsilon / 2 \\right) } \\right) + \\exp \\left( - \\frac { M } { 1 6 } \\epsilon ^ { 2 } \\right) \\right] } \\\\ & { \\qquad \\overset { \\left( 1 \\right) } { \\le } N \\left( N - 1 \\right) \\left[ \\exp \\left( - \\frac { M \\epsilon ^ { 2 } } { 2 4 } \\right) + \\exp \\left( - \\frac { M } { 1 6 } \\epsilon ^ { 2 } \\right) \\right] } \\\\ & { \\qquad \\le 2 N ^ { 2 } \\exp \\left( - \\frac { M \\epsilon ^ { 2 } } { 2 4 } \\right) , } \\end{array}", + "type": "interline_equation", + "image_path": "05961512a51b5398c54fa887dd4c3a2a461e2c3a377ae3c33158f1093cff5c0e.jpg" + } + ] + } + ], + "index": 20, + "virtual_lines": [ + { + "bbox": [ + 148, + 503, + 462, + 533.6666666666666 + ], + "spans": [], + "index": 19 + }, + { + "bbox": [ + 148, + 533.6666666666666, + 462, + 564.3333333333333 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 148, + 564.3333333333333, + 462, + 594.9999999999999 + ], + "spans": [], + "index": 21 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 600, + 503, + 624 + ], + "lines": [ + { + "bbox": [ + 105, + 599, + 505, + 614 + ], + "spans": [ + { + "bbox": [ + 105, + 599, + 248, + 614 + ], + "score": 1.0, + "content": "where in (1) we can assume that", + "type": "text" + }, + { + "bbox": [ + 249, + 601, + 276, + 612 + ], + "score": 0.9, + "content": "\\epsilon \\leq 1", + "type": "inline_equation" + }, + { + "bbox": [ + 277, + 599, + 322, + 614 + ], + "score": 1.0, + "content": ", since for", + "type": "text" + }, + { + "bbox": [ + 322, + 601, + 350, + 612 + ], + "score": 0.9, + "content": "\\epsilon \\geq 1", + "type": "inline_equation" + }, + { + "bbox": [ + 350, + 599, + 393, + 614 + ], + "score": 1.0, + "content": ", we have", + "type": "text" + }, + { + "bbox": [ + 393, + 600, + 474, + 613 + ], + "score": 0.91, + "content": "\\mathbb { P } \\left( \\gamma \\left( \\mathbf { A } \\right) > \\epsilon \\right) = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 475, + 599, + 505, + 614 + ], + "score": 1.0, + "content": "(recall", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 610, + 504, + 626 + ], + "spans": [ + { + "bbox": [ + 106, + 612, + 151, + 624 + ], + "score": 0.9, + "content": "\\gamma ( \\mathbf { A } ) \\leq 1 )", + "type": "inline_equation" + }, + { + "bbox": [ + 152, + 610, + 159, + 626 + ], + "score": 1.0, + "content": ".", + "type": "text" + }, + { + "bbox": [ + 496, + 614, + 504, + 622 + ], + "score": 0.997, + "content": "□", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22.5 + }, + { + "type": "text", + "bbox": [ + 105, + 633, + 505, + 659 + ], + "lines": [ + { + "bbox": [ + 105, + 632, + 506, + 648 + ], + "spans": [ + { + "bbox": [ + 105, + 632, + 175, + 648 + ], + "score": 1.0, + "content": "Lemma 37. Let", + "type": "text" + }, + { + "bbox": [ + 175, + 634, + 292, + 647 + ], + "score": 0.92, + "content": "\\mathbf { B } = [ \\mathbf { b } _ { 1 } , \\cdots , \\mathbf { b } _ { L } ] \\in \\mathbb { R } ^ { M \\times L }", + "type": "inline_equation" + }, + { + "bbox": [ + 293, + 632, + 506, + 648 + ], + "score": 1.0, + "content": "be a standard random Gaussian matrix and mutual", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 644, + 352, + 660 + ], + "spans": [ + { + "bbox": [ + 105, + 644, + 149, + 660 + ], + "score": 1.0, + "content": "coherence", + "type": "text" + }, + { + "bbox": [ + 150, + 649, + 157, + 658 + ], + "score": 0.8, + "content": "\\gamma", + "type": "inline_equation" + }, + { + "bbox": [ + 157, + 644, + 259, + 660 + ], + "score": 1.0, + "content": "as in definition 35. Then,", + "type": "text" + }, + { + "bbox": [ + 260, + 647, + 289, + 657 + ], + "score": 0.86, + "content": "\\forall \\epsilon > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 290, + 644, + 307, + 660 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 308, + 646, + 348, + 658 + ], + "score": 0.92, + "content": "\\forall K \\in [ L ]", + "type": "inline_equation" + }, + { + "bbox": [ + 348, + 644, + 352, + 660 + ], + "score": 1.0, + "content": ":", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24.5 + }, + { + "type": "interline_equation", + "bbox": [ + 152, + 664, + 457, + 693 + ], + "lines": [ + { + "bbox": [ + 152, + 664, + 457, + 693 + ], + "spans": [ + { + "bbox": [ + 152, + 664, + 457, + 693 + ], + "score": 0.93, + "content": "\\mathbb { P } \\left( \\operatorname* { m i n } _ { S \\subset [ N ] : | S | = K } \\gamma \\left( \\mathbf { B } _ { S } \\right) > \\epsilon \\right) \\leq \\exp \\left[ \\left( 2 \\log \\left( 2 K \\right) - \\frac { M \\epsilon ^ { 2 } } { 2 4 } \\right) \\left( \\frac { L } { K } - 1 \\right) \\right] .", + "type": "interline_equation", + "image_path": "257d17ca7cf63447593b7d70d782498e0bc8d1a68e7f426a55fb94cf19500879.jpg" + } + ] + } + ], + "index": 26, + "virtual_lines": [ + { + "bbox": [ + 152, + 664, + 457, + 693 + ], + "spans": [], + "index": 26 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 709, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 709, + 443, + 722 + ], + "score": 1.0, + "content": "Proof. We upper bound this probability by partitioning the set of column vectors into", + "type": "text" + }, + { + "bbox": [ + 443, + 710, + 473, + 722 + ], + "score": 0.92, + "content": "\\lfloor L / K \\rfloor", + "type": "inline_equation" + }, + { + "bbox": [ + 473, + 709, + 505, + 722 + ], + "score": 1.0, + "content": "subsets", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 107, + 720, + 506, + 733 + ], + "spans": [ + { + "bbox": [ + 107, + 721, + 117, + 732 + ], + "score": 0.86, + "content": "S _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 117, + 720, + 149, + 733 + ], + "score": 1.0, + "content": "of size", + "type": "text" + }, + { + "bbox": [ + 149, + 720, + 190, + 732 + ], + "score": 0.93, + "content": "| \\bar { S _ { i } } \\bar { | } = K", + "type": "inline_equation" + }, + { + "bbox": [ + 190, + 720, + 497, + 733 + ], + "score": 1.0, + "content": "and require that in each subset the mutual coherence is lower bounded by", + "type": "text" + }, + { + "bbox": [ + 498, + 723, + 503, + 730 + ], + "score": 0.69, + "content": "\\epsilon", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 720, + 506, + 733 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 27.5 + } + ], + "page_idx": 26, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 26, + 308, + 38 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 309, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 309, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 750, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 298, + 750, + 312, + 764 + ], + "spans": [ + { + "bbox": [ + 298, + 750, + 312, + 764 + ], + "score": 1.0, + "content": "27", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 494, + 219, + 505, + 230 + ], + "lines": [ + { + "bbox": [ + 496, + 221, + 505, + 230 + ], + "spans": [ + { + "bbox": [ + 496, + 221, + 505, + 230 + ], + "score": 0.999, + "content": "□", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 397, + 95 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 397, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 397, + 95 + ], + "score": 1.0, + "content": "Next, we generalize the previous Lemma to a general covariance matrix.", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0, + "bbox_fs": [ + 105, + 81, + 397, + 95 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 97, + 506, + 122 + ], + "lines": [ + { + "bbox": [ + 105, + 95, + 506, + 111 + ], + "spans": [ + { + "bbox": [ + 105, + 95, + 182, + 111 + ], + "score": 1.0, + "content": "Corollary 34. Let", + "type": "text" + }, + { + "bbox": [ + 182, + 98, + 240, + 110 + ], + "score": 0.88, + "content": "\\mathbf { u } \\sim \\mathcal { N } ( 0 , \\pmb { \\Sigma } )", + "type": "inline_equation" + }, + { + "bbox": [ + 240, + 95, + 369, + 111 + ], + "score": 1.0, + "content": "be a random Gaussian vector in", + "type": "text" + }, + { + "bbox": [ + 369, + 97, + 385, + 109 + ], + "score": 0.86, + "content": "\\mathbb { R } ^ { K }", + "type": "inline_equation" + }, + { + "bbox": [ + 385, + 95, + 425, + 111 + ], + "score": 1.0, + "content": "for which", + "type": "text" + }, + { + "bbox": [ + 426, + 99, + 484, + 109 + ], + "score": 0.9, + "content": "\\forall n : \\Sigma _ { n n } = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 484, + 95, + 506, + 111 + ], + "score": 1.0, + "content": ", and", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 107, + 108, + 338, + 123 + ], + "spans": [ + { + "bbox": [ + 107, + 110, + 232, + 122 + ], + "score": 0.86, + "content": "\\theta \\geq K \\operatorname* { m a x } _ { n , m : n \\neq m } \\Sigma _ { n m } > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 232, + 108, + 327, + 123 + ], + "score": 1.0, + "content": ". Then, again, for large", + "type": "text" + }, + { + "bbox": [ + 327, + 110, + 338, + 119 + ], + "score": 0.78, + "content": "K", + "type": "inline_equation" + } + ], + "index": 2 + } + ], + "index": 1.5, + "bbox_fs": [ + 105, + 95, + 506, + 123 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 210, + 128, + 400, + 142 + ], + "lines": [ + { + "bbox": [ + 210, + 128, + 400, + 142 + ], + "spans": [ + { + "bbox": [ + 210, + 128, + 400, + 142 + ], + "score": 0.89, + "content": "\\begin{array} { r } { \\log \\mathbb { P } \\left( \\forall i : u _ { i } > 0 \\right) \\le - K \\psi \\left( \\theta \\right) + O \\left( \\log K \\right) . } \\end{array}", + "type": "interline_equation", + "image_path": "a119d0f58c9512b8d36a8810717f0e3d2c506d21b1da6aed63aae28952e7aaf0.jpg" + } + ] + } + ], + "index": 3, + "virtual_lines": [ + { + "bbox": [ + 210, + 128, + 400, + 142 + ], + "spans": [], + "index": 3 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 159, + 507, + 192 + ], + "lines": [ + { + "bbox": [ + 105, + 159, + 506, + 179 + ], + "spans": [ + { + "bbox": [ + 105, + 159, + 179, + 178 + ], + "score": 1.0, + "content": "Proof. We define", + "type": "text" + }, + { + "bbox": [ + 180, + 159, + 241, + 179 + ], + "score": 0.93, + "content": "\\tilde { \\mathbf { u } } \\sim \\mathcal { N } \\left( 0 , \\tilde { \\Sigma } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 241, + 159, + 266, + 178 + ], + "score": 1.0, + "content": ", with", + "type": "text" + }, + { + "bbox": [ + 266, + 161, + 407, + 176 + ], + "score": 0.91, + "content": "\\tilde { \\Sigma } _ { m n } = \\left( 1 - \\theta K ^ { - 1 } \\right) \\delta _ { m n } + \\theta K ^ { - 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 408, + 159, + 452, + 178 + ], + "score": 1.0, + "content": ". Note that", + "type": "text" + }, + { + "bbox": [ + 452, + 163, + 506, + 175 + ], + "score": 0.89, + "content": "\\forall n : \\Sigma _ { n n } =", + "type": "inline_equation" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 177, + 506, + 194 + ], + "spans": [ + { + "bbox": [ + 106, + 177, + 144, + 191 + ], + "score": 0.91, + "content": "\\tilde { \\Sigma } _ { n n } = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 144, + 177, + 161, + 194 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 162, + 180, + 196, + 191 + ], + "score": 0.83, + "content": "\\forall m \\neq n", + "type": "inline_equation" + }, + { + "bbox": [ + 197, + 177, + 201, + 194 + ], + "score": 1.0, + "content": ":", + "type": "text" + }, + { + "bbox": [ + 201, + 179, + 254, + 191 + ], + "score": 0.8, + "content": "\\Sigma _ { m n } \\leq \\tilde { \\Sigma } _ { m n }", + "type": "inline_equation" + }, + { + "bbox": [ + 255, + 177, + 506, + 194 + ], + "score": 1.0, + "content": ". Therefore, from Slepian’s Lemma (Slepian, 1962, Lemma 1),", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4.5, + "bbox_fs": [ + 105, + 159, + 506, + 194 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 228, + 198, + 381, + 212 + ], + "lines": [ + { + "bbox": [ + 228, + 198, + 381, + 212 + ], + "spans": [ + { + "bbox": [ + 228, + 198, + 381, + 212 + ], + "score": 0.9, + "content": "\\mathbb { P } \\left( \\forall n : \\tilde { u } _ { n } > 0 \\right) \\ge \\mathbb { P } \\left( \\forall n : u _ { n } > 0 \\right) .", + "type": "interline_equation", + "image_path": "0244d23353d526224bb96c5b6f9940c2bce067ce9d0120fd1efe08d9c5d7349f.jpg" + } + ] + } + ], + "index": 6, + "virtual_lines": [ + { + "bbox": [ + 228, + 198, + 381, + 212 + ], + "spans": [], + "index": 6 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 218, + 283, + 231 + ], + "lines": [ + { + "bbox": [ + 106, + 217, + 283, + 232 + ], + "spans": [ + { + "bbox": [ + 106, + 217, + 191, + 232 + ], + "score": 1.0, + "content": "Using Lemma 33 on", + "type": "text" + }, + { + "bbox": [ + 191, + 219, + 199, + 229 + ], + "score": 0.39, + "content": "\\tilde { \\mathbf { u } }", + "type": "inline_equation" + }, + { + "bbox": [ + 199, + 217, + 283, + 232 + ], + "score": 1.0, + "content": "completes the proof.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 7, + "bbox_fs": [ + 106, + 217, + 283, + 232 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 247, + 277, + 259 + ], + "lines": [ + { + "bbox": [ + 106, + 247, + 279, + 261 + ], + "spans": [ + { + "bbox": [ + 106, + 247, + 279, + 261 + ], + "score": 1.0, + "content": "12.3.2 MUTUAL COHERENCE BOUNDS", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 8 + }, + { + "type": "text", + "bbox": [ + 105, + 267, + 505, + 290 + ], + "lines": [ + { + "bbox": [ + 105, + 266, + 505, + 281 + ], + "spans": [ + { + "bbox": [ + 105, + 266, + 415, + 281 + ], + "score": 1.0, + "content": "Definition 35. We define the mutual coherence of the columns of a matrix", + "type": "text" + }, + { + "bbox": [ + 415, + 267, + 505, + 280 + ], + "score": 0.91, + "content": "\\mathbf { A } = [ \\pmb { a } _ { 1 } , \\cdots , \\pmb { a } _ { N } ] \\in", + "type": "inline_equation" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 275, + 335, + 293 + ], + "spans": [ + { + "bbox": [ + 106, + 278, + 137, + 289 + ], + "score": 0.9, + "content": "\\mathbb { R } ^ { M \\times N }", + "type": "inline_equation" + }, + { + "bbox": [ + 137, + 275, + 335, + 293 + ], + "score": 1.0, + "content": "as the maximal angle between different columns", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9.5, + "bbox_fs": [ + 105, + 266, + 505, + 293 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 248, + 297, + 362, + 327 + ], + "lines": [ + { + "bbox": [ + 248, + 297, + 362, + 327 + ], + "spans": [ + { + "bbox": [ + 248, + 297, + 362, + 327 + ], + "score": 0.93, + "content": "\\gamma \\left( { \\bf A } \\right) \\triangleq \\operatorname* { m a x } _ { i , j : i \\neq j } \\frac { \\left| { \\pmb a } _ { i } ^ { \\top } { \\pmb a } _ { j } \\right| } { \\left\\| { \\pmb a } _ { i } \\right\\| \\left\\| { \\pmb a } _ { j } \\right\\| } .", + "type": "interline_equation", + "image_path": "d8d6a5d0a413b29e82574bebdcf6c510e09a916bc28476ba9bd2d480f925dbce.jpg" + } + ] + } + ], + "index": 11, + "virtual_lines": [ + { + "bbox": [ + 248, + 297, + 362, + 327 + ], + "spans": [], + "index": 11 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 333, + 430, + 354 + ], + "lines": [ + { + "bbox": [ + 104, + 332, + 429, + 354 + ], + "spans": [ + { + "bbox": [ + 104, + 332, + 145, + 354 + ], + "score": 1.0, + "content": "Note that", + "type": "text" + }, + { + "bbox": [ + 146, + 337, + 189, + 349 + ], + "score": 0.92, + "content": "\\gamma \\left( \\mathbf { A } \\right) \\leq 1", + "type": "inline_equation" + }, + { + "bbox": [ + 190, + 332, + 305, + 354 + ], + "score": 1.0, + "content": "and from (Welch, 1974), for", + "type": "text" + }, + { + "bbox": [ + 305, + 333, + 429, + 354 + ], + "score": 0.8, + "content": "\\begin{array} { r } { N \\ge M , \\gamma \\left( { \\mathbf { A } } \\right) \\ge \\sqrt { \\frac { N - M } { M \\left( N - 1 \\right) } } . } \\end{array}", + "type": "inline_equation" + } + ], + "index": 12 + } + ], + "index": 12, + "bbox_fs": [ + 104, + 332, + 429, + 354 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 357, + 506, + 381 + ], + "lines": [ + { + "bbox": [ + 105, + 355, + 506, + 372 + ], + "spans": [ + { + "bbox": [ + 105, + 355, + 174, + 372 + ], + "score": 1.0, + "content": "Lemma 36. Let", + "type": "text" + }, + { + "bbox": [ + 174, + 357, + 293, + 370 + ], + "score": 0.91, + "content": "\\mathbf { A } = [ \\pmb { a } _ { 1 } , \\cdot \\cdot \\cdot , \\pmb { a } _ { N } ] \\in \\mathbb { R } ^ { M \\times N }", + "type": "inline_equation" + }, + { + "bbox": [ + 293, + 355, + 470, + 372 + ], + "score": 1.0, + "content": "be a standard random Gaussian matrix, and", + "type": "text" + }, + { + "bbox": [ + 470, + 358, + 495, + 370 + ], + "score": 0.91, + "content": "\\gamma \\left( \\mathbf { A } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 495, + 355, + 506, + 372 + ], + "score": 1.0, + "content": "is", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 370, + 348, + 381 + ], + "spans": [ + { + "bbox": [ + 106, + 370, + 348, + 381 + ], + "score": 1.0, + "content": "the mutual coherence of it columns (see definition 35). Then", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 13.5, + "bbox_fs": [ + 105, + 355, + 506, + 381 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 225, + 387, + 385, + 416 + ], + "lines": [ + { + "bbox": [ + 225, + 387, + 385, + 416 + ], + "spans": [ + { + "bbox": [ + 225, + 387, + 385, + 416 + ], + "score": 0.93, + "content": "\\mathbb { P } \\left( \\gamma \\left( { \\bf A } \\right) > \\epsilon \\right) \\le 2 N ^ { 2 } \\exp \\left( - \\frac { M \\epsilon ^ { 2 } } { 2 4 } \\right) .", + "type": "interline_equation", + "image_path": "ebe652bcc739fb427bf31744a0d6cc8a108c8f24088cbb865c41e57e96c9784f.jpg" + } + ] + } + ], + "index": 15, + "virtual_lines": [ + { + "bbox": [ + 225, + 387, + 385, + 416 + ], + "spans": [], + "index": 15 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 430, + 385, + 443 + ], + "lines": [ + { + "bbox": [ + 105, + 429, + 385, + 445 + ], + "spans": [ + { + "bbox": [ + 105, + 429, + 385, + 445 + ], + "score": 1.0, + "content": "Proof. In this case, we have from (Chen & Peng, 2016, Appendix 1):", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16, + "bbox_fs": [ + 105, + 429, + 385, + 445 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 143, + 449, + 466, + 478 + ], + "lines": [ + { + "bbox": [ + 143, + 449, + 466, + 478 + ], + "spans": [ + { + "bbox": [ + 143, + 449, + 466, + 478 + ], + "score": 0.93, + "content": "\\mathbb { P } \\left( \\gamma \\left( \\mathbf { A } \\right) > \\epsilon \\right) \\leq N \\left( N - 1 \\right) \\left[ \\exp \\left( - \\frac { M a ^ { 2 } \\epsilon ^ { 2 } } { 4 \\left( 1 + \\epsilon / 2 \\right) } \\right) + \\exp \\left( - \\frac { M } { 4 } \\left( 1 - a \\right) ^ { 2 } \\right) \\right] ,", + "type": "interline_equation", + "image_path": "e97351e71bd87ca29c21480bb77c0941e1dc3b1328e38237128d0d32bed82b15.jpg" + } + ] + } + ], + "index": 17, + "virtual_lines": [ + { + "bbox": [ + 143, + 449, + 466, + 478 + ], + "spans": [], + "index": 17 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 484, + 266, + 497 + ], + "lines": [ + { + "bbox": [ + 105, + 483, + 264, + 498 + ], + "spans": [ + { + "bbox": [ + 105, + 483, + 137, + 498 + ], + "score": 1.0, + "content": "for any", + "type": "text" + }, + { + "bbox": [ + 137, + 484, + 178, + 497 + ], + "score": 0.93, + "content": "a \\in ( 0 , 1 )", + "type": "inline_equation" + }, + { + "bbox": [ + 178, + 483, + 213, + 498 + ], + "score": 1.0, + "content": ". Setting", + "type": "text" + }, + { + "bbox": [ + 213, + 484, + 264, + 497 + ], + "score": 0.9, + "content": "a = 1 - \\epsilon / 2", + "type": "inline_equation" + } + ], + "index": 18 + } + ], + "index": 18, + "bbox_fs": [ + 105, + 483, + 264, + 498 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 148, + 503, + 462, + 595 + ], + "lines": [ + { + "bbox": [ + 148, + 503, + 462, + 595 + ], + "spans": [ + { + "bbox": [ + 148, + 503, + 462, + 595 + ], + "score": 0.95, + "content": "\\begin{array} { r l } & { \\mathbb { P } \\left( \\gamma \\left( \\mathbf { A } \\right) > \\epsilon \\right) \\le N \\left( N - 1 \\right) \\left[ \\exp \\left( - \\frac { M \\left( 1 - \\epsilon / 2 \\right) ^ { 2 } \\epsilon ^ { 2 } } { 4 \\left( 1 + \\epsilon / 2 \\right) } \\right) + \\exp \\left( - \\frac { M } { 1 6 } \\epsilon ^ { 2 } \\right) \\right] } \\\\ & { \\qquad \\overset { \\left( 1 \\right) } { \\le } N \\left( N - 1 \\right) \\left[ \\exp \\left( - \\frac { M \\epsilon ^ { 2 } } { 2 4 } \\right) + \\exp \\left( - \\frac { M } { 1 6 } \\epsilon ^ { 2 } \\right) \\right] } \\\\ & { \\qquad \\le 2 N ^ { 2 } \\exp \\left( - \\frac { M \\epsilon ^ { 2 } } { 2 4 } \\right) , } \\end{array}", + "type": "interline_equation", + "image_path": "05961512a51b5398c54fa887dd4c3a2a461e2c3a377ae3c33158f1093cff5c0e.jpg" + } + ] + } + ], + "index": 20, + "virtual_lines": [ + { + "bbox": [ + 148, + 503, + 462, + 533.6666666666666 + ], + "spans": [], + "index": 19 + }, + { + "bbox": [ + 148, + 533.6666666666666, + 462, + 564.3333333333333 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 148, + 564.3333333333333, + 462, + 594.9999999999999 + ], + "spans": [], + "index": 21 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 600, + 503, + 624 + ], + "lines": [ + { + "bbox": [ + 105, + 599, + 505, + 614 + ], + "spans": [ + { + "bbox": [ + 105, + 599, + 248, + 614 + ], + "score": 1.0, + "content": "where in (1) we can assume that", + "type": "text" + }, + { + "bbox": [ + 249, + 601, + 276, + 612 + ], + "score": 0.9, + "content": "\\epsilon \\leq 1", + "type": "inline_equation" + }, + { + "bbox": [ + 277, + 599, + 322, + 614 + ], + "score": 1.0, + "content": ", since for", + "type": "text" + }, + { + "bbox": [ + 322, + 601, + 350, + 612 + ], + "score": 0.9, + "content": "\\epsilon \\geq 1", + "type": "inline_equation" + }, + { + "bbox": [ + 350, + 599, + 393, + 614 + ], + "score": 1.0, + "content": ", we have", + "type": "text" + }, + { + "bbox": [ + 393, + 600, + 474, + 613 + ], + "score": 0.91, + "content": "\\mathbb { P } \\left( \\gamma \\left( \\mathbf { A } \\right) > \\epsilon \\right) = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 475, + 599, + 505, + 614 + ], + "score": 1.0, + "content": "(recall", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 610, + 504, + 626 + ], + "spans": [ + { + "bbox": [ + 106, + 612, + 151, + 624 + ], + "score": 0.9, + "content": "\\gamma ( \\mathbf { A } ) \\leq 1 )", + "type": "inline_equation" + }, + { + "bbox": [ + 152, + 610, + 159, + 626 + ], + "score": 1.0, + "content": ".", + "type": "text" + }, + { + "bbox": [ + 496, + 614, + 504, + 622 + ], + "score": 0.997, + "content": "□", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22.5, + "bbox_fs": [ + 105, + 599, + 505, + 626 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 633, + 505, + 659 + ], + "lines": [ + { + "bbox": [ + 105, + 632, + 506, + 648 + ], + "spans": [ + { + "bbox": [ + 105, + 632, + 175, + 648 + ], + "score": 1.0, + "content": "Lemma 37. Let", + "type": "text" + }, + { + "bbox": [ + 175, + 634, + 292, + 647 + ], + "score": 0.92, + "content": "\\mathbf { B } = [ \\mathbf { b } _ { 1 } , \\cdots , \\mathbf { b } _ { L } ] \\in \\mathbb { R } ^ { M \\times L }", + "type": "inline_equation" + }, + { + "bbox": [ + 293, + 632, + 506, + 648 + ], + "score": 1.0, + "content": "be a standard random Gaussian matrix and mutual", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 644, + 352, + 660 + ], + "spans": [ + { + "bbox": [ + 105, + 644, + 149, + 660 + ], + "score": 1.0, + "content": "coherence", + "type": "text" + }, + { + "bbox": [ + 150, + 649, + 157, + 658 + ], + "score": 0.8, + "content": "\\gamma", + "type": "inline_equation" + }, + { + "bbox": [ + 157, + 644, + 259, + 660 + ], + "score": 1.0, + "content": "as in definition 35. Then,", + "type": "text" + }, + { + "bbox": [ + 260, + 647, + 289, + 657 + ], + "score": 0.86, + "content": "\\forall \\epsilon > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 290, + 644, + 307, + 660 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 308, + 646, + 348, + 658 + ], + "score": 0.92, + "content": "\\forall K \\in [ L ]", + "type": "inline_equation" + }, + { + "bbox": [ + 348, + 644, + 352, + 660 + ], + "score": 1.0, + "content": ":", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24.5, + "bbox_fs": [ + 105, + 632, + 506, + 660 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 152, + 664, + 457, + 693 + ], + "lines": [ + { + "bbox": [ + 152, + 664, + 457, + 693 + ], + "spans": [ + { + "bbox": [ + 152, + 664, + 457, + 693 + ], + "score": 0.93, + "content": "\\mathbb { P } \\left( \\operatorname* { m i n } _ { S \\subset [ N ] : | S | = K } \\gamma \\left( \\mathbf { B } _ { S } \\right) > \\epsilon \\right) \\leq \\exp \\left[ \\left( 2 \\log \\left( 2 K \\right) - \\frac { M \\epsilon ^ { 2 } } { 2 4 } \\right) \\left( \\frac { L } { K } - 1 \\right) \\right] .", + "type": "interline_equation", + "image_path": "257d17ca7cf63447593b7d70d782498e0bc8d1a68e7f426a55fb94cf19500879.jpg" + } + ] + } + ], + "index": 26, + "virtual_lines": [ + { + "bbox": [ + 152, + 664, + 457, + 693 + ], + "spans": [], + "index": 26 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 709, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 709, + 443, + 722 + ], + "score": 1.0, + "content": "Proof. We upper bound this probability by partitioning the set of column vectors into", + "type": "text" + }, + { + "bbox": [ + 443, + 710, + 473, + 722 + ], + "score": 0.92, + "content": "\\lfloor L / K \\rfloor", + "type": "inline_equation" + }, + { + "bbox": [ + 473, + 709, + 505, + 722 + ], + "score": 1.0, + "content": "subsets", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 107, + 720, + 506, + 733 + ], + "spans": [ + { + "bbox": [ + 107, + 721, + 117, + 732 + ], + "score": 0.86, + "content": "S _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 117, + 720, + 149, + 733 + ], + "score": 1.0, + "content": "of size", + "type": "text" + }, + { + "bbox": [ + 149, + 720, + 190, + 732 + ], + "score": 0.93, + "content": "| \\bar { S _ { i } } \\bar { | } = K", + "type": "inline_equation" + }, + { + "bbox": [ + 190, + 720, + 497, + 733 + ], + "score": 1.0, + "content": "and require that in each subset the mutual coherence is lower bounded by", + "type": "text" + }, + { + "bbox": [ + 498, + 723, + 503, + 730 + ], + "score": 0.69, + "content": "\\epsilon", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 720, + 506, + 733 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 27.5, + "bbox_fs": [ + 106, + 709, + 506, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 108, + 82, + 285, + 94 + ], + "lines": [ + { + "bbox": [ + 106, + 81, + 285, + 96 + ], + "spans": [ + { + "bbox": [ + 106, + 81, + 285, + 96 + ], + "score": 1.0, + "content": "Since the columns are independent, we have", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "interline_equation", + "bbox": [ + 156, + 97, + 453, + 227 + ], + "lines": [ + { + "bbox": [ + 156, + 97, + 453, + 227 + ], + "spans": [ + { + "bbox": [ + 156, + 97, + 453, + 227 + ], + "score": 0.94, + "content": "\\begin{array} { r l } & { \\mathbb { P } \\left( \\underset { S \\subset [ N ] : | S | = K } { \\operatorname* { m i n } } \\gamma \\left( \\mathbf { B } _ { S } \\right) > \\epsilon \\right) } \\\\ & { \\le \\displaystyle \\prod _ { i = 1 } ^ { \\lfloor L / K \\rfloor } \\mathbb { P } \\left( \\forall S = \\{ 1 + \\left( i - 1 \\right) K , 2 + \\left( 1 - i \\right) K , \\ldots , i K \\} : \\gamma \\left( \\mathbf { B } _ { S } \\right) > \\epsilon \\right) } \\\\ & { \\stackrel { \\mathrm { ( 1 ) } } { \\le } \\displaystyle \\prod _ { i = 1 } ^ { L / K - 1 } 2 K ^ { 2 } \\exp \\left( - \\frac { M \\epsilon ^ { 2 } } { 2 4 } \\right) } \\\\ & { \\le \\exp \\left[ \\left( 2 \\log \\left( 2 K \\right) - \\frac { M \\epsilon ^ { 2 } } { 2 4 } \\right) \\left( \\frac { L } { K } - 1 \\right) \\right] , } \\end{array}", + "type": "interline_equation", + "image_path": "5987161ba4f7c4213350967d3f294afc11ad2bc19967b72147387417bf676375.jpg" + } + ] + } + ], + "index": 2, + "virtual_lines": [ + { + "bbox": [ + 156, + 97, + 453, + 140.33333333333334 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 156, + 140.33333333333334, + 453, + 183.66666666666669 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 156, + 183.66666666666669, + 453, + 227.00000000000003 + ], + "spans": [], + "index": 3 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 229, + 304, + 241 + ], + "lines": [ + { + "bbox": [ + 106, + 228, + 304, + 242 + ], + "spans": [ + { + "bbox": [ + 106, + 228, + 304, + 242 + ], + "score": 1.0, + "content": "where in (1) we used the bound from Lemma 36.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 106, + 252, + 469, + 264 + ], + "lines": [ + { + "bbox": [ + 106, + 252, + 470, + 265 + ], + "spans": [ + { + "bbox": [ + 106, + 252, + 470, + 265 + ], + "score": 1.0, + "content": "12.3.3 MAIN PROOF: ORTHANT PROBABILITY OF A PRODUCT GAUSSIAN MATRICES", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5 + }, + { + "type": "text", + "bbox": [ + 106, + 270, + 505, + 307 + ], + "lines": [ + { + "bbox": [ + 104, + 268, + 506, + 286 + ], + "spans": [ + { + "bbox": [ + 104, + 268, + 273, + 286 + ], + "score": 1.0, + "content": "Lemma 38. (Lemma 16 restated). Let", + "type": "text" + }, + { + "bbox": [ + 273, + 270, + 401, + 284 + ], + "score": 0.92, + "content": "\\mathbf { C } = \\left[ \\mathbf { c } _ { 1 } , \\cdots , \\mathbf { c } _ { N } \\right] ^ { \\top } \\in \\mathbb { R } ^ { N \\times M }", + "type": "inline_equation" + }, + { + "bbox": [ + 401, + 268, + 421, + 286 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 421, + 271, + 473, + 282 + ], + "score": 0.91, + "content": "\\mathbf { B } \\in \\mathbb { R } ^ { M \\times L }", + "type": "inline_equation" + }, + { + "bbox": [ + 474, + 268, + 506, + 286 + ], + "score": 1.0, + "content": "be two", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 283, + 505, + 296 + ], + "spans": [ + { + "bbox": [ + 106, + 283, + 420, + 296 + ], + "score": 1.0, + "content": "independent random Gaussian matrices. Without loss of generality, assume", + "type": "text" + }, + { + "bbox": [ + 421, + 284, + 453, + 294 + ], + "score": 0.91, + "content": "N \\geq L", + "type": "inline_equation" + }, + { + "bbox": [ + 453, + 283, + 505, + 296 + ], + "score": 1.0, + "content": ", and denote", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 107, + 294, + 468, + 308 + ], + "spans": [ + { + "bbox": [ + 107, + 295, + 158, + 308 + ], + "score": 0.91, + "content": "\\alpha \\triangleq M L / N", + "type": "inline_equation" + }, + { + "bbox": [ + 159, + 294, + 242, + 308 + ], + "score": 1.0, + "content": ". Then, in the regime", + "type": "text" + }, + { + "bbox": [ + 242, + 295, + 276, + 307 + ], + "score": 0.91, + "content": "M \\leq N", + "type": "inline_equation" + }, + { + "bbox": [ + 277, + 294, + 341, + 308 + ], + "score": 1.0, + "content": "and in the limit", + "type": "text" + }, + { + "bbox": [ + 342, + 295, + 429, + 308 + ], + "score": 0.9, + "content": "\\operatorname* { m i n } \\left[ N , M , L \\right] \\dot { > } \\alpha \\dot { > } 1", + "type": "inline_equation" + }, + { + "bbox": [ + 429, + 294, + 468, + 308 + ], + "score": 1.0, + "content": ", we have", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7 + }, + { + "type": "interline_equation", + "bbox": [ + 231, + 310, + 379, + 333 + ], + "lines": [ + { + "bbox": [ + 231, + 310, + 379, + 333 + ], + "spans": [ + { + "bbox": [ + 231, + 310, + 379, + 333 + ], + "score": 0.92, + "content": "\\begin{array} { r } { \\mathbb { P } \\left( \\mathbf { C B } > 0 \\right) \\dot { \\leq } \\exp \\left( - 0 . 4 N \\alpha ^ { 1 / 4 } \\right) . } \\end{array}", + "type": "interline_equation", + "image_path": "7c37001828c2a3958147878c11f5978c25551509807f52bbf9da0ca0389ea6e0.jpg" + } + ] + } + ], + "index": 9, + "virtual_lines": [ + { + "bbox": [ + 231, + 310, + 379, + 333 + ], + "spans": [], + "index": 9 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 342, + 390, + 355 + ], + "lines": [ + { + "bbox": [ + 106, + 342, + 390, + 356 + ], + "spans": [ + { + "bbox": [ + 106, + 342, + 176, + 356 + ], + "score": 1.0, + "content": "Proof. For some", + "type": "text" + }, + { + "bbox": [ + 176, + 344, + 200, + 353 + ], + "score": 0.9, + "content": "\\theta > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 201, + 342, + 248, + 356 + ], + "score": 1.0, + "content": ", and subset", + "type": "text" + }, + { + "bbox": [ + 249, + 344, + 256, + 353 + ], + "score": 0.85, + "content": "S", + "type": "inline_equation" + }, + { + "bbox": [ + 257, + 342, + 296, + 356 + ], + "score": 1.0, + "content": "such that", + "type": "text" + }, + { + "bbox": [ + 296, + 343, + 352, + 355 + ], + "score": 0.92, + "content": "| S | = K < L", + "type": "inline_equation" + }, + { + "bbox": [ + 352, + 342, + 390, + 356 + ], + "score": 1.0, + "content": ", we have", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 10 + }, + { + "type": "interline_equation", + "bbox": [ + 123, + 358, + 484, + 424 + ], + "lines": [ + { + "bbox": [ + 123, + 358, + 484, + 424 + ], + "spans": [ + { + "bbox": [ + 123, + 358, + 484, + 424 + ], + "score": 0.92, + "content": "\\begin{array} { r l } & { \\quad \\mathbb { P } \\left( \\mathbf { C B } > 0 \\right) } \\\\ & { \\le \\mathbb { P } \\left( \\mathbf { C B } _ { S } > 0 | \\gamma \\left( \\mathbf { B } _ { S } \\right) \\le \\epsilon \\right) \\mathbb { P } \\left( \\gamma \\left( \\mathbf { B } _ { S } \\right) \\le \\epsilon \\right) + \\mathbb { P } \\left( \\mathbf { C B } _ { S } > 0 | \\gamma \\left( \\mathbf { B } _ { S } \\right) > \\epsilon \\right) \\mathbb { P } \\left( \\gamma \\left( \\mathbf { B } _ { S } \\right) > \\epsilon \\right) } \\\\ & { \\le \\mathbb { P } \\left( \\mathbf { C B } _ { S } > 0 | \\gamma \\left( \\mathbf { B } _ { S } \\right) \\le \\epsilon \\right) + \\mathbb { P } \\left( \\gamma \\left( \\mathbf { B } _ { S } \\right) > \\epsilon \\right) } \\\\ & { = \\mathbb { E } \\left[ \\left[ \\mathbb { P } \\left( \\mathbf { c } _ { 1 } ^ { \\top } \\mathbf { B } _ { S } > 0 | \\mathbf { B } _ { S } , \\gamma \\left( \\mathbf { B } _ { S } \\right) \\le \\epsilon \\right) \\right] ^ { N } | \\gamma \\left( \\mathbf { B } _ { S } \\right) \\le \\epsilon \\right] + \\mathbb { P } \\left( \\gamma \\left( \\mathbf { B } _ { S } \\right) > \\epsilon \\right) , } \\end{array}", + "type": "interline_equation", + "image_path": "12acb15a2ef1b3a40722bb6ac8ae01e3cd3271d3f78fb61d6a26cd8a44bf1e10.jpg" + } + ] + } + ], + "index": 12, + "virtual_lines": [ + { + "bbox": [ + 123, + 358, + 484, + 380.0 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 123, + 380.0, + 484, + 402.0 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 123, + 402.0, + 484, + 424.0 + ], + "spans": [], + "index": 13 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 425, + 503, + 448 + ], + "lines": [ + { + "bbox": [ + 105, + 424, + 505, + 439 + ], + "spans": [ + { + "bbox": [ + 105, + 424, + 360, + 439 + ], + "score": 1.0, + "content": "where in the last equality we used the fact that the rows of", + "type": "text" + }, + { + "bbox": [ + 360, + 426, + 370, + 435 + ], + "score": 0.82, + "content": "\\mathbf { C }", + "type": "inline_equation" + }, + { + "bbox": [ + 370, + 424, + 505, + 439 + ], + "score": 1.0, + "content": "are independent and identically", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 436, + 155, + 448 + ], + "spans": [ + { + "bbox": [ + 106, + 436, + 155, + 448 + ], + "score": 1.0, + "content": "distributed.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14.5 + }, + { + "type": "text", + "bbox": [ + 107, + 453, + 218, + 465 + ], + "lines": [ + { + "bbox": [ + 106, + 452, + 220, + 466 + ], + "spans": [ + { + "bbox": [ + 106, + 452, + 220, + 466 + ], + "score": 1.0, + "content": "We choose a specific subset", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16 + }, + { + "type": "interline_equation", + "bbox": [ + 238, + 464, + 372, + 479 + ], + "lines": [ + { + "bbox": [ + 238, + 464, + 372, + 479 + ], + "spans": [ + { + "bbox": [ + 238, + 464, + 372, + 479 + ], + "score": 0.91, + "content": "S ^ { * } = \\mathrm { a r g m i n } _ { S C [ L ] : | S | = K } \\gamma \\left( \\mathbf { B } _ { S } \\right)", + "type": "interline_equation", + "image_path": "df12677b88160108afdc8e94ec88315b9144847c1649b51df5b8199e56a80116.jpg" + } + ] + } + ], + "index": 17, + "virtual_lines": [ + { + "bbox": [ + 238, + 464, + 372, + 479 + ], + "spans": [], + "index": 17 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 479, + 504, + 502 + ], + "lines": [ + { + "bbox": [ + 105, + 478, + 506, + 493 + ], + "spans": [ + { + "bbox": [ + 105, + 478, + 403, + 493 + ], + "score": 1.0, + "content": "to minimize the second term and then upper bound it using Lemma 37 with", + "type": "text" + }, + { + "bbox": [ + 403, + 479, + 437, + 489 + ], + "score": 0.9, + "content": "\\theta = K \\epsilon", + "type": "inline_equation" + }, + { + "bbox": [ + 437, + 478, + 506, + 493 + ], + "score": 1.0, + "content": "; additionally, we", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 490, + 422, + 504 + ], + "spans": [ + { + "bbox": [ + 106, + 490, + 388, + 504 + ], + "score": 1.0, + "content": "apply Corollary 34 on the first term with the components of the vector", + "type": "text" + }, + { + "bbox": [ + 389, + 493, + 396, + 500 + ], + "score": 0.48, + "content": "\\mathbf { u }", + "type": "inline_equation" + }, + { + "bbox": [ + 397, + 490, + 422, + 504 + ], + "score": 1.0, + "content": "being", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 18.5 + }, + { + "type": "interline_equation", + "bbox": [ + 228, + 505, + 381, + 527 + ], + "lines": [ + { + "bbox": [ + 228, + 505, + 381, + 527 + ], + "spans": [ + { + "bbox": [ + 228, + 505, + 381, + 527 + ], + "score": 0.94, + "content": "u _ { i } = \\left( \\mathbf { B } _ { S } ^ { \\top } \\mathbf { c } _ { 1 } \\right) _ { i } / \\sqrt { \\left( \\mathbf { B } _ { S } ^ { \\top } \\mathbf { B } _ { S } \\right) _ { i i } } \\in \\mathbb { R } ^ { K } ,", + "type": "interline_equation", + "image_path": "953aa31d6ac88ff24202a9ce16cb564fe6d0144fb387847d45c32cdc141ba888.jpg" + } + ] + } + ], + "index": 20, + "virtual_lines": [ + { + "bbox": [ + 228, + 505, + 381, + 527 + ], + "spans": [], + "index": 20 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 529, + 505, + 553 + ], + "lines": [ + { + "bbox": [ + 106, + 529, + 505, + 542 + ], + "spans": [ + { + "bbox": [ + 106, + 529, + 380, + 542 + ], + "score": 1.0, + "content": "which is a Gaussian random vector with mean zero and covariance", + "type": "text" + }, + { + "bbox": [ + 381, + 530, + 390, + 540 + ], + "score": 0.83, + "content": "\\pmb { \\Sigma }", + "type": "inline_equation" + }, + { + "bbox": [ + 390, + 529, + 433, + 542 + ], + "score": 1.0, + "content": "for which", + "type": "text" + }, + { + "bbox": [ + 434, + 530, + 487, + 541 + ], + "score": 0.91, + "content": "\\forall i : \\Sigma _ { i i } = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 529, + 505, + 542 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 540, + 283, + 553 + ], + "spans": [ + { + "bbox": [ + 106, + 541, + 212, + 553 + ], + "score": 0.92, + "content": "\\forall i \\neq j : \\Sigma _ { i j } \\leq \\epsilon = \\theta K ^ { - 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 213, + 540, + 283, + 553 + ], + "score": 1.0, + "content": ". Thus, we obtain", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 21.5 + }, + { + "type": "interline_equation", + "bbox": [ + 111, + 556, + 497, + 585 + ], + "lines": [ + { + "bbox": [ + 111, + 556, + 497, + 585 + ], + "spans": [ + { + "bbox": [ + 111, + 556, + 497, + 585 + ], + "score": 0.94, + "content": "\\mathbb { P } \\left( \\mathbf { C } \\mathbf { B } > 0 \\right) \\leq \\exp \\left( - N K \\psi \\left( \\theta \\right) + O \\left( N \\log K \\right) \\right) + \\exp \\left[ \\left( \\log \\left( 2 K \\right) ^ { 2 } - \\frac { M \\theta ^ { 2 } } { 2 4 K ^ { 2 } } \\right) \\left( \\frac { L } { K } - 1 \\right) \\right] ,", + "type": "interline_equation", + "image_path": "d062c72c492847d0c1f18addb2f4a2d933e3e9844ef45fb61e6335aa987dcd0a.jpg" + } + ] + } + ], + "index": 24, + "virtual_lines": [ + { + "bbox": [ + 111, + 556, + 497, + 565.6666666666666 + ], + "spans": [], + "index": 23 + }, + { + "bbox": [ + 111, + 565.6666666666666, + 497, + 575.3333333333333 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 111, + 575.3333333333333, + 497, + 584.9999999999999 + ], + "spans": [], + "index": 25 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 599, + 295, + 612 + ], + "lines": [ + { + "bbox": [ + 106, + 597, + 295, + 614 + ], + "spans": [ + { + "bbox": [ + 106, + 597, + 172, + 614 + ], + "score": 1.0, + "content": "where we recall", + "type": "text" + }, + { + "bbox": [ + 172, + 600, + 194, + 612 + ], + "score": 0.92, + "content": "\\psi \\left( \\theta \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 194, + 597, + 295, + 614 + ], + "score": 1.0, + "content": "is defined in eq. (12.17).", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 26 + }, + { + "type": "text", + "bbox": [ + 108, + 616, + 505, + 650 + ], + "lines": [ + { + "bbox": [ + 105, + 616, + 503, + 630 + ], + "spans": [ + { + "bbox": [ + 105, + 616, + 263, + 630 + ], + "score": 1.0, + "content": "Next, we wish to select good values for", + "type": "text" + }, + { + "bbox": [ + 263, + 618, + 270, + 627 + ], + "score": 0.81, + "content": "\\theta", + "type": "inline_equation" + }, + { + "bbox": [ + 270, + 616, + 287, + 630 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 287, + 618, + 297, + 627 + ], + "score": 0.82, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 298, + 616, + 447, + 630 + ], + "score": 1.0, + "content": ", which minimize this bound for large", + "type": "text" + }, + { + "bbox": [ + 447, + 617, + 503, + 629 + ], + "score": 0.92, + "content": "( M , N , L , K )", + "type": "inline_equation" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 627, + 505, + 640 + ], + "spans": [ + { + "bbox": [ + 106, + 627, + 393, + 640 + ], + "score": 1.0, + "content": "Thus, keeping only the first order terms in each exponent (assuming", + "type": "text" + }, + { + "bbox": [ + 393, + 628, + 453, + 639 + ], + "score": 0.9, + "content": "L \\gg K \\gg 1", + "type": "inline_equation" + }, + { + "bbox": [ + 453, + 627, + 505, + 640 + ], + "score": 1.0, + "content": "), we aim to", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 639, + 279, + 651 + ], + "spans": [ + { + "bbox": [ + 106, + 639, + 279, + 651 + ], + "score": 1.0, + "content": "minimize the function as much as possible", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28 + }, + { + "type": "interline_equation", + "bbox": [ + 202, + 654, + 409, + 682 + ], + "lines": [ + { + "bbox": [ + 202, + 654, + 409, + 682 + ], + "spans": [ + { + "bbox": [ + 202, + 654, + 409, + 682 + ], + "score": 0.93, + "content": "f \\left( K , \\theta \\right) \\triangleq \\exp \\left( - N K \\psi \\left( \\theta \\right) \\right) + \\exp \\left( - \\frac { M \\theta ^ { 2 } L } { 2 4 K ^ { 3 } } \\right) .", + "type": "interline_equation", + "image_path": "1ae5ea48a896c2784e5111959286ea52a674e9fafec0fb357d81653b8ec418e5.jpg" + } + ] + } + ], + "index": 30, + "virtual_lines": [ + { + "bbox": [ + 202, + 654, + 409, + 682 + ], + "spans": [], + "index": 30 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 684, + 504, + 707 + ], + "lines": [ + { + "bbox": [ + 106, + 685, + 504, + 696 + ], + "spans": [ + { + "bbox": [ + 106, + 685, + 263, + 696 + ], + "score": 1.0, + "content": "Note that the first term is decreasing in", + "type": "text" + }, + { + "bbox": [ + 263, + 686, + 273, + 694 + ], + "score": 0.83, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 273, + 685, + 483, + 696 + ], + "score": 1.0, + "content": ", while the second term increases. Therefore, for any", + "type": "text" + }, + { + "bbox": [ + 483, + 685, + 489, + 694 + ], + "score": 0.8, + "content": "\\theta", + "type": "inline_equation" + }, + { + "bbox": [ + 490, + 685, + 504, + 696 + ], + "score": 1.0, + "content": "the", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 695, + 497, + 709 + ], + "spans": [ + { + "bbox": [ + 105, + 695, + 222, + 709 + ], + "score": 1.0, + "content": "minimum of this function in", + "type": "text" + }, + { + "bbox": [ + 222, + 697, + 231, + 705 + ], + "score": 0.84, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 232, + 695, + 497, + 709 + ], + "score": 1.0, + "content": "would be approximately achieved when both terms are equal, i.e.,", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 31.5 + }, + { + "type": "interline_equation", + "bbox": [ + 261, + 710, + 349, + 736 + ], + "lines": [ + { + "bbox": [ + 261, + 710, + 349, + 736 + ], + "spans": [ + { + "bbox": [ + 261, + 710, + 349, + 736 + ], + "score": 0.94, + "content": "N K \\psi \\left( \\theta \\right) = \\frac { M \\theta ^ { 2 } L } { 2 4 K ^ { 3 } } ,", + "type": "interline_equation", + "image_path": "93b5891fbb61d899fcfe10b9b0a7a95590e0ebf987546c57c795aa2314f88afd.jpg" + } + ] + } + ], + "index": 33, + "virtual_lines": [ + { + "bbox": [ + 261, + 710, + 349, + 736 + ], + "spans": [], + "index": 33 + } + ] + } + ], + "page_idx": 27, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 26, + 308, + 38 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 309, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 309, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 298, + 750, + 313, + 763 + ], + "spans": [ + { + "bbox": [ + 298, + 750, + 313, + 763 + ], + "score": 1.0, + "content": "28", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 494, + 229, + 505, + 240 + ], + "lines": [ + { + "bbox": [ + 496, + 231, + 504, + 239 + ], + "spans": [ + { + "bbox": [ + 496, + 231, + 504, + 239 + ], + "score": 0.999, + "content": "□", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 108, + 82, + 285, + 94 + ], + "lines": [ + { + "bbox": [ + 106, + 81, + 285, + 96 + ], + "spans": [ + { + "bbox": [ + 106, + 81, + 285, + 96 + ], + "score": 1.0, + "content": "Since the columns are independent, we have", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0, + "bbox_fs": [ + 106, + 81, + 285, + 96 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 156, + 97, + 453, + 227 + ], + "lines": [ + { + "bbox": [ + 156, + 97, + 453, + 227 + ], + "spans": [ + { + "bbox": [ + 156, + 97, + 453, + 227 + ], + "score": 0.94, + "content": "\\begin{array} { r l } & { \\mathbb { P } \\left( \\underset { S \\subset [ N ] : | S | = K } { \\operatorname* { m i n } } \\gamma \\left( \\mathbf { B } _ { S } \\right) > \\epsilon \\right) } \\\\ & { \\le \\displaystyle \\prod _ { i = 1 } ^ { \\lfloor L / K \\rfloor } \\mathbb { P } \\left( \\forall S = \\{ 1 + \\left( i - 1 \\right) K , 2 + \\left( 1 - i \\right) K , \\ldots , i K \\} : \\gamma \\left( \\mathbf { B } _ { S } \\right) > \\epsilon \\right) } \\\\ & { \\stackrel { \\mathrm { ( 1 ) } } { \\le } \\displaystyle \\prod _ { i = 1 } ^ { L / K - 1 } 2 K ^ { 2 } \\exp \\left( - \\frac { M \\epsilon ^ { 2 } } { 2 4 } \\right) } \\\\ & { \\le \\exp \\left[ \\left( 2 \\log \\left( 2 K \\right) - \\frac { M \\epsilon ^ { 2 } } { 2 4 } \\right) \\left( \\frac { L } { K } - 1 \\right) \\right] , } \\end{array}", + "type": "interline_equation", + "image_path": "5987161ba4f7c4213350967d3f294afc11ad2bc19967b72147387417bf676375.jpg" + } + ] + } + ], + "index": 2, + "virtual_lines": [ + { + "bbox": [ + 156, + 97, + 453, + 140.33333333333334 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 156, + 140.33333333333334, + 453, + 183.66666666666669 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 156, + 183.66666666666669, + 453, + 227.00000000000003 + ], + "spans": [], + "index": 3 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 229, + 304, + 241 + ], + "lines": [ + { + "bbox": [ + 106, + 228, + 304, + 242 + ], + "spans": [ + { + "bbox": [ + 106, + 228, + 304, + 242 + ], + "score": 1.0, + "content": "where in (1) we used the bound from Lemma 36.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4, + "bbox_fs": [ + 106, + 228, + 304, + 242 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 252, + 469, + 264 + ], + "lines": [ + { + "bbox": [ + 106, + 252, + 470, + 265 + ], + "spans": [ + { + "bbox": [ + 106, + 252, + 470, + 265 + ], + "score": 1.0, + "content": "12.3.3 MAIN PROOF: ORTHANT PROBABILITY OF A PRODUCT GAUSSIAN MATRICES", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5, + "bbox_fs": [ + 106, + 252, + 470, + 265 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 270, + 505, + 307 + ], + "lines": [ + { + "bbox": [ + 104, + 268, + 506, + 286 + ], + "spans": [ + { + "bbox": [ + 104, + 268, + 273, + 286 + ], + "score": 1.0, + "content": "Lemma 38. (Lemma 16 restated). Let", + "type": "text" + }, + { + "bbox": [ + 273, + 270, + 401, + 284 + ], + "score": 0.92, + "content": "\\mathbf { C } = \\left[ \\mathbf { c } _ { 1 } , \\cdots , \\mathbf { c } _ { N } \\right] ^ { \\top } \\in \\mathbb { R } ^ { N \\times M }", + "type": "inline_equation" + }, + { + "bbox": [ + 401, + 268, + 421, + 286 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 421, + 271, + 473, + 282 + ], + "score": 0.91, + "content": "\\mathbf { B } \\in \\mathbb { R } ^ { M \\times L }", + "type": "inline_equation" + }, + { + "bbox": [ + 474, + 268, + 506, + 286 + ], + "score": 1.0, + "content": "be two", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 283, + 505, + 296 + ], + "spans": [ + { + "bbox": [ + 106, + 283, + 420, + 296 + ], + "score": 1.0, + "content": "independent random Gaussian matrices. Without loss of generality, assume", + "type": "text" + }, + { + "bbox": [ + 421, + 284, + 453, + 294 + ], + "score": 0.91, + "content": "N \\geq L", + "type": "inline_equation" + }, + { + "bbox": [ + 453, + 283, + 505, + 296 + ], + "score": 1.0, + "content": ", and denote", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 107, + 294, + 468, + 308 + ], + "spans": [ + { + "bbox": [ + 107, + 295, + 158, + 308 + ], + "score": 0.91, + "content": "\\alpha \\triangleq M L / N", + "type": "inline_equation" + }, + { + "bbox": [ + 159, + 294, + 242, + 308 + ], + "score": 1.0, + "content": ". Then, in the regime", + "type": "text" + }, + { + "bbox": [ + 242, + 295, + 276, + 307 + ], + "score": 0.91, + "content": "M \\leq N", + "type": "inline_equation" + }, + { + "bbox": [ + 277, + 294, + 341, + 308 + ], + "score": 1.0, + "content": "and in the limit", + "type": "text" + }, + { + "bbox": [ + 342, + 295, + 429, + 308 + ], + "score": 0.9, + "content": "\\operatorname* { m i n } \\left[ N , M , L \\right] \\dot { > } \\alpha \\dot { > } 1", + "type": "inline_equation" + }, + { + "bbox": [ + 429, + 294, + 468, + 308 + ], + "score": 1.0, + "content": ", we have", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7, + "bbox_fs": [ + 104, + 268, + 506, + 308 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 231, + 310, + 379, + 333 + ], + "lines": [ + { + "bbox": [ + 231, + 310, + 379, + 333 + ], + "spans": [ + { + "bbox": [ + 231, + 310, + 379, + 333 + ], + "score": 0.92, + "content": "\\begin{array} { r } { \\mathbb { P } \\left( \\mathbf { C B } > 0 \\right) \\dot { \\leq } \\exp \\left( - 0 . 4 N \\alpha ^ { 1 / 4 } \\right) . } \\end{array}", + "type": "interline_equation", + "image_path": "7c37001828c2a3958147878c11f5978c25551509807f52bbf9da0ca0389ea6e0.jpg" + } + ] + } + ], + "index": 9, + "virtual_lines": [ + { + "bbox": [ + 231, + 310, + 379, + 333 + ], + "spans": [], + "index": 9 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 342, + 390, + 355 + ], + "lines": [ + { + "bbox": [ + 106, + 342, + 390, + 356 + ], + "spans": [ + { + "bbox": [ + 106, + 342, + 176, + 356 + ], + "score": 1.0, + "content": "Proof. For some", + "type": "text" + }, + { + "bbox": [ + 176, + 344, + 200, + 353 + ], + "score": 0.9, + "content": "\\theta > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 201, + 342, + 248, + 356 + ], + "score": 1.0, + "content": ", and subset", + "type": "text" + }, + { + "bbox": [ + 249, + 344, + 256, + 353 + ], + "score": 0.85, + "content": "S", + "type": "inline_equation" + }, + { + "bbox": [ + 257, + 342, + 296, + 356 + ], + "score": 1.0, + "content": "such that", + "type": "text" + }, + { + "bbox": [ + 296, + 343, + 352, + 355 + ], + "score": 0.92, + "content": "| S | = K < L", + "type": "inline_equation" + }, + { + "bbox": [ + 352, + 342, + 390, + 356 + ], + "score": 1.0, + "content": ", we have", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 10, + "bbox_fs": [ + 106, + 342, + 390, + 356 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 123, + 358, + 484, + 424 + ], + "lines": [ + { + "bbox": [ + 123, + 358, + 484, + 424 + ], + "spans": [ + { + "bbox": [ + 123, + 358, + 484, + 424 + ], + "score": 0.92, + "content": "\\begin{array} { r l } & { \\quad \\mathbb { P } \\left( \\mathbf { C B } > 0 \\right) } \\\\ & { \\le \\mathbb { P } \\left( \\mathbf { C B } _ { S } > 0 | \\gamma \\left( \\mathbf { B } _ { S } \\right) \\le \\epsilon \\right) \\mathbb { P } \\left( \\gamma \\left( \\mathbf { B } _ { S } \\right) \\le \\epsilon \\right) + \\mathbb { P } \\left( \\mathbf { C B } _ { S } > 0 | \\gamma \\left( \\mathbf { B } _ { S } \\right) > \\epsilon \\right) \\mathbb { P } \\left( \\gamma \\left( \\mathbf { B } _ { S } \\right) > \\epsilon \\right) } \\\\ & { \\le \\mathbb { P } \\left( \\mathbf { C B } _ { S } > 0 | \\gamma \\left( \\mathbf { B } _ { S } \\right) \\le \\epsilon \\right) + \\mathbb { P } \\left( \\gamma \\left( \\mathbf { B } _ { S } \\right) > \\epsilon \\right) } \\\\ & { = \\mathbb { E } \\left[ \\left[ \\mathbb { P } \\left( \\mathbf { c } _ { 1 } ^ { \\top } \\mathbf { B } _ { S } > 0 | \\mathbf { B } _ { S } , \\gamma \\left( \\mathbf { B } _ { S } \\right) \\le \\epsilon \\right) \\right] ^ { N } | \\gamma \\left( \\mathbf { B } _ { S } \\right) \\le \\epsilon \\right] + \\mathbb { P } \\left( \\gamma \\left( \\mathbf { B } _ { S } \\right) > \\epsilon \\right) , } \\end{array}", + "type": "interline_equation", + "image_path": "12acb15a2ef1b3a40722bb6ac8ae01e3cd3271d3f78fb61d6a26cd8a44bf1e10.jpg" + } + ] + } + ], + "index": 12, + "virtual_lines": [ + { + "bbox": [ + 123, + 358, + 484, + 380.0 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 123, + 380.0, + 484, + 402.0 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 123, + 402.0, + 484, + 424.0 + ], + "spans": [], + "index": 13 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 425, + 503, + 448 + ], + "lines": [ + { + "bbox": [ + 105, + 424, + 505, + 439 + ], + "spans": [ + { + "bbox": [ + 105, + 424, + 360, + 439 + ], + "score": 1.0, + "content": "where in the last equality we used the fact that the rows of", + "type": "text" + }, + { + "bbox": [ + 360, + 426, + 370, + 435 + ], + "score": 0.82, + "content": "\\mathbf { C }", + "type": "inline_equation" + }, + { + "bbox": [ + 370, + 424, + 505, + 439 + ], + "score": 1.0, + "content": "are independent and identically", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 436, + 155, + 448 + ], + "spans": [ + { + "bbox": [ + 106, + 436, + 155, + 448 + ], + "score": 1.0, + "content": "distributed.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14.5, + "bbox_fs": [ + 105, + 424, + 505, + 448 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 453, + 218, + 465 + ], + "lines": [ + { + "bbox": [ + 106, + 452, + 220, + 466 + ], + "spans": [ + { + "bbox": [ + 106, + 452, + 220, + 466 + ], + "score": 1.0, + "content": "We choose a specific subset", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16, + "bbox_fs": [ + 106, + 452, + 220, + 466 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 238, + 464, + 372, + 479 + ], + "lines": [ + { + "bbox": [ + 238, + 464, + 372, + 479 + ], + "spans": [ + { + "bbox": [ + 238, + 464, + 372, + 479 + ], + "score": 0.91, + "content": "S ^ { * } = \\mathrm { a r g m i n } _ { S C [ L ] : | S | = K } \\gamma \\left( \\mathbf { B } _ { S } \\right)", + "type": "interline_equation", + "image_path": "df12677b88160108afdc8e94ec88315b9144847c1649b51df5b8199e56a80116.jpg" + } + ] + } + ], + "index": 17, + "virtual_lines": [ + { + "bbox": [ + 238, + 464, + 372, + 479 + ], + "spans": [], + "index": 17 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 479, + 504, + 502 + ], + "lines": [ + { + "bbox": [ + 105, + 478, + 506, + 493 + ], + "spans": [ + { + "bbox": [ + 105, + 478, + 403, + 493 + ], + "score": 1.0, + "content": "to minimize the second term and then upper bound it using Lemma 37 with", + "type": "text" + }, + { + "bbox": [ + 403, + 479, + 437, + 489 + ], + "score": 0.9, + "content": "\\theta = K \\epsilon", + "type": "inline_equation" + }, + { + "bbox": [ + 437, + 478, + 506, + 493 + ], + "score": 1.0, + "content": "; additionally, we", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 490, + 422, + 504 + ], + "spans": [ + { + "bbox": [ + 106, + 490, + 388, + 504 + ], + "score": 1.0, + "content": "apply Corollary 34 on the first term with the components of the vector", + "type": "text" + }, + { + "bbox": [ + 389, + 493, + 396, + 500 + ], + "score": 0.48, + "content": "\\mathbf { u }", + "type": "inline_equation" + }, + { + "bbox": [ + 397, + 490, + 422, + 504 + ], + "score": 1.0, + "content": "being", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 18.5, + "bbox_fs": [ + 105, + 478, + 506, + 504 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 228, + 505, + 381, + 527 + ], + "lines": [ + { + "bbox": [ + 228, + 505, + 381, + 527 + ], + "spans": [ + { + "bbox": [ + 228, + 505, + 381, + 527 + ], + "score": 0.94, + "content": "u _ { i } = \\left( \\mathbf { B } _ { S } ^ { \\top } \\mathbf { c } _ { 1 } \\right) _ { i } / \\sqrt { \\left( \\mathbf { B } _ { S } ^ { \\top } \\mathbf { B } _ { S } \\right) _ { i i } } \\in \\mathbb { R } ^ { K } ,", + "type": "interline_equation", + "image_path": "953aa31d6ac88ff24202a9ce16cb564fe6d0144fb387847d45c32cdc141ba888.jpg" + } + ] + } + ], + "index": 20, + "virtual_lines": [ + { + "bbox": [ + 228, + 505, + 381, + 527 + ], + "spans": [], + "index": 20 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 529, + 505, + 553 + ], + "lines": [ + { + "bbox": [ + 106, + 529, + 505, + 542 + ], + "spans": [ + { + "bbox": [ + 106, + 529, + 380, + 542 + ], + "score": 1.0, + "content": "which is a Gaussian random vector with mean zero and covariance", + "type": "text" + }, + { + "bbox": [ + 381, + 530, + 390, + 540 + ], + "score": 0.83, + "content": "\\pmb { \\Sigma }", + "type": "inline_equation" + }, + { + "bbox": [ + 390, + 529, + 433, + 542 + ], + "score": 1.0, + "content": "for which", + "type": "text" + }, + { + "bbox": [ + 434, + 530, + 487, + 541 + ], + "score": 0.91, + "content": "\\forall i : \\Sigma _ { i i } = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 529, + 505, + 542 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 540, + 283, + 553 + ], + "spans": [ + { + "bbox": [ + 106, + 541, + 212, + 553 + ], + "score": 0.92, + "content": "\\forall i \\neq j : \\Sigma _ { i j } \\leq \\epsilon = \\theta K ^ { - 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 213, + 540, + 283, + 553 + ], + "score": 1.0, + "content": ". Thus, we obtain", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 21.5, + "bbox_fs": [ + 106, + 529, + 505, + 553 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 111, + 556, + 497, + 585 + ], + "lines": [ + { + "bbox": [ + 111, + 556, + 497, + 585 + ], + "spans": [ + { + "bbox": [ + 111, + 556, + 497, + 585 + ], + "score": 0.94, + "content": "\\mathbb { P } \\left( \\mathbf { C } \\mathbf { B } > 0 \\right) \\leq \\exp \\left( - N K \\psi \\left( \\theta \\right) + O \\left( N \\log K \\right) \\right) + \\exp \\left[ \\left( \\log \\left( 2 K \\right) ^ { 2 } - \\frac { M \\theta ^ { 2 } } { 2 4 K ^ { 2 } } \\right) \\left( \\frac { L } { K } - 1 \\right) \\right] ,", + "type": "interline_equation", + "image_path": "d062c72c492847d0c1f18addb2f4a2d933e3e9844ef45fb61e6335aa987dcd0a.jpg" + } + ] + } + ], + "index": 24, + "virtual_lines": [ + { + "bbox": [ + 111, + 556, + 497, + 565.6666666666666 + ], + "spans": [], + "index": 23 + }, + { + "bbox": [ + 111, + 565.6666666666666, + 497, + 575.3333333333333 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 111, + 575.3333333333333, + 497, + 584.9999999999999 + ], + "spans": [], + "index": 25 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 599, + 295, + 612 + ], + "lines": [ + { + "bbox": [ + 106, + 597, + 295, + 614 + ], + "spans": [ + { + "bbox": [ + 106, + 597, + 172, + 614 + ], + "score": 1.0, + "content": "where we recall", + "type": "text" + }, + { + "bbox": [ + 172, + 600, + 194, + 612 + ], + "score": 0.92, + "content": "\\psi \\left( \\theta \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 194, + 597, + 295, + 614 + ], + "score": 1.0, + "content": "is defined in eq. (12.17).", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 26, + "bbox_fs": [ + 106, + 597, + 295, + 614 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 616, + 505, + 650 + ], + "lines": [ + { + "bbox": [ + 105, + 616, + 503, + 630 + ], + "spans": [ + { + "bbox": [ + 105, + 616, + 263, + 630 + ], + "score": 1.0, + "content": "Next, we wish to select good values for", + "type": "text" + }, + { + "bbox": [ + 263, + 618, + 270, + 627 + ], + "score": 0.81, + "content": "\\theta", + "type": "inline_equation" + }, + { + "bbox": [ + 270, + 616, + 287, + 630 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 287, + 618, + 297, + 627 + ], + "score": 0.82, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 298, + 616, + 447, + 630 + ], + "score": 1.0, + "content": ", which minimize this bound for large", + "type": "text" + }, + { + "bbox": [ + 447, + 617, + 503, + 629 + ], + "score": 0.92, + "content": "( M , N , L , K )", + "type": "inline_equation" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 627, + 505, + 640 + ], + "spans": [ + { + "bbox": [ + 106, + 627, + 393, + 640 + ], + "score": 1.0, + "content": "Thus, keeping only the first order terms in each exponent (assuming", + "type": "text" + }, + { + "bbox": [ + 393, + 628, + 453, + 639 + ], + "score": 0.9, + "content": "L \\gg K \\gg 1", + "type": "inline_equation" + }, + { + "bbox": [ + 453, + 627, + 505, + 640 + ], + "score": 1.0, + "content": "), we aim to", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 639, + 279, + 651 + ], + "spans": [ + { + "bbox": [ + 106, + 639, + 279, + 651 + ], + "score": 1.0, + "content": "minimize the function as much as possible", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28, + "bbox_fs": [ + 105, + 616, + 505, + 651 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 202, + 654, + 409, + 682 + ], + "lines": [ + { + "bbox": [ + 202, + 654, + 409, + 682 + ], + "spans": [ + { + "bbox": [ + 202, + 654, + 409, + 682 + ], + "score": 0.93, + "content": "f \\left( K , \\theta \\right) \\triangleq \\exp \\left( - N K \\psi \\left( \\theta \\right) \\right) + \\exp \\left( - \\frac { M \\theta ^ { 2 } L } { 2 4 K ^ { 3 } } \\right) .", + "type": "interline_equation", + "image_path": "1ae5ea48a896c2784e5111959286ea52a674e9fafec0fb357d81653b8ec418e5.jpg" + } + ] + } + ], + "index": 30, + "virtual_lines": [ + { + "bbox": [ + 202, + 654, + 409, + 682 + ], + "spans": [], + "index": 30 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 684, + 504, + 707 + ], + "lines": [ + { + "bbox": [ + 106, + 685, + 504, + 696 + ], + "spans": [ + { + "bbox": [ + 106, + 685, + 263, + 696 + ], + "score": 1.0, + "content": "Note that the first term is decreasing in", + "type": "text" + }, + { + "bbox": [ + 263, + 686, + 273, + 694 + ], + "score": 0.83, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 273, + 685, + 483, + 696 + ], + "score": 1.0, + "content": ", while the second term increases. Therefore, for any", + "type": "text" + }, + { + "bbox": [ + 483, + 685, + 489, + 694 + ], + "score": 0.8, + "content": "\\theta", + "type": "inline_equation" + }, + { + "bbox": [ + 490, + 685, + 504, + 696 + ], + "score": 1.0, + "content": "the", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 695, + 497, + 709 + ], + "spans": [ + { + "bbox": [ + 105, + 695, + 222, + 709 + ], + "score": 1.0, + "content": "minimum of this function in", + "type": "text" + }, + { + "bbox": [ + 222, + 697, + 231, + 705 + ], + "score": 0.84, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 232, + 695, + 497, + 709 + ], + "score": 1.0, + "content": "would be approximately achieved when both terms are equal, i.e.,", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 31.5, + "bbox_fs": [ + 105, + 685, + 504, + 709 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 261, + 710, + 349, + 736 + ], + "lines": [ + { + "bbox": [ + 261, + 710, + 349, + 736 + ], + "spans": [ + { + "bbox": [ + 261, + 710, + 349, + 736 + ], + "score": 0.94, + "content": "N K \\psi \\left( \\theta \\right) = \\frac { M \\theta ^ { 2 } L } { 2 4 K ^ { 3 } } ,", + "type": "interline_equation", + "image_path": "93b5891fbb61d899fcfe10b9b0a7a95590e0ebf987546c57c795aa2314f88afd.jpg" + } + ] + } + ], + "index": 33, + "virtual_lines": [ + { + "bbox": [ + 261, + 710, + 349, + 736 + ], + "spans": [], + "index": 33 + } + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 83, + 162, + 93 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 163, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 163, + 95 + ], + "score": 1.0, + "content": "so we choose", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "interline_equation", + "bbox": [ + 247, + 90, + 364, + 121 + ], + "lines": [ + { + "bbox": [ + 247, + 90, + 364, + 121 + ], + "spans": [ + { + "bbox": [ + 247, + 90, + 364, + 121 + ], + "score": 0.95, + "content": "{ \\cal K } \\left( \\theta \\right) = \\left( { \\frac { \\theta ^ { 2 } M L } { 2 4 \\psi \\left( \\theta \\right) N } } \\right) ^ { 1 / 4 } .", + "type": "interline_equation", + "image_path": "388b52d07a6c88ce91624ea496107aebd945676fda8d69e93cce3af934817e11.jpg" + } + ] + } + ], + "index": 1.5, + "virtual_lines": [ + { + "bbox": [ + 247, + 90, + 364, + 105.5 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 247, + 105.5, + 364, + 121.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 122, + 263, + 135 + ], + "lines": [ + { + "bbox": [ + 106, + 122, + 263, + 136 + ], + "spans": [ + { + "bbox": [ + 106, + 122, + 157, + 136 + ], + "score": 1.0, + "content": "Substituting", + "type": "text" + }, + { + "bbox": [ + 157, + 123, + 182, + 135 + ], + "score": 0.92, + "content": "K \\left( \\theta \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 182, + 122, + 201, + 136 + ], + "score": 1.0, + "content": "into", + "type": "text" + }, + { + "bbox": [ + 201, + 123, + 235, + 135 + ], + "score": 0.93, + "content": "f \\left( K , \\theta \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 236, + 122, + 263, + 136 + ], + "score": 1.0, + "content": "yields", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + }, + { + "type": "interline_equation", + "bbox": [ + 201, + 139, + 409, + 173 + ], + "lines": [ + { + "bbox": [ + 201, + 139, + 409, + 173 + ], + "spans": [ + { + "bbox": [ + 201, + 139, + 409, + 173 + ], + "score": 0.93, + "content": "f \\left( K \\left( \\theta \\right) , \\theta \\right) = 2 \\exp \\left( - N \\left[ \\frac { \\psi ^ { 3 } \\left( \\theta \\right) \\theta ^ { 2 } M L } { 2 4 N } \\right] ^ { 1 / 4 } \\right) .", + "type": "interline_equation", + "image_path": "2dcba8492ca11e9de048b7def965ec4068a0ca897e5872cdaef94ca5ee040bdf.jpg" + } + ] + } + ], + "index": 4.5, + "virtual_lines": [ + { + "bbox": [ + 201, + 139, + 409, + 156.0 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 201, + 156.0, + 409, + 173.0 + ], + "spans": [], + "index": 5 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 178, + 505, + 201 + ], + "lines": [ + { + "bbox": [ + 105, + 177, + 505, + 191 + ], + "spans": [ + { + "bbox": [ + 105, + 177, + 227, + 191 + ], + "score": 1.0, + "content": "To minimize this function in", + "type": "text" + }, + { + "bbox": [ + 227, + 179, + 234, + 189 + ], + "score": 0.79, + "content": "\\theta", + "type": "inline_equation" + }, + { + "bbox": [ + 234, + 177, + 382, + 191 + ], + "score": 1.0, + "content": ", we need to maximize the function", + "type": "text" + }, + { + "bbox": [ + 383, + 178, + 420, + 191 + ], + "score": 0.93, + "content": "\\psi ^ { 3 } \\left( \\theta \\right) \\theta ^ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 421, + 177, + 505, + 191 + ], + "score": 1.0, + "content": "(which has a single", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 190, + 284, + 201 + ], + "spans": [ + { + "bbox": [ + 106, + 190, + 284, + 201 + ], + "score": 1.0, + "content": "maximum). Doing this numerically gives us", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6.5 + }, + { + "type": "interline_equation", + "bbox": [ + 197, + 205, + 413, + 220 + ], + "lines": [ + { + "bbox": [ + 197, + 205, + 413, + 220 + ], + "spans": [ + { + "bbox": [ + 197, + 205, + 413, + 220 + ], + "score": 0.88, + "content": "\\theta _ { * } \\approx 2 3 . 2 5 ; \\psi \\left( \\theta _ { * } \\right) \\approx 0 . 1 0 6 2 ; \\psi ^ { 3 } \\left( \\theta _ { * } \\right) \\theta _ { * } ^ { 2 } \\approx 0 . 6 4 7 8 .", + "type": "interline_equation", + "image_path": "f3863d4a882a35485e8d0e72f3151d723414518fe330ed3e35d38cdf90f45cea.jpg" + } + ] + } + ], + "index": 8, + "virtual_lines": [ + { + "bbox": [ + 197, + 205, + 413, + 220 + ], + "spans": [], + "index": 8 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 224, + 365, + 236 + ], + "lines": [ + { + "bbox": [ + 105, + 223, + 365, + 238 + ], + "spans": [ + { + "bbox": [ + 105, + 223, + 365, + 238 + ], + "score": 1.0, + "content": "Substituting eqs. (12.27) and (12.28) into eq. (12.25), we obtain", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 9 + }, + { + "type": "interline_equation", + "bbox": [ + 173, + 240, + 437, + 358 + ], + "lines": [ + { + "bbox": [ + 173, + 240, + 437, + 358 + ], + "spans": [ + { + "bbox": [ + 173, + 240, + 437, + 358 + ], + "score": 0.97, + "content": "\\begin{array} { r l } & { \\mathbb { P } \\left( \\mathbf { C } \\mathbf { B } > 0 \\right) } \\\\ & { \\leq \\exp \\left( - N \\left[ \\frac { M L } { 3 7 . 0 5 N } \\right] ^ { 1 / 4 } + O \\left( N \\log K \\right) \\right) } \\\\ & { + \\exp \\left[ - N \\left[ \\frac { M L } { 3 7 . 0 5 N } \\right] ^ { 1 / 4 } + 2 L \\frac { \\log K } { K } + \\frac { M \\theta ^ { 2 } } { 2 4 K ^ { 2 } } - \\log \\left( 2 K ^ { 2 } \\right) \\right] } \\\\ & { \\leq \\exp \\left( - N \\left[ \\frac { M L } { 3 7 . 0 5 N } \\right] ^ { 1 / 4 } + O \\left( N \\log \\left( \\frac { M L } { N } \\right) \\right) \\right) , } \\end{array}", + "type": "interline_equation", + "image_path": "e1c6049da1a1a73d233eee0483fecccbd48ff299ffe851950ae2fc0f58648b6e.jpg" + } + ] + } + ], + "index": 11, + "virtual_lines": [ + { + "bbox": [ + 173, + 240, + 437, + 279.3333333333333 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 173, + 279.3333333333333, + 437, + 318.66666666666663 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 173, + 318.66666666666663, + 437, + 357.99999999999994 + ], + "spans": [], + "index": 12 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 361, + 504, + 387 + ], + "lines": [ + { + "bbox": [ + 105, + 361, + 505, + 376 + ], + "spans": [ + { + "bbox": [ + 105, + 361, + 234, + 376 + ], + "score": 1.0, + "content": "where in the last line we used", + "type": "text" + }, + { + "bbox": [ + 235, + 362, + 307, + 374 + ], + "score": 0.86, + "content": "N \\geq L , N \\geq M", + "type": "inline_equation" + }, + { + "bbox": [ + 307, + 361, + 326, + 376 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 327, + 362, + 415, + 375 + ], + "score": 0.91, + "content": "\\operatorname* { m i n } \\left[ N , M , L \\right] \\dot { > } \\alpha \\dot { > } 1", + "type": "inline_equation" + }, + { + "bbox": [ + 415, + 361, + 505, + 376 + ], + "score": 1.0, + "content": ". Taking the log, and", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 374, + 260, + 388 + ], + "spans": [ + { + "bbox": [ + 105, + 374, + 144, + 388 + ], + "score": 1.0, + "content": "denoting", + "type": "text" + }, + { + "bbox": [ + 144, + 374, + 196, + 387 + ], + "score": 0.93, + "content": "\\alpha \\triangleq M L / N", + "type": "inline_equation" + }, + { + "bbox": [ + 196, + 374, + 260, + 388 + ], + "score": 1.0, + "content": ", we thus obtain", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 13.5 + }, + { + "type": "interline_equation", + "bbox": [ + 207, + 391, + 402, + 407 + ], + "lines": [ + { + "bbox": [ + 207, + 391, + 402, + 407 + ], + "spans": [ + { + "bbox": [ + 207, + 391, + 402, + 407 + ], + "score": 0.88, + "content": "\\begin{array} { r } { \\log \\mathbb { P } \\left( \\mathbf { C B } > 0 \\right) \\le - 0 . 4 N \\alpha ^ { 1 / 4 } + O \\left( N \\log \\alpha \\right) , } \\end{array}", + "type": "interline_equation", + "image_path": "bbb40ca39754ca609ff4f7962feb6b2b034e3d6237b19b321a1e99e003c0d7ba.jpg" + } + ] + } + ], + "index": 15, + "virtual_lines": [ + { + "bbox": [ + 207, + 391, + 402, + 407 + ], + "spans": [], + "index": 15 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 411, + 427, + 424 + ], + "lines": [ + { + "bbox": [ + 105, + 410, + 428, + 425 + ], + "spans": [ + { + "bbox": [ + 105, + 410, + 214, + 425 + ], + "score": 1.0, + "content": "Therefore, in the limit that", + "type": "text" + }, + { + "bbox": [ + 214, + 412, + 250, + 422 + ], + "score": 0.91, + "content": "N \\to \\infty", + "type": "inline_equation" + }, + { + "bbox": [ + 250, + 410, + 268, + 425 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 268, + 412, + 320, + 424 + ], + "score": 0.92, + "content": "\\alpha ( N ) \\infty", + "type": "inline_equation" + }, + { + "bbox": [ + 320, + 410, + 343, + 425 + ], + "score": 1.0, + "content": ", with", + "type": "text" + }, + { + "bbox": [ + 344, + 412, + 388, + 424 + ], + "score": 0.93, + "content": "\\alpha \\left( N \\right) \\dot { < } N", + "type": "inline_equation" + }, + { + "bbox": [ + 388, + 410, + 428, + 425 + ], + "score": 1.0, + "content": ", we have", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16 + }, + { + "type": "interline_equation", + "bbox": [ + 231, + 428, + 379, + 450 + ], + "lines": [ + { + "bbox": [ + 231, + 428, + 379, + 450 + ], + "spans": [ + { + "bbox": [ + 231, + 428, + 379, + 450 + ], + "score": 0.92, + "content": "\\begin{array} { r } { \\mathbb { P } \\left( \\mathbf { C B } > 0 \\right) \\dot { \\leq } \\exp \\left( - 0 . 4 N \\alpha ^ { 1 / 4 } \\right) . } \\end{array}", + "type": "interline_equation", + "image_path": "7370e6868104035fed18a36a01a9dd5aa15dfa920fb0233402f7ed6fd9df2bd5.jpg" + } + ] + } + ], + "index": 17, + "virtual_lines": [ + { + "bbox": [ + 231, + 428, + 379, + 450 + ], + "spans": [], + "index": 17 + } + ] + }, + { + "type": "title", + "bbox": [ + 106, + 482, + 503, + 509 + ], + "lines": [ + { + "bbox": [ + 106, + 480, + 503, + 495 + ], + "spans": [ + { + "bbox": [ + 106, + 480, + 503, + 495 + ], + "score": 1.0, + "content": "13 LOWER BOUNDING THE ANGULAR VOLUME OF GLOBAL MINIMA: PROOF", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 131, + 496, + 304, + 508 + ], + "spans": [ + { + "bbox": [ + 131, + 496, + 304, + 508 + ], + "score": 1.0, + "content": "OF LEMMAS USED IN SECTION 10", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 18.5 + }, + { + "type": "title", + "bbox": [ + 106, + 520, + 349, + 532 + ], + "lines": [ + { + "bbox": [ + 106, + 520, + 349, + 533 + ], + "spans": [ + { + "bbox": [ + 106, + 520, + 349, + 533 + ], + "score": 1.0, + "content": "13.1 ANGLES BETWEEN RANDOM GAUSSIAN VECTORS", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 20 + }, + { + "type": "text", + "bbox": [ + 104, + 540, + 483, + 553 + ], + "lines": [ + { + "bbox": [ + 105, + 540, + 484, + 554 + ], + "spans": [ + { + "bbox": [ + 105, + 540, + 484, + 554 + ], + "score": 1.0, + "content": "To prove the results in the next appendix sections, we will rely on the following basic Lemma.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 21 + }, + { + "type": "text", + "bbox": [ + 107, + 555, + 344, + 568 + ], + "lines": [ + { + "bbox": [ + 105, + 554, + 347, + 570 + ], + "spans": [ + { + "bbox": [ + 105, + 554, + 245, + 570 + ], + "score": 1.0, + "content": "Lemma 39. For any vector y and", + "type": "text" + }, + { + "bbox": [ + 246, + 555, + 307, + 568 + ], + "score": 0.92, + "content": "\\mathbf { x } \\sim \\mathcal { N } \\left( 0 , \\mathbf { I } _ { d _ { 0 } } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 308, + 554, + 347, + 570 + ], + "score": 1.0, + "content": ", we have", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 22 + }, + { + "type": "interline_equation", + "bbox": [ + 200, + 572, + 411, + 604 + ], + "lines": [ + { + "bbox": [ + 200, + 572, + 411, + 604 + ], + "spans": [ + { + "bbox": [ + 200, + 572, + 411, + 604 + ], + "score": 0.87, + "content": "\\mathbb { P } \\left( \\left| \\frac { \\mathbf { x } ^ { \\top } \\mathbf { y } } { \\left\\| \\mathbf { x } \\right\\| \\left\\| \\mathbf { y } \\right\\| } \\right| > \\cos \\left( \\epsilon \\right) \\right) \\geq \\frac { 2 \\sin \\left( \\epsilon \\right) ^ { d _ { 0 } - 1 } } { \\left( d _ { 0 } - 1 \\right) B \\left( \\frac { 1 } { 2 } , \\frac { d _ { 0 } - 1 } { 2 } \\right) }", + "type": "interline_equation", + "image_path": "fa42f9918e706f749d456c684981ab6c710b282b72ef98328705a2dbab9e7753.jpg" + } + ] + } + ], + "index": 23.5, + "virtual_lines": [ + { + "bbox": [ + 200, + 572, + 411, + 588.0 + ], + "spans": [], + "index": 23 + }, + { + "bbox": [ + 200, + 588.0, + 411, + 604.0 + ], + "spans": [], + "index": 24 + } + ] + }, + { + "type": "interline_equation", + "bbox": [ + 227, + 614, + 383, + 645 + ], + "lines": [ + { + "bbox": [ + 227, + 614, + 383, + 645 + ], + "spans": [ + { + "bbox": [ + 227, + 614, + 383, + 645 + ], + "score": 0.92, + "content": "\\mathbb { P } \\left( \\left| \\frac { \\mathbf { x } ^ { \\top } \\mathbf { y } } { \\left\\| \\mathbf { x } \\right\\| \\left\\| \\mathbf { y } \\right\\| } \\right| < u \\right) \\leq \\frac { 2 u } { B \\left( \\frac { 1 } { 2 } , \\frac { d _ { 0 } - 1 } { 2 } \\right) } ,", + "type": "interline_equation", + "image_path": "3a77ddb5663511a0017617697064e848face4733888d795d7da832e0b5771c7e.jpg" + } + ] + } + ], + "index": 25.5, + "virtual_lines": [ + { + "bbox": [ + 227, + 614, + 383, + 629.5 + ], + "spans": [], + "index": 25 + }, + { + "bbox": [ + 227, + 629.5, + 383, + 645.0 + ], + "spans": [], + "index": 26 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 649, + 306, + 662 + ], + "lines": [ + { + "bbox": [ + 106, + 649, + 306, + 662 + ], + "spans": [ + { + "bbox": [ + 106, + 649, + 190, + 662 + ], + "score": 1.0, + "content": "where we recall that", + "type": "text" + }, + { + "bbox": [ + 190, + 649, + 224, + 662 + ], + "score": 0.93, + "content": "B \\left( x , y \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 224, + 649, + 306, + 662 + ], + "score": 1.0, + "content": "is the beta function.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 27 + }, + { + "type": "text", + "bbox": [ + 106, + 674, + 506, + 699 + ], + "lines": [ + { + "bbox": [ + 105, + 673, + 506, + 689 + ], + "spans": [ + { + "bbox": [ + 105, + 673, + 162, + 689 + ], + "score": 1.0, + "content": "Proof. Since", + "type": "text" + }, + { + "bbox": [ + 162, + 676, + 205, + 688 + ], + "score": 0.92, + "content": "\\mathcal { N } ( 0 , \\mathbf { I } _ { d _ { 0 } } )", + "type": "inline_equation" + }, + { + "bbox": [ + 205, + 673, + 361, + 689 + ], + "score": 1.0, + "content": "is spherically symmetric, we can set", + "type": "text" + }, + { + "bbox": [ + 361, + 673, + 435, + 688 + ], + "score": 0.92, + "content": "\\mathbf { y } = \\left[ 1 , 0 \\ldots , 0 \\right] ^ { \\top }", + "type": "inline_equation" + }, + { + "bbox": [ + 436, + 673, + 506, + 689 + ], + "score": 1.0, + "content": ", without loss of", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 686, + 196, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 686, + 196, + 700 + ], + "score": 1.0, + "content": "generality. Therefore,", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28.5 + }, + { + "type": "interline_equation", + "bbox": [ + 201, + 703, + 408, + 736 + ], + "lines": [ + { + "bbox": [ + 201, + 703, + 408, + 736 + ], + "spans": [ + { + "bbox": [ + 201, + 703, + 408, + 736 + ], + "score": 0.93, + "content": "\\left| { \\frac { \\mathbf { x } ^ { \\top } \\mathbf { y } } { \\left\\| \\mathbf { x } \\right\\| \\left\\| \\mathbf { y } \\right\\| } } \\right| ^ { 2 } = { \\frac { x _ { 1 } ^ { 2 } } { x _ { 1 } ^ { 2 } + \\sum _ { i = 2 } ^ { d _ { 0 } } x _ { i } ^ { 2 } } } \\sim { \\mathcal { B } } \\left( { \\frac { 1 } { 2 } } , { \\frac { d _ { 0 } - 1 } { 2 } } \\right) ,", + "type": "interline_equation", + "image_path": "64282d6dabc67496b878a59318c54049889bb14ef87d747dd604972e9df39a48.jpg" + } + ] + } + ], + "index": 30.5, + "virtual_lines": [ + { + "bbox": [ + 201, + 703, + 408, + 719.5 + ], + "spans": [], + "index": 30 + }, + { + "bbox": [ + 201, + 719.5, + 408, + 736.0 + ], + "spans": [], + "index": 31 + } + ] + } + ], + "page_idx": 28, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 26, + 308, + 38 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 309, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 309, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 298, + 750, + 313, + 765 + ], + "spans": [ + { + "bbox": [ + 298, + 750, + 313, + 765 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 15, + "width": 15 + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 494, + 454, + 505, + 465 + ], + "lines": [ + { + "bbox": [ + 496, + 456, + 505, + 466 + ], + "spans": [ + { + "bbox": [ + 496, + 456, + 505, + 466 + ], + "score": 1.0, + "content": "□", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 83, + 162, + 93 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 163, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 163, + 95 + ], + "score": 1.0, + "content": "so we choose", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0, + "bbox_fs": [ + 106, + 82, + 163, + 95 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 247, + 90, + 364, + 121 + ], + "lines": [ + { + "bbox": [ + 247, + 90, + 364, + 121 + ], + "spans": [ + { + "bbox": [ + 247, + 90, + 364, + 121 + ], + "score": 0.95, + "content": "{ \\cal K } \\left( \\theta \\right) = \\left( { \\frac { \\theta ^ { 2 } M L } { 2 4 \\psi \\left( \\theta \\right) N } } \\right) ^ { 1 / 4 } .", + "type": "interline_equation", + "image_path": "388b52d07a6c88ce91624ea496107aebd945676fda8d69e93cce3af934817e11.jpg" + } + ] + } + ], + "index": 1.5, + "virtual_lines": [ + { + "bbox": [ + 247, + 90, + 364, + 105.5 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 247, + 105.5, + 364, + 121.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 122, + 263, + 135 + ], + "lines": [ + { + "bbox": [ + 106, + 122, + 263, + 136 + ], + "spans": [ + { + "bbox": [ + 106, + 122, + 157, + 136 + ], + "score": 1.0, + "content": "Substituting", + "type": "text" + }, + { + "bbox": [ + 157, + 123, + 182, + 135 + ], + "score": 0.92, + "content": "K \\left( \\theta \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 182, + 122, + 201, + 136 + ], + "score": 1.0, + "content": "into", + "type": "text" + }, + { + "bbox": [ + 201, + 123, + 235, + 135 + ], + "score": 0.93, + "content": "f \\left( K , \\theta \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 236, + 122, + 263, + 136 + ], + "score": 1.0, + "content": "yields", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3, + "bbox_fs": [ + 106, + 122, + 263, + 136 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 201, + 139, + 409, + 173 + ], + "lines": [ + { + "bbox": [ + 201, + 139, + 409, + 173 + ], + "spans": [ + { + "bbox": [ + 201, + 139, + 409, + 173 + ], + "score": 0.93, + "content": "f \\left( K \\left( \\theta \\right) , \\theta \\right) = 2 \\exp \\left( - N \\left[ \\frac { \\psi ^ { 3 } \\left( \\theta \\right) \\theta ^ { 2 } M L } { 2 4 N } \\right] ^ { 1 / 4 } \\right) .", + "type": "interline_equation", + "image_path": "2dcba8492ca11e9de048b7def965ec4068a0ca897e5872cdaef94ca5ee040bdf.jpg" + } + ] + } + ], + "index": 4.5, + "virtual_lines": [ + { + "bbox": [ + 201, + 139, + 409, + 156.0 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 201, + 156.0, + 409, + 173.0 + ], + "spans": [], + "index": 5 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 178, + 505, + 201 + ], + "lines": [ + { + "bbox": [ + 105, + 177, + 505, + 191 + ], + "spans": [ + { + "bbox": [ + 105, + 177, + 227, + 191 + ], + "score": 1.0, + "content": "To minimize this function in", + "type": "text" + }, + { + "bbox": [ + 227, + 179, + 234, + 189 + ], + "score": 0.79, + "content": "\\theta", + "type": "inline_equation" + }, + { + "bbox": [ + 234, + 177, + 382, + 191 + ], + "score": 1.0, + "content": ", we need to maximize the function", + "type": "text" + }, + { + "bbox": [ + 383, + 178, + 420, + 191 + ], + "score": 0.93, + "content": "\\psi ^ { 3 } \\left( \\theta \\right) \\theta ^ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 421, + 177, + 505, + 191 + ], + "score": 1.0, + "content": "(which has a single", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 190, + 284, + 201 + ], + "spans": [ + { + "bbox": [ + 106, + 190, + 284, + 201 + ], + "score": 1.0, + "content": "maximum). Doing this numerically gives us", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6.5, + "bbox_fs": [ + 105, + 177, + 505, + 201 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 197, + 205, + 413, + 220 + ], + "lines": [ + { + "bbox": [ + 197, + 205, + 413, + 220 + ], + "spans": [ + { + "bbox": [ + 197, + 205, + 413, + 220 + ], + "score": 0.88, + "content": "\\theta _ { * } \\approx 2 3 . 2 5 ; \\psi \\left( \\theta _ { * } \\right) \\approx 0 . 1 0 6 2 ; \\psi ^ { 3 } \\left( \\theta _ { * } \\right) \\theta _ { * } ^ { 2 } \\approx 0 . 6 4 7 8 .", + "type": "interline_equation", + "image_path": "f3863d4a882a35485e8d0e72f3151d723414518fe330ed3e35d38cdf90f45cea.jpg" + } + ] + } + ], + "index": 8, + "virtual_lines": [ + { + "bbox": [ + 197, + 205, + 413, + 220 + ], + "spans": [], + "index": 8 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 224, + 365, + 236 + ], + "lines": [ + { + "bbox": [ + 105, + 223, + 365, + 238 + ], + "spans": [ + { + "bbox": [ + 105, + 223, + 365, + 238 + ], + "score": 1.0, + "content": "Substituting eqs. (12.27) and (12.28) into eq. (12.25), we obtain", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 9, + "bbox_fs": [ + 105, + 223, + 365, + 238 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 173, + 240, + 437, + 358 + ], + "lines": [ + { + "bbox": [ + 173, + 240, + 437, + 358 + ], + "spans": [ + { + "bbox": [ + 173, + 240, + 437, + 358 + ], + "score": 0.97, + "content": "\\begin{array} { r l } & { \\mathbb { P } \\left( \\mathbf { C } \\mathbf { B } > 0 \\right) } \\\\ & { \\leq \\exp \\left( - N \\left[ \\frac { M L } { 3 7 . 0 5 N } \\right] ^ { 1 / 4 } + O \\left( N \\log K \\right) \\right) } \\\\ & { + \\exp \\left[ - N \\left[ \\frac { M L } { 3 7 . 0 5 N } \\right] ^ { 1 / 4 } + 2 L \\frac { \\log K } { K } + \\frac { M \\theta ^ { 2 } } { 2 4 K ^ { 2 } } - \\log \\left( 2 K ^ { 2 } \\right) \\right] } \\\\ & { \\leq \\exp \\left( - N \\left[ \\frac { M L } { 3 7 . 0 5 N } \\right] ^ { 1 / 4 } + O \\left( N \\log \\left( \\frac { M L } { N } \\right) \\right) \\right) , } \\end{array}", + "type": "interline_equation", + "image_path": "e1c6049da1a1a73d233eee0483fecccbd48ff299ffe851950ae2fc0f58648b6e.jpg" + } + ] + } + ], + "index": 11, + "virtual_lines": [ + { + "bbox": [ + 173, + 240, + 437, + 279.3333333333333 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 173, + 279.3333333333333, + 437, + 318.66666666666663 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 173, + 318.66666666666663, + 437, + 357.99999999999994 + ], + "spans": [], + "index": 12 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 361, + 504, + 387 + ], + "lines": [ + { + "bbox": [ + 105, + 361, + 505, + 376 + ], + "spans": [ + { + "bbox": [ + 105, + 361, + 234, + 376 + ], + "score": 1.0, + "content": "where in the last line we used", + "type": "text" + }, + { + "bbox": [ + 235, + 362, + 307, + 374 + ], + "score": 0.86, + "content": "N \\geq L , N \\geq M", + "type": "inline_equation" + }, + { + "bbox": [ + 307, + 361, + 326, + 376 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 327, + 362, + 415, + 375 + ], + "score": 0.91, + "content": "\\operatorname* { m i n } \\left[ N , M , L \\right] \\dot { > } \\alpha \\dot { > } 1", + "type": "inline_equation" + }, + { + "bbox": [ + 415, + 361, + 505, + 376 + ], + "score": 1.0, + "content": ". Taking the log, and", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 374, + 260, + 388 + ], + "spans": [ + { + "bbox": [ + 105, + 374, + 144, + 388 + ], + "score": 1.0, + "content": "denoting", + "type": "text" + }, + { + "bbox": [ + 144, + 374, + 196, + 387 + ], + "score": 0.93, + "content": "\\alpha \\triangleq M L / N", + "type": "inline_equation" + }, + { + "bbox": [ + 196, + 374, + 260, + 388 + ], + "score": 1.0, + "content": ", we thus obtain", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 13.5, + "bbox_fs": [ + 105, + 361, + 505, + 388 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 207, + 391, + 402, + 407 + ], + "lines": [ + { + "bbox": [ + 207, + 391, + 402, + 407 + ], + "spans": [ + { + "bbox": [ + 207, + 391, + 402, + 407 + ], + "score": 0.88, + "content": "\\begin{array} { r } { \\log \\mathbb { P } \\left( \\mathbf { C B } > 0 \\right) \\le - 0 . 4 N \\alpha ^ { 1 / 4 } + O \\left( N \\log \\alpha \\right) , } \\end{array}", + "type": "interline_equation", + "image_path": "bbb40ca39754ca609ff4f7962feb6b2b034e3d6237b19b321a1e99e003c0d7ba.jpg" + } + ] + } + ], + "index": 15, + "virtual_lines": [ + { + "bbox": [ + 207, + 391, + 402, + 407 + ], + "spans": [], + "index": 15 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 411, + 427, + 424 + ], + "lines": [ + { + "bbox": [ + 105, + 410, + 428, + 425 + ], + "spans": [ + { + "bbox": [ + 105, + 410, + 214, + 425 + ], + "score": 1.0, + "content": "Therefore, in the limit that", + "type": "text" + }, + { + "bbox": [ + 214, + 412, + 250, + 422 + ], + "score": 0.91, + "content": "N \\to \\infty", + "type": "inline_equation" + }, + { + "bbox": [ + 250, + 410, + 268, + 425 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 268, + 412, + 320, + 424 + ], + "score": 0.92, + "content": "\\alpha ( N ) \\infty", + "type": "inline_equation" + }, + { + "bbox": [ + 320, + 410, + 343, + 425 + ], + "score": 1.0, + "content": ", with", + "type": "text" + }, + { + "bbox": [ + 344, + 412, + 388, + 424 + ], + "score": 0.93, + "content": "\\alpha \\left( N \\right) \\dot { < } N", + "type": "inline_equation" + }, + { + "bbox": [ + 388, + 410, + 428, + 425 + ], + "score": 1.0, + "content": ", we have", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16, + "bbox_fs": [ + 105, + 410, + 428, + 425 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 231, + 428, + 379, + 450 + ], + "lines": [ + { + "bbox": [ + 231, + 428, + 379, + 450 + ], + "spans": [ + { + "bbox": [ + 231, + 428, + 379, + 450 + ], + "score": 0.92, + "content": "\\begin{array} { r } { \\mathbb { P } \\left( \\mathbf { C B } > 0 \\right) \\dot { \\leq } \\exp \\left( - 0 . 4 N \\alpha ^ { 1 / 4 } \\right) . } \\end{array}", + "type": "interline_equation", + "image_path": "7370e6868104035fed18a36a01a9dd5aa15dfa920fb0233402f7ed6fd9df2bd5.jpg" + } + ] + } + ], + "index": 17, + "virtual_lines": [ + { + "bbox": [ + 231, + 428, + 379, + 450 + ], + "spans": [], + "index": 17 + } + ] + }, + { + "type": "title", + "bbox": [ + 106, + 482, + 503, + 509 + ], + "lines": [ + { + "bbox": [ + 106, + 480, + 503, + 495 + ], + "spans": [ + { + "bbox": [ + 106, + 480, + 503, + 495 + ], + "score": 1.0, + "content": "13 LOWER BOUNDING THE ANGULAR VOLUME OF GLOBAL MINIMA: PROOF", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 131, + 496, + 304, + 508 + ], + "spans": [ + { + "bbox": [ + 131, + 496, + 304, + 508 + ], + "score": 1.0, + "content": "OF LEMMAS USED IN SECTION 10", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 18.5 + }, + { + "type": "title", + "bbox": [ + 106, + 520, + 349, + 532 + ], + "lines": [ + { + "bbox": [ + 106, + 520, + 349, + 533 + ], + "spans": [ + { + "bbox": [ + 106, + 520, + 349, + 533 + ], + "score": 1.0, + "content": "13.1 ANGLES BETWEEN RANDOM GAUSSIAN VECTORS", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 20 + }, + { + "type": "text", + "bbox": [ + 104, + 540, + 483, + 553 + ], + "lines": [ + { + "bbox": [ + 105, + 540, + 484, + 554 + ], + "spans": [ + { + "bbox": [ + 105, + 540, + 484, + 554 + ], + "score": 1.0, + "content": "To prove the results in the next appendix sections, we will rely on the following basic Lemma.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 21, + "bbox_fs": [ + 105, + 540, + 484, + 554 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 555, + 344, + 568 + ], + "lines": [ + { + "bbox": [ + 105, + 554, + 347, + 570 + ], + "spans": [ + { + "bbox": [ + 105, + 554, + 245, + 570 + ], + "score": 1.0, + "content": "Lemma 39. For any vector y and", + "type": "text" + }, + { + "bbox": [ + 246, + 555, + 307, + 568 + ], + "score": 0.92, + "content": "\\mathbf { x } \\sim \\mathcal { N } \\left( 0 , \\mathbf { I } _ { d _ { 0 } } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 308, + 554, + 347, + 570 + ], + "score": 1.0, + "content": ", we have", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 22, + "bbox_fs": [ + 105, + 554, + 347, + 570 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 200, + 572, + 411, + 604 + ], + "lines": [ + { + "bbox": [ + 200, + 572, + 411, + 604 + ], + "spans": [ + { + "bbox": [ + 200, + 572, + 411, + 604 + ], + "score": 0.87, + "content": "\\mathbb { P } \\left( \\left| \\frac { \\mathbf { x } ^ { \\top } \\mathbf { y } } { \\left\\| \\mathbf { x } \\right\\| \\left\\| \\mathbf { y } \\right\\| } \\right| > \\cos \\left( \\epsilon \\right) \\right) \\geq \\frac { 2 \\sin \\left( \\epsilon \\right) ^ { d _ { 0 } - 1 } } { \\left( d _ { 0 } - 1 \\right) B \\left( \\frac { 1 } { 2 } , \\frac { d _ { 0 } - 1 } { 2 } \\right) }", + "type": "interline_equation", + "image_path": "fa42f9918e706f749d456c684981ab6c710b282b72ef98328705a2dbab9e7753.jpg" + } + ] + } + ], + "index": 23.5, + "virtual_lines": [ + { + "bbox": [ + 200, + 572, + 411, + 588.0 + ], + "spans": [], + "index": 23 + }, + { + "bbox": [ + 200, + 588.0, + 411, + 604.0 + ], + "spans": [], + "index": 24 + } + ] + }, + { + "type": "interline_equation", + "bbox": [ + 227, + 614, + 383, + 645 + ], + "lines": [ + { + "bbox": [ + 227, + 614, + 383, + 645 + ], + "spans": [ + { + "bbox": [ + 227, + 614, + 383, + 645 + ], + "score": 0.92, + "content": "\\mathbb { P } \\left( \\left| \\frac { \\mathbf { x } ^ { \\top } \\mathbf { y } } { \\left\\| \\mathbf { x } \\right\\| \\left\\| \\mathbf { y } \\right\\| } \\right| < u \\right) \\leq \\frac { 2 u } { B \\left( \\frac { 1 } { 2 } , \\frac { d _ { 0 } - 1 } { 2 } \\right) } ,", + "type": "interline_equation", + "image_path": "3a77ddb5663511a0017617697064e848face4733888d795d7da832e0b5771c7e.jpg" + } + ] + } + ], + "index": 25.5, + "virtual_lines": [ + { + "bbox": [ + 227, + 614, + 383, + 629.5 + ], + "spans": [], + "index": 25 + }, + { + "bbox": [ + 227, + 629.5, + 383, + 645.0 + ], + "spans": [], + "index": 26 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 649, + 306, + 662 + ], + "lines": [ + { + "bbox": [ + 106, + 649, + 306, + 662 + ], + "spans": [ + { + "bbox": [ + 106, + 649, + 190, + 662 + ], + "score": 1.0, + "content": "where we recall that", + "type": "text" + }, + { + "bbox": [ + 190, + 649, + 224, + 662 + ], + "score": 0.93, + "content": "B \\left( x , y \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 224, + 649, + 306, + 662 + ], + "score": 1.0, + "content": "is the beta function.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 27, + "bbox_fs": [ + 106, + 649, + 306, + 662 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 674, + 506, + 699 + ], + "lines": [ + { + "bbox": [ + 105, + 673, + 506, + 689 + ], + "spans": [ + { + "bbox": [ + 105, + 673, + 162, + 689 + ], + "score": 1.0, + "content": "Proof. Since", + "type": "text" + }, + { + "bbox": [ + 162, + 676, + 205, + 688 + ], + "score": 0.92, + "content": "\\mathcal { N } ( 0 , \\mathbf { I } _ { d _ { 0 } } )", + "type": "inline_equation" + }, + { + "bbox": [ + 205, + 673, + 361, + 689 + ], + "score": 1.0, + "content": "is spherically symmetric, we can set", + "type": "text" + }, + { + "bbox": [ + 361, + 673, + 435, + 688 + ], + "score": 0.92, + "content": "\\mathbf { y } = \\left[ 1 , 0 \\ldots , 0 \\right] ^ { \\top }", + "type": "inline_equation" + }, + { + "bbox": [ + 436, + 673, + 506, + 689 + ], + "score": 1.0, + "content": ", without loss of", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 686, + 196, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 686, + 196, + 700 + ], + "score": 1.0, + "content": "generality. Therefore,", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28.5, + "bbox_fs": [ + 105, + 673, + 506, + 700 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 201, + 703, + 408, + 736 + ], + "lines": [ + { + "bbox": [ + 201, + 703, + 408, + 736 + ], + "spans": [ + { + "bbox": [ + 201, + 703, + 408, + 736 + ], + "score": 0.93, + "content": "\\left| { \\frac { \\mathbf { x } ^ { \\top } \\mathbf { y } } { \\left\\| \\mathbf { x } \\right\\| \\left\\| \\mathbf { y } \\right\\| } } \\right| ^ { 2 } = { \\frac { x _ { 1 } ^ { 2 } } { x _ { 1 } ^ { 2 } + \\sum _ { i = 2 } ^ { d _ { 0 } } x _ { i } ^ { 2 } } } \\sim { \\mathcal { B } } \\left( { \\frac { 1 } { 2 } } , { \\frac { d _ { 0 } - 1 } { 2 } } \\right) ,", + "type": "interline_equation", + "image_path": "64282d6dabc67496b878a59318c54049889bb14ef87d747dd604972e9df39a48.jpg" + } + ] + } + ], + "index": 30.5, + "virtual_lines": [ + { + "bbox": [ + 201, + 703, + 408, + 719.5 + ], + "spans": [], + "index": 30 + }, + { + "bbox": [ + 201, + 719.5, + 408, + 736.0 + ], + "spans": [], + "index": 31 + } + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 80, + 504, + 106 + ], + "lines": [ + { + "bbox": [ + 102, + 76, + 508, + 100 + ], + "spans": [ + { + "bbox": [ + 102, + 76, + 219, + 100 + ], + "score": 1.0, + "content": "the Beta distribution, since", + "type": "text" + }, + { + "bbox": [ + 220, + 81, + 272, + 95 + ], + "score": 0.92, + "content": "x _ { 1 } ^ { 2 } \\sim \\chi ^ { 2 } ( 1 )", + "type": "inline_equation" + }, + { + "bbox": [ + 272, + 76, + 291, + 100 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 291, + 80, + 390, + 95 + ], + "score": 0.92, + "content": "{ \\textstyle \\sum _ { i = 2 } ^ { d _ { 0 } } x _ { i } ^ { 2 } \\sim \\chi ^ { 2 } \\left( d _ { 0 } - 1 \\right) }", + "type": "inline_equation" + }, + { + "bbox": [ + 390, + 76, + 508, + 100 + ], + "score": 1.0, + "content": "are independent chi-square", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 179, + 105 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 179, + 105 + ], + "score": 1.0, + "content": "random variables.", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "text", + "bbox": [ + 107, + 110, + 294, + 123 + ], + "lines": [ + { + "bbox": [ + 106, + 109, + 290, + 125 + ], + "spans": [ + { + "bbox": [ + 106, + 109, + 143, + 125 + ], + "score": 1.0, + "content": "Suppose", + "type": "text" + }, + { + "bbox": [ + 143, + 110, + 198, + 123 + ], + "score": 0.84, + "content": "Z \\sim B \\left( \\alpha , \\beta \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 198, + 109, + 201, + 125 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 202, + 110, + 243, + 123 + ], + "score": 0.89, + "content": "\\alpha \\in ( 0 , 1 )", + "type": "inline_equation" + }, + { + "bbox": [ + 244, + 109, + 264, + 125 + ], + "score": 1.0, + "content": ", and", + "type": "text" + }, + { + "bbox": [ + 264, + 110, + 290, + 122 + ], + "score": 0.9, + "content": "\\beta > 1", + "type": "inline_equation" + } + ], + "index": 2 + } + ], + "index": 2 + }, + { + "type": "interline_equation", + "bbox": [ + 111, + 126, + 502, + 157 + ], + "lines": [ + { + "bbox": [ + 111, + 126, + 502, + 157 + ], + "spans": [ + { + "bbox": [ + 111, + 126, + 502, + 157 + ], + "score": 0.92, + "content": "\\mathbb { P } \\left( Z > u \\right) = \\frac { \\int _ { u } ^ { 1 } x ^ { \\alpha - 1 } \\left( 1 - x \\right) ^ { \\beta - 1 } d x } { B \\left( \\alpha , \\beta \\right) } \\geq \\frac { \\int _ { u } ^ { 1 } 1 ^ { \\alpha - 1 } \\left( 1 - x \\right) ^ { \\beta - 1 } d x } { B \\left( \\alpha , \\beta \\right) } = \\frac { \\int _ { 0 } ^ { 1 - u } x ^ { \\beta - 1 } d x } { B \\left( \\alpha , \\beta \\right) } = \\frac { \\left( 1 - u \\right) ^ { \\beta } } { \\beta B \\left( \\alpha , \\beta \\right) } .", + "type": "interline_equation", + "image_path": "d06592edc9440c6ba590cbc749012fc3a053f4fa597de77e312fdb3d3bbed508.jpg" + } + ] + } + ], + "index": 4, + "virtual_lines": [ + { + "bbox": [ + 111, + 126, + 502, + 136.33333333333334 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 111, + 136.33333333333334, + 502, + 146.66666666666669 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 111, + 146.66666666666669, + 502, + 157.00000000000003 + ], + "spans": [], + "index": 5 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 160, + 192, + 172 + ], + "lines": [ + { + "bbox": [ + 106, + 159, + 192, + 173 + ], + "spans": [ + { + "bbox": [ + 106, + 159, + 164, + 173 + ], + "score": 1.0, + "content": "Therefore, for", + "type": "text" + }, + { + "bbox": [ + 165, + 161, + 188, + 171 + ], + "score": 0.89, + "content": "\\epsilon > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 188, + 159, + 192, + 173 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 6 + }, + { + "type": "interline_equation", + "bbox": [ + 141, + 175, + 468, + 212 + ], + "lines": [ + { + "bbox": [ + 141, + 175, + 468, + 212 + ], + "spans": [ + { + "bbox": [ + 141, + 175, + 468, + 212 + ], + "score": 0.93, + "content": "\\mathbb { P } \\left( \\left| \\frac { \\mathbf { x } ^ { \\mathsf { T } } \\mathbf { y } } { \\left\\| \\mathbf { x } \\right\\| \\left\\| \\mathbf { y } \\right\\| } \\right| ^ { 2 } > \\cos ^ { 2 } \\left( \\epsilon \\right) \\right) \\geq \\frac { 2 \\left( 1 - \\cos ^ { 2 } \\left( \\epsilon \\right) \\right) ^ { \\frac { d _ { 0 } - 1 } { 2 } } } { \\left( d _ { 0 } - 1 \\right) B \\left( \\frac { 1 } { 2 } , \\frac { d _ { 0 } - 1 } { 2 } \\right) } = \\frac { 2 \\sin \\left( \\epsilon \\right) ^ { d _ { 0 } - 1 } } { \\left( d _ { 0 } - 1 \\right) B \\left( \\frac { 1 } { 2 } , \\frac { d _ { 0 } - 1 } { 2 } \\right) } ,", + "type": "interline_equation", + "image_path": "20496d6d65b4764c5c1c6d5bec084da0f2f7db53e73b010b9280277409c481b1.jpg" + } + ] + } + ], + "index": 8, + "virtual_lines": [ + { + "bbox": [ + 141, + 175, + 468, + 187.33333333333334 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 141, + 187.33333333333334, + 468, + 199.66666666666669 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 141, + 199.66666666666669, + 468, + 212.00000000000003 + ], + "spans": [], + "index": 9 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 216, + 205, + 227 + ], + "lines": [ + { + "bbox": [ + 106, + 214, + 205, + 230 + ], + "spans": [ + { + "bbox": [ + 106, + 214, + 205, + 230 + ], + "score": 1.0, + "content": "which proves eq. (13.1).", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 10 + }, + { + "type": "text", + "bbox": [ + 107, + 232, + 249, + 244 + ], + "lines": [ + { + "bbox": [ + 106, + 231, + 248, + 246 + ], + "spans": [ + { + "bbox": [ + 106, + 231, + 162, + 246 + ], + "score": 1.0, + "content": "Similarly, for", + "type": "text" + }, + { + "bbox": [ + 162, + 232, + 204, + 245 + ], + "score": 0.93, + "content": "\\alpha \\in ( 0 , 1 )", + "type": "inline_equation" + }, + { + "bbox": [ + 204, + 231, + 222, + 246 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 222, + 232, + 248, + 244 + ], + "score": 0.89, + "content": "\\beta > 1", + "type": "inline_equation" + } + ], + "index": 11 + } + ], + "index": 11 + }, + { + "type": "interline_equation", + "bbox": [ + 155, + 249, + 455, + 279 + ], + "lines": [ + { + "bbox": [ + 155, + 249, + 455, + 279 + ], + "spans": [ + { + "bbox": [ + 155, + 249, + 455, + 279 + ], + "score": 0.93, + "content": "\\mathbb { P } \\left( Z < u \\right) = \\frac { \\int _ { 0 } ^ { u } x ^ { \\alpha - 1 } \\left( 1 - x \\right) ^ { \\beta - 1 } d x } { B \\left( \\alpha , \\beta \\right) } \\leq \\frac { \\int _ { 0 } ^ { u } x ^ { \\alpha - 1 } 1 ^ { \\beta - 1 } d x } { B \\left( \\alpha , \\beta \\right) } = \\frac { u ^ { \\alpha } } { \\alpha B \\left( \\alpha , \\beta \\right) } .", + "type": "interline_equation", + "image_path": "75e2fbaa029bdf83f8ed686cb88965f0aea91e71632a33ca1bed79b49d38d636.jpg" + } + ] + } + ], + "index": 12, + "virtual_lines": [ + { + "bbox": [ + 155, + 249, + 455, + 279 + ], + "spans": [], + "index": 12 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 282, + 191, + 294 + ], + "lines": [ + { + "bbox": [ + 105, + 280, + 188, + 295 + ], + "spans": [ + { + "bbox": [ + 105, + 280, + 164, + 295 + ], + "score": 1.0, + "content": "Therefore, for", + "type": "text" + }, + { + "bbox": [ + 165, + 283, + 188, + 293 + ], + "score": 0.89, + "content": "\\epsilon > 0", + "type": "inline_equation" + } + ], + "index": 13 + } + ], + "index": 13 + }, + { + "type": "interline_equation", + "bbox": [ + 221, + 291, + 388, + 325 + ], + "lines": [ + { + "bbox": [ + 221, + 291, + 388, + 325 + ], + "spans": [ + { + "bbox": [ + 221, + 291, + 388, + 325 + ], + "score": 0.93, + "content": "\\mathbb { P } \\left( \\left| \\frac { \\mathbf { x } ^ { \\top } \\mathbf { y } } { \\left\\| \\mathbf { x } \\right\\| \\left\\| \\mathbf { y } \\right\\| } \\right| ^ { 2 } < u ^ { 2 } \\right) \\leq \\frac { 2 u } { B \\left( \\frac { 1 } { 2 } , \\frac { d _ { 0 } - 1 } { 2 } \\right) } ,", + "type": "interline_equation", + "image_path": "5a8694a2a3c464cde6edf409c99fed078880ca3c851011d3fbc1927b83339f9c.jpg" + } + ] + } + ], + "index": 14.5, + "virtual_lines": [ + { + "bbox": [ + 221, + 291, + 388, + 308.0 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 221, + 308.0, + 388, + 325.0 + ], + "spans": [], + "index": 15 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 325, + 205, + 338 + ], + "lines": [ + { + "bbox": [ + 105, + 324, + 206, + 340 + ], + "spans": [ + { + "bbox": [ + 105, + 324, + 206, + 340 + ], + "score": 1.0, + "content": "which proves eq. (13.2).", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16 + }, + { + "type": "title", + "bbox": [ + 108, + 350, + 233, + 362 + ], + "lines": [ + { + "bbox": [ + 106, + 350, + 234, + 363 + ], + "spans": [ + { + "bbox": [ + 106, + 350, + 234, + 363 + ], + "score": 1.0, + "content": "13.2 PROOF OF LEMMA 21:", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17 + }, + { + "type": "text", + "bbox": [ + 106, + 369, + 506, + 416 + ], + "lines": [ + { + "bbox": [ + 104, + 364, + 505, + 387 + ], + "spans": [ + { + "bbox": [ + 104, + 364, + 264, + 387 + ], + "score": 1.0, + "content": "Given three matrices: datapoints,", + "type": "text" + }, + { + "bbox": [ + 264, + 369, + 426, + 385 + ], + "score": 0.89, + "content": "\\begin{array} { r c l c l } { \\mathbf { X } } & { = } & { \\left[ \\mathbf { x } ^ { ( 1 ) } , \\ldots , \\mathbf { x } ^ { ( N ) } \\right] } & { \\in } & { \\mathbb { R } ^ { d _ { 0 } \\times N } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 426, + 364, + 472, + 387 + ], + "score": 1.0, + "content": ", weights", + "type": "text" + }, + { + "bbox": [ + 472, + 370, + 505, + 383 + ], + "score": 0.8, + "content": "\\begin{array} { r l } { \\mathbf { W } } & { { } = } \\end{array}", + "type": "inline_equation" + } + ], + "index": 18 + }, + { + "bbox": [ + 108, + 380, + 506, + 410 + ], + "spans": [ + { + "bbox": [ + 108, + 385, + 226, + 403 + ], + "score": 0.92, + "content": "\\left[ { \\bf w } _ { 1 } ^ { \\top } , \\ldots , { \\bf w } _ { d _ { 1 } } ^ { \\top } \\right] ^ { \\top } \\ \\in \\ \\mathbb { R } ^ { d _ { 1 } \\times d _ { 0 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 226, + 380, + 314, + 410 + ], + "score": 1.0, + "content": ", and target weights", + "type": "text" + }, + { + "bbox": [ + 314, + 384, + 478, + 406 + ], + "score": 0.9, + "content": "\\mathbf W ^ { * } ~ = ~ \\left[ \\mathbf w _ { 1 } ^ { * \\top } , \\ldots , \\mathbf w _ { d _ { 1 } ^ { * } } ^ { * \\top } \\right] ^ { \\top } ~ \\in ~ \\mathbb { R } ^ { d _ { 1 } ^ { * } \\times d _ { 0 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 478, + 387, + 506, + 402 + ], + "score": 1.0, + "content": ", with", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 107, + 403, + 284, + 417 + ], + "spans": [ + { + "bbox": [ + 107, + 404, + 140, + 416 + ], + "score": 0.91, + "content": "d _ { 1 } ^ { * } \\leq d _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 140, + 403, + 284, + 417 + ], + "score": 1.0, + "content": ",we recall the following definitions:", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 19 + }, + { + "type": "interline_equation", + "bbox": [ + 180, + 428, + 430, + 462 + ], + "lines": [ + { + "bbox": [ + 180, + 428, + 430, + 462 + ], + "spans": [ + { + "bbox": [ + 180, + 428, + 430, + 462 + ], + "score": 0.94, + "content": "\\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\triangleq \\left\\{ \\mathbf { X } \\in \\mathbb { R } ^ { d _ { 0 } \\times N } | \\forall i , n : \\left| \\frac { \\mathbf { x } ^ { ( n ) \\top } \\mathbf { w } _ { i } ^ { * } } { \\left\\| \\mathbf { x } ^ { ( n ) } \\right\\| \\left\\| \\mathbf { w } _ { i } ^ { * } \\right\\| } \\right| > \\mathrm { s i n } \\alpha \\right\\}", + "type": "interline_equation", + "image_path": "86ff27d291dd647a82a9fd6936fdc712e5655c3a789fad525b8a068390284dcc.jpg" + } + ] + } + ], + "index": 22, + "virtual_lines": [ + { + "bbox": [ + 180, + 428, + 430, + 439.3333333333333 + ], + "spans": [], + "index": 21 + }, + { + "bbox": [ + 180, + 439.3333333333333, + 430, + 450.66666666666663 + ], + "spans": [], + "index": 22 + }, + { + "bbox": [ + 180, + 450.66666666666663, + 430, + 461.99999999999994 + ], + "spans": [], + "index": 23 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 464, + 124, + 474 + ], + "lines": [ + { + "bbox": [ + 105, + 463, + 124, + 474 + ], + "spans": [ + { + "bbox": [ + 105, + 463, + 124, + 474 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 24 + }, + { + "type": "interline_equation", + "bbox": [ + 155, + 488, + 456, + 504 + ], + "lines": [ + { + "bbox": [ + 155, + 488, + 456, + 504 + ], + "spans": [ + { + "bbox": [ + 155, + 488, + 456, + 504 + ], + "score": 0.9, + "content": "\\begin{array} { r } { \\tilde { \\mathcal { G } } \\left( \\mathbf { X } , \\mathbf { W } ^ { * } \\right) \\triangleq \\left\\{ \\mathbf { W } \\in \\mathbb { R } ^ { d _ { 1 } \\times d _ { 0 } } | \\forall i \\le d _ { 1 } ^ { * } : \\ \\mathrm { s i g n } \\left( \\mathbf { w } _ { i } ^ { \\top } \\mathbf { X } \\right) = \\mathrm { s i g n } \\left( \\mathbf { w } _ { i } ^ { * } { } ^ { \\top } \\mathbf { X } \\right) \\right\\} . } \\end{array}", + "type": "interline_equation", + "image_path": "c2df6c638b0f87029d4c5fbbbbee6d66561c05765861aa28872135ff68aac91e.jpg" + } + ] + } + ], + "index": 25, + "virtual_lines": [ + { + "bbox": [ + 155, + 488, + 456, + 504 + ], + "spans": [], + "index": 25 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 505, + 391, + 517 + ], + "lines": [ + { + "bbox": [ + 106, + 504, + 390, + 518 + ], + "spans": [ + { + "bbox": [ + 106, + 504, + 390, + 518 + ], + "score": 1.0, + "content": "Using these definitions, in this section we prove the following Lemma.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 26 + }, + { + "type": "text", + "bbox": [ + 106, + 519, + 504, + 543 + ], + "lines": [ + { + "bbox": [ + 105, + 518, + 506, + 533 + ], + "spans": [ + { + "bbox": [ + 105, + 518, + 293, + 533 + ], + "score": 1.0, + "content": "Lemma 40. (Lemma 21 restated). For any", + "type": "text" + }, + { + "bbox": [ + 293, + 522, + 300, + 530 + ], + "score": 0.65, + "content": "\\alpha", + "type": "inline_equation" + }, + { + "bbox": [ + 301, + 518, + 314, + 533 + ], + "score": 1.0, + "content": ", if", + "type": "text" + }, + { + "bbox": [ + 315, + 520, + 332, + 531 + ], + "score": 0.55, + "content": "\\mathbf { W } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 332, + 518, + 506, + 533 + ], + "score": 1.0, + "content": "is independent from W then, in the limit", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 107, + 530, + 324, + 544 + ], + "spans": [ + { + "bbox": [ + 107, + 531, + 142, + 541 + ], + "score": 0.83, + "content": "N \\to \\infty", + "type": "inline_equation" + }, + { + "bbox": [ + 142, + 530, + 146, + 544 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 146, + 531, + 217, + 543 + ], + "score": 0.73, + "content": "\\forall \\mathbf { X } \\in \\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 217, + 530, + 238, + 544 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 239, + 530, + 324, + 543 + ], + "score": 0.81, + "content": "\\log \\sin \\alpha { \\dot { > } } { \\dot { d } _ { 0 } } ^ { - 1 } \\log { d _ { 0 } }", + "type": "inline_equation" + } + ], + "index": 28 + } + ], + "index": 27.5 + }, + { + "type": "interline_equation", + "bbox": [ + 199, + 547, + 411, + 568 + ], + "lines": [ + { + "bbox": [ + 199, + 547, + 411, + 568 + ], + "spans": [ + { + "bbox": [ + 199, + 547, + 411, + 568 + ], + "score": 0.91, + "content": "\\begin{array} { r } { \\mathbb { P } _ { \\mathbf { W } \\sim \\mathcal { N } } \\left( \\mathbf { W } \\in \\tilde { \\mathcal { G } } \\left( \\mathbf { X } , \\mathbf { W } ^ { * } \\right) \\right) \\dot { \\geq } \\exp \\left( d _ { 0 } d _ { 1 } ^ { * } \\log \\sin \\alpha \\right) . } \\end{array}", + "type": "interline_equation", + "image_path": "7d30cfb94c68e8b4db2b7cc08b8fb46c3d19ca0c3651149c9f8564d792c7a8c2.jpg" + } + ] + } + ], + "index": 29, + "virtual_lines": [ + { + "bbox": [ + 199, + 547, + 411, + 568 + ], + "spans": [], + "index": 29 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 579, + 505, + 621 + ], + "lines": [ + { + "bbox": [ + 104, + 579, + 506, + 600 + ], + "spans": [ + { + "bbox": [ + 104, + 580, + 203, + 597 + ], + "score": 1.0, + "content": "Proof. To lower bound", + "type": "text" + }, + { + "bbox": [ + 203, + 579, + 390, + 600 + ], + "score": 0.94, + "content": "\\mathbb { P } _ { \\mathbf { W } \\sim \\mathcal { N } } \\left( \\mathbf { W } \\in \\tilde { \\mathcal { G } } \\left( \\mathbf { X } , \\mathbf { W } ^ { * } \\right) \\right) \\forall \\mathbf { X } \\in \\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 390, + 580, + 506, + 597 + ], + "score": 1.0, + "content": ", we define the event that all", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 596, + 506, + 612 + ], + "spans": [ + { + "bbox": [ + 105, + 596, + 249, + 612 + ], + "score": 1.0, + "content": "weight hyperplanes (with normals", + "type": "text" + }, + { + "bbox": [ + 249, + 600, + 262, + 609 + ], + "score": 0.81, + "content": "\\mathbf { w } _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 262, + 596, + 370, + 612 + ], + "score": 1.0, + "content": ") have an angle of at least", + "type": "text" + }, + { + "bbox": [ + 371, + 600, + 378, + 608 + ], + "score": 0.73, + "content": "\\alpha", + "type": "inline_equation" + }, + { + "bbox": [ + 379, + 596, + 506, + 612 + ], + "score": 1.0, + "content": "from the corresponding target", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 609, + 236, + 622 + ], + "spans": [ + { + "bbox": [ + 105, + 609, + 215, + 622 + ], + "score": 1.0, + "content": "hyperplanes (with normals", + "type": "text" + }, + { + "bbox": [ + 215, + 610, + 229, + 621 + ], + "score": 0.88, + "content": "\\mathbf { w } _ { i } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 230, + 609, + 236, + 622 + ], + "score": 1.0, + "content": ").", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 31 + }, + { + "type": "interline_equation", + "bbox": [ + 189, + 625, + 421, + 654 + ], + "lines": [ + { + "bbox": [ + 189, + 625, + 421, + 654 + ], + "spans": [ + { + "bbox": [ + 189, + 625, + 421, + 654 + ], + "score": 0.93, + "content": "\\begin{array} { r } { \\tilde { \\mathcal { G } } _ { i } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) = \\left\\{ \\mathbf { W } \\in \\mathbb { R } ^ { d _ { 1 } \\times d _ { 0 } } \\big | \\left| \\frac { \\mathbf { W } _ { i } ^ { \\top } \\mathbf { w } _ { i } ^ { * } } { \\left\\| \\mathbf { w } _ { i } \\right\\| \\left\\| \\mathbf { w } _ { i } ^ { * } \\right\\| } \\right| < \\cos \\left( \\alpha \\right) \\right\\} . } \\end{array}", + "type": "interline_equation", + "image_path": "0eb1d3f2b46033b5524c009f51e1591b0ad4831fbbba3fa78b51c5ba9ff22647.jpg" + } + ] + } + ], + "index": 33, + "virtual_lines": [ + { + "bbox": [ + 189, + 625, + 421, + 654 + ], + "spans": [], + "index": 33 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 657, + 505, + 695 + ], + "lines": [ + { + "bbox": [ + 105, + 657, + 506, + 673 + ], + "spans": [ + { + "bbox": [ + 105, + 657, + 160, + 673 + ], + "score": 1.0, + "content": "In order that", + "type": "text" + }, + { + "bbox": [ + 161, + 657, + 301, + 672 + ], + "score": 0.87, + "content": "\\mathrm { s i g n } \\left( \\mathbf { w } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right) \\neq \\mathrm { s i g n } \\left( \\mathbf { w } _ { 1 } ^ { \\ast \\top } \\mathbf { x } ^ { ( n ) } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 301, + 657, + 305, + 673 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 306, + 659, + 318, + 671 + ], + "score": 0.8, + "content": "\\mathbf { w } _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 319, + 657, + 439, + 673 + ], + "score": 1.0, + "content": "must be rotated in respect to", + "type": "text" + }, + { + "bbox": [ + 439, + 659, + 453, + 671 + ], + "score": 0.9, + "content": "\\mathbf { w } _ { i } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 454, + 657, + 506, + 673 + ], + "score": 1.0, + "content": "by an angle", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 104, + 669, + 506, + 686 + ], + "spans": [ + { + "bbox": [ + 104, + 669, + 238, + 686 + ], + "score": 1.0, + "content": "greater then the angular margin", + "type": "text" + }, + { + "bbox": [ + 238, + 675, + 245, + 682 + ], + "score": 0.76, + "content": "\\alpha", + "type": "inline_equation" + }, + { + "bbox": [ + 246, + 669, + 416, + 686 + ], + "score": 1.0, + "content": ", which is the minimal the angle between", + "type": "text" + }, + { + "bbox": [ + 416, + 671, + 435, + 682 + ], + "score": 0.9, + "content": "\\mathbf { x } ^ { ( n ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 435, + 669, + 506, + 686 + ], + "score": 1.0, + "content": "and the solution", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 682, + 430, + 696 + ], + "spans": [ + { + "bbox": [ + 105, + 682, + 215, + 696 + ], + "score": 1.0, + "content": "hyperplanes (with normals", + "type": "text" + }, + { + "bbox": [ + 216, + 684, + 229, + 695 + ], + "score": 0.87, + "content": "\\mathbf { w } _ { i } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 229, + 682, + 361, + 696 + ], + "score": 1.0, + "content": "). Therefore, we have that, given", + "type": "text" + }, + { + "bbox": [ + 361, + 684, + 426, + 695 + ], + "score": 0.89, + "content": "\\mathbf { X } \\in \\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 426, + 682, + 430, + 696 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 35 + }, + { + "type": "interline_equation", + "bbox": [ + 233, + 699, + 376, + 735 + ], + "lines": [ + { + "bbox": [ + 233, + 699, + 376, + 735 + ], + "spans": [ + { + "bbox": [ + 233, + 699, + 376, + 735 + ], + "score": 0.94, + "content": "\\forall \\alpha : \\bigcap _ { i = 1 } ^ { d _ { 1 } ^ { * } } \\tilde { \\mathcal { G } } _ { i } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\subset \\tilde { \\mathcal { G } } \\left( \\mathbf { X } , \\mathbf { W } ^ { * } \\right) .", + "type": "interline_equation", + "image_path": "501f94c985d7910b8e133970d075709aae0442c05b8ac0edb2aff54e130851d1.jpg" + } + ] + } + ], + "index": 37.5, + "virtual_lines": [ + { + "bbox": [ + 233, + 699, + 376, + 717.0 + ], + "spans": [], + "index": 37 + }, + { + "bbox": [ + 233, + 717.0, + 376, + 735.0 + ], + "spans": [], + "index": 38 + } + ] + } + ], + "page_idx": 29, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 26, + 308, + 38 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 309, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 309, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 312, + 761 + ], + "lines": [ + { + "bbox": [ + 298, + 750, + 313, + 763 + ], + "spans": [ + { + "bbox": [ + 298, + 750, + 313, + 763 + ], + "score": 1.0, + "content": "30", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 494, + 326, + 505, + 337 + ], + "lines": [ + { + "bbox": [ + 496, + 327, + 505, + 337 + ], + "spans": [ + { + "bbox": [ + 496, + 327, + 505, + 337 + ], + "score": 1.0, + "content": "□", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 80, + 504, + 106 + ], + "lines": [ + { + "bbox": [ + 102, + 76, + 508, + 100 + ], + "spans": [ + { + "bbox": [ + 102, + 76, + 219, + 100 + ], + "score": 1.0, + "content": "the Beta distribution, since", + "type": "text" + }, + { + "bbox": [ + 220, + 81, + 272, + 95 + ], + "score": 0.92, + "content": "x _ { 1 } ^ { 2 } \\sim \\chi ^ { 2 } ( 1 )", + "type": "inline_equation" + }, + { + "bbox": [ + 272, + 76, + 291, + 100 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 291, + 80, + 390, + 95 + ], + "score": 0.92, + "content": "{ \\textstyle \\sum _ { i = 2 } ^ { d _ { 0 } } x _ { i } ^ { 2 } \\sim \\chi ^ { 2 } \\left( d _ { 0 } - 1 \\right) }", + "type": "inline_equation" + }, + { + "bbox": [ + 390, + 76, + 508, + 100 + ], + "score": 1.0, + "content": "are independent chi-square", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 179, + 105 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 179, + 105 + ], + "score": 1.0, + "content": "random variables.", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5, + "bbox_fs": [ + 102, + 76, + 508, + 105 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 110, + 294, + 123 + ], + "lines": [ + { + "bbox": [ + 106, + 109, + 290, + 125 + ], + "spans": [ + { + "bbox": [ + 106, + 109, + 143, + 125 + ], + "score": 1.0, + "content": "Suppose", + "type": "text" + }, + { + "bbox": [ + 143, + 110, + 198, + 123 + ], + "score": 0.84, + "content": "Z \\sim B \\left( \\alpha , \\beta \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 198, + 109, + 201, + 125 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 202, + 110, + 243, + 123 + ], + "score": 0.89, + "content": "\\alpha \\in ( 0 , 1 )", + "type": "inline_equation" + }, + { + "bbox": [ + 244, + 109, + 264, + 125 + ], + "score": 1.0, + "content": ", and", + "type": "text" + }, + { + "bbox": [ + 264, + 110, + 290, + 122 + ], + "score": 0.9, + "content": "\\beta > 1", + "type": "inline_equation" + } + ], + "index": 2 + } + ], + "index": 2, + "bbox_fs": [ + 106, + 109, + 290, + 125 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 111, + 126, + 502, + 157 + ], + "lines": [ + { + "bbox": [ + 111, + 126, + 502, + 157 + ], + "spans": [ + { + "bbox": [ + 111, + 126, + 502, + 157 + ], + "score": 0.92, + "content": "\\mathbb { P } \\left( Z > u \\right) = \\frac { \\int _ { u } ^ { 1 } x ^ { \\alpha - 1 } \\left( 1 - x \\right) ^ { \\beta - 1 } d x } { B \\left( \\alpha , \\beta \\right) } \\geq \\frac { \\int _ { u } ^ { 1 } 1 ^ { \\alpha - 1 } \\left( 1 - x \\right) ^ { \\beta - 1 } d x } { B \\left( \\alpha , \\beta \\right) } = \\frac { \\int _ { 0 } ^ { 1 - u } x ^ { \\beta - 1 } d x } { B \\left( \\alpha , \\beta \\right) } = \\frac { \\left( 1 - u \\right) ^ { \\beta } } { \\beta B \\left( \\alpha , \\beta \\right) } .", + "type": "interline_equation", + "image_path": "d06592edc9440c6ba590cbc749012fc3a053f4fa597de77e312fdb3d3bbed508.jpg" + } + ] + } + ], + "index": 4, + "virtual_lines": [ + { + "bbox": [ + 111, + 126, + 502, + 136.33333333333334 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 111, + 136.33333333333334, + 502, + 146.66666666666669 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 111, + 146.66666666666669, + 502, + 157.00000000000003 + ], + "spans": [], + "index": 5 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 160, + 192, + 172 + ], + "lines": [ + { + "bbox": [ + 106, + 159, + 192, + 173 + ], + "spans": [ + { + "bbox": [ + 106, + 159, + 164, + 173 + ], + "score": 1.0, + "content": "Therefore, for", + "type": "text" + }, + { + "bbox": [ + 165, + 161, + 188, + 171 + ], + "score": 0.89, + "content": "\\epsilon > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 188, + 159, + 192, + 173 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 6, + "bbox_fs": [ + 106, + 159, + 192, + 173 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 141, + 175, + 468, + 212 + ], + "lines": [ + { + "bbox": [ + 141, + 175, + 468, + 212 + ], + "spans": [ + { + "bbox": [ + 141, + 175, + 468, + 212 + ], + "score": 0.93, + "content": "\\mathbb { P } \\left( \\left| \\frac { \\mathbf { x } ^ { \\mathsf { T } } \\mathbf { y } } { \\left\\| \\mathbf { x } \\right\\| \\left\\| \\mathbf { y } \\right\\| } \\right| ^ { 2 } > \\cos ^ { 2 } \\left( \\epsilon \\right) \\right) \\geq \\frac { 2 \\left( 1 - \\cos ^ { 2 } \\left( \\epsilon \\right) \\right) ^ { \\frac { d _ { 0 } - 1 } { 2 } } } { \\left( d _ { 0 } - 1 \\right) B \\left( \\frac { 1 } { 2 } , \\frac { d _ { 0 } - 1 } { 2 } \\right) } = \\frac { 2 \\sin \\left( \\epsilon \\right) ^ { d _ { 0 } - 1 } } { \\left( d _ { 0 } - 1 \\right) B \\left( \\frac { 1 } { 2 } , \\frac { d _ { 0 } - 1 } { 2 } \\right) } ,", + "type": "interline_equation", + "image_path": "20496d6d65b4764c5c1c6d5bec084da0f2f7db53e73b010b9280277409c481b1.jpg" + } + ] + } + ], + "index": 8, + "virtual_lines": [ + { + "bbox": [ + 141, + 175, + 468, + 187.33333333333334 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 141, + 187.33333333333334, + 468, + 199.66666666666669 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 141, + 199.66666666666669, + 468, + 212.00000000000003 + ], + "spans": [], + "index": 9 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 216, + 205, + 227 + ], + "lines": [ + { + "bbox": [ + 106, + 214, + 205, + 230 + ], + "spans": [ + { + "bbox": [ + 106, + 214, + 205, + 230 + ], + "score": 1.0, + "content": "which proves eq. (13.1).", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 10, + "bbox_fs": [ + 106, + 214, + 205, + 230 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 232, + 249, + 244 + ], + "lines": [ + { + "bbox": [ + 106, + 231, + 248, + 246 + ], + "spans": [ + { + "bbox": [ + 106, + 231, + 162, + 246 + ], + "score": 1.0, + "content": "Similarly, for", + "type": "text" + }, + { + "bbox": [ + 162, + 232, + 204, + 245 + ], + "score": 0.93, + "content": "\\alpha \\in ( 0 , 1 )", + "type": "inline_equation" + }, + { + "bbox": [ + 204, + 231, + 222, + 246 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 222, + 232, + 248, + 244 + ], + "score": 0.89, + "content": "\\beta > 1", + "type": "inline_equation" + } + ], + "index": 11 + } + ], + "index": 11, + "bbox_fs": [ + 106, + 231, + 248, + 246 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 155, + 249, + 455, + 279 + ], + "lines": [ + { + "bbox": [ + 155, + 249, + 455, + 279 + ], + "spans": [ + { + "bbox": [ + 155, + 249, + 455, + 279 + ], + "score": 0.93, + "content": "\\mathbb { P } \\left( Z < u \\right) = \\frac { \\int _ { 0 } ^ { u } x ^ { \\alpha - 1 } \\left( 1 - x \\right) ^ { \\beta - 1 } d x } { B \\left( \\alpha , \\beta \\right) } \\leq \\frac { \\int _ { 0 } ^ { u } x ^ { \\alpha - 1 } 1 ^ { \\beta - 1 } d x } { B \\left( \\alpha , \\beta \\right) } = \\frac { u ^ { \\alpha } } { \\alpha B \\left( \\alpha , \\beta \\right) } .", + "type": "interline_equation", + "image_path": "75e2fbaa029bdf83f8ed686cb88965f0aea91e71632a33ca1bed79b49d38d636.jpg" + } + ] + } + ], + "index": 12, + "virtual_lines": [ + { + "bbox": [ + 155, + 249, + 455, + 279 + ], + "spans": [], + "index": 12 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 282, + 191, + 294 + ], + "lines": [ + { + "bbox": [ + 105, + 280, + 188, + 295 + ], + "spans": [ + { + "bbox": [ + 105, + 280, + 164, + 295 + ], + "score": 1.0, + "content": "Therefore, for", + "type": "text" + }, + { + "bbox": [ + 165, + 283, + 188, + 293 + ], + "score": 0.89, + "content": "\\epsilon > 0", + "type": "inline_equation" + } + ], + "index": 13 + } + ], + "index": 13, + "bbox_fs": [ + 105, + 280, + 188, + 295 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 221, + 291, + 388, + 325 + ], + "lines": [ + { + "bbox": [ + 221, + 291, + 388, + 325 + ], + "spans": [ + { + "bbox": [ + 221, + 291, + 388, + 325 + ], + "score": 0.93, + "content": "\\mathbb { P } \\left( \\left| \\frac { \\mathbf { x } ^ { \\top } \\mathbf { y } } { \\left\\| \\mathbf { x } \\right\\| \\left\\| \\mathbf { y } \\right\\| } \\right| ^ { 2 } < u ^ { 2 } \\right) \\leq \\frac { 2 u } { B \\left( \\frac { 1 } { 2 } , \\frac { d _ { 0 } - 1 } { 2 } \\right) } ,", + "type": "interline_equation", + "image_path": "5a8694a2a3c464cde6edf409c99fed078880ca3c851011d3fbc1927b83339f9c.jpg" + } + ] + } + ], + "index": 14.5, + "virtual_lines": [ + { + "bbox": [ + 221, + 291, + 388, + 308.0 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 221, + 308.0, + 388, + 325.0 + ], + "spans": [], + "index": 15 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 325, + 205, + 338 + ], + "lines": [ + { + "bbox": [ + 105, + 324, + 206, + 340 + ], + "spans": [ + { + "bbox": [ + 105, + 324, + 206, + 340 + ], + "score": 1.0, + "content": "which proves eq. (13.2).", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16, + "bbox_fs": [ + 105, + 324, + 206, + 340 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 350, + 233, + 362 + ], + "lines": [ + { + "bbox": [ + 106, + 350, + 234, + 363 + ], + "spans": [ + { + "bbox": [ + 106, + 350, + 234, + 363 + ], + "score": 1.0, + "content": "13.2 PROOF OF LEMMA 21:", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17 + }, + { + "type": "text", + "bbox": [ + 106, + 369, + 506, + 416 + ], + "lines": [ + { + "bbox": [ + 104, + 364, + 505, + 387 + ], + "spans": [ + { + "bbox": [ + 104, + 364, + 264, + 387 + ], + "score": 1.0, + "content": "Given three matrices: datapoints,", + "type": "text" + }, + { + "bbox": [ + 264, + 369, + 426, + 385 + ], + "score": 0.89, + "content": "\\begin{array} { r c l c l } { \\mathbf { X } } & { = } & { \\left[ \\mathbf { x } ^ { ( 1 ) } , \\ldots , \\mathbf { x } ^ { ( N ) } \\right] } & { \\in } & { \\mathbb { R } ^ { d _ { 0 } \\times N } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 426, + 364, + 472, + 387 + ], + "score": 1.0, + "content": ", weights", + "type": "text" + }, + { + "bbox": [ + 472, + 370, + 505, + 383 + ], + "score": 0.8, + "content": "\\begin{array} { r l } { \\mathbf { W } } & { { } = } \\end{array}", + "type": "inline_equation" + } + ], + "index": 18 + }, + { + "bbox": [ + 108, + 380, + 506, + 410 + ], + "spans": [ + { + "bbox": [ + 108, + 385, + 226, + 403 + ], + "score": 0.92, + "content": "\\left[ { \\bf w } _ { 1 } ^ { \\top } , \\ldots , { \\bf w } _ { d _ { 1 } } ^ { \\top } \\right] ^ { \\top } \\ \\in \\ \\mathbb { R } ^ { d _ { 1 } \\times d _ { 0 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 226, + 380, + 314, + 410 + ], + "score": 1.0, + "content": ", and target weights", + "type": "text" + }, + { + "bbox": [ + 314, + 384, + 478, + 406 + ], + "score": 0.9, + "content": "\\mathbf W ^ { * } ~ = ~ \\left[ \\mathbf w _ { 1 } ^ { * \\top } , \\ldots , \\mathbf w _ { d _ { 1 } ^ { * } } ^ { * \\top } \\right] ^ { \\top } ~ \\in ~ \\mathbb { R } ^ { d _ { 1 } ^ { * } \\times d _ { 0 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 478, + 387, + 506, + 402 + ], + "score": 1.0, + "content": ", with", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 107, + 403, + 284, + 417 + ], + "spans": [ + { + "bbox": [ + 107, + 404, + 140, + 416 + ], + "score": 0.91, + "content": "d _ { 1 } ^ { * } \\leq d _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 140, + 403, + 284, + 417 + ], + "score": 1.0, + "content": ",we recall the following definitions:", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 19, + "bbox_fs": [ + 104, + 364, + 506, + 417 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 180, + 428, + 430, + 462 + ], + "lines": [ + { + "bbox": [ + 180, + 428, + 430, + 462 + ], + "spans": [ + { + "bbox": [ + 180, + 428, + 430, + 462 + ], + "score": 0.94, + "content": "\\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\triangleq \\left\\{ \\mathbf { X } \\in \\mathbb { R } ^ { d _ { 0 } \\times N } | \\forall i , n : \\left| \\frac { \\mathbf { x } ^ { ( n ) \\top } \\mathbf { w } _ { i } ^ { * } } { \\left\\| \\mathbf { x } ^ { ( n ) } \\right\\| \\left\\| \\mathbf { w } _ { i } ^ { * } \\right\\| } \\right| > \\mathrm { s i n } \\alpha \\right\\}", + "type": "interline_equation", + "image_path": "86ff27d291dd647a82a9fd6936fdc712e5655c3a789fad525b8a068390284dcc.jpg" + } + ] + } + ], + "index": 22, + "virtual_lines": [ + { + "bbox": [ + 180, + 428, + 430, + 439.3333333333333 + ], + "spans": [], + "index": 21 + }, + { + "bbox": [ + 180, + 439.3333333333333, + 430, + 450.66666666666663 + ], + "spans": [], + "index": 22 + }, + { + "bbox": [ + 180, + 450.66666666666663, + 430, + 461.99999999999994 + ], + "spans": [], + "index": 23 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 464, + 124, + 474 + ], + "lines": [ + { + "bbox": [ + 105, + 463, + 124, + 474 + ], + "spans": [ + { + "bbox": [ + 105, + 463, + 124, + 474 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 24, + "bbox_fs": [ + 105, + 463, + 124, + 474 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 155, + 488, + 456, + 504 + ], + "lines": [ + { + "bbox": [ + 155, + 488, + 456, + 504 + ], + "spans": [ + { + "bbox": [ + 155, + 488, + 456, + 504 + ], + "score": 0.9, + "content": "\\begin{array} { r } { \\tilde { \\mathcal { G } } \\left( \\mathbf { X } , \\mathbf { W } ^ { * } \\right) \\triangleq \\left\\{ \\mathbf { W } \\in \\mathbb { R } ^ { d _ { 1 } \\times d _ { 0 } } | \\forall i \\le d _ { 1 } ^ { * } : \\ \\mathrm { s i g n } \\left( \\mathbf { w } _ { i } ^ { \\top } \\mathbf { X } \\right) = \\mathrm { s i g n } \\left( \\mathbf { w } _ { i } ^ { * } { } ^ { \\top } \\mathbf { X } \\right) \\right\\} . } \\end{array}", + "type": "interline_equation", + "image_path": "c2df6c638b0f87029d4c5fbbbbee6d66561c05765861aa28872135ff68aac91e.jpg" + } + ] + } + ], + "index": 25, + "virtual_lines": [ + { + "bbox": [ + 155, + 488, + 456, + 504 + ], + "spans": [], + "index": 25 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 505, + 391, + 517 + ], + "lines": [ + { + "bbox": [ + 106, + 504, + 390, + 518 + ], + "spans": [ + { + "bbox": [ + 106, + 504, + 390, + 518 + ], + "score": 1.0, + "content": "Using these definitions, in this section we prove the following Lemma.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 26, + "bbox_fs": [ + 106, + 504, + 390, + 518 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 519, + 504, + 543 + ], + "lines": [ + { + "bbox": [ + 105, + 518, + 506, + 533 + ], + "spans": [ + { + "bbox": [ + 105, + 518, + 293, + 533 + ], + "score": 1.0, + "content": "Lemma 40. (Lemma 21 restated). For any", + "type": "text" + }, + { + "bbox": [ + 293, + 522, + 300, + 530 + ], + "score": 0.65, + "content": "\\alpha", + "type": "inline_equation" + }, + { + "bbox": [ + 301, + 518, + 314, + 533 + ], + "score": 1.0, + "content": ", if", + "type": "text" + }, + { + "bbox": [ + 315, + 520, + 332, + 531 + ], + "score": 0.55, + "content": "\\mathbf { W } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 332, + 518, + 506, + 533 + ], + "score": 1.0, + "content": "is independent from W then, in the limit", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 107, + 530, + 324, + 544 + ], + "spans": [ + { + "bbox": [ + 107, + 531, + 142, + 541 + ], + "score": 0.83, + "content": "N \\to \\infty", + "type": "inline_equation" + }, + { + "bbox": [ + 142, + 530, + 146, + 544 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 146, + 531, + 217, + 543 + ], + "score": 0.73, + "content": "\\forall \\mathbf { X } \\in \\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 217, + 530, + 238, + 544 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 239, + 530, + 324, + 543 + ], + "score": 0.81, + "content": "\\log \\sin \\alpha { \\dot { > } } { \\dot { d } _ { 0 } } ^ { - 1 } \\log { d _ { 0 } }", + "type": "inline_equation" + } + ], + "index": 28 + } + ], + "index": 27.5, + "bbox_fs": [ + 105, + 518, + 506, + 544 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 199, + 547, + 411, + 568 + ], + "lines": [ + { + "bbox": [ + 199, + 547, + 411, + 568 + ], + "spans": [ + { + "bbox": [ + 199, + 547, + 411, + 568 + ], + "score": 0.91, + "content": "\\begin{array} { r } { \\mathbb { P } _ { \\mathbf { W } \\sim \\mathcal { N } } \\left( \\mathbf { W } \\in \\tilde { \\mathcal { G } } \\left( \\mathbf { X } , \\mathbf { W } ^ { * } \\right) \\right) \\dot { \\geq } \\exp \\left( d _ { 0 } d _ { 1 } ^ { * } \\log \\sin \\alpha \\right) . } \\end{array}", + "type": "interline_equation", + "image_path": "7d30cfb94c68e8b4db2b7cc08b8fb46c3d19ca0c3651149c9f8564d792c7a8c2.jpg" + } + ] + } + ], + "index": 29, + "virtual_lines": [ + { + "bbox": [ + 199, + 547, + 411, + 568 + ], + "spans": [], + "index": 29 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 579, + 505, + 621 + ], + "lines": [ + { + "bbox": [ + 104, + 579, + 506, + 600 + ], + "spans": [ + { + "bbox": [ + 104, + 580, + 203, + 597 + ], + "score": 1.0, + "content": "Proof. To lower bound", + "type": "text" + }, + { + "bbox": [ + 203, + 579, + 390, + 600 + ], + "score": 0.94, + "content": "\\mathbb { P } _ { \\mathbf { W } \\sim \\mathcal { N } } \\left( \\mathbf { W } \\in \\tilde { \\mathcal { G } } \\left( \\mathbf { X } , \\mathbf { W } ^ { * } \\right) \\right) \\forall \\mathbf { X } \\in \\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 390, + 580, + 506, + 597 + ], + "score": 1.0, + "content": ", we define the event that all", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 596, + 506, + 612 + ], + "spans": [ + { + "bbox": [ + 105, + 596, + 249, + 612 + ], + "score": 1.0, + "content": "weight hyperplanes (with normals", + "type": "text" + }, + { + "bbox": [ + 249, + 600, + 262, + 609 + ], + "score": 0.81, + "content": "\\mathbf { w } _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 262, + 596, + 370, + 612 + ], + "score": 1.0, + "content": ") have an angle of at least", + "type": "text" + }, + { + "bbox": [ + 371, + 600, + 378, + 608 + ], + "score": 0.73, + "content": "\\alpha", + "type": "inline_equation" + }, + { + "bbox": [ + 379, + 596, + 506, + 612 + ], + "score": 1.0, + "content": "from the corresponding target", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 609, + 236, + 622 + ], + "spans": [ + { + "bbox": [ + 105, + 609, + 215, + 622 + ], + "score": 1.0, + "content": "hyperplanes (with normals", + "type": "text" + }, + { + "bbox": [ + 215, + 610, + 229, + 621 + ], + "score": 0.88, + "content": "\\mathbf { w } _ { i } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 230, + 609, + 236, + 622 + ], + "score": 1.0, + "content": ").", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 31, + "bbox_fs": [ + 104, + 579, + 506, + 622 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 189, + 625, + 421, + 654 + ], + "lines": [ + { + "bbox": [ + 189, + 625, + 421, + 654 + ], + "spans": [ + { + "bbox": [ + 189, + 625, + 421, + 654 + ], + "score": 0.93, + "content": "\\begin{array} { r } { \\tilde { \\mathcal { G } } _ { i } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) = \\left\\{ \\mathbf { W } \\in \\mathbb { R } ^ { d _ { 1 } \\times d _ { 0 } } \\big | \\left| \\frac { \\mathbf { W } _ { i } ^ { \\top } \\mathbf { w } _ { i } ^ { * } } { \\left\\| \\mathbf { w } _ { i } \\right\\| \\left\\| \\mathbf { w } _ { i } ^ { * } \\right\\| } \\right| < \\cos \\left( \\alpha \\right) \\right\\} . } \\end{array}", + "type": "interline_equation", + "image_path": "0eb1d3f2b46033b5524c009f51e1591b0ad4831fbbba3fa78b51c5ba9ff22647.jpg" + } + ] + } + ], + "index": 33, + "virtual_lines": [ + { + "bbox": [ + 189, + 625, + 421, + 654 + ], + "spans": [], + "index": 33 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 657, + 505, + 695 + ], + "lines": [ + { + "bbox": [ + 105, + 657, + 506, + 673 + ], + "spans": [ + { + "bbox": [ + 105, + 657, + 160, + 673 + ], + "score": 1.0, + "content": "In order that", + "type": "text" + }, + { + "bbox": [ + 161, + 657, + 301, + 672 + ], + "score": 0.87, + "content": "\\mathrm { s i g n } \\left( \\mathbf { w } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right) \\neq \\mathrm { s i g n } \\left( \\mathbf { w } _ { 1 } ^ { \\ast \\top } \\mathbf { x } ^ { ( n ) } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 301, + 657, + 305, + 673 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 306, + 659, + 318, + 671 + ], + "score": 0.8, + "content": "\\mathbf { w } _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 319, + 657, + 439, + 673 + ], + "score": 1.0, + "content": "must be rotated in respect to", + "type": "text" + }, + { + "bbox": [ + 439, + 659, + 453, + 671 + ], + "score": 0.9, + "content": "\\mathbf { w } _ { i } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 454, + 657, + 506, + 673 + ], + "score": 1.0, + "content": "by an angle", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 104, + 669, + 506, + 686 + ], + "spans": [ + { + "bbox": [ + 104, + 669, + 238, + 686 + ], + "score": 1.0, + "content": "greater then the angular margin", + "type": "text" + }, + { + "bbox": [ + 238, + 675, + 245, + 682 + ], + "score": 0.76, + "content": "\\alpha", + "type": "inline_equation" + }, + { + "bbox": [ + 246, + 669, + 416, + 686 + ], + "score": 1.0, + "content": ", which is the minimal the angle between", + "type": "text" + }, + { + "bbox": [ + 416, + 671, + 435, + 682 + ], + "score": 0.9, + "content": "\\mathbf { x } ^ { ( n ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 435, + 669, + 506, + 686 + ], + "score": 1.0, + "content": "and the solution", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 682, + 430, + 696 + ], + "spans": [ + { + "bbox": [ + 105, + 682, + 215, + 696 + ], + "score": 1.0, + "content": "hyperplanes (with normals", + "type": "text" + }, + { + "bbox": [ + 216, + 684, + 229, + 695 + ], + "score": 0.87, + "content": "\\mathbf { w } _ { i } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 229, + 682, + 361, + 696 + ], + "score": 1.0, + "content": "). Therefore, we have that, given", + "type": "text" + }, + { + "bbox": [ + 361, + 684, + 426, + 695 + ], + "score": 0.89, + "content": "\\mathbf { X } \\in \\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 426, + 682, + 430, + 696 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 35, + "bbox_fs": [ + 104, + 657, + 506, + 696 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 233, + 699, + 376, + 735 + ], + "lines": [ + { + "bbox": [ + 233, + 699, + 376, + 735 + ], + "spans": [ + { + "bbox": [ + 233, + 699, + 376, + 735 + ], + "score": 0.94, + "content": "\\forall \\alpha : \\bigcap _ { i = 1 } ^ { d _ { 1 } ^ { * } } \\tilde { \\mathcal { G } } _ { i } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\subset \\tilde { \\mathcal { G } } \\left( \\mathbf { X } , \\mathbf { W } ^ { * } \\right) .", + "type": "interline_equation", + "image_path": "501f94c985d7910b8e133970d075709aae0442c05b8ac0edb2aff54e130851d1.jpg" + } + ] + } + ], + "index": 37.5, + "virtual_lines": [ + { + "bbox": [ + 233, + 699, + 376, + 717.0 + ], + "spans": [], + "index": 37 + }, + { + "bbox": [ + 233, + 717.0, + 376, + 735.0 + ], + "spans": [], + "index": 38 + } + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 81, + 216, + 94 + ], + "lines": [ + { + "bbox": [ + 106, + 81, + 217, + 96 + ], + "spans": [ + { + "bbox": [ + 106, + 81, + 139, + 96 + ], + "score": 1.0, + "content": "And so,", + "type": "text" + }, + { + "bbox": [ + 139, + 82, + 212, + 95 + ], + "score": 0.89, + "content": "\\forall \\mathbf { X } \\in \\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 212, + 81, + 217, + 96 + ], + "score": 1.0, + "content": ":", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "interline_equation", + "bbox": [ + 175, + 100, + 453, + 178 + ], + "lines": [ + { + "bbox": [ + 175, + 100, + 453, + 178 + ], + "spans": [ + { + "bbox": [ + 175, + 100, + 453, + 178 + ], + "score": 0.94, + "content": "\\begin{array} { r l } & { \\mathbb { P } _ { \\mathbf { W } \\sim \\mathcal { N } } \\left( \\mathbf { W } \\in \\tilde { \\mathcal { G } } \\left( \\mathbf { X } , \\mathbf { W } ^ { * } \\right) \\right) \\overset { ( 1 ) } { \\geq } \\mathbb { P } _ { \\mathbf { W } \\sim \\mathcal { N } } \\left( \\mathbf { W } \\in \\displaystyle \\bigcap _ { i = 1 } ^ { d _ { 1 } ^ { * } } \\tilde { \\mathcal { G } } _ { i } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) } \\\\ & { \\overset { ( 2 ) } { = } \\displaystyle \\prod _ { i = 1 } ^ { d _ { 1 } ^ { * } } \\mathbb { P } _ { \\mathbf { W } \\sim \\mathcal { N } } \\left( \\mathbf { W } \\in \\tilde { \\mathcal { G } } _ { i } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) \\overset { ( 3 ) } { \\geq } \\left[ \\frac { 2 \\sin \\left( \\alpha \\right) ^ { d _ { 0 } - 1 } } { \\left( d _ { 0 } - 1 \\right) B \\left( \\frac { 1 } { 2 } , \\frac { d _ { 0 } - 1 } { 2 } \\right) } \\right] ^ { d _ { 1 } ^ { * } } , } \\end{array}", + "type": "interline_equation", + "image_path": "05bd1c472319bf537d033f55fdc94fa7a901bf13a0cec6a2464976079636f8f1.jpg" + } + ] + } + ], + "index": 2, + "virtual_lines": [ + { + "bbox": [ + 175, + 100, + 453, + 126.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 175, + 126.0, + 453, + 152.0 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 175, + 152.0, + 453, + 178.0 + ], + "spans": [], + "index": 3 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 184, + 505, + 222 + ], + "lines": [ + { + "bbox": [ + 103, + 179, + 506, + 203 + ], + "spans": [ + { + "bbox": [ + 103, + 179, + 379, + 203 + ], + "score": 1.0, + "content": "where in (1) we used eq. (13.5), in (2) we used the independence of", + "type": "text" + }, + { + "bbox": [ + 379, + 182, + 415, + 198 + ], + "score": 0.94, + "content": "\\{ { \\bf w } _ { i } \\} _ { i = 1 } ^ { d _ { 1 } ^ { * } }", + "type": "inline_equation" + }, + { + "bbox": [ + 415, + 179, + 506, + 203 + ], + "score": 1.0, + "content": "and in (3) we used eq.", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 196, + 505, + 209 + ], + "spans": [ + { + "bbox": [ + 105, + 196, + 505, + 209 + ], + "score": 1.0, + "content": "(13.1) from Lemma 39. Lastly, to simplify this equation we use the asymptotic expansion of the beta", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 205, + 325, + 224 + ], + "spans": [ + { + "bbox": [ + 105, + 205, + 142, + 224 + ], + "score": 1.0, + "content": "function", + "type": "text" + }, + { + "bbox": [ + 142, + 208, + 273, + 222 + ], + "score": 0.92, + "content": "B \\left( { \\textstyle \\frac { 1 } { 2 } } , x \\right) = { \\sqrt { \\pi / x } } + O \\left( x ^ { - 3 / 2 } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 274, + 205, + 311, + 224 + ], + "score": 1.0, + "content": "for large", + "type": "text" + }, + { + "bbox": [ + 312, + 211, + 318, + 219 + ], + "score": 0.76, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 319, + 205, + 325, + 224 + ], + "score": 1.0, + "content": ":", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 5 + }, + { + "type": "interline_equation", + "bbox": [ + 169, + 227, + 441, + 249 + ], + "lines": [ + { + "bbox": [ + 169, + 227, + 441, + 249 + ], + "spans": [ + { + "bbox": [ + 169, + 227, + 441, + 249 + ], + "score": 0.9, + "content": "\\begin{array} { r } { \\log \\mathbb { P } _ { \\mathbf { W } \\sim \\mathcal { N } } \\left( \\mathbf { W } \\in \\tilde { \\mathcal { G } } \\left( \\mathbf { X } , \\mathbf { W } ^ { * } \\right) \\right) \\geq d _ { 0 } d _ { 1 } ^ { * } \\log \\sin \\alpha + O \\left( d _ { 1 } ^ { * } \\log d _ { 0 } \\right) . } \\end{array}", + "type": "interline_equation", + "image_path": "ddcbd3ee9ecae6f0edcd1cd3a6bb3d07c8c96725d5d383c6e4ca63bdb1cf72df.jpg" + } + ] + } + ], + "index": 7, + "virtual_lines": [ + { + "bbox": [ + 169, + 227, + 441, + 249 + ], + "spans": [], + "index": 7 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 255, + 393, + 269 + ], + "lines": [ + { + "bbox": [ + 105, + 253, + 393, + 271 + ], + "spans": [ + { + "bbox": [ + 105, + 253, + 243, + 271 + ], + "score": 1.0, + "content": "We obtain the Lemma in the limit", + "type": "text" + }, + { + "bbox": [ + 243, + 257, + 279, + 267 + ], + "score": 0.9, + "content": "N \\to \\infty", + "type": "inline_equation" + }, + { + "bbox": [ + 279, + 253, + 304, + 271 + ], + "score": 1.0, + "content": "when", + "type": "text" + }, + { + "bbox": [ + 304, + 255, + 389, + 268 + ], + "score": 0.86, + "content": "\\log \\sin \\alpha { \\dot { > } } d _ { 0 } ^ { - 1 } \\log d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 389, + 253, + 393, + 271 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 8 + }, + { + "type": "title", + "bbox": [ + 108, + 281, + 233, + 293 + ], + "lines": [ + { + "bbox": [ + 106, + 280, + 234, + 295 + ], + "spans": [ + { + "bbox": [ + 106, + 280, + 234, + 295 + ], + "score": 1.0, + "content": "13.3 PROOF OF LEMMA 22:", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 9 + }, + { + "type": "text", + "bbox": [ + 106, + 300, + 506, + 346 + ], + "lines": [ + { + "bbox": [ + 101, + 299, + 508, + 325 + ], + "spans": [ + { + "bbox": [ + 101, + 299, + 268, + 325 + ], + "score": 1.0, + "content": "Lemma 41. (Lemma 22 restated). Let", + "type": "text" + }, + { + "bbox": [ + 268, + 300, + 412, + 323 + ], + "score": 0.92, + "content": "\\mathbf { W } ^ { * } = \\left[ \\mathbf { w } _ { 1 } ^ { \\top } , \\ldots , \\mathbf { w } _ { d _ { 1 } ^ { * } } ^ { \\top } \\right] ^ { \\top } \\in \\mathbb { R } ^ { d _ { 1 } ^ { * } \\times d _ { 0 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 413, + 302, + 508, + 322 + ], + "score": 1.0, + "content": "a fixed matrix indepen-", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 320, + 506, + 336 + ], + "spans": [ + { + "bbox": [ + 105, + 320, + 138, + 336 + ], + "score": 1.0, + "content": "dent of", + "type": "text" + }, + { + "bbox": [ + 138, + 323, + 148, + 333 + ], + "score": 0.42, + "content": "\\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 148, + 320, + 226, + 336 + ], + "score": 1.0, + "content": ". Then, in the limit", + "type": "text" + }, + { + "bbox": [ + 227, + 323, + 264, + 333 + ], + "score": 0.89, + "content": "N \\infty", + "type": "inline_equation" + }, + { + "bbox": [ + 265, + 320, + 286, + 336 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 287, + 323, + 332, + 335 + ], + "score": 0.86, + "content": "d _ { 1 } ^ { * } { \\dot { \\leq } } d _ { 0 } { \\dot { \\leq } } N _ { \\mathrm { ~ } }", + "type": "inline_equation" + }, + { + "bbox": [ + 332, + 320, + 506, + 336 + ], + "score": 1.0, + "content": ", the probability of not having an angular", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 332, + 354, + 348 + ], + "spans": [ + { + "bbox": [ + 105, + 332, + 139, + 348 + ], + "score": 1.0, + "content": "margin", + "type": "text" + }, + { + "bbox": [ + 139, + 334, + 220, + 346 + ], + "score": 0.87, + "content": "\\sin \\alpha = 1 / \\left( d _ { 1 } ^ { * } d _ { 0 } N \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 220, + 332, + 354, + 348 + ], + "score": 1.0, + "content": "(eq. (13.3)) is upper bounded by", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11 + }, + { + "type": "interline_equation", + "bbox": [ + 238, + 352, + 372, + 379 + ], + "lines": [ + { + "bbox": [ + 238, + 352, + 372, + 379 + ], + "spans": [ + { + "bbox": [ + 238, + 352, + 372, + 379 + ], + "score": 0.94, + "content": "\\mathbb { P } \\left( \\mathbf { X } \\notin \\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) \\dot { \\leq } \\sqrt { \\frac { 2 } { \\pi } } d _ { 0 } ^ { - 1 / 2 }", + "type": "interline_equation", + "image_path": "ce627acc7cb618f45f7c25e679dc79964d455d7f1ec26ec0b22ea5b8a6e17d35.jpg" + } + ] + } + ], + "index": 13, + "virtual_lines": [ + { + "bbox": [ + 238, + 352, + 372, + 379 + ], + "spans": [], + "index": 13 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 391, + 178, + 403 + ], + "lines": [ + { + "bbox": [ + 105, + 390, + 179, + 404 + ], + "spans": [ + { + "bbox": [ + 105, + 390, + 179, + 404 + ], + "score": 1.0, + "content": "Proof. We define", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 14 + }, + { + "type": "interline_equation", + "bbox": [ + 183, + 408, + 427, + 442 + ], + "lines": [ + { + "bbox": [ + 183, + 408, + 427, + 442 + ], + "spans": [ + { + "bbox": [ + 183, + 408, + 427, + 442 + ], + "score": 0.94, + "content": "\\mathcal M _ { n , i } ^ { \\alpha } ( \\mathbf W ^ { * } ) \\triangleq \\{ \\mathbf X \\in \\mathbb R ^ { d _ { 0 } \\times N } | | \\frac { \\mathbf x ^ { ( n ) \\top } \\mathbf w _ { i } ^ { * } } { \\| \\mathbf x ^ { ( n ) } \\| \\| \\mathbf w _ { i } ^ { * } \\| } | > \\sin ( \\alpha ) \\} ,", + "type": "interline_equation", + "image_path": "b4b3b1e2187066ea7a7e0b408ffdccfc5a6ed26dcc5480cff6b86dcf5ce352ad.jpg" + } + ] + } + ], + "index": 15.5, + "virtual_lines": [ + { + "bbox": [ + 183, + 408, + 427, + 425.0 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 183, + 425.0, + 427, + 442.0 + ], + "spans": [], + "index": 16 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 448, + 443, + 465 + ], + "lines": [ + { + "bbox": [ + 105, + 447, + 444, + 465 + ], + "spans": [ + { + "bbox": [ + 105, + 447, + 124, + 465 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 124, + 447, + 253, + 465 + ], + "score": 0.92, + "content": "\\begin{array} { r } { \\mathcal { M } _ { n } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\triangleq \\bigcap _ { i = 1 } ^ { d _ { 1 } ^ { * } } \\mathcal { M } _ { n , i } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 253, + 447, + 282, + 465 + ], + "score": 1.0, + "content": ". Since", + "type": "text" + }, + { + "bbox": [ + 283, + 448, + 404, + 464 + ], + "score": 0.91, + "content": "\\begin{array} { r } { \\mathcal { M } \\left( \\mathbf { W } ^ { * } \\right) = \\bigcap _ { n = 1 } ^ { N } \\mathcal { M } _ { n } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 404, + 447, + 444, + 465 + ], + "score": 1.0, + "content": ", we have", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17 + }, + { + "type": "interline_equation", + "bbox": [ + 120, + 470, + 489, + 546 + ], + "lines": [ + { + "bbox": [ + 120, + 470, + 489, + 546 + ], + "spans": [ + { + "bbox": [ + 120, + 470, + 489, + 546 + ], + "score": 0.93, + "content": "\\begin{array} { r l } & { \\displaystyle \\mathbb { P } \\left( \\mathbf { X } \\in \\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) \\stackrel { ( 1 ) } { = } \\prod _ { n = 1 } ^ { N } \\mathbb { P } \\left( \\mathbf { X } \\in \\mathcal { M } _ { n } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) = \\prod _ { n = 1 } ^ { N } \\left[ 1 - \\mathbb { P } \\left( \\mathbf { X } \\notin \\mathcal { M } _ { n } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) \\right] } \\\\ & { \\displaystyle \\overset { ( 2 ) } { \\geq } \\prod _ { n = 1 } ^ { N } \\left[ 1 - \\sum _ { i = 1 } ^ { d _ { 1 } ^ { * } } \\mathbb { P } \\left( \\mathbf { X } \\notin \\mathcal { M } _ { n , i } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) \\right] \\stackrel { ( 3 ) } { \\geq } \\left[ 1 - d _ { 1 } ^ { * } \\frac { 2 \\sin \\left( \\alpha \\right) } { B \\left( \\frac { 1 } { 2 } , \\frac { d _ { 0 } - 1 } { 2 } \\right) } \\right] ^ { N } , } \\end{array}", + "type": "interline_equation", + "image_path": "a95c3628c61d64327a15beb88d00affb7ef970a02e5e923e78cce885f719853f.jpg" + } + ] + } + ], + "index": 19, + "virtual_lines": [ + { + "bbox": [ + 120, + 470, + 489, + 495.3333333333333 + ], + "spans": [], + "index": 18 + }, + { + "bbox": [ + 120, + 495.3333333333333, + 489, + 520.6666666666666 + ], + "spans": [], + "index": 19 + }, + { + "bbox": [ + 120, + 520.6666666666666, + 489, + 546.0 + ], + "spans": [], + "index": 20 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 550, + 505, + 590 + ], + "lines": [ + { + "bbox": [ + 102, + 547, + 507, + 570 + ], + "spans": [ + { + "bbox": [ + 102, + 547, + 318, + 570 + ], + "score": 1.0, + "content": "where in (1) we used the independence of \bx(n)\tNn=", + "type": "text" + }, + { + "bbox": [ + 322, + 551, + 507, + 569 + ], + "score": 1.0, + "content": ", in (2) we use the union bound, and in (3) we", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 563, + 506, + 579 + ], + "spans": [ + { + "bbox": [ + 105, + 563, + 506, + 579 + ], + "score": 1.0, + "content": "use eq. (13.2) from Lemma 39. Taking the log and we using the asymptotic expansion of the beta", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 573, + 353, + 592 + ], + "spans": [ + { + "bbox": [ + 105, + 573, + 142, + 592 + ], + "score": 1.0, + "content": "function", + "type": "text" + }, + { + "bbox": [ + 142, + 576, + 273, + 591 + ], + "score": 0.94, + "content": "B \\left( { \\textstyle \\frac { 1 } { 2 } } , x \\right) = { \\sqrt { \\pi / x } } + O \\left( x ^ { - 3 / 2 } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 274, + 573, + 311, + 592 + ], + "score": 1.0, + "content": "for large", + "type": "text" + }, + { + "bbox": [ + 312, + 579, + 318, + 587 + ], + "score": 0.73, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 319, + 573, + 353, + 592 + ], + "score": 1.0, + "content": ", we get", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22 + }, + { + "type": "interline_equation", + "bbox": [ + 147, + 595, + 462, + 659 + ], + "lines": [ + { + "bbox": [ + 147, + 595, + 462, + 659 + ], + "spans": [ + { + "bbox": [ + 147, + 595, + 462, + 659 + ], + "score": 0.94, + "content": "\\begin{array} { r l } & { \\log \\mathbb { P } \\left( \\mathbf { X } \\in \\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) \\geq N \\log \\left[ 1 - \\sqrt { \\frac { 2 } { \\pi } d _ { 0 } } d _ { 1 } ^ { * } \\sin \\alpha + O \\left( d _ { 1 } ^ { * } d _ { 0 } ^ { - 1 / 2 } \\sin \\alpha \\right) \\right] } \\\\ & { \\qquad = - \\sqrt { \\frac { 2 } { \\pi } } d _ { 0 } ^ { - 1 / 2 } + O \\left( d _ { 0 } ^ { - 3 / 2 } / N + d _ { 0 } ^ { - 1 } N ^ { - 2 } \\right) , } \\end{array}", + "type": "interline_equation", + "image_path": "c57dcc64b5df4df02b49cddb13a272ddc1a9c7ec5fe73de5f7b50aeb52d23dcb.jpg" + } + ] + } + ], + "index": 25, + "virtual_lines": [ + { + "bbox": [ + 147, + 595, + 462, + 616.3333333333334 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 147, + 616.3333333333334, + 462, + 637.6666666666667 + ], + "spans": [], + "index": 25 + }, + { + "bbox": [ + 147, + 637.6666666666667, + 462, + 659.0000000000001 + ], + "spans": [], + "index": 26 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 663, + 440, + 677 + ], + "lines": [ + { + "bbox": [ + 105, + 663, + 440, + 677 + ], + "spans": [ + { + "bbox": [ + 105, + 663, + 240, + 677 + ], + "score": 1.0, + "content": "where in the last line we recalled", + "type": "text" + }, + { + "bbox": [ + 240, + 664, + 293, + 677 + ], + "score": 0.92, + "content": "\\sin \\alpha = 1 / N", + "type": "inline_equation" + }, + { + "bbox": [ + 293, + 663, + 356, + 677 + ], + "score": 1.0, + "content": ". Recalling that", + "type": "text" + }, + { + "bbox": [ + 356, + 663, + 402, + 677 + ], + "score": 0.9, + "content": "d _ { 1 } ^ { * } { \\dot { \\le } } d _ { 0 } { \\dot { \\le } } N", + "type": "inline_equation" + }, + { + "bbox": [ + 402, + 663, + 440, + 677 + ], + "score": 1.0, + "content": ", we find", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 27 + }, + { + "type": "interline_equation", + "bbox": [ + 181, + 682, + 429, + 716 + ], + "lines": [ + { + "bbox": [ + 181, + 682, + 429, + 716 + ], + "spans": [ + { + "bbox": [ + 181, + 682, + 429, + 716 + ], + "score": 0.93, + "content": "\\mathbb { P } \\left( \\mathbf { X } \\notin \\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) \\dot { \\geq } 1 - \\exp \\left( - \\sqrt { \\frac { 2 } { \\pi } } d _ { 0 } ^ { - 1 / 2 } \\right) \\geq \\sqrt { \\frac { 2 } { \\pi } } d _ { 0 } ^ { - 1 / 2 }", + "type": "interline_equation", + "image_path": "617122fe9337cd88a938e13238bae4a6eb639f9d238c839bf08a758137bf8de3.jpg" + } + ] + } + ], + "index": 29, + "virtual_lines": [ + { + "bbox": [ + 181, + 682, + 429, + 693.3333333333334 + ], + "spans": [], + "index": 28 + }, + { + "bbox": [ + 181, + 693.3333333333334, + 429, + 704.6666666666667 + ], + "spans": [], + "index": 29 + }, + { + "bbox": [ + 181, + 704.6666666666667, + 429, + 716.0000000000001 + ], + "spans": [], + "index": 30 + } + ] + } + ], + "page_idx": 30, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 26, + 308, + 38 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 309, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 309, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 494, + 720, + 505, + 731 + ], + "lines": [ + { + "bbox": [ + 495, + 722, + 505, + 732 + ], + "spans": [ + { + "bbox": [ + 495, + 722, + 505, + 732 + ], + "score": 0.998, + "content": "□", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 494, + 256, + 505, + 267 + ], + "lines": [ + { + "bbox": [ + 495, + 258, + 505, + 267 + ], + "spans": [ + { + "bbox": [ + 495, + 258, + 505, + 267 + ], + "score": 0.999, + "content": "□", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 761 + ], + "lines": [ + { + "bbox": [ + 298, + 750, + 312, + 764 + ], + "spans": [ + { + "bbox": [ + 298, + 750, + 312, + 764 + ], + "score": 1.0, + "content": "31", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 81, + 216, + 94 + ], + "lines": [ + { + "bbox": [ + 106, + 81, + 217, + 96 + ], + "spans": [ + { + "bbox": [ + 106, + 81, + 139, + 96 + ], + "score": 1.0, + "content": "And so,", + "type": "text" + }, + { + "bbox": [ + 139, + 82, + 212, + 95 + ], + "score": 0.89, + "content": "\\forall \\mathbf { X } \\in \\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 212, + 81, + 217, + 96 + ], + "score": 1.0, + "content": ":", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0, + "bbox_fs": [ + 106, + 81, + 217, + 96 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 175, + 100, + 453, + 178 + ], + "lines": [ + { + "bbox": [ + 175, + 100, + 453, + 178 + ], + "spans": [ + { + "bbox": [ + 175, + 100, + 453, + 178 + ], + "score": 0.94, + "content": "\\begin{array} { r l } & { \\mathbb { P } _ { \\mathbf { W } \\sim \\mathcal { N } } \\left( \\mathbf { W } \\in \\tilde { \\mathcal { G } } \\left( \\mathbf { X } , \\mathbf { W } ^ { * } \\right) \\right) \\overset { ( 1 ) } { \\geq } \\mathbb { P } _ { \\mathbf { W } \\sim \\mathcal { N } } \\left( \\mathbf { W } \\in \\displaystyle \\bigcap _ { i = 1 } ^ { d _ { 1 } ^ { * } } \\tilde { \\mathcal { G } } _ { i } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) } \\\\ & { \\overset { ( 2 ) } { = } \\displaystyle \\prod _ { i = 1 } ^ { d _ { 1 } ^ { * } } \\mathbb { P } _ { \\mathbf { W } \\sim \\mathcal { N } } \\left( \\mathbf { W } \\in \\tilde { \\mathcal { G } } _ { i } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) \\overset { ( 3 ) } { \\geq } \\left[ \\frac { 2 \\sin \\left( \\alpha \\right) ^ { d _ { 0 } - 1 } } { \\left( d _ { 0 } - 1 \\right) B \\left( \\frac { 1 } { 2 } , \\frac { d _ { 0 } - 1 } { 2 } \\right) } \\right] ^ { d _ { 1 } ^ { * } } , } \\end{array}", + "type": "interline_equation", + "image_path": "05bd1c472319bf537d033f55fdc94fa7a901bf13a0cec6a2464976079636f8f1.jpg" + } + ] + } + ], + "index": 2, + "virtual_lines": [ + { + "bbox": [ + 175, + 100, + 453, + 126.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 175, + 126.0, + 453, + 152.0 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 175, + 152.0, + 453, + 178.0 + ], + "spans": [], + "index": 3 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 184, + 505, + 222 + ], + "lines": [ + { + "bbox": [ + 103, + 179, + 506, + 203 + ], + "spans": [ + { + "bbox": [ + 103, + 179, + 379, + 203 + ], + "score": 1.0, + "content": "where in (1) we used eq. (13.5), in (2) we used the independence of", + "type": "text" + }, + { + "bbox": [ + 379, + 182, + 415, + 198 + ], + "score": 0.94, + "content": "\\{ { \\bf w } _ { i } \\} _ { i = 1 } ^ { d _ { 1 } ^ { * } }", + "type": "inline_equation" + }, + { + "bbox": [ + 415, + 179, + 506, + 203 + ], + "score": 1.0, + "content": "and in (3) we used eq.", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 196, + 505, + 209 + ], + "spans": [ + { + "bbox": [ + 105, + 196, + 505, + 209 + ], + "score": 1.0, + "content": "(13.1) from Lemma 39. Lastly, to simplify this equation we use the asymptotic expansion of the beta", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 205, + 325, + 224 + ], + "spans": [ + { + "bbox": [ + 105, + 205, + 142, + 224 + ], + "score": 1.0, + "content": "function", + "type": "text" + }, + { + "bbox": [ + 142, + 208, + 273, + 222 + ], + "score": 0.92, + "content": "B \\left( { \\textstyle \\frac { 1 } { 2 } } , x \\right) = { \\sqrt { \\pi / x } } + O \\left( x ^ { - 3 / 2 } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 274, + 205, + 311, + 224 + ], + "score": 1.0, + "content": "for large", + "type": "text" + }, + { + "bbox": [ + 312, + 211, + 318, + 219 + ], + "score": 0.76, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 319, + 205, + 325, + 224 + ], + "score": 1.0, + "content": ":", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 5, + "bbox_fs": [ + 103, + 179, + 506, + 224 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 169, + 227, + 441, + 249 + ], + "lines": [ + { + "bbox": [ + 169, + 227, + 441, + 249 + ], + "spans": [ + { + "bbox": [ + 169, + 227, + 441, + 249 + ], + "score": 0.9, + "content": "\\begin{array} { r } { \\log \\mathbb { P } _ { \\mathbf { W } \\sim \\mathcal { N } } \\left( \\mathbf { W } \\in \\tilde { \\mathcal { G } } \\left( \\mathbf { X } , \\mathbf { W } ^ { * } \\right) \\right) \\geq d _ { 0 } d _ { 1 } ^ { * } \\log \\sin \\alpha + O \\left( d _ { 1 } ^ { * } \\log d _ { 0 } \\right) . } \\end{array}", + "type": "interline_equation", + "image_path": "ddcbd3ee9ecae6f0edcd1cd3a6bb3d07c8c96725d5d383c6e4ca63bdb1cf72df.jpg" + } + ] + } + ], + "index": 7, + "virtual_lines": [ + { + "bbox": [ + 169, + 227, + 441, + 249 + ], + "spans": [], + "index": 7 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 255, + 393, + 269 + ], + "lines": [ + { + "bbox": [ + 105, + 253, + 393, + 271 + ], + "spans": [ + { + "bbox": [ + 105, + 253, + 243, + 271 + ], + "score": 1.0, + "content": "We obtain the Lemma in the limit", + "type": "text" + }, + { + "bbox": [ + 243, + 257, + 279, + 267 + ], + "score": 0.9, + "content": "N \\to \\infty", + "type": "inline_equation" + }, + { + "bbox": [ + 279, + 253, + 304, + 271 + ], + "score": 1.0, + "content": "when", + "type": "text" + }, + { + "bbox": [ + 304, + 255, + 389, + 268 + ], + "score": 0.86, + "content": "\\log \\sin \\alpha { \\dot { > } } d _ { 0 } ^ { - 1 } \\log d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 389, + 253, + 393, + 271 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 8, + "bbox_fs": [ + 105, + 253, + 393, + 271 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 281, + 233, + 293 + ], + "lines": [ + { + "bbox": [ + 106, + 280, + 234, + 295 + ], + "spans": [ + { + "bbox": [ + 106, + 280, + 234, + 295 + ], + "score": 1.0, + "content": "13.3 PROOF OF LEMMA 22:", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 9 + }, + { + "type": "text", + "bbox": [ + 106, + 300, + 506, + 346 + ], + "lines": [ + { + "bbox": [ + 101, + 299, + 508, + 325 + ], + "spans": [ + { + "bbox": [ + 101, + 299, + 268, + 325 + ], + "score": 1.0, + "content": "Lemma 41. (Lemma 22 restated). Let", + "type": "text" + }, + { + "bbox": [ + 268, + 300, + 412, + 323 + ], + "score": 0.92, + "content": "\\mathbf { W } ^ { * } = \\left[ \\mathbf { w } _ { 1 } ^ { \\top } , \\ldots , \\mathbf { w } _ { d _ { 1 } ^ { * } } ^ { \\top } \\right] ^ { \\top } \\in \\mathbb { R } ^ { d _ { 1 } ^ { * } \\times d _ { 0 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 413, + 302, + 508, + 322 + ], + "score": 1.0, + "content": "a fixed matrix indepen-", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 320, + 506, + 336 + ], + "spans": [ + { + "bbox": [ + 105, + 320, + 138, + 336 + ], + "score": 1.0, + "content": "dent of", + "type": "text" + }, + { + "bbox": [ + 138, + 323, + 148, + 333 + ], + "score": 0.42, + "content": "\\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 148, + 320, + 226, + 336 + ], + "score": 1.0, + "content": ". Then, in the limit", + "type": "text" + }, + { + "bbox": [ + 227, + 323, + 264, + 333 + ], + "score": 0.89, + "content": "N \\infty", + "type": "inline_equation" + }, + { + "bbox": [ + 265, + 320, + 286, + 336 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 287, + 323, + 332, + 335 + ], + "score": 0.86, + "content": "d _ { 1 } ^ { * } { \\dot { \\leq } } d _ { 0 } { \\dot { \\leq } } N _ { \\mathrm { ~ } }", + "type": "inline_equation" + }, + { + "bbox": [ + 332, + 320, + 506, + 336 + ], + "score": 1.0, + "content": ", the probability of not having an angular", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 332, + 354, + 348 + ], + "spans": [ + { + "bbox": [ + 105, + 332, + 139, + 348 + ], + "score": 1.0, + "content": "margin", + "type": "text" + }, + { + "bbox": [ + 139, + 334, + 220, + 346 + ], + "score": 0.87, + "content": "\\sin \\alpha = 1 / \\left( d _ { 1 } ^ { * } d _ { 0 } N \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 220, + 332, + 354, + 348 + ], + "score": 1.0, + "content": "(eq. (13.3)) is upper bounded by", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11, + "bbox_fs": [ + 101, + 299, + 508, + 348 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 238, + 352, + 372, + 379 + ], + "lines": [ + { + "bbox": [ + 238, + 352, + 372, + 379 + ], + "spans": [ + { + "bbox": [ + 238, + 352, + 372, + 379 + ], + "score": 0.94, + "content": "\\mathbb { P } \\left( \\mathbf { X } \\notin \\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) \\dot { \\leq } \\sqrt { \\frac { 2 } { \\pi } } d _ { 0 } ^ { - 1 / 2 }", + "type": "interline_equation", + "image_path": "ce627acc7cb618f45f7c25e679dc79964d455d7f1ec26ec0b22ea5b8a6e17d35.jpg" + } + ] + } + ], + "index": 13, + "virtual_lines": [ + { + "bbox": [ + 238, + 352, + 372, + 379 + ], + "spans": [], + "index": 13 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 391, + 178, + 403 + ], + "lines": [ + { + "bbox": [ + 105, + 390, + 179, + 404 + ], + "spans": [ + { + "bbox": [ + 105, + 390, + 179, + 404 + ], + "score": 1.0, + "content": "Proof. We define", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 14, + "bbox_fs": [ + 105, + 390, + 179, + 404 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 183, + 408, + 427, + 442 + ], + "lines": [ + { + "bbox": [ + 183, + 408, + 427, + 442 + ], + "spans": [ + { + "bbox": [ + 183, + 408, + 427, + 442 + ], + "score": 0.94, + "content": "\\mathcal M _ { n , i } ^ { \\alpha } ( \\mathbf W ^ { * } ) \\triangleq \\{ \\mathbf X \\in \\mathbb R ^ { d _ { 0 } \\times N } | | \\frac { \\mathbf x ^ { ( n ) \\top } \\mathbf w _ { i } ^ { * } } { \\| \\mathbf x ^ { ( n ) } \\| \\| \\mathbf w _ { i } ^ { * } \\| } | > \\sin ( \\alpha ) \\} ,", + "type": "interline_equation", + "image_path": "b4b3b1e2187066ea7a7e0b408ffdccfc5a6ed26dcc5480cff6b86dcf5ce352ad.jpg" + } + ] + } + ], + "index": 15.5, + "virtual_lines": [ + { + "bbox": [ + 183, + 408, + 427, + 425.0 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 183, + 425.0, + 427, + 442.0 + ], + "spans": [], + "index": 16 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 448, + 443, + 465 + ], + "lines": [ + { + "bbox": [ + 105, + 447, + 444, + 465 + ], + "spans": [ + { + "bbox": [ + 105, + 447, + 124, + 465 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 124, + 447, + 253, + 465 + ], + "score": 0.92, + "content": "\\begin{array} { r } { \\mathcal { M } _ { n } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\triangleq \\bigcap _ { i = 1 } ^ { d _ { 1 } ^ { * } } \\mathcal { M } _ { n , i } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 253, + 447, + 282, + 465 + ], + "score": 1.0, + "content": ". Since", + "type": "text" + }, + { + "bbox": [ + 283, + 448, + 404, + 464 + ], + "score": 0.91, + "content": "\\begin{array} { r } { \\mathcal { M } \\left( \\mathbf { W } ^ { * } \\right) = \\bigcap _ { n = 1 } ^ { N } \\mathcal { M } _ { n } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 404, + 447, + 444, + 465 + ], + "score": 1.0, + "content": ", we have", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17, + "bbox_fs": [ + 105, + 447, + 444, + 465 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 120, + 470, + 489, + 546 + ], + "lines": [ + { + "bbox": [ + 120, + 470, + 489, + 546 + ], + "spans": [ + { + "bbox": [ + 120, + 470, + 489, + 546 + ], + "score": 0.93, + "content": "\\begin{array} { r l } & { \\displaystyle \\mathbb { P } \\left( \\mathbf { X } \\in \\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) \\stackrel { ( 1 ) } { = } \\prod _ { n = 1 } ^ { N } \\mathbb { P } \\left( \\mathbf { X } \\in \\mathcal { M } _ { n } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) = \\prod _ { n = 1 } ^ { N } \\left[ 1 - \\mathbb { P } \\left( \\mathbf { X } \\notin \\mathcal { M } _ { n } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) \\right] } \\\\ & { \\displaystyle \\overset { ( 2 ) } { \\geq } \\prod _ { n = 1 } ^ { N } \\left[ 1 - \\sum _ { i = 1 } ^ { d _ { 1 } ^ { * } } \\mathbb { P } \\left( \\mathbf { X } \\notin \\mathcal { M } _ { n , i } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) \\right] \\stackrel { ( 3 ) } { \\geq } \\left[ 1 - d _ { 1 } ^ { * } \\frac { 2 \\sin \\left( \\alpha \\right) } { B \\left( \\frac { 1 } { 2 } , \\frac { d _ { 0 } - 1 } { 2 } \\right) } \\right] ^ { N } , } \\end{array}", + "type": "interline_equation", + "image_path": "a95c3628c61d64327a15beb88d00affb7ef970a02e5e923e78cce885f719853f.jpg" + } + ] + } + ], + "index": 19, + "virtual_lines": [ + { + "bbox": [ + 120, + 470, + 489, + 495.3333333333333 + ], + "spans": [], + "index": 18 + }, + { + "bbox": [ + 120, + 495.3333333333333, + 489, + 520.6666666666666 + ], + "spans": [], + "index": 19 + }, + { + "bbox": [ + 120, + 520.6666666666666, + 489, + 546.0 + ], + "spans": [], + "index": 20 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 550, + 505, + 590 + ], + "lines": [ + { + "bbox": [ + 102, + 547, + 507, + 570 + ], + "spans": [ + { + "bbox": [ + 102, + 547, + 318, + 570 + ], + "score": 1.0, + "content": "where in (1) we used the independence of \bx(n)\tNn=", + "type": "text" + }, + { + "bbox": [ + 322, + 551, + 507, + 569 + ], + "score": 1.0, + "content": ", in (2) we use the union bound, and in (3) we", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 563, + 506, + 579 + ], + "spans": [ + { + "bbox": [ + 105, + 563, + 506, + 579 + ], + "score": 1.0, + "content": "use eq. (13.2) from Lemma 39. Taking the log and we using the asymptotic expansion of the beta", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 573, + 353, + 592 + ], + "spans": [ + { + "bbox": [ + 105, + 573, + 142, + 592 + ], + "score": 1.0, + "content": "function", + "type": "text" + }, + { + "bbox": [ + 142, + 576, + 273, + 591 + ], + "score": 0.94, + "content": "B \\left( { \\textstyle \\frac { 1 } { 2 } } , x \\right) = { \\sqrt { \\pi / x } } + O \\left( x ^ { - 3 / 2 } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 274, + 573, + 311, + 592 + ], + "score": 1.0, + "content": "for large", + "type": "text" + }, + { + "bbox": [ + 312, + 579, + 318, + 587 + ], + "score": 0.73, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 319, + 573, + 353, + 592 + ], + "score": 1.0, + "content": ", we get", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22, + "bbox_fs": [ + 102, + 547, + 507, + 592 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 147, + 595, + 462, + 659 + ], + "lines": [ + { + "bbox": [ + 147, + 595, + 462, + 659 + ], + "spans": [ + { + "bbox": [ + 147, + 595, + 462, + 659 + ], + "score": 0.94, + "content": "\\begin{array} { r l } & { \\log \\mathbb { P } \\left( \\mathbf { X } \\in \\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) \\geq N \\log \\left[ 1 - \\sqrt { \\frac { 2 } { \\pi } d _ { 0 } } d _ { 1 } ^ { * } \\sin \\alpha + O \\left( d _ { 1 } ^ { * } d _ { 0 } ^ { - 1 / 2 } \\sin \\alpha \\right) \\right] } \\\\ & { \\qquad = - \\sqrt { \\frac { 2 } { \\pi } } d _ { 0 } ^ { - 1 / 2 } + O \\left( d _ { 0 } ^ { - 3 / 2 } / N + d _ { 0 } ^ { - 1 } N ^ { - 2 } \\right) , } \\end{array}", + "type": "interline_equation", + "image_path": "c57dcc64b5df4df02b49cddb13a272ddc1a9c7ec5fe73de5f7b50aeb52d23dcb.jpg" + } + ] + } + ], + "index": 25, + "virtual_lines": [ + { + "bbox": [ + 147, + 595, + 462, + 616.3333333333334 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 147, + 616.3333333333334, + 462, + 637.6666666666667 + ], + "spans": [], + "index": 25 + }, + { + "bbox": [ + 147, + 637.6666666666667, + 462, + 659.0000000000001 + ], + "spans": [], + "index": 26 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 663, + 440, + 677 + ], + "lines": [ + { + "bbox": [ + 105, + 663, + 440, + 677 + ], + "spans": [ + { + "bbox": [ + 105, + 663, + 240, + 677 + ], + "score": 1.0, + "content": "where in the last line we recalled", + "type": "text" + }, + { + "bbox": [ + 240, + 664, + 293, + 677 + ], + "score": 0.92, + "content": "\\sin \\alpha = 1 / N", + "type": "inline_equation" + }, + { + "bbox": [ + 293, + 663, + 356, + 677 + ], + "score": 1.0, + "content": ". Recalling that", + "type": "text" + }, + { + "bbox": [ + 356, + 663, + 402, + 677 + ], + "score": 0.9, + "content": "d _ { 1 } ^ { * } { \\dot { \\le } } d _ { 0 } { \\dot { \\le } } N", + "type": "inline_equation" + }, + { + "bbox": [ + 402, + 663, + 440, + 677 + ], + "score": 1.0, + "content": ", we find", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 27, + "bbox_fs": [ + 105, + 663, + 440, + 677 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 181, + 682, + 429, + 716 + ], + "lines": [ + { + "bbox": [ + 181, + 682, + 429, + 716 + ], + "spans": [ + { + "bbox": [ + 181, + 682, + 429, + 716 + ], + "score": 0.93, + "content": "\\mathbb { P } \\left( \\mathbf { X } \\notin \\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) \\dot { \\geq } 1 - \\exp \\left( - \\sqrt { \\frac { 2 } { \\pi } } d _ { 0 } ^ { - 1 / 2 } \\right) \\geq \\sqrt { \\frac { 2 } { \\pi } } d _ { 0 } ^ { - 1 / 2 }", + "type": "interline_equation", + "image_path": "617122fe9337cd88a938e13238bae4a6eb639f9d238c839bf08a758137bf8de3.jpg" + } + ] + } + ], + "index": 29, + "virtual_lines": [ + { + "bbox": [ + 181, + 682, + 429, + 693.3333333333334 + ], + "spans": [], + "index": 28 + }, + { + "bbox": [ + 181, + 693.3333333333334, + 429, + 704.6666666666667 + ], + "spans": [], + "index": 29 + }, + { + "bbox": [ + 181, + 704.6666666666667, + 429, + 716.0000000000001 + ], + "spans": [], + "index": 30 + } + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 108, + 82, + 232, + 94 + ], + "lines": [ + { + "bbox": [ + 107, + 82, + 232, + 94 + ], + "spans": [ + { + "bbox": [ + 107, + 82, + 232, + 94 + ], + "score": 1.0, + "content": "13.4 PROOF OF LEMMA 23:", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 105, + 101, + 506, + 160 + ], + "lines": [ + { + "bbox": [ + 104, + 100, + 507, + 116 + ], + "spans": [ + { + "bbox": [ + 104, + 100, + 273, + 116 + ], + "score": 1.0, + "content": "Lemma 42. (Lemma 23 restated). Let", + "type": "text" + }, + { + "bbox": [ + 274, + 102, + 327, + 113 + ], + "score": 0.91, + "content": "\\mathbf { X } \\in \\mathbb { R } ^ { d _ { 0 } \\times N }", + "type": "inline_equation" + }, + { + "bbox": [ + 327, + 100, + 507, + 116 + ], + "score": 1.0, + "content": "be a standard random Gaussian matrix of", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 114, + 506, + 127 + ], + "spans": [ + { + "bbox": [ + 105, + 114, + 305, + 127 + ], + "score": 1.0, + "content": "datapoints. Then we can find, with probability", + "type": "text" + }, + { + "bbox": [ + 305, + 115, + 311, + 124 + ], + "score": 0.56, + "content": "^ { l }", + "type": "inline_equation" + }, + { + "bbox": [ + 311, + 114, + 316, + 127 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 317, + 114, + 344, + 126 + ], + "score": 0.92, + "content": "( \\mathbf { X } , \\mathbf { y } )", + "type": "inline_equation" + }, + { + "bbox": [ + 344, + 114, + 430, + 127 + ], + "score": 1.0, + "content": "-dependent matrices", + "type": "text" + }, + { + "bbox": [ + 430, + 114, + 448, + 124 + ], + "score": 0.83, + "content": "\\mathbf { W } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 448, + 114, + 469, + 127 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 469, + 115, + 480, + 124 + ], + "score": 0.85, + "content": "\\mathbf { z } ^ { \\ast }", + "type": "inline_equation" + }, + { + "bbox": [ + 480, + 114, + 506, + 127 + ], + "score": 1.0, + "content": "as in", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 126, + 506, + 139 + ], + "spans": [ + { + "bbox": [ + 105, + 126, + 183, + 139 + ], + "score": 1.0, + "content": "Theorem 8 (where", + "type": "text" + }, + { + "bbox": [ + 183, + 126, + 279, + 139 + ], + "score": 0.9, + "content": "d _ { 1 } ^ { * } \\triangleq 4 \\lceil N / \\left( 2 d _ { 0 } - 2 \\right) \\rceil ,", + "type": "inline_equation" + }, + { + "bbox": [ + 279, + 126, + 377, + 139 + ], + "score": 1.0, + "content": "). Moreover, in the limit", + "type": "text" + }, + { + "bbox": [ + 377, + 127, + 413, + 137 + ], + "score": 0.9, + "content": "N \\to \\infty", + "type": "inline_equation" + }, + { + "bbox": [ + 414, + 126, + 444, + 139 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 445, + 126, + 503, + 138 + ], + "score": 0.9, + "content": "N / d _ { 0 } { \\dot { \\le } } d _ { 0 } { \\dot { \\le } } N", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 126, + 506, + 139 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 137, + 506, + 150 + ], + "spans": [ + { + "bbox": [ + 105, + 137, + 471, + 150 + ], + "score": 1.0, + "content": "for any y, we can bound the probability of not having an angular margin (eq. (13.3)) with", + "type": "text" + }, + { + "bbox": [ + 471, + 139, + 506, + 149 + ], + "score": 0.65, + "content": "\\sin \\alpha =", + "type": "inline_equation" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 146, + 169, + 162 + ], + "spans": [ + { + "bbox": [ + 106, + 149, + 155, + 160 + ], + "score": 0.92, + "content": "1 / \\left( d _ { 1 } ^ { * } d _ { 0 } N \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 155, + 146, + 169, + 162 + ], + "score": 1.0, + "content": "by", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 3 + }, + { + "type": "interline_equation", + "bbox": [ + 204, + 161, + 407, + 190 + ], + "lines": [ + { + "bbox": [ + 204, + 161, + 407, + 190 + ], + "spans": [ + { + "bbox": [ + 204, + 161, + 407, + 190 + ], + "score": 0.91, + "content": "\\mathbb { P } \\left( \\mathbf { X } \\notin \\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) \\dot { \\leq } \\sqrt { \\frac { 8 } { \\pi } } d _ { 0 } ^ { - 1 / 2 } + \\frac { 2 d _ { 0 } ^ { 1 / 2 } \\sqrt { \\log d _ { 0 } } } { N }", + "type": "interline_equation", + "image_path": "8c1c1d6ab39ccbf0f1bc0c12b5fce8e37c5e5c850185b00e41b95515e72261b7.jpg" + } + ] + } + ], + "index": 6.5, + "virtual_lines": [ + { + "bbox": [ + 204, + 161, + 407, + 175.5 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 204, + 175.5, + 407, + 190.0 + ], + "spans": [], + "index": 7 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 199, + 507, + 244 + ], + "lines": [ + { + "bbox": [ + 106, + 200, + 505, + 212 + ], + "spans": [ + { + "bbox": [ + 106, + 200, + 505, + 212 + ], + "score": 1.0, + "content": "Proof. In this proof we heavily rely on the notation and results from the proof of in appendix section", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 210, + 506, + 223 + ], + "spans": [ + { + "bbox": [ + 105, + 210, + 272, + 223 + ], + "score": 1.0, + "content": "9. Without loss of generality we assume", + "type": "text" + }, + { + "bbox": [ + 273, + 210, + 333, + 223 + ], + "score": 0.93, + "content": "S _ { 1 } ^ { + } = [ d _ { 0 } - 1 ]", + "type": "inline_equation" + }, + { + "bbox": [ + 333, + 210, + 486, + 223 + ], + "score": 1.0, + "content": ". Unfortunately, we can’t use Lemma", + "type": "text" + }, + { + "bbox": [ + 486, + 211, + 506, + 221 + ], + "score": 0.59, + "content": "4 1 -", + "type": "inline_equation" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 221, + 506, + 235 + ], + "spans": [ + { + "bbox": [ + 105, + 221, + 408, + 235 + ], + "score": 1.0, + "content": "this proof is significantly more complicated since the constructed solution", + "type": "text" + }, + { + "bbox": [ + 409, + 222, + 426, + 232 + ], + "score": 0.83, + "content": "\\mathbf { W } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 427, + 221, + 476, + 235 + ], + "score": 1.0, + "content": "depends on", + "type": "text" + }, + { + "bbox": [ + 476, + 222, + 486, + 232 + ], + "score": 0.7, + "content": "\\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 221, + 506, + 235 + ], + "score": 1.0, + "content": "(we", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 233, + 472, + 245 + ], + "spans": [ + { + "bbox": [ + 105, + 233, + 472, + 245 + ], + "score": 1.0, + "content": "keep this dependence implicit, for brevity). Similarly to the proof of Lemma 41, we define,", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 9.5 + }, + { + "type": "interline_equation", + "bbox": [ + 186, + 245, + 425, + 278 + ], + "lines": [ + { + "bbox": [ + 186, + 245, + 425, + 278 + ], + "spans": [ + { + "bbox": [ + 186, + 245, + 425, + 278 + ], + "score": 0.87, + "content": "\\mathcal { M } _ { i , n } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\triangleq \\left\\{ \\mathbf { X } \\in \\mathbb { R } ^ { d _ { 0 } \\times N } | \\left| \\frac { \\mathbf { x } ^ { ( n ) \\top } \\mathbf { w } _ { i } ^ { * } } { \\left\\| \\mathbf { x } ^ { ( n ) } \\right\\| \\left\\| \\mathbf { w } _ { i } ^ { * } \\right\\| } \\right| > \\sin \\left( \\alpha \\right) \\right\\}", + "type": "interline_equation", + "image_path": "b2bf5350db9f0790fefdcb282b55831a2d3290dccabd08afd033eecad5e46087.jpg" + } + ] + } + ], + "index": 12.5, + "virtual_lines": [ + { + "bbox": [ + 186, + 245, + 425, + 261.5 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 186, + 261.5, + 425, + 278.0 + ], + "spans": [], + "index": 13 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 280, + 431, + 296 + ], + "lines": [ + { + "bbox": [ + 104, + 278, + 433, + 297 + ], + "spans": [ + { + "bbox": [ + 104, + 278, + 124, + 297 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 124, + 281, + 408, + 295 + ], + "score": 0.35, + "content": "\\begin{array} { r } { \\mathcal { M } _ { i } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\triangleq \\bigcap _ { n = 1 } ^ { N } \\mathcal { M } _ { i , n } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) , \\operatorname { s o } \\mathcal { M } \\left( \\mathbf { W } ^ { * } \\right) = \\bigcap _ { i = 1 } ^ { d _ { 1 } ^ { * } } \\mathcal { M } _ { i } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) . \\operatorname { W e } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 408, + 278, + 433, + 297 + ], + "score": 1.0, + "content": "have", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 14 + }, + { + "type": "interline_equation", + "bbox": [ + 113, + 298, + 436, + 330 + ], + "lines": [ + { + "bbox": [ + 113, + 298, + 436, + 330 + ], + "spans": [ + { + "bbox": [ + 113, + 298, + 436, + 330 + ], + "score": 0.63, + "content": "\\mathbb { P } \\left( \\mathbf { X } \\in \\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) = 1 - \\mathbb { P } \\left( \\mathbf { X } \\not \\in \\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) \\overset { ( 1 ) } { \\geq } 1 - \\sum _ { i = 1 } ^ { d _ { 1 } } \\mathbb { P } \\left( \\mathbf { X } \\not \\in \\mathcal { M } _ { i } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right)", + "type": "interline_equation", + "image_path": "d4e572688c4f9aea0b80e92f29acda5e5ab599bcc03bd64644cd654d071d4346.jpg" + } + ] + } + ], + "index": 16, + "virtual_lines": [ + { + "bbox": [ + 113, + 298, + 436, + 308.6666666666667 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 113, + 308.6666666666667, + 436, + 319.33333333333337 + ], + "spans": [], + "index": 16 + }, + { + "bbox": [ + 113, + 319.33333333333337, + 436, + 330.00000000000006 + ], + "spans": [], + "index": 17 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 351, + 505, + 396 + ], + "lines": [ + { + "bbox": [ + 280, + 351, + 506, + 380 + ], + "spans": [ + { + "bbox": [ + 280, + 351, + 478, + 380 + ], + "score": 1.0, + "content": "nd in (2) we used the fact that, from symmetr. Next, we examine the minimal angular margin in", + "type": "text" + }, + { + "bbox": [ + 487, + 352, + 506, + 362 + ], + "score": 0.73, + "content": "\\forall i :", + "type": "inline_equation" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 362, + 502, + 375 + ], + "spans": [ + { + "bbox": [ + 106, + 362, + 280, + 374 + ], + "score": 0.89, + "content": "\\mathbb { P } \\left( \\mathbf { X } \\notin \\mathcal { M } _ { i } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) = \\mathbb { P } \\left( \\mathbf { X } \\notin \\mathcal { M } _ { 1 } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 478, + 363, + 502, + 375 + ], + "score": 0.9, + "content": "\\mathcal { M } _ { 1 , n } ^ { \\alpha }", + "type": "inline_equation" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 373, + 505, + 386 + ], + "spans": [ + { + "bbox": [ + 106, + 373, + 164, + 386 + ], + "score": 1.0, + "content": "separately for", + "type": "text" + }, + { + "bbox": [ + 165, + 374, + 201, + 384 + ], + "score": 0.88, + "content": "\\forall n < d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 202, + 373, + 220, + 386 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 220, + 374, + 257, + 384 + ], + "score": 0.9, + "content": "\\forall n \\geq d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 257, + 373, + 383, + 386 + ], + "score": 1.0, + "content": ". Recalling the construction of", + "type": "text" + }, + { + "bbox": [ + 397, + 373, + 505, + 386 + ], + "score": 1.0, + "content": "in appendix section 9, we", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 383, + 185, + 397 + ], + "spans": [ + { + "bbox": [ + 106, + 383, + 144, + 397 + ], + "score": 1.0, + "content": "have, for", + "type": "text" + }, + { + "bbox": [ + 144, + 385, + 179, + 395 + ], + "score": 0.92, + "content": "\\forall n < d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 180, + 383, + 185, + 397 + ], + "score": 1.0, + "content": ":", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 19.5 + }, + { + "type": "interline_equation", + "bbox": [ + 181, + 396, + 403, + 433 + ], + "lines": [ + { + "bbox": [ + 181, + 396, + 403, + 433 + ], + "spans": [ + { + "bbox": [ + 181, + 396, + 403, + 433 + ], + "score": 0.74, + "content": "\\operatorname* { m i n } _ { i , n < d _ { 0 } } \\left. \\frac { \\mathbf { x } ^ { ( n ) \\top } \\mathbf { w } _ { i } ^ { * } } { \\left\\| \\mathbf { x } ^ { ( n ) } \\right\\| \\left\\| \\mathbf { w } _ { i } ^ { * } \\right\\| } \\right. = \\operatorname* { m i n } _ { n < d _ { 0 } , \\pm } \\frac { \\left| \\left( \\tilde { \\mathbf { w } } _ { 1 } \\pm \\epsilon _ { 2 } \\hat { \\mathbf { w } } _ { 1 } \\right) ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right| } { \\left\\| \\tilde { \\mathbf { w } } _ { 1 } \\pm \\epsilon _ { 2 } \\hat { \\mathbf { w } } _ { 1 } \\right\\| \\left\\| \\mathbf { x } ^ { ( n ) } \\right\\| }", + "type": "interline_equation", + "image_path": "3881bc59d5a86d1d6c7d2a758c5349ba56cd50dfd0d5e0cf7288e5a1abb2eb19.jpg" + } + ] + } + ], + "index": 22.5, + "virtual_lines": [ + { + "bbox": [ + 181, + 396, + 403, + 414.5 + ], + "spans": [], + "index": 22 + }, + { + "bbox": [ + 181, + 414.5, + 403, + 433.0 + ], + "spans": [], + "index": 23 + } + ] + }, + { + "type": "interline_equation", + "bbox": [ + 181, + 435, + 430, + 465 + ], + "lines": [ + { + "bbox": [ + 181, + 435, + 430, + 465 + ], + "spans": [ + { + "bbox": [ + 181, + 435, + 430, + 465 + ], + "score": 0.77, + "content": "\\begin{array} { r } { \\underline { { \\underline { { ( 1 ) } } } } _ { n < d _ { 0 } , \\pm } \\frac { \\epsilon _ { 2 } } { \\left\\| \\tilde { \\mathbf { w } } _ { 1 } \\pm \\epsilon _ { 2 } \\hat { \\mathbf { w } } _ { 1 } \\right\\| \\left\\| \\mathbf { x } ^ { ( n ) } \\right\\| } \\overset { ( 2 ) } { = } \\frac { \\gamma \\epsilon _ { 1 } / \\sqrt { 1 + \\gamma ^ { 2 } \\epsilon _ { 1 } ^ { 2 } } } { \\left\\| \\hat { \\mathbf { w } } _ { 1 } \\right\\| \\operatorname* { m a x } _ { n < d _ { 0 } } \\left\\| \\mathbf { x } ^ { ( n ) } \\right\\| } , } \\end{array}", + "type": "interline_equation", + "image_path": "5056707ff7a08660998b56004e9f915bf9581f7e51275dca79a75fc13bdea6f5.jpg" + } + ] + } + ], + "index": 25, + "virtual_lines": [ + { + "bbox": [ + 181, + 435, + 430, + 445.0 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 181, + 445.0, + 430, + 455.0 + ], + "spans": [], + "index": 25 + }, + { + "bbox": [ + 181, + 455.0, + 430, + 465.0 + ], + "spans": [], + "index": 26 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 466, + 503, + 501 + ], + "lines": [ + { + "bbox": [ + 105, + 465, + 506, + 479 + ], + "spans": [ + { + "bbox": [ + 105, + 465, + 194, + 479 + ], + "score": 1.0, + "content": "where in (1) we used", + "type": "text" + }, + { + "bbox": [ + 194, + 467, + 230, + 478 + ], + "score": 0.66, + "content": "\\forall n < d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 230, + 465, + 234, + 479 + ], + "score": 1.0, + "content": ":", + "type": "text" + }, + { + "bbox": [ + 235, + 466, + 291, + 478 + ], + "score": 0.76, + "content": "\\mathbf { x } ^ { ( n ) \\top } \\hat { \\mathbf { w } } _ { 1 } = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 291, + 465, + 309, + 479 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 309, + 466, + 366, + 478 + ], + "score": 0.92, + "content": "\\mathbf { x } ^ { ( n ) \\top } \\tilde { \\mathbf { w } } _ { 1 } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 366, + 465, + 473, + 479 + ], + "score": 1.0, + "content": ", from the construction of", + "type": "text" + }, + { + "bbox": [ + 473, + 468, + 486, + 478 + ], + "score": 0.89, + "content": "\\tilde { \\mathbf { w } } _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 465, + 506, + 479 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 477, + 505, + 490 + ], + "spans": [ + { + "bbox": [ + 106, + 478, + 120, + 489 + ], + "score": 0.87, + "content": "\\hat { \\mathbf { w } } _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 120, + 478, + 363, + 490 + ], + "score": 1.0, + "content": "(eqs. (9.2), (9.5), and (9.4)), and in (2) we used the fact that", + "type": "text" + }, + { + "bbox": [ + 363, + 477, + 410, + 490 + ], + "score": 0.92, + "content": "\\hat { \\mathbf { w } } _ { 1 } ^ { \\top } \\tilde { \\mathbf { w } } _ { 1 } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 411, + 478, + 505, + 490 + ], + "score": 1.0, + "content": "from eq. (9.4) together", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 488, + 365, + 502 + ], + "spans": [ + { + "bbox": [ + 105, + 488, + 127, + 502 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 127, + 489, + 186, + 501 + ], + "score": 0.93, + "content": "\\| \\tilde { \\mathbf { w } } _ { 1 } \\| = \\| \\hat { \\mathbf { w } } _ { 1 } \\|", + "type": "inline_equation" + }, + { + "bbox": [ + 187, + 488, + 265, + 502 + ], + "score": 1.0, + "content": "from eq. (9.5), and", + "type": "text" + }, + { + "bbox": [ + 265, + 490, + 302, + 500 + ], + "score": 0.9, + "content": "\\epsilon _ { 2 } = \\gamma \\epsilon _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 303, + 488, + 365, + 502 + ], + "score": 1.0, + "content": "from eq. (9.7).", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28 + }, + { + "type": "text", + "bbox": [ + 106, + 505, + 164, + 517 + ], + "lines": [ + { + "bbox": [ + 105, + 503, + 166, + 519 + ], + "spans": [ + { + "bbox": [ + 105, + 503, + 122, + 519 + ], + "score": 1.0, + "content": "For", + "type": "text" + }, + { + "bbox": [ + 122, + 505, + 159, + 517 + ], + "score": 0.76, + "content": "\\forall n \\geq d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 159, + 503, + 166, + 519 + ], + "score": 1.0, + "content": ":", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 30 + }, + { + "type": "interline_equation", + "bbox": [ + 119, + 517, + 490, + 555 + ], + "lines": [ + { + "bbox": [ + 119, + 517, + 490, + 555 + ], + "spans": [ + { + "bbox": [ + 119, + 517, + 490, + 555 + ], + "score": 0.94, + "content": "\\operatorname* { m i n } _ { i , n \\geq d _ { 0 } } \\left. \\frac { \\mathbf { x } ^ { \\left( n \\right) \\top } \\mathbf { w } _ { i } ^ { * } } { \\left. \\mathbf { x } ^ { \\left( n \\right) } \\right. \\left. \\mathbf { w } _ { i } ^ { * } \\right. } \\right. = \\operatorname* { m i n } _ { n \\geq d _ { 0 } , \\pm } \\frac { \\left. \\left( \\tilde { \\mathbf { w } } _ { 1 } \\pm \\epsilon _ { 1 } \\hat { \\mathbf { w } } _ { 1 } \\right) ^ { \\top } \\mathbf { x } ^ { \\left( n \\right) } \\right. } { \\left. \\tilde { \\mathbf { w } } _ { 1 } \\pm \\epsilon _ { 1 } \\hat { \\mathbf { w } } _ { 1 } \\right. \\left. \\mathbf { x } ^ { \\left( n \\right) } \\right. } \\geq \\frac { \\left( 1 - \\gamma \\beta \\right) \\epsilon _ { 1 } } { \\gamma \\beta \\sqrt { 1 + \\epsilon _ { 1 } ^ { 2 } } } \\operatorname* { m i n } _ { n \\geq d _ { 0 } } \\frac { \\left. \\tilde { \\mathbf { w } } _ { 1 } ^ { \\top } \\mathbf { x } ^ { \\left( n \\right) } \\right. } { \\left. \\tilde { \\mathbf { w } } _ { 1 } \\right. \\left. \\mathbf { x } ^ { \\left( n \\right) } \\right. } ,", + "type": "interline_equation", + "image_path": "0f39f3d2ed3bfc7abfe649aea372d693f09534d82139ea0d976bec123253dabe.jpg" + } + ] + } + ], + "index": 32, + "virtual_lines": [ + { + "bbox": [ + 119, + 517, + 490, + 529.6666666666666 + ], + "spans": [], + "index": 31 + }, + { + "bbox": [ + 119, + 529.6666666666666, + 490, + 542.3333333333333 + ], + "spans": [], + "index": 32 + }, + { + "bbox": [ + 119, + 542.3333333333333, + 490, + 554.9999999999999 + ], + "spans": [], + "index": 33 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 561, + 505, + 588 + ], + "lines": [ + { + "bbox": [ + 105, + 561, + 506, + 578 + ], + "spans": [ + { + "bbox": [ + 105, + 561, + 220, + 578 + ], + "score": 1.0, + "content": "where we used the fact that", + "type": "text" + }, + { + "bbox": [ + 220, + 561, + 384, + 577 + ], + "score": 0.93, + "content": "\\forall n \\geq d _ { 0 } : \\epsilon _ { 2 } \\left| \\hat { \\mathbf { w } } _ { 1 } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right| \\leq \\gamma \\beta \\left| \\tilde { \\mathbf { w } } _ { 1 } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right|", + "type": "inline_equation" + }, + { + "bbox": [ + 384, + 561, + 506, + 578 + ], + "score": 1.0, + "content": ", from eq. (9.7), and also that", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 575, + 216, + 589 + ], + "spans": [ + { + "bbox": [ + 106, + 575, + 154, + 588 + ], + "score": 0.92, + "content": "\\hat { \\mathbf { w } } _ { 1 } ^ { \\top } \\tilde { \\mathbf { w } } _ { 1 } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 154, + 575, + 216, + 589 + ], + "score": 1.0, + "content": "from eq. (9.4).", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 34.5 + }, + { + "type": "text", + "bbox": [ + 106, + 593, + 354, + 606 + ], + "lines": [ + { + "bbox": [ + 106, + 592, + 354, + 607 + ], + "spans": [ + { + "bbox": [ + 106, + 592, + 268, + 607 + ], + "score": 1.0, + "content": "We substitute eqs. (13.8) and (13.9) into", + "type": "text" + }, + { + "bbox": [ + 269, + 593, + 349, + 606 + ], + "score": 0.9, + "content": "\\mathbb { P } \\left( \\mathbf { X } \\in \\mathcal { M } _ { 1 } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 350, + 592, + 354, + 607 + ], + "score": 1.0, + "content": ":", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 36 + }, + { + "type": "text", + "bbox": [ + 106, + 606, + 188, + 619 + ], + "lines": [ + { + "bbox": [ + 106, + 606, + 187, + 619 + ], + "spans": [ + { + "bbox": [ + 106, + 606, + 187, + 619 + ], + "score": 0.77, + "content": "\\mathbb { P } \\left( \\mathbf { X } \\in \\mathcal { M } _ { 1 } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right)", + "type": "inline_equation" + } + ], + "index": 37 + } + ], + "index": 37 + }, + { + "type": "interline_equation", + "bbox": [ + 105, + 620, + 477, + 689 + ], + "lines": [ + { + "bbox": [ + 105, + 620, + 477, + 689 + ], + "spans": [ + { + "bbox": [ + 105, + 620, + 477, + 689 + ], + "score": 0.82, + "content": "\\begin{array} { r l } & { \\geq \\mathbb { P } \\left( \\frac { \\gamma \\epsilon _ { 1 } / \\sqrt { 1 + \\gamma ^ { 2 } \\epsilon _ { 1 } ^ { 2 } } } { \\left\\| \\hat { \\mathbf { w } } _ { 1 } \\right\\| \\operatorname* { m a x } _ { n < d _ { 0 } } \\left\\| \\mathbf { x } ^ { ( n ) } \\right\\| } > \\sin \\alpha , \\frac { \\left( 1 - \\gamma \\beta \\right) \\epsilon _ { 1 } } { \\gamma \\beta \\sqrt { 1 + \\epsilon _ { 1 } ^ { 2 } } } \\underset { n \\geq d _ { 0 } } { \\operatorname* { m i n } } \\frac { \\left| \\hat { \\mathbf { w } } _ { 1 } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right| } { \\left\\| \\hat { \\mathbf { w } } _ { 1 } \\right\\| \\left\\| \\mathbf { x } ^ { ( n ) } \\right\\| } > \\sin \\alpha \\right) } \\\\ & { \\overset { ( 1 ) } { \\geq } \\mathbb { P } \\left( \\frac { \\gamma \\kappa } { \\left\\| \\hat { \\mathbf { w } } _ { 1 } \\right\\| \\operatorname* { m a x } _ { n < d _ { 0 } } \\left\\| \\mathbf { x } ^ { ( n ) } \\right\\| } > \\sin \\alpha , \\frac { \\left( 1 - \\gamma \\beta \\right) } { \\gamma \\beta } \\kappa \\underset { n \\geq d _ { 0 } } { \\operatorname* { m i n } } \\frac { x _ { 1 } ^ { ( n ) } } { \\left\\| \\mathbf { x } ^ { ( n ) } \\right\\| } > \\sin \\alpha , \\frac { \\epsilon _ { 1 } } { \\sqrt { 1 + \\epsilon _ { 1 } ^ { 2 } } } > \\kappa \\right) } \\end{array}", + "type": "interline_equation", + "image_path": "5830fba2aab9a37b5537d6a8273f981cb7ccf5a2e0d97b661d3d46a683fe0ad1.jpg" + } + ] + } + ], + "index": 39, + "virtual_lines": [ + { + "bbox": [ + 105, + 620, + 477, + 643.0 + ], + "spans": [], + "index": 38 + }, + { + "bbox": [ + 105, + 643.0, + 477, + 666.0 + ], + "spans": [], + "index": 39 + }, + { + "bbox": [ + 105, + 666.0, + 477, + 689.0 + ], + "spans": [], + "index": 40 + } + ] + }, + { + "type": "interline_equation", + "bbox": [ + 111, + 702, + 510, + 734 + ], + "lines": [ + { + "bbox": [ + 111, + 702, + 510, + 734 + ], + "spans": [ + { + "bbox": [ + 111, + 702, + 510, + 734 + ], + "score": 0.88, + "content": "\\overset { \\mathtt { ( 2 ) } } { \\geq } \\mathbb { P } \\left( \\frac { \\gamma \\kappa } { \\eta \\sin \\alpha } > \\left. \\hat { \\mathbf { w } } _ { 1 } \\right. , \\eta > \\operatorname* { m a x } _ { n < d _ { 0 } } \\left. \\mathbf { x } ^ { ( n ) } \\right. \\right) \\mathbb { P } \\left( \\frac { ( 1 - \\gamma \\beta ) } { \\gamma \\beta } \\kappa \\operatorname* { m i n } _ { n \\geq d _ { 0 } } \\frac { x _ { 1 } ^ { ( n ) } } { \\left. \\mathbf { x } ^ { ( n ) } \\right. } > \\sin \\alpha , \\frac { \\epsilon _ { 1 } } { \\sqrt { 1 + \\epsilon _ { 1 } ^ { 2 } } } > \\kappa \\right) ,", + "type": "interline_equation", + "image_path": "bb3aa970614c86b8023944363b8ac89fbbbf196174560d0e3f4d5474c6393db2.jpg" + } + ] + } + ], + "index": 42, + "virtual_lines": [ + { + "bbox": [ + 111, + 702, + 510, + 712.6666666666666 + ], + "spans": [], + "index": 41 + }, + { + "bbox": [ + 111, + 712.6666666666666, + 510, + 723.3333333333333 + ], + "spans": [], + "index": 42 + }, + { + "bbox": [ + 111, + 723.3333333333333, + 510, + 733.9999999999999 + ], + "spans": [], + "index": 43 + } + ] + } + ], + "page_idx": 31, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 26, + 308, + 38 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 309, + 39 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 309, + 39 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 761 + ], + "lines": [ + { + "bbox": [ + 298, + 750, + 313, + 765 + ], + "spans": [ + { + "bbox": [ + 298, + 750, + 313, + 765 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 15, + "width": 15 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "title", + "bbox": [ + 108, + 82, + 232, + 94 + ], + "lines": [ + { + "bbox": [ + 107, + 82, + 232, + 94 + ], + "spans": [ + { + "bbox": [ + 107, + 82, + 232, + 94 + ], + "score": 1.0, + "content": "13.4 PROOF OF LEMMA 23:", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 105, + 101, + 506, + 160 + ], + "lines": [ + { + "bbox": [ + 104, + 100, + 507, + 116 + ], + "spans": [ + { + "bbox": [ + 104, + 100, + 273, + 116 + ], + "score": 1.0, + "content": "Lemma 42. (Lemma 23 restated). Let", + "type": "text" + }, + { + "bbox": [ + 274, + 102, + 327, + 113 + ], + "score": 0.91, + "content": "\\mathbf { X } \\in \\mathbb { R } ^ { d _ { 0 } \\times N }", + "type": "inline_equation" + }, + { + "bbox": [ + 327, + 100, + 507, + 116 + ], + "score": 1.0, + "content": "be a standard random Gaussian matrix of", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 114, + 506, + 127 + ], + "spans": [ + { + "bbox": [ + 105, + 114, + 305, + 127 + ], + "score": 1.0, + "content": "datapoints. Then we can find, with probability", + "type": "text" + }, + { + "bbox": [ + 305, + 115, + 311, + 124 + ], + "score": 0.56, + "content": "^ { l }", + "type": "inline_equation" + }, + { + "bbox": [ + 311, + 114, + 316, + 127 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 317, + 114, + 344, + 126 + ], + "score": 0.92, + "content": "( \\mathbf { X } , \\mathbf { y } )", + "type": "inline_equation" + }, + { + "bbox": [ + 344, + 114, + 430, + 127 + ], + "score": 1.0, + "content": "-dependent matrices", + "type": "text" + }, + { + "bbox": [ + 430, + 114, + 448, + 124 + ], + "score": 0.83, + "content": "\\mathbf { W } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 448, + 114, + 469, + 127 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 469, + 115, + 480, + 124 + ], + "score": 0.85, + "content": "\\mathbf { z } ^ { \\ast }", + "type": "inline_equation" + }, + { + "bbox": [ + 480, + 114, + 506, + 127 + ], + "score": 1.0, + "content": "as in", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 126, + 506, + 139 + ], + "spans": [ + { + "bbox": [ + 105, + 126, + 183, + 139 + ], + "score": 1.0, + "content": "Theorem 8 (where", + "type": "text" + }, + { + "bbox": [ + 183, + 126, + 279, + 139 + ], + "score": 0.9, + "content": "d _ { 1 } ^ { * } \\triangleq 4 \\lceil N / \\left( 2 d _ { 0 } - 2 \\right) \\rceil ,", + "type": "inline_equation" + }, + { + "bbox": [ + 279, + 126, + 377, + 139 + ], + "score": 1.0, + "content": "). Moreover, in the limit", + "type": "text" + }, + { + "bbox": [ + 377, + 127, + 413, + 137 + ], + "score": 0.9, + "content": "N \\to \\infty", + "type": "inline_equation" + }, + { + "bbox": [ + 414, + 126, + 444, + 139 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 445, + 126, + 503, + 138 + ], + "score": 0.9, + "content": "N / d _ { 0 } { \\dot { \\le } } d _ { 0 } { \\dot { \\le } } N", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 126, + 506, + 139 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 137, + 506, + 150 + ], + "spans": [ + { + "bbox": [ + 105, + 137, + 471, + 150 + ], + "score": 1.0, + "content": "for any y, we can bound the probability of not having an angular margin (eq. (13.3)) with", + "type": "text" + }, + { + "bbox": [ + 471, + 139, + 506, + 149 + ], + "score": 0.65, + "content": "\\sin \\alpha =", + "type": "inline_equation" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 146, + 169, + 162 + ], + "spans": [ + { + "bbox": [ + 106, + 149, + 155, + 160 + ], + "score": 0.92, + "content": "1 / \\left( d _ { 1 } ^ { * } d _ { 0 } N \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 155, + 146, + 169, + 162 + ], + "score": 1.0, + "content": "by", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 3, + "bbox_fs": [ + 104, + 100, + 507, + 162 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 204, + 161, + 407, + 190 + ], + "lines": [ + { + "bbox": [ + 204, + 161, + 407, + 190 + ], + "spans": [ + { + "bbox": [ + 204, + 161, + 407, + 190 + ], + "score": 0.91, + "content": "\\mathbb { P } \\left( \\mathbf { X } \\notin \\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) \\dot { \\leq } \\sqrt { \\frac { 8 } { \\pi } } d _ { 0 } ^ { - 1 / 2 } + \\frac { 2 d _ { 0 } ^ { 1 / 2 } \\sqrt { \\log d _ { 0 } } } { N }", + "type": "interline_equation", + "image_path": "8c1c1d6ab39ccbf0f1bc0c12b5fce8e37c5e5c850185b00e41b95515e72261b7.jpg" + } + ] + } + ], + "index": 6.5, + "virtual_lines": [ + { + "bbox": [ + 204, + 161, + 407, + 175.5 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 204, + 175.5, + 407, + 190.0 + ], + "spans": [], + "index": 7 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 199, + 507, + 244 + ], + "lines": [ + { + "bbox": [ + 106, + 200, + 505, + 212 + ], + "spans": [ + { + "bbox": [ + 106, + 200, + 505, + 212 + ], + "score": 1.0, + "content": "Proof. In this proof we heavily rely on the notation and results from the proof of in appendix section", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 210, + 506, + 223 + ], + "spans": [ + { + "bbox": [ + 105, + 210, + 272, + 223 + ], + "score": 1.0, + "content": "9. Without loss of generality we assume", + "type": "text" + }, + { + "bbox": [ + 273, + 210, + 333, + 223 + ], + "score": 0.93, + "content": "S _ { 1 } ^ { + } = [ d _ { 0 } - 1 ]", + "type": "inline_equation" + }, + { + "bbox": [ + 333, + 210, + 486, + 223 + ], + "score": 1.0, + "content": ". Unfortunately, we can’t use Lemma", + "type": "text" + }, + { + "bbox": [ + 486, + 211, + 506, + 221 + ], + "score": 0.59, + "content": "4 1 -", + "type": "inline_equation" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 221, + 506, + 235 + ], + "spans": [ + { + "bbox": [ + 105, + 221, + 408, + 235 + ], + "score": 1.0, + "content": "this proof is significantly more complicated since the constructed solution", + "type": "text" + }, + { + "bbox": [ + 409, + 222, + 426, + 232 + ], + "score": 0.83, + "content": "\\mathbf { W } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 427, + 221, + 476, + 235 + ], + "score": 1.0, + "content": "depends on", + "type": "text" + }, + { + "bbox": [ + 476, + 222, + 486, + 232 + ], + "score": 0.7, + "content": "\\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 221, + 506, + 235 + ], + "score": 1.0, + "content": "(we", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 233, + 472, + 245 + ], + "spans": [ + { + "bbox": [ + 105, + 233, + 472, + 245 + ], + "score": 1.0, + "content": "keep this dependence implicit, for brevity). Similarly to the proof of Lemma 41, we define,", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 9.5, + "bbox_fs": [ + 105, + 200, + 506, + 245 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 186, + 245, + 425, + 278 + ], + "lines": [ + { + "bbox": [ + 186, + 245, + 425, + 278 + ], + "spans": [ + { + "bbox": [ + 186, + 245, + 425, + 278 + ], + "score": 0.87, + "content": "\\mathcal { M } _ { i , n } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\triangleq \\left\\{ \\mathbf { X } \\in \\mathbb { R } ^ { d _ { 0 } \\times N } | \\left| \\frac { \\mathbf { x } ^ { ( n ) \\top } \\mathbf { w } _ { i } ^ { * } } { \\left\\| \\mathbf { x } ^ { ( n ) } \\right\\| \\left\\| \\mathbf { w } _ { i } ^ { * } \\right\\| } \\right| > \\sin \\left( \\alpha \\right) \\right\\}", + "type": "interline_equation", + "image_path": "b2bf5350db9f0790fefdcb282b55831a2d3290dccabd08afd033eecad5e46087.jpg" + } + ] + } + ], + "index": 12.5, + "virtual_lines": [ + { + "bbox": [ + 186, + 245, + 425, + 261.5 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 186, + 261.5, + 425, + 278.0 + ], + "spans": [], + "index": 13 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 280, + 431, + 296 + ], + "lines": [ + { + "bbox": [ + 104, + 278, + 433, + 297 + ], + "spans": [ + { + "bbox": [ + 104, + 278, + 124, + 297 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 124, + 281, + 408, + 295 + ], + "score": 0.35, + "content": "\\begin{array} { r } { \\mathcal { M } _ { i } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\triangleq \\bigcap _ { n = 1 } ^ { N } \\mathcal { M } _ { i , n } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) , \\operatorname { s o } \\mathcal { M } \\left( \\mathbf { W } ^ { * } \\right) = \\bigcap _ { i = 1 } ^ { d _ { 1 } ^ { * } } \\mathcal { M } _ { i } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) . \\operatorname { W e } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 408, + 278, + 433, + 297 + ], + "score": 1.0, + "content": "have", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 14, + "bbox_fs": [ + 104, + 278, + 433, + 297 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 113, + 298, + 436, + 330 + ], + "lines": [ + { + "bbox": [ + 113, + 298, + 436, + 330 + ], + "spans": [ + { + "bbox": [ + 113, + 298, + 436, + 330 + ], + "score": 0.63, + "content": "\\mathbb { P } \\left( \\mathbf { X } \\in \\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) = 1 - \\mathbb { P } \\left( \\mathbf { X } \\not \\in \\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) \\overset { ( 1 ) } { \\geq } 1 - \\sum _ { i = 1 } ^ { d _ { 1 } } \\mathbb { P } \\left( \\mathbf { X } \\not \\in \\mathcal { M } _ { i } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right)", + "type": "interline_equation", + "image_path": "d4e572688c4f9aea0b80e92f29acda5e5ab599bcc03bd64644cd654d071d4346.jpg" + } + ] + } + ], + "index": 16, + "virtual_lines": [ + { + "bbox": [ + 113, + 298, + 436, + 308.6666666666667 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 113, + 308.6666666666667, + 436, + 319.33333333333337 + ], + "spans": [], + "index": 16 + }, + { + "bbox": [ + 113, + 319.33333333333337, + 436, + 330.00000000000006 + ], + "spans": [], + "index": 17 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 351, + 505, + 396 + ], + "lines": [ + { + "bbox": [ + 280, + 351, + 506, + 380 + ], + "spans": [ + { + "bbox": [ + 280, + 351, + 478, + 380 + ], + "score": 1.0, + "content": "nd in (2) we used the fact that, from symmetr. Next, we examine the minimal angular margin in", + "type": "text" + }, + { + "bbox": [ + 487, + 352, + 506, + 362 + ], + "score": 0.73, + "content": "\\forall i :", + "type": "inline_equation" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 362, + 502, + 375 + ], + "spans": [ + { + "bbox": [ + 106, + 362, + 280, + 374 + ], + "score": 0.89, + "content": "\\mathbb { P } \\left( \\mathbf { X } \\notin \\mathcal { M } _ { i } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) = \\mathbb { P } \\left( \\mathbf { X } \\notin \\mathcal { M } _ { 1 } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 478, + 363, + 502, + 375 + ], + "score": 0.9, + "content": "\\mathcal { M } _ { 1 , n } ^ { \\alpha }", + "type": "inline_equation" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 373, + 505, + 386 + ], + "spans": [ + { + "bbox": [ + 106, + 373, + 164, + 386 + ], + "score": 1.0, + "content": "separately for", + "type": "text" + }, + { + "bbox": [ + 165, + 374, + 201, + 384 + ], + "score": 0.88, + "content": "\\forall n < d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 202, + 373, + 220, + 386 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 220, + 374, + 257, + 384 + ], + "score": 0.9, + "content": "\\forall n \\geq d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 257, + 373, + 383, + 386 + ], + "score": 1.0, + "content": ". Recalling the construction of", + "type": "text" + }, + { + "bbox": [ + 397, + 373, + 505, + 386 + ], + "score": 1.0, + "content": "in appendix section 9, we", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 383, + 185, + 397 + ], + "spans": [ + { + "bbox": [ + 106, + 383, + 144, + 397 + ], + "score": 1.0, + "content": "have, for", + "type": "text" + }, + { + "bbox": [ + 144, + 385, + 179, + 395 + ], + "score": 0.92, + "content": "\\forall n < d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 180, + 383, + 185, + 397 + ], + "score": 1.0, + "content": ":", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 19.5, + "bbox_fs": [ + 106, + 351, + 506, + 397 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 181, + 396, + 403, + 433 + ], + "lines": [ + { + "bbox": [ + 181, + 396, + 403, + 433 + ], + "spans": [ + { + "bbox": [ + 181, + 396, + 403, + 433 + ], + "score": 0.74, + "content": "\\operatorname* { m i n } _ { i , n < d _ { 0 } } \\left. \\frac { \\mathbf { x } ^ { ( n ) \\top } \\mathbf { w } _ { i } ^ { * } } { \\left\\| \\mathbf { x } ^ { ( n ) } \\right\\| \\left\\| \\mathbf { w } _ { i } ^ { * } \\right\\| } \\right. = \\operatorname* { m i n } _ { n < d _ { 0 } , \\pm } \\frac { \\left| \\left( \\tilde { \\mathbf { w } } _ { 1 } \\pm \\epsilon _ { 2 } \\hat { \\mathbf { w } } _ { 1 } \\right) ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right| } { \\left\\| \\tilde { \\mathbf { w } } _ { 1 } \\pm \\epsilon _ { 2 } \\hat { \\mathbf { w } } _ { 1 } \\right\\| \\left\\| \\mathbf { x } ^ { ( n ) } \\right\\| }", + "type": "interline_equation", + "image_path": "3881bc59d5a86d1d6c7d2a758c5349ba56cd50dfd0d5e0cf7288e5a1abb2eb19.jpg" + } + ] + } + ], + "index": 22.5, + "virtual_lines": [ + { + "bbox": [ + 181, + 396, + 403, + 414.5 + ], + "spans": [], + "index": 22 + }, + { + "bbox": [ + 181, + 414.5, + 403, + 433.0 + ], + "spans": [], + "index": 23 + } + ] + }, + { + "type": "interline_equation", + "bbox": [ + 181, + 435, + 430, + 465 + ], + "lines": [ + { + "bbox": [ + 181, + 435, + 430, + 465 + ], + "spans": [ + { + "bbox": [ + 181, + 435, + 430, + 465 + ], + "score": 0.77, + "content": "\\begin{array} { r } { \\underline { { \\underline { { ( 1 ) } } } } _ { n < d _ { 0 } , \\pm } \\frac { \\epsilon _ { 2 } } { \\left\\| \\tilde { \\mathbf { w } } _ { 1 } \\pm \\epsilon _ { 2 } \\hat { \\mathbf { w } } _ { 1 } \\right\\| \\left\\| \\mathbf { x } ^ { ( n ) } \\right\\| } \\overset { ( 2 ) } { = } \\frac { \\gamma \\epsilon _ { 1 } / \\sqrt { 1 + \\gamma ^ { 2 } \\epsilon _ { 1 } ^ { 2 } } } { \\left\\| \\hat { \\mathbf { w } } _ { 1 } \\right\\| \\operatorname* { m a x } _ { n < d _ { 0 } } \\left\\| \\mathbf { x } ^ { ( n ) } \\right\\| } , } \\end{array}", + "type": "interline_equation", + "image_path": "5056707ff7a08660998b56004e9f915bf9581f7e51275dca79a75fc13bdea6f5.jpg" + } + ] + } + ], + "index": 25, + "virtual_lines": [ + { + "bbox": [ + 181, + 435, + 430, + 445.0 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 181, + 445.0, + 430, + 455.0 + ], + "spans": [], + "index": 25 + }, + { + "bbox": [ + 181, + 455.0, + 430, + 465.0 + ], + "spans": [], + "index": 26 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 466, + 503, + 501 + ], + "lines": [ + { + "bbox": [ + 105, + 465, + 506, + 479 + ], + "spans": [ + { + "bbox": [ + 105, + 465, + 194, + 479 + ], + "score": 1.0, + "content": "where in (1) we used", + "type": "text" + }, + { + "bbox": [ + 194, + 467, + 230, + 478 + ], + "score": 0.66, + "content": "\\forall n < d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 230, + 465, + 234, + 479 + ], + "score": 1.0, + "content": ":", + "type": "text" + }, + { + "bbox": [ + 235, + 466, + 291, + 478 + ], + "score": 0.76, + "content": "\\mathbf { x } ^ { ( n ) \\top } \\hat { \\mathbf { w } } _ { 1 } = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 291, + 465, + 309, + 479 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 309, + 466, + 366, + 478 + ], + "score": 0.92, + "content": "\\mathbf { x } ^ { ( n ) \\top } \\tilde { \\mathbf { w } } _ { 1 } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 366, + 465, + 473, + 479 + ], + "score": 1.0, + "content": ", from the construction of", + "type": "text" + }, + { + "bbox": [ + 473, + 468, + 486, + 478 + ], + "score": 0.89, + "content": "\\tilde { \\mathbf { w } } _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 465, + 506, + 479 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 477, + 505, + 490 + ], + "spans": [ + { + "bbox": [ + 106, + 478, + 120, + 489 + ], + "score": 0.87, + "content": "\\hat { \\mathbf { w } } _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 120, + 478, + 363, + 490 + ], + "score": 1.0, + "content": "(eqs. (9.2), (9.5), and (9.4)), and in (2) we used the fact that", + "type": "text" + }, + { + "bbox": [ + 363, + 477, + 410, + 490 + ], + "score": 0.92, + "content": "\\hat { \\mathbf { w } } _ { 1 } ^ { \\top } \\tilde { \\mathbf { w } } _ { 1 } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 411, + 478, + 505, + 490 + ], + "score": 1.0, + "content": "from eq. (9.4) together", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 488, + 365, + 502 + ], + "spans": [ + { + "bbox": [ + 105, + 488, + 127, + 502 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 127, + 489, + 186, + 501 + ], + "score": 0.93, + "content": "\\| \\tilde { \\mathbf { w } } _ { 1 } \\| = \\| \\hat { \\mathbf { w } } _ { 1 } \\|", + "type": "inline_equation" + }, + { + "bbox": [ + 187, + 488, + 265, + 502 + ], + "score": 1.0, + "content": "from eq. (9.5), and", + "type": "text" + }, + { + "bbox": [ + 265, + 490, + 302, + 500 + ], + "score": 0.9, + "content": "\\epsilon _ { 2 } = \\gamma \\epsilon _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 303, + 488, + 365, + 502 + ], + "score": 1.0, + "content": "from eq. (9.7).", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28, + "bbox_fs": [ + 105, + 465, + 506, + 502 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 505, + 164, + 517 + ], + "lines": [ + { + "bbox": [ + 105, + 503, + 166, + 519 + ], + "spans": [ + { + "bbox": [ + 105, + 503, + 122, + 519 + ], + "score": 1.0, + "content": "For", + "type": "text" + }, + { + "bbox": [ + 122, + 505, + 159, + 517 + ], + "score": 0.76, + "content": "\\forall n \\geq d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 159, + 503, + 166, + 519 + ], + "score": 1.0, + "content": ":", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 30, + "bbox_fs": [ + 105, + 503, + 166, + 519 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 119, + 517, + 490, + 555 + ], + "lines": [ + { + "bbox": [ + 119, + 517, + 490, + 555 + ], + "spans": [ + { + "bbox": [ + 119, + 517, + 490, + 555 + ], + "score": 0.94, + "content": "\\operatorname* { m i n } _ { i , n \\geq d _ { 0 } } \\left. \\frac { \\mathbf { x } ^ { \\left( n \\right) \\top } \\mathbf { w } _ { i } ^ { * } } { \\left. \\mathbf { x } ^ { \\left( n \\right) } \\right. \\left. \\mathbf { w } _ { i } ^ { * } \\right. } \\right. = \\operatorname* { m i n } _ { n \\geq d _ { 0 } , \\pm } \\frac { \\left. \\left( \\tilde { \\mathbf { w } } _ { 1 } \\pm \\epsilon _ { 1 } \\hat { \\mathbf { w } } _ { 1 } \\right) ^ { \\top } \\mathbf { x } ^ { \\left( n \\right) } \\right. } { \\left. \\tilde { \\mathbf { w } } _ { 1 } \\pm \\epsilon _ { 1 } \\hat { \\mathbf { w } } _ { 1 } \\right. \\left. \\mathbf { x } ^ { \\left( n \\right) } \\right. } \\geq \\frac { \\left( 1 - \\gamma \\beta \\right) \\epsilon _ { 1 } } { \\gamma \\beta \\sqrt { 1 + \\epsilon _ { 1 } ^ { 2 } } } \\operatorname* { m i n } _ { n \\geq d _ { 0 } } \\frac { \\left. \\tilde { \\mathbf { w } } _ { 1 } ^ { \\top } \\mathbf { x } ^ { \\left( n \\right) } \\right. } { \\left. \\tilde { \\mathbf { w } } _ { 1 } \\right. \\left. \\mathbf { x } ^ { \\left( n \\right) } \\right. } ,", + "type": "interline_equation", + "image_path": "0f39f3d2ed3bfc7abfe649aea372d693f09534d82139ea0d976bec123253dabe.jpg" + } + ] + } + ], + "index": 32, + "virtual_lines": [ + { + "bbox": [ + 119, + 517, + 490, + 529.6666666666666 + ], + "spans": [], + "index": 31 + }, + { + "bbox": [ + 119, + 529.6666666666666, + 490, + 542.3333333333333 + ], + "spans": [], + "index": 32 + }, + { + "bbox": [ + 119, + 542.3333333333333, + 490, + 554.9999999999999 + ], + "spans": [], + "index": 33 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 561, + 505, + 588 + ], + "lines": [ + { + "bbox": [ + 105, + 561, + 506, + 578 + ], + "spans": [ + { + "bbox": [ + 105, + 561, + 220, + 578 + ], + "score": 1.0, + "content": "where we used the fact that", + "type": "text" + }, + { + "bbox": [ + 220, + 561, + 384, + 577 + ], + "score": 0.93, + "content": "\\forall n \\geq d _ { 0 } : \\epsilon _ { 2 } \\left| \\hat { \\mathbf { w } } _ { 1 } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right| \\leq \\gamma \\beta \\left| \\tilde { \\mathbf { w } } _ { 1 } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right|", + "type": "inline_equation" + }, + { + "bbox": [ + 384, + 561, + 506, + 578 + ], + "score": 1.0, + "content": ", from eq. (9.7), and also that", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 575, + 216, + 589 + ], + "spans": [ + { + "bbox": [ + 106, + 575, + 154, + 588 + ], + "score": 0.92, + "content": "\\hat { \\mathbf { w } } _ { 1 } ^ { \\top } \\tilde { \\mathbf { w } } _ { 1 } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 154, + 575, + 216, + 589 + ], + "score": 1.0, + "content": "from eq. (9.4).", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 34.5, + "bbox_fs": [ + 105, + 561, + 506, + 589 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 593, + 354, + 606 + ], + "lines": [ + { + "bbox": [ + 106, + 592, + 354, + 607 + ], + "spans": [ + { + "bbox": [ + 106, + 592, + 268, + 607 + ], + "score": 1.0, + "content": "We substitute eqs. (13.8) and (13.9) into", + "type": "text" + }, + { + "bbox": [ + 269, + 593, + 349, + 606 + ], + "score": 0.9, + "content": "\\mathbb { P } \\left( \\mathbf { X } \\in \\mathcal { M } _ { 1 } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 350, + 592, + 354, + 607 + ], + "score": 1.0, + "content": ":", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 36, + "bbox_fs": [ + 106, + 592, + 354, + 607 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 606, + 188, + 619 + ], + "lines": [ + { + "bbox": [ + 106, + 606, + 187, + 619 + ], + "spans": [ + { + "bbox": [ + 106, + 606, + 187, + 619 + ], + "score": 0.77, + "content": "\\mathbb { P } \\left( \\mathbf { X } \\in \\mathcal { M } _ { 1 } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right)", + "type": "inline_equation" + } + ], + "index": 37 + } + ], + "index": 37, + "bbox_fs": [ + 106, + 606, + 187, + 619 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 105, + 620, + 477, + 689 + ], + "lines": [ + { + "bbox": [ + 105, + 620, + 477, + 689 + ], + "spans": [ + { + "bbox": [ + 105, + 620, + 477, + 689 + ], + "score": 0.82, + "content": "\\begin{array} { r l } & { \\geq \\mathbb { P } \\left( \\frac { \\gamma \\epsilon _ { 1 } / \\sqrt { 1 + \\gamma ^ { 2 } \\epsilon _ { 1 } ^ { 2 } } } { \\left\\| \\hat { \\mathbf { w } } _ { 1 } \\right\\| \\operatorname* { m a x } _ { n < d _ { 0 } } \\left\\| \\mathbf { x } ^ { ( n ) } \\right\\| } > \\sin \\alpha , \\frac { \\left( 1 - \\gamma \\beta \\right) \\epsilon _ { 1 } } { \\gamma \\beta \\sqrt { 1 + \\epsilon _ { 1 } ^ { 2 } } } \\underset { n \\geq d _ { 0 } } { \\operatorname* { m i n } } \\frac { \\left| \\hat { \\mathbf { w } } _ { 1 } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right| } { \\left\\| \\hat { \\mathbf { w } } _ { 1 } \\right\\| \\left\\| \\mathbf { x } ^ { ( n ) } \\right\\| } > \\sin \\alpha \\right) } \\\\ & { \\overset { ( 1 ) } { \\geq } \\mathbb { P } \\left( \\frac { \\gamma \\kappa } { \\left\\| \\hat { \\mathbf { w } } _ { 1 } \\right\\| \\operatorname* { m a x } _ { n < d _ { 0 } } \\left\\| \\mathbf { x } ^ { ( n ) } \\right\\| } > \\sin \\alpha , \\frac { \\left( 1 - \\gamma \\beta \\right) } { \\gamma \\beta } \\kappa \\underset { n \\geq d _ { 0 } } { \\operatorname* { m i n } } \\frac { x _ { 1 } ^ { ( n ) } } { \\left\\| \\mathbf { x } ^ { ( n ) } \\right\\| } > \\sin \\alpha , \\frac { \\epsilon _ { 1 } } { \\sqrt { 1 + \\epsilon _ { 1 } ^ { 2 } } } > \\kappa \\right) } \\end{array}", + "type": "interline_equation", + "image_path": "5830fba2aab9a37b5537d6a8273f981cb7ccf5a2e0d97b661d3d46a683fe0ad1.jpg" + } + ] + } + ], + "index": 39, + "virtual_lines": [ + { + "bbox": [ + 105, + 620, + 477, + 643.0 + ], + "spans": [], + "index": 38 + }, + { + "bbox": [ + 105, + 643.0, + 477, + 666.0 + ], + "spans": [], + "index": 39 + }, + { + "bbox": [ + 105, + 666.0, + 477, + 689.0 + ], + "spans": [], + "index": 40 + } + ] + }, + { + "type": "interline_equation", + "bbox": [ + 111, + 702, + 510, + 734 + ], + "lines": [ + { + "bbox": [ + 111, + 702, + 510, + 734 + ], + "spans": [ + { + "bbox": [ + 111, + 702, + 510, + 734 + ], + "score": 0.88, + "content": "\\overset { \\mathtt { ( 2 ) } } { \\geq } \\mathbb { P } \\left( \\frac { \\gamma \\kappa } { \\eta \\sin \\alpha } > \\left. \\hat { \\mathbf { w } } _ { 1 } \\right. , \\eta > \\operatorname* { m a x } _ { n < d _ { 0 } } \\left. \\mathbf { x } ^ { ( n ) } \\right. \\right) \\mathbb { P } \\left( \\frac { ( 1 - \\gamma \\beta ) } { \\gamma \\beta } \\kappa \\operatorname* { m i n } _ { n \\geq d _ { 0 } } \\frac { x _ { 1 } ^ { ( n ) } } { \\left. \\mathbf { x } ^ { ( n ) } \\right. } > \\sin \\alpha , \\frac { \\epsilon _ { 1 } } { \\sqrt { 1 + \\epsilon _ { 1 } ^ { 2 } } } > \\kappa \\right) ,", + "type": "interline_equation", + "image_path": "bb3aa970614c86b8023944363b8ac89fbbbf196174560d0e3f4d5474c6393db2.jpg" + } + ] + } + ], + "index": 42, + "virtual_lines": [ + { + "bbox": [ + 111, + 702, + 510, + 712.6666666666666 + ], + "spans": [], + "index": 41 + }, + { + "bbox": [ + 111, + 712.6666666666666, + 510, + 723.3333333333333 + ], + "spans": [], + "index": 42 + }, + { + "bbox": [ + 111, + 723.3333333333333, + 510, + 733.9999999999999 + ], + "spans": [], + "index": 43 + } + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 81, + 506, + 145 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 506, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 269, + 95 + ], + "score": 1.0, + "content": "where in (1) we rotate the axes so that", + "type": "text" + }, + { + "bbox": [ + 270, + 82, + 352, + 95 + ], + "score": 0.9, + "content": "\\hat { \\mathbf { w } } _ { 1 } \\propto [ 1 , 0 , 0 \\ldots , 0 ]", + "type": "inline_equation" + }, + { + "bbox": [ + 352, + 82, + 375, + 95 + ], + "score": 1.0, + "content": "axes", + "type": "text" + }, + { + "bbox": [ + 375, + 82, + 493, + 95 + ], + "score": 0.85, + "content": "\\tilde { \\mathbf { w } } _ { 1 } \\propto [ 0 , 1 , 0 , 0 \\ldots , 0 ] - \\mathrm { t h i s }", + "type": "inline_equation" + }, + { + "bbox": [ + 494, + 82, + 506, + 95 + ], + "score": 1.0, + "content": "is", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 104, + 93, + 507, + 107 + ], + "spans": [ + { + "bbox": [ + 104, + 93, + 272, + 107 + ], + "score": 1.0, + "content": "possible due to the spherical symmetry of", + "type": "text" + }, + { + "bbox": [ + 272, + 94, + 290, + 105 + ], + "score": 0.88, + "content": "\\mathbf { x } ^ { ( n ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 291, + 93, + 360, + 107 + ], + "score": 1.0, + "content": ", and the fact that", + "type": "text" + }, + { + "bbox": [ + 360, + 95, + 374, + 106 + ], + "score": 0.89, + "content": "\\hat { \\mathbf { w } } _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 374, + 93, + 392, + 107 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 392, + 95, + 406, + 106 + ], + "score": 0.88, + "content": "\\tilde { \\mathbf { w } } _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 406, + 93, + 471, + 107 + ], + "score": 1.0, + "content": "are functions of", + "type": "text" + }, + { + "bbox": [ + 471, + 94, + 489, + 105 + ], + "score": 0.89, + "content": "\\mathbf { x } ^ { ( n ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 490, + 93, + 507, + 107 + ], + "score": 1.0, + "content": "for", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 105, + 506, + 120 + ], + "spans": [ + { + "bbox": [ + 106, + 107, + 137, + 118 + ], + "score": 0.91, + "content": "n < d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 137, + 105, + 411, + 120 + ], + "score": 1.0, + "content": "(from eqs. (9.4) and (9.2)), and as such, they are independent from", + "type": "text" + }, + { + "bbox": [ + 412, + 106, + 430, + 117 + ], + "score": 0.9, + "content": "\\mathbf { x } ^ { ( n ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 430, + 105, + 446, + 120 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 446, + 107, + 477, + 118 + ], + "score": 0.91, + "content": "n \\geq d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 477, + 105, + 506, + 120 + ], + "score": 1.0, + "content": ", in (2)", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 104, + 117, + 506, + 133 + ], + "spans": [ + { + "bbox": [ + 104, + 117, + 187, + 133 + ], + "score": 1.0, + "content": "we use that fact that", + "type": "text" + }, + { + "bbox": [ + 188, + 119, + 211, + 131 + ], + "score": 0.92, + "content": "\\left. \\hat { \\mathbf { w } } _ { 1 } \\right.", + "type": "inline_equation" + }, + { + "bbox": [ + 212, + 117, + 230, + 133 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 230, + 118, + 299, + 132 + ], + "score": 0.93, + "content": "\\operatorname* { m a x } _ { n < d _ { 0 } } \\left\\| \\mathbf { x } ^ { ( n ) } \\right\\|", + "type": "inline_equation" + }, + { + "bbox": [ + 299, + 117, + 365, + 133 + ], + "score": 1.0, + "content": "are functions of", + "type": "text" + }, + { + "bbox": [ + 365, + 118, + 384, + 129 + ], + "score": 0.9, + "content": "\\mathbf { x } ^ { ( n ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 384, + 117, + 399, + 133 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 399, + 119, + 429, + 130 + ], + "score": 0.92, + "content": "n < d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 430, + 117, + 506, + 133 + ], + "score": 1.0, + "content": ", and as such, they", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 130, + 288, + 146 + ], + "spans": [ + { + "bbox": [ + 105, + 130, + 194, + 146 + ], + "score": 1.0, + "content": "are independent from", + "type": "text" + }, + { + "bbox": [ + 194, + 132, + 213, + 142 + ], + "score": 0.9, + "content": "\\mathbf { x } ^ { ( n ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 213, + 130, + 228, + 146 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 228, + 133, + 258, + 144 + ], + "score": 0.9, + "content": "n \\geq d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 259, + 130, + 288, + 146 + ], + "score": 1.0, + "content": ". Thus,", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 2 + }, + { + "type": "interline_equation", + "bbox": [ + 159, + 150, + 452, + 353 + ], + "lines": [ + { + "bbox": [ + 159, + 150, + 452, + 353 + ], + "spans": [ + { + "bbox": [ + 159, + 150, + 452, + 353 + ], + "score": 0.95, + "content": "\\begin{array} { r l } & { \\mathbb { P } ^ { \\nu } ( \\mathbf { X } \\times M _ { 1 } ^ { \\nu } ( \\mathbf { W } ^ { \\nu } ) ) } \\\\ & { \\geq \\left( 1 - \\mathbb { P } \\left( \\frac { \\mathcal { X } } { \\eta \\sin \\alpha } \\leq \\left. \\mathbf { w } _ { 1 } \\right. \\textnormal { \\texttt { O } } \\eta \\leq \\operatorname* { m a x } \\left. \\mathbf { s } ^ { \\nu } ( \\mathbf { u } ) \\right. \\right) \\right) } \\\\ & { \\cdot \\left( 1 - \\mathbb { P } \\left( \\frac { \\left\\{ 1 - \\eta \\beta \\right\\} } { \\gamma \\beta } \\right) \\operatorname* { m i n } \\frac { x _ { 1 } ^ { \\nu \\alpha } } { x _ { 2 } ^ { \\nu \\alpha } \\left. \\mathbf { s } ^ { \\nu \\alpha } \\right. } \\leq \\sin \\alpha \\alpha \\frac { \\mathbb { E } _ { 1 } } { \\sqrt { 1 + \\epsilon _ { 1 } ^ { \\alpha } } } \\leq \\kappa \\right) \\right) } \\\\ & { \\overset { ( a ) } { \\geq } \\left( 1 - \\mathbb { P } \\left( \\frac { \\mathcal { X } } { \\eta \\sin \\alpha } \\leq \\left. \\mathbf { s } \\right. _ { 1 } \\right) - \\mathbb { P } \\left( \\eta \\leq \\operatorname* { m a x } \\left. \\mathbf { s } ^ { \\nu \\alpha } \\right. \\right) \\right) } \\\\ & { \\cdot \\left( 1 - \\mathbb { P } \\left( \\frac { \\left\\{ 1 - \\eta \\beta \\right\\} } { \\gamma \\beta } \\operatorname* { m i n } \\frac { x _ { 1 } ^ { \\nu \\alpha } } { x _ { 2 } ^ { \\nu \\alpha } \\left. \\mathbf { s } ^ { \\nu \\alpha } \\right. } \\leq \\sin \\alpha \\right) - \\mathbb { E } \\left( \\frac { \\mathcal { X } } { \\sqrt { 1 + \\epsilon _ { 1 } ^ { \\alpha } } } \\leq \\kappa \\right) \\right) } \\\\ & { = \\left( \\mathbb { P } \\left( \\eta > \\frac { \\mathcal { X } } { \\eta \\sin \\alpha } \\left. \\mathbf { s } ^ { \\nu \\alpha } \\right. \\right) - \\mathbb { P } \\left( \\frac { \\mathcal { Y } } { \\eta \\sin \\alpha } \\leq \\left. \\mathbf { s } \\right. \\right) \\right) } \\\\ & \\cdot \\left( \\mathbb { E } \\left( \\frac { \\left\\{ 1 - \\gamma \\beta \\right\\} } { \\gamma \\beta } \\right) \\operatorname* { m i n } \\frac { x _ { 1 } ^ { \\nu \\alpha } } { x _ { 2 } ^ { \\nu \\alpha } \\left. \\mathbf { s } ^ { \\nu \\alpha } \\right. } \\leq \\sin \\alpha \\right) - \\mathbb { P } \\left( \\frac { \\mathcal { Z } } { \\sqrt { 1 + \\epsilon _ { 1 } ^ { \\alpha } } } \\leq \\kappa \\end{array}", + "type": "interline_equation", + "image_path": "0402b0b308e57e9839ca6aeb7277844e949615723079fba9c549efc0929b83be.jpg" + } + ] + } + ], + "index": 11, + "virtual_lines": [ + { + "bbox": [ + 159, + 150, + 452, + 165.6153846153846 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 159, + 165.6153846153846, + 452, + 181.23076923076923 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 159, + 181.23076923076923, + 452, + 196.84615384615384 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 159, + 196.84615384615384, + 452, + 212.46153846153845 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 159, + 212.46153846153845, + 452, + 228.07692307692307 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 159, + 228.07692307692307, + 452, + 243.69230769230768 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 159, + 243.69230769230768, + 452, + 259.3076923076923 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 159, + 259.3076923076923, + 452, + 274.92307692307696 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 159, + 274.92307692307696, + 452, + 290.5384615384616 + ], + "spans": [], + "index": 13 + }, + { + "bbox": [ + 159, + 290.5384615384616, + 452, + 306.15384615384625 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 159, + 306.15384615384625, + 452, + 321.7692307692309 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 159, + 321.7692307692309, + 452, + 337.38461538461553 + ], + "spans": [], + "index": 16 + }, + { + "bbox": [ + 159, + 337.38461538461553, + 452, + 353.00000000000017 + ], + "spans": [], + "index": 17 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 356, + 361, + 368 + ], + "lines": [ + { + "bbox": [ + 105, + 354, + 361, + 370 + ], + "spans": [ + { + "bbox": [ + 105, + 354, + 361, + 370 + ], + "score": 1.0, + "content": "where in (1) we use the union bound on both probability terms.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 18 + }, + { + "type": "text", + "bbox": [ + 105, + 372, + 479, + 385 + ], + "lines": [ + { + "bbox": [ + 105, + 372, + 479, + 386 + ], + "spans": [ + { + "bbox": [ + 105, + 372, + 479, + 386 + ], + "score": 1.0, + "content": "All that remains is to calculate each remaining probability term in eq. (13.11). First, we have", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 19 + }, + { + "type": "interline_equation", + "bbox": [ + 125, + 390, + 487, + 495 + ], + "lines": [ + { + "bbox": [ + 125, + 390, + 487, + 495 + ], + "spans": [ + { + "bbox": [ + 125, + 390, + 487, + 495 + ], + "score": 0.95, + "content": "\\begin{array} { r l } & { \\mathbb { P } \\left( \\frac { \\epsilon _ { 1 } } { \\sqrt { 1 + \\epsilon _ { 1 } ^ { 2 } } } \\leq \\kappa \\right) = 1 - \\mathbb { P } \\left( \\frac { \\kappa } { \\sqrt { 1 - \\kappa ^ { 2 } } } < \\epsilon _ { 1 } \\right) } \\\\ & { \\stackrel { \\left( 1 \\right) } { = } 1 - \\mathbb { P } \\left( \\underset { n \\geq d _ { 0 } } { \\operatorname* { m i n } } \\left| \\tilde { \\mathbf { w } } _ { i } ^ { \\top } \\mathbf { x } ^ { \\left( n \\right) } \\right| > \\frac { \\kappa } { \\sqrt { 1 - \\kappa ^ { 2 } } } \\frac { 1 } { \\beta } \\right) \\stackrel { \\left( 2 \\right) } { = } 1 - \\mathbb { P } \\left( \\underset { n \\geq d _ { 0 } } { \\operatorname* { m i n } } \\left| \\frac { x _ { 2 } ^ { \\left( n \\right) } } { x _ { 1 } ^ { \\left( n \\right) } } \\right| > \\frac { \\kappa } { \\sqrt { 1 - \\kappa ^ { 2 } } } \\frac { 1 } { \\beta } \\right) } \\\\ & { \\stackrel { \\left( 3 \\right) } { = } 1 - \\left[ \\mathbb { P } \\left( \\left| \\frac { x _ { 2 } ^ { \\left( 1 \\right) } } { x _ { 1 } ^ { \\left( 1 \\right) } } \\right| > \\frac { \\kappa } { \\sqrt { 1 - \\kappa ^ { 2 } } } \\frac { 1 } { \\beta } \\right) \\right] ^ { N - d _ { 0 } - 1 } \\stackrel { \\left( 4 \\right) } { \\leq } 1 - \\left[ 1 - \\frac { 2 } { \\pi } \\arctan \\left( \\frac { \\kappa } { \\sqrt { 1 - \\kappa ^ { 2 } } } \\frac { 1 } { \\beta } \\right) \\right] ^ { N } , } \\end{array}", + "type": "interline_equation", + "image_path": "53f80c8221ecaa81c7d8e78bb40a6e6c17cf17cb44996a632af8395b2203b250.jpg" + } + ] + } + ], + "index": 21, + "virtual_lines": [ + { + "bbox": [ + 125, + 390, + 487, + 425.0 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 125, + 425.0, + 487, + 460.0 + ], + "spans": [], + "index": 21 + }, + { + "bbox": [ + 125, + 460.0, + 487, + 495.0 + ], + "spans": [], + "index": 22 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 511, + 506, + 570 + ], + "lines": [ + { + "bbox": [ + 105, + 511, + 506, + 524 + ], + "spans": [ + { + "bbox": [ + 105, + 511, + 506, + 524 + ], + "score": 1.0, + "content": "where in (1) we used eq. (9.7), in (2) we recall that in eq. (13.10) we rotated the axes so that", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 523, + 506, + 534 + ], + "spans": [ + { + "bbox": [ + 106, + 523, + 191, + 534 + ], + "score": 0.9, + "content": "\\hat { \\mathbf { w } } _ { 1 } \\propto [ 1 , 0 , 0 \\ldots , 0 ]", + "type": "inline_equation" + }, + { + "bbox": [ + 191, + 523, + 215, + 534 + ], + "score": 1.0, + "content": "axes", + "type": "text" + }, + { + "bbox": [ + 216, + 523, + 309, + 534 + ], + "score": 0.92, + "content": "\\tilde { \\mathbf { w } } _ { 1 } \\propto [ 0 , 1 , 0 , 0 \\ldots , 0 ]", + "type": "inline_equation" + }, + { + "bbox": [ + 310, + 523, + 506, + 534 + ], + "score": 1.0, + "content": ", in (3) we used the independence of different", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 532, + 506, + 549 + ], + "spans": [ + { + "bbox": [ + 106, + 534, + 124, + 546 + ], + "score": 0.87, + "content": "\\mathbf { x } ^ { ( n ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 125, + 532, + 506, + 549 + ], + "score": 1.0, + "content": ", and in (4) we used the fact that the ratio of two independent Gaussian variables is distributed", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 546, + 505, + 558 + ], + "spans": [ + { + "bbox": [ + 105, + 546, + 505, + 558 + ], + "score": 1.0, + "content": "according to the symmetric Cauchy distribution, which has the cumulative distribution function", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 554, + 433, + 572 + ], + "spans": [ + { + "bbox": [ + 106, + 556, + 190, + 570 + ], + "score": 0.92, + "content": "\\mathbb { P } \\left( X > \\breve { x } \\right) = \\textstyle \\frac { 1 } { 2 } - \\breve { \\frac { } { \\pi } }", + "type": "inline_equation" + }, + { + "bbox": [ + 190, + 554, + 220, + 572 + ], + "score": 1.0, + "content": "arctan", + "type": "text" + }, + { + "bbox": [ + 221, + 557, + 235, + 569 + ], + "score": 0.82, + "content": "( x )", + "type": "inline_equation" + }, + { + "bbox": [ + 235, + 554, + 294, + 572 + ], + "score": 1.0, + "content": ", and therefore", + "type": "text" + }, + { + "bbox": [ + 294, + 556, + 381, + 570 + ], + "score": 0.91, + "content": "\\begin{array} { r } { \\mathbb { P } \\left( | X | > x \\right) = 1 - \\frac { 2 } { \\pi } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 381, + 554, + 412, + 572 + ], + "score": 1.0, + "content": "arctan", + "type": "text" + }, + { + "bbox": [ + 412, + 557, + 426, + 569 + ], + "score": 0.79, + "content": "( x )", + "type": "inline_equation" + }, + { + "bbox": [ + 426, + 554, + 433, + 572 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 25 + }, + { + "type": "text", + "bbox": [ + 107, + 573, + 212, + 585 + ], + "lines": [ + { + "bbox": [ + 105, + 571, + 213, + 587 + ], + "spans": [ + { + "bbox": [ + 105, + 571, + 213, + 587 + ], + "score": 1.0, + "content": "Second, we use eq. (13.2)", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 28 + }, + { + "type": "interline_equation", + "bbox": [ + 146, + 598, + 435, + 635 + ], + "lines": [ + { + "bbox": [ + 146, + 598, + 435, + 635 + ], + "spans": [ + { + "bbox": [ + 146, + 598, + 435, + 635 + ], + "score": 0.92, + "content": "\\mathbb { P } \\left( \\operatorname* { m i n } _ { n \\geq d _ { 0 } } \\frac { x _ { 1 } ^ { ( n ) } } { \\left\\| \\mathbf { x } ^ { ( n ) } \\right\\| } > \\frac { \\gamma \\beta \\sin \\alpha } { \\left( 1 - \\gamma \\beta \\right) \\kappa } \\right) > \\left[ 1 - \\frac { 2 \\gamma \\beta \\sin \\alpha } { \\left( 1 - \\gamma \\beta \\right) \\kappa B \\left( \\frac { 1 } { 2 } , \\frac { d _ { 0 } - 1 } { 2 } \\right) } \\right] ^ { N } .", + "type": "interline_equation", + "image_path": "5122825d4bee63b55f03956b0fef0b3e608f80c86603b81f633760e076c1000a.jpg" + } + ] + } + ], + "index": 30, + "virtual_lines": [ + { + "bbox": [ + 146, + 598, + 435, + 610.3333333333334 + ], + "spans": [], + "index": 29 + }, + { + "bbox": [ + 146, + 610.3333333333334, + 435, + 622.6666666666667 + ], + "spans": [], + "index": 30 + }, + { + "bbox": [ + 146, + 622.6666666666667, + 435, + 635.0000000000001 + ], + "spans": [], + "index": 31 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 640, + 491, + 653 + ], + "lines": [ + { + "bbox": [ + 104, + 637, + 488, + 656 + ], + "spans": [ + { + "bbox": [ + 104, + 637, + 131, + 656 + ], + "score": 1.0, + "content": "Third,", + "type": "text" + }, + { + "bbox": [ + 132, + 637, + 165, + 654 + ], + "score": 0.93, + "content": "\\left\\| \\mathbf { x } ^ { ( n ) } \\right\\| ^ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 165, + 637, + 414, + 656 + ], + "score": 1.0, + "content": "is distributed according to the chi-square distribution of order", + "type": "text" + }, + { + "bbox": [ + 414, + 641, + 424, + 652 + ], + "score": 0.88, + "content": "d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 425, + 637, + 454, + 656 + ], + "score": 1.0, + "content": ", so for", + "type": "text" + }, + { + "bbox": [ + 454, + 640, + 488, + 653 + ], + "score": 0.92, + "content": "\\eta ^ { 2 } > d _ { 0 }", + "type": "inline_equation" + } + ], + "index": 32 + } + ], + "index": 32 + }, + { + "type": "interline_equation", + "bbox": [ + 195, + 659, + 415, + 687 + ], + "lines": [ + { + "bbox": [ + 195, + 659, + 415, + 687 + ], + "spans": [ + { + "bbox": [ + 195, + 659, + 415, + 687 + ], + "score": 0.91, + "content": "\\begin{array} { r } { \\mathbb { P } \\left( \\left\\| \\mathbf { x } ^ { ( n ) } \\right\\| ^ { 2 } \\geq \\eta ^ { 2 } \\right) \\leq \\left( \\eta ^ { 2 } \\exp \\left( 1 - \\eta ^ { 2 } / d _ { 0 } \\right) / d _ { 0 } \\right) ^ { d _ { 0 } / 2 } . } \\end{array}", + "type": "interline_equation", + "image_path": "5168ef1936f5083237cf3d70399358245ae1e25d9de608f64ce7c7fabd05d789.jpg" + } + ] + } + ], + "index": 33, + "virtual_lines": [ + { + "bbox": [ + 195, + 659, + 415, + 687 + ], + "spans": [], + "index": 33 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 692, + 150, + 703 + ], + "lines": [ + { + "bbox": [ + 105, + 690, + 151, + 705 + ], + "spans": [ + { + "bbox": [ + 105, + 690, + 151, + 705 + ], + "score": 1.0, + "content": "Therefore,", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 34 + }, + { + "type": "interline_equation", + "bbox": [ + 147, + 708, + 435, + 736 + ], + "lines": [ + { + "bbox": [ + 147, + 708, + 435, + 736 + ], + "spans": [ + { + "bbox": [ + 147, + 708, + 435, + 736 + ], + "score": 0.92, + "content": "\\mathbb { P } \\left( \\operatorname* { m a x } _ { n < d _ { 0 } } \\left\\| \\mathbf { x } ^ { ( n ) } \\right\\| ^ { 2 } < \\eta ^ { 2 } \\right) > \\left[ 1 - \\left( \\eta ^ { 2 } \\exp \\left( 1 - \\eta ^ { 2 } / d _ { 0 } \\right) / d _ { 0 } \\right) ^ { d _ { 0 } / 2 } \\right] ^ { d _ { 0 } - 1 } .", + "type": "interline_equation", + "image_path": "3bf3d3bd0fd926e4c1128b0334680dbc6eb5c6f8ec200c33c01576f2c9c75a17.jpg" + } + ] + } + ], + "index": 35, + "virtual_lines": [ + { + "bbox": [ + 147, + 708, + 435, + 736 + ], + "spans": [], + "index": 35 + } + ] + } + ], + "page_idx": 32, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 26, + 308, + 38 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 309, + 39 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 309, + 39 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 298, + 750, + 313, + 763 + ], + "spans": [ + { + "bbox": [ + 298, + 750, + 313, + 763 + ], + "score": 1.0, + "content": "33", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 81, + 506, + 145 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 506, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 269, + 95 + ], + "score": 1.0, + "content": "where in (1) we rotate the axes so that", + "type": "text" + }, + { + "bbox": [ + 270, + 82, + 352, + 95 + ], + "score": 0.9, + "content": "\\hat { \\mathbf { w } } _ { 1 } \\propto [ 1 , 0 , 0 \\ldots , 0 ]", + "type": "inline_equation" + }, + { + "bbox": [ + 352, + 82, + 375, + 95 + ], + "score": 1.0, + "content": "axes", + "type": "text" + }, + { + "bbox": [ + 375, + 82, + 493, + 95 + ], + "score": 0.85, + "content": "\\tilde { \\mathbf { w } } _ { 1 } \\propto [ 0 , 1 , 0 , 0 \\ldots , 0 ] - \\mathrm { t h i s }", + "type": "inline_equation" + }, + { + "bbox": [ + 494, + 82, + 506, + 95 + ], + "score": 1.0, + "content": "is", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 104, + 93, + 507, + 107 + ], + "spans": [ + { + "bbox": [ + 104, + 93, + 272, + 107 + ], + "score": 1.0, + "content": "possible due to the spherical symmetry of", + "type": "text" + }, + { + "bbox": [ + 272, + 94, + 290, + 105 + ], + "score": 0.88, + "content": "\\mathbf { x } ^ { ( n ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 291, + 93, + 360, + 107 + ], + "score": 1.0, + "content": ", and the fact that", + "type": "text" + }, + { + "bbox": [ + 360, + 95, + 374, + 106 + ], + "score": 0.89, + "content": "\\hat { \\mathbf { w } } _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 374, + 93, + 392, + 107 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 392, + 95, + 406, + 106 + ], + "score": 0.88, + "content": "\\tilde { \\mathbf { w } } _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 406, + 93, + 471, + 107 + ], + "score": 1.0, + "content": "are functions of", + "type": "text" + }, + { + "bbox": [ + 471, + 94, + 489, + 105 + ], + "score": 0.89, + "content": "\\mathbf { x } ^ { ( n ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 490, + 93, + 507, + 107 + ], + "score": 1.0, + "content": "for", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 105, + 506, + 120 + ], + "spans": [ + { + "bbox": [ + 106, + 107, + 137, + 118 + ], + "score": 0.91, + "content": "n < d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 137, + 105, + 411, + 120 + ], + "score": 1.0, + "content": "(from eqs. (9.4) and (9.2)), and as such, they are independent from", + "type": "text" + }, + { + "bbox": [ + 412, + 106, + 430, + 117 + ], + "score": 0.9, + "content": "\\mathbf { x } ^ { ( n ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 430, + 105, + 446, + 120 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 446, + 107, + 477, + 118 + ], + "score": 0.91, + "content": "n \\geq d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 477, + 105, + 506, + 120 + ], + "score": 1.0, + "content": ", in (2)", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 104, + 117, + 506, + 133 + ], + "spans": [ + { + "bbox": [ + 104, + 117, + 187, + 133 + ], + "score": 1.0, + "content": "we use that fact that", + "type": "text" + }, + { + "bbox": [ + 188, + 119, + 211, + 131 + ], + "score": 0.92, + "content": "\\left. \\hat { \\mathbf { w } } _ { 1 } \\right.", + "type": "inline_equation" + }, + { + "bbox": [ + 212, + 117, + 230, + 133 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 230, + 118, + 299, + 132 + ], + "score": 0.93, + "content": "\\operatorname* { m a x } _ { n < d _ { 0 } } \\left\\| \\mathbf { x } ^ { ( n ) } \\right\\|", + "type": "inline_equation" + }, + { + "bbox": [ + 299, + 117, + 365, + 133 + ], + "score": 1.0, + "content": "are functions of", + "type": "text" + }, + { + "bbox": [ + 365, + 118, + 384, + 129 + ], + "score": 0.9, + "content": "\\mathbf { x } ^ { ( n ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 384, + 117, + 399, + 133 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 399, + 119, + 429, + 130 + ], + "score": 0.92, + "content": "n < d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 430, + 117, + 506, + 133 + ], + "score": 1.0, + "content": ", and as such, they", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 130, + 288, + 146 + ], + "spans": [ + { + "bbox": [ + 105, + 130, + 194, + 146 + ], + "score": 1.0, + "content": "are independent from", + "type": "text" + }, + { + "bbox": [ + 194, + 132, + 213, + 142 + ], + "score": 0.9, + "content": "\\mathbf { x } ^ { ( n ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 213, + 130, + 228, + 146 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 228, + 133, + 258, + 144 + ], + "score": 0.9, + "content": "n \\geq d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 259, + 130, + 288, + 146 + ], + "score": 1.0, + "content": ". Thus,", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 2, + "bbox_fs": [ + 104, + 82, + 507, + 146 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 159, + 150, + 452, + 353 + ], + "lines": [ + { + "bbox": [ + 159, + 150, + 452, + 353 + ], + "spans": [ + { + "bbox": [ + 159, + 150, + 452, + 353 + ], + "score": 0.95, + "content": "\\begin{array} { r l } & { \\mathbb { P } ^ { \\nu } ( \\mathbf { X } \\times M _ { 1 } ^ { \\nu } ( \\mathbf { W } ^ { \\nu } ) ) } \\\\ & { \\geq \\left( 1 - \\mathbb { P } \\left( \\frac { \\mathcal { X } } { \\eta \\sin \\alpha } \\leq \\left. \\mathbf { w } _ { 1 } \\right. \\textnormal { \\texttt { O } } \\eta \\leq \\operatorname* { m a x } \\left. \\mathbf { s } ^ { \\nu } ( \\mathbf { u } ) \\right. \\right) \\right) } \\\\ & { \\cdot \\left( 1 - \\mathbb { P } \\left( \\frac { \\left\\{ 1 - \\eta \\beta \\right\\} } { \\gamma \\beta } \\right) \\operatorname* { m i n } \\frac { x _ { 1 } ^ { \\nu \\alpha } } { x _ { 2 } ^ { \\nu \\alpha } \\left. \\mathbf { s } ^ { \\nu \\alpha } \\right. } \\leq \\sin \\alpha \\alpha \\frac { \\mathbb { E } _ { 1 } } { \\sqrt { 1 + \\epsilon _ { 1 } ^ { \\alpha } } } \\leq \\kappa \\right) \\right) } \\\\ & { \\overset { ( a ) } { \\geq } \\left( 1 - \\mathbb { P } \\left( \\frac { \\mathcal { X } } { \\eta \\sin \\alpha } \\leq \\left. \\mathbf { s } \\right. _ { 1 } \\right) - \\mathbb { P } \\left( \\eta \\leq \\operatorname* { m a x } \\left. \\mathbf { s } ^ { \\nu \\alpha } \\right. \\right) \\right) } \\\\ & { \\cdot \\left( 1 - \\mathbb { P } \\left( \\frac { \\left\\{ 1 - \\eta \\beta \\right\\} } { \\gamma \\beta } \\operatorname* { m i n } \\frac { x _ { 1 } ^ { \\nu \\alpha } } { x _ { 2 } ^ { \\nu \\alpha } \\left. \\mathbf { s } ^ { \\nu \\alpha } \\right. } \\leq \\sin \\alpha \\right) - \\mathbb { E } \\left( \\frac { \\mathcal { X } } { \\sqrt { 1 + \\epsilon _ { 1 } ^ { \\alpha } } } \\leq \\kappa \\right) \\right) } \\\\ & { = \\left( \\mathbb { P } \\left( \\eta > \\frac { \\mathcal { X } } { \\eta \\sin \\alpha } \\left. \\mathbf { s } ^ { \\nu \\alpha } \\right. \\right) - \\mathbb { P } \\left( \\frac { \\mathcal { Y } } { \\eta \\sin \\alpha } \\leq \\left. \\mathbf { s } \\right. \\right) \\right) } \\\\ & \\cdot \\left( \\mathbb { E } \\left( \\frac { \\left\\{ 1 - \\gamma \\beta \\right\\} } { \\gamma \\beta } \\right) \\operatorname* { m i n } \\frac { x _ { 1 } ^ { \\nu \\alpha } } { x _ { 2 } ^ { \\nu \\alpha } \\left. \\mathbf { s } ^ { \\nu \\alpha } \\right. } \\leq \\sin \\alpha \\right) - \\mathbb { P } \\left( \\frac { \\mathcal { Z } } { \\sqrt { 1 + \\epsilon _ { 1 } ^ { \\alpha } } } \\leq \\kappa \\end{array}", + "type": "interline_equation", + "image_path": "0402b0b308e57e9839ca6aeb7277844e949615723079fba9c549efc0929b83be.jpg" + } + ] + } + ], + "index": 11, + "virtual_lines": [ + { + "bbox": [ + 159, + 150, + 452, + 165.6153846153846 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 159, + 165.6153846153846, + 452, + 181.23076923076923 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 159, + 181.23076923076923, + 452, + 196.84615384615384 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 159, + 196.84615384615384, + 452, + 212.46153846153845 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 159, + 212.46153846153845, + 452, + 228.07692307692307 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 159, + 228.07692307692307, + 452, + 243.69230769230768 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 159, + 243.69230769230768, + 452, + 259.3076923076923 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 159, + 259.3076923076923, + 452, + 274.92307692307696 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 159, + 274.92307692307696, + 452, + 290.5384615384616 + ], + "spans": [], + "index": 13 + }, + { + "bbox": [ + 159, + 290.5384615384616, + 452, + 306.15384615384625 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 159, + 306.15384615384625, + 452, + 321.7692307692309 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 159, + 321.7692307692309, + 452, + 337.38461538461553 + ], + "spans": [], + "index": 16 + }, + { + "bbox": [ + 159, + 337.38461538461553, + 452, + 353.00000000000017 + ], + "spans": [], + "index": 17 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 356, + 361, + 368 + ], + "lines": [ + { + "bbox": [ + 105, + 354, + 361, + 370 + ], + "spans": [ + { + "bbox": [ + 105, + 354, + 361, + 370 + ], + "score": 1.0, + "content": "where in (1) we use the union bound on both probability terms.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 18, + "bbox_fs": [ + 105, + 354, + 361, + 370 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 372, + 479, + 385 + ], + "lines": [ + { + "bbox": [ + 105, + 372, + 479, + 386 + ], + "spans": [ + { + "bbox": [ + 105, + 372, + 479, + 386 + ], + "score": 1.0, + "content": "All that remains is to calculate each remaining probability term in eq. (13.11). First, we have", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 19, + "bbox_fs": [ + 105, + 372, + 479, + 386 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 125, + 390, + 487, + 495 + ], + "lines": [ + { + "bbox": [ + 125, + 390, + 487, + 495 + ], + "spans": [ + { + "bbox": [ + 125, + 390, + 487, + 495 + ], + "score": 0.95, + "content": "\\begin{array} { r l } & { \\mathbb { P } \\left( \\frac { \\epsilon _ { 1 } } { \\sqrt { 1 + \\epsilon _ { 1 } ^ { 2 } } } \\leq \\kappa \\right) = 1 - \\mathbb { P } \\left( \\frac { \\kappa } { \\sqrt { 1 - \\kappa ^ { 2 } } } < \\epsilon _ { 1 } \\right) } \\\\ & { \\stackrel { \\left( 1 \\right) } { = } 1 - \\mathbb { P } \\left( \\underset { n \\geq d _ { 0 } } { \\operatorname* { m i n } } \\left| \\tilde { \\mathbf { w } } _ { i } ^ { \\top } \\mathbf { x } ^ { \\left( n \\right) } \\right| > \\frac { \\kappa } { \\sqrt { 1 - \\kappa ^ { 2 } } } \\frac { 1 } { \\beta } \\right) \\stackrel { \\left( 2 \\right) } { = } 1 - \\mathbb { P } \\left( \\underset { n \\geq d _ { 0 } } { \\operatorname* { m i n } } \\left| \\frac { x _ { 2 } ^ { \\left( n \\right) } } { x _ { 1 } ^ { \\left( n \\right) } } \\right| > \\frac { \\kappa } { \\sqrt { 1 - \\kappa ^ { 2 } } } \\frac { 1 } { \\beta } \\right) } \\\\ & { \\stackrel { \\left( 3 \\right) } { = } 1 - \\left[ \\mathbb { P } \\left( \\left| \\frac { x _ { 2 } ^ { \\left( 1 \\right) } } { x _ { 1 } ^ { \\left( 1 \\right) } } \\right| > \\frac { \\kappa } { \\sqrt { 1 - \\kappa ^ { 2 } } } \\frac { 1 } { \\beta } \\right) \\right] ^ { N - d _ { 0 } - 1 } \\stackrel { \\left( 4 \\right) } { \\leq } 1 - \\left[ 1 - \\frac { 2 } { \\pi } \\arctan \\left( \\frac { \\kappa } { \\sqrt { 1 - \\kappa ^ { 2 } } } \\frac { 1 } { \\beta } \\right) \\right] ^ { N } , } \\end{array}", + "type": "interline_equation", + "image_path": "53f80c8221ecaa81c7d8e78bb40a6e6c17cf17cb44996a632af8395b2203b250.jpg" + } + ] + } + ], + "index": 21, + "virtual_lines": [ + { + "bbox": [ + 125, + 390, + 487, + 425.0 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 125, + 425.0, + 487, + 460.0 + ], + "spans": [], + "index": 21 + }, + { + "bbox": [ + 125, + 460.0, + 487, + 495.0 + ], + "spans": [], + "index": 22 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 511, + 506, + 570 + ], + "lines": [ + { + "bbox": [ + 105, + 511, + 506, + 524 + ], + "spans": [ + { + "bbox": [ + 105, + 511, + 506, + 524 + ], + "score": 1.0, + "content": "where in (1) we used eq. (9.7), in (2) we recall that in eq. (13.10) we rotated the axes so that", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 523, + 506, + 534 + ], + "spans": [ + { + "bbox": [ + 106, + 523, + 191, + 534 + ], + "score": 0.9, + "content": "\\hat { \\mathbf { w } } _ { 1 } \\propto [ 1 , 0 , 0 \\ldots , 0 ]", + "type": "inline_equation" + }, + { + "bbox": [ + 191, + 523, + 215, + 534 + ], + "score": 1.0, + "content": "axes", + "type": "text" + }, + { + "bbox": [ + 216, + 523, + 309, + 534 + ], + "score": 0.92, + "content": "\\tilde { \\mathbf { w } } _ { 1 } \\propto [ 0 , 1 , 0 , 0 \\ldots , 0 ]", + "type": "inline_equation" + }, + { + "bbox": [ + 310, + 523, + 506, + 534 + ], + "score": 1.0, + "content": ", in (3) we used the independence of different", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 532, + 506, + 549 + ], + "spans": [ + { + "bbox": [ + 106, + 534, + 124, + 546 + ], + "score": 0.87, + "content": "\\mathbf { x } ^ { ( n ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 125, + 532, + 506, + 549 + ], + "score": 1.0, + "content": ", and in (4) we used the fact that the ratio of two independent Gaussian variables is distributed", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 546, + 505, + 558 + ], + "spans": [ + { + "bbox": [ + 105, + 546, + 505, + 558 + ], + "score": 1.0, + "content": "according to the symmetric Cauchy distribution, which has the cumulative distribution function", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 554, + 433, + 572 + ], + "spans": [ + { + "bbox": [ + 106, + 556, + 190, + 570 + ], + "score": 0.92, + "content": "\\mathbb { P } \\left( X > \\breve { x } \\right) = \\textstyle \\frac { 1 } { 2 } - \\breve { \\frac { } { \\pi } }", + "type": "inline_equation" + }, + { + "bbox": [ + 190, + 554, + 220, + 572 + ], + "score": 1.0, + "content": "arctan", + "type": "text" + }, + { + "bbox": [ + 221, + 557, + 235, + 569 + ], + "score": 0.82, + "content": "( x )", + "type": "inline_equation" + }, + { + "bbox": [ + 235, + 554, + 294, + 572 + ], + "score": 1.0, + "content": ", and therefore", + "type": "text" + }, + { + "bbox": [ + 294, + 556, + 381, + 570 + ], + "score": 0.91, + "content": "\\begin{array} { r } { \\mathbb { P } \\left( | X | > x \\right) = 1 - \\frac { 2 } { \\pi } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 381, + 554, + 412, + 572 + ], + "score": 1.0, + "content": "arctan", + "type": "text" + }, + { + "bbox": [ + 412, + 557, + 426, + 569 + ], + "score": 0.79, + "content": "( x )", + "type": "inline_equation" + }, + { + "bbox": [ + 426, + 554, + 433, + 572 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 25, + "bbox_fs": [ + 105, + 511, + 506, + 572 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 573, + 212, + 585 + ], + "lines": [ + { + "bbox": [ + 105, + 571, + 213, + 587 + ], + "spans": [ + { + "bbox": [ + 105, + 571, + 213, + 587 + ], + "score": 1.0, + "content": "Second, we use eq. (13.2)", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 28, + "bbox_fs": [ + 105, + 571, + 213, + 587 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 146, + 598, + 435, + 635 + ], + "lines": [ + { + "bbox": [ + 146, + 598, + 435, + 635 + ], + "spans": [ + { + "bbox": [ + 146, + 598, + 435, + 635 + ], + "score": 0.92, + "content": "\\mathbb { P } \\left( \\operatorname* { m i n } _ { n \\geq d _ { 0 } } \\frac { x _ { 1 } ^ { ( n ) } } { \\left\\| \\mathbf { x } ^ { ( n ) } \\right\\| } > \\frac { \\gamma \\beta \\sin \\alpha } { \\left( 1 - \\gamma \\beta \\right) \\kappa } \\right) > \\left[ 1 - \\frac { 2 \\gamma \\beta \\sin \\alpha } { \\left( 1 - \\gamma \\beta \\right) \\kappa B \\left( \\frac { 1 } { 2 } , \\frac { d _ { 0 } - 1 } { 2 } \\right) } \\right] ^ { N } .", + "type": "interline_equation", + "image_path": "5122825d4bee63b55f03956b0fef0b3e608f80c86603b81f633760e076c1000a.jpg" + } + ] + } + ], + "index": 30, + "virtual_lines": [ + { + "bbox": [ + 146, + 598, + 435, + 610.3333333333334 + ], + "spans": [], + "index": 29 + }, + { + "bbox": [ + 146, + 610.3333333333334, + 435, + 622.6666666666667 + ], + "spans": [], + "index": 30 + }, + { + "bbox": [ + 146, + 622.6666666666667, + 435, + 635.0000000000001 + ], + "spans": [], + "index": 31 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 640, + 491, + 653 + ], + "lines": [ + { + "bbox": [ + 104, + 637, + 488, + 656 + ], + "spans": [ + { + "bbox": [ + 104, + 637, + 131, + 656 + ], + "score": 1.0, + "content": "Third,", + "type": "text" + }, + { + "bbox": [ + 132, + 637, + 165, + 654 + ], + "score": 0.93, + "content": "\\left\\| \\mathbf { x } ^ { ( n ) } \\right\\| ^ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 165, + 637, + 414, + 656 + ], + "score": 1.0, + "content": "is distributed according to the chi-square distribution of order", + "type": "text" + }, + { + "bbox": [ + 414, + 641, + 424, + 652 + ], + "score": 0.88, + "content": "d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 425, + 637, + 454, + 656 + ], + "score": 1.0, + "content": ", so for", + "type": "text" + }, + { + "bbox": [ + 454, + 640, + 488, + 653 + ], + "score": 0.92, + "content": "\\eta ^ { 2 } > d _ { 0 }", + "type": "inline_equation" + } + ], + "index": 32 + } + ], + "index": 32, + "bbox_fs": [ + 104, + 637, + 488, + 656 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 195, + 659, + 415, + 687 + ], + "lines": [ + { + "bbox": [ + 195, + 659, + 415, + 687 + ], + "spans": [ + { + "bbox": [ + 195, + 659, + 415, + 687 + ], + "score": 0.91, + "content": "\\begin{array} { r } { \\mathbb { P } \\left( \\left\\| \\mathbf { x } ^ { ( n ) } \\right\\| ^ { 2 } \\geq \\eta ^ { 2 } \\right) \\leq \\left( \\eta ^ { 2 } \\exp \\left( 1 - \\eta ^ { 2 } / d _ { 0 } \\right) / d _ { 0 } \\right) ^ { d _ { 0 } / 2 } . } \\end{array}", + "type": "interline_equation", + "image_path": "5168ef1936f5083237cf3d70399358245ae1e25d9de608f64ce7c7fabd05d789.jpg" + } + ] + } + ], + "index": 33, + "virtual_lines": [ + { + "bbox": [ + 195, + 659, + 415, + 687 + ], + "spans": [], + "index": 33 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 692, + 150, + 703 + ], + "lines": [ + { + "bbox": [ + 105, + 690, + 151, + 705 + ], + "spans": [ + { + "bbox": [ + 105, + 690, + 151, + 705 + ], + "score": 1.0, + "content": "Therefore,", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 34, + "bbox_fs": [ + 105, + 690, + 151, + 705 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 147, + 708, + 435, + 736 + ], + "lines": [ + { + "bbox": [ + 147, + 708, + 435, + 736 + ], + "spans": [ + { + "bbox": [ + 147, + 708, + 435, + 736 + ], + "score": 0.92, + "content": "\\mathbb { P } \\left( \\operatorname* { m a x } _ { n < d _ { 0 } } \\left\\| \\mathbf { x } ^ { ( n ) } \\right\\| ^ { 2 } < \\eta ^ { 2 } \\right) > \\left[ 1 - \\left( \\eta ^ { 2 } \\exp \\left( 1 - \\eta ^ { 2 } / d _ { 0 } \\right) / d _ { 0 } \\right) ^ { d _ { 0 } / 2 } \\right] ^ { d _ { 0 } - 1 } .", + "type": "interline_equation", + "image_path": "3bf3d3bd0fd926e4c1128b0334680dbc6eb5c6f8ec200c33c01576f2c9c75a17.jpg" + } + ] + } + ], + "index": 35, + "virtual_lines": [ + { + "bbox": [ + 147, + 708, + 435, + 736 + ], + "spans": [], + "index": 35 + } + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 81, + 405, + 95 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 405, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 177, + 96 + ], + "score": 1.0, + "content": "Lastly, we bound", + "type": "text" + }, + { + "bbox": [ + 178, + 82, + 237, + 95 + ], + "score": 0.94, + "content": "\\| \\tilde { \\mathbf { w } } _ { 1 } \\| = \\| \\hat { \\mathbf { w } } _ { 1 } \\|", + "type": "inline_equation" + }, + { + "bbox": [ + 237, + 81, + 405, + 96 + ], + "score": 1.0, + "content": "(from eq. (9.5)). From eq. (9.4), we have", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "interline_equation", + "bbox": [ + 247, + 101, + 363, + 118 + ], + "lines": [ + { + "bbox": [ + 247, + 101, + 363, + 118 + ], + "spans": [ + { + "bbox": [ + 247, + 101, + 363, + 118 + ], + "score": 0.92, + "content": "\\hat { \\mathbf { w } } _ { 1 } ^ { \\top } \\mathbf { X } _ { [ d _ { 0 } - 1 ] } = \\left[ 1 , \\ldots , 1 , 1 \\right] ,", + "type": "interline_equation", + "image_path": "a8286c1daec6860228ebc724a5faf9f9d0c90cb6b9f266a34e50b65fdbc77fd7.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 247, + 101, + 363, + 118 + ], + "spans": [], + "index": 1 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 124, + 310, + 137 + ], + "lines": [ + { + "bbox": [ + 106, + 124, + 310, + 139 + ], + "spans": [ + { + "bbox": [ + 106, + 124, + 133, + 139 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 126, + 166, + 138 + ], + "score": 0.92, + "content": "\\mathbf { X } _ { [ d _ { 0 } - 1 ] }", + "type": "inline_equation" + }, + { + "bbox": [ + 166, + 124, + 310, + 139 + ], + "score": 1.0, + "content": "has a singular value decomposition", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 2 + }, + { + "type": "interline_equation", + "bbox": [ + 255, + 145, + 355, + 180 + ], + "lines": [ + { + "bbox": [ + 255, + 145, + 355, + 180 + ], + "spans": [ + { + "bbox": [ + 255, + 145, + 355, + 180 + ], + "score": 0.94, + "content": "\\mathbf { X } _ { [ d _ { 0 } - 1 ] } = \\sum _ { i = 1 } ^ { d _ { 0 } } \\sigma _ { i } \\mathbf { u } _ { i } \\mathbf { v } _ { i } ^ { \\top } ,", + "type": "interline_equation", + "image_path": "563a0bb850f1f08c9d2d2921d4df61040d0bd77004e33479a9bebef3d382294d.jpg" + } + ] + } + ], + "index": 3.5, + "virtual_lines": [ + { + "bbox": [ + 255, + 145, + 355, + 162.5 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 255, + 162.5, + 355, + 180.0 + ], + "spans": [], + "index": 4 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 187, + 506, + 234 + ], + "lines": [ + { + "bbox": [ + 105, + 186, + 506, + 200 + ], + "spans": [ + { + "bbox": [ + 105, + 186, + 126, + 200 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 127, + 189, + 137, + 198 + ], + "score": 0.85, + "content": "\\sigma _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 137, + 186, + 259, + 200 + ], + "score": 1.0, + "content": "being the singular values, and", + "type": "text" + }, + { + "bbox": [ + 259, + 189, + 270, + 198 + ], + "score": 0.87, + "content": "\\mathbf { u } _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 271, + 186, + 289, + 200 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 289, + 189, + 299, + 198 + ], + "score": 0.86, + "content": "\\mathbf { v } _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 300, + 186, + 506, + 200 + ], + "score": 1.0, + "content": "being the singular vectors. The singular values are", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 198, + 505, + 210 + ], + "spans": [ + { + "bbox": [ + 106, + 198, + 256, + 210 + ], + "score": 1.0, + "content": "ordered from smallest to largest, and", + "type": "text" + }, + { + "bbox": [ + 257, + 199, + 286, + 209 + ], + "score": 0.91, + "content": "\\sigma _ { 1 } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 286, + 198, + 307, + 210 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 308, + 199, + 345, + 209 + ], + "score": 0.93, + "content": "\\mathbf { u } _ { 1 } = \\tilde { \\mathbf { w } } _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 346, + 198, + 505, + 210 + ], + "score": 1.0, + "content": ", from eq. (9.2). With probability 1, the", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 208, + 506, + 222 + ], + "spans": [ + { + "bbox": [ + 105, + 208, + 129, + 222 + ], + "score": 1.0, + "content": "other", + "type": "text" + }, + { + "bbox": [ + 129, + 209, + 158, + 220 + ], + "score": 0.88, + "content": "d _ { 0 } - 1", + "type": "inline_equation" + }, + { + "bbox": [ + 158, + 208, + 506, + 222 + ], + "score": 1.0, + "content": "singular value are non-zero: they are the square roots of the eigenvalues of the random", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 104, + 217, + 467, + 235 + ], + "spans": [ + { + "bbox": [ + 104, + 217, + 135, + 235 + ], + "score": 1.0, + "content": "matrix", + "type": "text" + }, + { + "bbox": [ + 136, + 219, + 262, + 235 + ], + "score": 0.92, + "content": "\\mathbf { \\bar { X } } _ { [ d _ { 0 } - 1 ] } ^ { \\top } \\mathbf { \\bar { X } } _ { [ d _ { 0 } - 1 ] } \\in \\mathbb { R } ^ { d _ { 0 } - 1 \\times d _ { 0 } - 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 263, + 217, + 467, + 235 + ], + "score": 1.0, + "content": ". Taking the squared norm of eq. (13.15), we have", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 6.5 + }, + { + "type": "interline_equation", + "bbox": [ + 168, + 242, + 442, + 277 + ], + "lines": [ + { + "bbox": [ + 168, + 242, + 442, + 277 + ], + "spans": [ + { + "bbox": [ + 168, + 242, + 442, + 277 + ], + "score": 0.95, + "content": "d _ { 0 } - 1 = \\hat { \\mathbf { w } } _ { 1 } ^ { \\top } \\mathbf { X } _ { [ d _ { 0 } - 1 ] } \\mathbf { X } _ { [ d _ { 0 } - 1 ] } ^ { \\top } \\hat { \\mathbf { w } } _ { 1 } = \\sum _ { i = 1 } ^ { d _ { 0 } } { \\sigma _ { i } ^ { 2 } } \\left( \\mathbf { u } _ { i } ^ { \\top } \\hat { \\mathbf { w } } _ { 1 } \\right) ^ { 2 } \\geq \\sigma _ { 2 } ^ { 2 } \\left. \\hat { \\mathbf { w } } _ { 1 } \\right. ^ { 2 } ,", + "type": "interline_equation", + "image_path": "7ea05ace27fdc487100b7fc1a50eb48c7ec98bb4302ae5a2fd707cdb34115314.jpg" + } + ] + } + ], + "index": 10, + "virtual_lines": [ + { + "bbox": [ + 168, + 242, + 442, + 253.66666666666666 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 168, + 253.66666666666666, + 442, + 265.3333333333333 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 168, + 265.3333333333333, + 442, + 277.0 + ], + "spans": [], + "index": 11 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 284, + 506, + 320 + ], + "lines": [ + { + "bbox": [ + 105, + 284, + 505, + 298 + ], + "spans": [ + { + "bbox": [ + 105, + 284, + 312, + 298 + ], + "score": 1.0, + "content": "where the last inequality stems from the fact that", + "type": "text" + }, + { + "bbox": [ + 312, + 284, + 403, + 298 + ], + "score": 0.93, + "content": "\\mathbf { u } _ { 1 } ^ { \\top } \\hat { \\mathbf { w } } _ { 1 } = \\tilde { \\mathbf { w } } _ { 1 } ^ { \\top } \\hat { \\mathbf { w } } _ { 1 } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 404, + 284, + 505, + 298 + ], + "score": 1.0, + "content": "(from eq. (9.4)), so the", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 295, + 508, + 311 + ], + "spans": [ + { + "bbox": [ + 105, + 295, + 271, + 311 + ], + "score": 1.0, + "content": "minimal possible value is attained when", + "type": "text" + }, + { + "bbox": [ + 272, + 296, + 334, + 309 + ], + "score": 0.93, + "content": "\\mathbf { u } _ { 2 } ^ { \\top } \\hat { \\mathbf { w } } _ { 1 } = \\| \\hat { \\mathbf { w } } _ { 1 } \\|", + "type": "inline_equation" + }, + { + "bbox": [ + 335, + 295, + 491, + 311 + ], + "score": 1.0, + "content": ". The minimal nonzero singular value,", + "type": "text" + }, + { + "bbox": [ + 491, + 298, + 502, + 308 + ], + "score": 0.79, + "content": "\\sigma _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 502, + 295, + 508, + 311 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 308, + 461, + 320 + ], + "spans": [ + { + "bbox": [ + 106, + 308, + 461, + 320 + ], + "score": 1.0, + "content": "can be bounded using the following result from (Rudelson & Vershynin, 2010, eq. (3.2))", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 13 + }, + { + "type": "interline_equation", + "bbox": [ + 230, + 326, + 380, + 354 + ], + "lines": [ + { + "bbox": [ + 230, + 326, + 380, + 354 + ], + "spans": [ + { + "bbox": [ + 230, + 326, + 380, + 354 + ], + "score": 0.93, + "content": "\\begin{array} { r } { \\mathbb { P } \\left( \\underset { { \\mathbf { r } } \\in \\mathbb { R } ^ { d _ { 0 } } } { \\operatorname* { m i n } } \\left. \\mathbf { X } _ { [ d _ { 0 } ] } \\mathbf { r } \\right. \\leq \\eta d _ { 0 } ^ { - 1 / 2 } \\right) \\leq \\eta . } \\end{array}", + "type": "interline_equation", + "image_path": "2f49f2eabf49c014f680f894969c76cc1c09bdde7d99a470dd3c1e018db796f5.jpg" + } + ] + } + ], + "index": 15, + "virtual_lines": [ + { + "bbox": [ + 230, + 326, + 380, + 354 + ], + "spans": [], + "index": 15 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 361, + 131, + 372 + ], + "lines": [ + { + "bbox": [ + 106, + 360, + 132, + 374 + ], + "spans": [ + { + "bbox": [ + 106, + 360, + 132, + 374 + ], + "score": 1.0, + "content": "Since", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16 + }, + { + "type": "interline_equation", + "bbox": [ + 215, + 390, + 396, + 411 + ], + "lines": [ + { + "bbox": [ + 215, + 390, + 396, + 411 + ], + "spans": [ + { + "bbox": [ + 215, + 390, + 396, + 411 + ], + "score": 0.91, + "content": "\\sigma _ { 2 } = \\operatorname* { m i n } _ { \\mathbf { r } \\in \\mathbb { R } ^ { d _ { 0 } - 1 } } \\left\\| \\mathbf { X } _ { [ d _ { 0 } - 1 ] } \\mathbf { r } \\right\\| \\geq \\operatorname* { m i n } _ { \\mathbf { r } \\in \\mathbb { R } ^ { d _ { 0 } } } \\left\\| \\mathbf { X } _ { [ d _ { 0 } ] } \\mathbf { r } \\right\\|", + "type": "interline_equation", + "image_path": "24ed8789565e1be82b261dd6cbefb172d100528f605cd6334cde6c9718bf2eb9.jpg" + } + ] + } + ], + "index": 17, + "virtual_lines": [ + { + "bbox": [ + 215, + 390, + 396, + 411 + ], + "spans": [], + "index": 17 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 417, + 143, + 429 + ], + "lines": [ + { + "bbox": [ + 105, + 416, + 145, + 430 + ], + "spans": [ + { + "bbox": [ + 105, + 416, + 145, + 430 + ], + "score": 1.0, + "content": "we have,", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 18 + }, + { + "type": "interline_equation", + "bbox": [ + 257, + 430, + 354, + 451 + ], + "lines": [ + { + "bbox": [ + 257, + 430, + 354, + 451 + ], + "spans": [ + { + "bbox": [ + 257, + 430, + 354, + 451 + ], + "score": 0.93, + "content": "\\begin{array} { r } { \\mathbb { P } \\left( \\sigma _ { 2 } < \\eta d _ { 0 } ^ { - 1 / 2 } \\right) \\le \\eta . } \\end{array}", + "type": "interline_equation", + "image_path": "7ccf5f14f7eabe627e6880bcd8142c70777153042977c1b68213be9c59766fd0.jpg" + } + ] + } + ], + "index": 19, + "virtual_lines": [ + { + "bbox": [ + 257, + 430, + 354, + 451 + ], + "spans": [], + "index": 19 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 456, + 266, + 469 + ], + "lines": [ + { + "bbox": [ + 106, + 455, + 267, + 471 + ], + "spans": [ + { + "bbox": [ + 106, + 455, + 267, + 471 + ], + "score": 1.0, + "content": "Combining this with eq. (13.16) we get", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 20 + }, + { + "type": "interline_equation", + "bbox": [ + 232, + 475, + 379, + 504 + ], + "lines": [ + { + "bbox": [ + 232, + 475, + 379, + 504 + ], + "spans": [ + { + "bbox": [ + 232, + 475, + 379, + 504 + ], + "score": 0.94, + "content": "\\mathbb { P } \\left( \\frac { \\beta \\kappa } { \\eta \\sin \\alpha } < \\| \\mathbf { w } _ { 1 } \\| \\right) \\le \\frac { \\eta d _ { 0 } } { \\beta \\kappa } \\sin \\alpha .", + "type": "interline_equation", + "image_path": "ce4c72e703f6277d2ce79bf2ed1eeed7854138445f13c8d49d913e567a3b8d01.jpg" + } + ] + } + ], + "index": 21, + "virtual_lines": [ + { + "bbox": [ + 232, + 475, + 379, + 504 + ], + "spans": [], + "index": 21 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 510, + 505, + 534 + ], + "lines": [ + { + "bbox": [ + 104, + 508, + 506, + 524 + ], + "spans": [ + { + "bbox": [ + 104, + 508, + 506, + 524 + ], + "score": 1.0, + "content": "Lastly, combining eqs. (13.12), (13.13), (13.14) and (13.17) into eqs. (13.7) and (13.11), we get, for", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 107, + 518, + 146, + 536 + ], + "spans": [ + { + "bbox": [ + 107, + 521, + 140, + 533 + ], + "score": 0.91, + "content": "\\eta ^ { 2 } > d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 140, + 518, + 146, + 536 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22.5 + }, + { + "type": "interline_equation", + "bbox": [ + 146, + 540, + 465, + 698 + ], + "lines": [ + { + "bbox": [ + 146, + 540, + 465, + 698 + ], + "spans": [ + { + "bbox": [ + 146, + 540, + 465, + 698 + ], + "score": 0.95, + "content": "\\begin{array} { r l } & { \\mathbb { P } ( \\mathbf { X } \\in \\mathcal { M } ^ { \\alpha } ( \\mathbf { W } ^ { \\star } ) ) } \\\\ & { \\geq 1 - d _ { 1 } ^ { \\ast } ( 1 - ( [ 1 - ( \\eta ^ { 2 } \\exp ( 1 - \\eta ^ { 2 } / d _ { 0 } ) / d _ { 0 } ) ^ { \\hat { d } _ { 0 } / 2 } ] ^ { d _ { 0 } - 1 } - \\frac { \\eta d _ { 0 } } { \\gamma \\kappa } \\sin \\alpha ) } \\\\ & { \\Bigg . \\Bigg . \\Bigg . } \\\\ & { \\quad \\Bigg . \\Bigg . \\Bigg . \\Bigg . \\Bigg . \\Bigg . \\Bigg . \\Bigg . \\Bigg \\Gamma ( 1 - \\frac { 2 \\gamma \\beta \\sin \\alpha } { ( 1 - \\gamma \\beta ) \\kappa B ( \\frac { 1 } { 2 } , \\frac { d _ { 0 } - 1 } { 2 } ) } \\Bigg ] ^ { N } - [ 1 - \\frac { 2 } { \\pi } \\arctan ( \\frac { \\kappa } { \\sqrt { 1 - \\kappa ^ { 2 } } } \\frac { 1 } { \\beta } ) ] ^ { N } \\Bigg ) \\Bigg ) } \\\\ & { \\geq 1 - d _ { 1 } ^ { \\ast } ( 1 - ( [ 1 - ( \\log d _ { 0 } \\exp ( 1 - \\log d _ { 0 } ) ) ^ { d _ { 0 } / 2 } ] ^ { d _ { 0 } - 1 } - \\frac { 2 d _ { 0 } ^ { \\hat { d } _ { 0 } ^ { \\prime } / 2 } \\sqrt { \\log { d _ { 0 } } } } { d _ { 1 } ^ { \\ast } N } ) \\Bigg . } \\\\ & { \\Bigg ( [ 1 - \\sqrt { \\frac { \\kappa } { \\pi } } \\frac { 1 } { d _ { 1 } ^ { \\ast } d _ { 0 } ^ { \\dagger } N } + \\mathcal { O } ( \\frac { 1 } { N d _ { 1 } ^ { \\ast } d _ { 0 } ^ { \\dagger } } ) ] ^ { N } - 0 . 4 5 ^ { N } \\Bigg ) \\Bigg ) ~ , } \\end{array}", + "type": "interline_equation", + "image_path": "3d58370a23a3762338a47d32b9b106be588aa7edfd90ba95b179cc43e140b76f.jpg" + } + ] + } + ], + "index": 25, + "virtual_lines": [ + { + "bbox": [ + 146, + 540, + 465, + 592.6666666666666 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 146, + 592.6666666666666, + 465, + 645.3333333333333 + ], + "spans": [], + "index": 25 + }, + { + "bbox": [ + 146, + 645.3333333333333, + 465, + 697.9999999999999 + ], + "spans": [], + "index": 26 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 705, + 505, + 734 + ], + "lines": [ + { + "bbox": [ + 104, + 702, + 507, + 724 + ], + "spans": [ + { + "bbox": [ + 104, + 702, + 228, + 724 + ], + "score": 1.0, + "content": "where in the last line we take", + "type": "text" + }, + { + "bbox": [ + 228, + 706, + 311, + 720 + ], + "score": 0.86, + "content": "\\beta = \\gamma = \\kappa = 1 / \\sqrt { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 312, + 702, + 315, + 724 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 316, + 705, + 386, + 720 + ], + "score": 0.85, + "content": "\\eta = d _ { 0 } ^ { 1 / 2 } \\sqrt { \\log d _ { 0 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 386, + 702, + 390, + 724 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 390, + 707, + 473, + 720 + ], + "score": 0.9, + "content": "\\sin \\alpha = 1 / \\left( d _ { 1 } ^ { * } d _ { 0 } N \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 473, + 702, + 507, + 724 + ], + "score": 1.0, + "content": ". Using", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 104, + 717, + 507, + 735 + ], + "spans": [ + { + "bbox": [ + 104, + 717, + 286, + 735 + ], + "score": 1.0, + "content": "the asymptotic expansion of the beta function", + "type": "text" + }, + { + "bbox": [ + 286, + 720, + 416, + 734 + ], + "score": 0.91, + "content": "B \\left( { \\textstyle { \\frac { 1 } { 2 } } } , x \\right) = { \\sqrt { \\pi / x } } + O \\left( x ^ { - 3 / 2 } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 416, + 717, + 452, + 735 + ], + "score": 1.0, + "content": "for large", + "type": "text" + }, + { + "bbox": [ + 453, + 723, + 460, + 730 + ], + "score": 0.74, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 460, + 717, + 507, + 735 + ], + "score": 1.0, + "content": ", we obtain,", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 27.5 + } + ], + "page_idx": 33, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 26, + 308, + 38 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 309, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 309, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 298, + 749, + 313, + 764 + ], + "spans": [ + { + "bbox": [ + 298, + 749, + 313, + 764 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 15, + "width": 15 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 81, + 405, + 95 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 405, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 177, + 96 + ], + "score": 1.0, + "content": "Lastly, we bound", + "type": "text" + }, + { + "bbox": [ + 178, + 82, + 237, + 95 + ], + "score": 0.94, + "content": "\\| \\tilde { \\mathbf { w } } _ { 1 } \\| = \\| \\hat { \\mathbf { w } } _ { 1 } \\|", + "type": "inline_equation" + }, + { + "bbox": [ + 237, + 81, + 405, + 96 + ], + "score": 1.0, + "content": "(from eq. (9.5)). From eq. (9.4), we have", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0, + "bbox_fs": [ + 105, + 81, + 405, + 96 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 247, + 101, + 363, + 118 + ], + "lines": [ + { + "bbox": [ + 247, + 101, + 363, + 118 + ], + "spans": [ + { + "bbox": [ + 247, + 101, + 363, + 118 + ], + "score": 0.92, + "content": "\\hat { \\mathbf { w } } _ { 1 } ^ { \\top } \\mathbf { X } _ { [ d _ { 0 } - 1 ] } = \\left[ 1 , \\ldots , 1 , 1 \\right] ,", + "type": "interline_equation", + "image_path": "a8286c1daec6860228ebc724a5faf9f9d0c90cb6b9f266a34e50b65fdbc77fd7.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 247, + 101, + 363, + 118 + ], + "spans": [], + "index": 1 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 124, + 310, + 137 + ], + "lines": [ + { + "bbox": [ + 106, + 124, + 310, + 139 + ], + "spans": [ + { + "bbox": [ + 106, + 124, + 133, + 139 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 126, + 166, + 138 + ], + "score": 0.92, + "content": "\\mathbf { X } _ { [ d _ { 0 } - 1 ] }", + "type": "inline_equation" + }, + { + "bbox": [ + 166, + 124, + 310, + 139 + ], + "score": 1.0, + "content": "has a singular value decomposition", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 2, + "bbox_fs": [ + 106, + 124, + 310, + 139 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 255, + 145, + 355, + 180 + ], + "lines": [ + { + "bbox": [ + 255, + 145, + 355, + 180 + ], + "spans": [ + { + "bbox": [ + 255, + 145, + 355, + 180 + ], + "score": 0.94, + "content": "\\mathbf { X } _ { [ d _ { 0 } - 1 ] } = \\sum _ { i = 1 } ^ { d _ { 0 } } \\sigma _ { i } \\mathbf { u } _ { i } \\mathbf { v } _ { i } ^ { \\top } ,", + "type": "interline_equation", + "image_path": "563a0bb850f1f08c9d2d2921d4df61040d0bd77004e33479a9bebef3d382294d.jpg" + } + ] + } + ], + "index": 3.5, + "virtual_lines": [ + { + "bbox": [ + 255, + 145, + 355, + 162.5 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 255, + 162.5, + 355, + 180.0 + ], + "spans": [], + "index": 4 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 187, + 506, + 234 + ], + "lines": [ + { + "bbox": [ + 105, + 186, + 506, + 200 + ], + "spans": [ + { + "bbox": [ + 105, + 186, + 126, + 200 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 127, + 189, + 137, + 198 + ], + "score": 0.85, + "content": "\\sigma _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 137, + 186, + 259, + 200 + ], + "score": 1.0, + "content": "being the singular values, and", + "type": "text" + }, + { + "bbox": [ + 259, + 189, + 270, + 198 + ], + "score": 0.87, + "content": "\\mathbf { u } _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 271, + 186, + 289, + 200 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 289, + 189, + 299, + 198 + ], + "score": 0.86, + "content": "\\mathbf { v } _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 300, + 186, + 506, + 200 + ], + "score": 1.0, + "content": "being the singular vectors. The singular values are", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 198, + 505, + 210 + ], + "spans": [ + { + "bbox": [ + 106, + 198, + 256, + 210 + ], + "score": 1.0, + "content": "ordered from smallest to largest, and", + "type": "text" + }, + { + "bbox": [ + 257, + 199, + 286, + 209 + ], + "score": 0.91, + "content": "\\sigma _ { 1 } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 286, + 198, + 307, + 210 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 308, + 199, + 345, + 209 + ], + "score": 0.93, + "content": "\\mathbf { u } _ { 1 } = \\tilde { \\mathbf { w } } _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 346, + 198, + 505, + 210 + ], + "score": 1.0, + "content": ", from eq. (9.2). With probability 1, the", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 208, + 506, + 222 + ], + "spans": [ + { + "bbox": [ + 105, + 208, + 129, + 222 + ], + "score": 1.0, + "content": "other", + "type": "text" + }, + { + "bbox": [ + 129, + 209, + 158, + 220 + ], + "score": 0.88, + "content": "d _ { 0 } - 1", + "type": "inline_equation" + }, + { + "bbox": [ + 158, + 208, + 506, + 222 + ], + "score": 1.0, + "content": "singular value are non-zero: they are the square roots of the eigenvalues of the random", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 104, + 217, + 467, + 235 + ], + "spans": [ + { + "bbox": [ + 104, + 217, + 135, + 235 + ], + "score": 1.0, + "content": "matrix", + "type": "text" + }, + { + "bbox": [ + 136, + 219, + 262, + 235 + ], + "score": 0.92, + "content": "\\mathbf { \\bar { X } } _ { [ d _ { 0 } - 1 ] } ^ { \\top } \\mathbf { \\bar { X } } _ { [ d _ { 0 } - 1 ] } \\in \\mathbb { R } ^ { d _ { 0 } - 1 \\times d _ { 0 } - 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 263, + 217, + 467, + 235 + ], + "score": 1.0, + "content": ". Taking the squared norm of eq. (13.15), we have", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 6.5, + "bbox_fs": [ + 104, + 186, + 506, + 235 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 168, + 242, + 442, + 277 + ], + "lines": [ + { + "bbox": [ + 168, + 242, + 442, + 277 + ], + "spans": [ + { + "bbox": [ + 168, + 242, + 442, + 277 + ], + "score": 0.95, + "content": "d _ { 0 } - 1 = \\hat { \\mathbf { w } } _ { 1 } ^ { \\top } \\mathbf { X } _ { [ d _ { 0 } - 1 ] } \\mathbf { X } _ { [ d _ { 0 } - 1 ] } ^ { \\top } \\hat { \\mathbf { w } } _ { 1 } = \\sum _ { i = 1 } ^ { d _ { 0 } } { \\sigma _ { i } ^ { 2 } } \\left( \\mathbf { u } _ { i } ^ { \\top } \\hat { \\mathbf { w } } _ { 1 } \\right) ^ { 2 } \\geq \\sigma _ { 2 } ^ { 2 } \\left. \\hat { \\mathbf { w } } _ { 1 } \\right. ^ { 2 } ,", + "type": "interline_equation", + "image_path": "7ea05ace27fdc487100b7fc1a50eb48c7ec98bb4302ae5a2fd707cdb34115314.jpg" + } + ] + } + ], + "index": 10, + "virtual_lines": [ + { + "bbox": [ + 168, + 242, + 442, + 253.66666666666666 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 168, + 253.66666666666666, + 442, + 265.3333333333333 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 168, + 265.3333333333333, + 442, + 277.0 + ], + "spans": [], + "index": 11 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 284, + 506, + 320 + ], + "lines": [ + { + "bbox": [ + 105, + 284, + 505, + 298 + ], + "spans": [ + { + "bbox": [ + 105, + 284, + 312, + 298 + ], + "score": 1.0, + "content": "where the last inequality stems from the fact that", + "type": "text" + }, + { + "bbox": [ + 312, + 284, + 403, + 298 + ], + "score": 0.93, + "content": "\\mathbf { u } _ { 1 } ^ { \\top } \\hat { \\mathbf { w } } _ { 1 } = \\tilde { \\mathbf { w } } _ { 1 } ^ { \\top } \\hat { \\mathbf { w } } _ { 1 } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 404, + 284, + 505, + 298 + ], + "score": 1.0, + "content": "(from eq. (9.4)), so the", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 295, + 508, + 311 + ], + "spans": [ + { + "bbox": [ + 105, + 295, + 271, + 311 + ], + "score": 1.0, + "content": "minimal possible value is attained when", + "type": "text" + }, + { + "bbox": [ + 272, + 296, + 334, + 309 + ], + "score": 0.93, + "content": "\\mathbf { u } _ { 2 } ^ { \\top } \\hat { \\mathbf { w } } _ { 1 } = \\| \\hat { \\mathbf { w } } _ { 1 } \\|", + "type": "inline_equation" + }, + { + "bbox": [ + 335, + 295, + 491, + 311 + ], + "score": 1.0, + "content": ". The minimal nonzero singular value,", + "type": "text" + }, + { + "bbox": [ + 491, + 298, + 502, + 308 + ], + "score": 0.79, + "content": "\\sigma _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 502, + 295, + 508, + 311 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 308, + 461, + 320 + ], + "spans": [ + { + "bbox": [ + 106, + 308, + 461, + 320 + ], + "score": 1.0, + "content": "can be bounded using the following result from (Rudelson & Vershynin, 2010, eq. (3.2))", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 13, + "bbox_fs": [ + 105, + 284, + 508, + 320 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 230, + 326, + 380, + 354 + ], + "lines": [ + { + "bbox": [ + 230, + 326, + 380, + 354 + ], + "spans": [ + { + "bbox": [ + 230, + 326, + 380, + 354 + ], + "score": 0.93, + "content": "\\begin{array} { r } { \\mathbb { P } \\left( \\underset { { \\mathbf { r } } \\in \\mathbb { R } ^ { d _ { 0 } } } { \\operatorname* { m i n } } \\left. \\mathbf { X } _ { [ d _ { 0 } ] } \\mathbf { r } \\right. \\leq \\eta d _ { 0 } ^ { - 1 / 2 } \\right) \\leq \\eta . } \\end{array}", + "type": "interline_equation", + "image_path": "2f49f2eabf49c014f680f894969c76cc1c09bdde7d99a470dd3c1e018db796f5.jpg" + } + ] + } + ], + "index": 15, + "virtual_lines": [ + { + "bbox": [ + 230, + 326, + 380, + 354 + ], + "spans": [], + "index": 15 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 361, + 131, + 372 + ], + "lines": [ + { + "bbox": [ + 106, + 360, + 132, + 374 + ], + "spans": [ + { + "bbox": [ + 106, + 360, + 132, + 374 + ], + "score": 1.0, + "content": "Since", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16, + "bbox_fs": [ + 106, + 360, + 132, + 374 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 215, + 390, + 396, + 411 + ], + "lines": [ + { + "bbox": [ + 215, + 390, + 396, + 411 + ], + "spans": [ + { + "bbox": [ + 215, + 390, + 396, + 411 + ], + "score": 0.91, + "content": "\\sigma _ { 2 } = \\operatorname* { m i n } _ { \\mathbf { r } \\in \\mathbb { R } ^ { d _ { 0 } - 1 } } \\left\\| \\mathbf { X } _ { [ d _ { 0 } - 1 ] } \\mathbf { r } \\right\\| \\geq \\operatorname* { m i n } _ { \\mathbf { r } \\in \\mathbb { R } ^ { d _ { 0 } } } \\left\\| \\mathbf { X } _ { [ d _ { 0 } ] } \\mathbf { r } \\right\\|", + "type": "interline_equation", + "image_path": "24ed8789565e1be82b261dd6cbefb172d100528f605cd6334cde6c9718bf2eb9.jpg" + } + ] + } + ], + "index": 17, + "virtual_lines": [ + { + "bbox": [ + 215, + 390, + 396, + 411 + ], + "spans": [], + "index": 17 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 417, + 143, + 429 + ], + "lines": [ + { + "bbox": [ + 105, + 416, + 145, + 430 + ], + "spans": [ + { + "bbox": [ + 105, + 416, + 145, + 430 + ], + "score": 1.0, + "content": "we have,", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 18, + "bbox_fs": [ + 105, + 416, + 145, + 430 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 257, + 430, + 354, + 451 + ], + "lines": [ + { + "bbox": [ + 257, + 430, + 354, + 451 + ], + "spans": [ + { + "bbox": [ + 257, + 430, + 354, + 451 + ], + "score": 0.93, + "content": "\\begin{array} { r } { \\mathbb { P } \\left( \\sigma _ { 2 } < \\eta d _ { 0 } ^ { - 1 / 2 } \\right) \\le \\eta . } \\end{array}", + "type": "interline_equation", + "image_path": "7ccf5f14f7eabe627e6880bcd8142c70777153042977c1b68213be9c59766fd0.jpg" + } + ] + } + ], + "index": 19, + "virtual_lines": [ + { + "bbox": [ + 257, + 430, + 354, + 451 + ], + "spans": [], + "index": 19 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 456, + 266, + 469 + ], + "lines": [ + { + "bbox": [ + 106, + 455, + 267, + 471 + ], + "spans": [ + { + "bbox": [ + 106, + 455, + 267, + 471 + ], + "score": 1.0, + "content": "Combining this with eq. (13.16) we get", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 20, + "bbox_fs": [ + 106, + 455, + 267, + 471 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 232, + 475, + 379, + 504 + ], + "lines": [ + { + "bbox": [ + 232, + 475, + 379, + 504 + ], + "spans": [ + { + "bbox": [ + 232, + 475, + 379, + 504 + ], + "score": 0.94, + "content": "\\mathbb { P } \\left( \\frac { \\beta \\kappa } { \\eta \\sin \\alpha } < \\| \\mathbf { w } _ { 1 } \\| \\right) \\le \\frac { \\eta d _ { 0 } } { \\beta \\kappa } \\sin \\alpha .", + "type": "interline_equation", + "image_path": "ce4c72e703f6277d2ce79bf2ed1eeed7854138445f13c8d49d913e567a3b8d01.jpg" + } + ] + } + ], + "index": 21, + "virtual_lines": [ + { + "bbox": [ + 232, + 475, + 379, + 504 + ], + "spans": [], + "index": 21 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 510, + 505, + 534 + ], + "lines": [ + { + "bbox": [ + 104, + 508, + 506, + 524 + ], + "spans": [ + { + "bbox": [ + 104, + 508, + 506, + 524 + ], + "score": 1.0, + "content": "Lastly, combining eqs. (13.12), (13.13), (13.14) and (13.17) into eqs. (13.7) and (13.11), we get, for", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 107, + 518, + 146, + 536 + ], + "spans": [ + { + "bbox": [ + 107, + 521, + 140, + 533 + ], + "score": 0.91, + "content": "\\eta ^ { 2 } > d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 140, + 518, + 146, + 536 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22.5, + "bbox_fs": [ + 104, + 508, + 506, + 536 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 146, + 540, + 465, + 698 + ], + "lines": [ + { + "bbox": [ + 146, + 540, + 465, + 698 + ], + "spans": [ + { + "bbox": [ + 146, + 540, + 465, + 698 + ], + "score": 0.95, + "content": "\\begin{array} { r l } & { \\mathbb { P } ( \\mathbf { X } \\in \\mathcal { M } ^ { \\alpha } ( \\mathbf { W } ^ { \\star } ) ) } \\\\ & { \\geq 1 - d _ { 1 } ^ { \\ast } ( 1 - ( [ 1 - ( \\eta ^ { 2 } \\exp ( 1 - \\eta ^ { 2 } / d _ { 0 } ) / d _ { 0 } ) ^ { \\hat { d } _ { 0 } / 2 } ] ^ { d _ { 0 } - 1 } - \\frac { \\eta d _ { 0 } } { \\gamma \\kappa } \\sin \\alpha ) } \\\\ & { \\Bigg . \\Bigg . \\Bigg . } \\\\ & { \\quad \\Bigg . \\Bigg . \\Bigg . \\Bigg . \\Bigg . \\Bigg . \\Bigg . \\Bigg . \\Bigg \\Gamma ( 1 - \\frac { 2 \\gamma \\beta \\sin \\alpha } { ( 1 - \\gamma \\beta ) \\kappa B ( \\frac { 1 } { 2 } , \\frac { d _ { 0 } - 1 } { 2 } ) } \\Bigg ] ^ { N } - [ 1 - \\frac { 2 } { \\pi } \\arctan ( \\frac { \\kappa } { \\sqrt { 1 - \\kappa ^ { 2 } } } \\frac { 1 } { \\beta } ) ] ^ { N } \\Bigg ) \\Bigg ) } \\\\ & { \\geq 1 - d _ { 1 } ^ { \\ast } ( 1 - ( [ 1 - ( \\log d _ { 0 } \\exp ( 1 - \\log d _ { 0 } ) ) ^ { d _ { 0 } / 2 } ] ^ { d _ { 0 } - 1 } - \\frac { 2 d _ { 0 } ^ { \\hat { d } _ { 0 } ^ { \\prime } / 2 } \\sqrt { \\log { d _ { 0 } } } } { d _ { 1 } ^ { \\ast } N } ) \\Bigg . } \\\\ & { \\Bigg ( [ 1 - \\sqrt { \\frac { \\kappa } { \\pi } } \\frac { 1 } { d _ { 1 } ^ { \\ast } d _ { 0 } ^ { \\dagger } N } + \\mathcal { O } ( \\frac { 1 } { N d _ { 1 } ^ { \\ast } d _ { 0 } ^ { \\dagger } } ) ] ^ { N } - 0 . 4 5 ^ { N } \\Bigg ) \\Bigg ) ~ , } \\end{array}", + "type": "interline_equation", + "image_path": "3d58370a23a3762338a47d32b9b106be588aa7edfd90ba95b179cc43e140b76f.jpg" + } + ] + } + ], + "index": 25, + "virtual_lines": [ + { + "bbox": [ + 146, + 540, + 465, + 592.6666666666666 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 146, + 592.6666666666666, + 465, + 645.3333333333333 + ], + "spans": [], + "index": 25 + }, + { + "bbox": [ + 146, + 645.3333333333333, + 465, + 697.9999999999999 + ], + "spans": [], + "index": 26 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 705, + 505, + 734 + ], + "lines": [ + { + "bbox": [ + 104, + 702, + 507, + 724 + ], + "spans": [ + { + "bbox": [ + 104, + 702, + 228, + 724 + ], + "score": 1.0, + "content": "where in the last line we take", + "type": "text" + }, + { + "bbox": [ + 228, + 706, + 311, + 720 + ], + "score": 0.86, + "content": "\\beta = \\gamma = \\kappa = 1 / \\sqrt { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 312, + 702, + 315, + 724 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 316, + 705, + 386, + 720 + ], + "score": 0.85, + "content": "\\eta = d _ { 0 } ^ { 1 / 2 } \\sqrt { \\log d _ { 0 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 386, + 702, + 390, + 724 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 390, + 707, + 473, + 720 + ], + "score": 0.9, + "content": "\\sin \\alpha = 1 / \\left( d _ { 1 } ^ { * } d _ { 0 } N \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 473, + 702, + 507, + 724 + ], + "score": 1.0, + "content": ". Using", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 104, + 717, + 507, + 735 + ], + "spans": [ + { + "bbox": [ + 104, + 717, + 286, + 735 + ], + "score": 1.0, + "content": "the asymptotic expansion of the beta function", + "type": "text" + }, + { + "bbox": [ + 286, + 720, + 416, + 734 + ], + "score": 0.91, + "content": "B \\left( { \\textstyle { \\frac { 1 } { 2 } } } , x \\right) = { \\sqrt { \\pi / x } } + O \\left( x ^ { - 3 / 2 } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 416, + 717, + 452, + 735 + ], + "score": 1.0, + "content": "for large", + "type": "text" + }, + { + "bbox": [ + 453, + 723, + 460, + 730 + ], + "score": 0.74, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 460, + 717, + 507, + 735 + ], + "score": 1.0, + "content": ", we obtain,", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 27.5, + "bbox_fs": [ + 104, + 702, + 507, + 735 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "interline_equation", + "bbox": [ + 106, + 79, + 500, + 288 + ], + "lines": [ + { + "bbox": [ + 106, + 79, + 500, + 288 + ], + "spans": [ + { + "bbox": [ + 106, + 79, + 500, + 288 + ], + "score": 0.92, + "content": "\\begin{array} { r l } & { \\| \\arcsin \\alpha - \\operatorname* { l i } ( \\theta C \\ln ( \\theta ) ) } \\\\ & { 1 - \\operatorname* { P } ( \\mathbf { X } \\in \\mathcal { M } ^ { \\alpha } ( \\operatorname { W e V } ^ { * } ) ) } \\\\ & { \\leq d _ { 1 } ^ { \\alpha } ( 1 - ( [ 1 - \\exp ( - \\frac { d _ { 0 } } { 2 } \\operatorname* { l i m } _ { | \\phi | } ( \\frac { d _ { 0 } } { \\log ( d _ { 0 } \\phi _ { 0 } ) } ) ) ] ^ { \\theta | \\alpha - 1 } - \\frac { 2 d _ { 1 } ^ { \\alpha } | ^ { 2 } \\sqrt { \\log ( \\frac { d _ { 0 } } { \\log ( d _ { 0 } ) } } ) } { d _ { 1 } ^ { \\alpha } } ) } \\\\ & { \\cdot ( [ 1 - \\sqrt { \\frac { \\alpha } { \\sqrt { \\kappa } } \\frac { 1 } { \\sqrt { \\kappa } \\sqrt { \\kappa } \\frac { 1 } { \\log ( d _ { 0 } ^ { \\alpha } ) ^ { 2 } } } } + \\mathcal { O } ( \\frac { 1 } { \\sqrt { \\kappa } \\frac { 1 } { \\sqrt { \\kappa } \\phi _ { 0 } ^ { 2 } } \\phi _ { 0 } ^ { 2 } } ) ] ^ { \\mathbf { N } } - 2 ^ { - \\kappa } ) ) } \\\\ & { = d _ { 1 } ^ { \\alpha } ( 1 - ( 1 - \\frac { 2 d _ { 1 } ^ { \\alpha } / \\sqrt { \\kappa } \\log ( \\frac { d _ { 0 } } { \\kappa } ) } { d _ { 1 } ^ { \\alpha } \\sqrt { \\kappa } } + \\mathcal { O } ( \\frac { d _ { 0 } \\tan \\phi } { d _ { 0 } \\sqrt { \\kappa } } ( - \\frac { d _ { 0 } } { 2 } \\log ( \\frac { d _ { 0 } } { \\log ( d _ { 0 } \\phi _ { 0 } ) } ) ) ) ) } \\\\ & \\cdot ( 1 - \\sqrt \\frac { \\kappa } { \\delta } \\frac { 1 } { \\lambda _ { 0 } ^ { \\alpha } \\sqrt { \\kappa } ( \\frac { 1 } { \\log ( d _ { 0 } ^ { \\alpha } ) ^ { 2 } } } + \\mathcal { O } ( \\frac { 1 } { \\kappa \\phi _ { 0 } ^ { \\alpha } \\sqrt { \\kappa } ^ { 2 } } + \\frac { 1 } { d _ { 1 } ^ { \\alpha } \\sqrt { \\kappa } ^ { 2 } \\alpha ^ { 2 } } + \\alpha _ { 1 } ^ { \\alpha } \\mathcal { A } _ { 0 } \\exp \\ \\end{array}", + "type": "interline_equation", + "image_path": "62a23dd7085777619d5b10ec548d0f306e9a43c43ac2f00b8808073e75117e73.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 106, + 79, + 500, + 148.66666666666669 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 106, + 148.66666666666669, + 500, + 218.33333333333337 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 106, + 218.33333333333337, + 500, + 288.00000000000006 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 291, + 489, + 305 + ], + "lines": [ + { + "bbox": [ + 105, + 290, + 488, + 306 + ], + "spans": [ + { + "bbox": [ + 105, + 290, + 231, + 306 + ], + "score": 1.0, + "content": "Thus, taking the log, and using", + "type": "text" + }, + { + "bbox": [ + 232, + 291, + 346, + 305 + ], + "score": 0.93, + "content": "\\log { ( 1 - x ) } = - x + O \\left( x ^ { 2 } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 346, + 290, + 419, + 306 + ], + "score": 1.0, + "content": ", we obtain, forsin", + "type": "text" + }, + { + "bbox": [ + 420, + 291, + 488, + 304 + ], + "score": 0.78, + "content": "\\alpha = 1 / \\left( d _ { 1 } ^ { * } d _ { 0 } N \\right)", + "type": "inline_equation" + } + ], + "index": 3 + } + ], + "index": 3 + }, + { + "type": "text", + "bbox": [ + 107, + 308, + 204, + 321 + ], + "lines": [ + { + "bbox": [ + 106, + 307, + 205, + 324 + ], + "spans": [ + { + "bbox": [ + 106, + 307, + 205, + 324 + ], + "score": 1.0, + "content": "log P (X ∈ Mα (W∗))", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "interline_equation", + "bbox": [ + 111, + 315, + 514, + 392 + ], + "lines": [ + { + "bbox": [ + 111, + 315, + 514, + 392 + ], + "spans": [ + { + "bbox": [ + 111, + 315, + 514, + 392 + ], + "score": 0.89, + "content": "\\begin{array} { r l } & { \\log \\mathfrak { s } : \\mathrm { ~ } \\ll \\mathcal { N } : \\mathrm { ~ } \\ll \\mathcal { N } : \\mathrm { ~ } \\ll \\mathcal { N } } \\\\ & { \\geq \\log \\left( 1 - \\sqrt { \\frac { 8 } { \\pi } } \\frac { 1 } { d _ { 0 } ^ { 1 / 2 } } - \\frac { 2 d _ { 0 } ^ { 1 / 2 } \\sqrt { \\log d _ { 0 } } } { N } + O \\left( \\frac { 1 } { d _ { 0 } ^ { 3 / 2 } } + \\frac { d _ { 0 } ^ { 1 / 4 } } { d _ { 1 } ^ { * } N } + d _ { 1 } ^ { * } 2 ^ { - N } + d _ { 0 } \\exp \\left( - \\frac { d _ { 0 } } { 2 } \\log \\left( \\frac { d _ { 0 } } { \\log d _ { 0 } } \\right) \\right) \\right) \\right) } \\\\ & { = - \\sqrt { \\frac { 8 } { \\pi } } \\frac { 1 } { d _ { 0 } ^ { 1 / 2 } } - \\frac { 2 d _ { 0 } ^ { 1 / 2 } \\sqrt { \\log d _ { 0 } } } { N } + O \\left( \\frac { 1 } { d _ { 0 } ^ { 3 / 2 } } + \\frac { d _ { 0 } ^ { 1 / 4 } } { d _ { 1 } ^ { * } N } + d _ { 1 } ^ { * } 2 ^ { - N } + d _ { 0 } \\exp \\left( - \\frac { d _ { 0 } } { 2 } \\log \\left( \\frac { d _ { 0 } } { \\log d _ { 0 } } \\right) \\right) \\right) . } \\end{array}", + "type": "interline_equation", + "image_path": "702bd8a3fb256df7c1fab688c836b0435e6a911052aaf4806645d318d747c021.jpg" + } + ] + } + ], + "index": 6, + "virtual_lines": [ + { + "bbox": [ + 111, + 315, + 514, + 340.6666666666667 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 111, + 340.6666666666667, + 514, + 366.33333333333337 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 111, + 366.33333333333337, + 514, + 392.00000000000006 + ], + "spans": [], + "index": 7 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 394, + 506, + 418 + ], + "lines": [ + { + "bbox": [ + 104, + 393, + 505, + 409 + ], + "spans": [ + { + "bbox": [ + 104, + 393, + 150, + 409 + ], + "score": 1.0, + "content": "Recall that", + "type": "text" + }, + { + "bbox": [ + 151, + 395, + 277, + 408 + ], + "score": 0.91, + "content": "d _ { 1 } ^ { * } \\triangleq 4 \\lceil N / \\left( 2 d _ { 0 } - 2 \\right) \\rceil \\doteq N / d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 278, + 393, + 345, + 409 + ], + "score": 1.0, + "content": ". Taking the limit", + "type": "text" + }, + { + "bbox": [ + 346, + 396, + 381, + 406 + ], + "score": 0.8, + "content": "N \\to \\infty", + "type": "inline_equation" + }, + { + "bbox": [ + 382, + 393, + 385, + 409 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 385, + 396, + 421, + 407 + ], + "score": 0.79, + "content": "d _ { 0 } \\to \\infty", + "type": "inline_equation" + }, + { + "bbox": [ + 422, + 393, + 442, + 409 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 443, + 394, + 487, + 408 + ], + "score": 0.91, + "content": "d _ { 1 } ^ { * } { \\dot { \\leq } } d _ { 0 } { \\dot { \\leq } } N", + "type": "inline_equation" + }, + { + "bbox": [ + 488, + 393, + 505, + 409 + ], + "score": 1.0, + "content": ", we", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 405, + 129, + 420 + ], + "spans": [ + { + "bbox": [ + 105, + 405, + 129, + 420 + ], + "score": 1.0, + "content": "have", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8.5 + }, + { + "type": "interline_equation", + "bbox": [ + 111, + 419, + 501, + 453 + ], + "lines": [ + { + "bbox": [ + 111, + 419, + 501, + 453 + ], + "spans": [ + { + "bbox": [ + 111, + 419, + 501, + 453 + ], + "score": 0.93, + "content": "\\mathbb { P } \\left( \\mathbf { X } \\notin { \\mathcal { M } } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) \\dot { \\leq } 1 - \\exp \\left( - \\sqrt { \\frac { 8 } { \\pi } } d _ { 0 } ^ { - 1 / 2 } - \\frac { 2 d _ { 0 } ^ { 1 / 2 } \\sqrt { \\log d _ { 0 } } } { N } \\right) \\leq \\sqrt { \\frac { 8 } { \\pi } } d _ { 0 } ^ { - 1 / 2 } + \\frac { 2 d _ { 0 } ^ { 1 / 2 } \\sqrt { \\log d _ { 0 } } } { N }", + "type": "interline_equation", + "image_path": "b1c3fb18c2cc7620290cc47cca41907a45c63e6a9d385f4a1427f11c79885f18.jpg" + } + ] + } + ], + "index": 11, + "virtual_lines": [ + { + "bbox": [ + 111, + 419, + 501, + 430.3333333333333 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 111, + 430.3333333333333, + 501, + 441.66666666666663 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 111, + 441.66666666666663, + 501, + 452.99999999999994 + ], + "spans": [], + "index": 12 + } + ] + }, + { + "type": "title", + "bbox": [ + 107, + 492, + 156, + 507 + ], + "lines": [ + { + "bbox": [ + 105, + 493, + 157, + 511 + ], + "spans": [ + { + "bbox": [ + 105, + 493, + 157, + 511 + ], + "score": 1.0, + "content": "Part III", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 13 + }, + { + "type": "title", + "bbox": [ + 107, + 516, + 475, + 559 + ], + "lines": [ + { + "bbox": [ + 104, + 514, + 478, + 540 + ], + "spans": [ + { + "bbox": [ + 104, + 514, + 478, + 540 + ], + "score": 1.0, + "content": "Numerical Experiments - implementation", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 104, + 536, + 169, + 563 + ], + "spans": [ + { + "bbox": [ + 104, + 536, + 169, + 563 + ], + "score": 1.0, + "content": "details", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14.5 + }, + { + "type": "text", + "bbox": [ + 107, + 577, + 506, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 578, + 507, + 590 + ], + "spans": [ + { + "bbox": [ + 106, + 578, + 507, + 590 + ], + "score": 1.0, + "content": "Code and trained models for CIFAR and ImageNet results is available here https://github.", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 589, + 505, + 600 + ], + "spans": [ + { + "bbox": [ + 106, + 589, + 505, + 600 + ], + "score": 1.0, + "content": "com/MNNsMinima/Paper. In MNIST, CIFAR and ImageNet we performed binary classification", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 600, + 506, + 613 + ], + "spans": [ + { + "bbox": [ + 105, + 600, + 506, + 613 + ], + "score": 1.0, + "content": "on between the original odd and even class numbers. In we performed this binary classification", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 610, + 505, + 623 + ], + "spans": [ + { + "bbox": [ + 105, + 610, + 166, + 623 + ], + "score": 1.0, + "content": "between digits", + "type": "text" + }, + { + "bbox": [ + 166, + 611, + 190, + 622 + ], + "score": 0.75, + "content": "0 - 4", + "type": "inline_equation" + }, + { + "bbox": [ + 190, + 610, + 207, + 623 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 208, + 611, + 231, + 622 + ], + "score": 0.53, + "content": "5 - 9", + "type": "inline_equation" + }, + { + "bbox": [ + 231, + 610, + 505, + 623 + ], + "score": 1.0, + "content": ". Weights were initialized to be uniform with mean zero and variance", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 622, + 506, + 635 + ], + "spans": [ + { + "bbox": [ + 106, + 622, + 123, + 633 + ], + "score": 0.84, + "content": "2 / d", + "type": "inline_equation" + }, + { + "bbox": [ + 123, + 622, + 155, + 635 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 155, + 622, + 163, + 632 + ], + "score": 0.77, + "content": "d", + "type": "inline_equation" + }, + { + "bbox": [ + 163, + 622, + 506, + 635 + ], + "score": 1.0, + "content": "is fan-in (here the width of the previous neuron layer), as suggested in (He et al.,", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 632, + 507, + 646 + ], + "spans": [ + { + "bbox": [ + 105, + 632, + 507, + 646 + ], + "score": 1.0, + "content": "2015). In each epoch we randomly permuted the dataset and used the Adam (Kingma & Ba, 2014)", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 104, + 641, + 506, + 658 + ], + "spans": [ + { + "bbox": [ + 104, + 641, + 294, + 658 + ], + "score": 1.0, + "content": "optimization method (a variant of SGD) with", + "type": "text" + }, + { + "bbox": [ + 294, + 644, + 424, + 655 + ], + "score": 0.87, + "content": "\\beta _ { 1 } = 0 . 9 , \\beta _ { 2 } = 0 . 9 9 , \\varepsilon = 1 0 ^ { - 8 }", + "type": "inline_equation" + }, + { + "bbox": [ + 424, + 641, + 506, + 658 + ], + "score": 1.0, + "content": ". Different learning", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 655, + 505, + 667 + ], + "spans": [ + { + "bbox": [ + 106, + 655, + 505, + 667 + ], + "score": 1.0, + "content": "rates and mini-batch sizes were selected for each dataset and architecture. In CIFAR10 and ImageNet", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 664, + 506, + 679 + ], + "spans": [ + { + "bbox": [ + 105, + 664, + 216, + 679 + ], + "score": 1.0, + "content": "we used a learning-rate of", + "type": "text" + }, + { + "bbox": [ + 217, + 665, + 259, + 676 + ], + "score": 0.91, + "content": "\\alpha = 1 0 ^ { - 3 }", + "type": "inline_equation" + }, + { + "bbox": [ + 260, + 664, + 506, + 679 + ], + "score": 1.0, + "content": "and a mini-batch size of 1024; also, ZCA whitening of the", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 676, + 506, + 689 + ], + "spans": [ + { + "bbox": [ + 105, + 676, + 506, + 689 + ], + "score": 1.0, + "content": "training samples was done to remove correlations between the input dimensions, allowing faster", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 687, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 201, + 700 + ], + "score": 1.0, + "content": "convergence. We define", + "type": "text" + }, + { + "bbox": [ + 201, + 688, + 209, + 698 + ], + "score": 0.79, + "content": "L", + "type": "inline_equation" + }, + { + "bbox": [ + 210, + 687, + 505, + 700 + ], + "score": 1.0, + "content": "as the number of weight layers. For the random dataset we use a mini-batch", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 698, + 506, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 699, + 136, + 711 + ], + "score": 1.0, + "content": "size of", + "type": "text" + }, + { + "bbox": [ + 136, + 698, + 208, + 711 + ], + "score": 0.93, + "content": "\\left\\lfloor \\operatorname* { m i n } \\left( N / 2 , d / 2 \\right) \\right\\rfloor", + "type": "inline_equation" + }, + { + "bbox": [ + 209, + 699, + 283, + 711 + ], + "score": 1.0, + "content": "with learning rate", + "type": "text" + }, + { + "bbox": [ + 284, + 699, + 317, + 709 + ], + "score": 0.89, + "content": "\\alpha = 0 . 1", + "type": "inline_equation" + }, + { + "bbox": [ + 317, + 699, + 372, + 711 + ], + "score": 1.0, + "content": "and 0.05, for", + "type": "text" + }, + { + "bbox": [ + 372, + 699, + 399, + 709 + ], + "score": 0.9, + "content": "L = 2", + "type": "inline_equation" + }, + { + "bbox": [ + 399, + 699, + 506, + 711 + ], + "score": 1.0, + "content": "and 3, respectively. In the", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 709, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 506, + 722 + ], + "score": 1.0, + "content": "random data parameter scans the training was done for no more than 4000 epochs – we stopped if", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 721, + 202, + 732 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 148, + 731 + ], + "score": 0.85, + "content": "\\mathbf { M C E } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 148, + 721, + 202, + 732 + ], + "score": 1.0, + "content": "was reached.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 22.5 + } + ], + "page_idx": 34, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 26, + 308, + 38 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 309, + 39 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 309, + 39 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 298, + 749, + 313, + 764 + ], + "spans": [ + { + "bbox": [ + 298, + 749, + 313, + 764 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 15, + "width": 15 + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 494, + 456, + 505, + 466 + ], + "lines": [ + { + "bbox": [ + 496, + 458, + 504, + 466 + ], + "spans": [ + { + "bbox": [ + 496, + 458, + 504, + 466 + ], + "score": 0.998, + "content": "□", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "interline_equation", + "bbox": [ + 106, + 79, + 500, + 288 + ], + "lines": [ + { + "bbox": [ + 106, + 79, + 500, + 288 + ], + "spans": [ + { + "bbox": [ + 106, + 79, + 500, + 288 + ], + "score": 0.92, + "content": "\\begin{array} { r l } & { \\| \\arcsin \\alpha - \\operatorname* { l i } ( \\theta C \\ln ( \\theta ) ) } \\\\ & { 1 - \\operatorname* { P } ( \\mathbf { X } \\in \\mathcal { M } ^ { \\alpha } ( \\operatorname { W e V } ^ { * } ) ) } \\\\ & { \\leq d _ { 1 } ^ { \\alpha } ( 1 - ( [ 1 - \\exp ( - \\frac { d _ { 0 } } { 2 } \\operatorname* { l i m } _ { | \\phi | } ( \\frac { d _ { 0 } } { \\log ( d _ { 0 } \\phi _ { 0 } ) } ) ) ] ^ { \\theta | \\alpha - 1 } - \\frac { 2 d _ { 1 } ^ { \\alpha } | ^ { 2 } \\sqrt { \\log ( \\frac { d _ { 0 } } { \\log ( d _ { 0 } ) } } ) } { d _ { 1 } ^ { \\alpha } } ) } \\\\ & { \\cdot ( [ 1 - \\sqrt { \\frac { \\alpha } { \\sqrt { \\kappa } } \\frac { 1 } { \\sqrt { \\kappa } \\sqrt { \\kappa } \\frac { 1 } { \\log ( d _ { 0 } ^ { \\alpha } ) ^ { 2 } } } } + \\mathcal { O } ( \\frac { 1 } { \\sqrt { \\kappa } \\frac { 1 } { \\sqrt { \\kappa } \\phi _ { 0 } ^ { 2 } } \\phi _ { 0 } ^ { 2 } } ) ] ^ { \\mathbf { N } } - 2 ^ { - \\kappa } ) ) } \\\\ & { = d _ { 1 } ^ { \\alpha } ( 1 - ( 1 - \\frac { 2 d _ { 1 } ^ { \\alpha } / \\sqrt { \\kappa } \\log ( \\frac { d _ { 0 } } { \\kappa } ) } { d _ { 1 } ^ { \\alpha } \\sqrt { \\kappa } } + \\mathcal { O } ( \\frac { d _ { 0 } \\tan \\phi } { d _ { 0 } \\sqrt { \\kappa } } ( - \\frac { d _ { 0 } } { 2 } \\log ( \\frac { d _ { 0 } } { \\log ( d _ { 0 } \\phi _ { 0 } ) } ) ) ) ) } \\\\ & \\cdot ( 1 - \\sqrt \\frac { \\kappa } { \\delta } \\frac { 1 } { \\lambda _ { 0 } ^ { \\alpha } \\sqrt { \\kappa } ( \\frac { 1 } { \\log ( d _ { 0 } ^ { \\alpha } ) ^ { 2 } } } + \\mathcal { O } ( \\frac { 1 } { \\kappa \\phi _ { 0 } ^ { \\alpha } \\sqrt { \\kappa } ^ { 2 } } + \\frac { 1 } { d _ { 1 } ^ { \\alpha } \\sqrt { \\kappa } ^ { 2 } \\alpha ^ { 2 } } + \\alpha _ { 1 } ^ { \\alpha } \\mathcal { A } _ { 0 } \\exp \\ \\end{array}", + "type": "interline_equation", + "image_path": "62a23dd7085777619d5b10ec548d0f306e9a43c43ac2f00b8808073e75117e73.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 106, + 79, + 500, + 148.66666666666669 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 106, + 148.66666666666669, + 500, + 218.33333333333337 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 106, + 218.33333333333337, + 500, + 288.00000000000006 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 291, + 489, + 305 + ], + "lines": [ + { + "bbox": [ + 105, + 290, + 488, + 306 + ], + "spans": [ + { + "bbox": [ + 105, + 290, + 231, + 306 + ], + "score": 1.0, + "content": "Thus, taking the log, and using", + "type": "text" + }, + { + "bbox": [ + 232, + 291, + 346, + 305 + ], + "score": 0.93, + "content": "\\log { ( 1 - x ) } = - x + O \\left( x ^ { 2 } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 346, + 290, + 419, + 306 + ], + "score": 1.0, + "content": ", we obtain, forsin", + "type": "text" + }, + { + "bbox": [ + 420, + 291, + 488, + 304 + ], + "score": 0.78, + "content": "\\alpha = 1 / \\left( d _ { 1 } ^ { * } d _ { 0 } N \\right)", + "type": "inline_equation" + } + ], + "index": 3 + } + ], + "index": 3, + "bbox_fs": [ + 105, + 290, + 488, + 306 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 308, + 204, + 321 + ], + "lines": [ + { + "bbox": [ + 106, + 307, + 205, + 324 + ], + "spans": [ + { + "bbox": [ + 106, + 307, + 205, + 324 + ], + "score": 1.0, + "content": "log P (X ∈ Mα (W∗))", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4, + "bbox_fs": [ + 106, + 307, + 205, + 324 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 111, + 315, + 514, + 392 + ], + "lines": [ + { + "bbox": [ + 111, + 315, + 514, + 392 + ], + "spans": [ + { + "bbox": [ + 111, + 315, + 514, + 392 + ], + "score": 0.89, + "content": "\\begin{array} { r l } & { \\log \\mathfrak { s } : \\mathrm { ~ } \\ll \\mathcal { N } : \\mathrm { ~ } \\ll \\mathcal { N } : \\mathrm { ~ } \\ll \\mathcal { N } } \\\\ & { \\geq \\log \\left( 1 - \\sqrt { \\frac { 8 } { \\pi } } \\frac { 1 } { d _ { 0 } ^ { 1 / 2 } } - \\frac { 2 d _ { 0 } ^ { 1 / 2 } \\sqrt { \\log d _ { 0 } } } { N } + O \\left( \\frac { 1 } { d _ { 0 } ^ { 3 / 2 } } + \\frac { d _ { 0 } ^ { 1 / 4 } } { d _ { 1 } ^ { * } N } + d _ { 1 } ^ { * } 2 ^ { - N } + d _ { 0 } \\exp \\left( - \\frac { d _ { 0 } } { 2 } \\log \\left( \\frac { d _ { 0 } } { \\log d _ { 0 } } \\right) \\right) \\right) \\right) } \\\\ & { = - \\sqrt { \\frac { 8 } { \\pi } } \\frac { 1 } { d _ { 0 } ^ { 1 / 2 } } - \\frac { 2 d _ { 0 } ^ { 1 / 2 } \\sqrt { \\log d _ { 0 } } } { N } + O \\left( \\frac { 1 } { d _ { 0 } ^ { 3 / 2 } } + \\frac { d _ { 0 } ^ { 1 / 4 } } { d _ { 1 } ^ { * } N } + d _ { 1 } ^ { * } 2 ^ { - N } + d _ { 0 } \\exp \\left( - \\frac { d _ { 0 } } { 2 } \\log \\left( \\frac { d _ { 0 } } { \\log d _ { 0 } } \\right) \\right) \\right) . } \\end{array}", + "type": "interline_equation", + "image_path": "702bd8a3fb256df7c1fab688c836b0435e6a911052aaf4806645d318d747c021.jpg" + } + ] + } + ], + "index": 6, + "virtual_lines": [ + { + "bbox": [ + 111, + 315, + 514, + 340.6666666666667 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 111, + 340.6666666666667, + 514, + 366.33333333333337 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 111, + 366.33333333333337, + 514, + 392.00000000000006 + ], + "spans": [], + "index": 7 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 394, + 506, + 418 + ], + "lines": [ + { + "bbox": [ + 104, + 393, + 505, + 409 + ], + "spans": [ + { + "bbox": [ + 104, + 393, + 150, + 409 + ], + "score": 1.0, + "content": "Recall that", + "type": "text" + }, + { + "bbox": [ + 151, + 395, + 277, + 408 + ], + "score": 0.91, + "content": "d _ { 1 } ^ { * } \\triangleq 4 \\lceil N / \\left( 2 d _ { 0 } - 2 \\right) \\rceil \\doteq N / d _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 278, + 393, + 345, + 409 + ], + "score": 1.0, + "content": ". Taking the limit", + "type": "text" + }, + { + "bbox": [ + 346, + 396, + 381, + 406 + ], + "score": 0.8, + "content": "N \\to \\infty", + "type": "inline_equation" + }, + { + "bbox": [ + 382, + 393, + 385, + 409 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 385, + 396, + 421, + 407 + ], + "score": 0.79, + "content": "d _ { 0 } \\to \\infty", + "type": "inline_equation" + }, + { + "bbox": [ + 422, + 393, + 442, + 409 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 443, + 394, + 487, + 408 + ], + "score": 0.91, + "content": "d _ { 1 } ^ { * } { \\dot { \\leq } } d _ { 0 } { \\dot { \\leq } } N", + "type": "inline_equation" + }, + { + "bbox": [ + 488, + 393, + 505, + 409 + ], + "score": 1.0, + "content": ", we", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 405, + 129, + 420 + ], + "spans": [ + { + "bbox": [ + 105, + 405, + 129, + 420 + ], + "score": 1.0, + "content": "have", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8.5, + "bbox_fs": [ + 104, + 393, + 505, + 420 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 111, + 419, + 501, + 453 + ], + "lines": [ + { + "bbox": [ + 111, + 419, + 501, + 453 + ], + "spans": [ + { + "bbox": [ + 111, + 419, + 501, + 453 + ], + "score": 0.93, + "content": "\\mathbb { P } \\left( \\mathbf { X } \\notin { \\mathcal { M } } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) \\dot { \\leq } 1 - \\exp \\left( - \\sqrt { \\frac { 8 } { \\pi } } d _ { 0 } ^ { - 1 / 2 } - \\frac { 2 d _ { 0 } ^ { 1 / 2 } \\sqrt { \\log d _ { 0 } } } { N } \\right) \\leq \\sqrt { \\frac { 8 } { \\pi } } d _ { 0 } ^ { - 1 / 2 } + \\frac { 2 d _ { 0 } ^ { 1 / 2 } \\sqrt { \\log d _ { 0 } } } { N }", + "type": "interline_equation", + "image_path": "b1c3fb18c2cc7620290cc47cca41907a45c63e6a9d385f4a1427f11c79885f18.jpg" + } + ] + } + ], + "index": 11, + "virtual_lines": [ + { + "bbox": [ + 111, + 419, + 501, + 430.3333333333333 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 111, + 430.3333333333333, + 501, + 441.66666666666663 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 111, + 441.66666666666663, + 501, + 452.99999999999994 + ], + "spans": [], + "index": 12 + } + ] + }, + { + "type": "title", + "bbox": [ + 107, + 492, + 156, + 507 + ], + "lines": [ + { + "bbox": [ + 105, + 493, + 157, + 511 + ], + "spans": [ + { + "bbox": [ + 105, + 493, + 157, + 511 + ], + "score": 1.0, + "content": "Part III", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 13 + }, + { + "type": "title", + "bbox": [ + 107, + 516, + 475, + 559 + ], + "lines": [ + { + "bbox": [ + 104, + 514, + 478, + 540 + ], + "spans": [ + { + "bbox": [ + 104, + 514, + 478, + 540 + ], + "score": 1.0, + "content": "Numerical Experiments - implementation", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 104, + 536, + 169, + 563 + ], + "spans": [ + { + "bbox": [ + 104, + 536, + 169, + 563 + ], + "score": 1.0, + "content": "details", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14.5 + }, + { + "type": "text", + "bbox": [ + 107, + 577, + 506, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 578, + 507, + 590 + ], + "spans": [ + { + "bbox": [ + 106, + 578, + 507, + 590 + ], + "score": 1.0, + "content": "Code and trained models for CIFAR and ImageNet results is available here https://github.", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 589, + 505, + 600 + ], + "spans": [ + { + "bbox": [ + 106, + 589, + 505, + 600 + ], + "score": 1.0, + "content": "com/MNNsMinima/Paper. In MNIST, CIFAR and ImageNet we performed binary classification", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 600, + 506, + 613 + ], + "spans": [ + { + "bbox": [ + 105, + 600, + 506, + 613 + ], + "score": 1.0, + "content": "on between the original odd and even class numbers. In we performed this binary classification", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 610, + 505, + 623 + ], + "spans": [ + { + "bbox": [ + 105, + 610, + 166, + 623 + ], + "score": 1.0, + "content": "between digits", + "type": "text" + }, + { + "bbox": [ + 166, + 611, + 190, + 622 + ], + "score": 0.75, + "content": "0 - 4", + "type": "inline_equation" + }, + { + "bbox": [ + 190, + 610, + 207, + 623 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 208, + 611, + 231, + 622 + ], + "score": 0.53, + "content": "5 - 9", + "type": "inline_equation" + }, + { + "bbox": [ + 231, + 610, + 505, + 623 + ], + "score": 1.0, + "content": ". Weights were initialized to be uniform with mean zero and variance", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 622, + 506, + 635 + ], + "spans": [ + { + "bbox": [ + 106, + 622, + 123, + 633 + ], + "score": 0.84, + "content": "2 / d", + "type": "inline_equation" + }, + { + "bbox": [ + 123, + 622, + 155, + 635 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 155, + 622, + 163, + 632 + ], + "score": 0.77, + "content": "d", + "type": "inline_equation" + }, + { + "bbox": [ + 163, + 622, + 506, + 635 + ], + "score": 1.0, + "content": "is fan-in (here the width of the previous neuron layer), as suggested in (He et al.,", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 632, + 507, + 646 + ], + "spans": [ + { + "bbox": [ + 105, + 632, + 507, + 646 + ], + "score": 1.0, + "content": "2015). In each epoch we randomly permuted the dataset and used the Adam (Kingma & Ba, 2014)", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 104, + 641, + 506, + 658 + ], + "spans": [ + { + "bbox": [ + 104, + 641, + 294, + 658 + ], + "score": 1.0, + "content": "optimization method (a variant of SGD) with", + "type": "text" + }, + { + "bbox": [ + 294, + 644, + 424, + 655 + ], + "score": 0.87, + "content": "\\beta _ { 1 } = 0 . 9 , \\beta _ { 2 } = 0 . 9 9 , \\varepsilon = 1 0 ^ { - 8 }", + "type": "inline_equation" + }, + { + "bbox": [ + 424, + 641, + 506, + 658 + ], + "score": 1.0, + "content": ". Different learning", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 655, + 505, + 667 + ], + "spans": [ + { + "bbox": [ + 106, + 655, + 505, + 667 + ], + "score": 1.0, + "content": "rates and mini-batch sizes were selected for each dataset and architecture. In CIFAR10 and ImageNet", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 664, + 506, + 679 + ], + "spans": [ + { + "bbox": [ + 105, + 664, + 216, + 679 + ], + "score": 1.0, + "content": "we used a learning-rate of", + "type": "text" + }, + { + "bbox": [ + 217, + 665, + 259, + 676 + ], + "score": 0.91, + "content": "\\alpha = 1 0 ^ { - 3 }", + "type": "inline_equation" + }, + { + "bbox": [ + 260, + 664, + 506, + 679 + ], + "score": 1.0, + "content": "and a mini-batch size of 1024; also, ZCA whitening of the", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 676, + 506, + 689 + ], + "spans": [ + { + "bbox": [ + 105, + 676, + 506, + 689 + ], + "score": 1.0, + "content": "training samples was done to remove correlations between the input dimensions, allowing faster", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 687, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 201, + 700 + ], + "score": 1.0, + "content": "convergence. We define", + "type": "text" + }, + { + "bbox": [ + 201, + 688, + 209, + 698 + ], + "score": 0.79, + "content": "L", + "type": "inline_equation" + }, + { + "bbox": [ + 210, + 687, + 505, + 700 + ], + "score": 1.0, + "content": "as the number of weight layers. For the random dataset we use a mini-batch", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 698, + 506, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 699, + 136, + 711 + ], + "score": 1.0, + "content": "size of", + "type": "text" + }, + { + "bbox": [ + 136, + 698, + 208, + 711 + ], + "score": 0.93, + "content": "\\left\\lfloor \\operatorname* { m i n } \\left( N / 2 , d / 2 \\right) \\right\\rfloor", + "type": "inline_equation" + }, + { + "bbox": [ + 209, + 699, + 283, + 711 + ], + "score": 1.0, + "content": "with learning rate", + "type": "text" + }, + { + "bbox": [ + 284, + 699, + 317, + 709 + ], + "score": 0.89, + "content": "\\alpha = 0 . 1", + "type": "inline_equation" + }, + { + "bbox": [ + 317, + 699, + 372, + 711 + ], + "score": 1.0, + "content": "and 0.05, for", + "type": "text" + }, + { + "bbox": [ + 372, + 699, + 399, + 709 + ], + "score": 0.9, + "content": "L = 2", + "type": "inline_equation" + }, + { + "bbox": [ + 399, + 699, + 506, + 711 + ], + "score": 1.0, + "content": "and 3, respectively. In the", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 709, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 506, + 722 + ], + "score": 1.0, + "content": "random data parameter scans the training was done for no more than 4000 epochs – we stopped if", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 721, + 202, + 732 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 148, + 731 + ], + "score": 0.85, + "content": "\\mathbf { M C E } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 148, + 721, + 202, + 732 + ], + "score": 1.0, + "content": "was reached.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 22.5, + "bbox_fs": [ + 104, + 578, + 507, + 732 + ] + } + ] + } + ], + "_backend": "pipeline", + "_version_name": "2.2.2" +} \ No newline at end of file diff --git a/parse/train/Hkfmn5n6W/Hkfmn5n6W_model.json b/parse/train/Hkfmn5n6W/Hkfmn5n6W_model.json new file mode 100644 index 0000000000000000000000000000000000000000..104246bf459b1a9108e6a348348e0ab441e1b869 --- /dev/null +++ b/parse/train/Hkfmn5n6W/Hkfmn5n6W_model.json @@ -0,0 +1,61282 @@ +[ + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 398, + 773, + 1303, + 773, + 1303, + 1040, + 398, + 1040 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 297, + 1159, + 1405, + 1159, + 1405, + 1406, + 297, + 1406 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 298, + 1680, + 1404, + 1680, + 1404, + 1896, + 298, + 1896 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 397, + 585, + 1302, + 585, + 1302, + 769, + 397, + 769 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 298, + 1420, + 1405, + 1420, + 1405, + 1666, + 298, + 1666 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 299, + 1911, + 1402, + 1911, + 1402, + 2034, + 299, + 2034 + ], + "score": 0.973 + }, + { + "category_id": 0, + "poly": [ + 300, + 223, + 1402, + 223, + 1402, + 323, + 300, + 323 + ], + "score": 0.963 + }, + { + "category_id": 1, + "poly": [ + 313, + 377, + 680, + 377, + 680, + 438, + 313, + 438 + ], + "score": 0.926 + }, + { + "category_id": 0, + "poly": [ + 302, + 1094, + 573, + 1094, + 573, + 1128, + 302, + 1128 + ], + "score": 0.905 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 857, + 75, + 857, + 105, + 298, + 105 + ], + "score": 0.898 + }, + { + "category_id": 0, + "poly": [ + 773, + 519, + 927, + 519, + 927, + 553, + 773, + 553 + ], + "score": 0.883 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 856, + 2088, + 856, + 2112, + 841, + 2112 + ], + "score": 0.727 + }, + { + "category_id": 13, + "poly": [ + 608, + 924, + 780, + 924, + 780, + 980, + 608, + 980 + ], + "score": 0.95, + "latex": "d _ { 0 } = \\tilde { \\Omega } \\left( \\sqrt { N } \\right)" + }, + { + "category_id": 13, + "poly": [ + 1128, + 929, + 1304, + 929, + 1304, + 970, + 1128, + 970 + ], + "score": 0.93, + "latex": "d _ { 1 } = \\tilde { \\Omega } \\left( N / d _ { 0 } \\right)" + }, + { + "category_id": 13, + "poly": [ + 936, + 1007, + 1068, + 1007, + 1068, + 1041, + 936, + 1041 + ], + "score": 0.92, + "latex": "N / d _ { 0 } \\approx 1 6" + }, + { + "category_id": 13, + "poly": [ + 489, + 835, + 591, + 835, + 591, + 861, + 489, + 861 + ], + "score": 0.91, + "latex": "N \\to \\infty" + }, + { + "category_id": 13, + "poly": [ + 1038, + 738, + 1111, + 738, + 1111, + 771, + 1038, + 771 + ], + "score": 0.88, + "latex": "\\Omega \\left( N \\right)" + }, + { + "category_id": 13, + "poly": [ + 1181, + 975, + 1222, + 975, + 1222, + 1007, + 1181, + 1007 + ], + "score": 0.86, + "latex": "0 \\%" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 223.0, + 1408.0, + 223.0, + 1408.0, + 279.0, + 293.0, + 279.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 285.0, + 1224.0, + 285.0, + 1224.0, + 329.0, + 295.0, + 329.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1090.0, + 579.0, + 1090.0, + 579.0, + 1136.0, + 294.0, + 1136.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 73.0, + 859.0, + 73.0, + 859.0, + 108.0, + 298.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 770.0, + 518.0, + 932.0, + 518.0, + 932.0, + 556.0, + 770.0, + 556.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 840.0, + 2088.0, + 857.0, + 2088.0, + 857.0, + 2116.0, + 840.0, + 2116.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 772.0, + 1306.0, + 772.0, + 1306.0, + 807.0, + 394.0, + 807.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 803.0, + 1305.0, + 803.0, + 1305.0, + 839.0, + 394.0, + 839.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 832.0, + 488.0, + 832.0, + 488.0, + 868.0, + 393.0, + 868.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 592.0, + 832.0, + 1304.0, + 832.0, + 1304.0, + 868.0, + 592.0, + 868.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 864.0, + 1303.0, + 864.0, + 1303.0, + 899.0, + 393.0, + 899.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 895.0, + 1304.0, + 895.0, + 1304.0, + 927.0, + 394.0, + 927.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 389.0, + 923.0, + 607.0, + 923.0, + 607.0, + 978.0, + 389.0, + 978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 781.0, + 923.0, + 1127.0, + 923.0, + 1127.0, + 978.0, + 781.0, + 978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1305.0, + 923.0, + 1311.0, + 923.0, + 1311.0, + 978.0, + 1305.0, + 978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 974.0, + 1180.0, + 974.0, + 1180.0, + 1012.0, + 393.0, + 1012.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1223.0, + 974.0, + 1305.0, + 974.0, + 1305.0, + 1012.0, + 1223.0, + 1012.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 396.0, + 1009.0, + 935.0, + 1009.0, + 935.0, + 1041.0, + 396.0, + 1041.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1069.0, + 1009.0, + 1254.0, + 1009.0, + 1254.0, + 1041.0, + 1069.0, + 1041.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1160.0, + 1407.0, + 1160.0, + 1407.0, + 1197.0, + 294.0, + 1197.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1190.0, + 1406.0, + 1190.0, + 1406.0, + 1231.0, + 292.0, + 1231.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1223.0, + 1405.0, + 1223.0, + 1405.0, + 1257.0, + 294.0, + 1257.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1251.0, + 1406.0, + 1251.0, + 1406.0, + 1289.0, + 294.0, + 1289.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1281.0, + 1406.0, + 1281.0, + 1406.0, + 1321.0, + 291.0, + 1321.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1313.0, + 1405.0, + 1313.0, + 1405.0, + 1349.0, + 292.0, + 1349.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1342.0, + 1406.0, + 1342.0, + 1406.0, + 1383.0, + 291.0, + 1383.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1371.0, + 457.0, + 1371.0, + 457.0, + 1409.0, + 293.0, + 1409.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1678.0, + 1405.0, + 1678.0, + 1405.0, + 1718.0, + 292.0, + 1718.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1713.0, + 1406.0, + 1713.0, + 1406.0, + 1747.0, + 294.0, + 1747.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1742.0, + 1405.0, + 1742.0, + 1405.0, + 1777.0, + 294.0, + 1777.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1767.0, + 1409.0, + 1767.0, + 1409.0, + 1813.0, + 292.0, + 1813.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1802.0, + 1406.0, + 1802.0, + 1406.0, + 1839.0, + 292.0, + 1839.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1836.0, + 1405.0, + 1836.0, + 1405.0, + 1867.0, + 294.0, + 1867.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1866.0, + 641.0, + 1866.0, + 641.0, + 1897.0, + 296.0, + 1897.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 586.0, + 1305.0, + 586.0, + 1305.0, + 620.0, + 394.0, + 620.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 615.0, + 1305.0, + 615.0, + 1305.0, + 651.0, + 393.0, + 651.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 646.0, + 1306.0, + 646.0, + 1306.0, + 684.0, + 393.0, + 684.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 676.0, + 1305.0, + 676.0, + 1305.0, + 710.0, + 393.0, + 710.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 708.0, + 1306.0, + 708.0, + 1306.0, + 742.0, + 394.0, + 742.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 737.0, + 1037.0, + 737.0, + 1037.0, + 775.0, + 392.0, + 775.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1112.0, + 737.0, + 1182.0, + 737.0, + 1182.0, + 775.0, + 1112.0, + 775.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1419.0, + 1407.0, + 1419.0, + 1407.0, + 1458.0, + 292.0, + 1458.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1452.0, + 1407.0, + 1452.0, + 1407.0, + 1489.0, + 293.0, + 1489.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1483.0, + 1403.0, + 1483.0, + 1403.0, + 1517.0, + 295.0, + 1517.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1512.0, + 1405.0, + 1512.0, + 1405.0, + 1549.0, + 293.0, + 1549.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1543.0, + 1406.0, + 1543.0, + 1406.0, + 1580.0, + 293.0, + 1580.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1573.0, + 1407.0, + 1573.0, + 1407.0, + 1607.0, + 295.0, + 1607.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1605.0, + 1406.0, + 1605.0, + 1406.0, + 1639.0, + 296.0, + 1639.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1632.0, + 1410.0, + 1632.0, + 1410.0, + 1672.0, + 292.0, + 1672.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1912.0, + 1404.0, + 1912.0, + 1404.0, + 1945.0, + 295.0, + 1945.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1943.0, + 1404.0, + 1943.0, + 1404.0, + 1975.0, + 294.0, + 1975.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1972.0, + 1406.0, + 1972.0, + 1406.0, + 2009.0, + 294.0, + 2009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 2004.0, + 1406.0, + 2004.0, + 1406.0, + 2039.0, + 293.0, + 2039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 315.0, + 377.0, + 560.0, + 377.0, + 560.0, + 410.0, + 315.0, + 410.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 311.0, + 407.0, + 682.0, + 407.0, + 682.0, + 440.0, + 311.0, + 440.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 0, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 337, + 1405, + 337, + 1405, + 583, + 298, + 583 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 297, + 815, + 1405, + 815, + 1405, + 1043, + 297, + 1043 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 297, + 1418, + 1405, + 1418, + 1405, + 1641, + 297, + 1641 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 298, + 597, + 1405, + 597, + 1405, + 782, + 298, + 782 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 298, + 1654, + 1403, + 1654, + 1403, + 1809, + 298, + 1809 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 300, + 229, + 1400, + 229, + 1400, + 323, + 300, + 323 + ], + "score": 0.96 + }, + { + "category_id": 8, + "poly": [ + 737, + 1333, + 960, + 1333, + 960, + 1409, + 737, + 1409 + ], + "score": 0.956 + }, + { + "category_id": 1, + "poly": [ + 302, + 1056, + 1398, + 1056, + 1398, + 1151, + 302, + 1151 + ], + "score": 0.95 + }, + { + "category_id": 1, + "poly": [ + 295, + 1823, + 1404, + 1823, + 1404, + 1886, + 295, + 1886 + ], + "score": 0.944 + }, + { + "category_id": 1, + "poly": [ + 300, + 1920, + 1404, + 1920, + 1404, + 1982, + 300, + 1982 + ], + "score": 0.935 + }, + { + "category_id": 9, + "poly": [ + 1345, + 1358, + 1399, + 1358, + 1399, + 1388, + 1345, + 1388 + ], + "score": 0.912 + }, + { + "category_id": 2, + "poly": [ + 330, + 2004, + 1095, + 2004, + 1095, + 2034, + 330, + 2034 + ], + "score": 0.9 + }, + { + "category_id": 1, + "poly": [ + 300, + 1287, + 846, + 1287, + 846, + 1319, + 300, + 1319 + ], + "score": 0.887 + }, + { + "category_id": 2, + "poly": [ + 298, + 76, + 857, + 76, + 857, + 104, + 298, + 104 + ], + "score": 0.878 + }, + { + "category_id": 1, + "poly": [ + 304, + 1158, + 1359, + 1158, + 1359, + 1192, + 304, + 1192 + ], + "score": 0.862 + }, + { + "category_id": 1, + "poly": [ + 304, + 1198, + 1347, + 1198, + 1347, + 1234, + 304, + 1234 + ], + "score": 0.848 + }, + { + "category_id": 1, + "poly": [ + 299, + 1243, + 982, + 1243, + 982, + 1279, + 299, + 1279 + ], + "score": 0.834 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 859, + 2088, + 859, + 2112, + 841, + 2112 + ], + "score": 0.728 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 859, + 2088, + 859, + 2112, + 841, + 2112 + ], + "score": 0.132 + }, + { + "category_id": 14, + "poly": [ + 735, + 1330, + 965, + 1330, + 965, + 1409, + 735, + 1409 + ], + "score": 0.95, + "latex": "\\frac { N \\log ^ { 4 } N } { d _ { 0 } } \\dot { < } d _ { 1 } \\dot { < } N ." + }, + { + "category_id": 13, + "poly": [ + 868, + 1480, + 1053, + 1480, + 1053, + 1515, + 868, + 1515 + ], + "score": 0.93, + "latex": "d _ { 0 } d _ { 1 } { \\dot { > } } N \\log ^ { 4 } N" + }, + { + "category_id": 13, + "poly": [ + 590, + 1514, + 724, + 1514, + 724, + 1548, + 590, + 1548 + ], + "score": 0.92, + "latex": "d _ { 1 } \\dot { > } \\log ^ { 4 } N" + }, + { + "category_id": 13, + "poly": [ + 1068, + 1200, + 1178, + 1200, + 1178, + 1234, + 1068, + 1234 + ], + "score": 0.92, + "latex": "\\epsilon \\in ( 0 , 1 )" + }, + { + "category_id": 13, + "poly": [ + 298, + 911, + 440, + 911, + 440, + 947, + 298, + 947 + ], + "score": 0.92, + "latex": "g \\left( x \\right) \\dot { < } h \\left( x \\right)" + }, + { + "category_id": 13, + "poly": [ + 819, + 1240, + 964, + 1240, + 964, + 1278, + 819, + 1278 + ], + "score": 0.92, + "latex": "\\sqrt { N } \\dot { < } d _ { 0 } \\dot { \\le } N" + }, + { + "category_id": 13, + "poly": [ + 666, + 1579, + 759, + 1579, + 759, + 1609, + 666, + 1609 + ], + "score": 0.92, + "latex": "d _ { 1 } \\geq N" + }, + { + "category_id": 13, + "poly": [ + 723, + 1200, + 803, + 1200, + 803, + 1234, + 723, + 1234 + ], + "score": 0.92, + "latex": "d _ { 1 } \\left( N \\right)" + }, + { + "category_id": 13, + "poly": [ + 958, + 1717, + 1026, + 1717, + 1026, + 1749, + 958, + 1749 + ], + "score": 0.91, + "latex": "N / d _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 298, + 1517, + 392, + 1517, + 392, + 1548, + 298, + 1548 + ], + "score": 0.9, + "latex": "d _ { 0 } \\propto N" + }, + { + "category_id": 13, + "poly": [ + 1208, + 1451, + 1264, + 1451, + 1264, + 1482, + 1208, + 1482 + ], + "score": 0.9, + "latex": "d _ { 0 } d _ { 1 }" + }, + { + "category_id": 13, + "poly": [ + 426, + 982, + 498, + 982, + 498, + 1009, + 426, + 1009 + ], + "score": 0.9, + "latex": "\\epsilon > 0" + }, + { + "category_id": 13, + "poly": [ + 961, + 1579, + 1016, + 1579, + 1016, + 1610, + 961, + 1610 + ], + "score": 0.89, + "latex": "N d _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 1102, + 907, + 1349, + 907, + 1349, + 955, + 1102, + 955 + ], + "score": 0.88, + "latex": "\\begin{array} { r } { \\operatorname* { l i m } _ { x \\infty } \\frac { \\log g ( x ) } { \\log h ( x ) } < 1 ) } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 989, + 2010, + 1014, + 2010, + 1014, + 2032, + 989, + 2032 + ], + "score": 0.87, + "latex": "d _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 589, + 1200, + 670, + 1200, + 670, + 1234, + 589, + 1234 + ], + "score": 0.87, + "latex": "d _ { 0 } \\left( N \\right)" + }, + { + "category_id": 13, + "poly": [ + 297, + 1746, + 360, + 1746, + 360, + 1777, + 297, + 1777 + ], + "score": 0.86, + "latex": "0 . 1 \\%" + }, + { + "category_id": 13, + "poly": [ + 1061, + 2008, + 1087, + 2008, + 1087, + 2032, + 1061, + 2032 + ], + "score": 0.85, + "latex": "d _ { 1 }" + }, + { + "category_id": 13, + "poly": [ + 881, + 878, + 907, + 878, + 907, + 908, + 881, + 908 + ], + "score": 0.85, + "latex": "d _ { l }" + }, + { + "category_id": 13, + "poly": [ + 792, + 2011, + 816, + 2011, + 816, + 2029, + 792, + 2029 + ], + "score": 0.83, + "latex": "N" + }, + { + "category_id": 13, + "poly": [ + 456, + 879, + 484, + 879, + 484, + 905, + 456, + 905 + ], + "score": 0.82, + "latex": "N" + }, + { + "category_id": 13, + "poly": [ + 479, + 1201, + 578, + 1201, + 578, + 1230, + 479, + 1230 + ], + "score": 0.82, + "latex": "N \\to \\infty" + }, + { + "category_id": 13, + "poly": [ + 787, + 1688, + 815, + 1688, + 815, + 1714, + 787, + 1714 + ], + "score": 0.77, + "latex": "N" + }, + { + "category_id": 13, + "poly": [ + 962, + 1202, + 990, + 1202, + 990, + 1229, + 962, + 1229 + ], + "score": 0.76, + "latex": "N" + }, + { + "category_id": 13, + "poly": [ + 1125, + 879, + 1137, + 879, + 1137, + 905, + 1125, + 905 + ], + "score": 0.51, + "latex": "l" + }, + { + "category_id": 15, + "poly": [ + 332.0, + 2000.0, + 791.0, + 2000.0, + 791.0, + 2039.0, + 332.0, + 2039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 817.0, + 2000.0, + 988.0, + 2000.0, + 988.0, + 2039.0, + 817.0, + 2039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1015.0, + 2000.0, + 1060.0, + 2000.0, + 1060.0, + 2039.0, + 1015.0, + 2039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1088.0, + 2000.0, + 1099.0, + 2000.0, + 1099.0, + 2039.0, + 1088.0, + 2039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 73.0, + 859.0, + 73.0, + 859.0, + 108.0, + 298.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 2085.0, + 862.0, + 2085.0, + 862.0, + 2120.0, + 838.0, + 2120.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 2085.0, + 862.0, + 2085.0, + 862.0, + 2120.0, + 838.0, + 2120.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 339.0, + 1405.0, + 339.0, + 1405.0, + 372.0, + 295.0, + 372.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 365.0, + 1406.0, + 365.0, + 1406.0, + 406.0, + 292.0, + 406.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 400.0, + 1407.0, + 400.0, + 1407.0, + 434.0, + 295.0, + 434.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 429.0, + 1406.0, + 429.0, + 1406.0, + 465.0, + 292.0, + 465.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 461.0, + 1405.0, + 461.0, + 1405.0, + 495.0, + 295.0, + 495.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 490.0, + 1407.0, + 490.0, + 1407.0, + 527.0, + 293.0, + 527.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 522.0, + 1408.0, + 522.0, + 1408.0, + 556.0, + 295.0, + 556.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 553.0, + 1410.0, + 553.0, + 1410.0, + 586.0, + 296.0, + 586.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 814.0, + 1408.0, + 814.0, + 1408.0, + 851.0, + 292.0, + 851.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 846.0, + 1406.0, + 846.0, + 1406.0, + 882.0, + 295.0, + 882.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 876.0, + 455.0, + 876.0, + 455.0, + 912.0, + 295.0, + 912.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 485.0, + 876.0, + 880.0, + 876.0, + 880.0, + 912.0, + 485.0, + 912.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 908.0, + 876.0, + 1124.0, + 876.0, + 1124.0, + 912.0, + 908.0, + 912.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1138.0, + 876.0, + 1406.0, + 876.0, + 1406.0, + 912.0, + 1138.0, + 912.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 288.0, + 899.0, + 297.0, + 899.0, + 297.0, + 966.0, + 288.0, + 966.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 441.0, + 899.0, + 1101.0, + 899.0, + 1101.0, + 966.0, + 441.0, + 966.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1350.0, + 899.0, + 1406.0, + 899.0, + 1406.0, + 966.0, + 1350.0, + 966.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 948.0, + 1407.0, + 948.0, + 1407.0, + 984.0, + 294.0, + 984.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 979.0, + 425.0, + 979.0, + 425.0, + 1015.0, + 294.0, + 1015.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 499.0, + 979.0, + 1406.0, + 979.0, + 1406.0, + 1015.0, + 499.0, + 1015.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1010.0, + 655.0, + 1010.0, + 655.0, + 1047.0, + 294.0, + 1047.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1417.0, + 1405.0, + 1417.0, + 1405.0, + 1455.0, + 294.0, + 1455.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1449.0, + 1207.0, + 1449.0, + 1207.0, + 1487.0, + 294.0, + 1487.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1265.0, + 1449.0, + 1405.0, + 1449.0, + 1405.0, + 1487.0, + 1265.0, + 1487.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1482.0, + 867.0, + 1482.0, + 867.0, + 1521.0, + 294.0, + 1521.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1054.0, + 1482.0, + 1408.0, + 1482.0, + 1408.0, + 1521.0, + 1054.0, + 1521.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1516.0, + 297.0, + 1516.0, + 297.0, + 1555.0, + 294.0, + 1555.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 1516.0, + 589.0, + 1516.0, + 589.0, + 1555.0, + 393.0, + 1555.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 725.0, + 1516.0, + 1410.0, + 1516.0, + 1410.0, + 1555.0, + 725.0, + 1555.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1545.0, + 1405.0, + 1545.0, + 1405.0, + 1584.0, + 292.0, + 1584.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1577.0, + 665.0, + 1577.0, + 665.0, + 1617.0, + 294.0, + 1617.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 760.0, + 1577.0, + 960.0, + 1577.0, + 960.0, + 1617.0, + 760.0, + 1617.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1017.0, + 1577.0, + 1406.0, + 1577.0, + 1406.0, + 1617.0, + 1017.0, + 1617.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1609.0, + 694.0, + 1609.0, + 694.0, + 1644.0, + 295.0, + 1644.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 594.0, + 1410.0, + 594.0, + 1410.0, + 636.0, + 292.0, + 636.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 630.0, + 1405.0, + 630.0, + 1405.0, + 662.0, + 296.0, + 662.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 659.0, + 1405.0, + 659.0, + 1405.0, + 693.0, + 293.0, + 693.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 691.0, + 1405.0, + 691.0, + 1405.0, + 723.0, + 296.0, + 723.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 720.0, + 1406.0, + 720.0, + 1406.0, + 754.0, + 293.0, + 754.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 751.0, + 1103.0, + 751.0, + 1103.0, + 785.0, + 293.0, + 785.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1654.0, + 1403.0, + 1654.0, + 1403.0, + 1688.0, + 296.0, + 1688.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1686.0, + 786.0, + 1686.0, + 786.0, + 1720.0, + 296.0, + 1720.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 816.0, + 1686.0, + 1403.0, + 1686.0, + 1403.0, + 1720.0, + 816.0, + 1720.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1714.0, + 957.0, + 1714.0, + 957.0, + 1753.0, + 292.0, + 1753.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1027.0, + 1714.0, + 1405.0, + 1714.0, + 1405.0, + 1753.0, + 1027.0, + 1753.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1743.0, + 296.0, + 1743.0, + 296.0, + 1783.0, + 293.0, + 1783.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 361.0, + 1743.0, + 1405.0, + 1743.0, + 1405.0, + 1783.0, + 361.0, + 1783.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1778.0, + 647.0, + 1778.0, + 647.0, + 1815.0, + 293.0, + 1815.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 229.0, + 1406.0, + 229.0, + 1406.0, + 265.0, + 292.0, + 265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 261.0, + 1404.0, + 261.0, + 1404.0, + 295.0, + 294.0, + 295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 288.0, + 1208.0, + 288.0, + 1208.0, + 328.0, + 293.0, + 328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1057.0, + 1403.0, + 1057.0, + 1403.0, + 1091.0, + 297.0, + 1091.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1089.0, + 1403.0, + 1089.0, + 1403.0, + 1123.0, + 297.0, + 1123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1119.0, + 779.0, + 1119.0, + 779.0, + 1152.0, + 296.0, + 1152.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1821.0, + 1409.0, + 1821.0, + 1409.0, + 1861.0, + 293.0, + 1861.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1853.0, + 669.0, + 1853.0, + 669.0, + 1889.0, + 295.0, + 1889.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1919.0, + 1408.0, + 1919.0, + 1408.0, + 1955.0, + 296.0, + 1955.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1947.0, + 1404.0, + 1947.0, + 1404.0, + 1986.0, + 295.0, + 1986.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1285.0, + 849.0, + 1285.0, + 849.0, + 1325.0, + 295.0, + 1325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 300.0, + 1157.0, + 1363.0, + 1157.0, + 1363.0, + 1196.0, + 300.0, + 1196.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 299.0, + 1197.0, + 478.0, + 1197.0, + 478.0, + 1237.0, + 299.0, + 1237.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 579.0, + 1197.0, + 588.0, + 1197.0, + 588.0, + 1237.0, + 579.0, + 1237.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 671.0, + 1197.0, + 722.0, + 1197.0, + 722.0, + 1237.0, + 671.0, + 1237.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 804.0, + 1197.0, + 961.0, + 1197.0, + 961.0, + 1237.0, + 804.0, + 1237.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 991.0, + 1197.0, + 1067.0, + 1197.0, + 1067.0, + 1237.0, + 991.0, + 1237.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1179.0, + 1197.0, + 1346.0, + 1197.0, + 1346.0, + 1237.0, + 1179.0, + 1237.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1241.0, + 818.0, + 1241.0, + 818.0, + 1282.0, + 293.0, + 1282.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 965.0, + 1241.0, + 975.0, + 1241.0, + 975.0, + 1282.0, + 965.0, + 1282.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 1, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 881, + 1406, + 881, + 1406, + 1340, + 297, + 1340 + ], + "score": 0.984 + }, + { + "category_id": 1, + "poly": [ + 297, + 1355, + 1406, + 1355, + 1406, + 1650, + 297, + 1650 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 298, + 229, + 1404, + 229, + 1404, + 445, + 298, + 445 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 299, + 1889, + 1403, + 1889, + 1403, + 2036, + 299, + 2036 + ], + "score": 0.975 + }, + { + "category_id": 1, + "poly": [ + 298, + 709, + 1404, + 709, + 1404, + 837, + 298, + 837 + ], + "score": 0.973 + }, + { + "category_id": 1, + "poly": [ + 299, + 566, + 1404, + 566, + 1404, + 694, + 299, + 694 + ], + "score": 0.972 + }, + { + "category_id": 1, + "poly": [ + 300, + 1665, + 1405, + 1665, + 1405, + 1758, + 300, + 1758 + ], + "score": 0.971 + }, + { + "category_id": 1, + "poly": [ + 299, + 460, + 1404, + 460, + 1404, + 553, + 299, + 553 + ], + "score": 0.968 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 857, + 75, + 857, + 104, + 298, + 104 + ], + "score": 0.892 + }, + { + "category_id": 0, + "poly": [ + 301, + 1815, + 800, + 1815, + 800, + 1849, + 301, + 1849 + ], + "score": 0.874 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 858, + 2088, + 858, + 2112, + 841, + 2112 + ], + "score": 0.584 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 859, + 2088, + 859, + 2112, + 841, + 2112 + ], + "score": 0.45 + }, + { + "category_id": 13, + "poly": [ + 442, + 1478, + 609, + 1478, + 609, + 1533, + 442, + 1533 + ], + "score": 0.94, + "latex": "( d _ { 1 } = \\Omega \\left( d _ { 0 } ^ { 6 p } \\right)" + }, + { + "category_id": 13, + "poly": [ + 734, + 629, + 833, + 629, + 833, + 664, + 734, + 664 + ], + "score": 0.92, + "latex": "\\sqrt { N } \\dot { < } d _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 373, + 771, + 559, + 771, + 559, + 806, + 373, + 806 + ], + "score": 0.92, + "latex": "N \\log ^ { 4 } N { \\dot { < } } d _ { 0 } d _ { 1 }" + }, + { + "category_id": 13, + "poly": [ + 299, + 1960, + 616, + 1960, + 616, + 2002, + 299, + 2002 + ], + "score": 0.92, + "latex": "\\left[ \\mathbf { x } ^ { ( 1 ) } , \\ldots , \\mathbf { x } ^ { ( N ) } \\right] \\ \\in \\ \\mathbb { R } ^ { d _ { 0 } \\times N }" + }, + { + "category_id": 13, + "poly": [ + 1038, + 569, + 1134, + 569, + 1134, + 599, + 1038, + 599 + ], + "score": 0.91, + "latex": "d _ { 0 } \\geq N" + }, + { + "category_id": 13, + "poly": [ + 1181, + 711, + 1275, + 711, + 1275, + 741, + 1181, + 741 + ], + "score": 0.91, + "latex": "d _ { 1 } \\geq N" + }, + { + "category_id": 13, + "poly": [ + 753, + 709, + 830, + 709, + 830, + 741, + 753, + 741 + ], + "score": 0.91, + "latex": "d _ { 1 } \\dot { < } N" + }, + { + "category_id": 13, + "poly": [ + 756, + 564, + 833, + 564, + 833, + 599, + 756, + 599 + ], + "score": 0.91, + "latex": "d _ { 0 } { \\dot { \\le } } N" + }, + { + "category_id": 13, + "poly": [ + 527, + 1999, + 660, + 1999, + 660, + 2039, + 527, + 2039 + ], + "score": 0.91, + "latex": "\\left( \\mathbf { x } ^ { ( n ) } , y ^ { ( n ) } \\right)" + }, + { + "category_id": 13, + "poly": [ + 743, + 522, + 814, + 522, + 814, + 550, + 743, + 550 + ], + "score": 0.9, + "latex": "\\epsilon 0" + }, + { + "category_id": 13, + "poly": [ + 899, + 1956, + 1335, + 1956, + 1335, + 2002, + 899, + 2002 + ], + "score": 0.9, + "latex": "\\mathbf { y } \\ \\triangleq \\ \\left[ y ^ { ( 1 ) } , \\ldots , y ^ { ( N ) } \\right] ^ { \\intercal } \\ \\in \\ \\left\\{ 0 , 1 \\right\\} ^ { N } -" + }, + { + "category_id": 13, + "poly": [ + 1283, + 2004, + 1347, + 2004, + 1347, + 2038, + 1283, + 2038 + ], + "score": 0.9, + "latex": "\\mathbb { P } _ { X , Y }" + }, + { + "category_id": 13, + "poly": [ + 1371, + 1157, + 1402, + 1157, + 1402, + 1187, + 1371, + 1187 + ], + "score": 0.86, + "latex": "d _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 1054, + 1127, + 1121, + 1127, + 1121, + 1157, + 1054, + 1157 + ], + "score": 0.86, + "latex": "\\gg N" + }, + { + "category_id": 13, + "poly": [ + 722, + 1487, + 789, + 1487, + 789, + 1519, + 722, + 1519 + ], + "score": 0.85, + "latex": "\\gg N" + }, + { + "category_id": 13, + "poly": [ + 767, + 1127, + 942, + 1127, + 942, + 1159, + 767, + 1159 + ], + "score": 0.84, + "latex": "( d _ { 1 } = \\mathrm { p o l y } \\left( d _ { 0 } \\right)" + }, + { + "category_id": 13, + "poly": [ + 1049, + 1926, + 1077, + 1926, + 1077, + 1953, + 1049, + 1953 + ], + "score": 0.82, + "latex": "N" + }, + { + "category_id": 13, + "poly": [ + 704, + 1453, + 721, + 1453, + 721, + 1480, + 704, + 1480 + ], + "score": 0.79, + "latex": "p" + }, + { + "category_id": 13, + "poly": [ + 651, + 492, + 680, + 492, + 680, + 518, + 651, + 518 + ], + "score": 0.76, + "latex": "N" + }, + { + "category_id": 13, + "poly": [ + 298, + 663, + 515, + 663, + 515, + 697, + 298, + 697 + ], + "score": 0.7, + "latex": "d _ { 0 } / N \\approx 0 . 0 1 6 , 0 . 0" + }, + { + "category_id": 13, + "poly": [ + 457, + 528, + 473, + 528, + 473, + 549, + 457, + 549 + ], + "score": 0.69, + "latex": "\\epsilon" + }, + { + "category_id": 13, + "poly": [ + 1334, + 1922, + 1404, + 1922, + 1404, + 1955, + 1334, + 1955 + ], + "score": 0.53, + "latex": "\\textbf { X } \\triangleq" + }, + { + "category_id": 13, + "poly": [ + 893, + 1126, + 941, + 1126, + 941, + 1159, + 893, + 1159 + ], + "score": 0.43, + "latex": "( d _ { 0 } )" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 859.0, + 72.0, + 859.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1810.0, + 806.0, + 1810.0, + 806.0, + 1855.0, + 291.0, + 1855.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 2085.0, + 860.0, + 2085.0, + 860.0, + 2116.0, + 839.0, + 2116.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 2085.0, + 862.0, + 2085.0, + 862.0, + 2118.0, + 838.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 878.0, + 1407.0, + 878.0, + 1407.0, + 920.0, + 292.0, + 920.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 912.0, + 1404.0, + 912.0, + 1404.0, + 947.0, + 295.0, + 947.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 943.0, + 1406.0, + 943.0, + 1406.0, + 978.0, + 295.0, + 978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 971.0, + 1408.0, + 971.0, + 1408.0, + 1012.0, + 291.0, + 1012.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1001.0, + 1409.0, + 1001.0, + 1409.0, + 1042.0, + 291.0, + 1042.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1034.0, + 1406.0, + 1034.0, + 1406.0, + 1069.0, + 294.0, + 1069.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1066.0, + 1407.0, + 1066.0, + 1407.0, + 1101.0, + 295.0, + 1101.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1090.0, + 1409.0, + 1090.0, + 1409.0, + 1134.0, + 294.0, + 1134.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1127.0, + 766.0, + 1127.0, + 766.0, + 1162.0, + 295.0, + 1162.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 943.0, + 1127.0, + 1053.0, + 1127.0, + 1053.0, + 1162.0, + 943.0, + 1162.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1122.0, + 1127.0, + 1409.0, + 1127.0, + 1409.0, + 1162.0, + 1122.0, + 1162.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1154.0, + 1370.0, + 1154.0, + 1370.0, + 1192.0, + 294.0, + 1192.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1403.0, + 1154.0, + 1406.0, + 1154.0, + 1406.0, + 1192.0, + 1403.0, + 1192.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1187.0, + 1407.0, + 1187.0, + 1407.0, + 1222.0, + 294.0, + 1222.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1218.0, + 1406.0, + 1218.0, + 1406.0, + 1253.0, + 295.0, + 1253.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1248.0, + 1406.0, + 1248.0, + 1406.0, + 1281.0, + 294.0, + 1281.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1279.0, + 1406.0, + 1279.0, + 1406.0, + 1314.0, + 294.0, + 1314.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1309.0, + 807.0, + 1309.0, + 807.0, + 1343.0, + 294.0, + 1343.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1352.0, + 1407.0, + 1352.0, + 1407.0, + 1391.0, + 294.0, + 1391.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1386.0, + 1408.0, + 1386.0, + 1408.0, + 1421.0, + 295.0, + 1421.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1415.0, + 1406.0, + 1415.0, + 1406.0, + 1452.0, + 294.0, + 1452.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1448.0, + 703.0, + 1448.0, + 703.0, + 1483.0, + 295.0, + 1483.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 722.0, + 1448.0, + 1406.0, + 1448.0, + 1406.0, + 1483.0, + 722.0, + 1483.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 285.0, + 1473.0, + 441.0, + 1473.0, + 441.0, + 1535.0, + 285.0, + 1535.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 610.0, + 1473.0, + 721.0, + 1473.0, + 721.0, + 1535.0, + 610.0, + 1535.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 790.0, + 1473.0, + 1417.0, + 1473.0, + 1417.0, + 1535.0, + 790.0, + 1535.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1527.0, + 1404.0, + 1527.0, + 1404.0, + 1562.0, + 296.0, + 1562.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1558.0, + 1406.0, + 1558.0, + 1406.0, + 1591.0, + 294.0, + 1591.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1585.0, + 1406.0, + 1585.0, + 1406.0, + 1625.0, + 294.0, + 1625.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1621.0, + 445.0, + 1621.0, + 445.0, + 1649.0, + 296.0, + 1649.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 231.0, + 1405.0, + 231.0, + 1405.0, + 265.0, + 294.0, + 265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 260.0, + 1404.0, + 260.0, + 1404.0, + 298.0, + 293.0, + 298.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 290.0, + 1406.0, + 290.0, + 1406.0, + 327.0, + 293.0, + 327.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 323.0, + 1404.0, + 323.0, + 1404.0, + 354.0, + 296.0, + 354.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 353.0, + 1401.0, + 353.0, + 1401.0, + 384.0, + 296.0, + 384.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 383.0, + 1405.0, + 383.0, + 1405.0, + 417.0, + 294.0, + 417.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 415.0, + 983.0, + 415.0, + 983.0, + 449.0, + 294.0, + 449.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1887.0, + 1408.0, + 1887.0, + 1408.0, + 1926.0, + 294.0, + 1926.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1921.0, + 1048.0, + 1921.0, + 1048.0, + 1960.0, + 292.0, + 1960.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1078.0, + 1921.0, + 1333.0, + 1921.0, + 1333.0, + 1960.0, + 1078.0, + 1960.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1954.0, + 298.0, + 1954.0, + 298.0, + 2005.0, + 293.0, + 2005.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 617.0, + 1954.0, + 898.0, + 1954.0, + 898.0, + 2005.0, + 617.0, + 2005.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1336.0, + 1954.0, + 1408.0, + 1954.0, + 1408.0, + 2005.0, + 1336.0, + 2005.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1995.0, + 526.0, + 1995.0, + 526.0, + 2041.0, + 293.0, + 2041.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 661.0, + 1995.0, + 1282.0, + 1995.0, + 1282.0, + 2041.0, + 661.0, + 2041.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1348.0, + 1995.0, + 1405.0, + 1995.0, + 1405.0, + 2041.0, + 1348.0, + 2041.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 710.0, + 752.0, + 710.0, + 752.0, + 743.0, + 294.0, + 743.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 710.0, + 1180.0, + 710.0, + 1180.0, + 743.0, + 831.0, + 743.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1276.0, + 710.0, + 1404.0, + 710.0, + 1404.0, + 743.0, + 1276.0, + 743.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 741.0, + 1406.0, + 741.0, + 1406.0, + 774.0, + 296.0, + 774.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 771.0, + 372.0, + 771.0, + 372.0, + 811.0, + 293.0, + 811.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 560.0, + 771.0, + 1405.0, + 771.0, + 1405.0, + 811.0, + 560.0, + 811.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 807.0, + 866.0, + 807.0, + 866.0, + 839.0, + 294.0, + 839.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 567.0, + 755.0, + 567.0, + 755.0, + 604.0, + 294.0, + 604.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 834.0, + 567.0, + 1037.0, + 567.0, + 1037.0, + 604.0, + 834.0, + 604.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1135.0, + 567.0, + 1405.0, + 567.0, + 1405.0, + 604.0, + 1135.0, + 604.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 597.0, + 1408.0, + 597.0, + 1408.0, + 632.0, + 293.0, + 632.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 629.0, + 733.0, + 629.0, + 733.0, + 670.0, + 293.0, + 670.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 834.0, + 629.0, + 1409.0, + 629.0, + 1409.0, + 670.0, + 834.0, + 670.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 662.0, + 297.0, + 662.0, + 297.0, + 700.0, + 293.0, + 700.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 516.0, + 662.0, + 1160.0, + 662.0, + 1160.0, + 700.0, + 516.0, + 700.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1662.0, + 1405.0, + 1662.0, + 1405.0, + 1702.0, + 294.0, + 1702.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1692.0, + 1410.0, + 1692.0, + 1410.0, + 1734.0, + 294.0, + 1734.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1728.0, + 799.0, + 1728.0, + 799.0, + 1759.0, + 296.0, + 1759.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 458.0, + 1406.0, + 458.0, + 1406.0, + 499.0, + 293.0, + 499.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 488.0, + 650.0, + 488.0, + 650.0, + 528.0, + 293.0, + 528.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 681.0, + 488.0, + 1408.0, + 488.0, + 1408.0, + 528.0, + 681.0, + 528.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 520.0, + 456.0, + 520.0, + 456.0, + 561.0, + 293.0, + 561.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 474.0, + 520.0, + 742.0, + 520.0, + 742.0, + 561.0, + 474.0, + 561.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 815.0, + 520.0, + 1183.0, + 520.0, + 1183.0, + 561.0, + 815.0, + 561.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 2, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 296, + 1502, + 1406, + 1502, + 1406, + 1720, + 296, + 1720 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 297, + 1272, + 1406, + 1272, + 1406, + 1490, + 297, + 1490 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 297, + 882, + 1404, + 882, + 1404, + 1028, + 297, + 1028 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 297, + 700, + 1404, + 700, + 1404, + 855, + 297, + 855 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 297, + 223, + 1405, + 223, + 1405, + 324, + 297, + 324 + ], + "score": 0.973 + }, + { + "category_id": 1, + "poly": [ + 297, + 433, + 1404, + 433, + 1404, + 528, + 297, + 528 + ], + "score": 0.971 + }, + { + "category_id": 8, + "poly": [ + 585, + 622, + 1111, + 622, + 1111, + 685, + 585, + 685 + ], + "score": 0.955 + }, + { + "category_id": 8, + "poly": [ + 576, + 342, + 1123, + 342, + 1123, + 417, + 576, + 417 + ], + "score": 0.95 + }, + { + "category_id": 8, + "poly": [ + 534, + 1042, + 1162, + 1042, + 1162, + 1102, + 534, + 1102 + ], + "score": 0.945 + }, + { + "category_id": 1, + "poly": [ + 296, + 1752, + 1404, + 1752, + 1404, + 1816, + 296, + 1816 + ], + "score": 0.945 + }, + { + "category_id": 8, + "poly": [ + 738, + 523, + 960, + 523, + 960, + 564, + 738, + 564 + ], + "score": 0.943 + }, + { + "category_id": 1, + "poly": [ + 296, + 1119, + 999, + 1119, + 999, + 1164, + 296, + 1164 + ], + "score": 0.933 + }, + { + "category_id": 8, + "poly": [ + 601, + 1881, + 1093, + 1881, + 1093, + 1923, + 601, + 1923 + ], + "score": 0.931 + }, + { + "category_id": 1, + "poly": [ + 295, + 572, + 951, + 572, + 951, + 606, + 295, + 606 + ], + "score": 0.925 + }, + { + "category_id": 2, + "poly": [ + 297, + 74, + 858, + 74, + 858, + 106, + 297, + 106 + ], + "score": 0.925 + }, + { + "category_id": 0, + "poly": [ + 299, + 1203, + 1156, + 1203, + 1156, + 1241, + 299, + 1241 + ], + "score": 0.916 + }, + { + "category_id": 1, + "poly": [ + 287, + 1826, + 1294, + 1826, + 1294, + 1867, + 287, + 1867 + ], + "score": 0.915 + }, + { + "category_id": 9, + "poly": [ + 1345, + 638, + 1400, + 638, + 1400, + 670, + 1345, + 670 + ], + "score": 0.907 + }, + { + "category_id": 9, + "poly": [ + 1344, + 1057, + 1400, + 1057, + 1400, + 1088, + 1344, + 1088 + ], + "score": 0.9 + }, + { + "category_id": 1, + "poly": [ + 297, + 1936, + 1160, + 1936, + 1160, + 1973, + 297, + 1973 + ], + "score": 0.9 + }, + { + "category_id": 9, + "poly": [ + 1345, + 531, + 1400, + 531, + 1400, + 561, + 1345, + 561 + ], + "score": 0.899 + }, + { + "category_id": 9, + "poly": [ + 1344, + 362, + 1400, + 362, + 1400, + 393, + 1344, + 393 + ], + "score": 0.898 + }, + { + "category_id": 9, + "poly": [ + 1343, + 1887, + 1400, + 1887, + 1400, + 1919, + 1343, + 1919 + ], + "score": 0.896 + }, + { + "category_id": 2, + "poly": [ + 840, + 2088, + 858, + 2088, + 858, + 2112, + 840, + 2112 + ], + "score": 0.801 + }, + { + "category_id": 2, + "poly": [ + 313, + 1991, + 1396, + 1991, + 1396, + 2044, + 313, + 2044 + ], + "score": 0.272 + }, + { + "category_id": 8, + "poly": [ + 313, + 1991, + 1396, + 1991, + 1396, + 2044, + 313, + 2044 + ], + "score": 0.254 + }, + { + "category_id": 13, + "poly": [ + 548, + 1824, + 737, + 1824, + 737, + 1867, + 548, + 1867 + ], + "score": 0.93, + "latex": "\\mathbf { A } \\in \\{ \\rho , 1 \\} ^ { d _ { 1 } \\times N }" + }, + { + "category_id": 14, + "poly": [ + 586, + 619, + 1111, + 619, + 1111, + 686, + 586, + 686 + ], + "score": 0.93, + "latex": "\\operatorname { M S E } \\triangleq \\frac { 1 } { N } \\left. \\mathbf { e } \\right. ^ { 2 } \\mathrm { w i t h } \\mathbf { e } \\triangleq \\mathbf { y } - f \\left( \\mathbf { W } \\mathbf { X } \\right) ^ { \\top } \\mathbf { z } ," + }, + { + "category_id": 14, + "poly": [ + 575, + 340, + 1119, + 340, + 1119, + 417, + 575, + 417 + ], + "score": 0.93, + "latex": "\\begin{array} { r } { f \\left( u \\right) \\triangleq u a \\left( u \\right) \\mathrm { ~ w i t h ~ } a \\left( u \\right) \\triangleq \\left\\{ \\begin{array} { l l } { 1 } & { \\mathrm { , ~ i f ~ } , u > 0 } \\\\ { \\rho } & { \\mathrm { , ~ i f ~ } u < 0 } \\end{array} \\right. , } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 683, + 890, + 826, + 890, + 826, + 924, + 683, + 924 + ], + "score": 0.92, + "latex": "g \\left( x \\right) \\dot { < } h \\left( x \\right)" + }, + { + "category_id": 13, + "poly": [ + 895, + 987, + 1259, + 987, + 1259, + 1028, + 895, + 1028 + ], + "score": 0.92, + "latex": "\\mathbf { X } = \\left[ \\mathbf { x } ^ { ( 1 ) } , \\ldots , \\mathbf { x } ^ { ( N ) } \\right] \\in \\mathbb { R } ^ { d _ { 0 } \\times N }" + }, + { + "category_id": 13, + "poly": [ + 375, + 224, + 754, + 224, + 754, + 265, + 375, + 265 + ], + "score": 0.92, + "latex": "\\mathbf { W } = \\left[ \\mathbf { w } _ { 1 } , \\ldots , \\mathbf { w } _ { d _ { 1 } } \\right] ^ { \\top } \\in \\mathbb { R } ^ { d _ { 1 } \\times d _ { 0 } }" + }, + { + "category_id": 14, + "poly": [ + 736, + 520, + 964, + 520, + 964, + 565, + 736, + 565 + ], + "score": 0.92, + "latex": "{ f } \\left( { { \\mathbf { W } } { \\mathbf { X } } } \\right) ^ { \\top } { \\mathbf { z } } \\in \\mathbb { R } ^ { N } ." + }, + { + "category_id": 13, + "poly": [ + 574, + 465, + 823, + 465, + 823, + 504, + 574, + 504 + ], + "score": 0.92, + "latex": "\\left( f \\left( \\mathbf { M } \\right) \\right) _ { i j } = f \\left( M _ { i j } \\right) )" + }, + { + "category_id": 13, + "poly": [ + 687, + 1937, + 848, + 1937, + 848, + 1972, + 687, + 1972 + ], + "score": 0.92, + "latex": "\\mathbf { W } \\in { \\mathcal { D } } _ { \\mathbf { A } } \\left( \\mathbf { X } \\right)" + }, + { + "category_id": 13, + "poly": [ + 371, + 1115, + 713, + 1115, + 713, + 1164, + 371, + 1164 + ], + "score": 0.92, + "latex": "\\pmb { a } \\otimes \\mathbf { x } = \\left[ a _ { 1 } \\mathbf { x } ^ { \\top } , \\ldots , a _ { d _ { 1 } } \\mathbf { x } ^ { \\top } \\right] ^ { \\top }" + }, + { + "category_id": 13, + "poly": [ + 978, + 883, + 1216, + 883, + 1216, + 930, + 978, + 930 + ], + "score": 0.91, + "latex": "\\begin{array} { r } { \\operatorname* { l i m } _ { x \\infty } \\frac { \\log g ( x ) } { \\log h ( x ) } < 1 } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 810, + 228, + 910, + 228, + 910, + 259, + 810, + 259 + ], + "score": 0.91, + "latex": "\\mathbf { z } \\in \\mathbb { R } ^ { d _ { 1 } }" + }, + { + "category_id": 13, + "poly": [ + 722, + 793, + 851, + 793, + 851, + 824, + 722, + 824 + ], + "score": 0.91, + "latex": "\\mathbf { W } , \\mathbf { z } , \\mathbf { X } , \\mathbf { y }" + }, + { + "category_id": 13, + "poly": [ + 480, + 989, + 845, + 989, + 845, + 1028, + 480, + 1028 + ], + "score": 0.91, + "latex": "\\mathbf { A } = \\left[ \\pmb { a } ^ { ( 1 ) } , \\ldots , \\pmb { a } ^ { ( N ) } \\right] \\in \\mathbb { R } ^ { d _ { 1 } \\times N }" + }, + { + "category_id": 13, + "poly": [ + 402, + 435, + 470, + 435, + 470, + 467, + 402, + 467 + ], + "score": 0.91, + "latex": "\\rho \\neq 1" + }, + { + "category_id": 13, + "poly": [ + 879, + 261, + 933, + 261, + 933, + 295, + 879, + 295 + ], + "score": 0.9, + "latex": "f \\left( \\cdot \\right)" + }, + { + "category_id": 13, + "poly": [ + 1056, + 734, + 1146, + 734, + 1146, + 763, + 1056, + 763 + ], + "score": 0.9, + "latex": "y = 0 . 5" + }, + { + "category_id": 14, + "poly": [ + 601, + 1881, + 1097, + 1881, + 1097, + 1923, + 601, + 1923 + ], + "score": 0.9, + "latex": "\\mathcal { D } _ { \\mathbf { A } } \\left( \\mathbf { X } \\right) \\triangleq \\left\\{ \\mathbf { W } | a \\left( \\mathbf { W } \\mathbf { X } \\right) = \\mathbf { A } \\right\\} \\subset \\mathbb { R } ^ { d _ { 1 } \\times d _ { 0 } } ." + }, + { + "category_id": 14, + "poly": [ + 534, + 1042, + 1161, + 1042, + 1161, + 1102, + 534, + 1102 + ], + "score": 0.9, + "latex": "\\mathbf { A } \\circ \\mathbf { X } \\triangleq \\left[ \\pmb { a } ^ { ( 1 ) } \\otimes \\mathbf { x } ^ { ( 1 ) } , \\ldots , \\pmb { a } ^ { ( N ) } \\otimes \\mathbf { x } ^ { ( N ) } \\right] \\in \\mathbb { R } ^ { d _ { 0 } d _ { 1 } \\times N } ," + }, + { + "category_id": 13, + "poly": [ + 1043, + 1938, + 1148, + 1938, + 1148, + 1972, + 1043, + 1972 + ], + "score": 0.89, + "latex": "\\mathbf { \\mathcal { D } _ { A } } \\left( \\mathbf { X } \\right) ^ { \\prime }" + }, + { + "category_id": 13, + "poly": [ + 358, + 1782, + 418, + 1782, + 418, + 1812, + 358, + 1812 + ], + "score": 0.89, + "latex": "2 ^ { d _ { 1 } N }" + }, + { + "category_id": 13, + "poly": [ + 371, + 701, + 409, + 701, + 409, + 735, + 371, + 735 + ], + "score": 0.88, + "latex": "\\lVert \\cdot \\rVert" + }, + { + "category_id": 13, + "poly": [ + 479, + 1938, + 560, + 1938, + 560, + 1972, + 479, + 1972 + ], + "score": 0.87, + "latex": "( \\mathbf { W } , \\mathbf { z } )" + }, + { + "category_id": 13, + "poly": [ + 1035, + 436, + 1055, + 436, + 1055, + 466, + 1035, + 466 + ], + "score": 0.86, + "latex": "f" + }, + { + "category_id": 13, + "poly": [ + 514, + 926, + 632, + 926, + 632, + 955, + 514, + 955 + ], + "score": 0.84, + "latex": "\\mathbf { \\hat { M } } \\sim \\mathbf { \\mathcal { N } } ^ { \\prime \\prime }" + }, + { + "category_id": 13, + "poly": [ + 605, + 761, + 678, + 761, + 678, + 791, + 605, + 791 + ], + "score": 0.82, + "latex": "\\mathbf { M C E } ^ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 905, + 798, + 923, + 798, + 923, + 825, + 905, + 825 + ], + "score": 0.8, + "latex": "\\rho" + }, + { + "category_id": 13, + "poly": [ + 514, + 957, + 830, + 957, + 830, + 989, + 514, + 989 + ], + "score": 0.77, + "latex": "( i . e . , \\forall i , j \\colon M _ { i j } \\sim N ( 0 , 1 ) ) ." + }, + { + "category_id": 13, + "poly": [ + 1105, + 441, + 1123, + 441, + 1123, + 462, + 1105, + 462 + ], + "score": 0.75, + "latex": "a" + }, + { + "category_id": 13, + "poly": [ + 341, + 928, + 370, + 928, + 370, + 955, + 341, + 955 + ], + "score": 0.73, + "latex": "\\doteq" + }, + { + "category_id": 13, + "poly": [ + 1376, + 888, + 1404, + 888, + 1404, + 923, + 1376, + 923 + ], + "score": 0.67, + "latex": "\\dot { \\leq }" + }, + { + "category_id": 13, + "poly": [ + 700, + 927, + 734, + 927, + 734, + 954, + 700, + 954 + ], + "score": 0.65, + "latex": "\\mathbf { M }" + }, + { + "category_id": 13, + "poly": [ + 1277, + 1755, + 1312, + 1755, + 1312, + 1783, + 1277, + 1783 + ], + "score": 0.63, + "latex": "\\mathbf { W }" + }, + { + "category_id": 13, + "poly": [ + 939, + 769, + 957, + 769, + 957, + 790, + 939, + 790 + ], + "score": 0.4, + "latex": "\\mathbf { e }" + }, + { + "category_id": 14, + "poly": [ + 350, + 1989, + 1397, + 1989, + 1397, + 2045, + 350, + 2045 + ], + "score": 0.35, + "latex": "\\begin{array} { r } { \\Xi \\mathrm { o r m a l l y ~ ( t h i s ~ e x p r e s s i o n ~ i s ~ n o t ~ n e e d e d ~ l a t e r ) } \\colon \\mathrm { M C E } \\triangleq \\frac { 1 } { 2 N } \\sum _ { n = 1 } ^ { N } \\left[ 1 + \\left( 1 - 2 y ^ { ( n ) } \\right) \\mathrm { s i g n } \\left( e ^ { ( n ) } - \\frac { 1 } { 2 } \\right) \\right] . } \\end{array}" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 859.0, + 72.0, + 859.0, + 109.0, + 297.0, + 109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1201.0, + 1159.0, + 1201.0, + 1159.0, + 1245.0, + 292.0, + 1245.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 837.0, + 2085.0, + 862.0, + 2085.0, + 862.0, + 2118.0, + 837.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1975.0, + 349.0, + 1975.0, + 349.0, + 2052.0, + 321.0, + 2052.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1503.0, + 1407.0, + 1503.0, + 1407.0, + 1539.0, + 293.0, + 1539.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1535.0, + 1404.0, + 1535.0, + 1404.0, + 1569.0, + 294.0, + 1569.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1564.0, + 1406.0, + 1564.0, + 1406.0, + 1601.0, + 291.0, + 1601.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1599.0, + 1404.0, + 1599.0, + 1404.0, + 1630.0, + 295.0, + 1630.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1627.0, + 1406.0, + 1627.0, + 1406.0, + 1662.0, + 294.0, + 1662.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1658.0, + 1403.0, + 1658.0, + 1403.0, + 1689.0, + 295.0, + 1689.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1690.0, + 454.0, + 1690.0, + 454.0, + 1719.0, + 295.0, + 1719.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1272.0, + 1407.0, + 1272.0, + 1407.0, + 1311.0, + 292.0, + 1311.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1304.0, + 1406.0, + 1304.0, + 1406.0, + 1342.0, + 294.0, + 1342.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1334.0, + 1406.0, + 1334.0, + 1406.0, + 1374.0, + 292.0, + 1374.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1366.0, + 1404.0, + 1366.0, + 1404.0, + 1401.0, + 295.0, + 1401.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1393.0, + 1408.0, + 1393.0, + 1408.0, + 1433.0, + 292.0, + 1433.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1428.0, + 1406.0, + 1428.0, + 1406.0, + 1463.0, + 295.0, + 1463.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1459.0, + 1365.0, + 1459.0, + 1365.0, + 1490.0, + 296.0, + 1490.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1217.0, + 879.0, + 1375.0, + 879.0, + 1375.0, + 925.0, + 1217.0, + 925.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 923.0, + 340.0, + 923.0, + 340.0, + 961.0, + 294.0, + 961.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 371.0, + 923.0, + 513.0, + 923.0, + 513.0, + 961.0, + 371.0, + 961.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 633.0, + 923.0, + 699.0, + 923.0, + 699.0, + 961.0, + 633.0, + 961.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 735.0, + 923.0, + 1405.0, + 923.0, + 1405.0, + 961.0, + 735.0, + 961.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 956.0, + 513.0, + 956.0, + 513.0, + 992.0, + 295.0, + 992.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 956.0, + 1406.0, + 956.0, + 1406.0, + 992.0, + 831.0, + 992.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 982.0, + 479.0, + 982.0, + 479.0, + 1032.0, + 291.0, + 1032.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 846.0, + 982.0, + 894.0, + 982.0, + 894.0, + 1032.0, + 846.0, + 1032.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1260.0, + 982.0, + 1407.0, + 982.0, + 1407.0, + 1032.0, + 1260.0, + 1032.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 880.0, + 1169.0, + 880.0, + 1169.0, + 934.0, + 290.0, + 934.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 702.0, + 370.0, + 702.0, + 370.0, + 735.0, + 296.0, + 735.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 410.0, + 702.0, + 1405.0, + 702.0, + 1405.0, + 735.0, + 410.0, + 735.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 732.0, + 1055.0, + 732.0, + 1055.0, + 766.0, + 295.0, + 766.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1147.0, + 732.0, + 1404.0, + 732.0, + 1404.0, + 766.0, + 1147.0, + 766.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 756.0, + 604.0, + 756.0, + 604.0, + 797.0, + 291.0, + 797.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 679.0, + 756.0, + 938.0, + 756.0, + 938.0, + 797.0, + 679.0, + 797.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 958.0, + 756.0, + 1406.0, + 756.0, + 1406.0, + 797.0, + 958.0, + 797.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 789.0, + 721.0, + 789.0, + 721.0, + 831.0, + 292.0, + 831.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 852.0, + 789.0, + 904.0, + 789.0, + 904.0, + 831.0, + 852.0, + 831.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 924.0, + 789.0, + 1407.0, + 789.0, + 1407.0, + 831.0, + 924.0, + 831.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 824.0, + 615.0, + 824.0, + 615.0, + 857.0, + 295.0, + 857.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 221.0, + 374.0, + 221.0, + 374.0, + 268.0, + 291.0, + 268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 755.0, + 221.0, + 809.0, + 221.0, + 809.0, + 268.0, + 755.0, + 268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 911.0, + 221.0, + 1408.0, + 221.0, + 1408.0, + 268.0, + 911.0, + 268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 261.0, + 878.0, + 261.0, + 878.0, + 296.0, + 294.0, + 296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 934.0, + 261.0, + 1406.0, + 261.0, + 1406.0, + 296.0, + 934.0, + 296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 290.0, + 623.0, + 290.0, + 623.0, + 325.0, + 295.0, + 325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 431.0, + 401.0, + 431.0, + 401.0, + 470.0, + 292.0, + 470.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 471.0, + 431.0, + 1034.0, + 431.0, + 1034.0, + 470.0, + 471.0, + 470.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1056.0, + 431.0, + 1104.0, + 431.0, + 1104.0, + 470.0, + 1056.0, + 470.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1124.0, + 431.0, + 1405.0, + 431.0, + 1405.0, + 470.0, + 1124.0, + 470.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 463.0, + 573.0, + 463.0, + 573.0, + 505.0, + 291.0, + 505.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 824.0, + 463.0, + 1409.0, + 463.0, + 1409.0, + 505.0, + 824.0, + 505.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 495.0, + 494.0, + 495.0, + 494.0, + 533.0, + 293.0, + 533.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1752.0, + 1276.0, + 1752.0, + 1276.0, + 1788.0, + 295.0, + 1788.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1313.0, + 1752.0, + 1406.0, + 1752.0, + 1406.0, + 1788.0, + 1313.0, + 1788.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1778.0, + 357.0, + 1778.0, + 357.0, + 1821.0, + 293.0, + 1821.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 419.0, + 1778.0, + 890.0, + 1778.0, + 890.0, + 1821.0, + 419.0, + 1821.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 285.0, + 1111.0, + 370.0, + 1111.0, + 370.0, + 1169.0, + 285.0, + 1169.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 714.0, + 1111.0, + 1012.0, + 1111.0, + 1012.0, + 1169.0, + 714.0, + 1169.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 568.0, + 949.0, + 568.0, + 949.0, + 612.0, + 293.0, + 612.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 287.0, + 1812.0, + 547.0, + 1812.0, + 547.0, + 1877.0, + 287.0, + 1877.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 738.0, + 1812.0, + 1301.0, + 1812.0, + 1301.0, + 1877.0, + 738.0, + 1877.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1933.0, + 478.0, + 1933.0, + 478.0, + 1978.0, + 291.0, + 1978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 561.0, + 1933.0, + 686.0, + 1933.0, + 686.0, + 1978.0, + 561.0, + 1978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 849.0, + 1933.0, + 1042.0, + 1933.0, + 1042.0, + 1978.0, + 849.0, + 1978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1149.0, + 1933.0, + 1162.0, + 1933.0, + 1162.0, + 1978.0, + 1149.0, + 1978.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 3, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 296, + 480, + 1406, + 480, + 1406, + 668, + 296, + 668 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 297, + 700, + 1405, + 700, + 1405, + 858, + 297, + 858 + ], + "score": 0.975 + }, + { + "category_id": 1, + "poly": [ + 297, + 227, + 1405, + 227, + 1405, + 353, + 297, + 353 + ], + "score": 0.974 + }, + { + "category_id": 1, + "poly": [ + 298, + 1067, + 1404, + 1067, + 1404, + 1163, + 298, + 1163 + ], + "score": 0.974 + }, + { + "category_id": 1, + "poly": [ + 297, + 1779, + 1406, + 1779, + 1406, + 1874, + 297, + 1874 + ], + "score": 0.973 + }, + { + "category_id": 1, + "poly": [ + 298, + 1368, + 1405, + 1368, + 1405, + 1462, + 298, + 1462 + ], + "score": 0.972 + }, + { + "category_id": 1, + "poly": [ + 299, + 1169, + 1405, + 1169, + 1405, + 1264, + 299, + 1264 + ], + "score": 0.969 + }, + { + "category_id": 8, + "poly": [ + 593, + 1891, + 1102, + 1891, + 1102, + 1953, + 593, + 1953 + ], + "score": 0.95 + }, + { + "category_id": 8, + "poly": [ + 557, + 1649, + 1137, + 1649, + 1137, + 1706, + 557, + 1706 + ], + "score": 0.947 + }, + { + "category_id": 1, + "poly": [ + 295, + 1271, + 1401, + 1271, + 1401, + 1343, + 295, + 1343 + ], + "score": 0.945 + }, + { + "category_id": 1, + "poly": [ + 294, + 1494, + 1402, + 1494, + 1402, + 1560, + 294, + 1560 + ], + "score": 0.943 + }, + { + "category_id": 1, + "poly": [ + 297, + 1568, + 1402, + 1568, + 1402, + 1633, + 297, + 1633 + ], + "score": 0.942 + }, + { + "category_id": 8, + "poly": [ + 687, + 917, + 1010, + 917, + 1010, + 957, + 687, + 957 + ], + "score": 0.937 + }, + { + "category_id": 8, + "poly": [ + 760, + 412, + 941, + 412, + 941, + 449, + 760, + 449 + ], + "score": 0.934 + }, + { + "category_id": 1, + "poly": [ + 296, + 1736, + 1042, + 1736, + 1042, + 1771, + 296, + 1771 + ], + "score": 0.928 + }, + { + "category_id": 0, + "poly": [ + 300, + 998, + 573, + 998, + 573, + 1033, + 300, + 1033 + ], + "score": 0.927 + }, + { + "category_id": 2, + "poly": [ + 297, + 74, + 857, + 74, + 857, + 105, + 297, + 105 + ], + "score": 0.922 + }, + { + "category_id": 1, + "poly": [ + 297, + 863, + 1100, + 863, + 1100, + 899, + 297, + 899 + ], + "score": 0.92 + }, + { + "category_id": 1, + "poly": [ + 295, + 362, + 1248, + 362, + 1248, + 397, + 295, + 397 + ], + "score": 0.916 + }, + { + "category_id": 9, + "poly": [ + 1344, + 415, + 1400, + 415, + 1400, + 446, + 1344, + 446 + ], + "score": 0.909 + }, + { + "category_id": 9, + "poly": [ + 1344, + 921, + 1400, + 921, + 1400, + 952, + 1344, + 952 + ], + "score": 0.906 + }, + { + "category_id": 2, + "poly": [ + 840, + 2087, + 859, + 2087, + 859, + 2112, + 840, + 2112 + ], + "score": 0.768 + }, + { + "category_id": 1, + "poly": [ + 300, + 1960, + 1399, + 1960, + 1399, + 2044, + 300, + 2044 + ], + "score": 0.564 + }, + { + "category_id": 2, + "poly": [ + 300, + 1960, + 1399, + 1960, + 1399, + 2044, + 300, + 2044 + ], + "score": 0.112 + }, + { + "category_id": 14, + "poly": [ + 594, + 1888, + 1102, + 1888, + 1102, + 1953, + 594, + 1953 + ], + "score": 0.92, + "latex": "{ \\mathcal { V } } \\left( { \\mathcal { L } } _ { \\epsilon } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) \\dot { \\leq } \\frac { 1 } { \\delta } \\exp \\left( - \\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\right)" + }, + { + "category_id": 13, + "poly": [ + 624, + 863, + 769, + 863, + 769, + 895, + 624, + 895 + ], + "score": 0.92, + "latex": "\\mathcal { R } \\subset \\mathbb { R } ^ { d _ { 1 } \\times d _ { 0 } }" + }, + { + "category_id": 13, + "poly": [ + 939, + 543, + 1100, + 543, + 1100, + 577, + 939, + 577 + ], + "score": 0.91, + "latex": "( \\mathbf { A } \\circ \\mathbf { X } ) = N" + }, + { + "category_id": 14, + "poly": [ + 758, + 412, + 944, + 412, + 944, + 450, + 758, + 450 + ], + "score": 0.91, + "latex": "\\left( \\mathbf { A } \\circ \\mathbf { X } \\right) \\mathbf { e } = 0 ." + }, + { + "category_id": 13, + "poly": [ + 619, + 1201, + 764, + 1201, + 764, + 1232, + 619, + 1232 + ], + "score": 0.91, + "latex": "\\mathcal { G } \\subset \\mathbb { R } ^ { d _ { 1 } \\times d _ { 0 } }" + }, + { + "category_id": 13, + "poly": [ + 425, + 1306, + 585, + 1306, + 585, + 1343, + 425, + 1343 + ], + "score": 0.91, + "latex": "\\gamma _ { \\epsilon } \\triangleq 0 . 2 3 \\epsilon ^ { 3 / 4 }" + }, + { + "category_id": 13, + "poly": [ + 1087, + 1964, + 1170, + 1964, + 1170, + 1995, + 1087, + 1995 + ], + "score": 0.91, + "latex": "{ \\mathcal { D } } _ { \\mathbf { A } } ( \\mathbf { X } )" + }, + { + "category_id": 14, + "poly": [ + 685, + 915, + 1015, + 915, + 1015, + 956, + 685, + 956 + ], + "score": 0.91, + "latex": "\\begin{array} { r } { \\mathcal { V } \\left( \\mathcal { R } \\right) \\triangleq \\mathbb { P } _ { \\mathbf { W } \\sim \\mathcal { N } } \\left( \\mathbf { W } \\in \\mathcal { R } \\right) . } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 581, + 1168, + 734, + 1168, + 734, + 1202, + 581, + 1202 + ], + "score": 0.9, + "latex": "\\mathcal { L } _ { \\epsilon } \\subset \\mathbb { R } ^ { d _ { 1 } \\times d _ { 0 } }" + }, + { + "category_id": 13, + "poly": [ + 974, + 1069, + 1188, + 1069, + 1188, + 1099, + 974, + 1099 + ], + "score": 0.9, + "latex": "\\mathrm { M C E } = \\mathrm { M S E } = 0" + }, + { + "category_id": 13, + "poly": [ + 298, + 1309, + 367, + 1309, + 367, + 1344, + 298, + 1344 + ], + "score": 0.9, + "latex": "\\{ 0 , 1 \\}" + }, + { + "category_id": 13, + "poly": [ + 725, + 1100, + 883, + 1100, + 883, + 1129, + 725, + 1129 + ], + "score": 0.9, + "latex": "\\mathrm { M C E } > \\epsilon > 0" + }, + { + "category_id": 13, + "poly": [ + 298, + 544, + 419, + 544, + 419, + 575, + 298, + 575 + ], + "score": 0.9, + "latex": "d _ { 0 } d _ { 1 } \\geq N" + }, + { + "category_id": 13, + "poly": [ + 790, + 1961, + 972, + 1961, + 972, + 1995, + 790, + 1995 + ], + "score": 0.9, + "latex": "\\mathbf { A } \\in \\{ \\rho , 1 \\} ^ { d _ { 1 } \\times N }" + }, + { + "category_id": 13, + "poly": [ + 614, + 1310, + 681, + 1310, + 681, + 1343, + 614, + 1343 + ], + "score": 0.9, + "latex": "\\rho = 0" + }, + { + "category_id": 13, + "poly": [ + 1044, + 1999, + 1395, + 1999, + 1395, + 2039, + 1044, + 2039 + ], + "score": 0.9, + "latex": "\\begin{array} { r } { \\mathcal { G } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\triangleq \\bigcup _ { \\mathbf { A } \\in \\pmb { A } ( \\mathbf { X } , \\mathbf { y } , 0 ) } \\mathcal { D } _ { \\mathbf { A } } ( \\mathbf { X } ) } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 767, + 545, + 840, + 545, + 840, + 572, + 767, + 572 + ], + "score": 0.9, + "latex": "\\mathbf { e } = 0" + }, + { + "category_id": 13, + "poly": [ + 297, + 731, + 382, + 731, + 382, + 760, + 297, + 760 + ], + "score": 0.9, + "latex": "\\mathbb { R } ^ { d _ { 1 } \\times d _ { 0 } }" + }, + { + "category_id": 13, + "poly": [ + 456, + 1994, + 1002, + 1994, + 1002, + 2044, + 456, + 2044 + ], + "score": 0.9, + "latex": "\\forall \\epsilon > 0 , \\mathcal { L } _ { \\epsilon } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\triangleq \\bigcup _ { \\epsilon ^ { \\prime } \\geq \\epsilon } \\left[ \\bigcup _ { \\mathbf { A } \\in A ( \\mathbf { X } , \\mathbf { y } , \\epsilon ^ { \\prime } ) } \\mathcal { D } _ { \\mathbf { A } } ( \\mathbf { X } ) \\right]" + }, + { + "category_id": 14, + "poly": [ + 557, + 1647, + 1140, + 1647, + 1140, + 1707, + 557, + 1707 + ], + "score": 0.9, + "latex": "\\begin{array} { r } { \\mathbb { E } _ { \\mathbf { X } \\sim \\mathcal { N } } \\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) \\dot { \\leq } \\exp \\left( - \\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\right) . } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 536, + 1966, + 654, + 1966, + 654, + 1995, + 536, + 1995 + ], + "score": 0.89, + "latex": "\\mathcal { A } \\left( \\mathbf { X } , \\mathbf { y } , \\epsilon \\right)" + }, + { + "category_id": 13, + "poly": [ + 819, + 1071, + 889, + 1071, + 889, + 1098, + 819, + 1098 + ], + "score": 0.89, + "latex": "{ \\bf e } = 0" + }, + { + "category_id": 13, + "poly": [ + 812, + 1781, + 880, + 1781, + 880, + 1810, + 812, + 1810 + ], + "score": 0.88, + "latex": "\\delta > 0" + }, + { + "category_id": 13, + "poly": [ + 601, + 365, + 696, + 365, + 696, + 398, + 601, + 398 + ], + "score": 0.88, + "latex": "\\mathcal { D } _ { \\mathbf { A } } \\left( \\mathbf { X } \\right)" + }, + { + "category_id": 13, + "poly": [ + 297, + 1401, + 330, + 1401, + 330, + 1430, + 297, + 1430 + ], + "score": 0.87, + "latex": "\\mathcal { L } _ { \\epsilon }" + }, + { + "category_id": 13, + "poly": [ + 511, + 825, + 611, + 825, + 611, + 853, + 511, + 853 + ], + "score": 0.87, + "latex": "\\mathbf { W } \\sim { \\mathcal { N } }" + }, + { + "category_id": 13, + "poly": [ + 444, + 1235, + 562, + 1235, + 562, + 1263, + 444, + 1263 + ], + "score": 0.87, + "latex": "\\mathrm { M C E } = 0" + }, + { + "category_id": 13, + "poly": [ + 1242, + 230, + 1403, + 230, + 1403, + 264, + 1242, + 264 + ], + "score": 0.86, + "latex": "\\mathbf { W } \\in { \\mathcal { D } } _ { \\mathbf { A } } \\left( \\mathbf { X } \\right)" + }, + { + "category_id": 13, + "poly": [ + 297, + 1601, + 464, + 1601, + 464, + 1631, + 297, + 1631 + ], + "score": 0.86, + "latex": "\\mathrm { M C E } > \\epsilon > 0" + }, + { + "category_id": 13, + "poly": [ + 438, + 1203, + 551, + 1203, + 551, + 1232, + 438, + 1232 + ], + "score": 0.86, + "latex": "\\mathrm { M C E } > \\epsilon" + }, + { + "category_id": 13, + "poly": [ + 358, + 575, + 518, + 575, + 518, + 607, + 358, + 607 + ], + "score": 0.86, + "latex": "( \\mathbf { A } \\circ \\mathbf { X } ) < N" + }, + { + "category_id": 13, + "poly": [ + 1045, + 867, + 1072, + 867, + 1072, + 894, + 1045, + 894 + ], + "score": 0.85, + "latex": "\\mathcal { R }" + }, + { + "category_id": 13, + "poly": [ + 1202, + 483, + 1345, + 483, + 1345, + 513, + 1202, + 513 + ], + "score": 0.85, + "latex": "\\boldsymbol { \\nabla } \\mathrm { M S E } = 0" + }, + { + "category_id": 13, + "poly": [ + 489, + 1811, + 557, + 1811, + 557, + 1841, + 489, + 1841 + ], + "score": 0.83, + "latex": "1 - \\delta" + }, + { + "category_id": 13, + "poly": [ + 733, + 1281, + 762, + 1281, + 762, + 1308, + 733, + 1308 + ], + "score": 0.83, + "latex": "\\gamma _ { \\epsilon }" + }, + { + "category_id": 13, + "poly": [ + 865, + 1401, + 886, + 1401, + 886, + 1429, + 865, + 1429 + ], + "score": 0.82, + "latex": "\\mathcal { G }" + }, + { + "category_id": 13, + "poly": [ + 296, + 2001, + 404, + 2001, + 404, + 2031, + 296, + 2031 + ], + "score": 0.82, + "latex": "\\mathrm { M C E } = \\epsilon" + }, + { + "category_id": 13, + "poly": [ + 1179, + 1812, + 1366, + 1812, + 1366, + 1840, + 1179, + 1840 + ], + "score": 0.82, + "latex": "\\mathrm { M C E } > \\epsilon > 0 ," + }, + { + "category_id": 13, + "poly": [ + 717, + 231, + 775, + 231, + 775, + 264, + 717, + 264 + ], + "score": 0.8, + "latex": "a \\left( 0 \\right)" + }, + { + "category_id": 13, + "poly": [ + 1348, + 1273, + 1406, + 1273, + 1406, + 1310, + 1348, + 1310 + ], + "score": 0.8, + "latex": "\\rho \\neq" + }, + { + "category_id": 13, + "poly": [ + 1028, + 824, + 1122, + 824, + 1122, + 858, + 1028, + 858 + ], + "score": 0.78, + "latex": "\\mathcal { D } _ { \\mathbf { A } } \\left( \\mathbf { X } \\right)" + }, + { + "category_id": 13, + "poly": [ + 596, + 1843, + 624, + 1843, + 624, + 1869, + 596, + 1869 + ], + "score": 0.77, + "latex": "N" + }, + { + "category_id": 13, + "poly": [ + 1015, + 702, + 1109, + 702, + 1109, + 735, + 1015, + 735 + ], + "score": 0.74, + "latex": "\\mathcal { D } _ { \\mathbf { A } } \\left( \\mathbf { X } \\right)" + }, + { + "category_id": 13, + "poly": [ + 1257, + 1783, + 1284, + 1783, + 1284, + 1809, + 1257, + 1809 + ], + "score": 0.74, + "latex": "N" + }, + { + "category_id": 13, + "poly": [ + 799, + 1602, + 826, + 1602, + 826, + 1628, + 799, + 1628 + ], + "score": 0.73, + "latex": "N" + }, + { + "category_id": 13, + "poly": [ + 402, + 231, + 446, + 231, + 446, + 262, + 402, + 262 + ], + "score": 0.67, + "latex": "\\mathcal { D } _ { \\mathbf { A } }" + }, + { + "category_id": 13, + "poly": [ + 802, + 1268, + 1316, + 1268, + 1316, + 1310, + 802, + 1310 + ], + "score": 0.58, + "latex": "\\begin{array} { r } { \\gamma _ { \\epsilon } \\triangleq 0 . 2 3 \\operatorname* { m a x } \\left[ \\operatorname* { l i m } _ { N \\to \\infty } \\left( d _ { 0 } \\left( N \\right) / N \\right) , \\epsilon \\right] ^ { 3 / 4 } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 402, + 230, + 496, + 230, + 496, + 263, + 402, + 263 + ], + "score": 0.51, + "latex": "\\mathcal { D } _ { \\mathbf { A } } \\left( \\mathbf { X } \\right)" + }, + { + "category_id": 13, + "poly": [ + 1002, + 519, + 1021, + 519, + 1021, + 541, + 1002, + 541 + ], + "score": 0.39, + "latex": "\\mathbf { e }" + }, + { + "category_id": 13, + "poly": [ + 674, + 1783, + 689, + 1783, + 689, + 1808, + 674, + 1808 + ], + "score": 0.35, + "latex": "I" + }, + { + "category_id": 13, + "poly": [ + 454, + 231, + 496, + 231, + 496, + 263, + 454, + 263 + ], + "score": 0.28, + "latex": "( \\mathbf { X } )" + }, + { + "category_id": 13, + "poly": [ + 533, + 764, + 570, + 764, + 570, + 792, + 533, + 792 + ], + "score": 0.28, + "latex": "\\mathbf { W }" + }, + { + "category_id": 13, + "poly": [ + 985, + 794, + 1021, + 794, + 1021, + 822, + 985, + 822 + ], + "score": 0.27, + "latex": "\\mathbf { W }" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 993.0, + 576.0, + 993.0, + 576.0, + 1040.0, + 292.0, + 1040.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 859.0, + 72.0, + 859.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 2086.0, + 861.0, + 2086.0, + 861.0, + 2118.0, + 839.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 325.0, + 1951.0, + 535.0, + 1951.0, + 535.0, + 2001.0, + 325.0, + 2001.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 655.0, + 1951.0, + 789.0, + 1951.0, + 789.0, + 2001.0, + 655.0, + 2001.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 973.0, + 1951.0, + 1086.0, + 1951.0, + 1086.0, + 2001.0, + 973.0, + 2001.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1171.0, + 1951.0, + 1409.0, + 1951.0, + 1409.0, + 2001.0, + 1171.0, + 2001.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1993.0, + 295.0, + 1993.0, + 295.0, + 2047.0, + 290.0, + 2047.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 405.0, + 1993.0, + 455.0, + 1993.0, + 455.0, + 2047.0, + 405.0, + 2047.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1003.0, + 1993.0, + 1043.0, + 1993.0, + 1043.0, + 2047.0, + 1003.0, + 2047.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1396.0, + 1993.0, + 1407.0, + 1993.0, + 1407.0, + 2047.0, + 1396.0, + 2047.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 483.0, + 1201.0, + 483.0, + 1201.0, + 515.0, + 295.0, + 515.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1346.0, + 483.0, + 1404.0, + 483.0, + 1404.0, + 515.0, + 1346.0, + 515.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 512.0, + 1001.0, + 512.0, + 1001.0, + 547.0, + 294.0, + 547.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1022.0, + 512.0, + 1406.0, + 512.0, + 1406.0, + 547.0, + 1022.0, + 547.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 420.0, + 542.0, + 766.0, + 542.0, + 766.0, + 578.0, + 420.0, + 578.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 841.0, + 542.0, + 938.0, + 542.0, + 938.0, + 578.0, + 841.0, + 578.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1101.0, + 542.0, + 1406.0, + 542.0, + 1406.0, + 578.0, + 1101.0, + 578.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 575.0, + 357.0, + 575.0, + 357.0, + 607.0, + 295.0, + 607.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 519.0, + 575.0, + 1403.0, + 575.0, + 1403.0, + 607.0, + 519.0, + 607.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 604.0, + 1406.0, + 604.0, + 1406.0, + 640.0, + 294.0, + 640.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 632.0, + 493.0, + 632.0, + 493.0, + 672.0, + 293.0, + 672.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 698.0, + 1014.0, + 698.0, + 1014.0, + 739.0, + 295.0, + 739.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1110.0, + 698.0, + 1406.0, + 698.0, + 1406.0, + 739.0, + 1110.0, + 739.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 725.0, + 296.0, + 725.0, + 296.0, + 771.0, + 292.0, + 771.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 383.0, + 725.0, + 1407.0, + 725.0, + 1407.0, + 771.0, + 383.0, + 771.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 762.0, + 532.0, + 762.0, + 532.0, + 799.0, + 294.0, + 799.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 571.0, + 762.0, + 1408.0, + 762.0, + 1408.0, + 799.0, + 571.0, + 799.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 788.0, + 984.0, + 788.0, + 984.0, + 834.0, + 291.0, + 834.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1022.0, + 788.0, + 1410.0, + 788.0, + 1410.0, + 834.0, + 1022.0, + 834.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 821.0, + 510.0, + 821.0, + 510.0, + 862.0, + 294.0, + 862.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 612.0, + 821.0, + 1027.0, + 821.0, + 1027.0, + 862.0, + 612.0, + 862.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1123.0, + 821.0, + 1406.0, + 821.0, + 1406.0, + 862.0, + 1123.0, + 862.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 228.0, + 401.0, + 228.0, + 401.0, + 268.0, + 292.0, + 268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 497.0, + 228.0, + 716.0, + 228.0, + 716.0, + 268.0, + 497.0, + 268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 776.0, + 228.0, + 1241.0, + 228.0, + 1241.0, + 268.0, + 776.0, + 268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1404.0, + 228.0, + 1407.0, + 228.0, + 1407.0, + 268.0, + 1404.0, + 268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 257.0, + 1405.0, + 257.0, + 1405.0, + 298.0, + 292.0, + 298.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 291.0, + 1406.0, + 291.0, + 1406.0, + 328.0, + 294.0, + 328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 324.0, + 521.0, + 324.0, + 521.0, + 353.0, + 293.0, + 353.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1068.0, + 818.0, + 1068.0, + 818.0, + 1103.0, + 296.0, + 1103.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 890.0, + 1068.0, + 973.0, + 1068.0, + 973.0, + 1103.0, + 890.0, + 1103.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1189.0, + 1068.0, + 1404.0, + 1068.0, + 1404.0, + 1103.0, + 1189.0, + 1103.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1098.0, + 724.0, + 1098.0, + 724.0, + 1135.0, + 293.0, + 1135.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 884.0, + 1098.0, + 1404.0, + 1098.0, + 1404.0, + 1135.0, + 884.0, + 1135.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1131.0, + 1341.0, + 1131.0, + 1341.0, + 1165.0, + 296.0, + 1165.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1777.0, + 673.0, + 1777.0, + 673.0, + 1817.0, + 295.0, + 1817.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 690.0, + 1777.0, + 811.0, + 1777.0, + 811.0, + 1817.0, + 690.0, + 1817.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 881.0, + 1777.0, + 1256.0, + 1777.0, + 1256.0, + 1817.0, + 881.0, + 1817.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1285.0, + 1777.0, + 1407.0, + 1777.0, + 1407.0, + 1817.0, + 1285.0, + 1817.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1811.0, + 488.0, + 1811.0, + 488.0, + 1845.0, + 296.0, + 1845.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 558.0, + 1811.0, + 1178.0, + 1811.0, + 1178.0, + 1845.0, + 558.0, + 1845.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1367.0, + 1811.0, + 1406.0, + 1811.0, + 1406.0, + 1845.0, + 1367.0, + 1845.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1840.0, + 595.0, + 1840.0, + 595.0, + 1876.0, + 293.0, + 1876.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 625.0, + 1840.0, + 661.0, + 1840.0, + 661.0, + 1876.0, + 625.0, + 1876.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1365.0, + 1405.0, + 1365.0, + 1405.0, + 1405.0, + 292.0, + 1405.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 331.0, + 1400.0, + 864.0, + 1400.0, + 864.0, + 1434.0, + 331.0, + 1434.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 887.0, + 1400.0, + 1405.0, + 1400.0, + 1405.0, + 1434.0, + 887.0, + 1434.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1431.0, + 492.0, + 1431.0, + 492.0, + 1462.0, + 296.0, + 1462.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1163.0, + 580.0, + 1163.0, + 580.0, + 1208.0, + 292.0, + 1208.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 735.0, + 1163.0, + 1406.0, + 1163.0, + 1406.0, + 1208.0, + 735.0, + 1208.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1193.0, + 437.0, + 1193.0, + 437.0, + 1240.0, + 292.0, + 1240.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 552.0, + 1193.0, + 618.0, + 1193.0, + 618.0, + 1240.0, + 552.0, + 1240.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 765.0, + 1193.0, + 1407.0, + 1193.0, + 1407.0, + 1240.0, + 765.0, + 1240.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1234.0, + 443.0, + 1234.0, + 443.0, + 1264.0, + 297.0, + 1264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 563.0, + 1234.0, + 574.0, + 1234.0, + 574.0, + 1264.0, + 563.0, + 1264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1263.0, + 732.0, + 1263.0, + 732.0, + 1314.0, + 291.0, + 1314.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 763.0, + 1263.0, + 801.0, + 1263.0, + 801.0, + 1314.0, + 763.0, + 1314.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1317.0, + 1263.0, + 1347.0, + 1263.0, + 1347.0, + 1314.0, + 1317.0, + 1314.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 368.0, + 1306.0, + 424.0, + 1306.0, + 424.0, + 1346.0, + 368.0, + 1346.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 586.0, + 1306.0, + 613.0, + 1306.0, + 613.0, + 1346.0, + 586.0, + 1346.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 682.0, + 1306.0, + 692.0, + 1306.0, + 692.0, + 1346.0, + 682.0, + 1346.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1491.0, + 1405.0, + 1491.0, + 1405.0, + 1536.0, + 294.0, + 1536.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1528.0, + 535.0, + 1528.0, + 535.0, + 1561.0, + 296.0, + 1561.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1564.0, + 1406.0, + 1564.0, + 1406.0, + 1607.0, + 293.0, + 1607.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 465.0, + 1599.0, + 798.0, + 1599.0, + 798.0, + 1635.0, + 465.0, + 1635.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 827.0, + 1599.0, + 863.0, + 1599.0, + 863.0, + 1635.0, + 827.0, + 1635.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1729.0, + 1045.0, + 1729.0, + 1045.0, + 1782.0, + 292.0, + 1782.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 861.0, + 623.0, + 861.0, + 623.0, + 904.0, + 294.0, + 904.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 770.0, + 861.0, + 1044.0, + 861.0, + 1044.0, + 904.0, + 770.0, + 904.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1073.0, + 861.0, + 1104.0, + 861.0, + 1104.0, + 904.0, + 1073.0, + 904.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 359.0, + 600.0, + 359.0, + 600.0, + 402.0, + 292.0, + 402.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 697.0, + 359.0, + 1249.0, + 359.0, + 1249.0, + 402.0, + 697.0, + 402.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 325.0, + 1951.0, + 535.0, + 1951.0, + 535.0, + 2001.0, + 325.0, + 2001.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 655.0, + 1951.0, + 789.0, + 1951.0, + 789.0, + 2001.0, + 655.0, + 2001.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 973.0, + 1951.0, + 1086.0, + 1951.0, + 1086.0, + 2001.0, + 973.0, + 2001.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1171.0, + 1951.0, + 1409.0, + 1951.0, + 1409.0, + 2001.0, + 1171.0, + 2001.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1993.0, + 295.0, + 1993.0, + 295.0, + 2047.0, + 290.0, + 2047.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 405.0, + 1993.0, + 455.0, + 1993.0, + 455.0, + 2047.0, + 405.0, + 2047.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1003.0, + 1993.0, + 1043.0, + 1993.0, + 1043.0, + 2047.0, + 1003.0, + 2047.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1396.0, + 1993.0, + 1407.0, + 1993.0, + 1407.0, + 2047.0, + 1396.0, + 2047.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 4, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1367, + 1405, + 1367, + 1405, + 1524, + 297, + 1524 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 296, + 608, + 1405, + 608, + 1405, + 796, + 296, + 796 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 297, + 808, + 1404, + 808, + 1404, + 963, + 297, + 963 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 297, + 1624, + 1405, + 1624, + 1405, + 1738, + 297, + 1738 + ], + "score": 0.973 + }, + { + "category_id": 1, + "poly": [ + 298, + 1190, + 1406, + 1190, + 1406, + 1302, + 298, + 1302 + ], + "score": 0.973 + }, + { + "category_id": 1, + "poly": [ + 297, + 481, + 1405, + 481, + 1405, + 590, + 297, + 590 + ], + "score": 0.972 + }, + { + "category_id": 1, + "poly": [ + 298, + 228, + 1403, + 228, + 1403, + 354, + 298, + 354 + ], + "score": 0.97 + }, + { + "category_id": 1, + "poly": [ + 296, + 385, + 1406, + 385, + 1406, + 478, + 296, + 478 + ], + "score": 0.97 + }, + { + "category_id": 1, + "poly": [ + 293, + 1554, + 1402, + 1554, + 1402, + 1618, + 293, + 1618 + ], + "score": 0.951 + }, + { + "category_id": 1, + "poly": [ + 296, + 1054, + 1401, + 1054, + 1401, + 1121, + 296, + 1121 + ], + "score": 0.948 + }, + { + "category_id": 1, + "poly": [ + 296, + 974, + 1402, + 974, + 1402, + 1043, + 296, + 1043 + ], + "score": 0.943 + }, + { + "category_id": 1, + "poly": [ + 298, + 1916, + 1403, + 1916, + 1403, + 1986, + 298, + 1986 + ], + "score": 0.941 + }, + { + "category_id": 8, + "poly": [ + 476, + 1743, + 1222, + 1743, + 1222, + 1817, + 476, + 1817 + ], + "score": 0.928 + }, + { + "category_id": 8, + "poly": [ + 527, + 1308, + 1169, + 1308, + 1169, + 1348, + 527, + 1348 + ], + "score": 0.928 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 857, + 75, + 857, + 105, + 298, + 105 + ], + "score": 0.913 + }, + { + "category_id": 0, + "poly": [ + 299, + 1849, + 744, + 1849, + 744, + 1887, + 299, + 1887 + ], + "score": 0.913 + }, + { + "category_id": 2, + "poly": [ + 313, + 2003, + 1399, + 2003, + 1399, + 2035, + 313, + 2035 + ], + "score": 0.848 + }, + { + "category_id": 2, + "poly": [ + 840, + 2088, + 859, + 2088, + 859, + 2113, + 840, + 2113 + ], + "score": 0.812 + }, + { + "category_id": 1, + "poly": [ + 297, + 1149, + 1105, + 1149, + 1105, + 1184, + 297, + 1184 + ], + "score": 0.793 + }, + { + "category_id": 0, + "poly": [ + 297, + 1149, + 1105, + 1149, + 1105, + 1184, + 297, + 1184 + ], + "score": 0.133 + }, + { + "category_id": 13, + "poly": [ + 783, + 1188, + 1160, + 1188, + 1160, + 1244, + 783, + 1244 + ], + "score": 0.93, + "latex": "\\delta { \\doteq } \\sqrt { \\frac { 8 } { \\pi } } d _ { 0 } ^ { - 1 / 2 } + 2 d _ { 0 } ^ { 1 / 2 } \\sqrt { \\log d _ { 0 } } / N" + }, + { + "category_id": 13, + "poly": [ + 777, + 701, + 924, + 701, + 924, + 734, + 777, + 734 + ], + "score": 0.93, + "latex": "d _ { 1 } ^ { * } \\approx 2 N / d _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 541, + 481, + 692, + 481, + 692, + 518, + 541, + 518 + ], + "score": 0.93, + "latex": "\\mathbf { y } \\in \\{ 0 , 1 \\} ^ { N }" + }, + { + "category_id": 13, + "poly": [ + 295, + 553, + 442, + 553, + 442, + 590, + 295, + 590 + ], + "score": 0.93, + "latex": "\\mathbf { w } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\neq 0" + }, + { + "category_id": 13, + "poly": [ + 836, + 1622, + 1248, + 1622, + 1248, + 1678, + 836, + 1678 + ], + "score": 0.92, + "latex": "\\delta \\doteq \\sqrt { \\frac { 8 } { \\pi } } d _ { 0 } ^ { - 1 / 2 } + 2 d _ { 0 } ^ { 1 / 2 } \\sqrt { \\log d _ { 0 } } / N" + }, + { + "category_id": 13, + "poly": [ + 632, + 1087, + 698, + 1087, + 698, + 1121, + 632, + 1121 + ], + "score": 0.92, + "latex": "\\mathcal { V } \\left( \\mathcal { G } \\right)" + }, + { + "category_id": 13, + "poly": [ + 480, + 1006, + 646, + 1006, + 646, + 1038, + 480, + 1038 + ], + "score": 0.92, + "latex": "\\mathbf { W } ^ { * } \\in \\mathbb { R } ^ { d _ { 1 } ^ { * } \\times d _ { 0 } }" + }, + { + "category_id": 13, + "poly": [ + 1212, + 1201, + 1356, + 1201, + 1356, + 1235, + 1212, + 1235 + ], + "score": 0.92, + "latex": "d _ { 1 } ^ { * } = 2 N / d _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 1123, + 1010, + 1237, + 1010, + 1237, + 1043, + 1123, + 1043 + ], + "score": 0.92, + "latex": "d _ { 1 } ^ { * } { \\dot { < } } N / d _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 689, + 1369, + 755, + 1369, + 755, + 1402, + 689, + 1402 + ], + "score": 0.92, + "latex": "\\mathcal { V } \\left( \\mathcal { G } \\right)" + }, + { + "category_id": 13, + "poly": [ + 440, + 518, + 552, + 518, + 552, + 551, + 440, + 551 + ], + "score": 0.91, + "latex": "\\mathbf { z } ^ { * } \\in \\mathbb { R } ^ { d _ { 1 } ^ { * } }" + }, + { + "category_id": 13, + "poly": [ + 680, + 516, + 909, + 516, + 909, + 555, + 680, + 555 + ], + "score": 0.91, + "latex": "\\mathbf { y } = f \\left( \\mathbf { W } ^ { * } \\mathbf { X } \\right) ^ { \\top } \\mathbf { z } ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 295, + 1948, + 393, + 1948, + 393, + 1986, + 295, + 1986 + ], + "score": 0.91, + "latex": "\\mathrm { = } \\tilde { \\Omega } \\left( N \\right) )" + }, + { + "category_id": 14, + "poly": [ + 477, + 1742, + 1222, + 1742, + 1222, + 1817, + 477, + 1817 + ], + "score": 0.91, + "latex": "\\frac { \\mathscr { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) } { \\mathscr { V } \\left( \\mathcal { G } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) } \\dot { \\leq } \\exp \\left( - \\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\right) \\dot { \\leq } \\exp \\left( - \\gamma _ { \\epsilon } N \\log N \\right) ." + }, + { + "category_id": 13, + "poly": [ + 748, + 481, + 893, + 481, + 893, + 513, + 748, + 513 + ], + "score": 0.91, + "latex": "\\mathbf { X } \\in \\mathbb { R } ^ { d _ { 0 } \\times N }" + }, + { + "category_id": 13, + "poly": [ + 761, + 557, + 855, + 557, + 855, + 589, + 761, + 589 + ], + "score": 0.91, + "latex": "d _ { 1 } \\geq d _ { 1 } ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 699, + 1006, + 806, + 1006, + 806, + 1038, + 699, + 1038 + ], + "score": 0.9, + "latex": "\\mathbf { z } ^ { * } \\in \\mathbb { R } ^ { d _ { 1 } ^ { * } }" + }, + { + "category_id": 13, + "poly": [ + 297, + 517, + 383, + 517, + 383, + 549, + 297, + 549 + ], + "score": 0.9, + "latex": "\\mathbb { R } ^ { d _ { 1 } ^ { * } \\times d _ { 0 } }" + }, + { + "category_id": 13, + "poly": [ + 1111, + 969, + 1342, + 969, + 1342, + 1009, + 1111, + 1009 + ], + "score": 0.9, + "latex": "\\mathbf { y } = f \\left( \\mathbf { W } ^ { * } \\mathbf { X } \\right) ^ { \\top } \\mathbf { z } ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 1164, + 231, + 1349, + 231, + 1349, + 261, + 1164, + 261 + ], + "score": 0.9, + "latex": "\\mathrm { M C E } > \\epsilon > 0" + }, + { + "category_id": 13, + "poly": [ + 483, + 292, + 574, + 292, + 574, + 320, + 483, + 320 + ], + "score": 0.9, + "latex": "\\mathbf { X } \\sim { \\mathcal { N } }" + }, + { + "category_id": 13, + "poly": [ + 1005, + 519, + 1270, + 519, + 1270, + 556, + 1005, + 556 + ], + "score": 0.89, + "latex": "d _ { 1 } ^ { * } \\triangleq 4 \\lceil N / ( 2 d _ { 0 } - 2 ) \\rceil" + }, + { + "category_id": 13, + "poly": [ + 721, + 734, + 820, + 734, + 820, + 764, + 721, + 764 + ], + "score": 0.89, + "latex": "N \\log N" + }, + { + "category_id": 13, + "poly": [ + 1282, + 558, + 1350, + 558, + 1350, + 585, + 1282, + 585 + ], + "score": 0.89, + "latex": "\\mathbf { e } = 0" + }, + { + "category_id": 13, + "poly": [ + 363, + 1491, + 454, + 1491, + 454, + 1520, + 363, + 1520 + ], + "score": 0.89, + "latex": "\\mathbf { X } \\sim { \\mathcal { N } }" + }, + { + "category_id": 13, + "poly": [ + 844, + 1430, + 943, + 1430, + 943, + 1459, + 844, + 1459 + ], + "score": 0.88, + "latex": "\\mathbf { W } \\sim { \\mathcal { N } }" + }, + { + "category_id": 13, + "poly": [ + 634, + 1241, + 664, + 1241, + 664, + 1274, + 634, + 1274 + ], + "score": 0.88, + "latex": "d _ { 1 } ^ { * }" + }, + { + "category_id": 14, + "poly": [ + 527, + 1307, + 1170, + 1307, + 1170, + 1347, + 527, + 1347 + ], + "score": 0.86, + "latex": "\\mathscr { V } \\left( \\mathscr { G } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) \\dot { > } \\exp \\left( - d _ { 1 } ^ { * } d _ { 0 } \\log N \\right) \\dot { \\geq } \\exp \\left( - 2 N \\log N \\right) ." + }, + { + "category_id": 13, + "poly": [ + 1324, + 484, + 1404, + 484, + 1404, + 515, + 1324, + 515 + ], + "score": 0.86, + "latex": "\\mathbf { W } ^ { * } \\in" + }, + { + "category_id": 13, + "poly": [ + 572, + 1400, + 680, + 1400, + 680, + 1432, + 572, + 1432 + ], + "score": 0.86, + "latex": "( \\mathbf { W } ^ { * } , \\mathbf { z } ^ { * } )" + }, + { + "category_id": 13, + "poly": [ + 1141, + 1706, + 1258, + 1706, + 1258, + 1734, + 1141, + 1734 + ], + "score": 0.85, + "latex": "\\mathrm { M C E } = 0" + }, + { + "category_id": 13, + "poly": [ + 697, + 1461, + 745, + 1461, + 745, + 1489, + 697, + 1489 + ], + "score": 0.85, + "latex": "\\mathbf { W } ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 559, + 261, + 727, + 261, + 727, + 292, + 559, + 292 + ], + "score": 0.84, + "latex": "\\left( \\mathbf { A } \\circ \\mathbf { X } \\right) \\mathbf { e } = 0" + }, + { + "category_id": 13, + "poly": [ + 626, + 293, + 726, + 293, + 726, + 320, + 626, + 320 + ], + "score": 0.83, + "latex": "\\mathbf { W } \\sim { \\mathcal { N } }" + }, + { + "category_id": 13, + "poly": [ + 1043, + 1675, + 1209, + 1675, + 1209, + 1704, + 1043, + 1704 + ], + "score": 0.83, + "latex": "\\mathrm { M C E } > \\epsilon > 0" + }, + { + "category_id": 13, + "poly": [ + 1188, + 1241, + 1253, + 1241, + 1253, + 1270, + 1188, + 1270 + ], + "score": 0.8, + "latex": "1 - \\delta" + }, + { + "category_id": 13, + "poly": [ + 1038, + 643, + 1067, + 643, + 1067, + 669, + 1038, + 669 + ], + "score": 0.79, + "latex": "N" + }, + { + "category_id": 13, + "poly": [ + 715, + 764, + 758, + 764, + 758, + 791, + 715, + 791 + ], + "score": 0.78, + "latex": "2 N" + }, + { + "category_id": 13, + "poly": [ + 296, + 642, + 339, + 642, + 339, + 670, + 296, + 670 + ], + "score": 0.76, + "latex": "2 N" + }, + { + "category_id": 13, + "poly": [ + 861, + 292, + 1023, + 292, + 1023, + 325, + 861, + 325 + ], + "score": 0.76, + "latex": "\\mathbf { A } = a \\left( \\mathbf { W } \\mathbf { X } \\right)" + }, + { + "category_id": 13, + "poly": [ + 876, + 262, + 955, + 262, + 955, + 290, + 876, + 290 + ], + "score": 0.74, + "latex": "\\mathbf A = a" + }, + { + "category_id": 13, + "poly": [ + 439, + 1708, + 463, + 1708, + 463, + 1733, + 439, + 1733 + ], + "score": 0.69, + "latex": "N _ { : }" + }, + { + "category_id": 13, + "poly": [ + 428, + 1674, + 493, + 1674, + 493, + 1704, + 428, + 1704 + ], + "score": 0.67, + "latex": "1 - \\delta" + }, + { + "category_id": 13, + "poly": [ + 1328, + 522, + 1393, + 522, + 1393, + 553, + 1328, + 553 + ], + "score": 0.64, + "latex": "\\forall i , n" + }, + { + "category_id": 13, + "poly": [ + 488, + 1462, + 515, + 1462, + 515, + 1488, + 488, + 1488 + ], + "score": 0.52, + "latex": "\\mathbf { X }" + }, + { + "category_id": 13, + "poly": [ + 1090, + 872, + 1118, + 872, + 1118, + 899, + 1090, + 899 + ], + "score": 0.48, + "latex": "\\mathbf { X }" + }, + { + "category_id": 13, + "poly": [ + 983, + 1010, + 1009, + 1010, + 1009, + 1038, + 983, + 1038 + ], + "score": 0.45, + "latex": "\\mathbf { X }" + }, + { + "category_id": 13, + "poly": [ + 876, + 261, + 1037, + 261, + 1037, + 293, + 876, + 293 + ], + "score": 0.42, + "latex": "\\mathbf { A } = a \\left( \\mathbf { W } \\mathbf { X } \\right)" + }, + { + "category_id": 13, + "poly": [ + 581, + 2009, + 605, + 2009, + 605, + 2030, + 581, + 2030 + ], + "score": 0.34, + "latex": "\\mathbf { X }" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 73.0, + 859.0, + 73.0, + 859.0, + 108.0, + 298.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1849.0, + 747.0, + 1849.0, + 747.0, + 1890.0, + 293.0, + 1890.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 329.0, + 1998.0, + 580.0, + 1998.0, + 580.0, + 2040.0, + 329.0, + 2040.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 606.0, + 1998.0, + 1403.0, + 1998.0, + 1403.0, + 2040.0, + 606.0, + 2040.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 840.0, + 2087.0, + 862.0, + 2087.0, + 862.0, + 2117.0, + 840.0, + 2117.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1149.0, + 1105.0, + 1149.0, + 1105.0, + 1189.0, + 295.0, + 1189.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1368.0, + 688.0, + 1368.0, + 688.0, + 1405.0, + 294.0, + 1405.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 756.0, + 1368.0, + 1405.0, + 1368.0, + 1405.0, + 1405.0, + 756.0, + 1405.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1396.0, + 571.0, + 1396.0, + 571.0, + 1435.0, + 294.0, + 1435.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 681.0, + 1396.0, + 1405.0, + 1396.0, + 1405.0, + 1435.0, + 681.0, + 1435.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1428.0, + 843.0, + 1428.0, + 843.0, + 1466.0, + 294.0, + 1466.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 944.0, + 1428.0, + 1405.0, + 1428.0, + 1405.0, + 1466.0, + 944.0, + 1466.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1456.0, + 487.0, + 1456.0, + 487.0, + 1498.0, + 294.0, + 1498.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 516.0, + 1456.0, + 696.0, + 1456.0, + 696.0, + 1498.0, + 516.0, + 1498.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 746.0, + 1456.0, + 1403.0, + 1456.0, + 1403.0, + 1498.0, + 746.0, + 1498.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1491.0, + 362.0, + 1491.0, + 362.0, + 1524.0, + 295.0, + 1524.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 455.0, + 1491.0, + 1033.0, + 1491.0, + 1033.0, + 1524.0, + 455.0, + 1524.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 606.0, + 1406.0, + 606.0, + 1406.0, + 648.0, + 291.0, + 648.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 639.0, + 295.0, + 639.0, + 295.0, + 678.0, + 291.0, + 678.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 340.0, + 639.0, + 1037.0, + 639.0, + 1037.0, + 678.0, + 340.0, + 678.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1068.0, + 639.0, + 1408.0, + 639.0, + 1408.0, + 678.0, + 1068.0, + 678.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 669.0, + 1407.0, + 669.0, + 1407.0, + 707.0, + 293.0, + 707.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 701.0, + 776.0, + 701.0, + 776.0, + 737.0, + 294.0, + 737.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 925.0, + 701.0, + 1407.0, + 701.0, + 1407.0, + 737.0, + 925.0, + 737.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 734.0, + 720.0, + 734.0, + 720.0, + 766.0, + 295.0, + 766.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 821.0, + 734.0, + 1403.0, + 734.0, + 1403.0, + 766.0, + 821.0, + 766.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 762.0, + 714.0, + 762.0, + 714.0, + 798.0, + 294.0, + 798.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 759.0, + 762.0, + 896.0, + 762.0, + 896.0, + 798.0, + 759.0, + 798.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 810.0, + 1404.0, + 810.0, + 1404.0, + 843.0, + 296.0, + 843.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 840.0, + 1402.0, + 840.0, + 1402.0, + 874.0, + 295.0, + 874.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 868.0, + 1089.0, + 868.0, + 1089.0, + 908.0, + 292.0, + 908.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1119.0, + 868.0, + 1405.0, + 868.0, + 1405.0, + 908.0, + 1119.0, + 908.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 899.0, + 1407.0, + 899.0, + 1407.0, + 937.0, + 294.0, + 937.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 928.0, + 1254.0, + 928.0, + 1254.0, + 968.0, + 292.0, + 968.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1612.0, + 835.0, + 1612.0, + 835.0, + 1683.0, + 292.0, + 1683.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1249.0, + 1612.0, + 1416.0, + 1612.0, + 1416.0, + 1683.0, + 1249.0, + 1683.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1670.0, + 427.0, + 1670.0, + 427.0, + 1710.0, + 292.0, + 1710.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 494.0, + 1670.0, + 1042.0, + 1670.0, + 1042.0, + 1710.0, + 494.0, + 1710.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1210.0, + 1670.0, + 1405.0, + 1670.0, + 1405.0, + 1710.0, + 1210.0, + 1710.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1704.0, + 438.0, + 1704.0, + 438.0, + 1740.0, + 294.0, + 1740.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 464.0, + 1704.0, + 1140.0, + 1704.0, + 1140.0, + 1740.0, + 464.0, + 1740.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1259.0, + 1704.0, + 1264.0, + 1704.0, + 1264.0, + 1740.0, + 1259.0, + 1740.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 284.0, + 1185.0, + 782.0, + 1185.0, + 782.0, + 1246.0, + 284.0, + 1246.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1161.0, + 1185.0, + 1211.0, + 1185.0, + 1211.0, + 1246.0, + 1161.0, + 1246.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1357.0, + 1185.0, + 1414.0, + 1185.0, + 1414.0, + 1246.0, + 1357.0, + 1246.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1237.0, + 633.0, + 1237.0, + 633.0, + 1278.0, + 295.0, + 1278.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 665.0, + 1237.0, + 1187.0, + 1237.0, + 1187.0, + 1278.0, + 665.0, + 1278.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1254.0, + 1237.0, + 1406.0, + 1237.0, + 1406.0, + 1278.0, + 1254.0, + 1278.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1272.0, + 814.0, + 1272.0, + 814.0, + 1306.0, + 296.0, + 1306.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 474.0, + 540.0, + 474.0, + 540.0, + 522.0, + 291.0, + 522.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 693.0, + 474.0, + 747.0, + 474.0, + 747.0, + 522.0, + 693.0, + 522.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 894.0, + 474.0, + 1323.0, + 474.0, + 1323.0, + 522.0, + 894.0, + 522.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1405.0, + 474.0, + 1408.0, + 474.0, + 1408.0, + 522.0, + 1405.0, + 522.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 513.0, + 296.0, + 513.0, + 296.0, + 558.0, + 292.0, + 558.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 384.0, + 513.0, + 439.0, + 513.0, + 439.0, + 558.0, + 384.0, + 558.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 553.0, + 513.0, + 679.0, + 513.0, + 679.0, + 558.0, + 553.0, + 558.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 910.0, + 513.0, + 1004.0, + 513.0, + 1004.0, + 558.0, + 910.0, + 558.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1271.0, + 513.0, + 1327.0, + 513.0, + 1327.0, + 558.0, + 1271.0, + 558.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1394.0, + 513.0, + 1410.0, + 513.0, + 1410.0, + 558.0, + 1394.0, + 558.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 443.0, + 550.0, + 760.0, + 550.0, + 760.0, + 594.0, + 443.0, + 594.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 856.0, + 550.0, + 1281.0, + 550.0, + 1281.0, + 594.0, + 856.0, + 594.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1351.0, + 550.0, + 1363.0, + 550.0, + 1363.0, + 594.0, + 1351.0, + 594.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 231.0, + 1163.0, + 231.0, + 1163.0, + 264.0, + 294.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1350.0, + 231.0, + 1404.0, + 231.0, + 1404.0, + 264.0, + 1350.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 262.0, + 558.0, + 262.0, + 558.0, + 295.0, + 296.0, + 295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 728.0, + 262.0, + 875.0, + 262.0, + 875.0, + 295.0, + 728.0, + 295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1038.0, + 262.0, + 1404.0, + 262.0, + 1404.0, + 295.0, + 1038.0, + 295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 287.0, + 482.0, + 287.0, + 482.0, + 330.0, + 291.0, + 330.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 575.0, + 287.0, + 625.0, + 287.0, + 625.0, + 330.0, + 575.0, + 330.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 727.0, + 287.0, + 860.0, + 287.0, + 860.0, + 330.0, + 727.0, + 330.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1024.0, + 287.0, + 1405.0, + 287.0, + 1405.0, + 330.0, + 1024.0, + 330.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 322.0, + 972.0, + 322.0, + 972.0, + 355.0, + 293.0, + 355.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 386.0, + 1407.0, + 386.0, + 1407.0, + 419.0, + 295.0, + 419.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 415.0, + 1407.0, + 415.0, + 1407.0, + 453.0, + 294.0, + 453.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 447.0, + 857.0, + 447.0, + 857.0, + 481.0, + 296.0, + 481.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1554.0, + 1404.0, + 1554.0, + 1404.0, + 1590.0, + 295.0, + 1590.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1586.0, + 1059.0, + 1586.0, + 1059.0, + 1619.0, + 293.0, + 1619.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1050.0, + 1405.0, + 1050.0, + 1405.0, + 1095.0, + 293.0, + 1095.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1086.0, + 631.0, + 1086.0, + 631.0, + 1123.0, + 296.0, + 1123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 699.0, + 1086.0, + 710.0, + 1086.0, + 710.0, + 1123.0, + 699.0, + 1123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 969.0, + 1110.0, + 969.0, + 1110.0, + 1011.0, + 294.0, + 1011.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1343.0, + 969.0, + 1405.0, + 969.0, + 1405.0, + 1011.0, + 1343.0, + 1011.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1002.0, + 479.0, + 1002.0, + 479.0, + 1048.0, + 294.0, + 1048.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 647.0, + 1002.0, + 698.0, + 1002.0, + 698.0, + 1048.0, + 647.0, + 1048.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 807.0, + 1002.0, + 982.0, + 1002.0, + 982.0, + 1048.0, + 807.0, + 1048.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1010.0, + 1002.0, + 1122.0, + 1002.0, + 1122.0, + 1048.0, + 1010.0, + 1048.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1238.0, + 1002.0, + 1248.0, + 1002.0, + 1248.0, + 1048.0, + 1238.0, + 1048.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1916.0, + 1405.0, + 1916.0, + 1405.0, + 1954.0, + 296.0, + 1954.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 1948.0, + 1404.0, + 1948.0, + 1404.0, + 1990.0, + 394.0, + 1990.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1149.0, + 1105.0, + 1149.0, + 1105.0, + 1189.0, + 295.0, + 1189.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 5, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 1266, + 1405, + 1266, + 1405, + 1512, + 298, + 1512 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 298, + 1067, + 1404, + 1067, + 1404, + 1252, + 298, + 1252 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 298, + 1527, + 1405, + 1527, + 1405, + 1711, + 298, + 1711 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 298, + 1823, + 1405, + 1823, + 1405, + 2011, + 298, + 2011 + ], + "score": 0.977 + }, + { + "category_id": 5, + "poly": [ + 305, + 753, + 1395, + 753, + 1395, + 895, + 305, + 895 + ], + "score": 0.972, + "html": "
MCEdod1N#parameters/N
MNIST0%784897·1040.999
CIFAR0%3072165·1040.983
ImageNet (downsampled to 64 × 64)0.1%12288105128·1041.008
" + }, + { + "category_id": 3, + "poly": [ + 458, + 219, + 1243, + 219, + 1243, + 569, + 458, + 569 + ], + "score": 0.97 + }, + { + "category_id": 4, + "poly": [ + 296, + 597, + 1409, + 597, + 1409, + 726, + 296, + 726 + ], + "score": 0.951 + }, + { + "category_id": 0, + "poly": [ + 299, + 1756, + 529, + 1756, + 529, + 1791, + 299, + 1791 + ], + "score": 0.898 + }, + { + "category_id": 2, + "poly": [ + 298, + 76, + 857, + 76, + 857, + 104, + 298, + 104 + ], + "score": 0.848 + }, + { + "category_id": 6, + "poly": [ + 300, + 916, + 1402, + 916, + 1402, + 1012, + 300, + 1012 + ], + "score": 0.779 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 857, + 2088, + 857, + 2111, + 841, + 2111 + ], + "score": 0.751 + }, + { + "category_id": 4, + "poly": [ + 300, + 916, + 1402, + 916, + 1402, + 1012, + 300, + 1012 + ], + "score": 0.145 + }, + { + "category_id": 2, + "poly": [ + 299, + 76, + 855, + 76, + 855, + 104, + 299, + 104 + ], + "score": 0.135 + }, + { + "category_id": 13, + "poly": [ + 931, + 689, + 1054, + 689, + 1054, + 725, + 931, + 725 + ], + "score": 0.92, + "latex": "y ^ { ( n ) } = \\pm 1" + }, + { + "category_id": 13, + "poly": [ + 777, + 692, + 872, + 692, + 872, + 726, + 777, + 726 + ], + "score": 0.92, + "latex": "\\mathcal { N } ( 0 , 1 )" + }, + { + "category_id": 13, + "poly": [ + 693, + 659, + 774, + 659, + 774, + 690, + 693, + 690 + ], + "score": 0.91, + "latex": "d = d _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 1224, + 659, + 1397, + 659, + 1397, + 691, + 1224, + 691 + ], + "score": 0.91, + "latex": "\\forall n = 1 , \\ldots , N" + }, + { + "category_id": 13, + "poly": [ + 1202, + 949, + 1357, + 949, + 1357, + 981, + 1202, + 981 + ], + "score": 0.91, + "latex": "\\approx d _ { 0 } d _ { 1 } \\approx N" + }, + { + "category_id": 13, + "poly": [ + 1305, + 1390, + 1398, + 1390, + 1398, + 1419, + 1305, + 1419 + ], + "score": 0.91, + "latex": "6 4 \\times 6 4" + }, + { + "category_id": 13, + "poly": [ + 511, + 1099, + 625, + 1099, + 625, + 1127, + 511, + 1127 + ], + "score": 0.9, + "latex": "N \\infty" + }, + { + "category_id": 13, + "poly": [ + 782, + 828, + 822, + 828, + 822, + 854, + 782, + 854 + ], + "score": 0.9, + "latex": "\\mathbf { 0 \\% }" + }, + { + "category_id": 13, + "poly": [ + 1223, + 1330, + 1282, + 1330, + 1282, + 1360, + 1223, + 1360 + ], + "score": 0.88, + "latex": "d _ { 0 } d _ { 1 } ," + }, + { + "category_id": 13, + "poly": [ + 295, + 688, + 348, + 688, + 348, + 721, + 295, + 721 + ], + "score": 0.87, + "latex": "\\mathbf { x } ^ { ( n ) }" + }, + { + "category_id": 13, + "poly": [ + 996, + 1161, + 1070, + 1161, + 1070, + 1192, + 996, + 1192 + ], + "score": 0.87, + "latex": "( \\rho = 0 )" + }, + { + "category_id": 13, + "poly": [ + 461, + 1451, + 521, + 1451, + 521, + 1479, + 461, + 1479 + ], + "score": 0.86, + "latex": "\\approx N" + }, + { + "category_id": 13, + "poly": [ + 770, + 861, + 834, + 861, + 834, + 888, + 770, + 888 + ], + "score": 0.86, + "latex": "\\mathbf { 0 . 1 \\% }" + }, + { + "category_id": 13, + "poly": [ + 782, + 797, + 822, + 797, + 822, + 822, + 782, + 822 + ], + "score": 0.86, + "latex": "\\mathbf { 0 \\% }" + }, + { + "category_id": 13, + "poly": [ + 1044, + 860, + 1146, + 860, + 1146, + 887, + 1044, + 887 + ], + "score": 0.82, + "latex": "\\overline { { 1 2 8 \\cdot 1 0 ^ { 4 } } }" + }, + { + "category_id": 13, + "poly": [ + 977, + 760, + 1003, + 760, + 1003, + 785, + 977, + 785 + ], + "score": 0.79, + "latex": "d _ { 1 }" + }, + { + "category_id": 13, + "poly": [ + 1058, + 829, + 1133, + 829, + 1133, + 853, + 1058, + 853 + ], + "score": 0.77, + "latex": "5 \\cdot 1 0 ^ { 4 }" + }, + { + "category_id": 13, + "poly": [ + 1057, + 796, + 1133, + 796, + 1133, + 821, + 1057, + 821 + ], + "score": 0.73, + "latex": "7 \\cdot 1 0 ^ { 4 }" + }, + { + "category_id": 13, + "poly": [ + 636, + 860, + 732, + 860, + 732, + 889, + 636, + 889 + ], + "score": 0.71, + "latex": "\\overline { { 6 4 \\times 6 4 } }" + }, + { + "category_id": 13, + "poly": [ + 888, + 759, + 916, + 759, + 916, + 786, + 888, + 786 + ], + "score": 0.68, + "latex": "d _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 1081, + 757, + 1108, + 757, + 1108, + 782, + 1081, + 782 + ], + "score": 0.42, + "latex": "\\overline { { N } }" + }, + { + "category_id": 15, + "poly": [ + 593.0, + 220.0, + 790.0, + 220.0, + 790.0, + 249.0, + 593.0, + 249.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 975.0, + 220.0, + 1182.0, + 220.0, + 1182.0, + 249.0, + 975.0, + 249.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 486.0, + 254.0, + 541.0, + 254.0, + 541.0, + 291.0, + 486.0, + 291.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 627.0, + 254.0, + 651.0, + 254.0, + 651.0, + 284.0, + 627.0, + 284.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1014.0, + 255.0, + 1038.0, + 255.0, + 1038.0, + 284.0, + 1014.0, + 284.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 734.0, + 275.0, + 750.0, + 275.0, + 750.0, + 293.0, + 734.0, + 293.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 768.0, + 267.0, + 832.0, + 267.0, + 832.0, + 299.0, + 768.0, + 299.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1122.0, + 275.0, + 1138.0, + 275.0, + 1138.0, + 293.0, + 1122.0, + 293.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1157.0, + 267.0, + 1219.0, + 267.0, + 1219.0, + 299.0, + 1157.0, + 299.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 456.0, + 301.0, + 489.0, + 301.0, + 489.0, + 465.0, + 456.0, + 465.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 495.0, + 299.0, + 540.0, + 299.0, + 540.0, + 356.0, + 495.0, + 356.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 627.0, + 285.0, + 651.0, + 285.0, + 651.0, + 314.0, + 627.0, + 314.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 736.0, + 305.0, + 749.0, + 305.0, + 749.0, + 317.0, + 736.0, + 317.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 769.0, + 294.0, + 833.0, + 294.0, + 833.0, + 325.0, + 769.0, + 325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 845.0, + 296.0, + 928.0, + 296.0, + 928.0, + 465.0, + 845.0, + 465.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 943.0, + 300.0, + 956.0, + 300.0, + 956.0, + 314.0, + 943.0, + 314.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1014.0, + 285.0, + 1038.0, + 285.0, + 1038.0, + 314.0, + 1014.0, + 314.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1124.0, + 305.0, + 1136.0, + 305.0, + 1136.0, + 317.0, + 1124.0, + 317.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1157.0, + 294.0, + 1221.0, + 294.0, + 1221.0, + 325.0, + 1157.0, + 325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 627.0, + 316.0, + 651.0, + 316.0, + 651.0, + 344.0, + 627.0, + 344.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 735.0, + 328.0, + 750.0, + 328.0, + 750.0, + 345.0, + 735.0, + 345.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 769.0, + 320.0, + 836.0, + 320.0, + 836.0, + 351.0, + 769.0, + 351.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 945.0, + 319.0, + 954.0, + 319.0, + 954.0, + 329.0, + 945.0, + 329.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1014.0, + 316.0, + 1039.0, + 316.0, + 1039.0, + 344.0, + 1014.0, + 344.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1124.0, + 330.0, + 1137.0, + 330.0, + 1137.0, + 343.0, + 1124.0, + 343.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1157.0, + 320.0, + 1225.0, + 320.0, + 1225.0, + 351.0, + 1157.0, + 351.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 627.0, + 346.0, + 651.0, + 346.0, + 651.0, + 375.0, + 627.0, + 375.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 736.0, + 356.0, + 748.0, + 356.0, + 748.0, + 369.0, + 736.0, + 369.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 769.0, + 346.0, + 837.0, + 346.0, + 837.0, + 377.0, + 769.0, + 377.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 873.0, + 358.0, + 929.0, + 358.0, + 929.0, + 393.0, + 873.0, + 393.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1015.0, + 346.0, + 1038.0, + 346.0, + 1038.0, + 375.0, + 1015.0, + 375.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1124.0, + 356.0, + 1137.0, + 356.0, + 1137.0, + 368.0, + 1124.0, + 368.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1156.0, + 346.0, + 1223.0, + 346.0, + 1223.0, + 376.0, + 1156.0, + 376.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 627.0, + 377.0, + 651.0, + 377.0, + 651.0, + 406.0, + 627.0, + 406.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1014.0, + 377.0, + 1038.0, + 377.0, + 1038.0, + 406.0, + 1014.0, + 406.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 495.0, + 393.0, + 539.0, + 393.0, + 539.0, + 441.0, + 495.0, + 441.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 627.0, + 408.0, + 651.0, + 408.0, + 651.0, + 436.0, + 627.0, + 436.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 947.0, + 405.0, + 959.0, + 405.0, + 959.0, + 421.0, + 947.0, + 421.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1013.0, + 406.0, + 1040.0, + 406.0, + 1040.0, + 437.0, + 1013.0, + 437.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 488.0, + 442.0, + 537.0, + 442.0, + 537.0, + 475.0, + 488.0, + 475.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 628.0, + 438.0, + 650.0, + 438.0, + 650.0, + 489.0, + 628.0, + 489.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 875.0, + 424.0, + 927.0, + 424.0, + 927.0, + 456.0, + 875.0, + 456.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 943.0, + 443.0, + 966.0, + 443.0, + 966.0, + 508.0, + 943.0, + 508.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1014.0, + 438.0, + 1038.0, + 438.0, + 1038.0, + 488.0, + 1014.0, + 488.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 506.0, + 487.0, + 543.0, + 487.0, + 543.0, + 534.0, + 506.0, + 534.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 793.0, + 500.0, + 802.0, + 500.0, + 802.0, + 510.0, + 793.0, + 510.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 830.0, + 498.0, + 845.0, + 498.0, + 845.0, + 511.0, + 830.0, + 511.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1180.0, + 500.0, + 1189.0, + 500.0, + 1189.0, + 510.0, + 1180.0, + 510.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 733.0, + 510.0, + 751.0, + 510.0, + 751.0, + 535.0, + 733.0, + 535.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 835.0, + 511.0, + 853.0, + 511.0, + 853.0, + 535.0, + 835.0, + 535.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1123.0, + 512.0, + 1137.0, + 512.0, + 1137.0, + 534.0, + 1123.0, + 534.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1222.0, + 512.0, + 1241.0, + 512.0, + 1241.0, + 534.0, + 1222.0, + 534.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 932.0, + 531.0, + 1225.0, + 531.0, + 1225.0, + 573.0, + 932.0, + 573.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 572.25, + 387.5, + 587.25, + 387.5, + 587.25, + 395.5, + 572.25, + 395.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 477.25, + 343.5, + 548.25, + 343.5, + 548.25, + 389.5, + 477.25, + 389.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 894.0, + 489.0, + 943.0, + 489.0, + 943.0, + 537.0, + 894.0, + 537.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 555.0, + 534.0, + 830.0, + 534.0, + 830.0, + 570.0, + 555.0, + 570.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 597.0, + 1411.0, + 597.0, + 1411.0, + 634.0, + 294.0, + 634.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 627.0, + 1407.0, + 627.0, + 1407.0, + 663.0, + 293.0, + 663.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 659.0, + 692.0, + 659.0, + 692.0, + 693.0, + 294.0, + 693.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 775.0, + 659.0, + 1223.0, + 659.0, + 1223.0, + 693.0, + 775.0, + 693.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1398.0, + 659.0, + 1406.0, + 659.0, + 1406.0, + 693.0, + 1398.0, + 693.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 685.0, + 294.0, + 685.0, + 294.0, + 731.0, + 289.0, + 731.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 349.0, + 685.0, + 776.0, + 685.0, + 776.0, + 731.0, + 349.0, + 731.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 873.0, + 685.0, + 930.0, + 685.0, + 930.0, + 731.0, + 873.0, + 731.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1055.0, + 685.0, + 1292.0, + 685.0, + 1292.0, + 731.0, + 1055.0, + 731.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1753.0, + 535.0, + 1753.0, + 535.0, + 1798.0, + 292.0, + 1798.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 73.0, + 859.0, + 73.0, + 859.0, + 108.0, + 298.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 911.0, + 1404.0, + 911.0, + 1404.0, + 958.0, + 291.0, + 958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 949.0, + 1201.0, + 949.0, + 1201.0, + 984.0, + 294.0, + 984.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1358.0, + 949.0, + 1404.0, + 949.0, + 1404.0, + 984.0, + 1358.0, + 984.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 977.0, + 1024.0, + 977.0, + 1024.0, + 1018.0, + 294.0, + 1018.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 2086.0, + 860.0, + 2086.0, + 860.0, + 2118.0, + 839.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 911.0, + 1404.0, + 911.0, + 1404.0, + 958.0, + 291.0, + 958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 949.0, + 1201.0, + 949.0, + 1201.0, + 984.0, + 294.0, + 984.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1358.0, + 949.0, + 1404.0, + 949.0, + 1404.0, + 984.0, + 1358.0, + 984.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 977.0, + 1024.0, + 977.0, + 1024.0, + 1018.0, + 294.0, + 1018.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 73.0, + 859.0, + 73.0, + 859.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1266.0, + 1405.0, + 1266.0, + 1405.0, + 1303.0, + 293.0, + 1303.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1299.0, + 1405.0, + 1299.0, + 1405.0, + 1333.0, + 295.0, + 1333.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1330.0, + 1222.0, + 1330.0, + 1222.0, + 1364.0, + 295.0, + 1364.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1283.0, + 1330.0, + 1406.0, + 1330.0, + 1406.0, + 1364.0, + 1283.0, + 1364.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1358.0, + 1406.0, + 1358.0, + 1406.0, + 1395.0, + 293.0, + 1395.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1390.0, + 1304.0, + 1390.0, + 1304.0, + 1424.0, + 295.0, + 1424.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1399.0, + 1390.0, + 1408.0, + 1390.0, + 1408.0, + 1424.0, + 1399.0, + 1424.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1420.0, + 1407.0, + 1420.0, + 1407.0, + 1454.0, + 295.0, + 1454.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1450.0, + 460.0, + 1450.0, + 460.0, + 1485.0, + 293.0, + 1485.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 522.0, + 1450.0, + 1407.0, + 1450.0, + 1407.0, + 1485.0, + 522.0, + 1485.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1482.0, + 541.0, + 1482.0, + 541.0, + 1515.0, + 294.0, + 1515.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1068.0, + 1404.0, + 1068.0, + 1404.0, + 1102.0, + 294.0, + 1102.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1098.0, + 510.0, + 1098.0, + 510.0, + 1131.0, + 293.0, + 1131.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 626.0, + 1098.0, + 1406.0, + 1098.0, + 1406.0, + 1131.0, + 626.0, + 1131.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1129.0, + 1409.0, + 1129.0, + 1409.0, + 1165.0, + 294.0, + 1165.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1157.0, + 995.0, + 1157.0, + 995.0, + 1195.0, + 293.0, + 1195.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1071.0, + 1157.0, + 1406.0, + 1157.0, + 1406.0, + 1195.0, + 1071.0, + 1195.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1189.0, + 1405.0, + 1189.0, + 1405.0, + 1224.0, + 294.0, + 1224.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1218.0, + 1356.0, + 1218.0, + 1356.0, + 1256.0, + 293.0, + 1256.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1525.0, + 1405.0, + 1525.0, + 1405.0, + 1565.0, + 293.0, + 1565.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1558.0, + 1407.0, + 1558.0, + 1407.0, + 1592.0, + 295.0, + 1592.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1586.0, + 1409.0, + 1586.0, + 1409.0, + 1624.0, + 293.0, + 1624.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1618.0, + 1405.0, + 1618.0, + 1405.0, + 1656.0, + 293.0, + 1656.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1648.0, + 1403.0, + 1648.0, + 1403.0, + 1684.0, + 293.0, + 1684.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1680.0, + 1395.0, + 1680.0, + 1395.0, + 1715.0, + 295.0, + 1715.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1823.0, + 1406.0, + 1823.0, + 1406.0, + 1860.0, + 292.0, + 1860.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1854.0, + 1408.0, + 1854.0, + 1408.0, + 1891.0, + 292.0, + 1891.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1887.0, + 1403.0, + 1887.0, + 1403.0, + 1920.0, + 296.0, + 1920.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1913.0, + 1406.0, + 1913.0, + 1406.0, + 1954.0, + 291.0, + 1954.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1945.0, + 1407.0, + 1945.0, + 1407.0, + 1985.0, + 292.0, + 1985.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1980.0, + 815.0, + 1980.0, + 815.0, + 2012.0, + 295.0, + 2012.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 6, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1411, + 1405, + 1411, + 1405, + 1779, + 297, + 1779 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 298, + 1034, + 1404, + 1034, + 1404, + 1370, + 298, + 1370 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 876, + 230, + 1403, + 230, + 1403, + 960, + 876, + 960 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 298, + 1820, + 1404, + 1820, + 1404, + 2034, + 298, + 2034 + ], + "score": 0.977 + }, + { + "category_id": 3, + "poly": [ + 296, + 232, + 852, + 232, + 852, + 445, + 296, + 445 + ], + "score": 0.969 + }, + { + "category_id": 4, + "poly": [ + 298, + 476, + 851, + 476, + 851, + 909, + 298, + 909 + ], + "score": 0.936 + }, + { + "category_id": 1, + "poly": [ + 300, + 962, + 1061, + 962, + 1061, + 992, + 300, + 992 + ], + "score": 0.911 + }, + { + "category_id": 2, + "poly": [ + 297, + 76, + 856, + 76, + 856, + 104, + 297, + 104 + ], + "score": 0.828 + }, + { + "category_id": 2, + "poly": [ + 841, + 2089, + 858, + 2089, + 858, + 2111, + 841, + 2111 + ], + "score": 0.783 + }, + { + "category_id": 2, + "poly": [ + 299, + 77, + 855, + 77, + 855, + 104, + 299, + 104 + ], + "score": 0.181 + }, + { + "category_id": 13, + "poly": [ + 298, + 657, + 442, + 657, + 442, + 695, + 298, + 695 + ], + "score": 0.93, + "latex": "N = \\lfloor d ^ { 2 } / 5 \\rfloor" + }, + { + "category_id": 13, + "poly": [ + 657, + 629, + 803, + 629, + 803, + 659, + 657, + 659 + ], + "score": 0.93, + "latex": "d = d _ { 0 } = d _ { 1 }" + }, + { + "category_id": 13, + "poly": [ + 908, + 1278, + 1023, + 1278, + 1023, + 1311, + 908, + 1311 + ], + "score": 0.92, + "latex": "( 1 - r ) d _ { 1 }" + }, + { + "category_id": 13, + "poly": [ + 820, + 1746, + 976, + 1746, + 976, + 1779, + 820, + 1779 + ], + "score": 0.92, + "latex": "m \\gamma _ { m } < \\bar { 1 0 } ^ { - 2 }" + }, + { + "category_id": 13, + "poly": [ + 1121, + 1413, + 1287, + 1413, + 1287, + 1446, + 1121, + 1446 + ], + "score": 0.92, + "latex": "\\left( \\mathbf { A } \\circ \\mathbf { X } \\right) \\mathbf { e } = 0" + }, + { + "category_id": 13, + "poly": [ + 563, + 1064, + 735, + 1064, + 735, + 1098, + 563, + 1098 + ], + "score": 0.92, + "latex": "\\left( \\mathbf { A } \\circ \\mathbf { \\bar { X } } \\right) \\mathbf { e } = 0" + }, + { + "category_id": 13, + "poly": [ + 541, + 877, + 703, + 877, + 703, + 909, + 541, + 909 + ], + "score": 0.91, + "latex": "1 0 ^ { - 3 1 } - 1 0 ^ { - 7 }" + }, + { + "category_id": 13, + "poly": [ + 467, + 816, + 600, + 816, + 600, + 848, + 467, + 848 + ], + "score": 0.91, + "latex": "1 0 ^ { - 3 } - 1 0 ^ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 297, + 1749, + 417, + 1749, + 417, + 1779, + 297, + 1779 + ], + "score": 0.91, + "latex": "m \\gamma _ { m } \\gg 1" + }, + { + "category_id": 13, + "poly": [ + 344, + 1505, + 414, + 1505, + 414, + 1532, + 344, + 1532 + ], + "score": 0.9, + "latex": "\\mathbf { e } = 0" + }, + { + "category_id": 13, + "poly": [ + 469, + 1156, + 663, + 1156, + 663, + 1189, + 469, + 1189 + ], + "score": 0.9, + "latex": "\\mathbf { P } \\left( \\mathbf { A } \\circ \\mathbf { X } \\right) \\mathbf { e } = 0" + }, + { + "category_id": 13, + "poly": [ + 718, + 1279, + 749, + 1279, + 749, + 1309, + 718, + 1309 + ], + "score": 0.89, + "latex": "d _ { 1 }" + }, + { + "category_id": 13, + "poly": [ + 741, + 1248, + 836, + 1248, + 836, + 1279, + 741, + 1279 + ], + "score": 0.88, + "latex": "( \\mathbf { A } \\circ \\mathbf { X } )" + }, + { + "category_id": 13, + "poly": [ + 405, + 1721, + 443, + 1721, + 443, + 1748, + 405, + 1748 + ], + "score": 0.86, + "latex": "\\gamma _ { m }" + }, + { + "category_id": 13, + "poly": [ + 600, + 780, + 853, + 780, + 853, + 820, + 600, + 820 + ], + "score": 0.85, + "latex": "( i . e . , \\operatorname* { m i n } _ { i , n } \\left| \\mathbf { w } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right| )" + }, + { + "category_id": 13, + "poly": [ + 491, + 1474, + 565, + 1474, + 565, + 1502, + 491, + 1502 + ], + "score": 0.83, + "latex": "\\mathbf { A } \\circ \\mathbf { X }" + }, + { + "category_id": 13, + "poly": [ + 746, + 850, + 765, + 850, + 765, + 876, + 746, + 876 + ], + "score": 0.79, + "latex": "d" + }, + { + "category_id": 13, + "poly": [ + 783, + 721, + 802, + 721, + 802, + 747, + 783, + 747 + ], + "score": 0.77, + "latex": "d" + }, + { + "category_id": 13, + "poly": [ + 978, + 1223, + 995, + 1223, + 995, + 1245, + 978, + 1245 + ], + "score": 0.76, + "latex": "r" + }, + { + "category_id": 13, + "poly": [ + 356, + 850, + 430, + 850, + 430, + 880, + 356, + 880 + ], + "score": 0.74, + "latex": "( \\mathrm { r } i g h t )" + }, + { + "category_id": 13, + "poly": [ + 1221, + 1595, + 1286, + 1595, + 1286, + 1624, + 1221, + 1624 + ], + "score": 0.7, + "latex": "\\mathbf { A } \\circ \\mathbf { X }" + }, + { + "category_id": 13, + "poly": [ + 749, + 1158, + 775, + 1158, + 775, + 1185, + 749, + 1185 + ], + "score": 0.65, + "latex": "\\mathbf { P }" + }, + { + "category_id": 13, + "poly": [ + 464, + 1249, + 491, + 1249, + 491, + 1276, + 464, + 1276 + ], + "score": 0.58, + "latex": "\\mathbf { P }" + }, + { + "category_id": 13, + "poly": [ + 1375, + 1444, + 1402, + 1444, + 1402, + 1471, + 1375, + 1471 + ], + "score": 0.29, + "latex": "\\mathbf { A }" + }, + { + "category_id": 15, + "poly": [ + 318.0, + 232.0, + 348.0, + 232.0, + 348.0, + 260.0, + 318.0, + 260.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 593.0, + 259.0, + 611.0, + 259.0, + 611.0, + 275.0, + 593.0, + 275.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 792.0, + 253.0, + 839.0, + 253.0, + 839.0, + 278.0, + 792.0, + 278.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 269.0, + 322.0, + 269.0, + 322.0, + 380.0, + 292.0, + 380.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 793.0, + 273.0, + 839.0, + 273.0, + 839.0, + 297.0, + 793.0, + 297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 793.0, + 292.0, + 839.0, + 292.0, + 839.0, + 316.0, + 793.0, + 316.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 565.0, + 303.0, + 589.0, + 303.0, + 589.0, + 344.0, + 565.0, + 344.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 793.0, + 310.0, + 838.0, + 310.0, + 838.0, + 335.0, + 793.0, + 335.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 793.0, + 329.0, + 839.0, + 329.0, + 839.0, + 353.0, + 793.0, + 353.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 792.0, + 364.0, + 846.0, + 364.0, + 846.0, + 399.0, + 792.0, + 399.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 316.0, + 385.0, + 353.0, + 385.0, + 353.0, + 416.0, + 316.0, + 416.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 340.0, + 405.0, + 357.0, + 405.0, + 357.0, + 425.0, + 340.0, + 425.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 410.0, + 406.0, + 435.0, + 406.0, + 435.0, + 426.0, + 410.0, + 426.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 481.0, + 404.0, + 508.0, + 404.0, + 508.0, + 428.0, + 481.0, + 428.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 554.0, + 404.0, + 581.0, + 404.0, + 581.0, + 428.0, + 554.0, + 428.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 618.0, + 407.0, + 633.0, + 407.0, + 633.0, + 425.0, + 618.0, + 425.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 686.0, + 404.0, + 712.0, + 404.0, + 712.0, + 427.0, + 686.0, + 427.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 757.0, + 403.0, + 784.0, + 403.0, + 784.0, + 427.0, + 757.0, + 427.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 830.0, + 404.0, + 857.0, + 404.0, + 857.0, + 428.0, + 830.0, + 428.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 434.0, + 426.0, + 483.0, + 426.0, + 483.0, + 446.0, + 434.0, + 446.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 707.0, + 426.0, + 759.0, + 426.0, + 759.0, + 445.0, + 707.0, + 445.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 285.0, + 334.0, + 285.0, + 334.0, + 318.0, + 324.0, + 318.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 583.0, + 318.0, + 632.0, + 318.0, + 632.0, + 339.0, + 583.0, + 339.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 579.75, + 380.5, + 633.75, + 380.5, + 633.75, + 405.0, + 579.75, + 405.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 474.0, + 854.0, + 474.0, + 854.0, + 509.0, + 294.0, + 509.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 504.0, + 855.0, + 504.0, + 855.0, + 540.0, + 293.0, + 540.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 535.0, + 855.0, + 535.0, + 855.0, + 570.0, + 294.0, + 570.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 568.0, + 854.0, + 568.0, + 854.0, + 598.0, + 296.0, + 598.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 596.0, + 853.0, + 596.0, + 853.0, + 629.0, + 295.0, + 629.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 628.0, + 656.0, + 628.0, + 656.0, + 661.0, + 295.0, + 661.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 804.0, + 628.0, + 854.0, + 628.0, + 854.0, + 661.0, + 804.0, + 661.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 443.0, + 657.0, + 854.0, + 657.0, + 854.0, + 692.0, + 443.0, + 692.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 688.0, + 855.0, + 688.0, + 855.0, + 723.0, + 294.0, + 723.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 718.0, + 782.0, + 718.0, + 782.0, + 751.0, + 294.0, + 751.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 803.0, + 718.0, + 855.0, + 718.0, + 855.0, + 751.0, + 803.0, + 751.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 750.0, + 854.0, + 750.0, + 854.0, + 782.0, + 294.0, + 782.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 778.0, + 599.0, + 778.0, + 599.0, + 823.0, + 290.0, + 823.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 854.0, + 778.0, + 860.0, + 778.0, + 860.0, + 823.0, + 854.0, + 823.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 810.0, + 466.0, + 810.0, + 466.0, + 855.0, + 291.0, + 855.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 601.0, + 810.0, + 860.0, + 810.0, + 860.0, + 855.0, + 601.0, + 855.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 848.0, + 355.0, + 848.0, + 355.0, + 880.0, + 294.0, + 880.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 431.0, + 848.0, + 745.0, + 848.0, + 745.0, + 880.0, + 431.0, + 880.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 766.0, + 848.0, + 855.0, + 848.0, + 855.0, + 880.0, + 766.0, + 880.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 876.0, + 540.0, + 876.0, + 540.0, + 912.0, + 292.0, + 912.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 704.0, + 876.0, + 713.0, + 876.0, + 713.0, + 912.0, + 704.0, + 912.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 73.0, + 859.0, + 73.0, + 859.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 2086.0, + 860.0, + 2086.0, + 860.0, + 2116.0, + 839.0, + 2116.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 73.0, + 858.0, + 73.0, + 858.0, + 107.0, + 297.0, + 107.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1412.0, + 1120.0, + 1412.0, + 1120.0, + 1446.0, + 295.0, + 1446.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1288.0, + 1412.0, + 1403.0, + 1412.0, + 1403.0, + 1446.0, + 1288.0, + 1446.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1444.0, + 1374.0, + 1444.0, + 1374.0, + 1474.0, + 296.0, + 1474.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1473.0, + 490.0, + 1473.0, + 490.0, + 1507.0, + 295.0, + 1507.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 566.0, + 1473.0, + 1405.0, + 1473.0, + 1405.0, + 1507.0, + 566.0, + 1507.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1504.0, + 343.0, + 1504.0, + 343.0, + 1538.0, + 295.0, + 1538.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 415.0, + 1504.0, + 1403.0, + 1504.0, + 1403.0, + 1538.0, + 415.0, + 1538.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1533.0, + 1405.0, + 1533.0, + 1405.0, + 1567.0, + 294.0, + 1567.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1566.0, + 1407.0, + 1566.0, + 1407.0, + 1596.0, + 294.0, + 1596.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1595.0, + 1220.0, + 1595.0, + 1220.0, + 1629.0, + 294.0, + 1629.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1287.0, + 1595.0, + 1408.0, + 1595.0, + 1408.0, + 1629.0, + 1287.0, + 1629.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1621.0, + 1406.0, + 1621.0, + 1406.0, + 1663.0, + 292.0, + 1663.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1655.0, + 1405.0, + 1655.0, + 1405.0, + 1692.0, + 292.0, + 1692.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1686.0, + 1405.0, + 1686.0, + 1405.0, + 1721.0, + 292.0, + 1721.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1717.0, + 404.0, + 1717.0, + 404.0, + 1751.0, + 294.0, + 1751.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 444.0, + 1717.0, + 1405.0, + 1717.0, + 1405.0, + 1751.0, + 444.0, + 1751.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1745.0, + 296.0, + 1745.0, + 296.0, + 1783.0, + 292.0, + 1783.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 418.0, + 1745.0, + 819.0, + 1745.0, + 819.0, + 1783.0, + 418.0, + 1783.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 977.0, + 1745.0, + 1325.0, + 1745.0, + 1325.0, + 1783.0, + 977.0, + 1783.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1032.0, + 1405.0, + 1032.0, + 1405.0, + 1069.0, + 293.0, + 1069.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1065.0, + 562.0, + 1065.0, + 562.0, + 1099.0, + 294.0, + 1099.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 736.0, + 1065.0, + 1405.0, + 1065.0, + 1405.0, + 1099.0, + 736.0, + 1099.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1092.0, + 1405.0, + 1092.0, + 1405.0, + 1134.0, + 292.0, + 1134.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1126.0, + 1404.0, + 1126.0, + 1404.0, + 1161.0, + 294.0, + 1161.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1156.0, + 468.0, + 1156.0, + 468.0, + 1191.0, + 294.0, + 1191.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 664.0, + 1156.0, + 748.0, + 1156.0, + 748.0, + 1191.0, + 664.0, + 1191.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 776.0, + 1156.0, + 1405.0, + 1156.0, + 1405.0, + 1191.0, + 776.0, + 1191.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1187.0, + 1405.0, + 1187.0, + 1405.0, + 1222.0, + 293.0, + 1222.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1217.0, + 977.0, + 1217.0, + 977.0, + 1253.0, + 293.0, + 1253.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 996.0, + 1217.0, + 1406.0, + 1217.0, + 1406.0, + 1253.0, + 996.0, + 1253.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1248.0, + 463.0, + 1248.0, + 463.0, + 1283.0, + 294.0, + 1283.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 492.0, + 1248.0, + 740.0, + 1248.0, + 740.0, + 1283.0, + 492.0, + 1283.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 837.0, + 1248.0, + 1405.0, + 1248.0, + 1405.0, + 1283.0, + 837.0, + 1283.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1275.0, + 717.0, + 1275.0, + 717.0, + 1315.0, + 292.0, + 1315.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 750.0, + 1275.0, + 907.0, + 1275.0, + 907.0, + 1315.0, + 750.0, + 1315.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1024.0, + 1275.0, + 1405.0, + 1275.0, + 1405.0, + 1315.0, + 1024.0, + 1315.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1309.0, + 1405.0, + 1309.0, + 1405.0, + 1343.0, + 294.0, + 1343.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1338.0, + 759.0, + 1338.0, + 759.0, + 1374.0, + 293.0, + 1374.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 873.0, + 228.0, + 1408.0, + 228.0, + 1408.0, + 265.0, + 873.0, + 265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 874.0, + 263.0, + 1404.0, + 263.0, + 1404.0, + 293.0, + 874.0, + 293.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 872.0, + 292.0, + 1407.0, + 292.0, + 1407.0, + 322.0, + 872.0, + 322.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 871.0, + 323.0, + 1405.0, + 323.0, + 1405.0, + 354.0, + 871.0, + 354.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 871.0, + 352.0, + 1404.0, + 352.0, + 1404.0, + 388.0, + 871.0, + 388.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 871.0, + 381.0, + 1407.0, + 381.0, + 1407.0, + 417.0, + 871.0, + 417.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 872.0, + 412.0, + 1405.0, + 412.0, + 1405.0, + 447.0, + 872.0, + 447.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 873.0, + 445.0, + 1403.0, + 445.0, + 1403.0, + 476.0, + 873.0, + 476.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 871.0, + 473.0, + 1408.0, + 473.0, + 1408.0, + 510.0, + 871.0, + 510.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 871.0, + 503.0, + 1406.0, + 503.0, + 1406.0, + 539.0, + 871.0, + 539.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 872.0, + 534.0, + 1408.0, + 534.0, + 1408.0, + 568.0, + 872.0, + 568.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 872.0, + 566.0, + 1406.0, + 566.0, + 1406.0, + 597.0, + 872.0, + 597.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 872.0, + 595.0, + 1405.0, + 595.0, + 1405.0, + 628.0, + 872.0, + 628.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 872.0, + 626.0, + 1408.0, + 626.0, + 1408.0, + 660.0, + 872.0, + 660.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 872.0, + 657.0, + 1406.0, + 657.0, + 1406.0, + 691.0, + 872.0, + 691.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 872.0, + 688.0, + 1408.0, + 688.0, + 1408.0, + 722.0, + 872.0, + 722.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 873.0, + 719.0, + 1405.0, + 719.0, + 1405.0, + 750.0, + 873.0, + 750.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 872.0, + 748.0, + 1405.0, + 748.0, + 1405.0, + 782.0, + 872.0, + 782.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 872.0, + 779.0, + 1405.0, + 779.0, + 1405.0, + 811.0, + 872.0, + 811.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 872.0, + 810.0, + 1407.0, + 810.0, + 1407.0, + 841.0, + 872.0, + 841.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 872.0, + 839.0, + 1407.0, + 839.0, + 1407.0, + 874.0, + 872.0, + 874.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 873.0, + 868.0, + 1405.0, + 868.0, + 1405.0, + 902.0, + 873.0, + 902.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 872.0, + 902.0, + 1403.0, + 902.0, + 1403.0, + 932.0, + 872.0, + 932.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 872.0, + 929.0, + 1403.0, + 929.0, + 1403.0, + 965.0, + 872.0, + 965.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1820.0, + 1402.0, + 1820.0, + 1402.0, + 1855.0, + 294.0, + 1855.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1851.0, + 1408.0, + 1851.0, + 1408.0, + 1885.0, + 294.0, + 1885.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1878.0, + 1409.0, + 1878.0, + 1409.0, + 1918.0, + 292.0, + 1918.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1912.0, + 1405.0, + 1912.0, + 1405.0, + 1947.0, + 294.0, + 1947.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1940.0, + 1405.0, + 1940.0, + 1405.0, + 1979.0, + 293.0, + 1979.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1971.0, + 1405.0, + 1971.0, + 1405.0, + 2009.0, + 293.0, + 2009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 2004.0, + 674.0, + 2004.0, + 674.0, + 2037.0, + 294.0, + 2037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 959.0, + 1065.0, + 959.0, + 1065.0, + 998.0, + 293.0, + 998.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 7, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 294, + 359, + 1409, + 359, + 1409, + 2038, + 294, + 2038 + ], + "score": 0.967 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 857, + 75, + 857, + 105, + 298, + 105 + ], + "score": 0.9 + }, + { + "category_id": 0, + "poly": [ + 299, + 290, + 488, + 290, + 488, + 323, + 299, + 323 + ], + "score": 0.844 + }, + { + "category_id": 2, + "poly": [ + 840, + 2088, + 859, + 2088, + 859, + 2111, + 840, + 2111 + ], + "score": 0.772 + }, + { + "category_id": 15, + "poly": [ + 298.0, + 73.0, + 859.0, + 73.0, + 859.0, + 108.0, + 298.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 290.0, + 490.0, + 290.0, + 490.0, + 327.0, + 297.0, + 327.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 2087.0, + 861.0, + 2087.0, + 861.0, + 2117.0, + 839.0, + 2117.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 365.0, + 1406.0, + 365.0, + 1406.0, + 400.0, + 322.0, + 400.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 394.0, + 546.0, + 394.0, + 546.0, + 429.0, + 324.0, + 429.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 424.0, + 1408.0, + 424.0, + 1408.0, + 459.0, + 293.0, + 459.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 454.0, + 1406.0, + 454.0, + 1406.0, + 489.0, + 293.0, + 489.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 314.0, + 482.0, + 521.0, + 482.0, + 521.0, + 513.0, + 314.0, + 513.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 509.0, + 1402.0, + 509.0, + 1402.0, + 544.0, + 295.0, + 544.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 537.0, + 827.0, + 537.0, + 827.0, + 572.0, + 322.0, + 572.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 567.0, + 1408.0, + 567.0, + 1408.0, + 602.0, + 293.0, + 602.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 593.0, + 635.0, + 593.0, + 635.0, + 626.0, + 320.0, + 626.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 618.0, + 1410.0, + 618.0, + 1410.0, + 661.0, + 293.0, + 661.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 654.0, + 457.0, + 654.0, + 457.0, + 683.0, + 322.0, + 683.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 680.0, + 1404.0, + 680.0, + 1404.0, + 715.0, + 295.0, + 715.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 706.0, + 555.0, + 706.0, + 555.0, + 741.0, + 322.0, + 741.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 733.0, + 1408.0, + 733.0, + 1408.0, + 770.0, + 293.0, + 770.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 761.0, + 1410.0, + 761.0, + 1410.0, + 802.0, + 320.0, + 802.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 789.0, + 1093.0, + 789.0, + 1093.0, + 824.0, + 322.0, + 824.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 819.0, + 1406.0, + 819.0, + 1406.0, + 854.0, + 295.0, + 854.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 846.0, + 779.0, + 846.0, + 779.0, + 882.0, + 320.0, + 882.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 870.0, + 1406.0, + 870.0, + 1406.0, + 915.0, + 290.0, + 915.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 316.0, + 900.0, + 1117.0, + 900.0, + 1117.0, + 939.0, + 316.0, + 939.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 928.0, + 1408.0, + 928.0, + 1408.0, + 971.0, + 292.0, + 971.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 959.0, + 683.0, + 959.0, + 683.0, + 995.0, + 320.0, + 995.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 989.0, + 1408.0, + 989.0, + 1408.0, + 1024.0, + 297.0, + 1024.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 316.0, + 1009.0, + 1410.0, + 1009.0, + 1410.0, + 1060.0, + 316.0, + 1060.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1047.0, + 609.0, + 1047.0, + 609.0, + 1076.0, + 324.0, + 1076.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1069.0, + 1406.0, + 1069.0, + 1406.0, + 1113.0, + 292.0, + 1113.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1098.0, + 392.0, + 1098.0, + 392.0, + 1135.0, + 320.0, + 1135.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1121.0, + 1408.0, + 1121.0, + 1408.0, + 1171.0, + 290.0, + 1171.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1160.0, + 1250.0, + 1160.0, + 1250.0, + 1189.0, + 324.0, + 1189.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1182.0, + 1408.0, + 1182.0, + 1408.0, + 1224.0, + 292.0, + 1224.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 318.0, + 1212.0, + 756.0, + 1212.0, + 756.0, + 1248.0, + 318.0, + 1248.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1239.0, + 1406.0, + 1239.0, + 1406.0, + 1282.0, + 292.0, + 1282.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1271.0, + 626.0, + 1271.0, + 626.0, + 1306.0, + 322.0, + 1306.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1299.0, + 1406.0, + 1299.0, + 1406.0, + 1334.0, + 295.0, + 1334.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1326.0, + 645.0, + 1326.0, + 645.0, + 1362.0, + 322.0, + 1362.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1350.0, + 1410.0, + 1350.0, + 1410.0, + 1393.0, + 292.0, + 1393.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1382.0, + 1273.0, + 1382.0, + 1273.0, + 1417.0, + 320.0, + 1417.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1410.0, + 1404.0, + 1410.0, + 1404.0, + 1445.0, + 295.0, + 1445.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1439.0, + 593.0, + 1439.0, + 593.0, + 1473.0, + 320.0, + 1473.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1463.0, + 1408.0, + 1463.0, + 1408.0, + 1506.0, + 292.0, + 1506.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1495.0, + 1396.0, + 1495.0, + 1396.0, + 1530.0, + 322.0, + 1530.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1525.0, + 1406.0, + 1525.0, + 1406.0, + 1560.0, + 293.0, + 1560.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 318.0, + 1552.0, + 646.0, + 1552.0, + 646.0, + 1588.0, + 318.0, + 1588.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1578.0, + 1191.0, + 1578.0, + 1191.0, + 1617.0, + 290.0, + 1617.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1610.0, + 1404.0, + 1610.0, + 1404.0, + 1645.0, + 293.0, + 1645.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1638.0, + 1106.0, + 1638.0, + 1106.0, + 1673.0, + 320.0, + 1673.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1664.0, + 1408.0, + 1664.0, + 1408.0, + 1703.0, + 291.0, + 1703.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1691.0, + 1408.0, + 1691.0, + 1408.0, + 1732.0, + 320.0, + 1732.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1719.0, + 1303.0, + 1719.0, + 1303.0, + 1754.0, + 322.0, + 1754.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1751.0, + 1408.0, + 1751.0, + 1408.0, + 1786.0, + 293.0, + 1786.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1779.0, + 392.0, + 1779.0, + 392.0, + 1810.0, + 322.0, + 1810.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1803.0, + 1410.0, + 1803.0, + 1410.0, + 1843.0, + 293.0, + 1843.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1834.0, + 1298.0, + 1834.0, + 1298.0, + 1869.0, + 320.0, + 1869.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1864.0, + 1404.0, + 1864.0, + 1404.0, + 1899.0, + 293.0, + 1899.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1888.0, + 1100.0, + 1888.0, + 1100.0, + 1929.0, + 320.0, + 1929.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1919.0, + 1089.0, + 1919.0, + 1089.0, + 1955.0, + 295.0, + 1955.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1943.0, + 1408.0, + 1943.0, + 1408.0, + 1986.0, + 292.0, + 1986.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1977.0, + 673.0, + 1977.0, + 673.0, + 2012.0, + 320.0, + 2012.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1999.0, + 1372.0, + 1999.0, + 1372.0, + 2042.0, + 292.0, + 2042.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 8, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 294, + 219, + 1410, + 219, + 1410, + 1879, + 294, + 1879 + ], + "score": 0.966 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 857, + 75, + 857, + 105, + 298, + 105 + ], + "score": 0.897 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 865, + 2088, + 865, + 2113, + 835, + 2113 + ], + "score": 0.846 + }, + { + "category_id": 15, + "poly": [ + 298.0, + 73.0, + 859.0, + 73.0, + 859.0, + 108.0, + 298.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 2085.0, + 868.0, + 2085.0, + 868.0, + 2123.0, + 831.0, + 2123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 228.0, + 1406.0, + 228.0, + 1406.0, + 270.0, + 293.0, + 270.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 261.0, + 722.0, + 261.0, + 722.0, + 295.0, + 320.0, + 295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 281.0, + 1409.0, + 281.0, + 1409.0, + 330.0, + 289.0, + 330.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 314.0, + 850.0, + 314.0, + 850.0, + 352.0, + 320.0, + 352.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 341.0, + 1409.0, + 341.0, + 1409.0, + 382.0, + 295.0, + 382.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 318.0, + 373.0, + 439.0, + 373.0, + 439.0, + 403.0, + 318.0, + 403.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 394.0, + 1409.0, + 394.0, + 1409.0, + 439.0, + 291.0, + 439.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 427.0, + 454.0, + 427.0, + 454.0, + 462.0, + 320.0, + 462.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 451.0, + 1286.0, + 451.0, + 1286.0, + 490.0, + 293.0, + 490.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 482.0, + 1406.0, + 482.0, + 1406.0, + 517.0, + 296.0, + 517.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 318.0, + 508.0, + 1391.0, + 508.0, + 1391.0, + 549.0, + 318.0, + 549.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 537.0, + 1304.0, + 537.0, + 1304.0, + 572.0, + 296.0, + 572.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 563.0, + 984.0, + 563.0, + 984.0, + 604.0, + 295.0, + 604.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 591.0, + 1408.0, + 591.0, + 1408.0, + 631.0, + 295.0, + 631.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 318.0, + 618.0, + 676.0, + 618.0, + 676.0, + 658.0, + 318.0, + 658.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 646.0, + 1408.0, + 646.0, + 1408.0, + 686.0, + 293.0, + 686.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 677.0, + 1404.0, + 677.0, + 1404.0, + 712.0, + 324.0, + 712.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 702.0, + 445.0, + 702.0, + 445.0, + 737.0, + 320.0, + 737.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 724.0, + 1408.0, + 724.0, + 1408.0, + 772.0, + 291.0, + 772.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 316.0, + 756.0, + 975.0, + 756.0, + 975.0, + 794.0, + 316.0, + 794.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 787.0, + 1406.0, + 787.0, + 1406.0, + 822.0, + 295.0, + 822.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 814.0, + 1406.0, + 814.0, + 1406.0, + 849.0, + 324.0, + 849.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 842.0, + 564.0, + 842.0, + 564.0, + 877.0, + 320.0, + 877.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 867.0, + 1408.0, + 867.0, + 1408.0, + 908.0, + 293.0, + 908.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 895.0, + 392.0, + 895.0, + 392.0, + 932.0, + 320.0, + 932.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 922.0, + 1406.0, + 922.0, + 1406.0, + 963.0, + 295.0, + 963.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 954.0, + 629.0, + 954.0, + 629.0, + 988.0, + 320.0, + 988.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 977.0, + 1409.0, + 977.0, + 1409.0, + 1018.0, + 293.0, + 1018.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 318.0, + 1009.0, + 428.0, + 1009.0, + 428.0, + 1041.0, + 318.0, + 1041.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1036.0, + 1406.0, + 1036.0, + 1406.0, + 1071.0, + 296.0, + 1071.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 318.0, + 1066.0, + 489.0, + 1066.0, + 489.0, + 1096.0, + 318.0, + 1096.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1089.0, + 1400.0, + 1089.0, + 1400.0, + 1130.0, + 295.0, + 1130.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1119.0, + 483.0, + 1119.0, + 483.0, + 1153.0, + 320.0, + 1153.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1146.0, + 1402.0, + 1146.0, + 1402.0, + 1181.0, + 295.0, + 1181.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1174.0, + 821.0, + 1174.0, + 821.0, + 1208.0, + 322.0, + 1208.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1201.0, + 1239.0, + 1201.0, + 1239.0, + 1236.0, + 295.0, + 1236.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1227.0, + 1406.0, + 1227.0, + 1406.0, + 1267.0, + 293.0, + 1267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1256.0, + 501.0, + 1256.0, + 501.0, + 1291.0, + 320.0, + 1291.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 1278.0, + 1408.0, + 1278.0, + 1408.0, + 1328.0, + 289.0, + 1328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 318.0, + 1309.0, + 973.0, + 1309.0, + 973.0, + 1350.0, + 318.0, + 1350.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1335.0, + 1406.0, + 1335.0, + 1406.0, + 1379.0, + 291.0, + 1379.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1368.0, + 787.0, + 1368.0, + 787.0, + 1403.0, + 320.0, + 1403.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1394.0, + 1409.0, + 1394.0, + 1409.0, + 1434.0, + 293.0, + 1434.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 318.0, + 1425.0, + 533.0, + 1425.0, + 533.0, + 1458.0, + 318.0, + 1458.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1447.0, + 1406.0, + 1447.0, + 1406.0, + 1491.0, + 293.0, + 1491.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 318.0, + 1476.0, + 792.0, + 1476.0, + 792.0, + 1517.0, + 318.0, + 1517.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1504.0, + 1408.0, + 1504.0, + 1408.0, + 1544.0, + 295.0, + 1544.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1535.0, + 790.0, + 1535.0, + 790.0, + 1570.0, + 320.0, + 1570.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1559.0, + 1406.0, + 1559.0, + 1406.0, + 1599.0, + 293.0, + 1599.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 318.0, + 1586.0, + 1203.0, + 1586.0, + 1203.0, + 1627.0, + 318.0, + 1627.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1614.0, + 1395.0, + 1614.0, + 1395.0, + 1652.0, + 291.0, + 1652.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1641.0, + 1408.0, + 1641.0, + 1408.0, + 1681.0, + 293.0, + 1681.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 316.0, + 1667.0, + 1098.0, + 1667.0, + 1098.0, + 1709.0, + 316.0, + 1709.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 1692.0, + 1408.0, + 1692.0, + 1408.0, + 1742.0, + 289.0, + 1742.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1727.0, + 847.0, + 1727.0, + 847.0, + 1762.0, + 320.0, + 1762.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1747.0, + 1408.0, + 1747.0, + 1408.0, + 1797.0, + 291.0, + 1797.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1782.0, + 693.0, + 1782.0, + 693.0, + 1817.0, + 322.0, + 1817.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1808.0, + 1406.0, + 1808.0, + 1406.0, + 1848.0, + 293.0, + 1848.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 318.0, + 1835.0, + 908.0, + 1835.0, + 908.0, + 1874.0, + 318.0, + 1874.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1861.0, + 1145.0, + 1861.0, + 1145.0, + 1896.0, + 295.0, + 1896.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 9, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 325, + 1407, + 325, + 1407, + 452, + 297, + 452 + ], + "score": 0.973 + }, + { + "category_id": 1, + "poly": [ + 298, + 1949, + 1405, + 1949, + 1405, + 2044, + 298, + 2044 + ], + "score": 0.967 + }, + { + "category_id": 0, + "poly": [ + 299, + 217, + 1271, + 217, + 1271, + 282, + 299, + 282 + ], + "score": 0.946 + }, + { + "category_id": 8, + "poly": [ + 735, + 1434, + 961, + 1434, + 961, + 1506, + 735, + 1506 + ], + "score": 0.945 + }, + { + "category_id": 0, + "poly": [ + 297, + 1631, + 930, + 1631, + 930, + 1692, + 297, + 1692 + ], + "score": 0.936 + }, + { + "category_id": 1, + "poly": [ + 291, + 1810, + 1405, + 1810, + 1405, + 1876, + 291, + 1876 + ], + "score": 0.928 + }, + { + "category_id": 1, + "poly": [ + 298, + 1740, + 1024, + 1740, + 1024, + 1781, + 298, + 1781 + ], + "score": 0.925 + }, + { + "category_id": 2, + "poly": [ + 297, + 74, + 858, + 74, + 858, + 106, + 297, + 106 + ], + "score": 0.914 + }, + { + "category_id": 8, + "poly": [ + 759, + 1876, + 941, + 1876, + 941, + 1913, + 759, + 1913 + ], + "score": 0.91 + }, + { + "category_id": 1, + "poly": [ + 364, + 553, + 1407, + 553, + 1407, + 1320, + 364, + 1320 + ], + "score": 0.898 + }, + { + "category_id": 1, + "poly": [ + 296, + 1343, + 884, + 1343, + 884, + 1377, + 296, + 1377 + ], + "score": 0.893 + }, + { + "category_id": 0, + "poly": [ + 300, + 496, + 695, + 496, + 695, + 532, + 300, + 532 + ], + "score": 0.89 + }, + { + "category_id": 9, + "poly": [ + 1344, + 1878, + 1400, + 1878, + 1400, + 1910, + 1344, + 1910 + ], + "score": 0.888 + }, + { + "category_id": 1, + "poly": [ + 299, + 1385, + 1209, + 1385, + 1209, + 1420, + 299, + 1420 + ], + "score": 0.885 + }, + { + "category_id": 2, + "poly": [ + 835, + 2087, + 862, + 2087, + 862, + 2114, + 835, + 2114 + ], + "score": 0.849 + }, + { + "category_id": 0, + "poly": [ + 297, + 1564, + 405, + 1564, + 405, + 1607, + 297, + 1607 + ], + "score": 0.5 + }, + { + "category_id": 1, + "poly": [ + 297, + 1564, + 405, + 1564, + 405, + 1607, + 297, + 1607 + ], + "score": 0.108 + }, + { + "category_id": 14, + "poly": [ + 736, + 1433, + 962, + 1433, + 962, + 1506, + 736, + 1506 + ], + "score": 0.93, + "latex": "\\mathbb { P } \\left( X \\geq \\eta \\right) \\leq \\frac { \\mathbb { E } X } { \\eta } ." + }, + { + "category_id": 13, + "poly": [ + 396, + 1280, + 491, + 1280, + 491, + 1315, + 396, + 1315 + ], + "score": 0.92, + "latex": "B \\left( x , y \\right)" + }, + { + "category_id": 13, + "poly": [ + 423, + 1128, + 587, + 1128, + 587, + 1163, + 423, + 1163 + ], + "score": 0.92, + "latex": "\\mathbf { x } \\sim \\mathcal { N } ( \\pmb { \\mu } , \\pmb { \\Sigma } )" + }, + { + "category_id": 13, + "poly": [ + 396, + 1228, + 650, + 1228, + 650, + 1273, + 396, + 1273 + ], + "score": 0.91, + "latex": "\\textstyle \\Phi \\left( x \\right) \\triangleq \\int _ { - \\infty } ^ { x } \\phi \\left( u \\right) d u" + }, + { + "category_id": 13, + "poly": [ + 530, + 1991, + 819, + 1991, + 819, + 2045, + 530, + 2045 + ], + "score": 0.91, + "latex": "\\tilde { \\mathbf { w } } \\triangleq \\mathrm { v e c } \\left( \\tilde { \\mathbf { W } } ^ { \\top } \\right) \\in \\mathbb { R } ^ { d _ { 0 } d _ { 1 } }" + }, + { + "category_id": 13, + "poly": [ + 298, + 1991, + 477, + 1991, + 477, + 2032, + 298, + 2032 + ], + "score": 0.91, + "latex": "\\left[ \\tilde { \\mathbf { w } } _ { 1 } , \\ldots , \\tilde { \\mathbf { w } } _ { d _ { 1 } } \\right] ^ { \\top }" + }, + { + "category_id": 13, + "poly": [ + 397, + 1044, + 684, + 1044, + 684, + 1086, + 397, + 1086 + ], + "score": 0.91, + "latex": "\\begin{array} { r } { \\| \\mathbf { v } \\| _ { 0 } = \\sum _ { i = 1 } ^ { d } \\mathcal { T } \\left( v _ { i } > 0 \\right) } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 981, + 690, + 1040, + 690, + 1040, + 724, + 981, + 724 + ], + "score": 0.91, + "latex": "\\mathbf { I } _ { d \\times k }" + }, + { + "category_id": 13, + "poly": [ + 621, + 885, + 800, + 885, + 800, + 920, + 621, + 920 + ], + "score": 0.91, + "latex": "\\forall i , j : M _ { i j } > 0" + }, + { + "category_id": 13, + "poly": [ + 396, + 1173, + 688, + 1173, + 688, + 1219, + 396, + 1219 + ], + "score": 0.91, + "latex": "\\begin{array} { r } { \\phi \\left( x \\right) \\triangleq \\frac { 1 } { \\sqrt { 2 \\pi } } \\exp \\left( - \\frac { 1 } { 2 } x ^ { 2 } \\right) } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 854, + 687, + 919, + 687, + 919, + 719, + 854, + 719 + ], + "score": 0.9, + "latex": "\\mathbb { R } ^ { d \\times d }" + }, + { + "category_id": 13, + "poly": [ + 937, + 1387, + 1016, + 1387, + 1016, + 1417, + 937, + 1417 + ], + "score": 0.9, + "latex": "X \\geq 0" + }, + { + "category_id": 13, + "poly": [ + 600, + 640, + 773, + 640, + 773, + 679, + 600, + 679 + ], + "score": 0.9, + "latex": "\\delta _ { i j } \\triangleq { \\mathcal { T } } ( i = j )" + }, + { + "category_id": 13, + "poly": [ + 1215, + 687, + 1281, + 687, + 1281, + 719, + 1215, + 719 + ], + "score": 0.9, + "latex": "\\mathbb { R } ^ { d \\times k }" + }, + { + "category_id": 13, + "poly": [ + 651, + 553, + 880, + 553, + 880, + 628, + 651, + 628 + ], + "score": 0.9, + "latex": "{ \\mathcal { T } } \\left( { \\mathcal { A } } \\right) \\triangleq { \\left\\{ \\begin{array} { l l } { 1 } & { , { \\mathrm { i f } } \\ A } \\\\ { 0 } & { , { \\mathrm { e l s e } } } \\end{array} \\right. }" + }, + { + "category_id": 13, + "poly": [ + 1123, + 1387, + 1208, + 1387, + 1208, + 1419, + 1123, + 1419 + ], + "score": 0.89, + "latex": "\\forall \\eta > 0" + }, + { + "category_id": 13, + "poly": [ + 523, + 816, + 567, + 816, + 567, + 842, + 523, + 842 + ], + "score": 0.88, + "latex": "{ \\bf m } _ { n }" + }, + { + "category_id": 13, + "poly": [ + 1148, + 1952, + 1403, + 1952, + 1403, + 1992, + 1148, + 1992 + ], + "score": 0.88, + "latex": "\\tilde { \\mathbf { W } } = \\mathrm { d i a g } \\left( \\mathbf { z } \\right) \\mathbf { W } =" + }, + { + "category_id": 13, + "poly": [ + 395, + 928, + 446, + 928, + 446, + 960, + 395, + 960 + ], + "score": 0.88, + "latex": "\\mathbf { M } _ { S }" + }, + { + "category_id": 13, + "poly": [ + 534, + 691, + 565, + 691, + 565, + 722, + 534, + 722 + ], + "score": 0.88, + "latex": "\\mathbf { I } _ { d }" + }, + { + "category_id": 13, + "poly": [ + 875, + 1814, + 970, + 1814, + 970, + 1848, + 875, + 1848 + ], + "score": 0.88, + "latex": "{ \\mathcal { D } } _ { \\mathbf { A } } \\left( \\mathbf { X } \\right)" + }, + { + "category_id": 14, + "poly": [ + 758, + 1875, + 945, + 1875, + 945, + 1913, + 758, + 1913 + ], + "score": 0.88, + "latex": "\\left( \\mathbf { A } \\circ \\mathbf { X } \\right) \\mathbf { e } = 0 ." + }, + { + "category_id": 13, + "poly": [ + 395, + 885, + 482, + 885, + 482, + 915, + 395, + 915 + ], + "score": 0.88, + "latex": "\\mathbf M > 0" + }, + { + "category_id": 13, + "poly": [ + 758, + 1052, + 793, + 1052, + 793, + 1082, + 758, + 1082 + ], + "score": 0.88, + "latex": "L _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 1305, + 816, + 1350, + 816, + 1350, + 842, + 1305, + 842 + ], + "score": 0.87, + "latex": "{ \\bf m } _ { n }" + }, + { + "category_id": 13, + "poly": [ + 395, + 1087, + 483, + 1087, + 483, + 1116, + 395, + 1116 + ], + "score": 0.87, + "latex": "\\mathbf { v } \\in \\mathbb { R } ^ { d }" + }, + { + "category_id": 13, + "poly": [ + 642, + 816, + 662, + 816, + 662, + 839, + 642, + 839 + ], + "score": 0.77, + "latex": "n" + }, + { + "category_id": 13, + "poly": [ + 1218, + 930, + 1239, + 930, + 1239, + 956, + 1218, + 956 + ], + "score": 0.75, + "latex": "S" + }, + { + "category_id": 13, + "poly": [ + 631, + 1134, + 652, + 1134, + 652, + 1157, + 631, + 1157 + ], + "score": 0.7, + "latex": "\\mathbf { x }" + }, + { + "category_id": 13, + "poly": [ + 1318, + 2004, + 1339, + 2004, + 1339, + 2026, + 1318, + 2026 + ], + "score": 0.68, + "latex": "\\mathbf { v }" + }, + { + "category_id": 13, + "poly": [ + 397, + 764, + 620, + 764, + 620, + 803, + 397, + 803 + ], + "score": 0.67, + "latex": "[ L ] \\triangleq \\{ 1 , 2 , \\dots , L \\}" + }, + { + "category_id": 13, + "poly": [ + 427, + 1951, + 830, + 1951, + 830, + 1991, + 427, + 1991 + ], + "score": 0.66, + "latex": "\\mathbf { W } = \\left[ \\mathbf { w } _ { 1 } , \\ldots , \\mathbf { w } _ { d _ { 1 } } \\right] ^ { \\top } \\in \\mathcal { D } _ { \\mathbf { A } } \\left( \\mathbf { X } \\right)" + }, + { + "category_id": 13, + "poly": [ + 908, + 1998, + 1005, + 1998, + 1005, + 2032, + 908, + 2032 + ], + "score": 0.55, + "latex": "\\operatorname { d i a g } \\left( \\mathbf { v } \\right)" + }, + { + "category_id": 13, + "poly": [ + 1043, + 575, + 1067, + 575, + 1067, + 601, + 1043, + 601 + ], + "score": 0.52, + "latex": "\\mathcal { A }" + }, + { + "category_id": 13, + "poly": [ + 1326, + 973, + 1361, + 973, + 1361, + 1001, + 1326, + 1001 + ], + "score": 0.45, + "latex": "\\mathbf { M }" + }, + { + "category_id": 13, + "poly": [ + 965, + 1999, + 1004, + 1999, + 1004, + 2031, + 965, + 2031 + ], + "score": 0.38, + "latex": "\\mathbf { \\rho } ( \\mathbf { v } )" + }, + { + "category_id": 13, + "poly": [ + 529, + 845, + 563, + 845, + 563, + 871, + 529, + 871 + ], + "score": 0.37, + "latex": "\\mathbf { M }" + }, + { + "category_id": 13, + "poly": [ + 916, + 929, + 950, + 929, + 950, + 957, + 916, + 957 + ], + "score": 0.33, + "latex": "\\mathbf { M }" + }, + { + "category_id": 13, + "poly": [ + 916, + 812, + 950, + 812, + 950, + 840, + 916, + 840 + ], + "score": 0.32, + "latex": "\\mathbf { M }" + }, + { + "category_id": 13, + "poly": [ + 847, + 1953, + 1132, + 1953, + 1132, + 1988, + 847, + 1988 + ], + "score": 0.31, + "latex": "\\mathbf { G } \\triangleq \\mathbf { A } \\circ \\mathbf { X } \\ \\in \\ \\mathbb { R } ^ { d _ { 0 } d _ { 1 } \\times N }" + }, + { + "category_id": 15, + "poly": [ + 287.0, + 211.0, + 1277.0, + 211.0, + 1277.0, + 289.0, + 287.0, + 289.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 1619.0, + 936.0, + 1619.0, + 936.0, + 1700.0, + 289.0, + 1700.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 859.0, + 72.0, + 859.0, + 109.0, + 297.0, + 109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 495.0, + 697.0, + 495.0, + 697.0, + 535.0, + 296.0, + 535.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 2085.0, + 867.0, + 2085.0, + 867.0, + 2124.0, + 831.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1565.0, + 408.0, + 1565.0, + 408.0, + 1613.0, + 293.0, + 1613.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 323.0, + 1407.0, + 323.0, + 1407.0, + 361.0, + 292.0, + 361.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 357.0, + 1407.0, + 357.0, + 1407.0, + 392.0, + 292.0, + 392.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 387.0, + 1407.0, + 387.0, + 1407.0, + 423.0, + 291.0, + 423.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 419.0, + 1407.0, + 419.0, + 1407.0, + 452.0, + 295.0, + 452.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1943.0, + 426.0, + 1943.0, + 426.0, + 1998.0, + 290.0, + 1998.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 1943.0, + 846.0, + 1943.0, + 846.0, + 1998.0, + 831.0, + 1998.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1133.0, + 1943.0, + 1147.0, + 1943.0, + 1147.0, + 1998.0, + 1133.0, + 1998.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1404.0, + 1943.0, + 1409.0, + 1943.0, + 1409.0, + 1998.0, + 1404.0, + 1998.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 1987.0, + 297.0, + 1987.0, + 297.0, + 2040.0, + 289.0, + 2040.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 478.0, + 1987.0, + 529.0, + 1987.0, + 529.0, + 2040.0, + 478.0, + 2040.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 820.0, + 1987.0, + 907.0, + 1987.0, + 907.0, + 2040.0, + 820.0, + 2040.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1006.0, + 1987.0, + 1317.0, + 1987.0, + 1317.0, + 2040.0, + 1006.0, + 2040.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1340.0, + 1987.0, + 1410.0, + 1987.0, + 1410.0, + 2040.0, + 1340.0, + 2040.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1812.0, + 874.0, + 1812.0, + 874.0, + 1848.0, + 293.0, + 1848.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 971.0, + 1812.0, + 1406.0, + 1812.0, + 1406.0, + 1848.0, + 971.0, + 1848.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1844.0, + 440.0, + 1844.0, + 440.0, + 1882.0, + 290.0, + 1882.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1742.0, + 1024.0, + 1742.0, + 1024.0, + 1784.0, + 295.0, + 1784.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 363.0, + 562.0, + 650.0, + 562.0, + 650.0, + 615.0, + 363.0, + 615.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 881.0, + 550.0, + 1042.0, + 550.0, + 1042.0, + 609.0, + 881.0, + 609.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1068.0, + 550.0, + 1077.0, + 550.0, + 1077.0, + 609.0, + 1068.0, + 609.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 368.0, + 638.0, + 599.0, + 638.0, + 599.0, + 680.0, + 368.0, + 680.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 774.0, + 638.0, + 783.0, + 638.0, + 783.0, + 680.0, + 774.0, + 680.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 363.0, + 683.0, + 533.0, + 683.0, + 533.0, + 726.0, + 363.0, + 726.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 566.0, + 683.0, + 853.0, + 683.0, + 853.0, + 726.0, + 566.0, + 726.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 920.0, + 683.0, + 980.0, + 683.0, + 980.0, + 726.0, + 920.0, + 726.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1041.0, + 683.0, + 1214.0, + 683.0, + 1214.0, + 726.0, + 1041.0, + 726.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1282.0, + 683.0, + 1406.0, + 683.0, + 1406.0, + 726.0, + 1282.0, + 726.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 722.0, + 770.0, + 722.0, + 770.0, + 755.0, + 395.0, + 755.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 365.0, + 764.0, + 396.0, + 764.0, + 396.0, + 805.0, + 365.0, + 805.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 384.0, + 808.0, + 522.0, + 808.0, + 522.0, + 845.0, + 384.0, + 845.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 568.0, + 808.0, + 641.0, + 808.0, + 641.0, + 845.0, + 568.0, + 845.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 663.0, + 808.0, + 915.0, + 808.0, + 915.0, + 845.0, + 663.0, + 845.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 951.0, + 808.0, + 1304.0, + 808.0, + 1304.0, + 845.0, + 951.0, + 845.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1351.0, + 808.0, + 1402.0, + 808.0, + 1402.0, + 845.0, + 1351.0, + 845.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 843.0, + 528.0, + 843.0, + 528.0, + 874.0, + 395.0, + 874.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 564.0, + 843.0, + 580.0, + 843.0, + 580.0, + 874.0, + 564.0, + 874.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 369.0, + 883.0, + 394.0, + 883.0, + 394.0, + 921.0, + 369.0, + 921.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 483.0, + 883.0, + 620.0, + 883.0, + 620.0, + 921.0, + 483.0, + 921.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 801.0, + 883.0, + 810.0, + 883.0, + 810.0, + 921.0, + 801.0, + 921.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 368.0, + 928.0, + 394.0, + 928.0, + 394.0, + 961.0, + 368.0, + 961.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 447.0, + 928.0, + 915.0, + 928.0, + 915.0, + 961.0, + 447.0, + 961.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 951.0, + 928.0, + 1217.0, + 928.0, + 1217.0, + 961.0, + 951.0, + 961.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1240.0, + 928.0, + 1249.0, + 928.0, + 1249.0, + 961.0, + 1240.0, + 961.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 368.0, + 971.0, + 1325.0, + 971.0, + 1325.0, + 1006.0, + 368.0, + 1006.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1362.0, + 971.0, + 1405.0, + 971.0, + 1405.0, + 1006.0, + 1362.0, + 1006.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 390.0, + 1000.0, + 1103.0, + 1000.0, + 1103.0, + 1038.0, + 390.0, + 1038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 360.0, + 1037.0, + 396.0, + 1037.0, + 396.0, + 1096.0, + 360.0, + 1096.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 685.0, + 1037.0, + 757.0, + 1037.0, + 757.0, + 1096.0, + 685.0, + 1096.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 794.0, + 1037.0, + 1412.0, + 1037.0, + 1412.0, + 1096.0, + 794.0, + 1096.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 389.0, + 1078.0, + 394.0, + 1078.0, + 394.0, + 1121.0, + 389.0, + 1121.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 484.0, + 1078.0, + 494.0, + 1078.0, + 494.0, + 1121.0, + 484.0, + 1121.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 366.0, + 1125.0, + 422.0, + 1125.0, + 422.0, + 1165.0, + 366.0, + 1165.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 588.0, + 1125.0, + 630.0, + 1125.0, + 630.0, + 1165.0, + 588.0, + 1165.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 653.0, + 1125.0, + 962.0, + 1125.0, + 962.0, + 1165.0, + 653.0, + 1165.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 361.0, + 1166.0, + 395.0, + 1166.0, + 395.0, + 1228.0, + 361.0, + 1228.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 689.0, + 1166.0, + 1315.0, + 1166.0, + 1315.0, + 1228.0, + 689.0, + 1228.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 365.0, + 1227.0, + 395.0, + 1227.0, + 395.0, + 1271.0, + 365.0, + 1271.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 651.0, + 1227.0, + 1203.0, + 1227.0, + 1203.0, + 1271.0, + 651.0, + 1271.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 368.0, + 1279.0, + 395.0, + 1279.0, + 395.0, + 1316.0, + 368.0, + 1316.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 492.0, + 1279.0, + 725.0, + 1279.0, + 725.0, + 1316.0, + 492.0, + 1316.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 717.0, + 569.5, + 755.0, + 569.5, + 755.0, + 589.5, + 717.0, + 589.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1337.0, + 885.0, + 1337.0, + 885.0, + 1385.0, + 292.0, + 1385.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1384.0, + 936.0, + 1384.0, + 936.0, + 1424.0, + 294.0, + 1424.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1017.0, + 1384.0, + 1122.0, + 1384.0, + 1122.0, + 1424.0, + 1017.0, + 1424.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1209.0, + 1384.0, + 1213.0, + 1384.0, + 1213.0, + 1424.0, + 1209.0, + 1424.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1565.0, + 408.0, + 1565.0, + 408.0, + 1613.0, + 293.0, + 1613.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 10, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 569, + 1403, + 569, + 1403, + 694, + 297, + 694 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 296, + 708, + 1405, + 708, + 1405, + 835, + 296, + 835 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 298, + 461, + 1404, + 461, + 1404, + 556, + 298, + 556 + ], + "score": 0.973 + }, + { + "category_id": 1, + "poly": [ + 298, + 1887, + 1405, + 1887, + 1405, + 1984, + 298, + 1984 + ], + "score": 0.967 + }, + { + "category_id": 8, + "poly": [ + 684, + 847, + 1016, + 847, + 1016, + 918, + 684, + 918 + ], + "score": 0.958 + }, + { + "category_id": 1, + "poly": [ + 298, + 931, + 1405, + 931, + 1405, + 994, + 298, + 994 + ], + "score": 0.958 + }, + { + "category_id": 8, + "poly": [ + 559, + 1006, + 1139, + 1006, + 1139, + 1085, + 559, + 1085 + ], + "score": 0.955 + }, + { + "category_id": 1, + "poly": [ + 293, + 228, + 1401, + 228, + 1401, + 294, + 293, + 294 + ], + "score": 0.954 + }, + { + "category_id": 1, + "poly": [ + 298, + 384, + 1403, + 384, + 1403, + 449, + 298, + 449 + ], + "score": 0.954 + }, + { + "category_id": 8, + "poly": [ + 619, + 1161, + 1072, + 1161, + 1072, + 1229, + 619, + 1229 + ], + "score": 0.949 + }, + { + "category_id": 8, + "poly": [ + 555, + 1752, + 1140, + 1752, + 1140, + 1809, + 555, + 1809 + ], + "score": 0.946 + }, + { + "category_id": 1, + "poly": [ + 295, + 1675, + 1402, + 1675, + 1402, + 1740, + 295, + 1740 + ], + "score": 0.945 + }, + { + "category_id": 1, + "poly": [ + 295, + 1243, + 1402, + 1243, + 1402, + 1310, + 295, + 1310 + ], + "score": 0.945 + }, + { + "category_id": 8, + "poly": [ + 486, + 1320, + 1206, + 1320, + 1206, + 1366, + 486, + 1366 + ], + "score": 0.937 + }, + { + "category_id": 1, + "poly": [ + 293, + 1111, + 1259, + 1111, + 1259, + 1148, + 293, + 1148 + ], + "score": 0.929 + }, + { + "category_id": 8, + "poly": [ + 626, + 306, + 1071, + 306, + 1071, + 371, + 626, + 371 + ], + "score": 0.927 + }, + { + "category_id": 2, + "poly": [ + 297, + 74, + 858, + 74, + 858, + 106, + 297, + 106 + ], + "score": 0.926 + }, + { + "category_id": 1, + "poly": [ + 296, + 1380, + 876, + 1380, + 876, + 1419, + 296, + 1419 + ], + "score": 0.924 + }, + { + "category_id": 2, + "poly": [ + 326, + 2003, + 1251, + 2003, + 1251, + 2035, + 326, + 2035 + ], + "score": 0.914 + }, + { + "category_id": 9, + "poly": [ + 1344, + 1179, + 1400, + 1179, + 1400, + 1211, + 1344, + 1211 + ], + "score": 0.911 + }, + { + "category_id": 1, + "poly": [ + 291, + 1491, + 1264, + 1491, + 1264, + 1527, + 291, + 1527 + ], + "score": 0.908 + }, + { + "category_id": 9, + "poly": [ + 1344, + 323, + 1400, + 323, + 1400, + 355, + 1344, + 355 + ], + "score": 0.896 + }, + { + "category_id": 1, + "poly": [ + 297, + 1824, + 1343, + 1824, + 1343, + 1869, + 297, + 1869 + ], + "score": 0.895 + }, + { + "category_id": 2, + "poly": [ + 835, + 2087, + 864, + 2087, + 864, + 2113, + 835, + 2113 + ], + "score": 0.828 + }, + { + "category_id": 2, + "poly": [ + 1374, + 1493, + 1403, + 1493, + 1403, + 1523, + 1374, + 1523 + ], + "score": 0.812 + }, + { + "category_id": 0, + "poly": [ + 299, + 1568, + 1379, + 1568, + 1379, + 1642, + 299, + 1642 + ], + "score": 0.754 + }, + { + "category_id": 8, + "poly": [ + 574, + 1432, + 1127, + 1432, + 1127, + 1480, + 574, + 1480 + ], + "score": 0.661 + }, + { + "category_id": 8, + "poly": [ + 576, + 1432, + 1126, + 1432, + 1126, + 1480, + 576, + 1480 + ], + "score": 0.376 + }, + { + "category_id": 1, + "poly": [ + 299, + 1568, + 1379, + 1568, + 1379, + 1642, + 299, + 1642 + ], + "score": 0.16 + }, + { + "category_id": 2, + "poly": [ + 835, + 2087, + 864, + 2087, + 864, + 2114, + 835, + 2114 + ], + "score": 0.106 + }, + { + "category_id": 13, + "poly": [ + 652, + 802, + 741, + 802, + 741, + 835, + 652, + 835 + ], + "score": 0.95, + "latex": "\\left( \\mathbf { w } _ { i } , z _ { i } \\right)" + }, + { + "category_id": 14, + "poly": [ + 624, + 303, + 1072, + 303, + 1072, + 371, + 624, + 371 + ], + "score": 0.94, + "latex": "\\mathrm { M S E } = { \\frac { 1 } { N } } \\left\\| \\mathbf { y } - \\mathbf { G } ^ { \\top } { \\tilde { \\mathbf { w } } } \\right\\| ^ { 2 } = { \\frac { 1 } { N } } \\left\\| \\mathbf { e } \\right\\| ^ { 2 } ," + }, + { + "category_id": 14, + "poly": [ + 680, + 845, + 1018, + 845, + 1018, + 918, + 680, + 918 + ], + "score": 0.94, + "latex": "\\hat { z } _ { i } \\hat { \\mathbf { w } } _ { i } ^ { \\top } \\frac { \\partial } { \\partial \\tilde { \\mathbf { w } } _ { i } } \\frac { \\partial } { \\partial z _ { i } } \\mathrm { M S E } + O ( \\hat { z } _ { i } ^ { 2 } )" + }, + { + "category_id": 14, + "poly": [ + 621, + 1158, + 1077, + 1158, + 1077, + 1231, + 621, + 1231 + ], + "score": 0.94, + "latex": "0 = - \\frac { N } { 2 } \\frac { \\partial } { \\partial \\tilde { \\bf w } _ { i } } \\mathrm { M S E } = { \\bf G } \\left( { \\bf y } - { \\bf G } ^ { \\top } \\tilde { \\bf w } \\right) ." + }, + { + "category_id": 13, + "poly": [ + 473, + 1378, + 616, + 1378, + 616, + 1419, + 473, + 1419 + ], + "score": 0.93, + "latex": "\\big ( \\tilde { \\mathbf { w } } _ { 2 } - \\tilde { \\mathbf { w } } _ { 1 } \\big ) ^ { \\top }" + }, + { + "category_id": 14, + "poly": [ + 489, + 1319, + 1208, + 1319, + 1208, + 1366, + 489, + 1366 + ], + "score": 0.92, + "latex": "0 = \\mathbf { G } \\left( \\mathbf { y } - \\mathbf { G } ^ { \\top } \\tilde { \\mathbf { w } } _ { 1 } \\right) - \\mathbf { G } \\left( \\mathbf { y } - \\mathbf { G } ^ { \\top } \\tilde { \\mathbf { w } } _ { 1 } \\right) = \\mathbf { G } \\mathbf { G } ^ { \\top } \\left( \\tilde { \\mathbf { w } } _ { 2 } - \\tilde { \\mathbf { w } } _ { 1 } \\right) ." + }, + { + "category_id": 13, + "poly": [ + 1215, + 495, + 1297, + 495, + 1297, + 528, + 1215, + 528 + ], + "score": 0.92, + "latex": "( \\mathbf { W } , \\mathbf { z } )" + }, + { + "category_id": 13, + "poly": [ + 614, + 572, + 699, + 572, + 699, + 604, + 614, + 604 + ], + "score": 0.91, + "latex": "z _ { i } \\neq 0" + }, + { + "category_id": 14, + "poly": [ + 556, + 1005, + 1141, + 1005, + 1141, + 1083, + 556, + 1083 + ], + "score": 0.91, + "latex": "\\frac { \\partial } { \\partial z _ { i } } \\frac { \\partial } { \\partial \\mathbf { w } _ { i } } \\mathrm { M S E } = \\frac { \\partial } { \\partial z _ { i } } \\left[ z _ { i } \\frac { \\partial } { \\partial \\tilde { \\mathbf { w } } _ { i } } \\mathrm { M S E } \\right] = \\frac { \\partial } { \\partial \\tilde { \\mathbf { w } } _ { i } } \\mathrm { M S E } ." + }, + { + "category_id": 13, + "poly": [ + 1191, + 739, + 1363, + 739, + 1363, + 772, + 1191, + 772 + ], + "score": 0.91, + "latex": "( \\partial ^ { \\bar { k } } \\mathrm { M S E } / \\partial ^ { k } \\mathbf { w } _ { i }" + }, + { + "category_id": 14, + "poly": [ + 570, + 1429, + 1128, + 1429, + 1128, + 1481, + 570, + 1481 + ], + "score": 0.91, + "latex": "\\left\\| \\mathbf { G } ^ { \\top } \\left( \\tilde { \\mathbf { w } } _ { 2 } - \\tilde { \\mathbf { w } } _ { 1 } \\right) \\right\\| ^ { 2 } = 0 \\Rightarrow \\mathbf { G } ^ { \\top } \\left( \\tilde { \\mathbf { w } } _ { 2 } - \\tilde { \\mathbf { w } } _ { 1 } \\right) = 0 ." + }, + { + "category_id": 13, + "poly": [ + 677, + 417, + 758, + 417, + 758, + 450, + 677, + 450 + ], + "score": 0.91, + "latex": "( \\mathbf { W } , \\mathbf { z } )" + }, + { + "category_id": 13, + "poly": [ + 823, + 386, + 905, + 386, + 905, + 419, + 823, + 419 + ], + "score": 0.91, + "latex": "( \\mathbf { W } , \\mathbf { z } )" + }, + { + "category_id": 13, + "poly": [ + 649, + 712, + 737, + 712, + 737, + 741, + 649, + 741 + ], + "score": 0.91, + "latex": "z _ { i } ~ = ~ 0" + }, + { + "category_id": 13, + "poly": [ + 1166, + 2005, + 1241, + 2005, + 1241, + 2035, + 1166, + 2035 + ], + "score": 0.91, + "latex": "( \\mathbf { W } , \\mathbf { z } )" + }, + { + "category_id": 13, + "poly": [ + 467, + 495, + 549, + 495, + 549, + 527, + 467, + 527 + ], + "score": 0.9, + "latex": "( \\mathbf { W } , \\mathbf { z } )" + }, + { + "category_id": 13, + "poly": [ + 1055, + 771, + 1237, + 771, + 1237, + 803, + 1055, + 803 + ], + "score": 0.9, + "latex": "\\partial \\mathrm { M S E } / \\partial z _ { i } = 0" + }, + { + "category_id": 13, + "poly": [ + 555, + 1243, + 729, + 1243, + 729, + 1279, + 555, + 1279 + ], + "score": 0.9, + "latex": "\\mathbf { e } = \\mathbf { y } - \\mathbf { G } ^ { \\top } \\tilde { \\mathbf { w } }" + }, + { + "category_id": 13, + "poly": [ + 365, + 1247, + 505, + 1247, + 505, + 1276, + 365, + 1276 + ], + "score": 0.9, + "latex": "\\mathbf { G } = \\mathbf { A } \\circ \\mathbf { X }" + }, + { + "category_id": 13, + "poly": [ + 1273, + 1249, + 1311, + 1249, + 1311, + 1277, + 1273, + 1277 + ], + "score": 0.9, + "latex": "\\tilde { \\mathbf { w } } _ { 1 }" + }, + { + "category_id": 13, + "poly": [ + 370, + 383, + 440, + 383, + 440, + 415, + 370, + 415 + ], + "score": 0.9, + "latex": "\\mathbf { G } ^ { \\top } \\tilde { \\mathbf { w } }" + }, + { + "category_id": 13, + "poly": [ + 722, + 1951, + 892, + 1951, + 892, + 1984, + 722, + 1984 + ], + "score": 0.9, + "latex": "\\left( \\mathbf { A } \\circ \\mathbf { X } \\right) \\mathbf { e } = 0" + }, + { + "category_id": 13, + "poly": [ + 366, + 1114, + 558, + 1114, + 558, + 1147, + 366, + 1147 + ], + "score": 0.89, + "latex": "\\partial \\mathrm { M S E } / \\partial \\tilde { \\bf w } _ { i } = 0" + }, + { + "category_id": 13, + "poly": [ + 781, + 802, + 869, + 802, + 869, + 834, + 781, + 834 + ], + "score": 0.89, + "latex": "( \\hat { \\mathbf { w } } _ { i } , \\hat { z } _ { i } )" + }, + { + "category_id": 13, + "poly": [ + 931, + 934, + 966, + 934, + 966, + 963, + 931, + 963 + ], + "score": 0.89, + "latex": "\\hat { \\mathbf { w } } _ { i }" + }, + { + "category_id": 13, + "poly": [ + 760, + 1920, + 934, + 1920, + 934, + 1948, + 760, + 1948 + ], + "score": 0.89, + "latex": "\\mathrm { M C E } > \\epsilon > 0" + }, + { + "category_id": 13, + "poly": [ + 998, + 1891, + 1030, + 1891, + 1030, + 1920, + 998, + 1920 + ], + "score": 0.88, + "latex": "\\mathcal { L } _ { \\epsilon }" + }, + { + "category_id": 14, + "poly": [ + 557, + 1751, + 1137, + 1751, + 1137, + 1811, + 557, + 1811 + ], + "score": 0.88, + "latex": "\\begin{array} { r } { \\mathbb { E } _ { \\mathbf { X } \\sim \\mathcal { N } } \\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) \\dot { \\leq } \\exp \\left( - \\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\right) , } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 1231, + 934, + 1255, + 934, + 1255, + 963, + 1231, + 963 + ], + "score": 0.88, + "latex": "\\hat { z } _ { i }" + }, + { + "category_id": 13, + "poly": [ + 676, + 745, + 712, + 745, + 712, + 771, + 676, + 771 + ], + "score": 0.88, + "latex": "\\mathbf { w } _ { i }" + }, + { + "category_id": 13, + "poly": [ + 1163, + 1493, + 1256, + 1493, + 1256, + 1527, + 1163, + 1527 + ], + "score": 0.88, + "latex": "{ \\mathcal { D } } _ { \\mathbf { A } } \\left( \\mathbf { X } \\right)" + }, + { + "category_id": 13, + "poly": [ + 1281, + 573, + 1317, + 573, + 1317, + 602, + 1281, + 602 + ], + "score": 0.87, + "latex": "\\tilde { \\mathbf { w } } _ { \\mathbf { i } }" + }, + { + "category_id": 13, + "poly": [ + 494, + 931, + 762, + 931, + 762, + 966, + 494, + 966 + ], + "score": 0.87, + "latex": "\\partial ^ { 2 } \\mathrm { M S E } / \\left( \\partial \\mathbf { w } _ { i } \\partial z _ { i } \\right) = 0" + }, + { + "category_id": 13, + "poly": [ + 1362, + 1248, + 1400, + 1248, + 1400, + 1277, + 1362, + 1277 + ], + "score": 0.87, + "latex": "\\tilde { \\mathbf { w } } _ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 837, + 602, + 1151, + 602, + 1151, + 636, + 837, + 636 + ], + "score": 0.87, + "latex": "\\mathbf { \\widetilde { w } } _ { i } + \\mathbf { q } _ { i } = ( \\mathbf { w } _ { i } + \\mathbf { q } _ { i } / z _ { i } ) z _ { i }" + }, + { + "category_id": 13, + "poly": [ + 462, + 744, + 497, + 744, + 497, + 771, + 462, + 771 + ], + "score": 0.87, + "latex": "\\mathbf { w } _ { i }" + }, + { + "category_id": 13, + "poly": [ + 528, + 1709, + 692, + 1709, + 692, + 1737, + 528, + 1737 + ], + "score": 0.86, + "latex": "\\mathrm { M C E } > \\epsilon > 0" + }, + { + "category_id": 13, + "poly": [ + 1203, + 636, + 1232, + 636, + 1232, + 664, + 1203, + 664 + ], + "score": 0.86, + "latex": "\\mathbf { q } _ { i }" + }, + { + "category_id": 13, + "poly": [ + 1214, + 576, + 1244, + 576, + 1244, + 604, + 1214, + 604 + ], + "score": 0.86, + "latex": "\\mathbf { q } _ { i }" + }, + { + "category_id": 13, + "poly": [ + 1027, + 1709, + 1056, + 1709, + 1056, + 1735, + 1027, + 1735 + ], + "score": 0.77, + "latex": "N" + }, + { + "category_id": 13, + "poly": [ + 505, + 467, + 517, + 467, + 517, + 491, + 505, + 491 + ], + "score": 0.74, + "latex": "i" + }, + { + "category_id": 13, + "poly": [ + 572, + 528, + 585, + 528, + 585, + 552, + 572, + 552 + ], + "score": 0.72, + "latex": "i" + }, + { + "category_id": 13, + "poly": [ + 723, + 463, + 914, + 463, + 914, + 496, + 723, + 496 + ], + "score": 0.71, + "latex": "\\partial \\mathrm { M S E } / \\partial \\tilde { \\bf w } _ { i } = 0" + }, + { + "category_id": 13, + "poly": [ + 394, + 632, + 535, + 632, + 535, + 665, + 394, + 665 + ], + "score": 0.71, + "latex": "\\partial \\mathrm { { M S E } } / \\partial \\tilde { \\bf { w } } _ { i }" + }, + { + "category_id": 13, + "poly": [ + 410, + 772, + 429, + 772, + 429, + 799, + 410, + 799 + ], + "score": 0.71, + "latex": "k" + }, + { + "category_id": 13, + "poly": [ + 797, + 605, + 833, + 605, + 833, + 633, + 797, + 633 + ], + "score": 0.66, + "latex": "\\mathbf { w } _ { i }" + }, + { + "category_id": 13, + "poly": [ + 371, + 1823, + 1316, + 1823, + 1316, + 1867, + 371, + 1867 + ], + "score": 0.63, + "latex": "\\gamma _ { \\epsilon } \\triangleq 0 . 2 3 \\operatorname* { m a x } \\left[ \\operatorname* { l i m } _ { N \\to \\infty } \\left( d _ { 0 } \\left( N \\right) / N \\right) , \\epsilon \\right] ^ { 3 / 4 } i f \\rho \\neq \\{ 0 , 1 \\} , a n d \\gamma _ { \\epsilon } \\triangleq 0 . 2 3 \\epsilon ^ { 3 / 4 } i f \\rho = 1 \\pi ^ { 3 } \\gamma _ { \\epsilon } \\pi ^ { 3 } \\gamma _ { \\epsilon } \\pi ^ { 3 } \\gamma _ { \\epsilon } \\pi ^ { 3 } \\gamma _ { \\epsilon } \\pi ^ { 3 } \\gamma _ { \\epsilon } \\pi ^ { 3 } \\gamma _ { \\epsilon } \\pi ^ { 3 } \\gamma _ { \\epsilon } \\pi ^ { 3 } \\gamma _ { \\epsilon } \\pi ^ { 3 } \\gamma _ { \\epsilon } \\pi ^ { 3 } \\gamma _ { \\epsilon } ." + }, + { + "category_id": 13, + "poly": [ + 889, + 1112, + 965, + 1112, + 965, + 1144, + 889, + 1144 + ], + "score": 0.61, + "latex": "\\mathrm { D L M } ^ { 5 }" + }, + { + "category_id": 14, + "poly": [ + 361, + 1822, + 1342, + 1822, + 1342, + 1868, + 361, + 1868 + ], + "score": 0.6, + "latex": "\\begin{array} { r } { \\textnormal { \\textsf { \\textsf { 7 } } } _ { \\epsilon } \\triangleq 0 . 2 3 \\operatorname* { m a x } \\left[ \\operatorname* { l i m } _ { N \\to \\infty } \\left( d _ { 0 } \\left( N \\right) / N \\right) , \\epsilon \\right] ^ { 3 / 4 } i f \\rho \\neq \\{ 0 , 1 \\} , a n d \\gamma _ { \\epsilon } \\triangleq 0 . 2 3 \\epsilon ^ { 3 / 4 } i f \\rho = 0 . } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 852, + 1500, + 871, + 1500, + 871, + 1521, + 852, + 1521 + ], + "score": 0.5, + "latex": "\\mathbf { e }" + }, + { + "category_id": 13, + "poly": [ + 1264, + 1952, + 1291, + 1952, + 1291, + 1978, + 1264, + 1978 + ], + "score": 0.42, + "latex": "\\mathbf { A }" + }, + { + "category_id": 13, + "poly": [ + 484, + 633, + 535, + 633, + 535, + 664, + 484, + 664 + ], + "score": 0.4, + "latex": "\\partial \\tilde { \\mathbf { w } } _ { i }" + }, + { + "category_id": 13, + "poly": [ + 1208, + 231, + 1242, + 231, + 1242, + 259, + 1208, + 259 + ], + "score": 0.39, + "latex": "\\mathbf { M }" + }, + { + "category_id": 13, + "poly": [ + 493, + 931, + 523, + 931, + 523, + 961, + 493, + 961 + ], + "score": 0.3, + "latex": "\\partial ^ { 2 }" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 859.0, + 72.0, + 859.0, + 109.0, + 297.0, + 109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 329.0, + 1998.0, + 1165.0, + 1998.0, + 1165.0, + 2040.0, + 329.0, + 2040.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1242.0, + 1998.0, + 1253.0, + 1998.0, + 1253.0, + 2040.0, + 1242.0, + 2040.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 2085.0, + 869.0, + 2085.0, + 869.0, + 2125.0, + 831.0, + 2125.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1377.0, + 1497.0, + 1403.0, + 1497.0, + 1403.0, + 1525.0, + 1377.0, + 1525.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1570.0, + 326.0, + 1570.0, + 326.0, + 1605.0, + 296.0, + 1605.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 331.0, + 1568.0, + 1377.0, + 1568.0, + 1377.0, + 1606.0, + 331.0, + 1606.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 346.0, + 1609.0, + 650.0, + 1609.0, + 650.0, + 1643.0, + 346.0, + 1643.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 2085.0, + 869.0, + 2085.0, + 869.0, + 2124.0, + 831.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 572.0, + 613.0, + 572.0, + 613.0, + 605.0, + 295.0, + 605.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 700.0, + 572.0, + 1213.0, + 572.0, + 1213.0, + 605.0, + 700.0, + 605.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1245.0, + 572.0, + 1280.0, + 572.0, + 1280.0, + 605.0, + 1245.0, + 605.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1318.0, + 572.0, + 1403.0, + 572.0, + 1403.0, + 605.0, + 1318.0, + 605.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 602.0, + 796.0, + 602.0, + 796.0, + 639.0, + 293.0, + 639.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1152.0, + 602.0, + 1404.0, + 602.0, + 1404.0, + 639.0, + 1152.0, + 639.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 630.0, + 393.0, + 630.0, + 393.0, + 669.0, + 293.0, + 669.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 536.0, + 630.0, + 1202.0, + 630.0, + 1202.0, + 669.0, + 536.0, + 669.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1233.0, + 630.0, + 1405.0, + 630.0, + 1405.0, + 669.0, + 1233.0, + 669.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 662.0, + 919.0, + 662.0, + 919.0, + 695.0, + 295.0, + 695.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 710.0, + 648.0, + 710.0, + 648.0, + 743.0, + 296.0, + 743.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 738.0, + 710.0, + 1403.0, + 710.0, + 1403.0, + 743.0, + 738.0, + 743.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 738.0, + 461.0, + 738.0, + 461.0, + 773.0, + 293.0, + 773.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 498.0, + 738.0, + 675.0, + 738.0, + 675.0, + 773.0, + 498.0, + 773.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 713.0, + 738.0, + 1190.0, + 738.0, + 1190.0, + 773.0, + 713.0, + 773.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1364.0, + 738.0, + 1406.0, + 738.0, + 1406.0, + 773.0, + 1364.0, + 773.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 768.0, + 409.0, + 768.0, + 409.0, + 807.0, + 293.0, + 807.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 430.0, + 768.0, + 1054.0, + 768.0, + 1054.0, + 807.0, + 430.0, + 807.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1238.0, + 768.0, + 1406.0, + 768.0, + 1406.0, + 807.0, + 1238.0, + 807.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 801.0, + 651.0, + 801.0, + 651.0, + 838.0, + 294.0, + 838.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 742.0, + 801.0, + 780.0, + 801.0, + 780.0, + 838.0, + 742.0, + 838.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 870.0, + 801.0, + 1207.0, + 801.0, + 1207.0, + 838.0, + 870.0, + 838.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 465.0, + 504.0, + 465.0, + 504.0, + 495.0, + 296.0, + 495.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 518.0, + 465.0, + 722.0, + 465.0, + 722.0, + 495.0, + 518.0, + 495.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 915.0, + 465.0, + 1404.0, + 465.0, + 1404.0, + 495.0, + 915.0, + 495.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 493.0, + 466.0, + 493.0, + 466.0, + 529.0, + 292.0, + 529.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 550.0, + 493.0, + 1214.0, + 493.0, + 1214.0, + 529.0, + 550.0, + 529.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1298.0, + 493.0, + 1405.0, + 493.0, + 1405.0, + 529.0, + 1298.0, + 529.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 524.0, + 571.0, + 524.0, + 571.0, + 557.0, + 295.0, + 557.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 586.0, + 524.0, + 880.0, + 524.0, + 880.0, + 557.0, + 586.0, + 557.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1887.0, + 997.0, + 1887.0, + 997.0, + 1926.0, + 293.0, + 1926.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1031.0, + 1887.0, + 1407.0, + 1887.0, + 1407.0, + 1926.0, + 1031.0, + 1926.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1917.0, + 759.0, + 1917.0, + 759.0, + 1956.0, + 292.0, + 1956.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 935.0, + 1917.0, + 1406.0, + 1917.0, + 1406.0, + 1956.0, + 935.0, + 1956.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1950.0, + 721.0, + 1950.0, + 721.0, + 1985.0, + 295.0, + 1985.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 893.0, + 1950.0, + 1263.0, + 1950.0, + 1263.0, + 1985.0, + 893.0, + 1985.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1292.0, + 1950.0, + 1405.0, + 1950.0, + 1405.0, + 1985.0, + 1292.0, + 1985.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 931.0, + 492.0, + 931.0, + 492.0, + 966.0, + 296.0, + 966.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 763.0, + 931.0, + 930.0, + 931.0, + 930.0, + 966.0, + 763.0, + 966.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 967.0, + 931.0, + 1230.0, + 931.0, + 1230.0, + 966.0, + 967.0, + 966.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1256.0, + 931.0, + 1403.0, + 931.0, + 1403.0, + 966.0, + 1256.0, + 966.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 961.0, + 816.0, + 961.0, + 816.0, + 997.0, + 295.0, + 997.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 229.0, + 1207.0, + 229.0, + 1207.0, + 265.0, + 296.0, + 265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1243.0, + 229.0, + 1403.0, + 229.0, + 1403.0, + 265.0, + 1243.0, + 265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 262.0, + 899.0, + 262.0, + 899.0, + 295.0, + 296.0, + 295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 383.0, + 369.0, + 383.0, + 369.0, + 422.0, + 294.0, + 422.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 441.0, + 383.0, + 822.0, + 383.0, + 822.0, + 422.0, + 441.0, + 422.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 906.0, + 383.0, + 1404.0, + 383.0, + 1404.0, + 422.0, + 906.0, + 422.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 415.0, + 676.0, + 415.0, + 676.0, + 450.0, + 293.0, + 450.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 759.0, + 415.0, + 1045.0, + 415.0, + 1045.0, + 450.0, + 759.0, + 450.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1677.0, + 1405.0, + 1677.0, + 1405.0, + 1713.0, + 295.0, + 1713.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1707.0, + 527.0, + 1707.0, + 527.0, + 1744.0, + 297.0, + 1744.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 693.0, + 1707.0, + 1026.0, + 1707.0, + 1026.0, + 1744.0, + 693.0, + 1744.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1057.0, + 1707.0, + 1091.0, + 1707.0, + 1091.0, + 1744.0, + 1057.0, + 1744.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1239.0, + 364.0, + 1239.0, + 364.0, + 1284.0, + 293.0, + 1284.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 506.0, + 1239.0, + 554.0, + 1239.0, + 554.0, + 1284.0, + 506.0, + 1284.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 730.0, + 1239.0, + 1272.0, + 1239.0, + 1272.0, + 1284.0, + 730.0, + 1284.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1312.0, + 1239.0, + 1361.0, + 1239.0, + 1361.0, + 1284.0, + 1312.0, + 1284.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1401.0, + 1239.0, + 1406.0, + 1239.0, + 1406.0, + 1284.0, + 1401.0, + 1284.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1277.0, + 534.0, + 1277.0, + 534.0, + 1313.0, + 294.0, + 1313.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1110.0, + 365.0, + 1110.0, + 365.0, + 1150.0, + 293.0, + 1150.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 559.0, + 1110.0, + 888.0, + 1110.0, + 888.0, + 1150.0, + 559.0, + 1150.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 966.0, + 1110.0, + 1261.0, + 1110.0, + 1261.0, + 1150.0, + 966.0, + 1150.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1377.0, + 472.0, + 1377.0, + 472.0, + 1424.0, + 293.0, + 1424.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 617.0, + 1377.0, + 878.0, + 1377.0, + 878.0, + 1424.0, + 617.0, + 1424.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1490.0, + 851.0, + 1490.0, + 851.0, + 1530.0, + 294.0, + 1530.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 872.0, + 1490.0, + 1162.0, + 1490.0, + 1162.0, + 1530.0, + 872.0, + 1530.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1257.0, + 1490.0, + 1268.0, + 1490.0, + 1268.0, + 1530.0, + 1257.0, + 1530.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1820.0, + 360.0, + 1820.0, + 360.0, + 1874.0, + 291.0, + 1874.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1343.0, + 1820.0, + 1349.0, + 1820.0, + 1349.0, + 1874.0, + 1343.0, + 1874.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1570.0, + 326.0, + 1570.0, + 326.0, + 1605.0, + 296.0, + 1605.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 331.0, + 1568.0, + 1377.0, + 1568.0, + 1377.0, + 1606.0, + 331.0, + 1606.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 346.0, + 1609.0, + 650.0, + 1609.0, + 650.0, + 1643.0, + 346.0, + 1643.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 11, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 227, + 1406, + 227, + 1406, + 355, + 297, + 355 + ], + "score": 0.971 + }, + { + "category_id": 1, + "poly": [ + 363, + 1808, + 1405, + 1808, + 1405, + 1966, + 363, + 1966 + ], + "score": 0.971 + }, + { + "category_id": 1, + "poly": [ + 363, + 1248, + 1403, + 1248, + 1403, + 1346, + 363, + 1346 + ], + "score": 0.969 + }, + { + "category_id": 1, + "poly": [ + 297, + 370, + 1407, + 370, + 1407, + 501, + 297, + 501 + ], + "score": 0.968 + }, + { + "category_id": 1, + "poly": [ + 363, + 1450, + 1404, + 1450, + 1404, + 1517, + 363, + 1517 + ], + "score": 0.944 + }, + { + "category_id": 1, + "poly": [ + 393, + 1537, + 1405, + 1537, + 1405, + 1609, + 393, + 1609 + ], + "score": 0.938 + }, + { + "category_id": 2, + "poly": [ + 297, + 74, + 857, + 74, + 857, + 106, + 297, + 106 + ], + "score": 0.921 + }, + { + "category_id": 1, + "poly": [ + 358, + 2000, + 1165, + 2000, + 1165, + 2036, + 358, + 2036 + ], + "score": 0.917 + }, + { + "category_id": 8, + "poly": [ + 777, + 1650, + 1020, + 1650, + 1020, + 1691, + 777, + 1691 + ], + "score": 0.916 + }, + { + "category_id": 1, + "poly": [ + 362, + 1379, + 817, + 1379, + 817, + 1414, + 362, + 1414 + ], + "score": 0.912 + }, + { + "category_id": 1, + "poly": [ + 394, + 1726, + 1270, + 1726, + 1270, + 1766, + 394, + 1766 + ], + "score": 0.9 + }, + { + "category_id": 1, + "poly": [ + 298, + 561, + 748, + 561, + 748, + 595, + 298, + 595 + ], + "score": 0.9 + }, + { + "category_id": 1, + "poly": [ + 298, + 513, + 666, + 513, + 666, + 547, + 298, + 547 + ], + "score": 0.897 + }, + { + "category_id": 1, + "poly": [ + 296, + 1179, + 369, + 1179, + 369, + 1209, + 296, + 1209 + ], + "score": 0.895 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 863, + 2088, + 863, + 2113, + 835, + 2113 + ], + "score": 0.863 + }, + { + "category_id": 9, + "poly": [ + 1343, + 1067, + 1401, + 1067, + 1401, + 1098, + 1343, + 1098 + ], + "score": 0.706 + }, + { + "category_id": 8, + "poly": [ + 509, + 632, + 1638, + 632, + 1638, + 1139, + 509, + 1139 + ], + "score": 0.43 + }, + { + "category_id": 8, + "poly": [ + 528, + 1030, + 1232, + 1030, + 1232, + 1140, + 528, + 1140 + ], + "score": 0.339 + }, + { + "category_id": 8, + "poly": [ + 529, + 921, + 1370, + 921, + 1370, + 1024, + 529, + 1024 + ], + "score": 0.307 + }, + { + "category_id": 8, + "poly": [ + 526, + 920, + 1385, + 920, + 1385, + 1140, + 526, + 1140 + ], + "score": 0.238 + }, + { + "category_id": 8, + "poly": [ + 296, + 635, + 982, + 635, + 982, + 677, + 296, + 677 + ], + "score": 0.211 + }, + { + "category_id": 1, + "poly": [ + 530, + 824, + 1371, + 824, + 1371, + 915, + 530, + 915 + ], + "score": 0.15 + }, + { + "category_id": 8, + "poly": [ + 304, + 634, + 1651, + 634, + 1651, + 817, + 304, + 817 + ], + "score": 0.103 + }, + { + "category_id": 8, + "poly": [ + 530, + 824, + 1371, + 824, + 1371, + 915, + 530, + 915 + ], + "score": 0.1 + }, + { + "category_id": 8, + "poly": [ + 510, + 688, + 1633, + 688, + 1633, + 811, + 510, + 811 + ], + "score": 0.092 + }, + { + "category_id": 13, + "poly": [ + 747, + 1903, + 855, + 1903, + 855, + 1936, + 747, + 1936 + ], + "score": 0.93, + "latex": "| S | = K _ { r }" + }, + { + "category_id": 13, + "poly": [ + 590, + 515, + 658, + 515, + 658, + 547, + 590, + 547 + ], + "score": 0.93, + "latex": "\\rho \\neq 0" + }, + { + "category_id": 13, + "poly": [ + 654, + 1450, + 905, + 1450, + 905, + 1486, + 654, + 1486 + ], + "score": 0.92, + "latex": "d _ { 0 } d _ { 1 } { \\dot { > } } N \\log ^ { 4 } N \\geq N" + }, + { + "category_id": 13, + "poly": [ + 766, + 1311, + 897, + 1311, + 897, + 1347, + 766, + 1347 + ], + "score": 0.92, + "latex": "N \\bar { \\epsilon } < \\| \\mathbf { e } \\| _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 1013, + 321, + 1246, + 321, + 1246, + 355, + 1013, + 355 + ], + "score": 0.91, + "latex": "\\mathbb { E } _ { \\mathbf { X } \\sim \\mathcal { N } } \\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right)" + }, + { + "category_id": 13, + "poly": [ + 1000, + 1250, + 1167, + 1250, + 1167, + 1283, + 1000, + 1283 + ], + "score": 0.91, + "latex": "\\left( \\mathbf { A } \\circ \\mathbf { X } \\right) \\mathbf { e } = 0" + }, + { + "category_id": 13, + "poly": [ + 1120, + 1281, + 1322, + 1281, + 1322, + 1316, + 1120, + 1316 + ], + "score": 0.91, + "latex": "\\mathrm { M C E } \\leq \\| \\mathbf { e } \\| _ { 0 } / N" + }, + { + "category_id": 13, + "poly": [ + 1268, + 1247, + 1367, + 1247, + 1367, + 1278, + 1268, + 1278 + ], + "score": 0.91, + "latex": "e ^ { ( n ) } = 0" + }, + { + "category_id": 13, + "poly": [ + 860, + 1732, + 1033, + 1732, + 1033, + 1764, + 860, + 1764 + ], + "score": 0.91, + "latex": "v _ { n } \\neq 0 \\forall n \\in S" + }, + { + "category_id": 13, + "poly": [ + 638, + 1729, + 747, + 1729, + 747, + 1762, + 638, + 1762 + ], + "score": 0.91, + "latex": "\\mathbf { \\Delta } \\nexists \\mathbf { v } \\in \\mathbb { R } ^ { N }" + }, + { + "category_id": 14, + "poly": [ + 310, + 631, + 1428, + 631, + 1428, + 1142, + 310, + 1142 + ], + "score": 0.91, + "latex": "\\begin{array} { r l } { \\mathfrak { r } _ { \\mathbf { x } \\times \\mathcal { N } } \\mathcal { V } ( \\mathcal { L } , ( \\mathbf { X } , \\mathbf { y } ) ) = \\mathfrak { h } _ { ( \\mathbf { x } , \\mathbf { y } ) \\sim \\mathcal { N } _ { \\mathbf { x } \\times \\mathbf { y } } } \\times \\mathbf { w } \\times ( \\mathbf { \\overline { { B } } } \\otimes \\mathcal { L } , ( \\mathbf { x } , \\mathbf { x } , \\mathbf { y } ) ) } & { } \\\\ { \\overset { ( 1 ) } { \\leq } \\mathbf { R } _ { ( \\mathbf { x } , \\mathbf { y } ) \\sim \\mathcal { D } _ { \\mathbf { x } \\times \\mathbf { y } } } \\times \\mathbf { w } \\times \\times ( \\mathbf { a } \\in \\{ \\rho _ { 1 } \\} ) ^ { d _ { 1 } \\times \\mathbb { N } } , \\ \\mathbf { W } \\in \\mathcal { D } _ { \\mathbf { A } } ( \\mathbf { X } ) , \\mathbf { v } \\in \\mathbb { R } ^ { N } \\ ; \\ ( \\mathbf { A } \\circ \\mathbf { X } ) \\times \\mathbf { v } \\times \\mathbf { w } } & { } \\\\ { \\overset { ( 2 ) } { \\leq } \\mathbf { R } _ { \\mathbf { x } \\times \\mathcal { N } , \\mathbf { w } \\times \\mathbf { N } } \\times ( \\mathbf { A } \\in \\{ \\rho _ { 1 } \\} ) ^ { d _ { 1 } \\times \\mathbb { N } } , \\ \\mathbf { W } \\in \\mathcal { D } _ { \\mathbf { A } } ( \\mathbf { X } ) , \\mathbf { v } \\in \\mathbb { R } ^ { N } \\ ; \\ ( \\mathbf { A } \\circ \\mathbf { X } ) \\times \\mathbf { v } = 0 , } & { } \\\\ { \\overset { ( 4 ) } { \\leq } \\mathbf { R } _ { \\mathbf { x } \\times \\mathcal { N } , \\mathbf { w } \\times \\mathbf { N } } ( \\mathbf { S } \\subset [ \\mathbf { N } ] \\ \\cdot \\{ | \\mathbf { S } | \\ \\ \\geq \\operatorname* { m a x } [ N _ { c , \\mathrm { t r a l i k } } ( \\alpha ( \\langle \\mathbf { W } \\mathbf { X } ) ) d _ { 0 } + 1 ] \\} } & { } \\\\ - \\mathbf { B } _ { \\mathbf { x } \\times \\mathbf { y } } [ \\mathbb { W } _ { \\mathbf { w } \\times \\mathbf { x } } ( \\mathcal { S } \\subset [ \\mathbf { N } ] \\ \\cdot \\{ | \\mathbf { S } | \\ \\geq \\operatorname* { m a x } [ \\mathcal { N } _ { c , \\mathrm { r a l i k } } ( \\alpha ( \\mathbf { W } \\mathbf { X } ) ) d _ \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 527, + 1809, + 766, + 1809, + 766, + 1844, + 527, + 1844 + ], + "score": 0.91, + "latex": "K _ { r } \\triangleq \\operatorname* { m a x } \\left[ N \\epsilon , r d _ { 0 } \\right]" + }, + { + "category_id": 13, + "poly": [ + 812, + 1843, + 889, + 1843, + 889, + 1875, + 812, + 1875 + ], + "score": 0.9, + "latex": "\\rho \\neq 0" + }, + { + "category_id": 13, + "poly": [ + 1326, + 1813, + 1397, + 1813, + 1397, + 1842, + 1326, + 1842 + ], + "score": 0.9, + "latex": "r \\geq 1" + }, + { + "category_id": 13, + "poly": [ + 1088, + 1546, + 1206, + 1546, + 1206, + 1577, + 1088, + 1577 + ], + "score": 0.9, + "latex": "d _ { 0 } d _ { 1 } \\geq N" + }, + { + "category_id": 13, + "poly": [ + 1135, + 437, + 1203, + 437, + 1203, + 467, + 1135, + 467 + ], + "score": 0.9, + "latex": "\\rho \\neq 0" + }, + { + "category_id": 13, + "poly": [ + 1110, + 1874, + 1185, + 1874, + 1185, + 1903, + 1110, + 1903 + ], + "score": 0.9, + "latex": "r \\geq 1" + }, + { + "category_id": 13, + "poly": [ + 616, + 231, + 789, + 231, + 789, + 260, + 616, + 260 + ], + "score": 0.89, + "latex": "\\mathrm { M C E } > \\epsilon > 0" + }, + { + "category_id": 13, + "poly": [ + 1133, + 292, + 1233, + 292, + 1233, + 319, + 1133, + 319 + ], + "score": 0.89, + "latex": "\\mathbf x \\sim \\mathcal N" + }, + { + "category_id": 13, + "poly": [ + 1153, + 404, + 1212, + 404, + 1212, + 438, + 1153, + 438 + ], + "score": 0.89, + "latex": "\\left\\| \\mathbf { v } \\right\\| _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 298, + 464, + 539, + 464, + 539, + 501, + 298, + 501 + ], + "score": 0.89, + "latex": "K _ { r } \\triangleq \\operatorname* { m a x } \\left[ N \\epsilon , r d _ { 0 } \\right]" + }, + { + "category_id": 13, + "poly": [ + 1087, + 1731, + 1259, + 1731, + 1259, + 1765, + 1087, + 1765 + ], + "score": 0.89, + "latex": "( \\mathbf { A } \\circ \\mathbf { X } ) \\mathbf { v } = 0" + }, + { + "category_id": 13, + "poly": [ + 544, + 1313, + 578, + 1313, + 578, + 1342, + 544, + 1342 + ], + "score": 0.89, + "latex": "\\mathcal { L } _ { \\epsilon }" + }, + { + "category_id": 13, + "poly": [ + 398, + 1904, + 703, + 1904, + 703, + 1936, + 398, + 1936 + ], + "score": 0.89, + "latex": "| S | > K _ { r } = \\operatorname* { m a x } \\left[ N \\epsilon , r d _ { 0 } \\right]" + }, + { + "category_id": 13, + "poly": [ + 1118, + 2004, + 1156, + 2004, + 1156, + 2034, + 1118, + 2034 + ], + "score": 0.88, + "latex": "K _ { r }" + }, + { + "category_id": 13, + "poly": [ + 563, + 1845, + 639, + 1845, + 639, + 1870, + 563, + 1870 + ], + "score": 0.88, + "latex": "r = 0" + }, + { + "category_id": 13, + "poly": [ + 796, + 371, + 1105, + 371, + 1105, + 406, + 796, + 406 + ], + "score": 0.88, + "latex": "[ L ] \\triangleq \\{ 1 , 2 , \\dots , L \\} , \\mathbf { M } > 0" + }, + { + "category_id": 13, + "poly": [ + 1283, + 406, + 1318, + 406, + 1318, + 435, + 1283, + 435 + ], + "score": 0.88, + "latex": "L _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 846, + 261, + 1015, + 261, + 1015, + 295, + 846, + 295 + ], + "score": 0.88, + "latex": "\\mathbf { A } = a \\left( \\mathbf { W } \\mathbf { X } \\right)" + }, + { + "category_id": 13, + "poly": [ + 1245, + 374, + 1404, + 374, + 1404, + 407, + 1245, + 407 + ], + "score": 0.88, + "latex": "\\forall i , j : M _ { i j } >" + }, + { + "category_id": 13, + "poly": [ + 586, + 1542, + 726, + 1542, + 726, + 1574, + 586, + 1574 + ], + "score": 0.87, + "latex": "\\mathbf { X } \\in \\mathbb { R } ^ { d _ { 0 } \\times N }" + }, + { + "category_id": 13, + "poly": [ + 1291, + 291, + 1402, + 291, + 1402, + 320, + 1291, + 320 + ], + "score": 0.87, + "latex": "\\mathbf { W } \\sim { \\mathcal { N } }" + }, + { + "category_id": 13, + "poly": [ + 1257, + 1318, + 1329, + 1318, + 1329, + 1340, + 1257, + 1340 + ], + "score": 0.87, + "latex": "{ \\bf v } = { \\bf e }" + }, + { + "category_id": 13, + "poly": [ + 737, + 1538, + 925, + 1538, + 925, + 1579, + 737, + 1579 + ], + "score": 0.87, + "latex": "\\mathbf { A } \\in \\{ \\rho , 1 \\} ^ { d _ { 1 } \\times N }" + }, + { + "category_id": 13, + "poly": [ + 459, + 1872, + 654, + 1872, + 654, + 1905, + 459, + 1905 + ], + "score": 0.87, + "latex": "( a ( \\mathbf { W } \\mathbf { X } _ { S } ) ) = 0" + }, + { + "category_id": 13, + "poly": [ + 718, + 1382, + 808, + 1382, + 808, + 1410, + 718, + 1410 + ], + "score": 0.87, + "latex": "\\mathbf { X } \\sim { \\mathcal { N } }" + }, + { + "category_id": 13, + "poly": [ + 641, + 1250, + 735, + 1250, + 735, + 1283, + 641, + 1283 + ], + "score": 0.85, + "latex": "\\mathcal { D } _ { \\mathbf { A } } \\left( \\mathbf { X } \\right)" + }, + { + "category_id": 14, + "poly": [ + 777, + 1650, + 1019, + 1650, + 1019, + 1690, + 777, + 1690 + ], + "score": 0.83, + "latex": "\\left. S \\right. \\leq \\mathrm { r a n k } \\left( { \\bf A } _ { S } \\right) d _ { 0 } ," + }, + { + "category_id": 13, + "poly": [ + 1071, + 231, + 1150, + 231, + 1150, + 260, + 1071, + 260 + ], + "score": 0.83, + "latex": "\\mathbf { A } \\circ \\mathbf { X }" + }, + { + "category_id": 13, + "poly": [ + 1012, + 2004, + 1034, + 2004, + 1034, + 2030, + 1012, + 2030 + ], + "score": 0.83, + "latex": "S" + }, + { + "category_id": 13, + "poly": [ + 296, + 291, + 467, + 291, + 467, + 324, + 296, + 324 + ], + "score": 0.82, + "latex": "\\mathbf { A } = a \\left( \\mathbf { W } \\mathbf { X } \\right)" + }, + { + "category_id": 13, + "poly": [ + 937, + 1541, + 1036, + 1541, + 1036, + 1579, + 937, + 1579 + ], + "score": 0.82, + "latex": "S \\subset [ N ]" + }, + { + "category_id": 13, + "poly": [ + 396, + 1312, + 514, + 1312, + 514, + 1341, + 396, + 1341 + ], + "score": 0.82, + "latex": "\\mathrm { M C E } > \\epsilon" + }, + { + "category_id": 13, + "poly": [ + 902, + 1874, + 923, + 1874, + 923, + 1900, + 902, + 1900 + ], + "score": 0.82, + "latex": "S" + }, + { + "category_id": 13, + "poly": [ + 746, + 1579, + 767, + 1579, + 767, + 1604, + 746, + 1604 + ], + "score": 0.8, + "latex": "S" + }, + { + "category_id": 13, + "poly": [ + 323, + 404, + 374, + 404, + 374, + 435, + 323, + 435 + ], + "score": 0.75, + "latex": "\\mathbf { M } _ { S }" + }, + { + "category_id": 13, + "poly": [ + 1121, + 405, + 1142, + 405, + 1142, + 431, + 1121, + 431 + ], + "score": 0.7, + "latex": "S" + }, + { + "category_id": 13, + "poly": [ + 805, + 439, + 825, + 439, + 825, + 462, + 805, + 462 + ], + "score": 0.46, + "latex": "\\mathbf { v }" + }, + { + "category_id": 13, + "poly": [ + 551, + 1732, + 578, + 1732, + 578, + 1759, + 551, + 1759 + ], + "score": 0.29, + "latex": "\\mathbf { X }" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 859.0, + 72.0, + 859.0, + 109.0, + 297.0, + 109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 2085.0, + 868.0, + 2085.0, + 868.0, + 2123.0, + 831.0, + 2123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 230.0, + 615.0, + 230.0, + 615.0, + 264.0, + 295.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 790.0, + 230.0, + 1070.0, + 230.0, + 1070.0, + 264.0, + 790.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1151.0, + 230.0, + 1407.0, + 230.0, + 1407.0, + 264.0, + 1151.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 261.0, + 845.0, + 261.0, + 845.0, + 296.0, + 294.0, + 296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1016.0, + 261.0, + 1408.0, + 261.0, + 1408.0, + 296.0, + 1016.0, + 296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 289.0, + 295.0, + 289.0, + 295.0, + 325.0, + 291.0, + 325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 468.0, + 289.0, + 1132.0, + 289.0, + 1132.0, + 325.0, + 468.0, + 325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1234.0, + 289.0, + 1290.0, + 289.0, + 1290.0, + 325.0, + 1234.0, + 325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1403.0, + 289.0, + 1406.0, + 289.0, + 1406.0, + 325.0, + 1403.0, + 325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 321.0, + 1012.0, + 321.0, + 1012.0, + 356.0, + 292.0, + 356.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1247.0, + 321.0, + 1258.0, + 321.0, + 1258.0, + 356.0, + 1247.0, + 356.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 358.0, + 1809.0, + 526.0, + 1809.0, + 526.0, + 1847.0, + 358.0, + 1847.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 767.0, + 1809.0, + 1325.0, + 1809.0, + 1325.0, + 1847.0, + 767.0, + 1847.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1398.0, + 1809.0, + 1409.0, + 1809.0, + 1409.0, + 1847.0, + 1398.0, + 1847.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 1842.0, + 562.0, + 1842.0, + 562.0, + 1878.0, + 394.0, + 1878.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 640.0, + 1842.0, + 811.0, + 1842.0, + 811.0, + 1878.0, + 640.0, + 1878.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 890.0, + 1842.0, + 1407.0, + 1842.0, + 1407.0, + 1878.0, + 890.0, + 1878.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 1872.0, + 458.0, + 1872.0, + 458.0, + 1908.0, + 394.0, + 1908.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 655.0, + 1872.0, + 901.0, + 1872.0, + 901.0, + 1908.0, + 655.0, + 1908.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 924.0, + 1872.0, + 1109.0, + 1872.0, + 1109.0, + 1908.0, + 924.0, + 1908.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1186.0, + 1872.0, + 1407.0, + 1872.0, + 1407.0, + 1908.0, + 1186.0, + 1908.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 704.0, + 1902.0, + 746.0, + 1902.0, + 746.0, + 1938.0, + 704.0, + 1938.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 856.0, + 1902.0, + 1406.0, + 1902.0, + 1406.0, + 1938.0, + 856.0, + 1938.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 1933.0, + 698.0, + 1933.0, + 698.0, + 1966.0, + 394.0, + 1966.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 358.0, + 1246.0, + 640.0, + 1246.0, + 640.0, + 1285.0, + 358.0, + 1285.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 736.0, + 1246.0, + 999.0, + 1246.0, + 999.0, + 1285.0, + 736.0, + 1285.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1168.0, + 1246.0, + 1267.0, + 1246.0, + 1267.0, + 1285.0, + 1168.0, + 1285.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1368.0, + 1246.0, + 1407.0, + 1246.0, + 1407.0, + 1285.0, + 1368.0, + 1285.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 1280.0, + 1119.0, + 1280.0, + 1119.0, + 1318.0, + 394.0, + 1318.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1323.0, + 1280.0, + 1404.0, + 1280.0, + 1404.0, + 1318.0, + 1323.0, + 1318.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 515.0, + 1308.0, + 543.0, + 1308.0, + 543.0, + 1350.0, + 515.0, + 1350.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 579.0, + 1308.0, + 765.0, + 1308.0, + 765.0, + 1350.0, + 579.0, + 1350.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 898.0, + 1308.0, + 1256.0, + 1308.0, + 1256.0, + 1350.0, + 898.0, + 1350.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1330.0, + 1308.0, + 1340.0, + 1308.0, + 1340.0, + 1350.0, + 1330.0, + 1350.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 366.0, + 795.0, + 366.0, + 795.0, + 411.0, + 291.0, + 411.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1106.0, + 366.0, + 1244.0, + 366.0, + 1244.0, + 411.0, + 1106.0, + 411.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 402.0, + 322.0, + 402.0, + 322.0, + 439.0, + 292.0, + 439.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 375.0, + 402.0, + 1120.0, + 402.0, + 1120.0, + 439.0, + 375.0, + 439.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1143.0, + 402.0, + 1152.0, + 402.0, + 1152.0, + 439.0, + 1143.0, + 439.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1213.0, + 402.0, + 1282.0, + 402.0, + 1282.0, + 439.0, + 1213.0, + 439.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1319.0, + 402.0, + 1408.0, + 402.0, + 1408.0, + 439.0, + 1319.0, + 439.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 433.0, + 804.0, + 433.0, + 804.0, + 468.0, + 294.0, + 468.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 826.0, + 433.0, + 1134.0, + 433.0, + 1134.0, + 468.0, + 826.0, + 468.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1204.0, + 433.0, + 1405.0, + 433.0, + 1405.0, + 468.0, + 1204.0, + 468.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 462.0, + 297.0, + 462.0, + 297.0, + 504.0, + 294.0, + 504.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 540.0, + 462.0, + 554.0, + 462.0, + 554.0, + 504.0, + 540.0, + 504.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 356.0, + 1446.0, + 653.0, + 1446.0, + 653.0, + 1494.0, + 356.0, + 1494.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 906.0, + 1446.0, + 1410.0, + 1446.0, + 1410.0, + 1494.0, + 906.0, + 1494.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 1485.0, + 764.0, + 1485.0, + 764.0, + 1519.0, + 393.0, + 1519.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 388.0, + 1538.0, + 585.0, + 1538.0, + 585.0, + 1581.0, + 388.0, + 1581.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 727.0, + 1538.0, + 736.0, + 1538.0, + 736.0, + 1581.0, + 727.0, + 1581.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 926.0, + 1538.0, + 936.0, + 1538.0, + 936.0, + 1581.0, + 926.0, + 1581.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1037.0, + 1538.0, + 1087.0, + 1538.0, + 1087.0, + 1581.0, + 1037.0, + 1581.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1207.0, + 1538.0, + 1412.0, + 1538.0, + 1412.0, + 1581.0, + 1207.0, + 1581.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 1575.0, + 745.0, + 1575.0, + 745.0, + 1609.0, + 393.0, + 1609.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 768.0, + 1575.0, + 880.0, + 1575.0, + 880.0, + 1609.0, + 768.0, + 1609.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 359.0, + 1998.0, + 1011.0, + 1998.0, + 1011.0, + 2039.0, + 359.0, + 2039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1035.0, + 1998.0, + 1117.0, + 1998.0, + 1117.0, + 2039.0, + 1035.0, + 2039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1157.0, + 1998.0, + 1165.0, + 1998.0, + 1165.0, + 2039.0, + 1157.0, + 2039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 358.0, + 1379.0, + 717.0, + 1379.0, + 717.0, + 1418.0, + 358.0, + 1418.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 809.0, + 1379.0, + 819.0, + 1379.0, + 819.0, + 1418.0, + 809.0, + 1418.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 1723.0, + 550.0, + 1723.0, + 550.0, + 1771.0, + 393.0, + 1771.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 579.0, + 1723.0, + 637.0, + 1723.0, + 637.0, + 1771.0, + 579.0, + 1771.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 748.0, + 1723.0, + 859.0, + 1723.0, + 859.0, + 1771.0, + 748.0, + 1771.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1034.0, + 1723.0, + 1086.0, + 1723.0, + 1086.0, + 1771.0, + 1034.0, + 1771.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1260.0, + 1723.0, + 1276.0, + 1723.0, + 1276.0, + 1771.0, + 1260.0, + 1771.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 558.0, + 748.0, + 558.0, + 748.0, + 598.0, + 295.0, + 598.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 509.0, + 589.0, + 509.0, + 589.0, + 551.0, + 294.0, + 551.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 659.0, + 509.0, + 669.0, + 509.0, + 669.0, + 551.0, + 659.0, + 551.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1174.0, + 374.0, + 1174.0, + 374.0, + 1213.0, + 293.0, + 1213.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 12, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 367, + 1227, + 1404, + 1227, + 1404, + 1324, + 367, + 1324 + ], + "score": 0.962 + }, + { + "category_id": 1, + "poly": [ + 362, + 1514, + 1404, + 1514, + 1404, + 1618, + 362, + 1618 + ], + "score": 0.962 + }, + { + "category_id": 1, + "poly": [ + 389, + 1060, + 1404, + 1060, + 1404, + 1156, + 389, + 1156 + ], + "score": 0.96 + }, + { + "category_id": 1, + "poly": [ + 389, + 1327, + 1404, + 1327, + 1404, + 1428, + 389, + 1428 + ], + "score": 0.957 + }, + { + "category_id": 1, + "poly": [ + 364, + 919, + 1404, + 919, + 1404, + 984, + 364, + 984 + ], + "score": 0.945 + }, + { + "category_id": 1, + "poly": [ + 299, + 1971, + 1401, + 1971, + 1401, + 2037, + 299, + 2037 + ], + "score": 0.941 + }, + { + "category_id": 1, + "poly": [ + 363, + 990, + 1400, + 990, + 1400, + 1054, + 363, + 1054 + ], + "score": 0.938 + }, + { + "category_id": 8, + "poly": [ + 694, + 1439, + 1097, + 1439, + 1097, + 1497, + 694, + 1497 + ], + "score": 0.936 + }, + { + "category_id": 1, + "poly": [ + 300, + 1924, + 809, + 1924, + 809, + 1958, + 300, + 1958 + ], + "score": 0.931 + }, + { + "category_id": 1, + "poly": [ + 357, + 1624, + 1408, + 1624, + 1408, + 1689, + 357, + 1689 + ], + "score": 0.928 + }, + { + "category_id": 2, + "poly": [ + 297, + 73, + 858, + 73, + 858, + 106, + 297, + 106 + ], + "score": 0.92 + }, + { + "category_id": 1, + "poly": [ + 297, + 229, + 633, + 229, + 633, + 262, + 297, + 262 + ], + "score": 0.918 + }, + { + "category_id": 1, + "poly": [ + 397, + 1776, + 1353, + 1776, + 1353, + 1816, + 397, + 1816 + ], + "score": 0.912 + }, + { + "category_id": 8, + "poly": [ + 556, + 1864, + 1138, + 1864, + 1138, + 1920, + 556, + 1920 + ], + "score": 0.911 + }, + { + "category_id": 8, + "poly": [ + 462, + 1703, + 1336, + 1703, + 1336, + 1766, + 462, + 1766 + ], + "score": 0.905 + }, + { + "category_id": 9, + "poly": [ + 1344, + 854, + 1401, + 854, + 1401, + 886, + 1344, + 886 + ], + "score": 0.903 + }, + { + "category_id": 8, + "poly": [ + 501, + 1166, + 1296, + 1166, + 1296, + 1213, + 501, + 1213 + ], + "score": 0.901 + }, + { + "category_id": 9, + "poly": [ + 1344, + 1876, + 1401, + 1876, + 1401, + 1908, + 1344, + 1908 + ], + "score": 0.899 + }, + { + "category_id": 2, + "poly": [ + 835, + 2087, + 864, + 2087, + 864, + 2113, + 835, + 2113 + ], + "score": 0.871 + }, + { + "category_id": 1, + "poly": [ + 296, + 1838, + 363, + 1838, + 363, + 1869, + 296, + 1869 + ], + "score": 0.859 + }, + { + "category_id": 8, + "poly": [ + 427, + 275, + 1273, + 275, + 1273, + 897, + 427, + 897 + ], + "score": 0.803 + }, + { + "category_id": 8, + "poly": [ + 437, + 274, + 1110, + 274, + 1110, + 417, + 437, + 417 + ], + "score": 0.376 + }, + { + "category_id": 8, + "poly": [ + 433, + 829, + 777, + 829, + 777, + 900, + 433, + 900 + ], + "score": 0.363 + }, + { + "category_id": 8, + "poly": [ + 428, + 628, + 1261, + 628, + 1261, + 720, + 428, + 720 + ], + "score": 0.343 + }, + { + "category_id": 8, + "poly": [ + 429, + 532, + 1270, + 532, + 1270, + 615, + 429, + 615 + ], + "score": 0.205 + }, + { + "category_id": 8, + "poly": [ + 428, + 731, + 1153, + 731, + 1153, + 820, + 428, + 820 + ], + "score": 0.167 + }, + { + "category_id": 8, + "poly": [ + 430, + 427, + 1093, + 427, + 1093, + 516, + 430, + 516 + ], + "score": 0.146 + }, + { + "category_id": 1, + "poly": [ + 430, + 427, + 1093, + 427, + 1093, + 516, + 430, + 516 + ], + "score": 0.095 + }, + { + "category_id": 1, + "poly": [ + 428, + 731, + 1153, + 731, + 1153, + 820, + 428, + 820 + ], + "score": 0.092 + }, + { + "category_id": 14, + "poly": [ + 423, + 270, + 1264, + 270, + 1264, + 907, + 423, + 907 + ], + "score": 0.94, + "latex": "\\begin{array} { r l } & { \\mathbb { E } _ { \\mathbf { x } \\times \\mathbf { x } ^ { \\beta } } \\nu ( \\xi , \\alpha ( \\mathbf { x } , \\mathbf { x } ) ) } \\\\ & = \\frac { \\nu ( \\mathbf { x } ) } { 2 } \\sum _ { i = 1 } ^ { N } \\sum _ { \\substack { s \\geq 0 , i \\geq 1 } } \\sum _ { \\substack { [ \\xi \\in \\mathcal { S } _ { \\mathbf { x } } \\times \\mathcal { N } _ { i } ] ( \\xi \\in \\mathcal { S } _ { \\mathbf { x } } \\times \\{ i \\} ) = ( \\xi \\cup \\mathbf { X } _ { \\mathbf { x } } ) ] = ( \\xi \\mid \\mathbf { X } _ { \\mathbf { x } } ) } } \\\\ & { \\leq \\frac { \\nu ( \\mathbf { x } ) } { 2 } \\sum _ { i = 1 } ^ { N } \\operatorname* { s u p } _ { ( \\xi \\in \\mathcal { S } _ { \\mathbf { x } } ) } [ \\xi \\operatorname* { s u p } _ { ( \\xi \\in \\mathcal { S } _ { \\mathbf { x } } ) ] } ( \\operatorname* { s u p } _ { ( \\xi \\in \\mathcal { S } _ { \\mathbf { x } } ) \\{ ( \\xi \\mathbf { X } _ { \\mathbf { x } } ) \\} = \\{ \\alpha \\} } ] } \\\\ & \\overset { ( a ) } { \\geq } \\sum _ { i = 1 } ^ { N } ( \\frac { \\nu } { L } ) \\sum _ { \\substack { ( \\xi ) \\leq ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ) = ( \\xi ) } } \\\\ & \\overset { ( a ) } { \\leq } \\sum _ { i = 1 } ^ { N } ( \\frac { \\nu } { L } ) \\sum _ \\substack { ( \\xi ) \\leq ( \\xi ) ( \\xi ) \\leq ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) ( \\xi ) \\leq ( \\xi ) \\mathrm { h } } \\{ \\alpha \\} \\exp \\{ ( \\xi \\} \\sum _ \\mathbf { x } \\in \\{ \\xi \\} \\} \\xi ) ( \\xi ) ( \\xi ) ( \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 931, + 950, + 1039, + 950, + 1039, + 985, + 931, + 985 + ], + "score": 0.93, + "latex": "S = \\left[ K _ { r } \\right]" + }, + { + "category_id": 13, + "poly": [ + 1201, + 992, + 1355, + 992, + 1355, + 1023, + 1201, + 1023 + ], + "score": 0.92, + "latex": "k = K _ { r } \\ge d _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 396, + 1582, + 525, + 1582, + 525, + 1619, + 396, + 1619 + ], + "score": 0.92, + "latex": "N ^ { 2 } / d _ { 0 } ^ { 2 } { \\dot { < } } N" + }, + { + "category_id": 13, + "poly": [ + 783, + 1777, + 969, + 1777, + 969, + 1813, + 783, + 1813 + ], + "score": 0.92, + "latex": "N \\log ^ { 4 } N { \\dot { < } } d _ { 0 } d _ { 1 }" + }, + { + "category_id": 13, + "poly": [ + 1252, + 1361, + 1398, + 1361, + 1398, + 1397, + 1252, + 1397 + ], + "score": 0.92, + "latex": "\\alpha \\triangleq M L / N" + }, + { + "category_id": 13, + "poly": [ + 511, + 1230, + 758, + 1230, + 758, + 1262, + 511, + 1262 + ], + "score": 0.92, + "latex": "K _ { r } \\geq N \\epsilon \\dot { = } N > 2 d _ { 1 }" + }, + { + "category_id": 13, + "poly": [ + 616, + 1396, + 711, + 1396, + 711, + 1426, + 616, + 1426 + ], + "score": 0.91, + "latex": "M \\leq N" + }, + { + "category_id": 13, + "poly": [ + 444, + 1291, + 573, + 1291, + 573, + 1325, + 444, + 1325 + ], + "score": 0.91, + "latex": "N = K _ { r } / 2" + }, + { + "category_id": 13, + "poly": [ + 505, + 989, + 779, + 989, + 779, + 1025, + 505, + 1025 + ], + "score": 0.91, + "latex": "r \\leq N / d _ { 0 } \\dot { < } \\operatorname* { m i n } \\left[ d _ { 0 } , d _ { 1 } \\right]" + }, + { + "category_id": 13, + "poly": [ + 595, + 1327, + 748, + 1327, + 748, + 1360, + 595, + 1360 + ], + "score": 0.91, + "latex": "\\mathbf { C } \\in \\mathbb { R } ^ { N \\times M }" + }, + { + "category_id": 14, + "poly": [ + 460, + 1697, + 1337, + 1697, + 1337, + 1766, + 460, + 1766 + ], + "score": 0.91, + "latex": "\\operatorname* { l i m } _ { N \\to \\infty } 0 . 2 3 \\operatorname* { m a x } \\left[ \\epsilon , d _ { 0 } \\left( N \\right) / N \\right] ^ { 3 / 4 } = 0 . 2 3 \\operatorname* { m a x } \\left[ \\epsilon , \\operatorname* { l i m } _ { N \\to \\infty } d _ { 0 } \\left( N \\right) / N \\right] ^ { 3 / 4 } = \\gamma _ { \\epsilon } ." + }, + { + "category_id": 14, + "poly": [ + 557, + 1863, + 1141, + 1863, + 1141, + 1923, + 557, + 1923 + ], + "score": 0.91, + "latex": "\\begin{array} { r } { \\mathbb { E } _ { \\mathbf { X } \\sim \\mathcal { N } } \\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) \\dot { \\leq } \\exp \\left( - \\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\right) . } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 1024, + 1654, + 1100, + 1654, + 1100, + 1687, + 1024, + 1687 + ], + "score": 0.91, + "latex": "d _ { 0 } { \\dot { \\le } } N" + }, + { + "category_id": 13, + "poly": [ + 603, + 1974, + 671, + 1974, + 671, + 2005, + 603, + 2005 + ], + "score": 0.91, + "latex": "\\rho = 0" + }, + { + "category_id": 14, + "poly": [ + 694, + 1437, + 1102, + 1437, + 1102, + 1497, + 694, + 1497 + ], + "score": 0.91, + "latex": "\\begin{array} { r } { \\mathbb { P } \\left( \\mathbf { C B } > 0 \\right) \\dot { \\leq } \\exp \\left( - 0 . 4 N \\alpha ^ { 1 / 4 } \\right) . } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 1053, + 1778, + 1145, + 1778, + 1145, + 1809, + 1053, + 1809 + ], + "score": 0.9, + "latex": "2 ^ { N \\log N }" + }, + { + "category_id": 13, + "poly": [ + 734, + 1927, + 800, + 1927, + 800, + 1958, + 734, + 1958 + ], + "score": 0.9, + "latex": "\\rho \\neq 0" + }, + { + "category_id": 13, + "poly": [ + 808, + 1326, + 957, + 1326, + 957, + 1360, + 808, + 1360 + ], + "score": 0.9, + "latex": "\\mathbf { B } \\in \\mathbb { R } ^ { M \\times L }" + }, + { + "category_id": 13, + "poly": [ + 968, + 1531, + 1044, + 1531, + 1044, + 1563, + 968, + 1563 + ], + "score": 0.9, + "latex": "d _ { 1 } \\dot { < } N" + }, + { + "category_id": 13, + "poly": [ + 561, + 1626, + 628, + 1626, + 628, + 1652, + 561, + 1652 + ], + "score": 0.9, + "latex": "r = 1" + }, + { + "category_id": 13, + "poly": [ + 585, + 1058, + 719, + 1058, + 719, + 1090, + 585, + 1090 + ], + "score": 0.9, + "latex": "\\mathbf { X } \\in \\mathbb { R } ^ { d _ { 0 } \\times k }" + }, + { + "category_id": 13, + "poly": [ + 480, + 2004, + 548, + 2004, + 548, + 2031, + 480, + 2031 + ], + "score": 0.9, + "latex": "r = 0" + }, + { + "category_id": 13, + "poly": [ + 590, + 1090, + 740, + 1090, + 740, + 1121, + 590, + 1121 + ], + "score": 0.89, + "latex": "\\mathbf { W } \\in \\mathbb { R } ^ { d _ { 1 } \\times d _ { 0 } }" + }, + { + "category_id": 13, + "poly": [ + 489, + 1512, + 907, + 1512, + 907, + 1586, + 489, + 1586 + ], + "score": 0.89, + "latex": "r d _ { 0 } \\leq N , \\left( \\begin{array} { c } { { N } } \\\\ { { K _ { r } } } \\end{array} \\right) \\leq 2 ^ { N } , K _ { r } \\leq N ," + }, + { + "category_id": 13, + "poly": [ + 819, + 1229, + 1168, + 1229, + 1168, + 1263, + 819, + 1263 + ], + "score": 0.88, + "latex": "\\operatorname* { m i n } \\left[ K _ { r } , d _ { 0 } , d _ { 1 } \\right] \\dot { > } d _ { 0 } \\underline { { d _ { 1 } } } / K _ { r } \\dot { > } 1" + }, + { + "category_id": 14, + "poly": [ + 502, + 1166, + 1298, + 1166, + 1298, + 1212, + 502, + 1212 + ], + "score": 0.88, + "latex": "\\begin{array} { r } { \\mathbb { P } \\left( \\mathrm { r a n k } \\left( a \\left( \\mathbf { W } \\mathbf { X } \\right) \\right) = r \\right) \\dot { \\leq } 2 ^ { k + r d _ { 0 } \\left( \\log d _ { 1 } + \\log k \\right) + r ^ { 2 } } \\mathbb { P } \\left( \\mathbf { W } \\mathbf { X } _ { [ \\lfloor k / 2 \\rfloor ] } > 0 \\right) . } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 1020, + 1365, + 1109, + 1365, + 1109, + 1394, + 1020, + 1394 + ], + "score": 0.88, + "latex": "N \\geq L ," + }, + { + "category_id": 13, + "poly": [ + 887, + 2002, + 1074, + 2002, + 1074, + 2036, + 887, + 2036 + ], + "score": 0.88, + "latex": "( a ( \\mathbf { W } \\mathbf { X } _ { S } ) \\bar { ) } = 0" + }, + { + "category_id": 13, + "poly": [ + 1317, + 1261, + 1402, + 1261, + 1402, + 1291, + 1317, + 1291 + ], + "score": 0.88, + "latex": "L = d _ { 1 }" + }, + { + "category_id": 13, + "poly": [ + 1209, + 1260, + 1305, + 1260, + 1305, + 1291, + 1209, + 1291 + ], + "score": 0.87, + "latex": "M = d _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 1340, + 1530, + 1405, + 1530, + 1405, + 1565, + 1340, + 1565 + ], + "score": 0.87, + "latex": "r ^ { 2 } \\leq" + }, + { + "category_id": 13, + "poly": [ + 1084, + 1260, + 1196, + 1260, + 1196, + 1290, + 1084, + 1290 + ], + "score": 0.84, + "latex": "\\mathbf { B } = \\mathbf { W } ^ { \\top }" + }, + { + "category_id": 13, + "poly": [ + 523, + 1122, + 697, + 1122, + 697, + 1156, + 523, + 1156 + ], + "score": 0.82, + "latex": "\\mathrm { i n } \\left[ k , d _ { 0 } , d _ { 1 } \\right] \\dot { > } r" + }, + { + "category_id": 13, + "poly": [ + 1024, + 922, + 1046, + 922, + 1046, + 948, + 1024, + 948 + ], + "score": 0.82, + "latex": "S" + }, + { + "category_id": 13, + "poly": [ + 972, + 1262, + 1074, + 1262, + 1074, + 1290, + 972, + 1290 + ], + "score": 0.79, + "latex": "\\mathbf { C } = \\mathbf { X } ^ { \\top }" + }, + { + "category_id": 13, + "poly": [ + 807, + 922, + 834, + 922, + 834, + 948, + 807, + 948 + ], + "score": 0.72, + "latex": "\\mathbf { X }" + }, + { + "category_id": 13, + "poly": [ + 942, + 1395, + 1132, + 1395, + 1132, + 1429, + 942, + 1429 + ], + "score": 0.62, + "latex": "[ N , M , L ] \\dot { > } \\alpha \\dot { > } 1" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 859.0, + 72.0, + 859.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 2085.0, + 869.0, + 2085.0, + 869.0, + 2124.0, + 831.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 360.0, + 1227.0, + 510.0, + 1227.0, + 510.0, + 1266.0, + 360.0, + 1266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 759.0, + 1227.0, + 818.0, + 1227.0, + 818.0, + 1266.0, + 759.0, + 1266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1169.0, + 1227.0, + 1405.0, + 1227.0, + 1405.0, + 1266.0, + 1169.0, + 1266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 1256.0, + 971.0, + 1256.0, + 971.0, + 1296.0, + 393.0, + 1296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1075.0, + 1256.0, + 1083.0, + 1256.0, + 1083.0, + 1296.0, + 1075.0, + 1296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1197.0, + 1256.0, + 1208.0, + 1256.0, + 1208.0, + 1296.0, + 1197.0, + 1296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1306.0, + 1256.0, + 1316.0, + 1256.0, + 1316.0, + 1296.0, + 1306.0, + 1296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 396.0, + 1289.0, + 443.0, + 1289.0, + 443.0, + 1327.0, + 396.0, + 1327.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 574.0, + 1289.0, + 962.0, + 1289.0, + 962.0, + 1327.0, + 574.0, + 1327.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 353.0, + 1509.0, + 488.0, + 1509.0, + 488.0, + 1582.0, + 353.0, + 1582.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 908.0, + 1518.0, + 967.0, + 1518.0, + 967.0, + 1576.0, + 908.0, + 1576.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1045.0, + 1518.0, + 1339.0, + 1518.0, + 1339.0, + 1576.0, + 1045.0, + 1576.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1406.0, + 1518.0, + 1410.0, + 1518.0, + 1410.0, + 1576.0, + 1406.0, + 1576.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 526.0, + 1577.0, + 1254.0, + 1577.0, + 1254.0, + 1622.0, + 526.0, + 1622.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 1053.0, + 584.0, + 1053.0, + 584.0, + 1097.0, + 392.0, + 1097.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 720.0, + 1053.0, + 1410.0, + 1053.0, + 1410.0, + 1097.0, + 720.0, + 1097.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 391.0, + 1082.0, + 589.0, + 1082.0, + 589.0, + 1130.0, + 391.0, + 1130.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 741.0, + 1082.0, + 1409.0, + 1082.0, + 1409.0, + 1130.0, + 741.0, + 1130.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 1121.0, + 522.0, + 1121.0, + 522.0, + 1157.0, + 395.0, + 1157.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 698.0, + 1121.0, + 706.0, + 1121.0, + 706.0, + 1157.0, + 698.0, + 1157.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 1320.0, + 594.0, + 1320.0, + 594.0, + 1366.0, + 392.0, + 1366.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 749.0, + 1320.0, + 807.0, + 1320.0, + 807.0, + 1366.0, + 749.0, + 1366.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 958.0, + 1320.0, + 1406.0, + 1320.0, + 1406.0, + 1366.0, + 958.0, + 1366.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 1364.0, + 1019.0, + 1364.0, + 1019.0, + 1398.0, + 395.0, + 1398.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1110.0, + 1364.0, + 1251.0, + 1364.0, + 1251.0, + 1398.0, + 1110.0, + 1398.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1399.0, + 1364.0, + 1406.0, + 1364.0, + 1406.0, + 1398.0, + 1399.0, + 1398.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 1393.0, + 615.0, + 1393.0, + 615.0, + 1432.0, + 394.0, + 1432.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 712.0, + 1393.0, + 941.0, + 1393.0, + 941.0, + 1432.0, + 712.0, + 1432.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1133.0, + 1393.0, + 1244.0, + 1393.0, + 1244.0, + 1432.0, + 1133.0, + 1432.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 359.0, + 914.0, + 806.0, + 914.0, + 806.0, + 958.0, + 359.0, + 958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 835.0, + 914.0, + 1023.0, + 914.0, + 1023.0, + 958.0, + 835.0, + 958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1047.0, + 914.0, + 1409.0, + 914.0, + 1409.0, + 958.0, + 1047.0, + 958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 945.0, + 930.0, + 945.0, + 930.0, + 988.0, + 392.0, + 988.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1040.0, + 945.0, + 1051.0, + 945.0, + 1051.0, + 988.0, + 1040.0, + 988.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1970.0, + 602.0, + 1970.0, + 602.0, + 2008.0, + 294.0, + 2008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 672.0, + 1970.0, + 1403.0, + 1970.0, + 1403.0, + 2008.0, + 672.0, + 2008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 2000.0, + 479.0, + 2000.0, + 479.0, + 2039.0, + 293.0, + 2039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 549.0, + 2000.0, + 886.0, + 2000.0, + 886.0, + 2039.0, + 549.0, + 2039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1075.0, + 2000.0, + 1405.0, + 2000.0, + 1405.0, + 2039.0, + 1075.0, + 2039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 358.0, + 987.0, + 504.0, + 987.0, + 504.0, + 1027.0, + 358.0, + 1027.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 780.0, + 987.0, + 1200.0, + 987.0, + 1200.0, + 1027.0, + 780.0, + 1027.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1356.0, + 987.0, + 1405.0, + 987.0, + 1405.0, + 1027.0, + 1356.0, + 1027.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 1021.0, + 1086.0, + 1021.0, + 1086.0, + 1057.0, + 392.0, + 1057.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1921.0, + 733.0, + 1921.0, + 733.0, + 1962.0, + 294.0, + 1962.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 801.0, + 1921.0, + 811.0, + 1921.0, + 811.0, + 1962.0, + 801.0, + 1962.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 360.0, + 1623.0, + 560.0, + 1623.0, + 560.0, + 1659.0, + 360.0, + 1659.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 629.0, + 1623.0, + 1405.0, + 1623.0, + 1405.0, + 1659.0, + 629.0, + 1659.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 1654.0, + 1023.0, + 1654.0, + 1023.0, + 1690.0, + 395.0, + 1690.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1101.0, + 1654.0, + 1144.0, + 1654.0, + 1144.0, + 1690.0, + 1101.0, + 1690.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 227.0, + 633.0, + 227.0, + 633.0, + 266.0, + 295.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 389.0, + 1771.0, + 782.0, + 1771.0, + 782.0, + 1823.0, + 389.0, + 1823.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 970.0, + 1771.0, + 1052.0, + 1771.0, + 1052.0, + 1823.0, + 970.0, + 1823.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1146.0, + 1771.0, + 1360.0, + 1771.0, + 1360.0, + 1823.0, + 1146.0, + 1823.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1833.0, + 370.0, + 1833.0, + 370.0, + 1878.0, + 292.0, + 1878.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 410.0, + 704.0, + 422.0, + 704.0, + 422.0, + 816.0, + 410.0, + 816.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 13, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 296, + 1212, + 1405, + 1212, + 1405, + 1350, + 296, + 1350 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 298, + 1371, + 1403, + 1371, + 1403, + 1496, + 298, + 1496 + ], + "score": 0.975 + }, + { + "category_id": 1, + "poly": [ + 297, + 1883, + 1405, + 1883, + 1405, + 1999, + 297, + 1999 + ], + "score": 0.975 + }, + { + "category_id": 1, + "poly": [ + 295, + 349, + 1406, + 349, + 1406, + 445, + 295, + 445 + ], + "score": 0.972 + }, + { + "category_id": 8, + "poly": [ + 416, + 1506, + 1279, + 1506, + 1279, + 1700, + 416, + 1700 + ], + "score": 0.971 + }, + { + "category_id": 8, + "poly": [ + 485, + 724, + 1212, + 724, + 1212, + 875, + 485, + 875 + ], + "score": 0.965 + }, + { + "category_id": 8, + "poly": [ + 666, + 1793, + 1029, + 1793, + 1029, + 1874, + 666, + 1874 + ], + "score": 0.957 + }, + { + "category_id": 1, + "poly": [ + 292, + 228, + 1404, + 228, + 1404, + 298, + 292, + 298 + ], + "score": 0.955 + }, + { + "category_id": 8, + "poly": [ + 595, + 455, + 1102, + 455, + 1102, + 519, + 595, + 519 + ], + "score": 0.954 + }, + { + "category_id": 1, + "poly": [ + 294, + 888, + 1403, + 888, + 1403, + 954, + 294, + 954 + ], + "score": 0.952 + }, + { + "category_id": 1, + "poly": [ + 287, + 1709, + 1404, + 1709, + 1404, + 1783, + 287, + 1783 + ], + "score": 0.949 + }, + { + "category_id": 8, + "poly": [ + 527, + 593, + 1167, + 593, + 1167, + 664, + 527, + 664 + ], + "score": 0.949 + }, + { + "category_id": 8, + "poly": [ + 705, + 1095, + 993, + 1095, + 993, + 1171, + 705, + 1171 + ], + "score": 0.947 + }, + { + "category_id": 8, + "poly": [ + 766, + 1998, + 933, + 1998, + 933, + 2043, + 766, + 2043 + ], + "score": 0.937 + }, + { + "category_id": 1, + "poly": [ + 296, + 547, + 1210, + 547, + 1210, + 583, + 296, + 583 + ], + "score": 0.932 + }, + { + "category_id": 2, + "poly": [ + 297, + 73, + 858, + 73, + 858, + 106, + 297, + 106 + ], + "score": 0.927 + }, + { + "category_id": 1, + "poly": [ + 297, + 1175, + 584, + 1175, + 584, + 1209, + 297, + 1209 + ], + "score": 0.925 + }, + { + "category_id": 1, + "poly": [ + 302, + 675, + 1233, + 675, + 1233, + 713, + 302, + 713 + ], + "score": 0.92 + }, + { + "category_id": 1, + "poly": [ + 298, + 1063, + 656, + 1063, + 656, + 1096, + 298, + 1096 + ], + "score": 0.918 + }, + { + "category_id": 9, + "poly": [ + 1344, + 1547, + 1401, + 1547, + 1401, + 1579, + 1344, + 1579 + ], + "score": 0.901 + }, + { + "category_id": 9, + "poly": [ + 1343, + 2001, + 1401, + 2001, + 1401, + 2033, + 1343, + 2033 + ], + "score": 0.891 + }, + { + "category_id": 2, + "poly": [ + 835, + 2087, + 864, + 2087, + 864, + 2113, + 835, + 2113 + ], + "score": 0.873 + }, + { + "category_id": 2, + "poly": [ + 1375, + 311, + 1401, + 311, + 1401, + 340, + 1375, + 340 + ], + "score": 0.759 + }, + { + "category_id": 0, + "poly": [ + 295, + 995, + 1225, + 995, + 1225, + 1033, + 295, + 1033 + ], + "score": 0.592 + }, + { + "category_id": 1, + "poly": [ + 295, + 995, + 1225, + 995, + 1225, + 1033, + 295, + 1033 + ], + "score": 0.368 + }, + { + "category_id": 14, + "poly": [ + 661, + 1793, + 1037, + 1793, + 1037, + 1871, + 661, + 1871 + ], + "score": 0.94, + "latex": "K = \\left\\lceil { \\frac { | S ^ { + } | } { d _ { 0 } - 1 } } \\right\\rceil \\leq \\left\\lceil { \\frac { N } { 2 \\left( d _ { 0 } - 1 \\right) } } \\right\\rceil" + }, + { + "category_id": 14, + "poly": [ + 483, + 722, + 1216, + 722, + 1216, + 879, + 483, + 879 + ], + "score": 0.94, + "latex": "\\begin{array} { r l } & { 1 - \\delta < \\mathbb { P } _ { { \\mathbf { X } } \\sim { \\mathcal { N } } } \\left( \\displaystyle \\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( { \\mathbf { X } } , { \\mathbf { y } } \\right) \\right) < \\frac { 1 } { \\delta } \\mathbb { E } _ { { \\mathbf { X } } \\sim { \\mathcal { N } } } \\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( { \\mathbf { X } } , { \\mathbf { y } } \\right) \\right) \\right) } \\\\ & { \\quad \\quad \\quad < \\mathbb { P } _ { { \\mathbf { X } } \\sim { \\mathcal { N } } } \\left( \\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( { \\mathbf { X } } , { \\mathbf { y } } \\right) \\right) \\dot { \\leq } \\frac { 1 } { \\delta } \\exp \\left( - \\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\right) \\right) } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 684, + 1745, + 802, + 1745, + 802, + 1786, + 684, + 1786 + ], + "score": 0.94, + "latex": "\\vert S ^ { + } \\vert \\le \\frac { N } { 2 }" + }, + { + "category_id": 14, + "poly": [ + 703, + 1094, + 997, + 1094, + 997, + 1171, + 703, + 1171 + ], + "score": 0.94, + "latex": "f \\left( x \\right) \\triangleq { \\left\\{ \\begin{array} { l l } { \\rho x } & { , { \\mathrm { i f ~ } } x < 0 } \\\\ { x } & { , { \\mathrm { i f ~ } } x \\geq 0 } \\end{array} \\right. }" + }, + { + "category_id": 13, + "poly": [ + 942, + 261, + 1102, + 261, + 1102, + 297, + 942, + 297 + ], + "score": 0.94, + "latex": "\\gamma _ { \\epsilon } = 0 . 2 3 \\epsilon ^ { 3 / 4 }" + }, + { + "category_id": 13, + "poly": [ + 1149, + 1287, + 1256, + 1287, + 1256, + 1320, + 1149, + 1320 + ], + "score": 0.93, + "latex": "d _ { 1 } \\ \\geq \\ d _ { 1 } ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 883, + 1925, + 982, + 1925, + 982, + 1967, + 883, + 1967 + ], + "score": 0.93, + "latex": "\\left\\{ \\tilde { \\mathbf { w } } _ { i } \\right\\} _ { i = 1 } ^ { K }" + }, + { + "category_id": 13, + "poly": [ + 387, + 1881, + 495, + 1881, + 495, + 1929, + 387, + 1929 + ], + "score": 0.93, + "latex": "\\left\\{ { \\cal { S } } _ { i } ^ { + } \\right\\} _ { i = 1 } ^ { K }" + }, + { + "category_id": 14, + "poly": [ + 416, + 1500, + 1283, + 1500, + 1283, + 1705, + 416, + 1705 + ], + "score": 0.93, + "latex": "\\begin{array} { l } { \\displaystyle \\tau \\left( x \\right) \\triangleq \\left\\{ \\begin{array} { l l } { 0 } & { \\mathrm { , ~ i f ~ } | x | > \\epsilon _ { 1 } } \\\\ { 1 } & { \\mathrm { , ~ i f ~ } | x | \\leq \\epsilon _ { 2 } } \\\\ { \\frac { \\epsilon _ { 1 } - | x | } { \\epsilon _ { 1 } - \\epsilon _ { 2 } } } & { \\mathrm { , ~ i f ~ } \\epsilon _ { 2 } < | x | \\leq \\epsilon _ { 1 } } \\\\ { = \\displaystyle \\frac { 1 } { \\epsilon _ { 1 } - \\epsilon _ { 2 } } \\frac { 1 } { 1 - \\rho } \\left[ f \\left( x + \\epsilon _ { 1 } \\right) - f \\left( x + \\epsilon _ { 2 } \\right) - f \\left( x - \\epsilon _ { 2 } \\right) + f \\left( x - \\epsilon _ { 1 } \\right) \\right] . } \\end{array} \\right. } \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 594, + 452, + 1103, + 452, + 1103, + 519, + 594, + 519 + ], + "score": 0.93, + "latex": "{ \\mathcal { V } } \\left( { \\mathcal { L } } _ { \\epsilon } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) \\dot { \\leq } \\frac { 1 } { \\delta } \\exp \\left( - \\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\right)" + }, + { + "category_id": 14, + "poly": [ + 765, + 1994, + 932, + 1994, + 932, + 2044, + 765, + 2044 + ], + "score": 0.93, + "latex": "\\tilde { \\mathbf { w } } _ { i } ^ { \\top } \\mathbf { X } _ { S _ { i } ^ { + } } = 0 ," + }, + { + "category_id": 13, + "poly": [ + 818, + 1213, + 973, + 1213, + 973, + 1249, + 818, + 1249 + ], + "score": 0.93, + "latex": "\\mathbf { y } \\in \\{ 0 , 1 \\} ^ { N }" + }, + { + "category_id": 13, + "poly": [ + 448, + 549, + 657, + 549, + 657, + 583, + 448, + 583 + ], + "score": 0.93, + "latex": "\\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) \\geq 0" + }, + { + "category_id": 13, + "poly": [ + 553, + 1283, + 807, + 1283, + 807, + 1321, + 553, + 1321 + ], + "score": 0.92, + "latex": "\\forall i , n : \\mathbf { w } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\neq 0" + }, + { + "category_id": 13, + "poly": [ + 401, + 675, + 703, + 675, + 703, + 714, + 401, + 714 + ], + "score": 0.92, + "latex": "\\begin{array} { r } { \\eta = \\frac { 1 } { \\delta } \\mathbb { E } _ { \\mathbf { X } \\sim \\mathcal { N } } \\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 509, + 1177, + 577, + 1177, + 577, + 1210, + 509, + 1210 + ], + "score": 0.91, + "latex": "\\rho \\neq 1" + }, + { + "category_id": 13, + "poly": [ + 990, + 1436, + 1129, + 1436, + 1129, + 1466, + 990, + 1466 + ], + "score": 0.91, + "latex": "\\epsilon _ { 1 } > \\epsilon _ { 2 } > 0" + }, + { + "category_id": 13, + "poly": [ + 1001, + 1248, + 1237, + 1248, + 1237, + 1286, + 1001, + 1286 + ], + "score": 0.91, + "latex": "\\mathbf { y } ~ = ~ f \\left( \\mathbf { W } ^ { * } \\mathbf { X } \\right) ^ { \\top } \\mathbf { z } ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 1031, + 1212, + 1178, + 1212, + 1178, + 1244, + 1031, + 1244 + ], + "score": 0.91, + "latex": "\\mathbf { X } \\in \\mathbb { R } ^ { d _ { 0 } \\times N }" + }, + { + "category_id": 13, + "poly": [ + 745, + 1249, + 867, + 1249, + 867, + 1282, + 745, + 1282 + ], + "score": 0.91, + "latex": "\\mathbf { z } ^ { * } ~ \\in ~ \\mathbb { R } ^ { d _ { 1 } ^ { * } }" + }, + { + "category_id": 13, + "poly": [ + 558, + 1965, + 597, + 1965, + 597, + 2001, + 558, + 2001 + ], + "score": 0.91, + "latex": "{ S } _ { i } ^ { + }" + }, + { + "category_id": 13, + "poly": [ + 501, + 1248, + 683, + 1248, + 683, + 1281, + 501, + 1281 + ], + "score": 0.9, + "latex": "\\mathbf { W ^ { * } } ~ \\in ~ \\mathbb { R } ^ { d _ { 1 } ^ { * } \\times d _ { 0 } }" + }, + { + "category_id": 14, + "poly": [ + 528, + 591, + 1169, + 591, + 1169, + 666, + 528, + 666 + ], + "score": 0.9, + "latex": "\\mathbb { P } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left( \\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) < \\eta \\right) > 1 - \\frac { \\mathbb { E } _ { \\mathbf { X } \\sim \\mathcal { N } } \\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) } { \\eta }" + }, + { + "category_id": 13, + "poly": [ + 722, + 1374, + 823, + 1374, + 823, + 1405, + 722, + 1405 + ], + "score": 0.9, + "latex": "( \\mathbf { W } ^ { * } , \\mathbf { z } ^ { * } )" + }, + { + "category_id": 13, + "poly": [ + 781, + 1891, + 860, + 1891, + 860, + 1922, + 781, + 1922 + ], + "score": 0.9, + "latex": "d _ { 0 } - 1" + }, + { + "category_id": 13, + "poly": [ + 297, + 1285, + 493, + 1285, + 493, + 1320, + 297, + 1320 + ], + "score": 0.9, + "latex": "4 \\left\\lceil N / \\left( 2 d _ { 0 } - 2 \\right) \\right\\rceil" + }, + { + "category_id": 13, + "poly": [ + 1088, + 352, + 1156, + 352, + 1156, + 381, + 1088, + 381 + ], + "score": 0.89, + "latex": "\\delta > 0" + }, + { + "category_id": 13, + "poly": [ + 728, + 266, + 795, + 266, + 795, + 293, + 728, + 293 + ], + "score": 0.89, + "latex": "r = 0" + }, + { + "category_id": 13, + "poly": [ + 958, + 1748, + 998, + 1748, + 998, + 1777, + 958, + 1777 + ], + "score": 0.89, + "latex": "S ^ { + }" + }, + { + "category_id": 13, + "poly": [ + 298, + 1966, + 375, + 1966, + 375, + 1998, + 298, + 1998 + ], + "score": 0.89, + "latex": "d _ { 0 } - 1" + }, + { + "category_id": 13, + "poly": [ + 297, + 414, + 463, + 414, + 463, + 442, + 297, + 442 + ], + "score": 0.89, + "latex": "\\mathrm { M C E } > \\epsilon > 0" + }, + { + "category_id": 13, + "poly": [ + 588, + 1321, + 656, + 1321, + 656, + 1346, + 588, + 1346 + ], + "score": 0.87, + "latex": "\\mathbf { e } = 0" + }, + { + "category_id": 13, + "poly": [ + 756, + 382, + 820, + 382, + 820, + 411, + 756, + 411 + ], + "score": 0.85, + "latex": "1 - \\delta" + }, + { + "category_id": 13, + "poly": [ + 1063, + 1708, + 1391, + 1708, + 1391, + 1749, + 1063, + 1749 + ], + "score": 0.81, + "latex": "S ^ { + } \\triangleq \\left\\{ n \\in [ N ] | y ^ { ( n ) } = 1 \\right\\}" + }, + { + "category_id": 13, + "poly": [ + 822, + 893, + 847, + 893, + 847, + 918, + 822, + 918 + ], + "score": 0.8, + "latex": "<" + }, + { + "category_id": 13, + "poly": [ + 1372, + 1891, + 1402, + 1891, + 1402, + 1918, + 1372, + 1918 + ], + "score": 0.8, + "latex": "K" + }, + { + "category_id": 13, + "poly": [ + 799, + 414, + 826, + 414, + 826, + 440, + 799, + 440 + ], + "score": 0.8, + "latex": "N" + }, + { + "category_id": 13, + "poly": [ + 1333, + 1248, + 1404, + 1248, + 1404, + 1286, + 1333, + 1286 + ], + "score": 0.78, + "latex": "d _ { 1 } ^ { * } \\ \\triangleq" + }, + { + "category_id": 13, + "poly": [ + 423, + 383, + 452, + 383, + 452, + 411, + 423, + 411 + ], + "score": 0.72, + "latex": "N _ { . }" + }, + { + "category_id": 13, + "poly": [ + 1227, + 888, + 1251, + 888, + 1251, + 920, + 1227, + 920 + ], + "score": 0.71, + "latex": "\\dot { \\leq }" + }, + { + "category_id": 13, + "poly": [ + 1011, + 550, + 1201, + 550, + 1201, + 582, + 1011, + 582 + ], + "score": 0.37, + "latex": "( \\mathrm { F a c t } 1 1 ) \\forall \\eta > 0" + }, + { + "category_id": 13, + "poly": [ + 1069, + 1711, + 1111, + 1711, + 1111, + 1742, + 1069, + 1742 + ], + "score": 0.33, + "latex": "S ^ { + }" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 859.0, + 72.0, + 859.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 2085.0, + 868.0, + 2085.0, + 868.0, + 2124.0, + 831.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 994.0, + 1229.0, + 994.0, + 1229.0, + 1034.0, + 292.0, + 1034.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1207.0, + 817.0, + 1207.0, + 817.0, + 1252.0, + 293.0, + 1252.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 974.0, + 1207.0, + 1030.0, + 1207.0, + 1030.0, + 1252.0, + 974.0, + 1252.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1179.0, + 1207.0, + 1407.0, + 1207.0, + 1407.0, + 1252.0, + 1179.0, + 1252.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1244.0, + 500.0, + 1244.0, + 500.0, + 1290.0, + 290.0, + 1290.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 684.0, + 1244.0, + 744.0, + 1244.0, + 744.0, + 1290.0, + 684.0, + 1290.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 868.0, + 1244.0, + 1000.0, + 1244.0, + 1000.0, + 1290.0, + 868.0, + 1290.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1238.0, + 1244.0, + 1332.0, + 1244.0, + 1332.0, + 1290.0, + 1238.0, + 1290.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1280.0, + 296.0, + 1280.0, + 296.0, + 1323.0, + 290.0, + 1323.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 494.0, + 1280.0, + 552.0, + 1280.0, + 552.0, + 1323.0, + 494.0, + 1323.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 808.0, + 1280.0, + 1148.0, + 1280.0, + 1148.0, + 1323.0, + 808.0, + 1323.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1257.0, + 1280.0, + 1406.0, + 1280.0, + 1406.0, + 1323.0, + 1257.0, + 1323.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1318.0, + 587.0, + 1318.0, + 587.0, + 1349.0, + 296.0, + 1349.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 657.0, + 1318.0, + 668.0, + 1318.0, + 668.0, + 1349.0, + 657.0, + 1349.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1374.0, + 721.0, + 1374.0, + 721.0, + 1407.0, + 296.0, + 1407.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 824.0, + 1374.0, + 1407.0, + 1374.0, + 1407.0, + 1407.0, + 824.0, + 1407.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1403.0, + 1405.0, + 1403.0, + 1405.0, + 1436.0, + 292.0, + 1436.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1432.0, + 989.0, + 1432.0, + 989.0, + 1471.0, + 292.0, + 1471.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1130.0, + 1432.0, + 1405.0, + 1432.0, + 1405.0, + 1471.0, + 1130.0, + 1471.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1463.0, + 921.0, + 1463.0, + 921.0, + 1497.0, + 293.0, + 1497.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 282.0, + 1862.0, + 386.0, + 1862.0, + 386.0, + 1958.0, + 282.0, + 1958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 496.0, + 1862.0, + 780.0, + 1862.0, + 780.0, + 1958.0, + 496.0, + 1958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 861.0, + 1862.0, + 1371.0, + 1862.0, + 1371.0, + 1958.0, + 861.0, + 1958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1403.0, + 1862.0, + 1415.0, + 1862.0, + 1415.0, + 1958.0, + 1403.0, + 1958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 285.0, + 1911.0, + 882.0, + 1911.0, + 882.0, + 1983.0, + 285.0, + 1983.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 983.0, + 1911.0, + 1415.0, + 1911.0, + 1415.0, + 1983.0, + 983.0, + 1983.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1963.0, + 297.0, + 1963.0, + 297.0, + 2004.0, + 292.0, + 2004.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 376.0, + 1963.0, + 557.0, + 1963.0, + 557.0, + 2004.0, + 376.0, + 2004.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 598.0, + 1963.0, + 658.0, + 1963.0, + 658.0, + 2004.0, + 598.0, + 2004.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 344.0, + 1087.0, + 344.0, + 1087.0, + 391.0, + 293.0, + 391.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1157.0, + 344.0, + 1406.0, + 344.0, + 1406.0, + 391.0, + 1157.0, + 391.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 379.0, + 422.0, + 379.0, + 422.0, + 417.0, + 292.0, + 417.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 453.0, + 379.0, + 755.0, + 379.0, + 755.0, + 417.0, + 453.0, + 417.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 821.0, + 379.0, + 1404.0, + 379.0, + 1404.0, + 417.0, + 821.0, + 417.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 464.0, + 413.0, + 798.0, + 413.0, + 798.0, + 447.0, + 464.0, + 447.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 827.0, + 413.0, + 862.0, + 413.0, + 862.0, + 447.0, + 827.0, + 447.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 227.0, + 1403.0, + 227.0, + 1403.0, + 264.0, + 295.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 262.0, + 727.0, + 262.0, + 727.0, + 297.0, + 291.0, + 297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 796.0, + 262.0, + 941.0, + 262.0, + 941.0, + 297.0, + 796.0, + 297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1103.0, + 262.0, + 1113.0, + 262.0, + 1113.0, + 297.0, + 1103.0, + 297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 887.0, + 821.0, + 887.0, + 821.0, + 924.0, + 294.0, + 924.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 848.0, + 887.0, + 1226.0, + 887.0, + 1226.0, + 924.0, + 848.0, + 924.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1252.0, + 887.0, + 1404.0, + 887.0, + 1404.0, + 924.0, + 1252.0, + 924.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 920.0, + 866.0, + 920.0, + 866.0, + 956.0, + 294.0, + 956.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1377.0, + 926.0, + 1401.0, + 926.0, + 1401.0, + 947.0, + 1377.0, + 947.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1705.0, + 1062.0, + 1705.0, + 1062.0, + 1751.0, + 292.0, + 1751.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1392.0, + 1705.0, + 1408.0, + 1705.0, + 1408.0, + 1751.0, + 1392.0, + 1751.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1742.0, + 683.0, + 1742.0, + 683.0, + 1789.0, + 293.0, + 1789.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 803.0, + 1742.0, + 957.0, + 1742.0, + 957.0, + 1789.0, + 803.0, + 1789.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 999.0, + 1742.0, + 1034.0, + 1742.0, + 1034.0, + 1789.0, + 999.0, + 1789.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 546.0, + 447.0, + 546.0, + 447.0, + 586.0, + 296.0, + 586.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 658.0, + 546.0, + 1010.0, + 546.0, + 1010.0, + 586.0, + 658.0, + 586.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1202.0, + 546.0, + 1210.0, + 546.0, + 1210.0, + 586.0, + 1202.0, + 586.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1172.0, + 508.0, + 1172.0, + 508.0, + 1215.0, + 293.0, + 1215.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 578.0, + 1172.0, + 589.0, + 1172.0, + 589.0, + 1215.0, + 578.0, + 1215.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 671.0, + 400.0, + 671.0, + 400.0, + 718.0, + 296.0, + 718.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 704.0, + 671.0, + 1237.0, + 671.0, + 1237.0, + 718.0, + 704.0, + 718.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1059.0, + 655.0, + 1059.0, + 655.0, + 1103.0, + 293.0, + 1103.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 994.0, + 1229.0, + 994.0, + 1229.0, + 1034.0, + 292.0, + 1034.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 14, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 8, + "poly": [ + 336, + 1677, + 1365, + 1677, + 1365, + 2028, + 336, + 2028 + ], + "score": 0.972 + }, + { + "category_id": 8, + "poly": [ + 589, + 1128, + 1105, + 1128, + 1105, + 1275, + 589, + 1275 + ], + "score": 0.962 + }, + { + "category_id": 8, + "poly": [ + 597, + 1509, + 1100, + 1509, + 1100, + 1621, + 597, + 1621 + ], + "score": 0.962 + }, + { + "category_id": 8, + "poly": [ + 636, + 447, + 1060, + 447, + 1060, + 534, + 636, + 534 + ], + "score": 0.961 + }, + { + "category_id": 8, + "poly": [ + 651, + 332, + 1032, + 332, + 1032, + 409, + 651, + 409 + ], + "score": 0.961 + }, + { + "category_id": 8, + "poly": [ + 610, + 973, + 1081, + 973, + 1081, + 1069, + 610, + 1069 + ], + "score": 0.959 + }, + { + "category_id": 8, + "poly": [ + 624, + 1357, + 1073, + 1357, + 1073, + 1446, + 624, + 1446 + ], + "score": 0.954 + }, + { + "category_id": 8, + "poly": [ + 657, + 714, + 1040, + 714, + 1040, + 773, + 657, + 773 + ], + "score": 0.952 + }, + { + "category_id": 1, + "poly": [ + 297, + 641, + 1401, + 641, + 1401, + 706, + 297, + 706 + ], + "score": 0.948 + }, + { + "category_id": 1, + "poly": [ + 295, + 540, + 1402, + 540, + 1402, + 601, + 295, + 601 + ], + "score": 0.948 + }, + { + "category_id": 1, + "poly": [ + 297, + 785, + 1418, + 785, + 1418, + 869, + 297, + 869 + ], + "score": 0.947 + }, + { + "category_id": 8, + "poly": [ + 764, + 879, + 941, + 879, + 941, + 919, + 764, + 919 + ], + "score": 0.946 + }, + { + "category_id": 1, + "poly": [ + 298, + 1292, + 1408, + 1292, + 1408, + 1360, + 298, + 1360 + ], + "score": 0.936 + }, + { + "category_id": 1, + "poly": [ + 293, + 1451, + 1301, + 1451, + 1301, + 1498, + 293, + 1498 + ], + "score": 0.936 + }, + { + "category_id": 8, + "poly": [ + 793, + 602, + 903, + 602, + 903, + 636, + 793, + 636 + ], + "score": 0.934 + }, + { + "category_id": 1, + "poly": [ + 295, + 1077, + 915, + 1077, + 915, + 1112, + 295, + 1112 + ], + "score": 0.932 + }, + { + "category_id": 1, + "poly": [ + 296, + 1631, + 780, + 1631, + 780, + 1665, + 296, + 1665 + ], + "score": 0.931 + }, + { + "category_id": 1, + "poly": [ + 296, + 421, + 457, + 421, + 457, + 453, + 296, + 453 + ], + "score": 0.929 + }, + { + "category_id": 2, + "poly": [ + 296, + 73, + 858, + 73, + 858, + 107, + 296, + 107 + ], + "score": 0.926 + }, + { + "category_id": 1, + "poly": [ + 295, + 928, + 1288, + 928, + 1288, + 963, + 295, + 963 + ], + "score": 0.922 + }, + { + "category_id": 1, + "poly": [ + 298, + 276, + 1234, + 276, + 1234, + 319, + 298, + 319 + ], + "score": 0.912 + }, + { + "category_id": 9, + "poly": [ + 1343, + 727, + 1401, + 727, + 1401, + 759, + 1343, + 759 + ], + "score": 0.904 + }, + { + "category_id": 9, + "poly": [ + 1343, + 475, + 1401, + 475, + 1401, + 507, + 1343, + 507 + ], + "score": 0.902 + }, + { + "category_id": 9, + "poly": [ + 1343, + 1183, + 1401, + 1183, + 1401, + 1215, + 1343, + 1215 + ], + "score": 0.902 + }, + { + "category_id": 9, + "poly": [ + 1343, + 1385, + 1401, + 1385, + 1401, + 1417, + 1343, + 1417 + ], + "score": 0.9 + }, + { + "category_id": 9, + "poly": [ + 1343, + 1529, + 1401, + 1529, + 1401, + 1561, + 1343, + 1561 + ], + "score": 0.897 + }, + { + "category_id": 9, + "poly": [ + 1344, + 882, + 1401, + 882, + 1401, + 913, + 1344, + 913 + ], + "score": 0.896 + }, + { + "category_id": 1, + "poly": [ + 294, + 225, + 831, + 225, + 831, + 265, + 294, + 265 + ], + "score": 0.87 + }, + { + "category_id": 2, + "poly": [ + 835, + 2087, + 865, + 2087, + 865, + 2114, + 835, + 2114 + ], + "score": 0.765 + }, + { + "category_id": 2, + "poly": [ + 835, + 2087, + 865, + 2087, + 865, + 2114, + 835, + 2114 + ], + "score": 0.216 + }, + { + "category_id": 14, + "poly": [ + 626, + 1352, + 1072, + 1352, + 1072, + 1447, + 626, + 1447 + ], + "score": 0.95, + "latex": "\\epsilon _ { 1 } = \\beta \\frac { \\operatorname* { m i n } _ { n \\not \\in { \\cal S } _ { i } ^ { + } } \\left| \\tilde { \\mathbf { w } } _ { i } ^ { \\top } { \\mathbf { x } } ^ { ( n ) } \\right| } { \\operatorname* { m a x } _ { n \\not \\in { \\cal S } _ { i } ^ { + } } \\left| \\hat { \\mathbf { w } } _ { i } ^ { \\top } { \\mathbf { x } } ^ { ( n ) } \\right| } , \\epsilon _ { 2 } = \\gamma \\epsilon _ { 1 } ," + }, + { + "category_id": 14, + "poly": [ + 655, + 713, + 1042, + 713, + 1042, + 773, + 655, + 773 + ], + "score": 0.94, + "latex": "\\hat { \\mathbf { w } } _ { i } ^ { \\top } \\left[ { \\bf X } _ { S _ { i } ^ { + } } , \\tilde { \\mathbf { w } } _ { i } \\right] = \\left[ 1 , \\ldots , 1 , 1 , 0 \\right] ." + }, + { + "category_id": 13, + "poly": [ + 652, + 784, + 777, + 784, + 777, + 841, + 652, + 841 + ], + "score": 0.94, + "latex": "\\left[ { \\bf X } _ { S _ { i } ^ { + } } , \\tilde { { \\bf w } } _ { i } \\right]" + }, + { + "category_id": 14, + "poly": [ + 590, + 1125, + 1109, + 1125, + 1109, + 1275, + 590, + 1275 + ], + "score": 0.94, + "latex": "\\forall n \\in S _ { i } ^ { + } : \\mathbf { w } _ { i } ^ { ( j ) \\top } \\mathbf { x } ^ { ( n ) } = \\left\\{ \\begin{array} { l l } { \\epsilon _ { 1 } } & { , \\mathrm { i f } j = 1 } \\\\ { \\epsilon _ { 2 } } & { , \\mathrm { i f } j = 2 } \\\\ { - \\epsilon _ { 2 } } & { , \\mathrm { i f } j = 3 } \\\\ { - \\epsilon _ { 1 } } & { , \\mathrm { i f } j = 4 } \\end{array} \\right. ." + }, + { + "category_id": 14, + "poly": [ + 635, + 443, + 1062, + 443, + 1062, + 538, + 635, + 538 + ], + "score": 0.93, + "latex": "\\sum _ { i = 1 } ^ { K } \\tau \\left( \\tilde { \\mathbf { w } } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right) = \\left\\{ \\mathbf { 1 } \\quad , \\mathrm { i f } n \\in \\mathcal { S } ^ { + } \\right." + }, + { + "category_id": 14, + "poly": [ + 334, + 1677, + 1364, + 1677, + 1364, + 2034, + 334, + 2034 + ], + "score": 0.93, + "latex": "\\begin{array} { l } { f \\left( \\mathbf { W } _ { i } \\mathbf { x } ^ { ( n ) } \\right) ^ { \\top } \\mathbf { z } _ { i } } \\\\ { \\ = \\displaystyle \\frac { 1 } { \\epsilon _ { 1 } - \\epsilon _ { 2 } } \\frac { 1 } { 1 - \\rho } \\left[ f \\left( \\mathbf { w } _ { i } ^ { ( 1 ) \\top } \\mathbf { x } ^ { ( n ) } \\right) - f \\left( \\mathbf { w } _ { i } ^ { ( 2 ) \\top } \\mathbf { x } ^ { ( n ) } \\right) - f \\left( \\mathbf { w } _ { i } ^ { ( 3 ) \\top } \\mathbf { x } ^ { ( n ) } \\right) + f \\left( \\mathbf { w } _ { i } ^ { ( 3 ) \\top } \\mathbf { x } ^ { ( n ) } \\right) \\right] } \\\\ { \\ = \\displaystyle \\frac { 1 } { \\epsilon _ { 1 } - \\epsilon _ { 2 } } \\frac { 1 } { 1 - \\rho } \\left[ f \\left( \\widetilde { \\mathbf { w } } _ { i } ^ { ( 1 ) } \\mathbf { x } ^ { ( n ) } + \\epsilon _ { 1 } \\widehat { \\mathbf { w } } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right) - f \\left( \\widetilde { \\mathbf { w } } _ { i } ^ { \\top } \\mathbf { x } + \\epsilon _ { 2 } \\widehat { \\mathbf { w } } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right) \\right. } \\\\ { \\ - \\left. f \\left( \\widetilde { \\mathbf { w } } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } - \\epsilon _ { 2 } \\widehat { \\mathbf { w } } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right) + f \\left( \\widetilde { \\mathbf { w } } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } - \\epsilon _ { 1 } \\widehat { \\mathbf { w } } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right) \\right] } \\\\ { \\ = \\displaystyle \\frac { 1 } { \\left\\{ 0 \\right. \\ } , \\ \\mathrm { i f } n \\in \\mathcal { S } _ { i } ^ { + } } . \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 650, + 331, + 1047, + 331, + 1047, + 409, + 650, + 409 + ], + "score": 0.93, + "latex": "\\tau \\left( \\tilde { \\mathbf { w } } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right) = \\left\\{ \\begin{array} { l l } { 1 } & { \\mathrm { , ~ i f ~ } n \\in S _ { i } ^ { + } } \\\\ { 0 } & { \\mathrm { , ~ e l s e } } \\end{array} \\right. ." + }, + { + "category_id": 13, + "poly": [ + 510, + 1299, + 617, + 1299, + 617, + 1335, + 510, + 1335 + ], + "score": 0.93, + "latex": "\\forall n \\notin S _ { i } ^ { + }" + }, + { + "category_id": 13, + "poly": [ + 739, + 1289, + 859, + 1289, + 859, + 1335, + 739, + 1335 + ], + "score": 0.93, + "latex": "\\mathbf { w } _ { i } ^ { ( j ) ^ { \\top } } \\mathbf { x } ^ { ( n ) }" + }, + { + "category_id": 14, + "poly": [ + 762, + 879, + 941, + 879, + 941, + 918, + 762, + 918 + ], + "score": 0.92, + "latex": "\\begin{array} { r } { \\| \\tilde { \\mathbf { w } } _ { i } \\| = \\| \\hat { \\mathbf { w } } _ { i } \\| ~ , } \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 612, + 971, + 1087, + 971, + 1087, + 1072, + 612, + 1072 + ], + "score": 0.92, + "latex": "\\begin{array} { r l } & { { \\mathbf w } _ { i } ^ { ( 1 ) } \\triangleq \\tilde { \\mathbf { w } } _ { i } + \\epsilon _ { 1 } \\hat { \\mathbf { w } } _ { i } ; { \\mathbf w } _ { i } ^ { ( 2 ) } \\triangleq \\tilde { \\mathbf { w } } _ { i } + \\epsilon _ { 2 } \\hat { \\mathbf { w } } _ { i } } \\\\ & { { \\mathbf w } _ { i } ^ { ( 3 ) } \\triangleq \\tilde { \\mathbf { w } } _ { i } - \\epsilon _ { 2 } \\hat { \\mathbf { w } } _ { i } ; { \\mathbf w } _ { i } ^ { ( 4 ) } \\triangleq \\tilde { \\mathbf { w } } _ { i } - \\epsilon _ { 1 } \\hat { \\mathbf { w } } _ { i } . } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 909, + 1453, + 1190, + 1453, + 1190, + 1499, + 909, + 1499 + ], + "score": 0.92, + "latex": "\\mathrm { m a x } _ { n \\notin { \\cal S } _ { i } ^ { + } } \\left| \\hat { \\mathbf { w } } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right| > 0" + }, + { + "category_id": 13, + "poly": [ + 1147, + 793, + 1352, + 793, + 1352, + 838, + 1147, + 838 + ], + "score": 0.92, + "latex": "\\mathbf { X } _ { S _ { i } ^ { + } } \\in \\mathbb { R } ^ { d _ { 0 } \\times d _ { 0 } - 1 }" + }, + { + "category_id": 14, + "poly": [ + 596, + 1509, + 1101, + 1509, + 1101, + 1625, + 596, + 1625 + ], + "score": 0.92, + "latex": "\\begin{array} { r l } & { \\mathbf { W } _ { i } \\triangleq \\left[ \\mathbf { w } _ { i } ^ { ( 1 ) } , \\mathbf { w } _ { i } ^ { ( 2 ) } , \\mathbf { w } _ { i } ^ { ( 3 ) } , \\mathbf { w } _ { i } ^ { ( 4 ) } \\right] ^ { \\top } \\in \\mathbb { R } ^ { 4 K \\times d _ { 0 } } } \\\\ & { \\mathbf { z } _ { i } \\triangleq \\left[ 1 , - 1 , - 1 , 1 \\right] ^ { \\top } \\in \\mathbb { R } ^ { 4 } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 1305, + 1302, + 1404, + 1302, + 1404, + 1333, + 1305, + 1333 + ], + "score": 0.91, + "latex": "\\beta , \\gamma < 1" + }, + { + "category_id": 13, + "poly": [ + 759, + 278, + 1078, + 278, + 1078, + 319, + 759, + 319 + ], + "score": 0.91, + "latex": "( \\forall n \\notin S _ { i } ^ { + } : \\left| \\tilde { \\mathbf { w } } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right| > \\epsilon _ { 1 } )" + }, + { + "category_id": 14, + "poly": [ + 794, + 599, + 906, + 599, + 906, + 637, + 794, + 637 + ], + "score": 0.91, + "latex": "d _ { 1 } ^ { * } = 4 K" + }, + { + "category_id": 13, + "poly": [ + 557, + 1453, + 857, + 1453, + 857, + 1499, + 557, + 1499 + ], + "score": 0.9, + "latex": "\\begin{array} { r } { 1 , \\operatorname* { m i n } _ { n \\not \\in \\mathcal { S } _ { i } ^ { + } } \\left| \\tilde { \\mathbf { w } } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right| > 0 } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 323, + 286, + 385, + 286, + 385, + 315, + 323, + 315 + ], + "score": 0.89, + "latex": "\\epsilon _ { 1 } , \\epsilon _ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 1095, + 674, + 1129, + 674, + 1129, + 703, + 1095, + 703 + ], + "score": 0.89, + "latex": "\\hat { \\mathbf { w } } _ { i }" + }, + { + "category_id": 13, + "poly": [ + 603, + 934, + 637, + 934, + 637, + 960, + 603, + 960 + ], + "score": 0.87, + "latex": "\\mathbf { w } _ { i }" + }, + { + "category_id": 13, + "poly": [ + 768, + 839, + 802, + 839, + 802, + 867, + 768, + 867 + ], + "score": 0.86, + "latex": "\\tilde { \\mathbf { w } } _ { i }" + }, + { + "category_id": 13, + "poly": [ + 538, + 226, + 818, + 226, + 818, + 266, + 538, + 266 + ], + "score": 0.84, + "latex": "\\forall n \\notin S _ { i } ^ { + } : \\tilde { \\mathbf { w } } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\neq 0" + }, + { + "category_id": 13, + "poly": [ + 1178, + 1305, + 1193, + 1305, + 1193, + 1333, + 1178, + 1333 + ], + "score": 0.81, + "latex": "j" + }, + { + "category_id": 13, + "poly": [ + 932, + 797, + 958, + 797, + 958, + 825, + 932, + 825 + ], + "score": 0.53, + "latex": "\\mathbf { X }" + }, + { + "category_id": 13, + "poly": [ + 296, + 835, + 323, + 835, + 323, + 864, + 296, + 864 + ], + "score": 0.35, + "latex": "\\mathbf { X }" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 859.0, + 72.0, + 859.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 2085.0, + 868.0, + 2085.0, + 868.0, + 2123.0, + 831.0, + 2123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 2085.0, + 868.0, + 2085.0, + 868.0, + 2123.0, + 831.0, + 2123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 641.0, + 1403.0, + 641.0, + 1403.0, + 673.0, + 296.0, + 673.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 671.0, + 1094.0, + 671.0, + 1094.0, + 706.0, + 292.0, + 706.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1130.0, + 671.0, + 1242.0, + 671.0, + 1242.0, + 706.0, + 1130.0, + 706.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 538.0, + 1408.0, + 538.0, + 1408.0, + 578.0, + 292.0, + 578.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 570.0, + 426.0, + 570.0, + 426.0, + 603.0, + 294.0, + 603.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 784.0, + 651.0, + 784.0, + 651.0, + 839.0, + 294.0, + 839.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 778.0, + 784.0, + 931.0, + 784.0, + 931.0, + 839.0, + 778.0, + 839.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 959.0, + 784.0, + 1146.0, + 784.0, + 1146.0, + 839.0, + 959.0, + 839.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1353.0, + 784.0, + 1413.0, + 784.0, + 1413.0, + 839.0, + 1353.0, + 839.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 833.0, + 767.0, + 833.0, + 767.0, + 873.0, + 324.0, + 873.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 803.0, + 833.0, + 1354.0, + 833.0, + 1354.0, + 873.0, + 803.0, + 873.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 287.0, + 1283.0, + 509.0, + 1283.0, + 509.0, + 1343.0, + 287.0, + 1343.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 618.0, + 1283.0, + 738.0, + 1283.0, + 738.0, + 1343.0, + 618.0, + 1343.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 860.0, + 1283.0, + 1177.0, + 1283.0, + 1177.0, + 1343.0, + 860.0, + 1343.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1194.0, + 1283.0, + 1304.0, + 1283.0, + 1304.0, + 1343.0, + 1194.0, + 1343.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1405.0, + 1283.0, + 1413.0, + 1283.0, + 1413.0, + 1343.0, + 1405.0, + 1343.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1329.0, + 413.0, + 1329.0, + 413.0, + 1367.0, + 292.0, + 1367.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1447.0, + 556.0, + 1447.0, + 556.0, + 1504.0, + 290.0, + 1504.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 858.0, + 1447.0, + 908.0, + 1447.0, + 908.0, + 1504.0, + 858.0, + 1504.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1191.0, + 1447.0, + 1309.0, + 1447.0, + 1309.0, + 1504.0, + 1191.0, + 1504.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1077.0, + 913.0, + 1077.0, + 913.0, + 1113.0, + 295.0, + 1113.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1631.0, + 781.0, + 1631.0, + 781.0, + 1666.0, + 296.0, + 1666.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 416.0, + 458.0, + 416.0, + 458.0, + 456.0, + 294.0, + 456.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 927.0, + 602.0, + 927.0, + 602.0, + 966.0, + 294.0, + 966.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 638.0, + 927.0, + 1292.0, + 927.0, + 1292.0, + 966.0, + 638.0, + 966.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 273.0, + 322.0, + 273.0, + 322.0, + 324.0, + 291.0, + 324.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 386.0, + 273.0, + 758.0, + 273.0, + 758.0, + 324.0, + 386.0, + 324.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1079.0, + 273.0, + 1239.0, + 273.0, + 1239.0, + 324.0, + 1079.0, + 324.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 224.0, + 537.0, + 224.0, + 537.0, + 269.0, + 294.0, + 269.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 819.0, + 224.0, + 834.0, + 224.0, + 834.0, + 269.0, + 819.0, + 269.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 15, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 296, + 1089, + 1405, + 1089, + 1405, + 1252, + 296, + 1252 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 297, + 562, + 1407, + 562, + 1407, + 664, + 297, + 664 + ], + "score": 0.974 + }, + { + "category_id": 1, + "poly": [ + 297, + 982, + 1406, + 982, + 1406, + 1079, + 297, + 1079 + ], + "score": 0.974 + }, + { + "category_id": 1, + "poly": [ + 295, + 773, + 1410, + 773, + 1410, + 899, + 295, + 899 + ], + "score": 0.971 + }, + { + "category_id": 8, + "poly": [ + 603, + 277, + 1093, + 277, + 1093, + 401, + 603, + 401 + ], + "score": 0.964 + }, + { + "category_id": 8, + "poly": [ + 492, + 1584, + 1203, + 1584, + 1203, + 1680, + 492, + 1680 + ], + "score": 0.958 + }, + { + "category_id": 8, + "poly": [ + 631, + 464, + 1063, + 464, + 1063, + 542, + 631, + 542 + ], + "score": 0.954 + }, + { + "category_id": 1, + "poly": [ + 295, + 1505, + 1405, + 1505, + 1405, + 1570, + 295, + 1570 + ], + "score": 0.944 + }, + { + "category_id": 1, + "poly": [ + 297, + 1706, + 1405, + 1706, + 1405, + 1773, + 297, + 1773 + ], + "score": 0.944 + }, + { + "category_id": 8, + "poly": [ + 714, + 1406, + 982, + 1406, + 982, + 1449, + 714, + 1449 + ], + "score": 0.943 + }, + { + "category_id": 1, + "poly": [ + 295, + 1325, + 1403, + 1325, + 1403, + 1389, + 295, + 1389 + ], + "score": 0.939 + }, + { + "category_id": 1, + "poly": [ + 296, + 413, + 685, + 413, + 685, + 446, + 296, + 446 + ], + "score": 0.933 + }, + { + "category_id": 1, + "poly": [ + 298, + 1826, + 1401, + 1826, + 1401, + 1896, + 298, + 1896 + ], + "score": 0.931 + }, + { + "category_id": 1, + "poly": [ + 296, + 1462, + 864, + 1462, + 864, + 1496, + 296, + 1496 + ], + "score": 0.93 + }, + { + "category_id": 1, + "poly": [ + 298, + 2001, + 777, + 2001, + 777, + 2036, + 298, + 2036 + ], + "score": 0.929 + }, + { + "category_id": 2, + "poly": [ + 297, + 73, + 858, + 73, + 858, + 106, + 297, + 106 + ], + "score": 0.923 + }, + { + "category_id": 1, + "poly": [ + 296, + 229, + 405, + 229, + 405, + 262, + 296, + 262 + ], + "score": 0.922 + }, + { + "category_id": 8, + "poly": [ + 500, + 1913, + 1196, + 1913, + 1196, + 1972, + 500, + 1972 + ], + "score": 0.921 + }, + { + "category_id": 8, + "poly": [ + 527, + 911, + 1169, + 911, + 1169, + 954, + 527, + 954 + ], + "score": 0.912 + }, + { + "category_id": 0, + "poly": [ + 298, + 707, + 966, + 707, + 966, + 745, + 298, + 745 + ], + "score": 0.912 + }, + { + "category_id": 8, + "poly": [ + 431, + 1267, + 1266, + 1267, + 1266, + 1313, + 431, + 1313 + ], + "score": 0.904 + }, + { + "category_id": 9, + "poly": [ + 1330, + 1412, + 1401, + 1412, + 1401, + 1444, + 1330, + 1444 + ], + "score": 0.903 + }, + { + "category_id": 9, + "poly": [ + 1330, + 1614, + 1401, + 1614, + 1401, + 1647, + 1330, + 1647 + ], + "score": 0.896 + }, + { + "category_id": 1, + "poly": [ + 298, + 1785, + 748, + 1785, + 748, + 1819, + 298, + 1819 + ], + "score": 0.893 + }, + { + "category_id": 9, + "poly": [ + 1330, + 1273, + 1401, + 1273, + 1401, + 1307, + 1330, + 1307 + ], + "score": 0.888 + }, + { + "category_id": 2, + "poly": [ + 835, + 2087, + 864, + 2087, + 864, + 2113, + 835, + 2113 + ], + "score": 0.868 + }, + { + "category_id": 14, + "poly": [ + 492, + 1583, + 1206, + 1583, + 1206, + 1679, + 492, + 1679 + ], + "score": 0.95, + "latex": "\\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\triangleq \\left. \\mathbf { X } \\in \\mathbb { R } ^ { d _ { 0 } \\times N } | \\forall i , n : \\left| \\frac { \\mathbf { x } ^ { ( n ) \\top } \\mathbf { w } _ { i } ^ { * } } { \\left\\| \\mathbf { x } ^ { ( n ) } \\right\\| \\left\\| \\mathbf { w } _ { i } ^ { * } \\right\\| } \\right| > \\mathrm { s i n } \\alpha \\right. ." + }, + { + "category_id": 14, + "poly": [ + 631, + 463, + 1066, + 463, + 1066, + 542, + 631, + 542 + ], + "score": 0.93, + "latex": "f \\left( \\mathbf { W } ^ { * } \\mathbf { x } ^ { ( n ) } \\right) ^ { \\top } \\mathbf { z } ^ { * } = { \\left\\{ \\begin{array} { l l } { 1 } & { , { \\mathrm { i f } } \\ n \\in S ^ { + } } \\\\ { 0 } & { , { \\mathrm { e l s e } } } \\end{array} \\right. }" + }, + { + "category_id": 13, + "poly": [ + 299, + 596, + 470, + 596, + 470, + 636, + 299, + 636 + ], + "score": 0.93, + "latex": "| \\mathbf { w } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } | \\geq \\epsilon _ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 299, + 1160, + 642, + 1160, + 642, + 1221, + 299, + 1221 + ], + "score": 0.93, + "latex": "\\left[ { \\bf w } _ { 1 } ^ { * \\top } , \\ldots , { \\bf w } _ { d _ { 1 } ^ { * } } ^ { * \\top } \\right] ^ { \\top } \\in \\mathbb { R } ^ { d _ { 1 } ^ { * } \\times d _ { 0 } }" + }, + { + "category_id": 14, + "poly": [ + 715, + 1404, + 985, + 1404, + 985, + 1447, + 715, + 1447 + ], + "score": 0.92, + "latex": "\\mathcal { G } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\supset \\tilde { \\mathcal { G } } \\left( \\mathbf { X } , \\mathbf { W } ^ { * } \\right)" + }, + { + "category_id": 13, + "poly": [ + 1030, + 1015, + 1097, + 1015, + 1097, + 1049, + 1030, + 1049 + ], + "score": 0.92, + "latex": "\\mathcal { V } \\left( \\mathcal { G } \\right)" + }, + { + "category_id": 14, + "poly": [ + 603, + 274, + 1096, + 274, + 1096, + 405, + 603, + 405 + ], + "score": 0.92, + "latex": "\\begin{array} { c } { { \\displaystyle { \\bf W } ^ { * } = \\left[ { \\bf W } _ { 1 } ^ { \\top } , \\ldots , { \\bf W } _ { K } ^ { \\top } \\right] ^ { \\top } \\in \\mathbb { R } ^ { 4 \\times d _ { 0 } } } } \\\\ { { \\displaystyle { \\bf z } ^ { * } = \\frac { 1 } { \\epsilon _ { 1 } - \\epsilon _ { 2 } } \\frac { 1 } { 1 - \\rho } \\cdot \\left[ { \\bf z } _ { 1 } , \\ldots , { \\bf z } _ { K } \\right] \\in \\mathbb { R } ^ { 4 K } } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 642, + 1091, + 746, + 1091, + 746, + 1124, + 642, + 1124 + ], + "score": 0.92, + "latex": "d _ { 0 } d _ { 1 } \\dot { > } N" + }, + { + "category_id": 13, + "poly": [ + 297, + 826, + 490, + 826, + 490, + 868, + 297, + 868 + ], + "score": 0.92, + "latex": "2 d _ { 0 } ^ { 1 / 2 } \\sqrt { { \\log d _ { 0 } } } / { N }" + }, + { + "category_id": 13, + "poly": [ + 825, + 1123, + 1066, + 1123, + 1066, + 1162, + 825, + 1162 + ], + "score": 0.92, + "latex": "\\mathbf { y } ~ = ~ f \\left( \\mathbf { W } ^ { * } \\mathbf { X } \\right) ^ { \\top } \\mathbf { z } ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 1059, + 1326, + 1256, + 1326, + 1256, + 1360, + 1059, + 1360 + ], + "score": 0.92, + "latex": "z _ { i } = z _ { i } ^ { * } \\forall i \\leq d _ { 1 } ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 550, + 834, + 705, + 834, + 705, + 867, + 550, + 867 + ], + "score": 0.92, + "latex": "d _ { 1 } ^ { * } = 2 N / d _ { 0 }" + }, + { + "category_id": 14, + "poly": [ + 500, + 1912, + 1194, + 1912, + 1194, + 1973, + 500, + 1973 + ], + "score": 0.91, + "latex": "\\begin{array} { r } { \\mathcal { V } \\left( \\tilde { \\mathcal { G } } \\right) = \\mathbb { P } _ { \\mathbf { W } \\sim \\mathcal { N } } \\left( \\mathbf { W } \\in \\tilde { \\mathcal { G } } \\left( \\mathbf { X } , \\mathbf { W } ^ { * } \\right) \\right) \\dot { \\geq } \\exp \\left( d _ { 0 } d _ { 1 } ^ { * } \\log \\sin \\alpha \\right) . } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 701, + 1173, + 819, + 1173, + 819, + 1206, + 701, + 1206 + ], + "score": 0.91, + "latex": "\\mathbf { z } ^ { * } \\in \\mathbb { R } ^ { d _ { 1 } }" + }, + { + "category_id": 13, + "poly": [ + 1319, + 1328, + 1402, + 1328, + 1402, + 1358, + 1319, + 1358 + ], + "score": 0.91, + "latex": "z _ { i } = 0" + }, + { + "category_id": 13, + "poly": [ + 719, + 596, + 1065, + 596, + 1065, + 636, + 719, + 636 + ], + "score": 0.91, + "latex": "1 \\forall n \\notin S _ { i } ^ { + } , \\forall i : \\left| \\mathbf { w } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right| > 0" + }, + { + "category_id": 13, + "poly": [ + 765, + 1218, + 840, + 1218, + 840, + 1252, + 765, + 1252 + ], + "score": 0.9, + "latex": "( \\mathbf { X } , \\mathbf { y } )" + }, + { + "category_id": 13, + "poly": [ + 681, + 1016, + 809, + 1016, + 809, + 1045, + 681, + 1045 + ], + "score": 0.9, + "latex": "\\mathrm { { M C E } = 0 }" + }, + { + "category_id": 13, + "poly": [ + 931, + 1328, + 1044, + 1328, + 1044, + 1360, + 931, + 1360 + ], + "score": 0.89, + "latex": "\\mathbf { w } _ { i } = \\mathbf { w } _ { i } ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 1113, + 836, + 1142, + 836, + 1142, + 867, + 1113, + 867 + ], + "score": 0.89, + "latex": "d _ { 1 } ^ { * }" + }, + { + "category_id": 14, + "poly": [ + 432, + 1267, + 1265, + 1267, + 1265, + 1312, + 432, + 1312 + ], + "score": 0.89, + "latex": "\\begin{array} { r } { \\tilde { \\mathcal { G } } \\left( \\mathbf { X } , \\mathbf { W } ^ { * } \\right) \\triangleq \\left\\{ \\mathbf { W } \\in \\mathbb { R } ^ { d _ { 1 } \\times d _ { 0 } } | \\forall i \\le d _ { 1 } ^ { * } : \\ \\mathrm { s i g n } \\left( \\mathbf { w } _ { i } ^ { \\top } \\mathbf { X } \\right) = \\mathrm { s i g n } \\left( \\mathbf { w } _ { i } ^ { * ^ { \\top } } \\mathbf { X } \\right) \\right\\} , } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 518, + 1127, + 594, + 1127, + 594, + 1161, + 518, + 1161 + ], + "score": 0.89, + "latex": "( \\mathbf { X } , \\mathbf { y } )" + }, + { + "category_id": 13, + "poly": [ + 1215, + 772, + 1410, + 772, + 1410, + 831, + 1215, + 831 + ], + "score": 0.88, + "latex": "\\delta \\dot { = } \\sqrt { { \\textstyle \\frac { 8 } { \\pi } } } d _ { 0 } ^ { - 1 / 2 } \\ +" + }, + { + "category_id": 13, + "poly": [ + 297, + 1357, + 393, + 1357, + 393, + 1390, + 297, + 1390 + ], + "score": 0.88, + "latex": "\\forall i > d _ { 1 } ^ { * } ," + }, + { + "category_id": 13, + "poly": [ + 1250, + 562, + 1402, + 562, + 1402, + 599, + 1250, + 599 + ], + "score": 0.88, + "latex": "\\forall n \\in S _ { i } ^ { + } , \\forall i :" + }, + { + "category_id": 13, + "poly": [ + 1139, + 565, + 1186, + 565, + 1186, + 594, + 1139, + 594 + ], + "score": 0.87, + "latex": "\\mathbf { W } ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 980, + 569, + 1015, + 569, + 1015, + 595, + 980, + 595 + ], + "score": 0.87, + "latex": "\\mathbf { w } _ { i }" + }, + { + "category_id": 14, + "poly": [ + 526, + 910, + 1170, + 910, + 1170, + 952, + 526, + 952 + ], + "score": 0.86, + "latex": "\\mathscr { V } \\left( \\mathscr { G } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) \\dot { > } \\exp \\left( - d _ { 1 } ^ { \\ast } d _ { 0 } \\log N \\right) \\dot { \\geq } \\exp \\left( - 2 N \\log N \\right) ." + }, + { + "category_id": 13, + "poly": [ + 909, + 1359, + 956, + 1359, + 956, + 1385, + 909, + 1385 + ], + "score": 0.86, + "latex": "\\mathbf { W } ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 549, + 868, + 612, + 868, + 612, + 895, + 549, + 895 + ], + "score": 0.85, + "latex": "1 - \\delta" + }, + { + "category_id": 13, + "poly": [ + 962, + 1537, + 1010, + 1537, + 1010, + 1566, + 962, + 1566 + ], + "score": 0.85, + "latex": "\\mathbf { W } ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 1312, + 1127, + 1402, + 1127, + 1402, + 1160, + 1312, + 1160 + ], + "score": 0.84, + "latex": "\\begin{array} { r l } { \\mathbf { W } ^ { * } } & { { } = } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 485, + 1221, + 515, + 1221, + 515, + 1246, + 485, + 1246 + ], + "score": 0.84, + "latex": "\\mathbf { z } ^ { \\ast }" + }, + { + "category_id": 13, + "poly": [ + 915, + 986, + 937, + 986, + 937, + 1014, + 915, + 1014 + ], + "score": 0.83, + "latex": "\\mathcal { G }" + }, + { + "category_id": 13, + "poly": [ + 387, + 1220, + 434, + 1220, + 434, + 1247, + 387, + 1247 + ], + "score": 0.81, + "latex": "\\mathbf { W } ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 479, + 1542, + 500, + 1542, + 500, + 1564, + 479, + 1564 + ], + "score": 0.81, + "latex": "\\alpha" + }, + { + "category_id": 13, + "poly": [ + 897, + 1506, + 946, + 1506, + 946, + 1535, + 897, + 1535 + ], + "score": 0.8, + "latex": "\\mathbf { W } ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 812, + 1512, + 834, + 1512, + 834, + 1534, + 812, + 1534 + ], + "score": 0.78, + "latex": "\\alpha" + }, + { + "category_id": 13, + "poly": [ + 1206, + 1828, + 1403, + 1828, + 1403, + 1862, + 1206, + 1862 + ], + "score": 0.75, + "latex": "\\forall \\mathbf { X } \\in \\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right)" + }, + { + "category_id": 13, + "poly": [ + 1265, + 1509, + 1292, + 1509, + 1292, + 1534, + 1265, + 1534 + ], + "score": 0.71, + "latex": "\\mathbf { X }" + }, + { + "category_id": 13, + "poly": [ + 366, + 1859, + 588, + 1859, + 588, + 1897, + 366, + 1897 + ], + "score": 0.69, + "latex": "\\mathrm { { o g } s i n } \\alpha \\dot { > } d _ { 0 } ^ { - 1 } \\log d _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 1097, + 1830, + 1194, + 1830, + 1194, + 1857, + 1097, + 1857 + ], + "score": 0.66, + "latex": "N \\to \\infty" + }, + { + "category_id": 13, + "poly": [ + 536, + 1835, + 556, + 1835, + 556, + 1856, + 536, + 1856 + ], + "score": 0.64, + "latex": "\\alpha" + }, + { + "category_id": 13, + "poly": [ + 513, + 1508, + 540, + 1508, + 540, + 1534, + 513, + 1534 + ], + "score": 0.62, + "latex": "\\mathbf { X }" + }, + { + "category_id": 13, + "poly": [ + 1085, + 1537, + 1112, + 1537, + 1112, + 1564, + 1085, + 1564 + ], + "score": 0.6, + "latex": "\\mathbf { X }" + }, + { + "category_id": 13, + "poly": [ + 562, + 1358, + 635, + 1358, + 635, + 1388, + 562, + 1388 + ], + "score": 0.6, + "latex": "\\forall \\mathbf { X } , \\mathbf { y }" + }, + { + "category_id": 13, + "poly": [ + 926, + 837, + 946, + 837, + 946, + 862, + 926, + 862 + ], + "score": 0.39, + "latex": "^ { 5 }" + }, + { + "category_id": 13, + "poly": [ + 566, + 1829, + 639, + 1829, + 639, + 1861, + 566, + 1861 + ], + "score": 0.35, + "latex": "i f \\mathbf { W } ^ { * }" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 859.0, + 72.0, + 859.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 700.0, + 969.0, + 700.0, + 969.0, + 754.0, + 293.0, + 754.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 2085.0, + 868.0, + 2085.0, + 868.0, + 2125.0, + 831.0, + 2125.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1091.0, + 641.0, + 1091.0, + 641.0, + 1125.0, + 296.0, + 1125.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 747.0, + 1091.0, + 1405.0, + 1091.0, + 1405.0, + 1125.0, + 747.0, + 1125.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1127.0, + 517.0, + 1127.0, + 517.0, + 1162.0, + 293.0, + 1162.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 595.0, + 1127.0, + 824.0, + 1127.0, + 824.0, + 1162.0, + 595.0, + 1162.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1067.0, + 1127.0, + 1311.0, + 1127.0, + 1311.0, + 1162.0, + 1067.0, + 1162.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 643.0, + 1168.0, + 700.0, + 1168.0, + 700.0, + 1214.0, + 643.0, + 1214.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 820.0, + 1168.0, + 1407.0, + 1168.0, + 1407.0, + 1214.0, + 820.0, + 1214.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1214.0, + 386.0, + 1214.0, + 386.0, + 1254.0, + 291.0, + 1254.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 435.0, + 1214.0, + 484.0, + 1214.0, + 484.0, + 1254.0, + 435.0, + 1254.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 516.0, + 1214.0, + 764.0, + 1214.0, + 764.0, + 1254.0, + 516.0, + 1254.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 841.0, + 1214.0, + 1400.0, + 1214.0, + 1400.0, + 1254.0, + 841.0, + 1254.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 420.25, + 1150.5, + 482.25, + 1150.5, + 482.25, + 1226.0, + 420.25, + 1226.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 300.25, + 1168.5, + 377.25, + 1168.5, + 377.25, + 1207.0, + 300.25, + 1207.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 359.0, + 1189.5, + 392.0, + 1189.5, + 392.0, + 1208.0, + 359.0, + 1208.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 560.0, + 979.0, + 560.0, + 979.0, + 599.0, + 295.0, + 599.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1016.0, + 560.0, + 1138.0, + 560.0, + 1138.0, + 599.0, + 1016.0, + 599.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1187.0, + 560.0, + 1249.0, + 560.0, + 1249.0, + 599.0, + 1187.0, + 599.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1403.0, + 560.0, + 1410.0, + 560.0, + 1410.0, + 599.0, + 1403.0, + 599.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 471.0, + 590.0, + 718.0, + 590.0, + 718.0, + 640.0, + 471.0, + 640.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1066.0, + 590.0, + 1409.0, + 590.0, + 1409.0, + 640.0, + 1066.0, + 640.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 629.0, + 837.0, + 629.0, + 837.0, + 665.0, + 295.0, + 665.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1375.0, + 633.0, + 1403.0, + 633.0, + 1403.0, + 658.0, + 1375.0, + 658.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 980.0, + 914.0, + 980.0, + 914.0, + 1021.0, + 291.0, + 1021.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 938.0, + 980.0, + 1404.0, + 980.0, + 1404.0, + 1021.0, + 938.0, + 1021.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1012.0, + 680.0, + 1012.0, + 680.0, + 1051.0, + 292.0, + 1051.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 810.0, + 1012.0, + 1029.0, + 1012.0, + 1029.0, + 1051.0, + 810.0, + 1051.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1098.0, + 1012.0, + 1403.0, + 1012.0, + 1403.0, + 1051.0, + 1098.0, + 1051.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1047.0, + 1178.0, + 1047.0, + 1178.0, + 1081.0, + 296.0, + 1081.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 775.0, + 1214.0, + 775.0, + 1214.0, + 831.0, + 292.0, + 831.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 286.0, + 820.0, + 296.0, + 820.0, + 296.0, + 882.0, + 286.0, + 882.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 491.0, + 820.0, + 549.0, + 820.0, + 549.0, + 882.0, + 491.0, + 882.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 706.0, + 820.0, + 925.0, + 820.0, + 925.0, + 882.0, + 706.0, + 882.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 947.0, + 820.0, + 1112.0, + 820.0, + 1112.0, + 882.0, + 947.0, + 882.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1143.0, + 820.0, + 1417.0, + 820.0, + 1417.0, + 882.0, + 1143.0, + 882.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 864.0, + 548.0, + 864.0, + 548.0, + 901.0, + 292.0, + 901.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 613.0, + 864.0, + 1278.0, + 864.0, + 1278.0, + 901.0, + 613.0, + 901.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1503.0, + 512.0, + 1503.0, + 512.0, + 1541.0, + 293.0, + 1541.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 541.0, + 1503.0, + 811.0, + 1503.0, + 811.0, + 1541.0, + 541.0, + 1541.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 835.0, + 1503.0, + 896.0, + 1503.0, + 896.0, + 1541.0, + 835.0, + 1541.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 947.0, + 1503.0, + 1264.0, + 1503.0, + 1264.0, + 1541.0, + 947.0, + 1541.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1293.0, + 1503.0, + 1405.0, + 1503.0, + 1405.0, + 1541.0, + 1293.0, + 1541.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1535.0, + 478.0, + 1535.0, + 478.0, + 1571.0, + 294.0, + 1571.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 501.0, + 1535.0, + 961.0, + 1535.0, + 961.0, + 1571.0, + 501.0, + 1571.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1011.0, + 1535.0, + 1084.0, + 1535.0, + 1084.0, + 1571.0, + 1011.0, + 1571.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1113.0, + 1535.0, + 1250.0, + 1535.0, + 1250.0, + 1571.0, + 1113.0, + 1571.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1703.0, + 1405.0, + 1703.0, + 1405.0, + 1746.0, + 292.0, + 1746.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1736.0, + 409.0, + 1736.0, + 409.0, + 1775.0, + 293.0, + 1775.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1322.0, + 930.0, + 1322.0, + 930.0, + 1366.0, + 293.0, + 1366.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1045.0, + 1322.0, + 1058.0, + 1322.0, + 1058.0, + 1366.0, + 1045.0, + 1366.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1257.0, + 1322.0, + 1318.0, + 1322.0, + 1318.0, + 1366.0, + 1257.0, + 1366.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1403.0, + 1322.0, + 1409.0, + 1322.0, + 1409.0, + 1366.0, + 1403.0, + 1366.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 1356.0, + 561.0, + 1356.0, + 561.0, + 1392.0, + 394.0, + 1392.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 636.0, + 1356.0, + 908.0, + 1356.0, + 908.0, + 1392.0, + 636.0, + 1392.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 957.0, + 1356.0, + 1068.0, + 1356.0, + 1068.0, + 1392.0, + 957.0, + 1392.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 413.0, + 686.0, + 413.0, + 686.0, + 449.0, + 295.0, + 449.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1820.0, + 535.0, + 1820.0, + 535.0, + 1866.0, + 292.0, + 1866.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 557.0, + 1820.0, + 565.0, + 1820.0, + 565.0, + 1866.0, + 557.0, + 1866.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 640.0, + 1820.0, + 1096.0, + 1820.0, + 1096.0, + 1866.0, + 640.0, + 1866.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1195.0, + 1820.0, + 1205.0, + 1820.0, + 1205.0, + 1866.0, + 1195.0, + 1866.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1404.0, + 1820.0, + 1407.0, + 1820.0, + 1407.0, + 1866.0, + 1404.0, + 1866.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1858.0, + 365.0, + 1858.0, + 365.0, + 1901.0, + 294.0, + 1901.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 589.0, + 1858.0, + 594.0, + 1858.0, + 594.0, + 1901.0, + 589.0, + 1901.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1459.0, + 865.0, + 1459.0, + 865.0, + 1502.0, + 294.0, + 1502.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 2000.0, + 780.0, + 2000.0, + 780.0, + 2040.0, + 296.0, + 2040.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 224.0, + 408.0, + 224.0, + 408.0, + 265.0, + 294.0, + 265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1785.0, + 749.0, + 1785.0, + 749.0, + 1822.0, + 296.0, + 1822.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 16, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 296, + 457, + 1407, + 457, + 1407, + 592, + 296, + 592 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 298, + 1417, + 1407, + 1417, + 1407, + 1511, + 298, + 1511 + ], + "score": 0.975 + }, + { + "category_id": 1, + "poly": [ + 295, + 1149, + 1409, + 1149, + 1409, + 1302, + 295, + 1302 + ], + "score": 0.975 + }, + { + "category_id": 1, + "poly": [ + 296, + 718, + 1406, + 718, + 1406, + 817, + 296, + 817 + ], + "score": 0.972 + }, + { + "category_id": 1, + "poly": [ + 295, + 225, + 1407, + 225, + 1407, + 322, + 295, + 322 + ], + "score": 0.969 + }, + { + "category_id": 8, + "poly": [ + 473, + 1528, + 1228, + 1528, + 1228, + 1809, + 473, + 1809 + ], + "score": 0.966 + }, + { + "category_id": 8, + "poly": [ + 663, + 324, + 1035, + 324, + 1035, + 396, + 663, + 396 + ], + "score": 0.958 + }, + { + "category_id": 8, + "poly": [ + 566, + 607, + 1131, + 607, + 1131, + 686, + 566, + 686 + ], + "score": 0.952 + }, + { + "category_id": 8, + "poly": [ + 476, + 1313, + 1221, + 1313, + 1221, + 1388, + 476, + 1388 + ], + "score": 0.94 + }, + { + "category_id": 2, + "poly": [ + 289, + 1975, + 1407, + 1975, + 1407, + 2035, + 289, + 2035 + ], + "score": 0.933 + }, + { + "category_id": 8, + "poly": [ + 651, + 857, + 1046, + 857, + 1046, + 897, + 651, + 897 + ], + "score": 0.931 + }, + { + "category_id": 8, + "poly": [ + 618, + 954, + 1077, + 954, + 1077, + 995, + 618, + 995 + ], + "score": 0.927 + }, + { + "category_id": 1, + "poly": [ + 300, + 417, + 762, + 417, + 762, + 451, + 300, + 451 + ], + "score": 0.923 + }, + { + "category_id": 1, + "poly": [ + 297, + 902, + 1389, + 902, + 1389, + 938, + 297, + 938 + ], + "score": 0.923 + }, + { + "category_id": 2, + "poly": [ + 297, + 73, + 858, + 73, + 858, + 106, + 297, + 106 + ], + "score": 0.923 + }, + { + "category_id": 1, + "poly": [ + 296, + 1821, + 370, + 1821, + 370, + 1851, + 296, + 1851 + ], + "score": 0.909 + }, + { + "category_id": 9, + "poly": [ + 1330, + 1752, + 1401, + 1752, + 1401, + 1786, + 1330, + 1786 + ], + "score": 0.89 + }, + { + "category_id": 1, + "poly": [ + 360, + 1877, + 689, + 1877, + 689, + 1955, + 360, + 1955 + ], + "score": 0.886 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 864, + 2088, + 864, + 2113, + 835, + 2113 + ], + "score": 0.872 + }, + { + "category_id": 1, + "poly": [ + 294, + 1084, + 1404, + 1084, + 1404, + 1122, + 294, + 1122 + ], + "score": 0.826 + }, + { + "category_id": 2, + "poly": [ + 1375, + 1009, + 1401, + 1009, + 1401, + 1038, + 1375, + 1038 + ], + "score": 0.77 + }, + { + "category_id": 14, + "poly": [ + 470, + 1529, + 1227, + 1529, + 1227, + 1811, + 470, + 1811 + ], + "score": 0.94, + "latex": "\\begin{array} { r l } & { \\mathbb { E } _ { { \\mathbf { X } } \\sim { \\mathcal { N } } } \\left[ \\frac { \\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( { \\mathbf { X } } , { \\mathbf { y } } \\right) \\right) } { \\mathcal { V } \\left( \\mathcal { G } \\left( { \\mathbf { X } } , { \\mathbf { y } } \\right) \\right) } | { \\mathcal { M } } \\right] \\overset { ( 1 ) } { \\leq } \\frac { \\mathbb { E } _ { { \\mathbf { X } } \\sim { \\mathcal { N } } } \\left[ \\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( { \\mathbf { X } } , { \\mathbf { y } } \\right) \\right) \\big | { \\mathcal { M } } \\right] } { \\exp \\left( - 2 N \\log N \\right) } \\overset { ( 2 ) } { \\leq } } \\\\ & { \\frac { \\mathbb { E } _ { { \\mathbf { X } } \\sim { \\mathcal { N } } } \\left[ \\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( { \\mathbf { X } } , { \\mathbf { y } } \\right) \\right) \\right] } { \\mathbb { P } _ { { \\mathbf { X } } \\sim { \\mathcal { N } } } \\left( { \\mathcal { M } } \\right) \\exp \\left( - 2 N \\log N \\right) } \\overset { ( 3 ) } { \\leq } \\frac { \\exp \\left( - \\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\right) } { \\mathbb { P } _ { { \\mathbf { X } } \\sim { \\mathcal { N } } } \\left( { \\mathcal { M } } \\right) \\exp \\left( - 2 N \\log N \\right) } \\overset { ( 4 ) } { \\leq } } \\\\ & { \\quad \\quad \\frac { \\exp \\left( - \\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\right) } { \\exp \\left( - 2 N \\log N \\right) } \\overset { ( 5 ) } { \\leq } \\exp \\left( - \\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\right) } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 928, + 718, + 1191, + 718, + 1191, + 755, + 928, + 755 + ], + "score": 0.94, + "latex": "\\mathcal { G } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\subset \\tilde { \\mathcal { G } } \\left( \\mathbf { X } , \\mathbf { W } ^ { * } \\right)" + }, + { + "category_id": 14, + "poly": [ + 662, + 319, + 1036, + 319, + 1036, + 397, + 662, + 397 + ], + "score": 0.94, + "latex": "\\mathbb { P } \\left( \\mathbf { X } \\notin \\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) \\dot { \\leq } \\sqrt { \\frac { 2 } { \\pi } } d _ { 0 } ^ { - 1 / 2 }" + }, + { + "category_id": 13, + "poly": [ + 389, + 904, + 533, + 904, + 533, + 938, + 389, + 938 + ], + "score": 0.93, + "latex": "d _ { 1 } ^ { * } = 2 N / d _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 567, + 904, + 682, + 904, + 682, + 938, + 567, + 938 + ], + "score": 0.93, + "latex": "d _ { 1 } ^ { * } { \\dot { < } } N / d _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 1023, + 1448, + 1398, + 1448, + 1398, + 1483, + 1023, + 1483 + ], + "score": 0.92, + "latex": "\\mathcal { V } \\left( \\mathcal { G } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) \\dot { \\geq } \\dot { \\exp } \\left( - 2 N \\log N \\right)" + }, + { + "category_id": 13, + "poly": [ + 1168, + 1148, + 1410, + 1148, + 1410, + 1207, + 1168, + 1207 + ], + "score": 0.92, + "latex": "\\delta \\doteq \\sqrt { \\frac { 8 } { \\pi } } d _ { 0 } ^ { - 1 / 2 } +" + }, + { + "category_id": 14, + "poly": [ + 568, + 605, + 1132, + 605, + 1132, + 686, + 568, + 686 + ], + "score": 0.92, + "latex": "\\mathbb { P } \\left( \\mathbf { X } \\notin \\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) \\dot { \\leq } \\sqrt { \\frac { 8 } { \\pi } } d _ { 0 } ^ { - 1 / 2 } + \\frac { 2 d _ { 0 } ^ { 1 / 2 } \\sqrt { \\log d _ { 0 } } } { N }" + }, + { + "category_id": 13, + "poly": [ + 995, + 261, + 1230, + 261, + 1230, + 295, + 995, + 295 + ], + "score": 0.91, + "latex": "\\sin \\alpha = 1 / \\left( d _ { 1 } ^ { * } d _ { 0 } N \\right)" + }, + { + "category_id": 14, + "poly": [ + 477, + 1312, + 1223, + 1312, + 1223, + 1389, + 477, + 1389 + ], + "score": 0.91, + "latex": "\\frac { \\mathscr { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) } { \\mathscr { V } \\left( \\mathcal { G } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) } \\dot { \\leq } \\exp \\left( - \\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\right) \\dot { \\leq } \\exp \\left( - \\gamma _ { \\epsilon } N \\log N \\right) ." + }, + { + "category_id": 14, + "poly": [ + 617, + 951, + 1080, + 951, + 1080, + 994, + 617, + 994 + ], + "score": 0.91, + "latex": "\\exp \\left( - d _ { 1 } ^ { \\ast } d _ { 0 } \\log N \\right) \\dot { \\geq } \\exp \\left( - 2 N \\log N \\right) ." + }, + { + "category_id": 13, + "poly": [ + 610, + 752, + 840, + 752, + 840, + 786, + 610, + 786 + ], + "score": 0.91, + "latex": "\\sin \\alpha = 1 / \\left( \\bar { d } _ { 1 } ^ { * } d _ { 0 } N \\right)" + }, + { + "category_id": 13, + "poly": [ + 298, + 260, + 422, + 260, + 422, + 294, + 298, + 294 + ], + "score": 0.91, + "latex": "d _ { 1 } ^ { * } { \\dot { \\leq } } d _ { 0 } { \\dot { \\leq } } N" + }, + { + "category_id": 13, + "poly": [ + 495, + 456, + 648, + 456, + 648, + 489, + 495, + 489 + ], + "score": 0.91, + "latex": "\\mathbf { X } \\in \\mathbb { R } ^ { d _ { 0 } \\times N }" + }, + { + "category_id": 13, + "poly": [ + 489, + 227, + 657, + 227, + 657, + 260, + 489, + 260 + ], + "score": 0.91, + "latex": "\\mathbf { W } ^ { * } \\in \\mathbb { R } ^ { d _ { 1 } ^ { * } \\times d _ { 0 } }" + }, + { + "category_id": 13, + "poly": [ + 297, + 1202, + 490, + 1202, + 490, + 1243, + 297, + 1243 + ], + "score": 0.9, + "latex": "2 d _ { 0 } ^ { 1 / 2 } \\sqrt { { \\log d _ { 0 } } } / { N }" + }, + { + "category_id": 14, + "poly": [ + 651, + 855, + 1047, + 855, + 1047, + 897, + 651, + 897 + ], + "score": 0.9, + "latex": "{ \\mathcal { V } } \\left( { \\mathcal { G } } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) { \\dot { \\geq } } \\exp \\left( - d _ { 1 } ^ { * } d _ { 0 } \\log N \\right)" + }, + { + "category_id": 13, + "poly": [ + 951, + 525, + 1112, + 525, + 1112, + 560, + 951, + 560 + ], + "score": 0.9, + "latex": "N / d _ { 0 } { \\dot { \\le } } d _ { 0 } { \\dot { \\le } } N" + }, + { + "category_id": 13, + "poly": [ + 619, + 494, + 695, + 494, + 695, + 528, + 619, + 528 + ], + "score": 0.89, + "latex": "( \\mathbf { X } , \\mathbf { y } )" + }, + { + "category_id": 13, + "poly": [ + 766, + 528, + 864, + 528, + 864, + 556, + 766, + 556 + ], + "score": 0.89, + "latex": "N \\to \\infty" + }, + { + "category_id": 13, + "poly": [ + 298, + 527, + 499, + 527, + 499, + 561, + 298, + 561 + ], + "score": 0.87, + "latex": "4 \\ : \\lceil N / \\left( 2 d _ { 0 } - 2 \\right) \\rceil " + }, + { + "category_id": 13, + "poly": [ + 1029, + 559, + 1252, + 559, + 1252, + 592, + 1029, + 592 + ], + "score": 0.87, + "latex": "\\sin \\alpha = 1 / \\left( d _ { 1 } ^ { * } d _ { 0 } N \\right)" + }, + { + "category_id": 13, + "poly": [ + 770, + 723, + 817, + 723, + 817, + 750, + 770, + 750 + ], + "score": 0.86, + "latex": "\\mathbf { W } ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 1244, + 233, + 1345, + 233, + 1345, + 258, + 1244, + 258 + ], + "score": 0.86, + "latex": "N \\infty" + }, + { + "category_id": 13, + "poly": [ + 296, + 1244, + 479, + 1244, + 479, + 1271, + 296, + 1271 + ], + "score": 0.85, + "latex": "\\mathrm { M C E } > \\epsilon > 0 ," + }, + { + "category_id": 13, + "poly": [ + 719, + 1977, + 887, + 1977, + 887, + 2008, + 719, + 2008 + ], + "score": 0.84, + "latex": "\\mathbf { X } \\in \\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right)" + }, + { + "category_id": 13, + "poly": [ + 441, + 1273, + 561, + 1273, + 561, + 1300, + 441, + 1300 + ], + "score": 0.84, + "latex": "\\mathrm { M C E } = 0" + }, + { + "category_id": 13, + "poly": [ + 1032, + 496, + 1062, + 496, + 1062, + 523, + 1032, + 523 + ], + "score": 0.84, + "latex": "\\mathbf { z } ^ { \\ast }" + }, + { + "category_id": 13, + "poly": [ + 561, + 1480, + 597, + 1480, + 597, + 1508, + 561, + 1508 + ], + "score": 0.83, + "latex": "\\mathcal { M }" + }, + { + "category_id": 13, + "poly": [ + 930, + 494, + 978, + 494, + 978, + 524, + 930, + 524 + ], + "score": 0.82, + "latex": "\\mathbf { W } ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 773, + 1211, + 840, + 1211, + 840, + 1241, + 773, + 1241 + ], + "score": 0.76, + "latex": "1 - \\delta" + }, + { + "category_id": 13, + "poly": [ + 1341, + 492, + 1372, + 492, + 1372, + 528, + 1341, + 528 + ], + "score": 0.73, + "latex": "d _ { 1 } ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 1307, + 1420, + 1333, + 1420, + 1333, + 1446, + 1307, + 1446 + ], + "score": 0.71, + "latex": "\\mathbf { X }" + }, + { + "category_id": 13, + "poly": [ + 825, + 1244, + 850, + 1244, + 850, + 1269, + 825, + 1269 + ], + "score": 0.61, + "latex": "N ," + }, + { + "category_id": 13, + "poly": [ + 423, + 723, + 496, + 723, + 496, + 754, + 423, + 754 + ], + "score": 0.61, + "latex": "\\forall \\mathbf { X } , \\mathbf { y }" + }, + { + "category_id": 13, + "poly": [ + 590, + 496, + 605, + 496, + 605, + 522, + 590, + 522 + ], + "score": 0.49, + "latex": "I" + }, + { + "category_id": 13, + "poly": [ + 1002, + 231, + 1028, + 231, + 1028, + 259, + 1002, + 259 + ], + "score": 0.39, + "latex": "\\mathbf { X }" + }, + { + "category_id": 13, + "poly": [ + 512, + 1478, + 527, + 1478, + 527, + 1507, + 512, + 1507 + ], + "score": 0.26, + "latex": " { \\varepsilon } ^ { 6 }" + }, + { + "category_id": 15, + "poly": [ + 328.0, + 1969.0, + 718.0, + 1969.0, + 718.0, + 2014.0, + 328.0, + 2014.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 888.0, + 1969.0, + 1406.0, + 1969.0, + 1406.0, + 2014.0, + 888.0, + 2014.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 2001.0, + 743.0, + 2001.0, + 743.0, + 2038.0, + 295.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 859.0, + 72.0, + 859.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 2085.0, + 869.0, + 2085.0, + 869.0, + 2122.0, + 831.0, + 2122.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 453.0, + 494.0, + 453.0, + 494.0, + 498.0, + 293.0, + 498.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 649.0, + 453.0, + 1407.0, + 453.0, + 1407.0, + 498.0, + 649.0, + 498.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 493.0, + 589.0, + 493.0, + 589.0, + 528.0, + 293.0, + 528.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 606.0, + 493.0, + 618.0, + 493.0, + 618.0, + 528.0, + 606.0, + 528.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 696.0, + 493.0, + 929.0, + 493.0, + 929.0, + 528.0, + 696.0, + 528.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 979.0, + 493.0, + 1031.0, + 493.0, + 1031.0, + 528.0, + 979.0, + 528.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1063.0, + 493.0, + 1340.0, + 493.0, + 1340.0, + 528.0, + 1063.0, + 528.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1373.0, + 493.0, + 1405.0, + 493.0, + 1405.0, + 528.0, + 1373.0, + 528.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 526.0, + 297.0, + 526.0, + 297.0, + 564.0, + 294.0, + 564.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 500.0, + 526.0, + 765.0, + 526.0, + 765.0, + 564.0, + 500.0, + 564.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 865.0, + 526.0, + 950.0, + 526.0, + 950.0, + 564.0, + 865.0, + 564.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1113.0, + 526.0, + 1408.0, + 526.0, + 1408.0, + 564.0, + 1113.0, + 564.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 558.0, + 1028.0, + 558.0, + 1028.0, + 595.0, + 294.0, + 595.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1253.0, + 558.0, + 1289.0, + 558.0, + 1289.0, + 595.0, + 1253.0, + 595.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1417.0, + 1306.0, + 1417.0, + 1306.0, + 1454.0, + 293.0, + 1454.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1334.0, + 1417.0, + 1407.0, + 1417.0, + 1407.0, + 1454.0, + 1334.0, + 1454.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1446.0, + 1022.0, + 1446.0, + 1022.0, + 1486.0, + 292.0, + 1486.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1399.0, + 1446.0, + 1409.0, + 1446.0, + 1409.0, + 1486.0, + 1399.0, + 1486.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1479.0, + 511.0, + 1479.0, + 511.0, + 1512.0, + 296.0, + 1512.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 528.0, + 1479.0, + 560.0, + 1479.0, + 560.0, + 1512.0, + 528.0, + 1512.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 598.0, + 1479.0, + 705.0, + 1479.0, + 705.0, + 1512.0, + 598.0, + 1512.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 284.0, + 1149.0, + 1167.0, + 1149.0, + 1167.0, + 1210.0, + 284.0, + 1210.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1411.0, + 1149.0, + 1416.0, + 1149.0, + 1416.0, + 1210.0, + 1411.0, + 1210.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 1198.0, + 296.0, + 1198.0, + 296.0, + 1252.0, + 289.0, + 1252.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 491.0, + 1198.0, + 772.0, + 1198.0, + 772.0, + 1252.0, + 491.0, + 1252.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 841.0, + 1198.0, + 1410.0, + 1198.0, + 1410.0, + 1252.0, + 841.0, + 1252.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 480.0, + 1236.0, + 824.0, + 1236.0, + 824.0, + 1278.0, + 480.0, + 1278.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 851.0, + 1236.0, + 1406.0, + 1236.0, + 1406.0, + 1278.0, + 851.0, + 1278.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1270.0, + 440.0, + 1270.0, + 440.0, + 1302.0, + 293.0, + 1302.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 562.0, + 1270.0, + 565.0, + 1270.0, + 565.0, + 1302.0, + 562.0, + 1302.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 719.0, + 422.0, + 719.0, + 422.0, + 758.0, + 294.0, + 758.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 497.0, + 719.0, + 769.0, + 719.0, + 769.0, + 758.0, + 497.0, + 758.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 818.0, + 719.0, + 927.0, + 719.0, + 927.0, + 758.0, + 818.0, + 758.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1192.0, + 719.0, + 1407.0, + 719.0, + 1407.0, + 758.0, + 1192.0, + 758.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 751.0, + 609.0, + 751.0, + 609.0, + 786.0, + 295.0, + 786.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 841.0, + 751.0, + 1404.0, + 751.0, + 1404.0, + 786.0, + 841.0, + 786.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 782.0, + 693.0, + 782.0, + 693.0, + 817.0, + 295.0, + 817.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 224.0, + 488.0, + 224.0, + 488.0, + 266.0, + 292.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 658.0, + 224.0, + 1001.0, + 224.0, + 1001.0, + 266.0, + 658.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1029.0, + 224.0, + 1243.0, + 224.0, + 1243.0, + 266.0, + 1029.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1346.0, + 224.0, + 1405.0, + 224.0, + 1405.0, + 266.0, + 1346.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 423.0, + 259.0, + 994.0, + 259.0, + 994.0, + 297.0, + 423.0, + 297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1231.0, + 259.0, + 1406.0, + 259.0, + 1406.0, + 297.0, + 1231.0, + 297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 291.0, + 506.0, + 291.0, + 506.0, + 328.0, + 292.0, + 328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 416.0, + 765.0, + 416.0, + 765.0, + 456.0, + 295.0, + 456.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 897.0, + 388.0, + 897.0, + 388.0, + 946.0, + 293.0, + 946.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 534.0, + 897.0, + 566.0, + 897.0, + 566.0, + 946.0, + 534.0, + 946.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 683.0, + 897.0, + 1391.0, + 897.0, + 1391.0, + 946.0, + 683.0, + 946.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1816.0, + 375.0, + 1816.0, + 375.0, + 1855.0, + 294.0, + 1855.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 362.0, + 1878.0, + 643.0, + 1878.0, + 643.0, + 1913.0, + 362.0, + 1913.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 359.0, + 1920.0, + 688.0, + 1920.0, + 688.0, + 1954.0, + 359.0, + 1954.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 1084.0, + 1402.0, + 1084.0, + 1402.0, + 1125.0, + 298.0, + 1125.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 17, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 8, + "poly": [ + 710, + 529, + 990, + 529, + 990, + 606, + 710, + 606 + ], + "score": 0.958 + }, + { + "category_id": 8, + "poly": [ + 549, + 932, + 1150, + 932, + 1150, + 1011, + 549, + 1011 + ], + "score": 0.957 + }, + { + "category_id": 8, + "poly": [ + 581, + 1401, + 1115, + 1401, + 1115, + 1478, + 581, + 1478 + ], + "score": 0.953 + }, + { + "category_id": 8, + "poly": [ + 477, + 800, + 1218, + 800, + 1218, + 874, + 477, + 874 + ], + "score": 0.948 + }, + { + "category_id": 8, + "poly": [ + 556, + 667, + 1137, + 667, + 1137, + 741, + 556, + 741 + ], + "score": 0.947 + }, + { + "category_id": 8, + "poly": [ + 356, + 1563, + 1342, + 1563, + 1342, + 1644, + 356, + 1644 + ], + "score": 0.939 + }, + { + "category_id": 8, + "poly": [ + 417, + 1062, + 1276, + 1062, + 1276, + 1138, + 417, + 1138 + ], + "score": 0.938 + }, + { + "category_id": 1, + "poly": [ + 295, + 1652, + 1406, + 1652, + 1406, + 1722, + 295, + 1722 + ], + "score": 0.937 + }, + { + "category_id": 1, + "poly": [ + 298, + 617, + 1132, + 617, + 1132, + 655, + 298, + 655 + ], + "score": 0.932 + }, + { + "category_id": 1, + "poly": [ + 296, + 1489, + 944, + 1489, + 944, + 1525, + 296, + 1525 + ], + "score": 0.932 + }, + { + "category_id": 1, + "poly": [ + 297, + 886, + 751, + 886, + 751, + 920, + 297, + 920 + ], + "score": 0.931 + }, + { + "category_id": 1, + "poly": [ + 298, + 754, + 758, + 754, + 758, + 788, + 298, + 788 + ], + "score": 0.93 + }, + { + "category_id": 1, + "poly": [ + 297, + 1355, + 652, + 1355, + 652, + 1387, + 297, + 1387 + ], + "score": 0.927 + }, + { + "category_id": 8, + "poly": [ + 463, + 1287, + 1231, + 1287, + 1231, + 1350, + 463, + 1350 + ], + "score": 0.927 + }, + { + "category_id": 1, + "poly": [ + 296, + 1150, + 422, + 1150, + 422, + 1182, + 296, + 1182 + ], + "score": 0.924 + }, + { + "category_id": 1, + "poly": [ + 296, + 1265, + 377, + 1265, + 377, + 1296, + 296, + 1296 + ], + "score": 0.921 + }, + { + "category_id": 8, + "poly": [ + 523, + 273, + 1272, + 273, + 1272, + 319, + 523, + 319 + ], + "score": 0.92 + }, + { + "category_id": 2, + "poly": [ + 296, + 73, + 858, + 73, + 858, + 107, + 296, + 107 + ], + "score": 0.92 + }, + { + "category_id": 1, + "poly": [ + 297, + 1023, + 375, + 1023, + 375, + 1053, + 297, + 1053 + ], + "score": 0.92 + }, + { + "category_id": 8, + "poly": [ + 440, + 1193, + 1255, + 1193, + 1255, + 1250, + 440, + 1250 + ], + "score": 0.919 + }, + { + "category_id": 1, + "poly": [ + 396, + 226, + 1242, + 226, + 1242, + 264, + 396, + 264 + ], + "score": 0.911 + }, + { + "category_id": 9, + "poly": [ + 1331, + 687, + 1401, + 687, + 1401, + 721, + 1331, + 721 + ], + "score": 0.907 + }, + { + "category_id": 9, + "poly": [ + 1330, + 1428, + 1401, + 1428, + 1401, + 1460, + 1330, + 1460 + ], + "score": 0.901 + }, + { + "category_id": 9, + "poly": [ + 1330, + 819, + 1402, + 819, + 1402, + 853, + 1330, + 853 + ], + "score": 0.9 + }, + { + "category_id": 1, + "poly": [ + 362, + 334, + 641, + 334, + 641, + 369, + 362, + 369 + ], + "score": 0.891 + }, + { + "category_id": 1, + "poly": [ + 362, + 377, + 640, + 377, + 640, + 411, + 362, + 411 + ], + "score": 0.883 + }, + { + "category_id": 2, + "poly": [ + 835, + 2087, + 865, + 2087, + 865, + 2112, + 835, + 2112 + ], + "score": 0.86 + }, + { + "category_id": 2, + "poly": [ + 1374, + 1736, + 1401, + 1736, + 1401, + 1764, + 1374, + 1764 + ], + "score": 0.803 + }, + { + "category_id": 1, + "poly": [ + 358, + 419, + 1149, + 419, + 1149, + 460, + 358, + 460 + ], + "score": 0.782 + }, + { + "category_id": 1, + "poly": [ + 294, + 482, + 900, + 482, + 900, + 516, + 294, + 516 + ], + "score": 0.569 + }, + { + "category_id": 14, + "poly": [ + 706, + 529, + 991, + 529, + 991, + 605, + 706, + 605 + ], + "score": 0.94, + "latex": "R \\left( \\mathbf { X } \\right) \\triangleq \\frac { \\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) } { \\mathcal { V } \\left( \\mathcal { G } \\left( \\mathbf { X } , \\mathbf { y } \\right) \\right) } ." + }, + { + "category_id": 14, + "poly": [ + 418, + 1062, + 1278, + 1062, + 1278, + 1138, + 418, + 1138 + ], + "score": 0.94, + "latex": "\\mathbb { P } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left( \\mathcal { M } \\right) - \\mathbb { P } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left( \\mathcal { M } \\right) \\frac { \\mathbb { E } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left[ R \\left( \\mathbf { X } \\right) \\middle | \\mathcal { M } \\right] } { \\eta \\left( N \\right) } \\leq \\mathbb { P } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left[ R \\left( \\mathbf { X } \\right) < \\eta \\left( N \\right) \\right] ." + }, + { + "category_id": 14, + "poly": [ + 581, + 1398, + 1117, + 1398, + 1117, + 1479, + 581, + 1479 + ], + "score": 0.94, + "latex": "1 - \\mathbb { P } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left( \\mathcal { M } \\right) \\dot { \\leq } \\sqrt { \\frac { 8 } { \\pi } } d _ { 0 } ^ { - 1 / 2 } + \\frac { 2 d _ { 0 } ^ { 1 / 2 } \\sqrt { \\log d _ { 0 } } } { N } ." + }, + { + "category_id": 13, + "poly": [ + 754, + 620, + 879, + 620, + 879, + 654, + 754, + 654 + ], + "score": 0.93, + "latex": "R \\left( { \\bf X } \\right) \\geq 0" + }, + { + "category_id": 14, + "poly": [ + 476, + 798, + 1223, + 798, + 1223, + 874, + 476, + 874 + ], + "score": 0.93, + "latex": "\\begin{array} { r } { 1 - \\operatorname { \\mathbb { P } } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left[ R \\left( \\mathbf { X } \\right) < \\eta \\left( N \\right) \\vert \\mathcal { M } \\right] \\ge 1 - \\frac { \\operatorname { \\mathbb { P } } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left[ R \\left( \\mathbf { X } \\right) < \\eta \\left( N \\right) \\right] } { \\operatorname { \\mathbb { P } } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left( \\mathcal { M } \\right) } . } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 783, + 1650, + 1102, + 1650, + 1102, + 1691, + 783, + 1691 + ], + "score": 0.93, + "latex": "\\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\dot { > } N \\log N" + }, + { + "category_id": 14, + "poly": [ + 350, + 1560, + 1346, + 1560, + 1346, + 1643, + 350, + 1643 + ], + "score": 0.92, + "latex": "\\sqrt { \\frac { 8 } { \\pi } } d _ { 0 } ^ { - 1 / 2 } + \\frac { 2 d _ { 0 } ^ { 1 / 2 } \\sqrt { \\log d _ { 0 } } } { N } \\dot { \\geq 1 } - \\mathbb { P } _ { { \\mathbf { X } } \\sim { \\mathcal { N } } } \\left[ \\frac { \\mathcal { V } \\left( \\mathcal { L } _ { \\epsilon } \\left( { \\mathbf { X } } , { \\mathbf { y } } \\right) \\right) } { \\mathcal { V } \\left( \\mathcal { G } \\left( { \\mathbf { X } } , { \\mathbf { y } } \\right) \\right) } \\dot { \\leq } \\exp \\left( - \\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\right) \\right] ." + }, + { + "category_id": 13, + "poly": [ + 807, + 417, + 1143, + 417, + 1143, + 459, + 807, + 459 + ], + "score": 0.92, + "latex": "\\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\dot { > } 2 N \\log N ." + }, + { + "category_id": 13, + "poly": [ + 987, + 620, + 1122, + 620, + 1122, + 654, + 987, + 654 + ], + "score": 0.91, + "latex": "\\forall \\eta \\left( N \\right) > 0" + }, + { + "category_id": 14, + "poly": [ + 549, + 932, + 1148, + 932, + 1148, + 1009, + 549, + 1009 + ], + "score": 0.91, + "latex": "\\frac { \\mathbb { E } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left[ R \\left( \\mathbf { X } \\right) \\vert \\mathcal { M } \\right] } { \\eta \\left( N \\right) } \\geq 1 - \\frac { \\mathbb { P } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left[ R \\left( \\mathbf { X } \\right) < \\eta \\left( N \\right) \\right] } { \\mathbb { P } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left( \\mathcal { M } \\right) } ," + }, + { + "category_id": 14, + "poly": [ + 558, + 665, + 1139, + 665, + 1139, + 742, + 558, + 742 + ], + "score": 0.91, + "latex": "\\mathbb { P } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left[ R \\left( \\mathbf { X } \\right) \\geq \\eta \\left( N \\right) \\vert \\mathcal { M } \\right] \\leq \\frac { \\mathbb { E } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left[ R \\left( \\mathbf { X } \\right) \\vert \\mathcal { M } \\right] } { \\eta \\left( N \\right) }" + }, + { + "category_id": 13, + "poly": [ + 695, + 231, + 775, + 231, + 775, + 261, + 695, + 261 + ], + "score": 0.9, + "latex": "X \\geq 0" + }, + { + "category_id": 14, + "poly": [ + 467, + 1283, + 1230, + 1283, + 1230, + 1350, + 467, + 1350 + ], + "score": 0.9, + "latex": "\\mathbb { P } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left( \\mathcal { M } \\right) - \\frac { 1 } { N } \\le \\mathbb { P } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left[ R \\left( \\mathbf { X } \\right) \\dot { \\le } \\exp \\left( - \\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\right) \\right] ." + }, + { + "category_id": 14, + "poly": [ + 524, + 274, + 1271, + 274, + 1271, + 317, + 524, + 317 + ], + "score": 0.88, + "latex": "\\mathbb { E } \\left[ X \\right] = \\mathbb { E } \\left[ X | { \\cal { A } } \\right] \\mathbb { P } \\left( { \\cal { A } } \\right) + \\mathbb { E } \\left[ X | { \\bar { \\cal { A } } } \\right] ( 1 - \\mathbb { P } \\left( { \\cal { A } } \\right) ) \\geq \\mathbb { E } \\left[ X | { \\cal { A } } \\right] \\mathbb { P } \\left( { \\cal { A } } \\right)" + }, + { + "category_id": 14, + "poly": [ + 440, + 1194, + 1255, + 1194, + 1255, + 1250, + 440, + 1250 + ], + "score": 0.88, + "latex": "\\eta \\left( { \\cal N } \\right) = N \\mathbb { P } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left( { \\cal M } \\right) \\mathbb { E } _ { \\mathbf { X } \\sim \\mathcal { N } } \\left[ R \\left( \\mathbf { X } \\right) \\vert \\mathcal { M } \\right] \\doteq \\exp \\left( - \\gamma _ { \\epsilon } N ^ { 3 / 4 } \\left[ d _ { 1 } d _ { 0 } \\right] ^ { 1 / 4 } \\right)" + }, + { + "category_id": 13, + "poly": [ + 1004, + 228, + 1029, + 228, + 1029, + 259, + 1004, + 259 + ], + "score": 0.82, + "latex": "\\bar { A }" + }, + { + "category_id": 13, + "poly": [ + 892, + 232, + 918, + 232, + 918, + 259, + 892, + 259 + ], + "score": 0.78, + "latex": "\\mathcal { A }" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 859.0, + 72.0, + 859.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 2086.0, + 868.0, + 2086.0, + 868.0, + 2124.0, + 831.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1647.0, + 782.0, + 1647.0, + 782.0, + 1698.0, + 290.0, + 1698.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1103.0, + 1647.0, + 1407.0, + 1647.0, + 1407.0, + 1698.0, + 1103.0, + 1698.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1687.0, + 666.0, + 1687.0, + 666.0, + 1724.0, + 294.0, + 1724.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 617.0, + 753.0, + 617.0, + 753.0, + 658.0, + 294.0, + 658.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 880.0, + 617.0, + 986.0, + 617.0, + 986.0, + 658.0, + 880.0, + 658.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1123.0, + 617.0, + 1134.0, + 617.0, + 1134.0, + 658.0, + 1123.0, + 658.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1489.0, + 943.0, + 1489.0, + 943.0, + 1529.0, + 295.0, + 1529.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 886.0, + 750.0, + 886.0, + 750.0, + 923.0, + 298.0, + 923.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 752.0, + 757.0, + 752.0, + 757.0, + 790.0, + 297.0, + 790.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1351.0, + 653.0, + 1351.0, + 653.0, + 1390.0, + 294.0, + 1390.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1145.0, + 426.0, + 1145.0, + 426.0, + 1185.0, + 293.0, + 1185.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1261.0, + 380.0, + 1261.0, + 380.0, + 1297.0, + 292.0, + 1297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1020.0, + 377.0, + 1020.0, + 377.0, + 1055.0, + 293.0, + 1055.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 390.0, + 221.0, + 694.0, + 221.0, + 694.0, + 272.0, + 390.0, + 272.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 776.0, + 221.0, + 891.0, + 221.0, + 891.0, + 272.0, + 776.0, + 272.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 919.0, + 221.0, + 1003.0, + 221.0, + 1003.0, + 272.0, + 919.0, + 272.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1030.0, + 221.0, + 1242.0, + 221.0, + 1242.0, + 272.0, + 1030.0, + 272.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 359.0, + 333.0, + 642.0, + 333.0, + 642.0, + 373.0, + 359.0, + 373.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 360.0, + 374.0, + 643.0, + 374.0, + 643.0, + 414.0, + 360.0, + 414.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 355.0, + 411.0, + 806.0, + 411.0, + 806.0, + 468.0, + 355.0, + 468.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1144.0, + 411.0, + 1153.0, + 411.0, + 1153.0, + 468.0, + 1144.0, + 468.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 480.0, + 899.0, + 480.0, + 899.0, + 520.0, + 295.0, + 520.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 18, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 295, + 1848, + 1406, + 1848, + 1406, + 2035, + 295, + 2035 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 297, + 1278, + 1402, + 1278, + 1402, + 1417, + 297, + 1417 + ], + "score": 0.977 + }, + { + "category_id": 8, + "poly": [ + 592, + 886, + 1107, + 886, + 1107, + 1069, + 592, + 1069 + ], + "score": 0.968 + }, + { + "category_id": 8, + "poly": [ + 674, + 1741, + 1026, + 1741, + 1026, + 1839, + 674, + 1839 + ], + "score": 0.961 + }, + { + "category_id": 8, + "poly": [ + 667, + 1430, + 1038, + 1430, + 1038, + 1524, + 667, + 1524 + ], + "score": 0.959 + }, + { + "category_id": 1, + "poly": [ + 296, + 1534, + 1405, + 1534, + 1405, + 1725, + 296, + 1725 + ], + "score": 0.956 + }, + { + "category_id": 1, + "poly": [ + 289, + 1081, + 1406, + 1081, + 1406, + 1152, + 289, + 1152 + ], + "score": 0.949 + }, + { + "category_id": 1, + "poly": [ + 286, + 811, + 1403, + 811, + 1403, + 877, + 286, + 877 + ], + "score": 0.946 + }, + { + "category_id": 8, + "poly": [ + 622, + 759, + 1076, + 759, + 1076, + 799, + 622, + 799 + ], + "score": 0.942 + }, + { + "category_id": 0, + "poly": [ + 298, + 285, + 934, + 285, + 934, + 348, + 298, + 348 + ], + "score": 0.927 + }, + { + "category_id": 1, + "poly": [ + 300, + 470, + 1406, + 470, + 1406, + 582, + 300, + 582 + ], + "score": 0.921 + }, + { + "category_id": 9, + "poly": [ + 1331, + 1772, + 1400, + 1772, + 1400, + 1805, + 1331, + 1805 + ], + "score": 0.911 + }, + { + "category_id": 9, + "poly": [ + 1330, + 1461, + 1400, + 1461, + 1400, + 1494, + 1330, + 1494 + ], + "score": 0.908 + }, + { + "category_id": 1, + "poly": [ + 297, + 1210, + 1169, + 1210, + 1169, + 1247, + 297, + 1247 + ], + "score": 0.906 + }, + { + "category_id": 2, + "poly": [ + 298, + 74, + 858, + 74, + 858, + 106, + 298, + 106 + ], + "score": 0.906 + }, + { + "category_id": 0, + "poly": [ + 300, + 615, + 639, + 615, + 639, + 649, + 300, + 649 + ], + "score": 0.901 + }, + { + "category_id": 8, + "poly": [ + 727, + 1164, + 971, + 1164, + 971, + 1202, + 727, + 1202 + ], + "score": 0.898 + }, + { + "category_id": 9, + "poly": [ + 1330, + 891, + 1401, + 891, + 1401, + 923, + 1330, + 923 + ], + "score": 0.897 + }, + { + "category_id": 2, + "poly": [ + 834, + 2087, + 866, + 2087, + 866, + 2113, + 834, + 2113 + ], + "score": 0.879 + }, + { + "category_id": 1, + "poly": [ + 297, + 394, + 916, + 394, + 916, + 428, + 297, + 428 + ], + "score": 0.864 + }, + { + "category_id": 1, + "poly": [ + 294, + 672, + 1326, + 672, + 1326, + 747, + 294, + 747 + ], + "score": 0.838 + }, + { + "category_id": 0, + "poly": [ + 298, + 219, + 420, + 219, + 420, + 264, + 298, + 264 + ], + "score": 0.736 + }, + { + "category_id": 0, + "poly": [ + 298, + 714, + 512, + 714, + 512, + 747, + 298, + 747 + ], + "score": 0.14 + }, + { + "category_id": 14, + "poly": [ + 667, + 1426, + 1037, + 1426, + 1037, + 1525, + 667, + 1525 + ], + "score": 0.95, + "latex": "( \\mathbf { A } \\circ \\mathbf { X } ) \\mathbf { v } = \\sum _ { n = 1 } ^ { | S | } v _ { n } a _ { k , n } \\mathbf { x } _ { n } = 0" + }, + { + "category_id": 13, + "poly": [ + 405, + 1538, + 537, + 1538, + 537, + 1569, + 405, + 1569 + ], + "score": 0.95, + "latex": "1 \\leq k \\leq d _ { 1 }" + }, + { + "category_id": 14, + "poly": [ + 676, + 1737, + 1024, + 1737, + 1024, + 1840, + 676, + 1840 + ], + "score": 0.94, + "latex": "v _ { k } \\mathbf { x } _ { k } + \\sum _ { n = d _ { S } + 1 } ^ { | S | } v _ { n } { \\tilde { a } } _ { k , n } \\mathbf { x } _ { n } = 0" + }, + { + "category_id": 13, + "poly": [ + 623, + 1280, + 814, + 1280, + 814, + 1320, + 623, + 1320 + ], + "score": 0.94, + "latex": "\\mathbf { A } \\in \\{ \\rho , 1 \\} ^ { d _ { 1 } \\times N }" + }, + { + "category_id": 14, + "poly": [ + 589, + 882, + 1110, + 882, + 1110, + 1071, + 589, + 1071 + ], + "score": 0.94, + "latex": "\\begin{array} { r l } { \\mathbf { A } \\circ \\mathbf { X } } & { \\triangleq } & { \\left[ \\pmb { a } _ { 1 } \\otimes \\mathbf { x } _ { 1 } , \\pmb { a } _ { 2 } \\otimes \\mathbf { x } _ { 2 } , . . . \\pmb { a } _ { N } \\otimes \\mathbf { x } _ { N } \\right] } \\\\ & { = } & { \\left( \\begin{array} { c c c } { a _ { 1 1 } \\mathbf { x } _ { 1 } } & { a _ { 1 2 } \\mathbf { x } _ { 2 } } & { . . . } \\\\ { a _ { 2 1 } \\mathbf { x } _ { 1 } } & { a _ { 2 2 } \\mathbf { x } _ { 2 } } & { \\ddots } \\\\ { \\vdots } & { \\ddots } & { \\ddots } \\end{array} \\right) . } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 584, + 1382, + 791, + 1382, + 791, + 1416, + 584, + 1416 + ], + "score": 0.93, + "latex": "S = \\{ 1 , 2 , . . . , | S | \\}" + }, + { + "category_id": 13, + "poly": [ + 1142, + 1286, + 1275, + 1286, + 1275, + 1320, + 1142, + 1320 + ], + "score": 0.92, + "latex": "| S | \\le d _ { S } d _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 298, + 1911, + 438, + 1911, + 438, + 1945, + 298, + 1945 + ], + "score": 0.92, + "latex": "| S | > d _ { S } \\dot { d } _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 1183, + 1537, + 1322, + 1537, + 1322, + 1571, + 1183, + 1571 + ], + "score": 0.92, + "latex": "1 \\leq n \\leq | S |" + }, + { + "category_id": 13, + "poly": [ + 372, + 810, + 512, + 810, + 512, + 842, + 372, + 842 + ], + "score": 0.92, + "latex": "\\mathbf { X } \\in \\mathbb { R } ^ { d _ { 0 } \\times N }" + }, + { + "category_id": 13, + "poly": [ + 868, + 1284, + 970, + 1284, + 970, + 1320, + 868, + 1320 + ], + "score": 0.92, + "latex": "S \\subset [ N ]" + }, + { + "category_id": 13, + "poly": [ + 298, + 1574, + 463, + 1574, + 463, + 1602, + 298, + 1602 + ], + "score": 0.92, + "latex": "\\mathbf { } a _ { 1 } , \\mathbf { } a _ { 2 } , . . . , \\mathbf { } a _ { d _ { S } }" + }, + { + "category_id": 13, + "poly": [ + 563, + 810, + 704, + 810, + 704, + 842, + 563, + 842 + ], + "score": 0.92, + "latex": "\\mathbf { A } \\in \\mathbb { R } ^ { d _ { 1 } \\times N }" + }, + { + "category_id": 13, + "poly": [ + 629, + 1350, + 738, + 1350, + 738, + 1380, + 629, + 1380 + ], + "score": 0.91, + "latex": "\\exists \\mathbf { v } \\in \\mathbb { R } ^ { N }" + }, + { + "category_id": 13, + "poly": [ + 1211, + 1089, + 1329, + 1089, + 1329, + 1121, + 1211, + 1121 + ], + "score": 0.91, + "latex": "d _ { 0 } d _ { 1 } \\geq N" + }, + { + "category_id": 13, + "poly": [ + 408, + 1851, + 550, + 1851, + 550, + 1882, + 408, + 1882 + ], + "score": 0.91, + "latex": "1 \\leq k \\leq d _ { S }" + }, + { + "category_id": 13, + "poly": [ + 992, + 1851, + 1134, + 1851, + 1134, + 1881, + 992, + 1881 + ], + "score": 0.91, + "latex": "1 \\leq d \\leq d _ { S }" + }, + { + "category_id": 13, + "poly": [ + 650, + 1695, + 768, + 1695, + 768, + 1726, + 650, + 1726 + ], + "score": 0.91, + "latex": "v _ { 1 } , . . . , v _ { | S | }" + }, + { + "category_id": 13, + "poly": [ + 891, + 1388, + 1056, + 1388, + 1056, + 1415, + 891, + 1415 + ], + "score": 0.91, + "latex": "\\mathbf { } a _ { 1 } , \\mathbf { } a _ { 2 } , . . . , \\mathbf { } a _ { d _ { S } }" + }, + { + "category_id": 13, + "poly": [ + 851, + 1352, + 1012, + 1352, + 1012, + 1383, + 851, + 1383 + ], + "score": 0.91, + "latex": "v _ { i } \\neq 0 \\forall i \\in S" + }, + { + "category_id": 13, + "poly": [ + 786, + 1322, + 875, + 1322, + 875, + 1352, + 786, + 1352 + ], + "score": 0.91, + "latex": "d _ { S } \\geq 1" + }, + { + "category_id": 13, + "poly": [ + 890, + 1660, + 1056, + 1660, + 1056, + 1693, + 890, + 1693 + ], + "score": 0.91, + "latex": "\\mathbf { R } ^ { \\prime } = \\mathbf { R } \\otimes \\mathbf { I } _ { d _ { 0 } }" + }, + { + "category_id": 13, + "poly": [ + 298, + 1631, + 351, + 1631, + 351, + 1664, + 298, + 1664 + ], + "score": 0.91, + "latex": "0 _ { i \\times j }" + }, + { + "category_id": 14, + "poly": [ + 727, + 1163, + 969, + 1163, + 969, + 1201, + 727, + 1201 + ], + "score": 0.9, + "latex": "\\left. S \\right. \\leq \\mathrm { r a n k } \\left( { \\bf A } _ { S } \\right) d _ { 0 } ," + }, + { + "category_id": 14, + "poly": [ + 621, + 759, + 1076, + 759, + 1076, + 798, + 621, + 798 + ], + "score": 0.9, + "latex": "{ \\bf A } = [ { \\pmb a } _ { 1 } , \\ldots , { \\pmb a } _ { N } ] \\ ; \\ { \\bf X } = [ { \\pmb x } _ { 1 } , \\ldots , { \\pmb x } _ { N } ] ," + }, + { + "category_id": 13, + "poly": [ + 988, + 1538, + 1070, + 1538, + 1070, + 1569, + 988, + 1569 + ], + "score": 0.9, + "latex": "v _ { n } \\neq 0" + }, + { + "category_id": 13, + "poly": [ + 760, + 1213, + 933, + 1213, + 933, + 1245, + 760, + 1245 + ], + "score": 0.9, + "latex": "v _ { n } \\neq 0 \\forall n \\in S" + }, + { + "category_id": 13, + "poly": [ + 298, + 1690, + 358, + 1690, + 358, + 1722, + 298, + 1722 + ], + "score": 0.9, + "latex": "d _ { 0 } d _ { S }" + }, + { + "category_id": 13, + "poly": [ + 1066, + 1352, + 1237, + 1352, + 1237, + 1385, + 1066, + 1385 + ], + "score": 0.9, + "latex": "( \\mathbf { A } \\circ \\mathbf { X } ) \\mathbf { v } = 0" + }, + { + "category_id": 13, + "poly": [ + 1092, + 1661, + 1201, + 1661, + 1201, + 1691, + 1092, + 1691 + ], + "score": 0.9, + "latex": "\\mathbf { A } _ { S } \\circ \\mathbf { X } _ { S }" + }, + { + "category_id": 13, + "poly": [ + 864, + 1913, + 943, + 1913, + 943, + 1944, + 864, + 1944 + ], + "score": 0.89, + "latex": "\\mathbf { v } \\neq 0" + }, + { + "category_id": 13, + "poly": [ + 1240, + 1851, + 1286, + 1851, + 1286, + 1881, + 1240, + 1881 + ], + "score": 0.89, + "latex": "d _ { 0 } d" + }, + { + "category_id": 13, + "poly": [ + 710, + 1085, + 849, + 1085, + 849, + 1117, + 710, + 1117 + ], + "score": 0.89, + "latex": "\\mathbf { X } \\in \\mathbb { R } ^ { d _ { 0 } \\times N }" + }, + { + "category_id": 13, + "poly": [ + 627, + 1660, + 705, + 1660, + 705, + 1688, + 627, + 1688 + ], + "score": 0.88, + "latex": "\\mathbf { A } \\circ \\mathbf { X }" + }, + { + "category_id": 13, + "poly": [ + 876, + 1569, + 1146, + 1569, + 1146, + 1601, + 876, + 1601 + ], + "score": 0.86, + "latex": "\\mathbf { A } _ { d _ { S } } = [ \\pmb { a } _ { 1 } , \\pmb { a } _ { 2 } , . . . , \\pmb { a } _ { d _ { S } } ]" + }, + { + "category_id": 13, + "poly": [ + 860, + 1082, + 1047, + 1082, + 1047, + 1122, + 860, + 1122 + ], + "score": 0.86, + "latex": "\\mathbf { A } \\in \\{ \\rho , 1 \\} ^ { d _ { 1 } \\times N }" + }, + { + "category_id": 13, + "poly": [ + 1225, + 1571, + 1257, + 1571, + 1257, + 1598, + 1225, + 1598 + ], + "score": 0.85, + "latex": "d _ { S }" + }, + { + "category_id": 13, + "poly": [ + 1107, + 1632, + 1217, + 1632, + 1217, + 1660, + 1107, + 1660 + ], + "score": 0.84, + "latex": "\\mathbf { A } _ { S } \\circ \\mathbf { X } _ { S }" + }, + { + "category_id": 13, + "poly": [ + 940, + 1600, + 1320, + 1600, + 1320, + 1633, + 940, + 1633 + ], + "score": 0.84, + "latex": "\\mathbf { R } \\mathbf { A } _ { d _ { S } } = [ \\mathbf { I } _ { d _ { S } \\times d _ { S } } , 0 _ { d _ { S } \\times ( d _ { 1 } - d _ { S } ) } ] ^ { \\top }" + }, + { + "category_id": 13, + "poly": [ + 1060, + 1085, + 1159, + 1085, + 1159, + 1122, + 1060, + 1122 + ], + "score": 0.83, + "latex": "S \\subset [ N ]" + }, + { + "category_id": 13, + "poly": [ + 844, + 1632, + 860, + 1632, + 860, + 1662, + 844, + 1662 + ], + "score": 0.83, + "latex": "j" + }, + { + "category_id": 13, + "poly": [ + 803, + 1538, + 825, + 1538, + 825, + 1565, + 803, + 1565 + ], + "score": 0.83, + "latex": "S" + }, + { + "category_id": 13, + "poly": [ + 754, + 1121, + 775, + 1121, + 775, + 1147, + 754, + 1147 + ], + "score": 0.8, + "latex": "S" + }, + { + "category_id": 13, + "poly": [ + 389, + 1319, + 584, + 1319, + 584, + 1354, + 389, + 1354 + ], + "score": 0.78, + "latex": "d _ { S } \\triangleq \\operatorname { r a n k } \\left( \\mathbf { A } _ { S } \\right)" + }, + { + "category_id": 13, + "poly": [ + 740, + 1661, + 760, + 1661, + 760, + 1687, + 740, + 1687 + ], + "score": 0.78, + "latex": "S" + }, + { + "category_id": 13, + "poly": [ + 538, + 1211, + 648, + 1211, + 648, + 1245, + 538, + 1245 + ], + "score": 0.75, + "latex": "\\mathbf { \\Delta } \\nexists \\mathbf { v } \\in \\mathbb { R } ^ { N }" + }, + { + "category_id": 13, + "poly": [ + 672, + 1632, + 685, + 1632, + 685, + 1657, + 672, + 1657 + ], + "score": 0.75, + "latex": "i" + }, + { + "category_id": 13, + "poly": [ + 988, + 1213, + 1159, + 1213, + 1159, + 1247, + 988, + 1247 + ], + "score": 0.74, + "latex": "( \\mathbf { A } \\circ \\mathbf { X } ) \\mathbf { v } = 0" + }, + { + "category_id": 13, + "poly": [ + 890, + 1885, + 916, + 1885, + 916, + 1909, + 890, + 1909 + ], + "score": 0.72, + "latex": "\\mathbf { X }" + }, + { + "category_id": 13, + "poly": [ + 805, + 1600, + 833, + 1600, + 833, + 1626, + 805, + 1626 + ], + "score": 0.69, + "latex": "\\mathbf { R }" + }, + { + "category_id": 13, + "poly": [ + 1375, + 1973, + 1402, + 1973, + 1402, + 2000, + 1375, + 2000 + ], + "score": 0.49, + "latex": "\\mathbf { X }" + }, + { + "category_id": 13, + "poly": [ + 521, + 1320, + 582, + 1320, + 582, + 1354, + 521, + 1354 + ], + "score": 0.34, + "latex": "\\left( \\mathbf { A } _ { S } \\right)" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 281.0, + 938.0, + 281.0, + 938.0, + 352.0, + 292.0, + 352.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 72.0, + 858.0, + 72.0, + 858.0, + 109.0, + 298.0, + 109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 613.0, + 642.0, + 613.0, + 642.0, + 653.0, + 296.0, + 653.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 828.0, + 2083.0, + 872.0, + 2083.0, + 872.0, + 2124.0, + 828.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 220.0, + 425.0, + 220.0, + 425.0, + 268.0, + 290.0, + 268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 713.0, + 515.0, + 713.0, + 515.0, + 749.0, + 296.0, + 749.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1849.0, + 407.0, + 1849.0, + 407.0, + 1885.0, + 294.0, + 1885.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 551.0, + 1849.0, + 991.0, + 1849.0, + 991.0, + 1885.0, + 551.0, + 1885.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1135.0, + 1849.0, + 1239.0, + 1849.0, + 1239.0, + 1885.0, + 1135.0, + 1885.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1287.0, + 1849.0, + 1404.0, + 1849.0, + 1404.0, + 1885.0, + 1287.0, + 1885.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1881.0, + 889.0, + 1881.0, + 889.0, + 1917.0, + 294.0, + 1917.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 917.0, + 1881.0, + 1404.0, + 1881.0, + 1404.0, + 1917.0, + 917.0, + 1917.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 439.0, + 1911.0, + 863.0, + 1911.0, + 863.0, + 1947.0, + 439.0, + 1947.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 944.0, + 1911.0, + 1408.0, + 1911.0, + 1408.0, + 1947.0, + 944.0, + 1947.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1943.0, + 1407.0, + 1943.0, + 1407.0, + 1976.0, + 293.0, + 1976.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1972.0, + 1374.0, + 1972.0, + 1374.0, + 2006.0, + 293.0, + 2006.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1403.0, + 1972.0, + 1407.0, + 1972.0, + 1407.0, + 2006.0, + 1403.0, + 2006.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 2003.0, + 1023.0, + 2003.0, + 1023.0, + 2035.0, + 294.0, + 2035.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 288.0, + 1279.0, + 622.0, + 1279.0, + 622.0, + 1325.0, + 288.0, + 1325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 815.0, + 1279.0, + 867.0, + 1279.0, + 867.0, + 1325.0, + 815.0, + 1325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 971.0, + 1279.0, + 1141.0, + 1279.0, + 1141.0, + 1325.0, + 971.0, + 1325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1276.0, + 1279.0, + 1407.0, + 1279.0, + 1407.0, + 1325.0, + 1276.0, + 1325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1316.0, + 388.0, + 1316.0, + 388.0, + 1359.0, + 292.0, + 1359.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 585.0, + 1316.0, + 785.0, + 1316.0, + 785.0, + 1359.0, + 585.0, + 1359.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 876.0, + 1316.0, + 1407.0, + 1316.0, + 1407.0, + 1359.0, + 876.0, + 1359.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1349.0, + 628.0, + 1349.0, + 628.0, + 1387.0, + 292.0, + 1387.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 739.0, + 1349.0, + 850.0, + 1349.0, + 850.0, + 1387.0, + 739.0, + 1387.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1013.0, + 1349.0, + 1065.0, + 1349.0, + 1065.0, + 1387.0, + 1013.0, + 1387.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1238.0, + 1349.0, + 1406.0, + 1349.0, + 1406.0, + 1387.0, + 1238.0, + 1387.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1382.0, + 583.0, + 1382.0, + 583.0, + 1417.0, + 295.0, + 1417.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 792.0, + 1382.0, + 890.0, + 1382.0, + 890.0, + 1417.0, + 792.0, + 1417.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1057.0, + 1382.0, + 1404.0, + 1382.0, + 1404.0, + 1417.0, + 1057.0, + 1417.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1532.0, + 404.0, + 1532.0, + 404.0, + 1574.0, + 293.0, + 1574.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 538.0, + 1532.0, + 802.0, + 1532.0, + 802.0, + 1574.0, + 538.0, + 1574.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 826.0, + 1532.0, + 987.0, + 1532.0, + 987.0, + 1574.0, + 826.0, + 1574.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1071.0, + 1532.0, + 1182.0, + 1532.0, + 1182.0, + 1574.0, + 1071.0, + 1574.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1323.0, + 1532.0, + 1406.0, + 1532.0, + 1406.0, + 1574.0, + 1323.0, + 1574.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1565.0, + 297.0, + 1565.0, + 297.0, + 1605.0, + 293.0, + 1605.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 464.0, + 1565.0, + 875.0, + 1565.0, + 875.0, + 1605.0, + 464.0, + 1605.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1147.0, + 1565.0, + 1224.0, + 1565.0, + 1224.0, + 1605.0, + 1147.0, + 1605.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1258.0, + 1565.0, + 1405.0, + 1565.0, + 1405.0, + 1605.0, + 1258.0, + 1605.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1594.0, + 804.0, + 1594.0, + 804.0, + 1637.0, + 291.0, + 1637.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 834.0, + 1594.0, + 939.0, + 1594.0, + 939.0, + 1637.0, + 834.0, + 1637.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1321.0, + 1594.0, + 1406.0, + 1594.0, + 1406.0, + 1637.0, + 1321.0, + 1637.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1628.0, + 297.0, + 1628.0, + 297.0, + 1665.0, + 293.0, + 1665.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 352.0, + 1628.0, + 671.0, + 1628.0, + 671.0, + 1665.0, + 352.0, + 1665.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 686.0, + 1628.0, + 843.0, + 1628.0, + 843.0, + 1665.0, + 686.0, + 1665.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 861.0, + 1628.0, + 1106.0, + 1628.0, + 1106.0, + 1665.0, + 861.0, + 1665.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1218.0, + 1628.0, + 1405.0, + 1628.0, + 1405.0, + 1665.0, + 1218.0, + 1665.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1658.0, + 626.0, + 1658.0, + 626.0, + 1694.0, + 294.0, + 1694.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 706.0, + 1658.0, + 739.0, + 1658.0, + 739.0, + 1694.0, + 706.0, + 1694.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 761.0, + 1658.0, + 889.0, + 1658.0, + 889.0, + 1694.0, + 761.0, + 1694.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1057.0, + 1658.0, + 1091.0, + 1658.0, + 1091.0, + 1694.0, + 1057.0, + 1694.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1202.0, + 1658.0, + 1405.0, + 1658.0, + 1405.0, + 1694.0, + 1202.0, + 1694.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 359.0, + 1689.0, + 649.0, + 1689.0, + 649.0, + 1726.0, + 359.0, + 1726.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 769.0, + 1689.0, + 912.0, + 1689.0, + 912.0, + 1726.0, + 769.0, + 1726.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 1072.0, + 709.0, + 1072.0, + 709.0, + 1130.0, + 289.0, + 1130.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 850.0, + 1072.0, + 859.0, + 1072.0, + 859.0, + 1130.0, + 850.0, + 1130.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1048.0, + 1072.0, + 1059.0, + 1072.0, + 1059.0, + 1130.0, + 1048.0, + 1130.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1160.0, + 1072.0, + 1210.0, + 1072.0, + 1210.0, + 1130.0, + 1160.0, + 1130.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1330.0, + 1072.0, + 1413.0, + 1072.0, + 1413.0, + 1130.0, + 1330.0, + 1130.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1118.0, + 753.0, + 1118.0, + 753.0, + 1153.0, + 293.0, + 1153.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 776.0, + 1118.0, + 888.0, + 1118.0, + 888.0, + 1153.0, + 776.0, + 1153.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 805.0, + 371.0, + 805.0, + 371.0, + 849.0, + 292.0, + 849.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 513.0, + 805.0, + 562.0, + 805.0, + 562.0, + 849.0, + 513.0, + 849.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 705.0, + 805.0, + 1407.0, + 805.0, + 1407.0, + 849.0, + 705.0, + 849.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 847.0, + 330.0, + 847.0, + 330.0, + 878.0, + 293.0, + 878.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 299.0, + 472.0, + 351.0, + 472.0, + 351.0, + 506.0, + 299.0, + 506.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 362.0, + 470.0, + 1231.0, + 470.0, + 1231.0, + 511.0, + 362.0, + 511.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 366.0, + 513.0, + 1403.0, + 513.0, + 1403.0, + 546.0, + 366.0, + 546.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 364.0, + 547.0, + 393.0, + 547.0, + 393.0, + 586.0, + 364.0, + 586.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1207.0, + 537.0, + 1207.0, + 537.0, + 1251.0, + 294.0, + 1251.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 649.0, + 1207.0, + 759.0, + 1207.0, + 759.0, + 1251.0, + 649.0, + 1251.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 934.0, + 1207.0, + 987.0, + 1207.0, + 987.0, + 1251.0, + 934.0, + 1251.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1160.0, + 1207.0, + 1175.0, + 1207.0, + 1175.0, + 1251.0, + 1160.0, + 1251.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 392.0, + 918.0, + 392.0, + 918.0, + 432.0, + 295.0, + 432.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 671.0, + 1324.0, + 671.0, + 1324.0, + 710.0, + 295.0, + 710.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 715.0, + 514.0, + 715.0, + 514.0, + 747.0, + 296.0, + 747.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 19, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 296, + 1129, + 1407, + 1129, + 1407, + 1414, + 296, + 1414 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 296, + 411, + 1405, + 411, + 1405, + 659, + 296, + 659 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 296, + 223, + 1405, + 223, + 1405, + 400, + 296, + 400 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 297, + 847, + 1405, + 847, + 1405, + 1015, + 297, + 1015 + ], + "score": 0.979 + }, + { + "category_id": 8, + "poly": [ + 546, + 1619, + 1149, + 1619, + 1149, + 1730, + 546, + 1730 + ], + "score": 0.955 + }, + { + "category_id": 1, + "poly": [ + 296, + 764, + 1404, + 764, + 1404, + 835, + 296, + 835 + ], + "score": 0.951 + }, + { + "category_id": 1, + "poly": [ + 296, + 1969, + 1406, + 1969, + 1406, + 2036, + 296, + 2036 + ], + "score": 0.945 + }, + { + "category_id": 8, + "poly": [ + 542, + 1079, + 1162, + 1079, + 1162, + 1120, + 542, + 1120 + ], + "score": 0.944 + }, + { + "category_id": 1, + "poly": [ + 296, + 1427, + 1402, + 1427, + 1402, + 1496, + 296, + 1496 + ], + "score": 0.941 + }, + { + "category_id": 8, + "poly": [ + 662, + 1897, + 1036, + 1897, + 1036, + 1939, + 662, + 1939 + ], + "score": 0.939 + }, + { + "category_id": 1, + "poly": [ + 296, + 1741, + 1150, + 1741, + 1150, + 1776, + 296, + 1776 + ], + "score": 0.93 + }, + { + "category_id": 8, + "poly": [ + 609, + 671, + 1089, + 671, + 1089, + 749, + 609, + 749 + ], + "score": 0.928 + }, + { + "category_id": 2, + "poly": [ + 297, + 74, + 857, + 74, + 857, + 106, + 297, + 106 + ], + "score": 0.925 + }, + { + "category_id": 1, + "poly": [ + 296, + 1025, + 1210, + 1025, + 1210, + 1064, + 296, + 1064 + ], + "score": 0.92 + }, + { + "category_id": 8, + "poly": [ + 422, + 1506, + 1281, + 1506, + 1281, + 1564, + 422, + 1564 + ], + "score": 0.917 + }, + { + "category_id": 9, + "poly": [ + 1330, + 1082, + 1400, + 1082, + 1400, + 1115, + 1330, + 1115 + ], + "score": 0.91 + }, + { + "category_id": 9, + "poly": [ + 1331, + 681, + 1400, + 681, + 1400, + 713, + 1331, + 713 + ], + "score": 0.906 + }, + { + "category_id": 1, + "poly": [ + 290, + 1576, + 1192, + 1576, + 1192, + 1610, + 290, + 1610 + ], + "score": 0.895 + }, + { + "category_id": 1, + "poly": [ + 298, + 1808, + 1358, + 1808, + 1358, + 1842, + 298, + 1842 + ], + "score": 0.862 + }, + { + "category_id": 1, + "poly": [ + 299, + 1849, + 1152, + 1849, + 1152, + 1885, + 299, + 1885 + ], + "score": 0.81 + }, + { + "category_id": 2, + "poly": [ + 1374, + 1743, + 1403, + 1743, + 1403, + 1772, + 1374, + 1772 + ], + "score": 0.795 + }, + { + "category_id": 2, + "poly": [ + 834, + 2088, + 863, + 2088, + 863, + 2113, + 834, + 2113 + ], + "score": 0.723 + }, + { + "category_id": 8, + "poly": [ + 610, + 671, + 1088, + 671, + 1088, + 749, + 610, + 749 + ], + "score": 0.104 + }, + { + "category_id": 2, + "poly": [ + 834, + 2087, + 863, + 2087, + 863, + 2113, + 834, + 2113 + ], + "score": 0.092 + }, + { + "category_id": 14, + "poly": [ + 611, + 670, + 1087, + 670, + 1087, + 751, + 611, + 751 + ], + "score": 0.93, + "latex": "v _ { d } \\mathbf { x } _ { d } + \\sum _ { n \\in S ^ { \\prime } \\backslash C } v _ { n } \\left( \\tilde { a } _ { d , n } \\mathbf { I } _ { d _ { 0 } } - \\mathbf { Y } \\right) \\mathbf { x } _ { n } = { 0 } ," + }, + { + "category_id": 13, + "poly": [ + 747, + 224, + 1130, + 224, + 1130, + 269, + 747, + 269 + ], + "score": 0.93, + "latex": "\\begin{array} { r } { v _ { 1 } \\mathbf { x } _ { 1 } + \\sum _ { n = d _ { S } + 1 } ^ { | S | } v _ { n } \\tilde { a } _ { 1 , n } \\mathbf { x } _ { n } = 0 } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 896, + 1027, + 1051, + 1027, + 1051, + 1063, + 896, + 1063 + ], + "score": 0.93, + "latex": "| S ^ { \\prime } C | \\geq d _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 896, + 797, + 1037, + 797, + 1037, + 837, + 896, + 837 + ], + "score": 0.93, + "latex": "\\left\\{ \\mathbf { x } _ { n } \\right\\} _ { n \\in S ^ { \\prime } \\backslash C }" + }, + { + "category_id": 13, + "poly": [ + 712, + 1229, + 954, + 1229, + 954, + 1263, + 712, + 1263 + ], + "score": 0.93, + "latex": "C ^ { \\prime } \\subseteq ( S ^ { \\prime } \\cup \\{ d \\} ) \\setminus C" + }, + { + "category_id": 13, + "poly": [ + 1139, + 566, + 1398, + 566, + 1398, + 599, + 1139, + 599 + ], + "score": 0.93, + "latex": "| C | = r _ { d } = ( d - 1 ) d _ { 0 }" + }, + { + "category_id": 14, + "poly": [ + 546, + 1617, + 1148, + 1617, + 1148, + 1729, + 546, + 1729 + ], + "score": 0.93, + "latex": "\\mathcal { E } _ { 0 } \\triangleq \\bigcup _ { \\mathbf { A } \\in \\{ \\rho , 1 \\} ^ { d _ { 1 } \\times N } } \\left[ \\bigcup _ { S \\subset [ N ] : | S | \\leq \\operatorname { r a n k } ( \\mathbf { A } _ { S } ) d _ { 0 } } \\mathcal { E } \\left( \\mathbf { A } , S \\right) \\right] ," + }, + { + "category_id": 13, + "poly": [ + 746, + 849, + 894, + 849, + 894, + 884, + 746, + 884 + ], + "score": 0.93, + "latex": "n \\in S ^ { \\prime } \\setminus C" + }, + { + "category_id": 13, + "poly": [ + 718, + 1428, + 907, + 1428, + 907, + 1467, + 718, + 1467 + ], + "score": 0.92, + "latex": "\\mathbf { A } \\in \\{ \\rho , 1 \\} ^ { d _ { 1 } \\times N }" + }, + { + "category_id": 13, + "poly": [ + 1163, + 413, + 1280, + 413, + 1280, + 447, + 1163, + 447 + ], + "score": 0.92, + "latex": "( d - 1 ) d _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 905, + 882, + 1020, + 882, + 1020, + 915, + 905, + 915 + ], + "score": 0.92, + "latex": "\\mathbf { x } _ { d } \\in \\mathbb { R } ^ { d _ { 0 } }" + }, + { + "category_id": 13, + "poly": [ + 590, + 1260, + 705, + 1260, + 705, + 1293, + 590, + 1293 + ], + "score": 0.92, + "latex": "( d - 1 ) d _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 496, + 951, + 637, + 951, + 637, + 987, + 496, + 987 + ], + "score": 0.92, + "latex": "\\{ \\tilde { \\mathbf { x } } _ { n } \\} _ { n \\in S ^ { \\prime } \\backslash C }" + }, + { + "category_id": 13, + "poly": [ + 299, + 797, + 408, + 797, + 408, + 833, + 299, + 833 + ], + "score": 0.92, + "latex": "\\{ \\mathbf { x } _ { n } \\} _ { n \\in C }" + }, + { + "category_id": 13, + "poly": [ + 1118, + 766, + 1318, + 766, + 1318, + 801, + 1118, + 801 + ], + "score": 0.92, + "latex": "\\{ \\widetilde { a } _ { k , n } \\} _ { n \\in C , d > k \\geq 1 }" + }, + { + "category_id": 13, + "poly": [ + 1166, + 1972, + 1296, + 1972, + 1296, + 2005, + 1166, + 2005 + ], + "score": 0.92, + "latex": "| S | \\le d _ { 0 } d _ { S }" + }, + { + "category_id": 13, + "poly": [ + 959, + 1431, + 1060, + 1431, + 1060, + 1467, + 959, + 1467 + ], + "score": 0.91, + "latex": "S \\subset [ N ]" + }, + { + "category_id": 13, + "poly": [ + 298, + 1351, + 343, + 1351, + 343, + 1381, + 298, + 1381 + ], + "score": 0.91, + "latex": "d _ { 0 } d" + }, + { + "category_id": 13, + "poly": [ + 424, + 267, + 912, + 267, + 912, + 305, + 424, + 305 + ], + "score": 0.91, + "latex": "\\mathbf { x } _ { 1 } \\in \\mathrm { S p a n } \\left\\{ \\widetilde { a } _ { 1 , d _ { S } + 1 } \\mathbf { x } _ { d _ { S } + 1 } , . . . , \\widetilde { a } _ { 1 , | S | } \\mathbf { x } _ { | S | } \\right\\}" + }, + { + "category_id": 13, + "poly": [ + 492, + 1851, + 609, + 1851, + 609, + 1883, + 492, + 1883 + ], + "score": 0.91, + "latex": "N \\leq d _ { 1 } d _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 1079, + 1132, + 1403, + 1132, + 1403, + 1172, + 1079, + 1172 + ], + "score": 0.91, + "latex": "\\begin{array} { r } { v _ { d } \\mathbf { x } _ { d } + \\sum _ { n \\in S ^ { \\prime } \\backslash C } v _ { n } \\tilde { \\mathbf { x } } _ { n } = 0 } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 1285, + 505, + 1401, + 505, + 1401, + 538, + 1285, + 538 + ], + "score": 0.91, + "latex": "( d - 1 ) d _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 1261, + 232, + 1351, + 232, + 1351, + 264, + 1261, + 264 + ], + "score": 0.91, + "latex": "v _ { 1 } \\neq 0" + }, + { + "category_id": 13, + "poly": [ + 405, + 850, + 693, + 850, + 693, + 884, + 405, + 884 + ], + "score": 0.91, + "latex": "\\tilde { \\mathbf { x } } _ { n } \\ = \\ ( \\tilde { a } _ { d , n } \\mathbf { I } _ { d _ { 0 } } - \\mathbf { Y } ) \\mathbf { x } _ { n }" + }, + { + "category_id": 13, + "poly": [ + 1301, + 850, + 1397, + 850, + 1397, + 883, + 1301, + 883 + ], + "score": 0.91, + "latex": "v _ { d } \\neq 0" + }, + { + "category_id": 13, + "poly": [ + 1027, + 1321, + 1112, + 1321, + 1112, + 1349, + 1027, + 1349 + ], + "score": 0.91, + "latex": "C \\cup C ^ { \\prime }" + }, + { + "category_id": 13, + "poly": [ + 615, + 568, + 731, + 568, + 731, + 599, + 615, + 599 + ], + "score": 0.91, + "latex": "( d - 1 ) d _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 415, + 335, + 829, + 335, + 829, + 372, + 415, + 372 + ], + "score": 0.91, + "latex": "\\left\\{ \\tilde { a } _ { 1 , d _ { S } + 1 } \\mathbf { x } _ { d _ { S } + 1 } , . . . , \\tilde { a } _ { 1 , | S | } \\mathbf { x } _ { | S | } \\right\\} = d _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 296, + 884, + 569, + 884, + 569, + 920, + 296, + 920 + ], + "score": 0.91, + "latex": "\\mathbf { x } _ { d } \\in \\mathrm { S p a n } \\{ \\tilde { \\mathbf { x } } _ { n } \\} _ { n \\in S ^ { \\prime } \\backslash C }" + }, + { + "category_id": 13, + "poly": [ + 569, + 535, + 932, + 535, + 932, + 568, + 569, + 568 + ], + "score": 0.91, + "latex": "C \\subseteq S ^ { \\prime } = S \\setminus \\{ d , d + 1 , . . . , d _ { S } \\}" + }, + { + "category_id": 13, + "poly": [ + 504, + 1290, + 549, + 1290, + 549, + 1321, + 504, + 1321 + ], + "score": 0.9, + "latex": "d _ { 0 } d" + }, + { + "category_id": 13, + "poly": [ + 383, + 1290, + 468, + 1290, + 468, + 1318, + 383, + 1318 + ], + "score": 0.9, + "latex": "C \\cup C ^ { \\prime }" + }, + { + "category_id": 13, + "poly": [ + 737, + 1850, + 895, + 1850, + 895, + 1885, + 737, + 1885 + ], + "score": 0.9, + "latex": "( \\mathbf { A } \\circ \\mathbf { X } ) = N" + }, + { + "category_id": 13, + "poly": [ + 1011, + 336, + 1298, + 336, + 1298, + 368, + 1011, + 368 + ], + "score": 0.9, + "latex": "| S | \\ge d _ { S } - 1 + d _ { 0 } > d _ { 0 }" + }, + { + "category_id": 14, + "poly": [ + 420, + 1504, + 1280, + 1504, + 1280, + 1565, + 420, + 1565 + ], + "score": 0.9, + "latex": "\\mathcal E \\left( \\mathbf A , S \\right) = \\left\\{ \\mathbf X \\in \\mathbb R ^ { d _ { 0 } \\times N } | \\exists \\mathbf v \\in \\mathbb R ^ { N } : \\left( \\mathbf A \\circ \\mathbf X \\right) \\mathbf v = 0 \\mathrm { a n d } v _ { n } \\neq 0 , \\forall n \\in S \\right\\}" + }, + { + "category_id": 13, + "poly": [ + 964, + 1290, + 1049, + 1290, + 1049, + 1318, + 964, + 1318 + ], + "score": 0.9, + "latex": "C \\cup C ^ { \\prime }" + }, + { + "category_id": 14, + "poly": [ + 658, + 1898, + 1037, + 1898, + 1037, + 1937, + 658, + 1937 + ], + "score": 0.9, + "latex": "\\forall S \\subseteq [ N ] : | S | \\leq \\mathrm { r a n k } \\left( \\mathbf { A } _ { S } \\right) d _ { 0 } ." + }, + { + "category_id": 13, + "poly": [ + 346, + 232, + 423, + 232, + 423, + 260, + 346, + 260 + ], + "score": 0.9, + "latex": "d = 1" + }, + { + "category_id": 13, + "poly": [ + 497, + 1970, + 687, + 1970, + 687, + 2005, + 497, + 2005 + ], + "score": 0.89, + "latex": "d _ { S } \\triangleq \\operatorname { r a n k } \\left( \\mathbf { A } _ { S } \\right)" + }, + { + "category_id": 13, + "poly": [ + 599, + 1321, + 645, + 1321, + 645, + 1351, + 599, + 1351 + ], + "score": 0.89, + "latex": "d _ { 0 } d" + }, + { + "category_id": 13, + "poly": [ + 1134, + 851, + 1216, + 851, + 1216, + 879, + 1134, + 879 + ], + "score": 0.89, + "latex": "d \\ : = \\ : 1" + }, + { + "category_id": 13, + "poly": [ + 1363, + 2004, + 1396, + 2004, + 1396, + 2034, + 1363, + 2034 + ], + "score": 0.88, + "latex": "d _ { S }" + }, + { + "category_id": 14, + "poly": [ + 542, + 1078, + 1162, + 1078, + 1162, + 1119, + 542, + 1119 + ], + "score": 0.88, + "latex": "| S | > | S ^ { \\prime } | = | C | + | S ^ { \\prime } \\setminus C | \\geq \\left( d - 1 \\right) d _ { 0 } + d _ { 0 } = d _ { 0 } d ." + }, + { + "category_id": 13, + "poly": [ + 421, + 1132, + 742, + 1132, + 742, + 1169, + 421, + 1169 + ], + "score": 0.88, + "latex": "\\mathrm { d i m } \\mathrm { S p a n } \\{ \\tilde { \\mathbf { x } } _ { n } \\} _ { n \\in S ^ { \\prime } \\backslash C } = d _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 928, + 1133, + 960, + 1133, + 960, + 1165, + 928, + 1165 + ], + "score": 0.88, + "latex": "d _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 981, + 368, + 1010, + 368, + 1010, + 397, + 981, + 397 + ], + "score": 0.88, + "latex": "d _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 1356, + 1290, + 1402, + 1290, + 1402, + 1321, + 1356, + 1321 + ], + "score": 0.88, + "latex": "d _ { 0 } d" + }, + { + "category_id": 13, + "poly": [ + 690, + 768, + 719, + 768, + 719, + 797, + 690, + 797 + ], + "score": 0.88, + "latex": "d _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 535, + 233, + 565, + 233, + 565, + 262, + 535, + 262 + ], + "score": 0.88, + "latex": "d _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 866, + 597, + 896, + 597, + 896, + 627, + 866, + 627 + ], + "score": 0.88, + "latex": "d _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 397, + 1199, + 427, + 1199, + 427, + 1230, + 397, + 1230 + ], + "score": 0.88, + "latex": "d _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 1064, + 1261, + 1093, + 1261, + 1093, + 1290, + 1064, + 1290 + ], + "score": 0.87, + "latex": "d _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 437, + 370, + 466, + 370, + 466, + 397, + 437, + 397 + ], + "score": 0.87, + "latex": "d _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 1214, + 2006, + 1257, + 2006, + 1257, + 2034, + 1214, + 2034 + ], + "score": 0.87, + "latex": "\\mathbf { A } _ { S }" + }, + { + "category_id": 13, + "poly": [ + 1151, + 1200, + 1182, + 1200, + 1182, + 1226, + 1151, + 1226 + ], + "score": 0.87, + "latex": "C ^ { \\prime }" + }, + { + "category_id": 13, + "poly": [ + 749, + 305, + 794, + 305, + 794, + 333, + 749, + 333 + ], + "score": 0.86, + "latex": "\\mathbb { R } ^ { d _ { 0 } }" + }, + { + "category_id": 13, + "poly": [ + 811, + 801, + 845, + 801, + 845, + 829, + 811, + 829 + ], + "score": 0.86, + "latex": "\\mathbf { x } _ { d }" + }, + { + "category_id": 13, + "poly": [ + 897, + 510, + 1079, + 510, + 1079, + 538, + 897, + 538 + ], + "score": 0.86, + "latex": "v _ { d } , v _ { d + 1 } , . . . , v _ { d _ { S } }" + }, + { + "category_id": 13, + "poly": [ + 1372, + 1201, + 1401, + 1201, + 1401, + 1229, + 1372, + 1229 + ], + "score": 0.86, + "latex": "d _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 977, + 917, + 1276, + 917, + 1276, + 953, + 977, + 953 + ], + "score": 0.86, + "latex": "\\begin{array} { r } { \\operatorname* { m } \\mathrm { { S p a n } } \\{ \\tilde { \\mathbf { x } } _ { n } \\} _ { n \\in S ^ { \\prime } \\backslash C } = d _ { 0 } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 1255, + 1172, + 1284, + 1172, + 1284, + 1199, + 1255, + 1199 + ], + "score": 0.86, + "latex": "d _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 681, + 956, + 715, + 956, + 715, + 982, + 681, + 982 + ], + "score": 0.85, + "latex": "\\mathbf { x } _ { d }" + }, + { + "category_id": 13, + "poly": [ + 1155, + 1230, + 1186, + 1230, + 1186, + 1257, + 1155, + 1257 + ], + "score": 0.85, + "latex": "C ^ { \\prime }" + }, + { + "category_id": 13, + "poly": [ + 1175, + 1432, + 1401, + 1432, + 1401, + 1468, + 1175, + 1468 + ], + "score": 0.85, + "latex": "| S | \\leq \\mathrm { r a n k } \\left( \\mathbf { A } _ { S } \\right) d _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 562, + 448, + 591, + 448, + 591, + 474, + 562, + 474 + ], + "score": 0.85, + "latex": "r _ { d }" + }, + { + "category_id": 13, + "poly": [ + 890, + 951, + 1216, + 951, + 1216, + 988, + 890, + 988 + ], + "score": 0.85, + "latex": "\\mathrm { d i m } \\mathrm { S p a n } \\{ \\tilde { \\mathbf { x } } _ { n } \\} _ { n \\in S ^ { \\prime } \\backslash C } = d _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 733, + 919, + 763, + 919, + 763, + 949, + 733, + 949 + ], + "score": 0.84, + "latex": "d _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 738, + 1973, + 815, + 1973, + 815, + 2002, + 738, + 2002 + ], + "score": 0.84, + "latex": "\\mathbf { A } \\circ \\mathbf { X }" + }, + { + "category_id": 13, + "poly": [ + 625, + 476, + 650, + 476, + 650, + 502, + 625, + 502 + ], + "score": 0.82, + "latex": "C" + }, + { + "category_id": 13, + "poly": [ + 470, + 309, + 503, + 309, + 503, + 336, + 470, + 336 + ], + "score": 0.82, + "latex": "\\mathbf { x } _ { 1 }" + }, + { + "category_id": 13, + "poly": [ + 1375, + 1234, + 1398, + 1234, + 1398, + 1257, + 1375, + 1257 + ], + "score": 0.82, + "latex": "C" + }, + { + "category_id": 13, + "poly": [ + 1088, + 306, + 1119, + 306, + 1119, + 336, + 1088, + 336 + ], + "score": 0.81, + "latex": "d _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 1372, + 481, + 1401, + 481, + 1401, + 505, + 1372, + 505 + ], + "score": 0.8, + "latex": "r _ { d }" + }, + { + "category_id": 13, + "poly": [ + 1376, + 599, + 1401, + 599, + 1401, + 623, + 1376, + 623 + ], + "score": 0.8, + "latex": "C" + }, + { + "category_id": 13, + "poly": [ + 459, + 416, + 477, + 416, + 477, + 441, + 459, + 441 + ], + "score": 0.78, + "latex": "d" + }, + { + "category_id": 13, + "poly": [ + 418, + 1028, + 733, + 1028, + 733, + 1065, + 418, + 1065 + ], + "score": 0.77, + "latex": "\\mathrm { d i m } \\mathrm { S p a n } \\{ \\tilde { \\mathbf { x } } _ { n } \\} _ { n \\in S ^ { \\prime } \\backslash C } = d _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 372, + 768, + 399, + 768, + 399, + 794, + 372, + 794 + ], + "score": 0.75, + "latex": "\\mathbf { Y }" + }, + { + "category_id": 13, + "poly": [ + 877, + 1352, + 905, + 1352, + 905, + 1378, + 877, + 1378 + ], + "score": 0.66, + "latex": "\\mathbf { X }" + }, + { + "category_id": 13, + "poly": [ + 1119, + 1853, + 1141, + 1853, + 1141, + 1884, + 1119, + 1884 + ], + "score": 0.63, + "latex": "i f ," + }, + { + "category_id": 13, + "poly": [ + 719, + 988, + 739, + 988, + 739, + 1009, + 719, + 1009 + ], + "score": 0.58, + "latex": "\\mathbf { x }" + }, + { + "category_id": 13, + "poly": [ + 367, + 2004, + 393, + 2004, + 393, + 2030, + 367, + 2030 + ], + "score": 0.56, + "latex": "\\mathbf { X }" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 859.0, + 72.0, + 859.0, + 109.0, + 297.0, + 109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1378.0, + 1747.0, + 1403.0, + 1747.0, + 1403.0, + 1773.0, + 1378.0, + 1773.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 830.0, + 2085.0, + 868.0, + 2085.0, + 868.0, + 2124.0, + 830.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 830.0, + 2084.0, + 868.0, + 2084.0, + 868.0, + 2125.0, + 830.0, + 2125.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 1126.0, + 420.0, + 1126.0, + 420.0, + 1178.0, + 289.0, + 1178.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 743.0, + 1126.0, + 927.0, + 1126.0, + 927.0, + 1178.0, + 743.0, + 1178.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 961.0, + 1126.0, + 1078.0, + 1126.0, + 1078.0, + 1178.0, + 961.0, + 1178.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1404.0, + 1126.0, + 1410.0, + 1126.0, + 1410.0, + 1178.0, + 1404.0, + 1178.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1167.0, + 1254.0, + 1167.0, + 1254.0, + 1204.0, + 295.0, + 1204.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1285.0, + 1167.0, + 1409.0, + 1167.0, + 1409.0, + 1204.0, + 1285.0, + 1204.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1197.0, + 396.0, + 1197.0, + 396.0, + 1234.0, + 294.0, + 1234.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 428.0, + 1197.0, + 1150.0, + 1197.0, + 1150.0, + 1234.0, + 428.0, + 1234.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1183.0, + 1197.0, + 1371.0, + 1197.0, + 1371.0, + 1234.0, + 1183.0, + 1234.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1402.0, + 1197.0, + 1405.0, + 1197.0, + 1405.0, + 1234.0, + 1402.0, + 1234.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1227.0, + 711.0, + 1227.0, + 711.0, + 1264.0, + 291.0, + 1264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 955.0, + 1227.0, + 1154.0, + 1227.0, + 1154.0, + 1264.0, + 955.0, + 1264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1187.0, + 1227.0, + 1374.0, + 1227.0, + 1374.0, + 1264.0, + 1187.0, + 1264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1399.0, + 1227.0, + 1408.0, + 1227.0, + 1408.0, + 1264.0, + 1399.0, + 1264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1257.0, + 589.0, + 1257.0, + 589.0, + 1296.0, + 294.0, + 1296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 706.0, + 1257.0, + 1063.0, + 1257.0, + 1063.0, + 1296.0, + 706.0, + 1296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1094.0, + 1257.0, + 1407.0, + 1257.0, + 1407.0, + 1296.0, + 1094.0, + 1296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1286.0, + 382.0, + 1286.0, + 382.0, + 1326.0, + 291.0, + 1326.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 469.0, + 1286.0, + 503.0, + 1286.0, + 503.0, + 1326.0, + 469.0, + 1326.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 550.0, + 1286.0, + 963.0, + 1286.0, + 963.0, + 1326.0, + 550.0, + 1326.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1050.0, + 1286.0, + 1355.0, + 1286.0, + 1355.0, + 1326.0, + 1050.0, + 1326.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1403.0, + 1286.0, + 1408.0, + 1286.0, + 1408.0, + 1326.0, + 1403.0, + 1326.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1320.0, + 598.0, + 1320.0, + 598.0, + 1353.0, + 294.0, + 1353.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 646.0, + 1320.0, + 1026.0, + 1320.0, + 1026.0, + 1353.0, + 646.0, + 1353.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1113.0, + 1320.0, + 1407.0, + 1320.0, + 1407.0, + 1353.0, + 1113.0, + 1353.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1347.0, + 297.0, + 1347.0, + 297.0, + 1388.0, + 293.0, + 1388.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 344.0, + 1347.0, + 876.0, + 1347.0, + 876.0, + 1388.0, + 344.0, + 1388.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 906.0, + 1347.0, + 1410.0, + 1347.0, + 1410.0, + 1388.0, + 906.0, + 1388.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1385.0, + 585.0, + 1385.0, + 585.0, + 1415.0, + 296.0, + 1415.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 411.0, + 458.0, + 411.0, + 458.0, + 449.0, + 293.0, + 449.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 478.0, + 411.0, + 1162.0, + 411.0, + 1162.0, + 449.0, + 478.0, + 449.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1281.0, + 411.0, + 1408.0, + 411.0, + 1408.0, + 449.0, + 1281.0, + 449.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 441.0, + 561.0, + 441.0, + 561.0, + 481.0, + 291.0, + 481.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 592.0, + 441.0, + 1406.0, + 441.0, + 1406.0, + 481.0, + 592.0, + 481.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 470.0, + 624.0, + 470.0, + 624.0, + 512.0, + 291.0, + 512.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 651.0, + 470.0, + 1371.0, + 470.0, + 1371.0, + 512.0, + 651.0, + 512.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1402.0, + 470.0, + 1406.0, + 470.0, + 1406.0, + 512.0, + 1402.0, + 512.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 502.0, + 896.0, + 502.0, + 896.0, + 543.0, + 293.0, + 543.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1080.0, + 502.0, + 1284.0, + 502.0, + 1284.0, + 543.0, + 1080.0, + 543.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1402.0, + 502.0, + 1407.0, + 502.0, + 1407.0, + 543.0, + 1402.0, + 543.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 534.0, + 568.0, + 534.0, + 568.0, + 571.0, + 293.0, + 571.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 933.0, + 534.0, + 1407.0, + 534.0, + 1407.0, + 571.0, + 933.0, + 571.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 563.0, + 614.0, + 563.0, + 614.0, + 601.0, + 290.0, + 601.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 732.0, + 563.0, + 1138.0, + 563.0, + 1138.0, + 601.0, + 732.0, + 601.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1399.0, + 563.0, + 1408.0, + 563.0, + 1408.0, + 601.0, + 1399.0, + 601.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 594.0, + 865.0, + 594.0, + 865.0, + 628.0, + 294.0, + 628.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 897.0, + 594.0, + 1375.0, + 594.0, + 1375.0, + 628.0, + 897.0, + 628.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1402.0, + 594.0, + 1406.0, + 594.0, + 1406.0, + 628.0, + 1402.0, + 628.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 624.0, + 1019.0, + 624.0, + 1019.0, + 661.0, + 295.0, + 661.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 279.0, + 201.0, + 345.0, + 201.0, + 345.0, + 290.0, + 279.0, + 290.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 424.0, + 201.0, + 534.0, + 201.0, + 534.0, + 290.0, + 424.0, + 290.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 566.0, + 201.0, + 746.0, + 201.0, + 746.0, + 290.0, + 566.0, + 290.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1131.0, + 201.0, + 1260.0, + 201.0, + 1260.0, + 290.0, + 1131.0, + 290.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1352.0, + 201.0, + 1421.0, + 201.0, + 1421.0, + 290.0, + 1352.0, + 290.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 265.0, + 423.0, + 265.0, + 423.0, + 310.0, + 291.0, + 310.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 913.0, + 265.0, + 1408.0, + 265.0, + 1408.0, + 310.0, + 913.0, + 310.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 302.0, + 469.0, + 302.0, + 469.0, + 340.0, + 295.0, + 340.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 504.0, + 302.0, + 748.0, + 302.0, + 748.0, + 340.0, + 504.0, + 340.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 795.0, + 302.0, + 1087.0, + 302.0, + 1087.0, + 340.0, + 795.0, + 340.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1120.0, + 302.0, + 1408.0, + 302.0, + 1408.0, + 340.0, + 1120.0, + 340.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 330.0, + 414.0, + 330.0, + 414.0, + 375.0, + 293.0, + 375.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 830.0, + 330.0, + 1010.0, + 330.0, + 1010.0, + 375.0, + 830.0, + 375.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1299.0, + 330.0, + 1408.0, + 330.0, + 1408.0, + 375.0, + 1299.0, + 375.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 362.0, + 436.0, + 362.0, + 436.0, + 403.0, + 294.0, + 403.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 467.0, + 362.0, + 980.0, + 362.0, + 980.0, + 403.0, + 467.0, + 403.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1011.0, + 362.0, + 1274.0, + 362.0, + 1274.0, + 403.0, + 1011.0, + 403.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 846.0, + 404.0, + 846.0, + 404.0, + 887.0, + 294.0, + 887.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 694.0, + 846.0, + 745.0, + 846.0, + 745.0, + 887.0, + 694.0, + 887.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 895.0, + 846.0, + 1133.0, + 846.0, + 1133.0, + 887.0, + 895.0, + 887.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1217.0, + 846.0, + 1300.0, + 846.0, + 1300.0, + 887.0, + 1217.0, + 887.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1398.0, + 846.0, + 1408.0, + 846.0, + 1408.0, + 887.0, + 1398.0, + 887.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 882.0, + 295.0, + 882.0, + 295.0, + 919.0, + 290.0, + 919.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 570.0, + 882.0, + 904.0, + 882.0, + 904.0, + 919.0, + 570.0, + 919.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1021.0, + 882.0, + 1407.0, + 882.0, + 1407.0, + 919.0, + 1021.0, + 919.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 913.0, + 732.0, + 913.0, + 732.0, + 957.0, + 291.0, + 957.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 764.0, + 913.0, + 976.0, + 913.0, + 976.0, + 957.0, + 764.0, + 957.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1277.0, + 913.0, + 1407.0, + 913.0, + 1407.0, + 957.0, + 1277.0, + 957.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 948.0, + 495.0, + 948.0, + 495.0, + 992.0, + 292.0, + 992.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 638.0, + 948.0, + 680.0, + 948.0, + 680.0, + 992.0, + 638.0, + 992.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 716.0, + 948.0, + 889.0, + 948.0, + 889.0, + 992.0, + 716.0, + 992.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1217.0, + 948.0, + 1407.0, + 948.0, + 1407.0, + 992.0, + 1217.0, + 992.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 982.0, + 718.0, + 982.0, + 718.0, + 1016.0, + 295.0, + 1016.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 740.0, + 982.0, + 749.0, + 982.0, + 749.0, + 1016.0, + 740.0, + 1016.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 761.0, + 371.0, + 761.0, + 371.0, + 805.0, + 293.0, + 805.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 400.0, + 761.0, + 689.0, + 761.0, + 689.0, + 805.0, + 400.0, + 805.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 720.0, + 761.0, + 1117.0, + 761.0, + 1117.0, + 805.0, + 720.0, + 805.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1319.0, + 761.0, + 1405.0, + 761.0, + 1405.0, + 805.0, + 1319.0, + 805.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 785.0, + 298.0, + 785.0, + 298.0, + 846.0, + 292.0, + 846.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 409.0, + 785.0, + 810.0, + 785.0, + 810.0, + 846.0, + 409.0, + 846.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 846.0, + 785.0, + 895.0, + 785.0, + 895.0, + 846.0, + 846.0, + 846.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1038.0, + 785.0, + 1054.0, + 785.0, + 1054.0, + 846.0, + 1038.0, + 846.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1969.0, + 496.0, + 1969.0, + 496.0, + 2009.0, + 294.0, + 2009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 688.0, + 1969.0, + 737.0, + 1969.0, + 737.0, + 2009.0, + 688.0, + 2009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 816.0, + 1969.0, + 1165.0, + 1969.0, + 1165.0, + 2009.0, + 816.0, + 2009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1297.0, + 1969.0, + 1407.0, + 1969.0, + 1407.0, + 2009.0, + 1297.0, + 2009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1999.0, + 366.0, + 1999.0, + 366.0, + 2040.0, + 293.0, + 2040.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 1999.0, + 1213.0, + 1999.0, + 1213.0, + 2040.0, + 394.0, + 2040.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1258.0, + 1999.0, + 1362.0, + 1999.0, + 1362.0, + 2040.0, + 1258.0, + 2040.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1397.0, + 1999.0, + 1409.0, + 1999.0, + 1409.0, + 2040.0, + 1397.0, + 2040.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 286.0, + 1415.0, + 717.0, + 1415.0, + 717.0, + 1477.0, + 286.0, + 1477.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 908.0, + 1415.0, + 958.0, + 1415.0, + 958.0, + 1477.0, + 908.0, + 1477.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1061.0, + 1415.0, + 1174.0, + 1415.0, + 1174.0, + 1477.0, + 1061.0, + 1477.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1402.0, + 1415.0, + 1409.0, + 1415.0, + 1409.0, + 1477.0, + 1402.0, + 1477.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1460.0, + 406.0, + 1460.0, + 406.0, + 1499.0, + 293.0, + 1499.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1741.0, + 1152.0, + 1741.0, + 1152.0, + 1776.0, + 296.0, + 1776.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1021.0, + 417.0, + 1021.0, + 417.0, + 1069.0, + 291.0, + 1069.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 734.0, + 1021.0, + 895.0, + 1021.0, + 895.0, + 1069.0, + 734.0, + 1069.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1052.0, + 1021.0, + 1212.0, + 1021.0, + 1212.0, + 1069.0, + 1052.0, + 1069.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1574.0, + 1193.0, + 1574.0, + 1193.0, + 1613.0, + 293.0, + 1613.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1807.0, + 1362.0, + 1807.0, + 1362.0, + 1846.0, + 296.0, + 1846.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1845.0, + 491.0, + 1845.0, + 491.0, + 1893.0, + 295.0, + 1893.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 610.0, + 1845.0, + 736.0, + 1845.0, + 736.0, + 1893.0, + 610.0, + 1893.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 896.0, + 1845.0, + 1118.0, + 1845.0, + 1118.0, + 1893.0, + 896.0, + 1893.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1142.0, + 1845.0, + 1148.0, + 1845.0, + 1148.0, + 1893.0, + 1142.0, + 1893.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 20, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 296, + 396, + 1406, + 396, + 1406, + 618, + 296, + 618 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 298, + 916, + 1406, + 916, + 1406, + 1021, + 298, + 1021 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 296, + 1247, + 1408, + 1247, + 1408, + 1374, + 296, + 1374 + ], + "score": 0.975 + }, + { + "category_id": 1, + "poly": [ + 297, + 1819, + 1404, + 1819, + 1404, + 1937, + 297, + 1937 + ], + "score": 0.975 + }, + { + "category_id": 1, + "poly": [ + 291, + 227, + 1404, + 227, + 1404, + 295, + 291, + 295 + ], + "score": 0.951 + }, + { + "category_id": 8, + "poly": [ + 452, + 1471, + 1242, + 1471, + 1242, + 1566, + 452, + 1566 + ], + "score": 0.951 + }, + { + "category_id": 1, + "poly": [ + 296, + 739, + 1402, + 739, + 1402, + 804, + 296, + 804 + ], + "score": 0.95 + }, + { + "category_id": 8, + "poly": [ + 516, + 1968, + 1179, + 1968, + 1179, + 2045, + 516, + 2045 + ], + "score": 0.949 + }, + { + "category_id": 1, + "poly": [ + 292, + 1386, + 1407, + 1386, + 1407, + 1451, + 292, + 1451 + ], + "score": 0.949 + }, + { + "category_id": 1, + "poly": [ + 295, + 1600, + 1351, + 1600, + 1351, + 1675, + 295, + 1675 + ], + "score": 0.946 + }, + { + "category_id": 8, + "poly": [ + 440, + 1056, + 1258, + 1056, + 1258, + 1156, + 440, + 1156 + ], + "score": 0.942 + }, + { + "category_id": 8, + "poly": [ + 567, + 324, + 1129, + 324, + 1129, + 367, + 567, + 367 + ], + "score": 0.938 + }, + { + "category_id": 2, + "poly": [ + 297, + 73, + 858, + 73, + 858, + 106, + 297, + 106 + ], + "score": 0.925 + }, + { + "category_id": 0, + "poly": [ + 303, + 1766, + 787, + 1766, + 787, + 1799, + 303, + 1799 + ], + "score": 0.915 + }, + { + "category_id": 9, + "poly": [ + 1331, + 329, + 1400, + 329, + 1400, + 362, + 1331, + 362 + ], + "score": 0.913 + }, + { + "category_id": 0, + "poly": [ + 302, + 674, + 639, + 674, + 639, + 706, + 302, + 706 + ], + "score": 0.906 + }, + { + "category_id": 9, + "poly": [ + 1330, + 1084, + 1401, + 1084, + 1401, + 1118, + 1330, + 1118 + ], + "score": 0.889 + }, + { + "category_id": 0, + "poly": [ + 300, + 858, + 1072, + 858, + 1072, + 892, + 300, + 892 + ], + "score": 0.868 + }, + { + "category_id": 2, + "poly": [ + 834, + 2087, + 866, + 2087, + 866, + 2114, + 834, + 2114 + ], + "score": 0.718 + }, + { + "category_id": 2, + "poly": [ + 1375, + 1621, + 1403, + 1621, + 1403, + 1651, + 1375, + 1651 + ], + "score": 0.71 + }, + { + "category_id": 2, + "poly": [ + 834, + 2087, + 866, + 2087, + 866, + 2114, + 834, + 2114 + ], + "score": 0.321 + }, + { + "category_id": 14, + "poly": [ + 451, + 1469, + 1246, + 1469, + 1246, + 1567, + 451, + 1567 + ], + "score": 0.95, + "latex": "2 \\sum _ { k = 0 } ^ { d _ { 0 } - 1 } \\left( \\begin{array} { c } { { N - 1 } } \\\\ { { k } } \\end{array} \\right) \\stackrel { \\left( 1 \\right) } { \\leq } 2 \\sum _ { k = 0 } ^ { d _ { 0 } - 1 } \\left( N - 1 \\right) ^ { k } \\stackrel { \\left( 2 \\right) } { \\leq } 2 \\frac { \\left( N - 1 \\right) ^ { d _ { 0 } } - 1 } { N - 2 } \\leq 2 N ^ { d _ { 0 } } ." + }, + { + "category_id": 13, + "poly": [ + 534, + 554, + 577, + 554, + 577, + 585, + 534, + 585 + ], + "score": 0.93, + "latex": "\\mathbf { G } _ { S }" + }, + { + "category_id": 13, + "poly": [ + 1037, + 917, + 1400, + 917, + 1400, + 957, + 1037, + 957 + ], + "score": 0.93, + "latex": "\\mathbf { X } = \\left[ \\mathbf { x } ^ { ( 1 ) } , \\ldots , \\mathbf { x } ^ { ( N ) } \\right] \\in \\mathbb { R } ^ { d _ { 0 } \\times N }" + }, + { + "category_id": 13, + "poly": [ + 657, + 1601, + 829, + 1601, + 829, + 1676, + 657, + 1676 + ], + "score": 0.92, + "latex": "\\left( \\begin{array} { c } { { N } } \\\\ { { k } } \\end{array} \\right) \\le N ^ { k }" + }, + { + "category_id": 14, + "poly": [ + 436, + 1052, + 1258, + 1052, + 1258, + 1156, + 436, + 1156 + ], + "score": 0.92, + "latex": "\\sum _ { \\mathbf { h } \\in \\{ - 1 , 1 \\} ^ { N } } \\mathscr { T } \\left( \\exists \\mathbf { w } : \\mathrm { s i g n } \\left( \\mathbf { w } ^ { \\top } \\mathbf { X } \\right) = \\mathbf { h } ^ { \\top } \\right) \\leq 2 \\sum _ { k = 0 } ^ { d _ { 0 } - 1 } \\left( \\begin{array} { l } { N - 1 } \\\\ { k } \\end{array} \\right) \\leq 2 N ^ { d _ { 0 } } ." + }, + { + "category_id": 13, + "poly": [ + 1224, + 553, + 1354, + 553, + 1354, + 589, + 1224, + 589 + ], + "score": 0.92, + "latex": "\\| \\mathbf { v } \\| _ { 0 } = | S |" + }, + { + "category_id": 13, + "poly": [ + 298, + 1863, + 609, + 1863, + 609, + 1909, + 298, + 1909 + ], + "score": 0.92, + "latex": "\\left[ \\mathbf { w } _ { 1 } ^ { \\top } , \\ldots , \\mathbf { w } _ { d _ { 1 } } ^ { \\top } \\right] ^ { \\top } \\in \\mathbb { R } ^ { d _ { 1 } \\times d _ { 0 } }" + }, + { + "category_id": 14, + "poly": [ + 518, + 1968, + 1179, + 1968, + 1179, + 2045, + 518, + 2045 + ], + "score": 0.92, + "latex": "\\begin{array} { r } { \\mathbb { P } \\left( \\operatorname { s i g n } \\left( { \\mathbf { W } } { \\mathbf { X } } \\right) = { \\mathbf { H } } \\right) \\leq \\left( \\begin{array} { c } { k } \\\\ { \\lfloor k / 2 \\rfloor } \\end{array} \\right) \\mathbb { P } \\left( { \\mathbf { W } } { \\mathbf { X } } _ { [ \\lfloor k / 2 \\rfloor ] } > 0 \\right) . } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 371, + 399, + 534, + 399, + 534, + 433, + 371, + 433 + ], + "score": 0.92, + "latex": "\\mathbf { R } ^ { \\prime } = \\mathbf { R } \\otimes \\mathbf { I } _ { d _ { 0 } }" + }, + { + "category_id": 13, + "poly": [ + 1059, + 551, + 1162, + 551, + 1162, + 583, + 1059, + 583 + ], + "score": 0.92, + "latex": "\\mathbf { v } \\in \\mathbb { R } ^ { | S | }" + }, + { + "category_id": 13, + "poly": [ + 494, + 1819, + 934, + 1819, + 934, + 1867, + 494, + 1867 + ], + "score": 0.92, + "latex": "\\mathbf { H } = \\left[ \\mathbf { h } _ { 1 } ^ { \\top } , \\ldots , \\mathbf { h } _ { d _ { 1 } } ^ { \\top } \\right] ^ { \\top } \\in \\{ - 1 , 1 \\} ^ { d _ { 1 } \\times k }" + }, + { + "category_id": 13, + "poly": [ + 459, + 261, + 645, + 261, + 645, + 293, + 459, + 293 + ], + "score": 0.92, + "latex": "\\mathbf { G } _ { S } = \\mathbf { A } _ { S } \\circ \\mathbf { X } _ { S }" + }, + { + "category_id": 13, + "poly": [ + 1267, + 1869, + 1400, + 1869, + 1400, + 1901, + 1267, + 1901 + ], + "score": 0.91, + "latex": "\\mathbf { X } \\in \\mathbb { R } ^ { d _ { 0 } \\times k }" + }, + { + "category_id": 13, + "poly": [ + 297, + 585, + 410, + 585, + 410, + 616, + 297, + 616 + ], + "score": 0.91, + "latex": "\\mathbf { G } _ { S } \\mathbf { v } = 0" + }, + { + "category_id": 13, + "poly": [ + 888, + 461, + 948, + 461, + 948, + 492, + 888, + 492 + ], + "score": 0.9, + "latex": "d _ { 0 } d _ { S }" + }, + { + "category_id": 13, + "poly": [ + 562, + 923, + 649, + 923, + 649, + 953, + 562, + 953 + ], + "score": 0.9, + "latex": "{ \\mathbf w } \\in d _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 552, + 431, + 596, + 431, + 596, + 460, + 552, + 460 + ], + "score": 0.9, + "latex": "\\mathbf { G } _ { S }" + }, + { + "category_id": 13, + "poly": [ + 671, + 461, + 715, + 461, + 715, + 492, + 671, + 492 + ], + "score": 0.9, + "latex": "\\mathbf { G } _ { S }" + }, + { + "category_id": 13, + "poly": [ + 298, + 462, + 357, + 462, + 357, + 492, + 298, + 492 + ], + "score": 0.9, + "latex": "d _ { 0 } d _ { S }" + }, + { + "category_id": 13, + "poly": [ + 1318, + 1389, + 1397, + 1389, + 1397, + 1419, + 1318, + 1419 + ], + "score": 0.89, + "latex": "N \\geq 3" + }, + { + "category_id": 13, + "poly": [ + 737, + 1389, + 817, + 1389, + 817, + 1417, + 737, + 1417 + ], + "score": 0.89, + "latex": "N = 1" + }, + { + "category_id": 13, + "poly": [ + 867, + 1389, + 946, + 1389, + 946, + 1417, + 867, + 1417 + ], + "score": 0.89, + "latex": "N = 2" + }, + { + "category_id": 13, + "poly": [ + 1116, + 460, + 1248, + 460, + 1248, + 494, + 1116, + 494 + ], + "score": 0.89, + "latex": "| S | > d _ { 0 } d _ { S }" + }, + { + "category_id": 14, + "poly": [ + 569, + 325, + 1129, + 325, + 1129, + 366, + 569, + 366 + ], + "score": 0.89, + "latex": "\\mathbf { G } _ { S } ^ { \\prime } = ( \\mathbf { R } \\mathbf { A } _ { S } ) \\circ \\mathbf { X } _ { S } = \\mathbf { R } ^ { \\prime } \\left( \\mathbf { A } _ { S } \\circ \\mathbf { X } _ { S } \\right) = \\mathbf { R } ^ { \\prime } \\mathbf { G } _ { S } ," + }, + { + "category_id": 13, + "poly": [ + 1224, + 430, + 1268, + 430, + 1268, + 462, + 1224, + 462 + ], + "score": 0.89, + "latex": "\\mathbf { G } _ { S } ^ { \\prime }" + }, + { + "category_id": 13, + "poly": [ + 1197, + 232, + 1231, + 232, + 1231, + 261, + 1197, + 261 + ], + "score": 0.88, + "latex": "d _ { S }" + }, + { + "category_id": 13, + "poly": [ + 338, + 431, + 368, + 431, + 368, + 460, + 338, + 460 + ], + "score": 0.88, + "latex": "d _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 1052, + 431, + 1082, + 431, + 1082, + 460, + 1052, + 460 + ], + "score": 0.88, + "latex": "d _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 1025, + 231, + 1092, + 231, + 1092, + 261, + 1025, + 261 + ], + "score": 0.88, + "latex": "\\mathbf { R A } _ { S }" + }, + { + "category_id": 13, + "poly": [ + 1330, + 1829, + 1404, + 1829, + 1404, + 1862, + 1330, + 1862 + ], + "score": 0.85, + "latex": "{ \\textbf { W } } =" + }, + { + "category_id": 13, + "poly": [ + 1260, + 462, + 1305, + 462, + 1305, + 492, + 1260, + 492 + ], + "score": 0.85, + "latex": "\\mathbf { G } _ { S }" + }, + { + "category_id": 13, + "poly": [ + 638, + 522, + 660, + 522, + 660, + 549, + 638, + 549 + ], + "score": 0.81, + "latex": "S" + }, + { + "category_id": 13, + "poly": [ + 1205, + 264, + 1226, + 264, + 1226, + 289, + 1205, + 289 + ], + "score": 0.79, + "latex": "S" + }, + { + "category_id": 13, + "poly": [ + 940, + 954, + 1084, + 954, + 1084, + 993, + 940, + 993 + ], + "score": 0.78, + "latex": "\\mathrm { s i g n } \\left( \\mathbf { w } ^ { \\top } \\mathbf { X } \\right)" + }, + { + "category_id": 13, + "poly": [ + 1145, + 263, + 1172, + 263, + 1172, + 289, + 1145, + 289 + ], + "score": 0.72, + "latex": "\\mathbf { G }" + }, + { + "category_id": 13, + "poly": [ + 1314, + 492, + 1343, + 492, + 1343, + 519, + 1314, + 519 + ], + "score": 0.65, + "latex": "\\mathbf { G }" + }, + { + "category_id": 13, + "poly": [ + 1221, + 401, + 1249, + 401, + 1249, + 427, + 1221, + 427 + ], + "score": 0.64, + "latex": "\\mathbf { R }" + }, + { + "category_id": 13, + "poly": [ + 1278, + 1281, + 1305, + 1281, + 1305, + 1309, + 1278, + 1309 + ], + "score": 0.58, + "latex": "\\mathbf { X }" + }, + { + "category_id": 13, + "poly": [ + 789, + 1282, + 817, + 1282, + 817, + 1309, + 789, + 1309 + ], + "score": 0.56, + "latex": "\\mathbf { X }" + }, + { + "category_id": 13, + "poly": [ + 880, + 232, + 907, + 232, + 907, + 259, + 880, + 259 + ], + "score": 0.55, + "latex": "\\mathbf { R }" + }, + { + "category_id": 13, + "poly": [ + 1047, + 521, + 1075, + 521, + 1075, + 548, + 1047, + 548 + ], + "score": 0.53, + "latex": "\\mathbf { G }" + }, + { + "category_id": 13, + "poly": [ + 646, + 1312, + 673, + 1312, + 673, + 1339, + 646, + 1339 + ], + "score": 0.44, + "latex": "\\mathbf { X }" + }, + { + "category_id": 13, + "poly": [ + 813, + 491, + 841, + 491, + 841, + 519, + 813, + 519 + ], + "score": 0.37, + "latex": "\\mathbf { G }" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 859.0, + 72.0, + 859.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1765.0, + 789.0, + 1765.0, + 789.0, + 1802.0, + 297.0, + 1802.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 671.0, + 641.0, + 671.0, + 641.0, + 711.0, + 296.0, + 711.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 859.0, + 1073.0, + 859.0, + 1073.0, + 892.0, + 298.0, + 892.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 830.0, + 2085.0, + 870.0, + 2085.0, + 870.0, + 2124.0, + 830.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1378.0, + 1626.0, + 1403.0, + 1626.0, + 1403.0, + 1653.0, + 1378.0, + 1653.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 830.0, + 2085.0, + 870.0, + 2085.0, + 870.0, + 2124.0, + 830.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 399.0, + 370.0, + 399.0, + 370.0, + 434.0, + 295.0, + 434.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 535.0, + 399.0, + 1220.0, + 399.0, + 1220.0, + 434.0, + 535.0, + 434.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1250.0, + 399.0, + 1404.0, + 399.0, + 1404.0, + 434.0, + 1250.0, + 434.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 428.0, + 337.0, + 428.0, + 337.0, + 467.0, + 294.0, + 467.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 369.0, + 428.0, + 551.0, + 428.0, + 551.0, + 467.0, + 369.0, + 467.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 597.0, + 428.0, + 1051.0, + 428.0, + 1051.0, + 467.0, + 597.0, + 467.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1083.0, + 428.0, + 1223.0, + 428.0, + 1223.0, + 467.0, + 1083.0, + 467.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1269.0, + 428.0, + 1408.0, + 428.0, + 1408.0, + 467.0, + 1269.0, + 467.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 458.0, + 297.0, + 458.0, + 297.0, + 497.0, + 294.0, + 497.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 358.0, + 458.0, + 670.0, + 458.0, + 670.0, + 497.0, + 358.0, + 497.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 716.0, + 458.0, + 887.0, + 458.0, + 887.0, + 497.0, + 716.0, + 497.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 949.0, + 458.0, + 1115.0, + 458.0, + 1115.0, + 497.0, + 949.0, + 497.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1249.0, + 458.0, + 1259.0, + 458.0, + 1259.0, + 497.0, + 1249.0, + 497.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1306.0, + 458.0, + 1407.0, + 458.0, + 1407.0, + 497.0, + 1306.0, + 497.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 487.0, + 812.0, + 487.0, + 812.0, + 526.0, + 293.0, + 526.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 842.0, + 487.0, + 1313.0, + 487.0, + 1313.0, + 526.0, + 842.0, + 526.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1344.0, + 487.0, + 1406.0, + 487.0, + 1406.0, + 526.0, + 1344.0, + 526.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 520.0, + 637.0, + 520.0, + 637.0, + 555.0, + 294.0, + 555.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 661.0, + 520.0, + 1046.0, + 520.0, + 1046.0, + 555.0, + 661.0, + 555.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1076.0, + 520.0, + 1407.0, + 520.0, + 1407.0, + 555.0, + 1076.0, + 555.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 547.0, + 533.0, + 547.0, + 533.0, + 590.0, + 293.0, + 590.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 578.0, + 547.0, + 1058.0, + 547.0, + 1058.0, + 590.0, + 578.0, + 590.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1163.0, + 547.0, + 1223.0, + 547.0, + 1223.0, + 590.0, + 1163.0, + 590.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1355.0, + 547.0, + 1407.0, + 547.0, + 1407.0, + 590.0, + 1355.0, + 590.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 411.0, + 584.0, + 883.0, + 584.0, + 883.0, + 619.0, + 411.0, + 619.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1373.0, + 585.0, + 1404.0, + 585.0, + 1404.0, + 616.0, + 1373.0, + 616.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 915.0, + 561.0, + 915.0, + 561.0, + 957.0, + 289.0, + 957.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 650.0, + 915.0, + 1036.0, + 915.0, + 1036.0, + 957.0, + 650.0, + 957.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1401.0, + 915.0, + 1404.0, + 915.0, + 1404.0, + 957.0, + 1401.0, + 957.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 954.0, + 939.0, + 954.0, + 939.0, + 994.0, + 293.0, + 994.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1085.0, + 954.0, + 1404.0, + 954.0, + 1404.0, + 994.0, + 1085.0, + 994.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 988.0, + 624.0, + 988.0, + 624.0, + 1024.0, + 295.0, + 1024.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1249.0, + 1406.0, + 1249.0, + 1406.0, + 1286.0, + 294.0, + 1286.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1279.0, + 788.0, + 1279.0, + 788.0, + 1314.0, + 293.0, + 1314.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 818.0, + 1279.0, + 1277.0, + 1279.0, + 1277.0, + 1314.0, + 818.0, + 1314.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1306.0, + 1279.0, + 1405.0, + 1279.0, + 1405.0, + 1314.0, + 1306.0, + 1314.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1309.0, + 645.0, + 1309.0, + 645.0, + 1347.0, + 293.0, + 1347.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 674.0, + 1309.0, + 1408.0, + 1309.0, + 1408.0, + 1347.0, + 674.0, + 1347.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1342.0, + 819.0, + 1342.0, + 819.0, + 1376.0, + 294.0, + 1376.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1817.0, + 493.0, + 1817.0, + 493.0, + 1868.0, + 292.0, + 1868.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 935.0, + 1817.0, + 1329.0, + 1817.0, + 1329.0, + 1868.0, + 935.0, + 1868.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 610.0, + 1862.0, + 1266.0, + 1862.0, + 1266.0, + 1909.0, + 610.0, + 1909.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1401.0, + 1862.0, + 1407.0, + 1862.0, + 1407.0, + 1909.0, + 1401.0, + 1909.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1900.0, + 1125.0, + 1900.0, + 1125.0, + 1939.0, + 294.0, + 1939.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 231.0, + 879.0, + 231.0, + 879.0, + 264.0, + 297.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 908.0, + 231.0, + 1024.0, + 231.0, + 1024.0, + 264.0, + 908.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1093.0, + 231.0, + 1196.0, + 231.0, + 1196.0, + 264.0, + 1093.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1232.0, + 231.0, + 1406.0, + 231.0, + 1406.0, + 264.0, + 1232.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 260.0, + 458.0, + 260.0, + 458.0, + 296.0, + 297.0, + 296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 646.0, + 260.0, + 1144.0, + 260.0, + 1144.0, + 296.0, + 646.0, + 296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1173.0, + 260.0, + 1204.0, + 260.0, + 1204.0, + 296.0, + 1173.0, + 296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1227.0, + 260.0, + 1342.0, + 260.0, + 1342.0, + 296.0, + 1227.0, + 296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 739.0, + 1404.0, + 739.0, + 1404.0, + 777.0, + 294.0, + 777.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 772.0, + 985.0, + 772.0, + 985.0, + 802.0, + 295.0, + 802.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1384.0, + 736.0, + 1384.0, + 736.0, + 1426.0, + 291.0, + 1426.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 818.0, + 1384.0, + 866.0, + 1384.0, + 866.0, + 1426.0, + 818.0, + 1426.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 947.0, + 1384.0, + 1317.0, + 1384.0, + 1317.0, + 1426.0, + 947.0, + 1426.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1398.0, + 1384.0, + 1410.0, + 1384.0, + 1410.0, + 1426.0, + 1398.0, + 1426.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1414.0, + 398.0, + 1414.0, + 398.0, + 1456.0, + 292.0, + 1456.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 285.0, + 1601.0, + 656.0, + 1601.0, + 656.0, + 1671.0, + 285.0, + 1671.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 830.0, + 1606.0, + 1358.0, + 1606.0, + 1358.0, + 1664.0, + 830.0, + 1664.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 21, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 295, + 1836, + 1408, + 1836, + 1408, + 2045, + 295, + 2045 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 296, + 1642, + 1408, + 1642, + 1408, + 1739, + 296, + 1739 + ], + "score": 0.968 + }, + { + "category_id": 1, + "poly": [ + 362, + 810, + 1406, + 810, + 1406, + 960, + 362, + 960 + ], + "score": 0.965 + }, + { + "category_id": 1, + "poly": [ + 362, + 1170, + 1404, + 1170, + 1404, + 1269, + 362, + 1269 + ], + "score": 0.958 + }, + { + "category_id": 8, + "poly": [ + 698, + 1507, + 995, + 1507, + 995, + 1585, + 698, + 1585 + ], + "score": 0.946 + }, + { + "category_id": 1, + "poly": [ + 298, + 1454, + 737, + 1454, + 737, + 1488, + 298, + 1488 + ], + "score": 0.923 + }, + { + "category_id": 2, + "poly": [ + 297, + 73, + 858, + 73, + 858, + 106, + 297, + 106 + ], + "score": 0.919 + }, + { + "category_id": 1, + "poly": [ + 363, + 756, + 812, + 756, + 812, + 790, + 363, + 790 + ], + "score": 0.913 + }, + { + "category_id": 1, + "poly": [ + 297, + 229, + 616, + 229, + 616, + 263, + 297, + 263 + ], + "score": 0.913 + }, + { + "category_id": 8, + "poly": [ + 452, + 1754, + 1247, + 1754, + 1247, + 1803, + 452, + 1803 + ], + "score": 0.912 + }, + { + "category_id": 1, + "poly": [ + 296, + 691, + 369, + 691, + 369, + 721, + 296, + 721 + ], + "score": 0.909 + }, + { + "category_id": 1, + "poly": [ + 359, + 1117, + 1229, + 1117, + 1229, + 1154, + 359, + 1154 + ], + "score": 0.907 + }, + { + "category_id": 1, + "poly": [ + 364, + 1065, + 811, + 1065, + 811, + 1100, + 364, + 1100 + ], + "score": 0.907 + }, + { + "category_id": 8, + "poly": [ + 295, + 280, + 1394, + 280, + 1394, + 678, + 295, + 678 + ], + "score": 0.906 + }, + { + "category_id": 1, + "poly": [ + 296, + 1601, + 446, + 1601, + 446, + 1633, + 296, + 1633 + ], + "score": 0.9 + }, + { + "category_id": 1, + "poly": [ + 359, + 977, + 1395, + 977, + 1395, + 1047, + 359, + 1047 + ], + "score": 0.897 + }, + { + "category_id": 2, + "poly": [ + 834, + 2087, + 865, + 2087, + 865, + 2113, + 834, + 2113 + ], + "score": 0.866 + }, + { + "category_id": 2, + "poly": [ + 1374, + 1300, + 1403, + 1300, + 1403, + 1331, + 1374, + 1331 + ], + "score": 0.825 + }, + { + "category_id": 0, + "poly": [ + 302, + 1370, + 1404, + 1370, + 1404, + 1434, + 302, + 1434 + ], + "score": 0.641 + }, + { + "category_id": 1, + "poly": [ + 302, + 1370, + 1404, + 1370, + 1404, + 1434, + 302, + 1434 + ], + "score": 0.378 + }, + { + "category_id": 14, + "poly": [ + 698, + 1506, + 1001, + 1506, + 1001, + 1584, + 698, + 1584 + ], + "score": 0.94, + "latex": "a \\left( u \\right) \\triangleq \\left\\{ \\begin{array} { l l } { 1 } & { , \\mathrm { i f } , u > 0 } \\\\ { \\rho } & { , \\mathrm { i f } u < 0 } \\end{array} \\right. ." + }, + { + "category_id": 13, + "poly": [ + 595, + 1233, + 735, + 1233, + 735, + 1268, + 595, + 1268 + ], + "score": 0.93, + "latex": "S = [ \\lfloor k / 2 \\rfloor ]" + }, + { + "category_id": 13, + "poly": [ + 502, + 1838, + 818, + 1838, + 818, + 1877, + 502, + 1877 + ], + "score": 0.93, + "latex": "\\mathbf { A } = a \\left( \\mathbf { W } \\mathbf { X } \\right) \\in \\{ \\rho , 1 \\} ^ { d _ { 1 } \\times k }" + }, + { + "category_id": 13, + "poly": [ + 408, + 1971, + 491, + 1971, + 491, + 2045, + 408, + 2045 + ], + "score": 0.92, + "latex": "\\left( \\begin{array} { l } { k } \\\\ { r } \\end{array} \\right)" + }, + { + "category_id": 13, + "poly": [ + 507, + 978, + 694, + 978, + 694, + 1036, + 507, + 1036 + ], + "score": 0.92, + "latex": "\\left| \\hat { S } \\left( \\mathbf { h } \\right) \\right| \\ge \\lfloor k / 2 \\rfloor" + }, + { + "category_id": 13, + "poly": [ + 529, + 810, + 927, + 810, + 927, + 851, + 529, + 851 + ], + "score": 0.92, + "latex": "\\hat { S } _ { \\pm } \\left( \\mathbf { h } \\right) \\ \\triangleq \\ \\left\\{ S \\subset \\left[ k \\right] : \\pm \\mathbf { h } _ { S } ^ { \\top } > 0 \\right\\}" + }, + { + "category_id": 13, + "poly": [ + 976, + 1874, + 1070, + 1874, + 1070, + 1946, + 976, + 1946 + ], + "score": 0.92, + "latex": "\\left( \\begin{array} { c } { d _ { 1 } } \\\\ { r } \\end{array} \\right)" + }, + { + "category_id": 13, + "poly": [ + 1094, + 885, + 1405, + 885, + 1405, + 923, + 1094, + 923 + ], + "score": 0.91, + "latex": "\\forall S : \\mathbb { P } \\left( \\mathbf { w } _ { i } ^ { \\top } \\mathbf { X } _ { S } > 0 | \\mathbf { X } \\right) =" + }, + { + "category_id": 13, + "poly": [ + 605, + 849, + 670, + 849, + 670, + 887, + 605, + 887 + ], + "score": 0.91, + "latex": "\\hat { S } \\left( \\mathbf { h } \\right)" + }, + { + "category_id": 14, + "poly": [ + 310, + 278, + 1411, + 278, + 1411, + 678, + 310, + 678 + ], + "score": 0.91, + "latex": "\\begin{array} { r l } { \\displaystyle \\widehat { \\mathbf { \\xi } } \\displaystyle \\geq ( \\mathrm { s i g n } ( \\mathbf { W X } ) = \\mathbf { H } ) = } & { \\displaystyle \\mathbb { E } [ \\mathbb { P } ( \\mathrm { s i g n } ( \\mathbf { W X } ) = \\mathbf { H } \\vert \\mathbf { X } ) ] \\stackrel { ( 1 ) } { = } \\mathbb { E } [ \\displaystyle \\prod _ { i = 1 } ^ { d } \\mathbb { P } ( \\mathrm { s i g n } ( \\mathbf { w } _ { i } ^ { \\top } \\mathbf { X } ) = \\mathbf { h } _ { i } ^ { \\top } \\vert \\mathbf { X } ) ] } \\\\ & { \\stackrel { ( 2 ) } { \\leq } \\mathbb { E } [ \\displaystyle \\prod _ { i = 1 } ^ { d _ { 1 } } \\mathbb { P } ( \\mathbf { w } _ { i } ^ { \\top } \\mathbf { X } _ { \\delta ( \\mathbf { h } _ { i } ) } > 0 \\vert \\mathbf { X } ) ] \\stackrel { ( 3 ) } { \\leq } \\mathbb { E } [ \\displaystyle \\prod _ { i = 1 } ^ { d _ { 1 } } \\mathbb { P } ( \\mathbf { w } _ { i } ^ { \\top } \\mathbf { X } _ { S _ { i } } > 0 \\vert \\mathbf { X } ) ] } \\\\ & { \\stackrel { ( 4 ) } { = } \\mathbb { E } [ \\mathbb { P } ( \\mathbf { W X } _ { S _ { s } } > 0 \\vert \\mathbf { X } ) ] \\stackrel { ( 5 ) } { \\leq } \\mathbb { E } [ \\displaystyle \\sum _ { S \\geq [ R _ { 1 } ] : S \\mid = \\lfloor k / 2 \\rfloor } } \\\\ & { = \\displaystyle \\sum _ { S \\leq [ k ] : S = \\lfloor k / 2 \\rfloor } \\mathbb { E } [ \\mathbb { P } ( \\mathbf { W X } _ { S } > 0 \\vert \\mathbf { X } ) ] \\stackrel { ( 6 ) } { = } ( \\begin{array} { l } { k } \\\\ { \\lfloor k / 2 \\rfloor } \\end{array} ) \\mathbb { P } ( \\mathbf { W } _ { \\mathbf { X } _ { \\lfloor k / 2 \\rfloor } } > 0 ) . } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 1181, + 1843, + 1279, + 1843, + 1279, + 1877, + 1181, + 1877 + ], + "score": 0.91, + "latex": "( \\mathbf { A } ) = r" + }, + { + "category_id": 13, + "poly": [ + 764, + 1641, + 907, + 1641, + 907, + 1672, + 764, + 1672 + ], + "score": 0.91, + "latex": "\\mathbf { X } \\in \\mathbb { R } ^ { d _ { 0 } \\times k }" + }, + { + "category_id": 13, + "poly": [ + 497, + 1704, + 693, + 1704, + 693, + 1738, + 497, + 1738 + ], + "score": 0.91, + "latex": "\\operatorname* { m i n } \\left[ k , d _ { 0 } , d _ { 1 } \\right] \\dot { > } r" + }, + { + "category_id": 13, + "poly": [ + 396, + 919, + 611, + 919, + 611, + 959, + 396, + 959 + ], + "score": 0.9, + "latex": "\\mathbb { P } \\left( \\mathbf { w } _ { i } ^ { \\top } \\mathbf { X } _ { S } < 0 | \\mathbf { X } \\right)" + }, + { + "category_id": 13, + "poly": [ + 371, + 1602, + 439, + 1602, + 439, + 1635, + 371, + 1635 + ], + "score": 0.9, + "latex": "\\rho \\neq 1" + }, + { + "category_id": 13, + "poly": [ + 768, + 1071, + 803, + 1071, + 803, + 1097, + 768, + 1097 + ], + "score": 0.9, + "latex": "\\mathbf { w } _ { i }" + }, + { + "category_id": 13, + "poly": [ + 695, + 1673, + 845, + 1673, + 845, + 1703, + 695, + 1703 + ], + "score": 0.89, + "latex": "\\mathbf { W } \\in \\mathbb { R } ^ { d _ { 1 } \\times d _ { 0 } }" + }, + { + "category_id": 13, + "poly": [ + 515, + 1455, + 566, + 1455, + 566, + 1489, + 515, + 1489 + ], + "score": 0.89, + "latex": "a \\left( \\cdot \\right)" + }, + { + "category_id": 14, + "poly": [ + 450, + 1753, + 1247, + 1753, + 1247, + 1801, + 450, + 1801 + ], + "score": 0.87, + "latex": "\\begin{array} { r } { \\mathbb { P } \\left( \\mathrm { r a n k } \\left( a \\left( \\mathbf { W } \\mathbf { X } \\right) \\right) = r \\right) \\dot { \\leq } 2 ^ { k + r d _ { 0 } ( \\log d _ { 1 } + \\log k ) + r ^ { 2 } } \\mathbb { P } \\left( \\mathbf { W } \\mathbf { X } _ { [ \\lfloor k / 2 \\rfloor ] } > 0 \\right) . } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 768, + 762, + 803, + 762, + 803, + 788, + 768, + 788 + ], + "score": 0.87, + "latex": "\\mathbf { w } _ { i }" + }, + { + "category_id": 13, + "poly": [ + 1240, + 857, + 1276, + 857, + 1276, + 885, + 1240, + 885 + ], + "score": 0.85, + "latex": "\\mathbf { w } _ { i }" + }, + { + "category_id": 13, + "poly": [ + 697, + 1205, + 718, + 1205, + 718, + 1231, + 697, + 1231 + ], + "score": 0.83, + "latex": "S" + }, + { + "category_id": 13, + "poly": [ + 915, + 1949, + 930, + 1949, + 930, + 1968, + 915, + 1968 + ], + "score": 0.76, + "latex": "r" + }, + { + "category_id": 13, + "poly": [ + 795, + 2000, + 811, + 2000, + 811, + 2017, + 795, + 2017 + ], + "score": 0.75, + "latex": "r" + }, + { + "category_id": 13, + "poly": [ + 445, + 1901, + 460, + 1901, + 460, + 1921, + 445, + 1921 + ], + "score": 0.72, + "latex": "r" + }, + { + "category_id": 13, + "poly": [ + 1384, + 1900, + 1401, + 1900, + 1401, + 1921, + 1384, + 1921 + ], + "score": 0.67, + "latex": "r" + }, + { + "category_id": 13, + "poly": [ + 722, + 1174, + 749, + 1174, + 749, + 1201, + 722, + 1201 + ], + "score": 0.63, + "latex": "\\mathbf { X }" + }, + { + "category_id": 13, + "poly": [ + 1010, + 1020, + 1176, + 1020, + 1176, + 1047, + 1010, + 1047 + ], + "score": 0.59, + "latex": "S C [ k ] : \\bar { | } S | = \\lfloor k / 2 \\rfloor" + }, + { + "category_id": 13, + "poly": [ + 1172, + 986, + 1388, + 986, + 1388, + 1024, + 1172, + 1024 + ], + "score": 0.59, + "latex": "\\mathbb { P } \\left( \\mathbf { w } _ { i } ^ { \\top } \\mathbf { X } _ { S } > 0 | \\mathbf { X } \\right)" + }, + { + "category_id": 13, + "poly": [ + 1008, + 1174, + 1036, + 1174, + 1036, + 1200, + 1008, + 1200 + ], + "score": 0.42, + "latex": "\\mathbf { X }" + }, + { + "category_id": 13, + "poly": [ + 1191, + 817, + 1215, + 817, + 1215, + 844, + 1191, + 844 + ], + "score": 0.36, + "latex": "\\mathbf { h }" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 859.0, + 72.0, + 859.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 830.0, + 2084.0, + 870.0, + 2084.0, + 870.0, + 2123.0, + 830.0, + 2123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1377.0, + 1305.0, + 1403.0, + 1305.0, + 1403.0, + 1333.0, + 1377.0, + 1333.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 1371.0, + 1405.0, + 1371.0, + 1405.0, + 1403.0, + 298.0, + 1403.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 401.0, + 1406.0, + 656.0, + 1406.0, + 656.0, + 1434.0, + 401.0, + 1434.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 1829.0, + 501.0, + 1829.0, + 501.0, + 1884.0, + 289.0, + 1884.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 819.0, + 1829.0, + 1180.0, + 1829.0, + 1180.0, + 1884.0, + 819.0, + 1884.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1280.0, + 1829.0, + 1411.0, + 1829.0, + 1411.0, + 1884.0, + 1280.0, + 1884.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1887.0, + 444.0, + 1887.0, + 444.0, + 1930.0, + 294.0, + 1930.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 461.0, + 1887.0, + 975.0, + 1887.0, + 975.0, + 1930.0, + 461.0, + 1930.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1071.0, + 1890.0, + 1383.0, + 1890.0, + 1383.0, + 1932.0, + 1071.0, + 1932.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1402.0, + 1890.0, + 1407.0, + 1890.0, + 1407.0, + 1932.0, + 1402.0, + 1932.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1939.0, + 914.0, + 1939.0, + 914.0, + 1977.0, + 294.0, + 1977.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 931.0, + 1939.0, + 1407.0, + 1939.0, + 1407.0, + 1977.0, + 931.0, + 1977.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1984.0, + 407.0, + 1984.0, + 407.0, + 2032.0, + 293.0, + 2032.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 492.0, + 1986.0, + 794.0, + 1986.0, + 794.0, + 2032.0, + 492.0, + 2032.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 812.0, + 1986.0, + 1406.0, + 1986.0, + 1406.0, + 2032.0, + 812.0, + 2032.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1638.0, + 763.0, + 1638.0, + 763.0, + 1679.0, + 291.0, + 1679.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 908.0, + 1638.0, + 1409.0, + 1638.0, + 1409.0, + 1679.0, + 908.0, + 1679.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1666.0, + 694.0, + 1666.0, + 694.0, + 1711.0, + 292.0, + 1711.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 846.0, + 1666.0, + 1410.0, + 1666.0, + 1410.0, + 1711.0, + 846.0, + 1711.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1702.0, + 496.0, + 1702.0, + 496.0, + 1739.0, + 293.0, + 1739.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 694.0, + 1702.0, + 703.0, + 1702.0, + 703.0, + 1739.0, + 694.0, + 1739.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 356.0, + 808.0, + 528.0, + 808.0, + 528.0, + 852.0, + 356.0, + 852.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 928.0, + 808.0, + 1190.0, + 808.0, + 1190.0, + 852.0, + 928.0, + 852.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1216.0, + 808.0, + 1410.0, + 808.0, + 1410.0, + 852.0, + 1216.0, + 852.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 852.0, + 604.0, + 852.0, + 604.0, + 886.0, + 394.0, + 886.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 671.0, + 852.0, + 1239.0, + 852.0, + 1239.0, + 886.0, + 671.0, + 886.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1277.0, + 852.0, + 1407.0, + 852.0, + 1407.0, + 886.0, + 1277.0, + 886.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 883.0, + 1093.0, + 883.0, + 1093.0, + 923.0, + 392.0, + 923.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 390.0, + 916.0, + 395.0, + 916.0, + 395.0, + 962.0, + 390.0, + 962.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 612.0, + 916.0, + 623.0, + 916.0, + 623.0, + 962.0, + 612.0, + 962.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 357.0, + 1167.0, + 721.0, + 1167.0, + 721.0, + 1210.0, + 357.0, + 1210.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 750.0, + 1167.0, + 1007.0, + 1167.0, + 1007.0, + 1210.0, + 750.0, + 1210.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1037.0, + 1167.0, + 1405.0, + 1167.0, + 1405.0, + 1210.0, + 1037.0, + 1210.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 1200.0, + 696.0, + 1200.0, + 696.0, + 1241.0, + 393.0, + 1241.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 719.0, + 1200.0, + 1406.0, + 1200.0, + 1406.0, + 1241.0, + 719.0, + 1241.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 1232.0, + 594.0, + 1232.0, + 594.0, + 1270.0, + 394.0, + 1270.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 736.0, + 1232.0, + 747.0, + 1232.0, + 747.0, + 1270.0, + 736.0, + 1270.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1450.0, + 514.0, + 1450.0, + 514.0, + 1495.0, + 293.0, + 1495.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 567.0, + 1450.0, + 740.0, + 1450.0, + 740.0, + 1495.0, + 567.0, + 1495.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 360.0, + 750.0, + 767.0, + 750.0, + 767.0, + 797.0, + 360.0, + 797.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 804.0, + 750.0, + 816.0, + 750.0, + 816.0, + 797.0, + 804.0, + 797.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 229.0, + 618.0, + 229.0, + 618.0, + 266.0, + 296.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 686.0, + 374.0, + 686.0, + 374.0, + 725.0, + 293.0, + 725.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 359.0, + 1114.0, + 1233.0, + 1114.0, + 1233.0, + 1157.0, + 359.0, + 1157.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 357.0, + 1059.0, + 767.0, + 1059.0, + 767.0, + 1107.0, + 357.0, + 1107.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 804.0, + 1059.0, + 816.0, + 1059.0, + 816.0, + 1107.0, + 804.0, + 1107.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1597.0, + 370.0, + 1597.0, + 370.0, + 1638.0, + 295.0, + 1638.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 440.0, + 1597.0, + 451.0, + 1597.0, + 451.0, + 1638.0, + 440.0, + 1638.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 356.0, + 975.0, + 506.0, + 975.0, + 506.0, + 1033.0, + 356.0, + 1033.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 695.0, + 975.0, + 1018.0, + 975.0, + 1018.0, + 1033.0, + 695.0, + 1033.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1041.0, + 984.0, + 1171.0, + 984.0, + 1171.0, + 1027.0, + 1041.0, + 1027.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1389.0, + 984.0, + 1396.0, + 984.0, + 1396.0, + 1027.0, + 1389.0, + 1027.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 1371.0, + 1405.0, + 1371.0, + 1405.0, + 1403.0, + 298.0, + 1403.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 401.0, + 1406.0, + 656.0, + 1406.0, + 656.0, + 1434.0, + 401.0, + 1434.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 22, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 517, + 1406, + 517, + 1406, + 629, + 298, + 629 + ], + "score": 0.969 + }, + { + "category_id": 1, + "poly": [ + 295, + 226, + 1401, + 226, + 1401, + 294, + 295, + 294 + ], + "score": 0.95 + }, + { + "category_id": 8, + "poly": [ + 579, + 299, + 1118, + 299, + 1118, + 372, + 579, + 372 + ], + "score": 0.948 + }, + { + "category_id": 8, + "poly": [ + 297, + 793, + 1640, + 793, + 1640, + 1169, + 297, + 1169 + ], + "score": 0.937 + }, + { + "category_id": 8, + "poly": [ + 401, + 1213, + 1214, + 1213, + 1214, + 1286, + 401, + 1286 + ], + "score": 0.929 + }, + { + "category_id": 2, + "poly": [ + 297, + 73, + 858, + 73, + 858, + 106, + 297, + 106 + ], + "score": 0.927 + }, + { + "category_id": 8, + "poly": [ + 634, + 418, + 1064, + 418, + 1064, + 467, + 634, + 467 + ], + "score": 0.926 + }, + { + "category_id": 8, + "poly": [ + 762, + 628, + 936, + 628, + 936, + 663, + 762, + 663 + ], + "score": 0.924 + }, + { + "category_id": 1, + "poly": [ + 301, + 377, + 1397, + 377, + 1397, + 411, + 301, + 411 + ], + "score": 0.919 + }, + { + "category_id": 1, + "poly": [ + 298, + 1174, + 600, + 1174, + 600, + 1206, + 298, + 1206 + ], + "score": 0.913 + }, + { + "category_id": 1, + "poly": [ + 290, + 1290, + 1282, + 1290, + 1282, + 1325, + 290, + 1325 + ], + "score": 0.913 + }, + { + "category_id": 1, + "poly": [ + 299, + 471, + 770, + 471, + 770, + 507, + 299, + 507 + ], + "score": 0.911 + }, + { + "category_id": 1, + "poly": [ + 289, + 713, + 1321, + 713, + 1321, + 752, + 289, + 752 + ], + "score": 0.909 + }, + { + "category_id": 1, + "poly": [ + 298, + 665, + 739, + 665, + 739, + 699, + 298, + 699 + ], + "score": 0.902 + }, + { + "category_id": 9, + "poly": [ + 1330, + 630, + 1401, + 630, + 1401, + 662, + 1330, + 662 + ], + "score": 0.901 + }, + { + "category_id": 9, + "poly": [ + 1330, + 318, + 1401, + 318, + 1401, + 351, + 1330, + 351 + ], + "score": 0.895 + }, + { + "category_id": 9, + "poly": [ + 1316, + 803, + 1401, + 803, + 1401, + 837, + 1316, + 837 + ], + "score": 0.884 + }, + { + "category_id": 9, + "poly": [ + 1315, + 1232, + 1403, + 1232, + 1403, + 1266, + 1315, + 1266 + ], + "score": 0.875 + }, + { + "category_id": 2, + "poly": [ + 834, + 2087, + 865, + 2087, + 865, + 2113, + 834, + 2113 + ], + "score": 0.864 + }, + { + "category_id": 8, + "poly": [ + 299, + 1332, + 1466, + 1332, + 1466, + 1501, + 299, + 1501 + ], + "score": 0.82 + }, + { + "category_id": 9, + "poly": [ + 1316, + 1962, + 1402, + 1962, + 1402, + 1995, + 1316, + 1995 + ], + "score": 0.816 + }, + { + "category_id": 8, + "poly": [ + 298, + 1507, + 1477, + 1507, + 1477, + 1619, + 298, + 1619 + ], + "score": 0.779 + }, + { + "category_id": 8, + "poly": [ + 295, + 1649, + 1616, + 1649, + 1616, + 1880, + 295, + 1880 + ], + "score": 0.703 + }, + { + "category_id": 8, + "poly": [ + 295, + 1888, + 991, + 1888, + 991, + 1995, + 295, + 1995 + ], + "score": 0.645 + }, + { + "category_id": 1, + "poly": [ + 296, + 2004, + 370, + 2004, + 370, + 2033, + 296, + 2033 + ], + "score": 0.609 + }, + { + "category_id": 8, + "poly": [ + 280, + 1336, + 1618, + 1336, + 1618, + 2004, + 280, + 2004 + ], + "score": 0.36 + }, + { + "category_id": 9, + "poly": [ + 1316, + 1613, + 1402, + 1613, + 1402, + 1645, + 1316, + 1645 + ], + "score": 0.342 + }, + { + "category_id": 8, + "poly": [ + 301, + 799, + 1220, + 799, + 1220, + 1167, + 301, + 1167 + ], + "score": 0.302 + }, + { + "category_id": 1, + "poly": [ + 296, + 802, + 501, + 802, + 501, + 838, + 296, + 838 + ], + "score": 0.168 + }, + { + "category_id": 8, + "poly": [ + 291, + 1650, + 1601, + 1650, + 1601, + 2016, + 291, + 2016 + ], + "score": 0.104 + }, + { + "category_id": 14, + "poly": [ + 400, + 1210, + 1213, + 1210, + 1213, + 1288, + 400, + 1288 + ], + "score": 0.94, + "latex": "\\begin{array} { r } { \\mathbb { P } \\left( \\mathrm { s i g n } \\left( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 1 } \\right) = \\mathbf { H } \\right) \\leq \\left( \\begin{array} { c } { k - r } \\\\ { \\lfloor ( k - r ) / 2 \\rfloor } \\end{array} \\right) \\mathbb { P } \\left( \\mathbf { W } _ { 1 } \\mathbf { X } _ { \\lfloor \\lfloor ( k - r ) / 2 \\rfloor \\rfloor } > 0 \\right) , } \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 576, + 296, + 1117, + 296, + 1117, + 374, + 576, + 374 + ], + "score": 0.93, + "latex": "\\begin{array} { r } { \\tilde { \\mathbf { A } } \\triangleq \\left( \\begin{array} { l l } { \\mathbf { Z } } & { \\mathbf { B } } \\\\ { \\mathbf { C } } & { \\mathbf { D } } \\end{array} \\right) = a \\left( \\begin{array} { l l } { \\mathbf { W } _ { 1 } \\mathbf { X } _ { 1 } } & { \\mathbf { W } _ { 1 } \\mathbf { X } _ { 2 } } \\\\ { \\mathbf { W } _ { 2 } \\mathbf { X } _ { 1 } } & { \\mathbf { W } _ { 2 } \\mathbf { X } _ { 2 } } \\end{array} \\right) , } \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 310, + 795, + 1428, + 795, + 1428, + 1174, + 310, + 1174 + ], + "score": 0.92, + "latex": "\\begin{array} { r l r } & { \\mathbb { P } ( \\mathrm { r a n k } ( \\mathbf { A } ) = r ) } & { ( 1 2 . 1 0 ) } \\\\ & { \\leq ( \\begin{array} { l } { d _ { 1 } } \\\\ { r } \\end{array} ) ( \\begin{array} { l } { k } \\\\ { r } \\end{array} ) \\mathbb { P } ( \\mathrm { r a n k } ( \\bar { \\mathbf { A } } ) = r ) } \\\\ & { \\leq ( \\begin{array} { l } { d _ { 1 } } \\\\ { r } \\end{array} ) ( \\begin{array} { l } { k } \\\\ { r } \\end{array} ) \\mathbb { P } ( \\mathbf { Z } = \\mathbf { B } \\mathbf { D } ^ { - 1 } \\mathbf { C } ) } \\\\ & { = ( \\begin{array} { l } { d _ { 1 } } \\\\ { r } \\end{array} ) ( \\begin{array} { l } { k } \\\\ { r } \\end{array} ) \\mathbb { P } ( a ( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 2 } ) [ a ( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 2 } ) ] ^ { - 1 } a ( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 1 } ) = a ( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 1 } ) ) } \\\\ & = ( \\begin{array} { l } { d _ { 1 } } \\\\ { r } \\end{array} ) ( \\begin{array} { l } { k } \\\\ { r } \\end{array} ) \\underbrace { \\mathrm { H } ( a ( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 2 } ) [ a ( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 2 } ) ] ^ { - 1 } a ( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 1 } ) = a ( \\mathbf { H } ) | \\mathrm { s i g n } ( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 1 } ) = \\mathbf { H } ) \\mathbb { P } ( \\mathrm { s i g n } ( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 2 } ) ) } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 298, + 599, + 432, + 599, + 432, + 632, + 298, + 632 + ], + "score": 0.92, + "latex": "{ \\bf Q } = { \\bf B } { \\bf D } ^ { - 1 }" + }, + { + "category_id": 13, + "poly": [ + 353, + 472, + 505, + 472, + 505, + 505, + 353, + 505 + ], + "score": 0.91, + "latex": "\\mathbf { W } _ { 2 } \\in \\mathbb { R } ^ { r \\times d _ { 0 } }" + }, + { + "category_id": 13, + "poly": [ + 617, + 471, + 762, + 471, + 762, + 506, + 617, + 506 + ], + "score": 0.91, + "latex": "\\mathbf { X } _ { 2 } \\in \\mathbb { R } ^ { d _ { 0 } \\times r }" + }, + { + "category_id": 13, + "poly": [ + 642, + 530, + 720, + 530, + 720, + 560, + 642, + 560 + ], + "score": 0.91, + "latex": "d _ { 1 } - r" + }, + { + "category_id": 14, + "poly": [ + 632, + 414, + 1062, + 414, + 1062, + 466, + 632, + 466 + ], + "score": 0.9, + "latex": "\\mathbf { W } \\triangleq \\left[ \\mathbf { W } _ { 1 } ^ { \\top } , \\mathbf { W } _ { 2 } ^ { \\top } \\right] ^ { \\top } , \\mathbf { X } \\triangleq \\left[ \\mathbf { X } _ { 1 } , \\mathbf { X } _ { 2 } \\right] ," + }, + { + "category_id": 14, + "poly": [ + 311, + 1327, + 1428, + 1327, + 1428, + 1619, + 311, + 1619 + ], + "score": 0.9, + "latex": "\\begin{array} { r l } & { \\qquad \\displaystyle \\sum _ { \\mathbf { H } \\in \\{ - 1 , 1 \\} ^ { ( d _ { 1 } - r ) \\times ( k - r ) } } \\mathbb { P } ( a ( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 2 } ) [ a ( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 2 } ) ] ^ { - 1 } a ( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 1 } ) = a ( \\mathbf { H } ) | \\mathrm { s i g n } ( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 1 } ) = \\mathbf { H } ) } \\\\ { = } & { \\qquad \\displaystyle \\sum _ { \\mathbf { H } \\in \\{ - 1 , 1 \\} ^ { ( d _ { 1 } - r ) \\times ( k - r ) } } \\mathbb { E } [ \\mathbb { P } ( a ( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 2 } ) [ a ( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 2 } ) ] ^ { - 1 } a ( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 1 } ) = a ( \\mathbf { H } ) | \\mathbf { W } _ { 1 } , \\mathbf { X } _ { 1 } ) | \\mathrm { s i g n } ( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 1 } ) = \\mathbf { H } } \\\\ & { \\mathrm { H } _ { 1 } ^ { 1 } [ \\displaystyle \\sum _ { \\mathbf { H } \\in \\{ - 1 , 1 \\} ^ { ( d _ { 1 } - r ) \\times ( k - r ) } } \\mathbb { Z } ( \\exists ( \\mathbf { W } _ { 2 } , \\mathbf { X } _ { 2 } ) : a ( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 2 } ) [ a ( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 2 } ) ] ^ { - 1 } a ( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 1 } ) = a ( \\mathbf { H } ) ) ] \\mathrm { s i g n } ( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 1 } ) = \\mathbf { H } } \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 760, + 623, + 936, + 623, + 936, + 664, + 760, + 664 + ], + "score": 0.9, + "latex": "{ \\bf Z } = { \\bf B } { \\bf D } ^ { - 1 } { \\bf C } ," + }, + { + "category_id": 13, + "poly": [ + 567, + 382, + 631, + 382, + 631, + 408, + 567, + 408 + ], + "score": 0.9, + "latex": "r \\times r" + }, + { + "category_id": 13, + "poly": [ + 676, + 568, + 785, + 568, + 785, + 601, + 676, + 601 + ], + "score": 0.9, + "latex": "\\mathbf { Q C } = \\mathbf { Z }" + }, + { + "category_id": 13, + "poly": [ + 838, + 568, + 951, + 568, + 951, + 602, + 838, + 602 + ], + "score": 0.89, + "latex": "\\mathbf { Q D } = \\mathbf { B }" + }, + { + "category_id": 14, + "poly": [ + 310, + 1652, + 1428, + 1652, + 1428, + 2006, + 310, + 2006 + ], + "score": 0.88, + "latex": "\\begin{array} { r l } & { \\overset { 2 } { \\leq } \\mathbb { R } [ 2 ^ { r ^ { 2 } } [ \\displaystyle \\sum _ { \\mathbf { H } \\in \\{ - 1 , 1 \\} ^ { ( d _ { \\mathbf { X } } _ { 2 } : \\mathrm { ~ s i g n } } } ( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 2 } ) = \\mathbf { H } ) ] [ \\displaystyle \\sum _ { \\mathbf { H } \\in \\{ - 1 , 1 \\} ^ { r \\times ( k - r ) } } \\mathbb { Z } ( \\exists \\mathbf { W } _ { 2 } : \\mathrm { s i g n } ( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 1 } ) = \\mathbf { H } ) ] ] | \\mathrm { s i g n } } \\\\ & { \\leq \\mathbb { R } [ 2 ^ { r ^ { 2 } } [ \\displaystyle \\sum _ { \\mathbf { h } \\in \\{ - 1 , 1 \\} ^ { ( d _ { \\mathbf { X } } : \\mathrm { s i g n } } } ( \\mathbf { W } _ { 1 } \\mathbf { x } ) = \\mathbf { h } ) ] ^ { r } [ \\displaystyle \\sum _ { \\mathbf { h } \\in \\{ - 1 , 1 \\} ^ { ( k - r ) } } \\mathbb { Z } ( \\exists \\mathbf { w } : \\mathrm { s i g n } ( \\mathbf { w } ^ { \\mathsf { T } } \\mathbf { X } _ { 1 } ) = \\mathbf { h } ^ { \\mathsf { T } } ) ] ^ { r } ] | \\mathrm { s i g n } ( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 1 } ) } \\\\ & { \\overset { 3 } { \\leq } \\mathbb { R } [ 2 ^ { r ^ { 2 } } 2 ^ { r d _ { 0 } \\log ( d _ { 1 } - r ) + r _ { 2 } r d _ { 0 } \\log ( k - r ) + r } ] | \\mathrm { s i g n } ( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 1 } ) = \\mathbf { H } ] } \\\\ & { = 2 ^ { r d _ { 0 } [ \\log ( d _ { 1 } - r ) + \\log ( k - r ) ] + r ^ { 2 } + 2 r } , } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 368, + 517, + 538, + 517, + 538, + 574, + 368, + 574 + ], + "score": 0.87, + "latex": "\\mathrm { r a n k } \\left( \\tilde { \\mathbf { A } } \\right) = r" + }, + { + "category_id": 13, + "poly": [ + 534, + 571, + 563, + 571, + 563, + 601, + 534, + 601 + ], + "score": 0.84, + "latex": "\\mathbf { Q }" + }, + { + "category_id": 13, + "poly": [ + 1017, + 713, + 1043, + 713, + 1043, + 746, + 1017, + 746 + ], + "score": 0.83, + "latex": "\\tilde { \\mathbf { A } }" + }, + { + "category_id": 13, + "poly": [ + 1054, + 226, + 1082, + 226, + 1082, + 259, + 1054, + 259 + ], + "score": 0.82, + "latex": "\\tilde { \\mathbf { A } }" + }, + { + "category_id": 13, + "poly": [ + 369, + 380, + 397, + 380, + 397, + 407, + 369, + 407 + ], + "score": 0.76, + "latex": "\\mathbf { D }" + }, + { + "category_id": 13, + "poly": [ + 891, + 380, + 918, + 380, + 918, + 406, + 891, + 406 + ], + "score": 0.75, + "latex": "\\mathbf { X }" + }, + { + "category_id": 13, + "poly": [ + 1191, + 535, + 1208, + 535, + 1208, + 557, + 1191, + 557 + ], + "score": 0.75, + "latex": "r" + }, + { + "category_id": 13, + "poly": [ + 1035, + 569, + 1064, + 569, + 1064, + 598, + 1035, + 598 + ], + "score": 0.71, + "latex": "\\mathbf { D }" + }, + { + "category_id": 13, + "poly": [ + 709, + 667, + 732, + 667, + 732, + 694, + 709, + 694 + ], + "score": 0.68, + "latex": "\\mathbf { Z }" + }, + { + "category_id": 13, + "poly": [ + 677, + 262, + 705, + 262, + 705, + 290, + 677, + 290 + ], + "score": 0.68, + "latex": "\\mathbf { D }" + }, + { + "category_id": 13, + "poly": [ + 456, + 667, + 484, + 667, + 484, + 695, + 456, + 695 + ], + "score": 0.68, + "latex": "\\mathbf { D }" + }, + { + "category_id": 13, + "poly": [ + 773, + 1293, + 800, + 1293, + 800, + 1319, + 773, + 1319 + ], + "score": 0.56, + "latex": "\\mathbf { H }" + }, + { + "category_id": 13, + "poly": [ + 958, + 717, + 985, + 717, + 985, + 745, + 958, + 745 + ], + "score": 0.56, + "latex": "\\mathbf { A }" + }, + { + "category_id": 13, + "poly": [ + 343, + 666, + 407, + 666, + 407, + 698, + 343, + 698 + ], + "score": 0.49, + "latex": "\\mathbf { B } , \\mathbf { C }" + }, + { + "category_id": 13, + "poly": [ + 969, + 380, + 1005, + 380, + 1005, + 407, + 969, + 407 + ], + "score": 0.26, + "latex": "\\mathbf { W }" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 859.0, + 72.0, + 859.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 829.0, + 2083.0, + 871.0, + 2083.0, + 871.0, + 2125.0, + 829.0, + 2125.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 519.0, + 367.0, + 519.0, + 367.0, + 569.0, + 296.0, + 569.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 539.0, + 519.0, + 641.0, + 519.0, + 641.0, + 569.0, + 539.0, + 569.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 721.0, + 519.0, + 1190.0, + 519.0, + 1190.0, + 569.0, + 721.0, + 569.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1209.0, + 519.0, + 1412.0, + 519.0, + 1412.0, + 569.0, + 1209.0, + 569.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 565.0, + 533.0, + 565.0, + 533.0, + 606.0, + 295.0, + 606.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 564.0, + 565.0, + 675.0, + 565.0, + 675.0, + 606.0, + 564.0, + 606.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 786.0, + 565.0, + 837.0, + 565.0, + 837.0, + 606.0, + 786.0, + 606.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 952.0, + 565.0, + 1034.0, + 565.0, + 1034.0, + 606.0, + 952.0, + 606.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1065.0, + 565.0, + 1406.0, + 565.0, + 1406.0, + 606.0, + 1065.0, + 606.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 433.0, + 594.0, + 595.0, + 594.0, + 595.0, + 637.0, + 433.0, + 637.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 226.0, + 1053.0, + 226.0, + 1053.0, + 267.0, + 293.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1083.0, + 226.0, + 1406.0, + 226.0, + 1406.0, + 267.0, + 1083.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 260.0, + 676.0, + 260.0, + 676.0, + 295.0, + 295.0, + 295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 706.0, + 260.0, + 971.0, + 260.0, + 971.0, + 295.0, + 706.0, + 295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 373.0, + 368.0, + 373.0, + 368.0, + 415.0, + 295.0, + 415.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 398.0, + 373.0, + 566.0, + 373.0, + 566.0, + 415.0, + 398.0, + 415.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 632.0, + 373.0, + 890.0, + 373.0, + 890.0, + 415.0, + 632.0, + 415.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 919.0, + 373.0, + 968.0, + 373.0, + 968.0, + 415.0, + 919.0, + 415.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1006.0, + 373.0, + 1403.0, + 373.0, + 1403.0, + 415.0, + 1006.0, + 415.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1172.0, + 602.0, + 1172.0, + 602.0, + 1208.0, + 295.0, + 1208.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1289.0, + 772.0, + 1289.0, + 772.0, + 1329.0, + 293.0, + 1329.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 801.0, + 1289.0, + 1283.0, + 1289.0, + 1283.0, + 1329.0, + 801.0, + 1329.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 467.0, + 352.0, + 467.0, + 352.0, + 511.0, + 291.0, + 511.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 506.0, + 467.0, + 616.0, + 467.0, + 616.0, + 511.0, + 506.0, + 511.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 763.0, + 467.0, + 772.0, + 467.0, + 772.0, + 511.0, + 763.0, + 511.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 711.0, + 957.0, + 711.0, + 957.0, + 756.0, + 291.0, + 756.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 986.0, + 711.0, + 1016.0, + 711.0, + 1016.0, + 756.0, + 986.0, + 756.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1044.0, + 711.0, + 1324.0, + 711.0, + 1324.0, + 756.0, + 1044.0, + 756.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 663.0, + 342.0, + 663.0, + 342.0, + 703.0, + 295.0, + 703.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 408.0, + 663.0, + 455.0, + 663.0, + 455.0, + 703.0, + 408.0, + 703.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 485.0, + 663.0, + 708.0, + 663.0, + 708.0, + 703.0, + 485.0, + 703.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 733.0, + 663.0, + 741.0, + 663.0, + 741.0, + 703.0, + 733.0, + 703.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1999.0, + 375.0, + 1999.0, + 375.0, + 2037.0, + 293.0, + 2037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 798.0, + 309.0, + 798.0, + 309.0, + 845.0, + 293.0, + 845.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 23, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 362, + 332, + 1404, + 332, + 1404, + 524, + 362, + 524 + ], + "score": 0.965 + }, + { + "category_id": 1, + "poly": [ + 361, + 540, + 1406, + 540, + 1406, + 649, + 361, + 649 + ], + "score": 0.961 + }, + { + "category_id": 1, + "poly": [ + 295, + 869, + 1404, + 869, + 1404, + 1013, + 295, + 1013 + ], + "score": 0.959 + }, + { + "category_id": 1, + "poly": [ + 292, + 1520, + 1403, + 1520, + 1403, + 1587, + 292, + 1587 + ], + "score": 0.951 + }, + { + "category_id": 1, + "poly": [ + 298, + 1674, + 1406, + 1674, + 1406, + 1738, + 298, + 1738 + ], + "score": 0.945 + }, + { + "category_id": 1, + "poly": [ + 296, + 1970, + 1403, + 1970, + 1403, + 2036, + 296, + 2036 + ], + "score": 0.944 + }, + { + "category_id": 8, + "poly": [ + 615, + 1799, + 806, + 1799, + 806, + 1872, + 615, + 1872 + ], + "score": 0.935 + }, + { + "category_id": 8, + "poly": [ + 362, + 1185, + 1260, + 1185, + 1260, + 1263, + 362, + 1263 + ], + "score": 0.934 + }, + { + "category_id": 8, + "poly": [ + 324, + 737, + 1377, + 737, + 1377, + 855, + 324, + 855 + ], + "score": 0.934 + }, + { + "category_id": 8, + "poly": [ + 490, + 1330, + 1207, + 1330, + 1207, + 1378, + 490, + 1378 + ], + "score": 0.929 + }, + { + "category_id": 1, + "poly": [ + 361, + 227, + 1405, + 227, + 1405, + 314, + 361, + 314 + ], + "score": 0.927 + }, + { + "category_id": 1, + "poly": [ + 298, + 1276, + 1111, + 1276, + 1111, + 1314, + 298, + 1314 + ], + "score": 0.926 + }, + { + "category_id": 2, + "poly": [ + 297, + 74, + 858, + 74, + 858, + 106, + 297, + 106 + ], + "score": 0.921 + }, + { + "category_id": 1, + "poly": [ + 297, + 1748, + 942, + 1748, + 942, + 1782, + 297, + 1782 + ], + "score": 0.921 + }, + { + "category_id": 1, + "poly": [ + 295, + 683, + 914, + 683, + 914, + 720, + 295, + 720 + ], + "score": 0.908 + }, + { + "category_id": 0, + "poly": [ + 300, + 1462, + 640, + 1462, + 640, + 1496, + 300, + 1496 + ], + "score": 0.897 + }, + { + "category_id": 9, + "poly": [ + 1317, + 1818, + 1401, + 1818, + 1401, + 1852, + 1317, + 1852 + ], + "score": 0.895 + }, + { + "category_id": 9, + "poly": [ + 1316, + 1205, + 1401, + 1205, + 1401, + 1241, + 1316, + 1241 + ], + "score": 0.891 + }, + { + "category_id": 9, + "poly": [ + 1316, + 1905, + 1401, + 1905, + 1401, + 1939, + 1316, + 1939 + ], + "score": 0.89 + }, + { + "category_id": 9, + "poly": [ + 1316, + 1033, + 1401, + 1033, + 1401, + 1066, + 1316, + 1066 + ], + "score": 0.887 + }, + { + "category_id": 1, + "poly": [ + 293, + 1132, + 1303, + 1132, + 1303, + 1170, + 293, + 1170 + ], + "score": 0.886 + }, + { + "category_id": 2, + "poly": [ + 834, + 2087, + 865, + 2087, + 865, + 2113, + 834, + 2113 + ], + "score": 0.876 + }, + { + "category_id": 8, + "poly": [ + 610, + 1878, + 1087, + 1878, + 1087, + 1955, + 610, + 1955 + ], + "score": 0.841 + }, + { + "category_id": 0, + "poly": [ + 300, + 1619, + 1105, + 1619, + 1105, + 1654, + 300, + 1654 + ], + "score": 0.825 + }, + { + "category_id": 2, + "poly": [ + 1374, + 1392, + 1404, + 1392, + 1404, + 1423, + 1374, + 1423 + ], + "score": 0.824 + }, + { + "category_id": 8, + "poly": [ + 337, + 1028, + 1241, + 1028, + 1241, + 1116, + 337, + 1116 + ], + "score": 0.575 + }, + { + "category_id": 8, + "poly": [ + 611, + 1878, + 1086, + 1878, + 1086, + 1955, + 611, + 1955 + ], + "score": 0.279 + }, + { + "category_id": 1, + "poly": [ + 337, + 1028, + 1241, + 1028, + 1241, + 1116, + 337, + 1116 + ], + "score": 0.158 + }, + { + "category_id": 1, + "poly": [ + 300, + 1619, + 1105, + 1619, + 1105, + 1654, + 300, + 1654 + ], + "score": 0.092 + }, + { + "category_id": 13, + "poly": [ + 1171, + 1972, + 1230, + 1972, + 1230, + 2007, + 1171, + 2007 + ], + "score": 0.94, + "latex": "g \\left( x \\right)" + }, + { + "category_id": 13, + "poly": [ + 499, + 938, + 693, + 938, + 693, + 1014, + 499, + 1014 + ], + "score": 0.93, + "latex": "\\left( \\begin{array} { c } { { N } } \\\\ { { N / 2 } } \\end{array} \\right) \\le 2 ^ { N }" + }, + { + "category_id": 13, + "poly": [ + 1099, + 870, + 1279, + 870, + 1279, + 945, + 1099, + 945 + ], + "score": 0.93, + "latex": "\\left( \\begin{array} { c } { { N } } \\\\ { { k } } \\end{array} \\right) \\le N ^ { k }" + }, + { + "category_id": 14, + "poly": [ + 612, + 1797, + 1085, + 1797, + 1085, + 1958, + 612, + 1958 + ], + "score": 0.93, + "latex": "\\begin{array} { l } { \\displaystyle { g \\left( x \\right) \\triangleq \\frac { x \\Phi \\left( x \\right) } { \\phi \\left( x \\right) } , } } \\\\ { \\displaystyle { \\psi \\left( x \\right) \\triangleq \\frac { \\left( g ^ { - 1 } \\left( x \\right) \\right) ^ { 2 } } { 2 x } - \\log \\left( \\Phi \\left( g ^ { - 1 } \\left( x \\right) \\right) \\right) , } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 460, + 1133, + 668, + 1133, + 668, + 1168, + 460, + 1168 + ], + "score": 0.93, + "latex": "\\mathbf { W } _ { 1 } \\in \\mathbb { R } ^ { ( d _ { 1 } - r ) \\times d _ { 0 } }" + }, + { + "category_id": 13, + "poly": [ + 609, + 1970, + 921, + 1970, + 921, + 2006, + 609, + 2006 + ], + "score": 0.92, + "latex": "g ^ { - 1 } ( x ) : [ 0 , \\infty ) [ 0 , \\infty )" + }, + { + "category_id": 14, + "poly": [ + 334, + 1026, + 1360, + 1026, + 1360, + 1119, + 334, + 1119 + ], + "score": 0.92, + "latex": "\\begin{array} { r l r } & { } & { \\log \\mathbb { P } \\left( \\mathrm { r a n k } \\left( \\mathbf { A } \\right) = r \\right) \\leq \\left( r d _ { 0 } \\left( \\log \\left( d _ { 1 } - r \\right) + \\log \\left( k - r \\right) \\right) + r ^ { 2 } + 2 r \\right) \\log 2 \\qquad ( 1 2 \\triangle ( r \\mathrm { ~ o ~ t ~ } r ) } \\\\ & { } & { + r \\log d _ { 1 } + r \\log k + ( k - r ) \\log 2 + \\log \\mathbb { P } \\left( \\mathbf { W } _ { 1 } \\mathbf { X } _ { [ \\vert ( k - r ) / 2 ] ] } > 0 \\right) . } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 763, + 869, + 857, + 869, + 857, + 945, + 763, + 945 + ], + "score": 0.92, + "latex": "\\left( \\begin{array} { c } { { N } } \\\\ { { k } } \\end{array} \\right)" + }, + { + "category_id": 13, + "poly": [ + 743, + 1134, + 894, + 1134, + 894, + 1166, + 743, + 1166 + ], + "score": 0.92, + "latex": "\\mathbf { W } \\in \\mathbb { R } ^ { d _ { 1 } \\times d _ { 0 } }" + }, + { + "category_id": 14, + "poly": [ + 323, + 733, + 1373, + 733, + 1373, + 856, + 323, + 856 + ], + "score": 0.92, + "latex": "\\begin{array} { r l } & { \\mathbb { P } \\left( \\mathrm { r a n k } \\left( \\mathbf { A } \\right) = r \\right) \\leq } \\\\ & { \\left( \\begin{array} { l } { d _ { 1 } } \\\\ { r } \\end{array} \\right) \\left( \\begin{array} { l } { k } \\\\ { r } \\end{array} \\right) \\left( \\begin{array} { c } { k - r } \\\\ { \\lfloor ( k - r ) / 2 \\rfloor } \\end{array} \\right) 2 ^ { r d _ { 0 } \\left[ \\log ( d _ { 1 } - r ) + \\log ( k - r ) \\right] + r ^ { 2 } + 2 r } \\mathbb { P } \\left( \\mathbf { W } _ { 1 } \\mathbf { X } _ { [ \\lfloor ( k - r ) / 2 \\rfloor ] } > 0 \\right) . } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 533, + 1677, + 597, + 1677, + 597, + 1710, + 533, + 1710 + ], + "score": 0.92, + "latex": "\\Phi \\left( x \\right)" + }, + { + "category_id": 13, + "poly": [ + 1199, + 613, + 1327, + 613, + 1327, + 649, + 1199, + 649 + ], + "score": 0.92, + "latex": "2 \\left( d _ { 1 } - r \\right) ^ { r }" + }, + { + "category_id": 13, + "poly": [ + 544, + 541, + 1060, + 541, + 1060, + 583, + 544, + 583 + ], + "score": 0.91, + "latex": "\\begin{array} { r } { \\sum _ { \\mathbf { h } \\in \\{ - 1 , 1 \\} ^ { ( k - r ) } } \\mathscr { T } \\left( \\exists \\mathbf { w } : \\mathrm { s i g n } \\left( \\mathbf { w } ^ { \\top } \\mathbf { X } _ { 1 } \\right) = \\mathbf { h } ^ { \\top } \\right) } \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 357, + 1185, + 1262, + 1185, + 1262, + 1262, + 357, + 1262 + ], + "score": 0.91, + "latex": "\\begin{array} { r } { \\log \\mathbb { P } \\left( \\mathbf { W } _ { 1 } \\mathbf { X } _ { [ \\lfloor ( k - r ) / 2 \\rfloor ] } > 0 \\right) \\le \\frac { \\left\\lfloor \\left( k - r \\right) / 2 \\right\\rfloor \\left\\lfloor d _ { 1 } - r \\right\\rfloor } { \\left\\lfloor k / 2 \\right\\rfloor \\left\\lfloor d _ { 1 } \\right\\rfloor } \\log \\mathbb { P } \\left( \\mathbf { W } \\mathbf { X } _ { [ \\lfloor k / 2 \\rfloor ] } > 0 \\right) . } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 422, + 1677, + 482, + 1677, + 482, + 1710, + 422, + 1710 + ], + "score": 0.91, + "latex": "\\phi \\left( x \\right)" + }, + { + "category_id": 13, + "poly": [ + 571, + 610, + 697, + 610, + 697, + 649, + 571, + 649 + ], + "score": 0.91, + "latex": "2 \\left( k - r \\right) ^ { d _ { 0 } }" + }, + { + "category_id": 13, + "poly": [ + 851, + 1750, + 937, + 1750, + 937, + 1780, + 851, + 1780 + ], + "score": 0.9, + "latex": "\\forall x \\geq 0" + }, + { + "category_id": 13, + "poly": [ + 473, + 230, + 588, + 230, + 588, + 263, + 473, + 263 + ], + "score": 0.89, + "latex": "( \\mathbf { W } _ { 1 } , \\mathbf { X } _ { 1 } )" + }, + { + "category_id": 13, + "poly": [ + 297, + 958, + 403, + 958, + 403, + 993, + 297, + 993 + ], + "score": 0.89, + "latex": "k = N / 2" + }, + { + "category_id": 13, + "poly": [ + 1083, + 400, + 1199, + 400, + 1199, + 431, + 1083, + 431 + ], + "score": 0.89, + "latex": "( { \\bf D } , { \\bf B } , { \\bf C } )" + }, + { + "category_id": 13, + "poly": [ + 586, + 2006, + 655, + 2006, + 655, + 2033, + 586, + 2033 + ], + "score": 0.89, + "latex": "x \\geq 0" + }, + { + "category_id": 13, + "poly": [ + 1004, + 369, + 1190, + 369, + 1190, + 400, + 1004, + 400 + ], + "score": 0.89, + "latex": "\\mathbf { C } = a \\left( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 1 } \\right)" + }, + { + "category_id": 13, + "poly": [ + 1071, + 336, + 1119, + 336, + 1119, + 366, + 1071, + 366 + ], + "score": 0.89, + "latex": "\\mathbf { W } _ { 1 }" + }, + { + "category_id": 13, + "poly": [ + 1170, + 336, + 1209, + 336, + 1209, + 366, + 1170, + 366 + ], + "score": 0.88, + "latex": "\\mathbf { X } _ { 1 }" + }, + { + "category_id": 14, + "poly": [ + 491, + 1329, + 1207, + 1329, + 1207, + 1378, + 491, + 1378 + ], + "score": 0.88, + "latex": "\\begin{array} { r } { \\mathbb { P } \\left( \\mathrm { r a n k } \\left( \\mathbf { A } \\right) = r \\right) \\overset { * } { \\leq } 2 ^ { k + r d _ { 0 } ( \\log d _ { 1 } + \\log k ) + t ^ { 2 } } \\mathbb { P } \\left( { \\mathbf { W } } \\mathbf { X } _ { [ \\lfloor k / 2 \\rfloor ] } > 0 \\right) . } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 637, + 401, + 686, + 401, + 686, + 430, + 637, + 430 + ], + "score": 0.88, + "latex": "\\mathbf { W } _ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 998, + 581, + 1037, + 581, + 1037, + 610, + 998, + 610 + ], + "score": 0.87, + "latex": "\\mathbf { X } _ { 1 }" + }, + { + "category_id": 13, + "poly": [ + 420, + 263, + 1114, + 263, + 1114, + 318, + 420, + 318 + ], + "score": 0.86, + "latex": "\\begin{array} { r } { \\mathbb { P } \\left( a \\left( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 2 } \\right) \\left[ a \\left( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 2 } \\right) \\right] ^ { - 1 } a \\left( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 1 } \\right) = \\mathbf { A } \\mathbf { | } \\mathbf { W } _ { 1 } , \\mathbf { X } _ { 1 } \\right) = 0 } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 737, + 401, + 776, + 401, + 776, + 430, + 737, + 430 + ], + "score": 0.86, + "latex": "\\mathbf { X } _ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 493, + 1277, + 682, + 1277, + 682, + 1313, + 493, + 1313 + ], + "score": 0.85, + "latex": "\\mathrm { n i n } \\left[ k , d _ { 0 } , d _ { 1 } \\right] \\dot { > } r" + }, + { + "category_id": 13, + "poly": [ + 397, + 364, + 951, + 364, + 951, + 402, + 397, + 402 + ], + "score": 0.82, + "latex": "( \\mathbf { W } _ { 1 } , \\mathbf { X } _ { 1 } ) , \\mathbf { D } = \\left[ a \\left( \\mathbf { W } _ { 2 } \\mathbf { X } _ { 2 } \\right) \\right] ^ { - 1 } , \\mathbf { B } = a \\left( \\mathbf { W } _ { 1 } \\mathbf { X } _ { 2 } \\right)" + }, + { + "category_id": 13, + "poly": [ + 984, + 892, + 1003, + 892, + 1003, + 918, + 984, + 918 + ], + "score": 0.81, + "latex": "k" + }, + { + "category_id": 13, + "poly": [ + 505, + 2008, + 535, + 2008, + 535, + 2030, + 505, + 2030 + ], + "score": 0.78, + "latex": "\\infty" + }, + { + "category_id": 13, + "poly": [ + 1020, + 430, + 1048, + 430, + 1048, + 457, + 1020, + 457 + ], + "score": 0.65, + "latex": "\\mathbf { H }" + }, + { + "category_id": 13, + "poly": [ + 395, + 367, + 512, + 367, + 512, + 402, + 395, + 402 + ], + "score": 0.59, + "latex": "\\mathbf { \\Gamma } ( \\mathbf { W } _ { 1 } , \\mathbf { X } _ { 1 } )" + }, + { + "category_id": 13, + "poly": [ + 1098, + 461, + 1124, + 461, + 1124, + 487, + 1098, + 487 + ], + "score": 0.57, + "latex": "\\mathbf { C }" + }, + { + "category_id": 13, + "poly": [ + 862, + 336, + 891, + 336, + 891, + 364, + 862, + 364 + ], + "score": 0.49, + "latex": "\\mathbf { H }" + }, + { + "category_id": 13, + "poly": [ + 492, + 430, + 520, + 430, + 520, + 458, + 492, + 458 + ], + "score": 0.41, + "latex": "\\mathbf { H }" + }, + { + "category_id": 13, + "poly": [ + 1018, + 461, + 1045, + 461, + 1045, + 488, + 1018, + 488 + ], + "score": 0.31, + "latex": "\\mathbf { B }" + }, + { + "category_id": 13, + "poly": [ + 980, + 461, + 1006, + 461, + 1006, + 488, + 980, + 488 + ], + "score": 0.25, + "latex": "\\mathbf { D }" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 859.0, + 72.0, + 859.0, + 109.0, + 297.0, + 109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1458.0, + 642.0, + 1458.0, + 642.0, + 1500.0, + 295.0, + 1500.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 829.0, + 2083.0, + 871.0, + 2083.0, + 871.0, + 2125.0, + 829.0, + 2125.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1619.0, + 1107.0, + 1619.0, + 1107.0, + 1657.0, + 297.0, + 1657.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1380.0, + 1398.0, + 1402.0, + 1398.0, + 1402.0, + 1421.0, + 1380.0, + 1421.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 357.0, + 333.0, + 861.0, + 333.0, + 861.0, + 370.0, + 357.0, + 370.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 892.0, + 333.0, + 1070.0, + 333.0, + 1070.0, + 370.0, + 892.0, + 370.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1120.0, + 333.0, + 1169.0, + 333.0, + 1169.0, + 370.0, + 1120.0, + 370.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1210.0, + 333.0, + 1405.0, + 333.0, + 1405.0, + 370.0, + 1210.0, + 370.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 952.0, + 365.0, + 1003.0, + 365.0, + 1003.0, + 403.0, + 952.0, + 403.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1191.0, + 365.0, + 1408.0, + 365.0, + 1408.0, + 403.0, + 1191.0, + 403.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 399.0, + 636.0, + 399.0, + 636.0, + 431.0, + 394.0, + 431.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 687.0, + 399.0, + 736.0, + 399.0, + 736.0, + 431.0, + 687.0, + 431.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 777.0, + 399.0, + 1082.0, + 399.0, + 1082.0, + 431.0, + 777.0, + 431.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1200.0, + 399.0, + 1405.0, + 399.0, + 1405.0, + 431.0, + 1200.0, + 431.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 429.0, + 491.0, + 429.0, + 491.0, + 464.0, + 393.0, + 464.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 521.0, + 429.0, + 1019.0, + 429.0, + 1019.0, + 464.0, + 521.0, + 464.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1049.0, + 429.0, + 1406.0, + 429.0, + 1406.0, + 464.0, + 1049.0, + 464.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 459.0, + 979.0, + 459.0, + 979.0, + 494.0, + 394.0, + 494.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1007.0, + 459.0, + 1017.0, + 459.0, + 1017.0, + 494.0, + 1007.0, + 494.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1046.0, + 459.0, + 1097.0, + 459.0, + 1097.0, + 494.0, + 1046.0, + 494.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1125.0, + 459.0, + 1406.0, + 459.0, + 1406.0, + 494.0, + 1125.0, + 494.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 488.0, + 620.0, + 488.0, + 620.0, + 529.0, + 392.0, + 529.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 356.0, + 536.0, + 543.0, + 536.0, + 543.0, + 585.0, + 356.0, + 585.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1061.0, + 536.0, + 1409.0, + 536.0, + 1409.0, + 585.0, + 1061.0, + 585.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 396.0, + 576.0, + 997.0, + 576.0, + 997.0, + 613.0, + 396.0, + 613.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1038.0, + 576.0, + 1402.0, + 576.0, + 1402.0, + 613.0, + 1038.0, + 613.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 606.0, + 570.0, + 606.0, + 570.0, + 655.0, + 393.0, + 655.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 698.0, + 606.0, + 1198.0, + 606.0, + 1198.0, + 655.0, + 698.0, + 655.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1328.0, + 606.0, + 1342.0, + 606.0, + 1342.0, + 655.0, + 1328.0, + 655.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 288.0, + 872.0, + 762.0, + 872.0, + 762.0, + 937.0, + 288.0, + 937.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 858.0, + 861.0, + 983.0, + 861.0, + 983.0, + 952.0, + 858.0, + 952.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1004.0, + 861.0, + 1098.0, + 861.0, + 1098.0, + 952.0, + 1004.0, + 952.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1280.0, + 861.0, + 1422.0, + 861.0, + 1422.0, + 952.0, + 1280.0, + 952.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 274.0, + 917.0, + 296.0, + 917.0, + 296.0, + 1031.0, + 274.0, + 1031.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 404.0, + 917.0, + 498.0, + 917.0, + 498.0, + 1031.0, + 404.0, + 1031.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 694.0, + 917.0, + 916.0, + 917.0, + 916.0, + 1031.0, + 694.0, + 1031.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1517.0, + 1406.0, + 1517.0, + 1406.0, + 1561.0, + 291.0, + 1561.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1554.0, + 984.0, + 1554.0, + 984.0, + 1585.0, + 294.0, + 1585.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1675.0, + 421.0, + 1675.0, + 421.0, + 1711.0, + 295.0, + 1711.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 483.0, + 1675.0, + 532.0, + 1675.0, + 532.0, + 1711.0, + 483.0, + 1711.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 598.0, + 1675.0, + 1407.0, + 1675.0, + 1407.0, + 1711.0, + 598.0, + 1711.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1706.0, + 955.0, + 1706.0, + 955.0, + 1738.0, + 297.0, + 1738.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1965.0, + 608.0, + 1965.0, + 608.0, + 2010.0, + 293.0, + 2010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 922.0, + 1965.0, + 1170.0, + 1965.0, + 1170.0, + 2010.0, + 922.0, + 2010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1231.0, + 1965.0, + 1405.0, + 1965.0, + 1405.0, + 2010.0, + 1231.0, + 2010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 2000.0, + 504.0, + 2000.0, + 504.0, + 2037.0, + 295.0, + 2037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 536.0, + 2000.0, + 585.0, + 2000.0, + 585.0, + 2037.0, + 536.0, + 2037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 656.0, + 2000.0, + 667.0, + 2000.0, + 667.0, + 2037.0, + 656.0, + 2037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 360.0, + 224.0, + 472.0, + 224.0, + 472.0, + 271.0, + 360.0, + 271.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 589.0, + 224.0, + 1405.0, + 224.0, + 1405.0, + 271.0, + 589.0, + 271.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 386.0, + 260.0, + 419.0, + 260.0, + 419.0, + 317.0, + 386.0, + 317.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1115.0, + 260.0, + 1345.0, + 260.0, + 1345.0, + 317.0, + 1115.0, + 317.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1276.0, + 492.0, + 1276.0, + 492.0, + 1317.0, + 294.0, + 1317.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 683.0, + 1276.0, + 1110.0, + 1276.0, + 1110.0, + 1317.0, + 683.0, + 1317.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1745.0, + 850.0, + 1745.0, + 850.0, + 1786.0, + 295.0, + 1786.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 938.0, + 1745.0, + 941.0, + 1745.0, + 941.0, + 1786.0, + 938.0, + 1786.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 682.0, + 913.0, + 682.0, + 913.0, + 724.0, + 295.0, + 724.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 1126.0, + 459.0, + 1126.0, + 459.0, + 1180.0, + 289.0, + 1180.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 669.0, + 1126.0, + 742.0, + 1126.0, + 742.0, + 1180.0, + 669.0, + 1180.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 895.0, + 1126.0, + 1302.0, + 1126.0, + 1302.0, + 1180.0, + 895.0, + 1180.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1619.0, + 1107.0, + 1619.0, + 1107.0, + 1657.0, + 297.0, + 1657.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 24, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1544, + 1404, + 1544, + 1404, + 1670, + 297, + 1670 + ], + "score": 0.977 + }, + { + "category_id": 8, + "poly": [ + 456, + 1816, + 1248, + 1816, + 1248, + 1974, + 456, + 1974 + ], + "score": 0.962 + }, + { + "category_id": 8, + "poly": [ + 425, + 462, + 1280, + 462, + 1280, + 699, + 425, + 699 + ], + "score": 0.958 + }, + { + "category_id": 8, + "poly": [ + 729, + 1467, + 968, + 1467, + 968, + 1540, + 729, + 1540 + ], + "score": 0.956 + }, + { + "category_id": 8, + "poly": [ + 423, + 706, + 1172, + 706, + 1172, + 887, + 423, + 887 + ], + "score": 0.956 + }, + { + "category_id": 1, + "poly": [ + 293, + 1127, + 1408, + 1127, + 1408, + 1193, + 293, + 1193 + ], + "score": 0.954 + }, + { + "category_id": 8, + "poly": [ + 701, + 1354, + 996, + 1354, + 996, + 1428, + 701, + 1428 + ], + "score": 0.953 + }, + { + "category_id": 1, + "poly": [ + 287, + 226, + 1403, + 226, + 1403, + 297, + 287, + 297 + ], + "score": 0.949 + }, + { + "category_id": 8, + "poly": [ + 529, + 1227, + 1170, + 1227, + 1170, + 1301, + 529, + 1301 + ], + "score": 0.948 + }, + { + "category_id": 1, + "poly": [ + 299, + 381, + 1405, + 381, + 1405, + 448, + 299, + 448 + ], + "score": 0.947 + }, + { + "category_id": 8, + "poly": [ + 653, + 1027, + 1041, + 1027, + 1041, + 1115, + 653, + 1115 + ], + "score": 0.946 + }, + { + "category_id": 8, + "poly": [ + 590, + 310, + 1110, + 310, + 1110, + 352, + 590, + 352 + ], + "score": 0.939 + }, + { + "category_id": 1, + "poly": [ + 297, + 1438, + 675, + 1438, + 675, + 1471, + 297, + 1471 + ], + "score": 0.934 + }, + { + "category_id": 1, + "poly": [ + 295, + 1308, + 974, + 1308, + 974, + 1342, + 295, + 1342 + ], + "score": 0.927 + }, + { + "category_id": 2, + "poly": [ + 297, + 73, + 858, + 73, + 858, + 106, + 297, + 106 + ], + "score": 0.926 + }, + { + "category_id": 1, + "poly": [ + 301, + 1768, + 847, + 1768, + 847, + 1803, + 301, + 1803 + ], + "score": 0.921 + }, + { + "category_id": 8, + "poly": [ + 658, + 956, + 923, + 956, + 923, + 1023, + 658, + 1023 + ], + "score": 0.916 + }, + { + "category_id": 9, + "poly": [ + 1317, + 1485, + 1400, + 1485, + 1400, + 1519, + 1317, + 1519 + ], + "score": 0.903 + }, + { + "category_id": 8, + "poly": [ + 372, + 1686, + 1246, + 1686, + 1246, + 1760, + 372, + 1760 + ], + "score": 0.902 + }, + { + "category_id": 9, + "poly": [ + 1316, + 1373, + 1401, + 1373, + 1401, + 1406, + 1316, + 1406 + ], + "score": 0.9 + }, + { + "category_id": 1, + "poly": [ + 295, + 901, + 1400, + 901, + 1400, + 942, + 295, + 942 + ], + "score": 0.897 + }, + { + "category_id": 9, + "poly": [ + 1316, + 1247, + 1401, + 1247, + 1401, + 1281, + 1316, + 1281 + ], + "score": 0.895 + }, + { + "category_id": 9, + "poly": [ + 1316, + 826, + 1401, + 826, + 1401, + 859, + 1316, + 859 + ], + "score": 0.89 + }, + { + "category_id": 9, + "poly": [ + 1316, + 1055, + 1401, + 1055, + 1401, + 1088, + 1316, + 1088 + ], + "score": 0.889 + }, + { + "category_id": 9, + "poly": [ + 1317, + 975, + 1401, + 975, + 1401, + 1007, + 1317, + 1007 + ], + "score": 0.887 + }, + { + "category_id": 9, + "poly": [ + 1316, + 1710, + 1401, + 1710, + 1401, + 1745, + 1316, + 1745 + ], + "score": 0.882 + }, + { + "category_id": 2, + "poly": [ + 1374, + 2003, + 1404, + 2003, + 1404, + 2032, + 1374, + 2032 + ], + "score": 0.849 + }, + { + "category_id": 2, + "poly": [ + 834, + 2087, + 866, + 2087, + 866, + 2114, + 834, + 2114 + ], + "score": 0.842 + }, + { + "category_id": 14, + "poly": [ + 728, + 1465, + 970, + 1465, + 970, + 1541, + 728, + 1541 + ], + "score": 0.95, + "latex": "g \\left( \\xi \\right) \\triangleq \\frac { \\xi \\Phi \\left( \\xi \\right) } { \\phi \\left( \\xi \\right) } = \\theta ." + }, + { + "category_id": 14, + "poly": [ + 700, + 1352, + 998, + 1352, + 998, + 1428, + 700, + 1428 + ], + "score": 0.95, + "latex": "q ^ { \\prime } \\left( \\xi \\right) = \\frac { \\phi \\left( \\xi \\right) } { \\Phi \\left( \\xi \\right) } - \\frac { 1 } { \\theta } \\xi = 0 ." + }, + { + "category_id": 14, + "poly": [ + 420, + 461, + 1281, + 461, + 1281, + 891, + 420, + 891 + ], + "score": 0.95, + "latex": "\\begin{array} { r l } & { \\quad \\mathbb { P } \\left( \\overline { { \\psi } } : z _ { i } > 0 \\right) } \\\\ & { = \\int _ { - \\infty } ^ { \\infty } d \\eta \\left[ \\displaystyle \\prod _ { i = 1 } ^ { K } \\int _ { - \\infty } ^ { \\infty } d u _ { i } \\mathcal { T } \\left( \\sqrt { 1 - \\theta K ^ { - 1 } } u _ { i } + \\sqrt { \\theta K ^ { - 1 } } \\eta > 0 \\right) \\phi \\left( u _ { i } \\right) \\right] \\phi \\left( \\eta \\right) } \\\\ & { = \\int _ { - \\infty } ^ { \\infty } d \\eta \\left[ \\Phi \\left( \\sqrt { \\frac { \\theta K ^ { - 1 } } { 1 - \\theta K ^ { - 1 } } } \\eta \\right) \\right] ^ { K } \\phi \\left( \\eta \\right) } \\\\ & { \\stackrel { ( 1 ) } { = } \\sqrt { \\displaystyle \\frac { \\theta } { 2 \\pi \\left( K - \\theta \\right) } } \\int _ { - \\infty } ^ { \\infty } d \\xi \\left[ \\Phi \\left( \\xi \\right) \\right] ^ { K } \\exp \\left( - \\frac { \\left( K - \\theta \\right) \\xi ^ { 2 } } { 2 \\theta } \\right) } \\\\ & { = \\sqrt { \\displaystyle \\frac { \\theta } { 2 \\pi \\left( K - \\theta \\right) } } \\int _ { - \\infty } ^ { \\infty } d \\xi \\exp \\left( \\frac { \\xi ^ { 2 } } { 2 } \\right) \\exp \\left[ K \\left( \\log \\Phi \\left( \\xi \\right) - \\frac { \\xi ^ { 2 } } { 2 \\theta } \\right) \\right] , } \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 452, + 1812, + 1245, + 1812, + 1245, + 1977, + 452, + 1977 + ], + "score": 0.94, + "latex": "\\begin{array} { l } { \\displaystyle \\log \\mathbb { P } \\left( \\forall i : z _ { i } > 0 \\right) } \\\\ { = \\log \\left[ \\int _ { - \\infty } ^ { \\infty } d \\xi \\exp \\left( \\frac { \\xi ^ { 2 } } { 2 } \\right) \\exp \\left[ K \\left( \\log \\Phi \\left( \\xi \\right) - \\frac { \\xi ^ { 2 } } { 2 \\theta } \\right) \\right] \\right] + O \\left( \\log K \\right) } \\\\ { = - K \\psi \\left( \\theta \\right) + O \\left( \\log K \\right) . } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 897, + 901, + 1119, + 901, + 1119, + 942, + 897, + 942 + ], + "score": 0.93, + "latex": "\\xi = \\sqrt { \\theta / \\left( K - \\theta \\right) } \\eta" + }, + { + "category_id": 14, + "poly": [ + 655, + 951, + 1043, + 951, + 1043, + 1120, + 655, + 1120 + ], + "score": 0.93, + "latex": "\\begin{array} { l } { { \\displaystyle q \\left( \\xi \\right) \\triangleq \\log \\Phi \\left( \\xi \\right) - \\frac { \\xi ^ { 2 } } { 2 \\theta } } } \\\\ { { \\displaystyle h \\left( \\xi \\right) \\triangleq \\sqrt { \\frac { \\theta } { 2 \\pi \\left( K - \\theta \\right) } } \\exp \\left( \\frac { \\xi ^ { 2 } } { 2 } \\right) } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 601, + 1309, + 656, + 1309, + 656, + 1342, + 601, + 1342 + ], + "score": 0.92, + "latex": "q \\left( \\xi \\right)" + }, + { + "category_id": 14, + "poly": [ + 529, + 1226, + 1172, + 1226, + 1172, + 1303, + 529, + 1303 + ], + "score": 0.92, + "latex": "\\log \\int _ { - \\infty } ^ { \\infty } h \\left( \\xi \\right) \\exp \\left( K q \\left( \\xi \\right) \\right) d \\xi = K q \\left( \\xi _ { 0 } \\right) + O \\left( \\log K \\right) ." + }, + { + "category_id": 13, + "poly": [ + 817, + 382, + 1136, + 382, + 1136, + 423, + 817, + 423 + ], + "score": 0.91, + "latex": "\\mathbf { u } \\sim { \\mathcal { N } } \\left( 0 , \\left( 1 - \\theta K ^ { - 1 } \\right) \\mathbf { I } _ { K } \\right)" + }, + { + "category_id": 13, + "poly": [ + 626, + 389, + 736, + 389, + 736, + 417, + 626, + 417 + ], + "score": 0.91, + "latex": "\\mathbf { z } = \\mathbf { u } + \\eta" + }, + { + "category_id": 13, + "poly": [ + 750, + 263, + 886, + 263, + 886, + 293, + 750, + 293 + ], + "score": 0.91, + "latex": "K \\gg \\theta > 0" + }, + { + "category_id": 13, + "poly": [ + 1343, + 1606, + 1398, + 1606, + 1398, + 1639, + 1343, + 1639 + ], + "score": 0.91, + "latex": "q \\left( \\xi \\right)" + }, + { + "category_id": 13, + "poly": [ + 1062, + 1546, + 1129, + 1546, + 1129, + 1578, + 1062, + 1578 + ], + "score": 0.91, + "latex": "\\xi \\ge 0" + }, + { + "category_id": 13, + "poly": [ + 1192, + 382, + 1398, + 382, + 1398, + 422, + 1192, + 422 + ], + "score": 0.91, + "latex": "\\eta \\sim \\mathcal { N } \\left( 0 , \\theta K ^ { - 1 } \\right)" + }, + { + "category_id": 13, + "poly": [ + 631, + 1637, + 686, + 1637, + 686, + 1670, + 631, + 1670 + ], + "score": 0.9, + "latex": "q \\left( \\xi \\right)" + }, + { + "category_id": 13, + "poly": [ + 492, + 230, + 658, + 230, + 658, + 263, + 492, + 263 + ], + "score": 0.9, + "latex": "\\mathbf { z } \\sim \\mathcal { N } ( 0 , \\pmb { \\Sigma } )" + }, + { + "category_id": 13, + "poly": [ + 615, + 1574, + 906, + 1574, + 906, + 1608, + 615, + 1608 + ], + "score": 0.89, + "latex": "g ^ { - 1 } \\check { ( \\theta ) } : [ 0 , \\infty ] [ 0 , \\infty ]" + }, + { + "category_id": 14, + "poly": [ + 373, + 1681, + 1246, + 1681, + 1246, + 1760, + 373, + 1760 + ], + "score": 0.89, + "latex": "\\forall \\theta > 0 : q \\left( \\xi _ { 0 } \\right) = - \\psi \\left( \\theta \\right) = q \\left( g ^ { - 1 } \\left( \\theta \\right) \\right) = \\log \\left( \\Phi \\left( g ^ { - 1 } \\left( \\theta \\right) \\right) \\right) - \\frac { \\left( g ^ { - 1 } \\left( \\theta \\right) \\right) ^ { 2 } } { 2 \\theta } ." + }, + { + "category_id": 13, + "poly": [ + 1048, + 228, + 1092, + 228, + 1092, + 259, + 1048, + 259 + ], + "score": 0.89, + "latex": "\\mathbb { R } ^ { K }" + }, + { + "category_id": 13, + "poly": [ + 1073, + 263, + 1135, + 263, + 1135, + 297, + 1073, + 297 + ], + "score": 0.89, + "latex": "\\psi \\left( \\theta \\right)" + }, + { + "category_id": 13, + "poly": [ + 296, + 261, + 672, + 261, + 672, + 301, + 296, + 301 + ], + "score": 0.88, + "latex": "\\Sigma _ { i j } = \\left( 1 - \\theta K ^ { - 1 } \\right) \\delta _ { m n } + \\theta K ^ { - 1 }" + }, + { + "category_id": 13, + "poly": [ + 382, + 1310, + 409, + 1310, + 409, + 1340, + 382, + 1340 + ], + "score": 0.88, + "latex": "\\xi _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 345, + 1130, + 373, + 1130, + 373, + 1161, + 345, + 1161 + ], + "score": 0.88, + "latex": "\\xi _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 632, + 1608, + 874, + 1608, + 874, + 1640, + 632, + 1640 + ], + "score": 0.88, + "latex": "\\begin{array} { r } { \\operatorname* { l i m } _ { \\xi \\to \\infty } q \\left( \\xi \\right) = - \\infty } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 932, + 1607, + 960, + 1607, + 960, + 1638, + 932, + 1638 + ], + "score": 0.88, + "latex": "\\xi _ { 0 }" + }, + { + "category_id": 14, + "poly": [ + 588, + 311, + 1110, + 311, + 1110, + 350, + 588, + 350 + ], + "score": 0.86, + "latex": "\\begin{array} { r } { \\log \\mathbb { P } \\left( \\forall i : z _ { i } > 0 \\right) \\le - K \\psi \\left( \\theta \\right) + O \\left( \\log K \\right) . } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 890, + 1550, + 922, + 1550, + 922, + 1573, + 890, + 1573 + ], + "score": 0.82, + "latex": "\\infty" + }, + { + "category_id": 13, + "poly": [ + 722, + 1134, + 740, + 1134, + 740, + 1161, + 722, + 1161 + ], + "score": 0.81, + "latex": "q" + }, + { + "category_id": 13, + "poly": [ + 1380, + 908, + 1397, + 908, + 1397, + 934, + 1380, + 934 + ], + "score": 0.78, + "latex": "\\theta" + }, + { + "category_id": 13, + "poly": [ + 402, + 1604, + 550, + 1604, + 550, + 1638, + 402, + 1638 + ], + "score": 0.74, + "latex": "\\xi _ { 0 } = g ^ { - 1 } \\left( \\theta \\right)" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 859.0, + 72.0, + 859.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1380.0, + 2008.0, + 1402.0, + 2008.0, + 1402.0, + 2031.0, + 1380.0, + 2031.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 828.0, + 2083.0, + 872.0, + 2083.0, + 872.0, + 2123.0, + 828.0, + 2123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1543.0, + 889.0, + 1543.0, + 889.0, + 1580.0, + 294.0, + 1580.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 923.0, + 1543.0, + 1061.0, + 1543.0, + 1061.0, + 1580.0, + 923.0, + 1580.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1130.0, + 1543.0, + 1405.0, + 1543.0, + 1405.0, + 1580.0, + 1130.0, + 1580.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1573.0, + 614.0, + 1573.0, + 614.0, + 1613.0, + 292.0, + 1613.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 907.0, + 1573.0, + 1407.0, + 1573.0, + 1407.0, + 1613.0, + 907.0, + 1613.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1603.0, + 401.0, + 1603.0, + 401.0, + 1643.0, + 294.0, + 1643.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 551.0, + 1603.0, + 631.0, + 1603.0, + 631.0, + 1643.0, + 551.0, + 1643.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 875.0, + 1603.0, + 931.0, + 1603.0, + 931.0, + 1643.0, + 875.0, + 1643.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 961.0, + 1603.0, + 1342.0, + 1603.0, + 1342.0, + 1643.0, + 961.0, + 1643.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1399.0, + 1603.0, + 1410.0, + 1603.0, + 1410.0, + 1643.0, + 1399.0, + 1643.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1633.0, + 630.0, + 1633.0, + 630.0, + 1673.0, + 292.0, + 1673.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 687.0, + 1633.0, + 994.0, + 1633.0, + 994.0, + 1673.0, + 687.0, + 1673.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1121.0, + 344.0, + 1121.0, + 344.0, + 1169.0, + 291.0, + 1169.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 374.0, + 1121.0, + 721.0, + 1121.0, + 721.0, + 1169.0, + 374.0, + 1169.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 741.0, + 1121.0, + 1410.0, + 1121.0, + 1410.0, + 1169.0, + 741.0, + 1169.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1159.0, + 728.0, + 1159.0, + 728.0, + 1195.0, + 295.0, + 1195.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 223.0, + 491.0, + 223.0, + 491.0, + 268.0, + 293.0, + 268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 659.0, + 223.0, + 1047.0, + 223.0, + 1047.0, + 268.0, + 659.0, + 268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1093.0, + 223.0, + 1409.0, + 223.0, + 1409.0, + 268.0, + 1093.0, + 268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 673.0, + 259.0, + 749.0, + 259.0, + 749.0, + 300.0, + 673.0, + 300.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 887.0, + 259.0, + 1072.0, + 259.0, + 1072.0, + 300.0, + 887.0, + 300.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1136.0, + 259.0, + 1402.0, + 259.0, + 1402.0, + 300.0, + 1136.0, + 300.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 377.0, + 625.0, + 377.0, + 625.0, + 425.0, + 292.0, + 425.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 737.0, + 377.0, + 816.0, + 377.0, + 816.0, + 425.0, + 737.0, + 425.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1137.0, + 377.0, + 1191.0, + 377.0, + 1191.0, + 425.0, + 1137.0, + 425.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1399.0, + 377.0, + 1406.0, + 377.0, + 1406.0, + 425.0, + 1399.0, + 425.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 415.0, + 621.0, + 415.0, + 621.0, + 451.0, + 295.0, + 451.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1434.0, + 675.0, + 1434.0, + 675.0, + 1479.0, + 294.0, + 1479.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1305.0, + 381.0, + 1305.0, + 381.0, + 1345.0, + 295.0, + 1345.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 410.0, + 1305.0, + 600.0, + 1305.0, + 600.0, + 1345.0, + 410.0, + 1345.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 657.0, + 1305.0, + 974.0, + 1305.0, + 974.0, + 1345.0, + 657.0, + 1345.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1769.0, + 852.0, + 1769.0, + 852.0, + 1809.0, + 295.0, + 1809.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 902.0, + 896.0, + 902.0, + 896.0, + 944.0, + 294.0, + 944.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1120.0, + 902.0, + 1379.0, + 902.0, + 1379.0, + 944.0, + 1120.0, + 944.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1398.0, + 902.0, + 1407.0, + 902.0, + 1407.0, + 944.0, + 1398.0, + 944.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 25, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 444, + 1409, + 444, + 1409, + 535, + 297, + 535 + ], + "score": 0.97 + }, + { + "category_id": 8, + "poly": [ + 412, + 1397, + 1282, + 1397, + 1282, + 1652, + 412, + 1652 + ], + "score": 0.965 + }, + { + "category_id": 8, + "poly": [ + 693, + 828, + 1005, + 828, + 1005, + 910, + 693, + 910 + ], + "score": 0.961 + }, + { + "category_id": 1, + "poly": [ + 292, + 743, + 1403, + 743, + 1403, + 808, + 292, + 808 + ], + "score": 0.951 + }, + { + "category_id": 1, + "poly": [ + 296, + 1970, + 1405, + 1970, + 1405, + 2036, + 296, + 2036 + ], + "score": 0.95 + }, + { + "category_id": 1, + "poly": [ + 293, + 1760, + 1403, + 1760, + 1403, + 1831, + 293, + 1831 + ], + "score": 0.948 + }, + { + "category_id": 8, + "poly": [ + 587, + 355, + 1108, + 355, + 1108, + 397, + 587, + 397 + ], + "score": 0.946 + }, + { + "category_id": 8, + "poly": [ + 626, + 1079, + 1068, + 1079, + 1068, + 1156, + 626, + 1156 + ], + "score": 0.945 + }, + { + "category_id": 8, + "poly": [ + 395, + 1249, + 1299, + 1249, + 1299, + 1330, + 395, + 1330 + ], + "score": 0.944 + }, + { + "category_id": 8, + "poly": [ + 423, + 1848, + 1272, + 1848, + 1272, + 1930, + 423, + 1930 + ], + "score": 0.943 + }, + { + "category_id": 1, + "poly": [ + 296, + 1197, + 1070, + 1197, + 1070, + 1233, + 296, + 1233 + ], + "score": 0.939 + }, + { + "category_id": 8, + "poly": [ + 636, + 550, + 1061, + 550, + 1061, + 590, + 636, + 590 + ], + "score": 0.938 + }, + { + "category_id": 1, + "poly": [ + 297, + 1668, + 1399, + 1668, + 1399, + 1734, + 297, + 1734 + ], + "score": 0.938 + }, + { + "category_id": 1, + "poly": [ + 296, + 272, + 1406, + 272, + 1406, + 339, + 296, + 339 + ], + "score": 0.93 + }, + { + "category_id": 1, + "poly": [ + 299, + 608, + 787, + 608, + 787, + 643, + 299, + 643 + ], + "score": 0.928 + }, + { + "category_id": 2, + "poly": [ + 297, + 73, + 858, + 73, + 858, + 107, + 297, + 107 + ], + "score": 0.927 + }, + { + "category_id": 1, + "poly": [ + 297, + 1346, + 739, + 1346, + 739, + 1381, + 297, + 1381 + ], + "score": 0.925 + }, + { + "category_id": 0, + "poly": [ + 302, + 688, + 772, + 688, + 772, + 722, + 302, + 722 + ], + "score": 0.924 + }, + { + "category_id": 1, + "poly": [ + 297, + 228, + 1104, + 228, + 1104, + 264, + 297, + 264 + ], + "score": 0.913 + }, + { + "category_id": 1, + "poly": [ + 294, + 992, + 1407, + 992, + 1407, + 1061, + 294, + 1061 + ], + "score": 0.91 + }, + { + "category_id": 1, + "poly": [ + 298, + 927, + 1195, + 927, + 1195, + 984, + 298, + 984 + ], + "score": 0.901 + }, + { + "category_id": 2, + "poly": [ + 834, + 2086, + 865, + 2086, + 865, + 2113, + 834, + 2113 + ], + "score": 0.88 + }, + { + "category_id": 2, + "poly": [ + 1374, + 609, + 1404, + 609, + 1404, + 639, + 1374, + 639 + ], + "score": 0.822 + }, + { + "category_id": 14, + "poly": [ + 412, + 1398, + 1286, + 1398, + 1286, + 1654, + 412, + 1654 + ], + "score": 0.95, + "latex": "\\begin{array} { r l } & { \\mathbb { P } \\left( \\gamma \\left( \\mathbf { A } \\right) > \\epsilon \\right) \\le N \\left( N - 1 \\right) \\left[ \\exp \\left( - \\frac { M \\left( 1 - \\epsilon / 2 \\right) ^ { 2 } \\epsilon ^ { 2 } } { 4 \\left( 1 + \\epsilon / 2 \\right) } \\right) + \\exp \\left( - \\frac { M } { 1 6 } \\epsilon ^ { 2 } \\right) \\right] } \\\\ & { \\qquad \\overset { \\left( 1 \\right) } { \\le } N \\left( N - 1 \\right) \\left[ \\exp \\left( - \\frac { M \\epsilon ^ { 2 } } { 2 4 } \\right) + \\exp \\left( - \\frac { M } { 1 6 } \\epsilon ^ { 2 } \\right) \\right] } \\\\ & { \\qquad \\le 2 N ^ { 2 } \\exp \\left( - \\frac { M \\epsilon ^ { 2 } } { 2 4 } \\right) , } \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 627, + 1077, + 1072, + 1077, + 1072, + 1156, + 627, + 1156 + ], + "score": 0.93, + "latex": "\\mathbb { P } \\left( \\gamma \\left( { \\bf A } \\right) > \\epsilon \\right) \\le 2 N ^ { 2 } \\exp \\left( - \\frac { M \\epsilon ^ { 2 } } { 2 4 } \\right) ." + }, + { + "category_id": 14, + "poly": [ + 690, + 825, + 1007, + 825, + 1007, + 909, + 690, + 909 + ], + "score": 0.93, + "latex": "\\gamma \\left( { \\bf A } \\right) \\triangleq \\operatorname* { m a x } _ { i , j : i \\neq j } \\frac { \\left| { \\pmb a } _ { i } ^ { \\top } { \\pmb a } _ { j } \\right| } { \\left\\| { \\pmb a } _ { i } \\right\\| \\left\\| { \\pmb a } _ { j } \\right\\| } ." + }, + { + "category_id": 14, + "poly": [ + 424, + 1847, + 1272, + 1847, + 1272, + 1927, + 424, + 1927 + ], + "score": 0.93, + "latex": "\\mathbb { P } \\left( \\operatorname* { m i n } _ { S \\subset [ N ] : | S | = K } \\gamma \\left( \\mathbf { B } _ { S } \\right) > \\epsilon \\right) \\leq \\exp \\left[ \\left( 2 \\log \\left( 2 K \\right) - \\frac { M \\epsilon ^ { 2 } } { 2 4 } \\right) \\left( \\frac { L } { K } - 1 \\right) \\right] ." + }, + { + "category_id": 13, + "poly": [ + 500, + 443, + 671, + 443, + 671, + 499, + 500, + 499 + ], + "score": 0.93, + "latex": "\\tilde { \\mathbf { u } } \\sim \\mathcal { N } \\left( 0 , \\tilde { \\Sigma } \\right)" + }, + { + "category_id": 13, + "poly": [ + 383, + 1347, + 495, + 1347, + 495, + 1381, + 383, + 1381 + ], + "score": 0.93, + "latex": "a \\in ( 0 , 1 )" + }, + { + "category_id": 13, + "poly": [ + 416, + 2002, + 529, + 2002, + 529, + 2036, + 416, + 2036 + ], + "score": 0.93, + "latex": "| \\bar { S _ { i } } \\bar { | } = K" + }, + { + "category_id": 14, + "poly": [ + 398, + 1249, + 1297, + 1249, + 1297, + 1328, + 398, + 1328 + ], + "score": 0.93, + "latex": "\\mathbb { P } \\left( \\gamma \\left( \\mathbf { A } \\right) > \\epsilon \\right) \\leq N \\left( N - 1 \\right) \\left[ \\exp \\left( - \\frac { M a ^ { 2 } \\epsilon ^ { 2 } } { 4 \\left( 1 + \\epsilon / 2 \\right) } \\right) + \\exp \\left( - \\frac { M } { 4 } \\left( 1 - a \\right) ^ { 2 } \\right) \\right] ," + }, + { + "category_id": 13, + "poly": [ + 406, + 938, + 527, + 938, + 527, + 972, + 406, + 972 + ], + "score": 0.92, + "latex": "\\gamma \\left( \\mathbf { A } \\right) \\leq 1" + }, + { + "category_id": 13, + "poly": [ + 1232, + 1973, + 1314, + 1973, + 1314, + 2006, + 1232, + 2006 + ], + "score": 0.92, + "latex": "\\lfloor L / K \\rfloor" + }, + { + "category_id": 13, + "poly": [ + 856, + 1796, + 968, + 1796, + 968, + 1830, + 856, + 1830 + ], + "score": 0.92, + "latex": "\\forall K \\in [ L ]" + }, + { + "category_id": 13, + "poly": [ + 488, + 1763, + 813, + 1763, + 813, + 1798, + 488, + 1798 + ], + "score": 0.92, + "latex": "\\mathbf { B } = [ \\mathbf { b } _ { 1 } , \\cdots , \\mathbf { b } _ { L } ] \\in \\mathbb { R } ^ { M \\times L }" + }, + { + "category_id": 13, + "poly": [ + 297, + 494, + 400, + 494, + 400, + 532, + 297, + 532 + ], + "score": 0.91, + "latex": "\\tilde { \\Sigma } _ { n n } = 1" + }, + { + "category_id": 13, + "poly": [ + 1094, + 1669, + 1319, + 1669, + 1319, + 1704, + 1094, + 1704 + ], + "score": 0.91, + "latex": "\\mathbb { P } \\left( \\gamma \\left( \\mathbf { A } \\right) > \\epsilon \\right) = 0" + }, + { + "category_id": 13, + "poly": [ + 1307, + 996, + 1375, + 996, + 1375, + 1030, + 1307, + 1030 + ], + "score": 0.91, + "latex": "\\gamma \\left( \\mathbf { A } \\right)" + }, + { + "category_id": 13, + "poly": [ + 485, + 994, + 814, + 994, + 814, + 1030, + 485, + 1030 + ], + "score": 0.91, + "latex": "\\mathbf { A } = [ \\pmb { a } _ { 1 } , \\cdot \\cdot \\cdot , \\pmb { a } _ { N } ] \\in \\mathbb { R } ^ { M \\times N }" + }, + { + "category_id": 13, + "poly": [ + 1155, + 744, + 1405, + 744, + 1405, + 779, + 1155, + 779 + ], + "score": 0.91, + "latex": "\\mathbf { A } = [ \\pmb { a } _ { 1 } , \\cdots , \\pmb { a } _ { N } ] \\in" + }, + { + "category_id": 13, + "poly": [ + 741, + 448, + 1133, + 448, + 1133, + 491, + 741, + 491 + ], + "score": 0.91, + "latex": "\\tilde { \\Sigma } _ { m n } = \\left( 1 - \\theta K ^ { - 1 } \\right) \\delta _ { m n } + \\theta K ^ { - 1 }" + }, + { + "category_id": 13, + "poly": [ + 297, + 774, + 381, + 774, + 381, + 804, + 297, + 804 + ], + "score": 0.9, + "latex": "\\mathbb { R } ^ { M \\times N }" + }, + { + "category_id": 13, + "poly": [ + 1184, + 275, + 1345, + 275, + 1345, + 305, + 1184, + 305 + ], + "score": 0.9, + "latex": "\\forall n : \\Sigma _ { n n } = 1" + }, + { + "category_id": 14, + "poly": [ + 636, + 551, + 1061, + 551, + 1061, + 590, + 636, + 590 + ], + "score": 0.9, + "latex": "\\mathbb { P } \\left( \\forall n : \\tilde { u } _ { n } > 0 \\right) \\ge \\mathbb { P } \\left( \\forall n : u _ { n } > 0 \\right) ." + }, + { + "category_id": 13, + "poly": [ + 594, + 1347, + 736, + 1347, + 736, + 1381, + 594, + 1381 + ], + "score": 0.9, + "latex": "a = 1 - \\epsilon / 2" + }, + { + "category_id": 13, + "poly": [ + 692, + 1672, + 769, + 1672, + 769, + 1701, + 692, + 1701 + ], + "score": 0.9, + "latex": "\\epsilon \\leq 1" + }, + { + "category_id": 13, + "poly": [ + 297, + 1701, + 422, + 1701, + 422, + 1735, + 297, + 1735 + ], + "score": 0.9, + "latex": "\\gamma ( \\mathbf { A } ) \\leq 1 )" + }, + { + "category_id": 13, + "poly": [ + 896, + 1672, + 973, + 1672, + 973, + 1701, + 896, + 1701 + ], + "score": 0.9, + "latex": "\\epsilon \\geq 1" + }, + { + "category_id": 14, + "poly": [ + 584, + 356, + 1112, + 356, + 1112, + 395, + 584, + 395 + ], + "score": 0.89, + "latex": "\\begin{array} { r } { \\log \\mathbb { P } \\left( \\forall i : u _ { i } > 0 \\right) \\le - K \\psi \\left( \\theta \\right) + O \\left( \\log K \\right) . } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 1258, + 453, + 1406, + 453, + 1406, + 487, + 1258, + 487 + ], + "score": 0.89, + "latex": "\\forall n : \\Sigma _ { n n } =" + }, + { + "category_id": 13, + "poly": [ + 508, + 273, + 667, + 273, + 667, + 307, + 508, + 307 + ], + "score": 0.88, + "latex": "\\mathbf { u } \\sim \\mathcal { N } ( 0 , \\pmb { \\Sigma } )" + }, + { + "category_id": 13, + "poly": [ + 723, + 1798, + 805, + 1798, + 805, + 1826, + 723, + 1826 + ], + "score": 0.86, + "latex": "\\forall \\epsilon > 0" + }, + { + "category_id": 13, + "poly": [ + 298, + 306, + 645, + 306, + 645, + 339, + 298, + 339 + ], + "score": 0.86, + "latex": "\\theta \\geq K \\operatorname* { m a x } _ { n , m : n \\neq m } \\Sigma _ { n m } > 0" + }, + { + "category_id": 13, + "poly": [ + 298, + 2004, + 326, + 2004, + 326, + 2034, + 298, + 2034 + ], + "score": 0.86, + "latex": "S _ { i }" + }, + { + "category_id": 13, + "poly": [ + 1026, + 272, + 1071, + 272, + 1071, + 304, + 1026, + 304 + ], + "score": 0.86, + "latex": "\\mathbb { R } ^ { K }" + }, + { + "category_id": 13, + "poly": [ + 450, + 501, + 547, + 501, + 547, + 532, + 450, + 532 + ], + "score": 0.83, + "latex": "\\forall m \\neq n" + }, + { + "category_id": 13, + "poly": [ + 849, + 927, + 1192, + 927, + 1192, + 985, + 849, + 985 + ], + "score": 0.8, + "latex": "\\begin{array} { r } { N \\ge M , \\gamma \\left( { \\mathbf { A } } \\right) \\ge \\sqrt { \\frac { N - M } { M \\left( N - 1 \\right) } } . } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 417, + 1804, + 437, + 1804, + 437, + 1828, + 417, + 1828 + ], + "score": 0.8, + "latex": "\\gamma" + }, + { + "category_id": 13, + "poly": [ + 561, + 498, + 708, + 498, + 708, + 532, + 561, + 532 + ], + "score": 0.8, + "latex": "\\Sigma _ { m n } \\leq \\tilde { \\Sigma } _ { m n }" + }, + { + "category_id": 13, + "poly": [ + 910, + 306, + 939, + 306, + 939, + 332, + 910, + 332 + ], + "score": 0.78, + "latex": "K" + }, + { + "category_id": 13, + "poly": [ + 1384, + 2010, + 1398, + 2010, + 1398, + 2030, + 1384, + 2030 + ], + "score": 0.69, + "latex": "\\epsilon" + }, + { + "category_id": 13, + "poly": [ + 532, + 611, + 553, + 611, + 553, + 637, + 532, + 637 + ], + "score": 0.39, + "latex": "\\tilde { \\mathbf { u } }" + }, + { + "category_id": 13, + "poly": [ + 849, + 936, + 943, + 936, + 943, + 972, + 849, + 972 + ], + "score": 0.25, + "latex": "N \\geq M" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 859.0, + 72.0, + 859.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 687.0, + 776.0, + 687.0, + 776.0, + 725.0, + 297.0, + 725.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 830.0, + 2085.0, + 869.0, + 2085.0, + 869.0, + 2124.0, + 830.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1378.0, + 614.0, + 1403.0, + 614.0, + 1403.0, + 641.0, + 1378.0, + 641.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 443.0, + 499.0, + 443.0, + 499.0, + 495.0, + 292.0, + 495.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 672.0, + 443.0, + 740.0, + 443.0, + 740.0, + 495.0, + 672.0, + 495.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1134.0, + 443.0, + 1257.0, + 443.0, + 1257.0, + 495.0, + 1134.0, + 495.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 401.0, + 494.0, + 449.0, + 494.0, + 449.0, + 540.0, + 401.0, + 540.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 548.0, + 494.0, + 560.0, + 494.0, + 560.0, + 540.0, + 548.0, + 540.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 709.0, + 494.0, + 1407.0, + 494.0, + 1407.0, + 540.0, + 709.0, + 540.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 741.0, + 1154.0, + 741.0, + 1154.0, + 781.0, + 292.0, + 781.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 765.0, + 296.0, + 765.0, + 296.0, + 814.0, + 290.0, + 814.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 382.0, + 765.0, + 932.0, + 765.0, + 932.0, + 814.0, + 382.0, + 814.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1971.0, + 1231.0, + 1971.0, + 1231.0, + 2007.0, + 295.0, + 2007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1315.0, + 1971.0, + 1405.0, + 1971.0, + 1405.0, + 2007.0, + 1315.0, + 2007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 327.0, + 2000.0, + 415.0, + 2000.0, + 415.0, + 2037.0, + 327.0, + 2037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 530.0, + 2000.0, + 1383.0, + 2000.0, + 1383.0, + 2037.0, + 530.0, + 2037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1399.0, + 2000.0, + 1407.0, + 2000.0, + 1407.0, + 2037.0, + 1399.0, + 2037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1757.0, + 487.0, + 1757.0, + 487.0, + 1802.0, + 293.0, + 1802.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 814.0, + 1757.0, + 1408.0, + 1757.0, + 1408.0, + 1802.0, + 814.0, + 1802.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1791.0, + 416.0, + 1791.0, + 416.0, + 1834.0, + 292.0, + 1834.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 438.0, + 1791.0, + 722.0, + 1791.0, + 722.0, + 1834.0, + 438.0, + 1834.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 806.0, + 1791.0, + 855.0, + 1791.0, + 855.0, + 1834.0, + 806.0, + 1834.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 969.0, + 1791.0, + 980.0, + 1791.0, + 980.0, + 1834.0, + 969.0, + 1834.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1193.0, + 1071.0, + 1193.0, + 1071.0, + 1238.0, + 293.0, + 1238.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1666.0, + 691.0, + 1666.0, + 691.0, + 1706.0, + 293.0, + 1706.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 770.0, + 1666.0, + 895.0, + 1666.0, + 895.0, + 1706.0, + 770.0, + 1706.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 974.0, + 1666.0, + 1093.0, + 1666.0, + 1093.0, + 1706.0, + 974.0, + 1706.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1320.0, + 1666.0, + 1405.0, + 1666.0, + 1405.0, + 1706.0, + 1320.0, + 1706.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1697.0, + 296.0, + 1697.0, + 296.0, + 1739.0, + 291.0, + 1739.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 423.0, + 1697.0, + 442.0, + 1697.0, + 442.0, + 1739.0, + 423.0, + 1739.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1379.0, + 1706.0, + 1401.0, + 1706.0, + 1401.0, + 1728.0, + 1379.0, + 1728.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 266.0, + 507.0, + 266.0, + 507.0, + 311.0, + 294.0, + 311.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 668.0, + 266.0, + 1025.0, + 266.0, + 1025.0, + 311.0, + 668.0, + 311.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1072.0, + 266.0, + 1183.0, + 266.0, + 1183.0, + 311.0, + 1072.0, + 311.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1346.0, + 266.0, + 1408.0, + 266.0, + 1408.0, + 311.0, + 1346.0, + 311.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 302.0, + 297.0, + 302.0, + 297.0, + 342.0, + 293.0, + 342.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 646.0, + 302.0, + 909.0, + 302.0, + 909.0, + 342.0, + 646.0, + 342.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 604.0, + 531.0, + 604.0, + 531.0, + 647.0, + 295.0, + 647.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 554.0, + 604.0, + 788.0, + 604.0, + 788.0, + 647.0, + 554.0, + 647.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1344.0, + 382.0, + 1344.0, + 382.0, + 1385.0, + 293.0, + 1385.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 496.0, + 1344.0, + 593.0, + 1344.0, + 593.0, + 1385.0, + 496.0, + 1385.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 227.0, + 1105.0, + 227.0, + 1105.0, + 266.0, + 294.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 987.0, + 484.0, + 987.0, + 484.0, + 1034.0, + 292.0, + 1034.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 815.0, + 987.0, + 1306.0, + 987.0, + 1306.0, + 1034.0, + 815.0, + 1034.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1376.0, + 987.0, + 1408.0, + 987.0, + 1408.0, + 1034.0, + 1376.0, + 1034.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1028.0, + 969.0, + 1028.0, + 969.0, + 1061.0, + 297.0, + 1061.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 924.0, + 405.0, + 924.0, + 405.0, + 985.0, + 289.0, + 985.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 528.0, + 924.0, + 848.0, + 924.0, + 848.0, + 985.0, + 528.0, + 985.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 26, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 296, + 750, + 1405, + 750, + 1405, + 855, + 296, + 855 + ], + "score": 0.977 + }, + { + "category_id": 8, + "poly": [ + 348, + 999, + 1352, + 999, + 1352, + 1175, + 348, + 1175 + ], + "score": 0.963 + }, + { + "category_id": 1, + "poly": [ + 301, + 1713, + 1405, + 1713, + 1405, + 1808, + 301, + 1808 + ], + "score": 0.958 + }, + { + "category_id": 8, + "poly": [ + 438, + 273, + 1264, + 273, + 1264, + 631, + 438, + 631 + ], + "score": 0.954 + }, + { + "category_id": 1, + "poly": [ + 297, + 1472, + 1403, + 1472, + 1403, + 1537, + 297, + 1537 + ], + "score": 0.953 + }, + { + "category_id": 1, + "poly": [ + 295, + 1333, + 1402, + 1333, + 1402, + 1396, + 295, + 1396 + ], + "score": 0.953 + }, + { + "category_id": 8, + "poly": [ + 563, + 1819, + 1133, + 1819, + 1133, + 1893, + 563, + 1893 + ], + "score": 0.952 + }, + { + "category_id": 8, + "poly": [ + 727, + 1977, + 972, + 1977, + 972, + 2047, + 727, + 2047 + ], + "score": 0.947 + }, + { + "category_id": 1, + "poly": [ + 296, + 1901, + 1400, + 1901, + 1400, + 1966, + 296, + 1966 + ], + "score": 0.947 + }, + { + "category_id": 8, + "poly": [ + 636, + 1407, + 1061, + 1407, + 1061, + 1464, + 636, + 1464 + ], + "score": 0.947 + }, + { + "category_id": 1, + "poly": [ + 298, + 1183, + 1399, + 1183, + 1399, + 1246, + 298, + 1246 + ], + "score": 0.942 + }, + { + "category_id": 8, + "poly": [ + 665, + 1290, + 1036, + 1290, + 1036, + 1331, + 665, + 1331 + ], + "score": 0.942 + }, + { + "category_id": 8, + "poly": [ + 645, + 866, + 1049, + 866, + 1049, + 924, + 645, + 924 + ], + "score": 0.936 + }, + { + "category_id": 1, + "poly": [ + 296, + 952, + 1086, + 952, + 1086, + 988, + 296, + 988 + ], + "score": 0.932 + }, + { + "category_id": 2, + "poly": [ + 297, + 73, + 858, + 73, + 858, + 106, + 297, + 106 + ], + "score": 0.924 + }, + { + "category_id": 1, + "poly": [ + 300, + 229, + 793, + 229, + 793, + 263, + 300, + 263 + ], + "score": 0.924 + }, + { + "category_id": 1, + "poly": [ + 299, + 1666, + 821, + 1666, + 821, + 1700, + 299, + 1700 + ], + "score": 0.924 + }, + { + "category_id": 8, + "poly": [ + 309, + 1549, + 1380, + 1549, + 1380, + 1627, + 309, + 1627 + ], + "score": 0.923 + }, + { + "category_id": 1, + "poly": [ + 298, + 1260, + 608, + 1260, + 608, + 1292, + 298, + 1292 + ], + "score": 0.916 + }, + { + "category_id": 9, + "poly": [ + 1316, + 1839, + 1401, + 1839, + 1401, + 1871, + 1316, + 1871 + ], + "score": 0.897 + }, + { + "category_id": 9, + "poly": [ + 1317, + 1622, + 1401, + 1622, + 1401, + 1652, + 1317, + 1652 + ], + "score": 0.88 + }, + { + "category_id": 2, + "poly": [ + 834, + 2087, + 865, + 2087, + 865, + 2113, + 834, + 2113 + ], + "score": 0.877 + }, + { + "category_id": 1, + "poly": [ + 297, + 637, + 847, + 637, + 847, + 671, + 297, + 671 + ], + "score": 0.875 + }, + { + "category_id": 2, + "poly": [ + 1374, + 638, + 1404, + 638, + 1404, + 669, + 1374, + 669 + ], + "score": 0.842 + }, + { + "category_id": 1, + "poly": [ + 296, + 702, + 1303, + 702, + 1303, + 736, + 296, + 736 + ], + "score": 0.725 + }, + { + "category_id": 0, + "poly": [ + 296, + 702, + 1303, + 702, + 1303, + 736, + 296, + 736 + ], + "score": 0.2 + }, + { + "category_id": 14, + "poly": [ + 435, + 271, + 1259, + 271, + 1259, + 631, + 435, + 631 + ], + "score": 0.94, + "latex": "\\begin{array} { r l } & { \\mathbb { P } \\left( \\underset { S \\subset [ N ] : | S | = K } { \\operatorname* { m i n } } \\gamma \\left( \\mathbf { B } _ { S } \\right) > \\epsilon \\right) } \\\\ & { \\le \\displaystyle \\prod _ { i = 1 } ^ { \\lfloor L / K \\rfloor } \\mathbb { P } \\left( \\forall S = \\{ 1 + \\left( i - 1 \\right) K , 2 + \\left( 1 - i \\right) K , \\ldots , i K \\} : \\gamma \\left( \\mathbf { B } _ { S } \\right) > \\epsilon \\right) } \\\\ & { \\stackrel { \\mathrm { ( 1 ) } } { \\le } \\displaystyle \\prod _ { i = 1 } ^ { L / K - 1 } 2 K ^ { 2 } \\exp \\left( - \\frac { M \\epsilon ^ { 2 } } { 2 4 } \\right) } \\\\ & { \\le \\exp \\left[ \\left( 2 \\log \\left( 2 K \\right) - \\frac { M \\epsilon ^ { 2 } } { 2 4 } \\right) \\left( \\frac { L } { K } - 1 \\right) \\right] , } \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 727, + 1973, + 972, + 1973, + 972, + 2045, + 727, + 2045 + ], + "score": 0.94, + "latex": "N K \\psi \\left( \\theta \\right) = \\frac { M \\theta ^ { 2 } L } { 2 4 K ^ { 3 } } ," + }, + { + "category_id": 14, + "poly": [ + 636, + 1405, + 1061, + 1405, + 1061, + 1465, + 636, + 1465 + ], + "score": 0.94, + "latex": "u _ { i } = \\left( \\mathbf { B } _ { S } ^ { \\top } \\mathbf { c } _ { 1 } \\right) _ { i } / \\sqrt { \\left( \\mathbf { B } _ { S } ^ { \\top } \\mathbf { B } _ { S } \\right) _ { i i } } \\in \\mathbb { R } ^ { K } ," + }, + { + "category_id": 14, + "poly": [ + 311, + 1546, + 1383, + 1546, + 1383, + 1626, + 311, + 1626 + ], + "score": 0.94, + "latex": "\\mathbb { P } \\left( \\mathbf { C } \\mathbf { B } > 0 \\right) \\leq \\exp \\left( - N K \\psi \\left( \\theta \\right) + O \\left( N \\log K \\right) \\right) + \\exp \\left[ \\left( \\log \\left( 2 K \\right) ^ { 2 } - \\frac { M \\theta ^ { 2 } } { 2 4 K ^ { 2 } } \\right) \\left( \\frac { L } { K } - 1 \\right) \\right] ," + }, + { + "category_id": 14, + "poly": [ + 563, + 1817, + 1137, + 1817, + 1137, + 1895, + 563, + 1895 + ], + "score": 0.93, + "latex": "f \\left( K , \\theta \\right) \\triangleq \\exp \\left( - N K \\psi \\left( \\theta \\right) \\right) + \\exp \\left( - \\frac { M \\theta ^ { 2 } L } { 2 4 K ^ { 3 } } \\right) ." + }, + { + "category_id": 13, + "poly": [ + 761, + 750, + 1115, + 750, + 1115, + 791, + 761, + 791 + ], + "score": 0.92, + "latex": "\\mathbf { C } = \\left[ \\mathbf { c } _ { 1 } , \\cdots , \\mathbf { c } _ { N } \\right] ^ { \\top } \\in \\mathbb { R } ^ { N \\times M }" + }, + { + "category_id": 14, + "poly": [ + 344, + 997, + 1347, + 997, + 1347, + 1178, + 344, + 1178 + ], + "score": 0.92, + "latex": "\\begin{array} { r l } & { \\quad \\mathbb { P } \\left( \\mathbf { C B } > 0 \\right) } \\\\ & { \\le \\mathbb { P } \\left( \\mathbf { C B } _ { S } > 0 | \\gamma \\left( \\mathbf { B } _ { S } \\right) \\le \\epsilon \\right) \\mathbb { P } \\left( \\gamma \\left( \\mathbf { B } _ { S } \\right) \\le \\epsilon \\right) + \\mathbb { P } \\left( \\mathbf { C B } _ { S } > 0 | \\gamma \\left( \\mathbf { B } _ { S } \\right) > \\epsilon \\right) \\mathbb { P } \\left( \\gamma \\left( \\mathbf { B } _ { S } \\right) > \\epsilon \\right) } \\\\ & { \\le \\mathbb { P } \\left( \\mathbf { C B } _ { S } > 0 | \\gamma \\left( \\mathbf { B } _ { S } \\right) \\le \\epsilon \\right) + \\mathbb { P } \\left( \\gamma \\left( \\mathbf { B } _ { S } \\right) > \\epsilon \\right) } \\\\ & { = \\mathbb { E } \\left[ \\left[ \\mathbb { P } \\left( \\mathbf { c } _ { 1 } ^ { \\top } \\mathbf { B } _ { S } > 0 | \\mathbf { B } _ { S } , \\gamma \\left( \\mathbf { B } _ { S } \\right) \\le \\epsilon \\right) \\right] ^ { N } | \\gamma \\left( \\mathbf { B } _ { S } \\right) \\le \\epsilon \\right] + \\mathbb { P } \\left( \\gamma \\left( \\mathbf { B } _ { S } \\right) > \\epsilon \\right) , } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 479, + 1668, + 540, + 1668, + 540, + 1701, + 479, + 1701 + ], + "score": 0.92, + "latex": "\\psi \\left( \\theta \\right)" + }, + { + "category_id": 14, + "poly": [ + 644, + 863, + 1053, + 863, + 1053, + 925, + 644, + 925 + ], + "score": 0.92, + "latex": "\\begin{array} { r } { \\mathbb { P } \\left( \\mathbf { C B } > 0 \\right) \\dot { \\leq } \\exp \\left( - 0 . 4 N \\alpha ^ { 1 / 4 } \\right) . } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 824, + 954, + 978, + 954, + 978, + 988, + 824, + 988 + ], + "score": 0.92, + "latex": "| S | = K < L" + }, + { + "category_id": 13, + "poly": [ + 296, + 1503, + 591, + 1503, + 591, + 1538, + 296, + 1538 + ], + "score": 0.92, + "latex": "\\forall i \\neq j : \\Sigma _ { i j } \\leq \\epsilon = \\theta K ^ { - 1 }" + }, + { + "category_id": 13, + "poly": [ + 1243, + 1715, + 1398, + 1715, + 1398, + 1749, + 1243, + 1749 + ], + "score": 0.92, + "latex": "( M , N , L , K )" + }, + { + "category_id": 14, + "poly": [ + 663, + 1289, + 1036, + 1289, + 1036, + 1331, + 663, + 1331 + ], + "score": 0.91, + "latex": "S ^ { * } = \\mathrm { a r g m i n } _ { S C [ L ] : | S | = K } \\gamma \\left( \\mathbf { B } _ { S } \\right)" + }, + { + "category_id": 13, + "poly": [ + 1206, + 1474, + 1353, + 1474, + 1353, + 1504, + 1206, + 1504 + ], + "score": 0.91, + "latex": "\\forall i : \\Sigma _ { i i } = 1" + }, + { + "category_id": 13, + "poly": [ + 674, + 822, + 769, + 822, + 769, + 853, + 674, + 853 + ], + "score": 0.91, + "latex": "M \\leq N" + }, + { + "category_id": 13, + "poly": [ + 298, + 820, + 441, + 820, + 441, + 856, + 298, + 856 + ], + "score": 0.91, + "latex": "\\alpha \\triangleq M L / N" + }, + { + "category_id": 13, + "poly": [ + 1172, + 754, + 1316, + 754, + 1316, + 786, + 1172, + 786 + ], + "score": 0.91, + "latex": "\\mathbf { B } \\in \\mathbb { R } ^ { M \\times L }" + }, + { + "category_id": 13, + "poly": [ + 1170, + 789, + 1259, + 789, + 1259, + 819, + 1170, + 819 + ], + "score": 0.91, + "latex": "N \\geq L" + }, + { + "category_id": 13, + "poly": [ + 491, + 956, + 558, + 956, + 558, + 983, + 491, + 983 + ], + "score": 0.9, + "latex": "\\theta > 0" + }, + { + "category_id": 13, + "poly": [ + 1122, + 1333, + 1214, + 1333, + 1214, + 1361, + 1122, + 1361 + ], + "score": 0.9, + "latex": "\\theta = K \\epsilon" + }, + { + "category_id": 13, + "poly": [ + 1094, + 1747, + 1259, + 1747, + 1259, + 1775, + 1094, + 1775 + ], + "score": 0.9, + "latex": "L \\gg K \\gg 1" + }, + { + "category_id": 13, + "poly": [ + 950, + 821, + 1192, + 821, + 1192, + 856, + 950, + 856 + ], + "score": 0.9, + "latex": "\\operatorname* { m i n } \\left[ N , M , L \\right] \\dot { > } \\alpha \\dot { > } 1" + }, + { + "category_id": 13, + "poly": [ + 692, + 956, + 713, + 956, + 713, + 982, + 692, + 982 + ], + "score": 0.85, + "latex": "S" + }, + { + "category_id": 13, + "poly": [ + 618, + 1937, + 644, + 1937, + 644, + 1960, + 618, + 1960 + ], + "score": 0.84, + "latex": "K" + }, + { + "category_id": 13, + "poly": [ + 1059, + 1474, + 1085, + 1474, + 1085, + 1501, + 1059, + 1501 + ], + "score": 0.83, + "latex": "\\pmb { \\Sigma }" + }, + { + "category_id": 13, + "poly": [ + 732, + 1906, + 759, + 1906, + 759, + 1930, + 732, + 1930 + ], + "score": 0.83, + "latex": "K" + }, + { + "category_id": 13, + "poly": [ + 799, + 1717, + 827, + 1717, + 827, + 1743, + 799, + 1743 + ], + "score": 0.82, + "latex": "K" + }, + { + "category_id": 13, + "poly": [ + 1002, + 1184, + 1029, + 1184, + 1029, + 1211, + 1002, + 1211 + ], + "score": 0.82, + "latex": "\\mathbf { C }" + }, + { + "category_id": 13, + "poly": [ + 732, + 1717, + 750, + 1717, + 750, + 1743, + 732, + 1743 + ], + "score": 0.81, + "latex": "\\theta" + }, + { + "category_id": 13, + "poly": [ + 1343, + 1904, + 1361, + 1904, + 1361, + 1930, + 1343, + 1930 + ], + "score": 0.8, + "latex": "\\theta" + }, + { + "category_id": 13, + "poly": [ + 1081, + 1370, + 1102, + 1370, + 1102, + 1391, + 1081, + 1391 + ], + "score": 0.48, + "latex": "\\mathbf { u }" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 859.0, + 72.0, + 859.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 830.0, + 2084.0, + 870.0, + 2084.0, + 870.0, + 2122.0, + 830.0, + 2122.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1380.0, + 644.0, + 1401.0, + 644.0, + 1401.0, + 666.0, + 1380.0, + 666.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 702.0, + 1307.0, + 702.0, + 1307.0, + 738.0, + 297.0, + 738.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 746.0, + 760.0, + 746.0, + 760.0, + 795.0, + 290.0, + 795.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1116.0, + 746.0, + 1171.0, + 746.0, + 1171.0, + 795.0, + 1116.0, + 795.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1317.0, + 746.0, + 1408.0, + 746.0, + 1408.0, + 795.0, + 1317.0, + 795.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 787.0, + 1169.0, + 787.0, + 1169.0, + 823.0, + 296.0, + 823.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1260.0, + 787.0, + 1405.0, + 787.0, + 1405.0, + 823.0, + 1260.0, + 823.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 442.0, + 819.0, + 673.0, + 819.0, + 673.0, + 858.0, + 442.0, + 858.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 770.0, + 819.0, + 949.0, + 819.0, + 949.0, + 858.0, + 770.0, + 858.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1193.0, + 819.0, + 1300.0, + 819.0, + 1300.0, + 858.0, + 1193.0, + 858.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1712.0, + 731.0, + 1712.0, + 731.0, + 1751.0, + 294.0, + 1751.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 751.0, + 1712.0, + 798.0, + 1712.0, + 798.0, + 1751.0, + 751.0, + 1751.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 828.0, + 1712.0, + 1242.0, + 1712.0, + 1242.0, + 1751.0, + 828.0, + 1751.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1399.0, + 1712.0, + 1409.0, + 1712.0, + 1409.0, + 1751.0, + 1399.0, + 1751.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1743.0, + 1093.0, + 1743.0, + 1093.0, + 1780.0, + 296.0, + 1780.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1260.0, + 1743.0, + 1405.0, + 1743.0, + 1405.0, + 1780.0, + 1260.0, + 1780.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1775.0, + 775.0, + 1775.0, + 775.0, + 1809.0, + 296.0, + 1809.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1471.0, + 1058.0, + 1471.0, + 1058.0, + 1507.0, + 295.0, + 1507.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1086.0, + 1471.0, + 1205.0, + 1471.0, + 1205.0, + 1507.0, + 1086.0, + 1507.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1354.0, + 1471.0, + 1405.0, + 1471.0, + 1405.0, + 1507.0, + 1354.0, + 1507.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 592.0, + 1502.0, + 788.0, + 1502.0, + 788.0, + 1538.0, + 592.0, + 1538.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1328.0, + 1121.0, + 1328.0, + 1121.0, + 1370.0, + 292.0, + 1370.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1215.0, + 1328.0, + 1406.0, + 1328.0, + 1406.0, + 1370.0, + 1215.0, + 1370.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1362.0, + 1080.0, + 1362.0, + 1080.0, + 1401.0, + 295.0, + 1401.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1103.0, + 1362.0, + 1174.0, + 1362.0, + 1174.0, + 1401.0, + 1103.0, + 1401.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1903.0, + 731.0, + 1903.0, + 731.0, + 1935.0, + 296.0, + 1935.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 760.0, + 1903.0, + 1342.0, + 1903.0, + 1342.0, + 1935.0, + 760.0, + 1935.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1362.0, + 1903.0, + 1402.0, + 1903.0, + 1402.0, + 1935.0, + 1362.0, + 1935.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1931.0, + 617.0, + 1931.0, + 617.0, + 1970.0, + 294.0, + 1970.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 645.0, + 1931.0, + 1382.0, + 1931.0, + 1382.0, + 1970.0, + 645.0, + 1970.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1179.0, + 1001.0, + 1179.0, + 1001.0, + 1220.0, + 292.0, + 1220.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1030.0, + 1179.0, + 1404.0, + 1179.0, + 1404.0, + 1220.0, + 1030.0, + 1220.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1212.0, + 431.0, + 1212.0, + 431.0, + 1245.0, + 296.0, + 1245.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 951.0, + 490.0, + 951.0, + 490.0, + 990.0, + 295.0, + 990.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 559.0, + 951.0, + 691.0, + 951.0, + 691.0, + 990.0, + 559.0, + 990.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 714.0, + 951.0, + 823.0, + 951.0, + 823.0, + 990.0, + 714.0, + 990.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 979.0, + 951.0, + 1086.0, + 951.0, + 1086.0, + 990.0, + 979.0, + 990.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 225.0, + 794.0, + 225.0, + 794.0, + 268.0, + 295.0, + 268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1661.0, + 478.0, + 1661.0, + 478.0, + 1706.0, + 295.0, + 1706.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 541.0, + 1661.0, + 821.0, + 1661.0, + 821.0, + 1706.0, + 541.0, + 1706.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1257.0, + 612.0, + 1257.0, + 612.0, + 1297.0, + 295.0, + 1297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 636.0, + 846.0, + 636.0, + 846.0, + 673.0, + 296.0, + 673.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 702.0, + 1307.0, + 702.0, + 1307.0, + 738.0, + 297.0, + 738.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 27, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 8, + "poly": [ + 486, + 672, + 1210, + 672, + 1210, + 993, + 486, + 993 + ], + "score": 0.968 + }, + { + "category_id": 8, + "poly": [ + 561, + 390, + 1134, + 390, + 1134, + 481, + 561, + 481 + ], + "score": 0.96 + }, + { + "category_id": 8, + "poly": [ + 689, + 254, + 1005, + 254, + 1005, + 338, + 689, + 338 + ], + "score": 0.96 + }, + { + "category_id": 8, + "poly": [ + 563, + 1956, + 1134, + 1956, + 1134, + 2047, + 563, + 2047 + ], + "score": 0.958 + }, + { + "category_id": 8, + "poly": [ + 555, + 1593, + 1141, + 1593, + 1141, + 1681, + 555, + 1681 + ], + "score": 0.95 + }, + { + "category_id": 1, + "poly": [ + 297, + 495, + 1405, + 495, + 1405, + 561, + 297, + 561 + ], + "score": 0.947 + }, + { + "category_id": 8, + "poly": [ + 631, + 1709, + 1066, + 1709, + 1066, + 1794, + 631, + 1794 + ], + "score": 0.947 + }, + { + "category_id": 8, + "poly": [ + 644, + 1193, + 1050, + 1193, + 1050, + 1251, + 644, + 1251 + ], + "score": 0.944 + }, + { + "category_id": 1, + "poly": [ + 298, + 1005, + 1400, + 1005, + 1400, + 1076, + 298, + 1076 + ], + "score": 0.944 + }, + { + "category_id": 1, + "poly": [ + 295, + 1873, + 1406, + 1873, + 1406, + 1943, + 295, + 1943 + ], + "score": 0.941 + }, + { + "category_id": 0, + "poly": [ + 296, + 1339, + 1398, + 1339, + 1398, + 1416, + 296, + 1416 + ], + "score": 0.94 + }, + { + "category_id": 1, + "poly": [ + 295, + 623, + 1014, + 623, + 1014, + 658, + 295, + 658 + ], + "score": 0.931 + }, + { + "category_id": 8, + "poly": [ + 547, + 572, + 1147, + 572, + 1147, + 612, + 547, + 612 + ], + "score": 0.93 + }, + { + "category_id": 1, + "poly": [ + 297, + 1143, + 1187, + 1143, + 1187, + 1179, + 297, + 1179 + ], + "score": 0.93 + }, + { + "category_id": 1, + "poly": [ + 298, + 340, + 732, + 340, + 732, + 376, + 298, + 376 + ], + "score": 0.927 + }, + { + "category_id": 1, + "poly": [ + 296, + 1804, + 850, + 1804, + 850, + 1840, + 296, + 1840 + ], + "score": 0.926 + }, + { + "category_id": 2, + "poly": [ + 296, + 73, + 858, + 73, + 858, + 107, + 296, + 107 + ], + "score": 0.919 + }, + { + "category_id": 1, + "poly": [ + 296, + 231, + 451, + 231, + 451, + 261, + 296, + 261 + ], + "score": 0.919 + }, + { + "category_id": 9, + "poly": [ + 1330, + 1618, + 1401, + 1618, + 1401, + 1652, + 1330, + 1652 + ], + "score": 0.903 + }, + { + "category_id": 9, + "poly": [ + 1330, + 1731, + 1401, + 1731, + 1401, + 1764, + 1330, + 1764 + ], + "score": 0.901 + }, + { + "category_id": 9, + "poly": [ + 1316, + 575, + 1401, + 575, + 1401, + 609, + 1316, + 609 + ], + "score": 0.893 + }, + { + "category_id": 9, + "poly": [ + 1316, + 280, + 1402, + 280, + 1402, + 315, + 1316, + 315 + ], + "score": 0.891 + }, + { + "category_id": 8, + "poly": [ + 576, + 1092, + 1123, + 1092, + 1123, + 1133, + 576, + 1133 + ], + "score": 0.888 + }, + { + "category_id": 2, + "poly": [ + 834, + 2087, + 866, + 2087, + 866, + 2113, + 834, + 2113 + ], + "score": 0.879 + }, + { + "category_id": 2, + "poly": [ + 1373, + 1263, + 1404, + 1263, + 1404, + 1294, + 1373, + 1294 + ], + "score": 0.822 + }, + { + "category_id": 1, + "poly": [ + 289, + 1502, + 1344, + 1502, + 1344, + 1538, + 289, + 1538 + ], + "score": 0.754 + }, + { + "category_id": 0, + "poly": [ + 297, + 1446, + 970, + 1446, + 970, + 1480, + 297, + 1480 + ], + "score": 0.648 + }, + { + "category_id": 1, + "poly": [ + 297, + 1446, + 970, + 1446, + 970, + 1480, + 297, + 1480 + ], + "score": 0.342 + }, + { + "category_id": 1, + "poly": [ + 299, + 1544, + 958, + 1544, + 958, + 1578, + 299, + 1578 + ], + "score": 0.322 + }, + { + "category_id": 14, + "poly": [ + 481, + 669, + 1215, + 669, + 1215, + 997, + 481, + 997 + ], + "score": 0.97, + "latex": "\\begin{array} { r l } & { \\mathbb { P } \\left( \\mathbf { C } \\mathbf { B } > 0 \\right) } \\\\ & { \\leq \\exp \\left( - N \\left[ \\frac { M L } { 3 7 . 0 5 N } \\right] ^ { 1 / 4 } + O \\left( N \\log K \\right) \\right) } \\\\ & { + \\exp \\left[ - N \\left[ \\frac { M L } { 3 7 . 0 5 N } \\right] ^ { 1 / 4 } + 2 L \\frac { \\log K } { K } + \\frac { M \\theta ^ { 2 } } { 2 4 K ^ { 2 } } - \\log \\left( 2 K ^ { 2 } \\right) \\right] } \\\\ & { \\leq \\exp \\left( - N \\left[ \\frac { M L } { 3 7 . 0 5 N } \\right] ^ { 1 / 4 } + O \\left( N \\log \\left( \\frac { M L } { N } \\right) \\right) \\right) , } \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 687, + 251, + 1012, + 251, + 1012, + 337, + 687, + 337 + ], + "score": 0.95, + "latex": "{ \\cal K } \\left( \\theta \\right) = \\left( { \\frac { \\theta ^ { 2 } M L } { 2 4 \\psi \\left( \\theta \\right) N } } \\right) ^ { 1 / 4 } ." + }, + { + "category_id": 14, + "poly": [ + 560, + 387, + 1138, + 387, + 1138, + 483, + 560, + 483 + ], + "score": 0.93, + "latex": "f \\left( K \\left( \\theta \\right) , \\theta \\right) = 2 \\exp \\left( - N \\left[ \\frac { \\psi ^ { 3 } \\left( \\theta \\right) \\theta ^ { 2 } M L } { 2 4 N } \\right] ^ { 1 / 4 } \\right) ." + }, + { + "category_id": 14, + "poly": [ + 560, + 1953, + 1135, + 1953, + 1135, + 2046, + 560, + 2046 + ], + "score": 0.93, + "latex": "\\left| { \\frac { \\mathbf { x } ^ { \\top } \\mathbf { y } } { \\left\\| \\mathbf { x } \\right\\| \\left\\| \\mathbf { y } \\right\\| } } \\right| ^ { 2 } = { \\frac { x _ { 1 } ^ { 2 } } { x _ { 1 } ^ { 2 } + \\sum _ { i = 2 } ^ { d _ { 0 } } x _ { i } ^ { 2 } } } \\sim { \\mathcal { B } } \\left( { \\frac { 1 } { 2 } } , { \\frac { d _ { 0 } - 1 } { 2 } } \\right) ," + }, + { + "category_id": 13, + "poly": [ + 529, + 1805, + 623, + 1805, + 623, + 1839, + 529, + 1839 + ], + "score": 0.93, + "latex": "B \\left( x , y \\right)" + }, + { + "category_id": 13, + "poly": [ + 1064, + 495, + 1169, + 495, + 1169, + 531, + 1064, + 531 + ], + "score": 0.93, + "latex": "\\psi ^ { 3 } \\left( \\theta \\right) \\theta ^ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 561, + 342, + 655, + 342, + 655, + 376, + 561, + 376 + ], + "score": 0.93, + "latex": "f \\left( K , \\theta \\right)" + }, + { + "category_id": 13, + "poly": [ + 402, + 1040, + 545, + 1040, + 545, + 1077, + 402, + 1077 + ], + "score": 0.93, + "latex": "\\alpha \\triangleq M L / N" + }, + { + "category_id": 13, + "poly": [ + 956, + 1145, + 1079, + 1145, + 1079, + 1179, + 956, + 1179 + ], + "score": 0.93, + "latex": "\\alpha \\left( N \\right) \\dot { < } N" + }, + { + "category_id": 13, + "poly": [ + 684, + 1544, + 855, + 1544, + 855, + 1579, + 684, + 1579 + ], + "score": 0.92, + "latex": "\\mathbf { x } \\sim \\mathcal { N } \\left( 0 , \\mathbf { I } _ { d _ { 0 } } \\right)" + }, + { + "category_id": 14, + "poly": [ + 631, + 1707, + 1064, + 1707, + 1064, + 1793, + 631, + 1793 + ], + "score": 0.92, + "latex": "\\mathbb { P } \\left( \\left| \\frac { \\mathbf { x } ^ { \\top } \\mathbf { y } } { \\left\\| \\mathbf { x } \\right\\| \\left\\| \\mathbf { y } \\right\\| } \\right| < u \\right) \\leq \\frac { 2 u } { B \\left( \\frac { 1 } { 2 } , \\frac { d _ { 0 } - 1 } { 2 } \\right) } ," + }, + { + "category_id": 13, + "poly": [ + 1004, + 1872, + 1211, + 1872, + 1211, + 1912, + 1004, + 1912 + ], + "score": 0.92, + "latex": "\\mathbf { y } = \\left[ 1 , 0 \\ldots , 0 \\right] ^ { \\top }" + }, + { + "category_id": 13, + "poly": [ + 747, + 1145, + 889, + 1145, + 889, + 1179, + 747, + 1179 + ], + "score": 0.92, + "latex": "\\alpha ( N ) \\infty" + }, + { + "category_id": 13, + "poly": [ + 452, + 1878, + 570, + 1878, + 570, + 1912, + 452, + 1912 + ], + "score": 0.92, + "latex": "\\mathcal { N } ( 0 , \\mathbf { I } _ { d _ { 0 } } )" + }, + { + "category_id": 14, + "poly": [ + 644, + 1191, + 1054, + 1191, + 1054, + 1251, + 644, + 1251 + ], + "score": 0.92, + "latex": "\\begin{array} { r } { \\mathbb { P } \\left( \\mathbf { C B } > 0 \\right) \\dot { \\leq } \\exp \\left( - 0 . 4 N \\alpha ^ { 1 / 4 } \\right) . } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 438, + 343, + 506, + 343, + 506, + 376, + 438, + 376 + ], + "score": 0.92, + "latex": "K \\left( \\theta \\right)" + }, + { + "category_id": 13, + "poly": [ + 597, + 1147, + 696, + 1147, + 696, + 1173, + 597, + 1173 + ], + "score": 0.91, + "latex": "N \\to \\infty" + }, + { + "category_id": 13, + "poly": [ + 909, + 1006, + 1154, + 1006, + 1154, + 1042, + 909, + 1042 + ], + "score": 0.91, + "latex": "\\operatorname* { m i n } \\left[ N , M , L \\right] \\dot { > } \\alpha \\dot { > } 1" + }, + { + "category_id": 14, + "poly": [ + 549, + 570, + 1148, + 570, + 1148, + 612, + 549, + 612 + ], + "score": 0.88, + "latex": "\\theta _ { * } \\approx 2 3 . 2 5 ; \\psi \\left( \\theta _ { * } \\right) \\approx 0 . 1 0 6 2 ; \\psi ^ { 3 } \\left( \\theta _ { * } \\right) \\theta _ { * } ^ { 2 } \\approx 0 . 6 4 7 8 ." + }, + { + "category_id": 14, + "poly": [ + 575, + 1088, + 1117, + 1088, + 1117, + 1133, + 575, + 1133 + ], + "score": 0.88, + "latex": "\\begin{array} { r } { \\log \\mathbb { P } \\left( \\mathbf { C B } > 0 \\right) \\le - 0 . 4 N \\alpha ^ { 1 / 4 } + O \\left( N \\log \\alpha \\right) , } \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 556, + 1591, + 1142, + 1591, + 1142, + 1680, + 556, + 1680 + ], + "score": 0.87, + "latex": "\\mathbb { P } \\left( \\left| \\frac { \\mathbf { x } ^ { \\top } \\mathbf { y } } { \\left\\| \\mathbf { x } \\right\\| \\left\\| \\mathbf { y } \\right\\| } \\right| > \\cos \\left( \\epsilon \\right) \\right) \\geq \\frac { 2 \\sin \\left( \\epsilon \\right) ^ { d _ { 0 } - 1 } } { \\left( d _ { 0 } - 1 \\right) B \\left( \\frac { 1 } { 2 } , \\frac { d _ { 0 } - 1 } { 2 } \\right) }" + }, + { + "category_id": 13, + "poly": [ + 653, + 1007, + 854, + 1007, + 854, + 1040, + 653, + 1040 + ], + "score": 0.86, + "latex": "N \\geq L , N \\geq M" + }, + { + "category_id": 13, + "poly": [ + 633, + 499, + 650, + 499, + 650, + 525, + 633, + 525 + ], + "score": 0.79, + "latex": "\\theta" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1335.0, + 1398.0, + 1335.0, + 1398.0, + 1377.0, + 296.0, + 1377.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 366.0, + 1380.0, + 847.0, + 1380.0, + 847.0, + 1413.0, + 366.0, + 1413.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 859.0, + 72.0, + 859.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 828.0, + 2084.0, + 872.0, + 2084.0, + 872.0, + 2125.0, + 828.0, + 2125.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1378.0, + 1268.0, + 1403.0, + 1268.0, + 1403.0, + 1295.0, + 1378.0, + 1295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1446.0, + 971.0, + 1446.0, + 971.0, + 1481.0, + 297.0, + 1481.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 493.0, + 632.0, + 493.0, + 632.0, + 533.0, + 294.0, + 533.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 651.0, + 493.0, + 1063.0, + 493.0, + 1063.0, + 533.0, + 651.0, + 533.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1170.0, + 493.0, + 1405.0, + 493.0, + 1405.0, + 533.0, + 1170.0, + 533.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 528.0, + 791.0, + 528.0, + 791.0, + 560.0, + 296.0, + 560.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1004.0, + 652.0, + 1004.0, + 652.0, + 1046.0, + 294.0, + 1046.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 855.0, + 1004.0, + 908.0, + 1004.0, + 908.0, + 1046.0, + 855.0, + 1046.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1155.0, + 1004.0, + 1405.0, + 1004.0, + 1405.0, + 1046.0, + 1155.0, + 1046.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1039.0, + 401.0, + 1039.0, + 401.0, + 1079.0, + 294.0, + 1079.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 546.0, + 1039.0, + 724.0, + 1039.0, + 724.0, + 1079.0, + 546.0, + 1079.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1872.0, + 451.0, + 1872.0, + 451.0, + 1915.0, + 292.0, + 1915.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 571.0, + 1872.0, + 1003.0, + 1872.0, + 1003.0, + 1915.0, + 571.0, + 1915.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1212.0, + 1872.0, + 1407.0, + 1872.0, + 1407.0, + 1915.0, + 1212.0, + 1915.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1908.0, + 545.0, + 1908.0, + 545.0, + 1945.0, + 293.0, + 1945.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 621.0, + 1014.0, + 621.0, + 1014.0, + 663.0, + 294.0, + 663.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1141.0, + 596.0, + 1141.0, + 596.0, + 1181.0, + 294.0, + 1181.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 697.0, + 1141.0, + 746.0, + 1141.0, + 746.0, + 1181.0, + 697.0, + 1181.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 890.0, + 1141.0, + 955.0, + 1141.0, + 955.0, + 1181.0, + 890.0, + 1181.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1080.0, + 1141.0, + 1189.0, + 1141.0, + 1189.0, + 1181.0, + 1080.0, + 1181.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 339.0, + 437.0, + 339.0, + 437.0, + 379.0, + 297.0, + 379.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 507.0, + 339.0, + 560.0, + 339.0, + 560.0, + 379.0, + 507.0, + 379.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 656.0, + 339.0, + 731.0, + 339.0, + 731.0, + 379.0, + 656.0, + 379.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1804.0, + 528.0, + 1804.0, + 528.0, + 1841.0, + 296.0, + 1841.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 624.0, + 1804.0, + 850.0, + 1804.0, + 850.0, + 1841.0, + 624.0, + 1841.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 229.0, + 453.0, + 229.0, + 453.0, + 264.0, + 295.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1502.0, + 1345.0, + 1502.0, + 1345.0, + 1541.0, + 293.0, + 1541.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1446.0, + 971.0, + 1446.0, + 971.0, + 1481.0, + 297.0, + 1481.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1540.0, + 683.0, + 1540.0, + 683.0, + 1584.0, + 294.0, + 1584.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 856.0, + 1540.0, + 965.0, + 1540.0, + 965.0, + 1584.0, + 856.0, + 1584.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 28, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1611, + 1405, + 1611, + 1405, + 1727, + 297, + 1727 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 296, + 1026, + 1406, + 1026, + 1406, + 1157, + 296, + 1157 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 296, + 1827, + 1405, + 1827, + 1405, + 1933, + 296, + 1933 + ], + "score": 0.975 + }, + { + "category_id": 8, + "poly": [ + 650, + 1950, + 1040, + 1950, + 1040, + 2044, + 650, + 2044 + ], + "score": 0.962 + }, + { + "category_id": 8, + "poly": [ + 500, + 1190, + 1196, + 1190, + 1196, + 1285, + 500, + 1285 + ], + "score": 0.957 + }, + { + "category_id": 8, + "poly": [ + 393, + 491, + 1304, + 491, + 1304, + 591, + 393, + 591 + ], + "score": 0.954 + }, + { + "category_id": 8, + "poly": [ + 616, + 812, + 1081, + 812, + 1081, + 905, + 616, + 905 + ], + "score": 0.951 + }, + { + "category_id": 8, + "poly": [ + 525, + 1738, + 1168, + 1738, + 1168, + 1817, + 525, + 1817 + ], + "score": 0.95 + }, + { + "category_id": 8, + "poly": [ + 430, + 693, + 1263, + 693, + 1263, + 776, + 430, + 776 + ], + "score": 0.95 + }, + { + "category_id": 1, + "poly": [ + 297, + 1443, + 1401, + 1443, + 1401, + 1510, + 297, + 1510 + ], + "score": 0.946 + }, + { + "category_id": 8, + "poly": [ + 555, + 1523, + 1140, + 1523, + 1140, + 1580, + 555, + 1580 + ], + "score": 0.942 + }, + { + "category_id": 1, + "poly": [ + 296, + 223, + 1401, + 223, + 1401, + 295, + 296, + 295 + ], + "score": 0.941 + }, + { + "category_id": 1, + "poly": [ + 297, + 784, + 532, + 784, + 532, + 817, + 297, + 817 + ], + "score": 0.928 + }, + { + "category_id": 1, + "poly": [ + 298, + 905, + 571, + 905, + 571, + 939, + 298, + 939 + ], + "score": 0.928 + }, + { + "category_id": 2, + "poly": [ + 297, + 73, + 858, + 73, + 858, + 106, + 297, + 106 + ], + "score": 0.928 + }, + { + "category_id": 8, + "poly": [ + 300, + 352, + 1397, + 352, + 1397, + 437, + 300, + 437 + ], + "score": 0.924 + }, + { + "category_id": 1, + "poly": [ + 298, + 646, + 692, + 646, + 692, + 680, + 298, + 680 + ], + "score": 0.921 + }, + { + "category_id": 1, + "poly": [ + 297, + 446, + 534, + 446, + 534, + 479, + 297, + 479 + ], + "score": 0.919 + }, + { + "category_id": 1, + "poly": [ + 299, + 306, + 819, + 306, + 819, + 343, + 299, + 343 + ], + "score": 0.918 + }, + { + "category_id": 1, + "poly": [ + 297, + 600, + 571, + 600, + 571, + 633, + 297, + 633 + ], + "score": 0.916 + }, + { + "category_id": 1, + "poly": [ + 296, + 1289, + 345, + 1289, + 345, + 1318, + 296, + 1318 + ], + "score": 0.908 + }, + { + "category_id": 9, + "poly": [ + 1329, + 1980, + 1401, + 1980, + 1401, + 2013, + 1329, + 2013 + ], + "score": 0.907 + }, + { + "category_id": 0, + "poly": [ + 300, + 973, + 648, + 973, + 648, + 1007, + 300, + 1007 + ], + "score": 0.901 + }, + { + "category_id": 9, + "poly": [ + 1329, + 1220, + 1402, + 1220, + 1402, + 1254, + 1329, + 1254 + ], + "score": 0.901 + }, + { + "category_id": 9, + "poly": [ + 1330, + 1363, + 1401, + 1363, + 1401, + 1397, + 1330, + 1397 + ], + "score": 0.9 + }, + { + "category_id": 2, + "poly": [ + 834, + 2087, + 867, + 2087, + 867, + 2114, + 834, + 2114 + ], + "score": 0.87 + }, + { + "category_id": 8, + "poly": [ + 424, + 1357, + 1258, + 1357, + 1258, + 1401, + 424, + 1401 + ], + "score": 0.87 + }, + { + "category_id": 1, + "poly": [ + 296, + 1404, + 1088, + 1404, + 1088, + 1437, + 296, + 1437 + ], + "score": 0.866 + }, + { + "category_id": 2, + "poly": [ + 1373, + 906, + 1405, + 906, + 1405, + 937, + 1373, + 937 + ], + "score": 0.84 + }, + { + "category_id": 13, + "poly": [ + 565, + 1611, + 1084, + 1611, + 1084, + 1667, + 565, + 1667 + ], + "score": 0.94, + "latex": "\\mathbb { P } _ { \\mathbf { W } \\sim \\mathcal { N } } \\left( \\mathbf { W } \\in \\tilde { \\mathcal { G } } \\left( \\mathbf { X } , \\mathbf { W } ^ { * } \\right) \\right) \\forall \\mathbf { X } \\in \\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right)" + }, + { + "category_id": 14, + "poly": [ + 649, + 1944, + 1047, + 1944, + 1047, + 2044, + 649, + 2044 + ], + "score": 0.94, + "latex": "\\forall \\alpha : \\bigcap _ { i = 1 } ^ { d _ { 1 } ^ { * } } \\tilde { \\mathcal { G } } _ { i } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\subset \\tilde { \\mathcal { G } } \\left( \\mathbf { X } , \\mathbf { W } ^ { * } \\right) ." + }, + { + "category_id": 14, + "poly": [ + 500, + 1190, + 1196, + 1190, + 1196, + 1285, + 500, + 1285 + ], + "score": 0.94, + "latex": "\\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\triangleq \\left\\{ \\mathbf { X } \\in \\mathbb { R } ^ { d _ { 0 } \\times N } | \\forall i , n : \\left| \\frac { \\mathbf { x } ^ { ( n ) \\top } \\mathbf { w } _ { i } ^ { * } } { \\left\\| \\mathbf { x } ^ { ( n ) } \\right\\| \\left\\| \\mathbf { w } _ { i } ^ { * } \\right\\| } \\right| > \\mathrm { s i n } \\alpha \\right\\}" + }, + { + "category_id": 14, + "poly": [ + 433, + 692, + 1264, + 692, + 1264, + 775, + 433, + 775 + ], + "score": 0.93, + "latex": "\\mathbb { P } \\left( Z < u \\right) = \\frac { \\int _ { 0 } ^ { u } x ^ { \\alpha - 1 } \\left( 1 - x \\right) ^ { \\beta - 1 } d x } { B \\left( \\alpha , \\beta \\right) } \\leq \\frac { \\int _ { 0 } ^ { u } x ^ { \\alpha - 1 } 1 ^ { \\beta - 1 } d x } { B \\left( \\alpha , \\beta \\right) } = \\frac { u ^ { \\alpha } } { \\alpha B \\left( \\alpha , \\beta \\right) } ." + }, + { + "category_id": 14, + "poly": [ + 615, + 810, + 1079, + 810, + 1079, + 904, + 615, + 904 + ], + "score": 0.93, + "latex": "\\mathbb { P } \\left( \\left| \\frac { \\mathbf { x } ^ { \\top } \\mathbf { y } } { \\left\\| \\mathbf { x } \\right\\| \\left\\| \\mathbf { y } \\right\\| } \\right| ^ { 2 } < u ^ { 2 } \\right) \\leq \\frac { 2 u } { B \\left( \\frac { 1 } { 2 } , \\frac { d _ { 0 } - 1 } { 2 } \\right) } ," + }, + { + "category_id": 14, + "poly": [ + 394, + 488, + 1301, + 488, + 1301, + 590, + 394, + 590 + ], + "score": 0.93, + "latex": "\\mathbb { P } \\left( \\left| \\frac { \\mathbf { x } ^ { \\mathsf { T } } \\mathbf { y } } { \\left\\| \\mathbf { x } \\right\\| \\left\\| \\mathbf { y } \\right\\| } \\right| ^ { 2 } > \\cos ^ { 2 } \\left( \\epsilon \\right) \\right) \\geq \\frac { 2 \\left( 1 - \\cos ^ { 2 } \\left( \\epsilon \\right) \\right) ^ { \\frac { d _ { 0 } - 1 } { 2 } } } { \\left( d _ { 0 } - 1 \\right) B \\left( \\frac { 1 } { 2 } , \\frac { d _ { 0 } - 1 } { 2 } \\right) } = \\frac { 2 \\sin \\left( \\epsilon \\right) ^ { d _ { 0 } - 1 } } { \\left( d _ { 0 } - 1 \\right) B \\left( \\frac { 1 } { 2 } , \\frac { d _ { 0 } - 1 } { 2 } \\right) } ," + }, + { + "category_id": 14, + "poly": [ + 526, + 1737, + 1170, + 1737, + 1170, + 1817, + 526, + 1817 + ], + "score": 0.93, + "latex": "\\begin{array} { r } { \\tilde { \\mathcal { G } } _ { i } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) = \\left\\{ \\mathbf { W } \\in \\mathbb { R } ^ { d _ { 1 } \\times d _ { 0 } } \\big | \\left| \\frac { \\mathbf { W } _ { i } ^ { \\top } \\mathbf { w } _ { i } ^ { * } } { \\left\\| \\mathbf { w } _ { i } \\right\\| \\left\\| \\mathbf { w } _ { i } ^ { * } \\right\\| } \\right| < \\cos \\left( \\alpha \\right) \\right\\} . } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 452, + 647, + 567, + 647, + 567, + 681, + 452, + 681 + ], + "score": 0.93, + "latex": "\\alpha \\in ( 0 , 1 )" + }, + { + "category_id": 13, + "poly": [ + 300, + 1072, + 628, + 1072, + 628, + 1121, + 300, + 1121 + ], + "score": 0.92, + "latex": "\\left[ { \\bf w } _ { 1 } ^ { \\top } , \\ldots , { \\bf w } _ { d _ { 1 } } ^ { \\top } \\right] ^ { \\top } \\ \\in \\ \\mathbb { R } ^ { d _ { 1 } \\times d _ { 0 } }" + }, + { + "category_id": 13, + "poly": [ + 810, + 224, + 1085, + 224, + 1085, + 266, + 810, + 266 + ], + "score": 0.92, + "latex": "{ \\textstyle \\sum _ { i = 2 } ^ { d _ { 0 } } x _ { i } ^ { 2 } \\sim \\chi ^ { 2 } \\left( d _ { 0 } - 1 \\right) }" + }, + { + "category_id": 14, + "poly": [ + 310, + 351, + 1397, + 351, + 1397, + 437, + 310, + 437 + ], + "score": 0.92, + "latex": "\\mathbb { P } \\left( Z > u \\right) = \\frac { \\int _ { u } ^ { 1 } x ^ { \\alpha - 1 } \\left( 1 - x \\right) ^ { \\beta - 1 } d x } { B \\left( \\alpha , \\beta \\right) } \\geq \\frac { \\int _ { u } ^ { 1 } 1 ^ { \\alpha - 1 } \\left( 1 - x \\right) ^ { \\beta - 1 } d x } { B \\left( \\alpha , \\beta \\right) } = \\frac { \\int _ { 0 } ^ { 1 - u } x ^ { \\beta - 1 } d x } { B \\left( \\alpha , \\beta \\right) } = \\frac { \\left( 1 - u \\right) ^ { \\beta } } { \\beta B \\left( \\alpha , \\beta \\right) } ." + }, + { + "category_id": 13, + "poly": [ + 612, + 227, + 756, + 227, + 756, + 264, + 612, + 264 + ], + "score": 0.92, + "latex": "x _ { 1 } ^ { 2 } \\sim \\chi ^ { 2 } ( 1 )" + }, + { + "category_id": 13, + "poly": [ + 298, + 1124, + 390, + 1124, + 390, + 1157, + 298, + 1157 + ], + "score": 0.91, + "latex": "d _ { 1 } ^ { * } \\leq d _ { 1 }" + }, + { + "category_id": 14, + "poly": [ + 555, + 1520, + 1142, + 1520, + 1142, + 1580, + 555, + 1580 + ], + "score": 0.91, + "latex": "\\begin{array} { r } { \\mathbb { P } _ { \\mathbf { W } \\sim \\mathcal { N } } \\left( \\mathbf { W } \\in \\tilde { \\mathcal { G } } \\left( \\mathbf { X } , \\mathbf { W } ^ { * } \\right) \\right) \\dot { \\geq } \\exp \\left( d _ { 0 } d _ { 1 } ^ { * } \\log \\sin \\alpha \\right) . } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 874, + 1067, + 1328, + 1067, + 1328, + 1128, + 874, + 1128 + ], + "score": 0.9, + "latex": "\\mathbf W ^ { * } ~ = ~ \\left[ \\mathbf w _ { 1 } ^ { * \\top } , \\ldots , \\mathbf w _ { d _ { 1 } ^ { * } } ^ { * \\top } \\right] ^ { \\top } ~ \\in ~ \\mathbb { R } ^ { d _ { 1 } ^ { * } \\times d _ { 0 } }" + }, + { + "category_id": 13, + "poly": [ + 1157, + 1865, + 1209, + 1865, + 1209, + 1897, + 1157, + 1897 + ], + "score": 0.9, + "latex": "\\mathbf { x } ^ { ( n ) }" + }, + { + "category_id": 13, + "poly": [ + 736, + 308, + 808, + 308, + 808, + 341, + 736, + 341 + ], + "score": 0.9, + "latex": "\\beta > 1" + }, + { + "category_id": 14, + "poly": [ + 431, + 1357, + 1267, + 1357, + 1267, + 1402, + 431, + 1402 + ], + "score": 0.9, + "latex": "\\begin{array} { r } { \\tilde { \\mathcal { G } } \\left( \\mathbf { X } , \\mathbf { W } ^ { * } \\right) \\triangleq \\left\\{ \\mathbf { W } \\in \\mathbb { R } ^ { d _ { 1 } \\times d _ { 0 } } | \\forall i \\le d _ { 1 } ^ { * } : \\ \\mathrm { s i g n } \\left( \\mathbf { w } _ { i } ^ { \\top } \\mathbf { X } \\right) = \\mathrm { s i g n } \\left( \\mathbf { w } _ { i } ^ { * } { } ^ { \\top } \\mathbf { X } \\right) \\right\\} . } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 1222, + 1833, + 1261, + 1833, + 1261, + 1866, + 1222, + 1866 + ], + "score": 0.9, + "latex": "\\mathbf { w } _ { i } ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 618, + 647, + 690, + 647, + 690, + 680, + 618, + 680 + ], + "score": 0.89, + "latex": "\\beta > 1" + }, + { + "category_id": 13, + "poly": [ + 1004, + 1900, + 1185, + 1900, + 1185, + 1933, + 1004, + 1933 + ], + "score": 0.89, + "latex": "\\mathbf { X } \\in \\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right)" + }, + { + "category_id": 13, + "poly": [ + 459, + 449, + 523, + 449, + 523, + 476, + 459, + 476 + ], + "score": 0.89, + "latex": "\\epsilon > 0" + }, + { + "category_id": 13, + "poly": [ + 735, + 1027, + 1184, + 1027, + 1184, + 1070, + 735, + 1070 + ], + "score": 0.89, + "latex": "\\begin{array} { r c l c l } { \\mathbf { X } } & { = } & { \\left[ \\mathbf { x } ^ { ( 1 ) } , \\ldots , \\mathbf { x } ^ { ( N ) } \\right] } & { \\in } & { \\mathbb { R } ^ { d _ { 0 } \\times N } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 562, + 308, + 677, + 308, + 677, + 342, + 562, + 342 + ], + "score": 0.89, + "latex": "\\alpha \\in ( 0 , 1 )" + }, + { + "category_id": 13, + "poly": [ + 459, + 788, + 523, + 788, + 523, + 814, + 459, + 814 + ], + "score": 0.89, + "latex": "\\epsilon > 0" + }, + { + "category_id": 13, + "poly": [ + 599, + 1695, + 638, + 1695, + 638, + 1726, + 599, + 1726 + ], + "score": 0.88, + "latex": "\\mathbf { w } _ { i } ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 448, + 1826, + 837, + 1826, + 837, + 1869, + 448, + 1869 + ], + "score": 0.87, + "latex": "\\mathrm { s i g n } \\left( \\mathbf { w } _ { i } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right) \\neq \\mathrm { s i g n } \\left( \\mathbf { w } _ { 1 } ^ { \\ast \\top } \\mathbf { x } ^ { ( n ) } \\right)" + }, + { + "category_id": 13, + "poly": [ + 600, + 1902, + 637, + 1902, + 637, + 1933, + 600, + 1933 + ], + "score": 0.87, + "latex": "\\mathbf { w } _ { i } ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 399, + 308, + 550, + 308, + 550, + 342, + 399, + 342 + ], + "score": 0.84, + "latex": "Z \\sim B \\left( \\alpha , \\beta \\right)" + }, + { + "category_id": 13, + "poly": [ + 298, + 1476, + 395, + 1476, + 395, + 1504, + 298, + 1504 + ], + "score": 0.83, + "latex": "N \\to \\infty" + }, + { + "category_id": 13, + "poly": [ + 664, + 1474, + 900, + 1474, + 900, + 1509, + 664, + 1509 + ], + "score": 0.81, + "latex": "\\log \\sin \\alpha { \\dot { > } } { \\dot { d } _ { 0 } } ^ { - 1 } \\log { d _ { 0 } }" + }, + { + "category_id": 13, + "poly": [ + 694, + 1669, + 729, + 1669, + 729, + 1693, + 694, + 1693 + ], + "score": 0.81, + "latex": "\\mathbf { w } _ { i }" + }, + { + "category_id": 13, + "poly": [ + 850, + 1833, + 886, + 1833, + 886, + 1864, + 850, + 1864 + ], + "score": 0.8, + "latex": "\\mathbf { w } _ { i }" + }, + { + "category_id": 13, + "poly": [ + 1313, + 1030, + 1403, + 1030, + 1403, + 1065, + 1313, + 1065 + ], + "score": 0.8, + "latex": "\\begin{array} { r l } { \\mathbf { W } } & { { } = } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 663, + 1877, + 683, + 1877, + 683, + 1897, + 663, + 1897 + ], + "score": 0.76, + "latex": "\\alpha" + }, + { + "category_id": 13, + "poly": [ + 407, + 1476, + 604, + 1476, + 604, + 1509, + 407, + 1509 + ], + "score": 0.73, + "latex": "\\forall \\mathbf { X } \\in \\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right)" + }, + { + "category_id": 13, + "poly": [ + 1031, + 1669, + 1052, + 1669, + 1052, + 1690, + 1031, + 1690 + ], + "score": 0.73, + "latex": "\\alpha" + }, + { + "category_id": 13, + "poly": [ + 815, + 1451, + 836, + 1451, + 836, + 1473, + 815, + 1473 + ], + "score": 0.65, + "latex": "\\alpha" + }, + { + "category_id": 13, + "poly": [ + 875, + 1446, + 923, + 1446, + 923, + 1475, + 875, + 1475 + ], + "score": 0.55, + "latex": "\\mathbf { W } ^ { * }" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 859.0, + 72.0, + 859.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 973.0, + 650.0, + 973.0, + 650.0, + 1010.0, + 297.0, + 1010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 830.0, + 2084.0, + 871.0, + 2084.0, + 871.0, + 2121.0, + 830.0, + 2121.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1378.0, + 911.0, + 1403.0, + 911.0, + 1403.0, + 937.0, + 1378.0, + 937.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1612.0, + 564.0, + 1612.0, + 564.0, + 1661.0, + 291.0, + 1661.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1085.0, + 1612.0, + 1407.0, + 1612.0, + 1407.0, + 1661.0, + 1085.0, + 1661.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1657.0, + 693.0, + 1657.0, + 693.0, + 1701.0, + 292.0, + 1701.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 730.0, + 1657.0, + 1030.0, + 1657.0, + 1030.0, + 1701.0, + 730.0, + 1701.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1053.0, + 1657.0, + 1406.0, + 1657.0, + 1406.0, + 1701.0, + 1053.0, + 1701.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1692.0, + 598.0, + 1692.0, + 598.0, + 1730.0, + 294.0, + 1730.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 639.0, + 1692.0, + 658.0, + 1692.0, + 658.0, + 1730.0, + 639.0, + 1730.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 1013.0, + 734.0, + 1013.0, + 734.0, + 1076.0, + 289.0, + 1076.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1185.0, + 1013.0, + 1312.0, + 1013.0, + 1312.0, + 1076.0, + 1185.0, + 1076.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1404.0, + 1013.0, + 1411.0, + 1013.0, + 1411.0, + 1076.0, + 1404.0, + 1076.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 286.0, + 1058.0, + 299.0, + 1058.0, + 299.0, + 1141.0, + 286.0, + 1141.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 629.0, + 1058.0, + 873.0, + 1058.0, + 873.0, + 1141.0, + 629.0, + 1141.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1329.0, + 1075.0, + 1406.0, + 1075.0, + 1406.0, + 1119.0, + 1329.0, + 1119.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 391.0, + 1120.0, + 789.0, + 1120.0, + 789.0, + 1159.0, + 391.0, + 1159.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1826.0, + 447.0, + 1826.0, + 447.0, + 1870.0, + 293.0, + 1870.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 1826.0, + 849.0, + 1826.0, + 849.0, + 1870.0, + 838.0, + 1870.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 887.0, + 1826.0, + 1221.0, + 1826.0, + 1221.0, + 1870.0, + 887.0, + 1870.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1262.0, + 1826.0, + 1406.0, + 1826.0, + 1406.0, + 1870.0, + 1262.0, + 1870.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1861.0, + 662.0, + 1861.0, + 662.0, + 1907.0, + 290.0, + 1907.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 684.0, + 1861.0, + 1156.0, + 1861.0, + 1156.0, + 1907.0, + 684.0, + 1907.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1210.0, + 1861.0, + 1408.0, + 1861.0, + 1408.0, + 1907.0, + 1210.0, + 1907.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1895.0, + 599.0, + 1895.0, + 599.0, + 1935.0, + 294.0, + 1935.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 638.0, + 1895.0, + 1003.0, + 1895.0, + 1003.0, + 1935.0, + 638.0, + 1935.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1186.0, + 1895.0, + 1197.0, + 1895.0, + 1197.0, + 1935.0, + 1186.0, + 1935.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1441.0, + 814.0, + 1441.0, + 814.0, + 1482.0, + 293.0, + 1482.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 837.0, + 1441.0, + 874.0, + 1441.0, + 874.0, + 1482.0, + 837.0, + 1482.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 924.0, + 1441.0, + 1407.0, + 1441.0, + 1407.0, + 1482.0, + 924.0, + 1482.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 396.0, + 1473.0, + 406.0, + 1473.0, + 406.0, + 1513.0, + 396.0, + 1513.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 605.0, + 1473.0, + 663.0, + 1473.0, + 663.0, + 1513.0, + 605.0, + 1513.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 901.0, + 1473.0, + 905.0, + 1473.0, + 905.0, + 1513.0, + 901.0, + 1513.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 286.0, + 212.0, + 611.0, + 212.0, + 611.0, + 279.0, + 286.0, + 279.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 757.0, + 212.0, + 809.0, + 212.0, + 809.0, + 279.0, + 757.0, + 279.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1086.0, + 212.0, + 1412.0, + 212.0, + 1412.0, + 279.0, + 1086.0, + 279.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 260.0, + 499.0, + 260.0, + 499.0, + 292.0, + 294.0, + 292.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 780.0, + 458.0, + 780.0, + 458.0, + 821.0, + 293.0, + 821.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 524.0, + 780.0, + 537.0, + 780.0, + 537.0, + 821.0, + 524.0, + 821.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 901.0, + 573.0, + 901.0, + 573.0, + 947.0, + 294.0, + 947.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 644.0, + 451.0, + 644.0, + 451.0, + 684.0, + 295.0, + 684.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 568.0, + 644.0, + 617.0, + 644.0, + 617.0, + 684.0, + 568.0, + 684.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 444.0, + 458.0, + 444.0, + 458.0, + 483.0, + 295.0, + 483.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 524.0, + 444.0, + 535.0, + 444.0, + 535.0, + 483.0, + 524.0, + 483.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 304.0, + 398.0, + 304.0, + 398.0, + 348.0, + 296.0, + 348.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 551.0, + 304.0, + 561.0, + 304.0, + 561.0, + 348.0, + 551.0, + 348.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 678.0, + 304.0, + 735.0, + 304.0, + 735.0, + 348.0, + 678.0, + 348.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 809.0, + 304.0, + 826.0, + 304.0, + 826.0, + 348.0, + 809.0, + 348.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 597.0, + 571.0, + 597.0, + 571.0, + 639.0, + 295.0, + 639.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1287.0, + 345.0, + 1287.0, + 345.0, + 1319.0, + 293.0, + 1319.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1401.0, + 1086.0, + 1401.0, + 1086.0, + 1441.0, + 295.0, + 1441.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 29, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 296, + 835, + 1408, + 835, + 1408, + 962, + 296, + 962 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 299, + 1530, + 1404, + 1530, + 1404, + 1640, + 299, + 1640 + ], + "score": 0.974 + }, + { + "category_id": 1, + "poly": [ + 298, + 512, + 1403, + 512, + 1403, + 618, + 298, + 618 + ], + "score": 0.972 + }, + { + "category_id": 8, + "poly": [ + 334, + 1309, + 1360, + 1309, + 1360, + 1515, + 334, + 1515 + ], + "score": 0.966 + }, + { + "category_id": 8, + "poly": [ + 411, + 1655, + 1281, + 1655, + 1281, + 1829, + 411, + 1829 + ], + "score": 0.964 + }, + { + "category_id": 8, + "poly": [ + 489, + 279, + 1257, + 279, + 1257, + 493, + 489, + 493 + ], + "score": 0.964 + }, + { + "category_id": 8, + "poly": [ + 662, + 979, + 1035, + 979, + 1035, + 1054, + 662, + 1054 + ], + "score": 0.962 + }, + { + "category_id": 8, + "poly": [ + 508, + 1134, + 1189, + 1134, + 1189, + 1230, + 508, + 1230 + ], + "score": 0.957 + }, + { + "category_id": 8, + "poly": [ + 503, + 1896, + 1193, + 1896, + 1193, + 1988, + 503, + 1988 + ], + "score": 0.948 + }, + { + "category_id": 8, + "poly": [ + 471, + 635, + 1222, + 635, + 1222, + 692, + 471, + 692 + ], + "score": 0.937 + }, + { + "category_id": 1, + "poly": [ + 296, + 1245, + 1233, + 1245, + 1233, + 1293, + 296, + 1293 + ], + "score": 0.933 + }, + { + "category_id": 1, + "poly": [ + 298, + 710, + 1092, + 710, + 1092, + 748, + 298, + 748 + ], + "score": 0.929 + }, + { + "category_id": 2, + "poly": [ + 296, + 73, + 858, + 73, + 858, + 107, + 296, + 107 + ], + "score": 0.927 + }, + { + "category_id": 1, + "poly": [ + 297, + 1087, + 496, + 1087, + 496, + 1120, + 297, + 1120 + ], + "score": 0.923 + }, + { + "category_id": 1, + "poly": [ + 298, + 227, + 602, + 227, + 602, + 263, + 298, + 263 + ], + "score": 0.923 + }, + { + "category_id": 1, + "poly": [ + 296, + 1843, + 1223, + 1843, + 1223, + 1882, + 296, + 1882 + ], + "score": 0.918 + }, + { + "category_id": 9, + "poly": [ + 1330, + 317, + 1402, + 317, + 1402, + 350, + 1330, + 350 + ], + "score": 0.887 + }, + { + "category_id": 0, + "poly": [ + 301, + 782, + 649, + 782, + 649, + 816, + 301, + 816 + ], + "score": 0.88 + }, + { + "category_id": 2, + "poly": [ + 1373, + 2002, + 1404, + 2002, + 1404, + 2033, + 1373, + 2033 + ], + "score": 0.853 + }, + { + "category_id": 2, + "poly": [ + 1373, + 712, + 1404, + 712, + 1404, + 743, + 1373, + 743 + ], + "score": 0.834 + }, + { + "category_id": 2, + "poly": [ + 834, + 2087, + 863, + 2087, + 863, + 2114, + 834, + 2114 + ], + "score": 0.623 + }, + { + "category_id": 2, + "poly": [ + 834, + 2087, + 864, + 2087, + 864, + 2114, + 834, + 2114 + ], + "score": 0.232 + }, + { + "category_id": 14, + "poly": [ + 411, + 1654, + 1286, + 1654, + 1286, + 1831, + 411, + 1831 + ], + "score": 0.94, + "latex": "\\begin{array} { r l } & { \\log \\mathbb { P } \\left( \\mathbf { X } \\in \\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) \\geq N \\log \\left[ 1 - \\sqrt { \\frac { 2 } { \\pi } d _ { 0 } } d _ { 1 } ^ { * } \\sin \\alpha + O \\left( d _ { 1 } ^ { * } d _ { 0 } ^ { - 1 / 2 } \\sin \\alpha \\right) \\right] } \\\\ & { \\qquad = - \\sqrt { \\frac { 2 } { \\pi } } d _ { 0 } ^ { - 1 / 2 } + O \\left( d _ { 0 } ^ { - 3 / 2 } / N + d _ { 0 } ^ { - 1 } N ^ { - 2 } \\right) , } \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 509, + 1134, + 1188, + 1134, + 1188, + 1229, + 509, + 1229 + ], + "score": 0.94, + "latex": "\\mathcal M _ { n , i } ^ { \\alpha } ( \\mathbf W ^ { * } ) \\triangleq \\{ \\mathbf X \\in \\mathbb R ^ { d _ { 0 } \\times N } | | \\frac { \\mathbf x ^ { ( n ) \\top } \\mathbf w _ { i } ^ { * } } { \\| \\mathbf x ^ { ( n ) } \\| \\| \\mathbf w _ { i } ^ { * } \\| } | > \\sin ( \\alpha ) \\} ," + }, + { + "category_id": 13, + "poly": [ + 1054, + 508, + 1153, + 508, + 1153, + 551, + 1054, + 551 + ], + "score": 0.94, + "latex": "\\{ { \\bf w } _ { i } \\} _ { i = 1 } ^ { d _ { 1 } ^ { * } }" + }, + { + "category_id": 14, + "poly": [ + 662, + 978, + 1035, + 978, + 1035, + 1054, + 662, + 1054 + ], + "score": 0.94, + "latex": "\\mathbb { P } \\left( \\mathbf { X } \\notin \\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) \\dot { \\leq } \\sqrt { \\frac { 2 } { \\pi } } d _ { 0 } ^ { - 1 / 2 }" + }, + { + "category_id": 13, + "poly": [ + 397, + 1600, + 761, + 1600, + 761, + 1642, + 397, + 1642 + ], + "score": 0.94, + "latex": "B \\left( { \\textstyle \\frac { 1 } { 2 } } , x \\right) = { \\sqrt { \\pi / x } } + O \\left( x ^ { - 3 / 2 } \\right)" + }, + { + "category_id": 14, + "poly": [ + 487, + 279, + 1259, + 279, + 1259, + 495, + 487, + 495 + ], + "score": 0.94, + "latex": "\\begin{array} { r l } & { \\mathbb { P } _ { \\mathbf { W } \\sim \\mathcal { N } } \\left( \\mathbf { W } \\in \\tilde { \\mathcal { G } } \\left( \\mathbf { X } , \\mathbf { W } ^ { * } \\right) \\right) \\overset { ( 1 ) } { \\geq } \\mathbb { P } _ { \\mathbf { W } \\sim \\mathcal { N } } \\left( \\mathbf { W } \\in \\displaystyle \\bigcap _ { i = 1 } ^ { d _ { 1 } ^ { * } } \\tilde { \\mathcal { G } } _ { i } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) } \\\\ & { \\overset { ( 2 ) } { = } \\displaystyle \\prod _ { i = 1 } ^ { d _ { 1 } ^ { * } } \\mathbb { P } _ { \\mathbf { W } \\sim \\mathcal { N } } \\left( \\mathbf { W } \\in \\tilde { \\mathcal { G } } _ { i } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) \\overset { ( 3 ) } { \\geq } \\left[ \\frac { 2 \\sin \\left( \\alpha \\right) ^ { d _ { 0 } - 1 } } { \\left( d _ { 0 } - 1 \\right) B \\left( \\frac { 1 } { 2 } , \\frac { d _ { 0 } - 1 } { 2 } \\right) } \\right] ^ { d _ { 1 } ^ { * } } , } \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 334, + 1306, + 1360, + 1306, + 1360, + 1517, + 334, + 1517 + ], + "score": 0.93, + "latex": "\\begin{array} { r l } & { \\displaystyle \\mathbb { P } \\left( \\mathbf { X } \\in \\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) \\stackrel { ( 1 ) } { = } \\prod _ { n = 1 } ^ { N } \\mathbb { P } \\left( \\mathbf { X } \\in \\mathcal { M } _ { n } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) = \\prod _ { n = 1 } ^ { N } \\left[ 1 - \\mathbb { P } \\left( \\mathbf { X } \\notin \\mathcal { M } _ { n } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) \\right] } \\\\ & { \\displaystyle \\overset { ( 2 ) } { \\geq } \\prod _ { n = 1 } ^ { N } \\left[ 1 - \\sum _ { i = 1 } ^ { d _ { 1 } ^ { * } } \\mathbb { P } \\left( \\mathbf { X } \\notin \\mathcal { M } _ { n , i } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) \\right] \\stackrel { ( 3 ) } { \\geq } \\left[ 1 - d _ { 1 } ^ { * } \\frac { 2 \\sin \\left( \\alpha \\right) } { B \\left( \\frac { 1 } { 2 } , \\frac { d _ { 0 } - 1 } { 2 } \\right) } \\right] ^ { N } , } \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 505, + 1895, + 1194, + 1895, + 1194, + 1989, + 505, + 1989 + ], + "score": 0.93, + "latex": "\\mathbb { P } \\left( \\mathbf { X } \\notin \\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) \\dot { \\geq } 1 - \\exp \\left( - \\sqrt { \\frac { 2 } { \\pi } } d _ { 0 } ^ { - 1 / 2 } \\right) \\geq \\sqrt { \\frac { 2 } { \\pi } } d _ { 0 } ^ { - 1 / 2 }" + }, + { + "category_id": 13, + "poly": [ + 768, + 1528, + 894, + 1528, + 894, + 1577, + 768, + 1577 + ], + "score": 0.92, + "latex": "\\left\\{ \\mathbf { x } ^ { ( n ) } \\right\\} _ { n = 1 } ^ { N }" + }, + { + "category_id": 13, + "poly": [ + 397, + 578, + 761, + 578, + 761, + 619, + 397, + 619 + ], + "score": 0.92, + "latex": "B \\left( { \\textstyle \\frac { 1 } { 2 } } , x \\right) = { \\sqrt { \\pi / x } } + O \\left( x ^ { - 3 / 2 } \\right)" + }, + { + "category_id": 13, + "poly": [ + 346, + 1244, + 703, + 1244, + 703, + 1292, + 346, + 1292 + ], + "score": 0.92, + "latex": "\\begin{array} { r } { \\mathcal { M } _ { n } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\triangleq \\bigcap _ { i = 1 } ^ { d _ { 1 } ^ { * } } \\mathcal { M } _ { n , i } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 668, + 1847, + 815, + 1847, + 815, + 1881, + 668, + 1881 + ], + "score": 0.92, + "latex": "\\sin \\alpha = 1 / N" + }, + { + "category_id": 13, + "poly": [ + 747, + 835, + 1147, + 835, + 1147, + 899, + 747, + 899 + ], + "score": 0.92, + "latex": "\\mathbf { W } ^ { * } = \\left[ \\mathbf { w } _ { 1 } ^ { \\top } , \\ldots , \\mathbf { w } _ { d _ { 1 } ^ { * } } ^ { \\top } \\right] ^ { \\top } \\in \\mathbb { R } ^ { d _ { 1 } ^ { * } \\times d _ { 0 } }" + }, + { + "category_id": 13, + "poly": [ + 787, + 1247, + 1123, + 1247, + 1123, + 1290, + 787, + 1290 + ], + "score": 0.91, + "latex": "\\begin{array} { r } { \\mathcal { M } \\left( \\mathbf { W } ^ { * } \\right) = \\bigcap _ { n = 1 } ^ { N } \\mathcal { M } _ { n } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) } \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 472, + 633, + 1226, + 633, + 1226, + 694, + 472, + 694 + ], + "score": 0.9, + "latex": "\\begin{array} { r } { \\log \\mathbb { P } _ { \\mathbf { W } \\sim \\mathcal { N } } \\left( \\mathbf { W } \\in \\tilde { \\mathcal { G } } \\left( \\mathbf { X } , \\mathbf { W } ^ { * } \\right) \\right) \\geq d _ { 0 } d _ { 1 } ^ { * } \\log \\sin \\alpha + O \\left( d _ { 1 } ^ { * } \\log d _ { 0 } \\right) . } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 676, + 715, + 776, + 715, + 776, + 742, + 676, + 742 + ], + "score": 0.9, + "latex": "N \\to \\infty" + }, + { + "category_id": 13, + "poly": [ + 990, + 1843, + 1117, + 1843, + 1117, + 1881, + 990, + 1881 + ], + "score": 0.9, + "latex": "d _ { 1 } ^ { * } { \\dot { \\le } } d _ { 0 } { \\dot { \\le } } N" + }, + { + "category_id": 13, + "poly": [ + 388, + 230, + 590, + 230, + 590, + 265, + 388, + 265 + ], + "score": 0.89, + "latex": "\\forall \\mathbf { X } \\in \\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right)" + }, + { + "category_id": 13, + "poly": [ + 631, + 899, + 736, + 899, + 736, + 926, + 631, + 926 + ], + "score": 0.89, + "latex": "N \\infty" + }, + { + "category_id": 13, + "poly": [ + 388, + 928, + 612, + 928, + 612, + 962, + 388, + 962 + ], + "score": 0.87, + "latex": "\\sin \\alpha = 1 / \\left( d _ { 1 } ^ { * } d _ { 0 } N \\right)" + }, + { + "category_id": 13, + "poly": [ + 846, + 710, + 1082, + 710, + 1082, + 747, + 846, + 747 + ], + "score": 0.86, + "latex": "\\log \\sin \\alpha { \\dot { > } } d _ { 0 } ^ { - 1 } \\log d _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 798, + 898, + 923, + 898, + 923, + 931, + 798, + 931 + ], + "score": 0.86, + "latex": "d _ { 1 } ^ { * } { \\dot { \\leq } } d _ { 0 } { \\dot { \\leq } } N _ { \\mathrm { ~ } }" + }, + { + "category_id": 13, + "poly": [ + 867, + 588, + 886, + 588, + 886, + 610, + 867, + 610 + ], + "score": 0.76, + "latex": "x" + }, + { + "category_id": 13, + "poly": [ + 867, + 1611, + 886, + 1611, + 886, + 1632, + 867, + 1632 + ], + "score": 0.73, + "latex": "x" + }, + { + "category_id": 13, + "poly": [ + 385, + 898, + 412, + 898, + 412, + 925, + 385, + 925 + ], + "score": 0.42, + "latex": "\\mathbf { X }" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 859.0, + 72.0, + 859.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 778.0, + 650.0, + 778.0, + 650.0, + 820.0, + 295.0, + 820.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1377.0, + 2007.0, + 1403.0, + 2007.0, + 1403.0, + 2034.0, + 1377.0, + 2034.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1377.0, + 717.0, + 1403.0, + 717.0, + 1403.0, + 744.0, + 1377.0, + 744.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 830.0, + 2085.0, + 868.0, + 2085.0, + 868.0, + 2123.0, + 830.0, + 2123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 2085.0, + 868.0, + 2085.0, + 868.0, + 2123.0, + 831.0, + 2123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 283.0, + 832.0, + 746.0, + 832.0, + 746.0, + 903.0, + 283.0, + 903.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1148.0, + 839.0, + 1413.0, + 839.0, + 1413.0, + 895.0, + 1148.0, + 895.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 891.0, + 384.0, + 891.0, + 384.0, + 935.0, + 293.0, + 935.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 413.0, + 891.0, + 630.0, + 891.0, + 630.0, + 935.0, + 413.0, + 935.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 737.0, + 891.0, + 797.0, + 891.0, + 797.0, + 935.0, + 737.0, + 935.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 924.0, + 891.0, + 1406.0, + 891.0, + 1406.0, + 935.0, + 924.0, + 935.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 924.0, + 387.0, + 924.0, + 387.0, + 967.0, + 292.0, + 967.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 613.0, + 924.0, + 986.0, + 924.0, + 986.0, + 967.0, + 613.0, + 967.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 895.0, + 1532.0, + 1409.0, + 1532.0, + 1409.0, + 1582.0, + 895.0, + 1582.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1564.0, + 1406.0, + 1564.0, + 1406.0, + 1609.0, + 293.0, + 1609.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1594.0, + 396.0, + 1594.0, + 396.0, + 1647.0, + 292.0, + 1647.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 762.0, + 1594.0, + 866.0, + 1594.0, + 866.0, + 1647.0, + 762.0, + 1647.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 887.0, + 1594.0, + 982.0, + 1594.0, + 982.0, + 1647.0, + 887.0, + 1647.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 286.0, + 1522.0, + 885.0, + 1522.0, + 885.0, + 1585.0, + 286.0, + 1585.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 287.0, + 499.0, + 1053.0, + 499.0, + 1053.0, + 564.0, + 287.0, + 564.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1154.0, + 499.0, + 1407.0, + 499.0, + 1407.0, + 564.0, + 1154.0, + 564.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 547.0, + 1405.0, + 547.0, + 1405.0, + 583.0, + 294.0, + 583.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 571.0, + 396.0, + 571.0, + 396.0, + 624.0, + 292.0, + 624.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 762.0, + 571.0, + 866.0, + 571.0, + 866.0, + 624.0, + 762.0, + 624.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 887.0, + 571.0, + 903.0, + 571.0, + 903.0, + 624.0, + 887.0, + 624.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1244.0, + 345.0, + 1244.0, + 345.0, + 1294.0, + 294.0, + 1294.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 704.0, + 1244.0, + 786.0, + 1244.0, + 786.0, + 1294.0, + 704.0, + 1294.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1124.0, + 1244.0, + 1234.0, + 1244.0, + 1234.0, + 1294.0, + 1124.0, + 1294.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 704.0, + 675.0, + 704.0, + 675.0, + 753.0, + 293.0, + 753.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 777.0, + 704.0, + 845.0, + 704.0, + 845.0, + 753.0, + 777.0, + 753.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1083.0, + 704.0, + 1094.0, + 704.0, + 1094.0, + 753.0, + 1083.0, + 753.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1085.0, + 498.0, + 1085.0, + 498.0, + 1124.0, + 294.0, + 1124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 225.0, + 387.0, + 225.0, + 387.0, + 268.0, + 295.0, + 268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 591.0, + 225.0, + 605.0, + 225.0, + 605.0, + 268.0, + 591.0, + 268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1843.0, + 667.0, + 1843.0, + 667.0, + 1883.0, + 294.0, + 1883.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 816.0, + 1843.0, + 989.0, + 1843.0, + 989.0, + 1883.0, + 816.0, + 1883.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1118.0, + 1843.0, + 1223.0, + 1843.0, + 1223.0, + 1883.0, + 1118.0, + 1883.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 30, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 294, + 282, + 1408, + 282, + 1408, + 447, + 294, + 447 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 296, + 554, + 1409, + 554, + 1409, + 679, + 296, + 679 + ], + "score": 0.976 + }, + { + "category_id": 8, + "poly": [ + 502, + 1104, + 1201, + 1104, + 1201, + 1292, + 502, + 1292 + ], + "score": 0.962 + }, + { + "category_id": 1, + "poly": [ + 299, + 1295, + 1398, + 1295, + 1398, + 1393, + 299, + 1393 + ], + "score": 0.958 + }, + { + "category_id": 8, + "poly": [ + 338, + 1440, + 1366, + 1440, + 1366, + 1544, + 338, + 1544 + ], + "score": 0.954 + }, + { + "category_id": 8, + "poly": [ + 517, + 684, + 1179, + 684, + 1179, + 773, + 517, + 773 + ], + "score": 0.952 + }, + { + "category_id": 8, + "poly": [ + 566, + 452, + 1130, + 452, + 1130, + 529, + 566, + 529 + ], + "score": 0.952 + }, + { + "category_id": 8, + "poly": [ + 303, + 1726, + 1321, + 1726, + 1321, + 1914, + 303, + 1914 + ], + "score": 0.939 + }, + { + "category_id": 1, + "poly": [ + 302, + 977, + 1403, + 977, + 1403, + 1100, + 302, + 1100 + ], + "score": 0.936 + }, + { + "category_id": 1, + "poly": [ + 296, + 1561, + 1405, + 1561, + 1405, + 1635, + 296, + 1635 + ], + "score": 0.934 + }, + { + "category_id": 2, + "poly": [ + 297, + 74, + 858, + 74, + 858, + 106, + 297, + 106 + ], + "score": 0.923 + }, + { + "category_id": 9, + "poly": [ + 1331, + 1233, + 1401, + 1233, + 1401, + 1265, + 1331, + 1265 + ], + "score": 0.9 + }, + { + "category_id": 1, + "poly": [ + 300, + 778, + 1199, + 778, + 1199, + 824, + 300, + 824 + ], + "score": 0.899 + }, + { + "category_id": 1, + "poly": [ + 296, + 1404, + 458, + 1404, + 458, + 1437, + 296, + 1437 + ], + "score": 0.898 + }, + { + "category_id": 8, + "poly": [ + 305, + 1950, + 1421, + 1950, + 1421, + 2039, + 305, + 2039 + ], + "score": 0.896 + }, + { + "category_id": 9, + "poly": [ + 1316, + 1909, + 1402, + 1909, + 1402, + 1940, + 1316, + 1940 + ], + "score": 0.867 + }, + { + "category_id": 9, + "poly": [ + 1331, + 1538, + 1401, + 1538, + 1401, + 1566, + 1331, + 1566 + ], + "score": 0.859 + }, + { + "category_id": 0, + "poly": [ + 301, + 228, + 647, + 228, + 647, + 262, + 301, + 262 + ], + "score": 0.856 + }, + { + "category_id": 1, + "poly": [ + 295, + 1648, + 984, + 1648, + 984, + 1684, + 295, + 1684 + ], + "score": 0.801 + }, + { + "category_id": 9, + "poly": [ + 1330, + 939, + 1401, + 939, + 1401, + 971, + 1330, + 971 + ], + "score": 0.798 + }, + { + "category_id": 8, + "poly": [ + 318, + 832, + 1211, + 832, + 1211, + 918, + 318, + 918 + ], + "score": 0.793 + }, + { + "category_id": 2, + "poly": [ + 834, + 2087, + 866, + 2087, + 866, + 2114, + 834, + 2114 + ], + "score": 0.691 + }, + { + "category_id": 8, + "poly": [ + 551, + 932, + 1307, + 932, + 1307, + 975, + 551, + 975 + ], + "score": 0.566 + }, + { + "category_id": 2, + "poly": [ + 834, + 2087, + 866, + 2087, + 866, + 2114, + 834, + 2114 + ], + "score": 0.388 + }, + { + "category_id": 1, + "poly": [ + 296, + 1686, + 524, + 1686, + 524, + 1720, + 296, + 1720 + ], + "score": 0.307 + }, + { + "category_id": 1, + "poly": [ + 551, + 932, + 1307, + 932, + 1307, + 975, + 551, + 975 + ], + "score": 0.138 + }, + { + "category_id": 1, + "poly": [ + 318, + 832, + 1211, + 832, + 1211, + 918, + 318, + 918 + ], + "score": 0.107 + }, + { + "category_id": 14, + "poly": [ + 333, + 1437, + 1363, + 1437, + 1363, + 1542, + 333, + 1542 + ], + "score": 0.94, + "latex": "\\operatorname* { m i n } _ { i , n \\geq d _ { 0 } } \\left. \\frac { \\mathbf { x } ^ { \\left( n \\right) \\top } \\mathbf { w } _ { i } ^ { * } } { \\left. \\mathbf { x } ^ { \\left( n \\right) } \\right. \\left. \\mathbf { w } _ { i } ^ { * } \\right. } \\right. = \\operatorname* { m i n } _ { n \\geq d _ { 0 } , \\pm } \\frac { \\left. \\left( \\tilde { \\mathbf { w } } _ { 1 } \\pm \\epsilon _ { 1 } \\hat { \\mathbf { w } } _ { 1 } \\right) ^ { \\top } \\mathbf { x } ^ { \\left( n \\right) } \\right. } { \\left. \\tilde { \\mathbf { w } } _ { 1 } \\pm \\epsilon _ { 1 } \\hat { \\mathbf { w } } _ { 1 } \\right. \\left. \\mathbf { x } ^ { \\left( n \\right) } \\right. } \\geq \\frac { \\left( 1 - \\gamma \\beta \\right) \\epsilon _ { 1 } } { \\gamma \\beta \\sqrt { 1 + \\epsilon _ { 1 } ^ { 2 } } } \\operatorname* { m i n } _ { n \\geq d _ { 0 } } \\frac { \\left. \\tilde { \\mathbf { w } } _ { 1 } ^ { \\top } \\mathbf { x } ^ { \\left( n \\right) } \\right. } { \\left. \\tilde { \\mathbf { w } } _ { 1 } \\right. \\left. \\mathbf { x } ^ { \\left( n \\right) } \\right. } ," + }, + { + "category_id": 13, + "poly": [ + 354, + 1359, + 519, + 1359, + 519, + 1393, + 354, + 1393 + ], + "score": 0.93, + "latex": "\\| \\tilde { \\mathbf { w } } _ { 1 } \\| = \\| \\hat { \\mathbf { w } } _ { 1 } \\|" + }, + { + "category_id": 13, + "poly": [ + 759, + 585, + 926, + 585, + 926, + 620, + 759, + 620 + ], + "score": 0.93, + "latex": "S _ { 1 } ^ { + } = [ d _ { 0 } - 1 ]" + }, + { + "category_id": 13, + "poly": [ + 613, + 1561, + 1068, + 1561, + 1068, + 1605, + 613, + 1605 + ], + "score": 0.93, + "latex": "\\forall n \\geq d _ { 0 } : \\epsilon _ { 2 } \\left| \\hat { \\mathbf { w } } _ { 1 } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right| \\leq \\gamma \\beta \\left| \\tilde { \\mathbf { w } } _ { 1 } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right|" + }, + { + "category_id": 13, + "poly": [ + 881, + 319, + 957, + 319, + 957, + 352, + 881, + 352 + ], + "score": 0.92, + "latex": "( \\mathbf { X } , \\mathbf { y } )" + }, + { + "category_id": 13, + "poly": [ + 296, + 1599, + 429, + 1599, + 429, + 1636, + 296, + 1636 + ], + "score": 0.92, + "latex": "\\hat { \\mathbf { w } } _ { 1 } ^ { \\top } \\tilde { \\mathbf { w } } _ { 1 } = 0" + }, + { + "category_id": 13, + "poly": [ + 296, + 414, + 431, + 414, + 431, + 447, + 296, + 447 + ], + "score": 0.92, + "latex": "1 / \\left( d _ { 1 } ^ { * } d _ { 0 } N \\right)" + }, + { + "category_id": 13, + "poly": [ + 1011, + 1326, + 1141, + 1326, + 1141, + 1362, + 1011, + 1362 + ], + "score": 0.92, + "latex": "\\hat { \\mathbf { w } } _ { 1 } ^ { \\top } \\tilde { \\mathbf { w } } _ { 1 } = 0" + }, + { + "category_id": 13, + "poly": [ + 401, + 1070, + 499, + 1070, + 499, + 1099, + 401, + 1099 + ], + "score": 0.92, + "latex": "\\forall n < d _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 861, + 1296, + 1018, + 1296, + 1018, + 1329, + 861, + 1329 + ], + "score": 0.92, + "latex": "\\mathbf { x } ^ { ( n ) \\top } \\tilde { \\mathbf { w } } _ { 1 } = 0" + }, + { + "category_id": 13, + "poly": [ + 762, + 285, + 909, + 285, + 909, + 316, + 762, + 316 + ], + "score": 0.91, + "latex": "\\mathbf { X } \\in \\mathbb { R } ^ { d _ { 0 } \\times N }" + }, + { + "category_id": 14, + "poly": [ + 568, + 449, + 1132, + 449, + 1132, + 528, + 568, + 528 + ], + "score": 0.91, + "latex": "\\mathbb { P } \\left( \\mathbf { X } \\notin \\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) \\dot { \\leq } \\sqrt { \\frac { 8 } { \\pi } } d _ { 0 } ^ { - 1 / 2 } + \\frac { 2 d _ { 0 } ^ { 1 / 2 } \\sqrt { \\log d _ { 0 } } } { N }" + }, + { + "category_id": 13, + "poly": [ + 738, + 1363, + 841, + 1363, + 841, + 1391, + 738, + 1391 + ], + "score": 0.9, + "latex": "\\epsilon _ { 2 } = \\gamma \\epsilon _ { 1 }" + }, + { + "category_id": 13, + "poly": [ + 748, + 1649, + 972, + 1649, + 972, + 1685, + 748, + 1685 + ], + "score": 0.9, + "latex": "\\mathbb { P } \\left( \\mathbf { X } \\in \\mathcal { M } _ { 1 } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right)" + }, + { + "category_id": 13, + "poly": [ + 613, + 1040, + 714, + 1040, + 714, + 1069, + 613, + 1069 + ], + "score": 0.9, + "latex": "\\forall n \\geq d _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 1329, + 1009, + 1396, + 1009, + 1396, + 1044, + 1329, + 1044 + ], + "score": 0.9, + "latex": "\\mathcal { M } _ { 1 , n } ^ { \\alpha }" + }, + { + "category_id": 13, + "poly": [ + 1237, + 350, + 1398, + 350, + 1398, + 386, + 1237, + 386 + ], + "score": 0.9, + "latex": "N / d _ { 0 } { \\dot { \\le } } d _ { 0 } { \\dot { \\le } } N" + }, + { + "category_id": 13, + "poly": [ + 510, + 351, + 776, + 351, + 776, + 387, + 510, + 387 + ], + "score": 0.9, + "latex": "d _ { 1 } ^ { * } \\triangleq 4 \\lceil N / \\left( 2 d _ { 0 } - 2 \\right) \\rceil ," + }, + { + "category_id": 13, + "poly": [ + 1049, + 354, + 1149, + 354, + 1149, + 382, + 1049, + 382 + ], + "score": 0.9, + "latex": "N \\to \\infty" + }, + { + "category_id": 13, + "poly": [ + 1315, + 1300, + 1352, + 1300, + 1352, + 1329, + 1315, + 1329 + ], + "score": 0.89, + "latex": "\\tilde { \\mathbf { w } } _ { 1 }" + }, + { + "category_id": 13, + "poly": [ + 296, + 1007, + 779, + 1007, + 779, + 1040, + 296, + 1040 + ], + "score": 0.89, + "latex": "\\mathbb { P } \\left( \\mathbf { X } \\notin \\mathcal { M } _ { i } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) = \\mathbb { P } \\left( \\mathbf { X } \\notin \\mathcal { M } _ { 1 } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right)" + }, + { + "category_id": 13, + "poly": [ + 459, + 1040, + 561, + 1040, + 561, + 1069, + 459, + 1069 + ], + "score": 0.88, + "latex": "\\forall n < d _ { 0 }" + }, + { + "category_id": 14, + "poly": [ + 311, + 1952, + 1417, + 1952, + 1417, + 2040, + 311, + 2040 + ], + "score": 0.88, + "latex": "\\overset { \\mathtt { ( 2 ) } } { \\geq } \\mathbb { P } \\left( \\frac { \\gamma \\kappa } { \\eta \\sin \\alpha } > \\left. \\hat { \\mathbf { w } } _ { 1 } \\right. , \\eta > \\operatorname* { m a x } _ { n < d _ { 0 } } \\left. \\mathbf { x } ^ { ( n ) } \\right. \\right) \\mathbb { P } \\left( \\frac { ( 1 - \\gamma \\beta ) } { \\gamma \\beta } \\kappa \\operatorname* { m i n } _ { n \\geq d _ { 0 } } \\frac { x _ { 1 } ^ { ( n ) } } { \\left. \\mathbf { x } ^ { ( n ) } \\right. } > \\sin \\alpha , \\frac { \\epsilon _ { 1 } } { \\sqrt { 1 + \\epsilon _ { 1 } ^ { 2 } } } > \\kappa \\right) ," + }, + { + "category_id": 13, + "poly": [ + 297, + 1330, + 335, + 1330, + 335, + 1359, + 297, + 1359 + ], + "score": 0.87, + "latex": "\\hat { \\mathbf { w } } _ { 1 }" + }, + { + "category_id": 14, + "poly": [ + 518, + 681, + 1182, + 681, + 1182, + 774, + 518, + 774 + ], + "score": 0.87, + "latex": "\\mathcal { M } _ { i , n } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\triangleq \\left\\{ \\mathbf { X } \\in \\mathbb { R } ^ { d _ { 0 } \\times N } | \\left| \\frac { \\mathbf { x } ^ { ( n ) \\top } \\mathbf { w } _ { i } ^ { * } } { \\left\\| \\mathbf { x } ^ { ( n ) } \\right\\| \\left\\| \\mathbf { w } _ { i } ^ { * } \\right\\| } \\right| > \\sin \\left( \\alpha \\right) \\right\\}" + }, + { + "category_id": 13, + "poly": [ + 1304, + 320, + 1334, + 320, + 1334, + 347, + 1304, + 347 + ], + "score": 0.85, + "latex": "\\mathbf { z } ^ { \\ast }" + }, + { + "category_id": 13, + "poly": [ + 755, + 779, + 1083, + 779, + 1083, + 821, + 755, + 821 + ], + "score": 0.83, + "latex": "\\begin{array} { r } { \\mathcal { M } \\left( \\mathbf { W } ^ { * } \\right) = \\bigcap _ { i = 1 } ^ { d _ { 1 } ^ { * } } \\mathcal { M } _ { i } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 1137, + 618, + 1186, + 618, + 1186, + 646, + 1137, + 646 + ], + "score": 0.83, + "latex": "\\mathbf { W } ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 1196, + 318, + 1245, + 318, + 1245, + 347, + 1196, + 347 + ], + "score": 0.83, + "latex": "\\mathbf { W } ^ { * }" + }, + { + "category_id": 14, + "poly": [ + 294, + 1724, + 1327, + 1724, + 1327, + 1914, + 294, + 1914 + ], + "score": 0.82, + "latex": "\\begin{array} { r l } & { \\geq \\mathbb { P } \\left( \\frac { \\gamma \\epsilon _ { 1 } / \\sqrt { 1 + \\gamma ^ { 2 } \\epsilon _ { 1 } ^ { 2 } } } { \\left\\| \\hat { \\mathbf { w } } _ { 1 } \\right\\| \\operatorname* { m a x } _ { n < d _ { 0 } } \\left\\| \\mathbf { x } ^ { ( n ) } \\right\\| } > \\sin \\alpha , \\frac { \\left( 1 - \\gamma \\beta \\right) \\epsilon _ { 1 } } { \\gamma \\beta \\sqrt { 1 + \\epsilon _ { 1 } ^ { 2 } } } \\underset { n \\geq d _ { 0 } } { \\operatorname* { m i n } } \\frac { \\left| \\hat { \\mathbf { w } } _ { 1 } ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right| } { \\left\\| \\hat { \\mathbf { w } } _ { 1 } \\right\\| \\left\\| \\mathbf { x } ^ { ( n ) } \\right\\| } > \\sin \\alpha \\right) } \\\\ & { \\overset { ( 1 ) } { \\geq } \\mathbb { P } \\left( \\frac { \\gamma \\kappa } { \\left\\| \\hat { \\mathbf { w } } _ { 1 } \\right\\| \\operatorname* { m a x } _ { n < d _ { 0 } } \\left\\| \\mathbf { x } ^ { ( n ) } \\right\\| } > \\sin \\alpha , \\frac { \\left( 1 - \\gamma \\beta \\right) } { \\gamma \\beta } \\kappa \\underset { n \\geq d _ { 0 } } { \\operatorname* { m i n } } \\frac { x _ { 1 } ^ { ( n ) } } { \\left\\| \\mathbf { x } ^ { ( n ) } \\right\\| } > \\sin \\alpha , \\frac { \\epsilon _ { 1 } } { \\sqrt { 1 + \\epsilon _ { 1 } ^ { 2 } } } > \\kappa \\right) } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 346, + 781, + 704, + 781, + 704, + 824, + 346, + 824 + ], + "score": 0.79, + "latex": "\\begin{array} { r } { \\mathcal { M } _ { i } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\triangleq \\bigcap _ { n = 1 } ^ { N } \\mathcal { M } _ { i , n } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 296, + 1685, + 521, + 1685, + 521, + 1722, + 296, + 1722 + ], + "score": 0.77, + "latex": "\\mathbb { P } \\left( \\mathbf { X } \\in \\mathcal { M } _ { 1 } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right)" + }, + { + "category_id": 14, + "poly": [ + 503, + 1209, + 1197, + 1209, + 1197, + 1292, + 503, + 1292 + ], + "score": 0.77, + "latex": "\\begin{array} { r } { \\underline { { \\underline { { ( 1 ) } } } } _ { n < d _ { 0 } , \\pm } \\frac { \\epsilon _ { 2 } } { \\left\\| \\tilde { \\mathbf { w } } _ { 1 } \\pm \\epsilon _ { 2 } \\hat { \\mathbf { w } } _ { 1 } \\right\\| \\left\\| \\mathbf { x } ^ { ( n ) } \\right\\| } \\overset { ( 2 ) } { = } \\frac { \\gamma \\epsilon _ { 1 } / \\sqrt { 1 + \\gamma ^ { 2 } \\epsilon _ { 1 } ^ { 2 } } } { \\left\\| \\hat { \\mathbf { w } } _ { 1 } \\right\\| \\operatorname* { m a x } _ { n < d _ { 0 } } \\left\\| \\mathbf { x } ^ { ( n ) } \\right\\| } , } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 653, + 1295, + 810, + 1295, + 810, + 1329, + 653, + 1329 + ], + "score": 0.76, + "latex": "\\mathbf { x } ^ { ( n ) \\top } \\hat { \\mathbf { w } } _ { 1 } = 1" + }, + { + "category_id": 13, + "poly": [ + 341, + 1405, + 442, + 1405, + 442, + 1438, + 341, + 1438 + ], + "score": 0.76, + "latex": "\\forall n \\geq d _ { 0 }" + }, + { + "category_id": 14, + "poly": [ + 504, + 1100, + 1122, + 1100, + 1122, + 1203, + 504, + 1203 + ], + "score": 0.74, + "latex": "\\operatorname* { m i n } _ { i , n < d _ { 0 } } \\left. \\frac { \\mathbf { x } ^ { ( n ) \\top } \\mathbf { w } _ { i } ^ { * } } { \\left\\| \\mathbf { x } ^ { ( n ) } \\right\\| \\left\\| \\mathbf { w } _ { i } ^ { * } \\right\\| } \\right. = \\operatorname* { m i n } _ { n < d _ { 0 } , \\pm } \\frac { \\left| \\left( \\tilde { \\mathbf { w } } _ { 1 } \\pm \\epsilon _ { 2 } \\hat { \\mathbf { w } } _ { 1 } \\right) ^ { \\top } \\mathbf { x } ^ { ( n ) } \\right| } { \\left\\| \\tilde { \\mathbf { w } } _ { 1 } \\pm \\epsilon _ { 2 } \\hat { \\mathbf { w } } _ { 1 } \\right\\| \\left\\| \\mathbf { x } ^ { ( n ) } \\right\\| }" + }, + { + "category_id": 13, + "poly": [ + 1353, + 978, + 1406, + 978, + 1406, + 1007, + 1353, + 1007 + ], + "score": 0.73, + "latex": "\\forall i :" + }, + { + "category_id": 13, + "poly": [ + 1324, + 618, + 1352, + 618, + 1352, + 645, + 1324, + 645 + ], + "score": 0.7, + "latex": "\\mathbf { X }" + }, + { + "category_id": 13, + "poly": [ + 541, + 1298, + 640, + 1298, + 640, + 1329, + 541, + 1329 + ], + "score": 0.66, + "latex": "\\forall n < d _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 1311, + 387, + 1406, + 387, + 1406, + 414, + 1311, + 414 + ], + "score": 0.65, + "latex": "\\sin \\alpha =" + }, + { + "category_id": 14, + "poly": [ + 316, + 829, + 1213, + 829, + 1213, + 918, + 316, + 918 + ], + "score": 0.63, + "latex": "\\mathbb { P } \\left( \\mathbf { X } \\in \\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) = 1 - \\mathbb { P } \\left( \\mathbf { X } \\not \\in \\mathcal { M } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) \\overset { ( 1 ) } { \\geq } 1 - \\sum _ { i = 1 } ^ { d _ { 1 } } \\mathbb { P } \\left( \\mathbf { X } \\not \\in \\mathcal { M } _ { i } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right)" + }, + { + "category_id": 13, + "poly": [ + 1352, + 587, + 1408, + 587, + 1408, + 616, + 1352, + 616 + ], + "score": 0.59, + "latex": "4 1 -" + }, + { + "category_id": 13, + "poly": [ + 849, + 321, + 865, + 321, + 865, + 346, + 849, + 346 + ], + "score": 0.56, + "latex": "^ { l }" + }, + { + "category_id": 13, + "poly": [ + 1066, + 1038, + 1103, + 1038, + 1103, + 1066, + 1066, + 1066 + ], + "score": 0.46, + "latex": "\\mathbf { W }" + }, + { + "category_id": 13, + "poly": [ + 346, + 783, + 1134, + 783, + 1134, + 821, + 346, + 821 + ], + "score": 0.35, + "latex": "\\begin{array} { r } { \\mathcal { M } _ { i } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\triangleq \\bigcap _ { n = 1 } ^ { N } \\mathcal { M } _ { i , n } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) , \\operatorname { s o } \\mathcal { M } \\left( \\mathbf { W } ^ { * } \\right) = \\bigcap _ { i = 1 } ^ { d _ { 1 } ^ { * } } \\mathcal { M } _ { i } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) . \\operatorname { W e } } \\end{array}" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 859.0, + 72.0, + 859.0, + 109.0, + 297.0, + 109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 229.0, + 647.0, + 229.0, + 647.0, + 263.0, + 298.0, + 263.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 829.0, + 2084.0, + 872.0, + 2084.0, + 872.0, + 2125.0, + 829.0, + 2125.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 829.0, + 2084.0, + 872.0, + 2084.0, + 872.0, + 2125.0, + 829.0, + 2125.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 280.0, + 761.0, + 280.0, + 761.0, + 323.0, + 291.0, + 323.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 910.0, + 280.0, + 1410.0, + 280.0, + 1410.0, + 323.0, + 910.0, + 323.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 317.0, + 848.0, + 317.0, + 848.0, + 354.0, + 293.0, + 354.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 866.0, + 317.0, + 880.0, + 317.0, + 880.0, + 354.0, + 866.0, + 354.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 958.0, + 317.0, + 1195.0, + 317.0, + 1195.0, + 354.0, + 958.0, + 354.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1246.0, + 317.0, + 1303.0, + 317.0, + 1303.0, + 354.0, + 1246.0, + 354.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1335.0, + 317.0, + 1407.0, + 317.0, + 1407.0, + 354.0, + 1335.0, + 354.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 351.0, + 509.0, + 351.0, + 509.0, + 388.0, + 293.0, + 388.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 777.0, + 351.0, + 1048.0, + 351.0, + 1048.0, + 388.0, + 777.0, + 388.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1150.0, + 351.0, + 1236.0, + 351.0, + 1236.0, + 388.0, + 1150.0, + 388.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1399.0, + 351.0, + 1406.0, + 351.0, + 1406.0, + 388.0, + 1399.0, + 388.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 383.0, + 1310.0, + 383.0, + 1310.0, + 417.0, + 292.0, + 417.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 408.0, + 295.0, + 408.0, + 295.0, + 452.0, + 291.0, + 452.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 432.0, + 408.0, + 472.0, + 408.0, + 472.0, + 452.0, + 432.0, + 452.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 557.0, + 1405.0, + 557.0, + 1405.0, + 590.0, + 295.0, + 590.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 584.0, + 758.0, + 584.0, + 758.0, + 622.0, + 292.0, + 622.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 927.0, + 584.0, + 1351.0, + 584.0, + 1351.0, + 622.0, + 927.0, + 622.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1409.0, + 584.0, + 1412.0, + 584.0, + 1412.0, + 622.0, + 1409.0, + 622.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 616.0, + 1136.0, + 616.0, + 1136.0, + 653.0, + 294.0, + 653.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1187.0, + 616.0, + 1323.0, + 616.0, + 1323.0, + 653.0, + 1187.0, + 653.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1353.0, + 616.0, + 1407.0, + 616.0, + 1407.0, + 653.0, + 1353.0, + 653.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 648.0, + 1312.0, + 648.0, + 1312.0, + 681.0, + 294.0, + 681.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1293.0, + 540.0, + 1293.0, + 540.0, + 1332.0, + 293.0, + 1332.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 641.0, + 1293.0, + 652.0, + 1293.0, + 652.0, + 1332.0, + 641.0, + 1332.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 811.0, + 1293.0, + 860.0, + 1293.0, + 860.0, + 1332.0, + 811.0, + 1332.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1019.0, + 1293.0, + 1314.0, + 1293.0, + 1314.0, + 1332.0, + 1019.0, + 1332.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1353.0, + 1293.0, + 1406.0, + 1293.0, + 1406.0, + 1332.0, + 1353.0, + 1332.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 336.0, + 1328.0, + 1010.0, + 1328.0, + 1010.0, + 1363.0, + 336.0, + 1363.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1142.0, + 1328.0, + 1403.0, + 1328.0, + 1403.0, + 1363.0, + 1142.0, + 1363.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1356.0, + 353.0, + 1356.0, + 353.0, + 1395.0, + 294.0, + 1395.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 520.0, + 1356.0, + 737.0, + 1356.0, + 737.0, + 1395.0, + 520.0, + 1395.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 842.0, + 1356.0, + 1015.0, + 1356.0, + 1015.0, + 1395.0, + 842.0, + 1395.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 286.0, + 976.0, + 295.0, + 976.0, + 295.0, + 1056.0, + 286.0, + 1056.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 780.0, + 976.0, + 1328.0, + 976.0, + 1328.0, + 1056.0, + 780.0, + 1056.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1407.0, + 976.0, + 1414.0, + 976.0, + 1414.0, + 1056.0, + 1407.0, + 1056.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1037.0, + 458.0, + 1037.0, + 458.0, + 1073.0, + 295.0, + 1073.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 562.0, + 1037.0, + 612.0, + 1037.0, + 612.0, + 1073.0, + 562.0, + 1073.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 715.0, + 1037.0, + 1065.0, + 1037.0, + 1065.0, + 1073.0, + 715.0, + 1073.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1104.0, + 1037.0, + 1405.0, + 1037.0, + 1405.0, + 1073.0, + 1104.0, + 1073.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1066.0, + 400.0, + 1066.0, + 400.0, + 1103.0, + 295.0, + 1103.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 500.0, + 1066.0, + 514.0, + 1066.0, + 514.0, + 1103.0, + 500.0, + 1103.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1560.0, + 612.0, + 1560.0, + 612.0, + 1606.0, + 293.0, + 1606.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1069.0, + 1560.0, + 1407.0, + 1560.0, + 1407.0, + 1606.0, + 1069.0, + 1606.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 430.0, + 1599.0, + 601.0, + 1599.0, + 601.0, + 1637.0, + 430.0, + 1637.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 773.0, + 345.0, + 773.0, + 345.0, + 827.0, + 291.0, + 827.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1135.0, + 773.0, + 1204.0, + 773.0, + 1204.0, + 827.0, + 1135.0, + 827.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1399.0, + 340.0, + 1399.0, + 340.0, + 1444.0, + 293.0, + 1444.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 443.0, + 1399.0, + 463.0, + 1399.0, + 463.0, + 1444.0, + 443.0, + 1444.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1647.0, + 747.0, + 1647.0, + 747.0, + 1687.0, + 295.0, + 1687.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 973.0, + 1647.0, + 984.0, + 1647.0, + 984.0, + 1687.0, + 973.0, + 1687.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1679.0, + 295.0, + 1679.0, + 295.0, + 1728.0, + 291.0, + 1728.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 522.0, + 1679.0, + 527.0, + 1679.0, + 527.0, + 1728.0, + 522.0, + 1728.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 546.0, + 921.0, + 1319.0, + 921.0, + 1319.0, + 988.0, + 546.0, + 988.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 311.0, + 842.0, + 315.0, + 842.0, + 315.0, + 899.0, + 311.0, + 899.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1214.0, + 842.0, + 1218.0, + 842.0, + 1218.0, + 899.0, + 1214.0, + 899.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 31, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 296, + 1420, + 1406, + 1420, + 1406, + 1585, + 296, + 1585 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 298, + 226, + 1406, + 226, + 1406, + 403, + 298, + 403 + ], + "score": 0.975 + }, + { + "category_id": 8, + "poly": [ + 345, + 1086, + 1347, + 1086, + 1347, + 1376, + 345, + 1376 + ], + "score": 0.966 + }, + { + "category_id": 8, + "poly": [ + 446, + 414, + 1255, + 414, + 1255, + 977, + 446, + 977 + ], + "score": 0.957 + }, + { + "category_id": 8, + "poly": [ + 406, + 1667, + 1203, + 1667, + 1203, + 1765, + 406, + 1765 + ], + "score": 0.953 + }, + { + "category_id": 8, + "poly": [ + 540, + 1834, + 1151, + 1834, + 1151, + 1908, + 540, + 1908 + ], + "score": 0.947 + }, + { + "category_id": 8, + "poly": [ + 407, + 1969, + 1207, + 1969, + 1207, + 2044, + 407, + 2044 + ], + "score": 0.945 + }, + { + "category_id": 2, + "poly": [ + 297, + 74, + 857, + 74, + 857, + 106, + 297, + 106 + ], + "score": 0.923 + }, + { + "category_id": 1, + "poly": [ + 295, + 989, + 1004, + 989, + 1004, + 1023, + 295, + 1023 + ], + "score": 0.923 + }, + { + "category_id": 1, + "poly": [ + 293, + 1778, + 1365, + 1778, + 1365, + 1816, + 293, + 1816 + ], + "score": 0.92 + }, + { + "category_id": 1, + "poly": [ + 296, + 1923, + 417, + 1923, + 417, + 1955, + 296, + 1955 + ], + "score": 0.919 + }, + { + "category_id": 1, + "poly": [ + 294, + 1036, + 1331, + 1036, + 1331, + 1072, + 294, + 1072 + ], + "score": 0.912 + }, + { + "category_id": 1, + "poly": [ + 298, + 1594, + 591, + 1594, + 591, + 1626, + 298, + 1626 + ], + "score": 0.906 + }, + { + "category_id": 9, + "poly": [ + 1317, + 1369, + 1400, + 1369, + 1400, + 1401, + 1317, + 1401 + ], + "score": 0.895 + }, + { + "category_id": 9, + "poly": [ + 1316, + 1700, + 1401, + 1700, + 1401, + 1733, + 1316, + 1733 + ], + "score": 0.893 + }, + { + "category_id": 9, + "poly": [ + 1316, + 825, + 1401, + 825, + 1401, + 859, + 1316, + 859 + ], + "score": 0.89 + }, + { + "category_id": 9, + "poly": [ + 1316, + 1989, + 1402, + 1989, + 1402, + 2023, + 1316, + 2023 + ], + "score": 0.889 + }, + { + "category_id": 2, + "poly": [ + 834, + 2087, + 865, + 2087, + 865, + 2113, + 834, + 2113 + ], + "score": 0.868 + }, + { + "category_id": 14, + "poly": [ + 348, + 1085, + 1353, + 1085, + 1353, + 1377, + 348, + 1377 + ], + "score": 0.95, + "latex": "\\begin{array} { r l } & { \\mathbb { P } \\left( \\frac { \\epsilon _ { 1 } } { \\sqrt { 1 + \\epsilon _ { 1 } ^ { 2 } } } \\leq \\kappa \\right) = 1 - \\mathbb { P } \\left( \\frac { \\kappa } { \\sqrt { 1 - \\kappa ^ { 2 } } } < \\epsilon _ { 1 } \\right) } \\\\ & { \\stackrel { \\left( 1 \\right) } { = } 1 - \\mathbb { P } \\left( \\underset { n \\geq d _ { 0 } } { \\operatorname* { m i n } } \\left| \\tilde { \\mathbf { w } } _ { i } ^ { \\top } \\mathbf { x } ^ { \\left( n \\right) } \\right| > \\frac { \\kappa } { \\sqrt { 1 - \\kappa ^ { 2 } } } \\frac { 1 } { \\beta } \\right) \\stackrel { \\left( 2 \\right) } { = } 1 - \\mathbb { P } \\left( \\underset { n \\geq d _ { 0 } } { \\operatorname* { m i n } } \\left| \\frac { x _ { 2 } ^ { \\left( n \\right) } } { x _ { 1 } ^ { \\left( n \\right) } } \\right| > \\frac { \\kappa } { \\sqrt { 1 - \\kappa ^ { 2 } } } \\frac { 1 } { \\beta } \\right) } \\\\ & { \\stackrel { \\left( 3 \\right) } { = } 1 - \\left[ \\mathbb { P } \\left( \\left| \\frac { x _ { 2 } ^ { \\left( 1 \\right) } } { x _ { 1 } ^ { \\left( 1 \\right) } } \\right| > \\frac { \\kappa } { \\sqrt { 1 - \\kappa ^ { 2 } } } \\frac { 1 } { \\beta } \\right) \\right] ^ { N - d _ { 0 } - 1 } \\stackrel { \\left( 4 \\right) } { \\leq } 1 - \\left[ 1 - \\frac { 2 } { \\pi } \\arctan \\left( \\frac { \\kappa } { \\sqrt { 1 - \\kappa ^ { 2 } } } \\frac { 1 } { \\beta } \\right) \\right] ^ { N } , } \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 443, + 417, + 1256, + 417, + 1256, + 981, + 443, + 981 + ], + "score": 0.95, + "latex": "\\begin{array} { r l } & { \\mathbb { P } ^ { \\nu } ( \\mathbf { X } \\times M _ { 1 } ^ { \\nu } ( \\mathbf { W } ^ { \\nu } ) ) } \\\\ & { \\geq \\left( 1 - \\mathbb { P } \\left( \\frac { \\mathcal { X } } { \\eta \\sin \\alpha } \\leq \\left. \\mathbf { w } _ { 1 } \\right. \\textnormal { \\texttt { O } } \\eta \\leq \\operatorname* { m a x } \\left. \\mathbf { s } ^ { \\nu } ( \\mathbf { u } ) \\right. \\right) \\right) } \\\\ & { \\cdot \\left( 1 - \\mathbb { P } \\left( \\frac { \\left\\{ 1 - \\eta \\beta \\right\\} } { \\gamma \\beta } \\right) \\operatorname* { m i n } \\frac { x _ { 1 } ^ { \\nu \\alpha } } { x _ { 2 } ^ { \\nu \\alpha } \\left. \\mathbf { s } ^ { \\nu \\alpha } \\right. } \\leq \\sin \\alpha \\alpha \\frac { \\mathbb { E } _ { 1 } } { \\sqrt { 1 + \\epsilon _ { 1 } ^ { \\alpha } } } \\leq \\kappa \\right) \\right) } \\\\ & { \\overset { ( a ) } { \\geq } \\left( 1 - \\mathbb { P } \\left( \\frac { \\mathcal { X } } { \\eta \\sin \\alpha } \\leq \\left. \\mathbf { s } \\right. _ { 1 } \\right) - \\mathbb { P } \\left( \\eta \\leq \\operatorname* { m a x } \\left. \\mathbf { s } ^ { \\nu \\alpha } \\right. \\right) \\right) } \\\\ & { \\cdot \\left( 1 - \\mathbb { P } \\left( \\frac { \\left\\{ 1 - \\eta \\beta \\right\\} } { \\gamma \\beta } \\operatorname* { m i n } \\frac { x _ { 1 } ^ { \\nu \\alpha } } { x _ { 2 } ^ { \\nu \\alpha } \\left. \\mathbf { s } ^ { \\nu \\alpha } \\right. } \\leq \\sin \\alpha \\right) - \\mathbb { E } \\left( \\frac { \\mathcal { X } } { \\sqrt { 1 + \\epsilon _ { 1 } ^ { \\alpha } } } \\leq \\kappa \\right) \\right) } \\\\ & { = \\left( \\mathbb { P } \\left( \\eta > \\frac { \\mathcal { X } } { \\eta \\sin \\alpha } \\left. \\mathbf { s } ^ { \\nu \\alpha } \\right. \\right) - \\mathbb { P } \\left( \\frac { \\mathcal { Y } } { \\eta \\sin \\alpha } \\leq \\left. \\mathbf { s } \\right. \\right) \\right) } \\\\ & \\cdot \\left( \\mathbb { E } \\left( \\frac { \\left\\{ 1 - \\gamma \\beta \\right\\} } { \\gamma \\beta } \\right) \\operatorname* { m i n } \\frac { x _ { 1 } ^ { \\nu \\alpha } } { x _ { 2 } ^ { \\nu \\alpha } \\left. \\mathbf { s } ^ { \\nu \\alpha } \\right. } \\leq \\sin \\alpha \\right) - \\mathbb { P } \\left( \\frac { \\mathcal { Z } } { \\sqrt { 1 + \\epsilon _ { 1 } ^ { \\alpha } } } \\leq \\kappa \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 640, + 329, + 832, + 329, + 832, + 369, + 640, + 369 + ], + "score": 0.93, + "latex": "\\operatorname* { m a x } _ { n < d _ { 0 } } \\left\\| \\mathbf { x } ^ { ( n ) } \\right\\|" + }, + { + "category_id": 13, + "poly": [ + 367, + 1771, + 459, + 1771, + 459, + 1818, + 367, + 1818 + ], + "score": 0.93, + "latex": "\\left\\| \\mathbf { x } ^ { ( n ) } \\right\\| ^ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 1111, + 333, + 1194, + 333, + 1194, + 363, + 1111, + 363 + ], + "score": 0.92, + "latex": "n < d _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 600, + 1453, + 861, + 1453, + 861, + 1486, + 600, + 1486 + ], + "score": 0.92, + "latex": "\\tilde { \\mathbf { w } } _ { 1 } \\propto [ 0 , 1 , 0 , 0 \\ldots , 0 ]" + }, + { + "category_id": 13, + "poly": [ + 297, + 1546, + 528, + 1546, + 528, + 1585, + 297, + 1585 + ], + "score": 0.92, + "latex": "\\mathbb { P } \\left( X > \\breve { x } \\right) = \\textstyle \\frac { 1 } { 2 } - \\breve { \\frac { } { \\pi } }" + }, + { + "category_id": 13, + "poly": [ + 1263, + 1779, + 1356, + 1779, + 1356, + 1814, + 1263, + 1814 + ], + "score": 0.92, + "latex": "\\eta ^ { 2 } > d _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 523, + 332, + 588, + 332, + 588, + 366, + 523, + 366 + ], + "score": 0.92, + "latex": "\\left. \\hat { \\mathbf { w } } _ { 1 } \\right." + }, + { + "category_id": 14, + "poly": [ + 409, + 1968, + 1209, + 1968, + 1209, + 2045, + 409, + 2045 + ], + "score": 0.92, + "latex": "\\mathbb { P } \\left( \\operatorname* { m a x } _ { n < d _ { 0 } } \\left\\| \\mathbf { x } ^ { ( n ) } \\right\\| ^ { 2 } < \\eta ^ { 2 } \\right) > \\left[ 1 - \\left( \\eta ^ { 2 } \\exp \\left( 1 - \\eta ^ { 2 } / d _ { 0 } \\right) / d _ { 0 } \\right) ^ { d _ { 0 } / 2 } \\right] ^ { d _ { 0 } - 1 } ." + }, + { + "category_id": 14, + "poly": [ + 406, + 1663, + 1211, + 1663, + 1211, + 1764, + 406, + 1764 + ], + "score": 0.92, + "latex": "\\mathbb { P } \\left( \\operatorname* { m i n } _ { n \\geq d _ { 0 } } \\frac { x _ { 1 } ^ { ( n ) } } { \\left\\| \\mathbf { x } ^ { ( n ) } \\right\\| } > \\frac { \\gamma \\beta \\sin \\alpha } { \\left( 1 - \\gamma \\beta \\right) \\kappa } \\right) > \\left[ 1 - \\frac { 2 \\gamma \\beta \\sin \\alpha } { \\left( 1 - \\gamma \\beta \\right) \\kappa B \\left( \\frac { 1 } { 2 } , \\frac { d _ { 0 } - 1 } { 2 } \\right) } \\right] ^ { N } ." + }, + { + "category_id": 14, + "poly": [ + 543, + 1831, + 1155, + 1831, + 1155, + 1909, + 543, + 1909 + ], + "score": 0.91, + "latex": "\\begin{array} { r } { \\mathbb { P } \\left( \\left\\| \\mathbf { x } ^ { ( n ) } \\right\\| ^ { 2 } \\geq \\eta ^ { 2 } \\right) \\leq \\left( \\eta ^ { 2 } \\exp \\left( 1 - \\eta ^ { 2 } / d _ { 0 } \\right) / d _ { 0 } \\right) ^ { d _ { 0 } / 2 } . } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 818, + 1546, + 1060, + 1546, + 1060, + 1584, + 818, + 1584 + ], + "score": 0.91, + "latex": "\\begin{array} { r } { \\mathbb { P } \\left( | X | > x \\right) = 1 - \\frac { 2 } { \\pi } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 1241, + 298, + 1325, + 298, + 1325, + 330, + 1241, + 330 + ], + "score": 0.91, + "latex": "n \\geq d _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 297, + 298, + 382, + 298, + 382, + 330, + 297, + 330 + ], + "score": 0.91, + "latex": "n < d _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 750, + 230, + 979, + 230, + 979, + 264, + 750, + 264 + ], + "score": 0.9, + "latex": "\\hat { \\mathbf { w } } _ { 1 } \\propto [ 1 , 0 , 0 \\ldots , 0 ]" + }, + { + "category_id": 13, + "poly": [ + 1145, + 295, + 1196, + 295, + 1196, + 327, + 1145, + 327 + ], + "score": 0.9, + "latex": "\\mathbf { x } ^ { ( n ) }" + }, + { + "category_id": 13, + "poly": [ + 636, + 371, + 719, + 371, + 719, + 401, + 636, + 401 + ], + "score": 0.9, + "latex": "n \\geq d _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 296, + 1453, + 532, + 1453, + 532, + 1486, + 296, + 1486 + ], + "score": 0.9, + "latex": "\\hat { \\mathbf { w } } _ { 1 } \\propto [ 1 , 0 , 0 \\ldots , 0 ]" + }, + { + "category_id": 13, + "poly": [ + 1016, + 329, + 1067, + 329, + 1067, + 361, + 1016, + 361 + ], + "score": 0.9, + "latex": "\\mathbf { x } ^ { ( n ) }" + }, + { + "category_id": 13, + "poly": [ + 541, + 367, + 592, + 367, + 592, + 397, + 541, + 397 + ], + "score": 0.9, + "latex": "\\mathbf { x } ^ { ( n ) }" + }, + { + "category_id": 13, + "poly": [ + 1310, + 262, + 1361, + 262, + 1361, + 293, + 1310, + 293 + ], + "score": 0.89, + "latex": "\\mathbf { x } ^ { ( n ) }" + }, + { + "category_id": 13, + "poly": [ + 1002, + 266, + 1040, + 266, + 1040, + 295, + 1002, + 295 + ], + "score": 0.89, + "latex": "\\hat { \\mathbf { w } } _ { 1 }" + }, + { + "category_id": 13, + "poly": [ + 1151, + 1783, + 1180, + 1783, + 1180, + 1812, + 1151, + 1812 + ], + "score": 0.88, + "latex": "d _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 1090, + 266, + 1129, + 266, + 1129, + 295, + 1090, + 295 + ], + "score": 0.88, + "latex": "\\tilde { \\mathbf { w } } _ { 1 }" + }, + { + "category_id": 13, + "poly": [ + 757, + 262, + 808, + 262, + 808, + 293, + 757, + 293 + ], + "score": 0.88, + "latex": "\\mathbf { x } ^ { ( n ) }" + }, + { + "category_id": 13, + "poly": [ + 296, + 1484, + 347, + 1484, + 347, + 1517, + 296, + 1517 + ], + "score": 0.87, + "latex": "\\mathbf { x } ^ { ( n ) }" + }, + { + "category_id": 13, + "poly": [ + 1043, + 230, + 1372, + 230, + 1372, + 264, + 1043, + 264 + ], + "score": 0.85, + "latex": "\\tilde { \\mathbf { w } } _ { 1 } \\propto [ 0 , 1 , 0 , 0 \\ldots , 0 ] - \\mathrm { t h i s }" + }, + { + "category_id": 13, + "poly": [ + 614, + 1548, + 653, + 1548, + 653, + 1581, + 614, + 1581 + ], + "score": 0.82, + "latex": "( x )" + }, + { + "category_id": 13, + "poly": [ + 1146, + 1548, + 1185, + 1548, + 1185, + 1581, + 1146, + 1581 + ], + "score": 0.79, + "latex": "( x )" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 859.0, + 72.0, + 859.0, + 109.0, + 297.0, + 109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 830.0, + 2084.0, + 870.0, + 2084.0, + 870.0, + 2122.0, + 830.0, + 2122.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1420.0, + 1407.0, + 1420.0, + 1407.0, + 1456.0, + 294.0, + 1456.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 533.0, + 1453.0, + 599.0, + 1453.0, + 599.0, + 1486.0, + 533.0, + 1486.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 862.0, + 1453.0, + 1406.0, + 1453.0, + 1406.0, + 1486.0, + 862.0, + 1486.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1479.0, + 295.0, + 1479.0, + 295.0, + 1525.0, + 290.0, + 1525.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 348.0, + 1479.0, + 1407.0, + 1479.0, + 1407.0, + 1525.0, + 348.0, + 1525.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1517.0, + 1404.0, + 1517.0, + 1404.0, + 1550.0, + 293.0, + 1550.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 286.0, + 1540.0, + 296.0, + 1540.0, + 296.0, + 1589.0, + 286.0, + 1589.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 529.0, + 1540.0, + 613.0, + 1540.0, + 613.0, + 1589.0, + 529.0, + 1589.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 654.0, + 1540.0, + 817.0, + 1540.0, + 817.0, + 1589.0, + 654.0, + 1589.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1061.0, + 1540.0, + 1145.0, + 1540.0, + 1145.0, + 1589.0, + 1061.0, + 1589.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1186.0, + 1540.0, + 1204.0, + 1540.0, + 1204.0, + 1589.0, + 1186.0, + 1589.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 229.0, + 749.0, + 229.0, + 749.0, + 264.0, + 296.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 980.0, + 229.0, + 1042.0, + 229.0, + 1042.0, + 264.0, + 980.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1373.0, + 229.0, + 1406.0, + 229.0, + 1406.0, + 264.0, + 1373.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 260.0, + 756.0, + 260.0, + 756.0, + 298.0, + 291.0, + 298.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 809.0, + 260.0, + 1001.0, + 260.0, + 1001.0, + 298.0, + 809.0, + 298.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1041.0, + 260.0, + 1089.0, + 260.0, + 1089.0, + 298.0, + 1041.0, + 298.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1130.0, + 260.0, + 1309.0, + 260.0, + 1309.0, + 298.0, + 1130.0, + 298.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1362.0, + 260.0, + 1409.0, + 260.0, + 1409.0, + 298.0, + 1362.0, + 298.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 292.0, + 296.0, + 292.0, + 296.0, + 336.0, + 291.0, + 336.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 383.0, + 292.0, + 1144.0, + 292.0, + 1144.0, + 336.0, + 383.0, + 336.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1197.0, + 292.0, + 1240.0, + 292.0, + 1240.0, + 336.0, + 1197.0, + 336.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1326.0, + 292.0, + 1407.0, + 292.0, + 1407.0, + 336.0, + 1326.0, + 336.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 326.0, + 522.0, + 326.0, + 522.0, + 371.0, + 291.0, + 371.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 589.0, + 326.0, + 639.0, + 326.0, + 639.0, + 371.0, + 589.0, + 371.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 833.0, + 326.0, + 1015.0, + 326.0, + 1015.0, + 371.0, + 833.0, + 371.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1068.0, + 326.0, + 1110.0, + 326.0, + 1110.0, + 371.0, + 1068.0, + 371.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1195.0, + 326.0, + 1408.0, + 326.0, + 1408.0, + 371.0, + 1195.0, + 371.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 363.0, + 540.0, + 363.0, + 540.0, + 406.0, + 293.0, + 406.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 593.0, + 363.0, + 635.0, + 363.0, + 635.0, + 406.0, + 593.0, + 406.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 720.0, + 363.0, + 802.0, + 363.0, + 802.0, + 406.0, + 720.0, + 406.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 985.0, + 1005.0, + 985.0, + 1005.0, + 1029.0, + 294.0, + 1029.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1770.0, + 366.0, + 1770.0, + 366.0, + 1823.0, + 291.0, + 1823.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 460.0, + 1770.0, + 1150.0, + 1770.0, + 1150.0, + 1823.0, + 460.0, + 1823.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1181.0, + 1770.0, + 1262.0, + 1770.0, + 1262.0, + 1823.0, + 1181.0, + 1823.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1357.0, + 1770.0, + 1371.0, + 1770.0, + 1371.0, + 1823.0, + 1357.0, + 1823.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1919.0, + 422.0, + 1919.0, + 422.0, + 1959.0, + 293.0, + 1959.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1035.0, + 1332.0, + 1035.0, + 1332.0, + 1074.0, + 294.0, + 1074.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1588.0, + 592.0, + 1588.0, + 592.0, + 1633.0, + 294.0, + 1633.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 32, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 296, + 520, + 1407, + 520, + 1407, + 651, + 296, + 651 + ], + "score": 0.974 + }, + { + "category_id": 1, + "poly": [ + 297, + 790, + 1407, + 790, + 1407, + 889, + 297, + 889 + ], + "score": 0.974 + }, + { + "category_id": 8, + "poly": [ + 406, + 1504, + 1289, + 1504, + 1289, + 1938, + 406, + 1938 + ], + "score": 0.967 + }, + { + "category_id": 8, + "poly": [ + 712, + 410, + 989, + 410, + 989, + 500, + 712, + 500 + ], + "score": 0.964 + }, + { + "category_id": 8, + "poly": [ + 639, + 909, + 1057, + 909, + 1057, + 986, + 639, + 986 + ], + "score": 0.955 + }, + { + "category_id": 8, + "poly": [ + 467, + 678, + 1229, + 678, + 1229, + 768, + 467, + 768 + ], + "score": 0.954 + }, + { + "category_id": 1, + "poly": [ + 296, + 1417, + 1403, + 1417, + 1403, + 1484, + 296, + 1484 + ], + "score": 0.953 + }, + { + "category_id": 1, + "poly": [ + 296, + 1959, + 1404, + 1959, + 1404, + 2040, + 296, + 2040 + ], + "score": 0.948 + }, + { + "category_id": 8, + "poly": [ + 690, + 285, + 1009, + 285, + 1009, + 331, + 690, + 331 + ], + "score": 0.947 + }, + { + "category_id": 8, + "poly": [ + 596, + 1085, + 1102, + 1085, + 1102, + 1144, + 596, + 1144 + ], + "score": 0.943 + }, + { + "category_id": 8, + "poly": [ + 714, + 1196, + 982, + 1196, + 982, + 1255, + 714, + 1255 + ], + "score": 0.942 + }, + { + "category_id": 1, + "poly": [ + 294, + 347, + 862, + 347, + 862, + 383, + 294, + 383 + ], + "score": 0.936 + }, + { + "category_id": 1, + "poly": [ + 296, + 226, + 1125, + 226, + 1125, + 266, + 296, + 266 + ], + "score": 0.933 + }, + { + "category_id": 1, + "poly": [ + 296, + 1269, + 740, + 1269, + 740, + 1303, + 296, + 1303 + ], + "score": 0.932 + }, + { + "category_id": 1, + "poly": [ + 296, + 1161, + 399, + 1161, + 399, + 1192, + 296, + 1192 + ], + "score": 0.929 + }, + { + "category_id": 2, + "poly": [ + 296, + 73, + 858, + 73, + 858, + 107, + 296, + 107 + ], + "score": 0.926 + }, + { + "category_id": 1, + "poly": [ + 296, + 1003, + 365, + 1003, + 365, + 1036, + 296, + 1036 + ], + "score": 0.925 + }, + { + "category_id": 9, + "poly": [ + 1316, + 1344, + 1401, + 1344, + 1401, + 1377, + 1316, + 1377 + ], + "score": 0.909 + }, + { + "category_id": 9, + "poly": [ + 1316, + 704, + 1401, + 704, + 1401, + 739, + 1316, + 739 + ], + "score": 0.902 + }, + { + "category_id": 9, + "poly": [ + 1316, + 290, + 1401, + 290, + 1401, + 324, + 1316, + 324 + ], + "score": 0.901 + }, + { + "category_id": 2, + "poly": [ + 834, + 2087, + 865, + 2087, + 865, + 2113, + 834, + 2113 + ], + "score": 0.874 + }, + { + "category_id": 8, + "poly": [ + 646, + 1324, + 1050, + 1324, + 1050, + 1401, + 646, + 1401 + ], + "score": 0.463 + }, + { + "category_id": 14, + "poly": [ + 406, + 1501, + 1293, + 1501, + 1293, + 1939, + 406, + 1939 + ], + "score": 0.95, + "latex": "\\begin{array} { r l } & { \\mathbb { P } ( \\mathbf { X } \\in \\mathcal { M } ^ { \\alpha } ( \\mathbf { W } ^ { \\star } ) ) } \\\\ & { \\geq 1 - d _ { 1 } ^ { \\ast } ( 1 - ( [ 1 - ( \\eta ^ { 2 } \\exp ( 1 - \\eta ^ { 2 } / d _ { 0 } ) / d _ { 0 } ) ^ { \\hat { d } _ { 0 } / 2 } ] ^ { d _ { 0 } - 1 } - \\frac { \\eta d _ { 0 } } { \\gamma \\kappa } \\sin \\alpha ) } \\\\ & { \\Bigg . \\Bigg . \\Bigg . } \\\\ & { \\quad \\Bigg . \\Bigg . \\Bigg . \\Bigg . \\Bigg . \\Bigg . \\Bigg . \\Bigg . \\Bigg \\Gamma ( 1 - \\frac { 2 \\gamma \\beta \\sin \\alpha } { ( 1 - \\gamma \\beta ) \\kappa B ( \\frac { 1 } { 2 } , \\frac { d _ { 0 } - 1 } { 2 } ) } \\Bigg ] ^ { N } - [ 1 - \\frac { 2 } { \\pi } \\arctan ( \\frac { \\kappa } { \\sqrt { 1 - \\kappa ^ { 2 } } } \\frac { 1 } { \\beta } ) ] ^ { N } \\Bigg ) \\Bigg ) } \\\\ & { \\geq 1 - d _ { 1 } ^ { \\ast } ( 1 - ( [ 1 - ( \\log d _ { 0 } \\exp ( 1 - \\log d _ { 0 } ) ) ^ { d _ { 0 } / 2 } ] ^ { d _ { 0 } - 1 } - \\frac { 2 d _ { 0 } ^ { \\hat { d } _ { 0 } ^ { \\prime } / 2 } \\sqrt { \\log { d _ { 0 } } } } { d _ { 1 } ^ { \\ast } N } ) \\Bigg . } \\\\ & { \\Bigg ( [ 1 - \\sqrt { \\frac { \\kappa } { \\pi } } \\frac { 1 } { d _ { 1 } ^ { \\ast } d _ { 0 } ^ { \\dagger } N } + \\mathcal { O } ( \\frac { 1 } { N d _ { 1 } ^ { \\ast } d _ { 0 } ^ { \\dagger } } ) ] ^ { N } - 0 . 4 5 ^ { N } \\Bigg ) \\Bigg ) ~ , } \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 468, + 673, + 1229, + 673, + 1229, + 771, + 468, + 771 + ], + "score": 0.95, + "latex": "d _ { 0 } - 1 = \\hat { \\mathbf { w } } _ { 1 } ^ { \\top } \\mathbf { X } _ { [ d _ { 0 } - 1 ] } \\mathbf { X } _ { [ d _ { 0 } - 1 ] } ^ { \\top } \\hat { \\mathbf { w } } _ { 1 } = \\sum _ { i = 1 } ^ { d _ { 0 } } { \\sigma _ { i } ^ { 2 } } \\left( \\mathbf { u } _ { i } ^ { \\top } \\hat { \\mathbf { w } } _ { 1 } \\right) ^ { 2 } \\geq \\sigma _ { 2 } ^ { 2 } \\left. \\hat { \\mathbf { w } } _ { 1 } \\right. ^ { 2 } ," + }, + { + "category_id": 14, + "poly": [ + 710, + 405, + 987, + 405, + 987, + 501, + 710, + 501 + ], + "score": 0.94, + "latex": "\\mathbf { X } _ { [ d _ { 0 } - 1 ] } = \\sum _ { i = 1 } ^ { d _ { 0 } } \\sigma _ { i } \\mathbf { u } _ { i } \\mathbf { v } _ { i } ^ { \\top } ," + }, + { + "category_id": 14, + "poly": [ + 646, + 1322, + 1053, + 1322, + 1053, + 1400, + 646, + 1400 + ], + "score": 0.94, + "latex": "\\mathbb { P } \\left( \\frac { \\beta \\kappa } { \\eta \\sin \\alpha } < \\| \\mathbf { w } _ { 1 } \\| \\right) \\le \\frac { \\eta d _ { 0 } } { \\beta \\kappa } \\sin \\alpha ." + }, + { + "category_id": 13, + "poly": [ + 495, + 230, + 660, + 230, + 660, + 264, + 495, + 264 + ], + "score": 0.94, + "latex": "\\| \\tilde { \\mathbf { w } } _ { 1 } \\| = \\| \\hat { \\mathbf { w } } _ { 1 } \\|" + }, + { + "category_id": 14, + "poly": [ + 640, + 908, + 1058, + 908, + 1058, + 985, + 640, + 985 + ], + "score": 0.93, + "latex": "\\begin{array} { r } { \\mathbb { P } \\left( \\underset { { \\mathbf { r } } \\in \\mathbb { R } ^ { d _ { 0 } } } { \\operatorname* { m i n } } \\left. \\mathbf { X } _ { [ d _ { 0 } ] } \\mathbf { r } \\right. \\leq \\eta d _ { 0 } ^ { - 1 / 2 } \\right) \\leq \\eta . } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 856, + 553, + 961, + 553, + 961, + 583, + 856, + 583 + ], + "score": 0.93, + "latex": "\\mathbf { u } _ { 1 } = \\tilde { \\mathbf { w } } _ { 1 }" + }, + { + "category_id": 13, + "poly": [ + 756, + 823, + 930, + 823, + 930, + 859, + 756, + 859 + ], + "score": 0.93, + "latex": "\\mathbf { u } _ { 2 } ^ { \\top } \\hat { \\mathbf { w } } _ { 1 } = \\| \\hat { \\mathbf { w } } _ { 1 } \\|" + }, + { + "category_id": 14, + "poly": [ + 715, + 1195, + 984, + 1195, + 984, + 1255, + 715, + 1255 + ], + "score": 0.93, + "latex": "\\begin{array} { r } { \\mathbb { P } \\left( \\sigma _ { 2 } < \\eta d _ { 0 } ^ { - 1 / 2 } \\right) \\le \\eta . } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 869, + 791, + 1122, + 791, + 1122, + 828, + 869, + 828 + ], + "score": 0.93, + "latex": "\\mathbf { u } _ { 1 } ^ { \\top } \\hat { \\mathbf { w } } _ { 1 } = \\tilde { \\mathbf { w } } _ { 1 } ^ { \\top } \\hat { \\mathbf { w } } _ { 1 } = 0" + }, + { + "category_id": 13, + "poly": [ + 371, + 350, + 462, + 350, + 462, + 385, + 371, + 385 + ], + "score": 0.92, + "latex": "\\mathbf { X } _ { [ d _ { 0 } - 1 ] }" + }, + { + "category_id": 13, + "poly": [ + 378, + 610, + 730, + 610, + 730, + 653, + 378, + 653 + ], + "score": 0.92, + "latex": "\\mathbf { \\bar { X } } _ { [ d _ { 0 } - 1 ] } ^ { \\top } \\mathbf { \\bar { X } } _ { [ d _ { 0 } - 1 ] } \\in \\mathbb { R } ^ { d _ { 0 } - 1 \\times d _ { 0 } - 1 }" + }, + { + "category_id": 14, + "poly": [ + 687, + 283, + 1009, + 283, + 1009, + 329, + 687, + 329 + ], + "score": 0.92, + "latex": "\\hat { \\mathbf { w } } _ { 1 } ^ { \\top } \\mathbf { X } _ { [ d _ { 0 } - 1 ] } = \\left[ 1 , \\ldots , 1 , 1 \\right] ," + }, + { + "category_id": 14, + "poly": [ + 598, + 1086, + 1101, + 1086, + 1101, + 1144, + 598, + 1144 + ], + "score": 0.91, + "latex": "\\sigma _ { 2 } = \\operatorname* { m i n } _ { \\mathbf { r } \\in \\mathbb { R } ^ { d _ { 0 } - 1 } } \\left\\| \\mathbf { X } _ { [ d _ { 0 } - 1 ] } \\mathbf { r } \\right\\| \\geq \\operatorname* { m i n } _ { \\mathbf { r } \\in \\mathbb { R } ^ { d _ { 0 } } } \\left\\| \\mathbf { X } _ { [ d _ { 0 } ] } \\mathbf { r } \\right\\|" + }, + { + "category_id": 13, + "poly": [ + 796, + 2001, + 1157, + 2001, + 1157, + 2039, + 796, + 2039 + ], + "score": 0.91, + "latex": "B \\left( { \\textstyle { \\frac { 1 } { 2 } } } , x \\right) = { \\sqrt { \\pi / x } } + O \\left( x ^ { - 3 / 2 } \\right)" + }, + { + "category_id": 13, + "poly": [ + 714, + 554, + 795, + 554, + 795, + 583, + 714, + 583 + ], + "score": 0.91, + "latex": "\\sigma _ { 1 } = 0" + }, + { + "category_id": 13, + "poly": [ + 298, + 1449, + 390, + 1449, + 390, + 1483, + 298, + 1483 + ], + "score": 0.91, + "latex": "\\eta ^ { 2 } > d _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 1085, + 1965, + 1315, + 1965, + 1315, + 2000, + 1085, + 2000 + ], + "score": 0.9, + "latex": "\\sin \\alpha = 1 / \\left( d _ { 1 } ^ { * } d _ { 0 } N \\right)" + }, + { + "category_id": 13, + "poly": [ + 361, + 583, + 439, + 583, + 439, + 612, + 361, + 612 + ], + "score": 0.88, + "latex": "d _ { 0 } - 1" + }, + { + "category_id": 13, + "poly": [ + 722, + 526, + 752, + 526, + 752, + 552, + 722, + 552 + ], + "score": 0.87, + "latex": "\\mathbf { u } _ { i }" + }, + { + "category_id": 13, + "poly": [ + 804, + 526, + 833, + 526, + 833, + 552, + 804, + 552 + ], + "score": 0.86, + "latex": "\\mathbf { v } _ { i }" + }, + { + "category_id": 13, + "poly": [ + 635, + 1963, + 866, + 1963, + 866, + 2000, + 635, + 2000 + ], + "score": 0.86, + "latex": "\\beta = \\gamma = \\kappa = 1 / \\sqrt { 2 }" + }, + { + "category_id": 13, + "poly": [ + 878, + 1959, + 1073, + 1959, + 1073, + 2000, + 878, + 2000 + ], + "score": 0.85, + "latex": "\\eta = d _ { 0 } ^ { 1 / 2 } \\sqrt { \\log d _ { 0 } }" + }, + { + "category_id": 13, + "poly": [ + 353, + 526, + 381, + 526, + 381, + 552, + 353, + 552 + ], + "score": 0.85, + "latex": "\\sigma _ { i }" + }, + { + "category_id": 13, + "poly": [ + 1366, + 830, + 1396, + 830, + 1396, + 856, + 1366, + 856 + ], + "score": 0.79, + "latex": "\\sigma _ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 1259, + 2010, + 1278, + 2010, + 1278, + 2030, + 1259, + 2030 + ], + "score": 0.74, + "latex": "x" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 859.0, + 72.0, + 859.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 829.0, + 2083.0, + 872.0, + 2083.0, + 872.0, + 2124.0, + 829.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 518.0, + 352.0, + 518.0, + 352.0, + 557.0, + 293.0, + 557.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 382.0, + 518.0, + 721.0, + 518.0, + 721.0, + 557.0, + 382.0, + 557.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 753.0, + 518.0, + 803.0, + 518.0, + 803.0, + 557.0, + 753.0, + 557.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 834.0, + 518.0, + 1407.0, + 518.0, + 1407.0, + 557.0, + 834.0, + 557.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 552.0, + 713.0, + 552.0, + 713.0, + 585.0, + 295.0, + 585.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 796.0, + 552.0, + 855.0, + 552.0, + 855.0, + 585.0, + 796.0, + 585.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 962.0, + 552.0, + 1405.0, + 552.0, + 1405.0, + 585.0, + 962.0, + 585.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 579.0, + 360.0, + 579.0, + 360.0, + 618.0, + 294.0, + 618.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 440.0, + 579.0, + 1407.0, + 579.0, + 1407.0, + 618.0, + 440.0, + 618.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 603.0, + 377.0, + 603.0, + 377.0, + 655.0, + 289.0, + 655.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 731.0, + 603.0, + 1298.0, + 603.0, + 1298.0, + 655.0, + 731.0, + 655.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 791.0, + 868.0, + 791.0, + 868.0, + 830.0, + 294.0, + 830.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1123.0, + 791.0, + 1405.0, + 791.0, + 1405.0, + 830.0, + 1123.0, + 830.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 820.0, + 755.0, + 820.0, + 755.0, + 866.0, + 292.0, + 866.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 931.0, + 820.0, + 1365.0, + 820.0, + 1365.0, + 866.0, + 931.0, + 866.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1397.0, + 820.0, + 1412.0, + 820.0, + 1412.0, + 866.0, + 1397.0, + 866.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 856.0, + 1283.0, + 856.0, + 1283.0, + 890.0, + 295.0, + 890.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1413.0, + 1407.0, + 1413.0, + 1407.0, + 1457.0, + 291.0, + 1457.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1440.0, + 297.0, + 1440.0, + 297.0, + 1491.0, + 291.0, + 1491.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 391.0, + 1440.0, + 407.0, + 1440.0, + 407.0, + 1491.0, + 391.0, + 1491.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 1950.0, + 634.0, + 1950.0, + 634.0, + 2012.0, + 289.0, + 2012.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 867.0, + 1950.0, + 877.0, + 1950.0, + 877.0, + 2012.0, + 867.0, + 2012.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1074.0, + 1950.0, + 1084.0, + 1950.0, + 1084.0, + 2012.0, + 1074.0, + 2012.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1316.0, + 1950.0, + 1410.0, + 1950.0, + 1410.0, + 2012.0, + 1316.0, + 2012.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1992.0, + 795.0, + 1992.0, + 795.0, + 2043.0, + 291.0, + 2043.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1158.0, + 1992.0, + 1258.0, + 1992.0, + 1258.0, + 2043.0, + 1158.0, + 2043.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1279.0, + 1992.0, + 1410.0, + 1992.0, + 1410.0, + 2043.0, + 1279.0, + 2043.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 345.0, + 370.0, + 345.0, + 370.0, + 388.0, + 296.0, + 388.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 463.0, + 345.0, + 862.0, + 345.0, + 862.0, + 388.0, + 463.0, + 388.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 226.0, + 494.0, + 226.0, + 494.0, + 268.0, + 294.0, + 268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 661.0, + 226.0, + 1125.0, + 226.0, + 1125.0, + 268.0, + 661.0, + 268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1264.0, + 743.0, + 1264.0, + 743.0, + 1310.0, + 295.0, + 1310.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1156.0, + 405.0, + 1156.0, + 405.0, + 1196.0, + 292.0, + 1196.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1000.0, + 368.0, + 1000.0, + 368.0, + 1040.0, + 295.0, + 1040.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 33, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 1605, + 1406, + 1605, + 1406, + 2034, + 298, + 2034 + ], + "score": 0.983 + }, + { + "category_id": 0, + "poly": [ + 298, + 1434, + 1322, + 1434, + 1322, + 1555, + 298, + 1555 + ], + "score": 0.961 + }, + { + "category_id": 8, + "poly": [ + 301, + 899, + 1502, + 899, + 1502, + 1085, + 301, + 1085 + ], + "score": 0.957 + }, + { + "category_id": 8, + "poly": [ + 297, + 226, + 1409, + 226, + 1409, + 799, + 297, + 799 + ], + "score": 0.951 + }, + { + "category_id": 1, + "poly": [ + 297, + 1097, + 1406, + 1097, + 1406, + 1163, + 297, + 1163 + ], + "score": 0.929 + }, + { + "category_id": 2, + "poly": [ + 297, + 74, + 857, + 74, + 857, + 106, + 297, + 106 + ], + "score": 0.913 + }, + { + "category_id": 8, + "poly": [ + 306, + 1168, + 1389, + 1168, + 1389, + 1259, + 306, + 1259 + ], + "score": 0.91 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 865, + 2088, + 865, + 2113, + 835, + 2113 + ], + "score": 0.854 + }, + { + "category_id": 2, + "poly": [ + 1374, + 1268, + 1404, + 1268, + 1404, + 1297, + 1374, + 1297 + ], + "score": 0.759 + }, + { + "category_id": 1, + "poly": [ + 296, + 809, + 1361, + 809, + 1361, + 848, + 296, + 848 + ], + "score": 0.75 + }, + { + "category_id": 0, + "poly": [ + 298, + 1367, + 434, + 1367, + 434, + 1411, + 298, + 1411 + ], + "score": 0.585 + }, + { + "category_id": 1, + "poly": [ + 297, + 228, + 570, + 228, + 570, + 264, + 297, + 264 + ], + "score": 0.572 + }, + { + "category_id": 1, + "poly": [ + 298, + 1367, + 434, + 1367, + 434, + 1411, + 298, + 1411 + ], + "score": 0.271 + }, + { + "category_id": 1, + "poly": [ + 299, + 858, + 569, + 858, + 569, + 893, + 299, + 893 + ], + "score": 0.147 + }, + { + "category_id": 13, + "poly": [ + 645, + 810, + 962, + 810, + 962, + 849, + 645, + 849 + ], + "score": 0.93, + "latex": "\\log { ( 1 - x ) } = - x + O \\left( x ^ { 2 } \\right)" + }, + { + "category_id": 14, + "poly": [ + 311, + 1165, + 1392, + 1165, + 1392, + 1260, + 311, + 1260 + ], + "score": 0.93, + "latex": "\\mathbb { P } \\left( \\mathbf { X } \\notin { \\mathcal { M } } ^ { \\alpha } \\left( \\mathbf { W } ^ { * } \\right) \\right) \\dot { \\leq } 1 - \\exp \\left( - \\sqrt { \\frac { 8 } { \\pi } } d _ { 0 } ^ { - 1 / 2 } - \\frac { 2 d _ { 0 } ^ { 1 / 2 } \\sqrt { \\log d _ { 0 } } } { N } \\right) \\leq \\sqrt { \\frac { 8 } { \\pi } } d _ { 0 } ^ { - 1 / 2 } + \\frac { 2 d _ { 0 } ^ { 1 / 2 } \\sqrt { \\log d _ { 0 } } } { N }" + }, + { + "category_id": 13, + "poly": [ + 380, + 1941, + 580, + 1941, + 580, + 1975, + 380, + 1975 + ], + "score": 0.93, + "latex": "\\left\\lfloor \\operatorname* { m i n } \\left( N / 2 , d / 2 \\right) \\right\\rfloor" + }, + { + "category_id": 14, + "poly": [ + 296, + 220, + 1391, + 220, + 1391, + 800, + 296, + 800 + ], + "score": 0.92, + "latex": "\\begin{array} { r l } & { \\| \\arcsin \\alpha - \\operatorname* { l i } ( \\theta C \\ln ( \\theta ) ) } \\\\ & { 1 - \\operatorname* { P } ( \\mathbf { X } \\in \\mathcal { M } ^ { \\alpha } ( \\operatorname { W e V } ^ { * } ) ) } \\\\ & { \\leq d _ { 1 } ^ { \\alpha } ( 1 - ( [ 1 - \\exp ( - \\frac { d _ { 0 } } { 2 } \\operatorname* { l i m } _ { | \\phi | } ( \\frac { d _ { 0 } } { \\log ( d _ { 0 } \\phi _ { 0 } ) } ) ) ] ^ { \\theta | \\alpha - 1 } - \\frac { 2 d _ { 1 } ^ { \\alpha } | ^ { 2 } \\sqrt { \\log ( \\frac { d _ { 0 } } { \\log ( d _ { 0 } ) } } ) } { d _ { 1 } ^ { \\alpha } } ) } \\\\ & { \\cdot ( [ 1 - \\sqrt { \\frac { \\alpha } { \\sqrt { \\kappa } } \\frac { 1 } { \\sqrt { \\kappa } \\sqrt { \\kappa } \\frac { 1 } { \\log ( d _ { 0 } ^ { \\alpha } ) ^ { 2 } } } } + \\mathcal { O } ( \\frac { 1 } { \\sqrt { \\kappa } \\frac { 1 } { \\sqrt { \\kappa } \\phi _ { 0 } ^ { 2 } } \\phi _ { 0 } ^ { 2 } } ) ] ^ { \\mathbf { N } } - 2 ^ { - \\kappa } ) ) } \\\\ & { = d _ { 1 } ^ { \\alpha } ( 1 - ( 1 - \\frac { 2 d _ { 1 } ^ { \\alpha } / \\sqrt { \\kappa } \\log ( \\frac { d _ { 0 } } { \\kappa } ) } { d _ { 1 } ^ { \\alpha } \\sqrt { \\kappa } } + \\mathcal { O } ( \\frac { d _ { 0 } \\tan \\phi } { d _ { 0 } \\sqrt { \\kappa } } ( - \\frac { d _ { 0 } } { 2 } \\log ( \\frac { d _ { 0 } } { \\log ( d _ { 0 } \\phi _ { 0 } ) } ) ) ) ) } \\\\ & \\cdot ( 1 - \\sqrt \\frac { \\kappa } { \\delta } \\frac { 1 } { \\lambda _ { 0 } ^ { \\alpha } \\sqrt { \\kappa } ( \\frac { 1 } { \\log ( d _ { 0 } ^ { \\alpha } ) ^ { 2 } } } + \\mathcal { O } ( \\frac { 1 } { \\kappa \\phi _ { 0 } ^ { \\alpha } \\sqrt { \\kappa } ^ { 2 } } + \\frac { 1 } { d _ { 1 } ^ { \\alpha } \\sqrt { \\kappa } ^ { 2 } \\alpha ^ { 2 } } + \\alpha _ { 1 } ^ { \\alpha } \\mathcal { A } _ { 0 } \\exp \\ \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 603, + 1849, + 722, + 1849, + 722, + 1879, + 603, + 1879 + ], + "score": 0.91, + "latex": "\\alpha = 1 0 ^ { - 3 }" + }, + { + "category_id": 13, + "poly": [ + 421, + 1098, + 772, + 1098, + 772, + 1134, + 421, + 1134 + ], + "score": 0.91, + "latex": "d _ { 1 } ^ { * } \\triangleq 4 \\lceil N / \\left( 2 d _ { 0 } - 2 \\right) \\rceil \\doteq N / d _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 1231, + 1097, + 1355, + 1097, + 1355, + 1134, + 1231, + 1134 + ], + "score": 0.91, + "latex": "d _ { 1 } ^ { * } { \\dot { \\leq } } d _ { 0 } { \\dot { \\leq } } N" + }, + { + "category_id": 13, + "poly": [ + 1036, + 1943, + 1109, + 1943, + 1109, + 1970, + 1036, + 1970 + ], + "score": 0.9, + "latex": "L = 2" + }, + { + "category_id": 14, + "poly": [ + 310, + 877, + 1428, + 877, + 1428, + 1089, + 310, + 1089 + ], + "score": 0.89, + "latex": "\\begin{array} { r l } & { \\log \\mathfrak { s } : \\mathrm { ~ } \\ll \\mathcal { N } : \\mathrm { ~ } \\ll \\mathcal { N } : \\mathrm { ~ } \\ll \\mathcal { N } } \\\\ & { \\geq \\log \\left( 1 - \\sqrt { \\frac { 8 } { \\pi } } \\frac { 1 } { d _ { 0 } ^ { 1 / 2 } } - \\frac { 2 d _ { 0 } ^ { 1 / 2 } \\sqrt { \\log d _ { 0 } } } { N } + O \\left( \\frac { 1 } { d _ { 0 } ^ { 3 / 2 } } + \\frac { d _ { 0 } ^ { 1 / 4 } } { d _ { 1 } ^ { * } N } + d _ { 1 } ^ { * } 2 ^ { - N } + d _ { 0 } \\exp \\left( - \\frac { d _ { 0 } } { 2 } \\log \\left( \\frac { d _ { 0 } } { \\log d _ { 0 } } \\right) \\right) \\right) \\right) } \\\\ & { = - \\sqrt { \\frac { 8 } { \\pi } } \\frac { 1 } { d _ { 0 } ^ { 1 / 2 } } - \\frac { 2 d _ { 0 } ^ { 1 / 2 } \\sqrt { \\log d _ { 0 } } } { N } + O \\left( \\frac { 1 } { d _ { 0 } ^ { 3 / 2 } } + \\frac { d _ { 0 } ^ { 1 / 4 } } { d _ { 1 } ^ { * } N } + d _ { 1 } ^ { * } 2 ^ { - N } + d _ { 0 } \\exp \\left( - \\frac { d _ { 0 } } { 2 } \\log \\left( \\frac { d _ { 0 } } { \\log d _ { 0 } } \\right) \\right) \\right) . } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 789, + 1943, + 882, + 1943, + 882, + 1970, + 789, + 1970 + ], + "score": 0.89, + "latex": "\\alpha = 0 . 1" + }, + { + "category_id": 13, + "poly": [ + 819, + 1789, + 1178, + 1789, + 1178, + 1821, + 819, + 1821 + ], + "score": 0.87, + "latex": "\\beta _ { 1 } = 0 . 9 , \\beta _ { 2 } = 0 . 9 9 , \\varepsilon = 1 0 ^ { - 8 }" + }, + { + "category_id": 13, + "poly": [ + 296, + 2003, + 412, + 2003, + 412, + 2032, + 296, + 2032 + ], + "score": 0.85, + "latex": "\\mathbf { M C E } = 0" + }, + { + "category_id": 13, + "poly": [ + 296, + 1728, + 342, + 1728, + 342, + 1761, + 296, + 1761 + ], + "score": 0.84, + "latex": "2 / d" + }, + { + "category_id": 13, + "poly": [ + 962, + 1101, + 1061, + 1101, + 1061, + 1130, + 962, + 1130 + ], + "score": 0.8, + "latex": "N \\to \\infty" + }, + { + "category_id": 13, + "poly": [ + 561, + 1913, + 583, + 1913, + 583, + 1939, + 561, + 1939 + ], + "score": 0.79, + "latex": "L" + }, + { + "category_id": 13, + "poly": [ + 1072, + 1101, + 1172, + 1101, + 1172, + 1133, + 1072, + 1133 + ], + "score": 0.79, + "latex": "d _ { 0 } \\to \\infty" + }, + { + "category_id": 13, + "poly": [ + 1167, + 811, + 1356, + 811, + 1356, + 846, + 1167, + 846 + ], + "score": 0.78, + "latex": "\\alpha = 1 / \\left( d _ { 1 } ^ { * } d _ { 0 } N \\right)" + }, + { + "category_id": 13, + "poly": [ + 433, + 1730, + 453, + 1730, + 453, + 1756, + 433, + 1756 + ], + "score": 0.77, + "latex": "d" + }, + { + "category_id": 13, + "poly": [ + 463, + 1699, + 529, + 1699, + 529, + 1728, + 463, + 1728 + ], + "score": 0.75, + "latex": "0 - 4" + }, + { + "category_id": 13, + "poly": [ + 337, + 229, + 566, + 229, + 566, + 265, + 337, + 265 + ], + "score": 0.62, + "latex": "\\sin \\alpha = 1 / \\left( d _ { 1 } ^ { * } d _ { 0 } N \\right)" + }, + { + "category_id": 13, + "poly": [ + 420, + 1099, + 452, + 1099, + 452, + 1133, + 420, + 1133 + ], + "score": 0.59, + "latex": "d _ { 1 } ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 578, + 1699, + 643, + 1699, + 643, + 1728, + 578, + 1728 + ], + "score": 0.53, + "latex": "5 - 9" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1428.0, + 1328.0, + 1428.0, + 1328.0, + 1502.0, + 290.0, + 1502.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1491.0, + 470.0, + 1491.0, + 470.0, + 1564.0, + 290.0, + 1564.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 859.0, + 72.0, + 859.0, + 109.0, + 297.0, + 109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 829.0, + 2083.0, + 871.0, + 2083.0, + 871.0, + 2123.0, + 829.0, + 2123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1380.0, + 1273.0, + 1402.0, + 1273.0, + 1402.0, + 1296.0, + 1380.0, + 1296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1370.0, + 438.0, + 1370.0, + 438.0, + 1422.0, + 292.0, + 1422.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1607.0, + 1411.0, + 1607.0, + 1411.0, + 1639.0, + 296.0, + 1639.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1638.0, + 1403.0, + 1638.0, + 1403.0, + 1669.0, + 297.0, + 1669.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1667.0, + 1406.0, + 1667.0, + 1406.0, + 1703.0, + 293.0, + 1703.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1697.0, + 462.0, + 1697.0, + 462.0, + 1732.0, + 293.0, + 1732.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 530.0, + 1697.0, + 577.0, + 1697.0, + 577.0, + 1732.0, + 530.0, + 1732.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 644.0, + 1697.0, + 1404.0, + 1697.0, + 1404.0, + 1732.0, + 644.0, + 1732.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 343.0, + 1728.0, + 432.0, + 1728.0, + 432.0, + 1764.0, + 343.0, + 1764.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 454.0, + 1728.0, + 1408.0, + 1728.0, + 1408.0, + 1764.0, + 454.0, + 1764.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1757.0, + 1409.0, + 1757.0, + 1409.0, + 1797.0, + 293.0, + 1797.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1783.0, + 818.0, + 1783.0, + 818.0, + 1830.0, + 291.0, + 1830.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1179.0, + 1783.0, + 1408.0, + 1783.0, + 1408.0, + 1830.0, + 1179.0, + 1830.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1821.0, + 1404.0, + 1821.0, + 1404.0, + 1853.0, + 295.0, + 1853.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1847.0, + 602.0, + 1847.0, + 602.0, + 1887.0, + 292.0, + 1887.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 723.0, + 1847.0, + 1406.0, + 1847.0, + 1406.0, + 1887.0, + 723.0, + 1887.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1879.0, + 1407.0, + 1879.0, + 1407.0, + 1916.0, + 293.0, + 1916.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1911.0, + 560.0, + 1911.0, + 560.0, + 1945.0, + 293.0, + 1945.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 584.0, + 1911.0, + 1404.0, + 1911.0, + 1404.0, + 1945.0, + 584.0, + 1945.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1942.0, + 379.0, + 1942.0, + 379.0, + 1977.0, + 295.0, + 1977.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 581.0, + 1942.0, + 788.0, + 1942.0, + 788.0, + 1977.0, + 581.0, + 1977.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 883.0, + 1942.0, + 1035.0, + 1942.0, + 1035.0, + 1977.0, + 883.0, + 1977.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1110.0, + 1942.0, + 1406.0, + 1942.0, + 1406.0, + 1977.0, + 1110.0, + 1977.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1972.0, + 1406.0, + 1972.0, + 1406.0, + 2008.0, + 292.0, + 2008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 413.0, + 2003.0, + 563.0, + 2003.0, + 563.0, + 2034.0, + 413.0, + 2034.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1092.0, + 419.0, + 1092.0, + 419.0, + 1138.0, + 291.0, + 1138.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 773.0, + 1092.0, + 961.0, + 1092.0, + 961.0, + 1138.0, + 773.0, + 1138.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1062.0, + 1092.0, + 1071.0, + 1092.0, + 1071.0, + 1138.0, + 1062.0, + 1138.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1173.0, + 1092.0, + 1230.0, + 1092.0, + 1230.0, + 1138.0, + 1173.0, + 1138.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1356.0, + 1092.0, + 1404.0, + 1092.0, + 1404.0, + 1138.0, + 1356.0, + 1138.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1127.0, + 361.0, + 1127.0, + 361.0, + 1168.0, + 292.0, + 1168.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 807.0, + 644.0, + 807.0, + 644.0, + 851.0, + 293.0, + 851.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 963.0, + 807.0, + 1166.0, + 807.0, + 1166.0, + 851.0, + 963.0, + 851.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1357.0, + 807.0, + 1361.0, + 807.0, + 1361.0, + 851.0, + 1357.0, + 851.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1370.0, + 438.0, + 1370.0, + 438.0, + 1422.0, + 292.0, + 1422.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 854.0, + 570.0, + 854.0, + 570.0, + 901.0, + 297.0, + 901.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 34, + "width": 1700, + "height": 2200 + } + } +] \ No newline at end of file diff --git a/parse/train/S1vyujVye/S1vyujVye.md b/parse/train/S1vyujVye/S1vyujVye.md new file mode 100644 index 0000000000000000000000000000000000000000..13c21e0e9a64fffa2bea8feb62bb98ce4785a24a --- /dev/null +++ b/parse/train/S1vyujVye/S1vyujVye.md @@ -0,0 +1,273 @@ +# DEEP UNSUPERVISED LEARNING THROUGH SPATIAL CONTRASTING + +Elad Hoffer +Technion - Israel Institute of Technology +Haifa, Israel +ehoffer@tx.technion.ac.il +Itay Hubara +Technion - Israel Institute of Technology +Haifa, Israel +itayh@tx.technion.ac.il +Nir Ailon +Technion - Israel Institute of Technology +Haifa, Israel +nailon@cs.technion.ac.il + +# ABSTRACT + +Convolutional networks have marked their place over the last few years as the best performing model for various visual tasks. They are, however, most suited for supervised learning from large amounts of labeled data. Previous attempts have been made to use unlabeled data to improve model performance by applying unsupervised techniques. These attempts require different architectures and training methods. In this work we present a novel approach for unsupervised training of Convolutional networks that is based on contrasting between spatial regions within images. This criterion can be employed within conventional neural networks and optimized using standard techniques such as SGD and backpropagation, thus complementing supervised methods. + +# 1 INTRODUCTION + +For the past few years convolutional networks (ConvNets, CNNs) LeCun et al. (1998) have proven themselves as a successful model for vision related tasks Krizhevsky et al. (2012) Mnih et al. (2015) Pinheiro et al. (2015) Razavian et al. (2014). A convolutional network is composed of multiple convolutional and pooling layers, followed by a fully-connected affine transformations. As with other neural network models, each layer is typically followed by a non-linearity transformation such as a rectified-linear unit (ReLU). + +A convolutional layer is applied by cross correlating an image with a trainable weight filter. This stems from the assumption of stationarity in natural images, which means that parameters learned for one local region in an image can be shared for other regions and images. + +Deep learning models, including convolutional networks, are usually trained in a supervised manner, requiring large amounts of labeled data (ranging between thousands to millions of examples per-class for classification tasks) in almost all modern applications. These models are optimized using a variant of stochastic-gradient-descent (SGD) over batches of images sampled from the whole training dataset and their ground truth-labels. Gradient estimation for each one of the optimized parameters is done by back propagating the objective error from the final layer towards the input. This is commonly known as ”backpropagation” Rumelhart et al.. + +In early works, unsupervised training was used as a part of pre-training procedure to obtain an effective initial state of the model. The network was later fine-tuned in a supervised manner as displayed by Hinton (2007). Such unsupervised pre-training procedures were later abandoned, since they provided no apparent benefit over other initialization heuristics in more careful fully supervised training regimes. This led to the de-facto almost exclusive usage of neural networks in supervised environments. + +In this work we will present a novel unsupervised learning criterion for convolutional network based on comparison of features extracted from regions within images. Our experiments indicate that by using this criterion to pre-train networks we can improve their performance and achieve state-ofthe-art results. + +# 2 PREVIOUS WORKS + +Using unsupervised methods to improve performance have been the holy grail of deep learning for the last couple of years and vast research efforts have been focused on that. We hereby give a short overview of the most popular and recent methods that tried to tackle this problem. + +AutoEncoders and reconstruction loss These are probably the most popular models for unsupervised learning using neural networks, and ConvNets in particular. Autoencoders are NNs which aim to transform inputs into outputs with the least possible amount of distortion. An Autoencoder is constructed using an encoder $G ( x ; w _ { 1 } )$ that maps an input to a hidden compressed representation, followed by a decoder $F ( y ; w _ { 2 } )$ , that maps the representation back into the input space. Mathematically, this can be written in the following general form: + +$$ +\hat { x } = F ( G ( x ; w _ { 1 } ) ; w _ { 2 } ) +$$ + +The underlying encoder and decoder contain a set of trainable parameters that can be tied together and optimized for a predefined criterion. The encoder and decoder can have different architectures, including fully-connected neural networks, ConvNets and others. The criterion used for training is the reconstruction loss, usually the mean squared error (MSE) between the original input and its reconstruction Zeiler et al. (2010) + +$$ +m i n \lVert x - { \hat { x } } \rVert ^ { 2 } +$$ + +This allows an efficient training procedure using the aforementioned backpropagation and SGD techniques. Over the years autoencoders gained fundamental role in unsupervised learning and many modification to the classic architecture were made. $\mathrm { N g }$ (2011) regularized the latent representation to be sparse, Vincent et al. (2008) substituted the input with a noisy version thereof, requiring the model to denoise while reconstructing. Kingma et al. (2014) obtained very promising results with variational autoencoders (VAE). A variational autoencoder model inherits typical autoencoder architecture, but makes strong assumptions concerning the distribution of latent variables. They use variational approach for latent representation learning, which results in an additional loss component which required a new training algorithm called Stochastic Gradient Variational Bayes (SGVB). VAE assumes that the data is generated by a directed graphical model $p ( x | z )$ and require the encoder to learn an approximation $q _ { w _ { 1 } } ( z | x )$ to the posterior distribution $p _ { w _ { 2 } } ( z | x )$ where $w _ { 1 }$ and $w _ { 2 }$ denote the parameters of the encoder and decoder. The objective of the variational autoencoder in that case has the following form: + +$$ +\mathcal { L } ( w _ { 1 } , w _ { 2 } , x ) = - D _ { K L } \big ( q _ { w _ { 1 } } ( z | x ) | | p _ { w _ { 2 } } ( z ) \big ) + \mathbb { E } _ { q _ { w _ { 1 } } ( z | x ) } \big ( \log p _ { w _ { 2 } } ( x | z ) \big ) +$$ + +Recently, a stacked set of denoising autoencoders architectures showed promising results in both semi-supervised and unsupervised tasks. A stacked what-where autoencoder by Zhao et al. (2015) computes a set of complementary variables that enable reconstruction whenever a layer implements a many-to-one mapping. Ladder networks by Rasmus et al. (2015) - use lateral connections and layer-wise cost functions to allow the higher levels of an autoencoder to focus on invariant abstract features. + +Exemplar Networks: The unsupervised method introduced byDosovitskiy et al. (2014) takes a different approach to this task and trains the network to discriminate between a set of pseudo-classes. Each pseudo-class is formed by applying multiple transformations to a randomly sampled image patch. The number of pseudo-classes can be as big as the size of the input samples. This criterion ensures that different input samples would be distinguished while providing robustness to the applied transformations. In this work we will explore an alternative method with a similar motivation. + +Context prediction Another method for unsupervised learning by context was introduced by Doersch et al. (2015). This method uses an auxiliary criterion of predicting the location of an image patch given another from the same image. This is done by classification to 1 of 9 possible locations. Although the work of Doersch et al. (2015) and ours both use patches from an image to perform unsupervised learning, the methods are quite different. Whereas the former used a classification criterion over the spatial location of each patch within a single image, our work is concerned with comparing patches from several images to each other. We claim that this encourages discriminability between images (which we feel to be important aspect of feature learning), and was not an explicit goal in previous work. + +Adversarial Generative Models: This a recently introduced model that can be used in an unsupervised fashion Goodfellow et al. (2014). Adversarial Generative Models uses a set of networks, one trained to discriminate between data sampled from the true underlying distribution (e.g., a set of images), and a separate generative network trained to be an adversary trying to confuse the first network. By propagating the gradient through the paired networks, the model learns to generate samples that are distributed similarly to the source data. As shown by Radford et al. (2015),this model can create useful latent representations for subsequent classification tasks. + +Sampling Methods: Methods for training models to discriminate between a very large number of classes often use a noise contrasting criterion. In these methods, roughly speaking, the posterior probability $P ( t | y _ { t } )$ of the ground-truth target $t$ given the model output on an input sampled from the true distribution $y _ { t } = F ( x )$ is maximized, while the probability $P ( t | y _ { n } )$ given a noise measurement $y = F ( n )$ is minimized. This was successfully used in a language domain to learn unsupervised representation of words. The most noteworthy case is the word2vec model introduced by Mikolov et al. (2013). When using this setting in language applications, a natural contrasting noise is a smooth approximation of the Unigram distribution. A suitable contrasting distribution is less obvious when data points are sampled from a high dimensional continuous space, such as the case of image patches. + +# 2.1 PROBLEMS WITH CURRENT APPROACHES + +Only recently the potential of ConvNets in an unsupervised environment began to bear fruit, still we believe it is not fully uncovered. + +The majority of unsupervised optimization criteria currently used are based on variations of reconstruction losses. One limitation of this fact is that a pixel level reconstruction is non-compliant with the idea of a discriminative objective, which is expected to be agnostic to low level information in the input. In addition, it is evident that MSE is not best suited as a measurement to compare images, for example, viewing the possibly large square-error between an image and a single pixel shifted copy of it. Another problem with recent approaches such as Rasmus et al. (2015); Zeiler et al. (2010) is their need to extensively modify the original convolutional network model. This leads to a gap between unsupervised method and the state-of-the-art, supervised, models for classification - which can hurt future attempt to reconcile them in a unified framework, as well as efficiently leverage unlabeled data with otherwise supervised regimes. + +# 3 LEARNING BY COMPARISONS + +The most common way to train NN is by defining a loss function between the target values and the network output. Learning by comparison approaches the supervised task from a different angle. The main idea is to use distance comparisons between samples to learn useful representations. For example, we consider relative and qualitative examples of the form $X _ { 1 }$ is closer to $X _ { 2 }$ than $X _ { 1 }$ is to $X _ { 3 }$ . Using a comparative measure with neural network to learn embedding space was introduced in the “Siamese network” framework by Bromley et al. (1993) and later used in the works of Chopra et al. (2005). One use for this methods is when the number of classes is too large or expected to vary over time, as in the case of face verification, where a face contained in an image has to compared against another image of a face. This problem was recently tackled by Schroff et al. (2015) for training a convolutional network model on triplets of examples. There, one image served as an anchor $x$ , and an additional pair of images served as a positive example $x _ { + }$ (containing an instance of the face of the same person) together with a negative example $x _ { - }$ , containing a face of a different person. The training objective was on the embedded distance of the input faces, where the distance between the anchor and positive example is adjusted to be smaller by at least some constant $\alpha$ from the negative distance. More precisely, the loss function used in this case was defined as + +$$ +L ( x , x _ { + } , x _ { - } ) = \operatorname* { m a x } \left\{ \| F ( x ) - F ( x _ { + } ) \| _ { 2 } - \| F ( x ) - F ( x _ { - } ) \| _ { 2 } + \alpha , 0 \right\} +$$ + +where $F ( x )$ is the embedding (the output of a convolutional neural network), and $\alpha$ is a predefined margin constant. Another similar model used by Hoffer & Ailon (2015) with triplets comparisons for classification, where examples from the same class were trained to have a lower embedded distance than that of two images from distinct classes. This work introduced a concept of a distance ratio loss, where the defined measure amounted to: + +$$ +L ( x , x _ { + } , x _ { - } ) = \frac { e ^ { - \| F ( x ) - F ( x _ { + } ) \| _ { 2 } } } { e ^ { - \| F ( x ) - F ( x _ { + } ) \| _ { 2 } } + e ^ { - \| F ( x ) - F ( x _ { - } ) \| _ { 2 } } } +$$ + +This loss has a flavor of a probability of a biased coin flip. By ‘pushing’ this probability to zero, we express the objective that pairs of samples coming from distinct classes should be less similar to each other, compared to pairs of samples coming from the same class. It was shown empirical by Balntas et al. (2016) to provide better feature embeddings than the margin based distance loss 1 + +# 4 OUR CONTRIBUTION: SPATIAL CONTRASTING + +One implicit assumption in convolutional networks, is that features are gradually learned hierarchically, each level in the hierarchy corresponding to a layer in the network. Each spatial location within a layer corresponds to a region in the original image. It is empirically observed that deeper layers tend to contain more ‘abstract’ information from the image. Intuitively, features describing different regions within the same image are likely to be semantically similar (e.g. different parts of an animal), and indeed the corresponding deep representations tend to be similar. Conversely, regions from two probably unrelated images (say, two images chosen at random) tend to be far from each other in the deep representation. This logic is commonly used in modern deep networks such as Szegedy et al. (2015) Lin et al. (2013) He et al. (2015), where a global average pooling is used to aggregate spatial features in the final layer used for classification. + +Our suggestion is that this property, often observed as a side effect of supervised applications, can be used as a desired objective when learning deep representations in an unsupervised task. Later, the resulting representation can be used, as typically done, as a starting point or a supervised learning task. We call this idea which we formalize below Spatial contrasting. The spatial contrasting criterion is similar to noise contrasting estimation Gutmann & Hyvarinen (2010) Mnih & Kavukcuoglu ¨ (2013), in trying to train a model by maximizing the expected probability on desired inputs, while minimizing it on contrasting sampled measurements. + +# 4.1 FORMULATION + +We will concern ourselves with samples of images patches $\tilde { x } ^ { ( m ) }$ taken from an image $x$ . Our convolutional network model, denoted by $F ( x )$ , extracts spatial features $f$ so that $f ^ { ( m ) } = F ( \tilde { x } ^ { ( m ) } )$ for an image patch $\tilde { x } ^ { ( m ) }$ . We will also define $P ( f _ { 1 } | f _ { 2 } )$ as the probability for two features $f _ { 1 } , f _ { 2 }$ to occur together in the same image. + +We wish to optimize our model such that for two features representing patches taken from the same image x˜(1)i , x˜ $\tilde { x } _ { i } ^ { ( 1 ) } , \bar { x _ { i } ^ { ( 2 ) } } \in x _ { i }$ for which $f _ { i } ^ { ( 1 ) } = F ( \tilde { x } _ { i } ^ { ( 1 ) } )$ and $f _ { i } ^ { ( 2 ) } \stackrel { - } { = } F ( \tilde { x } _ { i } ^ { ( 2 ) } )$ , $P ( f _ { i } ^ { ( 1 ) } | f _ { i } ^ { ( 2 ) } )$ will be maxi + +This means that features from a patch taken from a specific image can effectively predict, under our model, features extracted from other patches in the same image. Conversely, we want our model to minimize $P ( f _ { i } | f _ { j } )$ for $i , j$ being two patches taken from distinct images. Following the logic presented before, we will need to sample contrasting patch $\tilde { x } _ { j } ^ { ( 1 ) }$ from a different image $x _ { j }$ such that $P ( f _ { i } ^ { ( 1 ) } | f _ { i } ^ { ( 2 ) } ) > P ( f _ { j } ^ { ( 1 ) } | f _ { i } ^ { ( 2 ) } )$ , where $\underset { . } { f _ { j } ^ { ( 1 ) } } = F ( \tilde { x } _ { j } ^ { ( 1 ) } )$ . In order to obtain contrasting samples, we use regions from two random images in the training set. We will use a distance ratio, described earlier in Eq. (2) for the supervised case, to represent the probability two feature vectors were taken from the same image. The resulting training loss for a pair of images will be defined as + +$$ +L _ { S C } ( x _ { 1 } , x _ { 2 } ) = - \log \frac { e ^ { - \| f _ { 1 } ^ { ( 1 ) } - f _ { 1 } ^ { ( 2 ) } \| _ { 2 } } } { e ^ { - \| f _ { 1 } ^ { ( 1 ) } - f _ { 1 } ^ { ( 2 ) } \| _ { 2 } } + e ^ { - \| f _ { 1 } ^ { ( 1 ) } - f _ { 2 } ^ { ( 1 ) } \| _ { 2 } } } +$$ + +Effectively minimizing a log-probability under the SoftMax measure. This formulation is portrayed in figure 4.1. Since we sample our contrasting sample from the same underlying distribution, we can evaluate this loss considering the image patch as both patch compared (anchor) and contrast symmetrically. The final loss will be the average between these estimations: + +$$ +\widehat { L } _ { S C } ( x _ { 1 } , x _ { 2 } ) = \frac { 1 } { 2 } \left[ L _ { S C } ( x _ { 1 } , x _ { 2 } ) + L _ { S C } ( x _ { 2 } , x _ { 1 } ) \right] +$$ + +![](images/f412cdc401c9a392a006634319c43ab46c8b2578a7cd2274d9536d24baa26d3b.jpg) +Figure 1: Spatial contrasting depiction. + +# 4.2 METHOD + +Convolutional network are usually trained using SGD over mini-batch of samples, therefore we can extract patches and contrasting patches without changing the network architecture. Each image serves as both anchor and positive patches, for which the corresponding features should be closer, as well as contrasting samples for other images in that batch. For a batch of $N$ images, two samples from each image are taken, and $N ^ { 2 }$ different distance comparisons are made. The final loss is defined as the average distance ratio for all images in the batch: + +$$ +\overline { { L } } _ { S C } ( \{ x \} _ { i = 1 } ^ { N } ) = \frac { 1 } { N } \sum _ { i = 1 } ^ { N } L _ { S C } ( x _ { i } , \{ x \} _ { j \neq i } ) = - \frac { 1 } { N } \sum _ { i = 1 } ^ { N } \log \frac { e ^ { - \| f _ { i } ^ { ( 1 ) } - f _ { i } ^ { ( 2 ) } \| _ { 2 } } } { \sum _ { j = 1 } ^ { N } e ^ { - \| f _ { i } ^ { ( 1 ) } - f _ { j } ^ { ( 2 ) } \| _ { 2 } } } +$$ + +Since the criterion is differentiable with respect to its inputs, it is fully compliant with standard methods for training convolutional network and specifically using backpropagation and gradient descent. Furthermore, SC can be applied to any layer in the network hierarchy. In fact, SC can be used at multiple layers within the same convolutional network. The spatial properties of the features means that we can sample directly from feature space $\tilde { f } ^ { ( m ) } \in f$ instead of from the original image. Therefore SC has a simple implementation which doesn’t require substation amount of computation. The complete algorithm for batch training is described in Algorithm (1). Similar to the batch normalization (BN) layer Ioffe & Szegedy (2015), a recent usage for batch statistics in neural networks, SC also uses the batch statistics. While BN normalize the input based on the batch statistics, SC sample from it. This can be viewed as a simple sampling from the space of possible features describing a patch of image. + +Algorithm 1 Calculation the spatial contrasting loss + +Require: $X = \{ x \} _ { i = 1 } ^ { N }$ # Training on batches of images + +# Get the spatial features for the whole batch of images +# Size: $N \times W _ { f } \times H _ { f } \times C$ +$\{ f \} _ { i = 1 } ^ { N } \mathsf { C o n v N e t } ( X )$ + +$$ +\begin{array} { r } { d _ { i } \gets - \log \frac { \bar { e } ^ { - D i s t ( i , i ) } } { \sum _ { k = 1 } ^ { N } e ^ { - D i s t ( i , k ) } } } \end{array} +$$ + +# Spatial contrasting loss is the mean of distance ratios return $\textstyle { \frac { 1 } { N } } \sum _ { i = 1 } ^ { N } d _ { i }$ g + +# 5 EXPERIMENTS + +In this section we report empirical results showing that using SC loss as an unsupervised pretraining procedure can improve state-of-the-art performance on subsequent classification. We experimented with MNIST, CIFAR-10 and STL10 datasets. We used modified versions of well studied networks such as those of Lin et al. (2013) and Rasmus et al. (2015). A detailed description of our architecture can be found in 4. + +In each one of the experiments, we used the spatial contrasting criterion to train the network on the unlabeled images. In each usage of SC criterion, patch features were sampled from the preceding layer in uniform. We note that spatial size of sampled patches ranged between datasets, where on STL10 and Cifar10 it covered about $3 0 \%$ of the image, MNIST required the use of larger patches covering almost the entire image.Training was done by using SGD with an initial learning rate of 0.1 that was decreased by a factor of 10 whenever the measured loss stopped decreasing. After convergence, we used the trained model as an initialization for a supervised training on the complete labeled dataset. The supervised training was done following the same regime, only starting with a lower initial learning rate of 0.01. We used mild data augmentations, such as small translations and horizontal mirroring. + +The datasets we used are: + +• STL10 (Coates et al. (2011)). This dataset consists of $1 0 0 , 0 0 0 9 6 \times 9 6$ colored, unlabeled images, together with another set of 5, 000 labeled training images and 8, 000 test images . The label space consists of 10 object classes. • Cifar10 (Krizhevsky & Hinton (2009)). The well known CIFAR-10 is an image classification benchmark dataset containing 50, 000 training images and 10, 000 test images. The image sizes $3 2 \times 3 2$ pixels, with color. The classes are airplanes, automobiles, birds, cats, deer, dogs, frogs, horses, ships and trucks. + +Table 1: State of the art results on STL-10 dataset + +
ModelSTL-10 test accuracy
Zero-bias Convnets - Paine et al. (2014)70.2%
Triplet network -Hoffer & Ailon (2015)70.7%
Exemplar Convnets - Dosovitskiy et al. (2014)72.8%
Target Coding - Yang et al. (2015)73.15%
Stacked what-where AE - Zhao et al. (2015)74.33%
Spatial contrasting initialization (this work)81.34% ± 0.1
The same model without initialization72.6%±0.1
+ +• MNIST (LeCun et al. (1998)). The MNIST database of handwritten digits is one of the most studied dataset benchmark for image classification. The dataset contains 60,000 examples of handwritten digits from 0 to 9 for training and 10,000 additional examples for testing. Each sample is a $2 8 \times 2 8$ pixel gray level image. + +All experiments were conducted using the Torch7 framework by Collobert et al. (2011). Code reproducing these results will by available at https://github.com/eladhoffer/ SpatialContrasting. + +# 5.1 RESULTS ON STL10 + +Since STL10 dataset is comprised of mostly unlabeled data, it is most suitable to highlight the benefits of the spatial contrasting criterion. The initial training was unsupervised, as described earlier, using the entire set of 105, 000 samples (union of the original unlabeled set and labeled training set). The representation outputted by the training, was used to initialize supervised training on the 5, 000 labeled images. Evaluation was done on a separate test set of 8, 000 samples. Comparing with state of the art results, we see an improvement of $7 \%$ in test accuracy over the best model by Zhao et al. (2015), setting the SC as best model at $8 1 . 3 \%$ test classification accuracy (see Table (1)). We note that the results of Dosovitskiy et al. (2014) are achieved with no fine-tuning over labeled examples, which may be unfair to this work. We also compare with the same network, but without SC initialization, which achieves a lower classification of $7 2 . 6 \%$ . This is an indication that indeed SC managed to leverage unlabeled examples to provide a better initialization point for the supervised model. + +# 5.2 RESULTS ON CIFAR10 + +For Cifar10 dataset, we use the same setting as Coates & $\mathrm { N g } \left( 2 0 1 2 \right)$ and Hui (2013) to test a model’s ability to learn from unlabeled images. Here, only 4, 000 samples out of 50, 000 are used with their label annotation, and the rest of the samples can be used only in an unsupervised manner. The final test accuracy is measured on the entire 10, 000 test set. + +In our experiments, we trained our model using SC criterion on the entire dataset, and then used only 400 labeled samples per class (for a total of 4000) in a supervised regime over the initialized network. The results are compared with previous efforts in Table (2). Using the SC criterion allowed an improvement of $6 . 8 \%$ over a non-initialized model, and achieved a final test accuracy of $7 9 . 2 \%$ . This is a competitive result with current state-of-the-art models. + +# 5.3 RESULTS ON MNIST + +The MNIST dataset is very different in nature from the Cifar10 and STL10 datasets, we experimented earlier. The biggest difference, relevant to this work, is that spatial regions sampled from MNIST images usually provide very little, or no information. Thus, SC is much less suited for MNIST dataset, and was conjured to have little benefit. We still, however, experimented with initializing a model with SC criterion and continuing with a fully-supervised regime over all labeled examples. We found again that this provided benefit over training the same network without preinitialization, improving results from ${ \bar { 0 } } . 6 3 \%$ to $0 . 3 4 \%$ error on test set. As mentioned previously, the effective compared patches of MNIST covered almost the entire image area. This can be attributed to the fact that MNIST requires global features to differentiate between digits. The results, compared with previous attempts are included in Table (3). + +Table 2: State of the art results on Cifar10 dataset with only 4000 labeled samples + +
ModelCifar10 (400 per class) test accuracy
Convolutional K-means Network - Coates & Ng (2012)70.7%
View-Invariant K-means -Hui (2013)72.6%
DCGAN - Radford et al. (2015)73.8%
Exemplar Convnets - Dosovitskiy et al. (2014)76.6%
Ladder networks - Rasmus et al. (2015)79.6%
Conv-CatGan Springenberg (2016)80.42% (± 0.58)
ImprovedGan Salimans et al. (2016)81.37% (± 2.32)
Spatial contrasting initialization (this work)79.2%(±0.3)
The same model without initialization72.4%(±0.1)
+ +Table 3: results on MNIST dataset + +
ModelMNIST test error
Stacked what-where AE - Zhao et al. (2015)0.71%
Triplet network - Hoffer & Ailon (2015)0.56%
Jarrett et al. (2009)0.53%
Ladder networks - Rasmus et al. (2015)0.36%
DropConnect - Wan et al. (2013)0.21%
Spatial contrasting initialization (this work)0.34%± 0.02
The same model without initialization0.63%± 0.02
+ +# 6 CONCLUSIONS AND FUTURE WORK + +In this work we presented spatial contrasting - a novel unsupervised criterion for training convolutional networks on unlabeled data. Its is based on comparison between spatial features sampled from a number of images. We’ve shown empirically that using spatial contrasting as a pretraining technique to initialize a ConvNet, can improve its performance on a subsequent supervised training. In cases where a lot of unlabeled data is available, such as the STL10 dataset, this translates to state-of-the-art classification accuracy in the final model. + +Since the spatial contrasting loss is a differentiable estimation that can be computed within a network parallel to supervised losses, in future work we plan to embed it as a semi-supervised model. This usage will allow to create models that can leverage both labeled an unlabeled data, and can be compared to similar semi-supervised models such as the ladder network Rasmus et al. (2015). It is is also apparent that contrasting can occur in dimensions other than the spatial, the most straightforward is the temporal dimension. This suggests that similar training procedure can be applied on segments of sequences to learn useful representation without explicit supervision. + +# REFERENCES + +Vassileios Balntas, Edward Johns, Lilian Tang, and Krystian Mikolajczyk. Pn-net: Conjoined triple deep network for learning local image descriptors. arXiv preprint arXiv:1601.05030, 2016. + +Jane Bromley, James W Bentz, Leon Bottou, Isabelle Guyon, Yann LeCun, Cliff Moore, Eduard ´ Sackinger, and Roopak Shah. Signature verification using a siamese time delay neural network.¨ International Journal of Pattern Recognition and Artificial Intelligence, 7(04):669–688, 1993. + +Sumit Chopra, Raia Hadsell, and Yann LeCun. Learning a similarity metric discriminatively, with application to face verification. In Computer Vision and Pattern Recognition, 2005. CVPR 2005. IEEE Computer Society Conference on, volume 1, pp. 539–546. IEEE, 2005. + +Adam Coates and Andrew Y Ng. Learning feature representations with k-means. In Neural Networks: Tricks of the Trade, pp. 561–580. Springer, 2012. + +Adam Coates, Andrew $\mathrm { ~ Y ~ N ~ g ~ }$ , and Honglak Lee. An analysis of single-layer networks in unsupervised feature learning. In International Conference on Artificial Intelligence and Statistics, pp. 215–223, 2011. + +Ronan Collobert, Koray Kavukcuoglu, and Clement Farabet. Torch7: A matlab-like environment ´ for machine learning. In BigLearn, NIPS Workshop, number EPFL-CONF-192376, 2011. + +Carl Doersch, Abhinav Gupta, and Alexei A Efros. Unsupervised visual representation learning by context prediction. In Proceedings of the IEEE International Conference on Computer Vision, pp. 1422–1430, 2015. + +Alexey Dosovitskiy, Jost Tobias Springenberg, Martin Riedmiller, and Thomas Brox. Discriminative unsupervised feature learning with convolutional neural networks. In Advances in Neural Information Processing Systems, pp. 766–774, 2014. + +Ian Goodfellow, Jean Pouget-Abadie, Mehdi Mirza, Bing Xu, David Warde-Farley, Sherjil Ozair, Aaron Courville, and Yoshua Bengio. Generative adversarial nets. In Advances in Neural Information Processing Systems, pp. 2672–2680, 2014. + +Michael Gutmann and Aapo Hyvarinen. Noise-contrastive estimation: A new estimation principle ¨ for unnormalized statistical models. In International Conference on Artificial Intelligence and Statistics, pp. 297–304, 2010. + +Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. Deep residual learning for image recognition. arXiv preprint arXiv:1512.03385, 2015. + +Geoffrey E Hinton. To recognize shapes, first learn to generate images. Progress in brain research, 165:535–547, 2007. + +Elad Hoffer and Nir Ailon. Deep metric learning using triplet network. In Similarity-Based Pattern Recognition, pp. 84–92. Springer, 2015. + +Ka Y Hui. Direct modeling of complex invariances for visual object features. In Proceedings of the 30th International Conference on Machine Learning (ICML-13), pp. 352–360, 2013. + +Sergey Ioffe and Christian Szegedy. Batch normalization: Accelerating deep network training by reducing internal covariate shift. In Proceedings of The 32nd International Conference on Machine Learning, pp. 448–456, 2015. + +Kevin Jarrett, Koray Kavukcuoglu, Marc’Aurelio Ranzato, and Yann LeCun. What is the best multistage architecture for object recognition? In Computer Vision, 2009 IEEE 12th International Conference on, pp. 2146–2153. IEEE, 2009. + +Alex Krizhevsky and Geoffrey Hinton. Learning multiple layers of features from tiny images. Computer Science Department, University of Toronto, Tech. Rep, 2009. + +Alex Krizhevsky, Ilya Sutskever, and Geoffrey E Hinton. ImageNet Classification with Deep Convolutional Neural Networks. Advances In Neural Information Processing Systems, pp. 1–9, 2012. + +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. + +Min Lin, Qiang Chen, and Shuicheng Yan. Network in network. arXiv preprint arXiv:1312.4400, 2013. + +Tomas Mikolov, Ilya Sutskever, Kai Chen, Greg S Corrado, and Jeff Dean. Distributed representations of words and phrases and their compositionality. In Advances in neural information processing systems, pp. 3111–3119, 2013. + +Andriy Mnih and Koray Kavukcuoglu. Learning word embeddings efficiently with noise-contrastive estimation. In Advances in Neural Information Processing Systems, pp. 2265–2273, 2013. + +Volodymyr Mnih, Koray Kavukcuoglu, David Silver, Andrei A Rusu, Joel Veness, Marc G Bellemare, Alex Graves, Martin Riedmiller, Andreas K Fidjeland, Georg Ostrovski, et al. Human-level control through deep reinforcement learning. Nature, 518(7540):529–533, 2015. + +Andrew Ng. Sparse autoencoder. 2011. + +Tom Le Paine, Pooya Khorrami, Wei Han, and Thomas S Huang. An analysis of unsupervised pre-training in light of recent advances. arXiv preprint arXiv:1412.6597, 2014. + +Pedro O Pinheiro, Ronan Collobert, and Piotr Dollar. Learning to segment object candidates. In Advances in Neural Information Processing Systems, pp. 1981–1989, 2015. + +Alec Radford, Luke Metz, and Soumith Chintala. Unsupervised representation learning with deep convolutional generative adversarial networks. arXiv preprint arXiv:1511.06434, 2015. + +Antti Rasmus, Mathias Berglund, Mikko Honkala, Harri Valpola, and Tapani Raiko. Semisupervised learning with ladder networks. In Advances in Neural Information Processing Systems, pp. 3532–3540, 2015. + +Ali Razavian, Hossein Azizpour, Josephine Sullivan, and Stefan Carlsson. Cnn features off-theshelf: an astounding baseline for recognition. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition Workshops, pp. 806–813, 2014. + +David E Rumelhart, Geoffrey E Hinton, and Ronald J Williams. Learning representations by backpropagating errors. Cognitive modeling, 5(3):1. + +Tim Salimans, Ian Goodfellow, Wojciech Zaremba, Vicki Cheung, Alec Radford, and Xi Chen. Improved techniques for training gans. arXiv preprint arXiv:1606.03498, 2016. + +Florian Schroff, Dmitry Kalenichenko, and James Philbin. Facenet: A unified embedding for face recognition and clustering. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, pp. 815–823, 2015. + +Jost Tobias Springenberg. Unsupervised and semi-supervised learning with categorical generative adversarial networks. In International Conference on Learning Representations (ICLR). 2016. URL https://arxiv.org/abs/1511.06390. + +Christian Szegedy, Wei Liu, Yangqing Jia, Pierre Sermanet, Scott Reed, Dragomir Anguelov, Dumitru Erhan, Vincent Vanhoucke, and Andrew Rabinovich. Going deeper with convolutions. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, pp. 1–9, 2015. + +Pascal Vincent, Hugo Larochelle, Yoshua Bengio, and Pierre-Antoine Manzagol. Extracting and composing robust features with denoising autoencoders. In Proceedings of the 25th international conference on Machine learning, pp. 1096–1103. ACM, 2008. + +Li Wan, Matthew Zeiler, Sixin Zhang, Yann L Cun, and Rob Fergus. Regularization of neural networks using dropconnect. In Proceedings of the 30th International Conference on Machine Learning (ICML-13), pp. 1058–1066, 2013. + +Shuo Yang, Ping Luo, Chen Change Loy, Kenneth W Shum, and Xiaoou Tang. Deep representation learning with target coding. 2015. + +Matthew D Zeiler, Dilip Krishnan, Graham W Taylor, and Rob Fergus. Deconvolutional networks. In Computer Vision and Pattern Recognition (CVPR), 2010 IEEE Conference on, pp. 2528–2535. IEEE, 2010. + +Junbo Zhao, Michael Mathieu, Ross Goroshin, and Yann Lecun. Stacked what-where auto-encoders. arXiv preprint arXiv:1506.02351, 2015. + +# 7 APPENDIX + +Table 4: Convolutional models used, based on Lin et al. (2013), Rasmus et al. (2015) + + +
Model
STL10CIFAR-10MNIST
Input: 96×96 RGBInput:32×32RGBInput:28 × 28 monochrome
5 ×5 conv. 64 BN ReLU3 × 3 conv. 96 BN LeakyReLU5 ×5 conv.32 ReLU2 × 2 max-pooling,stride 2 BN3 × 3 conv. 64 BN ReLU3 × 3 conv. 64 BN ReLU2 × 2 max-pooling,stride 2 BN
1 ×1 conv.160 BN ReLU3 ×3 conv. 96 BNLeakyReLU3 × 3 conv. 96 BN LeakyReLU2 × 2 max-pooling,stride 2 BN3 × 3 conv.192 BNLeakyReLU3 × 3 conv. 192 BN LeakyReLU3 × 3 conv.192 BN LeakyReLU2 × 2 max-pooling,stride 2 BN
1 ×1 conv. 96 BN ReLU
3 × 3 max-pooling, stride 2
5 × 5 conv. 192 BN ReLU
1 ×1 conv.192 BN ReLU1 ×1 conv. 192 BN ReLU3 × 3 max-pooling,stride 23 × 3 conv. 192 BN ReLU1 ×1 conv.192 BN ReLU1 ×1 conv.192 BN ReLU
Spatial contrasting criterion
3×3 conv.256 ReLU3 × 3 max-pooling,stride 2dropout, p = 0.53 × 3 conv.128 ReLUdropout, p = 0.5fully-connected 103×3 conv.192BNLeakyReLU1 ×1 conv.192 BNLeakyReLU1 ×1 conv.10 BNLeakyReLUglobal average pooling3×3 conv.128 BN ReLU1 × 1 conv.10 BN ReLUglobal average pooling
+ +10-way softmax + +![](images/dbd928541e70043deb704a91118b985563d8e3c93a5cbdcb28b93b6bd8b098bc.jpg) +Figure 2: First layer convolutional filters after spatial-contrasting training \ No newline at end of file diff --git a/parse/train/S1vyujVye/S1vyujVye_content_list.json b/parse/train/S1vyujVye/S1vyujVye_content_list.json new file mode 100644 index 0000000000000000000000000000000000000000..3ad1d839caf1dcd0c3ad8f2317b4997df41ee86f --- /dev/null +++ b/parse/train/S1vyujVye/S1vyujVye_content_list.json @@ -0,0 +1,1429 @@ +[ + { + "type": "text", + "text": "DEEP UNSUPERVISED LEARNING THROUGH SPATIAL CONTRASTING ", + "text_level": 1, + "bbox": [ + 174, + 101, + 823, + 145 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Elad Hoffer \nTechnion - Israel Institute of Technology \nHaifa, Israel \nehoffer@tx.technion.ac.il \nItay Hubara \nTechnion - Israel Institute of Technology \nHaifa, Israel \nitayh@tx.technion.ac.il \nNir Ailon \nTechnion - Israel Institute of Technology \nHaifa, Israel \nnailon@cs.technion.ac.il ", + "bbox": [ + 184, + 170, + 450, + 226 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "", + "bbox": [ + 545, + 170, + 813, + 226 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "", + "bbox": [ + 184, + 247, + 450, + 303 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "ABSTRACT ", + "text_level": 1, + "bbox": [ + 454, + 339, + 544, + 354 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Convolutional networks have marked their place over the last few years as the best performing model for various visual tasks. They are, however, most suited for supervised learning from large amounts of labeled data. Previous attempts have been made to use unlabeled data to improve model performance by applying unsupervised techniques. These attempts require different architectures and training methods. In this work we present a novel approach for unsupervised training of Convolutional networks that is based on contrasting between spatial regions within images. This criterion can be employed within conventional neural networks and optimized using standard techniques such as SGD and backpropagation, thus complementing supervised methods. ", + "bbox": [ + 233, + 371, + 764, + 511 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "1 INTRODUCTION ", + "text_level": 1, + "bbox": [ + 176, + 536, + 334, + 553 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "For the past few years convolutional networks (ConvNets, CNNs) LeCun et al. (1998) have proven themselves as a successful model for vision related tasks Krizhevsky et al. (2012) Mnih et al. (2015) Pinheiro et al. (2015) Razavian et al. (2014). A convolutional network is composed of multiple convolutional and pooling layers, followed by a fully-connected affine transformations. As with other neural network models, each layer is typically followed by a non-linearity transformation such as a rectified-linear unit (ReLU). ", + "bbox": [ + 174, + 568, + 825, + 651 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "A convolutional layer is applied by cross correlating an image with a trainable weight filter. This stems from the assumption of stationarity in natural images, which means that parameters learned for one local region in an image can be shared for other regions and images. ", + "bbox": [ + 178, + 651, + 820, + 694 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Deep learning models, including convolutional networks, are usually trained in a supervised manner, requiring large amounts of labeled data (ranging between thousands to millions of examples per-class for classification tasks) in almost all modern applications. These models are optimized using a variant of stochastic-gradient-descent (SGD) over batches of images sampled from the whole training dataset and their ground truth-labels. Gradient estimation for each one of the optimized parameters is done by back propagating the objective error from the final layer towards the input. This is commonly known as ”backpropagation” Rumelhart et al.. ", + "bbox": [ + 174, + 700, + 823, + 797 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "In early works, unsupervised training was used as a part of pre-training procedure to obtain an effective initial state of the model. The network was later fine-tuned in a supervised manner as displayed by Hinton (2007). Such unsupervised pre-training procedures were later abandoned, since they provided no apparent benefit over other initialization heuristics in more careful fully supervised training regimes. This led to the de-facto almost exclusive usage of neural networks in supervised environments. ", + "bbox": [ + 174, + 805, + 823, + 888 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "In this work we will present a novel unsupervised learning criterion for convolutional network based on comparison of features extracted from regions within images. Our experiments indicate that by using this criterion to pre-train networks we can improve their performance and achieve state-ofthe-art results. ", + "bbox": [ + 173, + 895, + 823, + 924 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "", + "bbox": [ + 171, + 103, + 825, + 132 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "2 PREVIOUS WORKS ", + "text_level": 1, + "bbox": [ + 176, + 155, + 357, + 172 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Using unsupervised methods to improve performance have been the holy grail of deep learning for the last couple of years and vast research efforts have been focused on that. We hereby give a short overview of the most popular and recent methods that tried to tackle this problem. ", + "bbox": [ + 176, + 189, + 823, + 232 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "AutoEncoders and reconstruction loss These are probably the most popular models for unsupervised learning using neural networks, and ConvNets in particular. Autoencoders are NNs which aim to transform inputs into outputs with the least possible amount of distortion. An Autoencoder is constructed using an encoder $G ( x ; w _ { 1 } )$ that maps an input to a hidden compressed representation, followed by a decoder $F ( y ; w _ { 2 } )$ , that maps the representation back into the input space. Mathematically, this can be written in the following general form: ", + "bbox": [ + 173, + 251, + 825, + 335 + ], + "page_idx": 1 + }, + { + "type": "equation", + "img_path": "images/5bd4f185929c9804dd1e8cad87809e51fb2d7db4b5572fb153eb7d7ef8d273db.jpg", + "text": "$$\n\\hat { x } = F ( G ( x ; w _ { 1 } ) ; w _ { 2 } )\n$$", + "text_format": "latex", + "bbox": [ + 424, + 345, + 573, + 363 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "The underlying encoder and decoder contain a set of trainable parameters that can be tied together and optimized for a predefined criterion. The encoder and decoder can have different architectures, including fully-connected neural networks, ConvNets and others. The criterion used for training is the reconstruction loss, usually the mean squared error (MSE) between the original input and its reconstruction Zeiler et al. (2010) ", + "bbox": [ + 173, + 372, + 825, + 443 + ], + "page_idx": 1 + }, + { + "type": "equation", + "img_path": "images/7ab54084fb1f2b1bb0e333109ca419d603e264ec6c57d96ec21422cf2e2b0272.jpg", + "text": "$$\nm i n \\lVert x - { \\hat { x } } \\rVert ^ { 2 }\n$$", + "text_format": "latex", + "bbox": [ + 450, + 452, + 547, + 470 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "This allows an efficient training procedure using the aforementioned backpropagation and SGD techniques. Over the years autoencoders gained fundamental role in unsupervised learning and many modification to the classic architecture were made. $\\mathrm { N g }$ (2011) regularized the latent representation to be sparse, Vincent et al. (2008) substituted the input with a noisy version thereof, requiring the model to denoise while reconstructing. Kingma et al. (2014) obtained very promising results with variational autoencoders (VAE). A variational autoencoder model inherits typical autoencoder architecture, but makes strong assumptions concerning the distribution of latent variables. They use variational approach for latent representation learning, which results in an additional loss component which required a new training algorithm called Stochastic Gradient Variational Bayes (SGVB). VAE assumes that the data is generated by a directed graphical model $p ( x | z )$ and require the encoder to learn an approximation $q _ { w _ { 1 } } ( z | x )$ to the posterior distribution $p _ { w _ { 2 } } ( z | x )$ where $w _ { 1 }$ and $w _ { 2 }$ denote the parameters of the encoder and decoder. The objective of the variational autoencoder in that case has the following form: ", + "bbox": [ + 173, + 497, + 825, + 679 + ], + "page_idx": 1 + }, + { + "type": "equation", + "img_path": "images/b80a08937376cb8f40f66af938aa10f2a90d8332197f760430b1611dab07074e.jpg", + "text": "$$\n\\mathcal { L } ( w _ { 1 } , w _ { 2 } , x ) = - D _ { K L } \\big ( q _ { w _ { 1 } } ( z | x ) | | p _ { w _ { 2 } } ( z ) \\big ) + \\mathbb { E } _ { q _ { w _ { 1 } } ( z | x ) } \\big ( \\log p _ { w _ { 2 } } ( x | z ) \\big )\n$$", + "text_format": "latex", + "bbox": [ + 264, + 689, + 732, + 708 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Recently, a stacked set of denoising autoencoders architectures showed promising results in both semi-supervised and unsupervised tasks. A stacked what-where autoencoder by Zhao et al. (2015) computes a set of complementary variables that enable reconstruction whenever a layer implements a many-to-one mapping. Ladder networks by Rasmus et al. (2015) - use lateral connections and layer-wise cost functions to allow the higher levels of an autoencoder to focus on invariant abstract features. ", + "bbox": [ + 173, + 736, + 825, + 820 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Exemplar Networks: The unsupervised method introduced byDosovitskiy et al. (2014) takes a different approach to this task and trains the network to discriminate between a set of pseudo-classes. Each pseudo-class is formed by applying multiple transformations to a randomly sampled image patch. The number of pseudo-classes can be as big as the size of the input samples. This criterion ensures that different input samples would be distinguished while providing robustness to the applied transformations. In this work we will explore an alternative method with a similar motivation. ", + "bbox": [ + 173, + 839, + 825, + 924 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Context prediction Another method for unsupervised learning by context was introduced by Doersch et al. (2015). This method uses an auxiliary criterion of predicting the location of an image patch given another from the same image. This is done by classification to 1 of 9 possible locations. Although the work of Doersch et al. (2015) and ours both use patches from an image to perform unsupervised learning, the methods are quite different. Whereas the former used a classification criterion over the spatial location of each patch within a single image, our work is concerned with comparing patches from several images to each other. We claim that this encourages discriminability between images (which we feel to be important aspect of feature learning), and was not an explicit goal in previous work. ", + "bbox": [ + 174, + 103, + 825, + 228 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "Adversarial Generative Models: This a recently introduced model that can be used in an unsupervised fashion Goodfellow et al. (2014). Adversarial Generative Models uses a set of networks, one trained to discriminate between data sampled from the true underlying distribution (e.g., a set of images), and a separate generative network trained to be an adversary trying to confuse the first network. By propagating the gradient through the paired networks, the model learns to generate samples that are distributed similarly to the source data. As shown by Radford et al. (2015),this model can create useful latent representations for subsequent classification tasks. ", + "bbox": [ + 174, + 246, + 825, + 343 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "Sampling Methods: Methods for training models to discriminate between a very large number of classes often use a noise contrasting criterion. In these methods, roughly speaking, the posterior probability $P ( t | y _ { t } )$ of the ground-truth target $t$ given the model output on an input sampled from the true distribution $y _ { t } = F ( x )$ is maximized, while the probability $P ( t | y _ { n } )$ given a noise measurement $y = F ( n )$ is minimized. This was successfully used in a language domain to learn unsupervised representation of words. The most noteworthy case is the word2vec model introduced by Mikolov et al. (2013). When using this setting in language applications, a natural contrasting noise is a smooth approximation of the Unigram distribution. A suitable contrasting distribution is less obvious when data points are sampled from a high dimensional continuous space, such as the case of image patches. ", + "bbox": [ + 174, + 359, + 825, + 498 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "2.1 PROBLEMS WITH CURRENT APPROACHES", + "text_level": 1, + "bbox": [ + 176, + 517, + 503, + 530 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "Only recently the potential of ConvNets in an unsupervised environment began to bear fruit, still we believe it is not fully uncovered. ", + "bbox": [ + 174, + 542, + 823, + 570 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "The majority of unsupervised optimization criteria currently used are based on variations of reconstruction losses. One limitation of this fact is that a pixel level reconstruction is non-compliant with the idea of a discriminative objective, which is expected to be agnostic to low level information in the input. In addition, it is evident that MSE is not best suited as a measurement to compare images, for example, viewing the possibly large square-error between an image and a single pixel shifted copy of it. Another problem with recent approaches such as Rasmus et al. (2015); Zeiler et al. (2010) is their need to extensively modify the original convolutional network model. This leads to a gap between unsupervised method and the state-of-the-art, supervised, models for classification - which can hurt future attempt to reconcile them in a unified framework, as well as efficiently leverage unlabeled data with otherwise supervised regimes. ", + "bbox": [ + 173, + 578, + 825, + 717 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "3 LEARNING BY COMPARISONS ", + "text_level": 1, + "bbox": [ + 178, + 738, + 450, + 755 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "The most common way to train NN is by defining a loss function between the target values and the network output. Learning by comparison approaches the supervised task from a different angle. The main idea is to use distance comparisons between samples to learn useful representations. For example, we consider relative and qualitative examples of the form $X _ { 1 }$ is closer to $X _ { 2 }$ than $X _ { 1 }$ is to $X _ { 3 }$ . Using a comparative measure with neural network to learn embedding space was introduced in the “Siamese network” framework by Bromley et al. (1993) and later used in the works of Chopra et al. (2005). One use for this methods is when the number of classes is too large or expected to vary over time, as in the case of face verification, where a face contained in an image has to compared against another image of a face. This problem was recently tackled by Schroff et al. (2015) for training a convolutional network model on triplets of examples. There, one image served as an anchor $x$ , and an additional pair of images served as a positive example $x _ { + }$ (containing an instance of the face of the same person) together with a negative example $x _ { - }$ , containing a face of a different person. The training objective was on the embedded distance of the input faces, where the distance between the anchor and positive example is adjusted to be smaller by at least some constant $\\alpha$ from the negative distance. More precisely, the loss function used in this case was defined as ", + "bbox": [ + 174, + 770, + 825, + 924 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "", + "bbox": [ + 174, + 103, + 823, + 160 + ], + "page_idx": 3 + }, + { + "type": "equation", + "img_path": "images/484d212cac854adcb5189435d1af769a6d494575cce095b409510330c3aaa3c2.jpg", + "text": "$$\nL ( x , x _ { + } , x _ { - } ) = \\operatorname* { m a x } \\left\\{ \\| F ( x ) - F ( x _ { + } ) \\| _ { 2 } - \\| F ( x ) - F ( x _ { - } ) \\| _ { 2 } + \\alpha , 0 \\right\\}\n$$", + "text_format": "latex", + "bbox": [ + 259, + 170, + 738, + 188 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "where $F ( x )$ is the embedding (the output of a convolutional neural network), and $\\alpha$ is a predefined margin constant. Another similar model used by Hoffer & Ailon (2015) with triplets comparisons for classification, where examples from the same class were trained to have a lower embedded distance than that of two images from distinct classes. This work introduced a concept of a distance ratio loss, where the defined measure amounted to: ", + "bbox": [ + 174, + 196, + 825, + 267 + ], + "page_idx": 3 + }, + { + "type": "equation", + "img_path": "images/4fb638bda29994a614957769f108d611ae9a93ad6b9a11972de0d8d2dfad9e99.jpg", + "text": "$$\nL ( x , x _ { + } , x _ { - } ) = \\frac { e ^ { - \\| F ( x ) - F ( x _ { + } ) \\| _ { 2 } } } { e ^ { - \\| F ( x ) - F ( x _ { + } ) \\| _ { 2 } } + e ^ { - \\| F ( x ) - F ( x _ { - } ) \\| _ { 2 } } }\n$$", + "text_format": "latex", + "bbox": [ + 315, + 276, + 678, + 310 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "This loss has a flavor of a probability of a biased coin flip. By ‘pushing’ this probability to zero, we express the objective that pairs of samples coming from distinct classes should be less similar to each other, compared to pairs of samples coming from the same class. It was shown empirical by Balntas et al. (2016) to provide better feature embeddings than the margin based distance loss 1 ", + "bbox": [ + 174, + 320, + 825, + 377 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "4 OUR CONTRIBUTION: SPATIAL CONTRASTING ", + "text_level": 1, + "bbox": [ + 174, + 400, + 593, + 417 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "One implicit assumption in convolutional networks, is that features are gradually learned hierarchically, each level in the hierarchy corresponding to a layer in the network. Each spatial location within a layer corresponds to a region in the original image. It is empirically observed that deeper layers tend to contain more ‘abstract’ information from the image. Intuitively, features describing different regions within the same image are likely to be semantically similar (e.g. different parts of an animal), and indeed the corresponding deep representations tend to be similar. Conversely, regions from two probably unrelated images (say, two images chosen at random) tend to be far from each other in the deep representation. This logic is commonly used in modern deep networks such as Szegedy et al. (2015) Lin et al. (2013) He et al. (2015), where a global average pooling is used to aggregate spatial features in the final layer used for classification. ", + "bbox": [ + 173, + 434, + 825, + 574 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "Our suggestion is that this property, often observed as a side effect of supervised applications, can be used as a desired objective when learning deep representations in an unsupervised task. Later, the resulting representation can be used, as typically done, as a starting point or a supervised learning task. We call this idea which we formalize below Spatial contrasting. The spatial contrasting criterion is similar to noise contrasting estimation Gutmann & Hyvarinen (2010) Mnih & Kavukcuoglu ¨ (2013), in trying to train a model by maximizing the expected probability on desired inputs, while minimizing it on contrasting sampled measurements. ", + "bbox": [ + 173, + 580, + 825, + 678 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "4.1 FORMULATION ", + "text_level": 1, + "bbox": [ + 174, + 699, + 318, + 713 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "We will concern ourselves with samples of images patches $\\tilde { x } ^ { ( m ) }$ taken from an image $x$ . Our convolutional network model, denoted by $F ( x )$ , extracts spatial features $f$ so that $f ^ { ( m ) } = F ( \\tilde { x } ^ { ( m ) } )$ for an image patch $\\tilde { x } ^ { ( m ) }$ . We will also define $P ( f _ { 1 } | f _ { 2 } )$ as the probability for two features $f _ { 1 } , f _ { 2 }$ to occur together in the same image. ", + "bbox": [ + 174, + 726, + 825, + 785 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "We wish to optimize our model such that for two features representing patches taken from the same image x˜(1)i , x˜ $\\tilde { x } _ { i } ^ { ( 1 ) } , \\bar { x _ { i } ^ { ( 2 ) } } \\in x _ { i }$ for which $f _ { i } ^ { ( 1 ) } = F ( \\tilde { x } _ { i } ^ { ( 1 ) } )$ and $f _ { i } ^ { ( 2 ) } \\stackrel { - } { = } F ( \\tilde { x } _ { i } ^ { ( 2 ) } )$ , $P ( f _ { i } ^ { ( 1 ) } | f _ { i } ^ { ( 2 ) } )$ will be maxi", + "bbox": [ + 174, + 786, + 825, + 830 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "This means that features from a patch taken from a specific image can effectively predict, under our model, features extracted from other patches in the same image. Conversely, we want our model to minimize $P ( f _ { i } | f _ { j } )$ for $i , j$ being two patches taken from distinct images. Following the logic presented before, we will need to sample contrasting patch $\\tilde { x } _ { j } ^ { ( 1 ) }$ from a different image $x _ { j }$ such that $P ( f _ { i } ^ { ( 1 ) } | f _ { i } ^ { ( 2 ) } ) > P ( f _ { j } ^ { ( 1 ) } | f _ { i } ^ { ( 2 ) } )$ , where $\\underset { . } { f _ { j } ^ { ( 1 ) } } = F ( \\tilde { x } _ { j } ^ { ( 1 ) } )$ . In order to obtain contrasting samples, we use regions from two random images in the training set. We will use a distance ratio, described earlier in Eq. (2) for the supervised case, to represent the probability two feature vectors were taken from the same image. The resulting training loss for a pair of images will be defined as ", + "bbox": [ + 173, + 830, + 825, + 924 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "", + "bbox": [ + 169, + 103, + 825, + 133 + ], + "page_idx": 4 + }, + { + "type": "equation", + "img_path": "images/8f724b214737dc3deeda6105635fda1e52f720cb451698c586fb2eb8bbf58739.jpg", + "text": "$$\nL _ { S C } ( x _ { 1 } , x _ { 2 } ) = - \\log \\frac { e ^ { - \\| f _ { 1 } ^ { ( 1 ) } - f _ { 1 } ^ { ( 2 ) } \\| _ { 2 } } } { e ^ { - \\| f _ { 1 } ^ { ( 1 ) } - f _ { 1 } ^ { ( 2 ) } \\| _ { 2 } } + e ^ { - \\| f _ { 1 } ^ { ( 1 ) } - f _ { 2 } ^ { ( 1 ) } \\| _ { 2 } } }\n$$", + "text_format": "latex", + "bbox": [ + 318, + 148, + 679, + 189 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "Effectively minimizing a log-probability under the SoftMax measure. This formulation is portrayed in figure 4.1. Since we sample our contrasting sample from the same underlying distribution, we can evaluate this loss considering the image patch as both patch compared (anchor) and contrast symmetrically. The final loss will be the average between these estimations: ", + "bbox": [ + 173, + 198, + 825, + 253 + ], + "page_idx": 4 + }, + { + "type": "equation", + "img_path": "images/48d1ad05b47f0bfd56d89fe5cdf1208bf9a6684314e8cf2034f8e0e959f35323.jpg", + "text": "$$\n\\widehat { L } _ { S C } ( x _ { 1 } , x _ { 2 } ) = \\frac { 1 } { 2 } \\left[ L _ { S C } ( x _ { 1 } , x _ { 2 } ) + L _ { S C } ( x _ { 2 } , x _ { 1 } ) \\right]\n$$", + "text_format": "latex", + "bbox": [ + 338, + 261, + 658, + 291 + ], + "page_idx": 4 + }, + { + "type": "image", + "img_path": "images/f412cdc401c9a392a006634319c43ab46c8b2578a7cd2274d9536d24baa26d3b.jpg", + "image_caption": [ + "Figure 1: Spatial contrasting depiction. " + ], + "image_footnote": [], + "bbox": [ + 367, + 310, + 625, + 647 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "4.2 METHOD ", + "text_level": 1, + "bbox": [ + 174, + 699, + 279, + 713 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "Convolutional network are usually trained using SGD over mini-batch of samples, therefore we can extract patches and contrasting patches without changing the network architecture. Each image serves as both anchor and positive patches, for which the corresponding features should be closer, as well as contrasting samples for other images in that batch. For a batch of $N$ images, two samples from each image are taken, and $N ^ { 2 }$ different distance comparisons are made. The final loss is defined as the average distance ratio for all images in the batch: ", + "bbox": [ + 173, + 724, + 825, + 810 + ], + "page_idx": 4 + }, + { + "type": "equation", + "img_path": "images/8b403568fa24822998826ddcf40e5c6cf8dbd89796e01189a57ab00cf49c6a19.jpg", + "text": "$$\n\\overline { { L } } _ { S C } ( \\{ x \\} _ { i = 1 } ^ { N } ) = \\frac { 1 } { N } \\sum _ { i = 1 } ^ { N } L _ { S C } ( x _ { i } , \\{ x \\} _ { j \\neq i } ) = - \\frac { 1 } { N } \\sum _ { i = 1 } ^ { N } \\log \\frac { e ^ { - \\| f _ { i } ^ { ( 1 ) } - f _ { i } ^ { ( 2 ) } \\| _ { 2 } } } { \\sum _ { j = 1 } ^ { N } e ^ { - \\| f _ { i } ^ { ( 1 ) } - f _ { j } ^ { ( 2 ) } \\| _ { 2 } } }\n$$", + "text_format": "latex", + "bbox": [ + 236, + 815, + 761, + 862 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "Since the criterion is differentiable with respect to its inputs, it is fully compliant with standard methods for training convolutional network and specifically using backpropagation and gradient descent. Furthermore, SC can be applied to any layer in the network hierarchy. In fact, SC can be used at multiple layers within the same convolutional network. The spatial properties of the features means that we can sample directly from feature space $\\tilde { f } ^ { ( m ) } \\in f$ instead of from the original image. Therefore SC has a simple implementation which doesn’t require substation amount of computation. The complete algorithm for batch training is described in Algorithm (1). Similar to the batch normalization (BN) layer Ioffe & Szegedy (2015), a recent usage for batch statistics in neural networks, SC also uses the batch statistics. While BN normalize the input based on the batch statistics, SC sample from it. This can be viewed as a simple sampling from the space of possible features describing a patch of image. ", + "bbox": [ + 173, + 867, + 825, + 924 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "", + "bbox": [ + 173, + 102, + 825, + 202 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Algorithm 1 Calculation the spatial contrasting loss ", + "bbox": [ + 178, + 218, + 514, + 232 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Require: $X = \\{ x \\} _ { i = 1 } ^ { N }$ # Training on batches of images ", + "bbox": [ + 174, + 236, + 544, + 252 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "# Get the spatial features for the whole batch of images \n# Size: $N \\times W _ { f } \\times H _ { f } \\times C$ \n$\\{ f \\} _ { i = 1 } ^ { N } \\mathsf { C o n v N e t } ( X )$ ", + "bbox": [ + 186, + 263, + 553, + 310 + ], + "page_idx": 5 + }, + { + "type": "equation", + "img_path": "images/4f8048d850b865de754aae5170c2abf7c3592ec395d8fff3b67e4bf25bb0663a.jpg", + "text": "$$\n\\begin{array} { r } { d _ { i } \\gets - \\log \\frac { \\bar { e } ^ { - D i s t ( i , i ) } } { \\sum _ { k = 1 } ^ { N } e ^ { - D i s t ( i , k ) } } } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 191, + 469, + 374, + 494 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "# Spatial contrasting loss is the mean of distance ratios return $\\textstyle { \\frac { 1 } { N } } \\sum _ { i = 1 } ^ { N } d _ { i }$ g ", + "bbox": [ + 187, + 506, + 549, + 539 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "5 EXPERIMENTS ", + "text_level": 1, + "bbox": [ + 174, + 573, + 326, + 589 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "In this section we report empirical results showing that using SC loss as an unsupervised pretraining procedure can improve state-of-the-art performance on subsequent classification. We experimented with MNIST, CIFAR-10 and STL10 datasets. We used modified versions of well studied networks such as those of Lin et al. (2013) and Rasmus et al. (2015). A detailed description of our architecture can be found in 4. ", + "bbox": [ + 174, + 606, + 825, + 675 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "In each one of the experiments, we used the spatial contrasting criterion to train the network on the unlabeled images. In each usage of SC criterion, patch features were sampled from the preceding layer in uniform. We note that spatial size of sampled patches ranged between datasets, where on STL10 and Cifar10 it covered about $3 0 \\%$ of the image, MNIST required the use of larger patches covering almost the entire image.Training was done by using SGD with an initial learning rate of 0.1 that was decreased by a factor of 10 whenever the measured loss stopped decreasing. After convergence, we used the trained model as an initialization for a supervised training on the complete labeled dataset. The supervised training was done following the same regime, only starting with a lower initial learning rate of 0.01. We used mild data augmentations, such as small translations and horizontal mirroring. ", + "bbox": [ + 174, + 683, + 825, + 821 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "The datasets we used are: ", + "bbox": [ + 176, + 821, + 341, + 835 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "• STL10 (Coates et al. (2011)). This dataset consists of $1 0 0 , 0 0 0 9 6 \\times 9 6$ colored, unlabeled images, together with another set of 5, 000 labeled training images and 8, 000 test images . The label space consists of 10 object classes. • Cifar10 (Krizhevsky & Hinton (2009)). The well known CIFAR-10 is an image classification benchmark dataset containing 50, 000 training images and 10, 000 test images. The image sizes $3 2 \\times 3 2$ pixels, with color. The classes are airplanes, automobiles, birds, cats, deer, dogs, frogs, horses, ships and trucks. ", + "bbox": [ + 215, + 847, + 825, + 924 + ], + "page_idx": 5 + }, + { + "type": "table", + "img_path": "images/f70e680c4da009ba6c944376177710a0a64eecc57507eb76161f1f476fa15955.jpg", + "table_caption": [ + "Table 1: State of the art results on STL-10 dataset " + ], + "table_footnote": [], + "table_body": "
ModelSTL-10 test accuracy
Zero-bias Convnets - Paine et al. (2014)70.2%
Triplet network -Hoffer & Ailon (2015)70.7%
Exemplar Convnets - Dosovitskiy et al. (2014)72.8%
Target Coding - Yang et al. (2015)73.15%
Stacked what-where AE - Zhao et al. (2015)74.33%
Spatial contrasting initialization (this work)81.34% ± 0.1
The same model without initialization72.6%±0.1
", + "bbox": [ + 251, + 126, + 746, + 257 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "", + "bbox": [ + 230, + 284, + 823, + 311 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "• MNIST (LeCun et al. (1998)). The MNIST database of handwritten digits is one of the most studied dataset benchmark for image classification. The dataset contains 60,000 examples of handwritten digits from 0 to 9 for training and 10,000 additional examples for testing. Each sample is a $2 8 \\times 2 8$ pixel gray level image. ", + "bbox": [ + 217, + 318, + 823, + 373 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "All experiments were conducted using the Torch7 framework by Collobert et al. (2011). Code reproducing these results will by available at https://github.com/eladhoffer/ SpatialContrasting. ", + "bbox": [ + 178, + 386, + 825, + 428 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "5.1 RESULTS ON STL10 ", + "text_level": 1, + "bbox": [ + 176, + 445, + 356, + 460 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "Since STL10 dataset is comprised of mostly unlabeled data, it is most suitable to highlight the benefits of the spatial contrasting criterion. The initial training was unsupervised, as described earlier, using the entire set of 105, 000 samples (union of the original unlabeled set and labeled training set). The representation outputted by the training, was used to initialize supervised training on the 5, 000 labeled images. Evaluation was done on a separate test set of 8, 000 samples. Comparing with state of the art results, we see an improvement of $7 \\%$ in test accuracy over the best model by Zhao et al. (2015), setting the SC as best model at $8 1 . 3 \\%$ test classification accuracy (see Table (1)). We note that the results of Dosovitskiy et al. (2014) are achieved with no fine-tuning over labeled examples, which may be unfair to this work. We also compare with the same network, but without SC initialization, which achieves a lower classification of $7 2 . 6 \\%$ . This is an indication that indeed SC managed to leverage unlabeled examples to provide a better initialization point for the supervised model. ", + "bbox": [ + 173, + 473, + 825, + 638 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "5.2 RESULTS ON CIFAR10 ", + "text_level": 1, + "bbox": [ + 176, + 657, + 369, + 671 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "For Cifar10 dataset, we use the same setting as Coates & $\\mathrm { N g } \\left( 2 0 1 2 \\right)$ and Hui (2013) to test a model’s ability to learn from unlabeled images. Here, only 4, 000 samples out of 50, 000 are used with their label annotation, and the rest of the samples can be used only in an unsupervised manner. The final test accuracy is measured on the entire 10, 000 test set. ", + "bbox": [ + 174, + 684, + 825, + 739 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "In our experiments, we trained our model using SC criterion on the entire dataset, and then used only 400 labeled samples per class (for a total of 4000) in a supervised regime over the initialized network. The results are compared with previous efforts in Table (2). Using the SC criterion allowed an improvement of $6 . 8 \\%$ over a non-initialized model, and achieved a final test accuracy of $7 9 . 2 \\%$ . This is a competitive result with current state-of-the-art models. ", + "bbox": [ + 176, + 739, + 825, + 809 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "5.3 RESULTS ON MNIST ", + "text_level": 1, + "bbox": [ + 176, + 827, + 361, + 842 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "The MNIST dataset is very different in nature from the Cifar10 and STL10 datasets, we experimented earlier. The biggest difference, relevant to this work, is that spatial regions sampled from MNIST images usually provide very little, or no information. Thus, SC is much less suited for MNIST dataset, and was conjured to have little benefit. We still, however, experimented with initializing a model with SC criterion and continuing with a fully-supervised regime over all labeled examples. We found again that this provided benefit over training the same network without preinitialization, improving results from ${ \\bar { 0 } } . 6 3 \\%$ to $0 . 3 4 \\%$ error on test set. As mentioned previously, the effective compared patches of MNIST covered almost the entire image area. This can be attributed to the fact that MNIST requires global features to differentiate between digits. The results, compared with previous attempts are included in Table (3). ", + "bbox": [ + 174, + 854, + 823, + 924 + ], + "page_idx": 6 + }, + { + "type": "table", + "img_path": "images/c88b927fef791956d5991cf312d4b4a2383f9011ccdd7db2a08eb502a090bb5d.jpg", + "table_caption": [ + "Table 2: State of the art results on Cifar10 dataset with only 4000 labeled samples " + ], + "table_footnote": [], + "table_body": "
ModelCifar10 (400 per class) test accuracy
Convolutional K-means Network - Coates & Ng (2012)70.7%
View-Invariant K-means -Hui (2013)72.6%
DCGAN - Radford et al. (2015)73.8%
Exemplar Convnets - Dosovitskiy et al. (2014)76.6%
Ladder networks - Rasmus et al. (2015)79.6%
Conv-CatGan Springenberg (2016)80.42% (± 0.58)
ImprovedGan Salimans et al. (2016)81.37% (± 2.32)
Spatial contrasting initialization (this work)79.2%(±0.3)
The same model without initialization72.4%(±0.1)
", + "bbox": [ + 171, + 127, + 828, + 287 + ], + "page_idx": 7 + }, + { + "type": "table", + "img_path": "images/e1e70e8fd494548a2eb23c22fe6d4cb4355a7dd6bbd7414322563dce6d766cd4.jpg", + "table_caption": [ + "Table 3: results on MNIST dataset " + ], + "table_footnote": [], + "table_body": "
ModelMNIST test error
Stacked what-where AE - Zhao et al. (2015)0.71%
Triplet network - Hoffer & Ailon (2015)0.56%
Jarrett et al. (2009)0.53%
Ladder networks - Rasmus et al. (2015)0.36%
DropConnect - Wan et al. (2013)0.21%
Spatial contrasting initialization (this work)0.34%± 0.02
The same model without initialization0.63%± 0.02
", + "bbox": [ + 271, + 325, + 725, + 457 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "", + "bbox": [ + 174, + 483, + 825, + 554 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "6 CONCLUSIONS AND FUTURE WORK ", + "text_level": 1, + "bbox": [ + 174, + 575, + 498, + 590 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "In this work we presented spatial contrasting - a novel unsupervised criterion for training convolutional networks on unlabeled data. Its is based on comparison between spatial features sampled from a number of images. We’ve shown empirically that using spatial contrasting as a pretraining technique to initialize a ConvNet, can improve its performance on a subsequent supervised training. In cases where a lot of unlabeled data is available, such as the STL10 dataset, this translates to state-of-the-art classification accuracy in the final model. ", + "bbox": [ + 174, + 607, + 825, + 690 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "Since the spatial contrasting loss is a differentiable estimation that can be computed within a network parallel to supervised losses, in future work we plan to embed it as a semi-supervised model. This usage will allow to create models that can leverage both labeled an unlabeled data, and can be compared to similar semi-supervised models such as the ladder network Rasmus et al. (2015). It is is also apparent that contrasting can occur in dimensions other than the spatial, the most straightforward is the temporal dimension. This suggests that similar training procedure can be applied on segments of sequences to learn useful representation without explicit supervision. ", + "bbox": [ + 174, + 696, + 825, + 795 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "REFERENCES ", + "text_level": 1, + "bbox": [ + 176, + 818, + 285, + 833 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "Vassileios Balntas, Edward Johns, Lilian Tang, and Krystian Mikolajczyk. Pn-net: Conjoined triple deep network for learning local image descriptors. arXiv preprint arXiv:1601.05030, 2016. ", + "bbox": [ + 174, + 842, + 825, + 869 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "Jane Bromley, James W Bentz, Leon Bottou, Isabelle Guyon, Yann LeCun, Cliff Moore, Eduard ´ Sackinger, and Roopak Shah. Signature verification using a siamese time delay neural network.¨ International Journal of Pattern Recognition and Artificial Intelligence, 7(04):669–688, 1993. ", + "bbox": [ + 176, + 881, + 825, + 924 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "Sumit Chopra, Raia Hadsell, and Yann LeCun. Learning a similarity metric discriminatively, with application to face verification. In Computer Vision and Pattern Recognition, 2005. CVPR 2005. IEEE Computer Society Conference on, volume 1, pp. 539–546. IEEE, 2005. ", + "bbox": [ + 174, + 103, + 821, + 146 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Adam Coates and Andrew Y Ng. Learning feature representations with k-means. In Neural Networks: Tricks of the Trade, pp. 561–580. Springer, 2012. ", + "bbox": [ + 169, + 154, + 821, + 184 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Adam Coates, Andrew $\\mathrm { ~ Y ~ N ~ g ~ }$ , and Honglak Lee. An analysis of single-layer networks in unsupervised feature learning. In International Conference on Artificial Intelligence and Statistics, pp. 215–223, 2011. ", + "bbox": [ + 174, + 190, + 823, + 233 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Ronan Collobert, Koray Kavukcuoglu, and Clement Farabet. Torch7: A matlab-like environment ´ for machine learning. In BigLearn, NIPS Workshop, number EPFL-CONF-192376, 2011. ", + "bbox": [ + 171, + 242, + 823, + 271 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Carl Doersch, Abhinav Gupta, and Alexei A Efros. Unsupervised visual representation learning by context prediction. In Proceedings of the IEEE International Conference on Computer Vision, pp. 1422–1430, 2015. ", + "bbox": [ + 176, + 279, + 823, + 321 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Alexey Dosovitskiy, Jost Tobias Springenberg, Martin Riedmiller, and Thomas Brox. Discriminative unsupervised feature learning with convolutional neural networks. In Advances in Neural Information Processing Systems, pp. 766–774, 2014. ", + "bbox": [ + 174, + 329, + 823, + 373 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Ian Goodfellow, Jean Pouget-Abadie, Mehdi Mirza, Bing Xu, David Warde-Farley, Sherjil Ozair, Aaron Courville, and Yoshua Bengio. Generative adversarial nets. In Advances in Neural Information Processing Systems, pp. 2672–2680, 2014. ", + "bbox": [ + 174, + 381, + 823, + 424 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Michael Gutmann and Aapo Hyvarinen. Noise-contrastive estimation: A new estimation principle ¨ for unnormalized statistical models. In International Conference on Artificial Intelligence and Statistics, pp. 297–304, 2010. ", + "bbox": [ + 173, + 431, + 823, + 474 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. Deep residual learning for image recognition. arXiv preprint arXiv:1512.03385, 2015. ", + "bbox": [ + 173, + 483, + 820, + 512 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Geoffrey E Hinton. To recognize shapes, first learn to generate images. Progress in brain research, 165:535–547, 2007. ", + "bbox": [ + 173, + 520, + 823, + 549 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Elad Hoffer and Nir Ailon. Deep metric learning using triplet network. In Similarity-Based Pattern Recognition, pp. 84–92. Springer, 2015. ", + "bbox": [ + 176, + 556, + 821, + 587 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Ka Y Hui. Direct modeling of complex invariances for visual object features. In Proceedings of the 30th International Conference on Machine Learning (ICML-13), pp. 352–360, 2013. ", + "bbox": [ + 173, + 594, + 821, + 623 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Sergey Ioffe and Christian Szegedy. Batch normalization: Accelerating deep network training by reducing internal covariate shift. In Proceedings of The 32nd International Conference on Machine Learning, pp. 448–456, 2015. ", + "bbox": [ + 176, + 631, + 823, + 674 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Kevin Jarrett, Koray Kavukcuoglu, Marc’Aurelio Ranzato, and Yann LeCun. What is the best multistage architecture for object recognition? In Computer Vision, 2009 IEEE 12th International Conference on, pp. 2146–2153. IEEE, 2009. ", + "bbox": [ + 173, + 681, + 826, + 726 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Alex Krizhevsky and Geoffrey Hinton. Learning multiple layers of features from tiny images. Computer Science Department, University of Toronto, Tech. Rep, 2009. ", + "bbox": [ + 173, + 732, + 821, + 762 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Alex Krizhevsky, Ilya Sutskever, and Geoffrey E Hinton. ImageNet Classification with Deep Convolutional Neural Networks. Advances In Neural Information Processing Systems, pp. 1–9, 2012. ", + "bbox": [ + 174, + 770, + 821, + 799 + ], + "page_idx": 8 + }, + { + "type": "text", + "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. ", + "bbox": [ + 174, + 806, + 821, + 837 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Min Lin, Qiang Chen, and Shuicheng Yan. Network in network. arXiv preprint arXiv:1312.4400, 2013. ", + "bbox": [ + 173, + 844, + 823, + 873 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Tomas Mikolov, Ilya Sutskever, Kai Chen, Greg S Corrado, and Jeff Dean. Distributed representations of words and phrases and their compositionality. In Advances in neural information processing systems, pp. 3111–3119, 2013. ", + "bbox": [ + 174, + 881, + 823, + 924 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Andriy Mnih and Koray Kavukcuoglu. Learning word embeddings efficiently with noise-contrastive estimation. In Advances in Neural Information Processing Systems, pp. 2265–2273, 2013. ", + "bbox": [ + 173, + 103, + 823, + 132 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Volodymyr Mnih, Koray Kavukcuoglu, David Silver, Andrei A Rusu, Joel Veness, Marc G Bellemare, Alex Graves, Martin Riedmiller, Andreas K Fidjeland, Georg Ostrovski, et al. Human-level control through deep reinforcement learning. Nature, 518(7540):529–533, 2015. ", + "bbox": [ + 176, + 140, + 823, + 184 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Andrew Ng. Sparse autoencoder. 2011. ", + "bbox": [ + 176, + 193, + 434, + 208 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Tom Le Paine, Pooya Khorrami, Wei Han, and Thomas S Huang. An analysis of unsupervised pre-training in light of recent advances. arXiv preprint arXiv:1412.6597, 2014. ", + "bbox": [ + 169, + 217, + 825, + 246 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Pedro O Pinheiro, Ronan Collobert, and Piotr Dollar. Learning to segment object candidates. In Advances in Neural Information Processing Systems, pp. 1981–1989, 2015. ", + "bbox": [ + 173, + 253, + 823, + 284 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Alec Radford, Luke Metz, and Soumith Chintala. Unsupervised representation learning with deep convolutional generative adversarial networks. arXiv preprint arXiv:1511.06434, 2015. ", + "bbox": [ + 171, + 291, + 823, + 321 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Antti Rasmus, Mathias Berglund, Mikko Honkala, Harri Valpola, and Tapani Raiko. Semisupervised learning with ladder networks. In Advances in Neural Information Processing Systems, pp. 3532–3540, 2015. ", + "bbox": [ + 174, + 329, + 823, + 372 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Ali Razavian, Hossein Azizpour, Josephine Sullivan, and Stefan Carlsson. Cnn features off-theshelf: an astounding baseline for recognition. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition Workshops, pp. 806–813, 2014. ", + "bbox": [ + 174, + 381, + 825, + 424 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "David E Rumelhart, Geoffrey E Hinton, and Ronald J Williams. Learning representations by backpropagating errors. Cognitive modeling, 5(3):1. ", + "bbox": [ + 174, + 433, + 820, + 463 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Tim Salimans, Ian Goodfellow, Wojciech Zaremba, Vicki Cheung, Alec Radford, and Xi Chen. Improved techniques for training gans. arXiv preprint arXiv:1606.03498, 2016. ", + "bbox": [ + 174, + 469, + 820, + 501 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Florian Schroff, Dmitry Kalenichenko, and James Philbin. Facenet: A unified embedding for face recognition and clustering. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, pp. 815–823, 2015. ", + "bbox": [ + 174, + 508, + 825, + 551 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Jost Tobias Springenberg. Unsupervised and semi-supervised learning with categorical generative adversarial networks. In International Conference on Learning Representations (ICLR). 2016. URL https://arxiv.org/abs/1511.06390. ", + "bbox": [ + 173, + 560, + 826, + 603 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Christian Szegedy, Wei Liu, Yangqing Jia, Pierre Sermanet, Scott Reed, Dragomir Anguelov, Dumitru Erhan, Vincent Vanhoucke, and Andrew Rabinovich. Going deeper with convolutions. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, pp. 1–9, 2015. ", + "bbox": [ + 173, + 611, + 826, + 655 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Pascal Vincent, Hugo Larochelle, Yoshua Bengio, and Pierre-Antoine Manzagol. Extracting and composing robust features with denoising autoencoders. In Proceedings of the 25th international conference on Machine learning, pp. 1096–1103. ACM, 2008. ", + "bbox": [ + 173, + 662, + 823, + 707 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Li Wan, Matthew Zeiler, Sixin Zhang, Yann L Cun, and Rob Fergus. Regularization of neural networks using dropconnect. In Proceedings of the 30th International Conference on Machine Learning (ICML-13), pp. 1058–1066, 2013. ", + "bbox": [ + 174, + 714, + 825, + 757 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Shuo Yang, Ping Luo, Chen Change Loy, Kenneth W Shum, and Xiaoou Tang. Deep representation learning with target coding. 2015. ", + "bbox": [ + 171, + 765, + 823, + 795 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Matthew D Zeiler, Dilip Krishnan, Graham W Taylor, and Rob Fergus. Deconvolutional networks. In Computer Vision and Pattern Recognition (CVPR), 2010 IEEE Conference on, pp. 2528–2535. IEEE, 2010. ", + "bbox": [ + 173, + 804, + 823, + 847 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Junbo Zhao, Michael Mathieu, Ross Goroshin, and Yann Lecun. Stacked what-where auto-encoders. arXiv preprint arXiv:1506.02351, 2015. ", + "bbox": [ + 171, + 856, + 821, + 885 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "7 APPENDIX ", + "text_level": 1, + "bbox": [ + 174, + 102, + 294, + 117 + ], + "page_idx": 10 + }, + { + "type": "table", + "img_path": "images/efc31b8705bda0bdbc12ca3710873dff63e9832b26979b917469fbce29b15310.jpg", + "table_caption": [ + "Table 4: Convolutional models used, based on Lin et al. (2013), Rasmus et al. (2015) ", + "" + ], + "table_footnote": [], + "table_body": "
Model
STL10CIFAR-10MNIST
Input: 96×96 RGBInput:32×32RGBInput:28 × 28 monochrome
5 ×5 conv. 64 BN ReLU3 × 3 conv. 96 BN LeakyReLU5 ×5 conv.32 ReLU2 × 2 max-pooling,stride 2 BN3 × 3 conv. 64 BN ReLU3 × 3 conv. 64 BN ReLU2 × 2 max-pooling,stride 2 BN
1 ×1 conv.160 BN ReLU3 ×3 conv. 96 BNLeakyReLU3 × 3 conv. 96 BN LeakyReLU2 × 2 max-pooling,stride 2 BN3 × 3 conv.192 BNLeakyReLU3 × 3 conv. 192 BN LeakyReLU3 × 3 conv.192 BN LeakyReLU2 × 2 max-pooling,stride 2 BN
1 ×1 conv. 96 BN ReLU
3 × 3 max-pooling, stride 2
5 × 5 conv. 192 BN ReLU
1 ×1 conv.192 BN ReLU1 ×1 conv. 192 BN ReLU3 × 3 max-pooling,stride 23 × 3 conv. 192 BN ReLU1 ×1 conv.192 BN ReLU1 ×1 conv.192 BN ReLU
Spatial contrasting criterion
3×3 conv.256 ReLU3 × 3 max-pooling,stride 2dropout, p = 0.53 × 3 conv.128 ReLUdropout, p = 0.5fully-connected 103×3 conv.192BNLeakyReLU1 ×1 conv.192 BNLeakyReLU1 ×1 conv.10 BNLeakyReLUglobal average pooling3×3 conv.128 BN ReLU1 × 1 conv.10 BN ReLUglobal average pooling
", + "bbox": [ + 194, + 171, + 803, + 438 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "10-way softmax ", + "bbox": [ + 452, + 436, + 547, + 448 + ], + "page_idx": 10 + }, + { + "type": "image", + "img_path": "images/dbd928541e70043deb704a91118b985563d8e3c93a5cbdcb28b93b6bd8b098bc.jpg", + "image_caption": [ + "Figure 2: First layer convolutional filters after spatial-contrasting training " + ], + "image_footnote": [], + "bbox": [ + 366, + 477, + 627, + 588 + ], + "page_idx": 10 + } +] \ No newline at end of file diff --git a/parse/train/S1vyujVye/S1vyujVye_middle.json b/parse/train/S1vyujVye/S1vyujVye_middle.json new file mode 100644 index 0000000000000000000000000000000000000000..ff1fe9a37dc998dd7195d29e3be6a0ddb599bd6a --- /dev/null +++ b/parse/train/S1vyujVye/S1vyujVye_middle.json @@ -0,0 +1,26752 @@ +{ + "pdf_info": [ + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 107, + 80, + 504, + 115 + ], + "lines": [ + { + "bbox": [ + 105, + 79, + 505, + 99 + ], + "spans": [ + { + "bbox": [ + 105, + 79, + 505, + 99 + ], + "score": 1.0, + "content": "DEEP UNSUPERVISED LEARNING THROUGH SPATIAL", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 102, + 216, + 118 + ], + "spans": [ + { + "bbox": [ + 106, + 102, + 216, + 118 + ], + "score": 1.0, + "content": "CONTRASTING", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "text", + "bbox": [ + 113, + 135, + 276, + 179 + ], + "lines": [ + { + "bbox": [ + 114, + 135, + 168, + 146 + ], + "spans": [ + { + "bbox": [ + 114, + 135, + 168, + 146 + ], + "score": 1.0, + "content": "Elad Hoffer", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 111, + 143, + 278, + 159 + ], + "spans": [ + { + "bbox": [ + 111, + 143, + 278, + 159 + ], + "score": 1.0, + "content": "Technion - Israel Institute of Technology", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 111, + 156, + 164, + 168 + ], + "spans": [ + { + "bbox": [ + 111, + 156, + 164, + 168 + ], + "score": 1.0, + "content": "Haifa, Israel", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 112, + 168, + 263, + 179 + ], + "spans": [ + { + "bbox": [ + 112, + 168, + 263, + 179 + ], + "score": 1.0, + "content": "ehoffer@tx.technion.ac.il", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 5.0 + }, + { + "type": "text", + "bbox": [ + 334, + 135, + 498, + 179 + ], + "lines": [ + { + "bbox": [ + 333, + 133, + 390, + 149 + ], + "spans": [ + { + "bbox": [ + 333, + 133, + 390, + 149 + ], + "score": 1.0, + "content": "Itay Hubara", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 333, + 144, + 498, + 159 + ], + "spans": [ + { + "bbox": [ + 333, + 144, + 498, + 159 + ], + "score": 1.0, + "content": "Technion - Israel Institute of Technology", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 334, + 157, + 385, + 168 + ], + "spans": [ + { + "bbox": [ + 334, + 157, + 385, + 168 + ], + "score": 1.0, + "content": "Haifa, Israel", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 334, + 168, + 473, + 179 + ], + "spans": [ + { + "bbox": [ + 334, + 168, + 473, + 179 + ], + "score": 1.0, + "content": "itayh@tx.technion.ac.il", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 6.0 + }, + { + "type": "text", + "bbox": [ + 113, + 196, + 276, + 240 + ], + "lines": [ + { + "bbox": [ + 111, + 194, + 156, + 209 + ], + "spans": [ + { + "bbox": [ + 111, + 194, + 156, + 209 + ], + "score": 1.0, + "content": "Nir Ailon", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 111, + 205, + 277, + 220 + ], + "spans": [ + { + "bbox": [ + 111, + 205, + 277, + 220 + ], + "score": 1.0, + "content": "Technion - Israel Institute of Technology", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 112, + 218, + 164, + 228 + ], + "spans": [ + { + "bbox": [ + 112, + 218, + 164, + 228 + ], + "score": 1.0, + "content": "Haifa, Israel", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 112, + 230, + 257, + 239 + ], + "spans": [ + { + "bbox": [ + 112, + 230, + 257, + 239 + ], + "score": 1.0, + "content": "nailon@cs.technion.ac.il", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 11.5 + }, + { + "type": "title", + "bbox": [ + 278, + 269, + 333, + 281 + ], + "lines": [ + { + "bbox": [ + 276, + 269, + 335, + 282 + ], + "spans": [ + { + "bbox": [ + 276, + 269, + 335, + 282 + ], + "score": 1.0, + "content": "ABSTRACT", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 14 + }, + { + "type": "text", + "bbox": [ + 143, + 294, + 468, + 405 + ], + "lines": [ + { + "bbox": [ + 141, + 294, + 469, + 307 + ], + "spans": [ + { + "bbox": [ + 141, + 294, + 469, + 307 + ], + "score": 1.0, + "content": "Convolutional networks have marked their place over the last few years as the", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 141, + 306, + 470, + 317 + ], + "spans": [ + { + "bbox": [ + 141, + 306, + 470, + 317 + ], + "score": 1.0, + "content": "best performing model for various visual tasks. They are, however, most suited", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 141, + 316, + 469, + 329 + ], + "spans": [ + { + "bbox": [ + 141, + 316, + 469, + 329 + ], + "score": 1.0, + "content": "for supervised learning from large amounts of labeled data. Previous attempts", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 141, + 327, + 469, + 340 + ], + "spans": [ + { + "bbox": [ + 141, + 327, + 469, + 340 + ], + "score": 1.0, + "content": "have been made to use unlabeled data to improve model performance by apply-", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 141, + 338, + 470, + 351 + ], + "spans": [ + { + "bbox": [ + 141, + 338, + 470, + 351 + ], + "score": 1.0, + "content": "ing unsupervised techniques. These attempts require different architectures and", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 141, + 349, + 470, + 362 + ], + "spans": [ + { + "bbox": [ + 141, + 349, + 470, + 362 + ], + "score": 1.0, + "content": "training methods. In this work we present a novel approach for unsupervised", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 142, + 360, + 469, + 372 + ], + "spans": [ + { + "bbox": [ + 142, + 360, + 469, + 372 + ], + "score": 1.0, + "content": "training of Convolutional networks that is based on contrasting between spatial", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 141, + 371, + 470, + 384 + ], + "spans": [ + { + "bbox": [ + 141, + 371, + 470, + 384 + ], + "score": 1.0, + "content": "regions within images. This criterion can be employed within conventional neu-", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 141, + 382, + 469, + 394 + ], + "spans": [ + { + "bbox": [ + 141, + 382, + 469, + 394 + ], + "score": 1.0, + "content": "ral networks and optimized using standard techniques such as SGD and back-", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 141, + 394, + 363, + 406 + ], + "spans": [ + { + "bbox": [ + 141, + 394, + 363, + 406 + ], + "score": 1.0, + "content": "propagation, thus complementing supervised methods.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 19.5 + }, + { + "type": "title", + "bbox": [ + 108, + 425, + 205, + 438 + ], + "lines": [ + { + "bbox": [ + 105, + 424, + 208, + 441 + ], + "spans": [ + { + "bbox": [ + 105, + 424, + 208, + 441 + ], + "score": 1.0, + "content": "1 INTRODUCTION", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 25 + }, + { + "type": "text", + "bbox": [ + 107, + 450, + 505, + 516 + ], + "lines": [ + { + "bbox": [ + 105, + 450, + 505, + 463 + ], + "spans": [ + { + "bbox": [ + 105, + 450, + 505, + 463 + ], + "score": 1.0, + "content": "For the past few years convolutional networks (ConvNets, CNNs) LeCun et al. (1998) have proven", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 461, + 505, + 474 + ], + "spans": [ + { + "bbox": [ + 105, + 461, + 505, + 474 + ], + "score": 1.0, + "content": "themselves as a successful model for vision related tasks Krizhevsky et al. (2012) Mnih et al. (2015)", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 472, + 505, + 485 + ], + "spans": [ + { + "bbox": [ + 105, + 472, + 505, + 485 + ], + "score": 1.0, + "content": "Pinheiro et al. (2015) Razavian et al. (2014). A convolutional network is composed of multiple", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 484, + 505, + 496 + ], + "spans": [ + { + "bbox": [ + 105, + 484, + 505, + 496 + ], + "score": 1.0, + "content": "convolutional and pooling layers, followed by a fully-connected affine transformations. As with", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 493, + 506, + 508 + ], + "spans": [ + { + "bbox": [ + 105, + 493, + 506, + 508 + ], + "score": 1.0, + "content": "other neural network models, each layer is typically followed by a non-linearity transformation such", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 506, + 239, + 517 + ], + "spans": [ + { + "bbox": [ + 105, + 506, + 239, + 517 + ], + "score": 1.0, + "content": "as a rectified-linear unit (ReLU).", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 28.5 + }, + { + "type": "text", + "bbox": [ + 109, + 516, + 502, + 550 + ], + "lines": [ + { + "bbox": [ + 106, + 516, + 505, + 529 + ], + "spans": [ + { + "bbox": [ + 106, + 516, + 505, + 529 + ], + "score": 1.0, + "content": "A convolutional layer is applied by cross correlating an image with a trainable weight filter. This", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 107, + 528, + 505, + 540 + ], + "spans": [ + { + "bbox": [ + 107, + 528, + 505, + 540 + ], + "score": 1.0, + "content": "stems from the assumption of stationarity in natural images, which means that parameters learned", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 537, + 411, + 552 + ], + "spans": [ + { + "bbox": [ + 106, + 537, + 411, + 552 + ], + "score": 1.0, + "content": "for one local region in an image can be shared for other regions and images.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 33 + }, + { + "type": "text", + "bbox": [ + 107, + 555, + 504, + 632 + ], + "lines": [ + { + "bbox": [ + 106, + 555, + 505, + 568 + ], + "spans": [ + { + "bbox": [ + 106, + 555, + 505, + 568 + ], + "score": 1.0, + "content": "Deep learning models, including convolutional networks, are usually trained in a supervised man-", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 566, + 505, + 579 + ], + "spans": [ + { + "bbox": [ + 105, + 566, + 505, + 579 + ], + "score": 1.0, + "content": "ner, requiring large amounts of labeled data (ranging between thousands to millions of examples", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 577, + 506, + 590 + ], + "spans": [ + { + "bbox": [ + 105, + 577, + 506, + 590 + ], + "score": 1.0, + "content": "per-class for classification tasks) in almost all modern applications. These models are optimized us-", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 588, + 506, + 601 + ], + "spans": [ + { + "bbox": [ + 105, + 588, + 506, + 601 + ], + "score": 1.0, + "content": "ing a variant of stochastic-gradient-descent (SGD) over batches of images sampled from the whole", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 599, + 506, + 612 + ], + "spans": [ + { + "bbox": [ + 105, + 599, + 506, + 612 + ], + "score": 1.0, + "content": "training dataset and their ground truth-labels. Gradient estimation for each one of the optimized", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 610, + 505, + 622 + ], + "spans": [ + { + "bbox": [ + 105, + 610, + 505, + 622 + ], + "score": 1.0, + "content": "parameters is done by back propagating the objective error from the final layer towards the input.", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 621, + 367, + 633 + ], + "spans": [ + { + "bbox": [ + 106, + 621, + 367, + 633 + ], + "score": 1.0, + "content": "This is commonly known as ”backpropagation” Rumelhart et al..", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 38 + }, + { + "type": "text", + "bbox": [ + 107, + 638, + 504, + 704 + ], + "lines": [ + { + "bbox": [ + 105, + 637, + 506, + 650 + ], + "spans": [ + { + "bbox": [ + 105, + 637, + 506, + 650 + ], + "score": 1.0, + "content": "In early works, unsupervised training was used as a part of pre-training procedure to obtain an", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 648, + 506, + 662 + ], + "spans": [ + { + "bbox": [ + 105, + 648, + 506, + 662 + ], + "score": 1.0, + "content": "effective initial state of the model. The network was later fine-tuned in a supervised manner as", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 660, + 506, + 673 + ], + "spans": [ + { + "bbox": [ + 105, + 660, + 506, + 673 + ], + "score": 1.0, + "content": "displayed by Hinton (2007). Such unsupervised pre-training procedures were later abandoned, since", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 670, + 506, + 683 + ], + "spans": [ + { + "bbox": [ + 105, + 670, + 506, + 683 + ], + "score": 1.0, + "content": "they provided no apparent benefit over other initialization heuristics in more careful fully supervised", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 681, + 505, + 694 + ], + "spans": [ + { + "bbox": [ + 105, + 681, + 505, + 694 + ], + "score": 1.0, + "content": "training regimes. This led to the de-facto almost exclusive usage of neural networks in supervised", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 694, + 165, + 703 + ], + "spans": [ + { + "bbox": [ + 105, + 694, + 165, + 703 + ], + "score": 1.0, + "content": "environments.", + "type": "text" + } + ], + "index": 47 + } + ], + "index": 44.5 + }, + { + "type": "text", + "bbox": [ + 106, + 709, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 709, + 505, + 722 + ], + "score": 1.0, + "content": "In this work we will present a novel unsupervised learning criterion for convolutional network based", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 106, + 721, + 504, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 504, + 733 + ], + "score": 1.0, + "content": "on comparison of features extracted from regions within images. Our experiments indicate that by", + "type": "text" + } + ], + "index": 49 + } + ], + "index": 48.5 + } + ], + "page_idx": 0, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 107, + 26, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 107, + 26, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2017", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 303, + 752, + 308, + 760 + ], + "lines": [ + { + "bbox": [ + 302, + 751, + 309, + 762 + ], + "spans": [ + { + "bbox": [ + 302, + 751, + 309, + 762 + ], + "score": 1.0, + "content": "1", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "title", + "bbox": [ + 107, + 80, + 504, + 115 + ], + "lines": [ + { + "bbox": [ + 105, + 79, + 505, + 99 + ], + "spans": [ + { + "bbox": [ + 105, + 79, + 505, + 99 + ], + "score": 1.0, + "content": "DEEP UNSUPERVISED LEARNING THROUGH SPATIAL", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 102, + 216, + 118 + ], + "spans": [ + { + "bbox": [ + 106, + 102, + 216, + 118 + ], + "score": 1.0, + "content": "CONTRASTING", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "list", + "bbox": [ + 113, + 135, + 276, + 179 + ], + "lines": [ + { + "bbox": [ + 114, + 135, + 168, + 146 + ], + "spans": [ + { + "bbox": [ + 114, + 135, + 168, + 146 + ], + "score": 1.0, + "content": "Elad Hoffer", + "type": "text" + } + ], + "index": 2, + "is_list_start_line": true + }, + { + "bbox": [ + 111, + 143, + 278, + 159 + ], + "spans": [ + { + "bbox": [ + 111, + 143, + 278, + 159 + ], + "score": 1.0, + "content": "Technion - Israel Institute of Technology", + "type": "text" + } + ], + "index": 4, + "is_list_start_line": true + }, + { + "bbox": [ + 111, + 156, + 164, + 168 + ], + "spans": [ + { + "bbox": [ + 111, + 156, + 164, + 168 + ], + "score": 1.0, + "content": "Haifa, Israel", + "type": "text" + } + ], + "index": 6, + "is_list_start_line": true + }, + { + "bbox": [ + 112, + 168, + 263, + 179 + ], + "spans": [ + { + "bbox": [ + 112, + 168, + 263, + 179 + ], + "score": 1.0, + "content": "ehoffer@tx.technion.ac.il", + "type": "text" + } + ], + "index": 8, + "is_list_start_line": true + }, + { + "bbox": [ + 333, + 133, + 390, + 149 + ], + "spans": [ + { + "bbox": [ + 333, + 133, + 390, + 149 + ], + "score": 1.0, + "content": "Itay Hubara", + "type": "text" + } + ], + "index": 3, + "is_list_start_line": true + }, + { + "bbox": [ + 333, + 144, + 498, + 159 + ], + "spans": [ + { + "bbox": [ + 333, + 144, + 498, + 159 + ], + "score": 1.0, + "content": "Technion - Israel Institute of Technology", + "type": "text" + } + ], + "index": 5, + "is_list_start_line": true + }, + { + "bbox": [ + 334, + 157, + 385, + 168 + ], + "spans": [ + { + "bbox": [ + 334, + 157, + 385, + 168 + ], + "score": 1.0, + "content": "Haifa, Israel", + "type": "text" + } + ], + "index": 7, + "is_list_start_line": true + }, + { + "bbox": [ + 334, + 168, + 473, + 179 + ], + "spans": [ + { + "bbox": [ + 334, + 168, + 473, + 179 + ], + "score": 1.0, + "content": "itayh@tx.technion.ac.il", + "type": "text" + } + ], + "index": 9, + "is_list_start_line": true + }, + { + "bbox": [ + 111, + 194, + 156, + 209 + ], + "spans": [ + { + "bbox": [ + 111, + 194, + 156, + 209 + ], + "score": 1.0, + "content": "Nir Ailon", + "type": "text" + } + ], + "index": 10, + "is_list_start_line": true + }, + { + "bbox": [ + 111, + 205, + 277, + 220 + ], + "spans": [ + { + "bbox": [ + 111, + 205, + 277, + 220 + ], + "score": 1.0, + "content": "Technion - Israel Institute of Technology", + "type": "text" + } + ], + "index": 11, + "is_list_start_line": true + }, + { + "bbox": [ + 112, + 218, + 164, + 228 + ], + "spans": [ + { + "bbox": [ + 112, + 218, + 164, + 228 + ], + "score": 1.0, + "content": "Haifa, Israel", + "type": "text" + } + ], + "index": 12, + "is_list_start_line": true + }, + { + "bbox": [ + 112, + 230, + 257, + 239 + ], + "spans": [ + { + "bbox": [ + 112, + 230, + 257, + 239 + ], + "score": 1.0, + "content": "nailon@cs.technion.ac.il", + "type": "text" + } + ], + "index": 13, + "is_list_start_line": true + } + ], + "index": 5.0, + "bbox_fs": [ + 111, + 135, + 278, + 179 + ] + }, + { + "type": "list", + "bbox": [ + 334, + 135, + 498, + 179 + ], + "lines": [], + "index": 6.0, + "bbox_fs": [ + 333, + 133, + 498, + 179 + ], + "lines_deleted": true + }, + { + "type": "list", + "bbox": [ + 113, + 196, + 276, + 240 + ], + "lines": [], + "index": 11.5, + "bbox_fs": [ + 111, + 194, + 277, + 239 + ], + "lines_deleted": true + }, + { + "type": "title", + "bbox": [ + 278, + 269, + 333, + 281 + ], + "lines": [ + { + "bbox": [ + 276, + 269, + 335, + 282 + ], + "spans": [ + { + "bbox": [ + 276, + 269, + 335, + 282 + ], + "score": 1.0, + "content": "ABSTRACT", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 14 + }, + { + "type": "text", + "bbox": [ + 143, + 294, + 468, + 405 + ], + "lines": [ + { + "bbox": [ + 141, + 294, + 469, + 307 + ], + "spans": [ + { + "bbox": [ + 141, + 294, + 469, + 307 + ], + "score": 1.0, + "content": "Convolutional networks have marked their place over the last few years as the", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 141, + 306, + 470, + 317 + ], + "spans": [ + { + "bbox": [ + 141, + 306, + 470, + 317 + ], + "score": 1.0, + "content": "best performing model for various visual tasks. They are, however, most suited", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 141, + 316, + 469, + 329 + ], + "spans": [ + { + "bbox": [ + 141, + 316, + 469, + 329 + ], + "score": 1.0, + "content": "for supervised learning from large amounts of labeled data. Previous attempts", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 141, + 327, + 469, + 340 + ], + "spans": [ + { + "bbox": [ + 141, + 327, + 469, + 340 + ], + "score": 1.0, + "content": "have been made to use unlabeled data to improve model performance by apply-", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 141, + 338, + 470, + 351 + ], + "spans": [ + { + "bbox": [ + 141, + 338, + 470, + 351 + ], + "score": 1.0, + "content": "ing unsupervised techniques. These attempts require different architectures and", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 141, + 349, + 470, + 362 + ], + "spans": [ + { + "bbox": [ + 141, + 349, + 470, + 362 + ], + "score": 1.0, + "content": "training methods. In this work we present a novel approach for unsupervised", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 142, + 360, + 469, + 372 + ], + "spans": [ + { + "bbox": [ + 142, + 360, + 469, + 372 + ], + "score": 1.0, + "content": "training of Convolutional networks that is based on contrasting between spatial", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 141, + 371, + 470, + 384 + ], + "spans": [ + { + "bbox": [ + 141, + 371, + 470, + 384 + ], + "score": 1.0, + "content": "regions within images. This criterion can be employed within conventional neu-", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 141, + 382, + 469, + 394 + ], + "spans": [ + { + "bbox": [ + 141, + 382, + 469, + 394 + ], + "score": 1.0, + "content": "ral networks and optimized using standard techniques such as SGD and back-", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 141, + 394, + 363, + 406 + ], + "spans": [ + { + "bbox": [ + 141, + 394, + 363, + 406 + ], + "score": 1.0, + "content": "propagation, thus complementing supervised methods.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 19.5, + "bbox_fs": [ + 141, + 294, + 470, + 406 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 425, + 205, + 438 + ], + "lines": [ + { + "bbox": [ + 105, + 424, + 208, + 441 + ], + "spans": [ + { + "bbox": [ + 105, + 424, + 208, + 441 + ], + "score": 1.0, + "content": "1 INTRODUCTION", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 25 + }, + { + "type": "text", + "bbox": [ + 107, + 450, + 505, + 516 + ], + "lines": [ + { + "bbox": [ + 105, + 450, + 505, + 463 + ], + "spans": [ + { + "bbox": [ + 105, + 450, + 505, + 463 + ], + "score": 1.0, + "content": "For the past few years convolutional networks (ConvNets, CNNs) LeCun et al. (1998) have proven", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 461, + 505, + 474 + ], + "spans": [ + { + "bbox": [ + 105, + 461, + 505, + 474 + ], + "score": 1.0, + "content": "themselves as a successful model for vision related tasks Krizhevsky et al. (2012) Mnih et al. (2015)", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 472, + 505, + 485 + ], + "spans": [ + { + "bbox": [ + 105, + 472, + 505, + 485 + ], + "score": 1.0, + "content": "Pinheiro et al. (2015) Razavian et al. (2014). A convolutional network is composed of multiple", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 484, + 505, + 496 + ], + "spans": [ + { + "bbox": [ + 105, + 484, + 505, + 496 + ], + "score": 1.0, + "content": "convolutional and pooling layers, followed by a fully-connected affine transformations. As with", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 493, + 506, + 508 + ], + "spans": [ + { + "bbox": [ + 105, + 493, + 506, + 508 + ], + "score": 1.0, + "content": "other neural network models, each layer is typically followed by a non-linearity transformation such", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 506, + 239, + 517 + ], + "spans": [ + { + "bbox": [ + 105, + 506, + 239, + 517 + ], + "score": 1.0, + "content": "as a rectified-linear unit (ReLU).", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 28.5, + "bbox_fs": [ + 105, + 450, + 506, + 517 + ] + }, + { + "type": "text", + "bbox": [ + 109, + 516, + 502, + 550 + ], + "lines": [ + { + "bbox": [ + 106, + 516, + 505, + 529 + ], + "spans": [ + { + "bbox": [ + 106, + 516, + 505, + 529 + ], + "score": 1.0, + "content": "A convolutional layer is applied by cross correlating an image with a trainable weight filter. This", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 107, + 528, + 505, + 540 + ], + "spans": [ + { + "bbox": [ + 107, + 528, + 505, + 540 + ], + "score": 1.0, + "content": "stems from the assumption of stationarity in natural images, which means that parameters learned", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 537, + 411, + 552 + ], + "spans": [ + { + "bbox": [ + 106, + 537, + 411, + 552 + ], + "score": 1.0, + "content": "for one local region in an image can be shared for other regions and images.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 33, + "bbox_fs": [ + 106, + 516, + 505, + 552 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 555, + 504, + 632 + ], + "lines": [ + { + "bbox": [ + 106, + 555, + 505, + 568 + ], + "spans": [ + { + "bbox": [ + 106, + 555, + 505, + 568 + ], + "score": 1.0, + "content": "Deep learning models, including convolutional networks, are usually trained in a supervised man-", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 566, + 505, + 579 + ], + "spans": [ + { + "bbox": [ + 105, + 566, + 505, + 579 + ], + "score": 1.0, + "content": "ner, requiring large amounts of labeled data (ranging between thousands to millions of examples", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 577, + 506, + 590 + ], + "spans": [ + { + "bbox": [ + 105, + 577, + 506, + 590 + ], + "score": 1.0, + "content": "per-class for classification tasks) in almost all modern applications. These models are optimized us-", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 588, + 506, + 601 + ], + "spans": [ + { + "bbox": [ + 105, + 588, + 506, + 601 + ], + "score": 1.0, + "content": "ing a variant of stochastic-gradient-descent (SGD) over batches of images sampled from the whole", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 599, + 506, + 612 + ], + "spans": [ + { + "bbox": [ + 105, + 599, + 506, + 612 + ], + "score": 1.0, + "content": "training dataset and their ground truth-labels. Gradient estimation for each one of the optimized", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 610, + 505, + 622 + ], + "spans": [ + { + "bbox": [ + 105, + 610, + 505, + 622 + ], + "score": 1.0, + "content": "parameters is done by back propagating the objective error from the final layer towards the input.", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 621, + 367, + 633 + ], + "spans": [ + { + "bbox": [ + 106, + 621, + 367, + 633 + ], + "score": 1.0, + "content": "This is commonly known as ”backpropagation” Rumelhart et al..", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 38, + "bbox_fs": [ + 105, + 555, + 506, + 633 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 638, + 504, + 704 + ], + "lines": [ + { + "bbox": [ + 105, + 637, + 506, + 650 + ], + "spans": [ + { + "bbox": [ + 105, + 637, + 506, + 650 + ], + "score": 1.0, + "content": "In early works, unsupervised training was used as a part of pre-training procedure to obtain an", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 648, + 506, + 662 + ], + "spans": [ + { + "bbox": [ + 105, + 648, + 506, + 662 + ], + "score": 1.0, + "content": "effective initial state of the model. The network was later fine-tuned in a supervised manner as", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 660, + 506, + 673 + ], + "spans": [ + { + "bbox": [ + 105, + 660, + 506, + 673 + ], + "score": 1.0, + "content": "displayed by Hinton (2007). Such unsupervised pre-training procedures were later abandoned, since", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 670, + 506, + 683 + ], + "spans": [ + { + "bbox": [ + 105, + 670, + 506, + 683 + ], + "score": 1.0, + "content": "they provided no apparent benefit over other initialization heuristics in more careful fully supervised", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 681, + 505, + 694 + ], + "spans": [ + { + "bbox": [ + 105, + 681, + 505, + 694 + ], + "score": 1.0, + "content": "training regimes. This led to the de-facto almost exclusive usage of neural networks in supervised", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 694, + 165, + 703 + ], + "spans": [ + { + "bbox": [ + 105, + 694, + 165, + 703 + ], + "score": 1.0, + "content": "environments.", + "type": "text" + } + ], + "index": 47 + } + ], + "index": 44.5, + "bbox_fs": [ + 105, + 637, + 506, + 703 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 709, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 709, + 505, + 722 + ], + "score": 1.0, + "content": "In this work we will present a novel unsupervised learning criterion for convolutional network based", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 106, + 721, + 504, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 504, + 733 + ], + "score": 1.0, + "content": "on comparison of features extracted from regions within images. Our experiments indicate that by", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "using this criterion to pre-train networks we can improve their performance and achieve state-of-", + "type": "text", + "cross_page": true + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 93, + 166, + 106 + ], + "spans": [ + { + "bbox": [ + 106, + 93, + 166, + 106 + ], + "score": 1.0, + "content": "the-art results.", + "type": "text", + "cross_page": true + } + ], + "index": 1 + } + ], + "index": 48.5, + "bbox_fs": [ + 106, + 709, + 505, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 105, + 82, + 505, + 105 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "using this criterion to pre-train networks we can improve their performance and achieve state-of-", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 93, + 166, + 106 + ], + "spans": [ + { + "bbox": [ + 106, + 93, + 166, + 106 + ], + "score": 1.0, + "content": "the-art results.", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "title", + "bbox": [ + 108, + 123, + 219, + 137 + ], + "lines": [ + { + "bbox": [ + 105, + 122, + 221, + 139 + ], + "spans": [ + { + "bbox": [ + 105, + 122, + 221, + 139 + ], + "score": 1.0, + "content": "2 PREVIOUS WORKS", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 2 + }, + { + "type": "text", + "bbox": [ + 108, + 150, + 504, + 184 + ], + "lines": [ + { + "bbox": [ + 106, + 151, + 505, + 163 + ], + "spans": [ + { + "bbox": [ + 106, + 151, + 505, + 163 + ], + "score": 1.0, + "content": "Using unsupervised methods to improve performance have been the holy grail of deep learning for", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 162, + 505, + 175 + ], + "spans": [ + { + "bbox": [ + 105, + 162, + 505, + 175 + ], + "score": 1.0, + "content": "the last couple of years and vast research efforts have been focused on that. We hereby give a short", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 173, + 435, + 185 + ], + "spans": [ + { + "bbox": [ + 105, + 173, + 435, + 185 + ], + "score": 1.0, + "content": "overview of the most popular and recent methods that tried to tackle this problem.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 106, + 199, + 505, + 266 + ], + "lines": [ + { + "bbox": [ + 106, + 200, + 505, + 212 + ], + "spans": [ + { + "bbox": [ + 106, + 200, + 505, + 212 + ], + "score": 1.0, + "content": "AutoEncoders and reconstruction loss These are probably the most popular models for unsu-", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 211, + 505, + 222 + ], + "spans": [ + { + "bbox": [ + 105, + 211, + 505, + 222 + ], + "score": 1.0, + "content": "pervised learning using neural networks, and ConvNets in particular. Autoencoders are NNs which", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 222, + 505, + 234 + ], + "spans": [ + { + "bbox": [ + 106, + 222, + 505, + 234 + ], + "score": 1.0, + "content": "aim to transform inputs into outputs with the least possible amount of distortion. An Autoencoder", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 233, + 505, + 245 + ], + "spans": [ + { + "bbox": [ + 106, + 233, + 233, + 245 + ], + "score": 1.0, + "content": "is constructed using an encoder", + "type": "text" + }, + { + "bbox": [ + 234, + 233, + 272, + 245 + ], + "score": 0.92, + "content": "G ( x ; w _ { 1 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 272, + 233, + 505, + 245 + ], + "score": 1.0, + "content": "that maps an input to a hidden compressed representation,", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 104, + 243, + 505, + 257 + ], + "spans": [ + { + "bbox": [ + 104, + 243, + 198, + 257 + ], + "score": 1.0, + "content": "followed by a decoder", + "type": "text" + }, + { + "bbox": [ + 198, + 244, + 235, + 256 + ], + "score": 0.93, + "content": "F ( y ; w _ { 2 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 236, + 243, + 505, + 257 + ], + "score": 1.0, + "content": ", that maps the representation back into the input space. Mathemat-", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 254, + 331, + 267 + ], + "spans": [ + { + "bbox": [ + 105, + 254, + 331, + 267 + ], + "score": 1.0, + "content": "ically, this can be written in the following general form:", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 8.5 + }, + { + "type": "interline_equation", + "bbox": [ + 260, + 274, + 351, + 288 + ], + "lines": [ + { + "bbox": [ + 260, + 274, + 351, + 288 + ], + "spans": [ + { + "bbox": [ + 260, + 274, + 351, + 288 + ], + "score": 0.9, + "content": "\\hat { x } = F ( G ( x ; w _ { 1 } ) ; w _ { 2 } )", + "type": "interline_equation", + "image_path": "5bd4f185929c9804dd1e8cad87809e51fb2d7db4b5572fb153eb7d7ef8d273db.jpg" + } + ] + } + ], + "index": 12, + "virtual_lines": [ + { + "bbox": [ + 260, + 274, + 351, + 288 + ], + "spans": [], + "index": 12 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 295, + 505, + 351 + ], + "lines": [ + { + "bbox": [ + 106, + 296, + 505, + 308 + ], + "spans": [ + { + "bbox": [ + 106, + 296, + 505, + 308 + ], + "score": 1.0, + "content": "The underlying encoder and decoder contain a set of trainable parameters that can be tied together", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 307, + 506, + 320 + ], + "spans": [ + { + "bbox": [ + 106, + 307, + 506, + 320 + ], + "score": 1.0, + "content": "and optimized for a predefined criterion. The encoder and decoder can have different architectures,", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 317, + 505, + 330 + ], + "spans": [ + { + "bbox": [ + 105, + 317, + 505, + 330 + ], + "score": 1.0, + "content": "including fully-connected neural networks, ConvNets and others. The criterion used for training is", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 329, + 505, + 341 + ], + "spans": [ + { + "bbox": [ + 106, + 329, + 505, + 341 + ], + "score": 1.0, + "content": "the reconstruction loss, usually the mean squared error (MSE) between the original input and its", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 340, + 243, + 352 + ], + "spans": [ + { + "bbox": [ + 105, + 340, + 243, + 352 + ], + "score": 1.0, + "content": "reconstruction Zeiler et al. (2010)", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 15 + }, + { + "type": "interline_equation", + "bbox": [ + 276, + 358, + 335, + 373 + ], + "lines": [ + { + "bbox": [ + 276, + 358, + 335, + 373 + ], + "spans": [ + { + "bbox": [ + 276, + 358, + 335, + 373 + ], + "score": 0.91, + "content": "m i n \\lVert x - { \\hat { x } } \\rVert ^ { 2 }", + "type": "interline_equation", + "image_path": "7ab54084fb1f2b1bb0e333109ca419d603e264ec6c57d96ec21422cf2e2b0272.jpg" + } + ] + } + ], + "index": 18, + "virtual_lines": [ + { + "bbox": [ + 276, + 358, + 335, + 373 + ], + "spans": [], + "index": 18 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 394, + 505, + 538 + ], + "lines": [ + { + "bbox": [ + 105, + 394, + 505, + 408 + ], + "spans": [ + { + "bbox": [ + 105, + 394, + 505, + 408 + ], + "score": 1.0, + "content": "This allows an efficient training procedure using the aforementioned backpropagation and SGD tech-", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 406, + 505, + 420 + ], + "spans": [ + { + "bbox": [ + 105, + 406, + 505, + 420 + ], + "score": 1.0, + "content": "niques. Over the years autoencoders gained fundamental role in unsupervised learning and many", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 417, + 505, + 430 + ], + "spans": [ + { + "bbox": [ + 105, + 417, + 314, + 430 + ], + "score": 1.0, + "content": "modification to the classic architecture were made.", + "type": "text" + }, + { + "bbox": [ + 314, + 417, + 328, + 429 + ], + "score": 0.66, + "content": "\\mathrm { N g }", + "type": "inline_equation" + }, + { + "bbox": [ + 329, + 417, + 505, + 430 + ], + "score": 1.0, + "content": "(2011) regularized the latent representation", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 428, + 505, + 441 + ], + "spans": [ + { + "bbox": [ + 105, + 428, + 505, + 441 + ], + "score": 1.0, + "content": "to be sparse, Vincent et al. (2008) substituted the input with a noisy version thereof, requiring the", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 439, + 505, + 452 + ], + "spans": [ + { + "bbox": [ + 105, + 439, + 505, + 452 + ], + "score": 1.0, + "content": "model to denoise while reconstructing. Kingma et al. (2014) obtained very promising results with", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 450, + 505, + 463 + ], + "spans": [ + { + "bbox": [ + 106, + 450, + 505, + 463 + ], + "score": 1.0, + "content": "variational autoencoders (VAE). A variational autoencoder model inherits typical autoencoder ar-", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 460, + 505, + 473 + ], + "spans": [ + { + "bbox": [ + 106, + 460, + 505, + 473 + ], + "score": 1.0, + "content": "chitecture, but makes strong assumptions concerning the distribution of latent variables. They use", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 472, + 506, + 485 + ], + "spans": [ + { + "bbox": [ + 106, + 472, + 506, + 485 + ], + "score": 1.0, + "content": "variational approach for latent representation learning, which results in an additional loss component", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 483, + 506, + 496 + ], + "spans": [ + { + "bbox": [ + 106, + 483, + 506, + 496 + ], + "score": 1.0, + "content": "which required a new training algorithm called Stochastic Gradient Variational Bayes (SGVB). VAE", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 494, + 505, + 506 + ], + "spans": [ + { + "bbox": [ + 105, + 494, + 368, + 506 + ], + "score": 1.0, + "content": "assumes that the data is generated by a directed graphical model", + "type": "text" + }, + { + "bbox": [ + 368, + 494, + 396, + 506 + ], + "score": 0.91, + "content": "p ( x | z )", + "type": "inline_equation" + }, + { + "bbox": [ + 396, + 494, + 505, + 506 + ], + "score": 1.0, + "content": "and require the encoder to", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 505, + 505, + 518 + ], + "spans": [ + { + "bbox": [ + 105, + 505, + 201, + 518 + ], + "score": 1.0, + "content": "learn an approximation", + "type": "text" + }, + { + "bbox": [ + 202, + 505, + 238, + 517 + ], + "score": 0.93, + "content": "q _ { w _ { 1 } } ( z | x )", + "type": "inline_equation" + }, + { + "bbox": [ + 239, + 505, + 350, + 518 + ], + "score": 1.0, + "content": "to the posterior distribution", + "type": "text" + }, + { + "bbox": [ + 351, + 505, + 388, + 517 + ], + "score": 0.92, + "content": "p _ { w _ { 2 } } ( z | x )", + "type": "inline_equation" + }, + { + "bbox": [ + 388, + 505, + 416, + 518 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 416, + 506, + 429, + 516 + ], + "score": 0.86, + "content": "w _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 429, + 505, + 447, + 518 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 447, + 506, + 460, + 516 + ], + "score": 0.88, + "content": "w _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 460, + 505, + 505, + 518 + ], + "score": 1.0, + "content": "denote the", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 104, + 515, + 506, + 529 + ], + "spans": [ + { + "bbox": [ + 104, + 515, + 506, + 529 + ], + "score": 1.0, + "content": "parameters of the encoder and decoder. The objective of the variational autoencoder in that case has", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 527, + 186, + 539 + ], + "spans": [ + { + "bbox": [ + 106, + 527, + 186, + 539 + ], + "score": 1.0, + "content": "the following form:", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 25 + }, + { + "type": "interline_equation", + "bbox": [ + 162, + 546, + 448, + 561 + ], + "lines": [ + { + "bbox": [ + 162, + 546, + 448, + 561 + ], + "spans": [ + { + "bbox": [ + 162, + 546, + 448, + 561 + ], + "score": 0.87, + "content": "\\mathcal { L } ( w _ { 1 } , w _ { 2 } , x ) = - D _ { K L } \\big ( q _ { w _ { 1 } } ( z | x ) | | p _ { w _ { 2 } } ( z ) \\big ) + \\mathbb { E } _ { q _ { w _ { 1 } } ( z | x ) } \\big ( \\log p _ { w _ { 2 } } ( x | z ) \\big )", + "type": "interline_equation", + "image_path": "b80a08937376cb8f40f66af938aa10f2a90d8332197f760430b1611dab07074e.jpg" + } + ] + } + ], + "index": 32, + "virtual_lines": [ + { + "bbox": [ + 162, + 546, + 448, + 561 + ], + "spans": [], + "index": 32 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 583, + 505, + 650 + ], + "lines": [ + { + "bbox": [ + 106, + 585, + 505, + 596 + ], + "spans": [ + { + "bbox": [ + 106, + 585, + 505, + 596 + ], + "score": 1.0, + "content": "Recently, a stacked set of denoising autoencoders architectures showed promising results in both", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 595, + 505, + 608 + ], + "spans": [ + { + "bbox": [ + 105, + 595, + 505, + 608 + ], + "score": 1.0, + "content": "semi-supervised and unsupervised tasks. A stacked what-where autoencoder by Zhao et al. (2015)", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 606, + 506, + 619 + ], + "spans": [ + { + "bbox": [ + 105, + 606, + 506, + 619 + ], + "score": 1.0, + "content": "computes a set of complementary variables that enable reconstruction whenever a layer implements", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 618, + 505, + 629 + ], + "spans": [ + { + "bbox": [ + 105, + 618, + 505, + 629 + ], + "score": 1.0, + "content": "a many-to-one mapping. Ladder networks by Rasmus et al. (2015) - use lateral connections and", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 628, + 505, + 640 + ], + "spans": [ + { + "bbox": [ + 106, + 628, + 505, + 640 + ], + "score": 1.0, + "content": "layer-wise cost functions to allow the higher levels of an autoencoder to focus on invariant abstract", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 639, + 143, + 651 + ], + "spans": [ + { + "bbox": [ + 105, + 639, + 143, + 651 + ], + "score": 1.0, + "content": "features.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 35.5 + }, + { + "type": "text", + "bbox": [ + 106, + 665, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 664, + 506, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 664, + 506, + 678 + ], + "score": 1.0, + "content": "Exemplar Networks: The unsupervised method introduced byDosovitskiy et al. (2014) takes a", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 676, + 505, + 690 + ], + "spans": [ + { + "bbox": [ + 105, + 676, + 505, + 690 + ], + "score": 1.0, + "content": "different approach to this task and trains the network to discriminate between a set of pseudo-classes.", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 104, + 686, + 505, + 702 + ], + "spans": [ + { + "bbox": [ + 104, + 686, + 505, + 702 + ], + "score": 1.0, + "content": "Each pseudo-class is formed by applying multiple transformations to a randomly sampled image", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 699, + 506, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 506, + 711 + ], + "score": 1.0, + "content": "patch. The number of pseudo-classes can be as big as the size of the input samples. This criterion", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 710, + 505, + 721 + ], + "spans": [ + { + "bbox": [ + 105, + 710, + 505, + 721 + ], + "score": 1.0, + "content": "ensures that different input samples would be distinguished while providing robustness to the applied", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 721, + 482, + 732 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 482, + 732 + ], + "score": 1.0, + "content": "transformations. In this work we will explore an alternative method with a similar motivation.", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 41.5 + } + ], + "page_idx": 1, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 107, + 26, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 107, + 26, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2017", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 751, + 309, + 760 + ], + "lines": [ + { + "bbox": [ + 301, + 750, + 310, + 763 + ], + "spans": [ + { + "bbox": [ + 301, + 750, + 310, + 763 + ], + "score": 1.0, + "content": "2", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 105, + 82, + 505, + 105 + ], + "lines": [], + "index": 0.5, + "bbox_fs": [ + 106, + 82, + 505, + 106 + ], + "lines_deleted": true + }, + { + "type": "title", + "bbox": [ + 108, + 123, + 219, + 137 + ], + "lines": [ + { + "bbox": [ + 105, + 122, + 221, + 139 + ], + "spans": [ + { + "bbox": [ + 105, + 122, + 221, + 139 + ], + "score": 1.0, + "content": "2 PREVIOUS WORKS", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 2 + }, + { + "type": "text", + "bbox": [ + 108, + 150, + 504, + 184 + ], + "lines": [ + { + "bbox": [ + 106, + 151, + 505, + 163 + ], + "spans": [ + { + "bbox": [ + 106, + 151, + 505, + 163 + ], + "score": 1.0, + "content": "Using unsupervised methods to improve performance have been the holy grail of deep learning for", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 162, + 505, + 175 + ], + "spans": [ + { + "bbox": [ + 105, + 162, + 505, + 175 + ], + "score": 1.0, + "content": "the last couple of years and vast research efforts have been focused on that. We hereby give a short", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 173, + 435, + 185 + ], + "spans": [ + { + "bbox": [ + 105, + 173, + 435, + 185 + ], + "score": 1.0, + "content": "overview of the most popular and recent methods that tried to tackle this problem.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4, + "bbox_fs": [ + 105, + 151, + 505, + 185 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 199, + 505, + 266 + ], + "lines": [ + { + "bbox": [ + 106, + 200, + 505, + 212 + ], + "spans": [ + { + "bbox": [ + 106, + 200, + 505, + 212 + ], + "score": 1.0, + "content": "AutoEncoders and reconstruction loss These are probably the most popular models for unsu-", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 211, + 505, + 222 + ], + "spans": [ + { + "bbox": [ + 105, + 211, + 505, + 222 + ], + "score": 1.0, + "content": "pervised learning using neural networks, and ConvNets in particular. Autoencoders are NNs which", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 222, + 505, + 234 + ], + "spans": [ + { + "bbox": [ + 106, + 222, + 505, + 234 + ], + "score": 1.0, + "content": "aim to transform inputs into outputs with the least possible amount of distortion. An Autoencoder", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 233, + 505, + 245 + ], + "spans": [ + { + "bbox": [ + 106, + 233, + 233, + 245 + ], + "score": 1.0, + "content": "is constructed using an encoder", + "type": "text" + }, + { + "bbox": [ + 234, + 233, + 272, + 245 + ], + "score": 0.92, + "content": "G ( x ; w _ { 1 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 272, + 233, + 505, + 245 + ], + "score": 1.0, + "content": "that maps an input to a hidden compressed representation,", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 104, + 243, + 505, + 257 + ], + "spans": [ + { + "bbox": [ + 104, + 243, + 198, + 257 + ], + "score": 1.0, + "content": "followed by a decoder", + "type": "text" + }, + { + "bbox": [ + 198, + 244, + 235, + 256 + ], + "score": 0.93, + "content": "F ( y ; w _ { 2 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 236, + 243, + 505, + 257 + ], + "score": 1.0, + "content": ", that maps the representation back into the input space. Mathemat-", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 254, + 331, + 267 + ], + "spans": [ + { + "bbox": [ + 105, + 254, + 331, + 267 + ], + "score": 1.0, + "content": "ically, this can be written in the following general form:", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 8.5, + "bbox_fs": [ + 104, + 200, + 505, + 267 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 260, + 274, + 351, + 288 + ], + "lines": [ + { + "bbox": [ + 260, + 274, + 351, + 288 + ], + "spans": [ + { + "bbox": [ + 260, + 274, + 351, + 288 + ], + "score": 0.9, + "content": "\\hat { x } = F ( G ( x ; w _ { 1 } ) ; w _ { 2 } )", + "type": "interline_equation", + "image_path": "5bd4f185929c9804dd1e8cad87809e51fb2d7db4b5572fb153eb7d7ef8d273db.jpg" + } + ] + } + ], + "index": 12, + "virtual_lines": [ + { + "bbox": [ + 260, + 274, + 351, + 288 + ], + "spans": [], + "index": 12 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 295, + 505, + 351 + ], + "lines": [ + { + "bbox": [ + 106, + 296, + 505, + 308 + ], + "spans": [ + { + "bbox": [ + 106, + 296, + 505, + 308 + ], + "score": 1.0, + "content": "The underlying encoder and decoder contain a set of trainable parameters that can be tied together", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 307, + 506, + 320 + ], + "spans": [ + { + "bbox": [ + 106, + 307, + 506, + 320 + ], + "score": 1.0, + "content": "and optimized for a predefined criterion. The encoder and decoder can have different architectures,", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 317, + 505, + 330 + ], + "spans": [ + { + "bbox": [ + 105, + 317, + 505, + 330 + ], + "score": 1.0, + "content": "including fully-connected neural networks, ConvNets and others. The criterion used for training is", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 329, + 505, + 341 + ], + "spans": [ + { + "bbox": [ + 106, + 329, + 505, + 341 + ], + "score": 1.0, + "content": "the reconstruction loss, usually the mean squared error (MSE) between the original input and its", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 340, + 243, + 352 + ], + "spans": [ + { + "bbox": [ + 105, + 340, + 243, + 352 + ], + "score": 1.0, + "content": "reconstruction Zeiler et al. (2010)", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 15, + "bbox_fs": [ + 105, + 296, + 506, + 352 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 276, + 358, + 335, + 373 + ], + "lines": [ + { + "bbox": [ + 276, + 358, + 335, + 373 + ], + "spans": [ + { + "bbox": [ + 276, + 358, + 335, + 373 + ], + "score": 0.91, + "content": "m i n \\lVert x - { \\hat { x } } \\rVert ^ { 2 }", + "type": "interline_equation", + "image_path": "7ab54084fb1f2b1bb0e333109ca419d603e264ec6c57d96ec21422cf2e2b0272.jpg" + } + ] + } + ], + "index": 18, + "virtual_lines": [ + { + "bbox": [ + 276, + 358, + 335, + 373 + ], + "spans": [], + "index": 18 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 394, + 505, + 538 + ], + "lines": [ + { + "bbox": [ + 105, + 394, + 505, + 408 + ], + "spans": [ + { + "bbox": [ + 105, + 394, + 505, + 408 + ], + "score": 1.0, + "content": "This allows an efficient training procedure using the aforementioned backpropagation and SGD tech-", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 406, + 505, + 420 + ], + "spans": [ + { + "bbox": [ + 105, + 406, + 505, + 420 + ], + "score": 1.0, + "content": "niques. Over the years autoencoders gained fundamental role in unsupervised learning and many", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 417, + 505, + 430 + ], + "spans": [ + { + "bbox": [ + 105, + 417, + 314, + 430 + ], + "score": 1.0, + "content": "modification to the classic architecture were made.", + "type": "text" + }, + { + "bbox": [ + 314, + 417, + 328, + 429 + ], + "score": 0.66, + "content": "\\mathrm { N g }", + "type": "inline_equation" + }, + { + "bbox": [ + 329, + 417, + 505, + 430 + ], + "score": 1.0, + "content": "(2011) regularized the latent representation", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 428, + 505, + 441 + ], + "spans": [ + { + "bbox": [ + 105, + 428, + 505, + 441 + ], + "score": 1.0, + "content": "to be sparse, Vincent et al. (2008) substituted the input with a noisy version thereof, requiring the", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 439, + 505, + 452 + ], + "spans": [ + { + "bbox": [ + 105, + 439, + 505, + 452 + ], + "score": 1.0, + "content": "model to denoise while reconstructing. Kingma et al. (2014) obtained very promising results with", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 450, + 505, + 463 + ], + "spans": [ + { + "bbox": [ + 106, + 450, + 505, + 463 + ], + "score": 1.0, + "content": "variational autoencoders (VAE). A variational autoencoder model inherits typical autoencoder ar-", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 460, + 505, + 473 + ], + "spans": [ + { + "bbox": [ + 106, + 460, + 505, + 473 + ], + "score": 1.0, + "content": "chitecture, but makes strong assumptions concerning the distribution of latent variables. They use", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 472, + 506, + 485 + ], + "spans": [ + { + "bbox": [ + 106, + 472, + 506, + 485 + ], + "score": 1.0, + "content": "variational approach for latent representation learning, which results in an additional loss component", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 483, + 506, + 496 + ], + "spans": [ + { + "bbox": [ + 106, + 483, + 506, + 496 + ], + "score": 1.0, + "content": "which required a new training algorithm called Stochastic Gradient Variational Bayes (SGVB). VAE", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 494, + 505, + 506 + ], + "spans": [ + { + "bbox": [ + 105, + 494, + 368, + 506 + ], + "score": 1.0, + "content": "assumes that the data is generated by a directed graphical model", + "type": "text" + }, + { + "bbox": [ + 368, + 494, + 396, + 506 + ], + "score": 0.91, + "content": "p ( x | z )", + "type": "inline_equation" + }, + { + "bbox": [ + 396, + 494, + 505, + 506 + ], + "score": 1.0, + "content": "and require the encoder to", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 505, + 505, + 518 + ], + "spans": [ + { + "bbox": [ + 105, + 505, + 201, + 518 + ], + "score": 1.0, + "content": "learn an approximation", + "type": "text" + }, + { + "bbox": [ + 202, + 505, + 238, + 517 + ], + "score": 0.93, + "content": "q _ { w _ { 1 } } ( z | x )", + "type": "inline_equation" + }, + { + "bbox": [ + 239, + 505, + 350, + 518 + ], + "score": 1.0, + "content": "to the posterior distribution", + "type": "text" + }, + { + "bbox": [ + 351, + 505, + 388, + 517 + ], + "score": 0.92, + "content": "p _ { w _ { 2 } } ( z | x )", + "type": "inline_equation" + }, + { + "bbox": [ + 388, + 505, + 416, + 518 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 416, + 506, + 429, + 516 + ], + "score": 0.86, + "content": "w _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 429, + 505, + 447, + 518 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 447, + 506, + 460, + 516 + ], + "score": 0.88, + "content": "w _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 460, + 505, + 505, + 518 + ], + "score": 1.0, + "content": "denote the", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 104, + 515, + 506, + 529 + ], + "spans": [ + { + "bbox": [ + 104, + 515, + 506, + 529 + ], + "score": 1.0, + "content": "parameters of the encoder and decoder. The objective of the variational autoencoder in that case has", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 527, + 186, + 539 + ], + "spans": [ + { + "bbox": [ + 106, + 527, + 186, + 539 + ], + "score": 1.0, + "content": "the following form:", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 25, + "bbox_fs": [ + 104, + 394, + 506, + 539 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 162, + 546, + 448, + 561 + ], + "lines": [ + { + "bbox": [ + 162, + 546, + 448, + 561 + ], + "spans": [ + { + "bbox": [ + 162, + 546, + 448, + 561 + ], + "score": 0.87, + "content": "\\mathcal { L } ( w _ { 1 } , w _ { 2 } , x ) = - D _ { K L } \\big ( q _ { w _ { 1 } } ( z | x ) | | p _ { w _ { 2 } } ( z ) \\big ) + \\mathbb { E } _ { q _ { w _ { 1 } } ( z | x ) } \\big ( \\log p _ { w _ { 2 } } ( x | z ) \\big )", + "type": "interline_equation", + "image_path": "b80a08937376cb8f40f66af938aa10f2a90d8332197f760430b1611dab07074e.jpg" + } + ] + } + ], + "index": 32, + "virtual_lines": [ + { + "bbox": [ + 162, + 546, + 448, + 561 + ], + "spans": [], + "index": 32 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 583, + 505, + 650 + ], + "lines": [ + { + "bbox": [ + 106, + 585, + 505, + 596 + ], + "spans": [ + { + "bbox": [ + 106, + 585, + 505, + 596 + ], + "score": 1.0, + "content": "Recently, a stacked set of denoising autoencoders architectures showed promising results in both", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 595, + 505, + 608 + ], + "spans": [ + { + "bbox": [ + 105, + 595, + 505, + 608 + ], + "score": 1.0, + "content": "semi-supervised and unsupervised tasks. A stacked what-where autoencoder by Zhao et al. (2015)", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 606, + 506, + 619 + ], + "spans": [ + { + "bbox": [ + 105, + 606, + 506, + 619 + ], + "score": 1.0, + "content": "computes a set of complementary variables that enable reconstruction whenever a layer implements", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 618, + 505, + 629 + ], + "spans": [ + { + "bbox": [ + 105, + 618, + 505, + 629 + ], + "score": 1.0, + "content": "a many-to-one mapping. Ladder networks by Rasmus et al. (2015) - use lateral connections and", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 628, + 505, + 640 + ], + "spans": [ + { + "bbox": [ + 106, + 628, + 505, + 640 + ], + "score": 1.0, + "content": "layer-wise cost functions to allow the higher levels of an autoencoder to focus on invariant abstract", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 639, + 143, + 651 + ], + "spans": [ + { + "bbox": [ + 105, + 639, + 143, + 651 + ], + "score": 1.0, + "content": "features.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 35.5, + "bbox_fs": [ + 105, + 585, + 506, + 651 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 665, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 664, + 506, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 664, + 506, + 678 + ], + "score": 1.0, + "content": "Exemplar Networks: The unsupervised method introduced byDosovitskiy et al. (2014) takes a", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 676, + 505, + 690 + ], + "spans": [ + { + "bbox": [ + 105, + 676, + 505, + 690 + ], + "score": 1.0, + "content": "different approach to this task and trains the network to discriminate between a set of pseudo-classes.", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 104, + 686, + 505, + 702 + ], + "spans": [ + { + "bbox": [ + 104, + 686, + 505, + 702 + ], + "score": 1.0, + "content": "Each pseudo-class is formed by applying multiple transformations to a randomly sampled image", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 699, + 506, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 506, + 711 + ], + "score": 1.0, + "content": "patch. The number of pseudo-classes can be as big as the size of the input samples. This criterion", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 710, + 505, + 721 + ], + "spans": [ + { + "bbox": [ + 105, + 710, + 505, + 721 + ], + "score": 1.0, + "content": "ensures that different input samples would be distinguished while providing robustness to the applied", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 721, + 482, + 732 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 482, + 732 + ], + "score": 1.0, + "content": "transformations. In this work we will explore an alternative method with a similar motivation.", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 41.5, + "bbox_fs": [ + 104, + 664, + 506, + 732 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 181 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "Context prediction Another method for unsupervised learning by context was introduced by Do-", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 505, + 107 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 505, + 107 + ], + "score": 1.0, + "content": "ersch et al. (2015). This method uses an auxiliary criterion of predicting the location of an image", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 103, + 505, + 118 + ], + "spans": [ + { + "bbox": [ + 105, + 103, + 505, + 118 + ], + "score": 1.0, + "content": "patch given another from the same image. This is done by classification to 1 of 9 possible locations.", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 114, + 505, + 128 + ], + "spans": [ + { + "bbox": [ + 105, + 114, + 505, + 128 + ], + "score": 1.0, + "content": "Although the work of Doersch et al. (2015) and ours both use patches from an image to perform", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 127, + 505, + 138 + ], + "spans": [ + { + "bbox": [ + 105, + 127, + 505, + 138 + ], + "score": 1.0, + "content": "unsupervised learning, the methods are quite different. Whereas the former used a classification", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 137, + 505, + 150 + ], + "spans": [ + { + "bbox": [ + 105, + 137, + 505, + 150 + ], + "score": 1.0, + "content": "criterion over the spatial location of each patch within a single image, our work is concerned with", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 148, + 505, + 162 + ], + "spans": [ + { + "bbox": [ + 105, + 148, + 505, + 162 + ], + "score": 1.0, + "content": "comparing patches from several images to each other. We claim that this encourages discriminability", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 159, + 505, + 172 + ], + "spans": [ + { + "bbox": [ + 105, + 159, + 505, + 172 + ], + "score": 1.0, + "content": "between images (which we feel to be important aspect of feature learning), and was not an explicit", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 171, + 199, + 183 + ], + "spans": [ + { + "bbox": [ + 105, + 171, + 199, + 183 + ], + "score": 1.0, + "content": "goal in previous work.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 107, + 195, + 505, + 272 + ], + "lines": [ + { + "bbox": [ + 106, + 195, + 504, + 206 + ], + "spans": [ + { + "bbox": [ + 106, + 195, + 504, + 206 + ], + "score": 1.0, + "content": "Adversarial Generative Models: This a recently introduced model that can be used in an unsu-", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 206, + 505, + 218 + ], + "spans": [ + { + "bbox": [ + 105, + 206, + 505, + 218 + ], + "score": 1.0, + "content": "pervised fashion Goodfellow et al. (2014). Adversarial Generative Models uses a set of networks,", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 217, + 505, + 229 + ], + "spans": [ + { + "bbox": [ + 105, + 217, + 505, + 229 + ], + "score": 1.0, + "content": "one trained to discriminate between data sampled from the true underlying distribution (e.g., a set", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 228, + 505, + 240 + ], + "spans": [ + { + "bbox": [ + 105, + 228, + 505, + 240 + ], + "score": 1.0, + "content": "of images), and a separate generative network trained to be an adversary trying to confuse the first", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 239, + 505, + 251 + ], + "spans": [ + { + "bbox": [ + 105, + 239, + 505, + 251 + ], + "score": 1.0, + "content": "network. By propagating the gradient through the paired networks, the model learns to generate", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 249, + 505, + 262 + ], + "spans": [ + { + "bbox": [ + 105, + 249, + 505, + 262 + ], + "score": 1.0, + "content": "samples that are distributed similarly to the source data. As shown by Radford et al. (2015),this", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 260, + 431, + 273 + ], + "spans": [ + { + "bbox": [ + 105, + 260, + 431, + 273 + ], + "score": 1.0, + "content": "model can create useful latent representations for subsequent classification tasks.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 12 + }, + { + "type": "text", + "bbox": [ + 107, + 285, + 505, + 395 + ], + "lines": [ + { + "bbox": [ + 105, + 284, + 505, + 298 + ], + "spans": [ + { + "bbox": [ + 105, + 284, + 505, + 298 + ], + "score": 1.0, + "content": "Sampling Methods: Methods for training models to discriminate between a very large number", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 295, + 505, + 309 + ], + "spans": [ + { + "bbox": [ + 105, + 295, + 505, + 309 + ], + "score": 1.0, + "content": "of classes often use a noise contrasting criterion. In these methods, roughly speaking, the poste-", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 307, + 505, + 320 + ], + "spans": [ + { + "bbox": [ + 105, + 307, + 172, + 320 + ], + "score": 1.0, + "content": "rior probability", + "type": "text" + }, + { + "bbox": [ + 172, + 307, + 203, + 319 + ], + "score": 0.93, + "content": "P ( t | y _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 203, + 307, + 312, + 320 + ], + "score": 1.0, + "content": "of the ground-truth target", + "type": "text" + }, + { + "bbox": [ + 313, + 308, + 319, + 317 + ], + "score": 0.68, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 319, + 307, + 505, + 320 + ], + "score": 1.0, + "content": "given the model output on an input sampled", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 317, + 506, + 331 + ], + "spans": [ + { + "bbox": [ + 105, + 317, + 213, + 331 + ], + "score": 1.0, + "content": "from the true distribution", + "type": "text" + }, + { + "bbox": [ + 214, + 318, + 261, + 330 + ], + "score": 0.93, + "content": "y _ { t } = F ( x )", + "type": "inline_equation" + }, + { + "bbox": [ + 262, + 317, + 412, + 331 + ], + "score": 1.0, + "content": "is maximized, while the probability", + "type": "text" + }, + { + "bbox": [ + 413, + 318, + 446, + 330 + ], + "score": 0.93, + "content": "P ( t | y _ { n } )", + "type": "inline_equation" + }, + { + "bbox": [ + 446, + 317, + 506, + 331 + ], + "score": 1.0, + "content": "given a noise", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 329, + 505, + 342 + ], + "spans": [ + { + "bbox": [ + 105, + 329, + 162, + 342 + ], + "score": 1.0, + "content": "measurement", + "type": "text" + }, + { + "bbox": [ + 163, + 329, + 206, + 341 + ], + "score": 0.95, + "content": "y = F ( n )", + "type": "inline_equation" + }, + { + "bbox": [ + 207, + 329, + 505, + 342 + ], + "score": 1.0, + "content": "is minimized. This was successfully used in a language domain to learn", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 340, + 505, + 352 + ], + "spans": [ + { + "bbox": [ + 105, + 340, + 505, + 352 + ], + "score": 1.0, + "content": "unsupervised representation of words. The most noteworthy case is the word2vec model introduced", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 350, + 505, + 364 + ], + "spans": [ + { + "bbox": [ + 105, + 350, + 505, + 364 + ], + "score": 1.0, + "content": "by Mikolov et al. (2013). When using this setting in language applications, a natural contrasting", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 362, + 505, + 374 + ], + "spans": [ + { + "bbox": [ + 105, + 362, + 505, + 374 + ], + "score": 1.0, + "content": "noise is a smooth approximation of the Unigram distribution. A suitable contrasting distribution is", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 372, + 505, + 385 + ], + "spans": [ + { + "bbox": [ + 105, + 372, + 505, + 385 + ], + "score": 1.0, + "content": "less obvious when data points are sampled from a high dimensional continuous space, such as the", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 384, + 198, + 396 + ], + "spans": [ + { + "bbox": [ + 105, + 384, + 198, + 396 + ], + "score": 1.0, + "content": "case of image patches.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 20.5 + }, + { + "type": "title", + "bbox": [ + 108, + 410, + 308, + 420 + ], + "lines": [ + { + "bbox": [ + 105, + 409, + 309, + 422 + ], + "spans": [ + { + "bbox": [ + 105, + 409, + 309, + 422 + ], + "score": 1.0, + "content": "2.1 PROBLEMS WITH CURRENT APPROACHES", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 26 + }, + { + "type": "text", + "bbox": [ + 107, + 430, + 504, + 452 + ], + "lines": [ + { + "bbox": [ + 106, + 430, + 505, + 443 + ], + "spans": [ + { + "bbox": [ + 106, + 430, + 505, + 443 + ], + "score": 1.0, + "content": "Only recently the potential of ConvNets in an unsupervised environment began to bear fruit, still we", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 441, + 237, + 453 + ], + "spans": [ + { + "bbox": [ + 106, + 441, + 237, + 453 + ], + "score": 1.0, + "content": "believe it is not fully uncovered.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 27.5 + }, + { + "type": "text", + "bbox": [ + 106, + 458, + 505, + 568 + ], + "lines": [ + { + "bbox": [ + 105, + 457, + 505, + 471 + ], + "spans": [ + { + "bbox": [ + 105, + 457, + 505, + 471 + ], + "score": 1.0, + "content": "The majority of unsupervised optimization criteria currently used are based on variations of recon-", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 469, + 505, + 480 + ], + "spans": [ + { + "bbox": [ + 106, + 469, + 505, + 480 + ], + "score": 1.0, + "content": "struction losses. One limitation of this fact is that a pixel level reconstruction is non-compliant with", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 479, + 505, + 493 + ], + "spans": [ + { + "bbox": [ + 105, + 479, + 505, + 493 + ], + "score": 1.0, + "content": "the idea of a discriminative objective, which is expected to be agnostic to low level information in the", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 492, + 505, + 503 + ], + "spans": [ + { + "bbox": [ + 106, + 492, + 505, + 503 + ], + "score": 1.0, + "content": "input. In addition, it is evident that MSE is not best suited as a measurement to compare images, for", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 104, + 501, + 505, + 516 + ], + "spans": [ + { + "bbox": [ + 104, + 501, + 505, + 516 + ], + "score": 1.0, + "content": "example, viewing the possibly large square-error between an image and a single pixel shifted copy", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 512, + 505, + 525 + ], + "spans": [ + { + "bbox": [ + 105, + 512, + 505, + 525 + ], + "score": 1.0, + "content": "of it. Another problem with recent approaches such as Rasmus et al. (2015); Zeiler et al. (2010)", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 104, + 523, + 506, + 538 + ], + "spans": [ + { + "bbox": [ + 104, + 523, + 506, + 538 + ], + "score": 1.0, + "content": "is their need to extensively modify the original convolutional network model. This leads to a gap", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 535, + 506, + 547 + ], + "spans": [ + { + "bbox": [ + 105, + 535, + 506, + 547 + ], + "score": 1.0, + "content": "between unsupervised method and the state-of-the-art, supervised, models for classification - which", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 545, + 505, + 559 + ], + "spans": [ + { + "bbox": [ + 105, + 545, + 505, + 559 + ], + "score": 1.0, + "content": "can hurt future attempt to reconcile them in a unified framework, as well as efficiently leverage", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 556, + 309, + 570 + ], + "spans": [ + { + "bbox": [ + 106, + 556, + 309, + 570 + ], + "score": 1.0, + "content": "unlabeled data with otherwise supervised regimes.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 33.5 + }, + { + "type": "title", + "bbox": [ + 109, + 585, + 276, + 598 + ], + "lines": [ + { + "bbox": [ + 105, + 583, + 279, + 600 + ], + "spans": [ + { + "bbox": [ + 105, + 583, + 279, + 600 + ], + "score": 1.0, + "content": "3 LEARNING BY COMPARISONS", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 39 + }, + { + "type": "text", + "bbox": [ + 107, + 610, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 610, + 505, + 623 + ], + "spans": [ + { + "bbox": [ + 106, + 610, + 505, + 623 + ], + "score": 1.0, + "content": "The most common way to train NN is by defining a loss function between the target values and", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 622, + 505, + 635 + ], + "spans": [ + { + "bbox": [ + 105, + 622, + 505, + 635 + ], + "score": 1.0, + "content": "the network output. Learning by comparison approaches the supervised task from a different angle.", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 632, + 505, + 646 + ], + "spans": [ + { + "bbox": [ + 105, + 632, + 505, + 646 + ], + "score": 1.0, + "content": "The main idea is to use distance comparisons between samples to learn useful representations. For", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 644, + 506, + 656 + ], + "spans": [ + { + "bbox": [ + 105, + 644, + 375, + 656 + ], + "score": 1.0, + "content": "example, we consider relative and qualitative examples of the form", + "type": "text" + }, + { + "bbox": [ + 375, + 644, + 389, + 655 + ], + "score": 0.88, + "content": "X _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 389, + 644, + 435, + 656 + ], + "score": 1.0, + "content": "is closer to", + "type": "text" + }, + { + "bbox": [ + 436, + 644, + 450, + 655 + ], + "score": 0.89, + "content": "X _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 450, + 644, + 470, + 656 + ], + "score": 1.0, + "content": "than", + "type": "text" + }, + { + "bbox": [ + 470, + 644, + 484, + 655 + ], + "score": 0.89, + "content": "X _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 485, + 644, + 506, + 656 + ], + "score": 1.0, + "content": "is to", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 654, + 505, + 668 + ], + "spans": [ + { + "bbox": [ + 106, + 655, + 120, + 666 + ], + "score": 0.87, + "content": "X _ { 3 }", + "type": "inline_equation" + }, + { + "bbox": [ + 121, + 654, + 505, + 668 + ], + "score": 1.0, + "content": ". Using a comparative measure with neural network to learn embedding space was introduced in", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 666, + 505, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 505, + 678 + ], + "score": 1.0, + "content": "the “Siamese network” framework by Bromley et al. (1993) and later used in the works of Chopra", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 104, + 676, + 505, + 691 + ], + "spans": [ + { + "bbox": [ + 104, + 676, + 505, + 691 + ], + "score": 1.0, + "content": "et al. (2005). One use for this methods is when the number of classes is too large or expected to vary", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 687, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 505, + 700 + ], + "score": 1.0, + "content": "over time, as in the case of face verification, where a face contained in an image has to compared", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "score": 1.0, + "content": "against another image of a face. This problem was recently tackled by Schroff et al. (2015) for", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 709, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 506, + 722 + ], + "score": 1.0, + "content": "training a convolutional network model on triplets of examples. There, one image served as an", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 105, + 720, + 505, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 137, + 734 + ], + "score": 1.0, + "content": "anchor", + "type": "text" + }, + { + "bbox": [ + 137, + 722, + 144, + 730 + ], + "score": 0.67, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 145, + 720, + 395, + 734 + ], + "score": 1.0, + "content": ", and an additional pair of images served as a positive example", + "type": "text" + }, + { + "bbox": [ + 395, + 722, + 408, + 732 + ], + "score": 0.87, + "content": "x _ { + }", + "type": "inline_equation" + }, + { + "bbox": [ + 409, + 720, + 505, + 734 + ], + "score": 1.0, + "content": "(containing an instance", + "type": "text" + } + ], + "index": 50 + } + ], + "index": 45 + } + ], + "page_idx": 2, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 107, + 26, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 107, + 26, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2017", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 303, + 751, + 309, + 760 + ], + "lines": [ + { + "bbox": [ + 302, + 750, + 309, + 762 + ], + "spans": [ + { + "bbox": [ + 302, + 750, + 309, + 762 + ], + "score": 1.0, + "content": "3", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 181 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "Context prediction Another method for unsupervised learning by context was introduced by Do-", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 505, + 107 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 505, + 107 + ], + "score": 1.0, + "content": "ersch et al. (2015). This method uses an auxiliary criterion of predicting the location of an image", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 103, + 505, + 118 + ], + "spans": [ + { + "bbox": [ + 105, + 103, + 505, + 118 + ], + "score": 1.0, + "content": "patch given another from the same image. This is done by classification to 1 of 9 possible locations.", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 114, + 505, + 128 + ], + "spans": [ + { + "bbox": [ + 105, + 114, + 505, + 128 + ], + "score": 1.0, + "content": "Although the work of Doersch et al. (2015) and ours both use patches from an image to perform", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 127, + 505, + 138 + ], + "spans": [ + { + "bbox": [ + 105, + 127, + 505, + 138 + ], + "score": 1.0, + "content": "unsupervised learning, the methods are quite different. Whereas the former used a classification", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 137, + 505, + 150 + ], + "spans": [ + { + "bbox": [ + 105, + 137, + 505, + 150 + ], + "score": 1.0, + "content": "criterion over the spatial location of each patch within a single image, our work is concerned with", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 148, + 505, + 162 + ], + "spans": [ + { + "bbox": [ + 105, + 148, + 505, + 162 + ], + "score": 1.0, + "content": "comparing patches from several images to each other. We claim that this encourages discriminability", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 159, + 505, + 172 + ], + "spans": [ + { + "bbox": [ + 105, + 159, + 505, + 172 + ], + "score": 1.0, + "content": "between images (which we feel to be important aspect of feature learning), and was not an explicit", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 171, + 199, + 183 + ], + "spans": [ + { + "bbox": [ + 105, + 171, + 199, + 183 + ], + "score": 1.0, + "content": "goal in previous work.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 4, + "bbox_fs": [ + 105, + 82, + 505, + 183 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 195, + 505, + 272 + ], + "lines": [ + { + "bbox": [ + 106, + 195, + 504, + 206 + ], + "spans": [ + { + "bbox": [ + 106, + 195, + 504, + 206 + ], + "score": 1.0, + "content": "Adversarial Generative Models: This a recently introduced model that can be used in an unsu-", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 206, + 505, + 218 + ], + "spans": [ + { + "bbox": [ + 105, + 206, + 505, + 218 + ], + "score": 1.0, + "content": "pervised fashion Goodfellow et al. (2014). Adversarial Generative Models uses a set of networks,", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 217, + 505, + 229 + ], + "spans": [ + { + "bbox": [ + 105, + 217, + 505, + 229 + ], + "score": 1.0, + "content": "one trained to discriminate between data sampled from the true underlying distribution (e.g., a set", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 228, + 505, + 240 + ], + "spans": [ + { + "bbox": [ + 105, + 228, + 505, + 240 + ], + "score": 1.0, + "content": "of images), and a separate generative network trained to be an adversary trying to confuse the first", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 239, + 505, + 251 + ], + "spans": [ + { + "bbox": [ + 105, + 239, + 505, + 251 + ], + "score": 1.0, + "content": "network. By propagating the gradient through the paired networks, the model learns to generate", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 249, + 505, + 262 + ], + "spans": [ + { + "bbox": [ + 105, + 249, + 505, + 262 + ], + "score": 1.0, + "content": "samples that are distributed similarly to the source data. As shown by Radford et al. (2015),this", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 260, + 431, + 273 + ], + "spans": [ + { + "bbox": [ + 105, + 260, + 431, + 273 + ], + "score": 1.0, + "content": "model can create useful latent representations for subsequent classification tasks.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 12, + "bbox_fs": [ + 105, + 195, + 505, + 273 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 285, + 505, + 395 + ], + "lines": [ + { + "bbox": [ + 105, + 284, + 505, + 298 + ], + "spans": [ + { + "bbox": [ + 105, + 284, + 505, + 298 + ], + "score": 1.0, + "content": "Sampling Methods: Methods for training models to discriminate between a very large number", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 295, + 505, + 309 + ], + "spans": [ + { + "bbox": [ + 105, + 295, + 505, + 309 + ], + "score": 1.0, + "content": "of classes often use a noise contrasting criterion. In these methods, roughly speaking, the poste-", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 307, + 505, + 320 + ], + "spans": [ + { + "bbox": [ + 105, + 307, + 172, + 320 + ], + "score": 1.0, + "content": "rior probability", + "type": "text" + }, + { + "bbox": [ + 172, + 307, + 203, + 319 + ], + "score": 0.93, + "content": "P ( t | y _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 203, + 307, + 312, + 320 + ], + "score": 1.0, + "content": "of the ground-truth target", + "type": "text" + }, + { + "bbox": [ + 313, + 308, + 319, + 317 + ], + "score": 0.68, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 319, + 307, + 505, + 320 + ], + "score": 1.0, + "content": "given the model output on an input sampled", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 317, + 506, + 331 + ], + "spans": [ + { + "bbox": [ + 105, + 317, + 213, + 331 + ], + "score": 1.0, + "content": "from the true distribution", + "type": "text" + }, + { + "bbox": [ + 214, + 318, + 261, + 330 + ], + "score": 0.93, + "content": "y _ { t } = F ( x )", + "type": "inline_equation" + }, + { + "bbox": [ + 262, + 317, + 412, + 331 + ], + "score": 1.0, + "content": "is maximized, while the probability", + "type": "text" + }, + { + "bbox": [ + 413, + 318, + 446, + 330 + ], + "score": 0.93, + "content": "P ( t | y _ { n } )", + "type": "inline_equation" + }, + { + "bbox": [ + 446, + 317, + 506, + 331 + ], + "score": 1.0, + "content": "given a noise", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 329, + 505, + 342 + ], + "spans": [ + { + "bbox": [ + 105, + 329, + 162, + 342 + ], + "score": 1.0, + "content": "measurement", + "type": "text" + }, + { + "bbox": [ + 163, + 329, + 206, + 341 + ], + "score": 0.95, + "content": "y = F ( n )", + "type": "inline_equation" + }, + { + "bbox": [ + 207, + 329, + 505, + 342 + ], + "score": 1.0, + "content": "is minimized. This was successfully used in a language domain to learn", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 340, + 505, + 352 + ], + "spans": [ + { + "bbox": [ + 105, + 340, + 505, + 352 + ], + "score": 1.0, + "content": "unsupervised representation of words. The most noteworthy case is the word2vec model introduced", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 350, + 505, + 364 + ], + "spans": [ + { + "bbox": [ + 105, + 350, + 505, + 364 + ], + "score": 1.0, + "content": "by Mikolov et al. (2013). When using this setting in language applications, a natural contrasting", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 362, + 505, + 374 + ], + "spans": [ + { + "bbox": [ + 105, + 362, + 505, + 374 + ], + "score": 1.0, + "content": "noise is a smooth approximation of the Unigram distribution. A suitable contrasting distribution is", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 372, + 505, + 385 + ], + "spans": [ + { + "bbox": [ + 105, + 372, + 505, + 385 + ], + "score": 1.0, + "content": "less obvious when data points are sampled from a high dimensional continuous space, such as the", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 384, + 198, + 396 + ], + "spans": [ + { + "bbox": [ + 105, + 384, + 198, + 396 + ], + "score": 1.0, + "content": "case of image patches.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 20.5, + "bbox_fs": [ + 105, + 284, + 506, + 396 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 410, + 308, + 420 + ], + "lines": [ + { + "bbox": [ + 105, + 409, + 309, + 422 + ], + "spans": [ + { + "bbox": [ + 105, + 409, + 309, + 422 + ], + "score": 1.0, + "content": "2.1 PROBLEMS WITH CURRENT APPROACHES", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 26 + }, + { + "type": "text", + "bbox": [ + 107, + 430, + 504, + 452 + ], + "lines": [ + { + "bbox": [ + 106, + 430, + 505, + 443 + ], + "spans": [ + { + "bbox": [ + 106, + 430, + 505, + 443 + ], + "score": 1.0, + "content": "Only recently the potential of ConvNets in an unsupervised environment began to bear fruit, still we", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 441, + 237, + 453 + ], + "spans": [ + { + "bbox": [ + 106, + 441, + 237, + 453 + ], + "score": 1.0, + "content": "believe it is not fully uncovered.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 27.5, + "bbox_fs": [ + 106, + 430, + 505, + 453 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 458, + 505, + 568 + ], + "lines": [ + { + "bbox": [ + 105, + 457, + 505, + 471 + ], + "spans": [ + { + "bbox": [ + 105, + 457, + 505, + 471 + ], + "score": 1.0, + "content": "The majority of unsupervised optimization criteria currently used are based on variations of recon-", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 469, + 505, + 480 + ], + "spans": [ + { + "bbox": [ + 106, + 469, + 505, + 480 + ], + "score": 1.0, + "content": "struction losses. One limitation of this fact is that a pixel level reconstruction is non-compliant with", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 479, + 505, + 493 + ], + "spans": [ + { + "bbox": [ + 105, + 479, + 505, + 493 + ], + "score": 1.0, + "content": "the idea of a discriminative objective, which is expected to be agnostic to low level information in the", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 492, + 505, + 503 + ], + "spans": [ + { + "bbox": [ + 106, + 492, + 505, + 503 + ], + "score": 1.0, + "content": "input. In addition, it is evident that MSE is not best suited as a measurement to compare images, for", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 104, + 501, + 505, + 516 + ], + "spans": [ + { + "bbox": [ + 104, + 501, + 505, + 516 + ], + "score": 1.0, + "content": "example, viewing the possibly large square-error between an image and a single pixel shifted copy", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 512, + 505, + 525 + ], + "spans": [ + { + "bbox": [ + 105, + 512, + 505, + 525 + ], + "score": 1.0, + "content": "of it. Another problem with recent approaches such as Rasmus et al. (2015); Zeiler et al. (2010)", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 104, + 523, + 506, + 538 + ], + "spans": [ + { + "bbox": [ + 104, + 523, + 506, + 538 + ], + "score": 1.0, + "content": "is their need to extensively modify the original convolutional network model. This leads to a gap", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 535, + 506, + 547 + ], + "spans": [ + { + "bbox": [ + 105, + 535, + 506, + 547 + ], + "score": 1.0, + "content": "between unsupervised method and the state-of-the-art, supervised, models for classification - which", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 545, + 505, + 559 + ], + "spans": [ + { + "bbox": [ + 105, + 545, + 505, + 559 + ], + "score": 1.0, + "content": "can hurt future attempt to reconcile them in a unified framework, as well as efficiently leverage", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 556, + 309, + 570 + ], + "spans": [ + { + "bbox": [ + 106, + 556, + 309, + 570 + ], + "score": 1.0, + "content": "unlabeled data with otherwise supervised regimes.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 33.5, + "bbox_fs": [ + 104, + 457, + 506, + 570 + ] + }, + { + "type": "title", + "bbox": [ + 109, + 585, + 276, + 598 + ], + "lines": [ + { + "bbox": [ + 105, + 583, + 279, + 600 + ], + "spans": [ + { + "bbox": [ + 105, + 583, + 279, + 600 + ], + "score": 1.0, + "content": "3 LEARNING BY COMPARISONS", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 39 + }, + { + "type": "text", + "bbox": [ + 107, + 610, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 610, + 505, + 623 + ], + "spans": [ + { + "bbox": [ + 106, + 610, + 505, + 623 + ], + "score": 1.0, + "content": "The most common way to train NN is by defining a loss function between the target values and", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 622, + 505, + 635 + ], + "spans": [ + { + "bbox": [ + 105, + 622, + 505, + 635 + ], + "score": 1.0, + "content": "the network output. Learning by comparison approaches the supervised task from a different angle.", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 632, + 505, + 646 + ], + "spans": [ + { + "bbox": [ + 105, + 632, + 505, + 646 + ], + "score": 1.0, + "content": "The main idea is to use distance comparisons between samples to learn useful representations. For", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 644, + 506, + 656 + ], + "spans": [ + { + "bbox": [ + 105, + 644, + 375, + 656 + ], + "score": 1.0, + "content": "example, we consider relative and qualitative examples of the form", + "type": "text" + }, + { + "bbox": [ + 375, + 644, + 389, + 655 + ], + "score": 0.88, + "content": "X _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 389, + 644, + 435, + 656 + ], + "score": 1.0, + "content": "is closer to", + "type": "text" + }, + { + "bbox": [ + 436, + 644, + 450, + 655 + ], + "score": 0.89, + "content": "X _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 450, + 644, + 470, + 656 + ], + "score": 1.0, + "content": "than", + "type": "text" + }, + { + "bbox": [ + 470, + 644, + 484, + 655 + ], + "score": 0.89, + "content": "X _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 485, + 644, + 506, + 656 + ], + "score": 1.0, + "content": "is to", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 654, + 505, + 668 + ], + "spans": [ + { + "bbox": [ + 106, + 655, + 120, + 666 + ], + "score": 0.87, + "content": "X _ { 3 }", + "type": "inline_equation" + }, + { + "bbox": [ + 121, + 654, + 505, + 668 + ], + "score": 1.0, + "content": ". Using a comparative measure with neural network to learn embedding space was introduced in", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 666, + 505, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 505, + 678 + ], + "score": 1.0, + "content": "the “Siamese network” framework by Bromley et al. (1993) and later used in the works of Chopra", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 104, + 676, + 505, + 691 + ], + "spans": [ + { + "bbox": [ + 104, + 676, + 505, + 691 + ], + "score": 1.0, + "content": "et al. (2005). One use for this methods is when the number of classes is too large or expected to vary", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 687, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 505, + 700 + ], + "score": 1.0, + "content": "over time, as in the case of face verification, where a face contained in an image has to compared", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "score": 1.0, + "content": "against another image of a face. This problem was recently tackled by Schroff et al. (2015) for", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 709, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 506, + 722 + ], + "score": 1.0, + "content": "training a convolutional network model on triplets of examples. There, one image served as an", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 105, + 720, + 505, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 137, + 734 + ], + "score": 1.0, + "content": "anchor", + "type": "text" + }, + { + "bbox": [ + 137, + 722, + 144, + 730 + ], + "score": 0.67, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 145, + 720, + 395, + 734 + ], + "score": 1.0, + "content": ", and an additional pair of images served as a positive example", + "type": "text" + }, + { + "bbox": [ + 395, + 722, + 408, + 732 + ], + "score": 0.87, + "content": "x _ { + }", + "type": "inline_equation" + }, + { + "bbox": [ + 409, + 720, + 505, + 734 + ], + "score": 1.0, + "content": "(containing an instance", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 363, + 95 + ], + "score": 1.0, + "content": "of the face of the same person) together with a negative example", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 363, + 84, + 377, + 94 + ], + "score": 0.86, + "content": "x _ { - }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 377, + 82, + 505, + 95 + ], + "score": 1.0, + "content": ", containing a face of a different", + "type": "text", + "cross_page": true + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 506, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 506, + 106 + ], + "score": 1.0, + "content": "person. The training objective was on the embedded distance of the input faces, where the distance", + "type": "text", + "cross_page": true + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 104, + 506, + 117 + ], + "spans": [ + { + "bbox": [ + 105, + 104, + 474, + 117 + ], + "score": 1.0, + "content": "between the anchor and positive example is adjusted to be smaller by at least some constant", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 474, + 106, + 482, + 114 + ], + "score": 0.79, + "content": "\\alpha", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 482, + 104, + 506, + 117 + ], + "score": 1.0, + "content": "from", + "type": "text", + "cross_page": true + } + ], + "index": 2 + }, + { + "bbox": [ + 106, + 116, + 456, + 127 + ], + "spans": [ + { + "bbox": [ + 106, + 116, + 456, + 127 + ], + "score": 1.0, + "content": "the negative distance. More precisely, the loss function used in this case was defined as", + "type": "text", + "cross_page": true + } + ], + "index": 3 + } + ], + "index": 45, + "bbox_fs": [ + 104, + 610, + 506, + 734 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 504, + 127 + ], + "lines": [ + { + "bbox": [ + 105, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 363, + 95 + ], + "score": 1.0, + "content": "of the face of the same person) together with a negative example", + "type": "text" + }, + { + "bbox": [ + 363, + 84, + 377, + 94 + ], + "score": 0.86, + "content": "x _ { - }", + "type": "inline_equation" + }, + { + "bbox": [ + 377, + 82, + 505, + 95 + ], + "score": 1.0, + "content": ", containing a face of a different", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 506, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 506, + 106 + ], + "score": 1.0, + "content": "person. The training objective was on the embedded distance of the input faces, where the distance", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 104, + 506, + 117 + ], + "spans": [ + { + "bbox": [ + 105, + 104, + 474, + 117 + ], + "score": 1.0, + "content": "between the anchor and positive example is adjusted to be smaller by at least some constant", + "type": "text" + }, + { + "bbox": [ + 474, + 106, + 482, + 114 + ], + "score": 0.79, + "content": "\\alpha", + "type": "inline_equation" + }, + { + "bbox": [ + 482, + 104, + 506, + 117 + ], + "score": 1.0, + "content": "from", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 106, + 116, + 456, + 127 + ], + "spans": [ + { + "bbox": [ + 106, + 116, + 456, + 127 + ], + "score": 1.0, + "content": "the negative distance. More precisely, the loss function used in this case was defined as", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 1.5 + }, + { + "type": "interline_equation", + "bbox": [ + 159, + 135, + 452, + 149 + ], + "lines": [ + { + "bbox": [ + 159, + 135, + 452, + 149 + ], + "spans": [ + { + "bbox": [ + 159, + 135, + 452, + 149 + ], + "score": 0.88, + "content": "L ( x , x _ { + } , x _ { - } ) = \\operatorname* { m a x } \\left\\{ \\| F ( x ) - F ( x _ { + } ) \\| _ { 2 } - \\| F ( x ) - F ( x _ { - } ) \\| _ { 2 } + \\alpha , 0 \\right\\}", + "type": "interline_equation", + "image_path": "484d212cac854adcb5189435d1af769a6d494575cce095b409510330c3aaa3c2.jpg" + } + ] + } + ], + "index": 4, + "virtual_lines": [ + { + "bbox": [ + 159, + 135, + 452, + 149 + ], + "spans": [], + "index": 4 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 156, + 505, + 212 + ], + "lines": [ + { + "bbox": [ + 106, + 157, + 505, + 169 + ], + "spans": [ + { + "bbox": [ + 106, + 157, + 133, + 169 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 157, + 156, + 169 + ], + "score": 0.92, + "content": "F ( x )", + "type": "inline_equation" + }, + { + "bbox": [ + 156, + 157, + 435, + 169 + ], + "score": 1.0, + "content": "is the embedding (the output of a convolutional neural network), and", + "type": "text" + }, + { + "bbox": [ + 435, + 159, + 443, + 167 + ], + "score": 0.76, + "content": "\\alpha", + "type": "inline_equation" + }, + { + "bbox": [ + 443, + 157, + 505, + 169 + ], + "score": 1.0, + "content": "is a predefined", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 168, + 505, + 180 + ], + "spans": [ + { + "bbox": [ + 106, + 168, + 505, + 180 + ], + "score": 1.0, + "content": "margin constant. Another similar model used by Hoffer & Ailon (2015) with triplets comparisons for", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 178, + 506, + 192 + ], + "spans": [ + { + "bbox": [ + 105, + 178, + 506, + 192 + ], + "score": 1.0, + "content": "classification, where examples from the same class were trained to have a lower embedded distance", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 190, + 504, + 202 + ], + "spans": [ + { + "bbox": [ + 106, + 190, + 504, + 202 + ], + "score": 1.0, + "content": "than that of two images from distinct classes. This work introduced a concept of a distance ratio", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 200, + 291, + 213 + ], + "spans": [ + { + "bbox": [ + 105, + 200, + 291, + 213 + ], + "score": 1.0, + "content": "loss, where the defined measure amounted to:", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 7 + }, + { + "type": "interline_equation", + "bbox": [ + 193, + 219, + 415, + 246 + ], + "lines": [ + { + "bbox": [ + 193, + 219, + 415, + 246 + ], + "spans": [ + { + "bbox": [ + 193, + 219, + 415, + 246 + ], + "score": 0.94, + "content": "L ( x , x _ { + } , x _ { - } ) = \\frac { e ^ { - \\| F ( x ) - F ( x _ { + } ) \\| _ { 2 } } } { e ^ { - \\| F ( x ) - F ( x _ { + } ) \\| _ { 2 } } + e ^ { - \\| F ( x ) - F ( x _ { - } ) \\| _ { 2 } } }", + "type": "interline_equation", + "image_path": "4fb638bda29994a614957769f108d611ae9a93ad6b9a11972de0d8d2dfad9e99.jpg" + } + ] + } + ], + "index": 10.5, + "virtual_lines": [ + { + "bbox": [ + 193, + 219, + 415, + 232.5 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 193, + 232.5, + 415, + 246.0 + ], + "spans": [], + "index": 11 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 254, + 505, + 299 + ], + "lines": [ + { + "bbox": [ + 105, + 253, + 505, + 267 + ], + "spans": [ + { + "bbox": [ + 105, + 253, + 505, + 267 + ], + "score": 1.0, + "content": "This loss has a flavor of a probability of a biased coin flip. By ‘pushing’ this probability to zero,", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 265, + 505, + 277 + ], + "spans": [ + { + "bbox": [ + 105, + 265, + 505, + 277 + ], + "score": 1.0, + "content": "we express the objective that pairs of samples coming from distinct classes should be less similar to", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 277, + 504, + 288 + ], + "spans": [ + { + "bbox": [ + 105, + 277, + 504, + 288 + ], + "score": 1.0, + "content": "each other, compared to pairs of samples coming from the same class. It was shown empirical by", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 287, + 490, + 300 + ], + "spans": [ + { + "bbox": [ + 105, + 287, + 490, + 300 + ], + "score": 1.0, + "content": "Balntas et al. (2016) to provide better feature embeddings than the margin based distance loss 1", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 13.5 + }, + { + "type": "title", + "bbox": [ + 107, + 317, + 363, + 331 + ], + "lines": [ + { + "bbox": [ + 105, + 316, + 364, + 333 + ], + "spans": [ + { + "bbox": [ + 105, + 316, + 364, + 333 + ], + "score": 1.0, + "content": "4 OUR CONTRIBUTION: SPATIAL CONTRASTING", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16 + }, + { + "type": "text", + "bbox": [ + 106, + 344, + 505, + 455 + ], + "lines": [ + { + "bbox": [ + 106, + 344, + 505, + 357 + ], + "spans": [ + { + "bbox": [ + 106, + 344, + 505, + 357 + ], + "score": 1.0, + "content": "One implicit assumption in convolutional networks, is that features are gradually learned hierar-", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 355, + 505, + 368 + ], + "spans": [ + { + "bbox": [ + 105, + 355, + 505, + 368 + ], + "score": 1.0, + "content": "chically, each level in the hierarchy corresponding to a layer in the network. Each spatial location", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 365, + 506, + 380 + ], + "spans": [ + { + "bbox": [ + 105, + 365, + 506, + 380 + ], + "score": 1.0, + "content": "within a layer corresponds to a region in the original image. It is empirically observed that deeper", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 377, + 505, + 391 + ], + "spans": [ + { + "bbox": [ + 105, + 377, + 505, + 391 + ], + "score": 1.0, + "content": "layers tend to contain more ‘abstract’ information from the image. Intuitively, features describing", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 388, + 505, + 401 + ], + "spans": [ + { + "bbox": [ + 105, + 388, + 505, + 401 + ], + "score": 1.0, + "content": "different regions within the same image are likely to be semantically similar (e.g. different parts", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 399, + 505, + 413 + ], + "spans": [ + { + "bbox": [ + 105, + 399, + 505, + 413 + ], + "score": 1.0, + "content": "of an animal), and indeed the corresponding deep representations tend to be similar. Conversely,", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 104, + 410, + 506, + 423 + ], + "spans": [ + { + "bbox": [ + 104, + 410, + 506, + 423 + ], + "score": 1.0, + "content": "regions from two probably unrelated images (say, two images chosen at random) tend to be far from", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 421, + 505, + 434 + ], + "spans": [ + { + "bbox": [ + 106, + 421, + 505, + 434 + ], + "score": 1.0, + "content": "each other in the deep representation. This logic is commonly used in modern deep networks such", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 433, + 506, + 446 + ], + "spans": [ + { + "bbox": [ + 106, + 433, + 506, + 446 + ], + "score": 1.0, + "content": "as Szegedy et al. (2015) Lin et al. (2013) He et al. (2015), where a global average pooling is used to", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 443, + 370, + 456 + ], + "spans": [ + { + "bbox": [ + 105, + 443, + 370, + 456 + ], + "score": 1.0, + "content": "aggregate spatial features in the final layer used for classification.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 21.5 + }, + { + "type": "text", + "bbox": [ + 106, + 460, + 505, + 537 + ], + "lines": [ + { + "bbox": [ + 106, + 460, + 505, + 474 + ], + "spans": [ + { + "bbox": [ + 106, + 460, + 505, + 474 + ], + "score": 1.0, + "content": "Our suggestion is that this property, often observed as a side effect of supervised applications, can", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 471, + 505, + 484 + ], + "spans": [ + { + "bbox": [ + 105, + 471, + 505, + 484 + ], + "score": 1.0, + "content": "be used as a desired objective when learning deep representations in an unsupervised task. Later, the", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 104, + 481, + 505, + 496 + ], + "spans": [ + { + "bbox": [ + 104, + 481, + 505, + 496 + ], + "score": 1.0, + "content": "resulting representation can be used, as typically done, as a starting point or a supervised learning", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 492, + 505, + 506 + ], + "spans": [ + { + "bbox": [ + 105, + 492, + 505, + 506 + ], + "score": 1.0, + "content": "task. We call this idea which we formalize below Spatial contrasting. The spatial contrasting crite-", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 504, + 505, + 516 + ], + "spans": [ + { + "bbox": [ + 105, + 504, + 505, + 516 + ], + "score": 1.0, + "content": "rion is similar to noise contrasting estimation Gutmann & Hyvarinen (2010) Mnih & Kavukcuoglu ¨", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 515, + 505, + 528 + ], + "spans": [ + { + "bbox": [ + 106, + 515, + 505, + 528 + ], + "score": 1.0, + "content": "(2013), in trying to train a model by maximizing the expected probability on desired inputs, while", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 527, + 320, + 539 + ], + "spans": [ + { + "bbox": [ + 106, + 527, + 320, + 539 + ], + "score": 1.0, + "content": "minimizing it on contrasting sampled measurements.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 30 + }, + { + "type": "title", + "bbox": [ + 107, + 554, + 195, + 565 + ], + "lines": [ + { + "bbox": [ + 105, + 552, + 197, + 567 + ], + "spans": [ + { + "bbox": [ + 105, + 552, + 197, + 567 + ], + "score": 1.0, + "content": "4.1 FORMULATION", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 34 + }, + { + "type": "text", + "bbox": [ + 107, + 575, + 505, + 622 + ], + "lines": [ + { + "bbox": [ + 105, + 574, + 505, + 589 + ], + "spans": [ + { + "bbox": [ + 105, + 574, + 341, + 589 + ], + "score": 1.0, + "content": "We will concern ourselves with samples of images patches", + "type": "text" + }, + { + "bbox": [ + 341, + 575, + 361, + 586 + ], + "score": 0.91, + "content": "\\tilde { x } ^ { ( m ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 361, + 574, + 446, + 589 + ], + "score": 1.0, + "content": "taken from an image", + "type": "text" + }, + { + "bbox": [ + 446, + 578, + 453, + 586 + ], + "score": 0.67, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 453, + 574, + 505, + 589 + ], + "score": 1.0, + "content": ". Our convo-", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 104, + 586, + 506, + 602 + ], + "spans": [ + { + "bbox": [ + 104, + 586, + 250, + 602 + ], + "score": 1.0, + "content": "lutional network model, denoted by", + "type": "text" + }, + { + "bbox": [ + 250, + 588, + 272, + 600 + ], + "score": 0.92, + "content": "F ( x )", + "type": "inline_equation" + }, + { + "bbox": [ + 273, + 586, + 372, + 602 + ], + "score": 1.0, + "content": ", extracts spatial features", + "type": "text" + }, + { + "bbox": [ + 372, + 588, + 379, + 600 + ], + "score": 0.86, + "content": "f", + "type": "inline_equation" + }, + { + "bbox": [ + 380, + 586, + 409, + 602 + ], + "score": 1.0, + "content": "so that", + "type": "text" + }, + { + "bbox": [ + 409, + 587, + 478, + 600 + ], + "score": 0.93, + "content": "f ^ { ( m ) } = F ( \\tilde { x } ^ { ( m ) } )", + "type": "inline_equation" + }, + { + "bbox": [ + 478, + 586, + 506, + 602 + ], + "score": 1.0, + "content": "for an", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 104, + 597, + 506, + 615 + ], + "spans": [ + { + "bbox": [ + 104, + 597, + 158, + 615 + ], + "score": 1.0, + "content": "image patch", + "type": "text" + }, + { + "bbox": [ + 158, + 599, + 178, + 611 + ], + "score": 0.9, + "content": "\\tilde { x } ^ { ( m ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 179, + 597, + 264, + 615 + ], + "score": 1.0, + "content": ". We will also define", + "type": "text" + }, + { + "bbox": [ + 265, + 600, + 303, + 613 + ], + "score": 0.93, + "content": "P ( f _ { 1 } | f _ { 2 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 303, + 597, + 443, + 615 + ], + "score": 1.0, + "content": "as the probability for two features", + "type": "text" + }, + { + "bbox": [ + 444, + 601, + 468, + 612 + ], + "score": 0.91, + "content": "f _ { 1 } , f _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 468, + 597, + 506, + 615 + ], + "score": 1.0, + "content": "to occur", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 612, + 219, + 624 + ], + "spans": [ + { + "bbox": [ + 106, + 612, + 219, + 624 + ], + "score": 1.0, + "content": "together in the same image.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 36.5 + }, + { + "type": "text", + "bbox": [ + 107, + 623, + 505, + 658 + ], + "lines": [ + { + "bbox": [ + 106, + 622, + 505, + 634 + ], + "spans": [ + { + "bbox": [ + 106, + 622, + 505, + 634 + ], + "score": 1.0, + "content": "We wish to optimize our model such that for two features representing patches taken from the same", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 99, + 627, + 509, + 657 + ], + "spans": [ + { + "bbox": [ + 99, + 628, + 161, + 657 + ], + "score": 1.0, + "content": "image x˜(1)i , x˜", + "type": "text" + }, + { + "bbox": [ + 134, + 633, + 195, + 648 + ], + "score": 0.93, + "content": "\\tilde { x } _ { i } ^ { ( 1 ) } , \\bar { x _ { i } ^ { ( 2 ) } } \\in x _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 196, + 627, + 240, + 654 + ], + "score": 1.0, + "content": "for which", + "type": "text" + }, + { + "bbox": [ + 240, + 633, + 304, + 648 + ], + "score": 0.94, + "content": "f _ { i } ^ { ( 1 ) } = F ( \\tilde { x } _ { i } ^ { ( 1 ) } )", + "type": "inline_equation" + }, + { + "bbox": [ + 305, + 627, + 324, + 654 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 324, + 633, + 389, + 648 + ], + "score": 0.9, + "content": "f _ { i } ^ { ( 2 ) } \\stackrel { - } { = } F ( \\tilde { x } _ { i } ^ { ( 2 ) } )", + "type": "inline_equation" + }, + { + "bbox": [ + 389, + 627, + 393, + 654 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 394, + 633, + 446, + 648 + ], + "score": 0.91, + "content": "P ( f _ { i } ^ { ( 1 ) } | f _ { i } ^ { ( 2 ) } )", + "type": "inline_equation" + }, + { + "bbox": [ + 447, + 627, + 509, + 654 + ], + "score": 1.0, + "content": "will be maxi-", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 39.5 + }, + { + "type": "text", + "bbox": [ + 106, + 658, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 658, + 505, + 669 + ], + "spans": [ + { + "bbox": [ + 106, + 658, + 505, + 669 + ], + "score": 1.0, + "content": "This means that features from a patch taken from a specific image can effectively predict, under our", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 669, + 505, + 681 + ], + "spans": [ + { + "bbox": [ + 106, + 669, + 505, + 681 + ], + "score": 1.0, + "content": "model, features extracted from other patches in the same image. Conversely, we want our model", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 679, + 505, + 693 + ], + "spans": [ + { + "bbox": [ + 105, + 679, + 159, + 693 + ], + "score": 1.0, + "content": "to minimize", + "type": "text" + }, + { + "bbox": [ + 159, + 680, + 195, + 692 + ], + "score": 0.94, + "content": "P ( f _ { i } | f _ { j } )", + "type": "inline_equation" + }, + { + "bbox": [ + 196, + 679, + 213, + 693 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 213, + 680, + 226, + 691 + ], + "score": 0.88, + "content": "i , j", + "type": "inline_equation" + }, + { + "bbox": [ + 227, + 679, + 505, + 693 + ], + "score": 1.0, + "content": "being two patches taken from distinct images. Following the logic", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 102, + 691, + 507, + 710 + ], + "spans": [ + { + "bbox": [ + 102, + 691, + 344, + 710 + ], + "score": 1.0, + "content": "presented before, we will need to sample contrasting patch", + "type": "text" + }, + { + "bbox": [ + 344, + 692, + 361, + 708 + ], + "score": 0.92, + "content": "\\tilde { x } _ { j } ^ { ( 1 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 361, + 691, + 454, + 710 + ], + "score": 1.0, + "content": "from a different image", + "type": "text" + }, + { + "bbox": [ + 454, + 696, + 465, + 707 + ], + "score": 0.85, + "content": "x _ { j }", + "type": "inline_equation" + }, + { + "bbox": [ + 466, + 691, + 507, + 710 + ], + "score": 1.0, + "content": "such that", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 106, + 705, + 508, + 724 + ], + "spans": [ + { + "bbox": [ + 106, + 706, + 224, + 723 + ], + "score": 0.93, + "content": "P ( f _ { i } ^ { ( 1 ) } | f _ { i } ^ { ( 2 ) } ) > P ( f _ { j } ^ { ( 1 ) } | f _ { i } ^ { ( 2 ) } )", + "type": "inline_equation" + }, + { + "bbox": [ + 225, + 705, + 254, + 724 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 255, + 707, + 318, + 723 + ], + "score": 0.92, + "content": "\\underset { . } { f _ { j } ^ { ( 1 ) } } = F ( \\tilde { x } _ { j } ^ { ( 1 ) } )", + "type": "inline_equation" + }, + { + "bbox": [ + 318, + 705, + 508, + 724 + ], + "score": 1.0, + "content": ". In order to obtain contrasting samples, we use", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 720, + 505, + 732 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 505, + 732 + ], + "score": 1.0, + "content": "regions from two random images in the training set. We will use a distance ratio, described earlier", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 43.5 + } + ], + "page_idx": 3, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 302, + 752, + 308, + 759 + ], + "lines": [] + }, + { + "type": "discarded", + "bbox": [ + 106, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 107, + 26, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 107, + 26, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2017", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 504, + 127 + ], + "lines": [], + "index": 1.5, + "bbox_fs": [ + 105, + 82, + 506, + 127 + ], + "lines_deleted": true + }, + { + "type": "interline_equation", + "bbox": [ + 159, + 135, + 452, + 149 + ], + "lines": [ + { + "bbox": [ + 159, + 135, + 452, + 149 + ], + "spans": [ + { + "bbox": [ + 159, + 135, + 452, + 149 + ], + "score": 0.88, + "content": "L ( x , x _ { + } , x _ { - } ) = \\operatorname* { m a x } \\left\\{ \\| F ( x ) - F ( x _ { + } ) \\| _ { 2 } - \\| F ( x ) - F ( x _ { - } ) \\| _ { 2 } + \\alpha , 0 \\right\\}", + "type": "interline_equation", + "image_path": "484d212cac854adcb5189435d1af769a6d494575cce095b409510330c3aaa3c2.jpg" + } + ] + } + ], + "index": 4, + "virtual_lines": [ + { + "bbox": [ + 159, + 135, + 452, + 149 + ], + "spans": [], + "index": 4 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 156, + 505, + 212 + ], + "lines": [ + { + "bbox": [ + 106, + 157, + 505, + 169 + ], + "spans": [ + { + "bbox": [ + 106, + 157, + 133, + 169 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 157, + 156, + 169 + ], + "score": 0.92, + "content": "F ( x )", + "type": "inline_equation" + }, + { + "bbox": [ + 156, + 157, + 435, + 169 + ], + "score": 1.0, + "content": "is the embedding (the output of a convolutional neural network), and", + "type": "text" + }, + { + "bbox": [ + 435, + 159, + 443, + 167 + ], + "score": 0.76, + "content": "\\alpha", + "type": "inline_equation" + }, + { + "bbox": [ + 443, + 157, + 505, + 169 + ], + "score": 1.0, + "content": "is a predefined", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 168, + 505, + 180 + ], + "spans": [ + { + "bbox": [ + 106, + 168, + 505, + 180 + ], + "score": 1.0, + "content": "margin constant. Another similar model used by Hoffer & Ailon (2015) with triplets comparisons for", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 178, + 506, + 192 + ], + "spans": [ + { + "bbox": [ + 105, + 178, + 506, + 192 + ], + "score": 1.0, + "content": "classification, where examples from the same class were trained to have a lower embedded distance", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 190, + 504, + 202 + ], + "spans": [ + { + "bbox": [ + 106, + 190, + 504, + 202 + ], + "score": 1.0, + "content": "than that of two images from distinct classes. This work introduced a concept of a distance ratio", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 200, + 291, + 213 + ], + "spans": [ + { + "bbox": [ + 105, + 200, + 291, + 213 + ], + "score": 1.0, + "content": "loss, where the defined measure amounted to:", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 7, + "bbox_fs": [ + 105, + 157, + 506, + 213 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 193, + 219, + 415, + 246 + ], + "lines": [ + { + "bbox": [ + 193, + 219, + 415, + 246 + ], + "spans": [ + { + "bbox": [ + 193, + 219, + 415, + 246 + ], + "score": 0.94, + "content": "L ( x , x _ { + } , x _ { - } ) = \\frac { e ^ { - \\| F ( x ) - F ( x _ { + } ) \\| _ { 2 } } } { e ^ { - \\| F ( x ) - F ( x _ { + } ) \\| _ { 2 } } + e ^ { - \\| F ( x ) - F ( x _ { - } ) \\| _ { 2 } } }", + "type": "interline_equation", + "image_path": "4fb638bda29994a614957769f108d611ae9a93ad6b9a11972de0d8d2dfad9e99.jpg" + } + ] + } + ], + "index": 10.5, + "virtual_lines": [ + { + "bbox": [ + 193, + 219, + 415, + 232.5 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 193, + 232.5, + 415, + 246.0 + ], + "spans": [], + "index": 11 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 254, + 505, + 299 + ], + "lines": [ + { + "bbox": [ + 105, + 253, + 505, + 267 + ], + "spans": [ + { + "bbox": [ + 105, + 253, + 505, + 267 + ], + "score": 1.0, + "content": "This loss has a flavor of a probability of a biased coin flip. By ‘pushing’ this probability to zero,", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 265, + 505, + 277 + ], + "spans": [ + { + "bbox": [ + 105, + 265, + 505, + 277 + ], + "score": 1.0, + "content": "we express the objective that pairs of samples coming from distinct classes should be less similar to", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 277, + 504, + 288 + ], + "spans": [ + { + "bbox": [ + 105, + 277, + 504, + 288 + ], + "score": 1.0, + "content": "each other, compared to pairs of samples coming from the same class. It was shown empirical by", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 287, + 490, + 300 + ], + "spans": [ + { + "bbox": [ + 105, + 287, + 490, + 300 + ], + "score": 1.0, + "content": "Balntas et al. (2016) to provide better feature embeddings than the margin based distance loss 1", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 13.5, + "bbox_fs": [ + 105, + 253, + 505, + 300 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 317, + 363, + 331 + ], + "lines": [ + { + "bbox": [ + 105, + 316, + 364, + 333 + ], + "spans": [ + { + "bbox": [ + 105, + 316, + 364, + 333 + ], + "score": 1.0, + "content": "4 OUR CONTRIBUTION: SPATIAL CONTRASTING", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16 + }, + { + "type": "text", + "bbox": [ + 106, + 344, + 505, + 455 + ], + "lines": [ + { + "bbox": [ + 106, + 344, + 505, + 357 + ], + "spans": [ + { + "bbox": [ + 106, + 344, + 505, + 357 + ], + "score": 1.0, + "content": "One implicit assumption in convolutional networks, is that features are gradually learned hierar-", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 355, + 505, + 368 + ], + "spans": [ + { + "bbox": [ + 105, + 355, + 505, + 368 + ], + "score": 1.0, + "content": "chically, each level in the hierarchy corresponding to a layer in the network. Each spatial location", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 365, + 506, + 380 + ], + "spans": [ + { + "bbox": [ + 105, + 365, + 506, + 380 + ], + "score": 1.0, + "content": "within a layer corresponds to a region in the original image. It is empirically observed that deeper", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 377, + 505, + 391 + ], + "spans": [ + { + "bbox": [ + 105, + 377, + 505, + 391 + ], + "score": 1.0, + "content": "layers tend to contain more ‘abstract’ information from the image. Intuitively, features describing", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 388, + 505, + 401 + ], + "spans": [ + { + "bbox": [ + 105, + 388, + 505, + 401 + ], + "score": 1.0, + "content": "different regions within the same image are likely to be semantically similar (e.g. different parts", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 399, + 505, + 413 + ], + "spans": [ + { + "bbox": [ + 105, + 399, + 505, + 413 + ], + "score": 1.0, + "content": "of an animal), and indeed the corresponding deep representations tend to be similar. Conversely,", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 104, + 410, + 506, + 423 + ], + "spans": [ + { + "bbox": [ + 104, + 410, + 506, + 423 + ], + "score": 1.0, + "content": "regions from two probably unrelated images (say, two images chosen at random) tend to be far from", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 421, + 505, + 434 + ], + "spans": [ + { + "bbox": [ + 106, + 421, + 505, + 434 + ], + "score": 1.0, + "content": "each other in the deep representation. This logic is commonly used in modern deep networks such", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 433, + 506, + 446 + ], + "spans": [ + { + "bbox": [ + 106, + 433, + 506, + 446 + ], + "score": 1.0, + "content": "as Szegedy et al. (2015) Lin et al. (2013) He et al. (2015), where a global average pooling is used to", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 443, + 370, + 456 + ], + "spans": [ + { + "bbox": [ + 105, + 443, + 370, + 456 + ], + "score": 1.0, + "content": "aggregate spatial features in the final layer used for classification.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 21.5, + "bbox_fs": [ + 104, + 344, + 506, + 456 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 460, + 505, + 537 + ], + "lines": [ + { + "bbox": [ + 106, + 460, + 505, + 474 + ], + "spans": [ + { + "bbox": [ + 106, + 460, + 505, + 474 + ], + "score": 1.0, + "content": "Our suggestion is that this property, often observed as a side effect of supervised applications, can", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 471, + 505, + 484 + ], + "spans": [ + { + "bbox": [ + 105, + 471, + 505, + 484 + ], + "score": 1.0, + "content": "be used as a desired objective when learning deep representations in an unsupervised task. Later, the", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 104, + 481, + 505, + 496 + ], + "spans": [ + { + "bbox": [ + 104, + 481, + 505, + 496 + ], + "score": 1.0, + "content": "resulting representation can be used, as typically done, as a starting point or a supervised learning", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 492, + 505, + 506 + ], + "spans": [ + { + "bbox": [ + 105, + 492, + 505, + 506 + ], + "score": 1.0, + "content": "task. We call this idea which we formalize below Spatial contrasting. The spatial contrasting crite-", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 504, + 505, + 516 + ], + "spans": [ + { + "bbox": [ + 105, + 504, + 505, + 516 + ], + "score": 1.0, + "content": "rion is similar to noise contrasting estimation Gutmann & Hyvarinen (2010) Mnih & Kavukcuoglu ¨", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 515, + 505, + 528 + ], + "spans": [ + { + "bbox": [ + 106, + 515, + 505, + 528 + ], + "score": 1.0, + "content": "(2013), in trying to train a model by maximizing the expected probability on desired inputs, while", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 527, + 320, + 539 + ], + "spans": [ + { + "bbox": [ + 106, + 527, + 320, + 539 + ], + "score": 1.0, + "content": "minimizing it on contrasting sampled measurements.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 30, + "bbox_fs": [ + 104, + 460, + 505, + 539 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 554, + 195, + 565 + ], + "lines": [ + { + "bbox": [ + 105, + 552, + 197, + 567 + ], + "spans": [ + { + "bbox": [ + 105, + 552, + 197, + 567 + ], + "score": 1.0, + "content": "4.1 FORMULATION", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 34 + }, + { + "type": "text", + "bbox": [ + 107, + 575, + 505, + 622 + ], + "lines": [ + { + "bbox": [ + 105, + 574, + 505, + 589 + ], + "spans": [ + { + "bbox": [ + 105, + 574, + 341, + 589 + ], + "score": 1.0, + "content": "We will concern ourselves with samples of images patches", + "type": "text" + }, + { + "bbox": [ + 341, + 575, + 361, + 586 + ], + "score": 0.91, + "content": "\\tilde { x } ^ { ( m ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 361, + 574, + 446, + 589 + ], + "score": 1.0, + "content": "taken from an image", + "type": "text" + }, + { + "bbox": [ + 446, + 578, + 453, + 586 + ], + "score": 0.67, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 453, + 574, + 505, + 589 + ], + "score": 1.0, + "content": ". Our convo-", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 104, + 586, + 506, + 602 + ], + "spans": [ + { + "bbox": [ + 104, + 586, + 250, + 602 + ], + "score": 1.0, + "content": "lutional network model, denoted by", + "type": "text" + }, + { + "bbox": [ + 250, + 588, + 272, + 600 + ], + "score": 0.92, + "content": "F ( x )", + "type": "inline_equation" + }, + { + "bbox": [ + 273, + 586, + 372, + 602 + ], + "score": 1.0, + "content": ", extracts spatial features", + "type": "text" + }, + { + "bbox": [ + 372, + 588, + 379, + 600 + ], + "score": 0.86, + "content": "f", + "type": "inline_equation" + }, + { + "bbox": [ + 380, + 586, + 409, + 602 + ], + "score": 1.0, + "content": "so that", + "type": "text" + }, + { + "bbox": [ + 409, + 587, + 478, + 600 + ], + "score": 0.93, + "content": "f ^ { ( m ) } = F ( \\tilde { x } ^ { ( m ) } )", + "type": "inline_equation" + }, + { + "bbox": [ + 478, + 586, + 506, + 602 + ], + "score": 1.0, + "content": "for an", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 104, + 597, + 506, + 615 + ], + "spans": [ + { + "bbox": [ + 104, + 597, + 158, + 615 + ], + "score": 1.0, + "content": "image patch", + "type": "text" + }, + { + "bbox": [ + 158, + 599, + 178, + 611 + ], + "score": 0.9, + "content": "\\tilde { x } ^ { ( m ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 179, + 597, + 264, + 615 + ], + "score": 1.0, + "content": ". We will also define", + "type": "text" + }, + { + "bbox": [ + 265, + 600, + 303, + 613 + ], + "score": 0.93, + "content": "P ( f _ { 1 } | f _ { 2 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 303, + 597, + 443, + 615 + ], + "score": 1.0, + "content": "as the probability for two features", + "type": "text" + }, + { + "bbox": [ + 444, + 601, + 468, + 612 + ], + "score": 0.91, + "content": "f _ { 1 } , f _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 468, + 597, + 506, + 615 + ], + "score": 1.0, + "content": "to occur", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 612, + 219, + 624 + ], + "spans": [ + { + "bbox": [ + 106, + 612, + 219, + 624 + ], + "score": 1.0, + "content": "together in the same image.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 36.5, + "bbox_fs": [ + 104, + 574, + 506, + 624 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 623, + 505, + 658 + ], + "lines": [ + { + "bbox": [ + 106, + 622, + 505, + 634 + ], + "spans": [ + { + "bbox": [ + 106, + 622, + 505, + 634 + ], + "score": 1.0, + "content": "We wish to optimize our model such that for two features representing patches taken from the same", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 99, + 627, + 509, + 657 + ], + "spans": [ + { + "bbox": [ + 99, + 628, + 161, + 657 + ], + "score": 1.0, + "content": "image x˜(1)i , x˜", + "type": "text" + }, + { + "bbox": [ + 134, + 633, + 195, + 648 + ], + "score": 0.93, + "content": "\\tilde { x } _ { i } ^ { ( 1 ) } , \\bar { x _ { i } ^ { ( 2 ) } } \\in x _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 196, + 627, + 240, + 654 + ], + "score": 1.0, + "content": "for which", + "type": "text" + }, + { + "bbox": [ + 240, + 633, + 304, + 648 + ], + "score": 0.94, + "content": "f _ { i } ^ { ( 1 ) } = F ( \\tilde { x } _ { i } ^ { ( 1 ) } )", + "type": "inline_equation" + }, + { + "bbox": [ + 305, + 627, + 324, + 654 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 324, + 633, + 389, + 648 + ], + "score": 0.9, + "content": "f _ { i } ^ { ( 2 ) } \\stackrel { - } { = } F ( \\tilde { x } _ { i } ^ { ( 2 ) } )", + "type": "inline_equation" + }, + { + "bbox": [ + 389, + 627, + 393, + 654 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 394, + 633, + 446, + 648 + ], + "score": 0.91, + "content": "P ( f _ { i } ^ { ( 1 ) } | f _ { i } ^ { ( 2 ) } )", + "type": "inline_equation" + }, + { + "bbox": [ + 447, + 627, + 509, + 654 + ], + "score": 1.0, + "content": "will be maxi-", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 39.5, + "bbox_fs": [ + 99, + 622, + 509, + 657 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 658, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 658, + 505, + 669 + ], + "spans": [ + { + "bbox": [ + 106, + 658, + 505, + 669 + ], + "score": 1.0, + "content": "This means that features from a patch taken from a specific image can effectively predict, under our", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 669, + 505, + 681 + ], + "spans": [ + { + "bbox": [ + 106, + 669, + 505, + 681 + ], + "score": 1.0, + "content": "model, features extracted from other patches in the same image. Conversely, we want our model", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 679, + 505, + 693 + ], + "spans": [ + { + "bbox": [ + 105, + 679, + 159, + 693 + ], + "score": 1.0, + "content": "to minimize", + "type": "text" + }, + { + "bbox": [ + 159, + 680, + 195, + 692 + ], + "score": 0.94, + "content": "P ( f _ { i } | f _ { j } )", + "type": "inline_equation" + }, + { + "bbox": [ + 196, + 679, + 213, + 693 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 213, + 680, + 226, + 691 + ], + "score": 0.88, + "content": "i , j", + "type": "inline_equation" + }, + { + "bbox": [ + 227, + 679, + 505, + 693 + ], + "score": 1.0, + "content": "being two patches taken from distinct images. Following the logic", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 102, + 691, + 507, + 710 + ], + "spans": [ + { + "bbox": [ + 102, + 691, + 344, + 710 + ], + "score": 1.0, + "content": "presented before, we will need to sample contrasting patch", + "type": "text" + }, + { + "bbox": [ + 344, + 692, + 361, + 708 + ], + "score": 0.92, + "content": "\\tilde { x } _ { j } ^ { ( 1 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 361, + 691, + 454, + 710 + ], + "score": 1.0, + "content": "from a different image", + "type": "text" + }, + { + "bbox": [ + 454, + 696, + 465, + 707 + ], + "score": 0.85, + "content": "x _ { j }", + "type": "inline_equation" + }, + { + "bbox": [ + 466, + 691, + 507, + 710 + ], + "score": 1.0, + "content": "such that", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 106, + 705, + 508, + 724 + ], + "spans": [ + { + "bbox": [ + 106, + 706, + 224, + 723 + ], + "score": 0.93, + "content": "P ( f _ { i } ^ { ( 1 ) } | f _ { i } ^ { ( 2 ) } ) > P ( f _ { j } ^ { ( 1 ) } | f _ { i } ^ { ( 2 ) } )", + "type": "inline_equation" + }, + { + "bbox": [ + 225, + 705, + 254, + 724 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 255, + 707, + 318, + 723 + ], + "score": 0.92, + "content": "\\underset { . } { f _ { j } ^ { ( 1 ) } } = F ( \\tilde { x } _ { j } ^ { ( 1 ) } )", + "type": "inline_equation" + }, + { + "bbox": [ + 318, + 705, + 508, + 724 + ], + "score": 1.0, + "content": ". In order to obtain contrasting samples, we use", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 720, + 505, + 732 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 505, + 732 + ], + "score": 1.0, + "content": "regions from two random images in the training set. We will use a distance ratio, described earlier", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "in Eq. (2) for the supervised case, to represent the probability two feature vectors were taken from", + "type": "text", + "cross_page": true + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 93, + 434, + 106 + ], + "spans": [ + { + "bbox": [ + 106, + 93, + 434, + 106 + ], + "score": 1.0, + "content": "the same image. The resulting training loss for a pair of images will be defined as", + "type": "text", + "cross_page": true + } + ], + "index": 1 + } + ], + "index": 43.5, + "bbox_fs": [ + 102, + 658, + 508, + 732 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 104, + 82, + 505, + 106 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "in Eq. (2) for the supervised case, to represent the probability two feature vectors were taken from", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 93, + 434, + 106 + ], + "spans": [ + { + "bbox": [ + 106, + 93, + 434, + 106 + ], + "score": 1.0, + "content": "the same image. The resulting training loss for a pair of images will be defined as", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "interline_equation", + "bbox": [ + 195, + 118, + 416, + 150 + ], + "lines": [ + { + "bbox": [ + 195, + 118, + 416, + 150 + ], + "spans": [ + { + "bbox": [ + 195, + 118, + 416, + 150 + ], + "score": 0.93, + "content": "L _ { S C } ( x _ { 1 } , x _ { 2 } ) = - \\log \\frac { e ^ { - \\| f _ { 1 } ^ { ( 1 ) } - f _ { 1 } ^ { ( 2 ) } \\| _ { 2 } } } { e ^ { - \\| f _ { 1 } ^ { ( 1 ) } - f _ { 1 } ^ { ( 2 ) } \\| _ { 2 } } + e ^ { - \\| f _ { 1 } ^ { ( 1 ) } - f _ { 2 } ^ { ( 1 ) } \\| _ { 2 } } }", + "type": "interline_equation", + "image_path": "8f724b214737dc3deeda6105635fda1e52f720cb451698c586fb2eb8bbf58739.jpg" + } + ] + } + ], + "index": 2.5, + "virtual_lines": [ + { + "bbox": [ + 195, + 118, + 416, + 134.0 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 195, + 134.0, + 416, + 150.0 + ], + "spans": [], + "index": 3 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 157, + 505, + 201 + ], + "lines": [ + { + "bbox": [ + 105, + 156, + 506, + 170 + ], + "spans": [ + { + "bbox": [ + 105, + 156, + 506, + 170 + ], + "score": 1.0, + "content": "Effectively minimizing a log-probability under the SoftMax measure. This formulation is portrayed", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 167, + 505, + 181 + ], + "spans": [ + { + "bbox": [ + 105, + 167, + 505, + 181 + ], + "score": 1.0, + "content": "in figure 4.1. Since we sample our contrasting sample from the same underlying distribution, we", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 180, + 505, + 192 + ], + "spans": [ + { + "bbox": [ + 105, + 180, + 505, + 192 + ], + "score": 1.0, + "content": "can evaluate this loss considering the image patch as both patch compared (anchor) and contrast", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 104, + 190, + 412, + 203 + ], + "spans": [ + { + "bbox": [ + 104, + 190, + 412, + 203 + ], + "score": 1.0, + "content": "symmetrically. The final loss will be the average between these estimations:", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 5.5 + }, + { + "type": "interline_equation", + "bbox": [ + 207, + 207, + 403, + 231 + ], + "lines": [ + { + "bbox": [ + 207, + 207, + 403, + 231 + ], + "spans": [ + { + "bbox": [ + 207, + 207, + 403, + 231 + ], + "score": 0.94, + "content": "\\widehat { L } _ { S C } ( x _ { 1 } , x _ { 2 } ) = \\frac { 1 } { 2 } \\left[ L _ { S C } ( x _ { 1 } , x _ { 2 } ) + L _ { S C } ( x _ { 2 } , x _ { 1 } ) \\right]", + "type": "interline_equation", + "image_path": "48d1ad05b47f0bfd56d89fe5cdf1208bf9a6684314e8cf2034f8e0e959f35323.jpg" + } + ] + } + ], + "index": 8, + "virtual_lines": [ + { + "bbox": [ + 207, + 207, + 403, + 231 + ], + "spans": [], + "index": 8 + } + ] + }, + { + "type": "image", + "bbox": [ + 225, + 246, + 383, + 513 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 225, + 246, + 383, + 513 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 225, + 246, + 383, + 513 + ], + "spans": [ + { + "bbox": [ + 225, + 246, + 383, + 513 + ], + "score": 0.969, + "type": "image", + "image_path": "f412cdc401c9a392a006634319c43ab46c8b2578a7cd2274d9536d24baa26d3b.jpg" + } + ] + } + ], + "index": 18.5, + "virtual_lines": [ + { + "bbox": [ + 225, + 246, + 383, + 259.35 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 225, + 259.35, + 383, + 272.70000000000005 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 225, + 272.70000000000005, + 383, + 286.05000000000007 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 225, + 286.05000000000007, + 383, + 299.4000000000001 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 225, + 299.4000000000001, + 383, + 312.7500000000001 + ], + "spans": [], + "index": 13 + }, + { + "bbox": [ + 225, + 312.7500000000001, + 383, + 326.10000000000014 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 225, + 326.10000000000014, + 383, + 339.45000000000016 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 225, + 339.45000000000016, + 383, + 352.8000000000002 + ], + "spans": [], + "index": 16 + }, + { + "bbox": [ + 225, + 352.8000000000002, + 383, + 366.1500000000002 + ], + "spans": [], + "index": 17 + }, + { + "bbox": [ + 225, + 366.1500000000002, + 383, + 379.5000000000002 + ], + "spans": [], + "index": 18 + }, + { + "bbox": [ + 225, + 379.5000000000002, + 383, + 392.85000000000025 + ], + "spans": [], + "index": 19 + }, + { + "bbox": [ + 225, + 392.85000000000025, + 383, + 406.2000000000003 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 225, + 406.2000000000003, + 383, + 419.5500000000003 + ], + "spans": [], + "index": 21 + }, + { + "bbox": [ + 225, + 419.5500000000003, + 383, + 432.9000000000003 + ], + "spans": [], + "index": 22 + }, + { + "bbox": [ + 225, + 432.9000000000003, + 383, + 446.25000000000034 + ], + "spans": [], + "index": 23 + }, + { + "bbox": [ + 225, + 446.25000000000034, + 383, + 459.60000000000036 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 225, + 459.60000000000036, + 383, + 472.9500000000004 + ], + "spans": [], + "index": 25 + }, + { + "bbox": [ + 225, + 472.9500000000004, + 383, + 486.3000000000004 + ], + "spans": [], + "index": 26 + }, + { + "bbox": [ + 225, + 486.3000000000004, + 383, + 499.65000000000043 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 225, + 499.65000000000043, + 383, + 513.0000000000005 + ], + "spans": [], + "index": 28 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 226, + 524, + 384, + 536 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 226, + 523, + 384, + 538 + ], + "spans": [ + { + "bbox": [ + 226, + 523, + 384, + 538 + ], + "score": 1.0, + "content": "Figure 1: Spatial contrasting depiction.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 29 + } + ], + "index": 23.75 + }, + { + "type": "title", + "bbox": [ + 107, + 554, + 171, + 565 + ], + "lines": [ + { + "bbox": [ + 105, + 552, + 172, + 567 + ], + "spans": [ + { + "bbox": [ + 105, + 552, + 172, + 567 + ], + "score": 1.0, + "content": "4.2 METHOD", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 30 + }, + { + "type": "text", + "bbox": [ + 106, + 574, + 505, + 642 + ], + "lines": [ + { + "bbox": [ + 106, + 573, + 505, + 587 + ], + "spans": [ + { + "bbox": [ + 106, + 573, + 505, + 587 + ], + "score": 1.0, + "content": "Convolutional network are usually trained using SGD over mini-batch of samples, therefore we can", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 586, + 505, + 599 + ], + "spans": [ + { + "bbox": [ + 105, + 586, + 505, + 599 + ], + "score": 1.0, + "content": "extract patches and contrasting patches without changing the network architecture. Each image", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 596, + 506, + 610 + ], + "spans": [ + { + "bbox": [ + 105, + 596, + 506, + 610 + ], + "score": 1.0, + "content": "serves as both anchor and positive patches, for which the corresponding features should be closer,", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 607, + 505, + 620 + ], + "spans": [ + { + "bbox": [ + 105, + 607, + 408, + 620 + ], + "score": 1.0, + "content": "as well as contrasting samples for other images in that batch. For a batch of", + "type": "text" + }, + { + "bbox": [ + 409, + 609, + 419, + 618 + ], + "score": 0.83, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 419, + 607, + 505, + 620 + ], + "score": 1.0, + "content": "images, two samples", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 618, + 506, + 631 + ], + "spans": [ + { + "bbox": [ + 105, + 618, + 242, + 631 + ], + "score": 1.0, + "content": "from each image are taken, and", + "type": "text" + }, + { + "bbox": [ + 243, + 618, + 257, + 628 + ], + "score": 0.88, + "content": "N ^ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 258, + 618, + 506, + 631 + ], + "score": 1.0, + "content": "different distance comparisons are made. The final loss is", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 630, + 362, + 642 + ], + "spans": [ + { + "bbox": [ + 106, + 630, + 362, + 642 + ], + "score": 1.0, + "content": "defined as the average distance ratio for all images in the batch:", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 33.5 + }, + { + "type": "interline_equation", + "bbox": [ + 145, + 646, + 466, + 683 + ], + "lines": [ + { + "bbox": [ + 145, + 646, + 466, + 683 + ], + "spans": [ + { + "bbox": [ + 145, + 646, + 466, + 683 + ], + "score": 0.94, + "content": "\\overline { { L } } _ { S C } ( \\{ x \\} _ { i = 1 } ^ { N } ) = \\frac { 1 } { N } \\sum _ { i = 1 } ^ { N } L _ { S C } ( x _ { i } , \\{ x \\} _ { j \\neq i } ) = - \\frac { 1 } { N } \\sum _ { i = 1 } ^ { N } \\log \\frac { e ^ { - \\| f _ { i } ^ { ( 1 ) } - f _ { i } ^ { ( 2 ) } \\| _ { 2 } } } { \\sum _ { j = 1 } ^ { N } e ^ { - \\| f _ { i } ^ { ( 1 ) } - f _ { j } ^ { ( 2 ) } \\| _ { 2 } } }", + "type": "interline_equation", + "image_path": "8b403568fa24822998826ddcf40e5c6cf8dbd89796e01189a57ab00cf49c6a19.jpg" + } + ] + } + ], + "index": 38, + "virtual_lines": [ + { + "bbox": [ + 145, + 646, + 466, + 658.3333333333334 + ], + "spans": [], + "index": 37 + }, + { + "bbox": [ + 145, + 658.3333333333334, + 466, + 670.6666666666667 + ], + "spans": [], + "index": 38 + }, + { + "bbox": [ + 145, + 670.6666666666667, + 466, + 683.0000000000001 + ], + "spans": [], + "index": 39 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 687, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 686, + 506, + 700 + ], + "spans": [ + { + "bbox": [ + 106, + 686, + 506, + 700 + ], + "score": 1.0, + "content": "Since the criterion is differentiable with respect to its inputs, it is fully compliant with standard", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "methods for training convolutional network and specifically using backpropagation and gradient", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 709, + 505, + 722 + ], + "score": 1.0, + "content": "descent. Furthermore, SC can be applied to any layer in the network hierarchy. In fact, SC can", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 721, + 505, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 505, + 733 + ], + "score": 1.0, + "content": "be used at multiple layers within the same convolutional network. The spatial properties of the", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 41.5 + } + ], + "page_idx": 4, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 26, + 308, + 38 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 308, + 39 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 308, + 39 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2017", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 751, + 309, + 760 + ], + "lines": [ + { + "bbox": [ + 302, + 750, + 309, + 762 + ], + "spans": [ + { + "bbox": [ + 302, + 750, + 309, + 762 + ], + "score": 1.0, + "content": "5", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 104, + 82, + 505, + 106 + ], + "lines": [], + "index": 0.5, + "bbox_fs": [ + 106, + 82, + 505, + 106 + ], + "lines_deleted": true + }, + { + "type": "interline_equation", + "bbox": [ + 195, + 118, + 416, + 150 + ], + "lines": [ + { + "bbox": [ + 195, + 118, + 416, + 150 + ], + "spans": [ + { + "bbox": [ + 195, + 118, + 416, + 150 + ], + "score": 0.93, + "content": "L _ { S C } ( x _ { 1 } , x _ { 2 } ) = - \\log \\frac { e ^ { - \\| f _ { 1 } ^ { ( 1 ) } - f _ { 1 } ^ { ( 2 ) } \\| _ { 2 } } } { e ^ { - \\| f _ { 1 } ^ { ( 1 ) } - f _ { 1 } ^ { ( 2 ) } \\| _ { 2 } } + e ^ { - \\| f _ { 1 } ^ { ( 1 ) } - f _ { 2 } ^ { ( 1 ) } \\| _ { 2 } } }", + "type": "interline_equation", + "image_path": "8f724b214737dc3deeda6105635fda1e52f720cb451698c586fb2eb8bbf58739.jpg" + } + ] + } + ], + "index": 2.5, + "virtual_lines": [ + { + "bbox": [ + 195, + 118, + 416, + 134.0 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 195, + 134.0, + 416, + 150.0 + ], + "spans": [], + "index": 3 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 157, + 505, + 201 + ], + "lines": [ + { + "bbox": [ + 105, + 156, + 506, + 170 + ], + "spans": [ + { + "bbox": [ + 105, + 156, + 506, + 170 + ], + "score": 1.0, + "content": "Effectively minimizing a log-probability under the SoftMax measure. This formulation is portrayed", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 167, + 505, + 181 + ], + "spans": [ + { + "bbox": [ + 105, + 167, + 505, + 181 + ], + "score": 1.0, + "content": "in figure 4.1. Since we sample our contrasting sample from the same underlying distribution, we", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 180, + 505, + 192 + ], + "spans": [ + { + "bbox": [ + 105, + 180, + 505, + 192 + ], + "score": 1.0, + "content": "can evaluate this loss considering the image patch as both patch compared (anchor) and contrast", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 104, + 190, + 412, + 203 + ], + "spans": [ + { + "bbox": [ + 104, + 190, + 412, + 203 + ], + "score": 1.0, + "content": "symmetrically. The final loss will be the average between these estimations:", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 5.5, + "bbox_fs": [ + 104, + 156, + 506, + 203 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 207, + 207, + 403, + 231 + ], + "lines": [ + { + "bbox": [ + 207, + 207, + 403, + 231 + ], + "spans": [ + { + "bbox": [ + 207, + 207, + 403, + 231 + ], + "score": 0.94, + "content": "\\widehat { L } _ { S C } ( x _ { 1 } , x _ { 2 } ) = \\frac { 1 } { 2 } \\left[ L _ { S C } ( x _ { 1 } , x _ { 2 } ) + L _ { S C } ( x _ { 2 } , x _ { 1 } ) \\right]", + "type": "interline_equation", + "image_path": "48d1ad05b47f0bfd56d89fe5cdf1208bf9a6684314e8cf2034f8e0e959f35323.jpg" + } + ] + } + ], + "index": 8, + "virtual_lines": [ + { + "bbox": [ + 207, + 207, + 403, + 231 + ], + "spans": [], + "index": 8 + } + ] + }, + { + "type": "image", + "bbox": [ + 225, + 246, + 383, + 513 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 225, + 246, + 383, + 513 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 225, + 246, + 383, + 513 + ], + "spans": [ + { + "bbox": [ + 225, + 246, + 383, + 513 + ], + "score": 0.969, + "type": "image", + "image_path": "f412cdc401c9a392a006634319c43ab46c8b2578a7cd2274d9536d24baa26d3b.jpg" + } + ] + } + ], + "index": 18.5, + "virtual_lines": [ + { + "bbox": [ + 225, + 246, + 383, + 259.35 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 225, + 259.35, + 383, + 272.70000000000005 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 225, + 272.70000000000005, + 383, + 286.05000000000007 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 225, + 286.05000000000007, + 383, + 299.4000000000001 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 225, + 299.4000000000001, + 383, + 312.7500000000001 + ], + "spans": [], + "index": 13 + }, + { + "bbox": [ + 225, + 312.7500000000001, + 383, + 326.10000000000014 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 225, + 326.10000000000014, + 383, + 339.45000000000016 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 225, + 339.45000000000016, + 383, + 352.8000000000002 + ], + "spans": [], + "index": 16 + }, + { + "bbox": [ + 225, + 352.8000000000002, + 383, + 366.1500000000002 + ], + "spans": [], + "index": 17 + }, + { + "bbox": [ + 225, + 366.1500000000002, + 383, + 379.5000000000002 + ], + "spans": [], + "index": 18 + }, + { + "bbox": [ + 225, + 379.5000000000002, + 383, + 392.85000000000025 + ], + "spans": [], + "index": 19 + }, + { + "bbox": [ + 225, + 392.85000000000025, + 383, + 406.2000000000003 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 225, + 406.2000000000003, + 383, + 419.5500000000003 + ], + "spans": [], + "index": 21 + }, + { + "bbox": [ + 225, + 419.5500000000003, + 383, + 432.9000000000003 + ], + "spans": [], + "index": 22 + }, + { + "bbox": [ + 225, + 432.9000000000003, + 383, + 446.25000000000034 + ], + "spans": [], + "index": 23 + }, + { + "bbox": [ + 225, + 446.25000000000034, + 383, + 459.60000000000036 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 225, + 459.60000000000036, + 383, + 472.9500000000004 + ], + "spans": [], + "index": 25 + }, + { + "bbox": [ + 225, + 472.9500000000004, + 383, + 486.3000000000004 + ], + "spans": [], + "index": 26 + }, + { + "bbox": [ + 225, + 486.3000000000004, + 383, + 499.65000000000043 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 225, + 499.65000000000043, + 383, + 513.0000000000005 + ], + "spans": [], + "index": 28 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 226, + 524, + 384, + 536 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 226, + 523, + 384, + 538 + ], + "spans": [ + { + "bbox": [ + 226, + 523, + 384, + 538 + ], + "score": 1.0, + "content": "Figure 1: Spatial contrasting depiction.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 29 + } + ], + "index": 23.75 + }, + { + "type": "title", + "bbox": [ + 107, + 554, + 171, + 565 + ], + "lines": [ + { + "bbox": [ + 105, + 552, + 172, + 567 + ], + "spans": [ + { + "bbox": [ + 105, + 552, + 172, + 567 + ], + "score": 1.0, + "content": "4.2 METHOD", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 30 + }, + { + "type": "text", + "bbox": [ + 106, + 574, + 505, + 642 + ], + "lines": [ + { + "bbox": [ + 106, + 573, + 505, + 587 + ], + "spans": [ + { + "bbox": [ + 106, + 573, + 505, + 587 + ], + "score": 1.0, + "content": "Convolutional network are usually trained using SGD over mini-batch of samples, therefore we can", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 586, + 505, + 599 + ], + "spans": [ + { + "bbox": [ + 105, + 586, + 505, + 599 + ], + "score": 1.0, + "content": "extract patches and contrasting patches without changing the network architecture. Each image", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 596, + 506, + 610 + ], + "spans": [ + { + "bbox": [ + 105, + 596, + 506, + 610 + ], + "score": 1.0, + "content": "serves as both anchor and positive patches, for which the corresponding features should be closer,", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 607, + 505, + 620 + ], + "spans": [ + { + "bbox": [ + 105, + 607, + 408, + 620 + ], + "score": 1.0, + "content": "as well as contrasting samples for other images in that batch. For a batch of", + "type": "text" + }, + { + "bbox": [ + 409, + 609, + 419, + 618 + ], + "score": 0.83, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 419, + 607, + 505, + 620 + ], + "score": 1.0, + "content": "images, two samples", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 618, + 506, + 631 + ], + "spans": [ + { + "bbox": [ + 105, + 618, + 242, + 631 + ], + "score": 1.0, + "content": "from each image are taken, and", + "type": "text" + }, + { + "bbox": [ + 243, + 618, + 257, + 628 + ], + "score": 0.88, + "content": "N ^ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 258, + 618, + 506, + 631 + ], + "score": 1.0, + "content": "different distance comparisons are made. The final loss is", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 630, + 362, + 642 + ], + "spans": [ + { + "bbox": [ + 106, + 630, + 362, + 642 + ], + "score": 1.0, + "content": "defined as the average distance ratio for all images in the batch:", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 33.5, + "bbox_fs": [ + 105, + 573, + 506, + 642 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 145, + 646, + 466, + 683 + ], + "lines": [ + { + "bbox": [ + 145, + 646, + 466, + 683 + ], + "spans": [ + { + "bbox": [ + 145, + 646, + 466, + 683 + ], + "score": 0.94, + "content": "\\overline { { L } } _ { S C } ( \\{ x \\} _ { i = 1 } ^ { N } ) = \\frac { 1 } { N } \\sum _ { i = 1 } ^ { N } L _ { S C } ( x _ { i } , \\{ x \\} _ { j \\neq i } ) = - \\frac { 1 } { N } \\sum _ { i = 1 } ^ { N } \\log \\frac { e ^ { - \\| f _ { i } ^ { ( 1 ) } - f _ { i } ^ { ( 2 ) } \\| _ { 2 } } } { \\sum _ { j = 1 } ^ { N } e ^ { - \\| f _ { i } ^ { ( 1 ) } - f _ { j } ^ { ( 2 ) } \\| _ { 2 } } }", + "type": "interline_equation", + "image_path": "8b403568fa24822998826ddcf40e5c6cf8dbd89796e01189a57ab00cf49c6a19.jpg" + } + ] + } + ], + "index": 38, + "virtual_lines": [ + { + "bbox": [ + 145, + 646, + 466, + 658.3333333333334 + ], + "spans": [], + "index": 37 + }, + { + "bbox": [ + 145, + 658.3333333333334, + 466, + 670.6666666666667 + ], + "spans": [], + "index": 38 + }, + { + "bbox": [ + 145, + 670.6666666666667, + 466, + 683.0000000000001 + ], + "spans": [], + "index": 39 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 687, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 686, + 506, + 700 + ], + "spans": [ + { + "bbox": [ + 106, + 686, + 506, + 700 + ], + "score": 1.0, + "content": "Since the criterion is differentiable with respect to its inputs, it is fully compliant with standard", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "methods for training convolutional network and specifically using backpropagation and gradient", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 709, + 505, + 722 + ], + "score": 1.0, + "content": "descent. Furthermore, SC can be applied to any layer in the network hierarchy. In fact, SC can", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 721, + 505, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 505, + 733 + ], + "score": 1.0, + "content": "be used at multiple layers within the same convolutional network. The spatial properties of the", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 81, + 506, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 354, + 96 + ], + "score": 1.0, + "content": "features means that we can sample directly from feature space", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 354, + 81, + 393, + 94 + ], + "score": 0.93, + "content": "\\tilde { f } ^ { ( m ) } \\in f", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 394, + 81, + 506, + 96 + ], + "score": 1.0, + "content": "instead of from the original", + "type": "text", + "cross_page": true + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 506, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 506, + 106 + ], + "score": 1.0, + "content": "image. Therefore SC has a simple implementation which doesn’t require substation amount of", + "type": "text", + "cross_page": true + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 105, + 505, + 117 + ], + "spans": [ + { + "bbox": [ + 106, + 105, + 505, + 117 + ], + "score": 1.0, + "content": "computation. The complete algorithm for batch training is described in Algorithm (1). Similar to", + "type": "text", + "cross_page": true + } + ], + "index": 2 + }, + { + "bbox": [ + 106, + 115, + 505, + 128 + ], + "spans": [ + { + "bbox": [ + 106, + 115, + 505, + 128 + ], + "score": 1.0, + "content": "the batch normalization (BN) layer Ioffe & Szegedy (2015), a recent usage for batch statistics in", + "type": "text", + "cross_page": true + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 126, + 504, + 138 + ], + "spans": [ + { + "bbox": [ + 106, + 126, + 504, + 138 + ], + "score": 1.0, + "content": "neural networks, SC also uses the batch statistics. While BN normalize the input based on the batch", + "type": "text", + "cross_page": true + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 137, + 505, + 150 + ], + "spans": [ + { + "bbox": [ + 105, + 137, + 505, + 150 + ], + "score": 1.0, + "content": "statistics, SC sample from it. This can be viewed as a simple sampling from the space of possible", + "type": "text", + "cross_page": true + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 147, + 255, + 162 + ], + "spans": [ + { + "bbox": [ + 105, + 147, + 255, + 162 + ], + "score": 1.0, + "content": "features describing a patch of image.", + "type": "text", + "cross_page": true + } + ], + "index": 6 + } + ], + "index": 41.5, + "bbox_fs": [ + 106, + 686, + 506, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 81, + 505, + 160 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 506, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 354, + 96 + ], + "score": 1.0, + "content": "features means that we can sample directly from feature space", + "type": "text" + }, + { + "bbox": [ + 354, + 81, + 393, + 94 + ], + "score": 0.93, + "content": "\\tilde { f } ^ { ( m ) } \\in f", + "type": "inline_equation" + }, + { + "bbox": [ + 394, + 81, + 506, + 96 + ], + "score": 1.0, + "content": "instead of from the original", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 506, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 506, + 106 + ], + "score": 1.0, + "content": "image. Therefore SC has a simple implementation which doesn’t require substation amount of", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 105, + 505, + 117 + ], + "spans": [ + { + "bbox": [ + 106, + 105, + 505, + 117 + ], + "score": 1.0, + "content": "computation. The complete algorithm for batch training is described in Algorithm (1). Similar to", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 106, + 115, + 505, + 128 + ], + "spans": [ + { + "bbox": [ + 106, + 115, + 505, + 128 + ], + "score": 1.0, + "content": "the batch normalization (BN) layer Ioffe & Szegedy (2015), a recent usage for batch statistics in", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 126, + 504, + 138 + ], + "spans": [ + { + "bbox": [ + 106, + 126, + 504, + 138 + ], + "score": 1.0, + "content": "neural networks, SC also uses the batch statistics. While BN normalize the input based on the batch", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 137, + 505, + 150 + ], + "spans": [ + { + "bbox": [ + 105, + 137, + 505, + 150 + ], + "score": 1.0, + "content": "statistics, SC sample from it. This can be viewed as a simple sampling from the space of possible", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 147, + 255, + 162 + ], + "spans": [ + { + "bbox": [ + 105, + 147, + 255, + 162 + ], + "score": 1.0, + "content": "features describing a patch of image.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 3 + }, + { + "type": "text", + "bbox": [ + 109, + 173, + 315, + 184 + ], + "lines": [ + { + "bbox": [ + 107, + 171, + 317, + 187 + ], + "spans": [ + { + "bbox": [ + 107, + 171, + 317, + 187 + ], + "score": 1.0, + "content": "Algorithm 1 Calculation the spatial contrasting loss", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 7 + }, + { + "type": "text", + "bbox": [ + 107, + 187, + 333, + 200 + ], + "lines": [ + { + "bbox": [ + 105, + 184, + 334, + 203 + ], + "spans": [ + { + "bbox": [ + 105, + 184, + 149, + 203 + ], + "score": 1.0, + "content": "Require:", + "type": "text" + }, + { + "bbox": [ + 149, + 187, + 201, + 200 + ], + "score": 0.91, + "content": "X = \\{ x \\} _ { i = 1 } ^ { N }", + "type": "inline_equation" + }, + { + "bbox": [ + 202, + 184, + 334, + 203 + ], + "score": 1.0, + "content": "# Training on batches of images", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 8 + }, + { + "type": "text", + "bbox": [ + 114, + 209, + 339, + 246 + ], + "lines": [ + { + "bbox": [ + 115, + 208, + 339, + 222 + ], + "spans": [ + { + "bbox": [ + 115, + 208, + 339, + 222 + ], + "score": 1.0, + "content": "# Get the spatial features for the whole batch of images", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 115, + 220, + 230, + 233 + ], + "spans": [ + { + "bbox": [ + 115, + 220, + 147, + 233 + ], + "score": 1.0, + "content": "# Size:", + "type": "text" + }, + { + "bbox": [ + 147, + 221, + 230, + 233 + ], + "score": 0.88, + "content": "N \\times W _ { f } \\times H _ { f } \\times C", + "type": "inline_equation" + } + ], + "index": 10 + }, + { + "bbox": [ + 117, + 232, + 216, + 246 + ], + "spans": [ + { + "bbox": [ + 117, + 232, + 216, + 246 + ], + "score": 0.71, + "content": "\\{ f \\} _ { i = 1 } ^ { N } \\mathsf { C o n v N e t } ( X )", + "type": "inline_equation" + } + ], + "index": 11 + } + ], + "index": 10 + }, + { + "type": "interline_equation", + "bbox": [ + 117, + 372, + 229, + 392 + ], + "lines": [ + { + "bbox": [ + 117, + 372, + 229, + 392 + ], + "spans": [ + { + "bbox": [ + 117, + 372, + 229, + 392 + ], + "score": 0.66, + "content": "\\begin{array} { r } { d _ { i } \\gets - \\log \\frac { \\bar { e } ^ { - D i s t ( i , i ) } } { \\sum _ { k = 1 } ^ { N } e ^ { - D i s t ( i , k ) } } } \\end{array}", + "type": "interline_equation", + "image_path": "4f8048d850b865de754aae5170c2abf7c3592ec395d8fff3b67e4bf25bb0663a.jpg" + } + ] + } + ], + "index": 12, + "virtual_lines": [ + { + "bbox": [ + 117, + 372, + 229, + 392 + ], + "spans": [], + "index": 12 + } + ] + }, + { + "type": "text", + "bbox": [ + 115, + 401, + 336, + 427 + ], + "lines": [ + { + "bbox": [ + 115, + 400, + 337, + 413 + ], + "spans": [ + { + "bbox": [ + 115, + 400, + 337, + 413 + ], + "score": 1.0, + "content": "# Spatial contrasting loss is the mean of distance ratios", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 113, + 406, + 200, + 432 + ], + "spans": [ + { + "bbox": [ + 113, + 406, + 149, + 432 + ], + "score": 1.0, + "content": "return", + "type": "text" + }, + { + "bbox": [ + 149, + 411, + 195, + 427 + ], + "score": 0.71, + "content": "\\textstyle { \\frac { 1 } { N } } \\sum _ { i = 1 } ^ { N } d _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 196, + 406, + 200, + 432 + ], + "score": 0.728, + "content": "g", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 13.5 + }, + { + "type": "title", + "bbox": [ + 107, + 454, + 200, + 467 + ], + "lines": [ + { + "bbox": [ + 104, + 453, + 202, + 469 + ], + "spans": [ + { + "bbox": [ + 104, + 453, + 202, + 469 + ], + "score": 1.0, + "content": "5 EXPERIMENTS", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 15 + }, + { + "type": "text", + "bbox": [ + 107, + 480, + 505, + 535 + ], + "lines": [ + { + "bbox": [ + 105, + 479, + 505, + 494 + ], + "spans": [ + { + "bbox": [ + 105, + 479, + 505, + 494 + ], + "score": 1.0, + "content": "In this section we report empirical results showing that using SC loss as an unsupervised pretraining", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 491, + 505, + 504 + ], + "spans": [ + { + "bbox": [ + 105, + 491, + 505, + 504 + ], + "score": 1.0, + "content": "procedure can improve state-of-the-art performance on subsequent classification. We experimented", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 502, + 504, + 514 + ], + "spans": [ + { + "bbox": [ + 106, + 502, + 504, + 514 + ], + "score": 1.0, + "content": "with MNIST, CIFAR-10 and STL10 datasets. We used modified versions of well studied networks", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 512, + 505, + 526 + ], + "spans": [ + { + "bbox": [ + 105, + 512, + 505, + 526 + ], + "score": 1.0, + "content": "such as those of Lin et al. (2013) and Rasmus et al. (2015). A detailed description of our architecture", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 524, + 181, + 536 + ], + "spans": [ + { + "bbox": [ + 105, + 524, + 181, + 536 + ], + "score": 1.0, + "content": "can be found in 4.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 18 + }, + { + "type": "text", + "bbox": [ + 107, + 541, + 505, + 651 + ], + "lines": [ + { + "bbox": [ + 105, + 540, + 505, + 554 + ], + "spans": [ + { + "bbox": [ + 105, + 540, + 505, + 554 + ], + "score": 1.0, + "content": "In each one of the experiments, we used the spatial contrasting criterion to train the network on the", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 550, + 505, + 566 + ], + "spans": [ + { + "bbox": [ + 105, + 550, + 505, + 566 + ], + "score": 1.0, + "content": "unlabeled images. In each usage of SC criterion, patch features were sampled from the preceding", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 104, + 562, + 506, + 576 + ], + "spans": [ + { + "bbox": [ + 104, + 562, + 506, + 576 + ], + "score": 1.0, + "content": "layer in uniform. We note that spatial size of sampled patches ranged between datasets, where on", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 573, + 505, + 586 + ], + "spans": [ + { + "bbox": [ + 105, + 573, + 255, + 586 + ], + "score": 1.0, + "content": "STL10 and Cifar10 it covered about", + "type": "text" + }, + { + "bbox": [ + 256, + 574, + 276, + 585 + ], + "score": 0.88, + "content": "3 0 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 276, + 573, + 505, + 586 + ], + "score": 1.0, + "content": "of the image, MNIST required the use of larger patches", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 585, + 506, + 598 + ], + "spans": [ + { + "bbox": [ + 105, + 585, + 506, + 598 + ], + "score": 1.0, + "content": "covering almost the entire image.Training was done by using SGD with an initial learning rate", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 596, + 506, + 609 + ], + "spans": [ + { + "bbox": [ + 105, + 596, + 506, + 609 + ], + "score": 1.0, + "content": "of 0.1 that was decreased by a factor of 10 whenever the measured loss stopped decreasing. After", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 607, + 506, + 619 + ], + "spans": [ + { + "bbox": [ + 105, + 607, + 506, + 619 + ], + "score": 1.0, + "content": "convergence, we used the trained model as an initialization for a supervised training on the complete", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 617, + 506, + 631 + ], + "spans": [ + { + "bbox": [ + 105, + 617, + 506, + 631 + ], + "score": 1.0, + "content": "labeled dataset. The supervised training was done following the same regime, only starting with a", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 628, + 506, + 641 + ], + "spans": [ + { + "bbox": [ + 105, + 628, + 506, + 641 + ], + "score": 1.0, + "content": "lower initial learning rate of 0.01. We used mild data augmentations, such as small translations and", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 639, + 192, + 653 + ], + "spans": [ + { + "bbox": [ + 105, + 639, + 192, + 653 + ], + "score": 1.0, + "content": "horizontal mirroring.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 25.5 + }, + { + "type": "text", + "bbox": [ + 108, + 651, + 209, + 662 + ], + "lines": [ + { + "bbox": [ + 106, + 650, + 211, + 663 + ], + "spans": [ + { + "bbox": [ + 106, + 650, + 211, + 663 + ], + "score": 1.0, + "content": "The datasets we used are:", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 31 + }, + { + "type": "text", + "bbox": [ + 132, + 671, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 133, + 672, + 505, + 684 + ], + "spans": [ + { + "bbox": [ + 133, + 672, + 359, + 684 + ], + "score": 1.0, + "content": "• STL10 (Coates et al. (2011)). This dataset consists of", + "type": "text" + }, + { + "bbox": [ + 360, + 672, + 428, + 683 + ], + "score": 0.82, + "content": "1 0 0 , 0 0 0 9 6 \\times 9 6", + "type": "inline_equation" + }, + { + "bbox": [ + 428, + 672, + 505, + 684 + ], + "score": 1.0, + "content": "colored, unlabeled", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 141, + 682, + 506, + 696 + ], + "spans": [ + { + "bbox": [ + 141, + 682, + 506, + 696 + ], + "score": 1.0, + "content": "images, together with another set of 5, 000 labeled training images and 8, 000 test images .", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 142, + 694, + 323, + 707 + ], + "spans": [ + { + "bbox": [ + 142, + 694, + 323, + 707 + ], + "score": 1.0, + "content": "The label space consists of 10 object classes.", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 136, + 710, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 136, + 710, + 505, + 722 + ], + "score": 1.0, + "content": "• Cifar10 (Krizhevsky & Hinton (2009)). The well known CIFAR-10 is an image classifi-", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 142, + 721, + 505, + 733 + ], + "spans": [ + { + "bbox": [ + 142, + 721, + 505, + 733 + ], + "score": 1.0, + "content": "cation benchmark dataset containing 50, 000 training images and 10, 000 test images. The", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 34 + } + ], + "page_idx": 5, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 107, + 26, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 107, + 26, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2017", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 752, + 309, + 760 + ], + "lines": [ + { + "bbox": [ + 302, + 751, + 310, + 762 + ], + "spans": [ + { + "bbox": [ + 302, + 751, + 310, + 762 + ], + "score": 1.0, + "content": "6", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 81, + 505, + 160 + ], + "lines": [], + "index": 3, + "bbox_fs": [ + 105, + 81, + 506, + 162 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 109, + 173, + 315, + 184 + ], + "lines": [ + { + "bbox": [ + 107, + 171, + 317, + 187 + ], + "spans": [ + { + "bbox": [ + 107, + 171, + 317, + 187 + ], + "score": 1.0, + "content": "Algorithm 1 Calculation the spatial contrasting loss", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 7, + "bbox_fs": [ + 107, + 171, + 317, + 187 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 187, + 333, + 200 + ], + "lines": [ + { + "bbox": [ + 105, + 184, + 334, + 203 + ], + "spans": [ + { + "bbox": [ + 105, + 184, + 149, + 203 + ], + "score": 1.0, + "content": "Require:", + "type": "text" + }, + { + "bbox": [ + 149, + 187, + 201, + 200 + ], + "score": 0.91, + "content": "X = \\{ x \\} _ { i = 1 } ^ { N }", + "type": "inline_equation" + }, + { + "bbox": [ + 202, + 184, + 334, + 203 + ], + "score": 1.0, + "content": "# Training on batches of images", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 8, + "bbox_fs": [ + 105, + 184, + 334, + 203 + ] + }, + { + "type": "list", + "bbox": [ + 114, + 209, + 339, + 246 + ], + "lines": [ + { + "bbox": [ + 115, + 208, + 339, + 222 + ], + "spans": [ + { + "bbox": [ + 115, + 208, + 339, + 222 + ], + "score": 1.0, + "content": "# Get the spatial features for the whole batch of images", + "type": "text" + } + ], + "index": 9, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 220, + 230, + 233 + ], + "spans": [ + { + "bbox": [ + 115, + 220, + 147, + 233 + ], + "score": 1.0, + "content": "# Size:", + "type": "text" + }, + { + "bbox": [ + 147, + 221, + 230, + 233 + ], + "score": 0.88, + "content": "N \\times W _ { f } \\times H _ { f } \\times C", + "type": "inline_equation" + } + ], + "index": 10, + "is_list_start_line": true + }, + { + "bbox": [ + 117, + 232, + 216, + 246 + ], + "spans": [ + { + "bbox": [ + 117, + 232, + 216, + 246 + ], + "score": 0.71, + "content": "\\{ f \\} _ { i = 1 } ^ { N } \\mathsf { C o n v N e t } ( X )", + "type": "inline_equation" + } + ], + "index": 11, + "is_list_start_line": true + } + ], + "index": 10, + "bbox_fs": [ + 115, + 208, + 339, + 246 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 117, + 372, + 229, + 392 + ], + "lines": [ + { + "bbox": [ + 117, + 372, + 229, + 392 + ], + "spans": [ + { + "bbox": [ + 117, + 372, + 229, + 392 + ], + "score": 0.66, + "content": "\\begin{array} { r } { d _ { i } \\gets - \\log \\frac { \\bar { e } ^ { - D i s t ( i , i ) } } { \\sum _ { k = 1 } ^ { N } e ^ { - D i s t ( i , k ) } } } \\end{array}", + "type": "interline_equation", + "image_path": "4f8048d850b865de754aae5170c2abf7c3592ec395d8fff3b67e4bf25bb0663a.jpg" + } + ] + } + ], + "index": 12, + "virtual_lines": [ + { + "bbox": [ + 117, + 372, + 229, + 392 + ], + "spans": [], + "index": 12 + } + ] + }, + { + "type": "text", + "bbox": [ + 115, + 401, + 336, + 427 + ], + "lines": [ + { + "bbox": [ + 115, + 400, + 337, + 413 + ], + "spans": [ + { + "bbox": [ + 115, + 400, + 337, + 413 + ], + "score": 1.0, + "content": "# Spatial contrasting loss is the mean of distance ratios", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 113, + 406, + 200, + 432 + ], + "spans": [ + { + "bbox": [ + 113, + 406, + 149, + 432 + ], + "score": 1.0, + "content": "return", + "type": "text" + }, + { + "bbox": [ + 149, + 411, + 195, + 427 + ], + "score": 0.71, + "content": "\\textstyle { \\frac { 1 } { N } } \\sum _ { i = 1 } ^ { N } d _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 196, + 406, + 200, + 432 + ], + "score": 0.728, + "content": "g", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 13.5, + "bbox_fs": [ + 113, + 400, + 337, + 432 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 454, + 200, + 467 + ], + "lines": [ + { + "bbox": [ + 104, + 453, + 202, + 469 + ], + "spans": [ + { + "bbox": [ + 104, + 453, + 202, + 469 + ], + "score": 1.0, + "content": "5 EXPERIMENTS", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 15 + }, + { + "type": "text", + "bbox": [ + 107, + 480, + 505, + 535 + ], + "lines": [ + { + "bbox": [ + 105, + 479, + 505, + 494 + ], + "spans": [ + { + "bbox": [ + 105, + 479, + 505, + 494 + ], + "score": 1.0, + "content": "In this section we report empirical results showing that using SC loss as an unsupervised pretraining", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 491, + 505, + 504 + ], + "spans": [ + { + "bbox": [ + 105, + 491, + 505, + 504 + ], + "score": 1.0, + "content": "procedure can improve state-of-the-art performance on subsequent classification. We experimented", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 502, + 504, + 514 + ], + "spans": [ + { + "bbox": [ + 106, + 502, + 504, + 514 + ], + "score": 1.0, + "content": "with MNIST, CIFAR-10 and STL10 datasets. We used modified versions of well studied networks", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 512, + 505, + 526 + ], + "spans": [ + { + "bbox": [ + 105, + 512, + 505, + 526 + ], + "score": 1.0, + "content": "such as those of Lin et al. (2013) and Rasmus et al. (2015). A detailed description of our architecture", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 524, + 181, + 536 + ], + "spans": [ + { + "bbox": [ + 105, + 524, + 181, + 536 + ], + "score": 1.0, + "content": "can be found in 4.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 18, + "bbox_fs": [ + 105, + 479, + 505, + 536 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 541, + 505, + 651 + ], + "lines": [ + { + "bbox": [ + 105, + 540, + 505, + 554 + ], + "spans": [ + { + "bbox": [ + 105, + 540, + 505, + 554 + ], + "score": 1.0, + "content": "In each one of the experiments, we used the spatial contrasting criterion to train the network on the", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 550, + 505, + 566 + ], + "spans": [ + { + "bbox": [ + 105, + 550, + 505, + 566 + ], + "score": 1.0, + "content": "unlabeled images. In each usage of SC criterion, patch features were sampled from the preceding", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 104, + 562, + 506, + 576 + ], + "spans": [ + { + "bbox": [ + 104, + 562, + 506, + 576 + ], + "score": 1.0, + "content": "layer in uniform. We note that spatial size of sampled patches ranged between datasets, where on", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 573, + 505, + 586 + ], + "spans": [ + { + "bbox": [ + 105, + 573, + 255, + 586 + ], + "score": 1.0, + "content": "STL10 and Cifar10 it covered about", + "type": "text" + }, + { + "bbox": [ + 256, + 574, + 276, + 585 + ], + "score": 0.88, + "content": "3 0 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 276, + 573, + 505, + 586 + ], + "score": 1.0, + "content": "of the image, MNIST required the use of larger patches", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 585, + 506, + 598 + ], + "spans": [ + { + "bbox": [ + 105, + 585, + 506, + 598 + ], + "score": 1.0, + "content": "covering almost the entire image.Training was done by using SGD with an initial learning rate", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 596, + 506, + 609 + ], + "spans": [ + { + "bbox": [ + 105, + 596, + 506, + 609 + ], + "score": 1.0, + "content": "of 0.1 that was decreased by a factor of 10 whenever the measured loss stopped decreasing. After", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 607, + 506, + 619 + ], + "spans": [ + { + "bbox": [ + 105, + 607, + 506, + 619 + ], + "score": 1.0, + "content": "convergence, we used the trained model as an initialization for a supervised training on the complete", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 617, + 506, + 631 + ], + "spans": [ + { + "bbox": [ + 105, + 617, + 506, + 631 + ], + "score": 1.0, + "content": "labeled dataset. The supervised training was done following the same regime, only starting with a", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 628, + 506, + 641 + ], + "spans": [ + { + "bbox": [ + 105, + 628, + 506, + 641 + ], + "score": 1.0, + "content": "lower initial learning rate of 0.01. We used mild data augmentations, such as small translations and", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 639, + 192, + 653 + ], + "spans": [ + { + "bbox": [ + 105, + 639, + 192, + 653 + ], + "score": 1.0, + "content": "horizontal mirroring.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 25.5, + "bbox_fs": [ + 104, + 540, + 506, + 653 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 651, + 209, + 662 + ], + "lines": [ + { + "bbox": [ + 106, + 650, + 211, + 663 + ], + "spans": [ + { + "bbox": [ + 106, + 650, + 211, + 663 + ], + "score": 1.0, + "content": "The datasets we used are:", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 31, + "bbox_fs": [ + 106, + 650, + 211, + 663 + ] + }, + { + "type": "text", + "bbox": [ + 132, + 671, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 133, + 672, + 505, + 684 + ], + "spans": [ + { + "bbox": [ + 133, + 672, + 359, + 684 + ], + "score": 1.0, + "content": "• STL10 (Coates et al. (2011)). This dataset consists of", + "type": "text" + }, + { + "bbox": [ + 360, + 672, + 428, + 683 + ], + "score": 0.82, + "content": "1 0 0 , 0 0 0 9 6 \\times 9 6", + "type": "inline_equation" + }, + { + "bbox": [ + 428, + 672, + 505, + 684 + ], + "score": 1.0, + "content": "colored, unlabeled", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 141, + 682, + 506, + 696 + ], + "spans": [ + { + "bbox": [ + 141, + 682, + 506, + 696 + ], + "score": 1.0, + "content": "images, together with another set of 5, 000 labeled training images and 8, 000 test images .", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 142, + 694, + 323, + 707 + ], + "spans": [ + { + "bbox": [ + 142, + 694, + 323, + 707 + ], + "score": 1.0, + "content": "The label space consists of 10 object classes.", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 136, + 710, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 136, + 710, + 505, + 722 + ], + "score": 1.0, + "content": "• Cifar10 (Krizhevsky & Hinton (2009)). The well known CIFAR-10 is an image classifi-", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 142, + 721, + 505, + 733 + ], + "spans": [ + { + "bbox": [ + 142, + 721, + 505, + 733 + ], + "score": 1.0, + "content": "cation benchmark dataset containing 50, 000 training images and 10, 000 test images. The", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 141, + 223, + 505, + 239 + ], + "spans": [ + { + "bbox": [ + 141, + 223, + 191, + 239 + ], + "score": 1.0, + "content": "image sizes", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 191, + 225, + 225, + 236 + ], + "score": 0.89, + "content": "3 2 \\times 3 2", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 226, + 223, + 505, + 239 + ], + "score": 1.0, + "content": "pixels, with color. The classes are airplanes, automobiles, birds, cats,", + "type": "text", + "cross_page": true + } + ], + "index": 4 + }, + { + "bbox": [ + 142, + 236, + 313, + 249 + ], + "spans": [ + { + "bbox": [ + 142, + 236, + 313, + 249 + ], + "score": 1.0, + "content": "deer, dogs, frogs, horses, ships and trucks.", + "type": "text", + "cross_page": true + } + ], + "index": 5 + } + ], + "index": 34, + "bbox_fs": [ + 133, + 672, + 506, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "table", + "bbox": [ + 154, + 100, + 457, + 204 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 204, + 90, + 406, + 100 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 204, + 88, + 407, + 101 + ], + "spans": [ + { + "bbox": [ + 204, + 88, + 407, + 101 + ], + "score": 1.0, + "content": "Table 1: State of the art results on STL-10 dataset", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "table_body", + "bbox": [ + 154, + 100, + 457, + 204 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 154, + 100, + 457, + 204 + ], + "spans": [ + { + "bbox": [ + 154, + 100, + 457, + 204 + ], + "score": 0.984, + "html": "
ModelSTL-10 test accuracy
Zero-bias Convnets - Paine et al. (2014)70.2%
Triplet network -Hoffer & Ailon (2015)70.7%
Exemplar Convnets - Dosovitskiy et al. (2014)72.8%
Target Coding - Yang et al. (2015)73.15%
Stacked what-where AE - Zhao et al. (2015)74.33%
Spatial contrasting initialization (this work)81.34% ± 0.1
The same model without initialization72.6%±0.1
", + "type": "table", + "image_path": "f70e680c4da009ba6c944376177710a0a64eecc57507eb76161f1f476fa15955.jpg" + } + ] + } + ], + "index": 2, + "virtual_lines": [ + { + "bbox": [ + 154, + 100, + 457, + 134.66666666666666 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 154, + 134.66666666666666, + 457, + 169.33333333333331 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 154, + 169.33333333333331, + 457, + 203.99999999999997 + ], + "spans": [], + "index": 3 + } + ] + } + ], + "index": 1.0 + }, + { + "type": "text", + "bbox": [ + 141, + 225, + 504, + 247 + ], + "lines": [ + { + "bbox": [ + 141, + 223, + 505, + 239 + ], + "spans": [ + { + "bbox": [ + 141, + 223, + 191, + 239 + ], + "score": 1.0, + "content": "image sizes", + "type": "text" + }, + { + "bbox": [ + 191, + 225, + 225, + 236 + ], + "score": 0.89, + "content": "3 2 \\times 3 2", + "type": "inline_equation" + }, + { + "bbox": [ + 226, + 223, + 505, + 239 + ], + "score": 1.0, + "content": "pixels, with color. The classes are airplanes, automobiles, birds, cats,", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 142, + 236, + 313, + 249 + ], + "spans": [ + { + "bbox": [ + 142, + 236, + 313, + 249 + ], + "score": 1.0, + "content": "deer, dogs, frogs, horses, ships and trucks.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4.5 + }, + { + "type": "text", + "bbox": [ + 133, + 252, + 504, + 296 + ], + "lines": [ + { + "bbox": [ + 132, + 252, + 505, + 263 + ], + "spans": [ + { + "bbox": [ + 132, + 252, + 505, + 263 + ], + "score": 1.0, + "content": "• MNIST (LeCun et al. (1998)). The MNIST database of handwritten digits is one of the", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 141, + 263, + 505, + 275 + ], + "spans": [ + { + "bbox": [ + 141, + 263, + 505, + 275 + ], + "score": 1.0, + "content": "most studied dataset benchmark for image classification. The dataset contains 60,000 ex-", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 143, + 274, + 505, + 286 + ], + "spans": [ + { + "bbox": [ + 143, + 274, + 505, + 286 + ], + "score": 1.0, + "content": "amples of handwritten digits from 0 to 9 for training and 10,000 additional examples for", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 141, + 284, + 369, + 298 + ], + "spans": [ + { + "bbox": [ + 141, + 284, + 243, + 298 + ], + "score": 1.0, + "content": "testing. Each sample is a", + "type": "text" + }, + { + "bbox": [ + 244, + 285, + 275, + 295 + ], + "score": 0.82, + "content": "2 8 \\times 2 8", + "type": "inline_equation" + }, + { + "bbox": [ + 275, + 284, + 369, + 298 + ], + "score": 1.0, + "content": "pixel gray level image.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 7.5 + }, + { + "type": "text", + "bbox": [ + 109, + 306, + 505, + 339 + ], + "lines": [ + { + "bbox": [ + 106, + 305, + 505, + 319 + ], + "spans": [ + { + "bbox": [ + 106, + 305, + 505, + 319 + ], + "score": 1.0, + "content": "All experiments were conducted using the Torch7 framework by Collobert et al. (2011).", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 316, + 505, + 330 + ], + "spans": [ + { + "bbox": [ + 106, + 316, + 505, + 330 + ], + "score": 1.0, + "content": "Code reproducing these results will by available at https://github.com/eladhoffer/", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 327, + 220, + 341 + ], + "spans": [ + { + "bbox": [ + 106, + 327, + 220, + 341 + ], + "score": 1.0, + "content": "SpatialContrasting.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11 + }, + { + "type": "title", + "bbox": [ + 108, + 353, + 218, + 365 + ], + "lines": [ + { + "bbox": [ + 105, + 352, + 219, + 367 + ], + "spans": [ + { + "bbox": [ + 105, + 352, + 219, + 367 + ], + "score": 1.0, + "content": "5.1 RESULTS ON STL10", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 13 + }, + { + "type": "text", + "bbox": [ + 106, + 375, + 505, + 506 + ], + "lines": [ + { + "bbox": [ + 106, + 375, + 505, + 387 + ], + "spans": [ + { + "bbox": [ + 106, + 375, + 505, + 387 + ], + "score": 1.0, + "content": "Since STL10 dataset is comprised of mostly unlabeled data, it is most suitable to highlight the ben-", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 386, + 505, + 398 + ], + "spans": [ + { + "bbox": [ + 106, + 386, + 505, + 398 + ], + "score": 1.0, + "content": "efits of the spatial contrasting criterion. The initial training was unsupervised, as described earlier,", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 396, + 505, + 410 + ], + "spans": [ + { + "bbox": [ + 105, + 396, + 505, + 410 + ], + "score": 1.0, + "content": "using the entire set of 105, 000 samples (union of the original unlabeled set and labeled training", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 408, + 504, + 419 + ], + "spans": [ + { + "bbox": [ + 106, + 408, + 504, + 419 + ], + "score": 1.0, + "content": "set). The representation outputted by the training, was used to initialize supervised training on the", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 104, + 417, + 505, + 433 + ], + "spans": [ + { + "bbox": [ + 104, + 417, + 505, + 433 + ], + "score": 1.0, + "content": "5, 000 labeled images. Evaluation was done on a separate test set of 8, 000 samples. Comparing", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 429, + 506, + 443 + ], + "spans": [ + { + "bbox": [ + 105, + 429, + 337, + 443 + ], + "score": 1.0, + "content": "with state of the art results, we see an improvement of", + "type": "text" + }, + { + "bbox": [ + 338, + 430, + 353, + 440 + ], + "score": 0.84, + "content": "7 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 353, + 429, + 506, + 443 + ], + "score": 1.0, + "content": "in test accuracy over the best model", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 440, + 505, + 452 + ], + "spans": [ + { + "bbox": [ + 106, + 440, + 324, + 452 + ], + "score": 1.0, + "content": "by Zhao et al. (2015), setting the SC as best model at", + "type": "text" + }, + { + "bbox": [ + 324, + 441, + 351, + 451 + ], + "score": 0.88, + "content": "8 1 . 3 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 352, + 440, + 505, + 452 + ], + "score": 1.0, + "content": "test classification accuracy (see Table", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 451, + 506, + 465 + ], + "spans": [ + { + "bbox": [ + 105, + 451, + 506, + 465 + ], + "score": 1.0, + "content": "(1)). We note that the results of Dosovitskiy et al. (2014) are achieved with no fine-tuning over", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 463, + 505, + 474 + ], + "spans": [ + { + "bbox": [ + 106, + 463, + 505, + 474 + ], + "score": 1.0, + "content": "labeled examples, which may be unfair to this work. We also compare with the same network, but", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 473, + 505, + 485 + ], + "spans": [ + { + "bbox": [ + 106, + 473, + 371, + 485 + ], + "score": 1.0, + "content": "without SC initialization, which achieves a lower classification of", + "type": "text" + }, + { + "bbox": [ + 371, + 473, + 399, + 484 + ], + "score": 0.88, + "content": "7 2 . 6 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 399, + 473, + 505, + 485 + ], + "score": 1.0, + "content": ". This is an indication that", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 484, + 505, + 497 + ], + "spans": [ + { + "bbox": [ + 106, + 484, + 505, + 497 + ], + "score": 1.0, + "content": "indeed SC managed to leverage unlabeled examples to provide a better initialization point for the", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 496, + 182, + 507 + ], + "spans": [ + { + "bbox": [ + 105, + 496, + 182, + 507 + ], + "score": 1.0, + "content": "supervised model.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 19.5 + }, + { + "type": "title", + "bbox": [ + 108, + 521, + 226, + 532 + ], + "lines": [ + { + "bbox": [ + 105, + 520, + 227, + 534 + ], + "spans": [ + { + "bbox": [ + 105, + 520, + 227, + 534 + ], + "score": 1.0, + "content": "5.2 RESULTS ON CIFAR10", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 26 + }, + { + "type": "text", + "bbox": [ + 107, + 542, + 505, + 586 + ], + "lines": [ + { + "bbox": [ + 106, + 542, + 505, + 554 + ], + "spans": [ + { + "bbox": [ + 106, + 542, + 332, + 554 + ], + "score": 1.0, + "content": "For Cifar10 dataset, we use the same setting as Coates &", + "type": "text" + }, + { + "bbox": [ + 332, + 542, + 375, + 554 + ], + "score": 0.34, + "content": "\\mathrm { N g } \\left( 2 0 1 2 \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 375, + 542, + 505, + 554 + ], + "score": 1.0, + "content": "and Hui (2013) to test a model’s", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 552, + 506, + 565 + ], + "spans": [ + { + "bbox": [ + 105, + 552, + 506, + 565 + ], + "score": 1.0, + "content": "ability to learn from unlabeled images. Here, only 4, 000 samples out of 50, 000 are used with their", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 564, + 505, + 577 + ], + "spans": [ + { + "bbox": [ + 105, + 564, + 505, + 577 + ], + "score": 1.0, + "content": "label annotation, and the rest of the samples can be used only in an unsupervised manner. The final", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 576, + 327, + 587 + ], + "spans": [ + { + "bbox": [ + 106, + 576, + 327, + 587 + ], + "score": 1.0, + "content": "test accuracy is measured on the entire 10, 000 test set.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 28.5 + }, + { + "type": "text", + "bbox": [ + 108, + 586, + 505, + 641 + ], + "lines": [ + { + "bbox": [ + 106, + 586, + 505, + 598 + ], + "spans": [ + { + "bbox": [ + 106, + 586, + 505, + 598 + ], + "score": 1.0, + "content": "In our experiments, we trained our model using SC criterion on the entire dataset, and then used", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 596, + 505, + 610 + ], + "spans": [ + { + "bbox": [ + 106, + 596, + 505, + 610 + ], + "score": 1.0, + "content": "only 400 labeled samples per class (for a total of 4000) in a supervised regime over the initialized", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 608, + 505, + 620 + ], + "spans": [ + { + "bbox": [ + 106, + 608, + 505, + 620 + ], + "score": 1.0, + "content": "network. The results are compared with previous efforts in Table (2). Using the SC criterion allowed", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 619, + 505, + 631 + ], + "spans": [ + { + "bbox": [ + 105, + 619, + 186, + 631 + ], + "score": 1.0, + "content": "an improvement of", + "type": "text" + }, + { + "bbox": [ + 187, + 619, + 209, + 630 + ], + "score": 0.87, + "content": "6 . 8 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 209, + 619, + 474, + 631 + ], + "score": 1.0, + "content": "over a non-initialized model, and achieved a final test accuracy of", + "type": "text" + }, + { + "bbox": [ + 474, + 619, + 501, + 630 + ], + "score": 0.85, + "content": "7 9 . 2 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 619, + 505, + 631 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 630, + 362, + 642 + ], + "spans": [ + { + "bbox": [ + 106, + 630, + 362, + 642 + ], + "score": 1.0, + "content": "This is a competitive result with current state-of-the-art models.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 33 + }, + { + "type": "title", + "bbox": [ + 108, + 655, + 221, + 667 + ], + "lines": [ + { + "bbox": [ + 105, + 654, + 223, + 669 + ], + "spans": [ + { + "bbox": [ + 105, + 654, + 223, + 669 + ], + "score": 1.0, + "content": "5.3 RESULTS ON MNIST", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 36 + }, + { + "type": "text", + "bbox": [ + 107, + 677, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 676, + 505, + 690 + ], + "spans": [ + { + "bbox": [ + 106, + 676, + 505, + 690 + ], + "score": 1.0, + "content": "The MNIST dataset is very different in nature from the Cifar10 and STL10 datasets, we experi-", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 688, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 106, + 688, + 505, + 700 + ], + "score": 1.0, + "content": "mented earlier. The biggest difference, relevant to this work, is that spatial regions sampled from", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 699, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 106, + 699, + 506, + 712 + ], + "score": 1.0, + "content": "MNIST images usually provide very little, or no information. Thus, SC is much less suited for", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 708, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 708, + 505, + 722 + ], + "score": 1.0, + "content": "MNIST dataset, and was conjured to have little benefit. We still, however, experimented with ini-", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 720, + 505, + 732 + ], + "spans": [ + { + "bbox": [ + 106, + 720, + 505, + 732 + ], + "score": 1.0, + "content": "tializing a model with SC criterion and continuing with a fully-supervised regime over all labeled", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 39 + } + ], + "page_idx": 6, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2017", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 303, + 751, + 309, + 759 + ], + "lines": [ + { + "bbox": [ + 302, + 750, + 309, + 762 + ], + "spans": [ + { + "bbox": [ + 302, + 750, + 309, + 762 + ], + "score": 1.0, + "content": "7", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "table", + "bbox": [ + 154, + 100, + 457, + 204 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 204, + 90, + 406, + 100 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 204, + 88, + 407, + 101 + ], + "spans": [ + { + "bbox": [ + 204, + 88, + 407, + 101 + ], + "score": 1.0, + "content": "Table 1: State of the art results on STL-10 dataset", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "table_body", + "bbox": [ + 154, + 100, + 457, + 204 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 154, + 100, + 457, + 204 + ], + "spans": [ + { + "bbox": [ + 154, + 100, + 457, + 204 + ], + "score": 0.984, + "html": "
ModelSTL-10 test accuracy
Zero-bias Convnets - Paine et al. (2014)70.2%
Triplet network -Hoffer & Ailon (2015)70.7%
Exemplar Convnets - Dosovitskiy et al. (2014)72.8%
Target Coding - Yang et al. (2015)73.15%
Stacked what-where AE - Zhao et al. (2015)74.33%
Spatial contrasting initialization (this work)81.34% ± 0.1
The same model without initialization72.6%±0.1
", + "type": "table", + "image_path": "f70e680c4da009ba6c944376177710a0a64eecc57507eb76161f1f476fa15955.jpg" + } + ] + } + ], + "index": 2, + "virtual_lines": [ + { + "bbox": [ + 154, + 100, + 457, + 134.66666666666666 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 154, + 134.66666666666666, + 457, + 169.33333333333331 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 154, + 169.33333333333331, + 457, + 203.99999999999997 + ], + "spans": [], + "index": 3 + } + ] + } + ], + "index": 1.0 + }, + { + "type": "text", + "bbox": [ + 141, + 225, + 504, + 247 + ], + "lines": [], + "index": 4.5, + "bbox_fs": [ + 141, + 223, + 505, + 249 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 133, + 252, + 504, + 296 + ], + "lines": [ + { + "bbox": [ + 132, + 252, + 505, + 263 + ], + "spans": [ + { + "bbox": [ + 132, + 252, + 505, + 263 + ], + "score": 1.0, + "content": "• MNIST (LeCun et al. (1998)). The MNIST database of handwritten digits is one of the", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 141, + 263, + 505, + 275 + ], + "spans": [ + { + "bbox": [ + 141, + 263, + 505, + 275 + ], + "score": 1.0, + "content": "most studied dataset benchmark for image classification. The dataset contains 60,000 ex-", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 143, + 274, + 505, + 286 + ], + "spans": [ + { + "bbox": [ + 143, + 274, + 505, + 286 + ], + "score": 1.0, + "content": "amples of handwritten digits from 0 to 9 for training and 10,000 additional examples for", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 141, + 284, + 369, + 298 + ], + "spans": [ + { + "bbox": [ + 141, + 284, + 243, + 298 + ], + "score": 1.0, + "content": "testing. Each sample is a", + "type": "text" + }, + { + "bbox": [ + 244, + 285, + 275, + 295 + ], + "score": 0.82, + "content": "2 8 \\times 2 8", + "type": "inline_equation" + }, + { + "bbox": [ + 275, + 284, + 369, + 298 + ], + "score": 1.0, + "content": "pixel gray level image.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 7.5, + "bbox_fs": [ + 132, + 252, + 505, + 298 + ] + }, + { + "type": "text", + "bbox": [ + 109, + 306, + 505, + 339 + ], + "lines": [ + { + "bbox": [ + 106, + 305, + 505, + 319 + ], + "spans": [ + { + "bbox": [ + 106, + 305, + 505, + 319 + ], + "score": 1.0, + "content": "All experiments were conducted using the Torch7 framework by Collobert et al. (2011).", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 316, + 505, + 330 + ], + "spans": [ + { + "bbox": [ + 106, + 316, + 505, + 330 + ], + "score": 1.0, + "content": "Code reproducing these results will by available at https://github.com/eladhoffer/", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 327, + 220, + 341 + ], + "spans": [ + { + "bbox": [ + 106, + 327, + 220, + 341 + ], + "score": 1.0, + "content": "SpatialContrasting.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11, + "bbox_fs": [ + 106, + 305, + 505, + 341 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 353, + 218, + 365 + ], + "lines": [ + { + "bbox": [ + 105, + 352, + 219, + 367 + ], + "spans": [ + { + "bbox": [ + 105, + 352, + 219, + 367 + ], + "score": 1.0, + "content": "5.1 RESULTS ON STL10", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 13 + }, + { + "type": "text", + "bbox": [ + 106, + 375, + 505, + 506 + ], + "lines": [ + { + "bbox": [ + 106, + 375, + 505, + 387 + ], + "spans": [ + { + "bbox": [ + 106, + 375, + 505, + 387 + ], + "score": 1.0, + "content": "Since STL10 dataset is comprised of mostly unlabeled data, it is most suitable to highlight the ben-", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 386, + 505, + 398 + ], + "spans": [ + { + "bbox": [ + 106, + 386, + 505, + 398 + ], + "score": 1.0, + "content": "efits of the spatial contrasting criterion. The initial training was unsupervised, as described earlier,", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 396, + 505, + 410 + ], + "spans": [ + { + "bbox": [ + 105, + 396, + 505, + 410 + ], + "score": 1.0, + "content": "using the entire set of 105, 000 samples (union of the original unlabeled set and labeled training", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 408, + 504, + 419 + ], + "spans": [ + { + "bbox": [ + 106, + 408, + 504, + 419 + ], + "score": 1.0, + "content": "set). The representation outputted by the training, was used to initialize supervised training on the", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 104, + 417, + 505, + 433 + ], + "spans": [ + { + "bbox": [ + 104, + 417, + 505, + 433 + ], + "score": 1.0, + "content": "5, 000 labeled images. Evaluation was done on a separate test set of 8, 000 samples. Comparing", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 429, + 506, + 443 + ], + "spans": [ + { + "bbox": [ + 105, + 429, + 337, + 443 + ], + "score": 1.0, + "content": "with state of the art results, we see an improvement of", + "type": "text" + }, + { + "bbox": [ + 338, + 430, + 353, + 440 + ], + "score": 0.84, + "content": "7 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 353, + 429, + 506, + 443 + ], + "score": 1.0, + "content": "in test accuracy over the best model", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 440, + 505, + 452 + ], + "spans": [ + { + "bbox": [ + 106, + 440, + 324, + 452 + ], + "score": 1.0, + "content": "by Zhao et al. (2015), setting the SC as best model at", + "type": "text" + }, + { + "bbox": [ + 324, + 441, + 351, + 451 + ], + "score": 0.88, + "content": "8 1 . 3 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 352, + 440, + 505, + 452 + ], + "score": 1.0, + "content": "test classification accuracy (see Table", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 451, + 506, + 465 + ], + "spans": [ + { + "bbox": [ + 105, + 451, + 506, + 465 + ], + "score": 1.0, + "content": "(1)). We note that the results of Dosovitskiy et al. (2014) are achieved with no fine-tuning over", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 463, + 505, + 474 + ], + "spans": [ + { + "bbox": [ + 106, + 463, + 505, + 474 + ], + "score": 1.0, + "content": "labeled examples, which may be unfair to this work. We also compare with the same network, but", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 473, + 505, + 485 + ], + "spans": [ + { + "bbox": [ + 106, + 473, + 371, + 485 + ], + "score": 1.0, + "content": "without SC initialization, which achieves a lower classification of", + "type": "text" + }, + { + "bbox": [ + 371, + 473, + 399, + 484 + ], + "score": 0.88, + "content": "7 2 . 6 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 399, + 473, + 505, + 485 + ], + "score": 1.0, + "content": ". This is an indication that", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 484, + 505, + 497 + ], + "spans": [ + { + "bbox": [ + 106, + 484, + 505, + 497 + ], + "score": 1.0, + "content": "indeed SC managed to leverage unlabeled examples to provide a better initialization point for the", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 496, + 182, + 507 + ], + "spans": [ + { + "bbox": [ + 105, + 496, + 182, + 507 + ], + "score": 1.0, + "content": "supervised model.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 19.5, + "bbox_fs": [ + 104, + 375, + 506, + 507 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 521, + 226, + 532 + ], + "lines": [ + { + "bbox": [ + 105, + 520, + 227, + 534 + ], + "spans": [ + { + "bbox": [ + 105, + 520, + 227, + 534 + ], + "score": 1.0, + "content": "5.2 RESULTS ON CIFAR10", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 26 + }, + { + "type": "text", + "bbox": [ + 107, + 542, + 505, + 586 + ], + "lines": [ + { + "bbox": [ + 106, + 542, + 505, + 554 + ], + "spans": [ + { + "bbox": [ + 106, + 542, + 332, + 554 + ], + "score": 1.0, + "content": "For Cifar10 dataset, we use the same setting as Coates &", + "type": "text" + }, + { + "bbox": [ + 332, + 542, + 375, + 554 + ], + "score": 0.34, + "content": "\\mathrm { N g } \\left( 2 0 1 2 \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 375, + 542, + 505, + 554 + ], + "score": 1.0, + "content": "and Hui (2013) to test a model’s", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 552, + 506, + 565 + ], + "spans": [ + { + "bbox": [ + 105, + 552, + 506, + 565 + ], + "score": 1.0, + "content": "ability to learn from unlabeled images. Here, only 4, 000 samples out of 50, 000 are used with their", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 564, + 505, + 577 + ], + "spans": [ + { + "bbox": [ + 105, + 564, + 505, + 577 + ], + "score": 1.0, + "content": "label annotation, and the rest of the samples can be used only in an unsupervised manner. The final", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 576, + 327, + 587 + ], + "spans": [ + { + "bbox": [ + 106, + 576, + 327, + 587 + ], + "score": 1.0, + "content": "test accuracy is measured on the entire 10, 000 test set.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 28.5, + "bbox_fs": [ + 105, + 542, + 506, + 587 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 586, + 505, + 641 + ], + "lines": [ + { + "bbox": [ + 106, + 586, + 505, + 598 + ], + "spans": [ + { + "bbox": [ + 106, + 586, + 505, + 598 + ], + "score": 1.0, + "content": "In our experiments, we trained our model using SC criterion on the entire dataset, and then used", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 596, + 505, + 610 + ], + "spans": [ + { + "bbox": [ + 106, + 596, + 505, + 610 + ], + "score": 1.0, + "content": "only 400 labeled samples per class (for a total of 4000) in a supervised regime over the initialized", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 608, + 505, + 620 + ], + "spans": [ + { + "bbox": [ + 106, + 608, + 505, + 620 + ], + "score": 1.0, + "content": "network. The results are compared with previous efforts in Table (2). Using the SC criterion allowed", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 619, + 505, + 631 + ], + "spans": [ + { + "bbox": [ + 105, + 619, + 186, + 631 + ], + "score": 1.0, + "content": "an improvement of", + "type": "text" + }, + { + "bbox": [ + 187, + 619, + 209, + 630 + ], + "score": 0.87, + "content": "6 . 8 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 209, + 619, + 474, + 631 + ], + "score": 1.0, + "content": "over a non-initialized model, and achieved a final test accuracy of", + "type": "text" + }, + { + "bbox": [ + 474, + 619, + 501, + 630 + ], + "score": 0.85, + "content": "7 9 . 2 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 619, + 505, + 631 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 630, + 362, + 642 + ], + "spans": [ + { + "bbox": [ + 106, + 630, + 362, + 642 + ], + "score": 1.0, + "content": "This is a competitive result with current state-of-the-art models.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 33, + "bbox_fs": [ + 105, + 586, + 505, + 642 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 655, + 221, + 667 + ], + "lines": [ + { + "bbox": [ + 105, + 654, + 223, + 669 + ], + "spans": [ + { + "bbox": [ + 105, + 654, + 223, + 669 + ], + "score": 1.0, + "content": "5.3 RESULTS ON MNIST", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 36 + }, + { + "type": "text", + "bbox": [ + 107, + 677, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 676, + 505, + 690 + ], + "spans": [ + { + "bbox": [ + 106, + 676, + 505, + 690 + ], + "score": 1.0, + "content": "The MNIST dataset is very different in nature from the Cifar10 and STL10 datasets, we experi-", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 688, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 106, + 688, + 505, + 700 + ], + "score": 1.0, + "content": "mented earlier. The biggest difference, relevant to this work, is that spatial regions sampled from", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 699, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 106, + 699, + 506, + 712 + ], + "score": 1.0, + "content": "MNIST images usually provide very little, or no information. Thus, SC is much less suited for", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 708, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 708, + 505, + 722 + ], + "score": 1.0, + "content": "MNIST dataset, and was conjured to have little benefit. We still, however, experimented with ini-", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 720, + 505, + 732 + ], + "spans": [ + { + "bbox": [ + 106, + 720, + 505, + 732 + ], + "score": 1.0, + "content": "tializing a model with SC criterion and continuing with a fully-supervised regime over all labeled", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 383, + 504, + 395 + ], + "spans": [ + { + "bbox": [ + 106, + 383, + 504, + 395 + ], + "score": 1.0, + "content": "examples. We found again that this provided benefit over training the same network without pre-", + "type": "text", + "cross_page": true + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 394, + 505, + 407 + ], + "spans": [ + { + "bbox": [ + 105, + 394, + 254, + 407 + ], + "score": 1.0, + "content": "initialization, improving results from", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 255, + 394, + 282, + 405 + ], + "score": 0.89, + "content": "{ \\bar { 0 } } . 6 3 \\%", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 282, + 394, + 292, + 407 + ], + "score": 1.0, + "content": "to", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 293, + 394, + 320, + 405 + ], + "score": 0.9, + "content": "0 . 3 4 \\%", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 321, + 394, + 505, + 407 + ], + "score": 1.0, + "content": "error on test set. As mentioned previously, the", + "type": "text", + "cross_page": true + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 406, + 505, + 417 + ], + "spans": [ + { + "bbox": [ + 106, + 406, + 505, + 417 + ], + "score": 1.0, + "content": "effective compared patches of MNIST covered almost the entire image area. This can be attributed", + "type": "text", + "cross_page": true + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 416, + 505, + 429 + ], + "spans": [ + { + "bbox": [ + 105, + 416, + 505, + 429 + ], + "score": 1.0, + "content": "to the fact that MNIST requires global features to differentiate between digits. The results, compared", + "type": "text", + "cross_page": true + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 426, + 302, + 441 + ], + "spans": [ + { + "bbox": [ + 105, + 426, + 302, + 441 + ], + "score": 1.0, + "content": "with previous attempts are included in Table (3).", + "type": "text", + "cross_page": true + } + ], + "index": 12 + } + ], + "index": 39, + "bbox_fs": [ + 105, + 676, + 506, + 732 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "table", + "bbox": [ + 105, + 101, + 507, + 228 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 140, + 89, + 470, + 100 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 140, + 87, + 470, + 102 + ], + "spans": [ + { + "bbox": [ + 140, + 87, + 470, + 102 + ], + "score": 1.0, + "content": "Table 2: State of the art results on Cifar10 dataset with only 4000 labeled samples", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "table_body", + "bbox": [ + 105, + 101, + 507, + 228 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 101, + 507, + 228 + ], + "spans": [ + { + "bbox": [ + 105, + 101, + 507, + 228 + ], + "score": 0.982, + "html": "
ModelCifar10 (400 per class) test accuracy
Convolutional K-means Network - Coates & Ng (2012)70.7%
View-Invariant K-means -Hui (2013)72.6%
DCGAN - Radford et al. (2015)73.8%
Exemplar Convnets - Dosovitskiy et al. (2014)76.6%
Ladder networks - Rasmus et al. (2015)79.6%
Conv-CatGan Springenberg (2016)80.42% (± 0.58)
ImprovedGan Salimans et al. (2016)81.37% (± 2.32)
Spatial contrasting initialization (this work)79.2%(±0.3)
The same model without initialization72.4%(±0.1)
", + "type": "table", + "image_path": "c88b927fef791956d5991cf312d4b4a2383f9011ccdd7db2a08eb502a090bb5d.jpg" + } + ] + } + ], + "index": 2, + "virtual_lines": [ + { + "bbox": [ + 105, + 101, + 507, + 143.33333333333334 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 105, + 143.33333333333334, + 507, + 185.66666666666669 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 105, + 185.66666666666669, + 507, + 228.00000000000003 + ], + "spans": [], + "index": 3 + } + ] + } + ], + "index": 1.0 + }, + { + "type": "table", + "bbox": [ + 166, + 258, + 444, + 362 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 236, + 248, + 375, + 258 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 235, + 246, + 376, + 260 + ], + "spans": [ + { + "bbox": [ + 235, + 246, + 376, + 260 + ], + "score": 1.0, + "content": "Table 3: results on MNIST dataset", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "table_body", + "bbox": [ + 166, + 258, + 444, + 362 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 166, + 258, + 444, + 362 + ], + "spans": [ + { + "bbox": [ + 166, + 258, + 444, + 362 + ], + "score": 0.98, + "html": "
ModelMNIST test error
Stacked what-where AE - Zhao et al. (2015)0.71%
Triplet network - Hoffer & Ailon (2015)0.56%
Jarrett et al. (2009)0.53%
Ladder networks - Rasmus et al. (2015)0.36%
DropConnect - Wan et al. (2013)0.21%
Spatial contrasting initialization (this work)0.34%± 0.02
The same model without initialization0.63%± 0.02
", + "type": "table", + "image_path": "e1e70e8fd494548a2eb23c22fe6d4cb4355a7dd6bbd7414322563dce6d766cd4.jpg" + } + ] + } + ], + "index": 6, + "virtual_lines": [ + { + "bbox": [ + 166, + 258, + 444, + 292.6666666666667 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 166, + 292.6666666666667, + 444, + 327.33333333333337 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 166, + 327.33333333333337, + 444, + 362.00000000000006 + ], + "spans": [], + "index": 7 + } + ] + } + ], + "index": 5.0 + }, + { + "type": "text", + "bbox": [ + 107, + 383, + 505, + 439 + ], + "lines": [ + { + "bbox": [ + 106, + 383, + 504, + 395 + ], + "spans": [ + { + "bbox": [ + 106, + 383, + 504, + 395 + ], + "score": 1.0, + "content": "examples. We found again that this provided benefit over training the same network without pre-", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 394, + 505, + 407 + ], + "spans": [ + { + "bbox": [ + 105, + 394, + 254, + 407 + ], + "score": 1.0, + "content": "initialization, improving results from", + "type": "text" + }, + { + "bbox": [ + 255, + 394, + 282, + 405 + ], + "score": 0.89, + "content": "{ \\bar { 0 } } . 6 3 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 282, + 394, + 292, + 407 + ], + "score": 1.0, + "content": "to", + "type": "text" + }, + { + "bbox": [ + 293, + 394, + 320, + 405 + ], + "score": 0.9, + "content": "0 . 3 4 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 321, + 394, + 505, + 407 + ], + "score": 1.0, + "content": "error on test set. As mentioned previously, the", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 406, + 505, + 417 + ], + "spans": [ + { + "bbox": [ + 106, + 406, + 505, + 417 + ], + "score": 1.0, + "content": "effective compared patches of MNIST covered almost the entire image area. This can be attributed", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 416, + 505, + 429 + ], + "spans": [ + { + "bbox": [ + 105, + 416, + 505, + 429 + ], + "score": 1.0, + "content": "to the fact that MNIST requires global features to differentiate between digits. The results, compared", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 426, + 302, + 441 + ], + "spans": [ + { + "bbox": [ + 105, + 426, + 302, + 441 + ], + "score": 1.0, + "content": "with previous attempts are included in Table (3).", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 10 + }, + { + "type": "title", + "bbox": [ + 107, + 456, + 305, + 468 + ], + "lines": [ + { + "bbox": [ + 105, + 455, + 306, + 470 + ], + "spans": [ + { + "bbox": [ + 105, + 455, + 306, + 470 + ], + "score": 1.0, + "content": "6 CONCLUSIONS AND FUTURE WORK", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 13 + }, + { + "type": "text", + "bbox": [ + 107, + 481, + 505, + 547 + ], + "lines": [ + { + "bbox": [ + 105, + 480, + 505, + 494 + ], + "spans": [ + { + "bbox": [ + 105, + 480, + 505, + 494 + ], + "score": 1.0, + "content": "In this work we presented spatial contrasting - a novel unsupervised criterion for training convo-", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 491, + 505, + 505 + ], + "spans": [ + { + "bbox": [ + 105, + 491, + 505, + 505 + ], + "score": 1.0, + "content": "lutional networks on unlabeled data. Its is based on comparison between spatial features sampled", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 502, + 505, + 517 + ], + "spans": [ + { + "bbox": [ + 105, + 502, + 505, + 517 + ], + "score": 1.0, + "content": "from a number of images. We’ve shown empirically that using spatial contrasting as a pretraining", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 514, + 505, + 527 + ], + "spans": [ + { + "bbox": [ + 105, + 514, + 505, + 527 + ], + "score": 1.0, + "content": "technique to initialize a ConvNet, can improve its performance on a subsequent supervised train-", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 525, + 506, + 538 + ], + "spans": [ + { + "bbox": [ + 105, + 525, + 506, + 538 + ], + "score": 1.0, + "content": "ing. In cases where a lot of unlabeled data is available, such as the STL10 dataset, this translates to", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 536, + 335, + 548 + ], + "spans": [ + { + "bbox": [ + 106, + 536, + 335, + 548 + ], + "score": 1.0, + "content": "state-of-the-art classification accuracy in the final model.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 16.5 + }, + { + "type": "text", + "bbox": [ + 107, + 552, + 505, + 630 + ], + "lines": [ + { + "bbox": [ + 106, + 553, + 505, + 565 + ], + "spans": [ + { + "bbox": [ + 106, + 553, + 505, + 565 + ], + "score": 1.0, + "content": "Since the spatial contrasting loss is a differentiable estimation that can be computed within a net-", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 564, + 505, + 577 + ], + "spans": [ + { + "bbox": [ + 106, + 564, + 505, + 577 + ], + "score": 1.0, + "content": "work parallel to supervised losses, in future work we plan to embed it as a semi-supervised model.", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 575, + 505, + 587 + ], + "spans": [ + { + "bbox": [ + 105, + 575, + 505, + 587 + ], + "score": 1.0, + "content": "This usage will allow to create models that can leverage both labeled an unlabeled data, and can be", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 586, + 505, + 598 + ], + "spans": [ + { + "bbox": [ + 105, + 586, + 505, + 598 + ], + "score": 1.0, + "content": "compared to similar semi-supervised models such as the ladder network Rasmus et al. (2015). It is", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 596, + 505, + 610 + ], + "spans": [ + { + "bbox": [ + 105, + 596, + 505, + 610 + ], + "score": 1.0, + "content": "is also apparent that contrasting can occur in dimensions other than the spatial, the most straight-", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 608, + 505, + 620 + ], + "spans": [ + { + "bbox": [ + 105, + 608, + 505, + 620 + ], + "score": 1.0, + "content": "forward is the temporal dimension. This suggests that similar training procedure can be applied on", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 619, + 434, + 632 + ], + "spans": [ + { + "bbox": [ + 105, + 619, + 434, + 632 + ], + "score": 1.0, + "content": "segments of sequences to learn useful representation without explicit supervision.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 23 + }, + { + "type": "title", + "bbox": [ + 108, + 648, + 175, + 660 + ], + "lines": [ + { + "bbox": [ + 106, + 648, + 176, + 661 + ], + "spans": [ + { + "bbox": [ + 106, + 648, + 176, + 661 + ], + "score": 1.0, + "content": "REFERENCES", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 27 + }, + { + "type": "text", + "bbox": [ + 107, + 667, + 505, + 689 + ], + "lines": [ + { + "bbox": [ + 106, + 666, + 505, + 680 + ], + "spans": [ + { + "bbox": [ + 106, + 666, + 505, + 680 + ], + "score": 1.0, + "content": "Vassileios Balntas, Edward Johns, Lilian Tang, and Krystian Mikolajczyk. Pn-net: Conjoined triple", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 116, + 677, + 482, + 690 + ], + "spans": [ + { + "bbox": [ + 116, + 677, + 482, + 690 + ], + "score": 1.0, + "content": "deep network for learning local image descriptors. arXiv preprint arXiv:1601.05030, 2016.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28.5 + }, + { + "type": "text", + "bbox": [ + 108, + 698, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 698, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 505, + 712 + ], + "score": 1.0, + "content": "Jane Bromley, James W Bentz, Leon Bottou, Isabelle Guyon, Yann LeCun, Cliff Moore, Eduard ´", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 116, + 709, + 504, + 722 + ], + "spans": [ + { + "bbox": [ + 116, + 709, + 504, + 722 + ], + "score": 1.0, + "content": "Sackinger, and Roopak Shah. Signature verification using a siamese time delay neural network.¨", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 116, + 721, + 494, + 733 + ], + "spans": [ + { + "bbox": [ + 116, + 721, + 494, + 733 + ], + "score": 1.0, + "content": "International Journal of Pattern Recognition and Artificial Intelligence, 7(04):669–688, 1993.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 31 + } + ], + "page_idx": 7, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 107, + 26, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 107, + 26, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2017", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 752, + 308, + 759 + ], + "lines": [ + { + "bbox": [ + 302, + 750, + 309, + 761 + ], + "spans": [ + { + "bbox": [ + 302, + 750, + 309, + 761 + ], + "score": 1.0, + "content": "8", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "table", + "bbox": [ + 105, + 101, + 507, + 228 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 140, + 89, + 470, + 100 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 140, + 87, + 470, + 102 + ], + "spans": [ + { + "bbox": [ + 140, + 87, + 470, + 102 + ], + "score": 1.0, + "content": "Table 2: State of the art results on Cifar10 dataset with only 4000 labeled samples", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "table_body", + "bbox": [ + 105, + 101, + 507, + 228 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 101, + 507, + 228 + ], + "spans": [ + { + "bbox": [ + 105, + 101, + 507, + 228 + ], + "score": 0.982, + "html": "
ModelCifar10 (400 per class) test accuracy
Convolutional K-means Network - Coates & Ng (2012)70.7%
View-Invariant K-means -Hui (2013)72.6%
DCGAN - Radford et al. (2015)73.8%
Exemplar Convnets - Dosovitskiy et al. (2014)76.6%
Ladder networks - Rasmus et al. (2015)79.6%
Conv-CatGan Springenberg (2016)80.42% (± 0.58)
ImprovedGan Salimans et al. (2016)81.37% (± 2.32)
Spatial contrasting initialization (this work)79.2%(±0.3)
The same model without initialization72.4%(±0.1)
", + "type": "table", + "image_path": "c88b927fef791956d5991cf312d4b4a2383f9011ccdd7db2a08eb502a090bb5d.jpg" + } + ] + } + ], + "index": 2, + "virtual_lines": [ + { + "bbox": [ + 105, + 101, + 507, + 143.33333333333334 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 105, + 143.33333333333334, + 507, + 185.66666666666669 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 105, + 185.66666666666669, + 507, + 228.00000000000003 + ], + "spans": [], + "index": 3 + } + ] + } + ], + "index": 1.0 + }, + { + "type": "table", + "bbox": [ + 166, + 258, + 444, + 362 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 236, + 248, + 375, + 258 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 235, + 246, + 376, + 260 + ], + "spans": [ + { + "bbox": [ + 235, + 246, + 376, + 260 + ], + "score": 1.0, + "content": "Table 3: results on MNIST dataset", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "table_body", + "bbox": [ + 166, + 258, + 444, + 362 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 166, + 258, + 444, + 362 + ], + "spans": [ + { + "bbox": [ + 166, + 258, + 444, + 362 + ], + "score": 0.98, + "html": "
ModelMNIST test error
Stacked what-where AE - Zhao et al. (2015)0.71%
Triplet network - Hoffer & Ailon (2015)0.56%
Jarrett et al. (2009)0.53%
Ladder networks - Rasmus et al. (2015)0.36%
DropConnect - Wan et al. (2013)0.21%
Spatial contrasting initialization (this work)0.34%± 0.02
The same model without initialization0.63%± 0.02
", + "type": "table", + "image_path": "e1e70e8fd494548a2eb23c22fe6d4cb4355a7dd6bbd7414322563dce6d766cd4.jpg" + } + ] + } + ], + "index": 6, + "virtual_lines": [ + { + "bbox": [ + 166, + 258, + 444, + 292.6666666666667 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 166, + 292.6666666666667, + 444, + 327.33333333333337 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 166, + 327.33333333333337, + 444, + 362.00000000000006 + ], + "spans": [], + "index": 7 + } + ] + } + ], + "index": 5.0 + }, + { + "type": "text", + "bbox": [ + 107, + 383, + 505, + 439 + ], + "lines": [], + "index": 10, + "bbox_fs": [ + 105, + 383, + 505, + 441 + ], + "lines_deleted": true + }, + { + "type": "title", + "bbox": [ + 107, + 456, + 305, + 468 + ], + "lines": [ + { + "bbox": [ + 105, + 455, + 306, + 470 + ], + "spans": [ + { + "bbox": [ + 105, + 455, + 306, + 470 + ], + "score": 1.0, + "content": "6 CONCLUSIONS AND FUTURE WORK", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 13 + }, + { + "type": "text", + "bbox": [ + 107, + 481, + 505, + 547 + ], + "lines": [ + { + "bbox": [ + 105, + 480, + 505, + 494 + ], + "spans": [ + { + "bbox": [ + 105, + 480, + 505, + 494 + ], + "score": 1.0, + "content": "In this work we presented spatial contrasting - a novel unsupervised criterion for training convo-", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 491, + 505, + 505 + ], + "spans": [ + { + "bbox": [ + 105, + 491, + 505, + 505 + ], + "score": 1.0, + "content": "lutional networks on unlabeled data. Its is based on comparison between spatial features sampled", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 502, + 505, + 517 + ], + "spans": [ + { + "bbox": [ + 105, + 502, + 505, + 517 + ], + "score": 1.0, + "content": "from a number of images. We’ve shown empirically that using spatial contrasting as a pretraining", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 514, + 505, + 527 + ], + "spans": [ + { + "bbox": [ + 105, + 514, + 505, + 527 + ], + "score": 1.0, + "content": "technique to initialize a ConvNet, can improve its performance on a subsequent supervised train-", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 525, + 506, + 538 + ], + "spans": [ + { + "bbox": [ + 105, + 525, + 506, + 538 + ], + "score": 1.0, + "content": "ing. In cases where a lot of unlabeled data is available, such as the STL10 dataset, this translates to", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 536, + 335, + 548 + ], + "spans": [ + { + "bbox": [ + 106, + 536, + 335, + 548 + ], + "score": 1.0, + "content": "state-of-the-art classification accuracy in the final model.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 16.5, + "bbox_fs": [ + 105, + 480, + 506, + 548 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 552, + 505, + 630 + ], + "lines": [ + { + "bbox": [ + 106, + 553, + 505, + 565 + ], + "spans": [ + { + "bbox": [ + 106, + 553, + 505, + 565 + ], + "score": 1.0, + "content": "Since the spatial contrasting loss is a differentiable estimation that can be computed within a net-", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 564, + 505, + 577 + ], + "spans": [ + { + "bbox": [ + 106, + 564, + 505, + 577 + ], + "score": 1.0, + "content": "work parallel to supervised losses, in future work we plan to embed it as a semi-supervised model.", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 575, + 505, + 587 + ], + "spans": [ + { + "bbox": [ + 105, + 575, + 505, + 587 + ], + "score": 1.0, + "content": "This usage will allow to create models that can leverage both labeled an unlabeled data, and can be", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 586, + 505, + 598 + ], + "spans": [ + { + "bbox": [ + 105, + 586, + 505, + 598 + ], + "score": 1.0, + "content": "compared to similar semi-supervised models such as the ladder network Rasmus et al. (2015). It is", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 596, + 505, + 610 + ], + "spans": [ + { + "bbox": [ + 105, + 596, + 505, + 610 + ], + "score": 1.0, + "content": "is also apparent that contrasting can occur in dimensions other than the spatial, the most straight-", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 608, + 505, + 620 + ], + "spans": [ + { + "bbox": [ + 105, + 608, + 505, + 620 + ], + "score": 1.0, + "content": "forward is the temporal dimension. This suggests that similar training procedure can be applied on", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 619, + 434, + 632 + ], + "spans": [ + { + "bbox": [ + 105, + 619, + 434, + 632 + ], + "score": 1.0, + "content": "segments of sequences to learn useful representation without explicit supervision.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 23, + "bbox_fs": [ + 105, + 553, + 505, + 632 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 648, + 175, + 660 + ], + "lines": [ + { + "bbox": [ + 106, + 648, + 176, + 661 + ], + "spans": [ + { + "bbox": [ + 106, + 648, + 176, + 661 + ], + "score": 1.0, + "content": "REFERENCES", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 27 + }, + { + "type": "text", + "bbox": [ + 107, + 667, + 505, + 689 + ], + "lines": [ + { + "bbox": [ + 106, + 666, + 505, + 680 + ], + "spans": [ + { + "bbox": [ + 106, + 666, + 505, + 680 + ], + "score": 1.0, + "content": "Vassileios Balntas, Edward Johns, Lilian Tang, and Krystian Mikolajczyk. Pn-net: Conjoined triple", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 116, + 677, + 482, + 690 + ], + "spans": [ + { + "bbox": [ + 116, + 677, + 482, + 690 + ], + "score": 1.0, + "content": "deep network for learning local image descriptors. arXiv preprint arXiv:1601.05030, 2016.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28.5, + "bbox_fs": [ + 106, + 666, + 505, + 690 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 698, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 698, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 505, + 712 + ], + "score": 1.0, + "content": "Jane Bromley, James W Bentz, Leon Bottou, Isabelle Guyon, Yann LeCun, Cliff Moore, Eduard ´", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 116, + 709, + 504, + 722 + ], + "spans": [ + { + "bbox": [ + 116, + 709, + 504, + 722 + ], + "score": 1.0, + "content": "Sackinger, and Roopak Shah. Signature verification using a siamese time delay neural network.¨", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 116, + 721, + 494, + 733 + ], + "spans": [ + { + "bbox": [ + 116, + 721, + 494, + 733 + ], + "score": 1.0, + "content": "International Journal of Pattern Recognition and Artificial Intelligence, 7(04):669–688, 1993.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 31, + "bbox_fs": [ + 105, + 698, + 505, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 503, + 116 + ], + "lines": [ + { + "bbox": [ + 105, + 82, + 505, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 505, + 96 + ], + "score": 1.0, + "content": "Sumit Chopra, Raia Hadsell, and Yann LeCun. Learning a similarity metric discriminatively, with", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 116, + 94, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 116, + 94, + 505, + 106 + ], + "score": 1.0, + "content": "application to face verification. In Computer Vision and Pattern Recognition, 2005. CVPR 2005.", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 116, + 104, + 426, + 117 + ], + "spans": [ + { + "bbox": [ + 116, + 104, + 426, + 117 + ], + "score": 1.0, + "content": "IEEE Computer Society Conference on, volume 1, pp. 539–546. IEEE, 2005.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1 + }, + { + "type": "text", + "bbox": [ + 104, + 122, + 503, + 146 + ], + "lines": [ + { + "bbox": [ + 106, + 122, + 505, + 135 + ], + "spans": [ + { + "bbox": [ + 106, + 122, + 505, + 135 + ], + "score": 1.0, + "content": "Adam Coates and Andrew Y Ng. Learning feature representations with k-means. In Neural Net-", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 115, + 133, + 344, + 146 + ], + "spans": [ + { + "bbox": [ + 115, + 133, + 344, + 146 + ], + "score": 1.0, + "content": "works: Tricks of the Trade, pp. 561–580. Springer, 2012.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + }, + { + "type": "text", + "bbox": [ + 107, + 151, + 504, + 185 + ], + "lines": [ + { + "bbox": [ + 105, + 151, + 504, + 165 + ], + "spans": [ + { + "bbox": [ + 105, + 151, + 200, + 165 + ], + "score": 1.0, + "content": "Adam Coates, Andrew", + "type": "text" + }, + { + "bbox": [ + 201, + 153, + 225, + 164 + ], + "score": 0.28, + "content": "\\mathrm { ~ Y ~ N ~ g ~ }", + "type": "inline_equation" + }, + { + "bbox": [ + 226, + 151, + 504, + 165 + ], + "score": 1.0, + "content": ", and Honglak Lee. An analysis of single-layer networks in unsuper-", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 115, + 162, + 505, + 177 + ], + "spans": [ + { + "bbox": [ + 115, + 162, + 505, + 177 + ], + "score": 1.0, + "content": "vised feature learning. In International Conference on Artificial Intelligence and Statistics, pp.", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 115, + 173, + 182, + 185 + ], + "spans": [ + { + "bbox": [ + 115, + 173, + 182, + 185 + ], + "score": 1.0, + "content": "215–223, 2011.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6 + }, + { + "type": "text", + "bbox": [ + 105, + 192, + 504, + 215 + ], + "lines": [ + { + "bbox": [ + 105, + 192, + 505, + 205 + ], + "spans": [ + { + "bbox": [ + 105, + 192, + 505, + 205 + ], + "score": 1.0, + "content": "Ronan Collobert, Koray Kavukcuoglu, and Clement Farabet. Torch7: A matlab-like environment ´", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 115, + 203, + 476, + 216 + ], + "spans": [ + { + "bbox": [ + 115, + 203, + 476, + 216 + ], + "score": 1.0, + "content": "for machine learning. In BigLearn, NIPS Workshop, number EPFL-CONF-192376, 2011.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8.5 + }, + { + "type": "text", + "bbox": [ + 108, + 221, + 504, + 255 + ], + "lines": [ + { + "bbox": [ + 105, + 220, + 505, + 235 + ], + "spans": [ + { + "bbox": [ + 105, + 220, + 505, + 235 + ], + "score": 1.0, + "content": "Carl Doersch, Abhinav Gupta, and Alexei A Efros. Unsupervised visual representation learning by", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 114, + 231, + 506, + 248 + ], + "spans": [ + { + "bbox": [ + 114, + 231, + 506, + 248 + ], + "score": 1.0, + "content": "context prediction. In Proceedings of the IEEE International Conference on Computer Vision, pp.", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 117, + 244, + 192, + 255 + ], + "spans": [ + { + "bbox": [ + 117, + 244, + 192, + 255 + ], + "score": 1.0, + "content": "1422–1430, 2015.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11 + }, + { + "type": "text", + "bbox": [ + 107, + 261, + 504, + 296 + ], + "lines": [ + { + "bbox": [ + 105, + 261, + 505, + 275 + ], + "spans": [ + { + "bbox": [ + 105, + 261, + 505, + 275 + ], + "score": 1.0, + "content": "Alexey Dosovitskiy, Jost Tobias Springenberg, Martin Riedmiller, and Thomas Brox. Discrimina-", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 116, + 274, + 505, + 285 + ], + "spans": [ + { + "bbox": [ + 116, + 274, + 505, + 285 + ], + "score": 1.0, + "content": "tive unsupervised feature learning with convolutional neural networks. In Advances in Neural", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 116, + 284, + 329, + 297 + ], + "spans": [ + { + "bbox": [ + 116, + 284, + 329, + 297 + ], + "score": 1.0, + "content": "Information Processing Systems, pp. 766–774, 2014.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14 + }, + { + "type": "text", + "bbox": [ + 107, + 302, + 504, + 336 + ], + "lines": [ + { + "bbox": [ + 105, + 301, + 505, + 315 + ], + "spans": [ + { + "bbox": [ + 105, + 301, + 505, + 315 + ], + "score": 1.0, + "content": "Ian Goodfellow, Jean Pouget-Abadie, Mehdi Mirza, Bing Xu, David Warde-Farley, Sherjil Ozair,", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 116, + 313, + 505, + 326 + ], + "spans": [ + { + "bbox": [ + 116, + 313, + 505, + 326 + ], + "score": 1.0, + "content": "Aaron Courville, and Yoshua Bengio. Generative adversarial nets. In Advances in Neural Infor-", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 116, + 325, + 319, + 336 + ], + "spans": [ + { + "bbox": [ + 116, + 325, + 319, + 336 + ], + "score": 1.0, + "content": "mation Processing Systems, pp. 2672–2680, 2014.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17 + }, + { + "type": "text", + "bbox": [ + 106, + 342, + 504, + 376 + ], + "lines": [ + { + "bbox": [ + 105, + 342, + 505, + 355 + ], + "spans": [ + { + "bbox": [ + 105, + 342, + 505, + 355 + ], + "score": 1.0, + "content": "Michael Gutmann and Aapo Hyvarinen. Noise-contrastive estimation: A new estimation principle ¨", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 116, + 354, + 506, + 366 + ], + "spans": [ + { + "bbox": [ + 116, + 354, + 506, + 366 + ], + "score": 1.0, + "content": "for unnormalized statistical models. In International Conference on Artificial Intelligence and", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 115, + 365, + 237, + 376 + ], + "spans": [ + { + "bbox": [ + 115, + 365, + 237, + 376 + ], + "score": 1.0, + "content": "Statistics, pp. 297–304, 2010.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 20 + }, + { + "type": "text", + "bbox": [ + 106, + 383, + 502, + 406 + ], + "lines": [ + { + "bbox": [ + 105, + 380, + 504, + 398 + ], + "spans": [ + { + "bbox": [ + 105, + 380, + 504, + 398 + ], + "score": 1.0, + "content": "Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. Deep residual learning for image recog-", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 115, + 394, + 308, + 406 + ], + "spans": [ + { + "bbox": [ + 115, + 394, + 308, + 406 + ], + "score": 1.0, + "content": "nition. arXiv preprint arXiv:1512.03385, 2015.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22.5 + }, + { + "type": "text", + "bbox": [ + 106, + 412, + 504, + 435 + ], + "lines": [ + { + "bbox": [ + 105, + 411, + 505, + 426 + ], + "spans": [ + { + "bbox": [ + 105, + 411, + 505, + 426 + ], + "score": 1.0, + "content": "Geoffrey E Hinton. To recognize shapes, first learn to generate images. Progress in brain research,", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 117, + 423, + 199, + 435 + ], + "spans": [ + { + "bbox": [ + 117, + 423, + 199, + 435 + ], + "score": 1.0, + "content": "165:535–547, 2007.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24.5 + }, + { + "type": "text", + "bbox": [ + 108, + 441, + 503, + 465 + ], + "lines": [ + { + "bbox": [ + 105, + 440, + 505, + 455 + ], + "spans": [ + { + "bbox": [ + 105, + 440, + 505, + 455 + ], + "score": 1.0, + "content": "Elad Hoffer and Nir Ailon. Deep metric learning using triplet network. In Similarity-Based Pattern", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 115, + 452, + 278, + 465 + ], + "spans": [ + { + "bbox": [ + 115, + 452, + 278, + 465 + ], + "score": 1.0, + "content": "Recognition, pp. 84–92. Springer, 2015.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26.5 + }, + { + "type": "text", + "bbox": [ + 106, + 471, + 503, + 494 + ], + "lines": [ + { + "bbox": [ + 106, + 471, + 505, + 484 + ], + "spans": [ + { + "bbox": [ + 106, + 471, + 505, + 484 + ], + "score": 1.0, + "content": "Ka Y Hui. Direct modeling of complex invariances for visual object features. In Proceedings of the", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 115, + 482, + 457, + 495 + ], + "spans": [ + { + "bbox": [ + 115, + 482, + 457, + 495 + ], + "score": 1.0, + "content": "30th International Conference on Machine Learning (ICML-13), pp. 352–360, 2013.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28.5 + }, + { + "type": "text", + "bbox": [ + 108, + 500, + 504, + 534 + ], + "lines": [ + { + "bbox": [ + 105, + 499, + 505, + 514 + ], + "spans": [ + { + "bbox": [ + 105, + 499, + 505, + 514 + ], + "score": 1.0, + "content": "Sergey Ioffe and Christian Szegedy. Batch normalization: Accelerating deep network training by re-", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 116, + 512, + 505, + 524 + ], + "spans": [ + { + "bbox": [ + 116, + 512, + 505, + 524 + ], + "score": 1.0, + "content": "ducing internal covariate shift. In Proceedings of The 32nd International Conference on Machine", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 115, + 523, + 237, + 534 + ], + "spans": [ + { + "bbox": [ + 115, + 523, + 237, + 534 + ], + "score": 1.0, + "content": "Learning, pp. 448–456, 2015.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 31 + }, + { + "type": "text", + "bbox": [ + 106, + 540, + 506, + 575 + ], + "lines": [ + { + "bbox": [ + 106, + 540, + 505, + 553 + ], + "spans": [ + { + "bbox": [ + 106, + 540, + 505, + 553 + ], + "score": 1.0, + "content": "Kevin Jarrett, Koray Kavukcuoglu, Marc’Aurelio Ranzato, and Yann LeCun. What is the best multi-", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 115, + 552, + 505, + 564 + ], + "spans": [ + { + "bbox": [ + 115, + 552, + 505, + 564 + ], + "score": 1.0, + "content": "stage architecture for object recognition? In Computer Vision, 2009 IEEE 12th International", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 116, + 562, + 296, + 575 + ], + "spans": [ + { + "bbox": [ + 116, + 562, + 296, + 575 + ], + "score": 1.0, + "content": "Conference on, pp. 2146–2153. IEEE, 2009.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 34 + }, + { + "type": "text", + "bbox": [ + 106, + 580, + 503, + 604 + ], + "lines": [ + { + "bbox": [ + 106, + 580, + 504, + 594 + ], + "spans": [ + { + "bbox": [ + 106, + 580, + 504, + 594 + ], + "score": 1.0, + "content": "Alex Krizhevsky and Geoffrey Hinton. Learning multiple layers of features from tiny images. Com-", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 115, + 592, + 384, + 605 + ], + "spans": [ + { + "bbox": [ + 115, + 592, + 384, + 605 + ], + "score": 1.0, + "content": "puter Science Department, University of Toronto, Tech. Rep, 2009.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 36.5 + }, + { + "type": "text", + "bbox": [ + 107, + 610, + 503, + 633 + ], + "lines": [ + { + "bbox": [ + 105, + 610, + 505, + 623 + ], + "spans": [ + { + "bbox": [ + 105, + 610, + 505, + 623 + ], + "score": 1.0, + "content": "Alex Krizhevsky, Ilya Sutskever, and Geoffrey E Hinton. ImageNet Classification with Deep Con-", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 116, + 621, + 505, + 634 + ], + "spans": [ + { + "bbox": [ + 116, + 621, + 505, + 634 + ], + "score": 1.0, + "content": "volutional Neural Networks. Advances In Neural Information Processing Systems, pp. 1–9, 2012.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 38.5 + }, + { + "type": "text", + "bbox": [ + 107, + 639, + 503, + 663 + ], + "lines": [ + { + "bbox": [ + 106, + 639, + 505, + 652 + ], + "spans": [ + { + "bbox": [ + 106, + 639, + 505, + 652 + ], + "score": 1.0, + "content": "Yann LeCun, Leon Bottou, Yoshua Bengio, and Patrick Haffner. Gradient-based learning applied to ´", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 116, + 651, + 417, + 663 + ], + "spans": [ + { + "bbox": [ + 116, + 651, + 417, + 663 + ], + "score": 1.0, + "content": "document recognition. Proceedings of the IEEE, 86(11):2278–2324, 1998.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 40.5 + }, + { + "type": "text", + "bbox": [ + 106, + 669, + 504, + 692 + ], + "lines": [ + { + "bbox": [ + 105, + 668, + 505, + 682 + ], + "spans": [ + { + "bbox": [ + 105, + 668, + 505, + 682 + ], + "score": 1.0, + "content": "Min Lin, Qiang Chen, and Shuicheng Yan. Network in network. arXiv preprint arXiv:1312.4400,", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 114, + 678, + 144, + 693 + ], + "spans": [ + { + "bbox": [ + 114, + 678, + 144, + 693 + ], + "score": 1.0, + "content": "2013.", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 42.5 + }, + { + "type": "text", + "bbox": [ + 107, + 698, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 697, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 697, + 505, + 712 + ], + "score": 1.0, + "content": "Tomas Mikolov, Ilya Sutskever, Kai Chen, Greg S Corrado, and Jeff Dean. Distributed represen-", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 115, + 708, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 115, + 708, + 506, + 723 + ], + "score": 1.0, + "content": "tations of words and phrases and their compositionality. In Advances in neural information pro-", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 116, + 721, + 273, + 732 + ], + "spans": [ + { + "bbox": [ + 116, + 721, + 273, + 732 + ], + "score": 1.0, + "content": "cessing systems, pp. 3111–3119, 2013.", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 45 + } + ], + "page_idx": 8, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 302, + 751, + 309, + 759 + ], + "lines": [ + { + "bbox": [ + 302, + 751, + 309, + 762 + ], + "spans": [ + { + "bbox": [ + 302, + 751, + 309, + 762 + ], + "score": 1.0, + "content": "9", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 107, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 107, + 26, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 107, + 26, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2017", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 503, + 116 + ], + "lines": [ + { + "bbox": [ + 105, + 82, + 505, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 505, + 96 + ], + "score": 1.0, + "content": "Sumit Chopra, Raia Hadsell, and Yann LeCun. Learning a similarity metric discriminatively, with", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 116, + 94, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 116, + 94, + 505, + 106 + ], + "score": 1.0, + "content": "application to face verification. In Computer Vision and Pattern Recognition, 2005. CVPR 2005.", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 116, + 104, + 426, + 117 + ], + "spans": [ + { + "bbox": [ + 116, + 104, + 426, + 117 + ], + "score": 1.0, + "content": "IEEE Computer Society Conference on, volume 1, pp. 539–546. IEEE, 2005.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1, + "bbox_fs": [ + 105, + 82, + 505, + 117 + ] + }, + { + "type": "text", + "bbox": [ + 104, + 122, + 503, + 146 + ], + "lines": [ + { + "bbox": [ + 106, + 122, + 505, + 135 + ], + "spans": [ + { + "bbox": [ + 106, + 122, + 505, + 135 + ], + "score": 1.0, + "content": "Adam Coates and Andrew Y Ng. Learning feature representations with k-means. In Neural Net-", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 115, + 133, + 344, + 146 + ], + "spans": [ + { + "bbox": [ + 115, + 133, + 344, + 146 + ], + "score": 1.0, + "content": "works: Tricks of the Trade, pp. 561–580. Springer, 2012.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5, + "bbox_fs": [ + 106, + 122, + 505, + 146 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 151, + 504, + 185 + ], + "lines": [ + { + "bbox": [ + 105, + 151, + 504, + 165 + ], + "spans": [ + { + "bbox": [ + 105, + 151, + 200, + 165 + ], + "score": 1.0, + "content": "Adam Coates, Andrew", + "type": "text" + }, + { + "bbox": [ + 201, + 153, + 225, + 164 + ], + "score": 0.28, + "content": "\\mathrm { ~ Y ~ N ~ g ~ }", + "type": "inline_equation" + }, + { + "bbox": [ + 226, + 151, + 504, + 165 + ], + "score": 1.0, + "content": ", and Honglak Lee. An analysis of single-layer networks in unsuper-", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 115, + 162, + 505, + 177 + ], + "spans": [ + { + "bbox": [ + 115, + 162, + 505, + 177 + ], + "score": 1.0, + "content": "vised feature learning. In International Conference on Artificial Intelligence and Statistics, pp.", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 115, + 173, + 182, + 185 + ], + "spans": [ + { + "bbox": [ + 115, + 173, + 182, + 185 + ], + "score": 1.0, + "content": "215–223, 2011.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6, + "bbox_fs": [ + 105, + 151, + 505, + 185 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 192, + 504, + 215 + ], + "lines": [ + { + "bbox": [ + 105, + 192, + 505, + 205 + ], + "spans": [ + { + "bbox": [ + 105, + 192, + 505, + 205 + ], + "score": 1.0, + "content": "Ronan Collobert, Koray Kavukcuoglu, and Clement Farabet. Torch7: A matlab-like environment ´", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 115, + 203, + 476, + 216 + ], + "spans": [ + { + "bbox": [ + 115, + 203, + 476, + 216 + ], + "score": 1.0, + "content": "for machine learning. In BigLearn, NIPS Workshop, number EPFL-CONF-192376, 2011.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8.5, + "bbox_fs": [ + 105, + 192, + 505, + 216 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 221, + 504, + 255 + ], + "lines": [ + { + "bbox": [ + 105, + 220, + 505, + 235 + ], + "spans": [ + { + "bbox": [ + 105, + 220, + 505, + 235 + ], + "score": 1.0, + "content": "Carl Doersch, Abhinav Gupta, and Alexei A Efros. Unsupervised visual representation learning by", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 114, + 231, + 506, + 248 + ], + "spans": [ + { + "bbox": [ + 114, + 231, + 506, + 248 + ], + "score": 1.0, + "content": "context prediction. In Proceedings of the IEEE International Conference on Computer Vision, pp.", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 117, + 244, + 192, + 255 + ], + "spans": [ + { + "bbox": [ + 117, + 244, + 192, + 255 + ], + "score": 1.0, + "content": "1422–1430, 2015.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11, + "bbox_fs": [ + 105, + 220, + 506, + 255 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 261, + 504, + 296 + ], + "lines": [ + { + "bbox": [ + 105, + 261, + 505, + 275 + ], + "spans": [ + { + "bbox": [ + 105, + 261, + 505, + 275 + ], + "score": 1.0, + "content": "Alexey Dosovitskiy, Jost Tobias Springenberg, Martin Riedmiller, and Thomas Brox. Discrimina-", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 116, + 274, + 505, + 285 + ], + "spans": [ + { + "bbox": [ + 116, + 274, + 505, + 285 + ], + "score": 1.0, + "content": "tive unsupervised feature learning with convolutional neural networks. In Advances in Neural", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 116, + 284, + 329, + 297 + ], + "spans": [ + { + "bbox": [ + 116, + 284, + 329, + 297 + ], + "score": 1.0, + "content": "Information Processing Systems, pp. 766–774, 2014.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14, + "bbox_fs": [ + 105, + 261, + 505, + 297 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 302, + 504, + 336 + ], + "lines": [ + { + "bbox": [ + 105, + 301, + 505, + 315 + ], + "spans": [ + { + "bbox": [ + 105, + 301, + 505, + 315 + ], + "score": 1.0, + "content": "Ian Goodfellow, Jean Pouget-Abadie, Mehdi Mirza, Bing Xu, David Warde-Farley, Sherjil Ozair,", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 116, + 313, + 505, + 326 + ], + "spans": [ + { + "bbox": [ + 116, + 313, + 505, + 326 + ], + "score": 1.0, + "content": "Aaron Courville, and Yoshua Bengio. Generative adversarial nets. In Advances in Neural Infor-", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 116, + 325, + 319, + 336 + ], + "spans": [ + { + "bbox": [ + 116, + 325, + 319, + 336 + ], + "score": 1.0, + "content": "mation Processing Systems, pp. 2672–2680, 2014.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17, + "bbox_fs": [ + 105, + 301, + 505, + 336 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 342, + 504, + 376 + ], + "lines": [ + { + "bbox": [ + 105, + 342, + 505, + 355 + ], + "spans": [ + { + "bbox": [ + 105, + 342, + 505, + 355 + ], + "score": 1.0, + "content": "Michael Gutmann and Aapo Hyvarinen. Noise-contrastive estimation: A new estimation principle ¨", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 116, + 354, + 506, + 366 + ], + "spans": [ + { + "bbox": [ + 116, + 354, + 506, + 366 + ], + "score": 1.0, + "content": "for unnormalized statistical models. In International Conference on Artificial Intelligence and", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 115, + 365, + 237, + 376 + ], + "spans": [ + { + "bbox": [ + 115, + 365, + 237, + 376 + ], + "score": 1.0, + "content": "Statistics, pp. 297–304, 2010.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 20, + "bbox_fs": [ + 105, + 342, + 506, + 376 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 383, + 502, + 406 + ], + "lines": [ + { + "bbox": [ + 105, + 380, + 504, + 398 + ], + "spans": [ + { + "bbox": [ + 105, + 380, + 504, + 398 + ], + "score": 1.0, + "content": "Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. Deep residual learning for image recog-", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 115, + 394, + 308, + 406 + ], + "spans": [ + { + "bbox": [ + 115, + 394, + 308, + 406 + ], + "score": 1.0, + "content": "nition. arXiv preprint arXiv:1512.03385, 2015.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22.5, + "bbox_fs": [ + 105, + 380, + 504, + 406 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 412, + 504, + 435 + ], + "lines": [ + { + "bbox": [ + 105, + 411, + 505, + 426 + ], + "spans": [ + { + "bbox": [ + 105, + 411, + 505, + 426 + ], + "score": 1.0, + "content": "Geoffrey E Hinton. To recognize shapes, first learn to generate images. Progress in brain research,", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 117, + 423, + 199, + 435 + ], + "spans": [ + { + "bbox": [ + 117, + 423, + 199, + 435 + ], + "score": 1.0, + "content": "165:535–547, 2007.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24.5, + "bbox_fs": [ + 105, + 411, + 505, + 435 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 441, + 503, + 465 + ], + "lines": [ + { + "bbox": [ + 105, + 440, + 505, + 455 + ], + "spans": [ + { + "bbox": [ + 105, + 440, + 505, + 455 + ], + "score": 1.0, + "content": "Elad Hoffer and Nir Ailon. Deep metric learning using triplet network. In Similarity-Based Pattern", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 115, + 452, + 278, + 465 + ], + "spans": [ + { + "bbox": [ + 115, + 452, + 278, + 465 + ], + "score": 1.0, + "content": "Recognition, pp. 84–92. Springer, 2015.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26.5, + "bbox_fs": [ + 105, + 440, + 505, + 465 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 471, + 503, + 494 + ], + "lines": [ + { + "bbox": [ + 106, + 471, + 505, + 484 + ], + "spans": [ + { + "bbox": [ + 106, + 471, + 505, + 484 + ], + "score": 1.0, + "content": "Ka Y Hui. Direct modeling of complex invariances for visual object features. In Proceedings of the", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 115, + 482, + 457, + 495 + ], + "spans": [ + { + "bbox": [ + 115, + 482, + 457, + 495 + ], + "score": 1.0, + "content": "30th International Conference on Machine Learning (ICML-13), pp. 352–360, 2013.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28.5, + "bbox_fs": [ + 106, + 471, + 505, + 495 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 500, + 504, + 534 + ], + "lines": [ + { + "bbox": [ + 105, + 499, + 505, + 514 + ], + "spans": [ + { + "bbox": [ + 105, + 499, + 505, + 514 + ], + "score": 1.0, + "content": "Sergey Ioffe and Christian Szegedy. Batch normalization: Accelerating deep network training by re-", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 116, + 512, + 505, + 524 + ], + "spans": [ + { + "bbox": [ + 116, + 512, + 505, + 524 + ], + "score": 1.0, + "content": "ducing internal covariate shift. In Proceedings of The 32nd International Conference on Machine", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 115, + 523, + 237, + 534 + ], + "spans": [ + { + "bbox": [ + 115, + 523, + 237, + 534 + ], + "score": 1.0, + "content": "Learning, pp. 448–456, 2015.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 31, + "bbox_fs": [ + 105, + 499, + 505, + 534 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 540, + 506, + 575 + ], + "lines": [ + { + "bbox": [ + 106, + 540, + 505, + 553 + ], + "spans": [ + { + "bbox": [ + 106, + 540, + 505, + 553 + ], + "score": 1.0, + "content": "Kevin Jarrett, Koray Kavukcuoglu, Marc’Aurelio Ranzato, and Yann LeCun. What is the best multi-", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 115, + 552, + 505, + 564 + ], + "spans": [ + { + "bbox": [ + 115, + 552, + 505, + 564 + ], + "score": 1.0, + "content": "stage architecture for object recognition? In Computer Vision, 2009 IEEE 12th International", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 116, + 562, + 296, + 575 + ], + "spans": [ + { + "bbox": [ + 116, + 562, + 296, + 575 + ], + "score": 1.0, + "content": "Conference on, pp. 2146–2153. IEEE, 2009.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 34, + "bbox_fs": [ + 106, + 540, + 505, + 575 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 580, + 503, + 604 + ], + "lines": [ + { + "bbox": [ + 106, + 580, + 504, + 594 + ], + "spans": [ + { + "bbox": [ + 106, + 580, + 504, + 594 + ], + "score": 1.0, + "content": "Alex Krizhevsky and Geoffrey Hinton. Learning multiple layers of features from tiny images. Com-", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 115, + 592, + 384, + 605 + ], + "spans": [ + { + "bbox": [ + 115, + 592, + 384, + 605 + ], + "score": 1.0, + "content": "puter Science Department, University of Toronto, Tech. Rep, 2009.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 36.5, + "bbox_fs": [ + 106, + 580, + 504, + 605 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 610, + 503, + 633 + ], + "lines": [ + { + "bbox": [ + 105, + 610, + 505, + 623 + ], + "spans": [ + { + "bbox": [ + 105, + 610, + 505, + 623 + ], + "score": 1.0, + "content": "Alex Krizhevsky, Ilya Sutskever, and Geoffrey E Hinton. ImageNet Classification with Deep Con-", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 116, + 621, + 505, + 634 + ], + "spans": [ + { + "bbox": [ + 116, + 621, + 505, + 634 + ], + "score": 1.0, + "content": "volutional Neural Networks. Advances In Neural Information Processing Systems, pp. 1–9, 2012.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 38.5, + "bbox_fs": [ + 105, + 610, + 505, + 634 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 639, + 503, + 663 + ], + "lines": [ + { + "bbox": [ + 106, + 639, + 505, + 652 + ], + "spans": [ + { + "bbox": [ + 106, + 639, + 505, + 652 + ], + "score": 1.0, + "content": "Yann LeCun, Leon Bottou, Yoshua Bengio, and Patrick Haffner. Gradient-based learning applied to ´", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 116, + 651, + 417, + 663 + ], + "spans": [ + { + "bbox": [ + 116, + 651, + 417, + 663 + ], + "score": 1.0, + "content": "document recognition. Proceedings of the IEEE, 86(11):2278–2324, 1998.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 40.5, + "bbox_fs": [ + 106, + 639, + 505, + 663 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 669, + 504, + 692 + ], + "lines": [ + { + "bbox": [ + 105, + 668, + 505, + 682 + ], + "spans": [ + { + "bbox": [ + 105, + 668, + 505, + 682 + ], + "score": 1.0, + "content": "Min Lin, Qiang Chen, and Shuicheng Yan. Network in network. arXiv preprint arXiv:1312.4400,", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 114, + 678, + 144, + 693 + ], + "spans": [ + { + "bbox": [ + 114, + 678, + 144, + 693 + ], + "score": 1.0, + "content": "2013.", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 42.5, + "bbox_fs": [ + 105, + 668, + 505, + 693 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 698, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 697, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 697, + 505, + 712 + ], + "score": 1.0, + "content": "Tomas Mikolov, Ilya Sutskever, Kai Chen, Greg S Corrado, and Jeff Dean. Distributed represen-", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 115, + 708, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 115, + 708, + 506, + 723 + ], + "score": 1.0, + "content": "tations of words and phrases and their compositionality. In Advances in neural information pro-", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 116, + 721, + 273, + 732 + ], + "spans": [ + { + "bbox": [ + 116, + 721, + 273, + 732 + ], + "score": 1.0, + "content": "cessing systems, pp. 3111–3119, 2013.", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 45, + "bbox_fs": [ + 105, + 697, + 506, + 732 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 504, + 105 + ], + "lines": [ + { + "bbox": [ + 106, + 81, + 506, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 81, + 506, + 95 + ], + "score": 1.0, + "content": "Andriy Mnih and Koray Kavukcuoglu. Learning word embeddings efficiently with noise-contrastive", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 116, + 93, + 478, + 106 + ], + "spans": [ + { + "bbox": [ + 116, + 93, + 478, + 106 + ], + "score": 1.0, + "content": "estimation. In Advances in Neural Information Processing Systems, pp. 2265–2273, 2013.", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "text", + "bbox": [ + 108, + 111, + 504, + 146 + ], + "lines": [ + { + "bbox": [ + 107, + 112, + 505, + 125 + ], + "spans": [ + { + "bbox": [ + 107, + 112, + 505, + 125 + ], + "score": 1.0, + "content": "Volodymyr Mnih, Koray Kavukcuoglu, David Silver, Andrei A Rusu, Joel Veness, Marc G Belle-", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 116, + 124, + 505, + 136 + ], + "spans": [ + { + "bbox": [ + 116, + 124, + 505, + 136 + ], + "score": 1.0, + "content": "mare, Alex Graves, Martin Riedmiller, Andreas K Fidjeland, Georg Ostrovski, et al. Human-level", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 115, + 134, + 441, + 147 + ], + "spans": [ + { + "bbox": [ + 115, + 134, + 441, + 147 + ], + "score": 1.0, + "content": "control through deep reinforcement learning. Nature, 518(7540):529–533, 2015.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3 + }, + { + "type": "text", + "bbox": [ + 108, + 153, + 266, + 165 + ], + "lines": [ + { + "bbox": [ + 106, + 152, + 267, + 167 + ], + "spans": [ + { + "bbox": [ + 106, + 152, + 267, + 167 + ], + "score": 1.0, + "content": "Andrew Ng. Sparse autoencoder. 2011.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5 + }, + { + "type": "text", + "bbox": [ + 104, + 172, + 505, + 195 + ], + "lines": [ + { + "bbox": [ + 106, + 172, + 505, + 185 + ], + "spans": [ + { + "bbox": [ + 106, + 172, + 505, + 185 + ], + "score": 1.0, + "content": "Tom Le Paine, Pooya Khorrami, Wei Han, and Thomas S Huang. An analysis of unsupervised", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 115, + 183, + 434, + 195 + ], + "spans": [ + { + "bbox": [ + 115, + 183, + 434, + 195 + ], + "score": 1.0, + "content": "pre-training in light of recent advances. arXiv preprint arXiv:1412.6597, 2014.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6.5 + }, + { + "type": "text", + "bbox": [ + 106, + 201, + 504, + 225 + ], + "lines": [ + { + "bbox": [ + 106, + 201, + 505, + 214 + ], + "spans": [ + { + "bbox": [ + 106, + 201, + 505, + 214 + ], + "score": 1.0, + "content": "Pedro O Pinheiro, Ronan Collobert, and Piotr Dollar. Learning to segment object candidates. In", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 115, + 213, + 420, + 225 + ], + "spans": [ + { + "bbox": [ + 115, + 213, + 420, + 225 + ], + "score": 1.0, + "content": "Advances in Neural Information Processing Systems, pp. 1981–1989, 2015.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8.5 + }, + { + "type": "text", + "bbox": [ + 105, + 231, + 504, + 255 + ], + "lines": [ + { + "bbox": [ + 105, + 230, + 506, + 246 + ], + "spans": [ + { + "bbox": [ + 105, + 230, + 506, + 246 + ], + "score": 1.0, + "content": "Alec Radford, Luke Metz, and Soumith Chintala. Unsupervised representation learning with deep", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 116, + 243, + 467, + 255 + ], + "spans": [ + { + "bbox": [ + 116, + 243, + 467, + 255 + ], + "score": 1.0, + "content": "convolutional generative adversarial networks. arXiv preprint arXiv:1511.06434, 2015.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10.5 + }, + { + "type": "text", + "bbox": [ + 107, + 261, + 504, + 295 + ], + "lines": [ + { + "bbox": [ + 105, + 261, + 506, + 275 + ], + "spans": [ + { + "bbox": [ + 105, + 261, + 506, + 275 + ], + "score": 1.0, + "content": "Antti Rasmus, Mathias Berglund, Mikko Honkala, Harri Valpola, and Tapani Raiko. Semi-", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 115, + 272, + 506, + 286 + ], + "spans": [ + { + "bbox": [ + 115, + 272, + 506, + 286 + ], + "score": 1.0, + "content": "supervised learning with ladder networks. In Advances in Neural Information Processing Systems,", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 115, + 283, + 206, + 295 + ], + "spans": [ + { + "bbox": [ + 115, + 283, + 206, + 295 + ], + "score": 1.0, + "content": "pp. 3532–3540, 2015.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 13 + }, + { + "type": "text", + "bbox": [ + 107, + 302, + 505, + 336 + ], + "lines": [ + { + "bbox": [ + 106, + 302, + 504, + 315 + ], + "spans": [ + { + "bbox": [ + 106, + 302, + 504, + 315 + ], + "score": 1.0, + "content": "Ali Razavian, Hossein Azizpour, Josephine Sullivan, and Stefan Carlsson. Cnn features off-the-", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 116, + 313, + 505, + 326 + ], + "spans": [ + { + "bbox": [ + 116, + 313, + 505, + 326 + ], + "score": 1.0, + "content": "shelf: an astounding baseline for recognition. In Proceedings of the IEEE Conference on Com-", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 115, + 325, + 395, + 337 + ], + "spans": [ + { + "bbox": [ + 115, + 325, + 395, + 337 + ], + "score": 1.0, + "content": "puter Vision and Pattern Recognition Workshops, pp. 806–813, 2014.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 16 + }, + { + "type": "text", + "bbox": [ + 107, + 343, + 502, + 367 + ], + "lines": [ + { + "bbox": [ + 106, + 343, + 504, + 356 + ], + "spans": [ + { + "bbox": [ + 106, + 343, + 504, + 356 + ], + "score": 1.0, + "content": "David E Rumelhart, Geoffrey E Hinton, and Ronald J Williams. Learning representations by back-", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 115, + 355, + 308, + 367 + ], + "spans": [ + { + "bbox": [ + 115, + 355, + 308, + 367 + ], + "score": 1.0, + "content": "propagating errors. Cognitive modeling, 5(3):1.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 18.5 + }, + { + "type": "text", + "bbox": [ + 107, + 372, + 502, + 397 + ], + "lines": [ + { + "bbox": [ + 106, + 373, + 504, + 386 + ], + "spans": [ + { + "bbox": [ + 106, + 373, + 504, + 386 + ], + "score": 1.0, + "content": "Tim Salimans, Ian Goodfellow, Wojciech Zaremba, Vicki Cheung, Alec Radford, and Xi Chen.", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 116, + 384, + 437, + 397 + ], + "spans": [ + { + "bbox": [ + 116, + 384, + 437, + 397 + ], + "score": 1.0, + "content": "Improved techniques for training gans. arXiv preprint arXiv:1606.03498, 2016.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 20.5 + }, + { + "type": "text", + "bbox": [ + 107, + 403, + 505, + 437 + ], + "lines": [ + { + "bbox": [ + 105, + 403, + 504, + 415 + ], + "spans": [ + { + "bbox": [ + 105, + 403, + 504, + 415 + ], + "score": 1.0, + "content": "Florian Schroff, Dmitry Kalenichenko, and James Philbin. Facenet: A unified embedding for face", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 115, + 415, + 505, + 427 + ], + "spans": [ + { + "bbox": [ + 115, + 415, + 505, + 427 + ], + "score": 1.0, + "content": "recognition and clustering. In Proceedings of the IEEE Conference on Computer Vision and", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 116, + 425, + 281, + 438 + ], + "spans": [ + { + "bbox": [ + 116, + 425, + 281, + 438 + ], + "score": 1.0, + "content": "Pattern Recognition, pp. 815–823, 2015.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 23 + }, + { + "type": "text", + "bbox": [ + 106, + 444, + 506, + 478 + ], + "lines": [ + { + "bbox": [ + 105, + 444, + 505, + 457 + ], + "spans": [ + { + "bbox": [ + 105, + 444, + 505, + 457 + ], + "score": 1.0, + "content": "Jost Tobias Springenberg. Unsupervised and semi-supervised learning with categorical generative", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 116, + 455, + 506, + 468 + ], + "spans": [ + { + "bbox": [ + 116, + 455, + 506, + 468 + ], + "score": 1.0, + "content": "adversarial networks. In International Conference on Learning Representations (ICLR). 2016.", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 116, + 466, + 335, + 478 + ], + "spans": [ + { + "bbox": [ + 116, + 466, + 335, + 478 + ], + "score": 1.0, + "content": "URL https://arxiv.org/abs/1511.06390.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26 + }, + { + "type": "text", + "bbox": [ + 106, + 484, + 506, + 519 + ], + "lines": [ + { + "bbox": [ + 106, + 484, + 505, + 498 + ], + "spans": [ + { + "bbox": [ + 106, + 484, + 505, + 498 + ], + "score": 1.0, + "content": "Christian Szegedy, Wei Liu, Yangqing Jia, Pierre Sermanet, Scott Reed, Dragomir Anguelov, Du-", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 116, + 496, + 505, + 509 + ], + "spans": [ + { + "bbox": [ + 116, + 496, + 505, + 509 + ], + "score": 1.0, + "content": "mitru Erhan, Vincent Vanhoucke, and Andrew Rabinovich. Going deeper with convolutions. In", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 116, + 506, + 506, + 520 + ], + "spans": [ + { + "bbox": [ + 116, + 506, + 506, + 520 + ], + "score": 1.0, + "content": "Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, pp. 1–9, 2015.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 29 + }, + { + "type": "text", + "bbox": [ + 106, + 525, + 504, + 560 + ], + "lines": [ + { + "bbox": [ + 106, + 525, + 506, + 539 + ], + "spans": [ + { + "bbox": [ + 106, + 525, + 506, + 539 + ], + "score": 1.0, + "content": "Pascal Vincent, Hugo Larochelle, Yoshua Bengio, and Pierre-Antoine Manzagol. Extracting and", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 115, + 537, + 505, + 549 + ], + "spans": [ + { + "bbox": [ + 115, + 537, + 505, + 549 + ], + "score": 1.0, + "content": "composing robust features with denoising autoencoders. In Proceedings of the 25th international", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 116, + 548, + 368, + 560 + ], + "spans": [ + { + "bbox": [ + 116, + 548, + 368, + 560 + ], + "score": 1.0, + "content": "conference on Machine learning, pp. 1096–1103. ACM, 2008.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32 + }, + { + "type": "text", + "bbox": [ + 107, + 566, + 505, + 600 + ], + "lines": [ + { + "bbox": [ + 106, + 566, + 505, + 579 + ], + "spans": [ + { + "bbox": [ + 106, + 566, + 505, + 579 + ], + "score": 1.0, + "content": "Li Wan, Matthew Zeiler, Sixin Zhang, Yann L Cun, and Rob Fergus. Regularization of neural", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 115, + 578, + 505, + 590 + ], + "spans": [ + { + "bbox": [ + 115, + 578, + 505, + 590 + ], + "score": 1.0, + "content": "networks using dropconnect. In Proceedings of the 30th International Conference on Machine", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 116, + 588, + 295, + 601 + ], + "spans": [ + { + "bbox": [ + 116, + 588, + 295, + 601 + ], + "score": 1.0, + "content": "Learning (ICML-13), pp. 1058–1066, 2013.", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 35 + }, + { + "type": "text", + "bbox": [ + 105, + 606, + 504, + 630 + ], + "lines": [ + { + "bbox": [ + 106, + 605, + 505, + 621 + ], + "spans": [ + { + "bbox": [ + 106, + 605, + 505, + 621 + ], + "score": 1.0, + "content": "Shuo Yang, Ping Luo, Chen Change Loy, Kenneth W Shum, and Xiaoou Tang. Deep representation", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 115, + 618, + 255, + 631 + ], + "spans": [ + { + "bbox": [ + 115, + 618, + 255, + 631 + ], + "score": 1.0, + "content": "learning with target coding. 2015.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 37.5 + }, + { + "type": "text", + "bbox": [ + 106, + 637, + 504, + 671 + ], + "lines": [ + { + "bbox": [ + 105, + 637, + 505, + 650 + ], + "spans": [ + { + "bbox": [ + 105, + 637, + 505, + 650 + ], + "score": 1.0, + "content": "Matthew D Zeiler, Dilip Krishnan, Graham W Taylor, and Rob Fergus. Deconvolutional networks.", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 115, + 648, + 506, + 662 + ], + "spans": [ + { + "bbox": [ + 115, + 648, + 506, + 662 + ], + "score": 1.0, + "content": "In Computer Vision and Pattern Recognition (CVPR), 2010 IEEE Conference on, pp. 2528–2535.", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 115, + 659, + 168, + 671 + ], + "spans": [ + { + "bbox": [ + 115, + 659, + 168, + 671 + ], + "score": 1.0, + "content": "IEEE, 2010.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 40 + }, + { + "type": "text", + "bbox": [ + 105, + 678, + 503, + 701 + ], + "lines": [ + { + "bbox": [ + 105, + 677, + 504, + 691 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 504, + 691 + ], + "score": 1.0, + "content": "Junbo Zhao, Michael Mathieu, Ross Goroshin, and Yann Lecun. Stacked what-where auto-encoders.", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 116, + 689, + 278, + 700 + ], + "spans": [ + { + "bbox": [ + 116, + 689, + 278, + 700 + ], + "score": 1.0, + "content": "arXiv preprint arXiv:1506.02351, 2015.", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 42.5 + } + ], + "page_idx": 9, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 313, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 313, + 764 + ], + "score": 1.0, + "content": "10", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 107, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 107, + 26, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 107, + 26, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2017", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 504, + 105 + ], + "lines": [ + { + "bbox": [ + 106, + 81, + 506, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 81, + 506, + 95 + ], + "score": 1.0, + "content": "Andriy Mnih and Koray Kavukcuoglu. Learning word embeddings efficiently with noise-contrastive", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 116, + 93, + 478, + 106 + ], + "spans": [ + { + "bbox": [ + 116, + 93, + 478, + 106 + ], + "score": 1.0, + "content": "estimation. In Advances in Neural Information Processing Systems, pp. 2265–2273, 2013.", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5, + "bbox_fs": [ + 106, + 81, + 506, + 106 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 111, + 504, + 146 + ], + "lines": [ + { + "bbox": [ + 107, + 112, + 505, + 125 + ], + "spans": [ + { + "bbox": [ + 107, + 112, + 505, + 125 + ], + "score": 1.0, + "content": "Volodymyr Mnih, Koray Kavukcuoglu, David Silver, Andrei A Rusu, Joel Veness, Marc G Belle-", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 116, + 124, + 505, + 136 + ], + "spans": [ + { + "bbox": [ + 116, + 124, + 505, + 136 + ], + "score": 1.0, + "content": "mare, Alex Graves, Martin Riedmiller, Andreas K Fidjeland, Georg Ostrovski, et al. Human-level", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 115, + 134, + 441, + 147 + ], + "spans": [ + { + "bbox": [ + 115, + 134, + 441, + 147 + ], + "score": 1.0, + "content": "control through deep reinforcement learning. Nature, 518(7540):529–533, 2015.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3, + "bbox_fs": [ + 107, + 112, + 505, + 147 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 153, + 266, + 165 + ], + "lines": [ + { + "bbox": [ + 106, + 152, + 267, + 167 + ], + "spans": [ + { + "bbox": [ + 106, + 152, + 267, + 167 + ], + "score": 1.0, + "content": "Andrew Ng. Sparse autoencoder. 2011.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5, + "bbox_fs": [ + 106, + 152, + 267, + 167 + ] + }, + { + "type": "text", + "bbox": [ + 104, + 172, + 505, + 195 + ], + "lines": [ + { + "bbox": [ + 106, + 172, + 505, + 185 + ], + "spans": [ + { + "bbox": [ + 106, + 172, + 505, + 185 + ], + "score": 1.0, + "content": "Tom Le Paine, Pooya Khorrami, Wei Han, and Thomas S Huang. An analysis of unsupervised", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 115, + 183, + 434, + 195 + ], + "spans": [ + { + "bbox": [ + 115, + 183, + 434, + 195 + ], + "score": 1.0, + "content": "pre-training in light of recent advances. arXiv preprint arXiv:1412.6597, 2014.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6.5, + "bbox_fs": [ + 106, + 172, + 505, + 195 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 201, + 504, + 225 + ], + "lines": [ + { + "bbox": [ + 106, + 201, + 505, + 214 + ], + "spans": [ + { + "bbox": [ + 106, + 201, + 505, + 214 + ], + "score": 1.0, + "content": "Pedro O Pinheiro, Ronan Collobert, and Piotr Dollar. Learning to segment object candidates. In", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 115, + 213, + 420, + 225 + ], + "spans": [ + { + "bbox": [ + 115, + 213, + 420, + 225 + ], + "score": 1.0, + "content": "Advances in Neural Information Processing Systems, pp. 1981–1989, 2015.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8.5, + "bbox_fs": [ + 106, + 201, + 505, + 225 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 231, + 504, + 255 + ], + "lines": [ + { + "bbox": [ + 105, + 230, + 506, + 246 + ], + "spans": [ + { + "bbox": [ + 105, + 230, + 506, + 246 + ], + "score": 1.0, + "content": "Alec Radford, Luke Metz, and Soumith Chintala. Unsupervised representation learning with deep", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 116, + 243, + 467, + 255 + ], + "spans": [ + { + "bbox": [ + 116, + 243, + 467, + 255 + ], + "score": 1.0, + "content": "convolutional generative adversarial networks. arXiv preprint arXiv:1511.06434, 2015.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10.5, + "bbox_fs": [ + 105, + 230, + 506, + 255 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 261, + 504, + 295 + ], + "lines": [ + { + "bbox": [ + 105, + 261, + 506, + 275 + ], + "spans": [ + { + "bbox": [ + 105, + 261, + 506, + 275 + ], + "score": 1.0, + "content": "Antti Rasmus, Mathias Berglund, Mikko Honkala, Harri Valpola, and Tapani Raiko. Semi-", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 115, + 272, + 506, + 286 + ], + "spans": [ + { + "bbox": [ + 115, + 272, + 506, + 286 + ], + "score": 1.0, + "content": "supervised learning with ladder networks. In Advances in Neural Information Processing Systems,", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 115, + 283, + 206, + 295 + ], + "spans": [ + { + "bbox": [ + 115, + 283, + 206, + 295 + ], + "score": 1.0, + "content": "pp. 3532–3540, 2015.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 13, + "bbox_fs": [ + 105, + 261, + 506, + 295 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 302, + 505, + 336 + ], + "lines": [ + { + "bbox": [ + 106, + 302, + 504, + 315 + ], + "spans": [ + { + "bbox": [ + 106, + 302, + 504, + 315 + ], + "score": 1.0, + "content": "Ali Razavian, Hossein Azizpour, Josephine Sullivan, and Stefan Carlsson. Cnn features off-the-", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 116, + 313, + 505, + 326 + ], + "spans": [ + { + "bbox": [ + 116, + 313, + 505, + 326 + ], + "score": 1.0, + "content": "shelf: an astounding baseline for recognition. In Proceedings of the IEEE Conference on Com-", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 115, + 325, + 395, + 337 + ], + "spans": [ + { + "bbox": [ + 115, + 325, + 395, + 337 + ], + "score": 1.0, + "content": "puter Vision and Pattern Recognition Workshops, pp. 806–813, 2014.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 16, + "bbox_fs": [ + 106, + 302, + 505, + 337 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 343, + 502, + 367 + ], + "lines": [ + { + "bbox": [ + 106, + 343, + 504, + 356 + ], + "spans": [ + { + "bbox": [ + 106, + 343, + 504, + 356 + ], + "score": 1.0, + "content": "David E Rumelhart, Geoffrey E Hinton, and Ronald J Williams. Learning representations by back-", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 115, + 355, + 308, + 367 + ], + "spans": [ + { + "bbox": [ + 115, + 355, + 308, + 367 + ], + "score": 1.0, + "content": "propagating errors. Cognitive modeling, 5(3):1.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 18.5, + "bbox_fs": [ + 106, + 343, + 504, + 367 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 372, + 502, + 397 + ], + "lines": [ + { + "bbox": [ + 106, + 373, + 504, + 386 + ], + "spans": [ + { + "bbox": [ + 106, + 373, + 504, + 386 + ], + "score": 1.0, + "content": "Tim Salimans, Ian Goodfellow, Wojciech Zaremba, Vicki Cheung, Alec Radford, and Xi Chen.", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 116, + 384, + 437, + 397 + ], + "spans": [ + { + "bbox": [ + 116, + 384, + 437, + 397 + ], + "score": 1.0, + "content": "Improved techniques for training gans. arXiv preprint arXiv:1606.03498, 2016.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 20.5, + "bbox_fs": [ + 106, + 373, + 504, + 397 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 403, + 505, + 437 + ], + "lines": [ + { + "bbox": [ + 105, + 403, + 504, + 415 + ], + "spans": [ + { + "bbox": [ + 105, + 403, + 504, + 415 + ], + "score": 1.0, + "content": "Florian Schroff, Dmitry Kalenichenko, and James Philbin. Facenet: A unified embedding for face", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 115, + 415, + 505, + 427 + ], + "spans": [ + { + "bbox": [ + 115, + 415, + 505, + 427 + ], + "score": 1.0, + "content": "recognition and clustering. In Proceedings of the IEEE Conference on Computer Vision and", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 116, + 425, + 281, + 438 + ], + "spans": [ + { + "bbox": [ + 116, + 425, + 281, + 438 + ], + "score": 1.0, + "content": "Pattern Recognition, pp. 815–823, 2015.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 23, + "bbox_fs": [ + 105, + 403, + 505, + 438 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 444, + 506, + 478 + ], + "lines": [ + { + "bbox": [ + 105, + 444, + 505, + 457 + ], + "spans": [ + { + "bbox": [ + 105, + 444, + 505, + 457 + ], + "score": 1.0, + "content": "Jost Tobias Springenberg. Unsupervised and semi-supervised learning with categorical generative", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 116, + 455, + 506, + 468 + ], + "spans": [ + { + "bbox": [ + 116, + 455, + 506, + 468 + ], + "score": 1.0, + "content": "adversarial networks. In International Conference on Learning Representations (ICLR). 2016.", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 116, + 466, + 335, + 478 + ], + "spans": [ + { + "bbox": [ + 116, + 466, + 335, + 478 + ], + "score": 1.0, + "content": "URL https://arxiv.org/abs/1511.06390.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26, + "bbox_fs": [ + 105, + 444, + 506, + 478 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 484, + 506, + 519 + ], + "lines": [ + { + "bbox": [ + 106, + 484, + 505, + 498 + ], + "spans": [ + { + "bbox": [ + 106, + 484, + 505, + 498 + ], + "score": 1.0, + "content": "Christian Szegedy, Wei Liu, Yangqing Jia, Pierre Sermanet, Scott Reed, Dragomir Anguelov, Du-", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 116, + 496, + 505, + 509 + ], + "spans": [ + { + "bbox": [ + 116, + 496, + 505, + 509 + ], + "score": 1.0, + "content": "mitru Erhan, Vincent Vanhoucke, and Andrew Rabinovich. Going deeper with convolutions. In", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 116, + 506, + 506, + 520 + ], + "spans": [ + { + "bbox": [ + 116, + 506, + 506, + 520 + ], + "score": 1.0, + "content": "Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, pp. 1–9, 2015.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 29, + "bbox_fs": [ + 106, + 484, + 506, + 520 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 525, + 504, + 560 + ], + "lines": [ + { + "bbox": [ + 106, + 525, + 506, + 539 + ], + "spans": [ + { + "bbox": [ + 106, + 525, + 506, + 539 + ], + "score": 1.0, + "content": "Pascal Vincent, Hugo Larochelle, Yoshua Bengio, and Pierre-Antoine Manzagol. Extracting and", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 115, + 537, + 505, + 549 + ], + "spans": [ + { + "bbox": [ + 115, + 537, + 505, + 549 + ], + "score": 1.0, + "content": "composing robust features with denoising autoencoders. In Proceedings of the 25th international", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 116, + 548, + 368, + 560 + ], + "spans": [ + { + "bbox": [ + 116, + 548, + 368, + 560 + ], + "score": 1.0, + "content": "conference on Machine learning, pp. 1096–1103. ACM, 2008.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32, + "bbox_fs": [ + 106, + 525, + 506, + 560 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 566, + 505, + 600 + ], + "lines": [ + { + "bbox": [ + 106, + 566, + 505, + 579 + ], + "spans": [ + { + "bbox": [ + 106, + 566, + 505, + 579 + ], + "score": 1.0, + "content": "Li Wan, Matthew Zeiler, Sixin Zhang, Yann L Cun, and Rob Fergus. Regularization of neural", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 115, + 578, + 505, + 590 + ], + "spans": [ + { + "bbox": [ + 115, + 578, + 505, + 590 + ], + "score": 1.0, + "content": "networks using dropconnect. In Proceedings of the 30th International Conference on Machine", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 116, + 588, + 295, + 601 + ], + "spans": [ + { + "bbox": [ + 116, + 588, + 295, + 601 + ], + "score": 1.0, + "content": "Learning (ICML-13), pp. 1058–1066, 2013.", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 35, + "bbox_fs": [ + 106, + 566, + 505, + 601 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 606, + 504, + 630 + ], + "lines": [ + { + "bbox": [ + 106, + 605, + 505, + 621 + ], + "spans": [ + { + "bbox": [ + 106, + 605, + 505, + 621 + ], + "score": 1.0, + "content": "Shuo Yang, Ping Luo, Chen Change Loy, Kenneth W Shum, and Xiaoou Tang. Deep representation", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 115, + 618, + 255, + 631 + ], + "spans": [ + { + "bbox": [ + 115, + 618, + 255, + 631 + ], + "score": 1.0, + "content": "learning with target coding. 2015.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 37.5, + "bbox_fs": [ + 106, + 605, + 505, + 631 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 637, + 504, + 671 + ], + "lines": [ + { + "bbox": [ + 105, + 637, + 505, + 650 + ], + "spans": [ + { + "bbox": [ + 105, + 637, + 505, + 650 + ], + "score": 1.0, + "content": "Matthew D Zeiler, Dilip Krishnan, Graham W Taylor, and Rob Fergus. Deconvolutional networks.", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 115, + 648, + 506, + 662 + ], + "spans": [ + { + "bbox": [ + 115, + 648, + 506, + 662 + ], + "score": 1.0, + "content": "In Computer Vision and Pattern Recognition (CVPR), 2010 IEEE Conference on, pp. 2528–2535.", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 115, + 659, + 168, + 671 + ], + "spans": [ + { + "bbox": [ + 115, + 659, + 168, + 671 + ], + "score": 1.0, + "content": "IEEE, 2010.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 40, + "bbox_fs": [ + 105, + 637, + 506, + 671 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 678, + 503, + 701 + ], + "lines": [ + { + "bbox": [ + 105, + 677, + 504, + 691 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 504, + 691 + ], + "score": 1.0, + "content": "Junbo Zhao, Michael Mathieu, Ross Goroshin, and Yann Lecun. Stacked what-where auto-encoders.", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 116, + 689, + 278, + 700 + ], + "spans": [ + { + "bbox": [ + 116, + 689, + 278, + 700 + ], + "score": 1.0, + "content": "arXiv preprint arXiv:1506.02351, 2015.", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 42.5, + "bbox_fs": [ + 105, + 677, + 504, + 700 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 107, + 81, + 180, + 93 + ], + "lines": [ + { + "bbox": [ + 104, + 79, + 182, + 96 + ], + "spans": [ + { + "bbox": [ + 104, + 79, + 182, + 96 + ], + "score": 1.0, + "content": "7 APPENDIX", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "table", + "bbox": [ + 119, + 136, + 492, + 347 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 133, + 118, + 475, + 130 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 134, + 117, + 476, + 131 + ], + "spans": [ + { + "bbox": [ + 134, + 117, + 476, + 131 + ], + "score": 1.0, + "content": "Table 4: Convolutional models used, based on Lin et al. (2013), Rasmus et al. (2015)", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 1 + }, + { + "type": "table_caption", + "bbox": [ + 292, + 134, + 318, + 143 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 292, + 134, + 318, + 143 + ], + "spans": [], + "index": 2 + } + ], + "index": 2 + }, + { + "type": "table_body", + "bbox": [ + 119, + 136, + 492, + 347 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 119, + 136, + 492, + 347 + ], + "spans": [ + { + "bbox": [ + 119, + 136, + 492, + 347 + ], + "score": 0.969, + "html": "
Model
STL10CIFAR-10MNIST
Input: 96×96 RGBInput:32×32RGBInput:28 × 28 monochrome
5 ×5 conv. 64 BN ReLU3 × 3 conv. 96 BN LeakyReLU5 ×5 conv.32 ReLU2 × 2 max-pooling,stride 2 BN3 × 3 conv. 64 BN ReLU3 × 3 conv. 64 BN ReLU2 × 2 max-pooling,stride 2 BN
1 ×1 conv.160 BN ReLU3 ×3 conv. 96 BNLeakyReLU3 × 3 conv. 96 BN LeakyReLU2 × 2 max-pooling,stride 2 BN3 × 3 conv.192 BNLeakyReLU3 × 3 conv. 192 BN LeakyReLU3 × 3 conv.192 BN LeakyReLU2 × 2 max-pooling,stride 2 BN
1 ×1 conv. 96 BN ReLU
3 × 3 max-pooling, stride 2
5 × 5 conv. 192 BN ReLU
1 ×1 conv.192 BN ReLU1 ×1 conv. 192 BN ReLU3 × 3 max-pooling,stride 23 × 3 conv. 192 BN ReLU1 ×1 conv.192 BN ReLU1 ×1 conv.192 BN ReLU
Spatial contrasting criterion
3×3 conv.256 ReLU3 × 3 max-pooling,stride 2dropout, p = 0.53 × 3 conv.128 ReLUdropout, p = 0.5fully-connected 103×3 conv.192BNLeakyReLU1 ×1 conv.192 BNLeakyReLU1 ×1 conv.10 BNLeakyReLUglobal average pooling3×3 conv.128 BN ReLU1 × 1 conv.10 BN ReLUglobal average pooling
", + "type": "table", + "image_path": "efc31b8705bda0bdbc12ca3710873dff63e9832b26979b917469fbce29b15310.jpg" + } + ] + } + ], + "index": 4, + "virtual_lines": [ + { + "bbox": [ + 119, + 136, + 492, + 206.33333333333331 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 119, + 206.33333333333331, + 492, + 276.66666666666663 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 119, + 276.66666666666663, + 492, + 346.99999999999994 + ], + "spans": [], + "index": 5 + } + ] + } + ], + "index": 2 + }, + { + "type": "text", + "bbox": [ + 277, + 346, + 335, + 355 + ], + "lines": [ + { + "bbox": [ + 275, + 344, + 336, + 357 + ], + "spans": [ + { + "bbox": [ + 275, + 344, + 336, + 357 + ], + "score": 1.0, + "content": "10-way softmax", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 6 + }, + { + "type": "image", + "bbox": [ + 224, + 378, + 384, + 466 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 224, + 378, + 384, + 466 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 224, + 378, + 384, + 466 + ], + "spans": [ + { + "bbox": [ + 224, + 378, + 384, + 466 + ], + "score": 0.967, + "type": "image", + "image_path": "dbd928541e70043deb704a91118b985563d8e3c93a5cbdcb28b93b6bd8b098bc.jpg" + } + ] + } + ], + "index": 9, + "virtual_lines": [ + { + "bbox": [ + 224, + 378, + 384, + 395.6 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 224, + 395.6, + 384, + 413.20000000000005 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 224, + 413.20000000000005, + 384, + 430.80000000000007 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 224, + 430.80000000000007, + 384, + 448.4000000000001 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 224, + 448.4000000000001, + 384, + 466.0000000000001 + ], + "spans": [], + "index": 11 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 159, + 478, + 452, + 489 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 156, + 475, + 455, + 492 + ], + "spans": [ + { + "bbox": [ + 156, + 475, + 455, + 492 + ], + "score": 1.0, + "content": "Figure 2: First layer convolutional filters after spatial-contrasting training", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 12 + } + ], + "index": 10.5 + } + ], + "page_idx": 10, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 107, + 26, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 107, + 26, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2017", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 310, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 14, + "width": 13 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "title", + "bbox": [ + 107, + 81, + 180, + 93 + ], + "lines": [ + { + "bbox": [ + 104, + 79, + 182, + 96 + ], + "spans": [ + { + "bbox": [ + 104, + 79, + 182, + 96 + ], + "score": 1.0, + "content": "7 APPENDIX", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "table", + "bbox": [ + 119, + 136, + 492, + 347 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 133, + 118, + 475, + 130 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 134, + 117, + 476, + 131 + ], + "spans": [ + { + "bbox": [ + 134, + 117, + 476, + 131 + ], + "score": 1.0, + "content": "Table 4: Convolutional models used, based on Lin et al. (2013), Rasmus et al. (2015)", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 1 + }, + { + "type": "table_caption", + "bbox": [ + 292, + 134, + 318, + 143 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 292, + 134, + 318, + 143 + ], + "spans": [], + "index": 2 + } + ], + "index": 2 + }, + { + "type": "table_body", + "bbox": [ + 119, + 136, + 492, + 347 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 119, + 136, + 492, + 347 + ], + "spans": [ + { + "bbox": [ + 119, + 136, + 492, + 347 + ], + "score": 0.969, + "html": "
Model
STL10CIFAR-10MNIST
Input: 96×96 RGBInput:32×32RGBInput:28 × 28 monochrome
5 ×5 conv. 64 BN ReLU3 × 3 conv. 96 BN LeakyReLU5 ×5 conv.32 ReLU2 × 2 max-pooling,stride 2 BN3 × 3 conv. 64 BN ReLU3 × 3 conv. 64 BN ReLU2 × 2 max-pooling,stride 2 BN
1 ×1 conv.160 BN ReLU3 ×3 conv. 96 BNLeakyReLU3 × 3 conv. 96 BN LeakyReLU2 × 2 max-pooling,stride 2 BN3 × 3 conv.192 BNLeakyReLU3 × 3 conv. 192 BN LeakyReLU3 × 3 conv.192 BN LeakyReLU2 × 2 max-pooling,stride 2 BN
1 ×1 conv. 96 BN ReLU
3 × 3 max-pooling, stride 2
5 × 5 conv. 192 BN ReLU
1 ×1 conv.192 BN ReLU1 ×1 conv. 192 BN ReLU3 × 3 max-pooling,stride 23 × 3 conv. 192 BN ReLU1 ×1 conv.192 BN ReLU1 ×1 conv.192 BN ReLU
Spatial contrasting criterion
3×3 conv.256 ReLU3 × 3 max-pooling,stride 2dropout, p = 0.53 × 3 conv.128 ReLUdropout, p = 0.5fully-connected 103×3 conv.192BNLeakyReLU1 ×1 conv.192 BNLeakyReLU1 ×1 conv.10 BNLeakyReLUglobal average pooling3×3 conv.128 BN ReLU1 × 1 conv.10 BN ReLUglobal average pooling
", + "type": "table", + "image_path": "efc31b8705bda0bdbc12ca3710873dff63e9832b26979b917469fbce29b15310.jpg" + } + ] + } + ], + "index": 4, + "virtual_lines": [ + { + "bbox": [ + 119, + 136, + 492, + 206.33333333333331 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 119, + 206.33333333333331, + 492, + 276.66666666666663 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 119, + 276.66666666666663, + 492, + 346.99999999999994 + ], + "spans": [], + "index": 5 + } + ] + } + ], + "index": 2 + }, + { + "type": "text", + "bbox": [ + 277, + 346, + 335, + 355 + ], + "lines": [ + { + "bbox": [ + 275, + 344, + 336, + 357 + ], + "spans": [ + { + "bbox": [ + 275, + 344, + 336, + 357 + ], + "score": 1.0, + "content": "10-way softmax", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 6, + "bbox_fs": [ + 275, + 344, + 336, + 357 + ] + }, + { + "type": "image", + "bbox": [ + 224, + 378, + 384, + 466 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 224, + 378, + 384, + 466 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 224, + 378, + 384, + 466 + ], + "spans": [ + { + "bbox": [ + 224, + 378, + 384, + 466 + ], + "score": 0.967, + "type": "image", + "image_path": "dbd928541e70043deb704a91118b985563d8e3c93a5cbdcb28b93b6bd8b098bc.jpg" + } + ] + } + ], + "index": 9, + "virtual_lines": [ + { + "bbox": [ + 224, + 378, + 384, + 395.6 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 224, + 395.6, + 384, + 413.20000000000005 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 224, + 413.20000000000005, + 384, + 430.80000000000007 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 224, + 430.80000000000007, + 384, + 448.4000000000001 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 224, + 448.4000000000001, + 384, + 466.0000000000001 + ], + "spans": [], + "index": 11 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 159, + 478, + 452, + 489 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 156, + 475, + 455, + 492 + ], + "spans": [ + { + "bbox": [ + 156, + 475, + 455, + 492 + ], + "score": 1.0, + "content": "Figure 2: First layer convolutional filters after spatial-contrasting training", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 12 + } + ], + "index": 10.5 + } + ] + } + ], + "_backend": "pipeline", + "_version_name": "2.2.2" +} \ No newline at end of file diff --git a/parse/train/S1vyujVye/S1vyujVye_model.json b/parse/train/S1vyujVye/S1vyujVye_model.json new file mode 100644 index 0000000000000000000000000000000000000000..41d7366d7109bc7cb472c4c9c09be2a4e04ce195 --- /dev/null +++ b/parse/train/S1vyujVye/S1vyujVye_model.json @@ -0,0 +1,11757 @@ +[ + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 398, + 818, + 1301, + 818, + 1301, + 1125, + 398, + 1125 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 298, + 1543, + 1402, + 1543, + 1402, + 1758, + 298, + 1758 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 298, + 1773, + 1402, + 1773, + 1402, + 1956, + 298, + 1956 + ], + "score": 0.975 + }, + { + "category_id": 1, + "poly": [ + 298, + 1252, + 1404, + 1252, + 1404, + 1435, + 298, + 1435 + ], + "score": 0.97 + }, + { + "category_id": 1, + "poly": [ + 316, + 375, + 768, + 375, + 768, + 498, + 316, + 498 + ], + "score": 0.954 + }, + { + "category_id": 0, + "poly": [ + 299, + 224, + 1400, + 224, + 1400, + 321, + 299, + 321 + ], + "score": 0.953 + }, + { + "category_id": 1, + "poly": [ + 303, + 1436, + 1397, + 1436, + 1397, + 1528, + 303, + 1528 + ], + "score": 0.949 + }, + { + "category_id": 1, + "poly": [ + 297, + 1972, + 1400, + 1972, + 1400, + 2034, + 297, + 2034 + ], + "score": 0.938 + }, + { + "category_id": 1, + "poly": [ + 929, + 376, + 1384, + 376, + 1384, + 498, + 929, + 498 + ], + "score": 0.924 + }, + { + "category_id": 1, + "poly": [ + 314, + 546, + 767, + 546, + 767, + 668, + 314, + 668 + ], + "score": 0.915 + }, + { + "category_id": 0, + "poly": [ + 302, + 1183, + 572, + 1183, + 572, + 1218, + 302, + 1218 + ], + "score": 0.892 + }, + { + "category_id": 0, + "poly": [ + 773, + 749, + 926, + 749, + 926, + 782, + 773, + 782 + ], + "score": 0.863 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 857, + 75, + 857, + 105, + 298, + 105 + ], + "score": 0.854 + }, + { + "category_id": 2, + "poly": [ + 842, + 2089, + 857, + 2089, + 857, + 2112, + 842, + 2112 + ], + "score": 0.604 + }, + { + "category_id": 0, + "poly": [ + 315, + 548, + 430, + 548, + 430, + 575, + 315, + 575 + ], + "score": 0.167 + }, + { + "category_id": 0, + "poly": [ + 930, + 377, + 1080, + 377, + 1080, + 407, + 930, + 407 + ], + "score": 0.14 + }, + { + "category_id": 15, + "poly": [ + 293.0, + 221.0, + 1405.0, + 221.0, + 1405.0, + 275.0, + 293.0, + 275.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 284.0, + 601.0, + 284.0, + 601.0, + 330.0, + 295.0, + 330.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1180.0, + 579.0, + 1180.0, + 579.0, + 1227.0, + 293.0, + 1227.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 769.0, + 748.0, + 932.0, + 748.0, + 932.0, + 785.0, + 769.0, + 785.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 73.0, + 857.0, + 73.0, + 857.0, + 108.0, + 298.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 841.0, + 2088.0, + 860.0, + 2088.0, + 860.0, + 2118.0, + 841.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 310.0, + 540.0, + 435.0, + 540.0, + 435.0, + 583.0, + 310.0, + 583.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 925.0, + 372.0, + 1084.0, + 372.0, + 1084.0, + 414.0, + 925.0, + 414.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 819.0, + 1305.0, + 819.0, + 1305.0, + 854.0, + 394.0, + 854.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 850.0, + 1306.0, + 850.0, + 1306.0, + 881.0, + 393.0, + 881.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 878.0, + 1305.0, + 878.0, + 1305.0, + 915.0, + 393.0, + 915.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 910.0, + 1304.0, + 910.0, + 1304.0, + 945.0, + 393.0, + 945.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 940.0, + 1306.0, + 940.0, + 1306.0, + 976.0, + 393.0, + 976.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 972.0, + 1307.0, + 972.0, + 1307.0, + 1006.0, + 393.0, + 1006.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 1002.0, + 1305.0, + 1002.0, + 1305.0, + 1035.0, + 395.0, + 1035.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 1032.0, + 1306.0, + 1032.0, + 1306.0, + 1067.0, + 393.0, + 1067.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 1063.0, + 1304.0, + 1063.0, + 1304.0, + 1095.0, + 393.0, + 1095.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 1095.0, + 1009.0, + 1095.0, + 1009.0, + 1128.0, + 393.0, + 1128.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1543.0, + 1403.0, + 1543.0, + 1403.0, + 1578.0, + 296.0, + 1578.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1574.0, + 1404.0, + 1574.0, + 1404.0, + 1609.0, + 294.0, + 1609.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1604.0, + 1406.0, + 1604.0, + 1406.0, + 1641.0, + 292.0, + 1641.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1636.0, + 1406.0, + 1636.0, + 1406.0, + 1670.0, + 294.0, + 1670.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1665.0, + 1406.0, + 1665.0, + 1406.0, + 1700.0, + 293.0, + 1700.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1697.0, + 1404.0, + 1697.0, + 1404.0, + 1730.0, + 293.0, + 1730.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1727.0, + 1022.0, + 1727.0, + 1022.0, + 1761.0, + 296.0, + 1761.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1771.0, + 1406.0, + 1771.0, + 1406.0, + 1808.0, + 293.0, + 1808.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1801.0, + 1407.0, + 1801.0, + 1407.0, + 1839.0, + 293.0, + 1839.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1834.0, + 1406.0, + 1834.0, + 1406.0, + 1870.0, + 294.0, + 1870.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1863.0, + 1406.0, + 1863.0, + 1406.0, + 1899.0, + 293.0, + 1899.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1894.0, + 1404.0, + 1894.0, + 1404.0, + 1929.0, + 294.0, + 1929.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1928.0, + 459.0, + 1928.0, + 459.0, + 1955.0, + 294.0, + 1955.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1250.0, + 1405.0, + 1250.0, + 1405.0, + 1288.0, + 293.0, + 1288.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1282.0, + 1405.0, + 1282.0, + 1405.0, + 1318.0, + 293.0, + 1318.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1312.0, + 1405.0, + 1312.0, + 1405.0, + 1349.0, + 292.0, + 1349.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1345.0, + 1404.0, + 1345.0, + 1404.0, + 1378.0, + 293.0, + 1378.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1371.0, + 1406.0, + 1371.0, + 1406.0, + 1412.0, + 292.0, + 1412.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1407.0, + 664.0, + 1407.0, + 664.0, + 1438.0, + 294.0, + 1438.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 375.0, + 468.0, + 375.0, + 468.0, + 407.0, + 319.0, + 407.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 310.0, + 399.0, + 773.0, + 399.0, + 773.0, + 444.0, + 310.0, + 444.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 311.0, + 436.0, + 458.0, + 436.0, + 458.0, + 469.0, + 311.0, + 469.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 313.0, + 468.0, + 733.0, + 468.0, + 733.0, + 498.0, + 313.0, + 498.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1434.0, + 1403.0, + 1434.0, + 1403.0, + 1471.0, + 295.0, + 1471.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 1468.0, + 1403.0, + 1468.0, + 1403.0, + 1501.0, + 298.0, + 1501.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1494.0, + 1144.0, + 1494.0, + 1144.0, + 1534.0, + 297.0, + 1534.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1971.0, + 1405.0, + 1971.0, + 1405.0, + 2007.0, + 295.0, + 2007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 2003.0, + 1402.0, + 2003.0, + 1402.0, + 2038.0, + 295.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 926.0, + 374.0, + 1083.0, + 374.0, + 1083.0, + 408.0, + 926.0, + 408.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 925.0, + 402.0, + 1386.0, + 402.0, + 1386.0, + 442.0, + 925.0, + 442.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 928.0, + 438.0, + 1072.0, + 438.0, + 1072.0, + 467.0, + 928.0, + 467.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 928.0, + 469.0, + 1316.0, + 469.0, + 1316.0, + 499.0, + 928.0, + 499.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 311.0, + 546.0, + 434.0, + 546.0, + 434.0, + 577.0, + 311.0, + 577.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 310.0, + 572.0, + 771.0, + 572.0, + 771.0, + 612.0, + 310.0, + 612.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 313.0, + 607.0, + 458.0, + 607.0, + 458.0, + 636.0, + 313.0, + 636.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 313.0, + 639.0, + 715.0, + 639.0, + 715.0, + 666.0, + 313.0, + 666.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 0, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1097, + 1405, + 1097, + 1405, + 1496, + 297, + 1496 + ], + "score": 0.985 + }, + { + "category_id": 1, + "poly": [ + 297, + 1849, + 1404, + 1849, + 1404, + 2034, + 297, + 2034 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 297, + 555, + 1404, + 555, + 1404, + 741, + 297, + 741 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 297, + 822, + 1404, + 822, + 1404, + 977, + 297, + 977 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 297, + 1622, + 1404, + 1622, + 1404, + 1807, + 297, + 1807 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 300, + 419, + 1401, + 419, + 1401, + 513, + 300, + 513 + ], + "score": 0.965 + }, + { + "category_id": 1, + "poly": [ + 293, + 229, + 1403, + 229, + 1403, + 294, + 293, + 294 + ], + "score": 0.942 + }, + { + "category_id": 8, + "poly": [ + 452, + 1519, + 1247, + 1519, + 1247, + 1560, + 452, + 1560 + ], + "score": 0.937 + }, + { + "category_id": 8, + "poly": [ + 724, + 763, + 975, + 763, + 975, + 802, + 724, + 802 + ], + "score": 0.932 + }, + { + "category_id": 8, + "poly": [ + 768, + 998, + 930, + 998, + 930, + 1038, + 768, + 1038 + ], + "score": 0.929 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 856, + 75, + 856, + 105, + 298, + 105 + ], + "score": 0.914 + }, + { + "category_id": 0, + "poly": [ + 300, + 344, + 611, + 344, + 611, + 381, + 300, + 381 + ], + "score": 0.913 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 858, + 2088, + 858, + 2112, + 841, + 2112 + ], + "score": 0.711 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 859, + 2088, + 859, + 2112, + 841, + 2112 + ], + "score": 0.207 + }, + { + "category_id": 13, + "poly": [ + 551, + 678, + 655, + 678, + 655, + 712, + 551, + 712 + ], + "score": 0.93, + "latex": "F ( y ; w _ { 2 } )" + }, + { + "category_id": 13, + "poly": [ + 562, + 1404, + 663, + 1404, + 663, + 1437, + 562, + 1437 + ], + "score": 0.93, + "latex": "q _ { w _ { 1 } } ( z | x )" + }, + { + "category_id": 13, + "poly": [ + 975, + 1405, + 1079, + 1405, + 1079, + 1437, + 975, + 1437 + ], + "score": 0.92, + "latex": "p _ { w _ { 2 } } ( z | x )" + }, + { + "category_id": 13, + "poly": [ + 650, + 648, + 756, + 648, + 756, + 681, + 650, + 681 + ], + "score": 0.92, + "latex": "G ( x ; w _ { 1 } )" + }, + { + "category_id": 13, + "poly": [ + 1024, + 1373, + 1100, + 1373, + 1100, + 1406, + 1024, + 1406 + ], + "score": 0.91, + "latex": "p ( x | z )" + }, + { + "category_id": 14, + "poly": [ + 768, + 997, + 931, + 997, + 931, + 1037, + 768, + 1037 + ], + "score": 0.91, + "latex": "m i n \\lVert x - { \\hat { x } } \\rVert ^ { 2 }" + }, + { + "category_id": 14, + "poly": [ + 724, + 763, + 975, + 763, + 975, + 801, + 724, + 801 + ], + "score": 0.9, + "latex": "\\hat { x } = F ( G ( x ; w _ { 1 } ) ; w _ { 2 } )" + }, + { + "category_id": 13, + "poly": [ + 1244, + 1407, + 1279, + 1407, + 1279, + 1434, + 1244, + 1434 + ], + "score": 0.88, + "latex": "w _ { 2 }" + }, + { + "category_id": 14, + "poly": [ + 452, + 1518, + 1246, + 1518, + 1246, + 1561, + 452, + 1561 + ], + "score": 0.87, + "latex": "\\mathcal { L } ( w _ { 1 } , w _ { 2 } , x ) = - D _ { K L } \\big ( q _ { w _ { 1 } } ( z | x ) | | p _ { w _ { 2 } } ( z ) \\big ) + \\mathbb { E } _ { q _ { w _ { 1 } } ( z | x ) } \\big ( \\log p _ { w _ { 2 } } ( x | z ) \\big )" + }, + { + "category_id": 13, + "poly": [ + 1158, + 1408, + 1193, + 1408, + 1193, + 1434, + 1158, + 1434 + ], + "score": 0.86, + "latex": "w _ { 1 }" + }, + { + "category_id": 13, + "poly": [ + 874, + 1161, + 913, + 1161, + 913, + 1193, + 874, + 1193 + ], + "score": 0.66, + "latex": "\\mathrm { N g }" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 73.0, + 858.0, + 73.0, + 858.0, + 108.0, + 298.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 341.0, + 615.0, + 341.0, + 615.0, + 388.0, + 292.0, + 388.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 2085.0, + 862.0, + 2085.0, + 862.0, + 2120.0, + 839.0, + 2120.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 2085.0, + 862.0, + 2085.0, + 862.0, + 2120.0, + 838.0, + 2120.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1096.0, + 1403.0, + 1096.0, + 1403.0, + 1135.0, + 294.0, + 1135.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1128.0, + 1403.0, + 1128.0, + 1403.0, + 1167.0, + 292.0, + 1167.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1159.0, + 873.0, + 1159.0, + 873.0, + 1196.0, + 292.0, + 1196.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 914.0, + 1159.0, + 1405.0, + 1159.0, + 1405.0, + 1196.0, + 914.0, + 1196.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1190.0, + 1405.0, + 1190.0, + 1405.0, + 1226.0, + 294.0, + 1226.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1221.0, + 1405.0, + 1221.0, + 1405.0, + 1258.0, + 294.0, + 1258.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1251.0, + 1405.0, + 1251.0, + 1405.0, + 1287.0, + 295.0, + 1287.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1280.0, + 1405.0, + 1280.0, + 1405.0, + 1316.0, + 295.0, + 1316.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1312.0, + 1406.0, + 1312.0, + 1406.0, + 1348.0, + 295.0, + 1348.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1342.0, + 1406.0, + 1342.0, + 1406.0, + 1378.0, + 295.0, + 1378.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1373.0, + 1023.0, + 1373.0, + 1023.0, + 1408.0, + 292.0, + 1408.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1101.0, + 1373.0, + 1405.0, + 1373.0, + 1405.0, + 1408.0, + 1101.0, + 1408.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1404.0, + 561.0, + 1404.0, + 561.0, + 1441.0, + 294.0, + 1441.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 664.0, + 1404.0, + 974.0, + 1404.0, + 974.0, + 1441.0, + 664.0, + 1441.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1080.0, + 1404.0, + 1157.0, + 1404.0, + 1157.0, + 1441.0, + 1080.0, + 1441.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1194.0, + 1404.0, + 1243.0, + 1404.0, + 1243.0, + 1441.0, + 1194.0, + 1441.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1280.0, + 1404.0, + 1405.0, + 1404.0, + 1405.0, + 1441.0, + 1280.0, + 1441.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1433.0, + 1406.0, + 1433.0, + 1406.0, + 1471.0, + 291.0, + 1471.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1464.0, + 518.0, + 1464.0, + 518.0, + 1498.0, + 295.0, + 1498.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1847.0, + 1406.0, + 1847.0, + 1406.0, + 1886.0, + 294.0, + 1886.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1879.0, + 1404.0, + 1879.0, + 1404.0, + 1917.0, + 294.0, + 1917.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1907.0, + 1405.0, + 1907.0, + 1405.0, + 1950.0, + 291.0, + 1950.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1943.0, + 1406.0, + 1943.0, + 1406.0, + 1977.0, + 292.0, + 1977.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1973.0, + 1404.0, + 1973.0, + 1404.0, + 2005.0, + 294.0, + 2005.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 2004.0, + 1341.0, + 2004.0, + 1341.0, + 2036.0, + 296.0, + 2036.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 557.0, + 1405.0, + 557.0, + 1405.0, + 589.0, + 297.0, + 589.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 588.0, + 1405.0, + 588.0, + 1405.0, + 619.0, + 292.0, + 619.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 619.0, + 1404.0, + 619.0, + 1404.0, + 651.0, + 295.0, + 651.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 649.0, + 649.0, + 649.0, + 649.0, + 681.0, + 295.0, + 681.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 757.0, + 649.0, + 1404.0, + 649.0, + 1404.0, + 681.0, + 757.0, + 681.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 675.0, + 550.0, + 675.0, + 550.0, + 716.0, + 291.0, + 716.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 656.0, + 675.0, + 1404.0, + 675.0, + 1404.0, + 716.0, + 656.0, + 716.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 708.0, + 921.0, + 708.0, + 921.0, + 744.0, + 294.0, + 744.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 824.0, + 1405.0, + 824.0, + 1405.0, + 857.0, + 296.0, + 857.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 853.0, + 1406.0, + 853.0, + 1406.0, + 890.0, + 295.0, + 890.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 882.0, + 1405.0, + 882.0, + 1405.0, + 919.0, + 294.0, + 919.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 915.0, + 1404.0, + 915.0, + 1404.0, + 949.0, + 295.0, + 949.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 946.0, + 676.0, + 946.0, + 676.0, + 979.0, + 294.0, + 979.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1625.0, + 1404.0, + 1625.0, + 1404.0, + 1657.0, + 296.0, + 1657.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1655.0, + 1405.0, + 1655.0, + 1405.0, + 1689.0, + 294.0, + 1689.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1685.0, + 1406.0, + 1685.0, + 1406.0, + 1720.0, + 294.0, + 1720.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1717.0, + 1405.0, + 1717.0, + 1405.0, + 1748.0, + 292.0, + 1748.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1746.0, + 1405.0, + 1746.0, + 1405.0, + 1778.0, + 295.0, + 1778.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1775.0, + 398.0, + 1775.0, + 398.0, + 1811.0, + 294.0, + 1811.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 421.0, + 1403.0, + 421.0, + 1403.0, + 455.0, + 296.0, + 455.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 450.0, + 1405.0, + 450.0, + 1405.0, + 487.0, + 294.0, + 487.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 482.0, + 1210.0, + 482.0, + 1210.0, + 516.0, + 294.0, + 516.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 229.0, + 1403.0, + 229.0, + 1403.0, + 265.0, + 295.0, + 265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 259.0, + 463.0, + 259.0, + 463.0, + 295.0, + 295.0, + 295.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 1, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1274, + 1403, + 1274, + 1403, + 1580, + 297, + 1580 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 298, + 793, + 1403, + 793, + 1403, + 1099, + 298, + 1099 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 298, + 1697, + 1404, + 1697, + 1404, + 2034, + 298, + 2034 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 298, + 230, + 1403, + 230, + 1403, + 505, + 298, + 505 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 298, + 542, + 1403, + 542, + 1403, + 756, + 298, + 756 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 299, + 1197, + 1400, + 1197, + 1400, + 1258, + 299, + 1258 + ], + "score": 0.947 + }, + { + "category_id": 0, + "poly": [ + 303, + 1627, + 767, + 1627, + 767, + 1662, + 303, + 1662 + ], + "score": 0.904 + }, + { + "category_id": 0, + "poly": [ + 301, + 1139, + 856, + 1139, + 856, + 1169, + 301, + 1169 + ], + "score": 0.866 + }, + { + "category_id": 2, + "poly": [ + 842, + 2089, + 858, + 2089, + 858, + 2112, + 842, + 2112 + ], + "score": 0.602 + }, + { + "category_id": 2, + "poly": [ + 299, + 76, + 856, + 76, + 856, + 104, + 299, + 104 + ], + "score": 0.595 + }, + { + "category_id": 2, + "poly": [ + 300, + 76, + 854, + 76, + 854, + 104, + 300, + 104 + ], + "score": 0.576 + }, + { + "category_id": 2, + "poly": [ + 842, + 2088, + 859, + 2088, + 859, + 2111, + 842, + 2111 + ], + "score": 0.367 + }, + { + "category_id": 13, + "poly": [ + 453, + 915, + 574, + 915, + 574, + 948, + 453, + 948 + ], + "score": 0.95, + "latex": "y = F ( n )" + }, + { + "category_id": 13, + "poly": [ + 479, + 854, + 565, + 854, + 565, + 888, + 479, + 888 + ], + "score": 0.93, + "latex": "P ( t | y _ { t } )" + }, + { + "category_id": 13, + "poly": [ + 595, + 885, + 727, + 885, + 727, + 917, + 595, + 917 + ], + "score": 0.93, + "latex": "y _ { t } = F ( x )" + }, + { + "category_id": 13, + "poly": [ + 1148, + 884, + 1240, + 884, + 1240, + 917, + 1148, + 917 + ], + "score": 0.93, + "latex": "P ( t | y _ { n } )" + }, + { + "category_id": 13, + "poly": [ + 1308, + 1790, + 1347, + 1790, + 1347, + 1820, + 1308, + 1820 + ], + "score": 0.89, + "latex": "X _ { 1 }" + }, + { + "category_id": 13, + "poly": [ + 1212, + 1790, + 1250, + 1790, + 1250, + 1820, + 1212, + 1820 + ], + "score": 0.89, + "latex": "X _ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 1044, + 1790, + 1082, + 1790, + 1082, + 1820, + 1044, + 1820 + ], + "score": 0.88, + "latex": "X _ { 1 }" + }, + { + "category_id": 13, + "poly": [ + 297, + 1821, + 336, + 1821, + 336, + 1852, + 297, + 1852 + ], + "score": 0.87, + "latex": "X _ { 3 }" + }, + { + "category_id": 13, + "poly": [ + 1099, + 2006, + 1136, + 2006, + 1136, + 2036, + 1099, + 2036 + ], + "score": 0.87, + "latex": "x _ { + }" + }, + { + "category_id": 13, + "poly": [ + 870, + 857, + 887, + 857, + 887, + 882, + 870, + 882 + ], + "score": 0.68, + "latex": "t" + }, + { + "category_id": 13, + "poly": [ + 383, + 2008, + 402, + 2008, + 402, + 2030, + 383, + 2030 + ], + "score": 0.67, + "latex": "x" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1622.0, + 775.0, + 1622.0, + 775.0, + 1669.0, + 292.0, + 1669.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1137.0, + 860.0, + 1137.0, + 860.0, + 1173.0, + 294.0, + 1173.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 2086.0, + 860.0, + 2086.0, + 860.0, + 2118.0, + 839.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 73.0, + 858.0, + 73.0, + 858.0, + 108.0, + 298.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 73.0, + 858.0, + 73.0, + 858.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 2086.0, + 860.0, + 2086.0, + 860.0, + 2117.0, + 839.0, + 2117.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1272.0, + 1405.0, + 1272.0, + 1405.0, + 1309.0, + 294.0, + 1309.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1304.0, + 1403.0, + 1304.0, + 1403.0, + 1336.0, + 295.0, + 1336.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1333.0, + 1405.0, + 1333.0, + 1405.0, + 1370.0, + 292.0, + 1370.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1367.0, + 1404.0, + 1367.0, + 1404.0, + 1399.0, + 296.0, + 1399.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1393.0, + 1405.0, + 1393.0, + 1405.0, + 1435.0, + 291.0, + 1435.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1424.0, + 1404.0, + 1424.0, + 1404.0, + 1460.0, + 293.0, + 1460.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1454.0, + 1407.0, + 1454.0, + 1407.0, + 1496.0, + 290.0, + 1496.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1487.0, + 1406.0, + 1487.0, + 1406.0, + 1521.0, + 293.0, + 1521.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1516.0, + 1405.0, + 1516.0, + 1405.0, + 1555.0, + 294.0, + 1555.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1546.0, + 861.0, + 1546.0, + 861.0, + 1584.0, + 295.0, + 1584.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 791.0, + 1405.0, + 791.0, + 1405.0, + 828.0, + 294.0, + 828.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 822.0, + 1404.0, + 822.0, + 1404.0, + 860.0, + 293.0, + 860.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 855.0, + 478.0, + 855.0, + 478.0, + 890.0, + 293.0, + 890.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 566.0, + 855.0, + 869.0, + 855.0, + 869.0, + 890.0, + 566.0, + 890.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 888.0, + 855.0, + 1405.0, + 855.0, + 1405.0, + 890.0, + 888.0, + 890.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 881.0, + 594.0, + 881.0, + 594.0, + 922.0, + 292.0, + 922.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 728.0, + 881.0, + 1147.0, + 881.0, + 1147.0, + 922.0, + 728.0, + 922.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1241.0, + 881.0, + 1407.0, + 881.0, + 1407.0, + 922.0, + 1241.0, + 922.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 914.0, + 452.0, + 914.0, + 452.0, + 950.0, + 293.0, + 950.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 575.0, + 914.0, + 1405.0, + 914.0, + 1405.0, + 950.0, + 575.0, + 950.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 946.0, + 1405.0, + 946.0, + 1405.0, + 979.0, + 293.0, + 979.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 974.0, + 1405.0, + 974.0, + 1405.0, + 1012.0, + 293.0, + 1012.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1008.0, + 1405.0, + 1008.0, + 1405.0, + 1040.0, + 294.0, + 1040.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1036.0, + 1405.0, + 1036.0, + 1405.0, + 1072.0, + 293.0, + 1072.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1069.0, + 552.0, + 1069.0, + 552.0, + 1101.0, + 294.0, + 1101.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1697.0, + 1405.0, + 1697.0, + 1405.0, + 1733.0, + 295.0, + 1733.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1728.0, + 1404.0, + 1728.0, + 1404.0, + 1766.0, + 293.0, + 1766.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1757.0, + 1405.0, + 1757.0, + 1405.0, + 1795.0, + 293.0, + 1795.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1790.0, + 1043.0, + 1790.0, + 1043.0, + 1823.0, + 293.0, + 1823.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1083.0, + 1790.0, + 1211.0, + 1790.0, + 1211.0, + 1823.0, + 1083.0, + 1823.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1251.0, + 1790.0, + 1307.0, + 1790.0, + 1307.0, + 1823.0, + 1251.0, + 1823.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1348.0, + 1790.0, + 1406.0, + 1790.0, + 1406.0, + 1823.0, + 1348.0, + 1823.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1818.0, + 296.0, + 1818.0, + 296.0, + 1856.0, + 293.0, + 1856.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 337.0, + 1818.0, + 1405.0, + 1818.0, + 1405.0, + 1856.0, + 337.0, + 1856.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1851.0, + 1405.0, + 1851.0, + 1405.0, + 1885.0, + 294.0, + 1885.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1878.0, + 1405.0, + 1878.0, + 1405.0, + 1920.0, + 291.0, + 1920.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1911.0, + 1405.0, + 1911.0, + 1405.0, + 1946.0, + 293.0, + 1946.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1941.0, + 1406.0, + 1941.0, + 1406.0, + 1978.0, + 292.0, + 1978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1972.0, + 1406.0, + 1972.0, + 1406.0, + 2008.0, + 293.0, + 2008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 2002.0, + 382.0, + 2002.0, + 382.0, + 2039.0, + 293.0, + 2039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 403.0, + 2002.0, + 1098.0, + 2002.0, + 1098.0, + 2039.0, + 403.0, + 2039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1137.0, + 2002.0, + 1405.0, + 2002.0, + 1405.0, + 2039.0, + 1137.0, + 2039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 229.0, + 1404.0, + 229.0, + 1404.0, + 266.0, + 296.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 259.0, + 1405.0, + 259.0, + 1405.0, + 299.0, + 293.0, + 299.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 288.0, + 1405.0, + 288.0, + 1405.0, + 328.0, + 292.0, + 328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 319.0, + 1405.0, + 319.0, + 1405.0, + 357.0, + 293.0, + 357.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 353.0, + 1404.0, + 353.0, + 1404.0, + 386.0, + 294.0, + 386.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 382.0, + 1405.0, + 382.0, + 1405.0, + 417.0, + 293.0, + 417.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 413.0, + 1403.0, + 413.0, + 1403.0, + 450.0, + 292.0, + 450.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 443.0, + 1405.0, + 443.0, + 1405.0, + 479.0, + 294.0, + 479.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 476.0, + 553.0, + 476.0, + 553.0, + 509.0, + 293.0, + 509.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 544.0, + 1402.0, + 544.0, + 1402.0, + 574.0, + 296.0, + 574.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 573.0, + 1404.0, + 573.0, + 1404.0, + 606.0, + 293.0, + 606.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 604.0, + 1405.0, + 604.0, + 1405.0, + 638.0, + 293.0, + 638.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 634.0, + 1405.0, + 634.0, + 1405.0, + 669.0, + 294.0, + 669.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 665.0, + 1405.0, + 665.0, + 1405.0, + 699.0, + 294.0, + 699.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 693.0, + 1404.0, + 693.0, + 1404.0, + 728.0, + 294.0, + 728.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 724.0, + 1199.0, + 724.0, + 1199.0, + 759.0, + 293.0, + 759.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1196.0, + 1404.0, + 1196.0, + 1404.0, + 1231.0, + 295.0, + 1231.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1226.0, + 659.0, + 1226.0, + 659.0, + 1261.0, + 295.0, + 1261.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 2, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 957, + 1404, + 957, + 1404, + 1265, + 297, + 1265 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 297, + 1279, + 1404, + 1279, + 1404, + 1494, + 297, + 1494 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 298, + 436, + 1404, + 436, + 1404, + 590, + 298, + 590 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 298, + 229, + 1402, + 229, + 1402, + 353, + 298, + 353 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 298, + 706, + 1404, + 706, + 1404, + 831, + 298, + 831 + ], + "score": 0.974 + }, + { + "category_id": 1, + "poly": [ + 298, + 1599, + 1404, + 1599, + 1404, + 1730, + 298, + 1730 + ], + "score": 0.963 + }, + { + "category_id": 1, + "poly": [ + 297, + 1830, + 1403, + 1830, + 1403, + 2035, + 297, + 2035 + ], + "score": 0.962 + }, + { + "category_id": 8, + "poly": [ + 537, + 610, + 1153, + 610, + 1153, + 687, + 537, + 687 + ], + "score": 0.954 + }, + { + "category_id": 1, + "poly": [ + 298, + 1732, + 1404, + 1732, + 1404, + 1829, + 298, + 1829 + ], + "score": 0.951 + }, + { + "category_id": 8, + "poly": [ + 445, + 375, + 1255, + 375, + 1255, + 416, + 445, + 416 + ], + "score": 0.928 + }, + { + "category_id": 0, + "poly": [ + 298, + 882, + 1009, + 882, + 1009, + 920, + 298, + 920 + ], + "score": 0.907 + }, + { + "category_id": 9, + "poly": [ + 1366, + 381, + 1400, + 381, + 1400, + 411, + 1366, + 411 + ], + "score": 0.897 + }, + { + "category_id": 0, + "poly": [ + 299, + 1541, + 544, + 1541, + 544, + 1572, + 299, + 1572 + ], + "score": 0.887 + }, + { + "category_id": 9, + "poly": [ + 1366, + 637, + 1400, + 637, + 1400, + 667, + 1366, + 667 + ], + "score": 0.886 + }, + { + "category_id": 2, + "poly": [ + 841, + 2089, + 858, + 2089, + 858, + 2111, + 841, + 2111 + ], + "score": 0.763 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 857, + 75, + 857, + 105, + 298, + 105 + ], + "score": 0.63 + }, + { + "category_id": 2, + "poly": [ + 297, + 75, + 856, + 75, + 856, + 105, + 297, + 105 + ], + "score": 0.286 + }, + { + "category_id": 13, + "poly": [ + 668, + 1760, + 847, + 1760, + 847, + 1802, + 668, + 1802 + ], + "score": 0.94, + "latex": "f _ { i } ^ { ( 1 ) } = F ( \\tilde { x } _ { i } ^ { ( 1 ) } )" + }, + { + "category_id": 14, + "poly": [ + 537, + 610, + 1154, + 610, + 1154, + 686, + 537, + 686 + ], + "score": 0.94, + "latex": "L ( x , x _ { + } , x _ { - } ) = \\frac { e ^ { - \\| F ( x ) - F ( x _ { + } ) \\| _ { 2 } } } { e ^ { - \\| F ( x ) - F ( x _ { + } ) \\| _ { 2 } } + e ^ { - \\| F ( x ) - F ( x _ { - } ) \\| _ { 2 } } }" + }, + { + "category_id": 13, + "poly": [ + 443, + 1889, + 544, + 1889, + 544, + 1924, + 443, + 1924 + ], + "score": 0.94, + "latex": "P ( f _ { i } | f _ { j } )" + }, + { + "category_id": 13, + "poly": [ + 737, + 1669, + 842, + 1669, + 842, + 1703, + 737, + 1703 + ], + "score": 0.93, + "latex": "P ( f _ { 1 } | f _ { 2 } )" + }, + { + "category_id": 13, + "poly": [ + 1138, + 1632, + 1328, + 1632, + 1328, + 1669, + 1138, + 1669 + ], + "score": 0.93, + "latex": "f ^ { ( m ) } = F ( \\tilde { x } ^ { ( m ) } )" + }, + { + "category_id": 13, + "poly": [ + 374, + 1760, + 544, + 1760, + 544, + 1802, + 374, + 1802 + ], + "score": 0.93, + "latex": "\\tilde { x } _ { i } ^ { ( 1 ) } , \\bar { x _ { i } ^ { ( 2 ) } } \\in x _ { i }" + }, + { + "category_id": 13, + "poly": [ + 297, + 1963, + 624, + 1963, + 624, + 2010, + 297, + 2010 + ], + "score": 0.93, + "latex": "P ( f _ { i } ^ { ( 1 ) } | f _ { i } ^ { ( 2 ) } ) > P ( f _ { j } ^ { ( 1 ) } | f _ { i } ^ { ( 2 ) } )" + }, + { + "category_id": 13, + "poly": [ + 957, + 1924, + 1004, + 1924, + 1004, + 1968, + 957, + 1968 + ], + "score": 0.92, + "latex": "\\tilde { x } _ { j } ^ { ( 1 ) }" + }, + { + "category_id": 13, + "poly": [ + 709, + 1966, + 884, + 1966, + 884, + 2010, + 709, + 2010 + ], + "score": 0.92, + "latex": "\\underset { . } { f _ { j } ^ { ( 1 ) } } = F ( \\tilde { x } _ { j } ^ { ( 1 ) } )" + }, + { + "category_id": 13, + "poly": [ + 373, + 437, + 434, + 437, + 434, + 471, + 373, + 471 + ], + "score": 0.92, + "latex": "F ( x )" + }, + { + "category_id": 13, + "poly": [ + 697, + 1635, + 758, + 1635, + 758, + 1668, + 697, + 1668 + ], + "score": 0.92, + "latex": "F ( x )" + }, + { + "category_id": 13, + "poly": [ + 1234, + 1671, + 1301, + 1671, + 1301, + 1702, + 1234, + 1702 + ], + "score": 0.91, + "latex": "f _ { 1 } , f _ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 949, + 1598, + 1004, + 1598, + 1004, + 1630, + 949, + 1630 + ], + "score": 0.91, + "latex": "\\tilde { x } ^ { ( m ) }" + }, + { + "category_id": 13, + "poly": [ + 1095, + 1760, + 1241, + 1760, + 1241, + 1802, + 1095, + 1802 + ], + "score": 0.91, + "latex": "P ( f _ { i } ^ { ( 1 ) } | f _ { i } ^ { ( 2 ) } )" + }, + { + "category_id": 13, + "poly": [ + 441, + 1666, + 497, + 1666, + 497, + 1698, + 441, + 1698 + ], + "score": 0.9, + "latex": "\\tilde { x } ^ { ( m ) }" + }, + { + "category_id": 13, + "poly": [ + 902, + 1760, + 1081, + 1760, + 1081, + 1802, + 902, + 1802 + ], + "score": 0.9, + "latex": "f _ { i } ^ { ( 2 ) } \\stackrel { - } { = } F ( \\tilde { x } _ { i } ^ { ( 2 ) } )" + }, + { + "category_id": 14, + "poly": [ + 444, + 375, + 1256, + 375, + 1256, + 415, + 444, + 415 + ], + "score": 0.88, + "latex": "L ( x , x _ { + } , x _ { - } ) = \\operatorname* { m a x } \\left\\{ \\| F ( x ) - F ( x _ { + } ) \\| _ { 2 } - \\| F ( x ) - F ( x _ { - } ) \\| _ { 2 } + \\alpha , 0 \\right\\}" + }, + { + "category_id": 13, + "poly": [ + 593, + 1891, + 630, + 1891, + 630, + 1922, + 593, + 1922 + ], + "score": 0.88, + "latex": "i , j" + }, + { + "category_id": 13, + "poly": [ + 1011, + 236, + 1048, + 236, + 1048, + 262, + 1011, + 262 + ], + "score": 0.86, + "latex": "x _ { - }" + }, + { + "category_id": 13, + "poly": [ + 1035, + 1636, + 1055, + 1636, + 1055, + 1668, + 1035, + 1668 + ], + "score": 0.86, + "latex": "f" + }, + { + "category_id": 13, + "poly": [ + 1263, + 1934, + 1294, + 1934, + 1294, + 1964, + 1263, + 1964 + ], + "score": 0.85, + "latex": "x _ { j }" + }, + { + "category_id": 13, + "poly": [ + 1319, + 296, + 1340, + 296, + 1340, + 319, + 1319, + 319 + ], + "score": 0.79, + "latex": "\\alpha" + }, + { + "category_id": 13, + "poly": [ + 1210, + 444, + 1231, + 444, + 1231, + 465, + 1210, + 465 + ], + "score": 0.76, + "latex": "\\alpha" + }, + { + "category_id": 13, + "poly": [ + 1241, + 1608, + 1260, + 1608, + 1260, + 1629, + 1241, + 1629 + ], + "score": 0.67, + "latex": "x" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 878.0, + 1012.0, + 878.0, + 1012.0, + 925.0, + 292.0, + 925.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1536.0, + 549.0, + 1536.0, + 549.0, + 1577.0, + 293.0, + 1577.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 2086.0, + 862.0, + 2086.0, + 862.0, + 2118.0, + 838.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 73.0, + 857.0, + 73.0, + 857.0, + 108.0, + 298.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 73.0, + 858.0, + 73.0, + 858.0, + 108.0, + 298.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 957.0, + 1404.0, + 957.0, + 1404.0, + 994.0, + 295.0, + 994.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 987.0, + 1405.0, + 987.0, + 1405.0, + 1024.0, + 294.0, + 1024.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1015.0, + 1408.0, + 1015.0, + 1408.0, + 1057.0, + 292.0, + 1057.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1048.0, + 1404.0, + 1048.0, + 1404.0, + 1087.0, + 294.0, + 1087.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1078.0, + 1405.0, + 1078.0, + 1405.0, + 1116.0, + 294.0, + 1116.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1110.0, + 1404.0, + 1110.0, + 1404.0, + 1148.0, + 294.0, + 1148.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1140.0, + 1406.0, + 1140.0, + 1406.0, + 1177.0, + 291.0, + 1177.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1172.0, + 1405.0, + 1172.0, + 1405.0, + 1208.0, + 295.0, + 1208.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1203.0, + 1406.0, + 1203.0, + 1406.0, + 1239.0, + 295.0, + 1239.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1232.0, + 1029.0, + 1232.0, + 1029.0, + 1269.0, + 292.0, + 1269.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1279.0, + 1405.0, + 1279.0, + 1405.0, + 1318.0, + 295.0, + 1318.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1309.0, + 1405.0, + 1309.0, + 1405.0, + 1346.0, + 294.0, + 1346.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1337.0, + 1405.0, + 1337.0, + 1405.0, + 1379.0, + 291.0, + 1379.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1369.0, + 1404.0, + 1369.0, + 1404.0, + 1406.0, + 294.0, + 1406.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1401.0, + 1404.0, + 1401.0, + 1404.0, + 1436.0, + 294.0, + 1436.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1433.0, + 1404.0, + 1433.0, + 1404.0, + 1468.0, + 296.0, + 1468.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1464.0, + 891.0, + 1464.0, + 891.0, + 1498.0, + 295.0, + 1498.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 438.0, + 372.0, + 438.0, + 372.0, + 471.0, + 297.0, + 471.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 435.0, + 438.0, + 1209.0, + 438.0, + 1209.0, + 471.0, + 435.0, + 471.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1232.0, + 438.0, + 1404.0, + 438.0, + 1404.0, + 471.0, + 1232.0, + 471.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 468.0, + 1404.0, + 468.0, + 1404.0, + 501.0, + 296.0, + 501.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 497.0, + 1406.0, + 497.0, + 1406.0, + 534.0, + 294.0, + 534.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 529.0, + 1402.0, + 529.0, + 1402.0, + 562.0, + 296.0, + 562.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 558.0, + 810.0, + 558.0, + 810.0, + 594.0, + 293.0, + 594.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 228.0, + 1010.0, + 228.0, + 1010.0, + 265.0, + 293.0, + 265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1049.0, + 228.0, + 1404.0, + 228.0, + 1404.0, + 265.0, + 1049.0, + 265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 261.0, + 1407.0, + 261.0, + 1407.0, + 297.0, + 292.0, + 297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 291.0, + 1318.0, + 291.0, + 1318.0, + 325.0, + 293.0, + 325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1341.0, + 291.0, + 1406.0, + 291.0, + 1406.0, + 325.0, + 1341.0, + 325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 323.0, + 1269.0, + 323.0, + 1269.0, + 355.0, + 296.0, + 355.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 704.0, + 1405.0, + 704.0, + 1405.0, + 744.0, + 293.0, + 744.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 738.0, + 1405.0, + 738.0, + 1405.0, + 771.0, + 294.0, + 771.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 770.0, + 1402.0, + 770.0, + 1402.0, + 802.0, + 294.0, + 802.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 798.0, + 1362.0, + 798.0, + 1362.0, + 834.0, + 293.0, + 834.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1595.0, + 948.0, + 1595.0, + 948.0, + 1638.0, + 292.0, + 1638.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1005.0, + 1595.0, + 1240.0, + 1595.0, + 1240.0, + 1638.0, + 1005.0, + 1638.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1261.0, + 1595.0, + 1404.0, + 1595.0, + 1404.0, + 1638.0, + 1261.0, + 1638.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1628.0, + 696.0, + 1628.0, + 696.0, + 1673.0, + 291.0, + 1673.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 759.0, + 1628.0, + 1034.0, + 1628.0, + 1034.0, + 1673.0, + 759.0, + 1673.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1056.0, + 1628.0, + 1137.0, + 1628.0, + 1137.0, + 1673.0, + 1056.0, + 1673.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1329.0, + 1628.0, + 1406.0, + 1628.0, + 1406.0, + 1673.0, + 1329.0, + 1673.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1661.0, + 440.0, + 1661.0, + 440.0, + 1709.0, + 290.0, + 1709.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 498.0, + 1661.0, + 736.0, + 1661.0, + 736.0, + 1709.0, + 498.0, + 1709.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 843.0, + 1661.0, + 1233.0, + 1661.0, + 1233.0, + 1709.0, + 843.0, + 1709.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1302.0, + 1661.0, + 1406.0, + 1661.0, + 1406.0, + 1709.0, + 1302.0, + 1709.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1701.0, + 609.0, + 1701.0, + 609.0, + 1735.0, + 296.0, + 1735.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1828.0, + 1405.0, + 1828.0, + 1405.0, + 1861.0, + 295.0, + 1861.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1859.0, + 1403.0, + 1859.0, + 1403.0, + 1892.0, + 295.0, + 1892.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1888.0, + 442.0, + 1888.0, + 442.0, + 1925.0, + 293.0, + 1925.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 545.0, + 1888.0, + 592.0, + 1888.0, + 592.0, + 1925.0, + 545.0, + 1925.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 631.0, + 1888.0, + 1403.0, + 1888.0, + 1403.0, + 1925.0, + 631.0, + 1925.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 284.0, + 1922.0, + 956.0, + 1922.0, + 956.0, + 1973.0, + 284.0, + 1973.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1005.0, + 1922.0, + 1262.0, + 1922.0, + 1262.0, + 1973.0, + 1005.0, + 1973.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1295.0, + 1922.0, + 1409.0, + 1922.0, + 1409.0, + 1973.0, + 1295.0, + 1973.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1960.0, + 296.0, + 1960.0, + 296.0, + 2012.0, + 291.0, + 2012.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 625.0, + 1960.0, + 708.0, + 1960.0, + 708.0, + 2012.0, + 625.0, + 2012.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 885.0, + 1960.0, + 1412.0, + 1960.0, + 1412.0, + 2012.0, + 885.0, + 2012.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 2002.0, + 1405.0, + 2002.0, + 1405.0, + 2036.0, + 293.0, + 2036.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1729.0, + 1404.0, + 1729.0, + 1404.0, + 1763.0, + 296.0, + 1763.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1798.0, + 379.0, + 1798.0, + 379.0, + 1831.0, + 292.0, + 1831.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 545.0, + 1743.0, + 667.0, + 1743.0, + 667.0, + 1819.0, + 545.0, + 1819.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 848.0, + 1743.0, + 901.0, + 1743.0, + 901.0, + 1819.0, + 848.0, + 1819.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1082.0, + 1743.0, + 1094.0, + 1743.0, + 1094.0, + 1819.0, + 1082.0, + 1819.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1242.0, + 1743.0, + 1414.0, + 1743.0, + 1414.0, + 1819.0, + 1242.0, + 1819.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 275.25, + 1746.5, + 448.25, + 1746.5, + 448.25, + 1826.5, + 275.25, + 1826.5 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 3, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1595, + 1404, + 1595, + 1404, + 1784, + 297, + 1784 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 296, + 437, + 1405, + 437, + 1405, + 561, + 296, + 561 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 297, + 1910, + 1403, + 1910, + 1403, + 2036, + 297, + 2036 + ], + "score": 0.975 + }, + { + "category_id": 3, + "poly": [ + 627, + 686, + 1066, + 686, + 1066, + 1425, + 627, + 1425 + ], + "score": 0.969 + }, + { + "category_id": 8, + "poly": [ + 543, + 329, + 1155, + 329, + 1155, + 417, + 543, + 417 + ], + "score": 0.959 + }, + { + "category_id": 1, + "poly": [ + 289, + 228, + 1404, + 228, + 1404, + 295, + 289, + 295 + ], + "score": 0.954 + }, + { + "category_id": 8, + "poly": [ + 402, + 1798, + 1293, + 1798, + 1293, + 1896, + 402, + 1896 + ], + "score": 0.951 + }, + { + "category_id": 8, + "poly": [ + 576, + 578, + 1123, + 578, + 1123, + 640, + 576, + 640 + ], + "score": 0.948 + }, + { + "category_id": 2, + "poly": [ + 297, + 74, + 857, + 74, + 857, + 106, + 297, + 106 + ], + "score": 0.924 + }, + { + "category_id": 0, + "poly": [ + 298, + 1539, + 476, + 1539, + 476, + 1571, + 298, + 1571 + ], + "score": 0.917 + }, + { + "category_id": 4, + "poly": [ + 630, + 1457, + 1067, + 1457, + 1067, + 1491, + 630, + 1491 + ], + "score": 0.912 + }, + { + "category_id": 9, + "poly": [ + 1366, + 361, + 1400, + 361, + 1400, + 392, + 1366, + 392 + ], + "score": 0.883 + }, + { + "category_id": 9, + "poly": [ + 1366, + 1830, + 1400, + 1830, + 1400, + 1859, + 1366, + 1859 + ], + "score": 0.874 + }, + { + "category_id": 2, + "poly": [ + 841, + 2087, + 859, + 2087, + 859, + 2112, + 841, + 2112 + ], + "score": 0.753 + }, + { + "category_id": 14, + "poly": [ + 404, + 1796, + 1296, + 1796, + 1296, + 1899, + 404, + 1899 + ], + "score": 0.94, + "latex": "\\overline { { L } } _ { S C } ( \\{ x \\} _ { i = 1 } ^ { N } ) = \\frac { 1 } { N } \\sum _ { i = 1 } ^ { N } L _ { S C } ( x _ { i } , \\{ x \\} _ { j \\neq i } ) = - \\frac { 1 } { N } \\sum _ { i = 1 } ^ { N } \\log \\frac { e ^ { - \\| f _ { i } ^ { ( 1 ) } - f _ { i } ^ { ( 2 ) } \\| _ { 2 } } } { \\sum _ { j = 1 } ^ { N } e ^ { - \\| f _ { i } ^ { ( 1 ) } - f _ { j } ^ { ( 2 ) } \\| _ { 2 } } }" + }, + { + "category_id": 14, + "poly": [ + 576, + 575, + 1122, + 575, + 1122, + 642, + 576, + 642 + ], + "score": 0.94, + "latex": "\\widehat { L } _ { S C } ( x _ { 1 } , x _ { 2 } ) = \\frac { 1 } { 2 } \\left[ L _ { S C } ( x _ { 1 } , x _ { 2 } ) + L _ { S C } ( x _ { 2 } , x _ { 1 } ) \\right]" + }, + { + "category_id": 14, + "poly": [ + 544, + 328, + 1156, + 328, + 1156, + 417, + 544, + 417 + ], + "score": 0.93, + "latex": "L _ { S C } ( x _ { 1 } , x _ { 2 } ) = - \\log \\frac { e ^ { - \\| f _ { 1 } ^ { ( 1 ) } - f _ { 1 } ^ { ( 2 ) } \\| _ { 2 } } } { e ^ { - \\| f _ { 1 } ^ { ( 1 ) } - f _ { 1 } ^ { ( 2 ) } \\| _ { 2 } } + e ^ { - \\| f _ { 1 } ^ { ( 1 ) } - f _ { 2 } ^ { ( 1 ) } \\| _ { 2 } } }" + }, + { + "category_id": 13, + "poly": [ + 675, + 1719, + 716, + 1719, + 716, + 1747, + 675, + 1747 + ], + "score": 0.88, + "latex": "N ^ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 1137, + 1692, + 1164, + 1692, + 1164, + 1717, + 1137, + 1717 + ], + "score": 0.83, + "latex": "N" + }, + { + "category_id": 14, + "poly": [ + 649, + 1332, + 1041, + 1332, + 1041, + 1422, + 649, + 1422 + ], + "score": 0.7, + "latex": "\\operatorname* { m i n } \\left\\{ - l o g \\frac { e ^ { - \\left\\| f _ { 1 } ^ { ( 1 ) } - f _ { 1 } ^ { ( 2 ) } \\right\\| _ { 2 } } } { e ^ { - \\left\\| f _ { 1 } ^ { ( 1 ) } - f _ { 1 } ^ { ( 2 ) } \\right\\| _ { 2 } + } e ^ { - \\left\\| f _ { 1 } ^ { ( 1 ) } - f _ { 2 } ^ { ( 1 ) } \\right\\| _ { 2 } } } \\right\\}" + }, + { + "category_id": 15, + "poly": [ + 775.0, + 998.0, + 939.0, + 998.0, + 939.0, + 1044.0, + 775.0, + 1044.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 781.0, + 1118.0, + 795.0, + 1118.0, + 795.0, + 1131.0, + 781.0, + 1131.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 844.0, + 1120.0, + 852.0, + 1120.0, + 852.0, + 1130.0, + 844.0, + 1130.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 903.0, + 1119.0, + 917.0, + 1119.0, + 917.0, + 1131.0, + 903.0, + 1131.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 827.0, + 1127.0, + 880.0, + 1127.0, + 880.0, + 1176.0, + 827.0, + 1176.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 765.0, + 1269.0, + 951.0, + 1269.0, + 951.0, + 1308.0, + 765.0, + 1308.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 753.0, + 1129.0, + 820.0, + 1129.0, + 820.0, + 1173.0, + 753.0, + 1173.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 877.0, + 1129.5, + 948.0, + 1129.5, + 948.0, + 1175.0, + 877.0, + 1175.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 644.75, + 1350.0, + 1041.75, + 1350.0, + 1041.75, + 1430.5, + 644.75, + 1430.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 858.0, + 72.0, + 858.0, + 109.0, + 297.0, + 109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1535.0, + 478.0, + 1535.0, + 478.0, + 1575.0, + 294.0, + 1575.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 628.0, + 1455.0, + 1069.0, + 1455.0, + 1069.0, + 1495.0, + 628.0, + 1495.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 2086.0, + 860.0, + 2086.0, + 860.0, + 2118.0, + 839.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1594.0, + 1405.0, + 1594.0, + 1405.0, + 1633.0, + 295.0, + 1633.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1628.0, + 1405.0, + 1628.0, + 1405.0, + 1665.0, + 294.0, + 1665.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1657.0, + 1406.0, + 1657.0, + 1406.0, + 1695.0, + 292.0, + 1695.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1688.0, + 1136.0, + 1688.0, + 1136.0, + 1724.0, + 294.0, + 1724.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1165.0, + 1688.0, + 1404.0, + 1688.0, + 1404.0, + 1724.0, + 1165.0, + 1724.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1718.0, + 674.0, + 1718.0, + 674.0, + 1754.0, + 294.0, + 1754.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 717.0, + 1718.0, + 1406.0, + 1718.0, + 1406.0, + 1754.0, + 717.0, + 1754.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1750.0, + 1006.0, + 1750.0, + 1006.0, + 1786.0, + 295.0, + 1786.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 436.0, + 1406.0, + 436.0, + 1406.0, + 473.0, + 293.0, + 473.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 466.0, + 1405.0, + 466.0, + 1405.0, + 504.0, + 293.0, + 504.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 501.0, + 1405.0, + 501.0, + 1405.0, + 534.0, + 294.0, + 534.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 529.0, + 1146.0, + 529.0, + 1146.0, + 564.0, + 291.0, + 564.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1908.0, + 1407.0, + 1908.0, + 1407.0, + 1946.0, + 295.0, + 1946.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1944.0, + 1405.0, + 1944.0, + 1405.0, + 1977.0, + 295.0, + 1977.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1972.0, + 1405.0, + 1972.0, + 1405.0, + 2007.0, + 295.0, + 2007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 2004.0, + 1404.0, + 2004.0, + 1404.0, + 2037.0, + 295.0, + 2037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 228.0, + 1403.0, + 228.0, + 1403.0, + 264.0, + 295.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 260.0, + 1208.0, + 260.0, + 1208.0, + 297.0, + 296.0, + 297.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 4, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 1504, + 1404, + 1504, + 1404, + 1809, + 298, + 1809 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 298, + 1334, + 1404, + 1334, + 1404, + 1488, + 298, + 1488 + ], + "score": 0.968 + }, + { + "category_id": 1, + "poly": [ + 297, + 226, + 1404, + 226, + 1404, + 446, + 297, + 446 + ], + "score": 0.963 + }, + { + "category_id": 0, + "poly": [ + 299, + 1263, + 558, + 1263, + 558, + 1299, + 299, + 1299 + ], + "score": 0.911 + }, + { + "category_id": 1, + "poly": [ + 300, + 1811, + 583, + 1811, + 583, + 1839, + 300, + 1839 + ], + "score": 0.895 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 857, + 75, + 857, + 105, + 298, + 105 + ], + "score": 0.89 + }, + { + "category_id": 1, + "poly": [ + 369, + 1866, + 1403, + 1866, + 1403, + 2034, + 369, + 2034 + ], + "score": 0.827 + }, + { + "category_id": 2, + "poly": [ + 840, + 2089, + 859, + 2089, + 859, + 2112, + 840, + 2112 + ], + "score": 0.764 + }, + { + "category_id": 1, + "poly": [ + 299, + 520, + 925, + 520, + 925, + 557, + 299, + 557 + ], + "score": 0.489 + }, + { + "category_id": 1, + "poly": [ + 305, + 481, + 877, + 481, + 877, + 513, + 305, + 513 + ], + "score": 0.481 + }, + { + "category_id": 1, + "poly": [ + 319, + 583, + 942, + 583, + 942, + 684, + 319, + 684 + ], + "score": 0.355 + }, + { + "category_id": 8, + "poly": [ + 325, + 1039, + 634, + 1039, + 634, + 1091, + 325, + 1091 + ], + "score": 0.252 + }, + { + "category_id": 1, + "poly": [ + 321, + 1114, + 936, + 1114, + 936, + 1187, + 321, + 1187 + ], + "score": 0.139 + }, + { + "category_id": 13, + "poly": [ + 986, + 226, + 1094, + 226, + 1094, + 263, + 986, + 263 + ], + "score": 0.93, + "latex": "\\tilde { f } ^ { ( m ) } \\in f" + }, + { + "category_id": 13, + "poly": [ + 415, + 520, + 561, + 520, + 561, + 557, + 415, + 557 + ], + "score": 0.91, + "latex": "X = \\{ x \\} _ { i = 1 } ^ { N }" + }, + { + "category_id": 13, + "poly": [ + 712, + 1595, + 767, + 1595, + 767, + 1625, + 712, + 1625 + ], + "score": 0.88, + "latex": "3 0 \\%" + }, + { + "category_id": 13, + "poly": [ + 410, + 614, + 640, + 614, + 640, + 648, + 410, + 648 + ], + "score": 0.88, + "latex": "N \\times W _ { f } \\times H _ { f } \\times C" + }, + { + "category_id": 13, + "poly": [ + 365, + 741, + 421, + 741, + 421, + 766, + 365, + 766 + ], + "score": 0.83, + "latex": "\\dot { 1 } = 1" + }, + { + "category_id": 13, + "poly": [ + 1000, + 1868, + 1190, + 1868, + 1190, + 1898, + 1000, + 1898 + ], + "score": 0.82, + "latex": "1 0 0 , 0 0 0 9 6 \\times 9 6" + }, + { + "category_id": 13, + "poly": [ + 353, + 768, + 578, + 768, + 578, + 802, + 353, + 802 + ], + "score": 0.8, + "latex": "\\tilde { f } _ { i } ^ { ( 1 ) } \\gets \\mathsf { s a m p l e } ( f _ { i } )" + }, + { + "category_id": 13, + "poly": [ + 393, + 804, + 449, + 804, + 449, + 831, + 393, + 831 + ], + "score": 0.78, + "latex": "\\mathrm { j } = 1" + }, + { + "category_id": 13, + "poly": [ + 325, + 647, + 602, + 647, + 602, + 684, + 325, + 684 + ], + "score": 0.71, + "latex": "\\{ f \\} _ { i = 1 } ^ { N } \\mathsf { C o n v N e t } ( X )" + }, + { + "category_id": 13, + "poly": [ + 416, + 1144, + 544, + 1144, + 544, + 1188, + 416, + 1188 + ], + "score": 0.71, + "latex": "\\textstyle { \\frac { 1 } { N } } \\sum _ { i = 1 } ^ { N } d _ { i }" + }, + { + "category_id": 14, + "poly": [ + 325, + 1035, + 638, + 1035, + 638, + 1091, + 325, + 1091 + ], + "score": 0.66, + "latex": "\\begin{array} { r } { d _ { i } \\gets - \\log \\frac { \\bar { e } ^ { - D i s t ( i , i ) } } { \\sum _ { k = 1 } ^ { N } e ^ { - D i s t ( i , k ) } } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 325, + 1035, + 638, + 1035, + 638, + 1091, + 325, + 1091 + ], + "score": 0.59, + "latex": "\\begin{array} { r } { d _ { i } \\gets - \\log \\frac { \\bar { e } ^ { - D i s t ( i , i ) } } { \\sum _ { k = 1 } ^ { N } e ^ { - D i s t ( i , k ) } } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 378, + 832, + 607, + 832, + 607, + 874, + 378, + 874 + ], + "score": 0.38, + "latex": "\\tilde { f } _ { j } ^ { ( 2 ) } \\gets \\mathtt { s a m p l e } ( f _ { j } )" + }, + { + "category_id": 13, + "poly": [ + 454, + 741, + 479, + 741, + 479, + 767, + 454, + 767 + ], + "score": 0.36, + "latex": "\\mathbf { N }" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1259.0, + 562.0, + 1259.0, + 562.0, + 1304.0, + 291.0, + 1304.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 73.0, + 857.0, + 73.0, + 857.0, + 108.0, + 298.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 840.0, + 2087.0, + 862.0, + 2087.0, + 862.0, + 2118.0, + 840.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1502.0, + 1405.0, + 1502.0, + 1405.0, + 1539.0, + 292.0, + 1539.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1530.0, + 1405.0, + 1530.0, + 1405.0, + 1573.0, + 292.0, + 1573.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1562.0, + 1406.0, + 1562.0, + 1406.0, + 1602.0, + 291.0, + 1602.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1593.0, + 711.0, + 1593.0, + 711.0, + 1630.0, + 293.0, + 1630.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 768.0, + 1593.0, + 1405.0, + 1593.0, + 1405.0, + 1630.0, + 768.0, + 1630.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1626.0, + 1406.0, + 1626.0, + 1406.0, + 1662.0, + 294.0, + 1662.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1656.0, + 1406.0, + 1656.0, + 1406.0, + 1692.0, + 294.0, + 1692.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1687.0, + 1406.0, + 1687.0, + 1406.0, + 1722.0, + 293.0, + 1722.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1715.0, + 1406.0, + 1715.0, + 1406.0, + 1753.0, + 293.0, + 1753.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1745.0, + 1406.0, + 1745.0, + 1406.0, + 1782.0, + 292.0, + 1782.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1775.0, + 536.0, + 1775.0, + 536.0, + 1816.0, + 292.0, + 1816.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1333.0, + 1404.0, + 1333.0, + 1404.0, + 1373.0, + 292.0, + 1373.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1365.0, + 1405.0, + 1365.0, + 1405.0, + 1400.0, + 292.0, + 1400.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1396.0, + 1402.0, + 1396.0, + 1402.0, + 1430.0, + 296.0, + 1430.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1424.0, + 1405.0, + 1424.0, + 1405.0, + 1463.0, + 292.0, + 1463.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1457.0, + 504.0, + 1457.0, + 504.0, + 1490.0, + 293.0, + 1490.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 225.0, + 985.0, + 225.0, + 985.0, + 267.0, + 292.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1095.0, + 225.0, + 1407.0, + 225.0, + 1407.0, + 267.0, + 1095.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 261.0, + 1406.0, + 261.0, + 1406.0, + 295.0, + 292.0, + 295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 294.0, + 1404.0, + 294.0, + 1404.0, + 325.0, + 296.0, + 325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 321.0, + 1405.0, + 321.0, + 1405.0, + 356.0, + 295.0, + 356.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 352.0, + 1401.0, + 352.0, + 1401.0, + 384.0, + 295.0, + 384.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 382.0, + 1404.0, + 382.0, + 1404.0, + 417.0, + 294.0, + 417.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 410.0, + 711.0, + 410.0, + 711.0, + 451.0, + 294.0, + 451.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1807.0, + 587.0, + 1807.0, + 587.0, + 1842.0, + 296.0, + 1842.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 370.0, + 1867.0, + 999.0, + 1867.0, + 999.0, + 1901.0, + 370.0, + 1901.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1191.0, + 1867.0, + 1405.0, + 1867.0, + 1405.0, + 1901.0, + 1191.0, + 1901.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 1897.0, + 1406.0, + 1897.0, + 1406.0, + 1936.0, + 392.0, + 1936.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 1928.0, + 899.0, + 1928.0, + 899.0, + 1964.0, + 395.0, + 1964.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 378.0, + 1973.0, + 1403.0, + 1973.0, + 1403.0, + 2006.0, + 378.0, + 2006.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 2004.0, + 1403.0, + 2004.0, + 1403.0, + 2037.0, + 395.0, + 2037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 513.0, + 414.0, + 513.0, + 414.0, + 566.0, + 292.0, + 566.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 562.0, + 513.0, + 930.0, + 513.0, + 930.0, + 566.0, + 562.0, + 566.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 299.0, + 476.0, + 883.0, + 476.0, + 883.0, + 520.0, + 299.0, + 520.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 579.0, + 943.0, + 579.0, + 943.0, + 619.0, + 321.0, + 619.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 613.0, + 409.0, + 613.0, + 409.0, + 649.0, + 321.0, + 649.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 603.0, + 642.0, + 606.0, + 642.0, + 606.0, + 688.0, + 603.0, + 688.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1112.0, + 938.0, + 1112.0, + 938.0, + 1148.0, + 321.0, + 1148.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 314.0, + 1130.0, + 415.0, + 1130.0, + 415.0, + 1200.0, + 314.0, + 1200.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 545.0, + 1130.0, + 558.0, + 1130.0, + 558.0, + 1200.0, + 545.0, + 1200.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 5, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 5, + "poly": [ + 428, + 278, + 1270, + 278, + 1270, + 568, + 428, + 568 + ], + "score": 0.984, + "html": "
ModelSTL-10 test accuracy
Zero-bias Convnets - Paine et al. (2014)70.2%
Triplet network -Hoffer & Ailon (2015)70.7%
Exemplar Convnets - Dosovitskiy et al. (2014)72.8%
Target Coding - Yang et al. (2015)73.15%
Stacked what-where AE - Zhao et al. (2015)74.33%
Spatial contrasting initialization (this work)81.34% ± 0.1
The same model without initialization72.6%±0.1
" + }, + { + "category_id": 1, + "poly": [ + 297, + 1042, + 1404, + 1042, + 1404, + 1407, + 297, + 1407 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 299, + 1881, + 1401, + 1881, + 1401, + 2034, + 299, + 2034 + ], + "score": 0.973 + }, + { + "category_id": 1, + "poly": [ + 371, + 700, + 1402, + 700, + 1402, + 823, + 371, + 823 + ], + "score": 0.968 + }, + { + "category_id": 1, + "poly": [ + 303, + 851, + 1403, + 851, + 1403, + 944, + 303, + 944 + ], + "score": 0.967 + }, + { + "category_id": 1, + "poly": [ + 393, + 626, + 1400, + 626, + 1400, + 687, + 393, + 687 + ], + "score": 0.949 + }, + { + "category_id": 1, + "poly": [ + 299, + 1507, + 1403, + 1507, + 1403, + 1628, + 299, + 1628 + ], + "score": 0.945 + }, + { + "category_id": 1, + "poly": [ + 300, + 1630, + 1403, + 1630, + 1403, + 1781, + 300, + 1781 + ], + "score": 0.939 + }, + { + "category_id": 2, + "poly": [ + 297, + 75, + 857, + 75, + 857, + 105, + 297, + 105 + ], + "score": 0.91 + }, + { + "category_id": 0, + "poly": [ + 300, + 1448, + 628, + 1448, + 628, + 1480, + 300, + 1480 + ], + "score": 0.901 + }, + { + "category_id": 0, + "poly": [ + 300, + 983, + 607, + 983, + 607, + 1015, + 300, + 1015 + ], + "score": 0.896 + }, + { + "category_id": 6, + "poly": [ + 568, + 250, + 1129, + 250, + 1129, + 278, + 568, + 278 + ], + "score": 0.894 + }, + { + "category_id": 0, + "poly": [ + 300, + 1822, + 614, + 1822, + 614, + 1853, + 300, + 1853 + ], + "score": 0.892 + }, + { + "category_id": 2, + "poly": [ + 842, + 2088, + 858, + 2088, + 858, + 2111, + 842, + 2111 + ], + "score": 0.64 + }, + { + "category_id": 2, + "poly": [ + 842, + 2088, + 859, + 2088, + 859, + 2111, + 842, + 2111 + ], + "score": 0.263 + }, + { + "category_id": 13, + "poly": [ + 533, + 627, + 627, + 627, + 627, + 656, + 533, + 656 + ], + "score": 0.89, + "latex": "3 2 \\times 3 2" + }, + { + "category_id": 13, + "poly": [ + 901, + 1225, + 977, + 1225, + 977, + 1254, + 901, + 1254 + ], + "score": 0.88, + "latex": "8 1 . 3 \\%" + }, + { + "category_id": 13, + "poly": [ + 1033, + 1316, + 1109, + 1316, + 1109, + 1346, + 1033, + 1346 + ], + "score": 0.88, + "latex": "7 2 . 6 \\%" + }, + { + "category_id": 13, + "poly": [ + 520, + 1721, + 582, + 1721, + 582, + 1750, + 520, + 1750 + ], + "score": 0.87, + "latex": "6 . 8 \\%" + }, + { + "category_id": 13, + "poly": [ + 1319, + 1721, + 1393, + 1721, + 1393, + 1750, + 1319, + 1750 + ], + "score": 0.85, + "latex": "7 9 . 2 \\%" + }, + { + "category_id": 13, + "poly": [ + 939, + 1195, + 981, + 1195, + 981, + 1223, + 939, + 1223 + ], + "score": 0.84, + "latex": "7 \\%" + }, + { + "category_id": 13, + "poly": [ + 678, + 792, + 765, + 792, + 765, + 821, + 678, + 821 + ], + "score": 0.82, + "latex": "2 8 \\times 2 8" + }, + { + "category_id": 13, + "poly": [ + 924, + 1508, + 1042, + 1508, + 1042, + 1539, + 924, + 1539 + ], + "score": 0.34, + "latex": "\\mathrm { N g } \\left( 2 0 1 2 \\right)" + }, + { + "category_id": 13, + "poly": [ + 924, + 1508, + 964, + 1508, + 964, + 1539, + 924, + 1539 + ], + "score": 0.28, + "latex": "\\mathrm { N g }" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 73.0, + 858.0, + 73.0, + 858.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1445.0, + 632.0, + 1445.0, + 632.0, + 1485.0, + 293.0, + 1485.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 980.0, + 610.0, + 980.0, + 610.0, + 1020.0, + 294.0, + 1020.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 568.0, + 245.0, + 1132.0, + 245.0, + 1132.0, + 283.0, + 568.0, + 283.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1818.0, + 620.0, + 1818.0, + 620.0, + 1860.0, + 294.0, + 1860.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 840.0, + 2086.0, + 860.0, + 2086.0, + 860.0, + 2119.0, + 840.0, + 2119.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 840.0, + 2087.0, + 861.0, + 2087.0, + 861.0, + 2119.0, + 840.0, + 2119.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1042.0, + 1404.0, + 1042.0, + 1404.0, + 1076.0, + 295.0, + 1076.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1073.0, + 1404.0, + 1073.0, + 1404.0, + 1107.0, + 295.0, + 1107.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1102.0, + 1405.0, + 1102.0, + 1405.0, + 1140.0, + 294.0, + 1140.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1136.0, + 1402.0, + 1136.0, + 1402.0, + 1166.0, + 295.0, + 1166.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1160.0, + 1405.0, + 1160.0, + 1405.0, + 1203.0, + 291.0, + 1203.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1193.0, + 938.0, + 1193.0, + 938.0, + 1231.0, + 294.0, + 1231.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 982.0, + 1193.0, + 1406.0, + 1193.0, + 1406.0, + 1231.0, + 982.0, + 1231.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1224.0, + 900.0, + 1224.0, + 900.0, + 1258.0, + 295.0, + 1258.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 978.0, + 1224.0, + 1405.0, + 1224.0, + 1405.0, + 1258.0, + 978.0, + 1258.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1254.0, + 1407.0, + 1254.0, + 1407.0, + 1292.0, + 292.0, + 1292.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1287.0, + 1405.0, + 1287.0, + 1405.0, + 1318.0, + 296.0, + 1318.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1314.0, + 1032.0, + 1314.0, + 1032.0, + 1348.0, + 295.0, + 1348.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1110.0, + 1314.0, + 1405.0, + 1314.0, + 1405.0, + 1348.0, + 1110.0, + 1348.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1347.0, + 1405.0, + 1347.0, + 1405.0, + 1381.0, + 295.0, + 1381.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1379.0, + 507.0, + 1379.0, + 507.0, + 1410.0, + 293.0, + 1410.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1878.0, + 1403.0, + 1878.0, + 1403.0, + 1917.0, + 297.0, + 1917.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1913.0, + 1403.0, + 1913.0, + 1403.0, + 1946.0, + 297.0, + 1946.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1942.0, + 1406.0, + 1942.0, + 1406.0, + 1979.0, + 295.0, + 1979.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1969.0, + 1405.0, + 1969.0, + 1405.0, + 2008.0, + 293.0, + 2008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 2002.0, + 1403.0, + 2002.0, + 1403.0, + 2035.0, + 295.0, + 2035.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 369.0, + 700.0, + 1404.0, + 700.0, + 1404.0, + 732.0, + 369.0, + 732.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 732.0, + 1404.0, + 732.0, + 1404.0, + 765.0, + 394.0, + 765.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 398.0, + 763.0, + 1404.0, + 763.0, + 1404.0, + 795.0, + 398.0, + 795.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 789.0, + 677.0, + 789.0, + 677.0, + 829.0, + 394.0, + 829.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 766.0, + 789.0, + 1027.0, + 789.0, + 1027.0, + 829.0, + 766.0, + 829.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 848.0, + 1404.0, + 848.0, + 1404.0, + 887.0, + 296.0, + 887.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 878.0, + 1403.0, + 878.0, + 1403.0, + 917.0, + 296.0, + 917.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 911.0, + 612.0, + 911.0, + 612.0, + 948.0, + 297.0, + 948.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 621.0, + 532.0, + 621.0, + 532.0, + 664.0, + 393.0, + 664.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 628.0, + 621.0, + 1405.0, + 621.0, + 1405.0, + 664.0, + 628.0, + 664.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 656.0, + 871.0, + 656.0, + 871.0, + 692.0, + 395.0, + 692.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1508.0, + 923.0, + 1508.0, + 923.0, + 1540.0, + 295.0, + 1540.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1043.0, + 1508.0, + 1405.0, + 1508.0, + 1405.0, + 1540.0, + 1043.0, + 1540.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1536.0, + 1407.0, + 1536.0, + 1407.0, + 1571.0, + 294.0, + 1571.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1567.0, + 1405.0, + 1567.0, + 1405.0, + 1603.0, + 294.0, + 1603.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1600.0, + 910.0, + 1600.0, + 910.0, + 1632.0, + 295.0, + 1632.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1630.0, + 1404.0, + 1630.0, + 1404.0, + 1662.0, + 295.0, + 1662.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1658.0, + 1405.0, + 1658.0, + 1405.0, + 1695.0, + 295.0, + 1695.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1691.0, + 1404.0, + 1691.0, + 1404.0, + 1724.0, + 295.0, + 1724.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1720.0, + 519.0, + 1720.0, + 519.0, + 1755.0, + 294.0, + 1755.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 583.0, + 1720.0, + 1318.0, + 1720.0, + 1318.0, + 1755.0, + 583.0, + 1755.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1394.0, + 1720.0, + 1404.0, + 1720.0, + 1404.0, + 1755.0, + 1394.0, + 1755.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1751.0, + 1007.0, + 1751.0, + 1007.0, + 1784.0, + 296.0, + 1784.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 6, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 5, + "poly": [ + 294, + 283, + 1411, + 283, + 1411, + 634, + 294, + 634 + ], + "score": 0.982, + "html": "
ModelCifar10 (400 per class) test accuracy
Convolutional K-means Network - Coates & Ng (2012)70.7%
View-Invariant K-means -Hui (2013)72.6%
DCGAN - Radford et al. (2015)73.8%
Exemplar Convnets - Dosovitskiy et al. (2014)76.6%
Ladder networks - Rasmus et al. (2015)79.6%
Conv-CatGan Springenberg (2016)80.42% (± 0.58)
ImprovedGan Salimans et al. (2016)81.37% (± 2.32)
Spatial contrasting initialization (this work)79.2%(±0.3)
The same model without initialization72.4%(±0.1)
" + }, + { + "category_id": 5, + "poly": [ + 462, + 717, + 1236, + 717, + 1236, + 1008, + 462, + 1008 + ], + "score": 0.98, + "html": "
ModelMNIST test error
Stacked what-where AE - Zhao et al. (2015)0.71%
Triplet network - Hoffer & Ailon (2015)0.56%
Jarrett et al. (2009)0.53%
Ladder networks - Rasmus et al. (2015)0.36%
DropConnect - Wan et al. (2013)0.21%
Spatial contrasting initialization (this work)0.34%± 0.02
The same model without initialization0.63%± 0.02
" + }, + { + "category_id": 1, + "poly": [ + 298, + 1536, + 1403, + 1536, + 1403, + 1752, + 298, + 1752 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 298, + 1338, + 1403, + 1338, + 1403, + 1521, + 298, + 1521 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 298, + 1065, + 1404, + 1065, + 1404, + 1220, + 298, + 1220 + ], + "score": 0.973 + }, + { + "category_id": 1, + "poly": [ + 300, + 1941, + 1403, + 1941, + 1403, + 2034, + 300, + 2034 + ], + "score": 0.94 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 857, + 75, + 857, + 105, + 298, + 105 + ], + "score": 0.916 + }, + { + "category_id": 6, + "poly": [ + 390, + 249, + 1307, + 249, + 1307, + 280, + 390, + 280 + ], + "score": 0.912 + }, + { + "category_id": 6, + "poly": [ + 656, + 690, + 1042, + 690, + 1042, + 718, + 656, + 718 + ], + "score": 0.89 + }, + { + "category_id": 0, + "poly": [ + 300, + 1801, + 488, + 1801, + 488, + 1834, + 300, + 1834 + ], + "score": 0.889 + }, + { + "category_id": 1, + "poly": [ + 299, + 1853, + 1403, + 1853, + 1403, + 1916, + 299, + 1916 + ], + "score": 0.859 + }, + { + "category_id": 2, + "poly": [ + 841, + 2089, + 858, + 2089, + 858, + 2111, + 841, + 2111 + ], + "score": 0.763 + }, + { + "category_id": 0, + "poly": [ + 299, + 1268, + 849, + 1268, + 849, + 1302, + 299, + 1302 + ], + "score": 0.731 + }, + { + "category_id": 0, + "poly": [ + 298, + 1269, + 849, + 1269, + 849, + 1302, + 298, + 1302 + ], + "score": 0.209 + }, + { + "category_id": 13, + "poly": [ + 814, + 1096, + 891, + 1096, + 891, + 1126, + 814, + 1126 + ], + "score": 0.9, + "latex": "0 . 3 4 \\%" + }, + { + "category_id": 13, + "poly": [ + 709, + 1096, + 785, + 1096, + 785, + 1126, + 709, + 1126 + ], + "score": 0.89, + "latex": "{ \\bar { 0 } } . 6 3 \\%" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 73.0, + 857.0, + 73.0, + 857.0, + 108.0, + 298.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 390.0, + 244.0, + 1307.0, + 244.0, + 1307.0, + 286.0, + 390.0, + 286.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 653.0, + 685.0, + 1047.0, + 685.0, + 1047.0, + 723.0, + 653.0, + 723.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1800.0, + 491.0, + 1800.0, + 491.0, + 1838.0, + 295.0, + 1838.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 2086.0, + 860.0, + 2086.0, + 860.0, + 2116.0, + 839.0, + 2116.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1264.0, + 852.0, + 1264.0, + 852.0, + 1307.0, + 294.0, + 1307.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1264.0, + 852.0, + 1264.0, + 852.0, + 1308.0, + 294.0, + 1308.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1538.0, + 1403.0, + 1538.0, + 1403.0, + 1572.0, + 296.0, + 1572.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1569.0, + 1403.0, + 1569.0, + 1403.0, + 1603.0, + 296.0, + 1603.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1598.0, + 1405.0, + 1598.0, + 1405.0, + 1633.0, + 294.0, + 1633.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1630.0, + 1405.0, + 1630.0, + 1405.0, + 1662.0, + 293.0, + 1662.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1658.0, + 1404.0, + 1658.0, + 1404.0, + 1696.0, + 292.0, + 1696.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1690.0, + 1405.0, + 1690.0, + 1405.0, + 1724.0, + 294.0, + 1724.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1721.0, + 1207.0, + 1721.0, + 1207.0, + 1758.0, + 293.0, + 1758.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1336.0, + 1405.0, + 1336.0, + 1405.0, + 1373.0, + 292.0, + 1373.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1366.0, + 1405.0, + 1366.0, + 1405.0, + 1403.0, + 292.0, + 1403.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1395.0, + 1405.0, + 1395.0, + 1405.0, + 1437.0, + 293.0, + 1437.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1429.0, + 1404.0, + 1429.0, + 1404.0, + 1464.0, + 294.0, + 1464.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1460.0, + 1407.0, + 1460.0, + 1407.0, + 1495.0, + 294.0, + 1495.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1491.0, + 933.0, + 1491.0, + 933.0, + 1523.0, + 296.0, + 1523.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1065.0, + 1402.0, + 1065.0, + 1402.0, + 1099.0, + 296.0, + 1099.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1095.0, + 708.0, + 1095.0, + 708.0, + 1132.0, + 294.0, + 1132.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 786.0, + 1095.0, + 813.0, + 1095.0, + 813.0, + 1132.0, + 786.0, + 1132.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 892.0, + 1095.0, + 1405.0, + 1095.0, + 1405.0, + 1132.0, + 892.0, + 1132.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1128.0, + 1404.0, + 1128.0, + 1404.0, + 1161.0, + 296.0, + 1161.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1156.0, + 1405.0, + 1156.0, + 1405.0, + 1193.0, + 293.0, + 1193.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1186.0, + 840.0, + 1186.0, + 840.0, + 1225.0, + 293.0, + 1225.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1940.0, + 1405.0, + 1940.0, + 1405.0, + 1978.0, + 293.0, + 1978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1972.0, + 1402.0, + 1972.0, + 1402.0, + 2006.0, + 324.0, + 2006.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 2003.0, + 1373.0, + 2003.0, + 1373.0, + 2037.0, + 324.0, + 2037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1851.0, + 1404.0, + 1851.0, + 1404.0, + 1890.0, + 297.0, + 1890.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1883.0, + 1341.0, + 1883.0, + 1341.0, + 1918.0, + 323.0, + 1918.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 7, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 2, + "poly": [ + 840, + 2088, + 859, + 2088, + 859, + 2111, + 840, + 2111 + ], + "score": 0.778 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 857, + 75, + 857, + 105, + 298, + 105 + ], + "score": 0.747 + }, + { + "category_id": 1, + "poly": [ + 300, + 1227, + 1399, + 1227, + 1399, + 1292, + 300, + 1292 + ], + "score": 0.723 + }, + { + "category_id": 1, + "poly": [ + 297, + 1146, + 1400, + 1146, + 1400, + 1209, + 297, + 1209 + ], + "score": 0.701 + }, + { + "category_id": 1, + "poly": [ + 296, + 1064, + 1397, + 1064, + 1397, + 1129, + 296, + 1129 + ], + "score": 0.674 + }, + { + "category_id": 1, + "poly": [ + 299, + 229, + 1398, + 229, + 1398, + 324, + 299, + 324 + ], + "score": 0.667 + }, + { + "category_id": 1, + "poly": [ + 297, + 1613, + 1398, + 1613, + 1398, + 1679, + 297, + 1679 + ], + "score": 0.653 + }, + { + "category_id": 1, + "poly": [ + 296, + 1309, + 1399, + 1309, + 1399, + 1374, + 296, + 1374 + ], + "score": 0.631 + }, + { + "category_id": 1, + "poly": [ + 300, + 615, + 1401, + 615, + 1401, + 710, + 300, + 710 + ], + "score": 0.624 + }, + { + "category_id": 1, + "poly": [ + 294, + 534, + 1401, + 534, + 1401, + 599, + 294, + 599 + ], + "score": 0.615 + }, + { + "category_id": 1, + "poly": [ + 300, + 1389, + 1401, + 1389, + 1401, + 1484, + 300, + 1484 + ], + "score": 0.608 + }, + { + "category_id": 1, + "poly": [ + 299, + 727, + 1400, + 727, + 1400, + 823, + 299, + 823 + ], + "score": 0.608 + }, + { + "category_id": 1, + "poly": [ + 297, + 952, + 1402, + 952, + 1402, + 1046, + 297, + 1046 + ], + "score": 0.606 + }, + { + "category_id": 1, + "poly": [ + 299, + 422, + 1400, + 422, + 1400, + 516, + 299, + 516 + ], + "score": 0.605 + }, + { + "category_id": 1, + "poly": [ + 298, + 1695, + 1399, + 1695, + 1399, + 1760, + 298, + 1760 + ], + "score": 0.604 + }, + { + "category_id": 1, + "poly": [ + 298, + 839, + 1400, + 839, + 1400, + 935, + 298, + 935 + ], + "score": 0.595 + }, + { + "category_id": 1, + "poly": [ + 296, + 1859, + 1400, + 1859, + 1400, + 1923, + 296, + 1923 + ], + "score": 0.578 + }, + { + "category_id": 1, + "poly": [ + 299, + 1776, + 1399, + 1776, + 1399, + 1842, + 299, + 1842 + ], + "score": 0.573 + }, + { + "category_id": 1, + "poly": [ + 291, + 341, + 1399, + 341, + 1399, + 406, + 291, + 406 + ], + "score": 0.569 + }, + { + "category_id": 1, + "poly": [ + 299, + 1941, + 1402, + 1941, + 1402, + 2034, + 299, + 2034 + ], + "score": 0.485 + }, + { + "category_id": 1, + "poly": [ + 295, + 1502, + 1406, + 1502, + 1406, + 1598, + 295, + 1598 + ], + "score": 0.304 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 857, + 75, + 857, + 105, + 298, + 105 + ], + "score": 0.177 + }, + { + "category_id": 13, + "poly": [ + 559, + 425, + 627, + 425, + 627, + 456, + 559, + 456 + ], + "score": 0.28, + "latex": "\\mathrm { ~ Y ~ N ~ g ~ }" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 2087.0, + 861.0, + 2087.0, + 861.0, + 2117.0, + 839.0, + 2117.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 73.0, + 857.0, + 73.0, + 857.0, + 108.0, + 298.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 73.0, + 857.0, + 73.0, + 857.0, + 108.0, + 298.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1223.0, + 1405.0, + 1223.0, + 1405.0, + 1266.0, + 293.0, + 1266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1258.0, + 774.0, + 1258.0, + 774.0, + 1293.0, + 321.0, + 1293.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1143.0, + 1404.0, + 1143.0, + 1404.0, + 1185.0, + 293.0, + 1185.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 326.0, + 1176.0, + 555.0, + 1176.0, + 555.0, + 1209.0, + 326.0, + 1209.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1058.0, + 1402.0, + 1058.0, + 1402.0, + 1107.0, + 292.0, + 1107.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1097.0, + 856.0, + 1097.0, + 856.0, + 1129.0, + 322.0, + 1129.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 229.0, + 1403.0, + 229.0, + 1403.0, + 267.0, + 294.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 262.0, + 1403.0, + 262.0, + 1403.0, + 296.0, + 323.0, + 296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 291.0, + 1184.0, + 291.0, + 1184.0, + 325.0, + 323.0, + 325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1612.0, + 1402.0, + 1612.0, + 1402.0, + 1651.0, + 295.0, + 1651.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1647.0, + 1068.0, + 1647.0, + 1068.0, + 1681.0, + 321.0, + 1681.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1309.0, + 1404.0, + 1309.0, + 1404.0, + 1345.0, + 295.0, + 1345.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1339.0, + 1271.0, + 1339.0, + 1271.0, + 1375.0, + 322.0, + 1375.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 612.0, + 1404.0, + 612.0, + 1404.0, + 655.0, + 294.0, + 655.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 643.0, + 1406.0, + 643.0, + 1406.0, + 689.0, + 319.0, + 689.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 326.0, + 678.0, + 534.0, + 678.0, + 534.0, + 710.0, + 326.0, + 710.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 536.0, + 1403.0, + 536.0, + 1403.0, + 572.0, + 294.0, + 572.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 565.0, + 1324.0, + 565.0, + 1324.0, + 601.0, + 322.0, + 601.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1388.0, + 1405.0, + 1388.0, + 1405.0, + 1429.0, + 294.0, + 1429.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1423.0, + 1405.0, + 1423.0, + 1405.0, + 1457.0, + 324.0, + 1457.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1454.0, + 661.0, + 1454.0, + 661.0, + 1485.0, + 322.0, + 1485.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 727.0, + 1404.0, + 727.0, + 1404.0, + 765.0, + 294.0, + 765.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 762.0, + 1404.0, + 762.0, + 1404.0, + 792.0, + 323.0, + 792.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 791.0, + 916.0, + 791.0, + 916.0, + 825.0, + 324.0, + 825.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 950.0, + 1404.0, + 950.0, + 1404.0, + 988.0, + 293.0, + 988.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 984.0, + 1406.0, + 984.0, + 1406.0, + 1018.0, + 324.0, + 1018.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1014.0, + 660.0, + 1014.0, + 660.0, + 1047.0, + 322.0, + 1047.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 422.0, + 558.0, + 422.0, + 558.0, + 459.0, + 294.0, + 459.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 628.0, + 422.0, + 1402.0, + 422.0, + 1402.0, + 459.0, + 628.0, + 459.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 451.0, + 1405.0, + 451.0, + 1405.0, + 492.0, + 322.0, + 492.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 482.0, + 506.0, + 482.0, + 506.0, + 516.0, + 322.0, + 516.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1695.0, + 1403.0, + 1695.0, + 1403.0, + 1733.0, + 294.0, + 1733.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1726.0, + 1403.0, + 1726.0, + 1403.0, + 1762.0, + 324.0, + 1762.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 838.0, + 1404.0, + 838.0, + 1404.0, + 877.0, + 293.0, + 877.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 872.0, + 1404.0, + 872.0, + 1404.0, + 907.0, + 324.0, + 907.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 903.0, + 888.0, + 903.0, + 888.0, + 936.0, + 323.0, + 936.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1856.0, + 1404.0, + 1856.0, + 1404.0, + 1896.0, + 292.0, + 1896.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 1884.0, + 401.0, + 1884.0, + 401.0, + 1926.0, + 319.0, + 1926.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1775.0, + 1404.0, + 1775.0, + 1404.0, + 1813.0, + 297.0, + 1813.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1809.0, + 1161.0, + 1809.0, + 1161.0, + 1843.0, + 323.0, + 1843.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 341.0, + 1404.0, + 341.0, + 1404.0, + 377.0, + 295.0, + 377.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 372.0, + 958.0, + 372.0, + 958.0, + 407.0, + 321.0, + 407.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1938.0, + 1403.0, + 1938.0, + 1403.0, + 1978.0, + 293.0, + 1978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1969.0, + 1406.0, + 1969.0, + 1406.0, + 2009.0, + 322.0, + 2009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 2004.0, + 760.0, + 2004.0, + 760.0, + 2036.0, + 324.0, + 2036.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1502.0, + 1403.0, + 1502.0, + 1403.0, + 1537.0, + 297.0, + 1537.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1535.0, + 1405.0, + 1535.0, + 1405.0, + 1567.0, + 322.0, + 1567.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1563.0, + 823.0, + 1563.0, + 823.0, + 1598.0, + 324.0, + 1598.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 8, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 300, + 427, + 739, + 427, + 739, + 459, + 300, + 459 + ], + "score": 0.886 + }, + { + "category_id": 1, + "poly": [ + 302, + 311, + 1400, + 311, + 1400, + 406, + 302, + 406 + ], + "score": 0.864 + }, + { + "category_id": 2, + "poly": [ + 836, + 2088, + 865, + 2088, + 865, + 2112, + 836, + 2112 + ], + "score": 0.838 + }, + { + "category_id": 1, + "poly": [ + 295, + 228, + 1402, + 228, + 1402, + 294, + 295, + 294 + ], + "score": 0.837 + }, + { + "category_id": 1, + "poly": [ + 298, + 726, + 1402, + 726, + 1402, + 821, + 298, + 821 + ], + "score": 0.837 + }, + { + "category_id": 1, + "poly": [ + 298, + 840, + 1404, + 840, + 1404, + 936, + 298, + 936 + ], + "score": 0.823 + }, + { + "category_id": 1, + "poly": [ + 293, + 1686, + 1402, + 1686, + 1402, + 1752, + 293, + 1752 + ], + "score": 0.809 + }, + { + "category_id": 1, + "poly": [ + 294, + 644, + 1400, + 644, + 1400, + 709, + 294, + 709 + ], + "score": 0.8 + }, + { + "category_id": 1, + "poly": [ + 298, + 953, + 1397, + 953, + 1397, + 1020, + 298, + 1020 + ], + "score": 0.792 + }, + { + "category_id": 1, + "poly": [ + 299, + 1573, + 1403, + 1573, + 1403, + 1669, + 299, + 1669 + ], + "score": 0.787 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 857, + 75, + 857, + 105, + 298, + 105 + ], + "score": 0.782 + }, + { + "category_id": 1, + "poly": [ + 291, + 478, + 1403, + 478, + 1403, + 543, + 291, + 543 + ], + "score": 0.782 + }, + { + "category_id": 1, + "poly": [ + 297, + 1234, + 1406, + 1234, + 1406, + 1329, + 297, + 1329 + ], + "score": 0.782 + }, + { + "category_id": 1, + "poly": [ + 292, + 1884, + 1399, + 1884, + 1399, + 1948, + 292, + 1948 + ], + "score": 0.781 + }, + { + "category_id": 1, + "poly": [ + 295, + 561, + 1400, + 561, + 1400, + 626, + 295, + 626 + ], + "score": 0.779 + }, + { + "category_id": 1, + "poly": [ + 297, + 1771, + 1402, + 1771, + 1402, + 1864, + 297, + 1864 + ], + "score": 0.766 + }, + { + "category_id": 1, + "poly": [ + 298, + 1120, + 1404, + 1120, + 1404, + 1215, + 298, + 1215 + ], + "score": 0.76 + }, + { + "category_id": 1, + "poly": [ + 298, + 1036, + 1396, + 1036, + 1396, + 1103, + 298, + 1103 + ], + "score": 0.742 + }, + { + "category_id": 1, + "poly": [ + 296, + 1461, + 1402, + 1461, + 1402, + 1556, + 296, + 1556 + ], + "score": 0.727 + }, + { + "category_id": 1, + "poly": [ + 297, + 1347, + 1406, + 1347, + 1406, + 1443, + 297, + 1443 + ], + "score": 0.703 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 857, + 75, + 857, + 105, + 298, + 105 + ], + "score": 0.145 + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2084.0, + 871.0, + 2084.0, + 871.0, + 2123.0, + 832.0, + 2123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 73.0, + 857.0, + 73.0, + 857.0, + 108.0, + 298.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 73.0, + 857.0, + 73.0, + 857.0, + 108.0, + 298.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 424.0, + 744.0, + 424.0, + 744.0, + 464.0, + 296.0, + 464.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 313.0, + 1403.0, + 313.0, + 1403.0, + 348.0, + 298.0, + 348.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 345.0, + 1405.0, + 345.0, + 1405.0, + 379.0, + 323.0, + 379.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 374.0, + 1225.0, + 374.0, + 1225.0, + 410.0, + 322.0, + 410.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 227.0, + 1406.0, + 227.0, + 1406.0, + 266.0, + 295.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 261.0, + 1330.0, + 261.0, + 1330.0, + 297.0, + 323.0, + 297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 726.0, + 1406.0, + 726.0, + 1406.0, + 764.0, + 294.0, + 764.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 758.0, + 1406.0, + 758.0, + 1406.0, + 797.0, + 321.0, + 797.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 788.0, + 574.0, + 788.0, + 574.0, + 822.0, + 320.0, + 822.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 841.0, + 1402.0, + 841.0, + 1402.0, + 876.0, + 296.0, + 876.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 872.0, + 1404.0, + 872.0, + 1404.0, + 906.0, + 323.0, + 906.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 904.0, + 1098.0, + 904.0, + 1098.0, + 937.0, + 320.0, + 937.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1683.0, + 1403.0, + 1683.0, + 1403.0, + 1726.0, + 295.0, + 1726.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1719.0, + 710.0, + 1719.0, + 710.0, + 1753.0, + 321.0, + 1753.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 639.0, + 1406.0, + 639.0, + 1406.0, + 684.0, + 293.0, + 684.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 677.0, + 1299.0, + 677.0, + 1299.0, + 710.0, + 323.0, + 710.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 954.0, + 1401.0, + 954.0, + 1401.0, + 990.0, + 295.0, + 990.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 988.0, + 857.0, + 988.0, + 857.0, + 1022.0, + 322.0, + 1022.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1574.0, + 1404.0, + 1574.0, + 1404.0, + 1609.0, + 295.0, + 1609.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1606.0, + 1404.0, + 1606.0, + 1404.0, + 1641.0, + 322.0, + 1641.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1636.0, + 820.0, + 1636.0, + 820.0, + 1670.0, + 323.0, + 1670.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 478.0, + 1405.0, + 478.0, + 1405.0, + 514.0, + 297.0, + 514.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 511.0, + 1208.0, + 511.0, + 1208.0, + 544.0, + 322.0, + 544.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1234.0, + 1404.0, + 1234.0, + 1404.0, + 1272.0, + 294.0, + 1272.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1264.0, + 1406.0, + 1264.0, + 1406.0, + 1302.0, + 323.0, + 1302.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1295.0, + 933.0, + 1295.0, + 933.0, + 1330.0, + 324.0, + 1330.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1883.0, + 1402.0, + 1883.0, + 1402.0, + 1920.0, + 294.0, + 1920.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1916.0, + 774.0, + 1916.0, + 774.0, + 1947.0, + 324.0, + 1947.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 561.0, + 1405.0, + 561.0, + 1405.0, + 597.0, + 295.0, + 597.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 592.0, + 1168.0, + 592.0, + 1168.0, + 627.0, + 320.0, + 627.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1770.0, + 1403.0, + 1770.0, + 1403.0, + 1808.0, + 293.0, + 1808.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1802.0, + 1406.0, + 1802.0, + 1406.0, + 1839.0, + 322.0, + 1839.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1831.0, + 469.0, + 1831.0, + 469.0, + 1866.0, + 322.0, + 1866.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1121.0, + 1402.0, + 1121.0, + 1402.0, + 1155.0, + 294.0, + 1155.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1153.0, + 1405.0, + 1153.0, + 1405.0, + 1187.0, + 322.0, + 1187.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1181.0, + 783.0, + 1181.0, + 783.0, + 1219.0, + 323.0, + 1219.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1037.0, + 1400.0, + 1037.0, + 1400.0, + 1073.0, + 297.0, + 1073.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1068.0, + 1214.0, + 1068.0, + 1214.0, + 1105.0, + 323.0, + 1105.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1461.0, + 1406.0, + 1461.0, + 1406.0, + 1499.0, + 295.0, + 1499.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1493.0, + 1405.0, + 1493.0, + 1405.0, + 1527.0, + 321.0, + 1527.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1523.0, + 1024.0, + 1523.0, + 1024.0, + 1557.0, + 324.0, + 1557.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1345.0, + 1404.0, + 1345.0, + 1404.0, + 1385.0, + 295.0, + 1385.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1380.0, + 1404.0, + 1380.0, + 1404.0, + 1415.0, + 324.0, + 1415.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1408.0, + 1406.0, + 1408.0, + 1406.0, + 1446.0, + 323.0, + 1446.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 9, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 5, + "poly": [ + 332, + 378, + 1368, + 378, + 1368, + 964, + 332, + 964 + ], + "score": 0.969, + "html": "
Model
STL10CIFAR-10MNIST
Input: 96×96 RGBInput:32×32RGBInput:28 × 28 monochrome
5 ×5 conv. 64 BN ReLU3 × 3 conv. 96 BN LeakyReLU5 ×5 conv.32 ReLU2 × 2 max-pooling,stride 2 BN3 × 3 conv. 64 BN ReLU3 × 3 conv. 64 BN ReLU2 × 2 max-pooling,stride 2 BN
1 ×1 conv.160 BN ReLU3 ×3 conv. 96 BNLeakyReLU3 × 3 conv. 96 BN LeakyReLU2 × 2 max-pooling,stride 2 BN3 × 3 conv.192 BNLeakyReLU3 × 3 conv. 192 BN LeakyReLU3 × 3 conv.192 BN LeakyReLU2 × 2 max-pooling,stride 2 BN
1 ×1 conv. 96 BN ReLU
3 × 3 max-pooling, stride 2
5 × 5 conv. 192 BN ReLU
1 ×1 conv.192 BN ReLU1 ×1 conv. 192 BN ReLU3 × 3 max-pooling,stride 23 × 3 conv. 192 BN ReLU1 ×1 conv.192 BN ReLU1 ×1 conv.192 BN ReLU
Spatial contrasting criterion
3×3 conv.256 ReLU3 × 3 max-pooling,stride 2dropout, p = 0.53 × 3 conv.128 ReLUdropout, p = 0.5fully-connected 103×3 conv.192BNLeakyReLU1 ×1 conv.192 BNLeakyReLU1 ×1 conv.10 BNLeakyReLUglobal average pooling3×3 conv.128 BN ReLU1 × 1 conv.10 BN ReLUglobal average pooling
" + }, + { + "category_id": 3, + "poly": [ + 623, + 1050, + 1069, + 1050, + 1069, + 1296, + 623, + 1296 + ], + "score": 0.967 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 857, + 75, + 857, + 105, + 298, + 105 + ], + "score": 0.911 + }, + { + "category_id": 6, + "poly": [ + 370, + 329, + 1322, + 329, + 1322, + 362, + 370, + 362 + ], + "score": 0.903 + }, + { + "category_id": 4, + "poly": [ + 442, + 1328, + 1258, + 1328, + 1258, + 1361, + 442, + 1361 + ], + "score": 0.893 + }, + { + "category_id": 0, + "poly": [ + 299, + 226, + 501, + 226, + 501, + 261, + 299, + 261 + ], + "score": 0.885 + }, + { + "category_id": 2, + "poly": [ + 836, + 2088, + 863, + 2088, + 863, + 2112, + 836, + 2112 + ], + "score": 0.84 + }, + { + "category_id": 6, + "poly": [ + 813, + 374, + 885, + 374, + 885, + 398, + 813, + 398 + ], + "score": 0.381 + }, + { + "category_id": 1, + "poly": [ + 770, + 962, + 931, + 962, + 931, + 988, + 770, + 988 + ], + "score": 0.239 + }, + { + "category_id": 7, + "poly": [ + 770, + 962, + 931, + 962, + 931, + 988, + 770, + 988 + ], + "score": 0.105 + }, + { + "category_id": 13, + "poly": [ + 440, + 850, + 524, + 850, + 524, + 877, + 440, + 877 + ], + "score": 0.86, + "latex": "p = 0 . 5" + }, + { + "category_id": 13, + "poly": [ + 662, + 654, + 722, + 654, + 722, + 680, + 662, + 680 + ], + "score": 0.84, + "latex": "2 \\times 2" + }, + { + "category_id": 13, + "poly": [ + 662, + 626, + 722, + 626, + 722, + 651, + 662, + 651 + ], + "score": 0.83, + "latex": "3 \\times 3" + }, + { + "category_id": 13, + "poly": [ + 662, + 598, + 722, + 598, + 722, + 623, + 662, + 623 + ], + "score": 0.82, + "latex": "3 \\times 3" + }, + { + "category_id": 13, + "poly": [ + 1026, + 653, + 1086, + 653, + 1086, + 680, + 1026, + 680 + ], + "score": 0.82, + "latex": "2 \\times 2" + }, + { + "category_id": 13, + "poly": [ + 728, + 430, + 814, + 430, + 814, + 457, + 728, + 457 + ], + "score": 0.81, + "latex": "\\overline { { 3 2 \\times 3 2 } }" + }, + { + "category_id": 13, + "poly": [ + 440, + 905, + 525, + 905, + 525, + 933, + 440, + 933 + ], + "score": 0.8, + "latex": "p = 0 . 5" + }, + { + "category_id": 13, + "poly": [ + 351, + 877, + 412, + 877, + 412, + 903, + 351, + 903 + ], + "score": 0.8, + "latex": "3 \\times 3" + }, + { + "category_id": 13, + "poly": [ + 662, + 571, + 722, + 571, + 722, + 596, + 662, + 596 + ], + "score": 0.8, + "latex": "3 \\times 3" + }, + { + "category_id": 13, + "poly": [ + 662, + 543, + 722, + 543, + 722, + 568, + 662, + 568 + ], + "score": 0.79, + "latex": "2 \\times 2" + }, + { + "category_id": 13, + "poly": [ + 662, + 459, + 722, + 459, + 722, + 485, + 662, + 485 + ], + "score": 0.79, + "latex": "\\overline { { 3 \\times 3 } }" + }, + { + "category_id": 13, + "poly": [ + 1026, + 598, + 1087, + 598, + 1087, + 624, + 1026, + 624 + ], + "score": 0.79, + "latex": "3 \\times 3" + }, + { + "category_id": 13, + "poly": [ + 1026, + 542, + 1086, + 542, + 1086, + 568, + 1026, + 568 + ], + "score": 0.78, + "latex": "2 \\times 2" + }, + { + "category_id": 13, + "poly": [ + 1026, + 459, + 1087, + 459, + 1087, + 486, + 1026, + 486 + ], + "score": 0.76, + "latex": "\\overline { { 5 \\times 5 } }" + }, + { + "category_id": 13, + "poly": [ + 662, + 850, + 722, + 850, + 722, + 875, + 662, + 875 + ], + "score": 0.76, + "latex": "1 \\times 1" + }, + { + "category_id": 13, + "poly": [ + 1025, + 571, + 1087, + 571, + 1087, + 596, + 1025, + 596 + ], + "score": 0.75, + "latex": "3 \\times 3" + }, + { + "category_id": 13, + "poly": [ + 418, + 429, + 504, + 429, + 504, + 457, + 418, + 457 + ], + "score": 0.75, + "latex": "\\overline { { 9 6 \\times 9 6 } }" + }, + { + "category_id": 13, + "poly": [ + 662, + 794, + 722, + 794, + 722, + 819, + 662, + 819 + ], + "score": 0.74, + "latex": "\\overline { { 3 \\times 3 } }" + }, + { + "category_id": 13, + "poly": [ + 1026, + 794, + 1087, + 794, + 1087, + 819, + 1026, + 819 + ], + "score": 0.74, + "latex": "3 \\times 3" + }, + { + "category_id": 13, + "poly": [ + 1093, + 430, + 1179, + 430, + 1179, + 457, + 1093, + 457 + ], + "score": 0.73, + "latex": "2 8 \\times 2 8" + }, + { + "category_id": 13, + "poly": [ + 662, + 515, + 722, + 515, + 722, + 541, + 662, + 541 + ], + "score": 0.72, + "latex": "3 \\times 3" + }, + { + "category_id": 13, + "poly": [ + 662, + 488, + 722, + 488, + 722, + 513, + 662, + 513 + ], + "score": 0.71, + "latex": "3 \\times 3" + }, + { + "category_id": 13, + "poly": [ + 662, + 822, + 722, + 822, + 722, + 847, + 662, + 847 + ], + "score": 0.7, + "latex": "1 \\times 1" + }, + { + "category_id": 13, + "poly": [ + 351, + 626, + 411, + 626, + 411, + 651, + 351, + 651 + ], + "score": 0.69, + "latex": "1 \\times 1" + }, + { + "category_id": 13, + "poly": [ + 1026, + 822, + 1087, + 822, + 1087, + 848, + 1026, + 848 + ], + "score": 0.68, + "latex": "1 \\times 1" + }, + { + "category_id": 13, + "poly": [ + 351, + 737, + 411, + 737, + 411, + 763, + 351, + 763 + ], + "score": 0.63, + "latex": "1 \\times 1" + }, + { + "category_id": 13, + "poly": [ + 351, + 598, + 411, + 598, + 411, + 623, + 351, + 623 + ], + "score": 0.58, + "latex": "1 \\times 1" + }, + { + "category_id": 13, + "poly": [ + 351, + 654, + 411, + 654, + 411, + 679, + 351, + 679 + ], + "score": 0.51, + "latex": "3 \\times 3" + }, + { + "category_id": 13, + "poly": [ + 352, + 794, + 411, + 794, + 411, + 819, + 352, + 819 + ], + "score": 0.5, + "latex": "\\overline { { 3 \\times 3 } }" + }, + { + "category_id": 13, + "poly": [ + 351, + 822, + 412, + 822, + 412, + 848, + 351, + 848 + ], + "score": 0.49, + "latex": "3 \\times 3" + }, + { + "category_id": 13, + "poly": [ + 352, + 459, + 411, + 459, + 411, + 485, + 352, + 485 + ], + "score": 0.48, + "latex": "\\overline { { 5 \\times 5 } }" + }, + { + "category_id": 13, + "poly": [ + 351, + 709, + 411, + 709, + 411, + 734, + 351, + 734 + ], + "score": 0.46, + "latex": "1 \\times 1" + }, + { + "category_id": 13, + "poly": [ + 351, + 681, + 411, + 681, + 411, + 707, + 351, + 707 + ], + "score": 0.45, + "latex": "3 \\times 3" + }, + { + "category_id": 13, + "poly": [ + 351, + 543, + 411, + 543, + 411, + 568, + 351, + 568 + ], + "score": 0.4, + "latex": "3 \\times 3" + }, + { + "category_id": 13, + "poly": [ + 351, + 571, + 411, + 571, + 411, + 596, + 351, + 596 + ], + "score": 0.4, + "latex": "5 \\times 5" + }, + { + "category_id": 15, + "poly": [ + 991.0, + 1227.0, + 1021.0, + 1227.0, + 1021.0, + 1250.0, + 991.0, + 1250.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 960.0, + 1256.0, + 979.0, + 1256.0, + 979.0, + 1262.0, + 960.0, + 1262.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 73.0, + 857.0, + 73.0, + 857.0, + 108.0, + 298.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 374.0, + 326.0, + 1324.0, + 326.0, + 1324.0, + 364.0, + 374.0, + 364.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 436.0, + 1322.0, + 1264.0, + 1322.0, + 1264.0, + 1369.0, + 436.0, + 1369.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 221.0, + 507.0, + 221.0, + 507.0, + 269.0, + 291.0, + 269.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2085.0, + 868.0, + 2085.0, + 868.0, + 2124.0, + 832.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 810.0, + 371.0, + 890.0, + 371.0, + 890.0, + 402.0, + 810.0, + 402.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 766.0, + 957.0, + 936.0, + 957.0, + 936.0, + 993.0, + 766.0, + 993.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 766.0, + 957.0, + 936.0, + 957.0, + 936.0, + 993.0, + 766.0, + 993.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 10, + "width": 1700, + "height": 2200 + } + } +] \ No newline at end of file diff --git a/parse/train/S1x1IkHtPr/S1x1IkHtPr.md b/parse/train/S1x1IkHtPr/S1x1IkHtPr.md new file mode 100644 index 0000000000000000000000000000000000000000..370c11a8d2c6ccae83d8c909880104fbd4508a36 --- /dev/null +++ b/parse/train/S1x1IkHtPr/S1x1IkHtPr.md @@ -0,0 +1,346 @@ +# A GENERATIVE MODEL FOR MOLECULAR DISTANCE GEOMETRY + +Anonymous authors Paper under double-blind review + +# ABSTRACT + +Computing equilibrium states for many-body systems, such as molecules, is a long-standing challenge. In the absence of methods for generating statistically independent samples, great computational effort is invested in simulating these systems using, for example, Markov chain Monte Carlo. We present a probabilistic model that generates such samples for molecules from their graph representations. Our model learns a low-dimensional manifold that preserves the geometry of local atomic neighborhoods through a principled learning representation that is based on Euclidean distance geometry. In a new benchmark for molecular conformation generation, we show experimentally that our generative model achieves state-ofthe-art accuracy. Finally, we show how to use our model as a proposal distribution in an importance sampling scheme to compute molecular properties. + +# 1 INTRODUCTION + +Over the last few years, many highly-effective deep learning methods generating small molecules with desired properties (e.g., novel drugs) have emerged (Gomez-Bombarelli et al., 2018; Segler ´ et al., 2018; Dai et al., 2018; Jin et al., 2018; Bradshaw et al., 2019a; Liu et al., 2018; You et al., 2018; Bradshaw et al., 2019b). These methods operate using graph representations of molecules in which nodes and edges represent atoms and bonds, respectively. A representation that is closer to the physical system is one in which a molecule is described by its geometry or conformation. A conformation $\mathbf { x }$ of a molecule is defined by a set of atoms $\{ ( \boldsymbol { \epsilon } _ { i } , \mathbf { r } _ { i } ) \bar \} _ { i = 1 } ^ { N _ { v } }$ , where $N _ { v }$ is the number of atoms in the molecule, $\epsilon _ { i } \in \{ \mathrm { H } , \mathrm { C } , \mathrm { O } , \dots \}$ is the chemical element of the atom $i$ , and $\mathbf { r } _ { i } \in \mathbb { R } ^ { 3 }$ is its position in Cartesian coordinates. Importantly, the relative positions of the atoms are restricted by the bonds in the molecule and the angles between them. Due to thermal fluctuations resulting in stretching of and rotations around bonds, there exist infinitely many conformations of a molecule. A molecule’s graph representation and a set of its conformations are shown in Fig. 1. Under a wide range of conditions, the probability $p ( \mathbf { x } )$ of a conformation $\mathbf { x }$ , is governed by the Boltzmann distribution and is proportional to $\exp \{ - E ( \mathbf { x } ) / k _ { B } T \}$ , where $E ( \mathbf { x } ) \in \mathbb { R }$ is the conformation’s energy, $k _ { B }$ is the Boltzmann constant, and $T$ is the temperature. + +To compute a molecular property for a molecule, one must sample from $p ( \mathbf { x } )$ . The main approach is to start with one conformation and make small changes to it over time, e.g., by using Markov chain Monte Carlo (MCMC) or molecular dynamics (MD). These methods can be used to accurately sample equilibrium states of molecules, but they become computationally expensive for larger ones (Shim & MacKerell, 2011; Ballard et al., 2015; De Vivo et al., 2016). Other heuristic approaches exist in which distances between atoms are set to fixed idealized values (Havel, 2002; Blaney & Dixon, 2007). Several methods based on statistical learning have also recently been developed to tackle the issue of conformation generation. However, they are mainly geared towards studying proteins and their folding dynamics (AlQuraishi, 2019). Some of these models are not targeting a distribution over conformations but the most stable folded configuration (Evans et al., 2018; Ingraham et al., 2019), while others are not transferable between different molecules (Lemke & Peter, 2019; Noe´ et al., 2019). + +This work includes the following key contributions: + +• We introduce a novel probabilistic model for learning conformational distributions of molecules with graph neural networks. + +![](images/434d845d7c8ccab7aba98bd6f5f40a3ddc2c0a355bf36f4ceacd18ef6cbb7a0b.jpg) +Figure 1: Standard graph representation of a molecule (left) with a set of possible conformations $\{ { \bf { x } } _ { i } \}$ (right). Hydrogen (H), carbon (C), and oxygen (O) atoms are colored white, gray, and red, respectively. Conformations feature the same atom types and bonds but the atoms are arranged differently in space. These differences arise from rotations around and stretching of bonds in the molecule. + +• We create a new, challenging benchmark for conformation generation, which is made publicly available. To the best of our knowledge, this is the first benchmark of this kind. +• By combining a conditional variational autoencoder (CVAE) with an Euclidean distance geometry (EDG) algorithm we present a state-of-the-art approach for generating one-shot samples of molecular conformations for unseen molecules that is independent of their size and shape. +• We develop a rigorous experimental approach for evaluating and comparing the accuracy of conformation generation methods based on the mean maximum deviation distance metric. +• We show how this generative model can be used as a proposal distribution in an importance sampling (IS) scheme to estimate molecular properties. + +# 2 METHOD + +Our goal is to build a statistical model that generates molecular conformations in a one-shot fashion from a molecule’s graph representation. First, we describe how a molecule’s conformation can be represented by a set of pairwise distances between atoms and why this presentation is advantageous over one in Cartesian coordinates (Section 2.1). Second, we present a generative model in Section 2.2 that will generate sets of atomic distances for a given molecular graph. Third, we explain in Section 2.3 how a set of predicted distances can be transformed into a molecular conformation and why this transformation is necessary. Finally, we detail in Section 2.4 how our generative model can be used as a proposal distribution in an IS scheme to estimate molecular properties. + +# 2.1 EXTENDED MOLECULAR GRAPHS AND DISTANCE GEOMETRY + +In this study, a molecule is represented by an undirected graph which is defined as a tuple $\mathcal { G } =$ $( V , E )$ . $V \stackrel { \cdot } { = } \{ v _ { i } \} _ { i = 1 } ^ { N _ { v } }$ is the set of nodes representing atoms, where each $v _ { i } \in \mathbb { R } ^ { F _ { v } }$ holds atomic attributes (e.g., the element type $\epsilon _ { i }$ ). $E = \{ ( e _ { k } , r _ { k } , s _ { k } ) \} _ { k = 1 } ^ { N _ { e } }$ is the set of edges, where each $e _ { k } \in \mathbb { R } ^ { F _ { e } }$ holds an edge’s attributes (e.g., the bond type), and $r _ { k }$ and $s _ { k }$ are the nodes an edge is connecting. Here, $E$ represents the molecular bonds (and the auxiliary edges which are explained below) in the molecule. + +We assume that, givof atomic distances r graph , where $\mathcal { G }$ ent one of its conformations is the Euclidean distance b $\mathbf { x }$ by a setween the $\mathbf { d } = \{ d _ { k } \} _ { k = 1 } ^ { N _ { e } }$ $d _ { k } = | \mathbf { r } _ { r _ { k } } - \mathbf { r } _ { s _ { k } } |$ +$r _ { k }$ $s _ { k }$ +$( E _ { \mathrm { b o n d } } )$ alone would not suffice to describe a conformation, we expand the traditional graph representation of a molecule by adding auxiliary edges. Auxiliary edges between atoms that are second neighbors in the original graph fix angles between atoms, and those between third neighbors fix dihedral angles (denoted $E _ { \mathrm { a n g l e } }$ and $E _ { \mathrm { d i h e d r a l } }$ , respectively). In this work, $E _ { \mathrm { a n g l e } }$ consists of edges between all second neighbors in the original graph. Edges between third neighbors are added according to a heuristic (see Appendix A.1). From now on we are always referring to this extended molecular graph when talking about molecular graphs. In Fig. 2, the process of extending the molecular graph and the extraction of $\mathbf { d }$ from $\mathbf { x }$ and $\mathcal { G }$ are illustrated. + +![](images/08c1b3e3b35a33713718a18e75ad2f38d7311ffb7d495eaa5cf2fd437d3fe2a8.jpg) +Figure 2: A) The structural formula of a molecule is converted to an extended molecular graph $\mathcal { G }$ consisting of nodes representing atoms (circles, e.g., $v _ { 1 }$ ) and edges representing molecular bonds (solid lines, e.g., $e _ { 1 } \in E _ { \mathrm { b o n d } } )$ ) and auxiliary edges (dotted lines, e.g., $e _ { 2 } \in E _ { \mathrm { a n g l e } }$ and $e _ { 3 } \in E _ { \mathrm { d i h e d r a l } } )$ . B) The distances $\mathbf { d }$ are extracted from a conformation $\mathbf { x }$ based on the edges $E$ . C) Graphical model of the variational autoencoder: generative model $p _ { \theta } ( \mathbf { d } | \mathbf { z } , \mathcal { G } ) p _ { \theta } ( \mathbf { z } | \mathcal { G } )$ (solid lines) and variational approximation $q _ { \phi } ( \mathbf { z } | \mathbf { d } , \mathcal { G } )$ (dashed lines). + +A key advantage of a representation in terms of distances is its invariance to rotation and translation; by contrast, Cartesian coordinates depend on the (arbitrary) choice of origin, for example. In addition, it reflects pair-wise physical interactions and their generally local nature. Auxiliary edges can be placed between higher-order neighbors depending on how far the physical interactions dominating the potential energy of the system reach. + +samples We have a set of $\{ \mathbf { x } _ { l , j } \} _ { j = 1 } ^ { S _ { l } }$ $N _ { \mathcal { G } }$ l=1from the ground-truth distribution resulting in molecular graphs $\{ \mathcal { G } _ { l } \} _ { l = 1 } ^ { N _ { g } }$ . Further, for each $S _ { l }$ $\mathcal { G } _ { l }$ , we have sets of distances $S _ { l }$ conformational $\{ \mathbf { d } _ { l , j } \} _ { j = 1 } ^ { S _ { l } }$ With this data, we will train a generative model which we detail in the following section. + +# 2.2 GENERATIVE MODEL + +We employ a CVAE (Kingma & Welling, 2014; Pagnoni et al., 2018) to model the distribution over distances d given a molecular graph $\mathcal { G }$ . A CVAE first encodes $\mathcal { G }$ together with d into a latent space $\mathbf { z } ~ \in ~ \mathbb { R } ^ { k N _ { v } }$ , where $k \in \mathbb { N } ^ { + }$ , with an encoder $q _ { \phi } ( \mathbf { z } | \mathbf { d } , \mathcal { G } )$ . Subsequently, the decoder $p _ { \boldsymbol { \theta } } ( \mathbf { d } | \mathbf { z } , \mathcal { G } )$ decodes $\mathbf { z }$ back into a set of distances. A graphical model is shown in Fig. 2 C). + +A conformation has, in general, $3 N _ { v } - 6$ spatial degrees of freedom (dofs): one dof per spacial dimension per atom minus three translational and three rotational dofs. Therefore, the latent space should be proportional to the number of atoms in the molecule. In addition, the latent space should be smaller than $3 N _ { v }$ as it is the role of the encoder to project the conformation into a lower-dimensional space. As a result, we set $k = 1$ to avoid overfitting. + +Here, $q _ { \phi } ( \mathbf { z } | \mathbf { d } , \mathcal { G } )$ and $p _ { \boldsymbol { \theta } } ( \mathbf { d } | \mathbf { z } , \mathcal { G } )$ are Gaussian distributions, the mean and variance of which are modeled by two artificial neural networks. At the center of this model are message-passing neural networks (MPNNs) (Gilmer et al., 2017) with multi-head attention (Velickovi ˇ c et al., 2018). In short, ´ an MPNN is a convolutional neural network that allows end-to-end learning of prediction pipelines whose inputs are graphs of arbitrary size and shape. In a convolution, neighboring nodes exchange so-called messages between neighbors to update their attributes. Edges update their attributes with the features of the nodes they are connecting. The MPNN is a well-studied technique that achieves state-of-the-art performance in representation learning for molecules (Kipf & Welling, 2017; Duvenaud et al., 2015; Kearnes et al., 2016; Schutt et al., 2017b; Gilmer et al., 2017; Kusner et al., 2017; ¨ Bradshaw et al., 2019a). + +In the following, we describe the details of the model.2 In Fig. 3, an illustration of the model is shown. In the encoder $q _ { \phi } ( \mathbf { z } | \mathbf { d } , \mathcal { G } )$ , each $d _ { k }$ is concatenated with the respective edge feature $e _ { k }$ to give $e _ { k } ^ { \prime } \in \mathbb { R } ^ { F _ { e } + 1 }$ . Then, each $v _ { i }$ and each $\boldsymbol { e } _ { k } ^ { \prime }$ are passed to $F _ { \mathrm { e n c , } v }$ and $F _ { \mathrm { e n c } , e }$ (two multilayer perceptrons, + +![](images/5f0738038473b071de697991b53166ab0b2ba48a790fd8a700a36244723f5ab6.jpg) +Figure 3: The molecular graph $\mathcal { G }$ together with the distances $\mathbf { d }$ are passed through the model consisting of an encoder $q _ { \phi } ( \mathbf { z } | \mathbf { d } , \mathcal { G } )$ and a decoder $p _ { \boldsymbol { \theta } } ( \mathbf { d } | \mathbf { z } , \mathcal { G } )$ . See the main text for details. + +MLPs), respectively, to give $\mathcal { G } _ { \mathrm { e n c } } ^ { ( 0 ) }$ , where $\mathcal { G } _ { \mathrm { e n c } } ^ { ( t ) } = ( \{ v _ { i , \mathrm { e n c } } ^ { ( t ) } \} _ { i = 1 } ^ { N _ { v } } , \{ ( e _ { k , \mathrm { e n c } } ^ { ( t ) } , r _ { k } , s _ { k } ) \} _ { k = 1 } ^ { N _ { e } } ) , v _ { i } ^ { ( }$ $v _ { i , \mathrm { e n c } } ^ { ( t ) } \in \mathbb { R } ^ { L _ { v } }$ and $e _ { k , \mathrm { e n c } } ^ { ( t ) } \in \mathbb { R } ^ { L _ { \mathrm { c } } }$ . Then, $T$ MPNNs of depth 1, $\{ \mathbf { M P } _ { \mathrm { e n c } } ^ { ( t ) } \} _ { t = 1 } ^ { T }$ , are consecutively applied to obtain $\mathcal { G } _ { \mathrm { e n c } } ^ { ( T ) }$ . Finally, the read-out function $R _ { \mathrm { e n c } }$ (an MLP) takes each $v _ { \mathrm { i , e n c } } ^ { ( T ) }$ to predict the mean $\mu _ { z _ { i } } \in \mathbb { R }$ and the variance $\sigma _ { z _ { i } } ^ { 2 } \in \mathbb { R }$ of the Gaussian distribution for $z _ { i }$ . The so-called reparametrization trick is employed to draw a sample for $z _ { i }$ . In summary, + +$$ +\begin{array} { r l } { v _ { i , \mathrm { e n c } } ^ { ( 0 ) } = F _ { \mathrm { e n c } , v } ( v _ { i } ) , } & { e _ { k , \mathrm { e n c } } ^ { ( 0 ) } = F _ { \mathrm { e n c } , e } ( e _ { i } ^ { \prime } ) , } \\ { \mathcal { G } _ { \mathrm { e n c } } ^ { ( 1 ) } = \mathsf { M P } _ { \mathrm { e n c } } ^ { ( 0 ) } ( \mathcal { G } _ { \mathrm { e n c } } ^ { ( 0 ) } ) , } & { \mathcal { G } _ { \mathrm { e n c } } ^ { ( t + 1 ) } = \mathsf { M P } _ { \mathrm { e n c } } ^ { ( t ) } ( \mathcal { G } _ { \mathrm { e n c } } ^ { ( t ) } ) , \quad \mathcal { G } _ { \mathrm { e n c } } ^ { ( T ) } = \mathsf { M P } _ { \mathrm { e n c } } ^ { ( T - 1 ) } ( \mathcal { G } _ { \mathrm { e n c } } ^ { ( T - 1 ) } ) , } \\ { \mu _ { z _ { i } } , \sigma _ { z _ { i } } ^ { 2 } = R _ { \mathrm { e n c } } ( v _ { i , \mathrm { e n c } } ^ { ( T ) } ) . } \end{array} +$$ + +decode. Each $p _ { \boldsymbol { \theta } } ( \mathbf { d } | \mathbf { z } , \mathcal { G } )$ ach are $z _ { i }$ is concassed to d wand respective node feature (two MLPs), respective $v _ { i }$ to give to give $v _ { i } ^ { \prime } \in$ +where $\mathbb { R } ^ { F _ { v } + 1 }$ $\mathcal { G } _ { \mathrm { d e c } } ^ { ( t ) } = ( \{ v _ { i , \mathrm { d e c } } ^ { ( t ) } \} _ { i = 1 } ^ { N _ { v } } , \{ ( e _ { k , \mathrm { d e c } } ^ { ( t ) } , r _ { k } , s _ { k } ) \} _ { k = 1 } ^ { N _ { e } } )$ $\boldsymbol { v } _ { i } ^ { \prime }$ $e _ { k }$ $F _ { \mathrm { d e c } , v }$ , $v _ { i , \mathrm { d e c } } ^ { ( t ) } \in \mathbb { R } ^ { L _ { v } }$ $F _ { \mathrm { d e c } , e }$ , and $e _ { k , \mathrm { d e c } } ^ { ( t ) } \in \mathbb { R } ^ { L _ { \mathrm { e } } }$ . Then, dec MPNNs +of depth 1, {MP(t)dec}Tt= , are consecutively applied to obtain $\mathcal { G } _ { \mathrm { d e c } } ^ { ( T ) }$ . Finally, the read-out function +(an MLP) takes ch $e _ { \mathbf { k } , \mathrm { d e c } } ^ { ( T ) }$ to predict the mean $\mu _ { d _ { k } } \in \mathbb { R }$ dec and the variance $\sigma _ { d _ { k } } ^ { 2 } \in \mathbb { R }$ decof the Gaussian $d _ { k }$ . In summary, + +$$ +\begin{array} { r l } & { v _ { i , \mathrm { d e c } } ^ { ( 0 ) } = F _ { \mathrm { d e c } , v } ( v _ { i } ^ { \prime } ) , \quad e _ { k , \mathrm { d e c } } ^ { ( 0 ) } = F _ { \mathrm { d e c } , e } ( e _ { i } ) , } \\ & { \mathcal { G } _ { \mathrm { d e c } } ^ { ( 1 ) } = \mathbf { M } \mathbf { P } _ { \mathrm { d e c } } ^ { ( 0 ) } ( \mathcal { G } _ { \mathrm { d e c } } ^ { ( 0 ) } ) , \quad \mathcal { G } _ { \mathrm { d e c } } ^ { ( t + 1 ) } = \mathbf { M } \mathbf { P } _ { \mathrm { d e c } } ^ { ( t ) } ( \mathcal { G } _ { \mathrm { d e c } } ^ { ( t ) } ) , \quad \mathcal { G } _ { \mathrm { d e c } } ^ { ( T ) } = \mathbf { M } \mathbf { P } _ { \mathrm { d e c } } ^ { ( T - 1 ) } ( \mathcal { G } _ { \mathrm { d e c } } ^ { ( T - 1 ) } ) , } \\ & { \qquad \mu _ { d _ { k } } , \sigma _ { d _ { k } } ^ { 2 } = R _ { \mathrm { d e c } } ( e _ { k , \mathrm { d e c } } ^ { ( T ) } ) . } \end{array} +$$ + +The sets of parameters in the encoder and decoder, $\phi$ and $\theta$ (i.e., parameters in $F _ { \mathrm { e n c } , v } , \ F _ { \mathrm { e n c } , e }$ , $\{ \mathbf { M P } _ { \mathrm { e n c } } ^ { ( t ) } \} _ { t = 1 } ^ { T }$ , $R _ { \mathrm { e n c } }$ , $F _ { \mathrm { d e c } , v }$ , $F _ { \mathrm { d e c } , e }$ , $\{ \mathbf { M P } _ { \mathrm { d e c } } ^ { ( t ) } \} _ { t = 1 } ^ { T } , R _ { \mathrm { d e c } } )$ , respectively, are optimized by maximizing the evidence lower bound (ELBO): + +$$ +L = \mathbb { E } _ { \mathbf { z } \sim q _ { \phi } ( \mathbf { z } | \mathbf { d } , \mathcal { G } ) } [ \log p _ { \theta } ( \mathbf { d } | \mathbf { z } , \mathcal { G } ) ] - D _ { \mathrm { K L } } [ q _ { \phi } ( \mathbf { z } | \mathbf { d } , \mathcal { G } ) | | p _ { \theta } ( \mathbf { z } | \mathcal { G } ) ] , +$$ + +where the prior $p _ { \boldsymbol { \theta } } ( \mathbf { z } | \mathcal { G } )$ consists of factorized Gaussians. The optimal values for the hyperparameters for the network dimensions, number of message passes, batch size, and learning rate of the Adam optimizer (Kingma & Ba, 2014) were tuned by maximizing the validation performance (ELBO) with a Bayesian optimizer and are reported in Appendix A.1.3. + +# 2.3 CONFORMATION GENERATION THROUGH EUCLIDEAN DISTANCE GEOMETRY + +To compute molecular properties, quantum-chemical methods need to be employed which require the input, i.e., the molecule, to be in Cartesian coordinates.3 Therefore, we use an EDG algorithm to translate the set of distances $\{ d _ { k } \} _ { k = 1 } ^ { N _ { e } }$ to a set of atomic coordinates $\{ \mathbf { r } _ { i } \} _ { i = 1 } ^ { N _ { v } }$ . 4 + +EDG is the mathematical basis for a geometric theory of molecular conformation. In the field of machine learning, Weinberger & Saul (2006) used it for learning image manifolds, Tenenbaum et al. (2000) for image understanding and handwriting recognition, Jain & Saul (2004) for speech and music, and Demaine et al. (2009) for music and musical rhythms. An EDG description of a molecular system consists of a list of lower and upper bounds on the distances between pairs of atoms $\{ ( d _ { k , \operatorname* { m i n } } , d _ { k , \operatorname* { m a x } } ) \} _ { k = 1 } ^ { N _ { e } }$ . Here, $p _ { \boldsymbol { \theta } } ( \mathbf { d } | \mathbf { z } , \mathcal { G } )$ is used to model these bounds, namely, we set the bounds to $\{ ( \mu _ { d _ { k } } - \sigma _ { d _ { k } } , \mu _ { d _ { k } } + \sigma _ { d _ { k } } ) \}$ , where $\mu _ { d _ { k } }$ and $\sigma _ { d _ { k } }$ are the mean and standard deviation for each distance $d _ { k }$ given by the CVAE. Then, an EDG algorithm determines a set of Cartesian coordinates $\{ \mathbf { r } _ { i } \} _ { i = 1 } ^ { N _ { v } }$ so that these bounds are fulfilled (see Appendix A.2 for details).5 Together with the corresponding chemical elements $\{ \epsilon _ { i } \} _ { i = 1 } ^ { N _ { v } }$ , we obtain a conformation $\mathbf { x }$ . + +# 2.4 CALCULATION OF MOLECULAR PROPERTIES + +We can get an MC estimate of the expectation $\mathbb { E } _ { \mathcal { G } } [ \mathcal { O } ]$ of a property $\mathcal { O }$ (e.g., the dipole moment) for a molecule represented by $\mathcal { G }$ by drawing conformational samples $\mathbf { x } _ { i } \sim p ( \mathbf { x } | \mathcal { G } )$ and computing $\mathcal { O } ( \mathbf { x } _ { i } ) \in \mathbb { R }$ with a quantum-chemical method (e.g., density functional theory). Since we cannot draw samples from $p ( \mathbf { x } | \mathcal { G } )$ directly, we employ an IS integration scheme (Bishop, 2009) with our CVAE as the proposal distribution. We assume that we can readily evaluate the unnormalized probability of a conformation $\tilde { p } ( \mathbf { x } | \mathcal { G } ) = \exp \{ - E ( \mathbf { x } ) / k _ { B } T \}$ , where $\mathbf { x }$ must be a conformation of the molecule and the energy $E ( \mathbf { x } )$ is determined with a quantum-chemical method. Since the EDG algorithm is mapping the distribution $p _ { \boldsymbol { \theta } } ( \mathbf { d } | \mathbf { z } , \mathcal { G } )$ to a point mass in $ { \mathbb { R } } ^ { 3 N _ { v } }$ , the MC estimate for the resulting distribution $p _ { \mathrm { p r o p } } ( \mathbf { x } | \mathcal { G } )$ is given by a mixture of delta functions, each of which is centered at the $\mathbf { x } _ { i }$ resulting from mapping $p _ { \boldsymbol { \theta } } ( \mathbf { d } | \mathbf { z } _ { i } , \mathcal { G } )$ to $\mathbb { R } ^ { 3 N _ { v } }$ , where $\mathbf { z } _ { i } \sim p _ { \theta } ( \mathbf { z } | \mathcal { G } )$ , that is, $\begin{array} { r } { p _ { \mathrm { p r o p } } ( \mathbf { x } | \mathcal { G } ) \approx \frac { 1 } { N } \sum _ { i = 1 } ^ { N } \delta ( \mathbf { x } - \mathbf { x } _ { i } ) } \end{array}$ . The IS estimator for the expectation of $\mathcal { O }$ w. r. t. $\tilde { p } ( \mathbf { x } | \mathcal { G } )$ then reads + +$$ +\hat { \mathbb { E } } _ { \mathcal { G } } [ \mathcal { O } ] \overset { \mathrm { M C } } { \approx } \frac { 1 } { N } \sum _ { i = 1 } ^ { N } \mathcal { O } ( \mathbf { x } _ { i } ) \overset { \mathrm { I S } } { = } \frac { 1 } { N } \sum _ { i = 1 } ^ { N } \mathcal { O } ( \mathbf { x } _ { i } ^ { \prime } ) \frac { \tilde { p } ( \mathbf { x } _ { i } ^ { \prime } | \mathcal { G } ) } { p _ { \mathrm { p r o p } } ( \mathbf { x } _ { i } ^ { \prime } | \mathcal { G } ) } , +$$ + +where $\mathbf { x } _ { i } \sim \tilde { p } ( \mathbf { x } _ { i } | \mathcal { G } )$ and $\mathbf { x } _ { i } ^ { \prime } \sim p _ { \mathrm { p r o p } } ( \mathbf { x } _ { i } ^ { \prime } | \mathcal { G } )$ , so that the expectation of $\mathcal { O }$ w. r. t. the normalized version of $\tilde { p } ( { \bf x } )$ is then + +$$ +\mathbb { E } _ { \mathcal { G } } [ \mathcal { O } ] = \frac { \hat { \mathbb { E } } _ { \mathcal { G } } [ \mathcal { O } ] } { \hat { \mathbb { E } } _ { \mathcal { G } } [ 1 ] } \approx \frac { 1 } { Z } \sum _ { i = 1 } ^ { N } \mathcal { O } ( \mathbf { x } _ { i } ) \tilde { p } ( \mathbf { x } _ { i } ^ { \prime } | \mathcal { G } ) , +$$ + +where have a $\begin{array} { r } { Z \approx \sum _ { i = 1 } ^ { N } \tilde { p } ( \mathbf { x } _ { i } ^ { \prime } ) } \end{array}$ and ake s $N$ is the number of samples. When dividing two delta functions wee arbitrarily large finite value. + +# 3 RELATED WORKS + +The standard approach for generating molecular conformations is to start with one, and make small changes to it over time, e.g., by using MCMC or MD. These methods are considered the gold standard for sampling equilibrium states, but they are computationally expensive, especially if the molecule is large and the Hamiltonian is based on quantum-mechanical principles (Shim & MacKerell, 2011; Ballard et al., 2015; De Vivo et al., 2016). + +A much faster but more approximate approach for conformation generation is EDG (Havel, 2002; Blaney & Dixon, 2007; Lagorce et al., 2009; Riniker & Landrum, 2015). Lower and upper distance bounds for pairs of atoms in a molecule are fixed values based on ideal bond lengths, bond angles, and torsional angles. These values are often extracted from crystal structure databases (Allen, 2002). These methods aim to generate a low-energy conformation, not to generate unbiased samples from the underlying distribution at a certain temperature. + +There exist several machine learning approaches as well, however, they are mostly tailored towards studying protein dynamics. For example, Noe et al. (2019) trained Boltzmann generators on the ´ energy function of proteins to provide unbiased, one-shot samples from their equilibrium states. This is achieved by training an invertible neural network to learn a coordinate transformation from a system’s configurations to a latent space representation. Further, Lemke & Peter (2019) proposed a dimensionality reduction algorithm that is based on a neural network autoencoder in combination with a nonlinear distance metric to generate samples for protein structures. Both models learn protein-specific coordinate transformations that cannot be transferred to other molecules. + +AlQuraishi (2019) introduced an end-to-end differentiable recurrent geometric network for protein structure learning based on amino acid sequences. Also, Ingraham et al. (2019) proposed a neural energy simulator model for protein structure that makes use of protein sequence information. In contrast to amino acid sequences, molecular graphs are, in general, not linear but highly branched and often contain cycles. This makes them unsuitable for recurrent networks. + +Finally, Mansimov et al. (2019) presented a conditional deep generative graph neural network to generate molecular conformations given a molecular graph. Their goal is to predict the most likely conformation and not a distribution over conformations. Instead of encoding molecular environments in atomic distances, they work directly in Cartesian coordinates. As a result, the generated conformations showed significant structural differences compared to the ground-truth and required refinement through a force field, which is often employed in MD simulations. + +We argue that our model has several advantages over the approaches reviewed above: + +• It is a fast alternative to resource-intensive approaches based on MCMC or MD. +• Our principled representation based on pair-wise distances does not restrict our approach to any particular molecular structure. +• Since our model employs message-passing neural networks, it is transferable – it can extrapolate from only a few graphs to unseen ones. + +# 4 THE CONF17 BENCHMARK + +The CONF17 benchmark is the first benchmark for molecular conformation sampling.6 It is based on the ISO17 dataset (Schutt et al., 2017a) which consists of conformations of various molecules ¨ with the atomic composition $\mathrm { C _ { 7 } H _ { 1 0 } O _ { 2 } }$ drawn from the QM9 dataset (Ramakrishnan et al., 2014). These conformations were generated by ab initio molecular dynamics simulations at 500 Kelvin which generates trajectories of a single molecule covering a large variety of conformations. The CONF17 benchmark consists of 127 distinct molecular graphs each with 3380 conformations on average. We split this dataset into multiple training and test splits, each consisting of 107 and 20 graphs, respectively (see Appendix A.1 for more details).7 + +In Fig. 4, (A), the structural formulae of a random selection of molecules from this benchmark are shown. Most molecules feature highly-strained, complex 3D structures such as rings which are typical of drug-like molecules. It is thus the structural complexity of the molecules, not their number of degrees of freedom, that makes this benchmark challenging. In Fig. 4, (B), the frequency of distances (in $\mathring \mathrm { A }$ ) in the conformations are shown for each edge type. It can be seen that the marginal distributions of the edge distances are multimodal and highly context dependent. + +![](images/46a3aa64e022fdd01a26120b31e2968b1635e75bf7b4ed5e1fb0963f320d2e6f.jpg) +Figure 4: Overview of the CONF17 benchmark. (A) Structural formulae of a random selection of molecules. (B) Distribution of distances (in $\mathrm { \AA }$ ) grouped by edge (from left to right: $E _ { \mathrm { b o n d } }$ , $E _ { \mathrm { a n g l e } }$ , and $E _ { \mathrm { d i h e d r a l } } ,$ ) and vertex type (chemical element). + +# 5 EXPERIMENTS + +We assess the performance of our method, named Graph Distance Geometry (GRAPHDG), by comparing it with two state-of-the-art methods for molecular conformation generation: RDKIT (Riniker & Landrum, 2015), a classical EDG approach, and DL4CHEM (Mansimov et al., 2019), a machine learning approach. We trained GRAPHDG and DL4CHEM on three different training and test splits of the CONF17 benchmark using Adam (Kingma & Ba, 2014). We generated 3000 conformations with each method for molecular graphs in a test set. + +# 5.1 DISTRIBUTIONS OVER DISTANCES + +We assessed the accuracy of the distance distributions of RDKIT, DL4CHEM, and GRAPHDG by calculating the maximum mean discrepancy (MMD) (Gretton et al., 2012) to the ground-truth distribution. We compute the MMD using a Gaussian kernel, where we set the standard deviation to be the median distance between distances $\mathbf { d }$ in the aggregate sample. For this, we determined the distances in the conformations from the ground-truth and those generated by RDKIT and DL4CHEM. For each train-test split and each $\mathcal { G }$ in a test set, we compute the MMD of the joint distribution of distances between C and $\mathrm { o }$ atoms (H atoms are usually ignored), the MMDs of pair-wise distances $p ( d _ { i } , d _ { j } | \mathcal { G } )$ , and the MMDs between the marginals of individual distances $p ( d _ { i } | \mathcal { G } )$ . We aggregate the results of three train-test splits, and, finally, compute the median MMDs and average rankings. The results are summarized in Table 1. It can be seen that the samples from GRAPHDG are significantly closer to the ground-truth distribution than the other methods. RDKIT is slightly worse than GRAPHDG while DL4CHEM seems to struggle with the complexity of the molecules and the small number of graphs in the training set. + +In Fig. 5, we showcase the accuracy of our model by plotting the marginal distributions $p ( d _ { i } | \mathcal { G } )$ for distances between C and O atoms given a molecular graph from a test set. It can be seen that RDKIT consistently underestimates the marginal variances. This is because this method aims to predict the most stable conformation, i.e., the distribution’s mode. In contrast, DL4CHEM often fails to predict the correct mean. For this molecule, GRAPHDG is the most accurate, predicting the right mean and variance in most cases. Additional figures can be found in the Appendix A.4, where we also show plots for the marginal distributions $p ( d _ { i } , d _ { j } | \mathcal { G } )$ . + +Table 1: Assessment of the accuracy of the distributions over conformations generated by three models compared to the ground-truth. We compare the distributions with respect to the marginals $p ( d _ { k } | \mathcal { G } )$ , $p ( d _ { k } , d _ { l } | \mathcal { G } )$ , and the distribution over all edges between C and $\mathrm { o }$ atoms $p ( \{ d _ { k } \} | \mathcal { G } )$ . Two different metrics are used: median MMD between ground-truth conformations and generated ones, and mean ranking (1 to 3) based on the MMD. Reported are the results for molecular graphs in a test set from three train-test splits. Standard errors are given in brackets. + +
Median MMDMean Ranking
RDKITDL4CHEMGRAPHDGRDKITDL4CHEMGRAPHDG
p(dk|9)0.55 (0.01)1.11 (0.01)0.38 (0.02)1.71 (0.03)2.74 (0.02)1.51 (0.03)
p(dk,di/9)0.53 (0.01)1.09 ( (0.01)0.34 (0.01)1.66 (0.02)2.92 (0.01)1.43 ( (0.02)
p({d}9)0.60 (0.01)1.07 (0.03)0.44 (0.05)1.58 (0.05)2.90 (0.05)1.45 (0.02)
+ +![](images/73cb33f1644a53a40561269d68794ff6ada9b90a2cebb3bc0277b7aadea252d5.jpg) +Figure 5: Marginal distributions $p ( d _ { k } | \mathcal { G } )$ of ground-truth and predicted bond distances (in $\textrm { \AA }$ ) between C and O atoms given a molecular graph from the test set. The atoms connected by each edge $d _ { k }$ are indicated in each subplot $\left( \boldsymbol { s } _ { k } \mathrm { - } \boldsymbol { r } _ { k } \right)$ . In the 3D structure of the molecule, carbon and oxygen atoms are colored gray and red, respectively. $_ \mathrm { H }$ atoms are omitted for clarity. + +# 5.2 GENERATION OF CONFORMATIONS + +We passed the distances from our generative model to an EDG algorithm to obtain conformations. For $9 9 . 9 \%$ of the sets of distances, all triangle inequalities held. For $94 \%$ of the molecular graphs, the algorithm succeeded which is 8 pp higher than the success rate we observed for RDKIT. For each molecular graph in a test set, we generated 50 conformations with each method. This took DL4CHEM, RDKIT, and GRAPHDG on average around hundreds of milliseconds per molecule.8 In contrast, a single conformation in the ISO17 dataset takes around a minute to compute. In Fig. 6, an overlay of these conformations of six molecules generated by the different methods is shown. It can be seen that RDKIT’s conformations show too little variance, while DL4CHEM’s structures are mostly invalid, which is due in part to its failure to predict the correct interatomic angles. Our method slightly overestimates the structural variance (see, for example, Fig. 6, top row, second column), but produces conformations that are the closest to the ground-truth. + +# 5.3 CALCULATION OF MOLECULAR PROPERTIES + +We estimate expected molecular properties for molecular graphs from the test set with $N = 5 0$ conformational samples each. Due to their poor quality, we could not compute properties $\mathcal { O } ( \mathbf { x } )$ , including the energy $E ( \mathbf { x } )$ , for conformations generated with DL4CHEM, and thus, this method is excluded from this analysis. In Table 2, it can be seen that RDKIT and GRAPHDG perform + +![](images/6dbc1684f2efce71c7be4d5e7e63e8e2e0f0a2968f6b845c474caa529794805c.jpg) +Figure 6: Overlay of 50 conformations from the ground-truth and three models based on six random molecular graphs from the test set. C, O, and H atoms are colored gray, red, and white, respectively. + +Table 2: Median difference in average properties between ground-truth and RDKIT and GRAPHDG: total electronic energy $E _ { \mathrm { e l e c } }$ (in kJ/mol), the energy of the HOMO and the LUMO LUMO and LUMO, respectively (in eV), and the dipole moment $\mu$ (in debye). Reported are the results for molecular graphs from the test set, averaged over three train-test splits. Standard errors are given in brackets. + +
RDKITGRAPHDG
Eelec42.7 (4.3)58.0 (21.0)
€HOMO0.08 (0.04)0.10 (0.05)
ELUMO0.15 (0.03)0.09 (0.05)
0.29 (0.05)0.33 (0.09)
+ +similarly well (see Appendix A.2 for computational details). However, both methods are still highly inaccurate for $E _ { \mathrm { e l e c } }$ (in practice, an accuracy of less than $5 \ \mathrm { k J / m o l }$ is required). Close inspection of the conformations shows that, even though GRAPHDG predicts the most accurate distances overall, the variances of certain strongly constrained distances (e.g., triple bonds) are overestimated so that the energies of the conformations increase drastically. + +# 6 LIMITATIONS + +The first limitation of this work is that the CVAE can sample (with low probability) invalid sets of distances for which there exists no 3D structure. Second, the CONF17 benchmark covers only a small portion of chemical space. Finally, a large set of auxiliary edges would be required to capture long-range correlations (e.g., in proteins). Future work will address these points. + +# 7 CONCLUSIONS + +We presented GRAPHDG, a transferable, generative model that allows sampling from a distribution over molecular conformations. We developed a principled learning representation of conformations that is based on distances between atoms. Then, we proposed a challenging benchmark for comparing molecular conformation generators. With this benchmark, we show experimentally that conformations generated by GRAPHDG are closer to the ground-truth than those generated by other methods. Finally, we employ our model as a proposal distribution in an IS integration scheme to estimate molecular properties. While orbital energies and the dipole moments were predicted well, a larger and more diverse dataset will be necessary for meaningful estimates of electronic energies. Further, methods have to be devised to estimate how many conformations need to be generated to ensure all important conformations have been sampled. Finally, our model could be trained on conformational distributions at different temperatures in a transfer learning-type setting. + +# REFERENCES + +F. H. Allen. The Cambridge Structural Database: A quarter of a million crystal structures and rising. Acta Crystallogr., Sect. B: Struct. Sci, 58(3):380–388, 2002. doi: 10.1107/S0108768102003890. + +Mohammed AlQuraishi. End-to-End Differentiable Learning of Protein Structure. Cell Systems, 8 (4):292–301.e3, 2019. doi: 10.1016/j.cels.2019.03.006. + +Andrew J. Ballard, Stefano Martiniani, Jacob D. Stevenson, Sandeep Somani, and David J. Wales. Exploiting the potential energy landscape to sample free energy. WIREs Comput. Mol. Sci., 5(3): 273–289, 2015. doi: 10.1002/wcms.1217. + +Christopher M. Bishop. Pattern Recognition and Machine Learning. Information Science and Statistics. Springer, New York, 8 edition, 2009. ISBN 978-0-387-31073-2. + +Jeffrey M. Blaney and J. Scott Dixon. Distance Geometry in Molecular Modeling. In Reviews in Computational Chemistry, pp. 299–335. John Wiley & Sons, Ltd, 2007. ISBN 978-0-470-12582- 3. doi: 10.1002/9780470125823.ch6. + +John Bradshaw, Matt J. Kusner, Brooks Paige, Marwin H. S. Segler, and Jose Miguel Hern ´ andez- ´ Lobato. A generative model for electron paths. In International Conference on Learning Representations, 2019a. + +John Bradshaw, Brooks Paige, Matt J. Kusner, Marwin H. S. Segler, and Jose Miguel Hern ´ andez- ´ Lobato. A Model to Search for Synthesizable Molecules. arXiv:1906.05221, 2019b. + +Hanjun Dai, Yingtao Tian, Bo Dai, Steven Skiena, and Le Song. Syntax-directed variational autoencoder for structured data. In International Conference on Learning Representations, 2018. + +Marco De Vivo, Matteo Masetti, Giovanni Bottegoni, and Andrea Cavalli. Role of Molecular Dynamics and Related Methods in Drug Discovery. J. Med. Chem., 59(9):4035–4061, 2016. doi: 10.1021/acs.jmedchem.5b01684. + +Erik D. Demaine, Francisco Gomez-Martin, Henk Meijer, David Rappaport, Perouz Taslakian, Godfried T. Toussaint, Terry Winograd, and David R. Wood. The distance geometry of music. Computational Geometry, 42(5):429–454, 2009. doi: 10.1016/j.comgeo.2008.04.005. + +David K Duvenaud, Dougal Maclaurin, Jorge Iparraguirre, Rafael Bombarell, Timothy Hirzel, Alan Aspuru-Guzik, and Ryan P Adams. Convolutional Networks on Graphs for Learning Molecular Fingerprints. In C. Cortes, N. D. Lawrence, D. D. Lee, M. Sugiyama, and R. Garnett (eds.), Advances in Neural Information Processing Systems 28, pp. 2224–2232. Curran Associates, Inc., 2015. + +R. Evans, J. Jumper, J. Kirkpatrick, L. Sifre, T. F. G. Green, C. Qin, A. Zidek, A. Nelson, A. Bridgland, H. Penedones, S. Petersen, K. Simonyan, S. Crossan, D. T. Jones, D. Silver, K. Kavukcuoglu, D. Hassabis, and A. W. Senior. De novo structure prediction with deep-learning based scoring. In Thirteenth Critical Assessment of Techniques for Protein Structure Prediction, 2018. + +Justin Gilmer, Samuel S. Schoenholz, Patrick F. Riley, Oriol Vinyals, and George E. Dahl. Neural message passing for quantum chemistry. In Proceedings of the 34th International Conference on Machine Learning - Volume 70, ICML’17, pp. 1263–1272, 2017. + +Rafael Gomez-Bombarelli, Jennifer N. Wei, David Duvenaud, Jos ´ e Miguel Hern ´ andez-Lobato, ´ Benjam´ın Sanchez-Lengeling, Dennis Sheberla, Jorge Aguilera-Iparraguirre, Timothy D. Hirzel, ´ Ryan P. Adams, and Alan Aspuru-Guzik. Automatic Chemical Design Using a Data-Driven ´ Continuous Representation of Molecules. ACS Cent. Sci., 4(2):268–276, 2018. doi: 10.1021/ acscentsci.7b00572. + +Arthur Gretton, Karsten M. Borgwardt, Malte J. Rasch, Bernhard Scholkopf, and Alexander Smola. ¨ A Kernel Two-Sample Test. J. Mach. Learn. Res., 13:723–773, 2012. + +Wolfgang Guba, Agnes Meyder, Matthias Rarey, and Jer´ ome Hert. Torsion Library Reloaded: ˆ A New Version of Expert-Derived SMARTS Rules for Assessing Conformations of Small Molecules. J. Chem. Inf. Model., 56(1):1–5, 2016. doi: 10.1021/acs.jcim.5b00522. + +Timothy F. Havel. Distance Geometry: Theory, Algorithms, and Chemical Applications. In Encyclopedia of Computational Chemistry. American Cancer Society, 2002. ISBN 978-0-470-84501-1. doi: 10.1002/0470845015.cda018. + +John Ingraham, Adam Riesselman, Chris Sander, and Debora Marks. Learning Protein Structure with a Differentiable Simulator. In International Conference on Learning Representations, 2019. + +V. Jain and L. K. Saul. Exploratory analysis and visualization of speech and music by locally linear embedding. In 2004 IEEE International Conference on Acoustics, Speech, and Signal Processing, volume 3, pp. iii–984, 2004. doi: 10.1109/ICASSP.2004.1326712. + +Jan Jensen. XYZ2Mol. https://github.com/jensengroup/xyz2mol, 2019. + +Wengong Jin, Regina Barzilay, and Tommi Jaakkola. Junction tree variational autoencoder for molecular graph generation. In Jennifer Dy and Andreas Krause (eds.), Proceedings of the 35th International Conference on Machine Learning, volume 80 of Proceedings of Machine Learning Research, pp. 2323–2332, Stockholm, Sweden, 2018. PMLR. + +Ilana Y. Kanal, John A. Keith, and Geoffrey R. Hutchison. A sobering assessment of small-molecule force field methods for low energy conformer predictions. Int. J. Quantum Chem., 118(5):e25512, 2018. doi: 10.1002/qua.25512. + +Steven Kearnes, Kevin McCloskey, Marc Berndl, Vijay Pande, and Patrick Riley. Molecular graph convolutions: Moving beyond fingerprints. J. Comput.-Aided Mol. Des., 30(8):595–608, 2016. doi: 10.1007/s10822-016-9938-8. + +Diederik P. Kingma and Jimmy Ba. Adam: A Method for Stochastic Optimization. arXiv:1412.6980, 2014. + +Diederik P. Kingma and Max Welling. Auto-Encoding Variational Bayes. In International Conference on Learning Representations, 2014. + +Thomas N. Kipf and Max Welling. Semi-Supervised Classification with Graph Convolutional Networks. International Conference on Learning Representations, 2017. + +Matt J. Kusner, Brooks Paige, and Jose Miguel Hern ´ andez-Lobato. Grammar Variational Autoen- ´ coder. In Doina Precup and Yee Whye Teh (eds.), Proceedings of the 34th International Conference on Machine Learning, volume 70 of Proceedings of Machine Learning Research, pp. 1945–1954, International Convention Centre, Sydney, Australia, 2017. PMLR. + +David Lagorce, Tania Pencheva, Bruno O. Villoutreix, and Maria A. Miteva. DG-AMMOS: A New tool to generate 3D conformation of small molecules using Distance Geometry and Automated Molecular Mechanics Optimization for in silico Screening. BMC Chem. Biol., 9:6, 2009. doi: 10.1186/1472-6769-9-6. + +Tobias Lemke and Christine Peter. EncoderMap: Dimensionality Reduction and Generation of Molecule Conformations. J. Chem. Theory Comput., 2019. doi: 10.1021/acs.jctc.8b00975. + +Qi Liu, Miltiadis Allamanis, Marc Brockschmidt, and Alexander Gaunt. Constrained Graph Variational Autoencoders for Molecule Design. In S. Bengio, H. Wallach, H. Larochelle, K. Grauman, N. Cesa-Bianchi, and R. Garnett (eds.), Advances in Neural Information Processing Systems 31, pp. 7795–7804. Curran Associates, Inc., 2018. + +Elman Mansimov, Omar Mahmood, Seokho Kang, and Kyunghyun Cho. Molecular geometry prediction using a deep generative graph neural network. arXiv:1904.00314 [physics, stat], 2019. + +Frank Noe, Simon Olsson, Jonas K ´ ohler, and Hao Wu. Boltzmann generators: Sampling equilibrium ¨ states of many-body systems with deep learning. Science, 365(6457):eaaw1147, 2019. doi: 10.1126/science.aaw1147. + +Artidoro Pagnoni, Kevin Liu, and Shangyan Li. Conditional Variational Autoencoder for Neural Machine Translation. arXiv:1812.04405, 2018. + +John P. Perdew, Matthias Ernzerhof, and Kieron Burke. Rationale for mixing exact exchange with density functional approximations. J. Chem. Phys., 105(22):9982–9985, 1996. doi: 10.1063/1. 472933. + +Raghunathan Ramakrishnan, Pavlo O. Dral, Matthias Rupp, and O. Anatole von Lilienfeld. Quantum chemistry structures and properties of 134 kilo molecules. Sci. Data, 1:140022, 2014. doi: 10.1038/sdata.2014.22. + +Sereina Riniker and Gregory A. Landrum. Better Informed Distance Geometry: Using What We Know To Improve Conformation Generation. J. Chem. Inf. Model., 55(12):2562–2574, 2015. doi: 10.1021/acs.jcim.5b00654. + +Kristof Schutt, Pieter-Jan Kindermans, Huziel Enoc Sauceda Felix, Stefan Chmiela, Alexandre ¨ Tkatchenko, and Klaus-Robert Muller. SchNet: A continuous-filter convolutional neural net- ¨ work for modeling quantum interactions. In I. Guyon, U. V. Luxburg, S. Bengio, H. Wallach, R. Fergus, S. Vishwanathan, and R. Garnett (eds.), Advances in Neural Information Processing Systems 30, pp. 991–1001. Curran Associates, Inc., 2017a. + +Kristof T. Schutt, Farhad Arbabzadah, Stefan Chmiela, Klaus R. M ¨ uller, and Alexandre Tkatchenko.¨ Quantum-chemical insights from deep tensor neural networks. Nat. Commun., 8:13890, 2017b. doi: 10.1038/ncomms13890. + +Marwin H. S. Segler, Thierry Kogej, Christian Tyrchan, and Mark P. Waller. Generating Focused Molecule Libraries for Drug Discovery with Recurrent Neural Networks. ACS Cent. Sci., 4(1): 120–131, 2018. doi: 10.1021/acscentsci.7b00512. + +Jihyun Shim and Alexander D. MacKerell, Jr. Computational ligand-based rational design: Role of conformational sampling and force fields in model development. Med. Chem. Commun., 2(5): 356–370, 2011. doi: 10.1039/C1MD00044F. + +Qiming Sun, Timothy C. Berkelbach, Nick S. Blunt, George H. Booth, Sheng Guo, Zhendong Li, Junzi Liu, James D. McClain, Elvira R. Sayfutyarova, Sandeep Sharma, Sebastian Wouters, and Garnet Kin-Lic Chan. PySCF: The Python-based simulations of chemistry framework. WIREs Comput. Mol. Sci., 8(1), 2018. doi: 10.1002/wcms.1340. + +Joshua B. Tenenbaum, Vin de Silva, and John C. Langford. A Global Geometric Framework for Nonlinear Dimensionality Reduction. Science, 290(5500):2319–2323, 2000. doi: 10.1126/science.290.5500.2319. + +Petar Velickovi ˇ c, Guillem Cucurull, Arantxa Casanova, Adriana Romero, Pietro Li ´ o, and Yoshua \` Bengio. Graph Attention Networks. In International Conference on Learning Representations, 2018. + +Florian Weigend. Accurate Coulomb-fitting basis sets for H to Rn. Phys. Chem. Chem. Phys., 8(9): 1057–1065, 2006. doi: 10.1039/B515623H. + +Florian Weigend and Reinhart Ahlrichs. Balanced basis sets of split valence, triple zeta valence and quadruple zeta valence quality for H to Rn: Design and assessment of accuracy. Phys. Chem. Chem. Phys., 7(18):3297–3305, 2005. doi: 10.1039/B508541A. + +Kilian Q. Weinberger and Lawrence K. Saul. Unsupervised Learning of Image Manifolds by Semidefinite Programming. Int. J. Comput. Vision, 70(1):77–90, 2006. doi: 10.1007/ s11263-005-4939-z. + +Jiaxuan You, Bowen Liu, Zhitao Ying, Vijay Pande, and Jure Leskovec. Graph Convolutional Policy Network for Goal-Directed Molecular Graph Generation. In S. Bengio, H. Wallach, H. Larochelle, K. Grauman, N. Cesa-Bianchi, and R. Garnett (eds.), Advances in Neural Information Processing Systems 31, pp. 6410–6421. Curran Associates, Inc., 2018. + +# A APPENDIX + +# A.1 CONF17 BENCHMARK + +# A.1.1 DATA GENERATION + +The ISO17 dataset (Schutt et al., 2017a) was processed in the following way. First, conformations ¨ in which the molecular connectivity was modified (i.e., bonds were broken or new ones are formed) were discarded. For this, the tool XYZ2MOL (Jensen, 2019) was employed. Second, the molecular graphs were augmented by adding auxiliary edges for reasons described in Section 2.1. Auxiliary edges between all second neighbors were added. This can lead to a slight over-specification of the system’s geometry, however, this did not pose a problem in our experiments. In addition, auxiliary edges between third neighbors were added to fix dihedral angles. Since there are potentially many ways of specifying a dihedral angle in a molecular system, we resorted to the works of Riniker & Landrum (2015) and Guba et al. (2016) to decide where to place edges between third neighbors. + +# A.1.2 INPUT FEATURES + +Below we list the node and edges features in the CONF17 benchmark. + +Table 3: Node features. + +
FeatureData TypeDimension
atomic numberinteger1
chiral tagone-hot (R, S,and N/A)3
+ +Table 4: Edge features. + +
FeatureData TypeDimension
kindone-hot (indicating whether e is in Ebond,Eangle,or Edihedral)3
stereo chemistryone-hot (E,Z,Any,None, and N/A)5
typeinteger (single, double, triple or N/A)1
is aromaticbinary1
is conjugatedbinary1
is in ring of sizeone-hot (3,4,...,9) and N/A8
+ +# A.1.3 MODEL ARCHITECTURE + +The full model is available online https://figshare.com/s/1b42bf865bd78c457354. In following, the hyperparameters of our model are specified: + +Activations throughout this paper: ReLU; $L _ { v }$ , $L _ { e }$ : 10; $F _ { \mathrm { e n c } , v }$ : neural network with depth 2, width 20; $F _ { \mathrm { e n c } , e }$ : neural network with depth 3, width 60; $F _ { \mathrm { d e c } , v }$ , $F _ { \mathrm { d e c } , e }$ : neural networks with depth 2, width 70; {MP(t) }T , {MP(t) }T dec t=1: MPNN width depth 1 and three multi-head attention heads, T = 3, for node and edge updates neural networks with depth 2, and width 70 were used. $R _ { \mathrm { e n c } }$ , $R _ { \mathrm { d e c } }$ : neural networks with depth 2, width 70. Batch size: 16 (conformations); + +# A.2 COMPUTATIONAL DETAILS + +# A.2.1 QUANTUM-CHEMICAL CALCULATIONS + +All quantum-chemical calculations were carried out with the PySCF program package (version 1.5) (Sun et al., 2018) employing the exchange-correlation density functional PBE (Perdew et al., 1996), and the def2-SVP (Weigend & Ahlrichs, 2005; Weigend, 2006) basis set. + +Conformations generated by DL4CHEM did not succeed as some atoms were too close to each other. Self-consistent field algorithms in quantum-chemical software such as $\operatorname { P y } \operatorname { S C F }$ do not converge for such molecular structures. + +With quantum-chemical methods, we calculate several properties that concern the states of the electrons in the conformation. These are the total electronic energy $E _ { \mathrm { e l e c } }$ , the energy of the electron in the highest occupied molecular orbital (HOMO in eV) HOMO, the energy of the lowest unoccupied molecular orbital (LUMO in eV) LUMO, and the norm of the dipole moment $\mu$ (in debye). + +# A.2.2 EUCLIDEAN DISTANCE GEOMETRY + +We refer the reader to Havel (2002) for theory on EDG, algorithms, and chemical applications. In summary, the EDG procedure consists of the following three steps: + +1. Bound smoothing: extrapolating a complete set of lower and upper limits on all the distances from the sparse set of lower and upper bounds. +2. Embedding: choosing a random distance matrix from within these limits, and computing coordinates that are a certain best-fit to the distances. +3. Optimization: optimizing these coordinates versus an error function which measures the total violation of the distance (and chirality) constraints. + +We use the EDG implementation found in RDKIT (Riniker & Landrum, 2015) with default settings. + +A.3 GENERATION OF CONFORMATIONS + +![](images/27951cf926cc9a59c011227fdb3757047860bb4f10db180e980c1c7f56c2a9fb.jpg) +Figure 7: Overlay of 50 conformations from the ground-truth, RDKIT, DL4CHEM, and GRAPHDG based on two random molecular graphs from the test set. C, O, and H atoms are colored gray, red, and white, respectively. + +# A.4 DISTRIBUTIONS OVER DISTANCES + +Below, the marginal distributions of the distances for a variety of molecular graphs are shown. + +![](images/155b36793493760b7aa79975d8ddcff91c662022446556581190de48d5091e35.jpg) +Figure 8: Marginal distributions $p ( d _ { k } | \mathcal { G } )$ of ground-truth and predicted distances (in A) between C ˚ and O atoms given a molecular graph from the test set. The atoms connected by each edge $d _ { k }$ are indicated in each subplot $\left( \boldsymbol { s } _ { k } \mathrm { - } \boldsymbol { r } _ { k } \right)$ . In the 3D structure of the molecule, carbon and oxygen atoms are colored gray and red, respectively. $_ \mathrm { H }$ atoms are omitted for clarity. + +![](images/e220b95757969ae8413448670537336f0a0200b2d7857d8c548541c7e3c21327.jpg) +Figure 9: Marginal distributions $p ( d _ { i } , d _ { j } | \mathcal { G } )$ of ground-truth and predicted distances for a molecular graph from the test set (in $\mathring \mathrm { A }$ ). Here, $d _ { i }$ and $d _ { j }$ are restricted to edges representing bonds between C and O atoms. In the 3D structure of the molecule, carbon and oxygen atoms are colored gray and red, respectively. H atoms are omitted for clarity. + +![](images/990560565dbcd6a07e4996d7818003cb2c3bd83142a60411cb3f89d685007e5c.jpg) +Figure 10: See caption of Fig. 8 + +![](images/cf355a52b90102bd4be7140f2db8ba50e3779dbf93c62c9815ff4022643e40ce.jpg) +Figure 11: See caption of Fig. 9 + +![](images/b460530421a43a7fa1d828cbce0adb372e29c25c81e9fb137bd557fbbf59743a.jpg) +Figure 12: See caption of Fig. 8 + +![](images/3ab71d02171ec50c23dd6fda6644669702b4f5b23939b729a36135a2e37793fd.jpg) +Figure 13: See caption of Fig. 9 + +![](images/318714018966fa62ece638ab99060cdcf128629a839fab7764e5e8b5f7fa177e.jpg) +Figure 14: See caption of Fig. 8 + +![](images/046289cc08ff0e5a719e2e8d0afd1905fc1441824afab583ecca345ad569e0ab.jpg) +Figure 15: See caption of Fig. 9 \ No newline at end of file diff --git a/parse/train/S1x1IkHtPr/S1x1IkHtPr_content_list.json b/parse/train/S1x1IkHtPr/S1x1IkHtPr_content_list.json new file mode 100644 index 0000000000000000000000000000000000000000..2fa8de38e73178e697c240e218316d91be5d2193 --- /dev/null +++ b/parse/train/S1x1IkHtPr/S1x1IkHtPr_content_list.json @@ -0,0 +1,1808 @@ +[ + { + "type": "text", + "text": "A GENERATIVE MODEL FOR MOLECULAR DISTANCE GEOMETRY ", + "text_level": 1, + "bbox": [ + 176, + 98, + 823, + 145 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Anonymous authors Paper under double-blind review ", + "bbox": [ + 183, + 171, + 398, + 198 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "ABSTRACT ", + "text_level": 1, + "bbox": [ + 454, + 236, + 544, + 251 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Computing equilibrium states for many-body systems, such as molecules, is a long-standing challenge. In the absence of methods for generating statistically independent samples, great computational effort is invested in simulating these systems using, for example, Markov chain Monte Carlo. We present a probabilistic model that generates such samples for molecules from their graph representations. Our model learns a low-dimensional manifold that preserves the geometry of local atomic neighborhoods through a principled learning representation that is based on Euclidean distance geometry. In a new benchmark for molecular conformation generation, we show experimentally that our generative model achieves state-ofthe-art accuracy. Finally, we show how to use our model as a proposal distribution in an importance sampling scheme to compute molecular properties. ", + "bbox": [ + 233, + 267, + 764, + 420 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "1 INTRODUCTION ", + "text_level": 1, + "bbox": [ + 176, + 446, + 336, + 463 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Over the last few years, many highly-effective deep learning methods generating small molecules with desired properties (e.g., novel drugs) have emerged (Gomez-Bombarelli et al., 2018; Segler ´ et al., 2018; Dai et al., 2018; Jin et al., 2018; Bradshaw et al., 2019a; Liu et al., 2018; You et al., 2018; Bradshaw et al., 2019b). These methods operate using graph representations of molecules in which nodes and edges represent atoms and bonds, respectively. A representation that is closer to the physical system is one in which a molecule is described by its geometry or conformation. A conformation $\\mathbf { x }$ of a molecule is defined by a set of atoms $\\{ ( \\boldsymbol { \\epsilon } _ { i } , \\mathbf { r } _ { i } ) \\bar \\} _ { i = 1 } ^ { N _ { v } }$ , where $N _ { v }$ is the number of atoms in the molecule, $\\epsilon _ { i } \\in \\{ \\mathrm { H } , \\mathrm { C } , \\mathrm { O } , \\dots \\}$ is the chemical element of the atom $i$ , and $\\mathbf { r } _ { i } \\in \\mathbb { R } ^ { 3 }$ is its position in Cartesian coordinates. Importantly, the relative positions of the atoms are restricted by the bonds in the molecule and the angles between them. Due to thermal fluctuations resulting in stretching of and rotations around bonds, there exist infinitely many conformations of a molecule. A molecule’s graph representation and a set of its conformations are shown in Fig. 1. Under a wide range of conditions, the probability $p ( \\mathbf { x } )$ of a conformation $\\mathbf { x }$ , is governed by the Boltzmann distribution and is proportional to $\\exp \\{ - E ( \\mathbf { x } ) / k _ { B } T \\}$ , where $E ( \\mathbf { x } ) \\in \\mathbb { R }$ is the conformation’s energy, $k _ { B }$ is the Boltzmann constant, and $T$ is the temperature. ", + "bbox": [ + 173, + 479, + 825, + 688 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "To compute a molecular property for a molecule, one must sample from $p ( \\mathbf { x } )$ . The main approach is to start with one conformation and make small changes to it over time, e.g., by using Markov chain Monte Carlo (MCMC) or molecular dynamics (MD). These methods can be used to accurately sample equilibrium states of molecules, but they become computationally expensive for larger ones (Shim & MacKerell, 2011; Ballard et al., 2015; De Vivo et al., 2016). Other heuristic approaches exist in which distances between atoms are set to fixed idealized values (Havel, 2002; Blaney & Dixon, 2007). Several methods based on statistical learning have also recently been developed to tackle the issue of conformation generation. However, they are mainly geared towards studying proteins and their folding dynamics (AlQuraishi, 2019). Some of these models are not targeting a distribution over conformations but the most stable folded configuration (Evans et al., 2018; Ingraham et al., 2019), while others are not transferable between different molecules (Lemke & Peter, 2019; Noe´ et al., 2019). ", + "bbox": [ + 174, + 695, + 825, + 862 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "This work includes the following key contributions: ", + "bbox": [ + 176, + 869, + 513, + 883 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "• We introduce a novel probabilistic model for learning conformational distributions of molecules with graph neural networks. ", + "bbox": [ + 215, + 895, + 823, + 924 + ], + "page_idx": 0 + }, + { + "type": "image", + "img_path": "images/434d845d7c8ccab7aba98bd6f5f40a3ddc2c0a355bf36f4ceacd18ef6cbb7a0b.jpg", + "image_caption": [ + "Figure 1: Standard graph representation of a molecule (left) with a set of possible conformations $\\{ { \\bf { x } } _ { i } \\}$ (right). Hydrogen (H), carbon (C), and oxygen (O) atoms are colored white, gray, and red, respectively. Conformations feature the same atom types and bonds but the atoms are arranged differently in space. These differences arise from rotations around and stretching of bonds in the molecule. " + ], + "image_footnote": [], + "bbox": [ + 173, + 99, + 813, + 198 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "• We create a new, challenging benchmark for conformation generation, which is made publicly available. To the best of our knowledge, this is the first benchmark of this kind. \n• By combining a conditional variational autoencoder (CVAE) with an Euclidean distance geometry (EDG) algorithm we present a state-of-the-art approach for generating one-shot samples of molecular conformations for unseen molecules that is independent of their size and shape. \n• We develop a rigorous experimental approach for evaluating and comparing the accuracy of conformation generation methods based on the mean maximum deviation distance metric. \n• We show how this generative model can be used as a proposal distribution in an importance sampling (IS) scheme to estimate molecular properties. ", + "bbox": [ + 214, + 308, + 825, + 462 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "2 METHOD ", + "text_level": 1, + "bbox": [ + 174, + 487, + 282, + 503 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Our goal is to build a statistical model that generates molecular conformations in a one-shot fashion from a molecule’s graph representation. First, we describe how a molecule’s conformation can be represented by a set of pairwise distances between atoms and why this presentation is advantageous over one in Cartesian coordinates (Section 2.1). Second, we present a generative model in Section 2.2 that will generate sets of atomic distances for a given molecular graph. Third, we explain in Section 2.3 how a set of predicted distances can be transformed into a molecular conformation and why this transformation is necessary. Finally, we detail in Section 2.4 how our generative model can be used as a proposal distribution in an IS scheme to estimate molecular properties. ", + "bbox": [ + 173, + 518, + 825, + 631 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "2.1 EXTENDED MOLECULAR GRAPHS AND DISTANCE GEOMETRY ", + "text_level": 1, + "bbox": [ + 174, + 647, + 645, + 662 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "In this study, a molecule is represented by an undirected graph which is defined as a tuple $\\mathcal { G } =$ $( V , E )$ . $V \\stackrel { \\cdot } { = } \\{ v _ { i } \\} _ { i = 1 } ^ { N _ { v } }$ is the set of nodes representing atoms, where each $v _ { i } \\in \\mathbb { R } ^ { F _ { v } }$ holds atomic attributes (e.g., the element type $\\epsilon _ { i }$ ). $E = \\{ ( e _ { k } , r _ { k } , s _ { k } ) \\} _ { k = 1 } ^ { N _ { e } }$ is the set of edges, where each $e _ { k } \\in \\mathbb { R } ^ { F _ { e } }$ holds an edge’s attributes (e.g., the bond type), and $r _ { k }$ and $s _ { k }$ are the nodes an edge is connecting. Here, $E$ represents the molecular bonds (and the auxiliary edges which are explained below) in the molecule. ", + "bbox": [ + 174, + 674, + 825, + 762 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "We assume that, givof atomic distances r graph , where $\\mathcal { G }$ ent one of its conformations is the Euclidean distance b $\\mathbf { x }$ by a setween the $\\mathbf { d } = \\{ d _ { k } \\} _ { k = 1 } ^ { N _ { e } }$ $d _ { k } = | \\mathbf { r } _ { r _ { k } } - \\mathbf { r } _ { s _ { k } } |$ \n$r _ { k }$ $s _ { k }$ \n$( E _ { \\mathrm { b o n d } } )$ alone would not suffice to describe a conformation, we expand the traditional graph representation of a molecule by adding auxiliary edges. Auxiliary edges between atoms that are second neighbors in the original graph fix angles between atoms, and those between third neighbors fix dihedral angles (denoted $E _ { \\mathrm { a n g l e } }$ and $E _ { \\mathrm { d i h e d r a l } }$ , respectively). In this work, $E _ { \\mathrm { a n g l e } }$ consists of edges between all second neighbors in the original graph. Edges between third neighbors are added according to a heuristic (see Appendix A.1). From now on we are always referring to this extended molecular graph when talking about molecular graphs. In Fig. 2, the process of extending the molecular graph and the extraction of $\\mathbf { d }$ from $\\mathbf { x }$ and $\\mathcal { G }$ are illustrated. ", + "bbox": [ + 173, + 768, + 825, + 924 + ], + "page_idx": 1 + }, + { + "type": "image", + "img_path": "images/08c1b3e3b35a33713718a18e75ad2f38d7311ffb7d495eaa5cf2fd437d3fe2a8.jpg", + "image_caption": [ + "Figure 2: A) The structural formula of a molecule is converted to an extended molecular graph $\\mathcal { G }$ consisting of nodes representing atoms (circles, e.g., $v _ { 1 }$ ) and edges representing molecular bonds (solid lines, e.g., $e _ { 1 } \\in E _ { \\mathrm { b o n d } } )$ ) and auxiliary edges (dotted lines, e.g., $e _ { 2 } \\in E _ { \\mathrm { a n g l e } }$ and $e _ { 3 } \\in E _ { \\mathrm { d i h e d r a l } } )$ . B) The distances $\\mathbf { d }$ are extracted from a conformation $\\mathbf { x }$ based on the edges $E$ . C) Graphical model of the variational autoencoder: generative model $p _ { \\theta } ( \\mathbf { d } | \\mathbf { z } , \\mathcal { G } ) p _ { \\theta } ( \\mathbf { z } | \\mathcal { G } )$ (solid lines) and variational approximation $q _ { \\phi } ( \\mathbf { z } | \\mathbf { d } , \\mathcal { G } )$ (dashed lines). " + ], + "image_footnote": [], + "bbox": [ + 173, + 97, + 821, + 228 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "A key advantage of a representation in terms of distances is its invariance to rotation and translation; by contrast, Cartesian coordinates depend on the (arbitrary) choice of origin, for example. In addition, it reflects pair-wise physical interactions and their generally local nature. Auxiliary edges can be placed between higher-order neighbors depending on how far the physical interactions dominating the potential energy of the system reach. ", + "bbox": [ + 174, + 353, + 825, + 424 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "samples We have a set of $\\{ \\mathbf { x } _ { l , j } \\} _ { j = 1 } ^ { S _ { l } }$ $N _ { \\mathcal { G } }$ l=1from the ground-truth distribution resulting in molecular graphs $\\{ \\mathcal { G } _ { l } \\} _ { l = 1 } ^ { N _ { g } }$ . Further, for each $S _ { l }$ $\\mathcal { G } _ { l }$ , we have sets of distances $S _ { l }$ conformational $\\{ \\mathbf { d } _ { l , j } \\} _ { j = 1 } ^ { S _ { l } }$ With this data, we will train a generative model which we detail in the following section. ", + "bbox": [ + 176, + 429, + 823, + 477 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "2.2 GENERATIVE MODEL ", + "text_level": 1, + "bbox": [ + 176, + 497, + 362, + 512 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "We employ a CVAE (Kingma & Welling, 2014; Pagnoni et al., 2018) to model the distribution over distances d given a molecular graph $\\mathcal { G }$ . A CVAE first encodes $\\mathcal { G }$ together with d into a latent space $\\mathbf { z } ~ \\in ~ \\mathbb { R } ^ { k N _ { v } }$ , where $k \\in \\mathbb { N } ^ { + }$ , with an encoder $q _ { \\phi } ( \\mathbf { z } | \\mathbf { d } , \\mathcal { G } )$ . Subsequently, the decoder $p _ { \\boldsymbol { \\theta } } ( \\mathbf { d } | \\mathbf { z } , \\mathcal { G } )$ decodes $\\mathbf { z }$ back into a set of distances. A graphical model is shown in Fig. 2 C). ", + "bbox": [ + 174, + 525, + 825, + 580 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "A conformation has, in general, $3 N _ { v } - 6$ spatial degrees of freedom (dofs): one dof per spacial dimension per atom minus three translational and three rotational dofs. Therefore, the latent space should be proportional to the number of atoms in the molecule. In addition, the latent space should be smaller than $3 N _ { v }$ as it is the role of the encoder to project the conformation into a lower-dimensional space. As a result, we set $k = 1$ to avoid overfitting. ", + "bbox": [ + 174, + 587, + 825, + 657 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "Here, $q _ { \\phi } ( \\mathbf { z } | \\mathbf { d } , \\mathcal { G } )$ and $p _ { \\boldsymbol { \\theta } } ( \\mathbf { d } | \\mathbf { z } , \\mathcal { G } )$ are Gaussian distributions, the mean and variance of which are modeled by two artificial neural networks. At the center of this model are message-passing neural networks (MPNNs) (Gilmer et al., 2017) with multi-head attention (Velickovi ˇ c et al., 2018). In short, ´ an MPNN is a convolutional neural network that allows end-to-end learning of prediction pipelines whose inputs are graphs of arbitrary size and shape. In a convolution, neighboring nodes exchange so-called messages between neighbors to update their attributes. Edges update their attributes with the features of the nodes they are connecting. The MPNN is a well-studied technique that achieves state-of-the-art performance in representation learning for molecules (Kipf & Welling, 2017; Duvenaud et al., 2015; Kearnes et al., 2016; Schutt et al., 2017b; Gilmer et al., 2017; Kusner et al., 2017; ¨ Bradshaw et al., 2019a). ", + "bbox": [ + 173, + 664, + 825, + 804 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "In the following, we describe the details of the model.2 In Fig. 3, an illustration of the model is shown. In the encoder $q _ { \\phi } ( \\mathbf { z } | \\mathbf { d } , \\mathcal { G } )$ , each $d _ { k }$ is concatenated with the respective edge feature $e _ { k }$ to give $e _ { k } ^ { \\prime } \\in \\mathbb { R } ^ { F _ { e } + 1 }$ . Then, each $v _ { i }$ and each $\\boldsymbol { e } _ { k } ^ { \\prime }$ are passed to $F _ { \\mathrm { e n c , } v }$ and $F _ { \\mathrm { e n c } , e }$ (two multilayer perceptrons, ", + "bbox": [ + 174, + 810, + 825, + 854 + ], + "page_idx": 2 + }, + { + "type": "image", + "img_path": "images/5f0738038473b071de697991b53166ab0b2ba48a790fd8a700a36244723f5ab6.jpg", + "image_caption": [ + "Figure 3: The molecular graph $\\mathcal { G }$ together with the distances $\\mathbf { d }$ are passed through the model consisting of an encoder $q _ { \\phi } ( \\mathbf { z } | \\mathbf { d } , \\mathcal { G } )$ and a decoder $p _ { \\boldsymbol { \\theta } } ( \\mathbf { d } | \\mathbf { z } , \\mathcal { G } )$ . See the main text for details. " + ], + "image_footnote": [], + "bbox": [ + 196, + 99, + 825, + 327 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "MLPs), respectively, to give $\\mathcal { G } _ { \\mathrm { e n c } } ^ { ( 0 ) }$ , where $\\mathcal { G } _ { \\mathrm { e n c } } ^ { ( t ) } = ( \\{ v _ { i , \\mathrm { e n c } } ^ { ( t ) } \\} _ { i = 1 } ^ { N _ { v } } , \\{ ( e _ { k , \\mathrm { e n c } } ^ { ( t ) } , r _ { k } , s _ { k } ) \\} _ { k = 1 } ^ { N _ { e } } ) , v _ { i } ^ { ( }$ $v _ { i , \\mathrm { e n c } } ^ { ( t ) } \\in \\mathbb { R } ^ { L _ { v } }$ and $e _ { k , \\mathrm { e n c } } ^ { ( t ) } \\in \\mathbb { R } ^ { L _ { \\mathrm { c } } }$ . Then, $T$ MPNNs of depth 1, $\\{ \\mathbf { M P } _ { \\mathrm { e n c } } ^ { ( t ) } \\} _ { t = 1 } ^ { T }$ , are consecutively applied to obtain $\\mathcal { G } _ { \\mathrm { e n c } } ^ { ( T ) }$ . Finally, the read-out function $R _ { \\mathrm { e n c } }$ (an MLP) takes each $v _ { \\mathrm { i , e n c } } ^ { ( T ) }$ to predict the mean $\\mu _ { z _ { i } } \\in \\mathbb { R }$ and the variance $\\sigma _ { z _ { i } } ^ { 2 } \\in \\mathbb { R }$ of the Gaussian distribution for $z _ { i }$ . The so-called reparametrization trick is employed to draw a sample for $z _ { i }$ . In summary, ", + "bbox": [ + 173, + 396, + 825, + 487 + ], + "page_idx": 3 + }, + { + "type": "equation", + "img_path": "images/ea2e8d68fcb9089882d112d8b9533da68ffa6c1a89f445f3334ff8e10ef1b1cd.jpg", + "text": "$$\n\\begin{array} { r l } { v _ { i , \\mathrm { e n c } } ^ { ( 0 ) } = F _ { \\mathrm { e n c } , v } ( v _ { i } ) , } & { e _ { k , \\mathrm { e n c } } ^ { ( 0 ) } = F _ { \\mathrm { e n c } , e } ( e _ { i } ^ { \\prime } ) , } \\\\ { \\mathcal { G } _ { \\mathrm { e n c } } ^ { ( 1 ) } = \\mathsf { M P } _ { \\mathrm { e n c } } ^ { ( 0 ) } ( \\mathcal { G } _ { \\mathrm { e n c } } ^ { ( 0 ) } ) , } & { \\mathcal { G } _ { \\mathrm { e n c } } ^ { ( t + 1 ) } = \\mathsf { M P } _ { \\mathrm { e n c } } ^ { ( t ) } ( \\mathcal { G } _ { \\mathrm { e n c } } ^ { ( t ) } ) , \\quad \\mathcal { G } _ { \\mathrm { e n c } } ^ { ( T ) } = \\mathsf { M P } _ { \\mathrm { e n c } } ^ { ( T - 1 ) } ( \\mathcal { G } _ { \\mathrm { e n c } } ^ { ( T - 1 ) } ) , } \\\\ { \\mu _ { z _ { i } } , \\sigma _ { z _ { i } } ^ { 2 } = R _ { \\mathrm { e n c } } ( v _ { i , \\mathrm { e n c } } ^ { ( T ) } ) . } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 245, + 497, + 751, + 568 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "decode. Each $p _ { \\boldsymbol { \\theta } } ( \\mathbf { d } | \\mathbf { z } , \\mathcal { G } )$ ach are $z _ { i }$ is concassed to d wand respective node feature (two MLPs), respective $v _ { i }$ to give to give $v _ { i } ^ { \\prime } \\in$ \nwhere $\\mathbb { R } ^ { F _ { v } + 1 }$ $\\mathcal { G } _ { \\mathrm { d e c } } ^ { ( t ) } = ( \\{ v _ { i , \\mathrm { d e c } } ^ { ( t ) } \\} _ { i = 1 } ^ { N _ { v } } , \\{ ( e _ { k , \\mathrm { d e c } } ^ { ( t ) } , r _ { k } , s _ { k } ) \\} _ { k = 1 } ^ { N _ { e } } )$ $\\boldsymbol { v } _ { i } ^ { \\prime }$ $e _ { k }$ $F _ { \\mathrm { d e c } , v }$ , $v _ { i , \\mathrm { d e c } } ^ { ( t ) } \\in \\mathbb { R } ^ { L _ { v } }$ $F _ { \\mathrm { d e c } , e }$ , and $e _ { k , \\mathrm { d e c } } ^ { ( t ) } \\in \\mathbb { R } ^ { L _ { \\mathrm { e } } }$ . Then, dec MPNNs \nof depth 1, {MP(t)dec}Tt= , are consecutively applied to obtain $\\mathcal { G } _ { \\mathrm { d e c } } ^ { ( T ) }$ . Finally, the read-out function \n(an MLP) takes ch $e _ { \\mathbf { k } , \\mathrm { d e c } } ^ { ( T ) }$ to predict the mean $\\mu _ { d _ { k } } \\in \\mathbb { R }$ dec and the variance $\\sigma _ { d _ { k } } ^ { 2 } \\in \\mathbb { R }$ decof the Gaussian $d _ { k }$ . In summary, ", + "bbox": [ + 171, + 578, + 826, + 683 + ], + "page_idx": 3 + }, + { + "type": "equation", + "img_path": "images/e7ec360161c0d1f4679e4d5d60fd4312149118e0ca7b0c158ca322b33120af1f.jpg", + "text": "$$\n\\begin{array} { r l } & { v _ { i , \\mathrm { d e c } } ^ { ( 0 ) } = F _ { \\mathrm { d e c } , v } ( v _ { i } ^ { \\prime } ) , \\quad e _ { k , \\mathrm { d e c } } ^ { ( 0 ) } = F _ { \\mathrm { d e c } , e } ( e _ { i } ) , } \\\\ & { \\mathcal { G } _ { \\mathrm { d e c } } ^ { ( 1 ) } = \\mathbf { M } \\mathbf { P } _ { \\mathrm { d e c } } ^ { ( 0 ) } ( \\mathcal { G } _ { \\mathrm { d e c } } ^ { ( 0 ) } ) , \\quad \\mathcal { G } _ { \\mathrm { d e c } } ^ { ( t + 1 ) } = \\mathbf { M } \\mathbf { P } _ { \\mathrm { d e c } } ^ { ( t ) } ( \\mathcal { G } _ { \\mathrm { d e c } } ^ { ( t ) } ) , \\quad \\mathcal { G } _ { \\mathrm { d e c } } ^ { ( T ) } = \\mathbf { M } \\mathbf { P } _ { \\mathrm { d e c } } ^ { ( T - 1 ) } ( \\mathcal { G } _ { \\mathrm { d e c } } ^ { ( T - 1 ) } ) , } \\\\ & { \\qquad \\mu _ { d _ { k } } , \\sigma _ { d _ { k } } ^ { 2 } = R _ { \\mathrm { d e c } } ( e _ { k , \\mathrm { d e c } } ^ { ( T ) } ) . } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 245, + 694, + 751, + 765 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "The sets of parameters in the encoder and decoder, $\\phi$ and $\\theta$ (i.e., parameters in $F _ { \\mathrm { e n c } , v } , \\ F _ { \\mathrm { e n c } , e }$ , $\\{ \\mathbf { M P } _ { \\mathrm { e n c } } ^ { ( t ) } \\} _ { t = 1 } ^ { T }$ , $R _ { \\mathrm { e n c } }$ , $F _ { \\mathrm { d e c } , v }$ , $F _ { \\mathrm { d e c } , e }$ , $\\{ \\mathbf { M P } _ { \\mathrm { d e c } } ^ { ( t ) } \\} _ { t = 1 } ^ { T } , R _ { \\mathrm { d e c } } )$ , respectively, are optimized by maximizing the evidence lower bound (ELBO): ", + "bbox": [ + 173, + 775, + 826, + 823 + ], + "page_idx": 3 + }, + { + "type": "equation", + "img_path": "images/bb3995a22c9be21758e58b6bc58241eb8f72ff8949d461d17b313ade99a43b37.jpg", + "text": "$$\nL = \\mathbb { E } _ { \\mathbf { z } \\sim q _ { \\phi } ( \\mathbf { z } | \\mathbf { d } , \\mathcal { G } ) } [ \\log p _ { \\theta } ( \\mathbf { d } | \\mathbf { z } , \\mathcal { G } ) ] - D _ { \\mathrm { K L } } [ q _ { \\phi } ( \\mathbf { z } | \\mathbf { d } , \\mathcal { G } ) | | p _ { \\theta } ( \\mathbf { z } | \\mathcal { G } ) ] ,\n$$", + "text_format": "latex", + "bbox": [ + 290, + 835, + 705, + 854 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "where the prior $p _ { \\boldsymbol { \\theta } } ( \\mathbf { z } | \\mathcal { G } )$ consists of factorized Gaussians. The optimal values for the hyperparameters for the network dimensions, number of message passes, batch size, and learning rate of the Adam optimizer (Kingma & Ba, 2014) were tuned by maximizing the validation performance (ELBO) with a Bayesian optimizer and are reported in Appendix A.1.3. ", + "bbox": [ + 174, + 867, + 825, + 924 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "2.3 CONFORMATION GENERATION THROUGH EUCLIDEAN DISTANCE GEOMETRY", + "text_level": 1, + "bbox": [ + 174, + 103, + 746, + 118 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "To compute molecular properties, quantum-chemical methods need to be employed which require the input, i.e., the molecule, to be in Cartesian coordinates.3 Therefore, we use an EDG algorithm to translate the set of distances $\\{ d _ { k } \\} _ { k = 1 } ^ { N _ { e } }$ to a set of atomic coordinates $\\{ \\mathbf { r } _ { i } \\} _ { i = 1 } ^ { N _ { v } }$ . 4 ", + "bbox": [ + 174, + 128, + 823, + 174 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "EDG is the mathematical basis for a geometric theory of molecular conformation. In the field of machine learning, Weinberger & Saul (2006) used it for learning image manifolds, Tenenbaum et al. (2000) for image understanding and handwriting recognition, Jain & Saul (2004) for speech and music, and Demaine et al. (2009) for music and musical rhythms. An EDG description of a molecular system consists of a list of lower and upper bounds on the distances between pairs of atoms $\\{ ( d _ { k , \\operatorname* { m i n } } , d _ { k , \\operatorname* { m a x } } ) \\} _ { k = 1 } ^ { N _ { e } }$ . Here, $p _ { \\boldsymbol { \\theta } } ( \\mathbf { d } | \\mathbf { z } , \\mathcal { G } )$ is used to model these bounds, namely, we set the bounds to $\\{ ( \\mu _ { d _ { k } } - \\sigma _ { d _ { k } } , \\mu _ { d _ { k } } + \\sigma _ { d _ { k } } ) \\}$ , where $\\mu _ { d _ { k } }$ and $\\sigma _ { d _ { k } }$ are the mean and standard deviation for each distance $d _ { k }$ given by the CVAE. Then, an EDG algorithm determines a set of Cartesian coordinates $\\{ \\mathbf { r } _ { i } \\} _ { i = 1 } ^ { N _ { v } }$ so that these bounds are fulfilled (see Appendix A.2 for details).5 Together with the corresponding chemical elements $\\{ \\epsilon _ { i } \\} _ { i = 1 } ^ { N _ { v } }$ , we obtain a conformation $\\mathbf { x }$ . ", + "bbox": [ + 173, + 180, + 825, + 327 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "2.4 CALCULATION OF MOLECULAR PROPERTIES", + "text_level": 1, + "bbox": [ + 178, + 342, + 524, + 356 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "We can get an MC estimate of the expectation $\\mathbb { E } _ { \\mathcal { G } } [ \\mathcal { O } ]$ of a property $\\mathcal { O }$ (e.g., the dipole moment) for a molecule represented by $\\mathcal { G }$ by drawing conformational samples $\\mathbf { x } _ { i } \\sim p ( \\mathbf { x } | \\mathcal { G } )$ and computing $\\mathcal { O } ( \\mathbf { x } _ { i } ) \\in \\mathbb { R }$ with a quantum-chemical method (e.g., density functional theory). Since we cannot draw samples from $p ( \\mathbf { x } | \\mathcal { G } )$ directly, we employ an IS integration scheme (Bishop, 2009) with our CVAE as the proposal distribution. We assume that we can readily evaluate the unnormalized probability of a conformation $\\tilde { p } ( \\mathbf { x } | \\mathcal { G } ) = \\exp \\{ - E ( \\mathbf { x } ) / k _ { B } T \\}$ , where $\\mathbf { x }$ must be a conformation of the molecule and the energy $E ( \\mathbf { x } )$ is determined with a quantum-chemical method. Since the EDG algorithm is mapping the distribution $p _ { \\boldsymbol { \\theta } } ( \\mathbf { d } | \\mathbf { z } , \\mathcal { G } )$ to a point mass in $ { \\mathbb { R } } ^ { 3 N _ { v } }$ , the MC estimate for the resulting distribution $p _ { \\mathrm { p r o p } } ( \\mathbf { x } | \\mathcal { G } )$ is given by a mixture of delta functions, each of which is centered at the $\\mathbf { x } _ { i }$ resulting from mapping $p _ { \\boldsymbol { \\theta } } ( \\mathbf { d } | \\mathbf { z } _ { i } , \\mathcal { G } )$ to $\\mathbb { R } ^ { 3 N _ { v } }$ , where $\\mathbf { z } _ { i } \\sim p _ { \\theta } ( \\mathbf { z } | \\mathcal { G } )$ , that is, $\\begin{array} { r } { p _ { \\mathrm { p r o p } } ( \\mathbf { x } | \\mathcal { G } ) \\approx \\frac { 1 } { N } \\sum _ { i = 1 } ^ { N } \\delta ( \\mathbf { x } - \\mathbf { x } _ { i } ) } \\end{array}$ . The IS estimator for the expectation of $\\mathcal { O }$ w. r. t. $\\tilde { p } ( \\mathbf { x } | \\mathcal { G } )$ then reads ", + "bbox": [ + 173, + 367, + 825, + 525 + ], + "page_idx": 4 + }, + { + "type": "equation", + "img_path": "images/fafd8c965057b48a86acdf60b98e8b8b8279987871ddc24d58456b76197d09cb.jpg", + "text": "$$\n\\hat { \\mathbb { E } } _ { \\mathcal { G } } [ \\mathcal { O } ] \\overset { \\mathrm { M C } } { \\approx } \\frac { 1 } { N } \\sum _ { i = 1 } ^ { N } \\mathcal { O } ( \\mathbf { x } _ { i } ) \\overset { \\mathrm { I S } } { = } \\frac { 1 } { N } \\sum _ { i = 1 } ^ { N } \\mathcal { O } ( \\mathbf { x } _ { i } ^ { \\prime } ) \\frac { \\tilde { p } ( \\mathbf { x } _ { i } ^ { \\prime } | \\mathcal { G } ) } { p _ { \\mathrm { p r o p } } ( \\mathbf { x } _ { i } ^ { \\prime } | \\mathcal { G } ) } ,\n$$", + "text_format": "latex", + "bbox": [ + 320, + 529, + 676, + 573 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "where $\\mathbf { x } _ { i } \\sim \\tilde { p } ( \\mathbf { x } _ { i } | \\mathcal { G } )$ and $\\mathbf { x } _ { i } ^ { \\prime } \\sim p _ { \\mathrm { p r o p } } ( \\mathbf { x } _ { i } ^ { \\prime } | \\mathcal { G } )$ , so that the expectation of $\\mathcal { O }$ w. r. t. the normalized version of $\\tilde { p } ( { \\bf x } )$ is then ", + "bbox": [ + 174, + 577, + 823, + 604 + ], + "page_idx": 4 + }, + { + "type": "equation", + "img_path": "images/d1bfdb172990ccca20a4060ab8f7b2c464e206d95b17e86baa539c360b4a59c1.jpg", + "text": "$$\n\\mathbb { E } _ { \\mathcal { G } } [ \\mathcal { O } ] = \\frac { \\hat { \\mathbb { E } } _ { \\mathcal { G } } [ \\mathcal { O } ] } { \\hat { \\mathbb { E } } _ { \\mathcal { G } } [ 1 ] } \\approx \\frac { 1 } { Z } \\sum _ { i = 1 } ^ { N } \\mathcal { O } ( \\mathbf { x } _ { i } ) \\tilde { p } ( \\mathbf { x } _ { i } ^ { \\prime } | \\mathcal { G } ) ,\n$$", + "text_format": "latex", + "bbox": [ + 357, + 603, + 637, + 647 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "where have a $\\begin{array} { r } { Z \\approx \\sum _ { i = 1 } ^ { N } \\tilde { p } ( \\mathbf { x } _ { i } ^ { \\prime } ) } \\end{array}$ and ake s $N$ is the number of samples. When dividing two delta functions wee arbitrarily large finite value. ", + "bbox": [ + 174, + 648, + 825, + 680 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "3 RELATED WORKS ", + "text_level": 1, + "bbox": [ + 176, + 699, + 354, + 715 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "The standard approach for generating molecular conformations is to start with one, and make small changes to it over time, e.g., by using MCMC or MD. These methods are considered the gold standard for sampling equilibrium states, but they are computationally expensive, especially if the molecule is large and the Hamiltonian is based on quantum-mechanical principles (Shim & MacKerell, 2011; Ballard et al., 2015; De Vivo et al., 2016). ", + "bbox": [ + 173, + 729, + 825, + 800 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "A much faster but more approximate approach for conformation generation is EDG (Havel, 2002; Blaney & Dixon, 2007; Lagorce et al., 2009; Riniker & Landrum, 2015). Lower and upper distance bounds for pairs of atoms in a molecule are fixed values based on ideal bond lengths, bond angles, and torsional angles. These values are often extracted from crystal structure databases (Allen, 2002). These methods aim to generate a low-energy conformation, not to generate unbiased samples from the underlying distribution at a certain temperature. ", + "bbox": [ + 173, + 808, + 821, + 835 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "", + "bbox": [ + 174, + 103, + 823, + 159 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "There exist several machine learning approaches as well, however, they are mostly tailored towards studying protein dynamics. For example, Noe et al. (2019) trained Boltzmann generators on the ´ energy function of proteins to provide unbiased, one-shot samples from their equilibrium states. This is achieved by training an invertible neural network to learn a coordinate transformation from a system’s configurations to a latent space representation. Further, Lemke & Peter (2019) proposed a dimensionality reduction algorithm that is based on a neural network autoencoder in combination with a nonlinear distance metric to generate samples for protein structures. Both models learn protein-specific coordinate transformations that cannot be transferred to other molecules. ", + "bbox": [ + 174, + 166, + 825, + 277 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "AlQuraishi (2019) introduced an end-to-end differentiable recurrent geometric network for protein structure learning based on amino acid sequences. Also, Ingraham et al. (2019) proposed a neural energy simulator model for protein structure that makes use of protein sequence information. In contrast to amino acid sequences, molecular graphs are, in general, not linear but highly branched and often contain cycles. This makes them unsuitable for recurrent networks. ", + "bbox": [ + 174, + 285, + 825, + 354 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Finally, Mansimov et al. (2019) presented a conditional deep generative graph neural network to generate molecular conformations given a molecular graph. Their goal is to predict the most likely conformation and not a distribution over conformations. Instead of encoding molecular environments in atomic distances, they work directly in Cartesian coordinates. As a result, the generated conformations showed significant structural differences compared to the ground-truth and required refinement through a force field, which is often employed in MD simulations. ", + "bbox": [ + 174, + 361, + 825, + 445 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "We argue that our model has several advantages over the approaches reviewed above: ", + "bbox": [ + 174, + 452, + 730, + 467 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "• It is a fast alternative to resource-intensive approaches based on MCMC or MD. \n• Our principled representation based on pair-wise distances does not restrict our approach to any particular molecular structure. \n• Since our model employs message-passing neural networks, it is transferable – it can extrapolate from only a few graphs to unseen ones. ", + "bbox": [ + 214, + 482, + 825, + 578 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "4 THE CONF17 BENCHMARK ", + "text_level": 1, + "bbox": [ + 176, + 607, + 431, + 623 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "The CONF17 benchmark is the first benchmark for molecular conformation sampling.6 It is based on the ISO17 dataset (Schutt et al., 2017a) which consists of conformations of various molecules ¨ with the atomic composition $\\mathrm { C _ { 7 } H _ { 1 0 } O _ { 2 } }$ drawn from the QM9 dataset (Ramakrishnan et al., 2014). These conformations were generated by ab initio molecular dynamics simulations at 500 Kelvin which generates trajectories of a single molecule covering a large variety of conformations. The CONF17 benchmark consists of 127 distinct molecular graphs each with 3380 conformations on average. We split this dataset into multiple training and test splits, each consisting of 107 and 20 graphs, respectively (see Appendix A.1 for more details).7 ", + "bbox": [ + 174, + 643, + 825, + 755 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "In Fig. 4, (A), the structural formulae of a random selection of molecules from this benchmark are shown. Most molecules feature highly-strained, complex 3D structures such as rings which are typical of drug-like molecules. It is thus the structural complexity of the molecules, not their number of degrees of freedom, that makes this benchmark challenging. In Fig. 4, (B), the frequency of distances (in $\\mathring \\mathrm { A }$ ) in the conformations are shown for each edge type. It can be seen that the marginal distributions of the edge distances are multimodal and highly context dependent. ", + "bbox": [ + 174, + 762, + 825, + 845 + ], + "page_idx": 5 + }, + { + "type": "image", + "img_path": "images/46a3aa64e022fdd01a26120b31e2968b1635e75bf7b4ed5e1fb0963f320d2e6f.jpg", + "image_caption": [ + "Figure 4: Overview of the CONF17 benchmark. (A) Structural formulae of a random selection of molecules. (B) Distribution of distances (in $\\mathrm { \\AA }$ ) grouped by edge (from left to right: $E _ { \\mathrm { b o n d } }$ , $E _ { \\mathrm { a n g l e } }$ , and $E _ { \\mathrm { d i h e d r a l } } ,$ ) and vertex type (chemical element). " + ], + "image_footnote": [], + "bbox": [ + 205, + 98, + 784, + 377 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "5 EXPERIMENTS ", + "text_level": 1, + "bbox": [ + 176, + 465, + 326, + 482 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "We assess the performance of our method, named Graph Distance Geometry (GRAPHDG), by comparing it with two state-of-the-art methods for molecular conformation generation: RDKIT (Riniker & Landrum, 2015), a classical EDG approach, and DL4CHEM (Mansimov et al., 2019), a machine learning approach. We trained GRAPHDG and DL4CHEM on three different training and test splits of the CONF17 benchmark using Adam (Kingma & Ba, 2014). We generated 3000 conformations with each method for molecular graphs in a test set. ", + "bbox": [ + 174, + 501, + 825, + 585 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "5.1 DISTRIBUTIONS OVER DISTANCES ", + "text_level": 1, + "bbox": [ + 176, + 609, + 454, + 625 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "We assessed the accuracy of the distance distributions of RDKIT, DL4CHEM, and GRAPHDG by calculating the maximum mean discrepancy (MMD) (Gretton et al., 2012) to the ground-truth distribution. We compute the MMD using a Gaussian kernel, where we set the standard deviation to be the median distance between distances $\\mathbf { d }$ in the aggregate sample. For this, we determined the distances in the conformations from the ground-truth and those generated by RDKIT and DL4CHEM. For each train-test split and each $\\mathcal { G }$ in a test set, we compute the MMD of the joint distribution of distances between C and $\\mathrm { o }$ atoms (H atoms are usually ignored), the MMDs of pair-wise distances $p ( d _ { i } , d _ { j } | \\mathcal { G } )$ , and the MMDs between the marginals of individual distances $p ( d _ { i } | \\mathcal { G } )$ . We aggregate the results of three train-test splits, and, finally, compute the median MMDs and average rankings. The results are summarized in Table 1. It can be seen that the samples from GRAPHDG are significantly closer to the ground-truth distribution than the other methods. RDKIT is slightly worse than GRAPHDG while DL4CHEM seems to struggle with the complexity of the molecules and the small number of graphs in the training set. ", + "bbox": [ + 173, + 638, + 825, + 819 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "In Fig. 5, we showcase the accuracy of our model by plotting the marginal distributions $p ( d _ { i } | \\mathcal { G } )$ for distances between C and O atoms given a molecular graph from a test set. It can be seen that RDKIT consistently underestimates the marginal variances. This is because this method aims to predict the most stable conformation, i.e., the distribution’s mode. In contrast, DL4CHEM often fails to predict the correct mean. For this molecule, GRAPHDG is the most accurate, predicting the right mean and variance in most cases. Additional figures can be found in the Appendix A.4, where we also show plots for the marginal distributions $p ( d _ { i } , d _ { j } | \\mathcal { G } )$ . ", + "bbox": [ + 174, + 827, + 825, + 924 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "Table 1: Assessment of the accuracy of the distributions over conformations generated by three models compared to the ground-truth. We compare the distributions with respect to the marginals $p ( d _ { k } | \\mathcal { G } )$ , $p ( d _ { k } , d _ { l } | \\mathcal { G } )$ , and the distribution over all edges between C and $\\mathrm { o }$ atoms $p ( \\{ d _ { k } \\} | \\mathcal { G } )$ . Two different metrics are used: median MMD between ground-truth conformations and generated ones, and mean ranking (1 to 3) based on the MMD. Reported are the results for molecular graphs in a test set from three train-test splits. Standard errors are given in brackets. ", + "bbox": [ + 173, + 101, + 825, + 185 + ], + "page_idx": 7 + }, + { + "type": "table", + "img_path": "images/e83dbdf3c3547b9f3252fec33f50c007fb77c3c8439737f6fe4f14904c384495.jpg", + "table_caption": [], + "table_footnote": [], + "table_body": "
Median MMDMean Ranking
RDKITDL4CHEMGRAPHDGRDKITDL4CHEMGRAPHDG
p(dk|9)0.55 (0.01)1.11 (0.01)0.38 (0.02)1.71 (0.03)2.74 (0.02)1.51 (0.03)
p(dk,di/9)0.53 (0.01)1.09 ( (0.01)0.34 (0.01)1.66 (0.02)2.92 (0.01)1.43 ( (0.02)
p({d}9)0.60 (0.01)1.07 (0.03)0.44 (0.05)1.58 (0.05)2.90 (0.05)1.45 (0.02)
", + "bbox": [ + 174, + 195, + 820, + 272 + ], + "page_idx": 7 + }, + { + "type": "image", + "img_path": "images/73cb33f1644a53a40561269d68794ff6ada9b90a2cebb3bc0277b7aadea252d5.jpg", + "image_caption": [ + "Figure 5: Marginal distributions $p ( d _ { k } | \\mathcal { G } )$ of ground-truth and predicted bond distances (in $\\textrm { \\AA }$ ) between C and O atoms given a molecular graph from the test set. The atoms connected by each edge $d _ { k }$ are indicated in each subplot $\\left( \\boldsymbol { s } _ { k } \\mathrm { - } \\boldsymbol { r } _ { k } \\right)$ . In the 3D structure of the molecule, carbon and oxygen atoms are colored gray and red, respectively. $_ \\mathrm { H }$ atoms are omitted for clarity. " + ], + "image_footnote": [], + "bbox": [ + 223, + 289, + 777, + 505 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "5.2 GENERATION OF CONFORMATIONS ", + "text_level": 1, + "bbox": [ + 178, + 603, + 457, + 617 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "We passed the distances from our generative model to an EDG algorithm to obtain conformations. For $9 9 . 9 \\%$ of the sets of distances, all triangle inequalities held. For $94 \\%$ of the molecular graphs, the algorithm succeeded which is 8 pp higher than the success rate we observed for RDKIT. For each molecular graph in a test set, we generated 50 conformations with each method. This took DL4CHEM, RDKIT, and GRAPHDG on average around hundreds of milliseconds per molecule.8 In contrast, a single conformation in the ISO17 dataset takes around a minute to compute. In Fig. 6, an overlay of these conformations of six molecules generated by the different methods is shown. It can be seen that RDKIT’s conformations show too little variance, while DL4CHEM’s structures are mostly invalid, which is due in part to its failure to predict the correct interatomic angles. Our method slightly overestimates the structural variance (see, for example, Fig. 6, top row, second column), but produces conformations that are the closest to the ground-truth. ", + "bbox": [ + 173, + 630, + 825, + 782 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "5.3 CALCULATION OF MOLECULAR PROPERTIES", + "text_level": 1, + "bbox": [ + 174, + 801, + 524, + 815 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "We estimate expected molecular properties for molecular graphs from the test set with $N = 5 0$ conformational samples each. Due to their poor quality, we could not compute properties $\\mathcal { O } ( \\mathbf { x } )$ , including the energy $E ( \\mathbf { x } )$ , for conformations generated with DL4CHEM, and thus, this method is excluded from this analysis. In Table 2, it can be seen that RDKIT and GRAPHDG perform ", + "bbox": [ + 174, + 828, + 825, + 883 + ], + "page_idx": 7 + }, + { + "type": "image", + "img_path": "images/6dbc1684f2efce71c7be4d5e7e63e8e2e0f0a2968f6b845c474caa529794805c.jpg", + "image_caption": [ + "Figure 6: Overlay of 50 conformations from the ground-truth and three models based on six random molecular graphs from the test set. C, O, and H atoms are colored gray, red, and white, respectively. " + ], + "image_footnote": [], + "bbox": [ + 179, + 102, + 823, + 297 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Table 2: Median difference in average properties between ground-truth and RDKIT and GRAPHDG: total electronic energy $E _ { \\mathrm { e l e c } }$ (in kJ/mol), the energy of the HOMO and the LUMO \u000fLUMO and \u000fLUMO, respectively (in eV), and the dipole moment $\\mu$ (in debye). Reported are the results for molecular graphs from the test set, averaged over three train-test splits. Standard errors are given in brackets. ", + "bbox": [ + 173, + 353, + 825, + 410 + ], + "page_idx": 8 + }, + { + "type": "table", + "img_path": "images/28fdddd3902b37a3a8fedd86b4e37bef3145c3d79b8a57f2f80e6e8539ef3e2e.jpg", + "table_caption": [], + "table_footnote": [], + "table_body": "
RDKITGRAPHDG
Eelec42.7 (4.3)58.0 (21.0)
€HOMO0.08 (0.04)0.10 (0.05)
ELUMO0.15 (0.03)0.09 (0.05)
0.29 (0.05)0.33 (0.09)
", + "bbox": [ + 370, + 420, + 625, + 501 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "similarly well (see Appendix A.2 for computational details). However, both methods are still highly inaccurate for $E _ { \\mathrm { e l e c } }$ (in practice, an accuracy of less than $5 \\ \\mathrm { k J / m o l }$ is required). Close inspection of the conformations shows that, even though GRAPHDG predicts the most accurate distances overall, the variances of certain strongly constrained distances (e.g., triple bonds) are overestimated so that the energies of the conformations increase drastically. ", + "bbox": [ + 174, + 529, + 825, + 599 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "6 LIMITATIONS ", + "text_level": 1, + "bbox": [ + 174, + 622, + 316, + 638 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "The first limitation of this work is that the CVAE can sample (with low probability) invalid sets of distances for which there exists no 3D structure. Second, the CONF17 benchmark covers only a small portion of chemical space. Finally, a large set of auxiliary edges would be required to capture long-range correlations (e.g., in proteins). Future work will address these points. ", + "bbox": [ + 174, + 656, + 825, + 713 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "7 CONCLUSIONS ", + "text_level": 1, + "bbox": [ + 176, + 737, + 328, + 752 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "We presented GRAPHDG, a transferable, generative model that allows sampling from a distribution over molecular conformations. We developed a principled learning representation of conformations that is based on distances between atoms. Then, we proposed a challenging benchmark for comparing molecular conformation generators. With this benchmark, we show experimentally that conformations generated by GRAPHDG are closer to the ground-truth than those generated by other methods. Finally, we employ our model as a proposal distribution in an IS integration scheme to estimate molecular properties. While orbital energies and the dipole moments were predicted well, a larger and more diverse dataset will be necessary for meaningful estimates of electronic energies. Further, methods have to be devised to estimate how many conformations need to be generated to ensure all important conformations have been sampled. Finally, our model could be trained on conformational distributions at different temperatures in a transfer learning-type setting. ", + "bbox": [ + 174, + 770, + 825, + 924 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "REFERENCES ", + "text_level": 1, + "bbox": [ + 174, + 103, + 287, + 117 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "F. H. Allen. The Cambridge Structural Database: A quarter of a million crystal structures and rising. Acta Crystallogr., Sect. B: Struct. Sci, 58(3):380–388, 2002. doi: 10.1107/S0108768102003890. ", + "bbox": [ + 174, + 126, + 821, + 154 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Mohammed AlQuraishi. End-to-End Differentiable Learning of Protein Structure. Cell Systems, 8 (4):292–301.e3, 2019. doi: 10.1016/j.cels.2019.03.006. ", + "bbox": [ + 173, + 161, + 821, + 190 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Andrew J. Ballard, Stefano Martiniani, Jacob D. Stevenson, Sandeep Somani, and David J. Wales. Exploiting the potential energy landscape to sample free energy. WIREs Comput. Mol. Sci., 5(3): 273–289, 2015. doi: 10.1002/wcms.1217. ", + "bbox": [ + 173, + 198, + 820, + 241 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Christopher M. Bishop. Pattern Recognition and Machine Learning. Information Science and Statistics. Springer, New York, 8 edition, 2009. ISBN 978-0-387-31073-2. ", + "bbox": [ + 173, + 248, + 823, + 277 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Jeffrey M. Blaney and J. Scott Dixon. Distance Geometry in Molecular Modeling. In Reviews in Computational Chemistry, pp. 299–335. John Wiley & Sons, Ltd, 2007. ISBN 978-0-470-12582- 3. doi: 10.1002/9780470125823.ch6. ", + "bbox": [ + 174, + 285, + 823, + 328 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "John Bradshaw, Matt J. Kusner, Brooks Paige, Marwin H. S. Segler, and Jose Miguel Hern ´ andez- ´ Lobato. A generative model for electron paths. In International Conference on Learning Representations, 2019a. ", + "bbox": [ + 173, + 335, + 823, + 378 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "John Bradshaw, Brooks Paige, Matt J. Kusner, Marwin H. S. Segler, and Jose Miguel Hern ´ andez- ´ Lobato. A Model to Search for Synthesizable Molecules. arXiv:1906.05221, 2019b. ", + "bbox": [ + 173, + 386, + 823, + 415 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Hanjun Dai, Yingtao Tian, Bo Dai, Steven Skiena, and Le Song. Syntax-directed variational autoencoder for structured data. In International Conference on Learning Representations, 2018. ", + "bbox": [ + 173, + 422, + 823, + 452 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Marco De Vivo, Matteo Masetti, Giovanni Bottegoni, and Andrea Cavalli. Role of Molecular Dynamics and Related Methods in Drug Discovery. J. Med. Chem., 59(9):4035–4061, 2016. doi: 10.1021/acs.jmedchem.5b01684. ", + "bbox": [ + 173, + 458, + 823, + 502 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Erik D. Demaine, Francisco Gomez-Martin, Henk Meijer, David Rappaport, Perouz Taslakian, Godfried T. Toussaint, Terry Winograd, and David R. Wood. The distance geometry of music. Computational Geometry, 42(5):429–454, 2009. doi: 10.1016/j.comgeo.2008.04.005. ", + "bbox": [ + 173, + 510, + 821, + 553 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "David K Duvenaud, Dougal Maclaurin, Jorge Iparraguirre, Rafael Bombarell, Timothy Hirzel, Alan Aspuru-Guzik, and Ryan P Adams. Convolutional Networks on Graphs for Learning Molecular Fingerprints. In C. Cortes, N. D. Lawrence, D. D. Lee, M. Sugiyama, and R. Garnett (eds.), Advances in Neural Information Processing Systems 28, pp. 2224–2232. Curran Associates, Inc., 2015. ", + "bbox": [ + 173, + 560, + 825, + 630 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "R. Evans, J. Jumper, J. Kirkpatrick, L. Sifre, T. F. G. Green, C. Qin, A. Zidek, A. Nelson, A. Bridgland, H. Penedones, S. Petersen, K. Simonyan, S. Crossan, D. T. Jones, D. Silver, K. Kavukcuoglu, D. Hassabis, and A. W. Senior. De novo structure prediction with deep-learning based scoring. In Thirteenth Critical Assessment of Techniques for Protein Structure Prediction, 2018. ", + "bbox": [ + 176, + 638, + 825, + 708 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Justin Gilmer, Samuel S. Schoenholz, Patrick F. Riley, Oriol Vinyals, and George E. Dahl. Neural message passing for quantum chemistry. In Proceedings of the 34th International Conference on Machine Learning - Volume 70, ICML’17, pp. 1263–1272, 2017. ", + "bbox": [ + 173, + 715, + 823, + 760 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Rafael Gomez-Bombarelli, Jennifer N. Wei, David Duvenaud, Jos ´ e Miguel Hern ´ andez-Lobato, ´ Benjam´ın Sanchez-Lengeling, Dennis Sheberla, Jorge Aguilera-Iparraguirre, Timothy D. Hirzel, ´ Ryan P. Adams, and Alan Aspuru-Guzik. Automatic Chemical Design Using a Data-Driven ´ Continuous Representation of Molecules. ACS Cent. Sci., 4(2):268–276, 2018. doi: 10.1021/ acscentsci.7b00572. ", + "bbox": [ + 173, + 766, + 825, + 837 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Arthur Gretton, Karsten M. Borgwardt, Malte J. Rasch, Bernhard Scholkopf, and Alexander Smola. ¨ A Kernel Two-Sample Test. J. Mach. Learn. Res., 13:723–773, 2012. ", + "bbox": [ + 173, + 844, + 821, + 873 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Wolfgang Guba, Agnes Meyder, Matthias Rarey, and Jer´ ome Hert. Torsion Library Reloaded: ˆ A New Version of Expert-Derived SMARTS Rules for Assessing Conformations of Small Molecules. J. Chem. Inf. Model., 56(1):1–5, 2016. doi: 10.1021/acs.jcim.5b00522. ", + "bbox": [ + 176, + 881, + 825, + 924 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Timothy F. Havel. Distance Geometry: Theory, Algorithms, and Chemical Applications. In Encyclopedia of Computational Chemistry. American Cancer Society, 2002. ISBN 978-0-470-84501-1. doi: 10.1002/0470845015.cda018. ", + "bbox": [ + 174, + 103, + 823, + 146 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "John Ingraham, Adam Riesselman, Chris Sander, and Debora Marks. Learning Protein Structure with a Differentiable Simulator. In International Conference on Learning Representations, 2019. ", + "bbox": [ + 173, + 156, + 823, + 185 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "V. Jain and L. K. Saul. Exploratory analysis and visualization of speech and music by locally linear embedding. In 2004 IEEE International Conference on Acoustics, Speech, and Signal Processing, volume 3, pp. iii–984, 2004. doi: 10.1109/ICASSP.2004.1326712. ", + "bbox": [ + 176, + 195, + 825, + 238 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Jan Jensen. XYZ2Mol. https://github.com/jensengroup/xyz2mol, 2019. ", + "bbox": [ + 173, + 247, + 643, + 263 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Wengong Jin, Regina Barzilay, and Tommi Jaakkola. Junction tree variational autoencoder for molecular graph generation. In Jennifer Dy and Andreas Krause (eds.), Proceedings of the 35th International Conference on Machine Learning, volume 80 of Proceedings of Machine Learning Research, pp. 2323–2332, Stockholm, Sweden, 2018. PMLR. ", + "bbox": [ + 173, + 273, + 825, + 330 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Ilana Y. Kanal, John A. Keith, and Geoffrey R. Hutchison. A sobering assessment of small-molecule force field methods for low energy conformer predictions. Int. J. Quantum Chem., 118(5):e25512, 2018. doi: 10.1002/qua.25512. ", + "bbox": [ + 173, + 340, + 825, + 382 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Steven Kearnes, Kevin McCloskey, Marc Berndl, Vijay Pande, and Patrick Riley. Molecular graph convolutions: Moving beyond fingerprints. J. Comput.-Aided Mol. Des., 30(8):595–608, 2016. doi: 10.1007/s10822-016-9938-8. ", + "bbox": [ + 173, + 393, + 825, + 435 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Diederik P. Kingma and Jimmy Ba. Adam: A Method for Stochastic Optimization. arXiv:1412.6980, 2014. ", + "bbox": [ + 171, + 446, + 823, + 474 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Diederik P. Kingma and Max Welling. Auto-Encoding Variational Bayes. In International Conference on Learning Representations, 2014. ", + "bbox": [ + 174, + 486, + 823, + 513 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Thomas N. Kipf and Max Welling. Semi-Supervised Classification with Graph Convolutional Networks. International Conference on Learning Representations, 2017. ", + "bbox": [ + 173, + 523, + 823, + 554 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Matt J. Kusner, Brooks Paige, and Jose Miguel Hern ´ andez-Lobato. Grammar Variational Autoen- ´ coder. In Doina Precup and Yee Whye Teh (eds.), Proceedings of the 34th International Conference on Machine Learning, volume 70 of Proceedings of Machine Learning Research, pp. 1945–1954, International Convention Centre, Sydney, Australia, 2017. PMLR. ", + "bbox": [ + 174, + 564, + 823, + 619 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "David Lagorce, Tania Pencheva, Bruno O. Villoutreix, and Maria A. Miteva. DG-AMMOS: A New tool to generate 3D conformation of small molecules using Distance Geometry and Automated Molecular Mechanics Optimization for in silico Screening. BMC Chem. Biol., 9:6, 2009. doi: 10.1186/1472-6769-9-6. ", + "bbox": [ + 174, + 631, + 825, + 686 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Tobias Lemke and Christine Peter. EncoderMap: Dimensionality Reduction and Generation of Molecule Conformations. J. Chem. Theory Comput., 2019. doi: 10.1021/acs.jctc.8b00975. ", + "bbox": [ + 173, + 696, + 825, + 727 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Qi Liu, Miltiadis Allamanis, Marc Brockschmidt, and Alexander Gaunt. Constrained Graph Variational Autoencoders for Molecule Design. In S. Bengio, H. Wallach, H. Larochelle, K. Grauman, N. Cesa-Bianchi, and R. Garnett (eds.), Advances in Neural Information Processing Systems 31, pp. 7795–7804. Curran Associates, Inc., 2018. ", + "bbox": [ + 173, + 736, + 825, + 792 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Elman Mansimov, Omar Mahmood, Seokho Kang, and Kyunghyun Cho. Molecular geometry prediction using a deep generative graph neural network. arXiv:1904.00314 [physics, stat], 2019. ", + "bbox": [ + 171, + 803, + 823, + 832 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Frank Noe, Simon Olsson, Jonas K ´ ohler, and Hao Wu. Boltzmann generators: Sampling equilibrium ¨ states of many-body systems with deep learning. Science, 365(6457):eaaw1147, 2019. doi: 10.1126/science.aaw1147. ", + "bbox": [ + 174, + 842, + 823, + 883 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Artidoro Pagnoni, Kevin Liu, and Shangyan Li. Conditional Variational Autoencoder for Neural Machine Translation. arXiv:1812.04405, 2018. ", + "bbox": [ + 174, + 895, + 821, + 922 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "John P. Perdew, Matthias Ernzerhof, and Kieron Burke. Rationale for mixing exact exchange with density functional approximations. J. Chem. Phys., 105(22):9982–9985, 1996. doi: 10.1063/1. 472933. ", + "bbox": [ + 171, + 103, + 823, + 146 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Raghunathan Ramakrishnan, Pavlo O. Dral, Matthias Rupp, and O. Anatole von Lilienfeld. Quantum chemistry structures and properties of 134 kilo molecules. Sci. Data, 1:140022, 2014. doi: 10.1038/sdata.2014.22. ", + "bbox": [ + 173, + 159, + 825, + 202 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Sereina Riniker and Gregory A. Landrum. Better Informed Distance Geometry: Using What We Know To Improve Conformation Generation. J. Chem. Inf. Model., 55(12):2562–2574, 2015. doi: 10.1021/acs.jcim.5b00654. ", + "bbox": [ + 173, + 215, + 823, + 257 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Kristof Schutt, Pieter-Jan Kindermans, Huziel Enoc Sauceda Felix, Stefan Chmiela, Alexandre ¨ Tkatchenko, and Klaus-Robert Muller. SchNet: A continuous-filter convolutional neural net- ¨ work for modeling quantum interactions. In I. Guyon, U. V. Luxburg, S. Bengio, H. Wallach, R. Fergus, S. Vishwanathan, and R. Garnett (eds.), Advances in Neural Information Processing Systems 30, pp. 991–1001. Curran Associates, Inc., 2017a. ", + "bbox": [ + 173, + 271, + 825, + 342 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Kristof T. Schutt, Farhad Arbabzadah, Stefan Chmiela, Klaus R. M ¨ uller, and Alexandre Tkatchenko.¨ Quantum-chemical insights from deep tensor neural networks. Nat. Commun., 8:13890, 2017b. doi: 10.1038/ncomms13890. ", + "bbox": [ + 173, + 354, + 823, + 397 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Marwin H. S. Segler, Thierry Kogej, Christian Tyrchan, and Mark P. Waller. Generating Focused Molecule Libraries for Drug Discovery with Recurrent Neural Networks. ACS Cent. Sci., 4(1): 120–131, 2018. doi: 10.1021/acscentsci.7b00512. ", + "bbox": [ + 173, + 410, + 825, + 454 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Jihyun Shim and Alexander D. MacKerell, Jr. Computational ligand-based rational design: Role of conformational sampling and force fields in model development. Med. Chem. Commun., 2(5): 356–370, 2011. doi: 10.1039/C1MD00044F. ", + "bbox": [ + 173, + 467, + 823, + 510 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Qiming Sun, Timothy C. Berkelbach, Nick S. Blunt, George H. Booth, Sheng Guo, Zhendong Li, Junzi Liu, James D. McClain, Elvira R. Sayfutyarova, Sandeep Sharma, Sebastian Wouters, and Garnet Kin-Lic Chan. PySCF: The Python-based simulations of chemistry framework. WIREs Comput. Mol. Sci., 8(1), 2018. doi: 10.1002/wcms.1340. ", + "bbox": [ + 173, + 522, + 825, + 580 + ], + "page_idx": 11 + }, + { + "type": "text", + "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. doi: 10.1126/science.290.5500.2319. ", + "bbox": [ + 173, + 593, + 823, + 636 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Petar Velickovi ˇ c, Guillem Cucurull, Arantxa Casanova, Adriana Romero, Pietro Li ´ o, and Yoshua \\` Bengio. Graph Attention Networks. In International Conference on Learning Representations, 2018. ", + "bbox": [ + 173, + 648, + 826, + 691 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Florian Weigend. Accurate Coulomb-fitting basis sets for H to Rn. Phys. Chem. Chem. Phys., 8(9): 1057–1065, 2006. doi: 10.1039/B515623H. ", + "bbox": [ + 169, + 705, + 821, + 734 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Florian Weigend and Reinhart Ahlrichs. Balanced basis sets of split valence, triple zeta valence and quadruple zeta valence quality for H to Rn: Design and assessment of accuracy. Phys. Chem. Chem. Phys., 7(18):3297–3305, 2005. doi: 10.1039/B508541A. ", + "bbox": [ + 173, + 747, + 825, + 790 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Kilian Q. Weinberger and Lawrence K. Saul. Unsupervised Learning of Image Manifolds by Semidefinite Programming. Int. J. Comput. Vision, 70(1):77–90, 2006. doi: 10.1007/ s11263-005-4939-z. ", + "bbox": [ + 173, + 803, + 825, + 845 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Jiaxuan You, Bowen Liu, Zhitao Ying, Vijay Pande, and Jure Leskovec. Graph Convolutional Policy Network for Goal-Directed Molecular Graph Generation. In S. Bengio, H. Wallach, H. Larochelle, K. Grauman, N. Cesa-Bianchi, and R. Garnett (eds.), Advances in Neural Information Processing Systems 31, pp. 6410–6421. Curran Associates, Inc., 2018. ", + "bbox": [ + 173, + 859, + 825, + 916 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "A APPENDIX ", + "text_level": 1, + "bbox": [ + 176, + 102, + 297, + 117 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "A.1 CONF17 BENCHMARK ", + "text_level": 1, + "bbox": [ + 176, + 133, + 372, + 148 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "A.1.1 DATA GENERATION ", + "text_level": 1, + "bbox": [ + 176, + 161, + 367, + 175 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "The ISO17 dataset (Schutt et al., 2017a) was processed in the following way. First, conformations ¨ in which the molecular connectivity was modified (i.e., bonds were broken or new ones are formed) were discarded. For this, the tool XYZ2MOL (Jensen, 2019) was employed. Second, the molecular graphs were augmented by adding auxiliary edges for reasons described in Section 2.1. Auxiliary edges between all second neighbors were added. This can lead to a slight over-specification of the system’s geometry, however, this did not pose a problem in our experiments. In addition, auxiliary edges between third neighbors were added to fix dihedral angles. Since there are potentially many ways of specifying a dihedral angle in a molecular system, we resorted to the works of Riniker & Landrum (2015) and Guba et al. (2016) to decide where to place edges between third neighbors. ", + "bbox": [ + 174, + 185, + 825, + 311 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "A.1.2 INPUT FEATURES ", + "text_level": 1, + "bbox": [ + 176, + 329, + 352, + 343 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "Below we list the node and edges features in the CONF17 benchmark. ", + "bbox": [ + 174, + 353, + 632, + 368 + ], + "page_idx": 12 + }, + { + "type": "table", + "img_path": "images/6cc45a2dc156f39e2d8557d3cd25a25765682fea3ba914e5518419e42a8c79e1.jpg", + "table_caption": [ + "Table 3: Node features. " + ], + "table_footnote": [], + "table_body": "
FeatureData TypeDimension
atomic numberinteger1
chiral tagone-hot (R, S,and N/A)3
", + "bbox": [ + 300, + 414, + 692, + 467 + ], + "page_idx": 12 + }, + { + "type": "table", + "img_path": "images/fb0acd7c9379ea76c3ccaec9d8ecacbf5f6bdd2b6892ea6826fb0e5c5149c7eb.jpg", + "table_caption": [ + "Table 4: Edge features. " + ], + "table_footnote": [], + "table_body": "
FeatureData TypeDimension
kindone-hot (indicating whether e is in Ebond,Eangle,or Edihedral)3
stereo chemistryone-hot (E,Z,Any,None, and N/A)5
typeinteger (single, double, triple or N/A)1
is aromaticbinary1
is conjugatedbinary1
is in ring of sizeone-hot (3,4,...,9) and N/A8
", + "bbox": [ + 189, + 536, + 810, + 646 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "A.1.3 MODEL ARCHITECTURE ", + "text_level": 1, + "bbox": [ + 176, + 676, + 401, + 691 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "The full model is available online https://figshare.com/s/1b42bf865bd78c457354. In following, the hyperparameters of our model are specified: ", + "bbox": [ + 173, + 702, + 821, + 729 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "Activations throughout this paper: ReLU; $L _ { v }$ , $L _ { e }$ : 10; $F _ { \\mathrm { e n c } , v }$ : neural network with depth 2, width 20; $F _ { \\mathrm { e n c } , e }$ : neural network with depth 3, width 60; $F _ { \\mathrm { d e c } , v }$ , $F _ { \\mathrm { d e c } , e }$ : neural networks with depth 2, width 70; {MP(t) }T , {MP(t) }T dec t=1: MPNN width depth 1 and three multi-head attention heads, T = 3, for node and edge updates neural networks with depth 2, and width 70 were used. $R _ { \\mathrm { e n c } }$ , $R _ { \\mathrm { d e c } }$ : neural networks with depth 2, width 70. Batch size: 16 (conformations); ", + "bbox": [ + 174, + 736, + 825, + 810 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "A.2 COMPUTATIONAL DETAILS ", + "text_level": 1, + "bbox": [ + 176, + 829, + 405, + 844 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "A.2.1 QUANTUM-CHEMICAL CALCULATIONS ", + "text_level": 1, + "bbox": [ + 174, + 856, + 503, + 871 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "All quantum-chemical calculations were carried out with the PySCF program package (version 1.5) (Sun et al., 2018) employing the exchange-correlation density functional PBE (Perdew et al., 1996), and the def2-SVP (Weigend & Ahlrichs, 2005; Weigend, 2006) basis set. ", + "bbox": [ + 176, + 882, + 823, + 924 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "Conformations generated by DL4CHEM did not succeed as some atoms were too close to each other. Self-consistent field algorithms in quantum-chemical software such as $\\operatorname { P y } \\operatorname { S C F }$ do not converge for such molecular structures. ", + "bbox": [ + 174, + 103, + 823, + 146 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "With quantum-chemical methods, we calculate several properties that concern the states of the electrons in the conformation. These are the total electronic energy $E _ { \\mathrm { e l e c } }$ , the energy of the electron in the highest occupied molecular orbital (HOMO in eV) \u000fHOMO, the energy of the lowest unoccupied molecular orbital (LUMO in eV) \u000fLUMO, and the norm of the dipole moment $\\mu$ (in debye). ", + "bbox": [ + 174, + 152, + 825, + 209 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "A.2.2 EUCLIDEAN DISTANCE GEOMETRY ", + "text_level": 1, + "bbox": [ + 176, + 250, + 475, + 265 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "We refer the reader to Havel (2002) for theory on EDG, algorithms, and chemical applications. In summary, the EDG procedure consists of the following three steps: ", + "bbox": [ + 174, + 284, + 823, + 313 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "1. Bound smoothing: extrapolating a complete set of lower and upper limits on all the distances from the sparse set of lower and upper bounds. \n2. Embedding: choosing a random distance matrix from within these limits, and computing coordinates that are a certain best-fit to the distances. \n3. Optimization: optimizing these coordinates versus an error function which measures the total violation of the distance (and chirality) constraints. ", + "bbox": [ + 207, + 335, + 826, + 476 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "We use the EDG implementation found in RDKIT (Riniker & Landrum, 2015) with default settings. ", + "bbox": [ + 176, + 498, + 821, + 513 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "A.3 GENERATION OF CONFORMATIONS ", + "bbox": [ + 174, + 556, + 460, + 570 + ], + "page_idx": 13 + }, + { + "type": "image", + "img_path": "images/27951cf926cc9a59c011227fdb3757047860bb4f10db180e980c1c7f56c2a9fb.jpg", + "image_caption": [ + "Figure 7: Overlay of 50 conformations from the ground-truth, RDKIT, DL4CHEM, and GRAPHDG based on two random molecular graphs from the test set. C, O, and H atoms are colored gray, red, and white, respectively. " + ], + "image_footnote": [], + "bbox": [ + 316, + 617, + 673, + 765 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "A.4 DISTRIBUTIONS OVER DISTANCES ", + "text_level": 1, + "bbox": [ + 176, + 872, + 455, + 887 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "Below, the marginal distributions of the distances for a variety of molecular graphs are shown. ", + "bbox": [ + 168, + 909, + 789, + 924 + ], + "page_idx": 13 + }, + { + "type": "image", + "img_path": "images/155b36793493760b7aa79975d8ddcff91c662022446556581190de48d5091e35.jpg", + "image_caption": [ + "Figure 8: Marginal distributions $p ( d _ { k } | \\mathcal { G } )$ of ground-truth and predicted distances (in A) between C ˚ and O atoms given a molecular graph from the test set. The atoms connected by each edge $d _ { k }$ are indicated in each subplot $\\left( \\boldsymbol { s } _ { k } \\mathrm { - } \\boldsymbol { r } _ { k } \\right)$ . In the 3D structure of the molecule, carbon and oxygen atoms are colored gray and red, respectively. $_ \\mathrm { H }$ atoms are omitted for clarity. " + ], + "image_footnote": [], + "bbox": [ + 178, + 102, + 816, + 450 + ], + "page_idx": 14 + }, + { + "type": "image", + "img_path": "images/e220b95757969ae8413448670537336f0a0200b2d7857d8c548541c7e3c21327.jpg", + "image_caption": [ + "Figure 9: Marginal distributions $p ( d _ { i } , d _ { j } | \\mathcal { G } )$ of ground-truth and predicted distances for a molecular graph from the test set (in $\\mathring \\mathrm { A }$ ). Here, $d _ { i }$ and $d _ { j }$ are restricted to edges representing bonds between C and O atoms. In the 3D structure of the molecule, carbon and oxygen atoms are colored gray and red, respectively. H atoms are omitted for clarity. " + ], + "image_footnote": [], + "bbox": [ + 187, + 229, + 818, + 710 + ], + "page_idx": 15 + }, + { + "type": "image", + "img_path": "images/990560565dbcd6a07e4996d7818003cb2c3bd83142a60411cb3f89d685007e5c.jpg", + "image_caption": [ + "Figure 10: See caption of Fig. 8 " + ], + "image_footnote": [], + "bbox": [ + 186, + 323, + 802, + 659 + ], + "page_idx": 16 + }, + { + "type": "image", + "img_path": "images/cf355a52b90102bd4be7140f2db8ba50e3779dbf93c62c9815ff4022643e40ce.jpg", + "image_caption": [ + "Figure 11: See caption of Fig. 9 " + ], + "image_footnote": [], + "bbox": [ + 197, + 252, + 805, + 732 + ], + "page_idx": 17 + }, + { + "type": "image", + "img_path": "images/b460530421a43a7fa1d828cbce0adb372e29c25c81e9fb137bd557fbbf59743a.jpg", + "image_caption": [ + "Figure 12: See caption of Fig. 8 " + ], + "image_footnote": [], + "bbox": [ + 178, + 321, + 818, + 669 + ], + "page_idx": 18 + }, + { + "type": "image", + "img_path": "images/3ab71d02171ec50c23dd6fda6644669702b4f5b23939b729a36135a2e37793fd.jpg", + "image_caption": [ + "Figure 13: See caption of Fig. 9 " + ], + "image_footnote": [], + "bbox": [ + 205, + 253, + 797, + 727 + ], + "page_idx": 19 + }, + { + "type": "image", + "img_path": "images/318714018966fa62ece638ab99060cdcf128629a839fab7764e5e8b5f7fa177e.jpg", + "image_caption": [ + "Figure 14: See caption of Fig. 8 " + ], + "image_footnote": [], + "bbox": [ + 178, + 321, + 818, + 669 + ], + "page_idx": 20 + }, + { + "type": "image", + "img_path": "images/046289cc08ff0e5a719e2e8d0afd1905fc1441824afab583ecca345ad569e0ab.jpg", + "image_caption": [ + "Figure 15: See caption of Fig. 9 " + ], + "image_footnote": [], + "bbox": [ + 205, + 252, + 800, + 733 + ], + "page_idx": 21 + } +] \ No newline at end of file diff --git a/parse/train/S1x1IkHtPr/S1x1IkHtPr_middle.json b/parse/train/S1x1IkHtPr/S1x1IkHtPr_middle.json new file mode 100644 index 0000000000000000000000000000000000000000..b0001a6babf185f02788804ac21c5614438723ac --- /dev/null +++ b/parse/train/S1x1IkHtPr/S1x1IkHtPr_middle.json @@ -0,0 +1,41154 @@ +{ + "pdf_info": [ + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 108, + 78, + 504, + 115 + ], + "lines": [ + { + "bbox": [ + 105, + 77, + 506, + 98 + ], + "spans": [ + { + "bbox": [ + 105, + 77, + 506, + 98 + ], + "score": 1.0, + "content": "A GENERATIVE MODEL FOR MOLECULAR DISTANCE", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 98, + 194, + 117 + ], + "spans": [ + { + "bbox": [ + 106, + 98, + 194, + 117 + ], + "score": 1.0, + "content": "GEOMETRY", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "text", + "bbox": [ + 112, + 136, + 244, + 157 + ], + "lines": [ + { + "bbox": [ + 113, + 136, + 201, + 147 + ], + "spans": [ + { + "bbox": [ + 113, + 136, + 201, + 147 + ], + "score": 1.0, + "content": "Anonymous authors", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 112, + 146, + 245, + 159 + ], + "spans": [ + { + "bbox": [ + 112, + 146, + 245, + 159 + ], + "score": 1.0, + "content": "Paper under double-blind review", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 2.5 + }, + { + "type": "title", + "bbox": [ + 278, + 187, + 333, + 199 + ], + "lines": [ + { + "bbox": [ + 276, + 186, + 335, + 200 + ], + "spans": [ + { + "bbox": [ + 276, + 186, + 335, + 200 + ], + "score": 1.0, + "content": "ABSTRACT", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 143, + 212, + 468, + 333 + ], + "lines": [ + { + "bbox": [ + 142, + 212, + 470, + 225 + ], + "spans": [ + { + "bbox": [ + 142, + 212, + 470, + 225 + ], + "score": 1.0, + "content": "Computing equilibrium states for many-body systems, such as molecules, is a", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 141, + 222, + 469, + 236 + ], + "spans": [ + { + "bbox": [ + 141, + 222, + 469, + 236 + ], + "score": 1.0, + "content": "long-standing challenge. In the absence of methods for generating statistically in-", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 141, + 233, + 469, + 247 + ], + "spans": [ + { + "bbox": [ + 141, + 233, + 469, + 247 + ], + "score": 1.0, + "content": "dependent samples, great computational effort is invested in simulating these sys-", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 141, + 245, + 469, + 257 + ], + "spans": [ + { + "bbox": [ + 141, + 245, + 469, + 257 + ], + "score": 1.0, + "content": "tems using, for example, Markov chain Monte Carlo. We present a probabilistic", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 141, + 255, + 469, + 268 + ], + "spans": [ + { + "bbox": [ + 141, + 255, + 469, + 268 + ], + "score": 1.0, + "content": "model that generates such samples for molecules from their graph representations.", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 142, + 267, + 470, + 279 + ], + "spans": [ + { + "bbox": [ + 142, + 267, + 470, + 279 + ], + "score": 1.0, + "content": "Our model learns a low-dimensional manifold that preserves the geometry of local", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 141, + 278, + 470, + 290 + ], + "spans": [ + { + "bbox": [ + 141, + 278, + 470, + 290 + ], + "score": 1.0, + "content": "atomic neighborhoods through a principled learning representation that is based", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 142, + 289, + 469, + 300 + ], + "spans": [ + { + "bbox": [ + 142, + 289, + 469, + 300 + ], + "score": 1.0, + "content": "on Euclidean distance geometry. In a new benchmark for molecular conformation", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 141, + 300, + 469, + 311 + ], + "spans": [ + { + "bbox": [ + 141, + 300, + 469, + 311 + ], + "score": 1.0, + "content": "generation, we show experimentally that our generative model achieves state-of-", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 142, + 311, + 469, + 322 + ], + "spans": [ + { + "bbox": [ + 142, + 311, + 469, + 322 + ], + "score": 1.0, + "content": "the-art accuracy. Finally, we show how to use our model as a proposal distribution", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 141, + 321, + 417, + 334 + ], + "spans": [ + { + "bbox": [ + 141, + 321, + 417, + 334 + ], + "score": 1.0, + "content": "in an importance sampling scheme to compute molecular properties.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 10 + }, + { + "type": "title", + "bbox": [ + 108, + 354, + 206, + 367 + ], + "lines": [ + { + "bbox": [ + 105, + 353, + 208, + 370 + ], + "spans": [ + { + "bbox": [ + 105, + 353, + 208, + 370 + ], + "score": 1.0, + "content": "1 INTRODUCTION", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16 + }, + { + "type": "text", + "bbox": [ + 106, + 380, + 505, + 545 + ], + "lines": [ + { + "bbox": [ + 106, + 379, + 505, + 392 + ], + "spans": [ + { + "bbox": [ + 106, + 379, + 505, + 392 + ], + "score": 1.0, + "content": "Over the last few years, many highly-effective deep learning methods generating small molecules", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 390, + 505, + 403 + ], + "spans": [ + { + "bbox": [ + 106, + 390, + 505, + 403 + ], + "score": 1.0, + "content": "with desired properties (e.g., novel drugs) have emerged (Gomez-Bombarelli et al., 2018; Segler ´", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 401, + 506, + 413 + ], + "spans": [ + { + "bbox": [ + 105, + 401, + 506, + 413 + ], + "score": 1.0, + "content": "et al., 2018; Dai et al., 2018; Jin et al., 2018; Bradshaw et al., 2019a; Liu et al., 2018; You et al.,", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 411, + 506, + 425 + ], + "spans": [ + { + "bbox": [ + 105, + 411, + 506, + 425 + ], + "score": 1.0, + "content": "2018; Bradshaw et al., 2019b). These methods operate using graph representations of molecules in", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 422, + 506, + 436 + ], + "spans": [ + { + "bbox": [ + 105, + 422, + 506, + 436 + ], + "score": 1.0, + "content": "which nodes and edges represent atoms and bonds, respectively. A representation that is closer to", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 434, + 506, + 447 + ], + "spans": [ + { + "bbox": [ + 106, + 434, + 506, + 447 + ], + "score": 1.0, + "content": "the physical system is one in which a molecule is described by its geometry or conformation. A", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 103, + 444, + 507, + 464 + ], + "spans": [ + { + "bbox": [ + 103, + 444, + 163, + 464 + ], + "score": 1.0, + "content": "conformation", + "type": "text" + }, + { + "bbox": [ + 163, + 448, + 171, + 457 + ], + "score": 0.46, + "content": "\\mathbf { x }", + "type": "inline_equation" + }, + { + "bbox": [ + 172, + 444, + 347, + 464 + ], + "score": 1.0, + "content": "of a molecule is defined by a set of atoms", + "type": "text" + }, + { + "bbox": [ + 347, + 445, + 399, + 459 + ], + "score": 0.93, + "content": "\\{ ( \\boldsymbol { \\epsilon } _ { i } , \\mathbf { r } _ { i } ) \\bar \\} _ { i = 1 } ^ { N _ { v } }", + "type": "inline_equation" + }, + { + "bbox": [ + 399, + 444, + 431, + 464 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 431, + 447, + 445, + 457 + ], + "score": 0.9, + "content": "N _ { v }", + "type": "inline_equation" + }, + { + "bbox": [ + 445, + 444, + 507, + 464 + ], + "score": 1.0, + "content": "is the number", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 457, + 506, + 470 + ], + "spans": [ + { + "bbox": [ + 105, + 457, + 212, + 470 + ], + "score": 1.0, + "content": "of atoms in the molecule,", + "type": "text" + }, + { + "bbox": [ + 212, + 457, + 286, + 469 + ], + "score": 0.93, + "content": "\\epsilon _ { i } \\in \\{ \\mathrm { H } , \\mathrm { C } , \\mathrm { O } , \\dots \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 286, + 457, + 434, + 470 + ], + "score": 1.0, + "content": "is the chemical element of the atom", + "type": "text" + }, + { + "bbox": [ + 434, + 459, + 439, + 468 + ], + "score": 0.57, + "content": "i", + "type": "inline_equation" + }, + { + "bbox": [ + 439, + 457, + 460, + 470 + ], + "score": 1.0, + "content": ", and", + "type": "text" + }, + { + "bbox": [ + 460, + 457, + 494, + 469 + ], + "score": 0.92, + "content": "\\mathbf { r } _ { i } \\in \\mathbb { R } ^ { 3 }", + "type": "inline_equation" + }, + { + "bbox": [ + 495, + 457, + 506, + 470 + ], + "score": 1.0, + "content": "is", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 468, + 506, + 480 + ], + "spans": [ + { + "bbox": [ + 105, + 468, + 506, + 480 + ], + "score": 1.0, + "content": "its position in Cartesian coordinates. Importantly, the relative positions of the atoms are restricted", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 479, + 506, + 492 + ], + "spans": [ + { + "bbox": [ + 106, + 479, + 506, + 492 + ], + "score": 1.0, + "content": "by the bonds in the molecule and the angles between them. Due to thermal fluctuations resulting in", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 491, + 504, + 502 + ], + "spans": [ + { + "bbox": [ + 106, + 491, + 504, + 502 + ], + "score": 1.0, + "content": "stretching of and rotations around bonds, there exist infinitely many conformations of a molecule.", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 502, + 504, + 513 + ], + "spans": [ + { + "bbox": [ + 106, + 502, + 504, + 513 + ], + "score": 1.0, + "content": "A molecule’s graph representation and a set of its conformations are shown in Fig. 1. Under a wide", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 512, + 505, + 525 + ], + "spans": [ + { + "bbox": [ + 105, + 513, + 253, + 525 + ], + "score": 1.0, + "content": "range of conditions, the probability", + "type": "text" + }, + { + "bbox": [ + 253, + 512, + 273, + 524 + ], + "score": 0.9, + "content": "p ( \\mathbf { x } )", + "type": "inline_equation" + }, + { + "bbox": [ + 273, + 513, + 350, + 525 + ], + "score": 1.0, + "content": "of a conformation", + "type": "text" + }, + { + "bbox": [ + 351, + 514, + 358, + 522 + ], + "score": 0.31, + "content": "\\mathbf { x }", + "type": "inline_equation" + }, + { + "bbox": [ + 358, + 513, + 505, + 525 + ], + "score": 1.0, + "content": ", is governed by the Boltzmann dis-", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 104, + 522, + 506, + 537 + ], + "spans": [ + { + "bbox": [ + 104, + 522, + 232, + 537 + ], + "score": 1.0, + "content": "tribution and is proportional to", + "type": "text" + }, + { + "bbox": [ + 232, + 523, + 312, + 535 + ], + "score": 0.91, + "content": "\\exp \\{ - E ( \\mathbf { x } ) / k _ { B } T \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 312, + 522, + 343, + 537 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 343, + 523, + 385, + 535 + ], + "score": 0.93, + "content": "E ( \\mathbf { x } ) \\in \\mathbb { R }", + "type": "inline_equation" + }, + { + "bbox": [ + 386, + 522, + 506, + 537 + ], + "score": 1.0, + "content": "is the conformation’s energy,", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 534, + 332, + 546 + ], + "spans": [ + { + "bbox": [ + 106, + 534, + 120, + 545 + ], + "score": 0.88, + "content": "k _ { B }", + "type": "inline_equation" + }, + { + "bbox": [ + 120, + 535, + 246, + 546 + ], + "score": 1.0, + "content": "is the Boltzmann constant, and", + "type": "text" + }, + { + "bbox": [ + 246, + 535, + 255, + 544 + ], + "score": 0.82, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 255, + 535, + 332, + 546 + ], + "score": 1.0, + "content": "is the temperature.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 24 + }, + { + "type": "text", + "bbox": [ + 107, + 551, + 505, + 683 + ], + "lines": [ + { + "bbox": [ + 105, + 550, + 506, + 565 + ], + "spans": [ + { + "bbox": [ + 105, + 550, + 392, + 565 + ], + "score": 1.0, + "content": "To compute a molecular property for a molecule, one must sample from", + "type": "text" + }, + { + "bbox": [ + 393, + 551, + 412, + 563 + ], + "score": 0.91, + "content": "p ( \\mathbf { x } )", + "type": "inline_equation" + }, + { + "bbox": [ + 413, + 550, + 506, + 565 + ], + "score": 1.0, + "content": ". The main approach is", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 562, + 506, + 576 + ], + "spans": [ + { + "bbox": [ + 105, + 562, + 506, + 576 + ], + "score": 1.0, + "content": "to start with one conformation and make small changes to it over time, e.g., by using Markov chain", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 573, + 505, + 586 + ], + "spans": [ + { + "bbox": [ + 105, + 573, + 505, + 586 + ], + "score": 1.0, + "content": "Monte Carlo (MCMC) or molecular dynamics (MD). These methods can be used to accurately", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 584, + 505, + 597 + ], + "spans": [ + { + "bbox": [ + 105, + 584, + 505, + 597 + ], + "score": 1.0, + "content": "sample equilibrium states of molecules, but they become computationally expensive for larger ones", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 594, + 505, + 608 + ], + "spans": [ + { + "bbox": [ + 105, + 594, + 505, + 608 + ], + "score": 1.0, + "content": "(Shim & MacKerell, 2011; Ballard et al., 2015; De Vivo et al., 2016). Other heuristic approaches ex-", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 104, + 604, + 505, + 619 + ], + "spans": [ + { + "bbox": [ + 104, + 604, + 505, + 619 + ], + "score": 1.0, + "content": "ist in which distances between atoms are set to fixed idealized values (Havel, 2002; Blaney & Dixon,", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 616, + 505, + 630 + ], + "spans": [ + { + "bbox": [ + 105, + 616, + 505, + 630 + ], + "score": 1.0, + "content": "2007). Several methods based on statistical learning have also recently been developed to tackle the", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 628, + 505, + 640 + ], + "spans": [ + { + "bbox": [ + 105, + 628, + 505, + 640 + ], + "score": 1.0, + "content": "issue of conformation generation. However, they are mainly geared towards studying proteins and", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 639, + 505, + 652 + ], + "spans": [ + { + "bbox": [ + 105, + 639, + 505, + 652 + ], + "score": 1.0, + "content": "their folding dynamics (AlQuraishi, 2019). Some of these models are not targeting a distribution", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 650, + 505, + 662 + ], + "spans": [ + { + "bbox": [ + 105, + 650, + 505, + 662 + ], + "score": 1.0, + "content": "over conformations but the most stable folded configuration (Evans et al., 2018; Ingraham et al.,", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 661, + 504, + 672 + ], + "spans": [ + { + "bbox": [ + 106, + 661, + 504, + 672 + ], + "score": 1.0, + "content": "2019), while others are not transferable between different molecules (Lemke & Peter, 2019; Noe´", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 672, + 159, + 684 + ], + "spans": [ + { + "bbox": [ + 105, + 672, + 159, + 684 + ], + "score": 1.0, + "content": "et al., 2019).", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 37.5 + }, + { + "type": "text", + "bbox": [ + 108, + 689, + 314, + 700 + ], + "lines": [ + { + "bbox": [ + 105, + 687, + 316, + 702 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 316, + 702 + ], + "score": 1.0, + "content": "This work includes the following key contributions:", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 44 + }, + { + "type": "text", + "bbox": [ + 132, + 709, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 133, + 709, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 133, + 709, + 506, + 722 + ], + "score": 1.0, + "content": "• We introduce a novel probabilistic model for learning conformational distributions of", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 142, + 720, + 299, + 733 + ], + "spans": [ + { + "bbox": [ + 142, + 720, + 299, + 733 + ], + "score": 1.0, + "content": "molecules with graph neural networks.", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 45.5 + } + ], + "page_idx": 0, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 107, + 26, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 107, + 26, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2020", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 303, + 752, + 308, + 760 + ], + "lines": [ + { + "bbox": [ + 302, + 751, + 309, + 762 + ], + "spans": [ + { + "bbox": [ + 302, + 751, + 309, + 762 + ], + "score": 1.0, + "content": "1", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "title", + "bbox": [ + 108, + 78, + 504, + 115 + ], + "lines": [ + { + "bbox": [ + 105, + 77, + 506, + 98 + ], + "spans": [ + { + "bbox": [ + 105, + 77, + 506, + 98 + ], + "score": 1.0, + "content": "A GENERATIVE MODEL FOR MOLECULAR DISTANCE", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 98, + 194, + 117 + ], + "spans": [ + { + "bbox": [ + 106, + 98, + 194, + 117 + ], + "score": 1.0, + "content": "GEOMETRY", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "text", + "bbox": [ + 112, + 136, + 244, + 157 + ], + "lines": [ + { + "bbox": [ + 113, + 136, + 201, + 147 + ], + "spans": [ + { + "bbox": [ + 113, + 136, + 201, + 147 + ], + "score": 1.0, + "content": "Anonymous authors", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 112, + 146, + 245, + 159 + ], + "spans": [ + { + "bbox": [ + 112, + 146, + 245, + 159 + ], + "score": 1.0, + "content": "Paper under double-blind review", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 2.5, + "bbox_fs": [ + 112, + 136, + 245, + 159 + ] + }, + { + "type": "title", + "bbox": [ + 278, + 187, + 333, + 199 + ], + "lines": [ + { + "bbox": [ + 276, + 186, + 335, + 200 + ], + "spans": [ + { + "bbox": [ + 276, + 186, + 335, + 200 + ], + "score": 1.0, + "content": "ABSTRACT", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 143, + 212, + 468, + 333 + ], + "lines": [ + { + "bbox": [ + 142, + 212, + 470, + 225 + ], + "spans": [ + { + "bbox": [ + 142, + 212, + 470, + 225 + ], + "score": 1.0, + "content": "Computing equilibrium states for many-body systems, such as molecules, is a", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 141, + 222, + 469, + 236 + ], + "spans": [ + { + "bbox": [ + 141, + 222, + 469, + 236 + ], + "score": 1.0, + "content": "long-standing challenge. In the absence of methods for generating statistically in-", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 141, + 233, + 469, + 247 + ], + "spans": [ + { + "bbox": [ + 141, + 233, + 469, + 247 + ], + "score": 1.0, + "content": "dependent samples, great computational effort is invested in simulating these sys-", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 141, + 245, + 469, + 257 + ], + "spans": [ + { + "bbox": [ + 141, + 245, + 469, + 257 + ], + "score": 1.0, + "content": "tems using, for example, Markov chain Monte Carlo. We present a probabilistic", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 141, + 255, + 469, + 268 + ], + "spans": [ + { + "bbox": [ + 141, + 255, + 469, + 268 + ], + "score": 1.0, + "content": "model that generates such samples for molecules from their graph representations.", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 142, + 267, + 470, + 279 + ], + "spans": [ + { + "bbox": [ + 142, + 267, + 470, + 279 + ], + "score": 1.0, + "content": "Our model learns a low-dimensional manifold that preserves the geometry of local", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 141, + 278, + 470, + 290 + ], + "spans": [ + { + "bbox": [ + 141, + 278, + 470, + 290 + ], + "score": 1.0, + "content": "atomic neighborhoods through a principled learning representation that is based", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 142, + 289, + 469, + 300 + ], + "spans": [ + { + "bbox": [ + 142, + 289, + 469, + 300 + ], + "score": 1.0, + "content": "on Euclidean distance geometry. In a new benchmark for molecular conformation", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 141, + 300, + 469, + 311 + ], + "spans": [ + { + "bbox": [ + 141, + 300, + 469, + 311 + ], + "score": 1.0, + "content": "generation, we show experimentally that our generative model achieves state-of-", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 142, + 311, + 469, + 322 + ], + "spans": [ + { + "bbox": [ + 142, + 311, + 469, + 322 + ], + "score": 1.0, + "content": "the-art accuracy. Finally, we show how to use our model as a proposal distribution", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 141, + 321, + 417, + 334 + ], + "spans": [ + { + "bbox": [ + 141, + 321, + 417, + 334 + ], + "score": 1.0, + "content": "in an importance sampling scheme to compute molecular properties.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 10, + "bbox_fs": [ + 141, + 212, + 470, + 334 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 354, + 206, + 367 + ], + "lines": [ + { + "bbox": [ + 105, + 353, + 208, + 370 + ], + "spans": [ + { + "bbox": [ + 105, + 353, + 208, + 370 + ], + "score": 1.0, + "content": "1 INTRODUCTION", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16 + }, + { + "type": "text", + "bbox": [ + 106, + 380, + 505, + 545 + ], + "lines": [ + { + "bbox": [ + 106, + 379, + 505, + 392 + ], + "spans": [ + { + "bbox": [ + 106, + 379, + 505, + 392 + ], + "score": 1.0, + "content": "Over the last few years, many highly-effective deep learning methods generating small molecules", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 390, + 505, + 403 + ], + "spans": [ + { + "bbox": [ + 106, + 390, + 505, + 403 + ], + "score": 1.0, + "content": "with desired properties (e.g., novel drugs) have emerged (Gomez-Bombarelli et al., 2018; Segler ´", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 401, + 506, + 413 + ], + "spans": [ + { + "bbox": [ + 105, + 401, + 506, + 413 + ], + "score": 1.0, + "content": "et al., 2018; Dai et al., 2018; Jin et al., 2018; Bradshaw et al., 2019a; Liu et al., 2018; You et al.,", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 411, + 506, + 425 + ], + "spans": [ + { + "bbox": [ + 105, + 411, + 506, + 425 + ], + "score": 1.0, + "content": "2018; Bradshaw et al., 2019b). These methods operate using graph representations of molecules in", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 422, + 506, + 436 + ], + "spans": [ + { + "bbox": [ + 105, + 422, + 506, + 436 + ], + "score": 1.0, + "content": "which nodes and edges represent atoms and bonds, respectively. A representation that is closer to", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 434, + 506, + 447 + ], + "spans": [ + { + "bbox": [ + 106, + 434, + 506, + 447 + ], + "score": 1.0, + "content": "the physical system is one in which a molecule is described by its geometry or conformation. A", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 103, + 444, + 507, + 464 + ], + "spans": [ + { + "bbox": [ + 103, + 444, + 163, + 464 + ], + "score": 1.0, + "content": "conformation", + "type": "text" + }, + { + "bbox": [ + 163, + 448, + 171, + 457 + ], + "score": 0.46, + "content": "\\mathbf { x }", + "type": "inline_equation" + }, + { + "bbox": [ + 172, + 444, + 347, + 464 + ], + "score": 1.0, + "content": "of a molecule is defined by a set of atoms", + "type": "text" + }, + { + "bbox": [ + 347, + 445, + 399, + 459 + ], + "score": 0.93, + "content": "\\{ ( \\boldsymbol { \\epsilon } _ { i } , \\mathbf { r } _ { i } ) \\bar \\} _ { i = 1 } ^ { N _ { v } }", + "type": "inline_equation" + }, + { + "bbox": [ + 399, + 444, + 431, + 464 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 431, + 447, + 445, + 457 + ], + "score": 0.9, + "content": "N _ { v }", + "type": "inline_equation" + }, + { + "bbox": [ + 445, + 444, + 507, + 464 + ], + "score": 1.0, + "content": "is the number", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 457, + 506, + 470 + ], + "spans": [ + { + "bbox": [ + 105, + 457, + 212, + 470 + ], + "score": 1.0, + "content": "of atoms in the molecule,", + "type": "text" + }, + { + "bbox": [ + 212, + 457, + 286, + 469 + ], + "score": 0.93, + "content": "\\epsilon _ { i } \\in \\{ \\mathrm { H } , \\mathrm { C } , \\mathrm { O } , \\dots \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 286, + 457, + 434, + 470 + ], + "score": 1.0, + "content": "is the chemical element of the atom", + "type": "text" + }, + { + "bbox": [ + 434, + 459, + 439, + 468 + ], + "score": 0.57, + "content": "i", + "type": "inline_equation" + }, + { + "bbox": [ + 439, + 457, + 460, + 470 + ], + "score": 1.0, + "content": ", and", + "type": "text" + }, + { + "bbox": [ + 460, + 457, + 494, + 469 + ], + "score": 0.92, + "content": "\\mathbf { r } _ { i } \\in \\mathbb { R } ^ { 3 }", + "type": "inline_equation" + }, + { + "bbox": [ + 495, + 457, + 506, + 470 + ], + "score": 1.0, + "content": "is", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 468, + 506, + 480 + ], + "spans": [ + { + "bbox": [ + 105, + 468, + 506, + 480 + ], + "score": 1.0, + "content": "its position in Cartesian coordinates. Importantly, the relative positions of the atoms are restricted", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 479, + 506, + 492 + ], + "spans": [ + { + "bbox": [ + 106, + 479, + 506, + 492 + ], + "score": 1.0, + "content": "by the bonds in the molecule and the angles between them. Due to thermal fluctuations resulting in", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 491, + 504, + 502 + ], + "spans": [ + { + "bbox": [ + 106, + 491, + 504, + 502 + ], + "score": 1.0, + "content": "stretching of and rotations around bonds, there exist infinitely many conformations of a molecule.", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 502, + 504, + 513 + ], + "spans": [ + { + "bbox": [ + 106, + 502, + 504, + 513 + ], + "score": 1.0, + "content": "A molecule’s graph representation and a set of its conformations are shown in Fig. 1. Under a wide", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 512, + 505, + 525 + ], + "spans": [ + { + "bbox": [ + 105, + 513, + 253, + 525 + ], + "score": 1.0, + "content": "range of conditions, the probability", + "type": "text" + }, + { + "bbox": [ + 253, + 512, + 273, + 524 + ], + "score": 0.9, + "content": "p ( \\mathbf { x } )", + "type": "inline_equation" + }, + { + "bbox": [ + 273, + 513, + 350, + 525 + ], + "score": 1.0, + "content": "of a conformation", + "type": "text" + }, + { + "bbox": [ + 351, + 514, + 358, + 522 + ], + "score": 0.31, + "content": "\\mathbf { x }", + "type": "inline_equation" + }, + { + "bbox": [ + 358, + 513, + 505, + 525 + ], + "score": 1.0, + "content": ", is governed by the Boltzmann dis-", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 104, + 522, + 506, + 537 + ], + "spans": [ + { + "bbox": [ + 104, + 522, + 232, + 537 + ], + "score": 1.0, + "content": "tribution and is proportional to", + "type": "text" + }, + { + "bbox": [ + 232, + 523, + 312, + 535 + ], + "score": 0.91, + "content": "\\exp \\{ - E ( \\mathbf { x } ) / k _ { B } T \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 312, + 522, + 343, + 537 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 343, + 523, + 385, + 535 + ], + "score": 0.93, + "content": "E ( \\mathbf { x } ) \\in \\mathbb { R }", + "type": "inline_equation" + }, + { + "bbox": [ + 386, + 522, + 506, + 537 + ], + "score": 1.0, + "content": "is the conformation’s energy,", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 534, + 332, + 546 + ], + "spans": [ + { + "bbox": [ + 106, + 534, + 120, + 545 + ], + "score": 0.88, + "content": "k _ { B }", + "type": "inline_equation" + }, + { + "bbox": [ + 120, + 535, + 246, + 546 + ], + "score": 1.0, + "content": "is the Boltzmann constant, and", + "type": "text" + }, + { + "bbox": [ + 246, + 535, + 255, + 544 + ], + "score": 0.82, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 255, + 535, + 332, + 546 + ], + "score": 1.0, + "content": "is the temperature.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 24, + "bbox_fs": [ + 103, + 379, + 507, + 546 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 551, + 505, + 683 + ], + "lines": [ + { + "bbox": [ + 105, + 550, + 506, + 565 + ], + "spans": [ + { + "bbox": [ + 105, + 550, + 392, + 565 + ], + "score": 1.0, + "content": "To compute a molecular property for a molecule, one must sample from", + "type": "text" + }, + { + "bbox": [ + 393, + 551, + 412, + 563 + ], + "score": 0.91, + "content": "p ( \\mathbf { x } )", + "type": "inline_equation" + }, + { + "bbox": [ + 413, + 550, + 506, + 565 + ], + "score": 1.0, + "content": ". The main approach is", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 562, + 506, + 576 + ], + "spans": [ + { + "bbox": [ + 105, + 562, + 506, + 576 + ], + "score": 1.0, + "content": "to start with one conformation and make small changes to it over time, e.g., by using Markov chain", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 573, + 505, + 586 + ], + "spans": [ + { + "bbox": [ + 105, + 573, + 505, + 586 + ], + "score": 1.0, + "content": "Monte Carlo (MCMC) or molecular dynamics (MD). These methods can be used to accurately", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 584, + 505, + 597 + ], + "spans": [ + { + "bbox": [ + 105, + 584, + 505, + 597 + ], + "score": 1.0, + "content": "sample equilibrium states of molecules, but they become computationally expensive for larger ones", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 594, + 505, + 608 + ], + "spans": [ + { + "bbox": [ + 105, + 594, + 505, + 608 + ], + "score": 1.0, + "content": "(Shim & MacKerell, 2011; Ballard et al., 2015; De Vivo et al., 2016). Other heuristic approaches ex-", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 104, + 604, + 505, + 619 + ], + "spans": [ + { + "bbox": [ + 104, + 604, + 505, + 619 + ], + "score": 1.0, + "content": "ist in which distances between atoms are set to fixed idealized values (Havel, 2002; Blaney & Dixon,", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 616, + 505, + 630 + ], + "spans": [ + { + "bbox": [ + 105, + 616, + 505, + 630 + ], + "score": 1.0, + "content": "2007). Several methods based on statistical learning have also recently been developed to tackle the", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 628, + 505, + 640 + ], + "spans": [ + { + "bbox": [ + 105, + 628, + 505, + 640 + ], + "score": 1.0, + "content": "issue of conformation generation. However, they are mainly geared towards studying proteins and", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 639, + 505, + 652 + ], + "spans": [ + { + "bbox": [ + 105, + 639, + 505, + 652 + ], + "score": 1.0, + "content": "their folding dynamics (AlQuraishi, 2019). Some of these models are not targeting a distribution", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 650, + 505, + 662 + ], + "spans": [ + { + "bbox": [ + 105, + 650, + 505, + 662 + ], + "score": 1.0, + "content": "over conformations but the most stable folded configuration (Evans et al., 2018; Ingraham et al.,", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 661, + 504, + 672 + ], + "spans": [ + { + "bbox": [ + 106, + 661, + 504, + 672 + ], + "score": 1.0, + "content": "2019), while others are not transferable between different molecules (Lemke & Peter, 2019; Noe´", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 672, + 159, + 684 + ], + "spans": [ + { + "bbox": [ + 105, + 672, + 159, + 684 + ], + "score": 1.0, + "content": "et al., 2019).", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 37.5, + "bbox_fs": [ + 104, + 550, + 506, + 684 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 689, + 314, + 700 + ], + "lines": [ + { + "bbox": [ + 105, + 687, + 316, + 702 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 316, + 702 + ], + "score": 1.0, + "content": "This work includes the following key contributions:", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 44, + "bbox_fs": [ + 105, + 687, + 316, + 702 + ] + }, + { + "type": "text", + "bbox": [ + 132, + 709, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 133, + 709, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 133, + 709, + 506, + 722 + ], + "score": 1.0, + "content": "• We introduce a novel probabilistic model for learning conformational distributions of", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 142, + 720, + 299, + 733 + ], + "spans": [ + { + "bbox": [ + 142, + 720, + 299, + 733 + ], + "score": 1.0, + "content": "molecules with graph neural networks.", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 45.5, + "bbox_fs": [ + 133, + 709, + 506, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 106, + 79, + 498, + 157 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 106, + 79, + 498, + 157 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 79, + 498, + 157 + ], + "spans": [ + { + "bbox": [ + 106, + 79, + 498, + 157 + ], + "score": 0.941, + "type": "image", + "image_path": "434d845d7c8ccab7aba98bd6f5f40a3ddc2c0a355bf36f4ceacd18ef6cbb7a0b.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 106, + 79, + 498, + 105.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 106, + 105.0, + 498, + 131.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 106, + 131.0, + 498, + 157.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 166, + 505, + 222 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 167, + 505, + 179 + ], + "spans": [ + { + "bbox": [ + 106, + 167, + 505, + 179 + ], + "score": 1.0, + "content": "Figure 1: Standard graph representation of a molecule (left) with a set of possible conformations", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 107, + 178, + 505, + 190 + ], + "spans": [ + { + "bbox": [ + 107, + 178, + 127, + 190 + ], + "score": 0.91, + "content": "\\{ { \\bf { x } } _ { i } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 128, + 178, + 505, + 190 + ], + "score": 1.0, + "content": "(right). Hydrogen (H), carbon (C), and oxygen (O) atoms are colored white, gray, and red,", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 104, + 188, + 506, + 202 + ], + "spans": [ + { + "bbox": [ + 104, + 188, + 506, + 202 + ], + "score": 1.0, + "content": "respectively. Conformations feature the same atom types and bonds but the atoms are arranged", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 104, + 198, + 506, + 213 + ], + "spans": [ + { + "bbox": [ + 104, + 198, + 506, + 213 + ], + "score": 1.0, + "content": "differently in space. These differences arise from rotations around and stretching of bonds in the", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 210, + 148, + 223 + ], + "spans": [ + { + "bbox": [ + 105, + 210, + 148, + 223 + ], + "score": 1.0, + "content": "molecule.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 5 + } + ], + "index": 3.0 + }, + { + "type": "text", + "bbox": [ + 131, + 244, + 505, + 366 + ], + "lines": [ + { + "bbox": [ + 133, + 245, + 504, + 256 + ], + "spans": [ + { + "bbox": [ + 133, + 245, + 504, + 256 + ], + "score": 1.0, + "content": "• We create a new, challenging benchmark for conformation generation, which is made pub-", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 141, + 255, + 480, + 267 + ], + "spans": [ + { + "bbox": [ + 141, + 255, + 480, + 267 + ], + "score": 1.0, + "content": "licly available. To the best of our knowledge, this is the first benchmark of this kind.", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 132, + 271, + 505, + 282 + ], + "spans": [ + { + "bbox": [ + 132, + 271, + 505, + 282 + ], + "score": 1.0, + "content": "• By combining a conditional variational autoencoder (CVAE) with an Euclidean distance", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 141, + 281, + 506, + 293 + ], + "spans": [ + { + "bbox": [ + 141, + 281, + 506, + 293 + ], + "score": 1.0, + "content": "geometry (EDG) algorithm we present a state-of-the-art approach for generating one-shot", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 141, + 293, + 505, + 304 + ], + "spans": [ + { + "bbox": [ + 141, + 293, + 505, + 304 + ], + "score": 1.0, + "content": "samples of molecular conformations for unseen molecules that is independent of their size", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 141, + 302, + 187, + 316 + ], + "spans": [ + { + "bbox": [ + 141, + 302, + 187, + 316 + ], + "score": 1.0, + "content": "and shape.", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 135, + 317, + 505, + 331 + ], + "spans": [ + { + "bbox": [ + 135, + 317, + 505, + 331 + ], + "score": 1.0, + "content": "• We develop a rigorous experimental approach for evaluating and comparing the accuracy of", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 141, + 330, + 504, + 342 + ], + "spans": [ + { + "bbox": [ + 141, + 330, + 504, + 342 + ], + "score": 1.0, + "content": "conformation generation methods based on the mean maximum deviation distance metric.", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 131, + 344, + 505, + 358 + ], + "spans": [ + { + "bbox": [ + 131, + 344, + 505, + 358 + ], + "score": 1.0, + "content": "• We show how this generative model can be used as a proposal distribution in an importance", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 141, + 356, + 365, + 368 + ], + "spans": [ + { + "bbox": [ + 141, + 356, + 365, + 368 + ], + "score": 1.0, + "content": "sampling (IS) scheme to estimate molecular properties.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 12.5 + }, + { + "type": "title", + "bbox": [ + 107, + 386, + 173, + 399 + ], + "lines": [ + { + "bbox": [ + 104, + 385, + 174, + 402 + ], + "spans": [ + { + "bbox": [ + 104, + 385, + 174, + 402 + ], + "score": 1.0, + "content": "2 METHOD", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 18 + }, + { + "type": "text", + "bbox": [ + 106, + 411, + 505, + 500 + ], + "lines": [ + { + "bbox": [ + 106, + 412, + 505, + 424 + ], + "spans": [ + { + "bbox": [ + 106, + 412, + 505, + 424 + ], + "score": 1.0, + "content": "Our goal is to build a statistical model that generates molecular conformations in a one-shot fashion", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 423, + 505, + 435 + ], + "spans": [ + { + "bbox": [ + 106, + 423, + 505, + 435 + ], + "score": 1.0, + "content": "from a molecule’s graph representation. First, we describe how a molecule’s conformation can be", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 434, + 505, + 447 + ], + "spans": [ + { + "bbox": [ + 105, + 434, + 505, + 447 + ], + "score": 1.0, + "content": "represented by a set of pairwise distances between atoms and why this presentation is advantageous", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 445, + 504, + 457 + ], + "spans": [ + { + "bbox": [ + 105, + 445, + 504, + 457 + ], + "score": 1.0, + "content": "over one in Cartesian coordinates (Section 2.1). Second, we present a generative model in Sec-", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 456, + 505, + 468 + ], + "spans": [ + { + "bbox": [ + 105, + 456, + 505, + 468 + ], + "score": 1.0, + "content": "tion 2.2 that will generate sets of atomic distances for a given molecular graph. Third, we explain in", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 467, + 505, + 478 + ], + "spans": [ + { + "bbox": [ + 106, + 467, + 505, + 478 + ], + "score": 1.0, + "content": "Section 2.3 how a set of predicted distances can be transformed into a molecular conformation and", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 478, + 505, + 490 + ], + "spans": [ + { + "bbox": [ + 105, + 478, + 505, + 490 + ], + "score": 1.0, + "content": "why this transformation is necessary. Finally, we detail in Section 2.4 how our generative model can", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 489, + 441, + 501 + ], + "spans": [ + { + "bbox": [ + 105, + 489, + 441, + 501 + ], + "score": 1.0, + "content": "be used as a proposal distribution in an IS scheme to estimate molecular properties.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 22.5 + }, + { + "type": "title", + "bbox": [ + 107, + 513, + 395, + 525 + ], + "lines": [ + { + "bbox": [ + 105, + 513, + 397, + 527 + ], + "spans": [ + { + "bbox": [ + 105, + 513, + 397, + 527 + ], + "score": 1.0, + "content": "2.1 EXTENDED MOLECULAR GRAPHS AND DISTANCE GEOMETRY", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 27 + }, + { + "type": "text", + "bbox": [ + 107, + 534, + 505, + 604 + ], + "lines": [ + { + "bbox": [ + 105, + 533, + 505, + 547 + ], + "spans": [ + { + "bbox": [ + 105, + 533, + 483, + 547 + ], + "score": 1.0, + "content": "In this study, a molecule is represented by an undirected graph which is defined as a tuple", + "type": "text" + }, + { + "bbox": [ + 483, + 534, + 505, + 546 + ], + "score": 0.86, + "content": "\\mathcal { G } =", + "type": "inline_equation" + } + ], + "index": 28 + }, + { + "bbox": [ + 107, + 543, + 507, + 562 + ], + "spans": [ + { + "bbox": [ + 107, + 546, + 134, + 559 + ], + "score": 0.84, + "content": "( V , E )", + "type": "inline_equation" + }, + { + "bbox": [ + 134, + 543, + 140, + 562 + ], + "score": 1.0, + "content": ".", + "type": "text" + }, + { + "bbox": [ + 141, + 545, + 197, + 559 + ], + "score": 0.8, + "content": "V \\stackrel { \\cdot } { = } \\{ v _ { i } \\} _ { i = 1 } ^ { N _ { v } }", + "type": "inline_equation" + }, + { + "bbox": [ + 198, + 543, + 407, + 562 + ], + "score": 1.0, + "content": "is the set of nodes representing atoms, where each", + "type": "text" + }, + { + "bbox": [ + 407, + 546, + 448, + 558 + ], + "score": 0.93, + "content": "v _ { i } \\in \\mathbb { R } ^ { F _ { v } }", + "type": "inline_equation" + }, + { + "bbox": [ + 448, + 543, + 507, + 562 + ], + "score": 1.0, + "content": "holds atomic", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 102, + 556, + 503, + 577 + ], + "spans": [ + { + "bbox": [ + 102, + 556, + 234, + 577 + ], + "score": 1.0, + "content": "attributes (e.g., the element type", + "type": "text" + }, + { + "bbox": [ + 235, + 561, + 243, + 571 + ], + "score": 0.78, + "content": "\\epsilon _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 244, + 556, + 250, + 577 + ], + "score": 1.0, + "content": ").", + "type": "text" + }, + { + "bbox": [ + 251, + 558, + 343, + 572 + ], + "score": 0.91, + "content": "E = \\{ ( e _ { k } , r _ { k } , s _ { k } ) \\} _ { k = 1 } ^ { N _ { e } }", + "type": "inline_equation" + }, + { + "bbox": [ + 343, + 556, + 464, + 577 + ], + "score": 1.0, + "content": "is the set of edges, where each", + "type": "text" + }, + { + "bbox": [ + 464, + 559, + 503, + 571 + ], + "score": 0.92, + "content": "e _ { k } \\in \\mathbb { R } ^ { F _ { e } }", + "type": "inline_equation" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 569, + 505, + 585 + ], + "spans": [ + { + "bbox": [ + 105, + 569, + 315, + 585 + ], + "score": 1.0, + "content": "holds an edge’s attributes (e.g., the bond type), and", + "type": "text" + }, + { + "bbox": [ + 315, + 573, + 326, + 582 + ], + "score": 0.82, + "content": "r _ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 326, + 569, + 344, + 585 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 344, + 573, + 355, + 582 + ], + "score": 0.86, + "content": "s _ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 356, + 569, + 505, + 585 + ], + "score": 1.0, + "content": "are the nodes an edge is connecting.", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 581, + 505, + 595 + ], + "spans": [ + { + "bbox": [ + 105, + 581, + 131, + 595 + ], + "score": 1.0, + "content": "Here,", + "type": "text" + }, + { + "bbox": [ + 131, + 582, + 140, + 592 + ], + "score": 0.8, + "content": "E", + "type": "inline_equation" + }, + { + "bbox": [ + 141, + 581, + 505, + 595 + ], + "score": 1.0, + "content": "represents the molecular bonds (and the auxiliary edges which are explained below) in the", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 591, + 148, + 605 + ], + "spans": [ + { + "bbox": [ + 105, + 591, + 148, + 605 + ], + "score": 1.0, + "content": "molecule.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 30.5 + }, + { + "type": "text", + "bbox": [ + 106, + 609, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 101, + 608, + 510, + 646 + ], + "spans": [ + { + "bbox": [ + 101, + 608, + 187, + 646 + ], + "score": 1.0, + "content": "We assume that, givof atomic distances", + "type": "text" + }, + { + "bbox": [ + 245, + 608, + 275, + 646 + ], + "score": 1.0, + "content": "r graph , where", + "type": "text" + }, + { + "bbox": [ + 276, + 610, + 283, + 620 + ], + "score": 0.79, + "content": "\\mathcal { G }", + "type": "inline_equation" + }, + { + "bbox": [ + 349, + 608, + 462, + 646 + ], + "score": 1.0, + "content": "ent one of its conformations is the Euclidean distance b", + "type": "text" + }, + { + "bbox": [ + 462, + 612, + 470, + 620 + ], + "score": 0.3, + "content": "\\mathbf { x }", + "type": "inline_equation" + }, + { + "bbox": [ + 470, + 608, + 510, + 646 + ], + "score": 1.0, + "content": "by a setween the", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 188, + 620, + 349, + 635 + ], + "spans": [ + { + "bbox": [ + 188, + 620, + 245, + 635 + ], + "score": 0.93, + "content": "\\mathbf { d } = \\{ d _ { k } \\} _ { k = 1 } ^ { N _ { e } }", + "type": "inline_equation" + }, + { + "bbox": [ + 277, + 621, + 349, + 634 + ], + "score": 0.93, + "content": "d _ { k } = | \\mathbf { r } _ { r _ { k } } - \\mathbf { r } _ { s _ { k } } |", + "type": "inline_equation" + } + ], + "index": 35 + }, + { + "bbox": [ + 195, + 635, + 234, + 644 + ], + "spans": [ + { + "bbox": [ + 195, + 635, + 206, + 644 + ], + "score": 0.86, + "content": "r _ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 224, + 635, + 234, + 644 + ], + "score": 0.85, + "content": "s _ { k }", + "type": "inline_equation" + } + ], + "index": 36 + }, + { + "bbox": [ + 108, + 644, + 505, + 657 + ], + "spans": [ + { + "bbox": [ + 108, + 644, + 136, + 655 + ], + "score": 0.84, + "content": "( E _ { \\mathrm { b o n d } } )", + "type": "inline_equation" + }, + { + "bbox": [ + 136, + 644, + 505, + 657 + ], + "score": 1.0, + "content": "alone would not suffice to describe a conformation, we expand the traditional graph repre-", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 655, + 505, + 667 + ], + "spans": [ + { + "bbox": [ + 105, + 655, + 505, + 667 + ], + "score": 1.0, + "content": "sentation of a molecule by adding auxiliary edges. Auxiliary edges between atoms that are second", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 666, + 505, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 505, + 678 + ], + "score": 1.0, + "content": "neighbors in the original graph fix angles between atoms, and those between third neighbors fix dihe-", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 676, + 506, + 690 + ], + "spans": [ + { + "bbox": [ + 105, + 676, + 189, + 690 + ], + "score": 1.0, + "content": "dral angles (denoted", + "type": "text" + }, + { + "bbox": [ + 189, + 677, + 213, + 689 + ], + "score": 0.91, + "content": "E _ { \\mathrm { a n g l e } }", + "type": "inline_equation" + }, + { + "bbox": [ + 213, + 676, + 231, + 690 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 231, + 677, + 262, + 688 + ], + "score": 0.91, + "content": "E _ { \\mathrm { d i h e d r a l } }", + "type": "inline_equation" + }, + { + "bbox": [ + 263, + 676, + 375, + 690 + ], + "score": 1.0, + "content": ", respectively). In this work,", + "type": "text" + }, + { + "bbox": [ + 375, + 677, + 399, + 689 + ], + "score": 0.9, + "content": "E _ { \\mathrm { a n g l e } }", + "type": "inline_equation" + }, + { + "bbox": [ + 399, + 676, + 506, + 690 + ], + "score": 1.0, + "content": "consists of edges between", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 687, + 506, + 700 + ], + "spans": [ + { + "bbox": [ + 106, + 687, + 506, + 700 + ], + "score": 1.0, + "content": "all second neighbors in the original graph. Edges between third neighbors are added according to", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 699, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 506, + 712 + ], + "score": 1.0, + "content": "a heuristic (see Appendix A.1). From now on we are always referring to this extended molecular", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 709, + 505, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 505, + 723 + ], + "score": 1.0, + "content": "graph when talking about molecular graphs. In Fig. 2, the process of extending the molecular graph", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 721, + 315, + 731 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 191, + 731 + ], + "score": 1.0, + "content": "and the extraction of", + "type": "text" + }, + { + "bbox": [ + 191, + 721, + 199, + 730 + ], + "score": 0.56, + "content": "\\mathbf { d }", + "type": "inline_equation" + }, + { + "bbox": [ + 199, + 721, + 221, + 731 + ], + "score": 1.0, + "content": "from", + "type": "text" + }, + { + "bbox": [ + 222, + 722, + 230, + 731 + ], + "score": 0.65, + "content": "\\mathbf { x }", + "type": "inline_equation" + }, + { + "bbox": [ + 230, + 721, + 247, + 731 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 247, + 721, + 255, + 731 + ], + "score": 0.84, + "content": "\\mathcal { G }", + "type": "inline_equation" + }, + { + "bbox": [ + 255, + 721, + 315, + 731 + ], + "score": 1.0, + "content": "are illustrated.", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 39 + } + ], + "page_idx": 1, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2020", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 751, + 309, + 760 + ], + "lines": [ + { + "bbox": [ + 301, + 750, + 310, + 763 + ], + "spans": [ + { + "bbox": [ + 301, + 750, + 310, + 763 + ], + "score": 1.0, + "content": "2", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 106, + 79, + 498, + 157 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 106, + 79, + 498, + 157 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 79, + 498, + 157 + ], + "spans": [ + { + "bbox": [ + 106, + 79, + 498, + 157 + ], + "score": 0.941, + "type": "image", + "image_path": "434d845d7c8ccab7aba98bd6f5f40a3ddc2c0a355bf36f4ceacd18ef6cbb7a0b.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 106, + 79, + 498, + 105.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 106, + 105.0, + 498, + 131.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 106, + 131.0, + 498, + 157.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 166, + 505, + 222 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 167, + 505, + 179 + ], + "spans": [ + { + "bbox": [ + 106, + 167, + 505, + 179 + ], + "score": 1.0, + "content": "Figure 1: Standard graph representation of a molecule (left) with a set of possible conformations", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 107, + 178, + 505, + 190 + ], + "spans": [ + { + "bbox": [ + 107, + 178, + 127, + 190 + ], + "score": 0.91, + "content": "\\{ { \\bf { x } } _ { i } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 128, + 178, + 505, + 190 + ], + "score": 1.0, + "content": "(right). Hydrogen (H), carbon (C), and oxygen (O) atoms are colored white, gray, and red,", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 104, + 188, + 506, + 202 + ], + "spans": [ + { + "bbox": [ + 104, + 188, + 506, + 202 + ], + "score": 1.0, + "content": "respectively. Conformations feature the same atom types and bonds but the atoms are arranged", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 104, + 198, + 506, + 213 + ], + "spans": [ + { + "bbox": [ + 104, + 198, + 506, + 213 + ], + "score": 1.0, + "content": "differently in space. These differences arise from rotations around and stretching of bonds in the", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 210, + 148, + 223 + ], + "spans": [ + { + "bbox": [ + 105, + 210, + 148, + 223 + ], + "score": 1.0, + "content": "molecule.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 5 + } + ], + "index": 3.0 + }, + { + "type": "list", + "bbox": [ + 131, + 244, + 505, + 366 + ], + "lines": [ + { + "bbox": [ + 133, + 245, + 504, + 256 + ], + "spans": [ + { + "bbox": [ + 133, + 245, + 504, + 256 + ], + "score": 1.0, + "content": "• We create a new, challenging benchmark for conformation generation, which is made pub-", + "type": "text" + } + ], + "index": 8, + "is_list_start_line": true + }, + { + "bbox": [ + 141, + 255, + 480, + 267 + ], + "spans": [ + { + "bbox": [ + 141, + 255, + 480, + 267 + ], + "score": 1.0, + "content": "licly available. To the best of our knowledge, this is the first benchmark of this kind.", + "type": "text" + } + ], + "index": 9, + "is_list_end_line": true + }, + { + "bbox": [ + 132, + 271, + 505, + 282 + ], + "spans": [ + { + "bbox": [ + 132, + 271, + 505, + 282 + ], + "score": 1.0, + "content": "• By combining a conditional variational autoencoder (CVAE) with an Euclidean distance", + "type": "text" + } + ], + "index": 10, + "is_list_start_line": true + }, + { + "bbox": [ + 141, + 281, + 506, + 293 + ], + "spans": [ + { + "bbox": [ + 141, + 281, + 506, + 293 + ], + "score": 1.0, + "content": "geometry (EDG) algorithm we present a state-of-the-art approach for generating one-shot", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 141, + 293, + 505, + 304 + ], + "spans": [ + { + "bbox": [ + 141, + 293, + 505, + 304 + ], + "score": 1.0, + "content": "samples of molecular conformations for unseen molecules that is independent of their size", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 141, + 302, + 187, + 316 + ], + "spans": [ + { + "bbox": [ + 141, + 302, + 187, + 316 + ], + "score": 1.0, + "content": "and shape.", + "type": "text" + } + ], + "index": 13, + "is_list_end_line": true + }, + { + "bbox": [ + 135, + 317, + 505, + 331 + ], + "spans": [ + { + "bbox": [ + 135, + 317, + 505, + 331 + ], + "score": 1.0, + "content": "• We develop a rigorous experimental approach for evaluating and comparing the accuracy of", + "type": "text" + } + ], + "index": 14, + "is_list_start_line": true + }, + { + "bbox": [ + 141, + 330, + 504, + 342 + ], + "spans": [ + { + "bbox": [ + 141, + 330, + 504, + 342 + ], + "score": 1.0, + "content": "conformation generation methods based on the mean maximum deviation distance metric.", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 131, + 344, + 505, + 358 + ], + "spans": [ + { + "bbox": [ + 131, + 344, + 505, + 358 + ], + "score": 1.0, + "content": "• We show how this generative model can be used as a proposal distribution in an importance", + "type": "text" + } + ], + "index": 16, + "is_list_start_line": true + }, + { + "bbox": [ + 141, + 356, + 365, + 368 + ], + "spans": [ + { + "bbox": [ + 141, + 356, + 365, + 368 + ], + "score": 1.0, + "content": "sampling (IS) scheme to estimate molecular properties.", + "type": "text" + } + ], + "index": 17, + "is_list_end_line": true + } + ], + "index": 12.5, + "bbox_fs": [ + 131, + 245, + 506, + 368 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 386, + 173, + 399 + ], + "lines": [ + { + "bbox": [ + 104, + 385, + 174, + 402 + ], + "spans": [ + { + "bbox": [ + 104, + 385, + 174, + 402 + ], + "score": 1.0, + "content": "2 METHOD", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 18 + }, + { + "type": "text", + "bbox": [ + 106, + 411, + 505, + 500 + ], + "lines": [ + { + "bbox": [ + 106, + 412, + 505, + 424 + ], + "spans": [ + { + "bbox": [ + 106, + 412, + 505, + 424 + ], + "score": 1.0, + "content": "Our goal is to build a statistical model that generates molecular conformations in a one-shot fashion", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 423, + 505, + 435 + ], + "spans": [ + { + "bbox": [ + 106, + 423, + 505, + 435 + ], + "score": 1.0, + "content": "from a molecule’s graph representation. First, we describe how a molecule’s conformation can be", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 434, + 505, + 447 + ], + "spans": [ + { + "bbox": [ + 105, + 434, + 505, + 447 + ], + "score": 1.0, + "content": "represented by a set of pairwise distances between atoms and why this presentation is advantageous", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 445, + 504, + 457 + ], + "spans": [ + { + "bbox": [ + 105, + 445, + 504, + 457 + ], + "score": 1.0, + "content": "over one in Cartesian coordinates (Section 2.1). Second, we present a generative model in Sec-", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 456, + 505, + 468 + ], + "spans": [ + { + "bbox": [ + 105, + 456, + 505, + 468 + ], + "score": 1.0, + "content": "tion 2.2 that will generate sets of atomic distances for a given molecular graph. Third, we explain in", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 467, + 505, + 478 + ], + "spans": [ + { + "bbox": [ + 106, + 467, + 505, + 478 + ], + "score": 1.0, + "content": "Section 2.3 how a set of predicted distances can be transformed into a molecular conformation and", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 478, + 505, + 490 + ], + "spans": [ + { + "bbox": [ + 105, + 478, + 505, + 490 + ], + "score": 1.0, + "content": "why this transformation is necessary. Finally, we detail in Section 2.4 how our generative model can", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 489, + 441, + 501 + ], + "spans": [ + { + "bbox": [ + 105, + 489, + 441, + 501 + ], + "score": 1.0, + "content": "be used as a proposal distribution in an IS scheme to estimate molecular properties.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 22.5, + "bbox_fs": [ + 105, + 412, + 505, + 501 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 513, + 395, + 525 + ], + "lines": [ + { + "bbox": [ + 105, + 513, + 397, + 527 + ], + "spans": [ + { + "bbox": [ + 105, + 513, + 397, + 527 + ], + "score": 1.0, + "content": "2.1 EXTENDED MOLECULAR GRAPHS AND DISTANCE GEOMETRY", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 27 + }, + { + "type": "text", + "bbox": [ + 107, + 534, + 505, + 604 + ], + "lines": [ + { + "bbox": [ + 105, + 533, + 505, + 547 + ], + "spans": [ + { + "bbox": [ + 105, + 533, + 483, + 547 + ], + "score": 1.0, + "content": "In this study, a molecule is represented by an undirected graph which is defined as a tuple", + "type": "text" + }, + { + "bbox": [ + 483, + 534, + 505, + 546 + ], + "score": 0.86, + "content": "\\mathcal { G } =", + "type": "inline_equation" + } + ], + "index": 28 + }, + { + "bbox": [ + 107, + 543, + 507, + 562 + ], + "spans": [ + { + "bbox": [ + 107, + 546, + 134, + 559 + ], + "score": 0.84, + "content": "( V , E )", + "type": "inline_equation" + }, + { + "bbox": [ + 134, + 543, + 140, + 562 + ], + "score": 1.0, + "content": ".", + "type": "text" + }, + { + "bbox": [ + 141, + 545, + 197, + 559 + ], + "score": 0.8, + "content": "V \\stackrel { \\cdot } { = } \\{ v _ { i } \\} _ { i = 1 } ^ { N _ { v } }", + "type": "inline_equation" + }, + { + "bbox": [ + 198, + 543, + 407, + 562 + ], + "score": 1.0, + "content": "is the set of nodes representing atoms, where each", + "type": "text" + }, + { + "bbox": [ + 407, + 546, + 448, + 558 + ], + "score": 0.93, + "content": "v _ { i } \\in \\mathbb { R } ^ { F _ { v } }", + "type": "inline_equation" + }, + { + "bbox": [ + 448, + 543, + 507, + 562 + ], + "score": 1.0, + "content": "holds atomic", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 102, + 556, + 503, + 577 + ], + "spans": [ + { + "bbox": [ + 102, + 556, + 234, + 577 + ], + "score": 1.0, + "content": "attributes (e.g., the element type", + "type": "text" + }, + { + "bbox": [ + 235, + 561, + 243, + 571 + ], + "score": 0.78, + "content": "\\epsilon _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 244, + 556, + 250, + 577 + ], + "score": 1.0, + "content": ").", + "type": "text" + }, + { + "bbox": [ + 251, + 558, + 343, + 572 + ], + "score": 0.91, + "content": "E = \\{ ( e _ { k } , r _ { k } , s _ { k } ) \\} _ { k = 1 } ^ { N _ { e } }", + "type": "inline_equation" + }, + { + "bbox": [ + 343, + 556, + 464, + 577 + ], + "score": 1.0, + "content": "is the set of edges, where each", + "type": "text" + }, + { + "bbox": [ + 464, + 559, + 503, + 571 + ], + "score": 0.92, + "content": "e _ { k } \\in \\mathbb { R } ^ { F _ { e } }", + "type": "inline_equation" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 569, + 505, + 585 + ], + "spans": [ + { + "bbox": [ + 105, + 569, + 315, + 585 + ], + "score": 1.0, + "content": "holds an edge’s attributes (e.g., the bond type), and", + "type": "text" + }, + { + "bbox": [ + 315, + 573, + 326, + 582 + ], + "score": 0.82, + "content": "r _ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 326, + 569, + 344, + 585 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 344, + 573, + 355, + 582 + ], + "score": 0.86, + "content": "s _ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 356, + 569, + 505, + 585 + ], + "score": 1.0, + "content": "are the nodes an edge is connecting.", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 581, + 505, + 595 + ], + "spans": [ + { + "bbox": [ + 105, + 581, + 131, + 595 + ], + "score": 1.0, + "content": "Here,", + "type": "text" + }, + { + "bbox": [ + 131, + 582, + 140, + 592 + ], + "score": 0.8, + "content": "E", + "type": "inline_equation" + }, + { + "bbox": [ + 141, + 581, + 505, + 595 + ], + "score": 1.0, + "content": "represents the molecular bonds (and the auxiliary edges which are explained below) in the", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 591, + 148, + 605 + ], + "spans": [ + { + "bbox": [ + 105, + 591, + 148, + 605 + ], + "score": 1.0, + "content": "molecule.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 30.5, + "bbox_fs": [ + 102, + 533, + 507, + 605 + ] + }, + { + "type": "list", + "bbox": [ + 106, + 609, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 101, + 608, + 510, + 646 + ], + "spans": [ + { + "bbox": [ + 101, + 608, + 187, + 646 + ], + "score": 1.0, + "content": "We assume that, givof atomic distances", + "type": "text" + }, + { + "bbox": [ + 245, + 608, + 275, + 646 + ], + "score": 1.0, + "content": "r graph , where", + "type": "text" + }, + { + "bbox": [ + 276, + 610, + 283, + 620 + ], + "score": 0.79, + "content": "\\mathcal { G }", + "type": "inline_equation" + }, + { + "bbox": [ + 349, + 608, + 462, + 646 + ], + "score": 1.0, + "content": "ent one of its conformations is the Euclidean distance b", + "type": "text" + }, + { + "bbox": [ + 462, + 612, + 470, + 620 + ], + "score": 0.3, + "content": "\\mathbf { x }", + "type": "inline_equation" + }, + { + "bbox": [ + 470, + 608, + 510, + 646 + ], + "score": 1.0, + "content": "by a setween the", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 188, + 620, + 349, + 635 + ], + "spans": [ + { + "bbox": [ + 188, + 620, + 245, + 635 + ], + "score": 0.93, + "content": "\\mathbf { d } = \\{ d _ { k } \\} _ { k = 1 } ^ { N _ { e } }", + "type": "inline_equation" + }, + { + "bbox": [ + 277, + 621, + 349, + 634 + ], + "score": 0.93, + "content": "d _ { k } = | \\mathbf { r } _ { r _ { k } } - \\mathbf { r } _ { s _ { k } } |", + "type": "inline_equation" + } + ], + "index": 35, + "is_list_end_line": true + }, + { + "bbox": [ + 195, + 635, + 234, + 644 + ], + "spans": [ + { + "bbox": [ + 195, + 635, + 206, + 644 + ], + "score": 0.86, + "content": "r _ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 224, + 635, + 234, + 644 + ], + "score": 0.85, + "content": "s _ { k }", + "type": "inline_equation" + } + ], + "index": 36, + "is_list_start_line": true, + "is_list_end_line": true + }, + { + "bbox": [ + 108, + 644, + 505, + 657 + ], + "spans": [ + { + "bbox": [ + 108, + 644, + 136, + 655 + ], + "score": 0.84, + "content": "( E _ { \\mathrm { b o n d } } )", + "type": "inline_equation" + }, + { + "bbox": [ + 136, + 644, + 505, + 657 + ], + "score": 1.0, + "content": "alone would not suffice to describe a conformation, we expand the traditional graph repre-", + "type": "text" + } + ], + "index": 37, + "is_list_start_line": true + }, + { + "bbox": [ + 105, + 655, + 505, + 667 + ], + "spans": [ + { + "bbox": [ + 105, + 655, + 505, + 667 + ], + "score": 1.0, + "content": "sentation of a molecule by adding auxiliary edges. Auxiliary edges between atoms that are second", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 666, + 505, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 505, + 678 + ], + "score": 1.0, + "content": "neighbors in the original graph fix angles between atoms, and those between third neighbors fix dihe-", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 676, + 506, + 690 + ], + "spans": [ + { + "bbox": [ + 105, + 676, + 189, + 690 + ], + "score": 1.0, + "content": "dral angles (denoted", + "type": "text" + }, + { + "bbox": [ + 189, + 677, + 213, + 689 + ], + "score": 0.91, + "content": "E _ { \\mathrm { a n g l e } }", + "type": "inline_equation" + }, + { + "bbox": [ + 213, + 676, + 231, + 690 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 231, + 677, + 262, + 688 + ], + "score": 0.91, + "content": "E _ { \\mathrm { d i h e d r a l } }", + "type": "inline_equation" + }, + { + "bbox": [ + 263, + 676, + 375, + 690 + ], + "score": 1.0, + "content": ", respectively). In this work,", + "type": "text" + }, + { + "bbox": [ + 375, + 677, + 399, + 689 + ], + "score": 0.9, + "content": "E _ { \\mathrm { a n g l e } }", + "type": "inline_equation" + }, + { + "bbox": [ + 399, + 676, + 506, + 690 + ], + "score": 1.0, + "content": "consists of edges between", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 687, + 506, + 700 + ], + "spans": [ + { + "bbox": [ + 106, + 687, + 506, + 700 + ], + "score": 1.0, + "content": "all second neighbors in the original graph. Edges between third neighbors are added according to", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 699, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 506, + 712 + ], + "score": 1.0, + "content": "a heuristic (see Appendix A.1). From now on we are always referring to this extended molecular", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 709, + 505, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 505, + 723 + ], + "score": 1.0, + "content": "graph when talking about molecular graphs. In Fig. 2, the process of extending the molecular graph", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 721, + 315, + 731 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 191, + 731 + ], + "score": 1.0, + "content": "and the extraction of", + "type": "text" + }, + { + "bbox": [ + 191, + 721, + 199, + 730 + ], + "score": 0.56, + "content": "\\mathbf { d }", + "type": "inline_equation" + }, + { + "bbox": [ + 199, + 721, + 221, + 731 + ], + "score": 1.0, + "content": "from", + "type": "text" + }, + { + "bbox": [ + 222, + 722, + 230, + 731 + ], + "score": 0.65, + "content": "\\mathbf { x }", + "type": "inline_equation" + }, + { + "bbox": [ + 230, + 721, + 247, + 731 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 247, + 721, + 255, + 731 + ], + "score": 0.84, + "content": "\\mathcal { G }", + "type": "inline_equation" + }, + { + "bbox": [ + 255, + 721, + 315, + 731 + ], + "score": 1.0, + "content": "are illustrated.", + "type": "text" + } + ], + "index": 44, + "is_list_end_line": true + } + ], + "index": 39, + "bbox_fs": [ + 101, + 608, + 510, + 731 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 106, + 77, + 503, + 181 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 106, + 77, + 503, + 181 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 77, + 503, + 181 + ], + "spans": [ + { + "bbox": [ + 106, + 77, + 503, + 181 + ], + "score": 0.969, + "type": "image", + "image_path": "08c1b3e3b35a33713718a18e75ad2f38d7311ffb7d495eaa5cf2fd437d3fe2a8.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 106, + 77, + 503, + 111.66666666666666 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 106, + 111.66666666666666, + 503, + 146.33333333333331 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 106, + 146.33333333333331, + 503, + 180.99999999999997 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 189, + 505, + 256 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 189, + 504, + 202 + ], + "spans": [ + { + "bbox": [ + 106, + 189, + 496, + 202 + ], + "score": 1.0, + "content": "Figure 2: A) The structural formula of a molecule is converted to an extended molecular graph", + "type": "text" + }, + { + "bbox": [ + 496, + 190, + 504, + 201 + ], + "score": 0.75, + "content": "\\mathcal { G }", + "type": "inline_equation" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 201, + 505, + 213 + ], + "spans": [ + { + "bbox": [ + 105, + 201, + 323, + 213 + ], + "score": 1.0, + "content": "consisting of nodes representing atoms (circles, e.g.,", + "type": "text" + }, + { + "bbox": [ + 324, + 203, + 334, + 212 + ], + "score": 0.75, + "content": "v _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 335, + 201, + 505, + 213 + ], + "score": 1.0, + "content": ") and edges representing molecular bonds", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 211, + 505, + 226 + ], + "spans": [ + { + "bbox": [ + 105, + 211, + 175, + 226 + ], + "score": 1.0, + "content": "(solid lines, e.g.,", + "type": "text" + }, + { + "bbox": [ + 176, + 212, + 222, + 223 + ], + "score": 0.9, + "content": "e _ { 1 } \\in E _ { \\mathrm { b o n d } } )", + "type": "inline_equation" + }, + { + "bbox": [ + 222, + 211, + 379, + 226 + ], + "score": 1.0, + "content": ") and auxiliary edges (dotted lines, e.g.,", + "type": "text" + }, + { + "bbox": [ + 380, + 212, + 426, + 223 + ], + "score": 0.91, + "content": "e _ { 2 } \\in E _ { \\mathrm { a n g l e } }", + "type": "inline_equation" + }, + { + "bbox": [ + 426, + 211, + 444, + 226 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 444, + 212, + 500, + 223 + ], + "score": 0.9, + "content": "e _ { 3 } \\in E _ { \\mathrm { d i h e d r a l } } )", + "type": "inline_equation" + }, + { + "bbox": [ + 500, + 211, + 505, + 226 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 222, + 505, + 235 + ], + "spans": [ + { + "bbox": [ + 105, + 222, + 176, + 235 + ], + "score": 1.0, + "content": "B) The distances", + "type": "text" + }, + { + "bbox": [ + 176, + 224, + 184, + 233 + ], + "score": 0.42, + "content": "\\mathbf { d }", + "type": "inline_equation" + }, + { + "bbox": [ + 184, + 222, + 323, + 235 + ], + "score": 1.0, + "content": "are extracted from a conformation", + "type": "text" + }, + { + "bbox": [ + 323, + 225, + 331, + 233 + ], + "score": 0.44, + "content": "\\mathbf { x }", + "type": "inline_equation" + }, + { + "bbox": [ + 332, + 222, + 410, + 235 + ], + "score": 1.0, + "content": "based on the edges", + "type": "text" + }, + { + "bbox": [ + 410, + 224, + 419, + 233 + ], + "score": 0.7, + "content": "E", + "type": "inline_equation" + }, + { + "bbox": [ + 419, + 222, + 505, + 235 + ], + "score": 1.0, + "content": ". C) Graphical model", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 233, + 506, + 247 + ], + "spans": [ + { + "bbox": [ + 105, + 233, + 311, + 247 + ], + "score": 1.0, + "content": "of the variational autoencoder: generative model", + "type": "text" + }, + { + "bbox": [ + 312, + 234, + 387, + 246 + ], + "score": 0.93, + "content": "p _ { \\theta } ( \\mathbf { d } | \\mathbf { z } , \\mathcal { G } ) p _ { \\theta } ( \\mathbf { z } | \\mathcal { G } )", + "type": "inline_equation" + }, + { + "bbox": [ + 388, + 233, + 506, + 247 + ], + "score": 1.0, + "content": "(solid lines) and variational", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 245, + 273, + 258 + ], + "spans": [ + { + "bbox": [ + 105, + 245, + 167, + 258 + ], + "score": 1.0, + "content": "approximation", + "type": "text" + }, + { + "bbox": [ + 167, + 245, + 211, + 257 + ], + "score": 0.94, + "content": "q _ { \\phi } ( \\mathbf { z } | \\mathbf { d } , \\mathcal { G } )", + "type": "inline_equation" + }, + { + "bbox": [ + 211, + 245, + 273, + 258 + ], + "score": 1.0, + "content": "(dashed lines).", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 5.5 + } + ], + "index": 3.25 + }, + { + "type": "text", + "bbox": [ + 107, + 280, + 505, + 336 + ], + "lines": [ + { + "bbox": [ + 106, + 280, + 505, + 292 + ], + "spans": [ + { + "bbox": [ + 106, + 280, + 505, + 292 + ], + "score": 1.0, + "content": "A key advantage of a representation in terms of distances is its invariance to rotation and trans-", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 290, + 505, + 304 + ], + "spans": [ + { + "bbox": [ + 105, + 290, + 505, + 304 + ], + "score": 1.0, + "content": "lation; by contrast, Cartesian coordinates depend on the (arbitrary) choice of origin, for example.", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 104, + 300, + 505, + 316 + ], + "spans": [ + { + "bbox": [ + 104, + 300, + 505, + 316 + ], + "score": 1.0, + "content": "In addition, it reflects pair-wise physical interactions and their generally local nature. Auxiliary", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 312, + 505, + 326 + ], + "spans": [ + { + "bbox": [ + 105, + 312, + 505, + 326 + ], + "score": 1.0, + "content": "edges can be placed between higher-order neighbors depending on how far the physical interactions", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 325, + 317, + 336 + ], + "spans": [ + { + "bbox": [ + 106, + 325, + 317, + 336 + ], + "score": 1.0, + "content": "dominating the potential energy of the system reach.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 11 + }, + { + "type": "text", + "bbox": [ + 108, + 340, + 504, + 378 + ], + "lines": [ + { + "bbox": [ + 101, + 334, + 510, + 376 + ], + "spans": [ + { + "bbox": [ + 101, + 347, + 142, + 376 + ], + "score": 1.0, + "content": "samples", + "type": "text" + }, + { + "bbox": [ + 102, + 334, + 177, + 362 + ], + "score": 1.0, + "content": "We have a set of", + "type": "text" + }, + { + "bbox": [ + 142, + 354, + 183, + 370 + ], + "score": 0.93, + "content": "\\{ \\mathbf { x } _ { l , j } \\} _ { j = 1 } ^ { S _ { l } }", + "type": "inline_equation" + }, + { + "bbox": [ + 178, + 343, + 192, + 354 + ], + "score": 0.89, + "content": "N _ { \\mathcal { G } }", + "type": "inline_equation" + }, + { + "bbox": [ + 183, + 347, + 377, + 376 + ], + "score": 1.0, + "content": "l=1from the ground-truth distribution resulting in", + "type": "text" + }, + { + "bbox": [ + 193, + 334, + 267, + 362 + ], + "score": 1.0, + "content": "molecular graphs", + "type": "text" + }, + { + "bbox": [ + 268, + 340, + 300, + 356 + ], + "score": 0.93, + "content": "\\{ \\mathcal { G } _ { l } \\} _ { l = 1 } ^ { N _ { g } }", + "type": "inline_equation" + }, + { + "bbox": [ + 301, + 334, + 378, + 362 + ], + "score": 1.0, + "content": ". Further, for each", + "type": "text" + }, + { + "bbox": [ + 377, + 356, + 387, + 367 + ], + "score": 0.86, + "content": "S _ { l }", + "type": "inline_equation" + }, + { + "bbox": [ + 378, + 343, + 388, + 354 + ], + "score": 0.86, + "content": "\\mathcal { G } _ { l }", + "type": "inline_equation" + }, + { + "bbox": [ + 388, + 334, + 429, + 362 + ], + "score": 1.0, + "content": ", we have", + "type": "text" + }, + { + "bbox": [ + 388, + 347, + 460, + 376 + ], + "score": 1.0, + "content": "sets of distances", + "type": "text" + }, + { + "bbox": [ + 429, + 343, + 440, + 354 + ], + "score": 0.87, + "content": "S _ { l }", + "type": "inline_equation" + }, + { + "bbox": [ + 440, + 334, + 510, + 362 + ], + "score": 1.0, + "content": "conformational", + "type": "text" + }, + { + "bbox": [ + 461, + 354, + 501, + 370 + ], + "score": 0.93, + "content": "\\{ \\mathbf { d } _ { l , j } \\} _ { j = 1 } ^ { S _ { l } }", + "type": "inline_equation" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 366, + 462, + 380 + ], + "spans": [ + { + "bbox": [ + 106, + 366, + 462, + 380 + ], + "score": 1.0, + "content": "With this data, we will train a generative model which we detail in the following section.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14.5 + }, + { + "type": "title", + "bbox": [ + 108, + 394, + 222, + 406 + ], + "lines": [ + { + "bbox": [ + 105, + 393, + 225, + 407 + ], + "spans": [ + { + "bbox": [ + 105, + 393, + 225, + 407 + ], + "score": 1.0, + "content": "2.2 GENERATIVE MODEL", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16 + }, + { + "type": "text", + "bbox": [ + 107, + 416, + 505, + 460 + ], + "lines": [ + { + "bbox": [ + 106, + 416, + 505, + 428 + ], + "spans": [ + { + "bbox": [ + 106, + 416, + 505, + 428 + ], + "score": 1.0, + "content": "We employ a CVAE (Kingma & Welling, 2014; Pagnoni et al., 2018) to model the distribution over", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 427, + 505, + 439 + ], + "spans": [ + { + "bbox": [ + 106, + 427, + 253, + 439 + ], + "score": 1.0, + "content": "distances d given a molecular graph", + "type": "text" + }, + { + "bbox": [ + 254, + 428, + 261, + 438 + ], + "score": 0.78, + "content": "\\mathcal { G }", + "type": "inline_equation" + }, + { + "bbox": [ + 262, + 427, + 357, + 439 + ], + "score": 1.0, + "content": ". A CVAE first encodes", + "type": "text" + }, + { + "bbox": [ + 357, + 428, + 365, + 438 + ], + "score": 0.84, + "content": "\\mathcal { G }", + "type": "inline_equation" + }, + { + "bbox": [ + 365, + 427, + 505, + 439 + ], + "score": 1.0, + "content": "together with d into a latent space", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 436, + 504, + 452 + ], + "spans": [ + { + "bbox": [ + 106, + 437, + 151, + 449 + ], + "score": 0.91, + "content": "\\mathbf { z } ~ \\in ~ \\mathbb { R } ^ { k N _ { v } }", + "type": "inline_equation" + }, + { + "bbox": [ + 152, + 436, + 185, + 452 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 185, + 438, + 222, + 449 + ], + "score": 0.91, + "content": "k \\in \\mathbb { N } ^ { + }", + "type": "inline_equation" + }, + { + "bbox": [ + 222, + 436, + 298, + 452 + ], + "score": 1.0, + "content": ", with an encoder", + "type": "text" + }, + { + "bbox": [ + 298, + 438, + 341, + 451 + ], + "score": 0.93, + "content": "q _ { \\phi } ( \\mathbf { z } | \\mathbf { d } , \\mathcal { G } )", + "type": "inline_equation" + }, + { + "bbox": [ + 342, + 436, + 460, + 452 + ], + "score": 1.0, + "content": ". Subsequently, the decoder", + "type": "text" + }, + { + "bbox": [ + 460, + 438, + 504, + 450 + ], + "score": 0.93, + "content": "p _ { \\boldsymbol { \\theta } } ( \\mathbf { d } | \\mathbf { z } , \\mathcal { G } )", + "type": "inline_equation" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 448, + 426, + 461 + ], + "spans": [ + { + "bbox": [ + 105, + 448, + 141, + 461 + ], + "score": 1.0, + "content": "decodes", + "type": "text" + }, + { + "bbox": [ + 141, + 451, + 148, + 459 + ], + "score": 0.53, + "content": "\\mathbf { z }", + "type": "inline_equation" + }, + { + "bbox": [ + 148, + 448, + 426, + 461 + ], + "score": 1.0, + "content": "back into a set of distances. A graphical model is shown in Fig. 2 C).", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 18.5 + }, + { + "type": "text", + "bbox": [ + 107, + 465, + 505, + 521 + ], + "lines": [ + { + "bbox": [ + 106, + 466, + 505, + 478 + ], + "spans": [ + { + "bbox": [ + 106, + 466, + 240, + 478 + ], + "score": 1.0, + "content": "A conformation has, in general,", + "type": "text" + }, + { + "bbox": [ + 241, + 466, + 279, + 477 + ], + "score": 0.89, + "content": "3 N _ { v } - 6", + "type": "inline_equation" + }, + { + "bbox": [ + 279, + 466, + 505, + 478 + ], + "score": 1.0, + "content": "spatial degrees of freedom (dofs): one dof per spacial", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 475, + 505, + 491 + ], + "spans": [ + { + "bbox": [ + 105, + 475, + 505, + 491 + ], + "score": 1.0, + "content": "dimension per atom minus three translational and three rotational dofs. Therefore, the latent space", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 488, + 505, + 500 + ], + "spans": [ + { + "bbox": [ + 106, + 488, + 505, + 500 + ], + "score": 1.0, + "content": "should be proportional to the number of atoms in the molecule. In addition, the latent space should be", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 497, + 505, + 511 + ], + "spans": [ + { + "bbox": [ + 105, + 497, + 157, + 511 + ], + "score": 1.0, + "content": "smaller than", + "type": "text" + }, + { + "bbox": [ + 157, + 499, + 176, + 510 + ], + "score": 0.9, + "content": "3 N _ { v }", + "type": "inline_equation" + }, + { + "bbox": [ + 176, + 497, + 505, + 511 + ], + "score": 1.0, + "content": "as it is the role of the encoder to project the conformation into a lower-dimensional", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 510, + 317, + 523 + ], + "spans": [ + { + "bbox": [ + 105, + 510, + 209, + 523 + ], + "score": 1.0, + "content": "space. As a result, we set", + "type": "text" + }, + { + "bbox": [ + 209, + 510, + 235, + 520 + ], + "score": 0.91, + "content": "k = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 235, + 510, + 317, + 523 + ], + "score": 1.0, + "content": "to avoid overfitting.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 23 + }, + { + "type": "text", + "bbox": [ + 106, + 526, + 505, + 637 + ], + "lines": [ + { + "bbox": [ + 106, + 527, + 506, + 539 + ], + "spans": [ + { + "bbox": [ + 106, + 527, + 132, + 539 + ], + "score": 1.0, + "content": "Here,", + "type": "text" + }, + { + "bbox": [ + 132, + 527, + 176, + 539 + ], + "score": 0.92, + "content": "q _ { \\phi } ( \\mathbf { z } | \\mathbf { d } , \\mathcal { G } )", + "type": "inline_equation" + }, + { + "bbox": [ + 176, + 527, + 196, + 539 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 196, + 527, + 240, + 538 + ], + "score": 0.93, + "content": "p _ { \\boldsymbol { \\theta } } ( \\mathbf { d } | \\mathbf { z } , \\mathcal { G } )", + "type": "inline_equation" + }, + { + "bbox": [ + 240, + 527, + 506, + 539 + ], + "score": 1.0, + "content": "are Gaussian distributions, the mean and variance of which are", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 537, + 506, + 550 + ], + "spans": [ + { + "bbox": [ + 106, + 537, + 506, + 550 + ], + "score": 1.0, + "content": "modeled by two artificial neural networks. At the center of this model are message-passing neural", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 549, + 505, + 561 + ], + "spans": [ + { + "bbox": [ + 105, + 549, + 505, + 561 + ], + "score": 1.0, + "content": "networks (MPNNs) (Gilmer et al., 2017) with multi-head attention (Velickovi ˇ c et al., 2018). In short, ´", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 559, + 505, + 572 + ], + "spans": [ + { + "bbox": [ + 105, + 559, + 505, + 572 + ], + "score": 1.0, + "content": "an MPNN is a convolutional neural network that allows end-to-end learning of prediction pipelines", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 570, + 505, + 583 + ], + "spans": [ + { + "bbox": [ + 106, + 570, + 505, + 583 + ], + "score": 1.0, + "content": "whose inputs are graphs of arbitrary size and shape. In a convolution, neighboring nodes exchange", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 581, + 505, + 594 + ], + "spans": [ + { + "bbox": [ + 105, + 581, + 505, + 594 + ], + "score": 1.0, + "content": "so-called messages between neighbors to update their attributes. Edges update their attributes with", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 592, + 505, + 605 + ], + "spans": [ + { + "bbox": [ + 106, + 592, + 505, + 605 + ], + "score": 1.0, + "content": "the features of the nodes they are connecting. The MPNN is a well-studied technique that achieves", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 603, + 505, + 616 + ], + "spans": [ + { + "bbox": [ + 105, + 603, + 505, + 616 + ], + "score": 1.0, + "content": "state-of-the-art performance in representation learning for molecules (Kipf & Welling, 2017; Duve-", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 614, + 505, + 626 + ], + "spans": [ + { + "bbox": [ + 106, + 614, + 505, + 626 + ], + "score": 1.0, + "content": "naud et al., 2015; Kearnes et al., 2016; Schutt et al., 2017b; Gilmer et al., 2017; Kusner et al., 2017; ¨", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 624, + 205, + 637 + ], + "spans": [ + { + "bbox": [ + 106, + 624, + 205, + 637 + ], + "score": 1.0, + "content": "Bradshaw et al., 2019a).", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 30.5 + }, + { + "type": "text", + "bbox": [ + 107, + 642, + 505, + 677 + ], + "lines": [ + { + "bbox": [ + 105, + 642, + 505, + 654 + ], + "spans": [ + { + "bbox": [ + 105, + 642, + 505, + 654 + ], + "score": 1.0, + "content": "In the following, we describe the details of the model.2 In Fig. 3, an illustration of the model is", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 653, + 505, + 666 + ], + "spans": [ + { + "bbox": [ + 105, + 653, + 195, + 666 + ], + "score": 1.0, + "content": "shown. In the encoder", + "type": "text" + }, + { + "bbox": [ + 196, + 653, + 239, + 666 + ], + "score": 0.93, + "content": "q _ { \\phi } ( \\mathbf { z } | \\mathbf { d } , \\mathcal { G } )", + "type": "inline_equation" + }, + { + "bbox": [ + 240, + 653, + 263, + 666 + ], + "score": 1.0, + "content": ", each", + "type": "text" + }, + { + "bbox": [ + 263, + 654, + 275, + 664 + ], + "score": 0.88, + "content": "d _ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 275, + 653, + 464, + 666 + ], + "score": 1.0, + "content": "is concatenated with the respective edge feature", + "type": "text" + }, + { + "bbox": [ + 464, + 655, + 475, + 664 + ], + "score": 0.86, + "content": "e _ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 475, + 653, + 505, + 666 + ], + "score": 1.0, + "content": "to give", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 663, + 506, + 680 + ], + "spans": [ + { + "bbox": [ + 106, + 664, + 156, + 678 + ], + "score": 0.92, + "content": "e _ { k } ^ { \\prime } \\in \\mathbb { R } ^ { F _ { e } + 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 156, + 663, + 207, + 680 + ], + "score": 1.0, + "content": ". Then, each", + "type": "text" + }, + { + "bbox": [ + 207, + 667, + 216, + 677 + ], + "score": 0.87, + "content": "v _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 217, + 663, + 255, + 680 + ], + "score": 1.0, + "content": "and each", + "type": "text" + }, + { + "bbox": [ + 255, + 666, + 266, + 678 + ], + "score": 0.9, + "content": "\\boldsymbol { e } _ { k } ^ { \\prime }", + "type": "inline_equation" + }, + { + "bbox": [ + 267, + 663, + 321, + 680 + ], + "score": 1.0, + "content": "are passed to", + "type": "text" + }, + { + "bbox": [ + 322, + 666, + 346, + 678 + ], + "score": 0.92, + "content": "F _ { \\mathrm { e n c , } v }", + "type": "inline_equation" + }, + { + "bbox": [ + 346, + 663, + 364, + 680 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 364, + 666, + 388, + 678 + ], + "score": 0.91, + "content": "F _ { \\mathrm { e n c } , e }", + "type": "inline_equation" + }, + { + "bbox": [ + 388, + 663, + 506, + 680 + ], + "score": 1.0, + "content": "(two multilayer perceptrons,", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 37 + } + ], + "page_idx": 2, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 690, + 505, + 731 + ], + "lines": [ + { + "bbox": [ + 118, + 688, + 506, + 703 + ], + "spans": [ + { + "bbox": [ + 118, + 688, + 398, + 703 + ], + "score": 1.0, + "content": "1Experiments showed that our model performs similarly with a latent space of", + "type": "text" + }, + { + "bbox": [ + 399, + 689, + 419, + 700 + ], + "score": 0.9, + "content": "\\mathbb { R } ^ { 2 N _ { v } }", + "type": "inline_equation" + }, + { + "bbox": [ + 420, + 688, + 506, + 703 + ], + "score": 1.0, + "content": "and overfits with latent", + "type": "text" + } + ] + }, + { + "bbox": [ + 104, + 698, + 168, + 713 + ], + "spans": [ + { + "bbox": [ + 104, + 698, + 168, + 713 + ], + "score": 1.0, + "content": "spaces of R3Nv .", + "type": "text" + } + ] + }, + { + "bbox": [ + 117, + 707, + 505, + 726 + ], + "spans": [ + { + "bbox": [ + 117, + 707, + 505, + 726 + ], + "score": 1.0, + "content": "2The full model (including all parameters) is available online https://figshare.com/s/", + "type": "text" + } + ] + }, + { + "bbox": [ + 107, + 721, + 216, + 732 + ], + "spans": [ + { + "bbox": [ + 107, + 721, + 216, + 732 + ], + "score": 1.0, + "content": "1b42bf865bd78c457354", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 751, + 309, + 760 + ], + "lines": [ + { + "bbox": [ + 301, + 750, + 310, + 762 + ], + "spans": [ + { + "bbox": [ + 301, + 750, + 310, + 762 + ], + "score": 1.0, + "content": "3", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 106, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 107, + 25, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 107, + 25, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2020", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 106, + 77, + 503, + 181 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 106, + 77, + 503, + 181 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 77, + 503, + 181 + ], + "spans": [ + { + "bbox": [ + 106, + 77, + 503, + 181 + ], + "score": 0.969, + "type": "image", + "image_path": "08c1b3e3b35a33713718a18e75ad2f38d7311ffb7d495eaa5cf2fd437d3fe2a8.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 106, + 77, + 503, + 111.66666666666666 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 106, + 111.66666666666666, + 503, + 146.33333333333331 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 106, + 146.33333333333331, + 503, + 180.99999999999997 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 189, + 505, + 256 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 189, + 504, + 202 + ], + "spans": [ + { + "bbox": [ + 106, + 189, + 496, + 202 + ], + "score": 1.0, + "content": "Figure 2: A) The structural formula of a molecule is converted to an extended molecular graph", + "type": "text" + }, + { + "bbox": [ + 496, + 190, + 504, + 201 + ], + "score": 0.75, + "content": "\\mathcal { G }", + "type": "inline_equation" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 201, + 505, + 213 + ], + "spans": [ + { + "bbox": [ + 105, + 201, + 323, + 213 + ], + "score": 1.0, + "content": "consisting of nodes representing atoms (circles, e.g.,", + "type": "text" + }, + { + "bbox": [ + 324, + 203, + 334, + 212 + ], + "score": 0.75, + "content": "v _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 335, + 201, + 505, + 213 + ], + "score": 1.0, + "content": ") and edges representing molecular bonds", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 211, + 505, + 226 + ], + "spans": [ + { + "bbox": [ + 105, + 211, + 175, + 226 + ], + "score": 1.0, + "content": "(solid lines, e.g.,", + "type": "text" + }, + { + "bbox": [ + 176, + 212, + 222, + 223 + ], + "score": 0.9, + "content": "e _ { 1 } \\in E _ { \\mathrm { b o n d } } )", + "type": "inline_equation" + }, + { + "bbox": [ + 222, + 211, + 379, + 226 + ], + "score": 1.0, + "content": ") and auxiliary edges (dotted lines, e.g.,", + "type": "text" + }, + { + "bbox": [ + 380, + 212, + 426, + 223 + ], + "score": 0.91, + "content": "e _ { 2 } \\in E _ { \\mathrm { a n g l e } }", + "type": "inline_equation" + }, + { + "bbox": [ + 426, + 211, + 444, + 226 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 444, + 212, + 500, + 223 + ], + "score": 0.9, + "content": "e _ { 3 } \\in E _ { \\mathrm { d i h e d r a l } } )", + "type": "inline_equation" + }, + { + "bbox": [ + 500, + 211, + 505, + 226 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 222, + 505, + 235 + ], + "spans": [ + { + "bbox": [ + 105, + 222, + 176, + 235 + ], + "score": 1.0, + "content": "B) The distances", + "type": "text" + }, + { + "bbox": [ + 176, + 224, + 184, + 233 + ], + "score": 0.42, + "content": "\\mathbf { d }", + "type": "inline_equation" + }, + { + "bbox": [ + 184, + 222, + 323, + 235 + ], + "score": 1.0, + "content": "are extracted from a conformation", + "type": "text" + }, + { + "bbox": [ + 323, + 225, + 331, + 233 + ], + "score": 0.44, + "content": "\\mathbf { x }", + "type": "inline_equation" + }, + { + "bbox": [ + 332, + 222, + 410, + 235 + ], + "score": 1.0, + "content": "based on the edges", + "type": "text" + }, + { + "bbox": [ + 410, + 224, + 419, + 233 + ], + "score": 0.7, + "content": "E", + "type": "inline_equation" + }, + { + "bbox": [ + 419, + 222, + 505, + 235 + ], + "score": 1.0, + "content": ". C) Graphical model", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 233, + 506, + 247 + ], + "spans": [ + { + "bbox": [ + 105, + 233, + 311, + 247 + ], + "score": 1.0, + "content": "of the variational autoencoder: generative model", + "type": "text" + }, + { + "bbox": [ + 312, + 234, + 387, + 246 + ], + "score": 0.93, + "content": "p _ { \\theta } ( \\mathbf { d } | \\mathbf { z } , \\mathcal { G } ) p _ { \\theta } ( \\mathbf { z } | \\mathcal { G } )", + "type": "inline_equation" + }, + { + "bbox": [ + 388, + 233, + 506, + 247 + ], + "score": 1.0, + "content": "(solid lines) and variational", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 245, + 273, + 258 + ], + "spans": [ + { + "bbox": [ + 105, + 245, + 167, + 258 + ], + "score": 1.0, + "content": "approximation", + "type": "text" + }, + { + "bbox": [ + 167, + 245, + 211, + 257 + ], + "score": 0.94, + "content": "q _ { \\phi } ( \\mathbf { z } | \\mathbf { d } , \\mathcal { G } )", + "type": "inline_equation" + }, + { + "bbox": [ + 211, + 245, + 273, + 258 + ], + "score": 1.0, + "content": "(dashed lines).", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 5.5 + } + ], + "index": 3.25 + }, + { + "type": "text", + "bbox": [ + 107, + 280, + 505, + 336 + ], + "lines": [ + { + "bbox": [ + 106, + 280, + 505, + 292 + ], + "spans": [ + { + "bbox": [ + 106, + 280, + 505, + 292 + ], + "score": 1.0, + "content": "A key advantage of a representation in terms of distances is its invariance to rotation and trans-", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 290, + 505, + 304 + ], + "spans": [ + { + "bbox": [ + 105, + 290, + 505, + 304 + ], + "score": 1.0, + "content": "lation; by contrast, Cartesian coordinates depend on the (arbitrary) choice of origin, for example.", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 104, + 300, + 505, + 316 + ], + "spans": [ + { + "bbox": [ + 104, + 300, + 505, + 316 + ], + "score": 1.0, + "content": "In addition, it reflects pair-wise physical interactions and their generally local nature. Auxiliary", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 312, + 505, + 326 + ], + "spans": [ + { + "bbox": [ + 105, + 312, + 505, + 326 + ], + "score": 1.0, + "content": "edges can be placed between higher-order neighbors depending on how far the physical interactions", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 325, + 317, + 336 + ], + "spans": [ + { + "bbox": [ + 106, + 325, + 317, + 336 + ], + "score": 1.0, + "content": "dominating the potential energy of the system reach.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 11, + "bbox_fs": [ + 104, + 280, + 505, + 336 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 340, + 504, + 378 + ], + "lines": [ + { + "bbox": [ + 101, + 334, + 510, + 376 + ], + "spans": [ + { + "bbox": [ + 101, + 347, + 142, + 376 + ], + "score": 1.0, + "content": "samples", + "type": "text" + }, + { + "bbox": [ + 102, + 334, + 177, + 362 + ], + "score": 1.0, + "content": "We have a set of", + "type": "text" + }, + { + "bbox": [ + 142, + 354, + 183, + 370 + ], + "score": 0.93, + "content": "\\{ \\mathbf { x } _ { l , j } \\} _ { j = 1 } ^ { S _ { l } }", + "type": "inline_equation" + }, + { + "bbox": [ + 178, + 343, + 192, + 354 + ], + "score": 0.89, + "content": "N _ { \\mathcal { G } }", + "type": "inline_equation" + }, + { + "bbox": [ + 183, + 347, + 377, + 376 + ], + "score": 1.0, + "content": "l=1from the ground-truth distribution resulting in", + "type": "text" + }, + { + "bbox": [ + 193, + 334, + 267, + 362 + ], + "score": 1.0, + "content": "molecular graphs", + "type": "text" + }, + { + "bbox": [ + 268, + 340, + 300, + 356 + ], + "score": 0.93, + "content": "\\{ \\mathcal { G } _ { l } \\} _ { l = 1 } ^ { N _ { g } }", + "type": "inline_equation" + }, + { + "bbox": [ + 301, + 334, + 378, + 362 + ], + "score": 1.0, + "content": ". Further, for each", + "type": "text" + }, + { + "bbox": [ + 377, + 356, + 387, + 367 + ], + "score": 0.86, + "content": "S _ { l }", + "type": "inline_equation" + }, + { + "bbox": [ + 378, + 343, + 388, + 354 + ], + "score": 0.86, + "content": "\\mathcal { G } _ { l }", + "type": "inline_equation" + }, + { + "bbox": [ + 388, + 334, + 429, + 362 + ], + "score": 1.0, + "content": ", we have", + "type": "text" + }, + { + "bbox": [ + 388, + 347, + 460, + 376 + ], + "score": 1.0, + "content": "sets of distances", + "type": "text" + }, + { + "bbox": [ + 429, + 343, + 440, + 354 + ], + "score": 0.87, + "content": "S _ { l }", + "type": "inline_equation" + }, + { + "bbox": [ + 440, + 334, + 510, + 362 + ], + "score": 1.0, + "content": "conformational", + "type": "text" + }, + { + "bbox": [ + 461, + 354, + 501, + 370 + ], + "score": 0.93, + "content": "\\{ \\mathbf { d } _ { l , j } \\} _ { j = 1 } ^ { S _ { l } }", + "type": "inline_equation" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 366, + 462, + 380 + ], + "spans": [ + { + "bbox": [ + 106, + 366, + 462, + 380 + ], + "score": 1.0, + "content": "With this data, we will train a generative model which we detail in the following section.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14.5, + "bbox_fs": [ + 101, + 334, + 510, + 380 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 394, + 222, + 406 + ], + "lines": [ + { + "bbox": [ + 105, + 393, + 225, + 407 + ], + "spans": [ + { + "bbox": [ + 105, + 393, + 225, + 407 + ], + "score": 1.0, + "content": "2.2 GENERATIVE MODEL", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16 + }, + { + "type": "text", + "bbox": [ + 107, + 416, + 505, + 460 + ], + "lines": [ + { + "bbox": [ + 106, + 416, + 505, + 428 + ], + "spans": [ + { + "bbox": [ + 106, + 416, + 505, + 428 + ], + "score": 1.0, + "content": "We employ a CVAE (Kingma & Welling, 2014; Pagnoni et al., 2018) to model the distribution over", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 427, + 505, + 439 + ], + "spans": [ + { + "bbox": [ + 106, + 427, + 253, + 439 + ], + "score": 1.0, + "content": "distances d given a molecular graph", + "type": "text" + }, + { + "bbox": [ + 254, + 428, + 261, + 438 + ], + "score": 0.78, + "content": "\\mathcal { G }", + "type": "inline_equation" + }, + { + "bbox": [ + 262, + 427, + 357, + 439 + ], + "score": 1.0, + "content": ". A CVAE first encodes", + "type": "text" + }, + { + "bbox": [ + 357, + 428, + 365, + 438 + ], + "score": 0.84, + "content": "\\mathcal { G }", + "type": "inline_equation" + }, + { + "bbox": [ + 365, + 427, + 505, + 439 + ], + "score": 1.0, + "content": "together with d into a latent space", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 436, + 504, + 452 + ], + "spans": [ + { + "bbox": [ + 106, + 437, + 151, + 449 + ], + "score": 0.91, + "content": "\\mathbf { z } ~ \\in ~ \\mathbb { R } ^ { k N _ { v } }", + "type": "inline_equation" + }, + { + "bbox": [ + 152, + 436, + 185, + 452 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 185, + 438, + 222, + 449 + ], + "score": 0.91, + "content": "k \\in \\mathbb { N } ^ { + }", + "type": "inline_equation" + }, + { + "bbox": [ + 222, + 436, + 298, + 452 + ], + "score": 1.0, + "content": ", with an encoder", + "type": "text" + }, + { + "bbox": [ + 298, + 438, + 341, + 451 + ], + "score": 0.93, + "content": "q _ { \\phi } ( \\mathbf { z } | \\mathbf { d } , \\mathcal { G } )", + "type": "inline_equation" + }, + { + "bbox": [ + 342, + 436, + 460, + 452 + ], + "score": 1.0, + "content": ". Subsequently, the decoder", + "type": "text" + }, + { + "bbox": [ + 460, + 438, + 504, + 450 + ], + "score": 0.93, + "content": "p _ { \\boldsymbol { \\theta } } ( \\mathbf { d } | \\mathbf { z } , \\mathcal { G } )", + "type": "inline_equation" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 448, + 426, + 461 + ], + "spans": [ + { + "bbox": [ + 105, + 448, + 141, + 461 + ], + "score": 1.0, + "content": "decodes", + "type": "text" + }, + { + "bbox": [ + 141, + 451, + 148, + 459 + ], + "score": 0.53, + "content": "\\mathbf { z }", + "type": "inline_equation" + }, + { + "bbox": [ + 148, + 448, + 426, + 461 + ], + "score": 1.0, + "content": "back into a set of distances. A graphical model is shown in Fig. 2 C).", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 18.5, + "bbox_fs": [ + 105, + 416, + 505, + 461 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 465, + 505, + 521 + ], + "lines": [ + { + "bbox": [ + 106, + 466, + 505, + 478 + ], + "spans": [ + { + "bbox": [ + 106, + 466, + 240, + 478 + ], + "score": 1.0, + "content": "A conformation has, in general,", + "type": "text" + }, + { + "bbox": [ + 241, + 466, + 279, + 477 + ], + "score": 0.89, + "content": "3 N _ { v } - 6", + "type": "inline_equation" + }, + { + "bbox": [ + 279, + 466, + 505, + 478 + ], + "score": 1.0, + "content": "spatial degrees of freedom (dofs): one dof per spacial", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 475, + 505, + 491 + ], + "spans": [ + { + "bbox": [ + 105, + 475, + 505, + 491 + ], + "score": 1.0, + "content": "dimension per atom minus three translational and three rotational dofs. Therefore, the latent space", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 488, + 505, + 500 + ], + "spans": [ + { + "bbox": [ + 106, + 488, + 505, + 500 + ], + "score": 1.0, + "content": "should be proportional to the number of atoms in the molecule. In addition, the latent space should be", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 497, + 505, + 511 + ], + "spans": [ + { + "bbox": [ + 105, + 497, + 157, + 511 + ], + "score": 1.0, + "content": "smaller than", + "type": "text" + }, + { + "bbox": [ + 157, + 499, + 176, + 510 + ], + "score": 0.9, + "content": "3 N _ { v }", + "type": "inline_equation" + }, + { + "bbox": [ + 176, + 497, + 505, + 511 + ], + "score": 1.0, + "content": "as it is the role of the encoder to project the conformation into a lower-dimensional", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 510, + 317, + 523 + ], + "spans": [ + { + "bbox": [ + 105, + 510, + 209, + 523 + ], + "score": 1.0, + "content": "space. As a result, we set", + "type": "text" + }, + { + "bbox": [ + 209, + 510, + 235, + 520 + ], + "score": 0.91, + "content": "k = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 235, + 510, + 317, + 523 + ], + "score": 1.0, + "content": "to avoid overfitting.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 23, + "bbox_fs": [ + 105, + 466, + 505, + 523 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 526, + 505, + 637 + ], + "lines": [ + { + "bbox": [ + 106, + 527, + 506, + 539 + ], + "spans": [ + { + "bbox": [ + 106, + 527, + 132, + 539 + ], + "score": 1.0, + "content": "Here,", + "type": "text" + }, + { + "bbox": [ + 132, + 527, + 176, + 539 + ], + "score": 0.92, + "content": "q _ { \\phi } ( \\mathbf { z } | \\mathbf { d } , \\mathcal { G } )", + "type": "inline_equation" + }, + { + "bbox": [ + 176, + 527, + 196, + 539 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 196, + 527, + 240, + 538 + ], + "score": 0.93, + "content": "p _ { \\boldsymbol { \\theta } } ( \\mathbf { d } | \\mathbf { z } , \\mathcal { G } )", + "type": "inline_equation" + }, + { + "bbox": [ + 240, + 527, + 506, + 539 + ], + "score": 1.0, + "content": "are Gaussian distributions, the mean and variance of which are", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 537, + 506, + 550 + ], + "spans": [ + { + "bbox": [ + 106, + 537, + 506, + 550 + ], + "score": 1.0, + "content": "modeled by two artificial neural networks. At the center of this model are message-passing neural", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 549, + 505, + 561 + ], + "spans": [ + { + "bbox": [ + 105, + 549, + 505, + 561 + ], + "score": 1.0, + "content": "networks (MPNNs) (Gilmer et al., 2017) with multi-head attention (Velickovi ˇ c et al., 2018). In short, ´", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 559, + 505, + 572 + ], + "spans": [ + { + "bbox": [ + 105, + 559, + 505, + 572 + ], + "score": 1.0, + "content": "an MPNN is a convolutional neural network that allows end-to-end learning of prediction pipelines", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 570, + 505, + 583 + ], + "spans": [ + { + "bbox": [ + 106, + 570, + 505, + 583 + ], + "score": 1.0, + "content": "whose inputs are graphs of arbitrary size and shape. In a convolution, neighboring nodes exchange", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 581, + 505, + 594 + ], + "spans": [ + { + "bbox": [ + 105, + 581, + 505, + 594 + ], + "score": 1.0, + "content": "so-called messages between neighbors to update their attributes. Edges update their attributes with", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 592, + 505, + 605 + ], + "spans": [ + { + "bbox": [ + 106, + 592, + 505, + 605 + ], + "score": 1.0, + "content": "the features of the nodes they are connecting. The MPNN is a well-studied technique that achieves", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 603, + 505, + 616 + ], + "spans": [ + { + "bbox": [ + 105, + 603, + 505, + 616 + ], + "score": 1.0, + "content": "state-of-the-art performance in representation learning for molecules (Kipf & Welling, 2017; Duve-", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 614, + 505, + 626 + ], + "spans": [ + { + "bbox": [ + 106, + 614, + 505, + 626 + ], + "score": 1.0, + "content": "naud et al., 2015; Kearnes et al., 2016; Schutt et al., 2017b; Gilmer et al., 2017; Kusner et al., 2017; ¨", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 624, + 205, + 637 + ], + "spans": [ + { + "bbox": [ + 106, + 624, + 205, + 637 + ], + "score": 1.0, + "content": "Bradshaw et al., 2019a).", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 30.5, + "bbox_fs": [ + 105, + 527, + 506, + 637 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 642, + 505, + 677 + ], + "lines": [ + { + "bbox": [ + 105, + 642, + 505, + 654 + ], + "spans": [ + { + "bbox": [ + 105, + 642, + 505, + 654 + ], + "score": 1.0, + "content": "In the following, we describe the details of the model.2 In Fig. 3, an illustration of the model is", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 653, + 505, + 666 + ], + "spans": [ + { + "bbox": [ + 105, + 653, + 195, + 666 + ], + "score": 1.0, + "content": "shown. In the encoder", + "type": "text" + }, + { + "bbox": [ + 196, + 653, + 239, + 666 + ], + "score": 0.93, + "content": "q _ { \\phi } ( \\mathbf { z } | \\mathbf { d } , \\mathcal { G } )", + "type": "inline_equation" + }, + { + "bbox": [ + 240, + 653, + 263, + 666 + ], + "score": 1.0, + "content": ", each", + "type": "text" + }, + { + "bbox": [ + 263, + 654, + 275, + 664 + ], + "score": 0.88, + "content": "d _ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 275, + 653, + 464, + 666 + ], + "score": 1.0, + "content": "is concatenated with the respective edge feature", + "type": "text" + }, + { + "bbox": [ + 464, + 655, + 475, + 664 + ], + "score": 0.86, + "content": "e _ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 475, + 653, + 505, + 666 + ], + "score": 1.0, + "content": "to give", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 663, + 506, + 680 + ], + "spans": [ + { + "bbox": [ + 106, + 664, + 156, + 678 + ], + "score": 0.92, + "content": "e _ { k } ^ { \\prime } \\in \\mathbb { R } ^ { F _ { e } + 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 156, + 663, + 207, + 680 + ], + "score": 1.0, + "content": ". Then, each", + "type": "text" + }, + { + "bbox": [ + 207, + 667, + 216, + 677 + ], + "score": 0.87, + "content": "v _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 217, + 663, + 255, + 680 + ], + "score": 1.0, + "content": "and each", + "type": "text" + }, + { + "bbox": [ + 255, + 666, + 266, + 678 + ], + "score": 0.9, + "content": "\\boldsymbol { e } _ { k } ^ { \\prime }", + "type": "inline_equation" + }, + { + "bbox": [ + 267, + 663, + 321, + 680 + ], + "score": 1.0, + "content": "are passed to", + "type": "text" + }, + { + "bbox": [ + 322, + 666, + 346, + 678 + ], + "score": 0.92, + "content": "F _ { \\mathrm { e n c , } v }", + "type": "inline_equation" + }, + { + "bbox": [ + 346, + 663, + 364, + 680 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 364, + 666, + 388, + 678 + ], + "score": 0.91, + "content": "F _ { \\mathrm { e n c } , e }", + "type": "inline_equation" + }, + { + "bbox": [ + 388, + 663, + 506, + 680 + ], + "score": 1.0, + "content": "(two multilayer perceptrons,", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 37, + "bbox_fs": [ + 105, + 642, + 506, + 680 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 120, + 79, + 505, + 259 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 120, + 79, + 505, + 259 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 120, + 79, + 505, + 259 + ], + "spans": [ + { + "bbox": [ + 120, + 79, + 505, + 259 + ], + "score": 0.971, + "type": "image", + "image_path": "5f0738038473b071de697991b53166ab0b2ba48a790fd8a700a36244723f5ab6.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 120, + 79, + 505, + 139.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 120, + 139.0, + 505, + 199.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 120, + 199.0, + 505, + 259.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 267, + 505, + 291 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 268, + 505, + 281 + ], + "spans": [ + { + "bbox": [ + 106, + 268, + 234, + 281 + ], + "score": 1.0, + "content": "Figure 3: The molecular graph", + "type": "text" + }, + { + "bbox": [ + 234, + 269, + 242, + 279 + ], + "score": 0.83, + "content": "\\mathcal { G }", + "type": "inline_equation" + }, + { + "bbox": [ + 242, + 268, + 354, + 281 + ], + "score": 1.0, + "content": "together with the distances", + "type": "text" + }, + { + "bbox": [ + 354, + 269, + 362, + 279 + ], + "score": 0.43, + "content": "\\mathbf { d }", + "type": "inline_equation" + }, + { + "bbox": [ + 362, + 268, + 505, + 281 + ], + "score": 1.0, + "content": "are passed through the model con-", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 279, + 459, + 291 + ], + "spans": [ + { + "bbox": [ + 105, + 279, + 191, + 291 + ], + "score": 1.0, + "content": "sisting of an encoder", + "type": "text" + }, + { + "bbox": [ + 192, + 279, + 235, + 291 + ], + "score": 0.93, + "content": "q _ { \\phi } ( \\mathbf { z } | \\mathbf { d } , \\mathcal { G } )", + "type": "inline_equation" + }, + { + "bbox": [ + 236, + 279, + 294, + 291 + ], + "score": 1.0, + "content": "and a decoder", + "type": "text" + }, + { + "bbox": [ + 295, + 279, + 338, + 291 + ], + "score": 0.94, + "content": "p _ { \\boldsymbol { \\theta } } ( \\mathbf { d } | \\mathbf { z } , \\mathcal { G } )", + "type": "inline_equation" + }, + { + "bbox": [ + 338, + 279, + 459, + 291 + ], + "score": 1.0, + "content": ". See the main text for details.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + } + ], + "index": 2.25 + }, + { + "type": "text", + "bbox": [ + 106, + 314, + 505, + 386 + ], + "lines": [ + { + "bbox": [ + 102, + 309, + 501, + 335 + ], + "spans": [ + { + "bbox": [ + 102, + 309, + 223, + 335 + ], + "score": 1.0, + "content": "MLPs), respectively, to give", + "type": "text" + }, + { + "bbox": [ + 223, + 315, + 241, + 329 + ], + "score": 0.93, + "content": "\\mathcal { G } _ { \\mathrm { e n c } } ^ { ( 0 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 242, + 309, + 273, + 335 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 274, + 315, + 458, + 331 + ], + "score": 0.77, + "content": "\\mathcal { G } _ { \\mathrm { e n c } } ^ { ( t ) } = ( \\{ v _ { i , \\mathrm { e n c } } ^ { ( t ) } \\} _ { i = 1 } ^ { N _ { v } } , \\{ ( e _ { k , \\mathrm { e n c } } ^ { ( t ) } , r _ { k } , s _ { k } ) \\} _ { k = 1 } ^ { N _ { e } } ) , v _ { i } ^ { ( }", + "type": "inline_equation" + }, + { + "bbox": [ + 449, + 314, + 501, + 332 + ], + "score": 0.63, + "content": "v _ { i , \\mathrm { e n c } } ^ { ( t ) } \\in \\mathbb { R } ^ { L _ { v } }", + "type": "inline_equation" + } + ], + "index": 5 + }, + { + "bbox": [ + 101, + 326, + 509, + 352 + ], + "spans": [ + { + "bbox": [ + 101, + 326, + 124, + 352 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 124, + 330, + 178, + 347 + ], + "score": 0.93, + "content": "e _ { k , \\mathrm { e n c } } ^ { ( t ) } \\in \\mathbb { R } ^ { L _ { \\mathrm { c } } }", + "type": "inline_equation" + }, + { + "bbox": [ + 178, + 326, + 211, + 352 + ], + "score": 1.0, + "content": ". Then,", + "type": "text" + }, + { + "bbox": [ + 212, + 334, + 220, + 344 + ], + "score": 0.69, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 221, + 326, + 306, + 352 + ], + "score": 1.0, + "content": "MPNNs of depth 1,", + "type": "text" + }, + { + "bbox": [ + 307, + 332, + 356, + 346 + ], + "score": 0.92, + "content": "\\{ \\mathbf { M P } _ { \\mathrm { e n c } } ^ { ( t ) } \\} _ { t = 1 } ^ { T }", + "type": "inline_equation" + }, + { + "bbox": [ + 356, + 326, + 509, + 352 + ], + "score": 1.0, + "content": ", are consecutively applied to obtain", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 341, + 504, + 368 + ], + "spans": [ + { + "bbox": [ + 106, + 347, + 126, + 361 + ], + "score": 0.89, + "content": "\\mathcal { G } _ { \\mathrm { e n c } } ^ { ( T ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 127, + 341, + 254, + 368 + ], + "score": 1.0, + "content": ". Finally, the read-out function", + "type": "text" + }, + { + "bbox": [ + 254, + 349, + 273, + 361 + ], + "score": 0.9, + "content": "R _ { \\mathrm { e n c } }", + "type": "inline_equation" + }, + { + "bbox": [ + 273, + 341, + 362, + 368 + ], + "score": 1.0, + "content": "(an MLP) takes each", + "type": "text" + }, + { + "bbox": [ + 362, + 347, + 383, + 362 + ], + "score": 0.91, + "content": "v _ { \\mathrm { i , e n c } } ^ { ( T ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 384, + 341, + 467, + 368 + ], + "score": 1.0, + "content": "to predict the mean", + "type": "text" + }, + { + "bbox": [ + 468, + 349, + 504, + 361 + ], + "score": 0.92, + "content": "\\mu _ { z _ { i } } \\in \\mathbb { R }", + "type": "inline_equation" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 361, + 506, + 376 + ], + "spans": [ + { + "bbox": [ + 105, + 361, + 174, + 376 + ], + "score": 1.0, + "content": "and the variance", + "type": "text" + }, + { + "bbox": [ + 175, + 361, + 210, + 375 + ], + "score": 0.93, + "content": "\\sigma _ { z _ { i } } ^ { 2 } \\in \\mathbb { R }", + "type": "inline_equation" + }, + { + "bbox": [ + 210, + 361, + 339, + 376 + ], + "score": 1.0, + "content": "of the Gaussian distribution for", + "type": "text" + }, + { + "bbox": [ + 340, + 365, + 349, + 374 + ], + "score": 0.85, + "content": "z _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 349, + 361, + 506, + 376 + ], + "score": 1.0, + "content": ". The so-called reparametrization trick", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 371, + 308, + 388 + ], + "spans": [ + { + "bbox": [ + 105, + 371, + 241, + 388 + ], + "score": 1.0, + "content": "is employed to draw a sample for", + "type": "text" + }, + { + "bbox": [ + 241, + 375, + 250, + 384 + ], + "score": 0.86, + "content": "z _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 251, + 371, + 308, + 388 + ], + "score": 1.0, + "content": ". In summary,", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 7 + }, + { + "type": "interline_equation", + "bbox": [ + 150, + 394, + 460, + 450 + ], + "lines": [ + { + "bbox": [ + 150, + 394, + 460, + 450 + ], + "spans": [ + { + "bbox": [ + 150, + 394, + 460, + 450 + ], + "score": 0.93, + "content": "\\begin{array} { r l } { v _ { i , \\mathrm { e n c } } ^ { ( 0 ) } = F _ { \\mathrm { e n c } , v } ( v _ { i } ) , } & { e _ { k , \\mathrm { e n c } } ^ { ( 0 ) } = F _ { \\mathrm { e n c } , e } ( e _ { i } ^ { \\prime } ) , } \\\\ { \\mathcal { G } _ { \\mathrm { e n c } } ^ { ( 1 ) } = \\mathsf { M P } _ { \\mathrm { e n c } } ^ { ( 0 ) } ( \\mathcal { G } _ { \\mathrm { e n c } } ^ { ( 0 ) } ) , } & { \\mathcal { G } _ { \\mathrm { e n c } } ^ { ( t + 1 ) } = \\mathsf { M P } _ { \\mathrm { e n c } } ^ { ( t ) } ( \\mathcal { G } _ { \\mathrm { e n c } } ^ { ( t ) } ) , \\quad \\mathcal { G } _ { \\mathrm { e n c } } ^ { ( T ) } = \\mathsf { M P } _ { \\mathrm { e n c } } ^ { ( T - 1 ) } ( \\mathcal { G } _ { \\mathrm { e n c } } ^ { ( T - 1 ) } ) , } \\\\ { \\mu _ { z _ { i } } , \\sigma _ { z _ { i } } ^ { 2 } = R _ { \\mathrm { e n c } } ( v _ { i , \\mathrm { e n c } } ^ { ( T ) } ) . } \\end{array}", + "type": "interline_equation", + "image_path": "ea2e8d68fcb9089882d112d8b9533da68ffa6c1a89f445f3334ff8e10ef1b1cd.jpg" + } + ] + } + ], + "index": 11, + "virtual_lines": [ + { + "bbox": [ + 150, + 394, + 460, + 412.6666666666667 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 150, + 412.6666666666667, + 460, + 431.33333333333337 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 150, + 431.33333333333337, + 460, + 450.00000000000006 + ], + "spans": [], + "index": 12 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 458, + 506, + 541 + ], + "lines": [ + { + "bbox": [ + 135, + 459, + 505, + 494 + ], + "spans": [ + { + "bbox": [ + 135, + 459, + 162, + 494 + ], + "score": 1.0, + "content": "decode. Each", + "type": "text" + }, + { + "bbox": [ + 167, + 459, + 210, + 471 + ], + "score": 0.94, + "content": "p _ { \\boldsymbol { \\theta } } ( \\mathbf { d } | \\mathbf { z } , \\mathcal { G } )", + "type": "inline_equation" + }, + { + "bbox": [ + 222, + 459, + 236, + 494 + ], + "score": 1.0, + "content": "ach are", + "type": "text" + }, + { + "bbox": [ + 236, + 461, + 245, + 470 + ], + "score": 0.84, + "content": "z _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 246, + 459, + 278, + 494 + ], + "score": 1.0, + "content": "is concassed to", + "type": "text" + }, + { + "bbox": [ + 303, + 459, + 321, + 494 + ], + "score": 1.0, + "content": "d wand", + "type": "text" + }, + { + "bbox": [ + 345, + 459, + 443, + 494 + ], + "score": 1.0, + "content": "respective node feature (two MLPs), respective", + "type": "text" + }, + { + "bbox": [ + 443, + 461, + 452, + 470 + ], + "score": 0.85, + "content": "v _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 452, + 459, + 483, + 494 + ], + "score": 1.0, + "content": "to give to give", + "type": "text" + }, + { + "bbox": [ + 484, + 459, + 505, + 471 + ], + "score": 0.89, + "content": "v _ { i } ^ { \\prime } \\in", + "type": "inline_equation" + } + ], + "index": 13 + }, + { + "bbox": [ + 102, + 471, + 506, + 509 + ], + "spans": [ + { + "bbox": [ + 102, + 476, + 133, + 509 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 106, + 471, + 135, + 483 + ], + "score": 0.9, + "content": "\\mathbb { R } ^ { F _ { v } + 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 134, + 485, + 302, + 501 + ], + "score": 0.82, + "content": "\\mathcal { G } _ { \\mathrm { d e c } } ^ { ( t ) } = ( \\{ v _ { i , \\mathrm { d e c } } ^ { ( t ) } \\} _ { i = 1 } ^ { N _ { v } } , \\{ ( e _ { k , \\mathrm { d e c } } ^ { ( t ) } , r _ { k } , s _ { k } ) \\} _ { k = 1 } ^ { N _ { e } } )", + "type": "inline_equation" + }, + { + "bbox": [ + 162, + 473, + 172, + 485 + ], + "score": 0.86, + "content": "\\boldsymbol { v } _ { i } ^ { \\prime }", + "type": "inline_equation" + }, + { + "bbox": [ + 212, + 475, + 222, + 484 + ], + "score": 0.84, + "content": "e _ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 279, + 473, + 302, + 485 + ], + "score": 0.91, + "content": "F _ { \\mathrm { d e c } , v }", + "type": "inline_equation" + }, + { + "bbox": [ + 303, + 476, + 307, + 509 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 307, + 485, + 357, + 501 + ], + "score": 0.87, + "content": "v _ { i , \\mathrm { d e c } } ^ { ( t ) } \\in \\mathbb { R } ^ { L _ { v } }", + "type": "inline_equation" + }, + { + "bbox": [ + 321, + 473, + 345, + 485 + ], + "score": 0.9, + "content": "F _ { \\mathrm { d e c } , e }", + "type": "inline_equation" + }, + { + "bbox": [ + 357, + 476, + 378, + 509 + ], + "score": 1.0, + "content": ", and", + "type": "text" + }, + { + "bbox": [ + 378, + 485, + 429, + 501 + ], + "score": 0.93, + "content": "e _ { k , \\mathrm { d e c } } ^ { ( t ) } \\in \\mathbb { R } ^ { L _ { \\mathrm { e } } }", + "type": "inline_equation" + }, + { + "bbox": [ + 430, + 476, + 460, + 509 + ], + "score": 1.0, + "content": ". Then,", + "type": "text" + }, + { + "bbox": [ + 469, + 476, + 506, + 509 + ], + "score": 1.0, + "content": "dec MPNNs", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 102, + 494, + 485, + 523 + ], + "spans": [ + { + "bbox": [ + 102, + 498, + 198, + 518 + ], + "score": 1.0, + "content": "of depth 1, {MP(t)dec}Tt=", + "type": "text" + }, + { + "bbox": [ + 200, + 494, + 343, + 523 + ], + "score": 1.0, + "content": ", are consecutively applied to obtain", + "type": "text" + }, + { + "bbox": [ + 343, + 501, + 363, + 516 + ], + "score": 0.91, + "content": "\\mathcal { G } _ { \\mathrm { d e c } } ^ { ( T ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 363, + 494, + 485, + 523 + ], + "score": 1.0, + "content": ". Finally, the read-out function", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 99, + 507, + 505, + 538 + ], + "spans": [ + { + "bbox": [ + 99, + 507, + 169, + 538 + ], + "score": 1.0, + "content": "(an MLP) takes", + "type": "text" + }, + { + "bbox": [ + 180, + 507, + 192, + 538 + ], + "score": 1.0, + "content": "ch", + "type": "text" + }, + { + "bbox": [ + 192, + 515, + 216, + 531 + ], + "score": 0.93, + "content": "e _ { \\mathbf { k } , \\mathrm { d e c } } ^ { ( T ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 216, + 507, + 297, + 538 + ], + "score": 1.0, + "content": "to predict the mean", + "type": "text" + }, + { + "bbox": [ + 297, + 518, + 333, + 530 + ], + "score": 0.92, + "content": "\\mu _ { d _ { k } } \\in \\mathbb { R }", + "type": "inline_equation" + }, + { + "bbox": [ + 333, + 507, + 402, + 538 + ], + "score": 1.0, + "content": "dec and the variance", + "type": "text" + }, + { + "bbox": [ + 403, + 517, + 439, + 531 + ], + "score": 0.94, + "content": "\\sigma _ { d _ { k } } ^ { 2 } \\in \\mathbb { R }", + "type": "inline_equation" + }, + { + "bbox": [ + 439, + 507, + 505, + 538 + ], + "score": 1.0, + "content": "decof the Gaussian", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 169, + 526, + 237, + 542 + ], + "spans": [ + { + "bbox": [ + 169, + 529, + 180, + 540 + ], + "score": 0.88, + "content": "d _ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 180, + 526, + 237, + 542 + ], + "score": 1.0, + "content": ". In summary,", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 15 + }, + { + "type": "interline_equation", + "bbox": [ + 150, + 550, + 460, + 606 + ], + "lines": [ + { + "bbox": [ + 150, + 550, + 460, + 606 + ], + "spans": [ + { + "bbox": [ + 150, + 550, + 460, + 606 + ], + "score": 0.93, + "content": "\\begin{array} { r l } & { v _ { i , \\mathrm { d e c } } ^ { ( 0 ) } = F _ { \\mathrm { d e c } , v } ( v _ { i } ^ { \\prime } ) , \\quad e _ { k , \\mathrm { d e c } } ^ { ( 0 ) } = F _ { \\mathrm { d e c } , e } ( e _ { i } ) , } \\\\ & { \\mathcal { G } _ { \\mathrm { d e c } } ^ { ( 1 ) } = \\mathbf { M } \\mathbf { P } _ { \\mathrm { d e c } } ^ { ( 0 ) } ( \\mathcal { G } _ { \\mathrm { d e c } } ^ { ( 0 ) } ) , \\quad \\mathcal { G } _ { \\mathrm { d e c } } ^ { ( t + 1 ) } = \\mathbf { M } \\mathbf { P } _ { \\mathrm { d e c } } ^ { ( t ) } ( \\mathcal { G } _ { \\mathrm { d e c } } ^ { ( t ) } ) , \\quad \\mathcal { G } _ { \\mathrm { d e c } } ^ { ( T ) } = \\mathbf { M } \\mathbf { P } _ { \\mathrm { d e c } } ^ { ( T - 1 ) } ( \\mathcal { G } _ { \\mathrm { d e c } } ^ { ( T - 1 ) } ) , } \\\\ & { \\qquad \\mu _ { d _ { k } } , \\sigma _ { d _ { k } } ^ { 2 } = R _ { \\mathrm { d e c } } ( e _ { k , \\mathrm { d e c } } ^ { ( T ) } ) . } \\end{array}", + "type": "interline_equation", + "image_path": "e7ec360161c0d1f4679e4d5d60fd4312149118e0ca7b0c158ca322b33120af1f.jpg" + } + ] + } + ], + "index": 19, + "virtual_lines": [ + { + "bbox": [ + 150, + 550, + 460, + 568.6666666666666 + ], + "spans": [], + "index": 18 + }, + { + "bbox": [ + 150, + 568.6666666666666, + 460, + 587.3333333333333 + ], + "spans": [], + "index": 19 + }, + { + "bbox": [ + 150, + 587.3333333333333, + 460, + 605.9999999999999 + ], + "spans": [], + "index": 20 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 614, + 506, + 652 + ], + "lines": [ + { + "bbox": [ + 105, + 611, + 506, + 630 + ], + "spans": [ + { + "bbox": [ + 105, + 611, + 326, + 630 + ], + "score": 1.0, + "content": "The sets of parameters in the encoder and decoder,", + "type": "text" + }, + { + "bbox": [ + 326, + 615, + 334, + 627 + ], + "score": 0.85, + "content": "\\phi", + "type": "inline_equation" + }, + { + "bbox": [ + 335, + 611, + 355, + 630 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 355, + 615, + 362, + 625 + ], + "score": 0.8, + "content": "\\theta", + "type": "inline_equation" + }, + { + "bbox": [ + 362, + 611, + 447, + 630 + ], + "score": 1.0, + "content": "(i.e., parameters in", + "type": "text" + }, + { + "bbox": [ + 447, + 615, + 501, + 628 + ], + "score": 0.29, + "content": "F _ { \\mathrm { e n c } , v } , \\ F _ { \\mathrm { e n c } , e }", + "type": "inline_equation" + }, + { + "bbox": [ + 502, + 611, + 506, + 630 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 107, + 622, + 507, + 648 + ], + "spans": [ + { + "bbox": [ + 107, + 627, + 155, + 642 + ], + "score": 0.81, + "content": "\\{ \\mathbf { M P } _ { \\mathrm { e n c } } ^ { ( t ) } \\} _ { t = 1 } ^ { T }", + "type": "inline_equation" + }, + { + "bbox": [ + 156, + 622, + 161, + 648 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 161, + 628, + 180, + 641 + ], + "score": 0.45, + "content": "R _ { \\mathrm { e n c } }", + "type": "inline_equation" + }, + { + "bbox": [ + 181, + 622, + 185, + 648 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 186, + 629, + 210, + 641 + ], + "score": 0.5, + "content": "F _ { \\mathrm { d e c } , v }", + "type": "inline_equation" + }, + { + "bbox": [ + 210, + 622, + 215, + 648 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 216, + 629, + 239, + 641 + ], + "score": 0.73, + "content": "F _ { \\mathrm { d e c } , e }", + "type": "inline_equation" + }, + { + "bbox": [ + 240, + 622, + 245, + 648 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 245, + 627, + 322, + 642 + ], + "score": 0.49, + "content": "\\{ \\mathbf { M P } _ { \\mathrm { d e c } } ^ { ( t ) } \\} _ { t = 1 } ^ { T } , R _ { \\mathrm { d e c } } )", + "type": "inline_equation" + }, + { + "bbox": [ + 322, + 622, + 507, + 648 + ], + "score": 1.0, + "content": ", respectively, are optimized by maximizing", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 639, + 249, + 653 + ], + "spans": [ + { + "bbox": [ + 106, + 639, + 249, + 653 + ], + "score": 1.0, + "content": "the evidence lower bound (ELBO):", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22 + }, + { + "type": "interline_equation", + "bbox": [ + 178, + 662, + 432, + 677 + ], + "lines": [ + { + "bbox": [ + 178, + 662, + 432, + 677 + ], + "spans": [ + { + "bbox": [ + 178, + 662, + 432, + 677 + ], + "score": 0.88, + "content": "L = \\mathbb { E } _ { \\mathbf { z } \\sim q _ { \\phi } ( \\mathbf { z } | \\mathbf { d } , \\mathcal { G } ) } [ \\log p _ { \\theta } ( \\mathbf { d } | \\mathbf { z } , \\mathcal { G } ) ] - D _ { \\mathrm { K L } } [ q _ { \\phi } ( \\mathbf { z } | \\mathbf { d } , \\mathcal { G } ) | | p _ { \\theta } ( \\mathbf { z } | \\mathcal { G } ) ] ,", + "type": "interline_equation", + "image_path": "bb3995a22c9be21758e58b6bc58241eb8f72ff8949d461d17b313ade99a43b37.jpg" + } + ] + } + ], + "index": 24, + "virtual_lines": [ + { + "bbox": [ + 178, + 662, + 432, + 677 + ], + "spans": [], + "index": 24 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 687, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 687, + 505, + 701 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 174, + 701 + ], + "score": 1.0, + "content": "where the prior", + "type": "text" + }, + { + "bbox": [ + 174, + 687, + 207, + 700 + ], + "score": 0.93, + "content": "p _ { \\boldsymbol { \\theta } } ( \\mathbf { z } | \\mathcal { G } )", + "type": "inline_equation" + }, + { + "bbox": [ + 208, + 687, + 505, + 701 + ], + "score": 1.0, + "content": "consists of factorized Gaussians. The optimal values for the hyperpa-", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 699, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 506, + 712 + ], + "score": 1.0, + "content": "rameters for the network dimensions, number of message passes, batch size, and learning rate of", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 710, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 710, + 505, + 722 + ], + "score": 1.0, + "content": "the Adam optimizer (Kingma & Ba, 2014) were tuned by maximizing the validation performance", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 720, + 396, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 396, + 734 + ], + "score": 1.0, + "content": "(ELBO) with a Bayesian optimizer and are reported in Appendix A.1.3.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 26.5 + } + ], + "page_idx": 3, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2020", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 751, + 309, + 760 + ], + "lines": [ + { + "bbox": [ + 301, + 750, + 310, + 762 + ], + "spans": [ + { + "bbox": [ + 301, + 750, + 310, + 762 + ], + "score": 1.0, + "content": "4", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 120, + 79, + 505, + 259 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 120, + 79, + 505, + 259 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 120, + 79, + 505, + 259 + ], + "spans": [ + { + "bbox": [ + 120, + 79, + 505, + 259 + ], + "score": 0.971, + "type": "image", + "image_path": "5f0738038473b071de697991b53166ab0b2ba48a790fd8a700a36244723f5ab6.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 120, + 79, + 505, + 139.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 120, + 139.0, + 505, + 199.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 120, + 199.0, + 505, + 259.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 267, + 505, + 291 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 268, + 505, + 281 + ], + "spans": [ + { + "bbox": [ + 106, + 268, + 234, + 281 + ], + "score": 1.0, + "content": "Figure 3: The molecular graph", + "type": "text" + }, + { + "bbox": [ + 234, + 269, + 242, + 279 + ], + "score": 0.83, + "content": "\\mathcal { G }", + "type": "inline_equation" + }, + { + "bbox": [ + 242, + 268, + 354, + 281 + ], + "score": 1.0, + "content": "together with the distances", + "type": "text" + }, + { + "bbox": [ + 354, + 269, + 362, + 279 + ], + "score": 0.43, + "content": "\\mathbf { d }", + "type": "inline_equation" + }, + { + "bbox": [ + 362, + 268, + 505, + 281 + ], + "score": 1.0, + "content": "are passed through the model con-", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 279, + 459, + 291 + ], + "spans": [ + { + "bbox": [ + 105, + 279, + 191, + 291 + ], + "score": 1.0, + "content": "sisting of an encoder", + "type": "text" + }, + { + "bbox": [ + 192, + 279, + 235, + 291 + ], + "score": 0.93, + "content": "q _ { \\phi } ( \\mathbf { z } | \\mathbf { d } , \\mathcal { G } )", + "type": "inline_equation" + }, + { + "bbox": [ + 236, + 279, + 294, + 291 + ], + "score": 1.0, + "content": "and a decoder", + "type": "text" + }, + { + "bbox": [ + 295, + 279, + 338, + 291 + ], + "score": 0.94, + "content": "p _ { \\boldsymbol { \\theta } } ( \\mathbf { d } | \\mathbf { z } , \\mathcal { G } )", + "type": "inline_equation" + }, + { + "bbox": [ + 338, + 279, + 459, + 291 + ], + "score": 1.0, + "content": ". See the main text for details.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + } + ], + "index": 2.25 + }, + { + "type": "text", + "bbox": [ + 106, + 314, + 505, + 386 + ], + "lines": [ + { + "bbox": [ + 102, + 309, + 501, + 335 + ], + "spans": [ + { + "bbox": [ + 102, + 309, + 223, + 335 + ], + "score": 1.0, + "content": "MLPs), respectively, to give", + "type": "text" + }, + { + "bbox": [ + 223, + 315, + 241, + 329 + ], + "score": 0.93, + "content": "\\mathcal { G } _ { \\mathrm { e n c } } ^ { ( 0 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 242, + 309, + 273, + 335 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 274, + 315, + 458, + 331 + ], + "score": 0.77, + "content": "\\mathcal { G } _ { \\mathrm { e n c } } ^ { ( t ) } = ( \\{ v _ { i , \\mathrm { e n c } } ^ { ( t ) } \\} _ { i = 1 } ^ { N _ { v } } , \\{ ( e _ { k , \\mathrm { e n c } } ^ { ( t ) } , r _ { k } , s _ { k } ) \\} _ { k = 1 } ^ { N _ { e } } ) , v _ { i } ^ { ( }", + "type": "inline_equation" + }, + { + "bbox": [ + 449, + 314, + 501, + 332 + ], + "score": 0.63, + "content": "v _ { i , \\mathrm { e n c } } ^ { ( t ) } \\in \\mathbb { R } ^ { L _ { v } }", + "type": "inline_equation" + } + ], + "index": 5 + }, + { + "bbox": [ + 101, + 326, + 509, + 352 + ], + "spans": [ + { + "bbox": [ + 101, + 326, + 124, + 352 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 124, + 330, + 178, + 347 + ], + "score": 0.93, + "content": "e _ { k , \\mathrm { e n c } } ^ { ( t ) } \\in \\mathbb { R } ^ { L _ { \\mathrm { c } } }", + "type": "inline_equation" + }, + { + "bbox": [ + 178, + 326, + 211, + 352 + ], + "score": 1.0, + "content": ". Then,", + "type": "text" + }, + { + "bbox": [ + 212, + 334, + 220, + 344 + ], + "score": 0.69, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 221, + 326, + 306, + 352 + ], + "score": 1.0, + "content": "MPNNs of depth 1,", + "type": "text" + }, + { + "bbox": [ + 307, + 332, + 356, + 346 + ], + "score": 0.92, + "content": "\\{ \\mathbf { M P } _ { \\mathrm { e n c } } ^ { ( t ) } \\} _ { t = 1 } ^ { T }", + "type": "inline_equation" + }, + { + "bbox": [ + 356, + 326, + 509, + 352 + ], + "score": 1.0, + "content": ", are consecutively applied to obtain", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 341, + 504, + 368 + ], + "spans": [ + { + "bbox": [ + 106, + 347, + 126, + 361 + ], + "score": 0.89, + "content": "\\mathcal { G } _ { \\mathrm { e n c } } ^ { ( T ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 127, + 341, + 254, + 368 + ], + "score": 1.0, + "content": ". Finally, the read-out function", + "type": "text" + }, + { + "bbox": [ + 254, + 349, + 273, + 361 + ], + "score": 0.9, + "content": "R _ { \\mathrm { e n c } }", + "type": "inline_equation" + }, + { + "bbox": [ + 273, + 341, + 362, + 368 + ], + "score": 1.0, + "content": "(an MLP) takes each", + "type": "text" + }, + { + "bbox": [ + 362, + 347, + 383, + 362 + ], + "score": 0.91, + "content": "v _ { \\mathrm { i , e n c } } ^ { ( T ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 384, + 341, + 467, + 368 + ], + "score": 1.0, + "content": "to predict the mean", + "type": "text" + }, + { + "bbox": [ + 468, + 349, + 504, + 361 + ], + "score": 0.92, + "content": "\\mu _ { z _ { i } } \\in \\mathbb { R }", + "type": "inline_equation" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 361, + 506, + 376 + ], + "spans": [ + { + "bbox": [ + 105, + 361, + 174, + 376 + ], + "score": 1.0, + "content": "and the variance", + "type": "text" + }, + { + "bbox": [ + 175, + 361, + 210, + 375 + ], + "score": 0.93, + "content": "\\sigma _ { z _ { i } } ^ { 2 } \\in \\mathbb { R }", + "type": "inline_equation" + }, + { + "bbox": [ + 210, + 361, + 339, + 376 + ], + "score": 1.0, + "content": "of the Gaussian distribution for", + "type": "text" + }, + { + "bbox": [ + 340, + 365, + 349, + 374 + ], + "score": 0.85, + "content": "z _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 349, + 361, + 506, + 376 + ], + "score": 1.0, + "content": ". The so-called reparametrization trick", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 371, + 308, + 388 + ], + "spans": [ + { + "bbox": [ + 105, + 371, + 241, + 388 + ], + "score": 1.0, + "content": "is employed to draw a sample for", + "type": "text" + }, + { + "bbox": [ + 241, + 375, + 250, + 384 + ], + "score": 0.86, + "content": "z _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 251, + 371, + 308, + 388 + ], + "score": 1.0, + "content": ". In summary,", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 7, + "bbox_fs": [ + 101, + 309, + 509, + 388 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 150, + 394, + 460, + 450 + ], + "lines": [ + { + "bbox": [ + 150, + 394, + 460, + 450 + ], + "spans": [ + { + "bbox": [ + 150, + 394, + 460, + 450 + ], + "score": 0.93, + "content": "\\begin{array} { r l } { v _ { i , \\mathrm { e n c } } ^ { ( 0 ) } = F _ { \\mathrm { e n c } , v } ( v _ { i } ) , } & { e _ { k , \\mathrm { e n c } } ^ { ( 0 ) } = F _ { \\mathrm { e n c } , e } ( e _ { i } ^ { \\prime } ) , } \\\\ { \\mathcal { G } _ { \\mathrm { e n c } } ^ { ( 1 ) } = \\mathsf { M P } _ { \\mathrm { e n c } } ^ { ( 0 ) } ( \\mathcal { G } _ { \\mathrm { e n c } } ^ { ( 0 ) } ) , } & { \\mathcal { G } _ { \\mathrm { e n c } } ^ { ( t + 1 ) } = \\mathsf { M P } _ { \\mathrm { e n c } } ^ { ( t ) } ( \\mathcal { G } _ { \\mathrm { e n c } } ^ { ( t ) } ) , \\quad \\mathcal { G } _ { \\mathrm { e n c } } ^ { ( T ) } = \\mathsf { M P } _ { \\mathrm { e n c } } ^ { ( T - 1 ) } ( \\mathcal { G } _ { \\mathrm { e n c } } ^ { ( T - 1 ) } ) , } \\\\ { \\mu _ { z _ { i } } , \\sigma _ { z _ { i } } ^ { 2 } = R _ { \\mathrm { e n c } } ( v _ { i , \\mathrm { e n c } } ^ { ( T ) } ) . } \\end{array}", + "type": "interline_equation", + "image_path": "ea2e8d68fcb9089882d112d8b9533da68ffa6c1a89f445f3334ff8e10ef1b1cd.jpg" + } + ] + } + ], + "index": 11, + "virtual_lines": [ + { + "bbox": [ + 150, + 394, + 460, + 412.6666666666667 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 150, + 412.6666666666667, + 460, + 431.33333333333337 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 150, + 431.33333333333337, + 460, + 450.00000000000006 + ], + "spans": [], + "index": 12 + } + ] + }, + { + "type": "list", + "bbox": [ + 105, + 458, + 506, + 541 + ], + "lines": [ + { + "bbox": [ + 135, + 459, + 505, + 494 + ], + "spans": [ + { + "bbox": [ + 135, + 459, + 162, + 494 + ], + "score": 1.0, + "content": "decode. Each", + "type": "text" + }, + { + "bbox": [ + 167, + 459, + 210, + 471 + ], + "score": 0.94, + "content": "p _ { \\boldsymbol { \\theta } } ( \\mathbf { d } | \\mathbf { z } , \\mathcal { G } )", + "type": "inline_equation" + }, + { + "bbox": [ + 222, + 459, + 236, + 494 + ], + "score": 1.0, + "content": "ach are", + "type": "text" + }, + { + "bbox": [ + 236, + 461, + 245, + 470 + ], + "score": 0.84, + "content": "z _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 246, + 459, + 278, + 494 + ], + "score": 1.0, + "content": "is concassed to", + "type": "text" + }, + { + "bbox": [ + 303, + 459, + 321, + 494 + ], + "score": 1.0, + "content": "d wand", + "type": "text" + }, + { + "bbox": [ + 345, + 459, + 443, + 494 + ], + "score": 1.0, + "content": "respective node feature (two MLPs), respective", + "type": "text" + }, + { + "bbox": [ + 443, + 461, + 452, + 470 + ], + "score": 0.85, + "content": "v _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 452, + 459, + 483, + 494 + ], + "score": 1.0, + "content": "to give to give", + "type": "text" + }, + { + "bbox": [ + 484, + 459, + 505, + 471 + ], + "score": 0.89, + "content": "v _ { i } ^ { \\prime } \\in", + "type": "inline_equation" + } + ], + "index": 13 + }, + { + "bbox": [ + 102, + 471, + 506, + 509 + ], + "spans": [ + { + "bbox": [ + 102, + 476, + 133, + 509 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 106, + 471, + 135, + 483 + ], + "score": 0.9, + "content": "\\mathbb { R } ^ { F _ { v } + 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 134, + 485, + 302, + 501 + ], + "score": 0.82, + "content": "\\mathcal { G } _ { \\mathrm { d e c } } ^ { ( t ) } = ( \\{ v _ { i , \\mathrm { d e c } } ^ { ( t ) } \\} _ { i = 1 } ^ { N _ { v } } , \\{ ( e _ { k , \\mathrm { d e c } } ^ { ( t ) } , r _ { k } , s _ { k } ) \\} _ { k = 1 } ^ { N _ { e } } )", + "type": "inline_equation" + }, + { + "bbox": [ + 162, + 473, + 172, + 485 + ], + "score": 0.86, + "content": "\\boldsymbol { v } _ { i } ^ { \\prime }", + "type": "inline_equation" + }, + { + "bbox": [ + 212, + 475, + 222, + 484 + ], + "score": 0.84, + "content": "e _ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 279, + 473, + 302, + 485 + ], + "score": 0.91, + "content": "F _ { \\mathrm { d e c } , v }", + "type": "inline_equation" + }, + { + "bbox": [ + 303, + 476, + 307, + 509 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 307, + 485, + 357, + 501 + ], + "score": 0.87, + "content": "v _ { i , \\mathrm { d e c } } ^ { ( t ) } \\in \\mathbb { R } ^ { L _ { v } }", + "type": "inline_equation" + }, + { + "bbox": [ + 321, + 473, + 345, + 485 + ], + "score": 0.9, + "content": "F _ { \\mathrm { d e c } , e }", + "type": "inline_equation" + }, + { + "bbox": [ + 357, + 476, + 378, + 509 + ], + "score": 1.0, + "content": ", and", + "type": "text" + }, + { + "bbox": [ + 378, + 485, + 429, + 501 + ], + "score": 0.93, + "content": "e _ { k , \\mathrm { d e c } } ^ { ( t ) } \\in \\mathbb { R } ^ { L _ { \\mathrm { e } } }", + "type": "inline_equation" + }, + { + "bbox": [ + 430, + 476, + 460, + 509 + ], + "score": 1.0, + "content": ". Then,", + "type": "text" + }, + { + "bbox": [ + 469, + 476, + 506, + 509 + ], + "score": 1.0, + "content": "dec MPNNs", + "type": "text" + } + ], + "index": 14, + "is_list_start_line": true + }, + { + "bbox": [ + 102, + 494, + 485, + 523 + ], + "spans": [ + { + "bbox": [ + 102, + 498, + 198, + 518 + ], + "score": 1.0, + "content": "of depth 1, {MP(t)dec}Tt=", + "type": "text" + }, + { + "bbox": [ + 200, + 494, + 343, + 523 + ], + "score": 1.0, + "content": ", are consecutively applied to obtain", + "type": "text" + }, + { + "bbox": [ + 343, + 501, + 363, + 516 + ], + "score": 0.91, + "content": "\\mathcal { G } _ { \\mathrm { d e c } } ^ { ( T ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 363, + 494, + 485, + 523 + ], + "score": 1.0, + "content": ". Finally, the read-out function", + "type": "text" + } + ], + "index": 15, + "is_list_start_line": true + }, + { + "bbox": [ + 99, + 507, + 505, + 538 + ], + "spans": [ + { + "bbox": [ + 99, + 507, + 169, + 538 + ], + "score": 1.0, + "content": "(an MLP) takes", + "type": "text" + }, + { + "bbox": [ + 180, + 507, + 192, + 538 + ], + "score": 1.0, + "content": "ch", + "type": "text" + }, + { + "bbox": [ + 192, + 515, + 216, + 531 + ], + "score": 0.93, + "content": "e _ { \\mathbf { k } , \\mathrm { d e c } } ^ { ( T ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 216, + 507, + 297, + 538 + ], + "score": 1.0, + "content": "to predict the mean", + "type": "text" + }, + { + "bbox": [ + 297, + 518, + 333, + 530 + ], + "score": 0.92, + "content": "\\mu _ { d _ { k } } \\in \\mathbb { R }", + "type": "inline_equation" + }, + { + "bbox": [ + 333, + 507, + 402, + 538 + ], + "score": 1.0, + "content": "dec and the variance", + "type": "text" + }, + { + "bbox": [ + 403, + 517, + 439, + 531 + ], + "score": 0.94, + "content": "\\sigma _ { d _ { k } } ^ { 2 } \\in \\mathbb { R }", + "type": "inline_equation" + }, + { + "bbox": [ + 439, + 507, + 505, + 538 + ], + "score": 1.0, + "content": "decof the Gaussian", + "type": "text" + } + ], + "index": 16, + "is_list_start_line": true + }, + { + "bbox": [ + 169, + 526, + 237, + 542 + ], + "spans": [ + { + "bbox": [ + 169, + 529, + 180, + 540 + ], + "score": 0.88, + "content": "d _ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 180, + 526, + 237, + 542 + ], + "score": 1.0, + "content": ". In summary,", + "type": "text" + } + ], + "index": 17, + "is_list_end_line": true + } + ], + "index": 15, + "bbox_fs": [ + 99, + 459, + 506, + 542 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 150, + 550, + 460, + 606 + ], + "lines": [ + { + "bbox": [ + 150, + 550, + 460, + 606 + ], + "spans": [ + { + "bbox": [ + 150, + 550, + 460, + 606 + ], + "score": 0.93, + "content": "\\begin{array} { r l } & { v _ { i , \\mathrm { d e c } } ^ { ( 0 ) } = F _ { \\mathrm { d e c } , v } ( v _ { i } ^ { \\prime } ) , \\quad e _ { k , \\mathrm { d e c } } ^ { ( 0 ) } = F _ { \\mathrm { d e c } , e } ( e _ { i } ) , } \\\\ & { \\mathcal { G } _ { \\mathrm { d e c } } ^ { ( 1 ) } = \\mathbf { M } \\mathbf { P } _ { \\mathrm { d e c } } ^ { ( 0 ) } ( \\mathcal { G } _ { \\mathrm { d e c } } ^ { ( 0 ) } ) , \\quad \\mathcal { G } _ { \\mathrm { d e c } } ^ { ( t + 1 ) } = \\mathbf { M } \\mathbf { P } _ { \\mathrm { d e c } } ^ { ( t ) } ( \\mathcal { G } _ { \\mathrm { d e c } } ^ { ( t ) } ) , \\quad \\mathcal { G } _ { \\mathrm { d e c } } ^ { ( T ) } = \\mathbf { M } \\mathbf { P } _ { \\mathrm { d e c } } ^ { ( T - 1 ) } ( \\mathcal { G } _ { \\mathrm { d e c } } ^ { ( T - 1 ) } ) , } \\\\ & { \\qquad \\mu _ { d _ { k } } , \\sigma _ { d _ { k } } ^ { 2 } = R _ { \\mathrm { d e c } } ( e _ { k , \\mathrm { d e c } } ^ { ( T ) } ) . } \\end{array}", + "type": "interline_equation", + "image_path": "e7ec360161c0d1f4679e4d5d60fd4312149118e0ca7b0c158ca322b33120af1f.jpg" + } + ] + } + ], + "index": 19, + "virtual_lines": [ + { + "bbox": [ + 150, + 550, + 460, + 568.6666666666666 + ], + "spans": [], + "index": 18 + }, + { + "bbox": [ + 150, + 568.6666666666666, + 460, + 587.3333333333333 + ], + "spans": [], + "index": 19 + }, + { + "bbox": [ + 150, + 587.3333333333333, + 460, + 605.9999999999999 + ], + "spans": [], + "index": 20 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 614, + 506, + 652 + ], + "lines": [ + { + "bbox": [ + 105, + 611, + 506, + 630 + ], + "spans": [ + { + "bbox": [ + 105, + 611, + 326, + 630 + ], + "score": 1.0, + "content": "The sets of parameters in the encoder and decoder,", + "type": "text" + }, + { + "bbox": [ + 326, + 615, + 334, + 627 + ], + "score": 0.85, + "content": "\\phi", + "type": "inline_equation" + }, + { + "bbox": [ + 335, + 611, + 355, + 630 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 355, + 615, + 362, + 625 + ], + "score": 0.8, + "content": "\\theta", + "type": "inline_equation" + }, + { + "bbox": [ + 362, + 611, + 447, + 630 + ], + "score": 1.0, + "content": "(i.e., parameters in", + "type": "text" + }, + { + "bbox": [ + 447, + 615, + 501, + 628 + ], + "score": 0.29, + "content": "F _ { \\mathrm { e n c } , v } , \\ F _ { \\mathrm { e n c } , e }", + "type": "inline_equation" + }, + { + "bbox": [ + 502, + 611, + 506, + 630 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 107, + 622, + 507, + 648 + ], + "spans": [ + { + "bbox": [ + 107, + 627, + 155, + 642 + ], + "score": 0.81, + "content": "\\{ \\mathbf { M P } _ { \\mathrm { e n c } } ^ { ( t ) } \\} _ { t = 1 } ^ { T }", + "type": "inline_equation" + }, + { + "bbox": [ + 156, + 622, + 161, + 648 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 161, + 628, + 180, + 641 + ], + "score": 0.45, + "content": "R _ { \\mathrm { e n c } }", + "type": "inline_equation" + }, + { + "bbox": [ + 181, + 622, + 185, + 648 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 186, + 629, + 210, + 641 + ], + "score": 0.5, + "content": "F _ { \\mathrm { d e c } , v }", + "type": "inline_equation" + }, + { + "bbox": [ + 210, + 622, + 215, + 648 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 216, + 629, + 239, + 641 + ], + "score": 0.73, + "content": "F _ { \\mathrm { d e c } , e }", + "type": "inline_equation" + }, + { + "bbox": [ + 240, + 622, + 245, + 648 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 245, + 627, + 322, + 642 + ], + "score": 0.49, + "content": "\\{ \\mathbf { M P } _ { \\mathrm { d e c } } ^ { ( t ) } \\} _ { t = 1 } ^ { T } , R _ { \\mathrm { d e c } } )", + "type": "inline_equation" + }, + { + "bbox": [ + 322, + 622, + 507, + 648 + ], + "score": 1.0, + "content": ", respectively, are optimized by maximizing", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 639, + 249, + 653 + ], + "spans": [ + { + "bbox": [ + 106, + 639, + 249, + 653 + ], + "score": 1.0, + "content": "the evidence lower bound (ELBO):", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22, + "bbox_fs": [ + 105, + 611, + 507, + 653 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 178, + 662, + 432, + 677 + ], + "lines": [ + { + "bbox": [ + 178, + 662, + 432, + 677 + ], + "spans": [ + { + "bbox": [ + 178, + 662, + 432, + 677 + ], + "score": 0.88, + "content": "L = \\mathbb { E } _ { \\mathbf { z } \\sim q _ { \\phi } ( \\mathbf { z } | \\mathbf { d } , \\mathcal { G } ) } [ \\log p _ { \\theta } ( \\mathbf { d } | \\mathbf { z } , \\mathcal { G } ) ] - D _ { \\mathrm { K L } } [ q _ { \\phi } ( \\mathbf { z } | \\mathbf { d } , \\mathcal { G } ) | | p _ { \\theta } ( \\mathbf { z } | \\mathcal { G } ) ] ,", + "type": "interline_equation", + "image_path": "bb3995a22c9be21758e58b6bc58241eb8f72ff8949d461d17b313ade99a43b37.jpg" + } + ] + } + ], + "index": 24, + "virtual_lines": [ + { + "bbox": [ + 178, + 662, + 432, + 677 + ], + "spans": [], + "index": 24 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 687, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 687, + 505, + 701 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 174, + 701 + ], + "score": 1.0, + "content": "where the prior", + "type": "text" + }, + { + "bbox": [ + 174, + 687, + 207, + 700 + ], + "score": 0.93, + "content": "p _ { \\boldsymbol { \\theta } } ( \\mathbf { z } | \\mathcal { G } )", + "type": "inline_equation" + }, + { + "bbox": [ + 208, + 687, + 505, + 701 + ], + "score": 1.0, + "content": "consists of factorized Gaussians. The optimal values for the hyperpa-", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 699, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 506, + 712 + ], + "score": 1.0, + "content": "rameters for the network dimensions, number of message passes, batch size, and learning rate of", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 710, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 710, + 505, + 722 + ], + "score": 1.0, + "content": "the Adam optimizer (Kingma & Ba, 2014) were tuned by maximizing the validation performance", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 720, + 396, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 396, + 734 + ], + "score": 1.0, + "content": "(ELBO) with a Bayesian optimizer and are reported in Appendix A.1.3.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 26.5, + "bbox_fs": [ + 105, + 687, + 506, + 734 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 107, + 82, + 457, + 94 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 460, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 460, + 95 + ], + "score": 1.0, + "content": "2.3 CONFORMATION GENERATION THROUGH EUCLIDEAN DISTANCE GEOMETRY", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 107, + 102, + 504, + 138 + ], + "lines": [ + { + "bbox": [ + 105, + 101, + 506, + 116 + ], + "spans": [ + { + "bbox": [ + 105, + 101, + 506, + 116 + ], + "score": 1.0, + "content": "To compute molecular properties, quantum-chemical methods need to be employed which require", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 113, + 506, + 127 + ], + "spans": [ + { + "bbox": [ + 105, + 113, + 506, + 127 + ], + "score": 1.0, + "content": "the input, i.e., the molecule, to be in Cartesian coordinates.3 Therefore, we use an EDG algorithm", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 102, + 120, + 428, + 144 + ], + "spans": [ + { + "bbox": [ + 102, + 120, + 231, + 144 + ], + "score": 1.0, + "content": "to translate the set of distances", + "type": "text" + }, + { + "bbox": [ + 231, + 125, + 267, + 139 + ], + "score": 0.93, + "content": "\\{ d _ { k } \\} _ { k = 1 } ^ { N _ { e } }", + "type": "inline_equation" + }, + { + "bbox": [ + 267, + 120, + 388, + 144 + ], + "score": 1.0, + "content": "to a set of atomic coordinates", + "type": "text" + }, + { + "bbox": [ + 388, + 125, + 420, + 139 + ], + "score": 0.92, + "content": "\\{ \\mathbf { r } _ { i } \\} _ { i = 1 } ^ { N _ { v } }", + "type": "inline_equation" + }, + { + "bbox": [ + 420, + 120, + 428, + 144 + ], + "score": 1.0, + "content": ". 4", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 2 + }, + { + "type": "text", + "bbox": [ + 106, + 143, + 505, + 259 + ], + "lines": [ + { + "bbox": [ + 106, + 143, + 506, + 156 + ], + "spans": [ + { + "bbox": [ + 106, + 143, + 506, + 156 + ], + "score": 1.0, + "content": "EDG is the mathematical basis for a geometric theory of molecular conformation. In the field of", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 154, + 505, + 167 + ], + "spans": [ + { + "bbox": [ + 105, + 154, + 505, + 167 + ], + "score": 1.0, + "content": "machine learning, Weinberger & Saul (2006) used it for learning image manifolds, Tenenbaum", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 165, + 506, + 178 + ], + "spans": [ + { + "bbox": [ + 105, + 165, + 506, + 178 + ], + "score": 1.0, + "content": "et al. (2000) for image understanding and handwriting recognition, Jain & Saul (2004) for speech", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 176, + 506, + 189 + ], + "spans": [ + { + "bbox": [ + 105, + 176, + 506, + 189 + ], + "score": 1.0, + "content": "and music, and Demaine et al. (2009) for music and musical rhythms. An EDG description of", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 187, + 505, + 200 + ], + "spans": [ + { + "bbox": [ + 105, + 187, + 505, + 200 + ], + "score": 1.0, + "content": "a molecular system consists of a list of lower and upper bounds on the distances between pairs", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 104, + 197, + 506, + 216 + ], + "spans": [ + { + "bbox": [ + 104, + 197, + 146, + 216 + ], + "score": 1.0, + "content": "of atoms", + "type": "text" + }, + { + "bbox": [ + 146, + 198, + 231, + 211 + ], + "score": 0.91, + "content": "\\{ ( d _ { k , \\operatorname* { m i n } } , d _ { k , \\operatorname* { m a x } } ) \\} _ { k = 1 } ^ { N _ { e } }", + "type": "inline_equation" + }, + { + "bbox": [ + 232, + 197, + 264, + 216 + ], + "score": 1.0, + "content": ". Here,", + "type": "text" + }, + { + "bbox": [ + 265, + 199, + 308, + 212 + ], + "score": 0.92, + "content": "p _ { \\boldsymbol { \\theta } } ( \\mathbf { d } | \\mathbf { z } , \\mathcal { G } )", + "type": "inline_equation" + }, + { + "bbox": [ + 309, + 197, + 506, + 216 + ], + "score": 1.0, + "content": "is used to model these bounds, namely, we set", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 104, + 208, + 507, + 226 + ], + "spans": [ + { + "bbox": [ + 104, + 208, + 164, + 226 + ], + "score": 1.0, + "content": "the bounds to", + "type": "text" + }, + { + "bbox": [ + 165, + 211, + 272, + 223 + ], + "score": 0.9, + "content": "\\{ ( \\mu _ { d _ { k } } - \\sigma _ { d _ { k } } , \\mu _ { d _ { k } } + \\sigma _ { d _ { k } } ) \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 272, + 208, + 304, + 226 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 304, + 213, + 320, + 222 + ], + "score": 0.88, + "content": "\\mu _ { d _ { k } }", + "type": "inline_equation" + }, + { + "bbox": [ + 320, + 208, + 339, + 226 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 339, + 212, + 355, + 222 + ], + "score": 0.88, + "content": "\\sigma _ { d _ { k } }", + "type": "inline_equation" + }, + { + "bbox": [ + 355, + 208, + 507, + 226 + ], + "score": 1.0, + "content": "are the mean and standard deviation", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 104, + 220, + 506, + 235 + ], + "spans": [ + { + "bbox": [ + 104, + 220, + 179, + 235 + ], + "score": 1.0, + "content": "for each distance", + "type": "text" + }, + { + "bbox": [ + 179, + 222, + 191, + 232 + ], + "score": 0.86, + "content": "d _ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 191, + 220, + 506, + 235 + ], + "score": 1.0, + "content": "given by the CVAE. Then, an EDG algorithm determines a set of Cartesian", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 102, + 228, + 508, + 252 + ], + "spans": [ + { + "bbox": [ + 102, + 228, + 155, + 252 + ], + "score": 1.0, + "content": "coordinates", + "type": "text" + }, + { + "bbox": [ + 155, + 232, + 187, + 246 + ], + "score": 0.92, + "content": "\\{ \\mathbf { r } _ { i } \\} _ { i = 1 } ^ { N _ { v } }", + "type": "inline_equation" + }, + { + "bbox": [ + 187, + 228, + 508, + 252 + ], + "score": 1.0, + "content": "so that these bounds are fulfilled (see Appendix A.2 for details).5 Together with", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 104, + 242, + 411, + 263 + ], + "spans": [ + { + "bbox": [ + 104, + 242, + 257, + 263 + ], + "score": 1.0, + "content": "the corresponding chemical elements", + "type": "text" + }, + { + "bbox": [ + 258, + 245, + 289, + 259 + ], + "score": 0.93, + "content": "\\{ \\epsilon _ { i } \\} _ { i = 1 } ^ { N _ { v } }", + "type": "inline_equation" + }, + { + "bbox": [ + 289, + 242, + 397, + 263 + ], + "score": 1.0, + "content": ", we obtain a conformation", + "type": "text" + }, + { + "bbox": [ + 397, + 249, + 405, + 257 + ], + "score": 0.5, + "content": "\\mathbf { x }", + "type": "inline_equation" + }, + { + "bbox": [ + 405, + 242, + 411, + 263 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 8.5 + }, + { + "type": "title", + "bbox": [ + 109, + 271, + 321, + 282 + ], + "lines": [ + { + "bbox": [ + 106, + 271, + 322, + 284 + ], + "spans": [ + { + "bbox": [ + 106, + 271, + 322, + 284 + ], + "score": 1.0, + "content": "2.4 CALCULATION OF MOLECULAR PROPERTIES", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 14 + }, + { + "type": "text", + "bbox": [ + 106, + 291, + 505, + 416 + ], + "lines": [ + { + "bbox": [ + 106, + 290, + 505, + 305 + ], + "spans": [ + { + "bbox": [ + 106, + 290, + 300, + 305 + ], + "score": 1.0, + "content": "We can get an MC estimate of the expectation", + "type": "text" + }, + { + "bbox": [ + 301, + 292, + 328, + 304 + ], + "score": 0.92, + "content": "\\mathbb { E } _ { \\mathcal { G } } [ \\mathcal { O } ]", + "type": "inline_equation" + }, + { + "bbox": [ + 329, + 290, + 387, + 305 + ], + "score": 1.0, + "content": "of a property", + "type": "text" + }, + { + "bbox": [ + 388, + 293, + 397, + 302 + ], + "score": 0.79, + "content": "\\mathcal { O }", + "type": "inline_equation" + }, + { + "bbox": [ + 397, + 290, + 505, + 305 + ], + "score": 1.0, + "content": "(e.g., the dipole moment)", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 104, + 302, + 505, + 317 + ], + "spans": [ + { + "bbox": [ + 104, + 302, + 230, + 317 + ], + "score": 1.0, + "content": "for a molecule represented by", + "type": "text" + }, + { + "bbox": [ + 230, + 303, + 238, + 314 + ], + "score": 0.81, + "content": "\\mathcal { G }", + "type": "inline_equation" + }, + { + "bbox": [ + 238, + 302, + 386, + 317 + ], + "score": 1.0, + "content": "by drawing conformational samples", + "type": "text" + }, + { + "bbox": [ + 387, + 303, + 441, + 315 + ], + "score": 0.93, + "content": "\\mathbf { x } _ { i } \\sim p ( \\mathbf { x } | \\mathcal { G } )", + "type": "inline_equation" + }, + { + "bbox": [ + 441, + 302, + 505, + 317 + ], + "score": 1.0, + "content": "and computing", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 107, + 313, + 505, + 326 + ], + "spans": [ + { + "bbox": [ + 107, + 314, + 153, + 326 + ], + "score": 0.92, + "content": "\\mathcal { O } ( \\mathbf { x } _ { i } ) \\in \\mathbb { R }", + "type": "inline_equation" + }, + { + "bbox": [ + 153, + 313, + 505, + 326 + ], + "score": 1.0, + "content": "with a quantum-chemical method (e.g., density functional theory). Since we cannot draw", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 324, + 506, + 337 + ], + "spans": [ + { + "bbox": [ + 105, + 324, + 163, + 337 + ], + "score": 1.0, + "content": "samples from", + "type": "text" + }, + { + "bbox": [ + 164, + 325, + 192, + 336 + ], + "score": 0.93, + "content": "p ( \\mathbf { x } | \\mathcal { G } )", + "type": "inline_equation" + }, + { + "bbox": [ + 193, + 324, + 506, + 337 + ], + "score": 1.0, + "content": "directly, we employ an IS integration scheme (Bishop, 2009) with our CVAE", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 335, + 506, + 348 + ], + "spans": [ + { + "bbox": [ + 105, + 335, + 506, + 348 + ], + "score": 1.0, + "content": "as the proposal distribution. We assume that we can readily evaluate the unnormalized probability of", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 347, + 506, + 360 + ], + "spans": [ + { + "bbox": [ + 105, + 347, + 169, + 360 + ], + "score": 1.0, + "content": "a conformation", + "type": "text" + }, + { + "bbox": [ + 169, + 347, + 290, + 359 + ], + "score": 0.93, + "content": "\\tilde { p } ( \\mathbf { x } | \\mathcal { G } ) = \\exp \\{ - E ( \\mathbf { x } ) / k _ { B } T \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 291, + 347, + 320, + 360 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 320, + 348, + 328, + 357 + ], + "score": 0.62, + "content": "\\mathbf { x }", + "type": "inline_equation" + }, + { + "bbox": [ + 329, + 347, + 506, + 360 + ], + "score": 1.0, + "content": "must be a conformation of the molecule and", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 104, + 356, + 505, + 371 + ], + "spans": [ + { + "bbox": [ + 104, + 356, + 150, + 371 + ], + "score": 1.0, + "content": "the energy", + "type": "text" + }, + { + "bbox": [ + 151, + 358, + 173, + 370 + ], + "score": 0.91, + "content": "E ( \\mathbf { x } )", + "type": "inline_equation" + }, + { + "bbox": [ + 173, + 356, + 505, + 371 + ], + "score": 1.0, + "content": "is determined with a quantum-chemical method. Since the EDG algorithm is map-", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 104, + 367, + 506, + 381 + ], + "spans": [ + { + "bbox": [ + 104, + 367, + 190, + 381 + ], + "score": 1.0, + "content": "ping the distribution", + "type": "text" + }, + { + "bbox": [ + 190, + 369, + 233, + 380 + ], + "score": 0.93, + "content": "p _ { \\boldsymbol { \\theta } } ( \\mathbf { d } | \\mathbf { z } , \\mathcal { G } )", + "type": "inline_equation" + }, + { + "bbox": [ + 233, + 367, + 307, + 381 + ], + "score": 1.0, + "content": "to a point mass in", + "type": "text" + }, + { + "bbox": [ + 307, + 368, + 330, + 379 + ], + "score": 0.9, + "content": " { \\mathbb { R } } ^ { 3 N _ { v } }", + "type": "inline_equation" + }, + { + "bbox": [ + 330, + 367, + 506, + 381 + ], + "score": 1.0, + "content": ", the MC estimate for the resulting distribu-", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 104, + 378, + 506, + 394 + ], + "spans": [ + { + "bbox": [ + 104, + 378, + 124, + 394 + ], + "score": 1.0, + "content": "tion", + "type": "text" + }, + { + "bbox": [ + 124, + 380, + 167, + 392 + ], + "score": 0.92, + "content": "p _ { \\mathrm { p r o p } } ( \\mathbf { x } | \\mathcal { G } )", + "type": "inline_equation" + }, + { + "bbox": [ + 167, + 378, + 456, + 394 + ], + "score": 1.0, + "content": "is given by a mixture of delta functions, each of which is centered at the", + "type": "text" + }, + { + "bbox": [ + 456, + 381, + 466, + 390 + ], + "score": 0.83, + "content": "\\mathbf { x } _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 467, + 378, + 506, + 394 + ], + "score": 1.0, + "content": "resulting", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 103, + 388, + 507, + 410 + ], + "spans": [ + { + "bbox": [ + 103, + 388, + 166, + 410 + ], + "score": 1.0, + "content": "from mapping", + "type": "text" + }, + { + "bbox": [ + 166, + 393, + 213, + 405 + ], + "score": 0.92, + "content": "p _ { \\boldsymbol { \\theta } } ( \\mathbf { d } | \\mathbf { z } _ { i } , \\mathcal { G } )", + "type": "inline_equation" + }, + { + "bbox": [ + 213, + 388, + 225, + 410 + ], + "score": 1.0, + "content": "to", + "type": "text" + }, + { + "bbox": [ + 225, + 392, + 248, + 403 + ], + "score": 0.86, + "content": "\\mathbb { R } ^ { 3 N _ { v } }", + "type": "inline_equation" + }, + { + "bbox": [ + 248, + 388, + 279, + 410 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 279, + 393, + 334, + 405 + ], + "score": 0.92, + "content": "\\mathbf { z } _ { i } \\sim p _ { \\theta } ( \\mathbf { z } | \\mathcal { G } )", + "type": "inline_equation" + }, + { + "bbox": [ + 334, + 388, + 367, + 410 + ], + "score": 1.0, + "content": ", that is,", + "type": "text" + }, + { + "bbox": [ + 368, + 391, + 501, + 406 + ], + "score": 0.92, + "content": "\\begin{array} { r } { p _ { \\mathrm { p r o p } } ( \\mathbf { x } | \\mathcal { G } ) \\approx \\frac { 1 } { N } \\sum _ { i = 1 } ^ { N } \\delta ( \\mathbf { x } - \\mathbf { x } _ { i } ) } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 388, + 507, + 410 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 404, + 376, + 417 + ], + "spans": [ + { + "bbox": [ + 106, + 404, + 263, + 417 + ], + "score": 1.0, + "content": "The IS estimator for the expectation of", + "type": "text" + }, + { + "bbox": [ + 264, + 405, + 273, + 414 + ], + "score": 0.82, + "content": "\\mathcal { O }", + "type": "inline_equation" + }, + { + "bbox": [ + 273, + 404, + 301, + 417 + ], + "score": 1.0, + "content": "w. r. t.", + "type": "text" + }, + { + "bbox": [ + 301, + 405, + 330, + 416 + ], + "score": 0.91, + "content": "\\tilde { p } ( \\mathbf { x } | \\mathcal { G } )", + "type": "inline_equation" + }, + { + "bbox": [ + 330, + 404, + 376, + 417 + ], + "score": 1.0, + "content": "then reads", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 20 + }, + { + "type": "interline_equation", + "bbox": [ + 196, + 419, + 414, + 454 + ], + "lines": [ + { + "bbox": [ + 196, + 419, + 414, + 454 + ], + "spans": [ + { + "bbox": [ + 196, + 419, + 414, + 454 + ], + "score": 0.94, + "content": "\\hat { \\mathbb { E } } _ { \\mathcal { G } } [ \\mathcal { O } ] \\overset { \\mathrm { M C } } { \\approx } \\frac { 1 } { N } \\sum _ { i = 1 } ^ { N } \\mathcal { O } ( \\mathbf { x } _ { i } ) \\overset { \\mathrm { I S } } { = } \\frac { 1 } { N } \\sum _ { i = 1 } ^ { N } \\mathcal { O } ( \\mathbf { x } _ { i } ^ { \\prime } ) \\frac { \\tilde { p } ( \\mathbf { x } _ { i } ^ { \\prime } | \\mathcal { G } ) } { p _ { \\mathrm { p r o p } } ( \\mathbf { x } _ { i } ^ { \\prime } | \\mathcal { G } ) } ,", + "type": "interline_equation", + "image_path": "fafd8c965057b48a86acdf60b98e8b8b8279987871ddc24d58456b76197d09cb.jpg" + } + ] + } + ], + "index": 26.5, + "virtual_lines": [ + { + "bbox": [ + 196, + 419, + 414, + 436.5 + ], + "spans": [], + "index": 26 + }, + { + "bbox": [ + 196, + 436.5, + 414, + 454.0 + ], + "spans": [], + "index": 27 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 457, + 504, + 479 + ], + "lines": [ + { + "bbox": [ + 105, + 456, + 506, + 470 + ], + "spans": [ + { + "bbox": [ + 105, + 456, + 134, + 470 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 135, + 457, + 194, + 469 + ], + "score": 0.92, + "content": "\\mathbf { x } _ { i } \\sim \\tilde { p } ( \\mathbf { x } _ { i } | \\mathcal { G } )", + "type": "inline_equation" + }, + { + "bbox": [ + 194, + 456, + 214, + 470 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 214, + 457, + 286, + 470 + ], + "score": 0.93, + "content": "\\mathbf { x } _ { i } ^ { \\prime } \\sim p _ { \\mathrm { p r o p } } ( \\mathbf { x } _ { i } ^ { \\prime } | \\mathcal { G } )", + "type": "inline_equation" + }, + { + "bbox": [ + 287, + 456, + 400, + 470 + ], + "score": 1.0, + "content": ", so that the expectation of", + "type": "text" + }, + { + "bbox": [ + 400, + 458, + 409, + 467 + ], + "score": 0.82, + "content": "\\mathcal { O }", + "type": "inline_equation" + }, + { + "bbox": [ + 410, + 456, + 506, + 470 + ], + "score": 1.0, + "content": "w. r. t. the normalized", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 468, + 200, + 480 + ], + "spans": [ + { + "bbox": [ + 106, + 468, + 149, + 480 + ], + "score": 1.0, + "content": "version of", + "type": "text" + }, + { + "bbox": [ + 149, + 469, + 169, + 480 + ], + "score": 0.91, + "content": "\\tilde { p } ( { \\bf x } )", + "type": "inline_equation" + }, + { + "bbox": [ + 169, + 468, + 200, + 480 + ], + "score": 1.0, + "content": "is then", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28.5 + }, + { + "type": "interline_equation", + "bbox": [ + 219, + 478, + 390, + 513 + ], + "lines": [ + { + "bbox": [ + 219, + 478, + 390, + 513 + ], + "spans": [ + { + "bbox": [ + 219, + 478, + 390, + 513 + ], + "score": 0.95, + "content": "\\mathbb { E } _ { \\mathcal { G } } [ \\mathcal { O } ] = \\frac { \\hat { \\mathbb { E } } _ { \\mathcal { G } } [ \\mathcal { O } ] } { \\hat { \\mathbb { E } } _ { \\mathcal { G } } [ 1 ] } \\approx \\frac { 1 } { Z } \\sum _ { i = 1 } ^ { N } \\mathcal { O } ( \\mathbf { x } _ { i } ) \\tilde { p } ( \\mathbf { x } _ { i } ^ { \\prime } | \\mathcal { G } ) ,", + "type": "interline_equation", + "image_path": "d1bfdb172990ccca20a4060ab8f7b2c464e206d95b17e86baa539c360b4a59c1.jpg" + } + ] + } + ], + "index": 30.5, + "virtual_lines": [ + { + "bbox": [ + 219, + 478, + 390, + 495.5 + ], + "spans": [], + "index": 30 + }, + { + "bbox": [ + 219, + 495.5, + 390, + 513.0 + ], + "spans": [], + "index": 31 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 514, + 505, + 539 + ], + "lines": [ + { + "bbox": [ + 102, + 507, + 510, + 540 + ], + "spans": [ + { + "bbox": [ + 102, + 507, + 134, + 540 + ], + "score": 1.0, + "content": "where have a", + "type": "text" + }, + { + "bbox": [ + 134, + 514, + 206, + 529 + ], + "score": 0.93, + "content": "\\begin{array} { r } { Z \\approx \\sum _ { i = 1 } ^ { N } \\tilde { p } ( \\mathbf { x } _ { i } ^ { \\prime } ) } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 206, + 507, + 225, + 540 + ], + "score": 1.0, + "content": "and ake s", + "type": "text" + }, + { + "bbox": [ + 226, + 516, + 236, + 526 + ], + "score": 0.85, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 236, + 507, + 510, + 540 + ], + "score": 1.0, + "content": "is the number of samples. When dividing two delta functions wee arbitrarily large finite value.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 32 + }, + { + "type": "title", + "bbox": [ + 108, + 554, + 217, + 567 + ], + "lines": [ + { + "bbox": [ + 105, + 553, + 218, + 569 + ], + "spans": [ + { + "bbox": [ + 105, + 553, + 218, + 569 + ], + "score": 1.0, + "content": "3 RELATED WORKS", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 33 + }, + { + "type": "text", + "bbox": [ + 106, + 578, + 505, + 634 + ], + "lines": [ + { + "bbox": [ + 106, + 578, + 505, + 591 + ], + "spans": [ + { + "bbox": [ + 106, + 578, + 505, + 591 + ], + "score": 1.0, + "content": "The standard approach for generating molecular conformations is to start with one, and make small", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 590, + 505, + 603 + ], + "spans": [ + { + "bbox": [ + 106, + 590, + 505, + 603 + ], + "score": 1.0, + "content": "changes to it over time, e.g., by using MCMC or MD. These methods are considered the gold", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 601, + 505, + 614 + ], + "spans": [ + { + "bbox": [ + 105, + 601, + 505, + 614 + ], + "score": 1.0, + "content": "standard for sampling equilibrium states, but they are computationally expensive, especially if the", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 611, + 505, + 624 + ], + "spans": [ + { + "bbox": [ + 105, + 611, + 505, + 624 + ], + "score": 1.0, + "content": "molecule is large and the Hamiltonian is based on quantum-mechanical principles (Shim & MacK-", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 622, + 323, + 636 + ], + "spans": [ + { + "bbox": [ + 106, + 622, + 323, + 636 + ], + "score": 1.0, + "content": "erell, 2011; Ballard et al., 2015; De Vivo et al., 2016).", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 36 + }, + { + "type": "text", + "bbox": [ + 106, + 640, + 503, + 662 + ], + "lines": [ + { + "bbox": [ + 106, + 639, + 505, + 652 + ], + "spans": [ + { + "bbox": [ + 106, + 639, + 505, + 652 + ], + "score": 1.0, + "content": "A much faster but more approximate approach for conformation generation is EDG (Havel, 2002;", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 650, + 505, + 663 + ], + "spans": [ + { + "bbox": [ + 105, + 650, + 505, + 663 + ], + "score": 1.0, + "content": "Blaney & Dixon, 2007; Lagorce et al., 2009; Riniker & Landrum, 2015). Lower and upper distance", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 39.5 + } + ], + "page_idx": 4, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 302, + 751, + 308, + 760 + ], + "lines": [ + { + "bbox": [ + 302, + 750, + 309, + 763 + ], + "spans": [ + { + "bbox": [ + 302, + 750, + 309, + 763 + ], + "score": 1.0, + "content": "5", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 106, + 669, + 506, + 732 + ], + "lines": [ + { + "bbox": [ + 118, + 667, + 505, + 683 + ], + "spans": [ + { + "bbox": [ + 118, + 667, + 505, + 683 + ], + "score": 1.0, + "content": "3Even though quantum-chemical methods require the input to be in Cartesian coordinates, calculated prop-", + "type": "text" + } + ] + }, + { + "bbox": [ + 106, + 680, + 357, + 691 + ], + "spans": [ + { + "bbox": [ + 106, + 680, + 357, + 691 + ], + "score": 1.0, + "content": "erties, such as the energy, are invariant under translation and rotation.", + "type": "text" + } + ] + }, + { + "bbox": [ + 118, + 689, + 505, + 703 + ], + "spans": [ + { + "bbox": [ + 118, + 689, + 416, + 703 + ], + "score": 1.0, + "content": "4There are additional constraints due to chirality. However, since they are given by", + "type": "text" + }, + { + "bbox": [ + 416, + 691, + 423, + 700 + ], + "score": 0.82, + "content": "\\mathcal { G }", + "type": "inline_equation" + }, + { + "bbox": [ + 423, + 689, + 505, + 703 + ], + "score": 1.0, + "content": "and are fixed, they are", + "type": "text" + } + ] + }, + { + "bbox": [ + 106, + 701, + 210, + 712 + ], + "spans": [ + { + "bbox": [ + 106, + 701, + 210, + 712 + ], + "score": 1.0, + "content": "not modeled by our method.", + "type": "text" + } + ] + }, + { + "bbox": [ + 118, + 709, + 506, + 724 + ], + "spans": [ + { + "bbox": [ + 118, + 709, + 506, + 724 + ], + "score": 1.0, + "content": "5Often there exist multiple solutions for the same set of bounds. As the bounds are generally tight, the", + "type": "text" + } + ] + }, + { + "bbox": [ + 106, + 721, + 452, + 732 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 452, + 732 + ], + "score": 1.0, + "content": "solutions are very similar. Therefore, we only generate one set of coordinates per set of bounds.", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 107, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 107, + 26, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 107, + 26, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2020", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "title", + "bbox": [ + 107, + 82, + 457, + 94 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 460, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 460, + 95 + ], + "score": 1.0, + "content": "2.3 CONFORMATION GENERATION THROUGH EUCLIDEAN DISTANCE GEOMETRY", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 107, + 102, + 504, + 138 + ], + "lines": [ + { + "bbox": [ + 105, + 101, + 506, + 116 + ], + "spans": [ + { + "bbox": [ + 105, + 101, + 506, + 116 + ], + "score": 1.0, + "content": "To compute molecular properties, quantum-chemical methods need to be employed which require", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 113, + 506, + 127 + ], + "spans": [ + { + "bbox": [ + 105, + 113, + 506, + 127 + ], + "score": 1.0, + "content": "the input, i.e., the molecule, to be in Cartesian coordinates.3 Therefore, we use an EDG algorithm", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 102, + 120, + 428, + 144 + ], + "spans": [ + { + "bbox": [ + 102, + 120, + 231, + 144 + ], + "score": 1.0, + "content": "to translate the set of distances", + "type": "text" + }, + { + "bbox": [ + 231, + 125, + 267, + 139 + ], + "score": 0.93, + "content": "\\{ d _ { k } \\} _ { k = 1 } ^ { N _ { e } }", + "type": "inline_equation" + }, + { + "bbox": [ + 267, + 120, + 388, + 144 + ], + "score": 1.0, + "content": "to a set of atomic coordinates", + "type": "text" + }, + { + "bbox": [ + 388, + 125, + 420, + 139 + ], + "score": 0.92, + "content": "\\{ \\mathbf { r } _ { i } \\} _ { i = 1 } ^ { N _ { v } }", + "type": "inline_equation" + }, + { + "bbox": [ + 420, + 120, + 428, + 144 + ], + "score": 1.0, + "content": ". 4", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 2, + "bbox_fs": [ + 102, + 101, + 506, + 144 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 143, + 505, + 259 + ], + "lines": [ + { + "bbox": [ + 106, + 143, + 506, + 156 + ], + "spans": [ + { + "bbox": [ + 106, + 143, + 506, + 156 + ], + "score": 1.0, + "content": "EDG is the mathematical basis for a geometric theory of molecular conformation. In the field of", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 154, + 505, + 167 + ], + "spans": [ + { + "bbox": [ + 105, + 154, + 505, + 167 + ], + "score": 1.0, + "content": "machine learning, Weinberger & Saul (2006) used it for learning image manifolds, Tenenbaum", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 165, + 506, + 178 + ], + "spans": [ + { + "bbox": [ + 105, + 165, + 506, + 178 + ], + "score": 1.0, + "content": "et al. (2000) for image understanding and handwriting recognition, Jain & Saul (2004) for speech", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 176, + 506, + 189 + ], + "spans": [ + { + "bbox": [ + 105, + 176, + 506, + 189 + ], + "score": 1.0, + "content": "and music, and Demaine et al. (2009) for music and musical rhythms. An EDG description of", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 187, + 505, + 200 + ], + "spans": [ + { + "bbox": [ + 105, + 187, + 505, + 200 + ], + "score": 1.0, + "content": "a molecular system consists of a list of lower and upper bounds on the distances between pairs", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 104, + 197, + 506, + 216 + ], + "spans": [ + { + "bbox": [ + 104, + 197, + 146, + 216 + ], + "score": 1.0, + "content": "of atoms", + "type": "text" + }, + { + "bbox": [ + 146, + 198, + 231, + 211 + ], + "score": 0.91, + "content": "\\{ ( d _ { k , \\operatorname* { m i n } } , d _ { k , \\operatorname* { m a x } } ) \\} _ { k = 1 } ^ { N _ { e } }", + "type": "inline_equation" + }, + { + "bbox": [ + 232, + 197, + 264, + 216 + ], + "score": 1.0, + "content": ". Here,", + "type": "text" + }, + { + "bbox": [ + 265, + 199, + 308, + 212 + ], + "score": 0.92, + "content": "p _ { \\boldsymbol { \\theta } } ( \\mathbf { d } | \\mathbf { z } , \\mathcal { G } )", + "type": "inline_equation" + }, + { + "bbox": [ + 309, + 197, + 506, + 216 + ], + "score": 1.0, + "content": "is used to model these bounds, namely, we set", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 104, + 208, + 507, + 226 + ], + "spans": [ + { + "bbox": [ + 104, + 208, + 164, + 226 + ], + "score": 1.0, + "content": "the bounds to", + "type": "text" + }, + { + "bbox": [ + 165, + 211, + 272, + 223 + ], + "score": 0.9, + "content": "\\{ ( \\mu _ { d _ { k } } - \\sigma _ { d _ { k } } , \\mu _ { d _ { k } } + \\sigma _ { d _ { k } } ) \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 272, + 208, + 304, + 226 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 304, + 213, + 320, + 222 + ], + "score": 0.88, + "content": "\\mu _ { d _ { k } }", + "type": "inline_equation" + }, + { + "bbox": [ + 320, + 208, + 339, + 226 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 339, + 212, + 355, + 222 + ], + "score": 0.88, + "content": "\\sigma _ { d _ { k } }", + "type": "inline_equation" + }, + { + "bbox": [ + 355, + 208, + 507, + 226 + ], + "score": 1.0, + "content": "are the mean and standard deviation", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 104, + 220, + 506, + 235 + ], + "spans": [ + { + "bbox": [ + 104, + 220, + 179, + 235 + ], + "score": 1.0, + "content": "for each distance", + "type": "text" + }, + { + "bbox": [ + 179, + 222, + 191, + 232 + ], + "score": 0.86, + "content": "d _ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 191, + 220, + 506, + 235 + ], + "score": 1.0, + "content": "given by the CVAE. Then, an EDG algorithm determines a set of Cartesian", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 102, + 228, + 508, + 252 + ], + "spans": [ + { + "bbox": [ + 102, + 228, + 155, + 252 + ], + "score": 1.0, + "content": "coordinates", + "type": "text" + }, + { + "bbox": [ + 155, + 232, + 187, + 246 + ], + "score": 0.92, + "content": "\\{ \\mathbf { r } _ { i } \\} _ { i = 1 } ^ { N _ { v } }", + "type": "inline_equation" + }, + { + "bbox": [ + 187, + 228, + 508, + 252 + ], + "score": 1.0, + "content": "so that these bounds are fulfilled (see Appendix A.2 for details).5 Together with", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 104, + 242, + 411, + 263 + ], + "spans": [ + { + "bbox": [ + 104, + 242, + 257, + 263 + ], + "score": 1.0, + "content": "the corresponding chemical elements", + "type": "text" + }, + { + "bbox": [ + 258, + 245, + 289, + 259 + ], + "score": 0.93, + "content": "\\{ \\epsilon _ { i } \\} _ { i = 1 } ^ { N _ { v } }", + "type": "inline_equation" + }, + { + "bbox": [ + 289, + 242, + 397, + 263 + ], + "score": 1.0, + "content": ", we obtain a conformation", + "type": "text" + }, + { + "bbox": [ + 397, + 249, + 405, + 257 + ], + "score": 0.5, + "content": "\\mathbf { x }", + "type": "inline_equation" + }, + { + "bbox": [ + 405, + 242, + 411, + 263 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 8.5, + "bbox_fs": [ + 102, + 143, + 508, + 263 + ] + }, + { + "type": "title", + "bbox": [ + 109, + 271, + 321, + 282 + ], + "lines": [ + { + "bbox": [ + 106, + 271, + 322, + 284 + ], + "spans": [ + { + "bbox": [ + 106, + 271, + 322, + 284 + ], + "score": 1.0, + "content": "2.4 CALCULATION OF MOLECULAR PROPERTIES", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 14 + }, + { + "type": "text", + "bbox": [ + 106, + 291, + 505, + 416 + ], + "lines": [ + { + "bbox": [ + 106, + 290, + 505, + 305 + ], + "spans": [ + { + "bbox": [ + 106, + 290, + 300, + 305 + ], + "score": 1.0, + "content": "We can get an MC estimate of the expectation", + "type": "text" + }, + { + "bbox": [ + 301, + 292, + 328, + 304 + ], + "score": 0.92, + "content": "\\mathbb { E } _ { \\mathcal { G } } [ \\mathcal { O } ]", + "type": "inline_equation" + }, + { + "bbox": [ + 329, + 290, + 387, + 305 + ], + "score": 1.0, + "content": "of a property", + "type": "text" + }, + { + "bbox": [ + 388, + 293, + 397, + 302 + ], + "score": 0.79, + "content": "\\mathcal { O }", + "type": "inline_equation" + }, + { + "bbox": [ + 397, + 290, + 505, + 305 + ], + "score": 1.0, + "content": "(e.g., the dipole moment)", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 104, + 302, + 505, + 317 + ], + "spans": [ + { + "bbox": [ + 104, + 302, + 230, + 317 + ], + "score": 1.0, + "content": "for a molecule represented by", + "type": "text" + }, + { + "bbox": [ + 230, + 303, + 238, + 314 + ], + "score": 0.81, + "content": "\\mathcal { G }", + "type": "inline_equation" + }, + { + "bbox": [ + 238, + 302, + 386, + 317 + ], + "score": 1.0, + "content": "by drawing conformational samples", + "type": "text" + }, + { + "bbox": [ + 387, + 303, + 441, + 315 + ], + "score": 0.93, + "content": "\\mathbf { x } _ { i } \\sim p ( \\mathbf { x } | \\mathcal { G } )", + "type": "inline_equation" + }, + { + "bbox": [ + 441, + 302, + 505, + 317 + ], + "score": 1.0, + "content": "and computing", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 107, + 313, + 505, + 326 + ], + "spans": [ + { + "bbox": [ + 107, + 314, + 153, + 326 + ], + "score": 0.92, + "content": "\\mathcal { O } ( \\mathbf { x } _ { i } ) \\in \\mathbb { R }", + "type": "inline_equation" + }, + { + "bbox": [ + 153, + 313, + 505, + 326 + ], + "score": 1.0, + "content": "with a quantum-chemical method (e.g., density functional theory). Since we cannot draw", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 324, + 506, + 337 + ], + "spans": [ + { + "bbox": [ + 105, + 324, + 163, + 337 + ], + "score": 1.0, + "content": "samples from", + "type": "text" + }, + { + "bbox": [ + 164, + 325, + 192, + 336 + ], + "score": 0.93, + "content": "p ( \\mathbf { x } | \\mathcal { G } )", + "type": "inline_equation" + }, + { + "bbox": [ + 193, + 324, + 506, + 337 + ], + "score": 1.0, + "content": "directly, we employ an IS integration scheme (Bishop, 2009) with our CVAE", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 335, + 506, + 348 + ], + "spans": [ + { + "bbox": [ + 105, + 335, + 506, + 348 + ], + "score": 1.0, + "content": "as the proposal distribution. We assume that we can readily evaluate the unnormalized probability of", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 347, + 506, + 360 + ], + "spans": [ + { + "bbox": [ + 105, + 347, + 169, + 360 + ], + "score": 1.0, + "content": "a conformation", + "type": "text" + }, + { + "bbox": [ + 169, + 347, + 290, + 359 + ], + "score": 0.93, + "content": "\\tilde { p } ( \\mathbf { x } | \\mathcal { G } ) = \\exp \\{ - E ( \\mathbf { x } ) / k _ { B } T \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 291, + 347, + 320, + 360 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 320, + 348, + 328, + 357 + ], + "score": 0.62, + "content": "\\mathbf { x }", + "type": "inline_equation" + }, + { + "bbox": [ + 329, + 347, + 506, + 360 + ], + "score": 1.0, + "content": "must be a conformation of the molecule and", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 104, + 356, + 505, + 371 + ], + "spans": [ + { + "bbox": [ + 104, + 356, + 150, + 371 + ], + "score": 1.0, + "content": "the energy", + "type": "text" + }, + { + "bbox": [ + 151, + 358, + 173, + 370 + ], + "score": 0.91, + "content": "E ( \\mathbf { x } )", + "type": "inline_equation" + }, + { + "bbox": [ + 173, + 356, + 505, + 371 + ], + "score": 1.0, + "content": "is determined with a quantum-chemical method. Since the EDG algorithm is map-", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 104, + 367, + 506, + 381 + ], + "spans": [ + { + "bbox": [ + 104, + 367, + 190, + 381 + ], + "score": 1.0, + "content": "ping the distribution", + "type": "text" + }, + { + "bbox": [ + 190, + 369, + 233, + 380 + ], + "score": 0.93, + "content": "p _ { \\boldsymbol { \\theta } } ( \\mathbf { d } | \\mathbf { z } , \\mathcal { G } )", + "type": "inline_equation" + }, + { + "bbox": [ + 233, + 367, + 307, + 381 + ], + "score": 1.0, + "content": "to a point mass in", + "type": "text" + }, + { + "bbox": [ + 307, + 368, + 330, + 379 + ], + "score": 0.9, + "content": " { \\mathbb { R } } ^ { 3 N _ { v } }", + "type": "inline_equation" + }, + { + "bbox": [ + 330, + 367, + 506, + 381 + ], + "score": 1.0, + "content": ", the MC estimate for the resulting distribu-", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 104, + 378, + 506, + 394 + ], + "spans": [ + { + "bbox": [ + 104, + 378, + 124, + 394 + ], + "score": 1.0, + "content": "tion", + "type": "text" + }, + { + "bbox": [ + 124, + 380, + 167, + 392 + ], + "score": 0.92, + "content": "p _ { \\mathrm { p r o p } } ( \\mathbf { x } | \\mathcal { G } )", + "type": "inline_equation" + }, + { + "bbox": [ + 167, + 378, + 456, + 394 + ], + "score": 1.0, + "content": "is given by a mixture of delta functions, each of which is centered at the", + "type": "text" + }, + { + "bbox": [ + 456, + 381, + 466, + 390 + ], + "score": 0.83, + "content": "\\mathbf { x } _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 467, + 378, + 506, + 394 + ], + "score": 1.0, + "content": "resulting", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 103, + 388, + 507, + 410 + ], + "spans": [ + { + "bbox": [ + 103, + 388, + 166, + 410 + ], + "score": 1.0, + "content": "from mapping", + "type": "text" + }, + { + "bbox": [ + 166, + 393, + 213, + 405 + ], + "score": 0.92, + "content": "p _ { \\boldsymbol { \\theta } } ( \\mathbf { d } | \\mathbf { z } _ { i } , \\mathcal { G } )", + "type": "inline_equation" + }, + { + "bbox": [ + 213, + 388, + 225, + 410 + ], + "score": 1.0, + "content": "to", + "type": "text" + }, + { + "bbox": [ + 225, + 392, + 248, + 403 + ], + "score": 0.86, + "content": "\\mathbb { R } ^ { 3 N _ { v } }", + "type": "inline_equation" + }, + { + "bbox": [ + 248, + 388, + 279, + 410 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 279, + 393, + 334, + 405 + ], + "score": 0.92, + "content": "\\mathbf { z } _ { i } \\sim p _ { \\theta } ( \\mathbf { z } | \\mathcal { G } )", + "type": "inline_equation" + }, + { + "bbox": [ + 334, + 388, + 367, + 410 + ], + "score": 1.0, + "content": ", that is,", + "type": "text" + }, + { + "bbox": [ + 368, + 391, + 501, + 406 + ], + "score": 0.92, + "content": "\\begin{array} { r } { p _ { \\mathrm { p r o p } } ( \\mathbf { x } | \\mathcal { G } ) \\approx \\frac { 1 } { N } \\sum _ { i = 1 } ^ { N } \\delta ( \\mathbf { x } - \\mathbf { x } _ { i } ) } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 388, + 507, + 410 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 404, + 376, + 417 + ], + "spans": [ + { + "bbox": [ + 106, + 404, + 263, + 417 + ], + "score": 1.0, + "content": "The IS estimator for the expectation of", + "type": "text" + }, + { + "bbox": [ + 264, + 405, + 273, + 414 + ], + "score": 0.82, + "content": "\\mathcal { O }", + "type": "inline_equation" + }, + { + "bbox": [ + 273, + 404, + 301, + 417 + ], + "score": 1.0, + "content": "w. r. t.", + "type": "text" + }, + { + "bbox": [ + 301, + 405, + 330, + 416 + ], + "score": 0.91, + "content": "\\tilde { p } ( \\mathbf { x } | \\mathcal { G } )", + "type": "inline_equation" + }, + { + "bbox": [ + 330, + 404, + 376, + 417 + ], + "score": 1.0, + "content": "then reads", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 20, + "bbox_fs": [ + 103, + 290, + 507, + 417 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 196, + 419, + 414, + 454 + ], + "lines": [ + { + "bbox": [ + 196, + 419, + 414, + 454 + ], + "spans": [ + { + "bbox": [ + 196, + 419, + 414, + 454 + ], + "score": 0.94, + "content": "\\hat { \\mathbb { E } } _ { \\mathcal { G } } [ \\mathcal { O } ] \\overset { \\mathrm { M C } } { \\approx } \\frac { 1 } { N } \\sum _ { i = 1 } ^ { N } \\mathcal { O } ( \\mathbf { x } _ { i } ) \\overset { \\mathrm { I S } } { = } \\frac { 1 } { N } \\sum _ { i = 1 } ^ { N } \\mathcal { O } ( \\mathbf { x } _ { i } ^ { \\prime } ) \\frac { \\tilde { p } ( \\mathbf { x } _ { i } ^ { \\prime } | \\mathcal { G } ) } { p _ { \\mathrm { p r o p } } ( \\mathbf { x } _ { i } ^ { \\prime } | \\mathcal { G } ) } ,", + "type": "interline_equation", + "image_path": "fafd8c965057b48a86acdf60b98e8b8b8279987871ddc24d58456b76197d09cb.jpg" + } + ] + } + ], + "index": 26.5, + "virtual_lines": [ + { + "bbox": [ + 196, + 419, + 414, + 436.5 + ], + "spans": [], + "index": 26 + }, + { + "bbox": [ + 196, + 436.5, + 414, + 454.0 + ], + "spans": [], + "index": 27 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 457, + 504, + 479 + ], + "lines": [ + { + "bbox": [ + 105, + 456, + 506, + 470 + ], + "spans": [ + { + "bbox": [ + 105, + 456, + 134, + 470 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 135, + 457, + 194, + 469 + ], + "score": 0.92, + "content": "\\mathbf { x } _ { i } \\sim \\tilde { p } ( \\mathbf { x } _ { i } | \\mathcal { G } )", + "type": "inline_equation" + }, + { + "bbox": [ + 194, + 456, + 214, + 470 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 214, + 457, + 286, + 470 + ], + "score": 0.93, + "content": "\\mathbf { x } _ { i } ^ { \\prime } \\sim p _ { \\mathrm { p r o p } } ( \\mathbf { x } _ { i } ^ { \\prime } | \\mathcal { G } )", + "type": "inline_equation" + }, + { + "bbox": [ + 287, + 456, + 400, + 470 + ], + "score": 1.0, + "content": ", so that the expectation of", + "type": "text" + }, + { + "bbox": [ + 400, + 458, + 409, + 467 + ], + "score": 0.82, + "content": "\\mathcal { O }", + "type": "inline_equation" + }, + { + "bbox": [ + 410, + 456, + 506, + 470 + ], + "score": 1.0, + "content": "w. r. t. the normalized", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 468, + 200, + 480 + ], + "spans": [ + { + "bbox": [ + 106, + 468, + 149, + 480 + ], + "score": 1.0, + "content": "version of", + "type": "text" + }, + { + "bbox": [ + 149, + 469, + 169, + 480 + ], + "score": 0.91, + "content": "\\tilde { p } ( { \\bf x } )", + "type": "inline_equation" + }, + { + "bbox": [ + 169, + 468, + 200, + 480 + ], + "score": 1.0, + "content": "is then", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28.5, + "bbox_fs": [ + 105, + 456, + 506, + 480 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 219, + 478, + 390, + 513 + ], + "lines": [ + { + "bbox": [ + 219, + 478, + 390, + 513 + ], + "spans": [ + { + "bbox": [ + 219, + 478, + 390, + 513 + ], + "score": 0.95, + "content": "\\mathbb { E } _ { \\mathcal { G } } [ \\mathcal { O } ] = \\frac { \\hat { \\mathbb { E } } _ { \\mathcal { G } } [ \\mathcal { O } ] } { \\hat { \\mathbb { E } } _ { \\mathcal { G } } [ 1 ] } \\approx \\frac { 1 } { Z } \\sum _ { i = 1 } ^ { N } \\mathcal { O } ( \\mathbf { x } _ { i } ) \\tilde { p } ( \\mathbf { x } _ { i } ^ { \\prime } | \\mathcal { G } ) ,", + "type": "interline_equation", + "image_path": "d1bfdb172990ccca20a4060ab8f7b2c464e206d95b17e86baa539c360b4a59c1.jpg" + } + ] + } + ], + "index": 30.5, + "virtual_lines": [ + { + "bbox": [ + 219, + 478, + 390, + 495.5 + ], + "spans": [], + "index": 30 + }, + { + "bbox": [ + 219, + 495.5, + 390, + 513.0 + ], + "spans": [], + "index": 31 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 514, + 505, + 539 + ], + "lines": [ + { + "bbox": [ + 102, + 507, + 510, + 540 + ], + "spans": [ + { + "bbox": [ + 102, + 507, + 134, + 540 + ], + "score": 1.0, + "content": "where have a", + "type": "text" + }, + { + "bbox": [ + 134, + 514, + 206, + 529 + ], + "score": 0.93, + "content": "\\begin{array} { r } { Z \\approx \\sum _ { i = 1 } ^ { N } \\tilde { p } ( \\mathbf { x } _ { i } ^ { \\prime } ) } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 206, + 507, + 225, + 540 + ], + "score": 1.0, + "content": "and ake s", + "type": "text" + }, + { + "bbox": [ + 226, + 516, + 236, + 526 + ], + "score": 0.85, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 236, + 507, + 510, + 540 + ], + "score": 1.0, + "content": "is the number of samples. When dividing two delta functions wee arbitrarily large finite value.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 32, + "bbox_fs": [ + 102, + 507, + 510, + 540 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 554, + 217, + 567 + ], + "lines": [ + { + "bbox": [ + 105, + 553, + 218, + 569 + ], + "spans": [ + { + "bbox": [ + 105, + 553, + 218, + 569 + ], + "score": 1.0, + "content": "3 RELATED WORKS", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 33 + }, + { + "type": "text", + "bbox": [ + 106, + 578, + 505, + 634 + ], + "lines": [ + { + "bbox": [ + 106, + 578, + 505, + 591 + ], + "spans": [ + { + "bbox": [ + 106, + 578, + 505, + 591 + ], + "score": 1.0, + "content": "The standard approach for generating molecular conformations is to start with one, and make small", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 590, + 505, + 603 + ], + "spans": [ + { + "bbox": [ + 106, + 590, + 505, + 603 + ], + "score": 1.0, + "content": "changes to it over time, e.g., by using MCMC or MD. These methods are considered the gold", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 601, + 505, + 614 + ], + "spans": [ + { + "bbox": [ + 105, + 601, + 505, + 614 + ], + "score": 1.0, + "content": "standard for sampling equilibrium states, but they are computationally expensive, especially if the", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 611, + 505, + 624 + ], + "spans": [ + { + "bbox": [ + 105, + 611, + 505, + 624 + ], + "score": 1.0, + "content": "molecule is large and the Hamiltonian is based on quantum-mechanical principles (Shim & MacK-", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 622, + 323, + 636 + ], + "spans": [ + { + "bbox": [ + 106, + 622, + 323, + 636 + ], + "score": 1.0, + "content": "erell, 2011; Ballard et al., 2015; De Vivo et al., 2016).", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 36, + "bbox_fs": [ + 105, + 578, + 505, + 636 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 640, + 503, + 662 + ], + "lines": [ + { + "bbox": [ + 106, + 639, + 505, + 652 + ], + "spans": [ + { + "bbox": [ + 106, + 639, + 505, + 652 + ], + "score": 1.0, + "content": "A much faster but more approximate approach for conformation generation is EDG (Havel, 2002;", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 650, + 505, + 663 + ], + "spans": [ + { + "bbox": [ + 105, + 650, + 505, + 663 + ], + "score": 1.0, + "content": "Blaney & Dixon, 2007; Lagorce et al., 2009; Riniker & Landrum, 2015). Lower and upper distance", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 82, + 506, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 506, + 95 + ], + "score": 1.0, + "content": "bounds for pairs of atoms in a molecule are fixed values based on ideal bond lengths, bond angles,", + "type": "text", + "cross_page": true + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 94, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 106, + 94, + 505, + 106 + ], + "score": 1.0, + "content": "and torsional angles. These values are often extracted from crystal structure databases (Allen, 2002).", + "type": "text", + "cross_page": true + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 104, + 506, + 118 + ], + "spans": [ + { + "bbox": [ + 105, + 104, + 506, + 118 + ], + "score": 1.0, + "content": "These methods aim to generate a low-energy conformation, not to generate unbiased samples from", + "type": "text", + "cross_page": true + } + ], + "index": 2 + }, + { + "bbox": [ + 106, + 115, + 314, + 128 + ], + "spans": [ + { + "bbox": [ + 106, + 115, + 314, + 128 + ], + "score": 1.0, + "content": "the underlying distribution at a certain temperature.", + "type": "text", + "cross_page": true + } + ], + "index": 3 + } + ], + "index": 39.5, + "bbox_fs": [ + 105, + 639, + 505, + 663 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 504, + 126 + ], + "lines": [ + { + "bbox": [ + 105, + 82, + 506, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 506, + 95 + ], + "score": 1.0, + "content": "bounds for pairs of atoms in a molecule are fixed values based on ideal bond lengths, bond angles,", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 94, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 106, + 94, + 505, + 106 + ], + "score": 1.0, + "content": "and torsional angles. These values are often extracted from crystal structure databases (Allen, 2002).", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 104, + 506, + 118 + ], + "spans": [ + { + "bbox": [ + 105, + 104, + 506, + 118 + ], + "score": 1.0, + "content": "These methods aim to generate a low-energy conformation, not to generate unbiased samples from", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 106, + 115, + 314, + 128 + ], + "spans": [ + { + "bbox": [ + 106, + 115, + 314, + 128 + ], + "score": 1.0, + "content": "the underlying distribution at a certain temperature.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 1.5 + }, + { + "type": "text", + "bbox": [ + 107, + 132, + 505, + 220 + ], + "lines": [ + { + "bbox": [ + 105, + 131, + 505, + 145 + ], + "spans": [ + { + "bbox": [ + 105, + 131, + 505, + 145 + ], + "score": 1.0, + "content": "There exist several machine learning approaches as well, however, they are mostly tailored towards", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 144, + 505, + 156 + ], + "spans": [ + { + "bbox": [ + 106, + 144, + 505, + 156 + ], + "score": 1.0, + "content": "studying protein dynamics. For example, Noe et al. (2019) trained Boltzmann generators on the ´", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 154, + 505, + 167 + ], + "spans": [ + { + "bbox": [ + 105, + 154, + 505, + 167 + ], + "score": 1.0, + "content": "energy function of proteins to provide unbiased, one-shot samples from their equilibrium states.", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 165, + 505, + 177 + ], + "spans": [ + { + "bbox": [ + 105, + 165, + 505, + 177 + ], + "score": 1.0, + "content": "This is achieved by training an invertible neural network to learn a coordinate transformation from", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 104, + 176, + 506, + 189 + ], + "spans": [ + { + "bbox": [ + 104, + 176, + 506, + 189 + ], + "score": 1.0, + "content": "a system’s configurations to a latent space representation. Further, Lemke & Peter (2019) proposed", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 187, + 505, + 199 + ], + "spans": [ + { + "bbox": [ + 105, + 187, + 505, + 199 + ], + "score": 1.0, + "content": "a dimensionality reduction algorithm that is based on a neural network autoencoder in combination", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 199, + 505, + 210 + ], + "spans": [ + { + "bbox": [ + 105, + 199, + 505, + 210 + ], + "score": 1.0, + "content": "with a nonlinear distance metric to generate samples for protein structures. Both models learn", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 209, + 463, + 221 + ], + "spans": [ + { + "bbox": [ + 105, + 209, + 463, + 221 + ], + "score": 1.0, + "content": "protein-specific coordinate transformations that cannot be transferred to other molecules.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 7.5 + }, + { + "type": "text", + "bbox": [ + 107, + 226, + 505, + 281 + ], + "lines": [ + { + "bbox": [ + 106, + 226, + 505, + 238 + ], + "spans": [ + { + "bbox": [ + 106, + 226, + 505, + 238 + ], + "score": 1.0, + "content": "AlQuraishi (2019) introduced an end-to-end differentiable recurrent geometric network for protein", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 237, + 505, + 249 + ], + "spans": [ + { + "bbox": [ + 105, + 237, + 505, + 249 + ], + "score": 1.0, + "content": "structure learning based on amino acid sequences. Also, Ingraham et al. (2019) proposed a neural", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 248, + 505, + 261 + ], + "spans": [ + { + "bbox": [ + 105, + 248, + 505, + 261 + ], + "score": 1.0, + "content": "energy simulator model for protein structure that makes use of protein sequence information. In", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 259, + 505, + 271 + ], + "spans": [ + { + "bbox": [ + 105, + 259, + 505, + 271 + ], + "score": 1.0, + "content": "contrast to amino acid sequences, molecular graphs are, in general, not linear but highly branched", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 270, + 416, + 282 + ], + "spans": [ + { + "bbox": [ + 106, + 270, + 416, + 282 + ], + "score": 1.0, + "content": "and often contain cycles. This makes them unsuitable for recurrent networks.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 14 + }, + { + "type": "text", + "bbox": [ + 107, + 286, + 505, + 353 + ], + "lines": [ + { + "bbox": [ + 106, + 286, + 506, + 299 + ], + "spans": [ + { + "bbox": [ + 106, + 286, + 506, + 299 + ], + "score": 1.0, + "content": "Finally, Mansimov et al. (2019) presented a conditional deep generative graph neural network to", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 298, + 505, + 310 + ], + "spans": [ + { + "bbox": [ + 105, + 298, + 505, + 310 + ], + "score": 1.0, + "content": "generate molecular conformations given a molecular graph. Their goal is to predict the most likely", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 309, + 505, + 321 + ], + "spans": [ + { + "bbox": [ + 106, + 309, + 505, + 321 + ], + "score": 1.0, + "content": "conformation and not a distribution over conformations. Instead of encoding molecular environ-", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 320, + 505, + 332 + ], + "spans": [ + { + "bbox": [ + 105, + 320, + 505, + 332 + ], + "score": 1.0, + "content": "ments in atomic distances, they work directly in Cartesian coordinates. As a result, the generated", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 331, + 505, + 343 + ], + "spans": [ + { + "bbox": [ + 105, + 331, + 505, + 343 + ], + "score": 1.0, + "content": "conformations showed significant structural differences compared to the ground-truth and required", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 342, + 418, + 353 + ], + "spans": [ + { + "bbox": [ + 105, + 342, + 418, + 353 + ], + "score": 1.0, + "content": "refinement through a force field, which is often employed in MD simulations.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 19.5 + }, + { + "type": "text", + "bbox": [ + 107, + 358, + 447, + 370 + ], + "lines": [ + { + "bbox": [ + 106, + 358, + 449, + 372 + ], + "spans": [ + { + "bbox": [ + 106, + 358, + 449, + 372 + ], + "score": 1.0, + "content": "We argue that our model has several advantages over the approaches reviewed above:", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 23 + }, + { + "type": "text", + "bbox": [ + 131, + 382, + 505, + 458 + ], + "lines": [ + { + "bbox": [ + 132, + 382, + 464, + 396 + ], + "spans": [ + { + "bbox": [ + 132, + 382, + 464, + 396 + ], + "score": 1.0, + "content": "• It is a fast alternative to resource-intensive approaches based on MCMC or MD.", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 132, + 402, + 506, + 417 + ], + "spans": [ + { + "bbox": [ + 132, + 402, + 506, + 417 + ], + "score": 1.0, + "content": "• Our principled representation based on pair-wise distances does not restrict our approach", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 141, + 415, + 292, + 428 + ], + "spans": [ + { + "bbox": [ + 141, + 415, + 292, + 428 + ], + "score": 1.0, + "content": "to any particular molecular structure.", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 132, + 435, + 505, + 449 + ], + "spans": [ + { + "bbox": [ + 132, + 435, + 505, + 449 + ], + "score": 1.0, + "content": "• Since our model employs message-passing neural networks, it is transferable – it can ex-", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 142, + 447, + 338, + 460 + ], + "spans": [ + { + "bbox": [ + 142, + 447, + 338, + 460 + ], + "score": 1.0, + "content": "trapolate from only a few graphs to unseen ones.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 26 + }, + { + "type": "title", + "bbox": [ + 108, + 481, + 264, + 494 + ], + "lines": [ + { + "bbox": [ + 105, + 479, + 266, + 496 + ], + "spans": [ + { + "bbox": [ + 105, + 479, + 266, + 496 + ], + "score": 1.0, + "content": "4 THE CONF17 BENCHMARK", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 29 + }, + { + "type": "text", + "bbox": [ + 107, + 510, + 505, + 598 + ], + "lines": [ + { + "bbox": [ + 105, + 509, + 506, + 523 + ], + "spans": [ + { + "bbox": [ + 105, + 509, + 506, + 523 + ], + "score": 1.0, + "content": "The CONF17 benchmark is the first benchmark for molecular conformation sampling.6 It is based", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 521, + 505, + 533 + ], + "spans": [ + { + "bbox": [ + 105, + 521, + 505, + 533 + ], + "score": 1.0, + "content": "on the ISO17 dataset (Schutt et al., 2017a) which consists of conformations of various molecules ¨", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 532, + 505, + 545 + ], + "spans": [ + { + "bbox": [ + 106, + 532, + 224, + 545 + ], + "score": 1.0, + "content": "with the atomic composition", + "type": "text" + }, + { + "bbox": [ + 225, + 532, + 264, + 543 + ], + "score": 0.92, + "content": "\\mathrm { C _ { 7 } H _ { 1 0 } O _ { 2 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 265, + 532, + 505, + 545 + ], + "score": 1.0, + "content": "drawn from the QM9 dataset (Ramakrishnan et al., 2014).", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 543, + 505, + 555 + ], + "spans": [ + { + "bbox": [ + 106, + 543, + 505, + 555 + ], + "score": 1.0, + "content": "These conformations were generated by ab initio molecular dynamics simulations at 500 Kelvin", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 554, + 505, + 567 + ], + "spans": [ + { + "bbox": [ + 105, + 554, + 505, + 567 + ], + "score": 1.0, + "content": "which generates trajectories of a single molecule covering a large variety of conformations. The", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 564, + 506, + 578 + ], + "spans": [ + { + "bbox": [ + 105, + 564, + 506, + 578 + ], + "score": 1.0, + "content": "CONF17 benchmark consists of 127 distinct molecular graphs each with 3380 conformations on", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 576, + 506, + 589 + ], + "spans": [ + { + "bbox": [ + 105, + 576, + 506, + 589 + ], + "score": 1.0, + "content": "average. We split this dataset into multiple training and test splits, each consisting of 107 and 20", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 587, + 340, + 599 + ], + "spans": [ + { + "bbox": [ + 105, + 587, + 340, + 599 + ], + "score": 1.0, + "content": "graphs, respectively (see Appendix A.1 for more details).7", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 33.5 + }, + { + "type": "text", + "bbox": [ + 107, + 604, + 505, + 670 + ], + "lines": [ + { + "bbox": [ + 105, + 603, + 505, + 616 + ], + "spans": [ + { + "bbox": [ + 105, + 603, + 505, + 616 + ], + "score": 1.0, + "content": "In Fig. 4, (A), the structural formulae of a random selection of molecules from this benchmark", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 614, + 505, + 627 + ], + "spans": [ + { + "bbox": [ + 105, + 614, + 505, + 627 + ], + "score": 1.0, + "content": "are shown. Most molecules feature highly-strained, complex 3D structures such as rings which", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 626, + 505, + 638 + ], + "spans": [ + { + "bbox": [ + 105, + 626, + 505, + 638 + ], + "score": 1.0, + "content": "are typical of drug-like molecules. It is thus the structural complexity of the molecules, not their", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 635, + 505, + 650 + ], + "spans": [ + { + "bbox": [ + 105, + 635, + 505, + 650 + ], + "score": 1.0, + "content": "number of degrees of freedom, that makes this benchmark challenging. In Fig. 4, (B), the frequency", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 646, + 505, + 660 + ], + "spans": [ + { + "bbox": [ + 105, + 647, + 173, + 660 + ], + "score": 1.0, + "content": "of distances (in", + "type": "text" + }, + { + "bbox": [ + 173, + 646, + 183, + 658 + ], + "score": 0.36, + "content": "\\mathring \\mathrm { A }", + "type": "inline_equation" + }, + { + "bbox": [ + 183, + 647, + 505, + 660 + ], + "score": 1.0, + "content": ") in the conformations are shown for each edge type. It can be seen that the", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 659, + 468, + 671 + ], + "spans": [ + { + "bbox": [ + 105, + 659, + 468, + 671 + ], + "score": 1.0, + "content": "marginal distributions of the edge distances are multimodal and highly context dependent.", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 40.5 + } + ], + "page_idx": 5, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 690, + 504, + 731 + ], + "lines": [ + { + "bbox": [ + 118, + 688, + 505, + 703 + ], + "spans": [ + { + "bbox": [ + 118, + 688, + 505, + 703 + ], + "score": 1.0, + "content": "6Datasets such as the one published by Kanal et al. (2018) only include conformers, i.e., the stable confor-", + "type": "text" + } + ] + }, + { + "bbox": [ + 105, + 700, + 344, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 700, + 344, + 712 + ], + "score": 1.0, + "content": "mations of a molecule, and not a distribution over conformations.", + "type": "text" + } + ] + }, + { + "bbox": [ + 118, + 708, + 504, + 723 + ], + "spans": [ + { + "bbox": [ + 118, + 708, + 504, + 723 + ], + "score": 1.0, + "content": "7The CONF17 benchmark is publicly available online https://figshare.com/s/", + "type": "text" + } + ] + }, + { + "bbox": [ + 106, + 720, + 218, + 732 + ], + "spans": [ + { + "bbox": [ + 106, + 720, + 218, + 732 + ], + "score": 1.0, + "content": "1b42bf865bd78c457354.", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 107, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2020", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 752, + 309, + 760 + ], + "lines": [ + { + "bbox": [ + 302, + 751, + 310, + 762 + ], + "spans": [ + { + "bbox": [ + 302, + 751, + 310, + 762 + ], + "score": 1.0, + "content": "6", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 504, + 126 + ], + "lines": [], + "index": 1.5, + "bbox_fs": [ + 105, + 82, + 506, + 128 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 107, + 132, + 505, + 220 + ], + "lines": [ + { + "bbox": [ + 105, + 131, + 505, + 145 + ], + "spans": [ + { + "bbox": [ + 105, + 131, + 505, + 145 + ], + "score": 1.0, + "content": "There exist several machine learning approaches as well, however, they are mostly tailored towards", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 144, + 505, + 156 + ], + "spans": [ + { + "bbox": [ + 106, + 144, + 505, + 156 + ], + "score": 1.0, + "content": "studying protein dynamics. For example, Noe et al. (2019) trained Boltzmann generators on the ´", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 154, + 505, + 167 + ], + "spans": [ + { + "bbox": [ + 105, + 154, + 505, + 167 + ], + "score": 1.0, + "content": "energy function of proteins to provide unbiased, one-shot samples from their equilibrium states.", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 165, + 505, + 177 + ], + "spans": [ + { + "bbox": [ + 105, + 165, + 505, + 177 + ], + "score": 1.0, + "content": "This is achieved by training an invertible neural network to learn a coordinate transformation from", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 104, + 176, + 506, + 189 + ], + "spans": [ + { + "bbox": [ + 104, + 176, + 506, + 189 + ], + "score": 1.0, + "content": "a system’s configurations to a latent space representation. Further, Lemke & Peter (2019) proposed", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 187, + 505, + 199 + ], + "spans": [ + { + "bbox": [ + 105, + 187, + 505, + 199 + ], + "score": 1.0, + "content": "a dimensionality reduction algorithm that is based on a neural network autoencoder in combination", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 199, + 505, + 210 + ], + "spans": [ + { + "bbox": [ + 105, + 199, + 505, + 210 + ], + "score": 1.0, + "content": "with a nonlinear distance metric to generate samples for protein structures. Both models learn", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 209, + 463, + 221 + ], + "spans": [ + { + "bbox": [ + 105, + 209, + 463, + 221 + ], + "score": 1.0, + "content": "protein-specific coordinate transformations that cannot be transferred to other molecules.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 7.5, + "bbox_fs": [ + 104, + 131, + 506, + 221 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 226, + 505, + 281 + ], + "lines": [ + { + "bbox": [ + 106, + 226, + 505, + 238 + ], + "spans": [ + { + "bbox": [ + 106, + 226, + 505, + 238 + ], + "score": 1.0, + "content": "AlQuraishi (2019) introduced an end-to-end differentiable recurrent geometric network for protein", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 237, + 505, + 249 + ], + "spans": [ + { + "bbox": [ + 105, + 237, + 505, + 249 + ], + "score": 1.0, + "content": "structure learning based on amino acid sequences. Also, Ingraham et al. (2019) proposed a neural", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 248, + 505, + 261 + ], + "spans": [ + { + "bbox": [ + 105, + 248, + 505, + 261 + ], + "score": 1.0, + "content": "energy simulator model for protein structure that makes use of protein sequence information. In", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 259, + 505, + 271 + ], + "spans": [ + { + "bbox": [ + 105, + 259, + 505, + 271 + ], + "score": 1.0, + "content": "contrast to amino acid sequences, molecular graphs are, in general, not linear but highly branched", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 270, + 416, + 282 + ], + "spans": [ + { + "bbox": [ + 106, + 270, + 416, + 282 + ], + "score": 1.0, + "content": "and often contain cycles. This makes them unsuitable for recurrent networks.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 14, + "bbox_fs": [ + 105, + 226, + 505, + 282 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 286, + 505, + 353 + ], + "lines": [ + { + "bbox": [ + 106, + 286, + 506, + 299 + ], + "spans": [ + { + "bbox": [ + 106, + 286, + 506, + 299 + ], + "score": 1.0, + "content": "Finally, Mansimov et al. (2019) presented a conditional deep generative graph neural network to", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 298, + 505, + 310 + ], + "spans": [ + { + "bbox": [ + 105, + 298, + 505, + 310 + ], + "score": 1.0, + "content": "generate molecular conformations given a molecular graph. Their goal is to predict the most likely", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 309, + 505, + 321 + ], + "spans": [ + { + "bbox": [ + 106, + 309, + 505, + 321 + ], + "score": 1.0, + "content": "conformation and not a distribution over conformations. Instead of encoding molecular environ-", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 320, + 505, + 332 + ], + "spans": [ + { + "bbox": [ + 105, + 320, + 505, + 332 + ], + "score": 1.0, + "content": "ments in atomic distances, they work directly in Cartesian coordinates. As a result, the generated", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 331, + 505, + 343 + ], + "spans": [ + { + "bbox": [ + 105, + 331, + 505, + 343 + ], + "score": 1.0, + "content": "conformations showed significant structural differences compared to the ground-truth and required", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 342, + 418, + 353 + ], + "spans": [ + { + "bbox": [ + 105, + 342, + 418, + 353 + ], + "score": 1.0, + "content": "refinement through a force field, which is often employed in MD simulations.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 19.5, + "bbox_fs": [ + 105, + 286, + 506, + 353 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 358, + 447, + 370 + ], + "lines": [ + { + "bbox": [ + 106, + 358, + 449, + 372 + ], + "spans": [ + { + "bbox": [ + 106, + 358, + 449, + 372 + ], + "score": 1.0, + "content": "We argue that our model has several advantages over the approaches reviewed above:", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 23, + "bbox_fs": [ + 106, + 358, + 449, + 372 + ] + }, + { + "type": "list", + "bbox": [ + 131, + 382, + 505, + 458 + ], + "lines": [ + { + "bbox": [ + 132, + 382, + 464, + 396 + ], + "spans": [ + { + "bbox": [ + 132, + 382, + 464, + 396 + ], + "score": 1.0, + "content": "• It is a fast alternative to resource-intensive approaches based on MCMC or MD.", + "type": "text" + } + ], + "index": 24, + "is_list_start_line": true, + "is_list_end_line": true + }, + { + "bbox": [ + 132, + 402, + 506, + 417 + ], + "spans": [ + { + "bbox": [ + 132, + 402, + 506, + 417 + ], + "score": 1.0, + "content": "• Our principled representation based on pair-wise distances does not restrict our approach", + "type": "text" + } + ], + "index": 25, + "is_list_start_line": true + }, + { + "bbox": [ + 141, + 415, + 292, + 428 + ], + "spans": [ + { + "bbox": [ + 141, + 415, + 292, + 428 + ], + "score": 1.0, + "content": "to any particular molecular structure.", + "type": "text" + } + ], + "index": 26, + "is_list_end_line": true + }, + { + "bbox": [ + 132, + 435, + 505, + 449 + ], + "spans": [ + { + "bbox": [ + 132, + 435, + 505, + 449 + ], + "score": 1.0, + "content": "• Since our model employs message-passing neural networks, it is transferable – it can ex-", + "type": "text" + } + ], + "index": 27, + "is_list_start_line": true + }, + { + "bbox": [ + 142, + 447, + 338, + 460 + ], + "spans": [ + { + "bbox": [ + 142, + 447, + 338, + 460 + ], + "score": 1.0, + "content": "trapolate from only a few graphs to unseen ones.", + "type": "text" + } + ], + "index": 28, + "is_list_end_line": true + } + ], + "index": 26, + "bbox_fs": [ + 132, + 382, + 506, + 460 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 481, + 264, + 494 + ], + "lines": [ + { + "bbox": [ + 105, + 479, + 266, + 496 + ], + "spans": [ + { + "bbox": [ + 105, + 479, + 266, + 496 + ], + "score": 1.0, + "content": "4 THE CONF17 BENCHMARK", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 29 + }, + { + "type": "text", + "bbox": [ + 107, + 510, + 505, + 598 + ], + "lines": [ + { + "bbox": [ + 105, + 509, + 506, + 523 + ], + "spans": [ + { + "bbox": [ + 105, + 509, + 506, + 523 + ], + "score": 1.0, + "content": "The CONF17 benchmark is the first benchmark for molecular conformation sampling.6 It is based", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 521, + 505, + 533 + ], + "spans": [ + { + "bbox": [ + 105, + 521, + 505, + 533 + ], + "score": 1.0, + "content": "on the ISO17 dataset (Schutt et al., 2017a) which consists of conformations of various molecules ¨", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 532, + 505, + 545 + ], + "spans": [ + { + "bbox": [ + 106, + 532, + 224, + 545 + ], + "score": 1.0, + "content": "with the atomic composition", + "type": "text" + }, + { + "bbox": [ + 225, + 532, + 264, + 543 + ], + "score": 0.92, + "content": "\\mathrm { C _ { 7 } H _ { 1 0 } O _ { 2 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 265, + 532, + 505, + 545 + ], + "score": 1.0, + "content": "drawn from the QM9 dataset (Ramakrishnan et al., 2014).", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 543, + 505, + 555 + ], + "spans": [ + { + "bbox": [ + 106, + 543, + 505, + 555 + ], + "score": 1.0, + "content": "These conformations were generated by ab initio molecular dynamics simulations at 500 Kelvin", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 554, + 505, + 567 + ], + "spans": [ + { + "bbox": [ + 105, + 554, + 505, + 567 + ], + "score": 1.0, + "content": "which generates trajectories of a single molecule covering a large variety of conformations. The", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 564, + 506, + 578 + ], + "spans": [ + { + "bbox": [ + 105, + 564, + 506, + 578 + ], + "score": 1.0, + "content": "CONF17 benchmark consists of 127 distinct molecular graphs each with 3380 conformations on", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 576, + 506, + 589 + ], + "spans": [ + { + "bbox": [ + 105, + 576, + 506, + 589 + ], + "score": 1.0, + "content": "average. We split this dataset into multiple training and test splits, each consisting of 107 and 20", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 587, + 340, + 599 + ], + "spans": [ + { + "bbox": [ + 105, + 587, + 340, + 599 + ], + "score": 1.0, + "content": "graphs, respectively (see Appendix A.1 for more details).7", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 33.5, + "bbox_fs": [ + 105, + 509, + 506, + 599 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 604, + 505, + 670 + ], + "lines": [ + { + "bbox": [ + 105, + 603, + 505, + 616 + ], + "spans": [ + { + "bbox": [ + 105, + 603, + 505, + 616 + ], + "score": 1.0, + "content": "In Fig. 4, (A), the structural formulae of a random selection of molecules from this benchmark", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 614, + 505, + 627 + ], + "spans": [ + { + "bbox": [ + 105, + 614, + 505, + 627 + ], + "score": 1.0, + "content": "are shown. Most molecules feature highly-strained, complex 3D structures such as rings which", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 626, + 505, + 638 + ], + "spans": [ + { + "bbox": [ + 105, + 626, + 505, + 638 + ], + "score": 1.0, + "content": "are typical of drug-like molecules. It is thus the structural complexity of the molecules, not their", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 635, + 505, + 650 + ], + "spans": [ + { + "bbox": [ + 105, + 635, + 505, + 650 + ], + "score": 1.0, + "content": "number of degrees of freedom, that makes this benchmark challenging. In Fig. 4, (B), the frequency", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 646, + 505, + 660 + ], + "spans": [ + { + "bbox": [ + 105, + 647, + 173, + 660 + ], + "score": 1.0, + "content": "of distances (in", + "type": "text" + }, + { + "bbox": [ + 173, + 646, + 183, + 658 + ], + "score": 0.36, + "content": "\\mathring \\mathrm { A }", + "type": "inline_equation" + }, + { + "bbox": [ + 183, + 647, + 505, + 660 + ], + "score": 1.0, + "content": ") in the conformations are shown for each edge type. It can be seen that the", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 659, + 468, + 671 + ], + "spans": [ + { + "bbox": [ + 105, + 659, + 468, + 671 + ], + "score": 1.0, + "content": "marginal distributions of the edge distances are multimodal and highly context dependent.", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 40.5, + "bbox_fs": [ + 105, + 603, + 505, + 671 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 126, + 78, + 480, + 299 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 126, + 78, + 480, + 299 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 126, + 78, + 480, + 299 + ], + "spans": [ + { + "bbox": [ + 126, + 78, + 480, + 299 + ], + "score": 0.973, + "type": "image", + "image_path": "46a3aa64e022fdd01a26120b31e2968b1635e75bf7b4ed5e1fb0963f320d2e6f.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 126, + 78, + 480, + 151.66666666666669 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 126, + 151.66666666666669, + 480, + 225.33333333333337 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 126, + 225.33333333333337, + 480, + 299.00000000000006 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 107, + 310, + 504, + 344 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 310, + 506, + 323 + ], + "spans": [ + { + "bbox": [ + 105, + 310, + 506, + 323 + ], + "score": 1.0, + "content": "Figure 4: Overview of the CONF17 benchmark. (A) Structural formulae of a random selection of", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 104, + 319, + 506, + 336 + ], + "spans": [ + { + "bbox": [ + 104, + 319, + 286, + 336 + ], + "score": 1.0, + "content": "molecules. (B) Distribution of distances (in", + "type": "text" + }, + { + "bbox": [ + 286, + 321, + 296, + 332 + ], + "score": 0.44, + "content": "\\mathrm { \\AA }", + "type": "inline_equation" + }, + { + "bbox": [ + 296, + 319, + 449, + 336 + ], + "score": 1.0, + "content": ") grouped by edge (from left to right:", + "type": "text" + }, + { + "bbox": [ + 450, + 322, + 473, + 333 + ], + "score": 0.87, + "content": "E _ { \\mathrm { b o n d } }", + "type": "inline_equation" + }, + { + "bbox": [ + 473, + 319, + 477, + 336 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 477, + 322, + 501, + 334 + ], + "score": 0.87, + "content": "E _ { \\mathrm { a n g l e } }", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 319, + 506, + 336 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 332, + 306, + 346 + ], + "spans": [ + { + "bbox": [ + 105, + 332, + 123, + 346 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 124, + 333, + 156, + 344 + ], + "score": 0.85, + "content": "E _ { \\mathrm { d i h e d r a l } } ,", + "type": "inline_equation" + }, + { + "bbox": [ + 157, + 332, + 306, + 346 + ], + "score": 1.0, + "content": ") and vertex type (chemical element).", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4 + } + ], + "index": 2.5 + }, + { + "type": "title", + "bbox": [ + 108, + 369, + 200, + 382 + ], + "lines": [ + { + "bbox": [ + 105, + 368, + 202, + 384 + ], + "spans": [ + { + "bbox": [ + 105, + 368, + 202, + 384 + ], + "score": 1.0, + "content": "5 EXPERIMENTS", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 6 + }, + { + "type": "text", + "bbox": [ + 107, + 397, + 505, + 464 + ], + "lines": [ + { + "bbox": [ + 106, + 397, + 505, + 411 + ], + "spans": [ + { + "bbox": [ + 106, + 397, + 505, + 411 + ], + "score": 1.0, + "content": "We assess the performance of our method, named Graph Distance Geometry (GRAPHDG), by com-", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 409, + 506, + 421 + ], + "spans": [ + { + "bbox": [ + 105, + 409, + 506, + 421 + ], + "score": 1.0, + "content": "paring it with two state-of-the-art methods for molecular conformation generation: RDKIT (Riniker", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 419, + 505, + 432 + ], + "spans": [ + { + "bbox": [ + 105, + 419, + 505, + 432 + ], + "score": 1.0, + "content": "& Landrum, 2015), a classical EDG approach, and DL4CHEM (Mansimov et al., 2019), a machine", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 431, + 505, + 444 + ], + "spans": [ + { + "bbox": [ + 105, + 431, + 505, + 444 + ], + "score": 1.0, + "content": "learning approach. We trained GRAPHDG and DL4CHEM on three different training and test splits", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 441, + 505, + 454 + ], + "spans": [ + { + "bbox": [ + 106, + 441, + 505, + 454 + ], + "score": 1.0, + "content": "of the CONF17 benchmark using Adam (Kingma & Ba, 2014). We generated 3000 conformations", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 453, + 315, + 465 + ], + "spans": [ + { + "bbox": [ + 106, + 453, + 315, + 465 + ], + "score": 1.0, + "content": "with each method for molecular graphs in a test set.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 9.5 + }, + { + "type": "title", + "bbox": [ + 108, + 483, + 278, + 495 + ], + "lines": [ + { + "bbox": [ + 105, + 482, + 280, + 497 + ], + "spans": [ + { + "bbox": [ + 105, + 482, + 280, + 497 + ], + "score": 1.0, + "content": "5.1 DISTRIBUTIONS OVER DISTANCES", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 13 + }, + { + "type": "text", + "bbox": [ + 106, + 506, + 505, + 649 + ], + "lines": [ + { + "bbox": [ + 106, + 505, + 505, + 519 + ], + "spans": [ + { + "bbox": [ + 106, + 505, + 505, + 519 + ], + "score": 1.0, + "content": "We assessed the accuracy of the distance distributions of RDKIT, DL4CHEM, and GRAPHDG by", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 516, + 505, + 530 + ], + "spans": [ + { + "bbox": [ + 105, + 516, + 505, + 530 + ], + "score": 1.0, + "content": "calculating the maximum mean discrepancy (MMD) (Gretton et al., 2012) to the ground-truth dis-", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 529, + 505, + 540 + ], + "spans": [ + { + "bbox": [ + 106, + 529, + 505, + 540 + ], + "score": 1.0, + "content": "tribution. We compute the MMD using a Gaussian kernel, where we set the standard deviation to be", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 538, + 505, + 552 + ], + "spans": [ + { + "bbox": [ + 105, + 538, + 264, + 552 + ], + "score": 1.0, + "content": "the median distance between distances", + "type": "text" + }, + { + "bbox": [ + 264, + 540, + 272, + 550 + ], + "score": 0.26, + "content": "\\mathbf { d }", + "type": "inline_equation" + }, + { + "bbox": [ + 272, + 538, + 505, + 552 + ], + "score": 1.0, + "content": "in the aggregate sample. For this, we determined the dis-", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 550, + 505, + 562 + ], + "spans": [ + { + "bbox": [ + 106, + 550, + 505, + 562 + ], + "score": 1.0, + "content": "tances in the conformations from the ground-truth and those generated by RDKIT and DL4CHEM.", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 560, + 506, + 574 + ], + "spans": [ + { + "bbox": [ + 105, + 560, + 241, + 574 + ], + "score": 1.0, + "content": "For each train-test split and each", + "type": "text" + }, + { + "bbox": [ + 241, + 562, + 249, + 572 + ], + "score": 0.82, + "content": "\\mathcal { G }", + "type": "inline_equation" + }, + { + "bbox": [ + 250, + 560, + 506, + 574 + ], + "score": 1.0, + "content": "in a test set, we compute the MMD of the joint distribution of", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 572, + 505, + 584 + ], + "spans": [ + { + "bbox": [ + 106, + 572, + 208, + 584 + ], + "score": 1.0, + "content": "distances between C and", + "type": "text" + }, + { + "bbox": [ + 208, + 573, + 217, + 582 + ], + "score": 0.43, + "content": "\\mathrm { o }", + "type": "inline_equation" + }, + { + "bbox": [ + 217, + 572, + 505, + 584 + ], + "score": 1.0, + "content": "atoms (H atoms are usually ignored), the MMDs of pair-wise distances", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 107, + 582, + 506, + 597 + ], + "spans": [ + { + "bbox": [ + 107, + 583, + 152, + 596 + ], + "score": 0.93, + "content": "p ( d _ { i } , d _ { j } | \\mathcal { G } )", + "type": "inline_equation" + }, + { + "bbox": [ + 152, + 582, + 409, + 597 + ], + "score": 1.0, + "content": ", and the MMDs between the marginals of individual distances", + "type": "text" + }, + { + "bbox": [ + 410, + 583, + 441, + 595 + ], + "score": 0.93, + "content": "p ( d _ { i } | \\mathcal { G } )", + "type": "inline_equation" + }, + { + "bbox": [ + 442, + 582, + 506, + 597 + ], + "score": 1.0, + "content": ". We aggregate", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 593, + 505, + 607 + ], + "spans": [ + { + "bbox": [ + 105, + 593, + 505, + 607 + ], + "score": 1.0, + "content": "the results of three train-test splits, and, finally, compute the median MMDs and average rankings.", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 605, + 505, + 618 + ], + "spans": [ + { + "bbox": [ + 106, + 605, + 505, + 618 + ], + "score": 1.0, + "content": "The results are summarized in Table 1. It can be seen that the samples from GRAPHDG are signifi-", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 616, + 505, + 628 + ], + "spans": [ + { + "bbox": [ + 105, + 616, + 505, + 628 + ], + "score": 1.0, + "content": "cantly closer to the ground-truth distribution than the other methods. RDKIT is slightly worse than", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 626, + 505, + 640 + ], + "spans": [ + { + "bbox": [ + 106, + 626, + 505, + 640 + ], + "score": 1.0, + "content": "GRAPHDG while DL4CHEM seems to struggle with the complexity of the molecules and the small", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 639, + 253, + 650 + ], + "spans": [ + { + "bbox": [ + 106, + 639, + 253, + 650 + ], + "score": 1.0, + "content": "number of graphs in the training set.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 20 + }, + { + "type": "text", + "bbox": [ + 107, + 655, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 654, + 505, + 667 + ], + "spans": [ + { + "bbox": [ + 105, + 654, + 457, + 667 + ], + "score": 1.0, + "content": "In Fig. 5, we showcase the accuracy of our model by plotting the marginal distributions", + "type": "text" + }, + { + "bbox": [ + 458, + 655, + 489, + 667 + ], + "score": 0.93, + "content": "p ( d _ { i } | \\mathcal { G } )", + "type": "inline_equation" + }, + { + "bbox": [ + 489, + 654, + 505, + 667 + ], + "score": 1.0, + "content": "for", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 665, + 506, + 679 + ], + "spans": [ + { + "bbox": [ + 105, + 665, + 506, + 679 + ], + "score": 1.0, + "content": "distances between C and O atoms given a molecular graph from a test set. It can be seen that RDKIT", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 677, + 505, + 689 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 505, + 689 + ], + "score": 1.0, + "content": "consistently underestimates the marginal variances. This is because this method aims to predict the", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 688, + 505, + 699 + ], + "spans": [ + { + "bbox": [ + 105, + 688, + 505, + 699 + ], + "score": 1.0, + "content": "most stable conformation, i.e., the distribution’s mode. In contrast, DL4CHEM often fails to predict", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "the correct mean. For this molecule, GRAPHDG is the most accurate, predicting the right mean and", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "score": 1.0, + "content": "variance in most cases. Additional figures can be found in the Appendix A.4, where we also show", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 720, + 296, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 247, + 734 + ], + "score": 1.0, + "content": "plots for the marginal distributions", + "type": "text" + }, + { + "bbox": [ + 247, + 721, + 292, + 733 + ], + "score": 0.93, + "content": "p ( d _ { i } , d _ { j } | \\mathcal { G } )", + "type": "inline_equation" + }, + { + "bbox": [ + 293, + 720, + 296, + 734 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 30 + } + ], + "page_idx": 6, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 309, + 39 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 309, + 39 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2020", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 303, + 751, + 309, + 759 + ], + "lines": [ + { + "bbox": [ + 302, + 750, + 309, + 762 + ], + "spans": [ + { + "bbox": [ + 302, + 750, + 309, + 762 + ], + "score": 1.0, + "content": "7", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 126, + 78, + 480, + 299 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 126, + 78, + 480, + 299 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 126, + 78, + 480, + 299 + ], + "spans": [ + { + "bbox": [ + 126, + 78, + 480, + 299 + ], + "score": 0.973, + "type": "image", + "image_path": "46a3aa64e022fdd01a26120b31e2968b1635e75bf7b4ed5e1fb0963f320d2e6f.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 126, + 78, + 480, + 151.66666666666669 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 126, + 151.66666666666669, + 480, + 225.33333333333337 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 126, + 225.33333333333337, + 480, + 299.00000000000006 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 107, + 310, + 504, + 344 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 310, + 506, + 323 + ], + "spans": [ + { + "bbox": [ + 105, + 310, + 506, + 323 + ], + "score": 1.0, + "content": "Figure 4: Overview of the CONF17 benchmark. (A) Structural formulae of a random selection of", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 104, + 319, + 506, + 336 + ], + "spans": [ + { + "bbox": [ + 104, + 319, + 286, + 336 + ], + "score": 1.0, + "content": "molecules. (B) Distribution of distances (in", + "type": "text" + }, + { + "bbox": [ + 286, + 321, + 296, + 332 + ], + "score": 0.44, + "content": "\\mathrm { \\AA }", + "type": "inline_equation" + }, + { + "bbox": [ + 296, + 319, + 449, + 336 + ], + "score": 1.0, + "content": ") grouped by edge (from left to right:", + "type": "text" + }, + { + "bbox": [ + 450, + 322, + 473, + 333 + ], + "score": 0.87, + "content": "E _ { \\mathrm { b o n d } }", + "type": "inline_equation" + }, + { + "bbox": [ + 473, + 319, + 477, + 336 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 477, + 322, + 501, + 334 + ], + "score": 0.87, + "content": "E _ { \\mathrm { a n g l e } }", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 319, + 506, + 336 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 332, + 306, + 346 + ], + "spans": [ + { + "bbox": [ + 105, + 332, + 123, + 346 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 124, + 333, + 156, + 344 + ], + "score": 0.85, + "content": "E _ { \\mathrm { d i h e d r a l } } ,", + "type": "inline_equation" + }, + { + "bbox": [ + 157, + 332, + 306, + 346 + ], + "score": 1.0, + "content": ") and vertex type (chemical element).", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4 + } + ], + "index": 2.5 + }, + { + "type": "title", + "bbox": [ + 108, + 369, + 200, + 382 + ], + "lines": [ + { + "bbox": [ + 105, + 368, + 202, + 384 + ], + "spans": [ + { + "bbox": [ + 105, + 368, + 202, + 384 + ], + "score": 1.0, + "content": "5 EXPERIMENTS", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 6 + }, + { + "type": "text", + "bbox": [ + 107, + 397, + 505, + 464 + ], + "lines": [ + { + "bbox": [ + 106, + 397, + 505, + 411 + ], + "spans": [ + { + "bbox": [ + 106, + 397, + 505, + 411 + ], + "score": 1.0, + "content": "We assess the performance of our method, named Graph Distance Geometry (GRAPHDG), by com-", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 409, + 506, + 421 + ], + "spans": [ + { + "bbox": [ + 105, + 409, + 506, + 421 + ], + "score": 1.0, + "content": "paring it with two state-of-the-art methods for molecular conformation generation: RDKIT (Riniker", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 419, + 505, + 432 + ], + "spans": [ + { + "bbox": [ + 105, + 419, + 505, + 432 + ], + "score": 1.0, + "content": "& Landrum, 2015), a classical EDG approach, and DL4CHEM (Mansimov et al., 2019), a machine", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 431, + 505, + 444 + ], + "spans": [ + { + "bbox": [ + 105, + 431, + 505, + 444 + ], + "score": 1.0, + "content": "learning approach. We trained GRAPHDG and DL4CHEM on three different training and test splits", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 441, + 505, + 454 + ], + "spans": [ + { + "bbox": [ + 106, + 441, + 505, + 454 + ], + "score": 1.0, + "content": "of the CONF17 benchmark using Adam (Kingma & Ba, 2014). We generated 3000 conformations", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 453, + 315, + 465 + ], + "spans": [ + { + "bbox": [ + 106, + 453, + 315, + 465 + ], + "score": 1.0, + "content": "with each method for molecular graphs in a test set.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 9.5, + "bbox_fs": [ + 105, + 397, + 506, + 465 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 483, + 278, + 495 + ], + "lines": [ + { + "bbox": [ + 105, + 482, + 280, + 497 + ], + "spans": [ + { + "bbox": [ + 105, + 482, + 280, + 497 + ], + "score": 1.0, + "content": "5.1 DISTRIBUTIONS OVER DISTANCES", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 13 + }, + { + "type": "text", + "bbox": [ + 106, + 506, + 505, + 649 + ], + "lines": [ + { + "bbox": [ + 106, + 505, + 505, + 519 + ], + "spans": [ + { + "bbox": [ + 106, + 505, + 505, + 519 + ], + "score": 1.0, + "content": "We assessed the accuracy of the distance distributions of RDKIT, DL4CHEM, and GRAPHDG by", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 516, + 505, + 530 + ], + "spans": [ + { + "bbox": [ + 105, + 516, + 505, + 530 + ], + "score": 1.0, + "content": "calculating the maximum mean discrepancy (MMD) (Gretton et al., 2012) to the ground-truth dis-", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 529, + 505, + 540 + ], + "spans": [ + { + "bbox": [ + 106, + 529, + 505, + 540 + ], + "score": 1.0, + "content": "tribution. We compute the MMD using a Gaussian kernel, where we set the standard deviation to be", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 538, + 505, + 552 + ], + "spans": [ + { + "bbox": [ + 105, + 538, + 264, + 552 + ], + "score": 1.0, + "content": "the median distance between distances", + "type": "text" + }, + { + "bbox": [ + 264, + 540, + 272, + 550 + ], + "score": 0.26, + "content": "\\mathbf { d }", + "type": "inline_equation" + }, + { + "bbox": [ + 272, + 538, + 505, + 552 + ], + "score": 1.0, + "content": "in the aggregate sample. For this, we determined the dis-", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 550, + 505, + 562 + ], + "spans": [ + { + "bbox": [ + 106, + 550, + 505, + 562 + ], + "score": 1.0, + "content": "tances in the conformations from the ground-truth and those generated by RDKIT and DL4CHEM.", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 560, + 506, + 574 + ], + "spans": [ + { + "bbox": [ + 105, + 560, + 241, + 574 + ], + "score": 1.0, + "content": "For each train-test split and each", + "type": "text" + }, + { + "bbox": [ + 241, + 562, + 249, + 572 + ], + "score": 0.82, + "content": "\\mathcal { G }", + "type": "inline_equation" + }, + { + "bbox": [ + 250, + 560, + 506, + 574 + ], + "score": 1.0, + "content": "in a test set, we compute the MMD of the joint distribution of", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 572, + 505, + 584 + ], + "spans": [ + { + "bbox": [ + 106, + 572, + 208, + 584 + ], + "score": 1.0, + "content": "distances between C and", + "type": "text" + }, + { + "bbox": [ + 208, + 573, + 217, + 582 + ], + "score": 0.43, + "content": "\\mathrm { o }", + "type": "inline_equation" + }, + { + "bbox": [ + 217, + 572, + 505, + 584 + ], + "score": 1.0, + "content": "atoms (H atoms are usually ignored), the MMDs of pair-wise distances", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 107, + 582, + 506, + 597 + ], + "spans": [ + { + "bbox": [ + 107, + 583, + 152, + 596 + ], + "score": 0.93, + "content": "p ( d _ { i } , d _ { j } | \\mathcal { G } )", + "type": "inline_equation" + }, + { + "bbox": [ + 152, + 582, + 409, + 597 + ], + "score": 1.0, + "content": ", and the MMDs between the marginals of individual distances", + "type": "text" + }, + { + "bbox": [ + 410, + 583, + 441, + 595 + ], + "score": 0.93, + "content": "p ( d _ { i } | \\mathcal { G } )", + "type": "inline_equation" + }, + { + "bbox": [ + 442, + 582, + 506, + 597 + ], + "score": 1.0, + "content": ". We aggregate", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 593, + 505, + 607 + ], + "spans": [ + { + "bbox": [ + 105, + 593, + 505, + 607 + ], + "score": 1.0, + "content": "the results of three train-test splits, and, finally, compute the median MMDs and average rankings.", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 605, + 505, + 618 + ], + "spans": [ + { + "bbox": [ + 106, + 605, + 505, + 618 + ], + "score": 1.0, + "content": "The results are summarized in Table 1. It can be seen that the samples from GRAPHDG are signifi-", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 616, + 505, + 628 + ], + "spans": [ + { + "bbox": [ + 105, + 616, + 505, + 628 + ], + "score": 1.0, + "content": "cantly closer to the ground-truth distribution than the other methods. RDKIT is slightly worse than", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 626, + 505, + 640 + ], + "spans": [ + { + "bbox": [ + 106, + 626, + 505, + 640 + ], + "score": 1.0, + "content": "GRAPHDG while DL4CHEM seems to struggle with the complexity of the molecules and the small", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 639, + 253, + 650 + ], + "spans": [ + { + "bbox": [ + 106, + 639, + 253, + 650 + ], + "score": 1.0, + "content": "number of graphs in the training set.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 20, + "bbox_fs": [ + 105, + 505, + 506, + 650 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 655, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 654, + 505, + 667 + ], + "spans": [ + { + "bbox": [ + 105, + 654, + 457, + 667 + ], + "score": 1.0, + "content": "In Fig. 5, we showcase the accuracy of our model by plotting the marginal distributions", + "type": "text" + }, + { + "bbox": [ + 458, + 655, + 489, + 667 + ], + "score": 0.93, + "content": "p ( d _ { i } | \\mathcal { G } )", + "type": "inline_equation" + }, + { + "bbox": [ + 489, + 654, + 505, + 667 + ], + "score": 1.0, + "content": "for", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 665, + 506, + 679 + ], + "spans": [ + { + "bbox": [ + 105, + 665, + 506, + 679 + ], + "score": 1.0, + "content": "distances between C and O atoms given a molecular graph from a test set. It can be seen that RDKIT", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 677, + 505, + 689 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 505, + 689 + ], + "score": 1.0, + "content": "consistently underestimates the marginal variances. This is because this method aims to predict the", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 688, + 505, + 699 + ], + "spans": [ + { + "bbox": [ + 105, + 688, + 505, + 699 + ], + "score": 1.0, + "content": "most stable conformation, i.e., the distribution’s mode. In contrast, DL4CHEM often fails to predict", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "the correct mean. For this molecule, GRAPHDG is the most accurate, predicting the right mean and", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "score": 1.0, + "content": "variance in most cases. Additional figures can be found in the Appendix A.4, where we also show", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 720, + 296, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 247, + 734 + ], + "score": 1.0, + "content": "plots for the marginal distributions", + "type": "text" + }, + { + "bbox": [ + 247, + 721, + 292, + 733 + ], + "score": 0.93, + "content": "p ( d _ { i } , d _ { j } | \\mathcal { G } )", + "type": "inline_equation" + }, + { + "bbox": [ + 293, + 720, + 296, + 734 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 30, + "bbox_fs": [ + 105, + 654, + 506, + 734 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 80, + 505, + 147 + ], + "lines": [ + { + "bbox": [ + 105, + 79, + 505, + 93 + ], + "spans": [ + { + "bbox": [ + 105, + 79, + 505, + 93 + ], + "score": 1.0, + "content": "Table 1: Assessment of the accuracy of the distributions over conformations generated by three", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 90, + 505, + 104 + ], + "spans": [ + { + "bbox": [ + 105, + 90, + 505, + 104 + ], + "score": 1.0, + "content": "models compared to the ground-truth. We compare the distributions with respect to the marginals", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 107, + 101, + 506, + 115 + ], + "spans": [ + { + "bbox": [ + 107, + 102, + 140, + 114 + ], + "score": 0.88, + "content": "p ( d _ { k } | \\mathcal { G } )", + "type": "inline_equation" + }, + { + "bbox": [ + 140, + 101, + 144, + 115 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 144, + 102, + 190, + 114 + ], + "score": 0.89, + "content": "p ( d _ { k } , d _ { l } | \\mathcal { G } )", + "type": "inline_equation" + }, + { + "bbox": [ + 190, + 101, + 398, + 115 + ], + "score": 1.0, + "content": ", and the distribution over all edges between C and", + "type": "text" + }, + { + "bbox": [ + 398, + 102, + 408, + 113 + ], + "score": 0.26, + "content": "\\mathrm { o }", + "type": "inline_equation" + }, + { + "bbox": [ + 408, + 101, + 436, + 115 + ], + "score": 1.0, + "content": "atoms", + "type": "text" + }, + { + "bbox": [ + 436, + 102, + 479, + 114 + ], + "score": 0.93, + "content": "p ( \\{ d _ { k } \\} | \\mathcal { G } )", + "type": "inline_equation" + }, + { + "bbox": [ + 479, + 101, + 506, + 115 + ], + "score": 1.0, + "content": ". Two", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 112, + 506, + 126 + ], + "spans": [ + { + "bbox": [ + 105, + 112, + 506, + 126 + ], + "score": 1.0, + "content": "different metrics are used: median MMD between ground-truth conformations and generated ones,", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 124, + 506, + 136 + ], + "spans": [ + { + "bbox": [ + 106, + 124, + 506, + 136 + ], + "score": 1.0, + "content": "and mean ranking (1 to 3) based on the MMD. Reported are the results for molecular graphs in a", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 135, + 396, + 147 + ], + "spans": [ + { + "bbox": [ + 106, + 135, + 396, + 147 + ], + "score": 1.0, + "content": "test set from three train-test splits. Standard errors are given in brackets.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 2.5 + }, + { + "type": "table", + "bbox": [ + 107, + 155, + 502, + 216 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 107, + 155, + 502, + 216 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 107, + 155, + 502, + 216 + ], + "spans": [ + { + "bbox": [ + 107, + 155, + 502, + 216 + ], + "score": 0.966, + "html": "
Median MMDMean Ranking
RDKITDL4CHEMGRAPHDGRDKITDL4CHEMGRAPHDG
p(dk|9)0.55 (0.01)1.11 (0.01)0.38 (0.02)1.71 (0.03)2.74 (0.02)1.51 (0.03)
p(dk,di/9)0.53 (0.01)1.09 ( (0.01)0.34 (0.01)1.66 (0.02)2.92 (0.01)1.43 ( (0.02)
p({d}9)0.60 (0.01)1.07 (0.03)0.44 (0.05)1.58 (0.05)2.90 (0.05)1.45 (0.02)
", + "type": "table", + "image_path": "e83dbdf3c3547b9f3252fec33f50c007fb77c3c8439737f6fe4f14904c384495.jpg" + } + ] + } + ], + "index": 7, + "virtual_lines": [ + { + "bbox": [ + 107, + 155, + 502, + 175.33333333333334 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 107, + 175.33333333333334, + 502, + 195.66666666666669 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 107, + 195.66666666666669, + 502, + 216.00000000000003 + ], + "spans": [], + "index": 8 + } + ] + } + ], + "index": 7 + }, + { + "type": "image", + "bbox": [ + 137, + 229, + 476, + 400 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 137, + 229, + 476, + 400 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 137, + 229, + 476, + 400 + ], + "spans": [ + { + "bbox": [ + 137, + 229, + 476, + 400 + ], + "score": 0.972, + "type": "image", + "image_path": "73cb33f1644a53a40561269d68794ff6ada9b90a2cebb3bc0277b7aadea252d5.jpg" + } + ] + } + ], + "index": 10, + "virtual_lines": [ + { + "bbox": [ + 137, + 229, + 476, + 286.0 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 137, + 286.0, + 476, + 343.0 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 137, + 343.0, + 476, + 400.0 + ], + "spans": [], + "index": 11 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 410, + 505, + 455 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 410, + 505, + 424 + ], + "spans": [ + { + "bbox": [ + 105, + 410, + 240, + 424 + ], + "score": 1.0, + "content": "Figure 5: Marginal distributions", + "type": "text" + }, + { + "bbox": [ + 240, + 411, + 273, + 423 + ], + "score": 0.93, + "content": "p ( d _ { k } | \\mathcal { G } )", + "type": "inline_equation" + }, + { + "bbox": [ + 274, + 410, + 475, + 424 + ], + "score": 1.0, + "content": "of ground-truth and predicted bond distances (in", + "type": "text" + }, + { + "bbox": [ + 476, + 410, + 485, + 421 + ], + "score": 0.27, + "content": "\\textrm { \\AA }", + "type": "inline_equation" + }, + { + "bbox": [ + 485, + 410, + 505, + 424 + ], + "score": 1.0, + "content": ") be-", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 104, + 421, + 505, + 435 + ], + "spans": [ + { + "bbox": [ + 104, + 421, + 505, + 435 + ], + "score": 1.0, + "content": "tween C and O atoms given a molecular graph from the test set. The atoms connected by each edge", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 432, + 506, + 446 + ], + "spans": [ + { + "bbox": [ + 106, + 433, + 118, + 444 + ], + "score": 0.87, + "content": "d _ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 118, + 432, + 239, + 446 + ], + "score": 1.0, + "content": "are indicated in each subplot", + "type": "text" + }, + { + "bbox": [ + 239, + 434, + 271, + 444 + ], + "score": 0.91, + "content": "\\left( \\boldsymbol { s } _ { k } \\mathrm { - } \\boldsymbol { r } _ { k } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 271, + 432, + 506, + 446 + ], + "score": 1.0, + "content": ". In the 3D structure of the molecule, carbon and oxygen", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 443, + 415, + 457 + ], + "spans": [ + { + "bbox": [ + 105, + 443, + 287, + 457 + ], + "score": 1.0, + "content": "atoms are colored gray and red, respectively.", + "type": "text" + }, + { + "bbox": [ + 287, + 444, + 296, + 454 + ], + "score": 0.26, + "content": "_ \\mathrm { H }", + "type": "inline_equation" + }, + { + "bbox": [ + 297, + 443, + 415, + 457 + ], + "score": 1.0, + "content": "atoms are omitted for clarity.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 13.5 + } + ], + "index": 11.75 + }, + { + "type": "title", + "bbox": [ + 109, + 478, + 280, + 489 + ], + "lines": [ + { + "bbox": [ + 105, + 477, + 282, + 491 + ], + "spans": [ + { + "bbox": [ + 105, + 477, + 282, + 491 + ], + "score": 1.0, + "content": "5.2 GENERATION OF CONFORMATIONS", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16 + }, + { + "type": "text", + "bbox": [ + 106, + 499, + 505, + 620 + ], + "lines": [ + { + "bbox": [ + 105, + 498, + 505, + 512 + ], + "spans": [ + { + "bbox": [ + 105, + 498, + 505, + 512 + ], + "score": 1.0, + "content": "We passed the distances from our generative model to an EDG algorithm to obtain conformations.", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 104, + 509, + 506, + 523 + ], + "spans": [ + { + "bbox": [ + 104, + 509, + 123, + 523 + ], + "score": 1.0, + "content": "For", + "type": "text" + }, + { + "bbox": [ + 123, + 510, + 150, + 521 + ], + "score": 0.86, + "content": "9 9 . 9 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 150, + 509, + 383, + 523 + ], + "score": 1.0, + "content": "of the sets of distances, all triangle inequalities held. For", + "type": "text" + }, + { + "bbox": [ + 383, + 510, + 403, + 521 + ], + "score": 0.85, + "content": "94 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 403, + 509, + 506, + 523 + ], + "score": 1.0, + "content": "of the molecular graphs,", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 520, + 506, + 534 + ], + "spans": [ + { + "bbox": [ + 105, + 520, + 506, + 534 + ], + "score": 1.0, + "content": "the algorithm succeeded which is 8 pp higher than the success rate we observed for RDKIT. For", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 532, + 506, + 544 + ], + "spans": [ + { + "bbox": [ + 105, + 532, + 506, + 544 + ], + "score": 1.0, + "content": "each molecular graph in a test set, we generated 50 conformations with each method. This took", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 104, + 542, + 506, + 556 + ], + "spans": [ + { + "bbox": [ + 104, + 542, + 506, + 556 + ], + "score": 1.0, + "content": "DL4CHEM, RDKIT, and GRAPHDG on average around hundreds of milliseconds per molecule.8", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 554, + 506, + 568 + ], + "spans": [ + { + "bbox": [ + 105, + 554, + 506, + 568 + ], + "score": 1.0, + "content": "In contrast, a single conformation in the ISO17 dataset takes around a minute to compute. In Fig. 6,", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 565, + 505, + 577 + ], + "spans": [ + { + "bbox": [ + 105, + 565, + 505, + 577 + ], + "score": 1.0, + "content": "an overlay of these conformations of six molecules generated by the different methods is shown.", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 576, + 505, + 588 + ], + "spans": [ + { + "bbox": [ + 105, + 576, + 505, + 588 + ], + "score": 1.0, + "content": "It can be seen that RDKIT’s conformations show too little variance, while DL4CHEM’s structures", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 587, + 504, + 599 + ], + "spans": [ + { + "bbox": [ + 106, + 587, + 504, + 599 + ], + "score": 1.0, + "content": "are mostly invalid, which is due in part to its failure to predict the correct interatomic angles. Our", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 598, + 505, + 610 + ], + "spans": [ + { + "bbox": [ + 105, + 598, + 505, + 610 + ], + "score": 1.0, + "content": "method slightly overestimates the structural variance (see, for example, Fig. 6, top row, second", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 609, + 415, + 621 + ], + "spans": [ + { + "bbox": [ + 106, + 609, + 415, + 621 + ], + "score": 1.0, + "content": "column), but produces conformations that are the closest to the ground-truth.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 22 + }, + { + "type": "title", + "bbox": [ + 107, + 635, + 321, + 646 + ], + "lines": [ + { + "bbox": [ + 106, + 634, + 322, + 647 + ], + "spans": [ + { + "bbox": [ + 106, + 634, + 322, + 647 + ], + "score": 1.0, + "content": "5.3 CALCULATION OF MOLECULAR PROPERTIES", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 28 + }, + { + "type": "text", + "bbox": [ + 107, + 656, + 505, + 700 + ], + "lines": [ + { + "bbox": [ + 105, + 656, + 504, + 668 + ], + "spans": [ + { + "bbox": [ + 105, + 656, + 466, + 668 + ], + "score": 1.0, + "content": "We estimate expected molecular properties for molecular graphs from the test set with", + "type": "text" + }, + { + "bbox": [ + 466, + 656, + 504, + 666 + ], + "score": 0.88, + "content": "N = 5 0", + "type": "inline_equation" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 667, + 505, + 680 + ], + "spans": [ + { + "bbox": [ + 105, + 667, + 478, + 680 + ], + "score": 1.0, + "content": "conformational samples each. Due to their poor quality, we could not compute properties", + "type": "text" + }, + { + "bbox": [ + 478, + 667, + 501, + 679 + ], + "score": 0.89, + "content": "\\mathcal { O } ( \\mathbf { x } )", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 667, + 505, + 680 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 678, + 506, + 691 + ], + "spans": [ + { + "bbox": [ + 105, + 678, + 194, + 691 + ], + "score": 1.0, + "content": "including the energy", + "type": "text" + }, + { + "bbox": [ + 194, + 678, + 217, + 690 + ], + "score": 0.91, + "content": "E ( \\mathbf { x } )", + "type": "inline_equation" + }, + { + "bbox": [ + 217, + 678, + 506, + 691 + ], + "score": 1.0, + "content": ", for conformations generated with DL4CHEM, and thus, this method", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 689, + 505, + 701 + ], + "spans": [ + { + "bbox": [ + 105, + 689, + 505, + 701 + ], + "score": 1.0, + "content": "is excluded from this analysis. In Table 2, it can be seen that RDKIT and GRAPHDG perform", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 30.5 + } + ], + "page_idx": 7, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 108, + 711, + 505, + 731 + ], + "lines": [ + { + "bbox": [ + 116, + 708, + 506, + 725 + ], + "spans": [ + { + "bbox": [ + 116, + 708, + 506, + 725 + ], + "score": 1.0, + "content": "8All simulations were carried out on a computer equipped with an i7-3820 CPU and a GeForce GTX 1080", + "type": "text" + } + ] + }, + { + "bbox": [ + 105, + 720, + 140, + 732 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 140, + 732 + ], + "score": 1.0, + "content": "Ti GPU.", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 107, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2020", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 751, + 308, + 760 + ], + "lines": [ + { + "bbox": [ + 300, + 750, + 309, + 761 + ], + "spans": [ + { + "bbox": [ + 300, + 750, + 309, + 761 + ], + "score": 1.0, + "content": "8", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 80, + 505, + 147 + ], + "lines": [ + { + "bbox": [ + 105, + 79, + 505, + 93 + ], + "spans": [ + { + "bbox": [ + 105, + 79, + 505, + 93 + ], + "score": 1.0, + "content": "Table 1: Assessment of the accuracy of the distributions over conformations generated by three", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 90, + 505, + 104 + ], + "spans": [ + { + "bbox": [ + 105, + 90, + 505, + 104 + ], + "score": 1.0, + "content": "models compared to the ground-truth. We compare the distributions with respect to the marginals", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 107, + 101, + 506, + 115 + ], + "spans": [ + { + "bbox": [ + 107, + 102, + 140, + 114 + ], + "score": 0.88, + "content": "p ( d _ { k } | \\mathcal { G } )", + "type": "inline_equation" + }, + { + "bbox": [ + 140, + 101, + 144, + 115 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 144, + 102, + 190, + 114 + ], + "score": 0.89, + "content": "p ( d _ { k } , d _ { l } | \\mathcal { G } )", + "type": "inline_equation" + }, + { + "bbox": [ + 190, + 101, + 398, + 115 + ], + "score": 1.0, + "content": ", and the distribution over all edges between C and", + "type": "text" + }, + { + "bbox": [ + 398, + 102, + 408, + 113 + ], + "score": 0.26, + "content": "\\mathrm { o }", + "type": "inline_equation" + }, + { + "bbox": [ + 408, + 101, + 436, + 115 + ], + "score": 1.0, + "content": "atoms", + "type": "text" + }, + { + "bbox": [ + 436, + 102, + 479, + 114 + ], + "score": 0.93, + "content": "p ( \\{ d _ { k } \\} | \\mathcal { G } )", + "type": "inline_equation" + }, + { + "bbox": [ + 479, + 101, + 506, + 115 + ], + "score": 1.0, + "content": ". Two", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 112, + 506, + 126 + ], + "spans": [ + { + "bbox": [ + 105, + 112, + 506, + 126 + ], + "score": 1.0, + "content": "different metrics are used: median MMD between ground-truth conformations and generated ones,", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 124, + 506, + 136 + ], + "spans": [ + { + "bbox": [ + 106, + 124, + 506, + 136 + ], + "score": 1.0, + "content": "and mean ranking (1 to 3) based on the MMD. Reported are the results for molecular graphs in a", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 135, + 396, + 147 + ], + "spans": [ + { + "bbox": [ + 106, + 135, + 396, + 147 + ], + "score": 1.0, + "content": "test set from three train-test splits. Standard errors are given in brackets.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 2.5, + "bbox_fs": [ + 105, + 79, + 506, + 147 + ] + }, + { + "type": "table", + "bbox": [ + 107, + 155, + 502, + 216 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 107, + 155, + 502, + 216 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 107, + 155, + 502, + 216 + ], + "spans": [ + { + "bbox": [ + 107, + 155, + 502, + 216 + ], + "score": 0.966, + "html": "
Median MMDMean Ranking
RDKITDL4CHEMGRAPHDGRDKITDL4CHEMGRAPHDG
p(dk|9)0.55 (0.01)1.11 (0.01)0.38 (0.02)1.71 (0.03)2.74 (0.02)1.51 (0.03)
p(dk,di/9)0.53 (0.01)1.09 ( (0.01)0.34 (0.01)1.66 (0.02)2.92 (0.01)1.43 ( (0.02)
p({d}9)0.60 (0.01)1.07 (0.03)0.44 (0.05)1.58 (0.05)2.90 (0.05)1.45 (0.02)
", + "type": "table", + "image_path": "e83dbdf3c3547b9f3252fec33f50c007fb77c3c8439737f6fe4f14904c384495.jpg" + } + ] + } + ], + "index": 7, + "virtual_lines": [ + { + "bbox": [ + 107, + 155, + 502, + 175.33333333333334 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 107, + 175.33333333333334, + 502, + 195.66666666666669 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 107, + 195.66666666666669, + 502, + 216.00000000000003 + ], + "spans": [], + "index": 8 + } + ] + } + ], + "index": 7 + }, + { + "type": "image", + "bbox": [ + 137, + 229, + 476, + 400 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 137, + 229, + 476, + 400 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 137, + 229, + 476, + 400 + ], + "spans": [ + { + "bbox": [ + 137, + 229, + 476, + 400 + ], + "score": 0.972, + "type": "image", + "image_path": "73cb33f1644a53a40561269d68794ff6ada9b90a2cebb3bc0277b7aadea252d5.jpg" + } + ] + } + ], + "index": 10, + "virtual_lines": [ + { + "bbox": [ + 137, + 229, + 476, + 286.0 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 137, + 286.0, + 476, + 343.0 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 137, + 343.0, + 476, + 400.0 + ], + "spans": [], + "index": 11 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 410, + 505, + 455 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 410, + 505, + 424 + ], + "spans": [ + { + "bbox": [ + 105, + 410, + 240, + 424 + ], + "score": 1.0, + "content": "Figure 5: Marginal distributions", + "type": "text" + }, + { + "bbox": [ + 240, + 411, + 273, + 423 + ], + "score": 0.93, + "content": "p ( d _ { k } | \\mathcal { G } )", + "type": "inline_equation" + }, + { + "bbox": [ + 274, + 410, + 475, + 424 + ], + "score": 1.0, + "content": "of ground-truth and predicted bond distances (in", + "type": "text" + }, + { + "bbox": [ + 476, + 410, + 485, + 421 + ], + "score": 0.27, + "content": "\\textrm { \\AA }", + "type": "inline_equation" + }, + { + "bbox": [ + 485, + 410, + 505, + 424 + ], + "score": 1.0, + "content": ") be-", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 104, + 421, + 505, + 435 + ], + "spans": [ + { + "bbox": [ + 104, + 421, + 505, + 435 + ], + "score": 1.0, + "content": "tween C and O atoms given a molecular graph from the test set. The atoms connected by each edge", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 432, + 506, + 446 + ], + "spans": [ + { + "bbox": [ + 106, + 433, + 118, + 444 + ], + "score": 0.87, + "content": "d _ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 118, + 432, + 239, + 446 + ], + "score": 1.0, + "content": "are indicated in each subplot", + "type": "text" + }, + { + "bbox": [ + 239, + 434, + 271, + 444 + ], + "score": 0.91, + "content": "\\left( \\boldsymbol { s } _ { k } \\mathrm { - } \\boldsymbol { r } _ { k } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 271, + 432, + 506, + 446 + ], + "score": 1.0, + "content": ". In the 3D structure of the molecule, carbon and oxygen", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 443, + 415, + 457 + ], + "spans": [ + { + "bbox": [ + 105, + 443, + 287, + 457 + ], + "score": 1.0, + "content": "atoms are colored gray and red, respectively.", + "type": "text" + }, + { + "bbox": [ + 287, + 444, + 296, + 454 + ], + "score": 0.26, + "content": "_ \\mathrm { H }", + "type": "inline_equation" + }, + { + "bbox": [ + 297, + 443, + 415, + 457 + ], + "score": 1.0, + "content": "atoms are omitted for clarity.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 13.5 + } + ], + "index": 11.75 + }, + { + "type": "title", + "bbox": [ + 109, + 478, + 280, + 489 + ], + "lines": [ + { + "bbox": [ + 105, + 477, + 282, + 491 + ], + "spans": [ + { + "bbox": [ + 105, + 477, + 282, + 491 + ], + "score": 1.0, + "content": "5.2 GENERATION OF CONFORMATIONS", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16 + }, + { + "type": "text", + "bbox": [ + 106, + 499, + 505, + 620 + ], + "lines": [ + { + "bbox": [ + 105, + 498, + 505, + 512 + ], + "spans": [ + { + "bbox": [ + 105, + 498, + 505, + 512 + ], + "score": 1.0, + "content": "We passed the distances from our generative model to an EDG algorithm to obtain conformations.", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 104, + 509, + 506, + 523 + ], + "spans": [ + { + "bbox": [ + 104, + 509, + 123, + 523 + ], + "score": 1.0, + "content": "For", + "type": "text" + }, + { + "bbox": [ + 123, + 510, + 150, + 521 + ], + "score": 0.86, + "content": "9 9 . 9 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 150, + 509, + 383, + 523 + ], + "score": 1.0, + "content": "of the sets of distances, all triangle inequalities held. For", + "type": "text" + }, + { + "bbox": [ + 383, + 510, + 403, + 521 + ], + "score": 0.85, + "content": "94 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 403, + 509, + 506, + 523 + ], + "score": 1.0, + "content": "of the molecular graphs,", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 520, + 506, + 534 + ], + "spans": [ + { + "bbox": [ + 105, + 520, + 506, + 534 + ], + "score": 1.0, + "content": "the algorithm succeeded which is 8 pp higher than the success rate we observed for RDKIT. For", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 532, + 506, + 544 + ], + "spans": [ + { + "bbox": [ + 105, + 532, + 506, + 544 + ], + "score": 1.0, + "content": "each molecular graph in a test set, we generated 50 conformations with each method. This took", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 104, + 542, + 506, + 556 + ], + "spans": [ + { + "bbox": [ + 104, + 542, + 506, + 556 + ], + "score": 1.0, + "content": "DL4CHEM, RDKIT, and GRAPHDG on average around hundreds of milliseconds per molecule.8", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 554, + 506, + 568 + ], + "spans": [ + { + "bbox": [ + 105, + 554, + 506, + 568 + ], + "score": 1.0, + "content": "In contrast, a single conformation in the ISO17 dataset takes around a minute to compute. In Fig. 6,", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 565, + 505, + 577 + ], + "spans": [ + { + "bbox": [ + 105, + 565, + 505, + 577 + ], + "score": 1.0, + "content": "an overlay of these conformations of six molecules generated by the different methods is shown.", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 576, + 505, + 588 + ], + "spans": [ + { + "bbox": [ + 105, + 576, + 505, + 588 + ], + "score": 1.0, + "content": "It can be seen that RDKIT’s conformations show too little variance, while DL4CHEM’s structures", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 587, + 504, + 599 + ], + "spans": [ + { + "bbox": [ + 106, + 587, + 504, + 599 + ], + "score": 1.0, + "content": "are mostly invalid, which is due in part to its failure to predict the correct interatomic angles. Our", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 598, + 505, + 610 + ], + "spans": [ + { + "bbox": [ + 105, + 598, + 505, + 610 + ], + "score": 1.0, + "content": "method slightly overestimates the structural variance (see, for example, Fig. 6, top row, second", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 609, + 415, + 621 + ], + "spans": [ + { + "bbox": [ + 106, + 609, + 415, + 621 + ], + "score": 1.0, + "content": "column), but produces conformations that are the closest to the ground-truth.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 22, + "bbox_fs": [ + 104, + 498, + 506, + 621 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 635, + 321, + 646 + ], + "lines": [ + { + "bbox": [ + 106, + 634, + 322, + 647 + ], + "spans": [ + { + "bbox": [ + 106, + 634, + 322, + 647 + ], + "score": 1.0, + "content": "5.3 CALCULATION OF MOLECULAR PROPERTIES", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 28 + }, + { + "type": "text", + "bbox": [ + 107, + 656, + 505, + 700 + ], + "lines": [ + { + "bbox": [ + 105, + 656, + 504, + 668 + ], + "spans": [ + { + "bbox": [ + 105, + 656, + 466, + 668 + ], + "score": 1.0, + "content": "We estimate expected molecular properties for molecular graphs from the test set with", + "type": "text" + }, + { + "bbox": [ + 466, + 656, + 504, + 666 + ], + "score": 0.88, + "content": "N = 5 0", + "type": "inline_equation" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 667, + 505, + 680 + ], + "spans": [ + { + "bbox": [ + 105, + 667, + 478, + 680 + ], + "score": 1.0, + "content": "conformational samples each. Due to their poor quality, we could not compute properties", + "type": "text" + }, + { + "bbox": [ + 478, + 667, + 501, + 679 + ], + "score": 0.89, + "content": "\\mathcal { O } ( \\mathbf { x } )", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 667, + 505, + 680 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 678, + 506, + 691 + ], + "spans": [ + { + "bbox": [ + 105, + 678, + 194, + 691 + ], + "score": 1.0, + "content": "including the energy", + "type": "text" + }, + { + "bbox": [ + 194, + 678, + 217, + 690 + ], + "score": 0.91, + "content": "E ( \\mathbf { x } )", + "type": "inline_equation" + }, + { + "bbox": [ + 217, + 678, + 506, + 691 + ], + "score": 1.0, + "content": ", for conformations generated with DL4CHEM, and thus, this method", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 689, + 505, + 701 + ], + "spans": [ + { + "bbox": [ + 105, + 689, + 505, + 701 + ], + "score": 1.0, + "content": "is excluded from this analysis. In Table 2, it can be seen that RDKIT and GRAPHDG perform", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 30.5, + "bbox_fs": [ + 105, + 656, + 506, + 701 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 110, + 81, + 504, + 236 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 110, + 81, + 504, + 236 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 110, + 81, + 504, + 236 + ], + "spans": [ + { + "bbox": [ + 110, + 81, + 504, + 236 + ], + "score": 0.961, + "type": "image", + "image_path": "6dbc1684f2efce71c7be4d5e7e63e8e2e0f0a2968f6b845c474caa529794805c.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 110, + 81, + 504, + 132.66666666666666 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 110, + 132.66666666666666, + 504, + 184.33333333333331 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 110, + 184.33333333333331, + 504, + 235.99999999999997 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 244, + 502, + 266 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 244, + 504, + 256 + ], + "spans": [ + { + "bbox": [ + 106, + 244, + 504, + 256 + ], + "score": 1.0, + "content": "Figure 6: Overlay of 50 conformations from the ground-truth and three models based on six random", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 254, + 504, + 267 + ], + "spans": [ + { + "bbox": [ + 105, + 254, + 504, + 267 + ], + "score": 1.0, + "content": "molecular graphs from the test set. C, O, and H atoms are colored gray, red, and white, respectively.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + } + ], + "index": 2.25 + }, + { + "type": "text", + "bbox": [ + 106, + 280, + 505, + 325 + ], + "lines": [ + { + "bbox": [ + 105, + 280, + 505, + 293 + ], + "spans": [ + { + "bbox": [ + 105, + 280, + 505, + 293 + ], + "score": 1.0, + "content": "Table 2: Median difference in average properties between ground-truth and RDKIT and GRAPHDG:", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 104, + 290, + 506, + 306 + ], + "spans": [ + { + "bbox": [ + 104, + 290, + 197, + 306 + ], + "score": 1.0, + "content": "total electronic energy", + "type": "text" + }, + { + "bbox": [ + 198, + 291, + 217, + 302 + ], + "score": 0.9, + "content": "E _ { \\mathrm { e l e c } }", + "type": "inline_equation" + }, + { + "bbox": [ + 218, + 290, + 506, + 306 + ], + "score": 1.0, + "content": "(in kJ/mol), the energy of the HOMO and the LUMO \u000fLUMO and \u000fLUMO,", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 303, + 505, + 315 + ], + "spans": [ + { + "bbox": [ + 105, + 303, + 289, + 315 + ], + "score": 1.0, + "content": "respectively (in eV), and the dipole moment", + "type": "text" + }, + { + "bbox": [ + 289, + 304, + 297, + 314 + ], + "score": 0.8, + "content": "\\mu", + "type": "inline_equation" + }, + { + "bbox": [ + 298, + 303, + 505, + 315 + ], + "score": 1.0, + "content": "(in debye). Reported are the results for molecular", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 313, + 501, + 326 + ], + "spans": [ + { + "bbox": [ + 105, + 313, + 501, + 326 + ], + "score": 1.0, + "content": "graphs from the test set, averaged over three train-test splits. Standard errors are given in brackets.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 6.5 + }, + { + "type": "table", + "bbox": [ + 227, + 333, + 383, + 397 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 227, + 333, + 383, + 397 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 227, + 333, + 383, + 397 + ], + "spans": [ + { + "bbox": [ + 227, + 333, + 383, + 397 + ], + "score": 0.972, + "html": "
RDKITGRAPHDG
Eelec42.7 (4.3)58.0 (21.0)
€HOMO0.08 (0.04)0.10 (0.05)
ELUMO0.15 (0.03)0.09 (0.05)
0.29 (0.05)0.33 (0.09)
", + "type": "table", + "image_path": "28fdddd3902b37a3a8fedd86b4e37bef3145c3d79b8a57f2f80e6e8539ef3e2e.jpg" + } + ] + } + ], + "index": 10.5, + "virtual_lines": [ + { + "bbox": [ + 227, + 333, + 383, + 349.0 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 227, + 349.0, + 383, + 365.0 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 227, + 365.0, + 383, + 381.0 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 227, + 381.0, + 383, + 397.0 + ], + "spans": [], + "index": 12 + } + ] + } + ], + "index": 10.5 + }, + { + "type": "text", + "bbox": [ + 107, + 419, + 505, + 475 + ], + "lines": [ + { + "bbox": [ + 106, + 419, + 505, + 431 + ], + "spans": [ + { + "bbox": [ + 106, + 419, + 505, + 431 + ], + "score": 1.0, + "content": "similarly well (see Appendix A.2 for computational details). However, both methods are still highly", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 430, + 506, + 442 + ], + "spans": [ + { + "bbox": [ + 105, + 430, + 164, + 442 + ], + "score": 1.0, + "content": "inaccurate for", + "type": "text" + }, + { + "bbox": [ + 165, + 430, + 185, + 441 + ], + "score": 0.9, + "content": "E _ { \\mathrm { e l e c } }", + "type": "inline_equation" + }, + { + "bbox": [ + 185, + 430, + 335, + 442 + ], + "score": 1.0, + "content": "(in practice, an accuracy of less than", + "type": "text" + }, + { + "bbox": [ + 335, + 430, + 372, + 441 + ], + "score": 0.64, + "content": "5 \\ \\mathrm { k J / m o l }", + "type": "inline_equation" + }, + { + "bbox": [ + 372, + 430, + 506, + 442 + ], + "score": 1.0, + "content": "is required). Close inspection of", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 440, + 505, + 454 + ], + "spans": [ + { + "bbox": [ + 105, + 440, + 505, + 454 + ], + "score": 1.0, + "content": "the conformations shows that, even though GRAPHDG predicts the most accurate distances overall,", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 451, + 506, + 465 + ], + "spans": [ + { + "bbox": [ + 105, + 451, + 506, + 465 + ], + "score": 1.0, + "content": "the variances of certain strongly constrained distances (e.g., triple bonds) are overestimated so that", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 462, + 323, + 477 + ], + "spans": [ + { + "bbox": [ + 105, + 462, + 323, + 477 + ], + "score": 1.0, + "content": "the energies of the conformations increase drastically.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 15 + }, + { + "type": "title", + "bbox": [ + 107, + 493, + 194, + 506 + ], + "lines": [ + { + "bbox": [ + 105, + 492, + 195, + 509 + ], + "spans": [ + { + "bbox": [ + 105, + 492, + 195, + 509 + ], + "score": 1.0, + "content": "6 LIMITATIONS", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 18 + }, + { + "type": "text", + "bbox": [ + 107, + 520, + 505, + 565 + ], + "lines": [ + { + "bbox": [ + 105, + 519, + 506, + 533 + ], + "spans": [ + { + "bbox": [ + 105, + 519, + 506, + 533 + ], + "score": 1.0, + "content": "The first limitation of this work is that the CVAE can sample (with low probability) invalid sets of", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 530, + 506, + 544 + ], + "spans": [ + { + "bbox": [ + 105, + 530, + 506, + 544 + ], + "score": 1.0, + "content": "distances for which there exists no 3D structure. Second, the CONF17 benchmark covers only a", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 542, + 505, + 555 + ], + "spans": [ + { + "bbox": [ + 105, + 542, + 505, + 555 + ], + "score": 1.0, + "content": "small portion of chemical space. Finally, a large set of auxiliary edges would be required to capture", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 553, + 430, + 566 + ], + "spans": [ + { + "bbox": [ + 105, + 553, + 430, + 566 + ], + "score": 1.0, + "content": "long-range correlations (e.g., in proteins). Future work will address these points.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 20.5 + }, + { + "type": "title", + "bbox": [ + 108, + 584, + 201, + 596 + ], + "lines": [ + { + "bbox": [ + 104, + 582, + 203, + 600 + ], + "spans": [ + { + "bbox": [ + 104, + 582, + 203, + 600 + ], + "score": 1.0, + "content": "7 CONCLUSIONS", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 23 + }, + { + "type": "text", + "bbox": [ + 107, + 610, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 612, + 505, + 623 + ], + "spans": [ + { + "bbox": [ + 106, + 612, + 505, + 623 + ], + "score": 1.0, + "content": "We presented GRAPHDG, a transferable, generative model that allows sampling from a distribution", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 622, + 505, + 635 + ], + "spans": [ + { + "bbox": [ + 105, + 622, + 505, + 635 + ], + "score": 1.0, + "content": "over molecular conformations. We developed a principled learning representation of conforma-", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 633, + 505, + 646 + ], + "spans": [ + { + "bbox": [ + 106, + 633, + 505, + 646 + ], + "score": 1.0, + "content": "tions that is based on distances between atoms. Then, we proposed a challenging benchmark for", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 644, + 506, + 657 + ], + "spans": [ + { + "bbox": [ + 105, + 644, + 506, + 657 + ], + "score": 1.0, + "content": "comparing molecular conformation generators. With this benchmark, we show experimentally that", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 655, + 506, + 668 + ], + "spans": [ + { + "bbox": [ + 106, + 655, + 506, + 668 + ], + "score": 1.0, + "content": "conformations generated by GRAPHDG are closer to the ground-truth than those generated by other", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 666, + 506, + 679 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 506, + 679 + ], + "score": 1.0, + "content": "methods. Finally, we employ our model as a proposal distribution in an IS integration scheme to", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 677, + 505, + 689 + ], + "spans": [ + { + "bbox": [ + 106, + 677, + 505, + 689 + ], + "score": 1.0, + "content": "estimate molecular properties. While orbital energies and the dipole moments were predicted well,", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 687, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 505, + 700 + ], + "score": 1.0, + "content": "a larger and more diverse dataset will be necessary for meaningful estimates of electronic energies.", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 698, + 506, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 506, + 711 + ], + "score": 1.0, + "content": "Further, methods have to be devised to estimate how many conformations need to be generated", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 710, + 504, + 721 + ], + "spans": [ + { + "bbox": [ + 106, + 710, + 504, + 721 + ], + "score": 1.0, + "content": "to ensure all important conformations have been sampled. Finally, our model could be trained on", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 720, + 460, + 735 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 460, + 735 + ], + "score": 1.0, + "content": "conformational distributions at different temperatures in a transfer learning-type setting.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 29 + } + ], + "page_idx": 8, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 302, + 751, + 308, + 759 + ], + "lines": [ + { + "bbox": [ + 302, + 751, + 309, + 762 + ], + "spans": [ + { + "bbox": [ + 302, + 751, + 309, + 762 + ], + "score": 1.0, + "content": "9", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 106, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2020", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 110, + 81, + 504, + 236 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 110, + 81, + 504, + 236 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 110, + 81, + 504, + 236 + ], + "spans": [ + { + "bbox": [ + 110, + 81, + 504, + 236 + ], + "score": 0.961, + "type": "image", + "image_path": "6dbc1684f2efce71c7be4d5e7e63e8e2e0f0a2968f6b845c474caa529794805c.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 110, + 81, + 504, + 132.66666666666666 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 110, + 132.66666666666666, + 504, + 184.33333333333331 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 110, + 184.33333333333331, + 504, + 235.99999999999997 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 244, + 502, + 266 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 244, + 504, + 256 + ], + "spans": [ + { + "bbox": [ + 106, + 244, + 504, + 256 + ], + "score": 1.0, + "content": "Figure 6: Overlay of 50 conformations from the ground-truth and three models based on six random", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 254, + 504, + 267 + ], + "spans": [ + { + "bbox": [ + 105, + 254, + 504, + 267 + ], + "score": 1.0, + "content": "molecular graphs from the test set. C, O, and H atoms are colored gray, red, and white, respectively.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + } + ], + "index": 2.25 + }, + { + "type": "text", + "bbox": [ + 106, + 280, + 505, + 325 + ], + "lines": [ + { + "bbox": [ + 105, + 280, + 505, + 293 + ], + "spans": [ + { + "bbox": [ + 105, + 280, + 505, + 293 + ], + "score": 1.0, + "content": "Table 2: Median difference in average properties between ground-truth and RDKIT and GRAPHDG:", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 104, + 290, + 506, + 306 + ], + "spans": [ + { + "bbox": [ + 104, + 290, + 197, + 306 + ], + "score": 1.0, + "content": "total electronic energy", + "type": "text" + }, + { + "bbox": [ + 198, + 291, + 217, + 302 + ], + "score": 0.9, + "content": "E _ { \\mathrm { e l e c } }", + "type": "inline_equation" + }, + { + "bbox": [ + 218, + 290, + 506, + 306 + ], + "score": 1.0, + "content": "(in kJ/mol), the energy of the HOMO and the LUMO \u000fLUMO and \u000fLUMO,", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 303, + 505, + 315 + ], + "spans": [ + { + "bbox": [ + 105, + 303, + 289, + 315 + ], + "score": 1.0, + "content": "respectively (in eV), and the dipole moment", + "type": "text" + }, + { + "bbox": [ + 289, + 304, + 297, + 314 + ], + "score": 0.8, + "content": "\\mu", + "type": "inline_equation" + }, + { + "bbox": [ + 298, + 303, + 505, + 315 + ], + "score": 1.0, + "content": "(in debye). Reported are the results for molecular", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 313, + 501, + 326 + ], + "spans": [ + { + "bbox": [ + 105, + 313, + 501, + 326 + ], + "score": 1.0, + "content": "graphs from the test set, averaged over three train-test splits. Standard errors are given in brackets.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 6.5, + "bbox_fs": [ + 104, + 280, + 506, + 326 + ] + }, + { + "type": "table", + "bbox": [ + 227, + 333, + 383, + 397 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 227, + 333, + 383, + 397 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 227, + 333, + 383, + 397 + ], + "spans": [ + { + "bbox": [ + 227, + 333, + 383, + 397 + ], + "score": 0.972, + "html": "
RDKITGRAPHDG
Eelec42.7 (4.3)58.0 (21.0)
€HOMO0.08 (0.04)0.10 (0.05)
ELUMO0.15 (0.03)0.09 (0.05)
0.29 (0.05)0.33 (0.09)
", + "type": "table", + "image_path": "28fdddd3902b37a3a8fedd86b4e37bef3145c3d79b8a57f2f80e6e8539ef3e2e.jpg" + } + ] + } + ], + "index": 10.5, + "virtual_lines": [ + { + "bbox": [ + 227, + 333, + 383, + 349.0 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 227, + 349.0, + 383, + 365.0 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 227, + 365.0, + 383, + 381.0 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 227, + 381.0, + 383, + 397.0 + ], + "spans": [], + "index": 12 + } + ] + } + ], + "index": 10.5 + }, + { + "type": "text", + "bbox": [ + 107, + 419, + 505, + 475 + ], + "lines": [ + { + "bbox": [ + 106, + 419, + 505, + 431 + ], + "spans": [ + { + "bbox": [ + 106, + 419, + 505, + 431 + ], + "score": 1.0, + "content": "similarly well (see Appendix A.2 for computational details). However, both methods are still highly", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 430, + 506, + 442 + ], + "spans": [ + { + "bbox": [ + 105, + 430, + 164, + 442 + ], + "score": 1.0, + "content": "inaccurate for", + "type": "text" + }, + { + "bbox": [ + 165, + 430, + 185, + 441 + ], + "score": 0.9, + "content": "E _ { \\mathrm { e l e c } }", + "type": "inline_equation" + }, + { + "bbox": [ + 185, + 430, + 335, + 442 + ], + "score": 1.0, + "content": "(in practice, an accuracy of less than", + "type": "text" + }, + { + "bbox": [ + 335, + 430, + 372, + 441 + ], + "score": 0.64, + "content": "5 \\ \\mathrm { k J / m o l }", + "type": "inline_equation" + }, + { + "bbox": [ + 372, + 430, + 506, + 442 + ], + "score": 1.0, + "content": "is required). Close inspection of", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 440, + 505, + 454 + ], + "spans": [ + { + "bbox": [ + 105, + 440, + 505, + 454 + ], + "score": 1.0, + "content": "the conformations shows that, even though GRAPHDG predicts the most accurate distances overall,", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 451, + 506, + 465 + ], + "spans": [ + { + "bbox": [ + 105, + 451, + 506, + 465 + ], + "score": 1.0, + "content": "the variances of certain strongly constrained distances (e.g., triple bonds) are overestimated so that", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 462, + 323, + 477 + ], + "spans": [ + { + "bbox": [ + 105, + 462, + 323, + 477 + ], + "score": 1.0, + "content": "the energies of the conformations increase drastically.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 15, + "bbox_fs": [ + 105, + 419, + 506, + 477 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 493, + 194, + 506 + ], + "lines": [ + { + "bbox": [ + 105, + 492, + 195, + 509 + ], + "spans": [ + { + "bbox": [ + 105, + 492, + 195, + 509 + ], + "score": 1.0, + "content": "6 LIMITATIONS", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 18 + }, + { + "type": "text", + "bbox": [ + 107, + 520, + 505, + 565 + ], + "lines": [ + { + "bbox": [ + 105, + 519, + 506, + 533 + ], + "spans": [ + { + "bbox": [ + 105, + 519, + 506, + 533 + ], + "score": 1.0, + "content": "The first limitation of this work is that the CVAE can sample (with low probability) invalid sets of", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 530, + 506, + 544 + ], + "spans": [ + { + "bbox": [ + 105, + 530, + 506, + 544 + ], + "score": 1.0, + "content": "distances for which there exists no 3D structure. Second, the CONF17 benchmark covers only a", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 542, + 505, + 555 + ], + "spans": [ + { + "bbox": [ + 105, + 542, + 505, + 555 + ], + "score": 1.0, + "content": "small portion of chemical space. Finally, a large set of auxiliary edges would be required to capture", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 553, + 430, + 566 + ], + "spans": [ + { + "bbox": [ + 105, + 553, + 430, + 566 + ], + "score": 1.0, + "content": "long-range correlations (e.g., in proteins). Future work will address these points.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 20.5, + "bbox_fs": [ + 105, + 519, + 506, + 566 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 584, + 201, + 596 + ], + "lines": [ + { + "bbox": [ + 104, + 582, + 203, + 600 + ], + "spans": [ + { + "bbox": [ + 104, + 582, + 203, + 600 + ], + "score": 1.0, + "content": "7 CONCLUSIONS", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 23 + }, + { + "type": "text", + "bbox": [ + 107, + 610, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 612, + 505, + 623 + ], + "spans": [ + { + "bbox": [ + 106, + 612, + 505, + 623 + ], + "score": 1.0, + "content": "We presented GRAPHDG, a transferable, generative model that allows sampling from a distribution", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 622, + 505, + 635 + ], + "spans": [ + { + "bbox": [ + 105, + 622, + 505, + 635 + ], + "score": 1.0, + "content": "over molecular conformations. We developed a principled learning representation of conforma-", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 633, + 505, + 646 + ], + "spans": [ + { + "bbox": [ + 106, + 633, + 505, + 646 + ], + "score": 1.0, + "content": "tions that is based on distances between atoms. Then, we proposed a challenging benchmark for", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 644, + 506, + 657 + ], + "spans": [ + { + "bbox": [ + 105, + 644, + 506, + 657 + ], + "score": 1.0, + "content": "comparing molecular conformation generators. With this benchmark, we show experimentally that", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 655, + 506, + 668 + ], + "spans": [ + { + "bbox": [ + 106, + 655, + 506, + 668 + ], + "score": 1.0, + "content": "conformations generated by GRAPHDG are closer to the ground-truth than those generated by other", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 666, + 506, + 679 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 506, + 679 + ], + "score": 1.0, + "content": "methods. Finally, we employ our model as a proposal distribution in an IS integration scheme to", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 677, + 505, + 689 + ], + "spans": [ + { + "bbox": [ + 106, + 677, + 505, + 689 + ], + "score": 1.0, + "content": "estimate molecular properties. While orbital energies and the dipole moments were predicted well,", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 687, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 505, + 700 + ], + "score": 1.0, + "content": "a larger and more diverse dataset will be necessary for meaningful estimates of electronic energies.", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 698, + 506, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 506, + 711 + ], + "score": 1.0, + "content": "Further, methods have to be devised to estimate how many conformations need to be generated", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 710, + 504, + 721 + ], + "spans": [ + { + "bbox": [ + 106, + 710, + 504, + 721 + ], + "score": 1.0, + "content": "to ensure all important conformations have been sampled. Finally, our model could be trained on", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 720, + 460, + 735 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 460, + 735 + ], + "score": 1.0, + "content": "conformational distributions at different temperatures in a transfer learning-type setting.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 29, + "bbox_fs": [ + 105, + 612, + 506, + 735 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 107, + 82, + 176, + 93 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 176, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 176, + 95 + ], + "score": 1.0, + "content": "REFERENCES", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 107, + 100, + 503, + 122 + ], + "lines": [ + { + "bbox": [ + 104, + 98, + 505, + 114 + ], + "spans": [ + { + "bbox": [ + 104, + 98, + 505, + 114 + ], + "score": 1.0, + "content": "F. H. Allen. The Cambridge Structural Database: A quarter of a million crystal structures and rising.", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 115, + 110, + 503, + 123 + ], + "spans": [ + { + "bbox": [ + 115, + 110, + 503, + 123 + ], + "score": 1.0, + "content": "Acta Crystallogr., Sect. B: Struct. Sci, 58(3):380–388, 2002. doi: 10.1107/S0108768102003890.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1.5 + }, + { + "type": "text", + "bbox": [ + 106, + 128, + 503, + 151 + ], + "lines": [ + { + "bbox": [ + 106, + 128, + 505, + 141 + ], + "spans": [ + { + "bbox": [ + 106, + 128, + 505, + 141 + ], + "score": 1.0, + "content": "Mohammed AlQuraishi. End-to-End Differentiable Learning of Protein Structure. Cell Systems, 8", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 116, + 139, + 340, + 152 + ], + "spans": [ + { + "bbox": [ + 116, + 139, + 340, + 152 + ], + "score": 1.0, + "content": "(4):292–301.e3, 2019. doi: 10.1016/j.cels.2019.03.006.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + }, + { + "type": "text", + "bbox": [ + 106, + 157, + 502, + 191 + ], + "lines": [ + { + "bbox": [ + 106, + 158, + 504, + 170 + ], + "spans": [ + { + "bbox": [ + 106, + 158, + 504, + 170 + ], + "score": 1.0, + "content": "Andrew J. Ballard, Stefano Martiniani, Jacob D. Stevenson, Sandeep Somani, and David J. Wales.", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 116, + 169, + 504, + 181 + ], + "spans": [ + { + "bbox": [ + 116, + 169, + 504, + 181 + ], + "score": 1.0, + "content": "Exploiting the potential energy landscape to sample free energy. WIREs Comput. Mol. Sci., 5(3):", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 116, + 180, + 286, + 191 + ], + "spans": [ + { + "bbox": [ + 116, + 180, + 286, + 191 + ], + "score": 1.0, + "content": "273–289, 2015. doi: 10.1002/wcms.1217.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6 + }, + { + "type": "text", + "bbox": [ + 106, + 197, + 504, + 220 + ], + "lines": [ + { + "bbox": [ + 106, + 197, + 505, + 210 + ], + "spans": [ + { + "bbox": [ + 106, + 197, + 505, + 210 + ], + "score": 1.0, + "content": "Christopher M. Bishop. Pattern Recognition and Machine Learning. Information Science and", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 115, + 208, + 417, + 220 + ], + "spans": [ + { + "bbox": [ + 115, + 208, + 417, + 220 + ], + "score": 1.0, + "content": "Statistics. Springer, New York, 8 edition, 2009. ISBN 978-0-387-31073-2.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8.5 + }, + { + "type": "text", + "bbox": [ + 107, + 226, + 504, + 260 + ], + "lines": [ + { + "bbox": [ + 105, + 226, + 506, + 239 + ], + "spans": [ + { + "bbox": [ + 105, + 226, + 506, + 239 + ], + "score": 1.0, + "content": "Jeffrey M. Blaney and J. Scott Dixon. Distance Geometry in Molecular Modeling. In Reviews in", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 115, + 237, + 506, + 251 + ], + "spans": [ + { + "bbox": [ + 115, + 237, + 506, + 251 + ], + "score": 1.0, + "content": "Computational Chemistry, pp. 299–335. John Wiley & Sons, Ltd, 2007. ISBN 978-0-470-12582-", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 116, + 249, + 267, + 259 + ], + "spans": [ + { + "bbox": [ + 116, + 249, + 267, + 259 + ], + "score": 1.0, + "content": "3. doi: 10.1002/9780470125823.ch6.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11 + }, + { + "type": "text", + "bbox": [ + 106, + 266, + 504, + 300 + ], + "lines": [ + { + "bbox": [ + 105, + 265, + 505, + 279 + ], + "spans": [ + { + "bbox": [ + 105, + 265, + 505, + 279 + ], + "score": 1.0, + "content": "John Bradshaw, Matt J. Kusner, Brooks Paige, Marwin H. S. Segler, and Jose Miguel Hern ´ andez- ´", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 116, + 278, + 504, + 290 + ], + "spans": [ + { + "bbox": [ + 116, + 278, + 504, + 290 + ], + "score": 1.0, + "content": "Lobato. A generative model for electron paths. In International Conference on Learning Repre-", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 115, + 289, + 191, + 299 + ], + "spans": [ + { + "bbox": [ + 115, + 289, + 191, + 299 + ], + "score": 1.0, + "content": "sentations, 2019a.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14 + }, + { + "type": "text", + "bbox": [ + 106, + 306, + 504, + 329 + ], + "lines": [ + { + "bbox": [ + 105, + 305, + 505, + 319 + ], + "spans": [ + { + "bbox": [ + 105, + 305, + 505, + 319 + ], + "score": 1.0, + "content": "John Bradshaw, Brooks Paige, Matt J. Kusner, Marwin H. S. Segler, and Jose Miguel Hern ´ andez- ´", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 115, + 317, + 456, + 330 + ], + "spans": [ + { + "bbox": [ + 115, + 317, + 456, + 330 + ], + "score": 1.0, + "content": "Lobato. A Model to Search for Synthesizable Molecules. arXiv:1906.05221, 2019b.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 16.5 + }, + { + "type": "text", + "bbox": [ + 106, + 335, + 504, + 358 + ], + "lines": [ + { + "bbox": [ + 105, + 335, + 505, + 348 + ], + "spans": [ + { + "bbox": [ + 105, + 335, + 505, + 348 + ], + "score": 1.0, + "content": "Hanjun Dai, Yingtao Tian, Bo Dai, Steven Skiena, and Le Song. Syntax-directed variational autoen-", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 116, + 345, + 479, + 358 + ], + "spans": [ + { + "bbox": [ + 116, + 345, + 479, + 358 + ], + "score": 1.0, + "content": "coder for structured data. In International Conference on Learning Representations, 2018.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 18.5 + }, + { + "type": "text", + "bbox": [ + 106, + 363, + 504, + 398 + ], + "lines": [ + { + "bbox": [ + 105, + 363, + 505, + 377 + ], + "spans": [ + { + "bbox": [ + 105, + 363, + 505, + 377 + ], + "score": 1.0, + "content": "Marco De Vivo, Matteo Masetti, Giovanni Bottegoni, and Andrea Cavalli. Role of Molecular Dy-", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 115, + 374, + 506, + 388 + ], + "spans": [ + { + "bbox": [ + 115, + 374, + 506, + 388 + ], + "score": 1.0, + "content": "namics and Related Methods in Drug Discovery. J. Med. Chem., 59(9):4035–4061, 2016. doi:", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 117, + 386, + 250, + 398 + ], + "spans": [ + { + "bbox": [ + 117, + 386, + 250, + 398 + ], + "score": 1.0, + "content": "10.1021/acs.jmedchem.5b01684.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 21 + }, + { + "type": "text", + "bbox": [ + 106, + 404, + 503, + 438 + ], + "lines": [ + { + "bbox": [ + 105, + 404, + 504, + 417 + ], + "spans": [ + { + "bbox": [ + 105, + 404, + 504, + 417 + ], + "score": 1.0, + "content": "Erik D. Demaine, Francisco Gomez-Martin, Henk Meijer, David Rappaport, Perouz Taslakian, God-", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 115, + 414, + 505, + 428 + ], + "spans": [ + { + "bbox": [ + 115, + 414, + 505, + 428 + ], + "score": 1.0, + "content": "fried T. Toussaint, Terry Winograd, and David R. Wood. The distance geometry of music. Com-", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 115, + 426, + 443, + 439 + ], + "spans": [ + { + "bbox": [ + 115, + 426, + 443, + 439 + ], + "score": 1.0, + "content": "putational Geometry, 42(5):429–454, 2009. doi: 10.1016/j.comgeo.2008.04.005.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24 + }, + { + "type": "text", + "bbox": [ + 106, + 444, + 505, + 499 + ], + "lines": [ + { + "bbox": [ + 106, + 444, + 506, + 457 + ], + "spans": [ + { + "bbox": [ + 106, + 444, + 506, + 457 + ], + "score": 1.0, + "content": "David K Duvenaud, Dougal Maclaurin, Jorge Iparraguirre, Rafael Bombarell, Timothy Hirzel, Alan", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 117, + 455, + 505, + 467 + ], + "spans": [ + { + "bbox": [ + 117, + 455, + 505, + 467 + ], + "score": 1.0, + "content": "Aspuru-Guzik, and Ryan P Adams. Convolutional Networks on Graphs for Learning Molecular", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 115, + 466, + 506, + 479 + ], + "spans": [ + { + "bbox": [ + 115, + 466, + 506, + 479 + ], + "score": 1.0, + "content": "Fingerprints. In C. Cortes, N. D. Lawrence, D. D. Lee, M. Sugiyama, and R. Garnett (eds.),", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 114, + 475, + 506, + 491 + ], + "spans": [ + { + "bbox": [ + 114, + 475, + 506, + 491 + ], + "score": 1.0, + "content": "Advances in Neural Information Processing Systems 28, pp. 2224–2232. Curran Associates, Inc.,", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 115, + 486, + 142, + 501 + ], + "spans": [ + { + "bbox": [ + 115, + 486, + 142, + 501 + ], + "score": 1.0, + "content": "2015.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 28 + }, + { + "type": "text", + "bbox": [ + 108, + 506, + 505, + 561 + ], + "lines": [ + { + "bbox": [ + 105, + 505, + 505, + 519 + ], + "spans": [ + { + "bbox": [ + 105, + 505, + 505, + 519 + ], + "score": 1.0, + "content": "R. Evans, J. Jumper, J. Kirkpatrick, L. Sifre, T. F. G. Green, C. Qin, A. Zidek, A. Nelson,", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 115, + 516, + 505, + 530 + ], + "spans": [ + { + "bbox": [ + 115, + 516, + 505, + 530 + ], + "score": 1.0, + "content": "A. Bridgland, H. Penedones, S. Petersen, K. Simonyan, S. Crossan, D. T. Jones, D. Silver,", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 115, + 525, + 506, + 542 + ], + "spans": [ + { + "bbox": [ + 115, + 525, + 506, + 542 + ], + "score": 1.0, + "content": "K. Kavukcuoglu, D. Hassabis, and A. W. Senior. De novo structure prediction with deep-learning", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 114, + 537, + 506, + 553 + ], + "spans": [ + { + "bbox": [ + 114, + 537, + 506, + 553 + ], + "score": 1.0, + "content": "based scoring. In Thirteenth Critical Assessment of Techniques for Protein Structure Prediction,", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 115, + 548, + 142, + 562 + ], + "spans": [ + { + "bbox": [ + 115, + 548, + 142, + 562 + ], + "score": 1.0, + "content": "2018.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 33 + }, + { + "type": "text", + "bbox": [ + 106, + 567, + 504, + 602 + ], + "lines": [ + { + "bbox": [ + 106, + 568, + 505, + 580 + ], + "spans": [ + { + "bbox": [ + 106, + 568, + 505, + 580 + ], + "score": 1.0, + "content": "Justin Gilmer, Samuel S. Schoenholz, Patrick F. Riley, Oriol Vinyals, and George E. Dahl. Neural", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 115, + 579, + 505, + 591 + ], + "spans": [ + { + "bbox": [ + 115, + 579, + 505, + 591 + ], + "score": 1.0, + "content": "message passing for quantum chemistry. In Proceedings of the 34th International Conference on", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 116, + 590, + 379, + 602 + ], + "spans": [ + { + "bbox": [ + 116, + 590, + 379, + 602 + ], + "score": 1.0, + "content": "Machine Learning - Volume 70, ICML’17, pp. 1263–1272, 2017.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 37 + }, + { + "type": "text", + "bbox": [ + 106, + 607, + 505, + 663 + ], + "lines": [ + { + "bbox": [ + 105, + 606, + 505, + 621 + ], + "spans": [ + { + "bbox": [ + 105, + 606, + 505, + 621 + ], + "score": 1.0, + "content": "Rafael Gomez-Bombarelli, Jennifer N. Wei, David Duvenaud, Jos ´ e Miguel Hern ´ andez-Lobato, ´", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 115, + 619, + 505, + 632 + ], + "spans": [ + { + "bbox": [ + 115, + 619, + 505, + 632 + ], + "score": 1.0, + "content": "Benjam´ın Sanchez-Lengeling, Dennis Sheberla, Jorge Aguilera-Iparraguirre, Timothy D. Hirzel, ´", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 116, + 630, + 505, + 642 + ], + "spans": [ + { + "bbox": [ + 116, + 630, + 505, + 642 + ], + "score": 1.0, + "content": "Ryan P. Adams, and Alan Aspuru-Guzik. Automatic Chemical Design Using a Data-Driven ´", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 115, + 640, + 506, + 653 + ], + "spans": [ + { + "bbox": [ + 115, + 640, + 506, + 653 + ], + "score": 1.0, + "content": "Continuous Representation of Molecules. ACS Cent. Sci., 4(2):268–276, 2018. doi: 10.1021/", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 115, + 652, + 198, + 663 + ], + "spans": [ + { + "bbox": [ + 115, + 652, + 198, + 663 + ], + "score": 1.0, + "content": "acscentsci.7b00572.", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 41 + }, + { + "type": "text", + "bbox": [ + 106, + 669, + 503, + 692 + ], + "lines": [ + { + "bbox": [ + 106, + 669, + 505, + 682 + ], + "spans": [ + { + "bbox": [ + 106, + 669, + 505, + 682 + ], + "score": 1.0, + "content": "Arthur Gretton, Karsten M. Borgwardt, Malte J. Rasch, Bernhard Scholkopf, and Alexander Smola. ¨", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 115, + 680, + 396, + 693 + ], + "spans": [ + { + "bbox": [ + 115, + 680, + 396, + 693 + ], + "score": 1.0, + "content": "A Kernel Two-Sample Test. J. Mach. Learn. Res., 13:723–773, 2012.", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 44.5 + }, + { + "type": "text", + "bbox": [ + 108, + 698, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "Wolfgang Guba, Agnes Meyder, Matthias Rarey, and Jer´ ome Hert. Torsion Library Reloaded: ˆ", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 116, + 709, + 505, + 721 + ], + "spans": [ + { + "bbox": [ + 116, + 709, + 505, + 721 + ], + "score": 1.0, + "content": "A New Version of Expert-Derived SMARTS Rules for Assessing Conformations of Small", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 115, + 720, + 449, + 733 + ], + "spans": [ + { + "bbox": [ + 115, + 720, + 449, + 733 + ], + "score": 1.0, + "content": "Molecules. J. Chem. Inf. Model., 56(1):1–5, 2016. doi: 10.1021/acs.jcim.5b00522.", + "type": "text" + } + ], + "index": 48 + } + ], + "index": 47 + } + ], + "page_idx": 9, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 107, + 26, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 107, + 26, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2020", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 313, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 313, + 764 + ], + "score": 1.0, + "content": "10", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "title", + "bbox": [ + 107, + 82, + 176, + 93 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 176, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 176, + 95 + ], + "score": 1.0, + "content": "REFERENCES", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 107, + 100, + 503, + 122 + ], + "lines": [ + { + "bbox": [ + 104, + 98, + 505, + 114 + ], + "spans": [ + { + "bbox": [ + 104, + 98, + 505, + 114 + ], + "score": 1.0, + "content": "F. H. Allen. The Cambridge Structural Database: A quarter of a million crystal structures and rising.", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 115, + 110, + 503, + 123 + ], + "spans": [ + { + "bbox": [ + 115, + 110, + 503, + 123 + ], + "score": 1.0, + "content": "Acta Crystallogr., Sect. B: Struct. Sci, 58(3):380–388, 2002. doi: 10.1107/S0108768102003890.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1.5, + "bbox_fs": [ + 104, + 98, + 505, + 123 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 128, + 503, + 151 + ], + "lines": [ + { + "bbox": [ + 106, + 128, + 505, + 141 + ], + "spans": [ + { + "bbox": [ + 106, + 128, + 505, + 141 + ], + "score": 1.0, + "content": "Mohammed AlQuraishi. End-to-End Differentiable Learning of Protein Structure. Cell Systems, 8", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 116, + 139, + 340, + 152 + ], + "spans": [ + { + "bbox": [ + 116, + 139, + 340, + 152 + ], + "score": 1.0, + "content": "(4):292–301.e3, 2019. doi: 10.1016/j.cels.2019.03.006.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5, + "bbox_fs": [ + 106, + 128, + 505, + 152 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 157, + 502, + 191 + ], + "lines": [ + { + "bbox": [ + 106, + 158, + 504, + 170 + ], + "spans": [ + { + "bbox": [ + 106, + 158, + 504, + 170 + ], + "score": 1.0, + "content": "Andrew J. Ballard, Stefano Martiniani, Jacob D. Stevenson, Sandeep Somani, and David J. Wales.", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 116, + 169, + 504, + 181 + ], + "spans": [ + { + "bbox": [ + 116, + 169, + 504, + 181 + ], + "score": 1.0, + "content": "Exploiting the potential energy landscape to sample free energy. WIREs Comput. Mol. Sci., 5(3):", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 116, + 180, + 286, + 191 + ], + "spans": [ + { + "bbox": [ + 116, + 180, + 286, + 191 + ], + "score": 1.0, + "content": "273–289, 2015. doi: 10.1002/wcms.1217.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6, + "bbox_fs": [ + 106, + 158, + 504, + 191 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 197, + 504, + 220 + ], + "lines": [ + { + "bbox": [ + 106, + 197, + 505, + 210 + ], + "spans": [ + { + "bbox": [ + 106, + 197, + 505, + 210 + ], + "score": 1.0, + "content": "Christopher M. Bishop. Pattern Recognition and Machine Learning. Information Science and", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 115, + 208, + 417, + 220 + ], + "spans": [ + { + "bbox": [ + 115, + 208, + 417, + 220 + ], + "score": 1.0, + "content": "Statistics. Springer, New York, 8 edition, 2009. ISBN 978-0-387-31073-2.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8.5, + "bbox_fs": [ + 106, + 197, + 505, + 220 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 226, + 504, + 260 + ], + "lines": [ + { + "bbox": [ + 105, + 226, + 506, + 239 + ], + "spans": [ + { + "bbox": [ + 105, + 226, + 506, + 239 + ], + "score": 1.0, + "content": "Jeffrey M. Blaney and J. Scott Dixon. Distance Geometry in Molecular Modeling. In Reviews in", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 115, + 237, + 506, + 251 + ], + "spans": [ + { + "bbox": [ + 115, + 237, + 506, + 251 + ], + "score": 1.0, + "content": "Computational Chemistry, pp. 299–335. John Wiley & Sons, Ltd, 2007. ISBN 978-0-470-12582-", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 116, + 249, + 267, + 259 + ], + "spans": [ + { + "bbox": [ + 116, + 249, + 267, + 259 + ], + "score": 1.0, + "content": "3. doi: 10.1002/9780470125823.ch6.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11, + "bbox_fs": [ + 105, + 226, + 506, + 259 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 266, + 504, + 300 + ], + "lines": [ + { + "bbox": [ + 105, + 265, + 505, + 279 + ], + "spans": [ + { + "bbox": [ + 105, + 265, + 505, + 279 + ], + "score": 1.0, + "content": "John Bradshaw, Matt J. Kusner, Brooks Paige, Marwin H. S. Segler, and Jose Miguel Hern ´ andez- ´", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 116, + 278, + 504, + 290 + ], + "spans": [ + { + "bbox": [ + 116, + 278, + 504, + 290 + ], + "score": 1.0, + "content": "Lobato. A generative model for electron paths. In International Conference on Learning Repre-", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 115, + 289, + 191, + 299 + ], + "spans": [ + { + "bbox": [ + 115, + 289, + 191, + 299 + ], + "score": 1.0, + "content": "sentations, 2019a.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14, + "bbox_fs": [ + 105, + 265, + 505, + 299 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 306, + 504, + 329 + ], + "lines": [ + { + "bbox": [ + 105, + 305, + 505, + 319 + ], + "spans": [ + { + "bbox": [ + 105, + 305, + 505, + 319 + ], + "score": 1.0, + "content": "John Bradshaw, Brooks Paige, Matt J. Kusner, Marwin H. S. Segler, and Jose Miguel Hern ´ andez- ´", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 115, + 317, + 456, + 330 + ], + "spans": [ + { + "bbox": [ + 115, + 317, + 456, + 330 + ], + "score": 1.0, + "content": "Lobato. A Model to Search for Synthesizable Molecules. arXiv:1906.05221, 2019b.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 16.5, + "bbox_fs": [ + 105, + 305, + 505, + 330 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 335, + 504, + 358 + ], + "lines": [ + { + "bbox": [ + 105, + 335, + 505, + 348 + ], + "spans": [ + { + "bbox": [ + 105, + 335, + 505, + 348 + ], + "score": 1.0, + "content": "Hanjun Dai, Yingtao Tian, Bo Dai, Steven Skiena, and Le Song. Syntax-directed variational autoen-", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 116, + 345, + 479, + 358 + ], + "spans": [ + { + "bbox": [ + 116, + 345, + 479, + 358 + ], + "score": 1.0, + "content": "coder for structured data. In International Conference on Learning Representations, 2018.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 18.5, + "bbox_fs": [ + 105, + 335, + 505, + 358 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 363, + 504, + 398 + ], + "lines": [ + { + "bbox": [ + 105, + 363, + 505, + 377 + ], + "spans": [ + { + "bbox": [ + 105, + 363, + 505, + 377 + ], + "score": 1.0, + "content": "Marco De Vivo, Matteo Masetti, Giovanni Bottegoni, and Andrea Cavalli. Role of Molecular Dy-", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 115, + 374, + 506, + 388 + ], + "spans": [ + { + "bbox": [ + 115, + 374, + 506, + 388 + ], + "score": 1.0, + "content": "namics and Related Methods in Drug Discovery. J. Med. Chem., 59(9):4035–4061, 2016. doi:", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 117, + 386, + 250, + 398 + ], + "spans": [ + { + "bbox": [ + 117, + 386, + 250, + 398 + ], + "score": 1.0, + "content": "10.1021/acs.jmedchem.5b01684.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 21, + "bbox_fs": [ + 105, + 363, + 506, + 398 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 404, + 503, + 438 + ], + "lines": [ + { + "bbox": [ + 105, + 404, + 504, + 417 + ], + "spans": [ + { + "bbox": [ + 105, + 404, + 504, + 417 + ], + "score": 1.0, + "content": "Erik D. Demaine, Francisco Gomez-Martin, Henk Meijer, David Rappaport, Perouz Taslakian, God-", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 115, + 414, + 505, + 428 + ], + "spans": [ + { + "bbox": [ + 115, + 414, + 505, + 428 + ], + "score": 1.0, + "content": "fried T. Toussaint, Terry Winograd, and David R. Wood. The distance geometry of music. Com-", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 115, + 426, + 443, + 439 + ], + "spans": [ + { + "bbox": [ + 115, + 426, + 443, + 439 + ], + "score": 1.0, + "content": "putational Geometry, 42(5):429–454, 2009. doi: 10.1016/j.comgeo.2008.04.005.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24, + "bbox_fs": [ + 105, + 404, + 505, + 439 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 444, + 505, + 499 + ], + "lines": [ + { + "bbox": [ + 106, + 444, + 506, + 457 + ], + "spans": [ + { + "bbox": [ + 106, + 444, + 506, + 457 + ], + "score": 1.0, + "content": "David K Duvenaud, Dougal Maclaurin, Jorge Iparraguirre, Rafael Bombarell, Timothy Hirzel, Alan", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 117, + 455, + 505, + 467 + ], + "spans": [ + { + "bbox": [ + 117, + 455, + 505, + 467 + ], + "score": 1.0, + "content": "Aspuru-Guzik, and Ryan P Adams. Convolutional Networks on Graphs for Learning Molecular", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 115, + 466, + 506, + 479 + ], + "spans": [ + { + "bbox": [ + 115, + 466, + 506, + 479 + ], + "score": 1.0, + "content": "Fingerprints. In C. Cortes, N. D. Lawrence, D. D. Lee, M. Sugiyama, and R. Garnett (eds.),", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 114, + 475, + 506, + 491 + ], + "spans": [ + { + "bbox": [ + 114, + 475, + 506, + 491 + ], + "score": 1.0, + "content": "Advances in Neural Information Processing Systems 28, pp. 2224–2232. Curran Associates, Inc.,", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 115, + 486, + 142, + 501 + ], + "spans": [ + { + "bbox": [ + 115, + 486, + 142, + 501 + ], + "score": 1.0, + "content": "2015.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 28, + "bbox_fs": [ + 106, + 444, + 506, + 501 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 506, + 505, + 561 + ], + "lines": [ + { + "bbox": [ + 105, + 505, + 505, + 519 + ], + "spans": [ + { + "bbox": [ + 105, + 505, + 505, + 519 + ], + "score": 1.0, + "content": "R. Evans, J. Jumper, J. Kirkpatrick, L. Sifre, T. F. G. Green, C. Qin, A. Zidek, A. Nelson,", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 115, + 516, + 505, + 530 + ], + "spans": [ + { + "bbox": [ + 115, + 516, + 505, + 530 + ], + "score": 1.0, + "content": "A. Bridgland, H. Penedones, S. Petersen, K. Simonyan, S. Crossan, D. T. Jones, D. Silver,", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 115, + 525, + 506, + 542 + ], + "spans": [ + { + "bbox": [ + 115, + 525, + 506, + 542 + ], + "score": 1.0, + "content": "K. Kavukcuoglu, D. Hassabis, and A. W. Senior. De novo structure prediction with deep-learning", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 114, + 537, + 506, + 553 + ], + "spans": [ + { + "bbox": [ + 114, + 537, + 506, + 553 + ], + "score": 1.0, + "content": "based scoring. In Thirteenth Critical Assessment of Techniques for Protein Structure Prediction,", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 115, + 548, + 142, + 562 + ], + "spans": [ + { + "bbox": [ + 115, + 548, + 142, + 562 + ], + "score": 1.0, + "content": "2018.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 33, + "bbox_fs": [ + 105, + 505, + 506, + 562 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 567, + 504, + 602 + ], + "lines": [ + { + "bbox": [ + 106, + 568, + 505, + 580 + ], + "spans": [ + { + "bbox": [ + 106, + 568, + 505, + 580 + ], + "score": 1.0, + "content": "Justin Gilmer, Samuel S. Schoenholz, Patrick F. Riley, Oriol Vinyals, and George E. Dahl. Neural", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 115, + 579, + 505, + 591 + ], + "spans": [ + { + "bbox": [ + 115, + 579, + 505, + 591 + ], + "score": 1.0, + "content": "message passing for quantum chemistry. In Proceedings of the 34th International Conference on", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 116, + 590, + 379, + 602 + ], + "spans": [ + { + "bbox": [ + 116, + 590, + 379, + 602 + ], + "score": 1.0, + "content": "Machine Learning - Volume 70, ICML’17, pp. 1263–1272, 2017.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 37, + "bbox_fs": [ + 106, + 568, + 505, + 602 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 607, + 505, + 663 + ], + "lines": [ + { + "bbox": [ + 105, + 606, + 505, + 621 + ], + "spans": [ + { + "bbox": [ + 105, + 606, + 505, + 621 + ], + "score": 1.0, + "content": "Rafael Gomez-Bombarelli, Jennifer N. Wei, David Duvenaud, Jos ´ e Miguel Hern ´ andez-Lobato, ´", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 115, + 619, + 505, + 632 + ], + "spans": [ + { + "bbox": [ + 115, + 619, + 505, + 632 + ], + "score": 1.0, + "content": "Benjam´ın Sanchez-Lengeling, Dennis Sheberla, Jorge Aguilera-Iparraguirre, Timothy D. Hirzel, ´", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 116, + 630, + 505, + 642 + ], + "spans": [ + { + "bbox": [ + 116, + 630, + 505, + 642 + ], + "score": 1.0, + "content": "Ryan P. Adams, and Alan Aspuru-Guzik. Automatic Chemical Design Using a Data-Driven ´", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 115, + 640, + 506, + 653 + ], + "spans": [ + { + "bbox": [ + 115, + 640, + 506, + 653 + ], + "score": 1.0, + "content": "Continuous Representation of Molecules. ACS Cent. Sci., 4(2):268–276, 2018. doi: 10.1021/", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 115, + 652, + 198, + 663 + ], + "spans": [ + { + "bbox": [ + 115, + 652, + 198, + 663 + ], + "score": 1.0, + "content": "acscentsci.7b00572.", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 41, + "bbox_fs": [ + 105, + 606, + 506, + 663 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 669, + 503, + 692 + ], + "lines": [ + { + "bbox": [ + 106, + 669, + 505, + 682 + ], + "spans": [ + { + "bbox": [ + 106, + 669, + 505, + 682 + ], + "score": 1.0, + "content": "Arthur Gretton, Karsten M. Borgwardt, Malte J. Rasch, Bernhard Scholkopf, and Alexander Smola. ¨", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 115, + 680, + 396, + 693 + ], + "spans": [ + { + "bbox": [ + 115, + 680, + 396, + 693 + ], + "score": 1.0, + "content": "A Kernel Two-Sample Test. J. Mach. Learn. Res., 13:723–773, 2012.", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 44.5, + "bbox_fs": [ + 106, + 669, + 505, + 693 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 698, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "Wolfgang Guba, Agnes Meyder, Matthias Rarey, and Jer´ ome Hert. Torsion Library Reloaded: ˆ", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 116, + 709, + 505, + 721 + ], + "spans": [ + { + "bbox": [ + 116, + 709, + 505, + 721 + ], + "score": 1.0, + "content": "A New Version of Expert-Derived SMARTS Rules for Assessing Conformations of Small", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 115, + 720, + 449, + 733 + ], + "spans": [ + { + "bbox": [ + 115, + 720, + 449, + 733 + ], + "score": 1.0, + "content": "Molecules. J. Chem. Inf. Model., 56(1):1–5, 2016. doi: 10.1021/acs.jcim.5b00522.", + "type": "text" + } + ], + "index": 48 + } + ], + "index": 47, + "bbox_fs": [ + 106, + 699, + 505, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 504, + 116 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 504, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 504, + 95 + ], + "score": 1.0, + "content": "Timothy F. Havel. Distance Geometry: Theory, Algorithms, and Chemical Applications. In Encyclo-", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 114, + 93, + 506, + 106 + ], + "spans": [ + { + "bbox": [ + 114, + 93, + 506, + 106 + ], + "score": 1.0, + "content": "pedia of Computational Chemistry. American Cancer Society, 2002. ISBN 978-0-470-84501-1.", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 116, + 105, + 256, + 115 + ], + "spans": [ + { + "bbox": [ + 116, + 105, + 256, + 115 + ], + "score": 1.0, + "content": "doi: 10.1002/0470845015.cda018.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1 + }, + { + "type": "text", + "bbox": [ + 106, + 124, + 504, + 147 + ], + "lines": [ + { + "bbox": [ + 105, + 124, + 505, + 137 + ], + "spans": [ + { + "bbox": [ + 105, + 124, + 505, + 137 + ], + "score": 1.0, + "content": "John Ingraham, Adam Riesselman, Chris Sander, and Debora Marks. Learning Protein Structure", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 116, + 135, + 505, + 148 + ], + "spans": [ + { + "bbox": [ + 116, + 135, + 505, + 148 + ], + "score": 1.0, + "content": "with a Differentiable Simulator. In International Conference on Learning Representations, 2019.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + }, + { + "type": "text", + "bbox": [ + 108, + 155, + 505, + 189 + ], + "lines": [ + { + "bbox": [ + 106, + 155, + 505, + 168 + ], + "spans": [ + { + "bbox": [ + 106, + 155, + 505, + 168 + ], + "score": 1.0, + "content": "V. Jain and L. K. Saul. Exploratory analysis and visualization of speech and music by locally linear", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 115, + 165, + 506, + 180 + ], + "spans": [ + { + "bbox": [ + 115, + 165, + 506, + 180 + ], + "score": 1.0, + "content": "embedding. In 2004 IEEE International Conference on Acoustics, Speech, and Signal Processing,", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 116, + 177, + 384, + 189 + ], + "spans": [ + { + "bbox": [ + 116, + 177, + 384, + 189 + ], + "score": 1.0, + "content": "volume 3, pp. iii–984, 2004. doi: 10.1109/ICASSP.2004.1326712.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6 + }, + { + "type": "text", + "bbox": [ + 106, + 196, + 394, + 209 + ], + "lines": [ + { + "bbox": [ + 105, + 196, + 394, + 212 + ], + "spans": [ + { + "bbox": [ + 105, + 196, + 394, + 212 + ], + "score": 1.0, + "content": "Jan Jensen. XYZ2Mol. https://github.com/jensengroup/xyz2mol, 2019.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 8 + }, + { + "type": "text", + "bbox": [ + 106, + 217, + 505, + 262 + ], + "lines": [ + { + "bbox": [ + 106, + 217, + 506, + 230 + ], + "spans": [ + { + "bbox": [ + 106, + 217, + 506, + 230 + ], + "score": 1.0, + "content": "Wengong Jin, Regina Barzilay, and Tommi Jaakkola. Junction tree variational autoencoder for", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 115, + 228, + 505, + 241 + ], + "spans": [ + { + "bbox": [ + 115, + 228, + 505, + 241 + ], + "score": 1.0, + "content": "molecular graph generation. In Jennifer Dy and Andreas Krause (eds.), Proceedings of the 35th", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 115, + 239, + 505, + 253 + ], + "spans": [ + { + "bbox": [ + 115, + 239, + 505, + 253 + ], + "score": 1.0, + "content": "International Conference on Machine Learning, volume 80 of Proceedings of Machine Learning", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 115, + 250, + 366, + 263 + ], + "spans": [ + { + "bbox": [ + 115, + 250, + 366, + 263 + ], + "score": 1.0, + "content": "Research, pp. 2323–2332, Stockholm, Sweden, 2018. PMLR.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 10.5 + }, + { + "type": "text", + "bbox": [ + 106, + 270, + 505, + 303 + ], + "lines": [ + { + "bbox": [ + 105, + 269, + 506, + 283 + ], + "spans": [ + { + "bbox": [ + 105, + 269, + 506, + 283 + ], + "score": 1.0, + "content": "Ilana Y. Kanal, John A. Keith, and Geoffrey R. Hutchison. A sobering assessment of small-molecule", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 115, + 281, + 505, + 294 + ], + "spans": [ + { + "bbox": [ + 115, + 281, + 505, + 294 + ], + "score": 1.0, + "content": "force field methods for low energy conformer predictions. Int. J. Quantum Chem., 118(5):e25512,", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 116, + 292, + 243, + 304 + ], + "spans": [ + { + "bbox": [ + 116, + 292, + 243, + 304 + ], + "score": 1.0, + "content": "2018. doi: 10.1002/qua.25512.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14 + }, + { + "type": "text", + "bbox": [ + 106, + 312, + 505, + 345 + ], + "lines": [ + { + "bbox": [ + 105, + 311, + 505, + 325 + ], + "spans": [ + { + "bbox": [ + 105, + 311, + 505, + 325 + ], + "score": 1.0, + "content": "Steven Kearnes, Kevin McCloskey, Marc Berndl, Vijay Pande, and Patrick Riley. Molecular graph", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 115, + 322, + 505, + 335 + ], + "spans": [ + { + "bbox": [ + 115, + 322, + 505, + 335 + ], + "score": 1.0, + "content": "convolutions: Moving beyond fingerprints. J. Comput.-Aided Mol. Des., 30(8):595–608, 2016.", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 117, + 334, + 256, + 345 + ], + "spans": [ + { + "bbox": [ + 117, + 334, + 256, + 345 + ], + "score": 1.0, + "content": "doi: 10.1007/s10822-016-9938-8.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17 + }, + { + "type": "text", + "bbox": [ + 105, + 354, + 504, + 376 + ], + "lines": [ + { + "bbox": [ + 106, + 354, + 504, + 366 + ], + "spans": [ + { + "bbox": [ + 106, + 354, + 504, + 366 + ], + "score": 1.0, + "content": "Diederik P. Kingma and Jimmy Ba. Adam: A Method for Stochastic Optimization.", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 115, + 364, + 215, + 377 + ], + "spans": [ + { + "bbox": [ + 115, + 364, + 215, + 377 + ], + "score": 1.0, + "content": "arXiv:1412.6980, 2014.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 19.5 + }, + { + "type": "text", + "bbox": [ + 107, + 385, + 504, + 407 + ], + "lines": [ + { + "bbox": [ + 105, + 384, + 505, + 398 + ], + "spans": [ + { + "bbox": [ + 105, + 384, + 505, + 398 + ], + "score": 1.0, + "content": "Diederik P. Kingma and Max Welling. Auto-Encoding Variational Bayes. In International Confer-", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 115, + 396, + 282, + 408 + ], + "spans": [ + { + "bbox": [ + 115, + 396, + 282, + 408 + ], + "score": 1.0, + "content": "ence on Learning Representations, 2014.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 21.5 + }, + { + "type": "text", + "bbox": [ + 106, + 415, + 504, + 439 + ], + "lines": [ + { + "bbox": [ + 106, + 416, + 505, + 429 + ], + "spans": [ + { + "bbox": [ + 106, + 416, + 505, + 429 + ], + "score": 1.0, + "content": "Thomas N. Kipf and Max Welling. Semi-Supervised Classification with Graph Convolutional Net-", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 116, + 426, + 396, + 439 + ], + "spans": [ + { + "bbox": [ + 116, + 426, + 396, + 439 + ], + "score": 1.0, + "content": "works. International Conference on Learning Representations, 2017.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 23.5 + }, + { + "type": "text", + "bbox": [ + 107, + 447, + 504, + 491 + ], + "lines": [ + { + "bbox": [ + 105, + 446, + 506, + 460 + ], + "spans": [ + { + "bbox": [ + 105, + 446, + 506, + 460 + ], + "score": 1.0, + "content": "Matt J. Kusner, Brooks Paige, and Jose Miguel Hern ´ andez-Lobato. Grammar Variational Autoen- ´", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 115, + 457, + 506, + 471 + ], + "spans": [ + { + "bbox": [ + 115, + 457, + 506, + 471 + ], + "score": 1.0, + "content": "coder. In Doina Precup and Yee Whye Teh (eds.), Proceedings of the 34th International Con-", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 114, + 468, + 506, + 483 + ], + "spans": [ + { + "bbox": [ + 114, + 468, + 506, + 483 + ], + "score": 1.0, + "content": "ference on Machine Learning, volume 70 of Proceedings of Machine Learning Research, pp.", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 115, + 479, + 432, + 492 + ], + "spans": [ + { + "bbox": [ + 115, + 479, + 432, + 492 + ], + "score": 1.0, + "content": "1945–1954, International Convention Centre, Sydney, Australia, 2017. PMLR.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 26.5 + }, + { + "type": "text", + "bbox": [ + 107, + 500, + 505, + 544 + ], + "lines": [ + { + "bbox": [ + 105, + 500, + 505, + 512 + ], + "spans": [ + { + "bbox": [ + 105, + 500, + 505, + 512 + ], + "score": 1.0, + "content": "David Lagorce, Tania Pencheva, Bruno O. Villoutreix, and Maria A. Miteva. DG-AMMOS: A New", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 115, + 511, + 505, + 523 + ], + "spans": [ + { + "bbox": [ + 115, + 511, + 505, + 523 + ], + "score": 1.0, + "content": "tool to generate 3D conformation of small molecules using Distance Geometry and Automated", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 115, + 521, + 506, + 535 + ], + "spans": [ + { + "bbox": [ + 115, + 521, + 506, + 535 + ], + "score": 1.0, + "content": "Molecular Mechanics Optimization for in silico Screening. BMC Chem. Biol., 9:6, 2009. doi:", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 116, + 533, + 218, + 544 + ], + "spans": [ + { + "bbox": [ + 116, + 533, + 218, + 544 + ], + "score": 1.0, + "content": "10.1186/1472-6769-9-6.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 30.5 + }, + { + "type": "text", + "bbox": [ + 106, + 552, + 505, + 576 + ], + "lines": [ + { + "bbox": [ + 106, + 552, + 506, + 565 + ], + "spans": [ + { + "bbox": [ + 106, + 552, + 506, + 565 + ], + "score": 1.0, + "content": "Tobias Lemke and Christine Peter. EncoderMap: Dimensionality Reduction and Generation of", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 115, + 563, + 481, + 576 + ], + "spans": [ + { + "bbox": [ + 115, + 563, + 481, + 576 + ], + "score": 1.0, + "content": "Molecule Conformations. J. Chem. Theory Comput., 2019. doi: 10.1021/acs.jctc.8b00975.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 33.5 + }, + { + "type": "text", + "bbox": [ + 106, + 583, + 505, + 628 + ], + "lines": [ + { + "bbox": [ + 106, + 583, + 506, + 596 + ], + "spans": [ + { + "bbox": [ + 106, + 583, + 506, + 596 + ], + "score": 1.0, + "content": "Qi Liu, Miltiadis Allamanis, Marc Brockschmidt, and Alexander Gaunt. Constrained Graph Varia-", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 115, + 594, + 506, + 608 + ], + "spans": [ + { + "bbox": [ + 115, + 594, + 506, + 608 + ], + "score": 1.0, + "content": "tional Autoencoders for Molecule Design. In S. Bengio, H. Wallach, H. Larochelle, K. Grauman,", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 115, + 605, + 506, + 618 + ], + "spans": [ + { + "bbox": [ + 115, + 605, + 506, + 618 + ], + "score": 1.0, + "content": "N. Cesa-Bianchi, and R. Garnett (eds.), Advances in Neural Information Processing Systems 31,", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 115, + 617, + 304, + 629 + ], + "spans": [ + { + "bbox": [ + 115, + 617, + 304, + 629 + ], + "score": 1.0, + "content": "pp. 7795–7804. Curran Associates, Inc., 2018.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 36.5 + }, + { + "type": "text", + "bbox": [ + 105, + 636, + 504, + 659 + ], + "lines": [ + { + "bbox": [ + 105, + 635, + 505, + 650 + ], + "spans": [ + { + "bbox": [ + 105, + 635, + 505, + 650 + ], + "score": 1.0, + "content": "Elman Mansimov, Omar Mahmood, Seokho Kang, and Kyunghyun Cho. Molecular geometry pre-", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 116, + 647, + 496, + 660 + ], + "spans": [ + { + "bbox": [ + 116, + 647, + 496, + 660 + ], + "score": 1.0, + "content": "diction using a deep generative graph neural network. arXiv:1904.00314 [physics, stat], 2019.", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 39.5 + }, + { + "type": "text", + "bbox": [ + 107, + 667, + 504, + 700 + ], + "lines": [ + { + "bbox": [ + 105, + 666, + 505, + 680 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 505, + 680 + ], + "score": 1.0, + "content": "Frank Noe, Simon Olsson, Jonas K ´ ohler, and Hao Wu. Boltzmann generators: Sampling equilibrium ¨", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 115, + 678, + 505, + 691 + ], + "spans": [ + { + "bbox": [ + 115, + 678, + 505, + 691 + ], + "score": 1.0, + "content": "states of many-body systems with deep learning. Science, 365(6457):eaaw1147, 2019. doi:", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 116, + 690, + 224, + 701 + ], + "spans": [ + { + "bbox": [ + 116, + 690, + 224, + 701 + ], + "score": 1.0, + "content": "10.1126/science.aaw1147.", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 42 + }, + { + "type": "text", + "bbox": [ + 107, + 709, + 503, + 731 + ], + "lines": [ + { + "bbox": [ + 106, + 709, + 505, + 721 + ], + "spans": [ + { + "bbox": [ + 106, + 709, + 505, + 721 + ], + "score": 1.0, + "content": "Artidoro Pagnoni, Kevin Liu, and Shangyan Li. Conditional Variational Autoencoder for Neural", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 116, + 720, + 307, + 732 + ], + "spans": [ + { + "bbox": [ + 116, + 720, + 307, + 732 + ], + "score": 1.0, + "content": "Machine Translation. arXiv:1812.04405, 2018.", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 44.5 + } + ], + "page_idx": 10, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 107, + 26, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 107, + 26, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2020", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 310, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 312, + 765 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 765 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 15, + "width": 13 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 504, + 116 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 504, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 504, + 95 + ], + "score": 1.0, + "content": "Timothy F. Havel. Distance Geometry: Theory, Algorithms, and Chemical Applications. In Encyclo-", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 114, + 93, + 506, + 106 + ], + "spans": [ + { + "bbox": [ + 114, + 93, + 506, + 106 + ], + "score": 1.0, + "content": "pedia of Computational Chemistry. American Cancer Society, 2002. ISBN 978-0-470-84501-1.", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 116, + 105, + 256, + 115 + ], + "spans": [ + { + "bbox": [ + 116, + 105, + 256, + 115 + ], + "score": 1.0, + "content": "doi: 10.1002/0470845015.cda018.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1, + "bbox_fs": [ + 106, + 82, + 506, + 115 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 124, + 504, + 147 + ], + "lines": [ + { + "bbox": [ + 105, + 124, + 505, + 137 + ], + "spans": [ + { + "bbox": [ + 105, + 124, + 505, + 137 + ], + "score": 1.0, + "content": "John Ingraham, Adam Riesselman, Chris Sander, and Debora Marks. Learning Protein Structure", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 116, + 135, + 505, + 148 + ], + "spans": [ + { + "bbox": [ + 116, + 135, + 505, + 148 + ], + "score": 1.0, + "content": "with a Differentiable Simulator. In International Conference on Learning Representations, 2019.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5, + "bbox_fs": [ + 105, + 124, + 505, + 148 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 155, + 505, + 189 + ], + "lines": [ + { + "bbox": [ + 106, + 155, + 505, + 168 + ], + "spans": [ + { + "bbox": [ + 106, + 155, + 505, + 168 + ], + "score": 1.0, + "content": "V. Jain and L. K. Saul. Exploratory analysis and visualization of speech and music by locally linear", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 115, + 165, + 506, + 180 + ], + "spans": [ + { + "bbox": [ + 115, + 165, + 506, + 180 + ], + "score": 1.0, + "content": "embedding. In 2004 IEEE International Conference on Acoustics, Speech, and Signal Processing,", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 116, + 177, + 384, + 189 + ], + "spans": [ + { + "bbox": [ + 116, + 177, + 384, + 189 + ], + "score": 1.0, + "content": "volume 3, pp. iii–984, 2004. doi: 10.1109/ICASSP.2004.1326712.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6, + "bbox_fs": [ + 106, + 155, + 506, + 189 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 196, + 394, + 209 + ], + "lines": [ + { + "bbox": [ + 105, + 196, + 394, + 212 + ], + "spans": [ + { + "bbox": [ + 105, + 196, + 394, + 212 + ], + "score": 1.0, + "content": "Jan Jensen. XYZ2Mol. https://github.com/jensengroup/xyz2mol, 2019.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 8, + "bbox_fs": [ + 105, + 196, + 394, + 212 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 217, + 505, + 262 + ], + "lines": [ + { + "bbox": [ + 106, + 217, + 506, + 230 + ], + "spans": [ + { + "bbox": [ + 106, + 217, + 506, + 230 + ], + "score": 1.0, + "content": "Wengong Jin, Regina Barzilay, and Tommi Jaakkola. Junction tree variational autoencoder for", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 115, + 228, + 505, + 241 + ], + "spans": [ + { + "bbox": [ + 115, + 228, + 505, + 241 + ], + "score": 1.0, + "content": "molecular graph generation. In Jennifer Dy and Andreas Krause (eds.), Proceedings of the 35th", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 115, + 239, + 505, + 253 + ], + "spans": [ + { + "bbox": [ + 115, + 239, + 505, + 253 + ], + "score": 1.0, + "content": "International Conference on Machine Learning, volume 80 of Proceedings of Machine Learning", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 115, + 250, + 366, + 263 + ], + "spans": [ + { + "bbox": [ + 115, + 250, + 366, + 263 + ], + "score": 1.0, + "content": "Research, pp. 2323–2332, Stockholm, Sweden, 2018. PMLR.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 10.5, + "bbox_fs": [ + 106, + 217, + 506, + 263 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 270, + 505, + 303 + ], + "lines": [ + { + "bbox": [ + 105, + 269, + 506, + 283 + ], + "spans": [ + { + "bbox": [ + 105, + 269, + 506, + 283 + ], + "score": 1.0, + "content": "Ilana Y. Kanal, John A. Keith, and Geoffrey R. Hutchison. A sobering assessment of small-molecule", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 115, + 281, + 505, + 294 + ], + "spans": [ + { + "bbox": [ + 115, + 281, + 505, + 294 + ], + "score": 1.0, + "content": "force field methods for low energy conformer predictions. Int. J. Quantum Chem., 118(5):e25512,", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 116, + 292, + 243, + 304 + ], + "spans": [ + { + "bbox": [ + 116, + 292, + 243, + 304 + ], + "score": 1.0, + "content": "2018. doi: 10.1002/qua.25512.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14, + "bbox_fs": [ + 105, + 269, + 506, + 304 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 312, + 505, + 345 + ], + "lines": [ + { + "bbox": [ + 105, + 311, + 505, + 325 + ], + "spans": [ + { + "bbox": [ + 105, + 311, + 505, + 325 + ], + "score": 1.0, + "content": "Steven Kearnes, Kevin McCloskey, Marc Berndl, Vijay Pande, and Patrick Riley. Molecular graph", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 115, + 322, + 505, + 335 + ], + "spans": [ + { + "bbox": [ + 115, + 322, + 505, + 335 + ], + "score": 1.0, + "content": "convolutions: Moving beyond fingerprints. J. Comput.-Aided Mol. Des., 30(8):595–608, 2016.", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 117, + 334, + 256, + 345 + ], + "spans": [ + { + "bbox": [ + 117, + 334, + 256, + 345 + ], + "score": 1.0, + "content": "doi: 10.1007/s10822-016-9938-8.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17, + "bbox_fs": [ + 105, + 311, + 505, + 345 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 354, + 504, + 376 + ], + "lines": [ + { + "bbox": [ + 106, + 354, + 504, + 366 + ], + "spans": [ + { + "bbox": [ + 106, + 354, + 504, + 366 + ], + "score": 1.0, + "content": "Diederik P. Kingma and Jimmy Ba. Adam: A Method for Stochastic Optimization.", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 115, + 364, + 215, + 377 + ], + "spans": [ + { + "bbox": [ + 115, + 364, + 215, + 377 + ], + "score": 1.0, + "content": "arXiv:1412.6980, 2014.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 19.5, + "bbox_fs": [ + 106, + 354, + 504, + 377 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 385, + 504, + 407 + ], + "lines": [ + { + "bbox": [ + 105, + 384, + 505, + 398 + ], + "spans": [ + { + "bbox": [ + 105, + 384, + 505, + 398 + ], + "score": 1.0, + "content": "Diederik P. Kingma and Max Welling. Auto-Encoding Variational Bayes. In International Confer-", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 115, + 396, + 282, + 408 + ], + "spans": [ + { + "bbox": [ + 115, + 396, + 282, + 408 + ], + "score": 1.0, + "content": "ence on Learning Representations, 2014.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 21.5, + "bbox_fs": [ + 105, + 384, + 505, + 408 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 415, + 504, + 439 + ], + "lines": [ + { + "bbox": [ + 106, + 416, + 505, + 429 + ], + "spans": [ + { + "bbox": [ + 106, + 416, + 505, + 429 + ], + "score": 1.0, + "content": "Thomas N. Kipf and Max Welling. Semi-Supervised Classification with Graph Convolutional Net-", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 116, + 426, + 396, + 439 + ], + "spans": [ + { + "bbox": [ + 116, + 426, + 396, + 439 + ], + "score": 1.0, + "content": "works. International Conference on Learning Representations, 2017.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 23.5, + "bbox_fs": [ + 106, + 416, + 505, + 439 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 447, + 504, + 491 + ], + "lines": [ + { + "bbox": [ + 105, + 446, + 506, + 460 + ], + "spans": [ + { + "bbox": [ + 105, + 446, + 506, + 460 + ], + "score": 1.0, + "content": "Matt J. Kusner, Brooks Paige, and Jose Miguel Hern ´ andez-Lobato. Grammar Variational Autoen- ´", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 115, + 457, + 506, + 471 + ], + "spans": [ + { + "bbox": [ + 115, + 457, + 506, + 471 + ], + "score": 1.0, + "content": "coder. In Doina Precup and Yee Whye Teh (eds.), Proceedings of the 34th International Con-", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 114, + 468, + 506, + 483 + ], + "spans": [ + { + "bbox": [ + 114, + 468, + 506, + 483 + ], + "score": 1.0, + "content": "ference on Machine Learning, volume 70 of Proceedings of Machine Learning Research, pp.", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 115, + 479, + 432, + 492 + ], + "spans": [ + { + "bbox": [ + 115, + 479, + 432, + 492 + ], + "score": 1.0, + "content": "1945–1954, International Convention Centre, Sydney, Australia, 2017. PMLR.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 26.5, + "bbox_fs": [ + 105, + 446, + 506, + 492 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 500, + 505, + 544 + ], + "lines": [ + { + "bbox": [ + 105, + 500, + 505, + 512 + ], + "spans": [ + { + "bbox": [ + 105, + 500, + 505, + 512 + ], + "score": 1.0, + "content": "David Lagorce, Tania Pencheva, Bruno O. Villoutreix, and Maria A. Miteva. DG-AMMOS: A New", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 115, + 511, + 505, + 523 + ], + "spans": [ + { + "bbox": [ + 115, + 511, + 505, + 523 + ], + "score": 1.0, + "content": "tool to generate 3D conformation of small molecules using Distance Geometry and Automated", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 115, + 521, + 506, + 535 + ], + "spans": [ + { + "bbox": [ + 115, + 521, + 506, + 535 + ], + "score": 1.0, + "content": "Molecular Mechanics Optimization for in silico Screening. BMC Chem. Biol., 9:6, 2009. doi:", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 116, + 533, + 218, + 544 + ], + "spans": [ + { + "bbox": [ + 116, + 533, + 218, + 544 + ], + "score": 1.0, + "content": "10.1186/1472-6769-9-6.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 30.5, + "bbox_fs": [ + 105, + 500, + 506, + 544 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 552, + 505, + 576 + ], + "lines": [ + { + "bbox": [ + 106, + 552, + 506, + 565 + ], + "spans": [ + { + "bbox": [ + 106, + 552, + 506, + 565 + ], + "score": 1.0, + "content": "Tobias Lemke and Christine Peter. EncoderMap: Dimensionality Reduction and Generation of", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 115, + 563, + 481, + 576 + ], + "spans": [ + { + "bbox": [ + 115, + 563, + 481, + 576 + ], + "score": 1.0, + "content": "Molecule Conformations. J. Chem. Theory Comput., 2019. doi: 10.1021/acs.jctc.8b00975.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 33.5, + "bbox_fs": [ + 106, + 552, + 506, + 576 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 583, + 505, + 628 + ], + "lines": [ + { + "bbox": [ + 106, + 583, + 506, + 596 + ], + "spans": [ + { + "bbox": [ + 106, + 583, + 506, + 596 + ], + "score": 1.0, + "content": "Qi Liu, Miltiadis Allamanis, Marc Brockschmidt, and Alexander Gaunt. Constrained Graph Varia-", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 115, + 594, + 506, + 608 + ], + "spans": [ + { + "bbox": [ + 115, + 594, + 506, + 608 + ], + "score": 1.0, + "content": "tional Autoencoders for Molecule Design. In S. Bengio, H. Wallach, H. Larochelle, K. Grauman,", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 115, + 605, + 506, + 618 + ], + "spans": [ + { + "bbox": [ + 115, + 605, + 506, + 618 + ], + "score": 1.0, + "content": "N. Cesa-Bianchi, and R. Garnett (eds.), Advances in Neural Information Processing Systems 31,", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 115, + 617, + 304, + 629 + ], + "spans": [ + { + "bbox": [ + 115, + 617, + 304, + 629 + ], + "score": 1.0, + "content": "pp. 7795–7804. Curran Associates, Inc., 2018.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 36.5, + "bbox_fs": [ + 106, + 583, + 506, + 629 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 636, + 504, + 659 + ], + "lines": [ + { + "bbox": [ + 105, + 635, + 505, + 650 + ], + "spans": [ + { + "bbox": [ + 105, + 635, + 505, + 650 + ], + "score": 1.0, + "content": "Elman Mansimov, Omar Mahmood, Seokho Kang, and Kyunghyun Cho. Molecular geometry pre-", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 116, + 647, + 496, + 660 + ], + "spans": [ + { + "bbox": [ + 116, + 647, + 496, + 660 + ], + "score": 1.0, + "content": "diction using a deep generative graph neural network. arXiv:1904.00314 [physics, stat], 2019.", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 39.5, + "bbox_fs": [ + 105, + 635, + 505, + 660 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 667, + 504, + 700 + ], + "lines": [ + { + "bbox": [ + 105, + 666, + 505, + 680 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 505, + 680 + ], + "score": 1.0, + "content": "Frank Noe, Simon Olsson, Jonas K ´ ohler, and Hao Wu. Boltzmann generators: Sampling equilibrium ¨", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 115, + 678, + 505, + 691 + ], + "spans": [ + { + "bbox": [ + 115, + 678, + 505, + 691 + ], + "score": 1.0, + "content": "states of many-body systems with deep learning. Science, 365(6457):eaaw1147, 2019. doi:", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 116, + 690, + 224, + 701 + ], + "spans": [ + { + "bbox": [ + 116, + 690, + 224, + 701 + ], + "score": 1.0, + "content": "10.1126/science.aaw1147.", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 42, + "bbox_fs": [ + 105, + 666, + 505, + 701 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 709, + 503, + 731 + ], + "lines": [ + { + "bbox": [ + 106, + 709, + 505, + 721 + ], + "spans": [ + { + "bbox": [ + 106, + 709, + 505, + 721 + ], + "score": 1.0, + "content": "Artidoro Pagnoni, Kevin Liu, and Shangyan Li. Conditional Variational Autoencoder for Neural", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 116, + 720, + 307, + 732 + ], + "spans": [ + { + "bbox": [ + 116, + 720, + 307, + 732 + ], + "score": 1.0, + "content": "Machine Translation. arXiv:1812.04405, 2018.", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 44.5, + "bbox_fs": [ + 106, + 709, + 505, + 732 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 105, + 82, + 504, + 116 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 505, + 94 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 505, + 94 + ], + "score": 1.0, + "content": "John P. Perdew, Matthias Ernzerhof, and Kieron Burke. Rationale for mixing exact exchange with", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 115, + 93, + 506, + 106 + ], + "spans": [ + { + "bbox": [ + 115, + 93, + 506, + 106 + ], + "score": 1.0, + "content": "density functional approximations. J. Chem. Phys., 105(22):9982–9985, 1996. doi: 10.1063/1.", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 116, + 104, + 152, + 116 + ], + "spans": [ + { + "bbox": [ + 116, + 104, + 152, + 116 + ], + "score": 1.0, + "content": "472933.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1 + }, + { + "type": "text", + "bbox": [ + 106, + 126, + 505, + 160 + ], + "lines": [ + { + "bbox": [ + 105, + 126, + 505, + 139 + ], + "spans": [ + { + "bbox": [ + 105, + 126, + 505, + 139 + ], + "score": 1.0, + "content": "Raghunathan Ramakrishnan, Pavlo O. Dral, Matthias Rupp, and O. Anatole von Lilienfeld. Quan-", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 116, + 138, + 504, + 150 + ], + "spans": [ + { + "bbox": [ + 116, + 138, + 504, + 150 + ], + "score": 1.0, + "content": "tum chemistry structures and properties of 134 kilo molecules. Sci. Data, 1:140022, 2014. doi:", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 117, + 148, + 212, + 160 + ], + "spans": [ + { + "bbox": [ + 117, + 148, + 212, + 160 + ], + "score": 1.0, + "content": "10.1038/sdata.2014.22.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 106, + 171, + 504, + 204 + ], + "lines": [ + { + "bbox": [ + 106, + 171, + 506, + 184 + ], + "spans": [ + { + "bbox": [ + 106, + 171, + 506, + 184 + ], + "score": 1.0, + "content": "Sereina Riniker and Gregory A. Landrum. Better Informed Distance Geometry: Using What We", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 116, + 182, + 506, + 195 + ], + "spans": [ + { + "bbox": [ + 116, + 182, + 506, + 195 + ], + "score": 1.0, + "content": "Know To Improve Conformation Generation. J. Chem. Inf. Model., 55(12):2562–2574, 2015. doi:", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 117, + 194, + 227, + 206 + ], + "spans": [ + { + "bbox": [ + 117, + 194, + 227, + 206 + ], + "score": 1.0, + "content": "10.1021/acs.jcim.5b00654.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7 + }, + { + "type": "text", + "bbox": [ + 106, + 215, + 505, + 271 + ], + "lines": [ + { + "bbox": [ + 106, + 216, + 505, + 228 + ], + "spans": [ + { + "bbox": [ + 106, + 216, + 505, + 228 + ], + "score": 1.0, + "content": "Kristof Schutt, Pieter-Jan Kindermans, Huziel Enoc Sauceda Felix, Stefan Chmiela, Alexandre ¨", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 117, + 227, + 505, + 239 + ], + "spans": [ + { + "bbox": [ + 117, + 227, + 505, + 239 + ], + "score": 1.0, + "content": "Tkatchenko, and Klaus-Robert Muller. SchNet: A continuous-filter convolutional neural net- ¨", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 116, + 237, + 505, + 251 + ], + "spans": [ + { + "bbox": [ + 116, + 237, + 505, + 251 + ], + "score": 1.0, + "content": "work for modeling quantum interactions. In I. Guyon, U. V. Luxburg, S. Bengio, H. Wallach,", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 114, + 246, + 506, + 263 + ], + "spans": [ + { + "bbox": [ + 114, + 246, + 506, + 263 + ], + "score": 1.0, + "content": "R. Fergus, S. Vishwanathan, and R. Garnett (eds.), Advances in Neural Information Processing", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 116, + 259, + 353, + 272 + ], + "spans": [ + { + "bbox": [ + 116, + 259, + 353, + 272 + ], + "score": 1.0, + "content": "Systems 30, pp. 991–1001. Curran Associates, Inc., 2017a.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 11 + }, + { + "type": "text", + "bbox": [ + 106, + 281, + 504, + 315 + ], + "lines": [ + { + "bbox": [ + 106, + 281, + 504, + 294 + ], + "spans": [ + { + "bbox": [ + 106, + 281, + 504, + 294 + ], + "score": 1.0, + "content": "Kristof T. Schutt, Farhad Arbabzadah, Stefan Chmiela, Klaus R. M ¨ uller, and Alexandre Tkatchenko.¨", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 116, + 293, + 505, + 304 + ], + "spans": [ + { + "bbox": [ + 116, + 293, + 505, + 304 + ], + "score": 1.0, + "content": "Quantum-chemical insights from deep tensor neural networks. Nat. Commun., 8:13890, 2017b.", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 117, + 304, + 234, + 315 + ], + "spans": [ + { + "bbox": [ + 117, + 304, + 234, + 315 + ], + "score": 1.0, + "content": "doi: 10.1038/ncomms13890.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 15 + }, + { + "type": "text", + "bbox": [ + 106, + 325, + 505, + 360 + ], + "lines": [ + { + "bbox": [ + 106, + 326, + 505, + 339 + ], + "spans": [ + { + "bbox": [ + 106, + 326, + 505, + 339 + ], + "score": 1.0, + "content": "Marwin H. S. Segler, Thierry Kogej, Christian Tyrchan, and Mark P. Waller. Generating Focused", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 116, + 337, + 505, + 350 + ], + "spans": [ + { + "bbox": [ + 116, + 337, + 505, + 350 + ], + "score": 1.0, + "content": "Molecule Libraries for Drug Discovery with Recurrent Neural Networks. ACS Cent. Sci., 4(1):", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 116, + 347, + 318, + 360 + ], + "spans": [ + { + "bbox": [ + 116, + 347, + 318, + 360 + ], + "score": 1.0, + "content": "120–131, 2018. doi: 10.1021/acscentsci.7b00512.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 18 + }, + { + "type": "text", + "bbox": [ + 106, + 370, + 504, + 404 + ], + "lines": [ + { + "bbox": [ + 106, + 371, + 505, + 383 + ], + "spans": [ + { + "bbox": [ + 106, + 371, + 505, + 383 + ], + "score": 1.0, + "content": "Jihyun Shim and Alexander D. MacKerell, Jr. Computational ligand-based rational design: Role", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 115, + 381, + 505, + 394 + ], + "spans": [ + { + "bbox": [ + 115, + 381, + 505, + 394 + ], + "score": 1.0, + "content": "of conformational sampling and force fields in model development. Med. Chem. Commun., 2(5):", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 116, + 393, + 299, + 403 + ], + "spans": [ + { + "bbox": [ + 116, + 393, + 299, + 403 + ], + "score": 1.0, + "content": "356–370, 2011. doi: 10.1039/C1MD00044F.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 21 + }, + { + "type": "text", + "bbox": [ + 106, + 414, + 505, + 460 + ], + "lines": [ + { + "bbox": [ + 105, + 414, + 505, + 428 + ], + "spans": [ + { + "bbox": [ + 105, + 414, + 505, + 428 + ], + "score": 1.0, + "content": "Qiming Sun, Timothy C. Berkelbach, Nick S. Blunt, George H. Booth, Sheng Guo, Zhendong Li,", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 114, + 425, + 505, + 439 + ], + "spans": [ + { + "bbox": [ + 114, + 425, + 505, + 439 + ], + "score": 1.0, + "content": "Junzi Liu, James D. McClain, Elvira R. Sayfutyarova, Sandeep Sharma, Sebastian Wouters, and", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 115, + 437, + 505, + 450 + ], + "spans": [ + { + "bbox": [ + 115, + 437, + 505, + 450 + ], + "score": 1.0, + "content": "Garnet Kin-Lic Chan. PySCF: The Python-based simulations of chemistry framework. WIREs", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 116, + 448, + 345, + 459 + ], + "spans": [ + { + "bbox": [ + 116, + 448, + 345, + 459 + ], + "score": 1.0, + "content": "Comput. Mol. Sci., 8(1), 2018. doi: 10.1002/wcms.1340.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 24.5 + }, + { + "type": "text", + "bbox": [ + 106, + 470, + 504, + 504 + ], + "lines": [ + { + "bbox": [ + 105, + 470, + 505, + 483 + ], + "spans": [ + { + "bbox": [ + 105, + 470, + 505, + 483 + ], + "score": 1.0, + "content": "Joshua B. Tenenbaum, Vin de Silva, and John C. Langford. A Global Geometric Frame-", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 115, + 480, + 506, + 493 + ], + "spans": [ + { + "bbox": [ + 115, + 480, + 506, + 493 + ], + "score": 1.0, + "content": "work for Nonlinear Dimensionality Reduction. Science, 290(5500):2319–2323, 2000. doi:", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 117, + 492, + 248, + 503 + ], + "spans": [ + { + "bbox": [ + 117, + 492, + 248, + 503 + ], + "score": 1.0, + "content": "10.1126/science.290.5500.2319.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28 + }, + { + "type": "text", + "bbox": [ + 106, + 514, + 506, + 548 + ], + "lines": [ + { + "bbox": [ + 105, + 513, + 505, + 527 + ], + "spans": [ + { + "bbox": [ + 105, + 513, + 505, + 527 + ], + "score": 1.0, + "content": "Petar Velickovi ˇ c, Guillem Cucurull, Arantxa Casanova, Adriana Romero, Pietro Li ´ o, and Yoshua `", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 115, + 525, + 505, + 538 + ], + "spans": [ + { + "bbox": [ + 115, + 525, + 505, + 538 + ], + "score": 1.0, + "content": "Bengio. Graph Attention Networks. In International Conference on Learning Representations,", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 115, + 534, + 144, + 549 + ], + "spans": [ + { + "bbox": [ + 115, + 534, + 144, + 549 + ], + "score": 1.0, + "content": "2018.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 31 + }, + { + "type": "text", + "bbox": [ + 104, + 559, + 503, + 582 + ], + "lines": [ + { + "bbox": [ + 104, + 557, + 505, + 573 + ], + "spans": [ + { + "bbox": [ + 104, + 557, + 505, + 573 + ], + "score": 1.0, + "content": "Florian Weigend. Accurate Coulomb-fitting basis sets for H to Rn. Phys. Chem. Chem. Phys., 8(9):", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 117, + 570, + 294, + 581 + ], + "spans": [ + { + "bbox": [ + 117, + 570, + 294, + 581 + ], + "score": 1.0, + "content": "1057–1065, 2006. doi: 10.1039/B515623H.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 33.5 + }, + { + "type": "text", + "bbox": [ + 106, + 592, + 505, + 626 + ], + "lines": [ + { + "bbox": [ + 106, + 592, + 505, + 605 + ], + "spans": [ + { + "bbox": [ + 106, + 592, + 505, + 605 + ], + "score": 1.0, + "content": "Florian Weigend and Reinhart Ahlrichs. Balanced basis sets of split valence, triple zeta valence and", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 115, + 603, + 505, + 617 + ], + "spans": [ + { + "bbox": [ + 115, + 603, + 505, + 617 + ], + "score": 1.0, + "content": "quadruple zeta valence quality for H to Rn: Design and assessment of accuracy. Phys. Chem.", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 116, + 614, + 374, + 626 + ], + "spans": [ + { + "bbox": [ + 116, + 614, + 374, + 626 + ], + "score": 1.0, + "content": "Chem. Phys., 7(18):3297–3305, 2005. doi: 10.1039/B508541A.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 36 + }, + { + "type": "text", + "bbox": [ + 106, + 636, + 505, + 670 + ], + "lines": [ + { + "bbox": [ + 106, + 637, + 505, + 649 + ], + "spans": [ + { + "bbox": [ + 106, + 637, + 505, + 649 + ], + "score": 1.0, + "content": "Kilian Q. Weinberger and Lawrence K. Saul. Unsupervised Learning of Image Manifolds", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 115, + 647, + 506, + 661 + ], + "spans": [ + { + "bbox": [ + 115, + 647, + 506, + 661 + ], + "score": 1.0, + "content": "by Semidefinite Programming. Int. J. Comput. Vision, 70(1):77–90, 2006. doi: 10.1007/", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 116, + 658, + 201, + 670 + ], + "spans": [ + { + "bbox": [ + 116, + 658, + 201, + 670 + ], + "score": 1.0, + "content": "s11263-005-4939-z.", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 39 + }, + { + "type": "text", + "bbox": [ + 106, + 681, + 505, + 726 + ], + "lines": [ + { + "bbox": [ + 105, + 681, + 505, + 694 + ], + "spans": [ + { + "bbox": [ + 105, + 681, + 505, + 694 + ], + "score": 1.0, + "content": "Jiaxuan You, Bowen Liu, Zhitao Ying, Vijay Pande, and Jure Leskovec. Graph Convolutional", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 115, + 692, + 505, + 705 + ], + "spans": [ + { + "bbox": [ + 115, + 692, + 505, + 705 + ], + "score": 1.0, + "content": "Policy Network for Goal-Directed Molecular Graph Generation. In S. Bengio, H. Wallach,", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 116, + 703, + 505, + 715 + ], + "spans": [ + { + "bbox": [ + 116, + 703, + 505, + 715 + ], + "score": 1.0, + "content": "H. Larochelle, K. Grauman, N. Cesa-Bianchi, and R. Garnett (eds.), Advances in Neural Infor-", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 115, + 714, + 430, + 727 + ], + "spans": [ + { + "bbox": [ + 115, + 714, + 430, + 727 + ], + "score": 1.0, + "content": "mation Processing Systems 31, pp. 6410–6421. Curran Associates, Inc., 2018.", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 42.5 + } + ], + "page_idx": 11, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 313, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 313, + 764 + ], + "score": 1.0, + "content": "12", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 107, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 107, + 26, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 107, + 26, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2020", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 105, + 82, + 504, + 116 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 505, + 94 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 505, + 94 + ], + "score": 1.0, + "content": "John P. Perdew, Matthias Ernzerhof, and Kieron Burke. Rationale for mixing exact exchange with", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 115, + 93, + 506, + 106 + ], + "spans": [ + { + "bbox": [ + 115, + 93, + 506, + 106 + ], + "score": 1.0, + "content": "density functional approximations. J. Chem. Phys., 105(22):9982–9985, 1996. doi: 10.1063/1.", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 116, + 104, + 152, + 116 + ], + "spans": [ + { + "bbox": [ + 116, + 104, + 152, + 116 + ], + "score": 1.0, + "content": "472933.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1, + "bbox_fs": [ + 106, + 82, + 506, + 116 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 126, + 505, + 160 + ], + "lines": [ + { + "bbox": [ + 105, + 126, + 505, + 139 + ], + "spans": [ + { + "bbox": [ + 105, + 126, + 505, + 139 + ], + "score": 1.0, + "content": "Raghunathan Ramakrishnan, Pavlo O. Dral, Matthias Rupp, and O. Anatole von Lilienfeld. Quan-", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 116, + 138, + 504, + 150 + ], + "spans": [ + { + "bbox": [ + 116, + 138, + 504, + 150 + ], + "score": 1.0, + "content": "tum chemistry structures and properties of 134 kilo molecules. Sci. Data, 1:140022, 2014. doi:", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 117, + 148, + 212, + 160 + ], + "spans": [ + { + "bbox": [ + 117, + 148, + 212, + 160 + ], + "score": 1.0, + "content": "10.1038/sdata.2014.22.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4, + "bbox_fs": [ + 105, + 126, + 505, + 160 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 171, + 504, + 204 + ], + "lines": [ + { + "bbox": [ + 106, + 171, + 506, + 184 + ], + "spans": [ + { + "bbox": [ + 106, + 171, + 506, + 184 + ], + "score": 1.0, + "content": "Sereina Riniker and Gregory A. Landrum. Better Informed Distance Geometry: Using What We", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 116, + 182, + 506, + 195 + ], + "spans": [ + { + "bbox": [ + 116, + 182, + 506, + 195 + ], + "score": 1.0, + "content": "Know To Improve Conformation Generation. J. Chem. Inf. Model., 55(12):2562–2574, 2015. doi:", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 117, + 194, + 227, + 206 + ], + "spans": [ + { + "bbox": [ + 117, + 194, + 227, + 206 + ], + "score": 1.0, + "content": "10.1021/acs.jcim.5b00654.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7, + "bbox_fs": [ + 106, + 171, + 506, + 206 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 215, + 505, + 271 + ], + "lines": [ + { + "bbox": [ + 106, + 216, + 505, + 228 + ], + "spans": [ + { + "bbox": [ + 106, + 216, + 505, + 228 + ], + "score": 1.0, + "content": "Kristof Schutt, Pieter-Jan Kindermans, Huziel Enoc Sauceda Felix, Stefan Chmiela, Alexandre ¨", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 117, + 227, + 505, + 239 + ], + "spans": [ + { + "bbox": [ + 117, + 227, + 505, + 239 + ], + "score": 1.0, + "content": "Tkatchenko, and Klaus-Robert Muller. SchNet: A continuous-filter convolutional neural net- ¨", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 116, + 237, + 505, + 251 + ], + "spans": [ + { + "bbox": [ + 116, + 237, + 505, + 251 + ], + "score": 1.0, + "content": "work for modeling quantum interactions. In I. Guyon, U. V. Luxburg, S. Bengio, H. Wallach,", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 114, + 246, + 506, + 263 + ], + "spans": [ + { + "bbox": [ + 114, + 246, + 506, + 263 + ], + "score": 1.0, + "content": "R. Fergus, S. Vishwanathan, and R. Garnett (eds.), Advances in Neural Information Processing", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 116, + 259, + 353, + 272 + ], + "spans": [ + { + "bbox": [ + 116, + 259, + 353, + 272 + ], + "score": 1.0, + "content": "Systems 30, pp. 991–1001. Curran Associates, Inc., 2017a.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 11, + "bbox_fs": [ + 106, + 216, + 506, + 272 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 281, + 504, + 315 + ], + "lines": [ + { + "bbox": [ + 106, + 281, + 504, + 294 + ], + "spans": [ + { + "bbox": [ + 106, + 281, + 504, + 294 + ], + "score": 1.0, + "content": "Kristof T. Schutt, Farhad Arbabzadah, Stefan Chmiela, Klaus R. M ¨ uller, and Alexandre Tkatchenko.¨", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 116, + 293, + 505, + 304 + ], + "spans": [ + { + "bbox": [ + 116, + 293, + 505, + 304 + ], + "score": 1.0, + "content": "Quantum-chemical insights from deep tensor neural networks. Nat. Commun., 8:13890, 2017b.", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 117, + 304, + 234, + 315 + ], + "spans": [ + { + "bbox": [ + 117, + 304, + 234, + 315 + ], + "score": 1.0, + "content": "doi: 10.1038/ncomms13890.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 15, + "bbox_fs": [ + 106, + 281, + 505, + 315 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 325, + 505, + 360 + ], + "lines": [ + { + "bbox": [ + 106, + 326, + 505, + 339 + ], + "spans": [ + { + "bbox": [ + 106, + 326, + 505, + 339 + ], + "score": 1.0, + "content": "Marwin H. S. Segler, Thierry Kogej, Christian Tyrchan, and Mark P. Waller. Generating Focused", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 116, + 337, + 505, + 350 + ], + "spans": [ + { + "bbox": [ + 116, + 337, + 505, + 350 + ], + "score": 1.0, + "content": "Molecule Libraries for Drug Discovery with Recurrent Neural Networks. ACS Cent. Sci., 4(1):", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 116, + 347, + 318, + 360 + ], + "spans": [ + { + "bbox": [ + 116, + 347, + 318, + 360 + ], + "score": 1.0, + "content": "120–131, 2018. doi: 10.1021/acscentsci.7b00512.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 18, + "bbox_fs": [ + 106, + 326, + 505, + 360 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 370, + 504, + 404 + ], + "lines": [ + { + "bbox": [ + 106, + 371, + 505, + 383 + ], + "spans": [ + { + "bbox": [ + 106, + 371, + 505, + 383 + ], + "score": 1.0, + "content": "Jihyun Shim and Alexander D. MacKerell, Jr. Computational ligand-based rational design: Role", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 115, + 381, + 505, + 394 + ], + "spans": [ + { + "bbox": [ + 115, + 381, + 505, + 394 + ], + "score": 1.0, + "content": "of conformational sampling and force fields in model development. Med. Chem. Commun., 2(5):", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 116, + 393, + 299, + 403 + ], + "spans": [ + { + "bbox": [ + 116, + 393, + 299, + 403 + ], + "score": 1.0, + "content": "356–370, 2011. doi: 10.1039/C1MD00044F.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 21, + "bbox_fs": [ + 106, + 371, + 505, + 403 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 414, + 505, + 460 + ], + "lines": [ + { + "bbox": [ + 105, + 414, + 505, + 428 + ], + "spans": [ + { + "bbox": [ + 105, + 414, + 505, + 428 + ], + "score": 1.0, + "content": "Qiming Sun, Timothy C. Berkelbach, Nick S. Blunt, George H. Booth, Sheng Guo, Zhendong Li,", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 114, + 425, + 505, + 439 + ], + "spans": [ + { + "bbox": [ + 114, + 425, + 505, + 439 + ], + "score": 1.0, + "content": "Junzi Liu, James D. McClain, Elvira R. Sayfutyarova, Sandeep Sharma, Sebastian Wouters, and", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 115, + 437, + 505, + 450 + ], + "spans": [ + { + "bbox": [ + 115, + 437, + 505, + 450 + ], + "score": 1.0, + "content": "Garnet Kin-Lic Chan. PySCF: The Python-based simulations of chemistry framework. WIREs", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 116, + 448, + 345, + 459 + ], + "spans": [ + { + "bbox": [ + 116, + 448, + 345, + 459 + ], + "score": 1.0, + "content": "Comput. Mol. Sci., 8(1), 2018. doi: 10.1002/wcms.1340.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 24.5, + "bbox_fs": [ + 105, + 414, + 505, + 459 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 470, + 504, + 504 + ], + "lines": [ + { + "bbox": [ + 105, + 470, + 505, + 483 + ], + "spans": [ + { + "bbox": [ + 105, + 470, + 505, + 483 + ], + "score": 1.0, + "content": "Joshua B. Tenenbaum, Vin de Silva, and John C. Langford. A Global Geometric Frame-", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 115, + 480, + 506, + 493 + ], + "spans": [ + { + "bbox": [ + 115, + 480, + 506, + 493 + ], + "score": 1.0, + "content": "work for Nonlinear Dimensionality Reduction. Science, 290(5500):2319–2323, 2000. doi:", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 117, + 492, + 248, + 503 + ], + "spans": [ + { + "bbox": [ + 117, + 492, + 248, + 503 + ], + "score": 1.0, + "content": "10.1126/science.290.5500.2319.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28, + "bbox_fs": [ + 105, + 470, + 506, + 503 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 514, + 506, + 548 + ], + "lines": [ + { + "bbox": [ + 105, + 513, + 505, + 527 + ], + "spans": [ + { + "bbox": [ + 105, + 513, + 505, + 527 + ], + "score": 1.0, + "content": "Petar Velickovi ˇ c, Guillem Cucurull, Arantxa Casanova, Adriana Romero, Pietro Li ´ o, and Yoshua `", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 115, + 525, + 505, + 538 + ], + "spans": [ + { + "bbox": [ + 115, + 525, + 505, + 538 + ], + "score": 1.0, + "content": "Bengio. Graph Attention Networks. In International Conference on Learning Representations,", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 115, + 534, + 144, + 549 + ], + "spans": [ + { + "bbox": [ + 115, + 534, + 144, + 549 + ], + "score": 1.0, + "content": "2018.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 31, + "bbox_fs": [ + 105, + 513, + 505, + 549 + ] + }, + { + "type": "text", + "bbox": [ + 104, + 559, + 503, + 582 + ], + "lines": [ + { + "bbox": [ + 104, + 557, + 505, + 573 + ], + "spans": [ + { + "bbox": [ + 104, + 557, + 505, + 573 + ], + "score": 1.0, + "content": "Florian Weigend. Accurate Coulomb-fitting basis sets for H to Rn. Phys. Chem. Chem. Phys., 8(9):", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 117, + 570, + 294, + 581 + ], + "spans": [ + { + "bbox": [ + 117, + 570, + 294, + 581 + ], + "score": 1.0, + "content": "1057–1065, 2006. doi: 10.1039/B515623H.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 33.5, + "bbox_fs": [ + 104, + 557, + 505, + 581 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 592, + 505, + 626 + ], + "lines": [ + { + "bbox": [ + 106, + 592, + 505, + 605 + ], + "spans": [ + { + "bbox": [ + 106, + 592, + 505, + 605 + ], + "score": 1.0, + "content": "Florian Weigend and Reinhart Ahlrichs. Balanced basis sets of split valence, triple zeta valence and", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 115, + 603, + 505, + 617 + ], + "spans": [ + { + "bbox": [ + 115, + 603, + 505, + 617 + ], + "score": 1.0, + "content": "quadruple zeta valence quality for H to Rn: Design and assessment of accuracy. Phys. Chem.", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 116, + 614, + 374, + 626 + ], + "spans": [ + { + "bbox": [ + 116, + 614, + 374, + 626 + ], + "score": 1.0, + "content": "Chem. Phys., 7(18):3297–3305, 2005. doi: 10.1039/B508541A.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 36, + "bbox_fs": [ + 106, + 592, + 505, + 626 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 636, + 505, + 670 + ], + "lines": [ + { + "bbox": [ + 106, + 637, + 505, + 649 + ], + "spans": [ + { + "bbox": [ + 106, + 637, + 505, + 649 + ], + "score": 1.0, + "content": "Kilian Q. Weinberger and Lawrence K. Saul. Unsupervised Learning of Image Manifolds", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 115, + 647, + 506, + 661 + ], + "spans": [ + { + "bbox": [ + 115, + 647, + 506, + 661 + ], + "score": 1.0, + "content": "by Semidefinite Programming. Int. J. Comput. Vision, 70(1):77–90, 2006. doi: 10.1007/", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 116, + 658, + 201, + 670 + ], + "spans": [ + { + "bbox": [ + 116, + 658, + 201, + 670 + ], + "score": 1.0, + "content": "s11263-005-4939-z.", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 39, + "bbox_fs": [ + 106, + 637, + 506, + 670 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 681, + 505, + 726 + ], + "lines": [ + { + "bbox": [ + 105, + 681, + 505, + 694 + ], + "spans": [ + { + "bbox": [ + 105, + 681, + 505, + 694 + ], + "score": 1.0, + "content": "Jiaxuan You, Bowen Liu, Zhitao Ying, Vijay Pande, and Jure Leskovec. Graph Convolutional", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 115, + 692, + 505, + 705 + ], + "spans": [ + { + "bbox": [ + 115, + 692, + 505, + 705 + ], + "score": 1.0, + "content": "Policy Network for Goal-Directed Molecular Graph Generation. In S. Bengio, H. Wallach,", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 116, + 703, + 505, + 715 + ], + "spans": [ + { + "bbox": [ + 116, + 703, + 505, + 715 + ], + "score": 1.0, + "content": "H. Larochelle, K. Grauman, N. Cesa-Bianchi, and R. Garnett (eds.), Advances in Neural Infor-", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 115, + 714, + 430, + 727 + ], + "spans": [ + { + "bbox": [ + 115, + 714, + 430, + 727 + ], + "score": 1.0, + "content": "mation Processing Systems 31, pp. 6410–6421. Curran Associates, Inc., 2018.", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 42.5, + "bbox_fs": [ + 105, + 681, + 505, + 727 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 108, + 81, + 182, + 93 + ], + "lines": [ + { + "bbox": [ + 105, + 79, + 185, + 97 + ], + "spans": [ + { + "bbox": [ + 105, + 79, + 185, + 97 + ], + "score": 1.0, + "content": "A APPENDIX", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "title", + "bbox": [ + 108, + 106, + 228, + 118 + ], + "lines": [ + { + "bbox": [ + 106, + 106, + 230, + 119 + ], + "spans": [ + { + "bbox": [ + 106, + 106, + 230, + 119 + ], + "score": 1.0, + "content": "A.1 CONF17 BENCHMARK", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 1 + }, + { + "type": "title", + "bbox": [ + 108, + 128, + 225, + 139 + ], + "lines": [ + { + "bbox": [ + 106, + 128, + 226, + 141 + ], + "spans": [ + { + "bbox": [ + 106, + 128, + 226, + 141 + ], + "score": 1.0, + "content": "A.1.1 DATA GENERATION", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 2 + }, + { + "type": "text", + "bbox": [ + 107, + 147, + 505, + 247 + ], + "lines": [ + { + "bbox": [ + 106, + 147, + 505, + 160 + ], + "spans": [ + { + "bbox": [ + 106, + 147, + 505, + 160 + ], + "score": 1.0, + "content": "The ISO17 dataset (Schutt et al., 2017a) was processed in the following way. First, conformations ¨", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 159, + 505, + 171 + ], + "spans": [ + { + "bbox": [ + 106, + 159, + 505, + 171 + ], + "score": 1.0, + "content": "in which the molecular connectivity was modified (i.e., bonds were broken or new ones are formed)", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 169, + 505, + 183 + ], + "spans": [ + { + "bbox": [ + 106, + 169, + 505, + 183 + ], + "score": 1.0, + "content": "were discarded. For this, the tool XYZ2MOL (Jensen, 2019) was employed. Second, the molecular", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 180, + 505, + 195 + ], + "spans": [ + { + "bbox": [ + 105, + 180, + 505, + 195 + ], + "score": 1.0, + "content": "graphs were augmented by adding auxiliary edges for reasons described in Section 2.1. Auxiliary", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 192, + 505, + 204 + ], + "spans": [ + { + "bbox": [ + 106, + 192, + 505, + 204 + ], + "score": 1.0, + "content": "edges between all second neighbors were added. This can lead to a slight over-specification of the", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 203, + 505, + 216 + ], + "spans": [ + { + "bbox": [ + 106, + 203, + 505, + 216 + ], + "score": 1.0, + "content": "system’s geometry, however, this did not pose a problem in our experiments. In addition, auxiliary", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 213, + 505, + 228 + ], + "spans": [ + { + "bbox": [ + 105, + 213, + 505, + 228 + ], + "score": 1.0, + "content": "edges between third neighbors were added to fix dihedral angles. Since there are potentially many", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 225, + 505, + 237 + ], + "spans": [ + { + "bbox": [ + 105, + 225, + 505, + 237 + ], + "score": 1.0, + "content": "ways of specifying a dihedral angle in a molecular system, we resorted to the works of Riniker &", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 235, + 492, + 249 + ], + "spans": [ + { + "bbox": [ + 105, + 235, + 492, + 249 + ], + "score": 1.0, + "content": "Landrum (2015) and Guba et al. (2016) to decide where to place edges between third neighbors.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 7 + }, + { + "type": "title", + "bbox": [ + 108, + 261, + 216, + 272 + ], + "lines": [ + { + "bbox": [ + 106, + 261, + 217, + 273 + ], + "spans": [ + { + "bbox": [ + 106, + 261, + 217, + 273 + ], + "score": 1.0, + "content": "A.1.2 INPUT FEATURES", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 12 + }, + { + "type": "text", + "bbox": [ + 107, + 280, + 387, + 292 + ], + "lines": [ + { + "bbox": [ + 106, + 280, + 388, + 293 + ], + "spans": [ + { + "bbox": [ + 106, + 280, + 388, + 293 + ], + "score": 1.0, + "content": "Below we list the node and edges features in the CONF17 benchmark.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 13 + }, + { + "type": "table", + "bbox": [ + 184, + 328, + 424, + 370 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 258, + 305, + 352, + 316 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 257, + 304, + 354, + 317 + ], + "spans": [ + { + "bbox": [ + 257, + 304, + 354, + 317 + ], + "score": 1.0, + "content": "Table 3: Node features.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 14 + }, + { + "type": "table_body", + "bbox": [ + 184, + 328, + 424, + 370 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 184, + 328, + 424, + 370 + ], + "spans": [ + { + "bbox": [ + 184, + 328, + 424, + 370 + ], + "score": 0.827, + "html": "
FeatureData TypeDimension
atomic numberinteger1
chiral tagone-hot (R, S,and N/A)3
", + "type": "table", + "image_path": "6cc45a2dc156f39e2d8557d3cd25a25765682fea3ba914e5518419e42a8c79e1.jpg" + } + ] + } + ], + "index": 16, + "virtual_lines": [ + { + "bbox": [ + 184, + 328, + 424, + 342.0 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 184, + 342.0, + 424, + 356.0 + ], + "spans": [], + "index": 16 + }, + { + "bbox": [ + 184, + 356.0, + 424, + 370.0 + ], + "spans": [], + "index": 17 + } + ] + } + ], + "index": 15.0 + }, + { + "type": "table", + "bbox": [ + 116, + 425, + 496, + 512 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 258, + 401, + 352, + 413 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 257, + 400, + 353, + 414 + ], + "spans": [ + { + "bbox": [ + 257, + 400, + 353, + 414 + ], + "score": 1.0, + "content": "Table 4: Edge features.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 18 + }, + { + "type": "table_body", + "bbox": [ + 116, + 425, + 496, + 512 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 116, + 425, + 496, + 512 + ], + "spans": [ + { + "bbox": [ + 116, + 425, + 496, + 512 + ], + "score": 0.906, + "html": "
FeatureData TypeDimension
kindone-hot (indicating whether e is in Ebond,Eangle,or Edihedral)3
stereo chemistryone-hot (E,Z,Any,None, and N/A)5
typeinteger (single, double, triple or N/A)1
is aromaticbinary1
is conjugatedbinary1
is in ring of sizeone-hot (3,4,...,9) and N/A8
", + "type": "table", + "image_path": "fb0acd7c9379ea76c3ccaec9d8ecacbf5f6bdd2b6892ea6826fb0e5c5149c7eb.jpg" + } + ] + } + ], + "index": 20, + "virtual_lines": [ + { + "bbox": [ + 116, + 425, + 496, + 454.0 + ], + "spans": [], + "index": 19 + }, + { + "bbox": [ + 116, + 454.0, + 496, + 483.0 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 116, + 483.0, + 496, + 512.0 + ], + "spans": [], + "index": 21 + } + ] + } + ], + "index": 19.0 + }, + { + "type": "title", + "bbox": [ + 108, + 536, + 246, + 548 + ], + "lines": [ + { + "bbox": [ + 106, + 536, + 247, + 548 + ], + "spans": [ + { + "bbox": [ + 106, + 536, + 247, + 548 + ], + "score": 1.0, + "content": "A.1.3 MODEL ARCHITECTURE", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 22 + }, + { + "type": "text", + "bbox": [ + 106, + 556, + 503, + 578 + ], + "lines": [ + { + "bbox": [ + 106, + 555, + 505, + 569 + ], + "spans": [ + { + "bbox": [ + 106, + 555, + 505, + 569 + ], + "score": 1.0, + "content": "The full model is available online https://figshare.com/s/1b42bf865bd78c457354.", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 567, + 353, + 579 + ], + "spans": [ + { + "bbox": [ + 105, + 567, + 353, + 579 + ], + "score": 1.0, + "content": "In following, the hyperparameters of our model are specified:", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 23.5 + }, + { + "type": "text", + "bbox": [ + 107, + 583, + 505, + 642 + ], + "lines": [ + { + "bbox": [ + 105, + 583, + 505, + 596 + ], + "spans": [ + { + "bbox": [ + 105, + 583, + 273, + 596 + ], + "score": 1.0, + "content": "Activations throughout this paper: ReLU;", + "type": "text" + }, + { + "bbox": [ + 273, + 584, + 285, + 595 + ], + "score": 0.86, + "content": "L _ { v }", + "type": "inline_equation" + }, + { + "bbox": [ + 286, + 583, + 289, + 596 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 289, + 584, + 301, + 595 + ], + "score": 0.84, + "content": "L _ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 302, + 583, + 321, + 596 + ], + "score": 1.0, + "content": ": 10;", + "type": "text" + }, + { + "bbox": [ + 321, + 584, + 345, + 596 + ], + "score": 0.88, + "content": "F _ { \\mathrm { e n c } , v }", + "type": "inline_equation" + }, + { + "bbox": [ + 345, + 583, + 505, + 596 + ], + "score": 1.0, + "content": ": neural network with depth 2, width 20;", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 594, + 506, + 609 + ], + "spans": [ + { + "bbox": [ + 106, + 595, + 130, + 607 + ], + "score": 0.9, + "content": "F _ { \\mathrm { e n c } , e }", + "type": "inline_equation" + }, + { + "bbox": [ + 131, + 594, + 297, + 609 + ], + "score": 1.0, + "content": ": neural network with depth 3, width 60;", + "type": "text" + }, + { + "bbox": [ + 298, + 596, + 322, + 608 + ], + "score": 0.84, + "content": "F _ { \\mathrm { d e c } , v }", + "type": "inline_equation" + }, + { + "bbox": [ + 322, + 594, + 326, + 609 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 326, + 596, + 350, + 608 + ], + "score": 0.87, + "content": "F _ { \\mathrm { d e c } , e }", + "type": "inline_equation" + }, + { + "bbox": [ + 351, + 594, + 506, + 609 + ], + "score": 1.0, + "content": ": neural networks with depth 2, width", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 104, + 604, + 507, + 624 + ], + "spans": [ + { + "bbox": [ + 104, + 606, + 168, + 621 + ], + "score": 1.0, + "content": "70; {MP(t) }T", + "type": "text" + }, + { + "bbox": [ + 172, + 604, + 223, + 621 + ], + "score": 1.0, + "content": ", {MP(t) }T", + "type": "text" + }, + { + "bbox": [ + 189, + 605, + 507, + 624 + ], + "score": 1.0, + "content": "dec t=1: MPNN width depth 1 and three multi-head attention heads, T = 3,", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 619, + 506, + 633 + ], + "spans": [ + { + "bbox": [ + 105, + 619, + 432, + 633 + ], + "score": 1.0, + "content": "for node and edge updates neural networks with depth 2, and width 70 were used.", + "type": "text" + }, + { + "bbox": [ + 432, + 621, + 450, + 631 + ], + "score": 0.85, + "content": "R _ { \\mathrm { e n c } }", + "type": "inline_equation" + }, + { + "bbox": [ + 451, + 619, + 454, + 633 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 454, + 621, + 473, + 631 + ], + "score": 0.87, + "content": "R _ { \\mathrm { d e c } }", + "type": "inline_equation" + }, + { + "bbox": [ + 473, + 619, + 506, + 633 + ], + "score": 1.0, + "content": ": neural", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 631, + 370, + 643 + ], + "spans": [ + { + "bbox": [ + 106, + 631, + 370, + 643 + ], + "score": 1.0, + "content": "networks with depth 2, width 70. Batch size: 16 (conformations);", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 27 + }, + { + "type": "title", + "bbox": [ + 108, + 657, + 248, + 669 + ], + "lines": [ + { + "bbox": [ + 106, + 657, + 249, + 670 + ], + "spans": [ + { + "bbox": [ + 106, + 657, + 249, + 670 + ], + "score": 1.0, + "content": "A.2 COMPUTATIONAL DETAILS", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 30 + }, + { + "type": "title", + "bbox": [ + 107, + 678, + 308, + 690 + ], + "lines": [ + { + "bbox": [ + 106, + 678, + 309, + 691 + ], + "spans": [ + { + "bbox": [ + 106, + 678, + 309, + 691 + ], + "score": 1.0, + "content": "A.2.1 QUANTUM-CHEMICAL CALCULATIONS", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 31 + }, + { + "type": "text", + "bbox": [ + 108, + 699, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 698, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 106, + 698, + 506, + 712 + ], + "score": 1.0, + "content": "All quantum-chemical calculations were carried out with the PySCF program package (version 1.5)", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 709, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 709, + 506, + 722 + ], + "score": 1.0, + "content": "(Sun et al., 2018) employing the exchange-correlation density functional PBE (Perdew et al., 1996),", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 721, + 400, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 400, + 733 + ], + "score": 1.0, + "content": "and the def2-SVP (Weigend & Ahlrichs, 2005; Weigend, 2006) basis set.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 33 + } + ], + "page_idx": 12, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 107, + 26, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 107, + 26, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2020", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 301, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 298, + 750, + 312, + 763 + ], + "spans": [ + { + "bbox": [ + 298, + 750, + 312, + 763 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 13, + "width": 14 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "title", + "bbox": [ + 108, + 81, + 182, + 93 + ], + "lines": [ + { + "bbox": [ + 105, + 79, + 185, + 97 + ], + "spans": [ + { + "bbox": [ + 105, + 79, + 185, + 97 + ], + "score": 1.0, + "content": "A APPENDIX", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "title", + "bbox": [ + 108, + 106, + 228, + 118 + ], + "lines": [ + { + "bbox": [ + 106, + 106, + 230, + 119 + ], + "spans": [ + { + "bbox": [ + 106, + 106, + 230, + 119 + ], + "score": 1.0, + "content": "A.1 CONF17 BENCHMARK", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 1 + }, + { + "type": "title", + "bbox": [ + 108, + 128, + 225, + 139 + ], + "lines": [ + { + "bbox": [ + 106, + 128, + 226, + 141 + ], + "spans": [ + { + "bbox": [ + 106, + 128, + 226, + 141 + ], + "score": 1.0, + "content": "A.1.1 DATA GENERATION", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 2 + }, + { + "type": "text", + "bbox": [ + 107, + 147, + 505, + 247 + ], + "lines": [ + { + "bbox": [ + 106, + 147, + 505, + 160 + ], + "spans": [ + { + "bbox": [ + 106, + 147, + 505, + 160 + ], + "score": 1.0, + "content": "The ISO17 dataset (Schutt et al., 2017a) was processed in the following way. First, conformations ¨", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 159, + 505, + 171 + ], + "spans": [ + { + "bbox": [ + 106, + 159, + 505, + 171 + ], + "score": 1.0, + "content": "in which the molecular connectivity was modified (i.e., bonds were broken or new ones are formed)", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 169, + 505, + 183 + ], + "spans": [ + { + "bbox": [ + 106, + 169, + 505, + 183 + ], + "score": 1.0, + "content": "were discarded. For this, the tool XYZ2MOL (Jensen, 2019) was employed. Second, the molecular", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 180, + 505, + 195 + ], + "spans": [ + { + "bbox": [ + 105, + 180, + 505, + 195 + ], + "score": 1.0, + "content": "graphs were augmented by adding auxiliary edges for reasons described in Section 2.1. Auxiliary", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 192, + 505, + 204 + ], + "spans": [ + { + "bbox": [ + 106, + 192, + 505, + 204 + ], + "score": 1.0, + "content": "edges between all second neighbors were added. This can lead to a slight over-specification of the", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 203, + 505, + 216 + ], + "spans": [ + { + "bbox": [ + 106, + 203, + 505, + 216 + ], + "score": 1.0, + "content": "system’s geometry, however, this did not pose a problem in our experiments. In addition, auxiliary", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 213, + 505, + 228 + ], + "spans": [ + { + "bbox": [ + 105, + 213, + 505, + 228 + ], + "score": 1.0, + "content": "edges between third neighbors were added to fix dihedral angles. Since there are potentially many", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 225, + 505, + 237 + ], + "spans": [ + { + "bbox": [ + 105, + 225, + 505, + 237 + ], + "score": 1.0, + "content": "ways of specifying a dihedral angle in a molecular system, we resorted to the works of Riniker &", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 235, + 492, + 249 + ], + "spans": [ + { + "bbox": [ + 105, + 235, + 492, + 249 + ], + "score": 1.0, + "content": "Landrum (2015) and Guba et al. (2016) to decide where to place edges between third neighbors.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 7, + "bbox_fs": [ + 105, + 147, + 505, + 249 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 261, + 216, + 272 + ], + "lines": [ + { + "bbox": [ + 106, + 261, + 217, + 273 + ], + "spans": [ + { + "bbox": [ + 106, + 261, + 217, + 273 + ], + "score": 1.0, + "content": "A.1.2 INPUT FEATURES", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 12 + }, + { + "type": "text", + "bbox": [ + 107, + 280, + 387, + 292 + ], + "lines": [ + { + "bbox": [ + 106, + 280, + 388, + 293 + ], + "spans": [ + { + "bbox": [ + 106, + 280, + 388, + 293 + ], + "score": 1.0, + "content": "Below we list the node and edges features in the CONF17 benchmark.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 13, + "bbox_fs": [ + 106, + 280, + 388, + 293 + ] + }, + { + "type": "table", + "bbox": [ + 184, + 328, + 424, + 370 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 258, + 305, + 352, + 316 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 257, + 304, + 354, + 317 + ], + "spans": [ + { + "bbox": [ + 257, + 304, + 354, + 317 + ], + "score": 1.0, + "content": "Table 3: Node features.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 14 + }, + { + "type": "table_body", + "bbox": [ + 184, + 328, + 424, + 370 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 184, + 328, + 424, + 370 + ], + "spans": [ + { + "bbox": [ + 184, + 328, + 424, + 370 + ], + "score": 0.827, + "html": "
FeatureData TypeDimension
atomic numberinteger1
chiral tagone-hot (R, S,and N/A)3
", + "type": "table", + "image_path": "6cc45a2dc156f39e2d8557d3cd25a25765682fea3ba914e5518419e42a8c79e1.jpg" + } + ] + } + ], + "index": 16, + "virtual_lines": [ + { + "bbox": [ + 184, + 328, + 424, + 342.0 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 184, + 342.0, + 424, + 356.0 + ], + "spans": [], + "index": 16 + }, + { + "bbox": [ + 184, + 356.0, + 424, + 370.0 + ], + "spans": [], + "index": 17 + } + ] + } + ], + "index": 15.0 + }, + { + "type": "table", + "bbox": [ + 116, + 425, + 496, + 512 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 258, + 401, + 352, + 413 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 257, + 400, + 353, + 414 + ], + "spans": [ + { + "bbox": [ + 257, + 400, + 353, + 414 + ], + "score": 1.0, + "content": "Table 4: Edge features.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 18 + }, + { + "type": "table_body", + "bbox": [ + 116, + 425, + 496, + 512 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 116, + 425, + 496, + 512 + ], + "spans": [ + { + "bbox": [ + 116, + 425, + 496, + 512 + ], + "score": 0.906, + "html": "
FeatureData TypeDimension
kindone-hot (indicating whether e is in Ebond,Eangle,or Edihedral)3
stereo chemistryone-hot (E,Z,Any,None, and N/A)5
typeinteger (single, double, triple or N/A)1
is aromaticbinary1
is conjugatedbinary1
is in ring of sizeone-hot (3,4,...,9) and N/A8
", + "type": "table", + "image_path": "fb0acd7c9379ea76c3ccaec9d8ecacbf5f6bdd2b6892ea6826fb0e5c5149c7eb.jpg" + } + ] + } + ], + "index": 20, + "virtual_lines": [ + { + "bbox": [ + 116, + 425, + 496, + 454.0 + ], + "spans": [], + "index": 19 + }, + { + "bbox": [ + 116, + 454.0, + 496, + 483.0 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 116, + 483.0, + 496, + 512.0 + ], + "spans": [], + "index": 21 + } + ] + } + ], + "index": 19.0 + }, + { + "type": "title", + "bbox": [ + 108, + 536, + 246, + 548 + ], + "lines": [ + { + "bbox": [ + 106, + 536, + 247, + 548 + ], + "spans": [ + { + "bbox": [ + 106, + 536, + 247, + 548 + ], + "score": 1.0, + "content": "A.1.3 MODEL ARCHITECTURE", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 22 + }, + { + "type": "text", + "bbox": [ + 106, + 556, + 503, + 578 + ], + "lines": [ + { + "bbox": [ + 106, + 555, + 505, + 569 + ], + "spans": [ + { + "bbox": [ + 106, + 555, + 505, + 569 + ], + "score": 1.0, + "content": "The full model is available online https://figshare.com/s/1b42bf865bd78c457354.", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 567, + 353, + 579 + ], + "spans": [ + { + "bbox": [ + 105, + 567, + 353, + 579 + ], + "score": 1.0, + "content": "In following, the hyperparameters of our model are specified:", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 23.5, + "bbox_fs": [ + 105, + 555, + 505, + 579 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 583, + 505, + 642 + ], + "lines": [ + { + "bbox": [ + 105, + 583, + 505, + 596 + ], + "spans": [ + { + "bbox": [ + 105, + 583, + 273, + 596 + ], + "score": 1.0, + "content": "Activations throughout this paper: ReLU;", + "type": "text" + }, + { + "bbox": [ + 273, + 584, + 285, + 595 + ], + "score": 0.86, + "content": "L _ { v }", + "type": "inline_equation" + }, + { + "bbox": [ + 286, + 583, + 289, + 596 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 289, + 584, + 301, + 595 + ], + "score": 0.84, + "content": "L _ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 302, + 583, + 321, + 596 + ], + "score": 1.0, + "content": ": 10;", + "type": "text" + }, + { + "bbox": [ + 321, + 584, + 345, + 596 + ], + "score": 0.88, + "content": "F _ { \\mathrm { e n c } , v }", + "type": "inline_equation" + }, + { + "bbox": [ + 345, + 583, + 505, + 596 + ], + "score": 1.0, + "content": ": neural network with depth 2, width 20;", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 594, + 506, + 609 + ], + "spans": [ + { + "bbox": [ + 106, + 595, + 130, + 607 + ], + "score": 0.9, + "content": "F _ { \\mathrm { e n c } , e }", + "type": "inline_equation" + }, + { + "bbox": [ + 131, + 594, + 297, + 609 + ], + "score": 1.0, + "content": ": neural network with depth 3, width 60;", + "type": "text" + }, + { + "bbox": [ + 298, + 596, + 322, + 608 + ], + "score": 0.84, + "content": "F _ { \\mathrm { d e c } , v }", + "type": "inline_equation" + }, + { + "bbox": [ + 322, + 594, + 326, + 609 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 326, + 596, + 350, + 608 + ], + "score": 0.87, + "content": "F _ { \\mathrm { d e c } , e }", + "type": "inline_equation" + }, + { + "bbox": [ + 351, + 594, + 506, + 609 + ], + "score": 1.0, + "content": ": neural networks with depth 2, width", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 104, + 604, + 507, + 624 + ], + "spans": [ + { + "bbox": [ + 104, + 606, + 168, + 621 + ], + "score": 1.0, + "content": "70; {MP(t) }T", + "type": "text" + }, + { + "bbox": [ + 172, + 604, + 223, + 621 + ], + "score": 1.0, + "content": ", {MP(t) }T", + "type": "text" + }, + { + "bbox": [ + 189, + 605, + 507, + 624 + ], + "score": 1.0, + "content": "dec t=1: MPNN width depth 1 and three multi-head attention heads, T = 3,", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 619, + 506, + 633 + ], + "spans": [ + { + "bbox": [ + 105, + 619, + 432, + 633 + ], + "score": 1.0, + "content": "for node and edge updates neural networks with depth 2, and width 70 were used.", + "type": "text" + }, + { + "bbox": [ + 432, + 621, + 450, + 631 + ], + "score": 0.85, + "content": "R _ { \\mathrm { e n c } }", + "type": "inline_equation" + }, + { + "bbox": [ + 451, + 619, + 454, + 633 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 454, + 621, + 473, + 631 + ], + "score": 0.87, + "content": "R _ { \\mathrm { d e c } }", + "type": "inline_equation" + }, + { + "bbox": [ + 473, + 619, + 506, + 633 + ], + "score": 1.0, + "content": ": neural", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 631, + 370, + 643 + ], + "spans": [ + { + "bbox": [ + 106, + 631, + 370, + 643 + ], + "score": 1.0, + "content": "networks with depth 2, width 70. Batch size: 16 (conformations);", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 27, + "bbox_fs": [ + 104, + 583, + 507, + 643 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 657, + 248, + 669 + ], + "lines": [ + { + "bbox": [ + 106, + 657, + 249, + 670 + ], + "spans": [ + { + "bbox": [ + 106, + 657, + 249, + 670 + ], + "score": 1.0, + "content": "A.2 COMPUTATIONAL DETAILS", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 30 + }, + { + "type": "title", + "bbox": [ + 107, + 678, + 308, + 690 + ], + "lines": [ + { + "bbox": [ + 106, + 678, + 309, + 691 + ], + "spans": [ + { + "bbox": [ + 106, + 678, + 309, + 691 + ], + "score": 1.0, + "content": "A.2.1 QUANTUM-CHEMICAL CALCULATIONS", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 31 + }, + { + "type": "text", + "bbox": [ + 108, + 699, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 698, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 106, + 698, + 506, + 712 + ], + "score": 1.0, + "content": "All quantum-chemical calculations were carried out with the PySCF program package (version 1.5)", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 709, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 709, + 506, + 722 + ], + "score": 1.0, + "content": "(Sun et al., 2018) employing the exchange-correlation density functional PBE (Perdew et al., 1996),", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 721, + 400, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 400, + 733 + ], + "score": 1.0, + "content": "and the def2-SVP (Weigend & Ahlrichs, 2005; Weigend, 2006) basis set.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 33, + "bbox_fs": [ + 106, + 698, + 506, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 504, + 116 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "Conformations generated by DL4CHEM did not succeed as some atoms were too close to each other.", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 391, + 106 + ], + "score": 1.0, + "content": "Self-consistent field algorithms in quantum-chemical software such as", + "type": "text" + }, + { + "bbox": [ + 391, + 95, + 423, + 105 + ], + "score": 0.28, + "content": "\\operatorname { P y } \\operatorname { S C F }", + "type": "inline_equation" + }, + { + "bbox": [ + 423, + 93, + 505, + 106 + ], + "score": 1.0, + "content": "do not converge for", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 104, + 213, + 117 + ], + "spans": [ + { + "bbox": [ + 106, + 104, + 213, + 117 + ], + "score": 1.0, + "content": "such molecular structures.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1 + }, + { + "type": "text", + "bbox": [ + 107, + 121, + 505, + 166 + ], + "lines": [ + { + "bbox": [ + 105, + 120, + 505, + 134 + ], + "spans": [ + { + "bbox": [ + 105, + 120, + 505, + 134 + ], + "score": 1.0, + "content": "With quantum-chemical methods, we calculate several properties that concern the states of the elec-", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 132, + 505, + 145 + ], + "spans": [ + { + "bbox": [ + 105, + 132, + 364, + 145 + ], + "score": 1.0, + "content": "trons in the conformation. These are the total electronic energy", + "type": "text" + }, + { + "bbox": [ + 365, + 132, + 384, + 144 + ], + "score": 0.93, + "content": "E _ { \\mathrm { e l e c } }", + "type": "inline_equation" + }, + { + "bbox": [ + 385, + 132, + 505, + 145 + ], + "score": 1.0, + "content": ", the energy of the electron in", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 143, + 506, + 156 + ], + "spans": [ + { + "bbox": [ + 105, + 143, + 506, + 156 + ], + "score": 1.0, + "content": "the highest occupied molecular orbital (HOMO in eV) \u000fHOMO, the energy of the lowest unoccupied", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 154, + 467, + 167 + ], + "spans": [ + { + "bbox": [ + 105, + 154, + 413, + 167 + ], + "score": 1.0, + "content": "molecular orbital (LUMO in eV) \u000fLUMO, and the norm of the dipole moment", + "type": "text" + }, + { + "bbox": [ + 413, + 156, + 421, + 166 + ], + "score": 0.8, + "content": "\\mu", + "type": "inline_equation" + }, + { + "bbox": [ + 421, + 154, + 467, + 167 + ], + "score": 1.0, + "content": "(in debye).", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 4.5 + }, + { + "type": "title", + "bbox": [ + 108, + 198, + 291, + 210 + ], + "lines": [ + { + "bbox": [ + 106, + 198, + 293, + 211 + ], + "spans": [ + { + "bbox": [ + 106, + 198, + 293, + 211 + ], + "score": 1.0, + "content": "A.2.2 EUCLIDEAN DISTANCE GEOMETRY", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 7 + }, + { + "type": "text", + "bbox": [ + 107, + 225, + 504, + 248 + ], + "lines": [ + { + "bbox": [ + 106, + 225, + 505, + 239 + ], + "spans": [ + { + "bbox": [ + 106, + 225, + 505, + 239 + ], + "score": 1.0, + "content": "We refer the reader to Havel (2002) for theory on EDG, algorithms, and chemical applications. In", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 236, + 376, + 250 + ], + "spans": [ + { + "bbox": [ + 105, + 236, + 376, + 250 + ], + "score": 1.0, + "content": "summary, the EDG procedure consists of the following three steps:", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8.5 + }, + { + "type": "text", + "bbox": [ + 127, + 266, + 506, + 377 + ], + "lines": [ + { + "bbox": [ + 129, + 266, + 505, + 280 + ], + "spans": [ + { + "bbox": [ + 129, + 266, + 505, + 280 + ], + "score": 1.0, + "content": "1. Bound smoothing: extrapolating a complete set of lower and upper limits on all the dis-", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 141, + 278, + 359, + 290 + ], + "spans": [ + { + "bbox": [ + 141, + 278, + 359, + 290 + ], + "score": 1.0, + "content": "tances from the sparse set of lower and upper bounds.", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 128, + 309, + 505, + 324 + ], + "spans": [ + { + "bbox": [ + 128, + 309, + 505, + 324 + ], + "score": 1.0, + "content": "2. Embedding: choosing a random distance matrix from within these limits, and computing", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 142, + 321, + 356, + 333 + ], + "spans": [ + { + "bbox": [ + 142, + 321, + 356, + 333 + ], + "score": 1.0, + "content": "coordinates that are a certain best-fit to the distances.", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 128, + 354, + 505, + 367 + ], + "spans": [ + { + "bbox": [ + 128, + 354, + 505, + 367 + ], + "score": 1.0, + "content": "3. Optimization: optimizing these coordinates versus an error function which measures the", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 141, + 365, + 367, + 378 + ], + "spans": [ + { + "bbox": [ + 141, + 365, + 367, + 378 + ], + "score": 1.0, + "content": "total violation of the distance (and chirality) constraints.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 12.5 + }, + { + "type": "text", + "bbox": [ + 108, + 395, + 503, + 407 + ], + "lines": [ + { + "bbox": [ + 105, + 393, + 505, + 410 + ], + "spans": [ + { + "bbox": [ + 105, + 393, + 505, + 410 + ], + "score": 1.0, + "content": "We use the EDG implementation found in RDKIT (Riniker & Landrum, 2015) with default settings.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16 + }, + { + "type": "text", + "bbox": [ + 107, + 441, + 282, + 452 + ], + "lines": [ + { + "bbox": [ + 106, + 441, + 283, + 453 + ], + "spans": [ + { + "bbox": [ + 106, + 441, + 283, + 453 + ], + "score": 1.0, + "content": "A.3 GENERATION OF CONFORMATIONS", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17 + }, + { + "type": "image", + "bbox": [ + 194, + 489, + 412, + 606 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 194, + 489, + 412, + 606 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 194, + 489, + 412, + 606 + ], + "spans": [ + { + "bbox": [ + 194, + 489, + 412, + 606 + ], + "score": 0.928, + "type": "image", + "image_path": "27951cf926cc9a59c011227fdb3757047860bb4f10db180e980c1c7f56c2a9fb.jpg" + } + ] + } + ], + "index": 22, + "virtual_lines": [ + { + "bbox": [ + 194, + 489, + 412, + 502.0 + ], + "spans": [], + "index": 18 + }, + { + "bbox": [ + 194, + 502.0, + 412, + 515.0 + ], + "spans": [], + "index": 19 + }, + { + "bbox": [ + 194, + 515.0, + 412, + 528.0 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 194, + 528.0, + 412, + 541.0 + ], + "spans": [], + "index": 21 + }, + { + "bbox": [ + 194, + 541.0, + 412, + 554.0 + ], + "spans": [], + "index": 22 + }, + { + "bbox": [ + 194, + 554.0, + 412, + 567.0 + ], + "spans": [], + "index": 23 + }, + { + "bbox": [ + 194, + 567.0, + 412, + 580.0 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 194, + 580.0, + 412, + 593.0 + ], + "spans": [], + "index": 25 + }, + { + "bbox": [ + 194, + 593.0, + 412, + 606.0 + ], + "spans": [], + "index": 26 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 107, + 614, + 505, + 648 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 614, + 505, + 627 + ], + "spans": [ + { + "bbox": [ + 105, + 614, + 505, + 627 + ], + "score": 1.0, + "content": "Figure 7: Overlay of 50 conformations from the ground-truth, RDKIT, DL4CHEM, and GRAPHDG", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 625, + 505, + 638 + ], + "spans": [ + { + "bbox": [ + 105, + 625, + 505, + 638 + ], + "score": 1.0, + "content": "based on two random molecular graphs from the test set. C, O, and H atoms are colored gray, red,", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 636, + 202, + 650 + ], + "spans": [ + { + "bbox": [ + 105, + 636, + 202, + 650 + ], + "score": 1.0, + "content": "and white, respectively.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28 + } + ], + "index": 25.0 + }, + { + "type": "title", + "bbox": [ + 108, + 691, + 279, + 703 + ], + "lines": [ + { + "bbox": [ + 106, + 692, + 280, + 704 + ], + "spans": [ + { + "bbox": [ + 106, + 692, + 280, + 704 + ], + "score": 1.0, + "content": "A.4 DISTRIBUTIONS OVER DISTANCES", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 30 + }, + { + "type": "text", + "bbox": [ + 103, + 720, + 483, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 719, + 483, + 734 + ], + "spans": [ + { + "bbox": [ + 106, + 719, + 483, + 734 + ], + "score": 1.0, + "content": "Below, the marginal distributions of the distances for a variety of molecular graphs are shown.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 31 + } + ], + "page_idx": 13, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 107, + 26, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 107, + 26, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2020", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 313, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 313, + 764 + ], + "score": 1.0, + "content": "14", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 504, + 116 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "Conformations generated by DL4CHEM did not succeed as some atoms were too close to each other.", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 391, + 106 + ], + "score": 1.0, + "content": "Self-consistent field algorithms in quantum-chemical software such as", + "type": "text" + }, + { + "bbox": [ + 391, + 95, + 423, + 105 + ], + "score": 0.28, + "content": "\\operatorname { P y } \\operatorname { S C F }", + "type": "inline_equation" + }, + { + "bbox": [ + 423, + 93, + 505, + 106 + ], + "score": 1.0, + "content": "do not converge for", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 104, + 213, + 117 + ], + "spans": [ + { + "bbox": [ + 106, + 104, + 213, + 117 + ], + "score": 1.0, + "content": "such molecular structures.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1, + "bbox_fs": [ + 105, + 82, + 505, + 117 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 121, + 505, + 166 + ], + "lines": [ + { + "bbox": [ + 105, + 120, + 505, + 134 + ], + "spans": [ + { + "bbox": [ + 105, + 120, + 505, + 134 + ], + "score": 1.0, + "content": "With quantum-chemical methods, we calculate several properties that concern the states of the elec-", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 132, + 505, + 145 + ], + "spans": [ + { + "bbox": [ + 105, + 132, + 364, + 145 + ], + "score": 1.0, + "content": "trons in the conformation. These are the total electronic energy", + "type": "text" + }, + { + "bbox": [ + 365, + 132, + 384, + 144 + ], + "score": 0.93, + "content": "E _ { \\mathrm { e l e c } }", + "type": "inline_equation" + }, + { + "bbox": [ + 385, + 132, + 505, + 145 + ], + "score": 1.0, + "content": ", the energy of the electron in", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 143, + 506, + 156 + ], + "spans": [ + { + "bbox": [ + 105, + 143, + 506, + 156 + ], + "score": 1.0, + "content": "the highest occupied molecular orbital (HOMO in eV) \u000fHOMO, the energy of the lowest unoccupied", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 154, + 467, + 167 + ], + "spans": [ + { + "bbox": [ + 105, + 154, + 413, + 167 + ], + "score": 1.0, + "content": "molecular orbital (LUMO in eV) \u000fLUMO, and the norm of the dipole moment", + "type": "text" + }, + { + "bbox": [ + 413, + 156, + 421, + 166 + ], + "score": 0.8, + "content": "\\mu", + "type": "inline_equation" + }, + { + "bbox": [ + 421, + 154, + 467, + 167 + ], + "score": 1.0, + "content": "(in debye).", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 4.5, + "bbox_fs": [ + 105, + 120, + 506, + 167 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 198, + 291, + 210 + ], + "lines": [ + { + "bbox": [ + 106, + 198, + 293, + 211 + ], + "spans": [ + { + "bbox": [ + 106, + 198, + 293, + 211 + ], + "score": 1.0, + "content": "A.2.2 EUCLIDEAN DISTANCE GEOMETRY", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 7 + }, + { + "type": "text", + "bbox": [ + 107, + 225, + 504, + 248 + ], + "lines": [ + { + "bbox": [ + 106, + 225, + 505, + 239 + ], + "spans": [ + { + "bbox": [ + 106, + 225, + 505, + 239 + ], + "score": 1.0, + "content": "We refer the reader to Havel (2002) for theory on EDG, algorithms, and chemical applications. In", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 236, + 376, + 250 + ], + "spans": [ + { + "bbox": [ + 105, + 236, + 376, + 250 + ], + "score": 1.0, + "content": "summary, the EDG procedure consists of the following three steps:", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8.5, + "bbox_fs": [ + 105, + 225, + 505, + 250 + ] + }, + { + "type": "list", + "bbox": [ + 127, + 266, + 506, + 377 + ], + "lines": [ + { + "bbox": [ + 129, + 266, + 505, + 280 + ], + "spans": [ + { + "bbox": [ + 129, + 266, + 505, + 280 + ], + "score": 1.0, + "content": "1. Bound smoothing: extrapolating a complete set of lower and upper limits on all the dis-", + "type": "text" + } + ], + "index": 10, + "is_list_start_line": true + }, + { + "bbox": [ + 141, + 278, + 359, + 290 + ], + "spans": [ + { + "bbox": [ + 141, + 278, + 359, + 290 + ], + "score": 1.0, + "content": "tances from the sparse set of lower and upper bounds.", + "type": "text" + } + ], + "index": 11, + "is_list_end_line": true + }, + { + "bbox": [ + 128, + 309, + 505, + 324 + ], + "spans": [ + { + "bbox": [ + 128, + 309, + 505, + 324 + ], + "score": 1.0, + "content": "2. Embedding: choosing a random distance matrix from within these limits, and computing", + "type": "text" + } + ], + "index": 12, + "is_list_start_line": true + }, + { + "bbox": [ + 142, + 321, + 356, + 333 + ], + "spans": [ + { + "bbox": [ + 142, + 321, + 356, + 333 + ], + "score": 1.0, + "content": "coordinates that are a certain best-fit to the distances.", + "type": "text" + } + ], + "index": 13, + "is_list_end_line": true + }, + { + "bbox": [ + 128, + 354, + 505, + 367 + ], + "spans": [ + { + "bbox": [ + 128, + 354, + 505, + 367 + ], + "score": 1.0, + "content": "3. Optimization: optimizing these coordinates versus an error function which measures the", + "type": "text" + } + ], + "index": 14, + "is_list_start_line": true + }, + { + "bbox": [ + 141, + 365, + 367, + 378 + ], + "spans": [ + { + "bbox": [ + 141, + 365, + 367, + 378 + ], + "score": 1.0, + "content": "total violation of the distance (and chirality) constraints.", + "type": "text" + } + ], + "index": 15, + "is_list_end_line": true + } + ], + "index": 12.5, + "bbox_fs": [ + 128, + 266, + 505, + 378 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 395, + 503, + 407 + ], + "lines": [ + { + "bbox": [ + 105, + 393, + 505, + 410 + ], + "spans": [ + { + "bbox": [ + 105, + 393, + 505, + 410 + ], + "score": 1.0, + "content": "We use the EDG implementation found in RDKIT (Riniker & Landrum, 2015) with default settings.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16, + "bbox_fs": [ + 105, + 393, + 505, + 410 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 441, + 282, + 452 + ], + "lines": [ + { + "bbox": [ + 106, + 441, + 283, + 453 + ], + "spans": [ + { + "bbox": [ + 106, + 441, + 283, + 453 + ], + "score": 1.0, + "content": "A.3 GENERATION OF CONFORMATIONS", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17, + "bbox_fs": [ + 106, + 441, + 283, + 453 + ] + }, + { + "type": "image", + "bbox": [ + 194, + 489, + 412, + 606 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 194, + 489, + 412, + 606 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 194, + 489, + 412, + 606 + ], + "spans": [ + { + "bbox": [ + 194, + 489, + 412, + 606 + ], + "score": 0.928, + "type": "image", + "image_path": "27951cf926cc9a59c011227fdb3757047860bb4f10db180e980c1c7f56c2a9fb.jpg" + } + ] + } + ], + "index": 22, + "virtual_lines": [ + { + "bbox": [ + 194, + 489, + 412, + 502.0 + ], + "spans": [], + "index": 18 + }, + { + "bbox": [ + 194, + 502.0, + 412, + 515.0 + ], + "spans": [], + "index": 19 + }, + { + "bbox": [ + 194, + 515.0, + 412, + 528.0 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 194, + 528.0, + 412, + 541.0 + ], + "spans": [], + "index": 21 + }, + { + "bbox": [ + 194, + 541.0, + 412, + 554.0 + ], + "spans": [], + "index": 22 + }, + { + "bbox": [ + 194, + 554.0, + 412, + 567.0 + ], + "spans": [], + "index": 23 + }, + { + "bbox": [ + 194, + 567.0, + 412, + 580.0 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 194, + 580.0, + 412, + 593.0 + ], + "spans": [], + "index": 25 + }, + { + "bbox": [ + 194, + 593.0, + 412, + 606.0 + ], + "spans": [], + "index": 26 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 107, + 614, + 505, + 648 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 614, + 505, + 627 + ], + "spans": [ + { + "bbox": [ + 105, + 614, + 505, + 627 + ], + "score": 1.0, + "content": "Figure 7: Overlay of 50 conformations from the ground-truth, RDKIT, DL4CHEM, and GRAPHDG", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 625, + 505, + 638 + ], + "spans": [ + { + "bbox": [ + 105, + 625, + 505, + 638 + ], + "score": 1.0, + "content": "based on two random molecular graphs from the test set. C, O, and H atoms are colored gray, red,", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 636, + 202, + 650 + ], + "spans": [ + { + "bbox": [ + 105, + 636, + 202, + 650 + ], + "score": 1.0, + "content": "and white, respectively.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28 + } + ], + "index": 25.0 + }, + { + "type": "title", + "bbox": [ + 108, + 691, + 279, + 703 + ], + "lines": [ + { + "bbox": [ + 106, + 692, + 280, + 704 + ], + "spans": [ + { + "bbox": [ + 106, + 692, + 280, + 704 + ], + "score": 1.0, + "content": "A.4 DISTRIBUTIONS OVER DISTANCES", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 30 + }, + { + "type": "text", + "bbox": [ + 103, + 720, + 483, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 719, + 483, + 734 + ], + "spans": [ + { + "bbox": [ + 106, + 719, + 483, + 734 + ], + "score": 1.0, + "content": "Below, the marginal distributions of the distances for a variety of molecular graphs are shown.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 31, + "bbox_fs": [ + 106, + 719, + 483, + 734 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 109, + 81, + 500, + 357 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 109, + 81, + 500, + 357 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 109, + 81, + 500, + 357 + ], + "spans": [ + { + "bbox": [ + 109, + 81, + 500, + 357 + ], + "score": 0.972, + "type": "image", + "image_path": "155b36793493760b7aa79975d8ddcff91c662022446556581190de48d5091e35.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 109, + 81, + 500, + 173.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 109, + 173.0, + 500, + 265.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 109, + 265.0, + 500, + 357.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 367, + 505, + 412 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 366, + 506, + 381 + ], + "spans": [ + { + "bbox": [ + 105, + 366, + 237, + 381 + ], + "score": 1.0, + "content": "Figure 8: Marginal distributions", + "type": "text" + }, + { + "bbox": [ + 238, + 367, + 271, + 380 + ], + "score": 0.93, + "content": "p ( d _ { k } | \\mathcal { G } )", + "type": "inline_equation" + }, + { + "bbox": [ + 272, + 366, + 506, + 381 + ], + "score": 1.0, + "content": "of ground-truth and predicted distances (in A) between C ˚", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 379, + 505, + 391 + ], + "spans": [ + { + "bbox": [ + 105, + 379, + 477, + 391 + ], + "score": 1.0, + "content": "and O atoms given a molecular graph from the test set. The atoms connected by each edge", + "type": "text" + }, + { + "bbox": [ + 477, + 379, + 489, + 389 + ], + "score": 0.88, + "content": "d _ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 489, + 379, + 505, + 391 + ], + "score": 1.0, + "content": "are", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 389, + 505, + 402 + ], + "spans": [ + { + "bbox": [ + 105, + 389, + 208, + 402 + ], + "score": 1.0, + "content": "indicated in each subplot", + "type": "text" + }, + { + "bbox": [ + 208, + 390, + 239, + 401 + ], + "score": 0.9, + "content": "\\left( \\boldsymbol { s } _ { k } \\mathrm { - } \\boldsymbol { r } _ { k } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 239, + 389, + 505, + 402 + ], + "score": 1.0, + "content": ". In the 3D structure of the molecule, carbon and oxygen atoms are", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 401, + 373, + 414 + ], + "spans": [ + { + "bbox": [ + 106, + 401, + 246, + 414 + ], + "score": 1.0, + "content": "colored gray and red, respectively.", + "type": "text" + }, + { + "bbox": [ + 246, + 401, + 255, + 411 + ], + "score": 0.25, + "content": "_ \\mathrm { H }", + "type": "inline_equation" + }, + { + "bbox": [ + 255, + 401, + 373, + 414 + ], + "score": 1.0, + "content": "atoms are omitted for clarity.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 4.5 + } + ], + "index": 2.75 + } + ], + "page_idx": 14, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 107, + 25, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 107, + 25, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2020", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 313, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 313, + 764 + ], + "score": 1.0, + "content": "15", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 109, + 81, + 500, + 357 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 109, + 81, + 500, + 357 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 109, + 81, + 500, + 357 + ], + "spans": [ + { + "bbox": [ + 109, + 81, + 500, + 357 + ], + "score": 0.972, + "type": "image", + "image_path": "155b36793493760b7aa79975d8ddcff91c662022446556581190de48d5091e35.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 109, + 81, + 500, + 173.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 109, + 173.0, + 500, + 265.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 109, + 265.0, + 500, + 357.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 367, + 505, + 412 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 366, + 506, + 381 + ], + "spans": [ + { + "bbox": [ + 105, + 366, + 237, + 381 + ], + "score": 1.0, + "content": "Figure 8: Marginal distributions", + "type": "text" + }, + { + "bbox": [ + 238, + 367, + 271, + 380 + ], + "score": 0.93, + "content": "p ( d _ { k } | \\mathcal { G } )", + "type": "inline_equation" + }, + { + "bbox": [ + 272, + 366, + 506, + 381 + ], + "score": 1.0, + "content": "of ground-truth and predicted distances (in A) between C ˚", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 379, + 505, + 391 + ], + "spans": [ + { + "bbox": [ + 105, + 379, + 477, + 391 + ], + "score": 1.0, + "content": "and O atoms given a molecular graph from the test set. The atoms connected by each edge", + "type": "text" + }, + { + "bbox": [ + 477, + 379, + 489, + 389 + ], + "score": 0.88, + "content": "d _ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 489, + 379, + 505, + 391 + ], + "score": 1.0, + "content": "are", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 389, + 505, + 402 + ], + "spans": [ + { + "bbox": [ + 105, + 389, + 208, + 402 + ], + "score": 1.0, + "content": "indicated in each subplot", + "type": "text" + }, + { + "bbox": [ + 208, + 390, + 239, + 401 + ], + "score": 0.9, + "content": "\\left( \\boldsymbol { s } _ { k } \\mathrm { - } \\boldsymbol { r } _ { k } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 239, + 389, + 505, + 402 + ], + "score": 1.0, + "content": ". In the 3D structure of the molecule, carbon and oxygen atoms are", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 401, + 373, + 414 + ], + "spans": [ + { + "bbox": [ + 106, + 401, + 246, + 414 + ], + "score": 1.0, + "content": "colored gray and red, respectively.", + "type": "text" + }, + { + "bbox": [ + 246, + 401, + 255, + 411 + ], + "score": 0.25, + "content": "_ \\mathrm { H }", + "type": "inline_equation" + }, + { + "bbox": [ + 255, + 401, + 373, + 414 + ], + "score": 1.0, + "content": "atoms are omitted for clarity.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 4.5 + } + ], + "index": 2.75 + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 115, + 182, + 501, + 563 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 115, + 182, + 501, + 563 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 115, + 182, + 501, + 563 + ], + "spans": [ + { + "bbox": [ + 115, + 182, + 501, + 563 + ], + "score": 0.97, + "type": "image", + "image_path": "e220b95757969ae8413448670537336f0a0200b2d7857d8c548541c7e3c21327.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 115, + 182, + 501, + 309.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 115, + 309.0, + 501, + 436.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 115, + 436.0, + 501, + 563.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 572, + 505, + 619 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 572, + 506, + 586 + ], + "spans": [ + { + "bbox": [ + 105, + 572, + 236, + 586 + ], + "score": 1.0, + "content": "Figure 9: Marginal distributions", + "type": "text" + }, + { + "bbox": [ + 237, + 572, + 282, + 585 + ], + "score": 0.94, + "content": "p ( d _ { i } , d _ { j } | \\mathcal { G } )", + "type": "inline_equation" + }, + { + "bbox": [ + 282, + 572, + 506, + 586 + ], + "score": 1.0, + "content": "of ground-truth and predicted distances for a molecular", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 584, + 506, + 598 + ], + "spans": [ + { + "bbox": [ + 105, + 584, + 211, + 598 + ], + "score": 1.0, + "content": "graph from the test set (in", + "type": "text" + }, + { + "bbox": [ + 212, + 584, + 221, + 595 + ], + "score": 0.6, + "content": "\\mathring \\mathrm { A }", + "type": "inline_equation" + }, + { + "bbox": [ + 221, + 584, + 252, + 598 + ], + "score": 1.0, + "content": "). Here,", + "type": "text" + }, + { + "bbox": [ + 252, + 586, + 262, + 596 + ], + "score": 0.87, + "content": "d _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 262, + 584, + 280, + 598 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 280, + 585, + 290, + 597 + ], + "score": 0.88, + "content": "d _ { j }", + "type": "inline_equation" + }, + { + "bbox": [ + 291, + 584, + 506, + 598 + ], + "score": 1.0, + "content": "are restricted to edges representing bonds between C", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 595, + 505, + 608 + ], + "spans": [ + { + "bbox": [ + 105, + 595, + 505, + 608 + ], + "score": 1.0, + "content": "and O atoms. In the 3D structure of the molecule, carbon and oxygen atoms are colored gray and", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 606, + 304, + 620 + ], + "spans": [ + { + "bbox": [ + 105, + 606, + 304, + 620 + ], + "score": 1.0, + "content": "red, respectively. H atoms are omitted for clarity.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 4.5 + } + ], + "index": 2.75 + } + ], + "page_idx": 15, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 27, + 309, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2020", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 313, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 313, + 764 + ], + "score": 1.0, + "content": "16", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 115, + 182, + 501, + 563 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 115, + 182, + 501, + 563 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 115, + 182, + 501, + 563 + ], + "spans": [ + { + "bbox": [ + 115, + 182, + 501, + 563 + ], + "score": 0.97, + "type": "image", + "image_path": "e220b95757969ae8413448670537336f0a0200b2d7857d8c548541c7e3c21327.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 115, + 182, + 501, + 309.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 115, + 309.0, + 501, + 436.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 115, + 436.0, + 501, + 563.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 572, + 505, + 619 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 572, + 506, + 586 + ], + "spans": [ + { + "bbox": [ + 105, + 572, + 236, + 586 + ], + "score": 1.0, + "content": "Figure 9: Marginal distributions", + "type": "text" + }, + { + "bbox": [ + 237, + 572, + 282, + 585 + ], + "score": 0.94, + "content": "p ( d _ { i } , d _ { j } | \\mathcal { G } )", + "type": "inline_equation" + }, + { + "bbox": [ + 282, + 572, + 506, + 586 + ], + "score": 1.0, + "content": "of ground-truth and predicted distances for a molecular", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 584, + 506, + 598 + ], + "spans": [ + { + "bbox": [ + 105, + 584, + 211, + 598 + ], + "score": 1.0, + "content": "graph from the test set (in", + "type": "text" + }, + { + "bbox": [ + 212, + 584, + 221, + 595 + ], + "score": 0.6, + "content": "\\mathring \\mathrm { A }", + "type": "inline_equation" + }, + { + "bbox": [ + 221, + 584, + 252, + 598 + ], + "score": 1.0, + "content": "). Here,", + "type": "text" + }, + { + "bbox": [ + 252, + 586, + 262, + 596 + ], + "score": 0.87, + "content": "d _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 262, + 584, + 280, + 598 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 280, + 585, + 290, + 597 + ], + "score": 0.88, + "content": "d _ { j }", + "type": "inline_equation" + }, + { + "bbox": [ + 291, + 584, + 506, + 598 + ], + "score": 1.0, + "content": "are restricted to edges representing bonds between C", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 595, + 505, + 608 + ], + "spans": [ + { + "bbox": [ + 105, + 595, + 505, + 608 + ], + "score": 1.0, + "content": "and O atoms. In the 3D structure of the molecule, carbon and oxygen atoms are colored gray and", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 606, + 304, + 620 + ], + "spans": [ + { + "bbox": [ + 105, + 606, + 304, + 620 + ], + "score": 1.0, + "content": "red, respectively. H atoms are omitted for clarity.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 4.5 + } + ], + "index": 2.75 + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 114, + 256, + 491, + 522 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 114, + 256, + 491, + 522 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 114, + 256, + 491, + 522 + ], + "spans": [ + { + "bbox": [ + 114, + 256, + 491, + 522 + ], + "score": 0.972, + "type": "image", + "image_path": "990560565dbcd6a07e4996d7818003cb2c3bd83142a60411cb3f89d685007e5c.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 114, + 256, + 491, + 344.6666666666667 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 114, + 344.6666666666667, + 491, + 433.33333333333337 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 114, + 433.33333333333337, + 491, + 522.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 240, + 539, + 371, + 552 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 240, + 538, + 371, + 553 + ], + "spans": [ + { + "bbox": [ + 240, + 538, + 371, + 553 + ], + "score": 1.0, + "content": "Figure 10: See caption of Fig. 8", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + } + ], + "index": 2.0 + } + ], + "page_idx": 16, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 26, + 309, + 38 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 308, + 39 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 308, + 39 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2020", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 313, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 313, + 764 + ], + "score": 1.0, + "content": "17", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 114, + 256, + 491, + 522 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 114, + 256, + 491, + 522 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 114, + 256, + 491, + 522 + ], + "spans": [ + { + "bbox": [ + 114, + 256, + 491, + 522 + ], + "score": 0.972, + "type": "image", + "image_path": "990560565dbcd6a07e4996d7818003cb2c3bd83142a60411cb3f89d685007e5c.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 114, + 256, + 491, + 344.6666666666667 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 114, + 344.6666666666667, + 491, + 433.33333333333337 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 114, + 433.33333333333337, + 491, + 522.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 240, + 539, + 371, + 552 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 240, + 538, + 371, + 553 + ], + "spans": [ + { + "bbox": [ + 240, + 538, + 371, + 553 + ], + "score": 1.0, + "content": "Figure 10: See caption of Fig. 8", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + } + ], + "index": 2.0 + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 121, + 200, + 493, + 580 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 121, + 200, + 493, + 580 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 121, + 200, + 493, + 580 + ], + "spans": [ + { + "bbox": [ + 121, + 200, + 493, + 580 + ], + "score": 0.967, + "type": "image", + "image_path": "cf355a52b90102bd4be7140f2db8ba50e3779dbf93c62c9815ff4022643e40ce.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 121, + 200, + 493, + 326.6666666666667 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 121, + 326.6666666666667, + 493, + 453.33333333333337 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 121, + 453.33333333333337, + 493, + 580.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 240, + 589, + 371, + 602 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 240, + 588, + 370, + 604 + ], + "spans": [ + { + "bbox": [ + 240, + 588, + 370, + 604 + ], + "score": 1.0, + "content": "Figure 11: See caption of Fig. 9", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + } + ], + "index": 2.0 + } + ], + "page_idx": 17, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 26, + 309, + 38 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 308, + 39 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 308, + 39 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2020", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 313, + 763 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 313, + 763 + ], + "score": 1.0, + "content": "18", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 121, + 200, + 493, + 580 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 121, + 200, + 493, + 580 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 121, + 200, + 493, + 580 + ], + "spans": [ + { + "bbox": [ + 121, + 200, + 493, + 580 + ], + "score": 0.967, + "type": "image", + "image_path": "cf355a52b90102bd4be7140f2db8ba50e3779dbf93c62c9815ff4022643e40ce.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 121, + 200, + 493, + 326.6666666666667 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 121, + 326.6666666666667, + 493, + 453.33333333333337 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 121, + 453.33333333333337, + 493, + 580.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 240, + 589, + 371, + 602 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 240, + 588, + 370, + 604 + ], + "spans": [ + { + "bbox": [ + 240, + 588, + 370, + 604 + ], + "score": 1.0, + "content": "Figure 11: See caption of Fig. 9", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + } + ], + "index": 2.0 + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 109, + 255, + 501, + 530 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 109, + 255, + 501, + 530 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 109, + 255, + 501, + 530 + ], + "spans": [ + { + "bbox": [ + 109, + 255, + 501, + 530 + ], + "score": 0.971, + "type": "image", + "image_path": "b460530421a43a7fa1d828cbce0adb372e29c25c81e9fb137bd557fbbf59743a.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 109, + 255, + 501, + 346.6666666666667 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 109, + 346.6666666666667, + 501, + 438.33333333333337 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 109, + 438.33333333333337, + 501, + 530.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 240, + 539, + 371, + 552 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 240, + 538, + 371, + 554 + ], + "spans": [ + { + "bbox": [ + 240, + 538, + 371, + 554 + ], + "score": 1.0, + "content": "Figure 12: See caption of Fig. 8", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + } + ], + "index": 2.0 + } + ], + "page_idx": 18, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 26, + 309, + 38 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 308, + 39 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 308, + 39 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2020", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 313, + 765 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 313, + 765 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 15, + "width": 14 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 109, + 255, + 501, + 530 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 109, + 255, + 501, + 530 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 109, + 255, + 501, + 530 + ], + "spans": [ + { + "bbox": [ + 109, + 255, + 501, + 530 + ], + "score": 0.971, + "type": "image", + "image_path": "b460530421a43a7fa1d828cbce0adb372e29c25c81e9fb137bd557fbbf59743a.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 109, + 255, + 501, + 346.6666666666667 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 109, + 346.6666666666667, + 501, + 438.33333333333337 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 109, + 438.33333333333337, + 501, + 530.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 240, + 539, + 371, + 552 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 240, + 538, + 371, + 554 + ], + "spans": [ + { + "bbox": [ + 240, + 538, + 371, + 554 + ], + "score": 1.0, + "content": "Figure 12: See caption of Fig. 8", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + } + ], + "index": 2.0 + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 126, + 201, + 488, + 576 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 126, + 201, + 488, + 576 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 126, + 201, + 488, + 576 + ], + "spans": [ + { + "bbox": [ + 126, + 201, + 488, + 576 + ], + "score": 0.97, + "type": "image", + "image_path": "3ab71d02171ec50c23dd6fda6644669702b4f5b23939b729a36135a2e37793fd.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 126, + 201, + 488, + 326.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 126, + 326.0, + 488, + 451.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 126, + 451.0, + 488, + 576.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 240, + 589, + 371, + 602 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 240, + 588, + 370, + 604 + ], + "spans": [ + { + "bbox": [ + 240, + 588, + 370, + 604 + ], + "score": 1.0, + "content": "Figure 13: See caption of Fig. 9", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + } + ], + "index": 2.0 + } + ], + "page_idx": 19, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 27, + 309, + 38 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2020", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 298, + 749, + 313, + 764 + ], + "spans": [ + { + "bbox": [ + 298, + 749, + 313, + 764 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 15, + "width": 15 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 126, + 201, + 488, + 576 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 126, + 201, + 488, + 576 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 126, + 201, + 488, + 576 + ], + "spans": [ + { + "bbox": [ + 126, + 201, + 488, + 576 + ], + "score": 0.97, + "type": "image", + "image_path": "3ab71d02171ec50c23dd6fda6644669702b4f5b23939b729a36135a2e37793fd.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 126, + 201, + 488, + 326.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 126, + 326.0, + 488, + 451.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 126, + 451.0, + 488, + 576.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 240, + 589, + 371, + 602 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 240, + 588, + 370, + 604 + ], + "spans": [ + { + "bbox": [ + 240, + 588, + 370, + 604 + ], + "score": 1.0, + "content": "Figure 13: See caption of Fig. 9", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + } + ], + "index": 2.0 + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 109, + 255, + 501, + 530 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 109, + 255, + 501, + 530 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 109, + 255, + 501, + 530 + ], + "spans": [ + { + "bbox": [ + 109, + 255, + 501, + 530 + ], + "score": 0.972, + "type": "image", + "image_path": "318714018966fa62ece638ab99060cdcf128629a839fab7764e5e8b5f7fa177e.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 109, + 255, + 501, + 346.6666666666667 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 109, + 346.6666666666667, + 501, + 438.33333333333337 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 109, + 438.33333333333337, + 501, + 530.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 240, + 539, + 371, + 552 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 240, + 538, + 371, + 553 + ], + "spans": [ + { + "bbox": [ + 240, + 538, + 371, + 553 + ], + "score": 1.0, + "content": "Figure 14: See caption of Fig. 8", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + } + ], + "index": 2.0 + } + ], + "page_idx": 20, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 26, + 309, + 38 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 308, + 39 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 308, + 39 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2020", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 310, + 760 + ], + "lines": [ + { + "bbox": [ + 298, + 750, + 312, + 764 + ], + "spans": [ + { + "bbox": [ + 298, + 750, + 312, + 764 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 14, + "width": 14 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 109, + 255, + 501, + 530 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 109, + 255, + 501, + 530 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 109, + 255, + 501, + 530 + ], + "spans": [ + { + "bbox": [ + 109, + 255, + 501, + 530 + ], + "score": 0.972, + "type": "image", + "image_path": "318714018966fa62ece638ab99060cdcf128629a839fab7764e5e8b5f7fa177e.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 109, + 255, + 501, + 346.6666666666667 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 109, + 346.6666666666667, + 501, + 438.33333333333337 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 109, + 438.33333333333337, + 501, + 530.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 240, + 539, + 371, + 552 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 240, + 538, + 371, + 553 + ], + "spans": [ + { + "bbox": [ + 240, + 538, + 371, + 553 + ], + "score": 1.0, + "content": "Figure 14: See caption of Fig. 8", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + } + ], + "index": 2.0 + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 126, + 200, + 490, + 581 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 126, + 200, + 490, + 581 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 126, + 200, + 490, + 581 + ], + "spans": [ + { + "bbox": [ + 126, + 200, + 490, + 581 + ], + "score": 0.968, + "type": "image", + "image_path": "046289cc08ff0e5a719e2e8d0afd1905fc1441824afab583ecca345ad569e0ab.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 126, + 200, + 490, + 327.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 126, + 327.0, + 490, + 454.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 126, + 454.0, + 490, + 581.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 240, + 589, + 371, + 602 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 240, + 588, + 370, + 604 + ], + "spans": [ + { + "bbox": [ + 240, + 588, + 370, + 604 + ], + "score": 1.0, + "content": "Figure 15: See caption of Fig. 9", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + } + ], + "index": 2.0 + } + ], + "page_idx": 21, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 27, + 309, + 38 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2020", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 761 + ], + "lines": [ + { + "bbox": [ + 298, + 750, + 313, + 765 + ], + "spans": [ + { + "bbox": [ + 298, + 750, + 313, + 765 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 15, + "width": 15 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 126, + 200, + 490, + 581 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 126, + 200, + 490, + 581 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 126, + 200, + 490, + 581 + ], + "spans": [ + { + "bbox": [ + 126, + 200, + 490, + 581 + ], + "score": 0.968, + "type": "image", + "image_path": "046289cc08ff0e5a719e2e8d0afd1905fc1441824afab583ecca345ad569e0ab.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 126, + 200, + 490, + 327.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 126, + 327.0, + 490, + 454.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 126, + 454.0, + 490, + 581.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 240, + 589, + 371, + 602 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 240, + 588, + 370, + 604 + ], + "spans": [ + { + "bbox": [ + 240, + 588, + 370, + 604 + ], + "score": 1.0, + "content": "Figure 15: See caption of Fig. 9", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + } + ], + "index": 2.0 + } + ] + } + ], + "_backend": "pipeline", + "_version_name": "2.2.2" +} \ No newline at end of file diff --git a/parse/train/S1x1IkHtPr/S1x1IkHtPr_model.json b/parse/train/S1x1IkHtPr/S1x1IkHtPr_model.json new file mode 100644 index 0000000000000000000000000000000000000000..63700ffff05cce5e36fbb6d138856c356761c39f --- /dev/null +++ b/parse/train/S1x1IkHtPr/S1x1IkHtPr_model.json @@ -0,0 +1,37493 @@ +[ + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 398, + 589, + 1302, + 589, + 1302, + 926, + 398, + 926 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 297, + 1057, + 1404, + 1057, + 1404, + 1516, + 297, + 1516 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 298, + 1532, + 1404, + 1532, + 1404, + 1899, + 298, + 1899 + ], + "score": 0.982 + }, + { + "category_id": 0, + "poly": [ + 301, + 219, + 1401, + 219, + 1401, + 321, + 301, + 321 + ], + "score": 0.96 + }, + { + "category_id": 1, + "poly": [ + 313, + 378, + 680, + 378, + 680, + 438, + 313, + 438 + ], + "score": 0.921 + }, + { + "category_id": 1, + "poly": [ + 369, + 1972, + 1402, + 1972, + 1402, + 2034, + 369, + 2034 + ], + "score": 0.919 + }, + { + "category_id": 1, + "poly": [ + 300, + 1914, + 873, + 1914, + 873, + 1945, + 300, + 1945 + ], + "score": 0.913 + }, + { + "category_id": 0, + "poly": [ + 302, + 985, + 573, + 985, + 573, + 1020, + 302, + 1020 + ], + "score": 0.898 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 858, + 75, + 858, + 105, + 298, + 105 + ], + "score": 0.892 + }, + { + "category_id": 0, + "poly": [ + 773, + 520, + 926, + 520, + 926, + 553, + 773, + 553 + ], + "score": 0.881 + }, + { + "category_id": 2, + "poly": [ + 842, + 2089, + 856, + 2089, + 856, + 2112, + 842, + 2112 + ], + "score": 0.59 + }, + { + "category_id": 13, + "poly": [ + 966, + 1237, + 1109, + 1237, + 1109, + 1276, + 966, + 1276 + ], + "score": 0.93, + "latex": "\\{ ( \\boldsymbol { \\epsilon } _ { i } , \\mathbf { r } _ { i } ) \\bar \\} _ { i = 1 } ^ { N _ { v } }" + }, + { + "category_id": 13, + "poly": [ + 954, + 1455, + 1072, + 1455, + 1072, + 1487, + 954, + 1487 + ], + "score": 0.93, + "latex": "E ( \\mathbf { x } ) \\in \\mathbb { R }" + }, + { + "category_id": 13, + "poly": [ + 590, + 1272, + 796, + 1272, + 796, + 1305, + 590, + 1305 + ], + "score": 0.93, + "latex": "\\epsilon _ { i } \\in \\{ \\mathrm { H } , \\mathrm { C } , \\mathrm { O } , \\dots \\}" + }, + { + "category_id": 13, + "poly": [ + 1279, + 1271, + 1374, + 1271, + 1374, + 1303, + 1279, + 1303 + ], + "score": 0.92, + "latex": "\\mathbf { r } _ { i } \\in \\mathbb { R } ^ { 3 }" + }, + { + "category_id": 13, + "poly": [ + 646, + 1455, + 868, + 1455, + 868, + 1488, + 646, + 1488 + ], + "score": 0.91, + "latex": "\\exp \\{ - E ( \\mathbf { x } ) / k _ { B } T \\}" + }, + { + "category_id": 13, + "poly": [ + 1092, + 1533, + 1147, + 1533, + 1147, + 1565, + 1092, + 1565 + ], + "score": 0.91, + "latex": "p ( \\mathbf { x } )" + }, + { + "category_id": 13, + "poly": [ + 1199, + 1242, + 1237, + 1242, + 1237, + 1272, + 1199, + 1272 + ], + "score": 0.9, + "latex": "N _ { v }" + }, + { + "category_id": 13, + "poly": [ + 704, + 1424, + 759, + 1424, + 759, + 1456, + 704, + 1456 + ], + "score": 0.9, + "latex": "p ( \\mathbf { x } )" + }, + { + "category_id": 13, + "poly": [ + 297, + 1486, + 334, + 1486, + 334, + 1516, + 297, + 1516 + ], + "score": 0.88, + "latex": "k _ { B }" + }, + { + "category_id": 13, + "poly": [ + 685, + 1488, + 709, + 1488, + 709, + 1513, + 685, + 1513 + ], + "score": 0.82, + "latex": "T" + }, + { + "category_id": 13, + "poly": [ + 1207, + 1276, + 1220, + 1276, + 1220, + 1300, + 1207, + 1300 + ], + "score": 0.57, + "latex": "i" + }, + { + "category_id": 13, + "poly": [ + 454, + 1247, + 477, + 1247, + 477, + 1270, + 454, + 1270 + ], + "score": 0.46, + "latex": "\\mathbf { x }" + }, + { + "category_id": 13, + "poly": [ + 975, + 1430, + 995, + 1430, + 995, + 1452, + 975, + 1452 + ], + "score": 0.31, + "latex": "\\mathbf { x }" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 216.0, + 1406.0, + 216.0, + 1406.0, + 274.0, + 294.0, + 274.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 274.0, + 541.0, + 274.0, + 541.0, + 327.0, + 295.0, + 327.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 982.0, + 579.0, + 982.0, + 579.0, + 1029.0, + 294.0, + 1029.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 73.0, + 858.0, + 73.0, + 858.0, + 108.0, + 298.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 769.0, + 519.0, + 932.0, + 519.0, + 932.0, + 556.0, + 769.0, + 556.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 840.0, + 2088.0, + 861.0, + 2088.0, + 861.0, + 2118.0, + 840.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 589.0, + 1307.0, + 589.0, + 1307.0, + 625.0, + 395.0, + 625.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 619.0, + 1305.0, + 619.0, + 1305.0, + 658.0, + 393.0, + 658.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 649.0, + 1304.0, + 649.0, + 1304.0, + 687.0, + 393.0, + 687.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 681.0, + 1305.0, + 681.0, + 1305.0, + 715.0, + 394.0, + 715.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 711.0, + 1305.0, + 711.0, + 1305.0, + 746.0, + 393.0, + 746.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 743.0, + 1306.0, + 743.0, + 1306.0, + 775.0, + 395.0, + 775.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 773.0, + 1306.0, + 773.0, + 1306.0, + 806.0, + 393.0, + 806.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 804.0, + 1305.0, + 804.0, + 1305.0, + 836.0, + 395.0, + 836.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 836.0, + 1305.0, + 836.0, + 1305.0, + 866.0, + 394.0, + 866.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 864.0, + 1303.0, + 864.0, + 1303.0, + 896.0, + 395.0, + 896.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 894.0, + 1161.0, + 894.0, + 1161.0, + 930.0, + 393.0, + 930.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1053.0, + 1405.0, + 1053.0, + 1405.0, + 1089.0, + 295.0, + 1089.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1086.0, + 1405.0, + 1086.0, + 1405.0, + 1121.0, + 295.0, + 1121.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1114.0, + 1406.0, + 1114.0, + 1406.0, + 1149.0, + 294.0, + 1149.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1143.0, + 1406.0, + 1143.0, + 1406.0, + 1183.0, + 294.0, + 1183.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1174.0, + 1406.0, + 1174.0, + 1406.0, + 1212.0, + 294.0, + 1212.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1208.0, + 1406.0, + 1208.0, + 1406.0, + 1243.0, + 295.0, + 1243.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 288.0, + 1234.0, + 453.0, + 1234.0, + 453.0, + 1289.0, + 288.0, + 1289.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 478.0, + 1234.0, + 965.0, + 1234.0, + 965.0, + 1289.0, + 478.0, + 1289.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1110.0, + 1234.0, + 1198.0, + 1234.0, + 1198.0, + 1289.0, + 1110.0, + 1289.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1238.0, + 1234.0, + 1411.0, + 1234.0, + 1411.0, + 1289.0, + 1238.0, + 1289.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1270.0, + 589.0, + 1270.0, + 589.0, + 1306.0, + 292.0, + 1306.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 797.0, + 1270.0, + 1206.0, + 1270.0, + 1206.0, + 1306.0, + 797.0, + 1306.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1221.0, + 1270.0, + 1278.0, + 1270.0, + 1278.0, + 1306.0, + 1221.0, + 1306.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1375.0, + 1270.0, + 1406.0, + 1270.0, + 1406.0, + 1306.0, + 1375.0, + 1306.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1301.0, + 1406.0, + 1301.0, + 1406.0, + 1336.0, + 294.0, + 1336.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1333.0, + 1406.0, + 1333.0, + 1406.0, + 1368.0, + 295.0, + 1368.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1364.0, + 1401.0, + 1364.0, + 1401.0, + 1395.0, + 295.0, + 1395.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1395.0, + 1402.0, + 1395.0, + 1402.0, + 1426.0, + 296.0, + 1426.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1425.0, + 703.0, + 1425.0, + 703.0, + 1460.0, + 294.0, + 1460.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 760.0, + 1425.0, + 974.0, + 1425.0, + 974.0, + 1460.0, + 760.0, + 1460.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 996.0, + 1425.0, + 1404.0, + 1425.0, + 1404.0, + 1460.0, + 996.0, + 1460.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1451.0, + 645.0, + 1451.0, + 645.0, + 1492.0, + 291.0, + 1492.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 869.0, + 1451.0, + 953.0, + 1451.0, + 953.0, + 1492.0, + 869.0, + 1492.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1073.0, + 1451.0, + 1406.0, + 1451.0, + 1406.0, + 1492.0, + 1073.0, + 1492.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 335.0, + 1487.0, + 684.0, + 1487.0, + 684.0, + 1519.0, + 335.0, + 1519.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 710.0, + 1487.0, + 923.0, + 1487.0, + 923.0, + 1519.0, + 710.0, + 1519.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1529.0, + 1091.0, + 1529.0, + 1091.0, + 1570.0, + 293.0, + 1570.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1148.0, + 1529.0, + 1406.0, + 1529.0, + 1406.0, + 1570.0, + 1148.0, + 1570.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1562.0, + 1406.0, + 1562.0, + 1406.0, + 1600.0, + 292.0, + 1600.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1594.0, + 1404.0, + 1594.0, + 1404.0, + 1628.0, + 294.0, + 1628.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1623.0, + 1404.0, + 1623.0, + 1404.0, + 1660.0, + 293.0, + 1660.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1650.0, + 1405.0, + 1650.0, + 1405.0, + 1691.0, + 292.0, + 1691.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1680.0, + 1405.0, + 1680.0, + 1405.0, + 1722.0, + 291.0, + 1722.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1713.0, + 1405.0, + 1713.0, + 1405.0, + 1750.0, + 293.0, + 1750.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1746.0, + 1405.0, + 1746.0, + 1405.0, + 1780.0, + 294.0, + 1780.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1775.0, + 1405.0, + 1775.0, + 1405.0, + 1812.0, + 293.0, + 1812.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1807.0, + 1405.0, + 1807.0, + 1405.0, + 1841.0, + 293.0, + 1841.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1837.0, + 1402.0, + 1837.0, + 1402.0, + 1868.0, + 296.0, + 1868.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1869.0, + 443.0, + 1869.0, + 443.0, + 1900.0, + 294.0, + 1900.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 315.0, + 379.0, + 560.0, + 379.0, + 560.0, + 411.0, + 315.0, + 411.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 312.0, + 407.0, + 681.0, + 407.0, + 681.0, + 442.0, + 312.0, + 442.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 370.0, + 1971.0, + 1406.0, + 1971.0, + 1406.0, + 2007.0, + 370.0, + 2007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 2002.0, + 832.0, + 2002.0, + 832.0, + 2037.0, + 395.0, + 2037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1910.0, + 878.0, + 1910.0, + 878.0, + 1951.0, + 294.0, + 1951.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 0, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1693, + 1404, + 1693, + 1404, + 2034, + 297, + 2034 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 297, + 1144, + 1404, + 1144, + 1404, + 1390, + 297, + 1390 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 298, + 1484, + 1403, + 1484, + 1403, + 1679, + 298, + 1679 + ], + "score": 0.976 + }, + { + "category_id": 4, + "poly": [ + 296, + 463, + 1405, + 463, + 1405, + 617, + 296, + 617 + ], + "score": 0.952 + }, + { + "category_id": 3, + "poly": [ + 296, + 220, + 1385, + 220, + 1385, + 438, + 296, + 438 + ], + "score": 0.941 + }, + { + "category_id": 1, + "poly": [ + 366, + 679, + 1405, + 679, + 1405, + 1019, + 366, + 1019 + ], + "score": 0.922 + }, + { + "category_id": 0, + "poly": [ + 298, + 1074, + 482, + 1074, + 482, + 1110, + 298, + 1110 + ], + "score": 0.902 + }, + { + "category_id": 2, + "poly": [ + 297, + 76, + 858, + 76, + 858, + 104, + 297, + 104 + ], + "score": 0.893 + }, + { + "category_id": 0, + "poly": [ + 299, + 1427, + 1098, + 1427, + 1098, + 1460, + 299, + 1460 + ], + "score": 0.738 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 859, + 2088, + 859, + 2112, + 841, + 2112 + ], + "score": 0.706 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 859, + 2088, + 859, + 2112, + 841, + 2112 + ], + "score": 0.24 + }, + { + "category_id": 1, + "poly": [ + 299, + 1427, + 1098, + 1427, + 1098, + 1460, + 299, + 1460 + ], + "score": 0.141 + }, + { + "category_id": 13, + "poly": [ + 523, + 1724, + 682, + 1724, + 682, + 1764, + 523, + 1764 + ], + "score": 0.93, + "latex": "\\mathbf { d } = \\{ d _ { k } \\} _ { k = 1 } ^ { N _ { e } }" + }, + { + "category_id": 13, + "poly": [ + 772, + 1727, + 970, + 1727, + 970, + 1763, + 772, + 1763 + ], + "score": 0.93, + "latex": "d _ { k } = | \\mathbf { r } _ { r _ { k } } - \\mathbf { r } _ { s _ { k } } |" + }, + { + "category_id": 13, + "poly": [ + 1133, + 1517, + 1245, + 1517, + 1245, + 1551, + 1133, + 1551 + ], + "score": 0.93, + "latex": "v _ { i } \\in \\mathbb { R } ^ { F _ { v } }" + }, + { + "category_id": 13, + "poly": [ + 1291, + 1553, + 1399, + 1553, + 1399, + 1587, + 1291, + 1587 + ], + "score": 0.92, + "latex": "e _ { k } \\in \\mathbb { R } ^ { F _ { e } }" + }, + { + "category_id": 13, + "poly": [ + 643, + 1882, + 730, + 1882, + 730, + 1912, + 643, + 1912 + ], + "score": 0.91, + "latex": "E _ { \\mathrm { d i h e d r a l } }" + }, + { + "category_id": 13, + "poly": [ + 527, + 1882, + 593, + 1882, + 593, + 1914, + 527, + 1914 + ], + "score": 0.91, + "latex": "E _ { \\mathrm { a n g l e } }" + }, + { + "category_id": 13, + "poly": [ + 298, + 495, + 355, + 495, + 355, + 529, + 298, + 529 + ], + "score": 0.91, + "latex": "\\{ { \\bf { x } } _ { i } \\}" + }, + { + "category_id": 13, + "poly": [ + 698, + 1552, + 953, + 1552, + 953, + 1591, + 698, + 1591 + ], + "score": 0.91, + "latex": "E = \\{ ( e _ { k } , r _ { k } , s _ { k } ) \\} _ { k = 1 } ^ { N _ { e } }" + }, + { + "category_id": 13, + "poly": [ + 1043, + 1882, + 1110, + 1882, + 1110, + 1914, + 1043, + 1914 + ], + "score": 0.9, + "latex": "E _ { \\mathrm { a n g l e } }" + }, + { + "category_id": 13, + "poly": [ + 544, + 1766, + 574, + 1766, + 574, + 1790, + 544, + 1790 + ], + "score": 0.86, + "latex": "r _ { k }" + }, + { + "category_id": 13, + "poly": [ + 958, + 1592, + 988, + 1592, + 988, + 1617, + 958, + 1617 + ], + "score": 0.86, + "latex": "s _ { k }" + }, + { + "category_id": 13, + "poly": [ + 1344, + 1486, + 1404, + 1486, + 1404, + 1517, + 1344, + 1517 + ], + "score": 0.86, + "latex": "\\mathcal { G } =" + }, + { + "category_id": 13, + "poly": [ + 623, + 1766, + 652, + 1766, + 652, + 1790, + 623, + 1790 + ], + "score": 0.85, + "latex": "s _ { k }" + }, + { + "category_id": 13, + "poly": [ + 688, + 2004, + 709, + 2004, + 709, + 2032, + 688, + 2032 + ], + "score": 0.84, + "latex": "\\mathcal { G }" + }, + { + "category_id": 13, + "poly": [ + 301, + 1790, + 379, + 1790, + 379, + 1821, + 301, + 1821 + ], + "score": 0.84, + "latex": "( E _ { \\mathrm { b o n d } } )" + }, + { + "category_id": 13, + "poly": [ + 299, + 1519, + 373, + 1519, + 373, + 1554, + 299, + 1554 + ], + "score": 0.84, + "latex": "( V , E )" + }, + { + "category_id": 13, + "poly": [ + 877, + 1593, + 906, + 1593, + 906, + 1617, + 877, + 1617 + ], + "score": 0.82, + "latex": "r _ { k }" + }, + { + "category_id": 13, + "poly": [ + 365, + 1619, + 391, + 1619, + 391, + 1645, + 365, + 1645 + ], + "score": 0.8, + "latex": "E" + }, + { + "category_id": 13, + "poly": [ + 392, + 1515, + 549, + 1515, + 549, + 1555, + 392, + 1555 + ], + "score": 0.8, + "latex": "V \\stackrel { \\cdot } { = } \\{ v _ { i } \\} _ { i = 1 } ^ { N _ { v } }" + }, + { + "category_id": 13, + "poly": [ + 767, + 1696, + 788, + 1696, + 788, + 1724, + 767, + 1724 + ], + "score": 0.79, + "latex": "\\mathcal { G }" + }, + { + "category_id": 13, + "poly": [ + 653, + 1561, + 677, + 1561, + 677, + 1587, + 653, + 1587 + ], + "score": 0.78, + "latex": "\\epsilon _ { i }" + }, + { + "category_id": 13, + "poly": [ + 617, + 2007, + 639, + 2007, + 639, + 2031, + 617, + 2031 + ], + "score": 0.65, + "latex": "\\mathbf { x }" + }, + { + "category_id": 13, + "poly": [ + 532, + 2004, + 554, + 2004, + 554, + 2030, + 532, + 2030 + ], + "score": 0.56, + "latex": "\\mathbf { d }" + }, + { + "category_id": 13, + "poly": [ + 1285, + 1700, + 1307, + 1700, + 1307, + 1723, + 1285, + 1723 + ], + "score": 0.3, + "latex": "\\mathbf { x }" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 465.0, + 1405.0, + 465.0, + 1405.0, + 498.0, + 295.0, + 498.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 356.0, + 496.0, + 1403.0, + 496.0, + 1403.0, + 529.0, + 356.0, + 529.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 523.0, + 1407.0, + 523.0, + 1407.0, + 562.0, + 290.0, + 562.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 551.0, + 1407.0, + 551.0, + 1407.0, + 594.0, + 291.0, + 594.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 586.0, + 413.0, + 586.0, + 413.0, + 621.0, + 294.0, + 621.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 271.0, + 244.0, + 595.0, + 244.0, + 595.0, + 365.0, + 271.0, + 365.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 895.0, + 251.0, + 915.0, + 251.0, + 915.0, + 276.0, + 895.0, + 276.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1057.0, + 243.0, + 1076.0, + 243.0, + 1076.0, + 266.0, + 1057.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1210.0, + 271.0, + 1228.0, + 271.0, + 1228.0, + 293.0, + 1210.0, + 293.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 736.0, + 294.0, + 753.0, + 294.0, + 753.0, + 312.0, + 736.0, + 312.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 914.0, + 292.0, + 937.0, + 292.0, + 937.0, + 315.0, + 914.0, + 315.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1233.0, + 312.0, + 1250.0, + 312.0, + 1250.0, + 328.0, + 1233.0, + 328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 772.0, + 335.0, + 787.0, + 335.0, + 787.0, + 355.0, + 772.0, + 355.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 377.0, + 355.0, + 484.0, + 355.0, + 484.0, + 397.0, + 377.0, + 397.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1006.0, + 359.0, + 1015.0, + 359.0, + 1015.0, + 371.0, + 1006.0, + 371.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1119.0, + 354.0, + 1138.0, + 354.0, + 1138.0, + 377.0, + 1119.0, + 377.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 793.0, + 374.0, + 808.0, + 374.0, + 808.0, + 391.0, + 793.0, + 391.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 416.0, + 395.0, + 447.0, + 395.0, + 447.0, + 427.0, + 416.0, + 427.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1143.0, + 397.0, + 1159.0, + 397.0, + 1159.0, + 412.0, + 1143.0, + 412.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 789.0, + 354.0, + 794.0, + 354.0, + 794.0, + 363.5, + 789.0, + 363.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 749.0, + 412.0, + 779.0, + 412.0, + 779.0, + 434.5, + 749.0, + 434.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1070.0, + 486.0, + 1070.0, + 486.0, + 1118.0, + 291.0, + 1118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 73.0, + 858.0, + 73.0, + 858.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1426.0, + 1104.0, + 1426.0, + 1104.0, + 1464.0, + 293.0, + 1464.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 2085.0, + 862.0, + 2085.0, + 862.0, + 2120.0, + 838.0, + 2120.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 2085.0, + 862.0, + 2085.0, + 862.0, + 2120.0, + 838.0, + 2120.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 281.0, + 1691.0, + 522.0, + 1691.0, + 522.0, + 1795.0, + 281.0, + 1795.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 683.0, + 1691.0, + 766.0, + 1691.0, + 766.0, + 1795.0, + 683.0, + 1795.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 971.0, + 1691.0, + 1284.0, + 1691.0, + 1284.0, + 1795.0, + 971.0, + 1795.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1308.0, + 1691.0, + 1418.0, + 1691.0, + 1418.0, + 1795.0, + 1308.0, + 1795.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1790.0, + 300.0, + 1790.0, + 300.0, + 1825.0, + 295.0, + 1825.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 380.0, + 1790.0, + 1404.0, + 1790.0, + 1404.0, + 1825.0, + 380.0, + 1825.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1820.0, + 1405.0, + 1820.0, + 1405.0, + 1853.0, + 292.0, + 1853.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1850.0, + 1405.0, + 1850.0, + 1405.0, + 1884.0, + 292.0, + 1884.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1879.0, + 526.0, + 1879.0, + 526.0, + 1919.0, + 292.0, + 1919.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 594.0, + 1879.0, + 642.0, + 1879.0, + 642.0, + 1919.0, + 594.0, + 1919.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 731.0, + 1879.0, + 1042.0, + 1879.0, + 1042.0, + 1919.0, + 731.0, + 1919.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1111.0, + 1879.0, + 1407.0, + 1879.0, + 1407.0, + 1919.0, + 1111.0, + 1919.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1911.0, + 1406.0, + 1911.0, + 1406.0, + 1946.0, + 295.0, + 1946.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1942.0, + 1406.0, + 1942.0, + 1406.0, + 1978.0, + 294.0, + 1978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1971.0, + 1405.0, + 1971.0, + 1405.0, + 2009.0, + 292.0, + 2009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 2005.0, + 531.0, + 2005.0, + 531.0, + 2033.0, + 297.0, + 2033.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 555.0, + 2005.0, + 616.0, + 2005.0, + 616.0, + 2033.0, + 555.0, + 2033.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 640.0, + 2005.0, + 687.0, + 2005.0, + 687.0, + 2033.0, + 640.0, + 2033.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 710.0, + 2005.0, + 876.0, + 2005.0, + 876.0, + 2033.0, + 710.0, + 2033.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1146.0, + 1404.0, + 1146.0, + 1404.0, + 1179.0, + 296.0, + 1179.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1177.0, + 1404.0, + 1177.0, + 1404.0, + 1211.0, + 295.0, + 1211.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1206.0, + 1405.0, + 1206.0, + 1405.0, + 1243.0, + 292.0, + 1243.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1237.0, + 1402.0, + 1237.0, + 1402.0, + 1271.0, + 294.0, + 1271.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1268.0, + 1404.0, + 1268.0, + 1404.0, + 1302.0, + 294.0, + 1302.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1299.0, + 1404.0, + 1299.0, + 1404.0, + 1329.0, + 295.0, + 1329.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1328.0, + 1405.0, + 1328.0, + 1405.0, + 1363.0, + 294.0, + 1363.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1360.0, + 1225.0, + 1360.0, + 1225.0, + 1393.0, + 294.0, + 1393.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1481.0, + 1343.0, + 1481.0, + 1343.0, + 1520.0, + 293.0, + 1520.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1509.0, + 298.0, + 1509.0, + 298.0, + 1563.0, + 292.0, + 1563.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 374.0, + 1509.0, + 391.0, + 1509.0, + 391.0, + 1563.0, + 374.0, + 1563.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 550.0, + 1509.0, + 1132.0, + 1509.0, + 1132.0, + 1563.0, + 550.0, + 1563.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1246.0, + 1509.0, + 1410.0, + 1509.0, + 1410.0, + 1563.0, + 1246.0, + 1563.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 286.0, + 1546.0, + 652.0, + 1546.0, + 652.0, + 1604.0, + 286.0, + 1604.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 678.0, + 1546.0, + 697.0, + 1546.0, + 697.0, + 1604.0, + 678.0, + 1604.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 954.0, + 1546.0, + 1290.0, + 1546.0, + 1290.0, + 1604.0, + 954.0, + 1604.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1400.0, + 1546.0, + 1410.0, + 1546.0, + 1410.0, + 1604.0, + 1400.0, + 1604.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1581.0, + 876.0, + 1581.0, + 876.0, + 1625.0, + 292.0, + 1625.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 907.0, + 1581.0, + 957.0, + 1581.0, + 957.0, + 1625.0, + 907.0, + 1625.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 989.0, + 1581.0, + 1403.0, + 1581.0, + 1403.0, + 1625.0, + 989.0, + 1625.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1614.0, + 364.0, + 1614.0, + 364.0, + 1653.0, + 292.0, + 1653.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 1614.0, + 1405.0, + 1614.0, + 1405.0, + 1653.0, + 392.0, + 1653.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1643.0, + 413.0, + 1643.0, + 413.0, + 1682.0, + 294.0, + 1682.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 371.0, + 681.0, + 1402.0, + 681.0, + 1402.0, + 713.0, + 371.0, + 713.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 710.0, + 1335.0, + 710.0, + 1335.0, + 742.0, + 394.0, + 742.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 369.0, + 753.0, + 1405.0, + 753.0, + 1405.0, + 785.0, + 369.0, + 785.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 783.0, + 1406.0, + 783.0, + 1406.0, + 816.0, + 392.0, + 816.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 815.0, + 1403.0, + 815.0, + 1403.0, + 847.0, + 394.0, + 847.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 841.0, + 520.0, + 841.0, + 520.0, + 878.0, + 394.0, + 878.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 375.0, + 883.0, + 1405.0, + 883.0, + 1405.0, + 920.0, + 375.0, + 920.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 917.0, + 1402.0, + 917.0, + 1402.0, + 950.0, + 393.0, + 950.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 366.0, + 956.0, + 1404.0, + 956.0, + 1404.0, + 995.0, + 366.0, + 995.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 989.0, + 1015.0, + 989.0, + 1015.0, + 1023.0, + 392.0, + 1023.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1426.0, + 1104.0, + 1426.0, + 1104.0, + 1464.0, + 293.0, + 1464.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 1, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1463, + 1405, + 1463, + 1405, + 1770, + 297, + 1770 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 298, + 1156, + 1403, + 1156, + 1403, + 1280, + 298, + 1280 + ], + "score": 0.975 + }, + { + "category_id": 1, + "poly": [ + 298, + 1294, + 1403, + 1294, + 1403, + 1449, + 298, + 1449 + ], + "score": 0.975 + }, + { + "category_id": 1, + "poly": [ + 298, + 778, + 1403, + 778, + 1403, + 934, + 298, + 934 + ], + "score": 0.975 + }, + { + "category_id": 1, + "poly": [ + 300, + 947, + 1402, + 947, + 1402, + 1052, + 300, + 1052 + ], + "score": 0.971 + }, + { + "category_id": 3, + "poly": [ + 297, + 216, + 1398, + 216, + 1398, + 505, + 297, + 505 + ], + "score": 0.969 + }, + { + "category_id": 4, + "poly": [ + 296, + 527, + 1405, + 527, + 1405, + 713, + 296, + 713 + ], + "score": 0.966 + }, + { + "category_id": 1, + "poly": [ + 298, + 1784, + 1403, + 1784, + 1403, + 1883, + 298, + 1883 + ], + "score": 0.956 + }, + { + "category_id": 2, + "poly": [ + 298, + 1918, + 1404, + 1918, + 1404, + 2032, + 298, + 2032 + ], + "score": 0.934 + }, + { + "category_id": 0, + "poly": [ + 300, + 1097, + 618, + 1097, + 618, + 1128, + 300, + 1128 + ], + "score": 0.903 + }, + { + "category_id": 2, + "poly": [ + 297, + 76, + 858, + 76, + 858, + 105, + 297, + 105 + ], + "score": 0.829 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 859, + 2088, + 859, + 2112, + 841, + 2112 + ], + "score": 0.681 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 859, + 2088, + 859, + 2112, + 841, + 2112 + ], + "score": 0.282 + }, + { + "category_id": 2, + "poly": [ + 297, + 76, + 858, + 76, + 858, + 104, + 297, + 104 + ], + "score": 0.093 + }, + { + "category_id": 13, + "poly": [ + 466, + 681, + 587, + 681, + 587, + 716, + 466, + 716 + ], + "score": 0.94, + "latex": "q _ { \\phi } ( \\mathbf { z } | \\mathbf { d } , \\mathcal { G } )" + }, + { + "category_id": 13, + "poly": [ + 545, + 1816, + 666, + 1816, + 666, + 1850, + 545, + 1850 + ], + "score": 0.93, + "latex": "q _ { \\phi } ( \\mathbf { z } | \\mathbf { d } , \\mathcal { G } )" + }, + { + "category_id": 13, + "poly": [ + 829, + 1218, + 949, + 1218, + 949, + 1253, + 829, + 1253 + ], + "score": 0.93, + "latex": "q _ { \\phi } ( \\mathbf { z } | \\mathbf { d } , \\mathcal { G } )" + }, + { + "category_id": 13, + "poly": [ + 867, + 650, + 1077, + 650, + 1077, + 684, + 867, + 684 + ], + "score": 0.93, + "latex": "p _ { \\theta } ( \\mathbf { d } | \\mathbf { z } , \\mathcal { G } ) p _ { \\theta } ( \\mathbf { z } | \\mathcal { G } )" + }, + { + "category_id": 13, + "poly": [ + 745, + 947, + 836, + 947, + 836, + 989, + 745, + 989 + ], + "score": 0.93, + "latex": "\\{ \\mathcal { G } _ { l } \\} _ { l = 1 } ^ { N _ { g } }" + }, + { + "category_id": 13, + "poly": [ + 547, + 1464, + 668, + 1464, + 668, + 1497, + 547, + 1497 + ], + "score": 0.93, + "latex": "p _ { \\boldsymbol { \\theta } } ( \\mathbf { d } | \\mathbf { z } , \\mathcal { G } )" + }, + { + "category_id": 13, + "poly": [ + 397, + 985, + 509, + 985, + 509, + 1028, + 397, + 1028 + ], + "score": 0.93, + "latex": "\\{ \\mathbf { x } _ { l , j } \\} _ { j = 1 } ^ { S _ { l } }" + }, + { + "category_id": 13, + "poly": [ + 1281, + 985, + 1393, + 985, + 1393, + 1029, + 1281, + 1029 + ], + "score": 0.93, + "latex": "\\{ \\mathbf { d } _ { l , j } \\} _ { j = 1 } ^ { S _ { l } }" + }, + { + "category_id": 13, + "poly": [ + 1279, + 1218, + 1400, + 1218, + 1400, + 1252, + 1279, + 1252 + ], + "score": 0.93, + "latex": "p _ { \\boldsymbol { \\theta } } ( \\mathbf { d } | \\mathbf { z } , \\mathcal { G } )" + }, + { + "category_id": 13, + "poly": [ + 297, + 1846, + 435, + 1846, + 435, + 1884, + 297, + 1884 + ], + "score": 0.92, + "latex": "e _ { k } ^ { \\prime } \\in \\mathbb { R } ^ { F _ { e } + 1 }" + }, + { + "category_id": 13, + "poly": [ + 369, + 1464, + 490, + 1464, + 490, + 1498, + 369, + 1498 + ], + "score": 0.92, + "latex": "q _ { \\phi } ( \\mathbf { z } | \\mathbf { d } , \\mathcal { G } )" + }, + { + "category_id": 13, + "poly": [ + 895, + 1850, + 962, + 1850, + 962, + 1884, + 895, + 1884 + ], + "score": 0.92, + "latex": "F _ { \\mathrm { e n c , } v }" + }, + { + "category_id": 13, + "poly": [ + 297, + 1216, + 422, + 1216, + 422, + 1248, + 297, + 1248 + ], + "score": 0.91, + "latex": "\\mathbf { z } ~ \\in ~ \\mathbb { R } ^ { k N _ { v } }" + }, + { + "category_id": 13, + "poly": [ + 516, + 1218, + 618, + 1218, + 618, + 1248, + 516, + 1248 + ], + "score": 0.91, + "latex": "k \\in \\mathbb { N } ^ { + }" + }, + { + "category_id": 13, + "poly": [ + 1013, + 1850, + 1079, + 1850, + 1079, + 1884, + 1013, + 1884 + ], + "score": 0.91, + "latex": "F _ { \\mathrm { e n c } , e }" + }, + { + "category_id": 13, + "poly": [ + 1056, + 591, + 1184, + 591, + 1184, + 621, + 1056, + 621 + ], + "score": 0.91, + "latex": "e _ { 2 } \\in E _ { \\mathrm { a n g l e } }" + }, + { + "category_id": 13, + "poly": [ + 583, + 1418, + 653, + 1418, + 653, + 1445, + 583, + 1445 + ], + "score": 0.91, + "latex": "k = 1" + }, + { + "category_id": 13, + "poly": [ + 438, + 1388, + 490, + 1388, + 490, + 1418, + 438, + 1418 + ], + "score": 0.9, + "latex": "3 N _ { v }" + }, + { + "category_id": 13, + "poly": [ + 489, + 591, + 618, + 591, + 618, + 620, + 489, + 620 + ], + "score": 0.9, + "latex": "e _ { 1 } \\in E _ { \\mathrm { b o n d } } )" + }, + { + "category_id": 13, + "poly": [ + 1109, + 1916, + 1166, + 1916, + 1166, + 1945, + 1109, + 1945 + ], + "score": 0.9, + "latex": "\\mathbb { R } ^ { 2 N _ { v } }" + }, + { + "category_id": 13, + "poly": [ + 1235, + 590, + 1389, + 590, + 1389, + 621, + 1235, + 621 + ], + "score": 0.9, + "latex": "e _ { 3 } \\in E _ { \\mathrm { d i h e d r a l } } )" + }, + { + "category_id": 13, + "poly": [ + 710, + 1850, + 741, + 1850, + 741, + 1884, + 710, + 1884 + ], + "score": 0.9, + "latex": "\\boldsymbol { e } _ { k } ^ { \\prime }" + }, + { + "category_id": 13, + "poly": [ + 495, + 954, + 536, + 954, + 536, + 986, + 495, + 986 + ], + "score": 0.89, + "latex": "N _ { \\mathcal { G } }" + }, + { + "category_id": 13, + "poly": [ + 395, + 1945, + 454, + 1945, + 454, + 1973, + 395, + 1973 + ], + "score": 0.89, + "latex": "\\mathbb { R } ^ { 3 N _ { v } }" + }, + { + "category_id": 13, + "poly": [ + 670, + 1296, + 775, + 1296, + 775, + 1326, + 670, + 1326 + ], + "score": 0.89, + "latex": "3 N _ { v } - 6" + }, + { + "category_id": 13, + "poly": [ + 733, + 1817, + 764, + 1817, + 764, + 1847, + 733, + 1847 + ], + "score": 0.88, + "latex": "d _ { k }" + }, + { + "category_id": 13, + "poly": [ + 576, + 1854, + 602, + 1854, + 602, + 1881, + 576, + 1881 + ], + "score": 0.87, + "latex": "v _ { i }" + }, + { + "category_id": 13, + "poly": [ + 1194, + 954, + 1223, + 954, + 1223, + 985, + 1194, + 985 + ], + "score": 0.87, + "latex": "S _ { l }" + }, + { + "category_id": 13, + "poly": [ + 1291, + 1820, + 1321, + 1820, + 1321, + 1847, + 1291, + 1847 + ], + "score": 0.86, + "latex": "e _ { k }" + }, + { + "category_id": 13, + "poly": [ + 1051, + 954, + 1079, + 954, + 1079, + 985, + 1051, + 985 + ], + "score": 0.86, + "latex": "\\mathcal { G } _ { l }" + }, + { + "category_id": 13, + "poly": [ + 1049, + 991, + 1077, + 991, + 1077, + 1021, + 1049, + 1021 + ], + "score": 0.86, + "latex": "S _ { l }" + }, + { + "category_id": 13, + "poly": [ + 993, + 1189, + 1015, + 1189, + 1015, + 1217, + 993, + 1217 + ], + "score": 0.84, + "latex": "\\mathcal { G }" + }, + { + "category_id": 13, + "poly": [ + 706, + 1189, + 727, + 1189, + 727, + 1218, + 706, + 1218 + ], + "score": 0.78, + "latex": "\\mathcal { G }" + }, + { + "category_id": 13, + "poly": [ + 900, + 564, + 930, + 564, + 930, + 590, + 900, + 590 + ], + "score": 0.75, + "latex": "v _ { 1 }" + }, + { + "category_id": 13, + "poly": [ + 1379, + 529, + 1401, + 529, + 1401, + 559, + 1379, + 559 + ], + "score": 0.75, + "latex": "\\mathcal { G }" + }, + { + "category_id": 13, + "poly": [ + 1140, + 623, + 1165, + 623, + 1165, + 648, + 1140, + 648 + ], + "score": 0.7, + "latex": "E" + }, + { + "category_id": 13, + "poly": [ + 393, + 1254, + 412, + 1254, + 412, + 1276, + 393, + 1276 + ], + "score": 0.53, + "latex": "\\mathbf { z }" + }, + { + "category_id": 13, + "poly": [ + 899, + 625, + 922, + 625, + 922, + 648, + 899, + 648 + ], + "score": 0.44, + "latex": "\\mathbf { x }" + }, + { + "category_id": 13, + "poly": [ + 490, + 623, + 512, + 623, + 512, + 649, + 490, + 649 + ], + "score": 0.42, + "latex": "\\mathbf { d }" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 218.0, + 331.0, + 218.0, + 331.0, + 261.0, + 291.0, + 261.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 487.0, + 243.0, + 526.0, + 243.0, + 526.0, + 277.0, + 487.0, + 277.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 559.0, + 226.0, + 592.0, + 226.0, + 592.0, + 256.0, + 559.0, + 256.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 744.0, + 222.0, + 775.0, + 222.0, + 775.0, + 256.0, + 744.0, + 256.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 790.0, + 227.0, + 842.0, + 227.0, + 842.0, + 298.0, + 790.0, + 298.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1134.0, + 222.0, + 1169.0, + 222.0, + 1169.0, + 257.0, + 1134.0, + 257.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1279.0, + 235.0, + 1308.0, + 235.0, + 1308.0, + 267.0, + 1279.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 318.0, + 269.0, + 361.0, + 269.0, + 361.0, + 323.0, + 318.0, + 323.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 463.0, + 284.0, + 523.0, + 284.0, + 523.0, + 318.0, + 463.0, + 318.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 676.0, + 271.0, + 715.0, + 271.0, + 715.0, + 305.0, + 676.0, + 305.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1070.0, + 275.0, + 1100.0, + 275.0, + 1100.0, + 308.0, + 1070.0, + 308.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 306.0, + 308.0, + 342.0, + 308.0, + 342.0, + 345.0, + 306.0, + 345.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 391.0, + 311.0, + 417.0, + 311.0, + 417.0, + 337.0, + 391.0, + 337.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 784.0, + 322.0, + 807.0, + 322.0, + 807.0, + 341.0, + 784.0, + 341.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1022.0, + 306.0, + 1078.0, + 306.0, + 1078.0, + 417.0, + 1022.0, + 417.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1283.0, + 326.0, + 1304.0, + 326.0, + 1304.0, + 346.0, + 1283.0, + 346.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1372.0, + 320.0, + 1395.0, + 320.0, + 1395.0, + 350.0, + 1372.0, + 350.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 796.0, + 364.0, + 830.0, + 364.0, + 830.0, + 392.0, + 796.0, + 392.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 315.0, + 384.0, + 337.0, + 384.0, + 337.0, + 404.0, + 315.0, + 404.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 810.0, + 399.0, + 825.0, + 399.0, + 825.0, + 414.0, + 810.0, + 414.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 677.0, + 412.0, + 712.0, + 412.0, + 712.0, + 441.0, + 677.0, + 441.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1078.0, + 408.0, + 1095.0, + 408.0, + 1095.0, + 433.0, + 1078.0, + 433.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 910.0, + 426.0, + 950.0, + 426.0, + 950.0, + 461.0, + 910.0, + 461.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 779.0, + 452.0, + 809.0, + 452.0, + 809.0, + 488.0, + 779.0, + 488.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1314.0, + 444.0, + 1345.0, + 444.0, + 1345.0, + 474.0, + 1314.0, + 474.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 586.0, + 471.0, + 616.0, + 471.0, + 616.0, + 508.0, + 586.0, + 508.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 863.25, + 230.5, + 889.25, + 230.5, + 889.25, + 264.5, + 863.25, + 264.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 590.75, + 270.0, + 618.75, + 270.0, + 618.75, + 303.0, + 590.75, + 303.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 925.25, + 294.5, + 946.25, + 294.5, + 946.25, + 318.0, + 925.25, + 318.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 680.0, + 348.5, + 706.0, + 348.5, + 706.0, + 377.5, + 680.0, + 377.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 860.0, + 380.5, + 889.0, + 380.5, + 889.0, + 408.0, + 860.0, + 408.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 527.0, + 1378.0, + 527.0, + 1378.0, + 563.0, + 295.0, + 563.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1402.0, + 527.0, + 1405.0, + 527.0, + 1405.0, + 563.0, + 1402.0, + 563.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 559.0, + 899.0, + 559.0, + 899.0, + 594.0, + 293.0, + 594.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 931.0, + 559.0, + 1405.0, + 559.0, + 1405.0, + 594.0, + 931.0, + 594.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 588.0, + 488.0, + 588.0, + 488.0, + 628.0, + 294.0, + 628.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 619.0, + 588.0, + 1055.0, + 588.0, + 1055.0, + 628.0, + 619.0, + 628.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1185.0, + 588.0, + 1234.0, + 588.0, + 1234.0, + 628.0, + 1185.0, + 628.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1390.0, + 588.0, + 1405.0, + 588.0, + 1405.0, + 628.0, + 1390.0, + 628.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 617.0, + 489.0, + 617.0, + 489.0, + 654.0, + 293.0, + 654.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 513.0, + 617.0, + 898.0, + 617.0, + 898.0, + 654.0, + 513.0, + 654.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 923.0, + 617.0, + 1139.0, + 617.0, + 1139.0, + 654.0, + 923.0, + 654.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1166.0, + 617.0, + 1405.0, + 617.0, + 1405.0, + 654.0, + 1166.0, + 654.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 648.0, + 866.0, + 648.0, + 866.0, + 688.0, + 293.0, + 688.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1078.0, + 648.0, + 1407.0, + 648.0, + 1407.0, + 688.0, + 1078.0, + 688.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 681.0, + 465.0, + 681.0, + 465.0, + 717.0, + 294.0, + 717.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 588.0, + 681.0, + 759.0, + 681.0, + 759.0, + 717.0, + 588.0, + 717.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 330.0, + 1912.0, + 1108.0, + 1912.0, + 1108.0, + 1954.0, + 330.0, + 1954.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1167.0, + 1912.0, + 1407.0, + 1912.0, + 1407.0, + 1954.0, + 1167.0, + 1954.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 326.0, + 1966.0, + 1404.0, + 1966.0, + 1404.0, + 2018.0, + 326.0, + 2018.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 2004.0, + 602.0, + 2004.0, + 602.0, + 2034.0, + 298.0, + 2034.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.75, + 1939.5, + 467.75, + 1939.5, + 467.75, + 1982.0, + 290.75, + 1982.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1094.0, + 625.0, + 1094.0, + 625.0, + 1133.0, + 294.0, + 1133.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 72.0, + 858.0, + 72.0, + 858.0, + 108.0, + 298.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 2085.0, + 862.0, + 2085.0, + 862.0, + 2118.0, + 838.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 2085.0, + 862.0, + 2085.0, + 862.0, + 2118.0, + 838.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 73.0, + 858.0, + 73.0, + 858.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1464.0, + 368.0, + 1464.0, + 368.0, + 1499.0, + 295.0, + 1499.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 491.0, + 1464.0, + 546.0, + 1464.0, + 546.0, + 1499.0, + 491.0, + 1499.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 669.0, + 1464.0, + 1406.0, + 1464.0, + 1406.0, + 1499.0, + 669.0, + 1499.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1494.0, + 1406.0, + 1494.0, + 1406.0, + 1530.0, + 295.0, + 1530.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1525.0, + 1405.0, + 1525.0, + 1405.0, + 1561.0, + 294.0, + 1561.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1553.0, + 1405.0, + 1553.0, + 1405.0, + 1591.0, + 294.0, + 1591.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1586.0, + 1405.0, + 1586.0, + 1405.0, + 1622.0, + 295.0, + 1622.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1615.0, + 1405.0, + 1615.0, + 1405.0, + 1650.0, + 292.0, + 1650.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1647.0, + 1405.0, + 1647.0, + 1405.0, + 1683.0, + 295.0, + 1683.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1676.0, + 1403.0, + 1676.0, + 1403.0, + 1712.0, + 294.0, + 1712.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1708.0, + 1403.0, + 1708.0, + 1403.0, + 1740.0, + 295.0, + 1740.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1736.0, + 572.0, + 1736.0, + 572.0, + 1772.0, + 295.0, + 1772.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1157.0, + 1405.0, + 1157.0, + 1405.0, + 1190.0, + 296.0, + 1190.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1188.0, + 705.0, + 1188.0, + 705.0, + 1220.0, + 296.0, + 1220.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 728.0, + 1188.0, + 992.0, + 1188.0, + 992.0, + 1220.0, + 728.0, + 1220.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1016.0, + 1188.0, + 1405.0, + 1188.0, + 1405.0, + 1220.0, + 1016.0, + 1220.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1212.0, + 296.0, + 1212.0, + 296.0, + 1257.0, + 290.0, + 1257.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 423.0, + 1212.0, + 515.0, + 1212.0, + 515.0, + 1257.0, + 423.0, + 1257.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 619.0, + 1212.0, + 828.0, + 1212.0, + 828.0, + 1257.0, + 619.0, + 1257.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 950.0, + 1212.0, + 1278.0, + 1212.0, + 1278.0, + 1257.0, + 950.0, + 1257.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1401.0, + 1212.0, + 1405.0, + 1212.0, + 1405.0, + 1257.0, + 1401.0, + 1257.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1247.0, + 392.0, + 1247.0, + 392.0, + 1282.0, + 294.0, + 1282.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 413.0, + 1247.0, + 1184.0, + 1247.0, + 1184.0, + 1282.0, + 413.0, + 1282.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1296.0, + 669.0, + 1296.0, + 669.0, + 1329.0, + 296.0, + 1329.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 776.0, + 1296.0, + 1404.0, + 1296.0, + 1404.0, + 1329.0, + 776.0, + 1329.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1322.0, + 1405.0, + 1322.0, + 1405.0, + 1364.0, + 293.0, + 1364.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1357.0, + 1404.0, + 1357.0, + 1404.0, + 1390.0, + 296.0, + 1390.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1383.0, + 437.0, + 1383.0, + 437.0, + 1422.0, + 293.0, + 1422.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 491.0, + 1383.0, + 1405.0, + 1383.0, + 1405.0, + 1422.0, + 491.0, + 1422.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1417.0, + 582.0, + 1417.0, + 582.0, + 1454.0, + 294.0, + 1454.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 654.0, + 1417.0, + 881.0, + 1417.0, + 881.0, + 1454.0, + 654.0, + 1454.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 779.0, + 1403.0, + 779.0, + 1403.0, + 812.0, + 296.0, + 812.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 807.0, + 1403.0, + 807.0, + 1403.0, + 845.0, + 292.0, + 845.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 835.0, + 1404.0, + 835.0, + 1404.0, + 880.0, + 291.0, + 880.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 869.0, + 1405.0, + 869.0, + 1405.0, + 907.0, + 294.0, + 907.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 903.0, + 883.0, + 903.0, + 883.0, + 936.0, + 296.0, + 936.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 284.0, + 930.0, + 494.0, + 930.0, + 494.0, + 1007.0, + 284.0, + 1007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 537.0, + 930.0, + 744.0, + 930.0, + 744.0, + 1007.0, + 537.0, + 1007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 837.0, + 930.0, + 1050.0, + 930.0, + 1050.0, + 1007.0, + 837.0, + 1007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1080.0, + 930.0, + 1193.0, + 930.0, + 1193.0, + 1007.0, + 1080.0, + 1007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1224.0, + 930.0, + 1417.0, + 930.0, + 1417.0, + 1007.0, + 1224.0, + 1007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 283.0, + 965.0, + 396.0, + 965.0, + 396.0, + 1046.0, + 283.0, + 1046.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 510.0, + 965.0, + 1048.0, + 965.0, + 1048.0, + 1046.0, + 510.0, + 1046.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1078.0, + 965.0, + 1280.0, + 965.0, + 1280.0, + 1046.0, + 1078.0, + 1046.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1394.0, + 965.0, + 1414.0, + 965.0, + 1414.0, + 1046.0, + 1394.0, + 1046.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1017.0, + 1286.0, + 1017.0, + 1286.0, + 1056.0, + 295.0, + 1056.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1784.0, + 1405.0, + 1784.0, + 1405.0, + 1819.0, + 294.0, + 1819.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1815.0, + 544.0, + 1815.0, + 544.0, + 1851.0, + 293.0, + 1851.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 667.0, + 1815.0, + 732.0, + 1815.0, + 732.0, + 1851.0, + 667.0, + 1851.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 765.0, + 1815.0, + 1290.0, + 1815.0, + 1290.0, + 1851.0, + 765.0, + 1851.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1322.0, + 1815.0, + 1403.0, + 1815.0, + 1403.0, + 1851.0, + 1322.0, + 1851.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1843.0, + 296.0, + 1843.0, + 296.0, + 1889.0, + 291.0, + 1889.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 436.0, + 1843.0, + 575.0, + 1843.0, + 575.0, + 1889.0, + 436.0, + 1889.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 603.0, + 1843.0, + 709.0, + 1843.0, + 709.0, + 1889.0, + 603.0, + 1889.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 742.0, + 1843.0, + 894.0, + 1843.0, + 894.0, + 1889.0, + 742.0, + 1889.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 963.0, + 1843.0, + 1012.0, + 1843.0, + 1012.0, + 1889.0, + 963.0, + 1889.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1080.0, + 1843.0, + 1408.0, + 1843.0, + 1408.0, + 1889.0, + 1080.0, + 1889.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 2, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 294, + 1273, + 1407, + 1273, + 1407, + 1505, + 294, + 1505 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 296, + 873, + 1405, + 873, + 1405, + 1073, + 296, + 1073 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 298, + 1909, + 1404, + 1909, + 1404, + 2036, + 298, + 2036 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 296, + 1707, + 1406, + 1707, + 1406, + 1813, + 296, + 1813 + ], + "score": 0.974 + }, + { + "category_id": 3, + "poly": [ + 334, + 221, + 1405, + 221, + 1405, + 722, + 334, + 722 + ], + "score": 0.971 + }, + { + "category_id": 8, + "poly": [ + 417, + 1098, + 1280, + 1098, + 1280, + 1248, + 417, + 1248 + ], + "score": 0.971 + }, + { + "category_id": 8, + "poly": [ + 417, + 1530, + 1280, + 1530, + 1280, + 1683, + 417, + 1683 + ], + "score": 0.967 + }, + { + "category_id": 4, + "poly": [ + 297, + 744, + 1404, + 744, + 1404, + 811, + 297, + 811 + ], + "score": 0.943 + }, + { + "category_id": 8, + "poly": [ + 494, + 1839, + 1203, + 1839, + 1203, + 1883, + 494, + 1883 + ], + "score": 0.935 + }, + { + "category_id": 2, + "poly": [ + 297, + 75, + 858, + 75, + 858, + 105, + 297, + 105 + ], + "score": 0.91 + }, + { + "category_id": 9, + "poly": [ + 1365, + 1591, + 1401, + 1591, + 1401, + 1622, + 1365, + 1622 + ], + "score": 0.878 + }, + { + "category_id": 9, + "poly": [ + 1365, + 1844, + 1400, + 1844, + 1400, + 1875, + 1365, + 1875 + ], + "score": 0.874 + }, + { + "category_id": 9, + "poly": [ + 1365, + 1158, + 1401, + 1158, + 1401, + 1190, + 1365, + 1190 + ], + "score": 0.868 + }, + { + "category_id": 2, + "poly": [ + 840, + 2088, + 859, + 2088, + 859, + 2112, + 840, + 2112 + ], + "score": 0.779 + }, + { + "category_id": 13, + "poly": [ + 1120, + 1437, + 1220, + 1437, + 1220, + 1477, + 1120, + 1477 + ], + "score": 0.94, + "latex": "\\sigma _ { d _ { k } } ^ { 2 } \\in \\mathbb { R }" + }, + { + "category_id": 13, + "poly": [ + 466, + 1276, + 586, + 1276, + 586, + 1310, + 466, + 1310 + ], + "score": 0.94, + "latex": "p _ { \\boldsymbol { \\theta } } ( \\mathbf { d } | \\mathbf { z } , \\mathcal { G } )" + }, + { + "category_id": 13, + "poly": [ + 820, + 776, + 940, + 776, + 940, + 810, + 820, + 810 + ], + "score": 0.94, + "latex": "p _ { \\boldsymbol { \\theta } } ( \\mathbf { d } | \\mathbf { z } , \\mathcal { G } )" + }, + { + "category_id": 14, + "poly": [ + 418, + 1096, + 1278, + 1096, + 1278, + 1250, + 418, + 1250 + ], + "score": 0.93, + "latex": "\\begin{array} { r l } { v _ { i , \\mathrm { e n c } } ^ { ( 0 ) } = F _ { \\mathrm { e n c } , v } ( v _ { i } ) , } & { e _ { k , \\mathrm { e n c } } ^ { ( 0 ) } = F _ { \\mathrm { e n c } , e } ( e _ { i } ^ { \\prime } ) , } \\\\ { \\mathcal { G } _ { \\mathrm { e n c } } ^ { ( 1 ) } = \\mathsf { M P } _ { \\mathrm { e n c } } ^ { ( 0 ) } ( \\mathcal { G } _ { \\mathrm { e n c } } ^ { ( 0 ) } ) , } & { \\mathcal { G } _ { \\mathrm { e n c } } ^ { ( t + 1 ) } = \\mathsf { M P } _ { \\mathrm { e n c } } ^ { ( t ) } ( \\mathcal { G } _ { \\mathrm { e n c } } ^ { ( t ) } ) , \\quad \\mathcal { G } _ { \\mathrm { e n c } } ^ { ( T ) } = \\mathsf { M P } _ { \\mathrm { e n c } } ^ { ( T - 1 ) } ( \\mathcal { G } _ { \\mathrm { e n c } } ^ { ( T - 1 ) } ) , } \\\\ { \\mu _ { z _ { i } } , \\sigma _ { z _ { i } } ^ { 2 } = R _ { \\mathrm { e n c } } ( v _ { i , \\mathrm { e n c } } ^ { ( T ) } ) . } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 487, + 1005, + 584, + 1005, + 584, + 1043, + 487, + 1043 + ], + "score": 0.93, + "latex": "\\sigma _ { z _ { i } } ^ { 2 } \\in \\mathbb { R }" + }, + { + "category_id": 13, + "poly": [ + 534, + 777, + 655, + 777, + 655, + 811, + 534, + 811 + ], + "score": 0.93, + "latex": "q _ { \\phi } ( \\mathbf { z } | \\mathbf { d } , \\mathcal { G } )" + }, + { + "category_id": 13, + "poly": [ + 1052, + 1348, + 1194, + 1348, + 1194, + 1393, + 1052, + 1393 + ], + "score": 0.93, + "latex": "e _ { k , \\mathrm { d e c } } ^ { ( t ) } \\in \\mathbb { R } ^ { L _ { \\mathrm { e } } }" + }, + { + "category_id": 13, + "poly": [ + 622, + 876, + 672, + 876, + 672, + 916, + 622, + 916 + ], + "score": 0.93, + "latex": "\\mathcal { G } _ { \\mathrm { e n c } } ^ { ( 0 ) }" + }, + { + "category_id": 14, + "poly": [ + 418, + 1528, + 1279, + 1528, + 1279, + 1686, + 418, + 1686 + ], + "score": 0.93, + "latex": "\\begin{array} { r l } & { v _ { i , \\mathrm { d e c } } ^ { ( 0 ) } = F _ { \\mathrm { d e c } , v } ( v _ { i } ^ { \\prime } ) , \\quad e _ { k , \\mathrm { d e c } } ^ { ( 0 ) } = F _ { \\mathrm { d e c } , e } ( e _ { i } ) , } \\\\ & { \\mathcal { G } _ { \\mathrm { d e c } } ^ { ( 1 ) } = \\mathbf { M } \\mathbf { P } _ { \\mathrm { d e c } } ^ { ( 0 ) } ( \\mathcal { G } _ { \\mathrm { d e c } } ^ { ( 0 ) } ) , \\quad \\mathcal { G } _ { \\mathrm { d e c } } ^ { ( t + 1 ) } = \\mathbf { M } \\mathbf { P } _ { \\mathrm { d e c } } ^ { ( t ) } ( \\mathcal { G } _ { \\mathrm { d e c } } ^ { ( t ) } ) , \\quad \\mathcal { G } _ { \\mathrm { d e c } } ^ { ( T ) } = \\mathbf { M } \\mathbf { P } _ { \\mathrm { d e c } } ^ { ( T - 1 ) } ( \\mathcal { G } _ { \\mathrm { d e c } } ^ { ( T - 1 ) } ) , } \\\\ & { \\qquad \\mu _ { d _ { k } } , \\sigma _ { d _ { k } } ^ { 2 } = R _ { \\mathrm { d e c } } ( e _ { k , \\mathrm { d e c } } ^ { ( T ) } ) . } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 347, + 919, + 495, + 919, + 495, + 965, + 347, + 965 + ], + "score": 0.93, + "latex": "e _ { k , \\mathrm { e n c } } ^ { ( t ) } \\in \\mathbb { R } ^ { L _ { \\mathrm { c } } }" + }, + { + "category_id": 13, + "poly": [ + 485, + 1911, + 577, + 1911, + 577, + 1945, + 485, + 1945 + ], + "score": 0.93, + "latex": "p _ { \\boldsymbol { \\theta } } ( \\mathbf { z } | \\mathcal { G } )" + }, + { + "category_id": 13, + "poly": [ + 535, + 1432, + 600, + 1432, + 600, + 1475, + 535, + 1475 + ], + "score": 0.93, + "latex": "e _ { \\mathbf { k } , \\mathrm { d e c } } ^ { ( T ) }" + }, + { + "category_id": 13, + "poly": [ + 826, + 1440, + 926, + 1440, + 926, + 1473, + 826, + 1473 + ], + "score": 0.92, + "latex": "\\mu _ { d _ { k } } \\in \\mathbb { R }" + }, + { + "category_id": 13, + "poly": [ + 1300, + 971, + 1401, + 971, + 1401, + 1005, + 1300, + 1005 + ], + "score": 0.92, + "latex": "\\mu _ { z _ { i } } \\in \\mathbb { R }" + }, + { + "category_id": 13, + "poly": [ + 853, + 924, + 989, + 924, + 989, + 963, + 853, + 963 + ], + "score": 0.92, + "latex": "\\{ \\mathbf { M P } _ { \\mathrm { e n c } } ^ { ( t ) } \\} _ { t = 1 } ^ { T }" + }, + { + "category_id": 13, + "poly": [ + 422, + 1393, + 557, + 1393, + 557, + 1434, + 422, + 1434 + ], + "score": 0.91, + "latex": "\\{ \\mathbf { M P } _ { \\mathrm { d e c } } ^ { ( t ) } \\} _ { t = 1 } ^ { T }" + }, + { + "category_id": 13, + "poly": [ + 1008, + 964, + 1066, + 964, + 1066, + 1008, + 1008, + 1008 + ], + "score": 0.91, + "latex": "v _ { \\mathrm { i , e n c } } ^ { ( T ) }" + }, + { + "category_id": 13, + "poly": [ + 1343, + 1310, + 1393, + 1310, + 1393, + 1351, + 1343, + 1351 + ], + "score": 0.91, + "latex": "\\mathcal { G } _ { \\mathrm { d e c } } ^ { ( 0 ) }" + }, + { + "category_id": 13, + "poly": [ + 954, + 1392, + 1009, + 1392, + 1009, + 1435, + 954, + 1435 + ], + "score": 0.91, + "latex": "\\mathcal { G } _ { \\mathrm { d e c } } ^ { ( T ) }" + }, + { + "category_id": 13, + "poly": [ + 775, + 1316, + 841, + 1316, + 841, + 1349, + 775, + 1349 + ], + "score": 0.91, + "latex": "F _ { \\mathrm { d e c } , v }" + }, + { + "category_id": 13, + "poly": [ + 708, + 972, + 760, + 972, + 760, + 1003, + 708, + 1003 + ], + "score": 0.9, + "latex": "R _ { \\mathrm { e n c } }" + }, + { + "category_id": 13, + "poly": [ + 894, + 1316, + 960, + 1316, + 960, + 1348, + 894, + 1348 + ], + "score": 0.9, + "latex": "F _ { \\mathrm { d e c } , e }" + }, + { + "category_id": 13, + "poly": [ + 297, + 1311, + 375, + 1311, + 375, + 1343, + 297, + 1343 + ], + "score": 0.9, + "latex": "\\mathbb { R } ^ { F _ { v } + 1 }" + }, + { + "category_id": 13, + "poly": [ + 297, + 964, + 352, + 964, + 352, + 1004, + 297, + 1004 + ], + "score": 0.89, + "latex": "\\mathcal { G } _ { \\mathrm { e n c } } ^ { ( T ) }" + }, + { + "category_id": 13, + "poly": [ + 1347, + 1276, + 1405, + 1276, + 1405, + 1310, + 1347, + 1310 + ], + "score": 0.89, + "latex": "v _ { i } ^ { \\prime } \\in" + }, + { + "category_id": 14, + "poly": [ + 495, + 1839, + 1201, + 1839, + 1201, + 1882, + 495, + 1882 + ], + "score": 0.88, + "latex": "L = \\mathbb { E } _ { \\mathbf { z } \\sim q _ { \\phi } ( \\mathbf { z } | \\mathbf { d } , \\mathcal { G } ) } [ \\log p _ { \\theta } ( \\mathbf { d } | \\mathbf { z } , \\mathcal { G } ) ] - D _ { \\mathrm { K L } } [ q _ { \\phi } ( \\mathbf { z } | \\mathbf { d } , \\mathcal { G } ) | | p _ { \\theta } ( \\mathbf { z } | \\mathcal { G } ) ] ," + }, + { + "category_id": 13, + "poly": [ + 1349, + 1400, + 1401, + 1400, + 1401, + 1431, + 1349, + 1431 + ], + "score": 0.88, + "latex": "R _ { \\mathrm { d e c } }" + }, + { + "category_id": 13, + "poly": [ + 471, + 1471, + 501, + 1471, + 501, + 1500, + 471, + 1500 + ], + "score": 0.88, + "latex": "d _ { k }" + }, + { + "category_id": 13, + "poly": [ + 855, + 1349, + 992, + 1349, + 992, + 1393, + 855, + 1393 + ], + "score": 0.87, + "latex": "v _ { i , \\mathrm { d e c } } ^ { ( t ) } \\in \\mathbb { R } ^ { L _ { v } }" + }, + { + "category_id": 13, + "poly": [ + 452, + 1316, + 479, + 1316, + 479, + 1348, + 452, + 1348 + ], + "score": 0.86, + "latex": "\\boldsymbol { v } _ { i } ^ { \\prime }" + }, + { + "category_id": 13, + "poly": [ + 672, + 1044, + 697, + 1044, + 697, + 1069, + 672, + 1069 + ], + "score": 0.86, + "latex": "z _ { i }" + }, + { + "category_id": 13, + "poly": [ + 945, + 1014, + 970, + 1014, + 970, + 1039, + 945, + 1039 + ], + "score": 0.85, + "latex": "z _ { i }" + }, + { + "category_id": 13, + "poly": [ + 908, + 1711, + 930, + 1711, + 930, + 1742, + 908, + 1742 + ], + "score": 0.85, + "latex": "\\phi" + }, + { + "category_id": 13, + "poly": [ + 1232, + 1282, + 1257, + 1282, + 1257, + 1307, + 1232, + 1307 + ], + "score": 0.85, + "latex": "v _ { i }" + }, + { + "category_id": 13, + "poly": [ + 589, + 1321, + 618, + 1321, + 618, + 1346, + 589, + 1346 + ], + "score": 0.84, + "latex": "e _ { k }" + }, + { + "category_id": 13, + "poly": [ + 657, + 1282, + 683, + 1282, + 683, + 1307, + 657, + 1307 + ], + "score": 0.84, + "latex": "z _ { i }" + }, + { + "category_id": 13, + "poly": [ + 651, + 748, + 673, + 748, + 673, + 776, + 651, + 776 + ], + "score": 0.83, + "latex": "\\mathcal { G }" + }, + { + "category_id": 13, + "poly": [ + 373, + 1348, + 841, + 1348, + 841, + 1393, + 373, + 1393 + ], + "score": 0.82, + "latex": "\\mathcal { G } _ { \\mathrm { d e c } } ^ { ( t ) } = ( \\{ v _ { i , \\mathrm { d e c } } ^ { ( t ) } \\} _ { i = 1 } ^ { N _ { v } } , \\{ ( e _ { k , \\mathrm { d e c } } ^ { ( t ) } , r _ { k } , s _ { k } ) \\} _ { k = 1 } ^ { N _ { e } } )" + }, + { + "category_id": 13, + "poly": [ + 299, + 1743, + 433, + 1743, + 433, + 1784, + 299, + 1784 + ], + "score": 0.81, + "latex": "\\{ \\mathbf { M P } _ { \\mathrm { e n c } } ^ { ( t ) } \\} _ { t = 1 } ^ { T }" + }, + { + "category_id": 13, + "poly": [ + 988, + 1711, + 1006, + 1711, + 1006, + 1737, + 988, + 1737 + ], + "score": 0.8, + "latex": "\\theta" + }, + { + "category_id": 13, + "poly": [ + 1279, + 1356, + 1303, + 1356, + 1303, + 1383, + 1279, + 1383 + ], + "score": 0.8, + "latex": "T" + }, + { + "category_id": 13, + "poly": [ + 1243, + 1711, + 1310, + 1711, + 1310, + 1744, + 1243, + 1744 + ], + "score": 0.8, + "latex": "F _ { \\mathrm { e n c , } v }" + }, + { + "category_id": 13, + "poly": [ + 762, + 875, + 1274, + 875, + 1274, + 922, + 762, + 922 + ], + "score": 0.77, + "latex": "\\mathcal { G } _ { \\mathrm { e n c } } ^ { ( t ) } = ( \\{ v _ { i , \\mathrm { e n c } } ^ { ( t ) } \\} _ { i = 1 } ^ { N _ { v } } , \\{ ( e _ { k , \\mathrm { e n c } } ^ { ( t ) } , r _ { k } , s _ { k } ) \\} _ { k = 1 } ^ { N _ { e } } ) , v _ { i } ^ { ( }" + }, + { + "category_id": 13, + "poly": [ + 600, + 1748, + 666, + 1748, + 666, + 1783, + 600, + 1783 + ], + "score": 0.73, + "latex": "F _ { \\mathrm { d e c } , e }" + }, + { + "category_id": 13, + "poly": [ + 1327, + 1710, + 1393, + 1710, + 1393, + 1745, + 1327, + 1745 + ], + "score": 0.71, + "latex": "F _ { \\mathrm { e n c } , e }" + }, + { + "category_id": 13, + "poly": [ + 589, + 929, + 613, + 929, + 613, + 957, + 589, + 957 + ], + "score": 0.69, + "latex": "T" + }, + { + "category_id": 13, + "poly": [ + 834, + 1747, + 894, + 1747, + 894, + 1782, + 834, + 1782 + ], + "score": 0.65, + "latex": "R _ { \\mathrm { d e c } } )" + }, + { + "category_id": 13, + "poly": [ + 1249, + 874, + 1393, + 874, + 1393, + 923, + 1249, + 923 + ], + "score": 0.63, + "latex": "v _ { i , \\mathrm { e n c } } ^ { ( t ) } \\in \\mathbb { R } ^ { L _ { v } }" + }, + { + "category_id": 13, + "poly": [ + 517, + 1748, + 585, + 1748, + 585, + 1783, + 517, + 1783 + ], + "score": 0.5, + "latex": "F _ { \\mathrm { d e c } , v }" + }, + { + "category_id": 13, + "poly": [ + 683, + 1742, + 895, + 1742, + 895, + 1785, + 683, + 1785 + ], + "score": 0.49, + "latex": "\\{ \\mathbf { M P } _ { \\mathrm { d e c } } ^ { ( t ) } \\} _ { t = 1 } ^ { T } , R _ { \\mathrm { d e c } } )" + }, + { + "category_id": 13, + "poly": [ + 449, + 1746, + 502, + 1746, + 502, + 1781, + 449, + 1781 + ], + "score": 0.45, + "latex": "R _ { \\mathrm { e n c } }" + }, + { + "category_id": 13, + "poly": [ + 985, + 748, + 1007, + 748, + 1007, + 775, + 985, + 775 + ], + "score": 0.43, + "latex": "\\mathbf { d }" + }, + { + "category_id": 13, + "poly": [ + 1243, + 1709, + 1394, + 1709, + 1394, + 1745, + 1243, + 1745 + ], + "score": 0.29, + "latex": "F _ { \\mathrm { e n c } , v } , \\ F _ { \\mathrm { e n c } , e }" + }, + { + "category_id": 15, + "poly": [ + 389.0, + 259.0, + 418.0, + 259.0, + 418.0, + 294.0, + 389.0, + 294.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 502.0, + 252.0, + 540.0, + 252.0, + 540.0, + 287.0, + 502.0, + 287.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 578.0, + 231.0, + 618.0, + 231.0, + 618.0, + 268.0, + 578.0, + 268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 657.0, + 269.0, + 671.0, + 269.0, + 671.0, + 295.0, + 657.0, + 295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 906.0, + 261.0, + 935.0, + 261.0, + 935.0, + 292.0, + 906.0, + 292.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 957.0, + 235.0, + 1018.0, + 235.0, + 1018.0, + 284.0, + 957.0, + 284.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1081.0, + 239.0, + 1117.0, + 239.0, + 1117.0, + 275.0, + 1081.0, + 275.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 343.0, + 291.0, + 397.0, + 291.0, + 397.0, + 403.0, + 343.0, + 403.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 478.0, + 295.0, + 513.0, + 295.0, + 513.0, + 325.0, + 478.0, + 325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 644.0, + 309.0, + 680.0, + 309.0, + 680.0, + 339.0, + 644.0, + 339.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1016.0, + 323.0, + 1041.0, + 323.0, + 1041.0, + 343.0, + 1016.0, + 343.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 612.0, + 364.0, + 649.0, + 364.0, + 649.0, + 400.0, + 612.0, + 400.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 717.0, + 373.0, + 732.0, + 373.0, + 732.0, + 390.0, + 717.0, + 390.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 896.0, + 351.0, + 979.0, + 351.0, + 979.0, + 406.0, + 896.0, + 406.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1138.0, + 371.0, + 1157.0, + 371.0, + 1157.0, + 391.0, + 1138.0, + 391.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 396.0, + 395.0, + 406.0, + 395.0, + 406.0, + 408.0, + 396.0, + 408.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 502.0, + 394.0, + 541.0, + 394.0, + 541.0, + 429.0, + 502.0, + 429.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 673.0, + 404.0, + 683.0, + 404.0, + 683.0, + 416.0, + 673.0, + 416.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 746.0, + 404.0, + 756.0, + 404.0, + 756.0, + 414.0, + 746.0, + 414.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 447.0, + 430.0, + 480.0, + 430.0, + 480.0, + 470.0, + 447.0, + 470.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 834.0, + 471.0, + 860.0, + 471.0, + 860.0, + 498.0, + 834.0, + 498.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1271.0, + 464.0, + 1305.0, + 464.0, + 1305.0, + 495.0, + 1271.0, + 495.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1113.0, + 494.0, + 1149.0, + 494.0, + 1149.0, + 523.0, + 1113.0, + 523.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1245.0, + 497.0, + 1265.0, + 497.0, + 1265.0, + 520.0, + 1245.0, + 520.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 658.0, + 523.0, + 672.0, + 523.0, + 672.0, + 550.0, + 658.0, + 550.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1187.0, + 527.0, + 1196.0, + 527.0, + 1196.0, + 542.0, + 1187.0, + 542.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 488.0, + 559.0, + 516.0, + 559.0, + 516.0, + 583.0, + 488.0, + 583.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 788.0, + 557.0, + 876.0, + 557.0, + 876.0, + 617.0, + 788.0, + 617.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1033.0, + 562.0, + 1062.0, + 562.0, + 1062.0, + 584.0, + 1033.0, + 584.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 682.0, + 659.0, + 690.0, + 659.0, + 690.0, + 679.0, + 682.0, + 679.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 740.0, + 667.0, + 806.0, + 667.0, + 806.0, + 726.0, + 740.0, + 726.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1244.0, + 681.0, + 1277.0, + 681.0, + 1277.0, + 721.0, + 1244.0, + 721.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 763.25, + 255.0, + 821.25, + 255.0, + 821.25, + 296.0, + 763.25, + 296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 603.0, + 271.0, + 632.0, + 271.0, + 632.0, + 300.0, + 603.0, + 300.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 513.25, + 306.0, + 534.25, + 306.0, + 534.25, + 327.5, + 513.25, + 327.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1317.0, + 302.5, + 1372.0, + 302.5, + 1372.0, + 337.5, + 1317.0, + 337.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 738.0, + 329.5, + 770.0, + 329.5, + 770.0, + 366.5, + 738.0, + 366.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1134.0, + 366.5, + 1138.0, + 366.5, + 1138.0, + 384.5, + 1134.0, + 384.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1296.0, + 386.0, + 1341.0, + 386.0, + 1341.0, + 418.5, + 1296.0, + 418.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 768.25, + 416.0, + 828.25, + 416.0, + 828.25, + 454.5, + 768.25, + 454.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1336.75, + 385.5, + 1398.75, + 385.5, + 1398.75, + 412.5, + 1336.75, + 412.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1364.75, + 401.0, + 1391.75, + 401.0, + 1391.75, + 426.0, + 1364.75, + 426.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 645.0, + 420.0, + 676.0, + 420.0, + 676.0, + 448.0, + 645.0, + 448.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 342.0, + 496.0, + 448.0, + 496.0, + 448.0, + 569.5, + 342.0, + 569.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 559.0, + 489.0, + 587.0, + 489.0, + 587.0, + 516.0, + 559.0, + 516.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 940.75, + 487.5, + 1005.75, + 487.5, + 1005.75, + 527.5, + 940.75, + 527.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 364.25, + 610.5, + 417.25, + 610.5, + 417.25, + 645.5, + 364.25, + 645.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 595.25, + 622.0, + 624.25, + 622.0, + 624.25, + 645.5, + 595.25, + 645.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1141.25, + 623.5, + 1172.25, + 623.5, + 1172.25, + 651.0, + 1141.25, + 651.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 937.0, + 639.5, + 1001.0, + 639.5, + 1001.0, + 676.5, + 937.0, + 676.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 745.0, + 650.0, + 745.0, + 650.0, + 781.0, + 296.0, + 781.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 674.0, + 745.0, + 984.0, + 745.0, + 984.0, + 781.0, + 674.0, + 781.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1008.0, + 745.0, + 1404.0, + 745.0, + 1404.0, + 781.0, + 1008.0, + 781.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 775.0, + 533.0, + 775.0, + 533.0, + 811.0, + 294.0, + 811.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 656.0, + 775.0, + 819.0, + 775.0, + 819.0, + 811.0, + 656.0, + 811.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 941.0, + 775.0, + 1277.0, + 775.0, + 1277.0, + 811.0, + 941.0, + 811.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 73.0, + 858.0, + 73.0, + 858.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 2085.0, + 863.0, + 2085.0, + 863.0, + 2118.0, + 838.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 278.0, + 1275.0, + 296.0, + 1275.0, + 296.0, + 1373.0, + 278.0, + 1373.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 376.0, + 1275.0, + 451.0, + 1275.0, + 451.0, + 1373.0, + 376.0, + 1373.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 619.0, + 1275.0, + 656.0, + 1275.0, + 656.0, + 1373.0, + 619.0, + 1373.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 684.0, + 1275.0, + 774.0, + 1275.0, + 774.0, + 1373.0, + 684.0, + 1373.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 842.0, + 1275.0, + 893.0, + 1275.0, + 893.0, + 1373.0, + 842.0, + 1373.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 961.0, + 1275.0, + 1231.0, + 1275.0, + 1231.0, + 1373.0, + 961.0, + 1373.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1258.0, + 1275.0, + 1342.0, + 1275.0, + 1342.0, + 1373.0, + 1258.0, + 1373.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1406.0, + 1275.0, + 1422.0, + 1275.0, + 1422.0, + 1373.0, + 1406.0, + 1373.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 286.0, + 1324.0, + 372.0, + 1324.0, + 372.0, + 1414.0, + 286.0, + 1414.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 842.0, + 1324.0, + 854.0, + 1324.0, + 854.0, + 1414.0, + 842.0, + 1414.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 993.0, + 1324.0, + 1051.0, + 1324.0, + 1051.0, + 1414.0, + 993.0, + 1414.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1195.0, + 1324.0, + 1278.0, + 1324.0, + 1278.0, + 1414.0, + 1195.0, + 1414.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1304.0, + 1324.0, + 1407.0, + 1324.0, + 1407.0, + 1414.0, + 1304.0, + 1414.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 558.0, + 1373.0, + 953.0, + 1373.0, + 953.0, + 1455.0, + 558.0, + 1455.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1010.0, + 1373.0, + 1348.0, + 1373.0, + 1348.0, + 1455.0, + 1010.0, + 1455.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1402.0, + 1373.0, + 1407.0, + 1373.0, + 1407.0, + 1455.0, + 1402.0, + 1455.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 277.0, + 1410.0, + 470.0, + 1410.0, + 470.0, + 1497.0, + 277.0, + 1497.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 502.0, + 1410.0, + 534.0, + 1410.0, + 534.0, + 1497.0, + 502.0, + 1497.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 601.0, + 1410.0, + 825.0, + 1410.0, + 825.0, + 1497.0, + 601.0, + 1497.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 927.0, + 1410.0, + 1119.0, + 1410.0, + 1119.0, + 1497.0, + 927.0, + 1497.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1221.0, + 1410.0, + 1405.0, + 1410.0, + 1405.0, + 1497.0, + 1221.0, + 1497.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1463.0, + 470.0, + 1463.0, + 470.0, + 1507.0, + 294.0, + 1507.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 502.0, + 1463.0, + 661.0, + 1463.0, + 661.0, + 1507.0, + 502.0, + 1507.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 286.0, + 1385.5, + 552.0, + 1385.5, + 552.0, + 1440.5, + 286.0, + 1440.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 284.0, + 859.0, + 621.0, + 859.0, + 621.0, + 931.0, + 284.0, + 931.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 673.0, + 859.0, + 761.0, + 859.0, + 761.0, + 931.0, + 673.0, + 931.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 281.0, + 906.0, + 346.0, + 906.0, + 346.0, + 980.0, + 281.0, + 980.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 496.0, + 906.0, + 588.0, + 906.0, + 588.0, + 980.0, + 496.0, + 980.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 614.0, + 906.0, + 852.0, + 906.0, + 852.0, + 980.0, + 614.0, + 980.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 990.0, + 906.0, + 1416.0, + 906.0, + 1416.0, + 980.0, + 990.0, + 980.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 284.0, + 949.0, + 296.0, + 949.0, + 296.0, + 1024.0, + 284.0, + 1024.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 353.0, + 949.0, + 707.0, + 949.0, + 707.0, + 1024.0, + 353.0, + 1024.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 761.0, + 949.0, + 1007.0, + 949.0, + 1007.0, + 1024.0, + 761.0, + 1024.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1067.0, + 949.0, + 1299.0, + 949.0, + 1299.0, + 1024.0, + 1067.0, + 1024.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1402.0, + 949.0, + 1406.0, + 949.0, + 1406.0, + 1024.0, + 1402.0, + 1024.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1005.0, + 486.0, + 1005.0, + 486.0, + 1047.0, + 293.0, + 1047.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 585.0, + 1005.0, + 944.0, + 1005.0, + 944.0, + 1047.0, + 585.0, + 1047.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 971.0, + 1005.0, + 1407.0, + 1005.0, + 1407.0, + 1047.0, + 971.0, + 1047.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1033.0, + 671.0, + 1033.0, + 671.0, + 1079.0, + 292.0, + 1079.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 698.0, + 1033.0, + 857.0, + 1033.0, + 857.0, + 1079.0, + 698.0, + 1079.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1301.0, + 876.5, + 1407.0, + 876.5, + 1407.0, + 919.5, + 1301.0, + 919.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1909.0, + 484.0, + 1909.0, + 484.0, + 1948.0, + 293.0, + 1948.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 578.0, + 1909.0, + 1404.0, + 1909.0, + 1404.0, + 1948.0, + 578.0, + 1948.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1942.0, + 1406.0, + 1942.0, + 1406.0, + 1978.0, + 292.0, + 1978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1974.0, + 1404.0, + 1974.0, + 1404.0, + 2007.0, + 294.0, + 2007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 2002.0, + 1100.0, + 2002.0, + 1100.0, + 2039.0, + 294.0, + 2039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1699.0, + 907.0, + 1699.0, + 907.0, + 1752.0, + 292.0, + 1752.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 931.0, + 1699.0, + 987.0, + 1699.0, + 987.0, + 1752.0, + 931.0, + 1752.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1007.0, + 1699.0, + 1242.0, + 1699.0, + 1242.0, + 1752.0, + 1007.0, + 1752.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1395.0, + 1699.0, + 1407.0, + 1699.0, + 1407.0, + 1752.0, + 1395.0, + 1752.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 284.0, + 1729.0, + 298.0, + 1729.0, + 298.0, + 1800.0, + 284.0, + 1800.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 434.0, + 1729.0, + 448.0, + 1729.0, + 448.0, + 1800.0, + 434.0, + 1800.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 503.0, + 1729.0, + 516.0, + 1729.0, + 516.0, + 1800.0, + 503.0, + 1800.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 586.0, + 1729.0, + 599.0, + 1729.0, + 599.0, + 1800.0, + 586.0, + 1800.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 667.0, + 1729.0, + 682.0, + 1729.0, + 682.0, + 1800.0, + 667.0, + 1800.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 896.0, + 1729.0, + 1409.0, + 1729.0, + 1409.0, + 1800.0, + 896.0, + 1800.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1775.0, + 692.0, + 1775.0, + 692.0, + 1814.0, + 295.0, + 1814.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 3, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 810, + 1405, + 810, + 1405, + 1157, + 297, + 1157 + ], + "score": 0.984 + }, + { + "category_id": 1, + "poly": [ + 297, + 398, + 1405, + 398, + 1405, + 720, + 297, + 720 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 297, + 1608, + 1403, + 1608, + 1403, + 1763, + 297, + 1763 + ], + "score": 0.972 + }, + { + "category_id": 1, + "poly": [ + 298, + 286, + 1402, + 286, + 1402, + 386, + 298, + 386 + ], + "score": 0.966 + }, + { + "category_id": 8, + "poly": [ + 546, + 1169, + 1152, + 1169, + 1152, + 1261, + 546, + 1261 + ], + "score": 0.958 + }, + { + "category_id": 8, + "poly": [ + 611, + 1336, + 1086, + 1336, + 1086, + 1423, + 611, + 1423 + ], + "score": 0.948 + }, + { + "category_id": 1, + "poly": [ + 299, + 1270, + 1401, + 1270, + 1401, + 1332, + 299, + 1332 + ], + "score": 0.944 + }, + { + "category_id": 1, + "poly": [ + 298, + 1428, + 1403, + 1428, + 1403, + 1498, + 298, + 1498 + ], + "score": 0.938 + }, + { + "category_id": 0, + "poly": [ + 300, + 1539, + 604, + 1539, + 604, + 1576, + 300, + 1576 + ], + "score": 0.917 + }, + { + "category_id": 0, + "poly": [ + 303, + 754, + 892, + 754, + 892, + 786, + 303, + 786 + ], + "score": 0.893 + }, + { + "category_id": 9, + "poly": [ + 1366, + 1363, + 1400, + 1363, + 1400, + 1393, + 1366, + 1393 + ], + "score": 0.881 + }, + { + "category_id": 9, + "poly": [ + 1366, + 1200, + 1400, + 1200, + 1400, + 1229, + 1366, + 1229 + ], + "score": 0.879 + }, + { + "category_id": 1, + "poly": [ + 297, + 1778, + 1399, + 1778, + 1399, + 1840, + 297, + 1840 + ], + "score": 0.862 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 858, + 75, + 858, + 105, + 298, + 105 + ], + "score": 0.847 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 858, + 2088, + 858, + 2112, + 841, + 2112 + ], + "score": 0.736 + }, + { + "category_id": 0, + "poly": [ + 299, + 229, + 1272, + 229, + 1272, + 262, + 299, + 262 + ], + "score": 0.498 + }, + { + "category_id": 2, + "poly": [ + 295, + 1860, + 1406, + 1860, + 1406, + 2034, + 295, + 2034 + ], + "score": 0.464 + }, + { + "category_id": 1, + "poly": [ + 299, + 229, + 1272, + 229, + 1272, + 262, + 299, + 262 + ], + "score": 0.399 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 858, + 75, + 858, + 104, + 298, + 104 + ], + "score": 0.094 + }, + { + "category_id": 14, + "poly": [ + 611, + 1329, + 1086, + 1329, + 1086, + 1425, + 611, + 1425 + ], + "score": 0.95, + "latex": "\\mathbb { E } _ { \\mathcal { G } } [ \\mathcal { O } ] = \\frac { \\hat { \\mathbb { E } } _ { \\mathcal { G } } [ \\mathcal { O } ] } { \\hat { \\mathbb { E } } _ { \\mathcal { G } } [ 1 ] } \\approx \\frac { 1 } { Z } \\sum _ { i = 1 } ^ { N } \\mathcal { O } ( \\mathbf { x } _ { i } ) \\tilde { p } ( \\mathbf { x } _ { i } ^ { \\prime } | \\mathcal { G } ) ," + }, + { + "category_id": 14, + "poly": [ + 545, + 1166, + 1150, + 1166, + 1150, + 1262, + 545, + 1262 + ], + "score": 0.94, + "latex": "\\hat { \\mathbb { E } } _ { \\mathcal { G } } [ \\mathcal { O } ] \\overset { \\mathrm { M C } } { \\approx } \\frac { 1 } { N } \\sum _ { i = 1 } ^ { N } \\mathcal { O } ( \\mathbf { x } _ { i } ) \\overset { \\mathrm { I S } } { = } \\frac { 1 } { N } \\sum _ { i = 1 } ^ { N } \\mathcal { O } ( \\mathbf { x } _ { i } ^ { \\prime } ) \\frac { \\tilde { p } ( \\mathbf { x } _ { i } ^ { \\prime } | \\mathcal { G } ) } { p _ { \\mathrm { p r o p } } ( \\mathbf { x } _ { i } ^ { \\prime } | \\mathcal { G } ) } ," + }, + { + "category_id": 13, + "poly": [ + 644, + 348, + 743, + 348, + 743, + 387, + 644, + 387 + ], + "score": 0.93, + "latex": "\\{ d _ { k } \\} _ { k = 1 } ^ { N _ { e } }" + }, + { + "category_id": 13, + "poly": [ + 717, + 682, + 803, + 682, + 803, + 721, + 717, + 721 + ], + "score": 0.93, + "latex": "\\{ \\epsilon _ { i } \\} _ { i = 1 } ^ { N _ { v } }" + }, + { + "category_id": 13, + "poly": [ + 596, + 1270, + 797, + 1270, + 797, + 1306, + 596, + 1306 + ], + "score": 0.93, + "latex": "\\mathbf { x } _ { i } ^ { \\prime } \\sim p _ { \\mathrm { p r o p } } ( \\mathbf { x } _ { i } ^ { \\prime } | \\mathcal { G } )" + }, + { + "category_id": 13, + "poly": [ + 1075, + 843, + 1225, + 843, + 1225, + 875, + 1075, + 875 + ], + "score": 0.93, + "latex": "\\mathbf { x } _ { i } \\sim p ( \\mathbf { x } | \\mathcal { G } )" + }, + { + "category_id": 13, + "poly": [ + 472, + 964, + 808, + 964, + 808, + 998, + 472, + 998 + ], + "score": 0.93, + "latex": "\\tilde { p } ( \\mathbf { x } | \\mathcal { G } ) = \\exp \\{ - E ( \\mathbf { x } ) / k _ { B } T \\}" + }, + { + "category_id": 13, + "poly": [ + 374, + 1429, + 573, + 1429, + 573, + 1470, + 374, + 1470 + ], + "score": 0.93, + "latex": "\\begin{array} { r } { Z \\approx \\sum _ { i = 1 } ^ { N } \\tilde { p } ( \\mathbf { x } _ { i } ^ { \\prime } ) } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 456, + 904, + 536, + 904, + 536, + 936, + 456, + 936 + ], + "score": 0.93, + "latex": "p ( \\mathbf { x } | \\mathcal { G } )" + }, + { + "category_id": 13, + "poly": [ + 529, + 1025, + 648, + 1025, + 648, + 1058, + 529, + 1058 + ], + "score": 0.93, + "latex": "p _ { \\boldsymbol { \\theta } } ( \\mathbf { d } | \\mathbf { z } , \\mathcal { G } )" + }, + { + "category_id": 13, + "poly": [ + 432, + 647, + 520, + 647, + 520, + 685, + 432, + 685 + ], + "score": 0.92, + "latex": "\\{ \\mathbf { r } _ { i } \\} _ { i = 1 } ^ { N _ { v } }" + }, + { + "category_id": 13, + "poly": [ + 737, + 554, + 858, + 554, + 858, + 589, + 737, + 589 + ], + "score": 0.92, + "latex": "p _ { \\boldsymbol { \\theta } } ( \\mathbf { d } | \\mathbf { z } , \\mathcal { G } )" + }, + { + "category_id": 13, + "poly": [ + 463, + 1092, + 592, + 1092, + 592, + 1127, + 463, + 1127 + ], + "score": 0.92, + "latex": "p _ { \\boldsymbol { \\theta } } ( \\mathbf { d } | \\mathbf { z } _ { i } , \\mathcal { G } )" + }, + { + "category_id": 13, + "poly": [ + 375, + 1271, + 539, + 1271, + 539, + 1304, + 375, + 1304 + ], + "score": 0.92, + "latex": "\\mathbf { x } _ { i } \\sim \\tilde { p } ( \\mathbf { x } _ { i } | \\mathcal { G } )" + }, + { + "category_id": 13, + "poly": [ + 837, + 813, + 913, + 813, + 913, + 845, + 837, + 845 + ], + "score": 0.92, + "latex": "\\mathbb { E } _ { \\mathcal { G } } [ \\mathcal { O } ]" + }, + { + "category_id": 13, + "poly": [ + 1023, + 1087, + 1393, + 1087, + 1393, + 1130, + 1023, + 1130 + ], + "score": 0.92, + "latex": "\\begin{array} { r } { p _ { \\mathrm { p r o p } } ( \\mathbf { x } | \\mathcal { G } ) \\approx \\frac { 1 } { N } \\sum _ { i = 1 } ^ { N } \\delta ( \\mathbf { x } - \\mathbf { x } _ { i } ) } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 347, + 1056, + 464, + 1056, + 464, + 1091, + 347, + 1091 + ], + "score": 0.92, + "latex": "p _ { \\mathrm { p r o p } } ( \\mathbf { x } | \\mathcal { G } )" + }, + { + "category_id": 13, + "poly": [ + 298, + 873, + 425, + 873, + 425, + 906, + 298, + 906 + ], + "score": 0.92, + "latex": "\\mathcal { O } ( \\mathbf { x } _ { i } ) \\in \\mathbb { R }" + }, + { + "category_id": 13, + "poly": [ + 1080, + 348, + 1168, + 348, + 1168, + 388, + 1080, + 388 + ], + "score": 0.92, + "latex": "\\{ \\mathbf { r } _ { i } \\} _ { i = 1 } ^ { N _ { v } }" + }, + { + "category_id": 13, + "poly": [ + 777, + 1092, + 929, + 1092, + 929, + 1126, + 777, + 1126 + ], + "score": 0.92, + "latex": "\\mathbf { z } _ { i } \\sim p _ { \\theta } ( \\mathbf { z } | \\mathcal { G } )" + }, + { + "category_id": 13, + "poly": [ + 420, + 997, + 482, + 997, + 482, + 1028, + 420, + 1028 + ], + "score": 0.91, + "latex": "E ( \\mathbf { x } )" + }, + { + "category_id": 13, + "poly": [ + 416, + 1304, + 470, + 1304, + 470, + 1334, + 416, + 1334 + ], + "score": 0.91, + "latex": "\\tilde { p } ( { \\bf x } )" + }, + { + "category_id": 13, + "poly": [ + 838, + 1127, + 918, + 1127, + 918, + 1158, + 838, + 1158 + ], + "score": 0.91, + "latex": "\\tilde { p } ( \\mathbf { x } | \\mathcal { G } )" + }, + { + "category_id": 13, + "poly": [ + 407, + 552, + 644, + 552, + 644, + 588, + 407, + 588 + ], + "score": 0.91, + "latex": "\\{ ( d _ { k , \\operatorname* { m i n } } , d _ { k , \\operatorname* { m a x } } ) \\} _ { k = 1 } ^ { N _ { e } }" + }, + { + "category_id": 13, + "poly": [ + 855, + 1023, + 918, + 1023, + 918, + 1054, + 855, + 1054 + ], + "score": 0.9, + "latex": " { \\mathbb { R } } ^ { 3 N _ { v } }" + }, + { + "category_id": 13, + "poly": [ + 459, + 587, + 757, + 587, + 757, + 620, + 459, + 620 + ], + "score": 0.9, + "latex": "\\{ ( \\mu _ { d _ { k } } - \\sigma _ { d _ { k } } , \\mu _ { d _ { k } } + \\sigma _ { d _ { k } } ) \\}" + }, + { + "category_id": 13, + "poly": [ + 846, + 592, + 889, + 592, + 889, + 619, + 846, + 619 + ], + "score": 0.88, + "latex": "\\mu _ { d _ { k } }" + }, + { + "category_id": 13, + "poly": [ + 944, + 590, + 987, + 590, + 987, + 619, + 944, + 619 + ], + "score": 0.88, + "latex": "\\sigma _ { d _ { k } }" + }, + { + "category_id": 13, + "poly": [ + 627, + 1090, + 689, + 1090, + 689, + 1122, + 627, + 1122 + ], + "score": 0.86, + "latex": "\\mathbb { R } ^ { 3 N _ { v } }" + }, + { + "category_id": 13, + "poly": [ + 499, + 619, + 531, + 619, + 531, + 647, + 499, + 647 + ], + "score": 0.86, + "latex": "d _ { k }" + }, + { + "category_id": 13, + "poly": [ + 628, + 1436, + 656, + 1436, + 656, + 1463, + 628, + 1463 + ], + "score": 0.85, + "latex": "N" + }, + { + "category_id": 13, + "poly": [ + 1268, + 1059, + 1297, + 1059, + 1297, + 1086, + 1268, + 1086 + ], + "score": 0.83, + "latex": "\\mathbf { x } _ { i }" + }, + { + "category_id": 13, + "poly": [ + 734, + 1127, + 759, + 1127, + 759, + 1152, + 734, + 1152 + ], + "score": 0.82, + "latex": "\\mathcal { O }" + }, + { + "category_id": 13, + "poly": [ + 1113, + 1273, + 1138, + 1273, + 1138, + 1299, + 1113, + 1299 + ], + "score": 0.82, + "latex": "\\mathcal { O }" + }, + { + "category_id": 13, + "poly": [ + 1157, + 1921, + 1176, + 1921, + 1176, + 1947, + 1157, + 1947 + ], + "score": 0.82, + "latex": "\\mathcal { G }" + }, + { + "category_id": 13, + "poly": [ + 640, + 844, + 662, + 844, + 662, + 873, + 640, + 873 + ], + "score": 0.81, + "latex": "\\mathcal { G }" + }, + { + "category_id": 13, + "poly": [ + 1078, + 814, + 1103, + 814, + 1103, + 840, + 1078, + 840 + ], + "score": 0.79, + "latex": "\\mathcal { O }" + }, + { + "category_id": 13, + "poly": [ + 891, + 969, + 913, + 969, + 913, + 993, + 891, + 993 + ], + "score": 0.62, + "latex": "\\mathbf { x }" + }, + { + "category_id": 13, + "poly": [ + 1105, + 693, + 1125, + 693, + 1125, + 714, + 1105, + 714 + ], + "score": 0.5, + "latex": "\\mathbf { x }" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1537.0, + 607.0, + 1537.0, + 607.0, + 1581.0, + 292.0, + 1581.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 754.0, + 896.0, + 754.0, + 896.0, + 790.0, + 296.0, + 790.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 73.0, + 858.0, + 73.0, + 858.0, + 108.0, + 298.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 2085.0, + 861.0, + 2085.0, + 861.0, + 2120.0, + 839.0, + 2120.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 227.0, + 1278.0, + 227.0, + 1278.0, + 265.0, + 294.0, + 265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 328.0, + 1855.0, + 1404.0, + 1855.0, + 1404.0, + 1898.0, + 328.0, + 1898.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1891.0, + 993.0, + 1891.0, + 993.0, + 1921.0, + 295.0, + 1921.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 330.0, + 1915.0, + 1156.0, + 1915.0, + 1156.0, + 1954.0, + 330.0, + 1954.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1177.0, + 1915.0, + 1404.0, + 1915.0, + 1404.0, + 1954.0, + 1177.0, + 1954.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1948.0, + 586.0, + 1948.0, + 586.0, + 1979.0, + 295.0, + 1979.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 328.0, + 1971.0, + 1406.0, + 1971.0, + 1406.0, + 2013.0, + 328.0, + 2013.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 2004.0, + 1257.0, + 2004.0, + 1257.0, + 2035.0, + 295.0, + 2035.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 858.0, + 72.0, + 858.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 808.0, + 836.0, + 808.0, + 836.0, + 849.0, + 295.0, + 849.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 914.0, + 808.0, + 1077.0, + 808.0, + 1077.0, + 849.0, + 914.0, + 849.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1104.0, + 808.0, + 1403.0, + 808.0, + 1403.0, + 849.0, + 1104.0, + 849.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 839.0, + 639.0, + 839.0, + 639.0, + 881.0, + 291.0, + 881.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 663.0, + 839.0, + 1074.0, + 839.0, + 1074.0, + 881.0, + 663.0, + 881.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1226.0, + 839.0, + 1405.0, + 839.0, + 1405.0, + 881.0, + 1226.0, + 881.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 426.0, + 872.0, + 1405.0, + 872.0, + 1405.0, + 907.0, + 426.0, + 907.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 902.0, + 455.0, + 902.0, + 455.0, + 938.0, + 294.0, + 938.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 537.0, + 902.0, + 1406.0, + 902.0, + 1406.0, + 938.0, + 537.0, + 938.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 933.0, + 1407.0, + 933.0, + 1407.0, + 968.0, + 294.0, + 968.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 964.0, + 471.0, + 964.0, + 471.0, + 1000.0, + 294.0, + 1000.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 809.0, + 964.0, + 890.0, + 964.0, + 890.0, + 1000.0, + 809.0, + 1000.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 914.0, + 964.0, + 1406.0, + 964.0, + 1406.0, + 1000.0, + 914.0, + 1000.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 990.0, + 419.0, + 990.0, + 419.0, + 1033.0, + 291.0, + 1033.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 483.0, + 990.0, + 1405.0, + 990.0, + 1405.0, + 1033.0, + 483.0, + 1033.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1020.0, + 528.0, + 1020.0, + 528.0, + 1061.0, + 290.0, + 1061.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 649.0, + 1020.0, + 854.0, + 1020.0, + 854.0, + 1061.0, + 649.0, + 1061.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 919.0, + 1020.0, + 1406.0, + 1020.0, + 1406.0, + 1061.0, + 919.0, + 1061.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1052.0, + 346.0, + 1052.0, + 346.0, + 1095.0, + 291.0, + 1095.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 465.0, + 1052.0, + 1267.0, + 1052.0, + 1267.0, + 1095.0, + 465.0, + 1095.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1298.0, + 1052.0, + 1407.0, + 1052.0, + 1407.0, + 1095.0, + 1298.0, + 1095.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 287.0, + 1080.0, + 462.0, + 1080.0, + 462.0, + 1141.0, + 287.0, + 1141.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 593.0, + 1080.0, + 626.0, + 1080.0, + 626.0, + 1141.0, + 593.0, + 1141.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 690.0, + 1080.0, + 776.0, + 1080.0, + 776.0, + 1141.0, + 690.0, + 1141.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 930.0, + 1080.0, + 1022.0, + 1080.0, + 1022.0, + 1141.0, + 930.0, + 1141.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1394.0, + 1080.0, + 1411.0, + 1080.0, + 1411.0, + 1141.0, + 1394.0, + 1141.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1123.0, + 733.0, + 1123.0, + 733.0, + 1159.0, + 295.0, + 1159.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 760.0, + 1123.0, + 837.0, + 1123.0, + 837.0, + 1159.0, + 760.0, + 1159.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 919.0, + 1123.0, + 1045.0, + 1123.0, + 1045.0, + 1159.0, + 919.0, + 1159.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 398.0, + 1407.0, + 398.0, + 1407.0, + 435.0, + 295.0, + 435.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 428.0, + 1405.0, + 428.0, + 1405.0, + 464.0, + 292.0, + 464.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 459.0, + 1406.0, + 459.0, + 1406.0, + 496.0, + 294.0, + 496.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 489.0, + 1407.0, + 489.0, + 1407.0, + 526.0, + 294.0, + 526.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 521.0, + 1405.0, + 521.0, + 1405.0, + 558.0, + 292.0, + 558.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 548.0, + 406.0, + 548.0, + 406.0, + 601.0, + 290.0, + 601.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 645.0, + 548.0, + 736.0, + 548.0, + 736.0, + 601.0, + 645.0, + 601.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 859.0, + 548.0, + 1406.0, + 548.0, + 1406.0, + 601.0, + 859.0, + 601.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 580.0, + 458.0, + 580.0, + 458.0, + 629.0, + 290.0, + 629.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 758.0, + 580.0, + 845.0, + 580.0, + 845.0, + 629.0, + 758.0, + 629.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 890.0, + 580.0, + 943.0, + 580.0, + 943.0, + 629.0, + 890.0, + 629.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 988.0, + 580.0, + 1410.0, + 580.0, + 1410.0, + 629.0, + 988.0, + 629.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 612.0, + 498.0, + 612.0, + 498.0, + 654.0, + 291.0, + 654.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 532.0, + 612.0, + 1406.0, + 612.0, + 1406.0, + 654.0, + 532.0, + 654.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 286.0, + 634.0, + 431.0, + 634.0, + 431.0, + 700.0, + 286.0, + 700.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 521.0, + 634.0, + 1413.0, + 634.0, + 1413.0, + 700.0, + 521.0, + 700.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 674.0, + 716.0, + 674.0, + 716.0, + 732.0, + 289.0, + 732.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 804.0, + 674.0, + 1104.0, + 674.0, + 1104.0, + 732.0, + 804.0, + 732.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1126.0, + 674.0, + 1143.0, + 674.0, + 1143.0, + 732.0, + 1126.0, + 732.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 478.0, + 660.0, + 489.0, + 660.0, + 489.0, + 671.0, + 478.0, + 671.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1608.0, + 1403.0, + 1608.0, + 1403.0, + 1642.0, + 296.0, + 1642.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1639.0, + 1405.0, + 1639.0, + 1405.0, + 1676.0, + 295.0, + 1676.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1670.0, + 1405.0, + 1670.0, + 1405.0, + 1707.0, + 293.0, + 1707.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1699.0, + 1405.0, + 1699.0, + 1405.0, + 1735.0, + 292.0, + 1735.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1729.0, + 899.0, + 1729.0, + 899.0, + 1767.0, + 295.0, + 1767.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 283.0, + 1406.0, + 283.0, + 1406.0, + 324.0, + 293.0, + 324.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 315.0, + 1406.0, + 315.0, + 1406.0, + 355.0, + 293.0, + 355.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 286.0, + 336.0, + 643.0, + 336.0, + 643.0, + 402.0, + 286.0, + 402.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 744.0, + 336.0, + 1079.0, + 336.0, + 1079.0, + 402.0, + 744.0, + 402.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1169.0, + 336.0, + 1191.0, + 336.0, + 1191.0, + 402.0, + 1169.0, + 402.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 691.25, + 348.0, + 731.25, + 348.0, + 731.25, + 370.5, + 691.25, + 370.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1267.0, + 374.0, + 1267.0, + 374.0, + 1307.0, + 293.0, + 1307.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 540.0, + 1267.0, + 595.0, + 1267.0, + 595.0, + 1307.0, + 540.0, + 1307.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 798.0, + 1267.0, + 1112.0, + 1267.0, + 1112.0, + 1307.0, + 798.0, + 1307.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1139.0, + 1267.0, + 1407.0, + 1267.0, + 1407.0, + 1307.0, + 1139.0, + 1307.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1301.0, + 415.0, + 1301.0, + 415.0, + 1336.0, + 295.0, + 1336.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 471.0, + 1301.0, + 556.0, + 1301.0, + 556.0, + 1336.0, + 471.0, + 1336.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 284.0, + 1411.0, + 373.0, + 1411.0, + 373.0, + 1502.0, + 284.0, + 1502.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 574.0, + 1411.0, + 627.0, + 1411.0, + 627.0, + 1502.0, + 574.0, + 1502.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 657.0, + 1411.0, + 1417.0, + 1411.0, + 1417.0, + 1502.0, + 657.0, + 1502.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1777.0, + 1404.0, + 1777.0, + 1404.0, + 1813.0, + 296.0, + 1813.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1806.0, + 1404.0, + 1806.0, + 1404.0, + 1844.0, + 293.0, + 1844.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 227.0, + 1278.0, + 227.0, + 1278.0, + 265.0, + 294.0, + 265.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 4, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 1417, + 1404, + 1417, + 1404, + 1663, + 298, + 1663 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 299, + 796, + 1403, + 796, + 1403, + 982, + 299, + 982 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 298, + 368, + 1404, + 368, + 1404, + 613, + 298, + 613 + ], + "score": 0.975 + }, + { + "category_id": 1, + "poly": [ + 298, + 629, + 1403, + 629, + 1403, + 781, + 298, + 781 + ], + "score": 0.973 + }, + { + "category_id": 1, + "poly": [ + 299, + 229, + 1402, + 229, + 1402, + 352, + 299, + 352 + ], + "score": 0.972 + }, + { + "category_id": 1, + "poly": [ + 298, + 1678, + 1403, + 1678, + 1403, + 1862, + 298, + 1862 + ], + "score": 0.967 + }, + { + "category_id": 2, + "poly": [ + 298, + 1919, + 1402, + 1919, + 1402, + 2032, + 298, + 2032 + ], + "score": 0.948 + }, + { + "category_id": 1, + "poly": [ + 365, + 1062, + 1404, + 1062, + 1404, + 1274, + 365, + 1274 + ], + "score": 0.926 + }, + { + "category_id": 1, + "poly": [ + 299, + 997, + 1243, + 997, + 1243, + 1029, + 299, + 1029 + ], + "score": 0.911 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 858, + 75, + 858, + 104, + 298, + 104 + ], + "score": 0.867 + }, + { + "category_id": 0, + "poly": [ + 300, + 1337, + 735, + 1337, + 735, + 1373, + 300, + 1373 + ], + "score": 0.864 + }, + { + "category_id": 2, + "poly": [ + 840, + 2089, + 859, + 2089, + 859, + 2112, + 840, + 2112 + ], + "score": 0.784 + }, + { + "category_id": 13, + "poly": [ + 625, + 1480, + 736, + 1480, + 736, + 1511, + 625, + 1511 + ], + "score": 0.92, + "latex": "\\mathrm { C _ { 7 } H _ { 1 0 } O _ { 2 } }" + }, + { + "category_id": 13, + "poly": [ + 483, + 1797, + 509, + 1797, + 509, + 1829, + 483, + 1829 + ], + "score": 0.36, + "latex": "\\mathring \\mathrm { A }" + }, + { + "category_id": 15, + "poly": [ + 328.0, + 1913.0, + 1404.0, + 1913.0, + 1404.0, + 1954.0, + 328.0, + 1954.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1945.0, + 957.0, + 1945.0, + 957.0, + 1980.0, + 293.0, + 1980.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 330.0, + 1968.0, + 1401.0, + 1968.0, + 1401.0, + 2011.0, + 330.0, + 2011.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 2002.0, + 608.0, + 2002.0, + 608.0, + 2035.0, + 296.0, + 2035.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 858.0, + 72.0, + 858.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1333.0, + 741.0, + 1333.0, + 741.0, + 1378.0, + 292.0, + 1378.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 840.0, + 2087.0, + 862.0, + 2087.0, + 862.0, + 2118.0, + 840.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1416.0, + 1406.0, + 1416.0, + 1406.0, + 1453.0, + 294.0, + 1453.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1449.0, + 1405.0, + 1449.0, + 1405.0, + 1482.0, + 294.0, + 1482.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1480.0, + 624.0, + 1480.0, + 624.0, + 1514.0, + 296.0, + 1514.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 737.0, + 1480.0, + 1404.0, + 1480.0, + 1404.0, + 1514.0, + 737.0, + 1514.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1510.0, + 1405.0, + 1510.0, + 1405.0, + 1544.0, + 296.0, + 1544.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1540.0, + 1405.0, + 1540.0, + 1405.0, + 1577.0, + 294.0, + 1577.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1568.0, + 1408.0, + 1568.0, + 1408.0, + 1607.0, + 293.0, + 1607.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1600.0, + 1406.0, + 1600.0, + 1406.0, + 1637.0, + 292.0, + 1637.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1631.0, + 946.0, + 1631.0, + 946.0, + 1666.0, + 293.0, + 1666.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 797.0, + 1407.0, + 797.0, + 1407.0, + 833.0, + 295.0, + 833.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 829.0, + 1403.0, + 829.0, + 1403.0, + 863.0, + 293.0, + 863.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 860.0, + 1404.0, + 860.0, + 1404.0, + 892.0, + 295.0, + 892.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 890.0, + 1405.0, + 890.0, + 1405.0, + 923.0, + 293.0, + 923.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 920.0, + 1405.0, + 920.0, + 1405.0, + 955.0, + 294.0, + 955.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 952.0, + 1162.0, + 952.0, + 1162.0, + 983.0, + 294.0, + 983.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 366.0, + 1405.0, + 366.0, + 1405.0, + 404.0, + 293.0, + 404.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 401.0, + 1404.0, + 401.0, + 1404.0, + 434.0, + 296.0, + 434.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 429.0, + 1405.0, + 429.0, + 1405.0, + 465.0, + 292.0, + 465.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 459.0, + 1404.0, + 459.0, + 1404.0, + 494.0, + 293.0, + 494.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 489.0, + 1406.0, + 489.0, + 1406.0, + 526.0, + 291.0, + 526.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 522.0, + 1405.0, + 522.0, + 1405.0, + 555.0, + 293.0, + 555.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 553.0, + 1405.0, + 553.0, + 1405.0, + 586.0, + 294.0, + 586.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 583.0, + 1288.0, + 583.0, + 1288.0, + 616.0, + 292.0, + 616.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 629.0, + 1403.0, + 629.0, + 1403.0, + 662.0, + 296.0, + 662.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 660.0, + 1403.0, + 660.0, + 1403.0, + 693.0, + 294.0, + 693.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 689.0, + 1405.0, + 689.0, + 1405.0, + 725.0, + 292.0, + 725.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 721.0, + 1405.0, + 721.0, + 1405.0, + 755.0, + 293.0, + 755.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 752.0, + 1157.0, + 752.0, + 1157.0, + 785.0, + 296.0, + 785.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 228.0, + 1406.0, + 228.0, + 1406.0, + 266.0, + 293.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 263.0, + 1404.0, + 263.0, + 1404.0, + 295.0, + 295.0, + 295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 289.0, + 1407.0, + 289.0, + 1407.0, + 328.0, + 294.0, + 328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 322.0, + 873.0, + 322.0, + 873.0, + 356.0, + 295.0, + 356.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1676.0, + 1404.0, + 1676.0, + 1404.0, + 1712.0, + 293.0, + 1712.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1708.0, + 1405.0, + 1708.0, + 1405.0, + 1743.0, + 294.0, + 1743.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1740.0, + 1405.0, + 1740.0, + 1405.0, + 1774.0, + 293.0, + 1774.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1765.0, + 1404.0, + 1765.0, + 1404.0, + 1808.0, + 292.0, + 1808.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1798.0, + 482.0, + 1798.0, + 482.0, + 1836.0, + 293.0, + 1836.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 510.0, + 1798.0, + 1405.0, + 1798.0, + 1405.0, + 1836.0, + 510.0, + 1836.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1831.0, + 1300.0, + 1831.0, + 1300.0, + 1866.0, + 294.0, + 1866.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 367.0, + 1062.0, + 1289.0, + 1062.0, + 1289.0, + 1100.0, + 367.0, + 1100.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 367.0, + 1119.0, + 1407.0, + 1119.0, + 1407.0, + 1161.0, + 367.0, + 1161.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 1155.0, + 813.0, + 1155.0, + 813.0, + 1189.0, + 393.0, + 1189.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 368.0, + 1211.0, + 1405.0, + 1211.0, + 1405.0, + 1248.0, + 368.0, + 1248.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 396.0, + 1244.0, + 941.0, + 1244.0, + 941.0, + 1278.0, + 396.0, + 1278.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 995.0, + 1249.0, + 995.0, + 1249.0, + 1034.0, + 296.0, + 1034.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 5, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1407, + 1404, + 1407, + 1404, + 1804, + 297, + 1804 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 298, + 1820, + 1403, + 1820, + 1403, + 2036, + 298, + 2036 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 298, + 1105, + 1404, + 1105, + 1404, + 1291, + 298, + 1291 + ], + "score": 0.977 + }, + { + "category_id": 3, + "poly": [ + 351, + 217, + 1335, + 217, + 1335, + 832, + 351, + 832 + ], + "score": 0.973 + }, + { + "category_id": 4, + "poly": [ + 298, + 863, + 1401, + 863, + 1401, + 958, + 298, + 958 + ], + "score": 0.957 + }, + { + "category_id": 0, + "poly": [ + 300, + 1027, + 556, + 1027, + 556, + 1062, + 300, + 1062 + ], + "score": 0.899 + }, + { + "category_id": 0, + "poly": [ + 302, + 1343, + 773, + 1343, + 773, + 1375, + 302, + 1375 + ], + "score": 0.89 + }, + { + "category_id": 2, + "poly": [ + 298, + 76, + 858, + 76, + 858, + 104, + 298, + 104 + ], + "score": 0.884 + }, + { + "category_id": 2, + "poly": [ + 842, + 2088, + 858, + 2088, + 858, + 2111, + 842, + 2111 + ], + "score": 0.664 + }, + { + "category_id": 2, + "poly": [ + 842, + 2088, + 859, + 2088, + 859, + 2111, + 842, + 2111 + ], + "score": 0.205 + }, + { + "category_id": 13, + "poly": [ + 1139, + 1621, + 1227, + 1621, + 1227, + 1654, + 1139, + 1654 + ], + "score": 0.93, + "latex": "p ( d _ { i } | \\mathcal { G } )" + }, + { + "category_id": 13, + "poly": [ + 688, + 2004, + 813, + 2004, + 813, + 2038, + 688, + 2038 + ], + "score": 0.93, + "latex": "p ( d _ { i } , d _ { j } | \\mathcal { G } )" + }, + { + "category_id": 13, + "poly": [ + 298, + 1620, + 423, + 1620, + 423, + 1656, + 298, + 1656 + ], + "score": 0.93, + "latex": "p ( d _ { i } , d _ { j } | \\mathcal { G } )" + }, + { + "category_id": 13, + "poly": [ + 1273, + 1820, + 1360, + 1820, + 1360, + 1853, + 1273, + 1853 + ], + "score": 0.93, + "latex": "p ( d _ { i } | \\mathcal { G } )" + }, + { + "category_id": 13, + "poly": [ + 1326, + 895, + 1393, + 895, + 1393, + 929, + 1326, + 929 + ], + "score": 0.87, + "latex": "E _ { \\mathrm { a n g l e } }" + }, + { + "category_id": 13, + "poly": [ + 1250, + 895, + 1314, + 895, + 1314, + 927, + 1250, + 927 + ], + "score": 0.87, + "latex": "E _ { \\mathrm { b o n d } }" + }, + { + "category_id": 13, + "poly": [ + 345, + 926, + 436, + 926, + 436, + 957, + 345, + 957 + ], + "score": 0.85, + "latex": "E _ { \\mathrm { d i h e d r a l } } ," + }, + { + "category_id": 13, + "poly": [ + 672, + 1562, + 694, + 1562, + 694, + 1590, + 672, + 1590 + ], + "score": 0.82, + "latex": "\\mathcal { G }" + }, + { + "category_id": 13, + "poly": [ + 797, + 893, + 823, + 893, + 823, + 924, + 797, + 924 + ], + "score": 0.44, + "latex": "\\mathrm { \\AA }" + }, + { + "category_id": 13, + "poly": [ + 579, + 1592, + 604, + 1592, + 604, + 1619, + 579, + 1619 + ], + "score": 0.43, + "latex": "\\mathrm { o }" + }, + { + "category_id": 13, + "poly": [ + 735, + 1501, + 757, + 1501, + 757, + 1528, + 735, + 1528 + ], + "score": 0.26, + "latex": "\\mathbf { d }" + }, + { + "category_id": 15, + "poly": [ + 352.0, + 222.0, + 385.0, + 222.0, + 385.0, + 257.0, + 352.0, + 257.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1109.0, + 217.0, + 1158.0, + 217.0, + 1158.0, + 256.0, + 1109.0, + 256.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 401.0, + 262.0, + 453.0, + 262.0, + 453.0, + 308.0, + 401.0, + 308.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 613.0, + 255.0, + 658.0, + 255.0, + 658.0, + 289.0, + 613.0, + 289.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 739.0, + 249.0, + 778.0, + 249.0, + 778.0, + 279.0, + 739.0, + 279.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 833.0, + 271.0, + 887.0, + 271.0, + 887.0, + 307.0, + 833.0, + 307.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1235.0, + 256.0, + 1277.0, + 256.0, + 1277.0, + 287.0, + 1235.0, + 287.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 427.0, + 318.0, + 443.0, + 318.0, + 443.0, + 331.0, + 427.0, + 331.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 575.0, + 306.0, + 616.0, + 306.0, + 616.0, + 335.0, + 575.0, + 335.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1077.0, + 311.0, + 1117.0, + 311.0, + 1117.0, + 340.0, + 1077.0, + 340.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 387.0, + 339.0, + 406.0, + 339.0, + 406.0, + 358.0, + 387.0, + 358.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1202.0, + 340.0, + 1245.0, + 340.0, + 1245.0, + 374.0, + 1202.0, + 374.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 455.0, + 376.0, + 497.0, + 376.0, + 497.0, + 409.0, + 455.0, + 409.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 556.0, + 380.0, + 607.0, + 380.0, + 607.0, + 421.0, + 556.0, + 421.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 767.0, + 377.0, + 807.0, + 377.0, + 807.0, + 406.0, + 767.0, + 406.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1085.0, + 382.0, + 1121.0, + 382.0, + 1121.0, + 407.0, + 1085.0, + 407.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 524.0, + 427.0, + 575.0, + 427.0, + 575.0, + 460.0, + 524.0, + 460.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1204.0, + 440.0, + 1222.0, + 440.0, + 1222.0, + 457.0, + 1204.0, + 457.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 352.0, + 480.0, + 383.0, + 480.0, + 383.0, + 517.0, + 352.0, + 517.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 444.0, + 498.0, + 490.0, + 498.0, + 490.0, + 526.0, + 444.0, + 526.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 772.0, + 498.0, + 817.0, + 498.0, + 817.0, + 527.0, + 772.0, + 527.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1098.0, + 498.0, + 1143.0, + 498.0, + 1143.0, + 527.0, + 1098.0, + 527.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 617.0, + 530.0, + 662.0, + 530.0, + 662.0, + 558.0, + 617.0, + 558.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 714.0, + 531.0, + 774.0, + 531.0, + 774.0, + 562.0, + 714.0, + 562.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 942.0, + 530.0, + 990.0, + 530.0, + 990.0, + 558.0, + 942.0, + 558.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1271.0, + 532.0, + 1313.0, + 532.0, + 1313.0, + 557.0, + 1271.0, + 557.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 388.0, + 545.0, + 449.0, + 545.0, + 449.0, + 575.0, + 388.0, + 575.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 618.0, + 554.0, + 662.0, + 554.0, + 662.0, + 581.0, + 618.0, + 581.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 942.0, + 554.0, + 988.0, + 554.0, + 988.0, + 583.0, + 942.0, + 583.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1064.0, + 546.0, + 1103.0, + 546.0, + 1103.0, + 575.0, + 1064.0, + 575.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1270.0, + 551.0, + 1315.0, + 551.0, + 1315.0, + 585.0, + 1270.0, + 585.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 361.0, + 609.0, + 449.0, + 609.0, + 449.0, + 684.0, + 361.0, + 684.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 617.0, + 578.0, + 662.0, + 578.0, + 662.0, + 633.0, + 617.0, + 633.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 688.0, + 587.0, + 775.0, + 587.0, + 775.0, + 684.0, + 688.0, + 684.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 943.0, + 579.0, + 989.0, + 579.0, + 989.0, + 656.0, + 943.0, + 656.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1035.0, + 597.0, + 1104.0, + 597.0, + 1104.0, + 684.0, + 1035.0, + 684.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1269.0, + 574.0, + 1316.0, + 574.0, + 1316.0, + 656.0, + 1269.0, + 656.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 714.0, + 643.0, + 774.0, + 643.0, + 774.0, + 674.0, + 714.0, + 674.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 945.0, + 652.0, + 990.0, + 652.0, + 990.0, + 680.0, + 945.0, + 680.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1064.0, + 649.0, + 1102.0, + 649.0, + 1102.0, + 680.0, + 1064.0, + 680.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 398.0, + 686.0, + 450.0, + 686.0, + 450.0, + 718.0, + 398.0, + 718.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 726.0, + 701.0, + 775.0, + 701.0, + 775.0, + 733.0, + 726.0, + 733.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1063.0, + 703.0, + 1106.0, + 703.0, + 1106.0, + 737.0, + 1063.0, + 737.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 424.0, + 762.0, + 446.0, + 762.0, + 446.0, + 784.0, + 424.0, + 784.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 752.0, + 762.0, + 770.0, + 762.0, + 770.0, + 783.0, + 752.0, + 783.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1078.0, + 761.0, + 1097.0, + 761.0, + 1097.0, + 783.0, + 1078.0, + 783.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 481.0, + 775.0, + 522.0, + 775.0, + 522.0, + 805.0, + 481.0, + 805.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 581.0, + 776.0, + 624.0, + 776.0, + 624.0, + 805.0, + 581.0, + 805.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 852.0, + 779.0, + 870.0, + 779.0, + 870.0, + 802.0, + 852.0, + 802.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 959.0, + 779.0, + 977.0, + 779.0, + 977.0, + 802.0, + 959.0, + 802.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1122.0, + 778.0, + 1140.0, + 778.0, + 1140.0, + 802.0, + 1122.0, + 802.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1205.0, + 777.0, + 1227.0, + 777.0, + 1227.0, + 803.0, + 1205.0, + 803.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1290.0, + 780.0, + 1308.0, + 780.0, + 1308.0, + 800.0, + 1290.0, + 800.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 491.0, + 798.0, + 632.0, + 798.0, + 632.0, + 834.0, + 491.0, + 834.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 819.0, + 798.0, + 958.0, + 798.0, + 958.0, + 834.0, + 819.0, + 834.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1145.0, + 797.0, + 1286.0, + 797.0, + 1286.0, + 835.0, + 1145.0, + 835.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 517.0, + 288.0, + 558.0, + 288.0, + 558.0, + 319.5, + 517.0, + 319.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1012.0, + 395.0, + 1033.0, + 395.0, + 1033.0, + 416.0, + 1012.0, + 416.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 635.0, + 406.0, + 650.0, + 406.0, + 650.0, + 424.0, + 635.0, + 424.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 424.0, + 407.5, + 495.0, + 407.5, + 495.0, + 449.5, + 424.0, + 449.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 596.0, + 432.0, + 608.0, + 432.0, + 608.0, + 457.0, + 596.0, + 457.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 928.0, + 451.5, + 973.0, + 451.5, + 973.0, + 489.0, + 928.0, + 489.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 862.0, + 1407.0, + 862.0, + 1407.0, + 898.0, + 293.0, + 898.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 887.0, + 796.0, + 887.0, + 796.0, + 935.0, + 291.0, + 935.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 824.0, + 887.0, + 1249.0, + 887.0, + 1249.0, + 935.0, + 824.0, + 935.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1315.0, + 887.0, + 1325.0, + 887.0, + 1325.0, + 935.0, + 1315.0, + 935.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1394.0, + 887.0, + 1406.0, + 887.0, + 1406.0, + 935.0, + 1394.0, + 935.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 923.0, + 344.0, + 923.0, + 344.0, + 962.0, + 293.0, + 962.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 437.0, + 923.0, + 850.0, + 923.0, + 850.0, + 962.0, + 437.0, + 962.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1023.0, + 563.0, + 1023.0, + 563.0, + 1069.0, + 292.0, + 1069.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1339.0, + 778.0, + 1339.0, + 778.0, + 1381.0, + 293.0, + 1381.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 70.0, + 859.0, + 70.0, + 859.0, + 109.0, + 296.0, + 109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 840.0, + 2086.0, + 860.0, + 2086.0, + 860.0, + 2119.0, + 840.0, + 2119.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 840.0, + 2087.0, + 861.0, + 2087.0, + 861.0, + 2119.0, + 840.0, + 2119.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1404.0, + 1404.0, + 1404.0, + 1404.0, + 1444.0, + 295.0, + 1444.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1436.0, + 1404.0, + 1436.0, + 1404.0, + 1473.0, + 294.0, + 1473.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1470.0, + 1404.0, + 1470.0, + 1404.0, + 1502.0, + 296.0, + 1502.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1497.0, + 734.0, + 1497.0, + 734.0, + 1534.0, + 294.0, + 1534.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 758.0, + 1497.0, + 1404.0, + 1497.0, + 1404.0, + 1534.0, + 758.0, + 1534.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1530.0, + 1405.0, + 1530.0, + 1405.0, + 1563.0, + 295.0, + 1563.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1558.0, + 671.0, + 1558.0, + 671.0, + 1595.0, + 292.0, + 1595.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 695.0, + 1558.0, + 1406.0, + 1558.0, + 1406.0, + 1595.0, + 695.0, + 1595.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1591.0, + 578.0, + 1591.0, + 578.0, + 1624.0, + 296.0, + 1624.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 605.0, + 1591.0, + 1405.0, + 1591.0, + 1405.0, + 1624.0, + 605.0, + 1624.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1617.0, + 297.0, + 1617.0, + 297.0, + 1659.0, + 291.0, + 1659.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 424.0, + 1617.0, + 1138.0, + 1617.0, + 1138.0, + 1659.0, + 424.0, + 1659.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1228.0, + 1617.0, + 1406.0, + 1617.0, + 1406.0, + 1659.0, + 1228.0, + 1659.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1649.0, + 1404.0, + 1649.0, + 1404.0, + 1688.0, + 294.0, + 1688.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1681.0, + 1404.0, + 1681.0, + 1404.0, + 1717.0, + 295.0, + 1717.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1712.0, + 1405.0, + 1712.0, + 1405.0, + 1747.0, + 294.0, + 1747.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1740.0, + 1405.0, + 1740.0, + 1405.0, + 1780.0, + 295.0, + 1780.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1775.0, + 705.0, + 1775.0, + 705.0, + 1807.0, + 296.0, + 1807.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1818.0, + 1272.0, + 1818.0, + 1272.0, + 1855.0, + 293.0, + 1855.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1361.0, + 1818.0, + 1405.0, + 1818.0, + 1405.0, + 1855.0, + 1361.0, + 1855.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1849.0, + 1407.0, + 1849.0, + 1407.0, + 1887.0, + 293.0, + 1887.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1881.0, + 1405.0, + 1881.0, + 1405.0, + 1914.0, + 293.0, + 1914.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1913.0, + 1404.0, + 1913.0, + 1404.0, + 1944.0, + 294.0, + 1944.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1943.0, + 1405.0, + 1943.0, + 1405.0, + 1977.0, + 294.0, + 1977.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1971.0, + 1405.0, + 1971.0, + 1405.0, + 2007.0, + 293.0, + 2007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 2002.0, + 687.0, + 2002.0, + 687.0, + 2040.0, + 293.0, + 2040.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 814.0, + 2002.0, + 824.0, + 2002.0, + 824.0, + 2040.0, + 814.0, + 2040.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1104.0, + 1404.0, + 1104.0, + 1404.0, + 1142.0, + 295.0, + 1142.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1137.0, + 1406.0, + 1137.0, + 1406.0, + 1172.0, + 293.0, + 1172.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1165.0, + 1404.0, + 1165.0, + 1404.0, + 1202.0, + 293.0, + 1202.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1198.0, + 1404.0, + 1198.0, + 1404.0, + 1234.0, + 293.0, + 1234.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1226.0, + 1404.0, + 1226.0, + 1404.0, + 1263.0, + 295.0, + 1263.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1261.0, + 875.0, + 1261.0, + 875.0, + 1292.0, + 296.0, + 1292.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 6, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1388, + 1405, + 1388, + 1405, + 1723, + 297, + 1723 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 298, + 1824, + 1403, + 1824, + 1403, + 1946, + 298, + 1946 + ], + "score": 0.974 + }, + { + "category_id": 3, + "poly": [ + 382, + 637, + 1324, + 637, + 1324, + 1112, + 382, + 1112 + ], + "score": 0.972 + }, + { + "category_id": 5, + "poly": [ + 298, + 431, + 1396, + 431, + 1396, + 602, + 298, + 602 + ], + "score": 0.966, + "html": "
Median MMDMean Ranking
RDKITDL4CHEMGRAPHDGRDKITDL4CHEMGRAPHDG
p(dk|9)0.55 (0.01)1.11 (0.01)0.38 (0.02)1.71 (0.03)2.74 (0.02)1.51 (0.03)
p(dk,di/9)0.53 (0.01)1.09 ( (0.01)0.34 (0.01)1.66 (0.02)2.92 (0.01)1.43 ( (0.02)
p({d}9)0.60 (0.01)1.07 (0.03)0.44 (0.05)1.58 (0.05)2.90 (0.05)1.45 (0.02)
" + }, + { + "category_id": 4, + "poly": [ + 296, + 1141, + 1405, + 1141, + 1405, + 1266, + 296, + 1266 + ], + "score": 0.932 + }, + { + "category_id": 2, + "poly": [ + 300, + 1977, + 1404, + 1977, + 1404, + 2032, + 300, + 2032 + ], + "score": 0.919 + }, + { + "category_id": 0, + "poly": [ + 299, + 1765, + 893, + 1765, + 893, + 1796, + 299, + 1796 + ], + "score": 0.904 + }, + { + "category_id": 0, + "poly": [ + 303, + 1329, + 778, + 1329, + 778, + 1360, + 303, + 1360 + ], + "score": 0.902 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 857, + 75, + 857, + 104, + 298, + 104 + ], + "score": 0.882 + }, + { + "category_id": 2, + "poly": [ + 840, + 2088, + 858, + 2088, + 858, + 2112, + 840, + 2112 + ], + "score": 0.796 + }, + { + "category_id": 1, + "poly": [ + 296, + 223, + 1404, + 223, + 1404, + 409, + 296, + 409 + ], + "score": 0.707 + }, + { + "category_id": 6, + "poly": [ + 296, + 223, + 1404, + 223, + 1404, + 409, + 296, + 409 + ], + "score": 0.48 + }, + { + "category_id": 13, + "poly": [ + 669, + 1142, + 761, + 1142, + 761, + 1176, + 669, + 1176 + ], + "score": 0.93, + "latex": "p ( d _ { k } | \\mathcal { G } )" + }, + { + "category_id": 13, + "poly": [ + 1213, + 285, + 1331, + 285, + 1331, + 319, + 1213, + 319 + ], + "score": 0.93, + "latex": "p ( \\{ d _ { k } \\} | \\mathcal { G } )" + }, + { + "category_id": 13, + "poly": [ + 540, + 1885, + 603, + 1885, + 603, + 1918, + 540, + 1918 + ], + "score": 0.91, + "latex": "E ( \\mathbf { x } )" + }, + { + "category_id": 13, + "poly": [ + 666, + 1206, + 753, + 1206, + 753, + 1235, + 666, + 1235 + ], + "score": 0.91, + "latex": "\\left( \\boldsymbol { s } _ { k } \\mathrm { - } \\boldsymbol { r } _ { k } \\right)" + }, + { + "category_id": 13, + "poly": [ + 1329, + 1855, + 1393, + 1855, + 1393, + 1887, + 1329, + 1887 + ], + "score": 0.89, + "latex": "\\mathcal { O } ( \\mathbf { x } )" + }, + { + "category_id": 13, + "poly": [ + 402, + 285, + 529, + 285, + 529, + 319, + 402, + 319 + ], + "score": 0.89, + "latex": "p ( d _ { k } , d _ { l } | \\mathcal { G } )" + }, + { + "category_id": 13, + "poly": [ + 298, + 285, + 389, + 285, + 389, + 319, + 298, + 319 + ], + "score": 0.88, + "latex": "p ( d _ { k } | \\mathcal { G } )" + }, + { + "category_id": 13, + "poly": [ + 1296, + 1824, + 1402, + 1824, + 1402, + 1852, + 1296, + 1852 + ], + "score": 0.88, + "latex": "N = 5 0" + }, + { + "category_id": 13, + "poly": [ + 297, + 1204, + 329, + 1204, + 329, + 1234, + 297, + 1234 + ], + "score": 0.87, + "latex": "d _ { k }" + }, + { + "category_id": 13, + "poly": [ + 343, + 1419, + 418, + 1419, + 418, + 1448, + 343, + 1448 + ], + "score": 0.86, + "latex": "9 9 . 9 \\%" + }, + { + "category_id": 13, + "poly": [ + 1066, + 1419, + 1121, + 1419, + 1121, + 1448, + 1066, + 1448 + ], + "score": 0.85, + "latex": "94 \\%" + }, + { + "category_id": 13, + "poly": [ + 314, + 511, + 401, + 511, + 401, + 539, + 314, + 539 + ], + "score": 0.85, + "latex": "p ( d _ { k } | \\mathcal { G } )" + }, + { + "category_id": 13, + "poly": [ + 314, + 540, + 437, + 540, + 437, + 568, + 314, + 568 + ], + "score": 0.78, + "latex": "p ( d _ { k } , d _ { l } | \\mathcal { G } )" + }, + { + "category_id": 13, + "poly": [ + 313, + 569, + 430, + 569, + 430, + 599, + 313, + 599 + ], + "score": 0.7, + "latex": "p ( \\{ d _ { k } \\} | \\mathcal { G } )" + }, + { + "category_id": 13, + "poly": [ + 1323, + 1140, + 1348, + 1140, + 1348, + 1171, + 1323, + 1171 + ], + "score": 0.27, + "latex": "\\textrm { \\AA }" + }, + { + "category_id": 13, + "poly": [ + 799, + 1236, + 824, + 1236, + 824, + 1263, + 799, + 1263 + ], + "score": 0.26, + "latex": "_ \\mathrm { H }" + }, + { + "category_id": 13, + "poly": [ + 1108, + 286, + 1135, + 286, + 1135, + 314, + 1108, + 314 + ], + "score": 0.26, + "latex": "\\mathrm { o }" + }, + { + "category_id": 15, + "poly": [ + 407.0, + 636.0, + 458.0, + 636.0, + 458.0, + 662.0, + 407.0, + 662.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 585.0, + 645.0, + 615.0, + 645.0, + 615.0, + 664.0, + 585.0, + 664.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 756.0, + 645.0, + 791.0, + 645.0, + 791.0, + 664.0, + 756.0, + 664.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 927.0, + 643.0, + 965.0, + 643.0, + 965.0, + 666.0, + 927.0, + 666.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1098.0, + 643.0, + 1135.0, + 643.0, + 1135.0, + 666.0, + 1098.0, + 666.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1269.0, + 643.0, + 1307.0, + 643.0, + 1307.0, + 666.0, + 1269.0, + 666.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 381.0, + 674.0, + 407.0, + 674.0, + 407.0, + 733.0, + 381.0, + 733.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 416.0, + 693.0, + 458.0, + 693.0, + 458.0, + 720.0, + 416.0, + 720.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1085.0, + 752.0, + 1094.0, + 752.0, + 1094.0, + 761.0, + 1085.0, + 761.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 438.0, + 757.0, + 452.0, + 757.0, + 452.0, + 772.0, + 438.0, + 772.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 502.0, + 773.0, + 539.0, + 773.0, + 539.0, + 802.0, + 502.0, + 802.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 597.0, + 771.0, + 679.0, + 771.0, + 679.0, + 803.0, + 597.0, + 803.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 726.0, + 773.0, + 765.0, + 773.0, + 765.0, + 802.0, + 726.0, + 802.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 806.0, + 772.0, + 848.0, + 772.0, + 848.0, + 804.0, + 806.0, + 804.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 875.0, + 769.0, + 918.0, + 769.0, + 918.0, + 804.0, + 875.0, + 804.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 944.0, + 772.0, + 984.0, + 772.0, + 984.0, + 804.0, + 944.0, + 804.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1007.0, + 770.0, + 1048.0, + 770.0, + 1048.0, + 804.0, + 1007.0, + 804.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1070.0, + 772.0, + 1111.0, + 772.0, + 1111.0, + 804.0, + 1070.0, + 804.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1161.0, + 773.0, + 1199.0, + 773.0, + 1199.0, + 802.0, + 1161.0, + 802.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1251.0, + 773.0, + 1290.0, + 773.0, + 1290.0, + 802.0, + 1251.0, + 802.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 413.0, + 792.0, + 466.0, + 792.0, + 466.0, + 822.0, + 413.0, + 822.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 581.0, + 799.0, + 624.0, + 799.0, + 624.0, + 826.0, + 581.0, + 826.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 752.0, + 799.0, + 794.0, + 799.0, + 794.0, + 826.0, + 752.0, + 826.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 924.0, + 799.0, + 967.0, + 799.0, + 967.0, + 826.0, + 924.0, + 826.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1095.0, + 799.0, + 1137.0, + 799.0, + 1137.0, + 826.0, + 1095.0, + 826.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1270.0, + 803.0, + 1306.0, + 803.0, + 1306.0, + 824.0, + 1270.0, + 824.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 390.0, + 832.0, + 414.0, + 832.0, + 414.0, + 888.0, + 390.0, + 888.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 424.0, + 851.0, + 464.0, + 851.0, + 464.0, + 879.0, + 424.0, + 879.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 902.0, + 897.0, + 916.0, + 897.0, + 916.0, + 911.0, + 902.0, + 911.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 444.0, + 910.0, + 466.0, + 910.0, + 466.0, + 934.0, + 444.0, + 934.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 703.0, + 924.0, + 711.0, + 924.0, + 711.0, + 933.0, + 703.0, + 933.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 452.0, + 931.0, + 492.0, + 931.0, + 492.0, + 959.0, + 452.0, + 959.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 533.0, + 931.0, + 572.0, + 931.0, + 572.0, + 959.0, + 533.0, + 959.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 636.0, + 932.0, + 675.0, + 932.0, + 675.0, + 959.0, + 636.0, + 959.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 686.0, + 932.0, + 725.0, + 932.0, + 725.0, + 959.0, + 686.0, + 959.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 736.0, + 932.0, + 774.0, + 932.0, + 774.0, + 959.0, + 736.0, + 959.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 934.0, + 868.0, + 934.0, + 868.0, + 957.0, + 832.0, + 957.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 892.0, + 934.0, + 928.0, + 934.0, + 928.0, + 957.0, + 892.0, + 957.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1001.0, + 932.0, + 1038.0, + 932.0, + 1038.0, + 959.0, + 1001.0, + 959.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1081.0, + 932.0, + 1119.0, + 932.0, + 1119.0, + 959.0, + 1081.0, + 959.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1192.0, + 932.0, + 1230.0, + 932.0, + 1230.0, + 959.0, + 1192.0, + 959.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1257.0, + 932.0, + 1294.0, + 932.0, + 1294.0, + 959.0, + 1257.0, + 959.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 414.0, + 946.0, + 467.0, + 946.0, + 467.0, + 978.0, + 414.0, + 978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 582.0, + 958.0, + 622.0, + 958.0, + 622.0, + 981.0, + 582.0, + 981.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 857.0, + 974.0, + 874.0, + 974.0, + 874.0, + 992.0, + 857.0, + 992.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 937.0, + 978.0, + 950.0, + 978.0, + 950.0, + 993.0, + 937.0, + 993.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1203.0, + 977.0, + 1327.0, + 977.0, + 1327.0, + 1005.0, + 1203.0, + 1005.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 390.0, + 990.0, + 414.0, + 990.0, + 414.0, + 1048.0, + 390.0, + 1048.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 424.0, + 1008.0, + 464.0, + 1008.0, + 464.0, + 1035.0, + 424.0, + 1035.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 827.0, + 1010.0, + 848.0, + 1010.0, + 848.0, + 1033.0, + 827.0, + 1033.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 883.0, + 1008.0, + 901.0, + 1008.0, + 901.0, + 1025.0, + 883.0, + 1025.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1203.0, + 1002.0, + 1267.0, + 1002.0, + 1267.0, + 1032.0, + 1203.0, + 1032.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 876.0, + 1043.0, + 889.0, + 1043.0, + 889.0, + 1059.0, + 876.0, + 1059.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 902.0, + 1036.0, + 919.0, + 1036.0, + 919.0, + 1054.0, + 902.0, + 1054.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 960.0, + 1025.0, + 973.0, + 1025.0, + 973.0, + 1039.0, + 960.0, + 1039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1202.0, + 1025.0, + 1303.0, + 1025.0, + 1303.0, + 1059.0, + 1202.0, + 1059.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 446.0, + 1070.0, + 462.0, + 1070.0, + 462.0, + 1089.0, + 446.0, + 1089.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 877.0, + 1072.0, + 890.0, + 1072.0, + 890.0, + 1085.0, + 877.0, + 1085.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 928.0, + 1075.0, + 941.0, + 1075.0, + 941.0, + 1092.0, + 928.0, + 1092.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1201.0, + 1054.0, + 1298.0, + 1054.0, + 1298.0, + 1086.0, + 1201.0, + 1086.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 480.0, + 1089.0, + 517.0, + 1089.0, + 517.0, + 1117.0, + 480.0, + 1117.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 565.0, + 1089.0, + 603.0, + 1089.0, + 603.0, + 1117.0, + 565.0, + 1117.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 826.0, + 1084.0, + 839.0, + 1084.0, + 839.0, + 1101.0, + 826.0, + 1101.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 836.75, + 1071.0, + 892.75, + 1071.0, + 892.75, + 1091.5, + 836.75, + 1091.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1139.0, + 668.0, + 1139.0, + 668.0, + 1179.0, + 293.0, + 1179.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 762.0, + 1139.0, + 1322.0, + 1139.0, + 1322.0, + 1179.0, + 762.0, + 1179.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1349.0, + 1139.0, + 1405.0, + 1139.0, + 1405.0, + 1179.0, + 1349.0, + 1179.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1171.0, + 1405.0, + 1171.0, + 1405.0, + 1209.0, + 291.0, + 1209.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1201.0, + 296.0, + 1201.0, + 296.0, + 1240.0, + 293.0, + 1240.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 330.0, + 1201.0, + 665.0, + 1201.0, + 665.0, + 1240.0, + 330.0, + 1240.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 754.0, + 1201.0, + 1406.0, + 1201.0, + 1406.0, + 1240.0, + 754.0, + 1240.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1233.0, + 798.0, + 1233.0, + 798.0, + 1270.0, + 293.0, + 1270.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 825.0, + 1233.0, + 1154.0, + 1233.0, + 1154.0, + 1270.0, + 825.0, + 1270.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1968.0, + 1408.0, + 1968.0, + 1408.0, + 2014.0, + 324.0, + 2014.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 2002.0, + 389.0, + 2002.0, + 389.0, + 2035.0, + 294.0, + 2035.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1763.0, + 896.0, + 1763.0, + 896.0, + 1799.0, + 295.0, + 1799.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1326.0, + 784.0, + 1326.0, + 784.0, + 1365.0, + 294.0, + 1365.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 858.0, + 72.0, + 858.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 836.0, + 2085.0, + 859.0, + 2085.0, + 859.0, + 2116.0, + 836.0, + 2116.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 222.0, + 1405.0, + 222.0, + 1405.0, + 259.0, + 294.0, + 259.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 252.0, + 1405.0, + 252.0, + 1405.0, + 289.0, + 294.0, + 289.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 283.0, + 297.0, + 283.0, + 297.0, + 321.0, + 291.0, + 321.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 390.0, + 283.0, + 401.0, + 283.0, + 401.0, + 321.0, + 390.0, + 321.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 530.0, + 283.0, + 1107.0, + 283.0, + 1107.0, + 321.0, + 530.0, + 321.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1136.0, + 283.0, + 1212.0, + 283.0, + 1212.0, + 321.0, + 1136.0, + 321.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1332.0, + 283.0, + 1407.0, + 283.0, + 1407.0, + 321.0, + 1332.0, + 321.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 312.0, + 1406.0, + 312.0, + 1406.0, + 352.0, + 293.0, + 352.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 347.0, + 1406.0, + 347.0, + 1406.0, + 379.0, + 295.0, + 379.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 377.0, + 1100.0, + 377.0, + 1100.0, + 409.0, + 295.0, + 409.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1386.0, + 1403.0, + 1386.0, + 1403.0, + 1423.0, + 294.0, + 1423.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1415.0, + 342.0, + 1415.0, + 342.0, + 1455.0, + 291.0, + 1455.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 419.0, + 1415.0, + 1065.0, + 1415.0, + 1065.0, + 1455.0, + 419.0, + 1455.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1122.0, + 1415.0, + 1406.0, + 1415.0, + 1406.0, + 1455.0, + 1122.0, + 1455.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1447.0, + 1407.0, + 1447.0, + 1407.0, + 1484.0, + 292.0, + 1484.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1479.0, + 1406.0, + 1479.0, + 1406.0, + 1513.0, + 292.0, + 1513.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1506.0, + 1407.0, + 1506.0, + 1407.0, + 1546.0, + 291.0, + 1546.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1539.0, + 1406.0, + 1539.0, + 1406.0, + 1578.0, + 292.0, + 1578.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1570.0, + 1405.0, + 1570.0, + 1405.0, + 1605.0, + 294.0, + 1605.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1600.0, + 1405.0, + 1600.0, + 1405.0, + 1636.0, + 292.0, + 1636.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1633.0, + 1402.0, + 1633.0, + 1402.0, + 1664.0, + 295.0, + 1664.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1663.0, + 1405.0, + 1663.0, + 1405.0, + 1696.0, + 294.0, + 1696.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1693.0, + 1153.0, + 1693.0, + 1153.0, + 1727.0, + 295.0, + 1727.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1823.0, + 1295.0, + 1823.0, + 1295.0, + 1858.0, + 293.0, + 1858.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1403.0, + 1823.0, + 1407.0, + 1823.0, + 1407.0, + 1858.0, + 1403.0, + 1858.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1854.0, + 1328.0, + 1854.0, + 1328.0, + 1890.0, + 293.0, + 1890.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1394.0, + 1854.0, + 1405.0, + 1854.0, + 1405.0, + 1890.0, + 1394.0, + 1890.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1885.0, + 539.0, + 1885.0, + 539.0, + 1920.0, + 292.0, + 1920.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 604.0, + 1885.0, + 1407.0, + 1885.0, + 1407.0, + 1920.0, + 604.0, + 1920.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1916.0, + 1404.0, + 1916.0, + 1404.0, + 1949.0, + 294.0, + 1949.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 222.0, + 1405.0, + 222.0, + 1405.0, + 259.0, + 294.0, + 259.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 252.0, + 1405.0, + 252.0, + 1405.0, + 289.0, + 294.0, + 289.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 283.0, + 297.0, + 283.0, + 297.0, + 321.0, + 291.0, + 321.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 390.0, + 283.0, + 401.0, + 283.0, + 401.0, + 321.0, + 390.0, + 321.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 530.0, + 283.0, + 1107.0, + 283.0, + 1107.0, + 321.0, + 530.0, + 321.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1136.0, + 283.0, + 1212.0, + 283.0, + 1212.0, + 321.0, + 1136.0, + 321.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1332.0, + 283.0, + 1407.0, + 283.0, + 1407.0, + 321.0, + 1332.0, + 321.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 312.0, + 1406.0, + 312.0, + 1406.0, + 352.0, + 293.0, + 352.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 347.0, + 1406.0, + 347.0, + 1406.0, + 379.0, + 295.0, + 379.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 377.0, + 1100.0, + 377.0, + 1100.0, + 409.0, + 295.0, + 409.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 7, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 1697, + 1405, + 1697, + 1405, + 2034, + 298, + 2034 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 299, + 1446, + 1404, + 1446, + 1404, + 1570, + 299, + 1570 + ], + "score": 0.979 + }, + { + "category_id": 5, + "poly": [ + 632, + 927, + 1066, + 927, + 1066, + 1103, + 632, + 1103 + ], + "score": 0.972, + "html": "
RDKITGRAPHDG
Eelec42.7 (4.3)58.0 (21.0)
€HOMO0.08 (0.04)0.10 (0.05)
ELUMO0.15 (0.03)0.09 (0.05)
0.29 (0.05)0.33 (0.09)
" + }, + { + "category_id": 1, + "poly": [ + 298, + 1164, + 1404, + 1164, + 1404, + 1320, + 298, + 1320 + ], + "score": 0.967 + }, + { + "category_id": 3, + "poly": [ + 307, + 226, + 1400, + 226, + 1400, + 658, + 307, + 658 + ], + "score": 0.961 + }, + { + "category_id": 4, + "poly": [ + 295, + 678, + 1396, + 678, + 1396, + 741, + 295, + 741 + ], + "score": 0.926 + }, + { + "category_id": 0, + "poly": [ + 299, + 1372, + 540, + 1372, + 540, + 1407, + 299, + 1407 + ], + "score": 0.9 + }, + { + "category_id": 0, + "poly": [ + 301, + 1623, + 561, + 1623, + 561, + 1658, + 301, + 1658 + ], + "score": 0.887 + }, + { + "category_id": 2, + "poly": [ + 840, + 2088, + 858, + 2088, + 858, + 2111, + 840, + 2111 + ], + "score": 0.795 + }, + { + "category_id": 2, + "poly": [ + 297, + 75, + 858, + 75, + 858, + 105, + 297, + 105 + ], + "score": 0.746 + }, + { + "category_id": 1, + "poly": [ + 297, + 779, + 1405, + 779, + 1405, + 904, + 297, + 904 + ], + "score": 0.615 + }, + { + "category_id": 6, + "poly": [ + 297, + 779, + 1405, + 779, + 1405, + 904, + 297, + 904 + ], + "score": 0.569 + }, + { + "category_id": 2, + "poly": [ + 297, + 76, + 858, + 76, + 858, + 104, + 297, + 104 + ], + "score": 0.183 + }, + { + "category_id": 13, + "poly": [ + 550, + 811, + 605, + 811, + 605, + 841, + 550, + 841 + ], + "score": 0.9, + "latex": "E _ { \\mathrm { e l e c } }" + }, + { + "category_id": 13, + "poly": [ + 459, + 1197, + 515, + 1197, + 515, + 1227, + 459, + 1227 + ], + "score": 0.9, + "latex": "E _ { \\mathrm { e l e c } }" + }, + { + "category_id": 13, + "poly": [ + 805, + 846, + 827, + 846, + 827, + 874, + 805, + 874 + ], + "score": 0.8, + "latex": "\\mu" + }, + { + "category_id": 13, + "poly": [ + 933, + 1196, + 1035, + 1196, + 1035, + 1225, + 933, + 1225 + ], + "score": 0.64, + "latex": "5 \\ \\mathrm { k J / m o l }" + }, + { + "category_id": 15, + "poly": [ + 959.0, + 262.0, + 979.0, + 262.0, + 979.0, + 283.0, + 959.0, + 283.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1162.0, + 280.0, + 1173.0, + 280.0, + 1173.0, + 292.0, + 1162.0, + 292.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 468.0, + 285.0, + 488.0, + 285.0, + 488.0, + 305.0, + 468.0, + 305.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 703.0, + 285.0, + 724.0, + 285.0, + 724.0, + 305.0, + 703.0, + 305.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1192.0, + 315.0, + 1200.0, + 315.0, + 1200.0, + 328.0, + 1192.0, + 328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 368.0, + 342.0, + 387.0, + 342.0, + 387.0, + 364.0, + 368.0, + 364.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 598.0, + 338.0, + 617.0, + 338.0, + 617.0, + 359.0, + 598.0, + 359.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 717.0, + 342.0, + 747.0, + 342.0, + 747.0, + 367.0, + 717.0, + 367.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 369.0, + 413.0, + 396.0, + 413.0, + 396.0, + 447.0, + 369.0, + 447.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 473.0, + 418.0, + 503.0, + 418.0, + 503.0, + 454.0, + 473.0, + 454.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 733.0, + 415.0, + 753.0, + 415.0, + 753.0, + 443.0, + 733.0, + 443.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 408.0, + 883.0, + 408.0, + 883.0, + 467.0, + 831.0, + 467.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 934.0, + 423.0, + 954.0, + 423.0, + 954.0, + 443.0, + 934.0, + 443.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 987.0, + 399.0, + 1020.0, + 399.0, + 1020.0, + 456.0, + 987.0, + 456.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1093.0, + 404.0, + 1117.0, + 404.0, + 1117.0, + 439.0, + 1093.0, + 439.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1133.0, + 422.0, + 1165.0, + 422.0, + 1165.0, + 445.0, + 1133.0, + 445.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1203.0, + 413.0, + 1228.0, + 413.0, + 1228.0, + 443.0, + 1203.0, + 443.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1358.0, + 419.0, + 1368.0, + 419.0, + 1368.0, + 433.0, + 1358.0, + 433.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 470.0, + 450.0, + 491.0, + 450.0, + 491.0, + 469.0, + 470.0, + 469.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 592.0, + 442.0, + 617.0, + 442.0, + 617.0, + 471.0, + 592.0, + 471.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 723.0, + 439.0, + 747.0, + 439.0, + 747.0, + 461.0, + 723.0, + 461.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 493.0, + 525.0, + 513.0, + 525.0, + 513.0, + 547.0, + 493.0, + 547.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 605.0, + 561.0, + 627.0, + 561.0, + 627.0, + 580.0, + 605.0, + 580.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 734.0, + 535.0, + 755.0, + 535.0, + 755.0, + 556.0, + 734.0, + 556.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 908.0, + 562.0, + 929.0, + 562.0, + 929.0, + 587.0, + 908.0, + 587.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1169.0, + 535.0, + 1205.0, + 535.0, + 1205.0, + 575.0, + 1169.0, + 575.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1310.0, + 555.0, + 1341.0, + 555.0, + 1341.0, + 588.0, + 1310.0, + 588.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 369.0, + 576.0, + 396.0, + 576.0, + 396.0, + 601.0, + 369.0, + 601.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 931.0, + 575.0, + 954.0, + 575.0, + 954.0, + 595.0, + 931.0, + 595.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1078.0, + 576.0, + 1095.0, + 576.0, + 1095.0, + 592.0, + 1078.0, + 592.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1174.0, + 574.0, + 1199.0, + 574.0, + 1199.0, + 606.0, + 1174.0, + 606.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 494.0, + 583.0, + 518.0, + 583.0, + 518.0, + 604.0, + 494.0, + 604.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 630.0, + 438.0, + 630.0, + 438.0, + 658.0, + 320.0, + 658.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 463.0, + 631.0, + 520.0, + 631.0, + 520.0, + 658.0, + 463.0, + 658.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 564.0, + 628.0, + 655.0, + 628.0, + 655.0, + 657.0, + 564.0, + 657.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 704.0, + 629.0, + 793.0, + 629.0, + 793.0, + 658.0, + 704.0, + 658.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 856.0, + 631.0, + 973.0, + 631.0, + 973.0, + 656.0, + 856.0, + 656.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1021.0, + 630.0, + 1078.0, + 630.0, + 1078.0, + 656.0, + 1021.0, + 656.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1151.0, + 628.0, + 1242.0, + 628.0, + 1242.0, + 657.0, + 1151.0, + 657.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1286.0, + 630.0, + 1375.0, + 630.0, + 1375.0, + 657.0, + 1286.0, + 657.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 954.25, + 281.5, + 964.25, + 281.5, + 964.25, + 299.0, + 954.25, + 299.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 347.0, + 282.5, + 382.0, + 282.5, + 382.0, + 302.0, + 347.0, + 302.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 604.0, + 310.5, + 620.0, + 310.5, + 620.0, + 320.5, + 604.0, + 320.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 693.0, + 317.0, + 712.0, + 317.0, + 712.0, + 327.0, + 693.0, + 327.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1372.0, + 408.0, + 1380.0, + 408.0, + 1380.0, + 431.5, + 1372.0, + 431.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 948.25, + 409.5, + 959.25, + 409.5, + 959.25, + 427.5, + 948.25, + 427.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 368.0, + 438.5, + 381.0, + 438.5, + 381.0, + 458.5, + 368.0, + 458.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1238.0, + 420.5, + 1307.0, + 420.5, + 1307.0, + 452.5, + 1238.0, + 452.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 366.0, + 527.5, + 388.0, + 527.5, + 388.0, + 547.0, + 366.0, + 547.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1047.0, + 558.5, + 1082.0, + 558.5, + 1082.0, + 591.5, + 1047.0, + 591.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1338.0, + 565.0, + 1357.0, + 565.0, + 1357.0, + 587.5, + 1338.0, + 587.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 733.0, + 587.0, + 764.0, + 587.0, + 764.0, + 609.0, + 733.0, + 609.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 678.0, + 1402.0, + 678.0, + 1402.0, + 713.0, + 295.0, + 713.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 707.0, + 1401.0, + 707.0, + 1401.0, + 744.0, + 294.0, + 744.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1368.0, + 544.0, + 1368.0, + 544.0, + 1415.0, + 293.0, + 1415.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1617.0, + 566.0, + 1617.0, + 566.0, + 1668.0, + 291.0, + 1668.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 2087.0, + 860.0, + 2087.0, + 860.0, + 2117.0, + 839.0, + 2117.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 73.0, + 858.0, + 73.0, + 858.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 779.0, + 1405.0, + 779.0, + 1405.0, + 816.0, + 294.0, + 816.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 806.0, + 549.0, + 806.0, + 549.0, + 850.0, + 291.0, + 850.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 606.0, + 806.0, + 1406.0, + 806.0, + 1406.0, + 850.0, + 606.0, + 850.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 842.0, + 804.0, + 842.0, + 804.0, + 875.0, + 292.0, + 875.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 828.0, + 842.0, + 1405.0, + 842.0, + 1405.0, + 875.0, + 828.0, + 875.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 872.0, + 1392.0, + 872.0, + 1392.0, + 907.0, + 292.0, + 907.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 73.0, + 858.0, + 73.0, + 858.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1700.0, + 1403.0, + 1700.0, + 1403.0, + 1731.0, + 297.0, + 1731.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1729.0, + 1405.0, + 1729.0, + 1405.0, + 1764.0, + 293.0, + 1764.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1760.0, + 1405.0, + 1760.0, + 1405.0, + 1795.0, + 295.0, + 1795.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1789.0, + 1407.0, + 1789.0, + 1407.0, + 1827.0, + 293.0, + 1827.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1821.0, + 1406.0, + 1821.0, + 1406.0, + 1856.0, + 295.0, + 1856.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1852.0, + 1406.0, + 1852.0, + 1406.0, + 1887.0, + 293.0, + 1887.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1882.0, + 1405.0, + 1882.0, + 1405.0, + 1916.0, + 295.0, + 1916.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1911.0, + 1405.0, + 1911.0, + 1405.0, + 1946.0, + 293.0, + 1946.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1940.0, + 1406.0, + 1940.0, + 1406.0, + 1977.0, + 292.0, + 1977.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1974.0, + 1402.0, + 1974.0, + 1402.0, + 2005.0, + 295.0, + 2005.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 2000.0, + 1278.0, + 2000.0, + 1278.0, + 2042.0, + 292.0, + 2042.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1444.0, + 1408.0, + 1444.0, + 1408.0, + 1482.0, + 293.0, + 1482.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1474.0, + 1408.0, + 1474.0, + 1408.0, + 1513.0, + 293.0, + 1513.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1508.0, + 1405.0, + 1508.0, + 1405.0, + 1544.0, + 294.0, + 1544.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1538.0, + 1197.0, + 1538.0, + 1197.0, + 1574.0, + 294.0, + 1574.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1166.0, + 1404.0, + 1166.0, + 1404.0, + 1199.0, + 296.0, + 1199.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1195.0, + 458.0, + 1195.0, + 458.0, + 1230.0, + 293.0, + 1230.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 516.0, + 1195.0, + 932.0, + 1195.0, + 932.0, + 1230.0, + 516.0, + 1230.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1036.0, + 1195.0, + 1406.0, + 1195.0, + 1406.0, + 1230.0, + 1036.0, + 1230.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1223.0, + 1404.0, + 1223.0, + 1404.0, + 1262.0, + 293.0, + 1262.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1255.0, + 1406.0, + 1255.0, + 1406.0, + 1293.0, + 294.0, + 1293.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1285.0, + 898.0, + 1285.0, + 898.0, + 1325.0, + 293.0, + 1325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 779.0, + 1405.0, + 779.0, + 1405.0, + 816.0, + 294.0, + 816.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 806.0, + 549.0, + 806.0, + 549.0, + 850.0, + 291.0, + 850.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 606.0, + 806.0, + 1406.0, + 806.0, + 1406.0, + 850.0, + 606.0, + 850.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 842.0, + 804.0, + 842.0, + 804.0, + 875.0, + 292.0, + 875.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 828.0, + 842.0, + 1405.0, + 842.0, + 1405.0, + 875.0, + 828.0, + 875.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 872.0, + 1392.0, + 872.0, + 1392.0, + 907.0, + 292.0, + 907.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 8, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 2, + "poly": [ + 298, + 75, + 858, + 75, + 858, + 105, + 298, + 105 + ], + "score": 0.893 + }, + { + "category_id": 2, + "poly": [ + 836, + 2088, + 866, + 2088, + 866, + 2113, + 836, + 2113 + ], + "score": 0.83 + }, + { + "category_id": 0, + "poly": [ + 299, + 228, + 489, + 228, + 489, + 261, + 299, + 261 + ], + "score": 0.745 + }, + { + "category_id": 1, + "poly": [ + 296, + 931, + 1400, + 931, + 1400, + 996, + 296, + 996 + ], + "score": 0.653 + }, + { + "category_id": 1, + "poly": [ + 297, + 850, + 1401, + 850, + 1401, + 916, + 297, + 916 + ], + "score": 0.653 + }, + { + "category_id": 1, + "poly": [ + 297, + 1576, + 1401, + 1576, + 1401, + 1673, + 297, + 1673 + ], + "score": 0.642 + }, + { + "category_id": 1, + "poly": [ + 300, + 1406, + 1405, + 1406, + 1405, + 1559, + 300, + 1559 + ], + "score": 0.641 + }, + { + "category_id": 1, + "poly": [ + 297, + 1123, + 1399, + 1123, + 1399, + 1218, + 297, + 1218 + ], + "score": 0.629 + }, + { + "category_id": 1, + "poly": [ + 296, + 1011, + 1401, + 1011, + 1401, + 1106, + 296, + 1106 + ], + "score": 0.612 + }, + { + "category_id": 1, + "poly": [ + 297, + 1234, + 1404, + 1234, + 1404, + 1388, + 297, + 1388 + ], + "score": 0.609 + }, + { + "category_id": 1, + "poly": [ + 298, + 278, + 1399, + 278, + 1399, + 340, + 298, + 340 + ], + "score": 0.609 + }, + { + "category_id": 1, + "poly": [ + 295, + 739, + 1402, + 739, + 1402, + 834, + 295, + 834 + ], + "score": 0.586 + }, + { + "category_id": 1, + "poly": [ + 297, + 1687, + 1405, + 1687, + 1405, + 1843, + 297, + 1843 + ], + "score": 0.557 + }, + { + "category_id": 1, + "poly": [ + 300, + 1941, + 1403, + 1941, + 1403, + 2034, + 300, + 2034 + ], + "score": 0.556 + }, + { + "category_id": 1, + "poly": [ + 296, + 1860, + 1399, + 1860, + 1399, + 1924, + 296, + 1924 + ], + "score": 0.541 + }, + { + "category_id": 1, + "poly": [ + 297, + 357, + 1398, + 357, + 1398, + 422, + 297, + 422 + ], + "score": 0.531 + }, + { + "category_id": 1, + "poly": [ + 298, + 629, + 1401, + 629, + 1401, + 723, + 298, + 723 + ], + "score": 0.529 + }, + { + "category_id": 1, + "poly": [ + 297, + 438, + 1397, + 438, + 1397, + 532, + 297, + 532 + ], + "score": 0.499 + }, + { + "category_id": 1, + "poly": [ + 295, + 549, + 1402, + 549, + 1402, + 613, + 295, + 613 + ], + "score": 0.497 + }, + { + "category_id": 1, + "poly": [ + 299, + 228, + 489, + 228, + 489, + 261, + 299, + 261 + ], + "score": 0.094 + }, + { + "category_id": 15, + "poly": [ + 298.0, + 73.0, + 858.0, + 73.0, + 858.0, + 108.0, + 298.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2085.0, + 870.0, + 2085.0, + 870.0, + 2123.0, + 832.0, + 2123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 228.0, + 490.0, + 228.0, + 490.0, + 265.0, + 297.0, + 265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 931.0, + 1404.0, + 931.0, + 1404.0, + 969.0, + 294.0, + 969.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 961.0, + 1332.0, + 961.0, + 1332.0, + 997.0, + 323.0, + 997.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 849.0, + 1403.0, + 849.0, + 1403.0, + 887.0, + 292.0, + 887.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 882.0, + 1268.0, + 882.0, + 1268.0, + 917.0, + 321.0, + 917.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1578.0, + 1405.0, + 1578.0, + 1405.0, + 1612.0, + 295.0, + 1612.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1610.0, + 1405.0, + 1610.0, + 1405.0, + 1644.0, + 322.0, + 1644.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1639.0, + 1053.0, + 1639.0, + 1053.0, + 1674.0, + 324.0, + 1674.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1405.0, + 1405.0, + 1405.0, + 1405.0, + 1443.0, + 293.0, + 1443.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1435.0, + 1405.0, + 1435.0, + 1405.0, + 1473.0, + 322.0, + 1473.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1460.0, + 1406.0, + 1460.0, + 1406.0, + 1508.0, + 320.0, + 1508.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 1493.0, + 1406.0, + 1493.0, + 1406.0, + 1537.0, + 319.0, + 1537.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1524.0, + 397.0, + 1524.0, + 397.0, + 1563.0, + 320.0, + 1563.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1123.0, + 1401.0, + 1123.0, + 1401.0, + 1161.0, + 293.0, + 1161.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1152.0, + 1404.0, + 1152.0, + 1404.0, + 1191.0, + 321.0, + 1191.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1185.0, + 1231.0, + 1185.0, + 1231.0, + 1222.0, + 320.0, + 1222.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1010.0, + 1403.0, + 1010.0, + 1403.0, + 1048.0, + 294.0, + 1048.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1041.0, + 1406.0, + 1041.0, + 1406.0, + 1079.0, + 321.0, + 1079.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 325.0, + 1074.0, + 697.0, + 1074.0, + 697.0, + 1108.0, + 325.0, + 1108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1234.0, + 1406.0, + 1234.0, + 1406.0, + 1271.0, + 295.0, + 1271.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 325.0, + 1266.0, + 1405.0, + 1266.0, + 1405.0, + 1299.0, + 325.0, + 1299.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1295.0, + 1406.0, + 1295.0, + 1406.0, + 1332.0, + 322.0, + 1332.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 317.0, + 1322.0, + 1408.0, + 1322.0, + 1408.0, + 1365.0, + 317.0, + 1365.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1352.0, + 397.0, + 1352.0, + 397.0, + 1392.0, + 321.0, + 1392.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 274.0, + 1403.0, + 274.0, + 1403.0, + 317.0, + 291.0, + 317.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 308.0, + 1399.0, + 308.0, + 1399.0, + 342.0, + 321.0, + 342.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 737.0, + 1403.0, + 737.0, + 1403.0, + 777.0, + 292.0, + 777.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 773.0, + 1402.0, + 773.0, + 1402.0, + 807.0, + 323.0, + 807.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 804.0, + 533.0, + 804.0, + 533.0, + 833.0, + 322.0, + 833.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1686.0, + 1405.0, + 1686.0, + 1405.0, + 1726.0, + 292.0, + 1726.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1720.0, + 1405.0, + 1720.0, + 1405.0, + 1757.0, + 321.0, + 1757.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1750.0, + 1403.0, + 1750.0, + 1403.0, + 1784.0, + 323.0, + 1784.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1780.0, + 1406.0, + 1780.0, + 1406.0, + 1816.0, + 321.0, + 1816.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1813.0, + 552.0, + 1813.0, + 552.0, + 1842.0, + 321.0, + 1842.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1942.0, + 1404.0, + 1942.0, + 1404.0, + 1975.0, + 296.0, + 1975.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1971.0, + 1403.0, + 1971.0, + 1403.0, + 2004.0, + 323.0, + 2004.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 2001.0, + 1249.0, + 2001.0, + 1249.0, + 2037.0, + 321.0, + 2037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1860.0, + 1403.0, + 1860.0, + 1403.0, + 1896.0, + 295.0, + 1896.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1891.0, + 1102.0, + 1891.0, + 1102.0, + 1925.0, + 321.0, + 1925.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 357.0, + 1404.0, + 357.0, + 1404.0, + 393.0, + 295.0, + 393.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 387.0, + 945.0, + 387.0, + 945.0, + 423.0, + 323.0, + 423.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 629.0, + 1406.0, + 629.0, + 1406.0, + 666.0, + 293.0, + 666.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 660.0, + 1406.0, + 660.0, + 1406.0, + 698.0, + 322.0, + 698.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 692.0, + 743.0, + 692.0, + 743.0, + 722.0, + 323.0, + 722.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 439.0, + 1401.0, + 439.0, + 1401.0, + 473.0, + 296.0, + 473.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 470.0, + 1402.0, + 470.0, + 1402.0, + 504.0, + 323.0, + 504.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 501.0, + 797.0, + 501.0, + 797.0, + 531.0, + 324.0, + 531.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 549.0, + 1404.0, + 549.0, + 1404.0, + 585.0, + 297.0, + 585.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 580.0, + 1159.0, + 580.0, + 1159.0, + 613.0, + 322.0, + 613.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 228.0, + 490.0, + 228.0, + 490.0, + 265.0, + 297.0, + 265.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 9, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1622, + 1405, + 1622, + 1405, + 1746, + 297, + 1746 + ], + "score": 0.922 + }, + { + "category_id": 1, + "poly": [ + 298, + 1389, + 1403, + 1389, + 1403, + 1512, + 298, + 1512 + ], + "score": 0.912 + }, + { + "category_id": 1, + "poly": [ + 298, + 1242, + 1402, + 1242, + 1402, + 1366, + 298, + 1366 + ], + "score": 0.901 + }, + { + "category_id": 1, + "poly": [ + 297, + 867, + 1404, + 867, + 1404, + 960, + 297, + 960 + ], + "score": 0.9 + }, + { + "category_id": 1, + "poly": [ + 298, + 1070, + 1400, + 1070, + 1400, + 1133, + 298, + 1133 + ], + "score": 0.892 + }, + { + "category_id": 1, + "poly": [ + 295, + 751, + 1403, + 751, + 1403, + 844, + 295, + 844 + ], + "score": 0.887 + }, + { + "category_id": 1, + "poly": [ + 296, + 1534, + 1403, + 1534, + 1403, + 1600, + 296, + 1600 + ], + "score": 0.885 + }, + { + "category_id": 1, + "poly": [ + 296, + 1155, + 1401, + 1155, + 1401, + 1220, + 296, + 1220 + ], + "score": 0.88 + }, + { + "category_id": 1, + "poly": [ + 298, + 1972, + 1399, + 1972, + 1399, + 2033, + 298, + 2033 + ], + "score": 0.877 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 858, + 75, + 858, + 105, + 298, + 105 + ], + "score": 0.872 + }, + { + "category_id": 1, + "poly": [ + 294, + 984, + 1400, + 984, + 1400, + 1047, + 294, + 1047 + ], + "score": 0.866 + }, + { + "category_id": 1, + "poly": [ + 292, + 1768, + 1400, + 1768, + 1400, + 1833, + 292, + 1833 + ], + "score": 0.856 + }, + { + "category_id": 1, + "poly": [ + 298, + 1854, + 1400, + 1854, + 1400, + 1947, + 298, + 1947 + ], + "score": 0.855 + }, + { + "category_id": 1, + "poly": [ + 299, + 229, + 1402, + 229, + 1402, + 323, + 299, + 323 + ], + "score": 0.842 + }, + { + "category_id": 1, + "poly": [ + 297, + 604, + 1405, + 604, + 1405, + 729, + 297, + 729 + ], + "score": 0.837 + }, + { + "category_id": 1, + "poly": [ + 297, + 547, + 1095, + 547, + 1095, + 582, + 297, + 582 + ], + "score": 0.832 + }, + { + "category_id": 2, + "poly": [ + 836, + 2088, + 863, + 2088, + 863, + 2113, + 836, + 2113 + ], + "score": 0.821 + }, + { + "category_id": 1, + "poly": [ + 295, + 346, + 1402, + 346, + 1402, + 410, + 295, + 410 + ], + "score": 0.673 + }, + { + "category_id": 1, + "poly": [ + 301, + 432, + 1403, + 432, + 1403, + 525, + 301, + 525 + ], + "score": 0.666 + }, + { + "category_id": 15, + "poly": [ + 298.0, + 73.0, + 858.0, + 73.0, + 858.0, + 108.0, + 298.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2085.0, + 868.0, + 2085.0, + 868.0, + 2125.0, + 832.0, + 2125.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1622.0, + 1406.0, + 1622.0, + 1406.0, + 1658.0, + 295.0, + 1658.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1651.0, + 1406.0, + 1651.0, + 1406.0, + 1689.0, + 320.0, + 1689.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1683.0, + 1406.0, + 1683.0, + 1406.0, + 1719.0, + 321.0, + 1719.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1714.0, + 846.0, + 1714.0, + 846.0, + 1749.0, + 320.0, + 1749.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1390.0, + 1404.0, + 1390.0, + 1404.0, + 1423.0, + 293.0, + 1423.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1421.0, + 1405.0, + 1421.0, + 1405.0, + 1454.0, + 322.0, + 1454.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1448.0, + 1407.0, + 1448.0, + 1407.0, + 1488.0, + 320.0, + 1488.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1481.0, + 608.0, + 1481.0, + 608.0, + 1513.0, + 323.0, + 1513.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1241.0, + 1406.0, + 1241.0, + 1406.0, + 1278.0, + 293.0, + 1278.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1272.0, + 1406.0, + 1272.0, + 1406.0, + 1309.0, + 322.0, + 1309.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 317.0, + 1302.0, + 1406.0, + 1302.0, + 1406.0, + 1343.0, + 317.0, + 1343.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1333.0, + 1201.0, + 1333.0, + 1201.0, + 1368.0, + 322.0, + 1368.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 864.0, + 1404.0, + 864.0, + 1404.0, + 904.0, + 294.0, + 904.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 897.0, + 1404.0, + 897.0, + 1404.0, + 933.0, + 321.0, + 933.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 325.0, + 930.0, + 712.0, + 930.0, + 712.0, + 961.0, + 325.0, + 961.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1067.0, + 1404.0, + 1067.0, + 1404.0, + 1108.0, + 292.0, + 1108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1102.0, + 786.0, + 1102.0, + 786.0, + 1135.0, + 322.0, + 1135.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 748.0, + 1406.0, + 748.0, + 1406.0, + 788.0, + 293.0, + 788.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 781.0, + 1405.0, + 781.0, + 1405.0, + 817.0, + 322.0, + 817.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 812.0, + 677.0, + 812.0, + 677.0, + 846.0, + 323.0, + 846.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1535.0, + 1406.0, + 1535.0, + 1406.0, + 1571.0, + 295.0, + 1571.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1564.0, + 1337.0, + 1564.0, + 1337.0, + 1602.0, + 321.0, + 1602.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1157.0, + 1403.0, + 1157.0, + 1403.0, + 1193.0, + 296.0, + 1193.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1186.0, + 1100.0, + 1186.0, + 1100.0, + 1221.0, + 323.0, + 1221.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1970.0, + 1403.0, + 1970.0, + 1403.0, + 2005.0, + 296.0, + 2005.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 2002.0, + 855.0, + 2002.0, + 855.0, + 2034.0, + 324.0, + 2034.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 984.0, + 1402.0, + 984.0, + 1402.0, + 1019.0, + 296.0, + 1019.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1013.0, + 599.0, + 1013.0, + 599.0, + 1049.0, + 321.0, + 1049.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1764.0, + 1405.0, + 1764.0, + 1405.0, + 1808.0, + 292.0, + 1808.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1799.0, + 1378.0, + 1799.0, + 1378.0, + 1835.0, + 324.0, + 1835.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1852.0, + 1404.0, + 1852.0, + 1404.0, + 1891.0, + 293.0, + 1891.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1885.0, + 1404.0, + 1885.0, + 1404.0, + 1921.0, + 322.0, + 1921.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1917.0, + 624.0, + 1917.0, + 624.0, + 1948.0, + 324.0, + 1948.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 230.0, + 1402.0, + 230.0, + 1402.0, + 264.0, + 297.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 261.0, + 1406.0, + 261.0, + 1406.0, + 295.0, + 319.0, + 295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 292.0, + 713.0, + 292.0, + 713.0, + 322.0, + 324.0, + 322.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 604.0, + 1406.0, + 604.0, + 1406.0, + 641.0, + 296.0, + 641.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 634.0, + 1405.0, + 634.0, + 1405.0, + 670.0, + 321.0, + 670.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 664.0, + 1405.0, + 664.0, + 1405.0, + 704.0, + 321.0, + 704.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 696.0, + 1017.0, + 696.0, + 1017.0, + 731.0, + 321.0, + 731.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 546.0, + 1097.0, + 546.0, + 1097.0, + 589.0, + 293.0, + 589.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 345.0, + 1405.0, + 345.0, + 1405.0, + 383.0, + 293.0, + 383.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 377.0, + 1404.0, + 377.0, + 1404.0, + 413.0, + 323.0, + 413.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 431.0, + 1405.0, + 431.0, + 1405.0, + 469.0, + 295.0, + 469.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 460.0, + 1407.0, + 460.0, + 1407.0, + 501.0, + 321.0, + 501.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 494.0, + 1069.0, + 494.0, + 1069.0, + 526.0, + 324.0, + 526.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 10, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 783, + 1401, + 783, + 1401, + 877, + 297, + 877 + ], + "score": 0.891 + }, + { + "category_id": 1, + "poly": [ + 297, + 905, + 1405, + 905, + 1405, + 1000, + 297, + 1000 + ], + "score": 0.885 + }, + { + "category_id": 1, + "poly": [ + 296, + 476, + 1401, + 476, + 1401, + 569, + 296, + 569 + ], + "score": 0.88 + }, + { + "category_id": 1, + "poly": [ + 296, + 1152, + 1405, + 1152, + 1405, + 1278, + 296, + 1278 + ], + "score": 0.88 + }, + { + "category_id": 1, + "poly": [ + 297, + 598, + 1405, + 598, + 1405, + 755, + 297, + 755 + ], + "score": 0.874 + }, + { + "category_id": 1, + "poly": [ + 297, + 352, + 1405, + 352, + 1405, + 445, + 297, + 445 + ], + "score": 0.874 + }, + { + "category_id": 1, + "poly": [ + 294, + 228, + 1401, + 228, + 1401, + 323, + 294, + 323 + ], + "score": 0.867 + }, + { + "category_id": 1, + "poly": [ + 297, + 1893, + 1404, + 1893, + 1404, + 2018, + 297, + 2018 + ], + "score": 0.865 + }, + { + "category_id": 1, + "poly": [ + 295, + 1306, + 1401, + 1306, + 1401, + 1400, + 295, + 1400 + ], + "score": 0.863 + }, + { + "category_id": 1, + "poly": [ + 296, + 1429, + 1406, + 1429, + 1406, + 1523, + 296, + 1523 + ], + "score": 0.863 + }, + { + "category_id": 1, + "poly": [ + 295, + 1029, + 1402, + 1029, + 1402, + 1123, + 295, + 1123 + ], + "score": 0.859 + }, + { + "category_id": 1, + "poly": [ + 297, + 1646, + 1404, + 1646, + 1404, + 1740, + 297, + 1740 + ], + "score": 0.856 + }, + { + "category_id": 1, + "poly": [ + 295, + 1769, + 1403, + 1769, + 1403, + 1863, + 295, + 1863 + ], + "score": 0.846 + }, + { + "category_id": 1, + "poly": [ + 289, + 1553, + 1399, + 1553, + 1399, + 1618, + 289, + 1618 + ], + "score": 0.831 + }, + { + "category_id": 2, + "poly": [ + 836, + 2088, + 865, + 2088, + 865, + 2113, + 836, + 2113 + ], + "score": 0.831 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 858, + 75, + 858, + 105, + 298, + 105 + ], + "score": 0.741 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 858, + 75, + 858, + 105, + 298, + 105 + ], + "score": 0.167 + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2085.0, + 870.0, + 2085.0, + 870.0, + 2124.0, + 832.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 73.0, + 858.0, + 73.0, + 858.0, + 108.0, + 298.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 73.0, + 858.0, + 73.0, + 858.0, + 108.0, + 298.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 783.0, + 1402.0, + 783.0, + 1402.0, + 817.0, + 296.0, + 817.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 814.0, + 1403.0, + 814.0, + 1403.0, + 847.0, + 323.0, + 847.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 325.0, + 846.0, + 650.0, + 846.0, + 650.0, + 876.0, + 325.0, + 876.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 907.0, + 1405.0, + 907.0, + 1405.0, + 942.0, + 295.0, + 942.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 937.0, + 1403.0, + 937.0, + 1403.0, + 973.0, + 323.0, + 973.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 966.0, + 886.0, + 966.0, + 886.0, + 1001.0, + 324.0, + 1001.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 475.0, + 1406.0, + 475.0, + 1406.0, + 513.0, + 295.0, + 513.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 506.0, + 1406.0, + 506.0, + 1406.0, + 543.0, + 323.0, + 543.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 325.0, + 539.0, + 631.0, + 539.0, + 631.0, + 573.0, + 325.0, + 573.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1151.0, + 1405.0, + 1151.0, + 1405.0, + 1190.0, + 294.0, + 1190.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 1182.0, + 1405.0, + 1182.0, + 1405.0, + 1220.0, + 319.0, + 1220.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1215.0, + 1405.0, + 1215.0, + 1405.0, + 1250.0, + 322.0, + 1250.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1247.0, + 960.0, + 1247.0, + 960.0, + 1277.0, + 324.0, + 1277.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 600.0, + 1405.0, + 600.0, + 1405.0, + 634.0, + 296.0, + 634.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 325.0, + 631.0, + 1403.0, + 631.0, + 1403.0, + 664.0, + 325.0, + 664.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 660.0, + 1405.0, + 660.0, + 1405.0, + 698.0, + 324.0, + 698.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 686.0, + 1406.0, + 686.0, + 1406.0, + 731.0, + 319.0, + 731.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 721.0, + 981.0, + 721.0, + 981.0, + 758.0, + 323.0, + 758.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 351.0, + 1403.0, + 351.0, + 1403.0, + 388.0, + 294.0, + 388.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 384.0, + 1402.0, + 384.0, + 1402.0, + 417.0, + 324.0, + 417.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 325.0, + 413.0, + 591.0, + 413.0, + 591.0, + 447.0, + 325.0, + 447.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 229.0, + 1403.0, + 229.0, + 1403.0, + 263.0, + 296.0, + 263.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 260.0, + 1406.0, + 260.0, + 1406.0, + 297.0, + 322.0, + 297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 290.0, + 423.0, + 290.0, + 423.0, + 323.0, + 323.0, + 323.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1893.0, + 1405.0, + 1893.0, + 1405.0, + 1930.0, + 294.0, + 1930.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1923.0, + 1405.0, + 1923.0, + 1405.0, + 1960.0, + 320.0, + 1960.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1955.0, + 1404.0, + 1955.0, + 1404.0, + 1988.0, + 324.0, + 1988.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1985.0, + 1196.0, + 1985.0, + 1196.0, + 2021.0, + 321.0, + 2021.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1306.0, + 1403.0, + 1306.0, + 1403.0, + 1342.0, + 293.0, + 1342.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1336.0, + 1406.0, + 1336.0, + 1406.0, + 1372.0, + 320.0, + 1372.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 327.0, + 1369.0, + 691.0, + 1369.0, + 691.0, + 1399.0, + 327.0, + 1399.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1427.0, + 1404.0, + 1427.0, + 1404.0, + 1466.0, + 293.0, + 1466.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1460.0, + 1404.0, + 1460.0, + 1404.0, + 1497.0, + 320.0, + 1497.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1486.0, + 400.0, + 1486.0, + 400.0, + 1527.0, + 320.0, + 1527.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1031.0, + 1404.0, + 1031.0, + 1404.0, + 1065.0, + 295.0, + 1065.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1059.0, + 1404.0, + 1059.0, + 1404.0, + 1097.0, + 322.0, + 1097.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1092.0, + 833.0, + 1092.0, + 833.0, + 1122.0, + 324.0, + 1122.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1647.0, + 1405.0, + 1647.0, + 1405.0, + 1681.0, + 295.0, + 1681.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1677.0, + 1404.0, + 1677.0, + 1404.0, + 1714.0, + 321.0, + 1714.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1708.0, + 1040.0, + 1708.0, + 1040.0, + 1740.0, + 324.0, + 1740.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1770.0, + 1405.0, + 1770.0, + 1405.0, + 1804.0, + 297.0, + 1804.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1799.0, + 1406.0, + 1799.0, + 1406.0, + 1837.0, + 320.0, + 1837.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1829.0, + 560.0, + 1829.0, + 560.0, + 1863.0, + 323.0, + 1863.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1548.0, + 1404.0, + 1548.0, + 1404.0, + 1592.0, + 291.0, + 1592.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 327.0, + 1584.0, + 819.0, + 1584.0, + 819.0, + 1616.0, + 327.0, + 1616.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 11, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 411, + 1405, + 411, + 1405, + 688, + 298, + 688 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 299, + 1622, + 1405, + 1622, + 1405, + 1786, + 299, + 1786 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 300, + 1942, + 1402, + 1942, + 1402, + 2034, + 300, + 2034 + ], + "score": 0.971 + }, + { + "category_id": 1, + "poly": [ + 296, + 1547, + 1398, + 1547, + 1398, + 1608, + 296, + 1608 + ], + "score": 0.95 + }, + { + "category_id": 5, + "poly": [ + 323, + 1183, + 1378, + 1183, + 1378, + 1423, + 323, + 1423 + ], + "score": 0.906, + "html": "
FeatureData TypeDimension
kindone-hot (indicating whether e is in Ebond,Eangle,or Edihedral)3
stereo chemistryone-hot (E,Z,Any,None, and N/A)5
typeinteger (single, double, triple or N/A)1
is aromaticbinary1
is conjugatedbinary1
is in ring of sizeone-hot (3,4,...,9) and N/A8
" + }, + { + "category_id": 0, + "poly": [ + 300, + 1491, + 684, + 1491, + 684, + 1523, + 300, + 1523 + ], + "score": 0.903 + }, + { + "category_id": 0, + "poly": [ + 300, + 725, + 601, + 725, + 601, + 757, + 300, + 757 + ], + "score": 0.9 + }, + { + "category_id": 1, + "poly": [ + 298, + 779, + 1076, + 779, + 1076, + 812, + 298, + 812 + ], + "score": 0.898 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 858, + 75, + 858, + 105, + 298, + 105 + ], + "score": 0.893 + }, + { + "category_id": 6, + "poly": [ + 719, + 848, + 980, + 848, + 980, + 880, + 719, + 880 + ], + "score": 0.889 + }, + { + "category_id": 0, + "poly": [ + 301, + 1827, + 691, + 1827, + 691, + 1859, + 301, + 1859 + ], + "score": 0.884 + }, + { + "category_id": 0, + "poly": [ + 301, + 227, + 508, + 227, + 508, + 261, + 301, + 261 + ], + "score": 0.865 + }, + { + "category_id": 0, + "poly": [ + 301, + 356, + 627, + 356, + 627, + 388, + 301, + 388 + ], + "score": 0.841 + }, + { + "category_id": 6, + "poly": [ + 719, + 1115, + 978, + 1115, + 978, + 1148, + 719, + 1148 + ], + "score": 0.832 + }, + { + "category_id": 5, + "poly": [ + 513, + 912, + 1179, + 912, + 1179, + 1030, + 513, + 1030 + ], + "score": 0.827, + "html": "
FeatureData TypeDimension
atomic numberinteger1
chiral tagone-hot (R, S,and N/A)3
" + }, + { + "category_id": 2, + "poly": [ + 837, + 2088, + 864, + 2088, + 864, + 2112, + 837, + 2112 + ], + "score": 0.819 + }, + { + "category_id": 0, + "poly": [ + 299, + 1886, + 858, + 1886, + 858, + 1919, + 299, + 1919 + ], + "score": 0.811 + }, + { + "category_id": 0, + "poly": [ + 301, + 297, + 636, + 297, + 636, + 329, + 301, + 329 + ], + "score": 0.742 + }, + { + "category_id": 1, + "poly": [ + 301, + 297, + 636, + 297, + 636, + 329, + 301, + 329 + ], + "score": 0.207 + }, + { + "category_id": 1, + "poly": [ + 299, + 1886, + 858, + 1886, + 858, + 1919, + 299, + 1919 + ], + "score": 0.098 + }, + { + "category_id": 13, + "poly": [ + 491, + 1686, + 627, + 1686, + 627, + 1728, + 491, + 1728 + ], + "score": 0.91, + "latex": "\\{ \\mathbf { M P } _ { \\mathrm { d e c } } ^ { ( t ) } \\} _ { t = 1 } ^ { T }" + }, + { + "category_id": 13, + "poly": [ + 297, + 1655, + 363, + 1655, + 363, + 1688, + 297, + 1688 + ], + "score": 0.9, + "latex": "F _ { \\mathrm { e n c } , e }" + }, + { + "category_id": 13, + "poly": [ + 342, + 1688, + 477, + 1688, + 477, + 1728, + 342, + 1728 + ], + "score": 0.89, + "latex": "\\{ \\mathbf { M P } _ { \\mathrm { e n c } } ^ { ( t ) } \\} _ { t = 1 } ^ { T }" + }, + { + "category_id": 13, + "poly": [ + 1315, + 1693, + 1393, + 1693, + 1393, + 1722, + 1315, + 1722 + ], + "score": 0.89, + "latex": "T = 3" + }, + { + "category_id": 13, + "poly": [ + 893, + 1624, + 960, + 1624, + 960, + 1656, + 893, + 1656 + ], + "score": 0.88, + "latex": "F _ { \\mathrm { e n c } , v }" + }, + { + "category_id": 13, + "poly": [ + 908, + 1656, + 974, + 1656, + 974, + 1689, + 908, + 1689 + ], + "score": 0.87, + "latex": "F _ { \\mathrm { d e c } , e }" + }, + { + "category_id": 13, + "poly": [ + 1263, + 1725, + 1315, + 1725, + 1315, + 1755, + 1263, + 1755 + ], + "score": 0.87, + "latex": "R _ { \\mathrm { d e c } }" + }, + { + "category_id": 13, + "poly": [ + 760, + 1624, + 794, + 1624, + 794, + 1654, + 760, + 1654 + ], + "score": 0.86, + "latex": "L _ { v }" + }, + { + "category_id": 13, + "poly": [ + 1201, + 1725, + 1252, + 1725, + 1252, + 1755, + 1201, + 1755 + ], + "score": 0.85, + "latex": "R _ { \\mathrm { e n c } }" + }, + { + "category_id": 13, + "poly": [ + 934, + 1233, + 996, + 1233, + 996, + 1263, + 934, + 1263 + ], + "score": 0.85, + "latex": "E _ { \\mathrm { b o n d } }" + }, + { + "category_id": 13, + "poly": [ + 805, + 1624, + 838, + 1624, + 838, + 1654, + 805, + 1654 + ], + "score": 0.84, + "latex": "L _ { e }" + }, + { + "category_id": 13, + "poly": [ + 828, + 1656, + 895, + 1656, + 895, + 1689, + 828, + 1689 + ], + "score": 0.84, + "latex": "F _ { \\mathrm { d e c } , v }" + }, + { + "category_id": 13, + "poly": [ + 1008, + 1233, + 1074, + 1233, + 1074, + 1267, + 1008, + 1267 + ], + "score": 0.75, + "latex": "E _ { \\mathrm { a n g l e } }" + }, + { + "category_id": 13, + "poly": [ + 860, + 1239, + 876, + 1239, + 876, + 1260, + 860, + 1260 + ], + "score": 0.63, + "latex": "e" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1491.0, + 687.0, + 1491.0, + 687.0, + 1523.0, + 297.0, + 1523.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 725.0, + 605.0, + 725.0, + 605.0, + 761.0, + 296.0, + 761.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 73.0, + 858.0, + 73.0, + 858.0, + 108.0, + 298.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 716.0, + 845.0, + 984.0, + 845.0, + 984.0, + 882.0, + 716.0, + 882.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1827.0, + 694.0, + 1827.0, + 694.0, + 1863.0, + 296.0, + 1863.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 221.0, + 514.0, + 221.0, + 514.0, + 270.0, + 294.0, + 270.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 356.0, + 630.0, + 356.0, + 630.0, + 392.0, + 297.0, + 392.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 716.0, + 1112.0, + 981.0, + 1112.0, + 981.0, + 1151.0, + 716.0, + 1151.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 830.0, + 2086.0, + 868.0, + 2086.0, + 868.0, + 2121.0, + 830.0, + 2121.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1886.0, + 861.0, + 1886.0, + 861.0, + 1922.0, + 296.0, + 1922.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 297.0, + 639.0, + 297.0, + 639.0, + 333.0, + 297.0, + 333.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 409.0, + 1405.0, + 409.0, + 1405.0, + 447.0, + 295.0, + 447.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 443.0, + 1403.0, + 443.0, + 1403.0, + 476.0, + 296.0, + 476.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 472.0, + 1405.0, + 472.0, + 1405.0, + 509.0, + 295.0, + 509.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 501.0, + 1403.0, + 501.0, + 1403.0, + 542.0, + 293.0, + 542.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 536.0, + 1405.0, + 536.0, + 1405.0, + 569.0, + 296.0, + 569.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 565.0, + 1403.0, + 565.0, + 1403.0, + 602.0, + 295.0, + 602.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 593.0, + 1403.0, + 593.0, + 1403.0, + 635.0, + 293.0, + 635.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 625.0, + 1405.0, + 625.0, + 1405.0, + 659.0, + 293.0, + 659.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 654.0, + 1367.0, + 654.0, + 1367.0, + 692.0, + 293.0, + 692.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1622.0, + 759.0, + 1622.0, + 759.0, + 1658.0, + 293.0, + 1658.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 795.0, + 1622.0, + 804.0, + 1622.0, + 804.0, + 1658.0, + 795.0, + 1658.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 1622.0, + 892.0, + 1622.0, + 892.0, + 1658.0, + 839.0, + 1658.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 961.0, + 1622.0, + 1405.0, + 1622.0, + 1405.0, + 1658.0, + 961.0, + 1658.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1652.0, + 296.0, + 1652.0, + 296.0, + 1692.0, + 293.0, + 1692.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 364.0, + 1652.0, + 827.0, + 1652.0, + 827.0, + 1692.0, + 364.0, + 1692.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 896.0, + 1652.0, + 907.0, + 1652.0, + 907.0, + 1692.0, + 896.0, + 1692.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 975.0, + 1652.0, + 1407.0, + 1652.0, + 1407.0, + 1692.0, + 975.0, + 1692.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1722.0, + 1200.0, + 1722.0, + 1200.0, + 1759.0, + 292.0, + 1759.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1253.0, + 1722.0, + 1262.0, + 1722.0, + 1262.0, + 1759.0, + 1253.0, + 1759.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1316.0, + 1722.0, + 1406.0, + 1722.0, + 1406.0, + 1759.0, + 1316.0, + 1759.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1755.0, + 1030.0, + 1755.0, + 1030.0, + 1788.0, + 295.0, + 1788.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1685.0, + 468.0, + 1685.0, + 468.0, + 1726.5, + 290.0, + 1726.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 480.25, + 1680.5, + 620.25, + 1680.5, + 620.25, + 1727.5, + 480.25, + 1727.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 527.75, + 1682.5, + 1409.75, + 1682.5, + 1409.75, + 1735.5, + 527.75, + 1735.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 390.25, + 1705.0, + 491.25, + 1705.0, + 491.25, + 1729.0, + 390.25, + 1729.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1941.0, + 1406.0, + 1941.0, + 1406.0, + 1978.0, + 295.0, + 1978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1971.0, + 1406.0, + 1971.0, + 1406.0, + 2008.0, + 295.0, + 2008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 2004.0, + 1113.0, + 2004.0, + 1113.0, + 2037.0, + 295.0, + 2037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1544.0, + 1404.0, + 1544.0, + 1404.0, + 1581.0, + 295.0, + 1581.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1575.0, + 983.0, + 1575.0, + 983.0, + 1610.0, + 292.0, + 1610.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 779.0, + 1078.0, + 779.0, + 1078.0, + 814.0, + 295.0, + 814.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 297.0, + 639.0, + 297.0, + 639.0, + 333.0, + 297.0, + 333.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1886.0, + 861.0, + 1886.0, + 861.0, + 1922.0, + 296.0, + 1922.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 12, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 299, + 338, + 1404, + 338, + 1404, + 462, + 299, + 462 + ], + "score": 0.97 + }, + { + "category_id": 1, + "poly": [ + 298, + 229, + 1400, + 229, + 1400, + 323, + 298, + 323 + ], + "score": 0.956 + }, + { + "category_id": 4, + "poly": [ + 298, + 1708, + 1403, + 1708, + 1403, + 1802, + 298, + 1802 + ], + "score": 0.947 + }, + { + "category_id": 1, + "poly": [ + 298, + 627, + 1402, + 627, + 1402, + 690, + 298, + 690 + ], + "score": 0.94 + }, + { + "category_id": 3, + "poly": [ + 541, + 1360, + 1145, + 1360, + 1145, + 1685, + 541, + 1685 + ], + "score": 0.928 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 858, + 75, + 858, + 105, + 298, + 105 + ], + "score": 0.906 + }, + { + "category_id": 1, + "poly": [ + 300, + 1098, + 1399, + 1098, + 1399, + 1133, + 300, + 1133 + ], + "score": 0.904 + }, + { + "category_id": 1, + "poly": [ + 288, + 2001, + 1343, + 2001, + 1343, + 2035, + 288, + 2035 + ], + "score": 0.901 + }, + { + "category_id": 2, + "poly": [ + 836, + 2088, + 864, + 2088, + 864, + 2112, + 836, + 2112 + ], + "score": 0.856 + }, + { + "category_id": 0, + "poly": [ + 301, + 551, + 810, + 551, + 810, + 584, + 301, + 584 + ], + "score": 0.849 + }, + { + "category_id": 1, + "poly": [ + 353, + 739, + 1406, + 739, + 1406, + 1049, + 353, + 1049 + ], + "score": 0.749 + }, + { + "category_id": 0, + "poly": [ + 301, + 1922, + 776, + 1922, + 776, + 1954, + 301, + 1954 + ], + "score": 0.714 + }, + { + "category_id": 1, + "poly": [ + 299, + 1225, + 786, + 1225, + 786, + 1257, + 299, + 1257 + ], + "score": 0.571 + }, + { + "category_id": 0, + "poly": [ + 299, + 1225, + 786, + 1225, + 786, + 1257, + 299, + 1257 + ], + "score": 0.381 + }, + { + "category_id": 1, + "poly": [ + 301, + 1922, + 776, + 1922, + 776, + 1954, + 301, + 1954 + ], + "score": 0.164 + }, + { + "category_id": 13, + "poly": [ + 1014, + 369, + 1069, + 369, + 1069, + 400, + 1014, + 400 + ], + "score": 0.93, + "latex": "E _ { \\mathrm { e l e c } }" + }, + { + "category_id": 13, + "poly": [ + 1149, + 434, + 1170, + 434, + 1170, + 462, + 1149, + 462 + ], + "score": 0.8, + "latex": "\\mu" + }, + { + "category_id": 13, + "poly": [ + 1088, + 264, + 1175, + 264, + 1175, + 294, + 1088, + 294 + ], + "score": 0.28, + "latex": "\\operatorname { P y } \\operatorname { S C F }" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1707.0, + 1404.0, + 1707.0, + 1404.0, + 1742.0, + 293.0, + 1742.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1738.0, + 1405.0, + 1738.0, + 1405.0, + 1774.0, + 293.0, + 1774.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1768.0, + 563.0, + 1768.0, + 563.0, + 1806.0, + 293.0, + 1806.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 574.0, + 1438.0, + 606.0, + 1438.0, + 606.0, + 1467.0, + 574.0, + 1467.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 822.0, + 1453.0, + 841.0, + 1453.0, + 841.0, + 1468.0, + 822.0, + 1468.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1019.0, + 1439.0, + 1045.0, + 1439.0, + 1045.0, + 1464.0, + 1019.0, + 1464.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1101.0, + 1442.0, + 1120.0, + 1442.0, + 1120.0, + 1471.0, + 1101.0, + 1471.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 558.0, + 1529.0, + 610.0, + 1529.0, + 610.0, + 1586.0, + 558.0, + 1586.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 730.0, + 1540.0, + 752.0, + 1540.0, + 752.0, + 1561.0, + 730.0, + 1561.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1036.0, + 1540.0, + 1055.0, + 1540.0, + 1055.0, + 1563.0, + 1036.0, + 1563.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 625.0, + 1594.0, + 633.0, + 1594.0, + 633.0, + 1602.0, + 625.0, + 1602.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1060.0, + 1593.0, + 1074.0, + 1593.0, + 1074.0, + 1606.0, + 1060.0, + 1606.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1063.0, + 1605.0, + 1076.0, + 1605.0, + 1076.0, + 1620.0, + 1063.0, + 1620.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 772.0, + 1612.0, + 791.0, + 1612.0, + 791.0, + 1629.0, + 772.0, + 1629.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 582.0, + 1659.0, + 700.0, + 1659.0, + 700.0, + 1689.0, + 582.0, + 1689.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 756.0, + 1660.0, + 816.0, + 1660.0, + 816.0, + 1688.0, + 756.0, + 1688.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 887.0, + 1659.0, + 981.0, + 1659.0, + 981.0, + 1689.0, + 887.0, + 1689.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1034.0, + 1654.0, + 1124.0, + 1654.0, + 1124.0, + 1688.0, + 1034.0, + 1688.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 679.0, + 1429.0, + 683.0, + 1429.0, + 683.0, + 1472.0, + 679.0, + 1472.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 805.0, + 1430.0, + 827.0, + 1430.0, + 827.0, + 1464.5, + 805.0, + 1464.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 724.0, + 1434.0, + 761.0, + 1434.0, + 761.0, + 1464.0, + 724.0, + 1464.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 876.0, + 1423.5, + 960.0, + 1423.5, + 960.0, + 1480.5, + 876.0, + 1480.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 887.0, + 1525.0, + 911.0, + 1525.0, + 911.0, + 1552.5, + 887.0, + 1552.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 615.0, + 1597.0, + 653.0, + 1597.0, + 653.0, + 1621.5, + 615.0, + 1621.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 928.0, + 1602.5, + 966.0, + 1602.5, + 966.0, + 1634.5, + 928.0, + 1634.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 73.0, + 858.0, + 73.0, + 858.0, + 108.0, + 298.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2085.0, + 870.0, + 2085.0, + 870.0, + 2123.0, + 832.0, + 2123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 551.0, + 815.0, + 551.0, + 815.0, + 587.0, + 296.0, + 587.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1923.0, + 778.0, + 1923.0, + 778.0, + 1958.0, + 296.0, + 1958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1225.0, + 788.0, + 1225.0, + 788.0, + 1261.0, + 295.0, + 1261.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 336.0, + 1403.0, + 336.0, + 1403.0, + 373.0, + 294.0, + 373.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 368.0, + 1013.0, + 368.0, + 1013.0, + 405.0, + 294.0, + 405.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1070.0, + 368.0, + 1405.0, + 368.0, + 1405.0, + 405.0, + 1070.0, + 405.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 399.0, + 1406.0, + 399.0, + 1406.0, + 435.0, + 294.0, + 435.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 428.0, + 1148.0, + 428.0, + 1148.0, + 464.0, + 294.0, + 464.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1171.0, + 428.0, + 1298.0, + 428.0, + 1298.0, + 464.0, + 1171.0, + 464.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 230.0, + 1404.0, + 230.0, + 1404.0, + 264.0, + 296.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 260.0, + 1087.0, + 260.0, + 1087.0, + 295.0, + 294.0, + 295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1176.0, + 260.0, + 1405.0, + 260.0, + 1405.0, + 295.0, + 1176.0, + 295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 290.0, + 592.0, + 290.0, + 592.0, + 325.0, + 295.0, + 325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 625.0, + 1404.0, + 625.0, + 1404.0, + 664.0, + 296.0, + 664.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 657.0, + 1046.0, + 657.0, + 1046.0, + 697.0, + 293.0, + 697.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1094.0, + 1404.0, + 1094.0, + 1404.0, + 1139.0, + 294.0, + 1139.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1998.0, + 1344.0, + 1998.0, + 1344.0, + 2039.0, + 295.0, + 2039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 361.0, + 741.0, + 1404.0, + 741.0, + 1404.0, + 778.0, + 361.0, + 778.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 774.0, + 998.0, + 774.0, + 998.0, + 807.0, + 394.0, + 807.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 357.0, + 861.0, + 1404.0, + 861.0, + 1404.0, + 901.0, + 357.0, + 901.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 894.0, + 989.0, + 894.0, + 989.0, + 927.0, + 395.0, + 927.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 358.0, + 986.0, + 1404.0, + 986.0, + 1404.0, + 1022.0, + 358.0, + 1022.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 1016.0, + 1022.0, + 1016.0, + 1022.0, + 1051.0, + 393.0, + 1051.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1225.0, + 788.0, + 1225.0, + 788.0, + 1261.0, + 295.0, + 1261.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1923.0, + 778.0, + 1923.0, + 778.0, + 1958.0, + 296.0, + 1958.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 13, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 3, + "poly": [ + 305, + 227, + 1391, + 227, + 1391, + 993, + 305, + 993 + ], + "score": 0.972 + }, + { + "category_id": 4, + "poly": [ + 296, + 1020, + 1405, + 1020, + 1405, + 1146, + 296, + 1146 + ], + "score": 0.937 + }, + { + "category_id": 2, + "poly": [ + 297, + 76, + 858, + 76, + 858, + 105, + 297, + 105 + ], + "score": 0.9 + }, + { + "category_id": 2, + "poly": [ + 836, + 2088, + 865, + 2088, + 865, + 2113, + 836, + 2113 + ], + "score": 0.847 + }, + { + "category_id": 13, + "poly": [ + 662, + 1022, + 755, + 1022, + 755, + 1056, + 662, + 1056 + ], + "score": 0.93, + "latex": "p ( d _ { k } | \\mathcal { G } )" + }, + { + "category_id": 13, + "poly": [ + 579, + 1085, + 665, + 1085, + 665, + 1115, + 579, + 1115 + ], + "score": 0.9, + "latex": "\\left( \\boldsymbol { s } _ { k } \\mathrm { - } \\boldsymbol { r } _ { k } \\right)" + }, + { + "category_id": 13, + "poly": [ + 1327, + 1053, + 1359, + 1053, + 1359, + 1083, + 1327, + 1083 + ], + "score": 0.88, + "latex": "d _ { k }" + }, + { + "category_id": 13, + "poly": [ + 685, + 1115, + 710, + 1115, + 710, + 1142, + 685, + 1142 + ], + "score": 0.25, + "latex": "_ \\mathrm { H }" + }, + { + "category_id": 15, + "poly": [ + 330.0, + 227.0, + 390.0, + 227.0, + 390.0, + 257.0, + 330.0, + 257.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 463.0, + 237.0, + 511.0, + 237.0, + 511.0, + 259.0, + 463.0, + 259.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 598.0, + 237.0, + 636.0, + 237.0, + 636.0, + 259.0, + 598.0, + 259.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 742.0, + 240.0, + 757.0, + 240.0, + 757.0, + 257.0, + 742.0, + 257.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 863.0, + 237.0, + 883.0, + 237.0, + 883.0, + 259.0, + 863.0, + 259.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 967.0, + 235.0, + 1009.0, + 235.0, + 1009.0, + 262.0, + 967.0, + 262.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1093.0, + 235.0, + 1132.0, + 235.0, + 1132.0, + 261.0, + 1093.0, + 261.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1216.0, + 235.0, + 1256.0, + 235.0, + 1256.0, + 262.0, + 1216.0, + 262.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1340.0, + 235.0, + 1379.0, + 235.0, + 1379.0, + 262.0, + 1340.0, + 262.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 301.0, + 271.0, + 335.0, + 271.0, + 335.0, + 341.0, + 301.0, + 341.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 341.0, + 296.0, + 390.0, + 296.0, + 390.0, + 328.0, + 341.0, + 328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 475.0, + 349.0, + 484.0, + 349.0, + 484.0, + 359.0, + 475.0, + 359.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1211.0, + 354.0, + 1222.0, + 354.0, + 1222.0, + 366.0, + 1211.0, + 366.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1305.0, + 350.0, + 1322.0, + 350.0, + 1322.0, + 379.0, + 1305.0, + 379.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 365.0, + 369.0, + 386.0, + 369.0, + 386.0, + 392.0, + 365.0, + 392.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1167.0, + 385.0, + 1179.0, + 385.0, + 1179.0, + 393.0, + 1167.0, + 393.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 400.0, + 392.0, + 554.0, + 392.0, + 554.0, + 424.0, + 400.0, + 424.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 602.0, + 390.0, + 681.0, + 390.0, + 681.0, + 427.0, + 602.0, + 427.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 715.0, + 392.0, + 758.0, + 392.0, + 758.0, + 424.0, + 715.0, + 424.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 786.0, + 392.0, + 832.0, + 392.0, + 832.0, + 424.0, + 786.0, + 424.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 392.0, + 884.0, + 392.0, + 884.0, + 424.0, + 839.0, + 424.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 897.0, + 395.0, + 921.0, + 395.0, + 921.0, + 422.0, + 897.0, + 422.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 980.0, + 393.0, + 1002.0, + 393.0, + 1002.0, + 423.0, + 980.0, + 423.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1018.0, + 392.0, + 1064.0, + 392.0, + 1064.0, + 424.0, + 1018.0, + 424.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1075.0, + 390.0, + 1122.0, + 390.0, + 1122.0, + 427.0, + 1075.0, + 427.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1152.0, + 392.0, + 1195.0, + 392.0, + 1195.0, + 424.0, + 1152.0, + 424.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1200.0, + 392.0, + 1243.0, + 392.0, + 1243.0, + 424.0, + 1200.0, + 424.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1279.0, + 396.0, + 1299.0, + 396.0, + 1299.0, + 422.0, + 1279.0, + 422.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1343.0, + 393.0, + 1367.0, + 393.0, + 1367.0, + 423.0, + 1343.0, + 423.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 340.0, + 415.0, + 399.0, + 415.0, + 399.0, + 448.0, + 340.0, + 448.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 472.0, + 425.0, + 514.0, + 425.0, + 514.0, + 451.0, + 472.0, + 451.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 595.0, + 425.0, + 638.0, + 425.0, + 638.0, + 453.0, + 595.0, + 453.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 723.0, + 425.0, + 759.0, + 425.0, + 759.0, + 452.0, + 723.0, + 452.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 843.0, + 425.0, + 885.0, + 425.0, + 885.0, + 453.0, + 843.0, + 453.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 965.0, + 423.0, + 1010.0, + 423.0, + 1010.0, + 454.0, + 965.0, + 454.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1090.0, + 425.0, + 1133.0, + 425.0, + 1133.0, + 453.0, + 1090.0, + 453.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1214.0, + 423.0, + 1257.0, + 423.0, + 1257.0, + 455.0, + 1214.0, + 455.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1338.0, + 425.0, + 1380.0, + 425.0, + 1380.0, + 451.0, + 1338.0, + 451.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 311.0, + 465.0, + 340.0, + 465.0, + 340.0, + 530.0, + 311.0, + 530.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 408.0, + 471.0, + 422.0, + 471.0, + 422.0, + 489.0, + 408.0, + 489.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 486.0, + 398.0, + 486.0, + 398.0, + 517.0, + 350.0, + 517.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 376.0, + 560.0, + 395.0, + 560.0, + 395.0, + 583.0, + 376.0, + 583.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 594.0, + 548.0, + 628.0, + 548.0, + 628.0, + 571.0, + 594.0, + 571.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 691.0, + 573.0, + 700.0, + 573.0, + 700.0, + 583.0, + 691.0, + 583.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 786.0, + 547.0, + 816.0, + 547.0, + 816.0, + 566.0, + 786.0, + 566.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 827.0, + 544.0, + 841.0, + 544.0, + 841.0, + 553.0, + 827.0, + 553.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 939.0, + 555.0, + 948.0, + 555.0, + 948.0, + 566.0, + 939.0, + 566.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 962.0, + 555.0, + 978.0, + 555.0, + 978.0, + 569.0, + 962.0, + 569.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1062.0, + 540.0, + 1098.0, + 540.0, + 1098.0, + 570.0, + 1062.0, + 570.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 433.0, + 583.0, + 456.0, + 583.0, + 456.0, + 611.0, + 433.0, + 611.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 496.0, + 584.0, + 519.0, + 584.0, + 519.0, + 611.0, + 496.0, + 611.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 542.0, + 585.0, + 561.0, + 585.0, + 561.0, + 610.0, + 542.0, + 610.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 626.0, + 584.0, + 649.0, + 584.0, + 649.0, + 611.0, + 626.0, + 611.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 673.0, + 583.0, + 717.0, + 583.0, + 717.0, + 614.0, + 673.0, + 614.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 728.0, + 582.0, + 771.0, + 582.0, + 771.0, + 614.0, + 728.0, + 614.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 781.0, + 583.0, + 805.0, + 583.0, + 805.0, + 611.0, + 781.0, + 611.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 879.0, + 587.0, + 900.0, + 587.0, + 900.0, + 609.0, + 879.0, + 609.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 901.0, + 583.0, + 997.0, + 583.0, + 997.0, + 611.0, + 901.0, + 611.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1010.0, + 582.0, + 1158.0, + 582.0, + 1158.0, + 614.0, + 1010.0, + 614.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1174.0, + 587.0, + 1194.0, + 587.0, + 1194.0, + 609.0, + 1174.0, + 609.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1212.0, + 584.0, + 1237.0, + 584.0, + 1237.0, + 610.0, + 1212.0, + 610.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1244.0, + 583.0, + 1366.0, + 583.0, + 1366.0, + 612.0, + 1244.0, + 612.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 340.0, + 608.0, + 398.0, + 608.0, + 398.0, + 637.0, + 340.0, + 637.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 477.0, + 620.0, + 509.0, + 620.0, + 509.0, + 638.0, + 477.0, + 638.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 617.0, + 621.0, + 633.0, + 621.0, + 633.0, + 638.0, + 617.0, + 638.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 720.0, + 615.0, + 762.0, + 615.0, + 762.0, + 642.0, + 720.0, + 642.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 847.0, + 619.0, + 878.0, + 619.0, + 878.0, + 640.0, + 847.0, + 640.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 972.0, + 619.0, + 991.0, + 619.0, + 991.0, + 640.0, + 972.0, + 640.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1091.0, + 615.0, + 1132.0, + 615.0, + 1132.0, + 642.0, + 1091.0, + 642.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1215.0, + 615.0, + 1257.0, + 615.0, + 1257.0, + 642.0, + 1215.0, + 642.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1340.0, + 615.0, + 1379.0, + 615.0, + 1379.0, + 641.0, + 1340.0, + 641.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 864.0, + 632.0, + 874.0, + 632.0, + 874.0, + 642.0, + 864.0, + 642.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 312.0, + 651.0, + 342.0, + 651.0, + 342.0, + 720.0, + 312.0, + 720.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 351.0, + 675.0, + 397.0, + 675.0, + 397.0, + 707.0, + 351.0, + 707.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 799.0, + 732.0, + 810.0, + 732.0, + 810.0, + 742.0, + 799.0, + 742.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 676.0, + 739.0, + 686.0, + 739.0, + 686.0, + 750.0, + 676.0, + 750.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 376.0, + 750.0, + 396.0, + 750.0, + 396.0, + 772.0, + 376.0, + 772.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 791.0, + 764.0, + 801.0, + 764.0, + 801.0, + 774.0, + 791.0, + 774.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1023.0, + 763.0, + 1033.0, + 763.0, + 1033.0, + 772.0, + 1023.0, + 772.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1299.0, + 763.0, + 1309.0, + 763.0, + 1309.0, + 772.0, + 1299.0, + 772.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 771.0, + 523.0, + 771.0, + 523.0, + 804.0, + 395.0, + 804.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 543.0, + 771.0, + 587.0, + 771.0, + 587.0, + 804.0, + 543.0, + 804.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 606.0, + 772.0, + 675.0, + 772.0, + 675.0, + 804.0, + 606.0, + 804.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 731.0, + 775.0, + 754.0, + 775.0, + 754.0, + 802.0, + 731.0, + 802.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 786.0, + 777.0, + 807.0, + 777.0, + 807.0, + 801.0, + 786.0, + 801.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 841.0, + 776.0, + 860.0, + 776.0, + 860.0, + 801.0, + 841.0, + 801.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 922.0, + 777.0, + 942.0, + 777.0, + 942.0, + 799.0, + 922.0, + 799.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 962.0, + 777.0, + 981.0, + 777.0, + 981.0, + 799.0, + 962.0, + 799.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1000.0, + 775.0, + 1039.0, + 775.0, + 1039.0, + 802.0, + 1000.0, + 802.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1075.0, + 776.0, + 1095.0, + 776.0, + 1095.0, + 801.0, + 1075.0, + 801.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1147.0, + 772.0, + 1272.0, + 772.0, + 1272.0, + 804.0, + 1147.0, + 804.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1283.0, + 774.0, + 1324.0, + 774.0, + 1324.0, + 802.0, + 1283.0, + 802.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1341.0, + 774.0, + 1382.0, + 774.0, + 1382.0, + 802.0, + 1341.0, + 802.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 340.0, + 793.0, + 399.0, + 793.0, + 399.0, + 827.0, + 340.0, + 827.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 474.0, + 804.0, + 513.0, + 804.0, + 513.0, + 831.0, + 474.0, + 831.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 596.0, + 804.0, + 638.0, + 804.0, + 638.0, + 831.0, + 596.0, + 831.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 722.0, + 806.0, + 757.0, + 806.0, + 757.0, + 829.0, + 722.0, + 829.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 920.0, + 815.0, + 938.0, + 815.0, + 938.0, + 836.0, + 920.0, + 836.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 311.0, + 844.0, + 340.0, + 844.0, + 340.0, + 911.0, + 311.0, + 911.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 866.0, + 397.0, + 866.0, + 397.0, + 897.0, + 350.0, + 897.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 931.0, + 877.0, + 986.0, + 877.0, + 986.0, + 919.0, + 931.0, + 919.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1020.0, + 827.0, + 1038.0, + 827.0, + 1038.0, + 850.0, + 1020.0, + 850.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1042.0, + 873.0, + 1057.0, + 873.0, + 1057.0, + 893.0, + 1042.0, + 893.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1250.0, + 835.0, + 1388.0, + 835.0, + 1388.0, + 924.0, + 1250.0, + 924.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 376.0, + 937.0, + 396.0, + 937.0, + 396.0, + 962.0, + 376.0, + 962.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 458.0, + 935.0, + 470.0, + 935.0, + 470.0, + 943.0, + 458.0, + 943.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 495.0, + 952.0, + 503.0, + 952.0, + 503.0, + 963.0, + 495.0, + 963.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 548.0, + 952.0, + 558.0, + 952.0, + 558.0, + 963.0, + 548.0, + 963.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 594.0, + 952.0, + 603.0, + 952.0, + 603.0, + 963.0, + 594.0, + 963.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 675.0, + 952.0, + 686.0, + 952.0, + 686.0, + 964.0, + 675.0, + 964.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 990.0, + 953.0, + 1009.0, + 953.0, + 1009.0, + 974.0, + 990.0, + 974.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1035.0, + 931.0, + 1049.0, + 931.0, + 1049.0, + 947.0, + 1035.0, + 947.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1250.0, + 921.0, + 1353.0, + 921.0, + 1353.0, + 953.0, + 1250.0, + 953.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 400.0, + 962.0, + 444.0, + 962.0, + 444.0, + 993.0, + 400.0, + 993.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 479.0, + 963.0, + 518.0, + 963.0, + 518.0, + 991.0, + 479.0, + 991.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 532.0, + 963.0, + 574.0, + 963.0, + 574.0, + 990.0, + 532.0, + 990.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 576.0, + 963.0, + 617.0, + 963.0, + 617.0, + 990.0, + 576.0, + 990.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 670.0, + 966.0, + 690.0, + 966.0, + 690.0, + 989.0, + 670.0, + 989.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 723.0, + 966.0, + 743.0, + 966.0, + 743.0, + 989.0, + 723.0, + 989.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1037.75, + 382.5, + 1044.75, + 382.5, + 1044.75, + 392.5, + 1037.75, + 392.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1044.0, + 551.0, + 1054.0, + 551.0, + 1054.0, + 573.0, + 1044.0, + 573.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1019.0, + 661.0, + 1019.0, + 661.0, + 1059.0, + 293.0, + 1059.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 756.0, + 1019.0, + 1407.0, + 1019.0, + 1407.0, + 1059.0, + 756.0, + 1059.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1054.0, + 1326.0, + 1054.0, + 1326.0, + 1087.0, + 294.0, + 1087.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1360.0, + 1054.0, + 1403.0, + 1054.0, + 1403.0, + 1087.0, + 1360.0, + 1087.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1083.0, + 578.0, + 1083.0, + 578.0, + 1118.0, + 294.0, + 1118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 666.0, + 1083.0, + 1405.0, + 1083.0, + 1405.0, + 1118.0, + 666.0, + 1118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1114.0, + 684.0, + 1114.0, + 684.0, + 1150.0, + 295.0, + 1150.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 711.0, + 1114.0, + 1038.0, + 1114.0, + 1038.0, + 1150.0, + 711.0, + 1150.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 72.0, + 858.0, + 72.0, + 858.0, + 108.0, + 298.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2085.0, + 870.0, + 2085.0, + 870.0, + 2123.0, + 832.0, + 2123.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 14, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 3, + "poly": [ + 322, + 507, + 1392, + 507, + 1392, + 1565, + 322, + 1565 + ], + "score": 0.97 + }, + { + "category_id": 4, + "poly": [ + 295, + 1589, + 1405, + 1589, + 1405, + 1721, + 295, + 1721 + ], + "score": 0.932 + }, + { + "category_id": 2, + "poly": [ + 297, + 75, + 859, + 75, + 859, + 105, + 297, + 105 + ], + "score": 0.905 + }, + { + "category_id": 2, + "poly": [ + 836, + 2088, + 866, + 2088, + 866, + 2113, + 836, + 2113 + ], + "score": 0.846 + }, + { + "category_id": 13, + "poly": [ + 659, + 1591, + 784, + 1591, + 784, + 1626, + 659, + 1626 + ], + "score": 0.94, + "latex": "p ( d _ { i } , d _ { j } | \\mathcal { G } )" + }, + { + "category_id": 13, + "poly": [ + 779, + 1627, + 808, + 1627, + 808, + 1660, + 779, + 1660 + ], + "score": 0.88, + "latex": "d _ { j }" + }, + { + "category_id": 13, + "poly": [ + 701, + 1628, + 729, + 1628, + 729, + 1657, + 701, + 1657 + ], + "score": 0.87, + "latex": "d _ { i }" + }, + { + "category_id": 13, + "poly": [ + 589, + 1623, + 615, + 1623, + 615, + 1655, + 589, + 1655 + ], + "score": 0.6, + "latex": "\\mathring \\mathrm { A }" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 523.0, + 434.0, + 523.0, + 434.0, + 545.0, + 394.0, + 545.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 493.0, + 521.0, + 536.0, + 521.0, + 536.0, + 546.0, + 493.0, + 546.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 591.0, + 521.0, + 635.0, + 521.0, + 635.0, + 546.0, + 591.0, + 546.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 689.0, + 521.0, + 735.0, + 521.0, + 735.0, + 546.0, + 689.0, + 546.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 789.0, + 521.0, + 835.0, + 521.0, + 835.0, + 546.0, + 789.0, + 546.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 889.0, + 521.0, + 934.0, + 521.0, + 934.0, + 546.0, + 889.0, + 546.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 990.0, + 521.0, + 1035.0, + 521.0, + 1035.0, + 546.0, + 990.0, + 546.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1090.0, + 521.0, + 1134.0, + 521.0, + 1134.0, + 546.0, + 1090.0, + 546.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1189.0, + 521.0, + 1234.0, + 521.0, + 1234.0, + 546.0, + 1189.0, + 546.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1290.0, + 521.0, + 1334.0, + 521.0, + 1334.0, + 546.0, + 1290.0, + 546.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 377.0, + 547.0, + 387.0, + 547.0, + 387.0, + 560.0, + 377.0, + 560.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 434.0, + 545.0, + 450.0, + 545.0, + 450.0, + 562.0, + 434.0, + 562.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 460.0, + 543.0, + 491.0, + 543.0, + 491.0, + 564.0, + 460.0, + 564.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 519.0, + 543.0, + 551.0, + 543.0, + 551.0, + 564.0, + 519.0, + 564.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 580.0, + 541.0, + 613.0, + 541.0, + 613.0, + 564.0, + 580.0, + 564.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 618.0, + 543.0, + 653.0, + 543.0, + 653.0, + 564.0, + 618.0, + 564.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 731.0, + 544.0, + 751.0, + 544.0, + 751.0, + 563.0, + 731.0, + 563.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 768.0, + 543.0, + 802.0, + 543.0, + 802.0, + 564.0, + 768.0, + 564.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 812.0, + 543.0, + 845.0, + 543.0, + 845.0, + 564.0, + 812.0, + 564.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 873.0, + 541.0, + 946.0, + 541.0, + 946.0, + 566.0, + 873.0, + 566.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 976.0, + 545.0, + 992.0, + 545.0, + 992.0, + 562.0, + 976.0, + 562.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1025.0, + 544.0, + 1045.0, + 544.0, + 1045.0, + 563.0, + 1025.0, + 563.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1092.0, + 544.0, + 1114.0, + 544.0, + 1114.0, + 564.0, + 1092.0, + 564.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1142.0, + 546.0, + 1158.0, + 546.0, + 1158.0, + 562.0, + 1142.0, + 562.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1180.0, + 545.0, + 1196.0, + 545.0, + 1196.0, + 562.0, + 1180.0, + 562.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1246.0, + 545.0, + 1260.0, + 545.0, + 1260.0, + 562.0, + 1246.0, + 562.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1286.0, + 543.0, + 1318.0, + 543.0, + 1318.0, + 564.0, + 1286.0, + 564.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1329.0, + 543.0, + 1359.0, + 543.0, + 1359.0, + 564.0, + 1329.0, + 564.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 331.0, + 566.0, + 362.0, + 566.0, + 362.0, + 582.0, + 331.0, + 582.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 567.0, + 570.0, + 577.0, + 570.0, + 577.0, + 579.0, + 567.0, + 579.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1359.0, + 566.0, + 1394.0, + 566.0, + 1394.0, + 582.0, + 1359.0, + 582.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 329.0, + 596.0, + 363.0, + 596.0, + 363.0, + 616.0, + 329.0, + 616.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1359.0, + 596.0, + 1397.0, + 596.0, + 1397.0, + 617.0, + 1359.0, + 617.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 333.0, + 632.0, + 361.0, + 632.0, + 361.0, + 644.0, + 333.0, + 644.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1360.0, + 627.0, + 1396.0, + 627.0, + 1396.0, + 648.0, + 1360.0, + 648.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 435.0, + 666.0, + 445.0, + 666.0, + 445.0, + 678.0, + 435.0, + 678.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1364.0, + 679.0, + 1374.0, + 679.0, + 1374.0, + 691.0, + 1364.0, + 691.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 465.0, + 761.0, + 490.0, + 761.0, + 490.0, + 779.0, + 465.0, + 779.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 522.0, + 759.0, + 551.0, + 759.0, + 551.0, + 780.0, + 522.0, + 780.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 534.0, + 777.0, + 564.0, + 777.0, + 564.0, + 798.0, + 534.0, + 798.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1358.0, + 777.0, + 1388.0, + 777.0, + 1388.0, + 798.0, + 1358.0, + 798.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 515.0, + 796.0, + 530.0, + 796.0, + 530.0, + 810.0, + 515.0, + 810.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 535.0, + 836.0, + 566.0, + 836.0, + 566.0, + 857.0, + 535.0, + 857.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 567.0, + 836.0, + 577.0, + 836.0, + 577.0, + 850.0, + 567.0, + 850.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1358.0, + 836.0, + 1388.0, + 836.0, + 1388.0, + 857.0, + 1358.0, + 857.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 580.0, + 856.0, + 612.0, + 856.0, + 612.0, + 878.0, + 580.0, + 878.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 622.0, + 856.0, + 652.0, + 856.0, + 652.0, + 878.0, + 622.0, + 878.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 634.0, + 874.0, + 663.0, + 874.0, + 663.0, + 896.0, + 634.0, + 896.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1358.0, + 874.0, + 1388.0, + 874.0, + 1388.0, + 896.0, + 1358.0, + 896.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 610.0, + 890.0, + 634.0, + 890.0, + 634.0, + 917.0, + 610.0, + 917.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 404.0, + 918.0, + 569.0, + 918.0, + 569.0, + 956.0, + 404.0, + 956.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 634.0, + 915.0, + 663.0, + 915.0, + 663.0, + 933.0, + 634.0, + 933.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1359.0, + 914.0, + 1388.0, + 914.0, + 1388.0, + 936.0, + 1359.0, + 936.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 378.0, + 964.0, + 487.0, + 964.0, + 487.0, + 1001.0, + 378.0, + 1001.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 674.0, + 961.0, + 684.0, + 961.0, + 684.0, + 971.0, + 674.0, + 971.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 734.0, + 959.0, + 749.0, + 959.0, + 749.0, + 973.0, + 734.0, + 973.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 752.0, + 976.0, + 762.0, + 976.0, + 762.0, + 985.0, + 752.0, + 985.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 848.0, + 956.0, + 1283.0, + 956.0, + 1283.0, + 1051.0, + 848.0, + 1051.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1365.0, + 976.0, + 1374.0, + 976.0, + 1374.0, + 985.0, + 1365.0, + 985.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 720.0, + 989.0, + 746.0, + 989.0, + 746.0, + 1029.0, + 720.0, + 1029.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1279.0, + 991.0, + 1302.0, + 991.0, + 1302.0, + 1012.0, + 1279.0, + 1012.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 398.0, + 1003.0, + 536.0, + 1003.0, + 536.0, + 1050.0, + 398.0, + 1050.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 378.0, + 1014.0, + 405.0, + 1014.0, + 405.0, + 1041.0, + 378.0, + 1041.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 405.0, + 1052.0, + 527.0, + 1052.0, + 527.0, + 1091.0, + 405.0, + 1091.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 772.0, + 1055.0, + 800.0, + 1055.0, + 800.0, + 1073.0, + 772.0, + 1073.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 813.0, + 1054.0, + 844.0, + 1054.0, + 844.0, + 1076.0, + 813.0, + 1076.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 1085.0, + 850.0, + 1085.0, + 850.0, + 1095.0, + 839.0, + 1095.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1360.0, + 1081.0, + 1386.0, + 1081.0, + 1386.0, + 1099.0, + 1360.0, + 1099.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 816.0, + 1114.0, + 825.0, + 1114.0, + 825.0, + 1123.0, + 816.0, + 1123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 837.0, + 1128.0, + 861.0, + 1128.0, + 861.0, + 1141.0, + 837.0, + 1141.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1362.0, + 1125.0, + 1387.0, + 1125.0, + 1387.0, + 1142.0, + 1362.0, + 1142.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 923.0, + 1159.0, + 939.0, + 1159.0, + 939.0, + 1169.0, + 923.0, + 1169.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 937.0, + 1181.0, + 962.0, + 1181.0, + 962.0, + 1199.0, + 937.0, + 1199.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1362.0, + 1181.0, + 1388.0, + 1181.0, + 1388.0, + 1199.0, + 1362.0, + 1199.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1360.0, + 1218.0, + 1386.0, + 1218.0, + 1386.0, + 1235.0, + 1360.0, + 1235.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 567.0, + 1228.0, + 577.0, + 1228.0, + 577.0, + 1242.0, + 567.0, + 1242.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 662.0, + 1237.0, + 680.0, + 1237.0, + 680.0, + 1258.0, + 662.0, + 1258.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 640.0, + 1253.0, + 674.0, + 1253.0, + 674.0, + 1289.0, + 640.0, + 1289.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1028.0, + 1256.0, + 1042.0, + 1256.0, + 1042.0, + 1271.0, + 1028.0, + 1271.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1051.0, + 1276.0, + 1059.0, + 1276.0, + 1059.0, + 1287.0, + 1051.0, + 1287.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1365.0, + 1276.0, + 1374.0, + 1276.0, + 1374.0, + 1288.0, + 1365.0, + 1288.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 574.0, + 1287.0, + 618.0, + 1287.0, + 618.0, + 1328.0, + 574.0, + 1328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 683.0, + 1284.0, + 699.0, + 1284.0, + 699.0, + 1301.0, + 683.0, + 1301.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1023.0, + 1287.0, + 1042.0, + 1287.0, + 1042.0, + 1306.0, + 1023.0, + 1306.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 614.0, + 1306.0, + 629.0, + 1306.0, + 629.0, + 1327.0, + 614.0, + 1327.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 678.0, + 1340.0, + 691.0, + 1340.0, + 691.0, + 1356.0, + 678.0, + 1356.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1097.0, + 1356.0, + 1108.0, + 1356.0, + 1108.0, + 1367.0, + 1097.0, + 1367.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1142.0, + 1353.0, + 1163.0, + 1353.0, + 1163.0, + 1374.0, + 1142.0, + 1374.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1364.0, + 1359.0, + 1374.0, + 1359.0, + 1374.0, + 1370.0, + 1364.0, + 1370.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 635.0, + 1365.0, + 649.0, + 1365.0, + 649.0, + 1381.0, + 635.0, + 1381.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1121.0, + 1385.0, + 1145.0, + 1385.0, + 1145.0, + 1419.0, + 1121.0, + 1419.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1147.0, + 1405.0, + 1162.0, + 1405.0, + 1162.0, + 1420.0, + 1147.0, + 1420.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1364.0, + 1406.0, + 1374.0, + 1406.0, + 1374.0, + 1417.0, + 1364.0, + 1417.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1206.0, + 1422.0, + 1232.0, + 1422.0, + 1232.0, + 1445.0, + 1206.0, + 1445.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1224.0, + 1487.0, + 1241.0, + 1487.0, + 1241.0, + 1502.0, + 1224.0, + 1502.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1288.0, + 1549.0, + 1316.0, + 1549.0, + 1316.0, + 1567.0, + 1288.0, + 1567.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1330.0, + 1549.0, + 1357.0, + 1549.0, + 1357.0, + 1567.0, + 1330.0, + 1567.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 429.25, + 701.0, + 441.25, + 701.0, + 441.25, + 709.0, + 429.25, + 709.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 385.75, + 1059.5, + 394.75, + 1059.5, + 394.75, + 1080.0, + 385.75, + 1080.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1589.0, + 658.0, + 1589.0, + 658.0, + 1630.0, + 294.0, + 1630.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 785.0, + 1589.0, + 1407.0, + 1589.0, + 1407.0, + 1630.0, + 785.0, + 1630.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1624.0, + 588.0, + 1624.0, + 588.0, + 1662.0, + 292.0, + 1662.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 616.0, + 1624.0, + 700.0, + 1624.0, + 700.0, + 1662.0, + 616.0, + 1662.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 730.0, + 1624.0, + 778.0, + 1624.0, + 778.0, + 1662.0, + 730.0, + 1662.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 809.0, + 1624.0, + 1407.0, + 1624.0, + 1407.0, + 1662.0, + 809.0, + 1662.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1655.0, + 1405.0, + 1655.0, + 1405.0, + 1691.0, + 294.0, + 1691.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1686.0, + 846.0, + 1686.0, + 846.0, + 1723.0, + 293.0, + 1723.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 73.0, + 858.0, + 73.0, + 858.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2085.0, + 870.0, + 2085.0, + 870.0, + 2124.0, + 832.0, + 2124.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 15, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 3, + "poly": [ + 317, + 713, + 1366, + 713, + 1366, + 1450, + 317, + 1450 + ], + "score": 0.972 + }, + { + "category_id": 4, + "poly": [ + 669, + 1498, + 1032, + 1498, + 1032, + 1534, + 669, + 1534 + ], + "score": 0.912 + }, + { + "category_id": 2, + "poly": [ + 297, + 74, + 859, + 74, + 859, + 106, + 297, + 106 + ], + "score": 0.885 + }, + { + "category_id": 2, + "poly": [ + 836, + 2087, + 865, + 2087, + 865, + 2112, + 836, + 2112 + ], + "score": 0.841 + }, + { + "category_id": 15, + "poly": [ + 342.0, + 711.0, + 399.0, + 711.0, + 399.0, + 740.0, + 342.0, + 740.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 479.0, + 719.0, + 517.0, + 719.0, + 517.0, + 744.0, + 479.0, + 744.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 597.0, + 719.0, + 636.0, + 719.0, + 636.0, + 745.0, + 597.0, + 745.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 718.0, + 722.0, + 752.0, + 722.0, + 752.0, + 740.0, + 718.0, + 740.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 837.0, + 721.0, + 869.0, + 721.0, + 869.0, + 740.0, + 837.0, + 740.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 972.0, + 722.0, + 988.0, + 722.0, + 988.0, + 739.0, + 972.0, + 739.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1072.0, + 720.0, + 1108.0, + 720.0, + 1108.0, + 741.0, + 1072.0, + 741.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1197.0, + 726.0, + 1205.0, + 726.0, + 1205.0, + 736.0, + 1197.0, + 736.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1213.0, + 725.0, + 1223.0, + 725.0, + 1223.0, + 737.0, + 1213.0, + 737.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1330.0, + 722.0, + 1343.0, + 722.0, + 1343.0, + 738.0, + 1330.0, + 738.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 776.0, + 734.0, + 784.0, + 734.0, + 784.0, + 745.0, + 776.0, + 745.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 314.0, + 756.0, + 342.0, + 756.0, + 342.0, + 820.0, + 314.0, + 820.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 352.0, + 777.0, + 400.0, + 777.0, + 400.0, + 808.0, + 352.0, + 808.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 447.0, + 832.0, + 467.0, + 832.0, + 467.0, + 853.0, + 447.0, + 853.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 377.0, + 847.0, + 396.0, + 847.0, + 396.0, + 870.0, + 377.0, + 870.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 658.0, + 848.0, + 664.0, + 848.0, + 664.0, + 854.0, + 658.0, + 854.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 427.0, + 860.0, + 436.0, + 860.0, + 436.0, + 870.0, + 427.0, + 870.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 411.0, + 869.0, + 453.0, + 869.0, + 453.0, + 900.0, + 411.0, + 900.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 470.0, + 869.0, + 512.0, + 869.0, + 512.0, + 900.0, + 470.0, + 900.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 526.0, + 869.0, + 567.0, + 869.0, + 567.0, + 900.0, + 526.0, + 900.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 577.0, + 867.0, + 619.0, + 867.0, + 619.0, + 900.0, + 577.0, + 900.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 642.0, + 869.0, + 739.0, + 869.0, + 739.0, + 900.0, + 642.0, + 900.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 764.0, + 869.0, + 852.0, + 869.0, + 852.0, + 900.0, + 764.0, + 900.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 879.0, + 869.0, + 1002.0, + 869.0, + 1002.0, + 900.0, + 879.0, + 900.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1023.0, + 870.0, + 1046.0, + 870.0, + 1046.0, + 898.0, + 1023.0, + 898.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1069.0, + 870.0, + 1093.0, + 870.0, + 1093.0, + 898.0, + 1069.0, + 898.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1137.0, + 867.0, + 1220.0, + 867.0, + 1220.0, + 900.0, + 1137.0, + 900.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1250.0, + 869.0, + 1292.0, + 869.0, + 1292.0, + 900.0, + 1250.0, + 900.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1315.0, + 871.0, + 1354.0, + 871.0, + 1354.0, + 898.0, + 1315.0, + 898.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 351.0, + 891.0, + 408.0, + 891.0, + 408.0, + 925.0, + 351.0, + 925.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 478.0, + 901.0, + 518.0, + 901.0, + 518.0, + 927.0, + 478.0, + 927.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 599.0, + 904.0, + 634.0, + 904.0, + 634.0, + 926.0, + 599.0, + 926.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 716.0, + 901.0, + 755.0, + 901.0, + 755.0, + 928.0, + 716.0, + 928.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 834.0, + 901.0, + 871.0, + 901.0, + 871.0, + 927.0, + 834.0, + 927.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 953.0, + 903.0, + 991.0, + 903.0, + 991.0, + 925.0, + 953.0, + 925.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1070.0, + 901.0, + 1110.0, + 901.0, + 1110.0, + 927.0, + 1070.0, + 927.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1187.0, + 903.0, + 1228.0, + 903.0, + 1228.0, + 924.0, + 1187.0, + 924.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1309.0, + 903.0, + 1343.0, + 903.0, + 1343.0, + 925.0, + 1309.0, + 925.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 939.0, + 352.0, + 939.0, + 352.0, + 1001.0, + 323.0, + 1001.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 362.0, + 958.0, + 407.0, + 958.0, + 407.0, + 989.0, + 362.0, + 989.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 548.0, + 1016.0, + 557.0, + 1016.0, + 557.0, + 1027.0, + 548.0, + 1027.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 387.0, + 1029.0, + 405.0, + 1029.0, + 405.0, + 1052.0, + 387.0, + 1052.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 485.0, + 1023.0, + 500.0, + 1023.0, + 500.0, + 1040.0, + 485.0, + 1040.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 599.0, + 1028.0, + 614.0, + 1028.0, + 614.0, + 1038.0, + 599.0, + 1038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 619.0, + 1027.0, + 627.0, + 1027.0, + 627.0, + 1036.0, + 619.0, + 1036.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 830.0, + 1043.0, + 839.0, + 1043.0, + 839.0, + 1053.0, + 830.0, + 1053.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1129.0, + 1024.0, + 1140.0, + 1024.0, + 1140.0, + 1036.0, + 1129.0, + 1036.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 429.0, + 1051.0, + 515.0, + 1051.0, + 515.0, + 1083.0, + 429.0, + 1083.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 536.0, + 1053.0, + 576.0, + 1053.0, + 576.0, + 1080.0, + 536.0, + 1080.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 589.0, + 1052.0, + 632.0, + 1052.0, + 632.0, + 1081.0, + 589.0, + 1081.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 640.0, + 1055.0, + 660.0, + 1055.0, + 660.0, + 1077.0, + 640.0, + 1077.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 724.0, + 1049.0, + 784.0, + 1049.0, + 784.0, + 1084.0, + 724.0, + 1084.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 822.0, + 1053.0, + 846.0, + 1053.0, + 846.0, + 1080.0, + 822.0, + 1080.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 892.0, + 1051.0, + 935.0, + 1051.0, + 935.0, + 1081.0, + 892.0, + 1081.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 947.0, + 1053.0, + 986.0, + 1053.0, + 986.0, + 1080.0, + 947.0, + 1080.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 994.0, + 1049.0, + 1148.0, + 1049.0, + 1148.0, + 1080.0, + 994.0, + 1080.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1210.0, + 1053.0, + 1233.0, + 1053.0, + 1233.0, + 1080.0, + 1210.0, + 1080.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1264.0, + 1055.0, + 1282.0, + 1055.0, + 1282.0, + 1079.0, + 1264.0, + 1079.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1318.0, + 1054.0, + 1337.0, + 1054.0, + 1337.0, + 1079.0, + 1318.0, + 1079.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 351.0, + 1069.0, + 409.0, + 1069.0, + 409.0, + 1106.0, + 351.0, + 1106.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 476.0, + 1082.0, + 518.0, + 1082.0, + 518.0, + 1110.0, + 476.0, + 1110.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 596.0, + 1083.0, + 634.0, + 1083.0, + 634.0, + 1109.0, + 596.0, + 1109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 713.0, + 1080.0, + 757.0, + 1080.0, + 757.0, + 1110.0, + 713.0, + 1110.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 1080.0, + 875.0, + 1080.0, + 875.0, + 1110.0, + 832.0, + 1110.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 956.0, + 1084.0, + 989.0, + 1084.0, + 989.0, + 1106.0, + 956.0, + 1106.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1070.0, + 1081.0, + 1111.0, + 1081.0, + 1111.0, + 1108.0, + 1070.0, + 1108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1189.0, + 1081.0, + 1227.0, + 1081.0, + 1227.0, + 1108.0, + 1189.0, + 1108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1308.0, + 1081.0, + 1347.0, + 1081.0, + 1347.0, + 1109.0, + 1308.0, + 1109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1120.0, + 352.0, + 1120.0, + 352.0, + 1184.0, + 323.0, + 1184.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 363.0, + 1141.0, + 407.0, + 1141.0, + 407.0, + 1172.0, + 363.0, + 1172.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 712.0, + 1198.0, + 722.0, + 1198.0, + 722.0, + 1211.0, + 712.0, + 1211.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 387.0, + 1210.0, + 405.0, + 1210.0, + 405.0, + 1231.0, + 387.0, + 1231.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1214.0, + 1206.0, + 1228.0, + 1206.0, + 1228.0, + 1221.0, + 1214.0, + 1221.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 418.0, + 1236.0, + 436.0, + 1236.0, + 436.0, + 1259.0, + 418.0, + 1259.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 474.0, + 1234.0, + 497.0, + 1234.0, + 497.0, + 1261.0, + 474.0, + 1261.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 526.0, + 1236.0, + 545.0, + 1236.0, + 545.0, + 1257.0, + 526.0, + 1257.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 582.0, + 1234.0, + 606.0, + 1234.0, + 606.0, + 1261.0, + 582.0, + 1261.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 680.0, + 1234.0, + 703.0, + 1234.0, + 703.0, + 1261.0, + 680.0, + 1261.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 743.0, + 1235.0, + 763.0, + 1235.0, + 763.0, + 1260.0, + 743.0, + 1260.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 777.0, + 1232.0, + 864.0, + 1232.0, + 864.0, + 1260.0, + 777.0, + 1260.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 889.0, + 1231.0, + 989.0, + 1231.0, + 989.0, + 1262.0, + 889.0, + 1262.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1008.0, + 1234.0, + 1112.0, + 1234.0, + 1112.0, + 1261.0, + 1008.0, + 1261.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1142.0, + 1236.0, + 1162.0, + 1236.0, + 1162.0, + 1259.0, + 1142.0, + 1259.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1180.0, + 1236.0, + 1201.0, + 1236.0, + 1201.0, + 1259.0, + 1180.0, + 1259.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1220.0, + 1235.0, + 1242.0, + 1235.0, + 1242.0, + 1261.0, + 1220.0, + 1261.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1257.0, + 1232.0, + 1339.0, + 1232.0, + 1339.0, + 1262.0, + 1257.0, + 1262.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 352.0, + 1256.0, + 407.0, + 1256.0, + 407.0, + 1285.0, + 352.0, + 1285.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 478.0, + 1263.0, + 518.0, + 1263.0, + 518.0, + 1290.0, + 478.0, + 1290.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 595.0, + 1262.0, + 638.0, + 1262.0, + 638.0, + 1292.0, + 595.0, + 1292.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 721.0, + 1265.0, + 754.0, + 1265.0, + 754.0, + 1288.0, + 721.0, + 1288.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 942.0, + 1280.0, + 961.0, + 1280.0, + 961.0, + 1303.0, + 942.0, + 1303.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 325.0, + 1301.0, + 354.0, + 1301.0, + 354.0, + 1364.0, + 325.0, + 1364.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 362.0, + 1322.0, + 407.0, + 1322.0, + 407.0, + 1351.0, + 362.0, + 1351.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 926.0, + 1353.0, + 946.0, + 1353.0, + 946.0, + 1375.0, + 926.0, + 1375.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1043.0, + 1335.0, + 1061.0, + 1335.0, + 1061.0, + 1357.0, + 1043.0, + 1357.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1250.0, + 1316.0, + 1373.0, + 1316.0, + 1373.0, + 1376.0, + 1250.0, + 1376.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 888.0, + 1373.0, + 931.0, + 1373.0, + 931.0, + 1398.0, + 888.0, + 1398.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1250.0, + 1369.0, + 1359.0, + 1369.0, + 1359.0, + 1404.0, + 1250.0, + 1404.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 387.0, + 1393.0, + 405.0, + 1393.0, + 405.0, + 1414.0, + 387.0, + 1414.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 407.0, + 1418.0, + 425.0, + 1418.0, + 425.0, + 1442.0, + 407.0, + 1442.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 474.0, + 1418.0, + 494.0, + 1418.0, + 494.0, + 1441.0, + 474.0, + 1441.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 521.0, + 1418.0, + 540.0, + 1418.0, + 540.0, + 1441.0, + 521.0, + 1441.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 595.0, + 1418.0, + 614.0, + 1418.0, + 614.0, + 1441.0, + 595.0, + 1441.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 689.0, + 1418.0, + 710.0, + 1418.0, + 710.0, + 1441.0, + 689.0, + 1441.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 747.0, + 1418.0, + 766.0, + 1418.0, + 766.0, + 1441.0, + 747.0, + 1441.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 938.0, + 1410.0, + 958.0, + 1410.0, + 958.0, + 1433.0, + 938.0, + 1433.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 992.0, + 1389.0, + 1010.0, + 1389.0, + 1010.0, + 1412.0, + 992.0, + 1412.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1250.0, + 1401.0, + 1353.0, + 1401.0, + 1353.0, + 1432.0, + 1250.0, + 1432.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 438.25, + 827.0, + 446.25, + 827.0, + 446.25, + 855.0, + 438.25, + 855.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 685.0, + 828.0, + 689.0, + 828.0, + 689.0, + 841.5, + 685.0, + 841.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 417.25, + 1000.5, + 447.25, + 1000.5, + 447.25, + 1021.0, + 417.25, + 1021.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 563.0, + 1014.5, + 573.0, + 1014.5, + 573.0, + 1029.5, + 563.0, + 1029.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 445.0, + 1028.0, + 450.0, + 1028.0, + 450.0, + 1036.5, + 445.0, + 1036.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1205.25, + 1208.5, + 1215.25, + 1208.5, + 1215.25, + 1218.5, + 1205.25, + 1218.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1002.0, + 1338.5, + 1046.0, + 1338.5, + 1046.0, + 1365.5, + 1002.0, + 1365.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 983.75, + 1358.5, + 1005.75, + 1358.5, + 1005.75, + 1374.0, + 983.75, + 1374.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 668.0, + 1495.0, + 1032.0, + 1495.0, + 1032.0, + 1538.0, + 668.0, + 1538.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 858.0, + 72.0, + 858.0, + 109.0, + 297.0, + 109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2085.0, + 870.0, + 2085.0, + 870.0, + 2124.0, + 832.0, + 2124.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 16, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 3, + "poly": [ + 338, + 558, + 1372, + 558, + 1372, + 1613, + 338, + 1613 + ], + "score": 0.967 + }, + { + "category_id": 4, + "poly": [ + 669, + 1638, + 1032, + 1638, + 1032, + 1674, + 669, + 1674 + ], + "score": 0.908 + }, + { + "category_id": 2, + "poly": [ + 297, + 74, + 859, + 74, + 859, + 106, + 297, + 106 + ], + "score": 0.899 + }, + { + "category_id": 2, + "poly": [ + 836, + 2088, + 865, + 2088, + 865, + 2113, + 836, + 2113 + ], + "score": 0.845 + }, + { + "category_id": 15, + "poly": [ + 393.0, + 571.0, + 438.0, + 571.0, + 438.0, + 601.0, + 393.0, + 601.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 491.0, + 572.0, + 535.0, + 572.0, + 535.0, + 598.0, + 491.0, + 598.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 590.0, + 572.0, + 633.0, + 572.0, + 633.0, + 598.0, + 590.0, + 598.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 688.0, + 572.0, + 730.0, + 572.0, + 730.0, + 598.0, + 688.0, + 598.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 784.0, + 572.0, + 828.0, + 572.0, + 828.0, + 598.0, + 784.0, + 598.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 883.0, + 572.0, + 926.0, + 572.0, + 926.0, + 598.0, + 883.0, + 598.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 980.0, + 572.0, + 1022.0, + 572.0, + 1022.0, + 598.0, + 980.0, + 598.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1077.0, + 572.0, + 1120.0, + 572.0, + 1120.0, + 598.0, + 1077.0, + 598.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1175.0, + 572.0, + 1218.0, + 572.0, + 1218.0, + 598.0, + 1175.0, + 598.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1273.0, + 573.0, + 1316.0, + 573.0, + 1316.0, + 598.0, + 1273.0, + 598.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 371.0, + 593.0, + 404.0, + 593.0, + 404.0, + 615.0, + 371.0, + 615.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 413.0, + 593.0, + 443.0, + 593.0, + 443.0, + 615.0, + 413.0, + 615.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 471.0, + 593.0, + 502.0, + 593.0, + 502.0, + 616.0, + 471.0, + 616.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 539.0, + 594.0, + 600.0, + 594.0, + 600.0, + 615.0, + 539.0, + 615.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 604.0, + 596.0, + 634.0, + 596.0, + 634.0, + 614.0, + 604.0, + 614.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 636.0, + 593.0, + 757.0, + 593.0, + 757.0, + 615.0, + 636.0, + 615.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 782.0, + 595.0, + 801.0, + 595.0, + 801.0, + 615.0, + 782.0, + 615.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 816.0, + 595.0, + 834.0, + 595.0, + 834.0, + 616.0, + 816.0, + 616.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 873.0, + 592.0, + 937.0, + 592.0, + 937.0, + 616.0, + 873.0, + 616.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 967.0, + 593.0, + 998.0, + 593.0, + 998.0, + 616.0, + 967.0, + 616.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1018.0, + 593.0, + 1048.0, + 593.0, + 1048.0, + 616.0, + 1018.0, + 616.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1069.0, + 591.0, + 1137.0, + 591.0, + 1137.0, + 619.0, + 1069.0, + 619.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1160.0, + 593.0, + 1191.0, + 593.0, + 1191.0, + 615.0, + 1160.0, + 615.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1198.0, + 593.0, + 1233.0, + 593.0, + 1233.0, + 616.0, + 1198.0, + 616.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1245.0, + 597.0, + 1262.0, + 597.0, + 1262.0, + 613.0, + 1245.0, + 613.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1317.0, + 596.0, + 1332.0, + 596.0, + 1332.0, + 613.0, + 1317.0, + 613.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 834.0, + 624.0, + 851.0, + 624.0, + 851.0, + 657.0, + 834.0, + 657.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1077.0, + 624.0, + 1087.0, + 624.0, + 1087.0, + 633.0, + 1077.0, + 633.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 342.0, + 638.0, + 369.0, + 638.0, + 369.0, + 656.0, + 342.0, + 656.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1341.0, + 638.0, + 1369.0, + 638.0, + 1369.0, + 656.0, + 1341.0, + 656.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 342.0, + 682.0, + 369.0, + 682.0, + 369.0, + 701.0, + 342.0, + 701.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1341.0, + 682.0, + 1368.0, + 682.0, + 1368.0, + 701.0, + 1341.0, + 701.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 413.0, + 710.0, + 443.0, + 710.0, + 443.0, + 732.0, + 413.0, + 732.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 374.0, + 711.0, + 400.0, + 711.0, + 400.0, + 729.0, + 374.0, + 729.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 927.0, + 722.0, + 937.0, + 722.0, + 937.0, + 732.0, + 927.0, + 732.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1123.0, + 720.0, + 1136.0, + 720.0, + 1136.0, + 741.0, + 1123.0, + 741.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 419.0, + 746.0, + 438.0, + 746.0, + 438.0, + 761.0, + 419.0, + 761.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 440.0, + 741.0, + 466.0, + 741.0, + 466.0, + 759.0, + 440.0, + 759.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1341.0, + 740.0, + 1371.0, + 740.0, + 1371.0, + 762.0, + 1341.0, + 762.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 936.0, + 775.0, + 945.0, + 775.0, + 945.0, + 789.0, + 936.0, + 789.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 440.0, + 782.0, + 465.0, + 782.0, + 465.0, + 799.0, + 440.0, + 799.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1343.0, + 782.0, + 1368.0, + 782.0, + 1368.0, + 799.0, + 1343.0, + 799.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 474.0, + 809.0, + 499.0, + 809.0, + 499.0, + 827.0, + 474.0, + 827.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 539.0, + 809.0, + 569.0, + 809.0, + 569.0, + 826.0, + 539.0, + 826.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1343.0, + 808.0, + 1369.0, + 808.0, + 1369.0, + 826.0, + 1343.0, + 826.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 520.0, + 846.0, + 530.0, + 846.0, + 530.0, + 857.0, + 520.0, + 857.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 537.0, + 877.0, + 563.0, + 877.0, + 563.0, + 894.0, + 537.0, + 894.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1343.0, + 876.0, + 1368.0, + 876.0, + 1368.0, + 894.0, + 1343.0, + 894.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 568.0, + 904.0, + 600.0, + 904.0, + 600.0, + 925.0, + 568.0, + 925.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 603.0, + 903.0, + 668.0, + 903.0, + 668.0, + 925.0, + 603.0, + 925.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1343.0, + 904.0, + 1369.0, + 904.0, + 1369.0, + 922.0, + 1343.0, + 922.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 727.0, + 916.0, + 755.0, + 916.0, + 755.0, + 948.0, + 727.0, + 948.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 607.0, + 938.0, + 662.0, + 938.0, + 662.0, + 978.0, + 607.0, + 978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1341.0, + 938.0, + 1371.0, + 938.0, + 1371.0, + 959.0, + 1341.0, + 959.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 405.0, + 968.0, + 568.0, + 968.0, + 568.0, + 1002.0, + 405.0, + 1002.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 633.0, + 972.0, + 662.0, + 972.0, + 662.0, + 994.0, + 633.0, + 994.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1107.0, + 968.0, + 1147.0, + 968.0, + 1147.0, + 1000.0, + 1107.0, + 1000.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1343.0, + 975.0, + 1368.0, + 975.0, + 1368.0, + 993.0, + 1343.0, + 993.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 403.0, + 1011.0, + 486.0, + 1011.0, + 486.0, + 1048.0, + 403.0, + 1048.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 664.0, + 1000.0, + 761.0, + 1000.0, + 761.0, + 1034.0, + 664.0, + 1034.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 836.0, + 1003.0, + 857.0, + 1003.0, + 857.0, + 1040.0, + 836.0, + 1040.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1344.0, + 1013.0, + 1369.0, + 1013.0, + 1369.0, + 1030.0, + 1344.0, + 1030.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 401.0, + 1053.0, + 534.0, + 1053.0, + 534.0, + 1095.0, + 401.0, + 1095.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 708.0, + 1037.0, + 729.0, + 1037.0, + 729.0, + 1072.0, + 708.0, + 1072.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 730.0, + 1041.0, + 760.0, + 1041.0, + 760.0, + 1064.0, + 730.0, + 1064.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 764.0, + 1050.0, + 797.0, + 1050.0, + 797.0, + 1101.0, + 764.0, + 1101.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1343.0, + 1043.0, + 1369.0, + 1043.0, + 1369.0, + 1061.0, + 1343.0, + 1061.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 388.0, + 1069.0, + 398.0, + 1069.0, + 398.0, + 1081.0, + 388.0, + 1081.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 732.0, + 1075.0, + 757.0, + 1075.0, + 757.0, + 1094.0, + 732.0, + 1094.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 915.0, + 1077.0, + 932.0, + 1077.0, + 932.0, + 1093.0, + 915.0, + 1093.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1009.0, + 1076.0, + 1025.0, + 1076.0, + 1025.0, + 1089.0, + 1009.0, + 1089.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1343.0, + 1076.0, + 1368.0, + 1076.0, + 1368.0, + 1093.0, + 1343.0, + 1093.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 403.0, + 1099.0, + 526.0, + 1099.0, + 526.0, + 1138.0, + 403.0, + 1138.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 783.0, + 1102.0, + 798.0, + 1102.0, + 798.0, + 1118.0, + 783.0, + 1118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 818.0, + 1101.0, + 833.0, + 1101.0, + 833.0, + 1119.0, + 818.0, + 1119.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 844.0, + 1126.0, + 854.0, + 1126.0, + 854.0, + 1138.0, + 844.0, + 1138.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1346.0, + 1126.0, + 1356.0, + 1126.0, + 1356.0, + 1137.0, + 1346.0, + 1137.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 814.0, + 1134.0, + 836.0, + 1134.0, + 836.0, + 1171.0, + 814.0, + 1171.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1346.0, + 1164.0, + 1356.0, + 1164.0, + 1356.0, + 1173.0, + 1346.0, + 1173.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1011.0, + 1178.0, + 1024.0, + 1178.0, + 1024.0, + 1189.0, + 1011.0, + 1189.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1024.0, + 1179.0, + 1037.0, + 1179.0, + 1037.0, + 1188.0, + 1024.0, + 1188.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 877.0, + 1199.0, + 904.0, + 1199.0, + 904.0, + 1215.0, + 877.0, + 1215.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 906.0, + 1199.0, + 933.0, + 1199.0, + 933.0, + 1215.0, + 906.0, + 1215.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 925.0, + 1219.0, + 954.0, + 1219.0, + 954.0, + 1242.0, + 925.0, + 1242.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1343.0, + 1221.0, + 1368.0, + 1221.0, + 1368.0, + 1239.0, + 1343.0, + 1239.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 908.0, + 1236.0, + 921.0, + 1236.0, + 921.0, + 1246.0, + 908.0, + 1246.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 905.0, + 1254.0, + 953.0, + 1254.0, + 953.0, + 1272.0, + 905.0, + 1272.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1343.0, + 1254.0, + 1368.0, + 1254.0, + 1368.0, + 1271.0, + 1343.0, + 1271.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 617.0, + 1278.0, + 631.0, + 1278.0, + 631.0, + 1298.0, + 617.0, + 1298.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1019.0, + 1294.0, + 1052.0, + 1294.0, + 1052.0, + 1324.0, + 1019.0, + 1324.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 970.0, + 1296.0, + 997.0, + 1296.0, + 997.0, + 1314.0, + 970.0, + 1314.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1344.0, + 1307.0, + 1367.0, + 1307.0, + 1367.0, + 1320.0, + 1344.0, + 1320.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 655.0, + 1329.0, + 668.0, + 1329.0, + 668.0, + 1350.0, + 655.0, + 1350.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1003.0, + 1329.0, + 1020.0, + 1329.0, + 1020.0, + 1344.0, + 1003.0, + 1344.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 697.0, + 1356.0, + 743.0, + 1356.0, + 743.0, + 1383.0, + 697.0, + 1383.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 746.0, + 1347.0, + 768.0, + 1347.0, + 768.0, + 1375.0, + 746.0, + 1375.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1025.0, + 1355.0, + 1051.0, + 1355.0, + 1051.0, + 1373.0, + 1025.0, + 1373.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1343.0, + 1355.0, + 1368.0, + 1355.0, + 1368.0, + 1373.0, + 1343.0, + 1373.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 592.0, + 1371.0, + 615.0, + 1371.0, + 615.0, + 1397.0, + 592.0, + 1397.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 540.0, + 1398.0, + 600.0, + 1398.0, + 600.0, + 1428.0, + 540.0, + 1428.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1074.0, + 1393.0, + 1149.0, + 1393.0, + 1149.0, + 1433.0, + 1074.0, + 1433.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1344.0, + 1414.0, + 1368.0, + 1414.0, + 1368.0, + 1431.0, + 1344.0, + 1431.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 611.0, + 1451.0, + 630.0, + 1451.0, + 630.0, + 1477.0, + 611.0, + 1477.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 664.0, + 1440.0, + 688.0, + 1440.0, + 688.0, + 1469.0, + 664.0, + 1469.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1096.0, + 1421.0, + 1148.0, + 1421.0, + 1148.0, + 1464.0, + 1096.0, + 1464.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1343.0, + 1446.0, + 1368.0, + 1446.0, + 1368.0, + 1463.0, + 1343.0, + 1463.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1201.0, + 1490.0, + 1231.0, + 1490.0, + 1231.0, + 1511.0, + 1201.0, + 1511.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1163.0, + 1491.0, + 1189.0, + 1491.0, + 1189.0, + 1509.0, + 1163.0, + 1509.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1219.0, + 1509.0, + 1245.0, + 1509.0, + 1245.0, + 1528.0, + 1219.0, + 1528.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1346.0, + 1513.0, + 1367.0, + 1513.0, + 1367.0, + 1526.0, + 1346.0, + 1526.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1196.0, + 1532.0, + 1218.0, + 1532.0, + 1218.0, + 1562.0, + 1196.0, + 1562.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1220.0, + 1552.0, + 1245.0, + 1552.0, + 1245.0, + 1572.0, + 1220.0, + 1572.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1344.0, + 1554.0, + 1368.0, + 1554.0, + 1368.0, + 1570.0, + 1344.0, + 1570.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1248.0, + 1592.0, + 1258.0, + 1592.0, + 1258.0, + 1603.0, + 1248.0, + 1603.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1319.0, + 1591.0, + 1329.0, + 1591.0, + 1329.0, + 1603.0, + 1319.0, + 1603.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 772.0, + 968.0, + 776.0, + 968.0, + 776.0, + 994.0, + 772.0, + 994.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 654.75, + 965.0, + 712.75, + 965.0, + 712.75, + 998.0, + 654.75, + 998.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1092.75, + 1063.5, + 1154.75, + 1063.5, + 1154.75, + 1096.5, + 1092.75, + 1096.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 389.25, + 1114.0, + 392.25, + 1114.0, + 392.25, + 1124.0, + 389.25, + 1124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 906.0, + 1172.5, + 944.0, + 1172.5, + 944.0, + 1191.5, + 906.0, + 1191.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 668.0, + 1635.0, + 1030.0, + 1635.0, + 1030.0, + 1678.0, + 668.0, + 1678.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 858.0, + 72.0, + 858.0, + 109.0, + 297.0, + 109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2085.0, + 870.0, + 2085.0, + 870.0, + 2122.0, + 832.0, + 2122.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 17, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 3, + "poly": [ + 303, + 709, + 1392, + 709, + 1392, + 1473, + 303, + 1473 + ], + "score": 0.971 + }, + { + "category_id": 4, + "poly": [ + 669, + 1499, + 1032, + 1499, + 1032, + 1534, + 669, + 1534 + ], + "score": 0.913 + }, + { + "category_id": 2, + "poly": [ + 297, + 74, + 859, + 74, + 859, + 106, + 297, + 106 + ], + "score": 0.877 + }, + { + "category_id": 2, + "poly": [ + 836, + 2088, + 865, + 2088, + 865, + 2113, + 836, + 2113 + ], + "score": 0.841 + }, + { + "category_id": 15, + "poly": [ + 331.0, + 707.0, + 389.0, + 707.0, + 389.0, + 736.0, + 331.0, + 736.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 464.0, + 715.0, + 512.0, + 715.0, + 512.0, + 741.0, + 464.0, + 741.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 597.0, + 717.0, + 636.0, + 717.0, + 636.0, + 739.0, + 597.0, + 739.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 741.0, + 720.0, + 757.0, + 720.0, + 757.0, + 736.0, + 741.0, + 736.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 862.0, + 718.0, + 882.0, + 718.0, + 882.0, + 740.0, + 862.0, + 740.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 966.0, + 715.0, + 1009.0, + 715.0, + 1009.0, + 742.0, + 966.0, + 742.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1093.0, + 715.0, + 1132.0, + 715.0, + 1132.0, + 741.0, + 1093.0, + 741.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1215.0, + 715.0, + 1255.0, + 715.0, + 1255.0, + 741.0, + 1215.0, + 741.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1339.0, + 715.0, + 1380.0, + 715.0, + 1380.0, + 741.0, + 1339.0, + 741.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 302.0, + 753.0, + 331.0, + 753.0, + 331.0, + 821.0, + 302.0, + 821.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 341.0, + 777.0, + 392.0, + 777.0, + 392.0, + 807.0, + 341.0, + 807.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 473.0, + 830.0, + 483.0, + 830.0, + 483.0, + 841.0, + 473.0, + 841.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1302.0, + 826.0, + 1320.0, + 826.0, + 1320.0, + 856.0, + 1302.0, + 856.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 367.0, + 849.0, + 386.0, + 849.0, + 386.0, + 873.0, + 367.0, + 873.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 421.0, + 863.0, + 430.0, + 863.0, + 430.0, + 874.0, + 421.0, + 874.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 857.0, + 864.0, + 867.0, + 864.0, + 867.0, + 874.0, + 857.0, + 874.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 904.0, + 864.0, + 914.0, + 864.0, + 914.0, + 875.0, + 904.0, + 875.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 986.0, + 863.0, + 997.0, + 863.0, + 997.0, + 875.0, + 986.0, + 875.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1036.0, + 863.0, + 1047.0, + 863.0, + 1047.0, + 874.0, + 1036.0, + 874.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1167.0, + 864.0, + 1177.0, + 864.0, + 1177.0, + 874.0, + 1167.0, + 874.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1218.0, + 863.0, + 1228.0, + 863.0, + 1228.0, + 874.0, + 1218.0, + 874.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1285.0, + 864.0, + 1295.0, + 864.0, + 1295.0, + 874.0, + 1285.0, + 874.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 400.0, + 874.0, + 551.0, + 874.0, + 551.0, + 902.0, + 400.0, + 902.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 601.0, + 869.0, + 682.0, + 869.0, + 682.0, + 907.0, + 601.0, + 907.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 715.0, + 871.0, + 758.0, + 871.0, + 758.0, + 904.0, + 715.0, + 904.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 787.0, + 873.0, + 831.0, + 873.0, + 831.0, + 903.0, + 787.0, + 903.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 840.0, + 873.0, + 885.0, + 873.0, + 885.0, + 904.0, + 840.0, + 904.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 897.0, + 874.0, + 921.0, + 874.0, + 921.0, + 901.0, + 897.0, + 901.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 980.0, + 874.0, + 1004.0, + 874.0, + 1004.0, + 902.0, + 980.0, + 902.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1018.0, + 871.0, + 1064.0, + 871.0, + 1064.0, + 903.0, + 1018.0, + 903.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1075.0, + 869.0, + 1122.0, + 869.0, + 1122.0, + 906.0, + 1075.0, + 906.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1152.0, + 871.0, + 1196.0, + 871.0, + 1196.0, + 903.0, + 1152.0, + 903.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1202.0, + 874.0, + 1243.0, + 874.0, + 1243.0, + 902.0, + 1202.0, + 902.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1279.0, + 875.0, + 1298.0, + 875.0, + 1298.0, + 901.0, + 1279.0, + 901.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1343.0, + 874.0, + 1366.0, + 874.0, + 1366.0, + 903.0, + 1343.0, + 903.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 340.0, + 897.0, + 399.0, + 897.0, + 399.0, + 928.0, + 340.0, + 928.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 472.0, + 906.0, + 513.0, + 906.0, + 513.0, + 931.0, + 472.0, + 931.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 582.0, + 912.0, + 591.0, + 912.0, + 591.0, + 922.0, + 582.0, + 922.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 595.0, + 906.0, + 638.0, + 906.0, + 638.0, + 933.0, + 595.0, + 933.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 722.0, + 908.0, + 760.0, + 908.0, + 760.0, + 930.0, + 722.0, + 930.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 844.0, + 906.0, + 885.0, + 906.0, + 885.0, + 931.0, + 844.0, + 931.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 968.0, + 904.0, + 1009.0, + 904.0, + 1009.0, + 933.0, + 968.0, + 933.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1089.0, + 903.0, + 1134.0, + 903.0, + 1134.0, + 934.0, + 1089.0, + 934.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1213.0, + 903.0, + 1257.0, + 903.0, + 1257.0, + 935.0, + 1213.0, + 935.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1337.0, + 903.0, + 1381.0, + 903.0, + 1381.0, + 934.0, + 1337.0, + 934.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 310.0, + 945.0, + 340.0, + 945.0, + 340.0, + 1010.0, + 310.0, + 1010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 409.0, + 952.0, + 423.0, + 952.0, + 423.0, + 968.0, + 409.0, + 968.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 967.0, + 398.0, + 967.0, + 398.0, + 998.0, + 350.0, + 998.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 829.0, + 1023.0, + 838.0, + 1023.0, + 838.0, + 1033.0, + 829.0, + 1033.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 840.0, + 1009.0, + 862.0, + 1009.0, + 862.0, + 1030.0, + 840.0, + 1030.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1334.0, + 1005.0, + 1344.0, + 1005.0, + 1344.0, + 1019.0, + 1334.0, + 1019.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 377.0, + 1039.0, + 395.0, + 1039.0, + 395.0, + 1062.0, + 377.0, + 1062.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 689.0, + 1054.0, + 699.0, + 1054.0, + 699.0, + 1063.0, + 689.0, + 1063.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 787.0, + 1027.0, + 812.0, + 1027.0, + 812.0, + 1047.0, + 787.0, + 1047.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1039.0, + 1036.0, + 1059.0, + 1036.0, + 1059.0, + 1051.0, + 1039.0, + 1051.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 433.0, + 1063.0, + 457.0, + 1063.0, + 457.0, + 1092.0, + 433.0, + 1092.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 498.0, + 1065.0, + 518.0, + 1065.0, + 518.0, + 1091.0, + 498.0, + 1091.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 539.0, + 1064.0, + 563.0, + 1064.0, + 563.0, + 1091.0, + 539.0, + 1091.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 626.0, + 1064.0, + 649.0, + 1064.0, + 649.0, + 1092.0, + 626.0, + 1092.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 673.0, + 1062.0, + 716.0, + 1062.0, + 716.0, + 1093.0, + 673.0, + 1093.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 726.0, + 1062.0, + 772.0, + 1062.0, + 772.0, + 1093.0, + 726.0, + 1093.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 781.0, + 1064.0, + 805.0, + 1064.0, + 805.0, + 1091.0, + 781.0, + 1091.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 874.0, + 1060.0, + 999.0, + 1060.0, + 999.0, + 1092.0, + 874.0, + 1092.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1012.0, + 1063.0, + 1156.0, + 1063.0, + 1156.0, + 1091.0, + 1012.0, + 1091.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1174.0, + 1066.0, + 1194.0, + 1066.0, + 1194.0, + 1089.0, + 1174.0, + 1089.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1212.0, + 1064.0, + 1236.0, + 1064.0, + 1236.0, + 1091.0, + 1212.0, + 1091.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1246.0, + 1060.0, + 1366.0, + 1060.0, + 1366.0, + 1092.0, + 1246.0, + 1092.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 340.0, + 1087.0, + 398.0, + 1087.0, + 398.0, + 1117.0, + 340.0, + 1117.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 480.0, + 1102.0, + 509.0, + 1102.0, + 509.0, + 1116.0, + 480.0, + 1116.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 617.0, + 1102.0, + 633.0, + 1102.0, + 633.0, + 1116.0, + 617.0, + 1116.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 720.0, + 1096.0, + 761.0, + 1096.0, + 761.0, + 1122.0, + 720.0, + 1122.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 845.0, + 1097.0, + 878.0, + 1097.0, + 878.0, + 1120.0, + 845.0, + 1120.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 968.0, + 1095.0, + 1007.0, + 1095.0, + 1007.0, + 1123.0, + 968.0, + 1123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1091.0, + 1095.0, + 1132.0, + 1095.0, + 1132.0, + 1122.0, + 1091.0, + 1122.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1214.0, + 1095.0, + 1256.0, + 1095.0, + 1256.0, + 1122.0, + 1214.0, + 1122.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1340.0, + 1095.0, + 1380.0, + 1095.0, + 1380.0, + 1122.0, + 1340.0, + 1122.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 311.0, + 1134.0, + 340.0, + 1134.0, + 340.0, + 1199.0, + 311.0, + 1199.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 351.0, + 1155.0, + 398.0, + 1155.0, + 398.0, + 1187.0, + 351.0, + 1187.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 800.0, + 1213.0, + 810.0, + 1213.0, + 810.0, + 1221.0, + 800.0, + 1221.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 377.0, + 1230.0, + 395.0, + 1230.0, + 395.0, + 1252.0, + 377.0, + 1252.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 791.0, + 1244.0, + 802.0, + 1244.0, + 802.0, + 1253.0, + 791.0, + 1253.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 966.0, + 1243.0, + 976.0, + 1243.0, + 976.0, + 1254.0, + 966.0, + 1254.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 980.0, + 1225.0, + 994.0, + 1225.0, + 994.0, + 1241.0, + 980.0, + 1241.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1023.0, + 1243.0, + 1033.0, + 1243.0, + 1033.0, + 1253.0, + 1023.0, + 1253.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 1251.0, + 523.0, + 1251.0, + 523.0, + 1284.0, + 394.0, + 1284.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 543.0, + 1251.0, + 587.0, + 1251.0, + 587.0, + 1284.0, + 543.0, + 1284.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 606.0, + 1252.0, + 677.0, + 1252.0, + 677.0, + 1284.0, + 606.0, + 1284.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 730.0, + 1254.0, + 753.0, + 1254.0, + 753.0, + 1282.0, + 730.0, + 1282.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 786.0, + 1257.0, + 807.0, + 1257.0, + 807.0, + 1280.0, + 786.0, + 1280.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 1254.0, + 862.0, + 1254.0, + 862.0, + 1281.0, + 839.0, + 1281.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 922.0, + 1257.0, + 942.0, + 1257.0, + 942.0, + 1280.0, + 922.0, + 1280.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 961.0, + 1257.0, + 981.0, + 1257.0, + 981.0, + 1280.0, + 961.0, + 1280.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1002.0, + 1257.0, + 1037.0, + 1257.0, + 1037.0, + 1280.0, + 1002.0, + 1280.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1074.0, + 1254.0, + 1098.0, + 1254.0, + 1098.0, + 1282.0, + 1074.0, + 1282.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1146.0, + 1252.0, + 1271.0, + 1252.0, + 1271.0, + 1284.0, + 1146.0, + 1284.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1282.0, + 1254.0, + 1324.0, + 1254.0, + 1324.0, + 1281.0, + 1282.0, + 1281.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1340.0, + 1252.0, + 1384.0, + 1252.0, + 1384.0, + 1284.0, + 1340.0, + 1284.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 340.0, + 1275.0, + 398.0, + 1275.0, + 398.0, + 1309.0, + 340.0, + 1309.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 473.0, + 1285.0, + 513.0, + 1285.0, + 513.0, + 1312.0, + 473.0, + 1312.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 596.0, + 1285.0, + 637.0, + 1285.0, + 637.0, + 1312.0, + 596.0, + 1312.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 720.0, + 1287.0, + 754.0, + 1287.0, + 754.0, + 1306.0, + 720.0, + 1306.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 997.0, + 1291.0, + 1016.0, + 1291.0, + 1016.0, + 1312.0, + 997.0, + 1312.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 311.0, + 1324.0, + 340.0, + 1324.0, + 340.0, + 1390.0, + 311.0, + 1390.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 351.0, + 1346.0, + 398.0, + 1346.0, + 398.0, + 1377.0, + 351.0, + 1377.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 917.0, + 1382.0, + 930.0, + 1382.0, + 930.0, + 1399.0, + 917.0, + 1399.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 947.0, + 1336.0, + 965.0, + 1336.0, + 965.0, + 1359.0, + 947.0, + 1359.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1018.0, + 1368.0, + 1027.0, + 1368.0, + 1027.0, + 1378.0, + 1018.0, + 1378.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1248.0, + 1316.0, + 1388.0, + 1316.0, + 1388.0, + 1404.0, + 1248.0, + 1404.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 955.0, + 1390.0, + 970.0, + 1390.0, + 970.0, + 1409.0, + 955.0, + 1409.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 377.0, + 1420.0, + 395.0, + 1420.0, + 395.0, + 1442.0, + 377.0, + 1442.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 493.0, + 1433.0, + 503.0, + 1433.0, + 503.0, + 1443.0, + 493.0, + 1443.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 548.0, + 1432.0, + 558.0, + 1432.0, + 558.0, + 1443.0, + 548.0, + 1443.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 594.0, + 1432.0, + 605.0, + 1432.0, + 605.0, + 1443.0, + 594.0, + 1443.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 677.0, + 1433.0, + 686.0, + 1433.0, + 686.0, + 1443.0, + 677.0, + 1443.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 919.0, + 1427.0, + 929.0, + 1427.0, + 929.0, + 1440.0, + 919.0, + 1440.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 973.0, + 1435.0, + 986.0, + 1435.0, + 986.0, + 1452.0, + 973.0, + 1452.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1015.0, + 1419.0, + 1030.0, + 1419.0, + 1030.0, + 1437.0, + 1015.0, + 1437.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1249.0, + 1399.0, + 1354.0, + 1399.0, + 1354.0, + 1435.0, + 1249.0, + 1435.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 399.0, + 1442.0, + 444.0, + 1442.0, + 444.0, + 1474.0, + 399.0, + 1474.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 478.0, + 1444.0, + 519.0, + 1444.0, + 519.0, + 1471.0, + 478.0, + 1471.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 532.0, + 1444.0, + 574.0, + 1444.0, + 574.0, + 1471.0, + 532.0, + 1471.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 575.0, + 1444.0, + 618.0, + 1444.0, + 618.0, + 1471.0, + 575.0, + 1471.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 668.0, + 1444.0, + 691.0, + 1444.0, + 691.0, + 1471.0, + 668.0, + 1471.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 724.0, + 1447.0, + 743.0, + 1447.0, + 743.0, + 1469.0, + 724.0, + 1469.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 977.0, + 1383.0, + 1000.0, + 1383.0, + 1000.0, + 1416.0, + 977.0, + 1416.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 668.0, + 1495.0, + 1032.0, + 1495.0, + 1032.0, + 1539.0, + 668.0, + 1539.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 858.0, + 72.0, + 858.0, + 109.0, + 297.0, + 109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2086.0, + 870.0, + 2086.0, + 870.0, + 2125.0, + 832.0, + 2125.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 18, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 3, + "poly": [ + 350, + 560, + 1356, + 560, + 1356, + 1600, + 350, + 1600 + ], + "score": 0.97 + }, + { + "category_id": 4, + "poly": [ + 669, + 1638, + 1032, + 1638, + 1032, + 1674, + 669, + 1674 + ], + "score": 0.907 + }, + { + "category_id": 2, + "poly": [ + 297, + 75, + 859, + 75, + 859, + 106, + 297, + 106 + ], + "score": 0.899 + }, + { + "category_id": 2, + "poly": [ + 834, + 2088, + 866, + 2088, + 866, + 2113, + 834, + 2113 + ], + "score": 0.844 + }, + { + "category_id": 15, + "poly": [ + 411.0, + 575.0, + 454.0, + 575.0, + 454.0, + 600.0, + 411.0, + 600.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 505.0, + 575.0, + 548.0, + 575.0, + 548.0, + 600.0, + 505.0, + 600.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 599.0, + 575.0, + 641.0, + 575.0, + 641.0, + 600.0, + 599.0, + 600.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 691.0, + 575.0, + 735.0, + 575.0, + 735.0, + 600.0, + 691.0, + 600.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 786.0, + 575.0, + 829.0, + 575.0, + 829.0, + 600.0, + 786.0, + 600.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 880.0, + 575.0, + 922.0, + 575.0, + 922.0, + 600.0, + 880.0, + 600.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 976.0, + 575.0, + 1017.0, + 575.0, + 1017.0, + 600.0, + 976.0, + 600.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1070.0, + 575.0, + 1112.0, + 575.0, + 1112.0, + 600.0, + 1070.0, + 600.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1164.0, + 575.0, + 1206.0, + 575.0, + 1206.0, + 600.0, + 1164.0, + 600.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1258.0, + 575.0, + 1300.0, + 575.0, + 1300.0, + 600.0, + 1258.0, + 600.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 597.0, + 462.0, + 597.0, + 462.0, + 617.0, + 394.0, + 617.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 493.0, + 601.0, + 503.0, + 601.0, + 503.0, + 612.0, + 493.0, + 612.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 524.0, + 598.0, + 543.0, + 598.0, + 543.0, + 617.0, + 524.0, + 617.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 560.0, + 599.0, + 575.0, + 599.0, + 575.0, + 615.0, + 560.0, + 615.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 576.0, + 596.0, + 658.0, + 596.0, + 658.0, + 618.0, + 576.0, + 618.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 683.0, + 599.0, + 698.0, + 599.0, + 698.0, + 615.0, + 683.0, + 615.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 741.0, + 596.0, + 846.0, + 596.0, + 846.0, + 619.0, + 741.0, + 619.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 853.0, + 598.0, + 879.0, + 598.0, + 879.0, + 616.0, + 853.0, + 616.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 904.0, + 597.0, + 934.0, + 597.0, + 934.0, + 618.0, + 904.0, + 618.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 946.0, + 599.0, + 961.0, + 599.0, + 961.0, + 616.0, + 946.0, + 616.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1015.0, + 599.0, + 1031.0, + 599.0, + 1031.0, + 616.0, + 1015.0, + 616.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1058.0, + 597.0, + 1122.0, + 597.0, + 1122.0, + 617.0, + 1058.0, + 617.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1137.0, + 601.0, + 1147.0, + 601.0, + 1147.0, + 613.0, + 1137.0, + 613.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1177.0, + 598.0, + 1196.0, + 598.0, + 1196.0, + 617.0, + 1177.0, + 617.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1246.0, + 595.0, + 1326.0, + 595.0, + 1326.0, + 618.0, + 1246.0, + 618.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 615.0, + 386.0, + 615.0, + 386.0, + 635.0, + 350.0, + 635.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 588.0, + 626.0, + 597.0, + 626.0, + 597.0, + 636.0, + 588.0, + 636.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1265.0, + 626.0, + 1275.0, + 626.0, + 1275.0, + 635.0, + 1265.0, + 635.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1325.0, + 617.0, + 1358.0, + 617.0, + 1358.0, + 634.0, + 1325.0, + 634.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 351.0, + 648.0, + 385.0, + 648.0, + 385.0, + 668.0, + 351.0, + 668.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1325.0, + 648.0, + 1360.0, + 648.0, + 1360.0, + 668.0, + 1325.0, + 668.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 682.0, + 385.0, + 682.0, + 385.0, + 702.0, + 350.0, + 702.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1325.0, + 682.0, + 1360.0, + 682.0, + 1360.0, + 702.0, + 1325.0, + 702.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 711.0, + 462.0, + 711.0, + 462.0, + 731.0, + 393.0, + 731.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 444.0, + 739.0, + 479.0, + 739.0, + 479.0, + 756.0, + 444.0, + 756.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 773.0, + 743.0, + 812.0, + 743.0, + 812.0, + 769.0, + 773.0, + 769.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1324.0, + 737.0, + 1361.0, + 737.0, + 1361.0, + 758.0, + 1324.0, + 758.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 448.0, + 774.0, + 478.0, + 774.0, + 478.0, + 790.0, + 448.0, + 790.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1326.0, + 774.0, + 1358.0, + 774.0, + 1358.0, + 790.0, + 1326.0, + 790.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1327.0, + 810.0, + 1339.0, + 810.0, + 1339.0, + 821.0, + 1327.0, + 821.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 579.0, + 901.0, + 659.0, + 901.0, + 659.0, + 923.0, + 579.0, + 923.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 638.0, + 918.0, + 668.0, + 918.0, + 668.0, + 940.0, + 638.0, + 940.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1325.0, + 920.0, + 1351.0, + 920.0, + 1351.0, + 938.0, + 1325.0, + 938.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 623.0, + 943.0, + 669.0, + 943.0, + 669.0, + 965.0, + 623.0, + 965.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1326.0, + 946.0, + 1351.0, + 946.0, + 1351.0, + 962.0, + 1326.0, + 962.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 405.0, + 966.0, + 568.0, + 966.0, + 568.0, + 1004.0, + 405.0, + 1004.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 641.0, + 971.0, + 667.0, + 971.0, + 667.0, + 989.0, + 641.0, + 989.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1326.0, + 971.0, + 1351.0, + 971.0, + 1351.0, + 987.0, + 1326.0, + 987.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 685.0, + 1004.0, + 694.0, + 1004.0, + 694.0, + 1013.0, + 685.0, + 1013.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 745.0, + 1002.0, + 761.0, + 1002.0, + 761.0, + 1017.0, + 745.0, + 1017.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1329.0, + 1006.0, + 1338.0, + 1006.0, + 1338.0, + 1017.0, + 1329.0, + 1017.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 379.0, + 1012.0, + 485.0, + 1012.0, + 485.0, + 1049.0, + 379.0, + 1049.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 725.0, + 1035.0, + 742.0, + 1035.0, + 742.0, + 1048.0, + 725.0, + 1048.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 398.0, + 1051.0, + 534.0, + 1051.0, + 534.0, + 1097.0, + 398.0, + 1097.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 381.0, + 1066.0, + 405.0, + 1066.0, + 405.0, + 1085.0, + 381.0, + 1085.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 402.0, + 1097.0, + 526.0, + 1097.0, + 526.0, + 1139.0, + 402.0, + 1139.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 756.0, + 1097.0, + 812.0, + 1097.0, + 812.0, + 1113.0, + 756.0, + 1113.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 816.0, + 1095.0, + 843.0, + 1095.0, + 843.0, + 1113.0, + 816.0, + 1113.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 383.0, + 1111.0, + 399.0, + 1111.0, + 399.0, + 1126.0, + 383.0, + 1126.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 829.0, + 1113.0, + 854.0, + 1113.0, + 854.0, + 1131.0, + 829.0, + 1131.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1330.0, + 1119.0, + 1336.0, + 1119.0, + 1336.0, + 1125.0, + 1330.0, + 1125.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1337.0, + 1116.0, + 1348.0, + 1116.0, + 1348.0, + 1126.0, + 1337.0, + 1126.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 812.0, + 1132.0, + 822.0, + 1132.0, + 822.0, + 1143.0, + 812.0, + 1143.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 830.0, + 1148.0, + 853.0, + 1148.0, + 853.0, + 1161.0, + 830.0, + 1161.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1327.0, + 1148.0, + 1350.0, + 1148.0, + 1350.0, + 1161.0, + 1327.0, + 1161.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 833.0, + 1180.0, + 854.0, + 1180.0, + 854.0, + 1193.0, + 833.0, + 1193.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1326.0, + 1177.0, + 1351.0, + 1177.0, + 1351.0, + 1194.0, + 1326.0, + 1194.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 858.0, + 1194.0, + 878.0, + 1194.0, + 878.0, + 1207.0, + 858.0, + 1207.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 908.0, + 1192.0, + 932.0, + 1192.0, + 932.0, + 1208.0, + 908.0, + 1208.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 925.0, + 1214.0, + 948.0, + 1214.0, + 948.0, + 1232.0, + 925.0, + 1232.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1047.0, + 1226.0, + 1063.0, + 1226.0, + 1063.0, + 1234.0, + 1047.0, + 1234.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1326.0, + 1215.0, + 1351.0, + 1215.0, + 1351.0, + 1232.0, + 1326.0, + 1232.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 904.0, + 1230.0, + 916.0, + 1230.0, + 916.0, + 1239.0, + 904.0, + 1239.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 925.0, + 1268.0, + 950.0, + 1268.0, + 950.0, + 1284.0, + 925.0, + 1284.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1325.0, + 1268.0, + 1351.0, + 1268.0, + 1351.0, + 1284.0, + 1325.0, + 1284.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1017.0, + 1291.0, + 1027.0, + 1291.0, + 1027.0, + 1301.0, + 1017.0, + 1301.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 605.0, + 1302.0, + 624.0, + 1302.0, + 624.0, + 1325.0, + 605.0, + 1325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 677.0, + 1307.0, + 694.0, + 1307.0, + 694.0, + 1332.0, + 677.0, + 1332.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1033.0, + 1306.0, + 1041.0, + 1306.0, + 1041.0, + 1315.0, + 1033.0, + 1315.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1006.0, + 1317.0, + 1027.0, + 1317.0, + 1027.0, + 1356.0, + 1006.0, + 1356.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 555.0, + 1370.0, + 574.0, + 1370.0, + 574.0, + 1395.0, + 555.0, + 1395.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1059.0, + 1384.0, + 1089.0, + 1384.0, + 1089.0, + 1401.0, + 1059.0, + 1401.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1090.0, + 1382.0, + 1121.0, + 1382.0, + 1121.0, + 1403.0, + 1090.0, + 1403.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1110.0, + 1404.0, + 1140.0, + 1404.0, + 1140.0, + 1428.0, + 1110.0, + 1428.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1327.0, + 1408.0, + 1351.0, + 1408.0, + 1351.0, + 1424.0, + 1327.0, + 1424.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1089.0, + 1415.0, + 1109.0, + 1415.0, + 1109.0, + 1435.0, + 1089.0, + 1435.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 710.0, + 1430.0, + 729.0, + 1430.0, + 729.0, + 1455.0, + 710.0, + 1455.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1090.0, + 1429.0, + 1139.0, + 1429.0, + 1139.0, + 1461.0, + 1090.0, + 1461.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1337.0, + 1445.0, + 1346.0, + 1445.0, + 1346.0, + 1456.0, + 1337.0, + 1456.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 643.0, + 1450.0, + 662.0, + 1450.0, + 662.0, + 1474.0, + 643.0, + 1474.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1180.0, + 1480.0, + 1194.0, + 1480.0, + 1194.0, + 1497.0, + 1180.0, + 1497.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1137.0, + 1483.0, + 1146.0, + 1483.0, + 1146.0, + 1494.0, + 1137.0, + 1494.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1206.0, + 1493.0, + 1233.0, + 1493.0, + 1233.0, + 1516.0, + 1206.0, + 1516.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1323.0, + 1495.0, + 1350.0, + 1495.0, + 1350.0, + 1513.0, + 1323.0, + 1513.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1181.0, + 1513.0, + 1234.0, + 1513.0, + 1234.0, + 1550.0, + 1181.0, + 1550.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1325.0, + 1517.0, + 1354.0, + 1517.0, + 1354.0, + 1540.0, + 1325.0, + 1540.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1207.0, + 1541.0, + 1233.0, + 1541.0, + 1233.0, + 1559.0, + 1207.0, + 1559.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1325.0, + 1541.0, + 1351.0, + 1541.0, + 1351.0, + 1559.0, + 1325.0, + 1559.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1246.0, + 1572.0, + 1327.0, + 1572.0, + 1327.0, + 1594.0, + 1246.0, + 1594.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 694.0, + 1409.0, + 701.0, + 1409.0, + 701.0, + 1429.0, + 694.0, + 1429.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 668.0, + 1635.0, + 1030.0, + 1635.0, + 1030.0, + 1678.0, + 668.0, + 1678.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 858.0, + 72.0, + 858.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 828.0, + 2083.0, + 872.0, + 2083.0, + 872.0, + 2123.0, + 828.0, + 2123.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 19, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 3, + "poly": [ + 303, + 709, + 1392, + 709, + 1392, + 1473, + 303, + 1473 + ], + "score": 0.972 + }, + { + "category_id": 4, + "poly": [ + 669, + 1499, + 1032, + 1499, + 1032, + 1534, + 669, + 1534 + ], + "score": 0.913 + }, + { + "category_id": 2, + "poly": [ + 297, + 74, + 859, + 74, + 859, + 106, + 297, + 106 + ], + "score": 0.876 + }, + { + "category_id": 2, + "poly": [ + 834, + 2088, + 863, + 2088, + 863, + 2113, + 834, + 2113 + ], + "score": 0.771 + }, + { + "category_id": 15, + "poly": [ + 331.0, + 707.0, + 389.0, + 707.0, + 389.0, + 736.0, + 331.0, + 736.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 464.0, + 715.0, + 512.0, + 715.0, + 512.0, + 741.0, + 464.0, + 741.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 597.0, + 717.0, + 636.0, + 717.0, + 636.0, + 739.0, + 597.0, + 739.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 741.0, + 720.0, + 757.0, + 720.0, + 757.0, + 736.0, + 741.0, + 736.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 862.0, + 718.0, + 882.0, + 718.0, + 882.0, + 740.0, + 862.0, + 740.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 966.0, + 715.0, + 1009.0, + 715.0, + 1009.0, + 742.0, + 966.0, + 742.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1093.0, + 715.0, + 1132.0, + 715.0, + 1132.0, + 741.0, + 1093.0, + 741.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1215.0, + 715.0, + 1255.0, + 715.0, + 1255.0, + 741.0, + 1215.0, + 741.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1339.0, + 715.0, + 1380.0, + 715.0, + 1380.0, + 741.0, + 1339.0, + 741.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 302.0, + 753.0, + 331.0, + 753.0, + 331.0, + 821.0, + 302.0, + 821.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 341.0, + 777.0, + 392.0, + 777.0, + 392.0, + 807.0, + 341.0, + 807.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 473.0, + 830.0, + 483.0, + 830.0, + 483.0, + 841.0, + 473.0, + 841.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1302.0, + 826.0, + 1320.0, + 826.0, + 1320.0, + 856.0, + 1302.0, + 856.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 367.0, + 849.0, + 386.0, + 849.0, + 386.0, + 873.0, + 367.0, + 873.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 421.0, + 863.0, + 430.0, + 863.0, + 430.0, + 874.0, + 421.0, + 874.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 904.0, + 864.0, + 914.0, + 864.0, + 914.0, + 875.0, + 904.0, + 875.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 986.0, + 863.0, + 997.0, + 863.0, + 997.0, + 875.0, + 986.0, + 875.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1036.0, + 863.0, + 1047.0, + 863.0, + 1047.0, + 874.0, + 1036.0, + 874.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1167.0, + 864.0, + 1177.0, + 864.0, + 1177.0, + 874.0, + 1167.0, + 874.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1218.0, + 863.0, + 1228.0, + 863.0, + 1228.0, + 874.0, + 1218.0, + 874.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1285.0, + 864.0, + 1295.0, + 864.0, + 1295.0, + 874.0, + 1285.0, + 874.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 400.0, + 874.0, + 551.0, + 874.0, + 551.0, + 902.0, + 400.0, + 902.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 601.0, + 869.0, + 682.0, + 869.0, + 682.0, + 907.0, + 601.0, + 907.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 715.0, + 871.0, + 758.0, + 871.0, + 758.0, + 904.0, + 715.0, + 904.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 787.0, + 873.0, + 831.0, + 873.0, + 831.0, + 903.0, + 787.0, + 903.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 840.0, + 873.0, + 885.0, + 873.0, + 885.0, + 904.0, + 840.0, + 904.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 897.0, + 874.0, + 921.0, + 874.0, + 921.0, + 901.0, + 897.0, + 901.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 980.0, + 874.0, + 1004.0, + 874.0, + 1004.0, + 902.0, + 980.0, + 902.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1018.0, + 871.0, + 1064.0, + 871.0, + 1064.0, + 903.0, + 1018.0, + 903.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1075.0, + 869.0, + 1122.0, + 869.0, + 1122.0, + 906.0, + 1075.0, + 906.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1152.0, + 871.0, + 1196.0, + 871.0, + 1196.0, + 903.0, + 1152.0, + 903.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1202.0, + 874.0, + 1243.0, + 874.0, + 1243.0, + 902.0, + 1202.0, + 902.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1279.0, + 875.0, + 1298.0, + 875.0, + 1298.0, + 901.0, + 1279.0, + 901.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1343.0, + 874.0, + 1366.0, + 874.0, + 1366.0, + 903.0, + 1343.0, + 903.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 340.0, + 897.0, + 399.0, + 897.0, + 399.0, + 928.0, + 340.0, + 928.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 472.0, + 906.0, + 513.0, + 906.0, + 513.0, + 931.0, + 472.0, + 931.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 582.0, + 912.0, + 591.0, + 912.0, + 591.0, + 922.0, + 582.0, + 922.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 595.0, + 906.0, + 638.0, + 906.0, + 638.0, + 933.0, + 595.0, + 933.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 722.0, + 908.0, + 760.0, + 908.0, + 760.0, + 930.0, + 722.0, + 930.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 844.0, + 906.0, + 885.0, + 906.0, + 885.0, + 931.0, + 844.0, + 931.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 968.0, + 904.0, + 1009.0, + 904.0, + 1009.0, + 933.0, + 968.0, + 933.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1089.0, + 903.0, + 1134.0, + 903.0, + 1134.0, + 934.0, + 1089.0, + 934.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1213.0, + 903.0, + 1257.0, + 903.0, + 1257.0, + 935.0, + 1213.0, + 935.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1337.0, + 903.0, + 1381.0, + 903.0, + 1381.0, + 934.0, + 1337.0, + 934.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 310.0, + 945.0, + 340.0, + 945.0, + 340.0, + 1010.0, + 310.0, + 1010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 409.0, + 952.0, + 423.0, + 952.0, + 423.0, + 968.0, + 409.0, + 968.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 967.0, + 398.0, + 967.0, + 398.0, + 998.0, + 350.0, + 998.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 829.0, + 1023.0, + 838.0, + 1023.0, + 838.0, + 1033.0, + 829.0, + 1033.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 840.0, + 1009.0, + 862.0, + 1009.0, + 862.0, + 1030.0, + 840.0, + 1030.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1334.0, + 1006.0, + 1344.0, + 1006.0, + 1344.0, + 1017.0, + 1334.0, + 1017.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 377.0, + 1039.0, + 395.0, + 1039.0, + 395.0, + 1062.0, + 377.0, + 1062.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 689.0, + 1054.0, + 699.0, + 1054.0, + 699.0, + 1063.0, + 689.0, + 1063.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 787.0, + 1028.0, + 812.0, + 1028.0, + 812.0, + 1047.0, + 787.0, + 1047.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1039.0, + 1036.0, + 1059.0, + 1036.0, + 1059.0, + 1051.0, + 1039.0, + 1051.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 433.0, + 1063.0, + 457.0, + 1063.0, + 457.0, + 1092.0, + 433.0, + 1092.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 498.0, + 1065.0, + 518.0, + 1065.0, + 518.0, + 1091.0, + 498.0, + 1091.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 539.0, + 1064.0, + 563.0, + 1064.0, + 563.0, + 1091.0, + 539.0, + 1091.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 626.0, + 1064.0, + 649.0, + 1064.0, + 649.0, + 1092.0, + 626.0, + 1092.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 673.0, + 1062.0, + 716.0, + 1062.0, + 716.0, + 1093.0, + 673.0, + 1093.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 726.0, + 1062.0, + 772.0, + 1062.0, + 772.0, + 1093.0, + 726.0, + 1093.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 781.0, + 1064.0, + 805.0, + 1064.0, + 805.0, + 1091.0, + 781.0, + 1091.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 874.0, + 1060.0, + 999.0, + 1060.0, + 999.0, + 1092.0, + 874.0, + 1092.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1012.0, + 1063.0, + 1156.0, + 1063.0, + 1156.0, + 1091.0, + 1012.0, + 1091.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1174.0, + 1066.0, + 1194.0, + 1066.0, + 1194.0, + 1089.0, + 1174.0, + 1089.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1212.0, + 1064.0, + 1236.0, + 1064.0, + 1236.0, + 1091.0, + 1212.0, + 1091.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1246.0, + 1060.0, + 1366.0, + 1060.0, + 1366.0, + 1092.0, + 1246.0, + 1092.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 340.0, + 1087.0, + 398.0, + 1087.0, + 398.0, + 1117.0, + 340.0, + 1117.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 480.0, + 1102.0, + 509.0, + 1102.0, + 509.0, + 1116.0, + 480.0, + 1116.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 617.0, + 1102.0, + 633.0, + 1102.0, + 633.0, + 1116.0, + 617.0, + 1116.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 720.0, + 1096.0, + 761.0, + 1096.0, + 761.0, + 1122.0, + 720.0, + 1122.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 845.0, + 1097.0, + 878.0, + 1097.0, + 878.0, + 1120.0, + 845.0, + 1120.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 968.0, + 1095.0, + 1007.0, + 1095.0, + 1007.0, + 1123.0, + 968.0, + 1123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1091.0, + 1095.0, + 1132.0, + 1095.0, + 1132.0, + 1122.0, + 1091.0, + 1122.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1214.0, + 1095.0, + 1256.0, + 1095.0, + 1256.0, + 1122.0, + 1214.0, + 1122.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1340.0, + 1095.0, + 1380.0, + 1095.0, + 1380.0, + 1122.0, + 1340.0, + 1122.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 311.0, + 1134.0, + 340.0, + 1134.0, + 340.0, + 1199.0, + 311.0, + 1199.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 351.0, + 1155.0, + 398.0, + 1155.0, + 398.0, + 1187.0, + 351.0, + 1187.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 377.0, + 1230.0, + 395.0, + 1230.0, + 395.0, + 1252.0, + 377.0, + 1252.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 792.0, + 1244.0, + 802.0, + 1244.0, + 802.0, + 1253.0, + 792.0, + 1253.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 966.0, + 1243.0, + 976.0, + 1243.0, + 976.0, + 1254.0, + 966.0, + 1254.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 980.0, + 1225.0, + 994.0, + 1225.0, + 994.0, + 1241.0, + 980.0, + 1241.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1023.0, + 1243.0, + 1033.0, + 1243.0, + 1033.0, + 1253.0, + 1023.0, + 1253.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1241.0, + 1244.0, + 1248.0, + 1244.0, + 1248.0, + 1251.0, + 1241.0, + 1251.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 1251.0, + 523.0, + 1251.0, + 523.0, + 1284.0, + 394.0, + 1284.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 543.0, + 1251.0, + 587.0, + 1251.0, + 587.0, + 1284.0, + 543.0, + 1284.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 606.0, + 1252.0, + 677.0, + 1252.0, + 677.0, + 1284.0, + 606.0, + 1284.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 730.0, + 1254.0, + 753.0, + 1254.0, + 753.0, + 1282.0, + 730.0, + 1282.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 786.0, + 1257.0, + 807.0, + 1257.0, + 807.0, + 1280.0, + 786.0, + 1280.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 1254.0, + 862.0, + 1254.0, + 862.0, + 1281.0, + 839.0, + 1281.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 922.0, + 1257.0, + 942.0, + 1257.0, + 942.0, + 1280.0, + 922.0, + 1280.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 961.0, + 1257.0, + 981.0, + 1257.0, + 981.0, + 1280.0, + 961.0, + 1280.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 997.0, + 1253.0, + 1042.0, + 1253.0, + 1042.0, + 1284.0, + 997.0, + 1284.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1074.0, + 1254.0, + 1098.0, + 1254.0, + 1098.0, + 1282.0, + 1074.0, + 1282.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1146.0, + 1252.0, + 1271.0, + 1252.0, + 1271.0, + 1284.0, + 1146.0, + 1284.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1282.0, + 1254.0, + 1324.0, + 1254.0, + 1324.0, + 1281.0, + 1282.0, + 1281.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1339.0, + 1252.0, + 1384.0, + 1252.0, + 1384.0, + 1284.0, + 1339.0, + 1284.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 340.0, + 1275.0, + 398.0, + 1275.0, + 398.0, + 1309.0, + 340.0, + 1309.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 473.0, + 1285.0, + 513.0, + 1285.0, + 513.0, + 1312.0, + 473.0, + 1312.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 596.0, + 1285.0, + 637.0, + 1285.0, + 637.0, + 1312.0, + 596.0, + 1312.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 720.0, + 1287.0, + 754.0, + 1287.0, + 754.0, + 1306.0, + 720.0, + 1306.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 928.0, + 1296.0, + 949.0, + 1296.0, + 949.0, + 1318.0, + 928.0, + 1318.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 311.0, + 1324.0, + 340.0, + 1324.0, + 340.0, + 1390.0, + 311.0, + 1390.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 351.0, + 1346.0, + 398.0, + 1346.0, + 398.0, + 1377.0, + 351.0, + 1377.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 940.0, + 1346.0, + 955.0, + 1346.0, + 955.0, + 1363.0, + 940.0, + 1363.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 961.0, + 1312.0, + 994.0, + 1312.0, + 994.0, + 1359.0, + 961.0, + 1359.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1013.0, + 1338.0, + 1027.0, + 1338.0, + 1027.0, + 1355.0, + 1013.0, + 1355.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1249.0, + 1316.0, + 1388.0, + 1316.0, + 1388.0, + 1376.0, + 1249.0, + 1376.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 928.0, + 1387.0, + 942.0, + 1387.0, + 942.0, + 1404.0, + 928.0, + 1404.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1029.0, + 1385.0, + 1061.0, + 1385.0, + 1061.0, + 1413.0, + 1029.0, + 1413.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1248.0, + 1369.0, + 1358.0, + 1369.0, + 1358.0, + 1404.0, + 1248.0, + 1404.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1052.0, + 1411.0, + 1063.0, + 1411.0, + 1063.0, + 1424.0, + 1052.0, + 1424.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1249.0, + 1399.0, + 1354.0, + 1399.0, + 1354.0, + 1435.0, + 1249.0, + 1435.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 377.0, + 1420.0, + 395.0, + 1420.0, + 395.0, + 1442.0, + 377.0, + 1442.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 493.0, + 1433.0, + 503.0, + 1433.0, + 503.0, + 1443.0, + 493.0, + 1443.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 548.0, + 1432.0, + 558.0, + 1432.0, + 558.0, + 1443.0, + 548.0, + 1443.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 594.0, + 1432.0, + 605.0, + 1432.0, + 605.0, + 1443.0, + 594.0, + 1443.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 677.0, + 1433.0, + 686.0, + 1433.0, + 686.0, + 1443.0, + 677.0, + 1443.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 399.0, + 1442.0, + 444.0, + 1442.0, + 444.0, + 1474.0, + 399.0, + 1474.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 478.0, + 1444.0, + 519.0, + 1444.0, + 519.0, + 1471.0, + 478.0, + 1471.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 532.0, + 1443.0, + 620.0, + 1443.0, + 620.0, + 1473.0, + 532.0, + 1473.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 668.0, + 1444.0, + 691.0, + 1444.0, + 691.0, + 1471.0, + 668.0, + 1471.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 724.0, + 1447.0, + 743.0, + 1447.0, + 743.0, + 1469.0, + 724.0, + 1469.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 669.0, + 1496.0, + 1031.0, + 1496.0, + 1031.0, + 1537.0, + 669.0, + 1537.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 858.0, + 72.0, + 858.0, + 109.0, + 297.0, + 109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 830.0, + 2085.0, + 868.0, + 2085.0, + 868.0, + 2124.0, + 830.0, + 2124.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 20, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 3, + "poly": [ + 351, + 558, + 1363, + 558, + 1363, + 1615, + 351, + 1615 + ], + "score": 0.968 + }, + { + "category_id": 4, + "poly": [ + 669, + 1638, + 1032, + 1638, + 1032, + 1674, + 669, + 1674 + ], + "score": 0.907 + }, + { + "category_id": 2, + "poly": [ + 297, + 75, + 859, + 75, + 859, + 106, + 297, + 106 + ], + "score": 0.898 + }, + { + "category_id": 2, + "poly": [ + 834, + 2087, + 865, + 2087, + 865, + 2113, + 834, + 2113 + ], + "score": 0.774 + }, + { + "category_id": 2, + "poly": [ + 834, + 2087, + 865, + 2087, + 865, + 2114, + 834, + 2114 + ], + "score": 0.219 + }, + { + "category_id": 15, + "poly": [ + 400.0, + 572.0, + 442.0, + 572.0, + 442.0, + 598.0, + 400.0, + 598.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 496.0, + 572.0, + 539.0, + 572.0, + 539.0, + 598.0, + 496.0, + 598.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 592.0, + 572.0, + 635.0, + 572.0, + 635.0, + 598.0, + 592.0, + 598.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 687.0, + 572.0, + 731.0, + 572.0, + 731.0, + 598.0, + 687.0, + 598.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 784.0, + 572.0, + 826.0, + 572.0, + 826.0, + 598.0, + 784.0, + 598.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 880.0, + 573.0, + 922.0, + 573.0, + 922.0, + 600.0, + 880.0, + 600.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 975.0, + 574.0, + 1017.0, + 574.0, + 1017.0, + 597.0, + 975.0, + 597.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1070.0, + 571.0, + 1116.0, + 571.0, + 1116.0, + 601.0, + 1070.0, + 601.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1167.0, + 572.0, + 1210.0, + 572.0, + 1210.0, + 598.0, + 1167.0, + 598.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1264.0, + 572.0, + 1306.0, + 572.0, + 1306.0, + 598.0, + 1264.0, + 598.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 380.0, + 594.0, + 496.0, + 594.0, + 496.0, + 616.0, + 380.0, + 616.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 507.0, + 594.0, + 538.0, + 594.0, + 538.0, + 616.0, + 507.0, + 616.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 543.0, + 591.0, + 590.0, + 591.0, + 590.0, + 618.0, + 543.0, + 618.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 614.0, + 595.0, + 633.0, + 595.0, + 633.0, + 616.0, + 614.0, + 616.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 662.0, + 594.0, + 693.0, + 594.0, + 693.0, + 616.0, + 662.0, + 616.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 704.0, + 591.0, + 737.0, + 591.0, + 737.0, + 618.0, + 704.0, + 618.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 765.0, + 592.0, + 857.0, + 592.0, + 857.0, + 616.0, + 765.0, + 616.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 882.0, + 594.0, + 900.0, + 594.0, + 900.0, + 616.0, + 882.0, + 616.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 932.0, + 596.0, + 947.0, + 596.0, + 947.0, + 613.0, + 932.0, + 613.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 980.0, + 596.0, + 995.0, + 596.0, + 995.0, + 615.0, + 980.0, + 615.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1028.0, + 592.0, + 1130.0, + 592.0, + 1130.0, + 616.0, + 1028.0, + 616.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1145.0, + 592.0, + 1218.0, + 592.0, + 1218.0, + 616.0, + 1145.0, + 616.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1262.0, + 594.0, + 1293.0, + 594.0, + 1293.0, + 616.0, + 1262.0, + 616.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1298.0, + 594.0, + 1329.0, + 594.0, + 1329.0, + 615.0, + 1298.0, + 615.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 349.0, + 629.0, + 373.0, + 629.0, + 373.0, + 647.0, + 349.0, + 647.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1332.0, + 629.0, + 1358.0, + 629.0, + 1358.0, + 647.0, + 1332.0, + 647.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 854.0, + 662.0, + 874.0, + 662.0, + 874.0, + 701.0, + 854.0, + 701.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 349.0, + 695.0, + 375.0, + 695.0, + 375.0, + 712.0, + 349.0, + 712.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1335.0, + 697.0, + 1357.0, + 697.0, + 1357.0, + 709.0, + 1335.0, + 709.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 429.0, + 707.0, + 472.0, + 707.0, + 472.0, + 746.0, + 429.0, + 746.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 381.0, + 710.0, + 451.0, + 710.0, + 451.0, + 731.0, + 381.0, + 731.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 856.0, + 723.0, + 880.0, + 723.0, + 880.0, + 771.0, + 856.0, + 771.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1111.0, + 723.0, + 1123.0, + 723.0, + 1123.0, + 733.0, + 1111.0, + 733.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1330.0, + 723.0, + 1366.0, + 723.0, + 1366.0, + 743.0, + 1330.0, + 743.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 410.0, + 742.0, + 471.0, + 742.0, + 471.0, + 783.0, + 410.0, + 783.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1330.0, + 749.0, + 1367.0, + 749.0, + 1367.0, + 771.0, + 1330.0, + 771.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 434.0, + 774.0, + 470.0, + 774.0, + 470.0, + 796.0, + 434.0, + 796.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1330.0, + 774.0, + 1367.0, + 774.0, + 1367.0, + 796.0, + 1330.0, + 796.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 469.0, + 808.0, + 499.0, + 808.0, + 499.0, + 830.0, + 469.0, + 830.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 509.0, + 807.0, + 578.0, + 807.0, + 578.0, + 829.0, + 509.0, + 829.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1330.0, + 806.0, + 1361.0, + 806.0, + 1361.0, + 827.0, + 1330.0, + 827.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 517.0, + 843.0, + 536.0, + 843.0, + 536.0, + 865.0, + 517.0, + 865.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 537.0, + 844.0, + 568.0, + 844.0, + 568.0, + 866.0, + 537.0, + 866.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1332.0, + 843.0, + 1360.0, + 843.0, + 1360.0, + 866.0, + 1332.0, + 866.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 592.0, + 871.0, + 608.0, + 871.0, + 608.0, + 888.0, + 592.0, + 888.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 857.0, + 868.0, + 877.0, + 868.0, + 877.0, + 903.0, + 857.0, + 903.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 538.0, + 883.0, + 567.0, + 883.0, + 567.0, + 905.0, + 538.0, + 905.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1113.0, + 888.0, + 1123.0, + 888.0, + 1123.0, + 900.0, + 1113.0, + 900.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1330.0, + 883.0, + 1360.0, + 883.0, + 1360.0, + 905.0, + 1330.0, + 905.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 572.0, + 909.0, + 586.0, + 909.0, + 586.0, + 925.0, + 572.0, + 925.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 617.0, + 909.0, + 632.0, + 909.0, + 632.0, + 925.0, + 617.0, + 925.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 622.0, + 937.0, + 662.0, + 937.0, + 662.0, + 979.0, + 622.0, + 979.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1334.0, + 939.0, + 1347.0, + 939.0, + 1347.0, + 955.0, + 1334.0, + 955.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 403.0, + 966.0, + 569.0, + 966.0, + 569.0, + 1003.0, + 403.0, + 1003.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 694.0, + 973.0, + 706.0, + 973.0, + 706.0, + 983.0, + 694.0, + 983.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 765.0, + 964.0, + 773.0, + 964.0, + 773.0, + 978.0, + 765.0, + 978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 867.0, + 971.0, + 873.0, + 971.0, + 873.0, + 977.0, + 867.0, + 977.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 647.0, + 985.0, + 663.0, + 985.0, + 663.0, + 1000.0, + 647.0, + 1000.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 690.0, + 990.0, + 701.0, + 990.0, + 701.0, + 1001.0, + 690.0, + 1001.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1334.0, + 988.0, + 1343.0, + 988.0, + 1343.0, + 999.0, + 1334.0, + 999.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 384.0, + 1009.0, + 487.0, + 1009.0, + 487.0, + 1050.0, + 384.0, + 1050.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 662.0, + 1003.0, + 693.0, + 1003.0, + 693.0, + 1025.0, + 662.0, + 1025.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 706.0, + 1003.0, + 736.0, + 1003.0, + 736.0, + 1025.0, + 706.0, + 1025.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 857.0, + 1017.0, + 877.0, + 1017.0, + 877.0, + 1052.0, + 857.0, + 1052.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 707.0, + 1032.0, + 759.0, + 1032.0, + 759.0, + 1056.0, + 707.0, + 1056.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 765.0, + 1033.0, + 773.0, + 1033.0, + 773.0, + 1044.0, + 765.0, + 1044.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1332.0, + 1033.0, + 1358.0, + 1033.0, + 1358.0, + 1052.0, + 1332.0, + 1052.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 402.0, + 1055.0, + 532.0, + 1055.0, + 532.0, + 1095.0, + 402.0, + 1095.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 710.0, + 1059.0, + 726.0, + 1059.0, + 726.0, + 1074.0, + 710.0, + 1074.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 384.0, + 1068.0, + 400.0, + 1068.0, + 400.0, + 1082.0, + 384.0, + 1082.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 732.0, + 1079.0, + 758.0, + 1079.0, + 758.0, + 1097.0, + 732.0, + 1097.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 841.0, + 1091.0, + 847.0, + 1091.0, + 847.0, + 1097.0, + 841.0, + 1097.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1332.0, + 1079.0, + 1359.0, + 1079.0, + 1359.0, + 1097.0, + 1332.0, + 1097.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 403.0, + 1097.0, + 527.0, + 1097.0, + 527.0, + 1141.0, + 403.0, + 1141.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 767.0, + 1102.0, + 856.0, + 1102.0, + 856.0, + 1125.0, + 767.0, + 1125.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1332.0, + 1105.0, + 1360.0, + 1105.0, + 1360.0, + 1126.0, + 1332.0, + 1126.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 801.0, + 1135.0, + 853.0, + 1135.0, + 853.0, + 1176.0, + 801.0, + 1176.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1332.0, + 1137.0, + 1360.0, + 1137.0, + 1360.0, + 1159.0, + 1332.0, + 1159.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 828.0, + 1170.0, + 853.0, + 1170.0, + 853.0, + 1188.0, + 828.0, + 1188.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 855.0, + 1168.0, + 886.0, + 1168.0, + 886.0, + 1200.0, + 855.0, + 1200.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 954.0, + 1174.0, + 972.0, + 1174.0, + 972.0, + 1197.0, + 954.0, + 1197.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1111.0, + 1178.0, + 1130.0, + 1178.0, + 1130.0, + 1197.0, + 1111.0, + 1197.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1332.0, + 1170.0, + 1358.0, + 1170.0, + 1358.0, + 1188.0, + 1332.0, + 1188.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 882.0, + 1200.0, + 900.0, + 1200.0, + 900.0, + 1220.0, + 882.0, + 1220.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 931.0, + 1201.0, + 952.0, + 1201.0, + 952.0, + 1221.0, + 931.0, + 1221.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1334.0, + 1205.0, + 1347.0, + 1205.0, + 1347.0, + 1220.0, + 1334.0, + 1220.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 904.0, + 1230.0, + 934.0, + 1230.0, + 934.0, + 1274.0, + 904.0, + 1274.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 935.0, + 1253.0, + 949.0, + 1253.0, + 949.0, + 1268.0, + 935.0, + 1268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1336.0, + 1256.0, + 1346.0, + 1256.0, + 1346.0, + 1266.0, + 1336.0, + 1266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 548.0, + 1276.0, + 562.0, + 1276.0, + 562.0, + 1294.0, + 548.0, + 1294.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 952.0, + 1267.0, + 983.0, + 1267.0, + 983.0, + 1296.0, + 952.0, + 1296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1103.0, + 1266.0, + 1140.0, + 1266.0, + 1140.0, + 1299.0, + 1103.0, + 1299.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1297.0, + 1272.0, + 1323.0, + 1272.0, + 1323.0, + 1295.0, + 1297.0, + 1295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 616.0, + 1293.0, + 635.0, + 1293.0, + 635.0, + 1318.0, + 616.0, + 1318.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 980.0, + 1300.0, + 995.0, + 1300.0, + 995.0, + 1315.0, + 980.0, + 1315.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1032.0, + 1300.0, + 1046.0, + 1300.0, + 1046.0, + 1315.0, + 1032.0, + 1315.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1336.0, + 1302.0, + 1345.0, + 1302.0, + 1345.0, + 1312.0, + 1336.0, + 1312.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 666.0, + 1331.0, + 684.0, + 1331.0, + 684.0, + 1353.0, + 666.0, + 1353.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1004.0, + 1331.0, + 1031.0, + 1331.0, + 1031.0, + 1371.0, + 1004.0, + 1371.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1032.0, + 1352.0, + 1046.0, + 1352.0, + 1046.0, + 1367.0, + 1032.0, + 1367.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1101.0, + 1364.0, + 1140.0, + 1364.0, + 1140.0, + 1397.0, + 1101.0, + 1397.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1045.0, + 1395.0, + 1104.0, + 1395.0, + 1104.0, + 1416.0, + 1045.0, + 1416.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1099.0, + 1397.0, + 1129.0, + 1397.0, + 1129.0, + 1414.0, + 1099.0, + 1414.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 542.0, + 1408.0, + 556.0, + 1408.0, + 556.0, + 1424.0, + 542.0, + 1424.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 683.0, + 1405.0, + 734.0, + 1405.0, + 734.0, + 1440.0, + 683.0, + 1440.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1113.0, + 1412.0, + 1142.0, + 1412.0, + 1142.0, + 1434.0, + 1113.0, + 1434.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1334.0, + 1414.0, + 1358.0, + 1414.0, + 1358.0, + 1432.0, + 1334.0, + 1432.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 662.0, + 1424.0, + 676.0, + 1424.0, + 676.0, + 1443.0, + 662.0, + 1443.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 724.0, + 1440.0, + 737.0, + 1440.0, + 737.0, + 1456.0, + 724.0, + 1456.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1091.0, + 1428.0, + 1112.0, + 1428.0, + 1112.0, + 1467.0, + 1091.0, + 1467.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1115.0, + 1443.0, + 1141.0, + 1443.0, + 1141.0, + 1461.0, + 1115.0, + 1461.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1332.0, + 1443.0, + 1359.0, + 1443.0, + 1359.0, + 1461.0, + 1332.0, + 1461.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1115.0, + 1470.0, + 1143.0, + 1470.0, + 1143.0, + 1491.0, + 1115.0, + 1491.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1332.0, + 1470.0, + 1361.0, + 1470.0, + 1361.0, + 1491.0, + 1332.0, + 1491.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1147.0, + 1493.0, + 1185.0, + 1493.0, + 1185.0, + 1513.0, + 1147.0, + 1513.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1177.0, + 1493.0, + 1216.0, + 1493.0, + 1216.0, + 1514.0, + 1177.0, + 1514.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1177.0, + 1522.0, + 1240.0, + 1522.0, + 1240.0, + 1566.0, + 1177.0, + 1566.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1330.0, + 1522.0, + 1367.0, + 1522.0, + 1367.0, + 1543.0, + 1330.0, + 1543.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1202.0, + 1558.0, + 1239.0, + 1558.0, + 1239.0, + 1579.0, + 1202.0, + 1579.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1330.0, + 1558.0, + 1367.0, + 1558.0, + 1367.0, + 1579.0, + 1330.0, + 1579.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1264.0, + 1590.0, + 1291.0, + 1590.0, + 1291.0, + 1608.0, + 1264.0, + 1608.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1300.0, + 1590.0, + 1328.0, + 1590.0, + 1328.0, + 1608.0, + 1300.0, + 1608.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 602.0, + 1322.5, + 628.0, + 1322.5, + 628.0, + 1339.0, + 602.0, + 1339.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 668.0, + 1635.0, + 1030.0, + 1635.0, + 1030.0, + 1678.0, + 668.0, + 1678.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 858.0, + 72.0, + 858.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 829.0, + 2084.0, + 871.0, + 2084.0, + 871.0, + 2126.0, + 829.0, + 2126.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 829.0, + 2084.0, + 871.0, + 2084.0, + 871.0, + 2125.0, + 829.0, + 2125.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 21, + "width": 1700, + "height": 2200 + } + } +] \ No newline at end of file diff --git a/parse/train/Syx9ET4YPB/Syx9ET4YPB_middle.json b/parse/train/Syx9ET4YPB/Syx9ET4YPB_middle.json new file mode 100644 index 0000000000000000000000000000000000000000..ed5a8618aaa34352e54073f3051bf33336541d9a --- /dev/null +++ b/parse/train/Syx9ET4YPB/Syx9ET4YPB_middle.json @@ -0,0 +1,36322 @@ +{ + "pdf_info": [ + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 108, + 78, + 503, + 96 + ], + "lines": [ + { + "bbox": [ + 105, + 77, + 506, + 98 + ], + "spans": [ + { + "bbox": [ + 105, + 77, + 506, + 98 + ], + "score": 1.0, + "content": "DO IMAGE CLASSIFIERS GENERALIZE ACROSS TIME?", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 112, + 115, + 244, + 137 + ], + "lines": [ + { + "bbox": [ + 113, + 116, + 201, + 127 + ], + "spans": [ + { + "bbox": [ + 113, + 116, + 201, + 127 + ], + "score": 1.0, + "content": "Anonymous authors", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 112, + 126, + 245, + 138 + ], + "spans": [ + { + "bbox": [ + 112, + 126, + 245, + 138 + ], + "score": 1.0, + "content": "Paper under double-blind review", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1.5 + }, + { + "type": "title", + "bbox": [ + 278, + 166, + 333, + 179 + ], + "lines": [ + { + "bbox": [ + 276, + 165, + 336, + 181 + ], + "spans": [ + { + "bbox": [ + 276, + 165, + 336, + 181 + ], + "score": 1.0, + "content": "ABSTRACT", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + }, + { + "type": "text", + "bbox": [ + 143, + 187, + 468, + 330 + ], + "lines": [ + { + "bbox": [ + 142, + 188, + 469, + 200 + ], + "spans": [ + { + "bbox": [ + 142, + 188, + 469, + 200 + ], + "score": 1.0, + "content": "We study the robustness of image classifiers to temporal perturbations derived", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 141, + 198, + 469, + 211 + ], + "spans": [ + { + "bbox": [ + 141, + 198, + 469, + 211 + ], + "score": 1.0, + "content": "from videos. As part of this study, we construct ImageNet-Vid-Robust", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 141, + 210, + 470, + 222 + ], + "spans": [ + { + "bbox": [ + 141, + 210, + 470, + 222 + ], + "score": 1.0, + "content": "and YTBB-Robust, containing a total 57,897 images grouped into 3,139 sets", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 142, + 221, + 469, + 232 + ], + "spans": [ + { + "bbox": [ + 142, + 221, + 469, + 232 + ], + "score": 1.0, + "content": "of perceptually similar images. Our datasets were derived from ImageNet-Vid", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 141, + 231, + 470, + 244 + ], + "spans": [ + { + "bbox": [ + 141, + 231, + 470, + 244 + ], + "score": 1.0, + "content": "and Youtube-BB respectively and thoroughly re-annotated by human experts for", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 142, + 243, + 470, + 254 + ], + "spans": [ + { + "bbox": [ + 142, + 243, + 470, + 254 + ], + "score": 1.0, + "content": "image similarity. We evaluate a diverse array of classifiers pre-trained on ImageNet", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 141, + 253, + 470, + 266 + ], + "spans": [ + { + "bbox": [ + 141, + 253, + 470, + 266 + ], + "score": 1.0, + "content": "and show a median classification accuracy drop of 16 and 10 percent on our two", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 142, + 265, + 470, + 276 + ], + "spans": [ + { + "bbox": [ + 142, + 265, + 470, + 276 + ], + "score": 1.0, + "content": "datasets. Additionally, we evaluate three detection models and show that natural", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 141, + 275, + 470, + 288 + ], + "spans": [ + { + "bbox": [ + 141, + 275, + 470, + 288 + ], + "score": 1.0, + "content": "perturbations induce both classification as well as localization errors, leading", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 141, + 287, + 469, + 298 + ], + "spans": [ + { + "bbox": [ + 141, + 287, + 469, + 298 + ], + "score": 1.0, + "content": "to a median drop in detection mAP of 14 points. Our analysis demonstrates", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 141, + 297, + 469, + 309 + ], + "spans": [ + { + "bbox": [ + 141, + 297, + 469, + 309 + ], + "score": 1.0, + "content": "that perturbations occurring naturally in videos pose a substantial and realistic", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 141, + 308, + 469, + 321 + ], + "spans": [ + { + "bbox": [ + 141, + 308, + 469, + 321 + ], + "score": 1.0, + "content": "challenge to deploying convolutional neural networks in environments that require", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 141, + 318, + 310, + 331 + ], + "spans": [ + { + "bbox": [ + 141, + 318, + 310, + 331 + ], + "score": 1.0, + "content": "both reliable and low-latency predictions.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 10 + }, + { + "type": "title", + "bbox": [ + 108, + 349, + 206, + 361 + ], + "lines": [ + { + "bbox": [ + 105, + 347, + 208, + 364 + ], + "spans": [ + { + "bbox": [ + 105, + 347, + 208, + 364 + ], + "score": 1.0, + "content": "1 INTRODUCTION", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17 + }, + { + "type": "text", + "bbox": [ + 107, + 375, + 505, + 430 + ], + "lines": [ + { + "bbox": [ + 106, + 375, + 506, + 387 + ], + "spans": [ + { + "bbox": [ + 106, + 375, + 506, + 387 + ], + "score": 1.0, + "content": "Convolutional neural networks (CNNs) still exhibit many troubling failure modes. At one extreme,", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 386, + 506, + 399 + ], + "spans": [ + { + "bbox": [ + 106, + 386, + 116, + 398 + ], + "score": 0.87, + "content": "\\ell _ { p }", + "type": "inline_equation" + }, + { + "bbox": [ + 117, + 386, + 506, + 399 + ], + "score": 1.0, + "content": "-adversarial examples cause large drops in accuracy for state-of-the-art models while relying only", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 397, + 506, + 410 + ], + "spans": [ + { + "bbox": [ + 105, + 397, + 506, + 410 + ], + "score": 1.0, + "content": "on visually imperceptible changes to the input image (Goodfellow et al., 2014; Biggio and Roli,", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 406, + 506, + 422 + ], + "spans": [ + { + "bbox": [ + 105, + 406, + 506, + 422 + ], + "score": 1.0, + "content": "2018). However, this failure mode usually does not pose a problem outside a fully adversarial context", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 419, + 468, + 432 + ], + "spans": [ + { + "bbox": [ + 105, + 419, + 208, + 432 + ], + "score": 1.0, + "content": "because carefully crafted", + "type": "text" + }, + { + "bbox": [ + 209, + 419, + 218, + 432 + ], + "score": 0.88, + "content": "\\ell _ { p }", + "type": "inline_equation" + }, + { + "bbox": [ + 219, + 419, + 468, + 432 + ], + "score": 1.0, + "content": "-perturbations are unlikely to occur naturally in the real world.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 20 + }, + { + "type": "text", + "bbox": [ + 107, + 437, + 505, + 492 + ], + "lines": [ + { + "bbox": [ + 106, + 437, + 505, + 449 + ], + "spans": [ + { + "bbox": [ + 106, + 437, + 505, + 449 + ], + "score": 1.0, + "content": "To study more realistic failure modes, researchers have investigated benign image perturbations such", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 447, + 506, + 461 + ], + "spans": [ + { + "bbox": [ + 105, + 447, + 506, + 461 + ], + "score": 1.0, + "content": "as rotations & translations, colorspace changes, and various image corruptions (Fawzi and Frossard,", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 457, + 507, + 473 + ], + "spans": [ + { + "bbox": [ + 105, + 457, + 507, + 473 + ], + "score": 1.0, + "content": "2015; Engstrom et al., 2017; Fawzi and Frossard, 2015; Hendrycks and Dietterich, 2019). However,", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 469, + 505, + 483 + ], + "spans": [ + { + "bbox": [ + 105, + 469, + 505, + 483 + ], + "score": 1.0, + "content": "it is still unclear whether these perturbations reflect the robustness challenges arising in real data", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 480, + 373, + 494 + ], + "spans": [ + { + "bbox": [ + 105, + 480, + 373, + 494 + ], + "score": 1.0, + "content": "since the perturbations also rely on synthetic image modifications.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 25 + }, + { + "type": "text", + "bbox": [ + 107, + 498, + 505, + 553 + ], + "lines": [ + { + "bbox": [ + 105, + 498, + 505, + 511 + ], + "spans": [ + { + "bbox": [ + 105, + 498, + 505, + 511 + ], + "score": 1.0, + "content": "Recent work has therefore turned to videos as a source of naturally occurring perturbations of images", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 510, + 505, + 522 + ], + "spans": [ + { + "bbox": [ + 106, + 510, + 505, + 522 + ], + "score": 1.0, + "content": "(Zheng et al., 2016; Azulay and Weiss, 2018; Gu et al., 2019). In contrast to other failure modes, the", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 520, + 506, + 533 + ], + "spans": [ + { + "bbox": [ + 105, + 520, + 506, + 533 + ], + "score": 1.0, + "content": "perturbed images are taken from existing image data without further modifications that make the", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 531, + 505, + 545 + ], + "spans": [ + { + "bbox": [ + 105, + 531, + 505, + 545 + ], + "score": 1.0, + "content": "task more difficult. As a result, robustness to such perturbations directly corresponds to performance", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 543, + 217, + 554 + ], + "spans": [ + { + "bbox": [ + 106, + 543, + 217, + 554 + ], + "score": 1.0, + "content": "improvements on real data.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 30 + }, + { + "type": "text", + "bbox": [ + 107, + 560, + 505, + 659 + ], + "lines": [ + { + "bbox": [ + 106, + 561, + 505, + 573 + ], + "spans": [ + { + "bbox": [ + 106, + 561, + 505, + 573 + ], + "score": 1.0, + "content": "However, it is currently unclear to what extent such video perturbations pose a significant robustness", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 570, + 505, + 584 + ], + "spans": [ + { + "bbox": [ + 105, + 570, + 505, + 584 + ], + "score": 1.0, + "content": "challenge. Azulay and Weiss (2018) and Zheng et al. (2016) only provide anecdotal evidence from", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 582, + 505, + 595 + ], + "spans": [ + { + "bbox": [ + 105, + 582, + 505, + 595 + ], + "score": 1.0, + "content": "a small number of videos. Gu et al. (2019) go beyond individual videos and utilize a large video", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 593, + 505, + 605 + ], + "spans": [ + { + "bbox": [ + 106, + 593, + 505, + 605 + ], + "score": 1.0, + "content": "dataset (Real et al., 2017) in order to measure the effect of video perturbations more quantitatively. In", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 604, + 506, + 617 + ], + "spans": [ + { + "bbox": [ + 105, + 604, + 314, + 617 + ], + "score": 1.0, + "content": "their evaluation, the best image classifiers lose about", + "type": "text" + }, + { + "bbox": [ + 315, + 604, + 329, + 615 + ], + "score": 0.85, + "content": "3 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 329, + 604, + 506, + 617 + ], + "score": 1.0, + "content": "accuracy for video frames up to 0.3 seconds", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 615, + 505, + 628 + ], + "spans": [ + { + "bbox": [ + 105, + 615, + 505, + 628 + ], + "score": 1.0, + "content": "away. However, the authors did not employ humans to review the frames in their videos. Hence", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 627, + 505, + 639 + ], + "spans": [ + { + "bbox": [ + 106, + 627, + 505, + 639 + ], + "score": 1.0, + "content": "the accuracy drop could also be caused by significant changes in the video frames (e.g., due to fast", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 637, + 505, + 649 + ], + "spans": [ + { + "bbox": [ + 106, + 637, + 257, + 649 + ], + "score": 1.0, + "content": "camera or object motion). Since the", + "type": "text" + }, + { + "bbox": [ + 257, + 637, + 273, + 648 + ], + "score": 0.85, + "content": "3 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 273, + 637, + 505, + 649 + ], + "score": 1.0, + "content": "accuracy drop is small to begin with, it remains unclear", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 648, + 443, + 662 + ], + "spans": [ + { + "bbox": [ + 105, + 648, + 443, + 662 + ], + "score": 1.0, + "content": "whether video perturbations are a robustness challenge for current image classifiers.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 37 + }, + { + "type": "text", + "bbox": [ + 107, + 666, + 505, + 731 + ], + "lines": [ + { + "bbox": [ + 105, + 665, + 505, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 665, + 505, + 678 + ], + "score": 1.0, + "content": "We address these issues by conducting a thorough evaluation of robustness to natural perturbations", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 677, + 505, + 690 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 505, + 690 + ], + "score": 1.0, + "content": "arising in videos. As a cornerstone of our investigation, we introduce two test sets for evaluating", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 687, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 505, + 700 + ], + "score": 1.0, + "content": "model robustness: ImageNet-Vid-Robust and YTBB-Robust, carefully curated from the", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 698, + 507, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 507, + 712 + ], + "score": 1.0, + "content": "ImageNet-Vid and Youtube-BB datasets, respectively (Russakovsky et al., 2015; Real et al., 2017).", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 709, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 506, + 722 + ], + "score": 1.0, + "content": "All images in the two datasets were screened by a set of expert labelers to ensure high annotation", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 720, + 506, + 732 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 506, + 732 + ], + "score": 1.0, + "content": "quality and minimize selection biases that arise when filtering a dataset with CNNs. To the best of", + "type": "text" + } + ], + "index": 47 + } + ], + "index": 44.5 + } + ], + "page_idx": 0, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 107, + 26, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 107, + 26, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2020", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 751, + 308, + 760 + ], + "lines": [ + { + "bbox": [ + 302, + 751, + 308, + 761 + ], + "spans": [ + { + "bbox": [ + 302, + 751, + 308, + 761 + ], + "score": 1.0, + "content": "1", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "title", + "bbox": [ + 108, + 78, + 503, + 96 + ], + "lines": [ + { + "bbox": [ + 105, + 77, + 506, + 98 + ], + "spans": [ + { + "bbox": [ + 105, + 77, + 506, + 98 + ], + "score": 1.0, + "content": "DO IMAGE CLASSIFIERS GENERALIZE ACROSS TIME?", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 112, + 115, + 244, + 137 + ], + "lines": [ + { + "bbox": [ + 113, + 116, + 201, + 127 + ], + "spans": [ + { + "bbox": [ + 113, + 116, + 201, + 127 + ], + "score": 1.0, + "content": "Anonymous authors", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 112, + 126, + 245, + 138 + ], + "spans": [ + { + "bbox": [ + 112, + 126, + 245, + 138 + ], + "score": 1.0, + "content": "Paper under double-blind review", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1.5, + "bbox_fs": [ + 112, + 116, + 245, + 138 + ] + }, + { + "type": "title", + "bbox": [ + 278, + 166, + 333, + 179 + ], + "lines": [ + { + "bbox": [ + 276, + 165, + 336, + 181 + ], + "spans": [ + { + "bbox": [ + 276, + 165, + 336, + 181 + ], + "score": 1.0, + "content": "ABSTRACT", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + }, + { + "type": "text", + "bbox": [ + 143, + 187, + 468, + 330 + ], + "lines": [ + { + "bbox": [ + 142, + 188, + 469, + 200 + ], + "spans": [ + { + "bbox": [ + 142, + 188, + 469, + 200 + ], + "score": 1.0, + "content": "We study the robustness of image classifiers to temporal perturbations derived", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 141, + 198, + 469, + 211 + ], + "spans": [ + { + "bbox": [ + 141, + 198, + 469, + 211 + ], + "score": 1.0, + "content": "from videos. As part of this study, we construct ImageNet-Vid-Robust", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 141, + 210, + 470, + 222 + ], + "spans": [ + { + "bbox": [ + 141, + 210, + 470, + 222 + ], + "score": 1.0, + "content": "and YTBB-Robust, containing a total 57,897 images grouped into 3,139 sets", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 142, + 221, + 469, + 232 + ], + "spans": [ + { + "bbox": [ + 142, + 221, + 469, + 232 + ], + "score": 1.0, + "content": "of perceptually similar images. Our datasets were derived from ImageNet-Vid", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 141, + 231, + 470, + 244 + ], + "spans": [ + { + "bbox": [ + 141, + 231, + 470, + 244 + ], + "score": 1.0, + "content": "and Youtube-BB respectively and thoroughly re-annotated by human experts for", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 142, + 243, + 470, + 254 + ], + "spans": [ + { + "bbox": [ + 142, + 243, + 470, + 254 + ], + "score": 1.0, + "content": "image similarity. We evaluate a diverse array of classifiers pre-trained on ImageNet", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 141, + 253, + 470, + 266 + ], + "spans": [ + { + "bbox": [ + 141, + 253, + 470, + 266 + ], + "score": 1.0, + "content": "and show a median classification accuracy drop of 16 and 10 percent on our two", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 142, + 265, + 470, + 276 + ], + "spans": [ + { + "bbox": [ + 142, + 265, + 470, + 276 + ], + "score": 1.0, + "content": "datasets. Additionally, we evaluate three detection models and show that natural", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 141, + 275, + 470, + 288 + ], + "spans": [ + { + "bbox": [ + 141, + 275, + 470, + 288 + ], + "score": 1.0, + "content": "perturbations induce both classification as well as localization errors, leading", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 141, + 287, + 469, + 298 + ], + "spans": [ + { + "bbox": [ + 141, + 287, + 469, + 298 + ], + "score": 1.0, + "content": "to a median drop in detection mAP of 14 points. Our analysis demonstrates", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 141, + 297, + 469, + 309 + ], + "spans": [ + { + "bbox": [ + 141, + 297, + 469, + 309 + ], + "score": 1.0, + "content": "that perturbations occurring naturally in videos pose a substantial and realistic", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 141, + 308, + 469, + 321 + ], + "spans": [ + { + "bbox": [ + 141, + 308, + 469, + 321 + ], + "score": 1.0, + "content": "challenge to deploying convolutional neural networks in environments that require", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 141, + 318, + 310, + 331 + ], + "spans": [ + { + "bbox": [ + 141, + 318, + 310, + 331 + ], + "score": 1.0, + "content": "both reliable and low-latency predictions.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 10, + "bbox_fs": [ + 141, + 188, + 470, + 331 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 349, + 206, + 361 + ], + "lines": [ + { + "bbox": [ + 105, + 347, + 208, + 364 + ], + "spans": [ + { + "bbox": [ + 105, + 347, + 208, + 364 + ], + "score": 1.0, + "content": "1 INTRODUCTION", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17 + }, + { + "type": "text", + "bbox": [ + 107, + 375, + 505, + 430 + ], + "lines": [ + { + "bbox": [ + 106, + 375, + 506, + 387 + ], + "spans": [ + { + "bbox": [ + 106, + 375, + 506, + 387 + ], + "score": 1.0, + "content": "Convolutional neural networks (CNNs) still exhibit many troubling failure modes. At one extreme,", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 386, + 506, + 399 + ], + "spans": [ + { + "bbox": [ + 106, + 386, + 116, + 398 + ], + "score": 0.87, + "content": "\\ell _ { p }", + "type": "inline_equation" + }, + { + "bbox": [ + 117, + 386, + 506, + 399 + ], + "score": 1.0, + "content": "-adversarial examples cause large drops in accuracy for state-of-the-art models while relying only", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 397, + 506, + 410 + ], + "spans": [ + { + "bbox": [ + 105, + 397, + 506, + 410 + ], + "score": 1.0, + "content": "on visually imperceptible changes to the input image (Goodfellow et al., 2014; Biggio and Roli,", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 406, + 506, + 422 + ], + "spans": [ + { + "bbox": [ + 105, + 406, + 506, + 422 + ], + "score": 1.0, + "content": "2018). However, this failure mode usually does not pose a problem outside a fully adversarial context", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 419, + 468, + 432 + ], + "spans": [ + { + "bbox": [ + 105, + 419, + 208, + 432 + ], + "score": 1.0, + "content": "because carefully crafted", + "type": "text" + }, + { + "bbox": [ + 209, + 419, + 218, + 432 + ], + "score": 0.88, + "content": "\\ell _ { p }", + "type": "inline_equation" + }, + { + "bbox": [ + 219, + 419, + 468, + 432 + ], + "score": 1.0, + "content": "-perturbations are unlikely to occur naturally in the real world.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 20, + "bbox_fs": [ + 105, + 375, + 506, + 432 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 437, + 505, + 492 + ], + "lines": [ + { + "bbox": [ + 106, + 437, + 505, + 449 + ], + "spans": [ + { + "bbox": [ + 106, + 437, + 505, + 449 + ], + "score": 1.0, + "content": "To study more realistic failure modes, researchers have investigated benign image perturbations such", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 447, + 506, + 461 + ], + "spans": [ + { + "bbox": [ + 105, + 447, + 506, + 461 + ], + "score": 1.0, + "content": "as rotations & translations, colorspace changes, and various image corruptions (Fawzi and Frossard,", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 457, + 507, + 473 + ], + "spans": [ + { + "bbox": [ + 105, + 457, + 507, + 473 + ], + "score": 1.0, + "content": "2015; Engstrom et al., 2017; Fawzi and Frossard, 2015; Hendrycks and Dietterich, 2019). However,", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 469, + 505, + 483 + ], + "spans": [ + { + "bbox": [ + 105, + 469, + 505, + 483 + ], + "score": 1.0, + "content": "it is still unclear whether these perturbations reflect the robustness challenges arising in real data", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 480, + 373, + 494 + ], + "spans": [ + { + "bbox": [ + 105, + 480, + 373, + 494 + ], + "score": 1.0, + "content": "since the perturbations also rely on synthetic image modifications.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 25, + "bbox_fs": [ + 105, + 437, + 507, + 494 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 498, + 505, + 553 + ], + "lines": [ + { + "bbox": [ + 105, + 498, + 505, + 511 + ], + "spans": [ + { + "bbox": [ + 105, + 498, + 505, + 511 + ], + "score": 1.0, + "content": "Recent work has therefore turned to videos as a source of naturally occurring perturbations of images", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 510, + 505, + 522 + ], + "spans": [ + { + "bbox": [ + 106, + 510, + 505, + 522 + ], + "score": 1.0, + "content": "(Zheng et al., 2016; Azulay and Weiss, 2018; Gu et al., 2019). In contrast to other failure modes, the", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 520, + 506, + 533 + ], + "spans": [ + { + "bbox": [ + 105, + 520, + 506, + 533 + ], + "score": 1.0, + "content": "perturbed images are taken from existing image data without further modifications that make the", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 531, + 505, + 545 + ], + "spans": [ + { + "bbox": [ + 105, + 531, + 505, + 545 + ], + "score": 1.0, + "content": "task more difficult. As a result, robustness to such perturbations directly corresponds to performance", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 543, + 217, + 554 + ], + "spans": [ + { + "bbox": [ + 106, + 543, + 217, + 554 + ], + "score": 1.0, + "content": "improvements on real data.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 30, + "bbox_fs": [ + 105, + 498, + 506, + 554 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 560, + 505, + 659 + ], + "lines": [ + { + "bbox": [ + 106, + 561, + 505, + 573 + ], + "spans": [ + { + "bbox": [ + 106, + 561, + 505, + 573 + ], + "score": 1.0, + "content": "However, it is currently unclear to what extent such video perturbations pose a significant robustness", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 570, + 505, + 584 + ], + "spans": [ + { + "bbox": [ + 105, + 570, + 505, + 584 + ], + "score": 1.0, + "content": "challenge. Azulay and Weiss (2018) and Zheng et al. (2016) only provide anecdotal evidence from", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 582, + 505, + 595 + ], + "spans": [ + { + "bbox": [ + 105, + 582, + 505, + 595 + ], + "score": 1.0, + "content": "a small number of videos. Gu et al. (2019) go beyond individual videos and utilize a large video", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 593, + 505, + 605 + ], + "spans": [ + { + "bbox": [ + 106, + 593, + 505, + 605 + ], + "score": 1.0, + "content": "dataset (Real et al., 2017) in order to measure the effect of video perturbations more quantitatively. In", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 604, + 506, + 617 + ], + "spans": [ + { + "bbox": [ + 105, + 604, + 314, + 617 + ], + "score": 1.0, + "content": "their evaluation, the best image classifiers lose about", + "type": "text" + }, + { + "bbox": [ + 315, + 604, + 329, + 615 + ], + "score": 0.85, + "content": "3 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 329, + 604, + 506, + 617 + ], + "score": 1.0, + "content": "accuracy for video frames up to 0.3 seconds", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 615, + 505, + 628 + ], + "spans": [ + { + "bbox": [ + 105, + 615, + 505, + 628 + ], + "score": 1.0, + "content": "away. However, the authors did not employ humans to review the frames in their videos. Hence", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 627, + 505, + 639 + ], + "spans": [ + { + "bbox": [ + 106, + 627, + 505, + 639 + ], + "score": 1.0, + "content": "the accuracy drop could also be caused by significant changes in the video frames (e.g., due to fast", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 637, + 505, + 649 + ], + "spans": [ + { + "bbox": [ + 106, + 637, + 257, + 649 + ], + "score": 1.0, + "content": "camera or object motion). Since the", + "type": "text" + }, + { + "bbox": [ + 257, + 637, + 273, + 648 + ], + "score": 0.85, + "content": "3 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 273, + 637, + 505, + 649 + ], + "score": 1.0, + "content": "accuracy drop is small to begin with, it remains unclear", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 648, + 443, + 662 + ], + "spans": [ + { + "bbox": [ + 105, + 648, + 443, + 662 + ], + "score": 1.0, + "content": "whether video perturbations are a robustness challenge for current image classifiers.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 37, + "bbox_fs": [ + 105, + 561, + 506, + 662 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 666, + 505, + 731 + ], + "lines": [ + { + "bbox": [ + 105, + 665, + 505, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 665, + 505, + 678 + ], + "score": 1.0, + "content": "We address these issues by conducting a thorough evaluation of robustness to natural perturbations", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 677, + 505, + 690 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 505, + 690 + ], + "score": 1.0, + "content": "arising in videos. As a cornerstone of our investigation, we introduce two test sets for evaluating", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 687, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 505, + 700 + ], + "score": 1.0, + "content": "model robustness: ImageNet-Vid-Robust and YTBB-Robust, carefully curated from the", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 698, + 507, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 507, + 712 + ], + "score": 1.0, + "content": "ImageNet-Vid and Youtube-BB datasets, respectively (Russakovsky et al., 2015; Real et al., 2017).", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 709, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 506, + 722 + ], + "score": 1.0, + "content": "All images in the two datasets were screened by a set of expert labelers to ensure high annotation", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 720, + 506, + 732 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 506, + 732 + ], + "score": 1.0, + "content": "quality and minimize selection biases that arise when filtering a dataset with CNNs. To the best of", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 82, + 506, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 506, + 95 + ], + "score": 1.0, + "content": "our knowledge these are the first datasets of their kind, containing tens of thousands of images that", + "type": "text", + "cross_page": true + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 94, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 94, + 505, + 106 + ], + "score": 1.0, + "content": "are human reviewed and grouped into thousands of perceptually similar sets. In total, our datasets", + "type": "text", + "cross_page": true + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 105, + 474, + 117 + ], + "spans": [ + { + "bbox": [ + 105, + 105, + 474, + 117 + ], + "score": 1.0, + "content": "contain 3,139 sets of temporally adjacent and visually similar images (57,897 images total).", + "type": "text", + "cross_page": true + } + ], + "index": 2 + } + ], + "index": 44.5, + "bbox_fs": [ + 105, + 665, + 507, + 732 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 504, + 116 + ], + "lines": [ + { + "bbox": [ + 105, + 82, + 506, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 506, + 95 + ], + "score": 1.0, + "content": "our knowledge these are the first datasets of their kind, containing tens of thousands of images that", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 94, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 94, + 505, + 106 + ], + "score": 1.0, + "content": "are human reviewed and grouped into thousands of perceptually similar sets. In total, our datasets", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 105, + 474, + 117 + ], + "spans": [ + { + "bbox": [ + 105, + 105, + 474, + 117 + ], + "score": 1.0, + "content": "contain 3,139 sets of temporally adjacent and visually similar images (57,897 images total).", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1 + }, + { + "type": "text", + "bbox": [ + 106, + 122, + 505, + 220 + ], + "lines": [ + { + "bbox": [ + 105, + 120, + 507, + 134 + ], + "spans": [ + { + "bbox": [ + 105, + 120, + 507, + 134 + ], + "score": 1.0, + "content": "We then utilize these datasets to measure the accuracy of current CNNs to small, naturally oc-", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 132, + 506, + 145 + ], + "spans": [ + { + "bbox": [ + 105, + 132, + 506, + 145 + ], + "score": 1.0, + "content": "curring perturbations. Our testbed contains over 45 different models, varying both architecture", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 144, + 505, + 155 + ], + "spans": [ + { + "bbox": [ + 106, + 144, + 505, + 155 + ], + "score": 1.0, + "content": "and training methodology (adversarial training, data augmentation, etc.). To better understand the", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 154, + 505, + 167 + ], + "spans": [ + { + "bbox": [ + 106, + 154, + 505, + 167 + ], + "score": 1.0, + "content": "drop in accuracy due to natural perturbations, we also introduce a robustness metric that is more", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 165, + 506, + 178 + ], + "spans": [ + { + "bbox": [ + 106, + 165, + 506, + 178 + ], + "score": 1.0, + "content": "stringent than those employed in prior work. Under this metric, we find that natural perturba-", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 176, + 505, + 188 + ], + "spans": [ + { + "bbox": [ + 106, + 177, + 486, + 188 + ], + "score": 1.0, + "content": "tions from ImageNet-Vid-Robust and YTBB-Robust induce a median accuracy drop of", + "type": "text" + }, + { + "bbox": [ + 486, + 176, + 505, + 187 + ], + "score": 0.86, + "content": "16 \\%", + "type": "inline_equation" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 187, + 505, + 199 + ], + "spans": [ + { + "bbox": [ + 106, + 188, + 124, + 199 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 125, + 187, + 145, + 198 + ], + "score": 0.86, + "content": "10 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 145, + 188, + 505, + 199 + ], + "score": 1.0, + "content": "respectively for classification tasks and a median 14 point drop in mAP for detection", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 197, + 506, + 211 + ], + "spans": [ + { + "bbox": [ + 105, + 197, + 470, + 211 + ], + "score": 1.0, + "content": "tasks.1 Even for the best-performing classification models, we observe an accuracy drop of", + "type": "text" + }, + { + "bbox": [ + 471, + 198, + 490, + 208 + ], + "score": 0.86, + "content": "14 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 490, + 197, + 506, + 211 + ], + "score": 1.0, + "content": "for", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 209, + 340, + 222 + ], + "spans": [ + { + "bbox": [ + 106, + 209, + 239, + 222 + ], + "score": 1.0, + "content": "ImageNet-Vid-Robust and", + "type": "text" + }, + { + "bbox": [ + 239, + 209, + 254, + 219 + ], + "score": 0.85, + "content": "8 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 254, + 209, + 340, + 222 + ], + "score": 1.0, + "content": "for YTBB-Robust.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 7 + }, + { + "type": "text", + "bbox": [ + 107, + 226, + 505, + 270 + ], + "lines": [ + { + "bbox": [ + 105, + 225, + 505, + 239 + ], + "spans": [ + { + "bbox": [ + 105, + 225, + 505, + 239 + ], + "score": 1.0, + "content": "Our results show that robustness to natural perturbations in videos is indeed a significant challenge", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 237, + 506, + 249 + ], + "spans": [ + { + "bbox": [ + 105, + 237, + 506, + 249 + ], + "score": 1.0, + "content": "for current CNNs. As these models are increasingly deployed in safety-critical environments that", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 248, + 505, + 261 + ], + "spans": [ + { + "bbox": [ + 105, + 248, + 505, + 261 + ], + "score": 1.0, + "content": "require both high accuracy and low latency (e.g., autonomous vehicles), ensuring reliable predictions", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 259, + 376, + 271 + ], + "spans": [ + { + "bbox": [ + 105, + 259, + 376, + 271 + ], + "score": 1.0, + "content": "on every frame of a video is an important direction for future work.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 13.5 + }, + { + "type": "image", + "bbox": [ + 108, + 281, + 504, + 385 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 108, + 281, + 504, + 385 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 108, + 281, + 504, + 385 + ], + "spans": [ + { + "bbox": [ + 108, + 281, + 504, + 385 + ], + "score": 0.964, + "type": "image", + "image_path": "3f6b30513a9f6483b745608a87d39877b703a1ece944de817966f2872e542011.jpg" + } + ] + } + ], + "index": 17, + "virtual_lines": [ + { + "bbox": [ + 108, + 281, + 504, + 315.6666666666667 + ], + "spans": [], + "index": 16 + }, + { + "bbox": [ + 108, + 315.6666666666667, + 504, + 350.33333333333337 + ], + "spans": [], + "index": 17 + }, + { + "bbox": [ + 108, + 350.33333333333337, + 504, + 385.00000000000006 + ], + "spans": [], + "index": 18 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 393, + 506, + 426 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 393, + 506, + 406 + ], + "spans": [ + { + "bbox": [ + 106, + 393, + 506, + 406 + ], + "score": 1.0, + "content": "Figure 1: Three examples of natural perturbations from nearby video frames and resulting classifier", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 403, + 506, + 417 + ], + "spans": [ + { + "bbox": [ + 105, + 403, + 506, + 417 + ], + "score": 1.0, + "content": "confidences from a ResNet-152 model fine-tuned on ImageNet-Vid. While the images appear almost", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 414, + 404, + 428 + ], + "spans": [ + { + "bbox": [ + 105, + 414, + 404, + 428 + ], + "score": 1.0, + "content": "identical to the human eye, the classifier confidence changes substantially.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 20 + } + ], + "index": 18.5 + }, + { + "type": "title", + "bbox": [ + 107, + 429, + 366, + 442 + ], + "lines": [ + { + "bbox": [ + 104, + 428, + 367, + 444 + ], + "spans": [ + { + "bbox": [ + 104, + 428, + 367, + 444 + ], + "score": 1.0, + "content": "2 CONSTRUCTING A TEST SET FOR ROBUSTNESS", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 22 + }, + { + "type": "text", + "bbox": [ + 107, + 454, + 505, + 532 + ], + "lines": [ + { + "bbox": [ + 106, + 455, + 504, + 466 + ], + "spans": [ + { + "bbox": [ + 106, + 455, + 504, + 466 + ], + "score": 1.0, + "content": "ImageNet-Vid-Robust and YTBB-Robust are sourced from videos in the ImageNet-Vid and", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 465, + 505, + 477 + ], + "spans": [ + { + "bbox": [ + 106, + 465, + 505, + 477 + ], + "score": 1.0, + "content": "Youtube-BB datasets (Russakovsky et al., 2015; Real et al., 2017). All object classes in ImageNet-Vid", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 476, + 505, + 488 + ], + "spans": [ + { + "bbox": [ + 106, + 476, + 505, + 488 + ], + "score": 1.0, + "content": "and Youtube-BB are from the WordNet hierarchy (Miller, 1995) and direct ancestors of ILSVRC-2012", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 488, + 506, + 500 + ], + "spans": [ + { + "bbox": [ + 106, + 488, + 506, + 500 + ], + "score": 1.0, + "content": "classes. Using the WordNet hierarchy, we construct a canonical mapping from ILSVRC-2012 classes", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 498, + 505, + 510 + ], + "spans": [ + { + "bbox": [ + 105, + 498, + 505, + 510 + ], + "score": 1.0, + "content": "to ImageNet-Vid and Youtube-BB classes, which allows us to evaluate off-the-shelf ILSVRC-2012", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 509, + 505, + 522 + ], + "spans": [ + { + "bbox": [ + 106, + 509, + 505, + 522 + ], + "score": 1.0, + "content": "models on ImageNet-Vid-Robust and YTBB-Robust. We provide more background on the", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 520, + 231, + 533 + ], + "spans": [ + { + "bbox": [ + 105, + 520, + 231, + 533 + ], + "score": 1.0, + "content": "source datsets in Appendix A.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 26 + }, + { + "type": "text", + "bbox": [ + 108, + 546, + 405, + 556 + ], + "lines": [ + { + "bbox": [ + 105, + 544, + 407, + 558 + ], + "spans": [ + { + "bbox": [ + 105, + 544, + 407, + 558 + ], + "score": 1.0, + "content": "2.1 CONSTRUCTING IM A G ENE T-VI D-RO B U S T AND YTBB-RO B U S T", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 30 + }, + { + "type": "text", + "bbox": [ + 107, + 565, + 505, + 621 + ], + "lines": [ + { + "bbox": [ + 105, + 565, + 505, + 578 + ], + "spans": [ + { + "bbox": [ + 105, + 565, + 505, + 578 + ], + "score": 1.0, + "content": "Next, we describe how we extracted sets of naturally perturbed frames from ImageNet-Vid and", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 576, + 505, + 589 + ], + "spans": [ + { + "bbox": [ + 105, + 576, + 505, + 589 + ], + "score": 1.0, + "content": "Youtube-BB to create ImageNet-Vid-Robust and YTBB-Robust. A straightforward approach", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 587, + 505, + 600 + ], + "spans": [ + { + "bbox": [ + 105, + 587, + 505, + 600 + ], + "score": 1.0, + "content": "would be to select a set of anchor frames and use temporally adjacent frames in the video with the", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 598, + 506, + 611 + ], + "spans": [ + { + "bbox": [ + 105, + 598, + 506, + 611 + ], + "score": 1.0, + "content": "assumption that such frames contain only small perturbations from the anchor. However, as Fig. 2", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 609, + 493, + 623 + ], + "spans": [ + { + "bbox": [ + 106, + 609, + 493, + 623 + ], + "score": 1.0, + "content": "illustrates, this assumption is frequently violated, especially due to fast camera or object motion.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 33 + }, + { + "type": "text", + "bbox": [ + 107, + 626, + 505, + 682 + ], + "lines": [ + { + "bbox": [ + 106, + 626, + 506, + 639 + ], + "spans": [ + { + "bbox": [ + 106, + 626, + 506, + 639 + ], + "score": 1.0, + "content": "Instead, we first collect preliminary datasets of natural perturbations following the same approach,", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 637, + 506, + 649 + ], + "spans": [ + { + "bbox": [ + 106, + 637, + 506, + 649 + ], + "score": 1.0, + "content": "and then manually review each of the frame sets. For each video, we randomly sample an anchor", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 647, + 506, + 660 + ], + "spans": [ + { + "bbox": [ + 105, + 647, + 168, + 660 + ], + "score": 1.0, + "content": "frame and take", + "type": "text" + }, + { + "bbox": [ + 168, + 649, + 199, + 659 + ], + "score": 0.9, + "content": "k = 1 0", + "type": "inline_equation" + }, + { + "bbox": [ + 199, + 647, + 506, + 660 + ], + "score": 1.0, + "content": "frames before and after the anchor frame as candidate perturbation images.2", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 657, + 506, + 673 + ], + "spans": [ + { + "bbox": [ + 105, + 657, + 506, + 673 + ], + "score": 1.0, + "content": "This results in two datasets containing one anchor frame each from 3,139 videos, with approximately", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 669, + 288, + 682 + ], + "spans": [ + { + "bbox": [ + 105, + 669, + 288, + 682 + ], + "score": 1.0, + "content": "20 candidate perturbation per anchor frame.3", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 38 + } + ], + "page_idx": 1, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 689, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 118, + 687, + 505, + 702 + ], + "spans": [ + { + "bbox": [ + 118, + 687, + 505, + 702 + ], + "score": 1.0, + "content": "1We only evaluated detection on ImageNet-Vid-Robust as bounding-box annotations in Youtube-BB", + "type": "text" + } + ] + }, + { + "bbox": [ + 106, + 700, + 372, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 700, + 372, + 711 + ], + "score": 1.0, + "content": "were only at 1 frame-per-second and not dense enough for our evaluation.", + "type": "text" + } + ] + }, + { + "bbox": [ + 118, + 708, + 424, + 723 + ], + "spans": [ + { + "bbox": [ + 118, + 708, + 424, + 723 + ], + "score": 1.0, + "content": "2For YTBB-Robust we use a subset of the anchor frames used by Gu et al. (2019).", + "type": "text" + } + ] + }, + { + "bbox": [ + 118, + 719, + 443, + 733 + ], + "spans": [ + { + "bbox": [ + 118, + 719, + 443, + 733 + ], + "score": 1.0, + "content": "3Anchor frames near the start or end of the video may have less than 20 candidate frames.", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 107, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 107, + 26, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 107, + 26, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2020", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 751, + 308, + 760 + ], + "lines": [ + { + "bbox": [ + 302, + 750, + 310, + 763 + ], + "spans": [ + { + "bbox": [ + 302, + 750, + 310, + 763 + ], + "score": 1.0, + "content": "2", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 504, + 116 + ], + "lines": [], + "index": 1, + "bbox_fs": [ + 105, + 82, + 506, + 117 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 106, + 122, + 505, + 220 + ], + "lines": [ + { + "bbox": [ + 105, + 120, + 507, + 134 + ], + "spans": [ + { + "bbox": [ + 105, + 120, + 507, + 134 + ], + "score": 1.0, + "content": "We then utilize these datasets to measure the accuracy of current CNNs to small, naturally oc-", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 132, + 506, + 145 + ], + "spans": [ + { + "bbox": [ + 105, + 132, + 506, + 145 + ], + "score": 1.0, + "content": "curring perturbations. Our testbed contains over 45 different models, varying both architecture", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 144, + 505, + 155 + ], + "spans": [ + { + "bbox": [ + 106, + 144, + 505, + 155 + ], + "score": 1.0, + "content": "and training methodology (adversarial training, data augmentation, etc.). To better understand the", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 154, + 505, + 167 + ], + "spans": [ + { + "bbox": [ + 106, + 154, + 505, + 167 + ], + "score": 1.0, + "content": "drop in accuracy due to natural perturbations, we also introduce a robustness metric that is more", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 165, + 506, + 178 + ], + "spans": [ + { + "bbox": [ + 106, + 165, + 506, + 178 + ], + "score": 1.0, + "content": "stringent than those employed in prior work. Under this metric, we find that natural perturba-", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 176, + 505, + 188 + ], + "spans": [ + { + "bbox": [ + 106, + 177, + 486, + 188 + ], + "score": 1.0, + "content": "tions from ImageNet-Vid-Robust and YTBB-Robust induce a median accuracy drop of", + "type": "text" + }, + { + "bbox": [ + 486, + 176, + 505, + 187 + ], + "score": 0.86, + "content": "16 \\%", + "type": "inline_equation" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 187, + 505, + 199 + ], + "spans": [ + { + "bbox": [ + 106, + 188, + 124, + 199 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 125, + 187, + 145, + 198 + ], + "score": 0.86, + "content": "10 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 145, + 188, + 505, + 199 + ], + "score": 1.0, + "content": "respectively for classification tasks and a median 14 point drop in mAP for detection", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 197, + 506, + 211 + ], + "spans": [ + { + "bbox": [ + 105, + 197, + 470, + 211 + ], + "score": 1.0, + "content": "tasks.1 Even for the best-performing classification models, we observe an accuracy drop of", + "type": "text" + }, + { + "bbox": [ + 471, + 198, + 490, + 208 + ], + "score": 0.86, + "content": "14 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 490, + 197, + 506, + 211 + ], + "score": 1.0, + "content": "for", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 209, + 340, + 222 + ], + "spans": [ + { + "bbox": [ + 106, + 209, + 239, + 222 + ], + "score": 1.0, + "content": "ImageNet-Vid-Robust and", + "type": "text" + }, + { + "bbox": [ + 239, + 209, + 254, + 219 + ], + "score": 0.85, + "content": "8 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 254, + 209, + 340, + 222 + ], + "score": 1.0, + "content": "for YTBB-Robust.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 7, + "bbox_fs": [ + 105, + 120, + 507, + 222 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 226, + 505, + 270 + ], + "lines": [ + { + "bbox": [ + 105, + 225, + 505, + 239 + ], + "spans": [ + { + "bbox": [ + 105, + 225, + 505, + 239 + ], + "score": 1.0, + "content": "Our results show that robustness to natural perturbations in videos is indeed a significant challenge", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 237, + 506, + 249 + ], + "spans": [ + { + "bbox": [ + 105, + 237, + 506, + 249 + ], + "score": 1.0, + "content": "for current CNNs. As these models are increasingly deployed in safety-critical environments that", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 248, + 505, + 261 + ], + "spans": [ + { + "bbox": [ + 105, + 248, + 505, + 261 + ], + "score": 1.0, + "content": "require both high accuracy and low latency (e.g., autonomous vehicles), ensuring reliable predictions", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 259, + 376, + 271 + ], + "spans": [ + { + "bbox": [ + 105, + 259, + 376, + 271 + ], + "score": 1.0, + "content": "on every frame of a video is an important direction for future work.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 13.5, + "bbox_fs": [ + 105, + 225, + 506, + 271 + ] + }, + { + "type": "image", + "bbox": [ + 108, + 281, + 504, + 385 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 108, + 281, + 504, + 385 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 108, + 281, + 504, + 385 + ], + "spans": [ + { + "bbox": [ + 108, + 281, + 504, + 385 + ], + "score": 0.964, + "type": "image", + "image_path": "3f6b30513a9f6483b745608a87d39877b703a1ece944de817966f2872e542011.jpg" + } + ] + } + ], + "index": 17, + "virtual_lines": [ + { + "bbox": [ + 108, + 281, + 504, + 315.6666666666667 + ], + "spans": [], + "index": 16 + }, + { + "bbox": [ + 108, + 315.6666666666667, + 504, + 350.33333333333337 + ], + "spans": [], + "index": 17 + }, + { + "bbox": [ + 108, + 350.33333333333337, + 504, + 385.00000000000006 + ], + "spans": [], + "index": 18 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 393, + 506, + 426 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 393, + 506, + 406 + ], + "spans": [ + { + "bbox": [ + 106, + 393, + 506, + 406 + ], + "score": 1.0, + "content": "Figure 1: Three examples of natural perturbations from nearby video frames and resulting classifier", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 403, + 506, + 417 + ], + "spans": [ + { + "bbox": [ + 105, + 403, + 506, + 417 + ], + "score": 1.0, + "content": "confidences from a ResNet-152 model fine-tuned on ImageNet-Vid. While the images appear almost", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 414, + 404, + 428 + ], + "spans": [ + { + "bbox": [ + 105, + 414, + 404, + 428 + ], + "score": 1.0, + "content": "identical to the human eye, the classifier confidence changes substantially.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 20 + } + ], + "index": 18.5 + }, + { + "type": "title", + "bbox": [ + 107, + 429, + 366, + 442 + ], + "lines": [ + { + "bbox": [ + 104, + 428, + 367, + 444 + ], + "spans": [ + { + "bbox": [ + 104, + 428, + 367, + 444 + ], + "score": 1.0, + "content": "2 CONSTRUCTING A TEST SET FOR ROBUSTNESS", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 22 + }, + { + "type": "text", + "bbox": [ + 107, + 454, + 505, + 532 + ], + "lines": [ + { + "bbox": [ + 106, + 455, + 504, + 466 + ], + "spans": [ + { + "bbox": [ + 106, + 455, + 504, + 466 + ], + "score": 1.0, + "content": "ImageNet-Vid-Robust and YTBB-Robust are sourced from videos in the ImageNet-Vid and", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 465, + 505, + 477 + ], + "spans": [ + { + "bbox": [ + 106, + 465, + 505, + 477 + ], + "score": 1.0, + "content": "Youtube-BB datasets (Russakovsky et al., 2015; Real et al., 2017). All object classes in ImageNet-Vid", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 476, + 505, + 488 + ], + "spans": [ + { + "bbox": [ + 106, + 476, + 505, + 488 + ], + "score": 1.0, + "content": "and Youtube-BB are from the WordNet hierarchy (Miller, 1995) and direct ancestors of ILSVRC-2012", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 488, + 506, + 500 + ], + "spans": [ + { + "bbox": [ + 106, + 488, + 506, + 500 + ], + "score": 1.0, + "content": "classes. Using the WordNet hierarchy, we construct a canonical mapping from ILSVRC-2012 classes", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 498, + 505, + 510 + ], + "spans": [ + { + "bbox": [ + 105, + 498, + 505, + 510 + ], + "score": 1.0, + "content": "to ImageNet-Vid and Youtube-BB classes, which allows us to evaluate off-the-shelf ILSVRC-2012", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 509, + 505, + 522 + ], + "spans": [ + { + "bbox": [ + 106, + 509, + 505, + 522 + ], + "score": 1.0, + "content": "models on ImageNet-Vid-Robust and YTBB-Robust. We provide more background on the", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 520, + 231, + 533 + ], + "spans": [ + { + "bbox": [ + 105, + 520, + 231, + 533 + ], + "score": 1.0, + "content": "source datsets in Appendix A.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 26, + "bbox_fs": [ + 105, + 455, + 506, + 533 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 546, + 405, + 556 + ], + "lines": [ + { + "bbox": [ + 105, + 544, + 407, + 558 + ], + "spans": [ + { + "bbox": [ + 105, + 544, + 407, + 558 + ], + "score": 1.0, + "content": "2.1 CONSTRUCTING IM A G ENE T-VI D-RO B U S T AND YTBB-RO B U S T", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 30, + "bbox_fs": [ + 105, + 544, + 407, + 558 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 565, + 505, + 621 + ], + "lines": [ + { + "bbox": [ + 105, + 565, + 505, + 578 + ], + "spans": [ + { + "bbox": [ + 105, + 565, + 505, + 578 + ], + "score": 1.0, + "content": "Next, we describe how we extracted sets of naturally perturbed frames from ImageNet-Vid and", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 576, + 505, + 589 + ], + "spans": [ + { + "bbox": [ + 105, + 576, + 505, + 589 + ], + "score": 1.0, + "content": "Youtube-BB to create ImageNet-Vid-Robust and YTBB-Robust. A straightforward approach", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 587, + 505, + 600 + ], + "spans": [ + { + "bbox": [ + 105, + 587, + 505, + 600 + ], + "score": 1.0, + "content": "would be to select a set of anchor frames and use temporally adjacent frames in the video with the", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 598, + 506, + 611 + ], + "spans": [ + { + "bbox": [ + 105, + 598, + 506, + 611 + ], + "score": 1.0, + "content": "assumption that such frames contain only small perturbations from the anchor. However, as Fig. 2", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 609, + 493, + 623 + ], + "spans": [ + { + "bbox": [ + 106, + 609, + 493, + 623 + ], + "score": 1.0, + "content": "illustrates, this assumption is frequently violated, especially due to fast camera or object motion.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 33, + "bbox_fs": [ + 105, + 565, + 506, + 623 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 626, + 505, + 682 + ], + "lines": [ + { + "bbox": [ + 106, + 626, + 506, + 639 + ], + "spans": [ + { + "bbox": [ + 106, + 626, + 506, + 639 + ], + "score": 1.0, + "content": "Instead, we first collect preliminary datasets of natural perturbations following the same approach,", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 637, + 506, + 649 + ], + "spans": [ + { + "bbox": [ + 106, + 637, + 506, + 649 + ], + "score": 1.0, + "content": "and then manually review each of the frame sets. For each video, we randomly sample an anchor", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 647, + 506, + 660 + ], + "spans": [ + { + "bbox": [ + 105, + 647, + 168, + 660 + ], + "score": 1.0, + "content": "frame and take", + "type": "text" + }, + { + "bbox": [ + 168, + 649, + 199, + 659 + ], + "score": 0.9, + "content": "k = 1 0", + "type": "inline_equation" + }, + { + "bbox": [ + 199, + 647, + 506, + 660 + ], + "score": 1.0, + "content": "frames before and after the anchor frame as candidate perturbation images.2", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 657, + 506, + 673 + ], + "spans": [ + { + "bbox": [ + 105, + 657, + 506, + 673 + ], + "score": 1.0, + "content": "This results in two datasets containing one anchor frame each from 3,139 videos, with approximately", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 669, + 288, + 682 + ], + "spans": [ + { + "bbox": [ + 105, + 669, + 288, + 682 + ], + "score": 1.0, + "content": "20 candidate perturbation per anchor frame.3", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 38, + "bbox_fs": [ + 105, + 626, + 506, + 682 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 108, + 81, + 502, + 153 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 108, + 81, + 502, + 153 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 108, + 81, + 502, + 153 + ], + "spans": [ + { + "bbox": [ + 108, + 81, + 502, + 153 + ], + "score": 0.964, + "type": "image", + "image_path": "d9c52de0f9f2b2238ab572f72a307040e50e22ea95af85e046369fbc6ff7b8c5.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 108, + 81, + 502, + 105.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 108, + 105.0, + 502, + 129.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 108, + 129.0, + 502, + 153.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 107, + 160, + 504, + 194 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 160, + 505, + 173 + ], + "spans": [ + { + "bbox": [ + 105, + 160, + 505, + 173 + ], + "score": 1.0, + "content": "Figure 2: Temporally adjacent frames may not be visually similar. We show three randomly sampled", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 172, + 505, + 184 + ], + "spans": [ + { + "bbox": [ + 106, + 172, + 505, + 184 + ], + "score": 1.0, + "content": "frame pairs where the nearby frame was marked as “dissimilar” to the anchor frame during human", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 183, + 283, + 195 + ], + "spans": [ + { + "bbox": [ + 105, + 183, + 283, + 195 + ], + "score": 1.0, + "content": "review and then discarded from our dataset.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4 + } + ], + "index": 2.5 + }, + { + "type": "table", + "bbox": [ + 120, + 206, + 491, + 279 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 120, + 206, + 491, + 279 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 120, + 206, + 491, + 279 + ], + "spans": [ + { + "bbox": [ + 120, + 206, + 491, + 279 + ], + "score": 0.975, + "html": "
ImageNet-Vid-RobustYTBB-Robust
Anchor framesReviewed1,3142,467
Accepted1,109 (84%)2,030 (82%)
Labels updated1834 (41%)
Frame pairsReviewed26,02945,631
Accepted21,070 (80.9%)36,827 (80.7%)
", + "type": "table", + "image_path": "42739e81fb63e115b46ecd824e9d7195be73a1bd4dee15e9422ea4bb6b09a99c.jpg" + } + ] + } + ], + "index": 7, + "virtual_lines": [ + { + "bbox": [ + 120, + 206, + 491, + 230.33333333333334 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 120, + 230.33333333333334, + 491, + 254.66666666666669 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 120, + 254.66666666666669, + 491, + 279.0 + ], + "spans": [], + "index": 8 + } + ] + }, + { + "type": "table_caption", + "bbox": [ + 107, + 286, + 504, + 308 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 285, + 505, + 299 + ], + "spans": [ + { + "bbox": [ + 105, + 285, + 505, + 299 + ], + "score": 1.0, + "content": "Table 1: Statistics of ImageNet-Vid-Robust and YTBB-Robust. For YTBB-Robust, we", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 297, + 505, + 309 + ], + "spans": [ + { + "bbox": [ + 106, + 297, + 215, + 309 + ], + "score": 1.0, + "content": "updated the labels from for", + "type": "text" + }, + { + "bbox": [ + 215, + 297, + 235, + 308 + ], + "score": 0.85, + "content": "41 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 235, + 297, + 505, + 309 + ], + "score": 1.0, + "content": "(834) of the accepted anchors due to labeling errors in Youtube-BB.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9.5 + } + ], + "index": 8.25 + }, + { + "type": "text", + "bbox": [ + 108, + 331, + 504, + 364 + ], + "lines": [ + { + "bbox": [ + 106, + 330, + 505, + 344 + ], + "spans": [ + { + "bbox": [ + 106, + 330, + 505, + 344 + ], + "score": 1.0, + "content": "Next, we curate the dataset with the help of four expert human annotators. The goal of the curation", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 342, + 505, + 354 + ], + "spans": [ + { + "bbox": [ + 106, + 342, + 505, + 354 + ], + "score": 1.0, + "content": "step is to ensure that each anchor frame and its nearby frames are correctly labeled with the same", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 352, + 459, + 365 + ], + "spans": [ + { + "bbox": [ + 106, + 352, + 459, + 365 + ], + "score": 1.0, + "content": "ground truth class, and that the anchor frame and the nearby frames are visually similar.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12 + }, + { + "type": "text", + "bbox": [ + 107, + 369, + 505, + 425 + ], + "lines": [ + { + "bbox": [ + 106, + 370, + 505, + 382 + ], + "spans": [ + { + "bbox": [ + 106, + 370, + 505, + 382 + ], + "score": 1.0, + "content": "Denser labels for Youtube-BB. As Youtube-BB contains only a single category label per frame at 1", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 379, + 506, + 394 + ], + "spans": [ + { + "bbox": [ + 105, + 379, + 506, + 394 + ], + "score": 1.0, + "content": "frame per second, annotators first viewed each anchor frame individually and marked any missing", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 390, + 506, + 405 + ], + "spans": [ + { + "bbox": [ + 105, + 390, + 506, + 405 + ], + "score": 1.0, + "content": "labels. In total, annotators corrected the labels for 834 frames, adding an average of 0.5 labels per", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 402, + 506, + 416 + ], + "spans": [ + { + "bbox": [ + 105, + 402, + 506, + 416 + ], + "score": 1.0, + "content": "anchor frame. These labels are then propagated to nearby, unlabeled frames at the native frame rate", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 412, + 506, + 427 + ], + "spans": [ + { + "bbox": [ + 105, + 412, + 506, + 427 + ], + "score": 1.0, + "content": "and verified in the next step. ImageNet-Vid densely labels all classes per frame, so we skip this step.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 16 + }, + { + "type": "text", + "bbox": [ + 107, + 430, + 505, + 552 + ], + "lines": [ + { + "bbox": [ + 106, + 431, + 505, + 443 + ], + "spans": [ + { + "bbox": [ + 106, + 431, + 505, + 443 + ], + "score": 1.0, + "content": "Frame pairs review. Next, for each pair of anchor and candidate perturbation frames, a human", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 442, + 506, + 455 + ], + "spans": [ + { + "bbox": [ + 106, + 442, + 506, + 455 + ], + "score": 1.0, + "content": "annotates (i) whether the pair is correctly labeled in the dataset, and (ii) whether the pair is similar.", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 451, + 507, + 467 + ], + "spans": [ + { + "bbox": [ + 105, + 451, + 507, + 467 + ], + "score": 1.0, + "content": "We took several steps to mitigate the subjectivity of this task and ensure high annotation quality.", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 462, + 506, + 478 + ], + "spans": [ + { + "bbox": [ + 105, + 462, + 506, + 478 + ], + "score": 1.0, + "content": "First, we trained reviewers to mark frames as dissimilar if the scene undergoes any of the following", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 475, + 505, + 487 + ], + "spans": [ + { + "bbox": [ + 106, + 475, + 505, + 487 + ], + "score": 1.0, + "content": "transformations: significant motion, significant background change, or significant blur change. We", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 486, + 505, + 497 + ], + "spans": [ + { + "bbox": [ + 106, + 486, + 505, + 497 + ], + "score": 1.0, + "content": "asked reviewers to mark each dissimilar frame with one of these transformations, or “other”, and to", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 497, + 505, + 509 + ], + "spans": [ + { + "bbox": [ + 106, + 497, + 505, + 509 + ], + "score": 1.0, + "content": "mark a pair of images as dissimilar if a distinctive feature of the object is only visible in one of the", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 508, + 505, + 519 + ], + "spans": [ + { + "bbox": [ + 106, + 508, + 505, + 519 + ], + "score": 1.0, + "content": "two frames (such as the face of a dog). If an annotator was unsure about the correct label, she could", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 518, + 505, + 532 + ], + "spans": [ + { + "bbox": [ + 105, + 518, + 505, + 532 + ], + "score": 1.0, + "content": "mark the pair as “unsure”. Second, we present only a single pair of frames at a time to reviewers", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 529, + 506, + 543 + ], + "spans": [ + { + "bbox": [ + 105, + 529, + 506, + 543 + ], + "score": 1.0, + "content": "because presenting videos or groups of frames could cause them to miss large changes due to the", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 541, + 307, + 553 + ], + "spans": [ + { + "bbox": [ + 106, + 541, + 307, + 553 + ], + "score": 1.0, + "content": "phenomenon of change blindness (Pashler, 1988).", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 24 + }, + { + "type": "text", + "bbox": [ + 107, + 558, + 505, + 602 + ], + "lines": [ + { + "bbox": [ + 105, + 557, + 506, + 570 + ], + "spans": [ + { + "bbox": [ + 105, + 557, + 506, + 570 + ], + "score": 1.0, + "content": "Verification. In the previous stage, all annotators were given identical labeling instructions and", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 568, + 506, + 582 + ], + "spans": [ + { + "bbox": [ + 105, + 568, + 506, + 582 + ], + "score": 1.0, + "content": "individually reviewed a total of 71,660 images pairs. To increase consistency in annotation, annotators", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 581, + 505, + 592 + ], + "spans": [ + { + "bbox": [ + 105, + 581, + 505, + 592 + ], + "score": 1.0, + "content": "jointly reviewed all frames marked as dissimilar, incorrectly labeled, or “unsure”. A frame was only", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 591, + 475, + 603 + ], + "spans": [ + { + "bbox": [ + 105, + 591, + 475, + 603 + ], + "score": 1.0, + "content": "considered similar to its anchor if a strict majority of the annotators marked the pair as such.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 31.5 + }, + { + "type": "text", + "bbox": [ + 107, + 608, + 504, + 641 + ], + "lines": [ + { + "bbox": [ + 105, + 607, + 505, + 621 + ], + "spans": [ + { + "bbox": [ + 105, + 607, + 505, + 621 + ], + "score": 1.0, + "content": "After the reviewing was complete, we discarded all anchor frames and candidate perturbations that", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 619, + 506, + 631 + ], + "spans": [ + { + "bbox": [ + 105, + 619, + 506, + 631 + ], + "score": 1.0, + "content": "annotators marked as dissimilar or incorrectly labeled. The final datasets contain a combined total of", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 631, + 355, + 641 + ], + "spans": [ + { + "bbox": [ + 106, + 631, + 355, + 641 + ], + "score": 1.0, + "content": "3,139 anchor frames with a median of 20 similar frames each.", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 35 + }, + { + "type": "title", + "bbox": [ + 108, + 655, + 268, + 667 + ], + "lines": [ + { + "bbox": [ + 105, + 655, + 270, + 668 + ], + "spans": [ + { + "bbox": [ + 105, + 655, + 270, + 668 + ], + "score": 1.0, + "content": "2.2 THE P M-K EVALUATION METRIC", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 37 + }, + { + "type": "text", + "bbox": [ + 107, + 676, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 676, + 505, + 688 + ], + "spans": [ + { + "bbox": [ + 106, + 676, + 505, + 688 + ], + "score": 1.0, + "content": "Given the datasets introduced above, we propose a metric to measure a model’s robustness to natural", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 687, + 506, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 229, + 700 + ], + "score": 1.0, + "content": "perturbations. In particular, let", + "type": "text" + }, + { + "bbox": [ + 230, + 688, + 298, + 700 + ], + "score": 0.92, + "content": "A = \\{ a _ { 1 } , . . . , a _ { n } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 299, + 687, + 506, + 700 + ], + "score": 1.0, + "content": "be the set of valid anchor frames in our dataset. Let", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 698, + 506, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 699, + 176, + 711 + ], + "score": 0.92, + "content": "Y = \\{ y _ { 1 } , . . . , y _ { n } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 176, + 698, + 268, + 711 + ], + "score": 1.0, + "content": "be the set of labels for", + "type": "text" + }, + { + "bbox": [ + 268, + 700, + 276, + 708 + ], + "score": 0.81, + "content": "A", + "type": "inline_equation" + }, + { + "bbox": [ + 277, + 698, + 309, + 711 + ], + "score": 1.0, + "content": ". We let", + "type": "text" + }, + { + "bbox": [ + 309, + 699, + 339, + 711 + ], + "score": 0.91, + "content": "\\textstyle { \\mathcal { N } } _ { k } ( a _ { i } )", + "type": "inline_equation" + }, + { + "bbox": [ + 340, + 698, + 506, + 711 + ], + "score": 1.0, + "content": "be the set of frames marked as similar to", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 710, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 710, + 163, + 722 + ], + "score": 1.0, + "content": "anchor frame", + "type": "text" + }, + { + "bbox": [ + 163, + 712, + 172, + 721 + ], + "score": 0.82, + "content": "a _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 173, + 710, + 236, + 722 + ], + "score": 1.0, + "content": ". In our setting,", + "type": "text" + }, + { + "bbox": [ + 236, + 710, + 250, + 721 + ], + "score": 0.88, + "content": "\\mathcal { N } _ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 250, + 710, + 321, + 722 + ], + "score": 1.0, + "content": "is a subset of the", + "type": "text" + }, + { + "bbox": [ + 322, + 711, + 333, + 720 + ], + "score": 0.85, + "content": "2 k", + "type": "inline_equation" + }, + { + "bbox": [ + 334, + 710, + 497, + 722 + ], + "score": 1.0, + "content": "temporally adjacent frames (plus/minus", + "type": "text" + }, + { + "bbox": [ + 497, + 710, + 505, + 720 + ], + "score": 0.27, + "content": "\\mathbf { k }", + "type": "inline_equation" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 719, + 208, + 732 + ], + "spans": [ + { + "bbox": [ + 105, + 719, + 208, + 732 + ], + "score": 1.0, + "content": "frames from the anchor).", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 40 + } + ], + "page_idx": 2, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 107, + 25, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 107, + 25, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2020", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 751, + 309, + 760 + ], + "lines": [ + { + "bbox": [ + 301, + 750, + 310, + 762 + ], + "spans": [ + { + "bbox": [ + 301, + 750, + 310, + 762 + ], + "score": 1.0, + "content": "3", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 108, + 81, + 502, + 153 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 108, + 81, + 502, + 153 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 108, + 81, + 502, + 153 + ], + "spans": [ + { + "bbox": [ + 108, + 81, + 502, + 153 + ], + "score": 0.964, + "type": "image", + "image_path": "d9c52de0f9f2b2238ab572f72a307040e50e22ea95af85e046369fbc6ff7b8c5.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 108, + 81, + 502, + 105.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 108, + 105.0, + 502, + 129.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 108, + 129.0, + 502, + 153.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 107, + 160, + 504, + 194 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 160, + 505, + 173 + ], + "spans": [ + { + "bbox": [ + 105, + 160, + 505, + 173 + ], + "score": 1.0, + "content": "Figure 2: Temporally adjacent frames may not be visually similar. We show three randomly sampled", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 172, + 505, + 184 + ], + "spans": [ + { + "bbox": [ + 106, + 172, + 505, + 184 + ], + "score": 1.0, + "content": "frame pairs where the nearby frame was marked as “dissimilar” to the anchor frame during human", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 183, + 283, + 195 + ], + "spans": [ + { + "bbox": [ + 105, + 183, + 283, + 195 + ], + "score": 1.0, + "content": "review and then discarded from our dataset.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4 + } + ], + "index": 2.5 + }, + { + "type": "table", + "bbox": [ + 120, + 206, + 491, + 279 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 120, + 206, + 491, + 279 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 120, + 206, + 491, + 279 + ], + "spans": [ + { + "bbox": [ + 120, + 206, + 491, + 279 + ], + "score": 0.975, + "html": "
ImageNet-Vid-RobustYTBB-Robust
Anchor framesReviewed1,3142,467
Accepted1,109 (84%)2,030 (82%)
Labels updated1834 (41%)
Frame pairsReviewed26,02945,631
Accepted21,070 (80.9%)36,827 (80.7%)
", + "type": "table", + "image_path": "42739e81fb63e115b46ecd824e9d7195be73a1bd4dee15e9422ea4bb6b09a99c.jpg" + } + ] + } + ], + "index": 7, + "virtual_lines": [ + { + "bbox": [ + 120, + 206, + 491, + 230.33333333333334 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 120, + 230.33333333333334, + 491, + 254.66666666666669 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 120, + 254.66666666666669, + 491, + 279.0 + ], + "spans": [], + "index": 8 + } + ] + }, + { + "type": "table_caption", + "bbox": [ + 107, + 286, + 504, + 308 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 285, + 505, + 299 + ], + "spans": [ + { + "bbox": [ + 105, + 285, + 505, + 299 + ], + "score": 1.0, + "content": "Table 1: Statistics of ImageNet-Vid-Robust and YTBB-Robust. For YTBB-Robust, we", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 297, + 505, + 309 + ], + "spans": [ + { + "bbox": [ + 106, + 297, + 215, + 309 + ], + "score": 1.0, + "content": "updated the labels from for", + "type": "text" + }, + { + "bbox": [ + 215, + 297, + 235, + 308 + ], + "score": 0.85, + "content": "41 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 235, + 297, + 505, + 309 + ], + "score": 1.0, + "content": "(834) of the accepted anchors due to labeling errors in Youtube-BB.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9.5 + } + ], + "index": 8.25 + }, + { + "type": "text", + "bbox": [ + 108, + 331, + 504, + 364 + ], + "lines": [ + { + "bbox": [ + 106, + 330, + 505, + 344 + ], + "spans": [ + { + "bbox": [ + 106, + 330, + 505, + 344 + ], + "score": 1.0, + "content": "Next, we curate the dataset with the help of four expert human annotators. The goal of the curation", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 342, + 505, + 354 + ], + "spans": [ + { + "bbox": [ + 106, + 342, + 505, + 354 + ], + "score": 1.0, + "content": "step is to ensure that each anchor frame and its nearby frames are correctly labeled with the same", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 352, + 459, + 365 + ], + "spans": [ + { + "bbox": [ + 106, + 352, + 459, + 365 + ], + "score": 1.0, + "content": "ground truth class, and that the anchor frame and the nearby frames are visually similar.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12, + "bbox_fs": [ + 106, + 330, + 505, + 365 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 369, + 505, + 425 + ], + "lines": [ + { + "bbox": [ + 106, + 370, + 505, + 382 + ], + "spans": [ + { + "bbox": [ + 106, + 370, + 505, + 382 + ], + "score": 1.0, + "content": "Denser labels for Youtube-BB. As Youtube-BB contains only a single category label per frame at 1", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 379, + 506, + 394 + ], + "spans": [ + { + "bbox": [ + 105, + 379, + 506, + 394 + ], + "score": 1.0, + "content": "frame per second, annotators first viewed each anchor frame individually and marked any missing", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 390, + 506, + 405 + ], + "spans": [ + { + "bbox": [ + 105, + 390, + 506, + 405 + ], + "score": 1.0, + "content": "labels. In total, annotators corrected the labels for 834 frames, adding an average of 0.5 labels per", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 402, + 506, + 416 + ], + "spans": [ + { + "bbox": [ + 105, + 402, + 506, + 416 + ], + "score": 1.0, + "content": "anchor frame. These labels are then propagated to nearby, unlabeled frames at the native frame rate", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 412, + 506, + 427 + ], + "spans": [ + { + "bbox": [ + 105, + 412, + 506, + 427 + ], + "score": 1.0, + "content": "and verified in the next step. ImageNet-Vid densely labels all classes per frame, so we skip this step.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 16, + "bbox_fs": [ + 105, + 370, + 506, + 427 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 430, + 505, + 552 + ], + "lines": [ + { + "bbox": [ + 106, + 431, + 505, + 443 + ], + "spans": [ + { + "bbox": [ + 106, + 431, + 505, + 443 + ], + "score": 1.0, + "content": "Frame pairs review. Next, for each pair of anchor and candidate perturbation frames, a human", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 442, + 506, + 455 + ], + "spans": [ + { + "bbox": [ + 106, + 442, + 506, + 455 + ], + "score": 1.0, + "content": "annotates (i) whether the pair is correctly labeled in the dataset, and (ii) whether the pair is similar.", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 451, + 507, + 467 + ], + "spans": [ + { + "bbox": [ + 105, + 451, + 507, + 467 + ], + "score": 1.0, + "content": "We took several steps to mitigate the subjectivity of this task and ensure high annotation quality.", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 462, + 506, + 478 + ], + "spans": [ + { + "bbox": [ + 105, + 462, + 506, + 478 + ], + "score": 1.0, + "content": "First, we trained reviewers to mark frames as dissimilar if the scene undergoes any of the following", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 475, + 505, + 487 + ], + "spans": [ + { + "bbox": [ + 106, + 475, + 505, + 487 + ], + "score": 1.0, + "content": "transformations: significant motion, significant background change, or significant blur change. We", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 486, + 505, + 497 + ], + "spans": [ + { + "bbox": [ + 106, + 486, + 505, + 497 + ], + "score": 1.0, + "content": "asked reviewers to mark each dissimilar frame with one of these transformations, or “other”, and to", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 497, + 505, + 509 + ], + "spans": [ + { + "bbox": [ + 106, + 497, + 505, + 509 + ], + "score": 1.0, + "content": "mark a pair of images as dissimilar if a distinctive feature of the object is only visible in one of the", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 508, + 505, + 519 + ], + "spans": [ + { + "bbox": [ + 106, + 508, + 505, + 519 + ], + "score": 1.0, + "content": "two frames (such as the face of a dog). If an annotator was unsure about the correct label, she could", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 518, + 505, + 532 + ], + "spans": [ + { + "bbox": [ + 105, + 518, + 505, + 532 + ], + "score": 1.0, + "content": "mark the pair as “unsure”. Second, we present only a single pair of frames at a time to reviewers", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 529, + 506, + 543 + ], + "spans": [ + { + "bbox": [ + 105, + 529, + 506, + 543 + ], + "score": 1.0, + "content": "because presenting videos or groups of frames could cause them to miss large changes due to the", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 541, + 307, + 553 + ], + "spans": [ + { + "bbox": [ + 106, + 541, + 307, + 553 + ], + "score": 1.0, + "content": "phenomenon of change blindness (Pashler, 1988).", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 24, + "bbox_fs": [ + 105, + 431, + 507, + 553 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 558, + 505, + 602 + ], + "lines": [ + { + "bbox": [ + 105, + 557, + 506, + 570 + ], + "spans": [ + { + "bbox": [ + 105, + 557, + 506, + 570 + ], + "score": 1.0, + "content": "Verification. In the previous stage, all annotators were given identical labeling instructions and", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 568, + 506, + 582 + ], + "spans": [ + { + "bbox": [ + 105, + 568, + 506, + 582 + ], + "score": 1.0, + "content": "individually reviewed a total of 71,660 images pairs. To increase consistency in annotation, annotators", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 581, + 505, + 592 + ], + "spans": [ + { + "bbox": [ + 105, + 581, + 505, + 592 + ], + "score": 1.0, + "content": "jointly reviewed all frames marked as dissimilar, incorrectly labeled, or “unsure”. A frame was only", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 591, + 475, + 603 + ], + "spans": [ + { + "bbox": [ + 105, + 591, + 475, + 603 + ], + "score": 1.0, + "content": "considered similar to its anchor if a strict majority of the annotators marked the pair as such.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 31.5, + "bbox_fs": [ + 105, + 557, + 506, + 603 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 608, + 504, + 641 + ], + "lines": [ + { + "bbox": [ + 105, + 607, + 505, + 621 + ], + "spans": [ + { + "bbox": [ + 105, + 607, + 505, + 621 + ], + "score": 1.0, + "content": "After the reviewing was complete, we discarded all anchor frames and candidate perturbations that", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 619, + 506, + 631 + ], + "spans": [ + { + "bbox": [ + 105, + 619, + 506, + 631 + ], + "score": 1.0, + "content": "annotators marked as dissimilar or incorrectly labeled. The final datasets contain a combined total of", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 631, + 355, + 641 + ], + "spans": [ + { + "bbox": [ + 106, + 631, + 355, + 641 + ], + "score": 1.0, + "content": "3,139 anchor frames with a median of 20 similar frames each.", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 35, + "bbox_fs": [ + 105, + 607, + 506, + 641 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 655, + 268, + 667 + ], + "lines": [ + { + "bbox": [ + 105, + 655, + 270, + 668 + ], + "spans": [ + { + "bbox": [ + 105, + 655, + 270, + 668 + ], + "score": 1.0, + "content": "2.2 THE P M-K EVALUATION METRIC", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 37 + }, + { + "type": "text", + "bbox": [ + 107, + 676, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 676, + 505, + 688 + ], + "spans": [ + { + "bbox": [ + 106, + 676, + 505, + 688 + ], + "score": 1.0, + "content": "Given the datasets introduced above, we propose a metric to measure a model’s robustness to natural", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 687, + 506, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 229, + 700 + ], + "score": 1.0, + "content": "perturbations. In particular, let", + "type": "text" + }, + { + "bbox": [ + 230, + 688, + 298, + 700 + ], + "score": 0.92, + "content": "A = \\{ a _ { 1 } , . . . , a _ { n } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 299, + 687, + 506, + 700 + ], + "score": 1.0, + "content": "be the set of valid anchor frames in our dataset. Let", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 698, + 506, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 699, + 176, + 711 + ], + "score": 0.92, + "content": "Y = \\{ y _ { 1 } , . . . , y _ { n } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 176, + 698, + 268, + 711 + ], + "score": 1.0, + "content": "be the set of labels for", + "type": "text" + }, + { + "bbox": [ + 268, + 700, + 276, + 708 + ], + "score": 0.81, + "content": "A", + "type": "inline_equation" + }, + { + "bbox": [ + 277, + 698, + 309, + 711 + ], + "score": 1.0, + "content": ". We let", + "type": "text" + }, + { + "bbox": [ + 309, + 699, + 339, + 711 + ], + "score": 0.91, + "content": "\\textstyle { \\mathcal { N } } _ { k } ( a _ { i } )", + "type": "inline_equation" + }, + { + "bbox": [ + 340, + 698, + 506, + 711 + ], + "score": 1.0, + "content": "be the set of frames marked as similar to", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 710, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 710, + 163, + 722 + ], + "score": 1.0, + "content": "anchor frame", + "type": "text" + }, + { + "bbox": [ + 163, + 712, + 172, + 721 + ], + "score": 0.82, + "content": "a _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 173, + 710, + 236, + 722 + ], + "score": 1.0, + "content": ". In our setting,", + "type": "text" + }, + { + "bbox": [ + 236, + 710, + 250, + 721 + ], + "score": 0.88, + "content": "\\mathcal { N } _ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 250, + 710, + 321, + 722 + ], + "score": 1.0, + "content": "is a subset of the", + "type": "text" + }, + { + "bbox": [ + 322, + 711, + 333, + 720 + ], + "score": 0.85, + "content": "2 k", + "type": "inline_equation" + }, + { + "bbox": [ + 334, + 710, + 497, + 722 + ], + "score": 1.0, + "content": "temporally adjacent frames (plus/minus", + "type": "text" + }, + { + "bbox": [ + 497, + 710, + 505, + 720 + ], + "score": 0.27, + "content": "\\mathbf { k }", + "type": "inline_equation" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 719, + 208, + 732 + ], + "spans": [ + { + "bbox": [ + 105, + 719, + 208, + 732 + ], + "score": 1.0, + "content": "frames from the anchor).", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 40, + "bbox_fs": [ + 105, + 676, + 506, + 732 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 80, + 505, + 106 + ], + "lines": [ + { + "bbox": [ + 102, + 74, + 508, + 101 + ], + "spans": [ + { + "bbox": [ + 102, + 74, + 320, + 101 + ], + "score": 1.0, + "content": "Classification. Classification accuracy is defined as", + "type": "text" + }, + { + "bbox": [ + 320, + 80, + 475, + 96 + ], + "score": 0.93, + "content": "\\begin{array} { r } { \\mathrm { a c c } _ { \\mathrm { o r i g } } = 1 - \\frac { 1 } { N } \\sum _ { i = 0 } ^ { N } \\mathcal { L } _ { 0 / 1 } ( f ( a _ { i } ) , y _ { i } ) } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 475, + 74, + 508, + 101 + ], + "score": 1.0, + "content": ", where", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 107, + 92, + 434, + 108 + ], + "spans": [ + { + "bbox": [ + 107, + 94, + 127, + 107 + ], + "score": 0.89, + "content": "\\mathcal { L } _ { 0 / 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 127, + 92, + 317, + 108 + ], + "score": 1.0, + "content": "is the standard 0-1 loss function. We define the", + "type": "text" + }, + { + "bbox": [ + 318, + 95, + 343, + 105 + ], + "score": 0.81, + "content": "\\mathrm { p m - k }", + "type": "inline_equation" + }, + { + "bbox": [ + 343, + 92, + 434, + 108 + ], + "score": 1.0, + "content": "analog of accuracy as", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "interline_equation", + "bbox": [ + 209, + 114, + 401, + 149 + ], + "lines": [ + { + "bbox": [ + 209, + 114, + 401, + 149 + ], + "spans": [ + { + "bbox": [ + 209, + 114, + 401, + 149 + ], + "score": 0.94, + "content": "\\mathrm { a c c } _ { \\mathrm { p m k } } = 1 - \\frac { 1 } { N } \\sum _ { i = 0 } ^ { N } \\operatorname* { m a x } _ { b \\in \\mathcal { N } _ { k } ( a _ { i } ) } \\mathcal { L } _ { 0 / 1 } ( f ( b ) , y _ { i } ) ,", + "type": "interline_equation", + "image_path": "71701e6adb581e0f883f201bedca69f386a5fac163fdf05b2c7fd2e3e8fc5c13.jpg" + } + ] + } + ], + "index": 2.5, + "virtual_lines": [ + { + "bbox": [ + 209, + 114, + 401, + 131.5 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 209, + 131.5, + 401, + 149.0 + ], + "spans": [], + "index": 3 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 156, + 490, + 168 + ], + "lines": [ + { + "bbox": [ + 105, + 153, + 492, + 172 + ], + "spans": [ + { + "bbox": [ + 105, + 153, + 347, + 172 + ], + "score": 1.0, + "content": "which corresponds to picking the worst frame from each set", + "type": "text" + }, + { + "bbox": [ + 347, + 156, + 378, + 168 + ], + "score": 0.93, + "content": "\\textstyle { \\mathcal { N } } _ { k } ( a _ { i } )", + "type": "inline_equation" + }, + { + "bbox": [ + 378, + 153, + 492, + 172 + ], + "score": 1.0, + "content": "before computing accuracy.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 106, + 184, + 505, + 241 + ], + "lines": [ + { + "bbox": [ + 106, + 185, + 505, + 198 + ], + "spans": [ + { + "bbox": [ + 106, + 185, + 505, + 198 + ], + "score": 1.0, + "content": "Detection. The standard metric for detection is mean average precision (mAP) of the predictions", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 196, + 505, + 209 + ], + "spans": [ + { + "bbox": [ + 106, + 196, + 449, + 209 + ], + "score": 1.0, + "content": "at a fixed intersection-over-union (IoU) threshold Lin et al. (2014). We define the", + "type": "text" + }, + { + "bbox": [ + 449, + 197, + 475, + 208 + ], + "score": 0.86, + "content": "\\mathrm { p m - k }", + "type": "inline_equation" + }, + { + "bbox": [ + 475, + 196, + 505, + 209 + ], + "score": 1.0, + "content": "metric", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 207, + 506, + 220 + ], + "spans": [ + { + "bbox": [ + 105, + 207, + 506, + 220 + ], + "score": 1.0, + "content": "analogous to that for classification: We replace each anchor frame with the nearest frame that", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 218, + 505, + 231 + ], + "spans": [ + { + "bbox": [ + 105, + 218, + 505, + 231 + ], + "score": 1.0, + "content": "minimizes the average precision (AP, averaged over recall thresholds) of the predictions, and compute", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 228, + 344, + 242 + ], + "spans": [ + { + "bbox": [ + 106, + 230, + 132, + 241 + ], + "score": 0.77, + "content": "\\mathrm { p m - k }", + "type": "inline_equation" + }, + { + "bbox": [ + 132, + 228, + 344, + 242 + ], + "score": 1.0, + "content": "as the mAP on these worst-case neighboring frames.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 7 + }, + { + "type": "title", + "bbox": [ + 108, + 262, + 204, + 274 + ], + "lines": [ + { + "bbox": [ + 104, + 260, + 205, + 277 + ], + "spans": [ + { + "bbox": [ + 104, + 260, + 205, + 277 + ], + "score": 1.0, + "content": "3 MAIN RESULTS", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 10 + }, + { + "type": "image", + "bbox": [ + 145, + 293, + 465, + 445 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 145, + 293, + 465, + 445 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 145, + 293, + 465, + 445 + ], + "spans": [ + { + "bbox": [ + 145, + 293, + 465, + 445 + ], + "score": 0.972, + "type": "image", + "image_path": "ce35b09ba50d55d64192d79ef52cb386fa1ca0e6d3e8f2da696a1913a871875d.jpg" + } + ] + } + ], + "index": 12, + "virtual_lines": [ + { + "bbox": [ + 145, + 293, + 465, + 343.6666666666667 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 145, + 343.6666666666667, + 465, + 394.33333333333337 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 145, + 394.33333333333337, + 465, + 445.00000000000006 + ], + "spans": [], + "index": 13 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 454, + 505, + 498 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 454, + 505, + 467 + ], + "spans": [ + { + "bbox": [ + 106, + 454, + 505, + 467 + ], + "score": 1.0, + "content": "Figure 3: Model accuracy on original vs. perturbed images. Each data point corresponds to one", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 464, + 506, + 478 + ], + "spans": [ + { + "bbox": [ + 105, + 464, + 240, + 478 + ], + "score": 1.0, + "content": "model in our testbed (shown with", + "type": "text" + }, + { + "bbox": [ + 241, + 465, + 260, + 475 + ], + "score": 0.86, + "content": "9 5 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 261, + 464, + 506, + 478 + ], + "score": 1.0, + "content": "Clopper-Pearson confidence intervals). Each perturbed frame", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 104, + 475, + 506, + 488 + ], + "spans": [ + { + "bbox": [ + 104, + 475, + 506, + 488 + ], + "score": 1.0, + "content": "was taken from a ten frame neighborhood of the original frame (approximately 0.3 seconds). All", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 487, + 443, + 500 + ], + "spans": [ + { + "bbox": [ + 105, + 487, + 443, + 500 + ], + "score": 1.0, + "content": "frames were reviewed by humans to confirm visual similarity to the original frames.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 15.5 + } + ], + "index": 13.75 + }, + { + "type": "text", + "bbox": [ + 107, + 515, + 505, + 581 + ], + "lines": [ + { + "bbox": [ + 106, + 515, + 504, + 527 + ], + "spans": [ + { + "bbox": [ + 106, + 515, + 504, + 527 + ], + "score": 1.0, + "content": "We evaluate a testbed of 45 classification and three detection models on ImageNet-Vid-Robust", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 526, + 505, + 539 + ], + "spans": [ + { + "bbox": [ + 105, + 526, + 505, + 539 + ], + "score": 1.0, + "content": "and YTBB-Robust. We first discuss the various types of classification models evaluated with", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 537, + 505, + 550 + ], + "spans": [ + { + "bbox": [ + 105, + 537, + 122, + 550 + ], + "score": 1.0, + "content": "the", + "type": "text" + }, + { + "bbox": [ + 123, + 538, + 148, + 549 + ], + "score": 0.72, + "content": "\\mathrm { p m - k }", + "type": "inline_equation" + }, + { + "bbox": [ + 149, + 537, + 505, + 550 + ], + "score": 1.0, + "content": "classification metric. Second, we evaluate the performance of detection models on", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 548, + 505, + 561 + ], + "spans": [ + { + "bbox": [ + 105, + 548, + 505, + 561 + ], + "score": 1.0, + "content": "ImageNet-Vid-Robust using use the bounding box annotations inherited from ImageNet-Vid", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 559, + 505, + 571 + ], + "spans": [ + { + "bbox": [ + 105, + 559, + 177, + 571 + ], + "score": 1.0, + "content": "using a variant of", + "type": "text" + }, + { + "bbox": [ + 178, + 560, + 203, + 570 + ], + "score": 0.73, + "content": "\\mathrm { p m - k }", + "type": "inline_equation" + }, + { + "bbox": [ + 204, + 559, + 505, + 571 + ], + "score": 1.0, + "content": "for detection. We then analyze the errors made on the detection adversarial", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 570, + 412, + 583 + ], + "spans": [ + { + "bbox": [ + 105, + 570, + 412, + 583 + ], + "score": 1.0, + "content": "examples to isolate the effects of localization errors vs. classification errors.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 20.5 + }, + { + "type": "title", + "bbox": [ + 108, + 600, + 203, + 611 + ], + "lines": [ + { + "bbox": [ + 106, + 600, + 204, + 613 + ], + "spans": [ + { + "bbox": [ + 106, + 600, + 204, + 613 + ], + "score": 1.0, + "content": "3.1 CLASSIFICATION", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 24 + }, + { + "type": "text", + "bbox": [ + 106, + 624, + 505, + 691 + ], + "lines": [ + { + "bbox": [ + 105, + 623, + 505, + 637 + ], + "spans": [ + { + "bbox": [ + 105, + 623, + 266, + 637 + ], + "score": 1.0, + "content": "The classification robustness metric is", + "type": "text" + }, + { + "bbox": [ + 267, + 626, + 294, + 636 + ], + "score": 0.86, + "content": "\\mathrm { a c c } _ { \\mathrm { p m k } }", + "type": "inline_equation" + }, + { + "bbox": [ + 294, + 623, + 505, + 637 + ], + "score": 1.0, + "content": "defined in Equation (1). For frames with multiple", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 635, + 505, + 648 + ], + "spans": [ + { + "bbox": [ + 105, + 635, + 505, + 648 + ], + "score": 1.0, + "content": "labels, we count a prediction as correct if the model predicts any of the correct classes for a frame. In", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 646, + 506, + 660 + ], + "spans": [ + { + "bbox": [ + 105, + 646, + 257, + 660 + ], + "score": 1.0, + "content": "Figure 3, we plot the benign accuracy,", + "type": "text" + }, + { + "bbox": [ + 258, + 648, + 284, + 658 + ], + "score": 0.85, + "content": "\\operatorname { a c c } _ { \\mathrm { o r i g } }", + "type": "inline_equation" + }, + { + "bbox": [ + 284, + 646, + 394, + 660 + ], + "score": 1.0, + "content": ", versus the robust accuracy,", + "type": "text" + }, + { + "bbox": [ + 394, + 648, + 421, + 658 + ], + "score": 0.83, + "content": "\\mathrm { a c c } _ { \\mathrm { p m k } }", + "type": "inline_equation" + }, + { + "bbox": [ + 422, + 646, + 506, + 660 + ], + "score": 1.0, + "content": ", for all classification", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 656, + 506, + 671 + ], + "spans": [ + { + "bbox": [ + 105, + 656, + 341, + 671 + ], + "score": 1.0, + "content": "models in our test bed and find that the relationship between", + "type": "text" + }, + { + "bbox": [ + 341, + 659, + 367, + 670 + ], + "score": 0.87, + "content": "\\operatorname { a c c } _ { \\mathrm { o r i g } }", + "type": "inline_equation" + }, + { + "bbox": [ + 368, + 656, + 384, + 671 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 385, + 659, + 412, + 669 + ], + "score": 0.87, + "content": "\\mathrm { a c c } _ { \\mathrm { p m k } }", + "type": "inline_equation" + }, + { + "bbox": [ + 412, + 656, + 506, + 671 + ], + "score": 1.0, + "content": "is approximately linear.", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 667, + 506, + 681 + ], + "spans": [ + { + "bbox": [ + 105, + 667, + 506, + 681 + ], + "score": 1.0, + "content": "This relationship indicates that improvements in the benign accuracy do result in improvements in", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 679, + 506, + 692 + ], + "spans": [ + { + "bbox": [ + 106, + 679, + 506, + 692 + ], + "score": 1.0, + "content": "the worst-case accuracy, but do not suffice to resolve the accuracy drop due to natural perturbations.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 27.5 + }, + { + "type": "text", + "bbox": [ + 108, + 698, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 698, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 106, + 698, + 506, + 712 + ], + "score": 1.0, + "content": "Our test bed consists of five model types with increasing levels of supervision. We present results for", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 710, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 710, + 506, + 722 + ], + "score": 1.0, + "content": "representative models from each model type in Table 2 and defer the full classification results table to", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 720, + 167, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 167, + 733 + ], + "score": 1.0, + "content": "Appendix B.2.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32 + } + ], + "page_idx": 3, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 26, + 308, + 38 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 308, + 39 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 308, + 39 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2020", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 752, + 308, + 759 + ], + "lines": [] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 80, + 505, + 106 + ], + "lines": [ + { + "bbox": [ + 102, + 74, + 508, + 101 + ], + "spans": [ + { + "bbox": [ + 102, + 74, + 320, + 101 + ], + "score": 1.0, + "content": "Classification. Classification accuracy is defined as", + "type": "text" + }, + { + "bbox": [ + 320, + 80, + 475, + 96 + ], + "score": 0.93, + "content": "\\begin{array} { r } { \\mathrm { a c c } _ { \\mathrm { o r i g } } = 1 - \\frac { 1 } { N } \\sum _ { i = 0 } ^ { N } \\mathcal { L } _ { 0 / 1 } ( f ( a _ { i } ) , y _ { i } ) } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 475, + 74, + 508, + 101 + ], + "score": 1.0, + "content": ", where", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 107, + 92, + 434, + 108 + ], + "spans": [ + { + "bbox": [ + 107, + 94, + 127, + 107 + ], + "score": 0.89, + "content": "\\mathcal { L } _ { 0 / 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 127, + 92, + 317, + 108 + ], + "score": 1.0, + "content": "is the standard 0-1 loss function. We define the", + "type": "text" + }, + { + "bbox": [ + 318, + 95, + 343, + 105 + ], + "score": 0.81, + "content": "\\mathrm { p m - k }", + "type": "inline_equation" + }, + { + "bbox": [ + 343, + 92, + 434, + 108 + ], + "score": 1.0, + "content": "analog of accuracy as", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5, + "bbox_fs": [ + 102, + 74, + 508, + 108 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 209, + 114, + 401, + 149 + ], + "lines": [ + { + "bbox": [ + 209, + 114, + 401, + 149 + ], + "spans": [ + { + "bbox": [ + 209, + 114, + 401, + 149 + ], + "score": 0.94, + "content": "\\mathrm { a c c } _ { \\mathrm { p m k } } = 1 - \\frac { 1 } { N } \\sum _ { i = 0 } ^ { N } \\operatorname* { m a x } _ { b \\in \\mathcal { N } _ { k } ( a _ { i } ) } \\mathcal { L } _ { 0 / 1 } ( f ( b ) , y _ { i } ) ,", + "type": "interline_equation", + "image_path": "71701e6adb581e0f883f201bedca69f386a5fac163fdf05b2c7fd2e3e8fc5c13.jpg" + } + ] + } + ], + "index": 2.5, + "virtual_lines": [ + { + "bbox": [ + 209, + 114, + 401, + 131.5 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 209, + 131.5, + 401, + 149.0 + ], + "spans": [], + "index": 3 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 156, + 490, + 168 + ], + "lines": [ + { + "bbox": [ + 105, + 153, + 492, + 172 + ], + "spans": [ + { + "bbox": [ + 105, + 153, + 347, + 172 + ], + "score": 1.0, + "content": "which corresponds to picking the worst frame from each set", + "type": "text" + }, + { + "bbox": [ + 347, + 156, + 378, + 168 + ], + "score": 0.93, + "content": "\\textstyle { \\mathcal { N } } _ { k } ( a _ { i } )", + "type": "inline_equation" + }, + { + "bbox": [ + 378, + 153, + 492, + 172 + ], + "score": 1.0, + "content": "before computing accuracy.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4, + "bbox_fs": [ + 105, + 153, + 492, + 172 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 184, + 505, + 241 + ], + "lines": [ + { + "bbox": [ + 106, + 185, + 505, + 198 + ], + "spans": [ + { + "bbox": [ + 106, + 185, + 505, + 198 + ], + "score": 1.0, + "content": "Detection. The standard metric for detection is mean average precision (mAP) of the predictions", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 196, + 505, + 209 + ], + "spans": [ + { + "bbox": [ + 106, + 196, + 449, + 209 + ], + "score": 1.0, + "content": "at a fixed intersection-over-union (IoU) threshold Lin et al. (2014). We define the", + "type": "text" + }, + { + "bbox": [ + 449, + 197, + 475, + 208 + ], + "score": 0.86, + "content": "\\mathrm { p m - k }", + "type": "inline_equation" + }, + { + "bbox": [ + 475, + 196, + 505, + 209 + ], + "score": 1.0, + "content": "metric", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 207, + 506, + 220 + ], + "spans": [ + { + "bbox": [ + 105, + 207, + 506, + 220 + ], + "score": 1.0, + "content": "analogous to that for classification: We replace each anchor frame with the nearest frame that", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 218, + 505, + 231 + ], + "spans": [ + { + "bbox": [ + 105, + 218, + 505, + 231 + ], + "score": 1.0, + "content": "minimizes the average precision (AP, averaged over recall thresholds) of the predictions, and compute", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 228, + 344, + 242 + ], + "spans": [ + { + "bbox": [ + 106, + 230, + 132, + 241 + ], + "score": 0.77, + "content": "\\mathrm { p m - k }", + "type": "inline_equation" + }, + { + "bbox": [ + 132, + 228, + 344, + 242 + ], + "score": 1.0, + "content": "as the mAP on these worst-case neighboring frames.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 7, + "bbox_fs": [ + 105, + 185, + 506, + 242 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 262, + 204, + 274 + ], + "lines": [ + { + "bbox": [ + 104, + 260, + 205, + 277 + ], + "spans": [ + { + "bbox": [ + 104, + 260, + 205, + 277 + ], + "score": 1.0, + "content": "3 MAIN RESULTS", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 10 + }, + { + "type": "image", + "bbox": [ + 145, + 293, + 465, + 445 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 145, + 293, + 465, + 445 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 145, + 293, + 465, + 445 + ], + "spans": [ + { + "bbox": [ + 145, + 293, + 465, + 445 + ], + "score": 0.972, + "type": "image", + "image_path": "ce35b09ba50d55d64192d79ef52cb386fa1ca0e6d3e8f2da696a1913a871875d.jpg" + } + ] + } + ], + "index": 12, + "virtual_lines": [ + { + "bbox": [ + 145, + 293, + 465, + 343.6666666666667 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 145, + 343.6666666666667, + 465, + 394.33333333333337 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 145, + 394.33333333333337, + 465, + 445.00000000000006 + ], + "spans": [], + "index": 13 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 454, + 505, + 498 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 454, + 505, + 467 + ], + "spans": [ + { + "bbox": [ + 106, + 454, + 505, + 467 + ], + "score": 1.0, + "content": "Figure 3: Model accuracy on original vs. perturbed images. Each data point corresponds to one", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 464, + 506, + 478 + ], + "spans": [ + { + "bbox": [ + 105, + 464, + 240, + 478 + ], + "score": 1.0, + "content": "model in our testbed (shown with", + "type": "text" + }, + { + "bbox": [ + 241, + 465, + 260, + 475 + ], + "score": 0.86, + "content": "9 5 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 261, + 464, + 506, + 478 + ], + "score": 1.0, + "content": "Clopper-Pearson confidence intervals). Each perturbed frame", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 104, + 475, + 506, + 488 + ], + "spans": [ + { + "bbox": [ + 104, + 475, + 506, + 488 + ], + "score": 1.0, + "content": "was taken from a ten frame neighborhood of the original frame (approximately 0.3 seconds). All", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 487, + 443, + 500 + ], + "spans": [ + { + "bbox": [ + 105, + 487, + 443, + 500 + ], + "score": 1.0, + "content": "frames were reviewed by humans to confirm visual similarity to the original frames.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 15.5 + } + ], + "index": 13.75 + }, + { + "type": "text", + "bbox": [ + 107, + 515, + 505, + 581 + ], + "lines": [ + { + "bbox": [ + 106, + 515, + 504, + 527 + ], + "spans": [ + { + "bbox": [ + 106, + 515, + 504, + 527 + ], + "score": 1.0, + "content": "We evaluate a testbed of 45 classification and three detection models on ImageNet-Vid-Robust", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 526, + 505, + 539 + ], + "spans": [ + { + "bbox": [ + 105, + 526, + 505, + 539 + ], + "score": 1.0, + "content": "and YTBB-Robust. We first discuss the various types of classification models evaluated with", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 537, + 505, + 550 + ], + "spans": [ + { + "bbox": [ + 105, + 537, + 122, + 550 + ], + "score": 1.0, + "content": "the", + "type": "text" + }, + { + "bbox": [ + 123, + 538, + 148, + 549 + ], + "score": 0.72, + "content": "\\mathrm { p m - k }", + "type": "inline_equation" + }, + { + "bbox": [ + 149, + 537, + 505, + 550 + ], + "score": 1.0, + "content": "classification metric. Second, we evaluate the performance of detection models on", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 548, + 505, + 561 + ], + "spans": [ + { + "bbox": [ + 105, + 548, + 505, + 561 + ], + "score": 1.0, + "content": "ImageNet-Vid-Robust using use the bounding box annotations inherited from ImageNet-Vid", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 559, + 505, + 571 + ], + "spans": [ + { + "bbox": [ + 105, + 559, + 177, + 571 + ], + "score": 1.0, + "content": "using a variant of", + "type": "text" + }, + { + "bbox": [ + 178, + 560, + 203, + 570 + ], + "score": 0.73, + "content": "\\mathrm { p m - k }", + "type": "inline_equation" + }, + { + "bbox": [ + 204, + 559, + 505, + 571 + ], + "score": 1.0, + "content": "for detection. We then analyze the errors made on the detection adversarial", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 570, + 412, + 583 + ], + "spans": [ + { + "bbox": [ + 105, + 570, + 412, + 583 + ], + "score": 1.0, + "content": "examples to isolate the effects of localization errors vs. classification errors.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 20.5, + "bbox_fs": [ + 105, + 515, + 505, + 583 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 600, + 203, + 611 + ], + "lines": [ + { + "bbox": [ + 106, + 600, + 204, + 613 + ], + "spans": [ + { + "bbox": [ + 106, + 600, + 204, + 613 + ], + "score": 1.0, + "content": "3.1 CLASSIFICATION", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 24 + }, + { + "type": "text", + "bbox": [ + 106, + 624, + 505, + 691 + ], + "lines": [ + { + "bbox": [ + 105, + 623, + 505, + 637 + ], + "spans": [ + { + "bbox": [ + 105, + 623, + 266, + 637 + ], + "score": 1.0, + "content": "The classification robustness metric is", + "type": "text" + }, + { + "bbox": [ + 267, + 626, + 294, + 636 + ], + "score": 0.86, + "content": "\\mathrm { a c c } _ { \\mathrm { p m k } }", + "type": "inline_equation" + }, + { + "bbox": [ + 294, + 623, + 505, + 637 + ], + "score": 1.0, + "content": "defined in Equation (1). For frames with multiple", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 635, + 505, + 648 + ], + "spans": [ + { + "bbox": [ + 105, + 635, + 505, + 648 + ], + "score": 1.0, + "content": "labels, we count a prediction as correct if the model predicts any of the correct classes for a frame. In", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 646, + 506, + 660 + ], + "spans": [ + { + "bbox": [ + 105, + 646, + 257, + 660 + ], + "score": 1.0, + "content": "Figure 3, we plot the benign accuracy,", + "type": "text" + }, + { + "bbox": [ + 258, + 648, + 284, + 658 + ], + "score": 0.85, + "content": "\\operatorname { a c c } _ { \\mathrm { o r i g } }", + "type": "inline_equation" + }, + { + "bbox": [ + 284, + 646, + 394, + 660 + ], + "score": 1.0, + "content": ", versus the robust accuracy,", + "type": "text" + }, + { + "bbox": [ + 394, + 648, + 421, + 658 + ], + "score": 0.83, + "content": "\\mathrm { a c c } _ { \\mathrm { p m k } }", + "type": "inline_equation" + }, + { + "bbox": [ + 422, + 646, + 506, + 660 + ], + "score": 1.0, + "content": ", for all classification", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 656, + 506, + 671 + ], + "spans": [ + { + "bbox": [ + 105, + 656, + 341, + 671 + ], + "score": 1.0, + "content": "models in our test bed and find that the relationship between", + "type": "text" + }, + { + "bbox": [ + 341, + 659, + 367, + 670 + ], + "score": 0.87, + "content": "\\operatorname { a c c } _ { \\mathrm { o r i g } }", + "type": "inline_equation" + }, + { + "bbox": [ + 368, + 656, + 384, + 671 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 385, + 659, + 412, + 669 + ], + "score": 0.87, + "content": "\\mathrm { a c c } _ { \\mathrm { p m k } }", + "type": "inline_equation" + }, + { + "bbox": [ + 412, + 656, + 506, + 671 + ], + "score": 1.0, + "content": "is approximately linear.", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 667, + 506, + 681 + ], + "spans": [ + { + "bbox": [ + 105, + 667, + 506, + 681 + ], + "score": 1.0, + "content": "This relationship indicates that improvements in the benign accuracy do result in improvements in", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 679, + 506, + 692 + ], + "spans": [ + { + "bbox": [ + 106, + 679, + 506, + 692 + ], + "score": 1.0, + "content": "the worst-case accuracy, but do not suffice to resolve the accuracy drop due to natural perturbations.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 27.5, + "bbox_fs": [ + 105, + 623, + 506, + 692 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 698, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 698, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 106, + 698, + 506, + 712 + ], + "score": 1.0, + "content": "Our test bed consists of five model types with increasing levels of supervision. We present results for", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 710, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 710, + 506, + 722 + ], + "score": 1.0, + "content": "representative models from each model type in Table 2 and defer the full classification results table to", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 720, + 167, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 167, + 733 + ], + "score": 1.0, + "content": "Appendix B.2.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32, + "bbox_fs": [ + 105, + 698, + 506, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "table", + "bbox": [ + 135, + 111, + 476, + 286 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 107, + 80, + 504, + 103 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 80, + 505, + 93 + ], + "spans": [ + { + "bbox": [ + 105, + 80, + 505, + 93 + ], + "score": 1.0, + "content": "Table 2: Accuracies of five different model types and the best performing model. The model", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 91, + 501, + 102 + ], + "spans": [ + { + "bbox": [ + 106, + 91, + 501, + 102 + ], + "score": 1.0, + "content": "architecture is ResNet-50 unless noted otherwise. ‘FT’ is ‘fine-tuning.’ See Section 3.1 for details.", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "table_body", + "bbox": [ + 135, + 111, + 476, + 286 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 135, + 111, + 476, + 286 + ], + "spans": [ + { + "bbox": [ + 135, + 111, + 476, + 286 + ], + "score": 0.981, + "html": "
Model Type Accuracy Accuracy △PerturbedOriginal
ImageNet-Vid-Robust
Trained on ILSVRC 67.5 [64.7, 70.3] 52.5 [49.5, 55.5] 15.0
+ Noise Augmentation 68.8 [66.0, 71.5] 53.2 [50.2, 56.2] 15.6
+lrobustness (ResNext-101) 54.3 [51.3, 57.2] 40.8 [39.0, 43.7] 12.4
+ FT on ImageNet- Vid 80.8 [78.3, 83.1] 65.7 [62.9, 68.5] 15.1
+ FT on ImageNet-Vid (ResNet-152) 84.8 [82.5, 86.8]70.2 [67.4, 72.8] 14.6
+ FT on ImageNet-Vid-Det 77.6 [75.1, 80.0] 65.4 [62.5, 68.1] 12.3
YTBB-Robust
Trained on ILSVRC 57.0 [54.9, 59.2]43.8 [41.7, 46.0] 13.2
+Noise Augmentation 62.3 [60.2, 64.4]45.7 [43.5, 47.9]16.6
+ l robustness (ResNext-101) 53.6 [51.4, 55.8]43.2 [41.0, 45.3]10.4
+ FT on Youtube-BB 91.4 [90.1, 92.6]82.0 [80.3, 83.7]9.4
+ FT on Youtube-BB (ResNet-152) 92.9 [91.6, 93.9]84.7 [83.0, 86.2]8.2
", + "type": "table", + "image_path": "93504e29d42d2d6cda7c44c90142ee15e467a45dfec98b321b9089ed326f2725.jpg" + } + ] + } + ], + "index": 3, + "virtual_lines": [ + { + "bbox": [ + 135, + 111, + 476, + 169.33333333333334 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 135, + 169.33333333333334, + 476, + 227.66666666666669 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 135, + 227.66666666666669, + 476, + 286.0 + ], + "spans": [], + "index": 4 + } + ] + } + ], + "index": 1.75 + }, + { + "type": "text", + "bbox": [ + 106, + 303, + 505, + 403 + ], + "lines": [ + { + "bbox": [ + 105, + 303, + 506, + 317 + ], + "spans": [ + { + "bbox": [ + 105, + 303, + 506, + 317 + ], + "score": 1.0, + "content": "ILSVRC Trained The WordNet hierarchy enables us to repurpose models trained for the 1,000", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 315, + 506, + 327 + ], + "spans": [ + { + "bbox": [ + 106, + 315, + 506, + 327 + ], + "score": 1.0, + "content": "class ILSVRC dataset on ImageNet-Vid-Robust and YTBB-Robust (see Appendix A.1).", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 325, + 506, + 339 + ], + "spans": [ + { + "bbox": [ + 105, + 325, + 506, + 339 + ], + "score": 1.0, + "content": "We evaluate a wide array of ILSVRC-2012 models (available from Cadene) against our natural", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 336, + 506, + 349 + ], + "spans": [ + { + "bbox": [ + 105, + 336, + 506, + 349 + ], + "score": 1.0, + "content": "perturbations. Since these datasets present a substantial distribution shift from the original ILSVRC-", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 346, + 506, + 362 + ], + "spans": [ + { + "bbox": [ + 105, + 346, + 297, + 362 + ], + "score": 1.0, + "content": "2012 validation, we expect the benign accuracy", + "type": "text" + }, + { + "bbox": [ + 297, + 349, + 324, + 360 + ], + "score": 0.85, + "content": "\\operatorname { a c c } _ { \\mathrm { o r i g } }", + "type": "inline_equation" + }, + { + "bbox": [ + 324, + 346, + 506, + 362 + ], + "score": 1.0, + "content": "to be lower than the comparable accuracy on", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 358, + 505, + 371 + ], + "spans": [ + { + "bbox": [ + 106, + 358, + 505, + 371 + ], + "score": 1.0, + "content": "the ILSVRC-2012 validation set. However, our main interest here is in the difference between the", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 369, + 506, + 384 + ], + "spans": [ + { + "bbox": [ + 105, + 369, + 243, + 384 + ], + "score": 1.0, + "content": "original and perturbed accuracies", + "type": "text" + }, + { + "bbox": [ + 243, + 371, + 303, + 382 + ], + "score": 0.86, + "content": "\\operatorname { a c c } _ { \\mathrm { o r i g } } - \\operatorname { a c c } _ { \\mathrm { p m k } }", + "type": "inline_equation" + }, + { + "bbox": [ + 303, + 369, + 506, + 384 + ], + "score": 1.0, + "content": ". A small drop in accuracy would indicate that the", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 381, + 506, + 393 + ], + "spans": [ + { + "bbox": [ + 106, + 381, + 506, + 393 + ], + "score": 1.0, + "content": "model is robust to small changes that occur naturally in videos. Instead, we find significant drops of", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 391, + 462, + 405 + ], + "spans": [ + { + "bbox": [ + 106, + 392, + 133, + 402 + ], + "score": 0.85, + "content": "1 5 . 0 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 133, + 391, + 151, + 405 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 151, + 392, + 178, + 402 + ], + "score": 0.85, + "content": "1 3 . 2 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 178, + 391, + 462, + 405 + ], + "score": 1.0, + "content": "in accuracy on our two datasets, indicating sensitivity to such changes.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 9 + }, + { + "type": "text", + "bbox": [ + 106, + 410, + 505, + 509 + ], + "lines": [ + { + "bbox": [ + 105, + 409, + 505, + 424 + ], + "spans": [ + { + "bbox": [ + 105, + 409, + 505, + 424 + ], + "score": 1.0, + "content": "Noise augmentation One hypothesis for the accuracy drop from original to perturbed accuracy", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 422, + 505, + 434 + ], + "spans": [ + { + "bbox": [ + 106, + 422, + 505, + 434 + ], + "score": 1.0, + "content": "is that subtle artifacts and corruptions introduced by video compression schemes could degrade", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 432, + 505, + 445 + ], + "spans": [ + { + "bbox": [ + 105, + 432, + 450, + 445 + ], + "score": 1.0, + "content": "performance when evaluating on these corrupted frames. The worst-case nature of the", + "type": "text" + }, + { + "bbox": [ + 451, + 433, + 476, + 444 + ], + "score": 0.76, + "content": "\\mathrm { p m - k }", + "type": "inline_equation" + }, + { + "bbox": [ + 476, + 432, + 505, + 445 + ], + "score": 1.0, + "content": "metric", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 444, + 506, + 455 + ], + "spans": [ + { + "bbox": [ + 106, + 444, + 506, + 455 + ], + "score": 1.0, + "content": "could then be focusing on these corrupted frames. One model for these corruptions are the perturba-", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 454, + 505, + 467 + ], + "spans": [ + { + "bbox": [ + 105, + 454, + 505, + 467 + ], + "score": 1.0, + "content": "tions introduced in Hendrycks and Dietterich (2019). To test this hypothesis, we evaluate models", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 465, + 506, + 478 + ], + "spans": [ + { + "bbox": [ + 105, + 465, + 506, + 478 + ], + "score": 1.0, + "content": "augmented with a subset of the perturbations (exactly one of: Gaussian noise, Gaussian blur, shot", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 477, + 505, + 489 + ], + "spans": [ + { + "bbox": [ + 106, + 477, + 505, + 489 + ], + "score": 1.0, + "content": "noise, contrast change, impulse noise, or JPEG compression). We found that these augmentation", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 486, + 506, + 501 + ], + "spans": [ + { + "bbox": [ + 105, + 486, + 506, + 501 + ], + "score": 1.0, + "content": "schemes did not improve robustness against our perturbations substantially, and still result in accuracy", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 498, + 292, + 510 + ], + "spans": [ + { + "bbox": [ + 106, + 498, + 138, + 510 + ], + "score": 1.0, + "content": "drop of", + "type": "text" + }, + { + "bbox": [ + 138, + 498, + 165, + 509 + ], + "score": 0.84, + "content": "1 5 . 6 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 165, + 498, + 183, + 510 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 184, + 498, + 210, + 509 + ], + "score": 0.85, + "content": "1 6 . 6 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 210, + 498, + 292, + 510 + ], + "score": 1.0, + "content": "on the two datasets.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 18 + }, + { + "type": "text", + "bbox": [ + 107, + 516, + 505, + 572 + ], + "lines": [ + { + "bbox": [ + 106, + 517, + 505, + 529 + ], + "spans": [ + { + "bbox": [ + 106, + 517, + 120, + 528 + ], + "score": 0.88, + "content": "\\ell _ { \\infty }", + "type": "inline_equation" + }, + { + "bbox": [ + 120, + 517, + 505, + 529 + ], + "score": 1.0, + "content": "robustness. We evaluate the model from Xie et al. (2018), which currently performs best", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 528, + 506, + 541 + ], + "spans": [ + { + "bbox": [ + 105, + 528, + 137, + 541 + ], + "score": 1.0, + "content": "against", + "type": "text" + }, + { + "bbox": [ + 137, + 528, + 151, + 539 + ], + "score": 0.9, + "content": "\\ell _ { \\infty }", + "type": "inline_equation" + }, + { + "bbox": [ + 151, + 528, + 506, + 541 + ], + "score": 1.0, + "content": "attacks on ImageNet. We find that this model has a smaller accuracy drop than the two", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 538, + 506, + 552 + ], + "spans": [ + { + "bbox": [ + 105, + 538, + 506, + 552 + ], + "score": 1.0, + "content": "aforementioned model types on both datasets. However, we note that the robust model achieves", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 550, + 505, + 563 + ], + "spans": [ + { + "bbox": [ + 105, + 550, + 505, + 563 + ], + "score": 1.0, + "content": "significantly lower original and perturbed accuracy than either of the two model types above, and the", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 561, + 427, + 574 + ], + "spans": [ + { + "bbox": [ + 105, + 561, + 214, + 574 + ], + "score": 1.0, + "content": "robustness gain is modest", + "type": "text" + }, + { + "bbox": [ + 214, + 561, + 229, + 572 + ], + "score": 0.81, + "content": "3 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 229, + 561, + 427, + 574 + ], + "score": 1.0, + "content": "compared to models of similar benign accuracy).", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 25 + }, + { + "type": "text", + "bbox": [ + 107, + 579, + 505, + 624 + ], + "lines": [ + { + "bbox": [ + 105, + 579, + 505, + 592 + ], + "spans": [ + { + "bbox": [ + 105, + 579, + 505, + 592 + ], + "score": 1.0, + "content": "Fine-tuning on video frames. To adapt to the new class vocabulary and the video domain, we", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 591, + 506, + 603 + ], + "spans": [ + { + "bbox": [ + 105, + 591, + 506, + 603 + ], + "score": 1.0, + "content": "fine-tune several network architectures on the ImageNet-Vid and Youtube-BB training sets. For", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 602, + 506, + 615 + ], + "spans": [ + { + "bbox": [ + 105, + 602, + 506, + 615 + ], + "score": 1.0, + "content": "Youtube-BB, we train on the anchor frames used for training in Gu et al. (2019), and for ImageNet-Vid", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 613, + 492, + 624 + ], + "spans": [ + { + "bbox": [ + 105, + 613, + 492, + 624 + ], + "score": 1.0, + "content": "we use all frames in the training set. We provide hyperparameters for all models in Appendix K.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 29.5 + }, + { + "type": "text", + "bbox": [ + 108, + 625, + 506, + 680 + ], + "lines": [ + { + "bbox": [ + 105, + 624, + 506, + 638 + ], + "spans": [ + { + "bbox": [ + 105, + 624, + 506, + 638 + ], + "score": 1.0, + "content": "The resulting models significantly improve in accuracy over their ILSVRC pre-trained counterparts", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 635, + 506, + 649 + ], + "spans": [ + { + "bbox": [ + 105, + 635, + 129, + 649 + ], + "score": 1.0, + "content": "(e.g.,", + "type": "text" + }, + { + "bbox": [ + 130, + 636, + 150, + 647 + ], + "score": 0.86, + "content": "13 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 150, + 635, + 298, + 649 + ], + "score": 1.0, + "content": "on ImageNet-Vid-Robust and", + "type": "text" + }, + { + "bbox": [ + 298, + 636, + 318, + 646 + ], + "score": 0.87, + "content": "34 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 318, + 635, + 506, + 649 + ], + "score": 1.0, + "content": "on YTBB-Robust for ResNet-50). This im-", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 647, + 507, + 660 + ], + "spans": [ + { + "bbox": [ + 105, + 647, + 507, + 660 + ], + "score": 1.0, + "content": "provement in accuracy results in a modest improvement in the accuracy drop for YTBB-Robust,", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 657, + 507, + 671 + ], + "spans": [ + { + "bbox": [ + 105, + 657, + 327, + 671 + ], + "score": 1.0, + "content": "but a finetuned ResNet-50 still suffers from a significant", + "type": "text" + }, + { + "bbox": [ + 327, + 658, + 349, + 668 + ], + "score": 0.87, + "content": "9 . 4 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 349, + 657, + 507, + 671 + ], + "score": 1.0, + "content": "drop. On ImageNet-Vid-Robust,", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 668, + 384, + 681 + ], + "spans": [ + { + "bbox": [ + 105, + 668, + 316, + 681 + ], + "score": 1.0, + "content": "there is almost no change in the accuracy drop from", + "type": "text" + }, + { + "bbox": [ + 316, + 669, + 343, + 680 + ], + "score": 0.86, + "content": "1 5 . 0 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 343, + 668, + 354, + 681 + ], + "score": 1.0, + "content": "to", + "type": "text" + }, + { + "bbox": [ + 354, + 669, + 381, + 680 + ], + "score": 0.87, + "content": "1 5 . 1 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 381, + 668, + 384, + 681 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 34 + }, + { + "type": "text", + "bbox": [ + 107, + 687, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 688, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 688, + 505, + 700 + ], + "score": 1.0, + "content": "Fine-tuning for detection on video frames. We further analyze whether additional supervision", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 699, + 506, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 506, + 711 + ], + "score": 1.0, + "content": "in the form of bounding box annotations improves robustness. To this end, we train the Faster", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 709, + 505, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 505, + 723 + ], + "score": 1.0, + "content": "R-CNN detection model Ren et al. (2015) with a ResNet-50 backbone on ImageNet-Vid. Following", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 721, + 506, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 721, + 506, + 733 + ], + "score": 1.0, + "content": "standard practice, the detection backbone is pre-trained on ILSVRC-2012. To evaluate this detector", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 38.5 + } + ], + "page_idx": 4, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 107, + 26, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 107, + 26, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2020", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 751, + 308, + 760 + ], + "lines": [ + { + "bbox": [ + 302, + 750, + 309, + 763 + ], + "spans": [ + { + "bbox": [ + 302, + 750, + 309, + 763 + ], + "score": 1.0, + "content": "5", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "table", + "bbox": [ + 135, + 111, + 476, + 286 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 107, + 80, + 504, + 103 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 80, + 505, + 93 + ], + "spans": [ + { + "bbox": [ + 105, + 80, + 505, + 93 + ], + "score": 1.0, + "content": "Table 2: Accuracies of five different model types and the best performing model. The model", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 91, + 501, + 102 + ], + "spans": [ + { + "bbox": [ + 106, + 91, + 501, + 102 + ], + "score": 1.0, + "content": "architecture is ResNet-50 unless noted otherwise. ‘FT’ is ‘fine-tuning.’ See Section 3.1 for details.", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "table_body", + "bbox": [ + 135, + 111, + 476, + 286 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 135, + 111, + 476, + 286 + ], + "spans": [ + { + "bbox": [ + 135, + 111, + 476, + 286 + ], + "score": 0.981, + "html": "
Model Type Accuracy Accuracy △PerturbedOriginal
ImageNet-Vid-Robust
Trained on ILSVRC 67.5 [64.7, 70.3] 52.5 [49.5, 55.5] 15.0
+ Noise Augmentation 68.8 [66.0, 71.5] 53.2 [50.2, 56.2] 15.6
+lrobustness (ResNext-101) 54.3 [51.3, 57.2] 40.8 [39.0, 43.7] 12.4
+ FT on ImageNet- Vid 80.8 [78.3, 83.1] 65.7 [62.9, 68.5] 15.1
+ FT on ImageNet-Vid (ResNet-152) 84.8 [82.5, 86.8]70.2 [67.4, 72.8] 14.6
+ FT on ImageNet-Vid-Det 77.6 [75.1, 80.0] 65.4 [62.5, 68.1] 12.3
YTBB-Robust
Trained on ILSVRC 57.0 [54.9, 59.2]43.8 [41.7, 46.0] 13.2
+Noise Augmentation 62.3 [60.2, 64.4]45.7 [43.5, 47.9]16.6
+ l robustness (ResNext-101) 53.6 [51.4, 55.8]43.2 [41.0, 45.3]10.4
+ FT on Youtube-BB 91.4 [90.1, 92.6]82.0 [80.3, 83.7]9.4
+ FT on Youtube-BB (ResNet-152) 92.9 [91.6, 93.9]84.7 [83.0, 86.2]8.2
", + "type": "table", + "image_path": "93504e29d42d2d6cda7c44c90142ee15e467a45dfec98b321b9089ed326f2725.jpg" + } + ] + } + ], + "index": 3, + "virtual_lines": [ + { + "bbox": [ + 135, + 111, + 476, + 169.33333333333334 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 135, + 169.33333333333334, + 476, + 227.66666666666669 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 135, + 227.66666666666669, + 476, + 286.0 + ], + "spans": [], + "index": 4 + } + ] + } + ], + "index": 1.75 + }, + { + "type": "text", + "bbox": [ + 106, + 303, + 505, + 403 + ], + "lines": [ + { + "bbox": [ + 105, + 303, + 506, + 317 + ], + "spans": [ + { + "bbox": [ + 105, + 303, + 506, + 317 + ], + "score": 1.0, + "content": "ILSVRC Trained The WordNet hierarchy enables us to repurpose models trained for the 1,000", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 315, + 506, + 327 + ], + "spans": [ + { + "bbox": [ + 106, + 315, + 506, + 327 + ], + "score": 1.0, + "content": "class ILSVRC dataset on ImageNet-Vid-Robust and YTBB-Robust (see Appendix A.1).", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 325, + 506, + 339 + ], + "spans": [ + { + "bbox": [ + 105, + 325, + 506, + 339 + ], + "score": 1.0, + "content": "We evaluate a wide array of ILSVRC-2012 models (available from Cadene) against our natural", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 336, + 506, + 349 + ], + "spans": [ + { + "bbox": [ + 105, + 336, + 506, + 349 + ], + "score": 1.0, + "content": "perturbations. Since these datasets present a substantial distribution shift from the original ILSVRC-", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 346, + 506, + 362 + ], + "spans": [ + { + "bbox": [ + 105, + 346, + 297, + 362 + ], + "score": 1.0, + "content": "2012 validation, we expect the benign accuracy", + "type": "text" + }, + { + "bbox": [ + 297, + 349, + 324, + 360 + ], + "score": 0.85, + "content": "\\operatorname { a c c } _ { \\mathrm { o r i g } }", + "type": "inline_equation" + }, + { + "bbox": [ + 324, + 346, + 506, + 362 + ], + "score": 1.0, + "content": "to be lower than the comparable accuracy on", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 358, + 505, + 371 + ], + "spans": [ + { + "bbox": [ + 106, + 358, + 505, + 371 + ], + "score": 1.0, + "content": "the ILSVRC-2012 validation set. However, our main interest here is in the difference between the", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 369, + 506, + 384 + ], + "spans": [ + { + "bbox": [ + 105, + 369, + 243, + 384 + ], + "score": 1.0, + "content": "original and perturbed accuracies", + "type": "text" + }, + { + "bbox": [ + 243, + 371, + 303, + 382 + ], + "score": 0.86, + "content": "\\operatorname { a c c } _ { \\mathrm { o r i g } } - \\operatorname { a c c } _ { \\mathrm { p m k } }", + "type": "inline_equation" + }, + { + "bbox": [ + 303, + 369, + 506, + 384 + ], + "score": 1.0, + "content": ". A small drop in accuracy would indicate that the", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 381, + 506, + 393 + ], + "spans": [ + { + "bbox": [ + 106, + 381, + 506, + 393 + ], + "score": 1.0, + "content": "model is robust to small changes that occur naturally in videos. Instead, we find significant drops of", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 391, + 462, + 405 + ], + "spans": [ + { + "bbox": [ + 106, + 392, + 133, + 402 + ], + "score": 0.85, + "content": "1 5 . 0 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 133, + 391, + 151, + 405 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 151, + 392, + 178, + 402 + ], + "score": 0.85, + "content": "1 3 . 2 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 178, + 391, + 462, + 405 + ], + "score": 1.0, + "content": "in accuracy on our two datasets, indicating sensitivity to such changes.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 9, + "bbox_fs": [ + 105, + 303, + 506, + 405 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 410, + 505, + 509 + ], + "lines": [ + { + "bbox": [ + 105, + 409, + 505, + 424 + ], + "spans": [ + { + "bbox": [ + 105, + 409, + 505, + 424 + ], + "score": 1.0, + "content": "Noise augmentation One hypothesis for the accuracy drop from original to perturbed accuracy", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 422, + 505, + 434 + ], + "spans": [ + { + "bbox": [ + 106, + 422, + 505, + 434 + ], + "score": 1.0, + "content": "is that subtle artifacts and corruptions introduced by video compression schemes could degrade", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 432, + 505, + 445 + ], + "spans": [ + { + "bbox": [ + 105, + 432, + 450, + 445 + ], + "score": 1.0, + "content": "performance when evaluating on these corrupted frames. The worst-case nature of the", + "type": "text" + }, + { + "bbox": [ + 451, + 433, + 476, + 444 + ], + "score": 0.76, + "content": "\\mathrm { p m - k }", + "type": "inline_equation" + }, + { + "bbox": [ + 476, + 432, + 505, + 445 + ], + "score": 1.0, + "content": "metric", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 444, + 506, + 455 + ], + "spans": [ + { + "bbox": [ + 106, + 444, + 506, + 455 + ], + "score": 1.0, + "content": "could then be focusing on these corrupted frames. One model for these corruptions are the perturba-", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 454, + 505, + 467 + ], + "spans": [ + { + "bbox": [ + 105, + 454, + 505, + 467 + ], + "score": 1.0, + "content": "tions introduced in Hendrycks and Dietterich (2019). To test this hypothesis, we evaluate models", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 465, + 506, + 478 + ], + "spans": [ + { + "bbox": [ + 105, + 465, + 506, + 478 + ], + "score": 1.0, + "content": "augmented with a subset of the perturbations (exactly one of: Gaussian noise, Gaussian blur, shot", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 477, + 505, + 489 + ], + "spans": [ + { + "bbox": [ + 106, + 477, + 505, + 489 + ], + "score": 1.0, + "content": "noise, contrast change, impulse noise, or JPEG compression). We found that these augmentation", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 486, + 506, + 501 + ], + "spans": [ + { + "bbox": [ + 105, + 486, + 506, + 501 + ], + "score": 1.0, + "content": "schemes did not improve robustness against our perturbations substantially, and still result in accuracy", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 498, + 292, + 510 + ], + "spans": [ + { + "bbox": [ + 106, + 498, + 138, + 510 + ], + "score": 1.0, + "content": "drop of", + "type": "text" + }, + { + "bbox": [ + 138, + 498, + 165, + 509 + ], + "score": 0.84, + "content": "1 5 . 6 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 165, + 498, + 183, + 510 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 184, + 498, + 210, + 509 + ], + "score": 0.85, + "content": "1 6 . 6 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 210, + 498, + 292, + 510 + ], + "score": 1.0, + "content": "on the two datasets.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 18, + "bbox_fs": [ + 105, + 409, + 506, + 510 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 516, + 505, + 572 + ], + "lines": [ + { + "bbox": [ + 106, + 517, + 505, + 529 + ], + "spans": [ + { + "bbox": [ + 106, + 517, + 120, + 528 + ], + "score": 0.88, + "content": "\\ell _ { \\infty }", + "type": "inline_equation" + }, + { + "bbox": [ + 120, + 517, + 505, + 529 + ], + "score": 1.0, + "content": "robustness. We evaluate the model from Xie et al. (2018), which currently performs best", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 528, + 506, + 541 + ], + "spans": [ + { + "bbox": [ + 105, + 528, + 137, + 541 + ], + "score": 1.0, + "content": "against", + "type": "text" + }, + { + "bbox": [ + 137, + 528, + 151, + 539 + ], + "score": 0.9, + "content": "\\ell _ { \\infty }", + "type": "inline_equation" + }, + { + "bbox": [ + 151, + 528, + 506, + 541 + ], + "score": 1.0, + "content": "attacks on ImageNet. We find that this model has a smaller accuracy drop than the two", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 538, + 506, + 552 + ], + "spans": [ + { + "bbox": [ + 105, + 538, + 506, + 552 + ], + "score": 1.0, + "content": "aforementioned model types on both datasets. However, we note that the robust model achieves", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 550, + 505, + 563 + ], + "spans": [ + { + "bbox": [ + 105, + 550, + 505, + 563 + ], + "score": 1.0, + "content": "significantly lower original and perturbed accuracy than either of the two model types above, and the", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 561, + 427, + 574 + ], + "spans": [ + { + "bbox": [ + 105, + 561, + 214, + 574 + ], + "score": 1.0, + "content": "robustness gain is modest", + "type": "text" + }, + { + "bbox": [ + 214, + 561, + 229, + 572 + ], + "score": 0.81, + "content": "3 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 229, + 561, + 427, + 574 + ], + "score": 1.0, + "content": "compared to models of similar benign accuracy).", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 25, + "bbox_fs": [ + 105, + 517, + 506, + 574 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 579, + 505, + 624 + ], + "lines": [ + { + "bbox": [ + 105, + 579, + 505, + 592 + ], + "spans": [ + { + "bbox": [ + 105, + 579, + 505, + 592 + ], + "score": 1.0, + "content": "Fine-tuning on video frames. To adapt to the new class vocabulary and the video domain, we", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 591, + 506, + 603 + ], + "spans": [ + { + "bbox": [ + 105, + 591, + 506, + 603 + ], + "score": 1.0, + "content": "fine-tune several network architectures on the ImageNet-Vid and Youtube-BB training sets. For", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 602, + 506, + 615 + ], + "spans": [ + { + "bbox": [ + 105, + 602, + 506, + 615 + ], + "score": 1.0, + "content": "Youtube-BB, we train on the anchor frames used for training in Gu et al. (2019), and for ImageNet-Vid", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 613, + 492, + 624 + ], + "spans": [ + { + "bbox": [ + 105, + 613, + 492, + 624 + ], + "score": 1.0, + "content": "we use all frames in the training set. We provide hyperparameters for all models in Appendix K.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 29.5, + "bbox_fs": [ + 105, + 579, + 506, + 624 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 625, + 506, + 680 + ], + "lines": [ + { + "bbox": [ + 105, + 624, + 506, + 638 + ], + "spans": [ + { + "bbox": [ + 105, + 624, + 506, + 638 + ], + "score": 1.0, + "content": "The resulting models significantly improve in accuracy over their ILSVRC pre-trained counterparts", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 635, + 506, + 649 + ], + "spans": [ + { + "bbox": [ + 105, + 635, + 129, + 649 + ], + "score": 1.0, + "content": "(e.g.,", + "type": "text" + }, + { + "bbox": [ + 130, + 636, + 150, + 647 + ], + "score": 0.86, + "content": "13 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 150, + 635, + 298, + 649 + ], + "score": 1.0, + "content": "on ImageNet-Vid-Robust and", + "type": "text" + }, + { + "bbox": [ + 298, + 636, + 318, + 646 + ], + "score": 0.87, + "content": "34 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 318, + 635, + 506, + 649 + ], + "score": 1.0, + "content": "on YTBB-Robust for ResNet-50). This im-", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 647, + 507, + 660 + ], + "spans": [ + { + "bbox": [ + 105, + 647, + 507, + 660 + ], + "score": 1.0, + "content": "provement in accuracy results in a modest improvement in the accuracy drop for YTBB-Robust,", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 657, + 507, + 671 + ], + "spans": [ + { + "bbox": [ + 105, + 657, + 327, + 671 + ], + "score": 1.0, + "content": "but a finetuned ResNet-50 still suffers from a significant", + "type": "text" + }, + { + "bbox": [ + 327, + 658, + 349, + 668 + ], + "score": 0.87, + "content": "9 . 4 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 349, + 657, + 507, + 671 + ], + "score": 1.0, + "content": "drop. On ImageNet-Vid-Robust,", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 668, + 384, + 681 + ], + "spans": [ + { + "bbox": [ + 105, + 668, + 316, + 681 + ], + "score": 1.0, + "content": "there is almost no change in the accuracy drop from", + "type": "text" + }, + { + "bbox": [ + 316, + 669, + 343, + 680 + ], + "score": 0.86, + "content": "1 5 . 0 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 343, + 668, + 354, + 681 + ], + "score": 1.0, + "content": "to", + "type": "text" + }, + { + "bbox": [ + 354, + 669, + 381, + 680 + ], + "score": 0.87, + "content": "1 5 . 1 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 381, + 668, + 384, + 681 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 34, + "bbox_fs": [ + 105, + 624, + 507, + 681 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 687, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 688, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 688, + 505, + 700 + ], + "score": 1.0, + "content": "Fine-tuning for detection on video frames. We further analyze whether additional supervision", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 699, + 506, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 506, + 711 + ], + "score": 1.0, + "content": "in the form of bounding box annotations improves robustness. To this end, we train the Faster", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 709, + 505, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 505, + 723 + ], + "score": 1.0, + "content": "R-CNN detection model Ren et al. (2015) with a ResNet-50 backbone on ImageNet-Vid. Following", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 721, + 506, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 721, + 506, + 733 + ], + "score": 1.0, + "content": "standard practice, the detection backbone is pre-trained on ILSVRC-2012. To evaluate this detector", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 83, + 505, + 94 + ], + "spans": [ + { + "bbox": [ + 106, + 83, + 505, + 94 + ], + "score": 1.0, + "content": "for classification, we assign the class with the most confident bounding box as label to the image. We", + "type": "text", + "cross_page": true + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 505, + 107 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 476, + 107 + ], + "score": 1.0, + "content": "find that this transformation reduces accuracy compared to the model trained for classification", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 477, + 94, + 505, + 105 + ], + "score": 0.82, + "content": "( 7 7 . 6 \\%", + "type": "inline_equation", + "cross_page": true + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 104, + 505, + 117 + ], + "spans": [ + { + "bbox": [ + 105, + 104, + 120, + 117 + ], + "score": 1.0, + "content": "vs.", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 120, + 105, + 147, + 115 + ], + "score": 0.84, + "content": "8 0 . 8 \\%", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 147, + 104, + 505, + 117 + ], + "score": 1.0, + "content": "). While there is a slight reduction in the accuracy drop caused by natural perturbations, the", + "type": "text", + "cross_page": true + } + ], + "index": 2 + }, + { + "bbox": [ + 106, + 116, + 322, + 127 + ], + "spans": [ + { + "bbox": [ + 106, + 116, + 322, + 127 + ], + "score": 1.0, + "content": "reduction is well within the error bars for this test set.", + "type": "text", + "cross_page": true + } + ], + "index": 3 + } + ], + "index": 38.5, + "bbox_fs": [ + 105, + 688, + 506, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 126 + ], + "lines": [ + { + "bbox": [ + 106, + 83, + 505, + 94 + ], + "spans": [ + { + "bbox": [ + 106, + 83, + 505, + 94 + ], + "score": 1.0, + "content": "for classification, we assign the class with the most confident bounding box as label to the image. We", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 505, + 107 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 476, + 107 + ], + "score": 1.0, + "content": "find that this transformation reduces accuracy compared to the model trained for classification", + "type": "text" + }, + { + "bbox": [ + 477, + 94, + 505, + 105 + ], + "score": 0.82, + "content": "( 7 7 . 6 \\%", + "type": "inline_equation" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 104, + 505, + 117 + ], + "spans": [ + { + "bbox": [ + 105, + 104, + 120, + 117 + ], + "score": 1.0, + "content": "vs.", + "type": "text" + }, + { + "bbox": [ + 120, + 105, + 147, + 115 + ], + "score": 0.84, + "content": "8 0 . 8 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 147, + 104, + 505, + 117 + ], + "score": 1.0, + "content": "). While there is a slight reduction in the accuracy drop caused by natural perturbations, the", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 106, + 116, + 322, + 127 + ], + "spans": [ + { + "bbox": [ + 106, + 116, + 322, + 127 + ], + "score": 1.0, + "content": "reduction is well within the error bars for this test set.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 1.5 + }, + { + "type": "title", + "bbox": [ + 107, + 137, + 182, + 147 + ], + "lines": [ + { + "bbox": [ + 105, + 135, + 184, + 150 + ], + "spans": [ + { + "bbox": [ + 105, + 135, + 184, + 150 + ], + "score": 1.0, + "content": "3.2 DETECTION", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 107, + 154, + 505, + 209 + ], + "lines": [ + { + "bbox": [ + 106, + 154, + 505, + 165 + ], + "spans": [ + { + "bbox": [ + 106, + 154, + 505, + 165 + ], + "score": 1.0, + "content": "We further study the impact of natural perturbations on object detection. Specifically, we report", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 164, + 505, + 176 + ], + "spans": [ + { + "bbox": [ + 105, + 164, + 505, + 176 + ], + "score": 1.0, + "content": "results for two related tasks: object localization and detection. Object detection is the standard", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 104, + 174, + 506, + 189 + ], + "spans": [ + { + "bbox": [ + 104, + 174, + 506, + 189 + ], + "score": 1.0, + "content": "computer vision task of correctly classifying an object and finding the coordinates of a tight bounding", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 185, + 505, + 199 + ], + "spans": [ + { + "bbox": [ + 105, + 185, + 505, + 199 + ], + "score": 1.0, + "content": "box containing the object. “Object localization”, meanwhile, refers to only the subtask of finding the", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 197, + 369, + 210 + ], + "spans": [ + { + "bbox": [ + 105, + 197, + 369, + 210 + ], + "score": 1.0, + "content": "bounding box, without attempting to correctly classify the object.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 7 + }, + { + "type": "text", + "bbox": [ + 106, + 210, + 505, + 330 + ], + "lines": [ + { + "bbox": [ + 106, + 209, + 506, + 222 + ], + "spans": [ + { + "bbox": [ + 106, + 209, + 506, + 222 + ], + "score": 1.0, + "content": "We present our results on ImageNet-Vid-Robust, which contains dense bounding box labels", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 221, + 505, + 232 + ], + "spans": [ + { + "bbox": [ + 106, + 221, + 505, + 232 + ], + "score": 1.0, + "content": "unlike Youtube-BB, which only labels boxes at 1 frame per second. We use the popular Faster", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 231, + 506, + 244 + ], + "spans": [ + { + "bbox": [ + 105, + 231, + 506, + 244 + ], + "score": 1.0, + "content": "R-CNN Ren et al. (2015) and R-FCN Dai et al. (2016); Xiao and Jae Lee (2018) architectures for", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 243, + 505, + 255 + ], + "spans": [ + { + "bbox": [ + 106, + 243, + 505, + 255 + ], + "score": 1.0, + "content": "object detection and localization and report results in Table 3. For the R-FCN architecture, we use the", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 253, + 506, + 265 + ], + "spans": [ + { + "bbox": [ + 105, + 253, + 225, + 265 + ], + "score": 1.0, + "content": "model from Xiao and Jae Lee", + "type": "text" + }, + { + "bbox": [ + 225, + 253, + 255, + 265 + ], + "score": 0.55, + "content": "( 2 0 1 8 ) ^ { 4 }", + "type": "inline_equation" + }, + { + "bbox": [ + 256, + 253, + 506, + 265 + ], + "score": 1.0, + "content": ". We first note the significant drop in mAP of 12 – 15 points for", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 265, + 506, + 276 + ], + "spans": [ + { + "bbox": [ + 106, + 265, + 506, + 276 + ], + "score": 1.0, + "content": "object detection due to perturbed frames for both the Faster R-CNN and R-FCN architectures. Next,", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 276, + 505, + 287 + ], + "spans": [ + { + "bbox": [ + 106, + 276, + 505, + 287 + ], + "score": 1.0, + "content": "we show that localization is indeed easier than detection, as the mAP is higher for localization than", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 285, + 506, + 299 + ], + "spans": [ + { + "bbox": [ + 105, + 285, + 506, + 299 + ], + "score": 1.0, + "content": "for detection (e.g., 76.6 vs 62.8 for Faster R-CNN with a ResNet-50 backbone). Perhaps surprisingly,", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 297, + 506, + 310 + ], + "spans": [ + { + "bbox": [ + 105, + 297, + 506, + 310 + ], + "score": 1.0, + "content": "however, switching to the localization task does not improve the drop between original and perturbed", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 309, + 505, + 320 + ], + "spans": [ + { + "bbox": [ + 106, + 309, + 505, + 320 + ], + "score": 1.0, + "content": "frames, indicating that natural perturbations induce both classification and localization errors. We", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 320, + 301, + 332 + ], + "spans": [ + { + "bbox": [ + 106, + 320, + 301, + 332 + ], + "score": 1.0, + "content": "show examples of detection failures in Figure 4.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 15 + }, + { + "type": "image", + "bbox": [ + 107, + 343, + 504, + 520 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 107, + 343, + 504, + 520 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 107, + 343, + 504, + 520 + ], + "spans": [ + { + "bbox": [ + 107, + 343, + 504, + 520 + ], + "score": 0.976, + "type": "image", + "image_path": "66cd8c2b8564417377f00f08cfec935c33d0a2cce3d3f68b46ab2790725206ef.jpg" + } + ] + } + ], + "index": 22, + "virtual_lines": [ + { + "bbox": [ + 107, + 343, + 504, + 402.0 + ], + "spans": [], + "index": 21 + }, + { + "bbox": [ + 107, + 402.0, + 504, + 461.0 + ], + "spans": [], + "index": 22 + }, + { + "bbox": [ + 107, + 461.0, + 504, + 520.0 + ], + "spans": [], + "index": 23 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 529, + 505, + 595 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 529, + 505, + 542 + ], + "spans": [ + { + "bbox": [ + 106, + 529, + 505, + 542 + ], + "score": 1.0, + "content": "Figure 4: Naturally perturbed examples for detection. Red boxes indicate false positives; green boxes", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 541, + 505, + 552 + ], + "spans": [ + { + "bbox": [ + 106, + 541, + 505, + 552 + ], + "score": 1.0, + "content": "indicate true positives; white boxes are ground truth. Classification errors are common failures, such", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 551, + 505, + 564 + ], + "spans": [ + { + "bbox": [ + 105, + 551, + 505, + 564 + ], + "score": 1.0, + "content": "as the fox on the left, which is classified correctly in the anchor frame, and misclassified as a sheep in", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 563, + 506, + 574 + ], + "spans": [ + { + "bbox": [ + 105, + 563, + 506, + 574 + ], + "score": 1.0, + "content": "a nearby frame. However, detection models also have localization errors, where the object of interest", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 573, + 506, + 585 + ], + "spans": [ + { + "bbox": [ + 105, + 573, + 506, + 585 + ], + "score": 1.0, + "content": "is not correctly localized in addition to being misclassified, such as the airplane (middle) and the", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 584, + 461, + 596 + ], + "spans": [ + { + "bbox": [ + 105, + 584, + 461, + 596 + ], + "score": 1.0, + "content": "motorcycle (right). All visualizations show predictions with confidence greater than 0.5.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 26.5 + } + ], + "index": 24.25 + }, + { + "type": "title", + "bbox": [ + 108, + 619, + 257, + 631 + ], + "lines": [ + { + "bbox": [ + 105, + 619, + 258, + 632 + ], + "spans": [ + { + "bbox": [ + 105, + 619, + 258, + 632 + ], + "score": 1.0, + "content": "3.3 IMPACT OF DATASET REVIEW", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 30 + }, + { + "type": "text", + "bbox": [ + 107, + 636, + 505, + 691 + ], + "lines": [ + { + "bbox": [ + 106, + 636, + 505, + 648 + ], + "spans": [ + { + "bbox": [ + 106, + 636, + 505, + 648 + ], + "score": 1.0, + "content": "We analyze the impact of our human review, described in Section 2.1, on the classifiers in our test", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 647, + 506, + 659 + ], + "spans": [ + { + "bbox": [ + 106, + 647, + 506, + 659 + ], + "score": 1.0, + "content": "bed. First, we compare the original and perturbed accuracies of a representative classifier (ResNet-", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 657, + 505, + 672 + ], + "spans": [ + { + "bbox": [ + 105, + 657, + 505, + 672 + ], + "score": 1.0, + "content": "152 finetuned) with and without review in Table 4. Our review improves the original accuracy by", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 667, + 505, + 683 + ], + "spans": [ + { + "bbox": [ + 106, + 669, + 130, + 679 + ], + "score": 0.85, + "content": "3- 4 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 130, + 667, + 505, + 683 + ], + "score": 1.0, + "content": "by throwing away mislabeled or blurry anchor frames, and improves perturbed accuracy by", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 680, + 505, + 692 + ], + "spans": [ + { + "bbox": [ + 106, + 680, + 130, + 690 + ], + "score": 0.82, + "content": "5- 6 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 130, + 680, + 469, + 692 + ], + "score": 1.0, + "content": "by discarding pairs of dissimilar frames. Our review reduces the accuracy drop by", + "type": "text" + }, + { + "bbox": [ + 469, + 680, + 491, + 690 + ], + "score": 0.85, + "content": "1 . 8 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 491, + 680, + 505, + 692 + ], + "score": 1.0, + "content": "on", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 33 + } + ], + "page_idx": 5, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 701, + 504, + 731 + ], + "lines": [ + { + "bbox": [ + 117, + 698, + 506, + 714 + ], + "spans": [ + { + "bbox": [ + 117, + 698, + 506, + 714 + ], + "score": 1.0, + "content": "4This model was originally trained on the 2015 subset of ImageNet-Vid. We evaluated this model on the", + "type": "text" + } + ] + }, + { + "bbox": [ + 105, + 711, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 711, + 506, + 723 + ], + "score": 1.0, + "content": "2015 validation set because the method requires access to pre-computed bounding box proposals which are", + "type": "text" + } + ] + }, + { + "bbox": [ + 106, + 722, + 295, + 732 + ], + "spans": [ + { + "bbox": [ + 106, + 722, + 295, + 732 + ], + "score": 1.0, + "content": "available only for the 2015 subset of ImageNet-Vid.", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 107, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2020", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 752, + 309, + 760 + ], + "lines": [ + { + "bbox": [ + 302, + 751, + 310, + 762 + ], + "spans": [ + { + "bbox": [ + 302, + 751, + 310, + 762 + ], + "score": 1.0, + "content": "6", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 126 + ], + "lines": [], + "index": 1.5, + "bbox_fs": [ + 105, + 83, + 505, + 127 + ], + "lines_deleted": true + }, + { + "type": "title", + "bbox": [ + 107, + 137, + 182, + 147 + ], + "lines": [ + { + "bbox": [ + 105, + 135, + 184, + 150 + ], + "spans": [ + { + "bbox": [ + 105, + 135, + 184, + 150 + ], + "score": 1.0, + "content": "3.2 DETECTION", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 107, + 154, + 505, + 209 + ], + "lines": [ + { + "bbox": [ + 106, + 154, + 505, + 165 + ], + "spans": [ + { + "bbox": [ + 106, + 154, + 505, + 165 + ], + "score": 1.0, + "content": "We further study the impact of natural perturbations on object detection. Specifically, we report", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 164, + 505, + 176 + ], + "spans": [ + { + "bbox": [ + 105, + 164, + 505, + 176 + ], + "score": 1.0, + "content": "results for two related tasks: object localization and detection. Object detection is the standard", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 104, + 174, + 506, + 189 + ], + "spans": [ + { + "bbox": [ + 104, + 174, + 506, + 189 + ], + "score": 1.0, + "content": "computer vision task of correctly classifying an object and finding the coordinates of a tight bounding", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 185, + 505, + 199 + ], + "spans": [ + { + "bbox": [ + 105, + 185, + 505, + 199 + ], + "score": 1.0, + "content": "box containing the object. “Object localization”, meanwhile, refers to only the subtask of finding the", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 197, + 369, + 210 + ], + "spans": [ + { + "bbox": [ + 105, + 197, + 369, + 210 + ], + "score": 1.0, + "content": "bounding box, without attempting to correctly classify the object.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 7, + "bbox_fs": [ + 104, + 154, + 506, + 210 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 210, + 505, + 330 + ], + "lines": [ + { + "bbox": [ + 106, + 209, + 506, + 222 + ], + "spans": [ + { + "bbox": [ + 106, + 209, + 506, + 222 + ], + "score": 1.0, + "content": "We present our results on ImageNet-Vid-Robust, which contains dense bounding box labels", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 221, + 505, + 232 + ], + "spans": [ + { + "bbox": [ + 106, + 221, + 505, + 232 + ], + "score": 1.0, + "content": "unlike Youtube-BB, which only labels boxes at 1 frame per second. We use the popular Faster", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 231, + 506, + 244 + ], + "spans": [ + { + "bbox": [ + 105, + 231, + 506, + 244 + ], + "score": 1.0, + "content": "R-CNN Ren et al. (2015) and R-FCN Dai et al. (2016); Xiao and Jae Lee (2018) architectures for", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 243, + 505, + 255 + ], + "spans": [ + { + "bbox": [ + 106, + 243, + 505, + 255 + ], + "score": 1.0, + "content": "object detection and localization and report results in Table 3. For the R-FCN architecture, we use the", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 253, + 506, + 265 + ], + "spans": [ + { + "bbox": [ + 105, + 253, + 225, + 265 + ], + "score": 1.0, + "content": "model from Xiao and Jae Lee", + "type": "text" + }, + { + "bbox": [ + 225, + 253, + 255, + 265 + ], + "score": 0.55, + "content": "( 2 0 1 8 ) ^ { 4 }", + "type": "inline_equation" + }, + { + "bbox": [ + 256, + 253, + 506, + 265 + ], + "score": 1.0, + "content": ". We first note the significant drop in mAP of 12 – 15 points for", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 265, + 506, + 276 + ], + "spans": [ + { + "bbox": [ + 106, + 265, + 506, + 276 + ], + "score": 1.0, + "content": "object detection due to perturbed frames for both the Faster R-CNN and R-FCN architectures. Next,", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 276, + 505, + 287 + ], + "spans": [ + { + "bbox": [ + 106, + 276, + 505, + 287 + ], + "score": 1.0, + "content": "we show that localization is indeed easier than detection, as the mAP is higher for localization than", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 285, + 506, + 299 + ], + "spans": [ + { + "bbox": [ + 105, + 285, + 506, + 299 + ], + "score": 1.0, + "content": "for detection (e.g., 76.6 vs 62.8 for Faster R-CNN with a ResNet-50 backbone). Perhaps surprisingly,", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 297, + 506, + 310 + ], + "spans": [ + { + "bbox": [ + 105, + 297, + 506, + 310 + ], + "score": 1.0, + "content": "however, switching to the localization task does not improve the drop between original and perturbed", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 309, + 505, + 320 + ], + "spans": [ + { + "bbox": [ + 106, + 309, + 505, + 320 + ], + "score": 1.0, + "content": "frames, indicating that natural perturbations induce both classification and localization errors. We", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 320, + 301, + 332 + ], + "spans": [ + { + "bbox": [ + 106, + 320, + 301, + 332 + ], + "score": 1.0, + "content": "show examples of detection failures in Figure 4.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 15, + "bbox_fs": [ + 105, + 209, + 506, + 332 + ] + }, + { + "type": "image", + "bbox": [ + 107, + 343, + 504, + 520 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 107, + 343, + 504, + 520 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 107, + 343, + 504, + 520 + ], + "spans": [ + { + "bbox": [ + 107, + 343, + 504, + 520 + ], + "score": 0.976, + "type": "image", + "image_path": "66cd8c2b8564417377f00f08cfec935c33d0a2cce3d3f68b46ab2790725206ef.jpg" + } + ] + } + ], + "index": 22, + "virtual_lines": [ + { + "bbox": [ + 107, + 343, + 504, + 402.0 + ], + "spans": [], + "index": 21 + }, + { + "bbox": [ + 107, + 402.0, + 504, + 461.0 + ], + "spans": [], + "index": 22 + }, + { + "bbox": [ + 107, + 461.0, + 504, + 520.0 + ], + "spans": [], + "index": 23 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 529, + 505, + 595 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 529, + 505, + 542 + ], + "spans": [ + { + "bbox": [ + 106, + 529, + 505, + 542 + ], + "score": 1.0, + "content": "Figure 4: Naturally perturbed examples for detection. Red boxes indicate false positives; green boxes", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 541, + 505, + 552 + ], + "spans": [ + { + "bbox": [ + 106, + 541, + 505, + 552 + ], + "score": 1.0, + "content": "indicate true positives; white boxes are ground truth. Classification errors are common failures, such", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 551, + 505, + 564 + ], + "spans": [ + { + "bbox": [ + 105, + 551, + 505, + 564 + ], + "score": 1.0, + "content": "as the fox on the left, which is classified correctly in the anchor frame, and misclassified as a sheep in", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 563, + 506, + 574 + ], + "spans": [ + { + "bbox": [ + 105, + 563, + 506, + 574 + ], + "score": 1.0, + "content": "a nearby frame. However, detection models also have localization errors, where the object of interest", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 573, + 506, + 585 + ], + "spans": [ + { + "bbox": [ + 105, + 573, + 506, + 585 + ], + "score": 1.0, + "content": "is not correctly localized in addition to being misclassified, such as the airplane (middle) and the", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 584, + 461, + 596 + ], + "spans": [ + { + "bbox": [ + 105, + 584, + 461, + 596 + ], + "score": 1.0, + "content": "motorcycle (right). All visualizations show predictions with confidence greater than 0.5.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 26.5 + } + ], + "index": 24.25 + }, + { + "type": "title", + "bbox": [ + 108, + 619, + 257, + 631 + ], + "lines": [ + { + "bbox": [ + 105, + 619, + 258, + 632 + ], + "spans": [ + { + "bbox": [ + 105, + 619, + 258, + 632 + ], + "score": 1.0, + "content": "3.3 IMPACT OF DATASET REVIEW", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 30 + }, + { + "type": "text", + "bbox": [ + 107, + 636, + 505, + 691 + ], + "lines": [ + { + "bbox": [ + 106, + 636, + 505, + 648 + ], + "spans": [ + { + "bbox": [ + 106, + 636, + 505, + 648 + ], + "score": 1.0, + "content": "We analyze the impact of our human review, described in Section 2.1, on the classifiers in our test", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 647, + 506, + 659 + ], + "spans": [ + { + "bbox": [ + 106, + 647, + 506, + 659 + ], + "score": 1.0, + "content": "bed. First, we compare the original and perturbed accuracies of a representative classifier (ResNet-", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 657, + 505, + 672 + ], + "spans": [ + { + "bbox": [ + 105, + 657, + 505, + 672 + ], + "score": 1.0, + "content": "152 finetuned) with and without review in Table 4. Our review improves the original accuracy by", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 667, + 505, + 683 + ], + "spans": [ + { + "bbox": [ + 106, + 669, + 130, + 679 + ], + "score": 0.85, + "content": "3- 4 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 130, + 667, + 505, + 683 + ], + "score": 1.0, + "content": "by throwing away mislabeled or blurry anchor frames, and improves perturbed accuracy by", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 680, + 505, + 692 + ], + "spans": [ + { + "bbox": [ + 106, + 680, + 130, + 690 + ], + "score": 0.82, + "content": "5- 6 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 130, + 680, + 469, + 692 + ], + "score": 1.0, + "content": "by discarding pairs of dissimilar frames. Our review reduces the accuracy drop by", + "type": "text" + }, + { + "bbox": [ + 469, + 680, + 491, + 690 + ], + "score": 0.85, + "content": "1 . 8 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 491, + 680, + 505, + 692 + ], + "score": 1.0, + "content": "on", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 33, + "bbox_fs": [ + 105, + 636, + 506, + 692 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "table", + "bbox": [ + 111, + 122, + 497, + 220 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 106, + 80, + 505, + 114 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 81, + 504, + 92 + ], + "spans": [ + { + "bbox": [ + 106, + 81, + 504, + 92 + ], + "score": 1.0, + "content": "Table 3: Detection and localization mAP for two Faster R-CNN backbones. Both detection and", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 91, + 506, + 104 + ], + "spans": [ + { + "bbox": [ + 106, + 91, + 506, + 104 + ], + "score": 1.0, + "content": "localization suffer from significant drops in mAP due to the perturbations. (*Model trained on", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 102, + 490, + 114 + ], + "spans": [ + { + "bbox": [ + 105, + 102, + 490, + 114 + ], + "score": 1.0, + "content": "ILSVRC Det and VID 2015 datasets, and evaluated on the 2015 subset of ILSVRC-VID 2017.)", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1 + }, + { + "type": "table_body", + "bbox": [ + 111, + 122, + 497, + 220 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 111, + 122, + 497, + 220 + ], + "spans": [ + { + "bbox": [ + 111, + 122, + 497, + 220 + ], + "score": 0.951, + "html": "
TaskModelmAP OriginalmAP PerturbedmAP △
DetectionFRCNN,ResNet562.848.814.0
FRCNN,ResNet 10163.150.612.5
R-FCN, ResNet 101 Xiao and Jae Lee (2018)*79.4*63.7*15.7*
LocalizationFRCNN,ResNet5076.664.212.4
FRCNN, ResNet 10177.866.311.5
R-FCN, ResNet 101*80.9*70.3*10.6*
", + "type": "table", + "image_path": "c2b153dbc59f4a6a3de61b2c6419c00fdb6229044a2820da8f869a81e0d00d35.jpg" + } + ] + } + ], + "index": 4, + "virtual_lines": [ + { + "bbox": [ + 111, + 122, + 497, + 154.66666666666666 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 111, + 154.66666666666666, + 497, + 187.33333333333331 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 111, + 187.33333333333331, + 497, + 219.99999999999997 + ], + "spans": [], + "index": 5 + } + ] + } + ], + "index": 2.5 + }, + { + "type": "text", + "bbox": [ + 107, + 238, + 506, + 271 + ], + "lines": [ + { + "bbox": [ + 106, + 237, + 506, + 252 + ], + "spans": [ + { + "bbox": [ + 106, + 237, + 240, + 252 + ], + "score": 1.0, + "content": "ImageNet-Vid-Robust and", + "type": "text" + }, + { + "bbox": [ + 240, + 239, + 262, + 249 + ], + "score": 0.85, + "content": "1 . 1 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 262, + 237, + 506, + 252 + ], + "score": 1.0, + "content": "on YTBB-Robust, but still results in large accuracy drops.", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 249, + 506, + 262 + ], + "spans": [ + { + "bbox": [ + 106, + 249, + 506, + 262 + ], + "score": 1.0, + "content": "These results indicate that the changes in model predictions are indeed due to a lack of robustness,", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 261, + 373, + 272 + ], + "spans": [ + { + "bbox": [ + 106, + 261, + 373, + 272 + ], + "score": 1.0, + "content": "rather than due to significant differences between adjacent frames.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7 + }, + { + "type": "text", + "bbox": [ + 106, + 273, + 505, + 328 + ], + "lines": [ + { + "bbox": [ + 106, + 273, + 505, + 285 + ], + "spans": [ + { + "bbox": [ + 106, + 273, + 505, + 285 + ], + "score": 1.0, + "content": "To further analyze the impact of our review on model errors, we plot how frequently each offset", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 284, + 504, + 296 + ], + "spans": [ + { + "bbox": [ + 106, + 284, + 504, + 296 + ], + "score": 1.0, + "content": "distance from the anchor frame results in a model error across all model types in Figure 5. For both", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 295, + 505, + 307 + ], + "spans": [ + { + "bbox": [ + 106, + 295, + 505, + 307 + ], + "score": 1.0, + "content": "datasets, larger offsets (indicating pairs of frames further apart in time) lead to more frequent model", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 305, + 505, + 318 + ], + "spans": [ + { + "bbox": [ + 106, + 305, + 505, + 318 + ], + "score": 1.0, + "content": "errors. Our review reduces the fraction of errors across offsets, and especially for large offsets, which", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 317, + 361, + 329 + ], + "spans": [ + { + "bbox": [ + 106, + 317, + 361, + 329 + ], + "score": 1.0, + "content": "are more likely to display large changes from the anchor frame.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 11 + }, + { + "type": "image", + "bbox": [ + 109, + 340, + 496, + 433 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 109, + 340, + 496, + 433 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 109, + 340, + 496, + 433 + ], + "spans": [ + { + "bbox": [ + 109, + 340, + 496, + 433 + ], + "score": 0.904, + "type": "image", + "image_path": "4b62cf4ea50e313e218a252c96d0090fbe0855c3e30a90a9d4f5afba62738b13.jpg" + } + ] + } + ], + "index": 15, + "virtual_lines": [ + { + "bbox": [ + 109, + 340, + 496, + 371.0 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 109, + 371.0, + 496, + 402.0 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 109, + 402.0, + 496, + 433.0 + ], + "spans": [], + "index": 16 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 444, + 506, + 489 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 444, + 505, + 456 + ], + "spans": [ + { + "bbox": [ + 106, + 444, + 505, + 456 + ], + "score": 1.0, + "content": "Figure 5: We plot the fraction of times each offset caused an error, across all evaluated models, for", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 456, + 507, + 468 + ], + "spans": [ + { + "bbox": [ + 106, + 456, + 507, + 468 + ], + "score": 1.0, + "content": "frames with and without review. Frames further away more frequently cause classifiers to misfire.", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 466, + 505, + 479 + ], + "spans": [ + { + "bbox": [ + 105, + 466, + 505, + 479 + ], + "score": 1.0, + "content": "Our review process reduces the number of errors, especially for frames further in time, by removing", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 477, + 181, + 489 + ], + "spans": [ + { + "bbox": [ + 106, + 477, + 181, + 489 + ], + "score": 1.0, + "content": "dissimilar frames.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 18.5 + } + ], + "index": 16.75 + }, + { + "type": "text", + "bbox": [ + 107, + 511, + 505, + 545 + ], + "lines": [ + { + "bbox": [ + 105, + 510, + 506, + 524 + ], + "spans": [ + { + "bbox": [ + 105, + 510, + 506, + 524 + ], + "score": 1.0, + "content": "Table 4: Impact of human review on original and perturbed accuracies for", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 522, + 505, + 534 + ], + "spans": [ + { + "bbox": [ + 106, + 522, + 505, + 534 + ], + "score": 1.0, + "content": "ImageNet-Vid-Robust and YTBB-Robust, using a ResNet-152 fine-tuned on ImageNet-Vid", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 532, + 230, + 546 + ], + "spans": [ + { + "bbox": [ + 105, + 532, + 230, + 546 + ], + "score": 1.0, + "content": "and Youtube-BB, respectively.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22 + }, + { + "type": "table", + "bbox": [ + 150, + 554, + 458, + 625 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 150, + 554, + 458, + 625 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 150, + 554, + 458, + 625 + ], + "spans": [ + { + "bbox": [ + 150, + 554, + 458, + 625 + ], + "score": 0.981, + "html": "
Accuracy
ReviewedOriginalPerturbedDrop
ImageNet-Vid-Robust80.364.116.2
X84.870.214.4
YTBB-Robust88.178.110.0
X92.984.78.9
", + "type": "table", + "image_path": "48afc593d89772a086acd629e6791e7422ec23664f90b8b4acd9efdc5200f183.jpg" + } + ] + } + ], + "index": 25, + "virtual_lines": [ + { + "bbox": [ + 150, + 554, + 458, + 577.6666666666666 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 150, + 577.6666666666666, + 458, + 601.3333333333333 + ], + "spans": [], + "index": 25 + }, + { + "bbox": [ + 150, + 601.3333333333333, + 458, + 624.9999999999999 + ], + "spans": [], + "index": 26 + } + ] + } + ], + "index": 25 + }, + { + "type": "title", + "bbox": [ + 107, + 646, + 209, + 658 + ], + "lines": [ + { + "bbox": [ + 105, + 644, + 211, + 661 + ], + "spans": [ + { + "bbox": [ + 105, + 644, + 211, + 661 + ], + "score": 1.0, + "content": "4 RELATED WORK", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 27 + }, + { + "type": "text", + "bbox": [ + 106, + 666, + 506, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 665, + 507, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 665, + 507, + 678 + ], + "score": 1.0, + "content": "Adversarial examples. While various forms of adversarial examples have been studied, the major-", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 676, + 507, + 690 + ], + "spans": [ + { + "bbox": [ + 105, + 676, + 209, + 690 + ], + "score": 1.0, + "content": "ity of research focuses on", + "type": "text" + }, + { + "bbox": [ + 210, + 677, + 220, + 689 + ], + "score": 0.87, + "content": "\\ell _ { p }", + "type": "inline_equation" + }, + { + "bbox": [ + 220, + 676, + 507, + 690 + ], + "score": 1.0, + "content": "robustness Goodfellow et al. (2014); Biggio and Roli (2018). However,", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 687, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 505, + 700 + ], + "score": 1.0, + "content": "it is unclear whether adversarial examples pose a problem for classifier robustness outside of a truly", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 699, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 432, + 712 + ], + "score": 1.0, + "content": "worst case context. It is an open question whether perfect robustness against a", + "type": "text" + }, + { + "bbox": [ + 433, + 699, + 443, + 711 + ], + "score": 0.88, + "content": "\\ell _ { p }", + "type": "inline_equation" + }, + { + "bbox": [ + 443, + 699, + 505, + 712 + ], + "score": 1.0, + "content": "adversary will", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "score": 1.0, + "content": "induce robustness to realistic image distortions such as those studied in this paper. Recent work has", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 720, + 507, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 383, + 733 + ], + "score": 1.0, + "content": "proposed more realistic image modifications such as small rotations", + "type": "text" + }, + { + "bbox": [ + 383, + 721, + 392, + 730 + ], + "score": 0.45, + "content": "\\&", + "type": "inline_equation" + }, + { + "bbox": [ + 393, + 720, + 507, + 733 + ], + "score": 1.0, + "content": "translations Engstrom et al.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 30.5 + } + ], + "page_idx": 6, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 107, + 26, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 107, + 26, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2020", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 751, + 308, + 759 + ], + "lines": [ + { + "bbox": [ + 302, + 750, + 309, + 762 + ], + "spans": [ + { + "bbox": [ + 302, + 750, + 309, + 762 + ], + "score": 1.0, + "content": "7", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "table", + "bbox": [ + 111, + 122, + 497, + 220 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 106, + 80, + 505, + 114 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 81, + 504, + 92 + ], + "spans": [ + { + "bbox": [ + 106, + 81, + 504, + 92 + ], + "score": 1.0, + "content": "Table 3: Detection and localization mAP for two Faster R-CNN backbones. Both detection and", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 91, + 506, + 104 + ], + "spans": [ + { + "bbox": [ + 106, + 91, + 506, + 104 + ], + "score": 1.0, + "content": "localization suffer from significant drops in mAP due to the perturbations. (*Model trained on", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 102, + 490, + 114 + ], + "spans": [ + { + "bbox": [ + 105, + 102, + 490, + 114 + ], + "score": 1.0, + "content": "ILSVRC Det and VID 2015 datasets, and evaluated on the 2015 subset of ILSVRC-VID 2017.)", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1 + }, + { + "type": "table_body", + "bbox": [ + 111, + 122, + 497, + 220 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 111, + 122, + 497, + 220 + ], + "spans": [ + { + "bbox": [ + 111, + 122, + 497, + 220 + ], + "score": 0.951, + "html": "
TaskModelmAP OriginalmAP PerturbedmAP △
DetectionFRCNN,ResNet562.848.814.0
FRCNN,ResNet 10163.150.612.5
R-FCN, ResNet 101 Xiao and Jae Lee (2018)*79.4*63.7*15.7*
LocalizationFRCNN,ResNet5076.664.212.4
FRCNN, ResNet 10177.866.311.5
R-FCN, ResNet 101*80.9*70.3*10.6*
", + "type": "table", + "image_path": "c2b153dbc59f4a6a3de61b2c6419c00fdb6229044a2820da8f869a81e0d00d35.jpg" + } + ] + } + ], + "index": 4, + "virtual_lines": [ + { + "bbox": [ + 111, + 122, + 497, + 154.66666666666666 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 111, + 154.66666666666666, + 497, + 187.33333333333331 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 111, + 187.33333333333331, + 497, + 219.99999999999997 + ], + "spans": [], + "index": 5 + } + ] + } + ], + "index": 2.5 + }, + { + "type": "text", + "bbox": [ + 107, + 238, + 506, + 271 + ], + "lines": [ + { + "bbox": [ + 106, + 237, + 506, + 252 + ], + "spans": [ + { + "bbox": [ + 106, + 237, + 240, + 252 + ], + "score": 1.0, + "content": "ImageNet-Vid-Robust and", + "type": "text" + }, + { + "bbox": [ + 240, + 239, + 262, + 249 + ], + "score": 0.85, + "content": "1 . 1 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 262, + 237, + 506, + 252 + ], + "score": 1.0, + "content": "on YTBB-Robust, but still results in large accuracy drops.", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 249, + 506, + 262 + ], + "spans": [ + { + "bbox": [ + 106, + 249, + 506, + 262 + ], + "score": 1.0, + "content": "These results indicate that the changes in model predictions are indeed due to a lack of robustness,", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 261, + 373, + 272 + ], + "spans": [ + { + "bbox": [ + 106, + 261, + 373, + 272 + ], + "score": 1.0, + "content": "rather than due to significant differences between adjacent frames.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7, + "bbox_fs": [ + 106, + 237, + 506, + 272 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 273, + 505, + 328 + ], + "lines": [ + { + "bbox": [ + 106, + 273, + 505, + 285 + ], + "spans": [ + { + "bbox": [ + 106, + 273, + 505, + 285 + ], + "score": 1.0, + "content": "To further analyze the impact of our review on model errors, we plot how frequently each offset", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 284, + 504, + 296 + ], + "spans": [ + { + "bbox": [ + 106, + 284, + 504, + 296 + ], + "score": 1.0, + "content": "distance from the anchor frame results in a model error across all model types in Figure 5. For both", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 295, + 505, + 307 + ], + "spans": [ + { + "bbox": [ + 106, + 295, + 505, + 307 + ], + "score": 1.0, + "content": "datasets, larger offsets (indicating pairs of frames further apart in time) lead to more frequent model", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 305, + 505, + 318 + ], + "spans": [ + { + "bbox": [ + 106, + 305, + 505, + 318 + ], + "score": 1.0, + "content": "errors. Our review reduces the fraction of errors across offsets, and especially for large offsets, which", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 317, + 361, + 329 + ], + "spans": [ + { + "bbox": [ + 106, + 317, + 361, + 329 + ], + "score": 1.0, + "content": "are more likely to display large changes from the anchor frame.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 11, + "bbox_fs": [ + 106, + 273, + 505, + 329 + ] + }, + { + "type": "image", + "bbox": [ + 109, + 340, + 496, + 433 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 109, + 340, + 496, + 433 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 109, + 340, + 496, + 433 + ], + "spans": [ + { + "bbox": [ + 109, + 340, + 496, + 433 + ], + "score": 0.904, + "type": "image", + "image_path": "4b62cf4ea50e313e218a252c96d0090fbe0855c3e30a90a9d4f5afba62738b13.jpg" + } + ] + } + ], + "index": 15, + "virtual_lines": [ + { + "bbox": [ + 109, + 340, + 496, + 371.0 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 109, + 371.0, + 496, + 402.0 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 109, + 402.0, + 496, + 433.0 + ], + "spans": [], + "index": 16 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 444, + 506, + 489 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 444, + 505, + 456 + ], + "spans": [ + { + "bbox": [ + 106, + 444, + 505, + 456 + ], + "score": 1.0, + "content": "Figure 5: We plot the fraction of times each offset caused an error, across all evaluated models, for", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 456, + 507, + 468 + ], + "spans": [ + { + "bbox": [ + 106, + 456, + 507, + 468 + ], + "score": 1.0, + "content": "frames with and without review. Frames further away more frequently cause classifiers to misfire.", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 466, + 505, + 479 + ], + "spans": [ + { + "bbox": [ + 105, + 466, + 505, + 479 + ], + "score": 1.0, + "content": "Our review process reduces the number of errors, especially for frames further in time, by removing", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 477, + 181, + 489 + ], + "spans": [ + { + "bbox": [ + 106, + 477, + 181, + 489 + ], + "score": 1.0, + "content": "dissimilar frames.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 18.5 + } + ], + "index": 16.75 + }, + { + "type": "text", + "bbox": [ + 107, + 511, + 505, + 545 + ], + "lines": [ + { + "bbox": [ + 105, + 510, + 506, + 524 + ], + "spans": [ + { + "bbox": [ + 105, + 510, + 506, + 524 + ], + "score": 1.0, + "content": "Table 4: Impact of human review on original and perturbed accuracies for", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 522, + 505, + 534 + ], + "spans": [ + { + "bbox": [ + 106, + 522, + 505, + 534 + ], + "score": 1.0, + "content": "ImageNet-Vid-Robust and YTBB-Robust, using a ResNet-152 fine-tuned on ImageNet-Vid", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 532, + 230, + 546 + ], + "spans": [ + { + "bbox": [ + 105, + 532, + 230, + 546 + ], + "score": 1.0, + "content": "and Youtube-BB, respectively.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22, + "bbox_fs": [ + 105, + 510, + 506, + 546 + ] + }, + { + "type": "table", + "bbox": [ + 150, + 554, + 458, + 625 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 150, + 554, + 458, + 625 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 150, + 554, + 458, + 625 + ], + "spans": [ + { + "bbox": [ + 150, + 554, + 458, + 625 + ], + "score": 0.981, + "html": "
Accuracy
ReviewedOriginalPerturbedDrop
ImageNet-Vid-Robust80.364.116.2
X84.870.214.4
YTBB-Robust88.178.110.0
X92.984.78.9
", + "type": "table", + "image_path": "48afc593d89772a086acd629e6791e7422ec23664f90b8b4acd9efdc5200f183.jpg" + } + ] + } + ], + "index": 25, + "virtual_lines": [ + { + "bbox": [ + 150, + 554, + 458, + 577.6666666666666 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 150, + 577.6666666666666, + 458, + 601.3333333333333 + ], + "spans": [], + "index": 25 + }, + { + "bbox": [ + 150, + 601.3333333333333, + 458, + 624.9999999999999 + ], + "spans": [], + "index": 26 + } + ] + } + ], + "index": 25 + }, + { + "type": "title", + "bbox": [ + 107, + 646, + 209, + 658 + ], + "lines": [ + { + "bbox": [ + 105, + 644, + 211, + 661 + ], + "spans": [ + { + "bbox": [ + 105, + 644, + 211, + 661 + ], + "score": 1.0, + "content": "4 RELATED WORK", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 27 + }, + { + "type": "text", + "bbox": [ + 106, + 666, + 506, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 665, + 507, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 665, + 507, + 678 + ], + "score": 1.0, + "content": "Adversarial examples. While various forms of adversarial examples have been studied, the major-", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 676, + 507, + 690 + ], + "spans": [ + { + "bbox": [ + 105, + 676, + 209, + 690 + ], + "score": 1.0, + "content": "ity of research focuses on", + "type": "text" + }, + { + "bbox": [ + 210, + 677, + 220, + 689 + ], + "score": 0.87, + "content": "\\ell _ { p }", + "type": "inline_equation" + }, + { + "bbox": [ + 220, + 676, + 507, + 690 + ], + "score": 1.0, + "content": "robustness Goodfellow et al. (2014); Biggio and Roli (2018). However,", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 687, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 505, + 700 + ], + "score": 1.0, + "content": "it is unclear whether adversarial examples pose a problem for classifier robustness outside of a truly", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 699, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 432, + 712 + ], + "score": 1.0, + "content": "worst case context. It is an open question whether perfect robustness against a", + "type": "text" + }, + { + "bbox": [ + 433, + 699, + 443, + 711 + ], + "score": 0.88, + "content": "\\ell _ { p }", + "type": "inline_equation" + }, + { + "bbox": [ + 443, + 699, + 505, + 712 + ], + "score": 1.0, + "content": "adversary will", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "score": 1.0, + "content": "induce robustness to realistic image distortions such as those studied in this paper. Recent work has", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 720, + 507, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 383, + 733 + ], + "score": 1.0, + "content": "proposed more realistic image modifications such as small rotations", + "type": "text" + }, + { + "bbox": [ + 383, + 721, + 392, + 730 + ], + "score": 0.45, + "content": "\\&", + "type": "inline_equation" + }, + { + "bbox": [ + 393, + 720, + 507, + 733 + ], + "score": 1.0, + "content": "translations Engstrom et al.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 30.5, + "bbox_fs": [ + 105, + 665, + 507, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 149 + ], + "lines": [ + { + "bbox": [ + 105, + 82, + 506, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 506, + 95 + ], + "score": 1.0, + "content": "(2017); Azulay and Weiss (2018); Fawzi and Frossard (2015); Kanbak et al. (2017), hue and color", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 505, + 106 + ], + "score": 1.0, + "content": "changes Hosseini and Poovendran (2018), image stylization Geirhos et al. (2018a) and synthetic", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 103, + 506, + 118 + ], + "spans": [ + { + "bbox": [ + 105, + 103, + 506, + 118 + ], + "score": 1.0, + "content": "image corruptions such as Gaussian blur and JPEG compression Hendrycks and Dietterich (2019);", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 114, + 506, + 129 + ], + "spans": [ + { + "bbox": [ + 105, + 114, + 443, + 129 + ], + "score": 1.0, + "content": "Geirhos et al. (2018b). Even though the above examples are more realistic than the", + "type": "text" + }, + { + "bbox": [ + 444, + 115, + 454, + 128 + ], + "score": 0.89, + "content": "\\ell _ { p }", + "type": "inline_equation" + }, + { + "bbox": [ + 455, + 114, + 506, + 129 + ], + "score": 1.0, + "content": "model, they", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 127, + 506, + 140 + ], + "spans": [ + { + "bbox": [ + 106, + 127, + 506, + 140 + ], + "score": 1.0, + "content": "still synthetically modify the input images to generate perturbed versions. In contrast, our work", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 137, + 468, + 150 + ], + "spans": [ + { + "bbox": [ + 105, + 137, + 468, + 150 + ], + "score": 1.0, + "content": "performs no synthetic modification and instead uses images that naturally occur in videos.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 2.5 + }, + { + "type": "text", + "bbox": [ + 107, + 159, + 505, + 247 + ], + "lines": [ + { + "bbox": [ + 105, + 158, + 505, + 172 + ], + "spans": [ + { + "bbox": [ + 105, + 158, + 505, + 172 + ], + "score": 1.0, + "content": "Utilizing videos to study robustness. In work concurrent to ours, Gu et al. (2019) exploit the", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 171, + 505, + 182 + ], + "spans": [ + { + "bbox": [ + 105, + 171, + 505, + 182 + ], + "score": 1.0, + "content": "temporal structure in videos to study robustness. However, their experiments suggest a substantially", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 181, + 505, + 193 + ], + "spans": [ + { + "bbox": [ + 105, + 181, + 505, + 193 + ], + "score": 1.0, + "content": "smaller drop in classification accuracy. The primary reason for this is a less stringent metric used", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 191, + 506, + 205 + ], + "spans": [ + { + "bbox": [ + 105, + 191, + 506, + 205 + ], + "score": 1.0, + "content": "in Gu et al. (2019). By contrast, our “pm-k” metric is inspired by the “worst-of-k” metric used in", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 203, + 507, + 215 + ], + "spans": [ + { + "bbox": [ + 105, + 203, + 507, + 215 + ], + "score": 1.0, + "content": "prior work Engstrom et al. (2017), highlighting the sensitivity of models to natural perturbations.", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 214, + 505, + 226 + ], + "spans": [ + { + "bbox": [ + 105, + 214, + 505, + 226 + ], + "score": 1.0, + "content": "In Appendix E we study the differences between the two metrics in more detail. Furthermore, the", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 224, + 506, + 237 + ], + "spans": [ + { + "bbox": [ + 105, + 224, + 506, + 237 + ], + "score": 1.0, + "content": "lack of human review and the high label error-rate we discovered in Youtube-BB(Table 1) presents a", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 236, + 338, + 248 + ], + "spans": [ + { + "bbox": [ + 106, + 236, + 338, + 248 + ], + "score": 1.0, + "content": "troubling confounding factor that we resolve in our work.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 9.5 + }, + { + "type": "text", + "bbox": [ + 107, + 257, + 505, + 345 + ], + "lines": [ + { + "bbox": [ + 105, + 258, + 505, + 270 + ], + "spans": [ + { + "bbox": [ + 105, + 258, + 505, + 270 + ], + "score": 1.0, + "content": "Distribution shift. Small, benign changes in the test distribution are often referred to as distribution", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 268, + 506, + 281 + ], + "spans": [ + { + "bbox": [ + 105, + 268, + 506, + 281 + ], + "score": 1.0, + "content": "shift. Recht et al. (2019) explore this phenomenon by constructing new test sets for CIFAR-10 and", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 279, + 506, + 292 + ], + "spans": [ + { + "bbox": [ + 106, + 279, + 506, + 292 + ], + "score": 1.0, + "content": "ImageNet and observe performance drops for a large suite of models on the newly constructed test", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 290, + 505, + 303 + ], + "spans": [ + { + "bbox": [ + 105, + 290, + 505, + 303 + ], + "score": 1.0, + "content": "sets. Similar to our Figure 3, the relationship between original and new test set accuracy is also", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 301, + 505, + 314 + ], + "spans": [ + { + "bbox": [ + 105, + 301, + 505, + 314 + ], + "score": 1.0, + "content": "approximately linear. However, the images in their test set bear little visual similarity to images in the", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 312, + 505, + 325 + ], + "spans": [ + { + "bbox": [ + 105, + 312, + 505, + 325 + ], + "score": 1.0, + "content": "original test set, while all of our failure cases in ImageNet-Vid-Robust and YTBB-Robust are", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 323, + 505, + 335 + ], + "spans": [ + { + "bbox": [ + 105, + 323, + 505, + 335 + ], + "score": 1.0, + "content": "on perceptually similar images. In a similar vein of study, Torralba et al. (2011) studies distribution", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 333, + 483, + 347 + ], + "spans": [ + { + "bbox": [ + 106, + 333, + 483, + 347 + ], + "score": 1.0, + "content": "shift across different computer vision data sets such as Caltech-101, PASCAL, and ImageNet.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 17.5 + }, + { + "type": "text", + "bbox": [ + 107, + 355, + 505, + 466 + ], + "lines": [ + { + "bbox": [ + 105, + 354, + 507, + 370 + ], + "spans": [ + { + "bbox": [ + 105, + 354, + 507, + 370 + ], + "score": 1.0, + "content": "Computer vision. A common issue when applying image based models to videos is flickering,", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 366, + 506, + 379 + ], + "spans": [ + { + "bbox": [ + 105, + 366, + 506, + 379 + ], + "score": 1.0, + "content": "where object detectors spuriously produce false-positives or false-negatives in isolated frames or", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 377, + 506, + 390 + ], + "spans": [ + { + "bbox": [ + 105, + 377, + 506, + 390 + ], + "score": 1.0, + "content": "groups of frames. Jin et al. (2018) explicitly identify such failures and use a technique reminiscent", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 388, + 506, + 401 + ], + "spans": [ + { + "bbox": [ + 105, + 388, + 506, + 401 + ], + "score": 1.0, + "content": "of adversarially robust training to improve image-based models. A similar line of work focuses on", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 401, + 506, + 412 + ], + "spans": [ + { + "bbox": [ + 105, + 401, + 506, + 412 + ], + "score": 1.0, + "content": "improving object detection in videos as objects become occluded or move quickly Kang et al. (2017);", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 410, + 505, + 422 + ], + "spans": [ + { + "bbox": [ + 105, + 410, + 505, + 422 + ], + "score": 1.0, + "content": "Feichtenhofer et al. (2017); Zhu et al. (2017); Xiao and Jae Lee (2018). The focus in this line of", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 423, + 505, + 434 + ], + "spans": [ + { + "bbox": [ + 106, + 423, + 505, + 434 + ], + "score": 1.0, + "content": "work has generally been on improving object detection when objects transform in a way that makes", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 433, + 506, + 444 + ], + "spans": [ + { + "bbox": [ + 105, + 433, + 506, + 444 + ], + "score": 1.0, + "content": "recognition difficult from a single frame, such as fast motion or occlusion. In this work, we document", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 444, + 505, + 455 + ], + "spans": [ + { + "bbox": [ + 105, + 444, + 505, + 455 + ], + "score": 1.0, + "content": "a broader set of failure cases for image-based classifiers and detectors and show that failures occur", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 455, + 336, + 467 + ], + "spans": [ + { + "bbox": [ + 105, + 455, + 336, + 467 + ], + "score": 1.0, + "content": "when the neighboring frames are imperceptibly different.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 26.5 + }, + { + "type": "title", + "bbox": [ + 108, + 480, + 195, + 492 + ], + "lines": [ + { + "bbox": [ + 104, + 478, + 197, + 496 + ], + "spans": [ + { + "bbox": [ + 104, + 478, + 197, + 496 + ], + "score": 1.0, + "content": "5 CONCLUSION", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 32 + }, + { + "type": "text", + "bbox": [ + 107, + 501, + 505, + 545 + ], + "lines": [ + { + "bbox": [ + 105, + 501, + 506, + 515 + ], + "spans": [ + { + "bbox": [ + 105, + 501, + 506, + 515 + ], + "score": 1.0, + "content": "Our study quantifies the sensitivity of image classifiers to naturally occuring temporal perturbations.", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 513, + 505, + 525 + ], + "spans": [ + { + "bbox": [ + 105, + 513, + 505, + 525 + ], + "score": 1.0, + "content": "We show that these perturbations can cause significant drops in accuracy for a wide range of models", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 523, + 505, + 537 + ], + "spans": [ + { + "bbox": [ + 105, + 523, + 505, + 537 + ], + "score": 1.0, + "content": "for both classification and detection. Our work on analyzing this failure mode opens multiple avenues", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 534, + 185, + 546 + ], + "spans": [ + { + "bbox": [ + 105, + 534, + 185, + 546 + ], + "score": 1.0, + "content": "for future research:", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 34.5 + }, + { + "type": "text", + "bbox": [ + 107, + 556, + 505, + 633 + ], + "lines": [ + { + "bbox": [ + 106, + 557, + 505, + 568 + ], + "spans": [ + { + "bbox": [ + 106, + 557, + 505, + 568 + ], + "score": 1.0, + "content": "Building more robust models. Our ImageNet-Vid-Robust and YTBB-Robust datasets", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 568, + 505, + 579 + ], + "spans": [ + { + "bbox": [ + 105, + 568, + 505, + 579 + ], + "score": 1.0, + "content": "provide a standard measure for robustness that can be applied to any classification or detection", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 579, + 505, + 590 + ], + "spans": [ + { + "bbox": [ + 106, + 579, + 505, + 590 + ], + "score": 1.0, + "content": "model. In Table 2, we evaluated several commonly used models and found that all of them suffer", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 590, + 505, + 602 + ], + "spans": [ + { + "bbox": [ + 105, + 590, + 505, + 602 + ], + "score": 1.0, + "content": "from substantial accuracy drops due to natural perturbations. In particular, we found that model", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 600, + 505, + 612 + ], + "spans": [ + { + "bbox": [ + 106, + 601, + 439, + 612 + ], + "score": 1.0, + "content": "improvements with respect to artificial perturbations (such as image corruptions or", + "type": "text" + }, + { + "bbox": [ + 440, + 600, + 453, + 611 + ], + "score": 0.89, + "content": "\\ell _ { \\infty }", + "type": "inline_equation" + }, + { + "bbox": [ + 454, + 601, + 505, + 612 + ], + "score": 1.0, + "content": "adversaries)", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 611, + 505, + 623 + ], + "spans": [ + { + "bbox": [ + 105, + 611, + 505, + 623 + ], + "score": 1.0, + "content": "induce at best modest improvements in robustness. We hope that our standardized datasets and", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 622, + 498, + 635 + ], + "spans": [ + { + "bbox": [ + 105, + 622, + 498, + 635 + ], + "score": 1.0, + "content": "evaluation metric will enable future work to quantify improvements in natural robustness directly.", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 40 + }, + { + "type": "text", + "bbox": [ + 107, + 643, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 644, + 505, + 656 + ], + "spans": [ + { + "bbox": [ + 105, + 644, + 505, + 656 + ], + "score": 1.0, + "content": "Further natural perturbations. Videos provide a straightforward method for collecting natural", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 104, + 654, + 506, + 669 + ], + "spans": [ + { + "bbox": [ + 104, + 654, + 506, + 669 + ], + "score": 1.0, + "content": "perturbations of images, admitting the study of realistic forms of robustness for machine learning", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 666, + 505, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 505, + 678 + ], + "score": 1.0, + "content": "methods. Other methods for generating these natural perturbations are likely to provide additional", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 106, + 678, + 505, + 689 + ], + "spans": [ + { + "bbox": [ + 106, + 678, + 505, + 689 + ], + "score": 1.0, + "content": "insights into model robustness. As an example, photo sharing websites contain a large number of", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 687, + 507, + 701 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 507, + 701 + ], + "score": 1.0, + "content": "near-duplicate images: pairs of images of the same scene captured at different times, viewpoints,", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "or from a different camera Recht et al. (2019). More generally, devising similar, domain-specific", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 105, + 710, + 506, + 721 + ], + "spans": [ + { + "bbox": [ + 105, + 710, + 506, + 721 + ], + "score": 1.0, + "content": "strategies to collect, verify, and measure robustness to natural perturbations in domains such as natural", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 721, + 441, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 721, + 441, + 733 + ], + "score": 1.0, + "content": "language processing or speech recognition is a promising direction for future work.", + "type": "text" + } + ], + "index": 51 + } + ], + "index": 47.5 + } + ], + "page_idx": 7, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 107, + 26, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 107, + 26, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2020", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 752, + 308, + 759 + ], + "lines": [ + { + "bbox": [ + 302, + 750, + 309, + 761 + ], + "spans": [ + { + "bbox": [ + 302, + 750, + 309, + 761 + ], + "score": 1.0, + "content": "8", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 149 + ], + "lines": [ + { + "bbox": [ + 105, + 82, + 506, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 506, + 95 + ], + "score": 1.0, + "content": "(2017); Azulay and Weiss (2018); Fawzi and Frossard (2015); Kanbak et al. (2017), hue and color", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 505, + 106 + ], + "score": 1.0, + "content": "changes Hosseini and Poovendran (2018), image stylization Geirhos et al. (2018a) and synthetic", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 103, + 506, + 118 + ], + "spans": [ + { + "bbox": [ + 105, + 103, + 506, + 118 + ], + "score": 1.0, + "content": "image corruptions such as Gaussian blur and JPEG compression Hendrycks and Dietterich (2019);", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 114, + 506, + 129 + ], + "spans": [ + { + "bbox": [ + 105, + 114, + 443, + 129 + ], + "score": 1.0, + "content": "Geirhos et al. (2018b). Even though the above examples are more realistic than the", + "type": "text" + }, + { + "bbox": [ + 444, + 115, + 454, + 128 + ], + "score": 0.89, + "content": "\\ell _ { p }", + "type": "inline_equation" + }, + { + "bbox": [ + 455, + 114, + 506, + 129 + ], + "score": 1.0, + "content": "model, they", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 127, + 506, + 140 + ], + "spans": [ + { + "bbox": [ + 106, + 127, + 506, + 140 + ], + "score": 1.0, + "content": "still synthetically modify the input images to generate perturbed versions. In contrast, our work", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 137, + 468, + 150 + ], + "spans": [ + { + "bbox": [ + 105, + 137, + 468, + 150 + ], + "score": 1.0, + "content": "performs no synthetic modification and instead uses images that naturally occur in videos.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 2.5, + "bbox_fs": [ + 105, + 82, + 506, + 150 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 159, + 505, + 247 + ], + "lines": [ + { + "bbox": [ + 105, + 158, + 505, + 172 + ], + "spans": [ + { + "bbox": [ + 105, + 158, + 505, + 172 + ], + "score": 1.0, + "content": "Utilizing videos to study robustness. In work concurrent to ours, Gu et al. (2019) exploit the", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 171, + 505, + 182 + ], + "spans": [ + { + "bbox": [ + 105, + 171, + 505, + 182 + ], + "score": 1.0, + "content": "temporal structure in videos to study robustness. However, their experiments suggest a substantially", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 181, + 505, + 193 + ], + "spans": [ + { + "bbox": [ + 105, + 181, + 505, + 193 + ], + "score": 1.0, + "content": "smaller drop in classification accuracy. The primary reason for this is a less stringent metric used", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 191, + 506, + 205 + ], + "spans": [ + { + "bbox": [ + 105, + 191, + 506, + 205 + ], + "score": 1.0, + "content": "in Gu et al. (2019). By contrast, our “pm-k” metric is inspired by the “worst-of-k” metric used in", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 203, + 507, + 215 + ], + "spans": [ + { + "bbox": [ + 105, + 203, + 507, + 215 + ], + "score": 1.0, + "content": "prior work Engstrom et al. (2017), highlighting the sensitivity of models to natural perturbations.", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 214, + 505, + 226 + ], + "spans": [ + { + "bbox": [ + 105, + 214, + 505, + 226 + ], + "score": 1.0, + "content": "In Appendix E we study the differences between the two metrics in more detail. Furthermore, the", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 224, + 506, + 237 + ], + "spans": [ + { + "bbox": [ + 105, + 224, + 506, + 237 + ], + "score": 1.0, + "content": "lack of human review and the high label error-rate we discovered in Youtube-BB(Table 1) presents a", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 236, + 338, + 248 + ], + "spans": [ + { + "bbox": [ + 106, + 236, + 338, + 248 + ], + "score": 1.0, + "content": "troubling confounding factor that we resolve in our work.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 9.5, + "bbox_fs": [ + 105, + 158, + 507, + 248 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 257, + 505, + 345 + ], + "lines": [ + { + "bbox": [ + 105, + 258, + 505, + 270 + ], + "spans": [ + { + "bbox": [ + 105, + 258, + 505, + 270 + ], + "score": 1.0, + "content": "Distribution shift. Small, benign changes in the test distribution are often referred to as distribution", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 268, + 506, + 281 + ], + "spans": [ + { + "bbox": [ + 105, + 268, + 506, + 281 + ], + "score": 1.0, + "content": "shift. Recht et al. (2019) explore this phenomenon by constructing new test sets for CIFAR-10 and", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 279, + 506, + 292 + ], + "spans": [ + { + "bbox": [ + 106, + 279, + 506, + 292 + ], + "score": 1.0, + "content": "ImageNet and observe performance drops for a large suite of models on the newly constructed test", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 290, + 505, + 303 + ], + "spans": [ + { + "bbox": [ + 105, + 290, + 505, + 303 + ], + "score": 1.0, + "content": "sets. Similar to our Figure 3, the relationship between original and new test set accuracy is also", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 301, + 505, + 314 + ], + "spans": [ + { + "bbox": [ + 105, + 301, + 505, + 314 + ], + "score": 1.0, + "content": "approximately linear. However, the images in their test set bear little visual similarity to images in the", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 312, + 505, + 325 + ], + "spans": [ + { + "bbox": [ + 105, + 312, + 505, + 325 + ], + "score": 1.0, + "content": "original test set, while all of our failure cases in ImageNet-Vid-Robust and YTBB-Robust are", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 323, + 505, + 335 + ], + "spans": [ + { + "bbox": [ + 105, + 323, + 505, + 335 + ], + "score": 1.0, + "content": "on perceptually similar images. In a similar vein of study, Torralba et al. (2011) studies distribution", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 333, + 483, + 347 + ], + "spans": [ + { + "bbox": [ + 106, + 333, + 483, + 347 + ], + "score": 1.0, + "content": "shift across different computer vision data sets such as Caltech-101, PASCAL, and ImageNet.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 17.5, + "bbox_fs": [ + 105, + 258, + 506, + 347 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 355, + 505, + 466 + ], + "lines": [ + { + "bbox": [ + 105, + 354, + 507, + 370 + ], + "spans": [ + { + "bbox": [ + 105, + 354, + 507, + 370 + ], + "score": 1.0, + "content": "Computer vision. A common issue when applying image based models to videos is flickering,", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 366, + 506, + 379 + ], + "spans": [ + { + "bbox": [ + 105, + 366, + 506, + 379 + ], + "score": 1.0, + "content": "where object detectors spuriously produce false-positives or false-negatives in isolated frames or", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 377, + 506, + 390 + ], + "spans": [ + { + "bbox": [ + 105, + 377, + 506, + 390 + ], + "score": 1.0, + "content": "groups of frames. Jin et al. (2018) explicitly identify such failures and use a technique reminiscent", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 388, + 506, + 401 + ], + "spans": [ + { + "bbox": [ + 105, + 388, + 506, + 401 + ], + "score": 1.0, + "content": "of adversarially robust training to improve image-based models. A similar line of work focuses on", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 401, + 506, + 412 + ], + "spans": [ + { + "bbox": [ + 105, + 401, + 506, + 412 + ], + "score": 1.0, + "content": "improving object detection in videos as objects become occluded or move quickly Kang et al. (2017);", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 410, + 505, + 422 + ], + "spans": [ + { + "bbox": [ + 105, + 410, + 505, + 422 + ], + "score": 1.0, + "content": "Feichtenhofer et al. (2017); Zhu et al. (2017); Xiao and Jae Lee (2018). The focus in this line of", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 423, + 505, + 434 + ], + "spans": [ + { + "bbox": [ + 106, + 423, + 505, + 434 + ], + "score": 1.0, + "content": "work has generally been on improving object detection when objects transform in a way that makes", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 433, + 506, + 444 + ], + "spans": [ + { + "bbox": [ + 105, + 433, + 506, + 444 + ], + "score": 1.0, + "content": "recognition difficult from a single frame, such as fast motion or occlusion. In this work, we document", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 444, + 505, + 455 + ], + "spans": [ + { + "bbox": [ + 105, + 444, + 505, + 455 + ], + "score": 1.0, + "content": "a broader set of failure cases for image-based classifiers and detectors and show that failures occur", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 455, + 336, + 467 + ], + "spans": [ + { + "bbox": [ + 105, + 455, + 336, + 467 + ], + "score": 1.0, + "content": "when the neighboring frames are imperceptibly different.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 26.5, + "bbox_fs": [ + 105, + 354, + 507, + 467 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 480, + 195, + 492 + ], + "lines": [ + { + "bbox": [ + 104, + 478, + 197, + 496 + ], + "spans": [ + { + "bbox": [ + 104, + 478, + 197, + 496 + ], + "score": 1.0, + "content": "5 CONCLUSION", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 32 + }, + { + "type": "text", + "bbox": [ + 107, + 501, + 505, + 545 + ], + "lines": [ + { + "bbox": [ + 105, + 501, + 506, + 515 + ], + "spans": [ + { + "bbox": [ + 105, + 501, + 506, + 515 + ], + "score": 1.0, + "content": "Our study quantifies the sensitivity of image classifiers to naturally occuring temporal perturbations.", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 513, + 505, + 525 + ], + "spans": [ + { + "bbox": [ + 105, + 513, + 505, + 525 + ], + "score": 1.0, + "content": "We show that these perturbations can cause significant drops in accuracy for a wide range of models", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 523, + 505, + 537 + ], + "spans": [ + { + "bbox": [ + 105, + 523, + 505, + 537 + ], + "score": 1.0, + "content": "for both classification and detection. Our work on analyzing this failure mode opens multiple avenues", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 534, + 185, + 546 + ], + "spans": [ + { + "bbox": [ + 105, + 534, + 185, + 546 + ], + "score": 1.0, + "content": "for future research:", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 34.5, + "bbox_fs": [ + 105, + 501, + 506, + 546 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 556, + 505, + 633 + ], + "lines": [ + { + "bbox": [ + 106, + 557, + 505, + 568 + ], + "spans": [ + { + "bbox": [ + 106, + 557, + 505, + 568 + ], + "score": 1.0, + "content": "Building more robust models. Our ImageNet-Vid-Robust and YTBB-Robust datasets", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 568, + 505, + 579 + ], + "spans": [ + { + "bbox": [ + 105, + 568, + 505, + 579 + ], + "score": 1.0, + "content": "provide a standard measure for robustness that can be applied to any classification or detection", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 579, + 505, + 590 + ], + "spans": [ + { + "bbox": [ + 106, + 579, + 505, + 590 + ], + "score": 1.0, + "content": "model. In Table 2, we evaluated several commonly used models and found that all of them suffer", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 590, + 505, + 602 + ], + "spans": [ + { + "bbox": [ + 105, + 590, + 505, + 602 + ], + "score": 1.0, + "content": "from substantial accuracy drops due to natural perturbations. In particular, we found that model", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 600, + 505, + 612 + ], + "spans": [ + { + "bbox": [ + 106, + 601, + 439, + 612 + ], + "score": 1.0, + "content": "improvements with respect to artificial perturbations (such as image corruptions or", + "type": "text" + }, + { + "bbox": [ + 440, + 600, + 453, + 611 + ], + "score": 0.89, + "content": "\\ell _ { \\infty }", + "type": "inline_equation" + }, + { + "bbox": [ + 454, + 601, + 505, + 612 + ], + "score": 1.0, + "content": "adversaries)", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 611, + 505, + 623 + ], + "spans": [ + { + "bbox": [ + 105, + 611, + 505, + 623 + ], + "score": 1.0, + "content": "induce at best modest improvements in robustness. We hope that our standardized datasets and", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 622, + 498, + 635 + ], + "spans": [ + { + "bbox": [ + 105, + 622, + 498, + 635 + ], + "score": 1.0, + "content": "evaluation metric will enable future work to quantify improvements in natural robustness directly.", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 40, + "bbox_fs": [ + 105, + 557, + 505, + 635 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 643, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 644, + 505, + 656 + ], + "spans": [ + { + "bbox": [ + 105, + 644, + 505, + 656 + ], + "score": 1.0, + "content": "Further natural perturbations. Videos provide a straightforward method for collecting natural", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 104, + 654, + 506, + 669 + ], + "spans": [ + { + "bbox": [ + 104, + 654, + 506, + 669 + ], + "score": 1.0, + "content": "perturbations of images, admitting the study of realistic forms of robustness for machine learning", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 666, + 505, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 505, + 678 + ], + "score": 1.0, + "content": "methods. Other methods for generating these natural perturbations are likely to provide additional", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 106, + 678, + 505, + 689 + ], + "spans": [ + { + "bbox": [ + 106, + 678, + 505, + 689 + ], + "score": 1.0, + "content": "insights into model robustness. As an example, photo sharing websites contain a large number of", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 687, + 507, + 701 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 507, + 701 + ], + "score": 1.0, + "content": "near-duplicate images: pairs of images of the same scene captured at different times, viewpoints,", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "or from a different camera Recht et al. (2019). More generally, devising similar, domain-specific", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 105, + 710, + 506, + 721 + ], + "spans": [ + { + "bbox": [ + 105, + 710, + 506, + 721 + ], + "score": 1.0, + "content": "strategies to collect, verify, and measure robustness to natural perturbations in domains such as natural", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 721, + 441, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 721, + 441, + 733 + ], + "score": 1.0, + "content": "language processing or speech recognition is a promising direction for future work.", + "type": "text" + } + ], + "index": 51 + } + ], + "index": 47.5, + "bbox_fs": [ + 104, + 644, + 507, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 108, + 81, + 176, + 94 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 176, + 94 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 176, + 94 + ], + "score": 1.0, + "content": "REFERENCES", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 106, + 100, + 504, + 123 + ], + "lines": [ + { + "bbox": [ + 106, + 100, + 505, + 113 + ], + "spans": [ + { + "bbox": [ + 106, + 100, + 505, + 113 + ], + "score": 1.0, + "content": "Aharon Azulay and Yair Weiss. Why do deep convolutional networks generalize so poorly to small", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 115, + 111, + 376, + 123 + ], + "spans": [ + { + "bbox": [ + 115, + 111, + 376, + 123 + ], + "score": 1.0, + "content": "image transformations? arXiv preprint arXiv:1805.12177, 2018.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1.5 + }, + { + "type": "text", + "bbox": [ + 107, + 130, + 505, + 164 + ], + "lines": [ + { + "bbox": [ + 105, + 129, + 506, + 143 + ], + "spans": [ + { + "bbox": [ + 105, + 129, + 506, + 143 + ], + "score": 1.0, + "content": "Luca Bertinetto, Jack Valmadre, Joao F Henriques, Andrea Vedaldi, and Philip HS Torr. Fully-", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 116, + 141, + 506, + 154 + ], + "spans": [ + { + "bbox": [ + 116, + 141, + 506, + 154 + ], + "score": 1.0, + "content": "convolutional siamese networks for object tracking. In European conference on computer vision,", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 115, + 153, + 245, + 164 + ], + "spans": [ + { + "bbox": [ + 115, + 153, + 245, + 164 + ], + "score": 1.0, + "content": "pages 850–865. Springer, 2016.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 105, + 171, + 504, + 194 + ], + "lines": [ + { + "bbox": [ + 105, + 169, + 506, + 185 + ], + "spans": [ + { + "bbox": [ + 105, + 169, + 506, + 185 + ], + "score": 1.0, + "content": "Battista Biggio and Fabio Roli. Wild patterns: Ten years after the rise of adversarial machine learning.", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 115, + 182, + 424, + 195 + ], + "spans": [ + { + "bbox": [ + 115, + 182, + 424, + 195 + ], + "score": 1.0, + "content": "Pattern Recognition, 2018. https://arxiv.org/abs/1712.03141.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6.5 + }, + { + "type": "text", + "bbox": [ + 105, + 201, + 504, + 224 + ], + "lines": [ + { + "bbox": [ + 106, + 201, + 505, + 214 + ], + "spans": [ + { + "bbox": [ + 106, + 201, + 505, + 214 + ], + "score": 1.0, + "content": "Remi Cadene. Pretrained models for pytorch. https://github.com/Cadene/pretrain", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 116, + 213, + 320, + 224 + ], + "spans": [ + { + "bbox": [ + 116, + 213, + 320, + 224 + ], + "score": 1.0, + "content": "ed-models.pytorch. Accessed: 2019-05-20.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8.5 + }, + { + "type": "text", + "bbox": [ + 107, + 231, + 505, + 264 + ], + "lines": [ + { + "bbox": [ + 105, + 230, + 505, + 245 + ], + "spans": [ + { + "bbox": [ + 105, + 230, + 505, + 245 + ], + "score": 1.0, + "content": "Jifeng Dai, Yi Li, Kaiming He, and Jian Sun. R-fcn: Object detection via region-based fully", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 115, + 242, + 507, + 255 + ], + "spans": [ + { + "bbox": [ + 115, + 242, + 507, + 255 + ], + "score": 1.0, + "content": "convolutional networks. In Advances in neural information processing systems, pages 379–387,", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 115, + 251, + 143, + 266 + ], + "spans": [ + { + "bbox": [ + 115, + 251, + 143, + 266 + ], + "score": 1.0, + "content": "2016.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11 + }, + { + "type": "text", + "bbox": [ + 106, + 271, + 505, + 306 + ], + "lines": [ + { + "bbox": [ + 105, + 271, + 506, + 285 + ], + "spans": [ + { + "bbox": [ + 105, + 271, + 506, + 285 + ], + "score": 1.0, + "content": "Logan Engstrom, Brandon Tran, Dimitris Tsipras, Ludwig Schmidt, and Aleksander Madry. A", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 115, + 283, + 505, + 296 + ], + "spans": [ + { + "bbox": [ + 115, + 283, + 505, + 296 + ], + "score": 1.0, + "content": "rotation and a translation suffice: Fooling cnns with simple transformations. arXiv preprint", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 116, + 294, + 220, + 305 + ], + "spans": [ + { + "bbox": [ + 116, + 294, + 220, + 305 + ], + "score": 1.0, + "content": "arXiv:1712.02779, 2017.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14 + }, + { + "type": "text", + "bbox": [ + 105, + 312, + 504, + 336 + ], + "lines": [ + { + "bbox": [ + 106, + 313, + 505, + 326 + ], + "spans": [ + { + "bbox": [ + 106, + 313, + 505, + 326 + ], + "score": 1.0, + "content": "Alhussein Fawzi and Pascal Frossard. Manitest: Are classifiers really invariant? In British Machine", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 116, + 324, + 255, + 336 + ], + "spans": [ + { + "bbox": [ + 116, + 324, + 255, + 336 + ], + "score": 1.0, + "content": "Vision Conference (BMVC), 2015.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 16.5 + }, + { + "type": "text", + "bbox": [ + 107, + 343, + 504, + 366 + ], + "lines": [ + { + "bbox": [ + 106, + 344, + 504, + 356 + ], + "spans": [ + { + "bbox": [ + 106, + 344, + 504, + 356 + ], + "score": 1.0, + "content": "Christoph Feichtenhofer, Axel Pinz, and Andrew Zisserman. Detect to track and track to detect. In", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 115, + 354, + 505, + 367 + ], + "spans": [ + { + "bbox": [ + 115, + 354, + 505, + 367 + ], + "score": 1.0, + "content": "Proceedings of the IEEE International Conference on Computer Vision, pages 3038–3046, 2017.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 18.5 + }, + { + "type": "text", + "bbox": [ + 107, + 372, + 504, + 407 + ], + "lines": [ + { + "bbox": [ + 105, + 373, + 505, + 385 + ], + "spans": [ + { + "bbox": [ + 105, + 373, + 505, + 385 + ], + "score": 1.0, + "content": "Robert Geirhos, Patricia Rubisch, Claudio Michaelis, Matthias Bethge, Felix A Wichmann, and", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 116, + 384, + 506, + 397 + ], + "spans": [ + { + "bbox": [ + 116, + 384, + 506, + 397 + ], + "score": 1.0, + "content": "Wieland Brendel. Imagenet-trained cnns are biased towards texture; increasing shape bias improves", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 116, + 396, + 385, + 407 + ], + "spans": [ + { + "bbox": [ + 116, + 396, + 385, + 407 + ], + "score": 1.0, + "content": "accuracy and robustness. arXiv preprint arXiv:1811.12231, 2018a.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 21 + }, + { + "type": "text", + "bbox": [ + 106, + 414, + 505, + 448 + ], + "lines": [ + { + "bbox": [ + 106, + 414, + 505, + 426 + ], + "spans": [ + { + "bbox": [ + 106, + 414, + 505, + 426 + ], + "score": 1.0, + "content": "Robert Geirhos, Carlos RM Temme, Jonas Rauber, Heiko H Schütt, Matthias Bethge, and Felix A", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 116, + 425, + 505, + 438 + ], + "spans": [ + { + "bbox": [ + 116, + 425, + 505, + 438 + ], + "score": 1.0, + "content": "Wichmann. Generalisation in humans and deep neural networks. In Advances in Neural Information", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 115, + 436, + 303, + 448 + ], + "spans": [ + { + "bbox": [ + 115, + 436, + 303, + 448 + ], + "score": 1.0, + "content": "Processing Systems, pages 7538–7550, 2018b.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24 + }, + { + "type": "text", + "bbox": [ + 106, + 455, + 504, + 478 + ], + "lines": [ + { + "bbox": [ + 105, + 455, + 505, + 469 + ], + "spans": [ + { + "bbox": [ + 105, + 455, + 505, + 469 + ], + "score": 1.0, + "content": "Ian J Goodfellow, Jonathon Shlens, and Christian Szegedy. Explaining and harnessing adversarial", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 115, + 466, + 317, + 479 + ], + "spans": [ + { + "bbox": [ + 115, + 466, + 317, + 479 + ], + "score": 1.0, + "content": "examples. arXiv preprint arXiv:1412.6572, 2014.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26.5 + }, + { + "type": "text", + "bbox": [ + 106, + 484, + 504, + 509 + ], + "lines": [ + { + "bbox": [ + 105, + 483, + 506, + 499 + ], + "spans": [ + { + "bbox": [ + 105, + 483, + 506, + 499 + ], + "score": 1.0, + "content": "Keren Gu, Brandon Yang, Jiquan Ngiam, Quoc Le, and Jonathan Shlens. Using videos to evaluate", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 116, + 496, + 381, + 509 + ], + "spans": [ + { + "bbox": [ + 116, + 496, + 381, + 509 + ], + "score": 1.0, + "content": "image model robustness. arXiv preprint arXiv:1904.10076, 2019.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28.5 + }, + { + "type": "text", + "bbox": [ + 108, + 515, + 504, + 549 + ], + "lines": [ + { + "bbox": [ + 106, + 515, + 505, + 528 + ], + "spans": [ + { + "bbox": [ + 106, + 515, + 505, + 528 + ], + "score": 1.0, + "content": "Wei Han, Pooya Khorrami, Tom Le Paine, Prajit Ramachandran, Mohammad Babaeizadeh, Honghui", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 116, + 526, + 505, + 538 + ], + "spans": [ + { + "bbox": [ + 116, + 526, + 505, + 538 + ], + "score": 1.0, + "content": "Shi, Jianan Li, Shuicheng Yan, and Thomas S Huang. Seq-nms for video object detection. arXiv", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 115, + 538, + 254, + 549 + ], + "spans": [ + { + "bbox": [ + 115, + 538, + 254, + 549 + ], + "score": 1.0, + "content": "preprint arXiv:1602.08465, 2016.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 31 + }, + { + "type": "text", + "bbox": [ + 105, + 556, + 504, + 579 + ], + "lines": [ + { + "bbox": [ + 106, + 555, + 505, + 569 + ], + "spans": [ + { + "bbox": [ + 106, + 555, + 505, + 569 + ], + "score": 1.0, + "content": "Dan Hendrycks and Thomas Dietterich. Benchmarking neural network robustness to common", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 115, + 568, + 402, + 579 + ], + "spans": [ + { + "bbox": [ + 115, + 568, + 402, + 579 + ], + "score": 1.0, + "content": "corruptions and perturbations. arXiv preprint arXiv:1903.12261, 2019.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 33.5 + }, + { + "type": "text", + "bbox": [ + 106, + 586, + 505, + 620 + ], + "lines": [ + { + "bbox": [ + 105, + 585, + 505, + 600 + ], + "spans": [ + { + "bbox": [ + 105, + 585, + 505, + 600 + ], + "score": 1.0, + "content": "Hossein Hosseini and Radha Poovendran. Semantic adversarial examples. In Proceedings of the", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 115, + 598, + 506, + 610 + ], + "spans": [ + { + "bbox": [ + 115, + 598, + 506, + 610 + ], + "score": 1.0, + "content": "IEEE Conference on Computer Vision and Pattern Recognition Workshops, pages 1614–1619,", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 115, + 608, + 142, + 620 + ], + "spans": [ + { + "bbox": [ + 115, + 608, + 142, + 620 + ], + "score": 1.0, + "content": "2018.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 36 + }, + { + "type": "text", + "bbox": [ + 108, + 627, + 505, + 661 + ], + "lines": [ + { + "bbox": [ + 105, + 626, + 506, + 641 + ], + "spans": [ + { + "bbox": [ + 105, + 626, + 506, + 641 + ], + "score": 1.0, + "content": "SouYoung Jin, Aruni RoyChowdhury, Huaizu Jiang, Ashish Singh, Aditya Prasad, Deep Chakraborty,", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 115, + 638, + 505, + 651 + ], + "spans": [ + { + "bbox": [ + 115, + 638, + 505, + 651 + ], + "score": 1.0, + "content": "and Erik Learned-Miller. Unsupervised hard example mining from videos for improved object", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 117, + 650, + 225, + 661 + ], + "spans": [ + { + "bbox": [ + 117, + 650, + 225, + 661 + ], + "score": 1.0, + "content": "detection. In ECCV, 2018.", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 39 + }, + { + "type": "text", + "bbox": [ + 105, + 668, + 504, + 691 + ], + "lines": [ + { + "bbox": [ + 105, + 667, + 505, + 682 + ], + "spans": [ + { + "bbox": [ + 105, + 667, + 505, + 682 + ], + "score": 1.0, + "content": "Can Kanbak, Seyed-Mohsen Moosavi-Dezfooli, and Pascal Frossard. Geometric robustness of deep", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 115, + 680, + 431, + 692 + ], + "spans": [ + { + "bbox": [ + 115, + 680, + 431, + 692 + ], + "score": 1.0, + "content": "networks: analysis and improvement. arXiv preprint arXiv:1711.09115, 2017.", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 41.5 + }, + { + "type": "text", + "bbox": [ + 107, + 698, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 696, + 506, + 713 + ], + "spans": [ + { + "bbox": [ + 105, + 696, + 506, + 713 + ], + "score": 1.0, + "content": "Kai Kang, Hongsheng Li, Tong Xiao, Wanli Ouyang, Junjie Yan, Xihui Liu, and Xiaogang Wang.", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 116, + 709, + 504, + 722 + ], + "spans": [ + { + "bbox": [ + 116, + 709, + 504, + 722 + ], + "score": 1.0, + "content": "Object detection in videos with tubelet proposal networks. In Proceedings of the IEEE Conference", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 116, + 720, + 390, + 734 + ], + "spans": [ + { + "bbox": [ + 116, + 720, + 390, + 734 + ], + "score": 1.0, + "content": "on Computer Vision and Pattern Recognition, pages 727–735, 2017.", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 44 + } + ], + "page_idx": 8, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 107, + 26, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 107, + 26, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2020", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 751, + 309, + 759 + ], + "lines": [ + { + "bbox": [ + 302, + 751, + 309, + 762 + ], + "spans": [ + { + "bbox": [ + 302, + 751, + 309, + 762 + ], + "score": 1.0, + "content": "9", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "title", + "bbox": [ + 108, + 81, + 176, + 94 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 176, + 94 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 176, + 94 + ], + "score": 1.0, + "content": "REFERENCES", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 106, + 100, + 504, + 123 + ], + "lines": [ + { + "bbox": [ + 106, + 100, + 505, + 113 + ], + "spans": [ + { + "bbox": [ + 106, + 100, + 505, + 113 + ], + "score": 1.0, + "content": "Aharon Azulay and Yair Weiss. Why do deep convolutional networks generalize so poorly to small", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 115, + 111, + 376, + 123 + ], + "spans": [ + { + "bbox": [ + 115, + 111, + 376, + 123 + ], + "score": 1.0, + "content": "image transformations? arXiv preprint arXiv:1805.12177, 2018.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1.5, + "bbox_fs": [ + 106, + 100, + 505, + 123 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 130, + 505, + 164 + ], + "lines": [ + { + "bbox": [ + 105, + 129, + 506, + 143 + ], + "spans": [ + { + "bbox": [ + 105, + 129, + 506, + 143 + ], + "score": 1.0, + "content": "Luca Bertinetto, Jack Valmadre, Joao F Henriques, Andrea Vedaldi, and Philip HS Torr. Fully-", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 116, + 141, + 506, + 154 + ], + "spans": [ + { + "bbox": [ + 116, + 141, + 506, + 154 + ], + "score": 1.0, + "content": "convolutional siamese networks for object tracking. In European conference on computer vision,", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 115, + 153, + 245, + 164 + ], + "spans": [ + { + "bbox": [ + 115, + 153, + 245, + 164 + ], + "score": 1.0, + "content": "pages 850–865. Springer, 2016.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4, + "bbox_fs": [ + 105, + 129, + 506, + 164 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 171, + 504, + 194 + ], + "lines": [ + { + "bbox": [ + 105, + 169, + 506, + 185 + ], + "spans": [ + { + "bbox": [ + 105, + 169, + 506, + 185 + ], + "score": 1.0, + "content": "Battista Biggio and Fabio Roli. Wild patterns: Ten years after the rise of adversarial machine learning.", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 115, + 182, + 424, + 195 + ], + "spans": [ + { + "bbox": [ + 115, + 182, + 424, + 195 + ], + "score": 1.0, + "content": "Pattern Recognition, 2018. https://arxiv.org/abs/1712.03141.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6.5, + "bbox_fs": [ + 105, + 169, + 506, + 195 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 201, + 504, + 224 + ], + "lines": [ + { + "bbox": [ + 106, + 201, + 505, + 214 + ], + "spans": [ + { + "bbox": [ + 106, + 201, + 505, + 214 + ], + "score": 1.0, + "content": "Remi Cadene. Pretrained models for pytorch. https://github.com/Cadene/pretrain", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 116, + 213, + 320, + 224 + ], + "spans": [ + { + "bbox": [ + 116, + 213, + 320, + 224 + ], + "score": 1.0, + "content": "ed-models.pytorch. Accessed: 2019-05-20.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8.5, + "bbox_fs": [ + 106, + 201, + 505, + 224 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 231, + 505, + 264 + ], + "lines": [ + { + "bbox": [ + 105, + 230, + 505, + 245 + ], + "spans": [ + { + "bbox": [ + 105, + 230, + 505, + 245 + ], + "score": 1.0, + "content": "Jifeng Dai, Yi Li, Kaiming He, and Jian Sun. R-fcn: Object detection via region-based fully", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 115, + 242, + 507, + 255 + ], + "spans": [ + { + "bbox": [ + 115, + 242, + 507, + 255 + ], + "score": 1.0, + "content": "convolutional networks. In Advances in neural information processing systems, pages 379–387,", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 115, + 251, + 143, + 266 + ], + "spans": [ + { + "bbox": [ + 115, + 251, + 143, + 266 + ], + "score": 1.0, + "content": "2016.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11, + "bbox_fs": [ + 105, + 230, + 507, + 266 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 271, + 505, + 306 + ], + "lines": [ + { + "bbox": [ + 105, + 271, + 506, + 285 + ], + "spans": [ + { + "bbox": [ + 105, + 271, + 506, + 285 + ], + "score": 1.0, + "content": "Logan Engstrom, Brandon Tran, Dimitris Tsipras, Ludwig Schmidt, and Aleksander Madry. A", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 115, + 283, + 505, + 296 + ], + "spans": [ + { + "bbox": [ + 115, + 283, + 505, + 296 + ], + "score": 1.0, + "content": "rotation and a translation suffice: Fooling cnns with simple transformations. arXiv preprint", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 116, + 294, + 220, + 305 + ], + "spans": [ + { + "bbox": [ + 116, + 294, + 220, + 305 + ], + "score": 1.0, + "content": "arXiv:1712.02779, 2017.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14, + "bbox_fs": [ + 105, + 271, + 506, + 305 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 312, + 504, + 336 + ], + "lines": [ + { + "bbox": [ + 106, + 313, + 505, + 326 + ], + "spans": [ + { + "bbox": [ + 106, + 313, + 505, + 326 + ], + "score": 1.0, + "content": "Alhussein Fawzi and Pascal Frossard. Manitest: Are classifiers really invariant? In British Machine", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 116, + 324, + 255, + 336 + ], + "spans": [ + { + "bbox": [ + 116, + 324, + 255, + 336 + ], + "score": 1.0, + "content": "Vision Conference (BMVC), 2015.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 16.5, + "bbox_fs": [ + 106, + 313, + 505, + 336 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 343, + 504, + 366 + ], + "lines": [ + { + "bbox": [ + 106, + 344, + 504, + 356 + ], + "spans": [ + { + "bbox": [ + 106, + 344, + 504, + 356 + ], + "score": 1.0, + "content": "Christoph Feichtenhofer, Axel Pinz, and Andrew Zisserman. Detect to track and track to detect. In", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 115, + 354, + 505, + 367 + ], + "spans": [ + { + "bbox": [ + 115, + 354, + 505, + 367 + ], + "score": 1.0, + "content": "Proceedings of the IEEE International Conference on Computer Vision, pages 3038–3046, 2017.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 18.5, + "bbox_fs": [ + 106, + 344, + 505, + 367 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 372, + 504, + 407 + ], + "lines": [ + { + "bbox": [ + 105, + 373, + 505, + 385 + ], + "spans": [ + { + "bbox": [ + 105, + 373, + 505, + 385 + ], + "score": 1.0, + "content": "Robert Geirhos, Patricia Rubisch, Claudio Michaelis, Matthias Bethge, Felix A Wichmann, and", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 116, + 384, + 506, + 397 + ], + "spans": [ + { + "bbox": [ + 116, + 384, + 506, + 397 + ], + "score": 1.0, + "content": "Wieland Brendel. Imagenet-trained cnns are biased towards texture; increasing shape bias improves", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 116, + 396, + 385, + 407 + ], + "spans": [ + { + "bbox": [ + 116, + 396, + 385, + 407 + ], + "score": 1.0, + "content": "accuracy and robustness. arXiv preprint arXiv:1811.12231, 2018a.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 21, + "bbox_fs": [ + 105, + 373, + 506, + 407 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 414, + 505, + 448 + ], + "lines": [ + { + "bbox": [ + 106, + 414, + 505, + 426 + ], + "spans": [ + { + "bbox": [ + 106, + 414, + 505, + 426 + ], + "score": 1.0, + "content": "Robert Geirhos, Carlos RM Temme, Jonas Rauber, Heiko H Schütt, Matthias Bethge, and Felix A", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 116, + 425, + 505, + 438 + ], + "spans": [ + { + "bbox": [ + 116, + 425, + 505, + 438 + ], + "score": 1.0, + "content": "Wichmann. Generalisation in humans and deep neural networks. In Advances in Neural Information", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 115, + 436, + 303, + 448 + ], + "spans": [ + { + "bbox": [ + 115, + 436, + 303, + 448 + ], + "score": 1.0, + "content": "Processing Systems, pages 7538–7550, 2018b.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24, + "bbox_fs": [ + 106, + 414, + 505, + 448 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 455, + 504, + 478 + ], + "lines": [ + { + "bbox": [ + 105, + 455, + 505, + 469 + ], + "spans": [ + { + "bbox": [ + 105, + 455, + 505, + 469 + ], + "score": 1.0, + "content": "Ian J Goodfellow, Jonathon Shlens, and Christian Szegedy. Explaining and harnessing adversarial", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 115, + 466, + 317, + 479 + ], + "spans": [ + { + "bbox": [ + 115, + 466, + 317, + 479 + ], + "score": 1.0, + "content": "examples. arXiv preprint arXiv:1412.6572, 2014.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26.5, + "bbox_fs": [ + 105, + 455, + 505, + 479 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 484, + 504, + 509 + ], + "lines": [ + { + "bbox": [ + 105, + 483, + 506, + 499 + ], + "spans": [ + { + "bbox": [ + 105, + 483, + 506, + 499 + ], + "score": 1.0, + "content": "Keren Gu, Brandon Yang, Jiquan Ngiam, Quoc Le, and Jonathan Shlens. Using videos to evaluate", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 116, + 496, + 381, + 509 + ], + "spans": [ + { + "bbox": [ + 116, + 496, + 381, + 509 + ], + "score": 1.0, + "content": "image model robustness. arXiv preprint arXiv:1904.10076, 2019.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28.5, + "bbox_fs": [ + 105, + 483, + 506, + 509 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 515, + 504, + 549 + ], + "lines": [ + { + "bbox": [ + 106, + 515, + 505, + 528 + ], + "spans": [ + { + "bbox": [ + 106, + 515, + 505, + 528 + ], + "score": 1.0, + "content": "Wei Han, Pooya Khorrami, Tom Le Paine, Prajit Ramachandran, Mohammad Babaeizadeh, Honghui", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 116, + 526, + 505, + 538 + ], + "spans": [ + { + "bbox": [ + 116, + 526, + 505, + 538 + ], + "score": 1.0, + "content": "Shi, Jianan Li, Shuicheng Yan, and Thomas S Huang. Seq-nms for video object detection. arXiv", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 115, + 538, + 254, + 549 + ], + "spans": [ + { + "bbox": [ + 115, + 538, + 254, + 549 + ], + "score": 1.0, + "content": "preprint arXiv:1602.08465, 2016.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 31, + "bbox_fs": [ + 106, + 515, + 505, + 549 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 556, + 504, + 579 + ], + "lines": [ + { + "bbox": [ + 106, + 555, + 505, + 569 + ], + "spans": [ + { + "bbox": [ + 106, + 555, + 505, + 569 + ], + "score": 1.0, + "content": "Dan Hendrycks and Thomas Dietterich. Benchmarking neural network robustness to common", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 115, + 568, + 402, + 579 + ], + "spans": [ + { + "bbox": [ + 115, + 568, + 402, + 579 + ], + "score": 1.0, + "content": "corruptions and perturbations. arXiv preprint arXiv:1903.12261, 2019.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 33.5, + "bbox_fs": [ + 106, + 555, + 505, + 579 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 586, + 505, + 620 + ], + "lines": [ + { + "bbox": [ + 105, + 585, + 505, + 600 + ], + "spans": [ + { + "bbox": [ + 105, + 585, + 505, + 600 + ], + "score": 1.0, + "content": "Hossein Hosseini and Radha Poovendran. Semantic adversarial examples. In Proceedings of the", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 115, + 598, + 506, + 610 + ], + "spans": [ + { + "bbox": [ + 115, + 598, + 506, + 610 + ], + "score": 1.0, + "content": "IEEE Conference on Computer Vision and Pattern Recognition Workshops, pages 1614–1619,", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 115, + 608, + 142, + 620 + ], + "spans": [ + { + "bbox": [ + 115, + 608, + 142, + 620 + ], + "score": 1.0, + "content": "2018.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 36, + "bbox_fs": [ + 105, + 585, + 506, + 620 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 627, + 505, + 661 + ], + "lines": [ + { + "bbox": [ + 105, + 626, + 506, + 641 + ], + "spans": [ + { + "bbox": [ + 105, + 626, + 506, + 641 + ], + "score": 1.0, + "content": "SouYoung Jin, Aruni RoyChowdhury, Huaizu Jiang, Ashish Singh, Aditya Prasad, Deep Chakraborty,", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 115, + 638, + 505, + 651 + ], + "spans": [ + { + "bbox": [ + 115, + 638, + 505, + 651 + ], + "score": 1.0, + "content": "and Erik Learned-Miller. Unsupervised hard example mining from videos for improved object", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 117, + 650, + 225, + 661 + ], + "spans": [ + { + "bbox": [ + 117, + 650, + 225, + 661 + ], + "score": 1.0, + "content": "detection. In ECCV, 2018.", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 39, + "bbox_fs": [ + 105, + 626, + 506, + 661 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 668, + 504, + 691 + ], + "lines": [ + { + "bbox": [ + 105, + 667, + 505, + 682 + ], + "spans": [ + { + "bbox": [ + 105, + 667, + 505, + 682 + ], + "score": 1.0, + "content": "Can Kanbak, Seyed-Mohsen Moosavi-Dezfooli, and Pascal Frossard. Geometric robustness of deep", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 115, + 680, + 431, + 692 + ], + "spans": [ + { + "bbox": [ + 115, + 680, + 431, + 692 + ], + "score": 1.0, + "content": "networks: analysis and improvement. arXiv preprint arXiv:1711.09115, 2017.", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 41.5, + "bbox_fs": [ + 105, + 667, + 505, + 692 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 698, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 696, + 506, + 713 + ], + "spans": [ + { + "bbox": [ + 105, + 696, + 506, + 713 + ], + "score": 1.0, + "content": "Kai Kang, Hongsheng Li, Tong Xiao, Wanli Ouyang, Junjie Yan, Xihui Liu, and Xiaogang Wang.", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 116, + 709, + 504, + 722 + ], + "spans": [ + { + "bbox": [ + 116, + 709, + 504, + 722 + ], + "score": 1.0, + "content": "Object detection in videos with tubelet proposal networks. In Proceedings of the IEEE Conference", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 116, + 720, + 390, + 734 + ], + "spans": [ + { + "bbox": [ + 116, + 720, + 390, + 734 + ], + "score": 1.0, + "content": "on Computer Vision and Pattern Recognition, pages 727–735, 2017.", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 44, + "bbox_fs": [ + 105, + 696, + 506, + 734 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 108, + 82, + 505, + 116 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "Tsung-Yi Lin, Michael Maire, Serge Belongie, James Hays, Pietro Perona, Deva Ramanan, Piotr", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 115, + 93, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 115, + 93, + 505, + 106 + ], + "score": 1.0, + "content": "Dollár, and C Lawrence Zitnick. MS COCO detection evaluation. http://cocodataset.or", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 116, + 105, + 320, + 116 + ], + "spans": [ + { + "bbox": [ + 116, + 105, + 320, + 116 + ], + "score": 1.0, + "content": "g/#detection-eval. Accessed: 2019-05-16.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1 + }, + { + "type": "text", + "bbox": [ + 109, + 123, + 504, + 157 + ], + "lines": [ + { + "bbox": [ + 107, + 123, + 505, + 136 + ], + "spans": [ + { + "bbox": [ + 107, + 123, + 505, + 136 + ], + "score": 1.0, + "content": "Tsung-Yi Lin, Michael Maire, Serge Belongie, James Hays, Pietro Perona, Deva Ramanan, Piotr", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 115, + 134, + 505, + 147 + ], + "spans": [ + { + "bbox": [ + 115, + 134, + 505, + 147 + ], + "score": 1.0, + "content": "Dollár, and C Lawrence Zitnick. Microsoft coco: Common objects in context. In European", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 115, + 145, + 373, + 158 + ], + "spans": [ + { + "bbox": [ + 115, + 145, + 373, + 158 + ], + "score": 1.0, + "content": "conference on computer vision, pages 740–755. Springer, 2014.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 107, + 164, + 506, + 198 + ], + "lines": [ + { + "bbox": [ + 105, + 163, + 505, + 177 + ], + "spans": [ + { + "bbox": [ + 105, + 163, + 505, + 177 + ], + "score": 1.0, + "content": "Francisco Massa and Ross Girshick. maskrcnn-benchmark: Fast, modular reference implementation", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 116, + 175, + 506, + 187 + ], + "spans": [ + { + "bbox": [ + 116, + 175, + 506, + 187 + ], + "score": 1.0, + "content": "of Instance Segmentation and Object Detection algorithms in PyTorch. https://github.c", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 116, + 186, + 470, + 198 + ], + "spans": [ + { + "bbox": [ + 116, + 186, + 470, + 198 + ], + "score": 1.0, + "content": "om/facebookresearch/maskrcnn-benchmark, 2018. Accessed: 2019-05-20.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7 + }, + { + "type": "text", + "bbox": [ + 106, + 204, + 504, + 227 + ], + "lines": [ + { + "bbox": [ + 106, + 203, + 506, + 218 + ], + "spans": [ + { + "bbox": [ + 106, + 203, + 506, + 218 + ], + "score": 1.0, + "content": "George A Miller. Wordnet: a lexical database for english. Communications of the ACM, 38(11):", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 115, + 214, + 173, + 229 + ], + "spans": [ + { + "bbox": [ + 115, + 214, + 173, + 229 + ], + "score": 1.0, + "content": "39–41, 1995.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9.5 + }, + { + "type": "text", + "bbox": [ + 106, + 234, + 505, + 257 + ], + "lines": [ + { + "bbox": [ + 105, + 233, + 506, + 247 + ], + "spans": [ + { + "bbox": [ + 105, + 233, + 506, + 247 + ], + "score": 1.0, + "content": "Harold Pashler. Familiarity and visual change detection. Perception & psychophysics, 44(4):369–378,", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 114, + 245, + 142, + 258 + ], + "spans": [ + { + "bbox": [ + 114, + 245, + 142, + 258 + ], + "score": 1.0, + "content": "1988.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11.5 + }, + { + "type": "text", + "bbox": [ + 106, + 264, + 506, + 309 + ], + "lines": [ + { + "bbox": [ + 105, + 264, + 507, + 277 + ], + "spans": [ + { + "bbox": [ + 105, + 264, + 507, + 277 + ], + "score": 1.0, + "content": "Esteban Real, Jonathon Shlens, Stefano Mazzocchi, Xin Pan, and Vincent Vanhoucke. Youtube-", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 116, + 276, + 507, + 288 + ], + "spans": [ + { + "bbox": [ + 116, + 276, + 507, + 288 + ], + "score": 1.0, + "content": "boundingboxes: A large high-precision human-annotated data set for object detection in video.", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 114, + 285, + 506, + 300 + ], + "spans": [ + { + "bbox": [ + 114, + 285, + 506, + 300 + ], + "score": 1.0, + "content": "In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, pages", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 116, + 298, + 191, + 309 + ], + "spans": [ + { + "bbox": [ + 116, + 298, + 191, + 309 + ], + "score": 1.0, + "content": "5296–5305, 2017.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 14.5 + }, + { + "type": "text", + "bbox": [ + 106, + 316, + 504, + 339 + ], + "lines": [ + { + "bbox": [ + 105, + 315, + 505, + 329 + ], + "spans": [ + { + "bbox": [ + 105, + 315, + 505, + 329 + ], + "score": 1.0, + "content": "Benjamin Recht, Rebecca Roelofs, Ludwig Schmidt, and Vaishaal Shankar. Do imagenet classifiers", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 115, + 328, + 377, + 340 + ], + "spans": [ + { + "bbox": [ + 115, + 328, + 377, + 340 + ], + "score": 1.0, + "content": "generalize to imagenet? arXiv preprint arXiv:1902.10811, 2019.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17.5 + }, + { + "type": "text", + "bbox": [ + 107, + 345, + 506, + 380 + ], + "lines": [ + { + "bbox": [ + 106, + 345, + 506, + 359 + ], + "spans": [ + { + "bbox": [ + 106, + 345, + 506, + 359 + ], + "score": 1.0, + "content": "Shaoqing Ren, Kaiming He, Ross Girshick, and Jian Sun. Faster r-cnn: Towards real-time object", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 115, + 356, + 507, + 371 + ], + "spans": [ + { + "bbox": [ + 115, + 356, + 507, + 371 + ], + "score": 1.0, + "content": "detection with region proposal networks. In Advances in neural information processing systems,", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 114, + 368, + 197, + 380 + ], + "spans": [ + { + "bbox": [ + 114, + 368, + 197, + 380 + ], + "score": 1.0, + "content": "pages 91–99, 2015.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 20 + }, + { + "type": "text", + "bbox": [ + 107, + 387, + 506, + 432 + ], + "lines": [ + { + "bbox": [ + 105, + 386, + 506, + 401 + ], + "spans": [ + { + "bbox": [ + 105, + 386, + 506, + 401 + ], + "score": 1.0, + "content": "Olga Russakovsky, Jia Deng, Hao Su, Jonathan Krause, Sanjeev Satheesh, Sean Ma, Zhiheng", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 115, + 398, + 507, + 411 + ], + "spans": [ + { + "bbox": [ + 115, + 398, + 507, + 411 + ], + "score": 1.0, + "content": "Huang, Andrej Karpathy, Aditya Khosla, Michael Bernstein, Alexander C. Berg, and Li Fei-", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 114, + 409, + 507, + 423 + ], + "spans": [ + { + "bbox": [ + 114, + 409, + 507, + 423 + ], + "score": 1.0, + "content": "Fei. ImageNet Large Scale Visual Recognition Challenge. IJCV, 115(3):211–252, 2015. doi:", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 115, + 418, + 237, + 434 + ], + "spans": [ + { + "bbox": [ + 115, + 418, + 237, + 434 + ], + "score": 1.0, + "content": "10.1007/s11263-015-0816-y.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 23.5 + }, + { + "type": "text", + "bbox": [ + 105, + 438, + 505, + 462 + ], + "lines": [ + { + "bbox": [ + 105, + 437, + 507, + 452 + ], + "spans": [ + { + "bbox": [ + 105, + 437, + 507, + 452 + ], + "score": 1.0, + "content": "Antonio Torralba, Alexei A Efros, et al. Unbiased look at dataset bias. In CVPR, volume 1, page 7.", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 115, + 449, + 179, + 462 + ], + "spans": [ + { + "bbox": [ + 115, + 449, + 179, + 462 + ], + "score": 1.0, + "content": "Citeseer, 2011.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26.5 + }, + { + "type": "text", + "bbox": [ + 106, + 469, + 505, + 492 + ], + "lines": [ + { + "bbox": [ + 106, + 468, + 505, + 481 + ], + "spans": [ + { + "bbox": [ + 106, + 468, + 505, + 481 + ], + "score": 1.0, + "content": "Fanyi Xiao and Yong Jae Lee. Video object detection with an aligned spatial-temporal memory. In", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 115, + 479, + 491, + 492 + ], + "spans": [ + { + "bbox": [ + 115, + 479, + 491, + 492 + ], + "score": 1.0, + "content": "Proceedings of the European Conference on Computer Vision (ECCV), pages 485–501, 2018.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28.5 + }, + { + "type": "text", + "bbox": [ + 105, + 498, + 504, + 522 + ], + "lines": [ + { + "bbox": [ + 106, + 498, + 505, + 511 + ], + "spans": [ + { + "bbox": [ + 106, + 498, + 505, + 511 + ], + "score": 1.0, + "content": "Cihang Xie, Yuxin Wu, Laurens van der Maaten, Alan Yuille, and Kaiming He. Feature denoising for", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 115, + 510, + 417, + 522 + ], + "spans": [ + { + "bbox": [ + 115, + 510, + 417, + 522 + ], + "score": 1.0, + "content": "improving adversarial robustness. arXiv preprint arXiv:1812.03411, 2018.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 30.5 + }, + { + "type": "text", + "bbox": [ + 107, + 528, + 506, + 573 + ], + "lines": [ + { + "bbox": [ + 105, + 528, + 505, + 542 + ], + "spans": [ + { + "bbox": [ + 105, + 528, + 505, + 542 + ], + "score": 1.0, + "content": "Stephan Zheng, Yang Song, Thomas Leung, and Ian Goodfellow. Improving the robustness of deep", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 115, + 540, + 506, + 552 + ], + "spans": [ + { + "bbox": [ + 115, + 540, + 506, + 552 + ], + "score": 1.0, + "content": "neural networks via stability training. 2016 IEEE Conference on Computer Vision and Pattern", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 115, + 551, + 508, + 564 + ], + "spans": [ + { + "bbox": [ + 115, + 551, + 508, + 564 + ], + "score": 1.0, + "content": "Recognition (CVPR), Jun 2016. doi: 10.1109/cvpr.2016.485. URL http://dx.doi.org/10.", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 115, + 562, + 230, + 574 + ], + "spans": [ + { + "bbox": [ + 115, + 562, + 230, + 574 + ], + "score": 1.0, + "content": "1109/cvpr.2016.485.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 33.5 + }, + { + "type": "text", + "bbox": [ + 107, + 580, + 505, + 614 + ], + "lines": [ + { + "bbox": [ + 105, + 579, + 506, + 594 + ], + "spans": [ + { + "bbox": [ + 105, + 579, + 506, + 594 + ], + "score": 1.0, + "content": "Xizhou Zhu, Yujie Wang, Jifeng Dai, Lu Yuan, and Yichen Wei. Flow-guided feature aggregation for", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 116, + 591, + 507, + 604 + ], + "spans": [ + { + "bbox": [ + 116, + 591, + 507, + 604 + ], + "score": 1.0, + "content": "video object detection. In Proceedings of the IEEE International Conference on Computer Vision,", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 115, + 603, + 207, + 614 + ], + "spans": [ + { + "bbox": [ + 115, + 603, + 207, + 614 + ], + "score": 1.0, + "content": "pages 408–417, 2017.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 37 + } + ], + "page_idx": 9, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 107, + 26, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 107, + 26, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2020", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "score": 1.0, + "content": "10", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 108, + 82, + 505, + 116 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "Tsung-Yi Lin, Michael Maire, Serge Belongie, James Hays, Pietro Perona, Deva Ramanan, Piotr", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 115, + 93, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 115, + 93, + 505, + 106 + ], + "score": 1.0, + "content": "Dollár, and C Lawrence Zitnick. MS COCO detection evaluation. http://cocodataset.or", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 116, + 105, + 320, + 116 + ], + "spans": [ + { + "bbox": [ + 116, + 105, + 320, + 116 + ], + "score": 1.0, + "content": "g/#detection-eval. Accessed: 2019-05-16.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1, + "bbox_fs": [ + 106, + 82, + 505, + 116 + ] + }, + { + "type": "text", + "bbox": [ + 109, + 123, + 504, + 157 + ], + "lines": [ + { + "bbox": [ + 107, + 123, + 505, + 136 + ], + "spans": [ + { + "bbox": [ + 107, + 123, + 505, + 136 + ], + "score": 1.0, + "content": "Tsung-Yi Lin, Michael Maire, Serge Belongie, James Hays, Pietro Perona, Deva Ramanan, Piotr", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 115, + 134, + 505, + 147 + ], + "spans": [ + { + "bbox": [ + 115, + 134, + 505, + 147 + ], + "score": 1.0, + "content": "Dollár, and C Lawrence Zitnick. Microsoft coco: Common objects in context. In European", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 115, + 145, + 373, + 158 + ], + "spans": [ + { + "bbox": [ + 115, + 145, + 373, + 158 + ], + "score": 1.0, + "content": "conference on computer vision, pages 740–755. Springer, 2014.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4, + "bbox_fs": [ + 107, + 123, + 505, + 158 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 164, + 506, + 198 + ], + "lines": [ + { + "bbox": [ + 105, + 163, + 505, + 177 + ], + "spans": [ + { + "bbox": [ + 105, + 163, + 505, + 177 + ], + "score": 1.0, + "content": "Francisco Massa and Ross Girshick. maskrcnn-benchmark: Fast, modular reference implementation", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 116, + 175, + 506, + 187 + ], + "spans": [ + { + "bbox": [ + 116, + 175, + 506, + 187 + ], + "score": 1.0, + "content": "of Instance Segmentation and Object Detection algorithms in PyTorch. https://github.c", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 116, + 186, + 470, + 198 + ], + "spans": [ + { + "bbox": [ + 116, + 186, + 470, + 198 + ], + "score": 1.0, + "content": "om/facebookresearch/maskrcnn-benchmark, 2018. Accessed: 2019-05-20.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7, + "bbox_fs": [ + 105, + 163, + 506, + 198 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 204, + 504, + 227 + ], + "lines": [ + { + "bbox": [ + 106, + 203, + 506, + 218 + ], + "spans": [ + { + "bbox": [ + 106, + 203, + 506, + 218 + ], + "score": 1.0, + "content": "George A Miller. Wordnet: a lexical database for english. Communications of the ACM, 38(11):", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 115, + 214, + 173, + 229 + ], + "spans": [ + { + "bbox": [ + 115, + 214, + 173, + 229 + ], + "score": 1.0, + "content": "39–41, 1995.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9.5, + "bbox_fs": [ + 106, + 203, + 506, + 229 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 234, + 505, + 257 + ], + "lines": [ + { + "bbox": [ + 105, + 233, + 506, + 247 + ], + "spans": [ + { + "bbox": [ + 105, + 233, + 506, + 247 + ], + "score": 1.0, + "content": "Harold Pashler. Familiarity and visual change detection. Perception & psychophysics, 44(4):369–378,", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 114, + 245, + 142, + 258 + ], + "spans": [ + { + "bbox": [ + 114, + 245, + 142, + 258 + ], + "score": 1.0, + "content": "1988.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11.5, + "bbox_fs": [ + 105, + 233, + 506, + 258 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 264, + 506, + 309 + ], + "lines": [ + { + "bbox": [ + 105, + 264, + 507, + 277 + ], + "spans": [ + { + "bbox": [ + 105, + 264, + 507, + 277 + ], + "score": 1.0, + "content": "Esteban Real, Jonathon Shlens, Stefano Mazzocchi, Xin Pan, and Vincent Vanhoucke. Youtube-", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 116, + 276, + 507, + 288 + ], + "spans": [ + { + "bbox": [ + 116, + 276, + 507, + 288 + ], + "score": 1.0, + "content": "boundingboxes: A large high-precision human-annotated data set for object detection in video.", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 114, + 285, + 506, + 300 + ], + "spans": [ + { + "bbox": [ + 114, + 285, + 506, + 300 + ], + "score": 1.0, + "content": "In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, pages", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 116, + 298, + 191, + 309 + ], + "spans": [ + { + "bbox": [ + 116, + 298, + 191, + 309 + ], + "score": 1.0, + "content": "5296–5305, 2017.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 14.5, + "bbox_fs": [ + 105, + 264, + 507, + 309 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 316, + 504, + 339 + ], + "lines": [ + { + "bbox": [ + 105, + 315, + 505, + 329 + ], + "spans": [ + { + "bbox": [ + 105, + 315, + 505, + 329 + ], + "score": 1.0, + "content": "Benjamin Recht, Rebecca Roelofs, Ludwig Schmidt, and Vaishaal Shankar. Do imagenet classifiers", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 115, + 328, + 377, + 340 + ], + "spans": [ + { + "bbox": [ + 115, + 328, + 377, + 340 + ], + "score": 1.0, + "content": "generalize to imagenet? arXiv preprint arXiv:1902.10811, 2019.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17.5, + "bbox_fs": [ + 105, + 315, + 505, + 340 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 345, + 506, + 380 + ], + "lines": [ + { + "bbox": [ + 106, + 345, + 506, + 359 + ], + "spans": [ + { + "bbox": [ + 106, + 345, + 506, + 359 + ], + "score": 1.0, + "content": "Shaoqing Ren, Kaiming He, Ross Girshick, and Jian Sun. Faster r-cnn: Towards real-time object", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 115, + 356, + 507, + 371 + ], + "spans": [ + { + "bbox": [ + 115, + 356, + 507, + 371 + ], + "score": 1.0, + "content": "detection with region proposal networks. In Advances in neural information processing systems,", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 114, + 368, + 197, + 380 + ], + "spans": [ + { + "bbox": [ + 114, + 368, + 197, + 380 + ], + "score": 1.0, + "content": "pages 91–99, 2015.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 20, + "bbox_fs": [ + 106, + 345, + 507, + 380 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 387, + 506, + 432 + ], + "lines": [ + { + "bbox": [ + 105, + 386, + 506, + 401 + ], + "spans": [ + { + "bbox": [ + 105, + 386, + 506, + 401 + ], + "score": 1.0, + "content": "Olga Russakovsky, Jia Deng, Hao Su, Jonathan Krause, Sanjeev Satheesh, Sean Ma, Zhiheng", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 115, + 398, + 507, + 411 + ], + "spans": [ + { + "bbox": [ + 115, + 398, + 507, + 411 + ], + "score": 1.0, + "content": "Huang, Andrej Karpathy, Aditya Khosla, Michael Bernstein, Alexander C. Berg, and Li Fei-", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 114, + 409, + 507, + 423 + ], + "spans": [ + { + "bbox": [ + 114, + 409, + 507, + 423 + ], + "score": 1.0, + "content": "Fei. ImageNet Large Scale Visual Recognition Challenge. IJCV, 115(3):211–252, 2015. doi:", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 115, + 418, + 237, + 434 + ], + "spans": [ + { + "bbox": [ + 115, + 418, + 237, + 434 + ], + "score": 1.0, + "content": "10.1007/s11263-015-0816-y.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 23.5, + "bbox_fs": [ + 105, + 386, + 507, + 434 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 438, + 505, + 462 + ], + "lines": [ + { + "bbox": [ + 105, + 437, + 507, + 452 + ], + "spans": [ + { + "bbox": [ + 105, + 437, + 507, + 452 + ], + "score": 1.0, + "content": "Antonio Torralba, Alexei A Efros, et al. Unbiased look at dataset bias. In CVPR, volume 1, page 7.", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 115, + 449, + 179, + 462 + ], + "spans": [ + { + "bbox": [ + 115, + 449, + 179, + 462 + ], + "score": 1.0, + "content": "Citeseer, 2011.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26.5, + "bbox_fs": [ + 105, + 437, + 507, + 462 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 469, + 505, + 492 + ], + "lines": [ + { + "bbox": [ + 106, + 468, + 505, + 481 + ], + "spans": [ + { + "bbox": [ + 106, + 468, + 505, + 481 + ], + "score": 1.0, + "content": "Fanyi Xiao and Yong Jae Lee. Video object detection with an aligned spatial-temporal memory. In", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 115, + 479, + 491, + 492 + ], + "spans": [ + { + "bbox": [ + 115, + 479, + 491, + 492 + ], + "score": 1.0, + "content": "Proceedings of the European Conference on Computer Vision (ECCV), pages 485–501, 2018.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28.5, + "bbox_fs": [ + 106, + 468, + 505, + 492 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 498, + 504, + 522 + ], + "lines": [ + { + "bbox": [ + 106, + 498, + 505, + 511 + ], + "spans": [ + { + "bbox": [ + 106, + 498, + 505, + 511 + ], + "score": 1.0, + "content": "Cihang Xie, Yuxin Wu, Laurens van der Maaten, Alan Yuille, and Kaiming He. Feature denoising for", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 115, + 510, + 417, + 522 + ], + "spans": [ + { + "bbox": [ + 115, + 510, + 417, + 522 + ], + "score": 1.0, + "content": "improving adversarial robustness. arXiv preprint arXiv:1812.03411, 2018.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 30.5, + "bbox_fs": [ + 106, + 498, + 505, + 522 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 528, + 506, + 573 + ], + "lines": [ + { + "bbox": [ + 105, + 528, + 505, + 542 + ], + "spans": [ + { + "bbox": [ + 105, + 528, + 505, + 542 + ], + "score": 1.0, + "content": "Stephan Zheng, Yang Song, Thomas Leung, and Ian Goodfellow. Improving the robustness of deep", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 115, + 540, + 506, + 552 + ], + "spans": [ + { + "bbox": [ + 115, + 540, + 506, + 552 + ], + "score": 1.0, + "content": "neural networks via stability training. 2016 IEEE Conference on Computer Vision and Pattern", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 115, + 551, + 508, + 564 + ], + "spans": [ + { + "bbox": [ + 115, + 551, + 508, + 564 + ], + "score": 1.0, + "content": "Recognition (CVPR), Jun 2016. doi: 10.1109/cvpr.2016.485. URL http://dx.doi.org/10.", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 115, + 562, + 230, + 574 + ], + "spans": [ + { + "bbox": [ + 115, + 562, + 230, + 574 + ], + "score": 1.0, + "content": "1109/cvpr.2016.485.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 33.5, + "bbox_fs": [ + 105, + 528, + 508, + 574 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 580, + 505, + 614 + ], + "lines": [ + { + "bbox": [ + 105, + 579, + 506, + 594 + ], + "spans": [ + { + "bbox": [ + 105, + 579, + 506, + 594 + ], + "score": 1.0, + "content": "Xizhou Zhu, Yujie Wang, Jifeng Dai, Lu Yuan, and Yichen Wei. Flow-guided feature aggregation for", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 116, + 591, + 507, + 604 + ], + "spans": [ + { + "bbox": [ + 116, + 591, + 507, + 604 + ], + "score": 1.0, + "content": "video object detection. In Proceedings of the IEEE International Conference on Computer Vision,", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 115, + 603, + 207, + 614 + ], + "spans": [ + { + "bbox": [ + 115, + 603, + 207, + 614 + ], + "score": 1.0, + "content": "pages 408–417, 2017.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 37, + "bbox_fs": [ + 105, + 579, + 507, + 614 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 109, + 81, + 280, + 94 + ], + "lines": [ + { + "bbox": [ + 105, + 79, + 282, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 79, + 282, + 96 + ], + "score": 1.0, + "content": "A SOURCE DATASET OVERVIEW", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "title", + "bbox": [ + 108, + 101, + 202, + 113 + ], + "lines": [ + { + "bbox": [ + 106, + 100, + 203, + 114 + ], + "spans": [ + { + "bbox": [ + 106, + 100, + 203, + 114 + ], + "score": 1.0, + "content": "A.1 IMAGENET-VID", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 1 + }, + { + "type": "text", + "bbox": [ + 106, + 117, + 505, + 216 + ], + "lines": [ + { + "bbox": [ + 106, + 118, + 506, + 130 + ], + "spans": [ + { + "bbox": [ + 106, + 118, + 506, + 130 + ], + "score": 1.0, + "content": "The 2015 ImageNet-Vid dataset is widely used for training video object detectors Han et al. (2016)", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 106, + 129, + 506, + 141 + ], + "spans": [ + { + "bbox": [ + 106, + 129, + 506, + 141 + ], + "score": 1.0, + "content": "as well as trackers Bertinetto et al. (2016). We chose to work with the 2017 ImageNet-Vid dataset", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 140, + 506, + 152 + ], + "spans": [ + { + "bbox": [ + 106, + 140, + 506, + 152 + ], + "score": 1.0, + "content": "because it is a superset of the 2015 dataset. In total, the 2017 ImageNet-Vid dataset consists of", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 104, + 149, + 506, + 163 + ], + "spans": [ + { + "bbox": [ + 104, + 149, + 506, + 163 + ], + "score": 1.0, + "content": "1,181,113 training frames from 4,000 videos and 512,360 validation frames from 1,314 videos. The", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 161, + 506, + 174 + ], + "spans": [ + { + "bbox": [ + 105, + 161, + 506, + 174 + ], + "score": 1.0, + "content": "videos have frame rates ranging from 9 to 59 frames per second (fps), with a median fps of 29. The", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 173, + 505, + 185 + ], + "spans": [ + { + "bbox": [ + 106, + 173, + 505, + 185 + ], + "score": 1.0, + "content": "videos range from 0.44 to 96 seconds in duration with a median duration of 12 seconds. Each frame", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 182, + 506, + 198 + ], + "spans": [ + { + "bbox": [ + 105, + 182, + 506, + 198 + ], + "score": 1.0, + "content": "is annotated with labels indicating the presence or absence of 30 object classes and corresponding", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 194, + 505, + 206 + ], + "spans": [ + { + "bbox": [ + 105, + 194, + 505, + 206 + ], + "score": 1.0, + "content": "bounding boxes for any label present in the frame. The 30 classes are ancestors of 293 of the 1,000", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 204, + 200, + 217 + ], + "spans": [ + { + "bbox": [ + 105, + 204, + 200, + 217 + ], + "score": 1.0, + "content": "ILSVRC-2012 classes.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 6 + }, + { + "type": "title", + "bbox": [ + 108, + 226, + 195, + 237 + ], + "lines": [ + { + "bbox": [ + 106, + 224, + 196, + 238 + ], + "spans": [ + { + "bbox": [ + 106, + 224, + 196, + 238 + ], + "score": 1.0, + "content": "A.2 YOUTUBE-BB", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 11 + }, + { + "type": "text", + "bbox": [ + 107, + 242, + 505, + 286 + ], + "lines": [ + { + "bbox": [ + 106, + 242, + 505, + 253 + ], + "spans": [ + { + "bbox": [ + 106, + 242, + 505, + 253 + ], + "score": 1.0, + "content": "The 2017 Youtube-BB is a a large scale dataset with 8,146,143 annotated training frames 253,569", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 252, + 506, + 266 + ], + "spans": [ + { + "bbox": [ + 106, + 252, + 506, + 266 + ], + "score": 1.0, + "content": "unique videos and with 1,013,246 validation frames from 31,829 videos. The video segments are", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 264, + 505, + 277 + ], + "spans": [ + { + "bbox": [ + 106, + 264, + 505, + 277 + ], + "score": 1.0, + "content": "approximately 19 seconds long on average. Each frame is annotated with exactly one label indicating", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 274, + 506, + 287 + ], + "spans": [ + { + "bbox": [ + 106, + 274, + 506, + 287 + ], + "score": 1.0, + "content": "the presence of 22 object classes, all of which are ancestors of 229 out of the ILSVRC-2012 classes.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 13.5 + }, + { + "type": "title", + "bbox": [ + 107, + 298, + 363, + 311 + ], + "lines": [ + { + "bbox": [ + 105, + 296, + 364, + 313 + ], + "spans": [ + { + "bbox": [ + 105, + 296, + 364, + 313 + ], + "score": 1.0, + "content": "B FULL ORIGINAL VS PERTURBED ACCURACIES", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16 + }, + { + "type": "text", + "bbox": [ + 108, + 319, + 247, + 329 + ], + "lines": [ + { + "bbox": [ + 106, + 318, + 248, + 330 + ], + "spans": [ + { + "bbox": [ + 106, + 318, + 248, + 330 + ], + "score": 1.0, + "content": "B.1 IM A G ENE T-VI D-RO B U S T", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17 + }, + { + "type": "table", + "bbox": [ + 129, + 338, + 482, + 732 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 129, + 338, + 482, + 732 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 129, + 338, + 482, + 732 + ], + "spans": [ + { + "bbox": [ + 129, + 338, + 482, + 732 + ], + "score": 0.984, + "html": "
ModelAccuracy OriginalAccuracy Perturbed
resnet152_finetuned84.8 [82.5, 86.8]70.2 [67.4, 72.8]14.6
resnet50_finetuned80.8 [78.3, 83.1]65.7 [62.9, 68.5]15.1
vgg16bn_finetuned78.0 [75.4, 80.4]61.0 [58.1, 63.9]17.0
nasnetalarge_imagenet_pretrained77.6 [75.1, 80.1]62.1 [59.2, 65.0]15.5
resnet50_detection77.6 [75.1, 80.1]65.0 [62.1, 67.8]12.6
inceptionresnetv2_imagenet_pretrained75.7 [73.1, 78.2]58.7 [55.7, 61.6]17.0
dpn107_imagenet_pretrained75.6 [72.9, 78.1]59.1 [56.1, 62.0]16.5
inceptionv4_imagenet_pretrained75.3 [72.6, 77.8]59.0 [56.0, 61.9]16.3
dpn92_imagenet_pretrained74.4 [71.7, 76.9]56.8 [53.8, 59.7]17.6
dpn131_imagenet_pretrained74.0 [71.3, 76.6]59.9 [56.9, 62.8]14.1
dpn68b_imagenet_pretrained73.7 [71.0, 76.2]54.0 [51.0, 57.0]19.7
resnext101_32x4d_imagenet_pretrained73.3 [70.6, 75.9]57.2 [54.2, 60.1]16.1
resnext101_64x4d_imagenet_pretrained72.9 [70.1, 75.5]56.6 [53.7, 59.6]16.3
resnet152_imagenet_pretrained72.8 [70.0, 75.4]57.0 [54.0, 59.9]15.8
resnet1O1_imagenet_pretrained71.5 [68.7, 74.1]53.7 [50.8, 56.7]17.8
fbresnet152_imagenet_pretrained71.5 [68.7, 74.1]54.5 [51.5, 57.4]17.0
densenet161_imagenet_pretrained71.4 [68.7, 74.1]55.1 [52.1, 58.1]16.3
densenet169_imagenet_pretrained70.2 [67.5, 72.9]53.1 [50.1, 56.1]17.1
densenet2O1_imagenet_pretrained70.2 [67.5, 72.9]53.4 [50.4, 56.4]16.8
dpn68_imagenet_pretrained69.4 [66.6, 72.1]53.3 [50.3, 56.3]16.1
bninception_imagenet_pretrained69.0 [66.2, 71.7]49.0 [46.0, 51.9]20.0
densenet121_imagenet_pretrained69.0 [66.2, 71.7]50.9 [47.9, 53.8]18.1
nasnetamobile_imagenet_pretrained68.8 [66.0, 71.5]48.4 [45.4, 51.4]20.4
resnet50_augment_ jpeg_compression68.8 [66.0, 71.5]53.2 [50.2, 56.2]15.6
resnet34_imagenet_pretrained68.0 [65.2, 70.7]48.0 [45.0, 51.0]20.0
resnet50_augment impulse_noise67.7 [64.9, 70.5]50.2 [47.2, 53.2]17.5
resnet50_augment_gaussian_blur67.7 [64.9, 70.5]52.5 [49.5, 55.5]15.2
resnet5O_imagenet_pretrained67.5 [64.7, 70.3]52.5 [49.5, 55.5]15.0
resnet50_augment gaussian_noise67.4 [64.5, 70.1]50.6 [47.6, 53.6]16.8
resnet50_augment shot_noise66.5 [63.6, 69.2]51.1 [48.1, 54.1]15.4
vgg16_bn_imagenet_pretrained66.4 [63.5, 69.1]47.4 [44.5, 50.4]19.0
resnet50_augment_ _defocus_blur66.3 [63.4, 69.1]47.6 [44.6, 50.6]18.7
vgg19_bn_imagenet_pretrained65.6 [62.7, 68.4]46.6 [43.6, 49.6]19.0
", + "type": "table", + "image_path": "89702fa7f8d9b77b993f13d6a782bdb2d00fa5050734a4dd25b704a07c18de18.jpg" + } + ] + } + ], + "index": 19, + "virtual_lines": [ + { + "bbox": [ + 129, + 338, + 482, + 469.33333333333337 + ], + "spans": [], + "index": 18 + }, + { + "bbox": [ + 129, + 469.33333333333337, + 482, + 600.6666666666667 + ], + "spans": [], + "index": 19 + }, + { + "bbox": [ + 129, + 600.6666666666667, + 482, + 732.0000000000001 + ], + "spans": [], + "index": 20 + } + ] + } + ], + "index": 19 + } + ], + "page_idx": 10, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 107, + 26, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 107, + 26, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2020", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 310, + 761 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 312, + 765 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 765 + ], + "score": 1.0, + "content": "11", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "title", + "bbox": [ + 109, + 81, + 280, + 94 + ], + "lines": [ + { + "bbox": [ + 105, + 79, + 282, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 79, + 282, + 96 + ], + "score": 1.0, + "content": "A SOURCE DATASET OVERVIEW", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "title", + "bbox": [ + 108, + 101, + 202, + 113 + ], + "lines": [ + { + "bbox": [ + 106, + 100, + 203, + 114 + ], + "spans": [ + { + "bbox": [ + 106, + 100, + 203, + 114 + ], + "score": 1.0, + "content": "A.1 IMAGENET-VID", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 1 + }, + { + "type": "text", + "bbox": [ + 106, + 117, + 505, + 216 + ], + "lines": [ + { + "bbox": [ + 106, + 118, + 506, + 130 + ], + "spans": [ + { + "bbox": [ + 106, + 118, + 506, + 130 + ], + "score": 1.0, + "content": "The 2015 ImageNet-Vid dataset is widely used for training video object detectors Han et al. (2016)", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 106, + 129, + 506, + 141 + ], + "spans": [ + { + "bbox": [ + 106, + 129, + 506, + 141 + ], + "score": 1.0, + "content": "as well as trackers Bertinetto et al. (2016). We chose to work with the 2017 ImageNet-Vid dataset", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 140, + 506, + 152 + ], + "spans": [ + { + "bbox": [ + 106, + 140, + 506, + 152 + ], + "score": 1.0, + "content": "because it is a superset of the 2015 dataset. In total, the 2017 ImageNet-Vid dataset consists of", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 104, + 149, + 506, + 163 + ], + "spans": [ + { + "bbox": [ + 104, + 149, + 506, + 163 + ], + "score": 1.0, + "content": "1,181,113 training frames from 4,000 videos and 512,360 validation frames from 1,314 videos. The", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 161, + 506, + 174 + ], + "spans": [ + { + "bbox": [ + 105, + 161, + 506, + 174 + ], + "score": 1.0, + "content": "videos have frame rates ranging from 9 to 59 frames per second (fps), with a median fps of 29. The", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 173, + 505, + 185 + ], + "spans": [ + { + "bbox": [ + 106, + 173, + 505, + 185 + ], + "score": 1.0, + "content": "videos range from 0.44 to 96 seconds in duration with a median duration of 12 seconds. Each frame", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 182, + 506, + 198 + ], + "spans": [ + { + "bbox": [ + 105, + 182, + 506, + 198 + ], + "score": 1.0, + "content": "is annotated with labels indicating the presence or absence of 30 object classes and corresponding", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 194, + 505, + 206 + ], + "spans": [ + { + "bbox": [ + 105, + 194, + 505, + 206 + ], + "score": 1.0, + "content": "bounding boxes for any label present in the frame. The 30 classes are ancestors of 293 of the 1,000", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 204, + 200, + 217 + ], + "spans": [ + { + "bbox": [ + 105, + 204, + 200, + 217 + ], + "score": 1.0, + "content": "ILSVRC-2012 classes.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 6, + "bbox_fs": [ + 104, + 118, + 506, + 217 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 226, + 195, + 237 + ], + "lines": [ + { + "bbox": [ + 106, + 224, + 196, + 238 + ], + "spans": [ + { + "bbox": [ + 106, + 224, + 196, + 238 + ], + "score": 1.0, + "content": "A.2 YOUTUBE-BB", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 11 + }, + { + "type": "text", + "bbox": [ + 107, + 242, + 505, + 286 + ], + "lines": [ + { + "bbox": [ + 106, + 242, + 505, + 253 + ], + "spans": [ + { + "bbox": [ + 106, + 242, + 505, + 253 + ], + "score": 1.0, + "content": "The 2017 Youtube-BB is a a large scale dataset with 8,146,143 annotated training frames 253,569", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 252, + 506, + 266 + ], + "spans": [ + { + "bbox": [ + 106, + 252, + 506, + 266 + ], + "score": 1.0, + "content": "unique videos and with 1,013,246 validation frames from 31,829 videos. The video segments are", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 264, + 505, + 277 + ], + "spans": [ + { + "bbox": [ + 106, + 264, + 505, + 277 + ], + "score": 1.0, + "content": "approximately 19 seconds long on average. Each frame is annotated with exactly one label indicating", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 274, + 506, + 287 + ], + "spans": [ + { + "bbox": [ + 106, + 274, + 506, + 287 + ], + "score": 1.0, + "content": "the presence of 22 object classes, all of which are ancestors of 229 out of the ILSVRC-2012 classes.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 13.5, + "bbox_fs": [ + 106, + 242, + 506, + 287 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 298, + 363, + 311 + ], + "lines": [ + { + "bbox": [ + 105, + 296, + 364, + 313 + ], + "spans": [ + { + "bbox": [ + 105, + 296, + 364, + 313 + ], + "score": 1.0, + "content": "B FULL ORIGINAL VS PERTURBED ACCURACIES", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16 + }, + { + "type": "text", + "bbox": [ + 108, + 319, + 247, + 329 + ], + "lines": [ + { + "bbox": [ + 106, + 318, + 248, + 330 + ], + "spans": [ + { + "bbox": [ + 106, + 318, + 248, + 330 + ], + "score": 1.0, + "content": "B.1 IM A G ENE T-VI D-RO B U S T", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17, + "bbox_fs": [ + 106, + 318, + 248, + 330 + ] + }, + { + "type": "table", + "bbox": [ + 129, + 338, + 482, + 732 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 129, + 338, + 482, + 732 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 129, + 338, + 482, + 732 + ], + "spans": [ + { + "bbox": [ + 129, + 338, + 482, + 732 + ], + "score": 0.984, + "html": "
ModelAccuracy OriginalAccuracy Perturbed
resnet152_finetuned84.8 [82.5, 86.8]70.2 [67.4, 72.8]14.6
resnet50_finetuned80.8 [78.3, 83.1]65.7 [62.9, 68.5]15.1
vgg16bn_finetuned78.0 [75.4, 80.4]61.0 [58.1, 63.9]17.0
nasnetalarge_imagenet_pretrained77.6 [75.1, 80.1]62.1 [59.2, 65.0]15.5
resnet50_detection77.6 [75.1, 80.1]65.0 [62.1, 67.8]12.6
inceptionresnetv2_imagenet_pretrained75.7 [73.1, 78.2]58.7 [55.7, 61.6]17.0
dpn107_imagenet_pretrained75.6 [72.9, 78.1]59.1 [56.1, 62.0]16.5
inceptionv4_imagenet_pretrained75.3 [72.6, 77.8]59.0 [56.0, 61.9]16.3
dpn92_imagenet_pretrained74.4 [71.7, 76.9]56.8 [53.8, 59.7]17.6
dpn131_imagenet_pretrained74.0 [71.3, 76.6]59.9 [56.9, 62.8]14.1
dpn68b_imagenet_pretrained73.7 [71.0, 76.2]54.0 [51.0, 57.0]19.7
resnext101_32x4d_imagenet_pretrained73.3 [70.6, 75.9]57.2 [54.2, 60.1]16.1
resnext101_64x4d_imagenet_pretrained72.9 [70.1, 75.5]56.6 [53.7, 59.6]16.3
resnet152_imagenet_pretrained72.8 [70.0, 75.4]57.0 [54.0, 59.9]15.8
resnet1O1_imagenet_pretrained71.5 [68.7, 74.1]53.7 [50.8, 56.7]17.8
fbresnet152_imagenet_pretrained71.5 [68.7, 74.1]54.5 [51.5, 57.4]17.0
densenet161_imagenet_pretrained71.4 [68.7, 74.1]55.1 [52.1, 58.1]16.3
densenet169_imagenet_pretrained70.2 [67.5, 72.9]53.1 [50.1, 56.1]17.1
densenet2O1_imagenet_pretrained70.2 [67.5, 72.9]53.4 [50.4, 56.4]16.8
dpn68_imagenet_pretrained69.4 [66.6, 72.1]53.3 [50.3, 56.3]16.1
bninception_imagenet_pretrained69.0 [66.2, 71.7]49.0 [46.0, 51.9]20.0
densenet121_imagenet_pretrained69.0 [66.2, 71.7]50.9 [47.9, 53.8]18.1
nasnetamobile_imagenet_pretrained68.8 [66.0, 71.5]48.4 [45.4, 51.4]20.4
resnet50_augment_ jpeg_compression68.8 [66.0, 71.5]53.2 [50.2, 56.2]15.6
resnet34_imagenet_pretrained68.0 [65.2, 70.7]48.0 [45.0, 51.0]20.0
resnet50_augment impulse_noise67.7 [64.9, 70.5]50.2 [47.2, 53.2]17.5
resnet50_augment_gaussian_blur67.7 [64.9, 70.5]52.5 [49.5, 55.5]15.2
resnet5O_imagenet_pretrained67.5 [64.7, 70.3]52.5 [49.5, 55.5]15.0
resnet50_augment gaussian_noise67.4 [64.5, 70.1]50.6 [47.6, 53.6]16.8
resnet50_augment shot_noise66.5 [63.6, 69.2]51.1 [48.1, 54.1]15.4
vgg16_bn_imagenet_pretrained66.4 [63.5, 69.1]47.4 [44.5, 50.4]19.0
resnet50_augment_ _defocus_blur66.3 [63.4, 69.1]47.6 [44.6, 50.6]18.7
vgg19_bn_imagenet_pretrained65.6 [62.7, 68.4]46.6 [43.6, 49.6]19.0
", + "type": "table", + "image_path": "89702fa7f8d9b77b993f13d6a782bdb2d00fa5050734a4dd25b704a07c18de18.jpg" + } + ] + } + ], + "index": 19, + "virtual_lines": [ + { + "bbox": [ + 129, + 338, + 482, + 469.33333333333337 + ], + "spans": [], + "index": 18 + }, + { + "bbox": [ + 129, + 469.33333333333337, + 482, + 600.6666666666667 + ], + "spans": [], + "index": 19 + }, + { + "bbox": [ + 129, + 600.6666666666667, + 482, + 732.0000000000001 + ], + "spans": [], + "index": 20 + } + ] + } + ], + "index": 19 + } + ] + }, + { + "preproc_blocks": [ + { + "type": "table", + "bbox": [ + 129, + 81, + 482, + 216 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 129, + 81, + 482, + 216 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 129, + 81, + 482, + 216 + ], + "spans": [ + { + "bbox": [ + 129, + 81, + 482, + 216 + ], + "score": 0.971, + "html": "
vgg19_imagenet_pretrained63.2 [60.3, 66.1]45.4 [42.4, 48.3]17.8
resnet18_imagenet_pretrained61.9 [59.0, 64.8]41.5 [38.6, 44.4]20.4
vgg13_bn_imagenet_pretrained61.9 [59.0, 64.8]43.3 [40.3, 46.3]18.6
vgg16_imagenet_pretrained61.4 [58.5, 64.3]43.1 [40.2, 46.1]18.3
vgg11_bn_imagenet_pretrained60.9 [57.9, 63.8]43.2 [40.3, 46.2]17.7
vgg13_imagenet_pretrained59.6 [56.6, 62.5]41.1 [38.2, 44.1]18.5
vgg11_imagenet_pretrained57.3 [54.4, 60.3]41.3 [38.4, 44.3]16.0
alexnet_finetuned57.3 [54.3, 60.2]43.6 [40.7, 46.6]13.7
ResNeXtDenoiseAll-101_robust_pgd54.3 [51.3, 57.2]40.8 [37.8, 43.7]13.5
squeezenet1_1_imagenet_pretrained49.8 [46.8, 52.8]31.7 [28.9, 34.5]18.1
alexnet_imagenet_pretrained49.4 [46.4, 52.4]32.0 [29.3, 34.8]17.4
resnet50_augment contrast_change38.3 [35.5, 41.3]23.3 [20.8, 25.9]15.0
", + "type": "table", + "image_path": "233b450930e5b6fe1110f32f8863f871995d0385f741c02ad403bde6e69521a4.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 129, + 81, + 482, + 126.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 129, + 126.0, + 482, + 171.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 129, + 171.0, + 482, + 216.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "table_caption", + "bbox": [ + 105, + 225, + 503, + 248 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 224, + 504, + 237 + ], + "spans": [ + { + "bbox": [ + 105, + 224, + 504, + 237 + ], + "score": 1.0, + "content": "Table 5: Classification model perturbed and original accuracies for all models in our test bed", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 236, + 296, + 249 + ], + "spans": [ + { + "bbox": [ + 105, + 236, + 296, + 249 + ], + "score": 1.0, + "content": "evaluated on the ImageNet-Vid-Robust dataset.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + } + ], + "index": 2.25 + }, + { + "type": "title", + "bbox": [ + 107, + 263, + 199, + 275 + ], + "lines": [ + { + "bbox": [ + 106, + 263, + 200, + 275 + ], + "spans": [ + { + "bbox": [ + 106, + 263, + 200, + 275 + ], + "score": 1.0, + "content": "B.2 YTBB-RO B U S T", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5 + }, + { + "type": "table", + "bbox": [ + 122, + 282, + 487, + 733 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 122, + 282, + 487, + 733 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 122, + 282, + 487, + 733 + ], + "spans": [ + { + "bbox": [ + 122, + 282, + 487, + 733 + ], + "score": 0.984, + "html": "
ModelAccuracy OriginalAccuracy Perturbed
resnet152_finetuned92.9 [91.2, 94.3]84.7 [82.4, 86.8]8.2
resnet50_finetuned91.4 [89.6, 93.0]82.0 [79.6, 84.2]9.4
inceptionresnetv2_finetuned91.3 [89.5, 92.9]79.0 [76.4, 81.3]12.3
vgg19_finetuned90.5 [88.6, 92.2]79.1 [76.5, 81.4]11.4
vgg16_finetuned89.1 [87.1, 90.8]78.0 [75.4, 80.4]11.1
inceptionv4_finetuned88.5 [86.5, 90.3]76.3 [73.6, 78.7]12.2
resnet18_finetuned88.0 [85.9, 89.8]76.2 [73.6, 78.7]11.8
alexnet_finetuned80.6 [78.2, 82.9]64.4 [61.5, 67.3]16.2
pnasnet5large_imagenet_pretrained65.2 [62.3, 68.0]51.0 [48.0, 54.0]14.2
nasnetalarge_imagenet_pretrained64.9 [62.0, 67.7]51.4 [48.4, 54.4]13.5
inceptionresnetv2_imagenet_pretrained64.5 [61.6, 67.4] 50.4 [47.5, 53.4]14.1
dpn98_imagenet_pretrained64.1 [61.2, 66.9]49.0 [46.0, 52.0]15.1
dpn107_imagenet_pretrained64.1 [61.2, 66.9]50.1 [47.2, 53.1]14.0
dpn131_imagenet_pretrained64.0 [61.1, 66.8]49.9 [46.9, 52.9]14.1
inceptionv4_imagenet_pretrained63.6 [60.7, 66.4]48.8 [45.8, 51.8]14.8
Xception_imagenet_pretrained63.2 [60.2, 66.0]47.6 [44.6, 50.6]15.6
dpn92_imagenet_pretrained62.3 [59.3, 65.1]47.7 [44.8, 50.7]14.6
resnet50_augment_jpeg_compressioon62.3 [59.4, 65.2]45.7 [42.8, 48.7]16.6
polynet_imagenet_pretrained61.4 [58.4, 64.3]47.3 [44.4, 50.3]14.1
nasnetamobile_imagenet_pretrained61.4 [58.4, 64.3]43.0 [40.1, 46.0]18.4
resnet50_augment__shot_noise61.3 [58.3, 64.2]46.4 [43.4, 49.3]14.9
dpn68_imagenet_pretrained61.2 [58.3, 64.1]44.2 [41.2, 47.2]17.0
fbresnet152_imagenet_pretrained61.1 [58.1, 64.0]45.9 [42.9, 48.8]15.2
resnet152_imagenet_pretrained60.8 [57.8, 63.7]46.5 [43.5, 49.5]14.3
resnet101_imagenet_pretrained60.8 [57.8, 63.7]45.2 [42.2, 48.2]15.6
senet154_imagenet_pretrained60.7 [57.7, 63.6]47.2 [44.3, 50.2]13.5
resnet50_augment__impulse_noise60.6 [57.7, 63.5]45.5 [42.6, 48.5]15.1
se_resnet101_imagenet_pretrained60.5 [57.6, 63.4]45.6 [42.6, 48.6]14.9
bninception_imagenet_pretrained60.4 [57.4, 63.3]41.8 [38.9, 44.7]18.6
densenetl61_imagenet_pretrained60.2 [57.3, 63.1]46.4 [43.4, 49.4]13.8
resnet50_augment_gaussian_noise60.2 [57.3, 63.1]45.7 [42.8, 48.7]14.5
se_resnext50_32x4d_imagenet_pretrained59.9 [56.9, 62.8]45.7 [42.7, 48.6]14.2
dpn68b_imagenet_pretrained59.7 [56.7, 62.6]45.9 [42.9, 48.8]13.8
inceptionv3_imagenet_pretrained59.6 [56.6, 62.5]43.8 [40.8, 46.8]15.8
densenet121_imagenet_pretrained59.5 [56.5, 62.4]43.1 [40.1, 46.0]16.4
se_resnext101_32x4d_imagenet_pretrained59.2 [56.3, 62.1]45.2 [42.3, 48.2]14.0
densenet2O1_imagenet_pretrained59.2 [56.2, 62.1]44.8 [41.8, 47.8]14.4
densenet169_imagenet_pretrained59.2 [56.2, 62.1]44.6 [41.7, 47.6]14.6
", + "type": "table", + "image_path": "fcc419e0076f4819b8a0de121deaca86967019ef70ccea92e7f9c07fdad349e2.jpg" + } + ] + } + ], + "index": 7, + "virtual_lines": [ + { + "bbox": [ + 122, + 282, + 487, + 432.33333333333337 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 122, + 432.33333333333337, + 487, + 582.6666666666667 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 122, + 582.6666666666667, + 487, + 733.0000000000001 + ], + "spans": [], + "index": 8 + } + ] + } + ], + "index": 7 + } + ], + "page_idx": 11, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2020", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 761 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "score": 1.0, + "content": "12", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "table", + "bbox": [ + 129, + 81, + 482, + 216 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 129, + 81, + 482, + 216 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 129, + 81, + 482, + 216 + ], + "spans": [ + { + "bbox": [ + 129, + 81, + 482, + 216 + ], + "score": 0.971, + "html": "
vgg19_imagenet_pretrained63.2 [60.3, 66.1]45.4 [42.4, 48.3]17.8
resnet18_imagenet_pretrained61.9 [59.0, 64.8]41.5 [38.6, 44.4]20.4
vgg13_bn_imagenet_pretrained61.9 [59.0, 64.8]43.3 [40.3, 46.3]18.6
vgg16_imagenet_pretrained61.4 [58.5, 64.3]43.1 [40.2, 46.1]18.3
vgg11_bn_imagenet_pretrained60.9 [57.9, 63.8]43.2 [40.3, 46.2]17.7
vgg13_imagenet_pretrained59.6 [56.6, 62.5]41.1 [38.2, 44.1]18.5
vgg11_imagenet_pretrained57.3 [54.4, 60.3]41.3 [38.4, 44.3]16.0
alexnet_finetuned57.3 [54.3, 60.2]43.6 [40.7, 46.6]13.7
ResNeXtDenoiseAll-101_robust_pgd54.3 [51.3, 57.2]40.8 [37.8, 43.7]13.5
squeezenet1_1_imagenet_pretrained49.8 [46.8, 52.8]31.7 [28.9, 34.5]18.1
alexnet_imagenet_pretrained49.4 [46.4, 52.4]32.0 [29.3, 34.8]17.4
resnet50_augment contrast_change38.3 [35.5, 41.3]23.3 [20.8, 25.9]15.0
", + "type": "table", + "image_path": "233b450930e5b6fe1110f32f8863f871995d0385f741c02ad403bde6e69521a4.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 129, + 81, + 482, + 126.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 129, + 126.0, + 482, + 171.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 129, + 171.0, + 482, + 216.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "table_caption", + "bbox": [ + 105, + 225, + 503, + 248 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 224, + 504, + 237 + ], + "spans": [ + { + "bbox": [ + 105, + 224, + 504, + 237 + ], + "score": 1.0, + "content": "Table 5: Classification model perturbed and original accuracies for all models in our test bed", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 236, + 296, + 249 + ], + "spans": [ + { + "bbox": [ + 105, + 236, + 296, + 249 + ], + "score": 1.0, + "content": "evaluated on the ImageNet-Vid-Robust dataset.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + } + ], + "index": 2.25 + }, + { + "type": "title", + "bbox": [ + 107, + 263, + 199, + 275 + ], + "lines": [ + { + "bbox": [ + 106, + 263, + 200, + 275 + ], + "spans": [ + { + "bbox": [ + 106, + 263, + 200, + 275 + ], + "score": 1.0, + "content": "B.2 YTBB-RO B U S T", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5 + }, + { + "type": "table", + "bbox": [ + 122, + 282, + 487, + 733 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 122, + 282, + 487, + 733 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 122, + 282, + 487, + 733 + ], + "spans": [ + { + "bbox": [ + 122, + 282, + 487, + 733 + ], + "score": 0.984, + "html": "
ModelAccuracy OriginalAccuracy Perturbed
resnet152_finetuned92.9 [91.2, 94.3]84.7 [82.4, 86.8]8.2
resnet50_finetuned91.4 [89.6, 93.0]82.0 [79.6, 84.2]9.4
inceptionresnetv2_finetuned91.3 [89.5, 92.9]79.0 [76.4, 81.3]12.3
vgg19_finetuned90.5 [88.6, 92.2]79.1 [76.5, 81.4]11.4
vgg16_finetuned89.1 [87.1, 90.8]78.0 [75.4, 80.4]11.1
inceptionv4_finetuned88.5 [86.5, 90.3]76.3 [73.6, 78.7]12.2
resnet18_finetuned88.0 [85.9, 89.8]76.2 [73.6, 78.7]11.8
alexnet_finetuned80.6 [78.2, 82.9]64.4 [61.5, 67.3]16.2
pnasnet5large_imagenet_pretrained65.2 [62.3, 68.0]51.0 [48.0, 54.0]14.2
nasnetalarge_imagenet_pretrained64.9 [62.0, 67.7]51.4 [48.4, 54.4]13.5
inceptionresnetv2_imagenet_pretrained64.5 [61.6, 67.4] 50.4 [47.5, 53.4]14.1
dpn98_imagenet_pretrained64.1 [61.2, 66.9]49.0 [46.0, 52.0]15.1
dpn107_imagenet_pretrained64.1 [61.2, 66.9]50.1 [47.2, 53.1]14.0
dpn131_imagenet_pretrained64.0 [61.1, 66.8]49.9 [46.9, 52.9]14.1
inceptionv4_imagenet_pretrained63.6 [60.7, 66.4]48.8 [45.8, 51.8]14.8
Xception_imagenet_pretrained63.2 [60.2, 66.0]47.6 [44.6, 50.6]15.6
dpn92_imagenet_pretrained62.3 [59.3, 65.1]47.7 [44.8, 50.7]14.6
resnet50_augment_jpeg_compressioon62.3 [59.4, 65.2]45.7 [42.8, 48.7]16.6
polynet_imagenet_pretrained61.4 [58.4, 64.3]47.3 [44.4, 50.3]14.1
nasnetamobile_imagenet_pretrained61.4 [58.4, 64.3]43.0 [40.1, 46.0]18.4
resnet50_augment__shot_noise61.3 [58.3, 64.2]46.4 [43.4, 49.3]14.9
dpn68_imagenet_pretrained61.2 [58.3, 64.1]44.2 [41.2, 47.2]17.0
fbresnet152_imagenet_pretrained61.1 [58.1, 64.0]45.9 [42.9, 48.8]15.2
resnet152_imagenet_pretrained60.8 [57.8, 63.7]46.5 [43.5, 49.5]14.3
resnet101_imagenet_pretrained60.8 [57.8, 63.7]45.2 [42.2, 48.2]15.6
senet154_imagenet_pretrained60.7 [57.7, 63.6]47.2 [44.3, 50.2]13.5
resnet50_augment__impulse_noise60.6 [57.7, 63.5]45.5 [42.6, 48.5]15.1
se_resnet101_imagenet_pretrained60.5 [57.6, 63.4]45.6 [42.6, 48.6]14.9
bninception_imagenet_pretrained60.4 [57.4, 63.3]41.8 [38.9, 44.7]18.6
densenetl61_imagenet_pretrained60.2 [57.3, 63.1]46.4 [43.4, 49.4]13.8
resnet50_augment_gaussian_noise60.2 [57.3, 63.1]45.7 [42.8, 48.7]14.5
se_resnext50_32x4d_imagenet_pretrained59.9 [56.9, 62.8]45.7 [42.7, 48.6]14.2
dpn68b_imagenet_pretrained59.7 [56.7, 62.6]45.9 [42.9, 48.8]13.8
inceptionv3_imagenet_pretrained59.6 [56.6, 62.5]43.8 [40.8, 46.8]15.8
densenet121_imagenet_pretrained59.5 [56.5, 62.4]43.1 [40.1, 46.0]16.4
se_resnext101_32x4d_imagenet_pretrained59.2 [56.3, 62.1]45.2 [42.3, 48.2]14.0
densenet2O1_imagenet_pretrained59.2 [56.2, 62.1]44.8 [41.8, 47.8]14.4
densenet169_imagenet_pretrained59.2 [56.2, 62.1]44.6 [41.7, 47.6]14.6
", + "type": "table", + "image_path": "fcc419e0076f4819b8a0de121deaca86967019ef70ccea92e7f9c07fdad349e2.jpg" + } + ] + } + ], + "index": 7, + "virtual_lines": [ + { + "bbox": [ + 122, + 282, + 487, + 432.33333333333337 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 122, + 432.33333333333337, + 487, + 582.6666666666667 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 122, + 582.6666666666667, + 487, + 733.0000000000001 + ], + "spans": [], + "index": 8 + } + ] + } + ], + "index": 7 + } + ] + }, + { + "preproc_blocks": [ + { + "type": "table", + "bbox": [ + 122, + 82, + 488, + 326 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 122, + 82, + 488, + 326 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 122, + 82, + 488, + 326 + ], + "spans": [ + { + "bbox": [ + 122, + 82, + 488, + 326 + ], + "score": 0.974, + "html": "
resnet50_augment__brightness_change58.9 [56.0, 61.8]42.6 [39.6, 45.5]16.3
se_resnet50_imagenet_pretrained58.8 [55.9, 61.7]44.1 [41.1, 47.1]14.7
se_resnet152_imagenet_pretrained58.8 [55.9, 61.7]44.8 [41.9, 47.8]14.0
cafferesnetlO1_imagenet_pretrained58.2 [55.2, 61.1]44.3 [41.3, 47.3]13.9
resnet50_augment__regular58.0 [55.1, 61.0]42.9 [39.9, 45.8]15.1
resnet34_imagenet_pretrained57.9 [55.0, 60.9]42.8 [39.8, 45.7]15.1
vgg19_imagenet_pretrained57.5 [54.6, 60.5]40.1 [37.2, 43.1]17.4
resnet50_augment t_gaussian_blur57.5 [54.5, 60.4]41.8 [38.9, 44.7]15.7
vgg16_bn_imagenet_pretrained57.2 [54.2, 60.1]39.6 [36.7, 42.6]17.6
resnet5O_imagenet_pretrained57.0 [54.1, 60.0]43.8 [40.9, 46.8]13.2
vgg19_bn_imagenet_pretrained56.8 [53.9, 59.8]40.6 [37.7, 43.5]16.2
vgg16_imagenet_pretrained55.4 [52.4, 58.4]40.1 [37.2, 43.1]15.3
vgg13_bn_imagenet_pretrained54.8 [51.8, 57.7]38.6 [35.7, 41.6]16.2
vgg11_bn_imagenet_pretrained54.8 [51.8, 57.7]38.8 [35.9, 41.8]16.0
vgg11_imagenet_pretrained54.7 [51.7, 57.6]38.4 [35.5, 41.3]16.3
resnetl8_imagenet_pretrained54.4 [51.4, 57.4]38.1 [35.2, 41.0]16.3
vgg13_imagenet_pretrained54.2 [51.3, 57.2]37.7 [34.9, 40.7]16.5
ResNeXtDenoiseAll-101_robust_pgd53.6 [50.7, 56.6]43.2 [40.2, 46.1]10.4
squeezenet1_O_imagenet_pretrained51.1 [48.1, 54.1]33.1 [30.3, 36.0]18.0
squeezenetl_1_imagenet_pretrained48.6 [45.6, 51.6]31.3 [28.6, 34.2]17.3
resnet50_augment__defocus_blur48.4 [45.4, 51.4]29.1 [26.4, 31.8]19.3
alexnet_imagenet_pretrained45.3 [42.4, 48.3]30.5 [27.8, 33.3]14.8
", + "type": "table", + "image_path": "0100307e939132010e5bb841889d10d253f9256d5b95bbe9b78b3e30441116c0.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 122, + 82, + 488, + 163.33333333333331 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 122, + 163.33333333333331, + 488, + 244.66666666666663 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 122, + 244.66666666666663, + 488, + 325.99999999999994 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "table_caption", + "bbox": [ + 105, + 334, + 502, + 357 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 104, + 334, + 504, + 347 + ], + "spans": [ + { + "bbox": [ + 104, + 334, + 504, + 347 + ], + "score": 1.0, + "content": "Table 6: Classification model perturbed and original accuracies for all models in our test bed", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 344, + 265, + 358 + ], + "spans": [ + { + "bbox": [ + 105, + 344, + 265, + 358 + ], + "score": 1.0, + "content": "evaluated on the YTBB-robust dataset..", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + } + ], + "index": 2.25 + }, + { + "type": "title", + "bbox": [ + 106, + 376, + 357, + 389 + ], + "lines": [ + { + "bbox": [ + 106, + 375, + 358, + 390 + ], + "spans": [ + { + "bbox": [ + 106, + 375, + 358, + 390 + ], + "score": 1.0, + "content": "C MODEL INDEPENDENT DISTRIBUTION SHIFT", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5 + }, + { + "type": "text", + "bbox": [ + 107, + 396, + 505, + 463 + ], + "lines": [ + { + "bbox": [ + 105, + 396, + 505, + 409 + ], + "spans": [ + { + "bbox": [ + 105, + 396, + 505, + 409 + ], + "score": 1.0, + "content": "Though the distribution shift we induced in our study were model dependent because we found", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 408, + 505, + 420 + ], + "spans": [ + { + "bbox": [ + 106, + 408, + 505, + 420 + ], + "score": 1.0, + "content": "the worst neighbor frame for each model, we could study the same problem but impose a static", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 419, + 505, + 431 + ], + "spans": [ + { + "bbox": [ + 106, + 419, + 505, + 431 + ], + "score": 1.0, + "content": "set of perturbed frames across all models. In Figure 6 we study this static set of perturbations", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 429, + 505, + 442 + ], + "spans": [ + { + "bbox": [ + 105, + 429, + 505, + 442 + ], + "score": 1.0, + "content": "across all models and see a substantial (but smaller) drop in accuracy for both models. The static", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 441, + 505, + 453 + ], + "spans": [ + { + "bbox": [ + 105, + 441, + 505, + 453 + ], + "score": 1.0, + "content": "set of perturbations were chosen by choosing the neighbor frame that the largest number of models", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 451, + 193, + 464 + ], + "spans": [ + { + "bbox": [ + 106, + 451, + 193, + 464 + ], + "score": 1.0, + "content": "classified incorrectly.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 8.5 + }, + { + "type": "image", + "bbox": [ + 145, + 475, + 465, + 622 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 145, + 475, + 465, + 622 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 145, + 475, + 465, + 622 + ], + "spans": [ + { + "bbox": [ + 145, + 475, + 465, + 622 + ], + "score": 0.972, + "type": "image", + "image_path": "f98513794c5a4b0f8364b14f6fc979d78acf7145cef44bd78021361128348e1b.jpg" + } + ] + } + ], + "index": 13, + "virtual_lines": [ + { + "bbox": [ + 145, + 475, + 465, + 524.0 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 145, + 524.0, + 465, + 573.0 + ], + "spans": [], + "index": 13 + }, + { + "bbox": [ + 145, + 573.0, + 465, + 622.0 + ], + "spans": [], + "index": 14 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 107, + 631, + 504, + 664 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 630, + 506, + 644 + ], + "spans": [ + { + "bbox": [ + 105, + 630, + 506, + 644 + ], + "score": 1.0, + "content": "Figure 6: Model accuracy on original vs. perturbed images for a static set of perturbed frames across", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 642, + 505, + 654 + ], + "spans": [ + { + "bbox": [ + 106, + 642, + 505, + 654 + ], + "score": 1.0, + "content": "all models. The grey points and grey linear fit correspond to the perturbed accuracies of models", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 652, + 335, + 665 + ], + "spans": [ + { + "bbox": [ + 105, + 652, + 335, + 665 + ], + "score": 1.0, + "content": "evaluated on per model perturbations studied in Figure 3", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 16 + } + ], + "index": 14.5 + }, + { + "type": "title", + "bbox": [ + 107, + 688, + 239, + 701 + ], + "lines": [ + { + "bbox": [ + 105, + 687, + 240, + 703 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 240, + 703 + ], + "score": 1.0, + "content": "D PER CLASS ANALYSIS", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 18 + }, + { + "type": "text", + "bbox": [ + 107, + 709, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 709, + 505, + 722 + ], + "score": 1.0, + "content": "We study the effect of our perturbations on the 30 classes in ImageNet-Vid-Robust and", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 720, + 506, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 720, + 506, + 733 + ], + "score": 1.0, + "content": "YTBB-Robust to determine whether the performance drop was concentrated in a few “hard” classes.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 19.5 + } + ], + "page_idx": 12, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 107, + 26, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 107, + 26, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2020", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 310, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 14, + "width": 13 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "table", + "bbox": [ + 122, + 82, + 488, + 326 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 122, + 82, + 488, + 326 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 122, + 82, + 488, + 326 + ], + "spans": [ + { + "bbox": [ + 122, + 82, + 488, + 326 + ], + "score": 0.974, + "html": "
resnet50_augment__brightness_change58.9 [56.0, 61.8]42.6 [39.6, 45.5]16.3
se_resnet50_imagenet_pretrained58.8 [55.9, 61.7]44.1 [41.1, 47.1]14.7
se_resnet152_imagenet_pretrained58.8 [55.9, 61.7]44.8 [41.9, 47.8]14.0
cafferesnetlO1_imagenet_pretrained58.2 [55.2, 61.1]44.3 [41.3, 47.3]13.9
resnet50_augment__regular58.0 [55.1, 61.0]42.9 [39.9, 45.8]15.1
resnet34_imagenet_pretrained57.9 [55.0, 60.9]42.8 [39.8, 45.7]15.1
vgg19_imagenet_pretrained57.5 [54.6, 60.5]40.1 [37.2, 43.1]17.4
resnet50_augment t_gaussian_blur57.5 [54.5, 60.4]41.8 [38.9, 44.7]15.7
vgg16_bn_imagenet_pretrained57.2 [54.2, 60.1]39.6 [36.7, 42.6]17.6
resnet5O_imagenet_pretrained57.0 [54.1, 60.0]43.8 [40.9, 46.8]13.2
vgg19_bn_imagenet_pretrained56.8 [53.9, 59.8]40.6 [37.7, 43.5]16.2
vgg16_imagenet_pretrained55.4 [52.4, 58.4]40.1 [37.2, 43.1]15.3
vgg13_bn_imagenet_pretrained54.8 [51.8, 57.7]38.6 [35.7, 41.6]16.2
vgg11_bn_imagenet_pretrained54.8 [51.8, 57.7]38.8 [35.9, 41.8]16.0
vgg11_imagenet_pretrained54.7 [51.7, 57.6]38.4 [35.5, 41.3]16.3
resnetl8_imagenet_pretrained54.4 [51.4, 57.4]38.1 [35.2, 41.0]16.3
vgg13_imagenet_pretrained54.2 [51.3, 57.2]37.7 [34.9, 40.7]16.5
ResNeXtDenoiseAll-101_robust_pgd53.6 [50.7, 56.6]43.2 [40.2, 46.1]10.4
squeezenet1_O_imagenet_pretrained51.1 [48.1, 54.1]33.1 [30.3, 36.0]18.0
squeezenetl_1_imagenet_pretrained48.6 [45.6, 51.6]31.3 [28.6, 34.2]17.3
resnet50_augment__defocus_blur48.4 [45.4, 51.4]29.1 [26.4, 31.8]19.3
alexnet_imagenet_pretrained45.3 [42.4, 48.3]30.5 [27.8, 33.3]14.8
", + "type": "table", + "image_path": "0100307e939132010e5bb841889d10d253f9256d5b95bbe9b78b3e30441116c0.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 122, + 82, + 488, + 163.33333333333331 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 122, + 163.33333333333331, + 488, + 244.66666666666663 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 122, + 244.66666666666663, + 488, + 325.99999999999994 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "table_caption", + "bbox": [ + 105, + 334, + 502, + 357 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 104, + 334, + 504, + 347 + ], + "spans": [ + { + "bbox": [ + 104, + 334, + 504, + 347 + ], + "score": 1.0, + "content": "Table 6: Classification model perturbed and original accuracies for all models in our test bed", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 344, + 265, + 358 + ], + "spans": [ + { + "bbox": [ + 105, + 344, + 265, + 358 + ], + "score": 1.0, + "content": "evaluated on the YTBB-robust dataset..", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + } + ], + "index": 2.25 + }, + { + "type": "title", + "bbox": [ + 106, + 376, + 357, + 389 + ], + "lines": [ + { + "bbox": [ + 106, + 375, + 358, + 390 + ], + "spans": [ + { + "bbox": [ + 106, + 375, + 358, + 390 + ], + "score": 1.0, + "content": "C MODEL INDEPENDENT DISTRIBUTION SHIFT", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5 + }, + { + "type": "text", + "bbox": [ + 107, + 396, + 505, + 463 + ], + "lines": [ + { + "bbox": [ + 105, + 396, + 505, + 409 + ], + "spans": [ + { + "bbox": [ + 105, + 396, + 505, + 409 + ], + "score": 1.0, + "content": "Though the distribution shift we induced in our study were model dependent because we found", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 408, + 505, + 420 + ], + "spans": [ + { + "bbox": [ + 106, + 408, + 505, + 420 + ], + "score": 1.0, + "content": "the worst neighbor frame for each model, we could study the same problem but impose a static", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 419, + 505, + 431 + ], + "spans": [ + { + "bbox": [ + 106, + 419, + 505, + 431 + ], + "score": 1.0, + "content": "set of perturbed frames across all models. In Figure 6 we study this static set of perturbations", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 429, + 505, + 442 + ], + "spans": [ + { + "bbox": [ + 105, + 429, + 505, + 442 + ], + "score": 1.0, + "content": "across all models and see a substantial (but smaller) drop in accuracy for both models. The static", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 441, + 505, + 453 + ], + "spans": [ + { + "bbox": [ + 105, + 441, + 505, + 453 + ], + "score": 1.0, + "content": "set of perturbations were chosen by choosing the neighbor frame that the largest number of models", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 451, + 193, + 464 + ], + "spans": [ + { + "bbox": [ + 106, + 451, + 193, + 464 + ], + "score": 1.0, + "content": "classified incorrectly.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 8.5, + "bbox_fs": [ + 105, + 396, + 505, + 464 + ] + }, + { + "type": "image", + "bbox": [ + 145, + 475, + 465, + 622 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 145, + 475, + 465, + 622 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 145, + 475, + 465, + 622 + ], + "spans": [ + { + "bbox": [ + 145, + 475, + 465, + 622 + ], + "score": 0.972, + "type": "image", + "image_path": "f98513794c5a4b0f8364b14f6fc979d78acf7145cef44bd78021361128348e1b.jpg" + } + ] + } + ], + "index": 13, + "virtual_lines": [ + { + "bbox": [ + 145, + 475, + 465, + 524.0 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 145, + 524.0, + 465, + 573.0 + ], + "spans": [], + "index": 13 + }, + { + "bbox": [ + 145, + 573.0, + 465, + 622.0 + ], + "spans": [], + "index": 14 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 107, + 631, + 504, + 664 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 630, + 506, + 644 + ], + "spans": [ + { + "bbox": [ + 105, + 630, + 506, + 644 + ], + "score": 1.0, + "content": "Figure 6: Model accuracy on original vs. perturbed images for a static set of perturbed frames across", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 642, + 505, + 654 + ], + "spans": [ + { + "bbox": [ + 106, + 642, + 505, + 654 + ], + "score": 1.0, + "content": "all models. The grey points and grey linear fit correspond to the perturbed accuracies of models", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 652, + 335, + 665 + ], + "spans": [ + { + "bbox": [ + 105, + 652, + 335, + 665 + ], + "score": 1.0, + "content": "evaluated on per model perturbations studied in Figure 3", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 16 + } + ], + "index": 14.5 + }, + { + "type": "title", + "bbox": [ + 107, + 688, + 239, + 701 + ], + "lines": [ + { + "bbox": [ + 105, + 687, + 240, + 703 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 240, + 703 + ], + "score": 1.0, + "content": "D PER CLASS ANALYSIS", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 18 + }, + { + "type": "text", + "bbox": [ + 107, + 709, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 709, + 505, + 722 + ], + "score": 1.0, + "content": "We study the effect of our perturbations on the 30 classes in ImageNet-Vid-Robust and", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 720, + 506, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 720, + 506, + 733 + ], + "score": 1.0, + "content": "YTBB-Robust to determine whether the performance drop was concentrated in a few “hard” classes.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 19.5, + "bbox_fs": [ + 106, + 709, + 506, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 188, + 80, + 421, + 340 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 188, + 80, + 421, + 340 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 188, + 80, + 421, + 340 + ], + "spans": [ + { + "bbox": [ + 188, + 80, + 421, + 340 + ], + "score": 0.974, + "type": "image", + "image_path": "6b8eca5801bdad58477c76ca5301b691cb302d1a0faade4664d14d0cc70e681e.jpg" + } + ] + } + ], + "index": 10, + "virtual_lines": [ + { + "bbox": [ + 188, + 80, + 421, + 92.38095238095238 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 188, + 92.38095238095238, + 421, + 104.76190476190476 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 188, + 104.76190476190476, + 421, + 117.14285714285714 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 188, + 117.14285714285714, + 421, + 129.52380952380952 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 188, + 129.52380952380952, + 421, + 141.9047619047619 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 188, + 141.9047619047619, + 421, + 154.28571428571428 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 188, + 154.28571428571428, + 421, + 166.66666666666666 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 188, + 166.66666666666666, + 421, + 179.04761904761904 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 188, + 179.04761904761904, + 421, + 191.42857142857142 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 188, + 191.42857142857142, + 421, + 203.8095238095238 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 188, + 203.8095238095238, + 421, + 216.19047619047618 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 188, + 216.19047619047618, + 421, + 228.57142857142856 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 188, + 228.57142857142856, + 421, + 240.95238095238093 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 188, + 240.95238095238093, + 421, + 253.33333333333331 + ], + "spans": [], + "index": 13 + }, + { + "bbox": [ + 188, + 253.33333333333331, + 421, + 265.7142857142857 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 188, + 265.7142857142857, + 421, + 278.09523809523813 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 188, + 278.09523809523813, + 421, + 290.47619047619054 + ], + "spans": [], + "index": 16 + }, + { + "bbox": [ + 188, + 290.47619047619054, + 421, + 302.85714285714295 + ], + "spans": [], + "index": 17 + }, + { + "bbox": [ + 188, + 302.85714285714295, + 421, + 315.23809523809535 + ], + "spans": [], + "index": 18 + }, + { + "bbox": [ + 188, + 315.23809523809535, + 421, + 327.61904761904776 + ], + "spans": [], + "index": 19 + }, + { + "bbox": [ + 188, + 327.61904761904776, + 421, + 340.00000000000017 + ], + "spans": [], + "index": 20 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 350, + 506, + 394 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 351, + 505, + 362 + ], + "spans": [ + { + "bbox": [ + 106, + 351, + 505, + 362 + ], + "score": 1.0, + "content": "Figure 7: Per-class accuracy statistics for our best performing classification model (fine-tuned", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 361, + 506, + 374 + ], + "spans": [ + { + "bbox": [ + 105, + 361, + 506, + 374 + ], + "score": 1.0, + "content": "ResNet152) on ImageNet-Vid-Robust and YTBB-Robust. For Youtube-BB, note that ‘zebra’", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 372, + 505, + 384 + ], + "spans": [ + { + "bbox": [ + 105, + 372, + 505, + 384 + ], + "score": 1.0, + "content": "is the least common label, present in only 24 anchor frames sampled by Gu et al. (2019), of which 4", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 383, + 217, + 395 + ], + "spans": [ + { + "bbox": [ + 105, + 383, + 217, + 395 + ], + "score": 1.0, + "content": "are included in our dataset.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 22.5 + } + ], + "index": 16.25 + }, + { + "type": "text", + "bbox": [ + 106, + 418, + 505, + 485 + ], + "lines": [ + { + "bbox": [ + 105, + 418, + 505, + 430 + ], + "spans": [ + { + "bbox": [ + 105, + 418, + 505, + 430 + ], + "score": 1.0, + "content": "Figure 7 shows the original and perturbed accuracies across classes for our best performing model", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 429, + 505, + 442 + ], + "spans": [ + { + "bbox": [ + 105, + 429, + 505, + 442 + ], + "score": 1.0, + "content": "(a fine-tuned ResNet-152). Although there are a few particularly difficult classes for perturbed", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 441, + 505, + 452 + ], + "spans": [ + { + "bbox": [ + 106, + 441, + 505, + 452 + ], + "score": 1.0, + "content": "accuracy (e.g., lion or monkey on ImageNet-Vid-Robust), the accuracy drop is spread across", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 450, + 505, + 464 + ], + "spans": [ + { + "bbox": [ + 105, + 450, + 409, + 464 + ], + "score": 1.0, + "content": "most classes. On ImageNet-Vid-Robust, this model saw a total drop of", + "type": "text" + }, + { + "bbox": [ + 410, + 451, + 437, + 462 + ], + "score": 0.88, + "content": "1 4 . 4 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 437, + 450, + 505, + 464 + ], + "score": 1.0, + "content": "between original", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 461, + 505, + 475 + ], + "spans": [ + { + "bbox": [ + 105, + 461, + 285, + 475 + ], + "score": 1.0, + "content": "and perturbed images and a median drop of", + "type": "text" + }, + { + "bbox": [ + 286, + 462, + 313, + 473 + ], + "score": 0.88, + "content": "1 4 . 0 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 313, + 461, + 505, + 475 + ], + "score": 1.0, + "content": "in per-class accuracy. On YTBB-Robust, the", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 473, + 317, + 485 + ], + "spans": [ + { + "bbox": [ + 105, + 473, + 165, + 485 + ], + "score": 1.0, + "content": "total drop was", + "type": "text" + }, + { + "bbox": [ + 165, + 473, + 188, + 484 + ], + "score": 0.87, + "content": "8 . 9 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 188, + 473, + 291, + 485 + ], + "score": 1.0, + "content": "and the median drop was", + "type": "text" + }, + { + "bbox": [ + 291, + 473, + 313, + 484 + ], + "score": 0.88, + "content": "6 . 7 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 313, + 473, + 317, + 485 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 27.5 + }, + { + "type": "title", + "bbox": [ + 106, + 499, + 482, + 525 + ], + "lines": [ + { + "bbox": [ + 105, + 497, + 482, + 512 + ], + "spans": [ + { + "bbox": [ + 105, + 497, + 482, + 512 + ], + "score": 1.0, + "content": "E PER-FRAME CONDITIONAL ROBUSTNESS METRIC INTRODUCED IN GU", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 124, + 511, + 201, + 527 + ], + "spans": [ + { + "bbox": [ + 124, + 511, + 201, + 527 + ], + "score": 1.0, + "content": "ET AL. (2019)", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 31.5 + }, + { + "type": "image", + "bbox": [ + 136, + 545, + 474, + 674 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 136, + 545, + 474, + 674 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 136, + 545, + 474, + 674 + ], + "spans": [ + { + "bbox": [ + 136, + 545, + 474, + 674 + ], + "score": 0.826, + "type": "image", + "image_path": "f195e130e1ed7f7e17d4566723b10a4c294967b869b1c196598e6b4a3fdc0427.jpg" + } + ] + } + ], + "index": 34, + "virtual_lines": [ + { + "bbox": [ + 136, + 545, + 474, + 588.0 + ], + "spans": [], + "index": 33 + }, + { + "bbox": [ + 136, + 588.0, + 474, + 631.0 + ], + "spans": [], + "index": 34 + }, + { + "bbox": [ + 136, + 631.0, + 474, + 674.0 + ], + "spans": [], + "index": 35 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 684, + 506, + 729 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 106, + 684, + 506, + 696 + ], + "spans": [ + { + "bbox": [ + 106, + 684, + 506, + 696 + ], + "score": 1.0, + "content": "Figure 8: Conditional robustness metric from Gu et al. (2019) on perturbed frames as a function of", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 696, + 506, + 707 + ], + "spans": [ + { + "bbox": [ + 105, + 696, + 506, + 707 + ], + "score": 1.0, + "content": "perturbation distance on ImageNet-Vid-Robust and YTBB-Robust. Model accuracies from", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 707, + 506, + 718 + ], + "spans": [ + { + "bbox": [ + 105, + 707, + 506, + 718 + ], + "score": 1.0, + "content": "five different model types and the best performing model are shown. The model architecture is", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 717, + 267, + 729 + ], + "spans": [ + { + "bbox": [ + 105, + 717, + 267, + 729 + ], + "score": 1.0, + "content": "ResNet-50 unless otherwise mentioned.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 37.5 + } + ], + "index": 35.75 + } + ], + "page_idx": 13, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2020", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 310, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 14, + "width": 13 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 188, + 80, + 421, + 340 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 188, + 80, + 421, + 340 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 188, + 80, + 421, + 340 + ], + "spans": [ + { + "bbox": [ + 188, + 80, + 421, + 340 + ], + "score": 0.974, + "type": "image", + "image_path": "6b8eca5801bdad58477c76ca5301b691cb302d1a0faade4664d14d0cc70e681e.jpg" + } + ] + } + ], + "index": 10, + "virtual_lines": [ + { + "bbox": [ + 188, + 80, + 421, + 92.38095238095238 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 188, + 92.38095238095238, + 421, + 104.76190476190476 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 188, + 104.76190476190476, + 421, + 117.14285714285714 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 188, + 117.14285714285714, + 421, + 129.52380952380952 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 188, + 129.52380952380952, + 421, + 141.9047619047619 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 188, + 141.9047619047619, + 421, + 154.28571428571428 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 188, + 154.28571428571428, + 421, + 166.66666666666666 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 188, + 166.66666666666666, + 421, + 179.04761904761904 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 188, + 179.04761904761904, + 421, + 191.42857142857142 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 188, + 191.42857142857142, + 421, + 203.8095238095238 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 188, + 203.8095238095238, + 421, + 216.19047619047618 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 188, + 216.19047619047618, + 421, + 228.57142857142856 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 188, + 228.57142857142856, + 421, + 240.95238095238093 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 188, + 240.95238095238093, + 421, + 253.33333333333331 + ], + "spans": [], + "index": 13 + }, + { + "bbox": [ + 188, + 253.33333333333331, + 421, + 265.7142857142857 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 188, + 265.7142857142857, + 421, + 278.09523809523813 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 188, + 278.09523809523813, + 421, + 290.47619047619054 + ], + "spans": [], + "index": 16 + }, + { + "bbox": [ + 188, + 290.47619047619054, + 421, + 302.85714285714295 + ], + "spans": [], + "index": 17 + }, + { + "bbox": [ + 188, + 302.85714285714295, + 421, + 315.23809523809535 + ], + "spans": [], + "index": 18 + }, + { + "bbox": [ + 188, + 315.23809523809535, + 421, + 327.61904761904776 + ], + "spans": [], + "index": 19 + }, + { + "bbox": [ + 188, + 327.61904761904776, + 421, + 340.00000000000017 + ], + "spans": [], + "index": 20 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 350, + 506, + 394 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 351, + 505, + 362 + ], + "spans": [ + { + "bbox": [ + 106, + 351, + 505, + 362 + ], + "score": 1.0, + "content": "Figure 7: Per-class accuracy statistics for our best performing classification model (fine-tuned", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 361, + 506, + 374 + ], + "spans": [ + { + "bbox": [ + 105, + 361, + 506, + 374 + ], + "score": 1.0, + "content": "ResNet152) on ImageNet-Vid-Robust and YTBB-Robust. For Youtube-BB, note that ‘zebra’", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 372, + 505, + 384 + ], + "spans": [ + { + "bbox": [ + 105, + 372, + 505, + 384 + ], + "score": 1.0, + "content": "is the least common label, present in only 24 anchor frames sampled by Gu et al. (2019), of which 4", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 383, + 217, + 395 + ], + "spans": [ + { + "bbox": [ + 105, + 383, + 217, + 395 + ], + "score": 1.0, + "content": "are included in our dataset.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 22.5 + } + ], + "index": 16.25 + }, + { + "type": "text", + "bbox": [ + 106, + 418, + 505, + 485 + ], + "lines": [ + { + "bbox": [ + 105, + 418, + 505, + 430 + ], + "spans": [ + { + "bbox": [ + 105, + 418, + 505, + 430 + ], + "score": 1.0, + "content": "Figure 7 shows the original and perturbed accuracies across classes for our best performing model", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 429, + 505, + 442 + ], + "spans": [ + { + "bbox": [ + 105, + 429, + 505, + 442 + ], + "score": 1.0, + "content": "(a fine-tuned ResNet-152). Although there are a few particularly difficult classes for perturbed", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 441, + 505, + 452 + ], + "spans": [ + { + "bbox": [ + 106, + 441, + 505, + 452 + ], + "score": 1.0, + "content": "accuracy (e.g., lion or monkey on ImageNet-Vid-Robust), the accuracy drop is spread across", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 450, + 505, + 464 + ], + "spans": [ + { + "bbox": [ + 105, + 450, + 409, + 464 + ], + "score": 1.0, + "content": "most classes. On ImageNet-Vid-Robust, this model saw a total drop of", + "type": "text" + }, + { + "bbox": [ + 410, + 451, + 437, + 462 + ], + "score": 0.88, + "content": "1 4 . 4 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 437, + 450, + 505, + 464 + ], + "score": 1.0, + "content": "between original", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 461, + 505, + 475 + ], + "spans": [ + { + "bbox": [ + 105, + 461, + 285, + 475 + ], + "score": 1.0, + "content": "and perturbed images and a median drop of", + "type": "text" + }, + { + "bbox": [ + 286, + 462, + 313, + 473 + ], + "score": 0.88, + "content": "1 4 . 0 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 313, + 461, + 505, + 475 + ], + "score": 1.0, + "content": "in per-class accuracy. On YTBB-Robust, the", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 473, + 317, + 485 + ], + "spans": [ + { + "bbox": [ + 105, + 473, + 165, + 485 + ], + "score": 1.0, + "content": "total drop was", + "type": "text" + }, + { + "bbox": [ + 165, + 473, + 188, + 484 + ], + "score": 0.87, + "content": "8 . 9 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 188, + 473, + 291, + 485 + ], + "score": 1.0, + "content": "and the median drop was", + "type": "text" + }, + { + "bbox": [ + 291, + 473, + 313, + 484 + ], + "score": 0.88, + "content": "6 . 7 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 313, + 473, + 317, + 485 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 27.5, + "bbox_fs": [ + 105, + 418, + 505, + 485 + ] + }, + { + "type": "title", + "bbox": [ + 106, + 499, + 482, + 525 + ], + "lines": [ + { + "bbox": [ + 105, + 497, + 482, + 512 + ], + "spans": [ + { + "bbox": [ + 105, + 497, + 482, + 512 + ], + "score": 1.0, + "content": "E PER-FRAME CONDITIONAL ROBUSTNESS METRIC INTRODUCED IN GU", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 124, + 511, + 201, + 527 + ], + "spans": [ + { + "bbox": [ + 124, + 511, + 201, + 527 + ], + "score": 1.0, + "content": "ET AL. (2019)", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 31.5 + }, + { + "type": "image", + "bbox": [ + 136, + 545, + 474, + 674 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 136, + 545, + 474, + 674 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 136, + 545, + 474, + 674 + ], + "spans": [ + { + "bbox": [ + 136, + 545, + 474, + 674 + ], + "score": 0.826, + "type": "image", + "image_path": "f195e130e1ed7f7e17d4566723b10a4c294967b869b1c196598e6b4a3fdc0427.jpg" + } + ] + } + ], + "index": 34, + "virtual_lines": [ + { + "bbox": [ + 136, + 545, + 474, + 588.0 + ], + "spans": [], + "index": 33 + }, + { + "bbox": [ + 136, + 588.0, + 474, + 631.0 + ], + "spans": [], + "index": 34 + }, + { + "bbox": [ + 136, + 631.0, + 474, + 674.0 + ], + "spans": [], + "index": 35 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 684, + 506, + 729 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 106, + 684, + 506, + 696 + ], + "spans": [ + { + "bbox": [ + 106, + 684, + 506, + 696 + ], + "score": 1.0, + "content": "Figure 8: Conditional robustness metric from Gu et al. (2019) on perturbed frames as a function of", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 696, + 506, + 707 + ], + "spans": [ + { + "bbox": [ + 105, + 696, + 506, + 707 + ], + "score": 1.0, + "content": "perturbation distance on ImageNet-Vid-Robust and YTBB-Robust. Model accuracies from", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 707, + 506, + 718 + ], + "spans": [ + { + "bbox": [ + 105, + 707, + 506, + 718 + ], + "score": 1.0, + "content": "five different model types and the best performing model are shown. The model architecture is", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 717, + 267, + 729 + ], + "spans": [ + { + "bbox": [ + 105, + 717, + 267, + 729 + ], + "score": 1.0, + "content": "ResNet-50 unless otherwise mentioned.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 37.5 + } + ], + "index": 35.75 + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 115 + ], + "lines": [ + { + "bbox": [ + 105, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "In concurrent work, the authors of Gu et al. (2019) considered a different metric of robustness. In", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 94, + 505, + 105 + ], + "spans": [ + { + "bbox": [ + 106, + 94, + 470, + 105 + ], + "score": 1.0, + "content": "this section, we compute this metric on all models in our test bed to compare our findings to", + "type": "text" + }, + { + "bbox": [ + 470, + 94, + 484, + 104 + ], + "score": 0.34, + "content": "\\mathrm { G u }", + "type": "inline_equation" + }, + { + "bbox": [ + 485, + 94, + 505, + 105 + ], + "score": 1.0, + "content": "et al.", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 105, + 506, + 116 + ], + "spans": [ + { + "bbox": [ + 106, + 105, + 317, + 116 + ], + "score": 1.0, + "content": "(2019). There are two main differences between PM-", + "type": "text" + }, + { + "bbox": [ + 318, + 105, + 324, + 114 + ], + "score": 0.41, + "content": "\\mathbf { \\nabla } \\cdot \\mathbf { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 325, + 105, + 506, + 116 + ], + "score": 1.0, + "content": "and the robustness metric in Gu et al. (2019).", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1 + }, + { + "type": "text", + "bbox": [ + 129, + 117, + 506, + 173 + ], + "lines": [ + { + "bbox": [ + 129, + 116, + 505, + 129 + ], + "spans": [ + { + "bbox": [ + 129, + 116, + 315, + 129 + ], + "score": 1.0, + "content": "1. For two visually similar “neighbor” frames", + "type": "text" + }, + { + "bbox": [ + 315, + 117, + 325, + 128 + ], + "score": 0.87, + "content": "I _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 326, + 116, + 343, + 129 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 343, + 117, + 353, + 128 + ], + "score": 0.87, + "content": "I _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 354, + 116, + 414, + 129 + ], + "score": 1.0, + "content": "with true label", + "type": "text" + }, + { + "bbox": [ + 415, + 117, + 424, + 127 + ], + "score": 0.77, + "content": "Y", + "type": "inline_equation" + }, + { + "bbox": [ + 424, + 116, + 479, + 129 + ], + "score": 1.0, + "content": "and classifier", + "type": "text" + }, + { + "bbox": [ + 480, + 117, + 487, + 129 + ], + "score": 0.8, + "content": "f", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 116, + 505, + 129 + ], + "score": 1.0, + "content": ", Gu", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 141, + 127, + 433, + 141 + ], + "spans": [ + { + "bbox": [ + 141, + 127, + 331, + 141 + ], + "score": 1.0, + "content": "et al. (2019) studies the conditional probability", + "type": "text" + }, + { + "bbox": [ + 332, + 128, + 433, + 140 + ], + "score": 0.9, + "content": "P ( f ( I _ { 1 } ) = y | f ( I _ { 0 } ) = y )", + "type": "inline_equation" + } + ], + "index": 4 + }, + { + "bbox": [ + 128, + 139, + 506, + 153 + ], + "spans": [ + { + "bbox": [ + 128, + 139, + 443, + 153 + ], + "score": 1.0, + "content": "2. While PM-k looks for errors in all neighbor frames in a neighborhood of", + "type": "text" + }, + { + "bbox": [ + 443, + 141, + 450, + 150 + ], + "score": 0.81, + "content": "k", + "type": "inline_equation" + }, + { + "bbox": [ + 450, + 139, + 506, + 153 + ], + "score": 1.0, + "content": "frames away", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 141, + 151, + 507, + 164 + ], + "spans": [ + { + "bbox": [ + 141, + 151, + 361, + 164 + ], + "score": 1.0, + "content": "from the anchor frame (so this would include frames", + "type": "text" + }, + { + "bbox": [ + 362, + 151, + 407, + 163 + ], + "score": 0.38, + "content": "1 , 2 , \\ldots , \\mathbf { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 407, + 151, + 507, + 164 + ], + "score": 1.0, + "content": "frames away), Gu et al.", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 141, + 161, + 374, + 175 + ], + "spans": [ + { + "bbox": [ + 141, + 161, + 311, + 175 + ], + "score": 1.0, + "content": "(2019) only considers errors from exactly", + "type": "text" + }, + { + "bbox": [ + 311, + 163, + 318, + 172 + ], + "score": 0.4, + "content": "\\mathbf { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 318, + 161, + 374, + 175 + ], + "score": 1.0, + "content": "frames away.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 5 + }, + { + "type": "text", + "bbox": [ + 106, + 174, + 503, + 197 + ], + "lines": [ + { + "bbox": [ + 106, + 174, + 505, + 187 + ], + "spans": [ + { + "bbox": [ + 106, + 174, + 505, + 187 + ], + "score": 1.0, + "content": "In Fig. 9 we illustrate simple example where two videos can have the same behavior for the metric", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 186, + 444, + 197 + ], + "spans": [ + { + "bbox": [ + 106, + 186, + 444, + 197 + ], + "score": 1.0, + "content": "introduced by Gu et al. (2019) but drastically different behavior for the PM-kmetric.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8.5 + }, + { + "type": "image", + "bbox": [ + 195, + 208, + 416, + 340 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 195, + 208, + 416, + 340 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 195, + 208, + 416, + 340 + ], + "spans": [ + { + "bbox": [ + 195, + 208, + 416, + 340 + ], + "score": 0.966, + "type": "image", + "image_path": "b99b31eb80549a2ce5a146b9991ebb1a16332cc9fc396d70797ec3cc6548214e.jpg" + } + ] + } + ], + "index": 14.5, + "virtual_lines": [ + { + "bbox": [ + 195, + 208, + 416, + 221.2 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 195, + 221.2, + 416, + 234.39999999999998 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 195, + 234.39999999999998, + 416, + 247.59999999999997 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 195, + 247.59999999999997, + 416, + 260.79999999999995 + ], + "spans": [], + "index": 13 + }, + { + "bbox": [ + 195, + 260.79999999999995, + 416, + 273.99999999999994 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 195, + 273.99999999999994, + 416, + 287.19999999999993 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 195, + 287.19999999999993, + 416, + 300.3999999999999 + ], + "spans": [], + "index": 16 + }, + { + "bbox": [ + 195, + 300.3999999999999, + 416, + 313.5999999999999 + ], + "spans": [], + "index": 17 + }, + { + "bbox": [ + 195, + 313.5999999999999, + 416, + 326.7999999999999 + ], + "spans": [], + "index": 18 + }, + { + "bbox": [ + 195, + 326.7999999999999, + 416, + 339.9999999999999 + ], + "spans": [], + "index": 19 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 348, + 505, + 383 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 349, + 505, + 361 + ], + "spans": [ + { + "bbox": [ + 106, + 349, + 482, + 361 + ], + "score": 1.0, + "content": "Figure 9: For the two example videos above the score from Gu et al. (2019) metric (Accuracy", + "type": "text" + }, + { + "bbox": [ + 482, + 349, + 502, + 359 + ], + "score": 0.43, + "content": "\\ @ \\mathrm { ~ K ~ }", + "type": "inline_equation" + }, + { + "bbox": [ + 502, + 349, + 505, + 361 + ], + "score": 1.0, + "content": ")", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 358, + 506, + 372 + ], + "spans": [ + { + "bbox": [ + 105, + 358, + 202, + 372 + ], + "score": 1.0, + "content": "is identical, but the PM-", + "type": "text" + }, + { + "bbox": [ + 203, + 360, + 209, + 370 + ], + "score": 0.41, + "content": "\\mathbf { \\nabla } \\cdot \\mathbf { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 210, + 358, + 506, + 372 + ], + "score": 1.0, + "content": "metric behaves substantially differently when the errors are spread across", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 371, + 334, + 383 + ], + "spans": [ + { + "bbox": [ + 106, + 371, + 334, + 383 + ], + "score": 1.0, + "content": "many independent videos, as shown in the right example", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 21 + } + ], + "index": 17.75 + }, + { + "type": "title", + "bbox": [ + 107, + 407, + 307, + 421 + ], + "lines": [ + { + "bbox": [ + 105, + 407, + 308, + 424 + ], + "spans": [ + { + "bbox": [ + 105, + 407, + 125, + 424 + ], + "score": 1.0, + "content": "F", + "type": "text" + }, + { + "bbox": [ + 126, + 408, + 141, + 421 + ], + "score": 0.88, + "content": "\\ell _ { \\infty }", + "type": "inline_equation" + }, + { + "bbox": [ + 141, + 407, + 308, + 424 + ], + "score": 1.0, + "content": "DISTANCE VS PM-K ACCURACY", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 23 + }, + { + "type": "text", + "bbox": [ + 106, + 429, + 506, + 486 + ], + "lines": [ + { + "bbox": [ + 106, + 430, + 505, + 442 + ], + "spans": [ + { + "bbox": [ + 106, + 430, + 120, + 441 + ], + "score": 0.89, + "content": "\\ell _ { \\infty }", + "type": "inline_equation" + }, + { + "bbox": [ + 120, + 430, + 505, + 442 + ], + "score": 1.0, + "content": "adversarial examples are well studied in the robustness community, yet the connection between", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 441, + 504, + 453 + ], + "spans": [ + { + "bbox": [ + 106, + 442, + 120, + 452 + ], + "score": 0.88, + "content": "\\ell _ { \\infty }", + "type": "inline_equation" + }, + { + "bbox": [ + 120, + 441, + 504, + 453 + ], + "score": 1.0, + "content": "and other forms of more “natural” robustness is unclear. Here, we plot the cumulative distribution", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 451, + 505, + 464 + ], + "spans": [ + { + "bbox": [ + 105, + 451, + 132, + 464 + ], + "score": 1.0, + "content": "of the", + "type": "text" + }, + { + "bbox": [ + 132, + 452, + 146, + 463 + ], + "score": 0.9, + "content": "\\ell _ { \\infty }", + "type": "inline_equation" + }, + { + "bbox": [ + 146, + 451, + 505, + 464 + ], + "score": 1.0, + "content": "distance between pairs of nearby frames in our datasets. In Figure 10, we show the CDF", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 462, + 506, + 476 + ], + "spans": [ + { + "bbox": [ + 105, + 462, + 117, + 476 + ], + "score": 1.0, + "content": "of", + "type": "text" + }, + { + "bbox": [ + 117, + 464, + 131, + 474 + ], + "score": 0.89, + "content": "\\ell _ { \\infty }", + "type": "inline_equation" + }, + { + "bbox": [ + 131, + 462, + 506, + 476 + ], + "score": 1.0, + "content": "distance for all pairs, all reviewed pairs, and mistakes made by 3 indicative models. Note the", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 473, + 396, + 486 + ], + "spans": [ + { + "bbox": [ + 106, + 473, + 330, + 486 + ], + "score": 1.0, + "content": "fbrobust model is trained specifically to be robust to", + "type": "text" + }, + { + "bbox": [ + 331, + 474, + 345, + 485 + ], + "score": 0.9, + "content": "\\ell _ { \\infty }", + "type": "inline_equation" + }, + { + "bbox": [ + 345, + 473, + 396, + 486 + ], + "score": 1.0, + "content": "adversaries.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 26 + }, + { + "type": "image", + "bbox": [ + 127, + 521, + 466, + 695 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 127, + 521, + 466, + 695 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 127, + 521, + 466, + 695 + ], + "spans": [ + { + "bbox": [ + 127, + 521, + 466, + 695 + ], + "score": 0.969, + "type": "image", + "image_path": "a0fe913f4c1ab1426c7cfed965e1735fc0300673b84d41a7d2d5c94cdc30c67e.jpg" + } + ] + } + ], + "index": 30, + "virtual_lines": [ + { + "bbox": [ + 127, + 521, + 466, + 579.0 + ], + "spans": [], + "index": 29 + }, + { + "bbox": [ + 127, + 579.0, + 466, + 637.0 + ], + "spans": [], + "index": 30 + }, + { + "bbox": [ + 127, + 637.0, + 466, + 695.0 + ], + "spans": [], + "index": 31 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 115, + 705, + 493, + 717 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 115, + 704, + 495, + 719 + ], + "spans": [ + { + "bbox": [ + 115, + 704, + 233, + 719 + ], + "score": 1.0, + "content": "Figure 10: CDF showing the", + "type": "text" + }, + { + "bbox": [ + 234, + 705, + 247, + 716 + ], + "score": 0.89, + "content": "\\ell _ { \\infty }", + "type": "inline_equation" + }, + { + "bbox": [ + 248, + 704, + 495, + 719 + ], + "score": 1.0, + "content": "distance between pairs of frames from different distributions.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 32 + } + ], + "index": 31.0 + } + ], + "page_idx": 14, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2020", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 310, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 14, + "width": 13 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 115 + ], + "lines": [ + { + "bbox": [ + 105, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "In concurrent work, the authors of Gu et al. (2019) considered a different metric of robustness. In", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 94, + 505, + 105 + ], + "spans": [ + { + "bbox": [ + 106, + 94, + 470, + 105 + ], + "score": 1.0, + "content": "this section, we compute this metric on all models in our test bed to compare our findings to", + "type": "text" + }, + { + "bbox": [ + 470, + 94, + 484, + 104 + ], + "score": 0.34, + "content": "\\mathrm { G u }", + "type": "inline_equation" + }, + { + "bbox": [ + 485, + 94, + 505, + 105 + ], + "score": 1.0, + "content": "et al.", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 105, + 506, + 116 + ], + "spans": [ + { + "bbox": [ + 106, + 105, + 317, + 116 + ], + "score": 1.0, + "content": "(2019). There are two main differences between PM-", + "type": "text" + }, + { + "bbox": [ + 318, + 105, + 324, + 114 + ], + "score": 0.41, + "content": "\\mathbf { \\nabla } \\cdot \\mathbf { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 325, + 105, + 506, + 116 + ], + "score": 1.0, + "content": "and the robustness metric in Gu et al. (2019).", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1, + "bbox_fs": [ + 105, + 82, + 506, + 116 + ] + }, + { + "type": "text", + "bbox": [ + 129, + 117, + 506, + 173 + ], + "lines": [ + { + "bbox": [ + 129, + 116, + 505, + 129 + ], + "spans": [ + { + "bbox": [ + 129, + 116, + 315, + 129 + ], + "score": 1.0, + "content": "1. For two visually similar “neighbor” frames", + "type": "text" + }, + { + "bbox": [ + 315, + 117, + 325, + 128 + ], + "score": 0.87, + "content": "I _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 326, + 116, + 343, + 129 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 343, + 117, + 353, + 128 + ], + "score": 0.87, + "content": "I _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 354, + 116, + 414, + 129 + ], + "score": 1.0, + "content": "with true label", + "type": "text" + }, + { + "bbox": [ + 415, + 117, + 424, + 127 + ], + "score": 0.77, + "content": "Y", + "type": "inline_equation" + }, + { + "bbox": [ + 424, + 116, + 479, + 129 + ], + "score": 1.0, + "content": "and classifier", + "type": "text" + }, + { + "bbox": [ + 480, + 117, + 487, + 129 + ], + "score": 0.8, + "content": "f", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 116, + 505, + 129 + ], + "score": 1.0, + "content": ", Gu", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 141, + 127, + 433, + 141 + ], + "spans": [ + { + "bbox": [ + 141, + 127, + 331, + 141 + ], + "score": 1.0, + "content": "et al. (2019) studies the conditional probability", + "type": "text" + }, + { + "bbox": [ + 332, + 128, + 433, + 140 + ], + "score": 0.9, + "content": "P ( f ( I _ { 1 } ) = y | f ( I _ { 0 } ) = y )", + "type": "inline_equation" + } + ], + "index": 4 + }, + { + "bbox": [ + 128, + 139, + 506, + 153 + ], + "spans": [ + { + "bbox": [ + 128, + 139, + 443, + 153 + ], + "score": 1.0, + "content": "2. While PM-k looks for errors in all neighbor frames in a neighborhood of", + "type": "text" + }, + { + "bbox": [ + 443, + 141, + 450, + 150 + ], + "score": 0.81, + "content": "k", + "type": "inline_equation" + }, + { + "bbox": [ + 450, + 139, + 506, + 153 + ], + "score": 1.0, + "content": "frames away", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 141, + 151, + 507, + 164 + ], + "spans": [ + { + "bbox": [ + 141, + 151, + 361, + 164 + ], + "score": 1.0, + "content": "from the anchor frame (so this would include frames", + "type": "text" + }, + { + "bbox": [ + 362, + 151, + 407, + 163 + ], + "score": 0.38, + "content": "1 , 2 , \\ldots , \\mathbf { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 407, + 151, + 507, + 164 + ], + "score": 1.0, + "content": "frames away), Gu et al.", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 141, + 161, + 374, + 175 + ], + "spans": [ + { + "bbox": [ + 141, + 161, + 311, + 175 + ], + "score": 1.0, + "content": "(2019) only considers errors from exactly", + "type": "text" + }, + { + "bbox": [ + 311, + 163, + 318, + 172 + ], + "score": 0.4, + "content": "\\mathbf { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 318, + 161, + 374, + 175 + ], + "score": 1.0, + "content": "frames away.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 5, + "bbox_fs": [ + 128, + 116, + 507, + 175 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 174, + 503, + 197 + ], + "lines": [ + { + "bbox": [ + 106, + 174, + 505, + 187 + ], + "spans": [ + { + "bbox": [ + 106, + 174, + 505, + 187 + ], + "score": 1.0, + "content": "In Fig. 9 we illustrate simple example where two videos can have the same behavior for the metric", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 186, + 444, + 197 + ], + "spans": [ + { + "bbox": [ + 106, + 186, + 444, + 197 + ], + "score": 1.0, + "content": "introduced by Gu et al. (2019) but drastically different behavior for the PM-kmetric.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8.5, + "bbox_fs": [ + 106, + 174, + 505, + 197 + ] + }, + { + "type": "image", + "bbox": [ + 195, + 208, + 416, + 340 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 195, + 208, + 416, + 340 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 195, + 208, + 416, + 340 + ], + "spans": [ + { + "bbox": [ + 195, + 208, + 416, + 340 + ], + "score": 0.966, + "type": "image", + "image_path": "b99b31eb80549a2ce5a146b9991ebb1a16332cc9fc396d70797ec3cc6548214e.jpg" + } + ] + } + ], + "index": 14.5, + "virtual_lines": [ + { + "bbox": [ + 195, + 208, + 416, + 221.2 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 195, + 221.2, + 416, + 234.39999999999998 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 195, + 234.39999999999998, + 416, + 247.59999999999997 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 195, + 247.59999999999997, + 416, + 260.79999999999995 + ], + "spans": [], + "index": 13 + }, + { + "bbox": [ + 195, + 260.79999999999995, + 416, + 273.99999999999994 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 195, + 273.99999999999994, + 416, + 287.19999999999993 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 195, + 287.19999999999993, + 416, + 300.3999999999999 + ], + "spans": [], + "index": 16 + }, + { + "bbox": [ + 195, + 300.3999999999999, + 416, + 313.5999999999999 + ], + "spans": [], + "index": 17 + }, + { + "bbox": [ + 195, + 313.5999999999999, + 416, + 326.7999999999999 + ], + "spans": [], + "index": 18 + }, + { + "bbox": [ + 195, + 326.7999999999999, + 416, + 339.9999999999999 + ], + "spans": [], + "index": 19 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 348, + 505, + 383 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 349, + 505, + 361 + ], + "spans": [ + { + "bbox": [ + 106, + 349, + 482, + 361 + ], + "score": 1.0, + "content": "Figure 9: For the two example videos above the score from Gu et al. (2019) metric (Accuracy", + "type": "text" + }, + { + "bbox": [ + 482, + 349, + 502, + 359 + ], + "score": 0.43, + "content": "\\ @ \\mathrm { ~ K ~ }", + "type": "inline_equation" + }, + { + "bbox": [ + 502, + 349, + 505, + 361 + ], + "score": 1.0, + "content": ")", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 358, + 506, + 372 + ], + "spans": [ + { + "bbox": [ + 105, + 358, + 202, + 372 + ], + "score": 1.0, + "content": "is identical, but the PM-", + "type": "text" + }, + { + "bbox": [ + 203, + 360, + 209, + 370 + ], + "score": 0.41, + "content": "\\mathbf { \\nabla } \\cdot \\mathbf { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 210, + 358, + 506, + 372 + ], + "score": 1.0, + "content": "metric behaves substantially differently when the errors are spread across", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 371, + 334, + 383 + ], + "spans": [ + { + "bbox": [ + 106, + 371, + 334, + 383 + ], + "score": 1.0, + "content": "many independent videos, as shown in the right example", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 21 + } + ], + "index": 17.75 + }, + { + "type": "title", + "bbox": [ + 107, + 407, + 307, + 421 + ], + "lines": [ + { + "bbox": [ + 105, + 407, + 308, + 424 + ], + "spans": [ + { + "bbox": [ + 105, + 407, + 125, + 424 + ], + "score": 1.0, + "content": "F", + "type": "text" + }, + { + "bbox": [ + 126, + 408, + 141, + 421 + ], + "score": 0.88, + "content": "\\ell _ { \\infty }", + "type": "inline_equation" + }, + { + "bbox": [ + 141, + 407, + 308, + 424 + ], + "score": 1.0, + "content": "DISTANCE VS PM-K ACCURACY", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 23 + }, + { + "type": "text", + "bbox": [ + 106, + 429, + 506, + 486 + ], + "lines": [ + { + "bbox": [ + 106, + 430, + 505, + 442 + ], + "spans": [ + { + "bbox": [ + 106, + 430, + 120, + 441 + ], + "score": 0.89, + "content": "\\ell _ { \\infty }", + "type": "inline_equation" + }, + { + "bbox": [ + 120, + 430, + 505, + 442 + ], + "score": 1.0, + "content": "adversarial examples are well studied in the robustness community, yet the connection between", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 441, + 504, + 453 + ], + "spans": [ + { + "bbox": [ + 106, + 442, + 120, + 452 + ], + "score": 0.88, + "content": "\\ell _ { \\infty }", + "type": "inline_equation" + }, + { + "bbox": [ + 120, + 441, + 504, + 453 + ], + "score": 1.0, + "content": "and other forms of more “natural” robustness is unclear. Here, we plot the cumulative distribution", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 451, + 505, + 464 + ], + "spans": [ + { + "bbox": [ + 105, + 451, + 132, + 464 + ], + "score": 1.0, + "content": "of the", + "type": "text" + }, + { + "bbox": [ + 132, + 452, + 146, + 463 + ], + "score": 0.9, + "content": "\\ell _ { \\infty }", + "type": "inline_equation" + }, + { + "bbox": [ + 146, + 451, + 505, + 464 + ], + "score": 1.0, + "content": "distance between pairs of nearby frames in our datasets. In Figure 10, we show the CDF", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 462, + 506, + 476 + ], + "spans": [ + { + "bbox": [ + 105, + 462, + 117, + 476 + ], + "score": 1.0, + "content": "of", + "type": "text" + }, + { + "bbox": [ + 117, + 464, + 131, + 474 + ], + "score": 0.89, + "content": "\\ell _ { \\infty }", + "type": "inline_equation" + }, + { + "bbox": [ + 131, + 462, + 506, + 476 + ], + "score": 1.0, + "content": "distance for all pairs, all reviewed pairs, and mistakes made by 3 indicative models. Note the", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 473, + 396, + 486 + ], + "spans": [ + { + "bbox": [ + 106, + 473, + 330, + 486 + ], + "score": 1.0, + "content": "fbrobust model is trained specifically to be robust to", + "type": "text" + }, + { + "bbox": [ + 331, + 474, + 345, + 485 + ], + "score": 0.9, + "content": "\\ell _ { \\infty }", + "type": "inline_equation" + }, + { + "bbox": [ + 345, + 473, + 396, + 486 + ], + "score": 1.0, + "content": "adversaries.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 26, + "bbox_fs": [ + 105, + 430, + 506, + 486 + ] + }, + { + "type": "image", + "bbox": [ + 127, + 521, + 466, + 695 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 127, + 521, + 466, + 695 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 127, + 521, + 466, + 695 + ], + "spans": [ + { + "bbox": [ + 127, + 521, + 466, + 695 + ], + "score": 0.969, + "type": "image", + "image_path": "a0fe913f4c1ab1426c7cfed965e1735fc0300673b84d41a7d2d5c94cdc30c67e.jpg" + } + ] + } + ], + "index": 30, + "virtual_lines": [ + { + "bbox": [ + 127, + 521, + 466, + 579.0 + ], + "spans": [], + "index": 29 + }, + { + "bbox": [ + 127, + 579.0, + 466, + 637.0 + ], + "spans": [], + "index": 30 + }, + { + "bbox": [ + 127, + 637.0, + 466, + 695.0 + ], + "spans": [], + "index": 31 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 115, + 705, + 493, + 717 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 115, + 704, + 495, + 719 + ], + "spans": [ + { + "bbox": [ + 115, + 704, + 233, + 719 + ], + "score": 1.0, + "content": "Figure 10: CDF showing the", + "type": "text" + }, + { + "bbox": [ + 234, + 705, + 247, + 716 + ], + "score": 0.89, + "content": "\\ell _ { \\infty }", + "type": "inline_equation" + }, + { + "bbox": [ + 248, + 704, + 495, + 719 + ], + "score": 1.0, + "content": "distance between pairs of frames from different distributions.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 32 + } + ], + "index": 31.0 + } + ] + }, + { + "preproc_blocks": [ + { + "type": "table", + "bbox": [ + 146, + 101, + 464, + 160 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 105, + 80, + 504, + 92 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 78, + 505, + 94 + ], + "spans": [ + { + "bbox": [ + 105, + 78, + 505, + 94 + ], + "score": 1.0, + "content": "Table 7: Analyzing results based on frame-type in video compression. See Appendix H.1 for details.", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "table_body", + "bbox": [ + 146, + 101, + 464, + 160 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 146, + 101, + 464, + 160 + ], + "spans": [ + { + "bbox": [ + 146, + 101, + 464, + 160 + ], + "score": 0.973, + "html": "
Original Acc.Perturbed Acc.A# anchor frames
All frames84.870.214.61109
w/o‘i-frames'84.770.314.41104
w/o ‘ ‘p-frames'83.973.710.2415
w/o ‘b-frames'85.473.212.2699
", + "type": "table", + "image_path": "dc001f6504cb8ba8ecb38ec5058a40487889afcae74aaf9decb9f0fee8c9d1c5.jpg" + } + ] + } + ], + "index": 2, + "virtual_lines": [ + { + "bbox": [ + 146, + 101, + 464, + 120.66666666666667 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 146, + 120.66666666666667, + 464, + 140.33333333333334 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 146, + 140.33333333333334, + 464, + 160.0 + ], + "spans": [], + "index": 3 + } + ] + } + ], + "index": 1.0 + }, + { + "type": "title", + "bbox": [ + 107, + 185, + 312, + 198 + ], + "lines": [ + { + "bbox": [ + 105, + 183, + 313, + 200 + ], + "spans": [ + { + "bbox": [ + 105, + 183, + 313, + 200 + ], + "score": 1.0, + "content": "G PM-K ACCURACY WITH VARYING K", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 108, + 210, + 248, + 221 + ], + "lines": [ + { + "bbox": [ + 106, + 209, + 248, + 221 + ], + "spans": [ + { + "bbox": [ + 106, + 209, + 248, + 221 + ], + "score": 1.0, + "content": "G.1 IM A G ENE T-VI D-RO B U S T", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5 + }, + { + "type": "image", + "bbox": [ + 109, + 246, + 500, + 365 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 109, + 246, + 500, + 365 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 109, + 246, + 500, + 365 + ], + "spans": [ + { + "bbox": [ + 109, + 246, + 500, + 365 + ], + "score": 0.968, + "type": "image", + "image_path": "0a7c0a40f3c57359697c692f8bfed11ac08b2e1dba5ef16c54b85cea53126b9e.jpg" + } + ] + } + ], + "index": 7, + "virtual_lines": [ + { + "bbox": [ + 109, + 246, + 500, + 285.6666666666667 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 109, + 285.6666666666667, + 500, + 325.33333333333337 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 109, + 325.33333333333337, + 500, + 365.00000000000006 + ], + "spans": [], + "index": 8 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 375, + 505, + 420 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 375, + 505, + 388 + ], + "spans": [ + { + "bbox": [ + 105, + 375, + 505, + 388 + ], + "score": 1.0, + "content": "Figure 11: Model classification accuracy on perturbed frames as a function of perturbation distance", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 387, + 505, + 399 + ], + "spans": [ + { + "bbox": [ + 106, + 387, + 160, + 399 + ], + "score": 1.0, + "content": "(shown with", + "type": "text" + }, + { + "bbox": [ + 161, + 387, + 181, + 398 + ], + "score": 0.86, + "content": "9 5 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 182, + 387, + 505, + 399 + ], + "score": 1.0, + "content": "Clopper-Pearson confidence intervals). Model accuracies from five different", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 398, + 505, + 410 + ], + "spans": [ + { + "bbox": [ + 106, + 398, + 505, + 410 + ], + "score": 1.0, + "content": "model types and the best performing model are shown. The model architecture is ResNet-50 unless", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 410, + 194, + 420 + ], + "spans": [ + { + "bbox": [ + 106, + 410, + 194, + 420 + ], + "score": 1.0, + "content": "otherwise mentioned.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 10.5 + } + ], + "index": 8.75 + }, + { + "type": "text", + "bbox": [ + 107, + 441, + 505, + 474 + ], + "lines": [ + { + "bbox": [ + 105, + 441, + 505, + 454 + ], + "spans": [ + { + "bbox": [ + 105, + 441, + 299, + 454 + ], + "score": 1.0, + "content": "In Figure 11, we plot the relationship between", + "type": "text" + }, + { + "bbox": [ + 299, + 443, + 326, + 453 + ], + "score": 0.88, + "content": "\\mathrm { a c c } _ { \\mathrm { p m k } }", + "type": "inline_equation" + }, + { + "bbox": [ + 327, + 441, + 470, + 454 + ], + "score": 1.0, + "content": "and perturbation distance (i.e., the", + "type": "text" + }, + { + "bbox": [ + 470, + 442, + 478, + 451 + ], + "score": 0.54, + "content": "\\mathrm { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 478, + 441, + 505, + 454 + ], + "score": 1.0, + "content": "in the", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 452, + 506, + 464 + ], + "spans": [ + { + "bbox": [ + 106, + 453, + 132, + 464 + ], + "score": 0.77, + "content": "\\mathrm { p m - k }", + "type": "inline_equation" + }, + { + "bbox": [ + 132, + 452, + 215, + 464 + ], + "score": 1.0, + "content": "metric). The entire", + "type": "text" + }, + { + "bbox": [ + 216, + 453, + 222, + 462 + ], + "score": 0.56, + "content": "\\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 223, + 452, + 506, + 464 + ], + "score": 1.0, + "content": "-axis in Figure 11 corresponds to a temporal distance of at most 0.3", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 462, + 315, + 476 + ], + "spans": [ + { + "bbox": [ + 105, + 462, + 315, + 476 + ], + "score": 1.0, + "content": "seconds between the original and perturbed frames.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14 + }, + { + "type": "title", + "bbox": [ + 108, + 492, + 263, + 505 + ], + "lines": [ + { + "bbox": [ + 105, + 491, + 264, + 507 + ], + "spans": [ + { + "bbox": [ + 105, + 491, + 264, + 507 + ], + "score": 1.0, + "content": "H I-FRAMES AND P-FRAMES", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16 + }, + { + "type": "title", + "bbox": [ + 108, + 518, + 248, + 528 + ], + "lines": [ + { + "bbox": [ + 106, + 516, + 248, + 529 + ], + "spans": [ + { + "bbox": [ + 106, + 516, + 248, + 529 + ], + "score": 1.0, + "content": "H.1 IM A G ENE T-VI D-RO B U S T", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17 + }, + { + "type": "text", + "bbox": [ + 107, + 536, + 505, + 591 + ], + "lines": [ + { + "bbox": [ + 105, + 535, + 505, + 549 + ], + "spans": [ + { + "bbox": [ + 105, + 535, + 505, + 549 + ], + "score": 1.0, + "content": "One possible concern with analyzing performance on video frames is the impact of video compression", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 547, + 505, + 559 + ], + "spans": [ + { + "bbox": [ + 106, + 547, + 505, + 559 + ], + "score": 1.0, + "content": "on model robustness. In particular, the videos in ImageNet-Vid-Robust contain 3 different", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 558, + 505, + 570 + ], + "spans": [ + { + "bbox": [ + 106, + 558, + 505, + 570 + ], + "score": 1.0, + "content": "frame types: ‘i-frames’, ‘p-frames’, and ‘b-frames’. ‘p-frames’ are compressed by referencing pixel", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 569, + 505, + 582 + ], + "spans": [ + { + "bbox": [ + 105, + 569, + 505, + 582 + ], + "score": 1.0, + "content": "content from previous frames, while ‘b-frames’ are compressed via references to previous and future", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 580, + 365, + 592 + ], + "spans": [ + { + "bbox": [ + 105, + 580, + 365, + 592 + ], + "score": 1.0, + "content": "frames. ‘i-frames’ are stored without references to other frames.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 20 + }, + { + "type": "text", + "bbox": [ + 107, + 593, + 505, + 637 + ], + "lines": [ + { + "bbox": [ + 105, + 593, + 506, + 604 + ], + "spans": [ + { + "bbox": [ + 105, + 593, + 506, + 604 + ], + "score": 1.0, + "content": "We compute the original and perturbed accuracies, and the drop in accuracy for a subset of the dataset", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 603, + 505, + 615 + ], + "spans": [ + { + "bbox": [ + 106, + 603, + 505, + 615 + ], + "score": 1.0, + "content": "without ‘i-frames’, a subset without ‘p-frames’, and a subset without ‘b-frames’ in Table 7. While", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 614, + 505, + 626 + ], + "spans": [ + { + "bbox": [ + 106, + 614, + 505, + 626 + ], + "score": 1.0, + "content": "there are modest differences in accuracy due to compression, this analysis suggests that the sensitivity", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 626, + 501, + 637 + ], + "spans": [ + { + "bbox": [ + 106, + 626, + 501, + 637 + ], + "score": 1.0, + "content": "of models is not significantly due to the differences in quality of frames due to video compression.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 24.5 + }, + { + "type": "title", + "bbox": [ + 107, + 655, + 200, + 668 + ], + "lines": [ + { + "bbox": [ + 105, + 654, + 201, + 670 + ], + "spans": [ + { + "bbox": [ + 105, + 654, + 201, + 670 + ], + "score": 1.0, + "content": "I FPS ANALYSIS", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 27 + }, + { + "type": "title", + "bbox": [ + 107, + 680, + 244, + 691 + ], + "lines": [ + { + "bbox": [ + 106, + 679, + 245, + 692 + ], + "spans": [ + { + "bbox": [ + 106, + 679, + 245, + 692 + ], + "score": 1.0, + "content": "I.1 IM A G ENE T-VI D-RO B U S T", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 28 + }, + { + "type": "text", + "bbox": [ + 107, + 699, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 698, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 505, + 712 + ], + "score": 1.0, + "content": "To analyze the impact of frame-rate on accuracy, we show results on subsets of videos with fixed fps", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 709, + 507, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 225, + 722 + ], + "score": 1.0, + "content": "(25, 29, and 30, which cover", + "type": "text" + }, + { + "bbox": [ + 225, + 710, + 245, + 720 + ], + "score": 0.86, + "content": "89 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 245, + 709, + 507, + 722 + ], + "score": 1.0, + "content": "of the dataset) using a fine-tuned ResNet-152 model in Table 8.", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 721, + 479, + 732 + ], + "spans": [ + { + "bbox": [ + 105, + 721, + 479, + 732 + ], + "score": 1.0, + "content": "The accuracy drop is similar across the subsets, and similar to the drop for the whole dataset.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 30 + } + ], + "page_idx": 15, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 308, + 37 + ], + "lines": [ + { + "bbox": [ + 107, + 26, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 107, + 26, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2020", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 310, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 14, + "width": 13 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "table", + "bbox": [ + 146, + 101, + 464, + 160 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 105, + 80, + 504, + 92 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 78, + 505, + 94 + ], + "spans": [ + { + "bbox": [ + 105, + 78, + 505, + 94 + ], + "score": 1.0, + "content": "Table 7: Analyzing results based on frame-type in video compression. See Appendix H.1 for details.", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "table_body", + "bbox": [ + 146, + 101, + 464, + 160 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 146, + 101, + 464, + 160 + ], + "spans": [ + { + "bbox": [ + 146, + 101, + 464, + 160 + ], + "score": 0.973, + "html": "
Original Acc.Perturbed Acc.A# anchor frames
All frames84.870.214.61109
w/o‘i-frames'84.770.314.41104
w/o ‘ ‘p-frames'83.973.710.2415
w/o ‘b-frames'85.473.212.2699
", + "type": "table", + "image_path": "dc001f6504cb8ba8ecb38ec5058a40487889afcae74aaf9decb9f0fee8c9d1c5.jpg" + } + ] + } + ], + "index": 2, + "virtual_lines": [ + { + "bbox": [ + 146, + 101, + 464, + 120.66666666666667 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 146, + 120.66666666666667, + 464, + 140.33333333333334 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 146, + 140.33333333333334, + 464, + 160.0 + ], + "spans": [], + "index": 3 + } + ] + } + ], + "index": 1.0 + }, + { + "type": "title", + "bbox": [ + 107, + 185, + 312, + 198 + ], + "lines": [ + { + "bbox": [ + 105, + 183, + 313, + 200 + ], + "spans": [ + { + "bbox": [ + 105, + 183, + 313, + 200 + ], + "score": 1.0, + "content": "G PM-K ACCURACY WITH VARYING K", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 108, + 210, + 248, + 221 + ], + "lines": [ + { + "bbox": [ + 106, + 209, + 248, + 221 + ], + "spans": [ + { + "bbox": [ + 106, + 209, + 248, + 221 + ], + "score": 1.0, + "content": "G.1 IM A G ENE T-VI D-RO B U S T", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5, + "bbox_fs": [ + 106, + 209, + 248, + 221 + ] + }, + { + "type": "image", + "bbox": [ + 109, + 246, + 500, + 365 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 109, + 246, + 500, + 365 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 109, + 246, + 500, + 365 + ], + "spans": [ + { + "bbox": [ + 109, + 246, + 500, + 365 + ], + "score": 0.968, + "type": "image", + "image_path": "0a7c0a40f3c57359697c692f8bfed11ac08b2e1dba5ef16c54b85cea53126b9e.jpg" + } + ] + } + ], + "index": 7, + "virtual_lines": [ + { + "bbox": [ + 109, + 246, + 500, + 285.6666666666667 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 109, + 285.6666666666667, + 500, + 325.33333333333337 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 109, + 325.33333333333337, + 500, + 365.00000000000006 + ], + "spans": [], + "index": 8 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 375, + 505, + 420 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 375, + 505, + 388 + ], + "spans": [ + { + "bbox": [ + 105, + 375, + 505, + 388 + ], + "score": 1.0, + "content": "Figure 11: Model classification accuracy on perturbed frames as a function of perturbation distance", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 387, + 505, + 399 + ], + "spans": [ + { + "bbox": [ + 106, + 387, + 160, + 399 + ], + "score": 1.0, + "content": "(shown with", + "type": "text" + }, + { + "bbox": [ + 161, + 387, + 181, + 398 + ], + "score": 0.86, + "content": "9 5 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 182, + 387, + 505, + 399 + ], + "score": 1.0, + "content": "Clopper-Pearson confidence intervals). Model accuracies from five different", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 398, + 505, + 410 + ], + "spans": [ + { + "bbox": [ + 106, + 398, + 505, + 410 + ], + "score": 1.0, + "content": "model types and the best performing model are shown. The model architecture is ResNet-50 unless", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 410, + 194, + 420 + ], + "spans": [ + { + "bbox": [ + 106, + 410, + 194, + 420 + ], + "score": 1.0, + "content": "otherwise mentioned.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 10.5 + } + ], + "index": 8.75 + }, + { + "type": "text", + "bbox": [ + 107, + 441, + 505, + 474 + ], + "lines": [ + { + "bbox": [ + 105, + 441, + 505, + 454 + ], + "spans": [ + { + "bbox": [ + 105, + 441, + 299, + 454 + ], + "score": 1.0, + "content": "In Figure 11, we plot the relationship between", + "type": "text" + }, + { + "bbox": [ + 299, + 443, + 326, + 453 + ], + "score": 0.88, + "content": "\\mathrm { a c c } _ { \\mathrm { p m k } }", + "type": "inline_equation" + }, + { + "bbox": [ + 327, + 441, + 470, + 454 + ], + "score": 1.0, + "content": "and perturbation distance (i.e., the", + "type": "text" + }, + { + "bbox": [ + 470, + 442, + 478, + 451 + ], + "score": 0.54, + "content": "\\mathrm { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 478, + 441, + 505, + 454 + ], + "score": 1.0, + "content": "in the", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 452, + 506, + 464 + ], + "spans": [ + { + "bbox": [ + 106, + 453, + 132, + 464 + ], + "score": 0.77, + "content": "\\mathrm { p m - k }", + "type": "inline_equation" + }, + { + "bbox": [ + 132, + 452, + 215, + 464 + ], + "score": 1.0, + "content": "metric). The entire", + "type": "text" + }, + { + "bbox": [ + 216, + 453, + 222, + 462 + ], + "score": 0.56, + "content": "\\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 223, + 452, + 506, + 464 + ], + "score": 1.0, + "content": "-axis in Figure 11 corresponds to a temporal distance of at most 0.3", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 462, + 315, + 476 + ], + "spans": [ + { + "bbox": [ + 105, + 462, + 315, + 476 + ], + "score": 1.0, + "content": "seconds between the original and perturbed frames.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14, + "bbox_fs": [ + 105, + 441, + 506, + 476 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 492, + 263, + 505 + ], + "lines": [ + { + "bbox": [ + 105, + 491, + 264, + 507 + ], + "spans": [ + { + "bbox": [ + 105, + 491, + 264, + 507 + ], + "score": 1.0, + "content": "H I-FRAMES AND P-FRAMES", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16 + }, + { + "type": "title", + "bbox": [ + 108, + 518, + 248, + 528 + ], + "lines": [ + { + "bbox": [ + 106, + 516, + 248, + 529 + ], + "spans": [ + { + "bbox": [ + 106, + 516, + 248, + 529 + ], + "score": 1.0, + "content": "H.1 IM A G ENE T-VI D-RO B U S T", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17 + }, + { + "type": "text", + "bbox": [ + 107, + 536, + 505, + 591 + ], + "lines": [ + { + "bbox": [ + 105, + 535, + 505, + 549 + ], + "spans": [ + { + "bbox": [ + 105, + 535, + 505, + 549 + ], + "score": 1.0, + "content": "One possible concern with analyzing performance on video frames is the impact of video compression", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 547, + 505, + 559 + ], + "spans": [ + { + "bbox": [ + 106, + 547, + 505, + 559 + ], + "score": 1.0, + "content": "on model robustness. In particular, the videos in ImageNet-Vid-Robust contain 3 different", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 558, + 505, + 570 + ], + "spans": [ + { + "bbox": [ + 106, + 558, + 505, + 570 + ], + "score": 1.0, + "content": "frame types: ‘i-frames’, ‘p-frames’, and ‘b-frames’. ‘p-frames’ are compressed by referencing pixel", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 569, + 505, + 582 + ], + "spans": [ + { + "bbox": [ + 105, + 569, + 505, + 582 + ], + "score": 1.0, + "content": "content from previous frames, while ‘b-frames’ are compressed via references to previous and future", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 580, + 365, + 592 + ], + "spans": [ + { + "bbox": [ + 105, + 580, + 365, + 592 + ], + "score": 1.0, + "content": "frames. ‘i-frames’ are stored without references to other frames.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 20, + "bbox_fs": [ + 105, + 535, + 505, + 592 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 593, + 505, + 637 + ], + "lines": [ + { + "bbox": [ + 105, + 593, + 506, + 604 + ], + "spans": [ + { + "bbox": [ + 105, + 593, + 506, + 604 + ], + "score": 1.0, + "content": "We compute the original and perturbed accuracies, and the drop in accuracy for a subset of the dataset", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 603, + 505, + 615 + ], + "spans": [ + { + "bbox": [ + 106, + 603, + 505, + 615 + ], + "score": 1.0, + "content": "without ‘i-frames’, a subset without ‘p-frames’, and a subset without ‘b-frames’ in Table 7. While", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 614, + 505, + 626 + ], + "spans": [ + { + "bbox": [ + 106, + 614, + 505, + 626 + ], + "score": 1.0, + "content": "there are modest differences in accuracy due to compression, this analysis suggests that the sensitivity", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 626, + 501, + 637 + ], + "spans": [ + { + "bbox": [ + 106, + 626, + 501, + 637 + ], + "score": 1.0, + "content": "of models is not significantly due to the differences in quality of frames due to video compression.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 24.5, + "bbox_fs": [ + 105, + 593, + 506, + 637 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 655, + 200, + 668 + ], + "lines": [ + { + "bbox": [ + 105, + 654, + 201, + 670 + ], + "spans": [ + { + "bbox": [ + 105, + 654, + 201, + 670 + ], + "score": 1.0, + "content": "I FPS ANALYSIS", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 27 + }, + { + "type": "title", + "bbox": [ + 107, + 680, + 244, + 691 + ], + "lines": [ + { + "bbox": [ + 106, + 679, + 245, + 692 + ], + "spans": [ + { + "bbox": [ + 106, + 679, + 245, + 692 + ], + "score": 1.0, + "content": "I.1 IM A G ENE T-VI D-RO B U S T", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 28 + }, + { + "type": "text", + "bbox": [ + 107, + 699, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 698, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 505, + 712 + ], + "score": 1.0, + "content": "To analyze the impact of frame-rate on accuracy, we show results on subsets of videos with fixed fps", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 709, + 507, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 225, + 722 + ], + "score": 1.0, + "content": "(25, 29, and 30, which cover", + "type": "text" + }, + { + "bbox": [ + 225, + 710, + 245, + 720 + ], + "score": 0.86, + "content": "89 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 245, + 709, + 507, + 722 + ], + "score": 1.0, + "content": "of the dataset) using a fine-tuned ResNet-152 model in Table 8.", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 721, + 479, + 732 + ], + "spans": [ + { + "bbox": [ + 105, + 721, + 479, + 732 + ], + "score": 1.0, + "content": "The accuracy drop is similar across the subsets, and similar to the drop for the whole dataset.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 30, + "bbox_fs": [ + 105, + 698, + 507, + 732 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "table", + "bbox": [ + 171, + 80, + 440, + 128 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 171, + 80, + 440, + 128 + ], + "group_id": 2, + "lines": [ + { + "bbox": [ + 171, + 80, + 440, + 128 + ], + "spans": [ + { + "bbox": [ + 171, + 80, + 440, + 128 + ], + "score": 0.979, + "html": "
FPSAcc. Orig.Acc.PerturbedDrop# Videos
2587.3 [83.0, 90.9]73.3[67.8, 78.3]14.0292
2987.7 [84.0, 90.8]74.9[70.3, 79.2]12.8383
3078.3 [73.3, 82.7]61.7 [56.0, 67.1]16.6313
", + "type": "table", + "image_path": "df1ada74757d9a8374160b8636806411a55fb430cfabd818bbec371f85fcc273.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 171, + 80, + 440, + 96.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 171, + 96.0, + 440, + 112.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 171, + 112.0, + 440, + 128.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "table_footnote", + "bbox": [ + 167, + 136, + 443, + 147 + ], + "group_id": 2, + "lines": [ + { + "bbox": [ + 166, + 135, + 443, + 148 + ], + "spans": [ + { + "bbox": [ + 166, + 135, + 443, + 148 + ], + "score": 1.0, + "content": "Table 8: Results on subsets of ImageNet-Vid-Robust with fixed FPS.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + } + ], + "index": 2.0 + }, + { + "type": "title", + "bbox": [ + 106, + 168, + 442, + 180 + ], + "lines": [ + { + "bbox": [ + 105, + 167, + 444, + 181 + ], + "spans": [ + { + "bbox": [ + 105, + 167, + 444, + 181 + ], + "score": 1.0, + "content": "J ILSVRC TRAINING WITH IM A G ENE T-VI D-RO B U S T CLASSES", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "table", + "bbox": [ + 182, + 231, + 428, + 268 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 107, + 187, + 505, + 221 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 187, + 506, + 200 + ], + "spans": [ + { + "bbox": [ + 105, + 187, + 506, + 200 + ], + "score": 1.0, + "content": "We trained ResNet-50 from scratch on ILSVRC using the 30 ImageNet-Vid classes. We also fine-", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 198, + 506, + 212 + ], + "spans": [ + { + "bbox": [ + 105, + 198, + 506, + 212 + ], + "score": 1.0, + "content": "tuned the model on ImageNet-Vid. In Table 9, we show the accuracy drops are consistent with models", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 210, + 506, + 222 + ], + "spans": [ + { + "bbox": [ + 106, + 210, + 506, + 222 + ], + "score": 1.0, + "content": "in our submission. We hypothesize that the lower accuracy is due to coarser supervision on ILSVRC.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6 + }, + { + "type": "table_body", + "bbox": [ + 182, + 231, + 428, + 268 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 182, + 231, + 428, + 268 + ], + "spans": [ + { + "bbox": [ + 182, + 231, + 428, + 268 + ], + "score": 0.964, + "html": "
ModelAcc. Orig.Acc. PerturbedDrop
ILSVRC-3061.044.915.1
ILSVRC-30 + FT77.859.917.9
", + "type": "table", + "image_path": "6f1405c47130579a96bdb5145f1fd0e06dd8b3654691a50ed8a039168841fcd2.jpg" + } + ] + } + ], + "index": 9, + "virtual_lines": [ + { + "bbox": [ + 182, + 231, + 428, + 243.33333333333334 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 182, + 243.33333333333334, + 428, + 255.66666666666669 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 182, + 255.66666666666669, + 428, + 268.0 + ], + "spans": [], + "index": 10 + } + ] + } + ], + "index": 7.5 + }, + { + "type": "text", + "bbox": [ + 105, + 276, + 503, + 288 + ], + "lines": [ + { + "bbox": [ + 105, + 274, + 505, + 289 + ], + "spans": [ + { + "bbox": [ + 105, + 274, + 505, + 289 + ], + "score": 1.0, + "content": "Table 9: Results of training ResNet-50 on ILSVRC with 30 classes from ImageNet-Vid-Robust.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 11 + }, + { + "type": "title", + "bbox": [ + 106, + 309, + 378, + 323 + ], + "lines": [ + { + "bbox": [ + 106, + 309, + 379, + 324 + ], + "spans": [ + { + "bbox": [ + 106, + 309, + 379, + 324 + ], + "score": 1.0, + "content": "K EXPERIMENTAL DETAILS & HYPERPARAMETERS", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 12 + }, + { + "type": "text", + "bbox": [ + 107, + 330, + 505, + 385 + ], + "lines": [ + { + "bbox": [ + 105, + 329, + 505, + 343 + ], + "spans": [ + { + "bbox": [ + 105, + 329, + 505, + 343 + ], + "score": 1.0, + "content": "All classification experiments were carried out using PyTorch version 1.0.1 on an AWS p3.2xlarge", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 341, + 505, + 353 + ], + "spans": [ + { + "bbox": [ + 105, + 341, + 505, + 353 + ], + "score": 1.0, + "content": "with the NVIDIA V100 GPU. All pretrained models were downloaded from Cadene at commit", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 351, + 506, + 365 + ], + "spans": [ + { + "bbox": [ + 105, + 351, + 128, + 365 + ], + "score": 1.0, + "content": "hash", + "type": "text" + }, + { + "bbox": [ + 128, + 353, + 370, + 363 + ], + "score": 0.26, + "content": "0 2 1 \\mathtt { d } 9 7 8 9 7 \\mathtt { c } 9 \\mathtt { a } \\mathtt { a } 7 6 \\mathtt { e } \\mathtt { c } 7 5 9 \\mathtt { d } \\mathtt { e } \\mathtt { f } \\mathtt { f } 4 3 \\mathtt { d } 3 4 1 \\mathtt { c } 4 \\mathtt { f } \\mathtt { d } 4 5 \\mathtt { d } 7 \\mathtt { b } \\mathtt { a } .", + "type": "inline_equation" + }, + { + "bbox": [ + 371, + 351, + 506, + 365 + ], + "score": 1.0, + "content": "Evaluations in Table ?? all use", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 363, + 505, + 376 + ], + "spans": [ + { + "bbox": [ + 105, + 363, + 505, + 376 + ], + "score": 1.0, + "content": "the default settings for evaluation. The hyperparameters for the fine-tuned models are presented in", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 372, + 431, + 387 + ], + "spans": [ + { + "bbox": [ + 105, + 372, + 307, + 387 + ], + "score": 1.0, + "content": "Table 10. We searched for learning rates between", + "type": "text" + }, + { + "bbox": [ + 308, + 374, + 330, + 385 + ], + "score": 0.9, + "content": "1 0 ^ { - 3 }", + "type": "inline_equation" + }, + { + "bbox": [ + 330, + 372, + 347, + 387 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 348, + 374, + 370, + 385 + ], + "score": 0.93, + "content": "1 0 ^ { - 5 }", + "type": "inline_equation" + }, + { + "bbox": [ + 370, + 372, + 431, + 387 + ], + "score": 1.0, + "content": "for all models.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 15 + }, + { + "type": "text", + "bbox": [ + 107, + 387, + 505, + 431 + ], + "lines": [ + { + "bbox": [ + 105, + 387, + 505, + 399 + ], + "spans": [ + { + "bbox": [ + 105, + 387, + 505, + 399 + ], + "score": 1.0, + "content": "We additionally detail hyperparameters for detection models in Table 11. Detection experiments", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 397, + 506, + 410 + ], + "spans": [ + { + "bbox": [ + 105, + 397, + 506, + 410 + ], + "score": 1.0, + "content": "were conducted with PyTorch version 1.0.1 on a machine with 4 Titan X GPUs, using the Mask", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 408, + 505, + 421 + ], + "spans": [ + { + "bbox": [ + 105, + 408, + 505, + 421 + ], + "score": 1.0, + "content": "R-CNN benchmark repositoryMassa and Girshick (2018). We used the default learning rate provided", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 419, + 504, + 432 + ], + "spans": [ + { + "bbox": [ + 105, + 419, + 504, + 432 + ], + "score": 1.0, + "content": "in Massa and Girshick (2018). For R-FCN, we used the model trained by Xiao and Jae Lee (2018).", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 19.5 + }, + { + "type": "table", + "bbox": [ + 121, + 461, + 487, + 527 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 168, + 441, + 439, + 452 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 168, + 439, + 440, + 455 + ], + "spans": [ + { + "bbox": [ + 168, + 439, + 440, + 455 + ], + "score": 1.0, + "content": "Table 10: Hyperparameters for models finetuned on ImageNet-Vid,", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 22 + }, + { + "type": "table_body", + "bbox": [ + 121, + 461, + 487, + 527 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 121, + 461, + 487, + 527 + ], + "spans": [ + { + "bbox": [ + 121, + 461, + 487, + 527 + ], + "score": 0.979, + "html": "
ModelBase Learning RateLearning Rate ScheduleBatch SizeEpochs
resnet15210-4ReduceLR On Plateau3210
resnet5010-4ReduceLR On Plateau3210
alexnet10-5Reduce LR On Plateau3210
vgg1610-5Reduce LR On Plateau3210
", + "type": "table", + "image_path": "d5a74fae0e642c9647b2d644d60c1477a4ef3db4fbd4fb4933b7714e8634f583.jpg" + } + ] + } + ], + "index": 24, + "virtual_lines": [ + { + "bbox": [ + 121, + 461, + 487, + 483.0 + ], + "spans": [], + "index": 23 + }, + { + "bbox": [ + 121, + 483.0, + 487, + 505.0 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 121, + 505.0, + 487, + 527.0 + ], + "spans": [], + "index": 25 + } + ] + }, + { + "type": "table_caption", + "bbox": [ + 207, + 530, + 404, + 542 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 206, + 529, + 404, + 543 + ], + "spans": [ + { + "bbox": [ + 206, + 529, + 404, + 543 + ], + "score": 1.0, + "content": "Table 11: Hyperparameters for detection models.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 26 + } + ], + "index": 24 + }, + { + "type": "table", + "bbox": [ + 106, + 551, + 502, + 594 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 106, + 551, + 502, + 594 + ], + "group_id": 3, + "lines": [ + { + "bbox": [ + 106, + 551, + 502, + 594 + ], + "spans": [ + { + "bbox": [ + 106, + 551, + 502, + 594 + ], + "score": 0.973, + "html": "
ModelBase Learning RateLearning Rate ScheduleBatch SizeIterations
F-RCNN ResNet-5010-2Step 20k,30k840k
F-RCNN ResNet-10110-2Step 20k,30k840k
", + "type": "table", + "image_path": "359953d2de2dd32d994d690a7ad4e4b7f0c5fe173cde7f6ee3b4a2a35bd7e689.jpg" + } + ] + } + ], + "index": 28, + "virtual_lines": [ + { + "bbox": [ + 106, + 551, + 502, + 565.3333333333334 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 106, + 565.3333333333334, + 502, + 579.6666666666667 + ], + "spans": [], + "index": 28 + }, + { + "bbox": [ + 106, + 579.6666666666667, + 502, + 594.0000000000001 + ], + "spans": [], + "index": 29 + } + ] + } + ], + "index": 28 + }, + { + "type": "title", + "bbox": [ + 107, + 598, + 218, + 610 + ], + "lines": [ + { + "bbox": [ + 105, + 597, + 220, + 612 + ], + "spans": [ + { + "bbox": [ + 105, + 597, + 220, + 612 + ], + "score": 1.0, + "content": "L DETECTION PM-K", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 30 + }, + { + "type": "text", + "bbox": [ + 106, + 618, + 505, + 684 + ], + "lines": [ + { + "bbox": [ + 106, + 618, + 506, + 630 + ], + "spans": [ + { + "bbox": [ + 106, + 618, + 506, + 630 + ], + "score": 1.0, + "content": "We briefly introduce the mAP metric for detection here and refer the reader to Lin et al. for further", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 628, + 505, + 642 + ], + "spans": [ + { + "bbox": [ + 105, + 628, + 505, + 642 + ], + "score": 1.0, + "content": "details. The standard detection metric proceeds by first determining whether each predicted bounding", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 640, + 505, + 652 + ], + "spans": [ + { + "bbox": [ + 106, + 640, + 505, + 652 + ], + "score": 1.0, + "content": "box in an image is a true or false positive, based on the intersection over union (IoU) of the predicted", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 650, + 507, + 665 + ], + "spans": [ + { + "bbox": [ + 105, + 650, + 507, + 665 + ], + "score": 1.0, + "content": "and ground truth bounding boxes. The metric then computes the per-category average precision (AP,", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 662, + 506, + 675 + ], + "spans": [ + { + "bbox": [ + 105, + 662, + 506, + 675 + ], + "score": 1.0, + "content": "averaged over recall thresholds) of the predictions across all images. The final metric is reported as", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 673, + 282, + 685 + ], + "spans": [ + { + "bbox": [ + 106, + 673, + 282, + 685 + ], + "score": 1.0, + "content": "the mean of these per-category APs (mAP).", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 33.5 + }, + { + "type": "text", + "bbox": [ + 107, + 686, + 504, + 730 + ], + "lines": [ + { + "bbox": [ + 105, + 685, + 506, + 698 + ], + "spans": [ + { + "bbox": [ + 105, + 685, + 160, + 698 + ], + "score": 1.0, + "content": "We define the", + "type": "text" + }, + { + "bbox": [ + 161, + 686, + 186, + 697 + ], + "score": 0.79, + "content": "\\mathrm { p m - k }", + "type": "inline_equation" + }, + { + "bbox": [ + 187, + 685, + 506, + 698 + ], + "score": 1.0, + "content": "analog of mAP by replacing each anchor frame in the dataset with a nearby frame", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 697, + 506, + 710 + ], + "spans": [ + { + "bbox": [ + 105, + 697, + 506, + 710 + ], + "score": 1.0, + "content": "that minimizes the per-image average precision. Since the category-specific average precision is", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 708, + 505, + 720 + ], + "spans": [ + { + "bbox": [ + 105, + 708, + 505, + 720 + ], + "score": 1.0, + "content": "undefined for categories not present in an image, we minimize the average precision across categories", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 719, + 279, + 730 + ], + "spans": [ + { + "bbox": [ + 105, + 719, + 279, + 730 + ], + "score": 1.0, + "content": "present in each frame rather than the mAP.", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 38.5 + } + ], + "page_idx": 16, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 26, + 308, + 38 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 308, + 39 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 308, + 39 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2020", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 310, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 14, + "width": 13 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "table", + "bbox": [ + 171, + 80, + 440, + 128 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 171, + 80, + 440, + 128 + ], + "group_id": 2, + "lines": [ + { + "bbox": [ + 171, + 80, + 440, + 128 + ], + "spans": [ + { + "bbox": [ + 171, + 80, + 440, + 128 + ], + "score": 0.979, + "html": "
FPSAcc. Orig.Acc.PerturbedDrop# Videos
2587.3 [83.0, 90.9]73.3[67.8, 78.3]14.0292
2987.7 [84.0, 90.8]74.9[70.3, 79.2]12.8383
3078.3 [73.3, 82.7]61.7 [56.0, 67.1]16.6313
", + "type": "table", + "image_path": "df1ada74757d9a8374160b8636806411a55fb430cfabd818bbec371f85fcc273.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 171, + 80, + 440, + 96.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 171, + 96.0, + 440, + 112.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 171, + 112.0, + 440, + 128.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "table_footnote", + "bbox": [ + 167, + 136, + 443, + 147 + ], + "group_id": 2, + "lines": [ + { + "bbox": [ + 166, + 135, + 443, + 148 + ], + "spans": [ + { + "bbox": [ + 166, + 135, + 443, + 148 + ], + "score": 1.0, + "content": "Table 8: Results on subsets of ImageNet-Vid-Robust with fixed FPS.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + } + ], + "index": 2.0 + }, + { + "type": "title", + "bbox": [ + 106, + 168, + 442, + 180 + ], + "lines": [ + { + "bbox": [ + 105, + 167, + 444, + 181 + ], + "spans": [ + { + "bbox": [ + 105, + 167, + 444, + 181 + ], + "score": 1.0, + "content": "J ILSVRC TRAINING WITH IM A G ENE T-VI D-RO B U S T CLASSES", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "table", + "bbox": [ + 182, + 231, + 428, + 268 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 107, + 187, + 505, + 221 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 187, + 506, + 200 + ], + "spans": [ + { + "bbox": [ + 105, + 187, + 506, + 200 + ], + "score": 1.0, + "content": "We trained ResNet-50 from scratch on ILSVRC using the 30 ImageNet-Vid classes. We also fine-", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 198, + 506, + 212 + ], + "spans": [ + { + "bbox": [ + 105, + 198, + 506, + 212 + ], + "score": 1.0, + "content": "tuned the model on ImageNet-Vid. In Table 9, we show the accuracy drops are consistent with models", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 210, + 506, + 222 + ], + "spans": [ + { + "bbox": [ + 106, + 210, + 506, + 222 + ], + "score": 1.0, + "content": "in our submission. We hypothesize that the lower accuracy is due to coarser supervision on ILSVRC.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6 + }, + { + "type": "table_body", + "bbox": [ + 182, + 231, + 428, + 268 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 182, + 231, + 428, + 268 + ], + "spans": [ + { + "bbox": [ + 182, + 231, + 428, + 268 + ], + "score": 0.964, + "html": "
ModelAcc. Orig.Acc. PerturbedDrop
ILSVRC-3061.044.915.1
ILSVRC-30 + FT77.859.917.9
", + "type": "table", + "image_path": "6f1405c47130579a96bdb5145f1fd0e06dd8b3654691a50ed8a039168841fcd2.jpg" + } + ] + } + ], + "index": 9, + "virtual_lines": [ + { + "bbox": [ + 182, + 231, + 428, + 243.33333333333334 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 182, + 243.33333333333334, + 428, + 255.66666666666669 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 182, + 255.66666666666669, + 428, + 268.0 + ], + "spans": [], + "index": 10 + } + ] + } + ], + "index": 7.5 + }, + { + "type": "text", + "bbox": [ + 105, + 276, + 503, + 288 + ], + "lines": [ + { + "bbox": [ + 105, + 274, + 505, + 289 + ], + "spans": [ + { + "bbox": [ + 105, + 274, + 505, + 289 + ], + "score": 1.0, + "content": "Table 9: Results of training ResNet-50 on ILSVRC with 30 classes from ImageNet-Vid-Robust.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 11, + "bbox_fs": [ + 105, + 274, + 505, + 289 + ] + }, + { + "type": "title", + "bbox": [ + 106, + 309, + 378, + 323 + ], + "lines": [ + { + "bbox": [ + 106, + 309, + 379, + 324 + ], + "spans": [ + { + "bbox": [ + 106, + 309, + 379, + 324 + ], + "score": 1.0, + "content": "K EXPERIMENTAL DETAILS & HYPERPARAMETERS", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 12 + }, + { + "type": "text", + "bbox": [ + 107, + 330, + 505, + 385 + ], + "lines": [ + { + "bbox": [ + 105, + 329, + 505, + 343 + ], + "spans": [ + { + "bbox": [ + 105, + 329, + 505, + 343 + ], + "score": 1.0, + "content": "All classification experiments were carried out using PyTorch version 1.0.1 on an AWS p3.2xlarge", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 341, + 505, + 353 + ], + "spans": [ + { + "bbox": [ + 105, + 341, + 505, + 353 + ], + "score": 1.0, + "content": "with the NVIDIA V100 GPU. All pretrained models were downloaded from Cadene at commit", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 351, + 506, + 365 + ], + "spans": [ + { + "bbox": [ + 105, + 351, + 128, + 365 + ], + "score": 1.0, + "content": "hash", + "type": "text" + }, + { + "bbox": [ + 128, + 353, + 370, + 363 + ], + "score": 0.26, + "content": "0 2 1 \\mathtt { d } 9 7 8 9 7 \\mathtt { c } 9 \\mathtt { a } \\mathtt { a } 7 6 \\mathtt { e } \\mathtt { c } 7 5 9 \\mathtt { d } \\mathtt { e } \\mathtt { f } \\mathtt { f } 4 3 \\mathtt { d } 3 4 1 \\mathtt { c } 4 \\mathtt { f } \\mathtt { d } 4 5 \\mathtt { d } 7 \\mathtt { b } \\mathtt { a } .", + "type": "inline_equation" + }, + { + "bbox": [ + 371, + 351, + 506, + 365 + ], + "score": 1.0, + "content": "Evaluations in Table ?? all use", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 363, + 505, + 376 + ], + "spans": [ + { + "bbox": [ + 105, + 363, + 505, + 376 + ], + "score": 1.0, + "content": "the default settings for evaluation. The hyperparameters for the fine-tuned models are presented in", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 372, + 431, + 387 + ], + "spans": [ + { + "bbox": [ + 105, + 372, + 307, + 387 + ], + "score": 1.0, + "content": "Table 10. We searched for learning rates between", + "type": "text" + }, + { + "bbox": [ + 308, + 374, + 330, + 385 + ], + "score": 0.9, + "content": "1 0 ^ { - 3 }", + "type": "inline_equation" + }, + { + "bbox": [ + 330, + 372, + 347, + 387 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 348, + 374, + 370, + 385 + ], + "score": 0.93, + "content": "1 0 ^ { - 5 }", + "type": "inline_equation" + }, + { + "bbox": [ + 370, + 372, + 431, + 387 + ], + "score": 1.0, + "content": "for all models.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 15, + "bbox_fs": [ + 105, + 329, + 506, + 387 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 387, + 505, + 431 + ], + "lines": [ + { + "bbox": [ + 105, + 387, + 505, + 399 + ], + "spans": [ + { + "bbox": [ + 105, + 387, + 505, + 399 + ], + "score": 1.0, + "content": "We additionally detail hyperparameters for detection models in Table 11. Detection experiments", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 397, + 506, + 410 + ], + "spans": [ + { + "bbox": [ + 105, + 397, + 506, + 410 + ], + "score": 1.0, + "content": "were conducted with PyTorch version 1.0.1 on a machine with 4 Titan X GPUs, using the Mask", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 408, + 505, + 421 + ], + "spans": [ + { + "bbox": [ + 105, + 408, + 505, + 421 + ], + "score": 1.0, + "content": "R-CNN benchmark repositoryMassa and Girshick (2018). We used the default learning rate provided", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 419, + 504, + 432 + ], + "spans": [ + { + "bbox": [ + 105, + 419, + 504, + 432 + ], + "score": 1.0, + "content": "in Massa and Girshick (2018). For R-FCN, we used the model trained by Xiao and Jae Lee (2018).", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 19.5, + "bbox_fs": [ + 105, + 387, + 506, + 432 + ] + }, + { + "type": "table", + "bbox": [ + 121, + 461, + 487, + 527 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 168, + 441, + 439, + 452 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 168, + 439, + 440, + 455 + ], + "spans": [ + { + "bbox": [ + 168, + 439, + 440, + 455 + ], + "score": 1.0, + "content": "Table 10: Hyperparameters for models finetuned on ImageNet-Vid,", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 22 + }, + { + "type": "table_body", + "bbox": [ + 121, + 461, + 487, + 527 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 121, + 461, + 487, + 527 + ], + "spans": [ + { + "bbox": [ + 121, + 461, + 487, + 527 + ], + "score": 0.979, + "html": "
ModelBase Learning RateLearning Rate ScheduleBatch SizeEpochs
resnet15210-4ReduceLR On Plateau3210
resnet5010-4ReduceLR On Plateau3210
alexnet10-5Reduce LR On Plateau3210
vgg1610-5Reduce LR On Plateau3210
", + "type": "table", + "image_path": "d5a74fae0e642c9647b2d644d60c1477a4ef3db4fbd4fb4933b7714e8634f583.jpg" + } + ] + } + ], + "index": 24, + "virtual_lines": [ + { + "bbox": [ + 121, + 461, + 487, + 483.0 + ], + "spans": [], + "index": 23 + }, + { + "bbox": [ + 121, + 483.0, + 487, + 505.0 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 121, + 505.0, + 487, + 527.0 + ], + "spans": [], + "index": 25 + } + ] + }, + { + "type": "table_caption", + "bbox": [ + 207, + 530, + 404, + 542 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 206, + 529, + 404, + 543 + ], + "spans": [ + { + "bbox": [ + 206, + 529, + 404, + 543 + ], + "score": 1.0, + "content": "Table 11: Hyperparameters for detection models.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 26 + } + ], + "index": 24 + }, + { + "type": "table", + "bbox": [ + 106, + 551, + 502, + 594 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 106, + 551, + 502, + 594 + ], + "group_id": 3, + "lines": [ + { + "bbox": [ + 106, + 551, + 502, + 594 + ], + "spans": [ + { + "bbox": [ + 106, + 551, + 502, + 594 + ], + "score": 0.973, + "html": "
ModelBase Learning RateLearning Rate ScheduleBatch SizeIterations
F-RCNN ResNet-5010-2Step 20k,30k840k
F-RCNN ResNet-10110-2Step 20k,30k840k
", + "type": "table", + "image_path": "359953d2de2dd32d994d690a7ad4e4b7f0c5fe173cde7f6ee3b4a2a35bd7e689.jpg" + } + ] + } + ], + "index": 28, + "virtual_lines": [ + { + "bbox": [ + 106, + 551, + 502, + 565.3333333333334 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 106, + 565.3333333333334, + 502, + 579.6666666666667 + ], + "spans": [], + "index": 28 + }, + { + "bbox": [ + 106, + 579.6666666666667, + 502, + 594.0000000000001 + ], + "spans": [], + "index": 29 + } + ] + } + ], + "index": 28 + }, + { + "type": "title", + "bbox": [ + 107, + 598, + 218, + 610 + ], + "lines": [ + { + "bbox": [ + 105, + 597, + 220, + 612 + ], + "spans": [ + { + "bbox": [ + 105, + 597, + 220, + 612 + ], + "score": 1.0, + "content": "L DETECTION PM-K", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 30 + }, + { + "type": "text", + "bbox": [ + 106, + 618, + 505, + 684 + ], + "lines": [ + { + "bbox": [ + 106, + 618, + 506, + 630 + ], + "spans": [ + { + "bbox": [ + 106, + 618, + 506, + 630 + ], + "score": 1.0, + "content": "We briefly introduce the mAP metric for detection here and refer the reader to Lin et al. for further", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 628, + 505, + 642 + ], + "spans": [ + { + "bbox": [ + 105, + 628, + 505, + 642 + ], + "score": 1.0, + "content": "details. The standard detection metric proceeds by first determining whether each predicted bounding", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 640, + 505, + 652 + ], + "spans": [ + { + "bbox": [ + 106, + 640, + 505, + 652 + ], + "score": 1.0, + "content": "box in an image is a true or false positive, based on the intersection over union (IoU) of the predicted", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 650, + 507, + 665 + ], + "spans": [ + { + "bbox": [ + 105, + 650, + 507, + 665 + ], + "score": 1.0, + "content": "and ground truth bounding boxes. The metric then computes the per-category average precision (AP,", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 662, + 506, + 675 + ], + "spans": [ + { + "bbox": [ + 105, + 662, + 506, + 675 + ], + "score": 1.0, + "content": "averaged over recall thresholds) of the predictions across all images. The final metric is reported as", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 673, + 282, + 685 + ], + "spans": [ + { + "bbox": [ + 106, + 673, + 282, + 685 + ], + "score": 1.0, + "content": "the mean of these per-category APs (mAP).", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 33.5, + "bbox_fs": [ + 105, + 618, + 507, + 685 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 686, + 504, + 730 + ], + "lines": [ + { + "bbox": [ + 105, + 685, + 506, + 698 + ], + "spans": [ + { + "bbox": [ + 105, + 685, + 160, + 698 + ], + "score": 1.0, + "content": "We define the", + "type": "text" + }, + { + "bbox": [ + 161, + 686, + 186, + 697 + ], + "score": 0.79, + "content": "\\mathrm { p m - k }", + "type": "inline_equation" + }, + { + "bbox": [ + 187, + 685, + 506, + 698 + ], + "score": 1.0, + "content": "analog of mAP by replacing each anchor frame in the dataset with a nearby frame", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 697, + 506, + 710 + ], + "spans": [ + { + "bbox": [ + 105, + 697, + 506, + 710 + ], + "score": 1.0, + "content": "that minimizes the per-image average precision. Since the category-specific average precision is", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 708, + 505, + 720 + ], + "spans": [ + { + "bbox": [ + 105, + 708, + 505, + 720 + ], + "score": 1.0, + "content": "undefined for categories not present in an image, we minimize the average precision across categories", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 719, + 279, + 730 + ], + "spans": [ + { + "bbox": [ + 105, + 719, + 279, + 730 + ], + "score": 1.0, + "content": "present in each frame rather than the mAP.", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 38.5, + "bbox_fs": [ + 105, + 685, + 506, + 730 + ] + } + ] + } + ], + "_backend": "pipeline", + "_version_name": "2.2.2" +} \ No newline at end of file diff --git a/parse/train/Syx9ET4YPB/Syx9ET4YPB_model.json b/parse/train/Syx9ET4YPB/Syx9ET4YPB_model.json new file mode 100644 index 0000000000000000000000000000000000000000..9a07bddd697a9b8fda18b9ec82701855a901dc57 --- /dev/null +++ b/parse/train/Syx9ET4YPB/Syx9ET4YPB_model.json @@ -0,0 +1,21377 @@ +[ + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 398, + 522, + 1302, + 522, + 1302, + 918, + 398, + 918 + ], + "score": 0.984 + }, + { + "category_id": 1, + "poly": [ + 298, + 1557, + 1403, + 1557, + 1403, + 1833, + 298, + 1833 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 298, + 1214, + 1404, + 1214, + 1404, + 1367, + 298, + 1367 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 298, + 1850, + 1403, + 1850, + 1403, + 2033, + 298, + 2033 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 298, + 1042, + 1404, + 1042, + 1404, + 1197, + 298, + 1197 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 299, + 1386, + 1403, + 1386, + 1403, + 1537, + 299, + 1537 + ], + "score": 0.976 + }, + { + "category_id": 0, + "poly": [ + 302, + 219, + 1398, + 219, + 1398, + 269, + 302, + 269 + ], + "score": 0.925 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 858, + 75, + 858, + 105, + 298, + 105 + ], + "score": 0.901 + }, + { + "category_id": 0, + "poly": [ + 302, + 970, + 573, + 970, + 573, + 1004, + 302, + 1004 + ], + "score": 0.898 + }, + { + "category_id": 0, + "poly": [ + 773, + 463, + 927, + 463, + 927, + 498, + 773, + 498 + ], + "score": 0.884 + }, + { + "category_id": 1, + "poly": [ + 313, + 322, + 680, + 322, + 680, + 382, + 313, + 382 + ], + "score": 0.86 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 856, + 2088, + 856, + 2112, + 841, + 2112 + ], + "score": 0.726 + }, + { + "category_id": 13, + "poly": [ + 581, + 1166, + 608, + 1166, + 608, + 1200, + 581, + 1200 + ], + "score": 0.88, + "latex": "\\ell _ { p }" + }, + { + "category_id": 13, + "poly": [ + 297, + 1074, + 324, + 1074, + 324, + 1108, + 297, + 1108 + ], + "score": 0.87, + "latex": "\\ell _ { p }" + }, + { + "category_id": 13, + "poly": [ + 875, + 1680, + 915, + 1680, + 915, + 1709, + 875, + 1709 + ], + "score": 0.85, + "latex": "3 \\%" + }, + { + "category_id": 13, + "poly": [ + 716, + 1771, + 759, + 1771, + 759, + 1800, + 716, + 1800 + ], + "score": 0.85, + "latex": "3 \\%" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 216.0, + 1406.0, + 216.0, + 1406.0, + 274.0, + 294.0, + 274.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 73.0, + 858.0, + 73.0, + 858.0, + 108.0, + 298.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 966.0, + 579.0, + 966.0, + 579.0, + 1012.0, + 294.0, + 1012.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 768.0, + 460.0, + 934.0, + 460.0, + 934.0, + 503.0, + 768.0, + 503.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 840.0, + 2088.0, + 857.0, + 2088.0, + 857.0, + 2116.0, + 840.0, + 2116.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 397.0, + 524.0, + 1304.0, + 524.0, + 1304.0, + 556.0, + 397.0, + 556.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 552.0, + 1303.0, + 552.0, + 1303.0, + 588.0, + 394.0, + 588.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 584.0, + 1306.0, + 584.0, + 1306.0, + 619.0, + 394.0, + 619.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 614.0, + 1305.0, + 614.0, + 1305.0, + 647.0, + 395.0, + 647.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 642.0, + 1307.0, + 642.0, + 1307.0, + 680.0, + 393.0, + 680.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 676.0, + 1306.0, + 676.0, + 1306.0, + 708.0, + 395.0, + 708.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 704.0, + 1307.0, + 704.0, + 1307.0, + 740.0, + 394.0, + 740.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 737.0, + 1306.0, + 737.0, + 1306.0, + 769.0, + 395.0, + 769.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 765.0, + 1306.0, + 765.0, + 1306.0, + 801.0, + 392.0, + 801.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 798.0, + 1305.0, + 798.0, + 1305.0, + 830.0, + 394.0, + 830.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 827.0, + 1305.0, + 827.0, + 1305.0, + 859.0, + 394.0, + 859.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 857.0, + 1305.0, + 857.0, + 1305.0, + 893.0, + 394.0, + 893.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 886.0, + 863.0, + 886.0, + 863.0, + 922.0, + 393.0, + 922.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1559.0, + 1404.0, + 1559.0, + 1404.0, + 1592.0, + 296.0, + 1592.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1585.0, + 1405.0, + 1585.0, + 1405.0, + 1623.0, + 293.0, + 1623.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1618.0, + 1405.0, + 1618.0, + 1405.0, + 1655.0, + 292.0, + 1655.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1649.0, + 1404.0, + 1649.0, + 1404.0, + 1682.0, + 296.0, + 1682.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1679.0, + 874.0, + 1679.0, + 874.0, + 1716.0, + 294.0, + 1716.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 916.0, + 1679.0, + 1407.0, + 1679.0, + 1407.0, + 1716.0, + 916.0, + 1716.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1709.0, + 1405.0, + 1709.0, + 1405.0, + 1745.0, + 293.0, + 1745.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1742.0, + 1405.0, + 1742.0, + 1405.0, + 1775.0, + 296.0, + 1775.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1772.0, + 715.0, + 1772.0, + 715.0, + 1805.0, + 296.0, + 1805.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 760.0, + 1772.0, + 1404.0, + 1772.0, + 1404.0, + 1805.0, + 760.0, + 1805.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1802.0, + 1231.0, + 1802.0, + 1231.0, + 1839.0, + 294.0, + 1839.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1215.0, + 1404.0, + 1215.0, + 1404.0, + 1248.0, + 296.0, + 1248.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1244.0, + 1408.0, + 1244.0, + 1408.0, + 1281.0, + 293.0, + 1281.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1271.0, + 1410.0, + 1271.0, + 1410.0, + 1314.0, + 292.0, + 1314.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1304.0, + 1405.0, + 1304.0, + 1405.0, + 1342.0, + 292.0, + 1342.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1335.0, + 1037.0, + 1335.0, + 1037.0, + 1374.0, + 293.0, + 1374.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1848.0, + 1405.0, + 1848.0, + 1405.0, + 1885.0, + 294.0, + 1885.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1881.0, + 1405.0, + 1881.0, + 1405.0, + 1918.0, + 294.0, + 1918.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1911.0, + 1405.0, + 1911.0, + 1405.0, + 1947.0, + 294.0, + 1947.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1940.0, + 1409.0, + 1940.0, + 1409.0, + 1979.0, + 293.0, + 1979.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1971.0, + 1407.0, + 1971.0, + 1407.0, + 2007.0, + 293.0, + 2007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 2002.0, + 1407.0, + 2002.0, + 1407.0, + 2036.0, + 294.0, + 2036.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1044.0, + 1408.0, + 1044.0, + 1408.0, + 1077.0, + 296.0, + 1077.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 325.0, + 1073.0, + 1406.0, + 1073.0, + 1406.0, + 1110.0, + 325.0, + 1110.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1104.0, + 1408.0, + 1104.0, + 1408.0, + 1141.0, + 293.0, + 1141.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1130.0, + 1408.0, + 1130.0, + 1408.0, + 1173.0, + 292.0, + 1173.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1165.0, + 580.0, + 1165.0, + 580.0, + 1202.0, + 294.0, + 1202.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 609.0, + 1165.0, + 1302.0, + 1165.0, + 1302.0, + 1202.0, + 609.0, + 1202.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1384.0, + 1404.0, + 1384.0, + 1404.0, + 1421.0, + 294.0, + 1421.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1417.0, + 1404.0, + 1417.0, + 1404.0, + 1450.0, + 297.0, + 1450.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1445.0, + 1407.0, + 1445.0, + 1407.0, + 1482.0, + 292.0, + 1482.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1475.0, + 1404.0, + 1475.0, + 1404.0, + 1514.0, + 294.0, + 1514.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1509.0, + 604.0, + 1509.0, + 604.0, + 1541.0, + 297.0, + 1541.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 315.0, + 323.0, + 560.0, + 323.0, + 560.0, + 355.0, + 315.0, + 355.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 312.0, + 351.0, + 681.0, + 351.0, + 681.0, + 386.0, + 312.0, + 386.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 0, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 1263, + 1405, + 1263, + 1405, + 1478, + 298, + 1478 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 298, + 1572, + 1404, + 1572, + 1404, + 1726, + 298, + 1726 + ], + "score": 0.975 + }, + { + "category_id": 1, + "poly": [ + 299, + 629, + 1403, + 629, + 1403, + 751, + 299, + 751 + ], + "score": 0.975 + }, + { + "category_id": 1, + "poly": [ + 298, + 1741, + 1405, + 1741, + 1405, + 1895, + 298, + 1895 + ], + "score": 0.974 + }, + { + "category_id": 3, + "poly": [ + 300, + 782, + 1401, + 782, + 1401, + 1070, + 300, + 1070 + ], + "score": 0.964 + }, + { + "category_id": 1, + "poly": [ + 298, + 229, + 1401, + 229, + 1401, + 323, + 298, + 323 + ], + "score": 0.961 + }, + { + "category_id": 2, + "poly": [ + 296, + 1916, + 1402, + 1916, + 1402, + 2034, + 296, + 2034 + ], + "score": 0.957 + }, + { + "category_id": 4, + "poly": [ + 297, + 1093, + 1406, + 1093, + 1406, + 1186, + 297, + 1186 + ], + "score": 0.95 + }, + { + "category_id": 1, + "poly": [ + 297, + 339, + 1404, + 339, + 1404, + 613, + 297, + 613 + ], + "score": 0.877 + }, + { + "category_id": 2, + "poly": [ + 298, + 76, + 857, + 76, + 857, + 104, + 298, + 104 + ], + "score": 0.859 + }, + { + "category_id": 0, + "poly": [ + 299, + 1194, + 1019, + 1194, + 1019, + 1230, + 299, + 1230 + ], + "score": 0.809 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 858, + 2088, + 858, + 2112, + 841, + 2112 + ], + "score": 0.729 + }, + { + "category_id": 1, + "poly": [ + 300, + 1517, + 1127, + 1517, + 1127, + 1546, + 300, + 1546 + ], + "score": 0.572 + }, + { + "category_id": 0, + "poly": [ + 300, + 1517, + 1127, + 1517, + 1127, + 1546, + 300, + 1546 + ], + "score": 0.371 + }, + { + "category_id": 2, + "poly": [ + 300, + 76, + 856, + 76, + 856, + 104, + 300, + 104 + ], + "score": 0.108 + }, + { + "category_id": 1, + "poly": [ + 299, + 1194, + 1019, + 1194, + 1019, + 1230, + 299, + 1230 + ], + "score": 0.103 + }, + { + "category_id": 13, + "poly": [ + 469, + 1803, + 553, + 1803, + 553, + 1831, + 469, + 1831 + ], + "score": 0.9, + "latex": "k = 1 0" + }, + { + "category_id": 13, + "poly": [ + 1351, + 491, + 1403, + 491, + 1403, + 520, + 1351, + 520 + ], + "score": 0.86, + "latex": "16 \\%" + }, + { + "category_id": 13, + "poly": [ + 348, + 521, + 403, + 521, + 403, + 550, + 348, + 550 + ], + "score": 0.86, + "latex": "10 \\%" + }, + { + "category_id": 13, + "poly": [ + 1309, + 552, + 1362, + 552, + 1362, + 580, + 1309, + 580 + ], + "score": 0.86, + "latex": "14 \\%" + }, + { + "category_id": 13, + "poly": [ + 666, + 583, + 707, + 583, + 707, + 611, + 666, + 611 + ], + "score": 0.85, + "latex": "8 \\%" + }, + { + "category_id": 15, + "poly": [ + 360.0, + 787.0, + 521.0, + 787.0, + 521.0, + 806.0, + 360.0, + 806.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 539.0, + 785.0, + 668.0, + 785.0, + 668.0, + 807.0, + 539.0, + 807.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 746.0, + 785.0, + 847.0, + 785.0, + 847.0, + 807.0, + 746.0, + 807.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 881.0, + 785.0, + 1042.0, + 785.0, + 1042.0, + 806.0, + 881.0, + 806.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1099.0, + 787.0, + 1211.0, + 787.0, + 1211.0, + 806.0, + 1099.0, + 806.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1263.0, + 787.0, + 1375.0, + 787.0, + 1375.0, + 806.0, + 1263.0, + 806.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 333.0, + 893.0, + 363.0, + 893.0, + 363.0, + 911.0, + 333.0, + 911.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 690.0, + 893.0, + 719.0, + 893.0, + 719.0, + 911.0, + 690.0, + 911.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1047.0, + 893.0, + 1078.0, + 893.0, + 1078.0, + 911.0, + 1047.0, + 911.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 299.0, + 902.0, + 364.0, + 902.0, + 364.0, + 988.0, + 299.0, + 988.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 688.0, + 934.0, + 720.0, + 934.0, + 720.0, + 958.0, + 688.0, + 958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1044.0, + 934.0, + 1077.0, + 934.0, + 1077.0, + 958.0, + 1044.0, + 958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 332.0, + 976.0, + 364.0, + 976.0, + 364.0, + 1003.0, + 332.0, + 1003.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 687.0, + 979.0, + 719.0, + 979.0, + 719.0, + 1001.0, + 687.0, + 1001.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1044.0, + 979.0, + 1078.0, + 979.0, + 1078.0, + 1001.0, + 1044.0, + 1001.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 340.25, + 1002.5, + 382.25, + 1002.5, + 382.25, + 1016.0, + 340.25, + 1016.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 435.25, + 997.5, + 480.25, + 997.5, + 480.25, + 1017.5, + 435.25, + 1017.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 501.0, + 1000.5, + 549.0, + 1000.5, + 549.0, + 1017.5, + 501.0, + 1017.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 600.0, + 1000.0, + 642.0, + 1000.0, + 642.0, + 1014.5, + 600.0, + 1014.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 699.0, + 998.5, + 742.0, + 998.5, + 742.0, + 1015.5, + 699.0, + 1015.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 821.25, + 998.5, + 867.25, + 998.5, + 867.25, + 1015.0, + 821.25, + 1015.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 924.0, + 1000.5, + 969.0, + 1000.5, + 969.0, + 1015.5, + 924.0, + 1015.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 956.0, + 997.5, + 1002.0, + 997.5, + 1002.0, + 1017.0, + 956.0, + 1017.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 360.25, + 1002.0, + 417.25, + 1002.0, + 417.25, + 1021.0, + 360.25, + 1021.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 558.0, + 1004.0, + 612.0, + 1004.0, + 612.0, + 1021.0, + 558.0, + 1021.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 720.0, + 1003.0, + 772.0, + 1003.0, + 772.0, + 1018.0, + 720.0, + 1018.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 752.75, + 1002.0, + 804.75, + 1002.0, + 804.75, + 1018.0, + 752.75, + 1018.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 852.75, + 1004.0, + 905.75, + 1004.0, + 905.75, + 1019.5, + 852.75, + 1019.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 884.25, + 1003.0, + 938.25, + 1003.0, + 938.25, + 1020.0, + 884.25, + 1020.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1077.0, + 1003.0, + 1132.0, + 1003.0, + 1132.0, + 1021.0, + 1077.0, + 1021.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1109.0, + 1004.5, + 1162.0, + 1004.5, + 1162.0, + 1019.5, + 1109.0, + 1019.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1141.0, + 1001.5, + 1196.0, + 1001.5, + 1196.0, + 1019.0, + 1141.0, + 1019.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1172.75, + 1002.5, + 1225.75, + 1002.5, + 1225.75, + 1019.5, + 1172.75, + 1019.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1210.0, + 1002.0, + 1265.0, + 1002.0, + 1265.0, + 1021.5, + 1210.0, + 1021.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1273.0, + 1004.5, + 1327.0, + 1004.5, + 1327.0, + 1020.0, + 1273.0, + 1020.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1306.0, + 1002.0, + 1358.0, + 1002.0, + 1358.0, + 1019.0, + 1306.0, + 1019.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1337.25, + 1002.0, + 1390.25, + 1002.0, + 1390.25, + 1019.0, + 1337.25, + 1019.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 384.75, + 1010.5, + 447.75, + 1010.5, + 447.75, + 1026.0, + 384.75, + 1026.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 518.0, + 1007.5, + 582.0, + 1007.5, + 582.0, + 1024.5, + 518.0, + 1024.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 610.0, + 1007.5, + 676.0, + 1007.5, + 676.0, + 1026.5, + 610.0, + 1026.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1037.25, + 1006.5, + 1100.25, + 1006.5, + 1100.25, + 1023.5, + 1037.25, + 1023.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1234.0, + 1007.5, + 1298.0, + 1007.5, + 1298.0, + 1024.5, + 1234.0, + 1024.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 418.75, + 1018.0, + 513.75, + 1018.0, + 513.75, + 1039.0, + 418.75, + 1039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 555.25, + 1028.5, + 625.25, + 1028.5, + 625.25, + 1045.0, + 555.25, + 1045.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 745.25, + 1018.0, + 839.25, + 1018.0, + 839.25, + 1039.0, + 745.25, + 1039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 941.75, + 1018.5, + 1036.75, + 1018.5, + 1036.75, + 1039.5, + 941.75, + 1039.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 330.0, + 1911.0, + 1404.0, + 1911.0, + 1404.0, + 1950.0, + 330.0, + 1950.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1945.0, + 1036.0, + 1945.0, + 1036.0, + 1975.0, + 296.0, + 1975.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 328.0, + 1967.0, + 1179.0, + 1967.0, + 1179.0, + 2010.0, + 328.0, + 2010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 329.0, + 1999.0, + 1233.0, + 1999.0, + 1233.0, + 2038.0, + 329.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1092.0, + 1406.0, + 1092.0, + 1406.0, + 1130.0, + 295.0, + 1130.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1121.0, + 1407.0, + 1121.0, + 1407.0, + 1161.0, + 292.0, + 1161.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1152.0, + 1124.0, + 1152.0, + 1124.0, + 1191.0, + 292.0, + 1191.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 73.0, + 858.0, + 73.0, + 858.0, + 108.0, + 298.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1189.0, + 1022.0, + 1189.0, + 1022.0, + 1236.0, + 291.0, + 1236.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 2085.0, + 862.0, + 2085.0, + 862.0, + 2120.0, + 839.0, + 2120.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1512.0, + 1132.0, + 1512.0, + 1132.0, + 1550.0, + 294.0, + 1550.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 73.0, + 859.0, + 73.0, + 859.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1265.0, + 1402.0, + 1265.0, + 1402.0, + 1295.0, + 297.0, + 1295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1293.0, + 1403.0, + 1293.0, + 1403.0, + 1327.0, + 296.0, + 1327.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1324.0, + 1405.0, + 1324.0, + 1405.0, + 1358.0, + 295.0, + 1358.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1356.0, + 1406.0, + 1356.0, + 1406.0, + 1390.0, + 295.0, + 1390.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1385.0, + 1405.0, + 1385.0, + 1405.0, + 1418.0, + 293.0, + 1418.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1416.0, + 1405.0, + 1416.0, + 1405.0, + 1450.0, + 295.0, + 1450.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1447.0, + 644.0, + 1447.0, + 644.0, + 1481.0, + 293.0, + 1481.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1571.0, + 1405.0, + 1571.0, + 1405.0, + 1608.0, + 293.0, + 1608.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1601.0, + 1405.0, + 1601.0, + 1405.0, + 1638.0, + 294.0, + 1638.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1632.0, + 1405.0, + 1632.0, + 1405.0, + 1669.0, + 294.0, + 1669.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1662.0, + 1406.0, + 1662.0, + 1406.0, + 1699.0, + 294.0, + 1699.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1694.0, + 1370.0, + 1694.0, + 1370.0, + 1731.0, + 296.0, + 1731.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 625.0, + 1404.0, + 625.0, + 1404.0, + 666.0, + 293.0, + 666.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 659.0, + 1407.0, + 659.0, + 1407.0, + 693.0, + 293.0, + 693.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 690.0, + 1404.0, + 690.0, + 1404.0, + 726.0, + 294.0, + 726.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 722.0, + 1047.0, + 722.0, + 1047.0, + 754.0, + 294.0, + 754.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1740.0, + 1407.0, + 1740.0, + 1407.0, + 1776.0, + 295.0, + 1776.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1772.0, + 1406.0, + 1772.0, + 1406.0, + 1805.0, + 296.0, + 1805.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1798.0, + 468.0, + 1798.0, + 468.0, + 1836.0, + 292.0, + 1836.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 554.0, + 1798.0, + 1406.0, + 1798.0, + 1406.0, + 1836.0, + 554.0, + 1836.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1826.0, + 1406.0, + 1826.0, + 1406.0, + 1871.0, + 292.0, + 1871.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1860.0, + 801.0, + 1860.0, + 801.0, + 1897.0, + 292.0, + 1897.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 229.0, + 1406.0, + 229.0, + 1406.0, + 265.0, + 293.0, + 265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 263.0, + 1405.0, + 263.0, + 1405.0, + 297.0, + 294.0, + 297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 292.0, + 1318.0, + 292.0, + 1318.0, + 326.0, + 294.0, + 326.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 336.0, + 1409.0, + 336.0, + 1409.0, + 373.0, + 294.0, + 373.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 367.0, + 1406.0, + 367.0, + 1406.0, + 403.0, + 294.0, + 403.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 401.0, + 1405.0, + 401.0, + 1405.0, + 433.0, + 296.0, + 433.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 429.0, + 1405.0, + 429.0, + 1405.0, + 466.0, + 295.0, + 466.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 460.0, + 1407.0, + 460.0, + 1407.0, + 497.0, + 295.0, + 497.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 492.0, + 1350.0, + 492.0, + 1350.0, + 524.0, + 296.0, + 524.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 523.0, + 347.0, + 523.0, + 347.0, + 555.0, + 296.0, + 555.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 404.0, + 523.0, + 1404.0, + 523.0, + 1404.0, + 555.0, + 404.0, + 555.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 549.0, + 1308.0, + 549.0, + 1308.0, + 588.0, + 294.0, + 588.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1363.0, + 549.0, + 1406.0, + 549.0, + 1406.0, + 588.0, + 1363.0, + 588.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 581.0, + 665.0, + 581.0, + 665.0, + 618.0, + 297.0, + 618.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 708.0, + 581.0, + 947.0, + 581.0, + 947.0, + 618.0, + 708.0, + 618.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1512.0, + 1132.0, + 1512.0, + 1132.0, + 1550.0, + 294.0, + 1550.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1189.0, + 1022.0, + 1189.0, + 1022.0, + 1236.0, + 291.0, + 1236.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 1, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 1197, + 1405, + 1197, + 1405, + 1535, + 298, + 1535 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 298, + 1551, + 1403, + 1551, + 1403, + 1674, + 298, + 1674 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 298, + 1027, + 1404, + 1027, + 1404, + 1182, + 298, + 1182 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 299, + 1880, + 1403, + 1880, + 1403, + 2034, + 299, + 2034 + ], + "score": 0.975 + }, + { + "category_id": 5, + "poly": [ + 334, + 573, + 1366, + 573, + 1366, + 776, + 334, + 776 + ], + "score": 0.975, + "html": "
ImageNet-Vid-RobustYTBB-Robust
Anchor framesReviewed1,3142,467
Accepted1,109 (84%)2,030 (82%)
Labels updated1834 (41%)
Frame pairsReviewed26,02945,631
Accepted21,070 (80.9%)36,827 (80.7%)
" + }, + { + "category_id": 1, + "poly": [ + 299, + 1690, + 1401, + 1690, + 1401, + 1782, + 299, + 1782 + ], + "score": 0.965 + }, + { + "category_id": 3, + "poly": [ + 300, + 226, + 1396, + 226, + 1396, + 427, + 300, + 427 + ], + "score": 0.964 + }, + { + "category_id": 1, + "poly": [ + 301, + 920, + 1400, + 920, + 1400, + 1012, + 301, + 1012 + ], + "score": 0.964 + }, + { + "category_id": 4, + "poly": [ + 299, + 447, + 1400, + 447, + 1400, + 541, + 299, + 541 + ], + "score": 0.941 + }, + { + "category_id": 2, + "poly": [ + 298, + 76, + 858, + 76, + 858, + 105, + 298, + 105 + ], + "score": 0.901 + }, + { + "category_id": 0, + "poly": [ + 301, + 1822, + 747, + 1822, + 747, + 1853, + 301, + 1853 + ], + "score": 0.878 + }, + { + "category_id": 6, + "poly": [ + 299, + 797, + 1401, + 797, + 1401, + 858, + 299, + 858 + ], + "score": 0.697 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 858, + 2088, + 858, + 2112, + 841, + 2112 + ], + "score": 0.639 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 859, + 2088, + 859, + 2112, + 841, + 2112 + ], + "score": 0.37 + }, + { + "category_id": 1, + "poly": [ + 299, + 797, + 1401, + 797, + 1401, + 858, + 299, + 858 + ], + "score": 0.111 + }, + { + "category_id": 13, + "poly": [ + 297, + 1942, + 489, + 1942, + 489, + 1976, + 297, + 1976 + ], + "score": 0.92, + "latex": "Y = \\{ y _ { 1 } , . . . , y _ { n } \\}" + }, + { + "category_id": 13, + "poly": [ + 639, + 1912, + 830, + 1912, + 830, + 1945, + 639, + 1945 + ], + "score": 0.92, + "latex": "A = \\{ a _ { 1 } , . . . , a _ { n } \\}" + }, + { + "category_id": 13, + "poly": [ + 860, + 1942, + 944, + 1942, + 944, + 1975, + 860, + 1975 + ], + "score": 0.91, + "latex": "\\textstyle { \\mathcal { N } } _ { k } ( a _ { i } )" + }, + { + "category_id": 13, + "poly": [ + 658, + 1973, + 696, + 1973, + 696, + 2003, + 658, + 2003 + ], + "score": 0.88, + "latex": "\\mathcal { N } _ { k }" + }, + { + "category_id": 13, + "poly": [ + 599, + 827, + 654, + 827, + 654, + 856, + 599, + 856 + ], + "score": 0.85, + "latex": "41 \\%" + }, + { + "category_id": 13, + "poly": [ + 895, + 1976, + 927, + 1976, + 927, + 2001, + 895, + 2001 + ], + "score": 0.85, + "latex": "2 k" + }, + { + "category_id": 13, + "poly": [ + 454, + 1979, + 480, + 1979, + 480, + 2003, + 454, + 2003 + ], + "score": 0.82, + "latex": "a _ { i }" + }, + { + "category_id": 13, + "poly": [ + 747, + 1947, + 769, + 1947, + 769, + 1969, + 747, + 1969 + ], + "score": 0.81, + "latex": "A" + }, + { + "category_id": 13, + "poly": [ + 1383, + 1974, + 1403, + 1974, + 1403, + 2000, + 1383, + 2000 + ], + "score": 0.27, + "latex": "\\mathbf { k }" + }, + { + "category_id": 15, + "poly": [ + 496.0, + 396.0, + 628.0, + 396.0, + 628.0, + 424.0, + 496.0, + 424.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 872.0, + 398.0, + 1004.0, + 398.0, + 1004.0, + 424.0, + 872.0, + 424.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1046.0, + 402.0, + 1221.0, + 402.0, + 1221.0, + 430.0, + 1046.0, + 430.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1245.0, + 396.0, + 1376.0, + 396.0, + 1376.0, + 424.0, + 1245.0, + 424.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 447.0, + 1405.0, + 447.0, + 1405.0, + 483.0, + 293.0, + 483.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 478.0, + 1404.0, + 478.0, + 1404.0, + 512.0, + 295.0, + 512.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 509.0, + 788.0, + 509.0, + 788.0, + 543.0, + 294.0, + 543.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 72.0, + 858.0, + 72.0, + 858.0, + 108.0, + 298.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1820.0, + 752.0, + 1820.0, + 752.0, + 1857.0, + 294.0, + 1857.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 792.0, + 1405.0, + 792.0, + 1405.0, + 833.0, + 294.0, + 833.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 826.0, + 598.0, + 826.0, + 598.0, + 861.0, + 297.0, + 861.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 655.0, + 826.0, + 1403.0, + 826.0, + 1403.0, + 861.0, + 655.0, + 861.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 2085.0, + 860.0, + 2085.0, + 860.0, + 2116.0, + 839.0, + 2116.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 2085.0, + 862.0, + 2085.0, + 862.0, + 2118.0, + 838.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1198.0, + 1405.0, + 1198.0, + 1405.0, + 1233.0, + 295.0, + 1233.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1230.0, + 1408.0, + 1230.0, + 1408.0, + 1265.0, + 295.0, + 1265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1255.0, + 1409.0, + 1255.0, + 1409.0, + 1298.0, + 292.0, + 1298.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1284.0, + 1406.0, + 1284.0, + 1406.0, + 1329.0, + 292.0, + 1329.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1322.0, + 1403.0, + 1322.0, + 1403.0, + 1354.0, + 296.0, + 1354.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1352.0, + 1405.0, + 1352.0, + 1405.0, + 1383.0, + 295.0, + 1383.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1383.0, + 1403.0, + 1383.0, + 1403.0, + 1415.0, + 296.0, + 1415.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1413.0, + 1403.0, + 1413.0, + 1403.0, + 1444.0, + 296.0, + 1444.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1439.0, + 1405.0, + 1439.0, + 1405.0, + 1479.0, + 293.0, + 1479.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1472.0, + 1406.0, + 1472.0, + 1406.0, + 1509.0, + 292.0, + 1509.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1504.0, + 854.0, + 1504.0, + 854.0, + 1538.0, + 296.0, + 1538.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1549.0, + 1407.0, + 1549.0, + 1407.0, + 1586.0, + 293.0, + 1586.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1579.0, + 1407.0, + 1579.0, + 1407.0, + 1618.0, + 292.0, + 1618.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1614.0, + 1403.0, + 1614.0, + 1403.0, + 1646.0, + 294.0, + 1646.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1643.0, + 1322.0, + 1643.0, + 1322.0, + 1675.0, + 294.0, + 1675.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1029.0, + 1405.0, + 1029.0, + 1405.0, + 1062.0, + 296.0, + 1062.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1055.0, + 1406.0, + 1055.0, + 1406.0, + 1097.0, + 293.0, + 1097.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1086.0, + 1406.0, + 1086.0, + 1406.0, + 1126.0, + 293.0, + 1126.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1118.0, + 1406.0, + 1118.0, + 1406.0, + 1156.0, + 293.0, + 1156.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1147.0, + 1408.0, + 1147.0, + 1408.0, + 1188.0, + 293.0, + 1188.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1880.0, + 1403.0, + 1880.0, + 1403.0, + 1913.0, + 297.0, + 1913.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1909.0, + 638.0, + 1909.0, + 638.0, + 1946.0, + 293.0, + 1946.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 1909.0, + 1407.0, + 1909.0, + 1407.0, + 1946.0, + 831.0, + 1946.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 490.0, + 1940.0, + 746.0, + 1940.0, + 746.0, + 1977.0, + 490.0, + 1977.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 770.0, + 1940.0, + 859.0, + 1940.0, + 859.0, + 1977.0, + 770.0, + 1977.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 945.0, + 1940.0, + 1407.0, + 1940.0, + 1407.0, + 1977.0, + 945.0, + 1977.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1973.0, + 453.0, + 1973.0, + 453.0, + 2006.0, + 295.0, + 2006.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 481.0, + 1973.0, + 657.0, + 1973.0, + 657.0, + 2006.0, + 481.0, + 2006.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 697.0, + 1973.0, + 894.0, + 1973.0, + 894.0, + 2006.0, + 697.0, + 2006.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 928.0, + 1973.0, + 1382.0, + 1973.0, + 1382.0, + 2006.0, + 928.0, + 2006.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1404.0, + 1973.0, + 1407.0, + 1973.0, + 1407.0, + 2006.0, + 1404.0, + 2006.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1999.0, + 578.0, + 1999.0, + 578.0, + 2036.0, + 294.0, + 2036.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1688.0, + 1405.0, + 1688.0, + 1405.0, + 1725.0, + 294.0, + 1725.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1720.0, + 1406.0, + 1720.0, + 1406.0, + 1753.0, + 293.0, + 1753.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1753.0, + 988.0, + 1753.0, + 988.0, + 1783.0, + 295.0, + 1783.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 919.0, + 1405.0, + 919.0, + 1405.0, + 956.0, + 295.0, + 956.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 952.0, + 1404.0, + 952.0, + 1404.0, + 985.0, + 295.0, + 985.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 980.0, + 1276.0, + 980.0, + 1276.0, + 1015.0, + 295.0, + 1015.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 792.0, + 1405.0, + 792.0, + 1405.0, + 833.0, + 294.0, + 833.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 826.0, + 598.0, + 826.0, + 598.0, + 861.0, + 297.0, + 861.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 655.0, + 826.0, + 1403.0, + 826.0, + 1403.0, + 861.0, + 655.0, + 861.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 2, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1734, + 1405, + 1734, + 1405, + 1920, + 297, + 1920 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 297, + 513, + 1403, + 513, + 1403, + 670, + 297, + 670 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 298, + 1431, + 1404, + 1431, + 1404, + 1616, + 298, + 1616 + ], + "score": 0.979 + }, + { + "category_id": 3, + "poly": [ + 404, + 815, + 1294, + 815, + 1294, + 1238, + 404, + 1238 + ], + "score": 0.972 + }, + { + "category_id": 1, + "poly": [ + 300, + 1941, + 1402, + 1941, + 1402, + 2034, + 300, + 2034 + ], + "score": 0.972 + }, + { + "category_id": 4, + "poly": [ + 296, + 1262, + 1405, + 1262, + 1405, + 1385, + 296, + 1385 + ], + "score": 0.961 + }, + { + "category_id": 8, + "poly": [ + 581, + 321, + 1116, + 321, + 1116, + 413, + 581, + 413 + ], + "score": 0.958 + }, + { + "category_id": 1, + "poly": [ + 295, + 224, + 1405, + 224, + 1405, + 295, + 295, + 295 + ], + "score": 0.945 + }, + { + "category_id": 1, + "poly": [ + 295, + 434, + 1362, + 434, + 1362, + 469, + 295, + 469 + ], + "score": 0.93 + }, + { + "category_id": 2, + "poly": [ + 297, + 74, + 858, + 74, + 858, + 106, + 297, + 106 + ], + "score": 0.921 + }, + { + "category_id": 0, + "poly": [ + 300, + 1668, + 565, + 1668, + 565, + 1699, + 300, + 1699 + ], + "score": 0.891 + }, + { + "category_id": 0, + "poly": [ + 300, + 728, + 568, + 728, + 568, + 763, + 300, + 763 + ], + "score": 0.891 + }, + { + "category_id": 9, + "poly": [ + 1366, + 351, + 1400, + 351, + 1400, + 382, + 1366, + 382 + ], + "score": 0.882 + }, + { + "category_id": 2, + "poly": [ + 840, + 2089, + 857, + 2089, + 857, + 2111, + 840, + 2111 + ], + "score": 0.777 + }, + { + "category_id": 14, + "poly": [ + 582, + 317, + 1115, + 317, + 1115, + 414, + 582, + 414 + ], + "score": 0.94, + "latex": "\\mathrm { a c c } _ { \\mathrm { p m k } } = 1 - \\frac { 1 } { N } \\sum _ { i = 0 } ^ { N } \\operatorname* { m a x } _ { b \\in \\mathcal { N } _ { k } ( a _ { i } ) } \\mathcal { L } _ { 0 / 1 } ( f ( b ) , y _ { i } ) ," + }, + { + "category_id": 13, + "poly": [ + 890, + 224, + 1320, + 224, + 1320, + 267, + 890, + 267 + ], + "score": 0.93, + "latex": "\\begin{array} { r } { \\mathrm { a c c } _ { \\mathrm { o r i g } } = 1 - \\frac { 1 } { N } \\sum _ { i = 0 } ^ { N } \\mathcal { L } _ { 0 / 1 } ( f ( a _ { i } ) , y _ { i } ) } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 966, + 435, + 1050, + 435, + 1050, + 469, + 966, + 469 + ], + "score": 0.93, + "latex": "\\textstyle { \\mathcal { N } } _ { k } ( a _ { i } )" + }, + { + "category_id": 13, + "poly": [ + 298, + 262, + 354, + 262, + 354, + 298, + 298, + 298 + ], + "score": 0.89, + "latex": "\\mathcal { L } _ { 0 / 1 }" + }, + { + "category_id": 13, + "poly": [ + 949, + 1832, + 1022, + 1832, + 1022, + 1862, + 949, + 1862 + ], + "score": 0.87, + "latex": "\\operatorname { a c c } _ { \\mathrm { o r i g } }" + }, + { + "category_id": 13, + "poly": [ + 1070, + 1832, + 1146, + 1832, + 1146, + 1860, + 1070, + 1860 + ], + "score": 0.87, + "latex": "\\mathrm { a c c } _ { \\mathrm { p m k } }" + }, + { + "category_id": 13, + "poly": [ + 742, + 1739, + 818, + 1739, + 818, + 1769, + 742, + 1769 + ], + "score": 0.86, + "latex": "\\mathrm { a c c } _ { \\mathrm { p m k } }" + }, + { + "category_id": 13, + "poly": [ + 1249, + 549, + 1320, + 549, + 1320, + 578, + 1249, + 578 + ], + "score": 0.86, + "latex": "\\mathrm { p m - k }" + }, + { + "category_id": 13, + "poly": [ + 670, + 1293, + 724, + 1293, + 724, + 1322, + 670, + 1322 + ], + "score": 0.86, + "latex": "9 5 \\%" + }, + { + "category_id": 13, + "poly": [ + 717, + 1802, + 789, + 1802, + 789, + 1829, + 717, + 1829 + ], + "score": 0.85, + "latex": "\\operatorname { a c c } _ { \\mathrm { o r i g } }" + }, + { + "category_id": 13, + "poly": [ + 1097, + 1801, + 1172, + 1801, + 1172, + 1829, + 1097, + 1829 + ], + "score": 0.83, + "latex": "\\mathrm { a c c } _ { \\mathrm { p m k } }" + }, + { + "category_id": 13, + "poly": [ + 884, + 266, + 954, + 266, + 954, + 294, + 884, + 294 + ], + "score": 0.81, + "latex": "\\mathrm { p m - k }" + }, + { + "category_id": 13, + "poly": [ + 296, + 640, + 367, + 640, + 367, + 670, + 296, + 670 + ], + "score": 0.77, + "latex": "\\mathrm { p m - k }" + }, + { + "category_id": 13, + "poly": [ + 495, + 1557, + 566, + 1557, + 566, + 1586, + 495, + 1586 + ], + "score": 0.73, + "latex": "\\mathrm { p m - k }" + }, + { + "category_id": 13, + "poly": [ + 342, + 1496, + 413, + 1496, + 413, + 1526, + 342, + 1526 + ], + "score": 0.72, + "latex": "\\mathrm { p m - k }" + }, + { + "category_id": 13, + "poly": [ + 1041, + 1172, + 1057, + 1172, + 1057, + 1188, + 1041, + 1188 + ], + "score": 0.71, + "latex": "^ +" + }, + { + "category_id": 13, + "poly": [ + 714, + 1172, + 731, + 1172, + 731, + 1188, + 714, + 1188 + ], + "score": 0.7, + "latex": "^ +" + }, + { + "category_id": 13, + "poly": [ + 1041, + 1193, + 1057, + 1193, + 1057, + 1210, + 1041, + 1210 + ], + "score": 0.64, + "latex": "^ +" + }, + { + "category_id": 13, + "poly": [ + 714, + 1215, + 731, + 1215, + 731, + 1232, + 714, + 1232 + ], + "score": 0.57, + "latex": "^ +" + }, + { + "category_id": 13, + "poly": [ + 714, + 1192, + 748, + 1192, + 748, + 1211, + 714, + 1211 + ], + "score": 0.52, + "latex": "+ \\ 1 2" + }, + { + "category_id": 13, + "poly": [ + 940, + 1193, + 979, + 1193, + 979, + 1211, + 940, + 1211 + ], + "score": 0.34, + "latex": "-" + }, + { + "category_id": 15, + "poly": [ + 481.0, + 818.0, + 823.0, + 818.0, + 823.0, + 860.0, + 481.0, + 860.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 992.0, + 819.0, + 1205.0, + 819.0, + 1205.0, + 859.0, + 992.0, + 859.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 429.0, + 854.0, + 463.0, + 854.0, + 463.0, + 881.0, + 429.0, + 881.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 717.0, + 858.0, + 727.0, + 858.0, + 727.0, + 865.0, + 717.0, + 865.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 853.0, + 867.0, + 890.0, + 867.0, + 890.0, + 1101.0, + 853.0, + 1101.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 408.0, + 868.0, + 438.0, + 868.0, + 438.0, + 1097.0, + 408.0, + 1097.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 874.0, + 872.0, + 908.0, + 872.0, + 908.0, + 899.0, + 874.0, + 899.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 430.0, + 906.0, + 459.0, + 906.0, + 459.0, + 929.0, + 430.0, + 929.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 878.0, + 914.0, + 907.0, + 914.0, + 907.0, + 940.0, + 878.0, + 940.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 730.0, + 938.0, + 745.0, + 938.0, + 745.0, + 951.0, + 730.0, + 951.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 430.0, + 955.0, + 459.0, + 955.0, + 459.0, + 980.0, + 430.0, + 980.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 877.0, + 957.0, + 906.0, + 957.0, + 906.0, + 982.0, + 877.0, + 982.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 430.0, + 1004.0, + 458.0, + 1004.0, + 458.0, + 1029.0, + 430.0, + 1029.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 632.0, + 996.0, + 665.0, + 996.0, + 665.0, + 1019.0, + 632.0, + 1019.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 877.0, + 1000.0, + 906.0, + 1000.0, + 906.0, + 1023.0, + 877.0, + 1023.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1013.0, + 1028.0, + 1020.0, + 1028.0, + 1020.0, + 1036.0, + 1013.0, + 1036.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1004.0, + 1032.0, + 1012.0, + 1032.0, + 1012.0, + 1041.0, + 1004.0, + 1041.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 879.0, + 1044.0, + 905.0, + 1044.0, + 905.0, + 1064.0, + 879.0, + 1064.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 991.0, + 1050.0, + 1000.0, + 1050.0, + 1000.0, + 1057.0, + 991.0, + 1057.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1008.0, + 1049.0, + 1016.0, + 1049.0, + 1016.0, + 1057.0, + 1008.0, + 1057.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 430.0, + 1053.0, + 459.0, + 1053.0, + 459.0, + 1078.0, + 430.0, + 1078.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 876.0, + 1081.0, + 908.0, + 1081.0, + 908.0, + 1109.0, + 876.0, + 1109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 474.0, + 1109.0, + 504.0, + 1109.0, + 504.0, + 1134.0, + 474.0, + 1134.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 547.0, + 1108.0, + 581.0, + 1108.0, + 581.0, + 1135.0, + 547.0, + 1135.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 622.0, + 1108.0, + 656.0, + 1108.0, + 656.0, + 1135.0, + 622.0, + 1135.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 698.0, + 1109.0, + 729.0, + 1109.0, + 729.0, + 1134.0, + 698.0, + 1134.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 772.0, + 1107.0, + 806.0, + 1107.0, + 806.0, + 1136.0, + 772.0, + 1136.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 941.0, + 1107.0, + 974.0, + 1107.0, + 974.0, + 1136.0, + 941.0, + 1136.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1015.0, + 1109.0, + 1046.0, + 1109.0, + 1046.0, + 1134.0, + 1015.0, + 1134.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1087.0, + 1108.0, + 1120.0, + 1108.0, + 1120.0, + 1136.0, + 1087.0, + 1136.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1160.0, + 1107.0, + 1194.0, + 1107.0, + 1194.0, + 1135.0, + 1160.0, + 1135.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1235.0, + 1108.0, + 1267.0, + 1108.0, + 1267.0, + 1136.0, + 1235.0, + 1136.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 545.0, + 1125.0, + 754.0, + 1125.0, + 754.0, + 1158.0, + 545.0, + 1158.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 993.0, + 1126.0, + 1202.0, + 1126.0, + 1202.0, + 1157.0, + 993.0, + 1157.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 449.0, + 1165.0, + 594.0, + 1165.0, + 594.0, + 1194.0, + 449.0, + 1194.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 653.0, + 1166.0, + 713.0, + 1166.0, + 713.0, + 1193.0, + 653.0, + 1193.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 732.0, + 1166.0, + 886.0, + 1166.0, + 886.0, + 1193.0, + 732.0, + 1193.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 980.0, + 1167.0, + 1040.0, + 1167.0, + 1040.0, + 1193.0, + 980.0, + 1193.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1058.0, + 1167.0, + 1282.0, + 1167.0, + 1282.0, + 1193.0, + 1058.0, + 1193.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 448.0, + 1186.0, + 530.0, + 1186.0, + 530.0, + 1216.0, + 448.0, + 1216.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 652.0, + 1186.0, + 713.0, + 1186.0, + 713.0, + 1217.0, + 652.0, + 1217.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 749.0, + 1186.0, + 902.0, + 1186.0, + 902.0, + 1217.0, + 749.0, + 1217.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 980.0, + 1189.0, + 1040.0, + 1189.0, + 1040.0, + 1214.0, + 980.0, + 1214.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1058.0, + 1189.0, + 1203.0, + 1189.0, + 1203.0, + 1214.0, + 1058.0, + 1214.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 420.0, + 1215.0, + 441.0, + 1215.0, + 441.0, + 1230.0, + 420.0, + 1230.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 448.0, + 1209.0, + 517.0, + 1209.0, + 517.0, + 1237.0, + 448.0, + 1237.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 653.0, + 1210.0, + 713.0, + 1210.0, + 713.0, + 1236.0, + 653.0, + 1236.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 732.0, + 1210.0, + 919.0, + 1210.0, + 919.0, + 1236.0, + 732.0, + 1236.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1248.0, + 868.5, + 1281.0, + 868.5, + 1281.0, + 882.5, + 1248.0, + 882.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1224.25, + 885.0, + 1268.25, + 885.0, + 1268.25, + 903.0, + 1224.25, + 903.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 679.75, + 968.0, + 705.75, + 968.0, + 705.75, + 981.0, + 679.75, + 981.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 478.0, + 935.5, + 714.0, + 935.5, + 714.0, + 955.5, + 478.0, + 955.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 949.0, + 958.5, + 1115.0, + 958.5, + 1115.0, + 978.0, + 949.0, + 978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 934.0, + 1016.0, + 948.0, + 1016.0, + 948.0, + 1024.5, + 934.0, + 1024.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 941.0, + 1010.5, + 962.0, + 1010.5, + 962.0, + 1018.5, + 941.0, + 1018.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 954.0, + 1079.5, + 974.0, + 1079.5, + 974.0, + 1091.0, + 954.0, + 1091.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1262.0, + 1405.0, + 1262.0, + 1405.0, + 1298.0, + 295.0, + 1298.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1291.0, + 669.0, + 1291.0, + 669.0, + 1328.0, + 293.0, + 1328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 725.0, + 1291.0, + 1406.0, + 1291.0, + 1406.0, + 1328.0, + 725.0, + 1328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1322.0, + 1406.0, + 1322.0, + 1406.0, + 1357.0, + 291.0, + 1357.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1353.0, + 1233.0, + 1353.0, + 1233.0, + 1390.0, + 293.0, + 1390.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 858.0, + 72.0, + 858.0, + 109.0, + 297.0, + 109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1667.0, + 568.0, + 1667.0, + 568.0, + 1703.0, + 295.0, + 1703.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 724.0, + 571.0, + 724.0, + 571.0, + 770.0, + 291.0, + 770.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 2086.0, + 862.0, + 2086.0, + 862.0, + 2118.0, + 838.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1731.0, + 741.0, + 1731.0, + 741.0, + 1772.0, + 294.0, + 1772.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 819.0, + 1731.0, + 1405.0, + 1731.0, + 1405.0, + 1772.0, + 819.0, + 1772.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1764.0, + 1403.0, + 1764.0, + 1403.0, + 1800.0, + 294.0, + 1800.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1795.0, + 716.0, + 1795.0, + 716.0, + 1835.0, + 294.0, + 1835.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 790.0, + 1795.0, + 1096.0, + 1795.0, + 1096.0, + 1835.0, + 790.0, + 1835.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1173.0, + 1795.0, + 1406.0, + 1795.0, + 1406.0, + 1835.0, + 1173.0, + 1835.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1824.0, + 948.0, + 1824.0, + 948.0, + 1865.0, + 292.0, + 1865.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1023.0, + 1824.0, + 1069.0, + 1824.0, + 1069.0, + 1865.0, + 1023.0, + 1865.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1147.0, + 1824.0, + 1408.0, + 1824.0, + 1408.0, + 1865.0, + 1147.0, + 1865.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1855.0, + 1406.0, + 1855.0, + 1406.0, + 1892.0, + 294.0, + 1892.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1887.0, + 1407.0, + 1887.0, + 1407.0, + 1923.0, + 295.0, + 1923.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 514.0, + 1404.0, + 514.0, + 1404.0, + 550.0, + 295.0, + 550.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 547.0, + 1248.0, + 547.0, + 1248.0, + 581.0, + 296.0, + 581.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1321.0, + 547.0, + 1404.0, + 547.0, + 1404.0, + 581.0, + 1321.0, + 581.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 575.0, + 1406.0, + 575.0, + 1406.0, + 612.0, + 293.0, + 612.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 606.0, + 1405.0, + 606.0, + 1405.0, + 644.0, + 293.0, + 644.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 368.0, + 636.0, + 957.0, + 636.0, + 957.0, + 673.0, + 368.0, + 673.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1433.0, + 1401.0, + 1433.0, + 1401.0, + 1465.0, + 296.0, + 1465.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1462.0, + 1404.0, + 1462.0, + 1404.0, + 1498.0, + 294.0, + 1498.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1492.0, + 341.0, + 1492.0, + 341.0, + 1529.0, + 293.0, + 1529.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 414.0, + 1492.0, + 1405.0, + 1492.0, + 1405.0, + 1529.0, + 414.0, + 1529.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1524.0, + 1405.0, + 1524.0, + 1405.0, + 1559.0, + 294.0, + 1559.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1554.0, + 494.0, + 1554.0, + 494.0, + 1588.0, + 294.0, + 1588.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 567.0, + 1554.0, + 1405.0, + 1554.0, + 1405.0, + 1588.0, + 567.0, + 1588.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1585.0, + 1146.0, + 1585.0, + 1146.0, + 1620.0, + 294.0, + 1620.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1940.0, + 1407.0, + 1940.0, + 1407.0, + 1978.0, + 295.0, + 1978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1973.0, + 1406.0, + 1973.0, + 1406.0, + 2006.0, + 293.0, + 2006.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 2001.0, + 466.0, + 2001.0, + 466.0, + 2037.0, + 292.0, + 2037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 285.0, + 206.0, + 889.0, + 206.0, + 889.0, + 282.0, + 285.0, + 282.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1321.0, + 206.0, + 1413.0, + 206.0, + 1413.0, + 282.0, + 1321.0, + 282.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 355.0, + 258.0, + 883.0, + 258.0, + 883.0, + 300.0, + 355.0, + 300.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 955.0, + 258.0, + 1207.0, + 258.0, + 1207.0, + 300.0, + 955.0, + 300.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 426.0, + 965.0, + 426.0, + 965.0, + 478.0, + 292.0, + 478.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1051.0, + 426.0, + 1368.0, + 426.0, + 1368.0, + 478.0, + 1051.0, + 478.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 3, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1140, + 1405, + 1140, + 1405, + 1416, + 297, + 1416 + ], + "score": 0.983 + }, + { + "category_id": 5, + "poly": [ + 377, + 311, + 1323, + 311, + 1323, + 795, + 377, + 795 + ], + "score": 0.981, + "html": "
Model Type Accuracy Accuracy △PerturbedOriginal
ImageNet-Vid-Robust
Trained on ILSVRC 67.5 [64.7, 70.3] 52.5 [49.5, 55.5] 15.0
+ Noise Augmentation 68.8 [66.0, 71.5] 53.2 [50.2, 56.2] 15.6
+lrobustness (ResNext-101) 54.3 [51.3, 57.2] 40.8 [39.0, 43.7] 12.4
+ FT on ImageNet- Vid 80.8 [78.3, 83.1] 65.7 [62.9, 68.5] 15.1
+ FT on ImageNet-Vid (ResNet-152) 84.8 [82.5, 86.8]70.2 [67.4, 72.8] 14.6
+ FT on ImageNet-Vid-Det 77.6 [75.1, 80.0] 65.4 [62.5, 68.1] 12.3
YTBB-Robust
Trained on ILSVRC 57.0 [54.9, 59.2]43.8 [41.7, 46.0] 13.2
+Noise Augmentation 62.3 [60.2, 64.4]45.7 [43.5, 47.9]16.6
+ l robustness (ResNext-101) 53.6 [51.4, 55.8]43.2 [41.0, 45.3]10.4
+ FT on Youtube-BB 91.4 [90.1, 92.6]82.0 [80.3, 83.7]9.4
+ FT on Youtube-BB (ResNet-152) 92.9 [91.6, 93.9]84.7 [83.0, 86.2]8.2
" + }, + { + "category_id": 1, + "poly": [ + 297, + 844, + 1405, + 844, + 1405, + 1122, + 297, + 1122 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 299, + 1911, + 1403, + 1911, + 1403, + 2034, + 299, + 2034 + ], + "score": 0.971 + }, + { + "category_id": 1, + "poly": [ + 298, + 1436, + 1404, + 1436, + 1404, + 1591, + 298, + 1591 + ], + "score": 0.971 + }, + { + "category_id": 6, + "poly": [ + 298, + 223, + 1401, + 223, + 1401, + 287, + 298, + 287 + ], + "score": 0.938 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 858, + 75, + 858, + 105, + 298, + 105 + ], + "score": 0.91 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 858, + 2088, + 858, + 2112, + 841, + 2112 + ], + "score": 0.727 + }, + { + "category_id": 1, + "poly": [ + 298, + 1611, + 1404, + 1611, + 1404, + 1734, + 298, + 1734 + ], + "score": 0.628 + }, + { + "category_id": 1, + "poly": [ + 300, + 1737, + 1406, + 1737, + 1406, + 1891, + 300, + 1891 + ], + "score": 0.62 + }, + { + "category_id": 13, + "poly": [ + 383, + 1469, + 421, + 1469, + 421, + 1499, + 383, + 1499 + ], + "score": 0.9, + "latex": "\\ell _ { \\infty }" + }, + { + "category_id": 13, + "poly": [ + 297, + 1438, + 335, + 1438, + 335, + 1468, + 297, + 1468 + ], + "score": 0.88, + "latex": "\\ell _ { \\infty }" + }, + { + "category_id": 13, + "poly": [ + 986, + 1860, + 1059, + 1860, + 1059, + 1889, + 986, + 1889 + ], + "score": 0.87, + "latex": "1 5 . 1 \\%" + }, + { + "category_id": 13, + "poly": [ + 829, + 1768, + 885, + 1768, + 885, + 1797, + 829, + 1797 + ], + "score": 0.87, + "latex": "34 \\%" + }, + { + "category_id": 13, + "poly": [ + 910, + 1829, + 971, + 1829, + 971, + 1858, + 910, + 1858 + ], + "score": 0.87, + "latex": "9 . 4 \\%" + }, + { + "category_id": 13, + "poly": [ + 676, + 1032, + 843, + 1032, + 843, + 1062, + 676, + 1062 + ], + "score": 0.86, + "latex": "\\operatorname { a c c } _ { \\mathrm { o r i g } } - \\operatorname { a c c } _ { \\mathrm { p m k } }" + }, + { + "category_id": 13, + "poly": [ + 879, + 1860, + 953, + 1860, + 953, + 1889, + 879, + 1889 + ], + "score": 0.86, + "latex": "1 5 . 0 \\%" + }, + { + "category_id": 13, + "poly": [ + 362, + 1768, + 417, + 1768, + 417, + 1798, + 362, + 1798 + ], + "score": 0.86, + "latex": "13 \\%" + }, + { + "category_id": 13, + "poly": [ + 512, + 1386, + 585, + 1386, + 585, + 1415, + 512, + 1415 + ], + "score": 0.85, + "latex": "1 6 . 6 \\%" + }, + { + "category_id": 13, + "poly": [ + 827, + 972, + 901, + 972, + 901, + 1001, + 827, + 1001 + ], + "score": 0.85, + "latex": "\\operatorname { a c c } _ { \\mathrm { o r i g } }" + }, + { + "category_id": 13, + "poly": [ + 422, + 1089, + 495, + 1089, + 495, + 1119, + 422, + 1119 + ], + "score": 0.85, + "latex": "1 3 . 2 \\%" + }, + { + "category_id": 13, + "poly": [ + 296, + 1089, + 370, + 1089, + 370, + 1119, + 296, + 1119 + ], + "score": 0.85, + "latex": "1 5 . 0 \\%" + }, + { + "category_id": 13, + "poly": [ + 386, + 1386, + 460, + 1386, + 460, + 1415, + 386, + 1415 + ], + "score": 0.84, + "latex": "1 5 . 6 \\%" + }, + { + "category_id": 13, + "poly": [ + 396, + 698, + 456, + 698, + 456, + 728, + 396, + 728 + ], + "score": 0.84, + "latex": "+ \\ell _ { \\infty }" + }, + { + "category_id": 13, + "poly": [ + 596, + 1560, + 637, + 1560, + 637, + 1589, + 596, + 1589 + ], + "score": 0.81, + "latex": "3 \\%" + }, + { + "category_id": 13, + "poly": [ + 1253, + 1205, + 1323, + 1205, + 1323, + 1234, + 1253, + 1234 + ], + "score": 0.76, + "latex": "\\mathrm { p m - k }" + }, + { + "category_id": 13, + "poly": [ + 396, + 517, + 417, + 517, + 417, + 538, + 396, + 538 + ], + "score": 0.73, + "latex": "^ +" + }, + { + "category_id": 13, + "poly": [ + 395, + 545, + 417, + 545, + 417, + 569, + 395, + 569 + ], + "score": 0.67, + "latex": "^ +" + }, + { + "category_id": 13, + "poly": [ + 395, + 482, + 456, + 482, + 456, + 512, + 395, + 512 + ], + "score": 0.65, + "latex": "+ \\ell _ { \\infty }" + }, + { + "category_id": 13, + "poly": [ + 395, + 576, + 417, + 576, + 417, + 600, + 395, + 600 + ], + "score": 0.64, + "latex": "^ +" + }, + { + "category_id": 13, + "poly": [ + 395, + 731, + 417, + 731, + 417, + 754, + 395, + 754 + ], + "score": 0.63, + "latex": "^ +" + }, + { + "category_id": 13, + "poly": [ + 401, + 670, + 424, + 670, + 424, + 694, + 401, + 694 + ], + "score": 0.61, + "latex": "^ +" + }, + { + "category_id": 13, + "poly": [ + 395, + 454, + 417, + 454, + 417, + 478, + 395, + 478 + ], + "score": 0.59, + "latex": "^ +" + }, + { + "category_id": 13, + "poly": [ + 395, + 761, + 417, + 761, + 417, + 785, + 395, + 785 + ], + "score": 0.58, + "latex": "^ +" + }, + { + "category_id": 13, + "poly": [ + 395, + 759, + 455, + 759, + 455, + 787, + 395, + 787 + ], + "score": 0.31, + "latex": "+ \\mathrm { F T }" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 223.0, + 1403.0, + 223.0, + 1403.0, + 259.0, + 294.0, + 259.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 254.0, + 1392.0, + 254.0, + 1392.0, + 286.0, + 296.0, + 286.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 73.0, + 858.0, + 73.0, + 858.0, + 108.0, + 298.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 2085.0, + 861.0, + 2085.0, + 861.0, + 2120.0, + 839.0, + 2120.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1138.0, + 1403.0, + 1138.0, + 1403.0, + 1179.0, + 294.0, + 1179.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1174.0, + 1403.0, + 1174.0, + 1403.0, + 1206.0, + 295.0, + 1206.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1202.0, + 1252.0, + 1202.0, + 1252.0, + 1238.0, + 292.0, + 1238.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1324.0, + 1202.0, + 1405.0, + 1202.0, + 1405.0, + 1238.0, + 1324.0, + 1238.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1234.0, + 1406.0, + 1234.0, + 1406.0, + 1266.0, + 296.0, + 1266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1262.0, + 1405.0, + 1262.0, + 1405.0, + 1299.0, + 294.0, + 1299.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1294.0, + 1406.0, + 1294.0, + 1406.0, + 1328.0, + 294.0, + 1328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1326.0, + 1403.0, + 1326.0, + 1403.0, + 1359.0, + 295.0, + 1359.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1350.0, + 1406.0, + 1350.0, + 1406.0, + 1394.0, + 292.0, + 1394.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1386.0, + 385.0, + 1386.0, + 385.0, + 1419.0, + 296.0, + 1419.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 461.0, + 1386.0, + 511.0, + 1386.0, + 511.0, + 1419.0, + 461.0, + 1419.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 586.0, + 1386.0, + 813.0, + 1386.0, + 813.0, + 1419.0, + 586.0, + 1419.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 844.0, + 1406.0, + 844.0, + 1406.0, + 881.0, + 294.0, + 881.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 877.0, + 1407.0, + 877.0, + 1407.0, + 909.0, + 295.0, + 909.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 904.0, + 1406.0, + 904.0, + 1406.0, + 942.0, + 294.0, + 942.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 936.0, + 1407.0, + 936.0, + 1407.0, + 972.0, + 292.0, + 972.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 963.0, + 826.0, + 963.0, + 826.0, + 1007.0, + 292.0, + 1007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 902.0, + 963.0, + 1407.0, + 963.0, + 1407.0, + 1007.0, + 902.0, + 1007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 996.0, + 1403.0, + 996.0, + 1403.0, + 1032.0, + 295.0, + 1032.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1026.0, + 675.0, + 1026.0, + 675.0, + 1067.0, + 292.0, + 1067.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 844.0, + 1026.0, + 1406.0, + 1026.0, + 1406.0, + 1067.0, + 844.0, + 1067.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1059.0, + 1406.0, + 1059.0, + 1406.0, + 1092.0, + 295.0, + 1092.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1087.0, + 295.0, + 1087.0, + 295.0, + 1126.0, + 292.0, + 1126.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 371.0, + 1087.0, + 421.0, + 1087.0, + 421.0, + 1126.0, + 371.0, + 1126.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 496.0, + 1087.0, + 1286.0, + 1087.0, + 1286.0, + 1126.0, + 496.0, + 1126.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1912.0, + 1403.0, + 1912.0, + 1403.0, + 1945.0, + 294.0, + 1945.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1943.0, + 1407.0, + 1943.0, + 1407.0, + 1976.0, + 294.0, + 1976.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1970.0, + 1404.0, + 1970.0, + 1404.0, + 2010.0, + 292.0, + 2010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 2003.0, + 1407.0, + 2003.0, + 1407.0, + 2038.0, + 293.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 336.0, + 1438.0, + 1405.0, + 1438.0, + 1405.0, + 1471.0, + 336.0, + 1471.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1467.0, + 382.0, + 1467.0, + 382.0, + 1504.0, + 294.0, + 1504.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 422.0, + 1467.0, + 1406.0, + 1467.0, + 1406.0, + 1504.0, + 422.0, + 1504.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1496.0, + 1406.0, + 1496.0, + 1406.0, + 1535.0, + 293.0, + 1535.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1528.0, + 1405.0, + 1528.0, + 1405.0, + 1564.0, + 293.0, + 1564.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1559.0, + 595.0, + 1559.0, + 595.0, + 1596.0, + 293.0, + 1596.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 638.0, + 1559.0, + 1188.0, + 1559.0, + 1188.0, + 1596.0, + 638.0, + 1596.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1610.0, + 1405.0, + 1610.0, + 1405.0, + 1647.0, + 292.0, + 1647.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1642.0, + 1406.0, + 1642.0, + 1406.0, + 1675.0, + 294.0, + 1675.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1673.0, + 1406.0, + 1673.0, + 1406.0, + 1709.0, + 294.0, + 1709.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1704.0, + 1367.0, + 1704.0, + 1367.0, + 1736.0, + 294.0, + 1736.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1735.0, + 1406.0, + 1735.0, + 1406.0, + 1773.0, + 294.0, + 1773.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1766.0, + 361.0, + 1766.0, + 361.0, + 1803.0, + 294.0, + 1803.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 418.0, + 1766.0, + 828.0, + 1766.0, + 828.0, + 1803.0, + 418.0, + 1803.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 886.0, + 1766.0, + 1408.0, + 1766.0, + 1408.0, + 1803.0, + 886.0, + 1803.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1798.0, + 1409.0, + 1798.0, + 1409.0, + 1835.0, + 293.0, + 1835.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1825.0, + 909.0, + 1825.0, + 909.0, + 1866.0, + 293.0, + 1866.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 972.0, + 1825.0, + 1410.0, + 1825.0, + 1410.0, + 1866.0, + 972.0, + 1866.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1858.0, + 878.0, + 1858.0, + 878.0, + 1893.0, + 294.0, + 1893.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 954.0, + 1858.0, + 985.0, + 1858.0, + 985.0, + 1893.0, + 954.0, + 1893.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1060.0, + 1858.0, + 1069.0, + 1858.0, + 1069.0, + 1893.0, + 1060.0, + 1893.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 4, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 585, + 1405, + 585, + 1405, + 919, + 297, + 919 + ], + "score": 0.98 + }, + { + "category_id": 3, + "poly": [ + 298, + 953, + 1401, + 953, + 1401, + 1446, + 298, + 1446 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 299, + 230, + 1403, + 230, + 1403, + 351, + 299, + 351 + ], + "score": 0.974 + }, + { + "category_id": 1, + "poly": [ + 298, + 1767, + 1404, + 1767, + 1404, + 1921, + 298, + 1921 + ], + "score": 0.973 + }, + { + "category_id": 1, + "poly": [ + 298, + 428, + 1404, + 428, + 1404, + 581, + 298, + 581 + ], + "score": 0.971 + }, + { + "category_id": 4, + "poly": [ + 297, + 1471, + 1405, + 1471, + 1405, + 1655, + 297, + 1655 + ], + "score": 0.952 + }, + { + "category_id": 2, + "poly": [ + 298, + 1949, + 1402, + 1949, + 1402, + 2033, + 298, + 2033 + ], + "score": 0.937 + }, + { + "category_id": 0, + "poly": [ + 301, + 1722, + 715, + 1722, + 715, + 1753, + 301, + 1753 + ], + "score": 0.897 + }, + { + "category_id": 0, + "poly": [ + 299, + 381, + 507, + 381, + 507, + 411, + 299, + 411 + ], + "score": 0.876 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 857, + 75, + 857, + 104, + 298, + 104 + ], + "score": 0.87 + }, + { + "category_id": 2, + "poly": [ + 840, + 2089, + 859, + 2089, + 859, + 2112, + 840, + 2112 + ], + "score": 0.789 + }, + { + "category_id": 13, + "poly": [ + 297, + 1860, + 362, + 1860, + 362, + 1888, + 297, + 1888 + ], + "score": 0.85, + "latex": "3- 4 \\%" + }, + { + "category_id": 13, + "poly": [ + 1304, + 1890, + 1365, + 1890, + 1365, + 1919, + 1304, + 1919 + ], + "score": 0.85, + "latex": "1 . 8 \\%" + }, + { + "category_id": 13, + "poly": [ + 335, + 292, + 409, + 292, + 409, + 322, + 335, + 322 + ], + "score": 0.84, + "latex": "8 0 . 8 \\%" + }, + { + "category_id": 13, + "poly": [ + 296, + 1890, + 362, + 1890, + 362, + 1919, + 296, + 1919 + ], + "score": 0.82, + "latex": "5- 6 \\%" + }, + { + "category_id": 13, + "poly": [ + 1325, + 262, + 1404, + 262, + 1404, + 292, + 1325, + 292 + ], + "score": 0.82, + "latex": "( 7 7 . 6 \\%" + }, + { + "category_id": 13, + "poly": [ + 627, + 704, + 711, + 704, + 711, + 737, + 627, + 737 + ], + "score": 0.55, + "latex": "( 2 0 1 8 ) ^ { 4 }" + }, + { + "category_id": 15, + "poly": [ + 800.0, + 1026.0, + 976.0, + 1026.0, + 976.0, + 1078.0, + 800.0, + 1078.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1288.0, + 1102.0, + 1402.0, + 1102.0, + 1402.0, + 1122.0, + 1288.0, + 1122.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1294.0, + 1123.0, + 1316.0, + 1123.0, + 1316.0, + 1138.0, + 1294.0, + 1138.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 462.0, + 1148.0, + 532.0, + 1148.0, + 532.0, + 1169.0, + 462.0, + 1169.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 437.0, + 1161.0, + 462.0, + 1161.0, + 462.0, + 1175.0, + 437.0, + 1175.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 860.0, + 1280.0, + 964.0, + 1280.0, + 964.0, + 1317.0, + 860.0, + 1317.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 829.0, + 1371.0, + 962.0, + 1371.0, + 962.0, + 1400.0, + 829.0, + 1400.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1204.0, + 1365.0, + 1329.0, + 1365.0, + 1329.0, + 1407.0, + 1204.0, + 1407.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 304.0, + 1396.0, + 336.0, + 1396.0, + 336.0, + 1440.0, + 304.0, + 1440.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 434.0, + 1402.0, + 537.0, + 1402.0, + 537.0, + 1423.0, + 434.0, + 1423.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1470.0, + 1405.0, + 1470.0, + 1405.0, + 1506.0, + 296.0, + 1506.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1503.0, + 1403.0, + 1503.0, + 1403.0, + 1535.0, + 296.0, + 1535.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1531.0, + 1405.0, + 1531.0, + 1405.0, + 1567.0, + 294.0, + 1567.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1566.0, + 1406.0, + 1566.0, + 1406.0, + 1597.0, + 294.0, + 1597.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1592.0, + 1406.0, + 1592.0, + 1406.0, + 1626.0, + 292.0, + 1626.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1623.0, + 1281.0, + 1623.0, + 1281.0, + 1657.0, + 294.0, + 1657.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 327.0, + 1941.0, + 1406.0, + 1941.0, + 1406.0, + 1985.0, + 327.0, + 1985.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1975.0, + 1406.0, + 1975.0, + 1406.0, + 2011.0, + 293.0, + 2011.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 2006.0, + 820.0, + 2006.0, + 820.0, + 2035.0, + 296.0, + 2035.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1720.0, + 718.0, + 1720.0, + 718.0, + 1756.0, + 294.0, + 1756.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 377.0, + 512.0, + 377.0, + 512.0, + 417.0, + 293.0, + 417.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 858.0, + 72.0, + 858.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 840.0, + 2087.0, + 862.0, + 2087.0, + 862.0, + 2118.0, + 840.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 583.0, + 1406.0, + 583.0, + 1406.0, + 618.0, + 295.0, + 618.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 616.0, + 1405.0, + 616.0, + 1405.0, + 647.0, + 296.0, + 647.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 643.0, + 1406.0, + 643.0, + 1406.0, + 678.0, + 294.0, + 678.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 676.0, + 1405.0, + 676.0, + 1405.0, + 710.0, + 295.0, + 710.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 704.0, + 626.0, + 704.0, + 626.0, + 738.0, + 292.0, + 738.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 712.0, + 704.0, + 1406.0, + 704.0, + 1406.0, + 738.0, + 712.0, + 738.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 737.0, + 1407.0, + 737.0, + 1407.0, + 768.0, + 296.0, + 768.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 768.0, + 1403.0, + 768.0, + 1403.0, + 799.0, + 295.0, + 799.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 793.0, + 1407.0, + 793.0, + 1407.0, + 833.0, + 292.0, + 833.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 827.0, + 1406.0, + 827.0, + 1406.0, + 862.0, + 294.0, + 862.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 859.0, + 1405.0, + 859.0, + 1405.0, + 890.0, + 296.0, + 890.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 889.0, + 837.0, + 889.0, + 837.0, + 923.0, + 295.0, + 923.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 231.0, + 1404.0, + 231.0, + 1404.0, + 263.0, + 295.0, + 263.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 259.0, + 1324.0, + 259.0, + 1324.0, + 299.0, + 293.0, + 299.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1405.0, + 259.0, + 1408.0, + 259.0, + 1408.0, + 299.0, + 1405.0, + 299.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 290.0, + 334.0, + 290.0, + 334.0, + 325.0, + 294.0, + 325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 410.0, + 290.0, + 1403.0, + 290.0, + 1403.0, + 325.0, + 410.0, + 325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 324.0, + 896.0, + 324.0, + 896.0, + 353.0, + 297.0, + 353.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1767.0, + 1405.0, + 1767.0, + 1405.0, + 1800.0, + 297.0, + 1800.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1799.0, + 1406.0, + 1799.0, + 1406.0, + 1832.0, + 296.0, + 1832.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1827.0, + 1405.0, + 1827.0, + 1405.0, + 1867.0, + 292.0, + 1867.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1853.0, + 296.0, + 1853.0, + 296.0, + 1898.0, + 291.0, + 1898.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 363.0, + 1853.0, + 1405.0, + 1853.0, + 1405.0, + 1898.0, + 363.0, + 1898.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 363.0, + 1890.0, + 1303.0, + 1890.0, + 1303.0, + 1923.0, + 363.0, + 1923.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1366.0, + 1890.0, + 1405.0, + 1890.0, + 1405.0, + 1923.0, + 1366.0, + 1923.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 428.0, + 1405.0, + 428.0, + 1405.0, + 461.0, + 297.0, + 461.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 456.0, + 1405.0, + 456.0, + 1405.0, + 491.0, + 292.0, + 491.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 485.0, + 1406.0, + 485.0, + 1406.0, + 527.0, + 291.0, + 527.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 515.0, + 1404.0, + 515.0, + 1404.0, + 555.0, + 293.0, + 555.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 549.0, + 1026.0, + 549.0, + 1026.0, + 586.0, + 294.0, + 586.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 5, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1850, + 1407, + 1850, + 1407, + 2035, + 297, + 2035 + ], + "score": 0.981 + }, + { + "category_id": 5, + "poly": [ + 417, + 1540, + 1274, + 1540, + 1274, + 1737, + 417, + 1737 + ], + "score": 0.981, + "html": "
Accuracy
ReviewedOriginalPerturbedDrop
ImageNet-Vid-Robust80.364.116.2
X84.870.214.4
YTBB-Robust88.178.110.0
X92.984.78.9
" + }, + { + "category_id": 1, + "poly": [ + 297, + 760, + 1404, + 760, + 1404, + 912, + 297, + 912 + ], + "score": 0.973 + }, + { + "category_id": 1, + "poly": [ + 298, + 663, + 1406, + 663, + 1406, + 755, + 298, + 755 + ], + "score": 0.968 + }, + { + "category_id": 6, + "poly": [ + 296, + 223, + 1405, + 223, + 1405, + 318, + 296, + 318 + ], + "score": 0.964 + }, + { + "category_id": 1, + "poly": [ + 299, + 1420, + 1404, + 1420, + 1404, + 1515, + 299, + 1515 + ], + "score": 0.946 + }, + { + "category_id": 4, + "poly": [ + 297, + 1235, + 1407, + 1235, + 1407, + 1359, + 297, + 1359 + ], + "score": 0.938 + }, + { + "category_id": 0, + "poly": [ + 299, + 1795, + 583, + 1795, + 583, + 1830, + 299, + 1830 + ], + "score": 0.916 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 858, + 75, + 858, + 105, + 298, + 105 + ], + "score": 0.913 + }, + { + "category_id": 3, + "poly": [ + 305, + 946, + 1379, + 946, + 1379, + 1205, + 305, + 1205 + ], + "score": 0.904 + }, + { + "category_id": 2, + "poly": [ + 841, + 2087, + 858, + 2087, + 858, + 2111, + 841, + 2111 + ], + "score": 0.773 + }, + { + "category_id": 13, + "poly": [ + 1203, + 1944, + 1231, + 1944, + 1231, + 1977, + 1203, + 1977 + ], + "score": 0.88, + "latex": "\\ell _ { p }" + }, + { + "category_id": 13, + "poly": [ + 584, + 1882, + 612, + 1882, + 612, + 1916, + 584, + 1916 + ], + "score": 0.87, + "latex": "\\ell _ { p }" + }, + { + "category_id": 13, + "poly": [ + 668, + 664, + 729, + 664, + 729, + 694, + 668, + 694 + ], + "score": 0.85, + "latex": "1 . 1 \\%" + }, + { + "category_id": 13, + "poly": [ + 1066, + 2004, + 1091, + 2004, + 1091, + 2030, + 1066, + 2030 + ], + "score": 0.45, + "latex": "\\&" + }, + { + "category_id": 5, + "poly": [ + 311, + 341, + 1382, + 341, + 1382, + 612, + 311, + 612 + ], + "score": 0.951, + "html": "
TaskModelmAP OriginalmAP PerturbedmAP △
DetectionFRCNN,ResNet562.848.814.0
FRCNN,ResNet 10163.150.612.5
R-FCN, ResNet 101 Xiao and Jae Lee (2018)*79.4*63.7*15.7*
LocalizationFRCNN,ResNet5076.664.212.4
FRCNN, ResNet 10177.866.311.5
R-FCN, ResNet 101*80.9*70.3*10.6*
" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 225.0, + 1402.0, + 225.0, + 1402.0, + 256.0, + 295.0, + 256.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 255.0, + 1406.0, + 255.0, + 1406.0, + 289.0, + 295.0, + 289.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 285.0, + 1362.0, + 285.0, + 1362.0, + 319.0, + 294.0, + 319.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1236.0, + 1405.0, + 1236.0, + 1405.0, + 1269.0, + 295.0, + 1269.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1268.0, + 1409.0, + 1268.0, + 1409.0, + 1301.0, + 295.0, + 1301.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1297.0, + 1405.0, + 1297.0, + 1405.0, + 1333.0, + 294.0, + 1333.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1327.0, + 503.0, + 1327.0, + 503.0, + 1361.0, + 295.0, + 1361.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1790.0, + 587.0, + 1790.0, + 587.0, + 1837.0, + 292.0, + 1837.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 73.0, + 858.0, + 73.0, + 858.0, + 108.0, + 298.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 443.0, + 951.0, + 729.0, + 951.0, + 729.0, + 971.0, + 443.0, + 971.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 981.0, + 951.0, + 1282.0, + 951.0, + 1282.0, + 971.0, + 981.0, + 971.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 552.0, + 973.0, + 593.0, + 973.0, + 593.0, + 994.0, + 552.0, + 994.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1077.0, + 975.0, + 1159.0, + 975.0, + 1159.0, + 994.0, + 1077.0, + 994.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 553.0, + 989.0, + 644.0, + 989.0, + 644.0, + 1009.0, + 553.0, + 1009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 873.0, + 988.0, + 886.0, + 988.0, + 886.0, + 1004.0, + 873.0, + 1004.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1077.0, + 986.0, + 1213.0, + 986.0, + 1213.0, + 1012.0, + 1077.0, + 1012.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 308.0, + 1002.0, + 341.0, + 1002.0, + 341.0, + 1124.0, + 308.0, + 1124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 852.0, + 1007.0, + 886.0, + 1007.0, + 886.0, + 1128.0, + 852.0, + 1128.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 327.0, + 1038.0, + 339.0, + 1038.0, + 339.0, + 1059.0, + 327.0, + 1059.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 874.0, + 1073.0, + 884.0, + 1073.0, + 884.0, + 1089.0, + 874.0, + 1089.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 328.0, + 1080.0, + 338.0, + 1080.0, + 338.0, + 1095.0, + 328.0, + 1095.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 328.0, + 1120.0, + 338.0, + 1120.0, + 338.0, + 1133.0, + 328.0, + 1133.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 874.0, + 1117.0, + 884.0, + 1117.0, + 884.0, + 1129.0, + 874.0, + 1129.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 328.0, + 1159.0, + 338.0, + 1159.0, + 338.0, + 1170.0, + 328.0, + 1170.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 874.0, + 1159.0, + 885.0, + 1159.0, + 885.0, + 1171.0, + 874.0, + 1171.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 343.0, + 1168.0, + 412.0, + 1168.0, + 412.0, + 1186.0, + 343.0, + 1186.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 413.0, + 1169.0, + 434.0, + 1169.0, + 434.0, + 1184.0, + 413.0, + 1184.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 438.0, + 1169.0, + 457.0, + 1169.0, + 457.0, + 1184.0, + 438.0, + 1184.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 459.0, + 1169.0, + 479.0, + 1169.0, + 479.0, + 1184.0, + 459.0, + 1184.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 482.0, + 1169.0, + 503.0, + 1169.0, + 503.0, + 1184.0, + 482.0, + 1184.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 504.0, + 1166.0, + 528.0, + 1166.0, + 528.0, + 1185.0, + 504.0, + 1185.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 530.0, + 1169.0, + 549.0, + 1169.0, + 549.0, + 1184.0, + 530.0, + 1184.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 555.0, + 1169.0, + 572.0, + 1169.0, + 572.0, + 1185.0, + 555.0, + 1185.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 577.0, + 1169.0, + 594.0, + 1169.0, + 594.0, + 1184.0, + 577.0, + 1184.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 600.0, + 1169.0, + 615.0, + 1169.0, + 615.0, + 1185.0, + 600.0, + 1185.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 624.0, + 1169.0, + 639.0, + 1169.0, + 639.0, + 1184.0, + 624.0, + 1184.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 646.0, + 1169.0, + 662.0, + 1169.0, + 662.0, + 1184.0, + 646.0, + 1184.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 670.0, + 1169.0, + 685.0, + 1169.0, + 685.0, + 1184.0, + 670.0, + 1184.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 693.0, + 1169.0, + 707.0, + 1169.0, + 707.0, + 1184.0, + 693.0, + 1184.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 716.0, + 1169.0, + 731.0, + 1169.0, + 731.0, + 1184.0, + 716.0, + 1184.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 738.0, + 1169.0, + 755.0, + 1169.0, + 755.0, + 1183.0, + 738.0, + 1183.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 763.0, + 1169.0, + 777.0, + 1169.0, + 777.0, + 1184.0, + 763.0, + 1184.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 785.0, + 1169.0, + 802.0, + 1169.0, + 802.0, + 1184.0, + 785.0, + 1184.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 804.0, + 1169.0, + 825.0, + 1169.0, + 825.0, + 1184.0, + 804.0, + 1184.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 887.0, + 1166.0, + 981.0, + 1166.0, + 981.0, + 1186.0, + 887.0, + 1186.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 984.0, + 1168.0, + 1027.0, + 1168.0, + 1027.0, + 1185.0, + 984.0, + 1185.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1029.0, + 1169.0, + 1050.0, + 1169.0, + 1050.0, + 1184.0, + 1029.0, + 1184.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1052.0, + 1169.0, + 1071.0, + 1169.0, + 1071.0, + 1184.0, + 1052.0, + 1184.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1074.0, + 1169.0, + 1095.0, + 1169.0, + 1095.0, + 1184.0, + 1074.0, + 1184.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1098.0, + 1168.0, + 1118.0, + 1168.0, + 1118.0, + 1186.0, + 1098.0, + 1186.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1123.0, + 1169.0, + 1139.0, + 1169.0, + 1139.0, + 1184.0, + 1123.0, + 1184.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1145.0, + 1169.0, + 1161.0, + 1169.0, + 1161.0, + 1185.0, + 1145.0, + 1185.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1170.0, + 1169.0, + 1186.0, + 1169.0, + 1186.0, + 1184.0, + 1170.0, + 1184.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1193.0, + 1169.0, + 1208.0, + 1169.0, + 1208.0, + 1184.0, + 1193.0, + 1184.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1216.0, + 1169.0, + 1231.0, + 1169.0, + 1231.0, + 1184.0, + 1216.0, + 1184.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1239.0, + 1169.0, + 1254.0, + 1169.0, + 1254.0, + 1184.0, + 1239.0, + 1184.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1261.0, + 1169.0, + 1277.0, + 1169.0, + 1277.0, + 1184.0, + 1261.0, + 1184.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1285.0, + 1169.0, + 1301.0, + 1169.0, + 1301.0, + 1183.0, + 1285.0, + 1183.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1308.0, + 1169.0, + 1324.0, + 1169.0, + 1324.0, + 1184.0, + 1308.0, + 1184.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1330.0, + 1169.0, + 1348.0, + 1169.0, + 1348.0, + 1183.0, + 1330.0, + 1183.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1352.0, + 1169.0, + 1370.0, + 1169.0, + 1370.0, + 1184.0, + 1352.0, + 1184.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 557.0, + 1176.0, + 615.0, + 1176.0, + 615.0, + 1206.0, + 557.0, + 1206.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1102.0, + 1179.0, + 1161.0, + 1179.0, + 1161.0, + 1205.0, + 1102.0, + 1205.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 2086.0, + 860.0, + 2086.0, + 860.0, + 2118.0, + 839.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1848.0, + 1409.0, + 1848.0, + 1409.0, + 1885.0, + 294.0, + 1885.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1880.0, + 583.0, + 1880.0, + 583.0, + 1917.0, + 294.0, + 1917.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 613.0, + 1880.0, + 1409.0, + 1880.0, + 1409.0, + 1917.0, + 613.0, + 1917.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1911.0, + 1405.0, + 1911.0, + 1405.0, + 1946.0, + 294.0, + 1946.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1942.0, + 1202.0, + 1942.0, + 1202.0, + 1978.0, + 294.0, + 1978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1232.0, + 1942.0, + 1405.0, + 1942.0, + 1405.0, + 1978.0, + 1232.0, + 1978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1970.0, + 1405.0, + 1970.0, + 1405.0, + 2007.0, + 292.0, + 2007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 2002.0, + 1065.0, + 2002.0, + 1065.0, + 2038.0, + 292.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1092.0, + 2002.0, + 1409.0, + 2002.0, + 1409.0, + 2038.0, + 1092.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 760.0, + 1405.0, + 760.0, + 1405.0, + 793.0, + 296.0, + 793.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 790.0, + 1402.0, + 790.0, + 1402.0, + 823.0, + 296.0, + 823.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 820.0, + 1404.0, + 820.0, + 1404.0, + 853.0, + 296.0, + 853.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 849.0, + 1405.0, + 849.0, + 1405.0, + 886.0, + 295.0, + 886.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 882.0, + 1004.0, + 882.0, + 1004.0, + 915.0, + 296.0, + 915.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 659.0, + 667.0, + 659.0, + 667.0, + 701.0, + 295.0, + 701.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 730.0, + 659.0, + 1407.0, + 659.0, + 1407.0, + 701.0, + 730.0, + 701.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 692.0, + 1408.0, + 692.0, + 1408.0, + 728.0, + 295.0, + 728.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 725.0, + 1038.0, + 725.0, + 1038.0, + 758.0, + 295.0, + 758.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1418.0, + 1406.0, + 1418.0, + 1406.0, + 1457.0, + 292.0, + 1457.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1452.0, + 1404.0, + 1452.0, + 1404.0, + 1486.0, + 295.0, + 1486.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1480.0, + 639.0, + 1480.0, + 639.0, + 1518.0, + 294.0, + 1518.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 6, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 988, + 1404, + 988, + 1404, + 1295, + 298, + 1295 + ], + "score": 0.984 + }, + { + "category_id": 1, + "poly": [ + 298, + 442, + 1404, + 442, + 1404, + 687, + 298, + 687 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 298, + 715, + 1404, + 715, + 1404, + 961, + 298, + 961 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 298, + 1546, + 1403, + 1546, + 1403, + 1761, + 298, + 1761 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 298, + 1788, + 1404, + 1788, + 1404, + 2035, + 298, + 2035 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 299, + 1394, + 1403, + 1394, + 1403, + 1516, + 299, + 1516 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 298, + 229, + 1403, + 229, + 1403, + 414, + 298, + 414 + ], + "score": 0.976 + }, + { + "category_id": 0, + "poly": [ + 300, + 1334, + 544, + 1334, + 544, + 1369, + 300, + 1369 + ], + "score": 0.894 + }, + { + "category_id": 2, + "poly": [ + 298, + 76, + 857, + 76, + 857, + 104, + 298, + 104 + ], + "score": 0.884 + }, + { + "category_id": 2, + "poly": [ + 841, + 2089, + 858, + 2089, + 858, + 2111, + 841, + 2111 + ], + "score": 0.793 + }, + { + "category_id": 13, + "poly": [ + 1223, + 1669, + 1261, + 1669, + 1261, + 1699, + 1223, + 1699 + ], + "score": 0.89, + "latex": "\\ell _ { \\infty }" + }, + { + "category_id": 13, + "poly": [ + 1234, + 322, + 1263, + 322, + 1263, + 357, + 1234, + 357 + ], + "score": 0.89, + "latex": "\\ell _ { p }" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1330.0, + 548.0, + 1330.0, + 548.0, + 1378.0, + 291.0, + 1378.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 73.0, + 858.0, + 73.0, + 858.0, + 108.0, + 298.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 2086.0, + 860.0, + 2086.0, + 860.0, + 2116.0, + 839.0, + 2116.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 984.0, + 1409.0, + 984.0, + 1409.0, + 1028.0, + 293.0, + 1028.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1019.0, + 1408.0, + 1019.0, + 1408.0, + 1055.0, + 294.0, + 1055.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1049.0, + 1407.0, + 1049.0, + 1407.0, + 1086.0, + 292.0, + 1086.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1080.0, + 1406.0, + 1080.0, + 1406.0, + 1116.0, + 294.0, + 1116.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1114.0, + 1406.0, + 1114.0, + 1406.0, + 1145.0, + 294.0, + 1145.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1141.0, + 1404.0, + 1141.0, + 1404.0, + 1173.0, + 294.0, + 1173.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1175.0, + 1405.0, + 1175.0, + 1405.0, + 1206.0, + 296.0, + 1206.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1203.0, + 1406.0, + 1203.0, + 1406.0, + 1236.0, + 292.0, + 1236.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1234.0, + 1405.0, + 1234.0, + 1405.0, + 1266.0, + 294.0, + 1266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1264.0, + 935.0, + 1264.0, + 935.0, + 1299.0, + 294.0, + 1299.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 440.0, + 1405.0, + 440.0, + 1405.0, + 478.0, + 293.0, + 478.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 475.0, + 1404.0, + 475.0, + 1404.0, + 508.0, + 294.0, + 508.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 505.0, + 1405.0, + 505.0, + 1405.0, + 538.0, + 294.0, + 538.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 533.0, + 1406.0, + 533.0, + 1406.0, + 570.0, + 293.0, + 570.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 565.0, + 1409.0, + 565.0, + 1409.0, + 599.0, + 292.0, + 599.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 596.0, + 1405.0, + 596.0, + 1405.0, + 629.0, + 294.0, + 629.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 624.0, + 1406.0, + 624.0, + 1406.0, + 660.0, + 293.0, + 660.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 657.0, + 940.0, + 657.0, + 940.0, + 690.0, + 296.0, + 690.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 717.0, + 1405.0, + 717.0, + 1405.0, + 750.0, + 294.0, + 750.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 745.0, + 1406.0, + 745.0, + 1406.0, + 783.0, + 293.0, + 783.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 777.0, + 1406.0, + 777.0, + 1406.0, + 813.0, + 295.0, + 813.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 808.0, + 1405.0, + 808.0, + 1405.0, + 842.0, + 294.0, + 842.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 837.0, + 1405.0, + 837.0, + 1405.0, + 873.0, + 293.0, + 873.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 867.0, + 1405.0, + 867.0, + 1405.0, + 904.0, + 293.0, + 904.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 899.0, + 1405.0, + 899.0, + 1405.0, + 932.0, + 293.0, + 932.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 927.0, + 1343.0, + 927.0, + 1343.0, + 965.0, + 295.0, + 965.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1548.0, + 1404.0, + 1548.0, + 1404.0, + 1578.0, + 296.0, + 1578.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1578.0, + 1405.0, + 1578.0, + 1405.0, + 1610.0, + 293.0, + 1610.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1609.0, + 1403.0, + 1609.0, + 1403.0, + 1640.0, + 296.0, + 1640.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1639.0, + 1404.0, + 1639.0, + 1404.0, + 1673.0, + 294.0, + 1673.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1671.0, + 1222.0, + 1671.0, + 1222.0, + 1701.0, + 296.0, + 1701.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1262.0, + 1671.0, + 1404.0, + 1671.0, + 1404.0, + 1701.0, + 1262.0, + 1701.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1698.0, + 1405.0, + 1698.0, + 1405.0, + 1733.0, + 293.0, + 1733.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1729.0, + 1385.0, + 1729.0, + 1385.0, + 1764.0, + 293.0, + 1764.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1790.0, + 1405.0, + 1790.0, + 1405.0, + 1824.0, + 294.0, + 1824.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1818.0, + 1406.0, + 1818.0, + 1406.0, + 1860.0, + 291.0, + 1860.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1851.0, + 1405.0, + 1851.0, + 1405.0, + 1885.0, + 294.0, + 1885.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1884.0, + 1405.0, + 1884.0, + 1405.0, + 1914.0, + 296.0, + 1914.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1910.0, + 1409.0, + 1910.0, + 1409.0, + 1949.0, + 292.0, + 1949.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1943.0, + 1405.0, + 1943.0, + 1405.0, + 1977.0, + 294.0, + 1977.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1973.0, + 1406.0, + 1973.0, + 1406.0, + 2005.0, + 293.0, + 2005.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 2003.0, + 1227.0, + 2003.0, + 1227.0, + 2037.0, + 293.0, + 2037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1393.0, + 1408.0, + 1393.0, + 1408.0, + 1431.0, + 293.0, + 1431.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1425.0, + 1405.0, + 1425.0, + 1405.0, + 1461.0, + 293.0, + 1461.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1454.0, + 1405.0, + 1454.0, + 1405.0, + 1493.0, + 292.0, + 1493.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1486.0, + 516.0, + 1486.0, + 516.0, + 1519.0, + 294.0, + 1519.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 230.0, + 1407.0, + 230.0, + 1407.0, + 266.0, + 294.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 260.0, + 1404.0, + 260.0, + 1404.0, + 296.0, + 294.0, + 296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 288.0, + 1408.0, + 288.0, + 1408.0, + 329.0, + 292.0, + 329.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 318.0, + 1233.0, + 318.0, + 1233.0, + 360.0, + 292.0, + 360.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1264.0, + 318.0, + 1407.0, + 318.0, + 1407.0, + 360.0, + 1264.0, + 360.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 353.0, + 1407.0, + 353.0, + 1407.0, + 389.0, + 296.0, + 389.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 383.0, + 1301.0, + 383.0, + 1301.0, + 418.0, + 293.0, + 418.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 7, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 2, + "poly": [ + 298, + 75, + 858, + 75, + 858, + 105, + 298, + 105 + ], + "score": 0.893 + }, + { + "category_id": 0, + "poly": [ + 300, + 227, + 489, + 227, + 489, + 262, + 300, + 262 + ], + "score": 0.851 + }, + { + "category_id": 1, + "poly": [ + 297, + 278, + 1401, + 278, + 1401, + 343, + 297, + 343 + ], + "score": 0.81 + }, + { + "category_id": 1, + "poly": [ + 294, + 869, + 1400, + 869, + 1400, + 935, + 294, + 935 + ], + "score": 0.778 + }, + { + "category_id": 1, + "poly": [ + 296, + 1265, + 1401, + 1265, + 1401, + 1330, + 296, + 1330 + ], + "score": 0.77 + }, + { + "category_id": 2, + "poly": [ + 840, + 2088, + 859, + 2088, + 859, + 2111, + 840, + 2111 + ], + "score": 0.77 + }, + { + "category_id": 1, + "poly": [ + 295, + 755, + 1405, + 755, + 1405, + 851, + 295, + 851 + ], + "score": 0.768 + }, + { + "category_id": 1, + "poly": [ + 292, + 559, + 1401, + 559, + 1401, + 624, + 292, + 624 + ], + "score": 0.764 + }, + { + "category_id": 1, + "poly": [ + 294, + 476, + 1402, + 476, + 1402, + 541, + 294, + 541 + ], + "score": 0.76 + }, + { + "category_id": 1, + "poly": [ + 299, + 362, + 1403, + 362, + 1403, + 456, + 299, + 456 + ], + "score": 0.731 + }, + { + "category_id": 1, + "poly": [ + 296, + 1347, + 1402, + 1347, + 1402, + 1414, + 296, + 1414 + ], + "score": 0.726 + }, + { + "category_id": 1, + "poly": [ + 300, + 1742, + 1403, + 1742, + 1403, + 1838, + 300, + 1838 + ], + "score": 0.725 + }, + { + "category_id": 1, + "poly": [ + 293, + 1856, + 1402, + 1856, + 1402, + 1922, + 293, + 1922 + ], + "score": 0.709 + }, + { + "category_id": 1, + "poly": [ + 299, + 953, + 1400, + 953, + 1400, + 1019, + 299, + 1019 + ], + "score": 0.708 + }, + { + "category_id": 1, + "poly": [ + 298, + 642, + 1403, + 642, + 1403, + 736, + 298, + 736 + ], + "score": 0.705 + }, + { + "category_id": 1, + "poly": [ + 297, + 1629, + 1405, + 1629, + 1405, + 1724, + 297, + 1724 + ], + "score": 0.704 + }, + { + "category_id": 1, + "poly": [ + 293, + 1545, + 1401, + 1545, + 1401, + 1611, + 293, + 1611 + ], + "score": 0.687 + }, + { + "category_id": 1, + "poly": [ + 298, + 1036, + 1402, + 1036, + 1402, + 1132, + 298, + 1132 + ], + "score": 0.656 + }, + { + "category_id": 1, + "poly": [ + 300, + 1432, + 1401, + 1432, + 1401, + 1526, + 300, + 1526 + ], + "score": 0.656 + }, + { + "category_id": 1, + "poly": [ + 299, + 1941, + 1404, + 1941, + 1404, + 2035, + 299, + 2035 + ], + "score": 0.611 + }, + { + "category_id": 1, + "poly": [ + 297, + 1150, + 1405, + 1150, + 1405, + 1246, + 297, + 1246 + ], + "score": 0.46 + }, + { + "category_id": 15, + "poly": [ + 298.0, + 73.0, + 858.0, + 73.0, + 858.0, + 108.0, + 298.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 230.0, + 490.0, + 230.0, + 490.0, + 263.0, + 297.0, + 263.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 2087.0, + 861.0, + 2087.0, + 861.0, + 2117.0, + 839.0, + 2117.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 278.0, + 1403.0, + 278.0, + 1403.0, + 314.0, + 296.0, + 314.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 311.0, + 1046.0, + 311.0, + 1046.0, + 344.0, + 322.0, + 344.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 870.0, + 1405.0, + 870.0, + 1405.0, + 906.0, + 296.0, + 906.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 901.0, + 710.0, + 901.0, + 710.0, + 936.0, + 323.0, + 936.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1264.0, + 1405.0, + 1264.0, + 1405.0, + 1304.0, + 294.0, + 1304.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1295.0, + 882.0, + 1295.0, + 882.0, + 1331.0, + 321.0, + 1331.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 755.0, + 1406.0, + 755.0, + 1406.0, + 792.0, + 293.0, + 792.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 787.0, + 1405.0, + 787.0, + 1405.0, + 823.0, + 321.0, + 823.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 819.0, + 612.0, + 819.0, + 612.0, + 848.0, + 323.0, + 848.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 559.0, + 1403.0, + 559.0, + 1403.0, + 595.0, + 295.0, + 595.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 592.0, + 890.0, + 592.0, + 890.0, + 624.0, + 323.0, + 624.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 471.0, + 1408.0, + 471.0, + 1408.0, + 516.0, + 293.0, + 516.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 507.0, + 1178.0, + 507.0, + 1178.0, + 543.0, + 322.0, + 543.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 359.0, + 1407.0, + 359.0, + 1407.0, + 399.0, + 293.0, + 399.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 392.0, + 1408.0, + 392.0, + 1408.0, + 430.0, + 323.0, + 430.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 425.0, + 683.0, + 425.0, + 683.0, + 457.0, + 320.0, + 457.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1344.0, + 1406.0, + 1344.0, + 1406.0, + 1387.0, + 294.0, + 1387.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1379.0, + 1059.0, + 1379.0, + 1059.0, + 1414.0, + 323.0, + 1414.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1740.0, + 1408.0, + 1740.0, + 1408.0, + 1781.0, + 294.0, + 1781.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1774.0, + 1405.0, + 1774.0, + 1405.0, + 1811.0, + 321.0, + 1811.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 325.0, + 1806.0, + 626.0, + 1806.0, + 626.0, + 1837.0, + 325.0, + 1837.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1853.0, + 1405.0, + 1853.0, + 1405.0, + 1897.0, + 293.0, + 1897.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1889.0, + 1199.0, + 1889.0, + 1199.0, + 1923.0, + 321.0, + 1923.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 956.0, + 1402.0, + 956.0, + 1402.0, + 989.0, + 297.0, + 989.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 985.0, + 1404.0, + 985.0, + 1404.0, + 1021.0, + 322.0, + 1021.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 640.0, + 1405.0, + 640.0, + 1405.0, + 681.0, + 292.0, + 681.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 673.0, + 1409.0, + 673.0, + 1409.0, + 711.0, + 321.0, + 711.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 698.0, + 398.0, + 698.0, + 398.0, + 739.0, + 320.0, + 739.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1625.0, + 1405.0, + 1625.0, + 1405.0, + 1667.0, + 292.0, + 1667.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1662.0, + 1407.0, + 1662.0, + 1407.0, + 1696.0, + 321.0, + 1696.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1690.0, + 397.0, + 1690.0, + 397.0, + 1724.0, + 321.0, + 1724.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1544.0, + 1404.0, + 1544.0, + 1404.0, + 1583.0, + 295.0, + 1583.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1578.0, + 1119.0, + 1578.0, + 1119.0, + 1610.0, + 322.0, + 1610.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1037.0, + 1404.0, + 1037.0, + 1404.0, + 1072.0, + 294.0, + 1072.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1068.0, + 1406.0, + 1068.0, + 1406.0, + 1104.0, + 323.0, + 1104.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1100.0, + 1072.0, + 1100.0, + 1072.0, + 1133.0, + 323.0, + 1133.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1433.0, + 1403.0, + 1433.0, + 1403.0, + 1467.0, + 296.0, + 1467.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1462.0, + 1405.0, + 1462.0, + 1405.0, + 1497.0, + 323.0, + 1497.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1496.0, + 706.0, + 1496.0, + 706.0, + 1527.0, + 320.0, + 1527.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1936.0, + 1406.0, + 1936.0, + 1406.0, + 1982.0, + 292.0, + 1982.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1972.0, + 1401.0, + 1972.0, + 1401.0, + 2006.0, + 324.0, + 2006.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 2001.0, + 1086.0, + 2001.0, + 1086.0, + 2039.0, + 323.0, + 2039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1151.0, + 1405.0, + 1151.0, + 1405.0, + 1186.0, + 295.0, + 1186.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1182.0, + 1405.0, + 1182.0, + 1405.0, + 1218.0, + 323.0, + 1218.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1213.0, + 843.0, + 1213.0, + 843.0, + 1247.0, + 322.0, + 1247.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 8, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 735, + 1407, + 735, + 1407, + 860, + 297, + 860 + ], + "score": 0.888 + }, + { + "category_id": 1, + "poly": [ + 299, + 1613, + 1405, + 1613, + 1405, + 1708, + 299, + 1708 + ], + "score": 0.878 + }, + { + "category_id": 1, + "poly": [ + 299, + 1076, + 1406, + 1076, + 1406, + 1200, + 299, + 1200 + ], + "score": 0.877 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 858, + 75, + 858, + 105, + 298, + 105 + ], + "score": 0.876 + }, + { + "category_id": 1, + "poly": [ + 295, + 652, + 1403, + 652, + 1403, + 716, + 295, + 716 + ], + "score": 0.867 + }, + { + "category_id": 1, + "poly": [ + 296, + 569, + 1400, + 569, + 1400, + 633, + 296, + 633 + ], + "score": 0.861 + }, + { + "category_id": 1, + "poly": [ + 294, + 1219, + 1404, + 1219, + 1404, + 1284, + 294, + 1284 + ], + "score": 0.858 + }, + { + "category_id": 1, + "poly": [ + 298, + 961, + 1406, + 961, + 1406, + 1057, + 298, + 1057 + ], + "score": 0.846 + }, + { + "category_id": 1, + "poly": [ + 296, + 878, + 1401, + 878, + 1401, + 944, + 296, + 944 + ], + "score": 0.844 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 865, + 2088, + 865, + 2113, + 835, + 2113 + ], + "score": 0.839 + }, + { + "category_id": 1, + "poly": [ + 294, + 1386, + 1401, + 1386, + 1401, + 1451, + 294, + 1451 + ], + "score": 0.821 + }, + { + "category_id": 1, + "poly": [ + 298, + 1469, + 1408, + 1469, + 1408, + 1594, + 298, + 1594 + ], + "score": 0.82 + }, + { + "category_id": 1, + "poly": [ + 302, + 229, + 1403, + 229, + 1403, + 324, + 302, + 324 + ], + "score": 0.817 + }, + { + "category_id": 1, + "poly": [ + 298, + 456, + 1406, + 456, + 1406, + 550, + 298, + 550 + ], + "score": 0.814 + }, + { + "category_id": 1, + "poly": [ + 303, + 343, + 1400, + 343, + 1400, + 437, + 303, + 437 + ], + "score": 0.811 + }, + { + "category_id": 1, + "poly": [ + 295, + 1303, + 1403, + 1303, + 1403, + 1368, + 295, + 1368 + ], + "score": 0.809 + }, + { + "category_id": 15, + "poly": [ + 298.0, + 73.0, + 858.0, + 73.0, + 858.0, + 108.0, + 298.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 2085.0, + 868.0, + 2085.0, + 868.0, + 2123.0, + 831.0, + 2123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 735.0, + 1410.0, + 735.0, + 1410.0, + 772.0, + 294.0, + 772.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 768.0, + 1409.0, + 768.0, + 1409.0, + 801.0, + 323.0, + 801.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 794.0, + 1407.0, + 794.0, + 1407.0, + 835.0, + 319.0, + 835.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 829.0, + 533.0, + 829.0, + 533.0, + 860.0, + 324.0, + 860.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1609.0, + 1406.0, + 1609.0, + 1406.0, + 1651.0, + 293.0, + 1651.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1643.0, + 1409.0, + 1643.0, + 1409.0, + 1680.0, + 323.0, + 1680.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1676.0, + 577.0, + 1676.0, + 577.0, + 1708.0, + 322.0, + 1708.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1074.0, + 1406.0, + 1074.0, + 1406.0, + 1114.0, + 294.0, + 1114.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1106.0, + 1409.0, + 1106.0, + 1409.0, + 1143.0, + 321.0, + 1143.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 1137.0, + 1411.0, + 1137.0, + 1411.0, + 1176.0, + 319.0, + 1176.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1163.0, + 659.0, + 1163.0, + 659.0, + 1206.0, + 320.0, + 1206.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 649.0, + 1408.0, + 649.0, + 1408.0, + 688.0, + 293.0, + 688.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 681.0, + 395.0, + 681.0, + 395.0, + 717.0, + 319.0, + 717.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 566.0, + 1406.0, + 566.0, + 1406.0, + 606.0, + 295.0, + 606.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 597.0, + 481.0, + 597.0, + 481.0, + 637.0, + 320.0, + 637.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1215.0, + 1410.0, + 1215.0, + 1410.0, + 1258.0, + 293.0, + 1258.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1249.0, + 499.0, + 1249.0, + 499.0, + 1284.0, + 322.0, + 1284.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 960.0, + 1407.0, + 960.0, + 1407.0, + 999.0, + 295.0, + 999.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 991.0, + 1409.0, + 991.0, + 1409.0, + 1032.0, + 321.0, + 1032.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 1024.0, + 549.0, + 1024.0, + 549.0, + 1058.0, + 319.0, + 1058.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 877.0, + 1403.0, + 877.0, + 1403.0, + 916.0, + 294.0, + 916.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 912.0, + 1049.0, + 912.0, + 1049.0, + 945.0, + 321.0, + 945.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1385.0, + 1403.0, + 1385.0, + 1403.0, + 1421.0, + 297.0, + 1421.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1417.0, + 1159.0, + 1417.0, + 1159.0, + 1451.0, + 322.0, + 1451.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1468.0, + 1405.0, + 1468.0, + 1405.0, + 1507.0, + 293.0, + 1507.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1500.0, + 1406.0, + 1500.0, + 1406.0, + 1536.0, + 320.0, + 1536.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1531.0, + 1413.0, + 1531.0, + 1413.0, + 1568.0, + 321.0, + 1568.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1563.0, + 639.0, + 1563.0, + 639.0, + 1596.0, + 322.0, + 1596.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 228.0, + 1405.0, + 228.0, + 1405.0, + 264.0, + 297.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 259.0, + 1405.0, + 259.0, + 1405.0, + 296.0, + 322.0, + 296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 292.0, + 890.0, + 292.0, + 890.0, + 324.0, + 323.0, + 324.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 454.0, + 1403.0, + 454.0, + 1403.0, + 492.0, + 293.0, + 492.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 487.0, + 1406.0, + 487.0, + 1406.0, + 522.0, + 324.0, + 522.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 519.0, + 1306.0, + 519.0, + 1306.0, + 550.0, + 323.0, + 550.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 299.0, + 344.0, + 1405.0, + 344.0, + 1405.0, + 378.0, + 299.0, + 378.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 373.0, + 1405.0, + 373.0, + 1405.0, + 409.0, + 322.0, + 409.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 403.0, + 1037.0, + 403.0, + 1037.0, + 440.0, + 322.0, + 440.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1302.0, + 1403.0, + 1302.0, + 1403.0, + 1338.0, + 295.0, + 1338.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1333.0, + 1366.0, + 1333.0, + 1366.0, + 1369.0, + 320.0, + 1369.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 9, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 5, + "poly": [ + 361, + 941, + 1339, + 941, + 1339, + 2036, + 361, + 2036 + ], + "score": 0.984, + "html": "
ModelAccuracy OriginalAccuracy Perturbed
resnet152_finetuned84.8 [82.5, 86.8]70.2 [67.4, 72.8]14.6
resnet50_finetuned80.8 [78.3, 83.1]65.7 [62.9, 68.5]15.1
vgg16bn_finetuned78.0 [75.4, 80.4]61.0 [58.1, 63.9]17.0
nasnetalarge_imagenet_pretrained77.6 [75.1, 80.1]62.1 [59.2, 65.0]15.5
resnet50_detection77.6 [75.1, 80.1]65.0 [62.1, 67.8]12.6
inceptionresnetv2_imagenet_pretrained75.7 [73.1, 78.2]58.7 [55.7, 61.6]17.0
dpn107_imagenet_pretrained75.6 [72.9, 78.1]59.1 [56.1, 62.0]16.5
inceptionv4_imagenet_pretrained75.3 [72.6, 77.8]59.0 [56.0, 61.9]16.3
dpn92_imagenet_pretrained74.4 [71.7, 76.9]56.8 [53.8, 59.7]17.6
dpn131_imagenet_pretrained74.0 [71.3, 76.6]59.9 [56.9, 62.8]14.1
dpn68b_imagenet_pretrained73.7 [71.0, 76.2]54.0 [51.0, 57.0]19.7
resnext101_32x4d_imagenet_pretrained73.3 [70.6, 75.9]57.2 [54.2, 60.1]16.1
resnext101_64x4d_imagenet_pretrained72.9 [70.1, 75.5]56.6 [53.7, 59.6]16.3
resnet152_imagenet_pretrained72.8 [70.0, 75.4]57.0 [54.0, 59.9]15.8
resnet1O1_imagenet_pretrained71.5 [68.7, 74.1]53.7 [50.8, 56.7]17.8
fbresnet152_imagenet_pretrained71.5 [68.7, 74.1]54.5 [51.5, 57.4]17.0
densenet161_imagenet_pretrained71.4 [68.7, 74.1]55.1 [52.1, 58.1]16.3
densenet169_imagenet_pretrained70.2 [67.5, 72.9]53.1 [50.1, 56.1]17.1
densenet2O1_imagenet_pretrained70.2 [67.5, 72.9]53.4 [50.4, 56.4]16.8
dpn68_imagenet_pretrained69.4 [66.6, 72.1]53.3 [50.3, 56.3]16.1
bninception_imagenet_pretrained69.0 [66.2, 71.7]49.0 [46.0, 51.9]20.0
densenet121_imagenet_pretrained69.0 [66.2, 71.7]50.9 [47.9, 53.8]18.1
nasnetamobile_imagenet_pretrained68.8 [66.0, 71.5]48.4 [45.4, 51.4]20.4
resnet50_augment_ jpeg_compression68.8 [66.0, 71.5]53.2 [50.2, 56.2]15.6
resnet34_imagenet_pretrained68.0 [65.2, 70.7]48.0 [45.0, 51.0]20.0
resnet50_augment impulse_noise67.7 [64.9, 70.5]50.2 [47.2, 53.2]17.5
resnet50_augment_gaussian_blur67.7 [64.9, 70.5]52.5 [49.5, 55.5]15.2
resnet5O_imagenet_pretrained67.5 [64.7, 70.3]52.5 [49.5, 55.5]15.0
resnet50_augment gaussian_noise67.4 [64.5, 70.1]50.6 [47.6, 53.6]16.8
resnet50_augment shot_noise66.5 [63.6, 69.2]51.1 [48.1, 54.1]15.4
vgg16_bn_imagenet_pretrained66.4 [63.5, 69.1]47.4 [44.5, 50.4]19.0
resnet50_augment_ _defocus_blur66.3 [63.4, 69.1]47.6 [44.6, 50.6]18.7
vgg19_bn_imagenet_pretrained65.6 [62.7, 68.4]46.6 [43.6, 49.6]19.0
" + }, + { + "category_id": 1, + "poly": [ + 297, + 327, + 1405, + 327, + 1405, + 602, + 297, + 602 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 298, + 673, + 1405, + 673, + 1405, + 795, + 298, + 795 + ], + "score": 0.979 + }, + { + "category_id": 0, + "poly": [ + 298, + 829, + 1009, + 829, + 1009, + 864, + 298, + 864 + ], + "score": 0.921 + }, + { + "category_id": 0, + "poly": [ + 303, + 225, + 778, + 225, + 778, + 262, + 303, + 262 + ], + "score": 0.891 + }, + { + "category_id": 0, + "poly": [ + 300, + 628, + 542, + 628, + 542, + 659, + 300, + 659 + ], + "score": 0.89 + }, + { + "category_id": 0, + "poly": [ + 301, + 282, + 562, + 282, + 562, + 314, + 301, + 314 + ], + "score": 0.886 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 862, + 2088, + 862, + 2113, + 835, + 2113 + ], + "score": 0.829 + }, + { + "category_id": 1, + "poly": [ + 301, + 888, + 688, + 888, + 688, + 916, + 301, + 916 + ], + "score": 0.797 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 858, + 75, + 858, + 105, + 298, + 105 + ], + "score": 0.531 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 858, + 75, + 858, + 104, + 298, + 104 + ], + "score": 0.397 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 862, + 2088, + 862, + 2114, + 835, + 2114 + ], + "score": 0.127 + }, + { + "category_id": 15, + "poly": [ + 292.0, + 824.0, + 1013.0, + 824.0, + 1013.0, + 870.0, + 292.0, + 870.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 221.0, + 784.0, + 221.0, + 784.0, + 267.0, + 294.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 624.0, + 545.0, + 624.0, + 545.0, + 663.0, + 295.0, + 663.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 279.0, + 564.0, + 279.0, + 564.0, + 319.0, + 295.0, + 319.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 2085.0, + 867.0, + 2085.0, + 867.0, + 2125.0, + 831.0, + 2125.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 73.0, + 858.0, + 73.0, + 858.0, + 108.0, + 298.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 858.0, + 72.0, + 858.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 2085.0, + 867.0, + 2085.0, + 867.0, + 2124.0, + 831.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 329.0, + 1406.0, + 329.0, + 1406.0, + 362.0, + 296.0, + 362.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 359.0, + 1406.0, + 359.0, + 1406.0, + 392.0, + 295.0, + 392.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 390.0, + 1406.0, + 390.0, + 1406.0, + 423.0, + 295.0, + 423.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 416.0, + 1406.0, + 416.0, + 1406.0, + 454.0, + 291.0, + 454.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 449.0, + 1406.0, + 449.0, + 1406.0, + 484.0, + 292.0, + 484.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 481.0, + 1405.0, + 481.0, + 1405.0, + 514.0, + 295.0, + 514.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 506.0, + 1406.0, + 506.0, + 1406.0, + 550.0, + 292.0, + 550.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 541.0, + 1405.0, + 541.0, + 1405.0, + 574.0, + 294.0, + 574.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 568.0, + 558.0, + 568.0, + 558.0, + 605.0, + 294.0, + 605.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 673.0, + 1403.0, + 673.0, + 1403.0, + 705.0, + 295.0, + 705.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 702.0, + 1406.0, + 702.0, + 1406.0, + 739.0, + 295.0, + 739.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 735.0, + 1403.0, + 735.0, + 1403.0, + 771.0, + 295.0, + 771.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 763.0, + 1408.0, + 763.0, + 1408.0, + 799.0, + 295.0, + 799.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 884.0, + 689.0, + 884.0, + 689.0, + 918.0, + 295.0, + 918.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 10, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 5, + "poly": [ + 341, + 784, + 1355, + 784, + 1355, + 2038, + 341, + 2038 + ], + "score": 0.984, + "html": "
ModelAccuracy OriginalAccuracy Perturbed
resnet152_finetuned92.9 [91.2, 94.3]84.7 [82.4, 86.8]8.2
resnet50_finetuned91.4 [89.6, 93.0]82.0 [79.6, 84.2]9.4
inceptionresnetv2_finetuned91.3 [89.5, 92.9]79.0 [76.4, 81.3]12.3
vgg19_finetuned90.5 [88.6, 92.2]79.1 [76.5, 81.4]11.4
vgg16_finetuned89.1 [87.1, 90.8]78.0 [75.4, 80.4]11.1
inceptionv4_finetuned88.5 [86.5, 90.3]76.3 [73.6, 78.7]12.2
resnet18_finetuned88.0 [85.9, 89.8]76.2 [73.6, 78.7]11.8
alexnet_finetuned80.6 [78.2, 82.9]64.4 [61.5, 67.3]16.2
pnasnet5large_imagenet_pretrained65.2 [62.3, 68.0]51.0 [48.0, 54.0]14.2
nasnetalarge_imagenet_pretrained64.9 [62.0, 67.7]51.4 [48.4, 54.4]13.5
inceptionresnetv2_imagenet_pretrained64.5 [61.6, 67.4] 50.4 [47.5, 53.4]14.1
dpn98_imagenet_pretrained64.1 [61.2, 66.9]49.0 [46.0, 52.0]15.1
dpn107_imagenet_pretrained64.1 [61.2, 66.9]50.1 [47.2, 53.1]14.0
dpn131_imagenet_pretrained64.0 [61.1, 66.8]49.9 [46.9, 52.9]14.1
inceptionv4_imagenet_pretrained63.6 [60.7, 66.4]48.8 [45.8, 51.8]14.8
Xception_imagenet_pretrained63.2 [60.2, 66.0]47.6 [44.6, 50.6]15.6
dpn92_imagenet_pretrained62.3 [59.3, 65.1]47.7 [44.8, 50.7]14.6
resnet50_augment_jpeg_compressioon62.3 [59.4, 65.2]45.7 [42.8, 48.7]16.6
polynet_imagenet_pretrained61.4 [58.4, 64.3]47.3 [44.4, 50.3]14.1
nasnetamobile_imagenet_pretrained61.4 [58.4, 64.3]43.0 [40.1, 46.0]18.4
resnet50_augment__shot_noise61.3 [58.3, 64.2]46.4 [43.4, 49.3]14.9
dpn68_imagenet_pretrained61.2 [58.3, 64.1]44.2 [41.2, 47.2]17.0
fbresnet152_imagenet_pretrained61.1 [58.1, 64.0]45.9 [42.9, 48.8]15.2
resnet152_imagenet_pretrained60.8 [57.8, 63.7]46.5 [43.5, 49.5]14.3
resnet101_imagenet_pretrained60.8 [57.8, 63.7]45.2 [42.2, 48.2]15.6
senet154_imagenet_pretrained60.7 [57.7, 63.6]47.2 [44.3, 50.2]13.5
resnet50_augment__impulse_noise60.6 [57.7, 63.5]45.5 [42.6, 48.5]15.1
se_resnet101_imagenet_pretrained60.5 [57.6, 63.4]45.6 [42.6, 48.6]14.9
bninception_imagenet_pretrained60.4 [57.4, 63.3]41.8 [38.9, 44.7]18.6
densenetl61_imagenet_pretrained60.2 [57.3, 63.1]46.4 [43.4, 49.4]13.8
resnet50_augment_gaussian_noise60.2 [57.3, 63.1]45.7 [42.8, 48.7]14.5
se_resnext50_32x4d_imagenet_pretrained59.9 [56.9, 62.8]45.7 [42.7, 48.6]14.2
dpn68b_imagenet_pretrained59.7 [56.7, 62.6]45.9 [42.9, 48.8]13.8
inceptionv3_imagenet_pretrained59.6 [56.6, 62.5]43.8 [40.8, 46.8]15.8
densenet121_imagenet_pretrained59.5 [56.5, 62.4]43.1 [40.1, 46.0]16.4
se_resnext101_32x4d_imagenet_pretrained59.2 [56.3, 62.1]45.2 [42.3, 48.2]14.0
densenet2O1_imagenet_pretrained59.2 [56.2, 62.1]44.8 [41.8, 47.8]14.4
densenet169_imagenet_pretrained59.2 [56.2, 62.1]44.6 [41.7, 47.6]14.6
" + }, + { + "category_id": 5, + "poly": [ + 361, + 226, + 1340, + 226, + 1340, + 602, + 361, + 602 + ], + "score": 0.971, + "html": "
vgg19_imagenet_pretrained63.2 [60.3, 66.1]45.4 [42.4, 48.3]17.8
resnet18_imagenet_pretrained61.9 [59.0, 64.8]41.5 [38.6, 44.4]20.4
vgg13_bn_imagenet_pretrained61.9 [59.0, 64.8]43.3 [40.3, 46.3]18.6
vgg16_imagenet_pretrained61.4 [58.5, 64.3]43.1 [40.2, 46.1]18.3
vgg11_bn_imagenet_pretrained60.9 [57.9, 63.8]43.2 [40.3, 46.2]17.7
vgg13_imagenet_pretrained59.6 [56.6, 62.5]41.1 [38.2, 44.1]18.5
vgg11_imagenet_pretrained57.3 [54.4, 60.3]41.3 [38.4, 44.3]16.0
alexnet_finetuned57.3 [54.3, 60.2]43.6 [40.7, 46.6]13.7
ResNeXtDenoiseAll-101_robust_pgd54.3 [51.3, 57.2]40.8 [37.8, 43.7]13.5
squeezenet1_1_imagenet_pretrained49.8 [46.8, 52.8]31.7 [28.9, 34.5]18.1
alexnet_imagenet_pretrained49.4 [46.4, 52.4]32.0 [29.3, 34.8]17.4
resnet50_augment contrast_change38.3 [35.5, 41.3]23.3 [20.8, 25.9]15.0
" + }, + { + "category_id": 2, + "poly": [ + 297, + 75, + 858, + 75, + 858, + 105, + 297, + 105 + ], + "score": 0.907 + }, + { + "category_id": 6, + "poly": [ + 294, + 625, + 1399, + 625, + 1399, + 689, + 294, + 689 + ], + "score": 0.757 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 864, + 2088, + 864, + 2113, + 835, + 2113 + ], + "score": 0.752 + }, + { + "category_id": 0, + "poly": [ + 298, + 732, + 555, + 732, + 555, + 764, + 298, + 764 + ], + "score": 0.689 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 864, + 2088, + 864, + 2114, + 835, + 2114 + ], + "score": 0.313 + }, + { + "category_id": 6, + "poly": [ + 298, + 732, + 555, + 732, + 555, + 764, + 298, + 764 + ], + "score": 0.175 + }, + { + "category_id": 7, + "poly": [ + 294, + 625, + 1399, + 625, + 1399, + 689, + 294, + 689 + ], + "score": 0.118 + }, + { + "category_id": 15, + "poly": [ + 297.0, + 73.0, + 858.0, + 73.0, + 858.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 624.0, + 1401.0, + 624.0, + 1401.0, + 660.0, + 292.0, + 660.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 656.0, + 824.0, + 656.0, + 824.0, + 692.0, + 292.0, + 692.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 2085.0, + 869.0, + 2085.0, + 869.0, + 2124.0, + 831.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 732.0, + 557.0, + 732.0, + 557.0, + 764.0, + 296.0, + 764.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 2084.0, + 869.0, + 2084.0, + 869.0, + 2124.0, + 831.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 732.0, + 557.0, + 732.0, + 557.0, + 764.0, + 296.0, + 764.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 624.0, + 1401.0, + 624.0, + 1401.0, + 660.0, + 292.0, + 660.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 656.0, + 824.0, + 656.0, + 824.0, + 692.0, + 292.0, + 692.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 11, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 1102, + 1404, + 1102, + 1404, + 1288, + 298, + 1288 + ], + "score": 0.978 + }, + { + "category_id": 5, + "poly": [ + 340, + 228, + 1358, + 228, + 1358, + 907, + 340, + 907 + ], + "score": 0.974, + "html": "
resnet50_augment__brightness_change58.9 [56.0, 61.8]42.6 [39.6, 45.5]16.3
se_resnet50_imagenet_pretrained58.8 [55.9, 61.7]44.1 [41.1, 47.1]14.7
se_resnet152_imagenet_pretrained58.8 [55.9, 61.7]44.8 [41.9, 47.8]14.0
cafferesnetlO1_imagenet_pretrained58.2 [55.2, 61.1]44.3 [41.3, 47.3]13.9
resnet50_augment__regular58.0 [55.1, 61.0]42.9 [39.9, 45.8]15.1
resnet34_imagenet_pretrained57.9 [55.0, 60.9]42.8 [39.8, 45.7]15.1
vgg19_imagenet_pretrained57.5 [54.6, 60.5]40.1 [37.2, 43.1]17.4
resnet50_augment t_gaussian_blur57.5 [54.5, 60.4]41.8 [38.9, 44.7]15.7
vgg16_bn_imagenet_pretrained57.2 [54.2, 60.1]39.6 [36.7, 42.6]17.6
resnet5O_imagenet_pretrained57.0 [54.1, 60.0]43.8 [40.9, 46.8]13.2
vgg19_bn_imagenet_pretrained56.8 [53.9, 59.8]40.6 [37.7, 43.5]16.2
vgg16_imagenet_pretrained55.4 [52.4, 58.4]40.1 [37.2, 43.1]15.3
vgg13_bn_imagenet_pretrained54.8 [51.8, 57.7]38.6 [35.7, 41.6]16.2
vgg11_bn_imagenet_pretrained54.8 [51.8, 57.7]38.8 [35.9, 41.8]16.0
vgg11_imagenet_pretrained54.7 [51.7, 57.6]38.4 [35.5, 41.3]16.3
resnetl8_imagenet_pretrained54.4 [51.4, 57.4]38.1 [35.2, 41.0]16.3
vgg13_imagenet_pretrained54.2 [51.3, 57.2]37.7 [34.9, 40.7]16.5
ResNeXtDenoiseAll-101_robust_pgd53.6 [50.7, 56.6]43.2 [40.2, 46.1]10.4
squeezenet1_O_imagenet_pretrained51.1 [48.1, 54.1]33.1 [30.3, 36.0]18.0
squeezenetl_1_imagenet_pretrained48.6 [45.6, 51.6]31.3 [28.6, 34.2]17.3
resnet50_augment__defocus_blur48.4 [45.4, 51.4]29.1 [26.4, 31.8]19.3
alexnet_imagenet_pretrained45.3 [42.4, 48.3]30.5 [27.8, 33.3]14.8
" + }, + { + "category_id": 3, + "poly": [ + 404, + 1320, + 1294, + 1320, + 1294, + 1729, + 404, + 1729 + ], + "score": 0.972 + }, + { + "category_id": 4, + "poly": [ + 298, + 1753, + 1401, + 1753, + 1401, + 1847, + 298, + 1847 + ], + "score": 0.955 + }, + { + "category_id": 1, + "poly": [ + 298, + 1972, + 1405, + 1972, + 1405, + 2034, + 298, + 2034 + ], + "score": 0.946 + }, + { + "category_id": 0, + "poly": [ + 297, + 1045, + 992, + 1045, + 992, + 1081, + 297, + 1081 + ], + "score": 0.916 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 858, + 75, + 858, + 105, + 298, + 105 + ], + "score": 0.907 + }, + { + "category_id": 0, + "poly": [ + 298, + 1913, + 666, + 1913, + 666, + 1948, + 298, + 1948 + ], + "score": 0.902 + }, + { + "category_id": 2, + "poly": [ + 836, + 2088, + 863, + 2088, + 863, + 2113, + 836, + 2113 + ], + "score": 0.857 + }, + { + "category_id": 6, + "poly": [ + 294, + 929, + 1397, + 929, + 1397, + 992, + 294, + 992 + ], + "score": 0.183 + }, + { + "category_id": 6, + "poly": [ + 294, + 930, + 1400, + 930, + 1400, + 992, + 294, + 992 + ], + "score": 0.112 + }, + { + "category_id": 13, + "poly": [ + 1041, + 1664, + 1057, + 1664, + 1057, + 1679, + 1041, + 1679 + ], + "score": 0.69, + "latex": "^ +" + }, + { + "category_id": 13, + "poly": [ + 714, + 1664, + 731, + 1664, + 731, + 1679, + 714, + 1679 + ], + "score": 0.65, + "latex": "^ +" + }, + { + "category_id": 13, + "poly": [ + 1041, + 1685, + 1057, + 1685, + 1057, + 1701, + 1041, + 1701 + ], + "score": 0.56, + "latex": "^ +" + }, + { + "category_id": 13, + "poly": [ + 714, + 1706, + 731, + 1706, + 731, + 1723, + 714, + 1723 + ], + "score": 0.49, + "latex": "^ +" + }, + { + "category_id": 13, + "poly": [ + 939, + 1705, + 980, + 1705, + 980, + 1724, + 939, + 1724 + ], + "score": 0.33, + "latex": "\\multimap" + }, + { + "category_id": 13, + "poly": [ + 714, + 1684, + 734, + 1684, + 734, + 1702, + 714, + 1702 + ], + "score": 0.29, + "latex": "^ +" + }, + { + "category_id": 15, + "poly": [ + 494.0, + 1319.0, + 806.0, + 1319.0, + 806.0, + 1352.0, + 494.0, + 1352.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 983.0, + 1320.0, + 1210.0, + 1320.0, + 1210.0, + 1351.0, + 983.0, + 1351.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 408.0, + 1361.0, + 438.0, + 1361.0, + 438.0, + 1588.0, + 408.0, + 1588.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 854.0, + 1361.0, + 884.0, + 1361.0, + 884.0, + 1592.0, + 854.0, + 1592.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 431.0, + 1370.0, + 458.0, + 1370.0, + 458.0, + 1395.0, + 431.0, + 1395.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 877.0, + 1374.0, + 906.0, + 1374.0, + 906.0, + 1398.0, + 877.0, + 1398.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 431.0, + 1412.0, + 458.0, + 1412.0, + 458.0, + 1440.0, + 431.0, + 1440.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 878.0, + 1412.0, + 906.0, + 1412.0, + 906.0, + 1439.0, + 878.0, + 1439.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 430.0, + 1459.0, + 458.0, + 1459.0, + 458.0, + 1483.0, + 430.0, + 1483.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 878.0, + 1455.0, + 906.0, + 1455.0, + 906.0, + 1479.0, + 878.0, + 1479.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 430.0, + 1504.0, + 457.0, + 1504.0, + 457.0, + 1529.0, + 430.0, + 1529.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 878.0, + 1497.0, + 905.0, + 1497.0, + 905.0, + 1517.0, + 878.0, + 1517.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 879.0, + 1537.0, + 905.0, + 1537.0, + 905.0, + 1558.0, + 879.0, + 1558.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 430.0, + 1549.0, + 459.0, + 1549.0, + 459.0, + 1573.0, + 430.0, + 1573.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 879.0, + 1578.0, + 905.0, + 1578.0, + 905.0, + 1599.0, + 879.0, + 1599.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 475.0, + 1600.0, + 504.0, + 1600.0, + 504.0, + 1625.0, + 475.0, + 1625.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 549.0, + 1600.0, + 579.0, + 1600.0, + 579.0, + 1624.0, + 549.0, + 1624.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 623.0, + 1600.0, + 654.0, + 1600.0, + 654.0, + 1624.0, + 623.0, + 1624.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 699.0, + 1600.0, + 728.0, + 1600.0, + 728.0, + 1625.0, + 699.0, + 1625.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 774.0, + 1600.0, + 805.0, + 1600.0, + 805.0, + 1625.0, + 774.0, + 1625.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 942.0, + 1600.0, + 973.0, + 1600.0, + 973.0, + 1625.0, + 942.0, + 1625.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1016.0, + 1600.0, + 1046.0, + 1600.0, + 1046.0, + 1624.0, + 1016.0, + 1624.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1089.0, + 1600.0, + 1119.0, + 1600.0, + 1119.0, + 1625.0, + 1089.0, + 1625.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1162.0, + 1600.0, + 1192.0, + 1600.0, + 1192.0, + 1625.0, + 1162.0, + 1625.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1236.0, + 1600.0, + 1266.0, + 1600.0, + 1266.0, + 1625.0, + 1236.0, + 1625.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 546.0, + 1616.0, + 754.0, + 1616.0, + 754.0, + 1649.0, + 546.0, + 1649.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 994.0, + 1617.0, + 1200.0, + 1617.0, + 1200.0, + 1649.0, + 994.0, + 1649.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 450.0, + 1658.0, + 593.0, + 1658.0, + 593.0, + 1685.0, + 450.0, + 1685.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 628.0, + 1668.0, + 637.0, + 1668.0, + 637.0, + 1676.0, + 628.0, + 1676.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 652.0, + 1658.0, + 713.0, + 1658.0, + 713.0, + 1684.0, + 652.0, + 1684.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 732.0, + 1658.0, + 885.0, + 1658.0, + 885.0, + 1684.0, + 732.0, + 1684.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 980.0, + 1659.0, + 1040.0, + 1659.0, + 1040.0, + 1683.0, + 980.0, + 1683.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1058.0, + 1659.0, + 1280.0, + 1659.0, + 1280.0, + 1683.0, + 1058.0, + 1683.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 449.0, + 1677.0, + 530.0, + 1677.0, + 530.0, + 1707.0, + 449.0, + 1707.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 653.0, + 1680.0, + 713.0, + 1680.0, + 713.0, + 1706.0, + 653.0, + 1706.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 735.0, + 1680.0, + 900.0, + 1680.0, + 900.0, + 1706.0, + 735.0, + 1706.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 981.0, + 1681.0, + 1040.0, + 1681.0, + 1040.0, + 1705.0, + 981.0, + 1705.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1058.0, + 1681.0, + 1201.0, + 1681.0, + 1201.0, + 1705.0, + 1058.0, + 1705.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 451.0, + 1699.0, + 515.0, + 1699.0, + 515.0, + 1727.0, + 451.0, + 1727.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 654.0, + 1703.0, + 713.0, + 1703.0, + 713.0, + 1726.0, + 654.0, + 1726.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 732.0, + 1703.0, + 919.0, + 1703.0, + 919.0, + 1726.0, + 732.0, + 1726.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 981.0, + 1703.0, + 1170.0, + 1703.0, + 1170.0, + 1726.0, + 981.0, + 1726.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1751.0, + 1406.0, + 1751.0, + 1406.0, + 1789.0, + 294.0, + 1789.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1784.0, + 1405.0, + 1784.0, + 1405.0, + 1818.0, + 296.0, + 1818.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1813.0, + 933.0, + 1813.0, + 933.0, + 1848.0, + 293.0, + 1848.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1042.0, + 996.0, + 1042.0, + 996.0, + 1085.0, + 296.0, + 1085.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 73.0, + 858.0, + 73.0, + 858.0, + 108.0, + 298.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1910.0, + 668.0, + 1910.0, + 668.0, + 1954.0, + 294.0, + 1954.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2085.0, + 867.0, + 2085.0, + 867.0, + 2123.0, + 832.0, + 2123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 929.0, + 1401.0, + 929.0, + 1401.0, + 964.0, + 290.0, + 964.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 958.0, + 737.0, + 958.0, + 737.0, + 995.0, + 292.0, + 995.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 929.0, + 1401.0, + 929.0, + 1401.0, + 965.0, + 290.0, + 965.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 961.0, + 738.0, + 961.0, + 738.0, + 993.0, + 292.0, + 993.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1101.0, + 1405.0, + 1101.0, + 1405.0, + 1138.0, + 293.0, + 1138.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1135.0, + 1404.0, + 1135.0, + 1404.0, + 1167.0, + 296.0, + 1167.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1166.0, + 1404.0, + 1166.0, + 1404.0, + 1198.0, + 296.0, + 1198.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1194.0, + 1404.0, + 1194.0, + 1404.0, + 1229.0, + 294.0, + 1229.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1226.0, + 1405.0, + 1226.0, + 1405.0, + 1261.0, + 294.0, + 1261.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1254.0, + 538.0, + 1254.0, + 538.0, + 1290.0, + 295.0, + 1290.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1971.0, + 1405.0, + 1971.0, + 1405.0, + 2007.0, + 296.0, + 2007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 2002.0, + 1408.0, + 2002.0, + 1408.0, + 2037.0, + 295.0, + 2037.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 12, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 3, + "poly": [ + 523, + 224, + 1172, + 224, + 1172, + 945, + 523, + 945 + ], + "score": 0.974 + }, + { + "category_id": 1, + "poly": [ + 297, + 1162, + 1404, + 1162, + 1404, + 1348, + 297, + 1348 + ], + "score": 0.966 + }, + { + "category_id": 4, + "poly": [ + 296, + 974, + 1407, + 974, + 1407, + 1097, + 296, + 1097 + ], + "score": 0.959 + }, + { + "category_id": 4, + "poly": [ + 296, + 1901, + 1406, + 1901, + 1406, + 2025, + 296, + 2025 + ], + "score": 0.948 + }, + { + "category_id": 2, + "poly": [ + 297, + 76, + 858, + 76, + 858, + 104, + 297, + 104 + ], + "score": 0.885 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 863, + 2088, + 863, + 2113, + 835, + 2113 + ], + "score": 0.856 + }, + { + "category_id": 3, + "poly": [ + 380, + 1515, + 1317, + 1515, + 1317, + 1874, + 380, + 1874 + ], + "score": 0.826 + }, + { + "category_id": 0, + "poly": [ + 295, + 1387, + 1340, + 1387, + 1340, + 1460, + 295, + 1460 + ], + "score": 0.625 + }, + { + "category_id": 4, + "poly": [ + 295, + 1387, + 1340, + 1387, + 1340, + 1460, + 295, + 1460 + ], + "score": 0.23 + }, + { + "category_id": 13, + "poly": [ + 795, + 1284, + 870, + 1284, + 870, + 1314, + 795, + 1314 + ], + "score": 0.88, + "latex": "1 4 . 0 \\%" + }, + { + "category_id": 13, + "poly": [ + 1139, + 1254, + 1214, + 1254, + 1214, + 1285, + 1139, + 1285 + ], + "score": 0.88, + "latex": "1 4 . 4 \\%" + }, + { + "category_id": 13, + "poly": [ + 810, + 1316, + 871, + 1316, + 871, + 1346, + 810, + 1346 + ], + "score": 0.88, + "latex": "6 . 7 \\%" + }, + { + "category_id": 13, + "poly": [ + 461, + 1315, + 523, + 1315, + 523, + 1345, + 461, + 1345 + ], + "score": 0.87, + "latex": "8 . 9 \\%" + }, + { + "category_id": 15, + "poly": [ + 662.0, + 225.0, + 1087.0, + 225.0, + 1087.0, + 261.0, + 662.0, + 261.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 546.0, + 260.0, + 577.0, + 260.0, + 577.0, + 282.0, + 546.0, + 282.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1116.0, + 265.0, + 1152.0, + 265.0, + 1152.0, + 279.0, + 1116.0, + 279.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1113.0, + 276.0, + 1166.0, + 276.0, + 1166.0, + 291.0, + 1113.0, + 291.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 546.0, + 306.0, + 578.0, + 306.0, + 578.0, + 328.0, + 546.0, + 328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 528.0, + 334.0, + 555.0, + 334.0, + 555.0, + 426.0, + 528.0, + 426.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 547.0, + 351.0, + 578.0, + 351.0, + 578.0, + 377.0, + 547.0, + 377.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 547.0, + 402.0, + 576.0, + 402.0, + 576.0, + 420.0, + 547.0, + 420.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 546.0, + 446.0, + 578.0, + 446.0, + 578.0, + 468.0, + 546.0, + 468.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 547.0, + 495.0, + 576.0, + 495.0, + 576.0, + 513.0, + 547.0, + 513.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 659.0, + 587.0, + 1069.0, + 587.0, + 1069.0, + 625.0, + 659.0, + 625.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 533.0, + 623.0, + 562.0, + 623.0, + 562.0, + 641.0, + 533.0, + 641.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 532.0, + 669.0, + 564.0, + 669.0, + 564.0, + 691.0, + 532.0, + 691.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 532.0, + 717.0, + 563.0, + 717.0, + 563.0, + 739.0, + 532.0, + 739.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 532.0, + 764.0, + 563.0, + 764.0, + 563.0, + 788.0, + 532.0, + 788.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 532.0, + 811.0, + 563.0, + 811.0, + 563.0, + 834.0, + 532.0, + 834.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 533.0, + 862.0, + 563.0, + 862.0, + 563.0, + 881.0, + 533.0, + 881.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 687.0, + 510.5, + 693.0, + 510.5, + 693.0, + 534.0, + 687.0, + 534.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 769.0, + 511.5, + 804.0, + 511.5, + 804.0, + 533.0, + 769.0, + 533.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 591.0, + 519.0, + 633.0, + 519.0, + 633.0, + 533.0, + 591.0, + 533.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 629.25, + 515.0, + 671.25, + 515.0, + 671.25, + 529.5, + 629.25, + 529.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 653.0, + 516.0, + 689.0, + 516.0, + 689.0, + 529.0, + 653.0, + 529.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 709.0, + 516.0, + 748.0, + 516.0, + 748.0, + 530.5, + 709.0, + 530.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 841.25, + 514.0, + 883.25, + 514.0, + 883.25, + 532.5, + 841.25, + 532.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 679.75, + 518.5, + 727.75, + 518.5, + 727.75, + 533.5, + 679.75, + 533.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 813.25, + 519.5, + 864.25, + 519.5, + 864.25, + 534.5, + 813.25, + 534.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 851.0, + 518.5, + 904.0, + 518.5, + 904.0, + 535.5, + 851.0, + 535.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 945.0, + 519.0, + 998.0, + 519.0, + 998.0, + 536.5, + 945.0, + 536.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 962.25, + 518.0, + 1017.25, + 518.0, + 1017.25, + 535.0, + 962.25, + 535.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1009.0, + 516.5, + 1054.0, + 516.5, + 1054.0, + 534.5, + 1009.0, + 534.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1029.25, + 518.5, + 1072.25, + 518.5, + 1072.25, + 531.5, + 1029.25, + 531.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 599.75, + 523.0, + 653.75, + 523.0, + 653.75, + 537.0, + 599.75, + 537.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1041.0, + 517.5, + 1093.0, + 517.5, + 1093.0, + 534.5, + 1041.0, + 534.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1080.0, + 519.5, + 1131.0, + 519.5, + 1131.0, + 534.5, + 1080.0, + 534.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1103.0, + 520.5, + 1148.0, + 520.5, + 1148.0, + 533.5, + 1103.0, + 533.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1118.0, + 519.5, + 1167.0, + 519.5, + 1167.0, + 534.5, + 1118.0, + 534.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 537.25, + 525.0, + 596.25, + 525.0, + 596.25, + 540.0, + 537.25, + 540.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 550.0, + 525.0, + 618.0, + 525.0, + 618.0, + 542.5, + 550.0, + 542.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 784.0, + 525.0, + 844.0, + 525.0, + 844.0, + 540.0, + 784.0, + 540.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 859.0, + 524.0, + 922.0, + 524.0, + 922.0, + 542.0, + 859.0, + 542.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 978.0, + 524.0, + 1035.0, + 524.0, + 1035.0, + 539.0, + 978.0, + 539.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 747.0, + 534.0, + 829.0, + 534.0, + 829.0, + 552.5, + 747.0, + 552.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1045.0, + 530.5, + 1111.0, + 530.5, + 1111.0, + 545.5, + 1045.0, + 545.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 673.0, + 525.5, + 802.0, + 525.5, + 802.0, + 563.5, + 673.0, + 563.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 570.0, + 882.0, + 609.0, + 882.0, + 609.0, + 895.0, + 570.0, + 895.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 620.25, + 884.5, + 661.25, + 884.5, + 661.25, + 897.5, + 620.25, + 897.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 650.75, + 883.0, + 688.75, + 883.0, + 688.75, + 896.5, + 650.75, + 896.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 673.25, + 885.5, + 713.25, + 885.5, + 713.25, + 898.0, + 673.25, + 898.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 705.0, + 884.0, + 738.0, + 884.0, + 738.0, + 894.5, + 705.0, + 894.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 733.0, + 883.0, + 766.0, + 883.0, + 766.0, + 894.5, + 733.0, + 894.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 852.0, + 885.5, + 896.0, + 885.5, + 896.0, + 899.5, + 852.0, + 899.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 935.0, + 885.5, + 973.0, + 885.5, + 973.0, + 897.0, + 935.0, + 897.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 957.0, + 886.0, + 1000.0, + 886.0, + 1000.0, + 899.0, + 957.0, + 899.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 981.75, + 886.5, + 1026.75, + 886.5, + 1026.75, + 899.0, + 981.75, + 899.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1008.25, + 884.5, + 1052.25, + 884.5, + 1052.25, + 898.0, + 1008.25, + 898.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1041.75, + 883.0, + 1079.75, + 883.0, + 1079.75, + 896.5, + 1041.75, + 896.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1125.0, + 884.0, + 1153.0, + 884.0, + 1153.0, + 893.5, + 1125.0, + 893.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 534.25, + 891.0, + 582.25, + 891.0, + 582.25, + 902.0, + 534.25, + 902.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 584.75, + 890.0, + 636.75, + 890.0, + 636.75, + 903.5, + 584.75, + 903.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 741.25, + 888.5, + 793.25, + 888.5, + 793.25, + 902.5, + 741.25, + 902.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 797.25, + 886.5, + 844.25, + 886.5, + 844.25, + 900.5, + 797.25, + 900.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 865.0, + 893.0, + 922.0, + 893.0, + 922.0, + 906.0, + 865.0, + 906.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1045.0, + 895.0, + 1106.0, + 895.0, + 1106.0, + 909.0, + 1045.0, + 909.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1071.0, + 894.0, + 1131.0, + 894.0, + 1131.0, + 908.0, + 1071.0, + 908.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 741.75, + 900.5, + 821.75, + 900.5, + 821.75, + 917.0, + 741.75, + 917.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 800.75, + 899.0, + 872.75, + 899.0, + 872.75, + 914.5, + 800.75, + 914.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 879.0, + 899.5, + 950.0, + 899.5, + 950.0, + 912.5, + 879.0, + 912.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 975.0, + 1404.0, + 975.0, + 1404.0, + 1008.0, + 295.0, + 1008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1004.0, + 1407.0, + 1004.0, + 1407.0, + 1039.0, + 293.0, + 1039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1036.0, + 1405.0, + 1036.0, + 1405.0, + 1068.0, + 293.0, + 1068.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1066.0, + 604.0, + 1066.0, + 604.0, + 1098.0, + 294.0, + 1098.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1902.0, + 1407.0, + 1902.0, + 1407.0, + 1935.0, + 295.0, + 1935.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1934.0, + 1406.0, + 1934.0, + 1406.0, + 1964.0, + 293.0, + 1964.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1964.0, + 1406.0, + 1964.0, + 1406.0, + 1997.0, + 294.0, + 1997.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1993.0, + 743.0, + 1993.0, + 743.0, + 2025.0, + 294.0, + 2025.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 73.0, + 858.0, + 73.0, + 858.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 2085.0, + 869.0, + 2085.0, + 869.0, + 2124.0, + 831.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 382.0, + 1515.0, + 860.0, + 1515.0, + 860.0, + 1550.0, + 382.0, + 1550.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 918.0, + 1517.0, + 1301.0, + 1517.0, + 1301.0, + 1548.0, + 918.0, + 1548.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 400.0, + 1543.0, + 449.0, + 1543.0, + 449.0, + 1571.0, + 400.0, + 1571.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 890.0, + 1543.0, + 938.0, + 1543.0, + 938.0, + 1571.0, + 890.0, + 1571.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 400.0, + 1585.0, + 450.0, + 1585.0, + 450.0, + 1617.0, + 400.0, + 1617.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 890.0, + 1586.0, + 939.0, + 1586.0, + 939.0, + 1618.0, + 890.0, + 1618.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 382.0, + 1607.0, + 450.0, + 1607.0, + 450.0, + 1710.0, + 382.0, + 1710.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 869.0, + 1605.0, + 938.0, + 1605.0, + 938.0, + 1711.0, + 869.0, + 1711.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 399.0, + 1672.0, + 449.0, + 1672.0, + 449.0, + 1704.0, + 399.0, + 1704.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 890.0, + 1680.0, + 938.0, + 1680.0, + 938.0, + 1708.0, + 890.0, + 1708.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 397.0, + 1717.0, + 447.0, + 1717.0, + 447.0, + 1747.0, + 397.0, + 1747.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 890.0, + 1723.0, + 939.0, + 1723.0, + 939.0, + 1755.0, + 890.0, + 1755.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 454.0, + 1773.0, + 476.0, + 1773.0, + 476.0, + 1797.0, + 454.0, + 1797.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 517.0, + 1772.0, + 537.0, + 1772.0, + 537.0, + 1797.0, + 517.0, + 1797.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 582.0, + 1774.0, + 600.0, + 1774.0, + 600.0, + 1795.0, + 582.0, + 1795.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 643.0, + 1772.0, + 664.0, + 1772.0, + 664.0, + 1797.0, + 643.0, + 1797.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 705.0, + 1773.0, + 726.0, + 1773.0, + 726.0, + 1797.0, + 705.0, + 1797.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 763.0, + 1772.0, + 796.0, + 1772.0, + 796.0, + 1798.0, + 763.0, + 1798.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 944.0, + 1772.0, + 965.0, + 1772.0, + 965.0, + 1797.0, + 944.0, + 1797.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1008.0, + 1773.0, + 1026.0, + 1773.0, + 1026.0, + 1796.0, + 1008.0, + 1796.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1071.0, + 1774.0, + 1089.0, + 1774.0, + 1089.0, + 1795.0, + 1071.0, + 1795.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1133.0, + 1772.0, + 1154.0, + 1772.0, + 1154.0, + 1797.0, + 1133.0, + 1797.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1195.0, + 1773.0, + 1217.0, + 1773.0, + 1217.0, + 1797.0, + 1195.0, + 1797.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1252.0, + 1771.0, + 1285.0, + 1771.0, + 1285.0, + 1797.0, + 1252.0, + 1797.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 491.0, + 1790.0, + 752.0, + 1790.0, + 752.0, + 1818.0, + 491.0, + 1818.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 980.0, + 1790.0, + 1242.0, + 1790.0, + 1242.0, + 1818.0, + 980.0, + 1818.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 448.0, + 1818.0, + 554.0, + 1818.0, + 554.0, + 1839.0, + 448.0, + 1839.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 690.0, + 1820.0, + 751.0, + 1820.0, + 751.0, + 1839.0, + 690.0, + 1839.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 937.0, + 1819.0, + 1043.0, + 1819.0, + 1043.0, + 1840.0, + 937.0, + 1840.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1179.0, + 1820.0, + 1241.0, + 1820.0, + 1241.0, + 1839.0, + 1179.0, + 1839.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 449.0, + 1835.0, + 564.0, + 1835.0, + 564.0, + 1856.0, + 449.0, + 1856.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 688.0, + 1832.0, + 824.0, + 1832.0, + 824.0, + 1857.0, + 688.0, + 1857.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 937.0, + 1835.0, + 1054.0, + 1835.0, + 1054.0, + 1856.0, + 937.0, + 1856.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1178.0, + 1834.0, + 1313.0, + 1834.0, + 1313.0, + 1854.0, + 1178.0, + 1854.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 449.0, + 1849.0, + 650.0, + 1849.0, + 650.0, + 1870.0, + 449.0, + 1870.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 688.0, + 1849.0, + 751.0, + 1849.0, + 751.0, + 1871.0, + 688.0, + 1871.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 937.0, + 1849.0, + 1139.0, + 1849.0, + 1139.0, + 1870.0, + 937.0, + 1870.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 480.25, + 1590.5, + 485.25, + 1590.5, + 485.25, + 1600.0, + 480.25, + 1600.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1383.0, + 1340.0, + 1383.0, + 1340.0, + 1423.0, + 292.0, + 1423.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 346.0, + 1422.0, + 561.0, + 1422.0, + 561.0, + 1465.0, + 346.0, + 1465.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1383.0, + 1340.0, + 1383.0, + 1340.0, + 1423.0, + 292.0, + 1423.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 346.0, + 1422.0, + 561.0, + 1422.0, + 561.0, + 1465.0, + 346.0, + 1465.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1162.0, + 1405.0, + 1162.0, + 1405.0, + 1196.0, + 294.0, + 1196.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1192.0, + 1405.0, + 1192.0, + 1405.0, + 1228.0, + 294.0, + 1228.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1226.0, + 1405.0, + 1226.0, + 1405.0, + 1258.0, + 296.0, + 1258.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1252.0, + 1138.0, + 1252.0, + 1138.0, + 1289.0, + 294.0, + 1289.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1215.0, + 1252.0, + 1405.0, + 1252.0, + 1405.0, + 1289.0, + 1215.0, + 1289.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1281.0, + 794.0, + 1281.0, + 794.0, + 1321.0, + 294.0, + 1321.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 871.0, + 1281.0, + 1405.0, + 1281.0, + 1405.0, + 1321.0, + 871.0, + 1321.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1314.0, + 460.0, + 1314.0, + 460.0, + 1349.0, + 293.0, + 1349.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 524.0, + 1314.0, + 809.0, + 1314.0, + 809.0, + 1349.0, + 524.0, + 1349.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 872.0, + 1314.0, + 881.0, + 1314.0, + 881.0, + 1349.0, + 872.0, + 1349.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 13, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1194, + 1406, + 1194, + 1406, + 1350, + 297, + 1350 + ], + "score": 0.976 + }, + { + "category_id": 3, + "poly": [ + 354, + 1448, + 1295, + 1448, + 1295, + 1933, + 354, + 1933 + ], + "score": 0.969 + }, + { + "category_id": 3, + "poly": [ + 542, + 578, + 1156, + 578, + 1156, + 946, + 542, + 946 + ], + "score": 0.966 + }, + { + "category_id": 4, + "poly": [ + 295, + 969, + 1403, + 969, + 1403, + 1064, + 295, + 1064 + ], + "score": 0.93 + }, + { + "category_id": 1, + "poly": [ + 299, + 228, + 1404, + 228, + 1404, + 322, + 299, + 322 + ], + "score": 0.92 + }, + { + "category_id": 2, + "poly": [ + 297, + 75, + 858, + 75, + 858, + 105, + 297, + 105 + ], + "score": 0.912 + }, + { + "category_id": 1, + "poly": [ + 297, + 486, + 1398, + 486, + 1398, + 549, + 297, + 549 + ], + "score": 0.902 + }, + { + "category_id": 4, + "poly": [ + 321, + 1959, + 1372, + 1959, + 1372, + 1994, + 321, + 1994 + ], + "score": 0.897 + }, + { + "category_id": 0, + "poly": [ + 298, + 1133, + 853, + 1133, + 853, + 1172, + 298, + 1172 + ], + "score": 0.877 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 863, + 2088, + 863, + 2113, + 835, + 2113 + ], + "score": 0.867 + }, + { + "category_id": 1, + "poly": [ + 359, + 326, + 1407, + 326, + 1407, + 483, + 359, + 483 + ], + "score": 0.682 + }, + { + "category_id": 13, + "poly": [ + 920, + 1318, + 959, + 1318, + 959, + 1348, + 920, + 1348 + ], + "score": 0.9, + "latex": "\\ell _ { \\infty }" + }, + { + "category_id": 13, + "poly": [ + 923, + 356, + 1203, + 356, + 1203, + 391, + 923, + 391 + ], + "score": 0.9, + "latex": "P ( f ( I _ { 1 } ) = y | f ( I _ { 0 } ) = y )" + }, + { + "category_id": 13, + "poly": [ + 368, + 1258, + 407, + 1258, + 407, + 1288, + 368, + 1288 + ], + "score": 0.9, + "latex": "\\ell _ { \\infty }" + }, + { + "category_id": 13, + "poly": [ + 650, + 1961, + 688, + 1961, + 688, + 1991, + 650, + 1991 + ], + "score": 0.89, + "latex": "\\ell _ { \\infty }" + }, + { + "category_id": 13, + "poly": [ + 297, + 1196, + 335, + 1196, + 335, + 1227, + 297, + 1227 + ], + "score": 0.89, + "latex": "\\ell _ { \\infty }" + }, + { + "category_id": 13, + "poly": [ + 327, + 1289, + 365, + 1289, + 365, + 1318, + 327, + 1318 + ], + "score": 0.89, + "latex": "\\ell _ { \\infty }" + }, + { + "category_id": 13, + "poly": [ + 297, + 1228, + 335, + 1228, + 335, + 1257, + 297, + 1257 + ], + "score": 0.88, + "latex": "\\ell _ { \\infty }" + }, + { + "category_id": 13, + "poly": [ + 350, + 1136, + 392, + 1136, + 392, + 1171, + 350, + 1171 + ], + "score": 0.88, + "latex": "\\ell _ { \\infty }" + }, + { + "category_id": 13, + "poly": [ + 877, + 327, + 905, + 327, + 905, + 357, + 877, + 357 + ], + "score": 0.87, + "latex": "I _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 955, + 327, + 983, + 327, + 983, + 356, + 955, + 356 + ], + "score": 0.87, + "latex": "I _ { 1 }" + }, + { + "category_id": 13, + "poly": [ + 1232, + 393, + 1251, + 393, + 1251, + 419, + 1232, + 419 + ], + "score": 0.81, + "latex": "k" + }, + { + "category_id": 13, + "poly": [ + 1334, + 327, + 1353, + 327, + 1353, + 359, + 1334, + 359 + ], + "score": 0.8, + "latex": "f" + }, + { + "category_id": 13, + "poly": [ + 1153, + 327, + 1179, + 327, + 1179, + 354, + 1153, + 354 + ], + "score": 0.77, + "latex": "Y" + }, + { + "category_id": 13, + "poly": [ + 1112, + 423, + 1132, + 423, + 1132, + 450, + 1112, + 450 + ], + "score": 0.44, + "latex": "\\mathbf { k }" + }, + { + "category_id": 13, + "poly": [ + 1340, + 970, + 1396, + 970, + 1396, + 999, + 1340, + 999 + ], + "score": 0.43, + "latex": "\\ @ \\mathrm { ~ K ~ }" + }, + { + "category_id": 13, + "poly": [ + 884, + 293, + 902, + 293, + 902, + 319, + 884, + 319 + ], + "score": 0.41, + "latex": "\\mathbf { \\nabla } \\cdot \\mathbf { k }" + }, + { + "category_id": 13, + "poly": [ + 564, + 1001, + 583, + 1001, + 583, + 1028, + 564, + 1028 + ], + "score": 0.41, + "latex": "\\mathbf { \\nabla } \\cdot \\mathbf { k }" + }, + { + "category_id": 13, + "poly": [ + 865, + 453, + 885, + 453, + 885, + 480, + 865, + 480 + ], + "score": 0.4, + "latex": "\\mathbf { k }" + }, + { + "category_id": 13, + "poly": [ + 1006, + 422, + 1132, + 422, + 1132, + 453, + 1006, + 453 + ], + "score": 0.38, + "latex": "1 , 2 , \\ldots , \\mathbf { k }" + }, + { + "category_id": 13, + "poly": [ + 1308, + 262, + 1347, + 262, + 1347, + 290, + 1308, + 290 + ], + "score": 0.34, + "latex": "\\mathrm { G u }" + }, + { + "category_id": 13, + "poly": [ + 1340, + 971, + 1366, + 971, + 1366, + 998, + 1340, + 998 + ], + "score": 0.27, + "latex": "@" + }, + { + "category_id": 15, + "poly": [ + 387.0, + 1447.0, + 435.0, + 1447.0, + 435.0, + 1490.0, + 387.0, + 1490.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 497.0, + 1458.0, + 720.0, + 1458.0, + 720.0, + 1493.0, + 497.0, + 1493.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 496.0, + 1482.0, + 687.0, + 1482.0, + 687.0, + 1522.0, + 496.0, + 1522.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 385.0, + 1524.0, + 437.0, + 1524.0, + 437.0, + 1566.0, + 385.0, + 1566.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 494.0, + 1509.0, + 685.0, + 1509.0, + 685.0, + 1576.0, + 494.0, + 1576.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 497.0, + 1567.0, + 767.0, + 1567.0, + 767.0, + 1600.0, + 497.0, + 1600.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 354.0, + 1573.0, + 403.0, + 1573.0, + 403.0, + 1743.0, + 354.0, + 1743.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 386.0, + 1600.0, + 437.0, + 1600.0, + 437.0, + 1642.0, + 386.0, + 1642.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 387.0, + 1677.0, + 434.0, + 1677.0, + 434.0, + 1714.0, + 387.0, + 1714.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 386.0, + 1752.0, + 436.0, + 1752.0, + 436.0, + 1793.0, + 386.0, + 1793.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 386.0, + 1828.0, + 436.0, + 1828.0, + 436.0, + 1869.0, + 386.0, + 1869.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 463.0, + 1871.0, + 489.0, + 1871.0, + 489.0, + 1903.0, + 463.0, + 1903.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 609.0, + 1869.0, + 649.0, + 1869.0, + 649.0, + 1904.0, + 609.0, + 1904.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 755.0, + 1868.0, + 806.0, + 1868.0, + 806.0, + 1903.0, + 755.0, + 1903.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 905.0, + 1866.0, + 960.0, + 1866.0, + 960.0, + 1906.0, + 905.0, + 1906.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1055.0, + 1866.0, + 1112.0, + 1866.0, + 1112.0, + 1906.0, + 1055.0, + 1906.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1207.0, + 1866.0, + 1264.0, + 1866.0, + 1264.0, + 1907.0, + 1207.0, + 1907.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 793.0, + 1891.0, + 933.0, + 1891.0, + 933.0, + 1945.0, + 793.0, + 1945.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 846.0, + 1770.5, + 1000.0, + 1770.5, + 1000.0, + 1804.0, + 846.0, + 1804.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 666.0, + 580.0, + 767.0, + 580.0, + 767.0, + 605.0, + 666.0, + 605.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 849.0, + 591.0, + 936.0, + 591.0, + 936.0, + 607.0, + 849.0, + 607.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 990.0, + 580.0, + 1093.0, + 580.0, + 1093.0, + 605.0, + 990.0, + 605.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 683.0, + 604.0, + 760.0, + 604.0, + 760.0, + 623.0, + 683.0, + 623.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 848.0, + 604.0, + 928.0, + 604.0, + 928.0, + 625.0, + 848.0, + 625.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 996.0, + 602.0, + 1074.0, + 602.0, + 1074.0, + 623.0, + 996.0, + 623.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 867.0, + 624.0, + 891.0, + 624.0, + 891.0, + 726.0, + 867.0, + 726.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 546.0, + 625.0, + 566.0, + 625.0, + 566.0, + 725.0, + 546.0, + 725.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 887.0, + 628.0, + 910.0, + 628.0, + 910.0, + 647.0, + 887.0, + 647.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 569.0, + 629.0, + 590.0, + 629.0, + 590.0, + 649.0, + 569.0, + 649.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 569.0, + 660.0, + 591.0, + 660.0, + 591.0, + 678.0, + 569.0, + 678.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 888.0, + 658.0, + 910.0, + 658.0, + 910.0, + 677.0, + 888.0, + 677.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 567.0, + 691.0, + 590.0, + 691.0, + 590.0, + 709.0, + 567.0, + 709.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 887.0, + 691.0, + 909.0, + 691.0, + 909.0, + 711.0, + 887.0, + 711.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 616.0, + 708.0, + 635.0, + 708.0, + 635.0, + 725.0, + 616.0, + 725.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 663.0, + 708.0, + 683.0, + 708.0, + 683.0, + 724.0, + 663.0, + 724.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 712.0, + 707.0, + 727.0, + 707.0, + 727.0, + 725.0, + 712.0, + 725.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 760.0, + 709.0, + 772.0, + 709.0, + 772.0, + 723.0, + 760.0, + 723.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 814.0, + 709.0, + 826.0, + 709.0, + 826.0, + 724.0, + 814.0, + 724.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 932.0, + 711.0, + 950.0, + 711.0, + 950.0, + 727.0, + 932.0, + 727.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 980.0, + 711.0, + 998.0, + 711.0, + 998.0, + 727.0, + 980.0, + 727.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1028.0, + 710.0, + 1044.0, + 710.0, + 1044.0, + 728.0, + 1028.0, + 728.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1075.0, + 711.0, + 1090.0, + 711.0, + 1090.0, + 728.0, + 1075.0, + 728.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1127.0, + 711.0, + 1142.0, + 711.0, + 1142.0, + 728.0, + 1127.0, + 728.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 681.0, + 727.0, + 761.0, + 727.0, + 761.0, + 746.0, + 681.0, + 746.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1002.0, + 728.0, + 1081.0, + 728.0, + 1081.0, + 746.0, + 1002.0, + 746.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 587.0, + 753.0, + 615.0, + 753.0, + 615.0, + 771.0, + 587.0, + 771.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 710.0, + 759.0, + 724.0, + 759.0, + 724.0, + 772.0, + 710.0, + 772.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 906.0, + 753.0, + 934.0, + 753.0, + 934.0, + 771.0, + 906.0, + 771.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 593.0, + 781.0, + 615.0, + 781.0, + 615.0, + 796.0, + 593.0, + 796.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 912.0, + 780.0, + 934.0, + 780.0, + 934.0, + 798.0, + 912.0, + 798.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 593.0, + 807.0, + 615.0, + 807.0, + 615.0, + 822.0, + 593.0, + 822.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 912.0, + 806.0, + 934.0, + 806.0, + 934.0, + 824.0, + 912.0, + 824.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1058.0, + 803.0, + 1066.0, + 803.0, + 1066.0, + 811.0, + 1058.0, + 811.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 594.0, + 833.0, + 614.0, + 833.0, + 614.0, + 848.0, + 594.0, + 848.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 913.0, + 834.0, + 933.0, + 834.0, + 933.0, + 850.0, + 913.0, + 850.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 594.0, + 859.0, + 614.0, + 859.0, + 614.0, + 875.0, + 594.0, + 875.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 913.0, + 859.0, + 933.0, + 859.0, + 933.0, + 875.0, + 913.0, + 875.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 602.0, + 887.0, + 614.0, + 887.0, + 614.0, + 899.0, + 602.0, + 899.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 921.0, + 887.0, + 933.0, + 887.0, + 933.0, + 900.0, + 921.0, + 900.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 615.0, + 893.0, + 631.0, + 893.0, + 631.0, + 908.0, + 615.0, + 908.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 663.0, + 896.0, + 678.0, + 896.0, + 678.0, + 907.0, + 663.0, + 907.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 713.0, + 897.0, + 723.0, + 897.0, + 723.0, + 905.0, + 713.0, + 905.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 807.0, + 895.0, + 819.0, + 895.0, + 819.0, + 907.0, + 807.0, + 907.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 935.0, + 896.0, + 949.0, + 896.0, + 949.0, + 907.0, + 935.0, + 907.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 982.0, + 896.0, + 996.0, + 896.0, + 996.0, + 908.0, + 982.0, + 908.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1033.0, + 897.0, + 1042.0, + 897.0, + 1042.0, + 906.0, + 1033.0, + 906.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1080.0, + 897.0, + 1089.0, + 897.0, + 1089.0, + 906.0, + 1080.0, + 906.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1127.0, + 895.0, + 1138.0, + 895.0, + 1138.0, + 908.0, + 1127.0, + 908.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 678.0, + 901.0, + 758.0, + 901.0, + 758.0, + 923.0, + 678.0, + 923.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 997.0, + 903.0, + 1076.0, + 903.0, + 1076.0, + 923.0, + 997.0, + 923.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 761.0, + 925.0, + 872.0, + 925.0, + 872.0, + 943.0, + 761.0, + 943.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 915.0, + 923.0, + 1030.0, + 923.0, + 1030.0, + 944.0, + 915.0, + 944.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 732.25, + 775.0, + 740.25, + 775.0, + 740.25, + 782.0, + 732.25, + 782.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 747.75, + 790.5, + 758.75, + 790.5, + 758.75, + 797.0, + 747.75, + 797.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 668.25, + 794.0, + 689.25, + 794.0, + 689.25, + 800.0, + 668.25, + 800.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 996.0, + 820.5, + 1000.0, + 820.5, + 1000.0, + 843.0, + 996.0, + 843.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1082.0, + 844.0, + 1085.0, + 844.0, + 1085.0, + 851.0, + 1082.0, + 851.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 970.0, + 848.5, + 1000.0, + 848.5, + 1000.0, + 859.0, + 970.0, + 859.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1094.0, + 858.5, + 1106.0, + 858.5, + 1106.0, + 869.5, + 1094.0, + 869.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 951.0, + 865.5, + 982.0, + 865.5, + 982.0, + 876.0, + 951.0, + 876.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1115.0, + 877.0, + 1125.0, + 877.0, + 1125.0, + 887.0, + 1115.0, + 887.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 935.0, + 881.5, + 963.0, + 881.5, + 963.0, + 890.5, + 935.0, + 890.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 970.0, + 1339.0, + 970.0, + 1339.0, + 1004.0, + 295.0, + 1004.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1397.0, + 970.0, + 1404.0, + 970.0, + 1404.0, + 1004.0, + 1397.0, + 1004.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 996.0, + 563.0, + 996.0, + 563.0, + 1036.0, + 292.0, + 1036.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 584.0, + 996.0, + 1406.0, + 996.0, + 1406.0, + 1036.0, + 584.0, + 1036.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1031.0, + 929.0, + 1031.0, + 929.0, + 1065.0, + 295.0, + 1065.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 73.0, + 858.0, + 73.0, + 858.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1958.0, + 649.0, + 1958.0, + 649.0, + 1998.0, + 321.0, + 1998.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 689.0, + 1958.0, + 1376.0, + 1958.0, + 1376.0, + 1998.0, + 689.0, + 1998.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1131.0, + 349.0, + 1131.0, + 349.0, + 1179.0, + 292.0, + 1179.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 1131.0, + 857.0, + 1131.0, + 857.0, + 1179.0, + 393.0, + 1179.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 2085.0, + 868.0, + 2085.0, + 868.0, + 2124.0, + 831.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 336.0, + 1196.0, + 1404.0, + 1196.0, + 1404.0, + 1229.0, + 336.0, + 1229.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 336.0, + 1225.0, + 1402.0, + 1225.0, + 1402.0, + 1259.0, + 336.0, + 1259.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1253.0, + 367.0, + 1253.0, + 367.0, + 1291.0, + 294.0, + 1291.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 408.0, + 1253.0, + 1404.0, + 1253.0, + 1404.0, + 1291.0, + 408.0, + 1291.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1284.0, + 326.0, + 1284.0, + 326.0, + 1323.0, + 294.0, + 1323.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 366.0, + 1284.0, + 1406.0, + 1284.0, + 1406.0, + 1323.0, + 366.0, + 1323.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1316.0, + 919.0, + 1316.0, + 919.0, + 1352.0, + 296.0, + 1352.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 960.0, + 1316.0, + 1100.0, + 1316.0, + 1100.0, + 1352.0, + 960.0, + 1352.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 230.0, + 1405.0, + 230.0, + 1405.0, + 264.0, + 294.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 262.0, + 1307.0, + 262.0, + 1307.0, + 292.0, + 295.0, + 292.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1348.0, + 262.0, + 1405.0, + 262.0, + 1405.0, + 292.0, + 1348.0, + 292.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 293.0, + 883.0, + 293.0, + 883.0, + 324.0, + 297.0, + 324.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 903.0, + 293.0, + 1406.0, + 293.0, + 1406.0, + 324.0, + 903.0, + 324.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 486.0, + 1403.0, + 486.0, + 1403.0, + 521.0, + 295.0, + 521.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 518.0, + 1234.0, + 518.0, + 1234.0, + 549.0, + 296.0, + 549.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 360.0, + 324.0, + 876.0, + 324.0, + 876.0, + 360.0, + 360.0, + 360.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 906.0, + 324.0, + 954.0, + 324.0, + 954.0, + 360.0, + 906.0, + 360.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 984.0, + 324.0, + 1152.0, + 324.0, + 1152.0, + 360.0, + 984.0, + 360.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1180.0, + 324.0, + 1333.0, + 324.0, + 1333.0, + 360.0, + 1180.0, + 360.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1354.0, + 324.0, + 1403.0, + 324.0, + 1403.0, + 360.0, + 1354.0, + 360.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 353.0, + 922.0, + 353.0, + 922.0, + 393.0, + 392.0, + 393.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1204.0, + 353.0, + 1208.0, + 353.0, + 1208.0, + 393.0, + 1204.0, + 393.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 356.0, + 387.0, + 1231.0, + 387.0, + 1231.0, + 426.0, + 356.0, + 426.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1252.0, + 387.0, + 1407.0, + 387.0, + 1407.0, + 426.0, + 1252.0, + 426.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 421.0, + 1005.0, + 421.0, + 1005.0, + 456.0, + 393.0, + 456.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1133.0, + 421.0, + 1409.0, + 421.0, + 1409.0, + 456.0, + 1133.0, + 456.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 449.0, + 864.0, + 449.0, + 864.0, + 488.0, + 393.0, + 488.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 886.0, + 449.0, + 1040.0, + 449.0, + 1040.0, + 488.0, + 886.0, + 488.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 14, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 299, + 1943, + 1405, + 1943, + 1405, + 2034, + 299, + 2034 + ], + "score": 0.974 + }, + { + "category_id": 5, + "poly": [ + 408, + 281, + 1290, + 281, + 1290, + 446, + 408, + 446 + ], + "score": 0.973, + "html": "
Original Acc.Perturbed Acc.A# anchor frames
All frames84.870.214.61109
w/o‘i-frames'84.770.314.41104
w/o ‘ ‘p-frames'83.973.710.2415
w/o ‘b-frames'85.473.212.2699
" + }, + { + "category_id": 1, + "poly": [ + 298, + 1648, + 1404, + 1648, + 1404, + 1771, + 298, + 1771 + ], + "score": 0.971 + }, + { + "category_id": 1, + "poly": [ + 299, + 1226, + 1404, + 1226, + 1404, + 1319, + 299, + 1319 + ], + "score": 0.971 + }, + { + "category_id": 3, + "poly": [ + 304, + 684, + 1389, + 684, + 1389, + 1015, + 304, + 1015 + ], + "score": 0.968 + }, + { + "category_id": 1, + "poly": [ + 298, + 1489, + 1403, + 1489, + 1403, + 1642, + 298, + 1642 + ], + "score": 0.968 + }, + { + "category_id": 4, + "poly": [ + 295, + 1044, + 1405, + 1044, + 1405, + 1168, + 295, + 1168 + ], + "score": 0.955 + }, + { + "category_id": 0, + "poly": [ + 298, + 515, + 868, + 515, + 868, + 550, + 298, + 550 + ], + "score": 0.93 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 858, + 75, + 858, + 105, + 298, + 105 + ], + "score": 0.911 + }, + { + "category_id": 0, + "poly": [ + 299, + 1820, + 557, + 1820, + 557, + 1857, + 299, + 1857 + ], + "score": 0.897 + }, + { + "category_id": 6, + "poly": [ + 292, + 223, + 1401, + 223, + 1401, + 258, + 292, + 258 + ], + "score": 0.893 + }, + { + "category_id": 0, + "poly": [ + 301, + 1368, + 731, + 1368, + 731, + 1404, + 301, + 1404 + ], + "score": 0.892 + }, + { + "category_id": 0, + "poly": [ + 299, + 1891, + 679, + 1891, + 679, + 1920, + 299, + 1920 + ], + "score": 0.858 + }, + { + "category_id": 2, + "poly": [ + 836, + 2088, + 863, + 2088, + 863, + 2112, + 836, + 2112 + ], + "score": 0.848 + }, + { + "category_id": 1, + "poly": [ + 300, + 585, + 690, + 585, + 690, + 614, + 300, + 614 + ], + "score": 0.834 + }, + { + "category_id": 0, + "poly": [ + 300, + 1439, + 689, + 1439, + 689, + 1469, + 300, + 1469 + ], + "score": 0.438 + }, + { + "category_id": 1, + "poly": [ + 300, + 1439, + 689, + 1439, + 689, + 1469, + 300, + 1469 + ], + "score": 0.436 + }, + { + "category_id": 13, + "poly": [ + 832, + 1232, + 908, + 1232, + 908, + 1260, + 832, + 1260 + ], + "score": 0.88, + "latex": "\\mathrm { a c c } _ { \\mathrm { p m k } }" + }, + { + "category_id": 13, + "poly": [ + 627, + 1973, + 682, + 1973, + 682, + 2002, + 627, + 2002 + ], + "score": 0.86, + "latex": "89 \\%" + }, + { + "category_id": 13, + "poly": [ + 448, + 1076, + 505, + 1076, + 505, + 1106, + 448, + 1106 + ], + "score": 0.86, + "latex": "9 5 \\%" + }, + { + "category_id": 13, + "poly": [ + 297, + 1259, + 367, + 1259, + 367, + 1289, + 297, + 1289 + ], + "score": 0.77, + "latex": "\\mathrm { p m - k }" + }, + { + "category_id": 13, + "poly": [ + 958, + 923, + 977, + 923, + 977, + 945, + 958, + 945 + ], + "score": 0.72, + "latex": "^ +" + }, + { + "category_id": 13, + "poly": [ + 958, + 891, + 977, + 891, + 977, + 912, + 958, + 912 + ], + "score": 0.7, + "latex": "^ +" + }, + { + "category_id": 13, + "poly": [ + 957, + 859, + 977, + 859, + 977, + 880, + 957, + 880 + ], + "score": 0.7, + "latex": "^ +" + }, + { + "category_id": 13, + "poly": [ + 957, + 794, + 978, + 794, + 978, + 815, + 957, + 815 + ], + "score": 0.65, + "latex": "^ +" + }, + { + "category_id": 13, + "poly": [ + 957, + 825, + 1000, + 825, + 1000, + 850, + 957, + 850 + ], + "score": 0.57, + "latex": "+ 1 2" + }, + { + "category_id": 13, + "poly": [ + 600, + 1261, + 619, + 1261, + 619, + 1285, + 600, + 1285 + ], + "score": 0.56, + "latex": "\\mathbf { X }" + }, + { + "category_id": 13, + "poly": [ + 1308, + 1229, + 1329, + 1229, + 1329, + 1255, + 1308, + 1255 + ], + "score": 0.54, + "latex": "\\mathrm { k }" + }, + { + "category_id": 13, + "poly": [ + 870, + 824, + 1002, + 824, + 1002, + 851, + 870, + 851 + ], + "score": 0.25, + "latex": "_ { \\mathrm { \\Delta } } | \\mathrm { L S V R C } + | 2" + }, + { + "category_id": 15, + "poly": [ + 282.0, + 674.0, + 385.0, + 674.0, + 385.0, + 978.0, + 282.0, + 978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 333.0, + 723.0, + 361.0, + 723.0, + 361.0, + 748.0, + 333.0, + 748.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 866.0, + 755.0, + 1067.0, + 755.0, + 1067.0, + 787.0, + 866.0, + 787.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 333.0, + 775.0, + 360.0, + 775.0, + 360.0, + 801.0, + 333.0, + 801.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 865.0, + 786.0, + 956.0, + 786.0, + 956.0, + 821.0, + 865.0, + 821.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 979.0, + 786.0, + 1186.0, + 786.0, + 1186.0, + 821.0, + 979.0, + 821.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 333.0, + 826.0, + 361.0, + 826.0, + 361.0, + 852.0, + 333.0, + 852.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 866.0, + 820.0, + 869.0, + 820.0, + 869.0, + 854.0, + 866.0, + 854.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1003.0, + 820.0, + 1356.0, + 820.0, + 1356.0, + 854.0, + 1003.0, + 854.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 721.0, + 858.0, + 727.0, + 858.0, + 727.0, + 864.0, + 721.0, + 864.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 866.0, + 852.0, + 956.0, + 852.0, + 956.0, + 885.0, + 866.0, + 885.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 978.0, + 852.0, + 1240.0, + 852.0, + 1240.0, + 885.0, + 978.0, + 885.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 333.0, + 879.0, + 361.0, + 879.0, + 361.0, + 905.0, + 333.0, + 905.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 866.0, + 885.0, + 957.0, + 885.0, + 957.0, + 919.0, + 866.0, + 919.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 978.0, + 885.0, + 1382.0, + 885.0, + 1382.0, + 919.0, + 978.0, + 919.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 827.0, + 930.0, + 838.0, + 930.0, + 838.0, + 939.0, + 827.0, + 939.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 867.0, + 919.0, + 957.0, + 919.0, + 957.0, + 950.0, + 867.0, + 950.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 978.0, + 919.0, + 1293.0, + 919.0, + 1293.0, + 950.0, + 978.0, + 950.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 377.0, + 963.0, + 398.0, + 963.0, + 398.0, + 987.0, + 377.0, + 987.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 450.0, + 962.0, + 475.0, + 962.0, + 475.0, + 988.0, + 450.0, + 988.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 526.0, + 962.0, + 550.0, + 962.0, + 550.0, + 988.0, + 526.0, + 988.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 600.0, + 962.0, + 624.0, + 962.0, + 624.0, + 988.0, + 600.0, + 988.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 674.0, + 962.0, + 698.0, + 962.0, + 698.0, + 988.0, + 674.0, + 988.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 745.0, + 961.0, + 777.0, + 961.0, + 777.0, + 990.0, + 745.0, + 990.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 407.0, + 979.0, + 739.0, + 979.0, + 739.0, + 1017.0, + 407.0, + 1017.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1044.0, + 1405.0, + 1044.0, + 1405.0, + 1079.0, + 294.0, + 1079.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1077.0, + 447.0, + 1077.0, + 447.0, + 1109.0, + 295.0, + 1109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 506.0, + 1077.0, + 1405.0, + 1077.0, + 1405.0, + 1109.0, + 506.0, + 1109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1107.0, + 1405.0, + 1107.0, + 1405.0, + 1140.0, + 295.0, + 1140.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1139.0, + 541.0, + 1139.0, + 541.0, + 1168.0, + 297.0, + 1168.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 510.0, + 872.0, + 510.0, + 872.0, + 556.0, + 294.0, + 556.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 73.0, + 858.0, + 73.0, + 858.0, + 108.0, + 298.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1818.0, + 559.0, + 1818.0, + 559.0, + 1862.0, + 292.0, + 1862.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 219.0, + 1404.0, + 219.0, + 1404.0, + 263.0, + 292.0, + 263.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1365.0, + 736.0, + 1365.0, + 736.0, + 1411.0, + 293.0, + 1411.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1887.0, + 681.0, + 1887.0, + 681.0, + 1923.0, + 295.0, + 1923.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2084.0, + 868.0, + 2084.0, + 868.0, + 2124.0, + 832.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1435.0, + 691.0, + 1435.0, + 691.0, + 1472.0, + 295.0, + 1472.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1941.0, + 1405.0, + 1941.0, + 1405.0, + 1978.0, + 294.0, + 1978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1971.0, + 626.0, + 1971.0, + 626.0, + 2008.0, + 294.0, + 2008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 683.0, + 1971.0, + 1411.0, + 1971.0, + 1411.0, + 2008.0, + 683.0, + 2008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 2003.0, + 1331.0, + 2003.0, + 1331.0, + 2036.0, + 294.0, + 2036.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1648.0, + 1406.0, + 1648.0, + 1406.0, + 1680.0, + 294.0, + 1680.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1677.0, + 1404.0, + 1677.0, + 1404.0, + 1710.0, + 296.0, + 1710.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1707.0, + 1403.0, + 1707.0, + 1403.0, + 1741.0, + 295.0, + 1741.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1740.0, + 1392.0, + 1740.0, + 1392.0, + 1772.0, + 296.0, + 1772.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1225.0, + 831.0, + 1225.0, + 831.0, + 1263.0, + 293.0, + 1263.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 909.0, + 1225.0, + 1307.0, + 1225.0, + 1307.0, + 1263.0, + 909.0, + 1263.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1330.0, + 1225.0, + 1404.0, + 1225.0, + 1404.0, + 1263.0, + 1330.0, + 1263.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1256.0, + 296.0, + 1256.0, + 296.0, + 1291.0, + 293.0, + 1291.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 368.0, + 1256.0, + 599.0, + 1256.0, + 599.0, + 1291.0, + 368.0, + 1291.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 620.0, + 1256.0, + 1407.0, + 1256.0, + 1407.0, + 1291.0, + 620.0, + 1291.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1286.0, + 877.0, + 1286.0, + 877.0, + 1324.0, + 293.0, + 1324.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1488.0, + 1405.0, + 1488.0, + 1405.0, + 1526.0, + 294.0, + 1526.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1522.0, + 1404.0, + 1522.0, + 1404.0, + 1555.0, + 296.0, + 1555.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1552.0, + 1404.0, + 1552.0, + 1404.0, + 1585.0, + 296.0, + 1585.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1581.0, + 1404.0, + 1581.0, + 1404.0, + 1617.0, + 294.0, + 1617.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1612.0, + 1014.0, + 1612.0, + 1014.0, + 1646.0, + 294.0, + 1646.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 583.0, + 691.0, + 583.0, + 691.0, + 616.0, + 297.0, + 616.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1435.0, + 691.0, + 1435.0, + 691.0, + 1472.0, + 295.0, + 1472.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 15, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 5, + "poly": [ + 338, + 1282, + 1354, + 1282, + 1354, + 1465, + 338, + 1465 + ], + "score": 0.979, + "html": "
ModelBase Learning RateLearning Rate ScheduleBatch SizeEpochs
resnet15210-4ReduceLR On Plateau3210
resnet5010-4ReduceLR On Plateau3210
alexnet10-5Reduce LR On Plateau3210
vgg1610-5Reduce LR On Plateau3210
" + }, + { + "category_id": 5, + "poly": [ + 477, + 224, + 1223, + 224, + 1223, + 358, + 477, + 358 + ], + "score": 0.979, + "html": "
FPSAcc. Orig.Acc.PerturbedDrop# Videos
2587.3 [83.0, 90.9]73.3[67.8, 78.3]14.0292
2987.7 [84.0, 90.8]74.9[70.3, 79.2]12.8383
3078.3 [73.3, 82.7]61.7 [56.0, 67.1]16.6313
" + }, + { + "category_id": 1, + "poly": [ + 297, + 1717, + 1404, + 1717, + 1404, + 1902, + 297, + 1902 + ], + "score": 0.976 + }, + { + "category_id": 5, + "poly": [ + 297, + 1531, + 1397, + 1531, + 1397, + 1651, + 297, + 1651 + ], + "score": 0.973, + "html": "
ModelBase Learning RateLearning Rate ScheduleBatch SizeIterations
F-RCNN ResNet-5010-2Step 20k,30k840k
F-RCNN ResNet-10110-2Step 20k,30k840k
" + }, + { + "category_id": 1, + "poly": [ + 299, + 1906, + 1402, + 1906, + 1402, + 2028, + 299, + 2028 + ], + "score": 0.969 + }, + { + "category_id": 1, + "poly": [ + 298, + 917, + 1404, + 917, + 1404, + 1072, + 298, + 1072 + ], + "score": 0.968 + }, + { + "category_id": 5, + "poly": [ + 508, + 642, + 1189, + 642, + 1189, + 746, + 508, + 746 + ], + "score": 0.964, + "html": "
ModelAcc. Orig.Acc. PerturbedDrop
ILSVRC-3061.044.915.1
ILSVRC-30 + FT77.859.917.9
" + }, + { + "category_id": 1, + "poly": [ + 299, + 1075, + 1403, + 1075, + 1403, + 1198, + 299, + 1198 + ], + "score": 0.961 + }, + { + "category_id": 6, + "poly": [ + 468, + 1225, + 1221, + 1225, + 1221, + 1258, + 468, + 1258 + ], + "score": 0.928 + }, + { + "category_id": 0, + "poly": [ + 297, + 860, + 1052, + 860, + 1052, + 898, + 297, + 898 + ], + "score": 0.923 + }, + { + "category_id": 2, + "poly": [ + 297, + 74, + 858, + 74, + 858, + 106, + 297, + 106 + ], + "score": 0.912 + }, + { + "category_id": 6, + "poly": [ + 299, + 521, + 1405, + 521, + 1405, + 616, + 299, + 616 + ], + "score": 0.892 + }, + { + "category_id": 6, + "poly": [ + 577, + 1474, + 1123, + 1474, + 1123, + 1506, + 577, + 1506 + ], + "score": 0.871 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 863, + 2088, + 863, + 2112, + 835, + 2112 + ], + "score": 0.854 + }, + { + "category_id": 0, + "poly": [ + 298, + 1662, + 608, + 1662, + 608, + 1696, + 298, + 1696 + ], + "score": 0.735 + }, + { + "category_id": 0, + "poly": [ + 296, + 467, + 1230, + 467, + 1230, + 501, + 296, + 501 + ], + "score": 0.654 + }, + { + "category_id": 7, + "poly": [ + 466, + 379, + 1232, + 379, + 1232, + 411, + 466, + 411 + ], + "score": 0.524 + }, + { + "category_id": 1, + "poly": [ + 292, + 767, + 1398, + 767, + 1398, + 800, + 292, + 800 + ], + "score": 0.41 + }, + { + "category_id": 6, + "poly": [ + 296, + 467, + 1230, + 467, + 1230, + 501, + 296, + 501 + ], + "score": 0.221 + }, + { + "category_id": 7, + "poly": [ + 292, + 767, + 1398, + 767, + 1398, + 800, + 292, + 800 + ], + "score": 0.159 + }, + { + "category_id": 13, + "poly": [ + 967, + 1039, + 1028, + 1039, + 1028, + 1070, + 967, + 1070 + ], + "score": 0.93, + "latex": "1 0 ^ { - 5 }" + }, + { + "category_id": 13, + "poly": [ + 856, + 1039, + 917, + 1039, + 917, + 1070, + 856, + 1070 + ], + "score": 0.9, + "latex": "1 0 ^ { - 3 }" + }, + { + "category_id": 13, + "poly": [ + 448, + 1907, + 519, + 1907, + 519, + 1937, + 448, + 1937 + ], + "score": 0.79, + "latex": "\\mathrm { p m - k }" + }, + { + "category_id": 13, + "poly": [ + 358, + 981, + 1030, + 981, + 1030, + 1010, + 358, + 1010 + ], + "score": 0.26, + "latex": "0 2 1 \\mathtt { d } 9 7 8 9 7 \\mathtt { c } 9 \\mathtt { a } \\mathtt { a } 7 6 \\mathtt { e } \\mathtt { c } 7 5 9 \\mathtt { d } \\mathtt { e } \\mathtt { f } \\mathtt { f } 4 3 \\mathtt { d } 3 4 1 \\mathtt { c } 4 \\mathtt { f } \\mathtt { d } 4 5 \\mathtt { d } 7 \\mathtt { b } \\mathtt { a } ." + }, + { + "category_id": 15, + "poly": [ + 468.0, + 1221.0, + 1223.0, + 1221.0, + 1223.0, + 1264.0, + 468.0, + 1264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 860.0, + 1053.0, + 860.0, + 1053.0, + 901.0, + 295.0, + 901.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 858.0, + 72.0, + 858.0, + 109.0, + 297.0, + 109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 520.0, + 1408.0, + 520.0, + 1408.0, + 558.0, + 293.0, + 558.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 551.0, + 1406.0, + 551.0, + 1406.0, + 589.0, + 294.0, + 589.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 584.0, + 1407.0, + 584.0, + 1407.0, + 618.0, + 295.0, + 618.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 573.0, + 1472.0, + 1124.0, + 1472.0, + 1124.0, + 1509.0, + 573.0, + 1509.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 2085.0, + 868.0, + 2085.0, + 868.0, + 2124.0, + 831.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1661.0, + 612.0, + 1661.0, + 612.0, + 1701.0, + 293.0, + 1701.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 464.0, + 1234.0, + 464.0, + 1234.0, + 505.0, + 292.0, + 505.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 463.0, + 377.0, + 1232.0, + 377.0, + 1232.0, + 413.0, + 463.0, + 413.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 464.0, + 1234.0, + 464.0, + 1234.0, + 505.0, + 292.0, + 505.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 763.0, + 1405.0, + 763.0, + 1405.0, + 803.0, + 294.0, + 803.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1717.0, + 1406.0, + 1717.0, + 1406.0, + 1751.0, + 295.0, + 1751.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1747.0, + 1405.0, + 1747.0, + 1405.0, + 1785.0, + 294.0, + 1785.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1780.0, + 1405.0, + 1780.0, + 1405.0, + 1812.0, + 296.0, + 1812.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1808.0, + 1409.0, + 1808.0, + 1409.0, + 1848.0, + 294.0, + 1848.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1840.0, + 1406.0, + 1840.0, + 1406.0, + 1876.0, + 294.0, + 1876.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1872.0, + 786.0, + 1872.0, + 786.0, + 1904.0, + 296.0, + 1904.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1905.0, + 447.0, + 1905.0, + 447.0, + 1940.0, + 294.0, + 1940.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 520.0, + 1905.0, + 1406.0, + 1905.0, + 1406.0, + 1940.0, + 520.0, + 1940.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1937.0, + 1407.0, + 1937.0, + 1407.0, + 1973.0, + 294.0, + 1973.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1967.0, + 1404.0, + 1967.0, + 1404.0, + 2002.0, + 294.0, + 2002.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1998.0, + 776.0, + 1998.0, + 776.0, + 2028.0, + 294.0, + 2028.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 915.0, + 1404.0, + 915.0, + 1404.0, + 955.0, + 292.0, + 955.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 949.0, + 1405.0, + 949.0, + 1405.0, + 983.0, + 294.0, + 983.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 977.0, + 357.0, + 977.0, + 357.0, + 1014.0, + 293.0, + 1014.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1031.0, + 977.0, + 1406.0, + 977.0, + 1406.0, + 1014.0, + 1031.0, + 1014.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1009.0, + 1405.0, + 1009.0, + 1405.0, + 1046.0, + 294.0, + 1046.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1036.0, + 855.0, + 1036.0, + 855.0, + 1075.0, + 292.0, + 1075.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 918.0, + 1036.0, + 966.0, + 1036.0, + 966.0, + 1075.0, + 918.0, + 1075.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1029.0, + 1036.0, + 1199.0, + 1036.0, + 1199.0, + 1075.0, + 1029.0, + 1075.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1075.0, + 1405.0, + 1075.0, + 1405.0, + 1111.0, + 294.0, + 1111.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1105.0, + 1408.0, + 1105.0, + 1408.0, + 1140.0, + 292.0, + 1140.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1135.0, + 1405.0, + 1135.0, + 1405.0, + 1171.0, + 293.0, + 1171.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1166.0, + 1402.0, + 1166.0, + 1402.0, + 1202.0, + 294.0, + 1202.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 763.0, + 1405.0, + 763.0, + 1405.0, + 803.0, + 294.0, + 803.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 16, + "width": 1700, + "height": 2200 + } + } +] \ No newline at end of file diff --git a/parse/train/rklEj2EFvB/rklEj2EFvB.md b/parse/train/rklEj2EFvB/rklEj2EFvB.md new file mode 100644 index 0000000000000000000000000000000000000000..579bc95d00b4b09cf064dfd2df07761a79e5d434 --- /dev/null +++ b/parse/train/rklEj2EFvB/rklEj2EFvB.md @@ -0,0 +1,788 @@ +# ESTIMATING GRADIENTS FOR DISCRETE RANDOM VARIABLES BY SAMPLING WITHOUT REPLACEMENT + +Herke van Hoof University of Amsterdam h.c.vanhoof@uva.nl + +Wouter Kool +University of Amsterdam ORTEC +w.w.m.kool@uva.nl Max Welling +University of Amsterdam CIFAR +m.welling@uva.nl + +# ABSTRACT + +We derive an unbiased estimator for expectations over discrete random variables based on sampling without replacement, which reduces variance as it avoids duplicate samples. We show that our estimator can be derived as the RaoBlackwellization of three different estimators. Combining our estimator with REINFORCE, we obtain a policy gradient estimator and we reduce its variance using a built-in control variate which is obtained without additional model evaluations. The resulting estimator is closely related to other gradient estimators. Experiments with a toy problem, a categorical Variational Auto-Encoder and a structured prediction problem show that our estimator is the only estimator that is consistently among the best estimators in both high and low entropy settings. + +# 1 INTRODUCTION + +Put replacement in your basement! We derive the unordered set estimator1: an unbiased (gradient) estimator for expectations over discrete random variables based on (unordered sets of) samples without replacement. In particular, we consider the problem of estimating (the gradient of) the expectation of $f ( { \pmb x } )$ where $_ { \textbf { \em x } }$ has a discrete distribution $p$ over the domain $D$ , i.e. + +$$ +\mathbb { E } _ { { \pmb x } \sim p ( { \pmb x } ) } [ f ( { \pmb x } ) ] = \sum _ { { \pmb x } \in D } p ( { \pmb x } ) f ( { \pmb x } ) . +$$ + +This expectation comes up in reinforcement learning, discrete latent variable modelling (e.g. for compression), structured prediction (e.g. for translation), hard attention and many other tasks that use models with discrete operations in their computational graphs (see e.g. Jang et al. (2016)). In general, $_ { \textbf { \em x } }$ has structure (such as a sequence), but we can treat it as a ‘flat’ distribution, omitting the bold notation, so $x$ has a categorical distribution over $D$ given by $p ( x ) , x \in D$ . Typically, the distribution has parameters $\pmb { \theta }$ , which are learnt through gradient descent. This requires estimating the gradient $\nabla _ { \pmb { \theta } } \bar { \mathbb { E } } _ { \boldsymbol { x } \sim p _ { \pmb { \theta } } ( \boldsymbol { x } ) } [ f ( \boldsymbol { x } ) ]$ , using a set of samples $S$ . A gradient estimate $e ( S )$ is unbiased if + +$$ +\mathbb { E } _ { S } [ e ( S ) ] = \nabla _ { \pmb { \theta } } \mathbb { E } _ { \pmb { x } \sim p _ { \pmb { \theta } } ( \pmb { x } ) } [ f ( \pmb { x } ) ] . +$$ + +The samples $S$ can be sampled independently or using alternatives such as stratified sampling which reduce variance to increase the speed of learning. In this paper, we derive an unbiased gradient estimator that reduces variance by avoiding duplicate samples, i.e. by sampling $S$ without replacement. This is challenging as samples without replacement are dependent and have marginal distributions that are different from $p ( x )$ . We further reduce the variance by deriving a built-in control variate, which maintains the unbiasedness and does not require additional samples. + +Related work. Many algorithms for estimating gradients for discrete distributions have been proposed. A general and widely used estimator is REINFORCE (Williams, 1992). Biased gradients based on a continuous relaxations of the discrete distribution (known as Gumbel-Softmax or Concrete) were jointly introduced by Jang et al. (2016) and Maddison et al. (2016). These can be combined with the straight through estimator (Bengio et al., 2013) if the model requires discrete samples or be used to construct control variates for REINFORCE, as in REBAR (Tucker et al., 2017) or + +RELAX (Grathwohl et al., 2018). Many other methods use control variates and other techniques to reduce the variance of REINFORCE (Paisley et al., 2012; Ranganath et al., 2014; Gregor et al., 2014; Mnih & Gregor, 2014; Gu et al., 2016; Mnih & Rezende, 2016). + +Some works rely on explicit summation of the expectation, either for the marginal distribution (Titsias & Lazaro-Gredilla, 2015) or globally summing some categories while sampling from the re- ´ mainder (Liang et al., 2018; Liu et al., 2019). Other approaches use a finite difference approximation to the gradient (Lorberbom et al., 2018; 2019). Yin et al. (2019) introduced ARSM, which uses multiple model evaluations where the number adapts automatically to the uncertainty. + +In the structured prediction setting, there are many algorithms for optimizing a quantity under a sequence of discrete decisions, using (weak) supervision, multiple samples (or deterministic model evaluations), or a combination both (Ranzato et al., 2016; Shen et al., 2016; He et al., 2016; Norouzi et al., 2016; Bahdanau et al., 2017; Edunov et al., 2018; Leblond et al., 2018; Negrinho et al., 2018). Most of these algorithms are biased and rely on pretraining using maximum likelihood or gradually transitioning from supervised to reinforcement learning. Using Gumbel-Softmax based approaches in a sequential setting is difficult as the bias accumulates because of mixing errors (Gu et al., 2018). + +# 2 PRELIMINARIES + +Throughout this paper, we will denote with $B ^ { k }$ an ordered sample without replacement of size $k$ and with $S ^ { k }$ an unordered sample (of size $k$ ) from the categorical distribution $p$ . + +Restricted distribution. When sampling without replacement, we remove the set $C \subset D$ already sampled from the domain and we denote with $p ^ { D \setminus C }$ the distribution restricted to the domain $D \backslash C$ : + +$$ +p ^ { D \setminus C } ( x ) = \frac { p ( x ) } { 1 - \sum _ { c \in C } p ( c ) } , \quad x \in D \setminus C . +$$ + +Ordered sample without replacement $B ^ { k }$ . Let $B ^ { k } = ( b _ { 1 } , . . . , b _ { k } ) , b _ { i } \in D$ be an ordered sample without replacement, which is generated from the distribution $p$ as follows: first, sample $b _ { 1 } \sim p$ , then sample $b _ { 2 } \sim p ^ { D \setminus \{ b _ { 1 } \} }$ , $b _ { 3 } ^ { ^ { - } } \sim p ^ { D \setminus \{ b _ { 1 } , b _ { 2 } \} }$ , etc. i.e. elements are sampled one by one without replacement. Using this procedure, $B ^ { k }$ can be seen as a (partial) ranking according to the PlackettLuce model (Plackett, 1975; Luce, 1959) and the probability of obtaining the vector $B ^ { k }$ is + +$$ +p ( B ^ { k } ) = \prod _ { i = 1 } ^ { k } p ^ { D \setminus B ^ { i - 1 } } ( b _ { i } ) = \prod _ { i = 1 } ^ { k } \frac { p ( b _ { i } ) } { 1 - \sum _ { j < i } p ( b _ { j } ) } . +$$ + +We can also restrict $B ^ { k }$ to the domain $D \backslash C$ , which means that $b _ { i } \notin C$ for $i = 1 , . . . , k$ : + +$$ +p ^ { D \setminus C } ( B ^ { k } ) = \prod _ { i = 1 } ^ { k } { \frac { p ^ { D \setminus C } ( b _ { i } ) } { 1 - \sum _ { j < i } p ^ { D \setminus C } ( b _ { j } ) } } = \prod _ { i = 1 } ^ { k } { \frac { p ( b _ { i } ) } { 1 - \sum _ { c \in C } p ( c ) - \sum _ { j < i } p ( b _ { j } ) } } . +$$ + +Unordered sample without replacement. Let $S ^ { k } \subseteq D$ be an unordered sample without replacement from the distribution $p$ , which can be generated simply by generating an ordered sample and discarding the order. We denote elements in the sample with $s \in \breve { S } ^ { k }$ (so without index) and we write $B ( S ^ { k } )$ as the set of all $k !$ ! permutations (orderings) $\bar { B ^ { k } }$ that correspond to (could have generated) $S ^ { k }$ . It follows that the probability for sampling $S ^ { k }$ is given by: + +$$ +p ( S ^ { k } ) = \sum _ { B ^ { k } \in B ( S ^ { k } ) } p ( B ^ { k } ) = \sum _ { B ^ { k } \in B ( S ^ { k } ) } \prod _ { i = 1 } ^ { k } \frac { p ( b _ { i } ) } { 1 - \sum _ { j < i } p ( b _ { j } ) } = \left( \prod _ { s \in S ^ { k } } p ( s ) \right) \cdot \sum _ { B ^ { k } \in B ( S ^ { k } ) } \prod _ { i = 1 } ^ { k } \frac { 1 } { 1 - \sum _ { j < i } p ( b _ { j } ) } . +$$ + +The last step follows since $B ^ { k } \in B ( S ^ { k } )$ is an ordering of $S ^ { k }$ , such that $\begin{array} { r } { \prod _ { i = 1 } ^ { k } p ( b _ { i } ) = \prod _ { s \in S } p ( s ) } \end{array}$ . +Naive computation of $p ( S ^ { k } )$ is $O ( k ! )$ , but in Appendix $\mathbf { B }$ we show how to compute it efficiently. + +When sampling from the distribution restricted to $D \backslash C$ , we sample $S ^ { k } \subseteq D \setminus C$ with probability: + +$$ +p ^ { D \setminus C } ( S ^ { k } ) = \left( \prod _ { s \in S ^ { k } } p ( s ) \right) \cdot \sum _ { B ^ { k } \in \mathcal { B } ( S ^ { k } ) } \prod _ { i = 1 } ^ { k } \frac { 1 } { 1 - \sum _ { c \in C } p ( c ) - \sum _ { j < i } p ( b _ { j } ) } . +$$ + +The Gumbel-Top- $k$ trick. As an alternative to sequential sampling, we can also sample $B ^ { k }$ and $S ^ { k }$ by taking the top $k$ of Gumbel variables (Yellott, 1977; Vieira, 2014; Kim et al., 2016). Following notation from Kool et al. $( 2 0 1 9 \mathrm { c } )$ , we define the perturbed log-probability $g _ { \phi _ { i } } = \phi _ { i } + g _ { i }$ , where $\phi _ { i } = \log p ( i )$ and $g _ { i } \sim \mathrm { G u m b e l } ( 0 )$ . Then let $b _ { 1 } = \arg \operatorname* { m a x } _ { i \in D } g _ { \phi _ { i } }$ , $b _ { 2 } = \arg \operatorname* { m a x } _ { i \in D \backslash \{ b _ { 1 } \} } g _ { \phi _ { i } }$ , etc., so $B ^ { k }$ is the top $k$ of the perturbed log-probabilities in decreasing order. The probability of obtaining $B _ { k }$ using this procedure is given by equation 4, so this provides an alternative sampling method which is effectively a (non-differentiable) reparameterization of sampling without replacement. For a differentiable reparameterization, see Grover et al. (2019). + +It follows that taking the top $k$ perturbed log-probabilities without order, we obtain the unordered sample set $S ^ { k }$ . This way of sampling underlies the efficient computation of $p ( S ^ { k } )$ in Appendix B. + +# 3 METHODOLOGY + +In this section, we derive the unordered set policy gradient estimator: a low-variance, unbiased estimator of $\nabla _ { \pmb { \theta } } \mathbb { E } _ { p _ { \pmb { \theta } } ( \pmb { x } ) } [ f ( \pmb { x } ) ]$ based on an unordered sample without replacement $S ^ { k }$ . First, we derive the generic (non-gradient) estimator for $\mathbb { E } [ f ( x ) ]$ as the Rao-Blackwellized version of a single sample Monte Carlo estimator (and two other estimators!). Then we combine this estimator with REINFORCE (Williams, 1992) and we show how to reduce its variance using a built-in baseline. + +# 3.1 RAO-BLACKWELLIZATION OF THE SINGLE SAMPLE ESTIMATOR + +A very crude but simple estimator for $\mathbb { E } [ f ( x ) ]$ based on the ordered sample $B ^ { k }$ is to only use the first element $b _ { 1 }$ , which by definition is a sample from the distribution $p$ . We define this estimator as the single sample estimator, which is unbiased, since + +$$ +\begin{array} { r } { \mathbb { E } _ { B ^ { k } \sim p ( B ^ { k } ) } [ f ( b _ { 1 } ) ] = \mathbb { E } _ { b _ { 1 } \sim p ( b _ { 1 } ) } [ f ( b _ { 1 } ) ] = \mathbb { E } _ { x \sim p ( x ) } [ f ( x ) ] . } \end{array} +$$ + +Discarding all but one sample, the single sample estimator is inefficient, but we can use RaoBlackwellization (Casella $\&$ Robert, 1996) to signficantly improve it. To this end, we consider the distribution $B ^ { k } | S ^ { k }$ , which is, knowing the unordered sample $S ^ { k }$ , the conditional distribution over ordered samples $B ^ { k } \in B ( S ^ { k } )$ that could have generated $S ^ { \hat { k } }$ .2 Using $B ^ { k } | S ^ { k }$ , we rewrite $\mathbb { E } [ f ( b _ { 1 } ) ]$ as + +$$ +\begin{array} { r } { \mathbb { E } _ { B ^ { k } \sim p ( B ^ { k } ) } [ f ( b _ { 1 } ) ] = \mathbb { E } _ { S ^ { k } \sim p ( S ^ { k } ) } \left[ \mathbb { E } _ { B ^ { k } \sim p ( B ^ { k } \mid S ^ { k } ) } \left[ f ( b _ { 1 } ) \right] \right] = \mathbb { E } _ { S ^ { k } \sim p ( S ^ { k } ) } \left[ \mathbb { E } _ { b _ { 1 } \sim p ( b _ { 1 } \mid S ^ { k } ) } \left[ f ( b _ { 1 } ) \right] \right] . } \end{array} +$$ + +The Rao-Blackwellized version of the single sample estimator computes the inner conditional expectation exactly. Since $B ^ { k }$ is an ordering of $S ^ { k }$ , we have $b _ { 1 } \in S ^ { k }$ and we can compute this as + +$$ +\mathbb { E } _ { b _ { 1 } \sim p ( b _ { 1 } | S ^ { k } ) } \left[ f ( b _ { 1 } ) \right] = \sum _ { s \in S ^ { k } } P ( b _ { 1 } = s | S ^ { k } ) f ( s ) +$$ + +where, in a slight abuse of notation, $P ( b _ { 1 } = s | S ^ { k } )$ is the probability that the first sampled element $b _ { 1 }$ takes the value $s$ , given that the complete set of $k$ samples is $S ^ { k }$ . Using Bayes’ Theorem we find + +$$ +P ( b _ { 1 } = s | S ^ { k } ) = \frac { p ( S ^ { k } | b _ { 1 } = s ) P ( b _ { 1 } = s ) } { p ( S ^ { k } ) } = \frac { p ^ { D \setminus \{ s \} } ( S ^ { k } \setminus \{ s \} ) p ( s ) } { p ( S ^ { k } ) } . +$$ + +The step $p ( S ^ { k } | b _ { 1 } = s ) = p ^ { D \setminus \{ s \} } ( S ^ { k } \setminus \{ s \} )$ comes from analyzing sequential sampling without replacement: given that the first element sampled is $s$ , the remaining elements have a distribution restricted to $D \backslash \{ s \}$ , so sampling $S ^ { k }$ (including $s$ ) given the first element $s$ is equivalent to sampling the remainder $S ^ { k } \setminus \{ s \}$ from the restricted distribution, which has probability $p ^ { D \setminus \{ s \} } ( S ^ { k } \setminus \{ s \} )$ (see equation 7). + +The unordered set estimator. For notational convenience, we introduce the leave-one-out ratio. +Definition 1. The leave-one-out ratio of $s$ w.r.t. the set $S$ is given by $\begin{array} { r } { R ( S ^ { k } , s ) = \frac { p ^ { D \setminus \{ s \} } ( S ^ { k } \setminus \{ s \} ) } { p ( S ^ { k } ) } } \end{array}$ . + +Rewriting equation 10 as $P ( b _ { 1 } = s | S ^ { k } ) = p ( s ) R ( S ^ { k } , s )$ shows that the probability of sampling $s$ first, given $S ^ { k }$ , is simply the unconditional probability multiplied by the leave-one-out ratio. We now define the unordered set estimator as the Rao-Blackwellized version of the single-sample estimator. + +Theorem 1. The unordered set estimator, given by + +$$ +e ^ { U S } ( S ^ { k } ) = \sum _ { s \in S ^ { k } } p ( s ) R ( S ^ { k } , s ) f ( s ) +$$ + +is the Rao-Blackwellized version of the (unbiased!) single sample estimator. + +Proof. Using $P ( b _ { 1 } = s | S ^ { k } ) = p ( s ) R ( S ^ { k } , s )$ in equation 9 we have + +$$ +\mathbb { E } _ { b _ { 1 } \sim p ( b _ { 1 } | S ^ { k } ) } \left[ f ( b _ { 1 } ) \right] = \sum _ { s \in S ^ { k } } P ( b _ { 1 } = s | S ^ { k } ) f ( s ) = \sum _ { s \in S ^ { k } } p ( s ) R ( S ^ { k } , s ) f ( s ) . +$$ + +The implication of this theorem is that the unordered set estimator, in explicit form given by equation 11, is an unbiased estimator of $\mathbb { E } [ f ( x ) ]$ since it is the Rao-Blackwellized version of the unbiased single sample estimator. Also, as expected by taking multiple samples, it has variance equal or lower than the single sample estimator by the Rao-Blackwell Theorem (Lehmann & Scheffe, 1950). ´ + +# 3.2 RAO-BLACKWELLIZATION OF OTHER ESTIMATORS + +The unordered set estimator is also the result of Rao-Blackwellizing two other unbiased estimators: the stochastic sum-and-sample estimator and the importance-weighted estimator. + +The sum-and-sample estimator. We define as sum-and-sample estimator any estimator that relies on the identity that for any $C \subset D$ + +$$ +\mathbb { E } _ { x \sim p ( x ) } [ f ( x ) ] = \mathbb { E } _ { x \sim p ^ { D \setminus C } ( x ) } \left[ \sum _ { c \in C } p ( c ) f ( c ) + \left( 1 - \sum _ { c \in C } p ( c ) \right) f ( x ) \right] . +$$ + +For the derivation, see Appendix C.1 or Liang et al. (2018); Liu et al. (2019). In general, a sum-andsample estimator with a budget of $k > 1$ evaluations sums expectation terms for a set of categories $C$ (s.t. $| C | < k )$ explicitly (e.g. selected by their value $f$ (Liang et al., 2018) or probability $p$ (Liu et al., 2019)), and uses $k - | C |$ (down-weighted) samples from $D \backslash C$ to estimate the remaining terms. As is noted by Liu et al. (2019), selecting $C$ such that $\frac { 1 - \sum _ { c \in C } p ( c ) } { k - | C | }$ is minimized guarantees to reduce variance compared to a standard minibatch of $k$ samples (which is equivalent to setting $C = \varnothing$ ). See also Fearnhead $\&$ Clifford (2003) for a discussion on selecting $C$ optimally. The ability to optimize $C$ depends on whether $p ( c )$ can be computed efficiently a-priori (before sampling). This is difficult in high-dimensional settings, e.g. sequence models which compute the probability incrementally while ancestral sampling. An alternative is to select $C$ stochastically (as equation 13 holds for any $C$ ), and we choose $C = B ^ { k - 1 }$ to define the stochastic sum-and-sample estimator: + +$$ +e ^ { { \mathrm { S S A S } } } ( B ^ { k } ) = \sum _ { j = 1 } ^ { k - 1 } p ( b _ { j } ) f ( b _ { j } ) + \left( 1 - \sum _ { j = 1 } ^ { k - 1 } p ( b _ { j } ) \right) f ( b _ { k } ) . +$$ + +For simplicity, we consider the version that sums $k - 1$ terms here, but the following results also hold for a version that sums $k - m$ terms and uses $m$ samples (without replacement) (see Appendix C.3). Sampling without replacement, it holds that bk|Bk−1 ∼ pD\Bk−1, so the unbiasedness follows from equation 13 by separating the expectation over $B ^ { k }$ into expectations over $B ^ { k - 1 }$ and $b _ { k } | B ^ { k - 1 }$ : + +$$ +\begin{array} { r } { \mathbb { E } _ { B ^ { k - 1 } \sim p ( B ^ { k - 1 } ) } \left[ \mathbb { E } _ { b _ { k } \sim p ( b _ { k } | B ^ { k - 1 } ) } \left[ e ^ { S S A S } ( B ^ { k } ) \right] \right] = \mathbb { E } _ { B ^ { k - 1 } \sim p ( B ^ { k - 1 } ) } \left[ \mathbb { E } [ f ( x ) ] \right] = \mathbb { E } [ f ( x ) ] . } \end{array} +$$ + +In general, a sum-and-sample estimator reduces variance if the probability mass is concentrated on the summed categories. As typically high probability categories are sampled first, the stochastic sum-and-sample estimator sums high probability categories, similar to the estimator by Liu et al. (2019) which we refer to as the deterministic sum-and-sample estimator. As we show in Appendix C.2, Rao-Blackwellizing the stochastic sum-and-sample estimator also results in the unordered set estimator. This even holds for a version that uses $m$ samples and $k - m$ summed terms (see Appendix C.3), which means that the unordered set estimator has equal or lower variance than the optimal (in terms of $m$ ) stochastic sum-and-sample estimator, but conveniently does not need to choose $m$ . + +The importance-weighted estimator. The importance-weighted estimator (Vieira, 2017) is + +$$ +e ^ { \mathrm { I W } } ( S ^ { k } , \kappa ) = \sum _ { s \in S ^ { k } } { \frac { p ( s ) } { q ( s , \kappa ) } } f ( s ) . +$$ + +This estimator is based on the idea of priority sampling (Duffield et al., 2007). It does not use the order of the sample, but assumes sampling using the Gumbel-Top- $k$ trick and requires access to $\kappa$ , the $( k + 1 )$ -th largest perturbed log-probability, which can be seen as the ‘threshold’ since $g _ { \phi _ { s } } ~ > ~ \kappa ~ \forall s ~ \in ~ S ^ { k }$ . $\bar { q ( s , a ) } = P ( g _ { \phi _ { s } } > a )$ can be interpreted as the inclusion probability of $s \in S ^ { k }$ (assuming a fixed threshold $a$ instead of a fixed sample size $k$ ). For details and a proof of unbiasedness, see Vieira (2017) or Kool et al. (2019c). As the estimator has high variance, Kool et al. (2019c) resort to normalizing the importance weights, resulting in biased estimates. Instead, we use Rao-Blackwellization to eliminate stochasticity by $\kappa$ . Again, the result is the unordered set estimator (see Appendix D.1), which thus has equal or lower variance. + +# 3.3 THE UNORDERED SET POLICY GRADIENT ESTIMATOR + +Writing $p _ { \pmb { \theta } }$ to indicate the dependency on the model parameters $\pmb { \theta }$ , we can combine the unordered set estimator with REINFORCE (Williams, 1992) to obtain the unordered set policy gradient estimator. + +Corollary 1. The unordered set policy gradient estimator, given by + +$$ +e ^ { U S P G } ( S ^ { k } ) = \sum _ { s \in S ^ { k } } p _ { \theta } ( s ) R ( S ^ { k } , s ) \nabla _ { \theta } \log p _ { \theta } ( s ) f ( s ) = \sum _ { s \in S ^ { k } } \nabla _ { \theta } p _ { \theta } ( s ) R ( S ^ { k } , s ) f ( s ) , +$$ + +is an unbiased estimate of the policy gradient. + +Proof. Using REINFORCE (Williams, 1992) combined with the unordered set estimator we find: + +$$ +\nabla _ { \theta } \mathbb { E } _ { p _ { \theta } ( x ) } [ f ( x ) ] = \mathbb { E } _ { p _ { \theta } ( x ) } [ \nabla _ { \theta } \log p _ { \theta } ( x ) f ( x ) ] = \mathbb { E } _ { S ^ { k } \sim p _ { \theta } ( S ^ { k } ) } \left[ \sum _ { s \in S ^ { k } } p _ { \theta } ( s ) R ( S ^ { k } , s ) \nabla _ { \theta } \log p _ { \theta } ( s ) f ( s ) \right] . +$$ + +Variance reduction using a built-in control variate. The variance of REINFORCE can be reduced by subtracting a baseline from $f$ . When taking multiple samples (with replacement), a simple and effective baseline is to take the mean of other (independent!) samples (Mnih & Rezende, 2016). Sampling without replacement, we can use the same idea to construct a baseline based on the other samples, but we have to correct for the fact that the samples are not independent. + +Theorem 2. The unordered set policy gradient estimator with baseline, given by + +$$ +e ^ { U S P G B L } ( S ^ { k } ) = \sum _ { s \in S ^ { k } } \nabla _ { \theta } p _ { \theta } ( s ) R ( S ^ { k } , s ) \left( f ( s ) - \sum _ { s ^ { \prime } \in S ^ { k } } p _ { \theta } ( s ^ { \prime } ) R ^ { D \setminus \{ s \} } ( S ^ { k } , s ^ { \prime } ) f ( s ^ { \prime } ) \right) , +$$ + +where + +$$ +R ^ { D \setminus \{ s \} } ( S ^ { k } , s ^ { \prime } ) = { \frac { p _ { \theta } ^ { D \setminus \{ s , s ^ { \prime } \} } ( S ^ { k } \setminus \{ s , s ^ { \prime } \} ) } { p _ { \theta } ^ { D \setminus \{ s \} } ( S ^ { k } \setminus \{ s \} ) } } +$$ + +is the second order leave-one-out ratio, is an unbiased estimate of the policy gradient. + +Proof. See Appendix E.1. + +This theorem shows how to include a built-in baseline based on dependent samples (without replacement), without introducing bias. By having a built-in baseline, the value $f ( s )$ for sample $s$ is compared against an estimate of its expectation $\mathbb { E } [ f ( s ) ]$ , based on the other samples. The difference is an estimate of the advantage (Sutton & Barto, 2018), which is positive if the sample $s$ is ‘better’ than average, causing $p _ { \pmb { \theta } } ( s )$ to be increased (reinforced) through the sign of the gradient, and vice versa. By sampling without replacement, the unordered set estimator forces the estimator to compare different alternatives, and reinforces the best among them. + +Including the pathwise derivative. So far, we have only considered the scenario where $f$ does not depend on $\pmb \theta$ . If $f$ does depend on $\pmb \theta$ , for example in a VAE (Kingma & Welling, 2014; Rezende et al., 2014), then we use the notation $f _ { \theta }$ and we can write the gradient (Schulman et al., 2015) as + +$$ +\nabla _ { \pmb { \theta } } \mathbb { E } _ { p _ { \pmb { \theta } } ( \pmb { x } ) } [ f _ { \pmb { \theta } } ( \pmb { x } ) ] = \mathbb { E } _ { p _ { \pmb { \theta } } ( \pmb { x } ) } [ \nabla _ { \pmb { \theta } } \log p _ { \pmb { \theta } } ( \pmb { x } ) f _ { \pmb { \theta } } ( \pmb { x } ) + \nabla _ { \pmb { \theta } } f _ { \pmb { \theta } } ( \pmb { x } ) ] . +$$ + +The additional second (‘pathwise’) term can be estimated (using the same samples) with the standard unordered set estimator. This results in the full unordered set policy gradient estimator: + +$$ +\begin{array} { l } { { \displaystyle e ^ { \mathrm { F U S P G } } ( S ^ { k } ) = \sum _ { s \in S ^ { k } } \nabla _ { \theta } p _ { \theta } ( s ) R ( S ^ { k } , s ) f _ { \theta } ( s ) + \sum _ { s \in S ^ { k } } p _ { \theta } ( s ) R ( S ^ { k } , s ) \nabla _ { \theta } f _ { \theta } ( s ) } } \\ { { \displaystyle \quad = \sum _ { s \in S ^ { k } } R ( S ^ { k } , s ) \nabla _ { \theta } \left( p _ { \theta } ( s ) f _ { \theta } ( s ) \right) } } \end{array} +$$ + +Equation 20 is straightforward to implement using an automatic differentiation library. We can also include the baseline (as in equation 17) but we must make sure to call STOP GRADIENT (DETACH in PyTorch) on the baseline (but not on $f _ { \pmb \theta } ( s ) ! )$ . Importantly, we should never track gradients through the leave-one-out ratio $R ( S ^ { k } , s )$ which means it can be efficiently computed in pure inference mode. + +Scope & limitations. We can use the unordered set estimator for any discrete distribution from which we can sample without replacement, by treating it as a univariate categorical distribution over its domain. This includes sequence models, from which we can sample using Stochastic Beam Search (Kool et al., 2019c), as well as multivariate categorical distributions which can also be treated as sequence models (see Section 4.2). In the presence of continuous variables or a stochastic function $f$ , we may separate this stochasticity from the stochasticity over the discrete distribution, as in Lorberbom et al. (2019). The computation of the leave-one-out ratios adds some overhead, although they can be computed efficiently, even for large $k$ (see Appendix B). For a moderately sized model, the costs of model evaluation and backpropagation dominate the cost of computing the estimator. + +# 3.4 RELATION TO OTHER MULTI-SAMPLE ESTIMATORS + +Relation to Murthy’s estimator. We found out that the ‘vanilla’ unordered set estimator (equation 11) is actually a special case of the estimator by Murthy (1957), known in statistics literature for estimation of a population total $\begin{array} { r } { \Theta = \sum _ { i \in D } y _ { i } } \end{array}$ . Using $y _ { i } = p ( i ) f ( i )$ , we have $\Theta = \mathbb { E } [ f ( i ) ]$ , so Murthy’s estimator can be used to estimate expectations (see equation 11). Murthy derives the estimator by ‘unordering’ a convex combination of Raj (1956) estimators, which, using $y _ { i } = p ( i ) f ( i )$ , are stochastic sum-and-sample estimators in our analogy. + +Murthy (1957) also provides an unbiased estimator of the variance, which may be interesting for future applications. Since Murthy’s estimator can be used with arbitrary sampling distribution, it is straightforward to derive importance-sampling versions of our estimators. In particular, we can sample $S$ without replacement using $q ( x ) > 0 , x \in D$ , and use equations 11, 16, 17 and 20, as long as we compute the leave-one-out ratio $R ( S ^ { k } , s )$ using $q$ . + +While part of our derivation coincides with Murthy (1957), we are not aware of previous work using this estimator to estimate expectations. Additionally, we discuss practical computation of $p ( S )$ (Appendix B), we show the relation to the importance-weighted estimator, and we provide the extension to estimating policy gradients, especially including a built-in baseline without adding bias. + +Relation to the empirical risk estimator. The empirical risk loss (Edunov et al., 2018) estimates the expectation in equation 1 by summing only a subset $S$ of the domain, using normalized probabilities $\begin{array} { r } { \hat { p } _ { \pmb { \theta } } ( s ) = \frac { \bar { p } _ { \pmb { \theta } } ( s ) } { \sum _ { s ^ { \prime } \in S } p _ { \pmb { \theta } } ( s ) } } \end{array}$ . Using this loss, the (biased) estimate of the gradient is given by + +$$ +e ^ { \mathrm { R I S K } } ( S ^ { k } ) = \sum _ { s \in S ^ { k } } \nabla _ { \pmb { \theta } } \left( \frac { p _ { \pmb { \theta } } ( s ) } { \sum _ { s ^ { \prime } \in S ^ { k } } p _ { \pmb { \theta } } ( s ^ { \prime } ) } \right) f ( s ) . +$$ + +The risk estimator is similar to the unordered set policy gradient estimator, with two important differences: 1) the individual terms are normalized by the total probability mass rather than the leave-one-out ratio and 2) the gradient w.r.t. the normalization factor is taken into account. As a result, samples ‘compete’ for probability mass and only the best can be reinforced. This has the same effect as using a built-in baseline, which we prove in the following theorem. + +Theorem 3. By taking the gradient w.r.t. the normalization factor into account, the risk estimator has a built-in baseline, which means it can be written as + +$$ +e ^ { R I S K } ( S ^ { k } ) = \sum _ { s \in S ^ { k } } \nabla _ { \theta } p _ { \theta } ( s ) \frac { 1 } { \sum _ { s ^ { \prime \prime } \in S ^ { k } } p _ { \theta } ( s ^ { \prime \prime } ) } \left( f ( s ) - \sum _ { s ^ { \prime } \in S ^ { k } } p _ { \theta } ( s ^ { \prime } ) \frac { 1 } { \sum _ { s ^ { \prime \prime } \in S ^ { k } } p _ { \theta } ( s ^ { \prime \prime } ) } f ( s ^ { \prime } ) \right) . +$$ + +Proof. See Appendix F.1 + +This theorem highlights the similarity between the biased risk estimator and our unbiased estimator (equation 17), and suggests that their only difference is the weighting of terms. Unfortunately, the implementation by Edunov et al. (2018) has more sources of bias (e.g. length normalization), which are not compatible with our estimator. However, we believe that our analysis helps analyze the bias of the risk estimator and is a step towards developing unbiased estimators for structured prediction. + +Relation to VIMCO. VIMCO (Mnih & Rezende, 2016) is an estimator that uses $k$ samples (with replacement) to optimize an objective of the form log $\textstyle { \frac { 1 } { k } } \sum _ { i } f ( x _ { i } )$ , which is a multi-sample stochastic lower bound in the context of variational inference. VIMCO reduces the variance by using a local baseline for each of the $k$ samples, based on the other $k - 1$ samples. While we do not have a log term, as our goal is to optimize general $\mathbb { E } [ f ( x ) ]$ , we adopt the idea of forming a baseline based on the other samples, and we define REINFORCE with replacement (with built-in baseline) as the estimator that computes the gradient estimate using samples with replacement $X ^ { k } = ( x _ { 1 } , . . . , x _ { k } )$ as + +$$ +e ^ { \mathrm { R F W R } } ( X ^ { k } ) = \frac { 1 } { k } \sum _ { i = 1 } ^ { k } \nabla _ { \theta } \log p _ { \theta } ( x _ { i } ) \left( f ( x _ { i } ) - \frac { 1 } { k - 1 } \sum _ { j \ne i } f ( x _ { j } ) \right) . +$$ + +This estimator is unbiased, as $\mathbb { E } _ { x _ { i } , x _ { j } } [ \nabla _ { \pmb { \theta } } \log p _ { \pmb { \theta } } ( x _ { i } ) f ( x _ { j } ) ] = 0$ for $i \neq j$ (see also Kool et al. (2019b)). We think of the unordered set estimator as the without-replacement version of this estimator, which weights terms by $p _ { \pmb { \theta } } ( s ) R ( S ^ { k } , s )$ instead of $\frac { 1 } { k }$ . This puts more weight on higher probability elements to compensate for sampling without replacement. If probabilities are small and (close to) uniform, there are (almost) no duplicate samples and the weights will be close to $\frac { 1 } { k }$ , so the gradient estimate of the with- and without-replacement versions are similar. + +Relation to ARSM. ARSM (Yin et al., 2019) also uses multiple evaluations (‘pseudo-samples’) of $p _ { \theta }$ and $f$ . This can be seen as similar to sampling without replacement, and the estimator also has a built-in control variate. Compared to ARSM, our estimator allows direct control over the computational cost (through the sample size $k$ ) and has wider applicability, for example it also applies to multivariate categorical variables with different numbers of categories per dimension. + +Relation to stratified/systematic sampling. Our estimator aims to reduce variance by changing the sampling distribution for multiple samples by sampling without replacement. There are alternatives, such as using stratified or systematic sampling (see, e.g. Douc & Cappe (2005)). Both partition ´ the domain $D$ into $k$ strata and take a single sample from each stratum, where systematic sampling uses common random numbers for each stratum. In applications involving high-dimensional or structured domains, it is unclear how to partition the domain and how to sample from each partition. Additionally, as samples are not independent, it is non-trivial to include a built-in baseline, which we find is a key component that makes our estimator perform well. + +![](images/1827e94fdb564b2088e10a208547d35fffe208d74d3041a8d194d3868ada9f35.jpg) +Figure 1: Bernoulli gradient variance (on log scale) as a function of the number of model evaluations (including baseline evaluations, so the sum-and-sample estimators with sampled baselines use twice as many evaluations). Note that for some estimators, the variance is 0 (log variance $- \infty )$ for $k = 8$ . + +# 4 EXPERIMENTS + +# 4.1 BERNOULLI TOY EXPERIMENT + +We use the code by Liu et al. (2019) to reproduce their Bernoulli toy experiment. Given a vector $\mathbf { p } =$ (0.6, 0.51, 0.48) the goal is to minimize the loss $\begin{array} { r } { \mathcal { L } ( \eta ) \ : = \ : \mathbb { E } _ { x _ { 1 } , x _ { 2 } , x _ { 3 } \sim \mathrm { B e r n } ( \sigma ( \eta ) ) } \left[ \sum _ { i = 1 } ^ { 3 } ( x _ { i } - p _ { i } ) ^ { 2 } \right] } \end{array}$ . Here $x _ { 1 } , x _ { 2 } , x _ { 3 }$ are i.i.d. from the Bernoulli $( \sigma ( \eta ) )$ distribution, parameterized by a scalar $\eta \in \mathbb { R }$ , where $\sigma ( \eta ) = ( 1 + \exp ( - \eta ) ) ^ { - 1 }$ is the sigmoid function. We compare different estimators, with and without baseline (either ‘built-in’ or using additional samples, referred to as REINFORCE+ in Liu et al. (2019)). We report the (log-)variance of the scalar gradient $\frac { \partial \mathcal { L } } { \partial \eta }$ as a function of the number of model evaluations, which is twice as high when using a sampled baseline (for each term). + +As can be seen in Figure 1, the unordered set estimator is the only estimator that has consistently the lowest (or comparable) variance in both the high $\langle \eta = 0 \rangle$ ) and low entropy $\hphantom { - } \eta = - 4 )$ regimes and for different number of samples/model evaluations. This suggests that it combines the advantages of the other estimators. We also ran the actual optimization experiment, where with as few as $k = 3$ samples the trajectory was indistinguishable from using the exact gradient (see Liu et al. (2019)). + +# 4.2 CATEGORICAL VARIATIONAL AUTO-ENCODER + +We use the code from Yin et al. (2019) to train a categorical Variational Auto-Encoder (VAE) with 20 dimensional latent space, with 10 categories per dimension (details in Appendix G.1). To use our estimator, we treat this as a single factorized distribution with $1 0 ^ { 2 0 }$ categories from which we can sample without replacement using Stochastic Beam Search (Kool et al., 2019c), sequentially sampling each dimension as if it were a sequence model. We also perform experiments with $1 0 ^ { \dot { 2 } }$ latent space, which provides a lower entropy setting, to highlight the advantage of our estimator. + +Measuring the variance. In Table 1, we report the variance of different gradient estimators with $k = 4$ samples, evaluated on a trained model. The unordered set estimator has the lowest variance in both the small and large domain (low and high entropy) setting, being on-par with the best of the (stochastic3) sum-and-sample estimator and REINFORCE with replacement4. This confirms the toy experiment, suggesting that the unordered set estimator provides the best of both estimators. In Appendix G.2 we repeat the same experiment at different stages of training, with similar results. + +![](images/38fff474333f745080d8627c5fb4566e88f353059b7a66955110f7f26afb9b13.jpg) +Figure 2: VAE smoothed training curves (-ELBO) of two independent runs when training with different estimators with $k = 1$ , 4 or 8 (thicker lines) samples (ARSM has a variable number). Some lines coincide, so we sort the legend by the lowest -ELBO achieved and report this value. + +ELBO optimization. We use different estimators to optimize the ELBO (details in Appendix G.1). Additionally to the baselines by Yin et al. (2019) we compare against REINFORCE with replacement and the stochastic sum-and-sample estimator. In Figure 2 we observe that our estimator performs on par with REINFORCE with replacement (and built-in baseline, equation 23) and outperforms other estimators in at least one of the settings. There are a lot of other factors, e.g. exploration that may explain why we do not get a strictly better result despite the lower variance. We note some overfitting (see validation curves in Appendix G.2), but since our goal is to show improved optimization, and to keep results directly comparable to Yin et al. (2019), we consider regularization a separate issue outside the scope of this paper. These results are using MNIST binarized by a threshold of 0.5. In Appendix G.2 we report results using the standard binarized MNIST dataset from Salakhutdinov & Murray (2008). + +# 4.3 STRUCTURED PREDICTION FOR THE TRAVELLING SALESMAN PROBLEM + +To show the wide applicability of our estimator, we consider the structured prediction task of predicting routes (sequences) for the Travelling Salesman Problem (TSP) (Vinyals et al., 2015; Bello et al., 2016; Kool et al., 2019a). We use the code by Kool et al. (2019a)5 to reproduce their TSP experiment with 20 nodes. For details, see Appendix H. + +We implement REINFORCE with replacement (and built-in baseline) as well as the stochastic sumand-sample estimator and our estimator, using Stochastic Beam Search (Kool et al., 2019c) for sampling. Also, we include results using the biased normalized importance-weighted policy gradient estimator with built-in baseline (derived in Kool et al. (2019b), see Appendix D.2). Additionally, we compare against REINFORCE with greedy rollout baseline (Rennie et al., 2017) used by Kool et al. (2019c) and a batch-average baseline. For reference, we also include the biased risk estimator, either ‘sampling’ using stochastic or deterministic beam search (as in Edunov et al. (2018)). + +In Figure 3a, we compare training progress (measured on the validation set) as a function of the number of training steps, where we divide the batch size by $k$ to keep the total number of samples equal. Our estimator outperforms REINFORCE with replacement, the stochastic sum-and-sample estimator and the strong greedy rollout baseline (which uses additional baseline model evaluations) and performs on-par with the biased risk estimator. In Figure 3b, we plot the same results against the number of instances, which shows that, compared to the single sample estimators, we can train with less data and less computational cost (as we only need to run the encoder once for each instance). + +![](images/3cf7aa8c67e64f59fc3b77ff931ff72bff898a29559db5fa6f7eddaa573687f1.jpg) +Figure 3: TSP validation set optimality gap measured during training. Raw results are light, smoothed results are darker (2 random seeds). We compare our estimator against different unbiased and biased (dotted) multi-sample estimators and against single-sample REINFORCE, with batch-average or greedy rollout baseline. + +# 5 DISCUSSION + +We introduced the unordered set estimator, a low-variance, unbiased gradient estimator based on sampling without replacement, which can be used as an alternative to the popular biased GumbelSoftmax estimator (Jang et al., 2016; Maddison et al., 2016). Our estimator is the result of RaoBlackwellizing three existing estimators, which guarantees equal or lower variance, and is closely related to a number of other estimators. It has wide applicability, is parameter free (except for the sample size $k$ ) and has competitive performance to the best of alternatives in both high and low entropy regimes. + +In our experiments, we found that REINFORCE with replacement, with multiple samples and a built-in baseline as inspired by VIMCO (Mnih & Rezende, 2016), is a simple yet strong estimator which has performance similar to our estimator in the high entropy setting. We are not aware of any recent work on gradient estimators for discrete distributions that has considered this estimator as baseline, while it may be often preferred given its simplicity. In future work, we want to investigate if we can apply our estimator to estimate gradients ‘locally’ (Titsias & Lazaro-Gredilla, 2015), as ´ locally we have a smaller domain and expect more duplicate samples. + +# ACKNOWLEDGMENTS + +This research was funded by ORTEC. We would like to thank anonymous reviewers for their feedback that helped improve the paper. + +# REFERENCES + +Dzmitry Bahdanau, Philemon Brakel, Kelvin Xu, Anirudh Goyal, Ryan Lowe, Joelle Pineau, Aaron Courville, and Yoshua Bengio. An actor-critic algorithm for sequence prediction. In International Conference on Learning Representations, 2017. + +Irwan Bello, Hieu Pham, Quoc V Le, Mohammad Norouzi, and Samy Bengio. Neural combinatorial optimization with reinforcement learning. arXiv preprint arXiv:1611.09940, 2016. + +Yoshua Bengio, Nicholas Leonard, and Aaron Courville. Estimating or propagating gradients ´ through stochastic neurons for conditional computation. arXiv preprint arXiv:1308.3432, 2013. + +George Casella and Christian P Robert. Rao-Blackwellisation of sampling schemes. Biometrika, 83 (1):81–94, 1996. + +Randal Douc and Olivier Cappe. Comparison of resampling schemes for particle filtering. In ´ ISPA 2005. Proceedings of the 4th International Symposium on Image and Signal Processing and Analysis, 2005., pp. 64–69. IEEE, 2005. + +Nick Duffield, Carsten Lund, and Mikkel Thorup. Priority sampling for estimation of arbitrary subset sums. Journal of the ACM (JACM), 54(6):32, 2007. + +Sergey Edunov, Myle Ott, Michael Auli, David Grangier, et al. Classical structured prediction losses for sequence to sequence learning. In Proceedings of the 2018 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 1 (Long Papers), volume 1, pp. 355–364, 2018. + +Paul Fearnhead and Peter Clifford. On-line inference for hidden markov models via particle filters. Journal of the Royal Statistical Society: Series B (Statistical Methodology), 65(4):887–899, 2003. + +Will Grathwohl, Dami Choi, Yuhuai Wu, Geoffrey Roeder, and David Duvenaud. Backpropagation through the void: Optimizing control variates for black-box gradient estimation. In International Conference on Learning Representations, 2018. + +Karol Gregor, Ivo Danihelka, Andriy Mnih, Charles Blundell, and Daan Wierstra. Deep autoregressive networks. In International Conference on Machine Learning, pp. 1242–1250, 2014. + +Aditya Grover, Eric Wang, Aaron Zweig, and Stefano Ermon. Stochastic optimization of sorting networks via continuous relaxations. In International Conference on Learning Representations, 2019. + +Jiatao Gu, Daniel Jiwoong Im, and Victor OK Li. Neural machine translation with Gumbel-greedy decoding. In Thirty-Second AAAI Conference on Artificial Intelligence (AAAI), 2018. + +Shixiang Gu, Sergey Levine, Ilya Sutskever, and Andriy Mnih. Muprop: Unbiased backpropagation for stochastic neural networks. In International Conference on Learning Representations, 2016. + +Di He, Yingce Xia, Tao Qin, Liwei Wang, Nenghai Yu, Tie-Yan Liu, and Wei-Ying Ma. Dual learning for machine translation. In Advances in Neural Information Processing Systems, pp. 820–828, 2016. + +Eric Jang, Shixiang Gu, and Ben Poole. Categorical reparameterization with gumbel-softmax. In International Conference on Learning Representations, 2016. + +Carolyn Kim, Ashish Sabharwal, and Stefano Ermon. Exact sampling with integer linear programs and random perturbations. In Thirtieth AAAI Conference on Artificial Intelligence, 2016. + +Diederik P Kingma and Jimmy Ba. Adam: A method for stochastic optimization. In International Conference on Learning Representations, 2015. + +Diederik P Kingma and Max Welling. Auto-encoding variational Bayes. In International Conference on Learning Representations, 2014. + +Wouter Kool, Herke van Hoof, and Max Welling. Attention, learn to solve routing problems! In International Conference on Learning Representations, 2019a. + +Wouter Kool, Herke van Hoof, and Max Welling. Buy 4 reinforce samples, get a baseline for free! In Deep Reinforcement Learning Meets Structured Prediction Workshop at the International Conference on Learning Representations, 2019b. + +Wouter Kool, Herke Van Hoof, and Max Welling. Stochastic beams and where to find them: The gumbel-top-k trick for sampling sequences without replacement. In International Conference on Machine Learning, pp. 3499–3508, 2019c. + +Hugo Larochelle and Iain Murray. The neural autoregressive distribution estimator. In Proceedings of the Fourteenth International Conference on Artificial Intelligence and Statistics, pp. 29–37, 2011. + +Remi Leblond, Jean-Baptiste Alayrac, Anton Osokin, and Simon Lacoste-Julien. Searnn: Training ´ RNNs with global-local losses. In 6th International Conference on Learning Representations, 2018. + +EL Lehmann and Henry Scheffe. Completeness, similar regions, and unbiased estimation: Part i. ´ Sankhya: The Indian Journal of Statistics ¯ , pp. 305–340, 1950. + +Chen Liang, Mohammad Norouzi, Jonathan Berant, Quoc V Le, and Ni Lao. Memory augmented policy optimization for program synthesis and semantic parsing. In Advances in Neural Information Processing Systems, pp. 9994–10006, 2018. + +Runjing Liu, Jeffrey Regier, Nilesh Tripuraneni, Michael Jordan, and Jon Mcauliffe. RaoBlackwellized stochastic gradients for discrete distributions. In International Conference on Machine Learning, pp. 4023–4031, 2019. + +Guy Lorberbom, Andreea Gane, Tommi Jaakkola, and Tamir Hazan. Direct optimization through argmax for discrete variational auto-encoder. arXiv preprint arXiv:1806.02867, 2018. + +Guy Lorberbom, Chris J Maddison, Nicolas Heess, Tamir Hazan, and Daniel Tarlow. Direct policy gradients: Direct optimization of policies in discrete action spaces. arXiv preprint arXiv:1906.06062, 2019. + +R Duncan Luce. Individual choice behavior: A theoretical analysis. John Wiley, 1959. + +Chris J Maddison, Daniel Tarlow, and Tom Minka. A\* sampling. In Advances in Neural Information Processing Systems, pp. 3086–3094, 2014. + +Chris J Maddison, Andriy Mnih, and Yee Whye Teh. The concrete distribution: A continuous relaxation of discrete random variables. In International Conference on Learning Representations, 2016. + +Andriy Mnih and Karol Gregor. Neural variational inference and learning in belief networks. In International Conference on Machine Learning, pp. 1791–1799, 2014. + +Andriy Mnih and Danilo Rezende. Variational inference for Monte Carlo objectives. In International Conference on Machine Learning, pp. 2188–2196, 2016. + +MN Murthy. Ordered and unordered estimators in sampling without replacement. Sankhya: The ¯ Indian Journal of Statistics (1933-1960), 18(3/4):379–390, 1957. + +Renato Negrinho, Matthew Gormley, and Geoffrey J Gordon. Learning beam search policies via imitation learning. In Advances in Neural Information Processing Systems, pp. 10673–10682, 2018. + +Mohammad Norouzi, Samy Bengio, Navdeep Jaitly, Mike Schuster, Yonghui Wu, Dale Schuurmans, et al. Reward augmented maximum likelihood for neural structured prediction. In Advances In Neural Information Processing Systems, pp. 1723–1731, 2016. + +John Paisley, David M Blei, and Michael I Jordan. Variational Bayesian inference with stochastic search. In International Conference on Machine Learning, pp. 1363–1370, 2012. + +Robin L Plackett. The analysis of permutations. Journal of the Royal Statistical Society: Series C (Applied Statistics), 24(2):193–202, 1975. + +Des Raj. Some estimators in sampling with varying probabilities without replacement. Journal of the American Statistical Association, 51(274):269–284, 1956. + +Rajesh Ranganath, Sean Gerrish, and David Blei. Black box variational inference. In Artificial Intelligence and Statistics, pp. 814–822, 2014. + +Marc’Aurelio Ranzato, Sumit Chopra, Michael Auli, and Wojciech Zaremba. Sequence level training with recurrent neural networks. In International Conference on Learning Representations, 2016. + +Steven J Rennie, Etienne Marcheret, Youssef Mroueh, Jerret Ross, and Vaibhava Goel. Self-critical sequence training for image captioning. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, pp. 7008–7024, 2017. + +Danilo Jimenez Rezende, Shakir Mohamed, and Daan Wierstra. Stochastic backpropagation and approximate inference in deep generative models. In International Conference on Machine Learning, pp. 1278–1286, 2014. + +Geoffrey Roeder, Yuhuai Wu, and David K Duvenaud. Sticking the landing: Simple, lower-variance gradient estimators for variational inference. In Advances in Neural Information Processing Systems, pp. 6925–6934, 2017. + +Ruslan Salakhutdinov and Iain Murray. On the quantitative analysis of deep belief networks. In International Conference on Machine Learning, pp. 872–879, 2008. + +John Schulman, Nicolas Heess, Theophane Weber, and Pieter Abbeel. Gradient estimation using stochastic computation graphs. In Advances in Neural Information Processing Systems, pp. 3528– 3536, 2015. + +Shiqi Shen, Yong Cheng, Zhongjun He, Wei He, Hua Wu, Maosong Sun, and Yang Liu. Minimum risk training for neural machine translation. In Proceedings of the 54th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), volume 1, pp. 1683–1692, 2016. + +Richard S Sutton and Andrew G Barto. Reinforcement learning: An introduction. MIT press, 2018. + +Michalis K Titsias and Miguel Lazaro-Gredilla. Local expectation gradients for black box varia- ´ tional inference. In Advances in Neural Information Processing Systems-Volume 2, pp. 2638– 2646, 2015. + +George Tucker, Andriy Mnih, Chris J Maddison, John Lawson, and Jascha Sohl-Dickstein. Rebar: Low-variance, unbiased gradient estimates for discrete latent variable models. In Advances in Neural Information Processing Systems, pp. 2627–2636, 2017. + +Tim Vieira. Gumbel-max trick and weighted reservoir sampling, 2014. URL https://timvieira.github.io/blog/post/2014/08/01/ gumbel-max-trick-and-weighted-reservoir-sampling/. + +Tim Vieira. Estimating means in a finite universe, 2017. URL https://timvieira.github. io/blog/post/2017/07/03/estimating-means-in-a-finite-universe/. + +Oriol Vinyals, Meire Fortunato, and Navdeep Jaitly. Pointer networks. In Advances in Neural Information Processing Systems, pp. 2692–2700, 2015. + +Ronald J Williams. Simple statistical gradient-following algorithms for connectionist reinforcement learning. Machine learning, 8(3-4):229–256, 1992. + +John I Yellott. The relationship between Luce’s choice axiom, Thurstone’s theory of comparative judgment, and the double exponential distribution. Journal of Mathematical Psychology, 15(2): 109–144, 1977. + +Mingzhang Yin, Yuguang Yue, and Mingyuan Zhou. Arsm: Augment-reinforce-swap-merge estimator for gradient backpropagation through categorical variables. In International Conference on Machine Learning, pp. 7095–7104, 2019. + +# A NOTATION + +Throughout this appendix we will use the following notation from Maddison et al. (2014): + +$$ +\begin{array} { l } { { e _ { \phi } ( g ) = \exp ( - g + \phi ) } } \\ { { F _ { \phi } ( g ) = \exp ( - \exp ( - g + \phi ) ) } } \\ { { f _ { \phi } ( g ) = e _ { \phi } ( g ) F _ { \phi } ( g ) . } } \end{array} +$$ + +This means that $F _ { \phi } ( g )$ is the CDF and $f _ { \phi } ( g )$ the PDF of the Gumbel $\left( \phi \right)$ distribution. Additionally we will use the identities by Maddison et al. (2014): + +$$ +\begin{array} { c } { { F _ { \phi } ( g ) F _ { \gamma } ( g ) = F _ { \log ( \exp ( \phi ) + \exp ( \gamma ) ) } ( g ) } } \\ { { \displaystyle \int _ { g = a } ^ { b } e _ { \gamma } ( g ) F _ { \phi } ( g ) \partial g = ( F _ { \phi } ( b ) - F _ { \phi } ( a ) ) \frac { \exp ( \gamma ) } { \exp ( \phi ) } . } } \end{array} +$$ + +Also, we will use the following notation, definitions and identities (see Kool et al. (2019c)): + +$$ +\begin{array} { r l } & { \displaystyle \phi _ { i } = \log p ( i ) } \\ & { \displaystyle \phi _ { S } = \log \displaystyle \sum _ { i \in S } p ( i ) = \log \sum _ { i \in S } \exp \phi _ { i } } \\ & { \displaystyle \phi _ { D \setminus S } = \log \sum _ { i \in D \setminus S } p ( i ) = \log \left( 1 - \sum _ { i \in S } p ( i ) \right) = \log ( 1 - \exp ( \phi _ { S } ) ) } \\ & { \displaystyle { G _ { \phi _ { i } } \sim \mathrm { G u m b e l } ( \phi _ { i } ) } } \\ & { \displaystyle { G _ { \phi _ { S } } = \sum _ { i \in S } G _ { \phi _ { i } } \sim \mathrm { G u m b e l } ( \phi _ { S } ) } } \end{array} +$$ + +For a proof of equation 30, see Maddison et al. (2014). + +$$ +p ( S ^ { k } ) , p ^ { D \setminus C } ( S \setminus C ) \ \mathrm { A N D } \ R ( S ^ { k } , s ) +$$ + +We can sample the set $S ^ { k }$ from the Plackett-Luce distribution using the Gumbel-Top- $k$ trick by drawing Gumbel variables $G _ { \phi _ { i } } \sim \mathrm { G u m b e l } ( \phi _ { i } )$ for each element and returning the indices of the $k$ largest Gumbels. If we ignore the ordering, this means we will obtain the set $S ^ { k }$ if $\mathrm { m i n } _ { i \in S ^ { k } } G _ { \phi _ { i } } >$ $\operatorname* { m a x } _ { i \in D \setminus S ^ { k } } G _ { \phi _ { i } }$ . Omitting the superscript $k$ for clarity, we can use the Gumbel-Max trick, i.e. that $G _ { \phi _ { D \setminus S } } = \operatorname* { m a x } _ { i \notin S } G _ { \phi _ { i } } \sim \mathrm { G u m b e l } ( \phi _ { D \setminus S } )$ (equation 30) and marginalize over $G _ { \phi _ { D \setminus S } }$ : + +$$ +\begin{array} { r l } { \displaystyle p ( S ) = P ( \underset { i \in S } { \operatorname* { m i n } } G _ { \phi _ { i } \setminus } \ G _ { \phi _ { D \setminus S } } ) } \\ { \displaystyle } & { = P ( G _ { \phi _ { i } } > G _ { \phi _ { D \setminus S } } , i \in S ) } \\ { \displaystyle } & { = \int _ { g _ { \phi _ { D \setminus S } } = - \infty } ^ { \infty } f _ { \phi _ { D \setminus S } } ( g _ { \phi _ { D \setminus S } } ) P ( G _ { \phi _ { i } } > g _ { \phi _ { D \setminus S } } , i \in S ) \partial g _ { \phi _ { D \setminus S } } } \\ { \displaystyle } & { = \int _ { g _ { \phi _ { D \setminus S } } = - \infty } ^ { \infty } f _ { \phi _ { D \setminus S } } ( g _ { \phi _ { D \setminus S } } ) \prod _ { i \in S } \left( 1 - F _ { \phi _ { \star } } ( g _ { \phi _ { D \setminus S } } ) \right) \partial g _ { \phi _ { D \setminus S } } } \\ { \displaystyle } & { = \int _ { u = 0 } ^ { 1 } \prod _ { i \in S } \left( 1 - F _ { \phi _ { i } } \left( F _ { \phi _ { D \setminus S } } ^ { - 1 } ( u ) \right) \right) \partial u } \end{array} +$$ + +Here we have used a change of variables $u = F _ { \phi _ { D \setminus S } } ( g _ { \phi _ { D \setminus S } } )$ . This expression can be efficiently numerically integrated (although another change of variables may be required for numerical stability depending on the values of $\phi$ ). + +Exact computation in $O ( 2 ^ { k } )$ . The integral in equation 31 can be computed exactly using the identity + +$$ +\prod _ { i \in S } ( a _ { i } - b _ { i } ) = \sum _ { C \subseteq S } ( - 1 ) ^ { | C | } \prod _ { i \in C } b _ { i } \prod _ { i \in S \setminus C } a _ { i } +$$ + +which gives + +$$ +\begin{array} { r l } { { \mu ( S ) = \int _ { s _ { \phi ( S ) - } - \infty } ^ { \infty } \longrightarrow \int _ { \partial \sigma _ { \phi ( S ) } } \bigl ( g _ { \phi ( S ) , s } \bigr ) \prod ( 1 - F _ { \phi _ { \phi } } ( g _ { \phi ( S ) , s } ) ) \partial g _ { \phi _ { \phi ( S ) , s } } } } \\ & { = \sum _ { c \in S } ^ { \infty } ( - 1 ) ^ { C } \big | \int _ { s _ { \phi ( S ) - } - \infty } ^ { \infty } \int _ { \Phi _ { \phi ( S ) - } ( \partial g _ { \phi ( S ) - } ) } \prod \int _ { s _ { \phi } } F _ { \phi _ { \phi } } ( g _ { \phi ( S ) - s } ) \prod \big | \partial g _ { \phi _ { \phi ( S ) - } s } } \\ & { = \sum _ { c \in S } ^ { \infty } ( - 1 ) ^ { C } \big | \int _ { s _ { \phi ( S ) - } - \infty } ^ { \infty } e _ { \phi _ { \phi ( S ) - } ( \partial g _ { \phi ( S ) - } ) } F _ { \phi _ { \phi _ { \phi ( S ) - } s } } ( g _ { \phi _ { S } , s } ) F _ { \phi _ { \phi ( S ) - } } ( g _ { \phi _ { S } , s } ) \big | \mathcal { P } _ { \phi _ { \phi ( S ) - } } \big | \mathcal { P } _ { \phi _ { \phi ( S ) - } } \big | \mathcal { P } _ { \phi _ { \phi ( S ) - } } } \\ & { = \sum _ { c \in S } ^ { \infty } ( - 1 ) ^ { C } \big | \int _ { s _ { \phi ( S ) - } - \infty } ^ { \infty } e _ { \phi _ { \phi ( S ) - } ( \partial g _ { \phi ( S ) - } ) } F _ { \phi _ { \phi ( S ) - } , \phi _ { \phi ( S ) - } } ( g _ { \phi _ { S } , s } ) \big | \partial g _ { \phi _ { \phi ( S ) - } } } \\ & { = \sum _ { c \in S } ^ { \infty } ( - 1 ) ^ { C } ( 1 - 0 ) \frac { \exp ( \phi _ { \phi ( S ) - } ) } { \exp ( \phi _ { \phi ( S ) - } ) } } \\ & { = \sum _ { c \in S } ^ { \infty } ( - 1 ) ^ { C } ( 1 - 0 ) \exp ( \phi _ { \phi ( S ) - } ) } \\ & = \sum _ { c \in S } ^ { \infty } ( - 1 ) ^ { C } ( 1 - \sum \end{array} +$$ + +Computation of $p ^ { D \setminus C } ( S \setminus C )$ . When using the Gumbel-Top- $k$ trick over the restricted domain $D \backslash C$ , we do not need to renormalize the log-probabilities $\phi _ { s } , s \in D \setminus C$ since the Gumbel-Top- $k$ trick applies to unnormalized log-probabilities. Also, assuming $C \subseteq S ^ { k }$ , it holds that $\left( D \backslash C \right) \backslash ( \mathbf { \bar { S } } )$ $C ) = D \backslash S$ . This means that we can compute $p ^ { D \setminus C } ( S \setminus C )$ similar to equation 31: + +$$ +\begin{array} { r l } { \displaystyle p ^ { D \setminus C } ( S \setminus C ) = P ( \underset { i \in S \backslash C } { \mathrm { m i n } } G _ { \phi _ { i } } > G _ { \phi _ { ( D \setminus C ) \setminus ( S \setminus C ) } } ) } & { } \\ { = P ( \underset { i \in S \backslash C } { \mathrm { m i n } } G _ { \phi _ { i } } > G _ { \phi _ { D \setminus S } } ) } & { } \\ { = \displaystyle \int _ { g _ { \phi _ { D \setminus S } } = - \infty } ^ { \infty } f _ { \phi _ { D \setminus S } } \big ( g _ { \phi _ { D \setminus S } } \big ) \prod _ { i \in S \backslash C } \left( 1 - F _ { \phi _ { i } } \big ( g _ { \phi _ { D \setminus S } } \big ) \right) \partial g _ { \phi _ { D \setminus S } } . } \end{array} +$$ + +Computation of $R ( S ^ { k } , s )$ . Note that, using equation 10, it holds that + +$$ +\sum _ { s \in S ^ { k } } { \frac { p ^ { D \setminus \{ s \} } ( S ^ { k } \setminus \{ s \} ) p ( s ) } { p ( S ^ { k } ) } } = \sum _ { s \in S ^ { k } } P ( b _ { 1 } = s | S ^ { k } ) = 1 +$$ + +from which it follows that + +$$ +p ( S ^ { k } ) = \sum _ { s \in S ^ { k } } p ^ { D \setminus \{ s \} } ( S ^ { k } \setminus \{ s \} ) p ( s ) +$$ + +such that + +$$ +R ( S ^ { k } , s ) = { \frac { p ^ { D \setminus \{ s \} } ( S ^ { k } \setminus \{ s \} ) } { p ( S ^ { k } ) } } = { \frac { p ^ { D \setminus \{ s \} } ( S ^ { k } \setminus \{ s \} ) } { \sum _ { s ^ { \prime } \in S ^ { k } } p ^ { D \setminus \{ s ^ { \prime } \} } ( S ^ { k } \setminus \{ s ^ { \prime } \} ) p ( s ^ { \prime } ) } } . +$$ + +This means that, to compute the leave-one-out ratio for all $s ~ \in ~ S ^ { k }$ , we only need to compute $p ^ { D \setminus \{ s \} } ( S ^ { k } \setminus \{ s \} )$ for $s \in S ^ { k }$ . When using the numerical integration or summation in $O ( 2 ^ { k } )$ , we can reuse computation, whereas using the naive method, the cost is $O ( k \cdot ( k - 1 ) ! ) = O ( k ! )$ , making the total computational cost comparable to computing just $p ( S ^ { k } )$ , and the same holds when computing the ‘second-order’ leave one out ratios for the built-in baseline (equation 17). + +Details of numerical integration. For computation of the leave-one-out ratio (equation 35) for large $k$ we can use the numerical integration, where we need to compute equation 34 with $C = \{ s \}$ . For this purpose, we rewrite the integral as + +$$ +\begin{array} { l } { \displaystyle p ^ { D \setminus C } ( S \setminus C ) = \int _ { \phi _ { \partial \setminus \mathcal { D } } \setminus \phi = - \phi } ^ { \phi _ { \partial \setminus \mathcal { D } } } f _ { \phi _ { D \setminus \mathcal { D } } } ( g _ { \phi \phi _ { D \setminus \mathcal { D } } } , s ) \prod _ { i \in S \setminus \mathcal { C } } \left( 1 - F _ { \phi _ { i } } ( g _ { \phi _ { D \setminus i } } , s ) \right) \partial g _ { \phi _ { D \setminus i } } } \\ { \displaystyle \qquad = \int _ { u = 0 } ^ { 1 } \prod _ { i \in S \setminus \mathcal { C } } \Big ( 1 - F _ { \phi _ { i } } \Big ( F _ { \phi _ { D \setminus i } } ^ { - 1 } \Big ( u \Big ) \Big ) \Big ) \partial u } \\ { \displaystyle \qquad = \int _ { u = 0 } ^ { 1 } \prod _ { i \in S \setminus \mathcal { C } } \Big ( 1 - u ^ { \alpha \setminus \phi _ { i } ( \phi _ { i } - \phi _ { D \setminus i } ) s } \Big ) \partial u } \\ { \displaystyle \qquad = \exp ( b ) \cdot \int _ { v = 0 } ^ { 1 } v ^ { \alpha \setminus \phi _ { i } ( b ) - 1 } \prod _ { i \in S \setminus \mathcal { C } } \Big ( 1 - v ^ { \alpha \setminus \Phi _ { i } ( \phi _ { i } - \phi _ { D \setminus i } - \phi _ { i } ) } \Big ) \partial v } \\ { \displaystyle \qquad = \exp ( a + \phi _ { D \setminus S } ) \cdot \int _ { v = 0 } ^ { 1 } v ^ { \alpha \setminus \Phi _ { i } ( \phi _ { i } + \phi _ { D \setminus i } - s ) - 1 } \prod _ { i \in S \setminus \mathcal { C } } \Big ( 1 - v ^ { \alpha \setminus \Phi _ { i } ( \phi _ { i } + s ) } \Big ) \partial v } \\ { \displaystyle \qquad = \exp ( a + \phi _ { D \setminus \mathcal { D } } ) \cdot \int _ { v = 0 } ^ { 1 } v ^ { \alpha \setminus \Phi _ { i } ( \phi _ { i } + \phi _ { D \setminus i } - s ) - 1 } v \in \mathrm { S } ^ { \setminus \Phi _ { i } } } \end{array} +$$ + +Here we have used change of variables $v = u ^ { e x p ( - b ) }$ and $a = b - \phi _ { D \backslash S }$ . This form allows to compute the integrands efficiently, as + +$$ +\prod _ { i \in S \setminus C } \left( 1 - v ^ { \exp ( \phi _ { i } + a ) } \right) = \frac { \prod _ { i \in S } \left( 1 - v ^ { \exp ( \phi _ { i } + a ) } \right) } { \prod _ { i \in C } \left( 1 - v ^ { \exp ( \phi _ { i } + a ) } \right) } +$$ + +where the numerator only needs to computed once, and, since $C = \{ s \}$ when computing equation 35, the denominator only consists of a single term. + +The choice of $a$ may depend on the setting, but we found that $a \ : = \ : 5$ is a good default option which leads to an integral that is generally smooth and can be accurately approximated using the trapezoid rule. We compute the integrands in logarithmic space and sum the terms using the stable LOGSUMEXP trick. In our code we provide an implementation which also computes all second-order leave-one-out ratios efficiently. + +# C THE SUM-AND-SAMPLE ESTIMATOR + +# C.1 UNBIASEDNESS OF THE SUM-AND-SAMPLE ESTIMATOR + +We show that the sum-and-sample estimator is unbiased for any set $C \subset D$ (see also Liang et al. (2018); Liu et al. (2019)): + +$$ +\begin{array} { r l } & { \mathbb { E } _ { \mathrm { s e } \sim p ^ { N } \times ( \pi ) } \left[ \underset { s \in \mathcal { C } } { \sum } p ( c ) f ( c ) + \left( 1 - \underset { s \in \mathcal { C } } { \sum } p ( c ) \right) f ( s ) \right] } \\ & { = \underset { s \in \mathcal { C } } { \sum } p ( c ) f ( e ) + \left( 1 - \underset { s \in \mathcal { C } } { \sum } p ( c ) \right) \mathbb { E } _ { \alpha \sim p ^ { N } \times ( \pi ) } [ f ( x ) ] } \\ & { = \underset { s \in \mathcal { C } } { \sum } p ( c ) f ( e ) + \left( 1 - \underset { s \in \mathcal { C } } { \sum } p ( c ) \right) \underset { s \in \mathcal { C } } { \sum } \frac { p ( x ) } { 1 - \sum _ { s \in \mathcal { C } } p ( c ) } f ( x ) } \\ & { = \underset { s \in \mathcal { C } } { \sum } p ( c ) f ( e ) + \underset { s \in \mathcal { D } } { \sum } p ( x ) f ( x ) } \\ & { = \underset { s \in \mathcal { C } } { \sum } p ( c ) f ( x ) + \underset { s \in \mathcal { D } \backslash \mathcal { C } } { \sum } } \\ & { = \underset { s \in \mathcal { D } } { \sum } p ( x ) f ( x ) } \\ & { = \underset { c \in \mathcal { C } \sim ( \mathcal { C } ) } { \sum } [ f ( x ) ] } \end{array} +$$ + +In this section we give the proof that Rao-Blackwellizing the stochastic sum-and-sample estimator results in the unordered set estimator. + +Theorem 4. Rao-Blackwellizing the stochastic sum-and-sample estimator results in the unordered set estimator, i.e. + +$$ +\mathbb { E } _ { B ^ { k } \sim p ( B ^ { k } | S ^ { k } ) } \left[ \sum _ { j = 1 } ^ { k - 1 } p ( b _ { j } ) f ( b _ { j } ) + \left( 1 - \sum _ { j = 1 } ^ { k - 1 } p ( b _ { j } ) \right) f ( b _ { k } ) \right] = \sum _ { s \in S ^ { k } } p ( s ) R ( S ^ { k } , s ) f ( s ) . +$$ + +Proof. To give the proof, we first prove three Lemmas. + +Lemma 1. + +$$ +P ( b _ { k } = s | S ^ { k } ) = { \frac { p ( S ^ { k } \setminus \{ s \} ) } { p ( S ^ { k } ) } } { \frac { p ( s ) } { 1 - \sum _ { s ^ { \prime } \in S ^ { k } \setminus \{ s \} } p ( s ^ { \prime } ) } } +$$ + +Proof. Similar to the derivation of $P ( b _ { 1 } = s | S ^ { k } )$ (equation 10 in the main paper), we can write: + +$$ +\begin{array} { r l } & { P ( b _ { k } = s | S ^ { k } ) = \displaystyle \frac { P ( S ^ { k } \cap b _ { k } = s ) } { p ( S ^ { k } ) } } \\ & { \qquad = \displaystyle \frac { p ( S ^ { k } \setminus \{ s \} ) p ^ { D \setminus ( S ^ { k } \setminus \{ s \} ) } ( s ) } { p ( S ^ { k } ) } } \\ & { \qquad = \displaystyle \frac { p ( S ^ { k } \setminus \{ s \} ) } { p ( S ^ { k } ) } \displaystyle \frac { p ( s ) } { 1 - \sum _ { s ^ { \prime } \in S ^ { k } \setminus \{ s \} } p ( s ^ { \prime } ) } . } \end{array} +$$ + +The step from the first to the second row comes from analyzing the event $S ^ { k } \cap b _ { k } = s$ using sequential sampling: to sample $S ^ { k }$ (including $s$ ) with $s$ being the $k$ -th element means that we should first sample $S ^ { k } \setminus \{ s \bar { \} }$ (in any order), and then sample $s$ from the distribution restricted to $D \setminus \left( S ^ { k } \setminus \left\{ s \right\} \right)$ . □ + +Lemma 2. + +$$ +p ( S ) + p ( S \setminus \{ s \} ) { \frac { 1 - \sum _ { s ^ { \prime } \in S } p ( s ^ { \prime } ) } { 1 - \sum _ { s ^ { \prime } \in S \setminus \{ s \} } p ( s ^ { \prime } ) } } = p ^ { D \setminus \{ s \} } ( S \setminus \{ s \} ) +$$ + +Dividing equation 33 by $\begin{array} { r } { 1 - \sum _ { s ^ { \prime } \in S } p ( s ^ { \prime } ) } \end{array}$ on both sides, we obtain + +Proof. + +$$ +\begin{array} { r l } & { \quad _ { 1 } - \sum _ { k \in \mathcal { N } _ { k } } ^ { \mathsf { C P S } _ { k } } ( \mathsf { E } ^ { ( k ) } , \mathsf { \Lambda } _ { k } ^ { 2 } ) } \\ & { = \sum _ { k \in \mathcal { N } _ { k } } ^ { \mathsf { C P S } _ { k } } ( \mathsf { E } ^ { ( k ) } , \mathsf { \Lambda } _ { k } ^ { 2 } ) \le \epsilon _ { k \in \mathcal { N } _ { k } } ^ { \mathsf { C P S } _ { k } } } \\ & { \quad _ { 1 } - \sum _ { k \in \mathcal { N } _ { k } } ^ { \mathsf { C P S } _ { k } } \Big ( \mathsf { E } ^ { ( k ) } \frac { \epsilon _ { k \in \mathcal { N } _ { k } } } { 1 - \sum _ { k \in \mathcal { N } _ { k } } ^ { \mathsf { C P S } _ { k } } ( \mathsf { E } ^ { ( k ) } , \mathsf { \Lambda } _ { k } ^ { 2 } ) } + \mathsf { E } \eta ^ { \mathsf { C P S } _ { k } } \Big ) + \mathsf { E } ^ { ( k ) } \frac { \epsilon _ { k \in \mathcal { N } _ { k } } } { 1 - \sum _ { k \in \mathcal { N } _ { k } } ^ { \mathsf { C P S } _ { k } } ( \mathsf { E } ^ { ( k ) } , \mathsf { \Lambda } _ { k } ^ { 2 } ) } } \\ & = \sum _ { k \in \mathcal { N } _ { k } } ^ { \mathsf { C P S } _ { k } } ( \mathsf { E } ^ { ( k ) } , \mathsf { \Lambda } _ { k } ^ { 2 } ) \le \epsilon _ { k \in \mathcal { N } _ { k } } ^ { \mathsf { C P S } _ { k } } \le \epsilon _ { k \in \mathcal { N } _ { k } } ^ { \mathsf { C P S } _ { k } } \le \epsilon _ { k \in \mathcal { N } _ { k } } ^ { \mathsf { C P S } _ { k } } - \sum _ { k \in \mathcal { N } _ { k } } ^ { \mathsf { C P S } _ { k } } \frac { \mathsf { E } ^ { ( k ) } } { 1 - \sum _ { k \in \mathcal { N } _ { k } } ^ { \mathsf { C P S } _ { k } } ( \mathsf { E } ^ { ( k ) } , \mathsf { \Lambda } _ { k } ^ { 2 } ) } \\ & \quad _ { 1 } - \sum _ { k \in \mathcal { N } _ { k } } ^ { \mathsf { C P S } _ { k } } ( \mathsf { E } ^ { ( k ) } \frac { \epsilon _ { k \in \mathcal { N } _ { k } } } 1 - \sum _ k \ \end{array} +$$ + +Multiplying by $\begin{array} { r } { 1 - \sum _ { s ^ { \prime } \in S } p ( s ^ { \prime } ) } \end{array}$ and rearranging terms proves Lemma 2. + +Lemma 3. + +$$ +p ( s ) + \left( 1 - \sum _ { s ^ { \prime } \in S ^ { k } } p ( s ^ { \prime } ) \right) P ( b _ { k } = s | S ^ { k } ) = p ( s ) R ( S ^ { k } , s ) +$$ + +Proof. First using Lemma 1 and then Lemma 2 we find + +$$ +\begin{array} { r l } & { \quad p ( s ) + \left( 1 - \displaystyle \sum _ { s ^ { \prime } \in S ^ { k } } p ( s ^ { \prime } ) \right) P ( b _ { k } = s | S ^ { k } ) } \\ & { = p ( s ) + \left( 1 - \displaystyle \sum _ { s ^ { \prime } \in S ^ { k } } p ( s ^ { \prime } ) \right) \frac { p ( S ^ { k } \setminus \{ S \} ) } { p ( S ^ { k } ) } \frac { p ( s ) } { 1 - \sum _ { s ^ { \prime } \in S ^ { k } \setminus \{ S \} } p ( s ^ { \prime } ) } } \\ & { = \frac { p ( S ) } { p ( S ^ { k } ) } \left( p ( S ^ { k } ) + \displaystyle \frac { 1 - \sum _ { s ^ { \prime } \in S ^ { k } \setminus \{ P ( s ^ { \prime } ) \} } p ( s ^ { \prime } ) } { 1 - \sum _ { s ^ { \prime } \in S ^ { k } \setminus \{ S \} } p ( s ^ { \prime } ) } p ( S ^ { k } \setminus \{ s \} ) \right) } \\ & { = \frac { p ( s ) } { p ( S ^ { k } ) } p ^ { D \setminus \{ S \} } ( S ^ { k } \setminus \{ s \} ) } \\ & { \quad - p ( s ) R ( S ^ { k } , s ) . } \end{array} +$$ + +Now we can complete the proof of Theorem 4 by adding $p ( b _ { k } ) f ( b _ { k } ) - p ( b _ { k } ) f ( b _ { k } ) = 0$ to the estimator, moving the terms independent of $B ^ { k }$ outside the expectation and using Lemma 3: + +$$ +\begin{array} { r l } & \quad \sum _ { \varrho ^ { \prime } \to \varrho ^ { \prime } \to \varrho ^ { \prime } \to \varrho ^ { \prime } \to \varrho ^ { \prime } \to \varrho ^ { \prime } \to \varrho ^ { \prime } \to \varrho ^ { \prime } \to \varrho ^ { \prime } \to \varrho ^ { \prime } \to \varrho ^ { \prime } \to \overline { { \wp } } } \\ & \quad - \sum _ { \varrho ^ { \prime } \to \varrho ^ { \prime } \to \varrho ^ { \prime } \to \varrho ^ { \prime } \to \varrho ^ { \prime } \to \varrho ^ { \prime } \to \overline { { \wp } } } \\ & \quad - \sum _ { \varrho ^ { \prime } \to \varrho ^ { \prime } \to \varrho ^ { \prime } \to \varrho ^ { \prime } \to \varrho ^ { \prime } \to \varrho ^ { \prime } \to \overline { { \wp } } } \\ & { \quad - \sum _ { \varrho ^ { \prime } \to \varrho ^ { \prime } \to \varrho ^ { \prime } \to \varrho ^ { \prime } \to \infty } [ ( 1 - \sum _ { \varrho ^ { \prime } \to \varrho ^ { \prime } \to \varrho ^ { \prime } \to \varrho ^ { \prime } ) f ^ { ( i i i i ) } } ] f ^ { ( i i i i ) } } \\ & \quad - \sum _ { \varrho ^ { \prime } \to \varrho ^ { \prime } \to \varrho ^ { \prime } \to \varrho ^ { \prime } \to \overline { { \wp } } } \\ & { \quad - \sum _ { \varrho ^ { \prime } \to \varrho ^ { \prime } \to \varrho ^ { \prime } \to \overline { { \wp } } } [ f ^ { ( i i ) } + \sum _ { \varrho ^ { \prime } \to \varrho ^ { \prime } \to \varrho ^ { \prime } \to \overline { { \wp } } } ] f ^ { ( i i i i ) } } \\ & { \quad - \sum _ { \varrho ^ { \prime } \to \varrho ^ { \prime } \to \overline { { \wp } } } ( f ^ { ( i i i ) } + \sum _ { \varrho ^ { \prime } \to \varrho ^ { \prime } \to \overline { { \wp } } } ) f ^ { ( i i i i ) } } \\ & { \quad - \sum _ { \varrho ^ { \prime } \to \varrho ^ { \prime } \to \overline { { \wp } } } ( f ^ { ( i i i ) } + \sum _ { \varrho ^ { \prime } \to \varrho ^ { \prime } \to \overline { { \wp } } } ) f ^ { ( i i i ) } } \\ & \quad \quad - \sum _ { \varrho ^ { \prime } \to \varrho ^ { \prime } \to \overline { { \wp } } } ( f ^ { ( i i ) } + \sum _ \end{array} +$$ + +# C.3 THE STOCHASTIC SUM-AND-SAMPLE ESTIMATOR WITH MULTIPLE SAMPLES + +As was discussed in Liu et al. (2019), one can trade off the number of summed terms and number of sampled terms to maximize the achieved variance reduction. As a generalization of Theorem 4 (the stochastic sum-and-sample estimator with $k - 1$ summed terms), we introduce here the stochastic sum-and-sample estimator that sums $k - m$ terms and samples $m > 1$ terms without replacement. To estimate the sampled term, we use the unordered set estimator on the $m$ samples without replacement, on the domain restricted to $D \setminus B ^ { k - m }$ . In general, we denote the unordered set estimator restricted to the domain $D \backslash C$ by + +$$ +e ^ { { \bf U S } , D \setminus C } ( S ^ { k } ) = \sum _ { s \in S ^ { k } \setminus C } p ( s ) R ^ { D \setminus C } ( S ^ { k } , s ) f ( s ) +$$ + +where $R ^ { D \setminus C } ( S ^ { k } , s )$ is the leave-one-out ratio restricted to the domain $D \backslash C$ , similar to the second order leave-one-out ratio in equation 18: + +$$ +R ^ { D \setminus C } ( S ^ { k } , s ) = { \frac { p _ { \theta } ^ { ( D \setminus C ) \setminus \{ s \} } ( ( S ^ { k } \setminus C ) \setminus \{ s \} ) } { p _ { \theta } ^ { D \setminus C } ( S ^ { k } \setminus C ) } } . +$$ + +While we can also constrain $S ^ { k } \subseteq ( D \backslash C )$ , this definition is consistent with equation 18 and allows simplified notation. + +Theorem 5. Rao-Blackwellizing the stochastic sum-and-sample estimator with $m \ > \ 1$ samples results in the unordered set estimator, i.e. + +$$ +\ ? \ ? \complement _ { B ^ { k } \sim p ( B ^ { k } \mid S ^ { k } ) } \left[ \sum _ { j = 1 } ^ { k - m } p ( b _ { j } ) f ( b _ { j } ) + \left( 1 - \sum _ { j = 1 } ^ { k - m } p ( b _ { j } ) \right) e ^ { U S , D \setminus B ^ { k - m } } ( S ^ { k } ) \right] = \sum _ { s \in S ^ { k } } p ( s ) R ( S ^ { k } , s ) f ( s ) . +$$ + +Proof. Recall that for the unordered set estimator, it holds that + +$$ +e ^ { \mathrm { U S } } ( S ^ { k } ) = \mathbb { E } _ { b _ { 1 } \sim p ( b _ { 1 } | S ^ { k } ) } \left[ f ( b _ { 1 } ) \right] = \mathbb { E } _ { x \sim p ( x ) } \left[ f ( x ) \middle | x \in S ^ { k } \right] +$$ + +which for the restricted equivalent (with restricted distribution $p ^ { D \setminus C }$ ) translates into + +$$ +e ^ { \mathrm { U S } , D \setminus C } ( S ^ { k } ) = \mathbb { E } _ { x \sim p ^ { D \setminus C } ( x ) } \left[ f ( x ) \big | x \in S ^ { k } \right] = \mathbb { E } _ { x \sim p ( x ) } \left[ f ( x ) \big | x \in S ^ { k } , x \not \in C \right] . +$$ + +Now we consider the distribution $b _ { k - m + 1 } | S ^ { k } , B ^ { k - m }$ : the distribution of the first element sampled (without replacement) after sampling $B ^ { k - m }$ , given (conditionally on the event) that the set of $k$ samples is $S ^ { k }$ , so we have $b _ { k - m + 1 } \stackrel { - } { \in } S ^ { k }$ and $\mathsf { \bar { b } } _ { k - m + 1 } \notin B ^ { k - m }$ . This means that its conditional expectation of $f ( b _ { k - m + 1 } )$ is the restricted unordered set estimator for $C = B ^ { k - m }$ since + +$$ +\begin{array} { r l } { { e ^ { \mathrm { U S } , D \setminus B ^ { k - m } } ( S ^ { k } ) = \mathbb { E } _ { x \sim p ( x ) } [ f ( x ) \vert x \in S ^ { k } , x \not \in B ^ { k - m } ] } \quad } & { } \\ & { = \mathbb { E } _ { b _ { k - m + 1 } \sim p ( b _ { k - m + 1 } \mid S ^ { k } , B ^ { k - m } ) } [ f ( b _ { k - m + 1 } ) ] . } \end{array} +$$ + +Observing that the definition (equation 42) of the stochastic sum-and-sample estimator does not depend on the actual order of the $m$ samples, and using equation 45, we can reduce the multisample estimator to the stochastic sum-and-sample estimator with $k ^ { \prime } = k - m + 1$ , such that the result follows from equation 36. + +$$ +\begin{array} { c } { { \displaystyle \begin{array} { l } { { { \cal L } _ { \mathrm { e x c } , \mathrm { t r i g h } , \mathrm { \scriptsize ~ 1 . . } } \sum _ { j = 0 } ^ { N } \phi _ { j } \Big | Z _ { j } ^ { ( k ) } \phi _ { j } \Big | + ( \displaystyle { 1 - \sum _ { j = 0 } ^ { N } \phi _ { j } } ) Z _ { j } ^ { ( k ) } z ^ { ( k ) } z ^ { ( k ) } - ( \beta _ { j } - \gamma ) \delta _ { j } ^ { \prime } \Big | } } } \\ { { \displaystyle - \sum _ { j = 0 } ^ { N } \mathrm { \scriptsize ~ 1 . } \sum _ { j = 0 } ^ { N } \mathrm { \scriptsize ~ 1 . } \sum _ { j = 0 } ^ { N } \mathrm { \scriptsize ~ 1 . } \sum _ { j = 0 } ^ { N } \mathrm { \scriptsize ~ 1 . } \sum _ { j = 0 } ^ { N } \mathrm { \scriptsize ~ 1 . } \sum _ { j = 0 } ^ { N } \mathrm { \scriptsize ~ 1 . } \sum _ { j = 0 } ^ { N } \mathrm { \scriptsize ~ 1 . } \sum _ { j = 0 } ^ { N } \mathrm { \scriptsize ~ 1 . } \sum _ { j = 0 } ^ { N } \mathrm { \scriptsize ~ 1 . } \sum _ { j = 0 } ^ { N } \mathrm { \scriptsize ~ 1 . } \mathrm { \cdots ~ 1 } } } \end{array} \} } \\ \displaystyle - \sum _ { j = 0 } ^ { N } \mathrm { \scriptsize ~ 1 . } \sum _ { j = 0 } ^ { N } \mathrm { \scriptsize ~ 1 . } \sum _ { j = 0 } ^ { N } \mathrm { \scriptsize ~ 1 . } \sum _ { j = 0 } ^ { N } \mathrm { \scriptsize ~ 1 . } ( \displaystyle { 1 - \sum _ { j = 0 } ^ { N } \phi _ { j } } ) \Bigg | \displaystyle { 1 - \sum _ { j = 0 } ^ { N } \mathrm { \scriptsize ~ 1 . } \sum _ { j = 0 } ^ { N } \mathrm { \scriptsize ~ 1 . } \sum _ { k = 0 } ^ { N } \mathrm { \scriptsize ~ 1 . } \sum _ { j = 0 } ^ { N } \mathrm { \scriptsize ~ 1 . } \sum _ { l = 0 } ^ { N } \mathrm { \scriptsize ~ 1 . } \sum _ { j = 0 } ^ { N } \mathrm { \scriptsize ~ 1 . } \sum _ { l = 0 } ^ { N } \mathrm { \scriptsize ~ 1 . } \sum _ { l = 0 } ^ { N } \mathrm { \scriptsize ~ 1 . } \sum _ { j = 0 } ^ { N } \mathrm { \scriptsize ~ 1 . } \sum _ { l = 0 } ^ { N } \mathrm { \scriptsize ~ 1 . } } \\ \displaystyle - \sum _ j = \end{array} +$$ + +# D THE IMPORTANCE-WEIGHTED ESTIMATOR + +# D.1 RAO-BLACKWELLIZATION OF THE IMPORTANCE-WEIGHTED ESTIMATOR + +In this section we give the proof that Rao-Blackwellizing the importance-weighted estimator results in the unordered set estimator. + +Theorem 6. Rao-Blackwellizing the importance-weighted estimator results in the unordered set estimator, i.e.: + +$$ +\mathbb { E } _ { \kappa \sim p ( \kappa | S ^ { k } ) } \left[ \sum _ { s \in S ^ { k } } \frac { p ( s ) } { 1 - F _ { \phi _ { s } } ( \kappa ) } f ( s ) \right] = \sum _ { s \in S ^ { k } } p ( s ) R ( S ^ { k } , s ) f ( s ) . +$$ + +Here we have slightly rewritten the definition of the importance-weighted estimator, using that $q ( s , a ) = P ( g _ { \phi _ { s } } ^ { \mathrm { ~ ~ } } > \stackrel { \cdot } { a } ) = 1 - F _ { \phi _ { s } } ( a )$ , where $F _ { \phi _ { s } }$ is the CDF of the Gumbel distribution (see Appendix A). + +Proof. We first prove the following Lemma: + +Lemma 4. + +$$ +\mathbb { E } _ { \kappa \sim p ( \kappa | S ^ { k } ) } \left[ \frac { 1 } { 1 - F _ { \phi _ { s } } ( \kappa ) } \right] = R ( S ^ { k } , s ) +$$ + +Proof. Conditioning on $S ^ { k }$ , we know that the elements in $S ^ { k }$ have the $k$ largest perturbed logprobabilities, so $\kappa$ , the $( k + 1 )$ -th largest perturbed log-probability is the largest perturbed logprobability in $D \backslash S ^ { k }$ , and satisfies $\begin{array} { r } { \kappa = \operatorname* { m a x } _ { s \in D \backslash S ^ { k } } g _ { \phi _ { s } } = g _ { \phi _ { D \backslash S ^ { k } } } \sim \mathrm { G u m b e l } ( \phi _ { D \backslash S ^ { k } } ) } \end{array}$ . Computing $p ( \kappa | S ^ { k } )$ using Bayes’ Theorem, we have + +$$ +p ( \kappa | S ^ { k } ) = \frac { p ( S ^ { k } | \kappa ) p ( \kappa ) } { p ( S ^ { k } ) } = \frac { \prod _ { s \in S ^ { k } } ( 1 - F _ { \phi _ { s } } ( \kappa ) ) f _ { \phi _ { D \setminus S ^ { k } } } ( \kappa ) } { p ( S ^ { k } ) } +$$ + +which allows us to compute (using equation 34 with $C = \{ s \}$ and $g _ { \phi _ { D \setminus S } } = \kappa$ + +$$ +\begin{array} { r l } & { \mathbb { E } _ { n \sim p ( n | S ^ { k } ) } \left[ \frac { 1 } { 1 - F _ { \phi _ { n } } ( \kappa ) } \right] } \\ & { = \int _ { n = - \infty } ^ { \infty } p ( \kappa | S ^ { k } ) \frac { 1 } { 1 - F _ { \phi _ { n } } ( \kappa ) } \partial \kappa } \\ & { = \int _ { \kappa = - \infty } ^ { \infty } \frac { \prod _ { s \in S ^ { k } } ( 1 - F _ { \phi _ { s } } ( \kappa ) ) f _ { \phi _ { n ; s } } ( \kappa ) } { p ( S ^ { k } ) } \frac { 1 } { 1 - F _ { \phi _ { n } } ( \kappa ) } \partial \kappa } \\ & { = \frac { 1 } { p ( S ^ { k } ) } \int _ { \kappa = - \infty } ^ { \infty } \underset { s \in S ^ { k } \backslash \{ s \} } { \prod } \ ( 1 - F _ { \phi _ { s } } ( \kappa ) ) f _ { \phi _ { n ; s } \mu \kappa } ( \kappa ) \partial \kappa } \\ & { = \frac { 1 } { p ( S ^ { k } ) } p ^ { D \cup S } ( S \setminus \{ s \} ) } \\ & { = R ( S ^ { k } , s ) , } \end{array} +$$ + +Using Lemma 4 we find + +$$ +\begin{array} { r l } & { \mathbb { E } _ { \kappa \sim p ( \kappa | S ^ { k } ) } \left[ \displaystyle \sum _ { s \in S ^ { k } } \frac { p ( s ) } { 1 - F _ { \phi _ { s } } ( \kappa ) } f ( s ) \right] } \\ & { = \displaystyle \sum _ { s \in S ^ { k } } p ( s ) \mathbb { E } _ { \kappa \sim p ( \kappa | S ^ { k } ) } \left[ \frac { 1 } { 1 - F _ { \phi _ { s } } ( \kappa ) } \right] f ( s ) } \\ & { = \displaystyle \sum _ { s \in S ^ { k } } p ( s ) R ( S ^ { k } , s ) f ( s ) . } \end{array} +$$ + +# D.2 THE IMPORTANCE-WEIGHTED POLICY GRADIENT ESTIMATOR WITH BUILT-IN BASELINE + +For self-containment we include this section, which is adapted from our unpublished workshop paper (Kool et al., 2019b). The importance-weighted policy gradient estimator combines REINFORCE (Williams, 1992) with the importance-weighted estimator (Duffield et al., 2007; Vieira, 2017) in equation 15 which results in an unbiased estimator of the policy gradient $\nabla _ { \pmb { \theta } } \mathbb { E } _ { p _ { \pmb { \theta } } ( \pmb { x } ) } [ f _ { \pmb { \theta } } ( \pmb { x } ) ]$ : + +$$ +e ^ { \mathrm { I W P G } } ( S ^ { k } , \kappa ) = \sum _ { s \in S ^ { k } } \frac { p _ { \theta } ( s ) } { q _ { \theta , \kappa } ( s ) } \nabla _ { \theta } \log p _ { \theta } ( s ) f ( s ) = \sum _ { s \in S ^ { k } } \frac { \nabla _ { \theta } p _ { \theta } ( s ) } { q _ { \theta , \kappa } ( s ) } f ( s ) +$$ + +Recall that $\kappa$ is the $( k + 1 )$ -th largest perturbed log-probability (see Section 3.2). We compute a lower variance but biased variant by normalizing the importance weights using the normalization W (Sk) = Ps∈Sk pθ(s)qθ,κ(s) . + +As we show in Kool et al. (2019b), we can include a ‘baseline’ B(Sk) = Ps∈Sk pθ(s)qθ,κ(s) f and correct for the bias (since it depends on the complete sample $S ^ { k }$ ) by weighting individual terms of the estimator by $\begin{array} { r } { 1 - p _ { \pmb { \theta } } ( s ) + \frac { p _ { \pmb { \theta } } ( s ) } { q _ { \pmb { \theta } , \kappa } ( s ) } } \end{array}$ : + +$$ +e ^ { \mathrm { I W P G B L } } ( S ^ { k } , \kappa ) = \sum _ { s \in S ^ { k } } { \frac { \nabla _ { \theta } p _ { \theta } ( s ) } { q _ { \theta , \kappa } ( s ) } } \left( f ( s ) \left( 1 - p _ { \theta } ( s ) + { \frac { p _ { \theta } ( s ) } { q _ { \theta , \kappa } ( s ) } } \right) - B ( S ^ { k } ) \right) +$$ + +For the normalized version, we use the normalization W (Sk) = Ps∈Sk q for the baseline, and $\begin{array} { r } { W _ { i } ( S ^ { k } ) = W ( S ^ { k } ) - \frac { p _ { \theta } ( s ) } { q _ { \theta , \kappa } ( s ) } + p _ { \theta } ( s ) } \end{array}$ to normalize the individual terms: + +$$ +\nabla _ { \pmb \theta } \mathbb { E } _ { \pmb \theta \sim p _ { \pmb \theta } ( \pmb y ) } \left[ f ( \pmb y ) \right] \approx \sum _ { s \in S ^ { k } } \frac { 1 } { W _ { i } ( S ^ { k } ) } \cdot \frac { \nabla _ { \pmb \theta } p _ { \pmb \theta } ( s ) } { q _ { \pmb \theta , \kappa } ( s ) } \left( f ( s ) - \frac { B ( S ^ { k } ) } { W ( S ^ { k } ) } \right) +$$ + +It seems odd to normalize the terms in the outer sum by $\frac { 1 } { W _ { i } ( S ^ { k } ) }$ instead of 1W (Sk) , but equation 52 can be rewritten into a form similar to equation 17, i.e. with a different baseline for each sample, but this form is more convenient for implementation (Kool et al., 2019b). + +# E THE UNORDERED SET POLICY GRADIENT ESTIMATOR + +E.1 PROOF OF UNBIASEDNESS OF THE UNORDERED SET POLICY GRADIENT ESTIMATOR WITH BASELINE + +To prove the unbiasedness of result we need to prove that the control variate has expectation 0: Lemma 5. + +$$ +\mathbb { E } _ { S ^ { k } \sim p _ { \theta } ( S ^ { k } ) } \left[ \sum _ { s \in S ^ { k } } \nabla _ { \theta } p _ { \theta } ( s ) R ( S ^ { k } , s ) \sum _ { s ^ { \prime } \in S ^ { k } } p _ { \theta } ( s ^ { \prime } ) R ^ { D \setminus \{ s \} } ( S ^ { k } , s ^ { \prime } ) f ( s ^ { \prime } ) \right] = 0 . +$$ + +Proof. Similar to equation 10, we apply Bayes’ Theorem conditionally on $b _ { 1 } ~ = ~ s$ to derive for $s ^ { \prime } \neq s$ + +$$ +\begin{array} { c } { P ( b _ { 2 } = s ^ { \prime } | S ^ { k } , b _ { 1 } = s ) = \displaystyle { \frac { P ( S ^ { k } | b _ { 2 } = s ^ { \prime } , b _ { 1 } = s ) P ( b _ { 2 } = s ^ { \prime } | b _ { 1 } = s ^ { \prime } ) } { P ( S ^ { k } | b _ { 1 } = s ) } } } \\ { = \displaystyle { \frac { p _ { \theta } ^ { D \setminus \{ s , s ^ { \prime } \} } ( S ^ { k } \setminus \{ s , s ^ { \prime } \} ) p _ { \theta } ^ { D \setminus \{ s \} } ( s ^ { \prime } ) } { p _ { \theta } ^ { D \setminus \{ s \} } ( S ^ { k } \setminus \{ s \} ) } } } \\ { { = \displaystyle { \frac { p _ { \theta } ( s ^ { \prime } ) } { 1 - p _ { \theta } ( s ) } R ^ { D \setminus \{ s \} } ( S ^ { k } , s ^ { \prime } ) } . } } \end{array} +$$ + +For $s ^ { \prime } = s$ we have $R ^ { D \setminus \{ s \} } ( S ^ { k } , s ^ { \prime } ) = 1$ by definition, so using equation 54 we can show that + +$$ +\begin{array} { r l } & { \displaystyle \sum _ { s ^ { \prime } \in S ^ { k } } p _ { \theta } ( s ^ { \prime } ) R ^ { D N \setminus \{ s \} } ( S ^ { k } , s ^ { \prime } ) f ( s ^ { \prime } ) } \\ & { = p _ { \theta } ( s ) f ( s ) + \displaystyle \sum _ { s ^ { \prime } \in S ^ { k \setminus \{ s \} } } p _ { \theta } ( s ^ { \prime } ) R ^ { D \setminus \{ s \} } ( S ^ { k } , s ^ { \prime } ) f ( s ^ { \prime } ) } \\ & { = p _ { \theta } ( s ) f ( s ) + ( 1 - p _ { \theta } ( s ) ) \displaystyle \sum _ { s ^ { \prime } \in S ^ { k \setminus \{ s \} } \setminus \{ s \} } \frac { p _ { \theta } ( s ^ { \prime } ) } { 1 - p _ { \theta } ( s ) } R ^ { D \setminus \{ s \} } ( S ^ { k } , s ^ { \prime } ) f ( s ^ { \prime } ) } \\ & { = p _ { \theta } ( s ) f ( s ) + ( 1 - p _ { \theta } ( s ) ) \displaystyle \sum _ { s ^ { \prime } \in S ^ { k \setminus \{ s \} } \setminus \{ s \} } P ( b _ { 2 } = s ^ { \prime } | S ^ { k } , b _ { 1 } = s ) f ( s ^ { \prime } ) } \\ & { = p _ { \theta } ( s ) f ( s ) + ( 1 - p _ { \theta } ( s ) ) \| g _ { s ^ { \prime } \in S ^ { k \setminus \{ s \} } \setminus \{ s \} } } \\ & { = p _ { \theta } ( s ) f ( s ) + ( 1 - p _ { \theta } ( s ) ) \| g _ { s ^ { \prime } \circ p _ { \theta } ( b _ { 2 } \mid S ^ { k } , b _ { 1 } = s ) } [ f ( b _ { 2 } ) ] } \\ & { = \mathbb { E } _ { \delta \to p _ { \theta } ( b _ { 2 } \mid S ^ { k } , b _ { 1 } = s ) } [ p _ { \theta } ( b _ { 1 } ) f ( b _ { 1 } ) + ( 1 - p _ { \theta } ( b _ { 1 } ) ) f ( b _ { 2 } ) ] . } \end{array} +$$ + +Now we can show that the control variate is actually the result of Rao-Blackwellization: + +$$ +\begin{array} { r l } & { \mathbb { E } _ { \theta ^ { \star } \sim \Theta ( \theta ^ { ( k ) } ) } [ \displaystyle \sum _ { \ell \in \mathbb { N } ^ { k } } \nabla \theta ^ { ( k ) } ( \theta ^ { k ) } H ^ { ( S ^ { k } , \ell ) } \cdot \sum _ { \ell \in \mathbb { N } ^ { k } } \mathcal { P } \varphi ( \theta ^ { ( k ) } H ^ { ( S ^ { k } , \ell ) } ( \theta ^ { k } , s ^ { \prime } ) f ( s ^ { \prime } ) ] } \\ & { = \mathbb { E } _ { \theta ^ { \star } \sim \Theta ( \theta ^ { ( k ) } ) } [ \displaystyle \sum _ { \ell \in \mathbb { N } ^ { k } } \mathcal { P } ( \theta ^ { ( k ) } ) H ( \theta ^ { ( k ) } , s ^ { \prime } ) \nabla \theta ( \theta , \theta ^ { \prime } ) \wedge \sum _ { \ell \in \mathbb { N } ^ { k } } \mathcal { P } ( \theta ^ { ( k ) } H ^ { ( S ^ { k } , \ell ) } ( \theta ^ { k } ) \cdot \xi ^ { \prime } ) f ( s ^ { \prime } ) ] } \\ & { = \mathbb { E } _ { \theta ^ { \star } \sim \Theta ( \theta ^ { ( k ) } ) } [ \displaystyle \sum _ { \ell \in \mathbb { N } ^ { k } } \mathcal { P } ( \theta ^ { ( k ) } - s | S ^ { k } | \nabla \theta ) \cdot \Big ( \displaystyle \sum _ { \ell \in \mathbb { N } ^ { k } } \mathcal { P } ( \theta ^ { ( k ) } ) H ^ { ( S ^ { k } , \ell ) } ( \theta ^ { k } ) \Big ) ] } \\ & { = \mathbb { E } _ { \theta ^ { \star } \sim \Theta ( \theta ^ { ( k ) } ) } [ \displaystyle \sum _ { \ell \in \mathbb { N } ^ { k } } \mathcal { P } ( \hat { b } _ { 1 } - s | S ^ { k } | \nabla \theta ) \cdot \Big ( \displaystyle \sum _ { \ell \in \mathbb { N } ^ { k } } \mathcal { P } ( \theta ^ { ( k ) } ) H ^ { ( S ^ { k } , \ell ) } ( \theta ^ { ( k ) } , \theta ^ { \prime } ) f ( s ^ { \prime } ) ] } \\ & = \mathbb { E } _ { \theta ^ { \star } \sim \Theta ( \theta ^ { ( k ) } ) } [ \displaystyle \operatorname* { m i n } _ { \theta ^ { \star } \sim \Theta ( \theta ^ { ( k ) } ) } [ \nabla \theta ^ { ( k ) } \theta ^ { ( k ) } H ^ { ( S ^ { k } , \ell ) } ] \xi ^ { \prime } s ^ \end{array} +$$ + +This expression depends only on $b _ { 1 }$ and $b _ { 2 }$ and we recognize the stochastic sum-and-sample estimator for $k = 2$ used as ‘baseline’. As a special case of equation 13 for $C = \{ b _ { 1 } \}$ , we have + +$$ +\mathbb { E } _ { b _ { 2 } \sim p _ { \theta } ( b _ { 2 } \mid b _ { 1 } ) } \left[ \left( p _ { \theta } ( b _ { 1 } ) f ( b _ { 1 } ) + ( 1 - p _ { \theta } ( b _ { 1 } ) ) f ( b _ { 2 } ) \right) \right] = \mathbb { E } _ { i \sim p _ { \theta } ( i ) } \left[ f ( i ) \right] . +$$ + +Using this, and the fact that $\begin{array} { r } { \mathbb { E } _ { b _ { 1 } \sim p _ { \theta } ( b _ { 1 } ) } \left[ \nabla _ { \theta } \log p _ { \theta } ( b _ { 1 } ) \right] = \nabla _ { \theta } \mathbb { E } _ { b _ { 1 } \sim p _ { \theta } ( b _ { 1 } ) } \left[ 1 \right] = \nabla _ { \theta } 1 = 0 } \end{array}$ we find + +$$ +\begin{array} { r l } & { \mathbb { E } _ { S ^ { k } \sim p _ { \theta } ( S ^ { k } ) } \left[ \displaystyle \sum _ { s \in S ^ { k } } \nabla _ { \theta } p _ { \theta } ( s ) R ( S ^ { k } , s ) \displaystyle \sum _ { s ^ { \prime } \in S ^ { k } } p _ { \theta } ( s ^ { \prime } ) R ^ { D \setminus \{ s \} } ( S ^ { k } , s ^ { \prime } ) f ( s ^ { \prime } ) \right] } \\ & { = \mathbb { E } _ { B ^ { k } \sim p _ { \theta } ( B ^ { k } ) } \left[ \nabla _ { \theta } \log p _ { \theta } ( b _ { 1 } ) \left( p _ { \theta } ( b _ { 1 } ) f ( b _ { 1 } ) + ( 1 - p _ { \theta } ( b _ { 1 } ) ) f ( b _ { 2 } ) \right) \right] } \\ & { = \mathbb { E } _ { b _ { 1 } \sim p _ { \theta } ( b _ { 1 } ) } \left[ \nabla _ { \theta } \log p _ { \theta } ( b _ { 1 } ) \mathbb { E } _ { b _ { 2 } \sim p _ { \theta } ( b _ { 2 } | b _ { 1 } ) } \left[ ( p _ { \theta } ( b _ { 1 } ) f ( b _ { 1 } ) + ( 1 - p _ { \theta } ( b _ { 1 } ) ) f ( b _ { 2 } ) ) \right] \right] } \\ & { = \mathbb { E } _ { b _ { 1 } \sim p _ { \theta } ( b _ { 1 } ) } \left[ \nabla _ { \theta } \log p _ { \theta } ( b _ { 1 } ) \mathbb { E } _ { x \sim p _ { \theta } ( x ) } \left[ f ( x ) \right] \right] } \\ & { = \mathbb { E } _ { b _ { 1 } \sim p _ { \theta } ( b _ { 1 } ) } \left[ \nabla _ { \theta } \log p _ { \theta } ( b _ { 1 } ) \right] \mathbb { E } _ { x \sim p _ { \theta } ( x ) } \left[ f ( x ) \right] } \\ & { = 0 \cdot \mathbb { E } _ { x \sim p _ { \theta } ( x ) } \left[ f ( x ) \right] } \\ & { = 0 } \end{array} +$$ + +# F THE RISK ESTIMATOR + +# F.1 PROOF OF BUILT-IN BASELINE + +We show that the RISK estimator, taking gradients through the normalization factor actually has a built-in baseline. We first use the log-derivative trick to rewrite the gradient of the ratio as the ratio times the logarithm of the gradient, and then swap the summation variables in the double sum that arises: + +$$ +\begin{array} { r l } \varepsilon ^ { \mathrm { s c } } > 5 1 - \sum _ { j \in \mathcal { K } } \frac { \partial } { \partial x _ { j } } \varepsilon ( \frac \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \cdot \partial \end{array} +$$ + +# G CATEGORICAL VARIATIONAL AUTO-ENCODER + +# G.1 EXPERIMENTAL DETAILS + +We use the code6 by Yin et al. (2019) to reproduce their categorical VAE experiment, of which we include details here for self-containment. The dataset is MNIST, statically binarized by thresholding at 0.5 (although we include results using the standard binarized dataset by Salakhutdinov & Murray (2008); Larochelle & Murray (2011) in Section G.2). The latent representation $_ { z }$ is $K = 2 0$ dimensional with $C = 1 0$ categories per dimension with a uniform prior $p ( z _ { k } = c ) = 1 / C , k = 1 , . . . , K$ . The encoder is parameterized by $\phi$ as $\begin{array} { r } { q _ { \phi } ( z | \pmb { x } ) = \prod _ { k } q _ { \phi } ( z _ { k } | \pmb { \bar { x } } ) } \end{array}$ and has two fully connected hidden layers with 512 and 256 hidden nodes respectively, with LeakyReLU $\mathit { \Phi } _ { \mathrm { ( \alpha ) } } = 0 . 1$ ) activations. The decoder, parameterized by $\pmb \theta$ , is given by $\begin{array} { r } { \bar { p _ { \pmb \theta } } ( \pmb x | z ) \dot { = } \prod _ { i } p _ { \pmb \theta } ( x _ { i } | \pmb z ) } \end{array}$ , where $x _ { i } \in \{ 0 , 1 \}$ are the pixel values, and has fully connected hidden layers with 256 and 512 nodes and LeakyReLU activation. + +ELBO optimization. The evidence lower bound (ELBO) that we optimize is given by + +$$ +\begin{array} { r } { \mathcal { L } ( \phi , \pmb { \theta } ) = \mathbb { E } _ { z \sim q _ { \phi } ( z \vert x ) } \left[ \ln p _ { \pmb { \theta } } ( \pmb { x } \vert z ) + \ln p ( z ) - \ln q _ { \phi } ( z \vert x ) \right] } \\ { = \mathbb { E } _ { z \sim q _ { \phi } ( z \vert x ) } \left[ \ln p _ { \pmb { \theta } } ( \pmb { x } \vert z ) \right] - K L ( q _ { \phi } ( z \vert x ) \vert \vert p ( z ) ) . } \end{array} +$$ + +For the decoder parameters $\pmb \theta$ , since $q _ { \phi } ( z | \boldsymbol { x } )$ does not depend on $\pmb \theta$ , it follows that + +$$ +\nabla _ { \pmb \theta } \mathcal L ( \phi , \pmb \theta ) = \mathbb E _ { z \sim q _ { \phi } ( z | x ) } \left[ \nabla _ { \pmb \theta } \ln p _ { \pmb \theta } ( \pmb x | z ) \right] . +$$ + +or the encoder parameters $\phi$ , we can write $\nabla _ { \phi } \mathcal { L } ( \phi , \theta )$ using equation 57 and equation 19 as + +$$ +\nabla _ { \phi } \mathcal { L } ( \phi , \pmb { \theta } ) = \mathbb { E } _ { z \sim q _ { \phi } ( z | \pmb { x } ) } \left[ \nabla _ { \phi } \ln q _ { \phi } ( z | \pmb { x } ) \ln p _ { \theta } ( \pmb { x } | z ) \right] - \nabla _ { \phi } K L ( q _ { \phi } ( z | \pmb { x } ) | | p ( z ) ) . +$$ + +This assumes we can compute the $\mathrm { K L }$ divergence analytically. Alternatively, we can use a sample estimate for the KL divergence, and use equation 56 with equation 19 to obtain + +$$ +\begin{array} { l } { \nabla _ { \phi } \mathcal { L } ( \phi , \theta ) = \mathbb { E } _ { z \sim q _ { \phi } ( z | x ) } \left[ \nabla _ { \phi } \ln q _ { \phi } ( z | x ) ( \ln p _ { \theta } ( x | z ) + \ln p ( z ) - \ln q _ { \phi } ( z | x ) ) + \nabla _ { \phi } \ln q _ { \phi } ( z | x ) \right] , } \\ { \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad } \\ { = \mathbb { E } _ { z \sim q _ { \phi } ( z | x ) } \left[ \nabla _ { \phi } \ln q _ { \phi } ( z | x ) ( \ln p _ { \theta } ( x | z ) - \ln q _ { \phi } ( z | x ) ) \right] . } \end{array} +$$ + +Here we have left out the term $\begin{array} { r } { \mathbb { E } _ { z \sim q _ { \phi } ( z | \pmb { x } ) } \left[ \nabla _ { \phi } \ln q _ { \phi } ( z | \pmb { x } ) \right] = 0 } \end{array}$ , similar to Roeder et al. (2017), and, assuming a uniform (i.e. constant) prior $\ln p ( z )$ , the term ${ { \mathbb E } } _ { z \sim q _ { \phi } ( z | x ) } \left[ \nabla _ { \phi } \ln q _ { \phi } ( z | x ) \ln p ( z ) \right] = 0$ . With a built-in baseline, this second term cancels out automatically, even if it is implemented. Despite the similarity of the equation 56 and equation 57, their gradient estimates (equation 60 and equation 59) are structurally dissimilar and care should be taken to implement the REINFORCE estimator (or related estimators such as ARSM and the unordered set estimator) correctly using automatic differentiation software. Using Gumbel-Softmax and RELAX, we take gradients ‘directly’ through the objective in equation 57. + +We optimize the ELBO using the analytic KL for 1000 epochs using the Adam (Kingma & Ba, 2015) optimizer. We use a learning rate of $\mathrm { i 0 ^ { - 3 } }$ for all estimators except Gumbel-Softmax and RELAX, which use a learning rate of $\bar { 1 } 0 ^ { - 4 }$ as we found they diverged with a higher learning rate. For ARSM, as an exception we use the sample KL, and a learning rate of $3 \cdot 1 0 ^ { - \overline { { 4 } } }$ , as suggested by the authors. All reported ELBO values are computed using the analytic KL. Our code is publicly available7. + +# G.2 ADDITIONAL RESULTS + +Gradient variance during training. We also evaluate gradient variance of different estimators during different stages of training. We measure the variance of different estimators with $k = 4$ samples during training with REINFORCE with replacement, such that all estimators are computed for the same model parameters. The results during training, given in Figure 4, are similar to the results for the trained model in Table 1, except for at the beginning of training, although the rankings of different estimator are mostly the same. + +Negative ELBO on validation set. Figure 5 shows the -ELBO evaluated during training on the validation set. For the large latent space, we see validation error quickly increase (after reaching a minimum) which is likely because of overfitting (due to improved optimization), a phenomenon observed before (Tucker et al., 2017; Grathwohl et al., 2018). Note that before the overfitting starts, both REINFORCE without replacement and the unordered set estimator achieve a validation error similar to the other estimators, such that in a practical setting, one can use early stopping. + +Results using standard binarized MNIST dataset. Instead of using the MNIST dataset binarized by thresholding values at 0.5 (as in the code and paper by Yin et al. (2019)) we also experiment with the standard (fixed) binarized dataset by Salakhutdinov & Murray (2008); Larochelle & Murray (2011), for which we plot train and validation curves for two runs on the small and large domain in Figure 6. This gives more realistic (higher) -ELBO scores, although we still observe the effect of overfitting. As this is a bit more unstable setting, one of the runs using REINFORCE with replacement diverged, but in general the relative performance of estimators is similar to using the dataset with 0.5 threshold. + +![](images/3cf64085ef97333430dfc6ae343dba9cc3bb81a28a8d5d46e4e908f59c58c425.jpg) +Training log variance (10 2 latent space), $k = 4$ samples +Figure 4: Gradient log variance of different unbiased estimators with $k = 4$ samples, estimated every 100 (out of 1000) epochs while training using REINFORCE with replacement. Each estimator is computed 1000 times with different latent samples for a fixed minibatch (the first 100 records of training data). We report (the logarithm of) the sum of the variances per parameter (trace of the covariance matrix). Some lines coincide, so we sort the legend by the last measurement and report its value. + +![](images/9db0e1232d97d8b19cc6e8b5122295f21e9ef07cda2dbb6e7624da7dadc43d3b.jpg) +Figure 5: Smoothed validation -ELBO curves during training of two independent runs when with different estimators with $k = 1$ , 4 or 8 (thicker lines) samples (ARSM has a variable number). Some lines coincide, so we sort the legend by the lowest -ELBO achieved and report this value. + +![](images/d1fca44c1c3c18bdebf0fcdc5ea9a18b01b73cd2389f61f27b68f5e6d89e5bae.jpg) +Figure 6: Smoothed training and validation -ELBO curves during training on the standard binarized MNIST dataset (Salakhutdinov & Murray, 2008; Larochelle & Murray, 2011) of two independent runs when with different estimators with $k = 1$ , 4 or 8 (thicker lines) samples (ARSM has a variable number). Some lines coincide, so we sort the legend by the lowest -ELBO achieved and report this value. + +# H TRAVELLING SALESMAN PROBLEM + +The Travelling Salesman Problem (TSP) is a discrete optimization problem that consists of finding the order in which to visit a set of locations, given as $x , y$ coordinates, to minimize the total length of the tour, starting and ending at the same location. As a tour can be considered a sequence of locations, this problem can be set up as a sequence modelling problem, that can be either addressed using supervised (Vinyals et al., 2015) or reinforcement learning (Bello et al., 2016; Kool et al., 2019a). + +Kool et al. (2019a) introduced the Attention Model, which is an encoder-decoder model which considers a TSP instances as a fully connected graph. The encoder computes embeddings for all nodes (locations) and the decoder produces a tour, which is sequence of nodes, selecting one note at the time using an attention mechanism, and uses this autoregressively as input to select the next node. In Kool et al. (2019a), this model is trained using REINFORCE, with a greedy rollout used as baseline to reduce variance. + +We use the code by Kool et al. (2019a) to train the exact same Attention Model (for details we refer to Kool et al. (2019a)), and minimize the expected length of a tour predicted by the model, using different gradient estimators. We did not do any hyperparameter optimization and used the exact same training details, using the Adam optimizer (Kingma & Ba, 2015) with a learning rate of $1 0 ^ { - 4 }$ (no decay) for 100 epochs for all estimators. For the baselines, we used the same batch size of 512, but for estimators that use $k = 4$ samples, we used a batch size of $\frac { 5 1 2 } { 4 } = 1 2 8$ to compensate for the additional samples (this makes multi-sample methods actually faster since the encoder still needs to be evaluated only once). \ No newline at end of file diff --git a/parse/train/rklEj2EFvB/rklEj2EFvB_model.json b/parse/train/rklEj2EFvB/rklEj2EFvB_model.json new file mode 100644 index 0000000000000000000000000000000000000000..44ab31762fe128fadd316ffe6ceda57aae2a25c5 --- /dev/null +++ b/parse/train/rklEj2EFvB/rklEj2EFvB_model.json @@ -0,0 +1,36407 @@ +[ + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1293, + 1404, + 1293, + 1404, + 1510, + 297, + 1510 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 398, + 650, + 1302, + 650, + 1302, + 957, + 398, + 957 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 297, + 1579, + 1404, + 1579, + 1404, + 1764, + 297, + 1764 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 298, + 1083, + 1403, + 1083, + 1403, + 1208, + 298, + 1208 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 298, + 1797, + 1403, + 1797, + 1403, + 1981, + 298, + 1981 + ], + "score": 0.977 + }, + { + "category_id": 0, + "poly": [ + 300, + 220, + 1400, + 220, + 1400, + 324, + 300, + 324 + ], + "score": 0.962 + }, + { + "category_id": 1, + "poly": [ + 313, + 377, + 600, + 377, + 600, + 499, + 313, + 499 + ], + "score": 0.951 + }, + { + "category_id": 1, + "poly": [ + 1052, + 377, + 1339, + 377, + 1339, + 500, + 1052, + 500 + ], + "score": 0.948 + }, + { + "category_id": 8, + "poly": [ + 639, + 1224, + 1057, + 1224, + 1057, + 1281, + 639, + 1281 + ], + "score": 0.945 + }, + { + "category_id": 8, + "poly": [ + 667, + 1525, + 1031, + 1525, + 1031, + 1568, + 667, + 1568 + ], + "score": 0.943 + }, + { + "category_id": 1, + "poly": [ + 675, + 377, + 978, + 377, + 978, + 468, + 675, + 468 + ], + "score": 0.94 + }, + { + "category_id": 0, + "poly": [ + 302, + 1015, + 573, + 1015, + 573, + 1050, + 302, + 1050 + ], + "score": 0.908 + }, + { + "category_id": 2, + "poly": [ + 322, + 2009, + 1345, + 2009, + 1345, + 2034, + 322, + 2034 + ], + "score": 0.903 + }, + { + "category_id": 9, + "poly": [ + 1366, + 1236, + 1399, + 1236, + 1399, + 1266, + 1366, + 1266 + ], + "score": 0.893 + }, + { + "category_id": 2, + "poly": [ + 299, + 75, + 817, + 75, + 817, + 104, + 299, + 104 + ], + "score": 0.88 + }, + { + "category_id": 9, + "poly": [ + 1366, + 1531, + 1399, + 1531, + 1399, + 1560, + 1366, + 1560 + ], + "score": 0.878 + }, + { + "category_id": 0, + "poly": [ + 773, + 580, + 927, + 580, + 927, + 613, + 773, + 613 + ], + "score": 0.872 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 857, + 2088, + 857, + 2112, + 841, + 2112 + ], + "score": 0.719 + }, + { + "category_id": 14, + "poly": [ + 639, + 1223, + 1061, + 1223, + 1061, + 1281, + 639, + 1281 + ], + "score": 0.94, + "latex": "\\mathbb { E } _ { { \\pmb x } \\sim p ( { \\pmb x } ) } [ f ( { \\pmb x } ) ] = \\sum _ { { \\pmb x } \\in D } p ( { \\pmb x } ) f ( { \\pmb x } ) ." + }, + { + "category_id": 13, + "poly": [ + 437, + 1476, + 648, + 1476, + 648, + 1513, + 437, + 1513 + ], + "score": 0.93, + "latex": "\\nabla _ { \\pmb { \\theta } } \\bar { \\mathbb { E } } _ { \\boldsymbol { x } \\sim p _ { \\pmb { \\theta } } ( \\boldsymbol { x } ) } [ f ( \\boldsymbol { x } ) ]" + }, + { + "category_id": 13, + "poly": [ + 462, + 1176, + 520, + 1176, + 520, + 1210, + 462, + 1210 + ], + "score": 0.92, + "latex": "f ( { \\pmb x } )" + }, + { + "category_id": 13, + "poly": [ + 1084, + 1415, + 1229, + 1415, + 1229, + 1449, + 1084, + 1449 + ], + "score": 0.92, + "latex": "p ( x ) , x \\in D" + }, + { + "category_id": 14, + "poly": [ + 667, + 1526, + 1032, + 1526, + 1032, + 1567, + 667, + 1567 + ], + "score": 0.92, + "latex": "\\mathbb { E } _ { S } [ e ( S ) ] = \\nabla _ { \\pmb { \\theta } } \\mathbb { E } _ { \\pmb { x } \\sim p _ { \\pmb { \\theta } } ( \\pmb { x } ) } [ f ( \\pmb { x } ) ] ." + }, + { + "category_id": 13, + "poly": [ + 1167, + 1477, + 1222, + 1477, + 1222, + 1510, + 1167, + 1510 + ], + "score": 0.92, + "latex": "e ( S )" + }, + { + "category_id": 13, + "poly": [ + 555, + 1702, + 609, + 1702, + 609, + 1735, + 555, + 1735 + ], + "score": 0.92, + "latex": "p ( x )" + }, + { + "category_id": 13, + "poly": [ + 442, + 1582, + 464, + 1582, + 464, + 1608, + 442, + 1608 + ], + "score": 0.81, + "latex": "S" + }, + { + "category_id": 13, + "poly": [ + 1121, + 1178, + 1148, + 1178, + 1148, + 1204, + 1121, + 1204 + ], + "score": 0.81, + "latex": "D" + }, + { + "category_id": 13, + "poly": [ + 1139, + 1642, + 1160, + 1642, + 1160, + 1669, + 1139, + 1669 + ], + "score": 0.81, + "latex": "S" + }, + { + "category_id": 13, + "poly": [ + 914, + 1182, + 932, + 1182, + 932, + 1209, + 914, + 1209 + ], + "score": 0.81, + "latex": "p" + }, + { + "category_id": 13, + "poly": [ + 910, + 1479, + 931, + 1479, + 931, + 1504, + 910, + 1504 + ], + "score": 0.81, + "latex": "S" + }, + { + "category_id": 13, + "poly": [ + 947, + 1417, + 975, + 1417, + 975, + 1444, + 947, + 1444 + ], + "score": 0.81, + "latex": "D" + }, + { + "category_id": 13, + "poly": [ + 599, + 1181, + 620, + 1181, + 620, + 1204, + 599, + 1204 + ], + "score": 0.79, + "latex": "_ { \\textbf { \\em x } }" + }, + { + "category_id": 13, + "poly": [ + 609, + 1448, + 627, + 1448, + 627, + 1474, + 609, + 1474 + ], + "score": 0.77, + "latex": "\\pmb { \\theta }" + }, + { + "category_id": 13, + "poly": [ + 395, + 1390, + 417, + 1390, + 417, + 1413, + 395, + 1413 + ], + "score": 0.73, + "latex": "_ { \\textbf { \\em x } }" + }, + { + "category_id": 13, + "poly": [ + 535, + 1421, + 555, + 1421, + 555, + 1443, + 535, + 1443 + ], + "score": 0.71, + "latex": "x" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 217.0, + 1404.0, + 217.0, + 1404.0, + 272.0, + 294.0, + 272.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 273.0, + 1371.0, + 273.0, + 1371.0, + 328.0, + 295.0, + 328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1012.0, + 579.0, + 1012.0, + 579.0, + 1059.0, + 294.0, + 1059.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 334.0, + 2002.0, + 1351.0, + 2002.0, + 1351.0, + 2038.0, + 334.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 72.0, + 817.0, + 72.0, + 817.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 768.0, + 576.0, + 934.0, + 576.0, + 934.0, + 619.0, + 768.0, + 619.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 840.0, + 2087.0, + 860.0, + 2087.0, + 860.0, + 2117.0, + 840.0, + 2117.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1295.0, + 1405.0, + 1295.0, + 1405.0, + 1330.0, + 295.0, + 1330.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1326.0, + 1406.0, + 1326.0, + 1406.0, + 1361.0, + 295.0, + 1361.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1356.0, + 1405.0, + 1356.0, + 1405.0, + 1390.0, + 295.0, + 1390.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1383.0, + 394.0, + 1383.0, + 394.0, + 1425.0, + 292.0, + 1425.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 418.0, + 1383.0, + 1406.0, + 1383.0, + 1406.0, + 1425.0, + 418.0, + 1425.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1411.0, + 534.0, + 1411.0, + 534.0, + 1452.0, + 294.0, + 1452.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 556.0, + 1411.0, + 946.0, + 1411.0, + 946.0, + 1452.0, + 556.0, + 1452.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 976.0, + 1411.0, + 1083.0, + 1411.0, + 1083.0, + 1452.0, + 976.0, + 1452.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1230.0, + 1411.0, + 1405.0, + 1411.0, + 1405.0, + 1452.0, + 1230.0, + 1452.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1445.0, + 608.0, + 1445.0, + 608.0, + 1482.0, + 294.0, + 1482.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 628.0, + 1445.0, + 1405.0, + 1445.0, + 1405.0, + 1482.0, + 628.0, + 1482.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1475.0, + 436.0, + 1475.0, + 436.0, + 1517.0, + 292.0, + 1517.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 649.0, + 1475.0, + 909.0, + 1475.0, + 909.0, + 1517.0, + 649.0, + 1517.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 932.0, + 1475.0, + 1166.0, + 1475.0, + 1166.0, + 1517.0, + 932.0, + 1517.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1223.0, + 1475.0, + 1387.0, + 1475.0, + 1387.0, + 1517.0, + 1223.0, + 1517.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 396.0, + 651.0, + 1305.0, + 651.0, + 1305.0, + 684.0, + 396.0, + 684.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 679.0, + 1305.0, + 679.0, + 1305.0, + 714.0, + 393.0, + 714.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 396.0, + 713.0, + 1304.0, + 713.0, + 1304.0, + 743.0, + 396.0, + 743.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 740.0, + 1305.0, + 740.0, + 1305.0, + 775.0, + 393.0, + 775.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 772.0, + 1305.0, + 772.0, + 1305.0, + 808.0, + 393.0, + 808.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 801.0, + 1306.0, + 801.0, + 1306.0, + 836.0, + 392.0, + 836.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 832.0, + 1305.0, + 832.0, + 1305.0, + 867.0, + 394.0, + 867.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 865.0, + 1305.0, + 865.0, + 1305.0, + 898.0, + 395.0, + 898.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 893.0, + 1303.0, + 893.0, + 1303.0, + 929.0, + 394.0, + 929.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 921.0, + 1119.0, + 921.0, + 1119.0, + 964.0, + 392.0, + 964.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1581.0, + 441.0, + 1581.0, + 441.0, + 1613.0, + 296.0, + 1613.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 465.0, + 1581.0, + 1402.0, + 1581.0, + 1402.0, + 1613.0, + 465.0, + 1613.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1612.0, + 1402.0, + 1612.0, + 1402.0, + 1644.0, + 296.0, + 1644.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1638.0, + 1138.0, + 1638.0, + 1138.0, + 1674.0, + 294.0, + 1674.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1161.0, + 1638.0, + 1402.0, + 1638.0, + 1402.0, + 1674.0, + 1161.0, + 1674.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1669.0, + 1404.0, + 1669.0, + 1404.0, + 1706.0, + 294.0, + 1706.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1699.0, + 554.0, + 1699.0, + 554.0, + 1738.0, + 294.0, + 1738.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 610.0, + 1699.0, + 1406.0, + 1699.0, + 1406.0, + 1738.0, + 610.0, + 1738.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1730.0, + 1132.0, + 1730.0, + 1132.0, + 1768.0, + 294.0, + 1768.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1083.0, + 1403.0, + 1083.0, + 1403.0, + 1116.0, + 292.0, + 1116.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1116.0, + 1404.0, + 1116.0, + 1404.0, + 1149.0, + 294.0, + 1149.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1145.0, + 1404.0, + 1145.0, + 1404.0, + 1182.0, + 294.0, + 1182.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1176.0, + 461.0, + 1176.0, + 461.0, + 1212.0, + 293.0, + 1212.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 521.0, + 1176.0, + 598.0, + 1176.0, + 598.0, + 1212.0, + 521.0, + 1212.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 621.0, + 1176.0, + 913.0, + 1176.0, + 913.0, + 1212.0, + 621.0, + 1212.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 933.0, + 1176.0, + 1120.0, + 1176.0, + 1120.0, + 1212.0, + 933.0, + 1212.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1149.0, + 1176.0, + 1201.0, + 1176.0, + 1201.0, + 1212.0, + 1149.0, + 1212.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1798.0, + 1405.0, + 1798.0, + 1405.0, + 1833.0, + 294.0, + 1833.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1827.0, + 1407.0, + 1827.0, + 1407.0, + 1865.0, + 292.0, + 1865.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1859.0, + 1404.0, + 1859.0, + 1404.0, + 1894.0, + 294.0, + 1894.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1892.0, + 1404.0, + 1892.0, + 1404.0, + 1923.0, + 296.0, + 1923.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1918.0, + 1405.0, + 1918.0, + 1405.0, + 1955.0, + 293.0, + 1955.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1949.0, + 1405.0, + 1949.0, + 1405.0, + 1985.0, + 293.0, + 1985.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 312.0, + 377.0, + 472.0, + 377.0, + 472.0, + 406.0, + 312.0, + 406.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 312.0, + 406.0, + 601.0, + 406.0, + 601.0, + 438.0, + 312.0, + 438.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 312.0, + 438.0, + 410.0, + 438.0, + 410.0, + 468.0, + 312.0, + 468.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 310.0, + 471.0, + 600.0, + 471.0, + 600.0, + 498.0, + 310.0, + 498.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1049.0, + 372.0, + 1213.0, + 372.0, + 1213.0, + 412.0, + 1049.0, + 412.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1051.0, + 405.0, + 1341.0, + 405.0, + 1341.0, + 440.0, + 1051.0, + 440.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1051.0, + 438.0, + 1140.0, + 438.0, + 1140.0, + 467.0, + 1051.0, + 467.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1050.0, + 471.0, + 1322.0, + 471.0, + 1322.0, + 500.0, + 1050.0, + 500.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 673.0, + 377.0, + 872.0, + 377.0, + 872.0, + 409.0, + 673.0, + 409.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 674.0, + 408.0, + 962.0, + 408.0, + 962.0, + 439.0, + 674.0, + 439.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 673.0, + 438.0, + 978.0, + 438.0, + 978.0, + 470.0, + 673.0, + 470.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 0, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 506, + 1404, + 506, + 1404, + 723, + 297, + 723 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 297, + 1646, + 1405, + 1646, + 1405, + 1805, + 297, + 1805 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 298, + 1139, + 1405, + 1139, + 1405, + 1301, + 298, + 1301 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 297, + 337, + 1403, + 337, + 1403, + 492, + 297, + 492 + ], + "score": 0.978 + }, + { + "category_id": 8, + "poly": [ + 460, + 1504, + 1235, + 1504, + 1235, + 1609, + 460, + 1609 + ], + "score": 0.961 + }, + { + "category_id": 1, + "poly": [ + 297, + 228, + 1401, + 228, + 1401, + 324, + 297, + 324 + ], + "score": 0.961 + }, + { + "category_id": 8, + "poly": [ + 580, + 1321, + 1115, + 1321, + 1115, + 1426, + 580, + 1426 + ], + "score": 0.96 + }, + { + "category_id": 8, + "poly": [ + 601, + 1028, + 1094, + 1028, + 1094, + 1107, + 601, + 1107 + ], + "score": 0.957 + }, + { + "category_id": 1, + "poly": [ + 299, + 839, + 1400, + 839, + 1400, + 906, + 299, + 906 + ], + "score": 0.955 + }, + { + "category_id": 1, + "poly": [ + 292, + 941, + 1401, + 941, + 1401, + 1009, + 292, + 1009 + ], + "score": 0.954 + }, + { + "category_id": 8, + "poly": [ + 313, + 1824, + 1382, + 1824, + 1382, + 1935, + 313, + 1935 + ], + "score": 0.942 + }, + { + "category_id": 1, + "poly": [ + 296, + 1447, + 1270, + 1447, + 1270, + 1484, + 296, + 1484 + ], + "score": 0.934 + }, + { + "category_id": 1, + "poly": [ + 298, + 1959, + 1405, + 1959, + 1405, + 2037, + 298, + 2037 + ], + "score": 0.916 + }, + { + "category_id": 0, + "poly": [ + 300, + 770, + 579, + 770, + 579, + 805, + 300, + 805 + ], + "score": 0.914 + }, + { + "category_id": 2, + "poly": [ + 299, + 75, + 816, + 75, + 816, + 105, + 299, + 105 + ], + "score": 0.91 + }, + { + "category_id": 9, + "poly": [ + 1365, + 1534, + 1401, + 1534, + 1401, + 1565, + 1365, + 1565 + ], + "score": 0.884 + }, + { + "category_id": 9, + "poly": [ + 1365, + 1352, + 1401, + 1352, + 1401, + 1381, + 1365, + 1381 + ], + "score": 0.877 + }, + { + "category_id": 9, + "poly": [ + 1365, + 1049, + 1400, + 1049, + 1400, + 1080, + 1365, + 1080 + ], + "score": 0.87 + }, + { + "category_id": 9, + "poly": [ + 1365, + 1934, + 1400, + 1934, + 1400, + 1961, + 1365, + 1961 + ], + "score": 0.857 + }, + { + "category_id": 2, + "poly": [ + 840, + 2087, + 859, + 2087, + 859, + 2113, + 840, + 2113 + ], + "score": 0.719 + }, + { + "category_id": 2, + "poly": [ + 840, + 2087, + 860, + 2087, + 860, + 2113, + 840, + 2113 + ], + "score": 0.371 + }, + { + "category_id": 14, + "poly": [ + 462, + 1500, + 1237, + 1500, + 1237, + 1610, + 462, + 1610 + ], + "score": 0.95, + "latex": "p ^ { D \\setminus C } ( B ^ { k } ) = \\prod _ { i = 1 } ^ { k } { \\frac { p ^ { D \\setminus C } ( b _ { i } ) } { 1 - \\sum _ { j < i } p ^ { D \\setminus C } ( b _ { j } ) } } = \\prod _ { i = 1 } ^ { k } { \\frac { p ( b _ { i } ) } { 1 - \\sum _ { c \\in C } p ( c ) - \\sum _ { j < i } p ( b _ { j } ) } } ." + }, + { + "category_id": 13, + "poly": [ + 545, + 2000, + 615, + 2000, + 615, + 2036, + 545, + 2036 + ], + "score": 0.95, + "latex": "p ( S ^ { k } )" + }, + { + "category_id": 14, + "poly": [ + 583, + 1317, + 1117, + 1317, + 1117, + 1427, + 583, + 1427 + ], + "score": 0.94, + "latex": "p ( B ^ { k } ) = \\prod _ { i = 1 } ^ { k } p ^ { D \\setminus B ^ { i - 1 } } ( b _ { i } ) = \\prod _ { i = 1 } ^ { k } \\frac { p ( b _ { i } ) } { 1 - \\sum _ { j < i } p ( b _ { j } ) } ." + }, + { + "category_id": 14, + "poly": [ + 315, + 1819, + 1382, + 1819, + 1382, + 1937, + 315, + 1937 + ], + "score": 0.94, + "latex": "p ( S ^ { k } ) = \\sum _ { B ^ { k } \\in B ( S ^ { k } ) } p ( B ^ { k } ) = \\sum _ { B ^ { k } \\in B ( S ^ { k } ) } \\prod _ { i = 1 } ^ { k } \\frac { p ( b _ { i } ) } { 1 - \\sum _ { j < i } p ( b _ { j } ) } = \\left( \\prod _ { s \\in S ^ { k } } p ( s ) \\right) \\cdot \\sum _ { B ^ { k } \\in B ( S ^ { k } ) } \\prod _ { i = 1 } ^ { k } \\frac { 1 } { 1 - \\sum _ { j < i } p ( b _ { j } ) } ." + }, + { + "category_id": 14, + "poly": [ + 603, + 1026, + 1096, + 1026, + 1096, + 1105, + 603, + 1105 + ], + "score": 0.94, + "latex": "p ^ { D \\setminus C } ( x ) = \\frac { p ( x ) } { 1 - \\sum _ { c \\in C } p ( c ) } , \\quad x \\in D \\setminus C ." + }, + { + "category_id": 13, + "poly": [ + 602, + 1964, + 750, + 1964, + 750, + 2000, + 602, + 2000 + ], + "score": 0.94, + "latex": "B ^ { k } \\in B ( S ^ { k } )" + }, + { + "category_id": 13, + "poly": [ + 1106, + 1960, + 1394, + 1960, + 1394, + 2003, + 1106, + 2003 + ], + "score": 0.93, + "latex": "\\begin{array} { r } { \\prod _ { i = 1 } ^ { k } p ( b _ { i } ) = \\prod _ { s \\in S } p ( s ) } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 845, + 1648, + 940, + 1648, + 940, + 1680, + 845, + 1680 + ], + "score": 0.92, + "latex": "S ^ { k } \\subseteq D" + }, + { + "category_id": 13, + "poly": [ + 1010, + 1450, + 1089, + 1450, + 1089, + 1482, + 1010, + 1482 + ], + "score": 0.92, + "latex": "b _ { i } \\notin C" + }, + { + "category_id": 13, + "poly": [ + 298, + 1740, + 372, + 1740, + 372, + 1774, + 298, + 1774 + ], + "score": 0.92, + "latex": "B ( S ^ { k } )" + }, + { + "category_id": 13, + "poly": [ + 809, + 974, + 873, + 974, + 873, + 1009, + 809, + 1009 + ], + "score": 0.92, + "latex": "p ^ { D \\setminus C }" + }, + { + "category_id": 13, + "poly": [ + 1132, + 1450, + 1258, + 1450, + 1258, + 1481, + 1132, + 1481 + ], + "score": 0.92, + "latex": "i = 1 , . . . , k" + }, + { + "category_id": 13, + "poly": [ + 724, + 1449, + 797, + 1449, + 797, + 1483, + 724, + 1483 + ], + "score": 0.92, + "latex": "D \\backslash C" + }, + { + "category_id": 13, + "poly": [ + 1322, + 976, + 1392, + 976, + 1392, + 1010, + 1322, + 1010 + ], + "score": 0.92, + "latex": "D \\backslash C" + }, + { + "category_id": 13, + "poly": [ + 865, + 1141, + 1154, + 1141, + 1154, + 1177, + 865, + 1177 + ], + "score": 0.91, + "latex": "B ^ { k } = ( b _ { 1 } , . . . , b _ { k } ) , b _ { i } \\in D" + }, + { + "category_id": 13, + "poly": [ + 645, + 2003, + 713, + 2003, + 713, + 2036, + 645, + 2036 + ], + "score": 0.91, + "latex": "O ( k ! )" + }, + { + "category_id": 13, + "poly": [ + 965, + 1709, + 1045, + 1709, + 1045, + 1739, + 965, + 1739 + ], + "score": 0.91, + "latex": "s \\in \\breve { S } ^ { k }" + }, + { + "category_id": 13, + "poly": [ + 443, + 1203, + 606, + 1203, + 606, + 1239, + 443, + 1239 + ], + "score": 0.9, + "latex": "b _ { 2 } \\sim p ^ { D \\setminus \\{ b _ { 1 } \\} }" + }, + { + "category_id": 13, + "poly": [ + 1308, + 1175, + 1394, + 1175, + 1394, + 1206, + 1308, + 1206 + ], + "score": 0.9, + "latex": "b _ { 1 } \\sim p" + }, + { + "category_id": 13, + "poly": [ + 1227, + 944, + 1312, + 944, + 1312, + 973, + 1227, + 973 + ], + "score": 0.9, + "latex": "C \\subset D" + }, + { + "category_id": 13, + "poly": [ + 1233, + 1267, + 1270, + 1267, + 1270, + 1296, + 1233, + 1296 + ], + "score": 0.9, + "latex": "B ^ { k }" + }, + { + "category_id": 13, + "poly": [ + 776, + 1771, + 810, + 1771, + 810, + 1799, + 776, + 1799 + ], + "score": 0.89, + "latex": "S ^ { k }" + }, + { + "category_id": 13, + "poly": [ + 522, + 1447, + 559, + 1447, + 559, + 1477, + 522, + 1477 + ], + "score": 0.89, + "latex": "B ^ { k }" + }, + { + "category_id": 13, + "poly": [ + 401, + 872, + 435, + 872, + 435, + 901, + 401, + 901 + ], + "score": 0.88, + "latex": "S ^ { k }" + }, + { + "category_id": 13, + "poly": [ + 855, + 1740, + 893, + 1740, + 893, + 1770, + 855, + 1770 + ], + "score": 0.88, + "latex": "\\bar { B ^ { k } }" + }, + { + "category_id": 13, + "poly": [ + 748, + 1142, + 786, + 1142, + 786, + 1171, + 748, + 1171 + ], + "score": 0.88, + "latex": "B ^ { k }" + }, + { + "category_id": 13, + "poly": [ + 951, + 1966, + 983, + 1966, + 983, + 1994, + 951, + 1994 + ], + "score": 0.87, + "latex": "S ^ { k }" + }, + { + "category_id": 13, + "poly": [ + 798, + 841, + 835, + 841, + 835, + 870, + 798, + 870 + ], + "score": 0.87, + "latex": "B ^ { k }" + }, + { + "category_id": 13, + "poly": [ + 1359, + 1741, + 1393, + 1741, + 1393, + 1770, + 1359, + 1770 + ], + "score": 0.87, + "latex": "S ^ { k }" + }, + { + "category_id": 13, + "poly": [ + 623, + 1203, + 812, + 1203, + 812, + 1238, + 623, + 1238 + ], + "score": 0.83, + "latex": "b _ { 3 } ^ { ^ { - } } \\sim p ^ { D \\setminus \\{ b _ { 1 } , b _ { 2 } \\} }" + }, + { + "category_id": 13, + "poly": [ + 696, + 1238, + 734, + 1238, + 734, + 1265, + 696, + 1265 + ], + "score": 0.83, + "latex": "B ^ { k }" + }, + { + "category_id": 13, + "poly": [ + 1003, + 1181, + 1022, + 1181, + 1022, + 1206, + 1003, + 1206 + ], + "score": 0.81, + "latex": "p" + }, + { + "category_id": 13, + "poly": [ + 1382, + 844, + 1401, + 844, + 1401, + 870, + 1382, + 870 + ], + "score": 0.79, + "latex": "k" + }, + { + "category_id": 13, + "poly": [ + 599, + 1687, + 616, + 1687, + 616, + 1713, + 599, + 1713 + ], + "score": 0.76, + "latex": "p" + }, + { + "category_id": 13, + "poly": [ + 1163, + 880, + 1180, + 880, + 1180, + 906, + 1163, + 906 + ], + "score": 0.75, + "latex": "p" + }, + { + "category_id": 13, + "poly": [ + 769, + 877, + 786, + 877, + 786, + 901, + 769, + 901 + ], + "score": 0.75, + "latex": "k" + }, + { + "category_id": 13, + "poly": [ + 546, + 1742, + 568, + 1742, + 568, + 1769, + 546, + 1769 + ], + "score": 0.68, + "latex": "k !" + }, + { + "category_id": 13, + "poly": [ + 911, + 2004, + 932, + 2004, + 932, + 2030, + 911, + 2030 + ], + "score": 0.26, + "latex": "\\mathbf { B }" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 766.0, + 583.0, + 766.0, + 583.0, + 812.0, + 291.0, + 812.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 817.0, + 73.0, + 817.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 2085.0, + 863.0, + 2085.0, + 863.0, + 2121.0, + 838.0, + 2121.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 2085.0, + 862.0, + 2085.0, + 862.0, + 2121.0, + 838.0, + 2121.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 508.0, + 1406.0, + 508.0, + 1406.0, + 543.0, + 294.0, + 543.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 538.0, + 1405.0, + 538.0, + 1405.0, + 571.0, + 292.0, + 571.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 570.0, + 1402.0, + 570.0, + 1402.0, + 601.0, + 295.0, + 601.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 597.0, + 1404.0, + 597.0, + 1404.0, + 633.0, + 292.0, + 633.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 629.0, + 1404.0, + 629.0, + 1404.0, + 664.0, + 294.0, + 664.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 660.0, + 1406.0, + 660.0, + 1406.0, + 695.0, + 295.0, + 695.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 690.0, + 1404.0, + 690.0, + 1404.0, + 725.0, + 295.0, + 725.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1645.0, + 844.0, + 1645.0, + 844.0, + 1686.0, + 295.0, + 1686.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 941.0, + 1645.0, + 1405.0, + 1645.0, + 1405.0, + 1686.0, + 941.0, + 1686.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1678.0, + 598.0, + 1678.0, + 598.0, + 1715.0, + 292.0, + 1715.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 617.0, + 1678.0, + 1405.0, + 1678.0, + 1405.0, + 1715.0, + 617.0, + 1715.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1707.0, + 964.0, + 1707.0, + 964.0, + 1746.0, + 292.0, + 1746.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1046.0, + 1707.0, + 1406.0, + 1707.0, + 1406.0, + 1746.0, + 1046.0, + 1746.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1735.0, + 297.0, + 1735.0, + 297.0, + 1778.0, + 291.0, + 1778.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 373.0, + 1735.0, + 545.0, + 1735.0, + 545.0, + 1778.0, + 373.0, + 1778.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 569.0, + 1735.0, + 854.0, + 1735.0, + 854.0, + 1778.0, + 569.0, + 1778.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 894.0, + 1735.0, + 1358.0, + 1735.0, + 1358.0, + 1778.0, + 894.0, + 1778.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1394.0, + 1735.0, + 1407.0, + 1735.0, + 1407.0, + 1778.0, + 1394.0, + 1778.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1767.0, + 775.0, + 1767.0, + 775.0, + 1809.0, + 292.0, + 1809.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 811.0, + 1767.0, + 949.0, + 1767.0, + 949.0, + 1809.0, + 811.0, + 1809.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1139.0, + 747.0, + 1139.0, + 747.0, + 1178.0, + 296.0, + 1178.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 787.0, + 1139.0, + 864.0, + 1139.0, + 864.0, + 1178.0, + 787.0, + 1178.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1155.0, + 1139.0, + 1405.0, + 1139.0, + 1405.0, + 1178.0, + 1155.0, + 1178.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1167.0, + 1002.0, + 1167.0, + 1002.0, + 1215.0, + 292.0, + 1215.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1023.0, + 1167.0, + 1307.0, + 1167.0, + 1307.0, + 1215.0, + 1023.0, + 1215.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1395.0, + 1167.0, + 1406.0, + 1167.0, + 1406.0, + 1215.0, + 1395.0, + 1215.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1197.0, + 442.0, + 1197.0, + 442.0, + 1247.0, + 291.0, + 1247.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 607.0, + 1197.0, + 622.0, + 1197.0, + 622.0, + 1247.0, + 607.0, + 1247.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 813.0, + 1197.0, + 1410.0, + 1197.0, + 1410.0, + 1247.0, + 813.0, + 1247.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1232.0, + 695.0, + 1232.0, + 695.0, + 1275.0, + 293.0, + 1275.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 735.0, + 1232.0, + 1405.0, + 1232.0, + 1405.0, + 1275.0, + 735.0, + 1275.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1265.0, + 1232.0, + 1265.0, + 1232.0, + 1305.0, + 291.0, + 1305.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1271.0, + 1265.0, + 1303.0, + 1265.0, + 1303.0, + 1305.0, + 1271.0, + 1305.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 339.0, + 1404.0, + 339.0, + 1404.0, + 372.0, + 296.0, + 372.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 368.0, + 1405.0, + 368.0, + 1405.0, + 405.0, + 295.0, + 405.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 399.0, + 1405.0, + 399.0, + 1405.0, + 436.0, + 293.0, + 436.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 428.0, + 1405.0, + 428.0, + 1405.0, + 466.0, + 294.0, + 466.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 458.0, + 1250.0, + 458.0, + 1250.0, + 498.0, + 294.0, + 498.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 226.0, + 1406.0, + 226.0, + 1406.0, + 266.0, + 292.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 261.0, + 1405.0, + 261.0, + 1405.0, + 296.0, + 295.0, + 296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 289.0, + 1085.0, + 289.0, + 1085.0, + 326.0, + 295.0, + 326.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 840.0, + 797.0, + 840.0, + 797.0, + 876.0, + 297.0, + 876.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 836.0, + 840.0, + 1381.0, + 840.0, + 1381.0, + 876.0, + 836.0, + 876.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1402.0, + 840.0, + 1405.0, + 840.0, + 1405.0, + 876.0, + 1402.0, + 876.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 867.0, + 400.0, + 867.0, + 400.0, + 913.0, + 293.0, + 913.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 436.0, + 867.0, + 768.0, + 867.0, + 768.0, + 913.0, + 436.0, + 913.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 787.0, + 867.0, + 1162.0, + 867.0, + 1162.0, + 913.0, + 787.0, + 913.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1181.0, + 867.0, + 1192.0, + 867.0, + 1192.0, + 913.0, + 1181.0, + 913.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 940.0, + 1226.0, + 940.0, + 1226.0, + 978.0, + 295.0, + 978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1313.0, + 940.0, + 1403.0, + 940.0, + 1403.0, + 978.0, + 1313.0, + 978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 968.0, + 808.0, + 968.0, + 808.0, + 1013.0, + 292.0, + 1013.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 874.0, + 968.0, + 1321.0, + 968.0, + 1321.0, + 1013.0, + 874.0, + 1013.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1393.0, + 968.0, + 1404.0, + 968.0, + 1404.0, + 1013.0, + 1393.0, + 1013.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1444.0, + 521.0, + 1444.0, + 521.0, + 1486.0, + 295.0, + 1486.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 560.0, + 1444.0, + 723.0, + 1444.0, + 723.0, + 1486.0, + 560.0, + 1486.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 798.0, + 1444.0, + 1009.0, + 1444.0, + 1009.0, + 1486.0, + 798.0, + 1486.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1090.0, + 1444.0, + 1131.0, + 1444.0, + 1131.0, + 1486.0, + 1090.0, + 1486.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1259.0, + 1444.0, + 1271.0, + 1444.0, + 1271.0, + 1486.0, + 1259.0, + 1486.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1952.0, + 601.0, + 1952.0, + 601.0, + 2009.0, + 291.0, + 2009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 751.0, + 1952.0, + 950.0, + 1952.0, + 950.0, + 2009.0, + 751.0, + 2009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 984.0, + 1952.0, + 1105.0, + 1952.0, + 1105.0, + 2009.0, + 984.0, + 2009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1395.0, + 1952.0, + 1406.0, + 1952.0, + 1406.0, + 2009.0, + 1395.0, + 2009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1999.0, + 544.0, + 1999.0, + 544.0, + 2038.0, + 295.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 616.0, + 1999.0, + 644.0, + 1999.0, + 644.0, + 2038.0, + 616.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 714.0, + 1999.0, + 910.0, + 1999.0, + 910.0, + 2038.0, + 714.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 933.0, + 1999.0, + 1370.0, + 1999.0, + 1370.0, + 2038.0, + 933.0, + 2038.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 1, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 296, + 419, + 1406, + 419, + 1406, + 675, + 296, + 675 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 297, + 862, + 1406, + 862, + 1406, + 1021, + 297, + 1021 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 298, + 1284, + 1404, + 1284, + 1404, + 1410, + 298, + 1410 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 297, + 1821, + 1404, + 1821, + 1404, + 1985, + 297, + 1985 + ], + "score": 0.968 + }, + { + "category_id": 1, + "poly": [ + 297, + 1111, + 1404, + 1111, + 1404, + 1207, + 297, + 1207 + ], + "score": 0.968 + }, + { + "category_id": 8, + "poly": [ + 460, + 277, + 1233, + 277, + 1233, + 388, + 460, + 388 + ], + "score": 0.961 + }, + { + "category_id": 8, + "poly": [ + 583, + 1564, + 1115, + 1564, + 1115, + 1640, + 583, + 1640 + ], + "score": 0.954 + }, + { + "category_id": 1, + "poly": [ + 296, + 687, + 1403, + 687, + 1403, + 751, + 296, + 751 + ], + "score": 0.953 + }, + { + "category_id": 1, + "poly": [ + 296, + 1489, + 1398, + 1489, + 1398, + 1552, + 296, + 1552 + ], + "score": 0.951 + }, + { + "category_id": 8, + "poly": [ + 462, + 1731, + 1232, + 1731, + 1232, + 1810, + 462, + 1810 + ], + "score": 0.947 + }, + { + "category_id": 8, + "poly": [ + 527, + 1219, + 1167, + 1219, + 1167, + 1262, + 527, + 1262 + ], + "score": 0.943 + }, + { + "category_id": 1, + "poly": [ + 294, + 225, + 1400, + 225, + 1400, + 265, + 294, + 265 + ], + "score": 0.925 + }, + { + "category_id": 2, + "poly": [ + 328, + 2002, + 1028, + 2002, + 1028, + 2035, + 328, + 2035 + ], + "score": 0.917 + }, + { + "category_id": 2, + "poly": [ + 298, + 74, + 817, + 74, + 817, + 106, + 298, + 106 + ], + "score": 0.916 + }, + { + "category_id": 0, + "poly": [ + 300, + 794, + 582, + 794, + 582, + 830, + 300, + 830 + ], + "score": 0.915 + }, + { + "category_id": 1, + "poly": [ + 299, + 1653, + 1405, + 1653, + 1405, + 1720, + 299, + 1720 + ], + "score": 0.914 + }, + { + "category_id": 8, + "poly": [ + 319, + 1421, + 1374, + 1421, + 1374, + 1467, + 319, + 1467 + ], + "score": 0.909 + }, + { + "category_id": 9, + "poly": [ + 1352, + 1756, + 1399, + 1756, + 1399, + 1786, + 1352, + 1786 + ], + "score": 0.896 + }, + { + "category_id": 0, + "poly": [ + 299, + 1057, + 1112, + 1057, + 1112, + 1089, + 299, + 1089 + ], + "score": 0.889 + }, + { + "category_id": 9, + "poly": [ + 1366, + 1223, + 1400, + 1223, + 1400, + 1253, + 1366, + 1253 + ], + "score": 0.885 + }, + { + "category_id": 9, + "poly": [ + 1365, + 1575, + 1400, + 1575, + 1400, + 1605, + 1365, + 1605 + ], + "score": 0.882 + }, + { + "category_id": 9, + "poly": [ + 1365, + 314, + 1401, + 314, + 1401, + 345, + 1365, + 345 + ], + "score": 0.87 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 859, + 2088, + 859, + 2112, + 841, + 2112 + ], + "score": 0.679 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 859, + 2088, + 859, + 2112, + 841, + 2112 + ], + "score": 0.485 + }, + { + "category_id": 14, + "poly": [ + 461, + 274, + 1236, + 274, + 1236, + 390, + 461, + 390 + ], + "score": 0.94, + "latex": "p ^ { D \\setminus C } ( S ^ { k } ) = \\left( \\prod _ { s \\in S ^ { k } } p ( s ) \\right) \\cdot \\sum _ { B ^ { k } \\in \\mathcal { B } ( S ^ { k } ) } \\prod _ { i = 1 } ^ { k } \\frac { 1 } { 1 - \\sum _ { c \\in C } p ( c ) - \\sum _ { j < i } p ( b _ { j } ) } ." + }, + { + "category_id": 14, + "poly": [ + 462, + 1730, + 1236, + 1730, + 1236, + 1809, + 462, + 1809 + ], + "score": 0.94, + "latex": "P ( b _ { 1 } = s | S ^ { k } ) = \\frac { p ( S ^ { k } | b _ { 1 } = s ) P ( b _ { 1 } = s ) } { p ( S ^ { k } ) } = \\frac { p ^ { D \\setminus \\{ s \\} } ( S ^ { k } \\setminus \\{ s \\} ) p ( s ) } { p ( S ^ { k } ) } ." + }, + { + "category_id": 13, + "poly": [ + 705, + 1654, + 867, + 1654, + 867, + 1690, + 705, + 1690 + ], + "score": 0.94, + "latex": "P ( b _ { 1 } = s | S ^ { k } )" + }, + { + "category_id": 14, + "poly": [ + 583, + 1563, + 1117, + 1563, + 1117, + 1641, + 583, + 1641 + ], + "score": 0.94, + "latex": "\\mathbb { E } _ { b _ { 1 } \\sim p ( b _ { 1 } | S ^ { k } ) } \\left[ f ( b _ { 1 } ) \\right] = \\sum _ { s \\in S ^ { k } } P ( b _ { 1 } = s | S ^ { k } ) f ( s )" + }, + { + "category_id": 13, + "poly": [ + 441, + 2003, + 513, + 2003, + 513, + 2035, + 441, + 2035 + ], + "score": 0.93, + "latex": "B ^ { k } | S ^ { k }" + }, + { + "category_id": 13, + "poly": [ + 486, + 1376, + 629, + 1376, + 629, + 1411, + 486, + 1411 + ], + "score": 0.93, + "latex": "B ^ { k } \\in B ( S ^ { k } )" + }, + { + "category_id": 13, + "poly": [ + 1137, + 717, + 1207, + 717, + 1207, + 752, + 1137, + 752 + ], + "score": 0.93, + "latex": "p ( S ^ { k } )" + }, + { + "category_id": 13, + "poly": [ + 446, + 894, + 628, + 894, + 628, + 930, + 446, + 930 + ], + "score": 0.93, + "latex": "\\nabla _ { \\pmb { \\theta } } \\mathbb { E } _ { p _ { \\pmb { \\theta } } ( \\pmb { x } ) } [ f ( \\pmb { x } ) ]" + }, + { + "category_id": 13, + "poly": [ + 1152, + 1917, + 1348, + 1917, + 1348, + 1954, + 1152, + 1954 + ], + "score": 0.93, + "latex": "p ^ { D \\setminus \\{ s \\} } ( S ^ { k } \\setminus \\{ s \\} )" + }, + { + "category_id": 13, + "poly": [ + 732, + 1114, + 822, + 1114, + 822, + 1148, + 732, + 1148 + ], + "score": 0.93, + "latex": "\\mathbb { E } [ f ( x ) ]" + }, + { + "category_id": 13, + "poly": [ + 943, + 1519, + 1036, + 1519, + 1036, + 1551, + 943, + 1551 + ], + "score": 0.93, + "latex": "b _ { 1 } \\in S ^ { k }" + }, + { + "category_id": 13, + "poly": [ + 1063, + 228, + 1206, + 228, + 1206, + 264, + 1063, + 264 + ], + "score": 0.93, + "latex": "S ^ { k } \\subseteq D \\setminus C" + }, + { + "category_id": 13, + "poly": [ + 814, + 927, + 904, + 927, + 904, + 961, + 814, + 961 + ], + "score": 0.93, + "latex": "\\mathbb { E } [ f ( x ) ]" + }, + { + "category_id": 13, + "poly": [ + 299, + 513, + 448, + 513, + 448, + 547, + 299, + 547 + ], + "score": 0.92, + "latex": "\\phi _ { i } = \\log p ( i )" + }, + { + "category_id": 13, + "poly": [ + 404, + 1821, + 814, + 1821, + 814, + 1859, + 404, + 1859 + ], + "score": 0.92, + "latex": "p ( S ^ { k } | b _ { 1 } = s ) = p ^ { D \\setminus \\{ s \\} } ( S ^ { k } \\setminus \\{ s \\} )" + }, + { + "category_id": 13, + "poly": [ + 1270, + 1377, + 1368, + 1377, + 1368, + 1411, + 1270, + 1411 + ], + "score": 0.92, + "latex": "\\mathbb { E } [ f ( b _ { 1 } ) ]" + }, + { + "category_id": 13, + "poly": [ + 434, + 1886, + 520, + 1886, + 520, + 1920, + 434, + 1920 + ], + "score": 0.92, + "latex": "D \\backslash \\{ s \\}" + }, + { + "category_id": 13, + "poly": [ + 457, + 1920, + 553, + 1920, + 553, + 1954, + 457, + 1954 + ], + "score": 0.92, + "latex": "S ^ { k } \\setminus \\{ s \\}" + }, + { + "category_id": 13, + "poly": [ + 1056, + 1375, + 1133, + 1375, + 1133, + 1411, + 1056, + 1411 + ], + "score": 0.92, + "latex": "B ^ { k } | S ^ { k }" + }, + { + "category_id": 13, + "poly": [ + 853, + 230, + 927, + 230, + 927, + 264, + 853, + 264 + ], + "score": 0.92, + "latex": "D \\backslash C" + }, + { + "category_id": 13, + "poly": [ + 1146, + 485, + 1316, + 485, + 1316, + 518, + 1146, + 518 + ], + "score": 0.91, + "latex": "g _ { \\phi _ { i } } = \\phi _ { i } + g _ { i }" + }, + { + "category_id": 14, + "poly": [ + 322, + 1421, + 1376, + 1421, + 1376, + 1465, + 322, + 1465 + ], + "score": 0.91, + "latex": "\\begin{array} { r } { \\mathbb { E } _ { B ^ { k } \\sim p ( B ^ { k } ) } [ f ( b _ { 1 } ) ] = \\mathbb { E } _ { S ^ { k } \\sim p ( S ^ { k } ) } \\left[ \\mathbb { E } _ { B ^ { k } \\sim p ( B ^ { k } \\mid S ^ { k } ) } \\left[ f ( b _ { 1 } ) \\right] \\right] = \\mathbb { E } _ { S ^ { k } \\sim p ( S ^ { k } ) } \\left[ \\mathbb { E } _ { b _ { 1 } \\sim p ( b _ { 1 } \\mid S ^ { k } ) } \\left[ f ( b _ { 1 } ) \\right] \\right] . } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 434, + 1347, + 511, + 1347, + 511, + 1379, + 434, + 1379 + ], + "score": 0.91, + "latex": "B ^ { k } | S ^ { k }" + }, + { + "category_id": 14, + "poly": [ + 529, + 1218, + 1168, + 1218, + 1168, + 1260, + 529, + 1260 + ], + "score": 0.9, + "latex": "\\begin{array} { r } { \\mathbb { E } _ { B ^ { k } \\sim p ( B ^ { k } ) } [ f ( b _ { 1 } ) ] = \\mathbb { E } _ { b _ { 1 } \\sim p ( b _ { 1 } ) } [ f ( b _ { 1 } ) ] = \\mathbb { E } _ { x \\sim p ( x ) } [ f ( x ) ] . } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 568, + 1519, + 606, + 1519, + 606, + 1548, + 568, + 1548 + ], + "score": 0.89, + "latex": "B ^ { k }" + }, + { + "category_id": 13, + "poly": [ + 1003, + 1686, + 1037, + 1686, + 1037, + 1715, + 1003, + 1715 + ], + "score": 0.89, + "latex": "S ^ { k }" + }, + { + "category_id": 13, + "poly": [ + 1160, + 1112, + 1199, + 1112, + 1199, + 1143, + 1160, + 1143 + ], + "score": 0.89, + "latex": "B ^ { k }" + }, + { + "category_id": 13, + "poly": [ + 1314, + 420, + 1352, + 420, + 1352, + 451, + 1314, + 451 + ], + "score": 0.89, + "latex": "B ^ { k }" + }, + { + "category_id": 13, + "poly": [ + 990, + 1345, + 1024, + 1345, + 1024, + 1374, + 990, + 1374 + ], + "score": 0.89, + "latex": "S ^ { k }" + }, + { + "category_id": 13, + "poly": [ + 800, + 1519, + 833, + 1519, + 833, + 1548, + 800, + 1548 + ], + "score": 0.89, + "latex": "S ^ { k }" + }, + { + "category_id": 13, + "poly": [ + 298, + 582, + 335, + 582, + 335, + 611, + 298, + 611 + ], + "score": 0.89, + "latex": "B _ { k }" + }, + { + "category_id": 13, + "poly": [ + 986, + 2005, + 1017, + 2005, + 1017, + 2030, + 986, + 2030 + ], + "score": 0.88, + "latex": "S ^ { k }" + }, + { + "category_id": 13, + "poly": [ + 1237, + 893, + 1271, + 893, + 1271, + 923, + 1237, + 923 + ], + "score": 0.88, + "latex": "S ^ { k }" + }, + { + "category_id": 13, + "poly": [ + 328, + 549, + 366, + 549, + 366, + 579, + 328, + 579 + ], + "score": 0.88, + "latex": "B ^ { k }" + }, + { + "category_id": 13, + "poly": [ + 421, + 717, + 455, + 717, + 455, + 747, + 421, + 747 + ], + "score": 0.88, + "latex": "S ^ { k }" + }, + { + "category_id": 13, + "poly": [ + 442, + 1146, + 469, + 1146, + 469, + 1176, + 442, + 1176 + ], + "score": 0.87, + "latex": "b _ { 1 }" + }, + { + "category_id": 13, + "poly": [ + 298, + 1689, + 324, + 1689, + 324, + 1718, + 298, + 1718 + ], + "score": 0.87, + "latex": "b _ { 1 }" + }, + { + "category_id": 13, + "poly": [ + 298, + 452, + 332, + 452, + 332, + 482, + 298, + 482 + ], + "score": 0.87, + "latex": "S ^ { k }" + }, + { + "category_id": 13, + "poly": [ + 791, + 515, + 1034, + 515, + 1034, + 548, + 791, + 548 + ], + "score": 0.86, + "latex": "b _ { 1 } = \\arg \\operatorname* { m a x } _ { i \\in D } g _ { \\phi _ { i } }" + }, + { + "category_id": 13, + "poly": [ + 670, + 1885, + 704, + 1885, + 704, + 1915, + 670, + 1915 + ], + "score": 0.86, + "latex": "S ^ { k }" + }, + { + "category_id": 13, + "poly": [ + 924, + 1375, + 958, + 1375, + 958, + 1405, + 924, + 1405 + ], + "score": 0.85, + "latex": "S ^ { \\hat { k } }" + }, + { + "category_id": 13, + "poly": [ + 1044, + 517, + 1342, + 517, + 1342, + 550, + 1044, + 550 + ], + "score": 0.83, + "latex": "b _ { 2 } = \\arg \\operatorname* { m a x } _ { i \\in D \\backslash \\{ b _ { 1 } \\} } g _ { \\phi _ { i } }" + }, + { + "category_id": 13, + "poly": [ + 859, + 1691, + 877, + 1691, + 877, + 1714, + 859, + 1714 + ], + "score": 0.83, + "latex": "k" + }, + { + "category_id": 13, + "poly": [ + 511, + 424, + 530, + 424, + 530, + 451, + 511, + 451 + ], + "score": 0.82, + "latex": "k" + }, + { + "category_id": 13, + "poly": [ + 523, + 455, + 542, + 455, + 542, + 481, + 523, + 481 + ], + "score": 0.81, + "latex": "k" + }, + { + "category_id": 13, + "poly": [ + 473, + 551, + 491, + 551, + 491, + 579, + 473, + 579 + ], + "score": 0.8, + "latex": "k" + }, + { + "category_id": 13, + "poly": [ + 496, + 515, + 683, + 515, + 683, + 547, + 496, + 547 + ], + "score": 0.79, + "latex": "g _ { i } \\sim \\mathrm { G u m b e l } ( 0 )" + }, + { + "category_id": 13, + "poly": [ + 627, + 690, + 647, + 690, + 647, + 716, + 627, + 716 + ], + "score": 0.78, + "latex": "k" + }, + { + "category_id": 13, + "poly": [ + 1069, + 1150, + 1086, + 1150, + 1086, + 1177, + 1069, + 1177 + ], + "score": 0.76, + "latex": "p" + }, + { + "category_id": 13, + "poly": [ + 1105, + 1892, + 1121, + 1892, + 1121, + 1914, + 1105, + 1914 + ], + "score": 0.74, + "latex": "s" + }, + { + "category_id": 13, + "poly": [ + 891, + 1863, + 906, + 1863, + 906, + 1883, + 891, + 1883 + ], + "score": 0.74, + "latex": "s" + }, + { + "category_id": 13, + "poly": [ + 500, + 1695, + 515, + 1695, + 515, + 1715, + 500, + 1715 + ], + "score": 0.71, + "latex": "s" + }, + { + "category_id": 13, + "poly": [ + 828, + 1893, + 844, + 1893, + 844, + 1914, + 828, + 1914 + ], + "score": 0.65, + "latex": "s" + }, + { + "category_id": 13, + "poly": [ + 592, + 1318, + 616, + 1318, + 616, + 1344, + 592, + 1344 + ], + "score": 0.4, + "latex": "\\&" + }, + { + "category_id": 13, + "poly": [ + 590, + 484, + 677, + 484, + 677, + 514, + 590, + 514 + ], + "score": 0.27, + "latex": "( 2 0 1 9 \\mathrm { c } )" + }, + { + "category_id": 15, + "poly": [ + 330.0, + 1998.0, + 440.0, + 1998.0, + 440.0, + 2036.0, + 330.0, + 2036.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 514.0, + 1998.0, + 985.0, + 1998.0, + 985.0, + 2036.0, + 514.0, + 2036.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1018.0, + 1998.0, + 1031.0, + 1998.0, + 1031.0, + 2036.0, + 1018.0, + 2036.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 72.0, + 817.0, + 72.0, + 817.0, + 109.0, + 295.0, + 109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 789.0, + 587.0, + 789.0, + 587.0, + 839.0, + 290.0, + 839.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1057.0, + 1115.0, + 1057.0, + 1115.0, + 1092.0, + 295.0, + 1092.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 2085.0, + 862.0, + 2085.0, + 862.0, + 2118.0, + 838.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 2085.0, + 862.0, + 2085.0, + 862.0, + 2118.0, + 838.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 418.0, + 510.0, + 418.0, + 510.0, + 457.0, + 294.0, + 457.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 531.0, + 418.0, + 1313.0, + 418.0, + 1313.0, + 457.0, + 531.0, + 457.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1353.0, + 418.0, + 1406.0, + 418.0, + 1406.0, + 457.0, + 1353.0, + 457.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 333.0, + 448.0, + 522.0, + 448.0, + 522.0, + 490.0, + 333.0, + 490.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 543.0, + 448.0, + 1406.0, + 448.0, + 1406.0, + 490.0, + 543.0, + 490.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 480.0, + 589.0, + 480.0, + 589.0, + 521.0, + 291.0, + 521.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 678.0, + 480.0, + 1145.0, + 480.0, + 1145.0, + 521.0, + 678.0, + 521.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1317.0, + 480.0, + 1406.0, + 480.0, + 1406.0, + 521.0, + 1317.0, + 521.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 510.0, + 298.0, + 510.0, + 298.0, + 554.0, + 291.0, + 554.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 449.0, + 510.0, + 495.0, + 510.0, + 495.0, + 554.0, + 449.0, + 554.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 684.0, + 510.0, + 790.0, + 510.0, + 790.0, + 554.0, + 684.0, + 554.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1035.0, + 510.0, + 1043.0, + 510.0, + 1043.0, + 554.0, + 1035.0, + 554.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1343.0, + 510.0, + 1407.0, + 510.0, + 1407.0, + 554.0, + 1343.0, + 554.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 546.0, + 327.0, + 546.0, + 327.0, + 588.0, + 291.0, + 588.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 367.0, + 546.0, + 472.0, + 546.0, + 472.0, + 588.0, + 367.0, + 588.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 492.0, + 546.0, + 1406.0, + 546.0, + 1406.0, + 588.0, + 492.0, + 588.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 336.0, + 580.0, + 1404.0, + 580.0, + 1404.0, + 615.0, + 336.0, + 615.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 609.0, + 1406.0, + 609.0, + 1406.0, + 645.0, + 294.0, + 645.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 641.0, + 968.0, + 641.0, + 968.0, + 676.0, + 294.0, + 676.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 862.0, + 1406.0, + 862.0, + 1406.0, + 900.0, + 295.0, + 900.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 890.0, + 445.0, + 890.0, + 445.0, + 932.0, + 292.0, + 932.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 629.0, + 890.0, + 1236.0, + 890.0, + 1236.0, + 932.0, + 629.0, + 932.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1272.0, + 890.0, + 1407.0, + 890.0, + 1407.0, + 932.0, + 1272.0, + 932.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 928.0, + 813.0, + 928.0, + 813.0, + 962.0, + 296.0, + 962.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 905.0, + 928.0, + 1403.0, + 928.0, + 1403.0, + 962.0, + 905.0, + 962.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 955.0, + 1404.0, + 955.0, + 1404.0, + 994.0, + 294.0, + 994.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 985.0, + 1378.0, + 985.0, + 1378.0, + 1025.0, + 294.0, + 1025.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1283.0, + 1404.0, + 1283.0, + 1404.0, + 1320.0, + 294.0, + 1320.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1314.0, + 591.0, + 1314.0, + 591.0, + 1349.0, + 293.0, + 1349.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 617.0, + 1314.0, + 1405.0, + 1314.0, + 1405.0, + 1349.0, + 617.0, + 1349.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1340.0, + 433.0, + 1340.0, + 433.0, + 1385.0, + 292.0, + 1385.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 512.0, + 1340.0, + 989.0, + 1340.0, + 989.0, + 1385.0, + 512.0, + 1385.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1025.0, + 1340.0, + 1408.0, + 1340.0, + 1408.0, + 1385.0, + 1025.0, + 1385.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1372.0, + 485.0, + 1372.0, + 485.0, + 1414.0, + 292.0, + 1414.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 630.0, + 1372.0, + 923.0, + 1372.0, + 923.0, + 1414.0, + 630.0, + 1414.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 959.0, + 1372.0, + 1055.0, + 1372.0, + 1055.0, + 1414.0, + 959.0, + 1414.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1134.0, + 1372.0, + 1269.0, + 1372.0, + 1269.0, + 1414.0, + 1134.0, + 1414.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1369.0, + 1372.0, + 1405.0, + 1372.0, + 1405.0, + 1414.0, + 1369.0, + 1414.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1817.0, + 403.0, + 1817.0, + 403.0, + 1863.0, + 291.0, + 1863.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 815.0, + 1817.0, + 1409.0, + 1817.0, + 1409.0, + 1863.0, + 815.0, + 1863.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1855.0, + 890.0, + 1855.0, + 890.0, + 1890.0, + 294.0, + 1890.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 907.0, + 1855.0, + 1405.0, + 1855.0, + 1405.0, + 1890.0, + 907.0, + 1890.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1883.0, + 433.0, + 1883.0, + 433.0, + 1924.0, + 291.0, + 1924.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 521.0, + 1883.0, + 669.0, + 1883.0, + 669.0, + 1924.0, + 521.0, + 1924.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 705.0, + 1883.0, + 827.0, + 1883.0, + 827.0, + 1924.0, + 705.0, + 1924.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 845.0, + 1883.0, + 1104.0, + 1883.0, + 1104.0, + 1924.0, + 845.0, + 1924.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1122.0, + 1883.0, + 1405.0, + 1883.0, + 1405.0, + 1924.0, + 1122.0, + 1924.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1914.0, + 456.0, + 1914.0, + 456.0, + 1957.0, + 291.0, + 1957.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 554.0, + 1914.0, + 1151.0, + 1914.0, + 1151.0, + 1957.0, + 554.0, + 1957.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1349.0, + 1914.0, + 1405.0, + 1914.0, + 1405.0, + 1957.0, + 1349.0, + 1957.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1950.0, + 438.0, + 1950.0, + 438.0, + 1986.0, + 292.0, + 1986.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1111.0, + 731.0, + 1111.0, + 731.0, + 1149.0, + 294.0, + 1149.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 823.0, + 1111.0, + 1159.0, + 1111.0, + 1159.0, + 1149.0, + 823.0, + 1149.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1200.0, + 1111.0, + 1405.0, + 1111.0, + 1405.0, + 1149.0, + 1200.0, + 1149.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1143.0, + 441.0, + 1143.0, + 441.0, + 1179.0, + 294.0, + 1179.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 470.0, + 1143.0, + 1068.0, + 1143.0, + 1068.0, + 1179.0, + 470.0, + 1179.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1087.0, + 1143.0, + 1405.0, + 1143.0, + 1405.0, + 1179.0, + 1087.0, + 1179.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1177.0, + 889.0, + 1177.0, + 889.0, + 1208.0, + 297.0, + 1208.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 687.0, + 626.0, + 687.0, + 626.0, + 723.0, + 294.0, + 723.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 648.0, + 687.0, + 1405.0, + 687.0, + 1405.0, + 723.0, + 648.0, + 723.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 713.0, + 420.0, + 713.0, + 420.0, + 756.0, + 293.0, + 756.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 456.0, + 713.0, + 1136.0, + 713.0, + 1136.0, + 756.0, + 456.0, + 756.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1208.0, + 713.0, + 1390.0, + 713.0, + 1390.0, + 756.0, + 1208.0, + 756.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1489.0, + 1403.0, + 1489.0, + 1403.0, + 1524.0, + 296.0, + 1524.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1517.0, + 567.0, + 1517.0, + 567.0, + 1556.0, + 291.0, + 1556.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 607.0, + 1517.0, + 799.0, + 1517.0, + 799.0, + 1556.0, + 607.0, + 1556.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 834.0, + 1517.0, + 942.0, + 1517.0, + 942.0, + 1556.0, + 834.0, + 1556.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1037.0, + 1517.0, + 1354.0, + 1517.0, + 1354.0, + 1556.0, + 1037.0, + 1556.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 225.0, + 852.0, + 225.0, + 852.0, + 270.0, + 296.0, + 270.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 928.0, + 225.0, + 1062.0, + 225.0, + 1062.0, + 270.0, + 928.0, + 270.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1207.0, + 225.0, + 1404.0, + 225.0, + 1404.0, + 270.0, + 1207.0, + 270.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1653.0, + 704.0, + 1653.0, + 704.0, + 1692.0, + 296.0, + 1692.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 868.0, + 1653.0, + 1405.0, + 1653.0, + 1405.0, + 1692.0, + 868.0, + 1692.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1685.0, + 297.0, + 1685.0, + 297.0, + 1722.0, + 293.0, + 1722.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 325.0, + 1685.0, + 499.0, + 1685.0, + 499.0, + 1722.0, + 325.0, + 1722.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 516.0, + 1685.0, + 858.0, + 1685.0, + 858.0, + 1722.0, + 516.0, + 1722.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 878.0, + 1685.0, + 1002.0, + 1685.0, + 1002.0, + 1722.0, + 878.0, + 1722.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1038.0, + 1685.0, + 1403.0, + 1685.0, + 1403.0, + 1722.0, + 1038.0, + 1722.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 2, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 296, + 1849, + 1406, + 1849, + 1406, + 1982, + 296, + 1982 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 296, + 858, + 1405, + 858, + 1405, + 985, + 296, + 985 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 297, + 345, + 1404, + 345, + 1404, + 443, + 297, + 443 + ], + "score": 0.963 + }, + { + "category_id": 8, + "poly": [ + 652, + 497, + 1047, + 497, + 1047, + 573, + 652, + 573 + ], + "score": 0.959 + }, + { + "category_id": 8, + "poly": [ + 432, + 702, + 1263, + 702, + 1263, + 778, + 432, + 778 + ], + "score": 0.958 + }, + { + "category_id": 8, + "poly": [ + 442, + 1252, + 1252, + 1252, + 1252, + 1346, + 442, + 1346 + ], + "score": 0.956 + }, + { + "category_id": 8, + "poly": [ + 529, + 1730, + 1167, + 1730, + 1167, + 1837, + 529, + 1837 + ], + "score": 0.956 + }, + { + "category_id": 1, + "poly": [ + 291, + 1076, + 1402, + 1076, + 1402, + 1143, + 291, + 1143 + ], + "score": 0.951 + }, + { + "category_id": 1, + "poly": [ + 297, + 1172, + 1401, + 1172, + 1401, + 1237, + 297, + 1237 + ], + "score": 0.948 + }, + { + "category_id": 1, + "poly": [ + 296, + 651, + 1053, + 651, + 1053, + 689, + 296, + 689 + ], + "score": 0.933 + }, + { + "category_id": 2, + "poly": [ + 298, + 73, + 817, + 73, + 817, + 106, + 298, + 106 + ], + "score": 0.92 + }, + { + "category_id": 1, + "poly": [ + 297, + 588, + 1140, + 588, + 1140, + 623, + 297, + 623 + ], + "score": 0.92 + }, + { + "category_id": 0, + "poly": [ + 298, + 1020, + 963, + 1020, + 963, + 1053, + 298, + 1053 + ], + "score": 0.919 + }, + { + "category_id": 1, + "poly": [ + 301, + 451, + 867, + 451, + 867, + 483, + 301, + 483 + ], + "score": 0.918 + }, + { + "category_id": 1, + "poly": [ + 293, + 227, + 1395, + 227, + 1395, + 323, + 293, + 323 + ], + "score": 0.917 + }, + { + "category_id": 8, + "poly": [ + 345, + 1995, + 1343, + 1995, + 1343, + 2043, + 345, + 2043 + ], + "score": 0.908 + }, + { + "category_id": 9, + "poly": [ + 1351, + 713, + 1400, + 713, + 1400, + 745, + 1351, + 745 + ], + "score": 0.903 + }, + { + "category_id": 9, + "poly": [ + 1351, + 508, + 1400, + 508, + 1400, + 540, + 1351, + 540 + ], + "score": 0.898 + }, + { + "category_id": 9, + "poly": [ + 1351, + 1766, + 1400, + 1766, + 1400, + 1797, + 1351, + 1797 + ], + "score": 0.898 + }, + { + "category_id": 9, + "poly": [ + 1352, + 1281, + 1400, + 1281, + 1400, + 1312, + 1352, + 1312 + ], + "score": 0.884 + }, + { + "category_id": 2, + "poly": [ + 1374, + 794, + 1403, + 794, + 1403, + 824, + 1374, + 824 + ], + "score": 0.823 + }, + { + "category_id": 2, + "poly": [ + 840, + 2088, + 859, + 2088, + 859, + 2112, + 840, + 2112 + ], + "score": 0.785 + }, + { + "category_id": 1, + "poly": [ + 296, + 1358, + 1405, + 1358, + 1405, + 1714, + 296, + 1714 + ], + "score": 0.782 + }, + { + "category_id": 13, + "poly": [ + 872, + 1486, + 1010, + 1486, + 1010, + 1533, + 872, + 1533 + ], + "score": 0.95, + "latex": "\\frac { 1 - \\sum _ { c \\in C } p ( c ) } { k - | C | }" + }, + { + "category_id": 14, + "poly": [ + 530, + 1728, + 1170, + 1728, + 1170, + 1839, + 530, + 1839 + ], + "score": 0.95, + "latex": "e ^ { { \\mathrm { S S A S } } } ( B ^ { k } ) = \\sum _ { j = 1 } ^ { k - 1 } p ( b _ { j } ) f ( b _ { j } ) + \\left( 1 - \\sum _ { j = 1 } ^ { k - 1 } p ( b _ { j } ) \\right) f ( b _ { k } ) ." + }, + { + "category_id": 14, + "poly": [ + 653, + 497, + 1047, + 497, + 1047, + 575, + 653, + 575 + ], + "score": 0.95, + "latex": "e ^ { U S } ( S ^ { k } ) = \\sum _ { s \\in S ^ { k } } p ( s ) R ( S ^ { k } , s ) f ( s )" + }, + { + "category_id": 14, + "poly": [ + 444, + 1250, + 1254, + 1250, + 1254, + 1347, + 444, + 1347 + ], + "score": 0.94, + "latex": "\\mathbb { E } _ { x \\sim p ( x ) } [ f ( x ) ] = \\mathbb { E } _ { x \\sim p ^ { D \\setminus C } ( x ) } \\left[ \\sum _ { c \\in C } p ( c ) f ( c ) + \\left( 1 - \\sum _ { c \\in C } p ( c ) \\right) f ( x ) \\right] ." + }, + { + "category_id": 13, + "poly": [ + 587, + 346, + 941, + 346, + 941, + 383, + 587, + 383 + ], + "score": 0.94, + "latex": "P ( b _ { 1 } = s | S ^ { k } ) = p ( s ) R ( S ^ { k } , s )" + }, + { + "category_id": 13, + "poly": [ + 1068, + 268, + 1371, + 268, + 1371, + 322, + 1068, + 322 + ], + "score": 0.93, + "latex": "\\begin{array} { r } { R ( S ^ { k } , s ) = \\frac { p ^ { D \\setminus \\{ s \\} } ( S ^ { k } \\setminus \\{ s \\} ) } { p ( S ^ { k } ) } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 685, + 891, + 775, + 891, + 775, + 924, + 685, + 924 + ], + "score": 0.93, + "latex": "\\mathbb { E } [ f ( x ) ]" + }, + { + "category_id": 13, + "poly": [ + 1292, + 1947, + 1391, + 1947, + 1391, + 1982, + 1292, + 1982 + ], + "score": 0.93, + "latex": "b _ { k } | B ^ { k - 1 }" + }, + { + "category_id": 14, + "poly": [ + 432, + 702, + 1265, + 702, + 1265, + 780, + 432, + 780 + ], + "score": 0.92, + "latex": "\\mathbb { E } _ { b _ { 1 } \\sim p ( b _ { 1 } | S ^ { k } ) } \\left[ f ( b _ { 1 } ) \\right] = \\sum _ { s \\in S ^ { k } } P ( b _ { 1 } = s | S ^ { k } ) f ( s ) = \\sum _ { s \\in S ^ { k } } p ( s ) R ( S ^ { k } , s ) f ( s ) ." + }, + { + "category_id": 13, + "poly": [ + 556, + 1593, + 605, + 1593, + 605, + 1624, + 556, + 1624 + ], + "score": 0.92, + "latex": "p ( c )" + }, + { + "category_id": 13, + "poly": [ + 453, + 652, + 799, + 652, + 799, + 690, + 453, + 690 + ], + "score": 0.92, + "latex": "P ( b _ { 1 } = s | S ^ { k } ) = p ( s ) R ( S ^ { k } , s )" + }, + { + "category_id": 14, + "poly": [ + 357, + 1996, + 1340, + 1996, + 1340, + 2041, + 357, + 2041 + ], + "score": 0.92, + "latex": "\\begin{array} { r } { \\mathbb { E } _ { B ^ { k - 1 } \\sim p ( B ^ { k - 1 } ) } \\left[ \\mathbb { E } _ { b _ { k } \\sim p ( b _ { k } | B ^ { k - 1 } ) } \\left[ e ^ { S S A S } ( B ^ { k } ) \\right] \\right] = \\mathbb { E } _ { B ^ { k - 1 } \\sim p ( B ^ { k - 1 } ) } \\left[ \\mathbb { E } [ f ( x ) ] \\right] = \\mathbb { E } [ f ( x ) ] . } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 848, + 1913, + 1081, + 1913, + 1081, + 1950, + 848, + 1950 + ], + "score": 0.91, + "latex": "b _ { k } | B ^ { k - 1 } \\sim p ^ { D \\setminus B ^ { k - 1 } }" + }, + { + "category_id": 13, + "poly": [ + 513, + 1683, + 637, + 1683, + 637, + 1710, + 513, + 1710 + ], + "score": 0.91, + "latex": "C = B ^ { k - 1 }" + }, + { + "category_id": 13, + "poly": [ + 486, + 1454, + 572, + 1454, + 572, + 1485, + 486, + 1485 + ], + "score": 0.91, + "latex": "k - | C |" + }, + { + "category_id": 13, + "poly": [ + 1174, + 1946, + 1240, + 1946, + 1240, + 1976, + 1174, + 1976 + ], + "score": 0.91, + "latex": "B ^ { k - 1 }" + }, + { + "category_id": 13, + "poly": [ + 929, + 1454, + 999, + 1454, + 999, + 1485, + 929, + 1485 + ], + "score": 0.89, + "latex": "D \\backslash C" + }, + { + "category_id": 13, + "poly": [ + 348, + 1422, + 448, + 1422, + 448, + 1454, + 348, + 1454 + ], + "score": 0.89, + "latex": "| C | < k )" + }, + { + "category_id": 13, + "poly": [ + 673, + 1392, + 741, + 1392, + 741, + 1419, + 673, + 1419 + ], + "score": 0.89, + "latex": "k > 1" + }, + { + "category_id": 13, + "poly": [ + 612, + 1884, + 685, + 1884, + 685, + 1911, + 612, + 1911 + ], + "score": 0.89, + "latex": "k - m" + }, + { + "category_id": 13, + "poly": [ + 599, + 1206, + 683, + 1206, + 683, + 1234, + 599, + 1234 + ], + "score": 0.88, + "latex": "C \\subset D" + }, + { + "category_id": 13, + "poly": [ + 862, + 1852, + 930, + 1852, + 930, + 1881, + 862, + 1881 + ], + "score": 0.88, + "latex": "k - 1" + }, + { + "category_id": 13, + "poly": [ + 419, + 378, + 454, + 378, + 454, + 408, + 419, + 408 + ], + "score": 0.88, + "latex": "S ^ { k }" + }, + { + "category_id": 13, + "poly": [ + 882, + 1951, + 918, + 1951, + 918, + 1975, + 882, + 1975 + ], + "score": 0.87, + "latex": "B ^ { k }" + }, + { + "category_id": 13, + "poly": [ + 1261, + 1529, + 1336, + 1529, + 1336, + 1560, + 1261, + 1560 + ], + "score": 0.87, + "latex": "C = \\varnothing" + }, + { + "category_id": 13, + "poly": [ + 869, + 1426, + 887, + 1426, + 887, + 1454, + 869, + 1454 + ], + "score": 0.84, + "latex": "f" + }, + { + "category_id": 13, + "poly": [ + 915, + 282, + 937, + 282, + 937, + 308, + 915, + 308 + ], + "score": 0.83, + "latex": "S" + }, + { + "category_id": 13, + "poly": [ + 807, + 1535, + 824, + 1535, + 824, + 1558, + 807, + 1558 + ], + "score": 0.83, + "latex": "k" + }, + { + "category_id": 13, + "poly": [ + 884, + 1655, + 908, + 1655, + 908, + 1679, + 884, + 1679 + ], + "score": 0.83, + "latex": "C" + }, + { + "category_id": 13, + "poly": [ + 997, + 1564, + 1020, + 1564, + 1020, + 1588, + 997, + 1588 + ], + "score": 0.82, + "latex": "C" + }, + { + "category_id": 13, + "poly": [ + 1376, + 1393, + 1401, + 1393, + 1401, + 1418, + 1376, + 1418 + ], + "score": 0.81, + "latex": "C" + }, + { + "category_id": 13, + "poly": [ + 298, + 1592, + 322, + 1592, + 322, + 1618, + 298, + 1618 + ], + "score": 0.79, + "latex": "C" + }, + { + "category_id": 13, + "poly": [ + 860, + 1894, + 885, + 1894, + 885, + 1908, + 860, + 1908 + ], + "score": 0.78, + "latex": "m" + }, + { + "category_id": 13, + "poly": [ + 733, + 1494, + 757, + 1494, + 757, + 1521, + 733, + 1521 + ], + "score": 0.78, + "latex": "C" + }, + { + "category_id": 13, + "poly": [ + 1264, + 1427, + 1281, + 1427, + 1281, + 1454, + 1264, + 1454 + ], + "score": 0.77, + "latex": "p" + }, + { + "category_id": 13, + "poly": [ + 298, + 1689, + 321, + 1689, + 321, + 1710, + 298, + 1710 + ], + "score": 0.74, + "latex": "C" + }, + { + "category_id": 13, + "poly": [ + 755, + 287, + 771, + 287, + 771, + 308, + 755, + 308 + ], + "score": 0.73, + "latex": "s" + }, + { + "category_id": 13, + "poly": [ + 1385, + 356, + 1401, + 356, + 1401, + 377, + 1385, + 377 + ], + "score": 0.53, + "latex": "s" + }, + { + "category_id": 13, + "poly": [ + 472, + 1562, + 496, + 1562, + 496, + 1589, + 472, + 1589 + ], + "score": 0.36, + "latex": "\\&" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 72.0, + 817.0, + 72.0, + 817.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1020.0, + 965.0, + 1020.0, + 965.0, + 1056.0, + 295.0, + 1056.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1377.0, + 799.0, + 1403.0, + 799.0, + 1403.0, + 826.0, + 1377.0, + 826.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 2085.0, + 863.0, + 2085.0, + 863.0, + 2118.0, + 838.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1850.0, + 861.0, + 1850.0, + 861.0, + 1885.0, + 294.0, + 1885.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 931.0, + 1850.0, + 1404.0, + 1850.0, + 1404.0, + 1885.0, + 931.0, + 1885.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1878.0, + 611.0, + 1878.0, + 611.0, + 1918.0, + 291.0, + 1918.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 686.0, + 1878.0, + 859.0, + 1878.0, + 859.0, + 1918.0, + 686.0, + 1918.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 886.0, + 1878.0, + 1406.0, + 1878.0, + 1406.0, + 1918.0, + 886.0, + 1918.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1082.0, + 1917.0, + 1405.0, + 1917.0, + 1405.0, + 1953.0, + 1082.0, + 1953.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 287.0, + 1942.0, + 881.0, + 1942.0, + 881.0, + 1986.0, + 287.0, + 1986.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 919.0, + 1942.0, + 1173.0, + 1942.0, + 1173.0, + 1986.0, + 919.0, + 1986.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1241.0, + 1942.0, + 1291.0, + 1942.0, + 1291.0, + 1986.0, + 1241.0, + 1986.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1392.0, + 1942.0, + 1408.0, + 1942.0, + 1408.0, + 1986.0, + 1392.0, + 1986.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 287.0, + 1906.5, + 1092.0, + 1906.5, + 1092.0, + 1960.0, + 287.0, + 1960.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 858.0, + 1403.0, + 858.0, + 1403.0, + 894.0, + 295.0, + 894.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 892.0, + 684.0, + 892.0, + 684.0, + 925.0, + 295.0, + 925.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 776.0, + 892.0, + 1406.0, + 892.0, + 1406.0, + 925.0, + 776.0, + 925.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 923.0, + 1407.0, + 923.0, + 1407.0, + 956.0, + 296.0, + 956.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 953.0, + 1339.0, + 953.0, + 1339.0, + 987.0, + 295.0, + 987.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 339.0, + 586.0, + 339.0, + 586.0, + 389.0, + 290.0, + 389.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 942.0, + 339.0, + 1384.0, + 339.0, + 1384.0, + 389.0, + 942.0, + 389.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1402.0, + 339.0, + 1410.0, + 339.0, + 1410.0, + 389.0, + 1402.0, + 389.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 375.0, + 418.0, + 375.0, + 418.0, + 414.0, + 294.0, + 414.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 455.0, + 375.0, + 1405.0, + 375.0, + 1405.0, + 414.0, + 455.0, + 414.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 408.0, + 1402.0, + 408.0, + 1402.0, + 445.0, + 294.0, + 445.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1076.0, + 1404.0, + 1076.0, + 1404.0, + 1113.0, + 295.0, + 1113.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1107.0, + 1204.0, + 1107.0, + 1204.0, + 1146.0, + 295.0, + 1146.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1170.0, + 1405.0, + 1170.0, + 1405.0, + 1211.0, + 293.0, + 1211.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1206.0, + 598.0, + 1206.0, + 598.0, + 1238.0, + 295.0, + 1238.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 650.0, + 452.0, + 650.0, + 452.0, + 694.0, + 295.0, + 694.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 800.0, + 650.0, + 1053.0, + 650.0, + 1053.0, + 694.0, + 800.0, + 694.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 584.0, + 1143.0, + 584.0, + 1143.0, + 627.0, + 293.0, + 627.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 444.0, + 869.0, + 444.0, + 869.0, + 491.0, + 295.0, + 491.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 227.0, + 1396.0, + 227.0, + 1396.0, + 264.0, + 296.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 260.0, + 754.0, + 260.0, + 754.0, + 326.0, + 293.0, + 326.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 772.0, + 260.0, + 914.0, + 260.0, + 914.0, + 326.0, + 772.0, + 326.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 938.0, + 260.0, + 1067.0, + 260.0, + 1067.0, + 326.0, + 938.0, + 326.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1372.0, + 260.0, + 1383.0, + 260.0, + 1383.0, + 326.0, + 1372.0, + 326.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1361.0, + 1402.0, + 1361.0, + 1402.0, + 1393.0, + 296.0, + 1393.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1390.0, + 672.0, + 1390.0, + 672.0, + 1426.0, + 294.0, + 1426.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 742.0, + 1390.0, + 1375.0, + 1390.0, + 1375.0, + 1426.0, + 742.0, + 1426.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1402.0, + 1390.0, + 1405.0, + 1390.0, + 1405.0, + 1426.0, + 1402.0, + 1426.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1419.0, + 347.0, + 1419.0, + 347.0, + 1456.0, + 295.0, + 1456.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 449.0, + 1419.0, + 868.0, + 1419.0, + 868.0, + 1456.0, + 449.0, + 1456.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 888.0, + 1419.0, + 1263.0, + 1419.0, + 1263.0, + 1456.0, + 888.0, + 1456.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1282.0, + 1419.0, + 1403.0, + 1419.0, + 1403.0, + 1456.0, + 1282.0, + 1456.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1449.0, + 485.0, + 1449.0, + 485.0, + 1488.0, + 294.0, + 1488.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 573.0, + 1449.0, + 928.0, + 1449.0, + 928.0, + 1488.0, + 573.0, + 1488.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1000.0, + 1449.0, + 1405.0, + 1449.0, + 1405.0, + 1488.0, + 1000.0, + 1488.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1476.0, + 732.0, + 1476.0, + 732.0, + 1536.0, + 293.0, + 1536.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 758.0, + 1476.0, + 871.0, + 1476.0, + 871.0, + 1536.0, + 758.0, + 1536.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1011.0, + 1476.0, + 1406.0, + 1476.0, + 1406.0, + 1536.0, + 1011.0, + 1536.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1530.0, + 806.0, + 1530.0, + 806.0, + 1566.0, + 294.0, + 1566.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 825.0, + 1530.0, + 1260.0, + 1530.0, + 1260.0, + 1566.0, + 825.0, + 1566.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1337.0, + 1530.0, + 1405.0, + 1530.0, + 1405.0, + 1566.0, + 1337.0, + 1566.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1561.0, + 471.0, + 1561.0, + 471.0, + 1597.0, + 294.0, + 1597.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 497.0, + 1561.0, + 996.0, + 1561.0, + 996.0, + 1597.0, + 497.0, + 1597.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1021.0, + 1561.0, + 1403.0, + 1561.0, + 1403.0, + 1597.0, + 1021.0, + 1597.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1588.0, + 297.0, + 1588.0, + 297.0, + 1627.0, + 294.0, + 1627.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1588.0, + 555.0, + 1588.0, + 555.0, + 1627.0, + 323.0, + 1627.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 606.0, + 1588.0, + 1405.0, + 1588.0, + 1405.0, + 1627.0, + 606.0, + 1627.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1618.0, + 1405.0, + 1618.0, + 1405.0, + 1660.0, + 291.0, + 1660.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1646.0, + 883.0, + 1646.0, + 883.0, + 1690.0, + 293.0, + 1690.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 909.0, + 1646.0, + 1405.0, + 1646.0, + 1405.0, + 1690.0, + 909.0, + 1690.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1676.0, + 297.0, + 1676.0, + 297.0, + 1720.0, + 294.0, + 1720.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1676.0, + 512.0, + 1676.0, + 512.0, + 1720.0, + 322.0, + 1720.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 638.0, + 1676.0, + 1213.0, + 1676.0, + 1213.0, + 1720.0, + 638.0, + 1720.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 3, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 296, + 656, + 1405, + 656, + 1405, + 939, + 296, + 939 + ], + "score": 0.985 + }, + { + "category_id": 1, + "poly": [ + 297, + 227, + 1405, + 227, + 1405, + 476, + 297, + 476 + ], + "score": 0.984 + }, + { + "category_id": 1, + "poly": [ + 297, + 1546, + 1403, + 1546, + 1403, + 1703, + 297, + 1703 + ], + "score": 0.977 + }, + { + "category_id": 8, + "poly": [ + 668, + 559, + 1029, + 559, + 1029, + 642, + 668, + 642 + ], + "score": 0.967 + }, + { + "category_id": 8, + "poly": [ + 299, + 1358, + 1397, + 1358, + 1397, + 1466, + 299, + 1466 + ], + "score": 0.957 + }, + { + "category_id": 8, + "poly": [ + 610, + 1904, + 1088, + 1904, + 1088, + 1997, + 610, + 1997 + ], + "score": 0.957 + }, + { + "category_id": 8, + "poly": [ + 360, + 1150, + 1290, + 1150, + 1290, + 1227, + 360, + 1227 + ], + "score": 0.945 + }, + { + "category_id": 1, + "poly": [ + 299, + 1031, + 1402, + 1031, + 1402, + 1096, + 299, + 1096 + ], + "score": 0.943 + }, + { + "category_id": 8, + "poly": [ + 347, + 1759, + 1304, + 1759, + 1304, + 1865, + 347, + 1865 + ], + "score": 0.937 + }, + { + "category_id": 1, + "poly": [ + 293, + 2003, + 1248, + 2003, + 1248, + 2036, + 293, + 2036 + ], + "score": 0.928 + }, + { + "category_id": 1, + "poly": [ + 298, + 1243, + 810, + 1243, + 810, + 1276, + 298, + 1276 + ], + "score": 0.926 + }, + { + "category_id": 1, + "poly": [ + 294, + 1309, + 1382, + 1309, + 1382, + 1344, + 294, + 1344 + ], + "score": 0.924 + }, + { + "category_id": 1, + "poly": [ + 296, + 1711, + 1196, + 1711, + 1196, + 1745, + 296, + 1745 + ], + "score": 0.92 + }, + { + "category_id": 1, + "poly": [ + 296, + 1104, + 1050, + 1104, + 1050, + 1137, + 296, + 1137 + ], + "score": 0.92 + }, + { + "category_id": 1, + "poly": [ + 298, + 507, + 1340, + 507, + 1340, + 542, + 298, + 542 + ], + "score": 0.918 + }, + { + "category_id": 0, + "poly": [ + 298, + 976, + 995, + 976, + 995, + 1007, + 298, + 1007 + ], + "score": 0.918 + }, + { + "category_id": 1, + "poly": [ + 297, + 1883, + 369, + 1883, + 369, + 1912, + 297, + 1912 + ], + "score": 0.912 + }, + { + "category_id": 2, + "poly": [ + 299, + 75, + 816, + 75, + 816, + 105, + 299, + 105 + ], + "score": 0.908 + }, + { + "category_id": 9, + "poly": [ + 1352, + 577, + 1400, + 577, + 1400, + 608, + 1352, + 608 + ], + "score": 0.906 + }, + { + "category_id": 9, + "poly": [ + 1351, + 1936, + 1400, + 1936, + 1400, + 1967, + 1351, + 1967 + ], + "score": 0.895 + }, + { + "category_id": 9, + "poly": [ + 1352, + 1163, + 1400, + 1163, + 1400, + 1194, + 1352, + 1194 + ], + "score": 0.89 + }, + { + "category_id": 9, + "poly": [ + 1352, + 1798, + 1400, + 1798, + 1400, + 1829, + 1352, + 1829 + ], + "score": 0.877 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 859, + 2088, + 859, + 2112, + 841, + 2112 + ], + "score": 0.774 + }, + { + "category_id": 2, + "poly": [ + 1375, + 1481, + 1402, + 1481, + 1402, + 1509, + 1375, + 1509 + ], + "score": 0.759 + }, + { + "category_id": 14, + "poly": [ + 667, + 556, + 1031, + 556, + 1031, + 644, + 667, + 644 + ], + "score": 0.95, + "latex": "e ^ { \\mathrm { I W } } ( S ^ { k } , \\kappa ) = \\sum _ { s \\in S ^ { k } } { \\frac { p ( s ) } { q ( s , \\kappa ) } } f ( s ) ." + }, + { + "category_id": 14, + "poly": [ + 610, + 1904, + 1089, + 1904, + 1089, + 1996, + 610, + 1996 + ], + "score": 0.94, + "latex": "R ^ { D \\setminus \\{ s \\} } ( S ^ { k } , s ^ { \\prime } ) = { \\frac { p _ { \\theta } ^ { D \\setminus \\{ s , s ^ { \\prime } \\} } ( S ^ { k } \\setminus \\{ s , s ^ { \\prime } \\} ) } { p _ { \\theta } ^ { D \\setminus \\{ s \\} } ( S ^ { k } \\setminus \\{ s \\} ) } }" + }, + { + "category_id": 14, + "poly": [ + 348, + 1758, + 1304, + 1758, + 1304, + 1868, + 348, + 1868 + ], + "score": 0.94, + "latex": "e ^ { U S P G B L } ( S ^ { k } ) = \\sum _ { s \\in S ^ { k } } \\nabla _ { \\theta } p _ { \\theta } ( s ) R ( S ^ { k } , s ) \\left( f ( s ) - \\sum _ { s ^ { \\prime } \\in S ^ { k } } p _ { \\theta } ( s ^ { \\prime } ) R ^ { D \\setminus \\{ s \\} } ( S ^ { k } , s ^ { \\prime } ) f ( s ^ { \\prime } ) \\right) ," + }, + { + "category_id": 14, + "poly": [ + 310, + 1356, + 1406, + 1356, + 1406, + 1468, + 310, + 1468 + ], + "score": 0.93, + "latex": "\\nabla _ { \\theta } \\mathbb { E } _ { p _ { \\theta } ( x ) } [ f ( x ) ] = \\mathbb { E } _ { p _ { \\theta } ( x ) } [ \\nabla _ { \\theta } \\log p _ { \\theta } ( x ) f ( x ) ] = \\mathbb { E } _ { S ^ { k } \\sim p _ { \\theta } ( S ^ { k } ) } \\left[ \\sum _ { s \\in S ^ { k } } p _ { \\theta } ( s ) R ( S ^ { k } , s ) \\nabla _ { \\theta } \\log p _ { \\theta } ( s ) f ( s ) \\right] ." + }, + { + "category_id": 14, + "poly": [ + 362, + 1151, + 1290, + 1151, + 1290, + 1229, + 362, + 1229 + ], + "score": 0.92, + "latex": "e ^ { U S P G } ( S ^ { k } ) = \\sum _ { s \\in S ^ { k } } p _ { \\theta } ( s ) R ( S ^ { k } , s ) \\nabla _ { \\theta } \\log p _ { \\theta } ( s ) f ( s ) = \\sum _ { s \\in S ^ { k } } \\nabla _ { \\theta } p _ { \\theta } ( s ) R ( S ^ { k } , s ) f ( s ) ," + }, + { + "category_id": 13, + "poly": [ + 1003, + 384, + 1070, + 384, + 1070, + 412, + 1003, + 412 + ], + "score": 0.91, + "latex": "k - m" + }, + { + "category_id": 13, + "poly": [ + 297, + 784, + 383, + 784, + 383, + 814, + 297, + 814 + ], + "score": 0.89, + "latex": "s \\in S ^ { k }" + }, + { + "category_id": 13, + "poly": [ + 406, + 719, + 496, + 719, + 496, + 751, + 406, + 751 + ], + "score": 0.89, + "latex": "( k + 1 )" + }, + { + "category_id": 13, + "poly": [ + 552, + 749, + 828, + 749, + 828, + 785, + 552, + 785 + ], + "score": 0.88, + "latex": "\\bar { q ( s , a ) } = P ( g _ { \\phi _ { s } } > a )" + }, + { + "category_id": 13, + "poly": [ + 389, + 1037, + 420, + 1037, + 420, + 1065, + 389, + 1065 + ], + "score": 0.84, + "latex": "p _ { \\pmb { \\theta } }" + }, + { + "category_id": 13, + "poly": [ + 709, + 1581, + 728, + 1581, + 728, + 1612, + 709, + 1612 + ], + "score": 0.82, + "latex": "f" + }, + { + "category_id": 13, + "poly": [ + 997, + 1035, + 1015, + 1035, + 1015, + 1060, + 997, + 1060 + ], + "score": 0.77, + "latex": "\\pmb { \\theta }" + }, + { + "category_id": 13, + "poly": [ + 1096, + 691, + 1114, + 691, + 1114, + 718, + 1096, + 718 + ], + "score": 0.77, + "latex": "k" + }, + { + "category_id": 13, + "poly": [ + 396, + 449, + 423, + 449, + 423, + 471, + 396, + 471 + ], + "score": 0.75, + "latex": "m" + }, + { + "category_id": 13, + "poly": [ + 296, + 751, + 527, + 751, + 527, + 782, + 296, + 782 + ], + "score": 0.75, + "latex": "g _ { \\phi _ { s } } ~ > ~ \\kappa ~ \\forall s ~ \\in ~ S ^ { k }" + }, + { + "category_id": 13, + "poly": [ + 328, + 725, + 348, + 725, + 348, + 747, + 328, + 747 + ], + "score": 0.74, + "latex": "\\kappa" + }, + { + "category_id": 13, + "poly": [ + 706, + 790, + 724, + 790, + 724, + 812, + 706, + 812 + ], + "score": 0.73, + "latex": "a" + }, + { + "category_id": 13, + "poly": [ + 1068, + 786, + 1086, + 786, + 1086, + 813, + 1068, + 813 + ], + "score": 0.7, + "latex": "k" + }, + { + "category_id": 13, + "poly": [ + 952, + 881, + 971, + 881, + 971, + 903, + 952, + 903 + ], + "score": 0.69, + "latex": "\\kappa" + }, + { + "category_id": 13, + "poly": [ + 1320, + 449, + 1347, + 449, + 1347, + 471, + 1320, + 471 + ], + "score": 0.67, + "latex": "m" + }, + { + "category_id": 13, + "poly": [ + 833, + 388, + 861, + 388, + 861, + 411, + 833, + 411 + ], + "score": 0.67, + "latex": "m" + }, + { + "category_id": 13, + "poly": [ + 297, + 753, + 406, + 753, + 406, + 783, + 297, + 783 + ], + "score": 0.34, + "latex": "g _ { \\phi _ { s } } ~ > ~ \\kappa" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 973.0, + 997.0, + 973.0, + 997.0, + 1010.0, + 294.0, + 1010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 817.0, + 73.0, + 817.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 2085.0, + 862.0, + 2085.0, + 862.0, + 2119.0, + 838.0, + 2119.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1378.0, + 1485.0, + 1402.0, + 1485.0, + 1402.0, + 1509.0, + 1378.0, + 1509.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 656.0, + 1405.0, + 656.0, + 1405.0, + 692.0, + 295.0, + 692.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 690.0, + 1095.0, + 690.0, + 1095.0, + 723.0, + 295.0, + 723.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1115.0, + 690.0, + 1406.0, + 690.0, + 1406.0, + 723.0, + 1115.0, + 723.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 720.0, + 327.0, + 720.0, + 327.0, + 753.0, + 294.0, + 753.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 349.0, + 720.0, + 405.0, + 720.0, + 405.0, + 753.0, + 349.0, + 753.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 497.0, + 720.0, + 1406.0, + 720.0, + 1406.0, + 753.0, + 497.0, + 753.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 746.0, + 295.0, + 746.0, + 295.0, + 787.0, + 290.0, + 787.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 528.0, + 746.0, + 551.0, + 746.0, + 551.0, + 787.0, + 528.0, + 787.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 829.0, + 746.0, + 1410.0, + 746.0, + 1410.0, + 787.0, + 829.0, + 787.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 781.0, + 296.0, + 781.0, + 296.0, + 819.0, + 289.0, + 819.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 384.0, + 781.0, + 705.0, + 781.0, + 705.0, + 819.0, + 384.0, + 819.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 725.0, + 781.0, + 1067.0, + 781.0, + 1067.0, + 819.0, + 725.0, + 819.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1087.0, + 781.0, + 1410.0, + 781.0, + 1410.0, + 819.0, + 1087.0, + 819.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 814.0, + 1405.0, + 814.0, + 1405.0, + 848.0, + 295.0, + 848.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 845.0, + 1403.0, + 845.0, + 1403.0, + 879.0, + 294.0, + 879.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 875.0, + 951.0, + 875.0, + 951.0, + 909.0, + 295.0, + 909.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 972.0, + 875.0, + 1406.0, + 875.0, + 1406.0, + 909.0, + 972.0, + 909.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 906.0, + 1082.0, + 906.0, + 1082.0, + 940.0, + 295.0, + 940.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 233.0, + 1403.0, + 233.0, + 1403.0, + 263.0, + 295.0, + 263.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 261.0, + 1406.0, + 261.0, + 1406.0, + 298.0, + 294.0, + 298.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 292.0, + 1403.0, + 292.0, + 1403.0, + 325.0, + 292.0, + 325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 322.0, + 1401.0, + 322.0, + 1401.0, + 353.0, + 296.0, + 353.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 351.0, + 1403.0, + 351.0, + 1403.0, + 385.0, + 296.0, + 385.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 383.0, + 832.0, + 383.0, + 832.0, + 416.0, + 295.0, + 416.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 862.0, + 383.0, + 1002.0, + 383.0, + 1002.0, + 416.0, + 862.0, + 416.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1071.0, + 383.0, + 1403.0, + 383.0, + 1403.0, + 416.0, + 1071.0, + 416.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 412.0, + 1405.0, + 412.0, + 1405.0, + 448.0, + 295.0, + 448.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 442.0, + 395.0, + 442.0, + 395.0, + 479.0, + 294.0, + 479.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 424.0, + 442.0, + 1319.0, + 442.0, + 1319.0, + 479.0, + 424.0, + 479.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1348.0, + 442.0, + 1358.0, + 442.0, + 1358.0, + 479.0, + 1348.0, + 479.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1548.0, + 1404.0, + 1548.0, + 1404.0, + 1582.0, + 297.0, + 1582.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1576.0, + 708.0, + 1576.0, + 708.0, + 1615.0, + 295.0, + 1615.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 729.0, + 1576.0, + 1404.0, + 1576.0, + 1404.0, + 1615.0, + 729.0, + 1615.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1610.0, + 1404.0, + 1610.0, + 1404.0, + 1643.0, + 295.0, + 1643.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1639.0, + 1407.0, + 1639.0, + 1407.0, + 1677.0, + 295.0, + 1677.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1671.0, + 1195.0, + 1671.0, + 1195.0, + 1705.0, + 296.0, + 1705.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1031.0, + 388.0, + 1031.0, + 388.0, + 1067.0, + 297.0, + 1067.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 421.0, + 1031.0, + 996.0, + 1031.0, + 996.0, + 1067.0, + 421.0, + 1067.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1016.0, + 1031.0, + 1404.0, + 1031.0, + 1404.0, + 1067.0, + 1016.0, + 1067.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1060.0, + 1404.0, + 1060.0, + 1404.0, + 1101.0, + 294.0, + 1101.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 2000.0, + 1250.0, + 2000.0, + 1250.0, + 2038.0, + 294.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1238.0, + 813.0, + 1238.0, + 813.0, + 1280.0, + 293.0, + 1280.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1308.0, + 1385.0, + 1308.0, + 1385.0, + 1348.0, + 296.0, + 1348.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1706.0, + 1196.0, + 1706.0, + 1196.0, + 1752.0, + 293.0, + 1752.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1100.0, + 1050.0, + 1100.0, + 1050.0, + 1145.0, + 295.0, + 1145.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 504.0, + 1345.0, + 504.0, + 1345.0, + 549.0, + 292.0, + 549.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1876.0, + 375.0, + 1876.0, + 375.0, + 1917.0, + 293.0, + 1917.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 4, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1162, + 1404, + 1162, + 1404, + 1440, + 297, + 1440 + ], + "score": 0.984 + }, + { + "category_id": 1, + "poly": [ + 297, + 314, + 1404, + 314, + 1404, + 531, + 297, + 531 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 297, + 1542, + 1404, + 1542, + 1404, + 1728, + 297, + 1728 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 298, + 1741, + 1404, + 1741, + 1404, + 1898, + 298, + 1898 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 299, + 999, + 1399, + 999, + 1399, + 1125, + 299, + 1125 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 298, + 1910, + 1403, + 1910, + 1403, + 2035, + 298, + 2035 + ], + "score": 0.975 + }, + { + "category_id": 1, + "poly": [ + 298, + 569, + 1404, + 569, + 1404, + 664, + 298, + 664 + ], + "score": 0.975 + }, + { + "category_id": 8, + "poly": [ + 425, + 822, + 1272, + 822, + 1272, + 980, + 425, + 980 + ], + "score": 0.972 + }, + { + "category_id": 1, + "poly": [ + 294, + 742, + 1413, + 742, + 1413, + 805, + 294, + 805 + ], + "score": 0.949 + }, + { + "category_id": 8, + "poly": [ + 507, + 682, + 1189, + 682, + 1189, + 724, + 507, + 724 + ], + "score": 0.936 + }, + { + "category_id": 9, + "poly": [ + 1352, + 916, + 1399, + 916, + 1399, + 946, + 1352, + 946 + ], + "score": 0.903 + }, + { + "category_id": 9, + "poly": [ + 1352, + 687, + 1399, + 687, + 1399, + 717, + 1352, + 717 + ], + "score": 0.897 + }, + { + "category_id": 2, + "poly": [ + 299, + 75, + 816, + 75, + 816, + 105, + 299, + 105 + ], + "score": 0.895 + }, + { + "category_id": 0, + "poly": [ + 298, + 1484, + 961, + 1484, + 961, + 1514, + 298, + 1514 + ], + "score": 0.89 + }, + { + "category_id": 2, + "poly": [ + 1375, + 231, + 1402, + 231, + 1402, + 260, + 1375, + 260 + ], + "score": 0.815 + }, + { + "category_id": 1, + "poly": [ + 299, + 231, + 588, + 231, + 588, + 262, + 299, + 262 + ], + "score": 0.809 + }, + { + "category_id": 2, + "poly": [ + 840, + 2089, + 858, + 2089, + 858, + 2112, + 840, + 2112 + ], + "score": 0.784 + }, + { + "category_id": 14, + "poly": [ + 426, + 822, + 1272, + 822, + 1272, + 983, + 426, + 983 + ], + "score": 0.94, + "latex": "\\begin{array} { l } { { \\displaystyle e ^ { \\mathrm { F U S P G } } ( S ^ { k } ) = \\sum _ { s \\in S ^ { k } } \\nabla _ { \\theta } p _ { \\theta } ( s ) R ( S ^ { k } , s ) f _ { \\theta } ( s ) + \\sum _ { s \\in S ^ { k } } p _ { \\theta } ( s ) R ( S ^ { k } , s ) \\nabla _ { \\theta } f _ { \\theta } ( s ) } } \\\\ { { \\displaystyle \\quad = \\sum _ { s \\in S ^ { k } } R ( S ^ { k } , s ) \\nabla _ { \\theta } \\left( p _ { \\theta } ( s ) f _ { \\theta } ( s ) \\right) } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 552, + 1091, + 653, + 1091, + 653, + 1126, + 552, + 1126 + ], + "score": 0.93, + "latex": "R ( S ^ { k } , s )" + }, + { + "category_id": 13, + "poly": [ + 695, + 1603, + 857, + 1603, + 857, + 1640, + 695, + 1640 + ], + "score": 0.93, + "latex": "\\begin{array} { r } { \\Theta = \\sum _ { i \\in D } y _ { i } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 1237, + 1665, + 1393, + 1665, + 1393, + 1699, + 1237, + 1699 + ], + "score": 0.93, + "latex": "y _ { i } = p ( i ) f ( i )" + }, + { + "category_id": 13, + "poly": [ + 947, + 1604, + 1103, + 1604, + 1103, + 1638, + 947, + 1638 + ], + "score": 0.93, + "latex": "y _ { i } = p ( i ) f ( i )" + }, + { + "category_id": 13, + "poly": [ + 1216, + 1604, + 1361, + 1604, + 1361, + 1638, + 1216, + 1638 + ], + "score": 0.92, + "latex": "\\Theta = \\mathbb { E } [ f ( i ) ]" + }, + { + "category_id": 13, + "poly": [ + 826, + 376, + 912, + 376, + 912, + 409, + 826, + 409 + ], + "score": 0.92, + "latex": "\\mathbb { E } [ f ( s ) ]" + }, + { + "category_id": 13, + "poly": [ + 726, + 1865, + 828, + 1865, + 828, + 1898, + 726, + 1898 + ], + "score": 0.92, + "latex": "R ( S ^ { k } , s )" + }, + { + "category_id": 13, + "poly": [ + 1173, + 346, + 1226, + 346, + 1226, + 380, + 1173, + 380 + ], + "score": 0.91, + "latex": "f ( s )" + }, + { + "category_id": 13, + "poly": [ + 594, + 437, + 661, + 437, + 661, + 471, + 594, + 471 + ], + "score": 0.91, + "latex": "p _ { \\pmb { \\theta } } ( s )" + }, + { + "category_id": 13, + "poly": [ + 711, + 1062, + 792, + 1062, + 792, + 1095, + 711, + 1095 + ], + "score": 0.91, + "latex": "f _ { \\pmb \\theta } ( s ) ! )" + }, + { + "category_id": 13, + "poly": [ + 298, + 1973, + 354, + 1973, + 354, + 2006, + 298, + 2006 + ], + "score": 0.9, + "latex": "p ( S )" + }, + { + "category_id": 13, + "poly": [ + 709, + 1834, + 898, + 1834, + 898, + 1866, + 709, + 1866 + ], + "score": 0.9, + "latex": "q ( x ) > 0 , x \\in D" + }, + { + "category_id": 14, + "poly": [ + 509, + 682, + 1191, + 682, + 1191, + 724, + 509, + 724 + ], + "score": 0.89, + "latex": "\\nabla _ { \\pmb { \\theta } } \\mathbb { E } _ { p _ { \\pmb { \\theta } } ( \\pmb { x } ) } [ f _ { \\pmb { \\theta } } ( \\pmb { x } ) ] = \\mathbb { E } _ { p _ { \\pmb { \\theta } } ( \\pmb { x } ) } [ \\nabla _ { \\pmb { \\theta } } \\log p _ { \\pmb { \\theta } } ( \\pmb { x } ) f _ { \\pmb { \\theta } } ( \\pmb { x } ) + \\nabla _ { \\pmb { \\theta } } f _ { \\pmb { \\theta } } ( \\pmb { x } ) ] ." + }, + { + "category_id": 13, + "poly": [ + 720, + 633, + 750, + 633, + 750, + 663, + 720, + 663 + ], + "score": 0.88, + "latex": "f _ { \\theta }" + }, + { + "category_id": 13, + "poly": [ + 519, + 602, + 538, + 602, + 538, + 633, + 519, + 633 + ], + "score": 0.87, + "latex": "f" + }, + { + "category_id": 13, + "poly": [ + 1322, + 572, + 1342, + 572, + 1342, + 603, + 1322, + 603 + ], + "score": 0.84, + "latex": "f" + }, + { + "category_id": 13, + "poly": [ + 297, + 1318, + 317, + 1318, + 317, + 1349, + 297, + 1349 + ], + "score": 0.83, + "latex": "f" + }, + { + "category_id": 13, + "poly": [ + 382, + 1836, + 405, + 1836, + 405, + 1862, + 382, + 1862 + ], + "score": 0.79, + "latex": "S" + }, + { + "category_id": 13, + "poly": [ + 829, + 1379, + 849, + 1379, + 849, + 1405, + 829, + 1405 + ], + "score": 0.77, + "latex": "k" + }, + { + "category_id": 13, + "poly": [ + 721, + 602, + 740, + 602, + 740, + 628, + 721, + 628 + ], + "score": 0.77, + "latex": "\\pmb \\theta" + }, + { + "category_id": 13, + "poly": [ + 462, + 602, + 480, + 602, + 480, + 628, + 462, + 628 + ], + "score": 0.74, + "latex": "\\pmb \\theta" + }, + { + "category_id": 13, + "poly": [ + 1295, + 412, + 1312, + 412, + 1312, + 434, + 1295, + 434 + ], + "score": 0.7, + "latex": "s" + }, + { + "category_id": 13, + "poly": [ + 1358, + 352, + 1375, + 352, + 1375, + 374, + 1358, + 374 + ], + "score": 0.7, + "latex": "s" + }, + { + "category_id": 13, + "poly": [ + 900, + 1872, + 915, + 1872, + 915, + 1897, + 900, + 1897 + ], + "score": 0.67, + "latex": "q" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 817.0, + 73.0, + 817.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1482.0, + 964.0, + 1482.0, + 964.0, + 1518.0, + 294.0, + 1518.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1380.0, + 236.0, + 1401.0, + 236.0, + 1401.0, + 259.0, + 1380.0, + 259.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 840.0, + 2087.0, + 861.0, + 2087.0, + 861.0, + 2118.0, + 840.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1162.0, + 1402.0, + 1162.0, + 1402.0, + 1200.0, + 295.0, + 1200.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1192.0, + 1406.0, + 1192.0, + 1406.0, + 1231.0, + 294.0, + 1231.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1226.0, + 1405.0, + 1226.0, + 1405.0, + 1259.0, + 295.0, + 1259.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1254.0, + 1405.0, + 1254.0, + 1405.0, + 1289.0, + 294.0, + 1289.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1288.0, + 1405.0, + 1288.0, + 1405.0, + 1321.0, + 295.0, + 1321.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 318.0, + 1318.0, + 1405.0, + 1318.0, + 1405.0, + 1351.0, + 318.0, + 1351.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1348.0, + 1405.0, + 1348.0, + 1405.0, + 1381.0, + 295.0, + 1381.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1378.0, + 828.0, + 1378.0, + 828.0, + 1411.0, + 296.0, + 1411.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 850.0, + 1378.0, + 1405.0, + 1378.0, + 1405.0, + 1411.0, + 850.0, + 1411.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1406.0, + 1379.0, + 1406.0, + 1379.0, + 1445.0, + 294.0, + 1445.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 315.0, + 1404.0, + 315.0, + 1404.0, + 349.0, + 295.0, + 349.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 347.0, + 1172.0, + 347.0, + 1172.0, + 382.0, + 295.0, + 382.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1227.0, + 347.0, + 1357.0, + 347.0, + 1357.0, + 382.0, + 1227.0, + 382.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1376.0, + 347.0, + 1405.0, + 347.0, + 1405.0, + 382.0, + 1376.0, + 382.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 375.0, + 825.0, + 375.0, + 825.0, + 414.0, + 294.0, + 414.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 913.0, + 375.0, + 1406.0, + 375.0, + 1406.0, + 414.0, + 913.0, + 414.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 406.0, + 1294.0, + 406.0, + 1294.0, + 441.0, + 294.0, + 441.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1313.0, + 406.0, + 1404.0, + 406.0, + 1404.0, + 441.0, + 1313.0, + 441.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 436.0, + 593.0, + 436.0, + 593.0, + 475.0, + 294.0, + 475.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 662.0, + 436.0, + 1406.0, + 436.0, + 1406.0, + 475.0, + 662.0, + 475.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 468.0, + 1406.0, + 468.0, + 1406.0, + 502.0, + 294.0, + 502.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 499.0, + 1047.0, + 499.0, + 1047.0, + 533.0, + 293.0, + 533.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1539.0, + 1404.0, + 1539.0, + 1404.0, + 1579.0, + 294.0, + 1579.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1575.0, + 1405.0, + 1575.0, + 1405.0, + 1607.0, + 296.0, + 1607.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1599.0, + 694.0, + 1599.0, + 694.0, + 1648.0, + 291.0, + 1648.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 858.0, + 1599.0, + 946.0, + 1599.0, + 946.0, + 1648.0, + 858.0, + 1648.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1104.0, + 1599.0, + 1215.0, + 1599.0, + 1215.0, + 1648.0, + 1104.0, + 1648.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1362.0, + 1599.0, + 1409.0, + 1599.0, + 1409.0, + 1648.0, + 1362.0, + 1648.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1632.0, + 1405.0, + 1632.0, + 1405.0, + 1672.0, + 294.0, + 1672.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1662.0, + 1236.0, + 1662.0, + 1236.0, + 1704.0, + 291.0, + 1704.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1394.0, + 1662.0, + 1407.0, + 1662.0, + 1407.0, + 1704.0, + 1394.0, + 1704.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1694.0, + 936.0, + 1694.0, + 936.0, + 1733.0, + 294.0, + 1733.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1741.0, + 1404.0, + 1741.0, + 1404.0, + 1777.0, + 295.0, + 1777.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1774.0, + 1405.0, + 1774.0, + 1405.0, + 1807.0, + 296.0, + 1807.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1801.0, + 1406.0, + 1801.0, + 1406.0, + 1841.0, + 293.0, + 1841.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1832.0, + 381.0, + 1832.0, + 381.0, + 1874.0, + 292.0, + 1874.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 406.0, + 1832.0, + 708.0, + 1832.0, + 708.0, + 1874.0, + 406.0, + 1874.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 899.0, + 1832.0, + 1405.0, + 1832.0, + 1405.0, + 1874.0, + 899.0, + 1874.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1857.0, + 725.0, + 1857.0, + 725.0, + 1907.0, + 291.0, + 1907.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 829.0, + 1857.0, + 899.0, + 1857.0, + 899.0, + 1907.0, + 829.0, + 1907.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 916.0, + 1857.0, + 930.0, + 1857.0, + 930.0, + 1907.0, + 916.0, + 1907.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1000.0, + 1405.0, + 1000.0, + 1405.0, + 1036.0, + 294.0, + 1036.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1029.0, + 1405.0, + 1029.0, + 1405.0, + 1067.0, + 293.0, + 1067.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1061.0, + 710.0, + 1061.0, + 710.0, + 1096.0, + 294.0, + 1096.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 793.0, + 1061.0, + 1403.0, + 1061.0, + 1403.0, + 1096.0, + 793.0, + 1096.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1090.0, + 551.0, + 1090.0, + 551.0, + 1128.0, + 293.0, + 1128.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 654.0, + 1090.0, + 1403.0, + 1090.0, + 1403.0, + 1128.0, + 654.0, + 1128.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1908.0, + 1407.0, + 1908.0, + 1407.0, + 1947.0, + 293.0, + 1947.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1943.0, + 1407.0, + 1943.0, + 1407.0, + 1976.0, + 294.0, + 1976.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1972.0, + 297.0, + 1972.0, + 297.0, + 2009.0, + 293.0, + 2009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 355.0, + 1972.0, + 1405.0, + 1972.0, + 1405.0, + 2009.0, + 355.0, + 2009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 2003.0, + 1402.0, + 2003.0, + 1402.0, + 2036.0, + 294.0, + 2036.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 570.0, + 1321.0, + 570.0, + 1321.0, + 604.0, + 294.0, + 604.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1343.0, + 570.0, + 1404.0, + 570.0, + 1404.0, + 604.0, + 1343.0, + 604.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 597.0, + 461.0, + 597.0, + 461.0, + 635.0, + 293.0, + 635.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 481.0, + 597.0, + 518.0, + 597.0, + 518.0, + 635.0, + 481.0, + 635.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 539.0, + 597.0, + 720.0, + 597.0, + 720.0, + 635.0, + 539.0, + 635.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 741.0, + 597.0, + 1404.0, + 597.0, + 1404.0, + 635.0, + 741.0, + 635.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 632.0, + 719.0, + 632.0, + 719.0, + 666.0, + 294.0, + 666.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 751.0, + 632.0, + 1384.0, + 632.0, + 1384.0, + 666.0, + 751.0, + 666.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 742.0, + 1406.0, + 742.0, + 1406.0, + 777.0, + 296.0, + 777.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 771.0, + 1267.0, + 771.0, + 1267.0, + 808.0, + 295.0, + 808.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 228.0, + 594.0, + 228.0, + 594.0, + 267.0, + 296.0, + 267.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 5, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1049, + 1405, + 1049, + 1405, + 1268, + 297, + 1268 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 297, + 1385, + 1404, + 1385, + 1404, + 1572, + 297, + 1572 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 297, + 864, + 1404, + 864, + 1404, + 1021, + 297, + 1021 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 298, + 437, + 1405, + 437, + 1405, + 593, + 298, + 593 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 298, + 1787, + 1404, + 1787, + 1404, + 2035, + 298, + 2035 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 297, + 1602, + 1404, + 1602, + 1404, + 1758, + 297, + 1758 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 297, + 228, + 1402, + 228, + 1402, + 342, + 297, + 342 + ], + "score": 0.976 + }, + { + "category_id": 8, + "poly": [ + 583, + 347, + 1113, + 347, + 1113, + 431, + 583, + 431 + ], + "score": 0.956 + }, + { + "category_id": 8, + "poly": [ + 474, + 1277, + 1222, + 1277, + 1222, + 1379, + 474, + 1379 + ], + "score": 0.955 + }, + { + "category_id": 1, + "poly": [ + 296, + 598, + 1402, + 598, + 1402, + 659, + 296, + 659 + ], + "score": 0.943 + }, + { + "category_id": 2, + "poly": [ + 298, + 74, + 817, + 74, + 817, + 105, + 298, + 105 + ], + "score": 0.916 + }, + { + "category_id": 8, + "poly": [ + 313, + 666, + 1325, + 666, + 1325, + 771, + 313, + 771 + ], + "score": 0.911 + }, + { + "category_id": 9, + "poly": [ + 1351, + 367, + 1400, + 367, + 1400, + 399, + 1351, + 399 + ], + "score": 0.905 + }, + { + "category_id": 9, + "poly": [ + 1352, + 1312, + 1400, + 1312, + 1400, + 1342, + 1352, + 1342 + ], + "score": 0.878 + }, + { + "category_id": 9, + "poly": [ + 1353, + 702, + 1400, + 702, + 1400, + 732, + 1353, + 732 + ], + "score": 0.844 + }, + { + "category_id": 2, + "poly": [ + 1375, + 802, + 1402, + 802, + 1402, + 830, + 1375, + 830 + ], + "score": 0.794 + }, + { + "category_id": 1, + "poly": [ + 299, + 800, + 579, + 800, + 579, + 833, + 299, + 833 + ], + "score": 0.722 + }, + { + "category_id": 2, + "poly": [ + 842, + 2087, + 858, + 2087, + 858, + 2111, + 842, + 2111 + ], + "score": 0.677 + }, + { + "category_id": 2, + "poly": [ + 841, + 2087, + 859, + 2087, + 859, + 2111, + 841, + 2111 + ], + "score": 0.266 + }, + { + "category_id": 0, + "poly": [ + 299, + 800, + 579, + 800, + 579, + 833, + 299, + 833 + ], + "score": 0.224 + }, + { + "category_id": 14, + "poly": [ + 584, + 344, + 1115, + 344, + 1115, + 434, + 584, + 434 + ], + "score": 0.95, + "latex": "e ^ { \\mathrm { R I S K } } ( S ^ { k } ) = \\sum _ { s \\in S ^ { k } } \\nabla _ { \\pmb { \\theta } } \\left( \\frac { p _ { \\pmb { \\theta } } ( s ) } { \\sum _ { s ^ { \\prime } \\in S ^ { k } } p _ { \\pmb { \\theta } } ( s ^ { \\prime } ) } \\right) f ( s ) ." + }, + { + "category_id": 14, + "poly": [ + 475, + 1272, + 1225, + 1272, + 1225, + 1382, + 475, + 1382 + ], + "score": 0.94, + "latex": "e ^ { \\mathrm { R F W R } } ( X ^ { k } ) = \\frac { 1 } { k } \\sum _ { i = 1 } ^ { k } \\nabla _ { \\theta } \\log p _ { \\theta } ( x _ { i } ) \\left( f ( x _ { i } ) - \\frac { 1 } { k - 1 } \\sum _ { j \\ne i } f ( x _ { j } ) \\right) ." + }, + { + "category_id": 13, + "poly": [ + 379, + 291, + 611, + 291, + 611, + 341, + 379, + 341 + ], + "score": 0.94, + "latex": "\\begin{array} { r } { \\hat { p } _ { \\pmb { \\theta } } ( s ) = \\frac { \\bar { p } _ { \\pmb { \\theta } } ( s ) } { \\sum _ { s ^ { \\prime } \\in S } p _ { \\pmb { \\theta } } ( s ) } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 679, + 1446, + 845, + 1446, + 845, + 1482, + 679, + 1482 + ], + "score": 0.93, + "latex": "p _ { \\pmb { \\theta } } ( s ) R ( S ^ { k } , s )" + }, + { + "category_id": 14, + "poly": [ + 315, + 662, + 1339, + 662, + 1339, + 773, + 315, + 773 + ], + "score": 0.93, + "latex": "e ^ { R I S K } ( S ^ { k } ) = \\sum _ { s \\in S ^ { k } } \\nabla _ { \\theta } p _ { \\theta } ( s ) \\frac { 1 } { \\sum _ { s ^ { \\prime \\prime } \\in S ^ { k } } p _ { \\theta } ( s ^ { \\prime \\prime } ) } \\left( f ( s ) - \\sum _ { s ^ { \\prime } \\in S ^ { k } } p _ { \\theta } ( s ^ { \\prime } ) \\frac { 1 } { \\sum _ { s ^ { \\prime \\prime } \\in S ^ { k } } p _ { \\theta } ( s ^ { \\prime \\prime } ) } f ( s ^ { \\prime } ) \\right) ." + }, + { + "category_id": 13, + "poly": [ + 1166, + 1234, + 1371, + 1234, + 1371, + 1269, + 1166, + 1269 + ], + "score": 0.93, + "latex": "X ^ { k } = ( x _ { 1 } , . . . , x _ { k } )" + }, + { + "category_id": 13, + "poly": [ + 784, + 1174, + 874, + 1174, + 874, + 1207, + 784, + 1207 + ], + "score": 0.92, + "latex": "\\mathbb { E } [ f ( x ) ]" + }, + { + "category_id": 13, + "poly": [ + 651, + 1386, + 1027, + 1386, + 1027, + 1423, + 651, + 1423 + ], + "score": 0.92, + "latex": "\\mathbb { E } _ { x _ { i } , x _ { j } } [ \\nabla _ { \\pmb { \\theta } } \\log p _ { \\pmb { \\theta } } ( x _ { i } ) f ( x _ { j } ) ] = 0" + }, + { + "category_id": 13, + "poly": [ + 1079, + 1387, + 1157, + 1387, + 1157, + 1420, + 1079, + 1420 + ], + "score": 0.91, + "latex": "i \\neq j" + }, + { + "category_id": 13, + "poly": [ + 930, + 1144, + 1001, + 1144, + 1001, + 1173, + 930, + 1173 + ], + "score": 0.88, + "latex": "k - 1" + }, + { + "category_id": 13, + "poly": [ + 880, + 1081, + 1012, + 1081, + 1012, + 1118, + 880, + 1118 + ], + "score": 0.88, + "latex": "\\textstyle { \\frac { 1 } { k } } \\sum _ { i } f ( x _ { i } )" + }, + { + "category_id": 13, + "poly": [ + 975, + 1446, + 996, + 1446, + 996, + 1485, + 975, + 1485 + ], + "score": 0.86, + "latex": "\\frac { 1 } { k }" + }, + { + "category_id": 13, + "poly": [ + 1301, + 1508, + 1321, + 1508, + 1321, + 1546, + 1301, + 1546 + ], + "score": 0.85, + "latex": "\\frac { 1 } { k }" + }, + { + "category_id": 13, + "poly": [ + 328, + 1639, + 360, + 1639, + 360, + 1666, + 328, + 1666 + ], + "score": 0.83, + "latex": "p _ { \\theta }" + }, + { + "category_id": 13, + "poly": [ + 928, + 262, + 950, + 262, + 950, + 290, + 928, + 290 + ], + "score": 0.82, + "latex": "S" + }, + { + "category_id": 13, + "poly": [ + 414, + 1636, + 434, + 1636, + 434, + 1667, + 414, + 1667 + ], + "score": 0.81, + "latex": "f" + }, + { + "category_id": 13, + "poly": [ + 577, + 1145, + 597, + 1145, + 597, + 1171, + 577, + 1171 + ], + "score": 0.8, + "latex": "k" + }, + { + "category_id": 13, + "poly": [ + 510, + 1883, + 530, + 1883, + 530, + 1909, + 510, + 1909 + ], + "score": 0.8, + "latex": "k" + }, + { + "category_id": 13, + "poly": [ + 429, + 1882, + 456, + 1882, + 456, + 1910, + 429, + 1910 + ], + "score": 0.79, + "latex": "D" + }, + { + "category_id": 13, + "poly": [ + 1220, + 1054, + 1240, + 1054, + 1240, + 1080, + 1220, + 1080 + ], + "score": 0.78, + "latex": "k" + }, + { + "category_id": 13, + "poly": [ + 815, + 1697, + 835, + 1697, + 835, + 1724, + 815, + 1724 + ], + "score": 0.66, + "latex": "k" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 72.0, + 817.0, + 72.0, + 817.0, + 108.0, + 296.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1378.0, + 806.0, + 1402.0, + 806.0, + 1402.0, + 832.0, + 1378.0, + 832.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 2086.0, + 860.0, + 2086.0, + 860.0, + 2118.0, + 839.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 2086.0, + 860.0, + 2086.0, + 860.0, + 2118.0, + 839.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 800.0, + 581.0, + 800.0, + 581.0, + 836.0, + 297.0, + 836.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1053.0, + 1219.0, + 1053.0, + 1219.0, + 1084.0, + 296.0, + 1084.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1241.0, + 1053.0, + 1403.0, + 1053.0, + 1403.0, + 1084.0, + 1241.0, + 1084.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1078.0, + 879.0, + 1078.0, + 879.0, + 1124.0, + 290.0, + 1124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1013.0, + 1078.0, + 1408.0, + 1078.0, + 1408.0, + 1124.0, + 1013.0, + 1124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1112.0, + 1406.0, + 1112.0, + 1406.0, + 1147.0, + 294.0, + 1147.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1142.0, + 576.0, + 1142.0, + 576.0, + 1177.0, + 294.0, + 1177.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 598.0, + 1142.0, + 929.0, + 1142.0, + 929.0, + 1177.0, + 598.0, + 1177.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1002.0, + 1142.0, + 1406.0, + 1142.0, + 1406.0, + 1177.0, + 1002.0, + 1177.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1172.0, + 783.0, + 1172.0, + 783.0, + 1210.0, + 291.0, + 1210.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 875.0, + 1172.0, + 1407.0, + 1172.0, + 1407.0, + 1210.0, + 875.0, + 1210.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1205.0, + 1405.0, + 1205.0, + 1405.0, + 1238.0, + 292.0, + 1238.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1233.0, + 1165.0, + 1233.0, + 1165.0, + 1272.0, + 294.0, + 1272.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1372.0, + 1233.0, + 1406.0, + 1233.0, + 1406.0, + 1272.0, + 1372.0, + 1272.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1384.0, + 650.0, + 1384.0, + 650.0, + 1423.0, + 294.0, + 1423.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1028.0, + 1384.0, + 1078.0, + 1384.0, + 1078.0, + 1423.0, + 1028.0, + 1423.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1158.0, + 1384.0, + 1405.0, + 1384.0, + 1405.0, + 1423.0, + 1158.0, + 1423.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1416.0, + 1406.0, + 1416.0, + 1406.0, + 1453.0, + 295.0, + 1453.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1439.0, + 678.0, + 1439.0, + 678.0, + 1491.0, + 290.0, + 1491.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 846.0, + 1439.0, + 974.0, + 1439.0, + 974.0, + 1491.0, + 846.0, + 1491.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 997.0, + 1439.0, + 1410.0, + 1439.0, + 1410.0, + 1491.0, + 997.0, + 1491.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1480.0, + 1406.0, + 1480.0, + 1406.0, + 1513.0, + 292.0, + 1513.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 288.0, + 1499.0, + 1300.0, + 1499.0, + 1300.0, + 1555.0, + 288.0, + 1555.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1322.0, + 1499.0, + 1413.0, + 1499.0, + 1413.0, + 1555.0, + 1322.0, + 1555.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1540.0, + 1142.0, + 1540.0, + 1142.0, + 1573.0, + 293.0, + 1573.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 866.0, + 1405.0, + 866.0, + 1405.0, + 900.0, + 296.0, + 900.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 898.0, + 1404.0, + 898.0, + 1404.0, + 932.0, + 296.0, + 932.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 926.0, + 1405.0, + 926.0, + 1405.0, + 964.0, + 295.0, + 964.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 959.0, + 1404.0, + 959.0, + 1404.0, + 992.0, + 295.0, + 992.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 989.0, + 1400.0, + 989.0, + 1400.0, + 1023.0, + 295.0, + 1023.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 436.0, + 1405.0, + 436.0, + 1405.0, + 472.0, + 296.0, + 472.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 468.0, + 1403.0, + 468.0, + 1403.0, + 502.0, + 296.0, + 502.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 500.0, + 1406.0, + 500.0, + 1406.0, + 534.0, + 296.0, + 534.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 528.0, + 1406.0, + 528.0, + 1406.0, + 563.0, + 292.0, + 563.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 560.0, + 1209.0, + 560.0, + 1209.0, + 596.0, + 293.0, + 596.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1785.0, + 1405.0, + 1785.0, + 1405.0, + 1828.0, + 292.0, + 1828.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1823.0, + 1402.0, + 1823.0, + 1402.0, + 1853.0, + 296.0, + 1853.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1852.0, + 1404.0, + 1852.0, + 1404.0, + 1886.0, + 294.0, + 1886.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1877.0, + 428.0, + 1877.0, + 428.0, + 1920.0, + 292.0, + 1920.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 457.0, + 1877.0, + 509.0, + 1877.0, + 509.0, + 1920.0, + 457.0, + 1920.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 531.0, + 1877.0, + 1405.0, + 1877.0, + 1405.0, + 1920.0, + 531.0, + 1920.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1912.0, + 1404.0, + 1912.0, + 1404.0, + 1946.0, + 294.0, + 1946.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1944.0, + 1400.0, + 1944.0, + 1400.0, + 1974.0, + 296.0, + 1974.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1973.0, + 1405.0, + 1973.0, + 1405.0, + 2005.0, + 293.0, + 2005.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 2003.0, + 1043.0, + 2003.0, + 1043.0, + 2035.0, + 294.0, + 2035.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1601.0, + 1405.0, + 1601.0, + 1405.0, + 1640.0, + 294.0, + 1640.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1633.0, + 327.0, + 1633.0, + 327.0, + 1667.0, + 295.0, + 1667.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 361.0, + 1633.0, + 413.0, + 1633.0, + 413.0, + 1667.0, + 361.0, + 1667.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 435.0, + 1633.0, + 1404.0, + 1633.0, + 1404.0, + 1667.0, + 435.0, + 1667.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1664.0, + 1402.0, + 1664.0, + 1402.0, + 1697.0, + 295.0, + 1697.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1695.0, + 814.0, + 1695.0, + 814.0, + 1732.0, + 295.0, + 1732.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 836.0, + 1695.0, + 1404.0, + 1695.0, + 1404.0, + 1732.0, + 836.0, + 1732.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1725.0, + 1363.0, + 1725.0, + 1363.0, + 1763.0, + 295.0, + 1763.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 230.0, + 1404.0, + 230.0, + 1404.0, + 264.0, + 296.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 260.0, + 927.0, + 260.0, + 927.0, + 297.0, + 295.0, + 297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 951.0, + 260.0, + 1404.0, + 260.0, + 1404.0, + 297.0, + 951.0, + 297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 290.0, + 378.0, + 290.0, + 378.0, + 349.0, + 293.0, + 349.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 612.0, + 290.0, + 1330.0, + 290.0, + 1330.0, + 349.0, + 612.0, + 349.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 596.0, + 1404.0, + 596.0, + 1404.0, + 632.0, + 295.0, + 632.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 628.0, + 927.0, + 628.0, + 927.0, + 661.0, + 296.0, + 661.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 800.0, + 581.0, + 800.0, + 581.0, + 836.0, + 297.0, + 836.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 6, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 1259, + 1404, + 1259, + 1404, + 1445, + 298, + 1445 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 297, + 1477, + 1405, + 1477, + 1405, + 1662, + 297, + 1662 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 297, + 755, + 1405, + 755, + 1405, + 998, + 297, + 998 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 298, + 1012, + 1404, + 1012, + 1404, + 1166, + 298, + 1166 + ], + "score": 0.976 + }, + { + "category_id": 5, + "poly": [ + 348, + 1936, + 1351, + 1936, + 1351, + 2062, + 348, + 2062 + ], + "score": 0.976, + "html": "
DomainARSMRELAXREINFORCESum& sampleREINF. w.r.
(no bl)(sample bl)(no bl)(sample bl)Unordered (built-in bl)(built-in bl)
Small 10213.4511.6711.527.496.296.296.656.29
Large 102015.5515.8613.818.4813.778.447.067.05
" + }, + { + "category_id": 3, + "poly": [ + 321, + 198, + 1374, + 198, + 1374, + 486, + 321, + 486 + ], + "score": 0.971 + }, + { + "category_id": 4, + "poly": [ + 297, + 498, + 1405, + 498, + 1405, + 591, + 297, + 591 + ], + "score": 0.954 + }, + { + "category_id": 0, + "poly": [ + 301, + 699, + 723, + 699, + 723, + 732, + 301, + 732 + ], + "score": 0.892 + }, + { + "category_id": 6, + "poly": [ + 353, + 1880, + 1344, + 1880, + 1344, + 1914, + 353, + 1914 + ], + "score": 0.887 + }, + { + "category_id": 2, + "poly": [ + 298, + 76, + 815, + 76, + 815, + 104, + 298, + 104 + ], + "score": 0.886 + }, + { + "category_id": 0, + "poly": [ + 299, + 1202, + 916, + 1202, + 916, + 1234, + 299, + 1234 + ], + "score": 0.877 + }, + { + "category_id": 2, + "poly": [ + 839, + 2088, + 859, + 2088, + 859, + 2113, + 839, + 2113 + ], + "score": 0.827 + }, + { + "category_id": 0, + "poly": [ + 299, + 630, + 557, + 630, + 557, + 665, + 299, + 665 + ], + "score": 0.803 + }, + { + "category_id": 2, + "poly": [ + 325, + 1800, + 1378, + 1800, + 1378, + 1861, + 325, + 1861 + ], + "score": 0.754 + }, + { + "category_id": 1, + "poly": [ + 325, + 1800, + 1378, + 1800, + 1378, + 1861, + 325, + 1861 + ], + "score": 0.126 + }, + { + "category_id": 1, + "poly": [ + 299, + 630, + 557, + 630, + 557, + 665, + 299, + 665 + ], + "score": 0.106 + }, + { + "category_id": 13, + "poly": [ + 372, + 869, + 658, + 869, + 658, + 903, + 372, + 903 + ], + "score": 0.93, + "latex": "\\sigma ( \\eta ) = ( 1 + \\exp ( - \\eta ) ) ^ { - 1 }" + }, + { + "category_id": 13, + "poly": [ + 1021, + 927, + 1058, + 927, + 1058, + 970, + 1021, + 970 + ], + "score": 0.9, + "latex": "\\frac { \\partial \\mathcal { L } } { \\partial \\eta }" + }, + { + "category_id": 13, + "poly": [ + 1325, + 559, + 1394, + 559, + 1394, + 586, + 1325, + 586 + ], + "score": 0.89, + "latex": "k = 8" + }, + { + "category_id": 13, + "poly": [ + 1169, + 1882, + 1240, + 1882, + 1240, + 1909, + 1169, + 1909 + ], + "score": 0.89, + "latex": "k = 4" + }, + { + "category_id": 13, + "poly": [ + 298, + 1510, + 371, + 1510, + 371, + 1538, + 298, + 1538 + ], + "score": 0.89, + "latex": "k = 4" + }, + { + "category_id": 13, + "poly": [ + 1331, + 1104, + 1401, + 1104, + 1401, + 1132, + 1331, + 1132 + ], + "score": 0.88, + "latex": "k = 3" + }, + { + "category_id": 13, + "poly": [ + 1046, + 1320, + 1101, + 1320, + 1101, + 1350, + 1046, + 1350 + ], + "score": 0.88, + "latex": "1 0 ^ { 2 0 }" + }, + { + "category_id": 13, + "poly": [ + 796, + 838, + 870, + 838, + 870, + 873, + 796, + 873 + ], + "score": 0.87, + "latex": "( \\sigma ( \\eta ) )" + }, + { + "category_id": 13, + "poly": [ + 359, + 845, + 472, + 845, + 472, + 870, + 359, + 870 + ], + "score": 0.87, + "latex": "x _ { 1 } , x _ { 2 } , x _ { 3 }" + }, + { + "category_id": 13, + "poly": [ + 1159, + 1045, + 1258, + 1045, + 1258, + 1076, + 1159, + 1076 + ], + "score": 0.87, + "latex": "\\hphantom { - } \\eta = - 4 )" + }, + { + "category_id": 13, + "poly": [ + 885, + 1044, + 958, + 1044, + 958, + 1075, + 885, + 1075 + ], + "score": 0.87, + "latex": "\\langle \\eta = 0 \\rangle" + }, + { + "category_id": 13, + "poly": [ + 1357, + 1381, + 1401, + 1381, + 1401, + 1411, + 1357, + 1411 + ], + "score": 0.85, + "latex": "1 0 ^ { \\dot { 2 } }" + }, + { + "category_id": 13, + "poly": [ + 1351, + 763, + 1405, + 763, + 1405, + 789, + 1351, + 789 + ], + "score": 0.83, + "latex": "\\mathbf { p } =" + }, + { + "category_id": 13, + "poly": [ + 856, + 788, + 1393, + 788, + 1393, + 842, + 856, + 842 + ], + "score": 0.82, + "latex": "\\begin{array} { r } { \\mathcal { L } ( \\eta ) \\ : = \\ : \\mathbb { E } _ { x _ { 1 } , x _ { 2 } , x _ { 3 } \\sim \\mathrm { B e r n } ( \\sigma ( \\eta ) ) } \\left[ \\sum _ { i = 1 } ^ { 3 } ( x _ { i } - p _ { i } ) ^ { 2 } \\right] } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 1316, + 842, + 1394, + 842, + 1394, + 872, + 1316, + 872 + ], + "score": 0.82, + "latex": "\\eta \\in \\mathbb { R }" + }, + { + "category_id": 13, + "poly": [ + 1221, + 561, + 1279, + 561, + 1279, + 589, + 1221, + 589 + ], + "score": 0.8, + "latex": "- \\infty )" + }, + { + "category_id": 13, + "poly": [ + 1248, + 1802, + 1265, + 1802, + 1265, + 1826, + 1248, + 1826 + ], + "score": 0.72, + "latex": "k" + }, + { + "category_id": 13, + "poly": [ + 1154, + 458, + 1248, + 458, + 1248, + 488, + 1154, + 488 + ], + "score": 0.36, + "latex": "( \\eta = - 4 )" + }, + { + "category_id": 13, + "poly": [ + 428, + 1996, + 467, + 1996, + 467, + 2024, + 428, + 2024 + ], + "score": 0.35, + "latex": "\\overline { { 1 0 ^ { 2 } } }" + }, + { + "category_id": 13, + "poly": [ + 427, + 2026, + 477, + 2026, + 477, + 2058, + 427, + 2058 + ], + "score": 0.27, + "latex": "1 0 ^ { 2 0 }" + }, + { + "category_id": 15, + "poly": [ + 574.0, + 201.0, + 627.0, + 201.0, + 627.0, + 220.0, + 574.0, + 220.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1108.0, + 201.0, + 1164.0, + 201.0, + 1164.0, + 219.0, + 1108.0, + 219.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 872.0, + 211.0, + 905.0, + 211.0, + 905.0, + 232.0, + 872.0, + 232.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 669.0, + 224.0, + 751.0, + 224.0, + 751.0, + 240.0, + 669.0, + 240.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1203.0, + 223.0, + 1287.0, + 223.0, + 1287.0, + 239.0, + 1203.0, + 239.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 669.0, + 237.0, + 761.0, + 237.0, + 761.0, + 256.0, + 669.0, + 256.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1203.0, + 235.0, + 1295.0, + 235.0, + 1295.0, + 255.0, + 1203.0, + 255.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 325.0, + 251.0, + 366.0, + 251.0, + 366.0, + 393.0, + 325.0, + 393.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 669.0, + 250.0, + 761.0, + 250.0, + 761.0, + 269.0, + 669.0, + 269.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 870.0, + 253.0, + 904.0, + 253.0, + 904.0, + 275.0, + 870.0, + 275.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1114.0, + 250.0, + 1126.0, + 250.0, + 1126.0, + 258.0, + 1114.0, + 258.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1203.0, + 250.0, + 1295.0, + 250.0, + 1295.0, + 269.0, + 1203.0, + 269.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 667.0, + 263.0, + 799.0, + 263.0, + 799.0, + 281.0, + 667.0, + 281.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1203.0, + 263.0, + 1334.0, + 263.0, + 1334.0, + 281.0, + 1203.0, + 281.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 669.0, + 279.0, + 807.0, + 279.0, + 807.0, + 295.0, + 669.0, + 295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1203.0, + 277.0, + 1342.0, + 277.0, + 1342.0, + 296.0, + 1203.0, + 296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 670.0, + 292.0, + 760.0, + 292.0, + 760.0, + 308.0, + 670.0, + 308.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1204.0, + 292.0, + 1293.0, + 292.0, + 1293.0, + 308.0, + 1204.0, + 308.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 338.0, + 306.0, + 366.0, + 306.0, + 366.0, + 324.0, + 338.0, + 324.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 670.0, + 306.0, + 779.0, + 306.0, + 779.0, + 321.0, + 670.0, + 321.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1203.0, + 306.0, + 1315.0, + 306.0, + 1315.0, + 321.0, + 1203.0, + 321.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 669.0, + 318.0, + 819.0, + 318.0, + 819.0, + 334.0, + 669.0, + 334.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1203.0, + 317.0, + 1356.0, + 317.0, + 1356.0, + 336.0, + 1203.0, + 336.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 670.0, + 332.0, + 827.0, + 332.0, + 827.0, + 348.0, + 670.0, + 348.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1203.0, + 331.0, + 1365.0, + 331.0, + 1365.0, + 350.0, + 1203.0, + 350.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 670.0, + 346.0, + 779.0, + 346.0, + 779.0, + 361.0, + 670.0, + 361.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 870.0, + 341.0, + 902.0, + 341.0, + 902.0, + 360.0, + 870.0, + 360.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1203.0, + 344.0, + 1314.0, + 344.0, + 1314.0, + 364.0, + 1203.0, + 364.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 338.0, + 358.0, + 367.0, + 358.0, + 367.0, + 376.0, + 338.0, + 376.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 871.0, + 384.0, + 904.0, + 384.0, + 904.0, + 401.0, + 871.0, + 401.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 335.0, + 408.0, + 367.0, + 408.0, + 367.0, + 425.0, + 335.0, + 425.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 415.0, + 426.0, + 425.0, + 426.0, + 425.0, + 437.0, + 415.0, + 437.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 470.0, + 426.0, + 481.0, + 426.0, + 481.0, + 437.0, + 470.0, + 437.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 524.0, + 423.0, + 539.0, + 423.0, + 539.0, + 438.0, + 524.0, + 438.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 581.0, + 423.0, + 595.0, + 423.0, + 595.0, + 438.0, + 581.0, + 438.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 635.0, + 423.0, + 654.0, + 423.0, + 654.0, + 438.0, + 635.0, + 438.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 689.0, + 421.0, + 711.0, + 421.0, + 711.0, + 440.0, + 689.0, + 440.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 747.0, + 422.0, + 767.0, + 422.0, + 767.0, + 440.0, + 747.0, + 440.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 803.0, + 422.0, + 823.0, + 422.0, + 823.0, + 440.0, + 803.0, + 440.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 948.0, + 426.0, + 959.0, + 426.0, + 959.0, + 437.0, + 948.0, + 437.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1005.0, + 426.0, + 1016.0, + 426.0, + 1016.0, + 437.0, + 1005.0, + 437.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1061.0, + 426.0, + 1073.0, + 426.0, + 1073.0, + 437.0, + 1061.0, + 437.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1115.0, + 423.0, + 1130.0, + 423.0, + 1130.0, + 438.0, + 1115.0, + 438.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1171.0, + 423.0, + 1189.0, + 423.0, + 1189.0, + 438.0, + 1171.0, + 438.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1225.0, + 421.0, + 1246.0, + 421.0, + 1246.0, + 440.0, + 1225.0, + 440.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1281.0, + 422.0, + 1303.0, + 422.0, + 1303.0, + 440.0, + 1281.0, + 440.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1338.0, + 422.0, + 1358.0, + 422.0, + 1358.0, + 440.0, + 1338.0, + 440.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 510.0, + 433.0, + 694.0, + 433.0, + 694.0, + 452.0, + 510.0, + 452.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1047.0, + 435.0, + 1227.0, + 435.0, + 1227.0, + 451.0, + 1047.0, + 451.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 452.0, + 456.0, + 712.0, + 456.0, + 712.0, + 490.0, + 452.0, + 490.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 980.0, + 455.0, + 1153.0, + 455.0, + 1153.0, + 490.0, + 980.0, + 490.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1249.0, + 455.0, + 1255.0, + 455.0, + 1255.0, + 490.0, + 1249.0, + 490.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 994.0, + 302.5, + 1015.0, + 302.5, + 1015.0, + 316.0, + 994.0, + 316.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1042.0, + 361.5, + 1089.0, + 361.5, + 1089.0, + 383.0, + 1042.0, + 383.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 497.0, + 1403.0, + 497.0, + 1403.0, + 531.0, + 295.0, + 531.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 526.0, + 1406.0, + 526.0, + 1406.0, + 564.0, + 295.0, + 564.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 560.0, + 1220.0, + 560.0, + 1220.0, + 592.0, + 294.0, + 592.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1280.0, + 560.0, + 1324.0, + 560.0, + 1324.0, + 592.0, + 1280.0, + 592.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1395.0, + 560.0, + 1405.0, + 560.0, + 1405.0, + 592.0, + 1395.0, + 592.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 700.0, + 728.0, + 700.0, + 728.0, + 733.0, + 296.0, + 733.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 352.0, + 1877.0, + 1168.0, + 1877.0, + 1168.0, + 1918.0, + 352.0, + 1918.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1241.0, + 1877.0, + 1346.0, + 1877.0, + 1346.0, + 1918.0, + 1241.0, + 1918.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 73.0, + 817.0, + 73.0, + 817.0, + 108.0, + 296.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1202.0, + 919.0, + 1202.0, + 919.0, + 1238.0, + 295.0, + 1238.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 2086.0, + 860.0, + 2086.0, + 860.0, + 2116.0, + 839.0, + 2116.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 626.0, + 561.0, + 626.0, + 561.0, + 671.0, + 293.0, + 671.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 329.0, + 1793.0, + 1247.0, + 1793.0, + 1247.0, + 1836.0, + 329.0, + 1836.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1266.0, + 1793.0, + 1382.0, + 1793.0, + 1382.0, + 1836.0, + 1266.0, + 1836.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 328.0, + 1823.0, + 1332.0, + 1823.0, + 1332.0, + 1867.0, + 328.0, + 1867.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1259.0, + 1404.0, + 1259.0, + 1404.0, + 1295.0, + 296.0, + 1295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1287.0, + 1406.0, + 1287.0, + 1406.0, + 1329.0, + 292.0, + 1329.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1318.0, + 1045.0, + 1318.0, + 1045.0, + 1357.0, + 293.0, + 1357.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1102.0, + 1318.0, + 1406.0, + 1318.0, + 1406.0, + 1357.0, + 1102.0, + 1357.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1353.0, + 1404.0, + 1353.0, + 1404.0, + 1385.0, + 294.0, + 1385.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1380.0, + 1356.0, + 1380.0, + 1356.0, + 1417.0, + 292.0, + 1417.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1402.0, + 1380.0, + 1405.0, + 1380.0, + 1405.0, + 1417.0, + 1402.0, + 1417.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1409.0, + 1369.0, + 1409.0, + 1369.0, + 1452.0, + 292.0, + 1452.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1479.0, + 1402.0, + 1479.0, + 1402.0, + 1511.0, + 296.0, + 1511.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1508.0, + 297.0, + 1508.0, + 297.0, + 1543.0, + 294.0, + 1543.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 372.0, + 1508.0, + 1405.0, + 1508.0, + 1405.0, + 1543.0, + 372.0, + 1543.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1539.0, + 1406.0, + 1539.0, + 1406.0, + 1575.0, + 294.0, + 1575.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1569.0, + 1403.0, + 1569.0, + 1403.0, + 1605.0, + 295.0, + 1605.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1601.0, + 1405.0, + 1601.0, + 1405.0, + 1634.0, + 294.0, + 1634.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1631.0, + 1368.0, + 1631.0, + 1368.0, + 1666.0, + 295.0, + 1666.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 753.0, + 1350.0, + 753.0, + 1350.0, + 795.0, + 295.0, + 795.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 775.0, + 855.0, + 775.0, + 855.0, + 848.0, + 292.0, + 848.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1394.0, + 775.0, + 1407.0, + 775.0, + 1407.0, + 848.0, + 1394.0, + 848.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 836.0, + 358.0, + 836.0, + 358.0, + 874.0, + 292.0, + 874.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 473.0, + 836.0, + 795.0, + 836.0, + 795.0, + 874.0, + 473.0, + 874.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 871.0, + 836.0, + 1315.0, + 836.0, + 1315.0, + 874.0, + 871.0, + 874.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1395.0, + 836.0, + 1403.0, + 836.0, + 1403.0, + 874.0, + 1395.0, + 874.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 867.0, + 371.0, + 867.0, + 371.0, + 905.0, + 295.0, + 905.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 659.0, + 867.0, + 1406.0, + 867.0, + 1406.0, + 905.0, + 659.0, + 905.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 898.0, + 1406.0, + 898.0, + 1406.0, + 935.0, + 294.0, + 935.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 927.0, + 1020.0, + 927.0, + 1020.0, + 971.0, + 294.0, + 971.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1059.0, + 927.0, + 1406.0, + 927.0, + 1406.0, + 971.0, + 1059.0, + 971.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 962.0, + 1293.0, + 962.0, + 1293.0, + 1001.0, + 294.0, + 1001.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1011.0, + 1402.0, + 1011.0, + 1402.0, + 1048.0, + 296.0, + 1048.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1041.0, + 884.0, + 1041.0, + 884.0, + 1078.0, + 294.0, + 1078.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 959.0, + 1041.0, + 1158.0, + 1041.0, + 1158.0, + 1078.0, + 959.0, + 1078.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1259.0, + 1041.0, + 1404.0, + 1041.0, + 1404.0, + 1078.0, + 1259.0, + 1078.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1070.0, + 1405.0, + 1070.0, + 1405.0, + 1110.0, + 293.0, + 1110.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1102.0, + 1330.0, + 1102.0, + 1330.0, + 1139.0, + 294.0, + 1139.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1402.0, + 1102.0, + 1408.0, + 1102.0, + 1408.0, + 1139.0, + 1402.0, + 1139.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1134.0, + 1377.0, + 1134.0, + 1377.0, + 1171.0, + 294.0, + 1171.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 329.0, + 1793.0, + 1247.0, + 1793.0, + 1247.0, + 1836.0, + 329.0, + 1836.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1266.0, + 1793.0, + 1382.0, + 1793.0, + 1382.0, + 1836.0, + 1266.0, + 1836.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 328.0, + 1823.0, + 1332.0, + 1823.0, + 1332.0, + 1867.0, + 328.0, + 1867.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 626.0, + 561.0, + 626.0, + 561.0, + 671.0, + 293.0, + 671.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 7, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 299, + 1350, + 1402, + 1350, + 1402, + 1563, + 299, + 1563 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 297, + 781, + 1404, + 781, + 1404, + 1116, + 297, + 1116 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 298, + 1581, + 1403, + 1581, + 1403, + 1794, + 298, + 1794 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 299, + 1211, + 1402, + 1211, + 1402, + 1334, + 299, + 1334 + ], + "score": 0.975 + }, + { + "category_id": 3, + "poly": [ + 325, + 231, + 1377, + 231, + 1377, + 602, + 325, + 602 + ], + "score": 0.972 + }, + { + "category_id": 4, + "poly": [ + 298, + 628, + 1403, + 628, + 1403, + 721, + 298, + 721 + ], + "score": 0.959 + }, + { + "category_id": 2, + "poly": [ + 326, + 2007, + 1158, + 2007, + 1158, + 2033, + 326, + 2033 + ], + "score": 0.89 + }, + { + "category_id": 2, + "poly": [ + 299, + 76, + 815, + 76, + 815, + 104, + 299, + 104 + ], + "score": 0.883 + }, + { + "category_id": 2, + "poly": [ + 840, + 2088, + 858, + 2088, + 858, + 2111, + 840, + 2111 + ], + "score": 0.808 + }, + { + "category_id": 0, + "poly": [ + 300, + 1154, + 1215, + 1154, + 1215, + 1185, + 300, + 1185 + ], + "score": 0.731 + }, + { + "category_id": 1, + "poly": [ + 300, + 1154, + 1215, + 1154, + 1215, + 1185, + 300, + 1185 + ], + "score": 0.144 + }, + { + "category_id": 13, + "poly": [ + 585, + 659, + 667, + 659, + 667, + 687, + 585, + 687 + ], + "score": 0.86, + "latex": "k = 1" + }, + { + "category_id": 13, + "poly": [ + 1265, + 570, + 1314, + 570, + 1314, + 599, + 1265, + 599 + ], + "score": 0.85, + "latex": "1 0 ^ { 2 0 }" + }, + { + "category_id": 13, + "poly": [ + 735, + 571, + 775, + 571, + 775, + 599, + 735, + 599 + ], + "score": 0.84, + "latex": "1 0 ^ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 973, + 1612, + 993, + 1612, + 993, + 1638, + 973, + 1638 + ], + "score": 0.8, + "latex": "k" + }, + { + "category_id": 13, + "poly": [ + 1125, + 237, + 1156, + 237, + 1156, + 252, + 1125, + 252 + ], + "score": 0.34, + "latex": "( 1 0 ^ { 2 0 }" + }, + { + "category_id": 15, + "poly": [ + 505.0, + 235.0, + 697.0, + 235.0, + 697.0, + 255.0, + 505.0, + 255.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1038.0, + 235.0, + 1124.0, + 235.0, + 1124.0, + 255.0, + 1038.0, + 255.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1157.0, + 235.0, + 1234.0, + 235.0, + 1234.0, + 255.0, + 1157.0, + 255.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 337.0, + 246.0, + 365.0, + 246.0, + 365.0, + 264.0, + 337.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 871.0, + 246.0, + 899.0, + 246.0, + 899.0, + 264.0, + 871.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 648.0, + 258.0, + 803.0, + 258.0, + 803.0, + 274.0, + 648.0, + 274.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1189.0, + 258.0, + 1281.0, + 258.0, + 1281.0, + 274.0, + 1189.0, + 274.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 649.0, + 272.0, + 741.0, + 272.0, + 741.0, + 288.0, + 649.0, + 288.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 869.0, + 273.0, + 901.0, + 273.0, + 901.0, + 295.0, + 869.0, + 295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1187.0, + 271.0, + 1337.0, + 271.0, + 1337.0, + 286.0, + 1187.0, + 286.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 337.0, + 290.0, + 366.0, + 290.0, + 366.0, + 309.0, + 337.0, + 309.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 648.0, + 284.0, + 820.0, + 284.0, + 820.0, + 304.0, + 648.0, + 304.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1187.0, + 284.0, + 1355.0, + 284.0, + 1355.0, + 304.0, + 1187.0, + 304.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 648.0, + 299.0, + 833.0, + 299.0, + 833.0, + 331.0, + 648.0, + 331.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 871.0, + 305.0, + 900.0, + 305.0, + 900.0, + 323.0, + 871.0, + 323.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1187.0, + 299.0, + 1368.0, + 299.0, + 1368.0, + 332.0, + 1187.0, + 332.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 336.0, + 332.0, + 369.0, + 332.0, + 369.0, + 354.0, + 336.0, + 354.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 648.0, + 328.0, + 815.0, + 328.0, + 815.0, + 360.0, + 648.0, + 360.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 870.0, + 332.0, + 903.0, + 332.0, + 903.0, + 354.0, + 870.0, + 354.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1187.0, + 327.0, + 1368.0, + 327.0, + 1368.0, + 358.0, + 1187.0, + 358.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 649.0, + 356.0, + 814.0, + 356.0, + 814.0, + 372.0, + 649.0, + 372.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 847.0, + 353.0, + 912.0, + 353.0, + 912.0, + 421.0, + 847.0, + 421.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1188.0, + 355.0, + 1349.0, + 355.0, + 1349.0, + 375.0, + 1188.0, + 375.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 365.0, + 367.0, + 365.0, + 367.0, + 407.0, + 323.0, + 407.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 647.0, + 369.0, + 833.0, + 369.0, + 833.0, + 402.0, + 647.0, + 402.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1187.0, + 369.0, + 1350.0, + 369.0, + 1350.0, + 402.0, + 1187.0, + 402.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 337.0, + 421.0, + 366.0, + 421.0, + 366.0, + 440.0, + 337.0, + 440.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 877.0, + 421.0, + 900.0, + 421.0, + 900.0, + 440.0, + 877.0, + 440.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 877.0, + 451.0, + 901.0, + 451.0, + 901.0, + 469.0, + 877.0, + 469.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 337.0, + 466.0, + 366.0, + 466.0, + 366.0, + 484.0, + 337.0, + 484.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 877.0, + 479.0, + 900.0, + 479.0, + 900.0, + 499.0, + 877.0, + 499.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 336.0, + 507.0, + 367.0, + 507.0, + 367.0, + 529.0, + 336.0, + 529.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 379.0, + 521.0, + 394.0, + 521.0, + 394.0, + 537.0, + 379.0, + 537.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 468.0, + 517.0, + 498.0, + 517.0, + 498.0, + 539.0, + 468.0, + 539.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 564.0, + 517.0, + 594.0, + 517.0, + 594.0, + 539.0, + 564.0, + 539.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 659.0, + 517.0, + 689.0, + 517.0, + 689.0, + 539.0, + 659.0, + 539.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 755.0, + 517.0, + 784.0, + 517.0, + 784.0, + 539.0, + 755.0, + 539.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 877.0, + 510.0, + 899.0, + 510.0, + 899.0, + 528.0, + 877.0, + 528.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 915.0, + 521.0, + 929.0, + 521.0, + 929.0, + 537.0, + 915.0, + 537.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1003.0, + 517.0, + 1032.0, + 517.0, + 1032.0, + 539.0, + 1003.0, + 539.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1101.0, + 518.0, + 1127.0, + 518.0, + 1127.0, + 537.0, + 1101.0, + 537.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1195.0, + 518.0, + 1223.0, + 518.0, + 1223.0, + 537.0, + 1195.0, + 537.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1290.0, + 518.0, + 1319.0, + 518.0, + 1319.0, + 537.0, + 1290.0, + 537.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 581.0, + 531.0, + 621.0, + 531.0, + 621.0, + 551.0, + 581.0, + 551.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1116.0, + 531.0, + 1156.0, + 531.0, + 1156.0, + 551.0, + 1116.0, + 551.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 376.0, + 567.0, + 734.0, + 567.0, + 734.0, + 603.0, + 376.0, + 603.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 776.0, + 567.0, + 787.0, + 567.0, + 787.0, + 603.0, + 776.0, + 603.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 905.0, + 569.0, + 1264.0, + 569.0, + 1264.0, + 603.0, + 905.0, + 603.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1315.0, + 569.0, + 1327.0, + 569.0, + 1327.0, + 603.0, + 1315.0, + 603.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 626.0, + 1404.0, + 626.0, + 1404.0, + 662.0, + 293.0, + 662.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 656.0, + 584.0, + 656.0, + 584.0, + 693.0, + 294.0, + 693.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 668.0, + 656.0, + 1403.0, + 656.0, + 1403.0, + 693.0, + 668.0, + 693.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 689.0, + 1359.0, + 689.0, + 1359.0, + 723.0, + 296.0, + 723.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 330.0, + 2001.0, + 1161.0, + 2001.0, + 1161.0, + 2038.0, + 330.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 816.0, + 73.0, + 816.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 2087.0, + 860.0, + 2087.0, + 860.0, + 2117.0, + 839.0, + 2117.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1153.0, + 1221.0, + 1153.0, + 1221.0, + 1188.0, + 294.0, + 1188.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1348.0, + 1406.0, + 1348.0, + 1406.0, + 1387.0, + 294.0, + 1387.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1381.0, + 1406.0, + 1381.0, + 1406.0, + 1415.0, + 294.0, + 1415.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1412.0, + 1404.0, + 1412.0, + 1404.0, + 1447.0, + 295.0, + 1447.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1439.0, + 1404.0, + 1439.0, + 1404.0, + 1477.0, + 294.0, + 1477.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1472.0, + 1404.0, + 1472.0, + 1404.0, + 1507.0, + 295.0, + 1507.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1503.0, + 1406.0, + 1503.0, + 1406.0, + 1537.0, + 294.0, + 1537.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1534.0, + 1319.0, + 1534.0, + 1319.0, + 1568.0, + 295.0, + 1568.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 780.0, + 1404.0, + 780.0, + 1404.0, + 815.0, + 295.0, + 815.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 811.0, + 1404.0, + 811.0, + 1404.0, + 846.0, + 295.0, + 846.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 842.0, + 1404.0, + 842.0, + 1404.0, + 876.0, + 294.0, + 876.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 873.0, + 1405.0, + 873.0, + 1405.0, + 906.0, + 294.0, + 906.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 898.0, + 1408.0, + 898.0, + 1408.0, + 944.0, + 291.0, + 944.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 932.0, + 1406.0, + 932.0, + 1406.0, + 969.0, + 292.0, + 969.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 961.0, + 1404.0, + 961.0, + 1404.0, + 1000.0, + 295.0, + 1000.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 994.0, + 1405.0, + 994.0, + 1405.0, + 1029.0, + 294.0, + 1029.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1025.0, + 1404.0, + 1025.0, + 1404.0, + 1060.0, + 295.0, + 1060.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1052.0, + 1405.0, + 1052.0, + 1405.0, + 1092.0, + 292.0, + 1092.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1086.0, + 814.0, + 1086.0, + 814.0, + 1120.0, + 295.0, + 1120.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1581.0, + 1405.0, + 1581.0, + 1405.0, + 1615.0, + 294.0, + 1615.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1610.0, + 972.0, + 1610.0, + 972.0, + 1645.0, + 294.0, + 1645.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 994.0, + 1610.0, + 1405.0, + 1610.0, + 1405.0, + 1645.0, + 994.0, + 1645.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1640.0, + 1404.0, + 1640.0, + 1404.0, + 1676.0, + 292.0, + 1676.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1672.0, + 1404.0, + 1672.0, + 1404.0, + 1706.0, + 294.0, + 1706.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1702.0, + 1405.0, + 1702.0, + 1405.0, + 1736.0, + 296.0, + 1736.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1733.0, + 1405.0, + 1733.0, + 1405.0, + 1767.0, + 294.0, + 1767.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1763.0, + 1381.0, + 1763.0, + 1381.0, + 1798.0, + 294.0, + 1798.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1209.0, + 1403.0, + 1209.0, + 1403.0, + 1247.0, + 293.0, + 1247.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1243.0, + 1404.0, + 1243.0, + 1404.0, + 1276.0, + 295.0, + 1276.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1274.0, + 1404.0, + 1274.0, + 1404.0, + 1306.0, + 294.0, + 1306.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1304.0, + 923.0, + 1304.0, + 923.0, + 1337.0, + 293.0, + 1337.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1153.0, + 1221.0, + 1153.0, + 1221.0, + 1188.0, + 294.0, + 1188.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 8, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 299, + 1022, + 1403, + 1022, + 1403, + 1237, + 299, + 1237 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 298, + 793, + 1403, + 793, + 1403, + 1006, + 298, + 1006 + ], + "score": 0.978 + }, + { + "category_id": 3, + "poly": [ + 350, + 215, + 1350, + 215, + 1350, + 547, + 350, + 547 + ], + "score": 0.968 + }, + { + "category_id": 4, + "poly": [ + 296, + 558, + 1403, + 558, + 1403, + 680, + 296, + 680 + ], + "score": 0.957 + }, + { + "category_id": 1, + "poly": [ + 299, + 1326, + 1399, + 1326, + 1399, + 1388, + 299, + 1388 + ], + "score": 0.944 + }, + { + "category_id": 0, + "poly": [ + 300, + 722, + 529, + 722, + 529, + 757, + 300, + 757 + ], + "score": 0.893 + }, + { + "category_id": 2, + "poly": [ + 299, + 76, + 815, + 76, + 815, + 104, + 299, + 104 + ], + "score": 0.884 + }, + { + "category_id": 0, + "poly": [ + 299, + 1436, + 488, + 1436, + 488, + 1468, + 299, + 1468 + ], + "score": 0.866 + }, + { + "category_id": 0, + "poly": [ + 301, + 1274, + 557, + 1274, + 557, + 1303, + 301, + 1303 + ], + "score": 0.847 + }, + { + "category_id": 2, + "poly": [ + 837, + 2088, + 865, + 2088, + 865, + 2112, + 837, + 2112 + ], + "score": 0.817 + }, + { + "category_id": 1, + "poly": [ + 293, + 1600, + 1401, + 1600, + 1401, + 1666, + 293, + 1666 + ], + "score": 0.585 + }, + { + "category_id": 1, + "poly": [ + 297, + 1686, + 1400, + 1686, + 1400, + 1750, + 297, + 1750 + ], + "score": 0.554 + }, + { + "category_id": 1, + "poly": [ + 291, + 1770, + 1400, + 1770, + 1400, + 1834, + 291, + 1834 + ], + "score": 0.549 + }, + { + "category_id": 1, + "poly": [ + 299, + 1856, + 1400, + 1856, + 1400, + 1950, + 299, + 1950 + ], + "score": 0.49 + }, + { + "category_id": 1, + "poly": [ + 296, + 1971, + 1396, + 1971, + 1396, + 2034, + 296, + 2034 + ], + "score": 0.456 + }, + { + "category_id": 1, + "poly": [ + 298, + 1486, + 1407, + 1486, + 1407, + 1579, + 298, + 1579 + ], + "score": 0.394 + }, + { + "category_id": 13, + "poly": [ + 438, + 947, + 458, + 947, + 458, + 974, + 438, + 974 + ], + "score": 0.69, + "latex": "k" + }, + { + "category_id": 15, + "poly": [ + 529.0, + 216.0, + 697.0, + 216.0, + 697.0, + 235.0, + 529.0, + 235.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1027.0, + 216.0, + 1229.0, + 216.0, + 1229.0, + 235.0, + 1027.0, + 235.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 361.0, + 241.0, + 399.0, + 241.0, + 399.0, + 261.0, + 361.0, + 261.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 702.0, + 238.0, + 808.0, + 238.0, + 808.0, + 264.0, + 702.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 876.0, + 241.0, + 915.0, + 241.0, + 915.0, + 261.0, + 876.0, + 261.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 963.0, + 243.0, + 982.0, + 243.0, + 982.0, + 283.0, + 963.0, + 283.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1217.0, + 238.0, + 1327.0, + 238.0, + 1327.0, + 267.0, + 1217.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 701.0, + 261.0, + 822.0, + 261.0, + 822.0, + 279.0, + 701.0, + 279.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1217.0, + 262.0, + 1339.0, + 262.0, + 1339.0, + 280.0, + 1217.0, + 280.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 362.0, + 276.0, + 399.0, + 276.0, + 399.0, + 292.0, + 362.0, + 292.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 425.0, + 272.0, + 444.0, + 272.0, + 444.0, + 348.0, + 425.0, + 348.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 701.0, + 274.0, + 821.0, + 274.0, + 821.0, + 303.0, + 701.0, + 303.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 877.0, + 276.0, + 914.0, + 276.0, + 914.0, + 292.0, + 877.0, + 292.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 931.0, + 277.0, + 945.0, + 277.0, + 945.0, + 382.0, + 931.0, + 382.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1218.0, + 274.0, + 1337.0, + 274.0, + 1337.0, + 303.0, + 1218.0, + 303.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 702.0, + 301.0, + 806.0, + 301.0, + 806.0, + 316.0, + 702.0, + 316.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1218.0, + 301.0, + 1322.0, + 301.0, + 1322.0, + 316.0, + 1218.0, + 316.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 362.0, + 310.0, + 399.0, + 310.0, + 399.0, + 326.0, + 362.0, + 326.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 701.0, + 312.0, + 792.0, + 312.0, + 792.0, + 330.0, + 701.0, + 330.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 877.0, + 310.0, + 914.0, + 310.0, + 914.0, + 326.0, + 877.0, + 326.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1219.0, + 313.0, + 1307.0, + 313.0, + 1307.0, + 328.0, + 1219.0, + 328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 702.0, + 325.0, + 787.0, + 325.0, + 787.0, + 343.0, + 702.0, + 343.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 867.0, + 324.0, + 883.0, + 324.0, + 883.0, + 348.0, + 867.0, + 348.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1218.0, + 325.0, + 1303.0, + 325.0, + 1303.0, + 343.0, + 1218.0, + 343.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 864.0, + 339.0, + 887.0, + 339.0, + 887.0, + 396.0, + 864.0, + 396.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 876.0, + 342.0, + 915.0, + 342.0, + 915.0, + 361.0, + 876.0, + 361.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 361.0, + 377.0, + 397.0, + 377.0, + 397.0, + 392.0, + 361.0, + 392.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 877.0, + 377.0, + 914.0, + 377.0, + 914.0, + 392.0, + 877.0, + 392.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 362.0, + 410.0, + 399.0, + 410.0, + 399.0, + 426.0, + 362.0, + 426.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 877.0, + 410.0, + 915.0, + 410.0, + 915.0, + 426.0, + 877.0, + 426.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 361.0, + 442.0, + 399.0, + 442.0, + 399.0, + 461.0, + 361.0, + 461.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 876.0, + 442.0, + 915.0, + 442.0, + 915.0, + 461.0, + 876.0, + 461.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 362.0, + 477.0, + 397.0, + 477.0, + 397.0, + 492.0, + 362.0, + 492.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 411.0, + 487.0, + 426.0, + 487.0, + 426.0, + 501.0, + 411.0, + 501.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 478.0, + 484.0, + 517.0, + 484.0, + 517.0, + 504.0, + 478.0, + 504.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 553.0, + 483.0, + 596.0, + 483.0, + 596.0, + 504.0, + 553.0, + 504.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 631.0, + 482.0, + 674.0, + 482.0, + 674.0, + 504.0, + 631.0, + 504.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 708.0, + 482.0, + 752.0, + 482.0, + 752.0, + 504.0, + 708.0, + 504.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 786.0, + 483.0, + 831.0, + 483.0, + 831.0, + 504.0, + 786.0, + 504.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 877.0, + 477.0, + 914.0, + 477.0, + 914.0, + 492.0, + 877.0, + 492.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 923.0, + 486.0, + 946.0, + 486.0, + 946.0, + 503.0, + 923.0, + 503.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 983.0, + 486.0, + 1008.0, + 486.0, + 1008.0, + 503.0, + 983.0, + 503.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1044.0, + 486.0, + 1069.0, + 486.0, + 1069.0, + 503.0, + 1044.0, + 503.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1106.0, + 486.0, + 1128.0, + 486.0, + 1128.0, + 503.0, + 1106.0, + 503.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1166.0, + 486.0, + 1190.0, + 486.0, + 1190.0, + 503.0, + 1166.0, + 503.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1226.0, + 486.0, + 1251.0, + 486.0, + 1251.0, + 503.0, + 1226.0, + 503.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1288.0, + 486.0, + 1312.0, + 486.0, + 1312.0, + 503.0, + 1288.0, + 503.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 597.0, + 495.0, + 630.0, + 495.0, + 630.0, + 515.0, + 597.0, + 515.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1103.0, + 497.0, + 1155.0, + 497.0, + 1155.0, + 515.0, + 1103.0, + 515.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1322.0, + 497.0, + 1348.0, + 497.0, + 1348.0, + 514.0, + 1322.0, + 514.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 418.0, + 516.0, + 765.0, + 516.0, + 765.0, + 552.0, + 418.0, + 552.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 902.0, + 518.0, + 1316.0, + 518.0, + 1316.0, + 550.0, + 902.0, + 550.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1302.75, + 424.0, + 1322.75, + 424.0, + 1322.75, + 437.0, + 1302.75, + 437.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 558.0, + 1404.0, + 558.0, + 1404.0, + 594.0, + 295.0, + 594.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 588.0, + 1401.0, + 588.0, + 1401.0, + 622.0, + 293.0, + 622.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 618.0, + 1403.0, + 618.0, + 1403.0, + 655.0, + 294.0, + 655.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 651.0, + 756.0, + 651.0, + 756.0, + 684.0, + 295.0, + 684.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 721.0, + 535.0, + 721.0, + 535.0, + 764.0, + 292.0, + 764.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 816.0, + 73.0, + 816.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1433.0, + 491.0, + 1433.0, + 491.0, + 1473.0, + 296.0, + 1473.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 299.0, + 1275.0, + 558.0, + 1275.0, + 558.0, + 1305.0, + 299.0, + 1305.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 2084.0, + 871.0, + 2084.0, + 871.0, + 2125.0, + 831.0, + 2125.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1022.0, + 1407.0, + 1022.0, + 1407.0, + 1057.0, + 294.0, + 1057.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1052.0, + 1405.0, + 1052.0, + 1405.0, + 1089.0, + 293.0, + 1089.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1081.0, + 1403.0, + 1081.0, + 1403.0, + 1120.0, + 294.0, + 1120.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1115.0, + 1407.0, + 1115.0, + 1407.0, + 1149.0, + 293.0, + 1149.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1143.0, + 1405.0, + 1143.0, + 1405.0, + 1180.0, + 293.0, + 1180.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1176.0, + 1405.0, + 1176.0, + 1405.0, + 1211.0, + 293.0, + 1211.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1205.0, + 1074.0, + 1205.0, + 1074.0, + 1242.0, + 294.0, + 1242.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 793.0, + 1404.0, + 793.0, + 1404.0, + 827.0, + 296.0, + 827.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 825.0, + 1403.0, + 825.0, + 1403.0, + 857.0, + 293.0, + 857.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 854.0, + 1403.0, + 854.0, + 1403.0, + 888.0, + 294.0, + 888.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 885.0, + 1403.0, + 885.0, + 1403.0, + 919.0, + 294.0, + 919.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 914.0, + 1404.0, + 914.0, + 1404.0, + 950.0, + 293.0, + 950.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 946.0, + 437.0, + 946.0, + 437.0, + 980.0, + 293.0, + 980.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 459.0, + 946.0, + 1404.0, + 946.0, + 1404.0, + 980.0, + 459.0, + 980.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 979.0, + 489.0, + 979.0, + 489.0, + 1011.0, + 296.0, + 1011.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1325.0, + 1403.0, + 1325.0, + 1403.0, + 1361.0, + 296.0, + 1361.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1353.0, + 698.0, + 1353.0, + 698.0, + 1394.0, + 294.0, + 1394.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1601.0, + 1403.0, + 1601.0, + 1403.0, + 1637.0, + 295.0, + 1637.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1633.0, + 1247.0, + 1633.0, + 1247.0, + 1667.0, + 322.0, + 1667.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1685.0, + 1404.0, + 1685.0, + 1404.0, + 1722.0, + 296.0, + 1722.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1717.0, + 1394.0, + 1717.0, + 1394.0, + 1753.0, + 323.0, + 1753.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1769.0, + 1401.0, + 1769.0, + 1401.0, + 1805.0, + 295.0, + 1805.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1801.0, + 518.0, + 1801.0, + 518.0, + 1835.0, + 320.0, + 1835.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1856.0, + 1404.0, + 1856.0, + 1404.0, + 1893.0, + 294.0, + 1893.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1886.0, + 1404.0, + 1886.0, + 1404.0, + 1922.0, + 323.0, + 1922.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1920.0, + 723.0, + 1920.0, + 723.0, + 1950.0, + 320.0, + 1950.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1967.0, + 1401.0, + 1967.0, + 1401.0, + 2010.0, + 292.0, + 2010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 2001.0, + 982.0, + 2001.0, + 982.0, + 2036.0, + 322.0, + 2036.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1487.0, + 1404.0, + 1487.0, + 1404.0, + 1520.0, + 296.0, + 1520.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 325.0, + 1518.0, + 1405.0, + 1518.0, + 1405.0, + 1552.0, + 325.0, + 1552.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 325.0, + 1548.0, + 863.0, + 1548.0, + 863.0, + 1582.0, + 325.0, + 1582.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 9, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 2, + "poly": [ + 299, + 75, + 816, + 75, + 816, + 105, + 299, + 105 + ], + "score": 0.878 + }, + { + "category_id": 1, + "poly": [ + 296, + 1330, + 1401, + 1330, + 1401, + 1395, + 296, + 1395 + ], + "score": 0.868 + }, + { + "category_id": 1, + "poly": [ + 295, + 1245, + 1401, + 1245, + 1401, + 1309, + 295, + 1309 + ], + "score": 0.851 + }, + { + "category_id": 1, + "poly": [ + 297, + 1737, + 1403, + 1737, + 1403, + 1831, + 297, + 1831 + ], + "score": 0.848 + }, + { + "category_id": 1, + "poly": [ + 298, + 1620, + 1405, + 1620, + 1405, + 1715, + 298, + 1715 + ], + "score": 0.831 + }, + { + "category_id": 2, + "poly": [ + 836, + 2088, + 863, + 2088, + 863, + 2113, + 836, + 2113 + ], + "score": 0.828 + }, + { + "category_id": 1, + "poly": [ + 294, + 1416, + 1402, + 1416, + 1402, + 1482, + 294, + 1482 + ], + "score": 0.817 + }, + { + "category_id": 1, + "poly": [ + 301, + 1072, + 1400, + 1072, + 1400, + 1136, + 301, + 1136 + ], + "score": 0.805 + }, + { + "category_id": 1, + "poly": [ + 299, + 228, + 1403, + 228, + 1403, + 354, + 299, + 354 + ], + "score": 0.802 + }, + { + "category_id": 1, + "poly": [ + 297, + 1157, + 1402, + 1157, + 1402, + 1223, + 297, + 1223 + ], + "score": 0.8 + }, + { + "category_id": 1, + "poly": [ + 298, + 868, + 1401, + 868, + 1401, + 932, + 298, + 932 + ], + "score": 0.799 + }, + { + "category_id": 1, + "poly": [ + 299, + 1854, + 1402, + 1854, + 1402, + 1948, + 299, + 1948 + ], + "score": 0.797 + }, + { + "category_id": 1, + "poly": [ + 298, + 1503, + 1405, + 1503, + 1405, + 1599, + 298, + 1599 + ], + "score": 0.782 + }, + { + "category_id": 1, + "poly": [ + 302, + 1971, + 1398, + 1971, + 1398, + 2034, + 302, + 2034 + ], + "score": 0.779 + }, + { + "category_id": 1, + "poly": [ + 298, + 665, + 1400, + 665, + 1400, + 759, + 298, + 759 + ], + "score": 0.767 + }, + { + "category_id": 1, + "poly": [ + 296, + 578, + 1401, + 578, + 1401, + 644, + 296, + 644 + ], + "score": 0.765 + }, + { + "category_id": 1, + "poly": [ + 296, + 376, + 1399, + 376, + 1399, + 440, + 296, + 440 + ], + "score": 0.765 + }, + { + "category_id": 1, + "poly": [ + 294, + 782, + 1401, + 782, + 1401, + 847, + 294, + 847 + ], + "score": 0.747 + }, + { + "category_id": 1, + "poly": [ + 297, + 954, + 1404, + 954, + 1404, + 1049, + 297, + 1049 + ], + "score": 0.747 + }, + { + "category_id": 1, + "poly": [ + 298, + 461, + 1404, + 461, + 1404, + 557, + 298, + 557 + ], + "score": 0.587 + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 817.0, + 73.0, + 817.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2085.0, + 868.0, + 2085.0, + 868.0, + 2125.0, + 832.0, + 2125.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1332.0, + 1403.0, + 1332.0, + 1403.0, + 1368.0, + 295.0, + 1368.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1364.0, + 730.0, + 1364.0, + 730.0, + 1397.0, + 321.0, + 1397.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1245.0, + 1405.0, + 1245.0, + 1405.0, + 1281.0, + 295.0, + 1281.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1276.0, + 862.0, + 1276.0, + 862.0, + 1310.0, + 324.0, + 1310.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1734.0, + 1404.0, + 1734.0, + 1404.0, + 1776.0, + 294.0, + 1776.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1768.0, + 1404.0, + 1768.0, + 1404.0, + 1802.0, + 322.0, + 1802.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1796.0, + 399.0, + 1796.0, + 399.0, + 1833.0, + 320.0, + 1833.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1621.0, + 1405.0, + 1621.0, + 1405.0, + 1655.0, + 297.0, + 1655.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1652.0, + 1406.0, + 1652.0, + 1406.0, + 1688.0, + 321.0, + 1688.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1682.0, + 805.0, + 1682.0, + 805.0, + 1716.0, + 323.0, + 1716.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1417.0, + 1405.0, + 1417.0, + 1405.0, + 1453.0, + 297.0, + 1453.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 325.0, + 1450.0, + 1025.0, + 1450.0, + 1025.0, + 1483.0, + 325.0, + 1483.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1071.0, + 1405.0, + 1071.0, + 1405.0, + 1110.0, + 295.0, + 1110.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1103.0, + 1014.0, + 1103.0, + 1014.0, + 1137.0, + 322.0, + 1137.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 231.0, + 1405.0, + 231.0, + 1405.0, + 264.0, + 295.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 262.0, + 1403.0, + 262.0, + 1403.0, + 295.0, + 322.0, + 295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 292.0, + 1403.0, + 292.0, + 1403.0, + 329.0, + 322.0, + 329.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 322.0, + 944.0, + 322.0, + 944.0, + 355.0, + 324.0, + 355.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1155.0, + 1406.0, + 1155.0, + 1406.0, + 1198.0, + 293.0, + 1198.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 325.0, + 1191.0, + 1313.0, + 1191.0, + 1313.0, + 1224.0, + 325.0, + 1224.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 869.0, + 1403.0, + 869.0, + 1403.0, + 905.0, + 296.0, + 905.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 900.0, + 1395.0, + 900.0, + 1395.0, + 936.0, + 323.0, + 936.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1850.0, + 1406.0, + 1850.0, + 1406.0, + 1893.0, + 293.0, + 1893.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1885.0, + 1404.0, + 1885.0, + 1404.0, + 1922.0, + 320.0, + 1922.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 1913.0, + 398.0, + 1913.0, + 398.0, + 1950.0, + 319.0, + 1950.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1504.0, + 1403.0, + 1504.0, + 1403.0, + 1539.0, + 296.0, + 1539.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 325.0, + 1538.0, + 1403.0, + 1538.0, + 1403.0, + 1568.0, + 325.0, + 1568.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 325.0, + 1566.0, + 875.0, + 1566.0, + 875.0, + 1600.0, + 325.0, + 1600.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1969.0, + 1407.0, + 1969.0, + 1407.0, + 2009.0, + 296.0, + 2009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 2001.0, + 1019.0, + 2001.0, + 1019.0, + 2037.0, + 323.0, + 2037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 663.0, + 1405.0, + 663.0, + 1405.0, + 705.0, + 293.0, + 705.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 695.0, + 1405.0, + 695.0, + 1405.0, + 733.0, + 321.0, + 733.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 727.0, + 397.0, + 727.0, + 397.0, + 761.0, + 322.0, + 761.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 577.0, + 1405.0, + 577.0, + 1405.0, + 616.0, + 295.0, + 616.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 611.0, + 1314.0, + 611.0, + 1314.0, + 645.0, + 321.0, + 645.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 375.0, + 1404.0, + 375.0, + 1404.0, + 413.0, + 294.0, + 413.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 408.0, + 1404.0, + 408.0, + 1404.0, + 444.0, + 322.0, + 444.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 784.0, + 1402.0, + 784.0, + 1402.0, + 820.0, + 296.0, + 820.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 813.0, + 1275.0, + 813.0, + 1275.0, + 849.0, + 323.0, + 849.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 954.0, + 1405.0, + 954.0, + 1405.0, + 992.0, + 295.0, + 992.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 983.0, + 1405.0, + 983.0, + 1405.0, + 1026.0, + 321.0, + 1026.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1017.0, + 505.0, + 1017.0, + 505.0, + 1049.0, + 324.0, + 1049.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 461.0, + 1404.0, + 461.0, + 1404.0, + 499.0, + 296.0, + 499.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 325.0, + 494.0, + 1405.0, + 494.0, + 1405.0, + 529.0, + 325.0, + 529.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 325.0, + 525.0, + 862.0, + 525.0, + 862.0, + 559.0, + 325.0, + 559.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 10, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 2, + "poly": [ + 300, + 75, + 816, + 75, + 816, + 105, + 300, + 105 + ], + "score": 0.884 + }, + { + "category_id": 2, + "poly": [ + 836, + 2088, + 865, + 2088, + 865, + 2113, + 836, + 2113 + ], + "score": 0.827 + }, + { + "category_id": 1, + "poly": [ + 296, + 1070, + 1403, + 1070, + 1403, + 1134, + 296, + 1134 + ], + "score": 0.734 + }, + { + "category_id": 1, + "poly": [ + 296, + 985, + 1402, + 985, + 1402, + 1052, + 296, + 1052 + ], + "score": 0.712 + }, + { + "category_id": 1, + "poly": [ + 289, + 1629, + 1405, + 1629, + 1405, + 1694, + 289, + 1694 + ], + "score": 0.702 + }, + { + "category_id": 1, + "poly": [ + 295, + 902, + 1401, + 902, + 1401, + 968, + 295, + 968 + ], + "score": 0.679 + }, + { + "category_id": 1, + "poly": [ + 300, + 229, + 1400, + 229, + 1400, + 324, + 300, + 324 + ], + "score": 0.675 + }, + { + "category_id": 1, + "poly": [ + 291, + 1547, + 1404, + 1547, + 1404, + 1611, + 291, + 1611 + ], + "score": 0.673 + }, + { + "category_id": 1, + "poly": [ + 301, + 705, + 1396, + 705, + 1396, + 771, + 301, + 771 + ], + "score": 0.661 + }, + { + "category_id": 1, + "poly": [ + 298, + 1712, + 1402, + 1712, + 1402, + 1808, + 298, + 1808 + ], + "score": 0.66 + }, + { + "category_id": 1, + "poly": [ + 298, + 653, + 1265, + 653, + 1265, + 687, + 298, + 687 + ], + "score": 0.635 + }, + { + "category_id": 1, + "poly": [ + 297, + 455, + 1399, + 455, + 1399, + 521, + 297, + 521 + ], + "score": 0.625 + }, + { + "category_id": 1, + "poly": [ + 298, + 1265, + 1401, + 1265, + 1401, + 1362, + 298, + 1362 + ], + "score": 0.622 + }, + { + "category_id": 1, + "poly": [ + 291, + 1379, + 1402, + 1379, + 1402, + 1446, + 291, + 1446 + ], + "score": 0.618 + }, + { + "category_id": 1, + "poly": [ + 293, + 1463, + 1404, + 1463, + 1404, + 1528, + 293, + 1528 + ], + "score": 0.608 + }, + { + "category_id": 1, + "poly": [ + 297, + 540, + 1404, + 540, + 1404, + 634, + 297, + 634 + ], + "score": 0.598 + }, + { + "category_id": 1, + "poly": [ + 298, + 343, + 1399, + 343, + 1399, + 438, + 298, + 438 + ], + "score": 0.583 + }, + { + "category_id": 1, + "poly": [ + 301, + 1827, + 1399, + 1827, + 1399, + 1923, + 301, + 1923 + ], + "score": 0.578 + }, + { + "category_id": 1, + "poly": [ + 299, + 1941, + 1402, + 1941, + 1402, + 2034, + 299, + 2034 + ], + "score": 0.533 + }, + { + "category_id": 1, + "poly": [ + 297, + 1152, + 1402, + 1152, + 1402, + 1246, + 297, + 1246 + ], + "score": 0.463 + }, + { + "category_id": 1, + "poly": [ + 296, + 788, + 1403, + 788, + 1403, + 883, + 296, + 883 + ], + "score": 0.428 + }, + { + "category_id": 15, + "poly": [ + 296.0, + 73.0, + 817.0, + 73.0, + 817.0, + 108.0, + 296.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2085.0, + 870.0, + 2085.0, + 870.0, + 2124.0, + 832.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1069.0, + 1404.0, + 1069.0, + 1404.0, + 1107.0, + 294.0, + 1107.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1101.0, + 1054.0, + 1101.0, + 1054.0, + 1135.0, + 321.0, + 1135.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 986.0, + 1404.0, + 986.0, + 1404.0, + 1022.0, + 296.0, + 1022.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 325.0, + 1017.0, + 960.0, + 1017.0, + 960.0, + 1052.0, + 325.0, + 1052.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1629.0, + 1406.0, + 1629.0, + 1406.0, + 1665.0, + 296.0, + 1665.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1659.0, + 847.0, + 1659.0, + 847.0, + 1695.0, + 321.0, + 1695.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 903.0, + 1405.0, + 903.0, + 1405.0, + 939.0, + 297.0, + 939.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 934.0, + 1114.0, + 934.0, + 1114.0, + 969.0, + 322.0, + 969.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 229.0, + 1405.0, + 229.0, + 1405.0, + 267.0, + 296.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 262.0, + 1405.0, + 262.0, + 1405.0, + 297.0, + 322.0, + 297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 291.0, + 869.0, + 291.0, + 869.0, + 325.0, + 321.0, + 325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1543.0, + 1407.0, + 1543.0, + 1407.0, + 1585.0, + 293.0, + 1585.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1579.0, + 1016.0, + 1579.0, + 1016.0, + 1611.0, + 324.0, + 1611.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 706.0, + 1401.0, + 706.0, + 1401.0, + 742.0, + 297.0, + 742.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 738.0, + 804.0, + 738.0, + 804.0, + 772.0, + 322.0, + 772.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1711.0, + 1401.0, + 1711.0, + 1401.0, + 1749.0, + 293.0, + 1749.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1744.0, + 1404.0, + 1744.0, + 1404.0, + 1781.0, + 321.0, + 1781.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 318.0, + 1771.0, + 397.0, + 1771.0, + 397.0, + 1809.0, + 318.0, + 1809.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 651.0, + 1267.0, + 651.0, + 1267.0, + 690.0, + 292.0, + 690.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 456.0, + 1403.0, + 456.0, + 1403.0, + 492.0, + 296.0, + 492.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 488.0, + 1282.0, + 488.0, + 1282.0, + 522.0, + 322.0, + 522.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1262.0, + 1405.0, + 1262.0, + 1405.0, + 1305.0, + 292.0, + 1305.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1299.0, + 1405.0, + 1299.0, + 1405.0, + 1333.0, + 323.0, + 1333.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1328.0, + 1026.0, + 1328.0, + 1026.0, + 1363.0, + 323.0, + 1363.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1381.0, + 1404.0, + 1381.0, + 1404.0, + 1414.0, + 295.0, + 1414.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1411.0, + 1232.0, + 1411.0, + 1232.0, + 1446.0, + 322.0, + 1446.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1461.0, + 1406.0, + 1461.0, + 1406.0, + 1499.0, + 293.0, + 1499.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1494.0, + 798.0, + 1494.0, + 798.0, + 1529.0, + 322.0, + 1529.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 539.0, + 1407.0, + 539.0, + 1407.0, + 575.0, + 295.0, + 575.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 570.0, + 1406.0, + 570.0, + 1406.0, + 608.0, + 320.0, + 608.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 603.0, + 610.0, + 603.0, + 610.0, + 632.0, + 322.0, + 632.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 342.0, + 1404.0, + 342.0, + 1404.0, + 380.0, + 294.0, + 380.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 372.0, + 1403.0, + 372.0, + 1403.0, + 409.0, + 322.0, + 409.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 405.0, + 756.0, + 405.0, + 756.0, + 439.0, + 324.0, + 439.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1827.0, + 1404.0, + 1827.0, + 1404.0, + 1862.0, + 296.0, + 1862.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1859.0, + 1403.0, + 1859.0, + 1403.0, + 1893.0, + 321.0, + 1893.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 325.0, + 1886.0, + 934.0, + 1886.0, + 934.0, + 1925.0, + 325.0, + 1925.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1934.0, + 1403.0, + 1934.0, + 1403.0, + 1982.0, + 292.0, + 1982.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1972.0, + 1406.0, + 1972.0, + 1406.0, + 2008.0, + 322.0, + 2008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 2003.0, + 625.0, + 2003.0, + 625.0, + 2034.0, + 323.0, + 2034.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1152.0, + 1404.0, + 1152.0, + 1404.0, + 1191.0, + 293.0, + 1191.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1183.0, + 1404.0, + 1183.0, + 1404.0, + 1220.0, + 321.0, + 1220.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1209.0, + 398.0, + 1209.0, + 398.0, + 1250.0, + 320.0, + 1250.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 788.0, + 1403.0, + 788.0, + 1403.0, + 825.0, + 295.0, + 825.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 820.0, + 1405.0, + 820.0, + 1405.0, + 857.0, + 322.0, + 857.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 845.0, + 399.0, + 845.0, + 399.0, + 886.0, + 320.0, + 886.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 11, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 962, + 1404, + 962, + 1404, + 1058, + 298, + 1058 + ], + "score": 0.911 + }, + { + "category_id": 1, + "poly": [ + 293, + 1242, + 1402, + 1242, + 1402, + 1306, + 293, + 1306 + ], + "score": 0.906 + }, + { + "category_id": 1, + "poly": [ + 298, + 849, + 1405, + 849, + 1405, + 944, + 298, + 944 + ], + "score": 0.904 + }, + { + "category_id": 1, + "poly": [ + 298, + 735, + 1405, + 735, + 1405, + 829, + 298, + 829 + ], + "score": 0.902 + }, + { + "category_id": 1, + "poly": [ + 300, + 1076, + 1397, + 1076, + 1397, + 1140, + 300, + 1140 + ], + "score": 0.895 + }, + { + "category_id": 1, + "poly": [ + 299, + 1438, + 1400, + 1438, + 1400, + 1533, + 299, + 1533 + ], + "score": 0.894 + }, + { + "category_id": 1, + "poly": [ + 293, + 1325, + 1402, + 1325, + 1402, + 1419, + 293, + 1419 + ], + "score": 0.891 + }, + { + "category_id": 1, + "poly": [ + 296, + 1159, + 1402, + 1159, + 1402, + 1224, + 296, + 1224 + ], + "score": 0.889 + }, + { + "category_id": 2, + "poly": [ + 299, + 75, + 817, + 75, + 817, + 105, + 299, + 105 + ], + "score": 0.881 + }, + { + "category_id": 1, + "poly": [ + 297, + 538, + 1405, + 538, + 1405, + 664, + 297, + 664 + ], + "score": 0.878 + }, + { + "category_id": 1, + "poly": [ + 297, + 425, + 1403, + 425, + 1403, + 519, + 297, + 519 + ], + "score": 0.869 + }, + { + "category_id": 1, + "poly": [ + 297, + 228, + 1400, + 228, + 1400, + 323, + 297, + 323 + ], + "score": 0.858 + }, + { + "category_id": 1, + "poly": [ + 292, + 343, + 1402, + 343, + 1402, + 407, + 292, + 407 + ], + "score": 0.853 + }, + { + "category_id": 1, + "poly": [ + 293, + 682, + 1400, + 682, + 1400, + 718, + 293, + 718 + ], + "score": 0.852 + }, + { + "category_id": 2, + "poly": [ + 836, + 2088, + 865, + 2088, + 865, + 2113, + 836, + 2113 + ], + "score": 0.833 + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 817.0, + 73.0, + 817.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2085.0, + 870.0, + 2085.0, + 870.0, + 2123.0, + 832.0, + 2123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 957.0, + 463.0, + 957.0, + 463.0, + 998.0, + 293.0, + 998.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 558.0, + 959.0, + 1406.0, + 959.0, + 1406.0, + 999.0, + 558.0, + 999.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 993.0, + 389.0, + 993.0, + 389.0, + 1027.0, + 321.0, + 1027.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 582.0, + 994.0, + 1402.0, + 994.0, + 1402.0, + 1028.0, + 582.0, + 1028.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1023.0, + 1160.0, + 1023.0, + 1160.0, + 1060.0, + 323.0, + 1060.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1242.0, + 1404.0, + 1242.0, + 1404.0, + 1278.0, + 295.0, + 1278.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1273.0, + 902.0, + 1273.0, + 902.0, + 1309.0, + 324.0, + 1309.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 848.0, + 1405.0, + 848.0, + 1405.0, + 886.0, + 295.0, + 886.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 881.0, + 1405.0, + 881.0, + 1405.0, + 915.0, + 321.0, + 915.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 910.0, + 1028.0, + 910.0, + 1028.0, + 948.0, + 321.0, + 948.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 737.0, + 1403.0, + 737.0, + 1403.0, + 771.0, + 295.0, + 771.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 767.0, + 1403.0, + 767.0, + 1403.0, + 801.0, + 322.0, + 801.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 797.0, + 463.0, + 797.0, + 463.0, + 828.0, + 322.0, + 828.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1077.0, + 1400.0, + 1077.0, + 1400.0, + 1109.0, + 297.0, + 1109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 326.0, + 1108.0, + 1376.0, + 1108.0, + 1376.0, + 1140.0, + 326.0, + 1140.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1436.0, + 1404.0, + 1436.0, + 1404.0, + 1477.0, + 294.0, + 1477.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1471.0, + 1404.0, + 1471.0, + 1404.0, + 1505.0, + 323.0, + 1505.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1499.0, + 794.0, + 1499.0, + 794.0, + 1537.0, + 322.0, + 1537.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1323.0, + 1404.0, + 1323.0, + 1404.0, + 1361.0, + 292.0, + 1361.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1355.0, + 1404.0, + 1355.0, + 1404.0, + 1393.0, + 321.0, + 1393.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 325.0, + 1388.0, + 505.0, + 1388.0, + 505.0, + 1418.0, + 325.0, + 1418.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1159.0, + 1406.0, + 1159.0, + 1406.0, + 1195.0, + 296.0, + 1195.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1189.0, + 943.0, + 1189.0, + 943.0, + 1225.0, + 321.0, + 1225.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 539.0, + 1405.0, + 539.0, + 1405.0, + 575.0, + 295.0, + 575.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 569.0, + 1406.0, + 569.0, + 1406.0, + 606.0, + 321.0, + 606.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 601.0, + 1406.0, + 601.0, + 1406.0, + 637.0, + 320.0, + 637.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 630.0, + 395.0, + 630.0, + 395.0, + 663.0, + 321.0, + 663.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 422.0, + 1405.0, + 422.0, + 1405.0, + 465.0, + 291.0, + 465.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 456.0, + 1404.0, + 456.0, + 1404.0, + 490.0, + 322.0, + 490.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 483.0, + 465.0, + 483.0, + 465.0, + 521.0, + 322.0, + 521.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 227.0, + 1405.0, + 227.0, + 1405.0, + 267.0, + 295.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 261.0, + 1404.0, + 261.0, + 1404.0, + 297.0, + 321.0, + 297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 291.0, + 639.0, + 291.0, + 639.0, + 324.0, + 322.0, + 324.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 343.0, + 1404.0, + 343.0, + 1404.0, + 379.0, + 295.0, + 379.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 374.0, + 1086.0, + 374.0, + 1086.0, + 408.0, + 323.0, + 408.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 679.0, + 1403.0, + 679.0, + 1403.0, + 720.0, + 293.0, + 720.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 12, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1218, + 1404, + 1218, + 1404, + 1387, + 297, + 1387 + ], + "score": 0.975 + }, + { + "category_id": 1, + "poly": [ + 297, + 1778, + 1402, + 1778, + 1402, + 1874, + 297, + 1874 + ], + "score": 0.967 + }, + { + "category_id": 8, + "poly": [ + 674, + 343, + 1027, + 343, + 1027, + 459, + 674, + 459 + ], + "score": 0.962 + }, + { + "category_id": 8, + "poly": [ + 604, + 1966, + 1092, + 1966, + 1092, + 2041, + 604, + 2041 + ], + "score": 0.951 + }, + { + "category_id": 8, + "poly": [ + 468, + 869, + 1229, + 869, + 1229, + 962, + 468, + 962 + ], + "score": 0.944 + }, + { + "category_id": 1, + "poly": [ + 295, + 469, + 1400, + 469, + 1400, + 534, + 295, + 534 + ], + "score": 0.943 + }, + { + "category_id": 8, + "poly": [ + 574, + 596, + 1124, + 596, + 1124, + 672, + 574, + 672 + ], + "score": 0.942 + }, + { + "category_id": 1, + "poly": [ + 296, + 1903, + 1401, + 1903, + 1401, + 1966, + 296, + 1966 + ], + "score": 0.935 + }, + { + "category_id": 8, + "poly": [ + 501, + 792, + 898, + 792, + 898, + 862, + 501, + 862 + ], + "score": 0.934 + }, + { + "category_id": 8, + "poly": [ + 471, + 1401, + 1221, + 1401, + 1221, + 1757, + 471, + 1757 + ], + "score": 0.931 + }, + { + "category_id": 1, + "poly": [ + 298, + 1071, + 908, + 1071, + 908, + 1105, + 298, + 1105 + ], + "score": 0.929 + }, + { + "category_id": 8, + "poly": [ + 665, + 550, + 1087, + 550, + 1087, + 589, + 665, + 589 + ], + "score": 0.925 + }, + { + "category_id": 1, + "poly": [ + 295, + 294, + 1300, + 294, + 1300, + 329, + 295, + 329 + ], + "score": 0.922 + }, + { + "category_id": 1, + "poly": [ + 290, + 701, + 1316, + 701, + 1316, + 735, + 290, + 735 + ], + "score": 0.92 + }, + { + "category_id": 2, + "poly": [ + 298, + 73, + 817, + 73, + 817, + 106, + 298, + 106 + ], + "score": 0.916 + }, + { + "category_id": 0, + "poly": [ + 300, + 225, + 509, + 225, + 509, + 262, + 300, + 262 + ], + "score": 0.913 + }, + { + "category_id": 9, + "poly": [ + 1351, + 1701, + 1400, + 1701, + 1400, + 1732, + 1351, + 1732 + ], + "score": 0.892 + }, + { + "category_id": 9, + "poly": [ + 1351, + 1609, + 1400, + 1609, + 1400, + 1640, + 1351, + 1640 + ], + "score": 0.889 + }, + { + "category_id": 9, + "poly": [ + 1352, + 972, + 1400, + 972, + 1400, + 1002, + 1352, + 1002 + ], + "score": 0.886 + }, + { + "category_id": 9, + "poly": [ + 1352, + 752, + 1400, + 752, + 1400, + 783, + 1352, + 783 + ], + "score": 0.885 + }, + { + "category_id": 8, + "poly": [ + 506, + 750, + 659, + 750, + 659, + 786, + 506, + 786 + ], + "score": 0.885 + }, + { + "category_id": 9, + "poly": [ + 1351, + 617, + 1401, + 617, + 1401, + 648, + 1351, + 648 + ], + "score": 0.883 + }, + { + "category_id": 9, + "poly": [ + 1352, + 552, + 1400, + 552, + 1400, + 582, + 1352, + 582 + ], + "score": 0.882 + }, + { + "category_id": 9, + "poly": [ + 1351, + 898, + 1400, + 898, + 1400, + 929, + 1351, + 929 + ], + "score": 0.877 + }, + { + "category_id": 9, + "poly": [ + 1351, + 801, + 1400, + 801, + 1400, + 832, + 1351, + 832 + ], + "score": 0.874 + }, + { + "category_id": 2, + "poly": [ + 836, + 2088, + 865, + 2088, + 865, + 2113, + 836, + 2113 + ], + "score": 0.873 + }, + { + "category_id": 9, + "poly": [ + 1351, + 1011, + 1400, + 1011, + 1400, + 1042, + 1351, + 1042 + ], + "score": 0.872 + }, + { + "category_id": 8, + "poly": [ + 485, + 1009, + 859, + 1009, + 859, + 1057, + 485, + 1057 + ], + "score": 0.838 + }, + { + "category_id": 8, + "poly": [ + 298, + 1141, + 1089, + 1141, + 1089, + 1189, + 298, + 1189 + ], + "score": 0.829 + }, + { + "category_id": 8, + "poly": [ + 489, + 971, + 711, + 971, + 711, + 1004, + 489, + 1004 + ], + "score": 0.752 + }, + { + "category_id": 8, + "poly": [ + 543, + 1678, + 985, + 1678, + 985, + 1762, + 543, + 1762 + ], + "score": 0.363 + }, + { + "category_id": 8, + "poly": [ + 480, + 971, + 860, + 971, + 860, + 1057, + 480, + 1057 + ], + "score": 0.149 + }, + { + "category_id": 14, + "poly": [ + 471, + 1401, + 1221, + 1401, + 1221, + 1766, + 471, + 1766 + ], + "score": 0.97, + "latex": "\\begin{array} { r l } { \\displaystyle p ( S ) = P ( \\underset { i \\in S } { \\operatorname* { m i n } } G _ { \\phi _ { i } \\setminus } \\ G _ { \\phi _ { D \\setminus S } } ) } \\\\ { \\displaystyle } & { = P ( G _ { \\phi _ { i } } > G _ { \\phi _ { D \\setminus S } } , i \\in S ) } \\\\ { \\displaystyle } & { = \\int _ { g _ { \\phi _ { D \\setminus S } } = - \\infty } ^ { \\infty } f _ { \\phi _ { D \\setminus S } } ( g _ { \\phi _ { D \\setminus S } } ) P ( G _ { \\phi _ { i } } > g _ { \\phi _ { D \\setminus S } } , i \\in S ) \\partial g _ { \\phi _ { D \\setminus S } } } \\\\ { \\displaystyle } & { = \\int _ { g _ { \\phi _ { D \\setminus S } } = - \\infty } ^ { \\infty } f _ { \\phi _ { D \\setminus S } } ( g _ { \\phi _ { D \\setminus S } } ) \\prod _ { i \\in S } \\left( 1 - F _ { \\phi _ { \\star } } ( g _ { \\phi _ { D \\setminus S } } ) \\right) \\partial g _ { \\phi _ { D \\setminus S } } } \\\\ { \\displaystyle } & { = \\int _ { u = 0 } ^ { 1 } \\prod _ { i \\in S } \\left( 1 - F _ { \\phi _ { i } } \\left( F _ { \\phi _ { D \\setminus S } } ^ { - 1 } ( u ) \\right) \\right) \\partial u } \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 469, + 746, + 1230, + 746, + 1230, + 1061, + 469, + 1061 + ], + "score": 0.95, + "latex": "\\begin{array} { r l } & { \\displaystyle \\phi _ { i } = \\log p ( i ) } \\\\ & { \\displaystyle \\phi _ { S } = \\log \\displaystyle \\sum _ { i \\in S } p ( i ) = \\log \\sum _ { i \\in S } \\exp \\phi _ { i } } \\\\ & { \\displaystyle \\phi _ { D \\setminus S } = \\log \\sum _ { i \\in D \\setminus S } p ( i ) = \\log \\left( 1 - \\sum _ { i \\in S } p ( i ) \\right) = \\log ( 1 - \\exp ( \\phi _ { S } ) ) } \\\\ & { \\displaystyle { G _ { \\phi _ { i } } \\sim \\mathrm { G u m b e l } ( \\phi _ { i } ) } } \\\\ & { \\displaystyle { G _ { \\phi _ { S } } = \\sum _ { i \\in S } G _ { \\phi _ { i } } \\sim \\mathrm { G u m b e l } ( \\phi _ { S } ) } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 735, + 471, + 801, + 471, + 801, + 506, + 735, + 506 + ], + "score": 0.93, + "latex": "f _ { \\phi } ( g )" + }, + { + "category_id": 14, + "poly": [ + 602, + 1962, + 1094, + 1962, + 1094, + 2043, + 602, + 2043 + ], + "score": 0.93, + "latex": "\\prod _ { i \\in S } ( a _ { i } - b _ { i } ) = \\sum _ { C \\subseteq S } ( - 1 ) ^ { | C | } \\prod _ { i \\in C } b _ { i } \\prod _ { i \\in S \\setminus C } a _ { i }" + }, + { + "category_id": 13, + "poly": [ + 482, + 472, + 552, + 472, + 552, + 506, + 482, + 506 + ], + "score": 0.93, + "latex": "F _ { \\phi } ( g )" + }, + { + "category_id": 14, + "poly": [ + 571, + 544, + 1125, + 544, + 1125, + 675, + 571, + 675 + ], + "score": 0.93, + "latex": "\\begin{array} { c } { { F _ { \\phi } ( g ) F _ { \\gamma } ( g ) = F _ { \\log ( \\exp ( \\phi ) + \\exp ( \\gamma ) ) } ( g ) } } \\\\ { { \\displaystyle \\int _ { g = a } ^ { b } e _ { \\gamma } ( g ) F _ { \\phi } ( g ) \\partial g = ( F _ { \\phi } ( b ) - F _ { \\phi } ( a ) ) \\frac { \\exp ( \\gamma ) } { \\exp ( \\phi ) } . } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 773, + 1780, + 997, + 1780, + 997, + 1817, + 773, + 1817 + ], + "score": 0.93, + "latex": "u = F _ { \\phi _ { D \\setminus S } } ( g _ { \\phi _ { D \\setminus S } } )" + }, + { + "category_id": 14, + "poly": [ + 673, + 339, + 1026, + 339, + 1026, + 463, + 673, + 463 + ], + "score": 0.93, + "latex": "\\begin{array} { l } { { e _ { \\phi } ( g ) = \\exp ( - g + \\phi ) } } \\\\ { { F _ { \\phi } ( g ) = \\exp ( - \\exp ( - g + \\phi ) ) } } \\\\ { { f _ { \\phi } ( g ) = e _ { \\phi } ( g ) F _ { \\phi } ( g ) . } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 1162, + 1351, + 1241, + 1351, + 1241, + 1390, + 1162, + 1390 + ], + "score": 0.93, + "latex": "G _ { \\phi _ { D \\setminus S } }" + }, + { + "category_id": 13, + "poly": [ + 569, + 1904, + 641, + 1904, + 641, + 1940, + 569, + 1940 + ], + "score": 0.92, + "latex": "O ( 2 ^ { k } )" + }, + { + "category_id": 13, + "poly": [ + 297, + 1351, + 764, + 1351, + 764, + 1389, + 297, + 1389 + ], + "score": 0.89, + "latex": "G _ { \\phi _ { D \\setminus S } } = \\operatorname* { m a x } _ { i \\notin S } G _ { \\phi _ { i } } \\sim \\mathrm { G u m b e l } ( \\phi _ { D \\setminus S } )" + }, + { + "category_id": 13, + "poly": [ + 600, + 1253, + 825, + 1253, + 825, + 1288, + 600, + 1288 + ], + "score": 0.89, + "latex": "G _ { \\phi _ { i } } \\sim \\mathrm { G u m b e l } ( \\phi _ { i } )" + }, + { + "category_id": 13, + "poly": [ + 298, + 1318, + 482, + 1318, + 482, + 1354, + 298, + 1354 + ], + "score": 0.89, + "latex": "\\operatorname* { m a x } _ { i \\in D \\setminus S ^ { k } } G _ { \\phi _ { i } }" + }, + { + "category_id": 13, + "poly": [ + 567, + 1220, + 602, + 1220, + 602, + 1251, + 567, + 1251 + ], + "score": 0.88, + "latex": "S ^ { k }" + }, + { + "category_id": 13, + "poly": [ + 1157, + 1285, + 1192, + 1285, + 1192, + 1316, + 1157, + 1316 + ], + "score": 0.88, + "latex": "S ^ { k }" + }, + { + "category_id": 13, + "poly": [ + 775, + 1319, + 794, + 1319, + 794, + 1345, + 775, + 1345 + ], + "score": 0.83, + "latex": "k" + }, + { + "category_id": 13, + "poly": [ + 603, + 1843, + 625, + 1843, + 625, + 1873, + 603, + 1873 + ], + "score": 0.83, + "latex": "\\phi" + }, + { + "category_id": 13, + "poly": [ + 1382, + 1254, + 1401, + 1254, + 1401, + 1280, + 1382, + 1280 + ], + "score": 0.82, + "latex": "k" + }, + { + "category_id": 13, + "poly": [ + 1284, + 1224, + 1302, + 1224, + 1302, + 1250, + 1284, + 1250 + ], + "score": 0.82, + "latex": "k" + }, + { + "category_id": 13, + "poly": [ + 1069, + 472, + 1107, + 472, + 1107, + 505, + 1069, + 505 + ], + "score": 0.8, + "latex": "\\left( \\phi \\right)" + }, + { + "category_id": 13, + "poly": [ + 1221, + 1286, + 1405, + 1286, + 1405, + 1321, + 1221, + 1321 + ], + "score": 0.72, + "latex": "\\mathrm { m i n } _ { i \\in S ^ { k } } G _ { \\phi _ { i } } >" + }, + { + "category_id": 14, + "poly": [ + 622, + 1142, + 1089, + 1142, + 1089, + 1190, + 622, + 1190 + ], + "score": 0.55, + "latex": "p ( S ^ { k } ) , p ^ { D \\setminus C } ( S \\setminus C ) \\ \\mathrm { A N D } \\ R ( S ^ { k } , s )" + }, + { + "category_id": 13, + "poly": [ + 618, + 1145, + 699, + 1145, + 699, + 1188, + 618, + 1188 + ], + "score": 0.54, + "latex": "p ( S ^ { k } )" + }, + { + "category_id": 13, + "poly": [ + 1322, + 1287, + 1403, + 1287, + 1403, + 1321, + 1322, + 1321 + ], + "score": 0.47, + "latex": "G _ { \\phi _ { i } } >" + }, + { + "category_id": 13, + "poly": [ + 714, + 1144, + 889, + 1144, + 889, + 1189, + 714, + 1189 + ], + "score": 0.47, + "latex": "p ^ { D \\backslash C } ( S \\backslash C )" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 72.0, + 817.0, + 72.0, + 817.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 220.0, + 514.0, + 220.0, + 514.0, + 270.0, + 293.0, + 270.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2085.0, + 871.0, + 2085.0, + 871.0, + 2123.0, + 832.0, + 2123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1217.0, + 566.0, + 1217.0, + 566.0, + 1258.0, + 294.0, + 1258.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 603.0, + 1217.0, + 1283.0, + 1217.0, + 1283.0, + 1258.0, + 603.0, + 1258.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1303.0, + 1217.0, + 1405.0, + 1217.0, + 1405.0, + 1258.0, + 1303.0, + 1258.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1250.0, + 599.0, + 1250.0, + 599.0, + 1290.0, + 292.0, + 1290.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 826.0, + 1250.0, + 1381.0, + 1250.0, + 1381.0, + 1290.0, + 826.0, + 1290.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1402.0, + 1250.0, + 1409.0, + 1250.0, + 1409.0, + 1290.0, + 1402.0, + 1290.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1283.0, + 1156.0, + 1283.0, + 1156.0, + 1324.0, + 291.0, + 1324.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1193.0, + 1283.0, + 1220.0, + 1283.0, + 1220.0, + 1324.0, + 1193.0, + 1324.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1318.0, + 297.0, + 1318.0, + 297.0, + 1350.0, + 292.0, + 1350.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 483.0, + 1318.0, + 774.0, + 1318.0, + 774.0, + 1350.0, + 483.0, + 1350.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 795.0, + 1318.0, + 1406.0, + 1318.0, + 1406.0, + 1350.0, + 795.0, + 1350.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 765.0, + 1340.0, + 1161.0, + 1340.0, + 1161.0, + 1399.0, + 765.0, + 1399.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1242.0, + 1340.0, + 1257.0, + 1340.0, + 1257.0, + 1399.0, + 1242.0, + 1399.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1351.0, + 380.0, + 1351.0, + 380.0, + 1393.0, + 294.0, + 1393.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1776.0, + 772.0, + 1776.0, + 772.0, + 1821.0, + 292.0, + 1821.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 998.0, + 1776.0, + 1407.0, + 1776.0, + 1407.0, + 1821.0, + 998.0, + 1821.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1809.0, + 1402.0, + 1809.0, + 1402.0, + 1846.0, + 293.0, + 1846.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1838.0, + 602.0, + 1838.0, + 602.0, + 1876.0, + 296.0, + 1876.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 626.0, + 1838.0, + 644.0, + 1838.0, + 644.0, + 1876.0, + 626.0, + 1876.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 468.0, + 481.0, + 468.0, + 481.0, + 508.0, + 295.0, + 508.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 553.0, + 468.0, + 734.0, + 468.0, + 734.0, + 508.0, + 553.0, + 508.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 802.0, + 468.0, + 1068.0, + 468.0, + 1068.0, + 508.0, + 802.0, + 508.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1108.0, + 468.0, + 1404.0, + 468.0, + 1404.0, + 508.0, + 1108.0, + 508.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 501.0, + 880.0, + 501.0, + 880.0, + 538.0, + 296.0, + 538.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1899.0, + 568.0, + 1899.0, + 568.0, + 1946.0, + 291.0, + 1946.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 642.0, + 1899.0, + 1406.0, + 1899.0, + 1406.0, + 1946.0, + 642.0, + 1946.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1929.0, + 391.0, + 1929.0, + 391.0, + 1976.0, + 291.0, + 1976.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1070.0, + 910.0, + 1070.0, + 910.0, + 1110.0, + 294.0, + 1110.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 293.0, + 1305.0, + 293.0, + 1305.0, + 335.0, + 292.0, + 335.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 698.0, + 1319.0, + 698.0, + 1319.0, + 739.0, + 294.0, + 739.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 13, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 849, + 1403, + 849, + 1403, + 983, + 297, + 983 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 295, + 1610, + 1405, + 1610, + 1405, + 1770, + 295, + 1770 + ], + "score": 0.976 + }, + { + "category_id": 8, + "poly": [ + 411, + 997, + 1284, + 997, + 1284, + 1209, + 411, + 1209 + ], + "score": 0.97 + }, + { + "category_id": 8, + "poly": [ + 387, + 279, + 1310, + 279, + 1310, + 815, + 387, + 815 + ], + "score": 0.97 + }, + { + "category_id": 8, + "poly": [ + 539, + 1291, + 1159, + 1291, + 1159, + 1382, + 539, + 1382 + ], + "score": 0.953 + }, + { + "category_id": 8, + "poly": [ + 465, + 1519, + 1230, + 1519, + 1230, + 1603, + 465, + 1603 + ], + "score": 0.952 + }, + { + "category_id": 8, + "poly": [ + 639, + 1417, + 1059, + 1417, + 1059, + 1492, + 639, + 1492 + ], + "score": 0.946 + }, + { + "category_id": 1, + "poly": [ + 298, + 1396, + 591, + 1396, + 591, + 1427, + 298, + 1427 + ], + "score": 0.932 + }, + { + "category_id": 1, + "poly": [ + 297, + 1500, + 402, + 1500, + 402, + 1530, + 297, + 1530 + ], + "score": 0.932 + }, + { + "category_id": 1, + "poly": [ + 297, + 230, + 435, + 230, + 435, + 262, + 297, + 262 + ], + "score": 0.924 + }, + { + "category_id": 1, + "poly": [ + 297, + 1241, + 1090, + 1241, + 1090, + 1278, + 297, + 1278 + ], + "score": 0.922 + }, + { + "category_id": 2, + "poly": [ + 298, + 74, + 817, + 74, + 817, + 106, + 298, + 106 + ], + "score": 0.917 + }, + { + "category_id": 9, + "poly": [ + 1351, + 751, + 1401, + 751, + 1401, + 783, + 1351, + 783 + ], + "score": 0.9 + }, + { + "category_id": 9, + "poly": [ + 1352, + 1545, + 1400, + 1545, + 1400, + 1577, + 1352, + 1577 + ], + "score": 0.891 + }, + { + "category_id": 9, + "poly": [ + 1350, + 1141, + 1402, + 1141, + 1402, + 1172, + 1350, + 1172 + ], + "score": 0.88 + }, + { + "category_id": 2, + "poly": [ + 836, + 2087, + 865, + 2087, + 865, + 2113, + 836, + 2113 + ], + "score": 0.858 + }, + { + "category_id": 14, + "poly": [ + 384, + 276, + 1309, + 276, + 1309, + 824, + 384, + 824 + ], + "score": 0.95, + "latex": "\\begin{array} { r l } { { \\mu ( S ) = \\int _ { s _ { \\phi ( S ) - } - \\infty } ^ { \\infty } \\longrightarrow \\int _ { \\partial \\sigma _ { \\phi ( S ) } } \\bigl ( g _ { \\phi ( S ) , s } \\bigr ) \\prod ( 1 - F _ { \\phi _ { \\phi } } ( g _ { \\phi ( S ) , s } ) ) \\partial g _ { \\phi _ { \\phi ( S ) , s } } } } \\\\ & { = \\sum _ { c \\in S } ^ { \\infty } ( - 1 ) ^ { C } \\big | \\int _ { s _ { \\phi ( S ) - } - \\infty } ^ { \\infty } \\int _ { \\Phi _ { \\phi ( S ) - } ( \\partial g _ { \\phi ( S ) - } ) } \\prod \\int _ { s _ { \\phi } } F _ { \\phi _ { \\phi } } ( g _ { \\phi ( S ) - s } ) \\prod \\big | \\partial g _ { \\phi _ { \\phi ( S ) - } s } } \\\\ & { = \\sum _ { c \\in S } ^ { \\infty } ( - 1 ) ^ { C } \\big | \\int _ { s _ { \\phi ( S ) - } - \\infty } ^ { \\infty } e _ { \\phi _ { \\phi ( S ) - } ( \\partial g _ { \\phi ( S ) - } ) } F _ { \\phi _ { \\phi _ { \\phi ( S ) - } s } } ( g _ { \\phi _ { S } , s } ) F _ { \\phi _ { \\phi ( S ) - } } ( g _ { \\phi _ { S } , s } ) \\big | \\mathcal { P } _ { \\phi _ { \\phi ( S ) - } } \\big | \\mathcal { P } _ { \\phi _ { \\phi ( S ) - } } \\big | \\mathcal { P } _ { \\phi _ { \\phi ( S ) - } } } \\\\ & { = \\sum _ { c \\in S } ^ { \\infty } ( - 1 ) ^ { C } \\big | \\int _ { s _ { \\phi ( S ) - } - \\infty } ^ { \\infty } e _ { \\phi _ { \\phi ( S ) - } ( \\partial g _ { \\phi ( S ) - } ) } F _ { \\phi _ { \\phi ( S ) - } , \\phi _ { \\phi ( S ) - } } ( g _ { \\phi _ { S } , s } ) \\big | \\partial g _ { \\phi _ { \\phi ( S ) - } } } \\\\ & { = \\sum _ { c \\in S } ^ { \\infty } ( - 1 ) ^ { C } ( 1 - 0 ) \\frac { \\exp ( \\phi _ { \\phi ( S ) - } ) } { \\exp ( \\phi _ { \\phi ( S ) - } ) } } \\\\ & { = \\sum _ { c \\in S } ^ { \\infty } ( - 1 ) ^ { C } ( 1 - 0 ) \\exp ( \\phi _ { \\phi ( S ) - } ) } \\\\ & = \\sum _ { c \\in S } ^ { \\infty } ( - 1 ) ^ { C } ( 1 - \\sum \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 412, + 995, + 1287, + 995, + 1287, + 1211, + 412, + 1211 + ], + "score": 0.94, + "latex": "\\begin{array} { r l } { \\displaystyle p ^ { D \\setminus C } ( S \\setminus C ) = P ( \\underset { i \\in S \\backslash C } { \\mathrm { m i n } } G _ { \\phi _ { i } } > G _ { \\phi _ { ( D \\setminus C ) \\setminus ( S \\setminus C ) } } ) } & { } \\\\ { = P ( \\underset { i \\in S \\backslash C } { \\mathrm { m i n } } G _ { \\phi _ { i } } > G _ { \\phi _ { D \\setminus S } } ) } & { } \\\\ { = \\displaystyle \\int _ { g _ { \\phi _ { D \\setminus S } } = - \\infty } ^ { \\infty } f _ { \\phi _ { D \\setminus S } } \\big ( g _ { \\phi _ { D \\setminus S } } \\big ) \\prod _ { i \\in S \\backslash C } \\left( 1 - F _ { \\phi _ { i } } \\big ( g _ { \\phi _ { D \\setminus S } } \\big ) \\right) \\partial g _ { \\phi _ { D \\setminus S } } . } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 820, + 945, + 973, + 945, + 973, + 984, + 820, + 984 + ], + "score": 0.94, + "latex": "p ^ { D \\setminus C } ( S \\setminus C )" + }, + { + "category_id": 13, + "poly": [ + 492, + 1242, + 593, + 1242, + 593, + 1278, + 492, + 1278 + ], + "score": 0.94, + "latex": "R ( S ^ { k } , s )" + }, + { + "category_id": 13, + "poly": [ + 496, + 849, + 650, + 849, + 650, + 888, + 496, + 888 + ], + "score": 0.93, + "latex": "p ^ { D \\setminus C } ( S \\setminus C )" + }, + { + "category_id": 13, + "poly": [ + 536, + 1643, + 616, + 1643, + 616, + 1674, + 536, + 1674 + ], + "score": 0.93, + "latex": "s \\in S ^ { k }" + }, + { + "category_id": 14, + "poly": [ + 539, + 1289, + 1159, + 1289, + 1159, + 1383, + 539, + 1383 + ], + "score": 0.93, + "latex": "\\sum _ { s \\in S ^ { k } } { \\frac { p ^ { D \\setminus \\{ s \\} } ( S ^ { k } \\setminus \\{ s \\} ) p ( s ) } { p ( S ^ { k } ) } } = \\sum _ { s \\in S ^ { k } } P ( b _ { 1 } = s | S ^ { k } ) = 1" + }, + { + "category_id": 14, + "poly": [ + 467, + 1518, + 1233, + 1518, + 1233, + 1603, + 467, + 1603 + ], + "score": 0.93, + "latex": "R ( S ^ { k } , s ) = { \\frac { p ^ { D \\setminus \\{ s \\} } ( S ^ { k } \\setminus \\{ s \\} ) } { p ( S ^ { k } ) } } = { \\frac { p ^ { D \\setminus \\{ s \\} } ( S ^ { k } \\setminus \\{ s \\} ) } { \\sum _ { s ^ { \\prime } \\in S ^ { k } } p ^ { D \\setminus \\{ s ^ { \\prime } \\} } ( S ^ { k } \\setminus \\{ s ^ { \\prime } \\} ) p ( s ^ { \\prime } ) } } ." + }, + { + "category_id": 13, + "poly": [ + 910, + 1705, + 980, + 1705, + 980, + 1740, + 910, + 1740 + ], + "score": 0.92, + "latex": "p ( S ^ { k } )" + }, + { + "category_id": 13, + "poly": [ + 298, + 1642, + 493, + 1642, + 493, + 1679, + 298, + 1679 + ], + "score": 0.92, + "latex": "p ^ { D \\setminus \\{ s \\} } ( S ^ { k } \\setminus \\{ s \\} )" + }, + { + "category_id": 13, + "poly": [ + 1237, + 1643, + 1309, + 1643, + 1309, + 1678, + 1237, + 1678 + ], + "score": 0.92, + "latex": "O ( 2 ^ { k } )" + }, + { + "category_id": 13, + "poly": [ + 296, + 948, + 439, + 948, + 439, + 983, + 296, + 983 + ], + "score": 0.92, + "latex": "C ) = D \\backslash S" + }, + { + "category_id": 14, + "poly": [ + 640, + 1415, + 1059, + 1415, + 1059, + 1494, + 640, + 1494 + ], + "score": 0.91, + "latex": "p ( S ^ { k } ) = \\sum _ { s \\in S ^ { k } } p ^ { D \\setminus \\{ s \\} } ( S ^ { k } \\setminus \\{ s \\} ) p ( s )" + }, + { + "category_id": 13, + "poly": [ + 996, + 1676, + 1264, + 1676, + 1264, + 1710, + 996, + 1710 + ], + "score": 0.91, + "latex": "O ( k \\cdot ( k - 1 ) ! ) = O ( k ! )" + }, + { + "category_id": 13, + "poly": [ + 989, + 1610, + 1086, + 1610, + 1086, + 1642, + 989, + 1642 + ], + "score": 0.91, + "latex": "s ~ \\in ~ S ^ { k }" + }, + { + "category_id": 13, + "poly": [ + 298, + 884, + 372, + 884, + 372, + 917, + 298, + 917 + ], + "score": 0.91, + "latex": "D \\backslash C" + }, + { + "category_id": 13, + "poly": [ + 1242, + 914, + 1405, + 914, + 1405, + 949, + 1242, + 949 + ], + "score": 0.89, + "latex": "\\left( D \\backslash C \\right) \\backslash ( \\mathbf { \\bar { S } } )" + }, + { + "category_id": 13, + "poly": [ + 1001, + 914, + 1093, + 914, + 1093, + 946, + 1001, + 946 + ], + "score": 0.88, + "latex": "C \\subseteq S ^ { k }" + }, + { + "category_id": 13, + "poly": [ + 960, + 884, + 1123, + 884, + 1123, + 914, + 960, + 914 + ], + "score": 0.87, + "latex": "\\phi _ { s } , s \\in D \\setminus C" + }, + { + "category_id": 13, + "poly": [ + 1020, + 855, + 1038, + 855, + 1038, + 881, + 1020, + 881 + ], + "score": 0.82, + "latex": "k" + }, + { + "category_id": 13, + "poly": [ + 1383, + 886, + 1401, + 886, + 1401, + 912, + 1383, + 912 + ], + "score": 0.78, + "latex": "k" + }, + { + "category_id": 13, + "poly": [ + 959, + 886, + 990, + 886, + 990, + 916, + 959, + 916 + ], + "score": 0.34, + "latex": "\\phi _ { s }" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 72.0, + 817.0, + 72.0, + 817.0, + 109.0, + 295.0, + 109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2085.0, + 870.0, + 2085.0, + 870.0, + 2124.0, + 832.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 845.0, + 495.0, + 845.0, + 495.0, + 894.0, + 294.0, + 894.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 651.0, + 845.0, + 1019.0, + 845.0, + 1019.0, + 894.0, + 651.0, + 894.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1039.0, + 845.0, + 1407.0, + 845.0, + 1407.0, + 894.0, + 1039.0, + 894.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 879.0, + 297.0, + 879.0, + 297.0, + 921.0, + 294.0, + 921.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 373.0, + 879.0, + 958.0, + 879.0, + 958.0, + 921.0, + 373.0, + 921.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1124.0, + 879.0, + 1382.0, + 879.0, + 1382.0, + 921.0, + 1124.0, + 921.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1402.0, + 879.0, + 1407.0, + 879.0, + 1407.0, + 921.0, + 1402.0, + 921.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 911.0, + 1000.0, + 911.0, + 1000.0, + 953.0, + 292.0, + 953.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1094.0, + 911.0, + 1241.0, + 911.0, + 1241.0, + 953.0, + 1094.0, + 953.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 944.0, + 295.0, + 944.0, + 295.0, + 985.0, + 292.0, + 985.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 440.0, + 944.0, + 819.0, + 944.0, + 819.0, + 985.0, + 440.0, + 985.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 974.0, + 944.0, + 1237.0, + 944.0, + 1237.0, + 985.0, + 974.0, + 985.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1607.0, + 988.0, + 1607.0, + 988.0, + 1645.0, + 294.0, + 1645.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1087.0, + 1607.0, + 1403.0, + 1607.0, + 1403.0, + 1645.0, + 1087.0, + 1645.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1637.0, + 297.0, + 1637.0, + 297.0, + 1683.0, + 294.0, + 1683.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 494.0, + 1637.0, + 535.0, + 1637.0, + 535.0, + 1683.0, + 494.0, + 1683.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 617.0, + 1637.0, + 1236.0, + 1637.0, + 1236.0, + 1683.0, + 617.0, + 1683.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1310.0, + 1637.0, + 1407.0, + 1637.0, + 1407.0, + 1683.0, + 1310.0, + 1683.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1674.0, + 995.0, + 1674.0, + 995.0, + 1712.0, + 292.0, + 1712.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1265.0, + 1674.0, + 1405.0, + 1674.0, + 1405.0, + 1712.0, + 1265.0, + 1712.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1697.0, + 909.0, + 1697.0, + 909.0, + 1748.0, + 290.0, + 1748.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 981.0, + 1697.0, + 1407.0, + 1697.0, + 1407.0, + 1748.0, + 981.0, + 1748.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1735.0, + 1155.0, + 1735.0, + 1155.0, + 1773.0, + 294.0, + 1773.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1394.0, + 594.0, + 1394.0, + 594.0, + 1430.0, + 295.0, + 1430.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1497.0, + 407.0, + 1497.0, + 407.0, + 1533.0, + 293.0, + 1533.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 227.0, + 439.0, + 227.0, + 439.0, + 268.0, + 295.0, + 268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1238.0, + 491.0, + 1238.0, + 491.0, + 1283.0, + 295.0, + 1283.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 594.0, + 1238.0, + 1094.0, + 1238.0, + 1094.0, + 1283.0, + 594.0, + 1283.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 14, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1123, + 1405, + 1123, + 1405, + 1279, + 297, + 1279 + ], + "score": 0.978 + }, + { + "category_id": 8, + "poly": [ + 375, + 344, + 1319, + 344, + 1319, + 815, + 375, + 815 + ], + "score": 0.963 + }, + { + "category_id": 1, + "poly": [ + 293, + 228, + 1405, + 228, + 1405, + 324, + 293, + 324 + ], + "score": 0.963 + }, + { + "category_id": 8, + "poly": [ + 493, + 1545, + 1214, + 1545, + 1214, + 2040, + 493, + 2040 + ], + "score": 0.963 + }, + { + "category_id": 8, + "poly": [ + 558, + 929, + 1140, + 929, + 1140, + 1020, + 558, + 1020 + ], + "score": 0.959 + }, + { + "category_id": 1, + "poly": [ + 297, + 1045, + 1401, + 1045, + 1401, + 1110, + 297, + 1110 + ], + "score": 0.952 + }, + { + "category_id": 1, + "poly": [ + 298, + 841, + 1401, + 841, + 1401, + 908, + 298, + 908 + ], + "score": 0.948 + }, + { + "category_id": 2, + "poly": [ + 298, + 74, + 817, + 74, + 817, + 105, + 298, + 105 + ], + "score": 0.912 + }, + { + "category_id": 0, + "poly": [ + 299, + 1329, + 861, + 1329, + 861, + 1364, + 299, + 1364 + ], + "score": 0.896 + }, + { + "category_id": 0, + "poly": [ + 298, + 1403, + 1023, + 1403, + 1023, + 1435, + 298, + 1435 + ], + "score": 0.849 + }, + { + "category_id": 2, + "poly": [ + 836, + 2087, + 866, + 2087, + 866, + 2114, + 836, + 2114 + ], + "score": 0.843 + }, + { + "category_id": 1, + "poly": [ + 299, + 1461, + 1403, + 1461, + 1403, + 1526, + 299, + 1526 + ], + "score": 0.663 + }, + { + "category_id": 14, + "poly": [ + 374, + 343, + 1326, + 343, + 1326, + 821, + 374, + 821 + ], + "score": 0.95, + "latex": "\\begin{array} { l } { \\displaystyle p ^ { D \\setminus C } ( S \\setminus C ) = \\int _ { \\phi _ { \\partial \\setminus \\mathcal { D } } \\setminus \\phi = - \\phi } ^ { \\phi _ { \\partial \\setminus \\mathcal { D } } } f _ { \\phi _ { D \\setminus \\mathcal { D } } } ( g _ { \\phi \\phi _ { D \\setminus \\mathcal { D } } } , s ) \\prod _ { i \\in S \\setminus \\mathcal { C } } \\left( 1 - F _ { \\phi _ { i } } ( g _ { \\phi _ { D \\setminus i } } , s ) \\right) \\partial g _ { \\phi _ { D \\setminus i } } } \\\\ { \\displaystyle \\qquad = \\int _ { u = 0 } ^ { 1 } \\prod _ { i \\in S \\setminus \\mathcal { C } } \\Big ( 1 - F _ { \\phi _ { i } } \\Big ( F _ { \\phi _ { D \\setminus i } } ^ { - 1 } \\Big ( u \\Big ) \\Big ) \\Big ) \\partial u } \\\\ { \\displaystyle \\qquad = \\int _ { u = 0 } ^ { 1 } \\prod _ { i \\in S \\setminus \\mathcal { C } } \\Big ( 1 - u ^ { \\alpha \\setminus \\phi _ { i } ( \\phi _ { i } - \\phi _ { D \\setminus i } ) s } \\Big ) \\partial u } \\\\ { \\displaystyle \\qquad = \\exp ( b ) \\cdot \\int _ { v = 0 } ^ { 1 } v ^ { \\alpha \\setminus \\phi _ { i } ( b ) - 1 } \\prod _ { i \\in S \\setminus \\mathcal { C } } \\Big ( 1 - v ^ { \\alpha \\setminus \\Phi _ { i } ( \\phi _ { i } - \\phi _ { D \\setminus i } - \\phi _ { i } ) } \\Big ) \\partial v } \\\\ { \\displaystyle \\qquad = \\exp ( a + \\phi _ { D \\setminus S } ) \\cdot \\int _ { v = 0 } ^ { 1 } v ^ { \\alpha \\setminus \\Phi _ { i } ( \\phi _ { i } + \\phi _ { D \\setminus i } - s ) - 1 } \\prod _ { i \\in S \\setminus \\mathcal { C } } \\Big ( 1 - v ^ { \\alpha \\setminus \\Phi _ { i } ( \\phi _ { i } + s ) } \\Big ) \\partial v } \\\\ { \\displaystyle \\qquad = \\exp ( a + \\phi _ { D \\setminus \\mathcal { D } } ) \\cdot \\int _ { v = 0 } ^ { 1 } v ^ { \\alpha \\setminus \\Phi _ { i } ( \\phi _ { i } + \\phi _ { D \\setminus i } - s ) - 1 } v \\in \\mathrm { S } ^ { \\setminus \\Phi _ { i } } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 1018, + 1046, + 1131, + 1046, + 1131, + 1080, + 1018, + 1080 + ], + "score": 0.93, + "latex": "C = \\{ s \\}" + }, + { + "category_id": 14, + "poly": [ + 488, + 1543, + 1218, + 1543, + 1218, + 2050, + 488, + 2050 + ], + "score": 0.93, + "latex": "\\begin{array} { r l } & { \\mathbb { E } _ { \\mathrm { s e } \\sim p ^ { N } \\times ( \\pi ) } \\left[ \\underset { s \\in \\mathcal { C } } { \\sum } p ( c ) f ( c ) + \\left( 1 - \\underset { s \\in \\mathcal { C } } { \\sum } p ( c ) \\right) f ( s ) \\right] } \\\\ & { = \\underset { s \\in \\mathcal { C } } { \\sum } p ( c ) f ( e ) + \\left( 1 - \\underset { s \\in \\mathcal { C } } { \\sum } p ( c ) \\right) \\mathbb { E } _ { \\alpha \\sim p ^ { N } \\times ( \\pi ) } [ f ( x ) ] } \\\\ & { = \\underset { s \\in \\mathcal { C } } { \\sum } p ( c ) f ( e ) + \\left( 1 - \\underset { s \\in \\mathcal { C } } { \\sum } p ( c ) \\right) \\underset { s \\in \\mathcal { C } } { \\sum } \\frac { p ( x ) } { 1 - \\sum _ { s \\in \\mathcal { C } } p ( c ) } f ( x ) } \\\\ & { = \\underset { s \\in \\mathcal { C } } { \\sum } p ( c ) f ( e ) + \\underset { s \\in \\mathcal { D } } { \\sum } p ( x ) f ( x ) } \\\\ & { = \\underset { s \\in \\mathcal { C } } { \\sum } p ( c ) f ( x ) + \\underset { s \\in \\mathcal { D } \\backslash \\mathcal { C } } { \\sum } } \\\\ & { = \\underset { s \\in \\mathcal { D } } { \\sum } p ( x ) f ( x ) } \\\\ & { = \\underset { c \\in \\mathcal { C } \\sim ( \\mathcal { C } ) } { \\sum } [ f ( x ) ] } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 1291, + 261, + 1393, + 261, + 1393, + 295, + 1291, + 295 + ], + "score": 0.93, + "latex": "C = \\{ s \\}" + }, + { + "category_id": 14, + "poly": [ + 555, + 927, + 1141, + 927, + 1141, + 1024, + 555, + 1024 + ], + "score": 0.93, + "latex": "\\prod _ { i \\in S \\setminus C } \\left( 1 - v ^ { \\exp ( \\phi _ { i } + a ) } \\right) = \\frac { \\prod _ { i \\in S } \\left( 1 - v ^ { \\exp ( \\phi _ { i } + a ) } \\right) } { \\prod _ { i \\in C } \\left( 1 - v ^ { \\exp ( \\phi _ { i } + a ) } \\right) }" + }, + { + "category_id": 13, + "poly": [ + 973, + 845, + 1150, + 845, + 1150, + 882, + 973, + 882 + ], + "score": 0.92, + "latex": "a = b - \\phi _ { D \\backslash S }" + }, + { + "category_id": 13, + "poly": [ + 755, + 842, + 915, + 842, + 915, + 873, + 755, + 873 + ], + "score": 0.91, + "latex": "v = u ^ { e x p ( - b ) }" + }, + { + "category_id": 13, + "poly": [ + 1032, + 1126, + 1115, + 1126, + 1115, + 1153, + 1032, + 1153 + ], + "score": 0.9, + "latex": "a \\ : = \\ : 5" + }, + { + "category_id": 13, + "poly": [ + 1066, + 1464, + 1158, + 1464, + 1158, + 1493, + 1066, + 1493 + ], + "score": 0.89, + "latex": "C \\subset D" + }, + { + "category_id": 13, + "poly": [ + 359, + 263, + 377, + 263, + 377, + 289, + 359, + 289 + ], + "score": 0.77, + "latex": "k" + }, + { + "category_id": 13, + "poly": [ + 467, + 1131, + 486, + 1131, + 486, + 1152, + 467, + 1152 + ], + "score": 0.65, + "latex": "a" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 72.0, + 817.0, + 72.0, + 817.0, + 108.0, + 296.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1326.0, + 867.0, + 1326.0, + 867.0, + 1370.0, + 295.0, + 1370.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1403.0, + 1025.0, + 1403.0, + 1025.0, + 1438.0, + 297.0, + 1438.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2085.0, + 870.0, + 2085.0, + 870.0, + 2124.0, + 832.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1121.0, + 466.0, + 1121.0, + 466.0, + 1160.0, + 295.0, + 1160.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 487.0, + 1121.0, + 1031.0, + 1121.0, + 1031.0, + 1160.0, + 487.0, + 1160.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1116.0, + 1121.0, + 1405.0, + 1121.0, + 1405.0, + 1160.0, + 1116.0, + 1160.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1153.0, + 1403.0, + 1153.0, + 1403.0, + 1189.0, + 296.0, + 1189.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1185.0, + 1405.0, + 1185.0, + 1405.0, + 1220.0, + 294.0, + 1220.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1216.0, + 1405.0, + 1216.0, + 1405.0, + 1249.0, + 295.0, + 1249.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1246.0, + 645.0, + 1246.0, + 645.0, + 1280.0, + 295.0, + 1280.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 228.0, + 1404.0, + 228.0, + 1404.0, + 266.0, + 294.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 260.0, + 358.0, + 260.0, + 358.0, + 298.0, + 294.0, + 298.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 378.0, + 260.0, + 1290.0, + 260.0, + 1290.0, + 298.0, + 378.0, + 298.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1394.0, + 260.0, + 1404.0, + 260.0, + 1404.0, + 298.0, + 1394.0, + 298.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 288.0, + 778.0, + 288.0, + 778.0, + 329.0, + 292.0, + 329.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1040.0, + 1017.0, + 1040.0, + 1017.0, + 1085.0, + 293.0, + 1085.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1132.0, + 1040.0, + 1402.0, + 1040.0, + 1402.0, + 1085.0, + 1132.0, + 1085.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1075.0, + 913.0, + 1075.0, + 913.0, + 1112.0, + 293.0, + 1112.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 837.0, + 754.0, + 837.0, + 754.0, + 884.0, + 292.0, + 884.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 916.0, + 837.0, + 972.0, + 837.0, + 972.0, + 884.0, + 916.0, + 884.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1151.0, + 837.0, + 1407.0, + 837.0, + 1407.0, + 884.0, + 1151.0, + 884.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 875.0, + 718.0, + 875.0, + 718.0, + 911.0, + 293.0, + 911.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1460.0, + 1065.0, + 1460.0, + 1065.0, + 1500.0, + 294.0, + 1500.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1159.0, + 1460.0, + 1404.0, + 1460.0, + 1404.0, + 1500.0, + 1159.0, + 1500.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1492.0, + 589.0, + 1492.0, + 589.0, + 1528.0, + 295.0, + 1528.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 15, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 1522, + 1402, + 1522, + 1402, + 1620, + 298, + 1620 + ], + "score": 0.974 + }, + { + "category_id": 8, + "poly": [ + 336, + 489, + 1314, + 489, + 1314, + 606, + 336, + 606 + ], + "score": 0.966 + }, + { + "category_id": 8, + "poly": [ + 508, + 1798, + 1188, + 1798, + 1188, + 1885, + 508, + 1885 + ], + "score": 0.958 + }, + { + "category_id": 8, + "poly": [ + 549, + 1227, + 1149, + 1227, + 1149, + 1479, + 549, + 1479 + ], + "score": 0.956 + }, + { + "category_id": 8, + "poly": [ + 552, + 935, + 1145, + 935, + 1145, + 1020, + 552, + 1020 + ], + "score": 0.955 + }, + { + "category_id": 1, + "poly": [ + 298, + 299, + 1402, + 299, + 1402, + 364, + 298, + 364 + ], + "score": 0.945 + }, + { + "category_id": 1, + "poly": [ + 294, + 386, + 1405, + 386, + 1405, + 451, + 294, + 451 + ], + "score": 0.945 + }, + { + "category_id": 1, + "poly": [ + 296, + 729, + 911, + 729, + 911, + 764, + 296, + 764 + ], + "score": 0.931 + }, + { + "category_id": 1, + "poly": [ + 294, + 1999, + 1041, + 1999, + 1041, + 2040, + 294, + 2040 + ], + "score": 0.929 + }, + { + "category_id": 1, + "poly": [ + 289, + 1147, + 1364, + 1147, + 1364, + 1186, + 289, + 1186 + ], + "score": 0.921 + }, + { + "category_id": 2, + "poly": [ + 298, + 73, + 817, + 73, + 817, + 106, + 298, + 106 + ], + "score": 0.916 + }, + { + "category_id": 9, + "poly": [ + 1351, + 959, + 1401, + 959, + 1401, + 992, + 1351, + 992 + ], + "score": 0.895 + }, + { + "category_id": 9, + "poly": [ + 1351, + 1823, + 1401, + 1823, + 1401, + 1855, + 1351, + 1855 + ], + "score": 0.889 + }, + { + "category_id": 9, + "poly": [ + 1351, + 531, + 1401, + 531, + 1401, + 564, + 1351, + 564 + ], + "score": 0.874 + }, + { + "category_id": 2, + "poly": [ + 836, + 2087, + 864, + 2087, + 864, + 2112, + 836, + 2112 + ], + "score": 0.87 + }, + { + "category_id": 1, + "poly": [ + 296, + 867, + 420, + 867, + 420, + 901, + 296, + 901 + ], + "score": 0.749 + }, + { + "category_id": 1, + "poly": [ + 296, + 1733, + 420, + 1733, + 420, + 1765, + 296, + 1765 + ], + "score": 0.611 + }, + { + "category_id": 2, + "poly": [ + 290, + 229, + 1308, + 229, + 1308, + 263, + 290, + 263 + ], + "score": 0.551 + }, + { + "category_id": 0, + "poly": [ + 296, + 1733, + 420, + 1733, + 420, + 1765, + 296, + 1765 + ], + "score": 0.31 + }, + { + "category_id": 0, + "poly": [ + 296, + 867, + 420, + 867, + 420, + 901, + 296, + 901 + ], + "score": 0.171 + }, + { + "category_id": 1, + "poly": [ + 290, + 229, + 1308, + 229, + 1308, + 263, + 290, + 263 + ], + "score": 0.138 + }, + { + "category_id": 14, + "poly": [ + 547, + 1228, + 1152, + 1228, + 1152, + 1480, + 547, + 1480 + ], + "score": 0.94, + "latex": "\\begin{array} { r l } & { P ( b _ { k } = s | S ^ { k } ) = \\displaystyle \\frac { P ( S ^ { k } \\cap b _ { k } = s ) } { p ( S ^ { k } ) } } \\\\ & { \\qquad = \\displaystyle \\frac { p ( S ^ { k } \\setminus \\{ s \\} ) p ^ { D \\setminus ( S ^ { k } \\setminus \\{ s \\} ) } ( s ) } { p ( S ^ { k } ) } } \\\\ & { \\qquad = \\displaystyle \\frac { p ( S ^ { k } \\setminus \\{ s \\} ) } { p ( S ^ { k } ) } \\displaystyle \\frac { p ( s ) } { 1 - \\sum _ { s ^ { \\prime } \\in S ^ { k } \\setminus \\{ s \\} } p ( s ^ { \\prime } ) } . } \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 336, + 491, + 1315, + 491, + 1315, + 603, + 336, + 603 + ], + "score": 0.94, + "latex": "\\mathbb { E } _ { B ^ { k } \\sim p ( B ^ { k } | S ^ { k } ) } \\left[ \\sum _ { j = 1 } ^ { k - 1 } p ( b _ { j } ) f ( b _ { j } ) + \\left( 1 - \\sum _ { j = 1 } ^ { k - 1 } p ( b _ { j } ) \\right) f ( b _ { k } ) \\right] = \\sum _ { s \\in S ^ { k } } p ( s ) R ( S ^ { k } , s ) f ( s ) ." + }, + { + "category_id": 14, + "poly": [ + 511, + 1797, + 1188, + 1797, + 1188, + 1883, + 511, + 1883 + ], + "score": 0.93, + "latex": "p ( S ) + p ( S \\setminus \\{ s \\} ) { \\frac { 1 - \\sum _ { s ^ { \\prime } \\in S } p ( s ^ { \\prime } ) } { 1 - \\sum _ { s ^ { \\prime } \\in S \\setminus \\{ s \\} } p ( s ^ { \\prime } ) } } = p ^ { D \\setminus \\{ s \\} } ( S \\setminus \\{ s \\} )" + }, + { + "category_id": 13, + "poly": [ + 1090, + 1522, + 1218, + 1522, + 1218, + 1555, + 1090, + 1555 + ], + "score": 0.93, + "latex": "S ^ { k } \\cap b _ { k } = s" + }, + { + "category_id": 13, + "poly": [ + 574, + 2002, + 762, + 2002, + 762, + 2039, + 574, + 2039 + ], + "score": 0.93, + "latex": "\\begin{array} { r } { 1 - \\sum _ { s ^ { \\prime } \\in S } p ( s ^ { \\prime } ) } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 298, + 1584, + 399, + 1584, + 399, + 1620, + 298, + 1620 + ], + "score": 0.92, + "latex": "S ^ { k } \\setminus \\{ s \\bar { \\} }" + }, + { + "category_id": 13, + "poly": [ + 686, + 1149, + 845, + 1149, + 845, + 1185, + 686, + 1185 + ], + "score": 0.92, + "latex": "P ( b _ { 1 } = s | S ^ { k } )" + }, + { + "category_id": 13, + "poly": [ + 1150, + 1583, + 1322, + 1583, + 1322, + 1620, + 1150, + 1620 + ], + "score": 0.92, + "latex": "D \\setminus \\left( S ^ { k } \\setminus \\left\\{ s \\right\\} \\right)" + }, + { + "category_id": 14, + "poly": [ + 553, + 935, + 1147, + 935, + 1147, + 1019, + 553, + 1019 + ], + "score": 0.92, + "latex": "P ( b _ { k } = s | S ^ { k } ) = { \\frac { p ( S ^ { k } \\setminus \\{ s \\} ) } { p ( S ^ { k } ) } } { \\frac { p ( s ) } { 1 - \\sum _ { s ^ { \\prime } \\in S ^ { k } \\setminus \\{ s \\} } p ( s ^ { \\prime } ) } }" + }, + { + "category_id": 13, + "poly": [ + 525, + 1553, + 560, + 1553, + 560, + 1583, + 525, + 1583 + ], + "score": 0.89, + "latex": "S ^ { k }" + }, + { + "category_id": 13, + "poly": [ + 887, + 1556, + 906, + 1556, + 906, + 1582, + 887, + 1582 + ], + "score": 0.82, + "latex": "k" + }, + { + "category_id": 13, + "poly": [ + 755, + 1592, + 772, + 1592, + 772, + 1613, + 755, + 1613 + ], + "score": 0.78, + "latex": "s" + }, + { + "category_id": 13, + "poly": [ + 763, + 1560, + 779, + 1560, + 779, + 1582, + 763, + 1582 + ], + "score": 0.77, + "latex": "s" + }, + { + "category_id": 13, + "poly": [ + 681, + 1560, + 697, + 1560, + 697, + 1583, + 681, + 1583 + ], + "score": 0.56, + "latex": "s" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 72.0, + 817.0, + 72.0, + 817.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2085.0, + 869.0, + 2085.0, + 869.0, + 2124.0, + 832.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 229.0, + 1308.0, + 229.0, + 1308.0, + 265.0, + 295.0, + 265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1730.0, + 424.0, + 1730.0, + 424.0, + 1768.0, + 294.0, + 1768.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 867.0, + 423.0, + 867.0, + 423.0, + 902.0, + 295.0, + 902.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1522.0, + 1089.0, + 1522.0, + 1089.0, + 1560.0, + 294.0, + 1560.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1219.0, + 1522.0, + 1404.0, + 1522.0, + 1404.0, + 1560.0, + 1219.0, + 1560.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1550.0, + 524.0, + 1550.0, + 524.0, + 1591.0, + 292.0, + 1591.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 561.0, + 1550.0, + 680.0, + 1550.0, + 680.0, + 1591.0, + 561.0, + 1591.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 698.0, + 1550.0, + 762.0, + 1550.0, + 762.0, + 1591.0, + 698.0, + 1591.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 780.0, + 1550.0, + 886.0, + 1550.0, + 886.0, + 1591.0, + 780.0, + 1591.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 907.0, + 1550.0, + 1406.0, + 1550.0, + 1406.0, + 1591.0, + 907.0, + 1591.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1578.0, + 297.0, + 1578.0, + 297.0, + 1623.0, + 293.0, + 1623.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 400.0, + 1578.0, + 754.0, + 1578.0, + 754.0, + 1623.0, + 400.0, + 1623.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 773.0, + 1578.0, + 1149.0, + 1578.0, + 1149.0, + 1623.0, + 773.0, + 1623.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1323.0, + 1578.0, + 1339.0, + 1578.0, + 1339.0, + 1623.0, + 1323.0, + 1623.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1373.0, + 1590.0, + 1402.0, + 1590.0, + 1402.0, + 1614.0, + 1373.0, + 1614.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 298.0, + 1404.0, + 298.0, + 1404.0, + 337.0, + 293.0, + 337.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 332.0, + 716.0, + 332.0, + 716.0, + 364.0, + 294.0, + 364.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 386.0, + 1406.0, + 386.0, + 1406.0, + 422.0, + 296.0, + 422.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 420.0, + 490.0, + 420.0, + 490.0, + 452.0, + 294.0, + 452.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 728.0, + 913.0, + 728.0, + 913.0, + 768.0, + 295.0, + 768.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1996.0, + 573.0, + 1996.0, + 573.0, + 2045.0, + 294.0, + 2045.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 763.0, + 1996.0, + 1044.0, + 1996.0, + 1044.0, + 2045.0, + 763.0, + 2045.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1147.0, + 685.0, + 1147.0, + 685.0, + 1188.0, + 293.0, + 1188.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 846.0, + 1147.0, + 1369.0, + 1147.0, + 1369.0, + 1188.0, + 846.0, + 1188.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 867.0, + 423.0, + 867.0, + 423.0, + 902.0, + 295.0, + 902.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1730.0, + 424.0, + 1730.0, + 424.0, + 1768.0, + 294.0, + 1768.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 229.0, + 1308.0, + 229.0, + 1308.0, + 265.0, + 295.0, + 265.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 16, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 8, + "poly": [ + 304, + 292, + 1393, + 292, + 1393, + 1101, + 304, + 1101 + ], + "score": 0.969 + }, + { + "category_id": 8, + "poly": [ + 486, + 1538, + 1212, + 1538, + 1212, + 1977, + 486, + 1977 + ], + "score": 0.964 + }, + { + "category_id": 8, + "poly": [ + 519, + 1300, + 1177, + 1300, + 1177, + 1408, + 519, + 1408 + ], + "score": 0.959 + }, + { + "category_id": 1, + "poly": [ + 295, + 1479, + 921, + 1479, + 921, + 1514, + 295, + 1514 + ], + "score": 0.93 + }, + { + "category_id": 1, + "poly": [ + 298, + 1159, + 1110, + 1159, + 1110, + 1199, + 298, + 1199 + ], + "score": 0.926 + }, + { + "category_id": 2, + "poly": [ + 298, + 74, + 817, + 74, + 817, + 106, + 298, + 106 + ], + "score": 0.914 + }, + { + "category_id": 1, + "poly": [ + 297, + 230, + 370, + 230, + 370, + 262, + 297, + 262 + ], + "score": 0.894 + }, + { + "category_id": 9, + "poly": [ + 1350, + 1336, + 1402, + 1336, + 1402, + 1368, + 1350, + 1368 + ], + "score": 0.879 + }, + { + "category_id": 2, + "poly": [ + 836, + 2087, + 865, + 2087, + 865, + 2114, + 836, + 2114 + ], + "score": 0.853 + }, + { + "category_id": 2, + "poly": [ + 1373, + 2002, + 1404, + 2002, + 1404, + 2033, + 1373, + 2033 + ], + "score": 0.848 + }, + { + "category_id": 2, + "poly": [ + 1373, + 1162, + 1405, + 1162, + 1405, + 1193, + 1373, + 1193 + ], + "score": 0.843 + }, + { + "category_id": 1, + "poly": [ + 297, + 1256, + 420, + 1256, + 420, + 1288, + 297, + 1288 + ], + "score": 0.623 + }, + { + "category_id": 0, + "poly": [ + 297, + 1256, + 420, + 1256, + 420, + 1288, + 297, + 1288 + ], + "score": 0.293 + }, + { + "category_id": 14, + "poly": [ + 483, + 1539, + 1211, + 1539, + 1211, + 1980, + 483, + 1980 + ], + "score": 0.94, + "latex": "\\begin{array} { r l } & { \\quad p ( s ) + \\left( 1 - \\displaystyle \\sum _ { s ^ { \\prime } \\in S ^ { k } } p ( s ^ { \\prime } ) \\right) P ( b _ { k } = s | S ^ { k } ) } \\\\ & { = p ( s ) + \\left( 1 - \\displaystyle \\sum _ { s ^ { \\prime } \\in S ^ { k } } p ( s ^ { \\prime } ) \\right) \\frac { p ( S ^ { k } \\setminus \\{ S \\} ) } { p ( S ^ { k } ) } \\frac { p ( s ) } { 1 - \\sum _ { s ^ { \\prime } \\in S ^ { k } \\setminus \\{ S \\} } p ( s ^ { \\prime } ) } } \\\\ & { = \\frac { p ( S ) } { p ( S ^ { k } ) } \\left( p ( S ^ { k } ) + \\displaystyle \\frac { 1 - \\sum _ { s ^ { \\prime } \\in S ^ { k } \\setminus \\{ P ( s ^ { \\prime } ) \\} } p ( s ^ { \\prime } ) } { 1 - \\sum _ { s ^ { \\prime } \\in S ^ { k } \\setminus \\{ S \\} } p ( s ^ { \\prime } ) } p ( S ^ { k } \\setminus \\{ s \\} ) \\right) } \\\\ & { = \\frac { p ( s ) } { p ( S ^ { k } ) } p ^ { D \\setminus \\{ S \\} } ( S ^ { k } \\setminus \\{ s \\} ) } \\\\ & { \\quad - p ( s ) R ( S ^ { k } , s ) . } \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 520, + 1297, + 1177, + 1297, + 1177, + 1408, + 520, + 1408 + ], + "score": 0.94, + "latex": "p ( s ) + \\left( 1 - \\sum _ { s ^ { \\prime } \\in S ^ { k } } p ( s ^ { \\prime } ) \\right) P ( b _ { k } = s | S ^ { k } ) = p ( s ) R ( S ^ { k } , s )" + }, + { + "category_id": 13, + "poly": [ + 472, + 1162, + 660, + 1162, + 660, + 1199, + 472, + 1199 + ], + "score": 0.93, + "latex": "\\begin{array} { r } { 1 - \\sum _ { s ^ { \\prime } \\in S } p ( s ^ { \\prime } ) } \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 299, + 277, + 1390, + 277, + 1390, + 1101, + 299, + 1101 + ], + "score": 0.93, + "latex": "\\begin{array} { r l } & { \\quad _ { 1 } - \\sum _ { k \\in \\mathcal { N } _ { k } } ^ { \\mathsf { C P S } _ { k } } ( \\mathsf { E } ^ { ( k ) } , \\mathsf { \\Lambda } _ { k } ^ { 2 } ) } \\\\ & { = \\sum _ { k \\in \\mathcal { N } _ { k } } ^ { \\mathsf { C P S } _ { k } } ( \\mathsf { E } ^ { ( k ) } , \\mathsf { \\Lambda } _ { k } ^ { 2 } ) \\le \\epsilon _ { k \\in \\mathcal { N } _ { k } } ^ { \\mathsf { C P S } _ { k } } } \\\\ & { \\quad _ { 1 } - \\sum _ { k \\in \\mathcal { N } _ { k } } ^ { \\mathsf { C P S } _ { k } } \\Big ( \\mathsf { E } ^ { ( k ) } \\frac { \\epsilon _ { k \\in \\mathcal { N } _ { k } } } { 1 - \\sum _ { k \\in \\mathcal { N } _ { k } } ^ { \\mathsf { C P S } _ { k } } ( \\mathsf { E } ^ { ( k ) } , \\mathsf { \\Lambda } _ { k } ^ { 2 } ) } + \\mathsf { E } \\eta ^ { \\mathsf { C P S } _ { k } } \\Big ) + \\mathsf { E } ^ { ( k ) } \\frac { \\epsilon _ { k \\in \\mathcal { N } _ { k } } } { 1 - \\sum _ { k \\in \\mathcal { N } _ { k } } ^ { \\mathsf { C P S } _ { k } } ( \\mathsf { E } ^ { ( k ) } , \\mathsf { \\Lambda } _ { k } ^ { 2 } ) } } \\\\ & = \\sum _ { k \\in \\mathcal { N } _ { k } } ^ { \\mathsf { C P S } _ { k } } ( \\mathsf { E } ^ { ( k ) } , \\mathsf { \\Lambda } _ { k } ^ { 2 } ) \\le \\epsilon _ { k \\in \\mathcal { N } _ { k } } ^ { \\mathsf { C P S } _ { k } } \\le \\epsilon _ { k \\in \\mathcal { N } _ { k } } ^ { \\mathsf { C P S } _ { k } } \\le \\epsilon _ { k \\in \\mathcal { N } _ { k } } ^ { \\mathsf { C P S } _ { k } } - \\sum _ { k \\in \\mathcal { N } _ { k } } ^ { \\mathsf { C P S } _ { k } } \\frac { \\mathsf { E } ^ { ( k ) } } { 1 - \\sum _ { k \\in \\mathcal { N } _ { k } } ^ { \\mathsf { C P S } _ { k } } ( \\mathsf { E } ^ { ( k ) } , \\mathsf { \\Lambda } _ { k } ^ { 2 } ) } \\\\ & \\quad _ { 1 } - \\sum _ { k \\in \\mathcal { N } _ { k } } ^ { \\mathsf { C P S } _ { k } } ( \\mathsf { E } ^ { ( k ) } \\frac { \\epsilon _ { k \\in \\mathcal { N } _ { k } } } 1 - \\sum _ k \\ \\end{array}" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 72.0, + 817.0, + 72.0, + 817.0, + 109.0, + 295.0, + 109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2085.0, + 870.0, + 2085.0, + 870.0, + 2121.0, + 832.0, + 2121.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1377.0, + 2007.0, + 1403.0, + 2007.0, + 1403.0, + 2034.0, + 1377.0, + 2034.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1378.0, + 1167.0, + 1403.0, + 1167.0, + 1403.0, + 1194.0, + 1378.0, + 1194.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1253.0, + 424.0, + 1253.0, + 424.0, + 1291.0, + 295.0, + 1291.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1479.0, + 921.0, + 1479.0, + 921.0, + 1516.0, + 293.0, + 1516.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1156.0, + 471.0, + 1156.0, + 471.0, + 1203.0, + 292.0, + 1203.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 661.0, + 1156.0, + 1115.0, + 1156.0, + 1115.0, + 1203.0, + 661.0, + 1203.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 225.0, + 377.0, + 225.0, + 377.0, + 272.0, + 290.0, + 272.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1253.0, + 424.0, + 1253.0, + 424.0, + 1291.0, + 295.0, + 1291.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 17, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1073, + 1406, + 1073, + 1406, + 1292, + 297, + 1292 + ], + "score": 0.983 + }, + { + "category_id": 8, + "poly": [ + 588, + 1479, + 1108, + 1479, + 1108, + 1573, + 588, + 1573 + ], + "score": 0.959 + }, + { + "category_id": 8, + "poly": [ + 296, + 1733, + 1413, + 1733, + 1413, + 1844, + 296, + 1844 + ], + "score": 0.958 + }, + { + "category_id": 8, + "poly": [ + 585, + 1303, + 1112, + 1303, + 1112, + 1382, + 585, + 1382 + ], + "score": 0.954 + }, + { + "category_id": 1, + "poly": [ + 291, + 226, + 1401, + 226, + 1401, + 295, + 291, + 295 + ], + "score": 0.954 + }, + { + "category_id": 8, + "poly": [ + 491, + 304, + 1204, + 304, + 1204, + 938, + 491, + 938 + ], + "score": 0.953 + }, + { + "category_id": 1, + "poly": [ + 299, + 1401, + 1401, + 1401, + 1401, + 1466, + 299, + 1466 + ], + "score": 0.947 + }, + { + "category_id": 1, + "poly": [ + 300, + 1585, + 1400, + 1585, + 1400, + 1650, + 300, + 1650 + ], + "score": 0.945 + }, + { + "category_id": 1, + "poly": [ + 297, + 1658, + 1402, + 1658, + 1402, + 1722, + 297, + 1722 + ], + "score": 0.942 + }, + { + "category_id": 8, + "poly": [ + 517, + 1947, + 1179, + 1947, + 1179, + 1995, + 517, + 1995 + ], + "score": 0.936 + }, + { + "category_id": 1, + "poly": [ + 297, + 1901, + 996, + 1901, + 996, + 1934, + 297, + 1934 + ], + "score": 0.931 + }, + { + "category_id": 2, + "poly": [ + 298, + 74, + 817, + 74, + 817, + 106, + 298, + 106 + ], + "score": 0.917 + }, + { + "category_id": 9, + "poly": [ + 1351, + 1315, + 1400, + 1315, + 1400, + 1346, + 1351, + 1346 + ], + "score": 0.904 + }, + { + "category_id": 9, + "poly": [ + 1351, + 1509, + 1400, + 1509, + 1400, + 1541, + 1351, + 1541 + ], + "score": 0.903 + }, + { + "category_id": 9, + "poly": [ + 1351, + 1838, + 1401, + 1838, + 1401, + 1867, + 1351, + 1867 + ], + "score": 0.89 + }, + { + "category_id": 9, + "poly": [ + 1351, + 1954, + 1401, + 1954, + 1401, + 1986, + 1351, + 1986 + ], + "score": 0.884 + }, + { + "category_id": 2, + "poly": [ + 836, + 2087, + 865, + 2087, + 865, + 2113, + 836, + 2113 + ], + "score": 0.867 + }, + { + "category_id": 0, + "poly": [ + 297, + 1018, + 1260, + 1018, + 1260, + 1050, + 297, + 1050 + ], + "score": 0.848 + }, + { + "category_id": 2, + "poly": [ + 1374, + 949, + 1404, + 949, + 1404, + 979, + 1374, + 979 + ], + "score": 0.829 + }, + { + "category_id": 2, + "poly": [ + 1374, + 2003, + 1403, + 2003, + 1403, + 2031, + 1374, + 2031 + ], + "score": 0.818 + }, + { + "category_id": 8, + "poly": [ + 491, + 304, + 1205, + 304, + 1205, + 938, + 491, + 938 + ], + "score": 0.204 + }, + { + "category_id": 14, + "poly": [ + 488, + 309, + 1205, + 309, + 1205, + 943, + 488, + 943 + ], + "score": 0.94, + "latex": "\\begin{array} { r l } & \\quad \\sum _ { \\varrho ^ { \\prime } \\to \\varrho ^ { \\prime } \\to \\varrho ^ { \\prime } \\to \\varrho ^ { \\prime } \\to \\varrho ^ { \\prime } \\to \\varrho ^ { \\prime } \\to \\varrho ^ { \\prime } \\to \\varrho ^ { \\prime } \\to \\varrho ^ { \\prime } \\to \\varrho ^ { \\prime } \\to \\varrho ^ { \\prime } \\to \\overline { { \\wp } } } \\\\ & \\quad - \\sum _ { \\varrho ^ { \\prime } \\to \\varrho ^ { \\prime } \\to \\varrho ^ { \\prime } \\to \\varrho ^ { \\prime } \\to \\varrho ^ { \\prime } \\to \\varrho ^ { \\prime } \\to \\overline { { \\wp } } } \\\\ & \\quad - \\sum _ { \\varrho ^ { \\prime } \\to \\varrho ^ { \\prime } \\to \\varrho ^ { \\prime } \\to \\varrho ^ { \\prime } \\to \\varrho ^ { \\prime } \\to \\varrho ^ { \\prime } \\to \\overline { { \\wp } } } \\\\ & { \\quad - \\sum _ { \\varrho ^ { \\prime } \\to \\varrho ^ { \\prime } \\to \\varrho ^ { \\prime } \\to \\varrho ^ { \\prime } \\to \\infty } [ ( 1 - \\sum _ { \\varrho ^ { \\prime } \\to \\varrho ^ { \\prime } \\to \\varrho ^ { \\prime } \\to \\varrho ^ { \\prime } ) f ^ { ( i i i i ) } } ] f ^ { ( i i i i ) } } \\\\ & \\quad - \\sum _ { \\varrho ^ { \\prime } \\to \\varrho ^ { \\prime } \\to \\varrho ^ { \\prime } \\to \\varrho ^ { \\prime } \\to \\overline { { \\wp } } } \\\\ & { \\quad - \\sum _ { \\varrho ^ { \\prime } \\to \\varrho ^ { \\prime } \\to \\varrho ^ { \\prime } \\to \\overline { { \\wp } } } [ f ^ { ( i i ) } + \\sum _ { \\varrho ^ { \\prime } \\to \\varrho ^ { \\prime } \\to \\varrho ^ { \\prime } \\to \\overline { { \\wp } } } ] f ^ { ( i i i i ) } } \\\\ & { \\quad - \\sum _ { \\varrho ^ { \\prime } \\to \\varrho ^ { \\prime } \\to \\overline { { \\wp } } } ( f ^ { ( i i i ) } + \\sum _ { \\varrho ^ { \\prime } \\to \\varrho ^ { \\prime } \\to \\overline { { \\wp } } } ) f ^ { ( i i i i ) } } \\\\ & { \\quad - \\sum _ { \\varrho ^ { \\prime } \\to \\varrho ^ { \\prime } \\to \\overline { { \\wp } } } ( f ^ { ( i i i ) } + \\sum _ { \\varrho ^ { \\prime } \\to \\varrho ^ { \\prime } \\to \\overline { { \\wp } } } ) f ^ { ( i i i ) } } \\\\ & \\quad \\quad - \\sum _ { \\varrho ^ { \\prime } \\to \\varrho ^ { \\prime } \\to \\overline { { \\wp } } } ( f ^ { ( i i ) } + \\sum _ \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 588, + 1477, + 1111, + 1477, + 1111, + 1572, + 588, + 1572 + ], + "score": 0.94, + "latex": "R ^ { D \\setminus C } ( S ^ { k } , s ) = { \\frac { p _ { \\theta } ^ { ( D \\setminus C ) \\setminus \\{ s \\} } ( ( S ^ { k } \\setminus C ) \\setminus \\{ s \\} ) } { p _ { \\theta } ^ { D \\setminus C } ( S ^ { k } \\setminus C ) } } ." + }, + { + "category_id": 14, + "poly": [ + 310, + 1730, + 1418, + 1730, + 1418, + 1843, + 310, + 1843 + ], + "score": 0.94, + "latex": "\\ ? \\ ? \\complement _ { B ^ { k } \\sim p ( B ^ { k } \\mid S ^ { k } ) } \\left[ \\sum _ { j = 1 } ^ { k - m } p ( b _ { j } ) f ( b _ { j } ) + \\left( 1 - \\sum _ { j = 1 } ^ { k - m } p ( b _ { j } ) \\right) e ^ { U S , D \\setminus B ^ { k - m } } ( S ^ { k } ) \\right] = \\sum _ { s \\in S ^ { k } } p ( s ) R ( S ^ { k } , s ) f ( s ) ." + }, + { + "category_id": 13, + "poly": [ + 615, + 1585, + 775, + 1585, + 775, + 1622, + 615, + 1622 + ], + "score": 0.93, + "latex": "S ^ { k } \\subseteq ( D \\backslash C )" + }, + { + "category_id": 13, + "poly": [ + 372, + 1400, + 523, + 1400, + 523, + 1437, + 372, + 1437 + ], + "score": 0.93, + "latex": "R ^ { D \\setminus C } ( S ^ { k } , s )" + }, + { + "category_id": 13, + "poly": [ + 684, + 1227, + 813, + 1227, + 813, + 1261, + 684, + 1261 + ], + "score": 0.93, + "latex": "D \\setminus B ^ { k - m }" + }, + { + "category_id": 14, + "poly": [ + 586, + 1303, + 1114, + 1303, + 1114, + 1386, + 586, + 1386 + ], + "score": 0.93, + "latex": "e ^ { { \\bf U S } , D \\setminus C } ( S ^ { k } ) = \\sum _ { s \\in S ^ { k } \\setminus C } p ( s ) R ^ { D \\setminus C } ( S ^ { k } , s ) f ( s )" + }, + { + "category_id": 13, + "poly": [ + 969, + 230, + 1324, + 230, + 1324, + 265, + 969, + 265 + ], + "score": 0.92, + "latex": "p ( b _ { k } ) f ( b _ { k } ) - p ( b _ { k } ) f ( b _ { k } ) = 0" + }, + { + "category_id": 13, + "poly": [ + 1083, + 1403, + 1157, + 1403, + 1157, + 1437, + 1083, + 1437 + ], + "score": 0.92, + "latex": "D \\backslash C" + }, + { + "category_id": 13, + "poly": [ + 567, + 1258, + 641, + 1258, + 641, + 1292, + 567, + 1292 + ], + "score": 0.92, + "latex": "D \\backslash C" + }, + { + "category_id": 13, + "poly": [ + 713, + 1169, + 790, + 1169, + 790, + 1197, + 713, + 1197 + ], + "score": 0.91, + "latex": "k - m" + }, + { + "category_id": 13, + "poly": [ + 1009, + 1169, + 1090, + 1169, + 1090, + 1196, + 1009, + 1196 + ], + "score": 0.9, + "latex": "m > 1" + }, + { + "category_id": 14, + "poly": [ + 519, + 1946, + 1178, + 1946, + 1178, + 1992, + 519, + 1992 + ], + "score": 0.9, + "latex": "e ^ { \\mathrm { U S } } ( S ^ { k } ) = \\mathbb { E } _ { b _ { 1 } \\sim p ( b _ { 1 } | S ^ { k } ) } \\left[ f ( b _ { 1 } ) \\right] = \\mathbb { E } _ { x \\sim p ( x ) } \\left[ f ( x ) \\middle | x \\in S ^ { k } \\right]" + }, + { + "category_id": 13, + "poly": [ + 786, + 260, + 824, + 260, + 824, + 289, + 786, + 289 + ], + "score": 0.89, + "latex": "B ^ { k }" + }, + { + "category_id": 13, + "poly": [ + 1210, + 1661, + 1301, + 1661, + 1301, + 1688, + 1210, + 1688 + ], + "score": 0.89, + "latex": "m \\ > \\ 1" + }, + { + "category_id": 13, + "poly": [ + 775, + 1137, + 843, + 1137, + 843, + 1165, + 775, + 1165 + ], + "score": 0.88, + "latex": "k - 1" + }, + { + "category_id": 13, + "poly": [ + 1092, + 1202, + 1120, + 1202, + 1120, + 1226, + 1092, + 1226 + ], + "score": 0.74, + "latex": "m" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 72.0, + 817.0, + 72.0, + 817.0, + 109.0, + 295.0, + 109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2085.0, + 870.0, + 2085.0, + 870.0, + 2125.0, + 832.0, + 2125.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1017.0, + 1266.0, + 1017.0, + 1266.0, + 1053.0, + 296.0, + 1053.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1378.0, + 954.0, + 1403.0, + 954.0, + 1403.0, + 980.0, + 1378.0, + 980.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1377.0, + 2007.0, + 1403.0, + 2007.0, + 1403.0, + 2033.0, + 1377.0, + 2033.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1074.0, + 1406.0, + 1074.0, + 1406.0, + 1109.0, + 295.0, + 1109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1108.0, + 1403.0, + 1108.0, + 1403.0, + 1139.0, + 296.0, + 1139.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1138.0, + 774.0, + 1138.0, + 774.0, + 1169.0, + 295.0, + 1169.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 844.0, + 1138.0, + 1403.0, + 1138.0, + 1403.0, + 1169.0, + 844.0, + 1169.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1166.0, + 712.0, + 1166.0, + 712.0, + 1202.0, + 292.0, + 1202.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 791.0, + 1166.0, + 1008.0, + 1166.0, + 1008.0, + 1202.0, + 791.0, + 1202.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1091.0, + 1166.0, + 1404.0, + 1166.0, + 1404.0, + 1202.0, + 1091.0, + 1202.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1195.0, + 1091.0, + 1195.0, + 1091.0, + 1232.0, + 294.0, + 1232.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1121.0, + 1195.0, + 1404.0, + 1195.0, + 1404.0, + 1232.0, + 1121.0, + 1232.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1225.0, + 683.0, + 1225.0, + 683.0, + 1263.0, + 292.0, + 1263.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 814.0, + 1225.0, + 1407.0, + 1225.0, + 1407.0, + 1263.0, + 814.0, + 1263.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1255.0, + 566.0, + 1255.0, + 566.0, + 1295.0, + 293.0, + 1295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 642.0, + 1255.0, + 679.0, + 1255.0, + 679.0, + 1295.0, + 642.0, + 1295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 225.0, + 968.0, + 225.0, + 968.0, + 267.0, + 293.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1325.0, + 225.0, + 1406.0, + 225.0, + 1406.0, + 267.0, + 1325.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 257.0, + 785.0, + 257.0, + 785.0, + 297.0, + 293.0, + 297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 825.0, + 257.0, + 1326.0, + 257.0, + 1326.0, + 297.0, + 825.0, + 297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1395.0, + 371.0, + 1395.0, + 371.0, + 1443.0, + 293.0, + 1443.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 524.0, + 1395.0, + 1082.0, + 1395.0, + 1082.0, + 1443.0, + 524.0, + 1443.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1158.0, + 1395.0, + 1407.0, + 1395.0, + 1407.0, + 1443.0, + 1158.0, + 1443.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1432.0, + 751.0, + 1432.0, + 751.0, + 1467.0, + 294.0, + 1467.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1583.0, + 614.0, + 1583.0, + 614.0, + 1625.0, + 294.0, + 1625.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 776.0, + 1583.0, + 1405.0, + 1583.0, + 1405.0, + 1625.0, + 776.0, + 1625.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1617.0, + 517.0, + 1617.0, + 517.0, + 1651.0, + 296.0, + 1651.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1658.0, + 1209.0, + 1658.0, + 1209.0, + 1694.0, + 296.0, + 1694.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1302.0, + 1658.0, + 1404.0, + 1658.0, + 1404.0, + 1694.0, + 1302.0, + 1694.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1690.0, + 758.0, + 1690.0, + 758.0, + 1725.0, + 295.0, + 1725.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1901.0, + 997.0, + 1901.0, + 997.0, + 1936.0, + 295.0, + 1936.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 18, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 296, + 564, + 1405, + 564, + 1405, + 689, + 296, + 689 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 296, + 329, + 1405, + 329, + 1405, + 457, + 296, + 457 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 296, + 1875, + 1406, + 1875, + 1406, + 1970, + 296, + 1970 + ], + "score": 0.971 + }, + { + "category_id": 8, + "poly": [ + 487, + 1742, + 1207, + 1742, + 1207, + 1852, + 487, + 1852 + ], + "score": 0.959 + }, + { + "category_id": 8, + "poly": [ + 488, + 470, + 1205, + 470, + 1205, + 560, + 488, + 560 + ], + "score": 0.954 + }, + { + "category_id": 8, + "poly": [ + 290, + 700, + 1477, + 700, + 1477, + 1440, + 290, + 1440 + ], + "score": 0.953 + }, + { + "category_id": 1, + "poly": [ + 294, + 1599, + 1404, + 1599, + 1404, + 1663, + 294, + 1663 + ], + "score": 0.946 + }, + { + "category_id": 8, + "poly": [ + 399, + 272, + 1296, + 272, + 1296, + 320, + 399, + 320 + ], + "score": 0.945 + }, + { + "category_id": 1, + "poly": [ + 295, + 1671, + 1400, + 1671, + 1400, + 1733, + 295, + 1733 + ], + "score": 0.931 + }, + { + "category_id": 1, + "poly": [ + 298, + 2001, + 793, + 2001, + 793, + 2036, + 298, + 2036 + ], + "score": 0.927 + }, + { + "category_id": 0, + "poly": [ + 296, + 1476, + 955, + 1476, + 955, + 1512, + 296, + 1512 + ], + "score": 0.925 + }, + { + "category_id": 2, + "poly": [ + 298, + 73, + 817, + 73, + 817, + 106, + 298, + 106 + ], + "score": 0.921 + }, + { + "category_id": 1, + "poly": [ + 293, + 226, + 1232, + 226, + 1232, + 263, + 293, + 263 + ], + "score": 0.905 + }, + { + "category_id": 9, + "poly": [ + 1352, + 520, + 1400, + 520, + 1400, + 551, + 1352, + 551 + ], + "score": 0.901 + }, + { + "category_id": 9, + "poly": [ + 1351, + 1779, + 1400, + 1779, + 1400, + 1811, + 1351, + 1811 + ], + "score": 0.88 + }, + { + "category_id": 2, + "poly": [ + 834, + 2087, + 866, + 2087, + 866, + 2113, + 834, + 2113 + ], + "score": 0.876 + }, + { + "category_id": 9, + "poly": [ + 1352, + 280, + 1400, + 280, + 1400, + 312, + 1352, + 312 + ], + "score": 0.874 + }, + { + "category_id": 0, + "poly": [ + 298, + 1543, + 1223, + 1543, + 1223, + 1577, + 298, + 1577 + ], + "score": 0.569 + }, + { + "category_id": 9, + "poly": [ + 1351, + 1375, + 1402, + 1375, + 1402, + 1406, + 1351, + 1406 + ], + "score": 0.536 + }, + { + "category_id": 1, + "poly": [ + 298, + 1543, + 1223, + 1543, + 1223, + 1577, + 298, + 1577 + ], + "score": 0.322 + }, + { + "category_id": 14, + "poly": [ + 293, + 702, + 1391, + 702, + 1391, + 1444, + 293, + 1444 + ], + "score": 0.96, + "latex": "\\begin{array} { c } { { \\displaystyle \\begin{array} { l } { { { \\cal L } _ { \\mathrm { e x c } , \\mathrm { t r i g h } , \\mathrm { \\scriptsize ~ 1 . . } } \\sum _ { j = 0 } ^ { N } \\phi _ { j } \\Big | Z _ { j } ^ { ( k ) } \\phi _ { j } \\Big | + ( \\displaystyle { 1 - \\sum _ { j = 0 } ^ { N } \\phi _ { j } } ) Z _ { j } ^ { ( k ) } z ^ { ( k ) } z ^ { ( k ) } - ( \\beta _ { j } - \\gamma ) \\delta _ { j } ^ { \\prime } \\Big | } } } \\\\ { { \\displaystyle - \\sum _ { j = 0 } ^ { N } \\mathrm { \\scriptsize ~ 1 . } \\sum _ { j = 0 } ^ { N } \\mathrm { \\scriptsize ~ 1 . } \\sum _ { j = 0 } ^ { N } \\mathrm { \\scriptsize ~ 1 . } \\sum _ { j = 0 } ^ { N } \\mathrm { \\scriptsize ~ 1 . } \\sum _ { j = 0 } ^ { N } \\mathrm { \\scriptsize ~ 1 . } \\sum _ { j = 0 } ^ { N } \\mathrm { \\scriptsize ~ 1 . } \\sum _ { j = 0 } ^ { N } \\mathrm { \\scriptsize ~ 1 . } \\sum _ { j = 0 } ^ { N } \\mathrm { \\scriptsize ~ 1 . } \\sum _ { j = 0 } ^ { N } \\mathrm { \\scriptsize ~ 1 . } \\sum _ { j = 0 } ^ { N } \\mathrm { \\scriptsize ~ 1 . } \\mathrm { \\cdots ~ 1 } } } \\end{array} \\} } \\\\ \\displaystyle - \\sum _ { j = 0 } ^ { N } \\mathrm { \\scriptsize ~ 1 . } \\sum _ { j = 0 } ^ { N } \\mathrm { \\scriptsize ~ 1 . } \\sum _ { j = 0 } ^ { N } \\mathrm { \\scriptsize ~ 1 . } \\sum _ { j = 0 } ^ { N } \\mathrm { \\scriptsize ~ 1 . } ( \\displaystyle { 1 - \\sum _ { j = 0 } ^ { N } \\phi _ { j } } ) \\Bigg | \\displaystyle { 1 - \\sum _ { j = 0 } ^ { N } \\mathrm { \\scriptsize ~ 1 . } \\sum _ { j = 0 } ^ { N } \\mathrm { \\scriptsize ~ 1 . } \\sum _ { k = 0 } ^ { N } \\mathrm { \\scriptsize ~ 1 . } \\sum _ { j = 0 } ^ { N } \\mathrm { \\scriptsize ~ 1 . } \\sum _ { l = 0 } ^ { N } \\mathrm { \\scriptsize ~ 1 . } \\sum _ { j = 0 } ^ { N } \\mathrm { \\scriptsize ~ 1 . } \\sum _ { l = 0 } ^ { N } \\mathrm { \\scriptsize ~ 1 . } \\sum _ { l = 0 } ^ { N } \\mathrm { \\scriptsize ~ 1 . } \\sum _ { j = 0 } ^ { N } \\mathrm { \\scriptsize ~ 1 . } \\sum _ { l = 0 } ^ { N } \\mathrm { \\scriptsize ~ 1 . } } \\\\ \\displaystyle - \\sum _ j = \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 488, + 1739, + 1210, + 1739, + 1210, + 1852, + 488, + 1852 + ], + "score": 0.96, + "latex": "\\mathbb { E } _ { \\kappa \\sim p ( \\kappa | S ^ { k } ) } \\left[ \\sum _ { s \\in S ^ { k } } \\frac { p ( s ) } { 1 - F _ { \\phi _ { s } } ( \\kappa ) } f ( s ) \\right] = \\sum _ { s \\in S ^ { k } } p ( s ) R ( S ^ { k } , s ) f ( s ) ." + }, + { + "category_id": 14, + "poly": [ + 489, + 466, + 1211, + 466, + 1211, + 562, + 489, + 562 + ], + "score": 0.93, + "latex": "\\begin{array} { r l } { { e ^ { \\mathrm { U S } , D \\setminus B ^ { k - m } } ( S ^ { k } ) = \\mathbb { E } _ { x \\sim p ( x ) } [ f ( x ) \\vert x \\in S ^ { k } , x \\not \\in B ^ { k - m } ] } \\quad } & { } \\\\ & { = \\mathbb { E } _ { b _ { k - m + 1 } \\sim p ( b _ { k - m + 1 } \\mid S ^ { k } , B ^ { k - m } ) } [ f ( b _ { k - m + 1 } ) ] . } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 463, + 424, + 592, + 424, + 592, + 458, + 463, + 458 + ], + "score": 0.92, + "latex": "f ( b _ { k - m + 1 } )" + }, + { + "category_id": 13, + "poly": [ + 606, + 393, + 770, + 393, + 770, + 426, + 606, + 426 + ], + "score": 0.92, + "latex": "b _ { k - m + 1 } \\stackrel { - } { \\in } S ^ { k }" + }, + { + "category_id": 13, + "poly": [ + 826, + 392, + 1031, + 392, + 1031, + 426, + 826, + 426 + ], + "score": 0.92, + "latex": "\\mathsf { \\bar { b } } _ { k - m + 1 } \\notin B ^ { k - m }" + }, + { + "category_id": 13, + "poly": [ + 1080, + 423, + 1212, + 423, + 1212, + 452, + 1080, + 452 + ], + "score": 0.91, + "latex": "C = B ^ { k - m }" + }, + { + "category_id": 13, + "poly": [ + 1047, + 627, + 1242, + 627, + 1242, + 656, + 1047, + 656 + ], + "score": 0.91, + "latex": "k ^ { \\prime } = k - m + 1" + }, + { + "category_id": 13, + "poly": [ + 298, + 1906, + 753, + 1906, + 753, + 1941, + 298, + 1941 + ], + "score": 0.91, + "latex": "q ( s , a ) = P ( g _ { \\phi _ { s } } ^ { \\mathrm { ~ ~ } } > \\stackrel { \\cdot } { a } ) = 1 - F _ { \\phi _ { s } } ( a )" + }, + { + "category_id": 13, + "poly": [ + 677, + 329, + 896, + 329, + 896, + 365, + 677, + 365 + ], + "score": 0.9, + "latex": "b _ { k - m + 1 } | S ^ { k } , B ^ { k - m }" + }, + { + "category_id": 13, + "poly": [ + 847, + 1908, + 892, + 1908, + 892, + 1941, + 847, + 1941 + ], + "score": 0.9, + "latex": "F _ { \\phi _ { s } }" + }, + { + "category_id": 13, + "poly": [ + 992, + 227, + 1056, + 227, + 1056, + 263, + 992, + 263 + ], + "score": 0.9, + "latex": "p ^ { D \\setminus C }" + }, + { + "category_id": 14, + "poly": [ + 404, + 273, + 1296, + 273, + 1296, + 318, + 404, + 318 + ], + "score": 0.89, + "latex": "e ^ { \\mathrm { U S } , D \\setminus C } ( S ^ { k } ) = \\mathbb { E } _ { x \\sim p ^ { D \\setminus C } ( x ) } \\left[ f ( x ) \\big | x \\in S ^ { k } \\right] = \\mathbb { E } _ { x \\sim p ( x ) } \\left[ f ( x ) \\big | x \\in S ^ { k } , x \\not \\in C \\right] ." + }, + { + "category_id": 13, + "poly": [ + 423, + 392, + 457, + 392, + 457, + 421, + 423, + 421 + ], + "score": 0.88, + "latex": "S ^ { k }" + }, + { + "category_id": 13, + "poly": [ + 728, + 365, + 803, + 365, + 803, + 391, + 728, + 391 + ], + "score": 0.87, + "latex": "B ^ { k - m }" + }, + { + "category_id": 13, + "poly": [ + 1382, + 365, + 1401, + 365, + 1401, + 391, + 1382, + 391 + ], + "score": 0.8, + "latex": "k" + }, + { + "category_id": 13, + "poly": [ + 694, + 602, + 722, + 602, + 722, + 624, + 694, + 624 + ], + "score": 0.77, + "latex": "m" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1473.0, + 956.0, + 1473.0, + 956.0, + 1521.0, + 294.0, + 1521.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 72.0, + 817.0, + 72.0, + 817.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 828.0, + 2083.0, + 872.0, + 2083.0, + 872.0, + 2124.0, + 828.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1543.0, + 1225.0, + 1543.0, + 1225.0, + 1579.0, + 295.0, + 1579.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 566.0, + 1405.0, + 566.0, + 1405.0, + 598.0, + 296.0, + 598.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 597.0, + 693.0, + 597.0, + 693.0, + 630.0, + 296.0, + 630.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 723.0, + 597.0, + 1403.0, + 597.0, + 1403.0, + 630.0, + 723.0, + 630.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 627.0, + 1046.0, + 627.0, + 1046.0, + 659.0, + 294.0, + 659.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1243.0, + 627.0, + 1405.0, + 627.0, + 1405.0, + 659.0, + 1243.0, + 659.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 658.0, + 658.0, + 658.0, + 658.0, + 691.0, + 295.0, + 691.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 325.0, + 676.0, + 325.0, + 676.0, + 369.0, + 289.0, + 369.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 897.0, + 325.0, + 1410.0, + 325.0, + 1410.0, + 369.0, + 897.0, + 369.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 355.0, + 727.0, + 355.0, + 727.0, + 399.0, + 291.0, + 399.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 804.0, + 355.0, + 1381.0, + 355.0, + 1381.0, + 399.0, + 804.0, + 399.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1402.0, + 355.0, + 1408.0, + 355.0, + 1408.0, + 399.0, + 1402.0, + 399.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 391.0, + 422.0, + 391.0, + 422.0, + 427.0, + 293.0, + 427.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 458.0, + 391.0, + 605.0, + 391.0, + 605.0, + 427.0, + 458.0, + 427.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 771.0, + 391.0, + 825.0, + 391.0, + 825.0, + 427.0, + 771.0, + 427.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1032.0, + 391.0, + 1407.0, + 391.0, + 1407.0, + 427.0, + 1032.0, + 427.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 420.0, + 462.0, + 420.0, + 462.0, + 459.0, + 293.0, + 459.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 593.0, + 420.0, + 1079.0, + 420.0, + 1079.0, + 459.0, + 593.0, + 459.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1213.0, + 420.0, + 1285.0, + 420.0, + 1285.0, + 459.0, + 1213.0, + 459.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1871.0, + 1406.0, + 1871.0, + 1406.0, + 1912.0, + 294.0, + 1912.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1903.0, + 297.0, + 1903.0, + 297.0, + 1944.0, + 294.0, + 1944.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 754.0, + 1903.0, + 846.0, + 1903.0, + 846.0, + 1944.0, + 754.0, + 1944.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 893.0, + 1903.0, + 1407.0, + 1903.0, + 1407.0, + 1944.0, + 893.0, + 1944.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1935.0, + 458.0, + 1935.0, + 458.0, + 1974.0, + 294.0, + 1974.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1600.0, + 1402.0, + 1600.0, + 1402.0, + 1636.0, + 294.0, + 1636.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1632.0, + 639.0, + 1632.0, + 639.0, + 1664.0, + 296.0, + 1664.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1667.0, + 1405.0, + 1667.0, + 1405.0, + 1707.0, + 294.0, + 1707.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1701.0, + 462.0, + 1701.0, + 462.0, + 1735.0, + 294.0, + 1735.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1998.0, + 795.0, + 1998.0, + 795.0, + 2040.0, + 295.0, + 2040.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 220.0, + 991.0, + 220.0, + 991.0, + 272.0, + 292.0, + 272.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1057.0, + 220.0, + 1236.0, + 220.0, + 1236.0, + 272.0, + 1057.0, + 272.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1543.0, + 1225.0, + 1543.0, + 1225.0, + 1579.0, + 295.0, + 1579.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 19, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 296, + 1685, + 1405, + 1685, + 1405, + 1812, + 296, + 1812 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 296, + 364, + 1404, + 364, + 1404, + 502, + 296, + 502 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 298, + 1932, + 1404, + 1932, + 1404, + 2045, + 298, + 2045 + ], + "score": 0.973 + }, + { + "category_id": 8, + "poly": [ + 524, + 684, + 1173, + 684, + 1173, + 1134, + 524, + 1134 + ], + "score": 0.968 + }, + { + "category_id": 8, + "poly": [ + 602, + 1265, + 1094, + 1265, + 1094, + 1544, + 602, + 1544 + ], + "score": 0.965 + }, + { + "category_id": 8, + "poly": [ + 509, + 516, + 1184, + 516, + 1184, + 601, + 509, + 601 + ], + "score": 0.958 + }, + { + "category_id": 8, + "poly": [ + 458, + 1830, + 1240, + 1830, + 1240, + 1916, + 458, + 1916 + ], + "score": 0.957 + }, + { + "category_id": 8, + "poly": [ + 629, + 251, + 1069, + 251, + 1069, + 334, + 629, + 334 + ], + "score": 0.953 + }, + { + "category_id": 1, + "poly": [ + 297, + 630, + 1172, + 630, + 1172, + 667, + 297, + 667 + ], + "score": 0.931 + }, + { + "category_id": 1, + "poly": [ + 298, + 1219, + 570, + 1219, + 570, + 1251, + 298, + 1251 + ], + "score": 0.929 + }, + { + "category_id": 2, + "poly": [ + 298, + 73, + 817, + 73, + 817, + 106, + 298, + 106 + ], + "score": 0.919 + }, + { + "category_id": 9, + "poly": [ + 1351, + 545, + 1401, + 545, + 1401, + 577, + 1351, + 577 + ], + "score": 0.898 + }, + { + "category_id": 9, + "poly": [ + 1351, + 275, + 1400, + 275, + 1400, + 306, + 1351, + 306 + ], + "score": 0.897 + }, + { + "category_id": 9, + "poly": [ + 1351, + 1852, + 1400, + 1852, + 1400, + 1882, + 1351, + 1882 + ], + "score": 0.883 + }, + { + "category_id": 1, + "poly": [ + 296, + 229, + 420, + 229, + 420, + 262, + 296, + 262 + ], + "score": 0.874 + }, + { + "category_id": 2, + "poly": [ + 1373, + 1149, + 1404, + 1149, + 1404, + 1180, + 1373, + 1180 + ], + "score": 0.846 + }, + { + "category_id": 0, + "poly": [ + 292, + 1630, + 1400, + 1630, + 1400, + 1663, + 292, + 1663 + ], + "score": 0.836 + }, + { + "category_id": 2, + "poly": [ + 1374, + 1559, + 1403, + 1559, + 1403, + 1589, + 1374, + 1589 + ], + "score": 0.826 + }, + { + "category_id": 2, + "poly": [ + 834, + 2087, + 863, + 2087, + 863, + 2113, + 834, + 2113 + ], + "score": 0.775 + }, + { + "category_id": 14, + "poly": [ + 628, + 252, + 1070, + 252, + 1070, + 331, + 628, + 331 + ], + "score": 0.95, + "latex": "\\mathbb { E } _ { \\kappa \\sim p ( \\kappa | S ^ { k } ) } \\left[ \\frac { 1 } { 1 - F _ { \\phi _ { s } } ( \\kappa ) } \\right] = R ( S ^ { k } , s )" + }, + { + "category_id": 14, + "poly": [ + 521, + 682, + 1173, + 682, + 1173, + 1139, + 521, + 1139 + ], + "score": 0.95, + "latex": "\\begin{array} { r l } & { \\mathbb { E } _ { n \\sim p ( n | S ^ { k } ) } \\left[ \\frac { 1 } { 1 - F _ { \\phi _ { n } } ( \\kappa ) } \\right] } \\\\ & { = \\int _ { n = - \\infty } ^ { \\infty } p ( \\kappa | S ^ { k } ) \\frac { 1 } { 1 - F _ { \\phi _ { n } } ( \\kappa ) } \\partial \\kappa } \\\\ & { = \\int _ { \\kappa = - \\infty } ^ { \\infty } \\frac { \\prod _ { s \\in S ^ { k } } ( 1 - F _ { \\phi _ { s } } ( \\kappa ) ) f _ { \\phi _ { n ; s } } ( \\kappa ) } { p ( S ^ { k } ) } \\frac { 1 } { 1 - F _ { \\phi _ { n } } ( \\kappa ) } \\partial \\kappa } \\\\ & { = \\frac { 1 } { p ( S ^ { k } ) } \\int _ { \\kappa = - \\infty } ^ { \\infty } \\underset { s \\in S ^ { k } \\backslash \\{ s \\} } { \\prod } \\ ( 1 - F _ { \\phi _ { s } } ( \\kappa ) ) f _ { \\phi _ { n ; s } \\mu \\kappa } ( \\kappa ) \\partial \\kappa } \\\\ & { = \\frac { 1 } { p ( S ^ { k } ) } p ^ { D \\cup S } ( S \\setminus \\{ s \\} ) } \\\\ & { = R ( S ^ { k } , s ) , } \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 602, + 1268, + 1094, + 1268, + 1094, + 1547, + 602, + 1547 + ], + "score": 0.94, + "latex": "\\begin{array} { r l } & { \\mathbb { E } _ { \\kappa \\sim p ( \\kappa | S ^ { k } ) } \\left[ \\displaystyle \\sum _ { s \\in S ^ { k } } \\frac { p ( s ) } { 1 - F _ { \\phi _ { s } } ( \\kappa ) } f ( s ) \\right] } \\\\ & { = \\displaystyle \\sum _ { s \\in S ^ { k } } p ( s ) \\mathbb { E } _ { \\kappa \\sim p ( \\kappa | S ^ { k } ) } \\left[ \\frac { 1 } { 1 - F _ { \\phi _ { s } } ( \\kappa ) } \\right] f ( s ) } \\\\ & { = \\displaystyle \\sum _ { s \\in S ^ { k } } p ( s ) R ( S ^ { k } , s ) f ( s ) . } \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 458, + 1829, + 1242, + 1829, + 1242, + 1918, + 458, + 1918 + ], + "score": 0.94, + "latex": "e ^ { \\mathrm { I W P G } } ( S ^ { k } , \\kappa ) = \\sum _ { s \\in S ^ { k } } \\frac { p _ { \\theta } ( s ) } { q _ { \\theta , \\kappa } ( s ) } \\nabla _ { \\theta } \\log p _ { \\theta } ( s ) f ( s ) = \\sum _ { s \\in S ^ { k } } \\frac { \\nabla _ { \\theta } p _ { \\theta } ( s ) } { q _ { \\theta , \\kappa } ( s ) } f ( s )" + }, + { + "category_id": 13, + "poly": [ + 882, + 632, + 984, + 632, + 984, + 667, + 882, + 667 + ], + "score": 0.94, + "latex": "C = \\{ s \\}" + }, + { + "category_id": 13, + "poly": [ + 1200, + 1778, + 1392, + 1778, + 1392, + 1815, + 1200, + 1815 + ], + "score": 0.93, + "latex": "\\nabla _ { \\pmb { \\theta } } \\mathbb { E } _ { p _ { \\pmb { \\theta } } ( \\pmb { x } ) } [ f _ { \\pmb { \\theta } } ( \\pmb { x } ) ]" + }, + { + "category_id": 13, + "poly": [ + 297, + 466, + 391, + 466, + 391, + 503, + 297, + 503 + ], + "score": 0.92, + "latex": "p ( \\kappa | S ^ { k } )" + }, + { + "category_id": 13, + "poly": [ + 297, + 1995, + 582, + 1995, + 582, + 2044, + 297, + 2044 + ], + "score": 0.92, + "latex": "\\begin{array} { r } { W ( S ^ { k } ) = \\sum _ { s \\in S ^ { k } } \\frac { p _ { \\pmb { \\theta } } ( s ) } { q _ { \\pmb { \\theta } , \\kappa } ( s ) } } \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 511, + 515, + 1187, + 515, + 1187, + 600, + 511, + 600 + ], + "score": 0.92, + "latex": "p ( \\kappa | S ^ { k } ) = \\frac { p ( S ^ { k } | \\kappa ) p ( \\kappa ) } { p ( S ^ { k } ) } = \\frac { \\prod _ { s \\in S ^ { k } } ( 1 - F _ { \\phi _ { s } } ( \\kappa ) ) f _ { \\phi _ { D \\setminus S ^ { k } } } ( \\kappa ) } { p ( S ^ { k } ) }" + }, + { + "category_id": 13, + "poly": [ + 453, + 428, + 535, + 428, + 535, + 462, + 453, + 462 + ], + "score": 0.92, + "latex": "D \\backslash S ^ { k }" + }, + { + "category_id": 13, + "poly": [ + 525, + 1934, + 613, + 1934, + 613, + 1967, + 525, + 1967 + ], + "score": 0.92, + "latex": "( k + 1 )" + }, + { + "category_id": 13, + "poly": [ + 687, + 429, + 1260, + 429, + 1260, + 470, + 687, + 470 + ], + "score": 0.9, + "latex": "\\begin{array} { r } { \\kappa = \\operatorname* { m a x } _ { s \\in D \\backslash S ^ { k } } g _ { \\phi _ { s } } = g _ { \\phi _ { D \\backslash S ^ { k } } } \\sim \\mathrm { G u m b e l } ( \\phi _ { D \\backslash S ^ { k } } ) } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 1035, + 635, + 1160, + 635, + 1160, + 671, + 1035, + 671 + ], + "score": 0.9, + "latex": "g _ { \\phi _ { D \\setminus S } } = \\kappa" + }, + { + "category_id": 13, + "poly": [ + 571, + 399, + 661, + 399, + 661, + 431, + 571, + 431 + ], + "score": 0.89, + "latex": "( k + 1 )" + }, + { + "category_id": 13, + "poly": [ + 575, + 365, + 609, + 365, + 609, + 396, + 575, + 396 + ], + "score": 0.88, + "latex": "S ^ { k }" + }, + { + "category_id": 13, + "poly": [ + 977, + 365, + 1012, + 365, + 1012, + 396, + 977, + 396 + ], + "score": 0.88, + "latex": "S ^ { k }" + }, + { + "category_id": 13, + "poly": [ + 1126, + 369, + 1146, + 369, + 1146, + 395, + 1126, + 395 + ], + "score": 0.81, + "latex": "k" + }, + { + "category_id": 13, + "poly": [ + 428, + 1940, + 448, + 1940, + 448, + 1962, + 428, + 1962 + ], + "score": 0.78, + "latex": "\\kappa" + }, + { + "category_id": 13, + "poly": [ + 489, + 405, + 509, + 405, + 509, + 426, + 489, + 426 + ], + "score": 0.71, + "latex": "\\kappa" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 72.0, + 817.0, + 72.0, + 817.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1377.0, + 1154.0, + 1403.0, + 1154.0, + 1403.0, + 1181.0, + 1377.0, + 1181.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1628.0, + 1401.0, + 1628.0, + 1401.0, + 1662.0, + 296.0, + 1662.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1377.0, + 1564.0, + 1403.0, + 1564.0, + 1403.0, + 1591.0, + 1377.0, + 1591.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 830.0, + 2084.0, + 868.0, + 2084.0, + 868.0, + 2125.0, + 830.0, + 2125.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1683.0, + 1405.0, + 1683.0, + 1405.0, + 1724.0, + 291.0, + 1724.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1718.0, + 1406.0, + 1718.0, + 1406.0, + 1752.0, + 291.0, + 1752.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1746.0, + 1406.0, + 1746.0, + 1406.0, + 1784.0, + 291.0, + 1784.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1774.0, + 1199.0, + 1774.0, + 1199.0, + 1818.0, + 291.0, + 1818.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1393.0, + 1774.0, + 1406.0, + 1774.0, + 1406.0, + 1818.0, + 1393.0, + 1818.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 360.0, + 574.0, + 360.0, + 574.0, + 406.0, + 291.0, + 406.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 610.0, + 360.0, + 976.0, + 360.0, + 976.0, + 406.0, + 610.0, + 406.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1013.0, + 360.0, + 1125.0, + 360.0, + 1125.0, + 406.0, + 1013.0, + 406.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1147.0, + 360.0, + 1405.0, + 360.0, + 1405.0, + 406.0, + 1147.0, + 406.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 396.0, + 488.0, + 396.0, + 488.0, + 435.0, + 293.0, + 435.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 510.0, + 396.0, + 570.0, + 396.0, + 570.0, + 435.0, + 510.0, + 435.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 662.0, + 396.0, + 1404.0, + 396.0, + 1404.0, + 435.0, + 662.0, + 435.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 421.0, + 452.0, + 421.0, + 452.0, + 475.0, + 289.0, + 475.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 536.0, + 421.0, + 686.0, + 421.0, + 686.0, + 475.0, + 536.0, + 475.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1261.0, + 421.0, + 1408.0, + 421.0, + 1408.0, + 475.0, + 1261.0, + 475.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 466.0, + 759.0, + 466.0, + 759.0, + 506.0, + 392.0, + 506.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1930.0, + 427.0, + 1930.0, + 427.0, + 1970.0, + 293.0, + 1970.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 449.0, + 1930.0, + 524.0, + 1930.0, + 524.0, + 1970.0, + 449.0, + 1970.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 614.0, + 1930.0, + 1406.0, + 1930.0, + 1406.0, + 1970.0, + 614.0, + 1970.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1962.0, + 1404.0, + 1962.0, + 1404.0, + 2000.0, + 293.0, + 2000.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1996.5, + 595.0, + 1996.5, + 595.0, + 2047.0, + 293.0, + 2047.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 621.0, + 881.0, + 621.0, + 881.0, + 678.0, + 291.0, + 678.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 985.0, + 621.0, + 1034.0, + 621.0, + 1034.0, + 678.0, + 985.0, + 678.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1161.0, + 621.0, + 1176.0, + 621.0, + 1176.0, + 678.0, + 1161.0, + 678.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1216.0, + 573.0, + 1216.0, + 573.0, + 1256.0, + 296.0, + 1256.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 230.0, + 423.0, + 230.0, + 423.0, + 263.0, + 295.0, + 263.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 20, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 296, + 696, + 1407, + 696, + 1407, + 800, + 296, + 800 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 296, + 224, + 1407, + 224, + 1407, + 351, + 296, + 351 + ], + "score": 0.973 + }, + { + "category_id": 1, + "poly": [ + 296, + 485, + 1404, + 485, + 1404, + 577, + 296, + 577 + ], + "score": 0.971 + }, + { + "category_id": 8, + "poly": [ + 464, + 1294, + 1233, + 1294, + 1233, + 1546, + 464, + 1546 + ], + "score": 0.965 + }, + { + "category_id": 8, + "poly": [ + 460, + 1611, + 1246, + 1611, + 1246, + 2033, + 460, + 2033 + ], + "score": 0.964 + }, + { + "category_id": 8, + "poly": [ + 412, + 1081, + 1284, + 1081, + 1284, + 1191, + 412, + 1191 + ], + "score": 0.961 + }, + { + "category_id": 8, + "poly": [ + 471, + 593, + 1224, + 593, + 1224, + 681, + 471, + 681 + ], + "score": 0.955 + }, + { + "category_id": 8, + "poly": [ + 416, + 363, + 1279, + 363, + 1279, + 450, + 416, + 450 + ], + "score": 0.949 + }, + { + "category_id": 1, + "poly": [ + 291, + 1217, + 1403, + 1217, + 1403, + 1285, + 291, + 1285 + ], + "score": 0.946 + }, + { + "category_id": 2, + "poly": [ + 297, + 73, + 817, + 73, + 817, + 106, + 297, + 106 + ], + "score": 0.925 + }, + { + "category_id": 1, + "poly": [ + 290, + 1558, + 1333, + 1558, + 1333, + 1596, + 290, + 1596 + ], + "score": 0.914 + }, + { + "category_id": 9, + "poly": [ + 1351, + 615, + 1400, + 615, + 1400, + 647, + 1351, + 647 + ], + "score": 0.896 + }, + { + "category_id": 9, + "poly": [ + 1351, + 1490, + 1401, + 1490, + 1401, + 1522, + 1351, + 1522 + ], + "score": 0.876 + }, + { + "category_id": 9, + "poly": [ + 1351, + 1118, + 1401, + 1118, + 1401, + 1150, + 1351, + 1150 + ], + "score": 0.875 + }, + { + "category_id": 9, + "poly": [ + 1351, + 385, + 1401, + 385, + 1401, + 417, + 1351, + 417 + ], + "score": 0.875 + }, + { + "category_id": 0, + "poly": [ + 297, + 842, + 1109, + 842, + 1109, + 880, + 297, + 880 + ], + "score": 0.867 + }, + { + "category_id": 1, + "poly": [ + 294, + 997, + 1354, + 997, + 1354, + 1072, + 294, + 1072 + ], + "score": 0.831 + }, + { + "category_id": 1, + "poly": [ + 300, + 910, + 1347, + 910, + 1347, + 974, + 300, + 974 + ], + "score": 0.816 + }, + { + "category_id": 2, + "poly": [ + 834, + 2087, + 866, + 2087, + 866, + 2114, + 834, + 2114 + ], + "score": 0.748 + }, + { + "category_id": 2, + "poly": [ + 834, + 2087, + 866, + 2087, + 866, + 2114, + 834, + 2114 + ], + "score": 0.289 + }, + { + "category_id": 0, + "poly": [ + 297, + 1040, + 420, + 1040, + 420, + 1072, + 297, + 1072 + ], + "score": 0.107 + }, + { + "category_id": 0, + "poly": [ + 300, + 910, + 1347, + 910, + 1347, + 974, + 300, + 974 + ], + "score": 0.101 + }, + { + "category_id": 14, + "poly": [ + 463, + 1292, + 1234, + 1292, + 1234, + 1549, + 463, + 1549 + ], + "score": 0.95, + "latex": "\\begin{array} { c } { P ( b _ { 2 } = s ^ { \\prime } | S ^ { k } , b _ { 1 } = s ) = \\displaystyle { \\frac { P ( S ^ { k } | b _ { 2 } = s ^ { \\prime } , b _ { 1 } = s ) P ( b _ { 2 } = s ^ { \\prime } | b _ { 1 } = s ^ { \\prime } ) } { P ( S ^ { k } | b _ { 1 } = s ) } } } \\\\ { = \\displaystyle { \\frac { p _ { \\theta } ^ { D \\setminus \\{ s , s ^ { \\prime } \\} } ( S ^ { k } \\setminus \\{ s , s ^ { \\prime } \\} ) p _ { \\theta } ^ { D \\setminus \\{ s \\} } ( s ^ { \\prime } ) } { p _ { \\theta } ^ { D \\setminus \\{ s \\} } ( S ^ { k } \\setminus \\{ s \\} ) } } } \\\\ { { = \\displaystyle { \\frac { p _ { \\theta } ( s ^ { \\prime } ) } { 1 - p _ { \\theta } ( s ) } R ^ { D \\setminus \\{ s \\} } ( S ^ { k } , s ^ { \\prime } ) } . } } \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 459, + 1608, + 1244, + 1608, + 1244, + 2037, + 459, + 2037 + ], + "score": 0.95, + "latex": "\\begin{array} { r l } & { \\displaystyle \\sum _ { s ^ { \\prime } \\in S ^ { k } } p _ { \\theta } ( s ^ { \\prime } ) R ^ { D N \\setminus \\{ s \\} } ( S ^ { k } , s ^ { \\prime } ) f ( s ^ { \\prime } ) } \\\\ & { = p _ { \\theta } ( s ) f ( s ) + \\displaystyle \\sum _ { s ^ { \\prime } \\in S ^ { k \\setminus \\{ s \\} } } p _ { \\theta } ( s ^ { \\prime } ) R ^ { D \\setminus \\{ s \\} } ( S ^ { k } , s ^ { \\prime } ) f ( s ^ { \\prime } ) } \\\\ & { = p _ { \\theta } ( s ) f ( s ) + ( 1 - p _ { \\theta } ( s ) ) \\displaystyle \\sum _ { s ^ { \\prime } \\in S ^ { k \\setminus \\{ s \\} } \\setminus \\{ s \\} } \\frac { p _ { \\theta } ( s ^ { \\prime } ) } { 1 - p _ { \\theta } ( s ) } R ^ { D \\setminus \\{ s \\} } ( S ^ { k } , s ^ { \\prime } ) f ( s ^ { \\prime } ) } \\\\ & { = p _ { \\theta } ( s ) f ( s ) + ( 1 - p _ { \\theta } ( s ) ) \\displaystyle \\sum _ { s ^ { \\prime } \\in S ^ { k \\setminus \\{ s \\} } \\setminus \\{ s \\} } P ( b _ { 2 } = s ^ { \\prime } | S ^ { k } , b _ { 1 } = s ) f ( s ^ { \\prime } ) } \\\\ & { = p _ { \\theta } ( s ) f ( s ) + ( 1 - p _ { \\theta } ( s ) ) \\| g _ { s ^ { \\prime } \\in S ^ { k \\setminus \\{ s \\} } \\setminus \\{ s \\} } } \\\\ & { = p _ { \\theta } ( s ) f ( s ) + ( 1 - p _ { \\theta } ( s ) ) \\| g _ { s ^ { \\prime } \\circ p _ { \\theta } ( b _ { 2 } \\mid S ^ { k } , b _ { 1 } = s ) } [ f ( b _ { 2 } ) ] } \\\\ & { = \\mathbb { E } _ { \\delta \\to p _ { \\theta } ( b _ { 2 } \\mid S ^ { k } , b _ { 1 } = s ) } [ p _ { \\theta } ( b _ { 1 } ) f ( b _ { 1 } ) + ( 1 - p _ { \\theta } ( b _ { 1 } ) ) f ( b _ { 2 } ) ] . } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 1137, + 697, + 1212, + 697, + 1212, + 741, + 1137, + 741 + ], + "score": 0.94, + "latex": "\\frac { 1 } { W ( S ^ { k } ) }" + }, + { + "category_id": 13, + "poly": [ + 888, + 485, + 1172, + 485, + 1172, + 533, + 888, + 533 + ], + "score": 0.93, + "latex": "\\begin{array} { r } { W ( S ^ { k } ) = \\sum _ { s \\in S ^ { k } } \\frac { p _ { \\theta } ( s ) } { q _ { \\theta , \\kappa } ( s ) } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 931, + 697, + 1013, + 697, + 1013, + 740, + 931, + 740 + ], + "score": 0.93, + "latex": "\\frac { 1 } { W _ { i } ( S ^ { k } ) }" + }, + { + "category_id": 14, + "poly": [ + 414, + 1079, + 1284, + 1079, + 1284, + 1191, + 414, + 1191 + ], + "score": 0.93, + "latex": "\\mathbb { E } _ { S ^ { k } \\sim p _ { \\theta } ( S ^ { k } ) } \\left[ \\sum _ { s \\in S ^ { k } } \\nabla _ { \\theta } p _ { \\theta } ( s ) R ( S ^ { k } , s ) \\sum _ { s ^ { \\prime } \\in S ^ { k } } p _ { \\theta } ( s ^ { \\prime } ) R ^ { D \\setminus \\{ s \\} } ( S ^ { k } , s ^ { \\prime } ) f ( s ^ { \\prime } ) \\right] = 0 ." + }, + { + "category_id": 14, + "poly": [ + 471, + 591, + 1228, + 591, + 1228, + 681, + 471, + 681 + ], + "score": 0.93, + "latex": "\\nabla _ { \\pmb \\theta } \\mathbb { E } _ { \\pmb \\theta \\sim p _ { \\pmb \\theta } ( \\pmb y ) } \\left[ f ( \\pmb y ) \\right] \\approx \\sum _ { s \\in S ^ { k } } \\frac { 1 } { W _ { i } ( S ^ { k } ) } \\cdot \\frac { \\nabla _ { \\pmb \\theta } p _ { \\pmb \\theta } ( s ) } { q _ { \\pmb \\theta , \\kappa } ( s ) } \\left( f ( s ) - \\frac { B ( S ^ { k } ) } { W ( S ^ { k } ) } \\right)" + }, + { + "category_id": 13, + "poly": [ + 1018, + 224, + 1352, + 224, + 1352, + 273, + 1018, + 273 + ], + "score": 0.93, + "latex": "\\begin{array} { r } { B ( S ^ { k } ) = \\sum _ { s \\in S ^ { k } } \\frac { p _ { \\theta } ( s ) } { q _ { \\theta , \\kappa } ( s ) } f ( s ) } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 518, + 1558, + 743, + 1558, + 743, + 1596, + 518, + 1596 + ], + "score": 0.93, + "latex": "R ^ { D \\setminus \\{ s \\} } ( S ^ { k } , s ^ { \\prime } ) = 1" + }, + { + "category_id": 14, + "poly": [ + 417, + 362, + 1280, + 362, + 1280, + 452, + 417, + 452 + ], + "score": 0.93, + "latex": "e ^ { \\mathrm { I W P G B L } } ( S ^ { k } , \\kappa ) = \\sum _ { s \\in S ^ { k } } { \\frac { \\nabla _ { \\theta } p _ { \\theta } ( s ) } { q _ { \\theta , \\kappa } ( s ) } } \\left( f ( s ) \\left( 1 - p _ { \\theta } ( s ) + { \\frac { p _ { \\theta } ( s ) } { q _ { \\theta , \\kappa } ( s ) } } \\right) - B ( S ^ { k } ) \\right)" + }, + { + "category_id": 13, + "poly": [ + 483, + 303, + 703, + 303, + 703, + 351, + 483, + 351 + ], + "score": 0.92, + "latex": "\\begin{array} { r } { 1 - p _ { \\pmb { \\theta } } ( s ) + \\frac { p _ { \\pmb { \\theta } } ( s ) } { q _ { \\pmb { \\theta } , \\kappa } ( s ) } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 1159, + 1221, + 1249, + 1221, + 1249, + 1250, + 1159, + 1250 + ], + "score": 0.92, + "latex": "b _ { 1 } ~ = ~ s" + }, + { + "category_id": 13, + "poly": [ + 297, + 529, + 714, + 529, + 714, + 579, + 297, + 579 + ], + "score": 0.92, + "latex": "\\begin{array} { r } { W _ { i } ( S ^ { k } ) = W ( S ^ { k } ) - \\frac { p _ { \\theta } ( s ) } { q _ { \\theta , \\kappa } ( s ) } + p _ { \\theta } ( s ) } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 343, + 1563, + 416, + 1563, + 416, + 1590, + 343, + 1590 + ], + "score": 0.91, + "latex": "s ^ { \\prime } = s" + }, + { + "category_id": 13, + "poly": [ + 298, + 1251, + 371, + 1251, + 371, + 1283, + 298, + 1283 + ], + "score": 0.88, + "latex": "s ^ { \\prime } \\neq s" + }, + { + "category_id": 13, + "poly": [ + 983, + 270, + 1017, + 270, + 1017, + 301, + 983, + 301 + ], + "score": 0.86, + "latex": "S ^ { k }" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 72.0, + 818.0, + 72.0, + 818.0, + 108.0, + 296.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 839.0, + 1111.0, + 839.0, + 1111.0, + 885.0, + 292.0, + 885.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 830.0, + 2085.0, + 870.0, + 2085.0, + 870.0, + 2124.0, + 830.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 830.0, + 2085.0, + 870.0, + 2085.0, + 870.0, + 2124.0, + 830.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1037.0, + 424.0, + 1037.0, + 424.0, + 1075.0, + 295.0, + 1075.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 911.0, + 355.0, + 911.0, + 355.0, + 942.0, + 297.0, + 942.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 364.0, + 914.0, + 1347.0, + 914.0, + 1347.0, + 942.0, + 364.0, + 942.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 367.0, + 947.0, + 559.0, + 947.0, + 559.0, + 971.0, + 367.0, + 971.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 693.0, + 930.0, + 693.0, + 930.0, + 745.0, + 292.0, + 745.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1014.0, + 693.0, + 1136.0, + 693.0, + 1136.0, + 745.0, + 1014.0, + 745.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 737.0, + 1404.0, + 737.0, + 1404.0, + 768.0, + 296.0, + 768.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 766.0, + 1072.0, + 766.0, + 1072.0, + 802.0, + 295.0, + 802.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1128.0, + 693.0, + 1409.0, + 693.0, + 1409.0, + 741.5, + 1128.0, + 741.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1353.0, + 221.0, + 1408.0, + 221.0, + 1408.0, + 266.0, + 1353.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 269.0, + 982.0, + 269.0, + 982.0, + 305.0, + 295.0, + 305.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1018.0, + 269.0, + 1405.0, + 269.0, + 1405.0, + 305.0, + 1018.0, + 305.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 303.0, + 482.0, + 303.0, + 482.0, + 352.0, + 292.0, + 352.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 704.0, + 303.0, + 714.0, + 303.0, + 714.0, + 352.0, + 704.0, + 352.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 285.0, + 214.0, + 1317.0, + 214.0, + 1317.0, + 280.0, + 285.0, + 280.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1173.0, + 479.0, + 1406.0, + 479.0, + 1406.0, + 534.0, + 1173.0, + 534.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 715.0, + 526.0, + 1103.0, + 526.0, + 1103.0, + 581.0, + 715.0, + 581.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 478.5, + 1109.0, + 478.5, + 1109.0, + 531.5, + 289.0, + 531.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1213.0, + 1158.0, + 1213.0, + 1158.0, + 1256.0, + 292.0, + 1256.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1250.0, + 1213.0, + 1406.0, + 1213.0, + 1406.0, + 1256.0, + 1250.0, + 1256.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1240.0, + 297.0, + 1240.0, + 297.0, + 1291.0, + 291.0, + 1291.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 372.0, + 1240.0, + 383.0, + 1240.0, + 383.0, + 1291.0, + 372.0, + 1291.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1555.0, + 342.0, + 1555.0, + 342.0, + 1600.0, + 291.0, + 1600.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 417.0, + 1555.0, + 517.0, + 1555.0, + 517.0, + 1600.0, + 417.0, + 1600.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 744.0, + 1555.0, + 1339.0, + 1555.0, + 1339.0, + 1600.0, + 744.0, + 1600.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 996.0, + 1351.0, + 996.0, + 1351.0, + 1035.0, + 296.0, + 1035.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1036.0, + 425.0, + 1036.0, + 425.0, + 1076.0, + 294.0, + 1076.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 911.0, + 355.0, + 911.0, + 355.0, + 942.0, + 297.0, + 942.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 364.0, + 914.0, + 1347.0, + 914.0, + 1347.0, + 942.0, + 364.0, + 942.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 367.0, + 947.0, + 559.0, + 947.0, + 559.0, + 971.0, + 367.0, + 971.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 21, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 8, + "poly": [ + 399, + 1096, + 1306, + 1096, + 1306, + 1461, + 399, + 1461 + ], + "score": 0.965 + }, + { + "category_id": 1, + "poly": [ + 296, + 878, + 1403, + 878, + 1403, + 943, + 296, + 943 + ], + "score": 0.951 + }, + { + "category_id": 8, + "poly": [ + 301, + 277, + 1381, + 277, + 1381, + 853, + 301, + 853 + ], + "score": 0.931 + }, + { + "category_id": 1, + "poly": [ + 297, + 1009, + 1364, + 1009, + 1364, + 1050, + 297, + 1050 + ], + "score": 0.926 + }, + { + "category_id": 1, + "poly": [ + 298, + 227, + 1275, + 227, + 1275, + 264, + 298, + 264 + ], + "score": 0.924 + }, + { + "category_id": 2, + "poly": [ + 298, + 73, + 817, + 73, + 817, + 106, + 298, + 106 + ], + "score": 0.918 + }, + { + "category_id": 8, + "poly": [ + 454, + 955, + 1239, + 955, + 1239, + 998, + 454, + 998 + ], + "score": 0.917 + }, + { + "category_id": 9, + "poly": [ + 1351, + 959, + 1401, + 959, + 1401, + 991, + 1351, + 991 + ], + "score": 0.882 + }, + { + "category_id": 2, + "poly": [ + 834, + 2087, + 865, + 2087, + 865, + 2113, + 834, + 2113 + ], + "score": 0.853 + }, + { + "category_id": 2, + "poly": [ + 1373, + 1495, + 1405, + 1495, + 1405, + 1527, + 1373, + 1527 + ], + "score": 0.83 + }, + { + "category_id": 14, + "poly": [ + 396, + 1099, + 1302, + 1099, + 1302, + 1467, + 396, + 1467 + ], + "score": 0.94, + "latex": "\\begin{array} { r l } & { \\mathbb { E } _ { S ^ { k } \\sim p _ { \\theta } ( S ^ { k } ) } \\left[ \\displaystyle \\sum _ { s \\in S ^ { k } } \\nabla _ { \\theta } p _ { \\theta } ( s ) R ( S ^ { k } , s ) \\displaystyle \\sum _ { s ^ { \\prime } \\in S ^ { k } } p _ { \\theta } ( s ^ { \\prime } ) R ^ { D \\setminus \\{ s \\} } ( S ^ { k } , s ^ { \\prime } ) f ( s ^ { \\prime } ) \\right] } \\\\ & { = \\mathbb { E } _ { B ^ { k } \\sim p _ { \\theta } ( B ^ { k } ) } \\left[ \\nabla _ { \\theta } \\log p _ { \\theta } ( b _ { 1 } ) \\left( p _ { \\theta } ( b _ { 1 } ) f ( b _ { 1 } ) + ( 1 - p _ { \\theta } ( b _ { 1 } ) ) f ( b _ { 2 } ) \\right) \\right] } \\\\ & { = \\mathbb { E } _ { b _ { 1 } \\sim p _ { \\theta } ( b _ { 1 } ) } \\left[ \\nabla _ { \\theta } \\log p _ { \\theta } ( b _ { 1 } ) \\mathbb { E } _ { b _ { 2 } \\sim p _ { \\theta } ( b _ { 2 } | b _ { 1 } ) } \\left[ ( p _ { \\theta } ( b _ { 1 } ) f ( b _ { 1 } ) + ( 1 - p _ { \\theta } ( b _ { 1 } ) ) f ( b _ { 2 } ) ) \\right] \\right] } \\\\ & { = \\mathbb { E } _ { b _ { 1 } \\sim p _ { \\theta } ( b _ { 1 } ) } \\left[ \\nabla _ { \\theta } \\log p _ { \\theta } ( b _ { 1 } ) \\mathbb { E } _ { x \\sim p _ { \\theta } ( x ) } \\left[ f ( x ) \\right] \\right] } \\\\ & { = \\mathbb { E } _ { b _ { 1 } \\sim p _ { \\theta } ( b _ { 1 } ) } \\left[ \\nabla _ { \\theta } \\log p _ { \\theta } ( b _ { 1 } ) \\right] \\mathbb { E } _ { x \\sim p _ { \\theta } ( x ) } \\left[ f ( x ) \\right] } \\\\ & { = 0 \\cdot \\mathbb { E } _ { x \\sim p _ { \\theta } ( x ) } \\left[ f ( x ) \\right] } \\\\ & { = 0 } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 1061, + 909, + 1173, + 909, + 1173, + 944, + 1061, + 944 + ], + "score": 0.93, + "latex": "C = \\{ b _ { 1 } \\}" + }, + { + "category_id": 14, + "poly": [ + 310, + 278, + 1412, + 278, + 1412, + 856, + 310, + 856 + ], + "score": 0.92, + "latex": "\\begin{array} { r l } & { \\mathbb { E } _ { \\theta ^ { \\star } \\sim \\Theta ( \\theta ^ { ( k ) } ) } [ \\displaystyle \\sum _ { \\ell \\in \\mathbb { N } ^ { k } } \\nabla \\theta ^ { ( k ) } ( \\theta ^ { k ) } H ^ { ( S ^ { k } , \\ell ) } \\cdot \\sum _ { \\ell \\in \\mathbb { N } ^ { k } } \\mathcal { P } \\varphi ( \\theta ^ { ( k ) } H ^ { ( S ^ { k } , \\ell ) } ( \\theta ^ { k } , s ^ { \\prime } ) f ( s ^ { \\prime } ) ] } \\\\ & { = \\mathbb { E } _ { \\theta ^ { \\star } \\sim \\Theta ( \\theta ^ { ( k ) } ) } [ \\displaystyle \\sum _ { \\ell \\in \\mathbb { N } ^ { k } } \\mathcal { P } ( \\theta ^ { ( k ) } ) H ( \\theta ^ { ( k ) } , s ^ { \\prime } ) \\nabla \\theta ( \\theta , \\theta ^ { \\prime } ) \\wedge \\sum _ { \\ell \\in \\mathbb { N } ^ { k } } \\mathcal { P } ( \\theta ^ { ( k ) } H ^ { ( S ^ { k } , \\ell ) } ( \\theta ^ { k } ) \\cdot \\xi ^ { \\prime } ) f ( s ^ { \\prime } ) ] } \\\\ & { = \\mathbb { E } _ { \\theta ^ { \\star } \\sim \\Theta ( \\theta ^ { ( k ) } ) } [ \\displaystyle \\sum _ { \\ell \\in \\mathbb { N } ^ { k } } \\mathcal { P } ( \\theta ^ { ( k ) } - s | S ^ { k } | \\nabla \\theta ) \\cdot \\Big ( \\displaystyle \\sum _ { \\ell \\in \\mathbb { N } ^ { k } } \\mathcal { P } ( \\theta ^ { ( k ) } ) H ^ { ( S ^ { k } , \\ell ) } ( \\theta ^ { k } ) \\Big ) ] } \\\\ & { = \\mathbb { E } _ { \\theta ^ { \\star } \\sim \\Theta ( \\theta ^ { ( k ) } ) } [ \\displaystyle \\sum _ { \\ell \\in \\mathbb { N } ^ { k } } \\mathcal { P } ( \\hat { b } _ { 1 } - s | S ^ { k } | \\nabla \\theta ) \\cdot \\Big ( \\displaystyle \\sum _ { \\ell \\in \\mathbb { N } ^ { k } } \\mathcal { P } ( \\theta ^ { ( k ) } ) H ^ { ( S ^ { k } , \\ell ) } ( \\theta ^ { ( k ) } , \\theta ^ { \\prime } ) f ( s ^ { \\prime } ) ] } \\\\ & = \\mathbb { E } _ { \\theta ^ { \\star } \\sim \\Theta ( \\theta ^ { ( k ) } ) } [ \\displaystyle \\operatorname* { m i n } _ { \\theta ^ { \\star } \\sim \\Theta ( \\theta ^ { ( k ) } ) } [ \\nabla \\theta ^ { ( k ) } \\theta ^ { ( k ) } H ^ { ( S ^ { k } , \\ell ) } ] \\xi ^ { \\prime } s ^ \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 375, + 910, + 443, + 910, + 443, + 937, + 375, + 937 + ], + "score": 0.9, + "latex": "k = 2" + }, + { + "category_id": 13, + "poly": [ + 741, + 881, + 768, + 881, + 768, + 910, + 741, + 910 + ], + "score": 0.88, + "latex": "b _ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 664, + 881, + 691, + 881, + 691, + 910, + 664, + 910 + ], + "score": 0.88, + "latex": "b _ { 1 }" + }, + { + "category_id": 14, + "poly": [ + 458, + 955, + 1241, + 955, + 1241, + 997, + 458, + 997 + ], + "score": 0.88, + "latex": "\\mathbb { E } _ { b _ { 2 } \\sim p _ { \\theta } ( b _ { 2 } \\mid b _ { 1 } ) } \\left[ \\left( p _ { \\theta } ( b _ { 1 } ) f ( b _ { 1 } ) + ( 1 - p _ { \\theta } ( b _ { 1 } ) ) f ( b _ { 2 } ) \\right) \\right] = \\mathbb { E } _ { i \\sim p _ { \\theta } ( i ) } \\left[ f ( i ) \\right] ." + }, + { + "category_id": 13, + "poly": [ + 605, + 1010, + 1272, + 1010, + 1272, + 1049, + 605, + 1049 + ], + "score": 0.78, + "latex": "\\begin{array} { r } { \\mathbb { E } _ { b _ { 1 } \\sim p _ { \\theta } ( b _ { 1 } ) } \\left[ \\nabla _ { \\theta } \\log p _ { \\theta } ( b _ { 1 } ) \\right] = \\nabla _ { \\theta } \\mathbb { E } _ { b _ { 1 } \\sim p _ { \\theta } ( b _ { 1 } ) } \\left[ 1 \\right] = \\nabla _ { \\theta } 1 = 0 } \\end{array}" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 72.0, + 817.0, + 72.0, + 817.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 830.0, + 2084.0, + 870.0, + 2084.0, + 870.0, + 2123.0, + 830.0, + 2123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1378.0, + 1501.0, + 1403.0, + 1501.0, + 1403.0, + 1530.0, + 1378.0, + 1530.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 878.0, + 663.0, + 878.0, + 663.0, + 914.0, + 296.0, + 914.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 692.0, + 878.0, + 740.0, + 878.0, + 740.0, + 914.0, + 692.0, + 914.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 769.0, + 878.0, + 1403.0, + 878.0, + 1403.0, + 914.0, + 769.0, + 914.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 908.0, + 374.0, + 908.0, + 374.0, + 944.0, + 295.0, + 944.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 444.0, + 908.0, + 1060.0, + 908.0, + 1060.0, + 944.0, + 444.0, + 944.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1174.0, + 908.0, + 1282.0, + 908.0, + 1282.0, + 944.0, + 1174.0, + 944.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1004.0, + 604.0, + 1004.0, + 604.0, + 1055.0, + 291.0, + 1055.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1273.0, + 1004.0, + 1370.0, + 1004.0, + 1370.0, + 1055.0, + 1273.0, + 1055.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 228.0, + 1278.0, + 228.0, + 1278.0, + 265.0, + 294.0, + 265.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 22, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 296, + 1367, + 1405, + 1367, + 1405, + 1647, + 296, + 1647 + ], + "score": 0.984 + }, + { + "category_id": 1, + "poly": [ + 299, + 351, + 1404, + 351, + 1404, + 473, + 299, + 473 + ], + "score": 0.977 + }, + { + "category_id": 8, + "poly": [ + 608, + 1854, + 1090, + 1854, + 1090, + 1894, + 608, + 1894 + ], + "score": 0.93 + }, + { + "category_id": 1, + "poly": [ + 297, + 1811, + 1212, + 1811, + 1212, + 1845, + 297, + 1845 + ], + "score": 0.917 + }, + { + "category_id": 0, + "poly": [ + 299, + 225, + 677, + 225, + 677, + 262, + 299, + 262 + ], + "score": 0.914 + }, + { + "category_id": 0, + "poly": [ + 299, + 1312, + 668, + 1312, + 668, + 1344, + 299, + 1344 + ], + "score": 0.907 + }, + { + "category_id": 1, + "poly": [ + 330, + 1902, + 1341, + 1902, + 1341, + 1938, + 330, + 1938 + ], + "score": 0.904 + }, + { + "category_id": 1, + "poly": [ + 285, + 1676, + 1281, + 1676, + 1281, + 1711, + 285, + 1711 + ], + "score": 0.9 + }, + { + "category_id": 2, + "poly": [ + 298, + 74, + 817, + 74, + 817, + 105, + 298, + 105 + ], + "score": 0.9 + }, + { + "category_id": 8, + "poly": [ + 349, + 1944, + 1286, + 1944, + 1286, + 1985, + 349, + 1985 + ], + "score": 0.895 + }, + { + "category_id": 9, + "poly": [ + 1352, + 1857, + 1400, + 1857, + 1400, + 1887, + 1352, + 1887 + ], + "score": 0.878 + }, + { + "category_id": 9, + "poly": [ + 1351, + 1948, + 1400, + 1948, + 1400, + 1979, + 1351, + 1979 + ], + "score": 0.876 + }, + { + "category_id": 2, + "poly": [ + 834, + 2088, + 865, + 2088, + 865, + 2113, + 834, + 2113 + ], + "score": 0.874 + }, + { + "category_id": 9, + "poly": [ + 1352, + 1723, + 1400, + 1723, + 1400, + 1753, + 1352, + 1753 + ], + "score": 0.871 + }, + { + "category_id": 2, + "poly": [ + 330, + 2005, + 889, + 2005, + 889, + 2035, + 330, + 2035 + ], + "score": 0.867 + }, + { + "category_id": 9, + "poly": [ + 1352, + 1767, + 1400, + 1767, + 1400, + 1796, + 1352, + 1796 + ], + "score": 0.86 + }, + { + "category_id": 8, + "poly": [ + 431, + 478, + 1269, + 478, + 1269, + 1213, + 431, + 1213 + ], + "score": 0.816 + }, + { + "category_id": 8, + "poly": [ + 509, + 1720, + 1182, + 1720, + 1182, + 1758, + 509, + 1758 + ], + "score": 0.805 + }, + { + "category_id": 8, + "poly": [ + 600, + 1764, + 1182, + 1764, + 1182, + 1803, + 600, + 1803 + ], + "score": 0.773 + }, + { + "category_id": 0, + "poly": [ + 300, + 295, + 720, + 295, + 720, + 326, + 300, + 326 + ], + "score": 0.734 + }, + { + "category_id": 8, + "poly": [ + 442, + 481, + 1269, + 481, + 1269, + 1211, + 442, + 1211 + ], + "score": 0.702 + }, + { + "category_id": 0, + "poly": [ + 296, + 1244, + 1018, + 1244, + 1018, + 1280, + 296, + 1280 + ], + "score": 0.681 + }, + { + "category_id": 8, + "poly": [ + 504, + 1720, + 1183, + 1720, + 1183, + 1803, + 504, + 1803 + ], + "score": 0.484 + }, + { + "category_id": 1, + "poly": [ + 296, + 1244, + 1018, + 1244, + 1018, + 1280, + 296, + 1280 + ], + "score": 0.267 + }, + { + "category_id": 1, + "poly": [ + 300, + 295, + 720, + 295, + 720, + 326, + 300, + 326 + ], + "score": 0.193 + }, + { + "category_id": 13, + "poly": [ + 788, + 1904, + 919, + 1904, + 919, + 1939, + 788, + 1939 + ], + "score": 0.94, + "latex": "\\nabla _ { \\phi } \\mathcal { L } ( \\phi , \\theta )" + }, + { + "category_id": 14, + "poly": [ + 438, + 486, + 1266, + 486, + 1266, + 1219, + 438, + 1219 + ], + "score": 0.93, + "latex": "\\begin{array} { r l } \\varepsilon ^ { \\mathrm { s c } } > 5 1 - \\sum _ { j \\in \\mathcal { K } } \\frac { \\partial } { \\partial x _ { j } } \\varepsilon ( \\frac \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\cdot \\partial \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 1122, + 1584, + 1254, + 1584, + 1254, + 1616, + 1122, + 1616 + ], + "score": 0.93, + "latex": "x _ { i } \\in \\{ 0 , 1 \\}" + }, + { + "category_id": 13, + "poly": [ + 700, + 1812, + 795, + 1812, + 795, + 1848, + 700, + 1848 + ], + "score": 0.93, + "latex": "q _ { \\phi } ( z | \\boldsymbol { x } )" + }, + { + "category_id": 13, + "poly": [ + 721, + 1522, + 1001, + 1522, + 1001, + 1557, + 721, + 1557 + ], + "score": 0.93, + "latex": "\\begin{array} { r } { q _ { \\phi } ( z | \\pmb { x } ) = \\prod _ { k } q _ { \\phi } ( z _ { k } | \\pmb { \\bar { x } } ) } \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 604, + 1854, + 1094, + 1854, + 1094, + 1895, + 604, + 1895 + ], + "score": 0.93, + "latex": "\\nabla _ { \\pmb \\theta } \\mathcal L ( \\phi , \\pmb \\theta ) = \\mathbb E _ { z \\sim q _ { \\phi } ( z | x ) } \\left[ \\nabla _ { \\pmb \\theta } \\ln p _ { \\pmb \\theta } ( \\pmb x | z ) \\right] ." + }, + { + "category_id": 14, + "poly": [ + 510, + 1717, + 1187, + 1717, + 1187, + 1806, + 510, + 1806 + ], + "score": 0.92, + "latex": "\\begin{array} { r } { \\mathcal { L } ( \\phi , \\pmb { \\theta } ) = \\mathbb { E } _ { z \\sim q _ { \\phi } ( z \\vert x ) } \\left[ \\ln p _ { \\pmb { \\theta } } ( \\pmb { x } \\vert z ) + \\ln p ( z ) - \\ln q _ { \\phi } ( z \\vert x ) \\right] } \\\\ { = \\mathbb { E } _ { z \\sim q _ { \\phi } ( z \\vert x ) } \\left[ \\ln p _ { \\pmb { \\theta } } ( \\pmb { x } \\vert z ) \\right] - K L ( q _ { \\phi } ( z \\vert x ) \\vert \\vert p ( z ) ) . } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 427, + 1493, + 519, + 1493, + 519, + 1521, + 427, + 1521 + ], + "score": 0.92, + "latex": "C = 1 0" + }, + { + "category_id": 13, + "poly": [ + 761, + 1583, + 1034, + 1583, + 1034, + 1617, + 761, + 1617 + ], + "score": 0.91, + "latex": "\\begin{array} { r } { \\bar { p _ { \\pmb \\theta } } ( \\pmb x | z ) \\dot { = } \\prod _ { i } p _ { \\pmb \\theta } ( x _ { i } | \\pmb z ) } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 1039, + 1492, + 1394, + 1492, + 1394, + 1526, + 1039, + 1526 + ], + "score": 0.9, + "latex": "p ( z _ { k } = c ) = 1 / C , k = 1 , . . . , K" + }, + { + "category_id": 13, + "poly": [ + 1222, + 1462, + 1316, + 1462, + 1316, + 1490, + 1222, + 1490 + ], + "score": 0.89, + "latex": "K = 2 0" + }, + { + "category_id": 14, + "poly": [ + 362, + 1944, + 1289, + 1944, + 1289, + 1986, + 362, + 1986 + ], + "score": 0.88, + "latex": "\\nabla _ { \\phi } \\mathcal { L } ( \\phi , \\pmb { \\theta } ) = \\mathbb { E } _ { z \\sim q _ { \\phi } ( z | \\pmb { x } ) } \\left[ \\nabla _ { \\phi } \\ln q _ { \\phi } ( z | \\pmb { x } ) \\ln p _ { \\theta } ( \\pmb { x } | z ) \\right] - \\nabla _ { \\phi } K L ( q _ { \\phi } ( z | \\pmb { x } ) | | p ( z ) ) ." + }, + { + "category_id": 13, + "poly": [ + 606, + 1906, + 628, + 1906, + 628, + 1937, + 606, + 1937 + ], + "score": 0.85, + "latex": "\\phi" + }, + { + "category_id": 13, + "poly": [ + 665, + 1524, + 689, + 1524, + 689, + 1555, + 665, + 1555 + ], + "score": 0.85, + "latex": "\\phi" + }, + { + "category_id": 13, + "poly": [ + 1097, + 1555, + 1200, + 1555, + 1200, + 1583, + 1097, + 1583 + ], + "score": 0.83, + "latex": "\\mathit { \\Phi } _ { \\mathrm { ( \\alpha ) } } = 0 . 1" + }, + { + "category_id": 13, + "poly": [ + 606, + 1814, + 625, + 1814, + 625, + 1840, + 606, + 1840 + ], + "score": 0.83, + "latex": "\\pmb \\theta" + }, + { + "category_id": 13, + "poly": [ + 1022, + 1814, + 1041, + 1814, + 1041, + 1840, + 1022, + 1840 + ], + "score": 0.78, + "latex": "\\pmb \\theta" + }, + { + "category_id": 13, + "poly": [ + 1174, + 1466, + 1194, + 1466, + 1194, + 1489, + 1174, + 1489 + ], + "score": 0.77, + "latex": "_ { z }" + }, + { + "category_id": 13, + "poly": [ + 599, + 1585, + 618, + 1585, + 618, + 1611, + 599, + 1611 + ], + "score": 0.74, + "latex": "\\pmb \\theta" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 222.0, + 681.0, + 222.0, + 681.0, + 267.0, + 293.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1312.0, + 670.0, + 1312.0, + 670.0, + 1347.0, + 296.0, + 1347.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 72.0, + 817.0, + 72.0, + 817.0, + 108.0, + 296.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 829.0, + 2084.0, + 871.0, + 2084.0, + 871.0, + 2125.0, + 829.0, + 2125.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 329.0, + 1999.0, + 890.0, + 1999.0, + 890.0, + 2039.0, + 329.0, + 2039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 295.0, + 722.0, + 295.0, + 722.0, + 328.0, + 295.0, + 328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1238.0, + 1022.0, + 1238.0, + 1022.0, + 1286.0, + 294.0, + 1286.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1367.0, + 1406.0, + 1367.0, + 1406.0, + 1407.0, + 294.0, + 1407.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1397.0, + 1405.0, + 1397.0, + 1405.0, + 1437.0, + 293.0, + 1437.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1426.0, + 1403.0, + 1426.0, + 1403.0, + 1470.0, + 293.0, + 1470.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1461.0, + 1173.0, + 1461.0, + 1173.0, + 1498.0, + 295.0, + 1498.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1195.0, + 1461.0, + 1221.0, + 1461.0, + 1221.0, + 1498.0, + 1195.0, + 1498.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1317.0, + 1461.0, + 1403.0, + 1461.0, + 1403.0, + 1498.0, + 1317.0, + 1498.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1491.0, + 426.0, + 1491.0, + 426.0, + 1528.0, + 294.0, + 1528.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 520.0, + 1491.0, + 1038.0, + 1491.0, + 1038.0, + 1528.0, + 520.0, + 1528.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1395.0, + 1491.0, + 1403.0, + 1491.0, + 1403.0, + 1528.0, + 1395.0, + 1528.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1518.0, + 664.0, + 1518.0, + 664.0, + 1561.0, + 293.0, + 1561.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 690.0, + 1518.0, + 720.0, + 1518.0, + 720.0, + 1561.0, + 690.0, + 1561.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1002.0, + 1518.0, + 1406.0, + 1518.0, + 1406.0, + 1561.0, + 1002.0, + 1561.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1552.0, + 1096.0, + 1552.0, + 1096.0, + 1589.0, + 294.0, + 1589.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1201.0, + 1552.0, + 1405.0, + 1552.0, + 1405.0, + 1589.0, + 1201.0, + 1589.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1581.0, + 598.0, + 1581.0, + 598.0, + 1620.0, + 294.0, + 1620.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 619.0, + 1581.0, + 760.0, + 1581.0, + 760.0, + 1620.0, + 619.0, + 1620.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1035.0, + 1581.0, + 1121.0, + 1581.0, + 1121.0, + 1620.0, + 1035.0, + 1620.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1255.0, + 1581.0, + 1405.0, + 1581.0, + 1405.0, + 1620.0, + 1255.0, + 1620.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1613.0, + 1388.0, + 1613.0, + 1388.0, + 1648.0, + 294.0, + 1648.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 350.0, + 1408.0, + 350.0, + 1408.0, + 387.0, + 294.0, + 387.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 383.0, + 1405.0, + 383.0, + 1405.0, + 415.0, + 294.0, + 415.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 413.0, + 1406.0, + 413.0, + 1406.0, + 449.0, + 294.0, + 449.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 443.0, + 377.0, + 443.0, + 377.0, + 478.0, + 293.0, + 478.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1808.0, + 605.0, + 1808.0, + 605.0, + 1851.0, + 294.0, + 1851.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 626.0, + 1808.0, + 699.0, + 1808.0, + 699.0, + 1851.0, + 626.0, + 1851.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 796.0, + 1808.0, + 1021.0, + 1808.0, + 1021.0, + 1851.0, + 796.0, + 1851.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1042.0, + 1808.0, + 1215.0, + 1808.0, + 1215.0, + 1851.0, + 1042.0, + 1851.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1901.0, + 605.0, + 1901.0, + 605.0, + 1942.0, + 321.0, + 1942.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 629.0, + 1901.0, + 787.0, + 1901.0, + 787.0, + 1942.0, + 629.0, + 1942.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 920.0, + 1901.0, + 1342.0, + 1901.0, + 1342.0, + 1942.0, + 920.0, + 1942.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1671.0, + 1281.0, + 1671.0, + 1281.0, + 1719.0, + 293.0, + 1719.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1238.0, + 1022.0, + 1238.0, + 1022.0, + 1286.0, + 294.0, + 1286.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 295.0, + 722.0, + 295.0, + 722.0, + 328.0, + 295.0, + 328.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 23, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1387, + 1404, + 1387, + 1404, + 1633, + 297, + 1633 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 298, + 437, + 1404, + 437, + 1404, + 689, + 298, + 689 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 298, + 951, + 1404, + 951, + 1404, + 1136, + 298, + 1136 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 299, + 703, + 1404, + 703, + 1404, + 858, + 299, + 858 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 298, + 1169, + 1404, + 1169, + 1404, + 1354, + 298, + 1354 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 295, + 229, + 1400, + 229, + 1400, + 293, + 295, + 293 + ], + "score": 0.949 + }, + { + "category_id": 8, + "poly": [ + 435, + 384, + 1094, + 384, + 1094, + 425, + 435, + 425 + ], + "score": 0.918 + }, + { + "category_id": 2, + "poly": [ + 299, + 75, + 816, + 75, + 816, + 105, + 299, + 105 + ], + "score": 0.906 + }, + { + "category_id": 0, + "poly": [ + 299, + 895, + 638, + 895, + 638, + 926, + 299, + 926 + ], + "score": 0.9 + }, + { + "category_id": 2, + "poly": [ + 316, + 2007, + 1395, + 2007, + 1395, + 2034, + 316, + 2034 + ], + "score": 0.887 + }, + { + "category_id": 2, + "poly": [ + 834, + 2088, + 864, + 2088, + 864, + 2112, + 834, + 2112 + ], + "score": 0.872 + }, + { + "category_id": 9, + "poly": [ + 1352, + 389, + 1399, + 389, + 1399, + 418, + 1352, + 418 + ], + "score": 0.868 + }, + { + "category_id": 9, + "poly": [ + 1353, + 347, + 1399, + 347, + 1399, + 376, + 1353, + 376 + ], + "score": 0.863 + }, + { + "category_id": 8, + "poly": [ + 305, + 307, + 1394, + 307, + 1394, + 346, + 305, + 346 + ], + "score": 0.704 + }, + { + "category_id": 1, + "poly": [ + 305, + 307, + 1394, + 307, + 1394, + 346, + 305, + 346 + ], + "score": 0.155 + }, + { + "category_id": 8, + "poly": [ + 306, + 307, + 1390, + 307, + 1390, + 377, + 306, + 377 + ], + "score": 0.13 + }, + { + "category_id": 13, + "poly": [ + 747, + 476, + 829, + 476, + 829, + 508, + 747, + 508 + ], + "score": 0.91, + "latex": "\\ln p ( z )" + }, + { + "category_id": 13, + "poly": [ + 709, + 733, + 768, + 733, + 768, + 763, + 709, + 763 + ], + "score": 0.9, + "latex": "\\mathrm { i 0 ^ { - 3 } }" + }, + { + "category_id": 13, + "poly": [ + 942, + 473, + 1394, + 473, + 1394, + 510, + 942, + 510 + ], + "score": 0.9, + "latex": "{ { \\mathbb E } } _ { z \\sim q _ { \\phi } ( z | x ) } \\left[ \\nabla _ { \\phi } \\ln q _ { \\phi } ( z | x ) \\ln p ( z ) \\right] = 0" + }, + { + "category_id": 13, + "poly": [ + 981, + 794, + 1074, + 794, + 1074, + 825, + 981, + 825 + ], + "score": 0.9, + "latex": "3 \\cdot 1 0 ^ { - \\overline { { 4 } } }" + }, + { + "category_id": 13, + "poly": [ + 607, + 764, + 667, + 764, + 667, + 794, + 607, + 794 + ], + "score": 0.9, + "latex": "\\bar { 1 } 0 ^ { - 4 }" + }, + { + "category_id": 13, + "poly": [ + 634, + 440, + 999, + 440, + 999, + 475, + 634, + 475 + ], + "score": 0.88, + "latex": "\\begin{array} { r } { \\mathbb { E } _ { z \\sim q _ { \\phi } ( z | \\pmb { x } ) } \\left[ \\nabla _ { \\phi } \\ln q _ { \\phi } ( z | \\pmb { x } ) \\right] = 0 } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 1320, + 984, + 1402, + 984, + 1402, + 1012, + 1320, + 1012 + ], + "score": 0.88, + "latex": "k = 4" + }, + { + "category_id": 14, + "poly": [ + 302, + 304, + 1353, + 304, + 1353, + 427, + 302, + 427 + ], + "score": 0.64, + "latex": "\\begin{array} { l } { \\nabla _ { \\phi } \\mathcal { L } ( \\phi , \\theta ) = \\mathbb { E } _ { z \\sim q _ { \\phi } ( z | x ) } \\left[ \\nabla _ { \\phi } \\ln q _ { \\phi } ( z | x ) ( \\ln p _ { \\theta } ( x | z ) + \\ln p ( z ) - \\ln q _ { \\phi } ( z | x ) ) + \\nabla _ { \\phi } \\ln q _ { \\phi } ( z | x ) \\right] , } \\\\ { \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad \\quad } \\\\ { = \\mathbb { E } _ { z \\sim q _ { \\phi } ( z | x ) } \\left[ \\nabla _ { \\phi } \\ln q _ { \\phi } ( z | x ) ( \\ln p _ { \\theta } ( x | z ) - \\ln q _ { \\phi } ( z | x ) ) \\right] . } \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 310, + 306, + 1398, + 306, + 1398, + 347, + 310, + 347 + ], + "score": 0.51, + "latex": "\\begin{array} { r } { \\nabla _ { \\phi } \\mathcal { L } ( \\phi , \\theta ) = \\mathbb { E } _ { z \\sim q _ { \\phi } ( z | x ) } \\left[ \\nabla _ { \\phi } \\ln q _ { \\phi } ( z | x ) ( \\ln p _ { \\theta } ( x | z ) + \\ln p ( z ) - \\ln q _ { \\phi } ( z | x ) ) + \\nabla _ { \\phi } \\ln q _ { \\phi } ( z | x ) \\right] } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 688, + 231, + 729, + 231, + 729, + 259, + 688, + 259 + ], + "score": 0.37, + "latex": "\\mathrm { K L }" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 817.0, + 73.0, + 817.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 894.0, + 641.0, + 894.0, + 641.0, + 930.0, + 296.0, + 930.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 332.0, + 2001.0, + 1398.0, + 2001.0, + 1398.0, + 2038.0, + 332.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 830.0, + 2084.0, + 869.0, + 2084.0, + 869.0, + 2122.0, + 830.0, + 2122.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1386.0, + 1405.0, + 1386.0, + 1405.0, + 1422.0, + 294.0, + 1422.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1419.0, + 1405.0, + 1419.0, + 1405.0, + 1452.0, + 295.0, + 1452.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1448.0, + 1404.0, + 1448.0, + 1404.0, + 1485.0, + 294.0, + 1485.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1480.0, + 1404.0, + 1480.0, + 1404.0, + 1514.0, + 295.0, + 1514.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1511.0, + 1405.0, + 1511.0, + 1405.0, + 1545.0, + 295.0, + 1545.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1539.0, + 1405.0, + 1539.0, + 1405.0, + 1575.0, + 292.0, + 1575.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1572.0, + 1404.0, + 1572.0, + 1404.0, + 1606.0, + 294.0, + 1606.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1603.0, + 595.0, + 1603.0, + 595.0, + 1633.0, + 296.0, + 1633.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 436.0, + 633.0, + 436.0, + 633.0, + 482.0, + 291.0, + 482.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1000.0, + 436.0, + 1408.0, + 436.0, + 1408.0, + 482.0, + 1000.0, + 482.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 471.0, + 746.0, + 471.0, + 746.0, + 513.0, + 291.0, + 513.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 830.0, + 471.0, + 941.0, + 471.0, + 941.0, + 513.0, + 830.0, + 513.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1395.0, + 471.0, + 1407.0, + 471.0, + 1407.0, + 513.0, + 1395.0, + 513.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 506.0, + 1406.0, + 506.0, + 1406.0, + 540.0, + 296.0, + 540.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 534.0, + 1406.0, + 534.0, + 1406.0, + 570.0, + 292.0, + 570.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 567.0, + 1405.0, + 567.0, + 1405.0, + 600.0, + 293.0, + 600.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 595.0, + 1404.0, + 595.0, + 1404.0, + 631.0, + 293.0, + 631.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 627.0, + 1401.0, + 627.0, + 1401.0, + 661.0, + 294.0, + 661.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 660.0, + 712.0, + 660.0, + 712.0, + 690.0, + 297.0, + 690.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 949.0, + 1406.0, + 949.0, + 1406.0, + 988.0, + 295.0, + 988.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 982.0, + 1319.0, + 982.0, + 1319.0, + 1018.0, + 296.0, + 1018.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1403.0, + 982.0, + 1408.0, + 982.0, + 1408.0, + 1018.0, + 1403.0, + 1018.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1013.0, + 1406.0, + 1013.0, + 1406.0, + 1047.0, + 293.0, + 1047.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1043.0, + 1404.0, + 1043.0, + 1404.0, + 1079.0, + 294.0, + 1079.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1070.0, + 1405.0, + 1070.0, + 1405.0, + 1112.0, + 291.0, + 1112.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1103.0, + 772.0, + 1103.0, + 772.0, + 1139.0, + 295.0, + 1139.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 705.0, + 1404.0, + 705.0, + 1404.0, + 738.0, + 298.0, + 738.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 730.0, + 708.0, + 730.0, + 708.0, + 771.0, + 293.0, + 771.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 769.0, + 730.0, + 1405.0, + 730.0, + 1405.0, + 771.0, + 769.0, + 771.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 762.0, + 606.0, + 762.0, + 606.0, + 802.0, + 294.0, + 802.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 668.0, + 762.0, + 1404.0, + 762.0, + 1404.0, + 802.0, + 668.0, + 802.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 790.0, + 980.0, + 790.0, + 980.0, + 834.0, + 292.0, + 834.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1075.0, + 790.0, + 1406.0, + 790.0, + 1406.0, + 834.0, + 1075.0, + 834.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 823.0, + 1361.0, + 823.0, + 1361.0, + 864.0, + 293.0, + 864.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1167.0, + 1402.0, + 1167.0, + 1402.0, + 1203.0, + 296.0, + 1203.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1197.0, + 1404.0, + 1197.0, + 1404.0, + 1240.0, + 295.0, + 1240.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1231.0, + 1404.0, + 1231.0, + 1404.0, + 1267.0, + 292.0, + 1267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1259.0, + 1404.0, + 1259.0, + 1404.0, + 1297.0, + 293.0, + 1297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1289.0, + 1406.0, + 1289.0, + 1406.0, + 1328.0, + 293.0, + 1328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1317.0, + 1291.0, + 1317.0, + 1291.0, + 1362.0, + 293.0, + 1362.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 226.0, + 687.0, + 226.0, + 687.0, + 267.0, + 294.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 730.0, + 226.0, + 1405.0, + 226.0, + 1405.0, + 267.0, + 730.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 261.0, + 1179.0, + 261.0, + 1179.0, + 296.0, + 295.0, + 296.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 24, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 3, + "poly": [ + 326, + 1361, + 1377, + 1361, + 1377, + 1730, + 326, + 1730 + ], + "score": 0.965 + }, + { + "category_id": 4, + "poly": [ + 296, + 790, + 1406, + 790, + 1406, + 973, + 296, + 973 + ], + "score": 0.959 + }, + { + "category_id": 4, + "poly": [ + 297, + 1753, + 1406, + 1753, + 1406, + 1848, + 297, + 1848 + ], + "score": 0.953 + }, + { + "category_id": 3, + "poly": [ + 323, + 425, + 1376, + 425, + 1376, + 767, + 323, + 767 + ], + "score": 0.953 + }, + { + "category_id": 2, + "poly": [ + 299, + 76, + 816, + 76, + 816, + 104, + 299, + 104 + ], + "score": 0.889 + }, + { + "category_id": 2, + "poly": [ + 834, + 2088, + 865, + 2088, + 865, + 2113, + 834, + 2113 + ], + "score": 0.856 + }, + { + "category_id": 4, + "poly": [ + 444, + 415, + 749, + 415, + 749, + 431, + 444, + 431 + ], + "score": 0.329 + }, + { + "category_id": 4, + "poly": [ + 983, + 415, + 1293, + 415, + 1293, + 431, + 983, + 431 + ], + "score": 0.19 + }, + { + "category_id": 2, + "poly": [ + 983, + 415, + 1293, + 415, + 1293, + 431, + 983, + 431 + ], + "score": 0.09 + }, + { + "category_id": 13, + "poly": [ + 1052, + 791, + 1122, + 791, + 1122, + 819, + 1052, + 819 + ], + "score": 0.9, + "latex": "k = 4" + }, + { + "category_id": 13, + "poly": [ + 1266, + 732, + 1314, + 732, + 1314, + 762, + 1266, + 762 + ], + "score": 0.87, + "latex": "1 0 ^ { 2 0 }" + }, + { + "category_id": 13, + "poly": [ + 573, + 1786, + 642, + 1786, + 642, + 1814, + 573, + 1814 + ], + "score": 0.86, + "latex": "k = 1" + }, + { + "category_id": 13, + "poly": [ + 1265, + 1697, + 1314, + 1697, + 1314, + 1726, + 1265, + 1726 + ], + "score": 0.86, + "latex": "1 0 ^ { 2 0 }" + }, + { + "category_id": 13, + "poly": [ + 735, + 1698, + 775, + 1698, + 775, + 1726, + 735, + 1726 + ], + "score": 0.84, + "latex": "1 0 ^ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 735, + 733, + 775, + 733, + 775, + 763, + 735, + 763 + ], + "score": 0.82, + "latex": "1 0 ^ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 671, + 416, + 700, + 416, + 700, + 430, + 671, + 430 + ], + "score": 0.56, + "latex": "k = 4" + }, + { + "category_id": 13, + "poly": [ + 1213, + 416, + 1242, + 416, + 1242, + 430, + 1213, + 430 + ], + "score": 0.56, + "latex": "k = 4" + }, + { + "category_id": 13, + "poly": [ + 1102, + 415, + 1133, + 415, + 1133, + 430, + 1102, + 430 + ], + "score": 0.53, + "latex": "( 1 0 ^ { 2 0 }" + }, + { + "category_id": 15, + "poly": [ + 499.0, + 1361.0, + 702.0, + 1361.0, + 702.0, + 1382.0, + 499.0, + 1382.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1031.0, + 1361.0, + 1240.0, + 1361.0, + 1240.0, + 1382.0, + 1031.0, + 1382.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 337.0, + 1373.0, + 365.0, + 1373.0, + 365.0, + 1390.0, + 337.0, + 1390.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 872.0, + 1373.0, + 899.0, + 1373.0, + 899.0, + 1392.0, + 872.0, + 1392.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 649.0, + 1386.0, + 802.0, + 1386.0, + 802.0, + 1401.0, + 649.0, + 1401.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1188.0, + 1386.0, + 1281.0, + 1386.0, + 1281.0, + 1401.0, + 1188.0, + 1401.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 336.0, + 1415.0, + 366.0, + 1415.0, + 366.0, + 1437.0, + 336.0, + 1437.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 648.0, + 1399.0, + 832.0, + 1399.0, + 832.0, + 1456.0, + 648.0, + 1456.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 869.0, + 1400.0, + 903.0, + 1400.0, + 903.0, + 1451.0, + 869.0, + 1451.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1187.0, + 1399.0, + 1368.0, + 1399.0, + 1368.0, + 1458.0, + 1187.0, + 1458.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 336.0, + 1459.0, + 368.0, + 1459.0, + 368.0, + 1481.0, + 336.0, + 1481.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 649.0, + 1455.0, + 814.0, + 1455.0, + 814.0, + 1484.0, + 649.0, + 1484.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 871.0, + 1459.0, + 902.0, + 1459.0, + 902.0, + 1481.0, + 871.0, + 1481.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1187.0, + 1455.0, + 1355.0, + 1455.0, + 1355.0, + 1488.0, + 1187.0, + 1488.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 649.0, + 1483.0, + 813.0, + 1483.0, + 813.0, + 1499.0, + 649.0, + 1499.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1186.0, + 1481.0, + 1354.0, + 1481.0, + 1354.0, + 1502.0, + 1186.0, + 1502.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1493.0, + 343.0, + 1493.0, + 343.0, + 1532.0, + 323.0, + 1532.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 648.0, + 1495.0, + 830.0, + 1495.0, + 830.0, + 1511.0, + 648.0, + 1511.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1186.0, + 1495.0, + 1277.0, + 1495.0, + 1277.0, + 1515.0, + 1186.0, + 1515.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 336.0, + 1503.0, + 366.0, + 1503.0, + 366.0, + 1525.0, + 336.0, + 1525.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 649.0, + 1511.0, + 814.0, + 1511.0, + 814.0, + 1527.0, + 649.0, + 1527.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 869.0, + 1517.0, + 902.0, + 1517.0, + 902.0, + 1539.0, + 869.0, + 1539.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1187.0, + 1510.0, + 1348.0, + 1510.0, + 1348.0, + 1526.0, + 1187.0, + 1526.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 337.0, + 1549.0, + 366.0, + 1549.0, + 366.0, + 1566.0, + 337.0, + 1566.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 877.0, + 1548.0, + 902.0, + 1548.0, + 902.0, + 1567.0, + 877.0, + 1567.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 877.0, + 1577.0, + 902.0, + 1577.0, + 902.0, + 1597.0, + 877.0, + 1597.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 337.0, + 1592.0, + 365.0, + 1592.0, + 365.0, + 1610.0, + 337.0, + 1610.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 878.0, + 1607.0, + 901.0, + 1607.0, + 901.0, + 1625.0, + 878.0, + 1625.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 337.0, + 1636.0, + 367.0, + 1636.0, + 367.0, + 1654.0, + 337.0, + 1654.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 380.0, + 1647.0, + 393.0, + 1647.0, + 393.0, + 1663.0, + 380.0, + 1663.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 469.0, + 1646.0, + 497.0, + 1646.0, + 497.0, + 1664.0, + 469.0, + 1664.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 565.0, + 1646.0, + 591.0, + 1646.0, + 591.0, + 1664.0, + 565.0, + 1664.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 660.0, + 1644.0, + 688.0, + 1644.0, + 688.0, + 1666.0, + 660.0, + 1666.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 756.0, + 1644.0, + 784.0, + 1644.0, + 784.0, + 1666.0, + 756.0, + 1666.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 878.0, + 1637.0, + 899.0, + 1637.0, + 899.0, + 1655.0, + 878.0, + 1655.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 915.0, + 1647.0, + 928.0, + 1647.0, + 928.0, + 1663.0, + 915.0, + 1663.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1003.0, + 1644.0, + 1033.0, + 1644.0, + 1033.0, + 1666.0, + 1003.0, + 1666.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1101.0, + 1646.0, + 1126.0, + 1646.0, + 1126.0, + 1664.0, + 1101.0, + 1664.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1196.0, + 1646.0, + 1223.0, + 1646.0, + 1223.0, + 1664.0, + 1196.0, + 1664.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1290.0, + 1644.0, + 1320.0, + 1644.0, + 1320.0, + 1666.0, + 1290.0, + 1666.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 582.0, + 1660.0, + 620.0, + 1660.0, + 620.0, + 1677.0, + 582.0, + 1677.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1116.0, + 1660.0, + 1154.0, + 1660.0, + 1154.0, + 1677.0, + 1116.0, + 1677.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 375.0, + 1696.0, + 734.0, + 1696.0, + 734.0, + 1731.0, + 375.0, + 1731.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 776.0, + 1696.0, + 787.0, + 1696.0, + 787.0, + 1731.0, + 776.0, + 1731.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 905.0, + 1696.0, + 1264.0, + 1696.0, + 1264.0, + 1730.0, + 905.0, + 1730.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1315.0, + 1696.0, + 1328.0, + 1696.0, + 1328.0, + 1730.0, + 1315.0, + 1730.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 829.0, + 1486.5, + 919.0, + 1486.5, + 919.0, + 1524.5, + 829.0, + 1524.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 785.0, + 1051.0, + 785.0, + 1051.0, + 828.0, + 293.0, + 828.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1123.0, + 785.0, + 1406.0, + 785.0, + 1406.0, + 828.0, + 1123.0, + 828.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 818.0, + 1407.0, + 818.0, + 1407.0, + 855.0, + 295.0, + 855.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 851.0, + 1407.0, + 851.0, + 1407.0, + 885.0, + 294.0, + 885.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 882.0, + 1406.0, + 882.0, + 1406.0, + 917.0, + 295.0, + 917.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 914.0, + 1404.0, + 914.0, + 1404.0, + 946.0, + 295.0, + 946.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 942.0, + 404.0, + 942.0, + 404.0, + 975.0, + 294.0, + 975.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1754.0, + 1404.0, + 1754.0, + 1404.0, + 1788.0, + 296.0, + 1788.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1783.0, + 572.0, + 1783.0, + 572.0, + 1820.0, + 294.0, + 1820.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 643.0, + 1783.0, + 1404.0, + 1783.0, + 1404.0, + 1820.0, + 643.0, + 1820.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1815.0, + 1291.0, + 1815.0, + 1291.0, + 1853.0, + 294.0, + 1853.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 444.0, + 415.0, + 670.0, + 415.0, + 670.0, + 435.0, + 444.0, + 435.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 701.0, + 415.0, + 752.0, + 415.0, + 752.0, + 435.0, + 701.0, + 435.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 981.0, + 415.0, + 1101.0, + 415.0, + 1101.0, + 435.0, + 981.0, + 435.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1134.0, + 420.0, + 1212.0, + 420.0, + 1212.0, + 431.0, + 1134.0, + 431.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1243.0, + 420.0, + 1293.0, + 420.0, + 1293.0, + 431.0, + 1243.0, + 431.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 337.0, + 444.0, + 359.0, + 444.0, + 359.0, + 462.0, + 337.0, + 462.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 376.0, + 442.0, + 386.0, + 442.0, + 386.0, + 450.0, + 376.0, + 450.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 660.0, + 437.0, + 747.0, + 437.0, + 747.0, + 467.0, + 660.0, + 467.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 870.0, + 451.0, + 905.0, + 451.0, + 905.0, + 471.0, + 870.0, + 471.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 920.0, + 442.0, + 929.0, + 442.0, + 929.0, + 451.0, + 920.0, + 451.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1194.0, + 437.0, + 1282.0, + 437.0, + 1282.0, + 467.0, + 1194.0, + 467.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 679.0, + 462.0, + 803.0, + 462.0, + 803.0, + 481.0, + 679.0, + 481.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1213.0, + 462.0, + 1340.0, + 462.0, + 1340.0, + 481.0, + 1213.0, + 481.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 338.0, + 474.0, + 359.0, + 474.0, + 359.0, + 491.0, + 338.0, + 491.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 678.0, + 476.0, + 821.0, + 476.0, + 821.0, + 495.0, + 678.0, + 495.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1203.0, + 476.0, + 1356.0, + 476.0, + 1356.0, + 495.0, + 1203.0, + 495.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 376.0, + 498.0, + 386.0, + 498.0, + 386.0, + 510.0, + 376.0, + 510.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 678.0, + 491.0, + 813.0, + 491.0, + 813.0, + 506.0, + 678.0, + 506.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 871.0, + 488.0, + 906.0, + 488.0, + 906.0, + 507.0, + 871.0, + 507.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 918.0, + 496.0, + 932.0, + 496.0, + 932.0, + 510.0, + 918.0, + 510.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1213.0, + 491.0, + 1353.0, + 491.0, + 1353.0, + 506.0, + 1213.0, + 506.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 504.0, + 359.0, + 504.0, + 359.0, + 622.0, + 324.0, + 622.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 655.0, + 503.0, + 831.0, + 503.0, + 831.0, + 547.0, + 655.0, + 547.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 857.0, + 509.0, + 904.0, + 509.0, + 904.0, + 620.0, + 857.0, + 620.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1192.0, + 503.0, + 1367.0, + 503.0, + 1367.0, + 545.0, + 1192.0, + 545.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 343.0, + 561.0, + 361.0, + 561.0, + 361.0, + 581.0, + 343.0, + 581.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 871.0, + 558.0, + 905.0, + 558.0, + 905.0, + 580.0, + 871.0, + 580.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 344.0, + 593.0, + 358.0, + 593.0, + 358.0, + 609.0, + 344.0, + 609.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 876.0, + 595.0, + 905.0, + 595.0, + 905.0, + 616.0, + 876.0, + 616.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 344.0, + 621.0, + 358.0, + 621.0, + 358.0, + 636.0, + 344.0, + 636.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 877.0, + 632.0, + 906.0, + 632.0, + 906.0, + 652.0, + 877.0, + 652.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 344.0, + 652.0, + 358.0, + 652.0, + 358.0, + 666.0, + 344.0, + 666.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 878.0, + 670.0, + 904.0, + 670.0, + 904.0, + 688.0, + 878.0, + 688.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 345.0, + 681.0, + 358.0, + 681.0, + 358.0, + 696.0, + 345.0, + 696.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 375.0, + 698.0, + 388.0, + 698.0, + 388.0, + 715.0, + 375.0, + 715.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 463.0, + 696.0, + 493.0, + 696.0, + 493.0, + 717.0, + 463.0, + 717.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 561.0, + 698.0, + 588.0, + 698.0, + 588.0, + 715.0, + 561.0, + 715.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 656.0, + 696.0, + 685.0, + 696.0, + 685.0, + 717.0, + 656.0, + 717.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 752.0, + 696.0, + 782.0, + 696.0, + 782.0, + 717.0, + 752.0, + 717.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 918.0, + 698.0, + 932.0, + 698.0, + 932.0, + 715.0, + 918.0, + 715.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1004.0, + 696.0, + 1034.0, + 696.0, + 1034.0, + 717.0, + 1004.0, + 717.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1101.0, + 698.0, + 1127.0, + 698.0, + 1127.0, + 715.0, + 1101.0, + 715.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1194.0, + 696.0, + 1223.0, + 696.0, + 1223.0, + 717.0, + 1194.0, + 717.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1288.0, + 696.0, + 1318.0, + 696.0, + 1318.0, + 717.0, + 1288.0, + 717.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 580.0, + 711.0, + 616.0, + 711.0, + 616.0, + 727.0, + 580.0, + 727.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1119.0, + 711.0, + 1156.0, + 711.0, + 1156.0, + 727.0, + 1119.0, + 727.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 376.0, + 730.0, + 734.0, + 730.0, + 734.0, + 766.0, + 376.0, + 766.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 776.0, + 730.0, + 787.0, + 730.0, + 787.0, + 766.0, + 776.0, + 766.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 906.0, + 733.0, + 1265.0, + 733.0, + 1265.0, + 765.0, + 906.0, + 765.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1315.0, + 733.0, + 1327.0, + 733.0, + 1327.0, + 765.0, + 1315.0, + 765.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 817.0, + 73.0, + 817.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 830.0, + 2084.0, + 871.0, + 2084.0, + 871.0, + 2121.0, + 830.0, + 2121.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 445.0, + 415.0, + 670.0, + 415.0, + 670.0, + 432.0, + 445.0, + 432.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 701.0, + 415.0, + 751.0, + 415.0, + 751.0, + 432.0, + 701.0, + 432.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 982.0, + 415.0, + 1101.0, + 415.0, + 1101.0, + 432.0, + 982.0, + 432.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1134.0, + 415.0, + 1212.0, + 415.0, + 1212.0, + 432.0, + 1134.0, + 432.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1243.0, + 415.0, + 1294.0, + 415.0, + 1294.0, + 432.0, + 1243.0, + 432.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 982.0, + 415.0, + 1101.0, + 415.0, + 1101.0, + 432.0, + 982.0, + 432.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1134.0, + 415.0, + 1212.0, + 415.0, + 1212.0, + 432.0, + 1134.0, + 432.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1243.0, + 415.0, + 1294.0, + 415.0, + 1294.0, + 432.0, + 1243.0, + 432.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 25, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 3, + "poly": [ + 321, + 668, + 1376, + 668, + 1376, + 1413, + 321, + 1413 + ], + "score": 0.978 + }, + { + "category_id": 4, + "poly": [ + 295, + 1438, + 1405, + 1438, + 1405, + 1592, + 295, + 1592 + ], + "score": 0.956 + }, + { + "category_id": 2, + "poly": [ + 299, + 75, + 816, + 75, + 816, + 105, + 299, + 105 + ], + "score": 0.881 + }, + { + "category_id": 2, + "poly": [ + 834, + 2088, + 864, + 2088, + 864, + 2112, + 834, + 2112 + ], + "score": 0.845 + }, + { + "category_id": 13, + "poly": [ + 749, + 1501, + 818, + 1501, + 818, + 1529, + 749, + 1529 + ], + "score": 0.88, + "latex": "k = 1" + }, + { + "category_id": 13, + "poly": [ + 1268, + 1381, + 1326, + 1381, + 1326, + 1413, + 1268, + 1413 + ], + "score": 0.79, + "latex": "( 1 0 ^ { 2 0 }" + }, + { + "category_id": 13, + "poly": [ + 1259, + 1002, + 1316, + 1002, + 1316, + 1034, + 1259, + 1034 + ], + "score": 0.77, + "latex": "( 1 0 ^ { 2 0 }" + }, + { + "category_id": 13, + "poly": [ + 740, + 1382, + 789, + 1382, + 789, + 1413, + 740, + 1413 + ], + "score": 0.7, + "latex": "( 1 0 ^ { 2 } )" + }, + { + "category_id": 13, + "poly": [ + 731, + 1002, + 780, + 1002, + 780, + 1034, + 731, + 1034 + ], + "score": 0.64, + "latex": "( 1 0 ^ { 2 } )" + }, + { + "category_id": 15, + "poly": [ + 506.0, + 668.0, + 697.0, + 668.0, + 697.0, + 688.0, + 506.0, + 688.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1035.0, + 665.0, + 1233.0, + 665.0, + 1233.0, + 688.0, + 1035.0, + 688.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 337.0, + 679.0, + 366.0, + 679.0, + 366.0, + 697.0, + 337.0, + 697.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 870.0, + 677.0, + 903.0, + 677.0, + 903.0, + 698.0, + 870.0, + 698.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 648.0, + 691.0, + 804.0, + 691.0, + 804.0, + 707.0, + 648.0, + 707.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1189.0, + 691.0, + 1282.0, + 691.0, + 1282.0, + 707.0, + 1189.0, + 707.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 646.0, + 702.0, + 814.0, + 702.0, + 814.0, + 721.0, + 646.0, + 721.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 870.0, + 707.0, + 904.0, + 707.0, + 904.0, + 727.0, + 870.0, + 727.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1189.0, + 703.0, + 1344.0, + 703.0, + 1344.0, + 719.0, + 1189.0, + 719.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 335.0, + 720.0, + 367.0, + 720.0, + 367.0, + 742.0, + 335.0, + 742.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 648.0, + 716.0, + 818.0, + 716.0, + 818.0, + 748.0, + 648.0, + 748.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 871.0, + 737.0, + 900.0, + 737.0, + 900.0, + 755.0, + 871.0, + 755.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1187.0, + 715.0, + 1367.0, + 715.0, + 1367.0, + 749.0, + 1187.0, + 749.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 646.0, + 745.0, + 814.0, + 745.0, + 814.0, + 764.0, + 646.0, + 764.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1188.0, + 745.0, + 1276.0, + 745.0, + 1276.0, + 764.0, + 1188.0, + 764.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 335.0, + 764.0, + 368.0, + 764.0, + 368.0, + 786.0, + 335.0, + 786.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 646.0, + 760.0, + 830.0, + 760.0, + 830.0, + 788.0, + 646.0, + 788.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 870.0, + 764.0, + 903.0, + 764.0, + 903.0, + 786.0, + 870.0, + 786.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1188.0, + 760.0, + 1354.0, + 760.0, + 1354.0, + 793.0, + 1188.0, + 793.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 648.0, + 787.0, + 832.0, + 787.0, + 832.0, + 806.0, + 648.0, + 806.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 847.0, + 785.0, + 911.0, + 785.0, + 911.0, + 851.0, + 847.0, + 851.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1188.0, + 788.0, + 1347.0, + 788.0, + 1347.0, + 804.0, + 1188.0, + 804.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 798.0, + 366.0, + 798.0, + 366.0, + 840.0, + 323.0, + 840.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 648.0, + 803.0, + 814.0, + 803.0, + 814.0, + 833.0, + 648.0, + 833.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1187.0, + 802.0, + 1350.0, + 802.0, + 1350.0, + 832.0, + 1187.0, + 832.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 870.0, + 826.0, + 900.0, + 826.0, + 900.0, + 842.0, + 870.0, + 842.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 337.0, + 854.0, + 366.0, + 854.0, + 366.0, + 872.0, + 337.0, + 872.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 877.0, + 854.0, + 901.0, + 854.0, + 901.0, + 872.0, + 877.0, + 872.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 877.0, + 883.0, + 901.0, + 883.0, + 901.0, + 902.0, + 877.0, + 902.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 335.0, + 896.0, + 367.0, + 896.0, + 367.0, + 918.0, + 335.0, + 918.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 877.0, + 912.0, + 901.0, + 912.0, + 901.0, + 931.0, + 877.0, + 931.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 337.0, + 942.0, + 365.0, + 942.0, + 365.0, + 960.0, + 337.0, + 960.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 877.0, + 942.0, + 900.0, + 942.0, + 900.0, + 960.0, + 877.0, + 960.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 379.0, + 952.0, + 394.0, + 952.0, + 394.0, + 970.0, + 379.0, + 970.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 470.0, + 952.0, + 497.0, + 952.0, + 497.0, + 970.0, + 470.0, + 970.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 566.0, + 952.0, + 592.0, + 952.0, + 592.0, + 970.0, + 566.0, + 970.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 661.0, + 952.0, + 688.0, + 952.0, + 688.0, + 970.0, + 661.0, + 970.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 756.0, + 952.0, + 784.0, + 952.0, + 784.0, + 970.0, + 756.0, + 970.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 915.0, + 952.0, + 929.0, + 952.0, + 929.0, + 970.0, + 915.0, + 970.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1004.0, + 952.0, + 1031.0, + 952.0, + 1031.0, + 970.0, + 1004.0, + 970.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1100.0, + 952.0, + 1128.0, + 952.0, + 1128.0, + 970.0, + 1100.0, + 970.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1195.0, + 952.0, + 1223.0, + 952.0, + 1223.0, + 970.0, + 1195.0, + 970.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1291.0, + 952.0, + 1319.0, + 952.0, + 1319.0, + 970.0, + 1291.0, + 970.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 581.0, + 964.0, + 621.0, + 964.0, + 621.0, + 984.0, + 581.0, + 984.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1116.0, + 964.0, + 1156.0, + 964.0, + 1156.0, + 984.0, + 1116.0, + 984.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 374.0, + 1005.0, + 730.0, + 1005.0, + 730.0, + 1033.0, + 374.0, + 1033.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 781.0, + 1005.0, + 789.0, + 1005.0, + 789.0, + 1033.0, + 781.0, + 1033.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 905.0, + 1002.0, + 1258.0, + 1002.0, + 1258.0, + 1034.0, + 905.0, + 1034.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1317.0, + 1002.0, + 1328.0, + 1002.0, + 1328.0, + 1034.0, + 1317.0, + 1034.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 498.0, + 1045.0, + 703.0, + 1045.0, + 703.0, + 1068.0, + 498.0, + 1068.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1031.0, + 1045.0, + 1241.0, + 1045.0, + 1241.0, + 1068.0, + 1031.0, + 1068.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 335.0, + 1056.0, + 367.0, + 1056.0, + 367.0, + 1078.0, + 335.0, + 1078.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 870.0, + 1056.0, + 903.0, + 1056.0, + 903.0, + 1078.0, + 870.0, + 1078.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 646.0, + 1068.0, + 805.0, + 1068.0, + 805.0, + 1087.0, + 646.0, + 1087.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1183.0, + 1071.0, + 1277.0, + 1071.0, + 1277.0, + 1086.0, + 1183.0, + 1086.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 646.0, + 1081.0, + 815.0, + 1081.0, + 815.0, + 1101.0, + 646.0, + 1101.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 870.0, + 1085.0, + 904.0, + 1085.0, + 904.0, + 1107.0, + 870.0, + 1107.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1183.0, + 1081.0, + 1338.0, + 1081.0, + 1338.0, + 1101.0, + 1183.0, + 1101.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 335.0, + 1099.0, + 367.0, + 1099.0, + 367.0, + 1121.0, + 335.0, + 1121.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 648.0, + 1097.0, + 820.0, + 1097.0, + 820.0, + 1128.0, + 648.0, + 1128.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 870.0, + 1114.0, + 904.0, + 1114.0, + 904.0, + 1135.0, + 870.0, + 1135.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1182.0, + 1096.0, + 1368.0, + 1096.0, + 1368.0, + 1129.0, + 1182.0, + 1129.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 646.0, + 1123.0, + 740.0, + 1123.0, + 740.0, + 1143.0, + 646.0, + 1143.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1181.0, + 1123.0, + 1356.0, + 1123.0, + 1356.0, + 1145.0, + 1181.0, + 1145.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 336.0, + 1144.0, + 367.0, + 1144.0, + 367.0, + 1165.0, + 336.0, + 1165.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 648.0, + 1139.0, + 829.0, + 1139.0, + 829.0, + 1169.0, + 648.0, + 1169.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 870.0, + 1144.0, + 903.0, + 1144.0, + 903.0, + 1165.0, + 870.0, + 1165.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1182.0, + 1139.0, + 1353.0, + 1139.0, + 1353.0, + 1170.0, + 1182.0, + 1170.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 645.0, + 1165.0, + 814.0, + 1165.0, + 814.0, + 1185.0, + 645.0, + 1185.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1182.0, + 1169.0, + 1350.0, + 1169.0, + 1350.0, + 1185.0, + 1182.0, + 1185.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1176.0, + 366.0, + 1176.0, + 366.0, + 1215.0, + 323.0, + 1215.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 646.0, + 1180.0, + 833.0, + 1180.0, + 833.0, + 1213.0, + 646.0, + 1213.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1182.0, + 1182.0, + 1351.0, + 1182.0, + 1351.0, + 1213.0, + 1182.0, + 1213.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 871.0, + 1204.0, + 901.0, + 1204.0, + 901.0, + 1222.0, + 871.0, + 1222.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 336.0, + 1231.0, + 367.0, + 1231.0, + 367.0, + 1253.0, + 336.0, + 1253.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 877.0, + 1233.0, + 901.0, + 1233.0, + 901.0, + 1252.0, + 877.0, + 1252.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 877.0, + 1263.0, + 901.0, + 1263.0, + 901.0, + 1281.0, + 877.0, + 1281.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 335.0, + 1276.0, + 367.0, + 1276.0, + 367.0, + 1297.0, + 335.0, + 1297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 877.0, + 1291.0, + 901.0, + 1291.0, + 901.0, + 1309.0, + 877.0, + 1309.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 337.0, + 1321.0, + 365.0, + 1321.0, + 365.0, + 1339.0, + 337.0, + 1339.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 877.0, + 1321.0, + 899.0, + 1321.0, + 899.0, + 1339.0, + 877.0, + 1339.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 380.0, + 1331.0, + 394.0, + 1331.0, + 394.0, + 1348.0, + 380.0, + 1348.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 468.0, + 1331.0, + 497.0, + 1331.0, + 497.0, + 1349.0, + 468.0, + 1349.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 565.0, + 1331.0, + 592.0, + 1331.0, + 592.0, + 1349.0, + 565.0, + 1349.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 661.0, + 1331.0, + 688.0, + 1331.0, + 688.0, + 1349.0, + 661.0, + 1349.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 756.0, + 1331.0, + 784.0, + 1331.0, + 784.0, + 1349.0, + 756.0, + 1349.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 915.0, + 1331.0, + 929.0, + 1331.0, + 929.0, + 1348.0, + 915.0, + 1348.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1004.0, + 1331.0, + 1031.0, + 1331.0, + 1031.0, + 1349.0, + 1004.0, + 1349.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1100.0, + 1331.0, + 1126.0, + 1331.0, + 1126.0, + 1349.0, + 1100.0, + 1349.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1195.0, + 1331.0, + 1223.0, + 1331.0, + 1223.0, + 1349.0, + 1195.0, + 1349.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1291.0, + 1331.0, + 1319.0, + 1331.0, + 1319.0, + 1349.0, + 1291.0, + 1349.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 581.0, + 1344.0, + 620.0, + 1344.0, + 620.0, + 1361.0, + 581.0, + 1361.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1117.0, + 1345.0, + 1154.0, + 1345.0, + 1154.0, + 1361.0, + 1117.0, + 1361.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 364.0, + 1380.0, + 739.0, + 1380.0, + 739.0, + 1414.0, + 364.0, + 1414.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 790.0, + 1380.0, + 799.0, + 1380.0, + 799.0, + 1414.0, + 790.0, + 1414.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 895.0, + 1382.0, + 1267.0, + 1382.0, + 1267.0, + 1414.0, + 895.0, + 1414.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1327.0, + 1382.0, + 1337.0, + 1382.0, + 1337.0, + 1414.0, + 1327.0, + 1414.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1438.0, + 1403.0, + 1438.0, + 1403.0, + 1471.0, + 295.0, + 1471.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1469.0, + 1403.0, + 1469.0, + 1403.0, + 1502.0, + 295.0, + 1502.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1500.0, + 748.0, + 1500.0, + 748.0, + 1534.0, + 294.0, + 1534.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 819.0, + 1500.0, + 1403.0, + 1500.0, + 1403.0, + 1534.0, + 819.0, + 1534.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1531.0, + 1403.0, + 1531.0, + 1403.0, + 1564.0, + 294.0, + 1564.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1555.0, + 373.0, + 1555.0, + 373.0, + 1598.0, + 293.0, + 1598.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 817.0, + 73.0, + 817.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 830.0, + 2084.0, + 870.0, + 2084.0, + 870.0, + 2125.0, + 830.0, + 2125.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 26, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 494, + 1403, + 494, + 1403, + 678, + 298, + 678 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 298, + 693, + 1404, + 693, + 1404, + 939, + 298, + 939 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 298, + 295, + 1404, + 295, + 1404, + 479, + 298, + 479 + ], + "score": 0.977 + }, + { + "category_id": 2, + "poly": [ + 299, + 75, + 817, + 75, + 817, + 104, + 299, + 104 + ], + "score": 0.877 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 865, + 2088, + 865, + 2112, + 835, + 2112 + ], + "score": 0.842 + }, + { + "category_id": 0, + "poly": [ + 298, + 226, + 861, + 226, + 861, + 262, + 298, + 262 + ], + "score": 0.798 + }, + { + "category_id": 1, + "poly": [ + 298, + 226, + 861, + 226, + 861, + 262, + 298, + 262 + ], + "score": 0.142 + }, + { + "category_id": 13, + "poly": [ + 1035, + 845, + 1155, + 845, + 1155, + 882, + 1035, + 882 + ], + "score": 0.93, + "latex": "\\frac { 5 1 2 } { 4 } = 1 2 8" + }, + { + "category_id": 13, + "poly": [ + 591, + 848, + 662, + 848, + 662, + 876, + 591, + 876 + ], + "score": 0.9, + "latex": "k = 4" + }, + { + "category_id": 13, + "poly": [ + 1341, + 784, + 1400, + 784, + 1400, + 815, + 1341, + 815 + ], + "score": 0.89, + "latex": "1 0 ^ { - 4 }" + }, + { + "category_id": 13, + "poly": [ + 895, + 332, + 943, + 332, + 943, + 359, + 895, + 359 + ], + "score": 0.86, + "latex": "x , y" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 72.0, + 817.0, + 72.0, + 817.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 829.0, + 2084.0, + 871.0, + 2084.0, + 871.0, + 2123.0, + 829.0, + 2123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 223.0, + 866.0, + 223.0, + 866.0, + 266.0, + 293.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 496.0, + 1404.0, + 496.0, + 1404.0, + 528.0, + 296.0, + 528.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 526.0, + 1404.0, + 526.0, + 1404.0, + 558.0, + 296.0, + 558.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 554.0, + 1405.0, + 554.0, + 1405.0, + 591.0, + 293.0, + 591.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 586.0, + 1405.0, + 586.0, + 1405.0, + 620.0, + 294.0, + 620.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 614.0, + 1407.0, + 614.0, + 1407.0, + 653.0, + 293.0, + 653.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 647.0, + 612.0, + 647.0, + 612.0, + 681.0, + 295.0, + 681.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 695.0, + 1406.0, + 695.0, + 1406.0, + 728.0, + 296.0, + 728.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 722.0, + 1406.0, + 722.0, + 1406.0, + 762.0, + 292.0, + 762.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 756.0, + 1405.0, + 756.0, + 1405.0, + 790.0, + 296.0, + 790.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 786.0, + 1340.0, + 786.0, + 1340.0, + 820.0, + 292.0, + 820.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1401.0, + 786.0, + 1405.0, + 786.0, + 1405.0, + 820.0, + 1401.0, + 820.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 815.0, + 1405.0, + 815.0, + 1405.0, + 851.0, + 292.0, + 851.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 843.0, + 590.0, + 843.0, + 590.0, + 883.0, + 289.0, + 883.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 663.0, + 843.0, + 1034.0, + 843.0, + 1034.0, + 883.0, + 663.0, + 883.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1156.0, + 843.0, + 1405.0, + 843.0, + 1405.0, + 883.0, + 1156.0, + 883.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 880.0, + 1405.0, + 880.0, + 1405.0, + 910.0, + 296.0, + 910.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 909.0, + 573.0, + 909.0, + 573.0, + 942.0, + 294.0, + 942.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 292.0, + 1406.0, + 292.0, + 1406.0, + 334.0, + 292.0, + 334.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 326.0, + 894.0, + 326.0, + 894.0, + 362.0, + 294.0, + 362.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 944.0, + 326.0, + 1404.0, + 326.0, + 1404.0, + 362.0, + 944.0, + 362.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 357.0, + 1406.0, + 357.0, + 1406.0, + 392.0, + 294.0, + 392.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 386.0, + 1408.0, + 386.0, + 1408.0, + 425.0, + 293.0, + 425.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 419.0, + 1406.0, + 419.0, + 1406.0, + 454.0, + 294.0, + 454.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 448.0, + 391.0, + 448.0, + 391.0, + 482.0, + 293.0, + 482.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 223.0, + 866.0, + 223.0, + 866.0, + 266.0, + 293.0, + 266.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 27, + "width": 1700, + "height": 2200 + } + } +] \ No newline at end of file diff --git a/vlm/train/0oabwyZbOu/0.png b/vlm/train/0oabwyZbOu/0.png new file mode 100644 index 0000000000000000000000000000000000000000..06df8084831adc3cb7d4acdb472254a6cd64cc52 --- /dev/null +++ b/vlm/train/0oabwyZbOu/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c2016f2bcc6b36bd39409e8b4f9862182f5514e85ada7462e97120124049bd7 +size 576371 diff --git a/vlm/train/0oabwyZbOu/1.png b/vlm/train/0oabwyZbOu/1.png new file mode 100644 index 0000000000000000000000000000000000000000..ba27f0d2331ac46b916e151e05d8433a5da3815d --- /dev/null +++ b/vlm/train/0oabwyZbOu/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcbc8d687cfc835e44a9ae3204e1aac8cc5f3b6434080a3e80a32e1f4e427fa9 +size 637853 diff --git a/vlm/train/0oabwyZbOu/10.png b/vlm/train/0oabwyZbOu/10.png new file mode 100644 index 0000000000000000000000000000000000000000..7bd3353f43548bc42b022712404e41f36a0056ef --- /dev/null +++ b/vlm/train/0oabwyZbOu/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c853d63540661f9eb295e2713ea78039866c6860b2b27004205d926da5b9b321 +size 365455 diff --git a/vlm/train/0oabwyZbOu/11.png b/vlm/train/0oabwyZbOu/11.png new file mode 100644 index 0000000000000000000000000000000000000000..5333e81c64c3cfdbb36dc202cdec40ad9814d9f8 --- /dev/null +++ b/vlm/train/0oabwyZbOu/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d75f9b2b8cbd64c6f268341f7cd5387fbbd2683df3b41695e6341d22cada7e66 +size 550292 diff --git a/vlm/train/0oabwyZbOu/12.png b/vlm/train/0oabwyZbOu/12.png new file mode 100644 index 0000000000000000000000000000000000000000..9be72e90f02f56c07d50f42740e182bf1b0e90e1 --- /dev/null +++ b/vlm/train/0oabwyZbOu/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:057c2be9bca2ca27c7a9c99b05b212887ab5ad3953a037e28b706181e46e9ff8 +size 556924 diff --git a/vlm/train/0oabwyZbOu/13.png b/vlm/train/0oabwyZbOu/13.png new file mode 100644 index 0000000000000000000000000000000000000000..e4db92da63834b20442f9533bacf16a41d2e3ab7 --- /dev/null +++ b/vlm/train/0oabwyZbOu/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caaf84f57e4620ebb89d2f1ab189b4ff8390a42123877b76db0ae151315f5ac1 +size 574552 diff --git a/vlm/train/0oabwyZbOu/14.png b/vlm/train/0oabwyZbOu/14.png new file mode 100644 index 0000000000000000000000000000000000000000..9b1a400b55a9df17e66d40ca48450a19ed0d9dc7 --- /dev/null +++ b/vlm/train/0oabwyZbOu/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10143b34359d7fe3f6dfbb51dd38f53ee66dd0fbef3879b8d1e4c0514fdf70f6 +size 563044 diff --git a/vlm/train/0oabwyZbOu/15.png b/vlm/train/0oabwyZbOu/15.png new file mode 100644 index 0000000000000000000000000000000000000000..fe9c32bdaf033fd342894759519c4c7289351af4 --- /dev/null +++ b/vlm/train/0oabwyZbOu/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:850e87881f843c17f3a45be2e1c6262e1f0d8a34e607e7b87d0b25cfb92600a4 +size 614309 diff --git a/vlm/train/0oabwyZbOu/16.png b/vlm/train/0oabwyZbOu/16.png new file mode 100644 index 0000000000000000000000000000000000000000..d9ce99b92256e1e079552f699a680c72c4608662 --- /dev/null +++ b/vlm/train/0oabwyZbOu/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f17b34261da1cb8b91f14a049819d62464cee0855b00da6234ff8120aabe5963 +size 389292 diff --git a/vlm/train/0oabwyZbOu/17.png b/vlm/train/0oabwyZbOu/17.png new file mode 100644 index 0000000000000000000000000000000000000000..8d0cea073eb30750b2157ea89a6dc06ff599b5c8 --- /dev/null +++ b/vlm/train/0oabwyZbOu/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e9cdbf56d82c52d330f529e378db70080aa1274b0a46de6041343914cf8e538 +size 354074 diff --git a/vlm/train/0oabwyZbOu/18.png b/vlm/train/0oabwyZbOu/18.png new file mode 100644 index 0000000000000000000000000000000000000000..51cd121967f10752dab92838472ced81e9b475c4 --- /dev/null +++ b/vlm/train/0oabwyZbOu/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aec5d63c0ab637c3661a202e51a5920cec7df336e516f7da47a9972d687e3ff +size 218355 diff --git a/vlm/train/0oabwyZbOu/19.png b/vlm/train/0oabwyZbOu/19.png new file mode 100644 index 0000000000000000000000000000000000000000..6485170b61ee508ed52a7f5b138237fe57c206c2 --- /dev/null +++ b/vlm/train/0oabwyZbOu/19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fdc4235457b6531a9653884114a8aada85fb07ebbf148d759a2e248512c8a64 +size 444827 diff --git a/vlm/train/0oabwyZbOu/2.png b/vlm/train/0oabwyZbOu/2.png new file mode 100644 index 0000000000000000000000000000000000000000..2f718a99f7efa726ca3f9a2bc3f631166f63d514 --- /dev/null +++ b/vlm/train/0oabwyZbOu/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9ea995728c46c5d883b26e82b4b010e6aca5e29488c6764a0c8f8db8cee554c +size 458493 diff --git a/vlm/train/0oabwyZbOu/20.png b/vlm/train/0oabwyZbOu/20.png new file mode 100644 index 0000000000000000000000000000000000000000..4473f7d7e5741db959796f9cf9573177ec05f3c1 --- /dev/null +++ b/vlm/train/0oabwyZbOu/20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17ff708288f5c27ce176af0e9dc1867902bcb0ae7d2c742121a194f927ee6524 +size 873997 diff --git a/vlm/train/0oabwyZbOu/21.png b/vlm/train/0oabwyZbOu/21.png new file mode 100644 index 0000000000000000000000000000000000000000..e8e69213092e8d8aa146f981a28b4117012b9d6b --- /dev/null +++ b/vlm/train/0oabwyZbOu/21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fc4a992ebcb4b5a856731fd018297e8461452254929f80151245c1caff5b59b +size 933965 diff --git a/vlm/train/0oabwyZbOu/22.png b/vlm/train/0oabwyZbOu/22.png new file mode 100644 index 0000000000000000000000000000000000000000..5d7a09b02485c1e3f8fc5623e5deee4d084d02cd --- /dev/null +++ b/vlm/train/0oabwyZbOu/22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c34f87b3b433f08d4bdcf85fd93e7f71f0d2e3da4555b735df02062c526631d8 +size 917380 diff --git a/vlm/train/0oabwyZbOu/23.png b/vlm/train/0oabwyZbOu/23.png new file mode 100644 index 0000000000000000000000000000000000000000..aba7d928443b772c31ce1c417011bbfe793b5bd6 --- /dev/null +++ b/vlm/train/0oabwyZbOu/23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8adb343ae4ab5496e9abfb57a5b06facdd4746274f7ec1d26699bbf0856bb8cb +size 941114 diff --git a/vlm/train/0oabwyZbOu/24.png b/vlm/train/0oabwyZbOu/24.png new file mode 100644 index 0000000000000000000000000000000000000000..0597ae39185d7fc86145b4fb630fa886fb44f8d9 --- /dev/null +++ b/vlm/train/0oabwyZbOu/24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbcf2d5b1a5afa6234ba6a49d1417c520e19116a75a15b7da6b6de035b437dce +size 919973 diff --git a/vlm/train/0oabwyZbOu/25.png b/vlm/train/0oabwyZbOu/25.png new file mode 100644 index 0000000000000000000000000000000000000000..4b6ee875ea5d5a8554eb6580a7832bc8d594fab7 --- /dev/null +++ b/vlm/train/0oabwyZbOu/25.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:195636801d6525291aa0ee59426805c0ae30470e01eb055a853f2dd1fd85de2b +size 563012 diff --git a/vlm/train/0oabwyZbOu/3.png b/vlm/train/0oabwyZbOu/3.png new file mode 100644 index 0000000000000000000000000000000000000000..bb67a695bb914e55dbc31ac70a6df1bf8eae05d3 --- /dev/null +++ b/vlm/train/0oabwyZbOu/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8de5c7ab5bb722ce7cc70706f59dad90f48abaffb2afea5e0c781e4ec5f9675d +size 571639 diff --git a/vlm/train/0oabwyZbOu/4.png b/vlm/train/0oabwyZbOu/4.png new file mode 100644 index 0000000000000000000000000000000000000000..9ec112329e619c7c2c798853569130e3aea711da --- /dev/null +++ b/vlm/train/0oabwyZbOu/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9af043bd6e93a0d8bd280b7643583a53aceed05e01646f153416c0d30db27f99 +size 441714 diff --git a/vlm/train/0oabwyZbOu/5.png b/vlm/train/0oabwyZbOu/5.png new file mode 100644 index 0000000000000000000000000000000000000000..89d902146f92206e65955c822c26181b4df445b4 --- /dev/null +++ b/vlm/train/0oabwyZbOu/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86d7db752c57345462bcabce2c5900a054495db634c470619115bd623a82aee0 +size 542332 diff --git a/vlm/train/0oabwyZbOu/6.png b/vlm/train/0oabwyZbOu/6.png new file mode 100644 index 0000000000000000000000000000000000000000..cb15c5769573a2b7d03d29c2c30aa3c296a37c6d --- /dev/null +++ b/vlm/train/0oabwyZbOu/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07a48ed66c33233ac2fe33e679409aba1bab2c2b043aef104bb49c6cecb6c140 +size 578218 diff --git a/vlm/train/0oabwyZbOu/7.png b/vlm/train/0oabwyZbOu/7.png new file mode 100644 index 0000000000000000000000000000000000000000..0234d4a29033b19d18c8f13df74657e95a053816 --- /dev/null +++ b/vlm/train/0oabwyZbOu/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4a9e9e99287885cc54ecfdbb85e67badef349d7103cbb2f040355455b2aa144 +size 566515 diff --git a/vlm/train/0oabwyZbOu/8.png b/vlm/train/0oabwyZbOu/8.png new file mode 100644 index 0000000000000000000000000000000000000000..1a47c3e14f035ce91a6fea52a9bc72ed2151b052 --- /dev/null +++ b/vlm/train/0oabwyZbOu/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3882e5f59138ace9557dab358f9a81ce9a18158fb8e8c6b133ea7f16f5b8a9b9 +size 551922 diff --git a/vlm/train/0oabwyZbOu/9.png b/vlm/train/0oabwyZbOu/9.png new file mode 100644 index 0000000000000000000000000000000000000000..f296dad113689968933a04ccefccdd1340d0d9a9 --- /dev/null +++ b/vlm/train/0oabwyZbOu/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a2918e99d27af02f0d362513a96d0f15fb6cb4dd22b8da97e8ccb44fed43bd2 +size 662309 diff --git a/vlm/train/4i23Bjlh4Y9/0.png b/vlm/train/4i23Bjlh4Y9/0.png new file mode 100644 index 0000000000000000000000000000000000000000..291b848cb299f311a287358b3c6b3c9380535f30 --- /dev/null +++ b/vlm/train/4i23Bjlh4Y9/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:093c6a82212cc288c7088805ea501b5af170bcb257bc62a883d369cb426fbacd +size 435862 diff --git a/vlm/train/4i23Bjlh4Y9/1.png b/vlm/train/4i23Bjlh4Y9/1.png new file mode 100644 index 0000000000000000000000000000000000000000..827cf00775b48c928a6e5a68a252455eef95517a --- /dev/null +++ b/vlm/train/4i23Bjlh4Y9/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ff30c1a50f9dd7093d4e13f597a96f45d2857074aae9dcd784eaa4e535e4d9b +size 600759 diff --git a/vlm/train/4i23Bjlh4Y9/10.png b/vlm/train/4i23Bjlh4Y9/10.png new file mode 100644 index 0000000000000000000000000000000000000000..80cd04732a9628068f5269a11d41ab54b4157235 --- /dev/null +++ b/vlm/train/4i23Bjlh4Y9/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae952b64b6a938e5c416bcc5672660469a4ebcbec1243ca6205452a545677f7f +size 579574 diff --git a/vlm/train/4i23Bjlh4Y9/11.png b/vlm/train/4i23Bjlh4Y9/11.png new file mode 100644 index 0000000000000000000000000000000000000000..a8599aa447f7c0a4c17d66b395dd38eeb9a0ff7f --- /dev/null +++ b/vlm/train/4i23Bjlh4Y9/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:720b6fc8f1c71c7d676b857e3b111bd1bfe99353d55463a352174d2bdf03460e +size 579331 diff --git a/vlm/train/4i23Bjlh4Y9/12.png b/vlm/train/4i23Bjlh4Y9/12.png new file mode 100644 index 0000000000000000000000000000000000000000..71be67cbd07ec4d8e7c38f2ff1db4b51dc92c2e3 --- /dev/null +++ b/vlm/train/4i23Bjlh4Y9/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b757d32e9a7082d3dacc1d091ade6933a22f7c95a06a12486377dfd6511e3c7 +size 587632 diff --git a/vlm/train/4i23Bjlh4Y9/13.png b/vlm/train/4i23Bjlh4Y9/13.png new file mode 100644 index 0000000000000000000000000000000000000000..eec9f33be1d7d213bcf07185c80f0d37ab2de5a7 --- /dev/null +++ b/vlm/train/4i23Bjlh4Y9/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:228b6822d7a097958e7bcdd23404cb5ef92468b16dafde4d418cdc1460383081 +size 282892 diff --git a/vlm/train/4i23Bjlh4Y9/14.png b/vlm/train/4i23Bjlh4Y9/14.png new file mode 100644 index 0000000000000000000000000000000000000000..21c242dfeb2347112f20ab846fb46b4be121f32f --- /dev/null +++ b/vlm/train/4i23Bjlh4Y9/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88760d3a97c13e8108b923d82c55199fbf43f927d6d83e773b443864abf2bc3a +size 382540 diff --git a/vlm/train/4i23Bjlh4Y9/2.png b/vlm/train/4i23Bjlh4Y9/2.png new file mode 100644 index 0000000000000000000000000000000000000000..f270c0a2e06eb022d3081a4d2e5a30b7ef09e799 --- /dev/null +++ b/vlm/train/4i23Bjlh4Y9/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bda712425dfd9b6f7aef3897d8a713fe5bb62368a334274fb5100fb98630b70d +size 486263 diff --git a/vlm/train/4i23Bjlh4Y9/3.png b/vlm/train/4i23Bjlh4Y9/3.png new file mode 100644 index 0000000000000000000000000000000000000000..47144928c942b97a4e458da8b9a82133df5fbe69 --- /dev/null +++ b/vlm/train/4i23Bjlh4Y9/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd0870797577c81883cd09963e03d8874e2768741747fd68ac3b7f936e02cc3d +size 414564 diff --git a/vlm/train/4i23Bjlh4Y9/4.png b/vlm/train/4i23Bjlh4Y9/4.png new file mode 100644 index 0000000000000000000000000000000000000000..1246a932cd47aacd454096ed06bb8bef0a202307 --- /dev/null +++ b/vlm/train/4i23Bjlh4Y9/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:821e2241bc54d911e749b4c8e7e19894dbdf55beef435df385788729c51ef187 +size 518521 diff --git a/vlm/train/4i23Bjlh4Y9/5.png b/vlm/train/4i23Bjlh4Y9/5.png new file mode 100644 index 0000000000000000000000000000000000000000..34fe1f7d84b49bb104fc9bd6b1e4f37f27c762ee --- /dev/null +++ b/vlm/train/4i23Bjlh4Y9/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b998b6808b14ade69c3b6ba9fdfb0ccdc0c7870c17f5e3f533b27d30b0110bf +size 534685 diff --git a/vlm/train/4i23Bjlh4Y9/6.png b/vlm/train/4i23Bjlh4Y9/6.png new file mode 100644 index 0000000000000000000000000000000000000000..d5a59151a017bfde57cc13c975609288f9340345 --- /dev/null +++ b/vlm/train/4i23Bjlh4Y9/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1012a82acb03a2b12dc8b380962b7424e06d0729ca016cf5b6c2605348f7442e +size 600202 diff --git a/vlm/train/4i23Bjlh4Y9/7.png b/vlm/train/4i23Bjlh4Y9/7.png new file mode 100644 index 0000000000000000000000000000000000000000..72c79a3c896887124d613e8bd1566a7d9550ca81 --- /dev/null +++ b/vlm/train/4i23Bjlh4Y9/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7883807324a44e48c0aa0fb1e3fa6bb9cd31975062edfe6613589b28fbba56a1 +size 574931 diff --git a/vlm/train/4i23Bjlh4Y9/8.png b/vlm/train/4i23Bjlh4Y9/8.png new file mode 100644 index 0000000000000000000000000000000000000000..0d6580b4fa7392e018aa22bcf2a5d57355ec6e0b --- /dev/null +++ b/vlm/train/4i23Bjlh4Y9/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ad975fb7a75540a63e39b88fb8a57ba70259129a8180f61a29f0cc2661f0c6c +size 497145 diff --git a/vlm/train/4i23Bjlh4Y9/9.png b/vlm/train/4i23Bjlh4Y9/9.png new file mode 100644 index 0000000000000000000000000000000000000000..fec6f8b4430ab8192c64f23643cbdd99c9a14592 --- /dev/null +++ b/vlm/train/4i23Bjlh4Y9/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b7fdebf0058b3ca2bc69a39828fc38af025379945723868fd03b6f21bfc26fd +size 567111 diff --git a/vlm/train/BBIbj9w8Lvj8F/0.png b/vlm/train/BBIbj9w8Lvj8F/0.png new file mode 100644 index 0000000000000000000000000000000000000000..d6dfe34148b22ad256040da69b129e3e28d884c0 --- /dev/null +++ b/vlm/train/BBIbj9w8Lvj8F/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdff097b54f5bcd8b82938d41a2874dc4ef5d241a93ad7c4153b6c4a34c1727e +size 403766 diff --git a/vlm/train/BBIbj9w8Lvj8F/1.png b/vlm/train/BBIbj9w8Lvj8F/1.png new file mode 100644 index 0000000000000000000000000000000000000000..8ca1668892d5b9209adb1b22b3ae5883c7d92306 --- /dev/null +++ b/vlm/train/BBIbj9w8Lvj8F/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bfb96755e5ee1628cd1b66738a2691319a404dfe121ff89fc9bf1df5a16d435 +size 586093 diff --git a/vlm/train/BBIbj9w8Lvj8F/2.png b/vlm/train/BBIbj9w8Lvj8F/2.png new file mode 100644 index 0000000000000000000000000000000000000000..71666dac6ee6280b117ae5ebc70b6296a75af142 --- /dev/null +++ b/vlm/train/BBIbj9w8Lvj8F/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34b8b00be2976f661a63cc8050bf6652a4c43ac3e0ee99d6786174eb7dad9927 +size 513274 diff --git a/vlm/train/BBIbj9w8Lvj8F/3.png b/vlm/train/BBIbj9w8Lvj8F/3.png new file mode 100644 index 0000000000000000000000000000000000000000..d0aabeedc0fb0c13d81bfe848be322168be6a44d --- /dev/null +++ b/vlm/train/BBIbj9w8Lvj8F/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e88c0ca2a23eef21f5a745ef255e523bd3b5339d84a576770cadd97f93fd53ff +size 405574 diff --git a/vlm/train/BBIbj9w8Lvj8F/4.png b/vlm/train/BBIbj9w8Lvj8F/4.png new file mode 100644 index 0000000000000000000000000000000000000000..09c63f1584a0f11b7d8d86ca6604988e23595a92 --- /dev/null +++ b/vlm/train/BBIbj9w8Lvj8F/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a0114cbc8c94bd3f7eb5c5ddd356526b4898d69883cc130fb5d2c2a4a30e288 +size 558643 diff --git a/vlm/train/BBIbj9w8Lvj8F/5.png b/vlm/train/BBIbj9w8Lvj8F/5.png new file mode 100644 index 0000000000000000000000000000000000000000..46aad3ce2a0da1a4922d226bebffbc4b7bd4cc47 --- /dev/null +++ b/vlm/train/BBIbj9w8Lvj8F/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dd62f725539be511d769a85ef7b84ba1ba8093df227771faed757e38aeb7972 +size 554214 diff --git a/vlm/train/BBIbj9w8Lvj8F/6.png b/vlm/train/BBIbj9w8Lvj8F/6.png new file mode 100644 index 0000000000000000000000000000000000000000..2b81724419889b8d7a31fa05406af0ba60768356 --- /dev/null +++ b/vlm/train/BBIbj9w8Lvj8F/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96284f4b53be0ef8b867fb878851726b75531c3f58a111bd54f502f5a341b561 +size 567835 diff --git a/vlm/train/BBIbj9w8Lvj8F/7.png b/vlm/train/BBIbj9w8Lvj8F/7.png new file mode 100644 index 0000000000000000000000000000000000000000..3b3eb0a9123c426b94a4257bdeafab370b6b18c7 --- /dev/null +++ b/vlm/train/BBIbj9w8Lvj8F/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b48dd1e1410be8db94b1a79c980de7cb48622b1454b4e693c64ec7bd591bc00c +size 478268 diff --git a/vlm/train/BBIbj9w8Lvj8F/8.png b/vlm/train/BBIbj9w8Lvj8F/8.png new file mode 100644 index 0000000000000000000000000000000000000000..2bb6e65996c5103115085a995670c697d9833173 --- /dev/null +++ b/vlm/train/BBIbj9w8Lvj8F/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1a08e6406a8bdd80a16ced6ca451201bad7e0d66c702877528374123dc1b6f0 +size 532156 diff --git a/vlm/train/BJC_jUqxe/0.png b/vlm/train/BJC_jUqxe/0.png new file mode 100644 index 0000000000000000000000000000000000000000..46ad41bb58785d4bf9a962ad112c92ecfe073db8 --- /dev/null +++ b/vlm/train/BJC_jUqxe/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb37828c9614d33b4bed4a983b5439524b23dde5807fc2de97262c213bc6c180 +size 481951 diff --git a/vlm/train/BJC_jUqxe/1.png b/vlm/train/BJC_jUqxe/1.png new file mode 100644 index 0000000000000000000000000000000000000000..5a42389e1219ed6e8c07e91bcea6f21367910535 --- /dev/null +++ b/vlm/train/BJC_jUqxe/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8030d1a5c5e22c1f236156ae71cf8a4c7218be3aed30a2d367f29f2d4bdc5129 +size 402836 diff --git a/vlm/train/BJC_jUqxe/10.png b/vlm/train/BJC_jUqxe/10.png new file mode 100644 index 0000000000000000000000000000000000000000..64c9506754a2ea2225a02bc7c3431796558e7a2e --- /dev/null +++ b/vlm/train/BJC_jUqxe/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b648fbc39463f7275a805f2970fab21a3b18e1f63e00c23c71e304093f3a5b5a +size 543132 diff --git a/vlm/train/BJC_jUqxe/11.png b/vlm/train/BJC_jUqxe/11.png new file mode 100644 index 0000000000000000000000000000000000000000..283a14c435bdfd692475ca562d233e4e78d6a48f --- /dev/null +++ b/vlm/train/BJC_jUqxe/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23553cb91ab1730a190e3dd368de993842a40f92d44833efd402e2aa72a58aaa +size 527134 diff --git a/vlm/train/BJC_jUqxe/12.png b/vlm/train/BJC_jUqxe/12.png new file mode 100644 index 0000000000000000000000000000000000000000..af11c8a83edd0fc56eacbae36a0933b0b56f7e24 --- /dev/null +++ b/vlm/train/BJC_jUqxe/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b0603c85f8f7cc48ab137f7af04cd55c295b13f0cad199f384c1115becd96de +size 434994 diff --git a/vlm/train/BJC_jUqxe/13.png b/vlm/train/BJC_jUqxe/13.png new file mode 100644 index 0000000000000000000000000000000000000000..ce2466893e22cc86c7348fca8aab746875055c01 --- /dev/null +++ b/vlm/train/BJC_jUqxe/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e53eca9d16d8fc35d15336bfd2b79eff34dc42eb92a50c9dbea5650f6154aa21 +size 377464 diff --git a/vlm/train/BJC_jUqxe/14.png b/vlm/train/BJC_jUqxe/14.png new file mode 100644 index 0000000000000000000000000000000000000000..a86558ae37ab5daecd766cf7ff5173d8da2540d3 --- /dev/null +++ b/vlm/train/BJC_jUqxe/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60026efce970c219322fdc0e0f381a0daa6cf47c83ef4f2c9d04f3ef0d52dd11 +size 294800 diff --git a/vlm/train/BJC_jUqxe/2.png b/vlm/train/BJC_jUqxe/2.png new file mode 100644 index 0000000000000000000000000000000000000000..db1618eb37b7f27545b942aa43350f84ae26fa0c --- /dev/null +++ b/vlm/train/BJC_jUqxe/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3da3e08a6908ea07b08091175641c3eb18df68fb96b7587891b4eff6b53ae0b +size 489525 diff --git a/vlm/train/BJC_jUqxe/3.png b/vlm/train/BJC_jUqxe/3.png new file mode 100644 index 0000000000000000000000000000000000000000..c21a76fcd25cc7e7dbfb2ea8c165897827eea5b3 --- /dev/null +++ b/vlm/train/BJC_jUqxe/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5bbf39bc80fa69bd59c90f99bdcd92969387e433dd9d49443880f90ae598073 +size 509803 diff --git a/vlm/train/BJC_jUqxe/4.png b/vlm/train/BJC_jUqxe/4.png new file mode 100644 index 0000000000000000000000000000000000000000..1ce89ff1faae1c56b6963ead6e0f25356559dcfd --- /dev/null +++ b/vlm/train/BJC_jUqxe/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58e556eaefc6fbbbb0f513076cc2ae4bb41b3039685921566041390970a98eea +size 544698 diff --git a/vlm/train/BJC_jUqxe/5.png b/vlm/train/BJC_jUqxe/5.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e7d4984ba9eeadd44f55eba5acbb8a7b0a01b5 --- /dev/null +++ b/vlm/train/BJC_jUqxe/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:570cd8f9c37f5d18a645f82a038ca629b05222101ed53b47d889aa5a596c0ced +size 965106 diff --git a/vlm/train/BJC_jUqxe/6.png b/vlm/train/BJC_jUqxe/6.png new file mode 100644 index 0000000000000000000000000000000000000000..314ed303280e9ee8ea20c5aace3f19aacc5852c8 --- /dev/null +++ b/vlm/train/BJC_jUqxe/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:146400dc9c2e5cab91bf2636cbd7a2bb0eb941e66c5c271c337cdcc61fe0e4e1 +size 562275 diff --git a/vlm/train/BJC_jUqxe/7.png b/vlm/train/BJC_jUqxe/7.png new file mode 100644 index 0000000000000000000000000000000000000000..f33e2b47600b9eb24f8f3c28859021b117b8ab45 --- /dev/null +++ b/vlm/train/BJC_jUqxe/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e473ce5dd3cd41a438c230f2c76f83008a8862774ddd3e2ad8eed1c565d3c72e +size 947283 diff --git a/vlm/train/BJC_jUqxe/8.png b/vlm/train/BJC_jUqxe/8.png new file mode 100644 index 0000000000000000000000000000000000000000..711c68d48b640fdaf46cc64a9bd588d77d2c1ab5 --- /dev/null +++ b/vlm/train/BJC_jUqxe/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d56cbf676b87ccb317267b9fc4d5625d5a6757521b07ce7ed03d17dbc8d3d8f +size 440511 diff --git a/vlm/train/BJC_jUqxe/9.png b/vlm/train/BJC_jUqxe/9.png new file mode 100644 index 0000000000000000000000000000000000000000..94df1753785c822a3d4b71296461e8ce5f1a355e --- /dev/null +++ b/vlm/train/BJC_jUqxe/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64eaa386299358444387f830a70cbf8fc40ca73104fc5d0cedae9a66408e8f52 +size 506686 diff --git a/vlm/train/BkwHObbRZ/0.png b/vlm/train/BkwHObbRZ/0.png new file mode 100644 index 0000000000000000000000000000000000000000..c464c47a01d8c92cb4e74b9c34ce5afd72fff1e0 --- /dev/null +++ b/vlm/train/BkwHObbRZ/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b60041286dbaa547384d68e4fe77bb5c4086fee4c5318a7b0a53c743b223ca6a +size 417946 diff --git a/vlm/train/BkwHObbRZ/1.png b/vlm/train/BkwHObbRZ/1.png new file mode 100644 index 0000000000000000000000000000000000000000..41c55e4cf38149682f3bf8bac849f0a48389a782 --- /dev/null +++ b/vlm/train/BkwHObbRZ/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d45e7250bed8e3da03cdce7eb633ed67ca13eed952e298e8174de358027b97b6 +size 501758 diff --git a/vlm/train/BkwHObbRZ/10.png b/vlm/train/BkwHObbRZ/10.png new file mode 100644 index 0000000000000000000000000000000000000000..c17ea951717608efe8f2b0bebe83dc45d973e009 --- /dev/null +++ b/vlm/train/BkwHObbRZ/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6426a3425c08c5c40690a2e347dad77b7c26b1d0496790734d8d1436de61e0f +size 418746 diff --git a/vlm/train/BkwHObbRZ/11.png b/vlm/train/BkwHObbRZ/11.png new file mode 100644 index 0000000000000000000000000000000000000000..9d7ae4ddca1177773d9b0b85d07ca3c19b52f118 --- /dev/null +++ b/vlm/train/BkwHObbRZ/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6df86410338372ad054d625d766b91626bda543bf3a5c56085903677706cd435 +size 537772 diff --git a/vlm/train/BkwHObbRZ/12.png b/vlm/train/BkwHObbRZ/12.png new file mode 100644 index 0000000000000000000000000000000000000000..829a421dae761915383028a075687c62e0952b0a --- /dev/null +++ b/vlm/train/BkwHObbRZ/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18f93d0c5d8414ac522913279c3d65b59ae6f9156577603547e242c2721ef7c3 +size 445905 diff --git a/vlm/train/BkwHObbRZ/13.png b/vlm/train/BkwHObbRZ/13.png new file mode 100644 index 0000000000000000000000000000000000000000..bbe3af6fcc4b3894d904ed91702630b874a35221 --- /dev/null +++ b/vlm/train/BkwHObbRZ/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0465e12051a67b41b9fde67384af3b2986687f2d6cbe86083dffae2a1d3e3900 +size 320518 diff --git a/vlm/train/BkwHObbRZ/14.png b/vlm/train/BkwHObbRZ/14.png new file mode 100644 index 0000000000000000000000000000000000000000..efbb04b9acea9fa056e51fdb2c90145b83a51c93 --- /dev/null +++ b/vlm/train/BkwHObbRZ/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad0930f0d1af3194a50efad0228ea15588535111f7fde6dd06b93a03f40d4753 +size 314663 diff --git a/vlm/train/BkwHObbRZ/15.png b/vlm/train/BkwHObbRZ/15.png new file mode 100644 index 0000000000000000000000000000000000000000..41bbbd0a5a0ae4e94ba6bc34c5984f496c30755d --- /dev/null +++ b/vlm/train/BkwHObbRZ/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8786410da68c2987c3c62ca4e5051c24d881702f45d9d5e1df1f338e3f35557f +size 342652 diff --git a/vlm/train/BkwHObbRZ/16.png b/vlm/train/BkwHObbRZ/16.png new file mode 100644 index 0000000000000000000000000000000000000000..efc7c5ea9d20ef2fe9dfec132f13d8303f0a8930 --- /dev/null +++ b/vlm/train/BkwHObbRZ/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63afda41f014eecf7eb7c821db32a7bf363b7559c17832ee76ba242c99544b70 +size 297397 diff --git a/vlm/train/BkwHObbRZ/17.png b/vlm/train/BkwHObbRZ/17.png new file mode 100644 index 0000000000000000000000000000000000000000..8b2ba48f6523da6e4ee5b4f4d9a4084f97329d33 --- /dev/null +++ b/vlm/train/BkwHObbRZ/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d2fea33b954fb5acc498ae6f57ac3b64e1e75adb060cb54303819f61ff7cfe5 +size 427570 diff --git a/vlm/train/BkwHObbRZ/18.png b/vlm/train/BkwHObbRZ/18.png new file mode 100644 index 0000000000000000000000000000000000000000..5236852450d57f059fad0b7774d19e4f79d18312 --- /dev/null +++ b/vlm/train/BkwHObbRZ/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6ea81d1f7d683687625998c74fbf6994c6ca14e37b801fe4a0656a312dff7c3 +size 399638 diff --git a/vlm/train/BkwHObbRZ/19.png b/vlm/train/BkwHObbRZ/19.png new file mode 100644 index 0000000000000000000000000000000000000000..df4e658dbefea4cbf029b0b72f19c99fb0bc6666 --- /dev/null +++ b/vlm/train/BkwHObbRZ/19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efc7375a55d453e2d368f5c395bed4780a0e5f077e16aea2899998c2a50c2935 +size 325200 diff --git a/vlm/train/BkwHObbRZ/2.png b/vlm/train/BkwHObbRZ/2.png new file mode 100644 index 0000000000000000000000000000000000000000..94cff0902db8fb736ef88f5d136a2a0713dcd2eb --- /dev/null +++ b/vlm/train/BkwHObbRZ/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7654ec7ae7c141385d85f2a31cd6bcabb54d8a9bba63c8feb8b42d8778b9bc66 +size 574058 diff --git a/vlm/train/BkwHObbRZ/20.png b/vlm/train/BkwHObbRZ/20.png new file mode 100644 index 0000000000000000000000000000000000000000..142db2faf8d051f42d5bdc1ca91854b15f18226f --- /dev/null +++ b/vlm/train/BkwHObbRZ/20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36dae625493128327a6f5bb2eac3edbd77a9571fbe84459774b646fd48da4635 +size 342135 diff --git a/vlm/train/BkwHObbRZ/21.png b/vlm/train/BkwHObbRZ/21.png new file mode 100644 index 0000000000000000000000000000000000000000..50b54ccea81434158066f8e2c9aeb5108aebfa7b --- /dev/null +++ b/vlm/train/BkwHObbRZ/21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d887b1840b6706cd88e8c6c8ef15a1a156dc2fa5eac2693ee1ac3c89e5d2fe26 +size 335331 diff --git a/vlm/train/BkwHObbRZ/22.png b/vlm/train/BkwHObbRZ/22.png new file mode 100644 index 0000000000000000000000000000000000000000..1307623664a57c649b4ebb43698cf97a89a02827 --- /dev/null +++ b/vlm/train/BkwHObbRZ/22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d55dccf1ac5685e370f1d294b5de6b4a8cdce30c56916797e4156ba76cf7366 +size 452137 diff --git a/vlm/train/BkwHObbRZ/23.png b/vlm/train/BkwHObbRZ/23.png new file mode 100644 index 0000000000000000000000000000000000000000..9e0fd0b3d694f78b97b107dd83733816804279b7 --- /dev/null +++ b/vlm/train/BkwHObbRZ/23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ee19afa2fd5a1695b2b64dd50138413aee338f7ab3e57f52baeaad0dfc41609 +size 390135 diff --git a/vlm/train/BkwHObbRZ/24.png b/vlm/train/BkwHObbRZ/24.png new file mode 100644 index 0000000000000000000000000000000000000000..4e690eb66fa6693e70c97a8652ccd56343991f5a --- /dev/null +++ b/vlm/train/BkwHObbRZ/24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80fbd20da1a8855bf3fd75221a5b6fc50c1a525a49c6c5d50c70243a7fd528e6 +size 354433 diff --git a/vlm/train/BkwHObbRZ/25.png b/vlm/train/BkwHObbRZ/25.png new file mode 100644 index 0000000000000000000000000000000000000000..34dd0f7f38fcbd794ee62c04b818aaeea5829e38 --- /dev/null +++ b/vlm/train/BkwHObbRZ/25.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2b1964ef4623701ec5f1a65df482f0f2495ca3003837b59b784bc0082ca6065 +size 448636 diff --git a/vlm/train/BkwHObbRZ/26.png b/vlm/train/BkwHObbRZ/26.png new file mode 100644 index 0000000000000000000000000000000000000000..5875b1dbae5be9abc8d66b4d63c747d52bb27ccb --- /dev/null +++ b/vlm/train/BkwHObbRZ/26.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:390be3bb6db40725b562c810e6c007b83cef27deca01e52171f92a91293bea35 +size 386714 diff --git a/vlm/train/BkwHObbRZ/27.png b/vlm/train/BkwHObbRZ/27.png new file mode 100644 index 0000000000000000000000000000000000000000..e62e2fe86ad43390380b3136a98e4e5e491e35fa --- /dev/null +++ b/vlm/train/BkwHObbRZ/27.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa3065d2f3f328bc98086acefc2dba0154268a34768b660d41ea8cc27c0305c2 +size 334175 diff --git a/vlm/train/BkwHObbRZ/28.png b/vlm/train/BkwHObbRZ/28.png new file mode 100644 index 0000000000000000000000000000000000000000..67bdbf99b2ce26e358d3d65d1efe398abbd14023 --- /dev/null +++ b/vlm/train/BkwHObbRZ/28.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:874a1b0964d13f92a11e9f19269d45c4ebd13c7db5b6699a9c5a997b178f2313 +size 509344 diff --git a/vlm/train/BkwHObbRZ/29.png b/vlm/train/BkwHObbRZ/29.png new file mode 100644 index 0000000000000000000000000000000000000000..ce30fed6bf66c90114b3c37a1b850be65a83d7ba --- /dev/null +++ b/vlm/train/BkwHObbRZ/29.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12dea3bbc3fe48c7fd149551338f7d13404cb350228e139a55a170f877d52f7d +size 428584 diff --git a/vlm/train/BkwHObbRZ/3.png b/vlm/train/BkwHObbRZ/3.png new file mode 100644 index 0000000000000000000000000000000000000000..3d87250af1c5f468533e87a57b4c2dc11b2a0611 --- /dev/null +++ b/vlm/train/BkwHObbRZ/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64feec0866553a6308fee2322909e905d541402c9b60e75e0ceb88b6da30998e +size 409892 diff --git a/vlm/train/BkwHObbRZ/30.png b/vlm/train/BkwHObbRZ/30.png new file mode 100644 index 0000000000000000000000000000000000000000..aa289319681477209b6eb87fab1da70ae9761e82 --- /dev/null +++ b/vlm/train/BkwHObbRZ/30.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd10724b55a16c0ca9c7779a03a58af36437da3e3de1ca0b40a1541fc2c85f1c +size 453535 diff --git a/vlm/train/BkwHObbRZ/31.png b/vlm/train/BkwHObbRZ/31.png new file mode 100644 index 0000000000000000000000000000000000000000..441352c5a2ac6af933e04c8a20389f21c710e5a8 --- /dev/null +++ b/vlm/train/BkwHObbRZ/31.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:283af2e82d1098f97a63c9bc40cba5e75346f8f8142d62de68e9e80139b09bbe +size 372008 diff --git a/vlm/train/BkwHObbRZ/32.png b/vlm/train/BkwHObbRZ/32.png new file mode 100644 index 0000000000000000000000000000000000000000..d194b415788c12371ff9f31ec4cdf8efa1da1ae0 --- /dev/null +++ b/vlm/train/BkwHObbRZ/32.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82d0feecdc65dce4ed438c83d30200d45256e1acda053a4b7d866f364d9f6f02 +size 396471 diff --git a/vlm/train/BkwHObbRZ/33.png b/vlm/train/BkwHObbRZ/33.png new file mode 100644 index 0000000000000000000000000000000000000000..b88b550c60386389f7bb0e1f71eb388fec20091f --- /dev/null +++ b/vlm/train/BkwHObbRZ/33.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd5667b7cea899515d82e426636c8e0751a96e4541d3a0110887e35159fa7d08 +size 508762 diff --git a/vlm/train/BkwHObbRZ/34.png b/vlm/train/BkwHObbRZ/34.png new file mode 100644 index 0000000000000000000000000000000000000000..2e0594767b2f2e63accfc1104b0238ab9667dd59 --- /dev/null +++ b/vlm/train/BkwHObbRZ/34.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e02678330183a36ded8607df41e8294152065155e78a072c7174416f21e15ad +size 402071 diff --git a/vlm/train/BkwHObbRZ/35.png b/vlm/train/BkwHObbRZ/35.png new file mode 100644 index 0000000000000000000000000000000000000000..c123864b33c184723fc0a1b9fec204df893cba6a --- /dev/null +++ b/vlm/train/BkwHObbRZ/35.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ae932ed6b2f2474623aa9a4d6634edb2f507981e64af2fb1242bac23ce12ed8 +size 396005 diff --git a/vlm/train/BkwHObbRZ/36.png b/vlm/train/BkwHObbRZ/36.png new file mode 100644 index 0000000000000000000000000000000000000000..fe5524d75f5bad3504eace8f2945c7b75eef503d --- /dev/null +++ b/vlm/train/BkwHObbRZ/36.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e60b5d46be3ac8dd2161790891d4ee4748b0c47b2bb61f6eaa46c0a69185ce67 +size 167362 diff --git a/vlm/train/BkwHObbRZ/4.png b/vlm/train/BkwHObbRZ/4.png new file mode 100644 index 0000000000000000000000000000000000000000..d9322b061e1912bbd4ea234dad94ac50836d4afd --- /dev/null +++ b/vlm/train/BkwHObbRZ/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ed7cc46e7c92a8cb74f1317ef8b49b126267828c3c1127c42bed39d78faa1b7 +size 413994 diff --git a/vlm/train/BkwHObbRZ/5.png b/vlm/train/BkwHObbRZ/5.png new file mode 100644 index 0000000000000000000000000000000000000000..d78fca7236ee1d4dcb9fc976dbab82fab238b157 --- /dev/null +++ b/vlm/train/BkwHObbRZ/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d3c831f8f75be818743e6cceaf017cea0d05ee06c72cad2e4f345b05a0e06d0 +size 562987 diff --git a/vlm/train/BkwHObbRZ/6.png b/vlm/train/BkwHObbRZ/6.png new file mode 100644 index 0000000000000000000000000000000000000000..b829c433d64ebd276a31595e059369d9c2dd9386 --- /dev/null +++ b/vlm/train/BkwHObbRZ/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e788471ee5927d911586884c10f8d4c512431a9b1bfcc464d411076e3de56800 +size 455305 diff --git a/vlm/train/BkwHObbRZ/7.png b/vlm/train/BkwHObbRZ/7.png new file mode 100644 index 0000000000000000000000000000000000000000..c541ffc429fce4951335e4c22225dfe6dfb3edd5 --- /dev/null +++ b/vlm/train/BkwHObbRZ/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57f74dfecd085a49257bdf82b6c99412d6dfde3683241e8eaf27a367b8107db8 +size 474561 diff --git a/vlm/train/BkwHObbRZ/8.png b/vlm/train/BkwHObbRZ/8.png new file mode 100644 index 0000000000000000000000000000000000000000..7b27eba70ff5b3c1ea6d1e60d38303d955040b2a --- /dev/null +++ b/vlm/train/BkwHObbRZ/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70fa181657fdc24d7cf04edcc4d53f8ad56ea5a831086fed5cab568f76a558a1 +size 423680 diff --git a/vlm/train/BkwHObbRZ/9.png b/vlm/train/BkwHObbRZ/9.png new file mode 100644 index 0000000000000000000000000000000000000000..03dfb14dc15f65d29845f436f59a1c2e1d4b5329 --- /dev/null +++ b/vlm/train/BkwHObbRZ/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff4b8422c919aee40254dab784ea1f83274f2eaa2ce05391676927f3c3e9bd17 +size 388553 diff --git a/vlm/train/FPpZrRfz6Ss/0.png b/vlm/train/FPpZrRfz6Ss/0.png new file mode 100644 index 0000000000000000000000000000000000000000..913981b999aa586f630414c710752ce0bcd5a6b9 --- /dev/null +++ b/vlm/train/FPpZrRfz6Ss/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9447af527956fa3dd352d413675293aeb54fedc3ce422d38c5cf7ebbbe07b0e +size 501939 diff --git a/vlm/train/FPpZrRfz6Ss/1.png b/vlm/train/FPpZrRfz6Ss/1.png new file mode 100644 index 0000000000000000000000000000000000000000..6b2d651693ab75e959831b8df92c89e5c7a2506b --- /dev/null +++ b/vlm/train/FPpZrRfz6Ss/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22c939f9140f3b107ab456dc4ff831165d72d19c964e8afa02515b8440ff5c3c +size 551518 diff --git a/vlm/train/FPpZrRfz6Ss/10.png b/vlm/train/FPpZrRfz6Ss/10.png new file mode 100644 index 0000000000000000000000000000000000000000..177ae915dd28ade7f3ce6f4dac2a10102290b415 --- /dev/null +++ b/vlm/train/FPpZrRfz6Ss/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9c11937f4c74bcca4fd47118f149b248dbff4540cb10184d45f486f5e92dc74 +size 421884 diff --git a/vlm/train/FPpZrRfz6Ss/11.png b/vlm/train/FPpZrRfz6Ss/11.png new file mode 100644 index 0000000000000000000000000000000000000000..5b131a7b570c02135ab4e7c43374bf149179dc61 --- /dev/null +++ b/vlm/train/FPpZrRfz6Ss/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1de14860fd9ae5e0b02dc8ec9a8434af6901a8318dbc75440a3a1de9d269455c +size 462052 diff --git a/vlm/train/FPpZrRfz6Ss/12.png b/vlm/train/FPpZrRfz6Ss/12.png new file mode 100644 index 0000000000000000000000000000000000000000..fb6f4d73138965df8b22481f9b8068d3ebba07b0 --- /dev/null +++ b/vlm/train/FPpZrRfz6Ss/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6abdd150fdbacf7573cbd157c7c6ed4a7533cdcac3bed52f43c410316bd790a8 +size 235316 diff --git a/vlm/train/FPpZrRfz6Ss/2.png b/vlm/train/FPpZrRfz6Ss/2.png new file mode 100644 index 0000000000000000000000000000000000000000..f7770f358ae7a4a2d258d69689e1a65dd692e983 --- /dev/null +++ b/vlm/train/FPpZrRfz6Ss/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b5df96a8a709dd0b07d0be2a2fc98879ce1d60776230a2754f0ac29e1eaf533 +size 474717 diff --git a/vlm/train/FPpZrRfz6Ss/3.png b/vlm/train/FPpZrRfz6Ss/3.png new file mode 100644 index 0000000000000000000000000000000000000000..d17924259ff99b835522ecb6c32bff33d1ca8cab --- /dev/null +++ b/vlm/train/FPpZrRfz6Ss/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db482796ac2cf954aaba9c415d904820e5ffecf991ba0d5717ec7a8ecbe701ad +size 448954 diff --git a/vlm/train/FPpZrRfz6Ss/4.png b/vlm/train/FPpZrRfz6Ss/4.png new file mode 100644 index 0000000000000000000000000000000000000000..142c2f710f66d3fa2b0b39427fc7fa719ccc8208 --- /dev/null +++ b/vlm/train/FPpZrRfz6Ss/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6139c023edfd0b7c6942624cd1841b5343bf7a7f18c8bcd49052d20aab09f21 +size 493588 diff --git a/vlm/train/FPpZrRfz6Ss/5.png b/vlm/train/FPpZrRfz6Ss/5.png new file mode 100644 index 0000000000000000000000000000000000000000..9b0344003f0a67e503a430f489dac23b020c0b55 --- /dev/null +++ b/vlm/train/FPpZrRfz6Ss/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:525066cd38ed5901735e1e694de8e1fd79c079df4cf9ee9f9537dd0d8ac5d10c +size 431894 diff --git a/vlm/train/FPpZrRfz6Ss/6.png b/vlm/train/FPpZrRfz6Ss/6.png new file mode 100644 index 0000000000000000000000000000000000000000..795f666c757ceaf934e7d58760504d6f606deb49 --- /dev/null +++ b/vlm/train/FPpZrRfz6Ss/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6794b6fc1308226c592f50f24697bb21070143dd7c114a576b3fa79712f1c6b7 +size 493459 diff --git a/vlm/train/FPpZrRfz6Ss/7.png b/vlm/train/FPpZrRfz6Ss/7.png new file mode 100644 index 0000000000000000000000000000000000000000..dcd89b7c0481c8883784c34f72c26b29e0d51d56 --- /dev/null +++ b/vlm/train/FPpZrRfz6Ss/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d472b80d0d881fa7dc9b0162d93c539bb35b1bf0361875ce77b9c2737ea6038b +size 408131 diff --git a/vlm/train/FPpZrRfz6Ss/8.png b/vlm/train/FPpZrRfz6Ss/8.png new file mode 100644 index 0000000000000000000000000000000000000000..a2f2d504ca009fa006f56747c1ab027d9307e6f7 --- /dev/null +++ b/vlm/train/FPpZrRfz6Ss/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef73d1eaaa39a9706f92f88a9b1e2b92ae3420c1c8f049e7aaec5adfabbbcad1 +size 523018 diff --git a/vlm/train/FPpZrRfz6Ss/9.png b/vlm/train/FPpZrRfz6Ss/9.png new file mode 100644 index 0000000000000000000000000000000000000000..3dbbb2f9f0a3221a03c1176bd52110bed43b0ebd --- /dev/null +++ b/vlm/train/FPpZrRfz6Ss/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72a52391a40ea9720aeb12f42d4f5abb6b6d474d14dfc160ad5e2ae02af3b58f +size 559903 diff --git a/vlm/train/HJfwJ2A5KX/12.png b/vlm/train/HJfwJ2A5KX/12.png new file mode 100644 index 0000000000000000000000000000000000000000..63eff1056cfc75f360508d2a8e5e9d50d100e815 --- /dev/null +++ b/vlm/train/HJfwJ2A5KX/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16a1abcc847c53e1ace6f3b460fe2d07206a8dde8a3782c2fddc75c56211027d +size 375667 diff --git a/vlm/train/HJfwJ2A5KX/13.png b/vlm/train/HJfwJ2A5KX/13.png new file mode 100644 index 0000000000000000000000000000000000000000..6ae01ff275556a631016408d0cd8b83023a426cc --- /dev/null +++ b/vlm/train/HJfwJ2A5KX/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0387f33dae6063c061533c1ebf659ea0d97007535bb03a66d2ab874ee6815d3e +size 374716 diff --git a/vlm/train/HJfwJ2A5KX/16.png b/vlm/train/HJfwJ2A5KX/16.png new file mode 100644 index 0000000000000000000000000000000000000000..9b7277cec18c971814b50a9a37d9ffed5ee4c06b --- /dev/null +++ b/vlm/train/HJfwJ2A5KX/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e93b4664c7c08bc4d83890a0ff4937ab86caf94107829eafc85fe4f2924e4fe +size 271592 diff --git a/vlm/train/HJfwJ2A5KX/18.png b/vlm/train/HJfwJ2A5KX/18.png new file mode 100644 index 0000000000000000000000000000000000000000..fe985ad7c0b5a29e4098c50e4c3c32aa38ccfa90 --- /dev/null +++ b/vlm/train/HJfwJ2A5KX/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ef0aeea9e39bfb428e495e39232c1a40398ba74d985bf7e78eb3c999147c2e4 +size 308909 diff --git a/vlm/train/HJfwJ2A5KX/19.png b/vlm/train/HJfwJ2A5KX/19.png new file mode 100644 index 0000000000000000000000000000000000000000..c30e4e17b4ab64dbd19344d0281834562c1f6808 --- /dev/null +++ b/vlm/train/HJfwJ2A5KX/19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:678cbd0dcd2e9269586a331a9ad79dd9a3946056e561fbfc267461302e188f4d +size 320950 diff --git a/vlm/train/HJfwJ2A5KX/20.png b/vlm/train/HJfwJ2A5KX/20.png new file mode 100644 index 0000000000000000000000000000000000000000..8ea629ab0a209c61b26d6dc94eb19216c8e7f1e9 --- /dev/null +++ b/vlm/train/HJfwJ2A5KX/20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ed606ccce1d1493e267de2bad07d2ee774ba7970eab3507df4869643d887e64 +size 337879 diff --git a/vlm/train/HJfwJ2A5KX/22.png b/vlm/train/HJfwJ2A5KX/22.png new file mode 100644 index 0000000000000000000000000000000000000000..2d91dc45231adcfe95e058241c2da52186a00243 --- /dev/null +++ b/vlm/train/HJfwJ2A5KX/22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:950f428f5e9eca8be6b1f7d8479a6104ac55665da96d47305e1f6b873b7585d5 +size 298273 diff --git a/vlm/train/HJfwJ2A5KX/25.png b/vlm/train/HJfwJ2A5KX/25.png new file mode 100644 index 0000000000000000000000000000000000000000..0ff31e3edd5df5f950aa46d6d378f18801be1e28 --- /dev/null +++ b/vlm/train/HJfwJ2A5KX/25.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7597b9b04c69b8f4292ee698cc96698063c39716e3de01c8d8858d2782f0aab +size 69460 diff --git a/vlm/train/HJfwJ2A5KX/26.png b/vlm/train/HJfwJ2A5KX/26.png new file mode 100644 index 0000000000000000000000000000000000000000..228a92afd4b3de8520db0e228fbe1baef79415bc --- /dev/null +++ b/vlm/train/HJfwJ2A5KX/26.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dfb1cc36f63067eea7a97ce66d5159850d589467f666fa8f478921a19ca4f34 +size 518571 diff --git a/vlm/train/HJfwJ2A5KX/28.png b/vlm/train/HJfwJ2A5KX/28.png new file mode 100644 index 0000000000000000000000000000000000000000..9abf50b039d33af529113b39417fd04d69cad179 --- /dev/null +++ b/vlm/train/HJfwJ2A5KX/28.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0384fe72a57b7b7f647d22a28b416baa4f8fa39cb3d41ef3f7fc6f180c5900ef +size 280133 diff --git a/vlm/train/HJfwJ2A5KX/29.png b/vlm/train/HJfwJ2A5KX/29.png new file mode 100644 index 0000000000000000000000000000000000000000..38141f5c6e3bc7d22e372cbfbc19104f4bc3a5ce --- /dev/null +++ b/vlm/train/HJfwJ2A5KX/29.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36c68b4aa4402e085d1d346802c60ab072705e629fff2819f142fbfd59f7ed41 +size 607204 diff --git a/vlm/train/HJfwJ2A5KX/31.png b/vlm/train/HJfwJ2A5KX/31.png new file mode 100644 index 0000000000000000000000000000000000000000..8e557a2a1c3bf0663baed5c8e40b54dc293c72d8 --- /dev/null +++ b/vlm/train/HJfwJ2A5KX/31.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80b887f92d5b1822e27b03894643c5f93911aa6735be1fc9766c0bb523e64035 +size 587480 diff --git a/vlm/train/HJfwJ2A5KX/32.png b/vlm/train/HJfwJ2A5KX/32.png new file mode 100644 index 0000000000000000000000000000000000000000..dc0651125f7a92dbe4cfdab92cf484e049f595d8 --- /dev/null +++ b/vlm/train/HJfwJ2A5KX/32.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36d3717c8cbad89d62208143d6136eadf08d70dbff151698cfd57a6af53c99c1 +size 756776 diff --git a/vlm/train/HJfwJ2A5KX/34.png b/vlm/train/HJfwJ2A5KX/34.png new file mode 100644 index 0000000000000000000000000000000000000000..720e86d8d44213edbafd09f47a6e7ce08a1fdb99 --- /dev/null +++ b/vlm/train/HJfwJ2A5KX/34.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:352c7e52d95b39a5f06cf247d5a516ce751669c0f263242a6de3ba98de4dfc11 +size 742701 diff --git a/vlm/train/HJfwJ2A5KX/4.png b/vlm/train/HJfwJ2A5KX/4.png new file mode 100644 index 0000000000000000000000000000000000000000..f198427af95339768ed5738064ef50bf571f1d19 --- /dev/null +++ b/vlm/train/HJfwJ2A5KX/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb79e370850e180c6cf403a6ca6c92048d59e7e9a859863d3166ee1b72845c53 +size 532706 diff --git a/vlm/train/HJfwJ2A5KX/5.png b/vlm/train/HJfwJ2A5KX/5.png new file mode 100644 index 0000000000000000000000000000000000000000..47c38a6add0178af10903b3bc54c76fdb8d925bb --- /dev/null +++ b/vlm/train/HJfwJ2A5KX/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d7e5da6a8f598cde2519d4398dc8b98b714ed3f25981db7147157f6115c57df +size 584378 diff --git a/vlm/train/HJfwJ2A5KX/7.png b/vlm/train/HJfwJ2A5KX/7.png new file mode 100644 index 0000000000000000000000000000000000000000..491651f6a53cf36f5d0ed719317ee0fb24ad70ad --- /dev/null +++ b/vlm/train/HJfwJ2A5KX/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c595e1b38676e7a3a101bf5f4131b5a4825ea9f305cc94429d166d302d19bd14 +size 708208 diff --git a/vlm/train/HJfwJ2A5KX/8.png b/vlm/train/HJfwJ2A5KX/8.png new file mode 100644 index 0000000000000000000000000000000000000000..622c39db2ad1a10cdbee053bedd2a75fec840c5e --- /dev/null +++ b/vlm/train/HJfwJ2A5KX/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c26311b46adc64b9caf85408ccc1bff7f0487f8048a0810a7fc2bdc47a541129 +size 561423 diff --git a/vlm/train/HJy_5Mcll/0.png b/vlm/train/HJy_5Mcll/0.png new file mode 100644 index 0000000000000000000000000000000000000000..4070dabccbaeff6bacfe9d4589f4d5653b6b3e17 --- /dev/null +++ b/vlm/train/HJy_5Mcll/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3b25372f791d22dc04a93d98097694922be0a30fe91bb860128f46ef7bcb7ce +size 474101 diff --git a/vlm/train/HJy_5Mcll/1.png b/vlm/train/HJy_5Mcll/1.png new file mode 100644 index 0000000000000000000000000000000000000000..4d9494616a54b962e24acd8f4adb09bf555c4c44 --- /dev/null +++ b/vlm/train/HJy_5Mcll/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c5b7c5afa303da0fb2f78a88b9b8824321096b54b678df7f133e5c744424bab +size 593349 diff --git a/vlm/train/HJy_5Mcll/2.png b/vlm/train/HJy_5Mcll/2.png new file mode 100644 index 0000000000000000000000000000000000000000..9f78513d2a9f5eb8d5d02994efbe71a7933fbdb0 --- /dev/null +++ b/vlm/train/HJy_5Mcll/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95617024b4232c7ea1c243113b0da7ec049fc68f870073d5fcf0f345e99359fc +size 504808 diff --git a/vlm/train/HJy_5Mcll/3.png b/vlm/train/HJy_5Mcll/3.png new file mode 100644 index 0000000000000000000000000000000000000000..d71f925a18b3a1cfae0f6481ec0ace6b9908be40 --- /dev/null +++ b/vlm/train/HJy_5Mcll/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9d308156a93098cff8e9f051cd2e99e1e65c2b31b042602681c2bfd336ef0cf +size 586710 diff --git a/vlm/train/HJy_5Mcll/4.png b/vlm/train/HJy_5Mcll/4.png new file mode 100644 index 0000000000000000000000000000000000000000..7a367fed0672be625c62eefadfeaa1a4e425c93a --- /dev/null +++ b/vlm/train/HJy_5Mcll/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2908c1e9e2f2b78fdea1cc69275b50437a18517b88b013f82429e07ef6581e65 +size 499211 diff --git a/vlm/train/HJy_5Mcll/5.png b/vlm/train/HJy_5Mcll/5.png new file mode 100644 index 0000000000000000000000000000000000000000..cecd43596ec774459e437e225d682675080ca6b4 --- /dev/null +++ b/vlm/train/HJy_5Mcll/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ab542e186edcaf8ba79c918a2dafc6e440ddd4a6cdc36315836049b7cca4668 +size 460571 diff --git a/vlm/train/HJy_5Mcll/6.png b/vlm/train/HJy_5Mcll/6.png new file mode 100644 index 0000000000000000000000000000000000000000..bdf208e95972dc5757803f8b10270bad1b12eea5 --- /dev/null +++ b/vlm/train/HJy_5Mcll/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:297fafbbb2e8bbe2dd503dd85035324864e6ddc337a2b8f7ebba11d05ae81bee +size 444609 diff --git a/vlm/train/HJy_5Mcll/7.png b/vlm/train/HJy_5Mcll/7.png new file mode 100644 index 0000000000000000000000000000000000000000..afb9ae714a3c82c254404b29f25caee05ac157be --- /dev/null +++ b/vlm/train/HJy_5Mcll/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdb1039bdc79b804eb516f9660cfe4d1df4682b601b4fbb64f7349dfc6719107 +size 676557 diff --git a/vlm/train/HJy_5Mcll/8.png b/vlm/train/HJy_5Mcll/8.png new file mode 100644 index 0000000000000000000000000000000000000000..39636206466a88f0d68a0d5b69b6063af3414c12 --- /dev/null +++ b/vlm/train/HJy_5Mcll/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e604853e15e09bf145d65a167a09b392508d47c26e5dc3ff9a3bb2537d22403 +size 528797 diff --git a/vlm/train/HJy_5Mcll/9.png b/vlm/train/HJy_5Mcll/9.png new file mode 100644 index 0000000000000000000000000000000000000000..eca81c3093c9f2575c1876b1ec39dc5f69e207c7 --- /dev/null +++ b/vlm/train/HJy_5Mcll/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65cb640bf4134cb1f9001e6d3526c67b52946cb61495a87dbeb2a4451e6719e8 +size 535502 diff --git a/vlm/train/HkxlcnVFwB/0.png b/vlm/train/HkxlcnVFwB/0.png new file mode 100644 index 0000000000000000000000000000000000000000..6f75ad9f9cf530375474412a909a29b2e9d96951 --- /dev/null +++ b/vlm/train/HkxlcnVFwB/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c2bf238a4ab1335cf62a6d49c336d9628a52e2b5154c8940bb6f4900fd2204f +size 493477 diff --git a/vlm/train/HkxlcnVFwB/1.png b/vlm/train/HkxlcnVFwB/1.png new file mode 100644 index 0000000000000000000000000000000000000000..bd87118fb73412eb3c43a766ab0027f096e1d18f --- /dev/null +++ b/vlm/train/HkxlcnVFwB/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d631b09dd8347f4a985f052581eb1b219d49eea93dbfbc709201e37f88a2ae09 +size 586666 diff --git a/vlm/train/HkxlcnVFwB/10.png b/vlm/train/HkxlcnVFwB/10.png new file mode 100644 index 0000000000000000000000000000000000000000..2e0a951b96b26f6ddb4bfafd81e591caab69c07c --- /dev/null +++ b/vlm/train/HkxlcnVFwB/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb4e79e417d469266db824572f7ab210408c893118c0f8aec0d9b723c8a48ff6 +size 523335 diff --git a/vlm/train/HkxlcnVFwB/11.png b/vlm/train/HkxlcnVFwB/11.png new file mode 100644 index 0000000000000000000000000000000000000000..d800d9b2d0a467e1719ab5fca1011c4158b4157c --- /dev/null +++ b/vlm/train/HkxlcnVFwB/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba6eeeca0502fd389dd031b01a0258e4fc6222803b7672d29b6daa0f06983524 +size 537231 diff --git a/vlm/train/HkxlcnVFwB/12.png b/vlm/train/HkxlcnVFwB/12.png new file mode 100644 index 0000000000000000000000000000000000000000..b7a412eb4e97007934d19eb1ab19abaf15f0159e --- /dev/null +++ b/vlm/train/HkxlcnVFwB/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7b83dd893963a69770a777f983cc1bff2b35fcdc5e4c088203689d4260d9443 +size 562158 diff --git a/vlm/train/HkxlcnVFwB/13.png b/vlm/train/HkxlcnVFwB/13.png new file mode 100644 index 0000000000000000000000000000000000000000..32e9eb7fd307ff91f46ca7124616ab083a2fee91 --- /dev/null +++ b/vlm/train/HkxlcnVFwB/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:125766a83ae8cbc88afdbfa4827bf94ec544d95e3e3c06f2f56ac715805bded9 +size 171995 diff --git a/vlm/train/HkxlcnVFwB/14.png b/vlm/train/HkxlcnVFwB/14.png new file mode 100644 index 0000000000000000000000000000000000000000..4d77a7ef046c2411484aabf0a7c1d761cda8a5c6 --- /dev/null +++ b/vlm/train/HkxlcnVFwB/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e7fc0d595116795d23477dfc3af4bcfef208818fee811ad551a6b8a7228e730 +size 340505 diff --git a/vlm/train/HkxlcnVFwB/15.png b/vlm/train/HkxlcnVFwB/15.png new file mode 100644 index 0000000000000000000000000000000000000000..cd38089496f0b51ee041bdb726b9427ff6937dae --- /dev/null +++ b/vlm/train/HkxlcnVFwB/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de5c3c7f6d8800b9116ce2f883f19fc4ddfc2d2e8775170bc83d6c94dbb1e76c +size 366586 diff --git a/vlm/train/HkxlcnVFwB/16.png b/vlm/train/HkxlcnVFwB/16.png new file mode 100644 index 0000000000000000000000000000000000000000..25ad7e1394bccf13fe14ccec9424ef9498802b38 --- /dev/null +++ b/vlm/train/HkxlcnVFwB/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:545ec2e5c33c5f87416daefefc111b05139b26debcd2d67cf41f38b8c3464c03 +size 391385 diff --git a/vlm/train/HkxlcnVFwB/17.png b/vlm/train/HkxlcnVFwB/17.png new file mode 100644 index 0000000000000000000000000000000000000000..6e42b9e0aa15e6e859e8db8082f6a896755b1a70 --- /dev/null +++ b/vlm/train/HkxlcnVFwB/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08f43a35356fb1dbac042751572666d6ac7a352dc6b9dfbe8829a5ba00f59a7a +size 322466 diff --git a/vlm/train/HkxlcnVFwB/18.png b/vlm/train/HkxlcnVFwB/18.png new file mode 100644 index 0000000000000000000000000000000000000000..73efc54fbd62d1a93e44eb00ebba18d171b3f909 --- /dev/null +++ b/vlm/train/HkxlcnVFwB/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0284b6b857b9e3169efefe041996755f0c1790fc22bce95f3ecdfb956d4cfff7 +size 411707 diff --git a/vlm/train/HkxlcnVFwB/19.png b/vlm/train/HkxlcnVFwB/19.png new file mode 100644 index 0000000000000000000000000000000000000000..a57f9244434bf8dc9186cd73eb2367f7f42c365e --- /dev/null +++ b/vlm/train/HkxlcnVFwB/19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50f92c78bd36b28cf3b9b7ba5fd7337e885f2f3f75e0cb48de99c3853771ba7a +size 333059 diff --git a/vlm/train/HkxlcnVFwB/2.png b/vlm/train/HkxlcnVFwB/2.png new file mode 100644 index 0000000000000000000000000000000000000000..fed5c0560e8736909aac55a7e93897ce04b7196b --- /dev/null +++ b/vlm/train/HkxlcnVFwB/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8b2be781f25e2fad09eb1e102e0560c123788ee40b920c19e55ae5e240c236d +size 585012 diff --git a/vlm/train/HkxlcnVFwB/20.png b/vlm/train/HkxlcnVFwB/20.png new file mode 100644 index 0000000000000000000000000000000000000000..52547c8420a56548fd860daf0b2c5432cf595033 --- /dev/null +++ b/vlm/train/HkxlcnVFwB/20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3fbcaf979e62fe03854ecba811c6d2f35ac3c8e63942ca987f0e443083f2091 +size 384711 diff --git a/vlm/train/HkxlcnVFwB/21.png b/vlm/train/HkxlcnVFwB/21.png new file mode 100644 index 0000000000000000000000000000000000000000..45dd8326191ddedc9868fd81783f593ba9474ed4 --- /dev/null +++ b/vlm/train/HkxlcnVFwB/21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2400b36fd961588a6526034606aef9f099c9af250f842a442d5c06e6267bd615 +size 605932 diff --git a/vlm/train/HkxlcnVFwB/22.png b/vlm/train/HkxlcnVFwB/22.png new file mode 100644 index 0000000000000000000000000000000000000000..9ea4d79d740d59f6b1f7f6c978ccd5c839959909 --- /dev/null +++ b/vlm/train/HkxlcnVFwB/22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4209f631358b20308ae844a08274f2c2840940a972004b6f83c5a65bf1f62aff +size 654711 diff --git a/vlm/train/HkxlcnVFwB/23.png b/vlm/train/HkxlcnVFwB/23.png new file mode 100644 index 0000000000000000000000000000000000000000..a1a989bab559a4208ca5de682aff4bf25de28165 --- /dev/null +++ b/vlm/train/HkxlcnVFwB/23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eff93a95928cca1ad9e3bba5845f211a255ebaa0ffa24f081cac184633e9674f +size 859575 diff --git a/vlm/train/HkxlcnVFwB/24.png b/vlm/train/HkxlcnVFwB/24.png new file mode 100644 index 0000000000000000000000000000000000000000..f99b4dd8a8c63825c263b3fe6c7704de542e0f1c --- /dev/null +++ b/vlm/train/HkxlcnVFwB/24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f62ae4a0b41f37033b26ee00882d7903b90461bc8feec7d7b4f1c17c7ea35fe8 +size 299477 diff --git a/vlm/train/HkxlcnVFwB/3.png b/vlm/train/HkxlcnVFwB/3.png new file mode 100644 index 0000000000000000000000000000000000000000..2ab308e94ef7ae43d867f4b677feb468bb063525 --- /dev/null +++ b/vlm/train/HkxlcnVFwB/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:504bf6e9348b6c0fd70799b2fb523e4ce05300554fa316ef3be22998ea980641 +size 530287 diff --git a/vlm/train/HkxlcnVFwB/4.png b/vlm/train/HkxlcnVFwB/4.png new file mode 100644 index 0000000000000000000000000000000000000000..007dfc277af78dd53fdf62caf5b1a4bdf0e0d9ea --- /dev/null +++ b/vlm/train/HkxlcnVFwB/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:421f7830d18a84336e9f6044260b59b575cc78fcc4a5784fc4f7a26afd076d21 +size 581527 diff --git a/vlm/train/HkxlcnVFwB/5.png b/vlm/train/HkxlcnVFwB/5.png new file mode 100644 index 0000000000000000000000000000000000000000..f11c44c2f4d502c9018babf1e0c72b9488ffe504 --- /dev/null +++ b/vlm/train/HkxlcnVFwB/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92fdb64a5d1004fe401b2b2a3ff5621c8bdddc09a2676c73ebfe6555ecb9e4cc +size 602325 diff --git a/vlm/train/HkxlcnVFwB/6.png b/vlm/train/HkxlcnVFwB/6.png new file mode 100644 index 0000000000000000000000000000000000000000..5d89b0256a65814378aeead70375093d4451494f --- /dev/null +++ b/vlm/train/HkxlcnVFwB/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4f3a16b60a0eddb5164481ef418737db0a1d31a8d91239bb34a0ffe01b4b7d4 +size 595342 diff --git a/vlm/train/HkxlcnVFwB/7.png b/vlm/train/HkxlcnVFwB/7.png new file mode 100644 index 0000000000000000000000000000000000000000..3b5e6146084b29ceff38f352f2b9531593fc935e --- /dev/null +++ b/vlm/train/HkxlcnVFwB/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7485e44ca89947d571acab0e639efe790e24f414e2705b7053fd508c0c7129c8 +size 664169 diff --git a/vlm/train/HkxlcnVFwB/8.png b/vlm/train/HkxlcnVFwB/8.png new file mode 100644 index 0000000000000000000000000000000000000000..d8e81dff08f47febaabcfdfe0f27d1cc321aa03e --- /dev/null +++ b/vlm/train/HkxlcnVFwB/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11892d4e3138c11332e49c983dd25161bfd89e58476b3f67c724427f5b807b41 +size 665447 diff --git a/vlm/train/HkxlcnVFwB/9.png b/vlm/train/HkxlcnVFwB/9.png new file mode 100644 index 0000000000000000000000000000000000000000..9550ac81a9b6de431979e0031e6881df1b652663 --- /dev/null +++ b/vlm/train/HkxlcnVFwB/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e5870937888d6637d218303c748b0ebb9178e1702f4c3479a3a39bff4b9d0c6 +size 624666 diff --git a/vlm/train/JzdYX8uzT4W/0.png b/vlm/train/JzdYX8uzT4W/0.png new file mode 100644 index 0000000000000000000000000000000000000000..a039cb408003cf1ffcb26d631416aeadfc1b740a --- /dev/null +++ b/vlm/train/JzdYX8uzT4W/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bde412d73ab282feb30d19b4896ed3eeab41da6a2531b87b9856327266cd739 +size 465619 diff --git a/vlm/train/JzdYX8uzT4W/1.png b/vlm/train/JzdYX8uzT4W/1.png new file mode 100644 index 0000000000000000000000000000000000000000..eb78f8499545973e11e519f7271adf09b736065c --- /dev/null +++ b/vlm/train/JzdYX8uzT4W/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:651eb57f7df24f484fa3e0c3d1d9eac5a4f4de70cf4264c227721b530e7cb157 +size 490490 diff --git a/vlm/train/JzdYX8uzT4W/2.png b/vlm/train/JzdYX8uzT4W/2.png new file mode 100644 index 0000000000000000000000000000000000000000..f1ca5772666abdb985129c83d4f00530e46a37b9 --- /dev/null +++ b/vlm/train/JzdYX8uzT4W/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bd5092b3d9db27a367fd520dbece076b8a21bf0efa571234f4d64ad4f35e682 +size 518765 diff --git a/vlm/train/JzdYX8uzT4W/3.png b/vlm/train/JzdYX8uzT4W/3.png new file mode 100644 index 0000000000000000000000000000000000000000..16b773ef5932a4862c670fb796854cf7ad35f202 --- /dev/null +++ b/vlm/train/JzdYX8uzT4W/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d4413600c21cc54695d1f6f3b9e1dd542e5feee7401b5a90b248ecca786cfa8 +size 469859 diff --git a/vlm/train/JzdYX8uzT4W/4.png b/vlm/train/JzdYX8uzT4W/4.png new file mode 100644 index 0000000000000000000000000000000000000000..14030a46557871616cdfa8b8a49dd898f90a2805 --- /dev/null +++ b/vlm/train/JzdYX8uzT4W/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c659f43b850498659d613ca7c7f3060205a87ea6d2d6c468603bcc849bcd1a22 +size 462107 diff --git a/vlm/train/JzdYX8uzT4W/5.png b/vlm/train/JzdYX8uzT4W/5.png new file mode 100644 index 0000000000000000000000000000000000000000..f14ed51b4cb1d2917a74e8120fc69aa33cbbbbf7 --- /dev/null +++ b/vlm/train/JzdYX8uzT4W/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48a586ce5f5151b4305b06ed293b17fe531cf6b0e1da94cab250e3d327ef590e +size 531354 diff --git a/vlm/train/JzdYX8uzT4W/6.png b/vlm/train/JzdYX8uzT4W/6.png new file mode 100644 index 0000000000000000000000000000000000000000..b412026e9ad4392a75eb29876a9524ae82a6a5f8 --- /dev/null +++ b/vlm/train/JzdYX8uzT4W/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d84cfcf6cc3f43b0c2b2fd264a40eef8046d2c665003e8396ad85068112bf9e7 +size 491699 diff --git a/vlm/train/JzdYX8uzT4W/7.png b/vlm/train/JzdYX8uzT4W/7.png new file mode 100644 index 0000000000000000000000000000000000000000..ee1cce3fdb6c5365c3ec78c83f4c0b5547fe2df6 --- /dev/null +++ b/vlm/train/JzdYX8uzT4W/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fcf6630457abb23458e90735aec8411b131ed2170f7e36629c29866350745e8 +size 575391 diff --git a/vlm/train/JzdYX8uzT4W/8.png b/vlm/train/JzdYX8uzT4W/8.png new file mode 100644 index 0000000000000000000000000000000000000000..2e528312221e98cb2998d5778709ce8c001bf4b8 --- /dev/null +++ b/vlm/train/JzdYX8uzT4W/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35ce92d40a7537039d9a0b26f29900cd6e27d1aa1cd812a2cff559184231dec3 +size 648147 diff --git a/vlm/train/JzdYX8uzT4W/9.png b/vlm/train/JzdYX8uzT4W/9.png new file mode 100644 index 0000000000000000000000000000000000000000..5c4d88cce293de813794504833898a098e47ef1d --- /dev/null +++ b/vlm/train/JzdYX8uzT4W/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed4aea9390c71e7d7ef6b576abfb424c3bb58a46c7773204b7e73873f46306ac +size 394034 diff --git a/vlm/train/MJIve1zgR_/0.png b/vlm/train/MJIve1zgR_/0.png new file mode 100644 index 0000000000000000000000000000000000000000..47cb695f551992dda1671280da2c77fe78e98775 --- /dev/null +++ b/vlm/train/MJIve1zgR_/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdae341cb0c20ef3765866be0a04e94800e4b658a362b9a3af12abf97587ae2f +size 529833 diff --git a/vlm/train/MJIve1zgR_/1.png b/vlm/train/MJIve1zgR_/1.png new file mode 100644 index 0000000000000000000000000000000000000000..28eb70cb04a510564944b924343dc35a7cf67501 --- /dev/null +++ b/vlm/train/MJIve1zgR_/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecb0deb506d2bf40015f7adecefeda8099b2d81858042f9812679f73238f44a2 +size 620135 diff --git a/vlm/train/MJIve1zgR_/10.png b/vlm/train/MJIve1zgR_/10.png new file mode 100644 index 0000000000000000000000000000000000000000..850942ff80802522ddb7d59845f9f25088ac8647 --- /dev/null +++ b/vlm/train/MJIve1zgR_/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6080f0e77c215b592a4834ecdf36f68ce86d2e8dc16392e313f202d8804280bd +size 565285 diff --git a/vlm/train/MJIve1zgR_/11.png b/vlm/train/MJIve1zgR_/11.png new file mode 100644 index 0000000000000000000000000000000000000000..6b0d5eb5ed5a6fa19e4b6b66cdccd887da75c996 --- /dev/null +++ b/vlm/train/MJIve1zgR_/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cd88b994cc6a45c3a790d2d398998e4d48465f75662e2ab48284dcd0d7b4f0a +size 335082 diff --git a/vlm/train/MJIve1zgR_/12.png b/vlm/train/MJIve1zgR_/12.png new file mode 100644 index 0000000000000000000000000000000000000000..37de83979faecc11f478699f4b8d2b6dbe10f103 --- /dev/null +++ b/vlm/train/MJIve1zgR_/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:324477c1addeeceb933108b6cdd94af373d484b1527458b513da8db72d1c572e +size 411435 diff --git a/vlm/train/MJIve1zgR_/13.png b/vlm/train/MJIve1zgR_/13.png new file mode 100644 index 0000000000000000000000000000000000000000..328211fa28427fcabdb2c4a03209174c64a5f6cd --- /dev/null +++ b/vlm/train/MJIve1zgR_/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed25a89ec2eb6b652ebd64b47e35c1466da16b7ceaf4d9eabd65bb914c3be760 +size 387429 diff --git a/vlm/train/MJIve1zgR_/14.png b/vlm/train/MJIve1zgR_/14.png new file mode 100644 index 0000000000000000000000000000000000000000..f13f31252a17ee5ce7a9db56a8a3ae79d9a0b589 --- /dev/null +++ b/vlm/train/MJIve1zgR_/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a7338a40ff8468a7b824b265ef20ed5958d1b2c92c783a9d3dd4419bdb6e559 +size 508064 diff --git a/vlm/train/MJIve1zgR_/15.png b/vlm/train/MJIve1zgR_/15.png new file mode 100644 index 0000000000000000000000000000000000000000..2190f656f885480b3d36664c3f28b6065969998c --- /dev/null +++ b/vlm/train/MJIve1zgR_/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08855dee7ab70e73cc4425a110207ab42bcffe8315bfa6942bf0470e51a221f1 +size 428805 diff --git a/vlm/train/MJIve1zgR_/16.png b/vlm/train/MJIve1zgR_/16.png new file mode 100644 index 0000000000000000000000000000000000000000..d6d30994b6b7ff7c2f0ba084571bf370295e1220 --- /dev/null +++ b/vlm/train/MJIve1zgR_/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f6db3c4c25f35fa6a4a4e7fcdc0c0554d13c9c784dc443edd670e34b0ebe448 +size 252025 diff --git a/vlm/train/MJIve1zgR_/2.png b/vlm/train/MJIve1zgR_/2.png new file mode 100644 index 0000000000000000000000000000000000000000..ffbc5e05f6cf850a0d2734a90c8d016594b3d35e --- /dev/null +++ b/vlm/train/MJIve1zgR_/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a64430dbe77d7bf38f31041ae887b641bca17da232b898fe773d3efa6b2ad6b2 +size 673531 diff --git a/vlm/train/MJIve1zgR_/3.png b/vlm/train/MJIve1zgR_/3.png new file mode 100644 index 0000000000000000000000000000000000000000..f29c1a1b8e948b5e9c633f1ce276b09b6169347e --- /dev/null +++ b/vlm/train/MJIve1zgR_/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63c4a1b1354e0e56ed20c7a9d528440e7acb2b0283d69bc34bcbcd6e609cdf8f +size 535805 diff --git a/vlm/train/MJIve1zgR_/4.png b/vlm/train/MJIve1zgR_/4.png new file mode 100644 index 0000000000000000000000000000000000000000..c16b91b19da2852c40bcfa4ae8aadf9028fe3707 --- /dev/null +++ b/vlm/train/MJIve1zgR_/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82fd11c82199c4d88240abeea9658a84bdb50d9342256cf8be6018e724129582 +size 614207 diff --git a/vlm/train/MJIve1zgR_/5.png b/vlm/train/MJIve1zgR_/5.png new file mode 100644 index 0000000000000000000000000000000000000000..20d8e30b325f6ee0dd0b73ec9d89cfb9aa6a2999 --- /dev/null +++ b/vlm/train/MJIve1zgR_/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e4b7c6f49935b47f7ea59b6b6fbf35e8700e17db73e14b8f0c3bc1ce0e74add +size 561278 diff --git a/vlm/train/MJIve1zgR_/6.png b/vlm/train/MJIve1zgR_/6.png new file mode 100644 index 0000000000000000000000000000000000000000..e3536202860d06a4f5126334197c50dab26eabaa --- /dev/null +++ b/vlm/train/MJIve1zgR_/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f07cfb5e68f651f0b84d6ee5ccf0e2290dd1eb10c814c699531238a9a39479c +size 587890 diff --git a/vlm/train/MJIve1zgR_/7.png b/vlm/train/MJIve1zgR_/7.png new file mode 100644 index 0000000000000000000000000000000000000000..f24ce8ebef12e97983d3c29a8764bc6a9e463597 --- /dev/null +++ b/vlm/train/MJIve1zgR_/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:607f4a46e59814874cb1a81fc88d6f456b0911ed9328f28fb1cb990e6f10fec6 +size 574761 diff --git a/vlm/train/MJIve1zgR_/8.png b/vlm/train/MJIve1zgR_/8.png new file mode 100644 index 0000000000000000000000000000000000000000..8afeff6056b64fd6e3f8a6e14aed1634c0aa8f26 --- /dev/null +++ b/vlm/train/MJIve1zgR_/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea69bfa23719b1d6745e4cd84c2ca16d5519891524d6c7c6d40f759cf75e62d2 +size 539223 diff --git a/vlm/train/MJIve1zgR_/9.png b/vlm/train/MJIve1zgR_/9.png new file mode 100644 index 0000000000000000000000000000000000000000..7f7c05eae4409df768fc385e830f3ea0afbedf27 --- /dev/null +++ b/vlm/train/MJIve1zgR_/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acd6780a52b6a4da50896ded40d67dc120b223cfddfd65dd04422b9ac909b395 +size 562005 diff --git a/vlm/train/MbM_gvIB3Y4/0.png b/vlm/train/MbM_gvIB3Y4/0.png new file mode 100644 index 0000000000000000000000000000000000000000..89cd89f7006a6ad2f12e5d2d9a016a687232cf9b --- /dev/null +++ b/vlm/train/MbM_gvIB3Y4/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20cec538ee31e85adbef33494bb904a8455828c7bec40b68995baf0cff75bfc9 +size 507349 diff --git a/vlm/train/MbM_gvIB3Y4/1.png b/vlm/train/MbM_gvIB3Y4/1.png new file mode 100644 index 0000000000000000000000000000000000000000..5e61754433d2161cc090bccc1f9733b7ecb0c05d --- /dev/null +++ b/vlm/train/MbM_gvIB3Y4/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f49ac6248e417250d606f616e18c81d4170cf1ffd48081dac1833cf6a44d1c3 +size 670662 diff --git a/vlm/train/MbM_gvIB3Y4/10.png b/vlm/train/MbM_gvIB3Y4/10.png new file mode 100644 index 0000000000000000000000000000000000000000..6919785442a963f4e6ba2a1c3bbed14c79b06af1 --- /dev/null +++ b/vlm/train/MbM_gvIB3Y4/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37cdbb20dc1f9c11209510df7381d11d1f271a770fd659f2c1bc0b3b4d3ed592 +size 521954 diff --git a/vlm/train/MbM_gvIB3Y4/11.png b/vlm/train/MbM_gvIB3Y4/11.png new file mode 100644 index 0000000000000000000000000000000000000000..7a117981074fb7e8449bfd13377b1486a4c7b20a --- /dev/null +++ b/vlm/train/MbM_gvIB3Y4/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4665525fe843bbc8691f3afcc8585c3c713f3c0202dc1e06c7a82f88219dfad4 +size 140404 diff --git a/vlm/train/MbM_gvIB3Y4/12.png b/vlm/train/MbM_gvIB3Y4/12.png new file mode 100644 index 0000000000000000000000000000000000000000..1657754f958c44c518db772cd623fae48c4374ea --- /dev/null +++ b/vlm/train/MbM_gvIB3Y4/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3961fa79c70b1e7c2c64dfd93098c1b73540a8899595076cbde67a6d4e46e0ff +size 406742 diff --git a/vlm/train/MbM_gvIB3Y4/13.png b/vlm/train/MbM_gvIB3Y4/13.png new file mode 100644 index 0000000000000000000000000000000000000000..f427b40f1af4e5e62fb1a6d92256af5cc067f702 --- /dev/null +++ b/vlm/train/MbM_gvIB3Y4/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35f1c93bdab9e58b606c686b8549c5902e73b2dfac8f20eb0f7dc74c4ae53e56 +size 423114 diff --git a/vlm/train/MbM_gvIB3Y4/14.png b/vlm/train/MbM_gvIB3Y4/14.png new file mode 100644 index 0000000000000000000000000000000000000000..3ba2d1dddf4e1fc4f1be7b432f08052bef707030 --- /dev/null +++ b/vlm/train/MbM_gvIB3Y4/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8c56f445d2af5163033fd8152121b0f8c0e8092e732dfc38c9059c992f4bbd4 +size 495016 diff --git a/vlm/train/MbM_gvIB3Y4/15.png b/vlm/train/MbM_gvIB3Y4/15.png new file mode 100644 index 0000000000000000000000000000000000000000..702bc202ed5c1b91966b3af1e3a5a047cec41e70 --- /dev/null +++ b/vlm/train/MbM_gvIB3Y4/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba3061cf0642b25d727dd65492832eaa12cd302f1c62d20b5ede3f1dfee79fff +size 495651 diff --git a/vlm/train/MbM_gvIB3Y4/16.png b/vlm/train/MbM_gvIB3Y4/16.png new file mode 100644 index 0000000000000000000000000000000000000000..bfd100a0a54b71c8d0dc21ec30812068515656ec --- /dev/null +++ b/vlm/train/MbM_gvIB3Y4/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:734abf9beb269f23a77c6f09169bbbea2f408843f8e3308bb0da090ab076dc17 +size 401596 diff --git a/vlm/train/MbM_gvIB3Y4/2.png b/vlm/train/MbM_gvIB3Y4/2.png new file mode 100644 index 0000000000000000000000000000000000000000..bd912707bc6847ca668aa0b1ecf523ab558d445d --- /dev/null +++ b/vlm/train/MbM_gvIB3Y4/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a166192b6d60a370c158e5cd54653521889bf4917c2a2a0b638daf8e74418c0 +size 532906 diff --git a/vlm/train/MbM_gvIB3Y4/3.png b/vlm/train/MbM_gvIB3Y4/3.png new file mode 100644 index 0000000000000000000000000000000000000000..c21bffd44cbc6fa0a4ad7a6794293573c5e87ddd --- /dev/null +++ b/vlm/train/MbM_gvIB3Y4/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b38d2ed413035c8c60b61d64717028bd06e860e4c66c9f0c9525d9ad6e32b34 +size 509559 diff --git a/vlm/train/MbM_gvIB3Y4/4.png b/vlm/train/MbM_gvIB3Y4/4.png new file mode 100644 index 0000000000000000000000000000000000000000..47859d31f14aa1078d3e70672ef289e3bdb9d997 --- /dev/null +++ b/vlm/train/MbM_gvIB3Y4/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0530b526e649cea046454ecb6d7a4c3111df5b459090bcb2b8ced6fd04be681 +size 475025 diff --git a/vlm/train/MbM_gvIB3Y4/5.png b/vlm/train/MbM_gvIB3Y4/5.png new file mode 100644 index 0000000000000000000000000000000000000000..4faa2acc8934019eea275ac70aab632dde447a3a --- /dev/null +++ b/vlm/train/MbM_gvIB3Y4/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1823cd96255758635f64bf5604056b8384c48f7d47b053e6ee71bfe6e03ce61f +size 461543 diff --git a/vlm/train/MbM_gvIB3Y4/6.png b/vlm/train/MbM_gvIB3Y4/6.png new file mode 100644 index 0000000000000000000000000000000000000000..5477ebe61ea7706e60ea09749569fcc774021589 --- /dev/null +++ b/vlm/train/MbM_gvIB3Y4/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22e533676c0033325a7870ba9c36023df7169d8199206b41a83837383500a6e8 +size 526038 diff --git a/vlm/train/MbM_gvIB3Y4/7.png b/vlm/train/MbM_gvIB3Y4/7.png new file mode 100644 index 0000000000000000000000000000000000000000..dd1a561416f6d1f33254859248db5a5c67cb159d --- /dev/null +++ b/vlm/train/MbM_gvIB3Y4/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe5f215658e6732d0dafa9bf441aed5d8c4e5962edb6a4c810eb5d78b5cd5aaf +size 465777 diff --git a/vlm/train/MbM_gvIB3Y4/8.png b/vlm/train/MbM_gvIB3Y4/8.png new file mode 100644 index 0000000000000000000000000000000000000000..0bc28eec24641b74b4ea4bd2faed0a2c0757207e --- /dev/null +++ b/vlm/train/MbM_gvIB3Y4/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07f7742a34c80a7d8769d21e4e12de9b27d26eaa047abe19e6304fbee008b57c +size 554878 diff --git a/vlm/train/MbM_gvIB3Y4/9.png b/vlm/train/MbM_gvIB3Y4/9.png new file mode 100644 index 0000000000000000000000000000000000000000..de2a515e6202575b895ed4b63a928a4b26d232ce --- /dev/null +++ b/vlm/train/MbM_gvIB3Y4/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf659ecb1693ce8a25bc431dd5ca963e0993feedb7ac1daa748f690cbd461b44 +size 533638 diff --git a/vlm/train/NzTU59SYbNq/0.png b/vlm/train/NzTU59SYbNq/0.png new file mode 100644 index 0000000000000000000000000000000000000000..506c4d8cb1a9d2cd499340b3dd4de5e0b79a12a1 --- /dev/null +++ b/vlm/train/NzTU59SYbNq/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:473dc44ed59a71e637081b2e1e62aa4f66c0b851e73a96bfc6bfb0cd4520c3ab +size 513914 diff --git a/vlm/train/NzTU59SYbNq/1.png b/vlm/train/NzTU59SYbNq/1.png new file mode 100644 index 0000000000000000000000000000000000000000..cff203e98b6f648d27f72db7e0a77e80f94a39c7 --- /dev/null +++ b/vlm/train/NzTU59SYbNq/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16b04754c7f601e6284626b93cd090eaa39d31f1fe05e75a439800d17eac0e12 +size 530134 diff --git a/vlm/train/NzTU59SYbNq/10.png b/vlm/train/NzTU59SYbNq/10.png new file mode 100644 index 0000000000000000000000000000000000000000..0b36f98f18fc992c45d429f4f94da8845d3605ae --- /dev/null +++ b/vlm/train/NzTU59SYbNq/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fb9ddd5620a74f10fa50b4e478d53858bc805954df4a25bf26ee0cfb13156c4 +size 467237 diff --git a/vlm/train/NzTU59SYbNq/2.png b/vlm/train/NzTU59SYbNq/2.png new file mode 100644 index 0000000000000000000000000000000000000000..e410ddfb3eef863ccbeb8a9c6eb67841296a652e --- /dev/null +++ b/vlm/train/NzTU59SYbNq/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a1b38e56fc1d5e9b596ed7213f3ec1295202960c0f4f2c83d5126d8b227ce9a +size 543558 diff --git a/vlm/train/NzTU59SYbNq/3.png b/vlm/train/NzTU59SYbNq/3.png new file mode 100644 index 0000000000000000000000000000000000000000..4490b810cea889de08e0404f9f51fcb5eb81da2e --- /dev/null +++ b/vlm/train/NzTU59SYbNq/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad869de2b119ca2dd0b215504d7af4f95d356bf07fd7ac2c8dc8e7b7e74a0980 +size 553055 diff --git a/vlm/train/NzTU59SYbNq/4.png b/vlm/train/NzTU59SYbNq/4.png new file mode 100644 index 0000000000000000000000000000000000000000..621c1f9b62d1ae7dc794ef76edada150f49f8cf2 --- /dev/null +++ b/vlm/train/NzTU59SYbNq/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a18a708d83327be82b563a7f4d1775df362e05f311a3115f634d0539103eb0c9 +size 556116 diff --git a/vlm/train/NzTU59SYbNq/5.png b/vlm/train/NzTU59SYbNq/5.png new file mode 100644 index 0000000000000000000000000000000000000000..283af3f730583e172af63a8325638694ad2f05a9 --- /dev/null +++ b/vlm/train/NzTU59SYbNq/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f90e28501a1069f3dfe1f9d484df9354828ecd95906eb7d5fd0889889012400 +size 615163 diff --git a/vlm/train/NzTU59SYbNq/6.png b/vlm/train/NzTU59SYbNq/6.png new file mode 100644 index 0000000000000000000000000000000000000000..dfc55f78e9fb0cc733155cc548d132b3abe510c4 --- /dev/null +++ b/vlm/train/NzTU59SYbNq/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a099c45d1d5a17371bb245371c300d53fedd2d7d0ef0787a8d99dafdbf3dd55 +size 606599 diff --git a/vlm/train/NzTU59SYbNq/7.png b/vlm/train/NzTU59SYbNq/7.png new file mode 100644 index 0000000000000000000000000000000000000000..e68791787ad71d420bf5da5792c958e330ba881c --- /dev/null +++ b/vlm/train/NzTU59SYbNq/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbb074d57b08bc7b15b853e7666db1324da650c5892f3123280b9cd26c90a556 +size 742644 diff --git a/vlm/train/NzTU59SYbNq/8.png b/vlm/train/NzTU59SYbNq/8.png new file mode 100644 index 0000000000000000000000000000000000000000..0773b6d02496240c4236e06db007d5517c6f4908 --- /dev/null +++ b/vlm/train/NzTU59SYbNq/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:829cf194e8d186f0411a3104d224b8142c468094d80a2daa765a7afeb29cdea2 +size 530907 diff --git a/vlm/train/NzTU59SYbNq/9.png b/vlm/train/NzTU59SYbNq/9.png new file mode 100644 index 0000000000000000000000000000000000000000..b8a05dbabc646b09256be6c64052745d2d011783 --- /dev/null +++ b/vlm/train/NzTU59SYbNq/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d93a10ae18804ee2d13d08558fa6de5bba6d33cde7b4a0551d09cdcdeaaf88eb +size 580840 diff --git a/vlm/train/S1xiOjC9F7/10.png b/vlm/train/S1xiOjC9F7/10.png new file mode 100644 index 0000000000000000000000000000000000000000..486c027f589fdfbe33a31348295d7bf8cc2f499f --- /dev/null +++ b/vlm/train/S1xiOjC9F7/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3af876c443c19d991245180b081d83329ecc0c7379e1d349a32757f73f6e2c64 +size 550043 diff --git a/vlm/train/S1xiOjC9F7/3.png b/vlm/train/S1xiOjC9F7/3.png new file mode 100644 index 0000000000000000000000000000000000000000..c4fed346ab34637635bfbbcb26dcef5839e5ae62 --- /dev/null +++ b/vlm/train/S1xiOjC9F7/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e48bc35322dadfe823d19170a714a767da30c5ea42a48ee06dd8c8d725e735e4 +size 460970 diff --git a/vlm/train/S1xiOjC9F7/6.png b/vlm/train/S1xiOjC9F7/6.png new file mode 100644 index 0000000000000000000000000000000000000000..15663332ebee457389595da1e58692a8cc1d034e --- /dev/null +++ b/vlm/train/S1xiOjC9F7/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fa8e6d975454d6060ff4891d9e9f4421b1b3b8849547aeecc70ccdb84a76208 +size 672101 diff --git a/vlm/train/SnONpXZ_uQ_/0.png b/vlm/train/SnONpXZ_uQ_/0.png new file mode 100644 index 0000000000000000000000000000000000000000..fffd80b1b2a1df2ee81e5ddf97772c54ce4ec940 --- /dev/null +++ b/vlm/train/SnONpXZ_uQ_/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7215ee8633ac884bbdd570a5b722b4c6a271fb720f40fbf3607308b1cd07fc9 +size 413432 diff --git a/vlm/train/SnONpXZ_uQ_/1.png b/vlm/train/SnONpXZ_uQ_/1.png new file mode 100644 index 0000000000000000000000000000000000000000..5112ddb6e534dc1d75b0c75a76a9f07437f5b769 --- /dev/null +++ b/vlm/train/SnONpXZ_uQ_/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c1651a3781213a974af288fdbee8b83c3f38717f77ac5e6540f15aebf6caad5 +size 473283 diff --git a/vlm/train/SnONpXZ_uQ_/10.png b/vlm/train/SnONpXZ_uQ_/10.png new file mode 100644 index 0000000000000000000000000000000000000000..84c541aa68eec475ee802a64b8e697b5b93052b7 --- /dev/null +++ b/vlm/train/SnONpXZ_uQ_/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9bdbee3bfbd031a55b80121287df8a4fb718eda05099381e91b700a13661d23 +size 404279 diff --git a/vlm/train/SnONpXZ_uQ_/2.png b/vlm/train/SnONpXZ_uQ_/2.png new file mode 100644 index 0000000000000000000000000000000000000000..ac8e925d86ad0dd88c3c4dd77b6521a06c3079f1 --- /dev/null +++ b/vlm/train/SnONpXZ_uQ_/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2bf42b6bcf4152cbe2d443360f632d05f9aec6d3a33749c8e5084ab2b6090db +size 582841 diff --git a/vlm/train/SnONpXZ_uQ_/3.png b/vlm/train/SnONpXZ_uQ_/3.png new file mode 100644 index 0000000000000000000000000000000000000000..1dfe0146b0a14ca7b230c1f67ea8c09eed85d432 --- /dev/null +++ b/vlm/train/SnONpXZ_uQ_/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8c0aa74114f9da4d1ad26ccc74e5355e0acad42828dce5ad12fba0e2d6c3202 +size 536645 diff --git a/vlm/train/SnONpXZ_uQ_/5.png b/vlm/train/SnONpXZ_uQ_/5.png new file mode 100644 index 0000000000000000000000000000000000000000..7330e5ebe151b82592e20738f020a8c743d7fc5a --- /dev/null +++ b/vlm/train/SnONpXZ_uQ_/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7aa98c54c416633b8dbb725c2d405c1d69f81843748af4a042ce5e0d0898f71 +size 473153 diff --git a/vlm/train/SnONpXZ_uQ_/6.png b/vlm/train/SnONpXZ_uQ_/6.png new file mode 100644 index 0000000000000000000000000000000000000000..62187c85a737c7e47068386f5ba5cb2d52aae181 --- /dev/null +++ b/vlm/train/SnONpXZ_uQ_/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7c1e858b1ef3240b71c604934404b50544298cec253fd076bdaec646dbff991 +size 497887 diff --git a/vlm/train/SnONpXZ_uQ_/7.png b/vlm/train/SnONpXZ_uQ_/7.png new file mode 100644 index 0000000000000000000000000000000000000000..371819d650b45a33eabfee67b1b1c9a126a48ce2 --- /dev/null +++ b/vlm/train/SnONpXZ_uQ_/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be0da925ace35eaaa79f965c212ccf281ed4c82ca6fa6bb770c2b99f2a538126 +size 492918 diff --git a/vlm/train/SnONpXZ_uQ_/9.png b/vlm/train/SnONpXZ_uQ_/9.png new file mode 100644 index 0000000000000000000000000000000000000000..60fb38772faff6c8f9ca0e098cf3da55864ed4f0 --- /dev/null +++ b/vlm/train/SnONpXZ_uQ_/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82b543016c6b9c798cf07b70df1fb39cfbc61b22b70e4fcfccac71f5e4b56b08 +size 516785 diff --git a/vlm/train/SyQq185lg/0.png b/vlm/train/SyQq185lg/0.png new file mode 100644 index 0000000000000000000000000000000000000000..0f06ef3efa5c3573a1f022165fe3322735deb6c5 --- /dev/null +++ b/vlm/train/SyQq185lg/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f58c705594170b7b1c6210801e26916c5e0c3b1905be35b6c59b77f89da8237d +size 427252 diff --git a/vlm/train/SyQq185lg/1.png b/vlm/train/SyQq185lg/1.png new file mode 100644 index 0000000000000000000000000000000000000000..232855c6a4345aa364a859b32385816403cbce74 --- /dev/null +++ b/vlm/train/SyQq185lg/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9330cdc6f91059edbef627ece6a660c2d549533fb65fe76944c873a6be57856b +size 564162 diff --git a/vlm/train/SyQq185lg/10.png b/vlm/train/SyQq185lg/10.png new file mode 100644 index 0000000000000000000000000000000000000000..dd4b352255cebecbb31d7890ac388258e47554f7 --- /dev/null +++ b/vlm/train/SyQq185lg/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f917d31ecc2aa1026deb94fa256cb62571a663d05ecbfd360c2d91bca60a7a5 +size 100409 diff --git a/vlm/train/SyQq185lg/11.png b/vlm/train/SyQq185lg/11.png new file mode 100644 index 0000000000000000000000000000000000000000..980ab1e93aea00a311e5fa2aaedd09f4b680d47d --- /dev/null +++ b/vlm/train/SyQq185lg/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7804b8b5b6732a064edb3bca6b5fb048af5c4fc169ffb80125b50e9376189622 +size 455397 diff --git a/vlm/train/SyQq185lg/2.png b/vlm/train/SyQq185lg/2.png new file mode 100644 index 0000000000000000000000000000000000000000..33d843cd98f5201fc05aa4634c5b09425cd27c84 --- /dev/null +++ b/vlm/train/SyQq185lg/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80464ac88604a5164a414833839459898e961e1e8ddb4a495ba10b7058949fb7 +size 497363 diff --git a/vlm/train/SyQq185lg/3.png b/vlm/train/SyQq185lg/3.png new file mode 100644 index 0000000000000000000000000000000000000000..a89a23ad056944060c5c8323828dd142671f434c --- /dev/null +++ b/vlm/train/SyQq185lg/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7da4e86123d4597c9c1c0882bda182d7aa1aa86f863544b98b11703033cfc6f8 +size 368600 diff --git a/vlm/train/SyQq185lg/4.png b/vlm/train/SyQq185lg/4.png new file mode 100644 index 0000000000000000000000000000000000000000..4a20c75281ac22699ba027aae44e9e2bb27cd499 --- /dev/null +++ b/vlm/train/SyQq185lg/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0339a21caddce43ea4b9c636d5a130b857d9e8db4d6d7801246985acf6b464a +size 545861 diff --git a/vlm/train/SyQq185lg/5.png b/vlm/train/SyQq185lg/5.png new file mode 100644 index 0000000000000000000000000000000000000000..54b463b1c37ec6fd1d138bd4fbc35537858e3b74 --- /dev/null +++ b/vlm/train/SyQq185lg/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a1a56c9434e65f358f364ff1122b812e97b2731b7f38f1efaeb55cfb588ad16 +size 482081 diff --git a/vlm/train/SyQq185lg/6.png b/vlm/train/SyQq185lg/6.png new file mode 100644 index 0000000000000000000000000000000000000000..a0c5427e1bf4706bda873a3c1e1039d8ba42c198 --- /dev/null +++ b/vlm/train/SyQq185lg/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40416d1aa59e580d6a5d354266f84fd7ab43bb1246bb721a4c5629dd3f3dc7ce +size 436494 diff --git a/vlm/train/SyQq185lg/7.png b/vlm/train/SyQq185lg/7.png new file mode 100644 index 0000000000000000000000000000000000000000..1cd15b654a0ebfad0ee25617ed347acb06e898a7 --- /dev/null +++ b/vlm/train/SyQq185lg/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e555fa82d671ba656558485d0c7d3cff259f92dafea1632d2af895d41d642cd2 +size 552038 diff --git a/vlm/train/SyQq185lg/8.png b/vlm/train/SyQq185lg/8.png new file mode 100644 index 0000000000000000000000000000000000000000..9243cda9c0cc61398dc70a901483391f3b9a7b30 --- /dev/null +++ b/vlm/train/SyQq185lg/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6be98fb9de0436438e0eaa835e1a53bbde0417dfa32e3f5204db9b38b363b80a +size 562887 diff --git a/vlm/train/SyQq185lg/9.png b/vlm/train/SyQq185lg/9.png new file mode 100644 index 0000000000000000000000000000000000000000..5b9db238f84c0921d0863894cb57049cb438b76e --- /dev/null +++ b/vlm/train/SyQq185lg/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46ddcff8943d949e7289a351b28ab9939620970d7ed12533bca06c24f5583318 +size 389931 diff --git a/vlm/train/SyZipzbCb/0.png b/vlm/train/SyZipzbCb/0.png new file mode 100644 index 0000000000000000000000000000000000000000..0cf9e24b5edec1d42df9cf60b3f0e400e4fbcca3 --- /dev/null +++ b/vlm/train/SyZipzbCb/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4690e37f2363ab0266b06bc21e591bc07151dafd41075cf5abd9629f13e4ce11 +size 489457 diff --git a/vlm/train/SyZipzbCb/1.png b/vlm/train/SyZipzbCb/1.png new file mode 100644 index 0000000000000000000000000000000000000000..30126467ae2d8af62f2e141a843b47b713c11d7f --- /dev/null +++ b/vlm/train/SyZipzbCb/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc3c68e999633e4e507460240c4bdf6c864bd9b1feba60196ee39d76b749e64c +size 567167 diff --git a/vlm/train/SyZipzbCb/10.png b/vlm/train/SyZipzbCb/10.png new file mode 100644 index 0000000000000000000000000000000000000000..80ef1913b694cd23c59a98f8065b5b8326d9206e --- /dev/null +++ b/vlm/train/SyZipzbCb/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e06bceeed6c332e85578402d9e121297f80ebe7f6ccfdebe3a9afee09f179cbe +size 258637 diff --git a/vlm/train/SyZipzbCb/11.png b/vlm/train/SyZipzbCb/11.png new file mode 100644 index 0000000000000000000000000000000000000000..3ee12b89e02fc73f0706b39e775c99ef4faf4e93 --- /dev/null +++ b/vlm/train/SyZipzbCb/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d28e490c8dcf87d2931f5084c5c7bd2333b0f6def6670cd81f8edbff65bd7ced +size 415089 diff --git a/vlm/train/SyZipzbCb/12.png b/vlm/train/SyZipzbCb/12.png new file mode 100644 index 0000000000000000000000000000000000000000..232803fa8343808d1cd7a6e8bba9252c51096120 --- /dev/null +++ b/vlm/train/SyZipzbCb/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0ae249eed6c80c641e5620b3571ca464f8f8684c505e286ac85791daad19c74 +size 440600 diff --git a/vlm/train/SyZipzbCb/13.png b/vlm/train/SyZipzbCb/13.png new file mode 100644 index 0000000000000000000000000000000000000000..6954ea62a62d7d7fa9c4bc9d74f90622d7d82e05 --- /dev/null +++ b/vlm/train/SyZipzbCb/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80cad33dd0792688948c4a22170816275ba8524ebd01da96762f55e1679b346d +size 521079 diff --git a/vlm/train/SyZipzbCb/14.png b/vlm/train/SyZipzbCb/14.png new file mode 100644 index 0000000000000000000000000000000000000000..1a04f04c79e04c4facdffd4f0b501446eb1e097e --- /dev/null +++ b/vlm/train/SyZipzbCb/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f38835a8dffe838b25b7ce4158633a08ff3696c664934cf7426752a177cb8d8c +size 712095 diff --git a/vlm/train/SyZipzbCb/15.png b/vlm/train/SyZipzbCb/15.png new file mode 100644 index 0000000000000000000000000000000000000000..4f3b39506541a9733cc18dac93d95fed07905265 --- /dev/null +++ b/vlm/train/SyZipzbCb/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a86ecd16c6a936148ebe6e07dd28698f8c2aee891ceb58c06357d4b3a613e2ba +size 135051 diff --git a/vlm/train/SyZipzbCb/2.png b/vlm/train/SyZipzbCb/2.png new file mode 100644 index 0000000000000000000000000000000000000000..d129563a554052f88a314af9a747ff0814cc1fe5 --- /dev/null +++ b/vlm/train/SyZipzbCb/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68ad7bb76d85617fe4cf2cfb24620b6b69602409f8375397a904ae78241b9574 +size 520808 diff --git a/vlm/train/SyZipzbCb/3.png b/vlm/train/SyZipzbCb/3.png new file mode 100644 index 0000000000000000000000000000000000000000..7f63d04c0c432014b3a2c8c8e4eb0fe4766d34da --- /dev/null +++ b/vlm/train/SyZipzbCb/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1749a53bc73ee6d8babe2126e8315e51e2df6304109bbfc63fa0de5e86bf034e +size 472468 diff --git a/vlm/train/SyZipzbCb/4.png b/vlm/train/SyZipzbCb/4.png new file mode 100644 index 0000000000000000000000000000000000000000..9fc9d79ffdce0b98e2939a3176f0952633bfdae7 --- /dev/null +++ b/vlm/train/SyZipzbCb/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cd8ed78f784831e5c297778d029bfe1ef62eae4524b2bb0d35f657fc762fe78 +size 467417 diff --git a/vlm/train/SyZipzbCb/5.png b/vlm/train/SyZipzbCb/5.png new file mode 100644 index 0000000000000000000000000000000000000000..366d56ee8ac4663ddf1ea2c63dedc4311c05a031 --- /dev/null +++ b/vlm/train/SyZipzbCb/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fb1d49f184b2145a63973f4c8f52d2584f7b98eb6825637118a1e19b64926ab +size 692702 diff --git a/vlm/train/SyZipzbCb/6.png b/vlm/train/SyZipzbCb/6.png new file mode 100644 index 0000000000000000000000000000000000000000..d1bb8dc6e3451775e943f1467005c8e1f6948111 --- /dev/null +++ b/vlm/train/SyZipzbCb/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f25c21b8bef87ff7a38ea9dda609e7f1bb7ea946b99a2b4777edf7228ad11a35 +size 561361 diff --git a/vlm/train/SyZipzbCb/7.png b/vlm/train/SyZipzbCb/7.png new file mode 100644 index 0000000000000000000000000000000000000000..2e96bdc59c1ac924ffba304872e94ec5edd6a338 --- /dev/null +++ b/vlm/train/SyZipzbCb/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d88f9d34b0cfeed01d079775d41802cbae7f894c069419dd6ae938477a55196e +size 602538 diff --git a/vlm/train/SyZipzbCb/8.png b/vlm/train/SyZipzbCb/8.png new file mode 100644 index 0000000000000000000000000000000000000000..c0e85025f2aedfab1df04f378bacad1ea8882597 --- /dev/null +++ b/vlm/train/SyZipzbCb/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6e5a4f3435eb3ef9dad695c3de28b56058348c5157bb83068aa129573f9a550 +size 423420 diff --git a/vlm/train/SyZipzbCb/9.png b/vlm/train/SyZipzbCb/9.png new file mode 100644 index 0000000000000000000000000000000000000000..a44e21a2f5f09aa6e9b48d78ee15576d4632cf0c --- /dev/null +++ b/vlm/train/SyZipzbCb/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbd404af92085eed2608e94e0760d28c79a08034342a1ee517f7810731a32799 +size 586559 diff --git a/vlm/train/Syee1pVtDS/0.png b/vlm/train/Syee1pVtDS/0.png new file mode 100644 index 0000000000000000000000000000000000000000..00560dbb0b3909a6b080679a485a8ae0b3308167 --- /dev/null +++ b/vlm/train/Syee1pVtDS/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f388b5e0a972a3031126a704edeb3b43adba8622ca5d603d53074b4c131e6d7 +size 521043 diff --git a/vlm/train/Syee1pVtDS/1.png b/vlm/train/Syee1pVtDS/1.png new file mode 100644 index 0000000000000000000000000000000000000000..c2a72401b2c0926a1cfadbb701524a5a49dec9bd --- /dev/null +++ b/vlm/train/Syee1pVtDS/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffdd2b7ac51f4d50cc28c07803b5045499a6b4743b7bc2b8721a05a544c5563a +size 534399 diff --git a/vlm/train/Syee1pVtDS/10.png b/vlm/train/Syee1pVtDS/10.png new file mode 100644 index 0000000000000000000000000000000000000000..a7ad8f417dce3f68816b39a3372fa1ee62ee4762 --- /dev/null +++ b/vlm/train/Syee1pVtDS/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab6c57a64ff04216e4a55579ab6841b93aa5324edb4486490dd567a284819dcf +size 556949 diff --git a/vlm/train/Syee1pVtDS/11.png b/vlm/train/Syee1pVtDS/11.png new file mode 100644 index 0000000000000000000000000000000000000000..b3fd5543c52fa72910b0071a7901149167022f7d --- /dev/null +++ b/vlm/train/Syee1pVtDS/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5da0eecbd1a2efece166ce9aaa8395223b2e8d4c2b16d25930f95ff193a472bb +size 296894 diff --git a/vlm/train/Syee1pVtDS/12.png b/vlm/train/Syee1pVtDS/12.png new file mode 100644 index 0000000000000000000000000000000000000000..52cd98897df228c5e567aebb687cff5455ed96b9 --- /dev/null +++ b/vlm/train/Syee1pVtDS/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d682d069548d2408508a22d8f0e6b538eec0fb0acb7218f4020423af6e4d806 +size 294906 diff --git a/vlm/train/Syee1pVtDS/13.png b/vlm/train/Syee1pVtDS/13.png new file mode 100644 index 0000000000000000000000000000000000000000..35347d68e89aaccb3cdeb444bb024a1b52a1b9f6 --- /dev/null +++ b/vlm/train/Syee1pVtDS/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8751701c31c88e351cac010c586c1e0ce42a00d4eb4b458f8888fe7be2930034 +size 301875 diff --git a/vlm/train/Syee1pVtDS/14.png b/vlm/train/Syee1pVtDS/14.png new file mode 100644 index 0000000000000000000000000000000000000000..ff7e9c7432840ecc1dc2d6444b64f7974df551c7 --- /dev/null +++ b/vlm/train/Syee1pVtDS/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8b502f879009df7f5563f709f8288543baa707ded73fd1b9137c658977f45ca +size 309241 diff --git a/vlm/train/Syee1pVtDS/15.png b/vlm/train/Syee1pVtDS/15.png new file mode 100644 index 0000000000000000000000000000000000000000..6a93ecc2697c534b30826ac1f9eba30ec30e44f8 --- /dev/null +++ b/vlm/train/Syee1pVtDS/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d06f6b2449c5bc2a59835bbd8451a23a5a086d3069490f417543f8fd3f52df7 +size 313465 diff --git a/vlm/train/Syee1pVtDS/16.png b/vlm/train/Syee1pVtDS/16.png new file mode 100644 index 0000000000000000000000000000000000000000..d311b0a8576a113e98cb55b308c3717cca39514b --- /dev/null +++ b/vlm/train/Syee1pVtDS/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2f0698d96c75fac8dc46f62fbba0875b905ffaeca2425352dd813240edf7dfd +size 332848 diff --git a/vlm/train/Syee1pVtDS/17.png b/vlm/train/Syee1pVtDS/17.png new file mode 100644 index 0000000000000000000000000000000000000000..59e14b373de99b08008d4cfa135e661a03accab4 --- /dev/null +++ b/vlm/train/Syee1pVtDS/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29362af1460ee4493ec624cc5e37e0f0a957229d26d32ba6094ac9af104e95ed +size 327923 diff --git a/vlm/train/Syee1pVtDS/18.png b/vlm/train/Syee1pVtDS/18.png new file mode 100644 index 0000000000000000000000000000000000000000..c90b82ac8430f1e8649882660bbd27bddade5652 --- /dev/null +++ b/vlm/train/Syee1pVtDS/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf4d99fd1afe4d747dd25f4e08df3971ab954f241d4f16b18bcc25f9d0e1db20 +size 271754 diff --git a/vlm/train/Syee1pVtDS/19.png b/vlm/train/Syee1pVtDS/19.png new file mode 100644 index 0000000000000000000000000000000000000000..8d04e76a66994e0100b51dccad5fa2b8e1d23769 --- /dev/null +++ b/vlm/train/Syee1pVtDS/19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5eb87e5d4cf768a6502b9f1300367419a45a8864edc794ab1195ee38a1e34f7 +size 312988 diff --git a/vlm/train/Syee1pVtDS/2.png b/vlm/train/Syee1pVtDS/2.png new file mode 100644 index 0000000000000000000000000000000000000000..1a021351aa9553e7482819ee518b69cb14b0f1e4 --- /dev/null +++ b/vlm/train/Syee1pVtDS/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb272f7313b9fe9121fd4c369119ad2c19f7039253ec78a49f445b8461c0677a +size 622848 diff --git a/vlm/train/Syee1pVtDS/20.png b/vlm/train/Syee1pVtDS/20.png new file mode 100644 index 0000000000000000000000000000000000000000..dc3519ed435e5f3f56660589da930064efd50b9d --- /dev/null +++ b/vlm/train/Syee1pVtDS/20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78aa82289e02c545c202f27ed75e99fd68ddee352bc080a6187fd51b734f6012 +size 358338 diff --git a/vlm/train/Syee1pVtDS/21.png b/vlm/train/Syee1pVtDS/21.png new file mode 100644 index 0000000000000000000000000000000000000000..1893d3a74e3239c4e2786f70e4100a7ab23333bd --- /dev/null +++ b/vlm/train/Syee1pVtDS/21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7988b62a8726874632e0b7b08933679d2219d6b9e400468d7ceeea4fa645192b +size 324401 diff --git a/vlm/train/Syee1pVtDS/22.png b/vlm/train/Syee1pVtDS/22.png new file mode 100644 index 0000000000000000000000000000000000000000..9c95606d6f11fa43bb114706c31a440f3f57f239 --- /dev/null +++ b/vlm/train/Syee1pVtDS/22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3788633b49776c959118897d4c82678e8f85f9005be4862ffe26657fffa0b628 +size 76703 diff --git a/vlm/train/Syee1pVtDS/3.png b/vlm/train/Syee1pVtDS/3.png new file mode 100644 index 0000000000000000000000000000000000000000..70a26005f5183cc9e6049863bad106757e3ea1b7 --- /dev/null +++ b/vlm/train/Syee1pVtDS/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9ef72c656a00802e694c2ca98d78c95778b95e9d7af361a30c901f4f03c11b9 +size 459364 diff --git a/vlm/train/Syee1pVtDS/4.png b/vlm/train/Syee1pVtDS/4.png new file mode 100644 index 0000000000000000000000000000000000000000..4516f757dee597ac1750602b29bd63734b7058be --- /dev/null +++ b/vlm/train/Syee1pVtDS/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0405720a0ed52ed418f3b4a8319fdf4c2a59c8c175001f1c8f3c2f743a74c192 +size 503502 diff --git a/vlm/train/Syee1pVtDS/5.png b/vlm/train/Syee1pVtDS/5.png new file mode 100644 index 0000000000000000000000000000000000000000..6a57e8367fdabc1c2544012decbcf94ec232a221 --- /dev/null +++ b/vlm/train/Syee1pVtDS/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4352bb78a716e43519470629f7279821fd37e52bd2bd5682005c6b8f51c019f +size 398539 diff --git a/vlm/train/Syee1pVtDS/6.png b/vlm/train/Syee1pVtDS/6.png new file mode 100644 index 0000000000000000000000000000000000000000..c06c04a197a5f1606808442ea44d15b221a4ca68 --- /dev/null +++ b/vlm/train/Syee1pVtDS/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c22d2972144471f93437fe99fb51ab0cded90cd3a026a1199f7c82b88f725458 +size 461275 diff --git a/vlm/train/Syee1pVtDS/7.png b/vlm/train/Syee1pVtDS/7.png new file mode 100644 index 0000000000000000000000000000000000000000..643cd8696c6278f5b6554dbafdc575297229957c --- /dev/null +++ b/vlm/train/Syee1pVtDS/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9887593d063c6c3776ef61b10f41fd9d25ac38fd4354aa1d953f57fa092fe91 +size 497531 diff --git a/vlm/train/Syee1pVtDS/8.png b/vlm/train/Syee1pVtDS/8.png new file mode 100644 index 0000000000000000000000000000000000000000..5268712a6b59a859917ddfb493acebceb02acb66 --- /dev/null +++ b/vlm/train/Syee1pVtDS/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2a55ce3ff90a0601bbe539116505fba91f8fdb996d8f09735f926e2579834e6 +size 436061 diff --git a/vlm/train/Syee1pVtDS/9.png b/vlm/train/Syee1pVtDS/9.png new file mode 100644 index 0000000000000000000000000000000000000000..3a05afb246ffb69b573f83b81614529a13e65cbd --- /dev/null +++ b/vlm/train/Syee1pVtDS/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e599fc434bd666afce9e2e314b7e0149f4d929303f29b4f675a026702f28759e +size 158581 diff --git a/vlm/train/Syx7WyBtwB/0.png b/vlm/train/Syx7WyBtwB/0.png new file mode 100644 index 0000000000000000000000000000000000000000..3d714a2eebc85ace0266d7dcc85190f6f6d1d3b1 --- /dev/null +++ b/vlm/train/Syx7WyBtwB/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63eb51caee0f05d30721fb4dc283439f06d1b64fe5316ffebe95537e95f3d06a +size 453274 diff --git a/vlm/train/Syx7WyBtwB/1.png b/vlm/train/Syx7WyBtwB/1.png new file mode 100644 index 0000000000000000000000000000000000000000..0f9720af33091ba81244db94957ce5aaa1c5ea45 --- /dev/null +++ b/vlm/train/Syx7WyBtwB/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:953f388afcf7798a77357d7a264cc52f664aa6e90fb6e42bc2ede151f899fa07 +size 526727 diff --git a/vlm/train/Syx7WyBtwB/10.png b/vlm/train/Syx7WyBtwB/10.png new file mode 100644 index 0000000000000000000000000000000000000000..828bb468eaea2ed23db8ffe04e91293ececb321e --- /dev/null +++ b/vlm/train/Syx7WyBtwB/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e1e0ba0837976fd128c476e6b9ff82fb4044a182a78769b7aa7a36bd290933a +size 133596 diff --git a/vlm/train/Syx7WyBtwB/11.png b/vlm/train/Syx7WyBtwB/11.png new file mode 100644 index 0000000000000000000000000000000000000000..e067069e3b250c9a966451c957adfbb6491afcb6 --- /dev/null +++ b/vlm/train/Syx7WyBtwB/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b710373b949990791c3193b7afe4a32e47f05103e2ce4443f49e843ad64fb4a9 +size 359436 diff --git a/vlm/train/Syx7WyBtwB/12.png b/vlm/train/Syx7WyBtwB/12.png new file mode 100644 index 0000000000000000000000000000000000000000..3a663d91e0dbe8ce96633cb0ee802936bebf986d --- /dev/null +++ b/vlm/train/Syx7WyBtwB/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbbb12b9f4e0d32426e5733c30838d267198938893b0143c6afb4cc3275b0166 +size 323491 diff --git a/vlm/train/Syx7WyBtwB/13.png b/vlm/train/Syx7WyBtwB/13.png new file mode 100644 index 0000000000000000000000000000000000000000..4f2bebae476f57e5bb03c5f7e8feab0c55d959c3 --- /dev/null +++ b/vlm/train/Syx7WyBtwB/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fb08665fc1680d76c12a7c31116990eda9432edc9c6503177cf2b7f5c3a60d7 +size 388354 diff --git a/vlm/train/Syx7WyBtwB/14.png b/vlm/train/Syx7WyBtwB/14.png new file mode 100644 index 0000000000000000000000000000000000000000..53cd2b4d4bd4ad99840024d4770f3d965d48e5bf --- /dev/null +++ b/vlm/train/Syx7WyBtwB/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d62bf009dca2a735752c39ce112ca937de0d96275f6269893e0e0ade4c984a9 +size 128348 diff --git a/vlm/train/Syx7WyBtwB/15.png b/vlm/train/Syx7WyBtwB/15.png new file mode 100644 index 0000000000000000000000000000000000000000..6ec87be2b031646feac4d7d9feeec420b3edbf12 --- /dev/null +++ b/vlm/train/Syx7WyBtwB/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97c93f06fd497a62d54c1bcd178f1897d4f5ab7373d7b30fc0c180438d909e22 +size 541217 diff --git a/vlm/train/Syx7WyBtwB/16.png b/vlm/train/Syx7WyBtwB/16.png new file mode 100644 index 0000000000000000000000000000000000000000..1c46f7849906965788e3da365dd0aa022d5adf90 --- /dev/null +++ b/vlm/train/Syx7WyBtwB/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62b70cbf073175d7c8ba8401d93958683d53520e2f340984071580a255c2c2cb +size 555476 diff --git a/vlm/train/Syx7WyBtwB/17.png b/vlm/train/Syx7WyBtwB/17.png new file mode 100644 index 0000000000000000000000000000000000000000..5a6e9d7e9e62662f8724955dfb577292d27418a6 --- /dev/null +++ b/vlm/train/Syx7WyBtwB/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89621aa4e89335fe53b8508ab2155f8bcc960c29b25029c482f24b06f19f1189 +size 341759 diff --git a/vlm/train/Syx7WyBtwB/2.png b/vlm/train/Syx7WyBtwB/2.png new file mode 100644 index 0000000000000000000000000000000000000000..ed946c23e8ddbb915e1b75cc856b61a8de463b1a --- /dev/null +++ b/vlm/train/Syx7WyBtwB/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1619e4d61ee9aa22c5582c76396121124cc6f3156bcc911c79b0f54249f31437 +size 477609 diff --git a/vlm/train/Syx7WyBtwB/3.png b/vlm/train/Syx7WyBtwB/3.png new file mode 100644 index 0000000000000000000000000000000000000000..e0cdc2913e58acc1e7da4506e70a0a424e1ee7e4 --- /dev/null +++ b/vlm/train/Syx7WyBtwB/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28950b411c96bb6ef3a7ae1e1a057391fd02972a3a0f5610d858d01c88377fae +size 492137 diff --git a/vlm/train/Syx7WyBtwB/4.png b/vlm/train/Syx7WyBtwB/4.png new file mode 100644 index 0000000000000000000000000000000000000000..9712f9a56ed20e000e74adb9259606a888f626c1 --- /dev/null +++ b/vlm/train/Syx7WyBtwB/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e683414fe5ee861e00d6db7102dc5fc062751320a075a90b612e3d0c866658f5 +size 687614 diff --git a/vlm/train/Syx7WyBtwB/5.png b/vlm/train/Syx7WyBtwB/5.png new file mode 100644 index 0000000000000000000000000000000000000000..719a66f3a4908d754f4544f81bd10b49e431747c --- /dev/null +++ b/vlm/train/Syx7WyBtwB/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52ed72ec53a292fb4dd62eaaf75487650dcb896b8e4682378571f4802b060782 +size 526866 diff --git a/vlm/train/Syx7WyBtwB/6.png b/vlm/train/Syx7WyBtwB/6.png new file mode 100644 index 0000000000000000000000000000000000000000..ec74846589e53741f7989c79c17912d74ab9b2f0 --- /dev/null +++ b/vlm/train/Syx7WyBtwB/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43ba3d5c3754db16fb4cd1ab01fa00cb8152a8e31a3a0787ab56e170c2a32082 +size 389087 diff --git a/vlm/train/Syx7WyBtwB/7.png b/vlm/train/Syx7WyBtwB/7.png new file mode 100644 index 0000000000000000000000000000000000000000..46eaadfd60f96db05edd53e6900e59ea9272752d --- /dev/null +++ b/vlm/train/Syx7WyBtwB/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32743ad24ac4091620df0f55946c94cf89e6c55be5b77fc38e66fbc85a04839b +size 519965 diff --git a/vlm/train/Syx7WyBtwB/8.png b/vlm/train/Syx7WyBtwB/8.png new file mode 100644 index 0000000000000000000000000000000000000000..63447ee0a1be175ad196e4665e3ef0a9d530f59b --- /dev/null +++ b/vlm/train/Syx7WyBtwB/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfb1461f1a69e6bf84409d51579a7b7d8f53feaf75c1ea1e36f9df97e0716f73 +size 543059 diff --git a/vlm/train/Syx7WyBtwB/9.png b/vlm/train/Syx7WyBtwB/9.png new file mode 100644 index 0000000000000000000000000000000000000000..48a3a541eec2d23d5c1e92918f501e8bd6ee63c4 --- /dev/null +++ b/vlm/train/Syx7WyBtwB/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fa3366946de404306fde589388d53d11bfa8b18fe9cc62f3e0e24a16bf16a16 +size 568066 diff --git a/vlm/train/ZD7Ll4pAw7C/0.png b/vlm/train/ZD7Ll4pAw7C/0.png new file mode 100644 index 0000000000000000000000000000000000000000..7917c97c8d0747f00592f80a8a7c74ffa34564a7 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfff91802d5bbb63e62c1fc0fc88a5cdbbb323c5f0548cb0a3ce2873eb9d679b +size 512739 diff --git a/vlm/train/ZD7Ll4pAw7C/1.png b/vlm/train/ZD7Ll4pAw7C/1.png new file mode 100644 index 0000000000000000000000000000000000000000..97167001d2eb2e39339516e768a47d8e8c1d84a0 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7080128133d80de84244fcc419c835d7725a2f7dcbf0a5e4797a1d3180852007 +size 702818 diff --git a/vlm/train/ZD7Ll4pAw7C/10.png b/vlm/train/ZD7Ll4pAw7C/10.png new file mode 100644 index 0000000000000000000000000000000000000000..cf31c0881f972bef562caabfe42677ae702b8ee9 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03d639f2acb5129a30feee33758e0297a5b1df5e03f6e77c808f21da1aabb708 +size 533165 diff --git a/vlm/train/ZD7Ll4pAw7C/100.png b/vlm/train/ZD7Ll4pAw7C/100.png new file mode 100644 index 0000000000000000000000000000000000000000..0fa5b7561969483a55a652b634f38e1f00e0c9ec --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/100.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66075f42aadec3c18141a8895b92644e46f6d55c67529fc5513bb9f65ad04952 +size 605222 diff --git a/vlm/train/ZD7Ll4pAw7C/101.png b/vlm/train/ZD7Ll4pAw7C/101.png new file mode 100644 index 0000000000000000000000000000000000000000..e48126e3dd73b1c2222ee59c54322a54c1963ee0 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/101.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b46709f7e2adcc4f7c5cf5b34b0ac22fa1c600cf9471db9263c85093be3ec11 +size 478218 diff --git a/vlm/train/ZD7Ll4pAw7C/102.png b/vlm/train/ZD7Ll4pAw7C/102.png new file mode 100644 index 0000000000000000000000000000000000000000..ce3e0e4d10f6ef0fda9c99eb07d29a8bc584550a --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/102.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98f1ab35592f6a04f11f576cf78171458b93844222de1178da591ee9045e7001 +size 599178 diff --git a/vlm/train/ZD7Ll4pAw7C/103.png b/vlm/train/ZD7Ll4pAw7C/103.png new file mode 100644 index 0000000000000000000000000000000000000000..7c5bbbd9bcc864d52c9d528d94df5841473c2178 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/103.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98ee001b7bc4b2f9d08049b2de6d3bca116e28995e56134922c84ab7bd228dfa +size 512914 diff --git a/vlm/train/ZD7Ll4pAw7C/104.png b/vlm/train/ZD7Ll4pAw7C/104.png new file mode 100644 index 0000000000000000000000000000000000000000..b66f7847d8feaf871e882a407aa7ecfc0269c9fd --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/104.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa094fc3c509e7984bf62f095aa5e62627f02eb791aca6166f1605274ecda551 +size 600083 diff --git a/vlm/train/ZD7Ll4pAw7C/105.png b/vlm/train/ZD7Ll4pAw7C/105.png new file mode 100644 index 0000000000000000000000000000000000000000..ce084435fa5e44ab5858aa626b907f4ab23deb46 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/105.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40b75859e0a268785e052089c5dfdbe315b65202248b4832c8421a87f1d3af2d +size 411159 diff --git a/vlm/train/ZD7Ll4pAw7C/106.png b/vlm/train/ZD7Ll4pAw7C/106.png new file mode 100644 index 0000000000000000000000000000000000000000..01478c5fdadd957408ebff890c35c92377ea0c47 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/106.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:129e02c4c8a51da2e5c36b5da8ca6b16dde59d7203c3d42c650e2dd28496d14f +size 501434 diff --git a/vlm/train/ZD7Ll4pAw7C/107.png b/vlm/train/ZD7Ll4pAw7C/107.png new file mode 100644 index 0000000000000000000000000000000000000000..76e48f53096de2dd2c235890f13f68319fa9ef00 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/107.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeffd9cc86952d10d8c41160f7b097bd33470df61eeb51275a6166c97efe27f0 +size 482787 diff --git a/vlm/train/ZD7Ll4pAw7C/108.png b/vlm/train/ZD7Ll4pAw7C/108.png new file mode 100644 index 0000000000000000000000000000000000000000..c5db08315b316f9daab174d4eaaaec226dbb9f54 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/108.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c2dc2b69d9e6063e827447202f0b3b0fa6b979e8d9c1d79a97d240f06683a40 +size 384794 diff --git a/vlm/train/ZD7Ll4pAw7C/109.png b/vlm/train/ZD7Ll4pAw7C/109.png new file mode 100644 index 0000000000000000000000000000000000000000..cc3deddd73b9c42f805e14d3916c9d9b62b4ef52 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/109.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef3c4a98b2d3d2762bdcd4fd3bf4b04e39f78403a1471c16532b7b3934fc603b +size 333473 diff --git a/vlm/train/ZD7Ll4pAw7C/11.png b/vlm/train/ZD7Ll4pAw7C/11.png new file mode 100644 index 0000000000000000000000000000000000000000..8034f05daaaa7aa0aa5da384fef6614b3ccd460d --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f33e92a4d0146a6443755c8ed6ebd263233e4ba4f79b081cc339e3a1a3e3df14 +size 530125 diff --git a/vlm/train/ZD7Ll4pAw7C/110.png b/vlm/train/ZD7Ll4pAw7C/110.png new file mode 100644 index 0000000000000000000000000000000000000000..895dccae6c61152eb58167fea48ad88ed79dbe13 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/110.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa6b39b63c7d2708c7732565cd03876939949251fe21bbe1fe074709f0290a36 +size 406636 diff --git a/vlm/train/ZD7Ll4pAw7C/111.png b/vlm/train/ZD7Ll4pAw7C/111.png new file mode 100644 index 0000000000000000000000000000000000000000..859750d4c369bca2d13272b3a65a1c3c1876f9f5 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/111.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f399039c5417176df2a1a5c0e8087f7472abf52323c559d4a7b4aa81bfb5a0f +size 364805 diff --git a/vlm/train/ZD7Ll4pAw7C/112.png b/vlm/train/ZD7Ll4pAw7C/112.png new file mode 100644 index 0000000000000000000000000000000000000000..d71cacc394e2e166485d8502830e9048f45eaa65 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/112.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c2bdeb0b5ae7cdb7cadd50bc61ac7b05468b0f515289ae9a9a4c8d2b3c4a181 +size 435019 diff --git a/vlm/train/ZD7Ll4pAw7C/113.png b/vlm/train/ZD7Ll4pAw7C/113.png new file mode 100644 index 0000000000000000000000000000000000000000..5260540a4e5b4de3905039738dc90b8b0ad32c69 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/113.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85fb73d4ea6420b25f3c36bae9efaed1cd54e9405abe563688d94bbe276f8d59 +size 515565 diff --git a/vlm/train/ZD7Ll4pAw7C/114.png b/vlm/train/ZD7Ll4pAw7C/114.png new file mode 100644 index 0000000000000000000000000000000000000000..df8ab19e1f149dadd4678c036357ecb44d06581e --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/114.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1dfba37df6394dc5f1b68802f913ea28b38c52a593383bb4160b8071d018601 +size 488467 diff --git a/vlm/train/ZD7Ll4pAw7C/115.png b/vlm/train/ZD7Ll4pAw7C/115.png new file mode 100644 index 0000000000000000000000000000000000000000..0734a3b3426f080435ee27464c005c6bcc033246 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/115.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdd957ff7034946b94b172a10031bcdba436a142d2d12eda9d49d535f87789d0 +size 425853 diff --git a/vlm/train/ZD7Ll4pAw7C/116.png b/vlm/train/ZD7Ll4pAw7C/116.png new file mode 100644 index 0000000000000000000000000000000000000000..48f859e19039604e52eb2a82997851a93e52c895 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/116.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e4a091a888a4770e719aefd50988d2f1847c9195b2a73c0ebbf8566f6a0316f +size 487428 diff --git a/vlm/train/ZD7Ll4pAw7C/117.png b/vlm/train/ZD7Ll4pAw7C/117.png new file mode 100644 index 0000000000000000000000000000000000000000..69d748971c44ccee5023e89c70895b35924ddb35 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/117.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6286d87c3272901180eda848962172f9a51802a7261fff360c2caa7914336a94 +size 578224 diff --git a/vlm/train/ZD7Ll4pAw7C/118.png b/vlm/train/ZD7Ll4pAw7C/118.png new file mode 100644 index 0000000000000000000000000000000000000000..41a62978508144455dd1c8cdabe39c3e52d38f48 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/118.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76bb24491498e9d6f4ee8cdf4d7f4c1e8b4502b598d4a07f5afcdc9fd1396ad6 +size 607023 diff --git a/vlm/train/ZD7Ll4pAw7C/119.png b/vlm/train/ZD7Ll4pAw7C/119.png new file mode 100644 index 0000000000000000000000000000000000000000..1c2926103d57d5c578b36e4d13644f7f8d56a0e7 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/119.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e7870cc476c57fd3b322c169ab86d64e9760b00488d12f6311f35273053f891 +size 639555 diff --git a/vlm/train/ZD7Ll4pAw7C/12.png b/vlm/train/ZD7Ll4pAw7C/12.png new file mode 100644 index 0000000000000000000000000000000000000000..8d9322871acffe999f8e84abb909b9e816c76c70 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a25ab60c5da5fc7e99b353f4a14985a017ea11bae25fd105f4364e8e8efe709f +size 543918 diff --git a/vlm/train/ZD7Ll4pAw7C/120.png b/vlm/train/ZD7Ll4pAw7C/120.png new file mode 100644 index 0000000000000000000000000000000000000000..a019724e170c6a46a5fc5010b840ba22c1c88445 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/120.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a0a62c0bcb768f97336613dd0430d55896149e65b2f2b82c331e61ba360a431 +size 531740 diff --git a/vlm/train/ZD7Ll4pAw7C/121.png b/vlm/train/ZD7Ll4pAw7C/121.png new file mode 100644 index 0000000000000000000000000000000000000000..faf7b596f9ab09e609fff3dda28633fdaa8b417c --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/121.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cee0443befae539e250b65c49acf3bf2e0fd52b5a17038bce210179f32f2afc1 +size 721809 diff --git a/vlm/train/ZD7Ll4pAw7C/122.png b/vlm/train/ZD7Ll4pAw7C/122.png new file mode 100644 index 0000000000000000000000000000000000000000..c2a6048c6125243ecc84e9b0bc918d733a57ef71 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/122.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bd27aacad7d4eba478b841584449aff74aa7d3653e2dd3762747433c73339ac +size 654579 diff --git a/vlm/train/ZD7Ll4pAw7C/123.png b/vlm/train/ZD7Ll4pAw7C/123.png new file mode 100644 index 0000000000000000000000000000000000000000..23763d2afccaa585b832f626150d1c6ba442f98e --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/123.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dfb2698b415c6bd5dc09ea6472ef572ef290e5f5b0e493b4f8ccf77a093a384 +size 629785 diff --git a/vlm/train/ZD7Ll4pAw7C/124.png b/vlm/train/ZD7Ll4pAw7C/124.png new file mode 100644 index 0000000000000000000000000000000000000000..67e65c025b64b2c22f0294e94d56b16ddd587422 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/124.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2702b88395a2a2d39902405e49093a849d5e6e417cfca4fa577cedf359f991db +size 179909 diff --git a/vlm/train/ZD7Ll4pAw7C/125.png b/vlm/train/ZD7Ll4pAw7C/125.png new file mode 100644 index 0000000000000000000000000000000000000000..2cce878a6713c7595a45c0d4114f425bad4f67ce --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/125.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd7b88c18e7c85370bf8bb99e50363faaacb84fdf3993a07014d23cf3d7c54ad +size 371520 diff --git a/vlm/train/ZD7Ll4pAw7C/126.png b/vlm/train/ZD7Ll4pAw7C/126.png new file mode 100644 index 0000000000000000000000000000000000000000..60355f6c015582a5c6966ce210188a15d4dae7df --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/126.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90e5f9ba9786788c63728c3498373907eb0cae6dc577ae292c9c24a4bf1b55ae +size 404408 diff --git a/vlm/train/ZD7Ll4pAw7C/127.png b/vlm/train/ZD7Ll4pAw7C/127.png new file mode 100644 index 0000000000000000000000000000000000000000..986abf6ca26a6147cfd9fb4ba396dc62b5ebd352 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/127.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c3934192a0280209ecc4ef6148d986bde4c17c2a1b49f957a02c9c2f7c03033 +size 270750 diff --git a/vlm/train/ZD7Ll4pAw7C/128.png b/vlm/train/ZD7Ll4pAw7C/128.png new file mode 100644 index 0000000000000000000000000000000000000000..8381a01bc0c087acbcd3b1b8bf6e78960d0a962d --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/128.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92312191da16768f20257d114d3627b00078af593b692e4a90e1d772f2890497 +size 390180 diff --git a/vlm/train/ZD7Ll4pAw7C/129.png b/vlm/train/ZD7Ll4pAw7C/129.png new file mode 100644 index 0000000000000000000000000000000000000000..0ce02954240f13b50f676a1375c336479d146f6f --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/129.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be281e85e48ba9f96d7b28401591a344d1b5606f50201c46d9f50d8e6a47d3ac +size 309550 diff --git a/vlm/train/ZD7Ll4pAw7C/13.png b/vlm/train/ZD7Ll4pAw7C/13.png new file mode 100644 index 0000000000000000000000000000000000000000..f4437500f5046e25e0bc69d731b4ccb8fb25fdf4 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:603fe6afaf6ea190cb5e9bc0eb11427a1a44859cb7c32dabd14b3978e80c05ac +size 477668 diff --git a/vlm/train/ZD7Ll4pAw7C/130.png b/vlm/train/ZD7Ll4pAw7C/130.png new file mode 100644 index 0000000000000000000000000000000000000000..011a0e0f96aed58ac8a86cb11181c595da372fd5 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/130.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec438722c2374ba59a611809df1d2f04d945a87afaba0d9038280dedc18dc2c2 +size 297801 diff --git a/vlm/train/ZD7Ll4pAw7C/131.png b/vlm/train/ZD7Ll4pAw7C/131.png new file mode 100644 index 0000000000000000000000000000000000000000..17064e2882d5c917862180999d9ccf259062885e --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/131.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a377a6907dada558a8696d67a5911af9d506e6cd450cb3495aa7a8fd335f9b5 +size 148049 diff --git a/vlm/train/ZD7Ll4pAw7C/132.png b/vlm/train/ZD7Ll4pAw7C/132.png new file mode 100644 index 0000000000000000000000000000000000000000..207811e4f37e4f6039dbfbffa2cfdb227830042d --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/132.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b13983da4ec2676ede42d6151af04df258a2cf3d6c14320b370b7a6570931f16 +size 260237 diff --git a/vlm/train/ZD7Ll4pAw7C/133.png b/vlm/train/ZD7Ll4pAw7C/133.png new file mode 100644 index 0000000000000000000000000000000000000000..44d744b90adf566f3527b13a8c18bf52f82f3343 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/133.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31fc30c530727a10f48abbf107802bbcdbaeb2069654226e20eeb5930ccd3e56 +size 293938 diff --git a/vlm/train/ZD7Ll4pAw7C/134.png b/vlm/train/ZD7Ll4pAw7C/134.png new file mode 100644 index 0000000000000000000000000000000000000000..4746a5ea82ecb426f1a6bbebfba82426424db6bf --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/134.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12aa9d61d872ca5c2285d5f724ffaf7cac5dec8d59d00ae585700423149ef0bd +size 327507 diff --git a/vlm/train/ZD7Ll4pAw7C/135.png b/vlm/train/ZD7Ll4pAw7C/135.png new file mode 100644 index 0000000000000000000000000000000000000000..438159809384a8c9f2b05578f8ee384b1a18fc14 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/135.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2ce39facf86488b241a778540be9341476adba4615fabc2a7fedec1a5a74123 +size 179196 diff --git a/vlm/train/ZD7Ll4pAw7C/14.png b/vlm/train/ZD7Ll4pAw7C/14.png new file mode 100644 index 0000000000000000000000000000000000000000..53e9a265d76940944430157cd5ed4502333af6e7 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3739b667e529bf9a55870da3e9703a8ce2f0c9740bca6189c82cfb207647d016 +size 670259 diff --git a/vlm/train/ZD7Ll4pAw7C/15.png b/vlm/train/ZD7Ll4pAw7C/15.png new file mode 100644 index 0000000000000000000000000000000000000000..ad3c2e75925db7e024025fbd29871b79be8482c9 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a37a4d47cd6cde0f84e1f7a445c3eb9644bf15c2ad4a3e93222d38ffb6e14b18 +size 453605 diff --git a/vlm/train/ZD7Ll4pAw7C/16.png b/vlm/train/ZD7Ll4pAw7C/16.png new file mode 100644 index 0000000000000000000000000000000000000000..1689ed74a84e9bf05dfa2793aae07f1d2f184f30 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:136619dc70dc1bde7679f80877395e071a209186a9a1343590f5583d07420a03 +size 347118 diff --git a/vlm/train/ZD7Ll4pAw7C/17.png b/vlm/train/ZD7Ll4pAw7C/17.png new file mode 100644 index 0000000000000000000000000000000000000000..542f002be4f739b1d32db8468407a3037d80a32a --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26d0ab7103768b8336a9c91bea93ce0cd22b82d300f37a0c8a564f6a20a6572d +size 429403 diff --git a/vlm/train/ZD7Ll4pAw7C/18.png b/vlm/train/ZD7Ll4pAw7C/18.png new file mode 100644 index 0000000000000000000000000000000000000000..6bff4f12689a4c0a64cdeabb157dcbfeb768f5ca --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a888891850c89e2567014a153ba6ac606f120d81193ae261299bfb74f56b6cff +size 177795 diff --git a/vlm/train/ZD7Ll4pAw7C/19.png b/vlm/train/ZD7Ll4pAw7C/19.png new file mode 100644 index 0000000000000000000000000000000000000000..e79274b5d24756d135ad256f92c8a6fe01f5a0e0 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c56d21b1a4544fcb32833abb6c232179cd4a0f495266d20572845ca8c1344f0d +size 386625 diff --git a/vlm/train/ZD7Ll4pAw7C/2.png b/vlm/train/ZD7Ll4pAw7C/2.png new file mode 100644 index 0000000000000000000000000000000000000000..cc7f5a595193db350341058b34c911d163210670 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbf6fedb01a23a5646ea2509fa9591c44e7efdabded98772a6ff5f4a500113e7 +size 592544 diff --git a/vlm/train/ZD7Ll4pAw7C/20.png b/vlm/train/ZD7Ll4pAw7C/20.png new file mode 100644 index 0000000000000000000000000000000000000000..af0914b59be8db0796b13f95aea3dfe1b33040c9 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deb3f9f6edf6b5e9dfe9eb6a09d4ed7c352bbb804c90ba5093ebaa7d35fedf02 +size 394369 diff --git a/vlm/train/ZD7Ll4pAw7C/21.png b/vlm/train/ZD7Ll4pAw7C/21.png new file mode 100644 index 0000000000000000000000000000000000000000..643803b66d99dfdc871e9ea02dfcc3af198fe145 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d848d4b52e63a6c75f3874319973ddcb73c9bf4b7c98c051f53f3384f25cd420 +size 274397 diff --git a/vlm/train/ZD7Ll4pAw7C/22.png b/vlm/train/ZD7Ll4pAw7C/22.png new file mode 100644 index 0000000000000000000000000000000000000000..bad435512886c2cfacfb085ecdad6387a8a3b81b --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44ba211d3cd409a6573cab7f2ea401774b0a3e62ed529b6a3ba9387924a3a5a3 +size 239313 diff --git a/vlm/train/ZD7Ll4pAw7C/23.png b/vlm/train/ZD7Ll4pAw7C/23.png new file mode 100644 index 0000000000000000000000000000000000000000..3c62786d0f556a2129b26a20d89e0181804d99b4 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fdf6315cda514189464a57bcc790a58aba9b89e1140f4051a41aa98f87fb578 +size 304994 diff --git a/vlm/train/ZD7Ll4pAw7C/24.png b/vlm/train/ZD7Ll4pAw7C/24.png new file mode 100644 index 0000000000000000000000000000000000000000..91fbba4e3b0e132ea92324aa98cd074b352ca634 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c4e43bb67f61716200c09fdb305a8a04cd98b9cc42fb16fab75f916b0ea6a41 +size 349583 diff --git a/vlm/train/ZD7Ll4pAw7C/25.png b/vlm/train/ZD7Ll4pAw7C/25.png new file mode 100644 index 0000000000000000000000000000000000000000..7f9e10903379c494f7bb2428297d7b775308be86 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/25.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5ffd4c56c3f5e741ed12d6340b0b9dd6b8c9eb0212b1f62b0486e39cd0811f9 +size 352839 diff --git a/vlm/train/ZD7Ll4pAw7C/26.png b/vlm/train/ZD7Ll4pAw7C/26.png new file mode 100644 index 0000000000000000000000000000000000000000..1c2be8cacd773fce636821d748e658d0a574f2e5 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/26.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7109e1a45e77e54420e9ec4beeac40267dc2420272018360810fdda6263c028 +size 331914 diff --git a/vlm/train/ZD7Ll4pAw7C/27.png b/vlm/train/ZD7Ll4pAw7C/27.png new file mode 100644 index 0000000000000000000000000000000000000000..7bf7e580b029b502cf58f0a0e5c844bdc35b1f49 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/27.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72fccd485bebd60e7f867f1daa4e946c337b7df84f5c67f365516a340e850bbb +size 384596 diff --git a/vlm/train/ZD7Ll4pAw7C/28.png b/vlm/train/ZD7Ll4pAw7C/28.png new file mode 100644 index 0000000000000000000000000000000000000000..6f19fcad3c6b16face0682aeb0abeecc5009bf29 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/28.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7f17b317b10cca4a92cd8d92ebbd2495f1f0a03de0546ca503e58eb06b21436 +size 318387 diff --git a/vlm/train/ZD7Ll4pAw7C/29.png b/vlm/train/ZD7Ll4pAw7C/29.png new file mode 100644 index 0000000000000000000000000000000000000000..021fccb9acb6b401202c5f09a547aa3b2c217ac9 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/29.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3ef45e1234ecc0ee28e0c455ac2501cd57894fbd20efd21819b7df5a8967200 +size 449044 diff --git a/vlm/train/ZD7Ll4pAw7C/3.png b/vlm/train/ZD7Ll4pAw7C/3.png new file mode 100644 index 0000000000000000000000000000000000000000..538c1e034a5ce982d81fcdfe2d1e22395227a95b --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afd03909338d28b6f38bae9a9345ce39fdf06e9cf4552e33476f4d313be379a3 +size 615941 diff --git a/vlm/train/ZD7Ll4pAw7C/30.png b/vlm/train/ZD7Ll4pAw7C/30.png new file mode 100644 index 0000000000000000000000000000000000000000..52b0e98d42d72b3dae4ee72009adf75614e288c8 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/30.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1618f8adb058d8c4bb62cd03dc0a14681685aa496b4f934ce98a8e79dba281cb +size 352414 diff --git a/vlm/train/ZD7Ll4pAw7C/31.png b/vlm/train/ZD7Ll4pAw7C/31.png new file mode 100644 index 0000000000000000000000000000000000000000..4c6b73f6846e4379586a15ebbc23dce7db0cbee2 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/31.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9612cfd42c5ebae61ea3de4c4c9c98d1f791f412e3aab8f4854b9864872d3f7 +size 279108 diff --git a/vlm/train/ZD7Ll4pAw7C/32.png b/vlm/train/ZD7Ll4pAw7C/32.png new file mode 100644 index 0000000000000000000000000000000000000000..86e98582117e43336e2eead9193a2d0d1121df08 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/32.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e4aa17146e3552220370e65d02f2959a22d7f2729336da16dcbe4f5e56990b7 +size 344166 diff --git a/vlm/train/ZD7Ll4pAw7C/33.png b/vlm/train/ZD7Ll4pAw7C/33.png new file mode 100644 index 0000000000000000000000000000000000000000..bc0ba2a09d7475a7d4df00a1611630b62f352140 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/33.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a7726ff5fb980fc94b58a4d8f4f2712b7aef6944d211fdf26024badabf955e3 +size 633862 diff --git a/vlm/train/ZD7Ll4pAw7C/34.png b/vlm/train/ZD7Ll4pAw7C/34.png new file mode 100644 index 0000000000000000000000000000000000000000..a0c4d64d0e50b2358eb720f2a2ea6dffecc53fcc --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/34.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac99748580e91e1dfdcb2cb38975ee7da9b5d29d3f9218e7bd3d26d9269c3f40 +size 253213 diff --git a/vlm/train/ZD7Ll4pAw7C/35.png b/vlm/train/ZD7Ll4pAw7C/35.png new file mode 100644 index 0000000000000000000000000000000000000000..08212cea445857284dfd71c15d7b1fb7c2a3f4e2 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/35.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6cd630a7d9d987112df8b33e87f26faedc4959d8d8a480695396b8f0a0b879b +size 315010 diff --git a/vlm/train/ZD7Ll4pAw7C/36.png b/vlm/train/ZD7Ll4pAw7C/36.png new file mode 100644 index 0000000000000000000000000000000000000000..3a25692e018619da463b24c111231bbcb84d6877 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/36.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8a00fc2d9b2864f3eaa688185cee608013fbb0894fe75f8fbaff75a43732fa7 +size 467892 diff --git a/vlm/train/ZD7Ll4pAw7C/37.png b/vlm/train/ZD7Ll4pAw7C/37.png new file mode 100644 index 0000000000000000000000000000000000000000..cc01aacc5cd94edcc9a0887600297439f3848c3f --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/37.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48d9e3ee613587fa286a7e66cd2c66a9d83519fdc4880e0a5f26caf3873d2a6b +size 418876 diff --git a/vlm/train/ZD7Ll4pAw7C/38.png b/vlm/train/ZD7Ll4pAw7C/38.png new file mode 100644 index 0000000000000000000000000000000000000000..7633f7ffda7ac717abe44605ba331e004b98905c --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/38.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61c488c5e6310894456aac508517d974a2988d6da3f31381d32363f54210bd35 +size 296271 diff --git a/vlm/train/ZD7Ll4pAw7C/39.png b/vlm/train/ZD7Ll4pAw7C/39.png new file mode 100644 index 0000000000000000000000000000000000000000..3397459fe57f9fa738f6b021b6bdf8ef029ac454 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/39.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:451d7a1408a1be87d8fd7011226824ff18e6a0b0e64a60020aa8b04a8929292c +size 514379 diff --git a/vlm/train/ZD7Ll4pAw7C/4.png b/vlm/train/ZD7Ll4pAw7C/4.png new file mode 100644 index 0000000000000000000000000000000000000000..6186788e1ef036cf1acec403a42feff4326c69e1 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dcf6da0db3f086d45f3855a96e93b7a69e02f3ab511e7a3eb9f76be142062af +size 687402 diff --git a/vlm/train/ZD7Ll4pAw7C/40.png b/vlm/train/ZD7Ll4pAw7C/40.png new file mode 100644 index 0000000000000000000000000000000000000000..2b003f1b47d891ce0db496d537fd60dfcfbd6549 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/40.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:133813bef38766229f19794b36af4c200f2990170b631d063f329a9fb7e1441c +size 583417 diff --git a/vlm/train/ZD7Ll4pAw7C/41.png b/vlm/train/ZD7Ll4pAw7C/41.png new file mode 100644 index 0000000000000000000000000000000000000000..2ffd96f1c79a7d00dbb0a7901236d432d9160c11 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/41.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40325cb231e772cbf098358e4afe104cd06be52d9f782045b3eea3600647ea41 +size 552564 diff --git a/vlm/train/ZD7Ll4pAw7C/42.png b/vlm/train/ZD7Ll4pAw7C/42.png new file mode 100644 index 0000000000000000000000000000000000000000..b2e2a6738afe402076c9026e1893f16df6da5c79 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/42.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1581f963ab4c87c0e141cd9dbb678cbb6958f5481295c2762e86cb28571ce1ed +size 399562 diff --git a/vlm/train/ZD7Ll4pAw7C/43.png b/vlm/train/ZD7Ll4pAw7C/43.png new file mode 100644 index 0000000000000000000000000000000000000000..25364161066070b83530fd7b5fbf1b3d971bdd4e --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/43.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d98fad4b621f123b128798e06416b6e4788731001499f238f5fd84d73701c150 +size 545274 diff --git a/vlm/train/ZD7Ll4pAw7C/44.png b/vlm/train/ZD7Ll4pAw7C/44.png new file mode 100644 index 0000000000000000000000000000000000000000..89f2d93bf0a521aa6378df62050762164736dd08 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/44.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97930101a354fd9993dca64f21bbe019f34c795c47167679612917558fc9c398 +size 492370 diff --git a/vlm/train/ZD7Ll4pAw7C/45.png b/vlm/train/ZD7Ll4pAw7C/45.png new file mode 100644 index 0000000000000000000000000000000000000000..54e2f2ecb7d28807695142dcdc981632c003e0aa --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/45.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:718e1137b7d5e6f64c905cab8afcc712d2076f25286cacfd36b425ef1abc105b +size 597660 diff --git a/vlm/train/ZD7Ll4pAw7C/46.png b/vlm/train/ZD7Ll4pAw7C/46.png new file mode 100644 index 0000000000000000000000000000000000000000..765af692f6ade83c6476dbdbcbeb88f4ed33294b --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/46.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40c01b9e980acca0abb4e216527a3da0be996f2492a5f813f7bb841962b5b2eb +size 507602 diff --git a/vlm/train/ZD7Ll4pAw7C/47.png b/vlm/train/ZD7Ll4pAw7C/47.png new file mode 100644 index 0000000000000000000000000000000000000000..0dce9953bdede33869191aa7fb31c8bd16111bea --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/47.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1f9beafc330d06cbb58b67f4803372e8b46324114eaca8084652f1e8d25b28c +size 452123 diff --git a/vlm/train/ZD7Ll4pAw7C/48.png b/vlm/train/ZD7Ll4pAw7C/48.png new file mode 100644 index 0000000000000000000000000000000000000000..a07ec259f178b529f0253a616d0fce0e8481f4f0 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/48.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4512d59fe4042f43172a054254843d54b20a5edda00b3ac434a7051d663008d +size 525086 diff --git a/vlm/train/ZD7Ll4pAw7C/49.png b/vlm/train/ZD7Ll4pAw7C/49.png new file mode 100644 index 0000000000000000000000000000000000000000..40a885362345454dcda34f659f876e42ba6aeedf --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/49.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ee1fe15d159293903e7b5170b86233b835bb22530acf1ad2e099bcc54876def +size 577848 diff --git a/vlm/train/ZD7Ll4pAw7C/5.png b/vlm/train/ZD7Ll4pAw7C/5.png new file mode 100644 index 0000000000000000000000000000000000000000..0411db76b0cf8c08cca0c2da24faade4dc9ff22e --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c537dfdc2aec979edc9ac365b624b8edc2a4db3172f1737b148933c0c22ce5fd +size 580072 diff --git a/vlm/train/ZD7Ll4pAw7C/50.png b/vlm/train/ZD7Ll4pAw7C/50.png new file mode 100644 index 0000000000000000000000000000000000000000..dead6c75dd6807670b282e20bc1cdd024b9239a7 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/50.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13893e8728dfe884167fcb7aea0a94b94bb7487045bc969051bbc5a2603e5449 +size 537410 diff --git a/vlm/train/ZD7Ll4pAw7C/51.png b/vlm/train/ZD7Ll4pAw7C/51.png new file mode 100644 index 0000000000000000000000000000000000000000..257a263bd27ecfb6045c84ff09e08d811a0fe0df --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/51.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:061a6e46eab2ff6d5c68c989266f91cd19ad9b84f6a70f5ac65c6fbdf2f455aa +size 562406 diff --git a/vlm/train/ZD7Ll4pAw7C/52.png b/vlm/train/ZD7Ll4pAw7C/52.png new file mode 100644 index 0000000000000000000000000000000000000000..6e607b52c0ae28e93f2c6e99e4ec6ea137444242 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/52.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f4e43d3fb3aa5b57b50d26b11901ed0876ac020a58e9b8219b206c0abee49a6 +size 593767 diff --git a/vlm/train/ZD7Ll4pAw7C/53.png b/vlm/train/ZD7Ll4pAw7C/53.png new file mode 100644 index 0000000000000000000000000000000000000000..3ef66dbb4e90af4ccb33df3658cca6fb06e660f4 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/53.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b616c14eb5ae46156b194574d153bd3a97fde91693dce6655a3fac89540dca4 +size 539568 diff --git a/vlm/train/ZD7Ll4pAw7C/54.png b/vlm/train/ZD7Ll4pAw7C/54.png new file mode 100644 index 0000000000000000000000000000000000000000..d5dce687b5c40cbb6544b5e4943ea810919a8ed6 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/54.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65e0648ac4bc358432d1da56feaae27cdb49769f787caa97bc5cb3204f35a81f +size 561816 diff --git a/vlm/train/ZD7Ll4pAw7C/55.png b/vlm/train/ZD7Ll4pAw7C/55.png new file mode 100644 index 0000000000000000000000000000000000000000..8d5c32e0f0965afca4420141431b0b0f29769a92 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/55.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:810b82df432b3fafad4edbac9cec77737a1f8d7f6770c0d6051bb21e7cc0f3fc +size 578027 diff --git a/vlm/train/ZD7Ll4pAw7C/56.png b/vlm/train/ZD7Ll4pAw7C/56.png new file mode 100644 index 0000000000000000000000000000000000000000..0c329573c8ed316bf321f7ad3883933f62a6a61c --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/56.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ec4871d0b0520b203d0df555868a27e31959cee2e1ede8f4e89943e0305df85 +size 533590 diff --git a/vlm/train/ZD7Ll4pAw7C/57.png b/vlm/train/ZD7Ll4pAw7C/57.png new file mode 100644 index 0000000000000000000000000000000000000000..5e339f02b63da1a33e47575ec48df91e60a981db --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/57.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51a2c0822e2ae915544b1605696bedc5bbaff5f13aa109b413d5a976baf6309c +size 570466 diff --git a/vlm/train/ZD7Ll4pAw7C/58.png b/vlm/train/ZD7Ll4pAw7C/58.png new file mode 100644 index 0000000000000000000000000000000000000000..5a82f00b806866af697ecd1031cccaadfbe6c53a --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/58.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6a29a47be723f68db5ec550a291029d4e9553dc9ccc0798c1f5422bf8c16fda +size 596116 diff --git a/vlm/train/ZD7Ll4pAw7C/59.png b/vlm/train/ZD7Ll4pAw7C/59.png new file mode 100644 index 0000000000000000000000000000000000000000..63df35bb41c6ff14b92460e045f0e742e8aa5c8e --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/59.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:661551553d837ffc316dbbdfb698f1ba27f3f10cb573de738c78f66a35fa6028 +size 530692 diff --git a/vlm/train/ZD7Ll4pAw7C/6.png b/vlm/train/ZD7Ll4pAw7C/6.png new file mode 100644 index 0000000000000000000000000000000000000000..75bd5e22a0fd51be04339cde10b3b6a0bc9bbc9f --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16ec0ec5bf9861a4fdca1e190ce56a12500ab99ade5462b268150042d24f69e6 +size 618274 diff --git a/vlm/train/ZD7Ll4pAw7C/60.png b/vlm/train/ZD7Ll4pAw7C/60.png new file mode 100644 index 0000000000000000000000000000000000000000..38202c2bc1928502a1fb9e48a0cea5fa3ec6f065 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/60.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf5c42f2e6e20a34a75cacbff97187c2665ccf11dfeb39b160021ac3b91d8d23 +size 566781 diff --git a/vlm/train/ZD7Ll4pAw7C/61.png b/vlm/train/ZD7Ll4pAw7C/61.png new file mode 100644 index 0000000000000000000000000000000000000000..4020eaf65d848e8c8316415d3bda3903437686b2 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/61.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e698a2807e965599528d451c4cf5598391c1efe70cd849fe646b0bfd7578e70 +size 583784 diff --git a/vlm/train/ZD7Ll4pAw7C/62.png b/vlm/train/ZD7Ll4pAw7C/62.png new file mode 100644 index 0000000000000000000000000000000000000000..b62a1c7f448be04af81dacaa5e5ac81d27a378a1 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/62.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfe5d309f4d8001ab7789550d8e70aa25e5572a300f57f02994e8548a845740f +size 469694 diff --git a/vlm/train/ZD7Ll4pAw7C/63.png b/vlm/train/ZD7Ll4pAw7C/63.png new file mode 100644 index 0000000000000000000000000000000000000000..979a062e9dca1a53d4df8cb56294daee8a80f73d --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/63.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fb4863eb08fd29a3e07a9a254d6a27373b84bb9b33d615eacecda42ab274c3c +size 502662 diff --git a/vlm/train/ZD7Ll4pAw7C/64.png b/vlm/train/ZD7Ll4pAw7C/64.png new file mode 100644 index 0000000000000000000000000000000000000000..db362b102f81b1e4507df879ce533a5a54365e37 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/64.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0de1a42b8fe9ea5c5b52e3ac792997ee8099705fe87065bcc9313e55c81aa41 +size 438659 diff --git a/vlm/train/ZD7Ll4pAw7C/65.png b/vlm/train/ZD7Ll4pAw7C/65.png new file mode 100644 index 0000000000000000000000000000000000000000..9e20e5b8a17d1f5d86d762e072af7f154c590ca2 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/65.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4387980f26ec5ac559a56da2e9adb74bdda14eb0cd0543b5262b26e36e578df +size 509418 diff --git a/vlm/train/ZD7Ll4pAw7C/66.png b/vlm/train/ZD7Ll4pAw7C/66.png new file mode 100644 index 0000000000000000000000000000000000000000..40b4197d2472527d570ee73e99a5a95613ec542a --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/66.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ce00363d79548ea09af8c1e7f6efd798eac87465718aeba49fc2ca4349b995e +size 388272 diff --git a/vlm/train/ZD7Ll4pAw7C/67.png b/vlm/train/ZD7Ll4pAw7C/67.png new file mode 100644 index 0000000000000000000000000000000000000000..9be1956c5504f46e01525e041e6e3bd6676d6d6b --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/67.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a93a4100d8aa909b9da4fae8c0530124559501f59e6b7712bd9f234b495b4cd +size 551602 diff --git a/vlm/train/ZD7Ll4pAw7C/68.png b/vlm/train/ZD7Ll4pAw7C/68.png new file mode 100644 index 0000000000000000000000000000000000000000..a1f570d2b1f2872730b56d034bcb543e612c9c8f --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/68.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39f781e673e824b0a2c7d30710af4cf8f3e7c29522cf1c8800db1de1ea6620dd +size 580593 diff --git a/vlm/train/ZD7Ll4pAw7C/69.png b/vlm/train/ZD7Ll4pAw7C/69.png new file mode 100644 index 0000000000000000000000000000000000000000..994c3ecdc5cbd160c832e3835ba9cec2c8ae9b07 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/69.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef5b093c38918cba82e3e60d638f176f0ee5ccde1438052edfa7227f9e1cc1e8 +size 528057 diff --git a/vlm/train/ZD7Ll4pAw7C/7.png b/vlm/train/ZD7Ll4pAw7C/7.png new file mode 100644 index 0000000000000000000000000000000000000000..60c9fcba0ae3866a74e4cd634632de4f5a368db1 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0c29d1b84eeeff52b686671a99e2377ae37946a6e01f00e034ae93b4493e578 +size 693119 diff --git a/vlm/train/ZD7Ll4pAw7C/70.png b/vlm/train/ZD7Ll4pAw7C/70.png new file mode 100644 index 0000000000000000000000000000000000000000..62e19ebca6206ae610557c6d5109e10ec9c20d60 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/70.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6d7231f5873f2c998972c1d4327191b7575d95f5d84bfeb3ef12e490ea264d7 +size 562386 diff --git a/vlm/train/ZD7Ll4pAw7C/71.png b/vlm/train/ZD7Ll4pAw7C/71.png new file mode 100644 index 0000000000000000000000000000000000000000..0ad27a5d08034c52e249a2eccca5a6fba564293f --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/71.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:814532a5f5329848c1286c183e61dbbc066f23a09b1a744f8def2d464058a8ea +size 590732 diff --git a/vlm/train/ZD7Ll4pAw7C/72.png b/vlm/train/ZD7Ll4pAw7C/72.png new file mode 100644 index 0000000000000000000000000000000000000000..dbbb871e007486ff99b6d63c1e9d2d4ebd25c044 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/72.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70e8c33bf858c3ca5477fff06cb9cd75331d2b81d3acc654498bf1f05e5d1a01 +size 527595 diff --git a/vlm/train/ZD7Ll4pAw7C/73.png b/vlm/train/ZD7Ll4pAw7C/73.png new file mode 100644 index 0000000000000000000000000000000000000000..d6394ba8f06a40e6539deedf6a186ed6006e139f --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/73.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b3f12fa59e132cfb1c90084c4a1a2a069d90a23f4a1490210a9f2234e4d5183 +size 569650 diff --git a/vlm/train/ZD7Ll4pAw7C/74.png b/vlm/train/ZD7Ll4pAw7C/74.png new file mode 100644 index 0000000000000000000000000000000000000000..8a45edd9798245088408a8c9cbb4e8aed1d185ab --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/74.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:823bbc76297dc5f3ad174bb3a3b466d16fc33bb95862a3dd083b4e79754f9a36 +size 590606 diff --git a/vlm/train/ZD7Ll4pAw7C/75.png b/vlm/train/ZD7Ll4pAw7C/75.png new file mode 100644 index 0000000000000000000000000000000000000000..e80d10ff311a734c3decac3c1f11a858bd36bd14 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/75.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70c7c073ccf3ea12856983906ce92a6b20ebf257ad815e66c98d7526b2bfae47 +size 523122 diff --git a/vlm/train/ZD7Ll4pAw7C/76.png b/vlm/train/ZD7Ll4pAw7C/76.png new file mode 100644 index 0000000000000000000000000000000000000000..4d3542ccd512608ad08202f0224f57baee4ab4a7 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/76.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d2c2c63cf7596433ff7da9bd3f04dd65dc2c74e784020d1174e9316ba8b569a +size 575605 diff --git a/vlm/train/ZD7Ll4pAw7C/77.png b/vlm/train/ZD7Ll4pAw7C/77.png new file mode 100644 index 0000000000000000000000000000000000000000..d90e6c17aab4318487b514335dc7476659d5c7d1 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/77.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5851fb27a70c878424826c6eee7b32bcba1c6f3a58c2313ad615f958ed4bdacf +size 579271 diff --git a/vlm/train/ZD7Ll4pAw7C/78.png b/vlm/train/ZD7Ll4pAw7C/78.png new file mode 100644 index 0000000000000000000000000000000000000000..60c4b0ce9bd3b748627e27a6ff869b7df37f637d --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/78.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcb6619adfbaa6692a6b92cd52eff8d52f249858d0e850c22305c2c3991b5405 +size 519488 diff --git a/vlm/train/ZD7Ll4pAw7C/79.png b/vlm/train/ZD7Ll4pAw7C/79.png new file mode 100644 index 0000000000000000000000000000000000000000..8e1ef43c69e7c3fab8cac7ba47620fa8073289ef --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/79.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3688df3555f135ce85246327687750bef457e1d3d702d65e011db93d909ce571 +size 566581 diff --git a/vlm/train/ZD7Ll4pAw7C/8.png b/vlm/train/ZD7Ll4pAw7C/8.png new file mode 100644 index 0000000000000000000000000000000000000000..9cca3425cba4dd5273f35f4bb23ae6a45f950887 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bda6b56e73f9d1c36ac14f72938799296b1c3a2e9ddb2db327c76f747ef9e6f7 +size 633976 diff --git a/vlm/train/ZD7Ll4pAw7C/80.png b/vlm/train/ZD7Ll4pAw7C/80.png new file mode 100644 index 0000000000000000000000000000000000000000..4acd3ee85fa0bb4df00a1d59b57d0a507f70ebc3 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/80.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5278e0428e0f664b40d4ba77f0352d28412fb9c11ace5668b748765a7e53aa07 +size 586860 diff --git a/vlm/train/ZD7Ll4pAw7C/81.png b/vlm/train/ZD7Ll4pAw7C/81.png new file mode 100644 index 0000000000000000000000000000000000000000..3541d142615c880daaa6e0ef09ada699e55b068b --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/81.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8d95fc3375e2d28f4681da1a950b0697ff70f6a84d41cf260e4b0d98429bed3 +size 522323 diff --git a/vlm/train/ZD7Ll4pAw7C/82.png b/vlm/train/ZD7Ll4pAw7C/82.png new file mode 100644 index 0000000000000000000000000000000000000000..9c7459109f9ac724916ef0ba714dda53bb0339a7 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/82.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e72b882c59e14ceb8b1545e25e934351556e0cf4b0bc063df68baa95849e982 +size 579143 diff --git a/vlm/train/ZD7Ll4pAw7C/83.png b/vlm/train/ZD7Ll4pAw7C/83.png new file mode 100644 index 0000000000000000000000000000000000000000..9ca090b46eb249b740c78957cfb2861de5d01d81 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/83.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09e2c8c41d8956dbd7d1d0ff6da65fc84ef21cd75690cae7721b88a58c747710 +size 586681 diff --git a/vlm/train/ZD7Ll4pAw7C/84.png b/vlm/train/ZD7Ll4pAw7C/84.png new file mode 100644 index 0000000000000000000000000000000000000000..11752ed0ee3aa286ae98f999cac89ef20f7171e3 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/84.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ba263944af80aa8e62d71a02217eff5eb5e55ba2dace1a68413959df15b7d5f +size 486610 diff --git a/vlm/train/ZD7Ll4pAw7C/85.png b/vlm/train/ZD7Ll4pAw7C/85.png new file mode 100644 index 0000000000000000000000000000000000000000..f0f22210598a89595aa1a4b5e46d8d32d1c58025 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/85.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5f8969db2585b46d3e9702e3fc37df60d9291731a59e65b68e6741184feff3c +size 574844 diff --git a/vlm/train/ZD7Ll4pAw7C/86.png b/vlm/train/ZD7Ll4pAw7C/86.png new file mode 100644 index 0000000000000000000000000000000000000000..46c2fa79e5dbcf13b845e2b89314b7bbd1a48c38 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/86.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d85a06d9f1ee125021ffa59f56135b27a6fa808aba51784bb45c62145335b25 +size 594856 diff --git a/vlm/train/ZD7Ll4pAw7C/87.png b/vlm/train/ZD7Ll4pAw7C/87.png new file mode 100644 index 0000000000000000000000000000000000000000..ab496162c018b96bc7be0b6f6fe87727abf6780c --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/87.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cde0d0bf2fe1b221666bed698cfc8e078d72c281d79d1dca2d2b32a7d72791b +size 528965 diff --git a/vlm/train/ZD7Ll4pAw7C/88.png b/vlm/train/ZD7Ll4pAw7C/88.png new file mode 100644 index 0000000000000000000000000000000000000000..2ebdf450c2d8ca6aa3b8d453a8cc401a1b2ffd71 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/88.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1c490e1207350f4cc3c21a9421e5ad5cd0a1edecb0f7e28e7969648c2104fc1 +size 570371 diff --git a/vlm/train/ZD7Ll4pAw7C/89.png b/vlm/train/ZD7Ll4pAw7C/89.png new file mode 100644 index 0000000000000000000000000000000000000000..94d17357ae95eecaf6ed4575708631da7a3b97dc --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/89.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a6c5e6ca66d9964537ced193bc4207a44aa584506b0ae9e7fdc801961b165c5 +size 592921 diff --git a/vlm/train/ZD7Ll4pAw7C/9.png b/vlm/train/ZD7Ll4pAw7C/9.png new file mode 100644 index 0000000000000000000000000000000000000000..2e9839b5300ca30036e9ed70f120e3a9b2e0d240 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:736eeb5f3887f22bd37e72e94962a2e42e6c014e97e83511f1d4415d06401f8f +size 539591 diff --git a/vlm/train/ZD7Ll4pAw7C/90.png b/vlm/train/ZD7Ll4pAw7C/90.png new file mode 100644 index 0000000000000000000000000000000000000000..8f4c480165627262354aeb91f7955b7c6dbfbf81 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/90.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fffc944670a60afd026307a8ec3ed39c1cb083c46941c6e0507091a76b82eda +size 518471 diff --git a/vlm/train/ZD7Ll4pAw7C/91.png b/vlm/train/ZD7Ll4pAw7C/91.png new file mode 100644 index 0000000000000000000000000000000000000000..37b690b08b40431702e43246e6d0d65f27800847 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/91.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:538e3d111d5838cb8c0bbd808aca06ddc8ed55206b5930aaf130fb1fb78f3c7e +size 574684 diff --git a/vlm/train/ZD7Ll4pAw7C/92.png b/vlm/train/ZD7Ll4pAw7C/92.png new file mode 100644 index 0000000000000000000000000000000000000000..5caa31b810ce014475b36a2de0dbc6316beff548 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/92.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7550017461391363f80199704748b9988665e293183a1c55fa97a3c420565c5b +size 603323 diff --git a/vlm/train/ZD7Ll4pAw7C/93.png b/vlm/train/ZD7Ll4pAw7C/93.png new file mode 100644 index 0000000000000000000000000000000000000000..136c64e997a717bd18deae1cdaa448cb8a3950d1 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/93.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9dc3132a7cced0e2fab8472b7510c4c1302ad6e714bf77a836613872152f19e +size 523914 diff --git a/vlm/train/ZD7Ll4pAw7C/94.png b/vlm/train/ZD7Ll4pAw7C/94.png new file mode 100644 index 0000000000000000000000000000000000000000..6d814c83def528275a890427ceef35dd4e2c56c0 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/94.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0878ff8c2e0317754110fc39b552b07f0541080fb8e433ff830e1954ca095f7d +size 578272 diff --git a/vlm/train/ZD7Ll4pAw7C/95.png b/vlm/train/ZD7Ll4pAw7C/95.png new file mode 100644 index 0000000000000000000000000000000000000000..947cf7cded463e7e6ebf473c1aae33d53964553a --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/95.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1d16f4483d39c9f5978105061d284572ae54b6b476d002c01afcbdc96c3487c +size 608094 diff --git a/vlm/train/ZD7Ll4pAw7C/96.png b/vlm/train/ZD7Ll4pAw7C/96.png new file mode 100644 index 0000000000000000000000000000000000000000..72af9c7a35c854804fa4f8abf59f47c039cf9b9f --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/96.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c945fc1667ef6e6f1c01360b6505fe77486cf1aad2902aec71f745cc3a640e90 +size 482544 diff --git a/vlm/train/ZD7Ll4pAw7C/97.png b/vlm/train/ZD7Ll4pAw7C/97.png new file mode 100644 index 0000000000000000000000000000000000000000..0c323b814e4bea37f22da67ca4f90e6df548f3af --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/97.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66269f42679ef562935d286de239552ca2d148e5011796eb939656212bf7a19b +size 431562 diff --git a/vlm/train/ZD7Ll4pAw7C/98.png b/vlm/train/ZD7Ll4pAw7C/98.png new file mode 100644 index 0000000000000000000000000000000000000000..09868df6fe6c607cd55062b9811b5ed50b1e70d8 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/98.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eefe9bb3be126278e58e1c59495383941a04dd9028cba8d05ca6df303fab00de +size 470492 diff --git a/vlm/train/ZD7Ll4pAw7C/99.png b/vlm/train/ZD7Ll4pAw7C/99.png new file mode 100644 index 0000000000000000000000000000000000000000..d124ba97eb023e088618db5494bb09e6d84f9181 --- /dev/null +++ b/vlm/train/ZD7Ll4pAw7C/99.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bbe34659a367b3cfd23fb921c50939d4c1666d45c165ca9716f39d03a111483 +size 505856 diff --git a/vlm/train/_0kaDkv3dVf/0.png b/vlm/train/_0kaDkv3dVf/0.png new file mode 100644 index 0000000000000000000000000000000000000000..0c5285471f18682fe2ec2d8bc727415961827714 --- /dev/null +++ b/vlm/train/_0kaDkv3dVf/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:080fbb365af6247c35e69a51ed28f5c1dcb27fded3ef5cbb4277895dd42116e0 +size 523531 diff --git a/vlm/train/_0kaDkv3dVf/1.png b/vlm/train/_0kaDkv3dVf/1.png new file mode 100644 index 0000000000000000000000000000000000000000..d827b353d014d51d968fba4cfd2e831b27d6ce10 --- /dev/null +++ b/vlm/train/_0kaDkv3dVf/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19130ae00bbf239cbf53bbc8554a00d9852e9379178f04254e5d1fd4142f53a3 +size 658855 diff --git a/vlm/train/_0kaDkv3dVf/10.png b/vlm/train/_0kaDkv3dVf/10.png new file mode 100644 index 0000000000000000000000000000000000000000..9bce75be95b8d6d11e4ed5276190c69c67ec1ea7 --- /dev/null +++ b/vlm/train/_0kaDkv3dVf/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6719ac361e0a6ec99650e3fd0a5bbb187e0690a7174e6756e8f8b4596f3fb579 +size 507809 diff --git a/vlm/train/_0kaDkv3dVf/11.png b/vlm/train/_0kaDkv3dVf/11.png new file mode 100644 index 0000000000000000000000000000000000000000..e6e40dca49d1fbae7bde05db2a6baa6694665533 --- /dev/null +++ b/vlm/train/_0kaDkv3dVf/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9408c300ac6ff40bd7ae178ba62a96a1e9c30a163fda1a5f69752eaeea73d685 +size 505328 diff --git a/vlm/train/_0kaDkv3dVf/12.png b/vlm/train/_0kaDkv3dVf/12.png new file mode 100644 index 0000000000000000000000000000000000000000..48eba709de3cff98f1a0b769bf71128bb44da7ff --- /dev/null +++ b/vlm/train/_0kaDkv3dVf/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b0fe4b3a5628b0132612e91148d49bbd43bff10ae1a7d4ce84a09ad3cbf5073 +size 560380 diff --git a/vlm/train/_0kaDkv3dVf/13.png b/vlm/train/_0kaDkv3dVf/13.png new file mode 100644 index 0000000000000000000000000000000000000000..8e684333943507aec10122a67a1a1d4fb906f3c1 --- /dev/null +++ b/vlm/train/_0kaDkv3dVf/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d32b6f0fae5921d50debb37a3b72b2882293056822affbdb173fa04fc1e3500f +size 482538 diff --git a/vlm/train/_0kaDkv3dVf/14.png b/vlm/train/_0kaDkv3dVf/14.png new file mode 100644 index 0000000000000000000000000000000000000000..e4525b3e968a019fbbbeb312a64c67d34857e94d --- /dev/null +++ b/vlm/train/_0kaDkv3dVf/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bcee3cd714d49fd8827ace56d2dc7ef132602beffbfa18342b1e8356ed81cd1 +size 541388 diff --git a/vlm/train/_0kaDkv3dVf/15.png b/vlm/train/_0kaDkv3dVf/15.png new file mode 100644 index 0000000000000000000000000000000000000000..dcdce8be89f9962f08b949ccfcb9510219370269 --- /dev/null +++ b/vlm/train/_0kaDkv3dVf/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bf6b46262cc24a5584d379c8ac11aa1376396a5181b7171074f31baed11c47c +size 517244 diff --git a/vlm/train/_0kaDkv3dVf/16.png b/vlm/train/_0kaDkv3dVf/16.png new file mode 100644 index 0000000000000000000000000000000000000000..b7273315a87ec4084d7ee3c8b8c5bd82f3322d31 --- /dev/null +++ b/vlm/train/_0kaDkv3dVf/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:738813e15a520b7ea00c431de081e4c04ec6d9f7af7826326d3bb7fe37fa3fd0 +size 560278 diff --git a/vlm/train/_0kaDkv3dVf/17.png b/vlm/train/_0kaDkv3dVf/17.png new file mode 100644 index 0000000000000000000000000000000000000000..0c4bb6197e0e20b108cdaae35184d3ae1d22039b --- /dev/null +++ b/vlm/train/_0kaDkv3dVf/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c34f95a2a7f71d7f3f2d1aedd09b1f6a60a335a44727142e0f24387ca6a29cf +size 277558 diff --git a/vlm/train/_0kaDkv3dVf/2.png b/vlm/train/_0kaDkv3dVf/2.png new file mode 100644 index 0000000000000000000000000000000000000000..746ace14b9f0c6c856b485eca2252d48bf553cfa --- /dev/null +++ b/vlm/train/_0kaDkv3dVf/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:786cb6d2fd4485707932ad1606427c7bde9e63edaf94b6e9efba197700c7e8df +size 603551 diff --git a/vlm/train/_0kaDkv3dVf/3.png b/vlm/train/_0kaDkv3dVf/3.png new file mode 100644 index 0000000000000000000000000000000000000000..22973d3aa5eae79230ee8891a6b2f78829d97a7b --- /dev/null +++ b/vlm/train/_0kaDkv3dVf/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27147c8ce9d01a93c7a8dcbd25235b938360192c6ab61158ee283e85c34025f8 +size 643079 diff --git a/vlm/train/_0kaDkv3dVf/4.png b/vlm/train/_0kaDkv3dVf/4.png new file mode 100644 index 0000000000000000000000000000000000000000..8291d29b27d35dc3f5ea74dba8d79efc1a242166 --- /dev/null +++ b/vlm/train/_0kaDkv3dVf/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:158527b0af8375bb538362201ba23bbcddde8592b9e5731b872dffd31118b8cf +size 612240 diff --git a/vlm/train/_0kaDkv3dVf/5.png b/vlm/train/_0kaDkv3dVf/5.png new file mode 100644 index 0000000000000000000000000000000000000000..5dbfb994952c3f60632f7cc71dbde504ab65ec40 --- /dev/null +++ b/vlm/train/_0kaDkv3dVf/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3160148c65e994e02fac336175bfba25751c0deafbc3f0a7b328834080f999f +size 575572 diff --git a/vlm/train/_0kaDkv3dVf/6.png b/vlm/train/_0kaDkv3dVf/6.png new file mode 100644 index 0000000000000000000000000000000000000000..0280a30c4edc86aec887b6a0658050a29b83d079 --- /dev/null +++ b/vlm/train/_0kaDkv3dVf/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83db9402edda60d078596ac96cc45a540cee5b95dc6f9d8e829a652abd251cc5 +size 551802 diff --git a/vlm/train/_0kaDkv3dVf/7.png b/vlm/train/_0kaDkv3dVf/7.png new file mode 100644 index 0000000000000000000000000000000000000000..77400c42ea4c81904488e6e2b2c66899cad4007e --- /dev/null +++ b/vlm/train/_0kaDkv3dVf/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1b56260673c0cc27c1ce94152c5e99b7e072a48d472a9f846570a9178204b02 +size 765826 diff --git a/vlm/train/_0kaDkv3dVf/8.png b/vlm/train/_0kaDkv3dVf/8.png new file mode 100644 index 0000000000000000000000000000000000000000..6321d6009c87c0fcfa1fb2a095e3feab8667880e --- /dev/null +++ b/vlm/train/_0kaDkv3dVf/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f83f7ebbda792e24153217b9bd5b8a7bf8045e92d6e9e8fc6b628ec28c9d19c9 +size 513489 diff --git a/vlm/train/_0kaDkv3dVf/9.png b/vlm/train/_0kaDkv3dVf/9.png new file mode 100644 index 0000000000000000000000000000000000000000..541194f7c9fac339166a15cb2b53f4c7046222fb --- /dev/null +++ b/vlm/train/_0kaDkv3dVf/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84b82ece2ea0cca7a168b5a829aa7632f3c4e3fa6852a625516466c33589f436 +size 519054 diff --git a/vlm/train/np96ge7gz0j/0.png b/vlm/train/np96ge7gz0j/0.png new file mode 100644 index 0000000000000000000000000000000000000000..4b4458bf966059c9c9061be319a522559437a5a9 --- /dev/null +++ b/vlm/train/np96ge7gz0j/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a772e32e24a4197b34769c07ed3fe473331ccc5d5c55f755bd2e8a9a9af9b70a +size 476684 diff --git a/vlm/train/np96ge7gz0j/1.png b/vlm/train/np96ge7gz0j/1.png new file mode 100644 index 0000000000000000000000000000000000000000..39ba4a78154fb79655c04942ec7e9c0eb5a5cc79 --- /dev/null +++ b/vlm/train/np96ge7gz0j/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c5eaf45fea0cdbf34b06f78b2f1d2ff85678c36ac54f7ec75b28268909aee02 +size 598497 diff --git a/vlm/train/np96ge7gz0j/10.png b/vlm/train/np96ge7gz0j/10.png new file mode 100644 index 0000000000000000000000000000000000000000..cdb6045683d8d199c344f4d273129e4b857bad62 --- /dev/null +++ b/vlm/train/np96ge7gz0j/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc778987a45f110206d5aca89aa2beff0ed5fee19b994f380b3808aafe9a7d93 +size 575801 diff --git a/vlm/train/np96ge7gz0j/11.png b/vlm/train/np96ge7gz0j/11.png new file mode 100644 index 0000000000000000000000000000000000000000..4d6c8d2951aec18706b97fa12d8823886ec43131 --- /dev/null +++ b/vlm/train/np96ge7gz0j/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aa7e7d4078b5e508bed5254f27e6f61807fc9864b5a8460875d20e44561fdf1 +size 559237 diff --git a/vlm/train/np96ge7gz0j/12.png b/vlm/train/np96ge7gz0j/12.png new file mode 100644 index 0000000000000000000000000000000000000000..8de010c7b7a0546037d39c40462513e91977bfd4 --- /dev/null +++ b/vlm/train/np96ge7gz0j/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20586bcd3a9a5741bb33863b5dd787bd44654c1084f07cedbcc60946ecf5b8dd +size 37214 diff --git a/vlm/train/np96ge7gz0j/2.png b/vlm/train/np96ge7gz0j/2.png new file mode 100644 index 0000000000000000000000000000000000000000..c78d188a8d62046406a797d8d091ef5a383a0009 --- /dev/null +++ b/vlm/train/np96ge7gz0j/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba6efc3eabde616d7af988995fdc0401116960b3d559bc6b95c65ddc4ecb2c0a +size 601988 diff --git a/vlm/train/np96ge7gz0j/3.png b/vlm/train/np96ge7gz0j/3.png new file mode 100644 index 0000000000000000000000000000000000000000..122e47784091f48b9aa2f1c2f998e21e5356b917 --- /dev/null +++ b/vlm/train/np96ge7gz0j/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c6c536fa50a3c6dbc77e8f71aecee49405cbd1fcf35342e4c4d98f066e6cbd7 +size 508549 diff --git a/vlm/train/np96ge7gz0j/4.png b/vlm/train/np96ge7gz0j/4.png new file mode 100644 index 0000000000000000000000000000000000000000..d20ba6a1411d983911254e68a810f5b6176fa25d --- /dev/null +++ b/vlm/train/np96ge7gz0j/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5616d4c979f0842885e434354e5dea553f11ab22f5519e216235b7d9b65dd948 +size 436853 diff --git a/vlm/train/np96ge7gz0j/5.png b/vlm/train/np96ge7gz0j/5.png new file mode 100644 index 0000000000000000000000000000000000000000..ee90803f975fa5147759db41f7c724b9d3ae9c54 --- /dev/null +++ b/vlm/train/np96ge7gz0j/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd26f09ad147594ff2566869e6e0e639a3f7964ed79c0214b423ce22e9195e3c +size 444224 diff --git a/vlm/train/np96ge7gz0j/6.png b/vlm/train/np96ge7gz0j/6.png new file mode 100644 index 0000000000000000000000000000000000000000..7d615266a657bfb44c4f87d6cbe12881a56bb7aa --- /dev/null +++ b/vlm/train/np96ge7gz0j/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3cfbfd71c6138756319b318ecb57650dbc0e31c26153f21d693a65f55fe1639 +size 522171 diff --git a/vlm/train/np96ge7gz0j/7.png b/vlm/train/np96ge7gz0j/7.png new file mode 100644 index 0000000000000000000000000000000000000000..dd1fab9277c089c737059c6e092548cc812b6b3d --- /dev/null +++ b/vlm/train/np96ge7gz0j/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1439f8235601283fedc0b3fa222078c91d202dc3d89ae4ede1726a8346b0e6e +size 681773 diff --git a/vlm/train/np96ge7gz0j/8.png b/vlm/train/np96ge7gz0j/8.png new file mode 100644 index 0000000000000000000000000000000000000000..45d2c7b99cb746e648fa534b6e6b73e613a452f9 --- /dev/null +++ b/vlm/train/np96ge7gz0j/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b8721cb8df24643c8d3f2f4bb25ba7fab3f4431d4eaf8e9b5b74cbce77ca6cc +size 621955 diff --git a/vlm/train/np96ge7gz0j/9.png b/vlm/train/np96ge7gz0j/9.png new file mode 100644 index 0000000000000000000000000000000000000000..543474475a61293aa0c99ee7dcdf7e08914578b9 --- /dev/null +++ b/vlm/train/np96ge7gz0j/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2b268abdc5ba4d4049ff94f14e5f2ee862b7f3f6e4f37f190a696d7bf482226 +size 630874 diff --git a/vlm/train/r1TA9ZbA-/0.png b/vlm/train/r1TA9ZbA-/0.png new file mode 100644 index 0000000000000000000000000000000000000000..8d2517462f23878e7aaa33cab4fc73d216529af6 --- /dev/null +++ b/vlm/train/r1TA9ZbA-/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:902578ea6fb068aa2211388ac0ae407b81d64c6373c4eac9bf3f46c1e722f8be +size 545185 diff --git a/vlm/train/r1TA9ZbA-/1.png b/vlm/train/r1TA9ZbA-/1.png new file mode 100644 index 0000000000000000000000000000000000000000..4f2c0318be8f5c7d8ae4c4bd56cff779273220c5 --- /dev/null +++ b/vlm/train/r1TA9ZbA-/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72b913ddd923be73f0914662bbe3fbff7069d43e6d1818d30e2411b54a175bfd +size 524840 diff --git a/vlm/train/r1TA9ZbA-/10.png b/vlm/train/r1TA9ZbA-/10.png new file mode 100644 index 0000000000000000000000000000000000000000..83f716090de3698bc304f8c1e878486070f305d6 --- /dev/null +++ b/vlm/train/r1TA9ZbA-/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1320824097215f065c2fe30071bef5c2b609efc73c1e4d07d5f787e2c4b9ca8 +size 426534 diff --git a/vlm/train/r1TA9ZbA-/11.png b/vlm/train/r1TA9ZbA-/11.png new file mode 100644 index 0000000000000000000000000000000000000000..5c18a38e970640eb494b85035b32e3f50e906f6b --- /dev/null +++ b/vlm/train/r1TA9ZbA-/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb9f2437910d9007f4357ea6aa251d9529e9aec989ff0f7dd6cc2dbe6b210328 +size 379756 diff --git a/vlm/train/r1TA9ZbA-/12.png b/vlm/train/r1TA9ZbA-/12.png new file mode 100644 index 0000000000000000000000000000000000000000..a3c26f1f64a808d367ecdfb42e43e025618f89f0 --- /dev/null +++ b/vlm/train/r1TA9ZbA-/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe551ad70ad6ab318f20a850faa0e1a2076cf438bb5e50ee49717f096eefca51 +size 212824 diff --git a/vlm/train/r1TA9ZbA-/2.png b/vlm/train/r1TA9ZbA-/2.png new file mode 100644 index 0000000000000000000000000000000000000000..8da675c2faec8deeca1fb81e603c1d87d30ce31b --- /dev/null +++ b/vlm/train/r1TA9ZbA-/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a397be287c5d6c024e63e40cb124181aa20e929cb67030a9e6e5ef5b8aa4ad0 +size 483486 diff --git a/vlm/train/r1TA9ZbA-/3.png b/vlm/train/r1TA9ZbA-/3.png new file mode 100644 index 0000000000000000000000000000000000000000..bdef2d3a5a9e1ff202d30591f54965d628d76cf3 --- /dev/null +++ b/vlm/train/r1TA9ZbA-/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31748a33e27e144ed6de06b4c43cdaaab05d3d3752388980b3482982472c9085 +size 441542 diff --git a/vlm/train/r1TA9ZbA-/4.png b/vlm/train/r1TA9ZbA-/4.png new file mode 100644 index 0000000000000000000000000000000000000000..aa9dba0a9d80966387e8e35d8afd2488c84915da --- /dev/null +++ b/vlm/train/r1TA9ZbA-/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ada48edadf20110f654078256a3bc364b0da7a8112f02f2dfcbf916fb0e70cb +size 431929 diff --git a/vlm/train/r1TA9ZbA-/5.png b/vlm/train/r1TA9ZbA-/5.png new file mode 100644 index 0000000000000000000000000000000000000000..47869ccb47123253dcc0689557be98f8e6f05201 --- /dev/null +++ b/vlm/train/r1TA9ZbA-/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15962e5bec83b8a3cf2c137d979dce4117a7c7a8791c202e67f0a10ddbf0b6c1 +size 548388 diff --git a/vlm/train/r1TA9ZbA-/6.png b/vlm/train/r1TA9ZbA-/6.png new file mode 100644 index 0000000000000000000000000000000000000000..83b69f6d4e2f05151c217876efc29933fb79f13a --- /dev/null +++ b/vlm/train/r1TA9ZbA-/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df3b5b75d94a7a20536fe4f7bd7a6f5e048c856f6e224560ac5f4a48494a1c39 +size 577375 diff --git a/vlm/train/r1TA9ZbA-/7.png b/vlm/train/r1TA9ZbA-/7.png new file mode 100644 index 0000000000000000000000000000000000000000..5fdafe79beba25b087c5632a8702553c726d5153 --- /dev/null +++ b/vlm/train/r1TA9ZbA-/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24b4ce889662c5a03ec29961fea1148776f21ce1fc93af7955b92adbfbed8c56 +size 527369 diff --git a/vlm/train/r1TA9ZbA-/8.png b/vlm/train/r1TA9ZbA-/8.png new file mode 100644 index 0000000000000000000000000000000000000000..77fc71938be38c9c8524964bad3e7f4dea194d66 --- /dev/null +++ b/vlm/train/r1TA9ZbA-/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8195e0d002941a9f4f60d3dd588c8f3ce5319a457f16e646a985637b0123be98 +size 567786 diff --git a/vlm/train/r1TA9ZbA-/9.png b/vlm/train/r1TA9ZbA-/9.png new file mode 100644 index 0000000000000000000000000000000000000000..6e07e37fff7f5a06d699f7035a4ede82c2189e40 --- /dev/null +++ b/vlm/train/r1TA9ZbA-/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8b67ba2b3b95f9c8dd637f6d1c3fcd102fd80efa2b50f84de2621de99701c79 +size 547649 diff --git a/vlm/train/r1ledo0ctX/0.png b/vlm/train/r1ledo0ctX/0.png new file mode 100644 index 0000000000000000000000000000000000000000..06289bc83e849cd2173ecab4af8b8182568a7a61 --- /dev/null +++ b/vlm/train/r1ledo0ctX/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:854538a1bfa548612679e8a23198fab8df9974e528cb4d08f9f52efcc5aaf7d4 +size 481080 diff --git a/vlm/train/r1ledo0ctX/1.png b/vlm/train/r1ledo0ctX/1.png new file mode 100644 index 0000000000000000000000000000000000000000..3c571b9f50f7985f78da4b907da2dbe73b9c14d2 --- /dev/null +++ b/vlm/train/r1ledo0ctX/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:827eebf931a3f2afcd3d1ebb80e01bca38ddc611218370779cb225a6f6815439 +size 634877 diff --git a/vlm/train/r1ledo0ctX/10.png b/vlm/train/r1ledo0ctX/10.png new file mode 100644 index 0000000000000000000000000000000000000000..fbb85c888d149c62f2779b91c2037bc52e7227dd --- /dev/null +++ b/vlm/train/r1ledo0ctX/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c0ad20b00f3103ab5cf377f6162cdf263329360bfd54e38c22d72c9b3379ede +size 601902 diff --git a/vlm/train/r1ledo0ctX/11.png b/vlm/train/r1ledo0ctX/11.png new file mode 100644 index 0000000000000000000000000000000000000000..e5072509ebad19255dceb7f6eb9ad2504e3c1473 --- /dev/null +++ b/vlm/train/r1ledo0ctX/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f0a650214e8451b6d24f1eae79599ce7e4e3ca49f619254e9186a6cd065d18b +size 391385 diff --git a/vlm/train/r1ledo0ctX/12.png b/vlm/train/r1ledo0ctX/12.png new file mode 100644 index 0000000000000000000000000000000000000000..a3187788bcc77efe1082f1f3fcf9eb9d202f3b86 --- /dev/null +++ b/vlm/train/r1ledo0ctX/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aa06d3550addfeb1c27cf68b1b0cd09a9a2f6f7367dfae6218fc03d7cd615b8 +size 526297 diff --git a/vlm/train/r1ledo0ctX/13.png b/vlm/train/r1ledo0ctX/13.png new file mode 100644 index 0000000000000000000000000000000000000000..b5ec931042755ad5cde52e750a4dfcfe5844af17 --- /dev/null +++ b/vlm/train/r1ledo0ctX/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fddfe8169250a53e871e983ef24ed112b0e6e0166c970fb830b9d9ff1a05456a +size 406085 diff --git a/vlm/train/r1ledo0ctX/14.png b/vlm/train/r1ledo0ctX/14.png new file mode 100644 index 0000000000000000000000000000000000000000..ed40f7b19d0c6fccdd6c60903913ef75f74af5db --- /dev/null +++ b/vlm/train/r1ledo0ctX/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a519d9d499178168e32e31738db2a20cd2ecf8f0d82a7a937484f966b28c52a +size 337649 diff --git a/vlm/train/r1ledo0ctX/15.png b/vlm/train/r1ledo0ctX/15.png new file mode 100644 index 0000000000000000000000000000000000000000..a17c00325f904b7974a2cd77241b61ae230aa973 --- /dev/null +++ b/vlm/train/r1ledo0ctX/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ae72cda82cb98d4d7d46efb57eac0f1e3e338da55e26215c47a1271ac328468 +size 387404 diff --git a/vlm/train/r1ledo0ctX/16.png b/vlm/train/r1ledo0ctX/16.png new file mode 100644 index 0000000000000000000000000000000000000000..052bf92b710821d9be623c5f77c7006d6dcb0d0e --- /dev/null +++ b/vlm/train/r1ledo0ctX/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bb8469e5f973366cc71eaa66a1af4426f1cf0de3bc49cfa667bcd101f2c5eb5 +size 536672 diff --git a/vlm/train/r1ledo0ctX/17.png b/vlm/train/r1ledo0ctX/17.png new file mode 100644 index 0000000000000000000000000000000000000000..195586593add58297862315332a38702ea2cca2b --- /dev/null +++ b/vlm/train/r1ledo0ctX/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42e4fe0e3f7974217ed3556759b489a43df483be51e6cb9dc182722ad3bd3500 +size 229599 diff --git a/vlm/train/r1ledo0ctX/2.png b/vlm/train/r1ledo0ctX/2.png new file mode 100644 index 0000000000000000000000000000000000000000..d31bd8b49de516e6b2da2ac663cda4722e255fe5 --- /dev/null +++ b/vlm/train/r1ledo0ctX/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:606c8e742413069d2c125f1658d099910b195ecb607087e6afcba505d1a3a2d7 +size 562549 diff --git a/vlm/train/r1ledo0ctX/3.png b/vlm/train/r1ledo0ctX/3.png new file mode 100644 index 0000000000000000000000000000000000000000..6da03fafb1cc84b27f94aec26133868cd7ab8473 --- /dev/null +++ b/vlm/train/r1ledo0ctX/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:012d44caf060b5380e41816ef7966938fc8f4f76d52a8e6005ef7e3f81990f4a +size 478305 diff --git a/vlm/train/r1ledo0ctX/4.png b/vlm/train/r1ledo0ctX/4.png new file mode 100644 index 0000000000000000000000000000000000000000..326629412bd56d7a8f3e3432327c00514970cce4 --- /dev/null +++ b/vlm/train/r1ledo0ctX/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ce08fa691d75f0d878c50cef336af68988416e456500c1015b742f0e9f66618 +size 626424 diff --git a/vlm/train/r1ledo0ctX/5.png b/vlm/train/r1ledo0ctX/5.png new file mode 100644 index 0000000000000000000000000000000000000000..3b3bb274170fc0acd83ce2637d3c0718b99c0ed0 --- /dev/null +++ b/vlm/train/r1ledo0ctX/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a33432b865df1934809c2c040ddd45374d695413b3fa93c63a5a7fbd3bbdca7 +size 516907 diff --git a/vlm/train/r1ledo0ctX/6.png b/vlm/train/r1ledo0ctX/6.png new file mode 100644 index 0000000000000000000000000000000000000000..5b2fe397e781178883af368fedab35f0f236eacc --- /dev/null +++ b/vlm/train/r1ledo0ctX/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acb16e05d40780329732603454896c138346fdab7bc642c9be45dd3dd57a13c9 +size 458020 diff --git a/vlm/train/r1ledo0ctX/7.png b/vlm/train/r1ledo0ctX/7.png new file mode 100644 index 0000000000000000000000000000000000000000..ff56f31a6f5c5dbcdd24eec75e77fac53ebc1f8e --- /dev/null +++ b/vlm/train/r1ledo0ctX/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55308dc426c10e5922d294efaf1c6bad8b689492e6b45cebfa115402f282df6c +size 529616 diff --git a/vlm/train/r1ledo0ctX/8.png b/vlm/train/r1ledo0ctX/8.png new file mode 100644 index 0000000000000000000000000000000000000000..254bda0d8cb2ceec88134a8998bb9cd24503647a --- /dev/null +++ b/vlm/train/r1ledo0ctX/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dae8c35ae4afd28e7f347c38b92d2e2b077765c65217658eda46887ea6792637 +size 454993 diff --git a/vlm/train/r1ledo0ctX/9.png b/vlm/train/r1ledo0ctX/9.png new file mode 100644 index 0000000000000000000000000000000000000000..e77a074981c03d43b12c5fc6ff635723c1527b41 --- /dev/null +++ b/vlm/train/r1ledo0ctX/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f635dfea9ff04e1792ff906c1a37f7a4f34fa5487ea2a984b7e2e2474d41f32 +size 551058 diff --git a/vlm/train/ryHlUtqge/0.png b/vlm/train/ryHlUtqge/0.png new file mode 100644 index 0000000000000000000000000000000000000000..d678607144dd18cae6a66d3fa498e4829e3afd39 --- /dev/null +++ b/vlm/train/ryHlUtqge/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c77c896f8694b7e850a915b7713a3e630f70224b0cd71b35306b4bb0f9fb3c93 +size 517044 diff --git a/vlm/train/ryHlUtqge/1.png b/vlm/train/ryHlUtqge/1.png new file mode 100644 index 0000000000000000000000000000000000000000..5f43434e9cae5b098f7b48e75086f993eb77ce96 --- /dev/null +++ b/vlm/train/ryHlUtqge/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee777ccb08854ebcaa1fd21b599b09b71dfc1a95df5651f6305df0e799f215a0 +size 630521 diff --git a/vlm/train/ryHlUtqge/10.png b/vlm/train/ryHlUtqge/10.png new file mode 100644 index 0000000000000000000000000000000000000000..3ab4f2b332f963abb05ece4fabcb83288cd7efc1 --- /dev/null +++ b/vlm/train/ryHlUtqge/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae7a77b79107a61647117b940f18f0e62509107a2a302472b1b380630c57c381 +size 458802 diff --git a/vlm/train/ryHlUtqge/2.png b/vlm/train/ryHlUtqge/2.png new file mode 100644 index 0000000000000000000000000000000000000000..ffedf696ae35c73bffa56a644551b2e3e0658f9e --- /dev/null +++ b/vlm/train/ryHlUtqge/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9397b22084509a27b5d0d80d1ce6f6e677526d53bce46d2299bc079272d89fd9 +size 593378 diff --git a/vlm/train/ryHlUtqge/3.png b/vlm/train/ryHlUtqge/3.png new file mode 100644 index 0000000000000000000000000000000000000000..db5b428e0bbf39c5ddad20feea1f4ebaea249fda --- /dev/null +++ b/vlm/train/ryHlUtqge/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e177fcb9ee634a09096079de6efaab6f1f29b6ed22c565844e40d12f6ac5bb7 +size 592126 diff --git a/vlm/train/ryHlUtqge/4.png b/vlm/train/ryHlUtqge/4.png new file mode 100644 index 0000000000000000000000000000000000000000..37ca53c47b73954c382605a1efa010147c879af5 --- /dev/null +++ b/vlm/train/ryHlUtqge/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79e250e1b7ea0fb4ad4c09df5a4590e6976d8a50c1b65830191063be4ba98d77 +size 557270 diff --git a/vlm/train/ryHlUtqge/5.png b/vlm/train/ryHlUtqge/5.png new file mode 100644 index 0000000000000000000000000000000000000000..864cd2347d48fe65ff6ee37db2c0556d48382e2d --- /dev/null +++ b/vlm/train/ryHlUtqge/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4f52404c3bb65289aa55cea94d4041919bf5af414d12541e759493a76f50f22 +size 500500 diff --git a/vlm/train/ryHlUtqge/6.png b/vlm/train/ryHlUtqge/6.png new file mode 100644 index 0000000000000000000000000000000000000000..fb9b0169108f06c73a1e7b653f20f5779318f42a --- /dev/null +++ b/vlm/train/ryHlUtqge/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc9819b043245505e8b38d2da905fdafbc0112d69d2742b17696277aca92456e +size 531268 diff --git a/vlm/train/ryHlUtqge/7.png b/vlm/train/ryHlUtqge/7.png new file mode 100644 index 0000000000000000000000000000000000000000..6e475ac796576aa56df280a398223b457c9ad8cb --- /dev/null +++ b/vlm/train/ryHlUtqge/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d26aebee6305b40fe35f1fd7240d3dd8aec59a784b20b51c4b3232b6fe285e0f +size 579978 diff --git a/vlm/train/ryHlUtqge/8.png b/vlm/train/ryHlUtqge/8.png new file mode 100644 index 0000000000000000000000000000000000000000..926e9648bbc5c8222b5da87c1f915f01187f4a23 --- /dev/null +++ b/vlm/train/ryHlUtqge/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e94983fca661c11f02e9d9f5159a84f2970aee645be18f177bcc1dc8b4a2c98 +size 523831 diff --git a/vlm/train/ryHlUtqge/9.png b/vlm/train/ryHlUtqge/9.png new file mode 100644 index 0000000000000000000000000000000000000000..30fbf4b6818ae71874807846d881625ca923904a --- /dev/null +++ b/vlm/train/ryHlUtqge/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:134501d25e04d876f66e46eeadb5a46aa41dad515de9a814fcd8e4823c062776 +size 564321 diff --git a/vlm/train/rygunsAqYQ/0.png b/vlm/train/rygunsAqYQ/0.png new file mode 100644 index 0000000000000000000000000000000000000000..7d97f1b8003135c161019aa75c40cd19690cce31 --- /dev/null +++ b/vlm/train/rygunsAqYQ/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c241158ebd3859d25813642984d784eeb6ff7b9d00caf24951a28ddfc612e5a +size 447053 diff --git a/vlm/train/rygunsAqYQ/1.png b/vlm/train/rygunsAqYQ/1.png new file mode 100644 index 0000000000000000000000000000000000000000..7f06dcb962164a4791c2acc54b2e5096d315872d --- /dev/null +++ b/vlm/train/rygunsAqYQ/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b48fc30446556836568278f4ca2ce5e9f1bc353fe630ddd3237a57ac12e9178e +size 586935 diff --git a/vlm/train/rygunsAqYQ/10.png b/vlm/train/rygunsAqYQ/10.png new file mode 100644 index 0000000000000000000000000000000000000000..eefe967b0b0fd59c7c6e7979c44cb879ddaa4b90 --- /dev/null +++ b/vlm/train/rygunsAqYQ/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddf6a2b7ad17faba91dd99e9748fbe2e4a6c4ae1c1d92c9594267bbc4b0f1d8f +size 508715 diff --git a/vlm/train/rygunsAqYQ/11.png b/vlm/train/rygunsAqYQ/11.png new file mode 100644 index 0000000000000000000000000000000000000000..b2e7023b672df00e228512586f4f15f48b26298b --- /dev/null +++ b/vlm/train/rygunsAqYQ/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79ee56c7bf7240530da9db05bcd8c49fc2fa3a941f273fcb585810337460ef4b +size 532310 diff --git a/vlm/train/rygunsAqYQ/12.png b/vlm/train/rygunsAqYQ/12.png new file mode 100644 index 0000000000000000000000000000000000000000..287aa6bc167c60b6dc9c81e6d9d34a754d665a40 --- /dev/null +++ b/vlm/train/rygunsAqYQ/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c45d306dd7901afd66842fd1019d34dd65286459ea43683d92ad3703f5e063eb +size 246312 diff --git a/vlm/train/rygunsAqYQ/13.png b/vlm/train/rygunsAqYQ/13.png new file mode 100644 index 0000000000000000000000000000000000000000..9726fef4ce4818c56eb09c166b49f7147e1c4bd8 --- /dev/null +++ b/vlm/train/rygunsAqYQ/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58f93e3b4e6f96fc27585afbda7387e79752b1dfcce9ca84b8b003fe4a60e6f6 +size 990646 diff --git a/vlm/train/rygunsAqYQ/14.png b/vlm/train/rygunsAqYQ/14.png new file mode 100644 index 0000000000000000000000000000000000000000..9ccad8ab3890bd97226b23c519e6cd1f2c8c3ecd --- /dev/null +++ b/vlm/train/rygunsAqYQ/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a12e13c5744983a14fb0513bccdef518cf4b7f8d49e62e9f3bb3ce41a4ff8aaa +size 383035 diff --git a/vlm/train/rygunsAqYQ/15.png b/vlm/train/rygunsAqYQ/15.png new file mode 100644 index 0000000000000000000000000000000000000000..366a4d2223c4c031489e829381a34d218f3df236 --- /dev/null +++ b/vlm/train/rygunsAqYQ/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f14593d36804ae3f0c534bb4e48a04e842d4fce3b3e93782daf36c7ca16e84be +size 319129 diff --git a/vlm/train/rygunsAqYQ/16.png b/vlm/train/rygunsAqYQ/16.png new file mode 100644 index 0000000000000000000000000000000000000000..9d7a6e739a9858b8eee36e3b9d0c843368975ced --- /dev/null +++ b/vlm/train/rygunsAqYQ/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a48b5b9003f010604cdb505070b28060ef2ead702a0ec94ac22d2d038618cb7d +size 423397 diff --git a/vlm/train/rygunsAqYQ/17.png b/vlm/train/rygunsAqYQ/17.png new file mode 100644 index 0000000000000000000000000000000000000000..fa59510dcc956f6d8a2ed3be654fb37ff5ef92ca --- /dev/null +++ b/vlm/train/rygunsAqYQ/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36c8af02b5471cbb3942e58c52bffcba9ac58f9f4a91fadd0f9a09f17ed7795c +size 440914 diff --git a/vlm/train/rygunsAqYQ/18.png b/vlm/train/rygunsAqYQ/18.png new file mode 100644 index 0000000000000000000000000000000000000000..6c4d47d478308c64ad172231bd97dcb5ccbfb036 --- /dev/null +++ b/vlm/train/rygunsAqYQ/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ac7f83373568a108bcccede6d7a1a45d1ae2efa06f8ae0a99eae50fcf9924f8 +size 362162 diff --git a/vlm/train/rygunsAqYQ/19.png b/vlm/train/rygunsAqYQ/19.png new file mode 100644 index 0000000000000000000000000000000000000000..f50d07bfcff7bda8e1f84c7fa9a45e9b569db370 --- /dev/null +++ b/vlm/train/rygunsAqYQ/19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:988e176ba52119686b602777012a50c61385fc93a12f0936987b00b009b6c337 +size 299279 diff --git a/vlm/train/rygunsAqYQ/2.png b/vlm/train/rygunsAqYQ/2.png new file mode 100644 index 0000000000000000000000000000000000000000..5f8af840c389680daae19e80d0c4ae7b17a2e0ab --- /dev/null +++ b/vlm/train/rygunsAqYQ/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86b37e295e5c2f90650731e8ec1e200cf803b456535c23e613e8e2c5a5b4fedd +size 377305 diff --git a/vlm/train/rygunsAqYQ/3.png b/vlm/train/rygunsAqYQ/3.png new file mode 100644 index 0000000000000000000000000000000000000000..595bd575f9d0f33501878bac0c81ff7028732350 --- /dev/null +++ b/vlm/train/rygunsAqYQ/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec00e18060c371a20aa9f053e9035ca3f3f1b21e22477c703cdb3b2bdb0fda67 +size 595961 diff --git a/vlm/train/rygunsAqYQ/4.png b/vlm/train/rygunsAqYQ/4.png new file mode 100644 index 0000000000000000000000000000000000000000..56447b40f32ebb0e56fcff4289dfd67447513f10 --- /dev/null +++ b/vlm/train/rygunsAqYQ/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7138b46e9a769c4d7d66b432cdb5844ff6ab90484ece6a703ebfbd3c6fd47e39 +size 513872 diff --git a/vlm/train/rygunsAqYQ/5.png b/vlm/train/rygunsAqYQ/5.png new file mode 100644 index 0000000000000000000000000000000000000000..3c5f41363e8677e922cd46be492cbc3d9ec39d94 --- /dev/null +++ b/vlm/train/rygunsAqYQ/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74356a597f45d7c696e35fa3406cfceca1d55c86b3697a66efefbe36724d1470 +size 429106 diff --git a/vlm/train/rygunsAqYQ/6.png b/vlm/train/rygunsAqYQ/6.png new file mode 100644 index 0000000000000000000000000000000000000000..e2807410e87c2602918a8ce3264aef4e3292a30f --- /dev/null +++ b/vlm/train/rygunsAqYQ/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65504f600f45a0de8eaec79930b1f19aab71c32cb533a3169a439ba431ae09df +size 1386992 diff --git a/vlm/train/rygunsAqYQ/7.png b/vlm/train/rygunsAqYQ/7.png new file mode 100644 index 0000000000000000000000000000000000000000..5faeaa1b2f76b78daf7a009571e16668b792e70b --- /dev/null +++ b/vlm/train/rygunsAqYQ/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:963e3df31101a71d3f6aa91f2145decda2337f8c7a898944c5016691fe143209 +size 1074874 diff --git a/vlm/train/rygunsAqYQ/8.png b/vlm/train/rygunsAqYQ/8.png new file mode 100644 index 0000000000000000000000000000000000000000..bfc866511c3d330beea2b75ba805781156c63b4c --- /dev/null +++ b/vlm/train/rygunsAqYQ/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb885dca230c053cd98b0b4f8c89fbcabbae996c0f733b1c3a8110a9c65198c7 +size 552958 diff --git a/vlm/train/rygunsAqYQ/9.png b/vlm/train/rygunsAqYQ/9.png new file mode 100644 index 0000000000000000000000000000000000000000..4cfbfe034a946a8f5a7143dae4135223b0a050c5 --- /dev/null +++ b/vlm/train/rygunsAqYQ/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e518306c1bdfca9e41af79bd5eff0d4d1ea5d344b2002b2c9b0f786746400a4 +size 518272 diff --git a/vlm/train/sMEpviTLi1h/0.png b/vlm/train/sMEpviTLi1h/0.png new file mode 100644 index 0000000000000000000000000000000000000000..ff4e55b0f8221118fd6bd5a1fe4800243e38d309 --- /dev/null +++ b/vlm/train/sMEpviTLi1h/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c61f182ed9104ec029727ec7fdb24880f3bffcb595aacafbd28e107f0fe1749 +size 463502 diff --git a/vlm/train/sMEpviTLi1h/1.png b/vlm/train/sMEpviTLi1h/1.png new file mode 100644 index 0000000000000000000000000000000000000000..d6f9101b900cf2480cb53f454d1bd8d722f456fd --- /dev/null +++ b/vlm/train/sMEpviTLi1h/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:740efed357a1b66b5c4193e90422cf845e0c658cbcdb5719e23330834341c1ec +size 553159 diff --git a/vlm/train/sMEpviTLi1h/10.png b/vlm/train/sMEpviTLi1h/10.png new file mode 100644 index 0000000000000000000000000000000000000000..a91ee134ffa911958760e4be4874c97ba857beb2 --- /dev/null +++ b/vlm/train/sMEpviTLi1h/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f100f50af06fb72f78b6d5820195297fa8a076c653b5f6fc9e8c2f54b79d24e +size 549243 diff --git a/vlm/train/sMEpviTLi1h/11.png b/vlm/train/sMEpviTLi1h/11.png new file mode 100644 index 0000000000000000000000000000000000000000..8b8ec42322f9bfb2dd0934a47ec43f838be14796 --- /dev/null +++ b/vlm/train/sMEpviTLi1h/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51bce48a1829cd02f8fb4c12a7476154ec15eaa2d5e71d3fbdc6e7c06310f351 +size 97334 diff --git a/vlm/train/sMEpviTLi1h/12.png b/vlm/train/sMEpviTLi1h/12.png new file mode 100644 index 0000000000000000000000000000000000000000..604cea06233169e7ea38fa846ba05c9c2524479e --- /dev/null +++ b/vlm/train/sMEpviTLi1h/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:116c1423edd2c9b4270cc97320f58f2ecd9067facb5e1651ca7eb1c23e83814b +size 456174 diff --git a/vlm/train/sMEpviTLi1h/13.png b/vlm/train/sMEpviTLi1h/13.png new file mode 100644 index 0000000000000000000000000000000000000000..6368b374a60eb87f3f5c245d3d57bc7867991e88 --- /dev/null +++ b/vlm/train/sMEpviTLi1h/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34019ee7da8a0206d2b35afc9230e4ba373c387bc071c33e7b97ebdc98f4b4de +size 486104 diff --git a/vlm/train/sMEpviTLi1h/14.png b/vlm/train/sMEpviTLi1h/14.png new file mode 100644 index 0000000000000000000000000000000000000000..acc2b8c8a6d2aedda75566b33440dbf928d9a9ff --- /dev/null +++ b/vlm/train/sMEpviTLi1h/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea96f6c398877b74661fb7d9d8036f871105296a3ac14b4c1a4533bd83dd4a2c +size 519752 diff --git a/vlm/train/sMEpviTLi1h/15.png b/vlm/train/sMEpviTLi1h/15.png new file mode 100644 index 0000000000000000000000000000000000000000..74c4e7c2638aab98029d0522110805ff9f23947b --- /dev/null +++ b/vlm/train/sMEpviTLi1h/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0a0c83260572731fa89b6836ea7640e049aa9fb623df8dc511e212bcfc0a8f7 +size 588469 diff --git a/vlm/train/sMEpviTLi1h/16.png b/vlm/train/sMEpviTLi1h/16.png new file mode 100644 index 0000000000000000000000000000000000000000..496bf75e1dd06c127855da918413086fe806c077 --- /dev/null +++ b/vlm/train/sMEpviTLi1h/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a932475f2b7dde7ac5bbf08a027255668bad2dcf4a7336a3b1d2f81108195576 +size 396109 diff --git a/vlm/train/sMEpviTLi1h/17.png b/vlm/train/sMEpviTLi1h/17.png new file mode 100644 index 0000000000000000000000000000000000000000..f44877f486d6e2bb4439d3b97f0742d2a0e121f7 --- /dev/null +++ b/vlm/train/sMEpviTLi1h/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:394254466d19054bf321b7df820aaba3603e9fa938d469d1aeed03664a151953 +size 369198 diff --git a/vlm/train/sMEpviTLi1h/18.png b/vlm/train/sMEpviTLi1h/18.png new file mode 100644 index 0000000000000000000000000000000000000000..f7231093ed34297710fcce98cebc6cc76c8197f6 --- /dev/null +++ b/vlm/train/sMEpviTLi1h/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:760b4edbc259008ad232e5c5044dab40d0c79b6cac6eb1d423b6a0aa894fb14e +size 373456 diff --git a/vlm/train/sMEpviTLi1h/19.png b/vlm/train/sMEpviTLi1h/19.png new file mode 100644 index 0000000000000000000000000000000000000000..e8857716951edeb6fb5eb76d1e0d4435675ba8c3 --- /dev/null +++ b/vlm/train/sMEpviTLi1h/19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fed62b16f8c1158b7075033fb8c18f75a06a5c40bf9bb9076a066c799a818a5 +size 302386 diff --git a/vlm/train/sMEpviTLi1h/2.png b/vlm/train/sMEpviTLi1h/2.png new file mode 100644 index 0000000000000000000000000000000000000000..6cddf153ad30546887716d3ae2d2e143203b7888 --- /dev/null +++ b/vlm/train/sMEpviTLi1h/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9f03faae2239b251c51630031a8aeeebfc058bf3f065e30576ac03b3e1f34bb +size 553487 diff --git a/vlm/train/sMEpviTLi1h/20.png b/vlm/train/sMEpviTLi1h/20.png new file mode 100644 index 0000000000000000000000000000000000000000..b2ff1e85daae29f6a59b1bd9e420401fda6581ef --- /dev/null +++ b/vlm/train/sMEpviTLi1h/20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb89540d76d481a6a82032d7f4faa2f0f5466ecb925a8d514d1a62b3519f5c0d +size 351081 diff --git a/vlm/train/sMEpviTLi1h/21.png b/vlm/train/sMEpviTLi1h/21.png new file mode 100644 index 0000000000000000000000000000000000000000..d6c5604e7a24ee3a3602817a4dcedd69c5f08233 --- /dev/null +++ b/vlm/train/sMEpviTLi1h/21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cece050463206a76453838fe6ddc92fba75e8051b62e8c6fe3e0484eb6973bae +size 402553 diff --git a/vlm/train/sMEpviTLi1h/22.png b/vlm/train/sMEpviTLi1h/22.png new file mode 100644 index 0000000000000000000000000000000000000000..b9623c17c1f1e596081a7ffd808df76353ca57cf --- /dev/null +++ b/vlm/train/sMEpviTLi1h/22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0b806fc8e79931ecde4b75df31e84deb09bd8d293d2e1aff03813014342c2cd +size 358022 diff --git a/vlm/train/sMEpviTLi1h/23.png b/vlm/train/sMEpviTLi1h/23.png new file mode 100644 index 0000000000000000000000000000000000000000..3326b90c59dd3030958ea1ceb20ac6e68d4217cf --- /dev/null +++ b/vlm/train/sMEpviTLi1h/23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:512d3be672db8c46e99fba86452567d3f4a193c3b89ed27d7a55b768da721a04 +size 269747 diff --git a/vlm/train/sMEpviTLi1h/24.png b/vlm/train/sMEpviTLi1h/24.png new file mode 100644 index 0000000000000000000000000000000000000000..4ecb164b873f05bcbd8cc2df1571aa62b8764aec --- /dev/null +++ b/vlm/train/sMEpviTLi1h/24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7ad70a93b193e9c441c46c9029126fba8cd81ffa6c63472fa0c6ea267595da0 +size 343952 diff --git a/vlm/train/sMEpviTLi1h/25.png b/vlm/train/sMEpviTLi1h/25.png new file mode 100644 index 0000000000000000000000000000000000000000..0999b53981846239dedd9aa9501cebd38824e67b --- /dev/null +++ b/vlm/train/sMEpviTLi1h/25.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:528e423fae402d2097ad26920dadd38b72cb59d8fb4e4311b86b2280b18a65d9 +size 344500 diff --git a/vlm/train/sMEpviTLi1h/26.png b/vlm/train/sMEpviTLi1h/26.png new file mode 100644 index 0000000000000000000000000000000000000000..c44a86da454281fd315c2be310f3d2a2c6dcc4ca --- /dev/null +++ b/vlm/train/sMEpviTLi1h/26.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1328b67cb11cee7b3239ede128791969fd6bd1001b62f67c9402abcf2ad4140 +size 358634 diff --git a/vlm/train/sMEpviTLi1h/27.png b/vlm/train/sMEpviTLi1h/27.png new file mode 100644 index 0000000000000000000000000000000000000000..26ef60dc9cea52e9c74a213c88cd4d53d83ff396 --- /dev/null +++ b/vlm/train/sMEpviTLi1h/27.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a415199d10d8857721b227bfc078aff970093401d3ab3759d3487e5f5e80a9f +size 341203 diff --git a/vlm/train/sMEpviTLi1h/28.png b/vlm/train/sMEpviTLi1h/28.png new file mode 100644 index 0000000000000000000000000000000000000000..a4848f8cffe1ee6763adc62f35180a2949e58f0e --- /dev/null +++ b/vlm/train/sMEpviTLi1h/28.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc4261704c608488843127212383f7a03a56e9d4757633e8a044be6d3c45a21b +size 355814 diff --git a/vlm/train/sMEpviTLi1h/29.png b/vlm/train/sMEpviTLi1h/29.png new file mode 100644 index 0000000000000000000000000000000000000000..e9747e5859c3c870d2eb81cbc7f3783f48199cc5 --- /dev/null +++ b/vlm/train/sMEpviTLi1h/29.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55c5b4ee729926770ea9cdabc31b45d7f4b935f187e7954a97f8b2c39783f23e +size 279557 diff --git a/vlm/train/sMEpviTLi1h/3.png b/vlm/train/sMEpviTLi1h/3.png new file mode 100644 index 0000000000000000000000000000000000000000..00b1e426da1f60f4b257bb5a623eda500a1be18b --- /dev/null +++ b/vlm/train/sMEpviTLi1h/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb0c9d13318b3dc0305a2ebc140d349428207df003d35da17121c02dd48d46b5 +size 455110 diff --git a/vlm/train/sMEpviTLi1h/30.png b/vlm/train/sMEpviTLi1h/30.png new file mode 100644 index 0000000000000000000000000000000000000000..c012c973961d32363349e5ebc3c08d30711f8285 --- /dev/null +++ b/vlm/train/sMEpviTLi1h/30.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba37faec5eff3a74b5b91b9daca922898477ed4f2d99ebc72ed84ee95be05b10 +size 358162 diff --git a/vlm/train/sMEpviTLi1h/31.png b/vlm/train/sMEpviTLi1h/31.png new file mode 100644 index 0000000000000000000000000000000000000000..61c3fb4a7be232cc1629d387189b219c137675f7 --- /dev/null +++ b/vlm/train/sMEpviTLi1h/31.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7474538e3bcbe7de6d23b8ffce0120005d255d4f358780e27d10df87f7044b6 +size 359849 diff --git a/vlm/train/sMEpviTLi1h/32.png b/vlm/train/sMEpviTLi1h/32.png new file mode 100644 index 0000000000000000000000000000000000000000..953ea636b79b605b93f9c91c8170e85aead9c2b3 --- /dev/null +++ b/vlm/train/sMEpviTLi1h/32.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f493992ca7f549fe1adb0551bb8f8757f88a088c4023b3869fae00b20649ecdc +size 66960 diff --git a/vlm/train/sMEpviTLi1h/4.png b/vlm/train/sMEpviTLi1h/4.png new file mode 100644 index 0000000000000000000000000000000000000000..526a57eb44f5a2fe0abb039d1b63f389aa60936c --- /dev/null +++ b/vlm/train/sMEpviTLi1h/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aa7769d35e52d6733fd82b5277480e1b570f77bf64a65ace3eaee2b5cb1d29f +size 389760 diff --git a/vlm/train/sMEpviTLi1h/5.png b/vlm/train/sMEpviTLi1h/5.png new file mode 100644 index 0000000000000000000000000000000000000000..b6f5259e6abbf361af3d2343fa23a90169416787 --- /dev/null +++ b/vlm/train/sMEpviTLi1h/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67e6d19fb6f7ff569029d4887cb401d1d929e3fc8aeb658c6079e4d5fa76d4cc +size 519281 diff --git a/vlm/train/sMEpviTLi1h/6.png b/vlm/train/sMEpviTLi1h/6.png new file mode 100644 index 0000000000000000000000000000000000000000..6d59ad8eee25244b551174db8e39e187969fb4ce --- /dev/null +++ b/vlm/train/sMEpviTLi1h/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06e1fcdf5937ae5a5132156fb64e2f0a7362349d81778f739ae4180ba9866d8d +size 478485 diff --git a/vlm/train/sMEpviTLi1h/7.png b/vlm/train/sMEpviTLi1h/7.png new file mode 100644 index 0000000000000000000000000000000000000000..529ebcdb07da112b95378dfc2e8b5862c442e131 --- /dev/null +++ b/vlm/train/sMEpviTLi1h/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82d2d227a7dd234c6c34f5c601c620f9fdb80fa41bea847ad5280103bfcd3f5d +size 524978 diff --git a/vlm/train/sMEpviTLi1h/8.png b/vlm/train/sMEpviTLi1h/8.png new file mode 100644 index 0000000000000000000000000000000000000000..1419bce6dd774d41f8e45502ba9c258ef91062f9 --- /dev/null +++ b/vlm/train/sMEpviTLi1h/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:683f8f8ed4663b54265f2acec259777c2671968b821555c0e1761ce9b82e555d +size 625034 diff --git a/vlm/train/sMEpviTLi1h/9.png b/vlm/train/sMEpviTLi1h/9.png new file mode 100644 index 0000000000000000000000000000000000000000..ad6367068265ab2b83a33c729d98d9aa6500fb6f --- /dev/null +++ b/vlm/train/sMEpviTLi1h/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abc7d626faa9486d1f7a175278ff6ce1fbc215e965d5d358792c8b39e6fb5aeb +size 523924 diff --git a/vlm/train/zQvxc8ul2rR/0.png b/vlm/train/zQvxc8ul2rR/0.png new file mode 100644 index 0000000000000000000000000000000000000000..8797409b8971e0bb70c508029a60f9dd823b513e --- /dev/null +++ b/vlm/train/zQvxc8ul2rR/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:159424b325e98bf7b63d536cf93e6dd6ff0fe5f023e40d88812176cac821f1cb +size 480162 diff --git a/vlm/train/zQvxc8ul2rR/1.png b/vlm/train/zQvxc8ul2rR/1.png new file mode 100644 index 0000000000000000000000000000000000000000..820b1fdc661e96a353cb5a77b531ab6252c4864b --- /dev/null +++ b/vlm/train/zQvxc8ul2rR/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92f20af83142cf4d626be25d4fc67edaa06f96bd6b1276c4ab0f8e4175dc411f +size 654671 diff --git a/vlm/train/zQvxc8ul2rR/10.png b/vlm/train/zQvxc8ul2rR/10.png new file mode 100644 index 0000000000000000000000000000000000000000..4947918e42cfd181434f48e1cc9d122d6030fc4c --- /dev/null +++ b/vlm/train/zQvxc8ul2rR/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c5a2bb44d5c340f9360b2f2c491f6606b5ad2fdf79f51935f313c0ab3db8e8d +size 575055 diff --git a/vlm/train/zQvxc8ul2rR/11.png b/vlm/train/zQvxc8ul2rR/11.png new file mode 100644 index 0000000000000000000000000000000000000000..fa25507276eea73479f380d9534ecd8d45196898 --- /dev/null +++ b/vlm/train/zQvxc8ul2rR/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea4f3f81ae427b0ca2124ae80a5878039fa54758bb3a3ea843f04f673b2b65d0 +size 623689 diff --git a/vlm/train/zQvxc8ul2rR/12.png b/vlm/train/zQvxc8ul2rR/12.png new file mode 100644 index 0000000000000000000000000000000000000000..a00af119a43e8939d0d50b4411a677bd321374bd --- /dev/null +++ b/vlm/train/zQvxc8ul2rR/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9555e5035a0e68cd09d94ecda3c8559eed44c21286b2c475967acbba7e6a079f +size 590553 diff --git a/vlm/train/zQvxc8ul2rR/13.png b/vlm/train/zQvxc8ul2rR/13.png new file mode 100644 index 0000000000000000000000000000000000000000..a3a0986c108341d401e269b7c7dac1750ca15c99 --- /dev/null +++ b/vlm/train/zQvxc8ul2rR/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:076e64f8b60caae5607b2087595c371b1184de7948920aee2c1e9a9b588879b4 +size 314189 diff --git a/vlm/train/zQvxc8ul2rR/2.png b/vlm/train/zQvxc8ul2rR/2.png new file mode 100644 index 0000000000000000000000000000000000000000..539cd61164ecbcba29ecddcf66230e8ac3a510a9 --- /dev/null +++ b/vlm/train/zQvxc8ul2rR/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a779cf746734a5644d3e6f40bd3c5d19bcfe1a240e8a6038f96d2e0b985e442 +size 642076 diff --git a/vlm/train/zQvxc8ul2rR/3.png b/vlm/train/zQvxc8ul2rR/3.png new file mode 100644 index 0000000000000000000000000000000000000000..5094d3ca27b8ddcc2206c0e041d70d353fc39fd6 --- /dev/null +++ b/vlm/train/zQvxc8ul2rR/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44c335a5a16c9635c32d2db1c8b31021038007e6052c45f512839a9cb332cf56 +size 670049 diff --git a/vlm/train/zQvxc8ul2rR/4.png b/vlm/train/zQvxc8ul2rR/4.png new file mode 100644 index 0000000000000000000000000000000000000000..4313281037a502549d099e0af9124b35721bc4b0 --- /dev/null +++ b/vlm/train/zQvxc8ul2rR/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4d65750100bc15c4901753b4c28777b89182ce79023a87b2f3bfdd17e309809 +size 589606 diff --git a/vlm/train/zQvxc8ul2rR/5.png b/vlm/train/zQvxc8ul2rR/5.png new file mode 100644 index 0000000000000000000000000000000000000000..32f32e50483a5d3f9a54fce6e421cb58953091c0 --- /dev/null +++ b/vlm/train/zQvxc8ul2rR/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a154550befafa9b8f9c1e837d8f76ec027904f7314ff917c1cd14e9780137615 +size 646830 diff --git a/vlm/train/zQvxc8ul2rR/6.png b/vlm/train/zQvxc8ul2rR/6.png new file mode 100644 index 0000000000000000000000000000000000000000..302e783ab60c8ec397bf2270bf588361b8109140 --- /dev/null +++ b/vlm/train/zQvxc8ul2rR/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e8119dff70cfcc9d6df7844f3c694dcc1e117e7c4296e9c816f03f1f8675513 +size 820325 diff --git a/vlm/train/zQvxc8ul2rR/7.png b/vlm/train/zQvxc8ul2rR/7.png new file mode 100644 index 0000000000000000000000000000000000000000..64f09f61ef4dafc2987dfa840d4b3c1c49de46b4 --- /dev/null +++ b/vlm/train/zQvxc8ul2rR/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e0d1977382c97e5660fc2cf78cb7f2aa3bc71f3cfeddadc05bddf0696d62bed +size 602026 diff --git a/vlm/train/zQvxc8ul2rR/8.png b/vlm/train/zQvxc8ul2rR/8.png new file mode 100644 index 0000000000000000000000000000000000000000..2451c418fe480165f3660da44e98169aee9c1173 --- /dev/null +++ b/vlm/train/zQvxc8ul2rR/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab20eba3dd50e989e4913e0efd17141047c9485df66f16b66ac414ed2e582ccf +size 773113 diff --git a/vlm/train/zQvxc8ul2rR/9.png b/vlm/train/zQvxc8ul2rR/9.png new file mode 100644 index 0000000000000000000000000000000000000000..3f8ec4145833cd74e8f8d6c67af39c6cccb436be --- /dev/null +++ b/vlm/train/zQvxc8ul2rR/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7bebc8b5d442d0e35b078364bdb0d7c51f253b621c0e7ace8e6a3838f565af9 +size 753167